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,2 @@
1
+ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("tslib"),require("igniteui-webcomponents-core"),require("igniteui-webcomponents-layouts")):"function"==typeof define&&define.amd?define(["exports","tslib","igniteui-webcomponents-core","igniteui-webcomponents-layouts"],e):e((t=t||self)["igniteui-webcomponents-inputs"]={},t.tslib_1,t.igniteuiWebcomponentsCore,t.igniteuiWebcomponentsLayouts)}(this,(function(t,e,i,n){"use strict";var r=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.a=null,e.b=null,e.f=0,e.d=!1,e.c=!1,e.e=!1,e}return e.__extends(n,t),n.prototype.g=function(){var t=new i.StringBuilder(0);return t.l("{"),t.l("ActualHoverColor : "+this.a.serialize()+", "),t.l("ActualRippleColor : "+this.b.serialize()+", "),t.l("RippleDuration : "+this.f+", "),t.l("IsDisabled : "+this.d+", "),t.l("IsCentered : "+this.c+", "),t.l("IsHoverEnabled : "+this.e+", "),t.l("}"),t.toString()},n.$t=i.markType(n,"RippleVisualModelExport"),n}(i.Base),s=function(t){function n(){var e=t.call(this)||this;return e.b=null,e.g=null,e.c=null,e.f=new i.List$1(i.Delegate_$type,0),e.l=null,e.d=!0,e.k=null,e.h=null,e.j=null,e.i=null,e}return e.__extends(n,t),n.prototype.w=function(){},n.prototype.e=function(){return!0},n.prototype.t=function(t){var n,r;if(null==t){try{for(var s=e.__values(i.fromEnum(this.f)),o=s.next();!o.done;o=s.next()){(0,o.value)()}}catch(t){n={error:t}}finally{try{o&&!o.done&&(r=s.return)&&r.call(s)}finally{if(n)throw n.error}}this.f.clear()}this.g=t,this.b.ai()},n.prototype.v=function(){var t,n;if(null==this.b.q){this.l=null;try{for(var r=e.__values(i.fromEnum(this.f)),s=r.next();!s.done;s=r.next()){(0,s.value)()}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}this.f.clear()}else{var o=this.b.q,a=this.g.getWrapper(o);this.l=a,this.f.add(a.listen("click",i.runOn(this,this.p))),this.f.add(a.listen("mouseenter",i.runOn(this,this.q))),this.f.add(a.listen("mouseleave",i.runOn(this,this.r)))}},n.prototype.r=function(t){this.b.ag()},n.prototype.q=function(t){this.b.af()},n.prototype.p=function(t){if(null!=this.l){var e=this.g.rootWrapper.getOffset(),i=t.pageX-e.left,n=t.pageY-e.top;this.b.al(i,n,this.g.rootWrapper.outerWidth(),this.g.rootWrapper.outerHeight())}},n.prototype.aa=function(){this.b.j&&this.g.rootWrapper.setStyleProperty("background-color",this.b.as._fill)},n.prototype.x=function(){this.g.rootWrapper.setStyleProperty("background-color","transparent")},n.prototype.z=function(){this.g.rootWrapper.setStyleProperty("background-color",this.b.as._fill)},n.prototype.m=function(t,e,n){var r,s=this.g.createElement("span");return s.setStyleProperty("width",2*n+"px"),s.setStyleProperty("height",2*n+"px"),s.setStyleProperty("top",e+"px"),s.setStyleProperty("left",t+"px"),s.setStyleProperty("background-color",this.b.at._fill),s.setStyleProperty("position","absolute"),s.setStyleProperty("pointer-events","none"),s.setStyleProperty("border-radius",n+"px"),s.setStyleProperty("opacity",".5"),i.NativeUI.z(s,((r=new i.ScaleTransform).l=.3,r.m=.3,r)),this.g.append(s),s},n.prototype.y=function(t){t.remove()},n.prototype.n=function(){null==i.KeyFrameAnimationFactory.h&&(i.KeyFrameAnimationFactory.h=this.g)},n.prototype.a=function(t,e){return new i.AnimationKeyFrameEffect(0,t,0,null,e)},n.prototype.o=function(t){},n.prototype.s=function(){this.d=!0,this.v()},n.prototype.u=function(){var t,n;this.d=!1;try{for(var r=e.__values(i.fromEnum(this.f)),s=r.next();!s.done;s=r.next()){(0,s.value)()}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}this.f.clear()},n.$t=i.markType(n,"RippleView"),n}(i.Base),o=function(t){function n(){var e=t.call(this)||this;e.c=null,e.j=!1,e.p=null,e.ar=null,e.aq=null,e.ao=n.au,e.m=new i.LinkedList$1(i.IKeyFrameAnimation_$type),e.ap=n.av,e.n=600,e.f=!1,e.e=!1,e.g=!1,e.propertyChanged=null;var r=new s;return r.b=e,e.c=r,e.c.w(),e}return e.__extends(n,t),n.prototype.destroy=function(){this.provideContainer(null)},n.prototype.ah=function(t,e,n){null!=this.propertyChanged&&this.propertyChanged(this,new i.PropertyChangedEventArgs(t)),this.aj(t,e,n)},n.prototype.aj=function(t,e,i){switch(t){case"RippleColor":this.at=null!=this.ax?this.ax:n.av;break;case"HoverColor":this.as=null!=this.aw?this.aw:n.au;break;case"EventSource":this.c.e()&&this.c.v();break;case"ActualRippleColor":this.an();break;case"ActualHoverColor":this.am()}},n.prototype.am=function(){this.i?this.c.x():this.c.aa()},n.prototype.an=function(){},n.prototype.af=function(){this.j=!0,this.i?this.c.x():this.k&&this.c.z()},n.prototype.ag=function(){this.j=!1,(this.k||this.i)&&this.c.x()},Object.defineProperty(n.prototype,"q",{get:function(){return this.p},set:function(t){var e=this.p;this.p=t,e!=this.p&&this.ah("EventSource",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ax",{get:function(){return this.ar},set:function(t){var e=this.ar;this.ar=t,e!=this.ar&&this.ah("RippleColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"aw",{get:function(){return this.aq},set:function(t){var e=this.aq;this.aq=t,e!=this.aq&&this.ah("HoverColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"as",{get:function(){return this.ao},set:function(t){var e=this.ao;this.ao=t,e!=this.ao&&this.ah("ActualHoverColor",e,t)},enumerable:!0,configurable:!0}),n.prototype.al=function(t,e,i,n){var r=this;if(!this.i){var s=Math.max(i,n)/2,o=t-s,a=e-s;this.h&&(o=0,a=0);var h=this.c.m(o,a,s),u=this.d(h);this.m.f(u);var l=this.m.d;u.play(),u.finished.f((function(t){u.commitStyles(),r.m.h(l),r.c.y(h)}))}},n.prototype.d=function(t){var e,n=this.a;return i.KeyFrameAnimationFactory.f.c(this.c.a(t,n).m(new i.AnimationKeyFrameProperty(1,.5),new i.AnimationKeyFrameProperty(14,(e=new i.ScaleTransform,e.l=.3,e.m=.3,e))).m(new i.AnimationKeyFrameProperty(1,0),new i.AnimationKeyFrameProperty(14,function(){var t=new i.ScaleTransform;return t.l=2,t.m=2,t}())))},Object.defineProperty(n.prototype,"at",{get:function(){return this.ap},set:function(t){var e=this.ap;this.ap=t,e!=this.ap&&this.ah("ActualRippleColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"o",{get:function(){return this.n},set:function(t){var e=this.n;this.n=t,e!=this.n&&this.ah("RippleDuration",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"i",{get:function(){return this.f},set:function(t){var e=this.f;this.f=t,e!=this.f&&this.ah("IsDisabled",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h",{get:function(){return this.e},set:function(t){var e=this.e;this.e=t,e!=this.e&&this.ah("IsCentered",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"k",{get:function(){return this.g},set:function(t){var e=this.g;this.g=t,e!=this.g&&this.ah("IsHoverEnabled",e,t)},enumerable:!0,configurable:!0}),n.prototype.ai=function(){this.c.v()},Object.defineProperty(n.prototype,"a",{get:function(){var t=new i.AnimationKeyFrameEffectTiming;return t.g=this.o,t.b=0,t},enumerable:!0,configurable:!0}),n.prototype.onDetachedFromUI=function(){this.c.u()},n.prototype.onAttachedToUI=function(){this.c.s()},n.prototype.l=function(){return this.c.e()},n.prototype.r=function(){return this.b()},n.prototype.v=function(){return this.b().g()},n.prototype.b=function(){var t=new r;return t.a=i.AppearanceHelper.a(this.as),t.b=i.AppearanceHelper.a(this.at),t.f=this.o,t.d=this.i,t.c=this.h,t.e=this.k,t},n.prototype.provideContainer=function(t){this.c.t(t)},n.$t=i.markType(n,"Ripple",i.Base.$,[i.INotifyPropertyChanged_$type]),n.au=i.BrushUtil.g(40,0,0,0),n.av=i.BrushUtil.g(189,0,0,0),n}(i.Base),a=function(t){function n(){var e=t.call(this)||this;e._disconnected=!1,e._settingAttributes=!1,e._attached=!1,e._queuedSetAttributes=[],e._updatingFromAttribute=!1,e.__p=null,e._hasUserValues=new Set,e._stylingContainer=null,e._stylingParent=null,e._inStyling=!1,e._styling&&i.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(e)),e._renderer=new i.WebComponentRenderer(e,document,!0,{}),e._implementation=e.createImplementation(),e._implementation.externalObject=e,e._container=e._renderer.createElement("div"),e._renderer.updateRoot(e._container),e._container.setStyleProperty("display","inline-block"),e._container,null!=e._container.getNativeElement()&&e._container.getNativeElement(),e._wrapper=e._renderer;var n=e.i;return e._ripple=n,n.provideContainer(e._renderer),e}return e.__extends(n,t),Object.defineProperty(n.prototype,"height",{get:function(){return this._height},set:function(t){this._height=t,this.style.height=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"width",{get:function(){return this._width},set:function(t){this._width=t,this.style.width=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"top",{get:function(){return this._top},set:function(t){this._top=t,this.style.top=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"left",{get:function(){return this._left},set:function(t){this._left=t,this.style.left=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"position",{get:function(){return this._position},set:function(t){this._position=t,this.style.position=t},enumerable:!0,configurable:!0}),n.prototype.updateStyle=function(){this._styling(this,this)},n.prototype.destroy=function(){this._ripple.destroy(),this._wrapper.destroy()},n.prototype.createImplementation=function(){return new o},n.prototype.disconnectedCallback=function(){this._disconnected=!0,this.i&&this.i.onDetachedFromUI()},n.prototype.connectedCallback=function(){if(this._disconnected)return this._disconnected=!1,void(this.i&&this.i.onAttachedToUI());this.classList.add("ig-ripple"),this.classList.add("igc-ripple"),this.appendChild(this._renderer.rootWrapper.getNativeElement()),this._attached=!0,this.style.display="inline-block",this._flushQueuedAttributes(),this._styling(this,this),this.afterContentInit()},n.prototype.afterContentInit=function(){},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n._createFromInternal=function(t){if(!t)return null;if(!t.$type)return null;var e="Igc"+t.$type.name+"Component";return i.TypeRegistrar.isRegistered(e)?i.TypeRegistrar.create(e):null},n.prototype._enqueueSetAttribute=function(t,e){this._queuedSetAttributes.push({attrName:t,attrValue:e})},n.prototype._flushQueuedAttributes=function(){this._settingAttributes=!0;for(var t=0;t<this._queuedSetAttributes.length;t++)this.setAttribute(this._queuedSetAttributes[t].attrName,this._queuedSetAttributes[t].attrValue);this._settingAttributes=!1,this._queuedSetAttributes.length=0},n.prototype._a=function(t,e){this._updatingFromAttribute||(e&&(e=e.toString()),this._settingAttributes=!0,t=i.toSpinal(t),this._attached?this.setAttribute(t,e):this._enqueueSetAttribute(t,e),this._settingAttributes=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcRippleComponent){for(var t=i.getAllPropertyNames(n),e=0;e<t.length;e++)t[e]=i.toSpinal(t[e]);n._observedAttributesIgcRippleComponent=t}return n._observedAttributesIgcRippleComponent},enumerable:!0,configurable:!0}),n.prototype.attributeChangedCallback=function(t,e,n){if(!this._settingAttributes){var r=i.fromSpinal(t);this._updatingFromAttribute=!0,this[r]=n,this._updatingFromAttribute=!1}},n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,i.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"eventSource",{get:function(){return this.i.q},set:function(t){this.i.q=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"rippleColor",{get:function(){return i.brushToString(this.i.ax)},set:function(t){this.i.ax=i.stringToBrush(t),this._a("rippleColor",i.brushToString(this.i.ax))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hoverColor",{get:function(){return i.brushToString(this.i.aw)},set:function(t){this.i.aw=i.stringToBrush(t),this._a("hoverColor",i.brushToString(this.i.aw))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualHoverColor",{get:function(){return i.brushToString(this.i.as)},set:function(t){this.i.as=i.stringToBrush(t),this._a("actualHoverColor",i.brushToString(this.i.as))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualRippleColor",{get:function(){return i.brushToString(this.i.at)},set:function(t){this.i.at=i.stringToBrush(t),this._a("actualRippleColor",i.brushToString(this.i.at))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"rippleDuration",{get:function(){return this.i.o},set:function(t){this.i.o=+t,this._a("rippleDuration",this.i.o)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isDisabled",{get:function(){return this.i.i},set:function(t){this.i.i=i.ensureBool(t),this._a("isDisabled",this.i.i)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isCentered",{get:function(){return this.i.h},set:function(t){this.i.h=i.ensureBool(t),this._a("isCentered",this.i.h)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isHoverEnabled",{get:function(){return this.i.k},set:function(t){this.i.k=i.ensureBool(t),this._a("isHoverEnabled",this.i.k)},enumerable:!0,configurable:!0}),n.prototype.findByName=function(t){return null},Object.defineProperty(n.prototype,"hasUserValues",{get:function(){return this._hasUserValues},enumerable:!0,configurable:!0}),n.prototype.__m=function(t){this._inStyling||this._hasUserValues.add(t)},n.prototype._styling=function(t,e,n){if(!this._inStyling){this._inStyling=!0,this._stylingContainer=t,this._stylingParent=e;var r,s=this.i.$type.name;0===s.indexOf("Xam")&&(s=s.substring(3)),r=i.toSpinal("RippleComponent");var o=[],a=i.toSpinal(s);o.push(a+"-");for(var h=this.i.$type.baseType;h&&"Object"!=h.name&&"Base"!=h.name&&"Control"!=h.name&&"DependencyObject"!=h.Name&&"FrameworkElement"!=h.Name;){0===(s=h.name).indexOf("Xam")&&(s=s.substring(3));var u=i.toSpinal(s);o.push(u+"-"),h=h.baseType}if(n){var l=n.i.$type.name;0===l.indexOf("Xam")&&(l=l.substring(3));var c=i.toSpinal(l);o.push(c+"-"+r+"-"),o.push(c+"-"+a+"-")}i.initializePropertiesFromCss(t,this,r+"-",this.hasUserValues,!1,o),this._otherStyling&&this._otherStyling(t,e,n),this._inStyling=!1}},n.prototype.onDetachedFromUI=function(){this.i.onDetachedFromUI()},n.prototype.onAttachedToUI=function(){this.i.onAttachedToUI()},n.prototype.exportVisualModel=function(){return this.i.r()},n.prototype.exportSerializedVisualModel=function(){return this.i.v()},n._observedAttributesIgcRippleComponent=null,n.htmlTagName="igc-ripple",n._isElementRegistered=!1,n}(i.IgcHTMLElement),h=function(){function t(){}return t.register=function(){a.register(),i.TypeRegistrar.registerCons("IgcRippleComponent",a),i.TypeRegistrar.registerCons("IgcRippleComponent",a),i.TypeRegistrar.register("Ripple",o.$type)},t}(),u=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(n,t),n.g=function(t,e){return null==n.c&&(n.c=["0 1px 3px 0 ","0 1px 5px 0 ","0 1px 8px 0 ","0 2px 4px -1px ","0 3px 5px -1px ","0 3px 5px -1px ","0 4px 5px -2px ","0 5px 5px -3px ","0 5px 6px -3px ","0 6px 6px -3px ","0 6px 7px -4px ","0 7px 8px -4px ","0 7px 8px -4px ","0 7px 9px -4px ","0 8px 9px -5px ","0 8px 10px -5px ","0 8px 11px -5px ","0 9px 11px -5px ","0 9px 12px -6px ","0 10px 13px -6px ","0 10px 13px -6px ","0 10px 14px -6px ","0 11px 14px -7px ","0 11px 15px -7px "]),--t<0?"":(t>n.c.length-1&&(t=n.c.length-1),n.c[t]+e)},n.f=function(t,e){return null==n.b&&(n.b=["0 1px 1px 0 ","0 2px 2px 0 ","0 3px 4px 0 ","0 4px 5px 0 ","0 5px 8px 0 ","0 6px 10px 0 ","0 7px 10px 1px ","0 8px 10px 1px ","0 9px 12px 1px ","0 10px 14px 1px ","0 11px 15px 1px ","0 12px 17px 2px ","0 13px 19px 2px ","0 14px 21px 2px ","0 15px 22px 2px ","0 16px 24px 2px ","0 17px 26px 2px ","0 18px 28px 2px ","0 19px 29px 2px ","0 20px 31px 3px ","0 21px 33px 3px ","0 22px 35px 3px ","0 23px 36px 3px ","0 24px 38px 3px "]),--t<0?"":(t>n.b.length-1&&(t=n.b.length-1),n.b[t]+e)},n.d=function(t,e){return null==n.a&&(n.a=["0 2px 1px -1px ","0 3px 1px -2px ","0 3px 3px -2px ","0 1px 10px 0 ","0 1px 14px 0 ","0 1px 18px 0 ","0 2px 16px 1px ","0 3px 14px 2px ","0 3px 16px 2px ","0 4px 18px 3px ","0 4px 20px 3px ","0 5px 22px 4px ","0 5px 24px 4px ","0 5px 26px 4px ","0 6px 28px 5px ","0 6px 30px 5px ","0 6px 32px 5px ","0 7px 34px 6px ","0 7px 36px 6px ","0 8px 38px 7px ","0 8px 40px 7px ","0 8px 42px 7px ","0 9px 44px 8px ","0 9px 46px 8px "]),--t<0?"":(t>n.a.length-1&&(t=n.a.length-1),n.a[t]+e)},n.e=function(t,e,i,r,s){return 2==s?"0 0 "+t+"px "+t/20+"rem "+e._fill:0==t?"":n.g(t,e._fill)+", "+n.f(t,i._fill)+", "+n.d(t,r._fill)},n.$t=i.markType(n,"ElevationHelper"),n.c=null,n.b=null,n.a=null,n}(i.Base),l=i.markEnum("ButtonDisplayStyle","Raised,0|Flat,1|Outlined,2|Fab,3|Icon,4"),c=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(n,t),n.e=function(t,e,i){return 1==t?i:e},n.c=function(t,e,i){return 1==t?i:e},n.b=function(t,e,i){return 1==t?i:e},n.d=function(t,e,i){return 1==t?i:e},n.f=function(t,e,i){return 1==t?i:e},n.a=function(t,e,i){return 1==t?i:e},n.$t=i.markType(n,"ThemeResolver"),n}(i.Base),p=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(n,t),n.$t=i.markType(n,"ButtonClickEventArgs",i.EventArgs.$),n}(i.EventArgs),d=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.s=0,e.q=0,e.p=0,e.t=0,e.h=0,e.i=0,e.c=null,e.g=null,e.d=null,e.a=null,e.u=0,e.e=null,e.ah=null,e.b=null,e.j=0,e.f=null,e.o=0,e.ae=null,e.af=null,e.ag=null,e.r=0,e.ac=null,e.ad=null,e.x=null,e.y=null,e.z=null,e.w=null,e.v=null,e.aa=null,e.m=!1,e.k=!1,e.n=!1,e.l=!1,e}return e.__extends(n,t),n.prototype.ab=function(){var t=new i.StringBuilder(0);return t.l("{"),t.l("top : "+this.s+", "),t.l("left : "+this.q+", "),t.l("height : "+this.p+", "),t.l("width : "+this.t+", "),t.l("baseTheme : "+this.h+", "),t.l("actualDensity : "+this.i+", "),t.l("actualBorderColor : "+this.c.serialize()+", "),t.l("actualUmbraShadowColor : "+this.g.serialize()+", "),t.l("actualPenumbraShadowColor : "+this.d.serialize()+", "),t.l("actualAmbientShadowColor : "+this.a.serialize()+", "),t.l("actualRestingElevation : "+this.u+", "),null!=this.e&&t.l("actualRippleColor : "+this.e.serialize()+", "),t.l("actualBackgroundColor : "+this.b.serialize()+", "),t.l("actualElevationMode : "+this.j+", "),t.l("actualTextColor : "+this.f.serialize()+", "),t.l("actualBorderWidth : "+this.o+", "),i.stringIsNullOrEmpty(this.ae)||t.l('textStyleFontStyle : "'+this.ae+'", '),i.stringIsNullOrEmpty(this.af)||t.l('textStyleFontVariant : "'+this.af+'", '),i.stringIsNullOrEmpty(this.ag)||t.l('textStyleFontWeight : "'+this.ag+'", '),i.stringIsNullOrEmpty(this.ac)||t.l('textStyleFontFamily : "'+this.ac+'", '),i.stringIsNullOrEmpty(this.ad)||t.l('textStyleFontStretch : "'+this.ad+'", '),i.isNaN_(this.r)||t.l("textStyleFontSize : "+this.r+", "),t.l('display : "'+this.x+'", '),t.l('flexDirection : "'+this.y+'", '),t.l('flexGrow : "'+this.z+'", '),t.l('alignItems : "'+this.w+'", '),null!=this.v&&t.l('value : "'+this.v.toString()+'", '),t.l('name : "'+this.aa+'", '),t.l("isFocused : "+this.m+", "),t.l("actualDisableRipple : "+this.k+", "),t.l("isHover : "+this.n+", "),t.l("isDisabled : "+this.l+", "),t.l("}"),t.toString()},n.$t=i.markType(n,"ButtonVisualModelExport"),n}(i.Base),f=function(t){function n(){var e=t.call(this)||this;return e.b=null,e.k=null,e.d=null,e.h=new i.List$1(i.Delegate_$type,0),e.e=!0,e.n=null,e.j=NaN,e.i=NaN,e.l=null,e.c=null,e.m=null,e.p=null,e.o=null,e}return e.__extends(n,t),n.prototype.aj=function(){},n.prototype.g=function(){return!0},Object.defineProperty(n.prototype,"q",{get:function(){return this.n},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"r",{get:function(){return this.m},enumerable:!0,configurable:!0}),n.prototype.ad=function(t){var n,r,s=this;if(null!=t){this.k=t,this.k.rootWrapper.setStyleProperty("display","flex"),this.k.rootWrapper.setStyleProperty("flex-direction","row"),this.k.rootWrapper.setStyleProperty("flex-wrap","no-wrap"),this.k.rootWrapper.setStyleProperty("align-items","center");var a=this.k.createElement("button");this.n=a,this.n.setStyleProperty("position","relative"),this.n.setStyleProperty("display","inline-flex"),this.n.setStyleProperty("align-items","center"),this.n.setStyleProperty("justify-content","center"),this.as(),this.n.setStyleProperty("border","none"),this.n.setStyleProperty("cursor","pointer"),this.n.setStyleProperty("user-select","none"),this.n.setStyleProperty("outline-style","none"),this.n.setStyleProperty("-webkit-tap-highlight-color","transparent"),this.n.setStyleProperty("overflow","hidden"),this.n.setStyleProperty("white-space","no-wrap"),this.n.setStyleProperty("color","#000"),this.n.setStyleProperty("background",this.b.m8._fill),i.NativeUI.l(this.n,this.b.kc),this.n.setAttribute("id",this.b.h8),this.ap(),this.h.add(a.listen("change",i.runOn(this,this.w))),this.h.add(a.listen("click",i.runOn(this,this.x))),this.h.add(a.listen("focus",i.runOn(this,this.y))),this.h.add(a.listen("blur",i.runOn(this,this.v))),this.h.add(this.k.rootWrapper.listen("mouseenter",i.runOn(this,this.t))),this.h.add(this.k.rootWrapper.listen("mouseleave",i.runOn(this,this.u))),this.k.append(a);var h=this.k.createElement("div"),u=this.k.getSubRenderer(h);h.setStyleProperty("position","absolute"),h.setStyleProperty("width","100%"),h.setStyleProperty("height","100%"),h.setStyleProperty("left","0px"),h.setStyleProperty("top","0px"),h.setStyleProperty("overflow","hidden");var l=new o;l.provideContainer(u),l.q=a;this.k.getExternal(l,this.k.rootWrapper,this.k.getExternal(this.b,null,null));l.h=!1,l.k=!0,this.c=l,this.n.append(h);var c=this.k.createElement("div");c.addClass("ig-button-content"),c.setStyleProperty("font-family","'Segoe UI', Verdana"),c.setStyleProperty("font-weight","400"),c.setStyleProperty("font-size",".875rem"),c.setStyleProperty("cursor","pointer"),this.m=c,this.h.add(c.listen("click",i.runOn(this,this.s))),this.n.append(c),this.o=c,this.k.getPortal(c,"ChildContent",(function(t){var e=t.componentRef;s.p=e,s.o.setStyleProperty("flex-direction",s.b.hf),s.o.setStyleProperty("align-items",s.b.fw);var i=s.b.hf,n=s.b.gc,r=s.b.fw;e.display=n,e.flexDirection=i,e.alignItems=r}),!0),this.b.jz()}else{try{for(var p=e.__values(i.fromEnum(this.h)),d=p.next();!d.done;d=p.next()){(0,d.value)()}}catch(t){n={error:t}}finally{try{d&&!d.done&&(r=p.return)&&r.call(p)}finally{if(n)throw n.error}}this.h.clear()}},n.prototype.af=function(){this.c.i=this.b.ae},n.prototype.as=function(){var t="3.5rem",e="3.5rem",n="3.5rem",r="3.5rem",s="2.25rem",o=".9375rem",a=".5625rem 1rem";switch(this.b.g){case 2:a=".375rem .75rem",s="1.875rem",t="3rem",e="3rem",n="3rem",r="3rem",o=".6875rem";break;case 3:a=".1875rem 1rem",s="1.5rem",e="2.5rem",t="2.5rem",r="2.5rem",n="2.5rem",o=".4375rem"}4==this.b.s?(this.n.setStyleProperty("min-width","2.25rem"),this.n.setStyleProperty("min-height","2.25rem"),this.n.setStyleProperty("padding","0px"),this.n.setStyleProperty("width","2.25rem"),this.n.setStyleProperty("height","2.25rem")):3==this.b.s?(this.n.setStyleProperty("min-width",t),this.n.setStyleProperty("min-height",e),this.n.setStyleProperty("padding",o),this.n.setStyleProperty("width",n),this.n.setStyleProperty("height",r)):(this.n.setStyleProperty("min-width","5.5rem"),this.n.setStyleProperty("min-height",s),this.n.setStyleProperty("padding",a)),!i.isNaN_(this.b.aw)&&this.b.aw>0?this.n.setStyleProperty("border-style","solid"):this.n.setStyleProperty("border-style","none"),i.isNaN_(this.j)||this.n.setStyleProperty("min-width",this.j.toString()+"px"),i.isNaN_(this.i)||this.n.setStyleProperty("min-height",this.i.toString()+"px")},n.prototype.ao=function(t){this.j=t},n.prototype.an=function(t){this.i=t},n.prototype.al=function(){this.n.setAttribute("disabled",this.b.disabled?"true":"false"),this.n.setProperty("disabled",this.b.disabled)},n.prototype.ag=function(){if(null!=this.k){this.k.rootWrapper.setStyleProperty("display",this.b.gc);var t=this.p;if(null!=this.p){this.o.setStyleProperty("display",this.b.gc);var e=this.b.gc;t.display=e}var i=this.k.getExternal(this.b,null,null);i&&i._onDisplayChanged&&i._onDisplayChanged()}},n.prototype.ab=function(){if(null!=this.k){this.k.rootWrapper.setStyleProperty("align-items",this.b.fw),this.n.setStyleProperty("align-items",this.b.fw);var t=this.p;if(null!=this.p){this.o.setStyleProperty("align-items",this.b.fw);var e=this.b.fw;t.alignItems=e}var i=this.k.getExternal(this.b,null,null);i&&i._onAlignItemsChanged&&i._onAlignItemsChanged()}},n.prototype.ah=function(){if(null!=this.k){this.k.rootWrapper.setStyleProperty("flex-direction",this.b.hf),this.n.setStyleProperty("flex-direction",this.b.hf);var t=this.k.getExternal(this.b,null,null),e=this.p;if(null!=this.p){this.o.setStyleProperty("flex-direction",this.b.hf);var i=this.b.hf;e.flexDirection=i}t&&t._onFlexDirectionChanged&&t._onFlexDirectionChanged()}},n.prototype.ai=function(){if(null!=this.k){this.k.rootWrapper.setStyleProperty("flex-grow",this.b.hh),this.n.setStyleProperty("flex-grow",this.b.hh);var t=this.k.getExternal(this.b,null,null);t&&t._onFlexGrowChanged&&t._onFlexGrowChanged()}},n.prototype.s=function(t){},n.prototype.ap=function(){if(this.g()){this.b.h8;this.n.setAttribute("name",this.b.ih),this.n.setProperty("value",this.b.e0),this.b.ah&&this.n.setAttribute("tabindex",this.b.eu.toString()),this.n.setProperty("disabled",this.b.disabled),this.n.setAttribute("aria-label",this.b.fy)}},n.prototype.ak=function(){if(this.g()){var t=this.b.h8;this.n.setAttribute("id",t)}},n.prototype.t=function(t){this.b.jw()},n.prototype.u=function(t){this.b.jx()},n.prototype.v=function(t){this.b.js()},n.prototype.y=function(t){this.b.jv()},n.prototype.x=function(t){this.b.jt()},n.prototype.f=function(){return!1},n.prototype.w=function(t){},n.prototype.aa=function(){null==i.KeyFrameAnimationFactory.h&&(i.KeyFrameAnimationFactory.h=this.k)},n.prototype.ac=function(){this.e=!0,this.h.add(this.n.listen("change",i.runOn(this,this.w))),this.h.add(this.n.listen("click",i.runOn(this,this.x))),this.h.add(this.n.listen("focus",i.runOn(this,this.y))),this.h.add(this.n.listen("blur",i.runOn(this,this.v))),this.h.add(this.m.listen("click",i.runOn(this,this.s))),this.h.add(this.n.listen("mouseenter",i.runOn(this,this.t))),this.h.add(this.n.listen("mouseleave",i.runOn(this,this.u)))},n.prototype.ae=function(){var t,n;this.e=!1;try{for(var r=e.__values(i.fromEnum(this.h)),s=r.next();!s.done;s=r.next()){(0,s.value)()}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}this.h.clear()},n.prototype.am=function(){var t=this.b;t.externalObject&&t.externalObject.refreshDefaults&&t.externalObject.refreshDefaults()},n.prototype.aq=function(t,e){this.c.ax=t,this.c.aw=e},n.prototype.ar=function(t,e){var i=u.e(t,this.b.nk,this.b.nh,this.b.m7,e);this.n.setStyleProperty("box-shadow",i)},n.prototype.at=function(t){null!=t&&this.m.setStyleProperty("font",t.fontString)},n.prototype.z=function(t){this.m.append(t)},n.prototype.a=function(){var t=this.k.rootWrapper.getNativeElement().getBoundingClientRect(),e=t.top,i=t.left,n=new Array(2);return n[0]=e,n[1]=i,n},n.$t=i.markType(n,"ButtonView"),n}(i.Base),b=function(t){function n(){var e=t.call(this)||this;e._view=null,e.ez=null,e.sg=c.e(n.c,n.rs,n.o9),e.r4=c.e(n.c,n.rg,n.ox),e.nn=c.e(n.c,n.p7,n.no),e.m=c.a(n.c,n.n,n.l),e.r7=c.e(n.c,n.rj,n.o0),e.r8=c.e(n.c,n.rk,n.o1),e.r9=c.e(n.c,n.rl,n.o2),e.d2=c.c(n.c,n.du,n.cx),e.d5=c.c(n.c,n.dx,n.c0),e.d4=c.c(n.c,n.dw,n.cz),e.d3=c.c(n.c,n.dv,n.cy),e.r6=c.e(n.c,n.ri,n.oz),e.se=c.e(n.c,n.rq,n.o7),e.kt=c.d(n.c,n.kr,n.kj),e.bc=c.b(n.c,n.ba,n.a2),e.r5=c.e(n.c,n.rh,n.oy),e.sf=c.e(n.c,n.rr,n.o8),e.sd=c.e(n.c,n.rp,n.o6),e.sc=c.e(n.c,n.ro,n.o5),e.sa=c.e(n.c,n.rm,n.o3),e.sb=c.e(n.c,n.rn,n.o4),e.pn=c.e(n.c,n.ql,n.n2),e.po=c.e(n.c,n.qm,n.n3),e.pp=c.e(n.c,n.qn,n.n4),e.c5=c.c(n.c,n.dh,n.cl),e.c8=c.c(n.c,n.dk,n.co),e.c7=c.c(n.c,n.dj,n.cn),e.c6=c.c(n.c,n.di,n.cm),e.pm=c.e(n.c,n.qk,n.n1),e.pu=c.e(n.c,n.qs,n.n9),e.kl=c.d(n.c,n.ko,n.kg),e.a4=c.b(n.c,n.a7,n.az),e.pl=c.e(n.c,n.qj,n.n0),e.pv=c.e(n.c,n.qt,n.oa),e.pt=c.e(n.c,n.qr,n.n8),e.ps=c.e(n.c,n.qq,n.n7),e.pq=c.e(n.c,n.qo,n.n5),e.pr=c.e(n.c,n.qp,n.n6),e.rv=c.e(n.c,n.q7,n.oo),e.rw=c.e(n.c,n.q8,n.op),e.rx=c.e(n.c,n.q9,n.oq),e.dy=c.c(n.c,n.dq,n.ct),e.d1=c.c(n.c,n.dt,n.cw),e.d0=c.c(n.c,n.ds,n.cv),e.dz=c.c(n.c,n.dr,n.cu),e.ru=c.e(n.c,n.q6,n.on),e.r2=c.e(n.c,n.re,n.ov),e.ks=c.d(n.c,n.kq,n.ki),e.bb=c.b(n.c,n.a9,n.a1),e.rt=c.e(n.c,n.q5,n.om),e.r3=c.e(n.c,n.rf,n.ow),e.r1=c.e(n.c,n.rd,n.ou),e.r0=c.e(n.c,n.rc,n.ot),e.ry=c.e(n.c,n.ra,n.or),e.rz=c.e(n.c,n.rb,n.os),e.py=c.e(n.c,n.qw,n.od),e.pz=c.e(n.c,n.qx,n.oe),e.p0=c.e(n.c,n.qy,n.of),e.c9=c.c(n.c,n.dl,n.cp),e.dc=c.c(n.c,n.dp,n.cs),e.db=c.c(n.c,n.dn,n.cr),e.da=c.c(n.c,n.dm,n.cq),e.px=c.e(n.c,n.qv,n.oc),e.p5=c.e(n.c,n.q3,n.ok),e.km=c.d(n.c,n.kp,n.kh),e.a5=c.b(n.c,n.a8,n.a0),e.pw=c.e(n.c,n.qu,n.ob),e.p6=c.e(n.c,n.q4,n.ol),e.p4=c.e(n.c,n.q2,n.oj),e.p3=c.e(n.c,n.q1,n.oi),e.p1=c.e(n.c,n.qz,n.og),e.p2=c.e(n.c,n.q0,n.oh),e.pc=c.e(n.c,n.qa,n.nr),e.pd=c.e(n.c,n.qb,n.ns),e.pe=c.e(n.c,n.qc,n.nt),e.c1=c.c(n.c,n.dd,n.ch),e.c4=c.c(n.c,n.dg,n.ck),e.c3=c.c(n.c,n.df,n.cj),e.c2=c.c(n.c,n.de,n.ci),e.pb=c.e(n.c,n.p9,n.nq),e.pj=c.e(n.c,n.qh,n.ny),e.kk=c.d(n.c,n.kn,n.kf),e.a3=c.b(n.c,n.a6,n.ay),e.pa=c.e(n.c,n.p8,n.np),e.pk=c.e(n.c,n.qi,n.nz),e.pi=c.e(n.c,n.qg,n.nx),e.ph=c.e(n.c,n.qf,n.nw),e.pf=c.e(n.c,n.qd,n.nu),e.pg=c.e(n.c,n.qe,n.nv),e.at=NaN,e.as=NaN,e.r=0,e.f=0,e.b=0,e.e=1,e.k1=c.e(n.c,n.ri,n.oz),e.lc=c.e(n.c,n.rs,n.o9),e.k9=c.e(n.c,n.rg,n.ox),e.kz=c.e(n.c,n.p7,n.no),e.bn=c.c(n.c,n.dx,n.c0),e.bl=c.c(n.c,n.dv,n.cy),e.bm=c.c(n.c,n.dw,n.cz),e.la=c.e(n.c,n.rq,n.o7),e.j5=c.d(n.c,n.kr,n.kj),e.k0=c.e(n.c,n.rh,n.oy),e.k2=c.e(n.c,n.rj,n.o0),e.k3=c.e(n.c,n.rk,n.o1),e.k4=c.e(n.c,n.rl,n.o2),e.bk=c.c(n.c,n.du,n.cx),e.i=c.a(n.c,n.n,n.l),e.lb=c.e(n.c,n.rr,n.o8),e.k8=c.e(n.c,n.rp,n.o6),e.k5=c.e(n.c,n.rm,n.o3),e.k6=c.e(n.c,n.rn,n.o4),e.k7=c.e(n.c,n.ro,n.o5),e.an=c.b(n.c,n.ba,n.a2),e.mu=null,e.mw=null,e.mx=null,e.my=null,e.b7=-1,e.m1=null,e.mv=null,e.ca=-1,e.b9=-1,e.b8=-1,e.av=NaN,e.kb=new i.CornerRadius(1,NaN,NaN,NaN,NaN),e.m3=null,e.ls=null,e.lu=null,e.lv=null,e.lw=null,e.bt=-1,e.lz=null,e.lt=null,e.bw=-1,e.bv=-1,e.bu=-1,e.l1=null,e.l2=null,e.l0=null,e.lx=null,e.ly=null,e.aq=NaN,e.j8=new i.CornerRadius(1,NaN,NaN,NaN,NaN),e.ld=null,e.lf=null,e.lg=null,e.lh=null,e.bo=-1,e.j=0,e.l5=null,e.le=null,e.cb=-1,e.by=-1,e.bx=-1,e.u=null,e.m6=null,e.l7=null,e.m5=null,e.m4=null,e.m2=null,e.mz=null,e.m0=null,e.l3=null,e.l4=null,e.ao=NaN,e.j6=new i.CornerRadius(1,NaN,NaN,NaN,NaN),e.mj=null,e.ml=null,e.mm=null,e.mn=null,e.b3=-1,e.mq=null,e.mk=null,e.b6=-1,e.b5=-1,e.b4=-1,e.au=NaN,e.ka=new i.CornerRadius(1,NaN,NaN,NaN,NaN),e.ms=null,e.mt=null,e.mr=null,e.mo=null,e.mp=null,e.li=null,e.lk=null,e.ll=null,e.lm=null,e.bp=-1,e.l6=null,e.lj=null,e.bs=-1,e.br=-1,e.bq=-1,e.ap=NaN,e.j7=new i.CornerRadius(1,NaN,NaN,NaN,NaN),e.lq=null,e.lr=null,e.lp=null,e.ln=null,e.lo=null,e.l8=null,e.ma=null,e.mb=null,e.mc=null,e.bz=-1,e.mf=null,e.l9=null,e.b2=-1,e.b1=-1,e.b0=-1,e.ar=NaN,e.j9=new i.CornerRadius(1,NaN,NaN,NaN,NaN),e.mh=null,e.mi=null,e.mg=null,e.md=null,e.me=null,e.e7="ig-native-button-"+n.ew++,e.e6="ig-button-"+n.ev++,e.e3="inline-block",e.e4="inline-block",e.e5=null,e.e1="center",e.ex=null,e.e8=null,e.cc=0,e.z=!1,e.e2=null,e.ab=!1,e.ac=!0,e.x=!1,e.w=!1,e.ad=!1,e.aa=!1,e.y=!1,e.propertyChanged=null,e.clicked=null;var r=new f;return r.b=e,e.view=r,e.view.aj(),e}return e.__extends(n,t),Object.defineProperty(n.prototype,"view",{get:function(){return this._view},set:function(t){this._view=t},enumerable:!0,configurable:!0}),n.prototype.destroy=function(){this.provideContainer(null)},n.prototype.jy=function(t,e,n){null!=this.propertyChanged&&this.propertyChanged(this,new i.PropertyChangedEventArgs(t)),this.j0(t,e,n)},n.prototype.j0=function(t,e,i){switch(t){case"CornerRadius":case"BorderColor":case"RestingElevation":case"HoverElevation":case"FocusElevation":case"RippleColor":case"BorderWidth":case"BackgroundColor":case"DisabledBackgroundColor":case"DisabledBorderColor":case"DisabledTextColor":case"DisabledElevation":case"HoverBackgroundColor":case"TextStyle":case"FocusTextColor":case"TextColor":case"HoverTextColor":case"FocusBackgroundColor":case"RaisedBorderColor":case"RaisedRestingElevation":case"RaisedFocusElevation":case"RaisedHoverElevation":case"RaisedRippleColor":case"RaisedBorderWidth":case"RaisedBackgroundColor":case"RaisedDisabledBackgroundColor":case"RaisedDisabledBorderColor":case"RaisedDisabledTextColor":case"RaisedDisabledElevation":case"RaisedHoverBackgroundColor":case"RaisedCornerRadius":case"RaisedFocusBackgroundColor":case"RaisedFocusTextColor":case"RaisedTextColor":case"RaisedHoverTextColor":case"FlatBorderColor":case"FlatRestingElevation":case"FlatFocusElevation":case"FlatHoverElevation":case"FlatRippleColor":case"FlatBorderWidth":case"FlatBackgroundColor":case"FlatDisabledBackgroundColor":case"FlatDisabledBorderColor":case"FlatDisabledTextColor":case"FlatDisabledElevation":case"FlatHoverBackgroundColor":case"FlatCornerRadius":case"FlatFocusBackgroundColor":case"FlatFocusTextColor":case"FlatTextColor":case"FlatHoverTextColor":case"OutlinedRippleColor":case"OutlinedRestingElevation":case"OutlinedFocusElevation":case"OutlinedHoverElevation":case"OutlinedBorderColor":case"OutlinedBorderWidth":case"OutlinedBackgroundColor":case"OutlinedDisabledBackgroundColor":case"OutlinedDisabledBorderColor":case"OutlinedDisabledTextColor":case"OutlinedDisabledElevation":case"OutlinedHoverBackgroundColor":case"OutlinedCornerRadius":case"OutlinedFocusBackgroundColor":case"OutlinedFocusTextColor":case"OutlinedTextColor":case"OutlinedHoverTextColor":case"FabBorderColor":case"FabRippleColor":case"FabRestingElevation":case"FabFocusElevation":case"FabHoverElevation":case"FabBorderWidth":case"FabBackgroundColor":case"FabDisabledBackgroundColor":case"FabDisabledBorderColor":case"FabDisabledTextColor":case"FabDisabledElevation":case"FabHoverBackgroundColor":case"FabCornerRadius":case"FabFocusBackgroundColor":case"FabFocusTextColor":case"FabTextColor":case"FabHoverTextColor":case"IconRestingElevation":case"IconFocusElevation":case"IconHoverElevation":case"IconBorderColor":case"IconRippleColor":case"IconBorderWidth":case"IconBackgroundColor":case"IconDisabledBackgroundColor":case"IconDisabledBorderColor":case"IconDisabledTextColor":case"IconDisabledElevation":case"IconHoverBackgroundColor":case"IconCornerRadius":case"IconFocusBackgroundColor":case"IconFocusTextColor":case"IconTextColor":case"IconHoverTextColor":case"ElevationMode":this.j3();break;case"BaseTheme":this.j4(0==this.d?2:this.d),this.j3();break;case"IsDisabled":this.ae=this.disabled||this.af,this.j3(),this.view.al();break;case"DisableRipple":this.ae=this.disabled||this.af,this.j3();break;case"ActualDisableRipple":this.view.af();break;case"ActualBackgroundColor":case"ActualDisabledBackgroundColor":case"ActualDisabledBorderColor":case"ActualDisabledTextColor":case"ActualDisabledElevation":case"ActualHoverBackgroundColor":case"ActualBorderColor":case"ActualFocusTextColor":case"ActualHoverTextColor":case"ActualElevationMode":this.j2();break;case"Density":this.g=0==this.h?1:this.h;break;case"ActualDensity":case"ActualBorderWidth":case"ActualCornerRadius":this.view.as(),this.j2();break;case"DisplayType":this.view.as(),this.j3(),this.j2();break;case"InputId":this.view.ak();break;case"Display":this.view.ag();break;case"FlexDirection":this.view.ah();break;case"FlexGrow":this.view.ai();break;case"AlignItems":this.view.ab();break;case"TabIndex":this.view.ap();break;case"MinWidth":this.view.ao(this.bh),this.view.as();break;case"MinHeight":this.view.an(this.bg),this.view.as()}},n.prototype.kd=function(t,e){return new i.CornerRadius(1,i.isNaN_(t.c)?e.c:t.c,i.isNaN_(t.d)?e.d:t.d,i.isNaN_(t.b)?e.b:t.b,i.isNaN_(t.a)?e.a:t.a)},n.prototype.j3=function(){switch(this.k=0!=this.o?this.o:this.m,this.nk=this.sg,this.nh=this.r4,this.m7=this.nn,this.s){case 0:this.na=null!=this.sh?this.sh:null!=this.ty?this.ty:this.r7,this.nb=null!=this.si?this.si:null!=this.tz?this.tz:this.r8,this.nc=null!=this.sj?this.sj:null!=this.t0?this.t0:this.r9,this.cd=this.d6>=0?this.d6:this.ep>=0?this.ep:this.d2,this.cg=this.et>=0?this.et:this.es>=0?this.es:this.d5,this.cf=this.eg>=0?this.eg:this.er>=0?this.er:this.d4,this.ce=this.ef>=0?this.ef:this.eq>=0?this.eq:this.d3,this.m9=null!=this.nm?this.nm:null!=this.tx?this.tx:this.r6,this.m8=null!=this.nl?this.nl:null!=this.tw?this.tw:this.r5,this.nf=null!=this.s8?this.s8:null!=this.t3?this.t3:this.sc,this.kc=this.kd(this.ke,this.kd(this.ky,this.kt)),this.aw=i.isNaN_(this.ax)?i.isNaN_(this.bj)?this.bc:this.bj:this.ax,this.ni=null!=this.t7?this.t7:null!=this.t5?this.t5:this.se,this.nd=null!=this.s6?this.s6:null!=this.t1?this.t1:this.sa,this.ne=null!=this.s7?this.s7:null!=this.t2?this.t2:this.sb,this.nj=null!=this.t8?this.t8:null!=this.t6?this.t6:this.sf,this.ng=null!=this.s9?this.s9:null!=this.t4?this.t4:this.sd;break;case 2:this.na=null!=this.sh?this.sh:null!=this.tn?this.tn:this.rv,this.nb=null!=this.si?this.si:null!=this.to?this.to:this.rw,this.nc=null!=this.sj?this.sj:null!=this.tp?this.tp:this.rx,this.cd=this.d6>=0?this.d6:this.el>=0?this.el:this.dy,this.cg=this.et>=0?this.et:this.eo>=0?this.eo:this.d1,this.cf=this.eg>=0?this.eg:this.en>=0?this.en:this.d0,this.ce=this.ef>=0?this.ef:this.em>=0?this.em:this.dz,this.m9=null!=this.nm?this.nm:null!=this.tm?this.tm:this.ru,this.m8=null!=this.s8?this.s8:null!=this.nl?this.nl:null!=this.tl?this.tl:this.rt,this.nf=null!=this.ts?this.ts:this.r0,this.kc=this.kd(this.ke,this.kd(this.kx,this.ks)),this.aw=i.isNaN_(this.ax)?i.isNaN_(this.bi)?this.bb:this.bi:this.ax,this.ni=null!=this.t7?this.t7:null!=this.tu?this.tu:this.r2,this.nd=null!=this.s6?this.s6:null!=this.tq?this.tq:this.ry,this.ne=null!=this.s7?this.s7:null!=this.tr?this.tr:this.rz,this.nj=null!=this.t8?this.t8:null!=this.tv?this.tv:this.r3,this.ng=null!=this.s9?this.s9:null!=this.tt?this.tt:this.r1;break;case 1:this.na=null!=this.sh?this.sh:null!=this.sx?this.sx:this.pn,this.nb=null!=this.si?this.si:null!=this.sy?this.sy:this.po,this.nc=null!=this.sj?this.sj:null!=this.sz?this.sz:this.pp,this.cd=this.d6>=0?this.d6:this.eb>=0?this.eb:this.c5,this.cg=this.et>=0?this.et:this.ee>=0?this.ee:this.c8,this.cf=this.eg>=0?this.eg:this.ed>=0?this.ed:this.c7,this.ce=this.ef>=0?this.ef:this.ec>=0?this.ec:this.c6,this.m9=null!=this.nm?this.nm:null!=this.sw?this.sw:this.pm,this.m8=null!=this.nl?this.nl:null!=this.sv?this.sv:this.pl,this.nf=null!=this.s8?this.s8:null!=this.s2?this.s2:this.ps,this.kc=this.kd(this.ke,this.kd(this.kv,this.kl)),this.aw=i.isNaN_(this.ax)?i.isNaN_(this.be)?this.a4:this.be:this.ax,this.ni=null!=this.t7?this.t7:null!=this.s4?this.s4:this.pu,this.nd=null!=this.s6?this.s6:null!=this.s0?this.s0:this.pq,this.ne=null!=this.s7?this.s7:null!=this.s1?this.s1:this.pr,this.nj=null!=this.t8?this.t8:null!=this.s5?this.s5:this.pv,this.ng=null!=this.s9?this.s9:null!=this.s3?this.s3:this.pt;break;case 4:this.na=null!=this.sh?this.sh:null!=this.tc?this.tc:this.py,this.nb=null!=this.si?this.si:null!=this.td?this.td:this.pz,this.nc=null!=this.sj?this.sj:null!=this.te?this.te:this.p0,this.cd=this.d6>=0?this.d6:this.eh>=0?this.eh:this.c9,this.cg=this.et>=0?this.et:this.ek>=0?this.ek:this.dc,this.cf=this.eg>=0?this.eg:this.ej>=0?this.ej:this.db,this.ce=this.ef>=0?this.ef:this.ei>=0?this.ei:this.da,this.m9=null!=this.nm?this.nm:null!=this.tb?this.tb:this.px,this.m8=null!=this.nl?this.nl:null!=this.ta?this.ta:this.pw,this.nf=null!=this.s8?this.s8:null!=this.th?this.th:this.p3,this.kc=this.kd(this.ke,this.kd(this.kw,this.km)),this.aw=i.isNaN_(this.ax)?i.isNaN_(this.bf)?this.a5:this.bf:this.ax,this.ni=null!=this.t7?this.t7:null!=this.tj?this.tj:this.p5,this.nd=null!=this.s6?this.s6:null!=this.tf?this.tf:this.p1,this.ne=null!=this.s7?this.s7:null!=this.tg?this.tg:this.p2,this.nj=null!=this.t8?this.t8:null!=this.tk?this.tk:this.p6,this.ng=null!=this.s9?this.s9:null!=this.ti?this.ti:this.p4;break;case 3:this.na=null!=this.sh?this.sh:null!=this.sm?this.sm:this.pc,this.nb=null!=this.si?this.si:null!=this.sn?this.sn:this.pd,this.nc=null!=this.sj?this.sj:null!=this.so?this.so:this.pe,this.cd=this.d6>=0?this.d6:this.d7>=0?this.d7:this.c1,this.cg=this.et>=0?this.et:this.ea>=0?this.ea:this.c4,this.cf=this.eg>=0?this.eg:this.d9>=0?this.d9:this.c3,this.ce=this.ef>=0?this.ef:this.d8>=0?this.d8:this.c2,this.m9=null!=this.nm?this.nm:null!=this.sl?this.sl:this.pb,this.m8=null!=this.nl?this.nl:null!=this.sk?this.sk:this.pa,this.nf=null!=this.s8?this.s8:null!=this.sr?this.sr:this.ph,this.kc=this.kd(this.ke,this.kd(this.ku,this.kk)),this.aw=i.isNaN_(this.ax)?i.isNaN_(this.bd)?this.a3:this.bd:this.ax,this.ni=null!=this.t7?this.t7:null!=this.st?this.st:this.se,this.nd=null!=this.s6?this.s6:null!=this.sp?this.sp:this.pf,this.ne=null!=this.s7?this.s7:null!=this.sq?this.sq:this.pg,this.nj=null!=this.t8?this.t8:null!=this.su?this.su:this.pk,this.ng=null!=this.s9?this.s9:null!=this.ss?this.ss:this.pi}},n.prototype.jt=function(){this.disabled||null!=this.clicked&&this.clicked(this,new p)},n.prototype.js=function(){this.focused=!1,this.j2()},n.prototype.jv=function(){this.focused=!0,this.j2()},n.prototype.jx=function(){this.al=!1,this.j2()},n.prototype.jw=function(){this.al=!0,this.j2()},n.prototype.j2=function(){var t=this.view.q;null!=t&&(i.NativeUI.l(t,this.kc),i.NativeUI.k(t,this.m9),i.isNaN_(this.aw)||i.NativeUI.m(t,new i.Thickness(0,this.aw)),this.disabled?this.view.ar(this.cd,this.k):this.focused&&this.ak?this.view.ar(this.ce,this.k):this.al?this.view.ar(this.cf,this.k):this.view.ar(this.cg,this.k),this.disabled?i.NativeUI.j(t,this.na):this.focused&&this.ak?i.NativeUI.j(t,this.nd):this.al?i.NativeUI.j(t,this.nf):i.NativeUI.j(t,this.m8),this.view.aq(this.ni,i.BrushUtil.g(0,0,0,0)),null!=this.v&&this.view.at(this.v),this.disabled?(i.NativeUI.n(this.view.r,this.nc),i.NativeUI.o(this.view.r,this.nc)):this.focused&&this.ak?(i.NativeUI.n(this.view.r,this.ne),i.NativeUI.o(this.view.r,this.ne)):this.al?(i.NativeUI.n(this.view.r,this.ng),i.NativeUI.o(this.view.r,this.ng)):(i.NativeUI.n(this.view.r,this.nj),i.NativeUI.o(this.view.r,this.nj)))},n.prototype.j4=function(t){this.sg=c.e(t,n.rs,n.o9),this.r4=c.e(t,n.rg,n.ox),this.nn=c.e(t,n.p7,n.no),this.m=c.a(t,n.n,n.l),this.r7=c.e(t,n.rj,n.o0),this.r8=c.e(t,n.rk,n.o1),this.r9=c.e(t,n.rl,n.o2),this.d2=c.c(t,n.du,n.cx),this.d5=c.c(t,n.dx,n.c0),this.d4=c.c(t,n.dw,n.cz),this.d3=c.c(t,n.dv,n.cy),this.r6=c.e(t,n.ri,n.oz),this.se=c.e(t,n.rq,n.o7),this.kt=c.d(t,n.kr,n.kj),this.bc=c.b(t,n.ba,n.a2),this.r5=c.e(t,n.rh,n.oy),this.sf=c.e(t,n.rr,n.o8),this.sd=c.e(t,n.rp,n.o6),this.sc=c.e(t,n.ro,n.o5),this.sa=c.e(t,n.rm,n.o3),this.sb=c.e(t,n.rn,n.o4),this.pn=c.e(t,n.ql,n.n2),this.po=c.e(t,n.qm,n.n3),this.pp=c.e(t,n.qn,n.n4),this.c5=c.c(t,n.dh,n.cl),this.c8=c.c(t,n.dk,n.co),this.c7=c.c(t,n.dj,n.cn),this.c6=c.c(t,n.di,n.cm),this.pm=c.e(t,n.qk,n.n1),this.pu=c.e(t,n.qs,n.n9),this.kl=c.d(t,n.ko,n.kg),this.a4=c.b(t,n.a7,n.az),this.pl=c.e(t,n.qj,n.n0),this.pv=c.e(t,n.qt,n.oa),this.pt=c.e(t,n.qr,n.n8),this.ps=c.e(t,n.qq,n.n7),this.pq=c.e(t,n.qo,n.n5),this.pr=c.e(t,n.qp,n.n6),this.rv=c.e(t,n.q7,n.oo),this.rw=c.e(t,n.q8,n.op),this.rx=c.e(t,n.q9,n.oq),this.dy=c.c(t,n.dq,n.ct),this.d1=c.c(t,n.dt,n.cw),this.d0=c.c(t,n.ds,n.cv),this.dz=c.c(t,n.dr,n.cu),this.ru=c.e(t,n.q6,n.on),this.r2=c.e(t,n.re,n.ov),this.ks=c.d(t,n.kq,n.ki),this.bb=c.b(t,n.a9,n.a1),this.rt=c.e(t,n.q5,n.om),this.r3=c.e(t,n.rf,n.ow),this.r1=c.e(t,n.rd,n.ou),this.r0=c.e(t,n.rc,n.ot),this.ry=c.e(t,n.ra,n.or),this.rz=c.e(t,n.rb,n.os),this.py=c.e(t,n.qw,n.od),this.pz=c.e(t,n.qx,n.oe),this.p0=c.e(t,n.qy,n.of),this.c9=c.c(t,n.dl,n.cp),this.dc=c.c(t,n.dp,n.cs),this.db=c.c(t,n.dn,n.cr),this.da=c.c(t,n.dm,n.cq),this.px=c.e(t,n.qv,n.oc),this.p5=c.e(t,n.q3,n.ok),this.km=c.d(t,n.kp,n.kh),this.a5=c.b(t,n.a8,n.a0),this.pw=c.e(t,n.qu,n.ob),this.p6=c.e(t,n.q4,n.ol),this.p4=c.e(t,n.q2,n.oj),this.p3=c.e(t,n.q1,n.oi),this.p1=c.e(t,n.qz,n.og),this.p2=c.e(t,n.q0,n.oh),this.pc=c.e(t,n.qa,n.nr),this.pd=c.e(t,n.qb,n.ns),this.pe=c.e(t,n.qc,n.nt),this.c1=c.c(t,n.dd,n.ch),this.c4=c.c(t,n.dg,n.ck),this.c3=c.c(t,n.df,n.cj),this.c2=c.c(t,n.de,n.ci),this.pb=c.e(t,n.p9,n.nq),this.pj=c.e(t,n.qh,n.ny),this.kk=c.d(t,n.kn,n.kf),this.a3=c.b(t,n.a6,n.ay),this.pa=c.e(t,n.p8,n.np),this.pk=c.e(t,n.qi,n.nz),this.pi=c.e(t,n.qg,n.nx),this.ph=c.e(t,n.qf,n.nw),this.pf=c.e(t,n.qd,n.nu),this.pg=c.e(t,n.qe,n.nv)},Object.defineProperty(n.prototype,"bh",{get:function(){return this.at},set:function(t){var e=this.at;this.at=t,e!=this.at&&this.jy("MinWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"bg",{get:function(){return this.as},set:function(t){var e=this.as;this.as=t,e!=this.as&&this.jy("MinHeight",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s",{get:function(){return this.r},set:function(t){var e=this.r;this.r=t,e!=this.r&&this.jy("DisplayType",i.enumGetBox(l,e),i.enumGetBox(l,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h",{get:function(){return this.f},set:function(t){var e=this.f;this.f=t,e!=this.f&&this.jy("Density",i.enumGetBox(i.ControlDisplayDensity_$type,e),i.enumGetBox(i.ControlDisplayDensity_$type,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"d",{get:function(){return this.b},set:function(t){var e=this.b;this.b=t,e!=this.b&&this.jy("BaseTheme",i.enumGetBox(i.BaseControlTheme_$type,e),i.enumGetBox(i.BaseControlTheme_$type,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"g",{get:function(){return this.e},set:function(t){var e=this.e;this.e=t,e!=this.e&&this.jy("ActualDensity",i.enumGetBox(i.ControlDisplayDensity_$type,e),i.enumGetBox(i.ControlDisplayDensity_$type,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"m9",{get:function(){return this.k1},set:function(t){var e=this.k1;this.k1=t,e!=this.k1&&this.jy("ActualBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"nk",{get:function(){return this.lc},set:function(t){var e=this.lc;this.lc=t,e!=this.lc&&this.jy("ActualUmbraShadowColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"nh",{get:function(){return this.k9},set:function(t){var e=this.k9;this.k9=t,e!=this.k9&&this.jy("ActualPenumbraShadowColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"m7",{get:function(){return this.kz},set:function(t){var e=this.kz;this.kz=t,e!=this.kz&&this.jy("ActualAmbientShadowColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cg",{get:function(){return this.bn},set:function(t){var e=this.bn;this.bn=t,e!=this.bn&&this.jy("ActualRestingElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ce",{get:function(){return this.bl},set:function(t){var e=this.bl;this.bl=t,e!=this.bl&&this.jy("ActualFocusElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cf",{get:function(){return this.bm},set:function(t){var e=this.bm;this.bm=t,e!=this.bm&&this.jy("ActualHoverElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ni",{get:function(){return this.la},set:function(t){var e=this.la;this.la=t,e!=this.la&&this.jy("ActualRippleColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"kc",{get:function(){return this.j5},set:function(t){var e=this.j5;this.j5=t,e!=this.j5&&this.jy("ActualCornerRadius",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"m8",{get:function(){return this.k0},set:function(t){var e=this.k0;this.k0=t,e!=this.k0&&this.jy("ActualBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"na",{get:function(){return this.k2},set:function(t){var e=this.k2;this.k2=t,e!=this.k2&&this.jy("ActualDisabledBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"nb",{get:function(){return this.k3},set:function(t){var e=this.k3;this.k3=t,e!=this.k3&&this.jy("ActualDisabledBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"nc",{get:function(){return this.k4},set:function(t){var e=this.k4;this.k4=t,e!=this.k4&&this.jy("ActualDisabledTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cd",{get:function(){return this.bk},set:function(t){var e=this.bk;this.bk=t,e!=this.bk&&this.jy("ActualDisabledElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"k",{get:function(){return this.i},set:function(t){var e=this.i;this.i=t,e!=this.i&&this.jy("ActualElevationMode",i.enumGetBox(i.ElevationMode_$type,e),i.enumGetBox(i.ElevationMode_$type,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"nj",{get:function(){return this.lb},set:function(t){var e=this.lb;this.lb=t,e!=this.lb&&this.jy("ActualTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ng",{get:function(){return this.k8},set:function(t){var e=this.k8;this.k8=t,e!=this.k8&&this.jy("ActualHoverTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"nd",{get:function(){return this.k5},set:function(t){var e=this.k5;this.k5=t,e!=this.k5&&this.jy("ActualFocusBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ne",{get:function(){return this.k6},set:function(t){var e=this.k6;this.k6=t,e!=this.k6&&this.jy("ActualFocusTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"nf",{get:function(){return this.k7},set:function(t){var e=this.k7;this.k7=t,e!=this.k7&&this.jy("ActualHoverBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"aw",{get:function(){return this.an},set:function(t){var e=this.an;this.an=t,e!=this.an&&this.jy("ActualBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tw",{get:function(){return this.mu},set:function(t){var e=this.mu;this.mu=t,e!=this.mu&&this.jy("RaisedBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ty",{get:function(){return this.mw},set:function(t){var e=this.mw;this.mw=t,e!=this.mw&&this.jy("RaisedDisabledBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tz",{get:function(){return this.mx},set:function(t){var e=this.mx;this.mx=t,e!=this.mx&&this.jy("RaisedDisabledBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"t0",{get:function(){return this.my},set:function(t){var e=this.my;this.my=t,e!=this.my&&this.jy("RaisedDisabledTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ep",{get:function(){return this.b7},set:function(t){var e=this.b7;this.b7=t,e!=this.b7&&this.jy("RaisedDisabledElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"t3",{get:function(){return this.m1},set:function(t){var e=this.m1;this.m1=t,e!=this.m1&&this.jy("RaisedHoverBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tx",{get:function(){return this.mv},set:function(t){var e=this.mv;this.mv=t,e!=this.mv&&this.jy("RaisedBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"es",{get:function(){return this.ca},set:function(t){var e=this.ca;this.ca=t,e!=this.ca&&this.jy("RaisedRestingElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"er",{get:function(){return this.b9},set:function(t){var e=this.b9;this.b9=t,e!=this.b9&&this.jy("RaisedHoverElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"eq",{get:function(){return this.b8},set:function(t){var e=this.b8;this.b8=t,e!=this.b8&&this.jy("RaisedFocusElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"bj",{get:function(){return this.av},set:function(t){var e=this.av;this.av=t,e!=this.av&&this.jy("RaisedBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ky",{get:function(){return this.kb},set:function(t){var e=this.kb;this.kb=t,this.jy("RaisedCornerRadius",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"t5",{get:function(){return this.m3},set:function(t){var e=this.m3;this.m3=t,e!=this.m3&&this.jy("RaisedRippleColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sv",{get:function(){return this.ls},set:function(t){var e=this.ls;this.ls=t,e!=this.ls&&this.jy("FlatBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sx",{get:function(){return this.lu},set:function(t){var e=this.lu;this.lu=t,e!=this.lu&&this.jy("FlatDisabledBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sy",{get:function(){return this.lv},set:function(t){var e=this.lv;this.lv=t,e!=this.lv&&this.jy("FlatDisabledBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sz",{get:function(){return this.lw},set:function(t){var e=this.lw;this.lw=t,e!=this.lw&&this.jy("FlatDisabledTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"eb",{get:function(){return this.bt},set:function(t){var e=this.bt;this.bt=t,e!=this.bt&&this.jy("FlatDisabledElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s2",{get:function(){return this.lz},set:function(t){var e=this.lz;this.lz=t,e!=this.lz&&this.jy("FlatHoverBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sw",{get:function(){return this.lt},set:function(t){var e=this.lt;this.lt=t,e!=this.lt&&this.jy("FlatBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ee",{get:function(){return this.bw},set:function(t){var e=this.bw;this.bw=t,e!=this.bw&&this.jy("FlatRestingElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ed",{get:function(){return this.bv},set:function(t){var e=this.bv;this.bv=t,e!=this.bv&&this.jy("FlatHoverElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ec",{get:function(){return this.bu},set:function(t){var e=this.bu;this.bu=t,e!=this.bu&&this.jy("FlatFocusElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s4",{get:function(){return this.l1},set:function(t){var e=this.l1;this.l1=t,e!=this.l1&&this.jy("FlatRippleColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s5",{get:function(){return this.l2},set:function(t){var e=this.l2;this.l2=t,e!=this.l2&&this.jy("FlatTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s3",{get:function(){return this.l0},set:function(t){var e=this.l0;this.l0=t,e!=this.l0&&this.jy("FlatHoverTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s0",{get:function(){return this.lx},set:function(t){var e=this.lx;this.lx=t,e!=this.lx&&this.jy("FlatFocusBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s1",{get:function(){return this.ly},set:function(t){var e=this.ly;this.ly=t,e!=this.ly&&this.jy("FlatFocusTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"be",{get:function(){return this.aq},set:function(t){var e=this.aq;this.aq=t,e!=this.aq&&this.jy("FlatBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"kv",{get:function(){return this.j8},set:function(t){var e=this.j8;this.j8=t,this.jy("FlatCornerRadius",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"nl",{get:function(){return this.ld},set:function(t){var e=this.ld;this.ld=t,e!=this.ld&&this.jy("BackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sh",{get:function(){return this.lf},set:function(t){var e=this.lf;this.lf=t,e!=this.lf&&this.jy("DisabledBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"si",{get:function(){return this.lg},set:function(t){var e=this.lg;this.lg=t,e!=this.lg&&this.jy("DisabledBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sj",{get:function(){return this.lh},set:function(t){var e=this.lh;this.lh=t,e!=this.lh&&this.jy("DisabledTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"d6",{get:function(){return this.bo},set:function(t){var e=this.bo;this.bo=t,e!=this.bo&&this.jy("DisabledElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"o",{get:function(){return this.j},set:function(t){var e=this.j;this.j=t,e!=this.j&&this.jy("ElevationMode",i.enumGetBox(i.ElevationMode_$type,e),i.enumGetBox(i.ElevationMode_$type,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s8",{get:function(){return this.l5},set:function(t){var e=this.l5;this.l5=t,e!=this.l5&&this.jy("HoverBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"nm",{get:function(){return this.le},set:function(t){var e=this.le;this.le=t,e!=this.le&&this.jy("BorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"et",{get:function(){return this.cb},set:function(t){var e=this.cb;this.cb=t,e!=this.cb&&this.jy("RestingElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"eg",{get:function(){return this.by},set:function(t){var e=this.by;this.by=t,e!=this.by&&this.jy("HoverElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ef",{get:function(){return this.bx},set:function(t){var e=this.bx;this.bx=t,e!=this.bx&&this.jy("FocusElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"v",{get:function(){return this.u},set:function(t){var e=this.u;this.u=t,e!=this.u&&this.jy("TextStyle",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"t8",{get:function(){return this.m6},set:function(t){var e=this.m6;this.m6=t,e!=this.m6&&this.jy("TextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s9",{get:function(){return this.l7},set:function(t){var e=this.l7;this.l7=t,e!=this.l7&&this.jy("HoverTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"t7",{get:function(){return this.m5},set:function(t){var e=this.m5;this.m5=t,e!=this.m5&&this.jy("RippleColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"t6",{get:function(){return this.m4},set:function(t){var e=this.m4;this.m4=t,e!=this.m4&&this.jy("RaisedTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"t4",{get:function(){return this.m2},set:function(t){var e=this.m2;this.m2=t,e!=this.m2&&this.jy("RaisedHoverTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"t1",{get:function(){return this.mz},set:function(t){var e=this.mz;this.mz=t,e!=this.mz&&this.jy("RaisedFocusBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"t2",{get:function(){return this.m0},set:function(t){var e=this.m0;this.m0=t,e!=this.m0&&this.jy("RaisedFocusTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s6",{get:function(){return this.l3},set:function(t){var e=this.l3;this.l3=t,e!=this.l3&&this.jy("FocusBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s7",{get:function(){return this.l4},set:function(t){var e=this.l4;this.l4=t,e!=this.l4&&this.jy("FocusTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ax",{get:function(){return this.ao},set:function(t){var e=this.ao;this.ao=t,e!=this.ao&&this.jy("BorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ke",{get:function(){return this.j6},set:function(t){var e=this.j6;this.j6=t,this.jy("CornerRadius",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tl",{get:function(){return this.mj},set:function(t){var e=this.mj;this.mj=t,e!=this.mj&&this.jy("OutlinedBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tn",{get:function(){return this.ml},set:function(t){var e=this.ml;this.ml=t,e!=this.ml&&this.jy("OutlinedDisabledBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"to",{get:function(){return this.mm},set:function(t){var e=this.mm;this.mm=t,e!=this.mm&&this.jy("OutlinedDisabledBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tp",{get:function(){return this.mn},set:function(t){var e=this.mn;this.mn=t,e!=this.mn&&this.jy("OutlinedDisabledTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"el",{get:function(){return this.b3},set:function(t){var e=this.b3;this.b3=t,e!=this.b3&&this.jy("OutlinedDisabledElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ts",{get:function(){return this.mq},set:function(t){var e=this.mq;this.mq=t,e!=this.mq&&this.jy("OutlinedHoverBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tm",{get:function(){return this.mk},set:function(t){var e=this.mk;this.mk=t,e!=this.mk&&this.jy("OutlinedBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"eo",{get:function(){return this.b6},set:function(t){var e=this.b6;this.b6=t,e!=this.b6&&this.jy("OutlinedRestingElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"en",{get:function(){return this.b5},set:function(t){var e=this.b5;this.b5=t,e!=this.b5&&this.jy("OutlinedHoverElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"em",{get:function(){return this.b4},set:function(t){var e=this.b4;this.b4=t,e!=this.b4&&this.jy("OutlinedFocusElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"bi",{get:function(){return this.au},set:function(t){var e=this.au;this.au=t,e!=this.au&&this.jy("OutlinedBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"kx",{get:function(){return this.ka},set:function(t){var e=this.ka;this.ka=t,this.jy("OutlinedCornerRadius",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tu",{get:function(){return this.ms},set:function(t){var e=this.ms;this.ms=t,e!=this.ms&&this.jy("OutlinedRippleColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tv",{get:function(){return this.mt},set:function(t){var e=this.mt;this.mt=t,e!=this.mt&&this.jy("OutlinedTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tt",{get:function(){return this.mr},set:function(t){var e=this.mr;this.mr=t,e!=this.mr&&this.jy("OutlinedHoverTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tq",{get:function(){return this.mo},set:function(t){var e=this.mo;this.mo=t,e!=this.mo&&this.jy("OutlinedFocusBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tr",{get:function(){return this.mp},set:function(t){var e=this.mp;this.mp=t,e!=this.mp&&this.jy("OutlinedFocusTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sk",{get:function(){return this.li},set:function(t){var e=this.li;this.li=t,e!=this.li&&this.jy("FabBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sm",{get:function(){return this.lk},set:function(t){var e=this.lk;this.lk=t,e!=this.lk&&this.jy("FabDisabledBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sn",{get:function(){return this.ll},set:function(t){var e=this.ll;this.ll=t,e!=this.ll&&this.jy("FabDisabledBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"so",{get:function(){return this.lm},set:function(t){var e=this.lm;this.lm=t,e!=this.lm&&this.jy("FabDisabledTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"d7",{get:function(){return this.bp},set:function(t){var e=this.bp;this.bp=t,e!=this.bp&&this.jy("FabDisabledElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sr",{get:function(){return this.l6},set:function(t){var e=this.l6;this.l6=t,e!=this.l6&&this.jy("FabHoverBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sl",{get:function(){return this.lj},set:function(t){var e=this.lj;this.lj=t,e!=this.lj&&this.jy("FabBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ea",{get:function(){return this.bs},set:function(t){var e=this.bs;this.bs=t,e!=this.bs&&this.jy("FabRestingElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"d9",{get:function(){return this.br},set:function(t){var e=this.br;this.br=t,e!=this.br&&this.jy("FabHoverElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"d8",{get:function(){return this.bq},set:function(t){var e=this.bq;this.bq=t,e!=this.bq&&this.jy("FabFocusElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"bd",{get:function(){return this.ap},set:function(t){var e=this.ap;this.ap=t,e!=this.ap&&this.jy("FabBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ku",{get:function(){return this.j7},set:function(t){var e=this.j7;this.j7=t,this.jy("FabCornerRadius",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"st",{get:function(){return this.lq},set:function(t){var e=this.lq;this.lq=t,e!=this.lq&&this.jy("FabRippleColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"su",{get:function(){return this.lr},set:function(t){var e=this.lr;this.lr=t,e!=this.lr&&this.jy("FabTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ss",{get:function(){return this.lp},set:function(t){var e=this.lp;this.lp=t,e!=this.lp&&this.jy("FabHoverTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sp",{get:function(){return this.ln},set:function(t){var e=this.ln;this.ln=t,e!=this.ln&&this.jy("FabFocusBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sq",{get:function(){return this.lo},set:function(t){var e=this.lo;this.lo=t,e!=this.lo&&this.jy("FabFocusTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ta",{get:function(){return this.l8},set:function(t){var e=this.l8;this.l8=t,e!=this.l8&&this.jy("IconBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tc",{get:function(){return this.ma},set:function(t){var e=this.ma;this.ma=t,e!=this.ma&&this.jy("IconDisabledBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"td",{get:function(){return this.mb},set:function(t){var e=this.mb;this.mb=t,e!=this.mb&&this.jy("IconDisabledBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"te",{get:function(){return this.mc},set:function(t){var e=this.mc;this.mc=t,e!=this.mc&&this.jy("IconDisabledTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"eh",{get:function(){return this.bz},set:function(t){var e=this.bz;this.bz=t,e!=this.bz&&this.jy("IconDisabledElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"th",{get:function(){return this.mf},set:function(t){var e=this.mf;this.mf=t,e!=this.mf&&this.jy("IconHoverBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tb",{get:function(){return this.l9},set:function(t){var e=this.l9;this.l9=t,e!=this.l9&&this.jy("IconBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ek",{get:function(){return this.b2},set:function(t){var e=this.b2;this.b2=t,e!=this.b2&&this.jy("IconRestingElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ej",{get:function(){return this.b1},set:function(t){var e=this.b1;this.b1=t,e!=this.b1&&this.jy("IconHoverElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ei",{get:function(){return this.b0},set:function(t){var e=this.b0;this.b0=t,e!=this.b0&&this.jy("IconFocusElevation",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"bf",{get:function(){return this.ar},set:function(t){var e=this.ar;this.ar=t,e!=this.ar&&this.jy("IconBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"kw",{get:function(){return this.j9},set:function(t){var e=this.j9;this.j9=t,this.jy("IconCornerRadius",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tj",{get:function(){return this.mh},set:function(t){var e=this.mh;this.mh=t,e!=this.mh&&this.jy("IconRippleColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tk",{get:function(){return this.mi},set:function(t){var e=this.mi;this.mi=t,e!=this.mi&&this.jy("IconTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ti",{get:function(){return this.mg},set:function(t){var e=this.mg;this.mg=t,e!=this.mg&&this.jy("IconHoverTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tf",{get:function(){return this.md},set:function(t){var e=this.md;this.md=t,e!=this.md&&this.jy("IconFocusBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tg",{get:function(){return this.me},set:function(t){var e=this.me;this.me=t,e!=this.me&&this.jy("IconFocusTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h8",{get:function(){return this.e7},set:function(t){var e=this.e7;this.e7=t,e!=this.e7&&this.jy("InputId",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h6",{get:function(){return this.e6},set:function(t){var e=this.e6;this.e6=t,e!=this.e6&&this.jy("Id",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"gc",{get:function(){return this.e3},set:function(t){var e=this.e3;this.e3=t,e!=this.e3&&this.jy("Display",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hf",{get:function(){return this.e4},set:function(t){var e=this.e4;this.e4=t,e!=this.e4&&this.jy("FlexDirection",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hh",{get:function(){return this.e5},set:function(t){var e=this.e5;this.e5=t,e!=this.e5&&this.jy("FlexGrow",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fw",{get:function(){return this.e1},set:function(t){var e=this.e1;this.e1=t,e!=this.e1&&this.jy("AlignItems",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"e0",{get:function(){return this.ex},set:function(t){var e=this.ex;this.ex=t,e!=this.ex&&this.jy("Value",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ih",{get:function(){return this.e8},set:function(t){var e=this.e8;this.e8=t,e!=this.e8&&this.jy("Name",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ah",{get:function(){return this.z},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"eu",{get:function(){return this.cc},set:function(t){var e=this.cc;this.cc=t,this.z=!0,e!=this.cc&&this.jy("TabIndex",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fy",{get:function(){return this.e2},set:function(t){var e=this.e2;this.e2=t,e!=this.e2&&this.jy("AriaLabel",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"focused",{get:function(){return this.ab},set:function(t){var e=this.ab;this.ab=t,e!=this.ab&&this.jy("IsFocused",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ak",{get:function(){return this.ac},set:function(t){var e=this.ac;this.ac=t,e!=this.ac&&this.jy("IsFocusStyleEnabled",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"af",{get:function(){return this.x},set:function(t){var e=this.x;this.x=t,e!=this.x&&this.jy("DisableRipple",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ae",{get:function(){return this.w},set:function(t){var e=this.w;this.w=t,e!=this.w&&this.jy("ActualDisableRipple",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"al",{get:function(){return this.ad},set:function(t){var e=this.ad;this.ad=t,e!=this.ad&&this.jy("IsHover",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabled",{get:function(){return this.aa},set:function(t){var e=this.aa;this.aa=t,e!=this.aa&&this.jy("IsDisabled",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ag",{get:function(){return this.y},set:function(t){var e=this.y;this.y=t,e!=this.y&&this.jy("DisableTransitions",e,t)},enumerable:!0,configurable:!0}),n.prototype.jz=function(){this.jq(),this.view.aq(this.ni,i.BrushUtil.g(0,0,0,0)),this.j2()},Object.defineProperty(n.prototype,"a",{get:function(){var t=new i.AnimationKeyFrameEffectTiming;return t.g=300,t.b=0,t},enumerable:!0,configurable:!0}),n.prototype.jq=function(){this.view.aa()},n.prototype.onDetachedFromUI=function(){this.view.ae()},n.prototype.onAttachedToUI=function(){this.view.ac()},n.prototype.appendButtonContent=function(t){this.view.z(t)},n.prototype.am=function(){return this.view.g()},n.prototype.ey=function(){return this.p()},n.prototype.gg=function(){return this.p().ab()},n.prototype.p=function(){var t=this.view.q,e=this.view.r,n=new d,r=(i.UIElementPropertyAccessorFactory.c.a(12).b(t),this.view.a());if(n.s=r[0],n.q=r[1],n.p=i.NativeUI.c(t),n.t=i.NativeUI.h(t),n.h=this.d,n.i=this.g,n.c=i.AppearanceHelper.a(i.NativeUI.ae(t)),n.g=i.AppearanceHelper.a(this.nk),n.d=i.AppearanceHelper.a(this.nh),n.a=i.AppearanceHelper.a(this.m7),n.u=this.cg,n.e=i.AppearanceHelper.a(this.ni),n.ah=this.kc,n.b=i.AppearanceHelper.a(i.NativeUI.ad(t)),n.j=this.k,n.f=i.AppearanceHelper.a(i.NativeUI.af(e)),n.o=this.aw,n.x=this.gc,n.y=this.hf,n.z=this.hh,n.w=this.fw,n.v=this.view.r.getNativeElement().innerText,n.aa=this.ih,n.m=this.focused,n.k=this.ae,n.n=this.al,n.l=this.disabled,null!=this.v){var s=this.v;if(null!=this.view&&null==s.n){var o=this.view.k,a=i.FontUtil.getFontInfoFromString(o,s.fontString);s.n=a.n,s.d=a.d,s.o=a.o,s.q=a.q,s.r=a.r,s.s=a.s}null!=s.n&&(n.ac=s.n),i.isNaN_(s.d)||(n.r=s.d),null!=s.s&&(n.ag=s.s),null!=s.q&&(n.ae=s.q),null!=s.o&&(n.ad=s.q)}return n},n.prototype.provideContainer=function(t){this.view.ad(t)},n.$t=i.markType(n,"Button",i.Base.$,[i.INotifyPropertyChanged_$type]),n.rs=i.BrushUtil.g(66,0,0,0),n.rg=i.BrushUtil.g(30,0,0,0),n.p7=i.BrushUtil.g(20,0,0,0),n.n=1,n.rj=i.BrushUtil.g(10,0,0,0),n.rk=i.BrushUtil.g(10,0,0,0),n.rl=i.BrushUtil.g(66,0,0,0),n.du=0,n.dx=2,n.dw=4,n.dv=8,n.ri=i.BrushUtil.g(138,0,0,0),n.rq=i.BrushUtil.g(255,255,255,255),n.kr=new i.CornerRadius(0,4),n.ba=NaN,n.rh=i.BrushUtil.g(255,228,28,119),n.rr=i.BrushUtil.g(255,0,0,0),n.rp=i.BrushUtil.g(255,0,0,0),n.ro=i.BrushUtil.g(255,220,83,145),n.rm=i.BrushUtil.g(255,220,83,145),n.rn=i.BrushUtil.g(255,0,0,0),n.ql=i.BrushUtil.g(0,0,0,0),n.qm=i.BrushUtil.g(0,0,0,0),n.qn=i.BrushUtil.g(66,0,0,0),n.dh=0,n.dk=0,n.dj=0,n.di=0,n.qk=i.BrushUtil.g(138,0,0,0),n.qs=null,n.ko=new i.CornerRadius(0,4),n.a7=NaN,n.qj=i.BrushUtil.g(0,0,0,0),n.qt=i.BrushUtil.g(255,228,28,119),n.qr=i.BrushUtil.g(255,228,28,119),n.qq=i.BrushUtil.g(13,228,28,119),n.qo=i.BrushUtil.g(30,228,28,119),n.qp=i.BrushUtil.g(255,228,28,119),n.q7=i.BrushUtil.g(0,0,0,0),n.q8=i.BrushUtil.g(30,0,0,0),n.q9=i.BrushUtil.g(66,0,0,0),n.dq=0,n.dt=0,n.ds=0,n.dr=0,n.q6=i.BrushUtil.g(30,0,0,0),n.re=i.BrushUtil.g(0,0,0,0),n.kq=new i.CornerRadius(0,4),n.a9=1,n.q5=i.BrushUtil.g(0,0,0,0),n.rf=i.BrushUtil.g(255,228,28,119),n.rd=i.BrushUtil.g(255,228,28,119),n.rc=i.BrushUtil.g(13,228,28,119),n.ra=i.BrushUtil.g(30,228,28,119),n.rb=i.BrushUtil.g(255,228,28,119),n.qw=i.BrushUtil.g(0,0,0,0),n.qx=i.BrushUtil.g(0,0,0,0),n.qy=i.BrushUtil.g(66,0,0,0),n.dl=0,n.dp=0,n.dn=0,n.dm=0,n.qv=i.BrushUtil.g(138,0,0,0),n.q3=null,n.kp=new i.CornerRadius(0,28),n.a8=NaN,n.qu=i.BrushUtil.g(0,0,0,0),n.q4=i.BrushUtil.g(255,0,0,0),n.q2=i.BrushUtil.g(255,0,0,0),n.q1=i.BrushUtil.g(30,0,0,0),n.qz=i.BrushUtil.g(66,0,0,0),n.q0=i.BrushUtil.g(255,0,0,0),n.qa=i.BrushUtil.g(10,0,0,0),n.qb=i.BrushUtil.g(10,0,0,0),n.qc=i.BrushUtil.g(66,0,0,0),n.dd=0,n.dg=6,n.df=12,n.de=12,n.p9=i.BrushUtil.g(138,0,0,0),n.qh=i.BrushUtil.g(255,255,255,255),n.kn=new i.CornerRadius(0,28),n.a6=NaN,n.p8=i.BrushUtil.g(255,228,28,119),n.qi=i.BrushUtil.g(255,0,0,0),n.qg=i.BrushUtil.g(255,0,0,0),n.qf=i.BrushUtil.g(255,220,83,145),n.qd=i.BrushUtil.g(255,220,83,145),n.qe=i.BrushUtil.g(255,0,0,0),n.o9=i.BrushUtil.g(100,33,150,243),n.ox=i.BrushUtil.g(70,33,150,243),n.no=i.BrushUtil.g(40,33,150,243),n.l=2,n.o0=i.BrushUtil.g(10,0,0,0),n.o1=i.BrushUtil.g(10,0,0,0),n.o2=i.BrushUtil.g(66,0,0,0),n.cx=0,n.c0=0,n.cz=0,n.cy=2,n.oz=i.BrushUtil.g(138,0,0,0),n.o7=i.BrushUtil.g(255,255,255,255),n.kj=new i.CornerRadius(0,3),n.a2=NaN,n.oy=i.BrushUtil.g(255,33,150,243),n.o8=i.BrushUtil.g(255,255,255,255),n.o6=i.BrushUtil.g(255,255,255,255),n.o5=i.BrushUtil.g(255,27,135,220),n.o3=i.BrushUtil.g(255,21,112,184),n.o4=i.BrushUtil.g(255,255,255,255),n.n2=i.BrushUtil.g(0,0,0,0),n.n3=i.BrushUtil.g(0,0,0,0),n.n4=i.BrushUtil.g(66,0,0,0),n.cl=0,n.co=0,n.cn=0,n.cm=2,n.n1=i.BrushUtil.g(138,0,0,0),n.n9=i.BrushUtil.g(100,33,150,243),n.kg=new i.CornerRadius(0,3),n.az=NaN,n.n0=i.BrushUtil.g(0,0,0,0),n.oa=i.BrushUtil.g(255,119,119,119),n.n8=i.BrushUtil.g(255,119,119,119),n.n7=i.BrushUtil.g(26,33,150,243),n.n5=i.BrushUtil.g(0,0,0,0),n.n6=i.BrushUtil.g(255,33,150,243),n.oo=i.BrushUtil.g(0,0,0,0),n.op=i.BrushUtil.g(30,0,0,0),n.oq=i.BrushUtil.g(66,0,0,0),n.ct=0,n.cw=0,n.cv=0,n.cu=2,n.on=i.BrushUtil.g(255,33,150,243),n.ov=i.BrushUtil.g(0,0,0,0),n.ki=new i.CornerRadius(0,3),n.a1=1,n.om=i.BrushUtil.g(0,0,0,0),n.ow=i.BrushUtil.g(255,33,150,243),n.ou=i.BrushUtil.g(255,33,150,243),n.ot=i.BrushUtil.g(26,33,150,243),n.or=i.BrushUtil.g(255,33,150,243),n.os=i.BrushUtil.g(255,255,255,255),n.od=i.BrushUtil.g(0,0,0,0),n.oe=i.BrushUtil.g(0,0,0,0),n.of=i.BrushUtil.g(66,0,0,0),n.cp=0,n.cs=0,n.cr=0,n.cq=2,n.oc=i.BrushUtil.g(138,0,0,0),n.ok=null,n.kh=new i.CornerRadius(0,28),n.a0=NaN,n.ob=i.BrushUtil.g(0,0,0,0),n.ol=i.BrushUtil.g(255,119,119,119),n.oj=i.BrushUtil.g(255,119,119,119),n.oi=i.BrushUtil.g(30,0,0,0),n.og=i.BrushUtil.g(66,0,0,0),n.oh=i.BrushUtil.g(255,33,150,243),n.nr=i.BrushUtil.g(10,0,0,0),n.ns=i.BrushUtil.g(10,0,0,0),n.nt=i.BrushUtil.g(66,0,0,0),n.ch=0,n.ck=0,n.cj=0,n.ci=2,n.nq=i.BrushUtil.g(138,0,0,0),n.ny=i.BrushUtil.g(255,255,255,255),n.kf=new i.CornerRadius(0,28),n.ay=NaN,n.np=i.BrushUtil.g(255,33,150,243),n.nz=i.BrushUtil.g(255,255,255,255),n.nx=i.BrushUtil.g(255,255,255,255),n.nw=i.BrushUtil.g(255,27,135,220),n.nu=i.BrushUtil.g(255,21,112,184),n.nv=i.BrushUtil.g(255,255,255,255),n.c=2,n.ew=0,n.ev=0,n}(i.Base),g=function(){function t(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated()}return t.prototype.createImplementation=function(){return new p},Object.defineProperty(t.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),t.prototype.onImplementationCreated=function(){},t.prototype._provideImplementation=function(t){this._implementation=t,this._implementation.externalObject=this,this.onImplementationCreated()},t}(),y=function(t){function n(){var n=t.call(this)||this;n._disconnected=!1,n._settingAttributes=!1,n._attached=!1,n._queuedSetAttributes=[],n._updatingFromAttribute=!1,n.__p=null,n._hasUserValues=new Set,n._stylingContainer=null,n._stylingParent=null,n._inStyling=!1,n._clicked=null,n._clicked_wrapped=null,n._styling&&i.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(n)),n._portalManager=new i.PortalManager("buttonContent"),n._renderer=new i.WebComponentRenderer(n,document,!0,{},n._portalManager),n._container=n._renderer.createElement("div"),n._renderer.updateRoot(n._container),n._implementation=n.createImplementation(),n._implementation.externalObject=n,n._container,null!=n._container.getNativeElement()&&n._container.getNativeElement(),n._wrapper=n._renderer;var r=n.i;return n._button=r,r.provideContainer(n._renderer),n._onChildrenChanged(),new MutationObserver((function(t){var i,r;try{for(var s=e.__values(t),o=s.next();!o.done;o=s.next()){"childList"==o.value.type&&n._onChildrenChanged()}}catch(t){i={error:t}}finally{try{o&&!o.done&&(r=s.return)&&r.call(s)}finally{if(i)throw i.error}}})).observe(n,{childList:!0}),n}return e.__extends(n,t),n.prototype._onDisplayChanged=function(){this.style.display=this.display},n.prototype._onFlexDirectionChanged=function(){this.style.flexDirection=this.flexDirection},n.prototype._onFlexGrowChanged=function(){this.style.flexGrow=this.flexGrow},n.prototype._onAlignItemsChanged=function(){this.style.alignItems=this.alignItems},n.prototype._onChildrenChanged=function(){for(var t=[],e=0;e<this.childNodes.length;e++){var i=this.childNodes[e];i!==this._container.getNativeElement()&&t.push(i)}this._portalManager.onChildrenChanged(t)},n.prototype.updateStyle=function(){this._styling(this,this)},n.prototype.destroy=function(){this._button.destroy(),this._wrapper.destroy()},n.prototype.createImplementation=function(){return new b},n.prototype.disconnectedCallback=function(){this._disconnected=!0,this.i&&this.i.onDetachedFromUI()},n.prototype.connectedCallback=function(){if(this._disconnected)return this._disconnected=!1,void(this.i&&this.i.onAttachedToUI());this.classList.add("ig-button"),this.classList.add("igc-button"),this.appendChild(this._container.getNativeElement()),this._attached=!0,this.style.display=this.display,this._flushQueuedAttributes(),this._styling(this,this),this.afterContentInit()},n.prototype.afterContentInit=function(){},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n._createFromInternal=function(t){if(!t)return null;if(!t.$type)return null;var e="Igc"+t.$type.name+"Component";return i.TypeRegistrar.isRegistered(e)?i.TypeRegistrar.create(e):null},n.prototype._enqueueSetAttribute=function(t,e){this._queuedSetAttributes.push({attrName:t,attrValue:e})},n.prototype._flushQueuedAttributes=function(){this._settingAttributes=!0;for(var t=0;t<this._queuedSetAttributes.length;t++)this.setAttribute(this._queuedSetAttributes[t].attrName,this._queuedSetAttributes[t].attrValue);this._settingAttributes=!1,this._queuedSetAttributes.length=0},n.prototype._a=function(t,e){this._updatingFromAttribute||(e&&(e=e.toString()),this._settingAttributes=!0,t=i.toSpinal(t),this._attached?this.setAttribute(t,e):this._enqueueSetAttribute(t,e),this._settingAttributes=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcButtonComponent){for(var t=i.getAllPropertyNames(n),e=0;e<t.length;e++)t[e]=i.toSpinal(t[e]);n._observedAttributesIgcButtonComponent=t}return n._observedAttributesIgcButtonComponent},enumerable:!0,configurable:!0}),n.prototype.attributeChangedCallback=function(t,e,n){if(!this._settingAttributes){var r=i.fromSpinal(t);this._updatingFromAttribute=!0,this[r]=n,this._updatingFromAttribute=!1}},n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,i.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"minWidth",{get:function(){return this.i.bh},set:function(t){this.i.bh=+t,this._a("minWidth",this.i.bh)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"minHeight",{get:function(){return this.i.bg},set:function(t){this.i.bg=+t,this._a("minHeight",this.i.bg)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"displayType",{get:function(){return this.i.s},set:function(t){this.i.s=i.ensureEnum(l,t),this._a("displayType",i.enumToString(l,this.i.s))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"density",{get:function(){return this.i.h},set:function(t){this.i.h=i.ensureEnum(i.ControlDisplayDensity_$type,t),this._a("density",i.enumToString(i.ControlDisplayDensity_$type,this.i.h))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"baseTheme",{get:function(){return this.i.d},set:function(t){this.i.d=i.ensureEnum(i.BaseControlTheme_$type,t),this._a("baseTheme",i.enumToString(i.BaseControlTheme_$type,this.i.d))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualDensity",{get:function(){return this.i.g},set:function(t){this.i.g=i.ensureEnum(i.ControlDisplayDensity_$type,t),this._a("actualDensity",i.enumToString(i.ControlDisplayDensity_$type,this.i.g))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualBorderColor",{get:function(){return i.brushToString(this.i.m9)},set:function(t){this.i.m9=i.stringToBrush(t),this._a("actualBorderColor",i.brushToString(this.i.m9))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualUmbraShadowColor",{get:function(){return i.brushToString(this.i.nk)},set:function(t){this.i.nk=i.stringToBrush(t),this._a("actualUmbraShadowColor",i.brushToString(this.i.nk))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualPenumbraShadowColor",{get:function(){return i.brushToString(this.i.nh)},set:function(t){this.i.nh=i.stringToBrush(t),this._a("actualPenumbraShadowColor",i.brushToString(this.i.nh))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualAmbientShadowColor",{get:function(){return i.brushToString(this.i.m7)},set:function(t){this.i.m7=i.stringToBrush(t),this._a("actualAmbientShadowColor",i.brushToString(this.i.m7))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualRestingElevation",{get:function(){return this.i.cg},set:function(t){this.i.cg=+t,this._a("actualRestingElevation",this.i.cg)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualFocusElevation",{get:function(){return this.i.ce},set:function(t){this.i.ce=+t,this._a("actualFocusElevation",this.i.ce)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualHoverElevation",{get:function(){return this.i.cf},set:function(t){this.i.cf=+t,this._a("actualHoverElevation",this.i.cf)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualRippleColor",{get:function(){return i.brushToString(this.i.ni)},set:function(t){this.i.ni=i.stringToBrush(t),this._a("actualRippleColor",i.brushToString(this.i.ni))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualCornerRadiusBottomRight",{get:function(){return this.i.kc?this.i.kc.b:NaN},set:function(t){this.ensureActualCornerRadius(),this.i.kc.b=+t,this._a("actualCornerRadiusBottomRight",this.i.kc.b),this.i.kc=this.i.kc},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualCornerRadiusBottomLeft",{get:function(){return this.i.kc?this.i.kc.a:NaN},set:function(t){this.ensureActualCornerRadius(),this.i.kc.a=+t,this._a("actualCornerRadiusBottomLeft",this.i.kc.a),this.i.kc=this.i.kc},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualCornerRadiusTopLeft",{get:function(){return this.i.kc?this.i.kc.c:NaN},set:function(t){this.ensureActualCornerRadius(),this.i.kc.c=+t,this._a("actualCornerRadiusTopLeft",this.i.kc.c),this.i.kc=this.i.kc},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualCornerRadiusTopRight",{get:function(){return this.i.kc?this.i.kc.d:NaN},set:function(t){this.ensureActualCornerRadius(),this.i.kc.d=+t,this._a("actualCornerRadiusTopRight",this.i.kc.d),this.i.kc=this.i.kc},enumerable:!0,configurable:!0}),n.prototype.ensureActualCornerRadius=function(){this.i.kc||(this.i.kc=new i.CornerRadius(2))},Object.defineProperty(n.prototype,"actualBackgroundColor",{get:function(){return i.brushToString(this.i.m8)},set:function(t){this.i.m8=i.stringToBrush(t),this._a("actualBackgroundColor",i.brushToString(this.i.m8))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualDisabledBackgroundColor",{get:function(){return i.brushToString(this.i.na)},set:function(t){this.i.na=i.stringToBrush(t),this._a("actualDisabledBackgroundColor",i.brushToString(this.i.na))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualDisabledBorderColor",{get:function(){return i.brushToString(this.i.nb)},set:function(t){this.i.nb=i.stringToBrush(t),this._a("actualDisabledBorderColor",i.brushToString(this.i.nb))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualDisabledTextColor",{get:function(){return i.brushToString(this.i.nc)},set:function(t){this.i.nc=i.stringToBrush(t),this._a("actualDisabledTextColor",i.brushToString(this.i.nc))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualDisabledElevation",{get:function(){return this.i.cd},set:function(t){this.i.cd=+t,this._a("actualDisabledElevation",this.i.cd)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualElevationMode",{get:function(){return this.i.k},set:function(t){this.i.k=i.ensureEnum(i.ElevationMode_$type,t),this._a("actualElevationMode",i.enumToString(i.ElevationMode_$type,this.i.k))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualTextColor",{get:function(){return i.brushToString(this.i.nj)},set:function(t){this.i.nj=i.stringToBrush(t),this._a("actualTextColor",i.brushToString(this.i.nj))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualHoverTextColor",{get:function(){return i.brushToString(this.i.ng)},set:function(t){this.i.ng=i.stringToBrush(t),this._a("actualHoverTextColor",i.brushToString(this.i.ng))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualFocusBackgroundColor",{get:function(){return i.brushToString(this.i.nd)},set:function(t){this.i.nd=i.stringToBrush(t),this._a("actualFocusBackgroundColor",i.brushToString(this.i.nd))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualFocusTextColor",{get:function(){return i.brushToString(this.i.ne)},set:function(t){this.i.ne=i.stringToBrush(t),this._a("actualFocusTextColor",i.brushToString(this.i.ne))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualHoverBackgroundColor",{get:function(){return i.brushToString(this.i.nf)},set:function(t){this.i.nf=i.stringToBrush(t),this._a("actualHoverBackgroundColor",i.brushToString(this.i.nf))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualBorderWidth",{get:function(){return this.i.aw},set:function(t){this.i.aw=+t,this._a("actualBorderWidth",this.i.aw)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"raisedBackgroundColor",{get:function(){return i.brushToString(this.i.tw)},set:function(t){this.i.tw=i.stringToBrush(t),this._a("raisedBackgroundColor",i.brushToString(this.i.tw))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"raisedDisabledBackgroundColor",{get:function(){return i.brushToString(this.i.ty)},set:function(t){this.i.ty=i.stringToBrush(t),this._a("raisedDisabledBackgroundColor",i.brushToString(this.i.ty))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"raisedDisabledBorderColor",{get:function(){return i.brushToString(this.i.tz)},set:function(t){this.i.tz=i.stringToBrush(t),this._a("raisedDisabledBorderColor",i.brushToString(this.i.tz))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"raisedDisabledTextColor",{get:function(){return i.brushToString(this.i.t0)},set:function(t){this.i.t0=i.stringToBrush(t),this._a("raisedDisabledTextColor",i.brushToString(this.i.t0))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"raisedDisabledElevation",{get:function(){return this.i.ep},set:function(t){this.i.ep=+t,this._a("raisedDisabledElevation",this.i.ep)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"raisedHoverBackgroundColor",{get:function(){return i.brushToString(this.i.t3)},set:function(t){this.i.t3=i.stringToBrush(t),this._a("raisedHoverBackgroundColor",i.brushToString(this.i.t3))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"raisedBorderColor",{get:function(){return i.brushToString(this.i.tx)},set:function(t){this.i.tx=i.stringToBrush(t),this._a("raisedBorderColor",i.brushToString(this.i.tx))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"raisedRestingElevation",{get:function(){return this.i.es},set:function(t){this.i.es=+t,this._a("raisedRestingElevation",this.i.es)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"raisedHoverElevation",{get:function(){return this.i.er},set:function(t){this.i.er=+t,this._a("raisedHoverElevation",this.i.er)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"raisedFocusElevation",{get:function(){return this.i.eq},set:function(t){this.i.eq=+t,this._a("raisedFocusElevation",this.i.eq)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"raisedBorderWidth",{get:function(){return this.i.bj},set:function(t){this.i.bj=+t,this._a("raisedBorderWidth",this.i.bj)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"raisedCornerRadiusBottomRight",{get:function(){return this.i.ky?this.i.ky.b:NaN},set:function(t){this.ensureRaisedCornerRadius(),this.i.ky.b=+t,this._a("raisedCornerRadiusBottomRight",this.i.ky.b),this.i.ky=this.i.ky},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"raisedCornerRadiusBottomLeft",{get:function(){return this.i.ky?this.i.ky.a:NaN},set:function(t){this.ensureRaisedCornerRadius(),this.i.ky.a=+t,this._a("raisedCornerRadiusBottomLeft",this.i.ky.a),this.i.ky=this.i.ky},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"raisedCornerRadiusTopLeft",{get:function(){return this.i.ky?this.i.ky.c:NaN},set:function(t){this.ensureRaisedCornerRadius(),this.i.ky.c=+t,this._a("raisedCornerRadiusTopLeft",this.i.ky.c),this.i.ky=this.i.ky},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"raisedCornerRadiusTopRight",{get:function(){return this.i.ky?this.i.ky.d:NaN},set:function(t){this.ensureRaisedCornerRadius(),this.i.ky.d=+t,this._a("raisedCornerRadiusTopRight",this.i.ky.d),this.i.ky=this.i.ky},enumerable:!0,configurable:!0}),n.prototype.ensureRaisedCornerRadius=function(){this.i.ky||(this.i.ky=new i.CornerRadius(2))},Object.defineProperty(n.prototype,"raisedRippleColor",{get:function(){return i.brushToString(this.i.t5)},set:function(t){this.i.t5=i.stringToBrush(t),this._a("raisedRippleColor",i.brushToString(this.i.t5))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatBackgroundColor",{get:function(){return i.brushToString(this.i.sv)},set:function(t){this.i.sv=i.stringToBrush(t),this._a("flatBackgroundColor",i.brushToString(this.i.sv))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatDisabledBackgroundColor",{get:function(){return i.brushToString(this.i.sx)},set:function(t){this.i.sx=i.stringToBrush(t),this._a("flatDisabledBackgroundColor",i.brushToString(this.i.sx))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatDisabledBorderColor",{get:function(){return i.brushToString(this.i.sy)},set:function(t){this.i.sy=i.stringToBrush(t),this._a("flatDisabledBorderColor",i.brushToString(this.i.sy))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatDisabledTextColor",{get:function(){return i.brushToString(this.i.sz)},set:function(t){this.i.sz=i.stringToBrush(t),this._a("flatDisabledTextColor",i.brushToString(this.i.sz))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatDisabledElevation",{get:function(){return this.i.eb},set:function(t){this.i.eb=+t,this._a("flatDisabledElevation",this.i.eb)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatHoverBackgroundColor",{get:function(){return i.brushToString(this.i.s2)},set:function(t){this.i.s2=i.stringToBrush(t),this._a("flatHoverBackgroundColor",i.brushToString(this.i.s2))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatBorderColor",{get:function(){return i.brushToString(this.i.sw)},set:function(t){this.i.sw=i.stringToBrush(t),this._a("flatBorderColor",i.brushToString(this.i.sw))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatRestingElevation",{get:function(){return this.i.ee},set:function(t){this.i.ee=+t,this._a("flatRestingElevation",this.i.ee)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatHoverElevation",{get:function(){return this.i.ed},set:function(t){this.i.ed=+t,this._a("flatHoverElevation",this.i.ed)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatFocusElevation",{get:function(){return this.i.ec},set:function(t){this.i.ec=+t,this._a("flatFocusElevation",this.i.ec)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatRippleColor",{get:function(){return i.brushToString(this.i.s4)},set:function(t){this.i.s4=i.stringToBrush(t),this._a("flatRippleColor",i.brushToString(this.i.s4))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatTextColor",{get:function(){return i.brushToString(this.i.s5)},set:function(t){this.i.s5=i.stringToBrush(t),this._a("flatTextColor",i.brushToString(this.i.s5))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatHoverTextColor",{get:function(){return i.brushToString(this.i.s3)},set:function(t){this.i.s3=i.stringToBrush(t),this._a("flatHoverTextColor",i.brushToString(this.i.s3))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatFocusBackgroundColor",{get:function(){return i.brushToString(this.i.s0)},set:function(t){this.i.s0=i.stringToBrush(t),this._a("flatFocusBackgroundColor",i.brushToString(this.i.s0))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatFocusTextColor",{get:function(){return i.brushToString(this.i.s1)},set:function(t){this.i.s1=i.stringToBrush(t),this._a("flatFocusTextColor",i.brushToString(this.i.s1))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatBorderWidth",{get:function(){return this.i.be},set:function(t){this.i.be=+t,this._a("flatBorderWidth",this.i.be)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatCornerRadiusBottomRight",{get:function(){return this.i.kv?this.i.kv.b:NaN},set:function(t){this.ensureFlatCornerRadius(),this.i.kv.b=+t,this._a("flatCornerRadiusBottomRight",this.i.kv.b),this.i.kv=this.i.kv},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatCornerRadiusBottomLeft",{get:function(){return this.i.kv?this.i.kv.a:NaN},set:function(t){this.ensureFlatCornerRadius(),this.i.kv.a=+t,this._a("flatCornerRadiusBottomLeft",this.i.kv.a),this.i.kv=this.i.kv},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatCornerRadiusTopLeft",{get:function(){return this.i.kv?this.i.kv.c:NaN},set:function(t){this.ensureFlatCornerRadius(),this.i.kv.c=+t,this._a("flatCornerRadiusTopLeft",this.i.kv.c),this.i.kv=this.i.kv},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatCornerRadiusTopRight",{get:function(){return this.i.kv?this.i.kv.d:NaN},set:function(t){this.ensureFlatCornerRadius(),this.i.kv.d=+t,this._a("flatCornerRadiusTopRight",this.i.kv.d),this.i.kv=this.i.kv},enumerable:!0,configurable:!0}),n.prototype.ensureFlatCornerRadius=function(){this.i.kv||(this.i.kv=new i.CornerRadius(2))},Object.defineProperty(n.prototype,"backgroundColor",{get:function(){return i.brushToString(this.i.nl)},set:function(t){this.i.nl=i.stringToBrush(t),this._a("backgroundColor",i.brushToString(this.i.nl))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabledBackgroundColor",{get:function(){return i.brushToString(this.i.sh)},set:function(t){this.i.sh=i.stringToBrush(t),this._a("disabledBackgroundColor",i.brushToString(this.i.sh))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabledBorderColor",{get:function(){return i.brushToString(this.i.si)},set:function(t){this.i.si=i.stringToBrush(t),this._a("disabledBorderColor",i.brushToString(this.i.si))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabledTextColor",{get:function(){return i.brushToString(this.i.sj)},set:function(t){this.i.sj=i.stringToBrush(t),this._a("disabledTextColor",i.brushToString(this.i.sj))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabledElevation",{get:function(){return this.i.d6},set:function(t){this.i.d6=+t,this._a("disabledElevation",this.i.d6)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"elevationMode",{get:function(){return this.i.o},set:function(t){this.i.o=i.ensureEnum(i.ElevationMode_$type,t),this._a("elevationMode",i.enumToString(i.ElevationMode_$type,this.i.o))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hoverBackgroundColor",{get:function(){return i.brushToString(this.i.s8)},set:function(t){this.i.s8=i.stringToBrush(t),this._a("hoverBackgroundColor",i.brushToString(this.i.s8))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderColor",{get:function(){return i.brushToString(this.i.nm)},set:function(t){this.i.nm=i.stringToBrush(t),this._a("borderColor",i.brushToString(this.i.nm))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"restingElevation",{get:function(){return this.i.et},set:function(t){this.i.et=+t,this._a("restingElevation",this.i.et)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hoverElevation",{get:function(){return this.i.eg},set:function(t){this.i.eg=+t,this._a("hoverElevation",this.i.eg)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"focusElevation",{get:function(){return this.i.ef},set:function(t){this.i.ef=+t,this._a("focusElevation",this.i.ef)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"textStyle",{get:function(){return null==this.i.v?null:this.i.v.fontString},set:function(t){var e=new i.FontInfo;e.fontString=t,this.i.v=e,this._a("textStyle",null!=this.i.v?this.i.v.fontString:"")},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"textColor",{get:function(){return i.brushToString(this.i.t8)},set:function(t){this.i.t8=i.stringToBrush(t),this._a("textColor",i.brushToString(this.i.t8))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hoverTextColor",{get:function(){return i.brushToString(this.i.s9)},set:function(t){this.i.s9=i.stringToBrush(t),this._a("hoverTextColor",i.brushToString(this.i.s9))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"rippleColor",{get:function(){return i.brushToString(this.i.t7)},set:function(t){this.i.t7=i.stringToBrush(t),this._a("rippleColor",i.brushToString(this.i.t7))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"raisedTextColor",{get:function(){return i.brushToString(this.i.t6)},set:function(t){this.i.t6=i.stringToBrush(t),this._a("raisedTextColor",i.brushToString(this.i.t6))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"raisedHoverTextColor",{get:function(){return i.brushToString(this.i.t4)},set:function(t){this.i.t4=i.stringToBrush(t),this._a("raisedHoverTextColor",i.brushToString(this.i.t4))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"raisedFocusBackgroundColor",{get:function(){return i.brushToString(this.i.t1)},set:function(t){this.i.t1=i.stringToBrush(t),this._a("raisedFocusBackgroundColor",i.brushToString(this.i.t1))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"raisedFocusTextColor",{get:function(){return i.brushToString(this.i.t2)},set:function(t){this.i.t2=i.stringToBrush(t),this._a("raisedFocusTextColor",i.brushToString(this.i.t2))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"focusBackgroundColor",{get:function(){return i.brushToString(this.i.s6)},set:function(t){this.i.s6=i.stringToBrush(t),this._a("focusBackgroundColor",i.brushToString(this.i.s6))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"focusTextColor",{get:function(){return i.brushToString(this.i.s7)},set:function(t){this.i.s7=i.stringToBrush(t),this._a("focusTextColor",i.brushToString(this.i.s7))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderWidth",{get:function(){return this.i.ax},set:function(t){this.i.ax=+t,this._a("borderWidth",this.i.ax)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cornerRadiusBottomRight",{get:function(){return this.i.ke?this.i.ke.b:NaN},set:function(t){this.ensureCornerRadius(),this.i.ke.b=+t,this._a("cornerRadiusBottomRight",this.i.ke.b),this.i.ke=this.i.ke},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cornerRadiusBottomLeft",{get:function(){return this.i.ke?this.i.ke.a:NaN},set:function(t){this.ensureCornerRadius(),this.i.ke.a=+t,this._a("cornerRadiusBottomLeft",this.i.ke.a),this.i.ke=this.i.ke},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cornerRadiusTopLeft",{get:function(){return this.i.ke?this.i.ke.c:NaN},set:function(t){this.ensureCornerRadius(),this.i.ke.c=+t,this._a("cornerRadiusTopLeft",this.i.ke.c),this.i.ke=this.i.ke},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cornerRadiusTopRight",{get:function(){return this.i.ke?this.i.ke.d:NaN},set:function(t){this.ensureCornerRadius(),this.i.ke.d=+t,this._a("cornerRadiusTopRight",this.i.ke.d),this.i.ke=this.i.ke},enumerable:!0,configurable:!0}),n.prototype.ensureCornerRadius=function(){this.i.ke||(this.i.ke=new i.CornerRadius(2))},Object.defineProperty(n.prototype,"outlinedBackgroundColor",{get:function(){return i.brushToString(this.i.tl)},set:function(t){this.i.tl=i.stringToBrush(t),this._a("outlinedBackgroundColor",i.brushToString(this.i.tl))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedDisabledBackgroundColor",{get:function(){return i.brushToString(this.i.tn)},set:function(t){this.i.tn=i.stringToBrush(t),this._a("outlinedDisabledBackgroundColor",i.brushToString(this.i.tn))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedDisabledBorderColor",{get:function(){return i.brushToString(this.i.to)},set:function(t){this.i.to=i.stringToBrush(t),this._a("outlinedDisabledBorderColor",i.brushToString(this.i.to))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedDisabledTextColor",{get:function(){return i.brushToString(this.i.tp)},set:function(t){this.i.tp=i.stringToBrush(t),this._a("outlinedDisabledTextColor",i.brushToString(this.i.tp))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedDisabledElevation",{get:function(){return this.i.el},set:function(t){this.i.el=+t,this._a("outlinedDisabledElevation",this.i.el)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedHoverBackgroundColor",{get:function(){return i.brushToString(this.i.ts)},set:function(t){this.i.ts=i.stringToBrush(t),this._a("outlinedHoverBackgroundColor",i.brushToString(this.i.ts))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedBorderColor",{get:function(){return i.brushToString(this.i.tm)},set:function(t){this.i.tm=i.stringToBrush(t),this._a("outlinedBorderColor",i.brushToString(this.i.tm))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedRestingElevation",{get:function(){return this.i.eo},set:function(t){this.i.eo=+t,this._a("outlinedRestingElevation",this.i.eo)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedHoverElevation",{get:function(){return this.i.en},set:function(t){this.i.en=+t,this._a("outlinedHoverElevation",this.i.en)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedFocusElevation",{get:function(){return this.i.em},set:function(t){this.i.em=+t,this._a("outlinedFocusElevation",this.i.em)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedBorderWidth",{get:function(){return this.i.bi},set:function(t){this.i.bi=+t,this._a("outlinedBorderWidth",this.i.bi)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedCornerRadiusBottomRight",{get:function(){return this.i.kx?this.i.kx.b:NaN},set:function(t){this.ensureOutlinedCornerRadius(),this.i.kx.b=+t,this._a("outlinedCornerRadiusBottomRight",this.i.kx.b),this.i.kx=this.i.kx},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedCornerRadiusBottomLeft",{get:function(){return this.i.kx?this.i.kx.a:NaN},set:function(t){this.ensureOutlinedCornerRadius(),this.i.kx.a=+t,this._a("outlinedCornerRadiusBottomLeft",this.i.kx.a),this.i.kx=this.i.kx},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedCornerRadiusTopLeft",{get:function(){return this.i.kx?this.i.kx.c:NaN},set:function(t){this.ensureOutlinedCornerRadius(),this.i.kx.c=+t,this._a("outlinedCornerRadiusTopLeft",this.i.kx.c),this.i.kx=this.i.kx},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedCornerRadiusTopRight",{get:function(){return this.i.kx?this.i.kx.d:NaN},set:function(t){this.ensureOutlinedCornerRadius(),this.i.kx.d=+t,this._a("outlinedCornerRadiusTopRight",this.i.kx.d),this.i.kx=this.i.kx},enumerable:!0,configurable:!0}),n.prototype.ensureOutlinedCornerRadius=function(){this.i.kx||(this.i.kx=new i.CornerRadius(2))},Object.defineProperty(n.prototype,"outlinedRippleColor",{get:function(){return i.brushToString(this.i.tu)},set:function(t){this.i.tu=i.stringToBrush(t),this._a("outlinedRippleColor",i.brushToString(this.i.tu))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedTextColor",{get:function(){return i.brushToString(this.i.tv)},set:function(t){this.i.tv=i.stringToBrush(t),this._a("outlinedTextColor",i.brushToString(this.i.tv))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedHoverTextColor",{get:function(){return i.brushToString(this.i.tt)},set:function(t){this.i.tt=i.stringToBrush(t),this._a("outlinedHoverTextColor",i.brushToString(this.i.tt))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedFocusBackgroundColor",{get:function(){return i.brushToString(this.i.tq)},set:function(t){this.i.tq=i.stringToBrush(t),this._a("outlinedFocusBackgroundColor",i.brushToString(this.i.tq))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedFocusTextColor",{get:function(){return i.brushToString(this.i.tr)},set:function(t){this.i.tr=i.stringToBrush(t),this._a("outlinedFocusTextColor",i.brushToString(this.i.tr))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fabBackgroundColor",{get:function(){return i.brushToString(this.i.sk)},set:function(t){this.i.sk=i.stringToBrush(t),this._a("fabBackgroundColor",i.brushToString(this.i.sk))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fabDisabledBackgroundColor",{get:function(){return i.brushToString(this.i.sm)},set:function(t){this.i.sm=i.stringToBrush(t),this._a("fabDisabledBackgroundColor",i.brushToString(this.i.sm))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fabDisabledBorderColor",{get:function(){return i.brushToString(this.i.sn)},set:function(t){this.i.sn=i.stringToBrush(t),this._a("fabDisabledBorderColor",i.brushToString(this.i.sn))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fabDisabledTextColor",{get:function(){return i.brushToString(this.i.so)},set:function(t){this.i.so=i.stringToBrush(t),this._a("fabDisabledTextColor",i.brushToString(this.i.so))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fabDisabledElevation",{get:function(){return this.i.d7},set:function(t){this.i.d7=+t,this._a("fabDisabledElevation",this.i.d7)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fabHoverBackgroundColor",{get:function(){return i.brushToString(this.i.sr)},set:function(t){this.i.sr=i.stringToBrush(t),this._a("fabHoverBackgroundColor",i.brushToString(this.i.sr))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fabBorderColor",{get:function(){return i.brushToString(this.i.sl)},set:function(t){this.i.sl=i.stringToBrush(t),this._a("fabBorderColor",i.brushToString(this.i.sl))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fabRestingElevation",{get:function(){return this.i.ea},set:function(t){this.i.ea=+t,this._a("fabRestingElevation",this.i.ea)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fabHoverElevation",{get:function(){return this.i.d9},set:function(t){this.i.d9=+t,this._a("fabHoverElevation",this.i.d9)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fabFocusElevation",{get:function(){return this.i.d8},set:function(t){this.i.d8=+t,this._a("fabFocusElevation",this.i.d8)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fabBorderWidth",{get:function(){return this.i.bd},set:function(t){this.i.bd=+t,this._a("fabBorderWidth",this.i.bd)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fabCornerRadiusBottomRight",{get:function(){return this.i.ku?this.i.ku.b:NaN},set:function(t){this.ensureFabCornerRadius(),this.i.ku.b=+t,this._a("fabCornerRadiusBottomRight",this.i.ku.b),this.i.ku=this.i.ku},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fabCornerRadiusBottomLeft",{get:function(){return this.i.ku?this.i.ku.a:NaN},set:function(t){this.ensureFabCornerRadius(),this.i.ku.a=+t,this._a("fabCornerRadiusBottomLeft",this.i.ku.a),this.i.ku=this.i.ku},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fabCornerRadiusTopLeft",{get:function(){return this.i.ku?this.i.ku.c:NaN},set:function(t){this.ensureFabCornerRadius(),this.i.ku.c=+t,this._a("fabCornerRadiusTopLeft",this.i.ku.c),this.i.ku=this.i.ku},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fabCornerRadiusTopRight",{get:function(){return this.i.ku?this.i.ku.d:NaN},set:function(t){this.ensureFabCornerRadius(),this.i.ku.d=+t,this._a("fabCornerRadiusTopRight",this.i.ku.d),this.i.ku=this.i.ku},enumerable:!0,configurable:!0}),n.prototype.ensureFabCornerRadius=function(){this.i.ku||(this.i.ku=new i.CornerRadius(2))},Object.defineProperty(n.prototype,"fabRippleColor",{get:function(){return i.brushToString(this.i.st)},set:function(t){this.i.st=i.stringToBrush(t),this._a("fabRippleColor",i.brushToString(this.i.st))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fabTextColor",{get:function(){return i.brushToString(this.i.su)},set:function(t){this.i.su=i.stringToBrush(t),this._a("fabTextColor",i.brushToString(this.i.su))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fabHoverTextColor",{get:function(){return i.brushToString(this.i.ss)},set:function(t){this.i.ss=i.stringToBrush(t),this._a("fabHoverTextColor",i.brushToString(this.i.ss))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fabFocusBackgroundColor",{get:function(){return i.brushToString(this.i.sp)},set:function(t){this.i.sp=i.stringToBrush(t),this._a("fabFocusBackgroundColor",i.brushToString(this.i.sp))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fabFocusTextColor",{get:function(){return i.brushToString(this.i.sq)},set:function(t){this.i.sq=i.stringToBrush(t),this._a("fabFocusTextColor",i.brushToString(this.i.sq))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"iconBackgroundColor",{get:function(){return i.brushToString(this.i.ta)},set:function(t){this.i.ta=i.stringToBrush(t),this._a("iconBackgroundColor",i.brushToString(this.i.ta))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"iconDisabledBackgroundColor",{get:function(){return i.brushToString(this.i.tc)},set:function(t){this.i.tc=i.stringToBrush(t),this._a("iconDisabledBackgroundColor",i.brushToString(this.i.tc))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"iconDisabledBorderColor",{get:function(){return i.brushToString(this.i.td)},set:function(t){this.i.td=i.stringToBrush(t),this._a("iconDisabledBorderColor",i.brushToString(this.i.td))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"iconDisabledTextColor",{get:function(){return i.brushToString(this.i.te)},set:function(t){this.i.te=i.stringToBrush(t),this._a("iconDisabledTextColor",i.brushToString(this.i.te))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"iconDisabledElevation",{get:function(){return this.i.eh},set:function(t){this.i.eh=+t,this._a("iconDisabledElevation",this.i.eh)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"iconHoverBackgroundColor",{get:function(){return i.brushToString(this.i.th)},set:function(t){this.i.th=i.stringToBrush(t),this._a("iconHoverBackgroundColor",i.brushToString(this.i.th))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"iconBorderColor",{get:function(){return i.brushToString(this.i.tb)},set:function(t){this.i.tb=i.stringToBrush(t),this._a("iconBorderColor",i.brushToString(this.i.tb))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"iconRestingElevation",{get:function(){return this.i.ek},set:function(t){this.i.ek=+t,this._a("iconRestingElevation",this.i.ek)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"iconHoverElevation",{get:function(){return this.i.ej},set:function(t){this.i.ej=+t,this._a("iconHoverElevation",this.i.ej)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"iconFocusElevation",{get:function(){return this.i.ei},set:function(t){this.i.ei=+t,this._a("iconFocusElevation",this.i.ei)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"iconBorderWidth",{get:function(){return this.i.bf},set:function(t){this.i.bf=+t,this._a("iconBorderWidth",this.i.bf)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"iconCornerRadiusBottomRight",{get:function(){return this.i.kw?this.i.kw.b:NaN},set:function(t){this.ensureIconCornerRadius(),this.i.kw.b=+t,this._a("iconCornerRadiusBottomRight",this.i.kw.b),this.i.kw=this.i.kw},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"iconCornerRadiusBottomLeft",{get:function(){return this.i.kw?this.i.kw.a:NaN},set:function(t){this.ensureIconCornerRadius(),this.i.kw.a=+t,this._a("iconCornerRadiusBottomLeft",this.i.kw.a),this.i.kw=this.i.kw},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"iconCornerRadiusTopLeft",{get:function(){return this.i.kw?this.i.kw.c:NaN},set:function(t){this.ensureIconCornerRadius(),this.i.kw.c=+t,this._a("iconCornerRadiusTopLeft",this.i.kw.c),this.i.kw=this.i.kw},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"iconCornerRadiusTopRight",{get:function(){return this.i.kw?this.i.kw.d:NaN},set:function(t){this.ensureIconCornerRadius(),this.i.kw.d=+t,this._a("iconCornerRadiusTopRight",this.i.kw.d),this.i.kw=this.i.kw},enumerable:!0,configurable:!0}),n.prototype.ensureIconCornerRadius=function(){this.i.kw||(this.i.kw=new i.CornerRadius(2))},Object.defineProperty(n.prototype,"iconRippleColor",{get:function(){return i.brushToString(this.i.tj)},set:function(t){this.i.tj=i.stringToBrush(t),this._a("iconRippleColor",i.brushToString(this.i.tj))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"iconTextColor",{get:function(){return i.brushToString(this.i.tk)},set:function(t){this.i.tk=i.stringToBrush(t),this._a("iconTextColor",i.brushToString(this.i.tk))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"iconHoverTextColor",{get:function(){return i.brushToString(this.i.ti)},set:function(t){this.i.ti=i.stringToBrush(t),this._a("iconHoverTextColor",i.brushToString(this.i.ti))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"iconFocusBackgroundColor",{get:function(){return i.brushToString(this.i.tf)},set:function(t){this.i.tf=i.stringToBrush(t),this._a("iconFocusBackgroundColor",i.brushToString(this.i.tf))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"iconFocusTextColor",{get:function(){return i.brushToString(this.i.tg)},set:function(t){this.i.tg=i.stringToBrush(t),this._a("iconFocusTextColor",i.brushToString(this.i.tg))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"inputId",{get:function(){return this.i.h8},set:function(t){this.i.h8=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"id",{get:function(){return this.i.h6},set:function(t){this.i.h6=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"display",{get:function(){return this.i.gc},set:function(t){this.i.gc=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flexDirection",{get:function(){return this.i.hf},set:function(t){this.i.hf=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flexGrow",{get:function(){return this.i.hh},set:function(t){this.i.hh=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"alignItems",{get:function(){return this.i.fw},set:function(t){this.i.fw=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"value",{get:function(){return this.i.e0},set:function(t){this.i.e0=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"name",{get:function(){return this.i.ih},set:function(t){this.i.ih=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tabIndex",{get:function(){return this.i.eu},set:function(t){this.i.eu=+t,this._a("tabIndex",this.i.eu)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ariaLabel",{get:function(){return this.i.fy},set:function(t){this.i.fy=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"focused",{get:function(){return this.i.focused},set:function(t){this.i.focused=i.ensureBool(t),this._a("focused",this.i.focused)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isFocusStyleEnabled",{get:function(){return this.i.ak},set:function(t){this.i.ak=i.ensureBool(t),this._a("isFocusStyleEnabled",this.i.ak)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disableRipple",{get:function(){return this.i.af},set:function(t){this.i.af=i.ensureBool(t),this._a("disableRipple",this.i.af)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualDisableRipple",{get:function(){return this.i.ae},set:function(t){this.i.ae=i.ensureBool(t),this._a("actualDisableRipple",this.i.ae)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isHover",{get:function(){return this.i.al},set:function(t){this.i.al=i.ensureBool(t),this._a("isHover",this.i.al)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabled",{get:function(){return this.i.disabled},set:function(t){this.i.disabled=i.ensureBool(t),this._a("disabled",this.i.disabled)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disableTransitions",{get:function(){return this.i.ag},set:function(t){this.i.ag=i.ensureBool(t),this._a("disableTransitions",this.i.ag)},enumerable:!0,configurable:!0}),n.prototype.findByName=function(t){return null},Object.defineProperty(n.prototype,"hasUserValues",{get:function(){return this._hasUserValues},enumerable:!0,configurable:!0}),n.prototype.__m=function(t){this._inStyling||this._hasUserValues.add(t)},n.prototype._styling=function(t,e,n){if(!this._inStyling){this._inStyling=!0,this._stylingContainer=t,this._stylingParent=e;var r,s=this.i.$type.name;0===s.indexOf("Xam")&&(s=s.substring(3)),r=i.toSpinal("ButtonComponent");var o=[],a=i.toSpinal(s);o.push(a+"-");for(var h=this.i.$type.baseType;h&&"Object"!=h.name&&"Base"!=h.name&&"Control"!=h.name&&"DependencyObject"!=h.Name&&"FrameworkElement"!=h.Name;){0===(s=h.name).indexOf("Xam")&&(s=s.substring(3));var u=i.toSpinal(s);o.push(u+"-"),h=h.baseType}if(n){var l=n.i.$type.name;0===l.indexOf("Xam")&&(l=l.substring(3));var c=i.toSpinal(l);o.push(c+"-"+r+"-"),o.push(c+"-"+a+"-")}i.initializePropertiesFromCss(t,this,r+"-",this.hasUserValues,!1,o),this._otherStyling&&this._otherStyling(t,e,n),this._inStyling=!1}},n.prototype.onDetachedFromUI=function(){this.i.onDetachedFromUI()},n.prototype.onAttachedToUI=function(){this.i.onAttachedToUI()},n.prototype.exportVisualModel=function(){return this.i.ey()},n.prototype.exportSerializedVisualModel=function(){return this.i.gg()},Object.defineProperty(n.prototype,"clicked",{get:function(){return this._clicked},set:function(t){var e=this;null!==this._clicked_wrapped&&(this.i.clicked=i.delegateRemove(this.i.clicked,this._clicked_wrapped),this._clicked_wrapped=null,this._clicked=null),this._clicked=t,this._clicked_wrapped=function(t,i){var n=new g;n._provideImplementation(i),e.beforeClicked&&e.beforeClicked(e,n),e._clicked&&e._clicked(e,n)},this.i.clicked=i.delegateCombine(this.i.clicked,this._clicked_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcButtonComponent=null,n.htmlTagName="igc-button",n._isElementRegistered=!1,n}(i.IgcHTMLElement),m=function(){function t(){}return t.register=function(){h.register(),i.IgcChildContentModule.register(),y.register(),i.TypeRegistrar.registerCons("IgcButtonComponent",y),i.TypeRegistrar.registerCons("IgcButtonComponent",y),i.TypeRegistrar.register("Button",b.$type)},t}(),v=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.a=null,e.c=null,e.b=null,e.d=0,e._svgPath=null,e.j=null,e.k=null,e.l=null,e.e=0,e.h=null,e.i=null,e}return e.__extends(n,t),Object.defineProperty(n.prototype,"svgPath",{get:function(){return this._svgPath},set:function(t){this._svgPath=t},enumerable:!0,configurable:!0}),n.prototype.f=function(){var t=new i.StringBuilder(0);return t.l("{"),t.l("actualFill : "+this.a.serialize()+", "),t.l("actualTextColor : "+this.c.serialize()+", "),t.l("actualStroke : "+this.b.serialize()+", "),t.l("actualStrokeThickness : "+this.d+", "),i.stringIsNullOrEmpty(this.j)||t.l('textStyleFontStyle : "'+this.j+'", '),i.stringIsNullOrEmpty(this.k)||t.l('textStyleFontVariant : "'+this.k+'", '),i.stringIsNullOrEmpty(this.l)||t.l('textStyleFontWeight : "'+this.l+'", '),i.stringIsNullOrEmpty(this.h)||t.l('textStyleFontFamily : "'+this.h+'", '),i.stringIsNullOrEmpty(this.i)||t.l('textStyleFontStretch : "'+this.i+'", '),i.isNaN_(this.e)||t.l("textStyleFontSize : "+this.e+", "),t.l("}"),t.toString()},n.$t=i.markType(n,"IconVisualModelExport"),n}(i.Base),_=function(t){function n(){var e=t.call(this)||this;return e.a=null,e.g=null,e.b=null,e.f=new i.List$1(i.Delegate_$type,0),e.k=null,e.c=!0,e.h=null,e.i=null,e}return e.__extends(n,t),n.prototype.r=function(){},n.prototype.d=function(){return!0},Object.defineProperty(n.prototype,"j",{get:function(){return this.h},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"w",{get:function(){return null},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"e",{get:function(){return!0},enumerable:!0,configurable:!0}),n.prototype.p=function(t){var n,r;if(null==t){try{for(var s=e.__values(i.fromEnum(this.f)),o=s.next();!o.done;o=s.next()){(0,o.value)()}}catch(t){n={error:t}}finally{try{o&&!o.done&&(r=s.return)&&r.call(s)}finally{if(n)throw n.error}}this.f.clear()}this.g=t,t.rootWrapper.setStyleProperty("position","relative"),this.g.rootWrapper.setStyleProperty("display","flex"),this.g.rootWrapper.setStyleProperty("flex-direction","row"),this.g.rootWrapper.setStyleProperty("flex-wrap","no-wrap"),this.g.rootWrapper.setStyleProperty("align-items","center"),this.t();var a=this.g.createElementNS("svg","http://www.w3.org/2000/svg");a.setStyleProperty("position","absolute"),a.setStyleProperty("top","0"),a.setStyleProperty("left","0"),a.setStyleProperty("right","0"),a.setStyleProperty("bottom","0"),a.setAttribute("viewBox","0 0 24 24"),this.h=a;var h=this.g.createElementNS("path","http://www.w3.org/2000/svg");h.setAttribute("d",""),this.h.append(h),null!=this.k&&h.setAttribute("d",this.k),this.i=h,this.g.append(this.h),this.a.a8()},n.prototype.u=function(t){this.k!=t&&(this.k=t,null!=this.i&&this.i.setAttribute("d",this.k))},n.prototype.t=function(){this.g.rootWrapper.setStyleProperty("width","1.5rem"),this.g.rootWrapper.setStyleProperty("height","1.5rem")},n.prototype.l=function(t){},n.prototype.s=function(){this.d()},n.prototype.m=function(t){this.a.a5()},n.prototype.n=function(t){this.a.a6()},n.prototype.o=function(){this.c=!0,this.f.add(this.g.rootWrapper.listen("mouseenter",i.runOn(this,this.m))),this.f.add(this.g.rootWrapper.listen("mouseleave",i.runOn(this,this.n)))},n.prototype.q=function(){var t,n;this.c=!1;try{for(var r=e.__values(i.fromEnum(this.f)),s=r.next();!s.done;s=r.next()){(0,s.value)()}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}this.f.clear()},n.prototype.v=function(t){null!=t&&this.g.rootWrapper.setStyleProperty("font",t.fontString)},n.$t=i.markType(n,"IconView"),n}(i.Base),C=function(t){function n(){var e=t.call(this)||this;e._view=null,e.bd=n.bt,e.bh=n.bx,e.be=n.bu,e.bf=n.bv,e.bg=n.bw,e.m=n.s,e.n=n.t,e.bi=n.bt,e.bn=n.bx,e.ac=null,e.bj=n.bu,e.bk=n.bv,e.bm=n.bw,e.o=n.s,e.p=n.t,e.c=null,e.bl=null,e.ab="ig-icon-"+n.y++,e.w=0,e.e=!1,e.aa=null,e.g=!1,e.f=!1,e.propertyChanged=null;var i=new _;return i.a=e,e.view=i,e.view.r(),e}return e.__extends(n,t),Object.defineProperty(n.prototype,"view",{get:function(){return this._view},set:function(t){this._view=t},enumerable:!0,configurable:!0}),n.prototype.destroy=function(){this.provideContainer(null)},n.prototype.a7=function(t,e,n){null!=this.propertyChanged&&this.propertyChanged(this,new i.PropertyChangedEventArgs(t)),this.a9(t,e,n)},n.prototype.a9=function(t,e,i){switch(t){case"Fill":case"Stroke":case"StrokeThickness":case"HoverFill":case"HoverStroke":case"HoverStrokeThickness":this.bc();break;case"ActualFill":case"ActualStroke":case"ActualHoverFill":case"ActualHoverStroke":case"ActualStrokeThickness":case"ActualHoverStrokeThickness":case"SVGPath":this.bb()}},n.prototype.bc=function(){this.bo=null!=this.fill?this.fill:n.bt,this.bp=null!=this.by?this.by:n.bu,this.br=null!=this.b1?this.b1:n.bw,this.bq=null!=this.bz?this.bz:n.bv,this.r=i.isNaN_(this.v)?n.t:this.v,this.q=i.isNaN_(this.u)?n.s:this.u,this.bs=null!=this.b2?this.b2:n.bx},Object.defineProperty(n.prototype,"i",{get:function(){return null!=this.svgPath&&!this.view.e},enumerable:!0,configurable:!0}),n.prototype.bb=function(){this.view.j;if(this.i){var t=this.view.w;this.k?(t._fill=this.bp,t._stroke=this.bq,t.ac=this.q):(t._fill=this.bo,t._stroke=this.br,t.ac=this.r)}else{null!=this.svgPath&&this.view.u(this.svgPath);var e=this.view.j;this.k?(null!=this.bp&&i.NativeUI.o(e,this.bp),null!=this.bq&&i.NativeUI.v(e,this.bq),i.isNaN_(this.q)||i.NativeUI.y(e,this.q)):(null!=this.bo&&i.NativeUI.o(e,this.bo),null!=this.br&&i.NativeUI.v(e,this.br),i.isNaN_(this.r)||i.NativeUI.y(e,this.r))}null!=this.d&&this.view.v(this.d),null!=this.bs&&i.NativeUI.n(this.view.j,this.bs)},Object.defineProperty(n.prototype,"bo",{get:function(){return this.bd},set:function(t){var e=this.bd;this.bd=t,e!=this.bd&&this.a7("ActualFill",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"bs",{get:function(){return this.bh},set:function(t){var e=this.bh;this.bh=t,e!=this.bh&&this.a7("ActualTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"bp",{get:function(){return this.be},set:function(t){var e=this.be;this.be=t,e!=this.be&&this.a7("ActualHoverFill",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"bq",{get:function(){return this.bf},set:function(t){var e=this.bf;this.bf=t,e!=this.bf&&this.a7("ActualHoverStroke",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"br",{get:function(){return this.bg},set:function(t){var e=this.bg;this.bg=t,e!=this.bg&&this.a7("ActualStroke",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"q",{get:function(){return this.m},set:function(t){var e=this.m;this.m=t,e!=this.m&&this.a7("ActualHoverStrokeThickness",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"r",{get:function(){return this.n},set:function(t){var e=this.n;this.n=t,e!=this.n&&this.a7("ActualStrokeThickness",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fill",{get:function(){return this.bi},set:function(t){var e=this.bi;this.bi=t,e!=this.bi&&this.a7("Fill",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"b2",{get:function(){return this.bn},set:function(t){var e=this.bn;this.bn=t,e!=this.bn&&this.a7("TextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"svgPath",{get:function(){return this.ac},set:function(t){var e=this.ac;this.ac=t,e!=this.ac&&this.a7("SVGPath",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"by",{get:function(){return this.bj},set:function(t){var e=this.bj;this.bj=t,e!=this.bj&&this.a7("HoverFill",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"bz",{get:function(){return this.bk},set:function(t){var e=this.bk;this.bk=t,e!=this.bk&&this.a7("HoverStroke",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"b1",{get:function(){return this.bm},set:function(t){var e=this.bm;this.bm=t,e!=this.bm&&this.a7("Stroke",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"u",{get:function(){return this.o},set:function(t){var e=this.o;this.o=t,e!=this.o&&this.a7("HoverStrokeThickness",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"v",{get:function(){return this.p},set:function(t){var e=this.p;this.p=t,e!=this.p&&this.a7("StrokeThickness",e,t)},enumerable:!0,configurable:!0}),n.prototype.a5=function(){this.k=!0},n.prototype.a6=function(){this.k=!1},Object.defineProperty(n.prototype,"d",{get:function(){return this.c},set:function(t){var e=this.c;this.c=t,e!=this.c&&this.a7("TextStyle",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"b0",{get:function(){return this.bl},set:function(t){var e=this.bl;this.bl=t,e!=this.bl&&this.a7("HoverTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"as",{get:function(){return this.ab},set:function(t){var e=this.ab;this.ab=t,e!=this.ab&&this.a7("Id",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h",{get:function(){return this.e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"x",{get:function(){return this.w},set:function(t){var e=this.w;this.w=t,this.e=!0,e!=this.w&&this.a7("TabIndex",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ak",{get:function(){return this.aa},set:function(t){var e=this.aa;this.aa=t,e!=this.aa&&this.a7("AriaLabel",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"k",{get:function(){return this.g},set:function(t){var e=this.g;this.g=t,e!=this.g&&this.a7("IsHover",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabled",{get:function(){return this.f},set:function(t){var e=this.f;this.f=t,e!=this.f&&this.a7("IsDisabled",e,t)},enumerable:!0,configurable:!0}),n.prototype.a8=function(){},n.prototype.onDetachedFromUI=function(){this.view.q()},n.prototype.onAttachedToUI=function(){this.view.o()},n.prototype.l=function(){return this.view.d()},n.prototype.z=function(){return this.a()},n.prototype.am=function(){return this.a().f()},n.prototype.a=function(){var t=new v,e=this.view.j;if(t.a=i.AppearanceHelper.a(i.NativeUI.af(e)),t.c=i.AppearanceHelper.a(i.NativeUI.af(e)),t.b=i.AppearanceHelper.a(i.NativeUI.ag(e)),t.d=this.r,null!=this.d){var n=this.d;if(null!=this.view&&null==n.n){var r=this.view.g,s=i.FontUtil.getFontInfoFromString(r,n.fontString);n.n=s.n,n.d=s.d,n.o=s.o,n.q=s.q,n.r=s.r,n.s=s.s}null!=n.n&&(t.h=n.n),i.isNaN_(n.d)||(t.e=n.d),null!=n.s&&(t.l=n.s),null!=n.q&&(t.j=n.q),null!=n.o&&(t.i=n.q)}return t},n.prototype.provideContainer=function(t){this.view.p(t)},n.$t=i.markType(n,"Icon",i.Base.$,[i.INotifyPropertyChanged_$type,i.IIcon_$type]),n.bt=null,n.bx=null,n.bw=null,n.bu=null,n.bv=null,n.t=0,n.s=0,n.y=0,n}(i.Base),j=function(t){function n(){var n=t.call(this)||this;n._disconnected=!1,n._settingAttributes=!1,n._attached=!1,n._queuedSetAttributes=[],n._updatingFromAttribute=!1,n.__p=null,n._hasUserValues=new Set,n._stylingContainer=null,n._stylingParent=null,n._inStyling=!1,n._styling&&i.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(n)),n._portalManager=new i.PortalManager("iconContent"),n._renderer=new i.WebComponentRenderer(n,document,!0,{},n._portalManager),n._container=n._renderer.createElement("div"),n._renderer.updateRoot(n._container),n._implementation=n.createImplementation(),n._implementation.externalObject=n,n._container,null!=n._container.getNativeElement()&&n._container.getNativeElement(),n._wrapper=n._renderer;var r=n.i;return n._icon=r,r.provideContainer(n._renderer),n._onChildrenChanged(),new MutationObserver((function(t){var i,r;try{for(var s=e.__values(t),o=s.next();!o.done;o=s.next()){"childList"==o.value.type&&n._onChildrenChanged()}}catch(t){i={error:t}}finally{try{o&&!o.done&&(r=s.return)&&r.call(s)}finally{if(i)throw i.error}}})).observe(n,{childList:!0}),n}return e.__extends(n,t),n.prototype._onChildrenChanged=function(){for(var t=[],e=0;e<this.childNodes.length;e++){var i=this.childNodes[e];i!==this._container.getNativeElement()&&t.push(i)}this._portalManager.onChildrenChanged(t)},n.prototype.updateStyle=function(){this._styling(this,this)},n.prototype.destroy=function(){this._icon.destroy(),this._wrapper.destroy()},n.prototype.createImplementation=function(){return new C},n.prototype.disconnectedCallback=function(){this._disconnected=!0,this.i&&this.i.onDetachedFromUI()},n.prototype.connectedCallback=function(){if(this._disconnected)return this._disconnected=!1,void(this.i&&this.i.onAttachedToUI());this.classList.add("ig-icon"),this.classList.add("igc-icon"),this.appendChild(this._container.getNativeElement()),this._attached=!0,this.style.display="inline-block",this.style.verticalAlign="middle",this._flushQueuedAttributes(),this._styling(this,this),this.afterContentInit()},n.prototype.afterContentInit=function(){},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n._createFromInternal=function(t){if(!t)return null;if(!t.$type)return null;var e="Igc"+t.$type.name+"Component";return i.TypeRegistrar.isRegistered(e)?i.TypeRegistrar.create(e):null},n.prototype._enqueueSetAttribute=function(t,e){this._queuedSetAttributes.push({attrName:t,attrValue:e})},n.prototype._flushQueuedAttributes=function(){this._settingAttributes=!0;for(var t=0;t<this._queuedSetAttributes.length;t++)this.setAttribute(this._queuedSetAttributes[t].attrName,this._queuedSetAttributes[t].attrValue);this._settingAttributes=!1,this._queuedSetAttributes.length=0},n.prototype._a=function(t,e){this._updatingFromAttribute||(e&&(e=e.toString()),this._settingAttributes=!0,t=i.toSpinal(t),this._attached?this.setAttribute(t,e):this._enqueueSetAttribute(t,e),this._settingAttributes=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcIconComponent){for(var t=i.getAllPropertyNames(n),e=0;e<t.length;e++)t[e]=i.toSpinal(t[e]);n._observedAttributesIgcIconComponent=t}return n._observedAttributesIgcIconComponent},enumerable:!0,configurable:!0}),n.prototype.attributeChangedCallback=function(t,e,n){if(!this._settingAttributes){var r=i.fromSpinal(t);this._updatingFromAttribute=!0,this[r]=n,this._updatingFromAttribute=!1}},n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,i.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"actualFill",{get:function(){return i.brushToString(this.i.bo)},set:function(t){this.i.bo=i.stringToBrush(t),this._a("actualFill",i.brushToString(this.i.bo))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualTextColor",{get:function(){return i.brushToString(this.i.bs)},set:function(t){this.i.bs=i.stringToBrush(t),this._a("actualTextColor",i.brushToString(this.i.bs))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualHoverFill",{get:function(){return i.brushToString(this.i.bp)},set:function(t){this.i.bp=i.stringToBrush(t),this._a("actualHoverFill",i.brushToString(this.i.bp))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualHoverStroke",{get:function(){return i.brushToString(this.i.bq)},set:function(t){this.i.bq=i.stringToBrush(t),this._a("actualHoverStroke",i.brushToString(this.i.bq))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualStroke",{get:function(){return i.brushToString(this.i.br)},set:function(t){this.i.br=i.stringToBrush(t),this._a("actualStroke",i.brushToString(this.i.br))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualHoverStrokeThickness",{get:function(){return this.i.q},set:function(t){this.i.q=+t,this._a("actualHoverStrokeThickness",this.i.q)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualStrokeThickness",{get:function(){return this.i.r},set:function(t){this.i.r=+t,this._a("actualStrokeThickness",this.i.r)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fill",{get:function(){return i.brushToString(this.i.fill)},set:function(t){this.i.fill=i.stringToBrush(t),this._a("fill",i.brushToString(this.i.fill))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"textColor",{get:function(){return i.brushToString(this.i.b2)},set:function(t){this.i.b2=i.stringToBrush(t),this._a("textColor",i.brushToString(this.i.b2))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"svgPath",{get:function(){return this.i.svgPath},set:function(t){this.i.svgPath=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hoverFill",{get:function(){return i.brushToString(this.i.by)},set:function(t){this.i.by=i.stringToBrush(t),this._a("hoverFill",i.brushToString(this.i.by))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hoverStroke",{get:function(){return i.brushToString(this.i.bz)},set:function(t){this.i.bz=i.stringToBrush(t),this._a("hoverStroke",i.brushToString(this.i.bz))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"stroke",{get:function(){return i.brushToString(this.i.b1)},set:function(t){this.i.b1=i.stringToBrush(t),this._a("stroke",i.brushToString(this.i.b1))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hoverStrokeThickness",{get:function(){return this.i.u},set:function(t){this.i.u=+t,this._a("hoverStrokeThickness",this.i.u)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"strokeThickness",{get:function(){return this.i.v},set:function(t){this.i.v=+t,this._a("strokeThickness",this.i.v)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"textStyle",{get:function(){return null==this.i.d?null:this.i.d.fontString},set:function(t){var e=new i.FontInfo;e.fontString=t,this.i.d=e,this._a("textStyle",null!=this.i.d?this.i.d.fontString:"")},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hoverTextColor",{get:function(){return i.brushToString(this.i.b0)},set:function(t){this.i.b0=i.stringToBrush(t),this._a("hoverTextColor",i.brushToString(this.i.b0))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"id",{get:function(){return this.i.as},set:function(t){this.i.as=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tabIndex",{get:function(){return this.i.x},set:function(t){this.i.x=+t,this._a("tabIndex",this.i.x)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ariaLabel",{get:function(){return this.i.ak},set:function(t){this.i.ak=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isHover",{get:function(){return this.i.k},set:function(t){this.i.k=i.ensureBool(t),this._a("isHover",this.i.k)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabled",{get:function(){return this.i.disabled},set:function(t){this.i.disabled=i.ensureBool(t),this._a("disabled",this.i.disabled)},enumerable:!0,configurable:!0}),n.prototype.findByName=function(t){return null},Object.defineProperty(n.prototype,"hasUserValues",{get:function(){return this._hasUserValues},enumerable:!0,configurable:!0}),n.prototype.__m=function(t){this._inStyling||this._hasUserValues.add(t)},n.prototype._styling=function(t,e,n){if(!this._inStyling){this._inStyling=!0,this._stylingContainer=t,this._stylingParent=e;var r,s=this.i.$type.name;0===s.indexOf("Xam")&&(s=s.substring(3)),r=i.toSpinal("IconComponent");var o=[],a=i.toSpinal(s);o.push(a+"-");for(var h=this.i.$type.baseType;h&&"Object"!=h.name&&"Base"!=h.name&&"Control"!=h.name&&"DependencyObject"!=h.Name&&"FrameworkElement"!=h.Name;){0===(s=h.name).indexOf("Xam")&&(s=s.substring(3));var u=i.toSpinal(s);o.push(u+"-"),h=h.baseType}if(n){var l=n.i.$type.name;0===l.indexOf("Xam")&&(l=l.substring(3));var c=i.toSpinal(l);o.push(c+"-"+r+"-"),o.push(c+"-"+a+"-")}i.initializePropertiesFromCss(t,this,r+"-",this.hasUserValues,!1,o),this._otherStyling&&this._otherStyling(t,e,n),this._inStyling=!1}},n.prototype.onDetachedFromUI=function(){this.i.onDetachedFromUI()},n.prototype.onAttachedToUI=function(){this.i.onAttachedToUI()},n.prototype.exportVisualModel=function(){return this.i.z()},n.prototype.exportSerializedVisualModel=function(){return this.i.am()},n._observedAttributesIgcIconComponent=null,n.htmlTagName="igc-icon",n._isElementRegistered=!1,n}(i.IgcHTMLElement),S=function(){function t(){}return t.register=function(){i.IgcChildContentModule.register(),j.register(),i.TypeRegistrar.registerCons("IgcIconComponent",j),i.TypeRegistrar.registerCons("IgcIconComponent",j),i.TypeRegistrar.register("Icon",C.$type)},t}(),k=function(t){return t[t.Sunday=0]="Sunday",t[t.Monday=1]="Monday",t[t.Tuesday=2]="Tuesday",t[t.Wednesday=3]="Wednesday",t[t.Thursday=4]="Thursday",t[t.Friday=5]="Friday",t[t.Saturday=6]="Saturday",t}({}),T=i.markEnum("DayOfWeek","Sunday,0|Monday,1|Tuesday,2|Wednesday,3|Thursday,4|Friday,5|Saturday,6"),P=function(t){function n(){var e=t.call(this)||this;return e.b=0,e.c=0,e.d=0,e.a=0,e}return e.__extends(n,t),n.$t=i.markType(n,"DayInfo"),n}(i.Base),x=function(t){return t[t.FirstDay=0]="FirstDay",t[t.FirstFullWeek=1]="FirstFullWeek",t[t.FirstFourDayWeek=2]="FirstFourDayWeek",t}({}),O=i.markEnum("FirstWeek","FirstDay,0|FirstFullWeek,1|FirstFourDayWeek,2"),w=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e._oldValue=new Date,e._newValue=new Date,e}return e.__extends(n,t),Object.defineProperty(n.prototype,"oldValue",{get:function(){return this._oldValue},set:function(t){this._oldValue=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"newValue",{get:function(){return this._newValue},set:function(t){this._newValue=t},enumerable:!0,configurable:!0}),n.$t=i.markType(n,"ValueChangedEventArgs",i.EventArgs.$),n}(i.EventArgs),B=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.i=0,e.h=0,e.e=null,e.g=null,e.c=null,e.f=null,e.d=null,e.b=null,e.a=null,e.r=null,e.s=null,e.t=null,e.m=0,e.p=null,e.q=null,e.n=null,e.j=null,e.k=null,e.l=null,e}return e.__extends(n,t),n.prototype.o=function(){var t=new i.StringBuilder(0);t.l("{"),t.l("Density : "+this.i+", "),t.l("BaseTheme : "+this.h+", "),t.l("SelectedDateBackgroundColor : "+this.e.serialize()+", "),t.l("SelectedFocusDateBackgroundColor : "+this.g.serialize()+", "),t.l("FocusDateBackgroundColor : "+this.c.serialize()+", "),t.l("SelectedDateTextColor : "+this.f.serialize()+", "),t.l("FocusDateTextColor : "+this.d.serialize()+", "),t.l("CurrentDateTextColor : "+this.b.serialize()+", "),t.l("CurrentDateBorderColor : "+this.a.serialize()+", "),i.stringIsNullOrEmpty(this.r)||t.l('textStyleFontStyle : "'+this.r+'", '),i.stringIsNullOrEmpty(this.s)||t.l('textStyleFontVariant : "'+this.s+'", '),i.stringIsNullOrEmpty(this.t)||t.l('textStyleFontWeight : "'+this.t+'", '),i.stringIsNullOrEmpty(this.p)||t.l('textStyleFontFamily : "'+this.p+'", '),i.stringIsNullOrEmpty(this.q)||t.l('textStyleFontStretch : "'+this.q+'", '),i.isNaN_(this.m)||t.l("textStyleFontSize : "+this.m+", "),t.l('activePicker : "'+this.n+'", '),t.l("buttonsModels: [");for(var e=0;e<this.j.count;e++){0!=e&&t.l(",");this.j._inner[e].aa.charAt(0).toString().toLowerCase(),this.j._inner[e].aa.substr(1);t.l(this.j._inner[e].ab())}t.l("],"),t.l("dayNamesModels: [");for(var n=0;n<this.k.count;n++)0!=n&&t.l(","),t.l(this.k._inner[n].h());t.l("],"),t.l("weekNumbersModels: [");for(var r=0;r<this.l.count;r++)0!=r&&t.l(","),t.l(this.l._inner[r].h());return t.l("]"),t.l("}"),t.toString()},n.$t=i.markType(n,"CalendarVisualModelExport"),n}(i.Base),N=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.e=0,e.d=0,e.c=0,e.f=0,e.g=null,e.b=null,e.a=null,e}return e.__extends(n,t),n.prototype.h=function(){var t=new i.StringBuilder(0);return t.l("{"),t.l("top : "+this.e+", "),t.l("left : "+this.d+", "),t.l("height : "+this.c+", "),t.l("width : "+this.f+", "),null!=this.g&&t.l('value : "'+this.g.toString()+'", '),t.l("textColor : "+this.b.serialize()+", "),null!=this.a&&t.l("borderColor : "+this.a.serialize()+", "),t.l("}"),t.toString()},n.$t=i.markType(n,"TextElementsVisualModelExport"),n}(i.Base),I=function(t){function n(){var e=t.call(this)||this;return e.n=null,e.o=null,e.s=null,e.q=null,e.t=null,e.r=null,e.g=new i.List$1(i.DomWrapper_$type,0),e.f=new i.List$1(i.DomWrapper_$type,0),e.h=new i.List$1(i.DomWrapper_$type,0),e.j=new i.List$1(i.DomWrapper_$type,0),e.i=new i.List$1(i.DomWrapper_$type,0),e.e=new i.List$1(i.DomWrapper_$type,0),e.p=null,e.v=null,e.c=null,e.m=null,e.v="day",e.p=null,e}return e.__extends(n,t),n.prototype.k=function(){return this.e},n.prototype.l=function(){return this.i},n.prototype.an=function(){},n.prototype.am=function(t){if(null!=t){this.m=t,this.m.rootWrapper.setStyleProperty("background-color","rgb(255, 255, 255)");Math.round(t.rootWrapper.width()),Math.round(t.rootWrapper.height());this.z(),this.a1(),this.a2(),this.az();var e=this.m.rootWrapper;e.listen("keydown",i.runOn(this,this.y)),e.listen("focus",i.runOn(this,this.x))}else this.m=null},n.prototype.w=function(){return this.v},n.prototype.z=function(){if(null!=this.m){this.n=this.m.createElement("div"),this.n.setStyleProperty("display","flex"),this.n.setStyleProperty("width","100%"),this.n.setStyleProperty("height","100%"),this.o=this.m.createElement("div"),this.o.setStyleProperty("height","100%"),this.o.setStyleProperty("width","100%"),this.s=this.m.createElement("div"),this.ac(),this.n.append(this.o),this.m.append(this.n);for(var t=0;t<42;t++){var e=this.m.createElement("div");this.f.add(e)}this.aa(),this.a7(),this.q=this.m.createElement("div"),this.q.setStyleProperty("height","100%"),this.m.append(this.q);for(var n=0;n<12;n++){var r=this.m.createElement("div");this.h.add(r)}this.ab();for(var s=0;s<12;s++){this.q.getChildAt(s).listen("click",i.runOn(this,this.ah))}this.q.hide(),this.t=this.m.createElement("div"),this.t.setStyleProperty("height","100%"),this.m.append(this.t);for(var o=0;o<7;o++){var a=this.m.createElement("div");this.j.add(a)}this.ad();for(var h=0;h<7;h++){this.t.getChildAt(h).listen("click",i.runOn(this,this.ba))}this.t.listen("wheel",i.runOn(this,this.bb)),this.t.hide()}},n.prototype.ac=function(){if(null!=this.m){this.s.setStyleProperty("display","flex"),this.s.setStyleProperty("flex-direction","column"),this.s.setStyleProperty("padding-top","26px"),this.s.setStyleProperty("width","12%");for(var t=this.c.ag(),e=0;e<6;e++){var i=this.m.createElement("div");i.setAttribute("aria-hidden","true"),i.setStyleProperty("text-align","center"),i.setStyleProperty("vertical-align","middle"),i.setStyleProperty("height","30px"),i.setStyleProperty("width","25px"),i.setStyleProperty("border-width","0px 1px 0px 0px"),i.setStyleProperty("border-style","solid"),i.setStyleProperty("border-color","rgb(163, 172, 184)");var n=this.m.createElement("span");n.setAttribute("aria-hidden","true"),n.setStyleProperty("font",'14px "Segoe UI", Verdana'),n.setStyleProperty("color","rgb(24, 29, 31)"),i.append(n),this.i.add(n),n.setText(t._inner[e].toString()),this.s.append(i)}}},n.prototype.a3=function(){if(null!=this.s){var t=this.c.ag();this.i.clear();for(var e=0;e<6;e++){var i=this.s.getChildAt(e).getChildAt(0);i.setText(t._inner[e].toString()),this.i.add(i)}}},n.prototype.a7=function(){null!=this.s&&(1==this.c.af?(this.s.show(),this.s.setStyleProperty("display","flex"),this.s.parent().setStyleProperty("max-width","245px"),this.s.parent().getChildAt(1).setStyleProperty("width","88%")):(this.s.hide(),this.s.parent().setStyleProperty("max-width","231px"),this.s.parent().getChildAt(1).setStyleProperty("width","100%")))},n.prototype.aa=function(){if(null!=this.m){this.o.setStyleProperty("display","flex"),this.o.setStyleProperty("flex-direction","column"),this.o.setStyleProperty("justify-content","space-evenly");var t=this.m.createElement("div");t.setStyleProperty("display","flex"),t.setStyleProperty("justify-content","space-evenly"),t.setStyleProperty("width","100%"),t.setAttribute("role","row");var e=this.m.createElement("div");e.setStyleProperty("width","15%");var i=this.m.createElement("div");i.setStyleProperty("width","20%");var n=this.m.createElement("div");n.setStyleProperty("width","20%");var r=this.m.createElement("div");r.setStyleProperty("width","15%"),t.append(e),t.append(i),t.append(n),t.append(r),this.o.append(t);var s=this.m.createElement("div");s.setStyleProperty("width","100%"),s.setStyleProperty("height","100%"),s.setStyleProperty("display","flex"),s.setStyleProperty("flex-direction","row"),s.setStyleProperty("justify-content","space-evenly"),this.s.setStyleProperty("padding-bottom","6px"),s.append(this.s);var o=this.m.createElement("div");o.setStyleProperty("display","flex"),o.setStyleProperty("flex-direction","column"),o.setStyleProperty("width","88%"),o.setAttribute("role","grid"),o.setAttribute("aria-readonly","true"),s.append(o),this.o.append(s);for(var a=0,h=0;h<7;h++){var u=this.m.createElement("div");if(u.setAttribute("role","row"),u.setStyleProperty("display","flex"),u.setStyleProperty("justify-content","space-evenly"),0==h){for(var l=0;l<7;l++){var c=this.m.createElement("div");c.setAttribute("role","columnheader"),c.setAttribute("scope","col"),c.setStyleProperty("text-align","center"),c.setStyleProperty("vertical-align","middle"),c.setStyleProperty("width","12%");var p=this.m.createElement("span");p.setStyleProperty("font",'16px "Segoe UI", Verdana'),p.setStyleProperty("color","rgb(24, 29, 31)"),c.append(p),this.e.add(p),u.append(c)}o.append(u)}else{for(var d=0;d<7;d++){var f=this.m.createElement("div");f.setAttribute("role","gridcell"),f.setStyleProperty("justify-content","center");var b=this.f._inner[a],g=this.m.createElement("span");g.setAttribute("aria-hidden","true"),b.append(g),this.ae(f,b,a),f.setStyleProperty("width","12%"),f.setStyleProperty("height","100%"),u.append(f),a++}o.append(u)}}this.r=this.m.createElement("div"),this.r.setStyleProperty("display","flex"),this.r.setStyleProperty("padding-bottom","4px");var y=this.m.createElement("div");y.setStyleProperty("width","100%"),y.setStyleProperty("justify-content","center");var m=this.m.createElement("div");m.setAttribute("aria-hidden","true");var v=this.m.createElement("span");v.setAttribute("aria-hidden","true"),m.append(v),this.c.cm(y,m),m.parent().setAttribute("aria-hidden","true"),m.parent().parent().setAttribute("tabindex","-1"),m.parent().parent().setAttribute("aria-readonly","true"),m.parent().parent().setAttribute("aria-selected","false"),m.parent().parent().setAttribute("aria-disabled","false"),m.parent().parent().setAttribute("data-is-focusable","true"),this.r.append(y),this.o.append(this.r),this.a6(),this.c.cf()}},n.prototype.ab=function(){if(null!=this.m){this.q.setStyleProperty("display","flex"),this.q.setStyleProperty("flex-direction","row"),this.q.setStyleProperty("flex-wrap","wrap"),this.q.setStyleProperty("margin","2px"),this.q.setStyleProperty("justify-content","center"),this.q.setStyleProperty("width","100%"),this.q.setStyleProperty("height","100%"),this.q.setAttribute("role","grid"),this.q.setAttribute("aria-readonly","true");for(var t=0;t<12;t++){var e=this.m.createElement("div");e.setStyleProperty("margin","5px"),e.setAttribute("data-month",(t+1).toString());var i=this.h._inner[t];i.setAttribute("aria-hidden","true"),this.c.cl(e,i),e.setStyleProperty("width","28%"),e.getChildAt(0).setStyleProperty("width","100%");var n=this.m.createElement("span");n.setAttribute("aria-hidden","true");var r,s=t+1;r=this.c.e(s,t),i.parent().parent().setAttribute("aria-label",r[0]),n.setText(r[1]),i.append(n),i.parent().setAttribute("aria-hidden","true"),i.parent().parent().setAttribute("tabindex","-1"),i.parent().parent().setAttribute("aria-readonly","true"),i.parent().parent().setAttribute("aria-selected","false"),i.parent().parent().setAttribute("aria-disabled","false"),i.parent().parent().setAttribute("data-is-focusable","true"),i.setAttribute("data-index",t.toString()),i.append(n),this.q.append(e)}}},n.prototype.ad=function(){if(null!=this.m){this.t.setStyleProperty("width","100%"),this.t.setStyleProperty("height","100%");var t=this.c.aq.getFullYear()-3;this.t.setStyleProperty("padding","5px"),this.t.setAttribute("role","grid"),this.t.setAttribute("aria-readonly","true");for(var e=0;e<7;e++){var i=this.m.createElement("div"),n=this.j._inner[e];n.setAttribute("aria-hidden","true"),this.c.cn(i,n,e),n.parent().setAttribute("aria-hidden","true"),n.parent().parent().setAttribute("tabindex","-1"),n.parent().parent().setAttribute("aria-readonly","true"),n.parent().parent().setAttribute("aria-selected","false"),n.parent().parent().setAttribute("aria-disabled","false"),n.parent().parent().setAttribute("data-is-focusable","true"),i.setStyleProperty("width","100%"),i.setStyleProperty("height","14%"),i.setStyleProperty("justify-content","center"),i.getChildAt(0).setStyleProperty("width","98%");var r=this.m.createElement("span");r.setAttribute("aria-hidden","true"),r.setText(t.toString()),t++,n.setAttribute("data-index",e.toString()),n.append(r),this.t.append(i)}}},n.prototype.a6=function(){null!=this.m&&(1==this.c.ae?this.r.setStyleProperty("display","flex"):this.r.setStyleProperty("display","none"))},n.prototype.a1=function(){if(null!=this.m){for(var t=this.o.getChildAt(0),e=0;e<4;e++){var n=this.m.createElement("div");this.g.add(n)}var r=t.getChildAt(0),s=this.g._inner[0],o=this.m.createElement("div");o.setAttribute("aria-hidden","true"),s.append(o),this.c.ck(r,o,s,"prev"),s.parent().parent().setAttribute("aria-label","Previous Month"),s.setAttribute("data-index","0"),this.av(s);var a=t.getChildAt(1),h=this.g._inner[1],u=this.m.createElement("span");u.setAttribute("aria-hidden","true"),h.append(u),this.c.cj(a,h,"month"),u=h.getChildAt(0);var l=this.c.bx();u.setText(l),h.parent().parent().setAttribute("aria-label","Select Month"),h.setAttribute("data-index","1"),this.av(h);var c=t.getChildAt(2),p=this.g._inner[2],d=this.m.createElement("span");d.setAttribute("aria-hidden","true"),p.append(d),this.c.cj(c,p,"year"),d=this.g._inner[2].getChildAt(0);var f=this.c.by();d.setText(f),p.parent().parent().setAttribute("aria-label","Select Year"),p.setAttribute("data-index","2"),this.av(p);var b=t.getChildAt(3),g=this.g._inner[3],y=this.m.createElement("div");y.setAttribute("aria-hidden","true"),g.append(y),this.c.ck(b,y,g,"next"),g.parent().parent().setAttribute("aria-label","Next Month"),g.setAttribute("data-index","3"),this.av(g);for(var m=this.c.a(),v=0;v<this.g.count;v++)1==m[v]?this.g._inner[v].setAttribute("data-disabled","true"):this.g._inner[v].setAttribute("data-disabled","false");r.listen("click",i.runOn(this,this.ao)),b.listen("click",i.runOn(this,this.aj)),a.listen("click",i.runOn(this,this.ai)),c.listen("click",i.runOn(this,this.bc))}},n.prototype.av=function(t){t.setAttribute("aria-hidden","true"),t.parent().setAttribute("aria-hidden","true"),t.parent().parent().setAttribute("tabindex","-1"),t.parent().parent().setAttribute("aria-readonly","true"),t.parent().parent().setAttribute("aria-selected","false"),t.parent().parent().setAttribute("aria-disabled","false"),t.parent().parent().setAttribute("data-is-focusable","true"),t.setAttribute("data-section","header"),t.setAttribute("data-disabled","false")},n.prototype.a2=function(){if(null!=this.m){var t=this.o.getChildAt(1).getChildAt(1).getChildAt(0),e=new i.List$1(T,0);switch(this.c.p){case 0:e.add(0),e.add(1),e.add(2),e.add(3),e.add(4),e.add(5),e.add(6);break;case 1:e.add(1),e.add(2),e.add(3),e.add(4),e.add(5),e.add(6),e.add(0);break;case 2:e.add(2),e.add(3),e.add(4),e.add(5),e.add(6),e.add(0),e.add(1);break;case 3:e.add(3),e.add(4),e.add(5),e.add(6),e.add(0),e.add(1),e.add(2);break;case 4:e.add(4),e.add(5),e.add(6),e.add(0),e.add(1),e.add(2),e.add(3);break;case 5:e.add(5),e.add(6),e.add(0),e.add(1),e.add(2),e.add(3),e.add(4);break;case 6:e.add(6),e.add(0),e.add(1),e.add(2),e.add(3),e.add(4),e.add(5)}this.e.clear();for(var n=0;n<e.count;n++){var r=t.getChildAt(n),s=r.getChildAt(0),o=this.c.d(e._inner[n]);r.setAttribute("title",o[0]),r.setAttribute("aria-label",o[0]),s.setText(o[1]),this.e.add(s)}}},n.prototype.az=function(){if(null!=this.m){this.a0(),this.a3();for(var t=this.o.getChildAt(1).getChildAt(1),e=1;e<7;e++)for(var n=t.getChildAt(e),r=0;r<7;r++){n.getChildAt(r).listen("click",i.runOn(this,this.af))}}},n.prototype.a0=function(t,e){if(void 0===t&&(t=!1),void 0===e&&(e=!1),null!=this.m){for(var n=null,r=null,s=null,o=this.c.aw,a=this.c.aq,h=this.c.av,u=0;u<42;u++){var l=this.f._inner[u],c=l.getChildAt(0),p=this.c.n(u);if(null!=p)l.parent().parent().setAttribute("aria-label",p.c.toString()+"/"+p.b.toString()+"/"+p.d.toString()),l.setAttribute("data-section","days"),l.setAttribute("data-index",u.toString()),l.setAttribute("data-date",p.b.toString()+"/"+p.c.toString()+"/"+p.d.toString()),l.setAttribute("data-selected","false"),l.setAttribute("data-disabled","false"),l.setAttribute("data-today","false"),c.setText(p.b.toString()),+o!=+i.dateMinValue()&&p.b==o.getDate()&&p.c==i.dateGetMonth(o)&&p.d==o.getFullYear()?(n=l,l.parent().parent().setAttribute("aria-selected","true"),l.setAttribute("data-selected","true")):p.b==h.getDate()&&p.c==i.dateGetMonth(h)&&p.d==h.getFullYear()&&(r=l,l.setAttribute("data-today","true")),this.c.ad(u)&&l.setAttribute("data-disabled","true"),1==p.b&&p.c==i.dateGetMonth(a)&&(s=l)}if(1==t)if(null!=n&&+o!=+i.dateMinValue()&&o.getFullYear()==a.getFullYear()&&i.dateGetMonth(o)==i.dateGetMonth(a))this.d(n);else if(null!=r&&h.getFullYear()==a.getFullYear()&&i.dateGetMonth(h)==i.dateGetMonth(a))this.d(r);else if(null!=s){if(1==e)for(var d=41;d>=0;d--){if(this.c.n(d).c==i.dateGetMonth(a))if("false"==this.f._inner[d].getAttribute("data-disabled")){s=this.f._inner[d];break}}else for(var f=0;f<42;f++){if(this.c.n(f).c==i.dateGetMonth(a))if("false"==this.f._inner[f].getAttribute("data-disabled")){s=this.f._inner[f];break}}this.d(s)}}},n.prototype.ae=function(t,e,i){if(null!=this.m){e.setAttribute("aria-hidden","true");var n=this.m.createElement("span");n.setAttribute("aria-hidden","true"),e.append(n),this.c.ci(t,e,i),e.parent().setAttribute("aria-hidden","true"),e.parent().parent().setAttribute("tabindex","-1"),e.parent().parent().setAttribute("aria-readonly","true"),e.parent().parent().setAttribute("aria-selected","false"),e.parent().parent().setAttribute("aria-disabled","false"),e.parent().parent().setAttribute("data-is-focusable","true")}},n.prototype.as=function(t,e){if(null!=this.m){var i=this.m.getSubRenderer(t);e.provideContainer(i)}},n.prototype.ar=function(t,e){t.getChildAt(0).setText(e),t.parent().parent().setAttribute("aria-label",e)},n.prototype.aw=function(t,e){if(null!=this.m){var i=this.m.getSubRenderer(t);e.provideContainer(i)}},n.prototype.ay=function(){if(null!=this.m){var t=this.g._inner[1].getChildAt(0),e=this.c.bx();t.setText(e);var i=this.g._inner[2].getChildAt(0),n=this.c.by();i.setText(n)}},n.prototype.at=function(t,e){if(void 0===t&&(t=!1),void 0===e&&(e=!1),null!=this.m){this.a0(t,e),this.a3();for(var i=this.c.a(),n=0;n<this.g.count;n++)1==i[n]?this.g._inner[n].setAttribute("data-disabled","true"):this.g._inner[n].setAttribute("data-disabled","false")}},n.prototype.ax=function(){if(null!=this.m&&0!=this.h.count){for(var t=null,e=null,n=0,r=0,s=0,o=0;o<12;o++){var a=this.h._inner[o];a.setAttribute("data-section","months"),a.setAttribute("data-disabled","false"),a.parent().parent().setAttribute("aria-selected","false");var h=o+1,u=this.c.aw,l=this.c.av;+u!=+i.dateMinValue()&&i.dateGetMonth(u)==h&&(e=a,n=o,a.parent().parent().setAttribute("aria-selected","true")),i.dateGetMonth(l)==h&&(t=a,r=o),this.c.aa(o,h)&&a.setAttribute("data-disabled","true")}for(var c=0;c<this.h.count;c++){if("false"==this.h._inner[c].getAttribute("data-disabled")){s=c;break}}var p=this.h._inner[n].getAttribute("data-disabled"),d=this.h._inner[r].getAttribute("data-disabled"),f=this.h._inner[s].getAttribute("data-disabled");null!=e&&"false"==p?this.d(e):null!=t&&"false"==d?this.d(t):"false"==f?this.d(this.h._inner[s]):this.aq()}},n.prototype.a5=function(){if(null!=this.m&&0!=this.j.count){var t=this.c.aq.getFullYear();this.a4(t,!0)}},n.prototype.a4=function(t,e){void 0===e&&(e=!1),t<this.c.au.getFullYear()&&(t=this.c.au.getFullYear()),t>this.c.at.getFullYear()&&(t=this.c.at.getFullYear());for(var i=t-3,n=!1,r=0;r<7;r++){var s=this.j._inner[r];s.setAttribute("data-section","years"),s.setAttribute("data-disabled","false"),s.parent().parent().setAttribute("aria-selected","false");var o=this.c.ab(r,i);s.setAttribute("data-disabled",o.toString()),s.getChildAt(0).setText(i.toString()),s.parent().parent().setAttribute("aria-label",i.toString()),i==t&&e&&0==o&&(s.parent().parent().setAttribute("aria-selected","true"),n=!0,this.d(s)),i++}if(0==n&&"false"==this.j._inner[3].getAttribute("data-disabled")){var a=this.j._inner[3];this.d(a)}},n.prototype.aq=function(t){void 0===t&&(t=!1),this.at(),this.ay(),this.v="day",this.n.show(),this.n.setStyleProperty("display","flex"),this.q.hide(),this.t.hide(),this.au(t),this.ag()},n.prototype.au=function(t){void 0===t&&(t=!1);for(var e=null,n=null,r=null,s=0;s<this.f.count;s++){var o=this.f._inner[s],a=i.parseBool(o.getAttribute("data-disabled").toString()),h=o.getAttribute("data-date").toString().split("/")[1],u=i.parseBool(o.getAttribute("data-selected").toString()),l=i.parseBool(o.getAttribute("data-today").toString());1==u&&(n=o),1==l&&(r=o);var c=i.dateGetMonth(this.c.aq).toString();0==a&&c==h&&null==e&&(e=o)}if(null!=r&&(e=r),null!=n&&0==t&&(e=n),null==e)for(var p=0;p<this.g.count;p++){if(0==i.parseBool(this.g._inner[p].getAttribute("data-disabled").toString())){e=this.g._inner[p];break}}null!=e&&this.d(e)},n.prototype.d=function(t){return null!=t&&(!i.parseBool(t.getAttribute("data-disabled").toString())&&(this.p=t,!0))},n.prototype.ag=function(){null!=this.p&&this.p.parent().parent().focus(!1)},n.prototype.ap=function(t,e){void 0===t&&(t=!0),void 0===e&&(e=!1),i.parseBool(this.g._inner[0].getAttribute("data-disabled").toString())||(this.c.cc(-1),this.at(t,e),this.ay())},n.prototype.ak=function(t,e){void 0===t&&(t=!0),void 0===e&&(e=!1),i.parseBool(this.g._inner[3].getAttribute("data-disabled").toString())||(this.c.cc(1),this.at(t,e),this.ay())},n.prototype.a8=function(){this.n.hide(),this.q.show(),this.q.setStyleProperty("display","flex"),this.t.hide(),this.v="month",this.ax(),this.ag()},n.prototype.a9=function(){this.n.hide(),this.q.hide(),this.t.show(),this.v="year",this.a5(),this.ag()},n.prototype.x=function(t){},n.prototype.y=function(t){var e=t.which;if("day"==this.v){var n=this.p.getAttribute("data-section").toString(),r=parseInt(this.p.getAttribute("data-index").toString());if("header"==n)if(37==e)if(r>0){var s=this.g._inner[r-1];0==this.d(s)&&r>1&&(s=this.g._inner[r-2],this.d(s)),this.ag()}else{this.ap(!1),1==i.parseBool(this.p.getAttribute("data-disabled").toString())&&(this.au(),this.ag())}else if(39==e)if(r<3){var o=this.g._inner[r+1];0==this.d(o)&&r<2&&(o=this.g._inner[r+2],this.d(o)),this.ag()}else{this.ak(!1),1==i.parseBool(this.p.getAttribute("data-disabled").toString())&&(this.au(),this.ag())}else 9==e?t.shiftKey?this.c.cs():(t.preventDefault(),this.at(!0),this.ag()):13==e&&(t.preventDefault(),0==r?this.ap(!1):1==r?this.a8():2==r?this.a9():3==r&&this.ak(!1));else if("days"==n){var a=this.p.getAttribute("data-date").toString().split("/"),h=a[0],u=a[1];if(37==e)if(0==r)this.ap(!0,!0),this.ag();else{var l=this.f._inner[r-1],c=l.getAttribute("data-date").toString().split("/"),p=c[0],d=c[1];if(u==d)this.d(l),this.ag();else{this.ap();var f=this.u(p,d);this.d(f),this.ag()}}else if(39==e)if(41==r)this.ak(!0,!1),this.ag();else{var b=this.f._inner[r+1],g=b.getAttribute("data-date").toString().split("/"),y=g[0],m=g[1];if(u==m)this.d(b),this.ag();else{this.ak();var v=this.u(y,m);this.d(v),this.ag()}}else if(40==e)if(r>=35){this.ak();var _=this.u(h,u),C=parseInt(_.getAttribute("data-index").toString()),j=this.f._inner[C+7].getAttribute("data-date").toString().split("/"),S=j[0],k=j[1],T=this.u(S,k);this.d(T),this.ag()}else{var P=this.f._inner[r+7],x=P.getAttribute("data-date").toString().split("/"),O=x[0],w=x[1];if(u==w)this.d(P),this.ag();else{this.ak();var B=this.u(O,w);this.d(B),this.ag()}}else if(38==e)if(r<=6){this.ap();var N=this.u(h,u),I=parseInt(N.getAttribute("data-index").toString()),A=this.f._inner[I-7].getAttribute("data-date").toString().split("/"),F=A[0],U=A[1],R=this.u(F,U);this.d(R),this.ag()}else{var q=this.f._inner[r-7],D=q.getAttribute("data-date").toString().split("/"),E=D[0],W=D[1];if(u==W)this.d(q),this.ag();else{this.ap();var z=this.u(E,W);this.d(z),this.ag()}}else if(34==e)this.ak(),this.ag();else if(33==e)this.ap(),this.ag();else if(9==e)if(t.shiftKey){t.preventDefault();var H=this.g._inner[1];this.d(H),this.ag()}else this.c.cs()}}else if("month"==this.v){var M=parseInt(this.p.getAttribute("data-index").toString());if(37==e)if(0==M){var $=this.h._inner[11];this.d($),this.ag()}else{var L=this.h._inner[M-1];this.d(L),this.ag()}else if(39==e)if(11==M){var G=this.h._inner[0];this.d(G),this.ag()}else{var V=this.h._inner[M+1];this.d(V),this.ag()}else if(40==e)if(M>=9){var K=this.h._inner[M-9];this.d(K),this.ag()}else{var Y=this.h._inner[M+3];this.d(Y),this.ag()}else if(38==e)if(M<=2){var J=this.h._inner[M+9];this.d(J),this.ag()}else{var X=this.h._inner[M-3];this.d(X),this.ag()}else 13==e&&(this.d(this.g._inner[1]),this.ag())}else if("year"==this.v){parseInt(this.p.getAttribute("data-index").toString());var Q=parseInt(this.j._inner[3].getChildAt(0).getText());40==e?(this.c.cz(Q,1),this.ag()):38==e?(this.c.cz(Q,-1),this.ag()):13==e&&(this.d(this.g._inner[2]),this.ag())}27==e&&(this.aq(),this.c.cs()),1==t.altKey&&38==e&&(this.aq(),this.c.cs())},n.prototype.u=function(t,e){for(var i=null,n=null,r=0;r<42;r++){var s=this.f._inner[r],o=s.getAttribute("data-date").toString().split("/"),a=o[0],h=o[1];if(e==h&&null==n&&(n=s),e==h&&t==a){i=s;break}}return null==i&&(i=n),i},n.prototype.ao=function(t){var e=this.g._inner[0];1!=i.parseBool(e.getAttribute("data-disabled").toString())&&this.ap()},n.prototype.aj=function(t){var e=this.g._inner[3];1!=i.parseBool(e.getAttribute("data-disabled").toString())&&this.ak()},n.prototype.ai=function(t){var e=this.g._inner[1];1!=i.parseBool(e.getAttribute("data-disabled").toString())&&this.a8()},n.prototype.bc=function(t){var e=this.g._inner[2];1!=i.parseBool(e.getAttribute("data-disabled").toString())&&this.a9()},n.prototype.af=function(t){var e=t.originalEvent.currentTarget,n=e.innerText;if(""!=n){var r=e.lastChild.lastChild.lastChild;if(0==i.parseBool(r.getAttribute("data-disabled").toString())){var s=r.getAttribute("data-date").toString().split("/"),o=s[1],a=s[2];this.c.co(n,o,a)}}},n.prototype.ah=function(t){var e=t.originalEvent.currentTarget,n=e.getAttribute("data-month").toString();if(""!=n){var r=parseInt(n),s=e.lastChild.lastChild.lastChild;0==i.parseBool(s.getAttribute("data-disabled").toString())&&(this.c.cd(r),this.aq())}},n.prototype.ba=function(t){var e=t.originalEvent.currentTarget,n=e.innerText;if(""!=n){var r=parseInt(n),s=e.lastChild.lastChild.lastChild;0==i.parseBool(s.getAttribute("data-disabled").toString())&&(this.c.ce(r),this.aq())}},n.prototype.bb=function(t){t.preventDefault();var e=t.originalEvent.deltaY,i=parseInt(this.j._inner[3].getChildAt(0).getText());this.c.cz(i,e)},n.prototype.a=function(){var t=this.m.rootWrapper.getNativeElement().getBoundingClientRect(),e=t.top,i=t.left,n=new Array(2);return n[0]=e,n[1]=i,n},n.prototype.b=function(t){var e=t.getNativeElement().getBoundingClientRect(),i=e.top,n=e.left,r=new Array(2);return r[0]=i,r[1]=n,r},n.prototype.al=function(){},n.$t=i.markType(n,"CalendarView"),n}(i.Base),A=function(t){function n(){var e=t.call(this)||this;e.l=null,e.aq=i.dateNow(),e.am=new Date,e.ai=null,e.aj=null,e.ah=null,e.ak=null,e.al=null,e.k=null,e.ap=i.dateMinValue(),e.propertyChanged=null,e.close=null,e.valueChanged=null,e.w=null,e.as=i.dateMinValue(),e.ar=i.dateNow(),e.ao=i.dateMinValue(),e.an=i.dateMaxValue(),e.h=3,e.f=1,e.c5=i.BrushUtil.g(0,255,255,255),e.db=i.BrushUtil.g(255,33,150,243),e.dd=i.BrushUtil.g(255,21,112,184),e.c8=i.BrushUtil.g(76,33,150,243),e.da=i.BrushUtil.g(50,186,191,199),e.de=i.BrushUtil.g(255,24,29,31),e.dc=i.BrushUtil.g(255,255,255,255),e.c9=i.BrushUtil.g(255,24,29,31),e.c7=i.BrushUtil.g(255,33,150,243),e.c6=i.BrushUtil.g(255,33,150,243),e.y=!1,e.u=null,e.o=0,e.r=0,e.z=!1,e.am=i.dateAddYears(e.am,-200),e.ai=new i.ObservableCollection$1(P.$,0),e.aj=new i.ObservableCollection$1(b.$,0),e.ah=new i.ObservableCollection$1(b.$,0),e.ak=new i.ObservableCollection$1(b.$,0),e.al=new i.ObservableCollection$1(b.$,0);var n=new I;return n.c=e,e.l=n,e.l.an(),e}return e.__extends(n,t),n.prototype.cs=function(){null!=this.close&&this.close(this)},n.prototype.cu=function(t){var e,n=this.as;this.as=t,null!=this.valueChanged&&this.valueChanged(this,((e=new w).oldValue=n,e.newValue=t,e)),+this.aw!=+i.dateMinValue()&&(this.aq=this.aw),this.cx()},n.prototype.co=function(t,e,n){var r=i.dateFromValues(parseInt(n),parseInt(e),parseInt(t),0,0,0,0);this.cu(r)},n.prototype.notifySizeChanged=function(){this.l.al()},n.prototype.destroy=function(){if(null!=this.k){var t=this.k;t.clicked=i.delegateRemove(t.clicked,i.runOn(this,this.c2))}this.provideContainer(null)},n.prototype.provideContainer=function(t){this.l.am(t)},Object.defineProperty(n.prototype,"x",{get:function(){return null==this.w&&(this.w=new i.SRProvider(this.l.m),this.w.cb("Calendar")),this.w},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"aw",{get:function(){return this.as},set:function(t){var e=this.as;this.ap=e,this.as=t,+e!=+this.as&&this.ct("Value",e,this.as)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"av",{get:function(){return this.ar},set:function(t){var e=this.ar;this.ar=t,+e!=+this.ar&&this.ct("Today",e,this.ar)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"au",{get:function(){return this.ao},set:function(t){var e=this.ao;this.ao=t,+e!=+this.ao&&this.ct("MinDate",e,this.ao)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"at",{get:function(){return this.an},set:function(t){var e=this.an;this.an=t,+e!=+this.an&&this.ct("MaxDate",e,this.an)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"i",{get:function(){return this.h},set:function(t){var e=this.h;this.h=t,e!=this.h&&this.ct("Density",i.enumGetBox(i.ControlDisplayDensity_$type,e),i.enumGetBox(i.ControlDisplayDensity_$type,this.h))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"g",{get:function(){return this.f},set:function(t){var e=this.f;this.f=t,e!=this.f&&this.ct("BaseTheme",i.enumGetBox(i.BaseControlTheme_$type,e),i.enumGetBox(i.BaseControlTheme_$type,this.f))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"df",{get:function(){return this.c5},set:function(t){var e=this.c5;this.c5=t,e!=this.c5&&this.ct("BackgroundColor",e,this.c5)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"dl",{get:function(){return this.db},set:function(t){var e=this.db;this.db=t,e!=this.db&&this.ct("SelectedDateBackgroundColor",e,this.db)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"dn",{get:function(){return this.dd},set:function(t){var e=this.dd;this.dd=t,e!=this.dd&&this.ct("SelectedFocusDateBackgroundColor",e,this.dd)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"di",{get:function(){return this.c8},set:function(t){var e=this.c8;this.c8=t,e!=this.c8&&this.ct("FocusDateBackgroundColor",e,this.c8)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"dk",{get:function(){return this.da},set:function(t){var e=this.da;this.da=t,e!=this.da&&this.ct("HoverBackgroundColor",e,this.da)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"dp",{get:function(){return this.de},set:function(t){var e=this.de;this.de=t,e!=this.de&&this.ct("TextColor",e,this.de)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"dm",{get:function(){return this.dc},set:function(t){var e=this.dc;this.dc=t,e!=this.dc&&this.ct("SelectedDateTextColor",e,this.dc)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"dj",{get:function(){return this.c9},set:function(t){var e=this.c9;this.c9=t,e!=this.c9&&this.ct("FocusDateTextColor",e,this.c9)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"dh",{get:function(){return this.c7},set:function(t){var e=this.c7;this.c7=t,e!=this.c7&&this.ct("CurrentDateTextColor",e,this.c7)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"dg",{get:function(){return this.c6},set:function(t){var e=this.c6;this.c6=t,e!=this.c6&&this.ct("CurrentDateBorderColor",e,this.c6)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ae",{get:function(){return this.y},set:function(t){var e=this.y;this.y=t,e!=this.y&&this.ct("ShowTodayButton",e,this.y)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"v",{get:function(){return this.u},set:function(t){var e=this.u;this.u=t,e!=this.u&&this.ct("TextStyle",e,this.u)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"p",{get:function(){return this.o},set:function(t){var e=this.o;this.o=t,e!=this.o&&this.ct("FirstDayOfWeek",i.enumGetBox(T,e),i.enumGetBox(T,this.o))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s",{get:function(){return this.r},set:function(t){var e=this.r;this.r=t,e!=this.r&&this.ct("FirstWeekOfYear",i.enumGetBox(O,e),i.enumGetBox(O,this.r))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"af",{get:function(){return this.z},set:function(t){var e=this.z;this.z=t,e!=this.z&&this.ct("ShowWeekNumbers",e,this.z)},enumerable:!0,configurable:!0}),n.prototype.ct=function(t,e,n){null!=this.propertyChanged&&this.propertyChanged(this,new i.PropertyChangedEventArgs(t)),this.cv(t,e,n)},n.prototype.cv=function(t,e,n){switch(t){case"Density":this.c0();break;case"BaseTheme":this.c1();break;case"Value":+this.aw!=+i.dateMinValue()&&(i.dateGetDate(this.aw)<i.dateGetDate(this.au)||i.dateGetDate(this.aw)>i.dateGetDate(this.at))&&(this.aw=this.ap),this.ap=this.aw,+this.aw!=+i.dateMinValue()&&(this.aq=this.aw),this.cx();break;case"Today":var r=i.Base.compareSimple(this.av,this.au),s=i.Base.compareSimple(this.av,this.at);r<0?this.ar=this.au:s>0&&(this.ar=this.at),+this.aw==+i.dateMinValue()&&(this.aq=this.av),this.cx();break;case"MaxDate":case"MinDate":i.Base.compareSimple(this.au,this.at)>=0&&(this.at=i.dateMaxValue());var o=i.Base.compareSimple(this.aq,this.au),a=i.Base.compareSimple(this.aq,this.at);o<0?this.aq=this.au:a>0&&(this.aq=this.at),this.cx();break;case"TextColor":case"SelectedDateTextColor":case"FocusDateTextColor":case"CurrentDateTextColor":case"CurrentDateBorderColor":case"BackgroundColor":case"FocusDateBackgroundColor":case"SelectedFocusDateBackgroundColor":case"SelectedDateBackgroundColor":case"HoverBackgroundColor":this.c3();break;case"TextStyle":this.c4();break;case"ShowTodayButton":this.l.a6();break;case"FirstDayOfWeek":this.cx();break;case"FirstWeekOfYear":case"ShowWeekNumbers":this.l.a7(),this.cx()}},n.prototype.c3=function(){for(var t=0;t<this.aj.count;t++)null!=this.dp&&(this.aj._inner[t].s5=this.dp),null!=this.dj&&(this.aj._inner[t].s1=this.dj),null!=this.df&&(this.aj._inner[t].sv=this.df),null!=this.di&&(this.aj._inner[t].s0=this.di),null!=this.dk&&(this.aj._inner[t].s2=this.dk);for(var e=0;e<this.ah.count;e++)null!=this.dp&&(this.ah._inner[e].s5=this.dp),null!=this.dj&&(this.ah._inner[e].s1=this.dj),null!=this.df&&(this.ah._inner[e].sv=this.df),null!=this.di&&(this.ah._inner[e].s0=this.di),null!=this.dk&&(this.ah._inner[e].s2=this.dk);for(var i=0;i<this.ak.count;i++)null!=this.dp&&(this.ak._inner[i].s5=this.dp),null!=this.dj&&(this.ak._inner[i].s1=this.dj),null!=this.df&&(this.ak._inner[i].sv=this.df),null!=this.di&&(this.ak._inner[i].s0=this.di),null!=this.dk&&(this.ak._inner[i].s2=this.dk);for(var n=0;n<this.al.count;n++)null!=this.dp&&(this.al._inner[n].s5=this.dp),null!=this.dj&&(this.al._inner[n].s1=this.dj),null!=this.df&&(this.al._inner[n].sv=this.df),null!=this.di&&(this.al._inner[n].s0=this.di),null!=this.dk&&(this.al._inner[n].s2=this.dk)},n.prototype.c4=function(){for(var t=0;t<this.aj.count;t++)null!=this.u&&(this.aj._inner[t].v=this.u);for(var e=0;e<this.ah.count;e++)null!=this.u&&(this.ah._inner[e].v=this.u);for(var i=0;i<this.ak.count;i++)null!=this.u&&(this.ak._inner[i].v=this.u);for(var n=0;n<this.al.count;n++)null!=this.u&&(this.al._inner[n].v=this.u)},n.prototype.cq=function(){this.l.au(),this.l.ag()},n.prototype.c1=function(){},n.prototype.c0=function(){},n.prototype.ch=function(){this.aw=i.dateMinValue(),this.l.at()},n.prototype.cx=function(){this.l.a2(),this.cg(),this.l.ay(),this.l.a5(),this.l.at()},n.prototype.cf=function(){this.cg()},n.prototype.ci=function(t,e,n){var r=new b;this.l.as(t,r),r.d=this.g,r.h=this.i,r.v=this.u,r.eu=-1,r.s=1,null!=this.u&&(r.v=this.u);var s=new i.CornerRadius(0,2);r.ke=s,r.kv=s,r.ec=0,r.appendButtonContent(e),r.s5=this.dp,r.s1=this.dj,r.sv=this.df,r.s0=this.di,r.s2=this.dk,r.bh=30,r.bg=30,this.ah.add(r),r.ih="btnDays"+n.toString()},n.prototype.cm=function(t,e){var n=new b;this.l.as(t,n),n.d=this.g,n.h=this.i,n.v=this.u,n.eu=-1,n.s=1,null!=this.u&&(n.v=this.u);var r=new i.CornerRadius(0,2);n.ke=r,n.kv=r,n.ec=0,n.appendButtonContent(e);var s=i.stringIsNullOrWhiteSpace(this.x.b1("Today"))?"Today":this.x.b1("Today");this.l.ar(e,s),n.s5=this.dp,n.s1=this.dj,n.sv=this.df,n.s0=this.di,n.s2=this.dk,this.k=n;var o=this.k;o.clicked=i.delegateCombine(o.clicked,i.runOn(this,this.c2))},n.prototype.c2=function(t,e){this.aq=this.av,this.cg(),this.l.aq(!0)},n.prototype.cl=function(t,e){var n=new b;this.l.as(t,n),n.d=this.g,n.h=this.i,n.v=this.u,n.eu=-1,n.s=1,null!=this.u&&(n.v=this.u);var r=new i.CornerRadius(0,2);n.ke=r,n.kv=r,n.ec=0,n.appendButtonContent(e),n.s5=this.dp,n.s1=this.dj,n.sv=this.df,n.s0=this.di,n.s2=this.dk,n.bh=40,this.ak.add(n)},n.prototype.e=function(t,e){var n=new Array(2);switch(n[0]="",n[1]="",t){case 1:n[0]=i.stringIsNullOrWhiteSpace(this.x.b1("January_Full"))?"January":this.x.b1("January_Full"),n[1]=i.stringIsNullOrWhiteSpace(this.x.b1("January_Short"))?"Jan":this.x.b1("January_Short");break;case 2:n[0]=i.stringIsNullOrWhiteSpace(this.x.b1("February_Full"))?"February":this.x.b1("February_Full"),n[1]=i.stringIsNullOrWhiteSpace(this.x.b1("February_Short"))?"Feb":this.x.b1("February_Short");break;case 3:n[0]=i.stringIsNullOrWhiteSpace(this.x.b1("March_Full"))?"March":this.x.b1("March_Full"),n[1]=i.stringIsNullOrWhiteSpace(this.x.b1("March_Short"))?"Mar":this.x.b1("March_Short");break;case 4:n[0]=i.stringIsNullOrWhiteSpace(this.x.b1("April_Full"))?"April":this.x.b1("April_Full"),n[1]=i.stringIsNullOrWhiteSpace(this.x.b1("April_Short"))?"Apr":this.x.b1("April_Short");break;case 5:n[0]=i.stringIsNullOrWhiteSpace(this.x.b1("May_Full"))?"May":this.x.b1("May_Full"),n[1]=i.stringIsNullOrWhiteSpace(this.x.b1("May_Short"))?"May":this.x.b1("May_Short");break;case 6:n[0]=i.stringIsNullOrWhiteSpace(this.x.b1("June_Full"))?"June":this.x.b1("June_Full"),n[1]=i.stringIsNullOrWhiteSpace(this.x.b1("June_Short"))?"Jun":this.x.b1("June_Short");break;case 7:n[0]=i.stringIsNullOrWhiteSpace(this.x.b1("July_Full"))?"July":this.x.b1("July_Full"),n[1]=i.stringIsNullOrWhiteSpace(this.x.b1("July_Short"))?"Jul":this.x.b1("July_Short");break;case 8:n[0]=i.stringIsNullOrWhiteSpace(this.x.b1("August_Full"))?"August":this.x.b1("August_Full"),n[1]=i.stringIsNullOrWhiteSpace(this.x.b1("August_Short"))?"Aug":this.x.b1("August_Short");break;case 9:n[0]=i.stringIsNullOrWhiteSpace(this.x.b1("September_Full"))?"September":this.x.b1("September_Full"),n[1]=i.stringIsNullOrWhiteSpace(this.x.b1("September_Short"))?"Sep":this.x.b1("September_Short");break;case 10:n[0]=i.stringIsNullOrWhiteSpace(this.x.b1("October_Full"))?"October":this.x.b1("October_Full"),n[1]=i.stringIsNullOrWhiteSpace(this.x.b1("October_Short"))?"Oct":this.x.b1("October_Short");break;case 11:n[0]=i.stringIsNullOrWhiteSpace(this.x.b1("November_Full"))?"November":this.x.b1("November_Full"),n[1]=i.stringIsNullOrWhiteSpace(this.x.b1("November_Short"))?"Nov":this.x.b1("November_Short");break;case 12:n[0]=i.stringIsNullOrWhiteSpace(this.x.b1("December_Full"))?"December":this.x.b1("December_Full"),n[1]=i.stringIsNullOrWhiteSpace(this.x.b1("December_Short"))?"Dec":this.x.b1("December_Short")}return this.ak._inner[e].ih="btnMonth"+n[1],n},n.prototype.cn=function(t,e,n){var r=new b;this.l.as(t,r),r.d=this.g,r.h=this.i,r.v=this.u,r.eu=-1,r.s=1,null!=this.u&&(r.v=this.u);var s=new i.CornerRadius(0,2);r.ke=s,r.kv=s,r.ec=0,r.appendButtonContent(e),r.s5=this.dp,r.s1=this.dj,r.sv=this.df,r.s0=this.di,r.s2=this.dk,r.ih="btnYear"+n.toString(),this.al.add(r)},n.prototype.cg=function(){+this.aq==+i.dateMinValue()&&(this.aq=i.dateNow()),this.ai.clear();for(var t=i.dateAddDays(this.aq,-(this.aq.getDate()-1)),e=this.p,n=t.getDay();n!=e;)n=(t=i.dateAddDays(t,-1)).getDay();for(;this.ai.count<42;){var r=new P;r.b=t.getDate(),r.c=i.dateGetMonth(t),r.d=t.getFullYear(),r.a=t.getDay(),this.ai.add(r),t=i.dateAddDays(t,1)}},n.prototype.ag=function(){var t=new i.List$1(i.Number_$type,0);if(0==this.af){for(var e=0;e<6;e++)t.add(e);return t}for(var n=i.dateFromValues(this.aq.getFullYear(),i.dateGetMonth(this.aq),1,0,0,0,0),r=0;r<6;r++){var s=0;if(s=(this.s,this.ba(n,this.s,this.p)),(0==this.s||2==this.s)&&2==s&&53==t._inner[r-1])for(var o=n,a=0;a<6;a++)o.getDay()==this.p?o.getDate()>1?t._inner[r-1]=1:s=1:o.getDay()<this.p?o=i.dateAddDays(o,1):o.getDay()>this.p&&(o=i.dateAddDays(o,-1));t.add(s),n=i.dateAddDays(n,7)}return t},n.prototype.a9=function(t){var e=i.dateAddMonths(i.dateAddDays(t,1-t.getDate()),1-i.dateGetMonth(t)),n=i.dateAddDays(i.dateAddYears(e,1),-1),r=i.truncate(i.timeSpanTotalDays(+t-+e))+[6,7,8,9,10,4,5][e.getDay()],s=i.intDivide(r,7);switch(s){case 0:return this.a9(i.dateAddDays(e,-1));case 53:return n.getDay()<4?1:s;default:return s}},n.prototype.ba=function(t,e,i){if(i<0||i>6)return-1;switch(e){case 0:return this.a8(t,i);case 1:return this.bb(t,i,7);case 2:return this.bb(t,i,4)}return-1},n.prototype.a8=function(t,e){var n=this.a7(t)-1,r=(t.getDay()-n%7-e+14)%7;return i.intDivide(n+r,7)+1},n.prototype.bb=function(t,e,n){var r,s,o=this.a7(t)-1;return 0!=(r=(e-(t.getDay()-o%7)+14)%7)&&r>=n&&(r-=7),(s=o-r)>=0?i.intDivide(s,7)+1:t<=i.dateAddDays(this.au,o)?this.bc(e,n):this.bb(i.dateAddDays(t,-(o+1)),e,n)},n.prototype.bc=function(t,e){var n=this.a7(this.au)-1,r=this.q(this.au)-n%7,s=(t+7-r)%7;if(0==s||s>=e)return 1;var o=(t-(r-1-0)+14)%7,a=364-o;return o>=e&&(a+=7),i.intDivide(a,7)+1},n.prototype.a7=function(t){return this.a6(t,1)},n.prototype.q=function(t){return(i.intDivide(t.getTime(),864e9)+1)%7},n.prototype.a6=function(t,e){var r=this.bd(t.getFullYear(),i.dateGetMonth(t),t.getDate()),s=i.intDivide(r,864e9),o=i.intDivide(s,146097);s-=146097*o;var a=i.intDivide(s,36524);4==a&&(a=3),s-=36524*a;var h=i.intDivide(s,1461);s-=1461*h;var u=i.intDivide(s,365);if(4==u&&(u=3),0==e)return 400*o+100*a+4*h+u+1;if(s-=365*u,1==e)return s+1;for(var l=3==u&&(24!=h||3==a)?n.c:n.b,c=s>>6;s>=l[c];)c++;return 2==e?c:s-l[c-1]+1},n.prototype.bd=function(t,e,r){if(t>=1&&t<=9999&&e>=1&&e<=12){var s=n.ac(t)?n.c:n.b;if(r>=1&&r<=s[e]-s[e-1]){var o=t-1;return 864e9*(365*o+i.intDivide(o,4)-i.intDivide(o,100)+i.intDivide(o,400)+s[e-1]+r-1)}}return-1},n.ac=function(t){return t%4==0&&(t%100!=0||t%400==0)},n.prototype.ck=function(t,e,r,s){var o=new b;this.l.as(t,o),o.d=this.g,o.h=this.i,o.v=this.u,o.eu=-1,o.s=1;var a=new i.CornerRadius(0,2);o.ke=a,o.kv=a,o.ec=0;var h=new C;this.l.aw(e,h),"prev"==s?(h.svgPath=n.bk,o.ih="btnPrev"):"next"==s&&(h.svgPath=n.bl,o.ih="btnNext"),o.appendButtonContent(r),o.s5=this.dp,o.s1=this.dj,o.sv=this.df,o.s0=this.di,o.s2=this.dk,o.bh=28,o.bg=28,this.aj.add(o)},n.prototype.cj=function(t,e,n){var r=new b;this.l.as(t,r),r.d=this.g,r.h=this.i,r.v=this.u,r.eu=-1,r.s=1,null!=this.u&&(r.v=this.u);var s=new i.CornerRadius(0,2);r.ke=s,r.kv=s,r.ec=0,r.appendButtonContent(e),r.s5=this.dp,r.s1=this.dj,r.sv=this.df,r.s0=this.di,r.s2=this.dk,r.bh=40,"month"==n?r.ih="btnMonth":"year"==n&&(r.ih="btnYear"),this.aj.add(r)},n.prototype.a=function(){var t=new Array(4);t[0]=!1,t[1]=!1,t[2]=!1,t[3]=!1;var e=this.aq.getFullYear(),n=i.dateGetMonth(this.aq);e==this.au.getFullYear()&&e==this.at.getFullYear()?(this.aj._inner[2].disabled=!0,n==i.dateGetMonth(this.au)&&n==i.dateGetMonth(this.at)?(this.aj._inner[0].disabled=!0,this.aj._inner[1].disabled=!0,this.aj._inner[3].disabled=!0):n==i.dateGetMonth(this.au)?(this.aj._inner[0].disabled=!0,this.aj._inner[1].disabled=!1,this.aj._inner[3].disabled=!1):n==i.dateGetMonth(this.at)?(this.aj._inner[0].disabled=!1,this.aj._inner[1].disabled=!1,this.aj._inner[3].disabled=!0):(this.aj._inner[0].disabled=!1,this.aj._inner[1].disabled=!1,this.aj._inner[3].disabled=!1)):(this.aj._inner[2].disabled=!1,e==this.au.getFullYear()?n==i.dateGetMonth(this.au)?(this.aj._inner[0].disabled=!0,this.aj._inner[1].disabled=!1,this.aj._inner[3].disabled=!1):(this.aj._inner[0].disabled=!1,this.aj._inner[1].disabled=!1,this.aj._inner[3].disabled=!1):e==this.at.getFullYear()?n==i.dateGetMonth(this.at)?(this.aj._inner[0].disabled=!1,this.aj._inner[1].disabled=!1,this.aj._inner[3].disabled=!0):(this.aj._inner[0].disabled=!1,this.aj._inner[1].disabled=!1,this.aj._inner[3].disabled=!1):(e>this.at.getFullYear()||e<this.au.getFullYear())&&(this.aj._inner[0].disabled=!0,this.aj._inner[1].disabled=!0,this.aj._inner[3].disabled=!0));for(var r=0;r<this.aj.count;r++)t[r]=this.aj._inner[r].disabled;return t},n.prototype.bx=function(){var t="";switch(i.dateGetMonth(this.aq)){case 1:t=i.stringIsNullOrWhiteSpace(this.x.b1("January_Short"))?"Jan":this.x.b1("January_Short");break;case 2:t=i.stringIsNullOrWhiteSpace(this.x.b1("February_Short"))?"Feb":this.x.b1("February_Short");break;case 3:t=i.stringIsNullOrWhiteSpace(this.x.b1("March_Short"))?"Mar":this.x.b1("March_Short");break;case 4:t=i.stringIsNullOrWhiteSpace(this.x.b1("April_Short"))?"Apr":this.x.b1("April_Short");break;case 5:t=i.stringIsNullOrWhiteSpace(this.x.b1("May_Short"))?"May":this.x.b1("May_Short");break;case 6:t=i.stringIsNullOrWhiteSpace(this.x.b1("June_Short"))?"Jun":this.x.b1("June_Short");break;case 7:t=i.stringIsNullOrWhiteSpace(this.x.b1("July_Short"))?"Jul":this.x.b1("July_Short");break;case 8:t=i.stringIsNullOrWhiteSpace(this.x.b1("August_Short"))?"Aug":this.x.b1("August_Short");break;case 9:t=i.stringIsNullOrWhiteSpace(this.x.b1("September_Short"))?"Sep":this.x.b1("September_Short");break;case 10:t=i.stringIsNullOrWhiteSpace(this.x.b1("October_Short"))?"Oct":this.x.b1("October_Short");break;case 11:t=i.stringIsNullOrWhiteSpace(this.x.b1("November_Short"))?"Nov":this.x.b1("November_Short");break;case 12:t=i.stringIsNullOrWhiteSpace(this.x.b1("December_Short"))?"Dec":this.x.b1("December_Short")}return t},n.prototype.by=function(){return this.aq.getFullYear().toString()},n.prototype.d=function(t){var e=new Array(2);return e[0]="",e[1]="",0==t?(e[0]=i.stringIsNullOrWhiteSpace(this.x.b1("Sunday_Full"))?"Sunday":this.x.b1("Sunday_Full"),e[1]=i.stringIsNullOrWhiteSpace(this.x.b1("Sunday_Single"))?"S":this.x.b1("Sunday_Single")):1==t?(e[0]=i.stringIsNullOrWhiteSpace(this.x.b1("Monday_Full"))?"Monday":this.x.b1("Monday_Full"),e[1]=i.stringIsNullOrWhiteSpace(this.x.b1("Monday_Single"))?"M":this.x.b1("Monday_Single")):2==t?(e[0]=i.stringIsNullOrWhiteSpace(this.x.b1("Tuesday_Full"))?"Tuesday":this.x.b1("Tuesday_Full"),e[1]=i.stringIsNullOrWhiteSpace(this.x.b1("Tuesday_Single"))?"T":this.x.b1("Tuesday_Single")):3==t?(e[0]=i.stringIsNullOrWhiteSpace(this.x.b1("Wednesday_Full"))?"Wednesday":this.x.b1("Wednesday_Full"),e[1]=i.stringIsNullOrWhiteSpace(this.x.b1("Wednesday_Single"))?"W":this.x.b1("Wednesday_Single")):4==t?(e[0]=i.stringIsNullOrWhiteSpace(this.x.b1("Thursday_Full"))?"Thursday":this.x.b1("Thursday_Full"),e[1]=i.stringIsNullOrWhiteSpace(this.x.b1("Thursday_Single"))?"T":this.x.b1("Thursday_Single")):5==t?(e[0]=i.stringIsNullOrWhiteSpace(this.x.b1("Friday_Full"))?"Friday":this.x.b1("Friday_Full"),e[1]=i.stringIsNullOrWhiteSpace(this.x.b1("Friday_Single"))?"F":this.x.b1("Friday_Single")):6==t&&(e[0]=i.stringIsNullOrWhiteSpace(this.x.b1("Saturday_Full"))?"Saturday":this.x.b1("Saturday_Full"),e[1]=i.stringIsNullOrWhiteSpace(this.x.b1("Saturday_Single"))?"S":this.x.b1("Saturday_Single")),e},n.prototype.n=function(t){return this.ai._inner[t]},n.prototype.ad=function(t){var e=this.ai._inner[t],n=this.ah._inner[t];return+this.aw!=+i.dateMinValue()&&e.b==this.aw.getDate()&&e.c==i.dateGetMonth(this.aw)&&e.d==this.aw.getFullYear()?(n.s5=this.dm,n.s1=this.dm,n.sv=this.dl,n.s0=this.dn,n.sw=this.df):e.b==this.av.getDate()&&e.c==i.dateGetMonth(this.av)&&e.d==this.av.getFullYear()?(n.s5=this.dh,n.s1=this.dj,n.sv=this.df,n.s0=this.di,n.sw=this.dg,n.be=1):(0!=e.a&&6!=e.a&&(e.c,i.dateGetMonth(this.aq)),n.s5=this.dp,n.s1=this.dj,n.sv=this.df,n.s0=this.di,n.sw=this.df),e.d>=this.au.getFullYear()&&e.d<=this.at.getFullYear()?e.d==this.au.getFullYear()&&e.d==this.at.getFullYear()?e.c==i.dateGetMonth(this.au)&&e.c==i.dateGetMonth(this.at)?e.b>=this.au.getDate()&&e.b<=this.at.getDate()?n.disabled=!1:n.disabled=!0:e.c>=i.dateGetMonth(this.au)&&e.c<=i.dateGetMonth(this.at)?e.c==i.dateGetMonth(this.au)?e.b>=this.au.getDate()?n.disabled=!1:n.disabled=!0:e.c==i.dateGetMonth(this.at)?e.b<=this.at.getDate()?n.disabled=!1:n.disabled=!0:n.disabled=!1:n.disabled=!0:e.d==this.au.getFullYear()?e.c>=i.dateGetMonth(this.au)?e.c==i.dateGetMonth(this.au)?e.b>=this.au.getDate()?n.disabled=!1:n.disabled=!0:n.disabled=!1:n.disabled=!0:e.d==this.at.getFullYear()?e.c<=i.dateGetMonth(this.at)?e.c==i.dateGetMonth(this.at)?e.b<=this.at.getDate()?n.disabled=!1:n.disabled=!0:n.disabled=!1:n.disabled=!0:n.disabled=!1:n.disabled=!0,n.disabled},n.prototype.aa=function(t,e){return this.aq.getFullYear()>=this.au.getFullYear()&&this.aq.getFullYear()<=this.at.getFullYear()?this.aq.getFullYear()==this.au.getFullYear()&&this.aq.getFullYear()==this.at.getFullYear()?e<i.dateGetMonth(this.au)||e>i.dateGetMonth(this.at)?this.ak._inner[t].disabled=!0:this.ak._inner[t].disabled=!1:this.aq.getFullYear()==this.au.getFullYear()?e<i.dateGetMonth(this.au)?this.ak._inner[t].disabled=!0:this.ak._inner[t].disabled=!1:this.aq.getFullYear()==this.at.getFullYear()&&e>i.dateGetMonth(this.at)?this.ak._inner[t].disabled=!0:this.ak._inner[t].disabled=!1:this.ak._inner[t].disabled=!0,this.ak._inner[t].disabled},n.prototype.ab=function(t,e){return e<this.au.getFullYear()||e>this.at.getFullYear()?this.al._inner[t].disabled=!0:this.al._inner[t].disabled=!1,this.al._inner[t].disabled},n.prototype.cc=function(t){this.aq=i.dateAddMonths(this.aq,t),this.cg()},n.prototype.cd=function(t){this.aq=i.dateFromValues(this.aq.getFullYear(),t,this.aq.getDate(),0,0,0,0),this.cg()},n.prototype.ce=function(t){var e=i.dateGetMonth(this.aq),n=this.aq.getDate();t==this.au.getFullYear()&&t==this.at.getFullYear()?e<i.dateGetMonth(this.au)?(e=i.dateGetMonth(this.au),n<this.au.getDate()&&(n=this.au.getDate())):e>i.dateGetMonth(this.at)?(e=i.dateGetMonth(this.at),n>this.at.getDate()&&(n=this.at.getDate())):e==i.dateGetMonth(this.au)&&e==i.dateGetMonth(this.at)?n<this.au.getDate()?n=this.au.getDate():n>this.at.getDate()&&(n=this.at.getDate()):e==i.dateGetMonth(this.au)?n<this.au.getDate()&&(n=this.au.getDate()):e==i.dateGetMonth(this.at)&&n>this.at.getDate()&&(n=this.at.getDate()):t==this.au.getFullYear()?e<i.dateGetMonth(this.au)?(e=i.dateGetMonth(this.au),n<this.au.getDate()&&(n=this.au.getDate())):e==i.dateGetMonth(this.au)&&n<this.au.getDate()&&(n=this.au.getDate()):t==this.at.getFullYear()&&(e>i.dateGetMonth(this.at)?(e=i.dateGetMonth(this.at),n>this.at.getDate()&&(n=this.at.getDate())):e==i.dateGetMonth(this.at)&&n>this.at.getDate()&&(n=this.at.getDate())),this.aq=i.dateFromValues(t,e,n,0,0,0,0),this.cg()},n.prototype.cz=function(t,e){e<0?t--:t++,this.l.a4(t)},n.prototype.cy=function(){this.l.aq()},n.prototype.bj=function(){return this.j()},n.prototype.bs=function(){return this.j().o()},n.prototype.j=function(){var t=new B;t.i=this.i,t.h=this.g,t.e=i.AppearanceHelper.a(this.dl),t.g=i.AppearanceHelper.a(this.dn),t.c=i.AppearanceHelper.a(this.di),t.f=i.AppearanceHelper.a(this.dm),t.d=i.AppearanceHelper.a(this.dj),t.b=i.AppearanceHelper.a(this.dh),t.a=i.AppearanceHelper.a(this.dg),t.j=new i.List$1(d.$,0),t.k=new i.List$1(N.$,0),t.l=new i.List$1(N.$,0);var e=this.l.w();t.n=e;var n=this.l.a(),r=n[0],s=n[1];if("day"==e){for(var o=0;o<this.aj.count;o++){null==this.aj._inner[o].ih&&(this.aj._inner[o].ih="header"+o.toString());var a=this.aj._inner[o].ey();a.s=a.s-r,a.q=a.q-s,t.j.add(a)}for(var h=0;h<this.ah.count;h++){null==this.ah._inner[h].ih&&(this.ah._inner[h].ih="days"+h.toString());var u=this.ah._inner[h].ey();u.s=u.s-r,u.q=u.q-s,t.j.add(u)}if(1==this.ae){this.k.ih="todayButton";var l=this.k.ey();l.s=l.s-r,l.q=l.q-s,t.j.add(l)}for(var c=this.l.k(),p=0;p<c.count;p++){var f=new N,b=this.l.b(c._inner[p]);f.e=b[0]-r,f.d=b[1]-s,f.c=i.NativeUI.c(c._inner[p].parent()),f.f=i.NativeUI.h(c._inner[p].parent()),f.b=i.AppearanceHelper.a(i.NativeUI.af(c._inner[p])),f.g=c._inner[p].getText(),t.k.add(f)}if(1==this.af)for(var g=this.l.l(),y=0;y<g.count;y++){var m=new N,v=this.l.b(g._inner[y]);m.e=v[0]-r,m.d=v[1]-s,m.c=i.NativeUI.c(g._inner[y].parent()),m.f=i.NativeUI.h(g._inner[y].parent()),m.b=i.AppearanceHelper.a(i.NativeUI.af(g._inner[y])),m.a=i.AppearanceHelper.a(i.NativeUI.ae(g._inner[y])),m.g=g._inner[y].getText(),t.l.add(m)}}else if("month"==e)for(var _=0;_<this.ak.count;_++){null==this.ak._inner[_].ih&&(this.ak._inner[_].ih="months"+_.toString());var C=this.ak._inner[_].ey();C.s=C.s-r,C.q=C.q-s,t.j.add(C)}else if("year"==e)for(var j=0;j<this.al.count;j++){null==this.al._inner[j].ih&&(this.al._inner[j].ih="years"+j.toString());var S=this.al._inner[j].ey();S.s=S.s-r,S.q=S.q-s,t.j.add(S)}if(null!=this.v){var k=this.v;if(null!=this.l&&null==k.n){var T=this.l.m,P=i.FontUtil.getFontInfoFromString(T,k.fontString);k.n=P.n,k.d=P.d,k.o=P.o,k.q=P.q,k.r=P.r,k.s=P.s}null!=k.n&&(t.p=k.n),i.isNaN_(k.d)||(t.m=k.d),null!=k.s&&(t.t=k.s),null!=k.q&&(t.r=k.q),null!=k.o&&(t.q=k.q)}return t},n.$t=i.markType(n,"Calendar",i.Base.$,[i.INotifyPropertyChanged_$type]),n.bk="M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z",n.bl="M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z",n.b=[0,31,59,90,120,151,181,212,243,273,304,334,365],n.c=[0,31,60,91,121,152,182,213,244,274,305,335,366],n}(i.Base),F=function(){function t(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated()}return t.prototype.createImplementation=function(){return new w},Object.defineProperty(t.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),t.prototype.onImplementationCreated=function(){},t.prototype._provideImplementation=function(t){this._implementation=t,this._implementation.externalObject=this,this.onImplementationCreated()},Object.defineProperty(t.prototype,"oldValue",{get:function(){return this.i.oldValue},set:function(t){this.i.oldValue=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"newValue",{get:function(){return this.i.newValue},set:function(t){this.i.newValue=t},enumerable:!0,configurable:!0}),t}(),U=function(t){function n(){var e=t.call(this)||this;e._disconnected=!1,e._settingAttributes=!1,e._attached=!1,e._queuedSetAttributes=[],e._updatingFromAttribute=!1,e.__p=null,e._hasUserValues=new Set,e._stylingContainer=null,e._stylingParent=null,e._inStyling=!1,e._valueChanged=null,e._valueChanged_wrapped=null,e._styling&&i.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(e)),e._renderer=new i.WebComponentRenderer(e,document,!0,null),e._implementation=e.createImplementation(),e._container=e._renderer.createElement("div"),e._renderer.updateRoot(e._container);var n=e.i;return e._calendar=n,e._renderer.addSizeWatcher((function(){e._calendar.notifySizeChanged()})),e}return e.__extends(n,t),Object.defineProperty(n.prototype,"height",{get:function(){return this._height},set:function(t){this._height=t,this.style.height=t,this.i.notifySizeChanged()},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"width",{get:function(){return this._width},set:function(t){this._width=t,this.style.width=t,this.i.notifySizeChanged()},enumerable:!0,configurable:!0}),n.prototype.updateStyle=function(){this._styling(this,this)},n.prototype.destroy=function(){this._calendar.destroy()},n.prototype.createImplementation=function(){return new A},n.prototype.disconnectedCallback=function(){this._disconnected=!0},n.prototype.connectedCallback=function(){if(this._disconnected)this._disconnected=!1;else{this.classList.add("ig-calendar"),this.classList.add("igc-calendar");var t=this._renderer.rootWrapper.getNativeElement();this.appendChild(t),this._attached=!0,this.style.display="block",this.style.height=this._height,this.style.width=this._width,this._calendar.provideContainer(this._renderer),this._calendar.notifySizeChanged(),this._flushQueuedAttributes(),this._styling(this,this),this.afterContentInit()}},n.prototype.afterContentInit=function(){this.i.notifySizeChanged()},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n._createFromInternal=function(t){if(!t)return null;if(!t.$type)return null;var e="Igc"+t.$type.name+"Component";return i.TypeRegistrar.isRegistered(e)?i.TypeRegistrar.create(e):null},n.prototype._enqueueSetAttribute=function(t,e){this._queuedSetAttributes.push({attrName:t,attrValue:e})},n.prototype._flushQueuedAttributes=function(){this._settingAttributes=!0;for(var t=0;t<this._queuedSetAttributes.length;t++)this.setAttribute(this._queuedSetAttributes[t].attrName,this._queuedSetAttributes[t].attrValue);this._settingAttributes=!1,this._queuedSetAttributes.length=0},n.prototype._a=function(t,e){this._updatingFromAttribute||(e&&(e=e.toString()),this._settingAttributes=!0,t=i.toSpinal(t),this._attached?this.setAttribute(t,e):this._enqueueSetAttribute(t,e),this._settingAttributes=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcCalendarComponent){for(var t=i.getAllPropertyNames(n),e=0;e<t.length;e++)t[e]=i.toSpinal(t[e]);n._observedAttributesIgcCalendarComponent=t}return n._observedAttributesIgcCalendarComponent},enumerable:!0,configurable:!0}),n.prototype.attributeChangedCallback=function(t,e,n){if(!this._settingAttributes){var r=i.fromSpinal(t);this._updatingFromAttribute=!0,this[r]=n,this._updatingFromAttribute=!1}},n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,i.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"value",{get:function(){return this.i.aw},set:function(t){this.i.aw=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"today",{get:function(){return this.i.av},set:function(t){this.i.av=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"minDate",{get:function(){return this.i.au},set:function(t){this.i.au=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"maxDate",{get:function(){return this.i.at},set:function(t){this.i.at=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"density",{get:function(){return this.i.i},set:function(t){this.i.i=i.ensureEnum(i.ControlDisplayDensity_$type,t),this._a("density",i.enumToString(i.ControlDisplayDensity_$type,this.i.i))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"baseTheme",{get:function(){return this.i.g},set:function(t){this.i.g=i.ensureEnum(i.BaseControlTheme_$type,t),this._a("baseTheme",i.enumToString(i.BaseControlTheme_$type,this.i.g))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"backgroundColor",{get:function(){return i.brushToString(this.i.df)},set:function(t){this.i.df=i.stringToBrush(t),this._a("backgroundColor",i.brushToString(this.i.df))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"selectedDateBackgroundColor",{get:function(){return i.brushToString(this.i.dl)},set:function(t){this.i.dl=i.stringToBrush(t),this._a("selectedDateBackgroundColor",i.brushToString(this.i.dl))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"selectedFocusDateBackgroundColor",{get:function(){return i.brushToString(this.i.dn)},set:function(t){this.i.dn=i.stringToBrush(t),this._a("selectedFocusDateBackgroundColor",i.brushToString(this.i.dn))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"focusDateBackgroundColor",{get:function(){return i.brushToString(this.i.di)},set:function(t){this.i.di=i.stringToBrush(t),this._a("focusDateBackgroundColor",i.brushToString(this.i.di))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hoverBackgroundColor",{get:function(){return i.brushToString(this.i.dk)},set:function(t){this.i.dk=i.stringToBrush(t),this._a("hoverBackgroundColor",i.brushToString(this.i.dk))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"textColor",{get:function(){return i.brushToString(this.i.dp)},set:function(t){this.i.dp=i.stringToBrush(t),this._a("textColor",i.brushToString(this.i.dp))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"selectedDateTextColor",{get:function(){return i.brushToString(this.i.dm)},set:function(t){this.i.dm=i.stringToBrush(t),this._a("selectedDateTextColor",i.brushToString(this.i.dm))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"focusDateTextColor",{get:function(){return i.brushToString(this.i.dj)},set:function(t){this.i.dj=i.stringToBrush(t),this._a("focusDateTextColor",i.brushToString(this.i.dj))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"currentDateTextColor",{get:function(){return i.brushToString(this.i.dh)},set:function(t){this.i.dh=i.stringToBrush(t),this._a("currentDateTextColor",i.brushToString(this.i.dh))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"currentDateBorderColor",{get:function(){return i.brushToString(this.i.dg)},set:function(t){this.i.dg=i.stringToBrush(t),this._a("currentDateBorderColor",i.brushToString(this.i.dg))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"showTodayButton",{get:function(){return this.i.ae},set:function(t){this.i.ae=i.ensureBool(t),this._a("showTodayButton",this.i.ae)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"textStyle",{get:function(){return null==this.i.v?null:this.i.v.fontString},set:function(t){var e=new i.FontInfo;e.fontString=t,this.i.v=e,this._a("textStyle",null!=this.i.v?this.i.v.fontString:"")},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"firstDayOfWeek",{get:function(){return this.i.p},set:function(t){this.i.p=i.ensureEnum(T,t),this._a("firstDayOfWeek",i.enumToString(T,this.i.p))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"firstWeekOfYear",{get:function(){return this.i.s},set:function(t){this.i.s=i.ensureEnum(O,t),this._a("firstWeekOfYear",i.enumToString(O,this.i.s))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"showWeekNumbers",{get:function(){return this.i.af},set:function(t){this.i.af=i.ensureBool(t),this._a("showWeekNumbers",this.i.af)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hasUserValues",{get:function(){return this._hasUserValues},enumerable:!0,configurable:!0}),n.prototype.__m=function(t){this._inStyling||this._hasUserValues.add(t)},n.prototype._styling=function(t,e,n){if(!this._inStyling){this._inStyling=!0,this._stylingContainer=t,this._stylingParent=e;var r,s=this.i.$type.name;0===s.indexOf("Xam")&&(s=s.substring(3)),r=i.toSpinal("CalendarComponent");var o=[],a=i.toSpinal(s);o.push(a+"-");for(var h=this.i.$type.baseType;h&&"Object"!=h.name&&"Base"!=h.name&&"Control"!=h.name&&"DependencyObject"!=h.Name&&"FrameworkElement"!=h.Name;){0===(s=h.name).indexOf("Xam")&&(s=s.substring(3));var u=i.toSpinal(s);o.push(u+"-"),h=h.baseType}if(n){var l=n.i.$type.name;0===l.indexOf("Xam")&&(l=l.substring(3));var c=i.toSpinal(l);o.push(c+"-"+r+"-"),o.push(c+"-"+a+"-")}i.initializePropertiesFromCss(t,this,r+"-",this.hasUserValues,!1,o),this._otherStyling&&this._otherStyling(t,e,n),this._inStyling=!1}},n.prototype.exportVisualModel=function(){return this.i.bj()},n.prototype.exportSerializedVisualModel=function(){return this.i.bs()},Object.defineProperty(n.prototype,"valueChanged",{get:function(){return this._valueChanged},set:function(t){var e=this;null!==this._valueChanged_wrapped&&(this.i.valueChanged=i.delegateRemove(this.i.valueChanged,this._valueChanged_wrapped),this._valueChanged_wrapped=null,this._valueChanged=null),this._valueChanged=t,this._valueChanged_wrapped=function(t,i){var n=new F;n._provideImplementation(i),e.beforeValueChanged&&e.beforeValueChanged(e,n),e._valueChanged&&e._valueChanged(e,n)},this.i.valueChanged=i.delegateCombine(this.i.valueChanged,this._valueChanged_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcCalendarComponent=null,n.htmlTagName="igc-calendar",n._isElementRegistered=!1,n}(HTMLElement),R=function(){function t(){}return t.register=function(){m.register(),S.register(),U.register(),i.TypeRegistrar.registerCons("IgcCalendarComponent",U),i.TypeRegistrar.registerCons("IgcCalendarComponent",U),i.TypeRegistrar.register("Calendar",A.$type)},t}(),q=function(t){return t[t.Line=0]="Line",t[t.Box=1]="Box",t[t.Border=2]="Border",t}({}),D=i.markEnum("SuffixShiftType","Line,0|Box,1|Border,2"),E=function(t){return t[t.Line=0]="Line",t[t.Box=1]="Box",t[t.Border=2]="Border",t}({}),W=i.markEnum("PrefixShiftType","Line,0|Box,1|Border,2"),z=function(t){return t[t.Line=0]="Line",t[t.Box=1]="Box",t[t.Border=2]="Border",t}({}),H=i.markEnum("InputShiftType","Line,0|Box,1|Border,2"),M=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.a=0,e.c=!1,e.b=!1,e.d=null,e}return e.__extends(n,t),n.prototype.e=function(){var t=new i.StringBuilder(0);return t.l("{"),t.l("shiftType : "+this.a+", "),t.l("isHover : "+this.c+", "),t.l("isDisabled : "+this.b+", "),t.l('name : "'+this.d+'", '),t.l("}"),t.toString()},n.$t=i.markType(n,"SuffixVisualModelExport"),n}(i.Base),$=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.a=0,e.c=!1,e.b=!1,e.d=null,e}return e.__extends(n,t),n.prototype.e=function(){var t=new i.StringBuilder(0);return t.l("{"),t.l("shiftType : "+i.enumGetBox(W,this.a)+", "),t.l("isHover : "+this.c+", "),t.l("isDisabled : "+this.b+", "),t.l('name : "'+this.d+'", '),t.l("}"),t.toString()},n.$t=i.markType(n,"PrefixVisualModelExport"),n}(i.Base),L=function(t){return t[t.Line=0]="Line",t[t.Box=1]="Box",t[t.Border=2]="Border",t[t.Search=3]="Search",t}({}),G=i.markEnum("InputGroupDisplayType","Line,0|Box,1|Border,2|Search,3"),V=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.f=0,e.e=0,e.b=null,e.o=0,e.p=0,e.z=null,e.aa=null,e.x=0,e.w=0,e.t=0,e.c=null,e.d=null,e.u=0,e.s=0,e.q=0,e.r=0,e.v=0,e.a=null,e.g=!1,e.j=!1,e.i=!1,e.h=!1,e.m=null,e.l=null,e.k=null,e.n=null,e}return e.__extends(n,t),n.prototype.y=function(){var t=new i.StringBuilder(0);t.l("{"),t.l("actualDensity : "+this.f+", "),t.l("baseTheme : "+this.e+", "),t.l("actualBorderColor : "+this.b.serialize()+", "),t.l("actualBorderWidth : "+this.o+", "),t.l("actualFocusBorderWidth : "+this.p+", "),t.l("actualContentPadding : { left: "+this.aa.c+",top: "+this.aa.e+",right: "+this.aa.d+",bottom: "+this.aa.b+"},"),t.l("actualUnderlineWidth : "+this.x+", "),t.l("actualUnderlineRippleWidth : "+this.w+", "),t.l("actualBackgroundColor : "+this.a.serialize()+", "),t.l("actualHoverUnderlineWidth : "+this.t+", "),t.l("actualUnderlineColor : "+this.c.serialize()+", "),t.l("actualUnderlineRippleColor : "+this.d.serialize()+", "),t.l("actualUnderlineOpacity : "+this.u+", "),t.l("actualHoverUnderlineOpacity : "+this.s+", "),t.l("actualFocusUnderlineOpacity : "+this.q+", "),t.l("actualFocusUnderlineRippleOpacity : "+this.r+", "),t.l("actualUnderlineRippleOpacity : "+this.v+", "),t.l("actualBackgroundColor : "+this.a.serialize()+", "),t.l("actualIsExpanded : "+this.g+", "),t.l("isHovered : "+this.j+", "),t.l("isFocused : "+this.i+", "),t.l("isDisabled : "+this.h+", "),t.l("prefixModels : [");for(var e=0;e<this.m.count;e++)0!=e&&t.l(","),t.l(this.m._inner[e].e());t.l("],"),t.l("labelModels: [");for(var n=0;n<this.l.count;n++){0!=n&&t.l(",");this.l._inner[n].p.charAt(0).toString().toLowerCase(),this.l._inner[n].p.substr(1);t.l(this.l._inner[n].q())}t.l("],"),t.l("inputModels : [");for(var r=0;r<this.k.count;r++){0!=r&&t.l(",");this.k._inner[r].k.charAt(0).toString().toLowerCase(),this.k._inner[r].k.substr(1);t.l(this.k._inner[r].n())}t.l("],"),t.l("suffixModels : [");for(var s=0;s<this.n.count;s++){0!=s&&t.l(",");this.n._inner[s].d.charAt(0).toString().toLowerCase(),this.n._inner[s].d.substr(1);t.l(this.n._inner[s].e())}return t.l("]"),t.l("}"),t.toString()},n.$t=i.markType(n,"InputGroupVisualModelExport"),n}(i.Base),K=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.b=0,e.d=0,e.c=0,e.a=null,e.u=null,e.v=null,e.w=null,e.k=0,e.s=null,e.t=null,e.e=0,e.i=!1,e.g=!1,e.m=null,e.n=null,e.o=null,e.l=null,e.r=null,e.h=!1,e.j=!1,e.f=!1,e.p=null,e}return e.__extends(n,t),n.prototype.q=function(){var t=new i.StringBuilder(0);return t.l("{"),t.l("baseTheme : "+this.b+", "),t.l("density : "+this.d+", "),t.l("actualDensity : "+this.c+", "),t.l("actualTextColor : "+this.a.serialize()+", "),i.stringIsNullOrEmpty(this.u)||t.l('textStyleFontStyle : "'+this.u+'", '),i.stringIsNullOrEmpty(this.v)||t.l('textStyleFontVariant : "'+this.v+'", '),i.stringIsNullOrEmpty(this.w)||t.l('textStyleFontWeight : "'+this.w+'", '),i.stringIsNullOrEmpty(this.s)||t.l('textStyleFontFamily : "'+this.s+'", '),i.stringIsNullOrEmpty(this.t)||t.l('textStyleFontStretch : "'+this.t+'", '),i.isNaN_(this.k)||t.l("textStyleFontSize : "+this.k+", "),t.l("shiftType : "+this.e+", "),t.l("isShifted : "+this.i+", "),t.l("isHighlighted : "+this.g+", "),t.l('display : "'+this.m+'", '),t.l('flexDirection : "'+this.n+'", '),t.l('flexGrow : "'+this.o+'", '),t.l('alignItems :"'+this.l+'", '),t.l('text : "'+this.r+'", '),t.l("isHover : "+this.h+", "),t.l("value : "+this.j+", "),t.l("isDisabled : "+this.f+", "),t.l('name : "'+this.p+'", '),t.l("}"),t.toString()},n.$t=i.markType(n,"LabelVisualModelExport"),n}(i.Base),Y=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.h=0,e.f=0,e.c=0,e.b=0,e.j=null,e.m=null,e.d=!1,e.a=null,e.q=null,e.r=null,e.s=null,e.g=0,e.o=null,e.p=null,e.i=null,e.l=null,e.e=!1,e.t=null,e.k=null,e}return e.__extends(n,t),n.prototype.n=function(){var t=new i.StringBuilder(0);return t.l("{"),t.l("top : "+this.h+", "),t.l("left : "+this.f+", "),t.l("shiftType : "+this.c+", "),t.l("actualDensity : "+this.b+", "),t.l('mask : "'+this.j+'", '),t.l('promptChar : "'+this.m+'", '),t.l("includeLiterals : "+this.d+", "),t.l("actualTextColor : "+this.a.serialize()+", "),i.stringIsNullOrEmpty(this.q)||t.l('textStyleFontStyle : "'+this.q+'", '),i.stringIsNullOrEmpty(this.r)||t.l('textStyleFontVariant : "'+this.r+'", '),i.stringIsNullOrEmpty(this.s)||t.l('textStyleFontWeight : "'+this.s+'", '),i.stringIsNullOrEmpty(this.o)||t.l('textStyleFontFamily : "'+this.o+'", '),i.stringIsNullOrEmpty(this.p)||t.l('textStyleFontStretch : "'+this.p+'", '),i.isNaN_(this.g)||t.l("textStyleFontSize : "+this.g+", "),t.l('inputType : "'+this.i+'", '),t.l('placeholder : "'+this.l+'", '),t.l("isHover : "+this.e+", "),t.l('value : "'+this.t+'", '),t.l('name : "'+this.k+'", '),t.l("}"),t.toString()},n.$t=i.markType(n,"InputVisualModelExport"),n}(i.Base),J=function(t){return t[t.Line=0]="Line",t[t.Box=1]="Box",t[t.Border=2]="Border",t}({}),X=i.markEnum("LabelShiftType","Line,0|Box,1|Border,2"),Q=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.b=null,e.a=0,e}return e.__extends(n,t),n.$t=i.markType(n,"Replaced"),n}(i.Base),Z=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}var r;return e.__extends(n,t),n.prototype.h=function(t,n){var r,s,o,a,h="",u="",l=n.a,c=this.d(l),p=new i.List$1(i.Number_$type,1,c.keys),d=this.e(l,p),f=new i.List$1(i.String_$type,1,c.values);null!=t&&(u=t.toString());for(var b=0;b<l.length;b++)h+=n.b;try{for(var g=e.__values(i.fromEnum(c)),y=g.next();!y.done;y=g.next()){var m=y.value;h=this.j(h,m.key,m.value)}}catch(t){r={error:t}}finally{try{y&&!y.done&&(s=g.return)&&s.call(g)}finally{if(r)throw r.error}}if(""==u)return h;for(var v=this.f(u,f),_=0;_<v.count;_++){var C=v._inner[_];this.c(C,d._inner[_],l)||C==n.b||(v._inner[_]=n.b)}v.count>d.count&&v.v(d.count+1,v.count);var j=0;try{for(var S=e.__values(i.fromEnum(v)),k=S.next();!k.done;k=S.next()){var T=k.value;h=this.j(h,d._inner[j++],T)}}catch(t){o={error:t}}finally{try{k&&!k.done&&(a=S.return)&&a.call(S)}finally{if(o)throw o.error}}return h},n.prototype.i=function(t,n){var r,s,o="",a=n.a,h=this.d(a),u=new i.HashSet$1(i.String_$type,0);try{for(var l=e.__values(i.fromEnum(h.values)),c=l.next();!c.done;c=l.next()){var p=c.value;u.add_1(p)}}catch(t){r={error:t}}finally{try{c&&!c.done&&(s=l.return)&&s.call(l)}finally{if(r)throw r.error}}for(var d=0;d<t.length;d++){var f=t.charAt(d).toString();u.contains(f)||f!=n.b&&(o+=f)}return o},n.prototype.a=function(t,e,n,r,s){for(var o=this.d(n.a),a=new i.ObservableCollection$1(i.String_$type,0),h=0;h<e.length;h++)a.add(e.charAt(h).toString());var u=r;s=Math.min(s,t.length);for(var l=r;l<s||a.count>0&&l<t.length;l++)if(o.containsKey(l))a._inner[0]==t.charAt(l).toString()&&(u=l+1,a.removeAt(0));else{if(null!=a._inner[0]&&!this.c(a._inner[0].toString(),l,n.a)&&a._inner[0].toString()!=n.b)break;var c=n.b;a.count>0&&(u=l+1,c=a._inner[0],a.removeAt(0)),t=this.j(t,l,c)}var p=new Q;return p.b=t,p.a=u,p},n.prototype.j=function(t,e,i){return null!=t?t.substr(0,e)+i+t.substr(e+1):null},n.prototype.b=function(t,e){return t.test(e)},n.prototype.c=function(t,e,i){var n,r;switch(i.charAt(e)){case"C":r=""!=t;break;case"&":n=new RegExp("[\\u0020]"),r=!this.b(n,t);break;case"a":n=new RegExp("[\\d\\u00C0-\\u1FFF\\u2C00-\\uD7FFa-zA-Z\\u0020]"),r=this.b(n,t);break;case"A":n=new RegExp("[\\d\\u00C0-\\u1FFF\\u2C00-\\uD7FFa-zA-Z]"),r=this.b(n,t);break;case"?":n=new RegExp("[\\u00C0-\\u1FFF\\u2C00-\\uD7FFa-zA-Z\\u0020]"),r=this.b(n,t);break;case"L":n=new RegExp("[\\u00C0-\\u1FFF\\u2C00-\\uD7FFa-zA-Z]"),r=this.b(n,t);break;case"0":n=new RegExp("[\\d]"),r=this.b(n,t);break;case"9":n=new RegExp("[\\d\\u0020]"),r=this.b(n,t);break;case"#":n=new RegExp("[\\d-\\+\\s]"),r=this.b(n,t);break;default:r=!1}return r},n.prototype.d=function(t){for(var e=new i.Dictionary$2(i.Number_$type,i.String_$type,0),r=0;r<t.length;r++){var s=t.charAt(r);n.g.contains(s)||e.addItem(r,s.toString())}return e},n.prototype.e=function(t,e){for(var n=new i.List$1(i.Number_$type,0),r=0;r<t.length;r++)e.contains(r)||n.add(r);return n},n.prototype.f=function(t,e){for(var n=new i.List$1(i.String_$type,0),r=0;r<t.length;r++){var s=t.charAt(r).toString();e.contains(s)||(e.remove(s),n.add(s))}return n},n.$t=i.markType(n,"MaskParsingService"),n.g=((r=new i.List$1(i.String_$type,0)).add("C"),r.add("&"),r.add("a"),r.add("A"),r.add("?"),r.add("L"),r.add("9"),r.add("0"),r.add("#"),r),n}(i.Base),tt=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e._value=null,e._isCompositionInProgress=!1,e}return e.__extends(n,t),Object.defineProperty(n.prototype,"value",{get:function(){return this._value},set:function(t){this._value=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isCompositionInProgress",{get:function(){return this._isCompositionInProgress},set:function(t){this._isCompositionInProgress=t},enumerable:!0,configurable:!0}),n.$t=i.markType(n,"InputChangeEventArgs",i.EventArgs.$),n}(i.EventArgs),et=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.a=null,e.b=null,e}return e.__extends(n,t),n.$t=i.markType(n,"MaskOptions"),n}(i.Base),it=function(t){function n(){var e=t.call(this)||this;return e.d=null,e.l=null,e.e=null,e.i=new i.List$1(i.Delegate_$type,0),e.z=null,e.f=!0,e.n=null,e.o=null,e.p=null,e.t=null,e.r=null,e.q=null,e.m=null,e}return e.__extends(n,t),n.prototype.ak=function(){},n.prototype.ac=function(t){},n.prototype.ae=function(t){},n.prototype.ad=function(){},n.prototype.g=function(){return!0},Object.defineProperty(n.prototype,"w",{get:function(){return this.n},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"as",{get:function(){return null},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h",{get:function(){return!0},enumerable:!0,configurable:!0}),n.prototype.ah=function(t){var n,r,s=this;if(null==t){try{for(var o=e.__values(i.fromEnum(this.i)),a=o.next();!a.done;a=o.next()){(0,a.value)()}}catch(t){n={error:t}}finally{try{a&&!a.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}this.i.clear()}this.l=t,t.rootWrapper.setStyleProperty("position","relative"),t.rootWrapper.setStyleProperty("box-sizing","border-box"),t.rootWrapper.setStyleProperty("border-width","0px"),t.rootWrapper.setStyleProperty("border-style","solid");var h=this.v;this.i.add(h.listen("focusin",i.runOn(this,this.aj))),this.i.add(h.listen("focusout",i.runOn(this,this.am)));var u=this.l.createElement("div");u.setStyleProperty("position","absolute"),u.setStyleProperty("width","100%"),u.setStyleProperty("height","100%"),u.setStyleProperty("border-style","solid"),u.setStyleProperty("box-sizing","border-box"),u.setStyleProperty("left","0px"),u.setStyleProperty("top","0px"),this.l.append(u),this.m=u;var l=this.l.createElement("div");l.addClass("ig-input-content"),l.setStyleProperty("width","100%"),l.setStyleProperty("position","relative"),l.setStyleProperty("display","flex"),l.setStyleProperty("flex-direction","row"),l.setStyleProperty("flex-wrap","no-wrap"),l.setStyleProperty("flex-flow","row nowrap"),l.setStyleProperty("flex-grow","1"),l.setStyleProperty("align-items","center"),l.setStyleProperty("padding-top","1.125rem"),this.p=l,this.i.add(l.listen("click",i.runOn(this,this.aa))),this.l.append(l),this.l.getPortal(l,"ChildContent",(function(t){var e=t.componentRef;s.t=e,s.p.setStyleProperty("flex-direction","row")}),!0);var c=this.l.createElement("div");c.setStyleProperty("position","absolute"),c.setStyleProperty("width","100%"),c.setStyleProperty("background-color","rgba(0, 0, 0, 0.54)"),c.setStyleProperty("height","1px"),c.setStyleProperty("pointer-events","none"),c.setStyleProperty("left","0px"),c.setStyleProperty("bottom","1px"),c.setStyleProperty("overflow","visible");var p,d=this.l.createElement("span");d.setStyleProperty("width","100%"),d.setStyleProperty("height","2px"),d.setStyleProperty("display","block"),d.setStyleProperty("pointer-events","none"),i.NativeUI.z(d,((p=new i.ScaleTransform).l=.5,p.m=1,p)),d.setStyleProperty("opacity","0"),this.r=d,c.append(this.r),this.q=c,this.l.append(c),this.d.me()},Object.defineProperty(n.prototype,"s",{get:function(){return this.p},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"v",{get:function(){return this.l.rootWrapper},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"u",{get:function(){return this.m},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"x",{get:function(){return this.q},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"y",{get:function(){return this.r},enumerable:!0,configurable:!0}),n.prototype.aq=function(t){this.z!=t&&(this.z=t,null!=this.o&&this.o.setAttribute("d",this.z))},n.prototype.ap=function(){switch(this.d.g){case 1:this.p.setStyleProperty("padding-top","1.125rem");break;case 2:this.p.setStyleProperty("padding-top",".94737rem");break;case 3:this.p.setStyleProperty("padding-top",".81818rem")}},n.prototype.aa=function(t){},n.prototype.al=function(){this.g()},n.prototype.j=function(){var t=this.l.rootWrapper.getStyleProperty("height");return parseFloat(i.stringReplace(t,"px",""))},n.prototype.ag=function(){this.f=!0},n.prototype.ai=function(){var t,n;this.f=!1;try{for(var r=e.__values(i.fromEnum(this.i)),s=r.next();!s.done;s=r.next()){(0,s.value)()}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}this.i.clear()},n.prototype.ar=function(t){null!=t&&this.l.rootWrapper.setStyleProperty("font",t.fontString)},n.prototype.k=function(t){return t.view.i()},n.prototype.af=function(){null==i.KeyFrameAnimationFactory.h&&(i.KeyFrameAnimationFactory.h=this.l)},n.prototype.a=function(t){return new i.AnimationKeyFrameEffect(0,this.u,0,null,t)},n.prototype.c=function(t){return new i.AnimationKeyFrameEffect(0,this.x,0,null,t)},n.prototype.b=function(t){return new i.AnimationKeyFrameEffect(0,this.r,0,null,t)},n.prototype.ao=function(t){},n.prototype.ab=function(t){this.p.append(t)},n.prototype.an=function(t){this.p.removeChild(t)},n.prototype.aj=function(t){this.d.ma()},n.prototype.am=function(t){this.d.mc()},n.$t=i.markType(n,"InputGroupView"),n}(i.Base),nt=function(t){function n(){var e=t.call(this)||this;return e.a=null,e.g=null,e.b=null,e.e=new i.List$1(i.Delegate_$type,0),e.c=!0,e.h=null,e}return e.__extends(n,t),n.prototype.o=function(){},n.prototype.d=function(){return!0},Object.defineProperty(n.prototype,"r",{get:function(){return null},enumerable:!0,configurable:!0}),n.prototype.m=function(t){var n,r;if(null==t){try{for(var s=e.__values(i.fromEnum(this.e)),o=s.next();!o.done;o=s.next()){(0,o.value)()}}catch(t){n={error:t}}finally{try{o&&!o.done&&(r=s.return)&&r.call(s)}finally{if(n)throw n.error}}this.e.clear()}this.g=t,this.g.rootWrapper.setStyleProperty("display","inline-block");var a=this.g.createElement("div");a.addClass("ig-suffix-content"),this.g.append(a),a.setStyleProperty("cursor","pointer"),this.h=a,this.g.getPortal(a,"ChildContent",(function(t){}),!0),this.a.am()},n.prototype.q=function(){var t,e=this,n=new i.TransformGroup;n.j.add(((t=new i.TranslateTransform).k=2==e.a.k?-.25*e.f():0,t)),n.j.add(function(){var t=new i.ScaleTransform;return t.l=1,t.m=1,t}()),i.NativeUI.z(this.g.rootWrapper,n),this.g.rootWrapper.setStyleProperty("transform-origin","0px 0px")},n.prototype.f=function(){var t=this.g.rootWrapper.getStyleProperty("height");return parseFloat(i.stringReplace(t,"px",""))},n.prototype.p=function(){this.d()},n.prototype.i=function(t){this.a.aj()},n.prototype.j=function(t){this.a.ak()},n.prototype.l=function(){this.c=!0,this.e.add(this.g.rootWrapper.listen("mouseenter",i.runOn(this,this.i))),this.e.add(this.g.rootWrapper.listen("mouseleave",i.runOn(this,this.j)))},n.prototype.n=function(){var t,n;this.c=!1;try{for(var r=e.__values(i.fromEnum(this.e)),s=r.next();!s.done;s=r.next()){(0,s.value)()}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}this.e.clear()},n.prototype.k=function(t){this.h.append(t)},n.$t=i.markType(n,"SuffixView"),n}(i.Base),rt=function(t){function n(){var e=t.call(this)||this;return e.a=null,e.g=null,e.b=null,e.e=new i.List$1(i.Delegate_$type,0),e.c=!0,e.h=null,e}return e.__extends(n,t),n.prototype.o=function(){},n.prototype.d=function(){return!0},Object.defineProperty(n.prototype,"r",{get:function(){return null},enumerable:!0,configurable:!0}),n.prototype.m=function(t){var n,r;if(null==t){try{for(var s=e.__values(i.fromEnum(this.e)),o=s.next();!o.done;o=s.next()){(0,o.value)()}}catch(t){n={error:t}}finally{try{o&&!o.done&&(r=s.return)&&r.call(s)}finally{if(n)throw n.error}}this.e.clear()}this.g=t,this.g.rootWrapper.setStyleProperty("display","inline-block");var a=this.g.createElement("div");a.addClass("ig-prefix-content"),this.g.append(a),a.setStyleProperty("cursor","pointer"),this.h=a,this.g.getPortal(a,"ChildContent",(function(t){}),!0),this.a.am()},n.prototype.q=function(){var t,e=this,n=new i.TransformGroup;n.j.add(((t=new i.TranslateTransform).k=2==e.a.k?-.25*e.f():0,t)),n.j.add(function(){var t=new i.ScaleTransform;return t.l=1,t.m=1,t}()),i.NativeUI.z(this.g.rootWrapper,n),this.g.rootWrapper.setStyleProperty("transform-origin","0px 0px")},n.prototype.f=function(){var t=this.g.rootWrapper.getStyleProperty("height");return parseFloat(i.stringReplace(t,"px",""))},n.prototype.p=function(){this.d()},n.prototype.i=function(t){this.a.aj()},n.prototype.j=function(t){this.a.ak()},n.prototype.l=function(){this.c=!0,this.e.add(this.g.rootWrapper.listen("mouseenter",i.runOn(this,this.i))),this.e.add(this.g.rootWrapper.listen("mouseleave",i.runOn(this,this.j)))},n.prototype.n=function(){var t,n;this.c=!1;try{for(var r=e.__values(i.fromEnum(this.e)),s=r.next();!s.done;s=r.next()){(0,s.value)()}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}this.e.clear()},n.prototype.k=function(t){this.h.append(t)},n.$t=i.markType(n,"PrefixView"),n}(i.Base),st=function(t){function n(){var e=t.call(this)||this;return e.c=null,e.k=null,e.d=null,e.h=new i.List$1(i.Delegate_$type,0),e.o=null,e.e=!0,e.l=null,e.m=null,e}return e.__extends(n,t),n.prototype.aa=function(){},n.prototype.f=function(){return!0},Object.defineProperty(n.prototype,"n",{get:function(){return this.l},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ai",{get:function(){return null},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"g",{get:function(){return!0},enumerable:!0,configurable:!0}),n.prototype.s=function(){null==i.KeyFrameAnimationFactory.h&&(i.KeyFrameAnimationFactory.h=this.k)},n.prototype.b=function(t){return new i.AnimationKeyFrameEffect(0,this.k.rootWrapper,0,null,t)},n.prototype.a=function(t){return new i.AnimationKeyFrameEffect(0,this.k.rootWrapper,0,null,t)},n.prototype.v=function(t){var n,r;if(null==t){try{for(var s=e.__values(i.fromEnum(this.h)),o=s.next();!o.done;o=s.next()){(0,o.value)()}}catch(t){n={error:t}}finally{try{o&&!o.done&&(r=s.return)&&r.call(s)}finally{if(n)throw n.error}}this.h.clear()}this.k=t,this.k.rootWrapper.setStyleProperty("display","inline-block"),this.k.rootWrapper.setStyleProperty("position","relative");var a=this.k.createElement("label");a.setStyleProperty("position","relative"),a.setStyleProperty("display","inline-block"),a.setStyleProperty("white-space","nowrap"),a.setStyleProperty("text-overflow","ellipsis"),a.setStyleProperty("line-height","1"),a.setStyleProperty("overflow","hidden"),a.setStyleProperty("height","1.125rem"),a.setStyleProperty("backface-visibility","hidden"),i.NativeUI.n(this.k.rootWrapper,this.c.cw),a.setStyleProperty("outline-style","none"),a.setStyleProperty("box-shadow","none"),a.setStyleProperty("font-family","'Segoe UI', Verdana"),a.setStyleProperty("font-size","1rem"),this.l=a,this.k.append(this.l),this.c.ce()},n.prototype.j=function(){return 0},n.prototype.ae=function(){this.c.bf="block";var t,e=new i.TransformGroup;e.j.add(((t=new i.TranslateTransform).k=0,t)),e.j.add(function(){var t=new i.ScaleTransform;return t.l=1,t.m=1,t}()),i.NativeUI.z(this.k.rootWrapper,e),this.l.setStyleProperty("height","1.125rem"),this.k.rootWrapper.setStyleProperty("position","absolute"),this.k.rootWrapper.setStyleProperty("transform-origin","0px 0px")},n.prototype.af=function(){switch(this.c.o){case 1:this.k.rootWrapper.setStyleProperty("margin-top","0px");break;case 2:this.k.rootWrapper.setStyleProperty("margin-top","-.125rem");break;case 3:this.k.rootWrapper.setStyleProperty("margin-top","-.25rem")}},n.prototype.ad=function(){this.l.setText(null!=this.c.text?this.c.text:"")},n.prototype.ag=function(t){this.o!=t&&(this.o=t,null!=this.m&&this.m.setAttribute("d",this.o))},n.prototype.x=function(){if(null!=this.k){this.k.rootWrapper.setStyleProperty("display",this.c.bf),this.l.setStyleProperty("display",this.c.bf);var t=this.k.getExternal(this.c,null,null);t&&t._onDisplayChanged&&t._onDisplayChanged()}},n.prototype.t=function(){if(null!=this.k){this.k.rootWrapper.setStyleProperty("align-items",this.c.a9),this.l.setStyleProperty("align-items",this.c.a9);var t=this.k.getExternal(this.c,null,null);t&&t._onAlignItemsChanged&&t._onAlignItemsChanged()}},n.prototype.y=function(){if(null!=this.k){this.k.rootWrapper.setStyleProperty("flex-direction",this.c.bi),this.l.setStyleProperty("flex-direction",this.c.bi);var t=this.k.getExternal(this.c,null,null);t&&t._onFlexDirectionChanged&&t._onFlexDirectionChanged()}},n.prototype.z=function(){if(null!=this.k){this.k.rootWrapper.setStyleProperty("flex-grow",this.c.bk),this.l.setStyleProperty("flex-grow",this.c.bk);var t=this.k.getExternal(this.c,null,null);t&&t._onFlexGrowChanged&&t._onFlexGrowChanged()}},n.prototype.p=function(t){},n.prototype.ab=function(){this.f()},n.prototype.i=function(){var t=this.k.rootWrapper.getStyleProperty("height");return parseFloat(i.stringReplace(t,"px",""))},n.prototype.q=function(t){this.c.cb()},n.prototype.r=function(t){this.c.cc()},n.prototype.u=function(){this.e=!0,this.h.add(this.k.rootWrapper.listen("mouseenter",i.runOn(this,this.q))),this.h.add(this.k.rootWrapper.listen("mouseleave",i.runOn(this,this.r)))},n.prototype.w=function(){var t,n;this.e=!1;try{for(var r=e.__values(i.fromEnum(this.h)),s=r.next();!s.done;s=r.next()){(0,s.value)()}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}this.h.clear()},n.prototype.ah=function(t){null!=t&&this.l.setStyleProperty("font",t.fontString)},n.prototype.ac=function(t){i.NativeUI.n(this.l,t)},n.$t=i.markType(n,"LabelView"),n}(i.Base),ot=function(t){function n(){var e=t.call(this)||this;return e.b=null,e.j=null,e.c=null,e.h=new i.List$1(i.Delegate_$type,0),e.e=!1,e.p=null,e.d=!0,e.k=null,e.l=null,e}return e.__extends(n,t),n.prototype.ao=function(){},n.prototype.f=function(){return!0},Object.defineProperty(n.prototype,"o",{get:function(){return this.k},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"a3",{get:function(){return null},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"g",{get:function(){return!0},enumerable:!0,configurable:!0}),n.prototype.al=function(t){var n,r;if(null==t){try{for(var s=e.__values(i.fromEnum(this.h)),o=s.next();!o.done;o=s.next()){(0,o.value)()}}catch(t){n={error:t}}finally{try{o&&!o.done&&(r=s.return)&&r.call(s)}finally{if(n)throw n.error}}this.h.clear()}this.j=t,this.j.rootWrapper.setStyleProperty("display","inline-block");var a=this.j.createElement("input");a.setAttribute("type",this.b.b1),a.setStyleProperty("position","relative"),a.setStyleProperty("box-sizing","border-box"),a.setStyleProperty("display","inline-block"),a.setStyleProperty("border","none"),a.setStyleProperty("height","2rem"),a.setStyleProperty("line-height","0"),a.setStyleProperty("width","100%"),a.setStyleProperty("min-width","0"),a.setStyleProperty("overflow","visible"),a.setStyleProperty("background","transparent"),a.setStyleProperty("background-position-x","initial"),a.setStyleProperty("background-position-y","initial"),a.setStyleProperty("background-size","initial"),a.setStyleProperty("background-repeat-x","initial"),a.setStyleProperty("background-repeat-y","initial"),a.setStyleProperty("background-attachment","initial"),a.setStyleProperty("background-origin","initial"),a.setStyleProperty("background-color","transparent"),i.NativeUI.n(a,this.b.dr),a.setStyleProperty("outline-style","none"),a.setStyleProperty("box-shadow","none"),a.setStyleProperty("border-top","0.1875rem solid transparent"),a.setStyleProperty("padding-bottom","0.1875rem"),a.setStyleProperty("font-family","'Segoe UI', Verdana"),a.setStyleProperty("font-size","1rem"),this.h.add(a.listen("change",i.runOn(this,this.v))),this.h.add(a.listen("input",i.runOn(this,this.w))),this.h.add(a.listen("focus",i.runOn(this,this.ab))),this.h.add(a.listen("blur",i.runOn(this,this.u))),this.h.add(a.listen("mouseenter",i.runOn(this,this.s))),this.h.add(a.listen("mouseleave",i.runOn(this,this.t))),this.h.add(a.listen("keydown",i.runOn(this,this.ac))),this.h.add(a.listen("keyup",i.runOn(this,this.ae))),this.h.add(a.listen("keypress",i.runOn(this,this.ad))),this.h.add(a.listen("paste",i.runOn(this,this.ah))),this.h.add(a.listen("dragenter",i.runOn(this,this.z))),this.h.add(a.listen("dragleave",i.runOn(this,this.aa))),this.h.add(a.listen("compositionstart",i.runOn(this,this.y))),this.h.add(a.listen("compositionend",i.runOn(this,this.x))),this.h.add(a.listen("mousedown",i.runOn(this,this.af))),this.h.add(a.listen("mouseup",i.runOn(this,this.ag))),this.k=a,this.j.append(this.k),this.b.da()},n.prototype.au=function(t){this.k.setAttribute("readonly",t.toString())},n.prototype.y=function(t){this.e=!0,this.b.cs()},n.prototype.x=function(t){this.e=!1,this.b.cr()},n.prototype.as=function(){this.k.setAttribute("type",this.b.b1),"date"==this.b.b1?this.k.setStyleProperty("line-height","normal"):this.k.setStyleProperty("line-height","0")},n.prototype.aq=function(){this.k.setAttribute("placeholder",this.b.b8)},n.prototype.az=function(){switch(this.b.l){case 1:this.k.setStyleProperty("height","2rem"),this.k.setStyleProperty("font-size","1rem");break;case 2:this.k.setStyleProperty("height","1.68421rem"),this.k.setStyleProperty("font-size","1rem");break;case 3:this.k.setStyleProperty("height","1.45455rem"),this.k.setStyleProperty("font-size",".95455rem")}},n.prototype.ay=function(){var t,e=this,n=new i.TransformGroup;n.j.add(((t=new i.TranslateTransform).k=2==e.b.r?-.25*e.i():0,t)),n.j.add(function(){var t=new i.ScaleTransform;return t.l=1,t.m=1,t}()),i.NativeUI.z(this.j.rootWrapper,n),this.j.rootWrapper.setStyleProperty("transform-origin","0px 0px")},n.prototype.i=function(){var t=this.j.rootWrapper.getStyleProperty("height");return parseFloat(i.stringReplace(t,"px",""))},n.prototype.at=function(t){this.k.setProperty("value",t)},n.prototype.u=function(t){this.b.co()},n.prototype.ab=function(t){this.b.cw()},n.prototype.af=function(t){var e=this.a2(t);this.b.c2(e),e.handled&&t.preventDefault()},n.prototype.ag=function(t){var e=this.a2(t);this.b.c5(e),e.handled&&t.preventDefault()},n.prototype.a2=function(t){var e=new i.MouseButtonEventArgs;return e.position={$type:i.Point_$type,x:t.offsetX,y:t.offsetY},e},n.prototype.v=function(t){this.b.cp()},n.prototype.w=function(t){this.b.cq()},n.prototype.ac=function(t){var e=new i.KeyEventArgs(0,t);this.b.cz(e)},n.prototype.ae=function(t){var e=new i.KeyEventArgs(0,t);this.b.c1(e)},n.prototype.ad=function(t){var e=new i.KeyEventArgs(0,t);this.b.c0(e)},n.prototype.ah=function(t){this.b.c6()},n.prototype.z=function(t){this.b.cu()},n.prototype.aa=function(t){this.b.cv()},n.prototype.a0=function(t){this.p!=t&&(this.p=t,null!=this.l&&this.l.setAttribute("d",this.p))},n.prototype.q=function(){return this.k.getProperty("value")},n.prototype.r=function(t){},n.prototype.n=function(){var t=this.k.getProperty("selectionStart");return i.typeGetValue(t)},n.prototype.m=function(){var t=this.k.getProperty("selectionEnd");return i.typeGetValue(t)},n.prototype.ax=function(t){this.k.setProperty("selectionStart",t)},n.prototype.av=function(t){this.k.setProperty("selectionEnd",t)},n.prototype.ap=function(){this.f()},n.prototype.s=function(t){this.b.c3()},n.prototype.t=function(t){this.b.c4()},n.prototype.aj=function(){this.d=!0,this.h.add(this.k.listen("change",i.runOn(this,this.v))),this.h.add(this.k.listen("input",i.runOn(this,this.w))),this.h.add(this.k.listen("focus",i.runOn(this,this.ab))),this.h.add(this.k.listen("blur",i.runOn(this,this.u))),this.h.add(this.k.listen("mouseenter",i.runOn(this,this.s))),this.h.add(this.k.listen("mouseleave",i.runOn(this,this.t))),this.h.add(this.k.listen("keydown",i.runOn(this,this.ac))),this.h.add(this.k.listen("paste",i.runOn(this,this.ah))),this.h.add(this.k.listen("dragenter",i.runOn(this,this.z))),this.h.add(this.k.listen("dragleave",i.runOn(this,this.aa))),this.h.add(this.k.listen("compositionstart",i.runOn(this,this.y))),this.h.add(this.k.listen("compositionend",i.runOn(this,this.x))),this.h.add(this.k.listen("mousedown",i.runOn(this,this.af))),this.h.add(this.k.listen("mouseup",i.runOn(this,this.ag)))},n.prototype.am=function(){var t,n;this.d=!1;try{for(var r=e.__values(i.fromEnum(this.h)),s=r.next();!s.done;s=r.next()){(0,s.value)()}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}this.h.clear()},n.prototype.a1=function(t){null!=t&&this.k.setStyleProperty("font",t.fontString)},n.prototype.ak=function(){null!=this.k&&this.k.getNativeElement().blur()},n.prototype.an=function(t){null!=this.k&&this.k.focus(t)},n.prototype.ar=function(){null!=this.k&&this.k.getNativeElement().select()},n.prototype.aw=function(t,e){null!=this.k&&this.k.getNativeElement().setSelectionRange(t,e)},n.prototype.ai=function(){null==i.KeyFrameAnimationFactory.h&&(i.KeyFrameAnimationFactory.h=this.j)},n.prototype.a=function(t){return new i.AnimationKeyFrameEffect(0,this.j.rootWrapper,0,null,t)},n.$t=i.markType(n,"InputView"),n}(i.Base),at=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.c=null,e.a=null,e.propertyChanged=null,e}return e.__extends(n,t),Object.defineProperty(n.prototype,"e",{get:function(){return this.c},set:function(t){var e=this.c;this.c=t,e!=this.c&&this.g("Name",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"b",{get:function(){return this.a},set:function(t){var e=this.a;this.a=t,e!=this.a&&this.g("InputGroup",e,t)},enumerable:!0,configurable:!0}),n.prototype.g=function(t,e,n){null!=this.propertyChanged&&this.propertyChanged(this,new i.PropertyChangedEventArgs(t)),this.h(t,e,n)},n.prototype.h=function(t,e,i){},n.$t=i.markType(n,"InputGroupItem",i.Base.$,[i.INotifyPropertyChanged_$type]),n}(i.Base),ht=function(t){function n(){var e=t.call(this)||this;e._view=null,e.j=0,e.v="ig-suffix-"+n.s++,e.u=null,e.n=!1,e.m=!1,e.o=!1;var i=new nt;return i.a=e,e.view=i,e.view.o(),e}return e.__extends(n,t),Object.defineProperty(n.prototype,"view",{get:function(){return this._view},set:function(t){this._view=t},enumerable:!0,configurable:!0}),n.prototype.destroy=function(){this.provideContainer(null)},Object.defineProperty(n.prototype,"k",{get:function(){return this.j},set:function(t){var e=this.j;this.j=t,e!=this.j&&this.g("ShiftType",i.enumGetBox(D,e),i.enumGetBox(D,t))},enumerable:!0,configurable:!0}),n.prototype.h=function(e,i,n){switch(t.prototype.h.call(this,e,i,n),e){case"InputGroup":this.ai();break;case"ShiftType":this.al()}},n.prototype.al=function(){this.view.q()},n.prototype.ai=function(){this.view.q()},n.prototype.ap=function(){},n.prototype.ao=function(){},n.prototype.aj=function(){this.q=!0},n.prototype.ak=function(){this.q=!1},Object.defineProperty(n.prototype,"z",{get:function(){return this.v},set:function(t){var e=this.v;this.v=t,e!=this.v&&this.g("Id",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"w",{get:function(){return this.u},set:function(t){var e=this.u;this.u=t,e!=this.u&&this.g("AriaLabel",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"q",{get:function(){return this.n},set:function(t){var e=this.n;this.n=t,e!=this.n&&this.g("IsHover",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabled",{get:function(){return this.m},set:function(t){var e=this.m;this.m=t,e!=this.m&&this.g("IsDisabled",e,t)},enumerable:!0,configurable:!0}),n.prototype.am=function(){},n.prototype.onDetachedFromUI=function(){this.view.n()},n.prototype.onAttachedToUI=function(){this.view.l()},n.prototype.r=function(){return this.view.d()},n.prototype.t=function(){return this.i()},n.prototype.y=function(){return this.i().e()},n.prototype.i=function(){var t=new M;return t.a=this.k,t.c=this.q,t.b=this.disabled,t.d=this.e,t},n.prototype.appendContentChild=function(t){this.view.k(t)},n.prototype.provideContainer=function(t){this.view.m(t)},n.$t=i.markType(n,"Suffix",at.$),n.s=0,n}(at),ut=function(t){function n(){var e=t.call(this)||this;e._view=null,e.j=0,e.v="ig-prefix-"+n.s++,e.u=null,e.n=!1,e.m=!1,e.o=!1;var i=new rt;return i.a=e,e.view=i,e.view.o(),e}return e.__extends(n,t),Object.defineProperty(n.prototype,"view",{get:function(){return this._view},set:function(t){this._view=t},enumerable:!0,configurable:!0}),n.prototype.destroy=function(){this.provideContainer(null)},Object.defineProperty(n.prototype,"k",{get:function(){return this.j},set:function(t){var e=this.j;this.j=t,e!=this.j&&this.g("ShiftType",i.enumGetBox(W,e),i.enumGetBox(W,t))},enumerable:!0,configurable:!0}),n.prototype.h=function(e,i,n){switch(t.prototype.h.call(this,e,i,n),e){case"InputGroup":this.ai();break;case"ShiftType":this.al()}},n.prototype.al=function(){this.view.q()},n.prototype.ai=function(){this.view.q()},n.prototype.ap=function(){},n.prototype.ao=function(){},n.prototype.aj=function(){this.q=!0},n.prototype.ak=function(){this.q=!1},Object.defineProperty(n.prototype,"z",{get:function(){return this.v},set:function(t){var e=this.v;this.v=t,e!=this.v&&this.g("Id",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"w",{get:function(){return this.u},set:function(t){var e=this.u;this.u=t,e!=this.u&&this.g("AriaLabel",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"q",{get:function(){return this.n},set:function(t){var e=this.n;this.n=t,e!=this.n&&this.g("IsHover",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabled",{get:function(){return this.m},set:function(t){var e=this.m;this.m=t,e!=this.m&&this.g("IsDisabled",e,t)},enumerable:!0,configurable:!0}),n.prototype.am=function(){},n.prototype.onDetachedFromUI=function(){this.view.n()},n.prototype.onAttachedToUI=function(){this.view.l()},n.prototype.r=function(){return this.view.d()},n.prototype.t=function(){return this.i()},n.prototype.y=function(){return this.i().e()},n.prototype.i=function(){var t=new $;return t.a=this.k,t.c=this.q,t.b=this.disabled,t.d=this.e,t},n.prototype.appendContentChild=function(t){this.view.k(t)},n.prototype.provideContainer=function(t){this.view.m(t)},n.$t=i.markType(n,"Prefix",at.$),n.s=0,n}(at),lt=function(t){function n(){var e=t.call(this)||this;e.j=0,e.f=1,e.e=1,e.ad=!1,e.b=0,e._view=null,e.q=null,e.o=null,e.lostFocus=null,e.gotFocus=null,e.df=c.b(n.c,n.fu,n.d1),e.e5=c.b(n.c,n.f5,n.ec),e.m6=c.d(n.c,n.nf,n.m9),e.tm=c.f(n.c,n.tv,n.tp),e.pf=c.e(n.c,n.rd,n.px),e.q0=c.e(n.c,n.ru,n.qe),e.q1=c.e(n.c,n.rv,n.qf),e.hb=c.b(n.c,n.gx,n.e4),e.ha=c.b(n.c,n.gw,n.e3),e.e9=c.b(n.c,n.f9,n.eg),e.so=c.e(n.c,n.se,n.qy),e.sp=c.e(n.c,n.sf,n.qz),e.q3=c.e(n.c,n.rx,n.qh),e.q2=c.e(n.c,n.rw,n.qg),e.g8=c.b(n.c,n.gu,n.e1),e.e8=c.b(n.c,n.f8,n.ef),e.e6=c.b(n.c,n.f6,n.ed),e.e7=c.b(n.c,n.f7,n.ee),e.g9=c.b(n.c,n.gv,n.e2),e.pe=c.e(n.c,n.rc,n.pw),e.fa=c.b(n.c,n.ga,n.eh),e.fb=c.b(n.c,n.gb,n.ei),e.nc=c.d(n.c,n.ng,n.na),e.ts=c.f(n.c,n.tw,n.tq),e.q5=c.e(n.c,n.rz,n.qj),e.q6=c.e(n.c,n.r0,n.qk),e.q7=c.e(n.c,n.r1,n.ql),e.fj=c.b(n.c,n.gj,n.eq),e.fi=c.b(n.c,n.gi,n.ep),e.ff=c.b(n.c,n.gf,n.em),e.ra=c.e(n.c,n.r4,n.qo),e.rb=c.e(n.c,n.r5,n.qp),e.q9=c.e(n.c,n.r3,n.qn),e.q8=c.e(n.c,n.r2,n.qm),e.fg=c.b(n.c,n.gg,n.en),e.fe=c.b(n.c,n.ge,n.el),e.fc=c.b(n.c,n.gc,n.ej),e.fd=c.b(n.c,n.gd,n.ek),e.fh=c.b(n.c,n.gh,n.eo),e.q4=c.e(n.c,n.ry,n.qi),e.dg=c.b(n.c,n.fv,n.d2),e.dh=c.b(n.c,n.fw,n.d3),e.m5=c.d(n.c,n.ne,n.m8),e.tl=c.f(n.c,n.tu,n.to),e.pp=c.e(n.c,n.rn,n.p7),e.pq=c.e(n.c,n.ro,n.p8),e.pr=c.e(n.c,n.rp,n.p9),e.dq=c.b(n.c,n.f4,n.eb),e.dp=c.b(n.c,n.f3,n.ea),e.dl=c.b(n.c,n.f0,n.d7),e.pu=c.e(n.c,n.rs,n.qc),e.pv=c.e(n.c,n.rt,n.qd),e.pt=c.e(n.c,n.rr,n.qb),e.ps=c.e(n.c,n.rq,n.qa),e.dm=c.b(n.c,n.f1,n.d8),e.dk=c.b(n.c,n.fz,n.d6),e.di=c.b(n.c,n.fx,n.d4),e.dj=c.b(n.c,n.fy,n.d5),e.dn=c.b(n.c,n.f2,n.d9),e.po=c.e(n.c,n.rm,n.p6),e.c5=c.b(n.c,n.fk,n.dr),e.c6=c.b(n.c,n.fl,n.ds),e.m4=c.d(n.c,n.nd,n.m7),e.tk=c.f(n.c,n.tt,n.tn),e.ph=c.e(n.c,n.rf,n.pz),e.pi=c.e(n.c,n.rg,n.p0),e.pj=c.e(n.c,n.rh,n.p1),e.de=c.b(n.c,n.ft,n.d0),e.dd=c.b(n.c,n.fs,n.dz),e.da=c.b(n.c,n.fp,n.dw),e.pm=c.e(n.c,n.rk,n.p4),e.pn=c.e(n.c,n.rl,n.p5),e.pl=c.e(n.c,n.rj,n.p3),e.pk=c.e(n.c,n.ri,n.p2),e.db=c.b(n.c,n.fq,n.dx),e.c9=c.b(n.c,n.fo,n.dv),e.c7=c.b(n.c,n.fm,n.dt),e.c8=c.b(n.c,n.fn,n.du),e.dc=c.b(n.c,n.fr,n.dy),e.pg=c.e(n.c,n.re,n.py),e.gy=c.b(n.c,n.gk,n.er),e.gz=c.b(n.c,n.gl,n.es),e.ni=c.d(n.c,n.nh,n.nb),e.ty=c.f(n.c,n.tx,n.tr),e.sh=c.e(n.c,n.r7,n.qr),e.si=c.e(n.c,n.r8,n.qs),e.sj=c.e(n.c,n.r9,n.qt),e.g7=c.b(n.c,n.gt,n.e0),e.g6=c.b(n.c,n.gs,n.ez),e.g3=c.b(n.c,n.gp,n.ew),e.sm=c.e(n.c,n.sc,n.qw),e.sn=c.e(n.c,n.sd,n.qx),e.sl=c.e(n.c,n.sb,n.qv),e.sk=c.e(n.c,n.sa,n.qu),e.g4=c.b(n.c,n.gq,n.ex),e.g2=c.b(n.c,n.go,n.ev),e.g0=c.b(n.c,n.gm,n.et),e.g1=c.b(n.c,n.gn,n.eu),e.g5=c.b(n.c,n.gr,n.ey),e.sg=c.e(n.c,n.r6,n.qq),e.nm=c.e(n.c,n.rd,n.px),e.nn=c.e(n.c,n.ru,n.qe),e.am=c.b(n.c,n.fu,n.d1),e.an=c.b(n.c,n.f5,n.ec),e.mt=c.d(n.c,n.nf,n.m9),e.s9=c.f(n.c,n.tv,n.tp),e.av=c.b(n.c,n.gx,n.e4),e.au=c.b(n.c,n.gw,n.e3),e.ar=c.b(n.c,n.f9,n.eg),e.nq=c.e(n.c,n.se,n.qy),e.nr=c.e(n.c,n.sf,n.qz),e.np=c.e(n.c,n.rx,n.qh),e.no=c.e(n.c,n.rw,n.qg),e.as=c.b(n.c,n.gu,n.e1),e.aq=c.b(n.c,n.f8,n.ef),e.ao=c.b(n.c,n.f6,n.ed),e.ap=c.b(n.c,n.f7,n.ee),e.at=c.b(n.c,n.gv,n.e2),e.nl=c.e(n.c,n.rc,n.pw),e.a6=NaN,e.bh=NaN,e.nt=null,e.mw=new i.CornerRadius(1,NaN,NaN,NaN,NaN),e.tc=new i.Thickness(1,NaN,NaN,NaN,NaN),e.b9=NaN,e.b8=NaN,e.bl=NaN,e.op=null,e.oq=null,e.oa=null,e.n9=null,e.b6=NaN,e.bk=NaN,e.bi=NaN,e.bj=NaN,e.b7=NaN,e.ns=null,e.bm=NaN,e.bn=NaN,e.od=null,e.oc=null,e.mx=new i.CornerRadius(1,NaN,NaN,NaN,NaN),e.td=new i.Thickness(1,NaN,NaN,NaN,NaN),e.bv=NaN,e.bu=NaN,e.br=NaN,e.og=null,e.oh=null,e.of=null,e.oe=null,e.bs=NaN,e.bq=NaN,e.bo=NaN,e.bp=NaN,e.bt=NaN,e.ob=null,e.a7=NaN,e.a8=NaN,e.n3=null,e.n2=null,e.mv=new i.CornerRadius(1,NaN,NaN,NaN,NaN),e.tb=new i.Thickness(1,NaN,NaN,NaN,NaN),e.bg=NaN,e.bf=NaN,e.bc=NaN,e.n6=null,e.n7=null,e.n5=null,e.n4=null,e.bd=NaN,e.bb=NaN,e.a9=NaN,e.ba=NaN,e.be=NaN,e.n1=null,e.aw=NaN,e.ax=NaN,e.nw=null,e.nv=null,e.mu=new i.CornerRadius(1,NaN,NaN,NaN,NaN),e.ta=new i.Thickness(1,NaN,NaN,NaN,NaN),e.a5=NaN,e.a4=NaN,e.a1=NaN,e.nz=null,e.n0=null,e.ny=null,e.nx=null,e.a2=NaN,e.a0=NaN,e.ay=NaN,e.az=NaN,e.a3=NaN,e.nu=null,e.bw=NaN,e.bx=NaN,e.ok=null,e.oj=null,e.my=new i.CornerRadius(1,NaN,NaN,NaN,NaN),e.te=new i.Thickness(1,NaN,NaN,NaN,NaN),e.b5=NaN,e.b4=NaN,e.b1=NaN,e.on=null,e.oo=null,e.om=null,e.ol=null,e.b2=NaN,e.b0=NaN,e.by=NaN,e.bz=NaN,e.b3=NaN,e.oi=null,e.x=!1,e.t=!1,e.z=!1,e.v=!1,e.y=!1,e.u=!1,e.r=!1,e.n8=null,e.ib="ig-inputgroup-"+n.h8++,e.w=!1,e.propertyChanged=null,e.l=new ct,e.p=null,e.ab=!1,e.s=!1,e.aa=!1,e.h9=i.toNullable(i.Number_$type,null);var r=new it;r.d=e,e.view=r,e.view.ak();var s=e.l;s.collectionChanged=i.delegateCombine(s.collectionChanged,i.runOn(e,e.lx));var o=e.l;return o.collectionResetting=i.delegateCombine(o.collectionResetting,i.runOn(e,e.ly)),e}return e.__extends(n,t),n.prototype.ly=function(t,e){this.mm(),this.view.ad()},n.prototype.appendContentChild=function(t){this.view.ab(t)},n.prototype.mi=function(t){this.view.an(t)},Object.defineProperty(n.prototype,"k",{get:function(){return this.j},set:function(t){var e=this.j;this.j=t,e!=this.j&&this.md("DisplayType",i.enumGetBox(G,e),i.enumGetBox(G,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h",{get:function(){return this.f},set:function(t){var e=this.f;this.f=t,e!=this.f&&this.md("Density",i.enumGetBox(i.ControlDisplayDensity_$type,e),i.enumGetBox(i.ControlDisplayDensity_$type,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"g",{get:function(){return this.e},set:function(t){var e=this.e;this.e=t,e!=this.e&&this.md("ActualDensity",i.enumGetBox(i.ControlDisplayDensity_$type,e),i.enumGetBox(i.ControlDisplayDensity_$type,t))},enumerable:!0,configurable:!0}),n.prototype.l3=function(t){for(var e=0;e<this.inputs.count;e++)null!==i.typeCast(pt.$,this.inputs._inner[e])&&t(this.inputs._inner[e])},n.prototype.l4=function(t){for(var e=0;e<this.inputs.count;e++)null!==i.typeCast(ut.$,this.inputs._inner[e])&&t(this.inputs._inner[e])},n.prototype.l2=function(t){for(var e=0;e<this.inputs.count;e++)null!==i.typeCast(dt.$,this.inputs._inner[e])&&t(this.inputs._inner[e])},n.prototype.l5=function(t){for(var e=0;e<this.inputs.count;e++)null!==i.typeCast(ht.$,this.inputs._inner[e])&&t(this.inputs._inner[e])},n.prototype.lx=function(t,n){var r,s,o,a;if(null!=n.oldItems)try{for(var h=e.__values(i.fromEn(n.oldItems)),u=h.next();!u.done;u=h.next()){var l=u.value;null!=l&&(l.b=null),this.view.ae(l)}}catch(t){r={error:t}}finally{try{u&&!u.done&&(s=h.return)&&s.call(h)}finally{if(r)throw r.error}}if(null!=n.newItems)try{for(var c=e.__values(i.fromEn(n.newItems)),p=c.next();!p.done;p=c.next()){var d=p.value;null!=d&&(d.b=this),this.view.ac(d)}}catch(t){o={error:t}}finally{try{p&&!p.done&&(a=c.return)&&a.call(c)}finally{if(o)throw o.error}}this.mk(),this.ad=!0;try{this.ms()}finally{this.ad=!1}this.mp(),this.mo(),this.mq(),this.mr(),this.mm()},Object.defineProperty(n.prototype,"d",{get:function(){return this.b},set:function(t){var e=this.b;this.b=t,e!=this.b&&this.md("BaseTheme",i.enumGetBox(i.BaseControlTheme_$type,e),i.enumGetBox(i.BaseControlTheme_$type,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"view",{get:function(){return this._view},set:function(t){this._view=t},enumerable:!0,configurable:!0}),n.prototype.destroy=function(){this.provideContainer(null)},n.prototype.md=function(t,e,n){null!=this.propertyChanged&&this.propertyChanged(this,new i.PropertyChangedEventArgs(t)),this.mg(t,e,n)},n.prototype.mg=function(t,e,i){var n=this;switch(t){case"BaseTheme":this.ml(this.d),this.mn(),this.l3((function(t){return t.l=0==n.d?2:n.d}));break;case"ActualBorderColor":case"ActualBackgroundColor":case"ActualBorderWidth":case"ActualFocusBorderColor":case"ActualFocusBorderWidth":case"ActualCornerRadius":case"ActualContentPadding":case"ActualUnderlineOpacity":case"ActualUnderlineRippleOpacity":case"ActualUnderlineRippleWidth":case"ActualUnderlineRippleColor":case"ActualUnderlineColor":case"ActualHoverUnderlineColor":case"ActualUnderlineWidth":case"ActualHoverUnderlineWidth":case"ActualHoverUnderlineOpacity":case"ActualFocusUnderlineColor":case"ActualFocusUnderlineOpacity":case"ActualFocusUnderlineRippleOpacity":case"IsHovered":this.aa=!0,this.ab=!0,this.s=!0,this.mm();break;case"BorderColor":case"BackgroundColor":case"BorderWidth":case"FocusBorderColor":case"FocusBorderWidth":case"CornerRadius":case"ContentPadding":case"UnderlineOpacity":case"UnderlineRippleOpacity":case"UnderlineRippleWidth":case"UnderlineRippleColor":case"UnderlineColor":case"HoverUnderlineColor":case"UnderlineWidth":case"HoverUnderlineWidth":case"HoverUnderlineOpacity":case"FocusUnderlineColor":case"FocusUnderlineOpacity":case"FocusUnderlineRippleOpacity":case"LineTypeBorderColor":case"LineTypeBackgroundColor":case"LineTypeBorderWidth":case"LineTypeFocusBorderColor":case"LineTypeFocusBorderWidth":case"LineTypeCornerRadius":case"LineTypeContentPadding":case"LineTypeUnderlineOpacity":case"LineTypeUnderlineRippleOpacity":case"LineTypeUnderlineRippleWidth":case"LineTypeUnderlineRippleColor":case"LineTypeUnderlineColor":case"LineTypeHoverUnderlineColor":case"LineTypeUnderlineWidth":case"LineTypeHoverUnderlineWidth":case"LineTypeHoverUnderlineOpacity":case"LineTypeFocusUnderlineColor":case"LineTypeFocusUnderlineOpacity":case"LineTypeFocusUnderlineRippleOpacity":case"BoxTypeBorderColor":case"BoxTypeBackgroundColor":case"BoxTypeBorderWidth":case"BoxTypeFocusBorderColor":case"BoxTypeFocusBorderWidth":case"BoxTypeCornerRadius":case"BoxTypeContentPadding":case"BoxTypeUnderlineOpacity":case"BoxTypeUnderlineRippleOpacity":case"BoxTypeUnderlineRippleWidth":case"BoxTypeUnderlineRippleColor":case"BoxTypeUnderlineColor":case"BoxTypeHoverUnderlineColor":case"BoxTypeUnderlineWidth":case"BoxTypeHoverUnderlineWidth":case"BoxTypeHoverUnderlineOpacity":case"BoxTypeFocusUnderlineColor":case"BoxTypeFocusUnderlineOpacity":case"BoxTypeFocusUnderlineRippleOpacity":case"BorderTypeBorderColor":case"BorderTypeBackgroundColor":case"BorderTypeBorderWidth":case"BorderTypeFocusBorderColor":case"BorderTypeFocusBorderWidth":case"BorderTypeCornerRadius":case"BorderTypeContentPadding":case"BorderTypeUnderlineOpacity":case"BorderTypeUnderlineRippleOpacity":case"BorderTypeUnderlineRippleWidth":case"BorderTypeUnderlineRippleColor":case"BorderTypeUnderlineColor":case"BorderTypeHoverUnderlineColor":case"BorderTypeUnderlineWidth":case"BorderTypeHoverUnderlineWidth":case"BorderTypeHoverUnderlineOpacity":case"BorderTypeFocusUnderlineColor":case"BorderTypeFocusUnderlineOpacity":case"BorderTypeFocusUnderlineRippleOpacity":case"DisplayType":this.mn();break;case"ActualDensity":this.view.ap(),this.mn();break;case"Density":this.g=0==this.h?1:this.h;break;case"IsFocused":this.mb(),this.mm();break;case"IsExpanded":this.t=!0,this.ac=this.ah;break;case"ActualIsExpanded":this.l6()}},n.m2=function(t,e){return new i.CornerRadius(1,i.isNaN_(t.c)?e.c:t.c,i.isNaN_(t.d)?e.d:t.d,i.isNaN_(t.b)?e.b:t.b,i.isNaN_(t.a)?e.a:t.a)},n.ti=function(t,e){return new i.Thickness(1,i.isNaN_(t.c)?e.c:t.c,i.isNaN_(t.e)?e.e:t.e,i.isNaN_(t.d)?e.d:t.d,i.isNaN_(t.b)?e.b:t.b)},n.prototype.mp=function(){var t=this;this.l3((function(e){switch(e.p=t.g,e.l=0==t.d?2:t.d,t.k){case 0:e.s=0;break;case 1:e.s=1;break;case 2:case 3:e.s=2}e.ch(t.ac,!1)}))},n.prototype.mq=function(){var t=this;this.l4((function(e){switch(t.k){case 0:e.k=0;break;case 1:e.k=1;break;case 2:case 3:e.k=2}}))},n.prototype.mo=function(){var t=this;this.l2((function(e){switch(e.m=t.g,t.k){case 0:e.r=0;break;case 1:e.r=1;break;case 2:case 3:e.r=2}e.de(t.al,!1)}))},n.prototype.mr=function(){var t=this;this.l5((function(e){switch(t.k){case 0:e.k=0;break;case 1:e.k=1;break;case 2:case 3:e.k=2}}))},n.prototype.mn=function(){switch(this.mp(),this.mo(),this.mq(),this.mr(),this.k){case 0:this.os=null!=this.oz?this.oz:null!=this.su?this.su:this.q5,this.or=null!=this.oy?this.oy:null!=this.st?this.st:this.q4,this.ca=i.isNaN_(this.cu)?i.isNaN_(this.hh)?this.fa:this.hh:this.cu,this.ot=null!=this.sq?this.sq:null!=this.sv?this.sv:this.q6,this.cb=i.isNaN_(this.hc)?i.isNaN_(this.hi)?this.fb:this.hi:this.hc,this.mz=n.m2(this.m3,n.m2(this.nj,this.nc)),this.tf=n.ti(this.tj,n.ti(this.tz,this.ts)),this.cg=i.isNaN_(this.h1)?i.isNaN_(this.hn)?this.fg:this.hn:this.h1,this.ch=i.isNaN_(this.h2)?i.isNaN_(this.ho)?this.fh:this.ho:this.h2,this.ci=i.isNaN_(this.h3)?i.isNaN_(this.hp)?this.fi:this.hp:this.h3,this.ox=null!=this.s8?this.s8:null!=this.sz?this.sz:this.rb,this.ow=null!=this.s7?this.s7:null!=this.sy?this.sy:this.ra,this.ov=null!=this.ss?this.ss:null!=this.sx?this.sx:this.q9,this.cj=i.isNaN_(this.h4)?i.isNaN_(this.hq)?this.fj:this.hq:this.h4,this.cf=i.isNaN_(this.hg)?i.isNaN_(this.hm)?this.ff:this.hm:this.hg,this.ce=i.isNaN_(this.hf)?i.isNaN_(this.hl)?this.fe:this.hl:this.hf,this.ou=null!=this.sr?this.sr:null!=this.sw?this.sw:this.q8,this.cc=i.isNaN_(this.hd)?i.isNaN_(this.hj)?this.fc:this.hj:this.hd,this.cd=i.isNaN_(this.he)?i.isNaN_(this.hk)?this.fd:this.hk:this.he;break;case 1:this.os=null!=this.oz?this.oz:null!=this.o8?this.o8:this.pp,this.or=null!=this.oy?this.oy:null!=this.o7?this.o7:this.po,this.ca=i.isNaN_(this.cu)?i.isNaN_(this.cv)?this.dg:this.cv:this.cu,this.ot=null!=this.sq?this.sq:null!=this.o9?this.o9:this.pq,this.cb=i.isNaN_(this.hc)?i.isNaN_(this.cw)?this.dh:this.cw:this.hc,this.mz=n.m2(this.m3,n.m2(this.m1,this.m5)),this.tf=n.ti(this.tj,n.ti(this.th,this.tl)),this.cg=i.isNaN_(this.h1)?i.isNaN_(this.c1)?this.dm:this.c1:this.h1,this.ch=i.isNaN_(this.h2)?i.isNaN_(this.c2)?this.dn:this.c2:this.h2,this.ci=i.isNaN_(this.h3)?i.isNaN_(this.c3)?this.dp:this.c3:this.h3,this.ox=null!=this.s8?this.s8:null!=this.pd?this.pd:this.pv,this.ow=null!=this.s7?this.s7:null!=this.pc?this.pc:this.pu,this.ov=null!=this.ss?this.ss:null!=this.pb?this.pb:this.pt,this.cj=i.isNaN_(this.h4)?i.isNaN_(this.c4)?this.dq:this.c4:this.h4,this.cf=i.isNaN_(this.hg)?i.isNaN_(this.c0)?this.dl:this.c0:this.hg,this.ce=i.isNaN_(this.hf)?i.isNaN_(this.cz)?this.dk:this.cz:this.hf,this.ou=null!=this.sr?this.sr:null!=this.pa?this.pa:this.ps,this.cc=i.isNaN_(this.hd)?i.isNaN_(this.cx)?this.di:this.cx:this.hd,this.cd=i.isNaN_(this.he)?i.isNaN_(this.cy)?this.dj:this.cy:this.he;break;case 2:this.os=null!=this.oz?this.oz:null!=this.o1?this.o1:this.ph,this.or=null!=this.oy?this.oy:null!=this.o0?this.o0:this.pg,this.ca=i.isNaN_(this.cu)?i.isNaN_(this.ck)?this.c5:this.ck:this.cu,this.ot=null!=this.sq?this.sq:null!=this.o2?this.o2:this.pi,this.cb=i.isNaN_(this.hc)?i.isNaN_(this.cl)?this.c6:this.cl:this.hc,this.mz=n.m2(this.m3,n.m2(this.m0,this.m4)),this.tf=n.ti(this.tj,n.ti(this.tg,this.tk)),this.cg=i.isNaN_(this.h1)?i.isNaN_(this.cq)?this.db:this.cq:this.h1,this.ch=i.isNaN_(this.h2)?i.isNaN_(this.cr)?this.dc:this.cr:this.h2,this.ci=i.isNaN_(this.h3)?i.isNaN_(this.cs)?this.dd:this.cs:this.h3,this.ox=null!=this.s8?this.s8:null!=this.o6?this.o6:this.pn,this.ow=null!=this.s7?this.s7:null!=this.o5?this.o5:this.pm,this.ov=null!=this.ss?this.ss:null!=this.o4?this.o4:this.pl,this.cj=i.isNaN_(this.h4)?i.isNaN_(this.ct)?this.de:this.ct:this.h4,this.cf=i.isNaN_(this.hg)?i.isNaN_(this.cp)?this.da:this.cp:this.hg,this.ce=i.isNaN_(this.hf)?i.isNaN_(this.co)?this.c9:this.co:this.hf,this.ou=null!=this.sr?this.sr:null!=this.o3?this.o3:this.pk,this.cc=i.isNaN_(this.hd)?i.isNaN_(this.cm)?this.c7:this.cm:this.hd,this.cd=i.isNaN_(this.he)?i.isNaN_(this.cn)?this.c8:this.cn:this.he;break;case 3:this.os=null!=this.oz?this.oz:null!=this.s1?this.s1:this.sh,this.or=null!=this.oy?this.oy:null!=this.s0?this.s0:this.sg,this.ca=i.isNaN_(this.cu)?i.isNaN_(this.hr)?this.gy:this.hr:this.cu,this.ot=null!=this.sq?this.sq:null!=this.s2?this.s2:this.si,this.cb=i.isNaN_(this.hc)?i.isNaN_(this.hs)?this.gz:this.hs:this.hc,this.mz=n.m2(this.m3,n.m2(this.nk,this.ni)),this.tf=n.ti(this.tj,n.ti(this.t0,this.ty)),this.cg=i.isNaN_(this.h1)?i.isNaN_(this.hx)?this.g4:this.hx:this.h1,this.ch=i.isNaN_(this.h2)?i.isNaN_(this.hy)?this.g5:this.hy:this.h2,this.ci=i.isNaN_(this.h3)?i.isNaN_(this.hz)?this.g6:this.hz:this.h3,this.ox=null!=this.s8?this.s8:null!=this.s6?this.s6:this.sn,this.ow=null!=this.s7?this.s7:null!=this.s5?this.s5:this.sm,this.ov=null!=this.ss?this.ss:null!=this.s4?this.s4:this.sl,this.cj=i.isNaN_(this.h4)?i.isNaN_(this.h0)?this.g7:this.h0:this.h4,this.cf=i.isNaN_(this.hg)?i.isNaN_(this.hw)?this.g3:this.hw:this.hg,this.ce=i.isNaN_(this.hf)?i.isNaN_(this.hv)?this.g2:this.hv:this.hf,this.ou=null!=this.sr?this.sr:null!=this.s3?this.s3:this.sk,this.cc=i.isNaN_(this.hd)?i.isNaN_(this.ht)?this.g0:this.ht:this.hd,this.cd=i.isNaN_(this.he)?i.isNaN_(this.hu)?this.g1:this.hu:this.he}},n.prototype.mm=function(){this.l3((function(t){})),this.l2((function(t){}));var t=this.view.v,e=this.view.u,n=this.view.x,r=this.view.y,s=null!=this.p&&1==this.p.playState,o=null!=this.q&&1==this.q.playState,a=null!=this.o&&1==this.o.playState;i.NativeUI.l(t,this.mz),i.NativeUI.l(e,this.mz),i.NativeUI.j(t,this.or),i.NativeUI.u(t,this.tf),this.ai?(a||(i.NativeUI.k(e,this.ot),i.NativeUI.m(e,new i.Thickness(0,this.cb))),o||i.NativeUI.j(n,this.ou)):(o||(this.aj?(i.NativeUI.j(n,this.ov),i.NativeUI.t(n,this.ce),i.NativeUI.q(n,this.cf)):(i.NativeUI.j(n,this.ow),i.NativeUI.t(n,this.cg),i.NativeUI.q(n,this.cj))),a||(i.NativeUI.k(e,this.os),i.NativeUI.m(e,new i.Thickness(0,this.ca))),o||i.NativeUI.j(t,this.or)),s||(i.NativeUI.j(r,this.ox),i.NativeUI.q(r,this.ci),i.NativeUI.t(r,this.ch))},Object.defineProperty(n.prototype,"a",{get:function(){var t=new i.AnimationKeyFrameEffectTiming;return t.g=300,t.b=0,t},enumerable:!0,configurable:!0}),n.prototype.onChildrenMutated=function(){this.l2((function(t){return t.view.ay()})),this.l3((function(t){return t.view.ae()})),this.l4((function(t){return t.view.q()})),this.l5((function(t){return t.view.q()}))},n.prototype.l1=function(){this.view.af();var t;null==this.q&&(this.q=i.KeyFrameAnimationFactory.f.c(this.view.c(this.a).m(new i.AnimationKeyFrameProperty(2,this.os)).m(new i.AnimationKeyFrameProperty(2,this.ot)))),null==this.o&&(this.o=i.KeyFrameAnimationFactory.f.c(this.view.a(this.a).m(new i.AnimationKeyFrameProperty(3,this.os),new i.AnimationKeyFrameProperty(4,2==this.k||3==this.k?new i.Thickness(0,this.ca):new i.Thickness(0,0))).m(new i.AnimationKeyFrameProperty(3,this.ot),new i.AnimationKeyFrameProperty(4,2==this.k||3==this.k?new i.Thickness(0,this.cb):new i.Thickness(0,0))))),null==this.p&&(this.p=i.KeyFrameAnimationFactory.f.c(this.view.b(this.a).m(new i.AnimationKeyFrameProperty(2,this.ot),new i.AnimationKeyFrameProperty(14,(t=new i.ScaleTransform,t.l=.5,t.m=1,t)),new i.AnimationKeyFrameProperty(1,0)).m(new i.AnimationKeyFrameProperty(2,this.ot),new i.AnimationKeyFrameProperty(14,function(){var t=new i.ScaleTransform;return t.l=1,t.m=1,t}()),new i.AnimationKeyFrameProperty(1,1))))},Object.defineProperty(n.prototype,"af",{get:function(){var t=!1;return this.l2((function(e){e.ao&&(t=!0)})),t},enumerable:!0,configurable:!0}),n.prototype.mc=function(){this.ac=this.t?this.ah:!!this.af,this.ai=!1,null!=this.lostFocus&&this.lostFocus(this,i.EventArgs.empty)},n.prototype.ml=function(t){this.df=c.b(t,n.fu,n.d1),this.e5=c.b(t,n.f5,n.ec),this.m6=c.d(t,n.nf,n.m9),this.tm=c.f(t,n.tv,n.tp),this.pf=c.e(t,n.rd,n.px),this.q0=c.e(t,n.ru,n.qe),this.q1=c.e(t,n.rv,n.qf),this.hb=c.b(t,n.gx,n.e4),this.ha=c.b(t,n.gw,n.e3),this.e9=c.b(t,n.f9,n.eg),this.so=c.e(t,n.se,n.qy),this.sp=c.e(t,n.sf,n.qz),this.q3=c.e(t,n.rx,n.qh),this.q2=c.e(t,n.rw,n.qg),this.g8=c.b(t,n.gu,n.e1),this.e8=c.b(t,n.f8,n.ef),this.e6=c.b(t,n.f6,n.ed),this.e7=c.b(t,n.f7,n.ee),this.g9=c.b(t,n.gv,n.e2),this.pe=c.e(t,n.rc,n.pw),this.fa=c.b(t,n.ga,n.eh),this.fb=c.b(t,n.gb,n.ei),this.nc=c.d(t,n.ng,n.na),this.ts=c.f(t,n.tw,n.tq),this.q5=c.e(t,n.rz,n.qj),this.q6=c.e(t,n.r0,n.qk),this.q7=c.e(t,n.r1,n.ql),this.fj=c.b(t,n.gj,n.eq),this.fi=c.b(t,n.gi,n.ep),this.ff=c.b(t,n.gf,n.em),this.ra=c.e(t,n.r4,n.qo),this.rb=c.e(t,n.r5,n.qp),this.q9=c.e(t,n.r3,n.qn),this.q8=c.e(t,n.r2,n.qm),this.fg=c.b(t,n.gg,n.en),this.fe=c.b(t,n.ge,n.el),this.fc=c.b(t,n.gc,n.ej),this.fd=c.b(t,n.gd,n.ek),this.fh=c.b(t,n.gh,n.eo),this.q4=c.e(t,n.ry,n.qi),this.dg=c.b(t,n.fv,n.d2),this.dh=c.b(t,n.fw,n.d3),this.m5=c.d(t,n.ne,n.m8),this.tl=c.f(t,n.tu,n.to),this.pp=c.e(t,n.rn,n.p7),this.pq=c.e(t,n.ro,n.p8),this.pr=c.e(t,n.rp,n.p9),this.dq=c.b(t,n.f4,n.eb),this.dp=c.b(t,n.f3,n.ea),this.dl=c.b(t,n.f0,n.d7),this.pu=c.e(t,n.rs,n.qc),this.pv=c.e(t,n.rt,n.qd),this.pt=c.e(t,n.rr,n.qb),this.ps=c.e(t,n.rq,n.qa),this.dm=c.b(t,n.f1,n.d8),this.dk=c.b(t,n.fz,n.d6),this.di=c.b(t,n.fx,n.d4),this.dj=c.b(t,n.fy,n.d5),this.dn=c.b(t,n.f2,n.d9),this.po=c.e(t,n.rm,n.p6),this.c5=c.b(t,n.fk,n.dr),this.c6=c.b(t,n.fl,n.ds),this.m4=c.d(t,n.nd,n.m7),this.tk=c.f(t,n.tt,n.tn),this.ph=c.e(t,n.rf,n.pz),this.pi=c.e(t,n.rg,n.p0),this.pj=c.e(t,n.rh,n.p1),this.de=c.b(t,n.ft,n.d0),this.dd=c.b(t,n.fs,n.dz),this.da=c.b(t,n.fp,n.dw),this.pm=c.e(t,n.rk,n.p4),this.pn=c.e(t,n.rl,n.p5),this.pl=c.e(t,n.rj,n.p3),this.pk=c.e(t,n.ri,n.p2),this.db=c.b(t,n.fq,n.dx),this.c9=c.b(t,n.fo,n.dv),this.c7=c.b(t,n.fm,n.dt),this.c8=c.b(t,n.fn,n.du),this.dc=c.b(t,n.fr,n.dy),this.pg=c.e(t,n.re,n.py),this.gy=c.b(t,n.gk,n.er),this.gz=c.b(t,n.gl,n.es),this.ni=c.d(t,n.nh,n.nb),this.ty=c.f(t,n.tx,n.tr),this.sh=c.e(t,n.r7,n.qr),this.si=c.e(t,n.r8,n.qs),this.sj=c.e(t,n.r9,n.qt),this.g7=c.b(t,n.gt,n.e0),this.g6=c.b(t,n.gs,n.ez),this.g3=c.b(t,n.gp,n.ew),this.sm=c.e(t,n.sc,n.qw),this.sn=c.e(t,n.sd,n.qx),this.sl=c.e(t,n.sb,n.qv),this.sk=c.e(t,n.sa,n.qu),this.g4=c.b(t,n.gq,n.ex),this.g2=c.b(t,n.go,n.ev),this.g0=c.b(t,n.gm,n.et),this.g1=c.b(t,n.gn,n.eu),this.g5=c.b(t,n.gr,n.ey),this.sg=c.e(t,n.r6,n.qq)},n.prototype.l6=function(){var t=this;this.l1(),this.ac?(this.l3((function(e){return e.ch(!0,!t.ad)})),this.l2((function(e){return e.de(t.al,!t.ad)}))):(this.l3((function(e){return e.ch(!1,!t.ad)})),this.l2((function(e){return e.de(t.al,!t.ad)})))},n.prototype.mb=function(){if(this.l1(),this.ai){this.l3((function(t){return t.al=!0})),this.mf(1)}else{this.l3((function(t){return t.al=!1})),this.mf(-1)}},n.prototype.ma=function(){this.ac=!this.t||this.ah,this.ai=!0,null!=this.gotFocus&&this.gotFocus(this,i.EventArgs.empty)},n.prototype.ms=function(){this.t?this.ac=this.t:this.ai?this.ac=!0:this.ac=!!this.af},n.prototype.mf=function(t){var e=this;t>0&&this.q.playbackRate<0||t<0&&this.q.playbackRate>0?(this.q.reverse(),this.q.finished.f((function(t){null!=e.q&&e.q.commitStyles(),e.ab&&(e.q=null,e.ab=!1)})),this.o.reverse(),this.o.finished.f((function(t){null!=e.o&&e.o.commitStyles(),e.s&&(e.o=null,e.s=!1)})),this.p.reverse(),this.p.finished.f((function(t){null!=e.p&&e.p.commitStyles(),e.aa&&(e.p=null,e.aa=!1)}))):(this.q.play(),this.q.finished.f((function(t){null!=e.q&&e.q.commitStyles(),e.ab&&(e.q=null,e.ab=!1)})),this.o.play(),this.o.finished.f((function(t){null!=e.o&&e.o.commitStyles(),e.s&&(e.o=null,e.s=!1)})),this.p.play(),this.p.finished.f((function(t){null!=e.p&&e.p.commitStyles(),e.aa&&(e.p=null,e.aa=!1)})))},Object.defineProperty(n.prototype,"os",{get:function(){return this.nm},set:function(t){var e=this.nm;this.nm=t,e!=this.nm&&this.md("ActualBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ot",{get:function(){return this.nn},set:function(t){var e=this.nn;this.nn=t,e!=this.nn&&this.md("ActualFocusBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ca",{get:function(){return this.am},set:function(t){var e=this.am;this.am=t,e!=this.am&&this.md("ActualBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cb",{get:function(){return this.an},set:function(t){var e=this.an;this.an=t,e!=this.an&&this.md("ActualFocusBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"mz",{get:function(){return this.mt},set:function(t){var e=this.mt;this.mt=t,e!=this.mt&&this.md("ActualCornerRadius",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tf",{get:function(){return this.s9},set:function(t){var e=this.s9;this.s9=t,e!=this.s9&&this.md("ActualContentPadding",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cj",{get:function(){return this.av},set:function(t){var e=this.av;this.av=t,e!=this.av&&this.md("ActualUnderlineWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ci",{get:function(){return this.au},set:function(t){var e=this.au;this.au=t,e!=this.au&&this.md("ActualUnderlineRippleWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cf",{get:function(){return this.ar},set:function(t){var e=this.ar;this.ar=t,e!=this.ar&&this.md("ActualHoverUnderlineWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ow",{get:function(){return this.nq},set:function(t){var e=this.nq;this.nq=t,e!=this.nq&&this.md("ActualUnderlineColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ox",{get:function(){return this.nr},set:function(t){var e=this.nr;this.nr=t,e!=this.nr&&this.md("ActualUnderlineRippleColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ov",{get:function(){return this.np},set:function(t){var e=this.np;this.np=t,e!=this.np&&this.md("ActualHoverUnderlineColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ou",{get:function(){return this.no},set:function(t){var e=this.no;this.n9=t,e!=this.no&&this.md("ActualFocusUnderlineColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cg",{get:function(){return this.as},set:function(t){var e=this.as;this.as=t,e!=this.as&&this.md("ActualUnderlineOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ce",{get:function(){return this.aq},set:function(t){var e=this.aq;this.aq=t,e!=this.aq&&this.md("ActualHoverUnderlineOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cc",{get:function(){return this.ao},set:function(t){var e=this.ao;this.ao=t,e!=this.ao&&this.md("ActualFocusUnderlineOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cd",{get:function(){return this.ap},set:function(t){var e=this.ap;this.ap=t,e!=this.ap&&this.md("ActualFocusUnderlineRippleOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ch",{get:function(){return this.at},set:function(t){var e=this.at;this.at=t,e!=this.at&&this.md("ActualUnderlineRippleOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"or",{get:function(){return this.nl},set:function(t){var e=this.nl;this.nl=t,e!=this.nl&&this.md("ActualBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cu",{get:function(){return this.a6},set:function(t){var e=this.a6;this.a6=t,e!=this.a6&&this.md("BorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hc",{get:function(){return this.bh},set:function(t){var e=this.bh;this.bh=t,e!=this.bh&&this.md("FocusBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"oz",{get:function(){return this.nt},set:function(t){var e=this.nt;this.nt=t,e!=this.nt&&this.md("BorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"m3",{get:function(){return this.mw},set:function(t){var e=this.mw;this.mw=t,e!=this.mw&&this.md("CornerRadius",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tj",{get:function(){return this.tc},set:function(t){var e=this.tc;this.tc=t,e!=this.tc&&this.md("ContentPadding",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h4",{get:function(){return this.b9},set:function(t){var e=this.b9;this.b9=t,e!=this.b9&&this.md("UnderlineWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h3",{get:function(){return this.b8},set:function(t){var e=this.b8;this.b8=t,e!=this.b8&&this.md("UnderlineRippleWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hg",{get:function(){return this.bl},set:function(t){var e=this.bl;this.bl=t,e!=this.bl&&this.md("HoverUnderlineWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s7",{get:function(){return this.op},set:function(t){var e=this.op;this.op=t,e!=this.op&&this.md("UnderlineColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s8",{get:function(){return this.oq},set:function(t){var e=this.oq;this.oq=t,e!=this.oq&&this.md("UnderlineRippleColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ss",{get:function(){return this.oa},set:function(t){var e=this.oa;this.oa=t,e!=this.oa&&this.md("HoverUnderlineColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sr",{get:function(){return this.n9},set:function(t){var e=this.n9;this.n9=t,e!=this.n9&&this.md("FocusUnderlineColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h1",{get:function(){return this.b6},set:function(t){var e=this.b6;this.b6=t,e!=this.b6&&this.md("UnderlineOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hf",{get:function(){return this.bk},set:function(t){var e=this.bk;this.bk=t,e!=this.bk&&this.md("HoverUnderlineOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hd",{get:function(){return this.bi},set:function(t){var e=this.bi;this.bi=t,e!=this.bi&&this.md("FocusUnderlineOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"he",{get:function(){return this.bj},set:function(t){var e=this.bj;this.bj=t,e!=this.bj&&this.md("FocusUnderlineRippleOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h2",{get:function(){return this.b7},set:function(t){var e=this.b7;this.b7=t,e!=this.b7&&this.md("UnderlineRippleOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"oy",{get:function(){return this.ns},set:function(t){var e=this.ns;this.ns=t,e!=this.ns&&this.md("BackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hh",{get:function(){return this.bm},set:function(t){var e=this.bm;this.bm=t,e!=this.bm&&this.md("LineTypeBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hi",{get:function(){return this.bn},set:function(t){var e=this.bn;this.bn=t,e!=this.bn&&this.md("LineTypeFocusBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sv",{get:function(){return this.od},set:function(t){var e=this.od;this.od=t,e!=this.od&&this.md("LineTypeFocusBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"su",{get:function(){return this.oc},set:function(t){var e=this.oc;this.oc=t,e!=this.oc&&this.md("LineTypeBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"nj",{get:function(){return this.mx},set:function(t){var e=this.mx;this.mx=t,e!=this.mx&&this.md("LineTypeCornerRadius",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tz",{get:function(){return this.td},set:function(t){var e=this.td;this.td=t,e!=this.td&&this.md("LineTypeContentPadding",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hq",{get:function(){return this.bv},set:function(t){var e=this.bv;this.bv=t,e!=this.bv&&this.md("LineTypeUnderlineWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hp",{get:function(){return this.bu},set:function(t){var e=this.bu;this.bu=t,e!=this.bu&&this.md("LineTypeUnderlineRippleWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hm",{get:function(){return this.br},set:function(t){var e=this.br;this.br=t,e!=this.br&&this.md("LineTypeHoverUnderlineWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sy",{get:function(){return this.og},set:function(t){var e=this.og;this.og=t,e!=this.og&&this.md("LineTypeUnderlineColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sz",{get:function(){return this.oh},set:function(t){var e=this.oh;this.oh=t,e!=this.oh&&this.md("LineTypeUnderlineRippleColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sx",{get:function(){return this.of},set:function(t){var e=this.of;this.oa=t,e!=this.of&&this.md("LineTypeHoverUnderlineColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sw",{get:function(){return this.oe},set:function(t){var e=this.oe;this.oe=t,e!=this.oe&&this.md("LineTypeFocusUnderlineColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hn",{get:function(){return this.bs},set:function(t){var e=this.bs;this.bs=t,e!=this.bs&&this.md("LineTypeUnderlineOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hl",{get:function(){return this.bq},set:function(t){var e=this.bq;this.bq=t,e!=this.bq&&this.md("LineTypeHoverUnderlineOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hj",{get:function(){return this.bo},set:function(t){var e=this.bo;this.bo=t,e!=this.bo&&this.md("LineTypeFocusUnderlineOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hk",{get:function(){return this.bp},set:function(t){var e=this.bp;this.bp=t,e!=this.bp&&this.md("LineTypeFocusUnderlineRippleOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ho",{get:function(){return this.bt},set:function(t){var e=this.bt;this.bt=t,e!=this.bt&&this.md("LineTypeUnderlineRippleOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"st",{get:function(){return this.ob},set:function(t){var e=this.ob;this.ob=t,e!=this.ob&&this.md("LineTypeBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cv",{get:function(){return this.a7},set:function(t){var e=this.a7;this.a7=t,e!=this.a7&&this.md("BoxTypeBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cw",{get:function(){return this.a8},set:function(t){var e=this.a8;this.a8=t,e!=this.a8&&this.md("BoxTypeFocusBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"o9",{get:function(){return this.n3},set:function(t){var e=this.n3;this.n3=t,e!=this.n3&&this.md("BoxTypeFocusBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"o8",{get:function(){return this.n2},set:function(t){var e=this.n2;this.n2=t,e!=this.n2&&this.md("BoxTypeBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"m1",{get:function(){return this.mv},set:function(t){var e=this.mv;this.mv=t,e!=this.mv&&this.md("BoxTypeCornerRadius",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"th",{get:function(){return this.tb},set:function(t){var e=this.tb;this.tb=t,e!=this.tb&&this.md("BoxTypeContentPadding",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"c4",{get:function(){return this.bg},set:function(t){var e=this.bg;this.bg=t,e!=this.bg&&this.md("BoxTypeUnderlineWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"c3",{get:function(){return this.bf},set:function(t){var e=this.bf;this.bf=t,e!=this.bf&&this.md("BoxTypeUnderlineRippleWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"c0",{get:function(){return this.bc},set:function(t){var e=this.bc;this.bc=t,e!=this.bc&&this.md("BoxTypeHoverUnderlineWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"pc",{get:function(){return this.n6},set:function(t){var e=this.n6;this.n6=t,e!=this.n6&&this.md("BoxTypeUnderlineColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"pd",{get:function(){return this.n7},set:function(t){var e=this.n7;this.n7=t,e!=this.n7&&this.md("BoxTypeUnderlineRippleColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"pb",{get:function(){return this.n5},set:function(t){var e=this.n5;this.oa=t,e!=this.n5&&this.md("BoxTypeHoverUnderlineColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"pa",{get:function(){return this.n4},set:function(t){var e=this.n4;this.n4=t,e!=this.n4&&this.md("BoxTypeFocusUnderlineColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"c1",{get:function(){return this.bd},set:function(t){var e=this.bd;this.bd=t,e!=this.bd&&this.md("BoxTypeUnderlineOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cz",{get:function(){return this.bb},set:function(t){var e=this.bb;this.bb=t,e!=this.bb&&this.md("BoxTypeHoverUnderlineOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cx",{get:function(){return this.a9},set:function(t){var e=this.a9;this.a9=t,e!=this.a9&&this.md("BoxTypeFocusUnderlineOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cy",{get:function(){return this.ba},set:function(t){var e=this.ba;this.ba=t,e!=this.ba&&this.md("BoxTypeFocusUnderlineRippleOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"c2",{get:function(){return this.be},set:function(t){var e=this.be;this.be=t,e!=this.be&&this.md("BoxTypeUnderlineRippleOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"o7",{get:function(){return this.n1},set:function(t){var e=this.n1;this.n1=t,e!=this.n1&&this.md("BoxTypeBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ck",{get:function(){return this.aw},set:function(t){var e=this.aw;this.aw=t,e!=this.aw&&this.md("BorderTypeBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cl",{get:function(){return this.ax},set:function(t){var e=this.ax;this.ax=t,e!=this.ax&&this.md("BorderTypeFocusBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"o2",{get:function(){return this.nw},set:function(t){var e=this.nw;this.nw=t,e!=this.nw&&this.md("BorderTypeFocusBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"o1",{get:function(){return this.nv},set:function(t){var e=this.nv;this.nv=t,e!=this.nv&&this.md("BorderTypeBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"m0",{get:function(){return this.mu},set:function(t){var e=this.mu;this.mu=t,e!=this.mu&&this.md("BorderTypeCornerRadius",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tg",{get:function(){return this.ta},set:function(t){var e=this.ta;this.ta=t,e!=this.ta&&this.md("BorderTypeContentPadding",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ct",{get:function(){return this.a5},set:function(t){var e=this.a5;this.a5=t,e!=this.a5&&this.md("BorderTypeUnderlineWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cs",{get:function(){return this.a4},set:function(t){var e=this.a4;this.a4=t,e!=this.a4&&this.md("BorderTypeUnderlineRippleWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cp",{get:function(){return this.a1},set:function(t){var e=this.a1;this.a1=t,e!=this.a1&&this.md("BorderTypeHoverUnderlineWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"o5",{get:function(){return this.nz},set:function(t){var e=this.nz;this.nz=t,e!=this.nz&&this.md("BorderTypeUnderlineColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"o6",{get:function(){return this.n0},set:function(t){var e=this.n0;this.n0=t,e!=this.n0&&this.md("BorderTypeUnderlineRippleColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"o4",{get:function(){return this.ny},set:function(t){var e=this.ny;this.oa=t,e!=this.ny&&this.md("BorderTypeHoverUnderlineColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"o3",{get:function(){return this.nx},set:function(t){var e=this.nx;this.nx=t,e!=this.nx&&this.md("BorderTypeFocusUnderlineColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cq",{get:function(){return this.a2},set:function(t){var e=this.a2;this.a2=t,e!=this.a2&&this.md("BorderTypeUnderlineOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"co",{get:function(){return this.a0},set:function(t){var e=this.a0;this.a0=t,e!=this.a0&&this.md("BorderTypeHoverUnderlineOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cm",{get:function(){return this.ay},set:function(t){var e=this.ay;this.ay=t,e!=this.ay&&this.md("BorderTypeFocusUnderlineOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cn",{get:function(){return this.az},set:function(t){var e=this.az;this.az=t,e!=this.az&&this.md("BorderTypeFocusUnderlineRippleOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cr",{get:function(){return this.a3},set:function(t){var e=this.a3;this.a3=t,e!=this.a3&&this.md("BorderTypeUnderlineRippleOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"o0",{get:function(){return this.nu},set:function(t){var e=this.nu;this.nu=t,e!=this.nu&&this.md("BorderTypeBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hr",{get:function(){return this.bw},set:function(t){var e=this.bw;this.bw=t,e!=this.bw&&this.md("SearchTypeBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hs",{get:function(){return this.bx},set:function(t){var e=this.bx;this.bx=t,e!=this.bx&&this.md("SearchTypeFocusBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s2",{get:function(){return this.ok},set:function(t){var e=this.ok;this.ok=t,e!=this.ok&&this.md("SearchTypeFocusBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s1",{get:function(){return this.oj},set:function(t){var e=this.oj;this.oj=t,e!=this.oj&&this.md("SearchTypeBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"nk",{get:function(){return this.my},set:function(t){var e=this.my;this.my=t,e!=this.my&&this.md("SearchTypeCornerRadius",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"t0",{get:function(){return this.te},set:function(t){var e=this.te;this.te=t,e!=this.te&&this.md("SearchTypeContentPadding",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h0",{get:function(){return this.b5},set:function(t){var e=this.b5;this.b5=t,e!=this.b5&&this.md("SearchTypeUnderlineWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hz",{get:function(){return this.b4},set:function(t){var e=this.b4;this.b4=t,e!=this.b4&&this.md("SearchTypeUnderlineRippleWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hw",{get:function(){return this.b1},set:function(t){var e=this.b1;this.b1=t,e!=this.b1&&this.md("SearchTypeHoverUnderlineWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s5",{get:function(){return this.on},set:function(t){var e=this.on;this.on=t,e!=this.on&&this.md("SearchTypeUnderlineColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s6",{get:function(){return this.oo},set:function(t){var e=this.oo;this.oo=t,e!=this.oo&&this.md("SearchTypeUnderlineRippleColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s4",{get:function(){return this.om},set:function(t){var e=this.om;this.oa=t,e!=this.om&&this.md("SearchTypeHoverUnderlineColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s3",{get:function(){return this.ol},set:function(t){var e=this.ol;this.ol=t,e!=this.ol&&this.md("SearchTypeFocusUnderlineColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hx",{get:function(){return this.b2},set:function(t){var e=this.b2;this.b2=t,e!=this.b2&&this.md("SearchTypeUnderlineOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hv",{get:function(){return this.b0},set:function(t){var e=this.b0;this.b0=t,e!=this.b0&&this.md("SearchTypeHoverUnderlineOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ht",{get:function(){return this.by},set:function(t){var e=this.by;this.by=t,e!=this.by&&this.md("SearchTypeFocusUnderlineOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hu",{get:function(){return this.bz},set:function(t){var e=this.bz;this.bz=t,e!=this.bz&&this.md("SearchTypeFocusUnderlineRippleOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hy",{get:function(){return this.b3},set:function(t){var e=this.b3;this.b3=t,e!=this.b3&&this.md("SearchTypeUnderlineRippleOpacity",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s0",{get:function(){return this.oi},set:function(t){var e=this.oi;this.oi=t,e!=this.oi&&this.md("SearchTypeBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ah",{get:function(){return this.x},set:function(t){var e=this.x;this.x=t,e!=this.x&&this.md("IsExpanded",e,t)},enumerable:!0,configurable:!0}),n.prototype.mj=function(){this.x=!1,this.t=!1,this.ms()},Object.defineProperty(n.prototype,"aj",{get:function(){return this.z},set:function(t){var e=this.z;this.z=t,e!=this.z&&this.md("IsHovered",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ai",{get:function(){return this.y},set:function(t){var e=this.y;this.y=t,e!=this.y&&this.md("IsFocused",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ac",{get:function(){return this.r},set:function(t){var e=this.r;this.r=t,e!=this.r&&this.md("ActualIsExpanded",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sq",{get:function(){return this.n8},set:function(t){var e=this.n8;this.n8=t,e!=this.n8&&this.md("FocusBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ki",{get:function(){return this.ib},set:function(t){var e=this.ib;this.ib=t,e!=this.ib&&this.md("Id",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabled",{get:function(){return this.w},set:function(t){var e=this.w;this.w=t,e!=this.w&&this.md("IsDisabled",e,t)},enumerable:!0,configurable:!0}),n.prototype.me=function(){},n.prototype.onDetachedFromUI=function(){this.view.ai()},n.prototype.onAttachedToUI=function(){this.view.ag()},n.prototype.ak=function(){return this.view.g()},n.prototype.ia=function(){return this.i()},n.prototype.j9=function(){return this.i().y()},n.prototype.i=function(){var t=new V;t.f=this.g,t.e=this.d,t.b=i.AppearanceHelper.a(this.os),t.o=this.ca,t.p=this.cb,t.z=this.mz,t.aa=this.tf,t.x=this.cj,t.w=this.ci,t.t=this.cf,t.c=i.AppearanceHelper.a(this.ow),t.d=i.AppearanceHelper.a(this.ox),t.u=this.cg,t.s=this.ce,t.q=this.cc,t.r=this.cd,t.v=this.ch,t.a=i.AppearanceHelper.a(this.or),t.g=this.ac,t.j=this.aj,t.i=this.ai,t.h=this.disabled,t.m=new i.List$1($.$,0),t.l=new i.List$1(K.$,0),t.k=new i.List$1(Y.$,0),t.n=new i.List$1(M.$,0);for(var e=0;e<this.inputs.count;e++)null!==i.typeCast(ut.$,this.inputs._inner[e])?(null==this.inputs._inner[e].e&&(this.inputs._inner[e].e="Prefix"+t.m.count.toString()),t.m.add1(this.inputs._inner[e].t())):null!==i.typeCast(pt.$,this.inputs._inner[e])?(null==this.inputs._inner[e].e&&(this.inputs._inner[e].e="Label"+t.l.count.toString()),t.l.add1(this.inputs._inner[e].au())):null!==i.typeCast(dt.$,this.inputs._inner[e])?(null==this.inputs._inner[e].e&&(this.inputs._inner[e].e="Input"+t.k.count.toString()),t.k.add1(this.inputs._inner[e].ba())):null!==i.typeCast(ht.$,this.inputs._inner[e])&&(null==this.inputs._inner[e].e&&(this.inputs._inner[e].e="Suffix"+t.n.count.toString()),t.n.add1(this.inputs._inner[e].t()));return t},n.prototype.provideContainer=function(t){this.view.ah(t)},Object.defineProperty(n.prototype,"inputs",{get:function(){return this.l},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h7",{get:function(){if(!this.h9.hasValue){var t=0;this.l3((function(e){return t++})),this.h9=i.toNullable(i.Number_$type,t)}return this.h9.value},enumerable:!0,configurable:!0}),n.prototype.mk=function(){this.h9=i.toNullable(i.Number_$type,null)},Object.defineProperty(n.prototype,"ae",{get:function(){return this.h7>0},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"al",{get:function(){return!this.ae||this.ac},enumerable:!0,configurable:!0}),n.$t=i.markType(n,"InputGroup",i.Base.$,[i.INotifyPropertyChanged_$type]),n.c=2,n.fu=0,n.f5=0,n.nf=new i.CornerRadius(1,0,0,0,0),n.tv=new i.Thickness(1,0,0,0,0),n.rd=i.BrushUtil.g(138,0,0,0),n.ru=i.BrushUtil.g(255,0,153,155),n.rv=i.BrushUtil.g(255,0,153,155),n.gx=1,n.gw=2,n.f9=2,n.se=i.BrushUtil.g(138,0,0,0),n.sf=i.BrushUtil.g(255,0,153,155),n.rx=i.BrushUtil.g(138,0,0,0),n.rw=i.BrushUtil.g(255,0,153,155),n.gu=1,n.f8=1,n.f6=1,n.f7=1,n.gv=0,n.rc=i.BrushUtil.g(0,0,0,0),n.ga=0,n.gb=0,n.ng=new i.CornerRadius(1,0,0,0,0),n.tw=new i.Thickness(1,0,0,0,0),n.rz=i.BrushUtil.g(138,0,0,0),n.r0=i.BrushUtil.g(255,0,153,155),n.r1=i.BrushUtil.g(255,0,153,155),n.gj=1,n.gi=2,n.gf=2,n.r4=i.BrushUtil.g(138,0,0,0),n.r5=i.BrushUtil.g(255,0,153,155),n.r3=i.BrushUtil.g(138,0,0,0),n.r2=i.BrushUtil.g(255,0,153,155),n.gg=1,n.ge=1,n.gc=1,n.gd=1,n.gh=0,n.ry=i.BrushUtil.g(0,0,0,0),n.fv=0,n.fw=0,n.ne=new i.CornerRadius(1,4,4,0,0),n.tu=new i.Thickness(1,16,0,16,0),n.rn=i.BrushUtil.g(138,0,0,0),n.ro=i.BrushUtil.g(255,0,153,155),n.rp=i.BrushUtil.g(255,0,153,155),n.f4=1,n.f3=2,n.f0=2,n.rs=i.BrushUtil.g(138,0,0,0),n.rt=i.BrushUtil.g(255,0,153,155),n.rr=i.BrushUtil.g(138,0,0,0),n.rq=i.BrushUtil.g(255,0,153,155),n.f1=1,n.fz=1,n.fx=1,n.fy=1,n.f2=0,n.rm=i.BrushUtil.g(20,0,0,0),n.fk=1,n.fl=2,n.nd=new i.CornerRadius(1,4,4,4,4),n.tt=new i.Thickness(1,16,0,16,0),n.rf=i.BrushUtil.g(138,0,0,0),n.rg=i.BrushUtil.g(255,0,153,155),n.rh=i.BrushUtil.g(255,0,153,155),n.ft=1,n.fs=2,n.fp=2,n.rk=i.BrushUtil.g(138,0,0,0),n.rl=i.BrushUtil.g(255,0,153,155),n.rj=i.BrushUtil.g(138,0,0,0),n.ri=i.BrushUtil.g(255,0,153,155),n.fq=0,n.fo=0,n.fm=0,n.fn=0,n.fr=0,n.re=i.BrushUtil.g(0,0,0,0),n.gk=1,n.gl=2,n.nh=new i.CornerRadius(1,4,4,4,4),n.tx=new i.Thickness(1,16,0,16,0),n.r7=i.BrushUtil.g(138,0,0,0),n.r8=i.BrushUtil.g(255,0,153,155),n.r9=i.BrushUtil.g(255,0,153,155),n.gt=1,n.gs=2,n.gp=2,n.sc=i.BrushUtil.g(138,0,0,0),n.sd=i.BrushUtil.g(255,0,153,155),n.sb=i.BrushUtil.g(138,0,0,0),n.sa=i.BrushUtil.g(255,0,153,155),n.gq=0,n.go=0,n.gm=0,n.gn=0,n.gr=0,n.r6=i.BrushUtil.g(0,0,0,0),n.d1=0,n.ec=0,n.m9=new i.CornerRadius(1,0,0,0,0),n.tp=new i.Thickness(1,0,0,0,0),n.px=i.BrushUtil.g(255,186,191,199),n.qe=i.BrushUtil.g(255,33,150,243),n.qf=i.BrushUtil.g(255,33,150,243),n.e4=1,n.e3=2,n.eg=2,n.qy=i.BrushUtil.g(255,186,191,199),n.qz=i.BrushUtil.g(255,33,150,243),n.qh=i.BrushUtil.g(255,186,191,199),n.qg=i.BrushUtil.g(255,33,150,243),n.e1=1,n.ef=1,n.ed=1,n.ee=1,n.e2=0,n.pw=i.BrushUtil.g(0,0,0,0),n.eh=0,n.ei=0,n.na=new i.CornerRadius(1,0,0,0,0),n.tq=new i.Thickness(1,0,0,0,0),n.qj=i.BrushUtil.g(255,186,191,199),n.qk=i.BrushUtil.g(255,33,150,243),n.ql=i.BrushUtil.g(255,33,150,243),n.eq=1,n.ep=2,n.em=2,n.qo=i.BrushUtil.g(255,186,191,199),n.qp=i.BrushUtil.g(255,33,150,243),n.qn=i.BrushUtil.g(255,186,191,199),n.qm=i.BrushUtil.g(255,33,150,243),n.en=1,n.el=1,n.ej=1,n.ek=1,n.eo=0,n.qi=i.BrushUtil.g(0,0,0,0),n.d2=0,n.d3=0,n.m8=new i.CornerRadius(1,4,4,0,0),n.to=new i.Thickness(1,16,0,16,0),n.p7=i.BrushUtil.g(255,186,191,199),n.p8=i.BrushUtil.g(255,33,150,243),n.p9=i.BrushUtil.g(255,33,150,243),n.eb=1,n.ea=2,n.d7=2,n.qc=i.BrushUtil.g(255,186,191,199),n.qd=i.BrushUtil.g(255,33,150,243),n.qb=i.BrushUtil.g(255,186,191,199),n.qa=i.BrushUtil.g(255,33,150,243),n.d8=1,n.d6=1,n.d4=1,n.d5=1,n.d9=0,n.p6=i.BrushUtil.g(20,0,0,0),n.dr=1,n.ds=2,n.m7=new i.CornerRadius(1,4,4,4,4),n.tn=new i.Thickness(1,16,0,16,0),n.pz=i.BrushUtil.g(255,186,191,199),n.p0=i.BrushUtil.g(255,33,150,243),n.p1=i.BrushUtil.g(255,33,150,243),n.d0=1,n.dz=2,n.dw=2,n.p4=i.BrushUtil.g(255,186,191,199),n.p5=i.BrushUtil.g(255,33,150,243),n.p3=i.BrushUtil.g(255,186,191,199),n.p2=i.BrushUtil.g(255,33,150,243),n.dx=0,n.dv=0,n.dt=0,n.du=0,n.dy=0,n.py=i.BrushUtil.g(0,0,0,0),n.er=1,n.es=2,n.nb=new i.CornerRadius(1,4,4,4,4),n.tr=new i.Thickness(1,16,0,16,0),n.qr=i.BrushUtil.g(255,186,191,199),n.qs=i.BrushUtil.g(255,33,150,243),n.qt=i.BrushUtil.g(255,33,150,243),n.e0=1,n.ez=2,n.ew=2,n.qw=i.BrushUtil.g(255,186,191,199),n.qx=i.BrushUtil.g(255,33,150,243),n.qv=i.BrushUtil.g(255,186,191,199),n.qu=i.BrushUtil.g(255,33,150,243),n.ex=0,n.ev=0,n.et=0,n.eu=0,n.ey=0,n.qq=i.BrushUtil.g(0,0,0,0),n.h8=0,n}(i.Base),ct=function(t){function n(){var e=t.call(this,at.$,0)||this;return e.collectionResetting=null,e}return e.__extends(n,t),n.prototype.p=function(){null!=this.collectionResetting&&this.collectionResetting(this,null),t.prototype.p.call(this)},n.$t=i.markType(n,"InputGroupInputCollection",i.ObservableCollection$1.$.specialize(at.$)),n}(i.ObservableCollection$1),pt=function(t){function n(){var e=t.call(this)||this;e.j=0,e._view=null,e.aa=null,e.z=null,e.n=0,e.m=1,e.co=c.e(n.k,n.c7,n.c0),e.cl=c.e(n.k,n.c4,n.cx),e.cm=c.e(n.k,n.c5,n.cy),e.cn=c.e(n.k,n.c6,n.cz),e.u=null,e.cs=n.c8,e.cp=n.c1,e.cq=n.c2,e.r=0,e.af=!1,e.ad=!1,e.v=null,e.cr=null,e.a1="ig-label-"+n.at++,e.ax="inline-block",e.ay="inline-block",e.az=null,e.av="center",e.ar=0,e.ab=!1,e.a0=null,e.aw=null,e.a2=null,e.ae=!1,e.ai=!1,e.ac=!1,e.ah=!1,e.ag=!1,e.ap=!1;var i=new st;return i.c=e,e.view=i,e.view.aa(),e}return e.__extends(n,t),Object.defineProperty(n.prototype,"l",{get:function(){return this.j},set:function(t){var e=this.j;this.j=t,e!=this.j&&this.g("BaseTheme",i.enumGetBox(i.BaseControlTheme_$type,e),i.enumGetBox(i.BaseControlTheme_$type,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"view",{get:function(){return this._view},set:function(t){this._view=t},enumerable:!0,configurable:!0}),n.prototype.destroy=function(){this.provideContainer(null)},Object.defineProperty(n.prototype,"i",{get:function(){var t=new i.AnimationKeyFrameEffectTiming;return t.g=300,t.b=0,t},enumerable:!0,configurable:!0}),n.prototype.b5=function(){var t=this;this.view.s();var e;if(null==this.aa){var n=new i.TransformGroup;n.j.add(((e=new i.TranslateTransform).k=t.view.j(),e)),n.j.add(function(){var t=new i.ScaleTransform;return t.l=1,t.m=1,t}());var r=-1.3*this.view.i();2==this.o&&(r=-1.05*this.view.i()),3==this.o&&(r=-1.01*this.view.i());var s=new i.TransformGroup;s.j.add(function(){var e=new i.TranslateTransform;return e.k=2==t.s?r:-.65*t.view.i(),e}()),s.j.add(function(){var t=new i.ScaleTransform;return t.l=.75,t.m=.75,t}()),this.aa=i.KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new i.AnimationKeyFrameProperty(14,n),new i.AnimationKeyFrameProperty(2,i.BrushUtil.g(0,255,255,255))).m(new i.AnimationKeyFrameProperty(14,s),new i.AnimationKeyFrameProperty(2,i.BrushUtil.g(2==this.s?255:0,255,255,255))))}null==this.z&&(this.z=i.KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new i.AnimationKeyFrameProperty(7,this.cw)).m(new i.AnimationKeyFrameProperty(7,this.ct))))},n.prototype.cf=function(t,e){var i=this;if(e>0&&t.playbackRate<0||e<0&&t.playbackRate>0){if(t.reverse(),this.ap)return t.finish(),void this.b6(t);t.finished.f((function(e){return i.b6(t)}))}else{if(t.play(),this.ap)return t.finish(),void this.b6(t);t.finished.f((function(e){return i.b6(t)}))}},n.prototype.b6=function(t){t.commitStyles(),t==this.aa&&this.ah&&(this.aa=null),t==this.z&&this.ag&&(this.z=null)},n.prototype.h=function(e,i,n){switch(t.prototype.h.call(this,e,i,n),e){case"BaseTheme":this.ci(this.l),this.ck();break;case"TextColor":case"HoverTextColor":case"TextStyle":case"HighlightTextColor":case"HoverHighlightTextColor":this.ck();break;case"ActualTextColor":case"ActualHoverTextColor":case"ActualTextStyle":case"ActualHighlightTextColor":case"ActualHoverHighlightTextColor":null!=this.aa&&(3==this.aa.playState?this.aa=null:this.ah=!0),null!=this.z&&(3==this.z.playState?this.z=null:this.ag=!0),this.cj();break;case"Text":this.view.ad();break;case"Density":this.o=0==this.p?1:this.p;break;case"ActualDensity":this.view.af(),this.view.ae();break;case"InputGroup":this.view.ae();break;case"IsHighlighted":this.b9();break;case"IsShifted":this.ca();break;case"ShiftType":null!=this.aa&&(3==this.aa.playState?this.aa=null:this.ah=!0),this.cd();break;case"Display":this.view.x();break;case"FlexDirection":this.view.y();break;case"FlexGrow":this.view.z();break;case"AlignItems":this.view.t()}},n.prototype.cd=function(){this.view.ae()},n.prototype.ca=function(){this.b5();var t=1;this.an||(t=-1),this.cf(this.aa,t)},n.prototype.b9=function(){this.b5();var t=1;this.al||(t=-1),this.cf(this.z,t)},n.prototype.ck=function(){this.cw=null!=this.dc?this.dc:n.c8,this.cv=null!=this.db?this.db:n.c8,this.ct=null!=this.c9?this.c9:n.c1,this.w=null!=this.y?this.y:n.x},n.prototype.cj=function(){null!=this.w&&this.view.ah(this.w),this.view.ac(this.cw)},n.prototype.ci=function(t){n.c8=c.e(t,n.c7,n.c0),n.c1=c.e(t,n.c4,n.cx),n.c3=c.e(t,n.c6,n.cz),n.c2=c.e(t,n.c5,n.cy)},Object.defineProperty(n.prototype,"p",{get:function(){return this.n},set:function(t){var e=this.n;this.n=t,e!=this.n&&this.g("Density",i.enumGetBox(i.ControlDisplayDensity_$type,e),i.enumGetBox(i.ControlDisplayDensity_$type,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"o",{get:function(){return this.m},set:function(t){var e=this.m;this.m=t,e!=this.m&&this.g("ActualDensity",i.enumGetBox(i.ControlDisplayDensity_$type,e),i.enumGetBox(i.ControlDisplayDensity_$type,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cw",{get:function(){return this.co},set:function(t){var e=this.co;this.co=t,e!=this.co&&this.g("ActualTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ct",{get:function(){return this.cl},set:function(t){var e=this.cl;this.cl=t,e!=this.cl&&this.g("ActualHighlightTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cu",{get:function(){return this.cm},set:function(t){var e=this.cm;this.cm=t,e!=this.cm&&this.g("ActualHoverHighlightTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cv",{get:function(){return this.cn},set:function(t){var e=this.cn;this.cn=t,e!=this.cn&&this.g("ActualHoverTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"w",{get:function(){return this.u},set:function(t){var e=this.u;this.u=t,e!=this.u&&this.g("ActualTextStyle",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"dc",{get:function(){return this.cs},set:function(t){var e=this.cs;this.cs=t,e!=this.cs&&this.g("TextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"c9",{get:function(){return this.cp},set:function(t){var e=this.cp;this.cp=t,e!=this.cp&&this.g("HighlightTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"da",{get:function(){return this.cq},set:function(t){var e=this.cq;this.cq=t,e!=this.cq&&this.g("HoverHighlightTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s",{get:function(){return this.r},set:function(t){var e=this.r;this.r=t,e!=this.r&&this.g("ShiftType",i.enumGetBox(X,e),i.enumGetBox(X,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"an",{get:function(){return this.af},set:function(t){var e=this.af;this.af=t,e!=this.af&&this.g("IsShifted",e,t)},enumerable:!0,configurable:!0}),n.prototype.ch=function(t,e){void 0===e&&(e=!0);var i=this.ap;e||(this.ap=!0);try{this.an=t}finally{e||(this.ap=i)}},Object.defineProperty(n.prototype,"al",{get:function(){return this.ad},set:function(t){var e=this.ad;this.ad=t,e!=this.ad&&this.g("IsHighlighted",e,t)},enumerable:!0,configurable:!0}),n.prototype.cb=function(){this.am=!0},n.prototype.cc=function(){this.am=!1},Object.defineProperty(n.prototype,"y",{get:function(){return this.v},set:function(t){var e=this.v;this.v=t,e!=this.v&&this.g("TextStyle",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"db",{get:function(){return this.cr},set:function(t){var e=this.cr;this.cr=t,e!=this.cr&&this.g("HoverTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"br",{get:function(){return this.a1},set:function(t){var e=this.a1;this.a1=t,e!=this.a1&&this.g("Id",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"bf",{get:function(){return this.ax},set:function(t){var e=this.ax;this.ax=t,e!=this.ax&&this.g("Display",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"bi",{get:function(){return this.ay},set:function(t){var e=this.ay;this.ay=t,e!=this.ay&&this.g("FlexDirection",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"bk",{get:function(){return this.az},set:function(t){var e=this.az;this.az=t,e!=this.az&&this.g("FlexGrow",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"a9",{get:function(){return this.av},set:function(t){var e=this.av;this.av=t,e!=this.av&&this.g("AlignItems",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"aj",{get:function(){return this.ab},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"as",{get:function(){return this.ar},set:function(t){var e=this.ar;this.ar=t,this.ab=!0,e!=this.ar&&this.g("TabIndex",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"bm",{get:function(){return this.a0},set:function(t){var e=this.a0;this.a0=t,e!=this.a0&&this.g("TabIndex",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"bb",{get:function(){return this.aw},set:function(t){var e=this.aw;this.aw=t,e!=this.aw&&this.g("AriaLabel",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"text",{get:function(){return this.a2},set:function(t){var e=this.a2;this.a2=t,e!=this.a2&&this.g("Text",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"am",{get:function(){return this.ae},set:function(t){var e=this.ae;this.ae=t,e!=this.ae&&this.g("IsHover",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"aq",{get:function(){return this.ai},set:function(t){var e=this.ai;this.ai=t,e!=this.ai&&this.g("Value",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabled",{get:function(){return this.ac},set:function(t){var e=this.ac;this.ac=t,e!=this.ac&&this.g("IsDisabled",e,t)},enumerable:!0,configurable:!0}),n.prototype.ce=function(){this.view.ad()},n.prototype.onDetachedFromUI=function(){this.view.w()},n.prototype.onAttachedToUI=function(){this.view.u()},n.prototype.ao=function(){return this.view.f()},n.prototype.au=function(){return this.q()},n.prototype.bh=function(){return this.q().q()},n.prototype.q=function(){var t=new K,e=this.view.n;if(t.b=this.l,t.d=this.p,t.c=this.o,t.a=i.AppearanceHelper.a(i.NativeUI.af(e)),t.e=this.s,t.i=this.an,t.g=this.al,t.m=this.bf,t.n=this.bi,t.o=this.bk,t.l=this.a9,t.r=this.text,t.h=this.am,t.j=this.aq,t.f=this.disabled,t.p=this.e,null!=this.w){var n=this.w;if(null!=this.view&&null==n.n){var r=this.view.k,s=i.FontUtil.getFontInfoFromString(r,n.fontString);n.n=s.n,n.d=s.d,n.o=s.o,n.q=s.q,n.r=s.r,n.s=s.s}null!=n.n&&(t.s=n.n),i.isNaN_(n.d)||(t.k=n.d),null!=n.s&&(t.w=n.s),null!=n.q&&(t.u=n.q),null!=n.o&&(t.t=n.q)}return t},n.prototype.provideContainer=function(t){this.view.v(t)},n.$t=i.markType(n,"Label",at.$),n.c7=i.BrushUtil.g(221,0,0,0),n.c4=i.BrushUtil.g(255,0,153,155),n.c6=i.BrushUtil.g(221,0,0,0),n.c5=i.BrushUtil.g(255,0,153,155),n.c0=i.BrushUtil.g(255,24,29,31),n.cx=i.BrushUtil.g(255,33,150,243),n.cz=i.BrushUtil.g(255,24,29,31),n.cy=i.BrushUtil.g(255,33,150,243),n.k=2,n.c8=c.e(n.k,n.c7,n.c0),n.c1=c.e(n.k,n.c4,n.cx),n.c3=c.e(n.k,n.c6,n.cz),n.c2=c.e(n.k,n.c5,n.cy),n.x=null,n.at=0,n}(at),dt=function(t){function n(){var e=t.call(this)||this;e.x=null,e.a1=0,e.a2=0,e.t=0,e.bj="",e.bd="",e.ae=!1,e.be=null,e.af=!1,e.am=!1,e._view=null,e.q=0,e.k=1,e.j=1,e.bi=null,e.bl="_",e.ah=!1,e.dm=n.dt,e.dl=n.ds,e.y=null,e.dp=n.dt,e.keyDown=null,e.keyUp=null,e.keyPress=null,e.gotFocus=null,e.lostFocus=null,e.mouseDown=null,e.mouseUp=null,e.z=null,e.bh="text",e.bk="text",e.dn=null,e.bg="ig-input-"+n.a9++,e.a3=0,e.ag=!1,e.bf=null,e.bc=null,e.ak=!1,e.bb=null,e.bm=null,e.aj=!1,e.ai=!1,e.change=null,e.changing=null,e.compositionStart=null,e.compositionEnd=null,e.al=!0,e.ad=null,e.au=!1,e.x=new Z;var r=new ot;return r.b=e,e.view=r,e.view.ao(),n.ab=new i.FontInfo,n.ab.n="'Segoe UI', Verdana",e}return e.__extends(n,t),Object.defineProperty(n.prototype,"view",{get:function(){return this._view},set:function(t){this._view=t},enumerable:!0,configurable:!0}),n.prototype.destroy=function(){this.provideContainer(null)},Object.defineProperty(n.prototype,"r",{get:function(){return this.q},set:function(t){var e=this.q;this.q=t,e!=this.q&&this.g("ShiftType",i.enumGetBox(H,e),i.enumGetBox(H,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"m",{get:function(){return this.k},set:function(t){var e=this.k;this.k=t,e!=this.k&&this.g("Density",i.enumGetBox(i.ControlDisplayDensity_$type,e),i.enumGetBox(i.ControlDisplayDensity_$type,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"l",{get:function(){return this.j},set:function(t){var e=this.j;this.j=t,e!=this.j&&this.g("ActualDensity",i.enumGetBox(i.ControlDisplayDensity_$type,e),i.enumGetBox(i.ControlDisplayDensity_$type,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"b6",{get:function(){return this.bi},set:function(t){var e=this.bi;this.bi=t,e!=this.bi&&this.g("Mask",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ca",{get:function(){return this.bl},set:function(t){var e=this.bl;this.bl=t,e!=this.bl&&this.g("PromptChar",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ap",{get:function(){return this.ah},set:function(t){var e=this.ah;this.ah=t,e!=this.ah&&this.g("IncludeLiterals",e,t)},enumerable:!0,configurable:!0}),n.prototype.h=function(e,i,n){switch(t.prototype.h.call(this,e,i,n),e){case"TextColor":case"HoverTextColor":case"TextStyle":this.dj();break;case"ActualTextColor":case"ActualHoverTextColor":case"ActualTextStyle":this.di();break;case"Value":this.ai||(this.view.at(this.cg),null!=this.b&&this.b.ms(),null==this.b6||this.am||this.dk(this.cg));break;case"Density":this.l=0==this.m?1:this.m;break;case"ActualDensity":this.view.az(),this.view.ay();break;case"InputGroup":this.cx();break;case"ShiftType":this.c8();break;case"InputType":this.c9();break;case"Placeholder":this.c7();break;case"Mask":this.b8=this.b6;break;case"PromptChar":case"IncludeLiterals":break;case"IsShown":this.cy();break;case"IsDisabled":this.view.au(this.aj)}},n.prototype.c7=function(){this.view.aq()},n.prototype.c9=function(){this.view.as()},n.prototype.c8=function(){this.view.ay()},n.prototype.cx=function(){this.view.ay()},n.prototype.dj=function(){this.dr=null!=this.dv?this.dv:n.dt,this.dq=null!=this.du?this.du:n.dt,this.aa=null!=this.ac?this.ac:n.ab},n.prototype.di=function(){null!=this.aa&&this.view.a1(this.aa),i.NativeUI.n(this.view.o,this.dr)},Object.defineProperty(n.prototype,"dr",{get:function(){return this.dm},set:function(t){var e=this.dm;this.dm=t,e!=this.dm&&this.g("ActualTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"dq",{get:function(){return this.dl},set:function(t){var e=this.dl;this.dl=t,e!=this.dl&&this.g("ActualHoverTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"aa",{get:function(){return this.y},set:function(t){var e=this.y;this.y=t,e!=this.y&&this.g("ActualTextStyle",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"dv",{get:function(){return this.dp},set:function(t){var e=this.dp;this.dp=t,e!=this.dp&&this.g("TextColor",e,t)},enumerable:!0,configurable:!0}),n.prototype.co=function(){null!=this.b6&&this.dg(this.cg),null!=this.lostFocus&&this.lostFocus(this,i.EventArgs.empty)},n.prototype.cw=function(){null!=this.b6&&this.dh(this.cg),null!=this.gotFocus&&this.gotFocus(this,i.EventArgs.empty)},n.prototype.cz=function(t){if(null!=this.b6){var e=t.keyCode;(17==e&&90==e||17==e&&89==e)&&t.preventDefault(),this.t=e,this.a2=this.a5(),this.a1=this.a4()}null!=this.keyDown&&this.keyDown(this,t)},n.prototype.c1=function(t){null!=this.keyUp&&this.keyUp(this,t)},n.prototype.c0=function(t){null!=this.keyPress&&this.keyPress(this,t)},n.prototype.c2=function(t){null!=this.mouseDown&&this.mouseDown(this,t)},n.prototype.c5=function(t){null!=this.mouseUp&&this.mouseUp(this,t)},n.prototype.c6=function(){null!=this.b6&&(this.bj=this.cg,this.a2=this.a5())},n.prototype.cu=function(){null!=this.b6&&(this.ae||this.dh(this.bd))},n.prototype.cv=function(){null!=this.b6&&(this.ae||this.dg(this.cg))},n.prototype.cp=function(){var t,e=this;this.ai=!0,this.cg=this.view.q(),null!=this.change&&this.change(this,((t=new tt).value=e.cg,t.isCompositionInProgress=e.view.e,t)),this.ai=!1},n.prototype.cq=function(){var t,e=this;if(this.ai=!0,this.cg=this.view.q(),this.ai=!1,null!=this.b6){this.am=!0,this.af&&(this.a2=this.a5()),this.cg.length<this.bj.length&&229==this.t&&(this.t=8);this.a5(),this.a4();var i="";switch(this.t){case 46:this.a1=this.a2==this.a1?++this.a1:this.a1;break;case 8:this.a2=this.a5();break;default:i=this.cg.substr(this.a2,this.a4()-this.a2)}var n=new et;n.a=this.b6,n.b=this.ca;var r=this.x.a(this.bj,i,n,this.a2,this.a1);this.cg=r.b,8==this.t&&(r.a=this.a2),this.df(r.a,r.a);var s=this.x.i(this.cg,n);this.bd=this.ap?this.cg:s,this.ci(),this.am=!1}this.ai=!0,null!=this.changing&&this.changing(this,((t=new tt).value=e.cg,t.isCompositionInProgress=e.view.e,t)),this.ai=!1},n.prototype.cs=function(){null!=this.compositionStart&&this.compositionStart(this,new i.EventArgs)},n.prototype.cr=function(){null!=this.compositionEnd&&this.compositionEnd(this,new i.EventArgs)},n.prototype.c3=function(){this.ar=!0},n.prototype.c4=function(){this.ar=!1},Object.defineProperty(n.prototype,"ac",{get:function(){return this.z},set:function(t){var e=this.z;this.z=t,e!=this.z&&this.g("TextStyle",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"b1",{get:function(){return this.bh},set:function(t){var e=this.bh;this.bh=t,e!=this.bh&&this.g("InputType",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"b8",{get:function(){return this.bk},set:function(t){var e=this.bk;this.bk=t,e!=this.bk&&this.g("Placeholder",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"du",{get:function(){return this.dn},set:function(t){var e=this.dn;this.dn=t,e!=this.dn&&this.g("HoverTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"by",{get:function(){return this.bg},set:function(t){var e=this.bg;this.bg=t,e!=this.bg&&this.g("Id",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"an",{get:function(){return this.ag},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"a8",{get:function(){return this.a3},set:function(t){var e=this.a3;this.a3=t,this.ag=!0,e!=this.a3&&this.g("TabIndex",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"bv",{get:function(){return this.bf},set:function(t){var e=this.bf;this.bf=t,e!=this.bf&&this.g("TabIndex",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"br",{get:function(){return this.bc},set:function(t){var e=this.bc;this.bc=t,e!=this.bc&&this.g("AriaLabel",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ar",{get:function(){return this.ak},set:function(t){var e=this.ak;this.ak=t,e!=this.ak&&this.g("IsHover",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cg",{get:function(){return this.bm},set:function(t){var e=this.bm;this.bm=t,e!=this.bm&&this.g("Value",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ao",{get:function(){return!i.stringIsNullOrEmpty(this.cg)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabled",{get:function(){return this.aj},set:function(t){var e=this.aj;this.aj=t,e!=this.aj&&this.g("IsDisabled",e,t)},enumerable:!0,configurable:!0}),n.prototype.da=function(){},n.prototype.onDetachedFromUI=function(){this.view.am()},n.prototype.onAttachedToUI=function(){this.view.aj()},n.prototype.at=function(){return this.view.f()},n.prototype.ba=function(){return this.n()},n.prototype.bu=function(){return this.n().n()},n.prototype.n=function(){var t=new Y,e=this.view.o;if(t.h=this.view.j.rootWrapper.getNativeElement().offsetTop,t.f=this.view.j.rootWrapper.getNativeElement().offsetLeft,t.c=this.r,t.b=this.l,t.j=this.b6,t.m=this.ca,t.d=this.ap,t.a=i.AppearanceHelper.a(i.NativeUI.af(e)),t.i=this.b1,t.l=this.b8,t.e=this.ar,t.t=this.cg,t.k=this.e,null!=this.aa){var n=this.aa;if(null!=this.view&&null==n.n){var r=this.view.j,s=i.FontUtil.getFontInfoFromString(r,n.fontString);n.n=s.n,n.d=s.d,n.o=s.o,n.q=s.q,n.r=s.r,n.s=s.s}null!=n.n&&(t.o=n.n),i.isNaN_(n.d)||(t.g=n.d),null!=n.s&&(t.s=n.s),null!=n.q&&(t.q=n.q),null!=n.o&&(t.p=n.q)}return t},n.prototype.df=function(t,e){this.view.aw(t,e)},n.prototype.provideContainer=function(t){this.view.al(t)},n.prototype.cj=function(){this.co(),this.view.ak()},n.prototype.focus=function(t){void 0===t&&(t=!1),this.cw(),this.view.an(t)},n.prototype.dd=function(){this.view.ar()},n.prototype.dh=function(t){this.am=!0;var e=new et;e.a=this.b6,e.b=this.ca,this.cg=this.x.h(this.cg,e),this.bj=this.cg,this.am=!1},n.prototype.dg=function(t){this.am=!0;var e=new et;e.a=this.b6,e.b=this.ca,t==this.x.h(null,e)&&(this.cg=""),this.am=!1},n.prototype.dk=function(t){var e,i=this,n=new et;n.a=this.b6,n.b=this.ca,null!=this.ca&&this.ca.length>1&&(n.b=this.ca.substr(0,1)),this.cg=null!=t?this.x.h(t,n):"",this.bd=this.ap?this.cg:t,null!=this.changing&&this.changing(this,((e=new tt).value=i.cg,e.isCompositionInProgress=i.view.e,e))},n.prototype.ci=function(){this.bj=this.cg,this.af=!1,this.a2=0,this.a1=0,this.t=0},n.prototype.a5=function(){var t=this.view.n(),e=this.view.m();return t==e&&this.af?e-this.be.length:t},n.prototype.a4=function(){return this.view.m()},Object.defineProperty(n.prototype,"selectionStart",{get:function(){return this.a5()},set:function(t){this.view.ax(t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"selectionEnd",{get:function(){return this.a4()},set:function(t){this.view.av(t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"as",{get:function(){return this.al},set:function(t){var e=this.al;this.al=t,e!=this.al&&this.g("IsShown",e,t)},enumerable:!0,configurable:!0}),n.prototype.de=function(t,e){void 0===e&&(e=!0);var i=this.au;e||(this.au=!0);try{this.as=t}finally{e||(this.au=i)}},n.prototype.cy=function(){this.cl(),this.db(this.ad,this.as)},n.prototype.cl=function(){this.view.ai(),null==this.ad&&(this.ad=i.KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new i.AnimationKeyFrameProperty(1,0)).m(new i.AnimationKeyFrameProperty(1,1))))},Object.defineProperty(n.prototype,"i",{get:function(){var t=new i.AnimationKeyFrameEffectTiming;return t.g=300,t.b=0,t},enumerable:!0,configurable:!0}),n.prototype.db=function(t,e){if(e!=t.playbackRate<0?t.play():t.reverse(),this.au)return t.finish(),void t.commitStyles();t.finished.f((function(e){return t.commitStyles()}))},n.$t=i.markType(n,"Input",at.$),n.dt=i.BrushUtil.g(221,0,0,0),n.ds=i.BrushUtil.g(221,0,0,0),n.ab=null,n.a9=0,n}(at),ft=function(t){function n(){var e=t.call(this)||this;return e._settingAttributes=!1,e._attached=!1,e._queuedSetAttributes=[],e._updatingFromAttribute=!1,e.__p=null,e._hasUserValues=new Set,e._stylingContainer=null,e._stylingParent=null,e._inStyling=!1,e._styling&&i.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(e)),e._implementation=e.createImplementation(),e._implementation.externalObject=e,e.onImplementationCreated(),e}return e.__extends(n,t),n.prototype.createImplementation=function(){return null},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n._createFromInternal=function(t){if(!t)return null;if(!t.$type)return null;var e="Igc"+t.$type.name+"Component";return i.TypeRegistrar.isRegistered(e)?i.TypeRegistrar.create(e):null},n.prototype.onImplementationCreated=function(){},n.prototype._enqueueSetAttribute=function(t,e){this._queuedSetAttributes.push({attrName:t,attrValue:e})},n.prototype._flushQueuedAttributes=function(){this._settingAttributes=!0;for(var t=0;t<this._queuedSetAttributes.length;t++)this.setAttribute(this._queuedSetAttributes[t].attrName,this._queuedSetAttributes[t].attrValue);this._settingAttributes=!1,this._queuedSetAttributes.length=0},n.prototype._a=function(t,e){this._updatingFromAttribute||(e&&(e=e.toString()),this._settingAttributes=!0,t=i.toSpinal(t),this._attached?this.setAttribute(t,e):this._enqueueSetAttribute(t,e),this._settingAttributes=!1)},n.prototype.connectedCallback=function(){t.prototype.connectedCallback&&t.prototype.connectedCallback.call(this),this._attached||(this._attached=!0,this._flushQueuedAttributes())},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcInputGroupItemComponent){for(var t=i.getAllPropertyNames(n),e=0;e<t.length;e++)t[e]=i.toSpinal(t[e]);n._observedAttributesIgcInputGroupItemComponent=t}return n._observedAttributesIgcInputGroupItemComponent},enumerable:!0,configurable:!0}),n.prototype.attributeChangedCallback=function(t,e,n){if(!this._settingAttributes){var r=i.fromSpinal(t);this._updatingFromAttribute=!0,this[r]=n,this._updatingFromAttribute=!1}},Object.defineProperty(n.prototype,"name",{get:function(){return this.i.e},set:function(t){this.i.e=t},enumerable:!0,configurable:!0}),n.prototype.findByName=function(t){return null},Object.defineProperty(n.prototype,"hasUserValues",{get:function(){return this._hasUserValues},enumerable:!0,configurable:!0}),n.prototype.__m=function(t){this._inStyling||this._hasUserValues.add(t)},n.prototype._styling=function(t,e,n){if(!this._inStyling){this._inStyling=!0,this._stylingContainer=t,this._stylingParent=e;var r,s=this.i.$type.name;0===s.indexOf("Xam")&&(s=s.substring(3)),r=i.toSpinal("InputGroupItemComponent");var o=[],a=i.toSpinal(s);o.push(a+"-");for(var h=this.i.$type.baseType;h&&"Object"!=h.name&&"Base"!=h.name&&"Control"!=h.name&&"DependencyObject"!=h.Name&&"FrameworkElement"!=h.Name;){0===(s=h.name).indexOf("Xam")&&(s=s.substring(3));var u=i.toSpinal(s);o.push(u+"-"),h=h.baseType}if(n){var l=n.i.$type.name;0===l.indexOf("Xam")&&(l=l.substring(3));var c=i.toSpinal(l);o.push(c+"-"+r+"-"),o.push(c+"-"+a+"-")}i.initializePropertiesFromCss(t,this,r+"-",this.hasUserValues,!1,o),this._otherStyling&&this._otherStyling(t,e,n),this._inStyling=!1}},n._observedAttributesIgcInputGroupItemComponent=null,n}(i.IgcHTMLElement),bt=function(){function t(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated()}return t.prototype.createImplementation=function(){return new tt},Object.defineProperty(t.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),t.prototype.onImplementationCreated=function(){},t.prototype._provideImplementation=function(t){this._implementation=t,this._implementation.externalObject=this,this.onImplementationCreated()},Object.defineProperty(t.prototype,"value",{get:function(){return this.i.value},set:function(t){this.i.value=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isCompositionInProgress",{get:function(){return this.i.isCompositionInProgress},set:function(t){this.i.isCompositionInProgress=i.ensureBool(t)},enumerable:!0,configurable:!0}),t}(),gt="\n.ig-input input::-ms-clear {\n display: none;\n width: 0;\n height: 0;\n}\n\n",yt=[],mt=new WeakMap;function vt(){document&&(mt.has(document)||(!function(t,e,i){void 0===i&&(i=null);for(var n=0;n<document.head.children.length;n++){var r=document.head.children[n];if("link"==r.tagName&&r.hasAttribute(e))return}var s=document.createElement("link");if(s.setAttribute("href","data:text/css;charset=UTF-8,"+encodeURIComponent(t)),s.setAttribute("rel","stylesheet"),s.setAttribute("type","text/css"),s.setAttribute(e,"true"),i){s.onload=function(){s.onload=null,i()}}document.head.appendChild(s)}(gt,"data-ig-input-style",(function(){var t=yt;yt=null,t.forEach((function(t,e,i){}))})),mt.set(document,!0)))}var _t=function(t){function n(){var n=t.call(this)||this;n._disconnected=!1,n._keyDown=null,n._keyDown_wrapped=null,n._keyUp=null,n._keyUp_wrapped=null,n._keyPress=null,n._keyPress_wrapped=null,n._change=null,n._change_wrapped=null,n._changing=null,n._changing_wrapped=null,vt(),n._styling&&i.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(n)),n._portalManager=new i.PortalManager("inputContent"),n._renderer=new i.WebComponentRenderer(n,document,!0,{},n._portalManager),n._container=n._renderer.createElement("div"),n._renderer.updateRoot(n._container),n._implementation=n.createImplementation(),n._implementation.externalObject=n,n._container,null!=n._container.getNativeElement()&&n._container.getNativeElement(),n._wrapper=n._renderer;var r=n.i;return n._input=r,r.provideContainer(n._renderer),n._onChildrenChanged(),new MutationObserver((function(t){var i,r;try{for(var s=e.__values(t),o=s.next();!o.done;o=s.next()){"childList"==o.value.type&&n._onChildrenChanged()}}catch(t){i={error:t}}finally{try{o&&!o.done&&(r=s.return)&&r.call(s)}finally{if(i)throw i.error}}})).observe(n,{childList:!0}),n}return e.__extends(n,t),n.prototype._onChildrenChanged=function(){for(var t=[],e=0;e<this.childNodes.length;e++){var i=this.childNodes[e];i!==this._container.getNativeElement()&&t.push(i)}this._portalManager.onChildrenChanged(t)},n.prototype.updateStyle=function(){this._styling(this,this)},n.prototype.destroy=function(){this._input.destroy(),this._wrapper.destroy()},n.prototype.createImplementation=function(){return new dt},n.prototype.disconnectedCallback=function(){this._disconnected=!0,this.i&&this.i.onDetachedFromUI()},n.prototype.connectedCallback=function(){if(this._disconnected)return this._disconnected=!1,void(this.i&&this.i.onAttachedToUI());this.classList.add("ig-input"),this.classList.add("igc-input"),this.appendChild(this._container.getNativeElement()),this._attached=!0,this.style.display="inline-block",this.style.verticalAlign="middle",this._flushQueuedAttributes(),this._styling(this,this),this.afterContentInit()},n.prototype.afterContentInit=function(){},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcInputComponent){for(var t=i.getAllPropertyNames(n),e=0;e<t.length;e++)t[e]=i.toSpinal(t[e]);n._observedAttributesIgcInputComponent=t}return n._observedAttributesIgcInputComponent},enumerable:!0,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,i.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"density",{get:function(){return this.i.m},set:function(t){this.i.m=i.ensureEnum(i.ControlDisplayDensity_$type,t),this._a("density",i.enumToString(i.ControlDisplayDensity_$type,this.i.m))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualDensity",{get:function(){return this.i.l},set:function(t){this.i.l=i.ensureEnum(i.ControlDisplayDensity_$type,t),this._a("actualDensity",i.enumToString(i.ControlDisplayDensity_$type,this.i.l))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"mask",{get:function(){return this.i.b6},set:function(t){this.i.b6=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"promptChar",{get:function(){return this.i.ca},set:function(t){this.i.ca=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"includeLiterals",{get:function(){return this.i.ap},set:function(t){this.i.ap=i.ensureBool(t),this._a("includeLiterals",this.i.ap)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualTextColor",{get:function(){return i.brushToString(this.i.dr)},set:function(t){this.i.dr=i.stringToBrush(t),this._a("actualTextColor",i.brushToString(this.i.dr))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualHoverTextColor",{get:function(){return i.brushToString(this.i.dq)},set:function(t){this.i.dq=i.stringToBrush(t),this._a("actualHoverTextColor",i.brushToString(this.i.dq))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"textColor",{get:function(){return i.brushToString(this.i.dv)},set:function(t){this.i.dv=i.stringToBrush(t),this._a("textColor",i.brushToString(this.i.dv))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"textStyle",{get:function(){return null==this.i.ac?null:this.i.ac.fontString},set:function(t){var e=new i.FontInfo;e.fontString=t,this.i.ac=e,this._a("textStyle",null!=this.i.ac?this.i.ac.fontString:"")},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"inputType",{get:function(){return this.i.b1},set:function(t){this.i.b1=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"placeholder",{get:function(){return this.i.b8},set:function(t){this.i.b8=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hoverTextColor",{get:function(){return i.brushToString(this.i.du)},set:function(t){this.i.du=i.stringToBrush(t),this._a("hoverTextColor",i.brushToString(this.i.du))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"id",{get:function(){return this.i.by},set:function(t){this.i.by=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tabIndex",{get:function(){return this.i.a8},set:function(t){this.i.a8=+t,this._a("tabIndex",this.i.a8)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"for",{get:function(){return this.i.bv},set:function(t){this.i.bv=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ariaLabel",{get:function(){return this.i.br},set:function(t){this.i.br=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isHover",{get:function(){return this.i.ar},set:function(t){this.i.ar=i.ensureBool(t),this._a("isHover",this.i.ar)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"value",{get:function(){return this.i.cg},set:function(t){this.i.cg=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hasValue",{get:function(){return this.i.ao},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabled",{get:function(){return this.i.disabled},set:function(t){this.i.disabled=i.ensureBool(t),this._a("disabled",this.i.disabled)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"selectionStart",{get:function(){return this.i.selectionStart},set:function(t){this.i.selectionStart=+t,this._a("selectionStart",this.i.selectionStart)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"selectionEnd",{get:function(){return this.i.selectionEnd},set:function(t){this.i.selectionEnd=+t,this._a("selectionEnd",this.i.selectionEnd)},enumerable:!0,configurable:!0}),n.prototype.onDetachedFromUI=function(){this.i.onDetachedFromUI()},n.prototype.onAttachedToUI=function(){this.i.onAttachedToUI()},n.prototype.exportVisualModel=function(){return this.i.ba()},n.prototype.exportSerializedVisualModel=function(){return this.i.bu()},n.prototype.setSelectionRange=function(t,e){this.i.df(t,e)},n.prototype.blur=function(){this.i.cj()},n.prototype.select=function(){this.i.dd()},Object.defineProperty(n.prototype,"keyDown",{get:function(){return this._keyDown},set:function(t){var e=this;null!==this._keyDown_wrapped&&(this.i.keyDown=i.delegateRemove(this.i.keyDown,this._keyDown_wrapped),this._keyDown_wrapped=null,this._keyDown=null),this._keyDown=t,this._keyDown_wrapped=function(t,n){var r=new i.IgcKeyEventArgs;r._provideImplementation(n),e.beforeKeyDown&&e.beforeKeyDown(e,r),e._keyDown&&e._keyDown(e,r)},this.i.keyDown=i.delegateCombine(this.i.keyDown,this._keyDown_wrapped)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"keyUp",{get:function(){return this._keyUp},set:function(t){var e=this;null!==this._keyUp_wrapped&&(this.i.keyUp=i.delegateRemove(this.i.keyUp,this._keyUp_wrapped),this._keyUp_wrapped=null,this._keyUp=null),this._keyUp=t,this._keyUp_wrapped=function(t,n){var r=new i.IgcKeyEventArgs;r._provideImplementation(n),e.beforeKeyUp&&e.beforeKeyUp(e,r),e._keyUp&&e._keyUp(e,r)},this.i.keyUp=i.delegateCombine(this.i.keyUp,this._keyUp_wrapped)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"keyPress",{get:function(){return this._keyPress},set:function(t){var e=this;null!==this._keyPress_wrapped&&(this.i.keyPress=i.delegateRemove(this.i.keyPress,this._keyPress_wrapped),this._keyPress_wrapped=null,this._keyPress=null),this._keyPress=t,this._keyPress_wrapped=function(t,n){var r=new i.IgcKeyEventArgs;r._provideImplementation(n),e.beforeKeyPress&&e.beforeKeyPress(e,r),e._keyPress&&e._keyPress(e,r)},this.i.keyPress=i.delegateCombine(this.i.keyPress,this._keyPress_wrapped)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"change",{get:function(){return this._change},set:function(t){var e=this;null!==this._change_wrapped&&(this.i.change=i.delegateRemove(this.i.change,this._change_wrapped),this._change_wrapped=null,this._change=null),this._change=t,this._change_wrapped=function(t,i){var n=new bt;n._provideImplementation(i),e.beforeChange&&e.beforeChange(e,n),e._change&&e._change(e,n)},this.i.change=i.delegateCombine(this.i.change,this._change_wrapped)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"changing",{get:function(){return this._changing},set:function(t){var e=this;null!==this._changing_wrapped&&(this.i.changing=i.delegateRemove(this.i.changing,this._changing_wrapped),this._changing_wrapped=null,this._changing=null),this._changing=t,this._changing_wrapped=function(t,i){var n=new bt;n._provideImplementation(i),e.beforeChanging&&e.beforeChanging(e,n),e._changing&&e._changing(e,n)},this.i.changing=i.delegateCombine(this.i.changing,this._changing_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcInputComponent=null,n.htmlTagName="igc-input",n._isElementRegistered=!1,n}(ft),Ct=function(){function t(){}return t.register=function(){i.IgcChildContentModule.register(),_t.register(),i.TypeRegistrar.registerCons("IgcInputComponent",_t),i.TypeRegistrar.registerCons("IgcInputComponent",_t),i.TypeRegistrar.register("Input",dt.$type)},t}(),jt=function(t){function n(){var n=t.call(this)||this;n._disconnected=!1,n._styling&&i.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(n)),n._portalManager=new i.PortalManager("labelContent"),n._renderer=new i.WebComponentRenderer(n,document,!0,{},n._portalManager),n._container=n._renderer.createElement("div"),n._renderer.updateRoot(n._container),n._implementation=n.createImplementation(),n._implementation.externalObject=n,n._container,null!=n._container.getNativeElement()&&n._container.getNativeElement(),n._wrapper=n._renderer;var r=n.i;return n._label=r,r.provideContainer(n._renderer),n._onChildrenChanged(),new MutationObserver((function(t){var i,r;try{for(var s=e.__values(t),o=s.next();!o.done;o=s.next()){"childList"==o.value.type&&n._onChildrenChanged()}}catch(t){i={error:t}}finally{try{o&&!o.done&&(r=s.return)&&r.call(s)}finally{if(i)throw i.error}}})).observe(n,{childList:!0}),n}return e.__extends(n,t),n.prototype._onChildrenChanged=function(){for(var t=[],e=0;e<this.childNodes.length;e++){var i=this.childNodes[e];i!==this._container.getNativeElement()&&t.push(i)}this._portalManager.onChildrenChanged(t)},n.prototype.updateStyle=function(){this._styling(this,this)},n.prototype.destroy=function(){this._label.destroy(),this._wrapper.destroy()},n.prototype.createImplementation=function(){return new pt},n.prototype.disconnectedCallback=function(){this._disconnected=!0,this.i&&this.i.onDetachedFromUI()},n.prototype.connectedCallback=function(){if(this._disconnected)return this._disconnected=!1,void(this.i&&this.i.onAttachedToUI());this.classList.add("ig-label"),this.classList.add("igc-label"),this.appendChild(this._container.getNativeElement()),this._attached=!0,this.style.display="inline-block",this.style.verticalAlign="middle",this._flushQueuedAttributes(),this._styling(this,this),this.afterContentInit()},n.prototype.afterContentInit=function(){},n.prototype._onDisplayChanged=function(){this.style.display=this.display},n.prototype._onFlexDirectionChanged=function(){this.style.flexDirection=this.flexDirection},n.prototype._onFlexGrowChanged=function(){this.style.flexGrow=this.flexGrow},n.prototype._onAlignItemsChanged=function(){this.style.alignItems=this.alignItems},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcLabelComponent){for(var t=i.getAllPropertyNames(n),e=0;e<t.length;e++)t[e]=i.toSpinal(t[e]);n._observedAttributesIgcLabelComponent=t}return n._observedAttributesIgcLabelComponent},enumerable:!0,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,i.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"baseTheme",{get:function(){return this.i.l},set:function(t){this.i.l=i.ensureEnum(i.BaseControlTheme_$type,t),this._a("baseTheme",i.enumToString(i.BaseControlTheme_$type,this.i.l))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"density",{get:function(){return this.i.p},set:function(t){this.i.p=i.ensureEnum(i.ControlDisplayDensity_$type,t),this._a("density",i.enumToString(i.ControlDisplayDensity_$type,this.i.p))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualDensity",{get:function(){return this.i.o},set:function(t){this.i.o=i.ensureEnum(i.ControlDisplayDensity_$type,t),this._a("actualDensity",i.enumToString(i.ControlDisplayDensity_$type,this.i.o))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualTextColor",{get:function(){return i.brushToString(this.i.cw)},set:function(t){this.i.cw=i.stringToBrush(t),this._a("actualTextColor",i.brushToString(this.i.cw))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualHighlightTextColor",{get:function(){return i.brushToString(this.i.ct)},set:function(t){this.i.ct=i.stringToBrush(t),this._a("actualHighlightTextColor",i.brushToString(this.i.ct))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualHoverHighlightTextColor",{get:function(){return i.brushToString(this.i.cu)},set:function(t){this.i.cu=i.stringToBrush(t),this._a("actualHoverHighlightTextColor",i.brushToString(this.i.cu))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualHoverTextColor",{get:function(){return i.brushToString(this.i.cv)},set:function(t){this.i.cv=i.stringToBrush(t),this._a("actualHoverTextColor",i.brushToString(this.i.cv))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"textColor",{get:function(){return i.brushToString(this.i.dc)},set:function(t){this.i.dc=i.stringToBrush(t),this._a("textColor",i.brushToString(this.i.dc))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"highlightTextColor",{get:function(){return i.brushToString(this.i.c9)},set:function(t){this.i.c9=i.stringToBrush(t),this._a("highlightTextColor",i.brushToString(this.i.c9))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hoverHighlightTextColor",{get:function(){return i.brushToString(this.i.da)},set:function(t){this.i.da=i.stringToBrush(t),this._a("hoverHighlightTextColor",i.brushToString(this.i.da))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"textStyle",{get:function(){return null==this.i.y?null:this.i.y.fontString},set:function(t){var e=new i.FontInfo;e.fontString=t,this.i.y=e,this._a("textStyle",null!=this.i.y?this.i.y.fontString:"")},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hoverTextColor",{get:function(){return i.brushToString(this.i.db)},set:function(t){this.i.db=i.stringToBrush(t),this._a("hoverTextColor",i.brushToString(this.i.db))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"id",{get:function(){return this.i.br},set:function(t){this.i.br=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"display",{get:function(){return this.i.bf},set:function(t){this.i.bf=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flexDirection",{get:function(){return this.i.bi},set:function(t){this.i.bi=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flexGrow",{get:function(){return this.i.bk},set:function(t){this.i.bk=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"alignItems",{get:function(){return this.i.a9},set:function(t){this.i.a9=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tabIndex",{get:function(){return this.i.as},set:function(t){this.i.as=+t,this._a("tabIndex",this.i.as)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"for",{get:function(){return this.i.bm},set:function(t){this.i.bm=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ariaLabel",{get:function(){return this.i.bb},set:function(t){this.i.bb=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"text",{get:function(){return this.i.text},set:function(t){this.i.text=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isHover",{get:function(){return this.i.am},set:function(t){this.i.am=i.ensureBool(t),this._a("isHover",this.i.am)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"value",{get:function(){return this.i.aq},set:function(t){this.i.aq=i.ensureBool(t),this._a("value",this.i.aq)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabled",{get:function(){return this.i.disabled},set:function(t){this.i.disabled=i.ensureBool(t),this._a("disabled",this.i.disabled)},enumerable:!0,configurable:!0}),n.prototype.onDetachedFromUI=function(){this.i.onDetachedFromUI()},n.prototype.onAttachedToUI=function(){this.i.onAttachedToUI()},n.prototype.exportVisualModel=function(){return this.i.au()},n.prototype.exportSerializedVisualModel=function(){return this.i.bh()},n._observedAttributesIgcLabelComponent=null,n.htmlTagName="igc-label",n._isElementRegistered=!1,n}(ft),St=function(){function t(){}return t.register=function(){i.IgcChildContentModule.register(),jt.register(),i.TypeRegistrar.registerCons("IgcLabelComponent",jt),i.TypeRegistrar.registerCons("IgcLabelComponent",jt),i.TypeRegistrar.register("Input",dt.$type)},t}(),kt=function(t){function n(e){var n=t.call(this)||this;if(ft.$type||(ft.$type=i.markType(ft,"IgcInputGroupItemComponent")),e)for(var r=0;r<e.length;r++)n.add(e[r]);return n}return e.__extends(n,t),n.prototype._createInnerColl=function(){ft.$type||(ft.$type=i.markType(ft,"IgcInputGroupItemComponent"));var t=new i.SyncableObservableCollection$2(ft.$type,at.$type,0);return t.compare=function(t,e){var i=t;return i._implementation&&(i=i._implementation),i.equals?i.equals(e):i===e},t.createTo=function(t){return t._implementation},t.createFrom=function(t){var e=t.externalObject;return e||(e=ft._createFromInternal(t))&&(e._implementation=t),e},t},n}(i.IgCollection),Tt=function(t){function n(){var n=t.call(this)||this;n.contentInputs=[],n.actualInputs=[],n._inputs=null,n._inputsAdapter=null,n._disconnected=!1,n._settingAttributes=!1,n._attached=!1,n._queuedSetAttributes=[],n._updatingFromAttribute=!1,n.__p=null,n._hasUserValues=new Set,n._stylingContainer=null,n._stylingParent=null,n._inStyling=!1,n._styling&&i.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(n)),n._portalManager=new i.PortalManager("inputContent"),n._renderer=new i.WebComponentRenderer(n,document,!0,{},n._portalManager),n._container=n._renderer.createElement("div"),n._renderer.updateRoot(n._container),n._implementation=n.createImplementation(),n._implementation.externalObject=n,n._container,null!=n._container.getNativeElement()&&n._container.getNativeElement(),n._wrapper=n._renderer;var r=n.i;return n._inputGroup=r,n._inputsAdapter=new i.CollectionAdapter(n.contentInputs,n.i.inputs,n.actualInputs,(function(t){return t.i}),(function(t){n._container&&n._container.getNativeElement().parentElement&&t._styling(n,n,n)}),(function(t){})),r.provideContainer(n._renderer),n._onChildrenChanged(),new MutationObserver((function(t){var i,r;try{for(var s=e.__values(t),o=s.next();!o.done;o=s.next()){"childList"==o.value.type&&(n._onChildrenChanged(),n.updateInputs())}}catch(t){i={error:t}}finally{try{o&&!o.done&&(r=s.return)&&r.call(s)}finally{if(i)throw i.error}}})).observe(n,{childList:!0}),n}return e.__extends(n,t),Object.defineProperty(n.prototype,"inputs",{get:function(){var t=this;if(null===this._inputs){var e=new kt;e._innerColl.addListener((function(e,n){switch(n.action){case i.NotifyCollectionChangedAction.Add:t._inputsAdapter.insertManualItem(n.newStartingIndex,n.newItems.item(0));break;case i.NotifyCollectionChangedAction.Remove:t._inputsAdapter.removeManualItemAt(n.oldStartingIndex);break;case i.NotifyCollectionChangedAction.Replace:t._inputsAdapter.removeManualItemAt(n.oldStartingIndex),t._inputsAdapter.insertManualItem(n.newStartingIndex,n.newItems.item(0));break;case i.NotifyCollectionChangedAction.Reset:t._inputsAdapter.clearManualItems()}})),this._inputs=e}return this._inputs},enumerable:!0,configurable:!0}),n.prototype._onChildrenChanged=function(){for(var t=[],e=0;e<this.childNodes.length;e++){var i=this.childNodes[e];i!==this._container.getNativeElement()&&t.push(i)}this._portalManager.onChildrenChanged(t)},n.prototype.updateInputs=function(){this.contentInputs.length=0;for(var t=0;t<this.children.length;t++)this.children[t]instanceof ft&&this.contentInputs.push(this.children[t]);var e=this.querySelector("igc-child-content");if(e)for(t=0;t<e.children.length;t++)e.children[t]instanceof ft&&this.contentInputs.push(e.children[t]);null!=this._inputsAdapter&&this._inputsAdapter.notifyContentChanged()},n.prototype.updateStyle=function(){this._styling(this,this)},n.prototype.destroy=function(){this._inputGroup.destroy(),this._wrapper.destroy()},n.prototype.createImplementation=function(){return new lt},n.prototype.disconnectedCallback=function(){this._disconnected=!0,this.i&&this.i.onDetachedFromUI()},n.prototype.connectedCallback=function(){if(this._disconnected)return this._disconnected=!1,void(this.i&&this.i.onAttachedToUI());this.classList.add("ig-input-group"),this.classList.add("igc-input-group"),this.appendChild(this._container.getNativeElement()),this._attached=!0,this.style.display="inline-block",this._flushQueuedAttributes(),this._styling(this,this),this.afterContentInit()},n.prototype.afterContentInit=function(){},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n._createFromInternal=function(t){if(!t)return null;if(!t.$type)return null;var e="Igc"+t.$type.name+"Component";return i.TypeRegistrar.isRegistered(e)?i.TypeRegistrar.create(e):null},n.prototype._enqueueSetAttribute=function(t,e){this._queuedSetAttributes.push({attrName:t,attrValue:e})},n.prototype._flushQueuedAttributes=function(){this._settingAttributes=!0;for(var t=0;t<this._queuedSetAttributes.length;t++)this.setAttribute(this._queuedSetAttributes[t].attrName,this._queuedSetAttributes[t].attrValue);this._settingAttributes=!1,this._queuedSetAttributes.length=0},n.prototype._a=function(t,e){this._updatingFromAttribute||(e&&(e=e.toString()),this._settingAttributes=!0,t=i.toSpinal(t),this._attached?this.setAttribute(t,e):this._enqueueSetAttribute(t,e),this._settingAttributes=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcInputGroupComponent){for(var t=i.getAllPropertyNames(n),e=0;e<t.length;e++)t[e]=i.toSpinal(t[e]);n._observedAttributesIgcInputGroupComponent=t}return n._observedAttributesIgcInputGroupComponent},enumerable:!0,configurable:!0}),n.prototype.attributeChangedCallback=function(t,e,n){if(!this._settingAttributes){var r=i.fromSpinal(t);this._updatingFromAttribute=!0,this[r]=n,this._updatingFromAttribute=!1}},n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,i.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"displayType",{get:function(){return this.i.k},set:function(t){this.i.k=i.ensureEnum(G,t),this._a("displayType",i.enumToString(G,this.i.k))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"density",{get:function(){return this.i.h},set:function(t){this.i.h=i.ensureEnum(i.ControlDisplayDensity_$type,t),this._a("density",i.enumToString(i.ControlDisplayDensity_$type,this.i.h))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualDensity",{get:function(){return this.i.g},set:function(t){this.i.g=i.ensureEnum(i.ControlDisplayDensity_$type,t),this._a("actualDensity",i.enumToString(i.ControlDisplayDensity_$type,this.i.g))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"baseTheme",{get:function(){return this.i.d},set:function(t){this.i.d=i.ensureEnum(i.BaseControlTheme_$type,t),this._a("baseTheme",i.enumToString(i.BaseControlTheme_$type,this.i.d))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"inputHasValue",{get:function(){return this.i.af},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualBorderColor",{get:function(){return i.brushToString(this.i.os)},set:function(t){this.i.os=i.stringToBrush(t),this._a("actualBorderColor",i.brushToString(this.i.os))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualFocusBorderColor",{get:function(){return i.brushToString(this.i.ot)},set:function(t){this.i.ot=i.stringToBrush(t),this._a("actualFocusBorderColor",i.brushToString(this.i.ot))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualBorderWidth",{get:function(){return this.i.ca},set:function(t){this.i.ca=+t,this._a("actualBorderWidth",this.i.ca)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualFocusBorderWidth",{get:function(){return this.i.cb},set:function(t){this.i.cb=+t,this._a("actualFocusBorderWidth",this.i.cb)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualCornerRadiusBottomRight",{get:function(){return this.i.mz?this.i.mz.b:NaN},set:function(t){this.ensureActualCornerRadius(),this.i.mz.b=+t,this._a("actualCornerRadiusBottomRight",this.i.mz.b),this.i.mz=this.i.mz},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualCornerRadiusBottomLeft",{get:function(){return this.i.mz?this.i.mz.a:NaN},set:function(t){this.ensureActualCornerRadius(),this.i.mz.a=+t,this._a("actualCornerRadiusBottomLeft",this.i.mz.a),this.i.mz=this.i.mz},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualCornerRadiusTopLeft",{get:function(){return this.i.mz?this.i.mz.c:NaN},set:function(t){this.ensureActualCornerRadius(),this.i.mz.c=+t,this._a("actualCornerRadiusTopLeft",this.i.mz.c),this.i.mz=this.i.mz},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualCornerRadiusTopRight",{get:function(){return this.i.mz?this.i.mz.d:NaN},set:function(t){this.ensureActualCornerRadius(),this.i.mz.d=+t,this._a("actualCornerRadiusTopRight",this.i.mz.d),this.i.mz=this.i.mz},enumerable:!0,configurable:!0}),n.prototype.ensureActualCornerRadius=function(){this.i.mz||(this.i.mz=new i.CornerRadius(2))},Object.defineProperty(n.prototype,"actualContentPaddingBottom",{get:function(){return this.i.tf?this.i.tf.b:NaN},set:function(t){this.ensureActualContentPadding(),this.i.tf.b=+t,this._a("actualContentPaddingBottom",this.i.tf.b),this.i.tf=this.i.tf},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualContentPaddingLeft",{get:function(){return this.i.tf?this.i.tf.c:NaN},set:function(t){this.ensureActualContentPadding(),this.i.tf.c=+t,this._a("actualContentPaddingLeft",this.i.tf.c),this.i.tf=this.i.tf},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualContentPaddingRight",{get:function(){return this.i.tf?this.i.tf.d:NaN},set:function(t){this.ensureActualContentPadding(),this.i.tf.d=+t,this._a("actualContentPaddingRight",this.i.tf.d),this.i.tf=this.i.tf},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualContentPaddingTop",{get:function(){return this.i.tf?this.i.tf.e:NaN},set:function(t){this.ensureActualContentPadding(),this.i.tf.e=+t,this._a("actualContentPaddingTop",this.i.tf.e),this.i.tf=this.i.tf},enumerable:!0,configurable:!0}),n.prototype.ensureActualContentPadding=function(){this.i.tf||(this.i.tf=new i.Thickness(2))},Object.defineProperty(n.prototype,"actualUnderlineWidth",{get:function(){return this.i.cj},set:function(t){this.i.cj=+t,this._a("actualUnderlineWidth",this.i.cj)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualUnderlineRippleWidth",{get:function(){return this.i.ci},set:function(t){this.i.ci=+t,this._a("actualUnderlineRippleWidth",this.i.ci)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualHoverUnderlineWidth",{get:function(){return this.i.cf},set:function(t){this.i.cf=+t,this._a("actualHoverUnderlineWidth",this.i.cf)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualUnderlineColor",{get:function(){return i.brushToString(this.i.ow)},set:function(t){this.i.ow=i.stringToBrush(t),this._a("actualUnderlineColor",i.brushToString(this.i.ow))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualUnderlineRippleColor",{get:function(){return i.brushToString(this.i.ox)},set:function(t){this.i.ox=i.stringToBrush(t),this._a("actualUnderlineRippleColor",i.brushToString(this.i.ox))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualHoverUnderlineColor",{get:function(){return i.brushToString(this.i.ov)},set:function(t){this.i.ov=i.stringToBrush(t),this._a("actualHoverUnderlineColor",i.brushToString(this.i.ov))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualFocusUnderlineColor",{get:function(){return i.brushToString(this.i.ou)},set:function(t){this.i.ou=i.stringToBrush(t),this._a("actualFocusUnderlineColor",i.brushToString(this.i.ou))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualUnderlineOpacity",{get:function(){return this.i.cg},set:function(t){this.i.cg=+t,this._a("actualUnderlineOpacity",this.i.cg)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualHoverUnderlineOpacity",{get:function(){return this.i.ce},set:function(t){this.i.ce=+t,this._a("actualHoverUnderlineOpacity",this.i.ce)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualFocusUnderlineOpacity",{get:function(){return this.i.cc},set:function(t){this.i.cc=+t,this._a("actualFocusUnderlineOpacity",this.i.cc)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualFocusUnderlineRippleOpacity",{get:function(){return this.i.cd},set:function(t){this.i.cd=+t,this._a("actualFocusUnderlineRippleOpacity",this.i.cd)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualUnderlineRippleOpacity",{get:function(){return this.i.ch},set:function(t){this.i.ch=+t,this._a("actualUnderlineRippleOpacity",this.i.ch)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualBackgroundColor",{get:function(){return i.brushToString(this.i.or)},set:function(t){this.i.or=i.stringToBrush(t),this._a("actualBackgroundColor",i.brushToString(this.i.or))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderWidth",{get:function(){return this.i.cu},set:function(t){this.i.cu=+t,this._a("borderWidth",this.i.cu)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"focusBorderWidth",{get:function(){return this.i.hc},set:function(t){this.i.hc=+t,this._a("focusBorderWidth",this.i.hc)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderColor",{get:function(){return i.brushToString(this.i.oz)},set:function(t){this.i.oz=i.stringToBrush(t),this._a("borderColor",i.brushToString(this.i.oz))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cornerRadiusBottomRight",{get:function(){return this.i.m3?this.i.m3.b:NaN},set:function(t){this.ensureCornerRadius(),this.i.m3.b=+t,this._a("cornerRadiusBottomRight",this.i.m3.b),this.i.m3=this.i.m3},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cornerRadiusBottomLeft",{get:function(){return this.i.m3?this.i.m3.a:NaN},set:function(t){this.ensureCornerRadius(),this.i.m3.a=+t,this._a("cornerRadiusBottomLeft",this.i.m3.a),this.i.m3=this.i.m3},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cornerRadiusTopLeft",{get:function(){return this.i.m3?this.i.m3.c:NaN},set:function(t){this.ensureCornerRadius(),this.i.m3.c=+t,this._a("cornerRadiusTopLeft",this.i.m3.c),this.i.m3=this.i.m3},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cornerRadiusTopRight",{get:function(){return this.i.m3?this.i.m3.d:NaN},set:function(t){this.ensureCornerRadius(),this.i.m3.d=+t,this._a("cornerRadiusTopRight",this.i.m3.d),this.i.m3=this.i.m3},enumerable:!0,configurable:!0}),n.prototype.ensureCornerRadius=function(){this.i.m3||(this.i.m3=new i.CornerRadius(2))},Object.defineProperty(n.prototype,"contentPaddingBottom",{get:function(){return this.i.tj?this.i.tj.b:NaN},set:function(t){this.ensureContentPadding(),this.i.tj.b=+t,this._a("contentPaddingBottom",this.i.tj.b),this.i.tj=this.i.tj},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"contentPaddingLeft",{get:function(){return this.i.tj?this.i.tj.c:NaN},set:function(t){this.ensureContentPadding(),this.i.tj.c=+t,this._a("contentPaddingLeft",this.i.tj.c),this.i.tj=this.i.tj},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"contentPaddingRight",{get:function(){return this.i.tj?this.i.tj.d:NaN},set:function(t){this.ensureContentPadding(),this.i.tj.d=+t,this._a("contentPaddingRight",this.i.tj.d),this.i.tj=this.i.tj},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"contentPaddingTop",{get:function(){return this.i.tj?this.i.tj.e:NaN},set:function(t){this.ensureContentPadding(),this.i.tj.e=+t,this._a("contentPaddingTop",this.i.tj.e),this.i.tj=this.i.tj},enumerable:!0,configurable:!0}),n.prototype.ensureContentPadding=function(){this.i.tj||(this.i.tj=new i.Thickness(2))},Object.defineProperty(n.prototype,"underlineWidth",{get:function(){return this.i.h4},set:function(t){this.i.h4=+t,this._a("underlineWidth",this.i.h4)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"underlineRippleWidth",{get:function(){return this.i.h3},set:function(t){this.i.h3=+t,this._a("underlineRippleWidth",this.i.h3)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hoverUnderlineWidth",{get:function(){return this.i.hg},set:function(t){this.i.hg=+t,this._a("hoverUnderlineWidth",this.i.hg)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"underlineColor",{get:function(){return i.brushToString(this.i.s7)},set:function(t){this.i.s7=i.stringToBrush(t),this._a("underlineColor",i.brushToString(this.i.s7))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"underlineRippleColor",{get:function(){return i.brushToString(this.i.s8)},set:function(t){this.i.s8=i.stringToBrush(t),this._a("underlineRippleColor",i.brushToString(this.i.s8))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hoverUnderlineColor",{get:function(){return i.brushToString(this.i.ss)},set:function(t){this.i.ss=i.stringToBrush(t),this._a("hoverUnderlineColor",i.brushToString(this.i.ss))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"focusUnderlineColor",{get:function(){return i.brushToString(this.i.sr)},set:function(t){this.i.sr=i.stringToBrush(t),this._a("focusUnderlineColor",i.brushToString(this.i.sr))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"underlineOpacity",{get:function(){return this.i.h1},set:function(t){this.i.h1=+t,this._a("underlineOpacity",this.i.h1)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hoverUnderlineOpacity",{get:function(){return this.i.hf},set:function(t){this.i.hf=+t,this._a("hoverUnderlineOpacity",this.i.hf)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"focusUnderlineOpacity",{get:function(){return this.i.hd},set:function(t){this.i.hd=+t,this._a("focusUnderlineOpacity",this.i.hd)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"focusUnderlineRippleOpacity",{get:function(){return this.i.he},set:function(t){this.i.he=+t,this._a("focusUnderlineRippleOpacity",this.i.he)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"underlineRippleOpacity",{get:function(){return this.i.h2},set:function(t){this.i.h2=+t,this._a("underlineRippleOpacity",this.i.h2)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"backgroundColor",{get:function(){return i.brushToString(this.i.oy)},set:function(t){this.i.oy=i.stringToBrush(t),this._a("backgroundColor",i.brushToString(this.i.oy))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeBorderWidth",{get:function(){return this.i.hh},set:function(t){this.i.hh=+t,this._a("lineTypeBorderWidth",this.i.hh)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeFocusBorderWidth",{get:function(){return this.i.hi},set:function(t){this.i.hi=+t,this._a("lineTypeFocusBorderWidth",this.i.hi)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeFocusBorderColor",{get:function(){return i.brushToString(this.i.sv)},set:function(t){this.i.sv=i.stringToBrush(t),this._a("lineTypeFocusBorderColor",i.brushToString(this.i.sv))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeBorderColor",{get:function(){return i.brushToString(this.i.su)},set:function(t){this.i.su=i.stringToBrush(t),this._a("lineTypeBorderColor",i.brushToString(this.i.su))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeCornerRadiusBottomRight",{get:function(){return this.i.nj?this.i.nj.b:NaN},set:function(t){this.ensureLineTypeCornerRadius(),this.i.nj.b=+t,this._a("lineTypeCornerRadiusBottomRight",this.i.nj.b),this.i.nj=this.i.nj},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeCornerRadiusBottomLeft",{get:function(){return this.i.nj?this.i.nj.a:NaN},set:function(t){this.ensureLineTypeCornerRadius(),this.i.nj.a=+t,this._a("lineTypeCornerRadiusBottomLeft",this.i.nj.a),this.i.nj=this.i.nj},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeCornerRadiusTopLeft",{get:function(){return this.i.nj?this.i.nj.c:NaN},set:function(t){this.ensureLineTypeCornerRadius(),this.i.nj.c=+t,this._a("lineTypeCornerRadiusTopLeft",this.i.nj.c),this.i.nj=this.i.nj},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeCornerRadiusTopRight",{get:function(){return this.i.nj?this.i.nj.d:NaN},set:function(t){this.ensureLineTypeCornerRadius(),this.i.nj.d=+t,this._a("lineTypeCornerRadiusTopRight",this.i.nj.d),this.i.nj=this.i.nj},enumerable:!0,configurable:!0}),n.prototype.ensureLineTypeCornerRadius=function(){this.i.nj||(this.i.nj=new i.CornerRadius(2))},Object.defineProperty(n.prototype,"lineTypeContentPaddingBottom",{get:function(){return this.i.tz?this.i.tz.b:NaN},set:function(t){this.ensureLineTypeContentPadding(),this.i.tz.b=+t,this._a("lineTypeContentPaddingBottom",this.i.tz.b),this.i.tz=this.i.tz},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeContentPaddingLeft",{get:function(){return this.i.tz?this.i.tz.c:NaN},set:function(t){this.ensureLineTypeContentPadding(),this.i.tz.c=+t,this._a("lineTypeContentPaddingLeft",this.i.tz.c),this.i.tz=this.i.tz},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeContentPaddingRight",{get:function(){return this.i.tz?this.i.tz.d:NaN},set:function(t){this.ensureLineTypeContentPadding(),this.i.tz.d=+t,this._a("lineTypeContentPaddingRight",this.i.tz.d),this.i.tz=this.i.tz},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeContentPaddingTop",{get:function(){return this.i.tz?this.i.tz.e:NaN},set:function(t){this.ensureLineTypeContentPadding(),this.i.tz.e=+t,this._a("lineTypeContentPaddingTop",this.i.tz.e),this.i.tz=this.i.tz},enumerable:!0,configurable:!0}),n.prototype.ensureLineTypeContentPadding=function(){this.i.tz||(this.i.tz=new i.Thickness(2))},Object.defineProperty(n.prototype,"lineTypeUnderlineWidth",{get:function(){return this.i.hq},set:function(t){this.i.hq=+t,this._a("lineTypeUnderlineWidth",this.i.hq)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeUnderlineRippleWidth",{get:function(){return this.i.hp},set:function(t){this.i.hp=+t,this._a("lineTypeUnderlineRippleWidth",this.i.hp)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeHoverUnderlineWidth",{get:function(){return this.i.hm},set:function(t){this.i.hm=+t,this._a("lineTypeHoverUnderlineWidth",this.i.hm)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeUnderlineColor",{get:function(){return i.brushToString(this.i.sy)},set:function(t){this.i.sy=i.stringToBrush(t),this._a("lineTypeUnderlineColor",i.brushToString(this.i.sy))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeUnderlineRippleColor",{get:function(){return i.brushToString(this.i.sz)},set:function(t){this.i.sz=i.stringToBrush(t),this._a("lineTypeUnderlineRippleColor",i.brushToString(this.i.sz))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeHoverUnderlineColor",{get:function(){return i.brushToString(this.i.sx)},set:function(t){this.i.sx=i.stringToBrush(t),this._a("lineTypeHoverUnderlineColor",i.brushToString(this.i.sx))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeFocusUnderlineColor",{get:function(){return i.brushToString(this.i.sw)},set:function(t){this.i.sw=i.stringToBrush(t),this._a("lineTypeFocusUnderlineColor",i.brushToString(this.i.sw))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeUnderlineOpacity",{get:function(){return this.i.hn},set:function(t){this.i.hn=+t,this._a("lineTypeUnderlineOpacity",this.i.hn)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeHoverUnderlineOpacity",{get:function(){return this.i.hl},set:function(t){this.i.hl=+t,this._a("lineTypeHoverUnderlineOpacity",this.i.hl)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeFocusUnderlineOpacity",{get:function(){return this.i.hj},set:function(t){this.i.hj=+t,this._a("lineTypeFocusUnderlineOpacity",this.i.hj)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeFocusUnderlineRippleOpacity",{get:function(){return this.i.hk},set:function(t){this.i.hk=+t,this._a("lineTypeFocusUnderlineRippleOpacity",this.i.hk)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeUnderlineRippleOpacity",{get:function(){return this.i.ho},set:function(t){this.i.ho=+t,this._a("lineTypeUnderlineRippleOpacity",this.i.ho)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lineTypeBackgroundColor",{get:function(){return i.brushToString(this.i.st)},set:function(t){this.i.st=i.stringToBrush(t),this._a("lineTypeBackgroundColor",i.brushToString(this.i.st))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeBorderWidth",{get:function(){return this.i.cv},set:function(t){this.i.cv=+t,this._a("boxTypeBorderWidth",this.i.cv)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeFocusBorderWidth",{get:function(){return this.i.cw},set:function(t){this.i.cw=+t,this._a("boxTypeFocusBorderWidth",this.i.cw)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeFocusBorderColor",{get:function(){return i.brushToString(this.i.o9)},set:function(t){this.i.o9=i.stringToBrush(t),this._a("boxTypeFocusBorderColor",i.brushToString(this.i.o9))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeBorderColor",{get:function(){return i.brushToString(this.i.o8)},set:function(t){this.i.o8=i.stringToBrush(t),this._a("boxTypeBorderColor",i.brushToString(this.i.o8))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeCornerRadiusBottomRight",{get:function(){return this.i.m1?this.i.m1.b:NaN},set:function(t){this.ensureBoxTypeCornerRadius(),this.i.m1.b=+t,this._a("boxTypeCornerRadiusBottomRight",this.i.m1.b),this.i.m1=this.i.m1},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeCornerRadiusBottomLeft",{get:function(){return this.i.m1?this.i.m1.a:NaN},set:function(t){this.ensureBoxTypeCornerRadius(),this.i.m1.a=+t,this._a("boxTypeCornerRadiusBottomLeft",this.i.m1.a),this.i.m1=this.i.m1},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeCornerRadiusTopLeft",{get:function(){return this.i.m1?this.i.m1.c:NaN},set:function(t){this.ensureBoxTypeCornerRadius(),this.i.m1.c=+t,this._a("boxTypeCornerRadiusTopLeft",this.i.m1.c),this.i.m1=this.i.m1},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeCornerRadiusTopRight",{get:function(){return this.i.m1?this.i.m1.d:NaN},set:function(t){this.ensureBoxTypeCornerRadius(),this.i.m1.d=+t,this._a("boxTypeCornerRadiusTopRight",this.i.m1.d),this.i.m1=this.i.m1},enumerable:!0,configurable:!0}),n.prototype.ensureBoxTypeCornerRadius=function(){this.i.m1||(this.i.m1=new i.CornerRadius(2))},Object.defineProperty(n.prototype,"boxTypeContentPaddingBottom",{get:function(){return this.i.th?this.i.th.b:NaN},set:function(t){this.ensureBoxTypeContentPadding(),this.i.th.b=+t,this._a("boxTypeContentPaddingBottom",this.i.th.b),this.i.th=this.i.th},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeContentPaddingLeft",{get:function(){return this.i.th?this.i.th.c:NaN},set:function(t){this.ensureBoxTypeContentPadding(),this.i.th.c=+t,this._a("boxTypeContentPaddingLeft",this.i.th.c),this.i.th=this.i.th},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeContentPaddingRight",{get:function(){return this.i.th?this.i.th.d:NaN},set:function(t){this.ensureBoxTypeContentPadding(),this.i.th.d=+t,this._a("boxTypeContentPaddingRight",this.i.th.d),this.i.th=this.i.th},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeContentPaddingTop",{get:function(){return this.i.th?this.i.th.e:NaN},set:function(t){this.ensureBoxTypeContentPadding(),this.i.th.e=+t,this._a("boxTypeContentPaddingTop",this.i.th.e),this.i.th=this.i.th},enumerable:!0,configurable:!0}),n.prototype.ensureBoxTypeContentPadding=function(){this.i.th||(this.i.th=new i.Thickness(2))},Object.defineProperty(n.prototype,"boxTypeUnderlineWidth",{get:function(){return this.i.c4},set:function(t){this.i.c4=+t,this._a("boxTypeUnderlineWidth",this.i.c4)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeUnderlineRippleWidth",{get:function(){return this.i.c3},set:function(t){this.i.c3=+t,this._a("boxTypeUnderlineRippleWidth",this.i.c3)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeHoverUnderlineWidth",{get:function(){return this.i.c0},set:function(t){this.i.c0=+t,this._a("boxTypeHoverUnderlineWidth",this.i.c0)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeUnderlineColor",{get:function(){return i.brushToString(this.i.pc)},set:function(t){this.i.pc=i.stringToBrush(t),this._a("boxTypeUnderlineColor",i.brushToString(this.i.pc))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeUnderlineRippleColor",{get:function(){return i.brushToString(this.i.pd)},set:function(t){this.i.pd=i.stringToBrush(t),this._a("boxTypeUnderlineRippleColor",i.brushToString(this.i.pd))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeHoverUnderlineColor",{get:function(){return i.brushToString(this.i.pb)},set:function(t){this.i.pb=i.stringToBrush(t),this._a("boxTypeHoverUnderlineColor",i.brushToString(this.i.pb))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeFocusUnderlineColor",{get:function(){return i.brushToString(this.i.pa)},set:function(t){this.i.pa=i.stringToBrush(t),this._a("boxTypeFocusUnderlineColor",i.brushToString(this.i.pa))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeUnderlineOpacity",{get:function(){return this.i.c1},set:function(t){this.i.c1=+t,this._a("boxTypeUnderlineOpacity",this.i.c1)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeHoverUnderlineOpacity",{get:function(){return this.i.cz},set:function(t){this.i.cz=+t,this._a("boxTypeHoverUnderlineOpacity",this.i.cz)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeFocusUnderlineOpacity",{get:function(){return this.i.cx},set:function(t){this.i.cx=+t,this._a("boxTypeFocusUnderlineOpacity",this.i.cx)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeFocusUnderlineRippleOpacity",{get:function(){return this.i.cy},set:function(t){this.i.cy=+t,this._a("boxTypeFocusUnderlineRippleOpacity",this.i.cy)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeUnderlineRippleOpacity",{get:function(){return this.i.c2},set:function(t){this.i.c2=+t,this._a("boxTypeUnderlineRippleOpacity",this.i.c2)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"boxTypeBackgroundColor",{get:function(){return i.brushToString(this.i.o7)},set:function(t){this.i.o7=i.stringToBrush(t),this._a("boxTypeBackgroundColor",i.brushToString(this.i.o7))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeBorderWidth",{get:function(){return this.i.ck},set:function(t){this.i.ck=+t,this._a("borderTypeBorderWidth",this.i.ck)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeFocusBorderWidth",{get:function(){return this.i.cl},set:function(t){this.i.cl=+t,this._a("borderTypeFocusBorderWidth",this.i.cl)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeFocusBorderColor",{get:function(){return i.brushToString(this.i.o2)},set:function(t){this.i.o2=i.stringToBrush(t),this._a("borderTypeFocusBorderColor",i.brushToString(this.i.o2))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeBorderColor",{get:function(){return i.brushToString(this.i.o1)},set:function(t){this.i.o1=i.stringToBrush(t),this._a("borderTypeBorderColor",i.brushToString(this.i.o1))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeCornerRadiusBottomRight",{get:function(){return this.i.m0?this.i.m0.b:NaN},set:function(t){this.ensureBorderTypeCornerRadius(),this.i.m0.b=+t,this._a("borderTypeCornerRadiusBottomRight",this.i.m0.b),this.i.m0=this.i.m0},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeCornerRadiusBottomLeft",{get:function(){return this.i.m0?this.i.m0.a:NaN},set:function(t){this.ensureBorderTypeCornerRadius(),this.i.m0.a=+t,this._a("borderTypeCornerRadiusBottomLeft",this.i.m0.a),this.i.m0=this.i.m0},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeCornerRadiusTopLeft",{get:function(){return this.i.m0?this.i.m0.c:NaN},set:function(t){this.ensureBorderTypeCornerRadius(),this.i.m0.c=+t,this._a("borderTypeCornerRadiusTopLeft",this.i.m0.c),this.i.m0=this.i.m0},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeCornerRadiusTopRight",{get:function(){return this.i.m0?this.i.m0.d:NaN},set:function(t){this.ensureBorderTypeCornerRadius(),this.i.m0.d=+t,this._a("borderTypeCornerRadiusTopRight",this.i.m0.d),this.i.m0=this.i.m0},enumerable:!0,configurable:!0}),n.prototype.ensureBorderTypeCornerRadius=function(){this.i.m0||(this.i.m0=new i.CornerRadius(2))},Object.defineProperty(n.prototype,"borderTypeContentPaddingBottom",{get:function(){return this.i.tg?this.i.tg.b:NaN},set:function(t){this.ensureBorderTypeContentPadding(),this.i.tg.b=+t,this._a("borderTypeContentPaddingBottom",this.i.tg.b),this.i.tg=this.i.tg},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeContentPaddingLeft",{get:function(){return this.i.tg?this.i.tg.c:NaN},set:function(t){this.ensureBorderTypeContentPadding(),this.i.tg.c=+t,this._a("borderTypeContentPaddingLeft",this.i.tg.c),this.i.tg=this.i.tg},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeContentPaddingRight",{get:function(){return this.i.tg?this.i.tg.d:NaN},set:function(t){this.ensureBorderTypeContentPadding(),this.i.tg.d=+t,this._a("borderTypeContentPaddingRight",this.i.tg.d),this.i.tg=this.i.tg},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeContentPaddingTop",{get:function(){return this.i.tg?this.i.tg.e:NaN},set:function(t){this.ensureBorderTypeContentPadding(),this.i.tg.e=+t,this._a("borderTypeContentPaddingTop",this.i.tg.e),this.i.tg=this.i.tg},enumerable:!0,configurable:!0}),n.prototype.ensureBorderTypeContentPadding=function(){this.i.tg||(this.i.tg=new i.Thickness(2))},Object.defineProperty(n.prototype,"borderTypeUnderlineWidth",{get:function(){return this.i.ct},set:function(t){this.i.ct=+t,this._a("borderTypeUnderlineWidth",this.i.ct)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeUnderlineRippleWidth",{get:function(){return this.i.cs},set:function(t){this.i.cs=+t,this._a("borderTypeUnderlineRippleWidth",this.i.cs)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeHoverUnderlineWidth",{get:function(){return this.i.cp},set:function(t){this.i.cp=+t,this._a("borderTypeHoverUnderlineWidth",this.i.cp)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeUnderlineColor",{get:function(){return i.brushToString(this.i.o5)},set:function(t){this.i.o5=i.stringToBrush(t),this._a("borderTypeUnderlineColor",i.brushToString(this.i.o5))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeUnderlineRippleColor",{get:function(){return i.brushToString(this.i.o6)},set:function(t){this.i.o6=i.stringToBrush(t),this._a("borderTypeUnderlineRippleColor",i.brushToString(this.i.o6))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeHoverUnderlineColor",{get:function(){return i.brushToString(this.i.o4)},set:function(t){this.i.o4=i.stringToBrush(t),this._a("borderTypeHoverUnderlineColor",i.brushToString(this.i.o4))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeFocusUnderlineColor",{get:function(){return i.brushToString(this.i.o3)},set:function(t){this.i.o3=i.stringToBrush(t),this._a("borderTypeFocusUnderlineColor",i.brushToString(this.i.o3))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeUnderlineOpacity",{get:function(){return this.i.cq},set:function(t){this.i.cq=+t,this._a("borderTypeUnderlineOpacity",this.i.cq)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeHoverUnderlineOpacity",{get:function(){return this.i.co},set:function(t){this.i.co=+t,this._a("borderTypeHoverUnderlineOpacity",this.i.co)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeFocusUnderlineOpacity",{get:function(){return this.i.cm},set:function(t){this.i.cm=+t,this._a("borderTypeFocusUnderlineOpacity",this.i.cm)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeFocusUnderlineRippleOpacity",{get:function(){return this.i.cn},set:function(t){this.i.cn=+t,this._a("borderTypeFocusUnderlineRippleOpacity",this.i.cn)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeUnderlineRippleOpacity",{get:function(){return this.i.cr},set:function(t){this.i.cr=+t,this._a("borderTypeUnderlineRippleOpacity",this.i.cr)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderTypeBackgroundColor",{get:function(){return i.brushToString(this.i.o0)},set:function(t){this.i.o0=i.stringToBrush(t),this._a("borderTypeBackgroundColor",i.brushToString(this.i.o0))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeBorderWidth",{get:function(){return this.i.hr},set:function(t){this.i.hr=+t,this._a("searchTypeBorderWidth",this.i.hr)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeFocusBorderWidth",{get:function(){return this.i.hs},set:function(t){this.i.hs=+t,this._a("searchTypeFocusBorderWidth",this.i.hs)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeFocusBorderColor",{get:function(){return i.brushToString(this.i.s2)},set:function(t){this.i.s2=i.stringToBrush(t),this._a("searchTypeFocusBorderColor",i.brushToString(this.i.s2))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeBorderColor",{get:function(){return i.brushToString(this.i.s1)},set:function(t){this.i.s1=i.stringToBrush(t),this._a("searchTypeBorderColor",i.brushToString(this.i.s1))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeCornerRadiusBottomRight",{get:function(){return this.i.nk?this.i.nk.b:NaN},set:function(t){this.ensureSearchTypeCornerRadius(),this.i.nk.b=+t,this._a("searchTypeCornerRadiusBottomRight",this.i.nk.b),this.i.nk=this.i.nk},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeCornerRadiusBottomLeft",{get:function(){return this.i.nk?this.i.nk.a:NaN},set:function(t){this.ensureSearchTypeCornerRadius(),this.i.nk.a=+t,this._a("searchTypeCornerRadiusBottomLeft",this.i.nk.a),this.i.nk=this.i.nk},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeCornerRadiusTopLeft",{get:function(){return this.i.nk?this.i.nk.c:NaN},set:function(t){this.ensureSearchTypeCornerRadius(),this.i.nk.c=+t,this._a("searchTypeCornerRadiusTopLeft",this.i.nk.c),this.i.nk=this.i.nk},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeCornerRadiusTopRight",{get:function(){return this.i.nk?this.i.nk.d:NaN},set:function(t){this.ensureSearchTypeCornerRadius(),this.i.nk.d=+t,this._a("searchTypeCornerRadiusTopRight",this.i.nk.d),this.i.nk=this.i.nk},enumerable:!0,configurable:!0}),n.prototype.ensureSearchTypeCornerRadius=function(){this.i.nk||(this.i.nk=new i.CornerRadius(2))},Object.defineProperty(n.prototype,"searchTypeContentPaddingBottom",{get:function(){return this.i.t0?this.i.t0.b:NaN},set:function(t){this.ensureSearchTypeContentPadding(),this.i.t0.b=+t,this._a("searchTypeContentPaddingBottom",this.i.t0.b),this.i.t0=this.i.t0},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeContentPaddingLeft",{get:function(){return this.i.t0?this.i.t0.c:NaN},set:function(t){this.ensureSearchTypeContentPadding(),this.i.t0.c=+t,this._a("searchTypeContentPaddingLeft",this.i.t0.c),this.i.t0=this.i.t0},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeContentPaddingRight",{get:function(){return this.i.t0?this.i.t0.d:NaN},set:function(t){this.ensureSearchTypeContentPadding(),this.i.t0.d=+t,this._a("searchTypeContentPaddingRight",this.i.t0.d),this.i.t0=this.i.t0},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeContentPaddingTop",{get:function(){return this.i.t0?this.i.t0.e:NaN},set:function(t){this.ensureSearchTypeContentPadding(),this.i.t0.e=+t,this._a("searchTypeContentPaddingTop",this.i.t0.e),this.i.t0=this.i.t0},enumerable:!0,configurable:!0}),n.prototype.ensureSearchTypeContentPadding=function(){this.i.t0||(this.i.t0=new i.Thickness(2))},Object.defineProperty(n.prototype,"searchTypeUnderlineWidth",{get:function(){return this.i.h0},set:function(t){this.i.h0=+t,this._a("searchTypeUnderlineWidth",this.i.h0)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeUnderlineRippleWidth",{get:function(){return this.i.hz},set:function(t){this.i.hz=+t,this._a("searchTypeUnderlineRippleWidth",this.i.hz)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeHoverUnderlineWidth",{get:function(){return this.i.hw},set:function(t){this.i.hw=+t,this._a("searchTypeHoverUnderlineWidth",this.i.hw)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeUnderlineColor",{get:function(){return i.brushToString(this.i.s5)},set:function(t){this.i.s5=i.stringToBrush(t),this._a("searchTypeUnderlineColor",i.brushToString(this.i.s5))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeUnderlineRippleColor",{get:function(){return i.brushToString(this.i.s6)},set:function(t){this.i.s6=i.stringToBrush(t),this._a("searchTypeUnderlineRippleColor",i.brushToString(this.i.s6))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeHoverUnderlineColor",{get:function(){return i.brushToString(this.i.s4)},set:function(t){this.i.s4=i.stringToBrush(t),this._a("searchTypeHoverUnderlineColor",i.brushToString(this.i.s4))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeFocusUnderlineColor",{get:function(){return i.brushToString(this.i.s3)},set:function(t){this.i.s3=i.stringToBrush(t),this._a("searchTypeFocusUnderlineColor",i.brushToString(this.i.s3))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeUnderlineOpacity",{get:function(){return this.i.hx},set:function(t){this.i.hx=+t,this._a("searchTypeUnderlineOpacity",this.i.hx)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeHoverUnderlineOpacity",{get:function(){return this.i.hv},set:function(t){this.i.hv=+t,this._a("searchTypeHoverUnderlineOpacity",this.i.hv)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeFocusUnderlineOpacity",{get:function(){return this.i.ht},set:function(t){this.i.ht=+t,this._a("searchTypeFocusUnderlineOpacity",this.i.ht)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeFocusUnderlineRippleOpacity",{get:function(){return this.i.hu},set:function(t){this.i.hu=+t,this._a("searchTypeFocusUnderlineRippleOpacity",this.i.hu)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeUnderlineRippleOpacity",{get:function(){return this.i.hy},set:function(t){this.i.hy=+t,this._a("searchTypeUnderlineRippleOpacity",this.i.hy)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"searchTypeBackgroundColor",{get:function(){return i.brushToString(this.i.s0)},set:function(t){this.i.s0=i.stringToBrush(t),this._a("searchTypeBackgroundColor",i.brushToString(this.i.s0))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isExpanded",{get:function(){return this.i.ah},set:function(t){this.i.ah=i.ensureBool(t),this._a("isExpanded",this.i.ah)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isHovered",{get:function(){return this.i.aj},set:function(t){this.i.aj=i.ensureBool(t),this._a("isHovered",this.i.aj)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isFocused",{get:function(){return this.i.ai},set:function(t){this.i.ai=i.ensureBool(t),this._a("isFocused",this.i.ai)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualIsExpanded",{get:function(){return this.i.ac},set:function(t){this.i.ac=i.ensureBool(t),this._a("actualIsExpanded",this.i.ac)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"focusBorderColor",{get:function(){return i.brushToString(this.i.sq)},set:function(t){this.i.sq=i.stringToBrush(t),this._a("focusBorderColor",i.brushToString(this.i.sq))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"id",{get:function(){return this.i.ki},set:function(t){this.i.ki=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabled",{get:function(){return this.i.disabled},set:function(t){this.i.disabled=i.ensureBool(t),this._a("disabled",this.i.disabled)},enumerable:!0,configurable:!0}),n.prototype.findByName=function(t){return null!=this.inputs&&this.inputs.findByName&&this.inputs.findByName(t)?this.inputs.findByName(t):null},Object.defineProperty(n.prototype,"hasUserValues",{get:function(){return this._hasUserValues},enumerable:!0,configurable:!0}),n.prototype.__m=function(t){this._inStyling||this._hasUserValues.add(t)},n.prototype._styling=function(t,e,n){if(!this._inStyling){this._inStyling=!0,this._stylingContainer=t,this._stylingParent=e;var r,s=this.i.$type.name;0===s.indexOf("Xam")&&(s=s.substring(3)),r=i.toSpinal("InputGroupComponent");var o=[],a=i.toSpinal(s);o.push(a+"-");for(var h=this.i.$type.baseType;h&&"Object"!=h.name&&"Base"!=h.name&&"Control"!=h.name&&"DependencyObject"!=h.Name&&"FrameworkElement"!=h.Name;){0===(s=h.name).indexOf("Xam")&&(s=s.substring(3));var u=i.toSpinal(s);o.push(u+"-"),h=h.baseType}if(n){var l=n.i.$type.name;0===l.indexOf("Xam")&&(l=l.substring(3));var c=i.toSpinal(l);o.push(c+"-"+r+"-"),o.push(c+"-"+a+"-")}i.initializePropertiesFromCss(t,this,r+"-",this.hasUserValues,!1,o),this._otherStyling&&this._otherStyling(t,e,n),this._inStyling=!1}},n.prototype.onDetachedFromUI=function(){this.i.onDetachedFromUI()},n.prototype.onAttachedToUI=function(){this.i.onAttachedToUI()},n.prototype.exportVisualModel=function(){return this.i.ia()},n.prototype.exportSerializedVisualModel=function(){return this.i.j9()},n._observedAttributesIgcInputGroupComponent=null,n.htmlTagName="igc-input-group",n._isElementRegistered=!1,n}(i.IgcHTMLElement),Pt=function(){function t(){}return t.register=function(){i.IgcChildContentModule.register(),Ct.register(),St.register(),Tt.register(),i.TypeRegistrar.registerCons("IgcInputGroupComponent",Tt),i.TypeRegistrar.registerCons("IgcInputGroupComponent",Tt),i.TypeRegistrar.register("InputGroup",lt.$type)},t}(),xt=function(t){return t[t.DateShort=0]="DateShort",t[t.DateLong=1]="DateLong",t}({}),Ot=i.markEnum("DateFormats","DateShort,0|DateLong,1"),wt=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.a=0,e.b=!1,e.f=null,e.e=null,e.c=null,e.d=null,e.g=null,e.h=null,e}return e.__extends(n,t),n.prototype.l=function(){this.b=!0},n.prototype.k=function(t){this.a=t,this.b=!1},n.prototype.i=function(t){if(+t==+i.dateMinValue())return"";if(Intl&&Intl.DateTimeFormat){var e=null;switch(this.a){case 1:null==this.c&&(this.c=new Intl.DateTimeFormat([],{weekday:"long",month:"long",day:"numeric",year:"numeric"})),e=this.c;break;case 0:null==this.d&&(this.d=new Intl.DateTimeFormat([],{month:"numeric",day:"numeric",year:"numeric"})),e=this.d}var n=t;return e.format(n)}n=t;switch(this.a){case 1:case 0:return n.toLocaleDateString()}return t.toString()},n.prototype.j=function(){if(Intl&&Intl.DateTimeFormat){var t=null;switch(this.a){case 1:null==this.c&&(this.c=new Intl.DateTimeFormat([],{weekday:"long",month:"long",day:"numeric",year:"numeric"})),t=this.c;break;case 0:null==this.d&&(this.d=new Intl.DateTimeFormat([],{month:"numeric",day:"numeric",year:"numeric"})),t=this.d}for(var e=t.formatToParts(new Date),i="",n=0;n<e.length;n++)switch(e[n].type){case"day":i+="d";break;case"month":i+="m";break;case"year":i+="yyyy";break;default:i+=e[n].value}return i}return"m/d/yyyy"},n.$t=i.markType(n,"DateTimeValueFormatter"),n}(i.Base),Bt=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(n,t),n.$t=i.markType(n,"GotFocusEventArgs",i.EventArgs.$),n}(i.EventArgs),Nt=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(n,t),n.$t=i.markType(n,"LostFocusEventArgs",i.EventArgs.$),n}(i.EventArgs),It=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.b=0,e.a=0,e.j=null,e.k=null,e.l=null,e.f=0,e.h=null,e.i=null,e.e=null,e.d=null,e.c=null,e}return e.__extends(n,t),n.prototype.g=function(){var t=new i.StringBuilder(0);t.l("{"),t.l("density : "+this.b+", "),t.l("baseTheme : "+this.a+", "),i.stringIsNullOrEmpty(this.j)||t.l('textStyleFontStyle : "'+this.j+'", '),i.stringIsNullOrEmpty(this.k)||t.l('textStyleFontVariant : "'+this.k+'", '),i.stringIsNullOrEmpty(this.l)||t.l('textStyleFontWeight : "'+this.l+'", '),i.stringIsNullOrEmpty(this.h)||t.l('textStyleFontFamily : "'+this.h+'", '),i.stringIsNullOrEmpty(this.i)||t.l('textStyleFontStretch : "'+this.i+'", '),i.isNaN_(this.f)||t.l("textStyleFontSize : "+this.f+", ");t.l("popupModel: "+this.e.f()+", ");t.l("inputGroupModel: "+this.d.y()+", ");var e="calendarModel";return this.e.d?t.l(e+": "+this.c.o()+", "):t.l(e+":{}, "),t.l("}"),t.toString()},n.$t=i.markType(n,"DatePickerVisualModelExport"),n}(i.Base),At=function(t){function n(){var e=t.call(this)||this;return e.a=null,e.c=null,e.j=null,e.d=null,e.l=null,e.k=null,e.i=null,e.f=null,e.e=null,e.h=null,e.g=null,e}return e.__extends(n,t),n.prototype.ae=function(){},n.prototype.ad=function(t){if(null!=t){this.c=t;Math.round(t.rootWrapper.width()),Math.round(t.rootWrapper.height());this.x(),this.y();var e=this.c.rootWrapper.getChildAt(0);e.listen("keydown",i.runOn(this,this.v)),e.listen("focusin",i.runOn(this,this.t)),e.listen("focusout",i.runOn(this,this.u)),document.addEventListener("click",i.runOn(this,this.z),!1)}else this.c=null},n.prototype.x=function(){null!=this.c&&(this.j=this.c.rootWrapper.getChildAt(0),this.j.setAttribute("tabIndex","0"),this.j.setStyleProperty("display","flex"),this.j.setStyleProperty("height","100%"),this.k=this.c.createElement("div"),this.i=this.c.createElement("div"),this.i.setRawStyleProperty("flex-grow","1"),this.f=this.c.createElement("div"),this.f.setAttribute("aria-hidden","true"),this.e=this.c.createElement("div"),this.h=this.c.createElement("div"),this.h.setAttribute("aria-hidden","true"),this.g=this.c.createElement("div"),this.a.ca(),this.i.getChildAt(0).setAttribute("aria-expanded","fasle"),this.i.getChildAt(0).setAttribute("aria-invalid","false"),this.e.setStyleProperty("height","16px"),this.e.setStyleProperty("width","16px"),this.g.setStyleProperty("height","16px"),this.g.setStyleProperty("width","16px"),this.e.listen("click",i.runOn(this,this.w)),this.g.listen("click",i.runOn(this,this.aa)))},n.prototype.ah=function(t){if(null!=this.c){var e=this.c.getSubRenderer(this.j);t.provideContainer(e)}},n.prototype.aj=function(t){if(null!=this.c){var e=this.c.getSubRenderer(this.k);t.provideContainer(e)}},n.prototype.ai=function(t){if(null!=this.c){var e=this.c.getSubRenderer(this.i);t.provideContainer(e)}},n.prototype.al=function(t,e){if(null!=this.c){var i=this.c.getSubRenderer(e);t.provideContainer(i)}},n.prototype.ag=function(t,e){if(null!=this.c){var i=this.c.getSubRenderer(e);t.provideContainer(i)}},n.prototype.s=function(){return this.k},n.prototype.r=function(){return this.i},n.prototype.o=function(){return this.f},n.prototype.n=function(){return this.e},n.prototype.q=function(){return this.h},n.prototype.p=function(){return this.g},n.prototype.an=function(t){null!=this.i&&(t?this.i.getChildAt(0).setAttribute("aria-expanded","true"):this.i.getChildAt(0).setAttribute("aria-expanded","false"))},n.prototype.ao=function(t){null!=t&&""!=t?this.i.getChildAt(0).setAttribute("aria-label",t):this.i.getChildAt(0).setAttribute("aria-label","Select a date")},n.prototype.am=function(){null!=this.e&&(1==this.a.aq?this.e.show():this.e.hide())},n.prototype.ab=function(){null!=this.e&&this.e.hide()},n.prototype.y=function(){null!=this.c&&(this.l=this.c.rootWrapper.getChildAt(1),this.d=this.c.createElement("div"),this.d.setStyleProperty("width","100%"),this.d.setStyleProperty("height","100%"),this.d.setStyleProperty("display","flex"),this.a.cb(),this.d.parent().setStyleProperty("height","100%"))},n.prototype.ak=function(t){if(null!=this.c){var e=this.c.getSubRenderer(this.l);t.provideRenderer(e)}},n.prototype.af=function(t){if(null!=this.c){var e=this.c.getSubRenderer(this.d);t.provideContainer(e)}},n.prototype.m=function(){return this.d},n.prototype.w=function(t){this.a.b8(),null!=this.e&&this.e.hide()},n.prototype.aa=function(t){t.stopPropagation(),this.a.cg()},n.prototype.v=function(t){27==t.which&&this.a.b9()},n.prototype.t=function(t){this.a.focus();var e=t.originalEvent.relatedTarget;this.b(e)||this.a.cm()},n.prototype.u=function(t){var e=t.originalEvent.relatedTarget;this.b(e)||(this.a.cf(),this.a.cn())},n.prototype.z=function(t){var e=t.target;this.b(e)||this.a.b9()},n.prototype.ap=function(){return null!=this.c?this.c.rootWrapper.getNativeElement().getBoundingClientRect():null},n.prototype.b=function(t){if(null==t)return!1;var e=this.i.getNativeElement(),i=this.d.getNativeElement();return e.contains(t)||i.contains(t)},n.prototype.ac=function(){},n.$t=i.markType(n,"DatePickerView"),n}(i.Base),Ft=function(t){function r(){var e=t.call(this)||this;e.l=null,e.y=null,e.u=null,e.s=null,e.v=null,e.q=null,e.r=null,e.g=null,e.a4="dd",e.a8="mm",e.bb="yyyy",e.a5="mdy",e.ba="/",e.ah=!1,e.an=!1,e.am=!1,e.av=i.dateMinValue(),e.propertyChanged=null,e.valueChanged=null,e.ae=null,e.ax=i.dateMinValue(),e.aw=i.dateMinValue(),e.a7="",e.c6=i.BrushUtil.g(255,24,29,31),e.z=null,e.a9="",e.au=i.dateMinValue(),e.at=i.dateMaxValue(),e.c=2,e.a=1,e.aa=null,e.c7=i.BrushUtil.g(255,24,29,31),e.c5=i.BrushUtil.g(255,163,172,184),e.aj=!0,e.ak=!1,e.ag=!0,e.ai=!0,e.m=0,e.o=0,e.al=!1,e.e=new wt,e.h=0,e.a6=null,e.gotFocus=null,e.lostFocus=null,e.keyDown=null,e.changing=null;var n=new At;return n.a=e,e.l=n,e.l.ae(),e.b7(),e}return e.__extends(r,t),r.prototype.cs=function(t,e){var i;null!=this.y&&(this.ah=!0,this.b9()),this.c0(),null!=this.valueChanged&&this.valueChanged(this,((i=new w).oldValue=t,i.newValue=e,i)),this.cw()},r.prototype.notifySizeChanged=function(){this.l.ac()},r.prototype.destroy=function(){if(null!=this.g){var t=this.g;t.valueChanged=i.delegateRemove(t.valueChanged,i.runOn(this,this.b6));var e=this.g;e.close=i.delegateRemove(e.close,i.runOn(this,this.b5))}this.provideContainer(null)},r.prototype.provideContainer=function(t){this.l.ad(t)},Object.defineProperty(r.prototype,"af",{get:function(){return null==this.ae&&(this.ae=new i.SRProvider(this.l.c),this.ae.cb("Calendar")),this.ae},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"a1",{get:function(){return this.ax},set:function(t){var e=this.ax;this.av=e,this.ax=t,+e!=+this.ax&&this.cr("Value",e,this.ax)},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"a0",{get:function(){return this.aw},set:function(t){var e=this.aw;this.aw=t,+e!=+this.aw&&this.cr("Today",e,this.aw)},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"bp",{get:function(){return this.a7},set:function(t){var e=this.a7;this.a7=t,e!=this.a7&&this.cr("Label",e,this.a7)},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"c9",{get:function(){return this.c6},set:function(t){var e=this.c6;this.c6=t,e!=this.c6&&this.cr("LabelTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"ac",{get:function(){return this.z},set:function(t){var e=this.z;this.z=t,e!=this.z&&this.cr("LabelTextStyle",e,this.z)},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"bw",{get:function(){return this.a9},set:function(t){var e=this.a9;this.a9=t,e!=this.a9&&this.cr("Placeholder",e,this.a9)},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"az",{get:function(){return this.au},set:function(t){var e=this.au;this.au=t,+e!=+this.au&&this.cr("MinDate",e,this.au)},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"ay",{get:function(){return this.at},set:function(t){var e=this.at;this.at=t,+e!=+this.at&&this.cr("MaxDate",e,this.at)},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"d",{get:function(){return this.c},set:function(t){var e=this.c;this.c=t,e!=this.c&&this.cr("Density",i.enumGetBox(i.ControlDisplayDensity_$type,e),i.enumGetBox(i.ControlDisplayDensity_$type,this.c))},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"b",{get:function(){return this.a},set:function(t){var e=this.a;this.a=t,e!=this.a&&this.cr("BaseTheme",i.enumGetBox(i.BaseControlTheme_$type,e),i.enumGetBox(i.BaseControlTheme_$type,this.a))},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"ad",{get:function(){return this.aa},set:function(t){var e=this.aa;this.aa=t,e!=this.aa&&this.cr("TextStyle",e,this.aa)},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"da",{get:function(){return this.c7},set:function(t){var e=this.c7;this.c7=t,e!=this.c7&&this.cr("TextColor",e,this.c7)},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"c8",{get:function(){return this.c5},set:function(t){var e=this.c5;this.c5=t,e!=this.c5&&this.cr("IconColor",e,this.c5)},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"aq",{get:function(){return this.aj},set:function(t){var e=this.aj;this.aj=t,e!=this.aj&&this.cr("ShowClearButton",e,this.aj)},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"ar",{get:function(){return this.ak},set:function(t){var e=this.ak;this.ak=t,e!=this.ak&&this.cr("ShowTodayButton",e,this.ak)},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"ao",{get:function(){return this.ag},set:function(t){var e=this.ag;this.ag=t,e!=this.ag&&this.cr("AllowTextInput",e,this.ag)},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"ap",{get:function(){return this.ai},set:function(t){var e=this.ai;this.ai=t,e!=this.ai&&this.cr("OpenOnFocus",e,this.ai)},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"n",{get:function(){return this.m},set:function(t){var e=this.m;this.m=t,e!=this.m&&this.cr("FirstDayOfWeek",i.enumGetBox(T,e),i.enumGetBox(T,this.m))},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"p",{get:function(){return this.o},set:function(t){var e=this.o;this.o=t,e!=this.o&&this.cr("FirstWeekOfYear",i.enumGetBox(O,e),i.enumGetBox(O,this.o))},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"as",{get:function(){return this.al},set:function(t){var e=this.al;this.al=t,e!=this.al&&this.cr("ShowWeekNumbers",e,this.al)},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"i",{get:function(){return this.h},set:function(t){var e=this.h;this.h=t,this.h!=e&&this.cr("DateFormat",i.enumGetBox(Ot,e),i.enumGetBox(Ot,this.h))},enumerable:!0,configurable:!0}),Object.defineProperty(r.prototype,"bm",{get:function(){return this.a6},set:function(t){var e=this.a6;this.a6=t,e!=this.a6&&this.cr("FormatString",e,this.a6)},enumerable:!0,configurable:!0}),r.prototype.cr=function(t,e,n){null!=this.propertyChanged&&this.propertyChanged(this,new i.PropertyChangedEventArgs(t)),this.cu(t,e,n)},r.prototype.cu=function(t,e,n){switch(t){case"Density":this.cx();break;case"BaseTheme":this.cy();break;case"Value":+this.a1!=+i.dateMinValue()&&(i.dateGetDate(this.a1)<i.dateGetDate(this.az)||i.dateGetDate(this.a1)>i.dateGetDate(this.ay))&&(this.a1=this.av),this.cs(this.av,this.a1),this.av=this.a1,null!=this.g&&(this.g.aw=this.a1);break;case"Label":null!=this.v&&(this.v.text=this.bp,null!=this.bp&&""!=this.bp?this.u.inputs.contains(this.v)||this.u.inputs.insert(0,this.v):this.u.inputs.contains(this.v)&&this.u.inputs.remove(this.v));break;case"Placeholder":null!=this.s&&(this.s.b8=this.bw,this.l.ao(this.bw));break;case"Today":null!=this.g&&(this.g.av=this.a0);break;case"MaxDate":if(null!=this.g)i.Base.compareSimple(this.az,this.ay)>=0&&(this.ay=i.dateMaxValue()),this.g.at=this.at;i.dateGetDate(this.a1)>i.dateGetDate(this.ay)&&(this.av=i.dateMinValue(),this.a1=i.dateMinValue());break;case"MinDate":if(null!=this.g)this.g.au=this.au,i.Base.compareSimple(this.az,this.ay)>=0&&(this.av=i.dateMaxValue(),this.g.at=this.ay);i.dateGetDate(this.a1)<i.dateGetDate(this.az)&&(this.av=i.dateMinValue(),this.a1=i.dateMinValue());break;case"TextStyle":this.c1();break;case"ShowClearButton":null!=this.s&&""!=this.s.cg&&this.l.am();break;case"LabelTextColor":case"LabelTextStyle":case"TextColor":case"IconColor":this.c2();break;case"ShowTodayButton":null!=this.g&&(this.g.ae=this.ar);break;case"AllowTextInput":null!=this.s&&(this.s.disabled=!this.ao);break;case"OpenOnFocus":break;case"DateFormat":this.e.k(this.i),this.c0();break;case"FormatString":this.b7(),this.c0();break;case"FirstDayOfWeek":null!=this.g&&(this.g.p=this.n);break;case"ShowWeekNumbers":null!=this.g&&(this.g.af=this.as);break;case"FirstWeekOfYear":null!=this.g&&(this.g.s=this.p)}},r.prototype.b7=function(){var t="/",e=null!=this.bm?this.bm.toLowerCase():this.e.j();i.stringContains(e,"/")?t="/":i.stringContains(e,"-")?t="-":i.stringContains(e," ")?t=" ":i.stringContains(e,".")?t=".":i.stringContains(e,",")&&(t=","),this.ba=t.toString();var n=e.split(t);if(3==n.length){for(var r="",s=0;s<3;s++)if(i.stringContains(n[s],"d"))switch(r+="d",n[s]){case"d":case"dd":case"ddd":case"dddd":this.a4=n[s];break;default:this.a4="dd"}else if(i.stringContains(n[s],"m")){switch(r+="m",n[s]){case"m":case"mm":case"mmm":case"mmmm":this.a8=n[s];break;default:this.a8="mm"}this.a8=n[s]}else if(i.stringContains(n[s],"y"))switch(r+="y",n[s]){case"yy":case"yyyy":this.bb=n[s];break;default:this.bb="yyyy"}this.a5="dmy"==r||"mdy"==r||"ymd"==r?r:"mdy"}},r.prototype.c2=function(){null!=this.s&&(this.s.dv=this.da),null!=this.q&&(this.q.fill=this.c8),null!=this.r&&(this.r.fill=this.c8),null!=this.v&&(this.v.dc=this.c9,this.v.y=this.ac)},r.prototype.cz=function(){this.u},r.prototype.c1=function(){null!=this.aa&&(this.s.ac=this.aa)},r.prototype.ca=function(){this.u=new lt,this.l.ah(this.u),this.u.k=0,this.u.d=this.b,this.u.h=this.d,this.v=new pt,this.l.aj(this.v),this.v.dc=this.c9,this.v.y=this.ac,this.u.appendContentChild(this.l.s()),null!=this.bp&&""!=this.bp&&(this.v.text=this.bp,this.u.inputs.add(this.v)),this.s=new dt,this.l.ai(this.s),this.s.b1="text",null!=this.aa&&(this.s.ac=this.aa),this.s.disabled=!this.ao,this.s.dv=this.da,this.u.appendContentChild(this.l.r()),this.u.inputs.add(this.s),this.s.b8=this.bw,this.l.ao(this.bw);var t=this.s;t.change=i.delegateCombine(t.change,i.runOn(this,this.ch));var e=this.s;e.changing=i.delegateCombine(e.changing,i.runOn(this,this.ci));var n=this.s;n.keyDown=i.delegateCombine(n.keyDown,i.runOn(this,this.cj));var s=new ht;this.l.al(s,this.l.o()),this.q=new C,this.l.ag(this.q,this.l.n()),this.q.svgPath=r.bf,this.q.fill=this.c8,s.appendContentChild(this.l.n()),this.u.appendContentChild(this.l.o()),this.u.inputs.add(s),this.c0();var o=new ht;this.l.al(o,this.l.q()),this.r=new C,this.l.ag(this.r,this.l.p()),this.r.svgPath=r.be,this.r.fill=this.c8,o.appendContentChild(this.l.p()),this.u.appendContentChild(this.l.q()),this.u.inputs.add(o)},r.prototype.cj=function(t,e){if(this.cp(e),!e.defaultPrevented){var i=e.keyCode,n=e.modifiers;switch(i){case 9:case 13:this.am=!0,this.an||this.c4(this.s.cg),this.ah=!0,this.b9(),this.am=!1;break;case 40:1==n&&(this.ct(),this.ce());break;case 38:1==n&&this.b9()}}},r.prototype.ci=function(t,e){this.cl(e),e.value.length>0?this.l.am():this.l.ab()},r.prototype.ch=function(t,e){this.an=!0,this.c4(e.value),this.an=!1},r.prototype.c4=function(t){var e=i.stringSplit(t,["/","-"," ",".",","],1),n=0,r=0,s=0,o=!0;if(3==e.length){if(0!=e[0].length&&0!=e[1].length&&0!=e[2].length||(o=!1),"dmy"==this.a5?(n=parseInt(e[0]),r=parseInt(e[1]),s=parseInt(e[2])):"mdy"==this.a5?(r=parseInt(e[0]),n=parseInt(e[1]),s=parseInt(e[2])):"ymd"==this.a5&&(s=parseInt(e[0]),r=parseInt(e[1]),n=parseInt(e[2])),(i.isNaN_(n)||i.isNaN_(s))&&(o=!1),s<50&&(s+=2e3),i.isNaN_(r)){var a="";"dmy"==this.a5?a=e[1].toLowerCase():"mdy"==this.a5?a=e[0].toLowerCase():"ymd"==this.a5&&(a=e[1].toLowerCase());var h=i.stringIsNullOrWhiteSpace(this.af.b1("January_Full"))?"january":this.af.b1("January_Full").toLowerCase(),u=i.stringIsNullOrWhiteSpace(this.af.b1("January_Short"))?"jan":this.af.b1("January_Short").toLowerCase(),l=i.stringIsNullOrWhiteSpace(this.af.b1("February_Full"))?"february":this.af.b1("February_Full").toLowerCase(),c=i.stringIsNullOrWhiteSpace(this.af.b1("February_Short"))?"feb":this.af.b1("February_Short").toLowerCase(),p=i.stringIsNullOrWhiteSpace(this.af.b1("March_Full"))?"march":this.af.b1("March_Full").toLowerCase(),d=i.stringIsNullOrWhiteSpace(this.af.b1("March_Short"))?"mar":this.af.b1("March_Short").toLowerCase(),f=i.stringIsNullOrWhiteSpace(this.af.b1("April_Full"))?"april":this.af.b1("April_Full").toLowerCase(),b=i.stringIsNullOrWhiteSpace(this.af.b1("April_Short"))?"apr":this.af.b1("April_Short").toLowerCase(),g=i.stringIsNullOrWhiteSpace(this.af.b1("May_Full"))?"may":this.af.b1("May_Full").toLowerCase(),y=i.stringIsNullOrWhiteSpace(this.af.b1("May_Short"))?"may":this.af.b1("May_Short").toLowerCase(),m=i.stringIsNullOrWhiteSpace(this.af.b1("June_Full"))?"june":this.af.b1("June_Full").toLowerCase(),v=i.stringIsNullOrWhiteSpace(this.af.b1("June_Short"))?"jun":this.af.b1("June_Short").toLowerCase(),_=i.stringIsNullOrWhiteSpace(this.af.b1("July_Full"))?"july":this.af.b1("July_Full").toLowerCase(),C=i.stringIsNullOrWhiteSpace(this.af.b1("July_Short"))?"jul":this.af.b1("July_Short").toLowerCase(),j=i.stringIsNullOrWhiteSpace(this.af.b1("August_Full"))?"august":this.af.b1("August_Full").toLowerCase(),S=i.stringIsNullOrWhiteSpace(this.af.b1("August_Short"))?"aug":this.af.b1("August_Short").toLowerCase(),k=i.stringIsNullOrWhiteSpace(this.af.b1("September_Full"))?"september":this.af.b1("September_Full").toLowerCase(),T=i.stringIsNullOrWhiteSpace(this.af.b1("September_Short"))?"sep":this.af.b1("September_Short").toLowerCase(),P=i.stringIsNullOrWhiteSpace(this.af.b1("October_Full"))?"october":this.af.b1("October_Full").toLowerCase(),x=i.stringIsNullOrWhiteSpace(this.af.b1("October_Short"))?"oct":this.af.b1("October_Short").toLowerCase(),O=i.stringIsNullOrWhiteSpace(this.af.b1("November_Full"))?"november":this.af.b1("November_Full").toLowerCase(),w=i.stringIsNullOrWhiteSpace(this.af.b1("November_Short"))?"nov":this.af.b1("November_Short").toLowerCase(),B=i.stringIsNullOrWhiteSpace(this.af.b1("December_Full"))?"december":this.af.b1("December_Full").toLowerCase(),N=i.stringIsNullOrWhiteSpace(this.af.b1("December_Short"))?"dec":this.af.b1("December_Short").toLowerCase();a==h||a==u?r=1:a==l||a==c?r=2:a==p||a==d?r=3:a==f||a==b?r=4:a==g||a==y?r=5:a==m||a==v?r=6:a==_||a==C?r=7:a==j||a==S?r=8:a==k||a==T?r=9:a==P||a==x?r=10:a==O||a==w?r=11:a==B||a==N?r=12:o=!1}(r>12||r<1)&&(o=!1)}else o=!1;if(o){var I=i.dateFromValues(s,r,n,0,0,0,0),A=i.Base.compareSimple(I,this.az),F=i.Base.compareSimple(I,this.ay);A<0||F>0?this.c0():(this.c3(I),this.l.am())}else this.c0()},r.prototype.c3=function(t){this.a1;this.a1=t},r.prototype.c0=function(){if(null!=this.s)if(+this.ax!=+i.dateMinValue()){var t="";if(null==this.bm)t=this.e.i(this.a1);else{var e=this.a1.getDate().toString(),n=e;if("dd"==this.a4)this.a1.getDate()<10&&(e="0"+e);else if("ddd"==this.a4)switch(this.a1.getDay()){case 0:e=i.stringIsNullOrWhiteSpace(this.af.b1("Sunday_Short"))?"Sun":this.af.b1("Sunday_Short");break;case 1:e=i.stringIsNullOrWhiteSpace(this.af.b1("Monday_Short"))?"Mon":this.af.b1("Monday_Short");break;case 2:e=i.stringIsNullOrWhiteSpace(this.af.b1("Tuesday_Short"))?"Tue":this.af.b1("Tuesday_Short");break;case 3:e=i.stringIsNullOrWhiteSpace(this.af.b1("Wednesday_Short"))?"Wed":this.af.b1("Wednesday_Short");break;case 4:e=i.stringIsNullOrWhiteSpace(this.af.b1("Thursday_Short"))?"Thu":this.af.b1("Thursday_Short");break;case 5:e=i.stringIsNullOrWhiteSpace(this.af.b1("Friday_Short"))?"Fri":this.af.b1("Friday_Short");break;case 6:e=i.stringIsNullOrWhiteSpace(this.af.b1("Saturday_Short"))?"Sat":this.af.b1("Saturday_Short")}else if("dddd"==this.a4)switch(this.a1.getDay()){case 0:e=i.stringIsNullOrWhiteSpace(this.af.b1("Sunday_Full"))?"Sunday":this.af.b1("Sunday_Full");break;case 1:e=i.stringIsNullOrWhiteSpace(this.af.b1("Monday_Full"))?"Monday":this.af.b1("Monday_Full");break;case 2:e=i.stringIsNullOrWhiteSpace(this.af.b1("Tuesday_Full"))?"Tuesday":this.af.b1("Tuesday_Full");break;case 3:e=i.stringIsNullOrWhiteSpace(this.af.b1("Wednesday_Full"))?"Wednesday":this.af.b1("Wednesday_Full");break;case 4:e=i.stringIsNullOrWhiteSpace(this.af.b1("Thursday_Full"))?"Thursday":this.af.b1("Thursday_Full");break;case 5:e=i.stringIsNullOrWhiteSpace(this.af.b1("Friday_Full"))?"Friday":this.af.b1("Friday_Full");break;case 6:e=i.stringIsNullOrWhiteSpace(this.af.b1("Saturday_Full"))?"Saturday":this.af.b1("Saturday_Full")}var r=i.dateGetMonth(this.a1).toString();if("mm"==this.a8)i.dateGetMonth(this.a1)<10&&(r="0"+r);else if("mmm"==this.a8)switch(i.dateGetMonth(this.a1)){case 1:r=i.stringIsNullOrWhiteSpace(this.af.b1("January_Short"))?"Jan":this.af.b1("January_Short");break;case 2:r=i.stringIsNullOrWhiteSpace(this.af.b1("February_Short"))?"Feb":this.af.b1("February_Short");break;case 3:r=i.stringIsNullOrWhiteSpace(this.af.b1("March_Short"))?"Mar":this.af.b1("March_Short");break;case 4:r=i.stringIsNullOrWhiteSpace(this.af.b1("April_Short"))?"Apr":this.af.b1("April_Short");break;case 5:r=i.stringIsNullOrWhiteSpace(this.af.b1("May_Short"))?"May":this.af.b1("May_Short");break;case 6:r=i.stringIsNullOrWhiteSpace(this.af.b1("June_Short"))?"Jun":this.af.b1("June_Short");break;case 7:r=i.stringIsNullOrWhiteSpace(this.af.b1("July_Short"))?"Jul":this.af.b1("July_Short");break;case 8:r=i.stringIsNullOrWhiteSpace(this.af.b1("August_Short"))?"Aug":this.af.b1("August_Short");break;case 9:r=i.stringIsNullOrWhiteSpace(this.af.b1("September_Short"))?"Sep":this.af.b1("September_Short");break;case 10:r=i.stringIsNullOrWhiteSpace(this.af.b1("October_Short"))?"Oct":this.af.b1("October_Short");break;case 11:r=i.stringIsNullOrWhiteSpace(this.af.b1("November_Short"))?"Nov":this.af.b1("November_Short");break;case 12:r=i.stringIsNullOrWhiteSpace(this.af.b1("December_Short"))?"Dec":this.af.b1("December_Short")}else if("mmmm"==this.a8)switch(i.dateGetMonth(this.a1)){case 1:r=i.stringIsNullOrWhiteSpace(this.af.b1("January_Full"))?"January":this.af.b1("January_Full");break;case 2:r=i.stringIsNullOrWhiteSpace(this.af.b1("February_Full"))?"February":this.af.b1("February_Full");break;case 3:r=i.stringIsNullOrWhiteSpace(this.af.b1("March_Full"))?"March":this.af.b1("March_Full");break;case 4:r=i.stringIsNullOrWhiteSpace(this.af.b1("April_Full"))?"April":this.af.b1("April_Full");break;case 5:r=i.stringIsNullOrWhiteSpace(this.af.b1("May_Full"))?"May":this.af.b1("May_Full");break;case 6:r=i.stringIsNullOrWhiteSpace(this.af.b1("June_Full"))?"June":this.af.b1("June_Full");break;case 7:r=i.stringIsNullOrWhiteSpace(this.af.b1("July_Full"))?"July":this.af.b1("July_Full");break;case 8:r=i.stringIsNullOrWhiteSpace(this.af.b1("August_Full"))?"August":this.af.b1("August_Full");break;case 9:r=i.stringIsNullOrWhiteSpace(this.af.b1("September_Full"))?"September":this.af.b1("September_Full");break;case 10:r=i.stringIsNullOrWhiteSpace(this.af.b1("October_Full"))?"October":this.af.b1("October_Full");break;case 11:r=i.stringIsNullOrWhiteSpace(this.af.b1("November_Full"))?"November":this.af.b1("November_Full");break;case 12:r=i.stringIsNullOrWhiteSpace(this.af.b1("December_Full"))?"December":this.af.b1("December_Full")}var s=this.a1.getFullYear().toString();"yy"==this.bb&&(s=s.substr(2)),"dmy"==this.a5?t="ddd"==this.a4||"dddd"==this.a4?e+this.ba+r+" "+n+this.ba+s:e+this.ba+r+this.ba+s:"mdy"==this.a5?t="ddd"==this.a4||"dddd"==this.a4?r+" "+n+this.ba+e+this.ba+s:r+this.ba+e+this.ba+s:"ymd"==this.a5&&(t="ddd"==this.a4||"dddd"==this.a4?s+this.ba+r+" "+n+this.ba+e:s+this.ba+r+this.ba+e)}this.s.cg=t,this.l.am()}else this.s.cg="",this.l.ab()},r.prototype.b8=function(){null!=this.s&&(this.s.cg=""),this.a1=i.dateMinValue(),this.g.ch()},r.prototype.cb=function(){this.y=new n.Popup,this.l.ak(this.y),this.g=new A,this.l.af(this.g),+this.az!=+i.dateMinValue()&&(this.g.au=this.az),+this.ay!=+i.dateMaxValue()&&(this.g.at=this.ay),+this.a0!=+i.dateMinValue()&&(this.g.av=this.a0),this.g.ae=this.ar,this.g.p=this.n,this.g.af=this.as,this.g.s=this.p;var t=this.g;t.valueChanged=i.delegateCombine(t.valueChanged,i.runOn(this,this.b6));var e=this.g;e.close=i.delegateCombine(e.close,i.runOn(this,this.b5)),this.y.appendPopupContent(this.l.m())},r.prototype.b6=function(t,e){this.a1=e.newValue},r.prototype.b5=function(t){this.y.t&&(this.ah=!0,this.b9())},r.prototype.cg=function(){0==this.ah?this.y.t?this.b9():this.ct():this.ah=!1},r.prototype.ct=function(){var t=this.l.ap();null!=this.y&&this.y.showRelativeToExclusionRect(t,0,0),this.l.an(!0)},r.prototype.b9=function(){var t=this;null!=this.y&&window.setTimeout((function(){return t.y.ao()}),0),null!=this.g&&this.g.cy(),this.l.an(!1),this.ah=!1},r.prototype.focus=function(t){var e=this;void 0===t&&(t=!1),null!=this.s&&this.s.focus(t),this.y.t||1!=this.ap||(0==this.ah?0==this.ao?(this.ct(),this.ah=!0,window.setTimeout((function(){return e.ce()}),0)):1==this.ap&&0==this.am&&(this.ct(),this.ah=!0,window.setTimeout((function(){return e.ce()}),0)):this.ah=!1)},r.prototype.cf=function(){this.ah=!1},r.prototype.cw=function(){null!=this.s&&this.s.dd()},r.prototype.ce=function(){this.g.cq()},r.prototype.cm=function(){var t=new Bt;this.co(t)},r.prototype.cn=function(){var t=new Nt;this.cq(t)},r.prototype.cy=function(){},r.prototype.cx=function(){},r.prototype.a3=function(){return this.f()},r.prototype.bj=function(){return this.f().g()},r.prototype.f=function(){var t=new It;if(t.b=this.d,t.a=this.b,t.e=this.y.ab(),t.d=this.u.ia(),t.c=this.g.bj(),null!=this.ad){var e=this.ad;if(null!=this.l&&null==e.n){var n=this.l.c,r=i.FontUtil.getFontInfoFromString(n,e.fontString);e.n=r.n,e.d=r.d,e.o=r.o,e.q=r.q,e.r=r.r,e.s=r.s}null!=e.n&&(t.h=e.n),i.isNaN_(e.d)||(t.f=e.d),null!=e.s&&(t.l=e.s),null!=e.q&&(t.j=e.q),null!=e.o&&(t.i=e.q)}return t},r.prototype.co=function(t){null!=this.gotFocus&&this.gotFocus(this,t)},r.prototype.cq=function(t){null!=this.lostFocus&&this.lostFocus(this,t)},r.prototype.cp=function(t){null!=this.keyDown&&this.keyDown(this,t)},r.prototype.cl=function(t){null!=this.changing&&this.changing(this,t)},r.$t=i.markType(r,"DatePicker",i.Base.$,[i.INotifyPropertyChanged_$type]),r.be="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z",r.bf="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z",r.ab=null,r}(i.Base),Ut=function(){function t(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated()}return t.prototype.createImplementation=function(){return new Bt},Object.defineProperty(t.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),t.prototype.onImplementationCreated=function(){},t.prototype._provideImplementation=function(t){this._implementation=t,this._implementation.externalObject=this,this.onImplementationCreated()},t}(),Rt=function(){function t(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated()}return t.prototype.createImplementation=function(){return new Nt},Object.defineProperty(t.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),t.prototype.onImplementationCreated=function(){},t.prototype._provideImplementation=function(t){this._implementation=t,this._implementation.externalObject=this,this.onImplementationCreated()},t}(),qt=function(t){function n(){var e=t.call(this)||this;e._disconnected=!1,e._settingAttributes=!1,e._attached=!1,e._queuedSetAttributes=[],e._updatingFromAttribute=!1,e.__p=null,e._hasUserValues=new Set,e._stylingContainer=null,e._stylingParent=null,e._inStyling=!1,e._valueChanged=null,e._valueChanged_wrapped=null,e._gotFocus=null,e._gotFocus_wrapped=null,e._lostFocus=null,e._lostFocus_wrapped=null,e._keyDown=null,e._keyDown_wrapped=null,e._changing=null,e._changing_wrapped=null,e._styling&&i.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(e)),e._renderer=new i.WebComponentRenderer(e,document,!0,null),e._implementation=e.createImplementation(),e._container=e._renderer.createElement("div"),e._renderer.updateRoot(e._container);var n=e.i;return e._datePicker=n,e._renderer.addSizeWatcher((function(){e._datePicker.notifySizeChanged()})),e}return e.__extends(n,t),Object.defineProperty(n.prototype,"height",{get:function(){return this._height},set:function(t){this._height=t,this.style.height=t,this.i.notifySizeChanged()},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"width",{get:function(){return this._width},set:function(t){this._width=t,this.style.width=t,this.i.notifySizeChanged()},enumerable:!0,configurable:!0}),n.prototype.updateStyle=function(){this._styling(this,this)},n.prototype.destroy=function(){this._datePicker.destroy()},n.prototype.createImplementation=function(){return new Ft},n.prototype.disconnectedCallback=function(){this._disconnected=!0},n.prototype.connectedCallback=function(){if(this._disconnected)this._disconnected=!1;else{this.classList.add("ig-date-picker"),this.classList.add("igc-date-picker");var t=this._renderer.rootWrapper.getNativeElement();this.appendChild(t),this._attached=!0,this.style.display="block",this.style.height=this._height,this.style.width=this._width;var e=this._renderer.createElement("div");this._container.append(e);var i=this._renderer.createElement("div");this._container.append(i),this._datePicker.provideContainer(this._renderer),this._datePicker.notifySizeChanged(),this._flushQueuedAttributes(),this._styling(this,this),this.afterContentInit()}},n.prototype.afterContentInit=function(){this.i.notifySizeChanged()},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n._createFromInternal=function(t){if(!t)return null;if(!t.$type)return null;var e="Igc"+t.$type.name+"Component";return i.TypeRegistrar.isRegistered(e)?i.TypeRegistrar.create(e):null},n.prototype._enqueueSetAttribute=function(t,e){this._queuedSetAttributes.push({attrName:t,attrValue:e})},n.prototype._flushQueuedAttributes=function(){this._settingAttributes=!0;for(var t=0;t<this._queuedSetAttributes.length;t++)this.setAttribute(this._queuedSetAttributes[t].attrName,this._queuedSetAttributes[t].attrValue);this._settingAttributes=!1,this._queuedSetAttributes.length=0},n.prototype._a=function(t,e){this._updatingFromAttribute||(e&&(e=e.toString()),this._settingAttributes=!0,t=i.toSpinal(t),this._attached?this.setAttribute(t,e):this._enqueueSetAttribute(t,e),this._settingAttributes=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcDatePickerComponent){for(var t=i.getAllPropertyNames(n),e=0;e<t.length;e++)t[e]=i.toSpinal(t[e]);n._observedAttributesIgcDatePickerComponent=t}return n._observedAttributesIgcDatePickerComponent},enumerable:!0,configurable:!0}),n.prototype.attributeChangedCallback=function(t,e,n){if(!this._settingAttributes){var r=i.fromSpinal(t);this._updatingFromAttribute=!0,this[r]=n,this._updatingFromAttribute=!1}},n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,i.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"value",{get:function(){return this.i.a1},set:function(t){this.i.a1=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"today",{get:function(){return this.i.a0},set:function(t){this.i.a0=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"label",{get:function(){return this.i.bp},set:function(t){this.i.bp=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"labelTextColor",{get:function(){return i.brushToString(this.i.c9)},set:function(t){this.i.c9=i.stringToBrush(t),this._a("labelTextColor",i.brushToString(this.i.c9))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"labelTextStyle",{get:function(){return null==this.i.ac?null:this.i.ac.fontString},set:function(t){var e=new i.FontInfo;e.fontString=t,this.i.ac=e,this._a("labelTextStyle",null!=this.i.ac?this.i.ac.fontString:"")},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"placeholder",{get:function(){return this.i.bw},set:function(t){this.i.bw=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"minDate",{get:function(){return this.i.az},set:function(t){this.i.az=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"maxDate",{get:function(){return this.i.ay},set:function(t){this.i.ay=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"density",{get:function(){return this.i.d},set:function(t){this.i.d=i.ensureEnum(i.ControlDisplayDensity_$type,t),this._a("density",i.enumToString(i.ControlDisplayDensity_$type,this.i.d))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"baseTheme",{get:function(){return this.i.b},set:function(t){this.i.b=i.ensureEnum(i.BaseControlTheme_$type,t),this._a("baseTheme",i.enumToString(i.BaseControlTheme_$type,this.i.b))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"textStyle",{get:function(){return null==this.i.ad?null:this.i.ad.fontString},set:function(t){var e=new i.FontInfo;e.fontString=t,this.i.ad=e,this._a("textStyle",null!=this.i.ad?this.i.ad.fontString:"")},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"textColor",{get:function(){return i.brushToString(this.i.da)},set:function(t){this.i.da=i.stringToBrush(t),this._a("textColor",i.brushToString(this.i.da))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"iconColor",{get:function(){return i.brushToString(this.i.c8)},set:function(t){this.i.c8=i.stringToBrush(t),this._a("iconColor",i.brushToString(this.i.c8))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"showClearButton",{get:function(){return this.i.aq},set:function(t){this.i.aq=i.ensureBool(t),this._a("showClearButton",this.i.aq)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"showTodayButton",{get:function(){return this.i.ar},set:function(t){this.i.ar=i.ensureBool(t),this._a("showTodayButton",this.i.ar)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"allowTextInput",{get:function(){return this.i.ao},set:function(t){this.i.ao=i.ensureBool(t),this._a("allowTextInput",this.i.ao)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"openOnFocus",{get:function(){return this.i.ap},set:function(t){this.i.ap=i.ensureBool(t),this._a("openOnFocus",this.i.ap)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"firstDayOfWeek",{get:function(){return this.i.n},set:function(t){this.i.n=i.ensureEnum(T,t),this._a("firstDayOfWeek",i.enumToString(T,this.i.n))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"firstWeekOfYear",{get:function(){return this.i.p},set:function(t){this.i.p=i.ensureEnum(O,t),this._a("firstWeekOfYear",i.enumToString(O,this.i.p))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"showWeekNumbers",{get:function(){return this.i.as},set:function(t){this.i.as=i.ensureBool(t),this._a("showWeekNumbers",this.i.as)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"dateFormat",{get:function(){return this.i.i},set:function(t){this.i.i=i.ensureEnum(Ot,t),this._a("dateFormat",i.enumToString(Ot,this.i.i))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"formatString",{get:function(){return this.i.bm},set:function(t){this.i.bm=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hasUserValues",{get:function(){return this._hasUserValues},enumerable:!0,configurable:!0}),n.prototype.__m=function(t){this._inStyling||this._hasUserValues.add(t)},n.prototype._styling=function(t,e,n){if(!this._inStyling){this._inStyling=!0,this._stylingContainer=t,this._stylingParent=e;var r,s=this.i.$type.name;0===s.indexOf("Xam")&&(s=s.substring(3)),r=i.toSpinal("DatePickerComponent");var o=[],a=i.toSpinal(s);o.push(a+"-");for(var h=this.i.$type.baseType;h&&"Object"!=h.name&&"Base"!=h.name&&"Control"!=h.name&&"DependencyObject"!=h.Name&&"FrameworkElement"!=h.Name;){0===(s=h.name).indexOf("Xam")&&(s=s.substring(3));var u=i.toSpinal(s);o.push(u+"-"),h=h.baseType}if(n){var l=n.i.$type.name;0===l.indexOf("Xam")&&(l=l.substring(3));var c=i.toSpinal(l);o.push(c+"-"+r+"-"),o.push(c+"-"+a+"-")}i.initializePropertiesFromCss(t,this,r+"-",this.hasUserValues,!1,o),this._otherStyling&&this._otherStyling(t,e,n),this._inStyling=!1}},n.prototype.select=function(){this.i.cw()},n.prototype.exportVisualModel=function(){return this.i.a3()},n.prototype.exportSerializedVisualModel=function(){return this.i.bj()},Object.defineProperty(n.prototype,"valueChanged",{get:function(){return this._valueChanged},set:function(t){var e=this;null!==this._valueChanged_wrapped&&(this.i.valueChanged=i.delegateRemove(this.i.valueChanged,this._valueChanged_wrapped),this._valueChanged_wrapped=null,this._valueChanged=null),this._valueChanged=t,this._valueChanged_wrapped=function(t,i){var n=new F;n._provideImplementation(i),e.beforeValueChanged&&e.beforeValueChanged(e,n),e._valueChanged&&e._valueChanged(e,n)},this.i.valueChanged=i.delegateCombine(this.i.valueChanged,this._valueChanged_wrapped)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"gotFocus",{get:function(){return this._gotFocus},set:function(t){var e=this;null!==this._gotFocus_wrapped&&(this.i.gotFocus=i.delegateRemove(this.i.gotFocus,this._gotFocus_wrapped),this._gotFocus_wrapped=null,this._gotFocus=null),this._gotFocus=t,this._gotFocus_wrapped=function(t,i){var n=new Ut;n._provideImplementation(i),e.beforeGotFocus&&e.beforeGotFocus(e,n),e._gotFocus&&e._gotFocus(e,n)},this.i.gotFocus=i.delegateCombine(this.i.gotFocus,this._gotFocus_wrapped)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"lostFocus",{get:function(){return this._lostFocus},set:function(t){var e=this;null!==this._lostFocus_wrapped&&(this.i.lostFocus=i.delegateRemove(this.i.lostFocus,this._lostFocus_wrapped),this._lostFocus_wrapped=null,this._lostFocus=null),this._lostFocus=t,this._lostFocus_wrapped=function(t,i){var n=new Rt;n._provideImplementation(i),e.beforeLostFocus&&e.beforeLostFocus(e,n),e._lostFocus&&e._lostFocus(e,n)},this.i.lostFocus=i.delegateCombine(this.i.lostFocus,this._lostFocus_wrapped)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"keyDown",{get:function(){return this._keyDown},set:function(t){var e=this;null!==this._keyDown_wrapped&&(this.i.keyDown=i.delegateRemove(this.i.keyDown,this._keyDown_wrapped),this._keyDown_wrapped=null,this._keyDown=null),this._keyDown=t,this._keyDown_wrapped=function(t,n){var r=new i.IgcKeyEventArgs;r._provideImplementation(n),e.beforeKeyDown&&e.beforeKeyDown(e,r),e._keyDown&&e._keyDown(e,r)},this.i.keyDown=i.delegateCombine(this.i.keyDown,this._keyDown_wrapped)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"changing",{get:function(){return this._changing},set:function(t){var e=this;null!==this._changing_wrapped&&(this.i.changing=i.delegateRemove(this.i.changing,this._changing_wrapped),this._changing_wrapped=null,this._changing=null),this._changing=t,this._changing_wrapped=function(t,i){var n=new bt;n._provideImplementation(i),e.beforeChanging&&e.beforeChanging(e,n),e._changing&&e._changing(e,n)},this.i.changing=i.delegateCombine(this.i.changing,this._changing_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcDatePickerComponent=null,n.htmlTagName="igc-date-picker",n._isElementRegistered=!1,n}(HTMLElement),Dt=function(){function t(){}return t.register=function(){R.register(),m.register(),S.register(),Pt.register(),qt.register(),i.TypeRegistrar.registerCons("IgcDatePickerComponent",qt),i.TypeRegistrar.registerCons("IgcDatePickerComponent",qt),i.TypeRegistrar.register("DatePicker",Ft.$type)},t}(),Et=function(){return function(){this.April_Full="April",this.April_Short="Apr",this.August_Full="August",this.August_Short="Aug",this.December_Full="December",this.December_Short="Dec",this.February_Full="February",this.February_Short="Feb",this.Friday_Full="Friday",this.Friday_Short="Fri",this.Friday_Single="F",this.January_Full="January",this.January_Short="Jan",this.July_Full="July",this.July_Short="Jul",this.June_Full="June",this.June_Short="Jun",this.March_Full="March",this.March_Short="Mar",this.May_Full="May",this.May_Short="May",this.Monday_Full="Monday",this.Monday_Short="Mon",this.Monday_Single="M",this.November_Full="November",this.November_Short="Nov",this.October_Full="October",this.October_Short="Oct",this.Saturday_Full="Saturday",this.Saturday_Short="Sat",this.Saturday_Single="S",this.September_Full="September",this.September_Short="Sep",this.Sunday_Full="Sunday",this.Sunday_Short="Sun",this.Sunday_Single="S",this.Thursday_Full="Thursday",this.Thursday_Short="Thu",this.Thursday_Single="T",this.Today="Today",this.Tuesday_Full="Tuesday",this.Tuesday_Short="Tue",this.Tuesday_Single="T",this.Wednesday_Full="Wednesday",this.Wednesday_Short="Wed",this.Wednesday_Single="W"}}(),Wt=function(){function t(){}return t.register=function(){i.Localization.register("Calendar-en",new Et)},t}(),zt=i.markEnum("CheckboxLabelPosition","After,0|Before,1"),Ht=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e._isChecked=!1,e._isIndeterminate=!1,e}return e.__extends(n,t),Object.defineProperty(n.prototype,"isChecked",{get:function(){return this._isChecked},set:function(t){this._isChecked=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isIndeterminate",{get:function(){return this._isIndeterminate},set:function(t){this._isIndeterminate=t},enumerable:!0,configurable:!0}),n.$t=i.markType(n,"CheckboxChangeEventArgs",i.EventArgs.$),n}(i.EventArgs),Mt=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.f=0,e.d=null,e.c=null,e.e=null,e.b=null,e.o=0,e.l=0,e.p=0,e.q=0,e.n=0,e.m=0,e.a=null,e.r=null,e.j=!1,e.g=!1,e.h=!1,e.k=!1,e.i=!1,e}return e.__extends(n,t),n.prototype.s=function(){var t=new i.StringBuilder(0);return t.l("{"),t.l("baseTheme : "+this.f+", "),t.l("actualUncheckedBackgroundColor : "+this.d.serialize()+", "),t.l("actualTickColor : "+this.c+", "),t.l("actualUncheckedBorderColor : "+this.e.serialize()+", "),t.l("actualCheckedBorderColor : "+this.b.serialize()+", "),t.l("borderWidth : "+this.o+", "),t.l("actualBorderWidth : "+this.l+", "),t.l("tickStrokeWidth : "+this.q+", "),t.l("actualTickStrokeWidth : "+this.n+", "),t.l("actualCheckedBackgroundColor : "+this.a.serialize()+", "),null!=this.r&&t.l('value : "'+this.r.toString()+'", '),t.l("isFocused : "+this.j+", "),t.l("disableRipple : "+this.g+", "),t.l("isChecked : "+this.h+", "),t.l("isIndeterminate : "+this.k+", "),t.l("isDisabled : "+this.i+", "),t.l("}"),t.toString()},n.$t=i.markType(n,"CheckboxVisualModelExport"),n}(i.Base),$t=function(t){function n(){var e=t.call(this)||this;return e.c=null,e.l=null,e.f=null,e.j=new i.List$1(i.Delegate_$type,0),e.g=!0,e.q=null,e.m=null,e.p=null,e.n=null,e.d=null,e.o=null,e}return e.__extends(n,t),n.prototype.ad=function(){},n.prototype.i=function(){return!0},n.prototype.ab=function(t){var n,r;if(null!=t){this.l=t,this.l.rootWrapper.setStyleProperty("display","flex"),this.l.rootWrapper.setStyleProperty("flex-direction","row"),this.l.rootWrapper.setStyleProperty("flex-wrap","no-wrap"),this.l.rootWrapper.setStyleProperty("align-items","center");var s=this.l.createElement("input");this.q=s,this.q.addClass("ig-native-checkbox"),this.q.setStyleProperty("position","absolute"),this.q.setStyleProperty("width","1px"),this.q.setStyleProperty("height","1px"),this.q.setStyleProperty("margin","-1px"),this.q.setStyleProperty("border","none"),this.q.setStyleProperty("clip","rect(0, 0, 0, 0)"),this.q.setStyleProperty("outline","0"),this.q.setStyleProperty("pointer-events","none"),this.q.setStyleProperty("overflow","hidden"),this.q.setStyleProperty("-webkit-appearance","none"),this.q.setStyleProperty("-moz-appearance","none"),this.q.setStyleProperty("appearance","none"),this.q.setAttribute("type","checkbox"),this.q.setAttribute("id",this.c.by),this.ag(),this.j.add(s.listen("change",i.runOn(this,this.v))),this.j.add(s.listen("click",i.runOn(this,this.w))),this.j.add(s.listen("focus",i.runOn(this,this.x))),this.j.add(s.listen("blur",i.runOn(this,this.u))),this.l.append(s);var a=this.l.createElement("div");a.addClass("ig-checkbox-box"),a.setStyleProperty("width","1.25em"),a.setStyleProperty("height","1.25em"),a.setStyleProperty("position","relative"),this.m=a,this.l.append(a);var h=this.l.createElement("label");h.setAttribute("for",this.c.by),h.addClass("ig-checkbox-composite"),h.setStyleProperty("box-sizing","border-box"),h.setStyleProperty("position","relative"),h.setStyleProperty("display","inline-block"),h.setStyleProperty("cursor","pointer"),h.setStyleProperty("width","1.25em"),h.setStyleProperty("height","1.25em"),h.setStyleProperty("min-width","1.25em"),h.setStyleProperty("border-width","0.125rem"),h.setStyleProperty("border-style","solid"),h.setStyleProperty("border-color","rgba(0,0,0,0.54)"),h.setStyleProperty("border-top-color","rgba(0, 0, 0, 0.54)"),h.setStyleProperty("border-right-color","rgba(0, 0, 0, 0.54)"),h.setStyleProperty("border-bottom-color","rgba(0, 0, 0, 0.54)"),h.setStyleProperty("border-left-color","rgba(0, 0, 0, 0.54)"),h.setStyleProperty("border-radius","2px"),h.setStyleProperty("-webkit-tap-highlight-color","transparent"),h.setStyleProperty("overflow","hidden"),this.p=h,this.m.append(h);var u=this.l.createElementNS("svg","http://www.w3.org/2000/svg");u.setAttribute("viewBox","0 0 24 24"),u.addClass("ig-checkbox-mark"),u.setStyleProperty("position","absolute"),u.setStyleProperty("top","0"),u.setStyleProperty("left","0"),u.setStyleProperty("right","0"),u.setStyleProperty("bottom","0"),u.setStyleProperty("stroke","#fff"),u.setStyleProperty("stroke-linecap","square"),u.setStyleProperty("stroke-width","3"),u.setStyleProperty("stroke-dasharray","24"),u.setStyleProperty("stroke-dashoffset","24"),u.setStyleProperty("fill","none"),u.setStyleProperty("opacity","0"),u.setStyleProperty("z-index","1"),this.n=u,h.append(u);var l=this.l.createElementNS("path","http://www.w3.org/2000/svg");l.setAttribute("d","M4.1,12.7 9,17.6 20.3,6.3"),u.append(l);var c=this.l.createElement("div"),p=this.l.getSubRenderer(c);c.setStyleProperty("position","absolute"),c.setStyleProperty("width","3em"),c.setStyleProperty("height","3em"),c.setStyleProperty("right","calc(50% - 1.5em)"),c.setStyleProperty("top","calc(50% - 1.5em)"),c.setStyleProperty("border-radius","24px"),c.setStyleProperty("overflow","hidden");var d=new o;d.provideContainer(p),d.q=a;this.l.getExternal(d,this.l.rootWrapper,this.l.getExternal(this.c,null,null));d.h=!0,d.k=!0,this.d=d,a.append(c);var f=this.l.createElement("span");f.addClass("ig-checkbox-label"),f.setStyleProperty("font-family","'Segoe UI', Verdana"),f.setStyleProperty("font-weight","400"),f.setStyleProperty("font-size","1rem"),f.setStyleProperty("letter-spacing",".00937rem"),f.setStyleProperty("text-transform","none"),f.setStyleProperty("line-height","1.5rem"),f.setStyleProperty("margin-left","8px"),f.setStyleProperty("margin-top","0"),f.setStyleProperty("margin-bottom","0"),f.setStyleProperty("cursor","pointer"),f.setStyleProperty("role","label"),this.o=f,this.j.add(f.listen("click",i.runOn(this,this.t))),this.l.append(f),this.l.getPortal(f,"ChildContent",(function(t){}),!0),this.c.cm()}else{try{for(var b=e.__values(i.fromEnum(this.j)),g=b.next();!g.done;g=b.next()){(0,g.value)()}}catch(t){n={error:t}}finally{try{g&&!g.done&&(r=b.return)&&r.call(b)}finally{if(n)throw n.error}}this.j.clear()}},n.prototype.t=function(t){this.c.toggle()},n.prototype.ag=function(){if(this.i()){this.c.by;this.q.setAttribute("name",this.c.b7),this.q.setProperty("value",this.c.a5),this.c.v&&this.q.setAttribute("tabindex",this.c.a0.toString()),this.q.setProperty("disabled",this.c.disabled),this.q.setProperty("indeterminate",this.c.indeterminate),this.q.setProperty("checked",this.c.checked),this.q.setProperty("required",this.c.az),this.c.indeterminate?this.q.setAttribute("aria-checked","mixed"):this.q.setAttribute("aria-checked",this.c.checked?"true":"false"),this.q.setAttribute("aria-labelledby",this.c.bl),this.q.setAttribute("aria-label",this.c.bk)}},n.prototype.ae=function(){if(this.i()){var t=this.c.by;this.q.setAttribute("id",t),this.p.setAttribute("for",t)}},n.prototype.u=function(t){this.c.focused=!1},n.prototype.x=function(t){this.c.focused=!0},n.prototype.w=function(t){(t.stopPropagation(),this.h())&&this.q.getNativeElement().blur();this.c.toggle()},n.prototype.h=function(){return!1},n.prototype.v=function(t){t.stopPropagation()},n.prototype.y=function(){null==i.KeyFrameAnimationFactory.h&&(i.KeyFrameAnimationFactory.h=this.l)},n.prototype.a=function(t){return new i.AnimationKeyFrameEffect(0,this.p,0,null,t)},n.prototype.b=function(t){return new i.AnimationKeyFrameEffect(0,this.n,0,null,t)},n.prototype.z=function(t){},Object.defineProperty(n.prototype,"r",{get:function(){return this.p},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"e",{get:function(){return this.d},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s",{get:function(){return this.n},enumerable:!0,configurable:!0}),n.prototype.aa=function(){this.g=!0,this.j.add(this.q.listen("change",i.runOn(this,this.v))),this.j.add(this.q.listen("click",i.runOn(this,this.w))),this.j.add(this.q.listen("focus",i.runOn(this,this.x))),this.j.add(this.q.listen("blur",i.runOn(this,this.u))),this.j.add(this.o.listen("click",i.runOn(this,this.t)))},n.prototype.ac=function(){var t,n;this.g=!1;try{for(var r=e.__values(i.fromEnum(this.j)),s=r.next();!s.done;s=r.next()){(0,s.value)()}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}this.j.clear()},n.prototype.af=function(){var t=this.c;t.externalObject&&t.externalObject.refreshDefaults&&t.externalObject.refreshDefaults()},n.prototype.ah=function(t,e){this.d.ax=t,this.d.aw=e},n.prototype.k=function(){var t=this.p.getStyleProperty("border-top-width");return t=i.stringReplace(t,"px",""),parseFloat(t)},n.$t=i.markType(n,"CheckboxView"),n}(i.Base),Lt=function(t){function n(){var e=t.call(this)||this;e._view=null,e.b=0,e.n=!1,e.ab=!1,e.c3=null,e.cy=c.e(n.c,n.dm,n.dh),e.c0=null,e.c2=null,e.cx=c.e(n.c,n.dl,n.dg),e.c4=null,e.c1=null,e.dr=c.e(n.c,n.dn,n.di),e.dd=c.e(n.c,n.dk,n.df),e.an=c.b(n.c,n.as,n.ap),e.dc=c.e(n.c,n.dj,n.de),e.ao=c.b(n.c,n.at,n.aq),e.dp=c.e(n.c,n.dl,n.dg),e.av=c.b(n.c,n.au,n.ar),e.dq=c.e(n.c,n.dm,n.dh),e.cz=c.e(n.c,n.dn,n.di),e.cw=c.e(n.c,n.dk,n.df),e.af=NaN,e.ac=c.b(n.c,n.as,n.ap),e.ag=NaN,e.ah=NaN,e.ae=c.b(n.c,n.au,n.ar),e.ad=c.b(n.c,n.at,n.aq),e.cv=c.e(n.c,n.dj,n.de),e.a9="ig-native-checkbox-"+n.a2++,e.a8="ig-checkbox-"+n.a1++,e.ba=null,e.bb=null,e.ay=0,e.o=!1,e.ax=0,e.a7=null,e.a6=null,e.a3=null,e.r=!1,e.change=null,e.g=0,e.l=!1,e.p=!1,e.s=!1,e.q=!1,e.m=!1,e.j=null,e.k=null,e.propertyChanged=null,e.ba=e.a8+"-label",e.a7=e.ba;var i=new $t;return i.c=e,e.view=i,e.view.ad(),e}return e.__extends(n,t),Object.defineProperty(n.prototype,"view",{get:function(){return this._view},set:function(t){this._view=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"d",{get:function(){return this.b},set:function(t){var e=this.b;this.b=t,e!=this.b&&this.cl("BaseTheme",i.enumGetBox(i.BaseControlTheme_$type,e),i.enumGetBox(i.BaseControlTheme_$type,t))},enumerable:!0,configurable:!0}),n.prototype.destroy=function(){this.provideContainer(null)},n.prototype.cl=function(t,e,n){null!=this.propertyChanged&&this.propertyChanged(this,new i.PropertyChangedEventArgs(t)),this.cn(t,e,n)},n.prototype.cr=function(){this.c7=null!=this.ds?this.ds:this.dp,this.c9=null!=this.du?this.du:this.dr,this.c6=null!=this.db?this.db:this.dd,this.ai=i.isNaN_(this.al)?this.an:this.al,this.c5=null!=this.da?this.da:this.dc,this.c8=null!=this.dt?this.dt:this.dq,this.aj=i.isNaN_(this.am)?this.ao:this.am,this.ak=i.isNaN_(this.aw)?this.av:this.aw},n.prototype.cn=function(t,e,n){switch(t){case"BaseTheme":this.cu(this.d),this.cr();break;case"TickColor":this.c7=null!=this.ds?this.ds:this.dp;break;case"UncheckedBorderColor":this.c9=null!=this.du?this.du:this.dr;break;case"CheckedBorderColor":this.c6=null!=this.db?this.db:this.dd;break;case"BorderWidth":this.ai=i.isNaN_(this.al)?this.an:this.al;break;case"CheckedBackgroundColor":this.c5=null!=this.da?this.da:this.dc;break;case"UncheckedBackgroundColor":this.c8=null!=this.dt?this.dt:this.dq;break;case"CornerRadius":this.aj=i.isNaN_(this.am)?this.ao:this.am;break;case"TickStrokeWidth":this.ak=i.isNaN_(this.aw)?this.av:this.aw;break;case"ActualTickStrokeWidth":case"ActualTickColor":this.ct();break;case"ActualCheckedBackgroundColor":case"ActualUncheckedBackgroundColor":case"ActualUncheckedBorderColor":case"ActualCheckedBorderColor":case"ActualBorderWidth":null!=this.j&&this.j.cancel(),null!=this.k&&this.k.cancel(),this.j=null,this.k=null,this.cq();var r=this.u;this.u=!0,this.cs(this.indeterminate),this.u=r;break;case"ActualCornerRadius":this.cq();break;case"IsChecked":if(!this.n){var s=this.indeterminate;this.n=!0,this.indeterminate=!1,this.n=!1;var o=this.u;this.u=!0,this.cs(s),this.u=o}break;case"IsIndeterminate":this.n||this.cs(e);break;case"DisableRipple":this.view.e.i=this.t;break;case"InputId":this.view.ae()}},n.prototype.cq=function(){var t=this.view.r;null!=t&&(i.NativeUI.l(t,new i.CornerRadius(0,this.aj)),i.isNaN_(this.ai)||i.NativeUI.m(t,new i.Thickness(0,this.ai)),this.checked?(i.NativeUI.j(t,this.c5),i.NativeUI.k(t,this.c6)):(i.NativeUI.j(t,this.c8),i.NativeUI.k(t,this.c9)))},n.prototype.ct=function(){var t=this.view.s;null!=t&&(i.NativeUI.v(t,this.c7),i.NativeUI.y(t,this.ak))},Object.defineProperty(n.prototype,"dt",{get:function(){return this.c3},set:function(t){var e=this.c3;this.c3=t,e!=this.c3&&this.cl("UncheckedBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"c8",{get:function(){return this.cy},set:function(t){var e=this.cy;this.cy=t,e!=this.cy&&this.cl("ActualUncheckedBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"da",{get:function(){return this.c0},set:function(t){var e=this.c0;this.c0=t,e!=this.c0&&this.cl("CheckedBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ds",{get:function(){return this.c2},set:function(t){var e=this.c2;this.c2=t,e!=this.c2&&this.cl("TickColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"c7",{get:function(){return this.cx},set:function(t){var e=this.cx;this.cx=t,e!=this.cx&&this.cl("ActualTickColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"du",{get:function(){return this.c4},set:function(t){var e=this.c4;this.c4=t,e!=this.c4&&this.cl("UncheckedBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"db",{get:function(){return this.c1},set:function(t){var e=this.c1;this.c1=t,e!=this.c1&&this.cl("CheckedBorderColor",e,t)},enumerable:!0,configurable:!0}),n.prototype.cu=function(t){this.dr=c.e(t,n.dn,n.di),this.dd=c.e(t,n.dk,n.df),this.an=c.b(t,n.as,n.ap),this.dc=c.e(t,n.dj,n.de),this.ao=c.b(t,n.at,n.aq),this.dp=c.e(t,n.dl,n.dg),this.av=c.b(t,n.au,n.ar),this.dq=c.e(t,n.dm,n.dh)},Object.defineProperty(n.prototype,"c9",{get:function(){return this.cz},set:function(t){var e=this.cz;this.cz=t,e!=this.cz&&this.cl("ActualUncheckedBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"c6",{get:function(){return this.cw},set:function(t){var e=this.cw;this.cw=t,e!=this.cw&&this.cl("ActualCheckedBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"al",{get:function(){return this.af},set:function(t){var e=this.af;this.af=t,e!=this.af&&this.cl("BorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ai",{get:function(){return this.ac},set:function(t){var e=this.ac;this.ac=t,e!=this.ac&&this.cl("ActualBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"am",{get:function(){return this.ag},set:function(t){var e=this.ag;this.ag=t,e!=this.ag&&this.cl("CornerRadius",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"aw",{get:function(){return this.ah},set:function(t){var e=this.ah;this.ah=t,e!=this.ah&&this.cl("TickStrokeWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ak",{get:function(){return this.ae},set:function(t){var e=this.ae;this.ae=t,e!=this.ae&&this.cl("ActualTickStrokeWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"aj",{get:function(){return this.ad},set:function(t){var e=this.ad;this.ad=t,e!=this.ad&&this.cl("ActualCornerRadius",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"c5",{get:function(){return this.cv},set:function(t){var e=this.cv;this.cv=t,e!=this.cv&&this.cl("ActualCheckedBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"by",{get:function(){return this.a9},set:function(t){var e=this.a9;this.a9=t,e!=this.a9&&this.cl("InputId",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"bw",{get:function(){return this.a8},set:function(t){var e=this.a8;this.a8=t,e!=this.a8&&this.cl("Id",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"labelId",{get:function(){return this.ba},set:function(t){var e=this.ba;this.ba=t,e!=this.ba&&this.cl("LabelId",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"b7",{get:function(){return this.bb},set:function(t){var e=this.bb;this.bb=t,e!=this.bb&&this.cl("Name",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"v",{get:function(){return this.o},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"a0",{get:function(){return this.ay},set:function(t){var e=this.ay;this.ay=t,this.o=!0,e!=this.ay&&this.cl("TabIndex",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"az",{get:function(){return this.ax},set:function(t){var e=this.ax;this.ax=t,e!=this.ax&&this.cl("Required",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"bl",{get:function(){return this.a7},set:function(t){var e=this.a7;this.a7=t,e!=this.a7&&this.cl("AriaLabelledBy",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"bk",{get:function(){return this.a6},set:function(t){var e=this.a6;this.a6=t,e!=this.a6&&this.cl("AriaLabel",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"a5",{get:function(){return this.a3},set:function(t){var e=this.a3;this.a3=t,e!=this.a3&&this.cl("Value",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"focused",{get:function(){return this.r},set:function(t){var e=this.r;this.r=t,e!=this.r&&this.cl("IsFocused",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h",{get:function(){return this.g},set:function(t){var e=this.g;this.g=t,e!=this.g&&this.cl("LabelPosition",i.enumGetBox(zt,e),i.enumGetBox(zt,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"t",{get:function(){return this.l},set:function(t){var e=this.l;this.l=t,e!=this.l&&this.cl("DisableRipple",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"checked",{get:function(){return this.p},set:function(t){var e=this.p;this.p=t,e!=this.p&&this.cl("IsChecked",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"indeterminate",{get:function(){return this.s},set:function(t){var e=this.s;this.s=t,e!=this.s&&this.cl("IsIndeterminate",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabled",{get:function(){return this.q},set:function(t){var e=this.q;this.q=t,e!=this.q&&this.cl("IsDisabled",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"u",{get:function(){return this.m},set:function(t){var e=this.m;this.m=t,e!=this.m&&this.cl("DisableTransitions",e,t)},enumerable:!0,configurable:!0}),n.prototype.cm=function(){this.ch(),this.checked?this.view.ah(i.BrushUtil.n(this.c5,.6),i.BrushUtil.n(this.c5,.1)):this.view.ah(i.BrushUtil.n(this.c5,.6),i.BrushUtil.n(this.c9,.1))},Object.defineProperty(n.prototype,"a",{get:function(){var t=new i.AnimationKeyFrameEffectTiming;return t.g=300,t.b=0,t},enumerable:!0,configurable:!0}),n.prototype.ch=function(){this.view.y();var t=!1;null==this.j&&(t||(t=!0,this.view.af()),this.j=i.KeyFrameAnimationFactory.f.c(this.view.a(this.a).m(new i.AnimationKeyFrameProperty(2,this.c8),new i.AnimationKeyFrameProperty(3,this.c9)).m(new i.AnimationKeyFrameProperty(2,this.c5),new i.AnimationKeyFrameProperty(3,this.c6))),this.k=i.KeyFrameAnimationFactory.f.c(this.view.b(this.a).m(new i.AnimationKeyFrameProperty(19,24),new i.AnimationKeyFrameProperty(1,0)).m(new i.AnimationKeyFrameProperty(19,0),new i.AnimationKeyFrameProperty(1,1))))},n.prototype.toggle=function(){if(!this.disabled){this.ch(),this.focused=!1,this.n=!0;var t=!1;if(this.indeterminate&&(t=!0,this.checked=!0),this.indeterminate=!1,this.checked=!this.checked,this.n=!1,this.cs(t),null!=this.change){var e=new Ht;e.isChecked=this.checked,e.isIndeterminate=this.indeterminate,this.change(this,e)}}},n.prototype.cs=function(t){var e=this;this.ch();var n=this.checked;this.indeterminate&&(n=!0);var r=1;if(n||(r=-1),n?this.view.ah(i.BrushUtil.n(this.c5,.6),i.BrushUtil.n(this.c5,.1)):this.view.ah(i.BrushUtil.n(this.c5,.6),i.BrushUtil.n(this.c9,.1)),this.indeterminate||i.NativeUI.z(this.view.s,null),this.u||this.indeterminate||t){var s=this.view.r,o=this.view.s;if(this.indeterminate){var a=new i.TransformGroup;a.j.add(((h=new i.RotateTransform).j=45,h)),a.j.add(function(){var t=new i.TranslateTransform;return t.j=-e.view.k(),t}()),i.NativeUI.j(s,this.c5),i.NativeUI.k(s,this.c6),i.NativeUI.t(o,1),i.NativeUI.x(o,41),i.NativeUI.z(o,a)}else n?(i.NativeUI.j(s,this.c5),i.NativeUI.k(s,this.c6),i.NativeUI.t(o,1),i.NativeUI.x(o,0)):(i.NativeUI.j(s,this.c8),i.NativeUI.k(s,this.c9),i.NativeUI.t(o,0),i.NativeUI.x(o,24))}else{var h;r>0&&this.j.playbackRate<0||r<0&&this.j.playbackRate>0?(this.j.reverse(),this.j.finished.f((function(t){null!=e.j&&e.j.commitStyles()})),this.k.reverse(),this.k.finished.f((function(t){null!=e.k&&e.k.commitStyles()}))):(this.j.play(),this.j.finished.f((function(t){null!=e.j&&e.j.commitStyles()})),this.k.play(),this.k.finished.f((function(t){null!=e.k&&e.k.commitStyles()})))}},n.prototype.onDetachedFromUI=function(){this.view.ac()},n.prototype.onAttachedToUI=function(){this.view.aa()},n.prototype.onContentReady=function(){this.indeterminate&&this.cs(!1)},n.prototype.aa=function(){return this.view.i()},n.prototype.a4=function(){return this.e()},n.prototype.bv=function(){return this.e().s()},n.prototype.e=function(){var t=new Mt;return t.f=this.d,t.d=i.AppearanceHelper.a(this.c8),t.c=i.AppearanceHelper.a(this.c7),t.e=i.AppearanceHelper.a(this.c9),t.b=i.AppearanceHelper.a(this.c6),t.o=this.al,t.l=this.ai,t.p=this.am,t.q=this.aw,t.n=this.ak,t.m=this.aj,t.a=i.AppearanceHelper.a(this.c5),t.r=this.a5,t.j=this.focused,t.g=this.t,t.h=this.checked,t.k=this.indeterminate,t.i=this.disabled,t},n.prototype.provideContainer=function(t){this.view.ab(t)},n.$t=i.markType(n,"Checkbox",i.Base.$,[i.INotifyPropertyChanged_$type]),n.dn=i.BrushUtil.g(138,0,0,0),n.dk=i.BrushUtil.g(138,0,0,0),n.as=NaN,n.dj=i.BrushUtil.g(255,228,28,119),n.at=2,n.dl=i.BrushUtil.g(255,255,255,255),n.au=3,n.dm=i.BrushUtil.g(255,255,255,255),n.di=i.BrushUtil.g(255,153,153,153),n.df=i.BrushUtil.g(138,33,150,243),n.ap=NaN,n.de=i.BrushUtil.g(255,33,150,243),n.aq=2,n.dg=i.BrushUtil.g(255,255,255,255),n.ar=3,n.dh=i.BrushUtil.g(255,255,255,255),n.c=2,n.a2=0,n.a1=0,n}(i.Base),Gt=function(){function t(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated()}return t.prototype.createImplementation=function(){return new Ht},Object.defineProperty(t.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),t.prototype.onImplementationCreated=function(){},t.prototype._provideImplementation=function(t){this._implementation=t,this._implementation.externalObject=this,this.onImplementationCreated()},Object.defineProperty(t.prototype,"isChecked",{get:function(){return this.i.isChecked},set:function(t){this.i.isChecked=i.ensureBool(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isIndeterminate",{get:function(){return this.i.isIndeterminate},set:function(t){this.i.isIndeterminate=i.ensureBool(t)},enumerable:!0,configurable:!0}),t}(),Vt=function(t){function n(){var n=t.call(this)||this;n._disconnected=!1,n._settingAttributes=!1,n._attached=!1,n._queuedSetAttributes=[],n._updatingFromAttribute=!1,n.__p=null,n._hasUserValues=new Set,n._stylingContainer=null,n._stylingParent=null,n._inStyling=!1,n._change=null,n._change_wrapped=null,n._styling&&i.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(n)),n._portalManager=new i.PortalManager("checkboxLabel"),n._renderer=new i.WebComponentRenderer(n,document,!0,{},n._portalManager),n._container=n._renderer.createElement("div"),n._renderer.updateRoot(n._container),n._implementation=n.createImplementation(),n._implementation.externalObject=n,n._container,null!=n._container.getNativeElement()&&n._container.getNativeElement(),n._wrapper=n._renderer;var r=n.i;return n._checkbox=r,r.provideContainer(n._renderer),n._onChildrenChanged(),new MutationObserver((function(t){var i,r;try{for(var s=e.__values(t),o=s.next();!o.done;o=s.next()){"childList"==o.value.type&&n._onChildrenChanged()}}catch(t){i={error:t}}finally{try{o&&!o.done&&(r=s.return)&&r.call(s)}finally{if(i)throw i.error}}})).observe(n,{childList:!0}),n}return e.__extends(n,t),n.prototype._onChildrenChanged=function(){for(var t=[],e=0;e<this.childNodes.length;e++){var i=this.childNodes[e];i!==this._container.getNativeElement()&&t.push(i)}this._portalManager.onChildrenChanged(t)},n.prototype.updateStyle=function(){this._styling(this,this)},n.prototype.destroy=function(){this._checkbox.destroy(),this._wrapper.destroy()},n.prototype.createImplementation=function(){return new Lt},n.prototype.disconnectedCallback=function(){this._disconnected=!0,this.i&&this.i.onDetachedFromUI()},n.prototype.connectedCallback=function(){if(this._disconnected)return this._disconnected=!1,void(this.i&&this.i.onAttachedToUI());this.classList.add("ig-checkbox"),this.classList.add("igc-checkbox"),this.appendChild(this._container.getNativeElement()),this._attached=!0,this.style.display="inline-block",this._flushQueuedAttributes(),this._styling(this,this),this.afterContentInit()},n.prototype.afterContentInit=function(){this.i.onContentReady()},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n._createFromInternal=function(t){if(!t)return null;if(!t.$type)return null;var e="Igc"+t.$type.name+"Component";return i.TypeRegistrar.isRegistered(e)?i.TypeRegistrar.create(e):null},n.prototype._enqueueSetAttribute=function(t,e){this._queuedSetAttributes.push({attrName:t,attrValue:e})},n.prototype._flushQueuedAttributes=function(){this._settingAttributes=!0;for(var t=0;t<this._queuedSetAttributes.length;t++)this.setAttribute(this._queuedSetAttributes[t].attrName,this._queuedSetAttributes[t].attrValue);this._settingAttributes=!1,this._queuedSetAttributes.length=0},n.prototype._a=function(t,e){this._updatingFromAttribute||(e&&(e=e.toString()),this._settingAttributes=!0,t=i.toSpinal(t),this._attached?this.setAttribute(t,e):this._enqueueSetAttribute(t,e),this._settingAttributes=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcCheckboxComponent){for(var t=i.getAllPropertyNames(n),e=0;e<t.length;e++)t[e]=i.toSpinal(t[e]);n._observedAttributesIgcCheckboxComponent=t}return n._observedAttributesIgcCheckboxComponent},enumerable:!0,configurable:!0}),n.prototype.attributeChangedCallback=function(t,e,n){if(!this._settingAttributes){var r=i.fromSpinal(t);this._updatingFromAttribute=!0,this[r]=n,this._updatingFromAttribute=!1}},n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,i.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"baseTheme",{get:function(){return this.i.d},set:function(t){this.i.d=i.ensureEnum(i.BaseControlTheme_$type,t),this._a("baseTheme",i.enumToString(i.BaseControlTheme_$type,this.i.d))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"uncheckedBackgroundColor",{get:function(){return i.brushToString(this.i.dt)},set:function(t){this.i.dt=i.stringToBrush(t),this._a("uncheckedBackgroundColor",i.brushToString(this.i.dt))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualUncheckedBackgroundColor",{get:function(){return i.brushToString(this.i.c8)},set:function(t){this.i.c8=i.stringToBrush(t),this._a("actualUncheckedBackgroundColor",i.brushToString(this.i.c8))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"checkedBackgroundColor",{get:function(){return i.brushToString(this.i.da)},set:function(t){this.i.da=i.stringToBrush(t),this._a("checkedBackgroundColor",i.brushToString(this.i.da))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tickColor",{get:function(){return i.brushToString(this.i.ds)},set:function(t){this.i.ds=i.stringToBrush(t),this._a("tickColor",i.brushToString(this.i.ds))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualTickColor",{get:function(){return i.brushToString(this.i.c7)},set:function(t){this.i.c7=i.stringToBrush(t),this._a("actualTickColor",i.brushToString(this.i.c7))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"uncheckedBorderColor",{get:function(){return i.brushToString(this.i.du)},set:function(t){this.i.du=i.stringToBrush(t),this._a("uncheckedBorderColor",i.brushToString(this.i.du))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"checkedBorderColor",{get:function(){return i.brushToString(this.i.db)},set:function(t){this.i.db=i.stringToBrush(t),this._a("checkedBorderColor",i.brushToString(this.i.db))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualUncheckedBorderColor",{get:function(){return i.brushToString(this.i.c9)},set:function(t){this.i.c9=i.stringToBrush(t),this._a("actualUncheckedBorderColor",i.brushToString(this.i.c9))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualCheckedBorderColor",{get:function(){return i.brushToString(this.i.c6)},set:function(t){this.i.c6=i.stringToBrush(t),this._a("actualCheckedBorderColor",i.brushToString(this.i.c6))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"borderWidth",{get:function(){return this.i.al},set:function(t){this.i.al=+t,this._a("borderWidth",this.i.al)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualBorderWidth",{get:function(){return this.i.ai},set:function(t){this.i.ai=+t,this._a("actualBorderWidth",this.i.ai)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"cornerRadius",{get:function(){return this.i.am},set:function(t){this.i.am=+t,this._a("cornerRadius",this.i.am)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tickStrokeWidth",{get:function(){return this.i.aw},set:function(t){this.i.aw=+t,this._a("tickStrokeWidth",this.i.aw)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualTickStrokeWidth",{get:function(){return this.i.ak},set:function(t){this.i.ak=+t,this._a("actualTickStrokeWidth",this.i.ak)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualCornerRadius",{get:function(){return this.i.aj},set:function(t){this.i.aj=+t,this._a("actualCornerRadius",this.i.aj)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualCheckedBackgroundColor",{get:function(){return i.brushToString(this.i.c5)},set:function(t){this.i.c5=i.stringToBrush(t),this._a("actualCheckedBackgroundColor",i.brushToString(this.i.c5))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"inputId",{get:function(){return this.i.by},set:function(t){this.i.by=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"id",{get:function(){return this.i.bw},set:function(t){this.i.bw=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"labelId",{get:function(){return this.i.labelId},set:function(t){this.i.labelId=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"name",{get:function(){return this.i.b7},set:function(t){this.i.b7=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tabIndex",{get:function(){return this.i.a0},set:function(t){this.i.a0=+t,this._a("tabIndex",this.i.a0)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"required",{get:function(){return this.i.az},set:function(t){this.i.az=+t,this._a("required",this.i.az)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ariaLabelledBy",{get:function(){return this.i.bl},set:function(t){this.i.bl=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ariaLabel",{get:function(){return this.i.bk},set:function(t){this.i.bk=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"value",{get:function(){return this.i.a5},set:function(t){this.i.a5=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"focused",{get:function(){return this.i.focused},set:function(t){this.i.focused=i.ensureBool(t),this._a("focused",this.i.focused)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"labelPosition",{get:function(){return this.i.h},set:function(t){this.i.h=i.ensureEnum(zt,t),this._a("labelPosition",i.enumToString(zt,this.i.h))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disableRipple",{get:function(){return this.i.t},set:function(t){this.i.t=i.ensureBool(t),this._a("disableRipple",this.i.t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"checked",{get:function(){return this.i.checked},set:function(t){this.i.checked=i.ensureBool(t),this._a("checked",this.i.checked)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"indeterminate",{get:function(){return this.i.indeterminate},set:function(t){this.i.indeterminate=i.ensureBool(t),this._a("indeterminate",this.i.indeterminate)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabled",{get:function(){return this.i.disabled},set:function(t){this.i.disabled=i.ensureBool(t),this._a("disabled",this.i.disabled)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disableTransitions",{get:function(){return this.i.u},set:function(t){this.i.u=i.ensureBool(t),this._a("disableTransitions",this.i.u)},enumerable:!0,configurable:!0}),n.prototype.findByName=function(t){return null},Object.defineProperty(n.prototype,"hasUserValues",{get:function(){return this._hasUserValues},enumerable:!0,configurable:!0}),n.prototype.__m=function(t){this._inStyling||this._hasUserValues.add(t)},n.prototype._styling=function(t,e,n){if(!this._inStyling){this._inStyling=!0,this._stylingContainer=t,this._stylingParent=e;var r,s=this.i.$type.name;0===s.indexOf("Xam")&&(s=s.substring(3)),r=i.toSpinal("CheckboxComponent");var o=[],a=i.toSpinal(s);o.push(a+"-");for(var h=this.i.$type.baseType;h&&"Object"!=h.name&&"Base"!=h.name&&"Control"!=h.name&&"DependencyObject"!=h.Name&&"FrameworkElement"!=h.Name;){0===(s=h.name).indexOf("Xam")&&(s=s.substring(3));var u=i.toSpinal(s);o.push(u+"-"),h=h.baseType}if(n){var l=n.i.$type.name;0===l.indexOf("Xam")&&(l=l.substring(3));var c=i.toSpinal(l);o.push(c+"-"+r+"-"),o.push(c+"-"+a+"-")}i.initializePropertiesFromCss(t,this,r+"-",this.hasUserValues,!1,o),this._otherStyling&&this._otherStyling(t,e,n),this._inStyling=!1}},n.prototype.onDetachedFromUI=function(){this.i.onDetachedFromUI()},n.prototype.onAttachedToUI=function(){this.i.onAttachedToUI()},n.prototype.exportVisualModel=function(){return this.i.a4()},n.prototype.exportSerializedVisualModel=function(){return this.i.bv()},Object.defineProperty(n.prototype,"change",{get:function(){return this._change},set:function(t){var e=this;null!==this._change_wrapped&&(this.i.change=i.delegateRemove(this.i.change,this._change_wrapped),this._change_wrapped=null,this._change=null),this._change=t,this._change_wrapped=function(t,i){var n=new Gt;n._provideImplementation(i),e.beforeChange&&e.beforeChange(e,n),e._change&&e._change(e,n)},this.i.change=i.delegateCombine(this.i.change,this._change_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcCheckboxComponent=null,n.htmlTagName="igc-checkbox",n._isElementRegistered=!1,n}(i.IgcHTMLElement),Kt=function(){function t(){}return t.register=function(){h.register(),i.IgcChildContentModule.register(),Vt.register(),i.TypeRegistrar.registerCons("IgcCheckboxComponent",Vt),i.TypeRegistrar.registerCons("IgcCheckboxComponent",Vt),i.TypeRegistrar.register("Checkbox",Lt.$type)},t}(),Yt=function(t){return t[t.Horizontal=0]="Horizontal",t[t.Vertical=1]="Vertical",t}({}),Jt=i.markEnum("ButtonGroupOrientation","Horizontal,0|Vertical,1"),Xt=i.markEnum("ButtonGroupDisplayStyle","Flat,0|Outlined,1"),Qt=function(t){function n(){var e=t.call(this,b.$,0)||this;return e.collectionResetting=null,e}return e.__extends(n,t),n.prototype.p=function(){null!=this.collectionResetting&&this.collectionResetting(this,null),t.prototype.p.call(this)},n.$t=i.markType(n,"ButtonGroupButtonCollection",i.ObservableCollection$1.$.specialize(b.$)),n}(i.ObservableCollection$1),Zt=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(n,t),n.$t=i.markType(n,"ButtonGroupSelectionChangedEventArgs",i.EventArgs.$),n}(i.EventArgs),te=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.e=0,e.f=0,e.a=null,e.k=0,e.b=null,e.d=null,e.c=null,e.j=0,e.g=!1,e.h=!1,e.i=null,e}return e.__extends(n,t),n.prototype.l=function(){var t=new i.StringBuilder(0);t.l("{"),t.l("baseTheme : "+i.enumGetBox(i.BaseControlTheme_$type,this.e)+", "),t.l("actualDensity : "+i.enumGetBox(i.ControlDisplayDensity_$type,this.f)+", "),t.l("selectedIndices : "+this.a+", "),t.l("actualItemBackgroundColor : "+this.b.serialize()+", "),t.l("actualItemTextColor : "+this.d.serialize()+", "),t.l("actualItemBorderColor : "+this.c.serialize()+", "),t.l("actualItemBorderWidth : "+this.j+", "),t.l("isDisabled : "+this.g+", "),t.l("isMultiSelect : "+this.h+", "),t.l("buttonModels: [");for(var e=0;e<this.i.count;e++)0!=e&&t.l(","),t.l(this.i._inner[e].ab());return t.l("]"),t.l("}"),t.toString()},n.$t=i.markType(n,"ButtonGroupVisualModelExport"),n}(i.Base),ee=function(t){function n(){var e=t.call(this)||this;return e.a=null,e.g=null,e.b=null,e.f=new i.List$1(i.Delegate_$type,0),e.m=null,e.c=!0,e.h=null,e.i=null,e.j=null,e.k=null,e}return e.__extends(n,t),n.prototype.v=function(){},n.prototype.d=function(){return!0},n.prototype.p=function(t){},n.prototype.r=function(t){},n.prototype.q=function(){},Object.defineProperty(n.prototype,"l",{get:function(){return this.h},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ab",{get:function(){return null},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"e",{get:function(){return!0},enumerable:!0,configurable:!0}),n.prototype.t=function(t){var n,r,s=this;if(null==t){try{for(var o=e.__values(i.fromEnum(this.f)),a=o.next();!a.done;a=o.next()){(0,a.value)()}}catch(t){n={error:t}}finally{try{a&&!a.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}this.f.clear()}this.g=t,t.rootWrapper.setStyleProperty("position","relative");var h=this.g.createElement("div");h.addClass("ig-button-content"),h.setStyleProperty("position","relative"),h.setStyleProperty("display","flex"),h.setStyleProperty("flex-direction","row"),h.setStyleProperty("flex-wrap","no-wrap"),h.setStyleProperty("align-items","center"),this.j=h,this.f.add(h.listen("click",i.runOn(this,this.n))),this.g.append(h),this.g.getPortal(h,"ChildContent",(function(t){var e=t.componentRef;s.k=e,0==s.a.r?(s.j.setStyleProperty("flex-direction","row"),e.display="flex",e.flexDirection="row"):(s.j.setStyleProperty("flex-direction","column"),e.display="flex",e.flexDirection="column")}),!0),this.a.db()},n.prototype.z=function(t){this.m!=t&&(this.m=t,null!=this.i&&this.i.setAttribute("d",this.m))},n.prototype.y=function(){var t=this.k;null!=t&&(0==this.a.r?(this.j.setStyleProperty("flex-direction","row"),t.display="flex",t.flexDirection="row"):(this.j.setStyleProperty("flex-direction","column"),t.display="flex",t.flexDirection="column"))},n.prototype.n=function(t){},n.prototype.w=function(){this.d()},n.prototype.s=function(){this.c=!0},n.prototype.u=function(){var t,n;this.c=!1;try{for(var r=e.__values(i.fromEnum(this.f)),s=r.next();!s.done;s=r.next()){(0,s.value)()}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}this.f.clear()},n.prototype.aa=function(t){null!=t&&this.g.rootWrapper.setStyleProperty("font",t.fontString)},n.prototype.x=function(t){0==this.a.r?(t.gc="flex",t.hf="row",t.fw="center"):(t.gc="flex",t.hf="column",t.fw="stretch")},n.prototype.o=function(t){this.j.append(t)},n.$t=i.markType(n,"ButtonGroupView"),n}(i.Base),ie=function(t){function n(){var e=t.call(this)||this;e.o=1,e.e=0,e.i=1,e.h=1,e.a=new Array(0),e.u=!1,e._view=null,e.ax=c.b(n.f,n.av,n.ap),e.gz=c.e(n.f,n.gn,n.fn),e.g1=c.e(n.f,n.gp,n.fp),e.g0=c.e(n.f,n.go,n.fo),e.g2=c.e(n.f,n.gq,n.fq),e.aw=c.b(n.f,n.au,n.ao),e.g6=c.e(n.f,n.gu,n.fu),e.g3=c.e(n.f,n.gr,n.fr),e.g7=c.e(n.f,n.gv,n.fv),e.ha=c.e(n.f,n.gy,n.fy),e.g4=c.e(n.f,n.gs,n.fs),e.g5=c.e(n.f,n.gt,n.ft),e.g8=c.e(n.f,n.gw,n.fw),e.g9=c.e(n.f,n.gx,n.fx),e.ar=c.b(n.f,n.at,n.an),e.fz=c.e(n.f,n.gb,n.fb),e.f1=c.e(n.f,n.gd,n.fd),e.f0=c.e(n.f,n.gc,n.fc),e.f2=c.e(n.f,n.ge,n.fe),e.aq=c.b(n.f,n.as,n.am),e.f6=c.e(n.f,n.gi,n.fi),e.f3=c.e(n.f,n.gf,n.ff),e.f7=c.e(n.f,n.gj,n.fj),e.ga=c.e(n.f,n.gm,n.fm),e.f4=c.e(n.f,n.gg,n.fg),e.f5=c.e(n.f,n.gh,n.fh),e.f8=c.e(n.f,n.gk,n.fk),e.f9=c.e(n.f,n.gl,n.fl),e.ad=c.b(n.f,n.av,n.ap),e.dm=c.e(n.f,n.gn,n.fn),e.dp=c.e(n.f,n.gp,n.fp),e.du=c.e(n.f,n.gu,n.fu),e.dr=c.e(n.f,n.gr,n.fr),e.dn=c.e(n.f,n.go,n.fo),e.dq=c.e(n.f,n.gq,n.fq),e.ac=c.b(n.f,n.au,n.ao),e.dv=c.e(n.f,n.gv,n.fv),e.dy=c.e(n.f,n.gy,n.fy),e.ds=c.e(n.f,n.gs,n.fs),e.dt=c.e(n.f,n.gt,n.ft),e.dw=c.e(n.f,n.gw,n.fw),e.dx=c.e(n.f,n.gx,n.fx),e.ah=NaN,e.d7=null,e.d9=null,e.ee=null,e.eb=null,e.ec=null,e.d8=null,e.ea=null,e.ag=NaN,e.ed=null,e.ev=null,e.ey=null,e.ew=null,e.ex=null,e.aj=NaN,e.ef=null,e.eh=null,e.em=null,e.ej=null,e.ek=null,e.eg=null,e.ei=null,e.ai=NaN,e.el=null,e.er=null,e.eu=null,e.es=null,e.et=null,e.af=NaN,e.dz=null,e.d1=null,e.d6=null,e.d3=null,e.d4=null,e.d0=null,e.d2=null,e.ae=NaN,e.d5=null,e.en=null,e.eq=null,e.eo=null,e.ep=null,e.q=0,e.a6="ig-buttongroup-"+n.a4++,e.w=!1,e.v=!1,e.x=!1,e.propertyChanged=null,e.m=new Qt,e.selectionChanged=null;var r=new ee;r.a=e,e.view=r,e.view.v();var s=e.m;s.collectionChanged=i.delegateCombine(s.collectionChanged,i.runOn(e,e.c3));var o=e.m;return o.collectionResetting=i.delegateCombine(o.collectionResetting,i.runOn(e,e.c4)),e}return e.__extends(n,t),Object.defineProperty(n.prototype,"p",{get:function(){return this.o},set:function(t){var e=this.o;this.o=t,e!=this.o&&this.da("DisplayType",i.enumGetBox(Xt,e),i.enumGetBox(Xt,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"g",{get:function(){return this.e},set:function(t){var e=this.e;this.e=t,e!=this.e&&this.da("BaseTheme",i.enumGetBox(i.BaseControlTheme_$type,e),i.enumGetBox(i.BaseControlTheme_$type,t))},enumerable:!0,configurable:!0}),n.prototype.c4=function(t,n){var r,s;try{for(var o=e.__values(i.fromEnum(this.buttons)),a=o.next();!a.done;a=o.next()){var h=a.value;h.clicked=i.delegateRemove(h.clicked,i.runOn(this,this.c6))}}catch(t){r={error:t}}finally{try{a&&!a.done&&(s=o.return)&&s.call(o)}finally{if(r)throw r.error}}this.df(),this.view.q()},n.prototype.appendContentChild=function(t){this.view.o(t)},n.prototype.c3=function(t,n){var r,s,o,a;if(null!=n.oldItems)try{for(var h=e.__values(i.fromEn(n.oldItems)),u=h.next();!u.done;u=h.next()){var l=u.value;null!=l&&(l.clicked=i.delegateRemove(l.clicked,i.runOn(this,this.c6))),this.view.r(l)}}catch(t){r={error:t}}finally{try{u&&!u.done&&(s=h.return)&&s.call(h)}finally{if(r)throw r.error}}if(null!=n.newItems)try{for(var c=e.__values(i.fromEn(n.newItems)),p=c.next();!p.done;p=c.next()){var d=p.value;null!=d&&(d.clicked=i.delegateCombine(d.clicked,i.runOn(this,this.c6))),this.view.p(d)}}catch(t){o={error:t}}finally{try{p&&!p.done&&(a=c.return)&&a.call(c)}finally{if(o)throw o.error}}this.df()},n.prototype.c6=function(t,e){var i=t,n=this.buttons.indexOf(i);this.de(i,n)},Object.defineProperty(n.prototype,"k",{get:function(){return this.i},set:function(t){var e=this.i;this.i=t,e!=this.i&&this.da("Density",i.enumGetBox(i.ControlDisplayDensity_$type,e),i.enumGetBox(i.ControlDisplayDensity_$type,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"j",{get:function(){return this.h},set:function(t){var e=this.h;this.h=t,e!=this.h&&this.da("ActualDensity",i.enumGetBox(i.ControlDisplayDensity_$type,e),i.enumGetBox(i.ControlDisplayDensity_$type,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"d",{get:function(){return this.a},set:function(t){var e=this.a;this.a=t,e!=this.a&&this.da("SelectedIndices",e,t)},enumerable:!0,configurable:!0}),n.prototype.de=function(t,e){this.u=!0,this.aa(t)?this.d=this.b(this.d,t,e):(this.z||(this.d=new Array(0)),this.d=this.c(this.d,t,e)),this.df(),null!=this.selectionChanged&&this.selectionChanged(this,new Zt),this.u=!1},n.prototype.c=function(t,e,i){for(var n=new Array(Math.max(0,this.a.length+1)),r=0,s=0;s<this.a.length;s++)this.a[s]!=i&&(n[r]=this.a[s],r++);return n[r]=i,n},n.prototype.b=function(t,e,i){for(var n=new Array(Math.max(0,this.a.length-1)),r=0,s=0;s<this.a.length;s++)this.a[s]!=i&&(n[r]=this.a[s],r++);return n},Object.defineProperty(n.prototype,"view",{get:function(){return this._view},set:function(t){this._view=t},enumerable:!0,configurable:!0}),n.prototype.destroy=function(){this.provideContainer(null)},n.prototype.da=function(t,e,n){null!=this.propertyChanged&&this.propertyChanged(this,new i.PropertyChangedEventArgs(t)),this.dc(t,e,n)},n.prototype.dc=function(t,e,i){switch(t){case"BaseTheme":this.dh(this.g),this.dg();break;case"DisplayType":case"ItemBorderColor":case"ItemDisabledBorderColor":case"ItemBackgroundColor":case"ItemDisabledBackgroundColor":case"SelectedItemBackgroundColor":case"ItemTextColor":case"ItemDisabledTextColor":case"SelectedItemTextColor":case"ItemHoverBackgroundColor":case"SelectedItemHoverBackgroundColor":case"ItemHoverTextColor":case"SelectedItemHoverTextColor":case"OutlinedItemBorderColor":case"OutlinedItemDisabledBorderColor":case"OutlinedItemBackgroundColor":case"OutlinedItemDisabledBackgroundColor":case"OutlinedSelectedItemBackgroundColor":case"OutlinedItemTextColor":case"OutlinedItemDisabledTextColor":case"OutlinedSelectedItemTextColor":case"OutlinedItemHoverBackgroundColor":case n.cv:case"OutlinedItemHoverTextColor":case"OutlinedSelectedItemHoverTextColor":case"FlatItemBorderColor":case"FlatItemDisabledBorderColor":case"FlatItemBackgroundColor":case"FlatItemDisabledBackgroundColor":case"FlatSelectedItemBackgroundColor":case"FlatItemTextColor":case"FlatItemDisabledTextColor":case"FlatSelectedItemTextColor":case"FlatItemHoverBackgroundColor":case"FlatSelectedItemHoverBackgroundColor":case"FlatItemHoverTextColor":case"FlatSelectedItemHoverTextColor":this.dg();break;case"ActualItemBorderColor":case"ActualItemDisabledBorderColor":case"ActualItemDisabledBackgroundColor":case"ActualItemBackgroundColor":case"ActualItemTextColor":case"ActualItemDisabledTextColor":case"ActualSelectedItemTextColor":case"ActualSelectedItemBackgroundColor":this.df();break;case"Orientation":this.view.y(),this.df();break;case"Density":this.j=0==this.k?1:this.k;break;case"ActualDensity":for(var r=0;r<this.buttons.count;r++)this.buttons._inner[r].h=this.j;break;case"IsDisabled":for(var s=0;s<this.buttons.count;s++)this.buttons._inner[s].disabled=this.disabled;break;case"SelectedIndices":this.u||this.df()}},n.prototype.dl=function(t,e){return new i.CornerRadius(1,i.isNaN_(t.c)?e.c:t.c,i.isNaN_(t.d)?e.d:t.d,i.isNaN_(t.b)?e.b:t.b,i.isNaN_(t.a)?e.a:t.a)},n.prototype.dg=function(){switch(this.p){case 1:this.al=i.isNaN_(this.a1)?this.ax:this.a1,this.ez=null!=this.hn?this.hn:this.gz,this.e1=null!=this.hp?this.hp:this.g1,this.e6=null!=this.hu?this.hu:this.g6,this.e3=null!=this.hr?this.hr:this.g3,this.e0=null!=this.ho?this.ho:this.g0,this.e2=null!=this.hq?this.hq:this.g2,this.ak=i.isNaN_(this.a0)?this.aw:this.a0,this.e7=null!=this.h7?this.h7:this.g7,this.fa=null!=this.ia?this.ia:this.ha,this.e4=null!=this.hs?this.hs:this.g4,this.e5=null!=this.ht?this.ht:this.g5,this.e8=null!=this.h8?this.h8:this.g8,this.e9=null!=this.h9?this.h9:this.g9;break;case 0:this.al=i.isNaN_(this.a1)?this.ar:this.a1,this.ez=null!=this.hn?this.hn:this.fz,this.e1=null!=this.hp?this.hp:this.f1,this.e6=null!=this.hu?this.hu:this.f6,this.e3=null!=this.hr?this.hr:this.f3,this.e0=null!=this.ho?this.ho:this.f0,this.e2=null!=this.hq?this.hq:this.f2,this.ak=i.isNaN_(this.a0)?this.aq:this.a0,this.e7=null!=this.h7?this.h7:this.f7,this.fa=null!=this.ia?this.ia:this.ga,this.e4=null!=this.hs?this.hs:this.f4,this.e5=null!=this.ht?this.ht:this.f5,this.e8=null!=this.h8?this.h8:this.f8,this.e9=null!=this.h9?this.h9:this.f9}},n.prototype.df=function(){for(var t=0;t<this.buttons.count;t++){var e=this.buttons._inner[t];e.h=this.j,0==t?this.di(e):t==this.buttons.count-1?this.dj(e):this.dk(e),e.s=1,e.ak=!1,this.v&&(e.disabled=this.disabled),e.nm=this.e0,e.ax=this.ak,e.si=this.e2,e.sh=this.e1,e.sj=this.e3,this.view.x(e),this.aa(e)?(e.nl=this.e7,e.t8=this.fa,e.s8=this.e8,e.s9=this.e9):(e.nl=this.ez,e.t8=this.e6,e.s8=this.e4,e.s9=this.e5)}},n.prototype.aa=function(t){for(var e=this.buttons.indexOf(t),i=0;i<this.d.length;i++)if(this.d[i]==e)return!0;return!1},n.prototype.dk=function(t){t.ke=new i.CornerRadius(1,0,0,0,0)},n.prototype.dj=function(t){1==this.r?t.ke=new i.CornerRadius(1,0,0,this.al,this.al):t.ke=new i.CornerRadius(1,0,this.al,this.al,0)},n.prototype.di=function(t){1==this.r?t.ke=new i.CornerRadius(1,this.al,this.al,0,0):t.ke=new i.CornerRadius(1,this.al,0,0,this.al)},n.prototype.dh=function(t){this.ax=c.b(t,n.av,n.ap),this.gz=c.e(t,n.gn,n.fn),this.g1=c.e(t,n.gp,n.fp),this.g0=c.e(t,n.go,n.fo),this.g2=c.e(t,n.gq,n.fq),this.aw=c.b(t,n.au,n.ao),this.g6=c.e(t,n.gu,n.fu),this.g3=c.e(t,n.gr,n.fr),this.g7=c.e(t,n.gv,n.fv),this.ha=c.e(t,n.gy,n.fy),this.g4=c.e(t,n.gs,n.fs),this.g5=c.e(t,n.gt,n.ft),this.g8=c.e(t,n.gw,n.fw),this.g9=c.e(t,n.gx,n.fx),this.ar=c.b(t,n.at,n.an),this.fz=c.e(t,n.gb,n.fb),this.f1=c.e(t,n.gd,n.fd),this.f0=c.e(t,n.gc,n.fc),this.f2=c.e(t,n.ge,n.fe),this.aq=c.b(t,n.as,n.am),this.f6=c.e(t,n.gi,n.fi),this.f3=c.e(t,n.gf,n.ff),this.f7=c.e(t,n.gj,n.fj),this.ga=c.e(t,n.gm,n.fm),this.f4=c.e(t,n.gg,n.fg),this.f5=c.e(t,n.gh,n.fh),this.f8=c.e(t,n.gk,n.fk),this.f9=c.e(t,n.gl,n.fl)},Object.defineProperty(n.prototype,"al",{get:function(){return this.ad},set:function(t){var e=this.ad;this.ad=t,e!=this.ad&&this.da("ActualItemCornerRadius",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ez",{get:function(){return this.dm},set:function(t){var e=this.dm;this.dm=t,e!=this.dm&&this.da("ActualItemBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"e1",{get:function(){return this.dp},set:function(t){var e=this.dp;this.dp=t,e!=this.dp&&this.da("ActualItemDisabledBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"e6",{get:function(){return this.du},set:function(t){var e=this.du;this.du=t,e!=this.du&&this.da("ActualItemTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"e3",{get:function(){return this.dr},set:function(t){var e=this.dr;this.dr=t,e!=this.dr&&this.da("ActualItemDisabledTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"e0",{get:function(){return this.dn},set:function(t){var e=this.dn;this.dn=t,e!=this.dn&&this.da("ActualItemBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"e2",{get:function(){return this.dq},set:function(t){var e=this.dq;this.dq=t,e!=this.dq&&this.da("ActualItemDisabledBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ak",{get:function(){return this.ac},set:function(t){var e=this.ac;this.ac=t,e!=this.ac&&this.da("ActualItemBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"e7",{get:function(){return this.dv},set:function(t){var e=this.dv;this.dv=t,e!=this.dv&&this.da("ActualSelectedItemBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fa",{get:function(){return this.dy},set:function(t){var e=this.dy;this.dy=t,e!=this.dy&&this.da("ActualSelectedItemTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"e4",{get:function(){return this.ds},set:function(t){var e=this.ds;this.ds=t,e!=this.ds&&this.da("ActualItemHoverBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"e5",{get:function(){return this.dt},set:function(t){var e=this.dt;this.dt=t,e!=this.dt&&this.da("ActualItemHoverTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"e8",{get:function(){return this.dw},set:function(t){var e=this.dw;this.dw=t,e!=this.dw&&this.da("ActualSelectedItemHoverBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"e9",{get:function(){return this.dx},set:function(t){var e=this.dx;this.dx=t,e!=this.dx&&this.da("ActualSelectedItemHoverTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"a1",{get:function(){return this.ah},set:function(t){var e=this.ah;this.ah=t,e!=this.ah&&this.da("ItemCornerRadius",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hn",{get:function(){return this.d7},set:function(t){var e=this.d7;this.d7=t,e!=this.d7&&this.da("ItemBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hp",{get:function(){return this.d9},set:function(t){var e=this.d9;this.d9=t,e!=this.d9&&this.da("ItemDisabledBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hu",{get:function(){return this.ee},set:function(t){var e=this.ee;this.ee=t,e!=this.ee&&this.da("ItemTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hr",{get:function(){return this.eb},set:function(t){var e=this.eb;this.eb=t,e!=this.eb&&this.da("ItemDisabledTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hs",{get:function(){return this.ec},set:function(t){var e=this.ec;this.ec=t,e!=this.ec&&this.da("ItemHoverBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ho",{get:function(){return this.d8},set:function(t){var e=this.d8;this.d8=t,e!=this.d8&&this.da("ItemBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hq",{get:function(){return this.ea},set:function(t){var e=this.ea;this.ea=t,e!=this.ea&&this.da("ItemDisabledBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"a0",{get:function(){return this.ag},set:function(t){var e=this.ag;this.ag=t,e!=this.ag&&this.da("ItemBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ht",{get:function(){return this.ed},set:function(t){var e=this.ed;this.ed=t,e!=this.ed&&this.da("ItemHoverTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h7",{get:function(){return this.ev},set:function(t){var e=this.ev;this.ev=t,e!=this.ev&&this.da("SelectedItemBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ia",{get:function(){return this.ey},set:function(t){var e=this.ey;this.ey=t,e!=this.ey&&this.da("SelectedItemTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h8",{get:function(){return this.ew},set:function(t){var e=this.ew;this.ew=t,e!=this.ew&&this.da("SelectedItemHoverBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h9",{get:function(){return this.ex},set:function(t){var e=this.ex;this.ex=t,e!=this.ex&&this.da("SelectedItemHoverTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"a3",{get:function(){return this.aj},set:function(t){var e=this.aj;this.aj=t,e!=this.aj&&this.da("OutlinedItemCornerRadius",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hv",{get:function(){return this.ef},set:function(t){var e=this.ef;this.ef=t,e!=this.ef&&this.da("OutlinedItemBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hx",{get:function(){return this.eh},set:function(t){var e=this.eh;this.eh=t,e!=this.eh&&this.da("OutlinedItemDisabledBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h2",{get:function(){return this.em},set:function(t){var e=this.em;this.em=t,e!=this.em&&this.da("OutlinedItemTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hz",{get:function(){return this.ej},set:function(t){var e=this.ej;this.ej=t,e!=this.ej&&this.da("OutlinedItemDisabledTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h0",{get:function(){return this.ek},set:function(t){var e=this.ek;this.ek=t,e!=this.ek&&this.da("OutlinedItemHoverBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hw",{get:function(){return this.eg},set:function(t){var e=this.eg;this.eg=t,e!=this.eg&&this.da("OutlinedItemBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hy",{get:function(){return this.ei},set:function(t){var e=this.ei;this.ei=t,e!=this.ei&&this.da("OutlinedItemDisabledBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"a2",{get:function(){return this.ai},set:function(t){var e=this.ai;this.ai=t,e!=this.ai&&this.da("OutlinedItemBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h1",{get:function(){return this.el},set:function(t){var e=this.el;this.el=t,e!=this.el&&this.da("OutlinedItemHoverTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h3",{get:function(){return this.er},set:function(t){var e=this.er;this.er=t,e!=this.er&&this.da("OutlinedSelectedItemBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h6",{get:function(){return this.eu},set:function(t){var e=this.eu;this.eu=t,e!=this.eu&&this.da("OutlinedSelectedItemTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h4",{get:function(){return this.es},set:function(t){var e=this.es;this.es=t,e!=this.es&&this.da(n.cv,e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"h5",{get:function(){return this.et},set:function(t){var e=this.et;this.et=t,e!=this.et&&this.da("OutlinedSelectedItemHoverTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"az",{get:function(){return this.af},set:function(t){var e=this.af;this.af=t,e!=this.af&&this.da("FlatItemCornerRadius",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hb",{get:function(){return this.dz},set:function(t){var e=this.dz;this.dz=t,e!=this.dz&&this.da("FlatItemBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hd",{get:function(){return this.d1},set:function(t){var e=this.d1;this.d1=t,e!=this.d1&&this.da("FlatItemDisabledBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hi",{get:function(){return this.d6},set:function(t){var e=this.d6;this.d6=t,e!=this.d6&&this.da("FlatItemTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hf",{get:function(){return this.d3},set:function(t){var e=this.d3;this.d3=t,e!=this.d3&&this.da("FlatItemDisabledTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hg",{get:function(){return this.d4},set:function(t){var e=this.d4;this.d4=t,e!=this.d4&&this.da("FlatItemHoverBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hc",{get:function(){return this.d0},set:function(t){var e=this.d0;this.d0=t,e!=this.d0&&this.da("FlatItemBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"he",{get:function(){return this.d2},set:function(t){var e=this.d2;this.d2=t,e!=this.d2&&this.da("FlatItemDisabledBorderColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ay",{get:function(){return this.ae},set:function(t){var e=this.ae;this.ae=t,e!=this.ae&&this.da("FlatItemBorderWidth",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hh",{get:function(){return this.d5},set:function(t){var e=this.d5;this.d5=t,e!=this.d5&&this.da("FlatItemHoverTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hj",{get:function(){return this.en},set:function(t){var e=this.en;this.en=t,e!=this.en&&this.da("FlatSelectedItemBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hm",{get:function(){return this.eq},set:function(t){var e=this.eq;this.eq=t,e!=this.eq&&this.da("FlatSelectedItemTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hk",{get:function(){return this.eo},set:function(t){var e=this.eo;this.eo=t,e!=this.eo&&this.da("FlatSelectedItemHoverBackgroundColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"hl",{get:function(){return this.ep},set:function(t){var e=this.ep;this.ep=t,e!=this.ep&&this.da("FlatSelectedItemHoverTextColor",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"r",{get:function(){return this.q},set:function(t){var e=this.q;this.q=t,e!=this.q&&this.da("Orientation",i.enumGetBox(Jt,e),i.enumGetBox(Jt,t))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"b5",{get:function(){return this.a6},set:function(t){var e=this.a6;this.a6=t,e!=this.a6&&this.da("Id",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabled",{get:function(){return this.w},set:function(t){var e=this.w;this.w=t,this.v=!0,e!=this.w&&this.da("IsDisabled",e,t)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"z",{get:function(){return this.x},set:function(t){var e=this.x;this.x=t,e!=this.x&&this.da("IsMultiSelect",e,t)},enumerable:!0,configurable:!0}),n.prototype.db=function(){},n.prototype.onDetachedFromUI=function(){this.view.u()},n.prototype.onAttachedToUI=function(){this.view.s()},n.prototype.ab=function(){return this.view.d()},n.prototype.a5=function(){return this.l()},n.prototype.bq=function(){return this.l().l()},n.prototype.l=function(){var t=new te;t.e=this.g,t.f=this.j,t.a=this.d,t.k=this.al,t.b=i.AppearanceHelper.a(this.ez),t.d=i.AppearanceHelper.a(this.e6),t.c=i.AppearanceHelper.a(this.e0),t.j=this.ak,t.g=this.disabled,t.h=this.z,t.i=new i.List$1(d.$,0);for(var e=0;e<this.buttons.count;e++)t.i.add1(this.buttons._inner[e].ey());return t},n.prototype.provideContainer=function(t){this.view.t(t)},Object.defineProperty(n.prototype,"buttons",{get:function(){return this.m},enumerable:!0,configurable:!0}),n.$t=i.markType(n,"ButtonGroup",i.Base.$,[i.INotifyPropertyChanged_$type]),n.f=2,n.av=4,n.gn=i.BrushUtil.g(255,255,255,255),n.gp=i.BrushUtil.g(10,0,0,0),n.go=i.BrushUtil.g(255,199,199,199),n.gq=i.BrushUtil.g(255,199,199,199),n.au=1,n.gu=i.BrushUtil.g(255,0,0,0),n.gr=i.BrushUtil.g(66,0,0,0),n.gv=i.BrushUtil.g(60,0,0,0),n.gy=i.BrushUtil.g(255,0,0,0),n.gs=i.BrushUtil.g(30,0,0,0),n.gt=i.BrushUtil.g(255,0,0,0),n.gw=i.BrushUtil.g(96,0,0,0),n.gx=i.BrushUtil.g(255,0,0,0),n.ap=3,n.fn=i.BrushUtil.g(0,255,255,255),n.fp=i.BrushUtil.g(10,0,0,0),n.fo=i.BrushUtil.g(255,33,150,243),n.fq=i.BrushUtil.g(255,199,199,199),n.ao=1,n.fu=i.BrushUtil.g(255,33,150,243),n.fr=i.BrushUtil.g(66,0,0,0),n.fv=i.BrushUtil.g(255,33,150,243),n.fy=i.BrushUtil.g(255,255,255,255),n.fs=i.BrushUtil.g(26,33,150,243),n.ft=i.BrushUtil.g(255,33,150,243),n.fw=i.BrushUtil.g(255,33,150,243),n.fx=i.BrushUtil.g(255,255,255,255),n.at=4,n.gb=i.BrushUtil.g(0,255,255,255),n.gd=i.BrushUtil.g(10,0,0,0),n.gc=i.BrushUtil.g(0,0,0,0),n.ge=i.BrushUtil.g(255,199,199,199),n.as=0,n.gi=i.BrushUtil.g(255,228,28,119),n.gf=i.BrushUtil.g(66,0,0,0),n.gj=i.BrushUtil.g(30,228,28,119),n.gm=i.BrushUtil.g(255,228,28,119),n.gg=i.BrushUtil.g(13,228,28,119),n.gh=i.BrushUtil.g(255,228,28,119),n.gk=i.BrushUtil.g(30,228,28,119),n.gl=i.BrushUtil.g(255,228,28,119),n.an=0,n.fb=i.BrushUtil.g(0,255,255,255),n.fd=i.BrushUtil.g(10,0,0,0),n.fc=i.BrushUtil.g(0,0,0,0),n.fe=i.BrushUtil.g(0,0,0,0),n.am=0,n.fi=i.BrushUtil.g(255,119,119,119),n.ff=i.BrushUtil.g(66,0,0,0),n.fj=i.BrushUtil.g(26,33,150,243),n.fm=i.BrushUtil.g(255,33,150,243),n.fg=i.BrushUtil.g(10,33,150,243),n.fh=i.BrushUtil.g(255,119,119,119),n.fk=i.BrushUtil.g(26,33,150,243),n.fl=i.BrushUtil.g(255,33,150,243),n.cv="OutlinedSelectedItemHoverBackgroundColor",n.a4=0,n}(i.Base),ne=function(t){function n(e){var n=t.call(this)||this;if(y.$type||(y.$type=i.markType(y,"IgcButtonComponent")),e)for(var r=0;r<e.length;r++)n.add(e[r]);return n}return e.__extends(n,t),n.prototype._createInnerColl=function(){y.$type||(y.$type=i.markType(y,"IgcButtonComponent"));var t=new i.SyncableObservableCollection$2(y.$type,b.$type,0);return t.compare=function(t,e){var i=t;return i._implementation&&(i=i._implementation),i.equals?i.equals(e):i===e},t.createTo=function(t){return t._implementation},t.createFrom=function(t){var e=t.externalObject;return e||(e=y._createFromInternal(t))&&(e._implementation=t),e},t},n}(i.IgCollection),re=function(){function t(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated()}return t.prototype.createImplementation=function(){return new Zt},Object.defineProperty(t.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),t.prototype.onImplementationCreated=function(){},t.prototype._provideImplementation=function(t){this._implementation=t,this._implementation.externalObject=this,this.onImplementationCreated()},t}(),se=function(t){function n(){var n=t.call(this)||this;n.contentButtons=[],n.actualButtons=[],n._buttons=null,n._buttonsAdapter=null,n._disconnected=!1,n._settingAttributes=!1,n._attached=!1,n._queuedSetAttributes=[],n._updatingFromAttribute=!1,n.__p=null,n._hasUserValues=new Set,n._stylingContainer=null,n._stylingParent=null,n._inStyling=!1,n._selectionChanged=null,n._selectionChanged_wrapped=null,n._styling&&i.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(n)),n._portalManager=new i.PortalManager("buttonContent"),n._renderer=new i.WebComponentRenderer(n,document,!0,{},n._portalManager),n._container=n._renderer.createElement("div"),n._renderer.updateRoot(n._container),n._implementation=n.createImplementation(),n._implementation.externalObject=n,n._container,null!=n._container.getNativeElement()&&n._container.getNativeElement(),n._wrapper=n._renderer;var r=n.i;return n._buttonGroup=r,n._buttonsAdapter=new i.CollectionAdapter(n.contentButtons,n.i.buttons,n.actualButtons,(function(t){return t.i}),(function(t){n._container&&n._container.getNativeElement().parentElement&&t._styling(n,n,n)}),(function(t){})),r.provideContainer(n._renderer),n._onChildrenChanged(),new MutationObserver((function(t){var i,r;try{for(var s=e.__values(t),o=s.next();!o.done;o=s.next()){"childList"==o.value.type&&(n._onChildrenChanged(),n.updateButtons())}}catch(t){i={error:t}}finally{try{o&&!o.done&&(r=s.return)&&r.call(s)}finally{if(i)throw i.error}}})).observe(n,{childList:!0}),n}return e.__extends(n,t),Object.defineProperty(n.prototype,"buttons",{get:function(){var t=this;if(null===this._buttons){var e=new ne;e._innerColl.addListener((function(e,n){switch(n.action){case i.NotifyCollectionChangedAction.Add:t._buttonsAdapter.insertManualItem(n.newStartingIndex,n.newItems.item(0));break;case i.NotifyCollectionChangedAction.Remove:t._buttonsAdapter.removeManualItemAt(n.oldStartingIndex);break;case i.NotifyCollectionChangedAction.Replace:t._buttonsAdapter.removeManualItemAt(n.oldStartingIndex),t._buttonsAdapter.insertManualItem(n.newStartingIndex,n.newItems.item(0));break;case i.NotifyCollectionChangedAction.Reset:t._buttonsAdapter.clearManualItems()}})),this._buttons=e}return this._buttons},enumerable:!0,configurable:!0}),n.prototype._onChildrenChanged=function(){for(var t=[],e=0;e<this.childNodes.length;e++){var i=this.childNodes[e];i!==this._container.getNativeElement()&&t.push(i)}this._portalManager.onChildrenChanged(t)},n.prototype.updateButtons=function(){this.contentButtons.length=0;for(var t=0;t<this.children.length;t++)this.children[t]instanceof y&&this.contentButtons.push(this.children[t]);var e=this.querySelector("igc-child-content");if(e)for(t=0;t<e.children.length;t++)e.children[t]instanceof y&&this.contentButtons.push(e.children[t]);null!=this._buttonsAdapter&&this._buttonsAdapter.notifyContentChanged()},n.prototype.updateStyle=function(){this._styling(this,this)},n.prototype.destroy=function(){this._buttonGroup.destroy(),this._wrapper.destroy()},n.prototype.createImplementation=function(){return new ie},n.prototype.disconnectedCallback=function(){this._disconnected=!0,this.i&&this.i.onDetachedFromUI()},n.prototype.connectedCallback=function(){if(this._disconnected)return this._disconnected=!1,void(this.i&&this.i.onAttachedToUI());this.classList.add("ig-button-group"),this.classList.add("igc-button-group"),this.appendChild(this._container.getNativeElement()),this._attached=!0,this.style.display="inline-block",this._flushQueuedAttributes(),this._styling(this,this),this.afterContentInit()},n.prototype.afterContentInit=function(){},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n._createFromInternal=function(t){if(!t)return null;if(!t.$type)return null;var e="Igc"+t.$type.name+"Component";return i.TypeRegistrar.isRegistered(e)?i.TypeRegistrar.create(e):null},n.prototype._enqueueSetAttribute=function(t,e){this._queuedSetAttributes.push({attrName:t,attrValue:e})},n.prototype._flushQueuedAttributes=function(){this._settingAttributes=!0;for(var t=0;t<this._queuedSetAttributes.length;t++)this.setAttribute(this._queuedSetAttributes[t].attrName,this._queuedSetAttributes[t].attrValue);this._settingAttributes=!1,this._queuedSetAttributes.length=0},n.prototype._a=function(t,e){this._updatingFromAttribute||(e&&(e=e.toString()),this._settingAttributes=!0,t=i.toSpinal(t),this._attached?this.setAttribute(t,e):this._enqueueSetAttribute(t,e),this._settingAttributes=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcButtonGroupComponent){for(var t=i.getAllPropertyNames(n),e=0;e<t.length;e++)t[e]=i.toSpinal(t[e]);n._observedAttributesIgcButtonGroupComponent=t}return n._observedAttributesIgcButtonGroupComponent},enumerable:!0,configurable:!0}),n.prototype.attributeChangedCallback=function(t,e,n){if(!this._settingAttributes){var r=i.fromSpinal(t);this._updatingFromAttribute=!0,this[r]=n,this._updatingFromAttribute=!1}},n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,i.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"displayType",{get:function(){return this.i.p},set:function(t){this.i.p=i.ensureEnum(Xt,t),this._a("displayType",i.enumToString(Xt,this.i.p))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"baseTheme",{get:function(){return this.i.g},set:function(t){this.i.g=i.ensureEnum(i.BaseControlTheme_$type,t),this._a("baseTheme",i.enumToString(i.BaseControlTheme_$type,this.i.g))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"density",{get:function(){return this.i.k},set:function(t){this.i.k=i.ensureEnum(i.ControlDisplayDensity_$type,t),this._a("density",i.enumToString(i.ControlDisplayDensity_$type,this.i.k))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualDensity",{get:function(){return this.i.j},set:function(t){this.i.j=i.ensureEnum(i.ControlDisplayDensity_$type,t),this._a("actualDensity",i.enumToString(i.ControlDisplayDensity_$type,this.i.j))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"selectedIndices",{get:function(){return this.i.d},set:function(t){if(t&&!Array.isArray(t)&&"string"==typeof t){t=t.split(/\s*(?:,|\s|$)\s*/gm)}this.i.d=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualItemCornerRadius",{get:function(){return this.i.al},set:function(t){this.i.al=+t,this._a("actualItemCornerRadius",this.i.al)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualItemBackgroundColor",{get:function(){return i.brushToString(this.i.ez)},set:function(t){this.i.ez=i.stringToBrush(t),this._a("actualItemBackgroundColor",i.brushToString(this.i.ez))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualItemDisabledBackgroundColor",{get:function(){return i.brushToString(this.i.e1)},set:function(t){this.i.e1=i.stringToBrush(t),this._a("actualItemDisabledBackgroundColor",i.brushToString(this.i.e1))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualItemTextColor",{get:function(){return i.brushToString(this.i.e6)},set:function(t){this.i.e6=i.stringToBrush(t),this._a("actualItemTextColor",i.brushToString(this.i.e6))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualItemDisabledTextColor",{get:function(){return i.brushToString(this.i.e3)},set:function(t){this.i.e3=i.stringToBrush(t),this._a("actualItemDisabledTextColor",i.brushToString(this.i.e3))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualItemBorderColor",{get:function(){return i.brushToString(this.i.e0)},set:function(t){this.i.e0=i.stringToBrush(t),this._a("actualItemBorderColor",i.brushToString(this.i.e0))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualItemDisabledBorderColor",{get:function(){return i.brushToString(this.i.e2)},set:function(t){this.i.e2=i.stringToBrush(t),this._a("actualItemDisabledBorderColor",i.brushToString(this.i.e2))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualItemBorderWidth",{get:function(){return this.i.ak},set:function(t){this.i.ak=+t,this._a("actualItemBorderWidth",this.i.ak)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualSelectedItemBackgroundColor",{get:function(){return i.brushToString(this.i.e7)},set:function(t){this.i.e7=i.stringToBrush(t),this._a("actualSelectedItemBackgroundColor",i.brushToString(this.i.e7))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualSelectedItemTextColor",{get:function(){return i.brushToString(this.i.fa)},set:function(t){this.i.fa=i.stringToBrush(t),this._a("actualSelectedItemTextColor",i.brushToString(this.i.fa))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualItemHoverBackgroundColor",{get:function(){return i.brushToString(this.i.e4)},set:function(t){this.i.e4=i.stringToBrush(t),this._a("actualItemHoverBackgroundColor",i.brushToString(this.i.e4))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualItemHoverTextColor",{get:function(){return i.brushToString(this.i.e5)},set:function(t){this.i.e5=i.stringToBrush(t),this._a("actualItemHoverTextColor",i.brushToString(this.i.e5))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualSelectedItemHoverBackgroundColor",{get:function(){return i.brushToString(this.i.e8)},set:function(t){this.i.e8=i.stringToBrush(t),this._a("actualSelectedItemHoverBackgroundColor",i.brushToString(this.i.e8))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualSelectedItemHoverTextColor",{get:function(){return i.brushToString(this.i.e9)},set:function(t){this.i.e9=i.stringToBrush(t),this._a("actualSelectedItemHoverTextColor",i.brushToString(this.i.e9))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemCornerRadius",{get:function(){return this.i.a1},set:function(t){this.i.a1=+t,this._a("itemCornerRadius",this.i.a1)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemBackgroundColor",{get:function(){return i.brushToString(this.i.hn)},set:function(t){this.i.hn=i.stringToBrush(t),this._a("itemBackgroundColor",i.brushToString(this.i.hn))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemDisabledBackgroundColor",{get:function(){return i.brushToString(this.i.hp)},set:function(t){this.i.hp=i.stringToBrush(t),this._a("itemDisabledBackgroundColor",i.brushToString(this.i.hp))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemTextColor",{get:function(){return i.brushToString(this.i.hu)},set:function(t){this.i.hu=i.stringToBrush(t),this._a("itemTextColor",i.brushToString(this.i.hu))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemDisabledTextColor",{get:function(){return i.brushToString(this.i.hr)},set:function(t){this.i.hr=i.stringToBrush(t),this._a("itemDisabledTextColor",i.brushToString(this.i.hr))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemHoverBackgroundColor",{get:function(){return i.brushToString(this.i.hs)},set:function(t){this.i.hs=i.stringToBrush(t),this._a("itemHoverBackgroundColor",i.brushToString(this.i.hs))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemBorderColor",{get:function(){return i.brushToString(this.i.ho)},set:function(t){this.i.ho=i.stringToBrush(t),this._a("itemBorderColor",i.brushToString(this.i.ho))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemDisabledBorderColor",{get:function(){return i.brushToString(this.i.hq)},set:function(t){this.i.hq=i.stringToBrush(t),this._a("itemDisabledBorderColor",i.brushToString(this.i.hq))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemBorderWidth",{get:function(){return this.i.a0},set:function(t){this.i.a0=+t,this._a("itemBorderWidth",this.i.a0)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemHoverTextColor",{get:function(){return i.brushToString(this.i.ht)},set:function(t){this.i.ht=i.stringToBrush(t),this._a("itemHoverTextColor",i.brushToString(this.i.ht))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"selectedItemBackgroundColor",{get:function(){return i.brushToString(this.i.h7)},set:function(t){this.i.h7=i.stringToBrush(t),this._a("selectedItemBackgroundColor",i.brushToString(this.i.h7))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"selectedItemTextColor",{get:function(){return i.brushToString(this.i.ia)},set:function(t){this.i.ia=i.stringToBrush(t),this._a("selectedItemTextColor",i.brushToString(this.i.ia))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"selectedItemHoverBackgroundColor",{get:function(){return i.brushToString(this.i.h8)},set:function(t){this.i.h8=i.stringToBrush(t),this._a("selectedItemHoverBackgroundColor",i.brushToString(this.i.h8))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"selectedItemHoverTextColor",{get:function(){return i.brushToString(this.i.h9)},set:function(t){this.i.h9=i.stringToBrush(t),this._a("selectedItemHoverTextColor",i.brushToString(this.i.h9))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedItemCornerRadius",{get:function(){return this.i.a3},set:function(t){this.i.a3=+t,this._a("outlinedItemCornerRadius",this.i.a3)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedItemBackgroundColor",{get:function(){return i.brushToString(this.i.hv)},set:function(t){this.i.hv=i.stringToBrush(t),this._a("outlinedItemBackgroundColor",i.brushToString(this.i.hv))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedItemDisabledBackgroundColor",{get:function(){return i.brushToString(this.i.hx)},set:function(t){this.i.hx=i.stringToBrush(t),this._a("outlinedItemDisabledBackgroundColor",i.brushToString(this.i.hx))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedItemTextColor",{get:function(){return i.brushToString(this.i.h2)},set:function(t){this.i.h2=i.stringToBrush(t),this._a("outlinedItemTextColor",i.brushToString(this.i.h2))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedItemDisabledTextColor",{get:function(){return i.brushToString(this.i.hz)},set:function(t){this.i.hz=i.stringToBrush(t),this._a("outlinedItemDisabledTextColor",i.brushToString(this.i.hz))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedItemHoverBackgroundColor",{get:function(){return i.brushToString(this.i.h0)},set:function(t){this.i.h0=i.stringToBrush(t),this._a("outlinedItemHoverBackgroundColor",i.brushToString(this.i.h0))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedItemBorderColor",{get:function(){return i.brushToString(this.i.hw)},set:function(t){this.i.hw=i.stringToBrush(t),this._a("outlinedItemBorderColor",i.brushToString(this.i.hw))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedItemDisabledBorderColor",{get:function(){return i.brushToString(this.i.hy)},set:function(t){this.i.hy=i.stringToBrush(t),this._a("outlinedItemDisabledBorderColor",i.brushToString(this.i.hy))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedItemBorderWidth",{get:function(){return this.i.a2},set:function(t){this.i.a2=+t,this._a("outlinedItemBorderWidth",this.i.a2)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedItemHoverTextColor",{get:function(){return i.brushToString(this.i.h1)},set:function(t){this.i.h1=i.stringToBrush(t),this._a("outlinedItemHoverTextColor",i.brushToString(this.i.h1))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedSelectedItemBackgroundColor",{get:function(){return i.brushToString(this.i.h3)},set:function(t){this.i.h3=i.stringToBrush(t),this._a("outlinedSelectedItemBackgroundColor",i.brushToString(this.i.h3))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedSelectedItemTextColor",{get:function(){return i.brushToString(this.i.h6)},set:function(t){this.i.h6=i.stringToBrush(t),this._a("outlinedSelectedItemTextColor",i.brushToString(this.i.h6))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedSelectedItemHoverBackgroundColor",{get:function(){return i.brushToString(this.i.h4)},set:function(t){this.i.h4=i.stringToBrush(t),this._a("outlinedSelectedItemHoverBackgroundColor",i.brushToString(this.i.h4))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"outlinedSelectedItemHoverTextColor",{get:function(){return i.brushToString(this.i.h5)},set:function(t){this.i.h5=i.stringToBrush(t),this._a("outlinedSelectedItemHoverTextColor",i.brushToString(this.i.h5))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatItemCornerRadius",{get:function(){return this.i.az},set:function(t){this.i.az=+t,this._a("flatItemCornerRadius",this.i.az)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatItemBackgroundColor",{get:function(){return i.brushToString(this.i.hb)},set:function(t){this.i.hb=i.stringToBrush(t),this._a("flatItemBackgroundColor",i.brushToString(this.i.hb))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatItemDisabledBackgroundColor",{get:function(){return i.brushToString(this.i.hd)},set:function(t){this.i.hd=i.stringToBrush(t),this._a("flatItemDisabledBackgroundColor",i.brushToString(this.i.hd))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatItemTextColor",{get:function(){return i.brushToString(this.i.hi)},set:function(t){this.i.hi=i.stringToBrush(t),this._a("flatItemTextColor",i.brushToString(this.i.hi))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatItemDisabledTextColor",{get:function(){return i.brushToString(this.i.hf)},set:function(t){this.i.hf=i.stringToBrush(t),this._a("flatItemDisabledTextColor",i.brushToString(this.i.hf))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatItemHoverBackgroundColor",{get:function(){return i.brushToString(this.i.hg)},set:function(t){this.i.hg=i.stringToBrush(t),this._a("flatItemHoverBackgroundColor",i.brushToString(this.i.hg))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatItemBorderColor",{get:function(){return i.brushToString(this.i.hc)},set:function(t){this.i.hc=i.stringToBrush(t),this._a("flatItemBorderColor",i.brushToString(this.i.hc))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatItemDisabledBorderColor",{get:function(){return i.brushToString(this.i.he)},set:function(t){this.i.he=i.stringToBrush(t),this._a("flatItemDisabledBorderColor",i.brushToString(this.i.he))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatItemBorderWidth",{get:function(){return this.i.ay},set:function(t){this.i.ay=+t,this._a("flatItemBorderWidth",this.i.ay)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatItemHoverTextColor",{get:function(){return i.brushToString(this.i.hh)},set:function(t){this.i.hh=i.stringToBrush(t),this._a("flatItemHoverTextColor",i.brushToString(this.i.hh))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatSelectedItemBackgroundColor",{get:function(){return i.brushToString(this.i.hj)},set:function(t){this.i.hj=i.stringToBrush(t),this._a("flatSelectedItemBackgroundColor",i.brushToString(this.i.hj))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatSelectedItemTextColor",{get:function(){return i.brushToString(this.i.hm)},set:function(t){this.i.hm=i.stringToBrush(t),this._a("flatSelectedItemTextColor",i.brushToString(this.i.hm))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatSelectedItemHoverBackgroundColor",{get:function(){return i.brushToString(this.i.hk)},set:function(t){this.i.hk=i.stringToBrush(t),this._a("flatSelectedItemHoverBackgroundColor",i.brushToString(this.i.hk))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"flatSelectedItemHoverTextColor",{get:function(){return i.brushToString(this.i.hl)},set:function(t){this.i.hl=i.stringToBrush(t),this._a("flatSelectedItemHoverTextColor",i.brushToString(this.i.hl))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"orientation",{get:function(){return this.i.r},set:function(t){this.i.r=i.ensureEnum(Jt,t),this._a("orientation",i.enumToString(Jt,this.i.r))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"id",{get:function(){return this.i.b5},set:function(t){this.i.b5=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabled",{get:function(){return this.i.disabled},set:function(t){this.i.disabled=i.ensureBool(t),this._a("disabled",this.i.disabled)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isMultiSelect",{get:function(){return this.i.z},set:function(t){this.i.z=i.ensureBool(t),this._a("isMultiSelect",this.i.z)},enumerable:!0,configurable:!0}),n.prototype.findByName=function(t){return null!=this.buttons&&this.buttons.findByName&&this.buttons.findByName(t)?this.buttons.findByName(t):null},Object.defineProperty(n.prototype,"hasUserValues",{get:function(){return this._hasUserValues},enumerable:!0,configurable:!0}),n.prototype.__m=function(t){this._inStyling||this._hasUserValues.add(t)},n.prototype._styling=function(t,e,n){if(!this._inStyling){this._inStyling=!0,this._stylingContainer=t,this._stylingParent=e;var r,s=this.i.$type.name;0===s.indexOf("Xam")&&(s=s.substring(3)),r=i.toSpinal("ButtonGroupComponent");var o=[],a=i.toSpinal(s);o.push(a+"-");for(var h=this.i.$type.baseType;h&&"Object"!=h.name&&"Base"!=h.name&&"Control"!=h.name&&"DependencyObject"!=h.Name&&"FrameworkElement"!=h.Name;){0===(s=h.name).indexOf("Xam")&&(s=s.substring(3));var u=i.toSpinal(s);o.push(u+"-"),h=h.baseType}if(n){var l=n.i.$type.name;0===l.indexOf("Xam")&&(l=l.substring(3));var c=i.toSpinal(l);o.push(c+"-"+r+"-"),o.push(c+"-"+a+"-")}i.initializePropertiesFromCss(t,this,r+"-",this.hasUserValues,!1,o),this._otherStyling&&this._otherStyling(t,e,n),this._inStyling=!1}},n.prototype.onDetachedFromUI=function(){this.i.onDetachedFromUI()},n.prototype.onAttachedToUI=function(){this.i.onAttachedToUI()},n.prototype.exportVisualModel=function(){return this.i.a5()},n.prototype.exportSerializedVisualModel=function(){return this.i.bq()},Object.defineProperty(n.prototype,"selectionChanged",{get:function(){return this._selectionChanged},set:function(t){var e=this;null!==this._selectionChanged_wrapped&&(this.i.selectionChanged=i.delegateRemove(this.i.selectionChanged,this._selectionChanged_wrapped),this._selectionChanged_wrapped=null,this._selectionChanged=null),this._selectionChanged=t,this._selectionChanged_wrapped=function(t,i){var n=new re;n._provideImplementation(i),e.beforeSelectionChanged&&e.beforeSelectionChanged(e,n),e._selectionChanged&&e._selectionChanged(e,n)},this.i.selectionChanged=i.delegateCombine(this.i.selectionChanged,this._selectionChanged_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcButtonGroupComponent=null,n.htmlTagName="igc-button-group",n._isElementRegistered=!1,n}(i.IgcHTMLElement),oe=function(){function t(){}return t.register=function(){i.IgcChildContentModule.register(),m.register(),se.register(),i.TypeRegistrar.registerCons("IgcButtonGroupComponent",se),i.TypeRegistrar.registerCons("IgcButtonGroupComponent",se),i.TypeRegistrar.register("ButtonGroup",ie.$type)},t}(),ae=function(t){function n(){var n=t.call(this)||this;n._disconnected=!1,n._styling&&i.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(n)),n._portalManager=new i.PortalManager("prefixContent"),n._renderer=new i.WebComponentRenderer(n,document,!0,{},n._portalManager),n._container=n._renderer.createElement("div"),n._renderer.updateRoot(n._container),n._implementation=n.createImplementation(),n._implementation.externalObject=n,n._container,null!=n._container.getNativeElement()&&n._container.getNativeElement(),n._wrapper=n._renderer;var r=n.i;return n._prefix=r,r.provideContainer(n._renderer),n._onChildrenChanged(),new MutationObserver((function(t){var i,r;try{for(var s=e.__values(t),o=s.next();!o.done;o=s.next()){"childList"==o.value.type&&n._onChildrenChanged()}}catch(t){i={error:t}}finally{try{o&&!o.done&&(r=s.return)&&r.call(s)}finally{if(i)throw i.error}}})).observe(n,{childList:!0}),n}return e.__extends(n,t),n.prototype._onChildrenChanged=function(){for(var t=[],e=0;e<this.childNodes.length;e++){var i=this.childNodes[e];i!==this._container.getNativeElement()&&t.push(i)}this._portalManager.onChildrenChanged(t)},n.prototype.updateStyle=function(){this._styling(this,this)},n.prototype.destroy=function(){this._prefix.destroy(),this._wrapper.destroy()},n.prototype.createImplementation=function(){return new ut},n.prototype.disconnectedCallback=function(){this._disconnected=!0,this.i&&this.i.onDetachedFromUI()},n.prototype.connectedCallback=function(){if(this._disconnected)return this._disconnected=!1,void(this.i&&this.i.onAttachedToUI());this.classList.add("ig-prefix"),this.classList.add("igc-prefix"),this.appendChild(this._container.getNativeElement()),this._attached=!0,this.style.display="inline-block",this.style.verticalAlign="middle",this._flushQueuedAttributes(),this._styling(this,this),this.afterContentInit()},n.prototype.afterContentInit=function(){},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcPrefixComponent){for(var t=i.getAllPropertyNames(n),e=0;e<t.length;e++)t[e]=i.toSpinal(t[e]);n._observedAttributesIgcPrefixComponent=t}return n._observedAttributesIgcPrefixComponent},enumerable:!0,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,i.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"id",{get:function(){return this.i.z},set:function(t){this.i.z=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ariaLabel",{get:function(){return this.i.w},set:function(t){this.i.w=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isHover",{get:function(){return this.i.q},set:function(t){this.i.q=i.ensureBool(t),this._a("isHover",this.i.q)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabled",{get:function(){return this.i.disabled},set:function(t){this.i.disabled=i.ensureBool(t),this._a("disabled",this.i.disabled)},enumerable:!0,configurable:!0}),n.prototype.onDetachedFromUI=function(){this.i.onDetachedFromUI()},n.prototype.onAttachedToUI=function(){this.i.onAttachedToUI()},n.prototype.exportVisualModel=function(){return this.i.t()},n.prototype.exportSerializedVisualModel=function(){return this.i.y()},n._observedAttributesIgcPrefixComponent=null,n.htmlTagName="igc-prefix",n._isElementRegistered=!1,n}(ft),he=function(){function t(){}return t.register=function(){i.IgcChildContentModule.register(),ae.register(),i.TypeRegistrar.registerCons("IgcPrefixComponent",ae),i.TypeRegistrar.registerCons("IgcPrefixComponent",ae),i.TypeRegistrar.register("Prefix",ut.$type)},t}(),ue=function(t){function n(){var n=t.call(this)||this;n._disconnected=!1,n._styling&&i.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(n)),n._portalManager=new i.PortalManager("suffixContent"),n._renderer=new i.WebComponentRenderer(n,document,!0,{},n._portalManager),n._container=n._renderer.createElement("div"),n._renderer.updateRoot(n._container),n._implementation=n.createImplementation(),n._implementation.externalObject=n,n._container,null!=n._container.getNativeElement()&&n._container.getNativeElement(),n._wrapper=n._renderer;var r=n.i;return n._suffix=r,r.provideContainer(n._renderer),n._onChildrenChanged(),new MutationObserver((function(t){var i,r;try{for(var s=e.__values(t),o=s.next();!o.done;o=s.next()){"childList"==o.value.type&&n._onChildrenChanged()}}catch(t){i={error:t}}finally{try{o&&!o.done&&(r=s.return)&&r.call(s)}finally{if(i)throw i.error}}})).observe(n,{childList:!0}),n}return e.__extends(n,t),n.prototype._onChildrenChanged=function(){for(var t=[],e=0;e<this.childNodes.length;e++){var i=this.childNodes[e];i!==this._container.getNativeElement()&&t.push(i)}this._portalManager.onChildrenChanged(t)},n.prototype.updateStyle=function(){this._styling(this,this)},n.prototype.destroy=function(){this._suffix.destroy(),this._wrapper.destroy()},n.prototype.createImplementation=function(){return new ht},n.prototype.disconnectedCallback=function(){this._disconnected=!0,this.i&&this.i.onDetachedFromUI()},n.prototype.connectedCallback=function(){if(this._disconnected)return this._disconnected=!1,void(this.i&&this.i.onAttachedToUI());this.classList.add("ig-suffix"),this.classList.add("igc-suffix"),this.appendChild(this._container.getNativeElement()),this._attached=!0,this.style.display="inline-block",this.style.verticalAlign="middle",this._flushQueuedAttributes(),this._styling(this,this),this.afterContentInit()},n.prototype.afterContentInit=function(){},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcSuffixComponent){for(var t=i.getAllPropertyNames(n),e=0;e<t.length;e++)t[e]=i.toSpinal(t[e]);n._observedAttributesIgcSuffixComponent=t}return n._observedAttributesIgcSuffixComponent},enumerable:!0,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,i.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"id",{get:function(){return this.i.z},set:function(t){this.i.z=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ariaLabel",{get:function(){return this.i.w},set:function(t){this.i.w=t},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isHover",{get:function(){return this.i.q},set:function(t){this.i.q=i.ensureBool(t),this._a("isHover",this.i.q)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"disabled",{get:function(){return this.i.disabled},set:function(t){this.i.disabled=i.ensureBool(t),this._a("disabled",this.i.disabled)},enumerable:!0,configurable:!0}),n.prototype.onDetachedFromUI=function(){this.i.onDetachedFromUI()},n.prototype.onAttachedToUI=function(){this.i.onAttachedToUI()},n.prototype.exportVisualModel=function(){return this.i.t()},n.prototype.exportSerializedVisualModel=function(){return this.i.y()},n._observedAttributesIgcSuffixComponent=null,n.htmlTagName="igc-suffix",n._isElementRegistered=!1,n}(ft),le=i.markEnum("KEYCODES","ENTER,13|SPACE,32|ESCAPE,27|LEFT_ARROW,37|UP_ARROW,38|RIGHT_ARROW,39|DOWN_ARROW,40|F2,113|TAB,9|CTRL,17|Z,90|Y,89|X,88|BACKSPACE,8|DELETE,46|INPUT_METHOD,229");t.Button=b,t.ButtonClickEventArgs=p,t.ButtonDisplayStyle_$type=l,t.ButtonGroup=ie,t.ButtonGroupButtonCollection=Qt,t.ButtonGroupDisplayStyle_$type=Xt,t.ButtonGroupOrientation=Yt,t.ButtonGroupOrientation_$type=Jt,t.ButtonGroupSelectionChangedEventArgs=Zt,t.ButtonGroupView=ee,t.ButtonGroupVisualModelExport=te,t.ButtonView=f,t.ButtonVisualModelExport=d,t.Calendar=A,t.CalendarLocaleEn=Et,t.CalendarView=I,t.CalendarVisualModelExport=B,t.Checkbox=Lt,t.CheckboxChangeEventArgs=Ht,t.CheckboxLabelPosition_$type=zt,t.CheckboxView=$t,t.CheckboxVisualModelExport=Mt,t.DateFormats=xt,t.DateFormats_$type=Ot,t.DatePicker=Ft,t.DatePickerView=At,t.DatePickerVisualModelExport=It,t.DateTimeValueFormatter=wt,t.DayInfo=P,t.DayOfWeek=k,t.DayOfWeek_$type=T,t.ElevationHelper=u,t.FirstWeek=x,t.FirstWeek_$type=O,t.GotFocusEventArgs=Bt,t.Icon=C,t.IconView=_,t.IconVisualModelExport=v,t.IgcButtonClickEventArgs=g,t.IgcButtonComponent=y,t.IgcButtonGroupButtonCollection=ne,t.IgcButtonGroupComponent=se,t.IgcButtonGroupModule=oe,t.IgcButtonGroupSelectionChangedEventArgs=re,t.IgcButtonModule=m,t.IgcCalendarComponent=U,t.IgcCalendarLocaleEnModule=Wt,t.IgcCalendarModule=R,t.IgcCheckboxChangeEventArgs=Gt,t.IgcCheckboxComponent=Vt,t.IgcCheckboxModule=Kt,t.IgcDatePickerComponent=qt,t.IgcDatePickerModule=Dt,t.IgcGotFocusEventArgs=Ut,t.IgcIconComponent=j,t.IgcIconModule=S,t.IgcInputChangeEventArgs=bt,t.IgcInputComponent=_t,t.IgcInputGroupComponent=Tt,t.IgcInputGroupInputCollection=kt,t.IgcInputGroupItemComponent=ft,t.IgcInputGroupModule=Pt,t.IgcInputModule=Ct,t.IgcLabelComponent=jt,t.IgcLabelModule=St,t.IgcLostFocusEventArgs=Rt,t.IgcPrefixComponent=ae,t.IgcPrefixModule=he,t.IgcRippleComponent=a,t.IgcRippleModule=h,t.IgcSuffixComponent=ue,t.IgcValueChangedEventArgs=F,t.Input=dt,t.InputChangeEventArgs=tt,t.InputGroup=lt,t.InputGroupDisplayType=L,t.InputGroupDisplayType_$type=G,t.InputGroupInputCollection=ct,t.InputGroupItem=at,t.InputGroupView=it,t.InputGroupVisualModelExport=V,t.InputShiftType=z,t.InputShiftType_$type=H,t.InputView=ot,t.InputVisualModelExport=Y,t.KEYCODES_$type=le,t.Label=pt,t.LabelShiftType=J,t.LabelShiftType_$type=X,t.LabelView=st,t.LabelVisualModelExport=K,t.LostFocusEventArgs=Nt,t.MaskOptions=et,t.MaskParsingService=Z,t.Prefix=ut,t.PrefixShiftType=E,t.PrefixShiftType_$type=W,t.PrefixView=rt,t.PrefixVisualModelExport=$,t.Replaced=Q,t.Ripple=o,t.RippleView=s,t.RippleVisualModelExport=r,t.Suffix=ht,t.SuffixShiftType=q,t.SuffixShiftType_$type=D,t.SuffixView=nt,t.SuffixVisualModelExport=M,t.TextElementsVisualModelExport=N,t.ThemeResolver=c,t.ValueChangedEventArgs=w,Object.defineProperty(t,"__esModule",{value:!0})}));
2
+ //# sourceMappingURL=igniteui-webcomponents-inputs.umd.min.js.map