igniteui-webcomponents-inputs 1.3.1 → 1.4.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 (395) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +7356 -6830
  2. package/bundles/igniteui-webcomponents-inputs.umd.js.map +1 -1
  3. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  4. package/bundles/igniteui-webcomponents-inputs.umd.min.js.map +1 -1
  5. package/esm2015/lib/ButtonGroupView_combined.js +138 -138
  6. package/esm2015/lib/ButtonGroupView_combined.js.map +1 -1
  7. package/esm2015/lib/ButtonView_combined.js +404 -404
  8. package/esm2015/lib/ButtonView_combined.js.map +1 -1
  9. package/esm2015/lib/CalendarView_combined.js +1898 -1666
  10. package/esm2015/lib/CalendarView_combined.js.map +1 -1
  11. package/esm2015/lib/CheckboxView_combined.js +83 -77
  12. package/esm2015/lib/CheckboxView_combined.js.map +1 -1
  13. package/esm2015/lib/DatePickerView_combined.js +403 -370
  14. package/esm2015/lib/DatePickerView_combined.js.map +1 -1
  15. package/esm2015/lib/DateTimeValueFormatter.js +42 -2
  16. package/esm2015/lib/DateTimeValueFormatter.js.map +1 -1
  17. package/esm2015/lib/IconClickedEventArgs.js +17 -0
  18. package/esm2015/lib/IconClickedEventArgs.js.map +1 -0
  19. package/esm2015/lib/IconView_combined.js +373 -324
  20. package/esm2015/lib/IconView_combined.js.map +1 -1
  21. package/esm2015/lib/IconVisualModelExport.js +27 -18
  22. package/esm2015/lib/IconVisualModelExport.js.map +1 -1
  23. package/esm2015/lib/InputGroupView_combined.js +1589 -1528
  24. package/esm2015/lib/InputGroupView_combined.js.map +1 -1
  25. package/esm2015/lib/RippleView_combined.js +11 -11
  26. package/esm2015/lib/RippleView_combined.js.map +1 -1
  27. package/esm2015/lib/{Button.js → XButton.js} +2 -2
  28. package/esm2015/lib/XButton.js.map +1 -0
  29. package/esm2015/lib/{ButtonGroup.js → XButtonGroup.js} +2 -2
  30. package/esm2015/lib/XButtonGroup.js.map +1 -0
  31. package/esm2015/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +7 -7
  32. package/esm2015/lib/XButtonGroupButtonCollection.js.map +1 -0
  33. package/esm2015/lib/XCalendar.js +8 -0
  34. package/esm2015/lib/XCalendar.js.map +1 -0
  35. package/esm2015/lib/XCheckbox.js +8 -0
  36. package/esm2015/lib/XCheckbox.js.map +1 -0
  37. package/{esm5/lib/Icon.js → esm2015/lib/XIcon.js} +2 -2
  38. package/esm2015/lib/XIcon.js.map +1 -0
  39. package/esm2015/lib/XInput.js +8 -0
  40. package/esm2015/lib/XInput.js.map +1 -0
  41. package/esm2015/lib/XInputGroup.js +8 -0
  42. package/esm2015/lib/XInputGroup.js.map +1 -0
  43. package/esm2015/lib/XInputGroupInputCollection.js +8 -0
  44. package/esm2015/lib/XInputGroupInputCollection.js.map +1 -0
  45. package/esm2015/lib/XInputGroupItem.js +8 -0
  46. package/esm2015/lib/XInputGroupItem.js.map +1 -0
  47. package/esm2015/lib/XLabel.js +8 -0
  48. package/esm2015/lib/XLabel.js.map +1 -0
  49. package/esm2015/lib/{Calendar.js → XPrefix.js} +2 -2
  50. package/esm2015/lib/XPrefix.js.map +1 -0
  51. package/esm2015/lib/{Input.js → XRipple.js} +2 -2
  52. package/esm2015/lib/XRipple.js.map +1 -0
  53. package/esm2015/lib/{Checkbox.js → XSuffix.js} +2 -2
  54. package/esm2015/lib/XSuffix.js.map +1 -0
  55. package/esm2015/lib/igc-date-picker-component.js +48 -41
  56. package/esm2015/lib/igc-date-picker-component.js.map +1 -1
  57. package/esm2015/lib/igc-date-picker-module.js +8 -8
  58. package/esm2015/lib/igc-date-picker-module.js.map +1 -1
  59. package/esm2015/lib/{igc-button-component.js → igc-x-button-component.js} +19 -19
  60. package/esm2015/lib/igc-x-button-component.js.map +1 -0
  61. package/esm2015/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +10 -10
  62. package/esm2015/lib/igc-x-button-group-button-collection.js.map +1 -0
  63. package/esm2015/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +28 -24
  64. package/esm2015/lib/{igc-button-group-component.js.map → igc-x-button-group-component.js.map} +1 -1
  65. package/esm2015/lib/{igc-button-group-module.js → igc-x-button-group-module.js} +10 -10
  66. package/esm2015/lib/igc-x-button-group-module.js.map +1 -0
  67. package/esm2015/lib/{igc-button-module.js → igc-x-button-module.js} +10 -10
  68. package/esm2015/lib/igc-x-button-module.js.map +1 -0
  69. package/esm2015/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +81 -81
  70. package/esm2015/lib/igc-x-calendar-component.js.map +1 -0
  71. package/esm2015/lib/igc-x-calendar-module.js +22 -0
  72. package/esm2015/lib/igc-x-calendar-module.js.map +1 -0
  73. package/esm2015/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +19 -19
  74. package/esm2015/lib/igc-x-checkbox-component.js.map +1 -0
  75. package/esm2015/lib/{igc-checkbox-module.js → igc-x-checkbox-module.js} +10 -10
  76. package/esm2015/lib/igc-x-checkbox-module.js.map +1 -0
  77. package/esm2015/lib/{igc-icon-component.js → igc-x-icon-component.js} +84 -77
  78. package/esm2015/lib/igc-x-icon-component.js.map +1 -0
  79. package/esm2015/lib/{igc-input-module.js → igc-x-icon-module.js} +8 -8
  80. package/esm2015/lib/igc-x-icon-module.js.map +1 -0
  81. package/esm2015/lib/{igc-input-component.js → igc-x-input-component.js} +72 -67
  82. package/esm2015/lib/igc-x-input-component.js.map +1 -0
  83. package/esm2015/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +367 -366
  84. package/esm2015/lib/igc-x-input-group-component.js.map +1 -0
  85. package/esm2015/lib/{igc-input-group-input-collection.js → igc-x-input-group-input-collection.js} +10 -10
  86. package/esm2015/lib/igc-x-input-group-input-collection.js.map +1 -0
  87. package/esm2015/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +10 -10
  88. package/esm2015/lib/igc-x-input-group-item-component.js.map +1 -0
  89. package/esm2015/lib/igc-x-input-group-module.js +24 -0
  90. package/esm2015/lib/igc-x-input-group-module.js.map +1 -0
  91. package/esm2015/lib/{igc-prefix-module.js → igc-x-input-module.js} +8 -8
  92. package/esm2015/lib/igc-x-input-module.js.map +1 -0
  93. package/esm2015/lib/{igc-label-component.js → igc-x-label-component.js} +68 -56
  94. package/esm2015/lib/igc-x-label-component.js.map +1 -0
  95. package/esm2015/lib/{igc-icon-module.js → igc-x-label-module.js} +8 -8
  96. package/esm2015/lib/igc-x-label-module.js.map +1 -0
  97. package/esm2015/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +19 -19
  98. package/esm2015/lib/igc-x-prefix-component.js.map +1 -0
  99. package/esm2015/lib/{igc-label-module.js → igc-x-prefix-module.js} +8 -8
  100. package/esm2015/lib/igc-x-prefix-module.js.map +1 -0
  101. package/esm2015/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +19 -19
  102. package/esm2015/lib/igc-x-ripple-component.js.map +1 -0
  103. package/esm2015/lib/{igc-ripple-module.js → igc-x-ripple-module.js} +8 -8
  104. package/esm2015/lib/igc-x-ripple-module.js.map +1 -0
  105. package/esm2015/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +19 -19
  106. package/esm2015/lib/igc-x-suffix-component.js.map +1 -0
  107. package/esm2015/public_api.js +39 -38
  108. package/esm2015/public_api.js.map +1 -1
  109. package/esm5/lib/ButtonGroupView_combined.js +233 -233
  110. package/esm5/lib/ButtonGroupView_combined.js.map +1 -1
  111. package/esm5/lib/ButtonView_combined.js +579 -579
  112. package/esm5/lib/ButtonView_combined.js.map +1 -1
  113. package/esm5/lib/CalendarView_combined.js +1922 -1690
  114. package/esm5/lib/CalendarView_combined.js.map +1 -1
  115. package/esm5/lib/CheckboxView_combined.js +140 -134
  116. package/esm5/lib/CheckboxView_combined.js.map +1 -1
  117. package/esm5/lib/DatePickerView_combined.js +397 -356
  118. package/esm5/lib/DatePickerView_combined.js.map +1 -1
  119. package/esm5/lib/DateTimeValueFormatter.js +42 -2
  120. package/esm5/lib/DateTimeValueFormatter.js.map +1 -1
  121. package/esm5/lib/IconClickedEventArgs.js +21 -0
  122. package/esm5/lib/IconClickedEventArgs.js.map +1 -0
  123. package/esm5/lib/IconView_combined.js +371 -318
  124. package/esm5/lib/IconView_combined.js.map +1 -1
  125. package/esm5/lib/IconVisualModelExport.js +27 -18
  126. package/esm5/lib/IconVisualModelExport.js.map +1 -1
  127. package/esm5/lib/InputGroupView_combined.js +1767 -1697
  128. package/esm5/lib/InputGroupView_combined.js.map +1 -1
  129. package/esm5/lib/RippleView_combined.js +40 -40
  130. package/esm5/lib/RippleView_combined.js.map +1 -1
  131. package/{esm2015/lib/Label.js → esm5/lib/XButton.js} +2 -2
  132. package/esm5/lib/XButton.js.map +1 -0
  133. package/esm5/lib/XButtonGroup.js +8 -0
  134. package/esm5/lib/XButtonGroup.js.map +1 -0
  135. package/esm5/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +10 -10
  136. package/esm5/lib/XButtonGroupButtonCollection.js.map +1 -0
  137. package/esm5/lib/XCalendar.js +8 -0
  138. package/esm5/lib/XCalendar.js.map +1 -0
  139. package/esm5/lib/XCheckbox.js +8 -0
  140. package/esm5/lib/XCheckbox.js.map +1 -0
  141. package/{esm2015/lib/Icon.js → esm5/lib/XIcon.js} +2 -2
  142. package/esm5/lib/XIcon.js.map +1 -0
  143. package/esm5/lib/XInput.js +8 -0
  144. package/esm5/lib/XInput.js.map +1 -0
  145. package/esm5/lib/XInputGroup.js +8 -0
  146. package/esm5/lib/XInputGroup.js.map +1 -0
  147. package/esm5/lib/XInputGroupInputCollection.js +8 -0
  148. package/esm5/lib/XInputGroupInputCollection.js.map +1 -0
  149. package/esm5/lib/XInputGroupItem.js +8 -0
  150. package/esm5/lib/XInputGroupItem.js.map +1 -0
  151. package/esm5/lib/XLabel.js +8 -0
  152. package/esm5/lib/XLabel.js.map +1 -0
  153. package/esm5/lib/XPrefix.js +8 -0
  154. package/esm5/lib/XPrefix.js.map +1 -0
  155. package/esm5/lib/XRipple.js +8 -0
  156. package/esm5/lib/XRipple.js.map +1 -0
  157. package/esm5/lib/XSuffix.js +8 -0
  158. package/esm5/lib/XSuffix.js.map +1 -0
  159. package/esm5/lib/igc-date-picker-component.js +52 -41
  160. package/esm5/lib/igc-date-picker-component.js.map +1 -1
  161. package/esm5/lib/igc-date-picker-module.js +8 -8
  162. package/esm5/lib/igc-date-picker-module.js.map +1 -1
  163. package/esm5/lib/{igc-button-component.js → igc-x-button-component.js} +225 -225
  164. package/esm5/lib/igc-x-button-component.js.map +1 -0
  165. package/esm5/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +15 -15
  166. package/esm5/lib/igc-x-button-group-button-collection.js.map +1 -0
  167. package/esm5/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +121 -117
  168. package/esm5/lib/igc-x-button-group-component.js.map +1 -0
  169. package/esm5/lib/igc-x-button-group-module.js +26 -0
  170. package/esm5/lib/igc-x-button-group-module.js.map +1 -0
  171. package/esm5/lib/igc-x-button-module.js +26 -0
  172. package/esm5/lib/igc-x-button-module.js.map +1 -0
  173. package/esm5/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +126 -126
  174. package/esm5/lib/igc-x-calendar-component.js.map +1 -0
  175. package/esm5/lib/igc-x-calendar-module.js +26 -0
  176. package/esm5/lib/igc-x-calendar-module.js.map +1 -0
  177. package/esm5/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +78 -78
  178. package/esm5/lib/igc-x-checkbox-component.js.map +1 -0
  179. package/esm5/lib/igc-x-checkbox-module.js +26 -0
  180. package/esm5/lib/igc-x-checkbox-module.js.map +1 -0
  181. package/esm5/lib/{igc-icon-component.js → igc-x-icon-component.js} +135 -124
  182. package/esm5/lib/igc-x-icon-component.js.map +1 -0
  183. package/esm5/lib/{igc-label-module.js → igc-x-icon-module.js} +12 -12
  184. package/esm5/lib/igc-x-icon-module.js.map +1 -0
  185. package/esm5/lib/{igc-input-component.js → igc-x-input-component.js} +124 -110
  186. package/esm5/lib/igc-x-input-component.js.map +1 -0
  187. package/esm5/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +567 -566
  188. package/esm5/lib/igc-x-input-group-component.js.map +1 -0
  189. package/esm5/lib/igc-x-input-group-input-collection.js +54 -0
  190. package/esm5/lib/igc-x-input-group-input-collection.js.map +1 -0
  191. package/esm5/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +27 -27
  192. package/esm5/lib/igc-x-input-group-item-component.js.map +1 -0
  193. package/esm5/lib/igc-x-input-group-module.js +28 -0
  194. package/esm5/lib/igc-x-input-group-module.js.map +1 -0
  195. package/esm5/lib/{igc-prefix-module.js → igc-x-input-module.js} +12 -12
  196. package/esm5/lib/igc-x-input-module.js.map +1 -0
  197. package/esm5/lib/{igc-label-component.js → igc-x-label-component.js} +117 -101
  198. package/esm5/lib/igc-x-label-component.js.map +1 -0
  199. package/esm5/lib/{igc-icon-module.js → igc-x-label-module.js} +12 -12
  200. package/esm5/lib/igc-x-label-module.js.map +1 -0
  201. package/esm5/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +40 -40
  202. package/esm5/lib/igc-x-prefix-component.js.map +1 -0
  203. package/esm5/lib/{igc-input-module.js → igc-x-prefix-module.js} +12 -12
  204. package/esm5/lib/igc-x-prefix-module.js.map +1 -0
  205. package/esm5/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +57 -57
  206. package/esm5/lib/igc-x-ripple-component.js.map +1 -0
  207. package/esm5/lib/igc-x-ripple-module.js +22 -0
  208. package/esm5/lib/igc-x-ripple-module.js.map +1 -0
  209. package/esm5/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +40 -40
  210. package/esm5/lib/igc-x-suffix-component.js.map +1 -0
  211. package/esm5/public_api.js +39 -38
  212. package/esm5/public_api.js.map +1 -1
  213. package/fesm2015/igniteui-webcomponents-inputs.js +5899 -5418
  214. package/fesm2015/igniteui-webcomponents-inputs.js.map +1 -1
  215. package/fesm5/igniteui-webcomponents-inputs.js +7319 -6794
  216. package/fesm5/igniteui-webcomponents-inputs.js.map +1 -1
  217. package/lib/ButtonGroupView_combined.d.ts +8 -8
  218. package/lib/ButtonView_combined.d.ts +2 -2
  219. package/lib/CalendarView_combined.d.ts +153 -136
  220. package/lib/CheckboxView_combined.d.ts +4 -4
  221. package/lib/DatePickerView_combined.d.ts +79 -77
  222. package/lib/DateTimeValueFormatter.d.ts +3 -2
  223. package/lib/IconClickedEventArgs.d.ts +7 -0
  224. package/lib/IconView_combined.d.ts +82 -74
  225. package/lib/IconVisualModelExport.d.ts +10 -6
  226. package/lib/InputGroupView_combined.d.ts +360 -353
  227. package/lib/RippleView_combined.d.ts +2 -2
  228. package/lib/XButton.d.ts +1 -0
  229. package/lib/XButtonGroup.d.ts +1 -0
  230. package/lib/{ButtonGroupButtonCollection.d.ts → XButtonGroupButtonCollection.d.ts} +2 -2
  231. package/lib/XCalendar.d.ts +1 -0
  232. package/lib/XCheckbox.d.ts +1 -0
  233. package/lib/XIcon.d.ts +1 -0
  234. package/lib/XInput.d.ts +1 -0
  235. package/lib/XInputGroup.d.ts +1 -0
  236. package/lib/XInputGroupInputCollection.d.ts +1 -0
  237. package/lib/XInputGroupItem.d.ts +1 -0
  238. package/lib/XLabel.d.ts +1 -0
  239. package/lib/XPrefix.d.ts +1 -0
  240. package/lib/XRipple.d.ts +1 -0
  241. package/lib/XSuffix.d.ts +1 -0
  242. package/lib/igc-date-picker-component.d.ts +1 -0
  243. package/lib/{igc-button-component.d.ts → igc-x-button-component.d.ts} +7 -7
  244. package/lib/igc-x-button-group-button-collection.d.ts +8 -0
  245. package/lib/{igc-button-group-component.d.ts → igc-x-button-group-component.d.ts} +12 -12
  246. package/lib/igc-x-button-group-module.d.ts +3 -0
  247. package/lib/igc-x-button-module.d.ts +3 -0
  248. package/lib/{igc-calendar-component.d.ts → igc-x-calendar-component.d.ts} +7 -7
  249. package/lib/igc-x-calendar-module.d.ts +3 -0
  250. package/lib/{igc-checkbox-component.d.ts → igc-x-checkbox-component.d.ts} +7 -7
  251. package/lib/igc-x-checkbox-module.d.ts +3 -0
  252. package/lib/{igc-icon-component.d.ts → igc-x-icon-component.d.ts} +7 -6
  253. package/lib/igc-x-icon-module.d.ts +3 -0
  254. package/lib/{igc-input-component.d.ts → igc-x-input-component.d.ts} +15 -11
  255. package/lib/{igc-input-group-component.d.ts → igc-x-input-group-component.d.ts} +11 -11
  256. package/lib/igc-x-input-group-input-collection.d.ts +8 -0
  257. package/lib/{igc-input-group-item-component.d.ts → igc-x-input-group-item-component.d.ts} +6 -6
  258. package/lib/igc-x-input-group-module.d.ts +3 -0
  259. package/lib/igc-x-input-module.d.ts +3 -0
  260. package/lib/{igc-label-component.d.ts → igc-x-label-component.d.ts} +11 -6
  261. package/lib/igc-x-label-module.d.ts +3 -0
  262. package/lib/{igc-prefix-component.d.ts → igc-x-prefix-component.d.ts} +6 -6
  263. package/lib/igc-x-prefix-module.d.ts +3 -0
  264. package/lib/{igc-ripple-component.d.ts → igc-x-ripple-component.d.ts} +6 -6
  265. package/lib/igc-x-ripple-module.d.ts +3 -0
  266. package/lib/{igc-suffix-component.d.ts → igc-x-suffix-component.d.ts} +6 -6
  267. package/package.json +2 -2
  268. package/public_api.d.ts +39 -38
  269. package/esm2015/lib/Button.js.map +0 -1
  270. package/esm2015/lib/ButtonGroup.js.map +0 -1
  271. package/esm2015/lib/ButtonGroupButtonCollection.js.map +0 -1
  272. package/esm2015/lib/Calendar.js.map +0 -1
  273. package/esm2015/lib/Checkbox.js.map +0 -1
  274. package/esm2015/lib/Icon.js.map +0 -1
  275. package/esm2015/lib/Input.js.map +0 -1
  276. package/esm2015/lib/InputGroup.js +0 -8
  277. package/esm2015/lib/InputGroup.js.map +0 -1
  278. package/esm2015/lib/InputGroupInputCollection.js +0 -8
  279. package/esm2015/lib/InputGroupInputCollection.js.map +0 -1
  280. package/esm2015/lib/InputGroupItem.js +0 -8
  281. package/esm2015/lib/InputGroupItem.js.map +0 -1
  282. package/esm2015/lib/Label.js.map +0 -1
  283. package/esm2015/lib/Prefix.js +0 -8
  284. package/esm2015/lib/Prefix.js.map +0 -1
  285. package/esm2015/lib/Ripple.js +0 -8
  286. package/esm2015/lib/Ripple.js.map +0 -1
  287. package/esm2015/lib/Suffix.js +0 -8
  288. package/esm2015/lib/Suffix.js.map +0 -1
  289. package/esm2015/lib/igc-button-component.js.map +0 -1
  290. package/esm2015/lib/igc-button-group-button-collection.js.map +0 -1
  291. package/esm2015/lib/igc-button-group-module.js.map +0 -1
  292. package/esm2015/lib/igc-button-module.js.map +0 -1
  293. package/esm2015/lib/igc-calendar-component.js.map +0 -1
  294. package/esm2015/lib/igc-calendar-module.js +0 -22
  295. package/esm2015/lib/igc-calendar-module.js.map +0 -1
  296. package/esm2015/lib/igc-checkbox-component.js.map +0 -1
  297. package/esm2015/lib/igc-checkbox-module.js.map +0 -1
  298. package/esm2015/lib/igc-icon-component.js.map +0 -1
  299. package/esm2015/lib/igc-icon-module.js.map +0 -1
  300. package/esm2015/lib/igc-input-component.js.map +0 -1
  301. package/esm2015/lib/igc-input-group-component.js.map +0 -1
  302. package/esm2015/lib/igc-input-group-input-collection.js.map +0 -1
  303. package/esm2015/lib/igc-input-group-item-component.js.map +0 -1
  304. package/esm2015/lib/igc-input-group-module.js +0 -24
  305. package/esm2015/lib/igc-input-group-module.js.map +0 -1
  306. package/esm2015/lib/igc-input-module.js.map +0 -1
  307. package/esm2015/lib/igc-label-component.js.map +0 -1
  308. package/esm2015/lib/igc-label-module.js.map +0 -1
  309. package/esm2015/lib/igc-prefix-component.js.map +0 -1
  310. package/esm2015/lib/igc-prefix-module.js.map +0 -1
  311. package/esm2015/lib/igc-ripple-component.js.map +0 -1
  312. package/esm2015/lib/igc-ripple-module.js.map +0 -1
  313. package/esm2015/lib/igc-suffix-component.js.map +0 -1
  314. package/esm5/lib/Button.js +0 -8
  315. package/esm5/lib/Button.js.map +0 -1
  316. package/esm5/lib/ButtonGroup.js +0 -8
  317. package/esm5/lib/ButtonGroup.js.map +0 -1
  318. package/esm5/lib/ButtonGroupButtonCollection.js.map +0 -1
  319. package/esm5/lib/Calendar.js +0 -8
  320. package/esm5/lib/Calendar.js.map +0 -1
  321. package/esm5/lib/Checkbox.js +0 -8
  322. package/esm5/lib/Checkbox.js.map +0 -1
  323. package/esm5/lib/Icon.js.map +0 -1
  324. package/esm5/lib/Input.js +0 -8
  325. package/esm5/lib/Input.js.map +0 -1
  326. package/esm5/lib/InputGroup.js +0 -8
  327. package/esm5/lib/InputGroup.js.map +0 -1
  328. package/esm5/lib/InputGroupInputCollection.js +0 -8
  329. package/esm5/lib/InputGroupInputCollection.js.map +0 -1
  330. package/esm5/lib/InputGroupItem.js +0 -8
  331. package/esm5/lib/InputGroupItem.js.map +0 -1
  332. package/esm5/lib/Label.js +0 -8
  333. package/esm5/lib/Label.js.map +0 -1
  334. package/esm5/lib/Prefix.js +0 -8
  335. package/esm5/lib/Prefix.js.map +0 -1
  336. package/esm5/lib/Ripple.js +0 -8
  337. package/esm5/lib/Ripple.js.map +0 -1
  338. package/esm5/lib/Suffix.js +0 -8
  339. package/esm5/lib/Suffix.js.map +0 -1
  340. package/esm5/lib/igc-button-component.js.map +0 -1
  341. package/esm5/lib/igc-button-group-button-collection.js.map +0 -1
  342. package/esm5/lib/igc-button-group-component.js.map +0 -1
  343. package/esm5/lib/igc-button-group-module.js +0 -26
  344. package/esm5/lib/igc-button-group-module.js.map +0 -1
  345. package/esm5/lib/igc-button-module.js +0 -26
  346. package/esm5/lib/igc-button-module.js.map +0 -1
  347. package/esm5/lib/igc-calendar-component.js.map +0 -1
  348. package/esm5/lib/igc-calendar-module.js +0 -26
  349. package/esm5/lib/igc-calendar-module.js.map +0 -1
  350. package/esm5/lib/igc-checkbox-component.js.map +0 -1
  351. package/esm5/lib/igc-checkbox-module.js +0 -26
  352. package/esm5/lib/igc-checkbox-module.js.map +0 -1
  353. package/esm5/lib/igc-icon-component.js.map +0 -1
  354. package/esm5/lib/igc-icon-module.js.map +0 -1
  355. package/esm5/lib/igc-input-component.js.map +0 -1
  356. package/esm5/lib/igc-input-group-component.js.map +0 -1
  357. package/esm5/lib/igc-input-group-input-collection.js +0 -54
  358. package/esm5/lib/igc-input-group-input-collection.js.map +0 -1
  359. package/esm5/lib/igc-input-group-item-component.js.map +0 -1
  360. package/esm5/lib/igc-input-group-module.js +0 -28
  361. package/esm5/lib/igc-input-group-module.js.map +0 -1
  362. package/esm5/lib/igc-input-module.js.map +0 -1
  363. package/esm5/lib/igc-label-component.js.map +0 -1
  364. package/esm5/lib/igc-label-module.js.map +0 -1
  365. package/esm5/lib/igc-prefix-component.js.map +0 -1
  366. package/esm5/lib/igc-prefix-module.js.map +0 -1
  367. package/esm5/lib/igc-ripple-component.js.map +0 -1
  368. package/esm5/lib/igc-ripple-module.js +0 -22
  369. package/esm5/lib/igc-ripple-module.js.map +0 -1
  370. package/esm5/lib/igc-suffix-component.js.map +0 -1
  371. package/lib/Button.d.ts +0 -1
  372. package/lib/ButtonGroup.d.ts +0 -1
  373. package/lib/Calendar.d.ts +0 -1
  374. package/lib/Checkbox.d.ts +0 -1
  375. package/lib/Icon.d.ts +0 -1
  376. package/lib/Input.d.ts +0 -1
  377. package/lib/InputGroup.d.ts +0 -1
  378. package/lib/InputGroupInputCollection.d.ts +0 -1
  379. package/lib/InputGroupItem.d.ts +0 -1
  380. package/lib/Label.d.ts +0 -1
  381. package/lib/Prefix.d.ts +0 -1
  382. package/lib/Ripple.d.ts +0 -1
  383. package/lib/Suffix.d.ts +0 -1
  384. package/lib/igc-button-group-button-collection.d.ts +0 -8
  385. package/lib/igc-button-group-module.d.ts +0 -3
  386. package/lib/igc-button-module.d.ts +0 -3
  387. package/lib/igc-calendar-module.d.ts +0 -3
  388. package/lib/igc-checkbox-module.d.ts +0 -3
  389. package/lib/igc-icon-module.d.ts +0 -3
  390. package/lib/igc-input-group-input-collection.d.ts +0 -8
  391. package/lib/igc-input-group-module.d.ts +0 -3
  392. package/lib/igc-input-module.d.ts +0 -3
  393. package/lib/igc-label-module.d.ts +0 -3
  394. package/lib/igc-prefix-module.d.ts +0 -3
  395. package/lib/igc-ripple-module.d.ts +0 -3
@@ -9,6 +9,7 @@ import { Base, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged
9
9
  import { List$1 } from "igniteui-webcomponents-core";
10
10
  import { IIcon_$type } from "igniteui-webcomponents-core";
11
11
  import { NativeUI } from "igniteui-webcomponents-core";
12
+ import { IconClickedEventArgs } from "./IconClickedEventArgs";
12
13
  import { IconVisualModelExport } from "./IconVisualModelExport";
13
14
  import { AppearanceHelper } from "igniteui-webcomponents-core";
14
15
  import { FontUtil } from "igniteui-webcomponents-core";
@@ -20,47 +21,47 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
20
21
  tslib_1.__extends(IconView, _super);
21
22
  function IconView() {
22
23
  var _this = _super.call(this) || this;
23
- _this.a = null;
24
- _this.g = null;
25
24
  _this.b = null;
26
- _this.f = new List$1(Delegate_$type, 0);
27
- _this.k = null;
28
- _this.c = true;
29
25
  _this.h = null;
26
+ _this.c = null;
27
+ _this.g = new List$1(Delegate_$type, 0);
28
+ _this.l = null;
29
+ _this.d = true;
30
30
  _this.i = null;
31
+ _this.j = null;
31
32
  return _this;
32
33
  }
33
- IconView.prototype.r = function () {
34
+ IconView.prototype.t = function () {
34
35
  };
35
- IconView.prototype.d = function () {
36
+ IconView.prototype.e = function () {
36
37
  return true;
37
38
  };
38
- Object.defineProperty(IconView.prototype, "j", {
39
+ Object.defineProperty(IconView.prototype, "k", {
39
40
  get: function () {
40
- return this.h;
41
+ return this.i;
41
42
  },
42
43
  enumerable: true,
43
44
  configurable: true
44
45
  });
45
- Object.defineProperty(IconView.prototype, "w", {
46
+ Object.defineProperty(IconView.prototype, "y", {
46
47
  get: function () {
47
48
  return null;
48
49
  },
49
50
  enumerable: true,
50
51
  configurable: true
51
52
  });
52
- Object.defineProperty(IconView.prototype, "e", {
53
+ Object.defineProperty(IconView.prototype, "f", {
53
54
  get: function () {
54
55
  return true;
55
56
  },
56
57
  enumerable: true,
57
58
  configurable: true
58
59
  });
59
- IconView.prototype.p = function (a) {
60
+ IconView.prototype.r = function (a) {
60
61
  var e_1, _a;
61
62
  if (a == null) {
62
63
  try {
63
- for (var _b = tslib_1.__values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
64
+ for (var _b = tslib_1.__values(fromEnum(this.g)), _c = _b.next(); !_c.done; _c = _b.next()) {
64
65
  var b = _c.value;
65
66
  b();
66
67
  }
@@ -78,67 +79,71 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
78
79
  throw e_1.error;
79
80
  }
80
81
  }
81
- this.f.clear();
82
+ this.g.clear();
83
+ if (this.i != null) {
84
+ this.i.unlistenAll();
85
+ }
82
86
  }
83
- this.g = a;
87
+ this.h = a;
84
88
  a.rootWrapper.setStyleProperty("position", "relative");
85
- this.g.rootWrapper.setStyleProperty("display", "flex");
86
- this.g.rootWrapper.setStyleProperty("flex-direction", "row");
87
- this.g.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
88
- this.g.rootWrapper.setStyleProperty("align-items", "center");
89
- this.t();
90
- var c = this.g.createElementNS("svg", "http://www.w3.org/2000/svg");
89
+ this.h.rootWrapper.setStyleProperty("display", "flex");
90
+ this.h.rootWrapper.setStyleProperty("flex-direction", "row");
91
+ this.h.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
92
+ this.h.rootWrapper.setStyleProperty("align-items", "center");
93
+ this.v();
94
+ var c = this.h.createElementNS("svg", "http://www.w3.org/2000/svg");
91
95
  c.setStyleProperty("position", "absolute");
92
96
  c.setStyleProperty("top", "0");
93
97
  c.setStyleProperty("left", "0");
94
98
  c.setStyleProperty("right", "0");
95
99
  c.setStyleProperty("bottom", "0");
96
100
  c.setAttribute("viewBox", "0 0 24 24");
97
- this.h = c;
98
- var d = this.g.createElementNS("path", "http://www.w3.org/2000/svg");
101
+ this.i = c;
102
+ var d = this.h.createElementNS("path", "http://www.w3.org/2000/svg");
99
103
  d.setAttribute("d", "");
100
- this.h.append(d);
101
- if (this.k != null) {
102
- d.setAttribute("d", this.k);
104
+ this.i.append(d);
105
+ if (this.l != null) {
106
+ d.setAttribute("d", this.l);
103
107
  }
104
- this.i = d;
105
- this.g.append(this.h);
106
- this.a.a8();
108
+ this.j = d;
109
+ this.h.append(this.i);
110
+ this.g.add(c.listen("click", runOn(this, this.q)));
111
+ this.b.bd();
107
112
  };
108
- IconView.prototype.u = function (a) {
109
- if (this.k != a) {
110
- this.k = a;
111
- if (this.i != null) {
112
- this.i.setAttribute("d", this.k);
113
+ IconView.prototype.w = function (a) {
114
+ if (this.l != a) {
115
+ this.l = a;
116
+ if (this.j != null) {
117
+ this.j.setAttribute("d", this.l);
113
118
  }
114
119
  }
115
120
  };
116
- IconView.prototype.t = function () {
117
- this.g.rootWrapper.setStyleProperty("width", "1.5rem");
118
- this.g.rootWrapper.setStyleProperty("height", "1.5rem");
121
+ IconView.prototype.v = function () {
122
+ this.h.rootWrapper.setStyleProperty("width", "1.5rem");
123
+ this.h.rootWrapper.setStyleProperty("height", "1.5rem");
119
124
  };
120
- IconView.prototype.l = function (a) {
125
+ IconView.prototype.m = function (a) {
121
126
  };
122
- IconView.prototype.s = function () {
123
- if (this.d()) {
127
+ IconView.prototype.u = function () {
128
+ if (this.e()) {
124
129
  }
125
130
  };
126
- IconView.prototype.m = function (a) {
127
- this.a.a5();
128
- };
129
131
  IconView.prototype.n = function (a) {
130
- this.a.a6();
132
+ this.b.ba();
133
+ };
134
+ IconView.prototype.o = function (a) {
135
+ this.b.bb();
131
136
  };
132
- IconView.prototype.o = function () {
133
- this.c = true;
134
- this.f.add(this.g.rootWrapper.listen("mouseenter", runOn(this, this.m)));
135
- this.f.add(this.g.rootWrapper.listen("mouseleave", runOn(this, this.n)));
137
+ IconView.prototype.p = function () {
138
+ this.d = true;
139
+ this.g.add(this.h.rootWrapper.listen("mouseenter", runOn(this, this.n)));
140
+ this.g.add(this.h.rootWrapper.listen("mouseleave", runOn(this, this.o)));
136
141
  };
137
- IconView.prototype.q = function () {
142
+ IconView.prototype.s = function () {
138
143
  var e_2, _a;
139
- this.c = false;
144
+ this.d = false;
140
145
  try {
141
- for (var _b = tslib_1.__values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
146
+ for (var _b = tslib_1.__values(fromEnum(this.g)), _c = _b.next(); !_c.done; _c = _b.next()) {
142
147
  var a = _c.value;
143
148
  a();
144
149
  }
@@ -156,13 +161,25 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
156
161
  throw e_2.error;
157
162
  }
158
163
  }
159
- this.f.clear();
164
+ this.g.clear();
160
165
  };
161
- IconView.prototype.v = function (a) {
166
+ IconView.prototype.x = function (a) {
162
167
  if (a != null) {
163
- this.g.rootWrapper.setStyleProperty("font", a.fontString);
168
+ this.h.rootWrapper.setStyleProperty("font", a.fontString);
164
169
  }
165
170
  };
171
+ IconView.prototype.a = function () {
172
+ var rect_ = this.h.rootWrapper.getNativeElement().getBoundingClientRect();
173
+ var a = (rect_.top);
174
+ var b = (rect_.left);
175
+ var c = new Array(2);
176
+ c[0] = a;
177
+ c[1] = b;
178
+ return c;
179
+ };
180
+ IconView.prototype.q = function (a) {
181
+ this.b.a8();
182
+ };
166
183
  IconView.$t = markType(IconView, 'IconView');
167
184
  return IconView;
168
185
  }(Base));
@@ -170,42 +187,44 @@ export { IconView };
170
187
  /**
171
188
  * @hidden
172
189
  */
173
- var Icon = /** @class */ /*@__PURE__*/ (function (_super) {
174
- tslib_1.__extends(Icon, _super);
175
- function Icon() {
190
+ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
191
+ tslib_1.__extends(XIcon, _super);
192
+ function XIcon() {
176
193
  var _this = _super.call(this) || this;
177
194
  _this._view = null;
178
- _this.bd = Icon.bt;
179
- _this.bh = Icon.bx;
180
- _this.be = Icon.bu;
181
- _this.bf = Icon.bv;
182
- _this.bg = Icon.bw;
183
- _this.m = Icon.s;
184
- _this.n = Icon.t;
185
- _this.bi = Icon.bt;
186
- _this.bn = Icon.bx;
187
- _this.ac = null;
188
- _this.bj = Icon.bu;
189
- _this.bk = Icon.bv;
190
- _this.bm = Icon.bw;
191
- _this.o = Icon.s;
192
- _this.p = Icon.t;
193
- _this.c = null;
194
- _this.bl = null;
195
- _this.ab = "ig-icon-" + Icon.y++;
196
- _this.w = 0;
197
- _this.e = false;
198
- _this.aa = null;
199
- _this.g = false;
195
+ _this.bj = XIcon.bz;
196
+ _this.bn = XIcon.b3;
197
+ _this.bk = XIcon.b0;
198
+ _this.bl = XIcon.b1;
199
+ _this.bm = XIcon.b2;
200
+ _this.n = XIcon.u;
201
+ _this.o = XIcon.v;
202
+ _this.bo = XIcon.bz;
203
+ _this.bt = XIcon.b3;
204
+ _this.af = null;
205
+ _this.bp = XIcon.b0;
206
+ _this.bq = XIcon.b1;
207
+ _this.bs = XIcon.b2;
208
+ _this.p = XIcon.u;
209
+ _this.r = XIcon.v;
210
+ _this.d = null;
211
+ _this.br = null;
212
+ _this.ae = "ig-icon-" + XIcon.ab++;
213
+ _this.z = 0;
200
214
  _this.f = false;
215
+ _this.ad = null;
216
+ _this.h = false;
217
+ _this.g = false;
218
+ _this.q = 1;
219
+ _this.clicked = null;
201
220
  _this.propertyChanged = null;
202
221
  var a = new IconView();
203
- a.a = _this;
222
+ a.b = _this;
204
223
  _this.view = a;
205
- _this.view.r();
224
+ _this.view.t();
206
225
  return _this;
207
226
  }
208
- Object.defineProperty(Icon.prototype, "view", {
227
+ Object.defineProperty(XIcon.prototype, "view", {
209
228
  get: function () {
210
229
  return this._view;
211
230
  },
@@ -215,16 +234,16 @@ var Icon = /** @class */ /*@__PURE__*/ (function (_super) {
215
234
  enumerable: true,
216
235
  configurable: true
217
236
  });
218
- Icon.prototype.destroy = function () {
237
+ XIcon.prototype.destroy = function () {
219
238
  this.provideContainer(null);
220
239
  };
221
- Icon.prototype.a7 = function (a, b, c) {
240
+ XIcon.prototype.bc = function (a, b, c) {
222
241
  if (this.propertyChanged != null) {
223
242
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
224
243
  }
225
- this.a9(a, b, c);
244
+ this.be(a, b, c);
226
245
  };
227
- Icon.prototype.a9 = function (a, b, c) {
246
+ XIcon.prototype.be = function (a, b, c) {
228
247
  switch (a) {
229
248
  case "Fill":
230
249
  case "Stroke":
@@ -232,7 +251,7 @@ var Icon = /** @class */ /*@__PURE__*/ (function (_super) {
232
251
  case "HoverFill":
233
252
  case "HoverStroke":
234
253
  case "HoverStrokeThickness":
235
- this.bc();
254
+ this.bi();
236
255
  break;
237
256
  case "ActualFill":
238
257
  case "ActualStroke":
@@ -241,161 +260,153 @@ var Icon = /** @class */ /*@__PURE__*/ (function (_super) {
241
260
  case "ActualStrokeThickness":
242
261
  case "ActualHoverStrokeThickness":
243
262
  case "SVGPath":
244
- this.bb();
263
+ this.bg();
264
+ break;
265
+ case "Opacity":
266
+ this.bh();
245
267
  break;
246
268
  }
247
269
  };
248
- Icon.prototype.bc = function () {
249
- this.bo = this.fill != null ? this.fill : Icon.bt;
250
- this.bp = this.by != null ? this.by : Icon.bu;
251
- this.br = this.b1 != null ? this.b1 : Icon.bw;
252
- this.bq = this.bz != null ? this.bz : Icon.bv;
253
- this.r = !isNaN_(this.v) ? this.v : Icon.t;
254
- this.q = !isNaN_(this.u) ? this.u : Icon.s;
255
- this.bs = this.b2 != null ? this.b2 : Icon.bx;
270
+ XIcon.prototype.bi = function () {
271
+ this.bu = this.fill != null ? this.fill : XIcon.bz;
272
+ this.bv = this.b4 != null ? this.b4 : XIcon.b0;
273
+ this.bx = this.b7 != null ? this.b7 : XIcon.b2;
274
+ this.bw = this.b5 != null ? this.b5 : XIcon.b1;
275
+ this.t = !isNaN_(this.y) ? this.y : XIcon.v;
276
+ this.s = !isNaN_(this.w) ? this.w : XIcon.u;
277
+ this.by = this.b8 != null ? this.b8 : XIcon.b3;
256
278
  };
257
- Object.defineProperty(Icon.prototype, "i", {
279
+ Object.defineProperty(XIcon.prototype, "j", {
258
280
  get: function () {
259
- return this.svgPath != null && !this.view.e;
281
+ return this.svgPath != null && !this.view.f;
260
282
  },
261
283
  enumerable: true,
262
284
  configurable: true
263
285
  });
264
- Icon.prototype.bb = function () {
265
- var a = this.view.j;
266
- if (this.i) {
267
- var b = this.view.w;
268
- if (this.k) {
269
- b._fill = this.bp;
270
- b._stroke = this.bq;
271
- b.ac = this.q;
286
+ XIcon.prototype.bh = function () {
287
+ NativeUI.u(this.view.k, this.x);
288
+ };
289
+ XIcon.prototype.bg = function () {
290
+ var a = this.view.k;
291
+ if (this.j) {
292
+ var b = this.view.y;
293
+ if (this.l) {
294
+ b._fill = this.bv;
295
+ b._stroke = this.bw;
296
+ b.ac = this.s;
272
297
  }
273
298
  else {
274
- b._fill = this.bo;
275
- b._stroke = this.br;
276
- b.ac = this.r;
299
+ b._fill = this.bu;
300
+ b._stroke = this.bx;
301
+ b.ac = this.t;
277
302
  }
278
303
  }
279
304
  else {
280
305
  if (this.svgPath != null) {
281
- this.view.u(this.svgPath);
306
+ this.view.w(this.svgPath);
282
307
  }
283
- var c = this.view.j;
284
- if (this.k) {
285
- if (this.bp != null) {
286
- NativeUI.o(c, this.bp);
308
+ var c = this.view.k;
309
+ if (this.l) {
310
+ if (this.bv != null) {
311
+ NativeUI.p(c, this.bv);
287
312
  }
288
- if (this.bq != null) {
289
- NativeUI.v(c, this.bq);
313
+ if (this.bw != null) {
314
+ NativeUI.w(c, this.bw);
290
315
  }
291
- if (!isNaN_(this.q)) {
292
- NativeUI.y(c, this.q);
316
+ if (!isNaN_(this.s)) {
317
+ NativeUI.z(c, this.s);
293
318
  }
294
319
  }
295
320
  else {
296
- if (this.bo != null) {
297
- NativeUI.o(c, this.bo);
321
+ if (this.bu != null) {
322
+ NativeUI.p(c, this.bu);
298
323
  }
299
- if (this.br != null) {
300
- NativeUI.v(c, this.br);
324
+ if (this.bx != null) {
325
+ NativeUI.w(c, this.bx);
301
326
  }
302
- if (!isNaN_(this.r)) {
303
- NativeUI.y(c, this.r);
327
+ if (!isNaN_(this.t)) {
328
+ NativeUI.z(c, this.t);
304
329
  }
305
330
  }
306
331
  }
307
- if (this.d != null) {
308
- this.view.v(this.d);
332
+ if (this.e != null) {
333
+ this.view.x(this.e);
309
334
  }
310
- if (this.bs != null) {
311
- NativeUI.n(this.view.j, this.bs);
335
+ if (this.by != null) {
336
+ NativeUI.o(this.view.k, this.by);
312
337
  }
313
338
  };
314
- Object.defineProperty(Icon.prototype, "bo", {
339
+ Object.defineProperty(XIcon.prototype, "bu", {
315
340
  get: function () {
316
- return this.bd;
317
- },
318
- set: function (a) {
319
- var b = this.bd;
320
- this.bd = a;
321
- if (b != this.bd) {
322
- this.a7("ActualFill", b, a);
323
- }
324
- },
325
- enumerable: true,
326
- configurable: true
327
- });
328
- Object.defineProperty(Icon.prototype, "bs", {
329
- get: function () {
330
- return this.bh;
341
+ return this.bj;
331
342
  },
332
343
  set: function (a) {
333
- var b = this.bh;
334
- this.bh = a;
335
- if (b != this.bh) {
336
- this.a7("ActualTextColor", b, a);
344
+ var b = this.bj;
345
+ this.bj = a;
346
+ if (b != this.bj) {
347
+ this.bc("ActualFill", b, a);
337
348
  }
338
349
  },
339
350
  enumerable: true,
340
351
  configurable: true
341
352
  });
342
- Object.defineProperty(Icon.prototype, "bp", {
353
+ Object.defineProperty(XIcon.prototype, "by", {
343
354
  get: function () {
344
- return this.be;
355
+ return this.bn;
345
356
  },
346
357
  set: function (a) {
347
- var b = this.be;
348
- this.be = a;
349
- if (b != this.be) {
350
- this.a7("ActualHoverFill", b, a);
358
+ var b = this.bn;
359
+ this.bn = a;
360
+ if (b != this.bn) {
361
+ this.bc("ActualTextColor", b, a);
351
362
  }
352
363
  },
353
364
  enumerable: true,
354
365
  configurable: true
355
366
  });
356
- Object.defineProperty(Icon.prototype, "bq", {
367
+ Object.defineProperty(XIcon.prototype, "bv", {
357
368
  get: function () {
358
- return this.bf;
369
+ return this.bk;
359
370
  },
360
371
  set: function (a) {
361
- var b = this.bf;
362
- this.bf = a;
363
- if (b != this.bf) {
364
- this.a7("ActualHoverStroke", b, a);
372
+ var b = this.bk;
373
+ this.bk = a;
374
+ if (b != this.bk) {
375
+ this.bc("ActualHoverFill", b, a);
365
376
  }
366
377
  },
367
378
  enumerable: true,
368
379
  configurable: true
369
380
  });
370
- Object.defineProperty(Icon.prototype, "br", {
381
+ Object.defineProperty(XIcon.prototype, "bw", {
371
382
  get: function () {
372
- return this.bg;
383
+ return this.bl;
373
384
  },
374
385
  set: function (a) {
375
- var b = this.bg;
376
- this.bg = a;
377
- if (b != this.bg) {
378
- this.a7("ActualStroke", b, a);
386
+ var b = this.bl;
387
+ this.bl = a;
388
+ if (b != this.bl) {
389
+ this.bc("ActualHoverStroke", b, a);
379
390
  }
380
391
  },
381
392
  enumerable: true,
382
393
  configurable: true
383
394
  });
384
- Object.defineProperty(Icon.prototype, "q", {
395
+ Object.defineProperty(XIcon.prototype, "bx", {
385
396
  get: function () {
386
- return this.m;
397
+ return this.bm;
387
398
  },
388
399
  set: function (a) {
389
- var b = this.m;
390
- this.m = a;
391
- if (b != this.m) {
392
- this.a7("ActualHoverStrokeThickness", b, a);
400
+ var b = this.bm;
401
+ this.bm = a;
402
+ if (b != this.bm) {
403
+ this.bc("ActualStroke", b, a);
393
404
  }
394
405
  },
395
406
  enumerable: true,
396
407
  configurable: true
397
408
  });
398
- Object.defineProperty(Icon.prototype, "r", {
409
+ Object.defineProperty(XIcon.prototype, "s", {
399
410
  get: function () {
400
411
  return this.n;
401
412
  },
@@ -403,111 +414,111 @@ var Icon = /** @class */ /*@__PURE__*/ (function (_super) {
403
414
  var b = this.n;
404
415
  this.n = a;
405
416
  if (b != this.n) {
406
- this.a7("ActualStrokeThickness", b, a);
417
+ this.bc("ActualHoverStrokeThickness", b, a);
407
418
  }
408
419
  },
409
420
  enumerable: true,
410
421
  configurable: true
411
422
  });
412
- Object.defineProperty(Icon.prototype, "fill", {
423
+ Object.defineProperty(XIcon.prototype, "t", {
413
424
  get: function () {
414
- return this.bi;
425
+ return this.o;
415
426
  },
416
427
  set: function (a) {
417
- var b = this.bi;
418
- this.bi = a;
419
- if (b != this.bi) {
420
- this.a7("Fill", b, a);
428
+ var b = this.o;
429
+ this.o = a;
430
+ if (b != this.o) {
431
+ this.bc("ActualStrokeThickness", b, a);
421
432
  }
422
433
  },
423
434
  enumerable: true,
424
435
  configurable: true
425
436
  });
426
- Object.defineProperty(Icon.prototype, "b2", {
437
+ Object.defineProperty(XIcon.prototype, "fill", {
427
438
  get: function () {
428
- return this.bn;
439
+ return this.bo;
429
440
  },
430
441
  set: function (a) {
431
- var b = this.bn;
432
- this.bn = a;
433
- if (b != this.bn) {
434
- this.a7("TextColor", b, a);
442
+ var b = this.bo;
443
+ this.bo = a;
444
+ if (b != this.bo) {
445
+ this.bc("Fill", b, a);
435
446
  }
436
447
  },
437
448
  enumerable: true,
438
449
  configurable: true
439
450
  });
440
- Object.defineProperty(Icon.prototype, "svgPath", {
451
+ Object.defineProperty(XIcon.prototype, "b8", {
441
452
  get: function () {
442
- return this.ac;
453
+ return this.bt;
443
454
  },
444
455
  set: function (a) {
445
- var b = this.ac;
446
- this.ac = a;
447
- if (b != this.ac) {
448
- this.a7("SVGPath", b, a);
456
+ var b = this.bt;
457
+ this.bt = a;
458
+ if (b != this.bt) {
459
+ this.bc("TextColor", b, a);
449
460
  }
450
461
  },
451
462
  enumerable: true,
452
463
  configurable: true
453
464
  });
454
- Object.defineProperty(Icon.prototype, "by", {
465
+ Object.defineProperty(XIcon.prototype, "svgPath", {
455
466
  get: function () {
456
- return this.bj;
467
+ return this.af;
457
468
  },
458
469
  set: function (a) {
459
- var b = this.bj;
460
- this.bj = a;
461
- if (b != this.bj) {
462
- this.a7("HoverFill", b, a);
470
+ var b = this.af;
471
+ this.af = a;
472
+ if (b != this.af) {
473
+ this.bc("SVGPath", b, a);
463
474
  }
464
475
  },
465
476
  enumerable: true,
466
477
  configurable: true
467
478
  });
468
- Object.defineProperty(Icon.prototype, "bz", {
479
+ Object.defineProperty(XIcon.prototype, "b4", {
469
480
  get: function () {
470
- return this.bk;
481
+ return this.bp;
471
482
  },
472
483
  set: function (a) {
473
- var b = this.bk;
474
- this.bk = a;
475
- if (b != this.bk) {
476
- this.a7("HoverStroke", b, a);
484
+ var b = this.bp;
485
+ this.bp = a;
486
+ if (b != this.bp) {
487
+ this.bc("HoverFill", b, a);
477
488
  }
478
489
  },
479
490
  enumerable: true,
480
491
  configurable: true
481
492
  });
482
- Object.defineProperty(Icon.prototype, "b1", {
493
+ Object.defineProperty(XIcon.prototype, "b5", {
483
494
  get: function () {
484
- return this.bm;
495
+ return this.bq;
485
496
  },
486
497
  set: function (a) {
487
- var b = this.bm;
488
- this.bm = a;
489
- if (b != this.bm) {
490
- this.a7("Stroke", b, a);
498
+ var b = this.bq;
499
+ this.bq = a;
500
+ if (b != this.bq) {
501
+ this.bc("HoverStroke", b, a);
491
502
  }
492
503
  },
493
504
  enumerable: true,
494
505
  configurable: true
495
506
  });
496
- Object.defineProperty(Icon.prototype, "u", {
507
+ Object.defineProperty(XIcon.prototype, "b7", {
497
508
  get: function () {
498
- return this.o;
509
+ return this.bs;
499
510
  },
500
511
  set: function (a) {
501
- var b = this.o;
502
- this.o = a;
503
- if (b != this.o) {
504
- this.a7("HoverStrokeThickness", b, a);
512
+ var b = this.bs;
513
+ this.bs = a;
514
+ if (b != this.bs) {
515
+ this.bc("Stroke", b, a);
505
516
  }
506
517
  },
507
518
  enumerable: true,
508
519
  configurable: true
509
520
  });
510
- Object.defineProperty(Icon.prototype, "v", {
521
+ Object.defineProperty(XIcon.prototype, "w", {
511
522
  get: function () {
512
523
  return this.p;
513
524
  },
@@ -515,97 +526,125 @@ var Icon = /** @class */ /*@__PURE__*/ (function (_super) {
515
526
  var b = this.p;
516
527
  this.p = a;
517
528
  if (b != this.p) {
518
- this.a7("StrokeThickness", b, a);
529
+ this.bc("HoverStrokeThickness", b, a);
519
530
  }
520
531
  },
521
532
  enumerable: true,
522
533
  configurable: true
523
534
  });
524
- Icon.prototype.a5 = function () {
525
- this.k = true;
535
+ Object.defineProperty(XIcon.prototype, "y", {
536
+ get: function () {
537
+ return this.r;
538
+ },
539
+ set: function (a) {
540
+ var b = this.r;
541
+ this.r = a;
542
+ if (b != this.r) {
543
+ this.bc("StrokeThickness", b, a);
544
+ }
545
+ },
546
+ enumerable: true,
547
+ configurable: true
548
+ });
549
+ XIcon.prototype.ba = function () {
550
+ this.l = true;
526
551
  };
527
- Icon.prototype.a6 = function () {
528
- this.k = false;
552
+ XIcon.prototype.bb = function () {
553
+ this.l = false;
529
554
  };
530
- Object.defineProperty(Icon.prototype, "d", {
555
+ Object.defineProperty(XIcon.prototype, "e", {
531
556
  get: function () {
532
- return this.c;
557
+ return this.d;
533
558
  },
534
559
  set: function (a) {
535
- var b = this.c;
536
- this.c = a;
537
- if (b != this.c) {
538
- this.a7("TextStyle", b, a);
560
+ var b = this.d;
561
+ this.d = a;
562
+ if (b != this.d) {
563
+ this.bc("TextStyle", b, a);
539
564
  }
540
565
  },
541
566
  enumerable: true,
542
567
  configurable: true
543
568
  });
544
- Object.defineProperty(Icon.prototype, "b0", {
569
+ Object.defineProperty(XIcon.prototype, "b6", {
545
570
  get: function () {
546
- return this.bl;
571
+ return this.br;
547
572
  },
548
573
  set: function (a) {
549
- var b = this.bl;
550
- this.bl = a;
551
- if (b != this.bl) {
552
- this.a7("HoverTextColor", b, a);
574
+ var b = this.br;
575
+ this.br = a;
576
+ if (b != this.br) {
577
+ this.bc("HoverTextColor", b, a);
553
578
  }
554
579
  },
555
580
  enumerable: true,
556
581
  configurable: true
557
582
  });
558
- Object.defineProperty(Icon.prototype, "as", {
583
+ Object.defineProperty(XIcon.prototype, "av", {
559
584
  get: function () {
560
- return this.ab;
585
+ return this.ae;
561
586
  },
562
587
  set: function (a) {
563
- var b = this.ab;
564
- this.ab = a;
565
- if (b != this.ab) {
566
- this.a7("Id", b, a);
588
+ var b = this.ae;
589
+ this.ae = a;
590
+ if (b != this.ae) {
591
+ this.bc("Id", b, a);
567
592
  }
568
593
  },
569
594
  enumerable: true,
570
595
  configurable: true
571
596
  });
572
- Object.defineProperty(Icon.prototype, "h", {
597
+ Object.defineProperty(XIcon.prototype, "i", {
598
+ get: function () {
599
+ return this.f;
600
+ },
601
+ enumerable: true,
602
+ configurable: true
603
+ });
604
+ Object.defineProperty(XIcon.prototype, "aa", {
573
605
  get: function () {
574
- return this.e;
606
+ return this.z;
607
+ },
608
+ set: function (a) {
609
+ var b = this.z;
610
+ this.z = a;
611
+ this.f = true;
612
+ if (b != this.z) {
613
+ this.bc("TabIndex", b, a);
614
+ }
575
615
  },
576
616
  enumerable: true,
577
617
  configurable: true
578
618
  });
579
- Object.defineProperty(Icon.prototype, "x", {
619
+ Object.defineProperty(XIcon.prototype, "an", {
580
620
  get: function () {
581
- return this.w;
621
+ return this.ad;
582
622
  },
583
623
  set: function (a) {
584
- var b = this.w;
585
- this.w = a;
586
- this.e = true;
587
- if (b != this.w) {
588
- this.a7("TabIndex", b, a);
624
+ var b = this.ad;
625
+ this.ad = a;
626
+ if (b != this.ad) {
627
+ this.bc("AriaLabel", b, a);
589
628
  }
590
629
  },
591
630
  enumerable: true,
592
631
  configurable: true
593
632
  });
594
- Object.defineProperty(Icon.prototype, "ak", {
633
+ Object.defineProperty(XIcon.prototype, "l", {
595
634
  get: function () {
596
- return this.aa;
635
+ return this.h;
597
636
  },
598
637
  set: function (a) {
599
- var b = this.aa;
600
- this.aa = a;
601
- if (b != this.aa) {
602
- this.a7("AriaLabel", b, a);
638
+ var b = this.h;
639
+ this.h = a;
640
+ if (b != this.h) {
641
+ this.bc("IsHover", b, a);
603
642
  }
604
643
  },
605
644
  enumerable: true,
606
645
  configurable: true
607
646
  });
608
- Object.defineProperty(Icon.prototype, "k", {
647
+ Object.defineProperty(XIcon.prototype, "disabled", {
609
648
  get: function () {
610
649
  return this.g;
611
650
  },
@@ -613,94 +652,108 @@ var Icon = /** @class */ /*@__PURE__*/ (function (_super) {
613
652
  var b = this.g;
614
653
  this.g = a;
615
654
  if (b != this.g) {
616
- this.a7("IsHover", b, a);
655
+ this.bc("IsDisabled", b, a);
617
656
  }
618
657
  },
619
658
  enumerable: true,
620
659
  configurable: true
621
660
  });
622
- Object.defineProperty(Icon.prototype, "disabled", {
661
+ Object.defineProperty(XIcon.prototype, "x", {
623
662
  get: function () {
624
- return this.f;
663
+ return this.q;
625
664
  },
626
665
  set: function (a) {
627
- var b = this.f;
628
- this.f = a;
629
- if (b != this.f) {
630
- this.a7("IsDisabled", b, a);
666
+ var b = this.q;
667
+ this.q = a;
668
+ if (b != this.q) {
669
+ this.bc("Opacity", b, this.q);
631
670
  }
632
671
  },
633
672
  enumerable: true,
634
673
  configurable: true
635
674
  });
636
- Icon.prototype.a8 = function () {
675
+ XIcon.prototype.bd = function () {
637
676
  };
638
- Icon.prototype.onDetachedFromUI = function () {
639
- this.view.q();
677
+ XIcon.prototype.onDetachedFromUI = function () {
678
+ this.view.s();
640
679
  };
641
- Icon.prototype.onAttachedToUI = function () {
642
- this.view.o();
680
+ XIcon.prototype.onAttachedToUI = function () {
681
+ this.view.p();
682
+ };
683
+ XIcon.prototype.a8 = function () {
684
+ if (this.disabled) {
685
+ return;
686
+ }
687
+ if (this.clicked != null) {
688
+ this.clicked(this, new IconClickedEventArgs());
689
+ }
643
690
  };
644
- Icon.prototype.l = function () {
645
- return this.view.d();
691
+ XIcon.prototype.m = function () {
692
+ return this.view.e();
646
693
  };
647
- Icon.prototype.z = function () {
694
+ XIcon.prototype.ac = function () {
648
695
  return this.a();
649
696
  };
650
- Icon.prototype.am = function () {
697
+ XIcon.prototype.ap = function () {
651
698
  var a = this.a();
652
- return a.f();
699
+ return a.j();
653
700
  };
654
- Icon.prototype.a = function () {
701
+ XIcon.prototype.a = function () {
655
702
  var a = new IconVisualModelExport();
656
- var b = this.view.j;
657
- a.a = AppearanceHelper.a(NativeUI.af(b));
658
- a.c = AppearanceHelper.a(NativeUI.af(b));
659
- a.b = AppearanceHelper.a(NativeUI.ag(b));
660
- a.d = this.r;
661
- if (this.d != null) {
662
- var c = this.d;
663
- if (this.view != null && c.n == null) {
664
- var d = this.view.g;
665
- var e = FontUtil.getFontInfoFromString(d, c.fontString);
666
- c.n = e.n;
667
- c.d = e.d;
668
- c.o = e.o;
669
- c.q = e.q;
670
- c.r = e.r;
671
- c.s = e.s;
672
- }
673
- if (c.n != null) {
674
- a.h = c.n;
675
- }
676
- if (!isNaN_(c.d)) {
677
- a.e = c.d;
678
- }
679
- if (c.s != null) {
680
- a.l = c.s;
681
- }
682
- if (c.q != null) {
683
- a.j = c.q;
684
- }
685
- if (c.o != null) {
686
- a.i = c.q;
703
+ var b = this.view.k;
704
+ a.a = AppearanceHelper.a(NativeUI.ah(b));
705
+ a.c = AppearanceHelper.a(NativeUI.ah(b));
706
+ a.b = AppearanceHelper.a(NativeUI.ai(b));
707
+ a.d = this.t;
708
+ var c = this.view.a();
709
+ a.h = c[0];
710
+ a.f = c[1];
711
+ a.e = NativeUI.c(b);
712
+ a.i = NativeUI.i(b);
713
+ a.svgPath = this.svgPath;
714
+ if (this.e != null) {
715
+ var d = this.e;
716
+ if (this.view != null && d.n == null) {
717
+ var e = this.view.h;
718
+ var f = FontUtil.getFontInfoFromString(e, d.fontString);
719
+ d.n = f.n;
720
+ d.d = f.d;
721
+ d.o = f.o;
722
+ d.q = f.q;
723
+ d.r = f.r;
724
+ d.s = f.s;
725
+ }
726
+ if (d.n != null) {
727
+ a.l = d.n;
728
+ }
729
+ if (!isNaN_(d.d)) {
730
+ a.g = d.d;
731
+ }
732
+ if (d.s != null) {
733
+ a.p = d.s;
734
+ }
735
+ if (d.q != null) {
736
+ a.n = d.q;
737
+ }
738
+ if (d.o != null) {
739
+ a.m = d.q;
687
740
  }
688
741
  }
689
742
  return a;
690
743
  };
691
- Icon.prototype.provideContainer = function (a) {
692
- this.view.p(a);
744
+ XIcon.prototype.provideContainer = function (a) {
745
+ this.view.r(a);
693
746
  };
694
- Icon.$t = markType(Icon, 'Icon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
695
- Icon.bt = null;
696
- Icon.bx = null;
697
- Icon.bw = null;
698
- Icon.bu = null;
699
- Icon.bv = null;
700
- Icon.t = 0;
701
- Icon.s = 0;
702
- Icon.y = 0;
703
- return Icon;
747
+ XIcon.$t = markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
748
+ XIcon.bz = null;
749
+ XIcon.b3 = null;
750
+ XIcon.b2 = null;
751
+ XIcon.b0 = null;
752
+ XIcon.b1 = null;
753
+ XIcon.v = 0;
754
+ XIcon.u = 0;
755
+ XIcon.ab = 0;
756
+ return XIcon;
704
757
  }(Base));
705
- export { Icon };
758
+ export { XIcon };
706
759
  //# sourceMappingURL=IconView_combined.js.map