igniteui-webcomponents-inputs 1.3.0 → 1.4.0

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 (377) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +8324 -7781
  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 +161 -161
  6. package/esm2015/lib/ButtonGroupView_combined.js.map +1 -1
  7. package/esm2015/lib/ButtonView_combined.js +1158 -1157
  8. package/esm2015/lib/ButtonView_combined.js.map +1 -1
  9. package/esm2015/lib/CalendarView_combined.js +1889 -1649
  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 +405 -364
  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/XCheckbox.js +8 -0
  34. package/esm2015/lib/XCheckbox.js.map +1 -0
  35. package/{esm5/lib/Icon.js → esm2015/lib/XIcon.js} +2 -2
  36. package/esm2015/lib/XIcon.js.map +1 -0
  37. package/esm2015/lib/XInput.js +8 -0
  38. package/esm2015/lib/XInput.js.map +1 -0
  39. package/esm2015/lib/XInputGroup.js +8 -0
  40. package/esm2015/lib/XInputGroup.js.map +1 -0
  41. package/esm2015/lib/XInputGroupInputCollection.js +8 -0
  42. package/esm2015/lib/XInputGroupInputCollection.js.map +1 -0
  43. package/esm2015/lib/XInputGroupItem.js +8 -0
  44. package/esm2015/lib/XInputGroupItem.js.map +1 -0
  45. package/esm2015/lib/XLabel.js +8 -0
  46. package/esm2015/lib/XLabel.js.map +1 -0
  47. package/esm2015/lib/{Checkbox.js → XPrefix.js} +2 -2
  48. package/esm2015/lib/XPrefix.js.map +1 -0
  49. package/esm2015/lib/{Label.js → XRipple.js} +2 -2
  50. package/esm2015/lib/XRipple.js.map +1 -0
  51. package/esm2015/lib/XSuffix.js +8 -0
  52. package/esm2015/lib/XSuffix.js.map +1 -0
  53. package/esm2015/lib/igc-calendar-component.js +62 -62
  54. package/esm2015/lib/igc-calendar-component.js.map +1 -1
  55. package/esm2015/lib/igc-calendar-module.js +4 -4
  56. package/esm2015/lib/igc-calendar-module.js.map +1 -1
  57. package/esm2015/lib/igc-date-picker-component.js +48 -41
  58. package/esm2015/lib/igc-date-picker-component.js.map +1 -1
  59. package/esm2015/lib/igc-date-picker-module.js +6 -6
  60. package/esm2015/lib/igc-date-picker-module.js.map +1 -1
  61. package/esm2015/lib/{igc-button-component.js → igc-x-button-component.js} +404 -404
  62. package/esm2015/lib/igc-x-button-component.js.map +1 -0
  63. package/esm2015/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +10 -10
  64. package/esm2015/lib/igc-x-button-group-button-collection.js.map +1 -0
  65. package/esm2015/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +28 -24
  66. package/esm2015/lib/{igc-button-group-component.js.map → igc-x-button-group-component.js.map} +1 -1
  67. package/esm2015/lib/{igc-button-group-module.js → igc-x-button-group-module.js} +10 -10
  68. package/esm2015/lib/igc-x-button-group-module.js.map +1 -0
  69. package/esm2015/lib/{igc-button-module.js → igc-x-button-module.js} +10 -10
  70. package/esm2015/lib/igc-x-button-module.js.map +1 -0
  71. package/esm2015/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +19 -19
  72. package/esm2015/lib/igc-x-checkbox-component.js.map +1 -0
  73. package/esm2015/lib/{igc-checkbox-module.js → igc-x-checkbox-module.js} +10 -10
  74. package/esm2015/lib/igc-x-checkbox-module.js.map +1 -0
  75. package/esm2015/lib/{igc-icon-component.js → igc-x-icon-component.js} +84 -77
  76. package/esm2015/lib/igc-x-icon-component.js.map +1 -0
  77. package/esm2015/lib/{igc-input-module.js → igc-x-icon-module.js} +8 -8
  78. package/esm2015/lib/igc-x-icon-module.js.map +1 -0
  79. package/esm2015/lib/{igc-input-component.js → igc-x-input-component.js} +72 -67
  80. package/esm2015/lib/igc-x-input-component.js.map +1 -0
  81. package/esm2015/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +367 -366
  82. package/esm2015/lib/igc-x-input-group-component.js.map +1 -0
  83. package/esm2015/lib/{igc-input-group-input-collection.js → igc-x-input-group-input-collection.js} +10 -10
  84. package/esm2015/lib/igc-x-input-group-input-collection.js.map +1 -0
  85. package/esm2015/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +10 -10
  86. package/esm2015/lib/igc-x-input-group-item-component.js.map +1 -0
  87. package/esm2015/lib/igc-x-input-group-module.js +24 -0
  88. package/esm2015/lib/igc-x-input-group-module.js.map +1 -0
  89. package/esm2015/lib/{igc-prefix-module.js → igc-x-input-module.js} +8 -8
  90. package/esm2015/lib/igc-x-input-module.js.map +1 -0
  91. package/esm2015/lib/{igc-label-component.js → igc-x-label-component.js} +68 -56
  92. package/esm2015/lib/igc-x-label-component.js.map +1 -0
  93. package/esm2015/lib/{igc-label-module.js → igc-x-label-module.js} +8 -8
  94. package/esm2015/lib/igc-x-label-module.js.map +1 -0
  95. package/esm2015/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +19 -19
  96. package/esm2015/lib/igc-x-prefix-component.js.map +1 -0
  97. package/esm2015/lib/{igc-icon-module.js → igc-x-prefix-module.js} +8 -8
  98. package/esm2015/lib/igc-x-prefix-module.js.map +1 -0
  99. package/esm2015/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +19 -19
  100. package/esm2015/lib/igc-x-ripple-component.js.map +1 -0
  101. package/esm2015/lib/{igc-ripple-module.js → igc-x-ripple-module.js} +8 -8
  102. package/esm2015/lib/igc-x-ripple-module.js.map +1 -0
  103. package/esm2015/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +19 -19
  104. package/esm2015/lib/igc-x-suffix-component.js.map +1 -0
  105. package/esm2015/public_api.js +36 -35
  106. package/esm2015/public_api.js.map +1 -1
  107. package/esm5/lib/ButtonGroupView_combined.js +256 -256
  108. package/esm5/lib/ButtonGroupView_combined.js.map +1 -1
  109. package/esm5/lib/ButtonView_combined.js +1232 -1231
  110. package/esm5/lib/ButtonView_combined.js.map +1 -1
  111. package/esm5/lib/CalendarView_combined.js +1894 -1654
  112. package/esm5/lib/CalendarView_combined.js.map +1 -1
  113. package/esm5/lib/CheckboxView_combined.js +140 -134
  114. package/esm5/lib/CheckboxView_combined.js.map +1 -1
  115. package/esm5/lib/DatePickerView_combined.js +399 -350
  116. package/esm5/lib/DatePickerView_combined.js.map +1 -1
  117. package/esm5/lib/DateTimeValueFormatter.js +42 -2
  118. package/esm5/lib/DateTimeValueFormatter.js.map +1 -1
  119. package/esm5/lib/IconClickedEventArgs.js +21 -0
  120. package/esm5/lib/IconClickedEventArgs.js.map +1 -0
  121. package/esm5/lib/IconView_combined.js +371 -318
  122. package/esm5/lib/IconView_combined.js.map +1 -1
  123. package/esm5/lib/IconVisualModelExport.js +27 -18
  124. package/esm5/lib/IconVisualModelExport.js.map +1 -1
  125. package/esm5/lib/InputGroupView_combined.js +1767 -1697
  126. package/esm5/lib/InputGroupView_combined.js.map +1 -1
  127. package/esm5/lib/RippleView_combined.js +40 -40
  128. package/esm5/lib/RippleView_combined.js.map +1 -1
  129. package/{esm2015/lib/Input.js → esm5/lib/XButton.js} +2 -2
  130. package/esm5/lib/XButton.js.map +1 -0
  131. package/esm5/lib/XButtonGroup.js +8 -0
  132. package/esm5/lib/XButtonGroup.js.map +1 -0
  133. package/esm5/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +10 -10
  134. package/esm5/lib/XButtonGroupButtonCollection.js.map +1 -0
  135. package/esm5/lib/XCheckbox.js +8 -0
  136. package/esm5/lib/XCheckbox.js.map +1 -0
  137. package/{esm2015/lib/Icon.js → esm5/lib/XIcon.js} +2 -2
  138. package/esm5/lib/XIcon.js.map +1 -0
  139. package/esm5/lib/XInput.js +8 -0
  140. package/esm5/lib/XInput.js.map +1 -0
  141. package/esm5/lib/XInputGroup.js +8 -0
  142. package/esm5/lib/XInputGroup.js.map +1 -0
  143. package/esm5/lib/XInputGroupInputCollection.js +8 -0
  144. package/esm5/lib/XInputGroupInputCollection.js.map +1 -0
  145. package/esm5/lib/XInputGroupItem.js +8 -0
  146. package/esm5/lib/XInputGroupItem.js.map +1 -0
  147. package/esm5/lib/XLabel.js +8 -0
  148. package/esm5/lib/XLabel.js.map +1 -0
  149. package/esm5/lib/XPrefix.js +8 -0
  150. package/esm5/lib/XPrefix.js.map +1 -0
  151. package/esm5/lib/XRipple.js +8 -0
  152. package/esm5/lib/XRipple.js.map +1 -0
  153. package/esm5/lib/XSuffix.js +8 -0
  154. package/esm5/lib/XSuffix.js.map +1 -0
  155. package/esm5/lib/igc-calendar-component.js +62 -62
  156. package/esm5/lib/igc-calendar-component.js.map +1 -1
  157. package/esm5/lib/igc-calendar-module.js +4 -4
  158. package/esm5/lib/igc-calendar-module.js.map +1 -1
  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 +6 -6
  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} +610 -610
  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-checkbox-component.js → igc-x-checkbox-component.js} +78 -78
  174. package/esm5/lib/igc-x-checkbox-component.js.map +1 -0
  175. package/esm5/lib/igc-x-checkbox-module.js +26 -0
  176. package/esm5/lib/igc-x-checkbox-module.js.map +1 -0
  177. package/esm5/lib/{igc-icon-component.js → igc-x-icon-component.js} +135 -124
  178. package/esm5/lib/igc-x-icon-component.js.map +1 -0
  179. package/esm5/lib/{igc-label-module.js → igc-x-icon-module.js} +12 -12
  180. package/esm5/lib/igc-x-icon-module.js.map +1 -0
  181. package/esm5/lib/{igc-input-component.js → igc-x-input-component.js} +124 -110
  182. package/esm5/lib/igc-x-input-component.js.map +1 -0
  183. package/esm5/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +567 -566
  184. package/esm5/lib/igc-x-input-group-component.js.map +1 -0
  185. package/esm5/lib/igc-x-input-group-input-collection.js +54 -0
  186. package/esm5/lib/igc-x-input-group-input-collection.js.map +1 -0
  187. package/esm5/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +27 -27
  188. package/esm5/lib/igc-x-input-group-item-component.js.map +1 -0
  189. package/esm5/lib/igc-x-input-group-module.js +28 -0
  190. package/esm5/lib/igc-x-input-group-module.js.map +1 -0
  191. package/esm5/lib/{igc-prefix-module.js → igc-x-input-module.js} +12 -12
  192. package/esm5/lib/igc-x-input-module.js.map +1 -0
  193. package/esm5/lib/{igc-label-component.js → igc-x-label-component.js} +117 -101
  194. package/esm5/lib/igc-x-label-component.js.map +1 -0
  195. package/esm5/lib/{igc-icon-module.js → igc-x-label-module.js} +12 -12
  196. package/esm5/lib/igc-x-label-module.js.map +1 -0
  197. package/esm5/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +40 -40
  198. package/esm5/lib/igc-x-prefix-component.js.map +1 -0
  199. package/esm5/lib/{igc-input-module.js → igc-x-prefix-module.js} +12 -12
  200. package/esm5/lib/igc-x-prefix-module.js.map +1 -0
  201. package/esm5/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +57 -57
  202. package/esm5/lib/igc-x-ripple-component.js.map +1 -0
  203. package/esm5/lib/igc-x-ripple-module.js +22 -0
  204. package/esm5/lib/igc-x-ripple-module.js.map +1 -0
  205. package/esm5/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +40 -40
  206. package/esm5/lib/igc-x-suffix-component.js.map +1 -0
  207. package/esm5/public_api.js +36 -35
  208. package/esm5/public_api.js.map +1 -1
  209. package/fesm2015/igniteui-webcomponents-inputs.js +7029 -6531
  210. package/fesm2015/igniteui-webcomponents-inputs.js.map +1 -1
  211. package/fesm5/igniteui-webcomponents-inputs.js +8290 -7748
  212. package/fesm5/igniteui-webcomponents-inputs.js.map +1 -1
  213. package/lib/ButtonGroupView_combined.d.ts +8 -8
  214. package/lib/ButtonView_combined.d.ts +262 -261
  215. package/lib/CalendarView_combined.d.ts +149 -131
  216. package/lib/CheckboxView_combined.d.ts +4 -4
  217. package/lib/DatePickerView_combined.d.ts +77 -75
  218. package/lib/DateTimeValueFormatter.d.ts +3 -2
  219. package/lib/IconClickedEventArgs.d.ts +7 -0
  220. package/lib/IconView_combined.d.ts +82 -74
  221. package/lib/IconVisualModelExport.d.ts +10 -6
  222. package/lib/InputGroupView_combined.d.ts +360 -353
  223. package/lib/RippleView_combined.d.ts +2 -2
  224. package/lib/XButton.d.ts +1 -0
  225. package/lib/XButtonGroup.d.ts +1 -0
  226. package/lib/{ButtonGroupButtonCollection.d.ts → XButtonGroupButtonCollection.d.ts} +2 -2
  227. package/lib/XCheckbox.d.ts +1 -0
  228. package/lib/XIcon.d.ts +1 -0
  229. package/lib/XInput.d.ts +1 -0
  230. package/lib/XInputGroup.d.ts +1 -0
  231. package/lib/XInputGroupInputCollection.d.ts +1 -0
  232. package/lib/XInputGroupItem.d.ts +1 -0
  233. package/lib/XLabel.d.ts +1 -0
  234. package/lib/XPrefix.d.ts +1 -0
  235. package/lib/XRipple.d.ts +1 -0
  236. package/lib/XSuffix.d.ts +1 -0
  237. package/lib/igc-date-picker-component.d.ts +1 -0
  238. package/lib/{igc-button-component.d.ts → igc-x-button-component.d.ts} +7 -7
  239. package/lib/igc-x-button-group-button-collection.d.ts +8 -0
  240. package/lib/{igc-button-group-component.d.ts → igc-x-button-group-component.d.ts} +12 -12
  241. package/lib/igc-x-button-group-module.d.ts +3 -0
  242. package/lib/igc-x-button-module.d.ts +3 -0
  243. package/lib/{igc-checkbox-component.d.ts → igc-x-checkbox-component.d.ts} +7 -7
  244. package/lib/igc-x-checkbox-module.d.ts +3 -0
  245. package/lib/{igc-icon-component.d.ts → igc-x-icon-component.d.ts} +7 -6
  246. package/lib/igc-x-icon-module.d.ts +3 -0
  247. package/lib/{igc-input-component.d.ts → igc-x-input-component.d.ts} +15 -11
  248. package/lib/{igc-input-group-component.d.ts → igc-x-input-group-component.d.ts} +11 -11
  249. package/lib/igc-x-input-group-input-collection.d.ts +8 -0
  250. package/lib/{igc-input-group-item-component.d.ts → igc-x-input-group-item-component.d.ts} +6 -6
  251. package/lib/igc-x-input-group-module.d.ts +3 -0
  252. package/lib/igc-x-input-module.d.ts +3 -0
  253. package/lib/{igc-label-component.d.ts → igc-x-label-component.d.ts} +11 -6
  254. package/lib/igc-x-label-module.d.ts +3 -0
  255. package/lib/{igc-prefix-component.d.ts → igc-x-prefix-component.d.ts} +6 -6
  256. package/lib/igc-x-prefix-module.d.ts +3 -0
  257. package/lib/{igc-ripple-component.d.ts → igc-x-ripple-component.d.ts} +6 -6
  258. package/lib/igc-x-ripple-module.d.ts +3 -0
  259. package/lib/{igc-suffix-component.d.ts → igc-x-suffix-component.d.ts} +6 -6
  260. package/package.json +2 -2
  261. package/public_api.d.ts +36 -35
  262. package/esm2015/lib/Button.js.map +0 -1
  263. package/esm2015/lib/ButtonGroup.js.map +0 -1
  264. package/esm2015/lib/ButtonGroupButtonCollection.js.map +0 -1
  265. package/esm2015/lib/Checkbox.js.map +0 -1
  266. package/esm2015/lib/Icon.js.map +0 -1
  267. package/esm2015/lib/Input.js.map +0 -1
  268. package/esm2015/lib/InputGroup.js +0 -8
  269. package/esm2015/lib/InputGroup.js.map +0 -1
  270. package/esm2015/lib/InputGroupInputCollection.js +0 -8
  271. package/esm2015/lib/InputGroupInputCollection.js.map +0 -1
  272. package/esm2015/lib/InputGroupItem.js +0 -8
  273. package/esm2015/lib/InputGroupItem.js.map +0 -1
  274. package/esm2015/lib/Label.js.map +0 -1
  275. package/esm2015/lib/Prefix.js +0 -8
  276. package/esm2015/lib/Prefix.js.map +0 -1
  277. package/esm2015/lib/Ripple.js +0 -8
  278. package/esm2015/lib/Ripple.js.map +0 -1
  279. package/esm2015/lib/Suffix.js +0 -8
  280. package/esm2015/lib/Suffix.js.map +0 -1
  281. package/esm2015/lib/igc-button-component.js.map +0 -1
  282. package/esm2015/lib/igc-button-group-button-collection.js.map +0 -1
  283. package/esm2015/lib/igc-button-group-module.js.map +0 -1
  284. package/esm2015/lib/igc-button-module.js.map +0 -1
  285. package/esm2015/lib/igc-checkbox-component.js.map +0 -1
  286. package/esm2015/lib/igc-checkbox-module.js.map +0 -1
  287. package/esm2015/lib/igc-icon-component.js.map +0 -1
  288. package/esm2015/lib/igc-icon-module.js.map +0 -1
  289. package/esm2015/lib/igc-input-component.js.map +0 -1
  290. package/esm2015/lib/igc-input-group-component.js.map +0 -1
  291. package/esm2015/lib/igc-input-group-input-collection.js.map +0 -1
  292. package/esm2015/lib/igc-input-group-item-component.js.map +0 -1
  293. package/esm2015/lib/igc-input-group-module.js +0 -24
  294. package/esm2015/lib/igc-input-group-module.js.map +0 -1
  295. package/esm2015/lib/igc-input-module.js.map +0 -1
  296. package/esm2015/lib/igc-label-component.js.map +0 -1
  297. package/esm2015/lib/igc-label-module.js.map +0 -1
  298. package/esm2015/lib/igc-prefix-component.js.map +0 -1
  299. package/esm2015/lib/igc-prefix-module.js.map +0 -1
  300. package/esm2015/lib/igc-ripple-component.js.map +0 -1
  301. package/esm2015/lib/igc-ripple-module.js.map +0 -1
  302. package/esm2015/lib/igc-suffix-component.js.map +0 -1
  303. package/esm5/lib/Button.js +0 -8
  304. package/esm5/lib/Button.js.map +0 -1
  305. package/esm5/lib/ButtonGroup.js +0 -8
  306. package/esm5/lib/ButtonGroup.js.map +0 -1
  307. package/esm5/lib/ButtonGroupButtonCollection.js.map +0 -1
  308. package/esm5/lib/Checkbox.js +0 -8
  309. package/esm5/lib/Checkbox.js.map +0 -1
  310. package/esm5/lib/Icon.js.map +0 -1
  311. package/esm5/lib/Input.js +0 -8
  312. package/esm5/lib/Input.js.map +0 -1
  313. package/esm5/lib/InputGroup.js +0 -8
  314. package/esm5/lib/InputGroup.js.map +0 -1
  315. package/esm5/lib/InputGroupInputCollection.js +0 -8
  316. package/esm5/lib/InputGroupInputCollection.js.map +0 -1
  317. package/esm5/lib/InputGroupItem.js +0 -8
  318. package/esm5/lib/InputGroupItem.js.map +0 -1
  319. package/esm5/lib/Label.js +0 -8
  320. package/esm5/lib/Label.js.map +0 -1
  321. package/esm5/lib/Prefix.js +0 -8
  322. package/esm5/lib/Prefix.js.map +0 -1
  323. package/esm5/lib/Ripple.js +0 -8
  324. package/esm5/lib/Ripple.js.map +0 -1
  325. package/esm5/lib/Suffix.js +0 -8
  326. package/esm5/lib/Suffix.js.map +0 -1
  327. package/esm5/lib/igc-button-component.js.map +0 -1
  328. package/esm5/lib/igc-button-group-button-collection.js.map +0 -1
  329. package/esm5/lib/igc-button-group-component.js.map +0 -1
  330. package/esm5/lib/igc-button-group-module.js +0 -26
  331. package/esm5/lib/igc-button-group-module.js.map +0 -1
  332. package/esm5/lib/igc-button-module.js +0 -26
  333. package/esm5/lib/igc-button-module.js.map +0 -1
  334. package/esm5/lib/igc-checkbox-component.js.map +0 -1
  335. package/esm5/lib/igc-checkbox-module.js +0 -26
  336. package/esm5/lib/igc-checkbox-module.js.map +0 -1
  337. package/esm5/lib/igc-icon-component.js.map +0 -1
  338. package/esm5/lib/igc-icon-module.js.map +0 -1
  339. package/esm5/lib/igc-input-component.js.map +0 -1
  340. package/esm5/lib/igc-input-group-component.js.map +0 -1
  341. package/esm5/lib/igc-input-group-input-collection.js +0 -54
  342. package/esm5/lib/igc-input-group-input-collection.js.map +0 -1
  343. package/esm5/lib/igc-input-group-item-component.js.map +0 -1
  344. package/esm5/lib/igc-input-group-module.js +0 -28
  345. package/esm5/lib/igc-input-group-module.js.map +0 -1
  346. package/esm5/lib/igc-input-module.js.map +0 -1
  347. package/esm5/lib/igc-label-component.js.map +0 -1
  348. package/esm5/lib/igc-label-module.js.map +0 -1
  349. package/esm5/lib/igc-prefix-component.js.map +0 -1
  350. package/esm5/lib/igc-prefix-module.js.map +0 -1
  351. package/esm5/lib/igc-ripple-component.js.map +0 -1
  352. package/esm5/lib/igc-ripple-module.js +0 -22
  353. package/esm5/lib/igc-ripple-module.js.map +0 -1
  354. package/esm5/lib/igc-suffix-component.js.map +0 -1
  355. package/lib/Button.d.ts +0 -1
  356. package/lib/ButtonGroup.d.ts +0 -1
  357. package/lib/Checkbox.d.ts +0 -1
  358. package/lib/Icon.d.ts +0 -1
  359. package/lib/Input.d.ts +0 -1
  360. package/lib/InputGroup.d.ts +0 -1
  361. package/lib/InputGroupInputCollection.d.ts +0 -1
  362. package/lib/InputGroupItem.d.ts +0 -1
  363. package/lib/Label.d.ts +0 -1
  364. package/lib/Prefix.d.ts +0 -1
  365. package/lib/Ripple.d.ts +0 -1
  366. package/lib/Suffix.d.ts +0 -1
  367. package/lib/igc-button-group-button-collection.d.ts +0 -8
  368. package/lib/igc-button-group-module.d.ts +0 -3
  369. package/lib/igc-button-module.d.ts +0 -3
  370. package/lib/igc-checkbox-module.d.ts +0 -3
  371. package/lib/igc-icon-module.d.ts +0 -3
  372. package/lib/igc-input-group-input-collection.d.ts +0 -8
  373. package/lib/igc-input-group-module.d.ts +0 -3
  374. package/lib/igc-input-module.d.ts +0 -3
  375. package/lib/igc-label-module.d.ts +0 -3
  376. package/lib/igc-prefix-module.d.ts +0 -3
  377. package/lib/igc-ripple-module.d.ts +0 -3
@@ -6,7 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import * as tslib_1 from "tslib";
8
8
  import { Base, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox } from "igniteui-webcomponents-core";
9
- import { Ripple } from "./Ripple";
9
+ import { XRipple } from "./XRipple";
10
10
  import { List$1 } from "igniteui-webcomponents-core";
11
11
  import { KeyFrameAnimationFactory } from "igniteui-webcomponents-core";
12
12
  import { AnimationKeyFrameEffect } from "igniteui-webcomponents-core";
@@ -164,7 +164,7 @@ var CheckboxView = /** @class */ /*@__PURE__*/ (function (_super) {
164
164
  h.setStyleProperty("top", "calc(50% - 1.5em)");
165
165
  h.setStyleProperty("border-radius", "24px");
166
166
  h.setStyleProperty("overflow", "hidden");
167
- var j = new Ripple();
167
+ var j = new XRipple();
168
168
  j.provideContainer(i);
169
169
  j.q = d;
170
170
  var k = this.l.getExternal(j, this.l.rootWrapper, this.l.getExternal(this.c, null, null));
@@ -333,40 +333,40 @@ export { CheckboxView };
333
333
  /**
334
334
  * @hidden
335
335
  */
336
- var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
337
- tslib_1.__extends(Checkbox, _super);
338
- function Checkbox() {
336
+ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
337
+ tslib_1.__extends(XCheckbox, _super);
338
+ function XCheckbox() {
339
339
  var _this = _super.call(this) || this;
340
340
  _this._view = null;
341
341
  _this.b = 0;
342
342
  _this.n = false;
343
343
  _this.ab = false;
344
344
  _this.c3 = null;
345
- _this.cy = ThemeResolver.e(Checkbox.c, Checkbox.dm, Checkbox.dh);
345
+ _this.cy = ThemeResolver.e(XCheckbox.c, XCheckbox.dm, XCheckbox.dh);
346
346
  _this.c0 = null;
347
347
  _this.c2 = null;
348
- _this.cx = ThemeResolver.e(Checkbox.c, Checkbox.dl, Checkbox.dg);
348
+ _this.cx = ThemeResolver.e(XCheckbox.c, XCheckbox.dl, XCheckbox.dg);
349
349
  _this.c4 = null;
350
350
  _this.c1 = null;
351
- _this.dr = ThemeResolver.e(Checkbox.c, Checkbox.dn, Checkbox.di);
352
- _this.dd = ThemeResolver.e(Checkbox.c, Checkbox.dk, Checkbox.df);
353
- _this.an = ThemeResolver.b(Checkbox.c, Checkbox.as, Checkbox.ap);
354
- _this.dc = ThemeResolver.e(Checkbox.c, Checkbox.dj, Checkbox.de);
355
- _this.ao = ThemeResolver.b(Checkbox.c, Checkbox.at, Checkbox.aq);
356
- _this.dp = ThemeResolver.e(Checkbox.c, Checkbox.dl, Checkbox.dg);
357
- _this.av = ThemeResolver.b(Checkbox.c, Checkbox.au, Checkbox.ar);
358
- _this.dq = ThemeResolver.e(Checkbox.c, Checkbox.dm, Checkbox.dh);
359
- _this.cz = ThemeResolver.e(Checkbox.c, Checkbox.dn, Checkbox.di);
360
- _this.cw = ThemeResolver.e(Checkbox.c, Checkbox.dk, Checkbox.df);
351
+ _this.dr = ThemeResolver.e(XCheckbox.c, XCheckbox.dn, XCheckbox.di);
352
+ _this.dd = ThemeResolver.e(XCheckbox.c, XCheckbox.dk, XCheckbox.df);
353
+ _this.an = ThemeResolver.b(XCheckbox.c, XCheckbox.as, XCheckbox.ap);
354
+ _this.dc = ThemeResolver.e(XCheckbox.c, XCheckbox.dj, XCheckbox.de);
355
+ _this.ao = ThemeResolver.b(XCheckbox.c, XCheckbox.at, XCheckbox.aq);
356
+ _this.dp = ThemeResolver.e(XCheckbox.c, XCheckbox.dl, XCheckbox.dg);
357
+ _this.av = ThemeResolver.b(XCheckbox.c, XCheckbox.au, XCheckbox.ar);
358
+ _this.dq = ThemeResolver.e(XCheckbox.c, XCheckbox.dm, XCheckbox.dh);
359
+ _this.cz = ThemeResolver.e(XCheckbox.c, XCheckbox.dn, XCheckbox.di);
360
+ _this.cw = ThemeResolver.e(XCheckbox.c, XCheckbox.dk, XCheckbox.df);
361
361
  _this.af = NaN;
362
- _this.ac = ThemeResolver.b(Checkbox.c, Checkbox.as, Checkbox.ap);
362
+ _this.ac = ThemeResolver.b(XCheckbox.c, XCheckbox.as, XCheckbox.ap);
363
363
  _this.ag = NaN;
364
364
  _this.ah = NaN;
365
- _this.ae = ThemeResolver.b(Checkbox.c, Checkbox.au, Checkbox.ar);
366
- _this.ad = ThemeResolver.b(Checkbox.c, Checkbox.at, Checkbox.aq);
367
- _this.cv = ThemeResolver.e(Checkbox.c, Checkbox.dj, Checkbox.de);
368
- _this.a9 = "ig-native-checkbox-" + Checkbox.a2++;
369
- _this.a8 = "ig-checkbox-" + Checkbox.a1++;
365
+ _this.ae = ThemeResolver.b(XCheckbox.c, XCheckbox.au, XCheckbox.ar);
366
+ _this.ad = ThemeResolver.b(XCheckbox.c, XCheckbox.at, XCheckbox.aq);
367
+ _this.cv = ThemeResolver.e(XCheckbox.c, XCheckbox.dj, XCheckbox.de);
368
+ _this.a9 = "ig-native-checkbox-" + XCheckbox.a2++;
369
+ _this.a8 = "ig-checkbox-" + XCheckbox.a1++;
370
370
  _this.ba = null;
371
371
  _this.bb = null;
372
372
  _this.ay = 0;
@@ -394,7 +394,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
394
394
  _this.view.ad();
395
395
  return _this;
396
396
  }
397
- Object.defineProperty(Checkbox.prototype, "view", {
397
+ Object.defineProperty(XCheckbox.prototype, "view", {
398
398
  get: function () {
399
399
  return this._view;
400
400
  },
@@ -404,7 +404,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
404
404
  enumerable: true,
405
405
  configurable: true
406
406
  });
407
- Object.defineProperty(Checkbox.prototype, "d", {
407
+ Object.defineProperty(XCheckbox.prototype, "d", {
408
408
  get: function () {
409
409
  return this.b;
410
410
  },
@@ -418,16 +418,16 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
418
418
  enumerable: true,
419
419
  configurable: true
420
420
  });
421
- Checkbox.prototype.destroy = function () {
421
+ XCheckbox.prototype.destroy = function () {
422
422
  this.provideContainer(null);
423
423
  };
424
- Checkbox.prototype.cl = function (a, b, c) {
424
+ XCheckbox.prototype.cl = function (a, b, c) {
425
425
  if (this.propertyChanged != null) {
426
426
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
427
427
  }
428
428
  this.cn(a, b, c);
429
429
  };
430
- Checkbox.prototype.cr = function () {
430
+ XCheckbox.prototype.cr = function () {
431
431
  this.c7 = this.ds != null ? this.ds : this.dp;
432
432
  this.c9 = this.du != null ? this.du : this.dr;
433
433
  this.c6 = this.db != null ? this.db : this.dd;
@@ -437,7 +437,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
437
437
  this.aj = !isNaN_(this.am) ? this.am : this.ao;
438
438
  this.ak = !isNaN_(this.aw) ? this.aw : this.av;
439
439
  };
440
- Checkbox.prototype.cn = function (a, b, c) {
440
+ XCheckbox.prototype.cn = function (a, b, c) {
441
441
  switch (a) {
442
442
  case "BaseTheme":
443
443
  this.cu(this.d);
@@ -518,33 +518,33 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
518
518
  break;
519
519
  }
520
520
  };
521
- Checkbox.prototype.cq = function () {
521
+ XCheckbox.prototype.cq = function () {
522
522
  var a = this.view.r;
523
523
  if (a == null) {
524
524
  return;
525
525
  }
526
- NativeUI.l(a, new CornerRadius(0, this.aj));
526
+ NativeUI.m(a, new CornerRadius(0, this.aj));
527
527
  if (!isNaN_(this.ai)) {
528
- NativeUI.m(a, new Thickness(0, this.ai));
528
+ NativeUI.n(a, new Thickness(0, this.ai));
529
529
  }
530
530
  if (this.checked) {
531
- NativeUI.j(a, this.c5);
532
- NativeUI.k(a, this.c6);
531
+ NativeUI.k(a, this.c5);
532
+ NativeUI.l(a, this.c6);
533
533
  }
534
534
  else {
535
- NativeUI.j(a, this.c8);
536
- NativeUI.k(a, this.c9);
535
+ NativeUI.k(a, this.c8);
536
+ NativeUI.l(a, this.c9);
537
537
  }
538
538
  };
539
- Checkbox.prototype.ct = function () {
539
+ XCheckbox.prototype.ct = function () {
540
540
  var a = this.view.s;
541
541
  if (a == null) {
542
542
  return;
543
543
  }
544
- NativeUI.v(a, this.c7);
545
- NativeUI.y(a, this.ak);
544
+ NativeUI.w(a, this.c7);
545
+ NativeUI.z(a, this.ak);
546
546
  };
547
- Object.defineProperty(Checkbox.prototype, "dt", {
547
+ Object.defineProperty(XCheckbox.prototype, "dt", {
548
548
  get: function () {
549
549
  return this.c3;
550
550
  },
@@ -558,7 +558,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
558
558
  enumerable: true,
559
559
  configurable: true
560
560
  });
561
- Object.defineProperty(Checkbox.prototype, "c8", {
561
+ Object.defineProperty(XCheckbox.prototype, "c8", {
562
562
  get: function () {
563
563
  return this.cy;
564
564
  },
@@ -572,7 +572,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
572
572
  enumerable: true,
573
573
  configurable: true
574
574
  });
575
- Object.defineProperty(Checkbox.prototype, "da", {
575
+ Object.defineProperty(XCheckbox.prototype, "da", {
576
576
  get: function () {
577
577
  return this.c0;
578
578
  },
@@ -586,7 +586,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
586
586
  enumerable: true,
587
587
  configurable: true
588
588
  });
589
- Object.defineProperty(Checkbox.prototype, "ds", {
589
+ Object.defineProperty(XCheckbox.prototype, "ds", {
590
590
  get: function () {
591
591
  return this.c2;
592
592
  },
@@ -600,7 +600,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
600
600
  enumerable: true,
601
601
  configurable: true
602
602
  });
603
- Object.defineProperty(Checkbox.prototype, "c7", {
603
+ Object.defineProperty(XCheckbox.prototype, "c7", {
604
604
  get: function () {
605
605
  return this.cx;
606
606
  },
@@ -614,7 +614,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
614
614
  enumerable: true,
615
615
  configurable: true
616
616
  });
617
- Object.defineProperty(Checkbox.prototype, "du", {
617
+ Object.defineProperty(XCheckbox.prototype, "du", {
618
618
  get: function () {
619
619
  return this.c4;
620
620
  },
@@ -628,7 +628,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
628
628
  enumerable: true,
629
629
  configurable: true
630
630
  });
631
- Object.defineProperty(Checkbox.prototype, "db", {
631
+ Object.defineProperty(XCheckbox.prototype, "db", {
632
632
  get: function () {
633
633
  return this.c1;
634
634
  },
@@ -642,17 +642,17 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
642
642
  enumerable: true,
643
643
  configurable: true
644
644
  });
645
- Checkbox.prototype.cu = function (a) {
646
- this.dr = ThemeResolver.e(a, Checkbox.dn, Checkbox.di);
647
- this.dd = ThemeResolver.e(a, Checkbox.dk, Checkbox.df);
648
- this.an = ThemeResolver.b(a, Checkbox.as, Checkbox.ap);
649
- this.dc = ThemeResolver.e(a, Checkbox.dj, Checkbox.de);
650
- this.ao = ThemeResolver.b(a, Checkbox.at, Checkbox.aq);
651
- this.dp = ThemeResolver.e(a, Checkbox.dl, Checkbox.dg);
652
- this.av = ThemeResolver.b(a, Checkbox.au, Checkbox.ar);
653
- this.dq = ThemeResolver.e(a, Checkbox.dm, Checkbox.dh);
645
+ XCheckbox.prototype.cu = function (a) {
646
+ this.dr = ThemeResolver.e(a, XCheckbox.dn, XCheckbox.di);
647
+ this.dd = ThemeResolver.e(a, XCheckbox.dk, XCheckbox.df);
648
+ this.an = ThemeResolver.b(a, XCheckbox.as, XCheckbox.ap);
649
+ this.dc = ThemeResolver.e(a, XCheckbox.dj, XCheckbox.de);
650
+ this.ao = ThemeResolver.b(a, XCheckbox.at, XCheckbox.aq);
651
+ this.dp = ThemeResolver.e(a, XCheckbox.dl, XCheckbox.dg);
652
+ this.av = ThemeResolver.b(a, XCheckbox.au, XCheckbox.ar);
653
+ this.dq = ThemeResolver.e(a, XCheckbox.dm, XCheckbox.dh);
654
654
  };
655
- Object.defineProperty(Checkbox.prototype, "c9", {
655
+ Object.defineProperty(XCheckbox.prototype, "c9", {
656
656
  get: function () {
657
657
  return this.cz;
658
658
  },
@@ -666,7 +666,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
666
666
  enumerable: true,
667
667
  configurable: true
668
668
  });
669
- Object.defineProperty(Checkbox.prototype, "c6", {
669
+ Object.defineProperty(XCheckbox.prototype, "c6", {
670
670
  get: function () {
671
671
  return this.cw;
672
672
  },
@@ -680,7 +680,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
680
680
  enumerable: true,
681
681
  configurable: true
682
682
  });
683
- Object.defineProperty(Checkbox.prototype, "al", {
683
+ Object.defineProperty(XCheckbox.prototype, "al", {
684
684
  get: function () {
685
685
  return this.af;
686
686
  },
@@ -694,7 +694,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
694
694
  enumerable: true,
695
695
  configurable: true
696
696
  });
697
- Object.defineProperty(Checkbox.prototype, "ai", {
697
+ Object.defineProperty(XCheckbox.prototype, "ai", {
698
698
  get: function () {
699
699
  return this.ac;
700
700
  },
@@ -708,7 +708,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
708
708
  enumerable: true,
709
709
  configurable: true
710
710
  });
711
- Object.defineProperty(Checkbox.prototype, "am", {
711
+ Object.defineProperty(XCheckbox.prototype, "am", {
712
712
  get: function () {
713
713
  return this.ag;
714
714
  },
@@ -722,7 +722,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
722
722
  enumerable: true,
723
723
  configurable: true
724
724
  });
725
- Object.defineProperty(Checkbox.prototype, "aw", {
725
+ Object.defineProperty(XCheckbox.prototype, "aw", {
726
726
  get: function () {
727
727
  return this.ah;
728
728
  },
@@ -736,7 +736,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
736
736
  enumerable: true,
737
737
  configurable: true
738
738
  });
739
- Object.defineProperty(Checkbox.prototype, "ak", {
739
+ Object.defineProperty(XCheckbox.prototype, "ak", {
740
740
  get: function () {
741
741
  return this.ae;
742
742
  },
@@ -750,7 +750,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
750
750
  enumerable: true,
751
751
  configurable: true
752
752
  });
753
- Object.defineProperty(Checkbox.prototype, "aj", {
753
+ Object.defineProperty(XCheckbox.prototype, "aj", {
754
754
  get: function () {
755
755
  return this.ad;
756
756
  },
@@ -764,7 +764,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
764
764
  enumerable: true,
765
765
  configurable: true
766
766
  });
767
- Object.defineProperty(Checkbox.prototype, "c5", {
767
+ Object.defineProperty(XCheckbox.prototype, "c5", {
768
768
  get: function () {
769
769
  return this.cv;
770
770
  },
@@ -778,7 +778,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
778
778
  enumerable: true,
779
779
  configurable: true
780
780
  });
781
- Object.defineProperty(Checkbox.prototype, "by", {
781
+ Object.defineProperty(XCheckbox.prototype, "by", {
782
782
  get: function () {
783
783
  return this.a9;
784
784
  },
@@ -792,7 +792,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
792
792
  enumerable: true,
793
793
  configurable: true
794
794
  });
795
- Object.defineProperty(Checkbox.prototype, "bw", {
795
+ Object.defineProperty(XCheckbox.prototype, "bw", {
796
796
  get: function () {
797
797
  return this.a8;
798
798
  },
@@ -806,7 +806,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
806
806
  enumerable: true,
807
807
  configurable: true
808
808
  });
809
- Object.defineProperty(Checkbox.prototype, "labelId", {
809
+ Object.defineProperty(XCheckbox.prototype, "labelId", {
810
810
  get: function () {
811
811
  return this.ba;
812
812
  },
@@ -820,7 +820,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
820
820
  enumerable: true,
821
821
  configurable: true
822
822
  });
823
- Object.defineProperty(Checkbox.prototype, "b7", {
823
+ Object.defineProperty(XCheckbox.prototype, "b7", {
824
824
  get: function () {
825
825
  return this.bb;
826
826
  },
@@ -834,14 +834,14 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
834
834
  enumerable: true,
835
835
  configurable: true
836
836
  });
837
- Object.defineProperty(Checkbox.prototype, "v", {
837
+ Object.defineProperty(XCheckbox.prototype, "v", {
838
838
  get: function () {
839
839
  return this.o;
840
840
  },
841
841
  enumerable: true,
842
842
  configurable: true
843
843
  });
844
- Object.defineProperty(Checkbox.prototype, "a0", {
844
+ Object.defineProperty(XCheckbox.prototype, "a0", {
845
845
  get: function () {
846
846
  return this.ay;
847
847
  },
@@ -856,7 +856,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
856
856
  enumerable: true,
857
857
  configurable: true
858
858
  });
859
- Object.defineProperty(Checkbox.prototype, "az", {
859
+ Object.defineProperty(XCheckbox.prototype, "az", {
860
860
  get: function () {
861
861
  return this.ax;
862
862
  },
@@ -870,7 +870,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
870
870
  enumerable: true,
871
871
  configurable: true
872
872
  });
873
- Object.defineProperty(Checkbox.prototype, "bl", {
873
+ Object.defineProperty(XCheckbox.prototype, "bl", {
874
874
  get: function () {
875
875
  return this.a7;
876
876
  },
@@ -884,7 +884,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
884
884
  enumerable: true,
885
885
  configurable: true
886
886
  });
887
- Object.defineProperty(Checkbox.prototype, "bk", {
887
+ Object.defineProperty(XCheckbox.prototype, "bk", {
888
888
  get: function () {
889
889
  return this.a6;
890
890
  },
@@ -898,7 +898,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
898
898
  enumerable: true,
899
899
  configurable: true
900
900
  });
901
- Object.defineProperty(Checkbox.prototype, "a5", {
901
+ Object.defineProperty(XCheckbox.prototype, "a5", {
902
902
  get: function () {
903
903
  return this.a3;
904
904
  },
@@ -912,7 +912,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
912
912
  enumerable: true,
913
913
  configurable: true
914
914
  });
915
- Object.defineProperty(Checkbox.prototype, "focused", {
915
+ Object.defineProperty(XCheckbox.prototype, "focused", {
916
916
  get: function () {
917
917
  return this.r;
918
918
  },
@@ -926,7 +926,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
926
926
  enumerable: true,
927
927
  configurable: true
928
928
  });
929
- Object.defineProperty(Checkbox.prototype, "h", {
929
+ Object.defineProperty(XCheckbox.prototype, "h", {
930
930
  get: function () {
931
931
  return this.g;
932
932
  },
@@ -940,7 +940,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
940
940
  enumerable: true,
941
941
  configurable: true
942
942
  });
943
- Object.defineProperty(Checkbox.prototype, "t", {
943
+ Object.defineProperty(XCheckbox.prototype, "t", {
944
944
  get: function () {
945
945
  return this.l;
946
946
  },
@@ -954,7 +954,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
954
954
  enumerable: true,
955
955
  configurable: true
956
956
  });
957
- Object.defineProperty(Checkbox.prototype, "checked", {
957
+ Object.defineProperty(XCheckbox.prototype, "checked", {
958
958
  get: function () {
959
959
  return this.p;
960
960
  },
@@ -968,7 +968,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
968
968
  enumerable: true,
969
969
  configurable: true
970
970
  });
971
- Object.defineProperty(Checkbox.prototype, "indeterminate", {
971
+ Object.defineProperty(XCheckbox.prototype, "indeterminate", {
972
972
  get: function () {
973
973
  return this.s;
974
974
  },
@@ -982,7 +982,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
982
982
  enumerable: true,
983
983
  configurable: true
984
984
  });
985
- Object.defineProperty(Checkbox.prototype, "disabled", {
985
+ Object.defineProperty(XCheckbox.prototype, "disabled", {
986
986
  get: function () {
987
987
  return this.q;
988
988
  },
@@ -996,7 +996,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
996
996
  enumerable: true,
997
997
  configurable: true
998
998
  });
999
- Object.defineProperty(Checkbox.prototype, "u", {
999
+ Object.defineProperty(XCheckbox.prototype, "u", {
1000
1000
  get: function () {
1001
1001
  return this.m;
1002
1002
  },
@@ -1010,16 +1010,16 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
1010
1010
  enumerable: true,
1011
1011
  configurable: true
1012
1012
  });
1013
- Checkbox.prototype.cm = function () {
1013
+ XCheckbox.prototype.cm = function () {
1014
1014
  this.ch();
1015
1015
  if (this.checked) {
1016
- this.view.ah(BrushUtil.n(this.c5, 0.6), BrushUtil.n(this.c5, 0.1));
1016
+ this.view.ah(BrushUtil.o(this.c5, 0.6), BrushUtil.o(this.c5, 0.1));
1017
1017
  }
1018
1018
  else {
1019
- this.view.ah(BrushUtil.n(this.c5, 0.6), BrushUtil.n(this.c9, 0.1));
1019
+ this.view.ah(BrushUtil.o(this.c5, 0.6), BrushUtil.o(this.c9, 0.1));
1020
1020
  }
1021
1021
  };
1022
- Object.defineProperty(Checkbox.prototype, "a", {
1022
+ Object.defineProperty(XCheckbox.prototype, "a", {
1023
1023
  get: function () {
1024
1024
  var a = new AnimationKeyFrameEffectTiming();
1025
1025
  a.g = 300;
@@ -1029,7 +1029,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
1029
1029
  enumerable: true,
1030
1030
  configurable: true
1031
1031
  });
1032
- Checkbox.prototype.ch = function () {
1032
+ XCheckbox.prototype.ch = function () {
1033
1033
  this.view.y();
1034
1034
  var a = false;
1035
1035
  if (this.j == null) {
@@ -1041,7 +1041,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
1041
1041
  this.k = KeyFrameAnimationFactory.f.c(this.view.b(this.a).m(new AnimationKeyFrameProperty(19, 24), new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(19, 0), new AnimationKeyFrameProperty(1, 1)));
1042
1042
  }
1043
1043
  };
1044
- Checkbox.prototype.toggle = function () {
1044
+ XCheckbox.prototype.toggle = function () {
1045
1045
  if (this.disabled) {
1046
1046
  return;
1047
1047
  }
@@ -1064,7 +1064,7 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
1064
1064
  this.change(this, b);
1065
1065
  }
1066
1066
  };
1067
- Checkbox.prototype.cs = function (a) {
1067
+ XCheckbox.prototype.cs = function (a) {
1068
1068
  var _this = this;
1069
1069
  this.ch();
1070
1070
  var b = this.checked;
@@ -1076,13 +1076,13 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
1076
1076
  c = -1;
1077
1077
  }
1078
1078
  if (b) {
1079
- this.view.ah(BrushUtil.n(this.c5, 0.6), BrushUtil.n(this.c5, 0.1));
1079
+ this.view.ah(BrushUtil.o(this.c5, 0.6), BrushUtil.o(this.c5, 0.1));
1080
1080
  }
1081
1081
  else {
1082
- this.view.ah(BrushUtil.n(this.c5, 0.6), BrushUtil.n(this.c9, 0.1));
1082
+ this.view.ah(BrushUtil.o(this.c5, 0.6), BrushUtil.o(this.c9, 0.1));
1083
1083
  }
1084
1084
  if (!this.indeterminate) {
1085
- NativeUI.z(this.view.s, null);
1085
+ NativeUI.ab(this.view.s, null);
1086
1086
  }
1087
1087
  if (this.u || this.indeterminate || a) {
1088
1088
  var d = this.view.r;
@@ -1099,23 +1099,29 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
1099
1099
  $ret.j = -_this.view.k();
1100
1100
  return $ret;
1101
1101
  })()));
1102
- NativeUI.j(d, this.c5);
1103
- NativeUI.k(d, this.c6);
1104
- NativeUI.t(e, 1);
1105
- NativeUI.x(e, 41);
1106
- NativeUI.z(e, f);
1102
+ NativeUI.k(d, this.c5);
1103
+ NativeUI.l(d, this.c6);
1104
+ NativeUI.u(e, 1);
1105
+ NativeUI.y(e, 41);
1106
+ NativeUI.ab(e, f);
1107
1107
  }
1108
1108
  else if (b) {
1109
- NativeUI.j(d, this.c5);
1110
- NativeUI.k(d, this.c6);
1111
- NativeUI.t(e, 1);
1112
- NativeUI.x(e, 0);
1109
+ NativeUI.k(d, this.c5);
1110
+ NativeUI.l(d, this.c6);
1111
+ NativeUI.u(e, 1);
1112
+ NativeUI.y(e, 0);
1113
1113
  }
1114
1114
  else {
1115
- NativeUI.j(d, this.c8);
1116
- NativeUI.k(d, this.c9);
1117
- NativeUI.t(e, 0);
1118
- NativeUI.x(e, 24);
1115
+ NativeUI.k(d, this.c8);
1116
+ NativeUI.l(d, this.c9);
1117
+ NativeUI.u(e, 0);
1118
+ NativeUI.y(e, 24);
1119
+ }
1120
+ if (this.j.playState == 1) {
1121
+ this.j.cancel();
1122
+ }
1123
+ if (this.k.playState == 1) {
1124
+ this.k.cancel();
1119
1125
  }
1120
1126
  return;
1121
1127
  }
@@ -1148,28 +1154,28 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
1148
1154
  });
1149
1155
  }
1150
1156
  };
1151
- Checkbox.prototype.onDetachedFromUI = function () {
1157
+ XCheckbox.prototype.onDetachedFromUI = function () {
1152
1158
  this.view.ac();
1153
1159
  };
1154
- Checkbox.prototype.onAttachedToUI = function () {
1160
+ XCheckbox.prototype.onAttachedToUI = function () {
1155
1161
  this.view.aa();
1156
1162
  };
1157
- Checkbox.prototype.onContentReady = function () {
1163
+ XCheckbox.prototype.onContentReady = function () {
1158
1164
  if (this.indeterminate) {
1159
1165
  this.cs(false);
1160
1166
  }
1161
1167
  };
1162
- Checkbox.prototype.aa = function () {
1168
+ XCheckbox.prototype.aa = function () {
1163
1169
  return this.view.i();
1164
1170
  };
1165
- Checkbox.prototype.a4 = function () {
1171
+ XCheckbox.prototype.a4 = function () {
1166
1172
  return this.e();
1167
1173
  };
1168
- Checkbox.prototype.bv = function () {
1174
+ XCheckbox.prototype.bv = function () {
1169
1175
  var a = this.e();
1170
1176
  return a.s();
1171
1177
  };
1172
- Checkbox.prototype.e = function () {
1178
+ XCheckbox.prototype.e = function () {
1173
1179
  var a = new CheckboxVisualModelExport();
1174
1180
  a.f = this.d;
1175
1181
  a.d = AppearanceHelper.a(this.c8);
@@ -1191,30 +1197,30 @@ var Checkbox = /** @class */ /*@__PURE__*/ (function (_super) {
1191
1197
  a.i = this.disabled;
1192
1198
  return a;
1193
1199
  };
1194
- Checkbox.prototype.provideContainer = function (a) {
1200
+ XCheckbox.prototype.provideContainer = function (a) {
1195
1201
  this.view.ab(a);
1196
1202
  };
1197
- Checkbox.$t = markType(Checkbox, 'Checkbox', Base.$, [INotifyPropertyChanged_$type]);
1198
- Checkbox.dn = BrushUtil.g(138, 0, 0, 0);
1199
- Checkbox.dk = BrushUtil.g(138, 0, 0, 0);
1200
- Checkbox.as = NaN;
1201
- Checkbox.dj = BrushUtil.g(255, 228, 28, 119);
1202
- Checkbox.at = 2;
1203
- Checkbox.dl = BrushUtil.g(255, 255, 255, 255);
1204
- Checkbox.au = 3;
1205
- Checkbox.dm = BrushUtil.g(255, 255, 255, 255);
1206
- Checkbox.di = BrushUtil.g(255, 153, 153, 153);
1207
- Checkbox.df = BrushUtil.g(138, 33, 150, 243);
1208
- Checkbox.ap = NaN;
1209
- Checkbox.de = BrushUtil.g(255, 33, 150, 243);
1210
- Checkbox.aq = 2;
1211
- Checkbox.dg = BrushUtil.g(255, 255, 255, 255);
1212
- Checkbox.ar = 3;
1213
- Checkbox.dh = BrushUtil.g(255, 255, 255, 255);
1214
- Checkbox.c = 2;
1215
- Checkbox.a2 = 0;
1216
- Checkbox.a1 = 0;
1217
- return Checkbox;
1203
+ XCheckbox.$t = markType(XCheckbox, 'XCheckbox', Base.$, [INotifyPropertyChanged_$type]);
1204
+ XCheckbox.dn = BrushUtil.g(138, 0, 0, 0);
1205
+ XCheckbox.dk = BrushUtil.g(138, 0, 0, 0);
1206
+ XCheckbox.as = NaN;
1207
+ XCheckbox.dj = BrushUtil.g(255, 228, 28, 119);
1208
+ XCheckbox.at = 2;
1209
+ XCheckbox.dl = BrushUtil.g(255, 255, 255, 255);
1210
+ XCheckbox.au = 3;
1211
+ XCheckbox.dm = BrushUtil.g(255, 255, 255, 255);
1212
+ XCheckbox.di = BrushUtil.g(255, 153, 153, 153);
1213
+ XCheckbox.df = BrushUtil.g(138, 33, 150, 243);
1214
+ XCheckbox.ap = NaN;
1215
+ XCheckbox.de = BrushUtil.g(255, 33, 150, 243);
1216
+ XCheckbox.aq = 2;
1217
+ XCheckbox.dg = BrushUtil.g(255, 255, 255, 255);
1218
+ XCheckbox.ar = 3;
1219
+ XCheckbox.dh = BrushUtil.g(255, 255, 255, 255);
1220
+ XCheckbox.c = 2;
1221
+ XCheckbox.a2 = 0;
1222
+ XCheckbox.a1 = 0;
1223
+ return XCheckbox;
1218
1224
  }(Base));
1219
- export { Checkbox };
1225
+ export { XCheckbox };
1220
1226
  //# sourceMappingURL=CheckboxView_combined.js.map