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
@@ -6,13 +6,13 @@ 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, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, delegateRemove, enumGetBox, delegateCombine } from "igniteui-webcomponents-core";
9
- import { InputGroup } from "./InputGroup";
10
- import { Label } from "./Label";
11
- import { Input } from "./Input";
12
- import { Suffix } from "./Suffix";
13
- import { Icon } from "./Icon";
9
+ import { XInputGroup } from "./XInputGroup";
10
+ import { XLabel } from "./XLabel";
11
+ import { XInput } from "./XInput";
12
+ import { XSuffix } from "./XSuffix";
13
+ import { XIcon } from "./XIcon";
14
14
  import { Popup } from "igniteui-webcomponents-layouts";
15
- import { Calendar } from "./Calendar";
15
+ import { XCalendar } from "./XCalendar";
16
16
  import { SRProvider } from "igniteui-webcomponents-core";
17
17
  import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
18
18
  import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
@@ -83,7 +83,7 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
83
83
  this.h = this.c.createElement("div");
84
84
  this.h.setAttribute("aria-hidden", "true");
85
85
  this.g = this.c.createElement("div");
86
- this.a.ca();
86
+ this.a.cd();
87
87
  this.i.getChildAt(0).setAttribute("aria-expanded", "fasle");
88
88
  this.i.getChildAt(0).setAttribute("aria-invalid", "false");
89
89
  this.e.setStyleProperty("height", "16px");
@@ -98,30 +98,35 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
98
98
  if (this.c != null) {
99
99
  var b = this.c.getSubRenderer(this.j);
100
100
  a.provideContainer(b);
101
+ var c = this.c.getExternal(a, b.rootWrapper, this.c.getExternal(this.a, null, null));
101
102
  }
102
103
  };
103
104
  DatePickerView.prototype.aj = function (a) {
104
105
  if (this.c != null) {
105
106
  var b = this.c.getSubRenderer(this.k);
106
107
  a.provideContainer(b);
108
+ var c = this.c.getExternal(a, b.rootWrapper, this.c.getExternal(this.a, null, null));
107
109
  }
108
110
  };
109
111
  DatePickerView.prototype.ai = function (a) {
110
112
  if (this.c != null) {
111
113
  var b = this.c.getSubRenderer(this.i);
112
114
  a.provideContainer(b);
115
+ var c = this.c.getExternal(a, b.rootWrapper, this.c.getExternal(this.a, null, null));
113
116
  }
114
117
  };
115
118
  DatePickerView.prototype.al = function (a, b) {
116
119
  if (this.c != null) {
117
120
  var c = this.c.getSubRenderer(b);
118
121
  a.provideContainer(c);
122
+ var d = this.c.getExternal(a, c.rootWrapper, this.c.getExternal(this.a, null, null));
119
123
  }
120
124
  };
121
125
  DatePickerView.prototype.ag = function (a, b) {
122
126
  if (this.c != null) {
123
127
  var c = this.c.getSubRenderer(b);
124
128
  a.provideContainer(c);
129
+ var d = this.c.getExternal(a, c.rootWrapper, this.c.getExternal(this.a, null, null));
125
130
  }
126
131
  };
127
132
  DatePickerView.prototype.s = function () {
@@ -162,7 +167,7 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
162
167
  };
163
168
  DatePickerView.prototype.am = function () {
164
169
  if (this.e != null) {
165
- if (this.a.aq == true) {
170
+ if (this.a.as == true) {
166
171
  this.e.show();
167
172
  }
168
173
  else {
@@ -182,7 +187,7 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
182
187
  this.d.setStyleProperty("width", "100%");
183
188
  this.d.setStyleProperty("height", "100%");
184
189
  this.d.setStyleProperty("display", "flex");
185
- this.a.cb();
190
+ this.a.ce();
186
191
  this.d.parent().setStyleProperty("height", "100%");
187
192
  }
188
193
  };
@@ -190,51 +195,53 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
190
195
  if (this.c != null) {
191
196
  var b = this.c.getSubRenderer(this.l);
192
197
  a.provideRenderer(b);
198
+ var c = b.getExternal(a, b.rootWrapper, b.getExternal(this.a, null, null));
193
199
  }
194
200
  };
195
201
  DatePickerView.prototype.af = function (a) {
196
202
  if (this.c != null) {
197
203
  var b = this.c.getSubRenderer(this.d);
198
204
  a.provideContainer(b);
205
+ var c = this.c.getExternal(a, b.rootWrapper, this.c.getExternal(this.a, null, null));
199
206
  }
200
207
  };
201
208
  DatePickerView.prototype.m = function () {
202
209
  return this.d;
203
210
  };
204
211
  DatePickerView.prototype.w = function (a) {
205
- this.a.b8();
212
+ this.a.cb();
206
213
  if (this.e != null) {
207
214
  this.e.hide();
208
215
  }
209
216
  };
210
217
  DatePickerView.prototype.aa = function (a) {
211
218
  a.stopPropagation();
212
- this.a.cg();
219
+ this.a.cj();
213
220
  };
214
221
  DatePickerView.prototype.v = function (a) {
215
222
  var b = a.which;
216
223
  if (b == 27) {
217
- this.a.b9();
224
+ this.a.cc();
218
225
  }
219
226
  };
220
227
  DatePickerView.prototype.t = function (a) {
221
228
  this.a.focus();
222
229
  var b = (a.originalEvent.relatedTarget);
223
230
  if (!this.b(b)) {
224
- this.a.cm();
231
+ this.a.cp();
225
232
  }
226
233
  };
227
234
  DatePickerView.prototype.u = function (a) {
228
- this.a.cf();
229
235
  var b = (a.originalEvent.relatedTarget);
230
236
  if (!this.b(b)) {
231
- this.a.cn();
237
+ this.a.ci();
238
+ this.a.cq();
232
239
  }
233
240
  };
234
241
  DatePickerView.prototype.z = function (a) {
235
242
  var b = a.target;
236
243
  if (!this.b(b)) {
237
- this.a.b9();
244
+ this.a.cc();
238
245
  }
239
246
  };
240
247
  DatePickerView.prototype.ap = function () {
@@ -275,41 +282,42 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
275
282
  _this.q = null;
276
283
  _this.r = null;
277
284
  _this.g = null;
278
- _this.a4 = "dd";
279
- _this.a8 = "mm";
280
- _this.bb = "yyyy";
281
- _this.a5 = "mdy";
282
- _this.ba = "/";
285
+ _this.a6 = "dd";
286
+ _this.ba = "mm";
287
+ _this.bd = "yyyy";
288
+ _this.a7 = "mdy";
289
+ _this.bc = "/";
283
290
  _this.ah = false;
291
+ _this.ao = false;
284
292
  _this.an = false;
285
- _this.am = false;
286
- _this.av = dateMinValue();
293
+ _this.ax = dateMinValue();
287
294
  _this.propertyChanged = null;
288
295
  _this.valueChanged = null;
289
296
  _this.ae = null;
290
- _this.ax = dateMinValue();
291
- _this.aw = dateMinValue();
292
- _this.a7 = "";
293
- _this.c6 = BrushUtil.g(255, 24, 29, 31);
294
- _this.z = null;
297
+ _this.az = dateMinValue();
298
+ _this.ay = dateMinValue();
295
299
  _this.a9 = "";
296
- _this.au = dateMinValue();
297
- _this.at = dateMaxValue();
300
+ _this.c9 = BrushUtil.g(255, 24, 29, 31);
301
+ _this.z = null;
302
+ _this.bb = "";
303
+ _this.aw = dateMinValue();
304
+ _this.av = dateMaxValue();
298
305
  _this.c = 2;
299
306
  _this.a = 1;
300
307
  _this.aa = null;
301
- _this.c7 = BrushUtil.g(255, 24, 29, 31);
302
- _this.c5 = BrushUtil.g(255, 163, 172, 184);
303
- _this.aj = true;
304
- _this.ak = false;
308
+ _this.da = BrushUtil.g(255, 24, 29, 31);
309
+ _this.c8 = BrushUtil.g(255, 163, 172, 184);
310
+ _this.ak = true;
311
+ _this.al = false;
305
312
  _this.ag = true;
306
- _this.ai = true;
313
+ _this.aj = true;
307
314
  _this.m = 0;
308
315
  _this.o = 0;
309
- _this.al = false;
316
+ _this.am = false;
310
317
  _this.e = new DateTimeValueFormatter();
311
318
  _this.h = 0;
312
- _this.a6 = null;
319
+ _this.a8 = null;
320
+ _this.ai = false;
313
321
  _this.gotFocus = null;
314
322
  _this.lostFocus = null;
315
323
  _this.keyDown = null;
@@ -318,14 +326,15 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
318
326
  a.a = _this;
319
327
  _this.l = a;
320
328
  _this.l.ae();
329
+ _this.ca();
321
330
  return _this;
322
331
  }
323
- DatePicker.prototype.cs = function (a, b) {
332
+ DatePicker.prototype.cv = function (a, b) {
324
333
  if (this.y != null) {
325
- this.b9();
326
334
  this.ah = true;
335
+ this.cc();
327
336
  }
328
- this.c0();
337
+ this.c3();
329
338
  if (this.valueChanged != null) {
330
339
  this.valueChanged(this, ((function () {
331
340
  var $ret = new ValueChangedEventArgs();
@@ -334,7 +343,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
334
343
  return $ret;
335
344
  })()));
336
345
  }
337
- this.cw();
346
+ this.cz();
338
347
  };
339
348
  DatePicker.prototype.notifySizeChanged = function () {
340
349
  this.l.ac();
@@ -342,9 +351,9 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
342
351
  DatePicker.prototype.destroy = function () {
343
352
  if (this.g != null) {
344
353
  var a = this.g;
345
- a.valueChanged = delegateRemove(a.valueChanged, runOn(this, this.b6));
354
+ a.valueChanged = delegateRemove(a.valueChanged, runOn(this, this.b9));
346
355
  var b = this.g;
347
- b.close = delegateRemove(b.close, runOn(this, this.b5));
356
+ b.close = delegateRemove(b.close, runOn(this, this.b8));
348
357
  }
349
358
  this.provideContainer(null);
350
359
  };
@@ -362,58 +371,58 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
362
371
  enumerable: true,
363
372
  configurable: true
364
373
  });
365
- Object.defineProperty(DatePicker.prototype, "a1", {
374
+ Object.defineProperty(DatePicker.prototype, "a3", {
366
375
  get: function () {
367
- return this.ax;
376
+ return this.az;
368
377
  },
369
378
  set: function (a) {
370
- var b = this.ax;
371
- this.av = b;
372
- this.ax = a;
373
- if (+b != +(this.ax)) {
374
- this.cr("Value", b, this.ax);
379
+ var b = this.az;
380
+ this.ax = b;
381
+ this.az = a;
382
+ if (+b != +(this.az)) {
383
+ this.cu("Value", b, this.az);
375
384
  }
376
385
  },
377
386
  enumerable: true,
378
387
  configurable: true
379
388
  });
380
- Object.defineProperty(DatePicker.prototype, "a0", {
389
+ Object.defineProperty(DatePicker.prototype, "a2", {
381
390
  get: function () {
382
- return this.aw;
391
+ return this.ay;
383
392
  },
384
393
  set: function (a) {
385
- var b = this.aw;
386
- this.aw = a;
387
- if (+b != +(this.aw)) {
388
- this.cr("Today", b, this.aw);
394
+ var b = this.ay;
395
+ this.ay = a;
396
+ if (+b != +(this.ay)) {
397
+ this.cu("Today", b, this.ay);
389
398
  }
390
399
  },
391
400
  enumerable: true,
392
401
  configurable: true
393
402
  });
394
- Object.defineProperty(DatePicker.prototype, "bp", {
403
+ Object.defineProperty(DatePicker.prototype, "bs", {
395
404
  get: function () {
396
- return this.a7;
405
+ return this.a9;
397
406
  },
398
407
  set: function (a) {
399
- var b = this.a7;
400
- this.a7 = a;
401
- if (b != this.a7) {
402
- this.cr("Label", b, this.a7);
408
+ var b = this.a9;
409
+ this.a9 = a;
410
+ if (b != this.a9) {
411
+ this.cu("Label", b, this.a9);
403
412
  }
404
413
  },
405
414
  enumerable: true,
406
415
  configurable: true
407
416
  });
408
- Object.defineProperty(DatePicker.prototype, "c9", {
417
+ Object.defineProperty(DatePicker.prototype, "dc", {
409
418
  get: function () {
410
- return this.c6;
419
+ return this.c9;
411
420
  },
412
421
  set: function (a) {
413
- var b = this.c6;
414
- this.c6 = a;
415
- if (b != this.c6) {
416
- this.cr("LabelTextColor", b, a);
422
+ var b = this.c9;
423
+ this.c9 = a;
424
+ if (b != this.c9) {
425
+ this.cu("LabelTextColor", b, a);
417
426
  }
418
427
  },
419
428
  enumerable: true,
@@ -427,49 +436,49 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
427
436
  var b = this.z;
428
437
  this.z = a;
429
438
  if (b != this.z) {
430
- this.cr("LabelTextStyle", b, this.z);
439
+ this.cu("LabelTextStyle", b, this.z);
431
440
  }
432
441
  },
433
442
  enumerable: true,
434
443
  configurable: true
435
444
  });
436
- Object.defineProperty(DatePicker.prototype, "bw", {
445
+ Object.defineProperty(DatePicker.prototype, "bz", {
437
446
  get: function () {
438
- return this.a9;
447
+ return this.bb;
439
448
  },
440
449
  set: function (a) {
441
- var b = this.a9;
442
- this.a9 = a;
443
- if (b != this.a9) {
444
- this.cr("Placeholder", b, this.a9);
450
+ var b = this.bb;
451
+ this.bb = a;
452
+ if (b != this.bb) {
453
+ this.cu("Placeholder", b, this.bb);
445
454
  }
446
455
  },
447
456
  enumerable: true,
448
457
  configurable: true
449
458
  });
450
- Object.defineProperty(DatePicker.prototype, "az", {
459
+ Object.defineProperty(DatePicker.prototype, "a1", {
451
460
  get: function () {
452
- return this.au;
461
+ return this.aw;
453
462
  },
454
463
  set: function (a) {
455
- var b = this.au;
456
- this.au = a;
457
- if (+b != +(this.au)) {
458
- this.cr("MinDate", b, this.au);
464
+ var b = this.aw;
465
+ this.aw = a;
466
+ if (+b != +(this.aw)) {
467
+ this.cu("MinDate", b, this.aw);
459
468
  }
460
469
  },
461
470
  enumerable: true,
462
471
  configurable: true
463
472
  });
464
- Object.defineProperty(DatePicker.prototype, "ay", {
473
+ Object.defineProperty(DatePicker.prototype, "a0", {
465
474
  get: function () {
466
- return this.at;
475
+ return this.av;
467
476
  },
468
477
  set: function (a) {
469
- var b = this.at;
470
- this.at = a;
471
- if (+b != +(this.at)) {
472
- this.cr("MaxDate", b, this.at);
478
+ var b = this.av;
479
+ this.av = a;
480
+ if (+b != +(this.av)) {
481
+ this.cu("MaxDate", b, this.av);
473
482
  }
474
483
  },
475
484
  enumerable: true,
@@ -483,7 +492,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
483
492
  var b = this.c;
484
493
  this.c = a;
485
494
  if (b != this.c) {
486
- this.cr("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.c));
495
+ this.cu("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.c));
487
496
  }
488
497
  },
489
498
  enumerable: true,
@@ -497,7 +506,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
497
506
  var b = this.a;
498
507
  this.a = a;
499
508
  if (b != this.a) {
500
- this.cr("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.a));
509
+ this.cu("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.a));
501
510
  }
502
511
  },
503
512
  enumerable: true,
@@ -511,69 +520,69 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
511
520
  var b = this.aa;
512
521
  this.aa = a;
513
522
  if (b != this.aa) {
514
- this.cr("TextStyle", b, this.aa);
523
+ this.cu("TextStyle", b, this.aa);
515
524
  }
516
525
  },
517
526
  enumerable: true,
518
527
  configurable: true
519
528
  });
520
- Object.defineProperty(DatePicker.prototype, "da", {
529
+ Object.defineProperty(DatePicker.prototype, "dd", {
521
530
  get: function () {
522
- return this.c7;
531
+ return this.da;
523
532
  },
524
533
  set: function (a) {
525
- var b = this.c7;
526
- this.c7 = a;
527
- if (b != this.c7) {
528
- this.cr("TextColor", b, this.c7);
534
+ var b = this.da;
535
+ this.da = a;
536
+ if (b != this.da) {
537
+ this.cu("TextColor", b, this.da);
529
538
  }
530
539
  },
531
540
  enumerable: true,
532
541
  configurable: true
533
542
  });
534
- Object.defineProperty(DatePicker.prototype, "c8", {
543
+ Object.defineProperty(DatePicker.prototype, "db", {
535
544
  get: function () {
536
- return this.c5;
545
+ return this.c8;
537
546
  },
538
547
  set: function (a) {
539
- var b = this.c5;
540
- this.c5 = a;
541
- if (b != this.c5) {
542
- this.cr("IconColor", b, this.c5);
548
+ var b = this.c8;
549
+ this.c8 = a;
550
+ if (b != this.c8) {
551
+ this.cu("IconColor", b, this.c8);
543
552
  }
544
553
  },
545
554
  enumerable: true,
546
555
  configurable: true
547
556
  });
548
- Object.defineProperty(DatePicker.prototype, "aq", {
557
+ Object.defineProperty(DatePicker.prototype, "as", {
549
558
  get: function () {
550
- return this.aj;
559
+ return this.ak;
551
560
  },
552
561
  set: function (a) {
553
- var b = this.aj;
554
- this.aj = a;
555
- if (b != this.aj) {
556
- this.cr("ShowClearButton", b, this.aj);
562
+ var b = this.ak;
563
+ this.ak = a;
564
+ if (b != this.ak) {
565
+ this.cu("ShowClearButton", b, this.ak);
557
566
  }
558
567
  },
559
568
  enumerable: true,
560
569
  configurable: true
561
570
  });
562
- Object.defineProperty(DatePicker.prototype, "ar", {
571
+ Object.defineProperty(DatePicker.prototype, "at", {
563
572
  get: function () {
564
- return this.ak;
573
+ return this.al;
565
574
  },
566
575
  set: function (a) {
567
- var b = this.ak;
568
- this.ak = a;
569
- if (b != this.ak) {
570
- this.cr("ShowTodayButton", b, this.ak);
576
+ var b = this.al;
577
+ this.al = a;
578
+ if (b != this.al) {
579
+ this.cu("ShowTodayButton", b, this.al);
571
580
  }
572
581
  },
573
582
  enumerable: true,
574
583
  configurable: true
575
584
  });
576
- Object.defineProperty(DatePicker.prototype, "ao", {
585
+ Object.defineProperty(DatePicker.prototype, "ap", {
577
586
  get: function () {
578
587
  return this.ag;
579
588
  },
@@ -581,21 +590,21 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
581
590
  var b = this.ag;
582
591
  this.ag = a;
583
592
  if (b != this.ag) {
584
- this.cr("AllowTextInput", b, this.ag);
593
+ this.cu("AllowTextInput", b, this.ag);
585
594
  }
586
595
  },
587
596
  enumerable: true,
588
597
  configurable: true
589
598
  });
590
- Object.defineProperty(DatePicker.prototype, "ap", {
599
+ Object.defineProperty(DatePicker.prototype, "ar", {
591
600
  get: function () {
592
- return this.ai;
601
+ return this.aj;
593
602
  },
594
603
  set: function (a) {
595
- var b = this.ai;
596
- this.ai = a;
597
- if (b != this.ai) {
598
- this.cr("OpenOnFocus", b, this.ai);
604
+ var b = this.aj;
605
+ this.aj = a;
606
+ if (b != this.aj) {
607
+ this.cu("OpenOnFocus", b, this.aj);
599
608
  }
600
609
  },
601
610
  enumerable: true,
@@ -609,7 +618,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
609
618
  var b = this.m;
610
619
  this.m = a;
611
620
  if (b != this.m) {
612
- this.cr("FirstDayOfWeek", enumGetBox(DayOfWeek_$type, b), enumGetBox(DayOfWeek_$type, this.m));
621
+ this.cu("FirstDayOfWeek", enumGetBox(DayOfWeek_$type, b), enumGetBox(DayOfWeek_$type, this.m));
613
622
  }
614
623
  },
615
624
  enumerable: true,
@@ -623,21 +632,21 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
623
632
  var b = this.o;
624
633
  this.o = a;
625
634
  if (b != this.o) {
626
- this.cr("FirstWeekOfYear", enumGetBox(FirstWeek_$type, b), enumGetBox(FirstWeek_$type, this.o));
635
+ this.cu("FirstWeekOfYear", enumGetBox(FirstWeek_$type, b), enumGetBox(FirstWeek_$type, this.o));
627
636
  }
628
637
  },
629
638
  enumerable: true,
630
639
  configurable: true
631
640
  });
632
- Object.defineProperty(DatePicker.prototype, "as", {
641
+ Object.defineProperty(DatePicker.prototype, "au", {
633
642
  get: function () {
634
- return this.al;
643
+ return this.am;
635
644
  },
636
645
  set: function (a) {
637
- var b = this.al;
638
- this.al = a;
639
- if (b != this.al) {
640
- this.cr("ShowWeekNumbers", b, this.al);
646
+ var b = this.am;
647
+ this.am = a;
648
+ if (b != this.am) {
649
+ this.cu("ShowWeekNumbers", b, this.am);
641
650
  }
642
651
  },
643
652
  enumerable: true,
@@ -651,56 +660,70 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
651
660
  var b = this.h;
652
661
  this.h = a;
653
662
  if (this.h != b) {
654
- this.cr("DateFormat", enumGetBox(DateFormats_$type, b), enumGetBox(DateFormats_$type, this.h));
663
+ this.cu("DateFormat", enumGetBox(DateFormats_$type, b), enumGetBox(DateFormats_$type, this.h));
655
664
  }
656
665
  },
657
666
  enumerable: true,
658
667
  configurable: true
659
668
  });
660
- Object.defineProperty(DatePicker.prototype, "bm", {
669
+ Object.defineProperty(DatePicker.prototype, "bo", {
661
670
  get: function () {
662
- return this.a6;
671
+ return this.a8;
663
672
  },
664
673
  set: function (a) {
665
- var b = this.a6;
666
- this.a6 = a;
667
- if (b != this.a6) {
668
- this.cr("FormatString", b, this.a6);
674
+ var b = this.a8;
675
+ this.a8 = a;
676
+ if (b != this.a8) {
677
+ this.cu("FormatString", b, this.a8);
669
678
  }
670
679
  },
671
680
  enumerable: true,
672
681
  configurable: true
673
682
  });
674
- DatePicker.prototype.cr = function (a, b, c) {
683
+ Object.defineProperty(DatePicker.prototype, "aq", {
684
+ get: function () {
685
+ return this.ai;
686
+ },
687
+ set: function (a) {
688
+ var b = this.ai;
689
+ this.ai = a;
690
+ if (b != this.ai) {
691
+ this.cu("IsDisabled", b, this.ai);
692
+ }
693
+ },
694
+ enumerable: true,
695
+ configurable: true
696
+ });
697
+ DatePicker.prototype.cu = function (a, b, c) {
675
698
  if (this.propertyChanged != null) {
676
699
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
677
700
  }
678
- this.cu(a, b, c);
701
+ this.cx(a, b, c);
679
702
  };
680
- DatePicker.prototype.cu = function (a, b, c) {
703
+ DatePicker.prototype.cx = function (a, b, c) {
681
704
  switch (a) {
682
705
  case "Density":
683
- this.cx();
706
+ this.c0();
684
707
  break;
685
708
  case "BaseTheme":
686
- this.cy();
709
+ this.c1();
687
710
  break;
688
711
  case "Value":
689
- if (+(this.a1) != +(dateMinValue())) {
690
- if (dateGetDate(this.a1) < dateGetDate(this.az) || dateGetDate(this.a1) > dateGetDate(this.ay)) {
691
- this.a1 = this.av;
712
+ if (+(this.a3) != +(dateMinValue())) {
713
+ if (dateGetDate(this.a3) < dateGetDate(this.a1) || dateGetDate(this.a3) > dateGetDate(this.a0)) {
714
+ this.a3 = this.ax;
692
715
  }
693
716
  }
694
- this.cs(this.av, this.a1);
695
- this.av = this.a1;
717
+ this.cv(this.ax, this.a3);
718
+ this.ax = this.a3;
696
719
  if (this.g != null) {
697
- this.g.at = this.a1;
720
+ this.g.aw = this.a3;
698
721
  }
699
722
  break;
700
723
  case "Label":
701
724
  if (this.v != null) {
702
- this.v.text = this.bp;
703
- if (this.bp != null && this.bp != "") {
725
+ this.v.text = this.bs;
726
+ if (this.bs != null && this.bs != "") {
704
727
  if (!this.u.inputs.contains(this.v)) {
705
728
  this.u.inputs.insert(0, this.v);
706
729
  }
@@ -714,48 +737,48 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
714
737
  break;
715
738
  case "Placeholder":
716
739
  if (this.s != null) {
717
- this.s.b8 = this.bw;
718
- this.l.ao(this.bw);
740
+ this.s.cb = this.bz;
741
+ this.l.ao(this.bz);
719
742
  }
720
743
  break;
721
744
  case "Today":
722
745
  if (this.g != null) {
723
- this.g.as = this.a0;
746
+ this.g.av = this.a2;
724
747
  }
725
748
  break;
726
749
  case "MaxDate":
727
750
  if (this.g != null) {
728
- var d = Base.compareSimple(this.az, this.ay);
751
+ var d = Base.compareSimple(this.a1, this.a0);
729
752
  if (d >= 0) {
730
- this.ay = dateMaxValue();
753
+ this.a0 = dateMaxValue();
731
754
  }
732
- this.g.aq = this.at;
755
+ this.g.at = this.av;
733
756
  }
734
- if (dateGetDate(this.a1) > dateGetDate(this.ay)) {
735
- this.av = dateMinValue();
736
- this.a1 = dateMinValue();
757
+ if (dateGetDate(this.a3) > dateGetDate(this.a0)) {
758
+ this.ax = dateMinValue();
759
+ this.a3 = dateMinValue();
737
760
  }
738
761
  break;
739
762
  case "MinDate":
740
763
  if (this.g != null) {
741
- this.g.ar = this.au;
742
- var e = Base.compareSimple(this.az, this.ay);
764
+ this.g.au = this.aw;
765
+ var e = Base.compareSimple(this.a1, this.a0);
743
766
  if (e >= 0) {
744
- this.av = dateMaxValue();
745
- this.g.aq = this.ay;
767
+ this.ax = dateMaxValue();
768
+ this.g.at = this.a0;
746
769
  }
747
770
  }
748
- if (dateGetDate(this.a1) < dateGetDate(this.az)) {
749
- this.av = dateMinValue();
750
- this.a1 = dateMinValue();
771
+ if (dateGetDate(this.a3) < dateGetDate(this.a1)) {
772
+ this.ax = dateMinValue();
773
+ this.a3 = dateMinValue();
751
774
  }
752
775
  break;
753
776
  case "TextStyle":
754
- this.c1();
777
+ this.c4();
755
778
  break;
756
779
  case "ShowClearButton":
757
780
  if (this.s != null) {
758
- if (this.s.cg != "") {
781
+ if (this.s.cj != "") {
759
782
  this.l.am();
760
783
  }
761
784
  }
@@ -764,47 +787,57 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
764
787
  case "LabelTextStyle":
765
788
  case "TextColor":
766
789
  case "IconColor":
767
- this.c2();
790
+ this.c5();
768
791
  break;
769
792
  case "ShowTodayButton":
770
793
  if (this.g != null) {
771
- this.g.z = this.ar;
794
+ this.g.ae = this.at;
772
795
  }
773
796
  break;
774
797
  case "AllowTextInput":
775
798
  if (this.s != null) {
776
- this.s.disabled = !this.ao;
799
+ this.s.disabled = !this.ap;
777
800
  }
778
801
  break;
779
802
  case "OpenOnFocus": break;
780
803
  case "DateFormat":
781
- this.e.j(this.i);
782
- this.c0();
804
+ this.e.k(this.i);
805
+ this.c3();
783
806
  break;
784
807
  case "FormatString":
785
- this.b7();
786
- this.c0();
808
+ this.ca();
809
+ this.c3();
787
810
  break;
788
811
  case "FirstDayOfWeek":
789
812
  if (this.g != null) {
790
- this.g.n = this.n;
813
+ this.g.p = this.n;
791
814
  }
792
815
  break;
793
816
  case "ShowWeekNumbers":
794
817
  if (this.g != null) {
795
- this.g.aa = this.as;
818
+ this.g.af = this.au;
796
819
  }
797
820
  break;
798
821
  case "FirstWeekOfYear":
799
822
  if (this.g != null) {
800
- this.g.q = this.p;
823
+ this.g.s = this.p;
824
+ }
825
+ break;
826
+ case "IsDisabled":
827
+ {
828
+ if (this.u != null) {
829
+ this.u.disabled = this.aq;
830
+ }
831
+ if (this.s != null) {
832
+ this.s.disabled = this.aq;
833
+ }
801
834
  }
802
835
  break;
803
836
  }
804
837
  };
805
- DatePicker.prototype.b7 = function () {
838
+ DatePicker.prototype.ca = function () {
806
839
  var a = '/';
807
- var b = this.bm.toLowerCase();
840
+ var b = this.bo != null ? this.bo.toLowerCase() : this.e.j();
808
841
  if (stringContains(b, "/")) {
809
842
  a = '/';
810
843
  }
@@ -820,7 +853,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
820
853
  else if (stringContains(b, ",")) {
821
854
  a = ',';
822
855
  }
823
- this.ba = a.toString();
856
+ this.bc = a.toString();
824
857
  var c = b.split(a);
825
858
  if (c.length == 3) {
826
859
  var d = "";
@@ -829,19 +862,19 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
829
862
  d += "d";
830
863
  switch (c[e]) {
831
864
  case "d":
832
- this.a4 = c[e];
865
+ this.a6 = c[e];
833
866
  break;
834
867
  case "dd":
835
- this.a4 = c[e];
868
+ this.a6 = c[e];
836
869
  break;
837
870
  case "ddd":
838
- this.a4 = c[e];
871
+ this.a6 = c[e];
839
872
  break;
840
873
  case "dddd":
841
- this.a4 = c[e];
874
+ this.a6 = c[e];
842
875
  break;
843
876
  default:
844
- this.a4 = "dd";
877
+ this.a6 = "dd";
845
878
  break;
846
879
  }
847
880
  }
@@ -849,125 +882,125 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
849
882
  d += "m";
850
883
  switch (c[e]) {
851
884
  case "m":
852
- this.a8 = c[e];
885
+ this.ba = c[e];
853
886
  break;
854
887
  case "mm":
855
- this.a8 = c[e];
888
+ this.ba = c[e];
856
889
  break;
857
890
  case "mmm":
858
- this.a8 = c[e];
891
+ this.ba = c[e];
859
892
  break;
860
893
  case "mmmm":
861
- this.a8 = c[e];
894
+ this.ba = c[e];
862
895
  break;
863
896
  default:
864
- this.a8 = "mm";
897
+ this.ba = "mm";
865
898
  break;
866
899
  }
867
- this.a8 = c[e];
900
+ this.ba = c[e];
868
901
  }
869
902
  else if (stringContains(c[e], "y")) {
870
903
  d += "y";
871
904
  switch (c[e]) {
872
905
  case "yy":
873
- this.bb = c[e];
906
+ this.bd = c[e];
874
907
  break;
875
908
  case "yyyy":
876
- this.bb = c[e];
909
+ this.bd = c[e];
877
910
  break;
878
911
  default:
879
- this.bb = "yyyy";
912
+ this.bd = "yyyy";
880
913
  break;
881
914
  }
882
915
  }
883
916
  }
884
917
  if (d == "dmy" || d == "mdy" || d == "ymd") {
885
- this.a5 = d;
918
+ this.a7 = d;
886
919
  }
887
920
  else {
888
- this.a5 = "mdy";
921
+ this.a7 = "mdy";
889
922
  }
890
923
  }
891
924
  };
892
- DatePicker.prototype.c2 = function () {
925
+ DatePicker.prototype.c5 = function () {
893
926
  if (this.s != null) {
894
- this.s.dv = this.da;
927
+ this.s.dy = this.dd;
895
928
  }
896
929
  if (this.q != null) {
897
- this.q.fill = this.c8;
930
+ this.q.fill = this.db;
898
931
  }
899
932
  if (this.r != null) {
900
- this.r.fill = this.c8;
933
+ this.r.fill = this.db;
901
934
  }
902
935
  if (this.v != null) {
903
- this.v.dc = this.c9;
936
+ this.v.df = this.dc;
904
937
  this.v.y = this.ac;
905
938
  }
906
939
  };
907
- DatePicker.prototype.cz = function () {
940
+ DatePicker.prototype.c2 = function () {
908
941
  if (this.u != null) {
909
942
  }
910
943
  };
911
- DatePicker.prototype.c1 = function () {
944
+ DatePicker.prototype.c4 = function () {
912
945
  if (this.aa != null) {
913
946
  this.s.ac = this.aa;
914
947
  }
915
948
  };
916
- DatePicker.prototype.ca = function () {
917
- this.u = new InputGroup();
949
+ DatePicker.prototype.cd = function () {
950
+ this.u = new XInputGroup();
918
951
  this.l.ah(this.u);
919
952
  this.u.k = 0;
920
953
  this.u.d = this.b;
921
954
  this.u.h = this.d;
922
- this.v = new Label();
955
+ this.v = new XLabel();
923
956
  this.l.aj(this.v);
924
- this.v.dc = this.c9;
957
+ this.v.df = this.dc;
925
958
  this.v.y = this.ac;
926
959
  this.u.appendContentChild(this.l.s());
927
- if (this.bp != null && this.bp != "") {
928
- this.v.text = this.bp;
960
+ if (this.bs != null && this.bs != "") {
961
+ this.v.text = this.bs;
929
962
  this.u.inputs.add(this.v);
930
963
  }
931
- this.s = new Input();
964
+ this.s = new XInput();
932
965
  this.l.ai(this.s);
933
- this.s.b1 = "text";
966
+ this.s.b3 = "text";
934
967
  if (this.aa != null) {
935
968
  this.s.ac = this.aa;
936
969
  }
937
- this.s.disabled = !this.ao;
938
- this.s.dv = this.da;
970
+ this.s.disabled = !this.ap;
971
+ this.s.dy = this.dd;
939
972
  this.u.appendContentChild(this.l.r());
940
973
  this.u.inputs.add(this.s);
941
- this.s.b8 = this.bw;
942
- this.l.ao(this.bw);
974
+ this.s.cb = this.bz;
975
+ this.l.ao(this.bz);
943
976
  var a = this.s;
944
- a.change = delegateCombine(a.change, runOn(this, this.ch));
977
+ a.change = delegateCombine(a.change, runOn(this, this.ck));
945
978
  var b = this.s;
946
- b.changing = delegateCombine(b.changing, runOn(this, this.ci));
979
+ b.changing = delegateCombine(b.changing, runOn(this, this.cl));
947
980
  var c = this.s;
948
- c.keyDown = delegateCombine(c.keyDown, runOn(this, this.cj));
949
- var d = new Suffix();
981
+ c.keyDown = delegateCombine(c.keyDown, runOn(this, this.cm));
982
+ var d = new XSuffix();
950
983
  this.l.al(d, this.l.o());
951
- this.q = new Icon();
984
+ this.q = new XIcon();
952
985
  this.l.ag(this.q, this.l.n());
953
- this.q.svgPath = DatePicker.bf;
954
- this.q.fill = this.c8;
986
+ this.q.svgPath = DatePicker.bh;
987
+ this.q.fill = this.db;
955
988
  d.appendContentChild(this.l.n());
956
989
  this.u.appendContentChild(this.l.o());
957
990
  this.u.inputs.add(d);
958
- this.c0();
959
- var e = new Suffix();
991
+ this.c3();
992
+ var e = new XSuffix();
960
993
  this.l.al(e, this.l.q());
961
- this.r = new Icon();
994
+ this.r = new XIcon();
962
995
  this.l.ag(this.r, this.l.p());
963
- this.r.svgPath = DatePicker.be;
964
- this.r.fill = this.c8;
996
+ this.r.svgPath = DatePicker.bg;
997
+ this.r.fill = this.db;
965
998
  e.appendContentChild(this.l.p());
966
999
  this.u.appendContentChild(this.l.q());
967
1000
  this.u.inputs.add(e);
968
1001
  };
969
- DatePicker.prototype.cj = function (a, b) {
970
- this.cp(b);
1002
+ DatePicker.prototype.cm = function (a, b) {
1003
+ this.cs(b);
971
1004
  if (b.defaultPrevented) {
972
1005
  return;
973
1006
  }
@@ -975,38 +1008,38 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
975
1008
  var d = b.modifiers;
976
1009
  switch (c) {
977
1010
  case 9:
978
- this.am = true;
979
- if (!this.an) {
980
- this.c4(this.s.cg);
1011
+ this.an = true;
1012
+ if (!this.ao) {
1013
+ this.c7(this.s.cj);
981
1014
  }
982
- this.b9();
983
1015
  this.ah = true;
984
- this.am = false;
1016
+ this.cc();
1017
+ this.an = false;
985
1018
  break;
986
1019
  case 13:
987
- this.am = true;
988
- if (!this.an) {
989
- this.c4(this.s.cg);
1020
+ this.an = true;
1021
+ if (!this.ao) {
1022
+ this.c7(this.s.cj);
990
1023
  }
991
- this.b9();
992
1024
  this.ah = true;
993
- this.am = false;
1025
+ this.cc();
1026
+ this.an = false;
994
1027
  break;
995
1028
  case 40:
996
1029
  if (d == 1) {
997
- this.ct();
998
- this.ce();
1030
+ this.cw();
1031
+ this.ch();
999
1032
  }
1000
1033
  break;
1001
1034
  case 38:
1002
1035
  if (d == 1) {
1003
- this.b9();
1036
+ this.cc();
1004
1037
  }
1005
1038
  break;
1006
1039
  }
1007
1040
  };
1008
- DatePicker.prototype.ci = function (a, b) {
1009
- this.cl(b);
1041
+ DatePicker.prototype.cl = function (a, b) {
1042
+ this.co(b);
1010
1043
  if (b.value.length > 0) {
1011
1044
  this.l.am();
1012
1045
  }
@@ -1014,12 +1047,12 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1014
1047
  this.l.ab();
1015
1048
  }
1016
1049
  };
1017
- DatePicker.prototype.ch = function (a, b) {
1018
- this.an = true;
1019
- this.c4(b.value);
1020
- this.an = false;
1050
+ DatePicker.prototype.ck = function (a, b) {
1051
+ this.ao = true;
1052
+ this.c7(b.value);
1053
+ this.ao = false;
1021
1054
  };
1022
- DatePicker.prototype.c4 = function (a) {
1055
+ DatePicker.prototype.c7 = function (a) {
1023
1056
  var b = ['/', '-', ' ', '.', ','];
1024
1057
  var c = stringSplit(a, b, 1);
1025
1058
  var d = 0;
@@ -1030,17 +1063,17 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1030
1063
  if (c[0].length == 0 || c[1].length == 0 || c[2].length == 0) {
1031
1064
  g = false;
1032
1065
  }
1033
- if (this.a5 == "dmy") {
1066
+ if (this.a7 == "dmy") {
1034
1067
  d = parseInt(c[0]);
1035
1068
  e = parseInt(c[1]);
1036
1069
  f = parseInt(c[2]);
1037
1070
  }
1038
- else if (this.a5 == "mdy") {
1071
+ else if (this.a7 == "mdy") {
1039
1072
  e = parseInt(c[0]);
1040
1073
  d = parseInt(c[1]);
1041
1074
  f = parseInt(c[2]);
1042
1075
  }
1043
- else if (this.a5 == "ymd") {
1076
+ else if (this.a7 == "ymd") {
1044
1077
  f = parseInt(c[0]);
1045
1078
  e = parseInt(c[1]);
1046
1079
  d = parseInt(c[2]);
@@ -1053,13 +1086,13 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1053
1086
  }
1054
1087
  if (isNaN_(e)) {
1055
1088
  var h = "";
1056
- if (this.a5 == "dmy") {
1089
+ if (this.a7 == "dmy") {
1057
1090
  h = c[1].toLowerCase();
1058
1091
  }
1059
- else if (this.a5 == "mdy") {
1092
+ else if (this.a7 == "mdy") {
1060
1093
  h = c[0].toLowerCase();
1061
1094
  }
1062
- else if (this.a5 == "ymd") {
1095
+ else if (this.a7 == "ymd") {
1063
1096
  h = c[1].toLowerCase();
1064
1097
  }
1065
1098
  var i = !stringIsNullOrWhiteSpace(this.af.b1("January_Full")) ? this.af.b1("January_Full").toLowerCase() : "january";
@@ -1135,41 +1168,41 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1135
1168
  }
1136
1169
  if (g) {
1137
1170
  var ag = dateFromValues(f, e, d, 0, 0, 0, 0);
1138
- var ah = Base.compareSimple(ag, this.az);
1139
- var ai = Base.compareSimple(ag, this.ay);
1171
+ var ah = Base.compareSimple(ag, this.a1);
1172
+ var ai = Base.compareSimple(ag, this.a0);
1140
1173
  if (ah < 0 || ai > 0) {
1141
- this.c0();
1174
+ this.c3();
1142
1175
  }
1143
1176
  else {
1144
- this.c3(ag);
1177
+ this.c6(ag);
1145
1178
  this.l.am();
1146
1179
  }
1147
1180
  }
1148
1181
  else {
1149
- this.c0();
1182
+ this.c3();
1150
1183
  }
1151
1184
  };
1152
- DatePicker.prototype.c3 = function (a) {
1153
- var b = this.a1;
1154
- this.a1 = a;
1185
+ DatePicker.prototype.c6 = function (a) {
1186
+ var b = this.a3;
1187
+ this.a3 = a;
1155
1188
  };
1156
- DatePicker.prototype.c0 = function () {
1189
+ DatePicker.prototype.c3 = function () {
1157
1190
  if (this.s != null) {
1158
- if (+(this.ax) != +(dateMinValue())) {
1191
+ if (+(this.az) != +(dateMinValue())) {
1159
1192
  var a = "";
1160
- if (this.bm == null) {
1161
- a = this.e.i(this.a1);
1193
+ if (this.bo == null) {
1194
+ a = this.e.i(this.a3);
1162
1195
  }
1163
1196
  else {
1164
- var b = this.a1.getDate().toString();
1197
+ var b = this.a3.getDate().toString();
1165
1198
  var c = b;
1166
- if (this.a4 == "dd") {
1167
- if (this.a1.getDate() < 10) {
1199
+ if (this.a6 == "dd") {
1200
+ if (this.a3.getDate() < 10) {
1168
1201
  b = "0" + b;
1169
1202
  }
1170
1203
  }
1171
- else if (this.a4 == "ddd") {
1172
- switch (this.a1.getDay()) {
1204
+ else if (this.a6 == "ddd") {
1205
+ switch (this.a3.getDay()) {
1173
1206
  case 0:
1174
1207
  b = !stringIsNullOrWhiteSpace(this.af.b1("Sunday_Short")) ? this.af.b1("Sunday_Short") : "Sun";
1175
1208
  break;
@@ -1193,8 +1226,8 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1193
1226
  break;
1194
1227
  }
1195
1228
  }
1196
- else if (this.a4 == "dddd") {
1197
- switch (this.a1.getDay()) {
1229
+ else if (this.a6 == "dddd") {
1230
+ switch (this.a3.getDay()) {
1198
1231
  case 0:
1199
1232
  b = !stringIsNullOrWhiteSpace(this.af.b1("Sunday_Full")) ? this.af.b1("Sunday_Full") : "Sunday";
1200
1233
  break;
@@ -1218,14 +1251,14 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1218
1251
  break;
1219
1252
  }
1220
1253
  }
1221
- var d = dateGetMonth(this.a1).toString();
1222
- if (this.a8 == "mm") {
1223
- if (dateGetMonth(this.a1) < 10) {
1254
+ var d = dateGetMonth(this.a3).toString();
1255
+ if (this.ba == "mm") {
1256
+ if (dateGetMonth(this.a3) < 10) {
1224
1257
  d = "0" + d;
1225
1258
  }
1226
1259
  }
1227
- else if (this.a8 == "mmm") {
1228
- switch (dateGetMonth(this.a1)) {
1260
+ else if (this.ba == "mmm") {
1261
+ switch (dateGetMonth(this.a3)) {
1229
1262
  case 1:
1230
1263
  d = !stringIsNullOrWhiteSpace(this.af.b1("January_Short")) ? this.af.b1("January_Short") : "Jan";
1231
1264
  break;
@@ -1264,8 +1297,8 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1264
1297
  break;
1265
1298
  }
1266
1299
  }
1267
- else if (this.a8 == "mmmm") {
1268
- switch (dateGetMonth(this.a1)) {
1300
+ else if (this.ba == "mmmm") {
1301
+ switch (dateGetMonth(this.a3)) {
1269
1302
  case 1:
1270
1303
  d = !stringIsNullOrWhiteSpace(this.af.b1("January_Full")) ? this.af.b1("January_Full") : "January";
1271
1304
  break;
@@ -1304,131 +1337,138 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1304
1337
  break;
1305
1338
  }
1306
1339
  }
1307
- var e = this.a1.getFullYear().toString();
1308
- if (this.bb == "yy") {
1340
+ var e = this.a3.getFullYear().toString();
1341
+ if (this.bd == "yy") {
1309
1342
  e = e.substr(2);
1310
1343
  }
1311
- if (this.a5 == "dmy") {
1312
- if (this.a4 == "ddd" || this.a4 == "dddd") {
1313
- a = b + this.ba + d + " " + c + this.ba + e;
1344
+ if (this.a7 == "dmy") {
1345
+ if (this.a6 == "ddd" || this.a6 == "dddd") {
1346
+ a = b + this.bc + d + " " + c + this.bc + e;
1314
1347
  }
1315
1348
  else {
1316
- a = b + this.ba + d + this.ba + e;
1349
+ a = b + this.bc + d + this.bc + e;
1317
1350
  }
1318
1351
  }
1319
- else if (this.a5 == "mdy") {
1320
- if (this.a4 == "ddd" || this.a4 == "dddd") {
1321
- a = d + " " + c + this.ba + b + this.ba + e;
1352
+ else if (this.a7 == "mdy") {
1353
+ if (this.a6 == "ddd" || this.a6 == "dddd") {
1354
+ a = d + " " + c + this.bc + b + this.bc + e;
1322
1355
  }
1323
1356
  else {
1324
- a = d + this.ba + b + this.ba + e;
1357
+ a = d + this.bc + b + this.bc + e;
1325
1358
  }
1326
1359
  }
1327
- else if (this.a5 == "ymd") {
1328
- if (this.a4 == "ddd" || this.a4 == "dddd") {
1329
- a = e + this.ba + d + " " + c + this.ba + b;
1360
+ else if (this.a7 == "ymd") {
1361
+ if (this.a6 == "ddd" || this.a6 == "dddd") {
1362
+ a = e + this.bc + d + " " + c + this.bc + b;
1330
1363
  }
1331
1364
  else {
1332
- a = e + this.ba + d + this.ba + b;
1365
+ a = e + this.bc + d + this.bc + b;
1333
1366
  }
1334
1367
  }
1335
1368
  }
1336
- this.s.cg = a;
1369
+ this.s.cj = a;
1337
1370
  this.l.am();
1338
1371
  }
1339
1372
  else {
1340
- this.s.cg = "";
1373
+ this.s.cj = "";
1341
1374
  this.l.ab();
1342
1375
  }
1343
1376
  }
1344
1377
  };
1345
- DatePicker.prototype.b8 = function () {
1378
+ DatePicker.prototype.cb = function () {
1346
1379
  if (this.s != null) {
1347
- this.s.cg = "";
1380
+ this.s.cj = "";
1348
1381
  }
1349
- this.a1 = dateMinValue();
1350
- this.g.cg();
1382
+ this.a3 = dateMinValue();
1383
+ this.g.ch();
1351
1384
  };
1352
- DatePicker.prototype.cb = function () {
1385
+ DatePicker.prototype.ce = function () {
1353
1386
  this.y = new Popup();
1354
1387
  this.l.ak(this.y);
1355
- this.g = new Calendar();
1388
+ this.g = new XCalendar();
1356
1389
  this.l.af(this.g);
1357
- if (+(this.az) != +(dateMinValue())) {
1358
- this.g.ar = this.az;
1390
+ if (+(this.a1) != +(dateMinValue())) {
1391
+ this.g.au = this.a1;
1359
1392
  }
1360
- if (+(this.ay) != +(dateMaxValue())) {
1361
- this.g.aq = this.ay;
1393
+ if (+(this.a0) != +(dateMaxValue())) {
1394
+ this.g.at = this.a0;
1362
1395
  }
1363
- if (+(this.a0) != +(dateMinValue())) {
1364
- this.g.as = this.a0;
1396
+ if (+(this.a2) != +(dateMinValue())) {
1397
+ this.g.av = this.a2;
1365
1398
  }
1366
- this.g.z = this.ar;
1367
- this.g.n = this.n;
1368
- this.g.aa = this.as;
1369
- this.g.q = this.p;
1399
+ this.g.ae = this.at;
1400
+ this.g.p = this.n;
1401
+ this.g.af = this.au;
1402
+ this.g.s = this.p;
1370
1403
  var a = this.g;
1371
- a.valueChanged = delegateCombine(a.valueChanged, runOn(this, this.b6));
1404
+ a.valueChanged = delegateCombine(a.valueChanged, runOn(this, this.b9));
1372
1405
  var b = this.g;
1373
- b.close = delegateCombine(b.close, runOn(this, this.b5));
1406
+ b.close = delegateCombine(b.close, runOn(this, this.b8));
1374
1407
  this.y.appendPopupContent(this.l.m());
1375
1408
  };
1376
- DatePicker.prototype.b6 = function (a, b) {
1377
- this.a1 = b.newValue;
1409
+ DatePicker.prototype.b9 = function (a, b) {
1410
+ this.a3 = b.newValue;
1378
1411
  };
1379
- DatePicker.prototype.b5 = function (a) {
1412
+ DatePicker.prototype.b8 = function (a) {
1380
1413
  if (this.y.t) {
1381
- this.b9();
1382
1414
  this.ah = true;
1415
+ this.cc();
1383
1416
  }
1384
1417
  };
1385
- DatePicker.prototype.cg = function () {
1418
+ DatePicker.prototype.cj = function () {
1386
1419
  if (this.ah == false) {
1387
1420
  if (this.y.t) {
1388
- this.b9();
1421
+ this.cc();
1389
1422
  }
1390
1423
  else {
1391
- this.ct();
1424
+ this.cw();
1392
1425
  }
1393
1426
  }
1394
1427
  else {
1395
1428
  this.ah = false;
1396
1429
  }
1397
1430
  };
1398
- DatePicker.prototype.ct = function () {
1431
+ DatePicker.prototype.cw = function () {
1432
+ if (this.aq) {
1433
+ return;
1434
+ }
1399
1435
  var a = this.l.ap();
1400
1436
  if (this.y != null) {
1401
1437
  this.y.showRelativeToExclusionRect(a, 0, 0);
1402
1438
  }
1403
1439
  this.l.an(true);
1404
1440
  };
1405
- DatePicker.prototype.b9 = function () {
1441
+ DatePicker.prototype.cc = function () {
1442
+ var _this = this;
1406
1443
  if (this.y != null) {
1407
- this.y.ao();
1444
+ window.setTimeout(function () { return _this.y.ao(); }, 0);
1408
1445
  }
1409
1446
  if (this.g != null) {
1410
- this.g.cr();
1447
+ this.g.cy();
1411
1448
  }
1412
1449
  this.l.an(false);
1413
1450
  this.ah = false;
1414
1451
  };
1415
- DatePicker.prototype.focus = function () {
1452
+ DatePicker.prototype.focus = function (a) {
1416
1453
  var _this = this;
1454
+ if (a === void 0) {
1455
+ a = false;
1456
+ }
1417
1457
  if (this.s != null) {
1418
- this.s.focus();
1458
+ this.s.focus(a);
1419
1459
  }
1420
- if (!this.y.t) {
1460
+ if (!this.y.t && this.ar == true) {
1421
1461
  if (this.ah == false) {
1422
- if (this.ao == false) {
1423
- this.ct();
1462
+ if (this.ap == false) {
1463
+ this.cw();
1424
1464
  this.ah = true;
1425
- window.setTimeout(function () { return _this.ce(); }, 0);
1465
+ window.setTimeout(function () { return _this.ch(); }, 0);
1426
1466
  }
1427
1467
  else {
1428
- if (this.ap == true && this.am == false) {
1429
- this.ct();
1468
+ if (this.ar == true && this.an == false) {
1469
+ this.cw();
1430
1470
  this.ah = true;
1431
- window.setTimeout(function () { return _this.ce(); }, 0);
1471
+ window.setTimeout(function () { return _this.ch(); }, 0);
1432
1472
  }
1433
1473
  }
1434
1474
  }
@@ -1437,32 +1477,33 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1437
1477
  }
1438
1478
  }
1439
1479
  };
1440
- DatePicker.prototype.cf = function () {
1480
+ DatePicker.prototype.ci = function () {
1481
+ this.ah = false;
1441
1482
  };
1442
- DatePicker.prototype.cw = function () {
1483
+ DatePicker.prototype.cz = function () {
1443
1484
  if (this.s != null) {
1444
- this.s.dd();
1485
+ this.s.dg();
1445
1486
  }
1446
1487
  };
1447
- DatePicker.prototype.ce = function () {
1448
- this.g.cj();
1488
+ DatePicker.prototype.ch = function () {
1489
+ this.g.cq();
1449
1490
  };
1450
- DatePicker.prototype.cm = function () {
1491
+ DatePicker.prototype.cp = function () {
1451
1492
  var a = new GotFocusEventArgs();
1452
- this.co(a);
1493
+ this.cr(a);
1453
1494
  };
1454
- DatePicker.prototype.cn = function () {
1495
+ DatePicker.prototype.cq = function () {
1455
1496
  var a = new LostFocusEventArgs();
1456
- this.cq(a);
1497
+ this.ct(a);
1457
1498
  };
1458
- DatePicker.prototype.cy = function () {
1499
+ DatePicker.prototype.c1 = function () {
1459
1500
  };
1460
- DatePicker.prototype.cx = function () {
1501
+ DatePicker.prototype.c0 = function () {
1461
1502
  };
1462
- DatePicker.prototype.a3 = function () {
1503
+ DatePicker.prototype.a5 = function () {
1463
1504
  return this.f();
1464
1505
  };
1465
- DatePicker.prototype.bj = function () {
1506
+ DatePicker.prototype.bl = function () {
1466
1507
  var a = this.f();
1467
1508
  return a.g();
1468
1509
  };
@@ -1472,7 +1513,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1472
1513
  a.a = this.b;
1473
1514
  a.e = this.y.ab();
1474
1515
  a.d = this.u.ia();
1475
- a.c = this.g.bg();
1516
+ a.c = this.g.bj();
1476
1517
  if (this.ad != null) {
1477
1518
  var b = this.ad;
1478
1519
  if (this.l != null && b.n == null) {
@@ -1503,29 +1544,29 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1503
1544
  }
1504
1545
  return a;
1505
1546
  };
1506
- DatePicker.prototype.co = function (a) {
1547
+ DatePicker.prototype.cr = function (a) {
1507
1548
  if (null != this.gotFocus) {
1508
1549
  this.gotFocus(this, a);
1509
1550
  }
1510
1551
  };
1511
- DatePicker.prototype.cq = function (a) {
1552
+ DatePicker.prototype.ct = function (a) {
1512
1553
  if (null != this.lostFocus) {
1513
1554
  this.lostFocus(this, a);
1514
1555
  }
1515
1556
  };
1516
- DatePicker.prototype.cp = function (a) {
1557
+ DatePicker.prototype.cs = function (a) {
1517
1558
  if (null != this.keyDown) {
1518
1559
  this.keyDown(this, a);
1519
1560
  }
1520
1561
  };
1521
- DatePicker.prototype.cl = function (a) {
1562
+ DatePicker.prototype.co = function (a) {
1522
1563
  if (null != this.changing) {
1523
1564
  this.changing(this, a);
1524
1565
  }
1525
1566
  };
1526
1567
  DatePicker.$t = markType(DatePicker, 'DatePicker', Base.$, [INotifyPropertyChanged_$type]);
1527
- DatePicker.be = "M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z";
1528
- DatePicker.bf = "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z";
1568
+ DatePicker.bg = "M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z";
1569
+ DatePicker.bh = "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z";
1529
1570
  DatePicker.ab = null;
1530
1571
  return DatePicker;
1531
1572
  }(Base));