igniteui-angular-inputs 16.1.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (406) hide show
  1. package/License +27 -0
  2. package/README.md +19 -0
  3. package/bundles/igniteui-angular-inputs.umd.js +36173 -0
  4. package/bundles/igniteui-angular-inputs.umd.min.js +7 -0
  5. package/esm2015/igniteui-angular-inputs.js +4 -0
  6. package/esm2015/lib/ButtonClickEventArgs.js +16 -0
  7. package/esm2015/lib/ButtonDisplayStyle.js +11 -0
  8. package/esm2015/lib/ButtonGroupDisplayStyle.js +11 -0
  9. package/esm2015/lib/ButtonGroupOrientation.js +16 -0
  10. package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js +16 -0
  11. package/esm2015/lib/ButtonGroupView.js +7 -0
  12. package/esm2015/lib/ButtonGroupView_combined.js +1333 -0
  13. package/esm2015/lib/ButtonGroupVisualModelExport.js +56 -0
  14. package/esm2015/lib/ButtonView.js +7 -0
  15. package/esm2015/lib/ButtonView_combined.js +3291 -0
  16. package/esm2015/lib/ButtonVisualModelExport.js +109 -0
  17. package/esm2015/lib/CalendarView.js +7 -0
  18. package/esm2015/lib/CalendarView_combined.js +2791 -0
  19. package/esm2015/lib/CalendarVisualModelExport.js +100 -0
  20. package/esm2015/lib/CheckboxChangeEventArgs.js +33 -0
  21. package/esm2015/lib/CheckboxLabelPosition.js +11 -0
  22. package/esm2015/lib/CheckboxView.js +7 -0
  23. package/esm2015/lib/CheckboxView_combined.js +1105 -0
  24. package/esm2015/lib/CheckboxVisualModelExport.js +62 -0
  25. package/esm2015/lib/DateFormats.js +25 -0
  26. package/esm2015/lib/DatePicker.js +7 -0
  27. package/esm2015/lib/DatePickerView.js +7 -0
  28. package/esm2015/lib/DatePickerView_combined.js +1578 -0
  29. package/esm2015/lib/DatePickerVisualModelExport.js +70 -0
  30. package/esm2015/lib/DateTimeValueFormatter.js +108 -0
  31. package/esm2015/lib/DayInfo.js +23 -0
  32. package/esm2015/lib/DayOfWeek.js +45 -0
  33. package/esm2015/lib/ElevationHelper.js +67 -0
  34. package/esm2015/lib/FirstWeek.js +29 -0
  35. package/esm2015/lib/GotFocusEventArgs.js +16 -0
  36. package/esm2015/lib/IconClickedEventArgs.js +16 -0
  37. package/esm2015/lib/IconView.js +7 -0
  38. package/esm2015/lib/IconView_combined.js +815 -0
  39. package/esm2015/lib/IconVisualModelExport.js +76 -0
  40. package/esm2015/lib/InputChangeEventArgs.js +33 -0
  41. package/esm2015/lib/InputGroupDisplayType.js +18 -0
  42. package/esm2015/lib/InputGroupView.js +7 -0
  43. package/esm2015/lib/InputGroupView_combined.js +5518 -0
  44. package/esm2015/lib/InputGroupVisualModelExport.js +109 -0
  45. package/esm2015/lib/InputShiftType.js +17 -0
  46. package/esm2015/lib/InputView.js +7 -0
  47. package/esm2015/lib/InputVisualModelExport.js +78 -0
  48. package/esm2015/lib/KEYCODES.js +11 -0
  49. package/esm2015/lib/LabelShiftType.js +17 -0
  50. package/esm2015/lib/LabelView.js +7 -0
  51. package/esm2015/lib/LabelVisualModelExport.js +84 -0
  52. package/esm2015/lib/LostFocusEventArgs.js +16 -0
  53. package/esm2015/lib/MaskOptions.js +21 -0
  54. package/esm2015/lib/MaskParsingService.js +213 -0
  55. package/esm2015/lib/NativeUIXInputsFactory.js +185 -0
  56. package/esm2015/lib/PrefixShiftType.js +17 -0
  57. package/esm2015/lib/PrefixView.js +7 -0
  58. package/esm2015/lib/PrefixVisualModelExport.js +35 -0
  59. package/esm2015/lib/Replaced.js +21 -0
  60. package/esm2015/lib/RippleView.js +7 -0
  61. package/esm2015/lib/RippleView_combined.js +396 -0
  62. package/esm2015/lib/RippleVisualModelExport.js +38 -0
  63. package/esm2015/lib/SelectedValueChangedEventArgs.js +33 -0
  64. package/esm2015/lib/SuffixShiftType.js +17 -0
  65. package/esm2015/lib/SuffixView.js +7 -0
  66. package/esm2015/lib/SuffixVisualModelExport.js +34 -0
  67. package/esm2015/lib/TextElementsVisualModelExport.js +44 -0
  68. package/esm2015/lib/Theme.js +48 -0
  69. package/esm2015/lib/ThemeResolver.js +176 -0
  70. package/esm2015/lib/XButton.js +7 -0
  71. package/esm2015/lib/XButtonBridge.js +297 -0
  72. package/esm2015/lib/XButtonGroup.js +7 -0
  73. package/esm2015/lib/XButtonGroupButtonCollection.js +28 -0
  74. package/esm2015/lib/XCalendar.js +7 -0
  75. package/esm2015/lib/XCalendarLocaleEn.js +56 -0
  76. package/esm2015/lib/XCheckbox.js +7 -0
  77. package/esm2015/lib/XCheckboxBridge.js +78 -0
  78. package/esm2015/lib/XComponentBridge.js +48 -0
  79. package/esm2015/lib/XIcon.js +7 -0
  80. package/esm2015/lib/XIconBridge.js +93 -0
  81. package/esm2015/lib/XIconButtonBridge.js +77 -0
  82. package/esm2015/lib/XInput.js +7 -0
  83. package/esm2015/lib/XInputBridge.js +215 -0
  84. package/esm2015/lib/XInputGroup.js +7 -0
  85. package/esm2015/lib/XInputGroupInputCollection.js +7 -0
  86. package/esm2015/lib/XInputGroupItem.js +7 -0
  87. package/esm2015/lib/XLabel.js +7 -0
  88. package/esm2015/lib/XPopupBridge.js +287 -0
  89. package/esm2015/lib/XPrefix.js +7 -0
  90. package/esm2015/lib/XRipple.js +7 -0
  91. package/esm2015/lib/XSuffix.js +7 -0
  92. package/esm2015/lib/igx-button-click-event-args.js +24 -0
  93. package/esm2015/lib/igx-button-group-selection-changed-event-args.js +24 -0
  94. package/esm2015/lib/igx-checkbox-change-event-args.js +37 -0
  95. package/esm2015/lib/igx-date-picker-component.js +596 -0
  96. package/esm2015/lib/igx-date-picker-dynamic-module.js +66 -0
  97. package/esm2015/lib/igx-date-picker-module.js +60 -0
  98. package/esm2015/lib/igx-got-focus-event-args.js +24 -0
  99. package/esm2015/lib/igx-input-change-event-args.js +37 -0
  100. package/esm2015/lib/igx-lost-focus-event-args.js +24 -0
  101. package/esm2015/lib/igx-selected-value-changed-event-args.js +36 -0
  102. package/esm2015/lib/igx-x-button-component.js +2286 -0
  103. package/esm2015/lib/igx-x-button-dynamic-module.js +52 -0
  104. package/esm2015/lib/igx-x-button-group-button-collection.js +48 -0
  105. package/esm2015/lib/igx-x-button-group-component.js +1000 -0
  106. package/esm2015/lib/igx-x-button-group-dynamic-module.js +52 -0
  107. package/esm2015/lib/igx-x-button-group-module.js +46 -0
  108. package/esm2015/lib/igx-x-button-module.js +46 -0
  109. package/esm2015/lib/igx-x-calendar-component.js +468 -0
  110. package/esm2015/lib/igx-x-calendar-dynamic-module.js +52 -0
  111. package/esm2015/lib/igx-x-calendar-locale-en-module.js +31 -0
  112. package/esm2015/lib/igx-x-calendar-module.js +46 -0
  113. package/esm2015/lib/igx-x-checkbox-component.js +586 -0
  114. package/esm2015/lib/igx-x-checkbox-dynamic-module.js +52 -0
  115. package/esm2015/lib/igx-x-checkbox-module.js +46 -0
  116. package/esm2015/lib/igx-x-icon-component.js +596 -0
  117. package/esm2015/lib/igx-x-icon-dynamic-module.js +45 -0
  118. package/esm2015/lib/igx-x-icon-module.js +39 -0
  119. package/esm2015/lib/igx-x-input-component.js +551 -0
  120. package/esm2015/lib/igx-x-input-dynamic-module.js +45 -0
  121. package/esm2015/lib/igx-x-input-group-component.js +2046 -0
  122. package/esm2015/lib/igx-x-input-group-dynamic-module.js +59 -0
  123. package/esm2015/lib/igx-x-input-group-input-collection.js +48 -0
  124. package/esm2015/lib/igx-x-input-group-item-component.js +140 -0
  125. package/esm2015/lib/igx-x-input-group-module.js +53 -0
  126. package/esm2015/lib/igx-x-input-module.js +39 -0
  127. package/esm2015/lib/igx-x-label-component.js +423 -0
  128. package/esm2015/lib/igx-x-label-dynamic-module.js +45 -0
  129. package/esm2015/lib/igx-x-label-module.js +39 -0
  130. package/esm2015/lib/igx-x-prefix-component.js +165 -0
  131. package/esm2015/lib/igx-x-prefix-dynamic-module.js +45 -0
  132. package/esm2015/lib/igx-x-prefix-module.js +39 -0
  133. package/esm2015/lib/igx-x-ripple-component.js +322 -0
  134. package/esm2015/lib/igx-x-ripple-dynamic-module.js +38 -0
  135. package/esm2015/lib/igx-x-ripple-module.js +36 -0
  136. package/esm2015/lib/igx-x-suffix-component.js +165 -0
  137. package/esm2015/public_api.js +123 -0
  138. package/esm5/igniteui-angular-inputs.js +4 -0
  139. package/esm5/lib/ButtonClickEventArgs.js +20 -0
  140. package/esm5/lib/ButtonDisplayStyle.js +11 -0
  141. package/esm5/lib/ButtonGroupDisplayStyle.js +11 -0
  142. package/esm5/lib/ButtonGroupOrientation.js +16 -0
  143. package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js +20 -0
  144. package/esm5/lib/ButtonGroupView.js +7 -0
  145. package/esm5/lib/ButtonGroupView_combined.js +1701 -0
  146. package/esm5/lib/ButtonGroupVisualModelExport.js +58 -0
  147. package/esm5/lib/ButtonView.js +7 -0
  148. package/esm5/lib/ButtonView_combined.js +3985 -0
  149. package/esm5/lib/ButtonVisualModelExport.js +111 -0
  150. package/esm5/lib/CalendarView.js +7 -0
  151. package/esm5/lib/CalendarView_combined.js +2915 -0
  152. package/esm5/lib/CalendarVisualModelExport.js +102 -0
  153. package/esm5/lib/CheckboxChangeEventArgs.js +43 -0
  154. package/esm5/lib/CheckboxLabelPosition.js +11 -0
  155. package/esm5/lib/CheckboxView.js +7 -0
  156. package/esm5/lib/CheckboxView_combined.js +1303 -0
  157. package/esm5/lib/CheckboxVisualModelExport.js +64 -0
  158. package/esm5/lib/DateFormats.js +25 -0
  159. package/esm5/lib/DatePicker.js +7 -0
  160. package/esm5/lib/DatePickerView.js +7 -0
  161. package/esm5/lib/DatePickerView_combined.js +1690 -0
  162. package/esm5/lib/DatePickerVisualModelExport.js +72 -0
  163. package/esm5/lib/DateTimeValueFormatter.js +110 -0
  164. package/esm5/lib/DayInfo.js +25 -0
  165. package/esm5/lib/DayOfWeek.js +45 -0
  166. package/esm5/lib/ElevationHelper.js +71 -0
  167. package/esm5/lib/FirstWeek.js +29 -0
  168. package/esm5/lib/GotFocusEventArgs.js +20 -0
  169. package/esm5/lib/IconClickedEventArgs.js +20 -0
  170. package/esm5/lib/IconView.js +7 -0
  171. package/esm5/lib/IconView_combined.js +1012 -0
  172. package/esm5/lib/IconVisualModelExport.js +82 -0
  173. package/esm5/lib/InputChangeEventArgs.js +43 -0
  174. package/esm5/lib/InputGroupDisplayType.js +18 -0
  175. package/esm5/lib/InputGroupView.js +7 -0
  176. package/esm5/lib/InputGroupView_combined.js +6660 -0
  177. package/esm5/lib/InputGroupVisualModelExport.js +111 -0
  178. package/esm5/lib/InputShiftType.js +17 -0
  179. package/esm5/lib/InputView.js +7 -0
  180. package/esm5/lib/InputVisualModelExport.js +80 -0
  181. package/esm5/lib/KEYCODES.js +11 -0
  182. package/esm5/lib/LabelShiftType.js +17 -0
  183. package/esm5/lib/LabelView.js +7 -0
  184. package/esm5/lib/LabelVisualModelExport.js +86 -0
  185. package/esm5/lib/LostFocusEventArgs.js +20 -0
  186. package/esm5/lib/MaskOptions.js +23 -0
  187. package/esm5/lib/MaskParsingService.js +267 -0
  188. package/esm5/lib/NativeUIXInputsFactory.js +195 -0
  189. package/esm5/lib/PrefixShiftType.js +17 -0
  190. package/esm5/lib/PrefixView.js +7 -0
  191. package/esm5/lib/PrefixVisualModelExport.js +37 -0
  192. package/esm5/lib/Replaced.js +23 -0
  193. package/esm5/lib/RippleView.js +7 -0
  194. package/esm5/lib/RippleView_combined.js +491 -0
  195. package/esm5/lib/RippleVisualModelExport.js +40 -0
  196. package/esm5/lib/SelectedValueChangedEventArgs.js +43 -0
  197. package/esm5/lib/SuffixShiftType.js +17 -0
  198. package/esm5/lib/SuffixView.js +7 -0
  199. package/esm5/lib/SuffixVisualModelExport.js +36 -0
  200. package/esm5/lib/TextElementsVisualModelExport.js +46 -0
  201. package/esm5/lib/Theme.js +58 -0
  202. package/esm5/lib/ThemeResolver.js +182 -0
  203. package/esm5/lib/XButton.js +7 -0
  204. package/esm5/lib/XButtonBridge.js +299 -0
  205. package/esm5/lib/XButtonGroup.js +7 -0
  206. package/esm5/lib/XButtonGroupButtonCollection.js +30 -0
  207. package/esm5/lib/XCalendar.js +7 -0
  208. package/esm5/lib/XCalendarLocaleEn.js +58 -0
  209. package/esm5/lib/XCheckbox.js +7 -0
  210. package/esm5/lib/XCheckboxBridge.js +80 -0
  211. package/esm5/lib/XComponentBridge.js +54 -0
  212. package/esm5/lib/XIcon.js +7 -0
  213. package/esm5/lib/XIconBridge.js +95 -0
  214. package/esm5/lib/XIconButtonBridge.js +79 -0
  215. package/esm5/lib/XInput.js +7 -0
  216. package/esm5/lib/XInputBridge.js +217 -0
  217. package/esm5/lib/XInputGroup.js +7 -0
  218. package/esm5/lib/XInputGroupInputCollection.js +7 -0
  219. package/esm5/lib/XInputGroupItem.js +7 -0
  220. package/esm5/lib/XLabel.js +7 -0
  221. package/esm5/lib/XPopupBridge.js +289 -0
  222. package/esm5/lib/XPrefix.js +7 -0
  223. package/esm5/lib/XRipple.js +7 -0
  224. package/esm5/lib/XSuffix.js +7 -0
  225. package/esm5/lib/igx-button-click-event-args.js +30 -0
  226. package/esm5/lib/igx-button-group-selection-changed-event-args.js +30 -0
  227. package/esm5/lib/igx-checkbox-change-event-args.js +51 -0
  228. package/esm5/lib/igx-date-picker-component.js +720 -0
  229. package/esm5/lib/igx-date-picker-dynamic-module.js +65 -0
  230. package/esm5/lib/igx-date-picker-module.js +59 -0
  231. package/esm5/lib/igx-got-focus-event-args.js +30 -0
  232. package/esm5/lib/igx-input-change-event-args.js +51 -0
  233. package/esm5/lib/igx-lost-focus-event-args.js +30 -0
  234. package/esm5/lib/igx-selected-value-changed-event-args.js +50 -0
  235. package/esm5/lib/igx-x-button-component.js +3018 -0
  236. package/esm5/lib/igx-x-button-dynamic-module.js +51 -0
  237. package/esm5/lib/igx-x-button-group-button-collection.js +53 -0
  238. package/esm5/lib/igx-x-button-group-component.js +1272 -0
  239. package/esm5/lib/igx-x-button-group-dynamic-module.js +51 -0
  240. package/esm5/lib/igx-x-button-group-module.js +45 -0
  241. package/esm5/lib/igx-x-button-module.js +45 -0
  242. package/esm5/lib/igx-x-calendar-component.js +572 -0
  243. package/esm5/lib/igx-x-calendar-dynamic-module.js +51 -0
  244. package/esm5/lib/igx-x-calendar-locale-en-module.js +30 -0
  245. package/esm5/lib/igx-x-calendar-module.js +45 -0
  246. package/esm5/lib/igx-x-checkbox-component.js +724 -0
  247. package/esm5/lib/igx-x-checkbox-dynamic-module.js +51 -0
  248. package/esm5/lib/igx-x-checkbox-module.js +45 -0
  249. package/esm5/lib/igx-x-icon-component.js +732 -0
  250. package/esm5/lib/igx-x-icon-dynamic-module.js +44 -0
  251. package/esm5/lib/igx-x-icon-module.js +38 -0
  252. package/esm5/lib/igx-x-input-component.js +683 -0
  253. package/esm5/lib/igx-x-input-dynamic-module.js +44 -0
  254. package/esm5/lib/igx-x-input-group-component.js +2697 -0
  255. package/esm5/lib/igx-x-input-group-dynamic-module.js +58 -0
  256. package/esm5/lib/igx-x-input-group-input-collection.js +53 -0
  257. package/esm5/lib/igx-x-input-group-item-component.js +151 -0
  258. package/esm5/lib/igx-x-input-group-module.js +52 -0
  259. package/esm5/lib/igx-x-input-module.js +38 -0
  260. package/esm5/lib/igx-x-label-component.js +522 -0
  261. package/esm5/lib/igx-x-label-dynamic-module.js +44 -0
  262. package/esm5/lib/igx-x-label-module.js +38 -0
  263. package/esm5/lib/igx-x-prefix-component.js +180 -0
  264. package/esm5/lib/igx-x-prefix-dynamic-module.js +44 -0
  265. package/esm5/lib/igx-x-prefix-module.js +38 -0
  266. package/esm5/lib/igx-x-ripple-component.js +381 -0
  267. package/esm5/lib/igx-x-ripple-dynamic-module.js +37 -0
  268. package/esm5/lib/igx-x-ripple-module.js +35 -0
  269. package/esm5/lib/igx-x-suffix-component.js +180 -0
  270. package/esm5/public_api.js +123 -0
  271. package/fesm2015/igniteui-angular-inputs.js +30534 -0
  272. package/fesm5/igniteui-angular-inputs.js +36038 -0
  273. package/igniteui-angular-inputs.d.ts +5 -0
  274. package/lib/ButtonClickEventArgs.d.ts +7 -0
  275. package/lib/ButtonDisplayStyle.d.ts +15 -0
  276. package/lib/ButtonGroupDisplayStyle.d.ts +12 -0
  277. package/lib/ButtonGroupOrientation.d.ts +9 -0
  278. package/lib/ButtonGroupSelectionChangedEventArgs.d.ts +7 -0
  279. package/lib/ButtonGroupView.d.ts +1 -0
  280. package/lib/ButtonGroupView_combined.d.ts +372 -0
  281. package/lib/ButtonGroupVisualModelExport.d.ts +24 -0
  282. package/lib/ButtonView.d.ts +1 -0
  283. package/lib/ButtonView_combined.d.ts +695 -0
  284. package/lib/ButtonVisualModelExport.d.ts +46 -0
  285. package/lib/CalendarView.d.ts +1 -0
  286. package/lib/CalendarView_combined.d.ts +231 -0
  287. package/lib/CalendarVisualModelExport.d.ts +33 -0
  288. package/lib/CheckboxChangeEventArgs.d.ts +13 -0
  289. package/lib/CheckboxLabelPosition.d.ts +12 -0
  290. package/lib/CheckboxView.d.ts +1 -0
  291. package/lib/CheckboxView_combined.d.ts +214 -0
  292. package/lib/CheckboxVisualModelExport.d.ts +28 -0
  293. package/lib/DateFormats.d.ts +18 -0
  294. package/lib/DatePicker.d.ts +1 -0
  295. package/lib/DatePickerView.d.ts +1 -0
  296. package/lib/DatePickerView_combined.d.ts +225 -0
  297. package/lib/DatePickerVisualModelExport.d.ts +24 -0
  298. package/lib/DateTimeValueFormatter.d.ts +20 -0
  299. package/lib/DayInfo.d.ts +13 -0
  300. package/lib/DayOfWeek.d.ts +38 -0
  301. package/lib/ElevationHelper.d.ts +16 -0
  302. package/lib/FirstWeek.d.ts +22 -0
  303. package/lib/GotFocusEventArgs.d.ts +7 -0
  304. package/lib/IconClickedEventArgs.d.ts +7 -0
  305. package/lib/IconView.d.ts +1 -0
  306. package/lib/IconView_combined.d.ts +198 -0
  307. package/lib/IconVisualModelExport.d.ts +26 -0
  308. package/lib/InputChangeEventArgs.d.ts +13 -0
  309. package/lib/InputGroupDisplayType.d.ts +11 -0
  310. package/lib/InputGroupView.d.ts +1 -0
  311. package/lib/InputGroupView_combined.d.ts +1202 -0
  312. package/lib/InputGroupVisualModelExport.d.ts +44 -0
  313. package/lib/InputShiftType.d.ts +10 -0
  314. package/lib/InputView.d.ts +1 -0
  315. package/lib/InputVisualModelExport.d.ts +30 -0
  316. package/lib/KEYCODES.d.ts +27 -0
  317. package/lib/LabelShiftType.d.ts +10 -0
  318. package/lib/LabelView.d.ts +1 -0
  319. package/lib/LabelVisualModelExport.d.ts +34 -0
  320. package/lib/LostFocusEventArgs.d.ts +7 -0
  321. package/lib/MaskOptions.d.ts +9 -0
  322. package/lib/MaskParsingService.d.ts +19 -0
  323. package/lib/NativeUIXInputsFactory.d.ts +24 -0
  324. package/lib/PrefixShiftType.d.ts +10 -0
  325. package/lib/PrefixView.d.ts +1 -0
  326. package/lib/PrefixVisualModelExport.d.ts +13 -0
  327. package/lib/Replaced.d.ts +9 -0
  328. package/lib/RippleView.d.ts +1 -0
  329. package/lib/RippleView_combined.d.ts +98 -0
  330. package/lib/RippleVisualModelExport.d.ts +15 -0
  331. package/lib/SelectedValueChangedEventArgs.d.ts +13 -0
  332. package/lib/SuffixShiftType.d.ts +10 -0
  333. package/lib/SuffixView.d.ts +1 -0
  334. package/lib/SuffixVisualModelExport.d.ts +13 -0
  335. package/lib/TextElementsVisualModelExport.d.ts +16 -0
  336. package/lib/Theme.d.ts +15 -0
  337. package/lib/ThemeResolver.d.ts +56 -0
  338. package/lib/XButton.d.ts +1 -0
  339. package/lib/XButtonBridge.d.ts +39 -0
  340. package/lib/XButtonGroup.d.ts +1 -0
  341. package/lib/XButtonGroupButtonCollection.d.ts +12 -0
  342. package/lib/XCalendar.d.ts +1 -0
  343. package/lib/XCalendarLocaleEn.d.ts +49 -0
  344. package/lib/XCheckbox.d.ts +1 -0
  345. package/lib/XCheckboxBridge.d.ts +19 -0
  346. package/lib/XComponentBridge.d.ts +18 -0
  347. package/lib/XIcon.d.ts +1 -0
  348. package/lib/XIconBridge.d.ts +14 -0
  349. package/lib/XIconButtonBridge.d.ts +16 -0
  350. package/lib/XInput.d.ts +1 -0
  351. package/lib/XInputBridge.d.ts +28 -0
  352. package/lib/XInputGroup.d.ts +1 -0
  353. package/lib/XInputGroupInputCollection.d.ts +1 -0
  354. package/lib/XInputGroupItem.d.ts +1 -0
  355. package/lib/XLabel.d.ts +1 -0
  356. package/lib/XPopupBridge.d.ts +52 -0
  357. package/lib/XPrefix.d.ts +1 -0
  358. package/lib/XRipple.d.ts +1 -0
  359. package/lib/XSuffix.d.ts +1 -0
  360. package/lib/igx-button-click-event-args.d.ts +12 -0
  361. package/lib/igx-button-group-selection-changed-event-args.d.ts +12 -0
  362. package/lib/igx-checkbox-change-event-args.d.ts +18 -0
  363. package/lib/igx-date-picker-component.d.ts +215 -0
  364. package/lib/igx-date-picker-dynamic-module.d.ts +13 -0
  365. package/lib/igx-date-picker-module.d.ts +13 -0
  366. package/lib/igx-got-focus-event-args.d.ts +12 -0
  367. package/lib/igx-input-change-event-args.d.ts +17 -0
  368. package/lib/igx-lost-focus-event-args.d.ts +12 -0
  369. package/lib/igx-selected-value-changed-event-args.d.ts +16 -0
  370. package/lib/igx-x-button-component.d.ts +980 -0
  371. package/lib/igx-x-button-dynamic-module.d.ts +11 -0
  372. package/lib/igx-x-button-group-button-collection.d.ts +8 -0
  373. package/lib/igx-x-button-group-component.d.ts +416 -0
  374. package/lib/igx-x-button-group-dynamic-module.d.ts +11 -0
  375. package/lib/igx-x-button-group-module.d.ts +11 -0
  376. package/lib/igx-x-button-module.d.ts +11 -0
  377. package/lib/igx-x-calendar-component.d.ts +177 -0
  378. package/lib/igx-x-calendar-dynamic-module.d.ts +11 -0
  379. package/lib/igx-x-calendar-locale-en-module.d.ts +8 -0
  380. package/lib/igx-x-calendar-module.d.ts +11 -0
  381. package/lib/igx-x-checkbox-component.d.ts +238 -0
  382. package/lib/igx-x-checkbox-dynamic-module.d.ts +11 -0
  383. package/lib/igx-x-checkbox-module.d.ts +11 -0
  384. package/lib/igx-x-icon-component.d.ts +255 -0
  385. package/lib/igx-x-icon-dynamic-module.d.ts +10 -0
  386. package/lib/igx-x-icon-module.d.ts +10 -0
  387. package/lib/igx-x-input-component.d.ts +212 -0
  388. package/lib/igx-x-input-dynamic-module.d.ts +10 -0
  389. package/lib/igx-x-input-group-component.d.ts +855 -0
  390. package/lib/igx-x-input-group-dynamic-module.d.ts +12 -0
  391. package/lib/igx-x-input-group-input-collection.d.ts +8 -0
  392. package/lib/igx-x-input-group-item-component.d.ts +35 -0
  393. package/lib/igx-x-input-group-module.d.ts +12 -0
  394. package/lib/igx-x-input-module.d.ts +10 -0
  395. package/lib/igx-x-label-component.d.ts +175 -0
  396. package/lib/igx-x-label-dynamic-module.d.ts +10 -0
  397. package/lib/igx-x-label-module.d.ts +10 -0
  398. package/lib/igx-x-prefix-component.d.ts +60 -0
  399. package/lib/igx-x-prefix-dynamic-module.d.ts +10 -0
  400. package/lib/igx-x-prefix-module.d.ts +10 -0
  401. package/lib/igx-x-ripple-component.d.ts +110 -0
  402. package/lib/igx-x-ripple-dynamic-module.d.ts +9 -0
  403. package/lib/igx-x-ripple-module.d.ts +9 -0
  404. package/lib/igx-x-suffix-component.d.ts +60 -0
  405. package/package.json +39 -0
  406. package/public_api.d.ts +123 -0
@@ -0,0 +1,1012 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { __extends, __values } from "tslib";
8
+ import { Base, String_$type, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox } from "igniteui-angular-core";
9
+ import { List$1 } from "igniteui-angular-core";
10
+ import { Tuple$2 } from "igniteui-angular-core";
11
+ import { SVGNode } from "igniteui-angular-core";
12
+ import { FastIterationDictionary$2 } from "igniteui-angular-core";
13
+ import { isNaN_ } from "igniteui-angular-core";
14
+ import { IIcon_$type } from "igniteui-angular-core";
15
+ import { BaseControlTheme_$type } from "igniteui-angular-core";
16
+ import { NativeUI } from "igniteui-angular-core";
17
+ import { IconClickedEventArgs } from "./IconClickedEventArgs";
18
+ import { IconVisualModelExport } from "./IconVisualModelExport";
19
+ import { AppearanceHelper } from "igniteui-angular-core";
20
+ import { FontUtil } from "igniteui-angular-core";
21
+ import { stringStartsWith } from "igniteui-angular-core";
22
+ import { trimStart } from "igniteui-angular-core";
23
+ /**
24
+ * @hidden
25
+ */
26
+ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
27
+ __extends(IconView, _super);
28
+ function IconView() {
29
+ var _this = _super.call(this) || this;
30
+ _this.b = null;
31
+ _this.o = null;
32
+ _this.e = null;
33
+ _this.i = new List$1(Delegate_$type, 0);
34
+ _this.j = null;
35
+ _this.k = null;
36
+ _this.l = null;
37
+ _this.m = null;
38
+ _this.n = null;
39
+ _this.c = null;
40
+ _this.d = null;
41
+ _this.u = null;
42
+ _this.t = null;
43
+ _this.f = true;
44
+ _this.p = null;
45
+ _this.q = null;
46
+ _this.j = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
47
+ _this.k = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
48
+ _this.l = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
49
+ _this.m = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
50
+ _this.n = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
51
+ _this.c = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
52
+ _this.d = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
53
+ return _this;
54
+ }
55
+ IconView.prototype.ac = function () {
56
+ };
57
+ IconView.prototype.g = function () {
58
+ return true;
59
+ };
60
+ Object.defineProperty(IconView.prototype, "r", {
61
+ get: function () {
62
+ return this.p;
63
+ },
64
+ enumerable: false,
65
+ configurable: true
66
+ });
67
+ Object.defineProperty(IconView.prototype, "s", {
68
+ get: function () {
69
+ return null;
70
+ },
71
+ enumerable: false,
72
+ configurable: true
73
+ });
74
+ Object.defineProperty(IconView.prototype, "h", {
75
+ get: function () {
76
+ return true;
77
+ },
78
+ enumerable: false,
79
+ configurable: true
80
+ });
81
+ IconView.prototype.aa = function (a) {
82
+ var e_1, _a;
83
+ if (a == null) {
84
+ try {
85
+ for (var _b = __values(fromEnum(this.i)), _c = _b.next(); !_c.done; _c = _b.next()) {
86
+ var b = _c.value;
87
+ b();
88
+ }
89
+ }
90
+ catch (e_1_1) {
91
+ e_1 = { error: e_1_1 };
92
+ }
93
+ finally {
94
+ try {
95
+ if (_c && !_c.done && (_a = _b.return))
96
+ _a.call(_b);
97
+ }
98
+ finally {
99
+ if (e_1)
100
+ throw e_1.error;
101
+ }
102
+ }
103
+ this.i.clear();
104
+ if (this.p != null) {
105
+ this.p.unlistenAll();
106
+ }
107
+ }
108
+ this.o = a;
109
+ a.rootWrapper.setStyleProperty("position", "relative");
110
+ this.o.rootWrapper.setStyleProperty("display", "flex");
111
+ this.o.rootWrapper.setStyleProperty("flex-direction", "row");
112
+ this.o.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
113
+ this.o.rootWrapper.setStyleProperty("align-items", "center");
114
+ this.ae();
115
+ var c = this.o.createElementNS("svg", "http://www.w3.org/2000/svg");
116
+ c.setStyleProperty("position", "absolute");
117
+ c.setStyleProperty("top", "0");
118
+ c.setStyleProperty("left", "0");
119
+ c.setStyleProperty("right", "0");
120
+ c.setStyleProperty("bottom", "0");
121
+ this.p = c;
122
+ this.ai();
123
+ var d = this.o.createElementNS("path", "http://www.w3.org/2000/svg");
124
+ d.setAttribute("d", "");
125
+ this.p.append(d);
126
+ if (this.u != null) {
127
+ d.setAttribute("d", this.u);
128
+ }
129
+ this.q = d;
130
+ this.o.append(this.p);
131
+ this.i.add(c.listen("click", runOn(this, this.z)));
132
+ this.b.b6();
133
+ };
134
+ IconView.prototype.ag = function (a) {
135
+ if (this.u != a) {
136
+ this.u = a;
137
+ this.o.rootWrapper.removeChildren();
138
+ this.o.rootWrapper.append(this.p);
139
+ if (this.q != null) {
140
+ this.q.setAttribute("d", this.u);
141
+ }
142
+ }
143
+ };
144
+ IconView.prototype.af = function (a) {
145
+ if (this.t != a) {
146
+ this.t = a;
147
+ this.o.rootWrapper.removeChildren();
148
+ var b = this.o.rootWrapper.getNativeElement();
149
+ b.innerHTML = this.t;
150
+ }
151
+ };
152
+ IconView.prototype.ae = function () {
153
+ this.o.rootWrapper.setStyleProperty("width", isNaN_(this.b.ao) ? "1.5rem" : this.b.ao + "px");
154
+ this.o.rootWrapper.setStyleProperty("height", isNaN_(this.b.ag) ? "1.5rem" : this.b.ag + "px");
155
+ };
156
+ IconView.prototype.ai = function () {
157
+ this.p.setAttribute("viewBox", (isNaN_(this.b.al) ? 0 : this.b.al) + " " + (isNaN_(this.b.am) ? 0 : this.b.am) + " " + (isNaN_(this.b.an) ? 24 : this.b.an) + " " + (isNaN_(this.b.ak) ? 24 : this.b.ak));
158
+ };
159
+ IconView.prototype.v = function (a) {
160
+ };
161
+ IconView.prototype.ad = function () {
162
+ if (this.g()) {
163
+ }
164
+ };
165
+ IconView.prototype.w = function (a) {
166
+ this.b.b3();
167
+ };
168
+ IconView.prototype.x = function (a) {
169
+ this.b.b4();
170
+ };
171
+ IconView.prototype.y = function () {
172
+ this.f = true;
173
+ this.i.add(this.o.rootWrapper.listen("mouseenter", runOn(this, this.w)));
174
+ this.i.add(this.o.rootWrapper.listen("mouseleave", runOn(this, this.x)));
175
+ };
176
+ IconView.prototype.ab = function () {
177
+ var e_2, _a;
178
+ this.f = false;
179
+ try {
180
+ for (var _b = __values(fromEnum(this.i)), _c = _b.next(); !_c.done; _c = _b.next()) {
181
+ var a = _c.value;
182
+ a();
183
+ }
184
+ }
185
+ catch (e_2_1) {
186
+ e_2 = { error: e_2_1 };
187
+ }
188
+ finally {
189
+ try {
190
+ if (_c && !_c.done && (_a = _b.return))
191
+ _a.call(_b);
192
+ }
193
+ finally {
194
+ if (e_2)
195
+ throw e_2.error;
196
+ }
197
+ }
198
+ this.i.clear();
199
+ };
200
+ IconView.prototype.ah = function (a) {
201
+ if (a != null) {
202
+ this.o.rootWrapper.setStyleProperty("font", a.fontString);
203
+ }
204
+ };
205
+ IconView.prototype.a = function () {
206
+ var rect_ = this.o.rootWrapper.getNativeElement().getBoundingClientRect();
207
+ var a = (rect_.top);
208
+ var b = (rect_.left);
209
+ var c = new Array(2);
210
+ c[0] = a;
211
+ c[1] = b;
212
+ return c;
213
+ };
214
+ IconView.prototype.z = function (a) {
215
+ this.b.b1();
216
+ };
217
+ IconView.$t = markType(IconView, 'IconView');
218
+ return IconView;
219
+ }(Base));
220
+ export { IconView };
221
+ /**
222
+ * @hidden
223
+ */
224
+ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
225
+ __extends(XIcon, _super);
226
+ function XIcon() {
227
+ var _this = _super.call(this) || this;
228
+ _this._view = null;
229
+ _this.h = 0;
230
+ _this.cc = XIcon.cs;
231
+ _this.cd = XIcon.cw;
232
+ _this.ce = XIcon.cx;
233
+ _this.t = XIcon.af;
234
+ _this.cf = XIcon.cs;
235
+ _this.cn = XIcon.cw;
236
+ _this.x = XIcon.af;
237
+ _this.co = XIcon.cx;
238
+ _this.cg = XIcon.ct;
239
+ _this.ch = XIcon.cu;
240
+ _this.v = XIcon.ae;
241
+ _this.ci = null;
242
+ _this.a = null;
243
+ _this.b = null;
244
+ _this.cj = null;
245
+ _this.ck = null;
246
+ _this.cl = null;
247
+ _this.cm = null;
248
+ _this.aw = null;
249
+ _this.av = null;
250
+ _this.j = null;
251
+ _this.au = "ig-icon-" + XIcon.ar++;
252
+ _this.ap = 0;
253
+ _this.l = false;
254
+ _this.at = null;
255
+ _this.n = false;
256
+ _this.m = false;
257
+ _this.w = 1;
258
+ _this.z = NaN;
259
+ _this.aa = NaN;
260
+ _this.ab = NaN;
261
+ _this.y = NaN;
262
+ _this.ac = NaN;
263
+ _this.u = NaN;
264
+ _this.clicked = null;
265
+ _this.propertyChanged = null;
266
+ var a = new IconView();
267
+ a.b = _this;
268
+ _this.view = a;
269
+ _this.view.ac();
270
+ return _this;
271
+ }
272
+ Object.defineProperty(XIcon.prototype, "view", {
273
+ get: function () {
274
+ return this._view;
275
+ },
276
+ set: function (a) {
277
+ this._view = a;
278
+ },
279
+ enumerable: false,
280
+ configurable: true
281
+ });
282
+ XIcon.prototype.destroy = function () {
283
+ this.provideContainer(null);
284
+ };
285
+ XIcon.prototype.b5 = function (a, b, c) {
286
+ if (this.propertyChanged != null) {
287
+ this.propertyChanged(this, new PropertyChangedEventArgs(a));
288
+ }
289
+ this.b7(a, b, c);
290
+ };
291
+ XIcon.prototype.b7 = function (a, b, c) {
292
+ switch (a) {
293
+ case "Fill":
294
+ case "Stroke":
295
+ case "StrokeWidth":
296
+ case "HoverFill":
297
+ case "HoverStroke":
298
+ case "HoverStrokeThickness":
299
+ case "IsHover":
300
+ this.cb();
301
+ break;
302
+ case "ActualFill":
303
+ case "ActualStroke":
304
+ case "ActualStrokeWidth":
305
+ case "SVGPath":
306
+ case "SVG":
307
+ this.b9();
308
+ break;
309
+ case "Opacity":
310
+ this.ca();
311
+ break;
312
+ case "ViewBoxLeft":
313
+ case "ViewBoxTop":
314
+ case "ViewBoxWidth":
315
+ case "ViewBoxHeight":
316
+ this.view.ai();
317
+ break;
318
+ case "Width":
319
+ case "Height":
320
+ this.view.ae();
321
+ break;
322
+ }
323
+ };
324
+ XIcon.prototype.cb = function () {
325
+ var a = this.fill != null ? this.fill : XIcon.cs;
326
+ var b = this.c5 != null ? this.c5 : XIcon.cw;
327
+ var c = !isNaN_(this.aj) ? this.aj : XIcon.af;
328
+ var d = this.c6 != null ? this.c6 : XIcon.cx;
329
+ if (this.r) {
330
+ this.cp = this.cy != null ? this.cy : a;
331
+ this.cq = this.cz != null ? this.cz : b;
332
+ this.ad = !isNaN_(this.ah) ? this.ah : c;
333
+ this.cr = this.c0 != null ? this.c0 : d;
334
+ }
335
+ else {
336
+ this.cp = a;
337
+ this.cq = b;
338
+ this.ad = c;
339
+ this.cr = d;
340
+ }
341
+ };
342
+ Object.defineProperty(XIcon.prototype, "p", {
343
+ get: function () {
344
+ return this.svgPath != null && !this.view.h;
345
+ },
346
+ enumerable: false,
347
+ configurable: true
348
+ });
349
+ XIcon.prototype.ca = function () {
350
+ NativeUI.w(this.view.r, this.ai);
351
+ };
352
+ XIcon.prototype.b9 = function () {
353
+ var a = this.view.r;
354
+ if (this.p) {
355
+ var b = this.view.s;
356
+ NativeUI.q(b, this.cp);
357
+ NativeUI.y(b, this.cq);
358
+ NativeUI.ab(b, this.ad);
359
+ }
360
+ else {
361
+ var c = false;
362
+ if (this.svgPath != null) {
363
+ if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
364
+ this.view.af(this.svgPath);
365
+ c = true;
366
+ }
367
+ else {
368
+ this.view.ag(this.svgPath);
369
+ }
370
+ }
371
+ else if (this.svg != null) {
372
+ this.view.af(this.svg);
373
+ c = true;
374
+ }
375
+ if (c) {
376
+ for (var d = 0; d < this.view.k.count; d++) {
377
+ var e = this.view.k._inner[d].c;
378
+ NativeUI.q(this.view.k._inner[d].d, e.l.f(this.c1));
379
+ }
380
+ for (var f = 0; f < this.view.l.count; f++) {
381
+ var g = this.view.l._inner[f].c;
382
+ NativeUI.y(this.view.l._inner[f].d, g.m.f(this.c2));
383
+ }
384
+ for (var h = 0; h < this.view.m.count; h++) {
385
+ var i = this.view.m._inner[h].c;
386
+ NativeUI.q(this.view.m._inner[h].d, i.l.f(this.c3));
387
+ }
388
+ for (var j = 0; j < this.view.n.count; j++) {
389
+ var k = this.view.n._inner[j].c;
390
+ NativeUI.y(this.view.n._inner[j].d, k.m.f(this.c4));
391
+ }
392
+ for (var l = 0; l < this.view.c.o.count; l++) {
393
+ var m = this.view.c.o._inner[l];
394
+ var n = m.split('-');
395
+ var o = parseInt(n[n.length - 1]);
396
+ if (o < this.c.count) {
397
+ for (var p = 0; p < this.view.c.q._inner[l].count; p++) {
398
+ var q = this.view.c.q._inner[l]._inner[p].c;
399
+ NativeUI.q(this.view.c.q._inner[l]._inner[p].d, q.l.f(this.c.item(o)));
400
+ }
401
+ }
402
+ }
403
+ for (var r = 0; r < this.view.d.o.count; r++) {
404
+ var s = this.view.d.o._inner[r];
405
+ var t = s.split('-');
406
+ var u = parseInt(t[t.length - 1]);
407
+ if (u < this.d.count) {
408
+ for (var v = 0; v < this.view.d.q._inner[r].count; v++) {
409
+ var w = this.view.d.q._inner[r]._inner[v].c;
410
+ NativeUI.y(this.view.d.q._inner[r]._inner[v].d, w.m.f(this.d.item(u)));
411
+ }
412
+ }
413
+ }
414
+ for (var x = 0; x < this.view.j.count; x++) {
415
+ var y = this.view.j._inner[x].c;
416
+ NativeUI.q(this.view.j._inner[x].d, y.l.f(this.cp));
417
+ NativeUI.y(this.view.j._inner[x].d, y.m.f(this.cq));
418
+ }
419
+ }
420
+ var z = this.view.r;
421
+ if (this.cp != null) {
422
+ NativeUI.q(z, this.cp);
423
+ }
424
+ if (this.cq != null) {
425
+ NativeUI.y(z, this.cq);
426
+ }
427
+ if (!isNaN_(this.ad)) {
428
+ NativeUI.ab(z, this.ad);
429
+ }
430
+ }
431
+ if (this.k != null) {
432
+ this.view.ah(this.k);
433
+ }
434
+ if (this.cr != null) {
435
+ NativeUI.p(this.view.r, this.cr);
436
+ }
437
+ };
438
+ Object.defineProperty(XIcon.prototype, "i", {
439
+ get: function () {
440
+ return this.h;
441
+ },
442
+ set: function (a) {
443
+ var b = this.h;
444
+ this.h = a;
445
+ if (b != this.h) {
446
+ this.b5("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
447
+ }
448
+ },
449
+ enumerable: false,
450
+ configurable: true
451
+ });
452
+ Object.defineProperty(XIcon.prototype, "cp", {
453
+ get: function () {
454
+ return this.cc;
455
+ },
456
+ set: function (a) {
457
+ var b = this.cc;
458
+ this.cc = a;
459
+ if (b != this.cc) {
460
+ this.b5("ActualFill", b, a);
461
+ }
462
+ },
463
+ enumerable: false,
464
+ configurable: true
465
+ });
466
+ Object.defineProperty(XIcon.prototype, "cq", {
467
+ get: function () {
468
+ return this.cd;
469
+ },
470
+ set: function (a) {
471
+ var b = this.cd;
472
+ this.cd = a;
473
+ if (b != this.cd) {
474
+ this.b5("ActualStroke", b, a);
475
+ }
476
+ },
477
+ enumerable: false,
478
+ configurable: true
479
+ });
480
+ Object.defineProperty(XIcon.prototype, "cr", {
481
+ get: function () {
482
+ return this.ce;
483
+ },
484
+ set: function (a) {
485
+ var b = this.ce;
486
+ this.ce = a;
487
+ if (b != this.ce) {
488
+ this.b5("ActualTextColor", b, a);
489
+ }
490
+ },
491
+ enumerable: false,
492
+ configurable: true
493
+ });
494
+ Object.defineProperty(XIcon.prototype, "ad", {
495
+ get: function () {
496
+ return this.t;
497
+ },
498
+ set: function (a) {
499
+ var b = this.t;
500
+ this.t = a;
501
+ if (b != this.t) {
502
+ this.b5("ActualStrokeWidth", b, a);
503
+ }
504
+ },
505
+ enumerable: false,
506
+ configurable: true
507
+ });
508
+ Object.defineProperty(XIcon.prototype, "fill", {
509
+ get: function () {
510
+ return this.cf;
511
+ },
512
+ set: function (a) {
513
+ var b = this.cf;
514
+ this.cf = a;
515
+ if (b != this.cf) {
516
+ this.b5("Fill", b, a);
517
+ }
518
+ },
519
+ enumerable: false,
520
+ configurable: true
521
+ });
522
+ Object.defineProperty(XIcon.prototype, "c5", {
523
+ get: function () {
524
+ return this.cn;
525
+ },
526
+ set: function (a) {
527
+ var b = this.cn;
528
+ this.cn = a;
529
+ if (b != this.cn) {
530
+ this.b5("Stroke", b, a);
531
+ }
532
+ },
533
+ enumerable: false,
534
+ configurable: true
535
+ });
536
+ Object.defineProperty(XIcon.prototype, "aj", {
537
+ get: function () {
538
+ return this.x;
539
+ },
540
+ set: function (a) {
541
+ var b = this.x;
542
+ this.x = a;
543
+ if (b != this.x) {
544
+ this.b5("StrokeWidth", b, a);
545
+ }
546
+ },
547
+ enumerable: false,
548
+ configurable: true
549
+ });
550
+ Object.defineProperty(XIcon.prototype, "c6", {
551
+ get: function () {
552
+ return this.co;
553
+ },
554
+ set: function (a) {
555
+ var b = this.co;
556
+ this.co = a;
557
+ if (b != this.co) {
558
+ this.b5("TextColor", b, a);
559
+ }
560
+ },
561
+ enumerable: false,
562
+ configurable: true
563
+ });
564
+ Object.defineProperty(XIcon.prototype, "cy", {
565
+ get: function () {
566
+ return this.cg;
567
+ },
568
+ set: function (a) {
569
+ var b = this.cg;
570
+ this.cg = a;
571
+ if (b != this.cg) {
572
+ this.b5("HoverFill", b, a);
573
+ }
574
+ },
575
+ enumerable: false,
576
+ configurable: true
577
+ });
578
+ Object.defineProperty(XIcon.prototype, "cz", {
579
+ get: function () {
580
+ return this.ch;
581
+ },
582
+ set: function (a) {
583
+ var b = this.ch;
584
+ this.ch = a;
585
+ if (b != this.ch) {
586
+ this.b5("HoverStroke", b, a);
587
+ }
588
+ },
589
+ enumerable: false,
590
+ configurable: true
591
+ });
592
+ Object.defineProperty(XIcon.prototype, "ah", {
593
+ get: function () {
594
+ return this.v;
595
+ },
596
+ set: function (a) {
597
+ var b = this.v;
598
+ this.v = a;
599
+ if (b != this.v) {
600
+ this.b5("HoverStrokeThickness", b, a);
601
+ }
602
+ },
603
+ enumerable: false,
604
+ configurable: true
605
+ });
606
+ Object.defineProperty(XIcon.prototype, "c0", {
607
+ get: function () {
608
+ return this.ci;
609
+ },
610
+ set: function (a) {
611
+ var b = this.ci;
612
+ this.ci = a;
613
+ if (b != this.ci) {
614
+ this.b5("HoverTextColor", b, a);
615
+ }
616
+ },
617
+ enumerable: false,
618
+ configurable: true
619
+ });
620
+ Object.defineProperty(XIcon.prototype, "c", {
621
+ get: function () {
622
+ return this.a;
623
+ },
624
+ set: function (a) {
625
+ var b = this.a;
626
+ this.a = a;
627
+ if (b != this.a) {
628
+ this.b5("FillColors", b, this.a);
629
+ }
630
+ },
631
+ enumerable: false,
632
+ configurable: true
633
+ });
634
+ Object.defineProperty(XIcon.prototype, "d", {
635
+ get: function () {
636
+ return this.b;
637
+ },
638
+ set: function (a) {
639
+ var b = this.b;
640
+ this.b = a;
641
+ if (b != this.b) {
642
+ this.b5("StrokeColors", b, this.b);
643
+ }
644
+ },
645
+ enumerable: false,
646
+ configurable: true
647
+ });
648
+ Object.defineProperty(XIcon.prototype, "c1", {
649
+ get: function () {
650
+ return this.cj;
651
+ },
652
+ set: function (a) {
653
+ var b = this.cj;
654
+ this.cj = a;
655
+ if (b != this.cj) {
656
+ this.b5("PrimaryFillColor", b, this.cj);
657
+ }
658
+ },
659
+ enumerable: false,
660
+ configurable: true
661
+ });
662
+ Object.defineProperty(XIcon.prototype, "c2", {
663
+ get: function () {
664
+ return this.ck;
665
+ },
666
+ set: function (a) {
667
+ var b = this.ck;
668
+ this.ck = a;
669
+ if (b != this.ck) {
670
+ this.b5("PrimaryStrokeColor", b, this.ck);
671
+ }
672
+ },
673
+ enumerable: false,
674
+ configurable: true
675
+ });
676
+ Object.defineProperty(XIcon.prototype, "c3", {
677
+ get: function () {
678
+ return this.cl;
679
+ },
680
+ set: function (a) {
681
+ var b = this.cl;
682
+ this.cl = a;
683
+ if (b != this.cl) {
684
+ this.b5("SecondaryFillColor", b, this.cl);
685
+ }
686
+ },
687
+ enumerable: false,
688
+ configurable: true
689
+ });
690
+ Object.defineProperty(XIcon.prototype, "c4", {
691
+ get: function () {
692
+ return this.cm;
693
+ },
694
+ set: function (a) {
695
+ var b = this.cm;
696
+ this.cm = a;
697
+ if (b != this.cm) {
698
+ this.b5("SecondaryStrokeColor", b, this.cm);
699
+ }
700
+ },
701
+ enumerable: false,
702
+ configurable: true
703
+ });
704
+ Object.defineProperty(XIcon.prototype, "svgPath", {
705
+ get: function () {
706
+ return this.aw;
707
+ },
708
+ set: function (a) {
709
+ var b = this.aw;
710
+ this.aw = a;
711
+ if (b != this.aw) {
712
+ this.b5("SVGPath", b, a);
713
+ }
714
+ },
715
+ enumerable: false,
716
+ configurable: true
717
+ });
718
+ Object.defineProperty(XIcon.prototype, "svg", {
719
+ get: function () {
720
+ return this.av;
721
+ },
722
+ set: function (a) {
723
+ var b = this.av;
724
+ this.av = a;
725
+ if (b != this.av) {
726
+ this.b5("SVG", b, this.av);
727
+ }
728
+ },
729
+ enumerable: false,
730
+ configurable: true
731
+ });
732
+ XIcon.prototype.b3 = function () {
733
+ this.r = true;
734
+ };
735
+ XIcon.prototype.b4 = function () {
736
+ this.r = false;
737
+ };
738
+ Object.defineProperty(XIcon.prototype, "k", {
739
+ get: function () {
740
+ return this.j;
741
+ },
742
+ set: function (a) {
743
+ var b = this.j;
744
+ this.j = a;
745
+ if (b != this.j) {
746
+ this.b5("TextStyle", b, a);
747
+ }
748
+ },
749
+ enumerable: false,
750
+ configurable: true
751
+ });
752
+ Object.defineProperty(XIcon.prototype, "bc", {
753
+ get: function () {
754
+ return this.au;
755
+ },
756
+ set: function (a) {
757
+ var b = this.au;
758
+ this.au = a;
759
+ if (b != this.au) {
760
+ this.b5("Id", b, a);
761
+ }
762
+ },
763
+ enumerable: false,
764
+ configurable: true
765
+ });
766
+ Object.defineProperty(XIcon.prototype, "o", {
767
+ get: function () {
768
+ return this.l;
769
+ },
770
+ enumerable: false,
771
+ configurable: true
772
+ });
773
+ Object.defineProperty(XIcon.prototype, "aq", {
774
+ get: function () {
775
+ return this.ap;
776
+ },
777
+ set: function (a) {
778
+ var b = this.ap;
779
+ this.ap = a;
780
+ this.l = true;
781
+ if (b != this.ap) {
782
+ this.b5("TabIndex", b, a);
783
+ }
784
+ },
785
+ enumerable: false,
786
+ configurable: true
787
+ });
788
+ Object.defineProperty(XIcon.prototype, "a1", {
789
+ get: function () {
790
+ return this.at;
791
+ },
792
+ set: function (a) {
793
+ var b = this.at;
794
+ this.at = a;
795
+ if (b != this.at) {
796
+ this.b5("AriaLabel", b, a);
797
+ }
798
+ },
799
+ enumerable: false,
800
+ configurable: true
801
+ });
802
+ Object.defineProperty(XIcon.prototype, "r", {
803
+ get: function () {
804
+ return this.n;
805
+ },
806
+ set: function (a) {
807
+ var b = this.n;
808
+ this.n = a;
809
+ if (b != this.n) {
810
+ this.b5("IsHover", b, a);
811
+ }
812
+ },
813
+ enumerable: false,
814
+ configurable: true
815
+ });
816
+ Object.defineProperty(XIcon.prototype, "disabled", {
817
+ get: function () {
818
+ return this.m;
819
+ },
820
+ set: function (a) {
821
+ var b = this.m;
822
+ this.m = a;
823
+ if (b != this.m) {
824
+ this.b5("IsDisabled", b, a);
825
+ }
826
+ },
827
+ enumerable: false,
828
+ configurable: true
829
+ });
830
+ Object.defineProperty(XIcon.prototype, "ai", {
831
+ get: function () {
832
+ return this.w;
833
+ },
834
+ set: function (a) {
835
+ var b = this.w;
836
+ this.w = a;
837
+ if (b != this.w) {
838
+ this.b5("Opacity", b, this.w);
839
+ }
840
+ },
841
+ enumerable: false,
842
+ configurable: true
843
+ });
844
+ Object.defineProperty(XIcon.prototype, "al", {
845
+ get: function () {
846
+ return this.z;
847
+ },
848
+ set: function (a) {
849
+ var b = this.z;
850
+ this.z = a;
851
+ if (b != this.z) {
852
+ this.b5("ViewBoxLeft", b, this.z);
853
+ }
854
+ },
855
+ enumerable: false,
856
+ configurable: true
857
+ });
858
+ Object.defineProperty(XIcon.prototype, "am", {
859
+ get: function () {
860
+ return this.aa;
861
+ },
862
+ set: function (a) {
863
+ var b = this.aa;
864
+ this.aa = a;
865
+ if (b != this.aa) {
866
+ this.b5("ViewBoxTop", b, this.aa);
867
+ }
868
+ },
869
+ enumerable: false,
870
+ configurable: true
871
+ });
872
+ Object.defineProperty(XIcon.prototype, "an", {
873
+ get: function () {
874
+ return this.ab;
875
+ },
876
+ set: function (a) {
877
+ var b = this.ab;
878
+ this.ab = a;
879
+ if (b != this.ab) {
880
+ this.b5("ViewBoxWidth", b, this.ab);
881
+ }
882
+ },
883
+ enumerable: false,
884
+ configurable: true
885
+ });
886
+ Object.defineProperty(XIcon.prototype, "ak", {
887
+ get: function () {
888
+ return this.y;
889
+ },
890
+ set: function (a) {
891
+ var b = this.y;
892
+ this.y = a;
893
+ if (b != this.y) {
894
+ this.b5("ViewBoxHeight", b, this.y);
895
+ }
896
+ },
897
+ enumerable: false,
898
+ configurable: true
899
+ });
900
+ Object.defineProperty(XIcon.prototype, "ao", {
901
+ get: function () {
902
+ return this.ac;
903
+ },
904
+ set: function (a) {
905
+ var b = this.ac;
906
+ this.ac = a;
907
+ if (b != this.ac) {
908
+ this.b5("Width", b, this.ac);
909
+ }
910
+ },
911
+ enumerable: false,
912
+ configurable: true
913
+ });
914
+ Object.defineProperty(XIcon.prototype, "ag", {
915
+ get: function () {
916
+ return this.u;
917
+ },
918
+ set: function (a) {
919
+ var b = this.u;
920
+ this.u = a;
921
+ if (b != this.u) {
922
+ this.b5("Height", b, this.u);
923
+ }
924
+ },
925
+ enumerable: false,
926
+ configurable: true
927
+ });
928
+ XIcon.prototype.b6 = function () {
929
+ };
930
+ XIcon.prototype.onDetachedFromUI = function () {
931
+ this.view.ab();
932
+ };
933
+ XIcon.prototype.onAttachedToUI = function () {
934
+ this.view.y();
935
+ };
936
+ XIcon.prototype.b1 = function () {
937
+ if (this.disabled) {
938
+ return;
939
+ }
940
+ if (this.clicked != null) {
941
+ this.clicked(this, new IconClickedEventArgs());
942
+ }
943
+ };
944
+ XIcon.prototype.s = function () {
945
+ return this.view.g();
946
+ };
947
+ XIcon.prototype.as = function () {
948
+ return this.e();
949
+ };
950
+ XIcon.prototype.a4 = function () {
951
+ var a = this.e();
952
+ return a.j();
953
+ };
954
+ XIcon.prototype.e = function () {
955
+ var a = new IconVisualModelExport();
956
+ var b = this.view.r;
957
+ a.a = AppearanceHelper.a(NativeUI.aj(b));
958
+ a.c = AppearanceHelper.a(NativeUI.aj(b));
959
+ a.b = AppearanceHelper.a(NativeUI.ak(b));
960
+ a.d = this.ad;
961
+ var c = this.view.a();
962
+ a.h = c[0];
963
+ a.f = c[1];
964
+ a.e = NativeUI.d(b);
965
+ a.i = NativeUI.j(b);
966
+ a.svgPath = this.svgPath;
967
+ if (this.k != null) {
968
+ var d = this.k;
969
+ if (this.view != null && d.n == null) {
970
+ var e = this.view.o;
971
+ var f = FontUtil.getFontInfoFromString(e, d.fontString);
972
+ d.n = f.n;
973
+ d.d = f.d;
974
+ d.o = f.o;
975
+ d.q = f.q;
976
+ d.r = f.r;
977
+ d.s = f.s;
978
+ }
979
+ if (d.n != null) {
980
+ a.l = d.n;
981
+ }
982
+ if (!isNaN_(d.d)) {
983
+ a.g = d.d;
984
+ }
985
+ if (d.s != null) {
986
+ a.p = d.s;
987
+ }
988
+ if (d.q != null) {
989
+ a.n = d.q;
990
+ }
991
+ if (d.o != null) {
992
+ a.m = d.q;
993
+ }
994
+ }
995
+ return a;
996
+ };
997
+ XIcon.prototype.provideContainer = function (a) {
998
+ this.view.aa(a);
999
+ };
1000
+ XIcon.$t = markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
1001
+ XIcon.cs = null;
1002
+ XIcon.cx = null;
1003
+ XIcon.cw = null;
1004
+ XIcon.ct = null;
1005
+ XIcon.cu = null;
1006
+ XIcon.cv = null;
1007
+ XIcon.af = NaN;
1008
+ XIcon.ae = NaN;
1009
+ XIcon.ar = 0;
1010
+ return XIcon;
1011
+ }(Base));
1012
+ export { XIcon };