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
@@ -8,6 +8,7 @@ import { Base, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged
8
8
  import { List$1 } from "igniteui-webcomponents-core";
9
9
  import { IIcon_$type } from "igniteui-webcomponents-core";
10
10
  import { NativeUI } from "igniteui-webcomponents-core";
11
+ import { IconClickedEventArgs } from "./IconClickedEventArgs";
11
12
  import { IconVisualModelExport } from "./IconVisualModelExport";
12
13
  import { AppearanceHelper } from "igniteui-webcomponents-core";
13
14
  import { FontUtil } from "igniteui-webcomponents-core";
@@ -19,102 +20,118 @@ export let IconView = /*@__PURE__*/ (() => {
19
20
  class IconView extends Base {
20
21
  constructor() {
21
22
  super();
22
- this.a = null;
23
- this.g = null;
24
23
  this.b = null;
25
- this.f = new List$1(Delegate_$type, 0);
26
- this.k = null;
27
- this.c = true;
28
24
  this.h = null;
25
+ this.c = null;
26
+ this.g = new List$1(Delegate_$type, 0);
27
+ this.l = null;
28
+ this.d = true;
29
29
  this.i = null;
30
+ this.j = null;
30
31
  }
31
- r() {
32
+ t() {
32
33
  }
33
- d() {
34
+ e() {
34
35
  return true;
35
36
  }
36
- get j() {
37
- return this.h;
37
+ get k() {
38
+ return this.i;
38
39
  }
39
- get w() {
40
+ get y() {
40
41
  return null;
41
42
  }
42
- get e() {
43
+ get f() {
43
44
  return true;
44
45
  }
45
- p(a) {
46
+ r(a) {
46
47
  if (a == null) {
47
- for (let b of fromEnum(this.f)) {
48
+ for (let b of fromEnum(this.g)) {
48
49
  b();
49
50
  }
50
- this.f.clear();
51
+ this.g.clear();
52
+ if (this.i != null) {
53
+ this.i.unlistenAll();
54
+ }
51
55
  }
52
- this.g = a;
56
+ this.h = a;
53
57
  a.rootWrapper.setStyleProperty("position", "relative");
54
- this.g.rootWrapper.setStyleProperty("display", "flex");
55
- this.g.rootWrapper.setStyleProperty("flex-direction", "row");
56
- this.g.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
57
- this.g.rootWrapper.setStyleProperty("align-items", "center");
58
- this.t();
59
- let c = this.g.createElementNS("svg", "http://www.w3.org/2000/svg");
58
+ this.h.rootWrapper.setStyleProperty("display", "flex");
59
+ this.h.rootWrapper.setStyleProperty("flex-direction", "row");
60
+ this.h.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
61
+ this.h.rootWrapper.setStyleProperty("align-items", "center");
62
+ this.v();
63
+ let c = this.h.createElementNS("svg", "http://www.w3.org/2000/svg");
60
64
  c.setStyleProperty("position", "absolute");
61
65
  c.setStyleProperty("top", "0");
62
66
  c.setStyleProperty("left", "0");
63
67
  c.setStyleProperty("right", "0");
64
68
  c.setStyleProperty("bottom", "0");
65
69
  c.setAttribute("viewBox", "0 0 24 24");
66
- this.h = c;
67
- let d = this.g.createElementNS("path", "http://www.w3.org/2000/svg");
70
+ this.i = c;
71
+ let d = this.h.createElementNS("path", "http://www.w3.org/2000/svg");
68
72
  d.setAttribute("d", "");
69
- this.h.append(d);
70
- if (this.k != null) {
71
- d.setAttribute("d", this.k);
72
- }
73
- this.i = d;
74
- this.g.append(this.h);
75
- this.a.a8();
76
- }
77
- u(a) {
78
- if (this.k != a) {
79
- this.k = a;
80
- if (this.i != null) {
81
- this.i.setAttribute("d", this.k);
73
+ this.i.append(d);
74
+ if (this.l != null) {
75
+ d.setAttribute("d", this.l);
76
+ }
77
+ this.j = d;
78
+ this.h.append(this.i);
79
+ this.g.add(c.listen("click", runOn(this, this.q)));
80
+ this.b.bd();
81
+ }
82
+ w(a) {
83
+ if (this.l != a) {
84
+ this.l = a;
85
+ if (this.j != null) {
86
+ this.j.setAttribute("d", this.l);
82
87
  }
83
88
  }
84
89
  }
85
- t() {
86
- this.g.rootWrapper.setStyleProperty("width", "1.5rem");
87
- this.g.rootWrapper.setStyleProperty("height", "1.5rem");
90
+ v() {
91
+ this.h.rootWrapper.setStyleProperty("width", "1.5rem");
92
+ this.h.rootWrapper.setStyleProperty("height", "1.5rem");
88
93
  }
89
- l(a) {
94
+ m(a) {
90
95
  }
91
- s() {
92
- if (this.d()) {
96
+ u() {
97
+ if (this.e()) {
93
98
  }
94
99
  }
95
- m(a) {
96
- this.a.a5();
97
- }
98
100
  n(a) {
99
- this.a.a6();
101
+ this.b.ba();
102
+ }
103
+ o(a) {
104
+ this.b.bb();
100
105
  }
101
- o() {
102
- this.c = true;
103
- this.f.add(this.g.rootWrapper.listen("mouseenter", runOn(this, this.m)));
104
- this.f.add(this.g.rootWrapper.listen("mouseleave", runOn(this, this.n)));
106
+ p() {
107
+ this.d = true;
108
+ this.g.add(this.h.rootWrapper.listen("mouseenter", runOn(this, this.n)));
109
+ this.g.add(this.h.rootWrapper.listen("mouseleave", runOn(this, this.o)));
105
110
  }
106
- q() {
107
- this.c = false;
108
- for (let a of fromEnum(this.f)) {
111
+ s() {
112
+ this.d = false;
113
+ for (let a of fromEnum(this.g)) {
109
114
  a();
110
115
  }
111
- this.f.clear();
116
+ this.g.clear();
112
117
  }
113
- v(a) {
118
+ x(a) {
114
119
  if (a != null) {
115
- this.g.rootWrapper.setStyleProperty("font", a.fontString);
120
+ this.h.rootWrapper.setStyleProperty("font", a.fontString);
116
121
  }
117
122
  }
123
+ a() {
124
+ let rect_ = this.h.rootWrapper.getNativeElement().getBoundingClientRect();
125
+ let a = (rect_.top);
126
+ let b = (rect_.left);
127
+ let c = new Array(2);
128
+ c[0] = a;
129
+ c[1] = b;
130
+ return c;
131
+ }
132
+ q(a) {
133
+ this.b.a8();
134
+ }
118
135
  }
119
136
  IconView.$t = /*@__PURE__*/ markType(IconView, 'IconView');
120
137
  return IconView;
@@ -122,39 +139,41 @@ export let IconView = /*@__PURE__*/ (() => {
122
139
  /**
123
140
  * @hidden
124
141
  */
125
- export let Icon = /*@__PURE__*/ (() => {
126
- class Icon extends Base {
142
+ export let XIcon = /*@__PURE__*/ (() => {
143
+ class XIcon extends Base {
127
144
  constructor() {
128
145
  super();
129
146
  this._view = null;
130
- this.bd = Icon.bt;
131
- this.bh = Icon.bx;
132
- this.be = Icon.bu;
133
- this.bf = Icon.bv;
134
- this.bg = Icon.bw;
135
- this.m = Icon.s;
136
- this.n = Icon.t;
137
- this.bi = Icon.bt;
138
- this.bn = Icon.bx;
139
- this.ac = null;
140
- this.bj = Icon.bu;
141
- this.bk = Icon.bv;
142
- this.bm = Icon.bw;
143
- this.o = Icon.s;
144
- this.p = Icon.t;
145
- this.c = null;
146
- this.bl = null;
147
- this.ab = "ig-icon-" + Icon.y++;
148
- this.w = 0;
149
- this.e = false;
150
- this.aa = null;
151
- this.g = false;
147
+ this.bj = XIcon.bz;
148
+ this.bn = XIcon.b3;
149
+ this.bk = XIcon.b0;
150
+ this.bl = XIcon.b1;
151
+ this.bm = XIcon.b2;
152
+ this.n = XIcon.u;
153
+ this.o = XIcon.v;
154
+ this.bo = XIcon.bz;
155
+ this.bt = XIcon.b3;
156
+ this.af = null;
157
+ this.bp = XIcon.b0;
158
+ this.bq = XIcon.b1;
159
+ this.bs = XIcon.b2;
160
+ this.p = XIcon.u;
161
+ this.r = XIcon.v;
162
+ this.d = null;
163
+ this.br = null;
164
+ this.ae = "ig-icon-" + XIcon.ab++;
165
+ this.z = 0;
152
166
  this.f = false;
167
+ this.ad = null;
168
+ this.h = false;
169
+ this.g = false;
170
+ this.q = 1;
171
+ this.clicked = null;
153
172
  this.propertyChanged = null;
154
173
  let a = new IconView();
155
- a.a = this;
174
+ a.b = this;
156
175
  this.view = a;
157
- this.view.r();
176
+ this.view.t();
158
177
  }
159
178
  get view() {
160
179
  return this._view;
@@ -165,13 +184,13 @@ export let Icon = /*@__PURE__*/ (() => {
165
184
  destroy() {
166
185
  this.provideContainer(null);
167
186
  }
168
- a7(a, b, c) {
187
+ bc(a, b, c) {
169
188
  if (this.propertyChanged != null) {
170
189
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
171
190
  }
172
- this.a9(a, b, c);
191
+ this.be(a, b, c);
173
192
  }
174
- a9(a, b, c) {
193
+ be(a, b, c) {
175
194
  switch (a) {
176
195
  case "Fill":
177
196
  case "Stroke":
@@ -179,7 +198,7 @@ export let Icon = /*@__PURE__*/ (() => {
179
198
  case "HoverFill":
180
199
  case "HoverStroke":
181
200
  case "HoverStrokeThickness":
182
- this.bc();
201
+ this.bi();
183
202
  break;
184
203
  case "ActualFill":
185
204
  case "ActualStroke":
@@ -188,370 +207,400 @@ export let Icon = /*@__PURE__*/ (() => {
188
207
  case "ActualStrokeThickness":
189
208
  case "ActualHoverStrokeThickness":
190
209
  case "SVGPath":
191
- this.bb();
210
+ this.bg();
211
+ break;
212
+ case "Opacity":
213
+ this.bh();
192
214
  break;
193
215
  }
194
216
  }
195
- bc() {
196
- this.bo = this.fill != null ? this.fill : Icon.bt;
197
- this.bp = this.by != null ? this.by : Icon.bu;
198
- this.br = this.b1 != null ? this.b1 : Icon.bw;
199
- this.bq = this.bz != null ? this.bz : Icon.bv;
200
- this.r = !isNaN_(this.v) ? this.v : Icon.t;
201
- this.q = !isNaN_(this.u) ? this.u : Icon.s;
202
- this.bs = this.b2 != null ? this.b2 : Icon.bx;
217
+ bi() {
218
+ this.bu = this.fill != null ? this.fill : XIcon.bz;
219
+ this.bv = this.b4 != null ? this.b4 : XIcon.b0;
220
+ this.bx = this.b7 != null ? this.b7 : XIcon.b2;
221
+ this.bw = this.b5 != null ? this.b5 : XIcon.b1;
222
+ this.t = !isNaN_(this.y) ? this.y : XIcon.v;
223
+ this.s = !isNaN_(this.w) ? this.w : XIcon.u;
224
+ this.by = this.b8 != null ? this.b8 : XIcon.b3;
203
225
  }
204
- get i() {
205
- return this.svgPath != null && !this.view.e;
206
- }
207
- bb() {
208
- let a = this.view.j;
209
- if (this.i) {
210
- let b = this.view.w;
211
- if (this.k) {
212
- b._fill = this.bp;
213
- b._stroke = this.bq;
214
- b.ac = this.q;
226
+ get j() {
227
+ return this.svgPath != null && !this.view.f;
228
+ }
229
+ bh() {
230
+ NativeUI.u(this.view.k, this.x);
231
+ }
232
+ bg() {
233
+ let a = this.view.k;
234
+ if (this.j) {
235
+ let b = this.view.y;
236
+ if (this.l) {
237
+ b._fill = this.bv;
238
+ b._stroke = this.bw;
239
+ b.ac = this.s;
215
240
  }
216
241
  else {
217
- b._fill = this.bo;
218
- b._stroke = this.br;
219
- b.ac = this.r;
242
+ b._fill = this.bu;
243
+ b._stroke = this.bx;
244
+ b.ac = this.t;
220
245
  }
221
246
  }
222
247
  else {
223
248
  if (this.svgPath != null) {
224
- this.view.u(this.svgPath);
249
+ this.view.w(this.svgPath);
225
250
  }
226
- let c = this.view.j;
227
- if (this.k) {
228
- if (this.bp != null) {
229
- NativeUI.o(c, this.bp);
251
+ let c = this.view.k;
252
+ if (this.l) {
253
+ if (this.bv != null) {
254
+ NativeUI.p(c, this.bv);
230
255
  }
231
- if (this.bq != null) {
232
- NativeUI.v(c, this.bq);
256
+ if (this.bw != null) {
257
+ NativeUI.w(c, this.bw);
233
258
  }
234
- if (!isNaN_(this.q)) {
235
- NativeUI.y(c, this.q);
259
+ if (!isNaN_(this.s)) {
260
+ NativeUI.z(c, this.s);
236
261
  }
237
262
  }
238
263
  else {
239
- if (this.bo != null) {
240
- NativeUI.o(c, this.bo);
264
+ if (this.bu != null) {
265
+ NativeUI.p(c, this.bu);
241
266
  }
242
- if (this.br != null) {
243
- NativeUI.v(c, this.br);
267
+ if (this.bx != null) {
268
+ NativeUI.w(c, this.bx);
244
269
  }
245
- if (!isNaN_(this.r)) {
246
- NativeUI.y(c, this.r);
270
+ if (!isNaN_(this.t)) {
271
+ NativeUI.z(c, this.t);
247
272
  }
248
273
  }
249
274
  }
250
- if (this.d != null) {
251
- this.view.v(this.d);
252
- }
253
- if (this.bs != null) {
254
- NativeUI.n(this.view.j, this.bs);
275
+ if (this.e != null) {
276
+ this.view.x(this.e);
255
277
  }
256
- }
257
- get bo() {
258
- return this.bd;
259
- }
260
- set bo(a) {
261
- let b = this.bd;
262
- this.bd = a;
263
- if (b != this.bd) {
264
- this.a7("ActualFill", b, a);
278
+ if (this.by != null) {
279
+ NativeUI.o(this.view.k, this.by);
265
280
  }
266
281
  }
267
- get bs() {
268
- return this.bh;
282
+ get bu() {
283
+ return this.bj;
269
284
  }
270
- set bs(a) {
271
- let b = this.bh;
272
- this.bh = a;
273
- if (b != this.bh) {
274
- this.a7("ActualTextColor", b, a);
285
+ set bu(a) {
286
+ let b = this.bj;
287
+ this.bj = a;
288
+ if (b != this.bj) {
289
+ this.bc("ActualFill", b, a);
275
290
  }
276
291
  }
277
- get bp() {
278
- return this.be;
292
+ get by() {
293
+ return this.bn;
279
294
  }
280
- set bp(a) {
281
- let b = this.be;
282
- this.be = a;
283
- if (b != this.be) {
284
- this.a7("ActualHoverFill", b, a);
295
+ set by(a) {
296
+ let b = this.bn;
297
+ this.bn = a;
298
+ if (b != this.bn) {
299
+ this.bc("ActualTextColor", b, a);
285
300
  }
286
301
  }
287
- get bq() {
288
- return this.bf;
302
+ get bv() {
303
+ return this.bk;
289
304
  }
290
- set bq(a) {
291
- let b = this.bf;
292
- this.bf = a;
293
- if (b != this.bf) {
294
- this.a7("ActualHoverStroke", b, a);
305
+ set bv(a) {
306
+ let b = this.bk;
307
+ this.bk = a;
308
+ if (b != this.bk) {
309
+ this.bc("ActualHoverFill", b, a);
295
310
  }
296
311
  }
297
- get br() {
298
- return this.bg;
312
+ get bw() {
313
+ return this.bl;
299
314
  }
300
- set br(a) {
301
- let b = this.bg;
302
- this.bg = a;
303
- if (b != this.bg) {
304
- this.a7("ActualStroke", b, a);
315
+ set bw(a) {
316
+ let b = this.bl;
317
+ this.bl = a;
318
+ if (b != this.bl) {
319
+ this.bc("ActualHoverStroke", b, a);
305
320
  }
306
321
  }
307
- get q() {
308
- return this.m;
322
+ get bx() {
323
+ return this.bm;
309
324
  }
310
- set q(a) {
311
- let b = this.m;
312
- this.m = a;
313
- if (b != this.m) {
314
- this.a7("ActualHoverStrokeThickness", b, a);
325
+ set bx(a) {
326
+ let b = this.bm;
327
+ this.bm = a;
328
+ if (b != this.bm) {
329
+ this.bc("ActualStroke", b, a);
315
330
  }
316
331
  }
317
- get r() {
332
+ get s() {
318
333
  return this.n;
319
334
  }
320
- set r(a) {
335
+ set s(a) {
321
336
  let b = this.n;
322
337
  this.n = a;
323
338
  if (b != this.n) {
324
- this.a7("ActualStrokeThickness", b, a);
339
+ this.bc("ActualHoverStrokeThickness", b, a);
340
+ }
341
+ }
342
+ get t() {
343
+ return this.o;
344
+ }
345
+ set t(a) {
346
+ let b = this.o;
347
+ this.o = a;
348
+ if (b != this.o) {
349
+ this.bc("ActualStrokeThickness", b, a);
325
350
  }
326
351
  }
327
352
  get fill() {
328
- return this.bi;
353
+ return this.bo;
329
354
  }
330
355
  set fill(a) {
331
- let b = this.bi;
332
- this.bi = a;
333
- if (b != this.bi) {
334
- this.a7("Fill", b, a);
356
+ let b = this.bo;
357
+ this.bo = a;
358
+ if (b != this.bo) {
359
+ this.bc("Fill", b, a);
335
360
  }
336
361
  }
337
- get b2() {
338
- return this.bn;
362
+ get b8() {
363
+ return this.bt;
339
364
  }
340
- set b2(a) {
341
- let b = this.bn;
342
- this.bn = a;
343
- if (b != this.bn) {
344
- this.a7("TextColor", b, a);
365
+ set b8(a) {
366
+ let b = this.bt;
367
+ this.bt = a;
368
+ if (b != this.bt) {
369
+ this.bc("TextColor", b, a);
345
370
  }
346
371
  }
347
372
  get svgPath() {
348
- return this.ac;
373
+ return this.af;
349
374
  }
350
375
  set svgPath(a) {
351
- let b = this.ac;
352
- this.ac = a;
353
- if (b != this.ac) {
354
- this.a7("SVGPath", b, a);
355
- }
356
- }
357
- get by() {
358
- return this.bj;
359
- }
360
- set by(a) {
361
- let b = this.bj;
362
- this.bj = a;
363
- if (b != this.bj) {
364
- this.a7("HoverFill", b, a);
376
+ let b = this.af;
377
+ this.af = a;
378
+ if (b != this.af) {
379
+ this.bc("SVGPath", b, a);
365
380
  }
366
381
  }
367
- get bz() {
368
- return this.bk;
382
+ get b4() {
383
+ return this.bp;
369
384
  }
370
- set bz(a) {
371
- let b = this.bk;
372
- this.bk = a;
373
- if (b != this.bk) {
374
- this.a7("HoverStroke", b, a);
385
+ set b4(a) {
386
+ let b = this.bp;
387
+ this.bp = a;
388
+ if (b != this.bp) {
389
+ this.bc("HoverFill", b, a);
375
390
  }
376
391
  }
377
- get b1() {
378
- return this.bm;
392
+ get b5() {
393
+ return this.bq;
379
394
  }
380
- set b1(a) {
381
- let b = this.bm;
382
- this.bm = a;
383
- if (b != this.bm) {
384
- this.a7("Stroke", b, a);
395
+ set b5(a) {
396
+ let b = this.bq;
397
+ this.bq = a;
398
+ if (b != this.bq) {
399
+ this.bc("HoverStroke", b, a);
385
400
  }
386
401
  }
387
- get u() {
388
- return this.o;
402
+ get b7() {
403
+ return this.bs;
389
404
  }
390
- set u(a) {
391
- let b = this.o;
392
- this.o = a;
393
- if (b != this.o) {
394
- this.a7("HoverStrokeThickness", b, a);
405
+ set b7(a) {
406
+ let b = this.bs;
407
+ this.bs = a;
408
+ if (b != this.bs) {
409
+ this.bc("Stroke", b, a);
395
410
  }
396
411
  }
397
- get v() {
412
+ get w() {
398
413
  return this.p;
399
414
  }
400
- set v(a) {
415
+ set w(a) {
401
416
  let b = this.p;
402
417
  this.p = a;
403
418
  if (b != this.p) {
404
- this.a7("StrokeThickness", b, a);
419
+ this.bc("HoverStrokeThickness", b, a);
405
420
  }
406
421
  }
407
- a5() {
408
- this.k = true;
422
+ get y() {
423
+ return this.r;
409
424
  }
410
- a6() {
411
- this.k = false;
425
+ set y(a) {
426
+ let b = this.r;
427
+ this.r = a;
428
+ if (b != this.r) {
429
+ this.bc("StrokeThickness", b, a);
430
+ }
412
431
  }
413
- get d() {
414
- return this.c;
432
+ ba() {
433
+ this.l = true;
415
434
  }
416
- set d(a) {
417
- let b = this.c;
418
- this.c = a;
419
- if (b != this.c) {
420
- this.a7("TextStyle", b, a);
435
+ bb() {
436
+ this.l = false;
437
+ }
438
+ get e() {
439
+ return this.d;
440
+ }
441
+ set e(a) {
442
+ let b = this.d;
443
+ this.d = a;
444
+ if (b != this.d) {
445
+ this.bc("TextStyle", b, a);
421
446
  }
422
447
  }
423
- get b0() {
424
- return this.bl;
448
+ get b6() {
449
+ return this.br;
425
450
  }
426
- set b0(a) {
427
- let b = this.bl;
428
- this.bl = a;
429
- if (b != this.bl) {
430
- this.a7("HoverTextColor", b, a);
451
+ set b6(a) {
452
+ let b = this.br;
453
+ this.br = a;
454
+ if (b != this.br) {
455
+ this.bc("HoverTextColor", b, a);
431
456
  }
432
457
  }
433
- get as() {
434
- return this.ab;
458
+ get av() {
459
+ return this.ae;
435
460
  }
436
- set as(a) {
437
- let b = this.ab;
438
- this.ab = a;
439
- if (b != this.ab) {
440
- this.a7("Id", b, a);
461
+ set av(a) {
462
+ let b = this.ae;
463
+ this.ae = a;
464
+ if (b != this.ae) {
465
+ this.bc("Id", b, a);
441
466
  }
442
467
  }
443
- get h() {
444
- return this.e;
468
+ get i() {
469
+ return this.f;
445
470
  }
446
- get x() {
447
- return this.w;
471
+ get aa() {
472
+ return this.z;
448
473
  }
449
- set x(a) {
450
- let b = this.w;
451
- this.w = a;
452
- this.e = true;
453
- if (b != this.w) {
454
- this.a7("TabIndex", b, a);
474
+ set aa(a) {
475
+ let b = this.z;
476
+ this.z = a;
477
+ this.f = true;
478
+ if (b != this.z) {
479
+ this.bc("TabIndex", b, a);
455
480
  }
456
481
  }
457
- get ak() {
458
- return this.aa;
482
+ get an() {
483
+ return this.ad;
459
484
  }
460
- set ak(a) {
461
- let b = this.aa;
462
- this.aa = a;
463
- if (b != this.aa) {
464
- this.a7("AriaLabel", b, a);
485
+ set an(a) {
486
+ let b = this.ad;
487
+ this.ad = a;
488
+ if (b != this.ad) {
489
+ this.bc("AriaLabel", b, a);
465
490
  }
466
491
  }
467
- get k() {
492
+ get l() {
493
+ return this.h;
494
+ }
495
+ set l(a) {
496
+ let b = this.h;
497
+ this.h = a;
498
+ if (b != this.h) {
499
+ this.bc("IsHover", b, a);
500
+ }
501
+ }
502
+ get disabled() {
468
503
  return this.g;
469
504
  }
470
- set k(a) {
505
+ set disabled(a) {
471
506
  let b = this.g;
472
507
  this.g = a;
473
508
  if (b != this.g) {
474
- this.a7("IsHover", b, a);
509
+ this.bc("IsDisabled", b, a);
475
510
  }
476
511
  }
477
- get disabled() {
478
- return this.f;
512
+ get x() {
513
+ return this.q;
479
514
  }
480
- set disabled(a) {
481
- let b = this.f;
482
- this.f = a;
483
- if (b != this.f) {
484
- this.a7("IsDisabled", b, a);
515
+ set x(a) {
516
+ let b = this.q;
517
+ this.q = a;
518
+ if (b != this.q) {
519
+ this.bc("Opacity", b, this.q);
485
520
  }
486
521
  }
487
- a8() {
522
+ bd() {
488
523
  }
489
524
  onDetachedFromUI() {
490
- this.view.q();
525
+ this.view.s();
491
526
  }
492
527
  onAttachedToUI() {
493
- this.view.o();
528
+ this.view.p();
529
+ }
530
+ a8() {
531
+ if (this.disabled) {
532
+ return;
533
+ }
534
+ if (this.clicked != null) {
535
+ this.clicked(this, new IconClickedEventArgs());
536
+ }
494
537
  }
495
- l() {
496
- return this.view.d();
538
+ m() {
539
+ return this.view.e();
497
540
  }
498
- z() {
541
+ ac() {
499
542
  return this.a();
500
543
  }
501
- am() {
544
+ ap() {
502
545
  let a = this.a();
503
- return a.f();
546
+ return a.j();
504
547
  }
505
548
  a() {
506
549
  let a = new IconVisualModelExport();
507
- let b = this.view.j;
508
- a.a = AppearanceHelper.a(NativeUI.af(b));
509
- a.c = AppearanceHelper.a(NativeUI.af(b));
510
- a.b = AppearanceHelper.a(NativeUI.ag(b));
511
- a.d = this.r;
512
- if (this.d != null) {
513
- let c = this.d;
514
- if (this.view != null && c.n == null) {
515
- let d = this.view.g;
516
- let e = FontUtil.getFontInfoFromString(d, c.fontString);
517
- c.n = e.n;
518
- c.d = e.d;
519
- c.o = e.o;
520
- c.q = e.q;
521
- c.r = e.r;
522
- c.s = e.s;
550
+ let b = this.view.k;
551
+ a.a = AppearanceHelper.a(NativeUI.ah(b));
552
+ a.c = AppearanceHelper.a(NativeUI.ah(b));
553
+ a.b = AppearanceHelper.a(NativeUI.ai(b));
554
+ a.d = this.t;
555
+ let c = this.view.a();
556
+ a.h = c[0];
557
+ a.f = c[1];
558
+ a.e = NativeUI.c(b);
559
+ a.i = NativeUI.i(b);
560
+ a.svgPath = this.svgPath;
561
+ if (this.e != null) {
562
+ let d = this.e;
563
+ if (this.view != null && d.n == null) {
564
+ let e = this.view.h;
565
+ let f = FontUtil.getFontInfoFromString(e, d.fontString);
566
+ d.n = f.n;
567
+ d.d = f.d;
568
+ d.o = f.o;
569
+ d.q = f.q;
570
+ d.r = f.r;
571
+ d.s = f.s;
523
572
  }
524
- if (c.n != null) {
525
- a.h = c.n;
573
+ if (d.n != null) {
574
+ a.l = d.n;
526
575
  }
527
- if (!isNaN_(c.d)) {
528
- a.e = c.d;
576
+ if (!isNaN_(d.d)) {
577
+ a.g = d.d;
529
578
  }
530
- if (c.s != null) {
531
- a.l = c.s;
579
+ if (d.s != null) {
580
+ a.p = d.s;
532
581
  }
533
- if (c.q != null) {
534
- a.j = c.q;
582
+ if (d.q != null) {
583
+ a.n = d.q;
535
584
  }
536
- if (c.o != null) {
537
- a.i = c.q;
585
+ if (d.o != null) {
586
+ a.m = d.q;
538
587
  }
539
588
  }
540
589
  return a;
541
590
  }
542
591
  provideContainer(a) {
543
- this.view.p(a);
592
+ this.view.r(a);
544
593
  }
545
594
  }
546
- Icon.$t = /*@__PURE__*/ markType(Icon, 'Icon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
547
- Icon.bt = null;
548
- Icon.bx = null;
549
- Icon.bw = null;
550
- Icon.bu = null;
551
- Icon.bv = null;
552
- Icon.t = 0;
553
- Icon.s = 0;
554
- Icon.y = 0;
555
- return Icon;
595
+ XIcon.$t = /*@__PURE__*/ markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
596
+ XIcon.bz = null;
597
+ XIcon.b3 = null;
598
+ XIcon.b2 = null;
599
+ XIcon.b0 = null;
600
+ XIcon.b1 = null;
601
+ XIcon.v = 0;
602
+ XIcon.u = 0;
603
+ XIcon.ab = 0;
604
+ return XIcon;
556
605
  })();
557
606
  //# sourceMappingURL=IconView_combined.js.map