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
@@ -5,13 +5,13 @@ https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
7
  import { Base, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, delegateRemove, enumGetBox, delegateCombine } from "igniteui-webcomponents-core";
8
- import { InputGroup } from "./InputGroup";
9
- import { Label } from "./Label";
10
- import { Input } from "./Input";
11
- import { Suffix } from "./Suffix";
12
- import { Icon } from "./Icon";
8
+ import { XInputGroup } from "./XInputGroup";
9
+ import { XLabel } from "./XLabel";
10
+ import { XInput } from "./XInput";
11
+ import { XSuffix } from "./XSuffix";
12
+ import { XIcon } from "./XIcon";
13
13
  import { Popup } from "igniteui-webcomponents-layouts";
14
- import { Calendar } from "./Calendar";
14
+ import { XCalendar } from "./XCalendar";
15
15
  import { SRProvider } from "igniteui-webcomponents-core";
16
16
  import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
17
17
  import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
@@ -81,7 +81,7 @@ export let DatePickerView = /*@__PURE__*/ (() => {
81
81
  this.h = this.c.createElement("div");
82
82
  this.h.setAttribute("aria-hidden", "true");
83
83
  this.g = this.c.createElement("div");
84
- this.a.ca();
84
+ this.a.cd();
85
85
  this.i.getChildAt(0).setAttribute("aria-expanded", "fasle");
86
86
  this.i.getChildAt(0).setAttribute("aria-invalid", "false");
87
87
  this.e.setStyleProperty("height", "16px");
@@ -96,30 +96,35 @@ export let DatePickerView = /*@__PURE__*/ (() => {
96
96
  if (this.c != null) {
97
97
  let b = this.c.getSubRenderer(this.j);
98
98
  a.provideContainer(b);
99
+ let c = this.c.getExternal(a, b.rootWrapper, this.c.getExternal(this.a, null, null));
99
100
  }
100
101
  }
101
102
  aj(a) {
102
103
  if (this.c != null) {
103
104
  let b = this.c.getSubRenderer(this.k);
104
105
  a.provideContainer(b);
106
+ let c = this.c.getExternal(a, b.rootWrapper, this.c.getExternal(this.a, null, null));
105
107
  }
106
108
  }
107
109
  ai(a) {
108
110
  if (this.c != null) {
109
111
  let b = this.c.getSubRenderer(this.i);
110
112
  a.provideContainer(b);
113
+ let c = this.c.getExternal(a, b.rootWrapper, this.c.getExternal(this.a, null, null));
111
114
  }
112
115
  }
113
116
  al(a, b) {
114
117
  if (this.c != null) {
115
118
  let c = this.c.getSubRenderer(b);
116
119
  a.provideContainer(c);
120
+ let d = this.c.getExternal(a, c.rootWrapper, this.c.getExternal(this.a, null, null));
117
121
  }
118
122
  }
119
123
  ag(a, b) {
120
124
  if (this.c != null) {
121
125
  let c = this.c.getSubRenderer(b);
122
126
  a.provideContainer(c);
127
+ let d = this.c.getExternal(a, c.rootWrapper, this.c.getExternal(this.a, null, null));
123
128
  }
124
129
  }
125
130
  s() {
@@ -160,7 +165,7 @@ export let DatePickerView = /*@__PURE__*/ (() => {
160
165
  }
161
166
  am() {
162
167
  if (this.e != null) {
163
- if (this.a.aq == true) {
168
+ if (this.a.as == true) {
164
169
  this.e.show();
165
170
  }
166
171
  else {
@@ -180,7 +185,7 @@ export let DatePickerView = /*@__PURE__*/ (() => {
180
185
  this.d.setStyleProperty("width", "100%");
181
186
  this.d.setStyleProperty("height", "100%");
182
187
  this.d.setStyleProperty("display", "flex");
183
- this.a.cb();
188
+ this.a.ce();
184
189
  this.d.parent().setStyleProperty("height", "100%");
185
190
  }
186
191
  }
@@ -188,51 +193,53 @@ export let DatePickerView = /*@__PURE__*/ (() => {
188
193
  if (this.c != null) {
189
194
  let b = this.c.getSubRenderer(this.l);
190
195
  a.provideRenderer(b);
196
+ let c = b.getExternal(a, b.rootWrapper, b.getExternal(this.a, null, null));
191
197
  }
192
198
  }
193
199
  af(a) {
194
200
  if (this.c != null) {
195
201
  let b = this.c.getSubRenderer(this.d);
196
202
  a.provideContainer(b);
203
+ let c = this.c.getExternal(a, b.rootWrapper, this.c.getExternal(this.a, null, null));
197
204
  }
198
205
  }
199
206
  m() {
200
207
  return this.d;
201
208
  }
202
209
  w(a) {
203
- this.a.b8();
210
+ this.a.cb();
204
211
  if (this.e != null) {
205
212
  this.e.hide();
206
213
  }
207
214
  }
208
215
  aa(a) {
209
216
  a.stopPropagation();
210
- this.a.cg();
217
+ this.a.cj();
211
218
  }
212
219
  v(a) {
213
220
  let b = a.which;
214
221
  if (b == 27) {
215
- this.a.b9();
222
+ this.a.cc();
216
223
  }
217
224
  }
218
225
  t(a) {
219
226
  this.a.focus();
220
227
  let b = (a.originalEvent.relatedTarget);
221
228
  if (!this.b(b)) {
222
- this.a.cm();
229
+ this.a.cp();
223
230
  }
224
231
  }
225
232
  u(a) {
226
- this.a.cf();
227
233
  let b = (a.originalEvent.relatedTarget);
228
234
  if (!this.b(b)) {
229
- this.a.cn();
235
+ this.a.ci();
236
+ this.a.cq();
230
237
  }
231
238
  }
232
239
  z(a) {
233
240
  let b = a.target;
234
241
  if (!this.b(b)) {
235
- this.a.b9();
242
+ this.a.cc();
236
243
  }
237
244
  }
238
245
  ap() {
@@ -273,41 +280,42 @@ export let DatePicker = /*@__PURE__*/ (() => {
273
280
  this.q = null;
274
281
  this.r = null;
275
282
  this.g = null;
276
- this.a4 = "dd";
277
- this.a8 = "mm";
278
- this.bb = "yyyy";
279
- this.a5 = "mdy";
280
- this.ba = "/";
283
+ this.a6 = "dd";
284
+ this.ba = "mm";
285
+ this.bd = "yyyy";
286
+ this.a7 = "mdy";
287
+ this.bc = "/";
281
288
  this.ah = false;
289
+ this.ao = false;
282
290
  this.an = false;
283
- this.am = false;
284
- this.av = dateMinValue();
291
+ this.ax = dateMinValue();
285
292
  this.propertyChanged = null;
286
293
  this.valueChanged = null;
287
294
  this.ae = null;
288
- this.ax = dateMinValue();
289
- this.aw = dateMinValue();
290
- this.a7 = "";
291
- this.c6 = BrushUtil.g(255, 24, 29, 31);
292
- this.z = null;
295
+ this.az = dateMinValue();
296
+ this.ay = dateMinValue();
293
297
  this.a9 = "";
294
- this.au = dateMinValue();
295
- this.at = dateMaxValue();
298
+ this.c9 = BrushUtil.g(255, 24, 29, 31);
299
+ this.z = null;
300
+ this.bb = "";
301
+ this.aw = dateMinValue();
302
+ this.av = dateMaxValue();
296
303
  this.c = 2;
297
304
  this.a = 1;
298
305
  this.aa = null;
299
- this.c7 = BrushUtil.g(255, 24, 29, 31);
300
- this.c5 = BrushUtil.g(255, 163, 172, 184);
301
- this.aj = true;
302
- this.ak = false;
306
+ this.da = BrushUtil.g(255, 24, 29, 31);
307
+ this.c8 = BrushUtil.g(255, 163, 172, 184);
308
+ this.ak = true;
309
+ this.al = false;
303
310
  this.ag = true;
304
- this.ai = true;
311
+ this.aj = true;
305
312
  this.m = 0;
306
313
  this.o = 0;
307
- this.al = false;
314
+ this.am = false;
308
315
  this.e = new DateTimeValueFormatter();
309
316
  this.h = 0;
310
- this.a6 = null;
317
+ this.a8 = null;
318
+ this.ai = false;
311
319
  this.gotFocus = null;
312
320
  this.lostFocus = null;
313
321
  this.keyDown = null;
@@ -316,13 +324,14 @@ export let DatePicker = /*@__PURE__*/ (() => {
316
324
  a.a = this;
317
325
  this.l = a;
318
326
  this.l.ae();
327
+ this.ca();
319
328
  }
320
- cs(a, b) {
329
+ cv(a, b) {
321
330
  if (this.y != null) {
322
- this.b9();
323
331
  this.ah = true;
332
+ this.cc();
324
333
  }
325
- this.c0();
334
+ this.c3();
326
335
  if (this.valueChanged != null) {
327
336
  this.valueChanged(this, ((() => {
328
337
  let $ret = new ValueChangedEventArgs();
@@ -331,7 +340,7 @@ export let DatePicker = /*@__PURE__*/ (() => {
331
340
  return $ret;
332
341
  })()));
333
342
  }
334
- this.cw();
343
+ this.cz();
335
344
  }
336
345
  notifySizeChanged() {
337
346
  this.l.ac();
@@ -339,9 +348,9 @@ export let DatePicker = /*@__PURE__*/ (() => {
339
348
  destroy() {
340
349
  if (this.g != null) {
341
350
  let a = this.g;
342
- a.valueChanged = delegateRemove(a.valueChanged, runOn(this, this.b6));
351
+ a.valueChanged = delegateRemove(a.valueChanged, runOn(this, this.b9));
343
352
  let b = this.g;
344
- b.close = delegateRemove(b.close, runOn(this, this.b5));
353
+ b.close = delegateRemove(b.close, runOn(this, this.b8));
345
354
  }
346
355
  this.provideContainer(null);
347
356
  }
@@ -355,45 +364,45 @@ export let DatePicker = /*@__PURE__*/ (() => {
355
364
  }
356
365
  return this.ae;
357
366
  }
358
- get a1() {
359
- return this.ax;
367
+ get a3() {
368
+ return this.az;
360
369
  }
361
- set a1(a) {
362
- let b = this.ax;
363
- this.av = b;
364
- this.ax = a;
365
- if (+b != +(this.ax)) {
366
- this.cr("Value", b, this.ax);
370
+ set a3(a) {
371
+ let b = this.az;
372
+ this.ax = b;
373
+ this.az = a;
374
+ if (+b != +(this.az)) {
375
+ this.cu("Value", b, this.az);
367
376
  }
368
377
  }
369
- get a0() {
370
- return this.aw;
378
+ get a2() {
379
+ return this.ay;
371
380
  }
372
- set a0(a) {
373
- let b = this.aw;
374
- this.aw = a;
375
- if (+b != +(this.aw)) {
376
- this.cr("Today", b, this.aw);
381
+ set a2(a) {
382
+ let b = this.ay;
383
+ this.ay = a;
384
+ if (+b != +(this.ay)) {
385
+ this.cu("Today", b, this.ay);
377
386
  }
378
387
  }
379
- get bp() {
380
- return this.a7;
388
+ get bs() {
389
+ return this.a9;
381
390
  }
382
- set bp(a) {
383
- let b = this.a7;
384
- this.a7 = a;
385
- if (b != this.a7) {
386
- this.cr("Label", b, this.a7);
391
+ set bs(a) {
392
+ let b = this.a9;
393
+ this.a9 = a;
394
+ if (b != this.a9) {
395
+ this.cu("Label", b, this.a9);
387
396
  }
388
397
  }
389
- get c9() {
390
- return this.c6;
398
+ get dc() {
399
+ return this.c9;
391
400
  }
392
- set c9(a) {
393
- let b = this.c6;
394
- this.c6 = a;
395
- if (b != this.c6) {
396
- this.cr("LabelTextColor", b, a);
401
+ set dc(a) {
402
+ let b = this.c9;
403
+ this.c9 = a;
404
+ if (b != this.c9) {
405
+ this.cu("LabelTextColor", b, a);
397
406
  }
398
407
  }
399
408
  get ac() {
@@ -403,37 +412,37 @@ export let DatePicker = /*@__PURE__*/ (() => {
403
412
  let b = this.z;
404
413
  this.z = a;
405
414
  if (b != this.z) {
406
- this.cr("LabelTextStyle", b, this.z);
415
+ this.cu("LabelTextStyle", b, this.z);
407
416
  }
408
417
  }
409
- get bw() {
410
- return this.a9;
418
+ get bz() {
419
+ return this.bb;
411
420
  }
412
- set bw(a) {
413
- let b = this.a9;
414
- this.a9 = a;
415
- if (b != this.a9) {
416
- this.cr("Placeholder", b, this.a9);
421
+ set bz(a) {
422
+ let b = this.bb;
423
+ this.bb = a;
424
+ if (b != this.bb) {
425
+ this.cu("Placeholder", b, this.bb);
417
426
  }
418
427
  }
419
- get az() {
420
- return this.au;
428
+ get a1() {
429
+ return this.aw;
421
430
  }
422
- set az(a) {
423
- let b = this.au;
424
- this.au = a;
425
- if (+b != +(this.au)) {
426
- this.cr("MinDate", b, this.au);
431
+ set a1(a) {
432
+ let b = this.aw;
433
+ this.aw = a;
434
+ if (+b != +(this.aw)) {
435
+ this.cu("MinDate", b, this.aw);
427
436
  }
428
437
  }
429
- get ay() {
430
- return this.at;
438
+ get a0() {
439
+ return this.av;
431
440
  }
432
- set ay(a) {
433
- let b = this.at;
434
- this.at = a;
435
- if (+b != +(this.at)) {
436
- this.cr("MaxDate", b, this.at);
441
+ set a0(a) {
442
+ let b = this.av;
443
+ this.av = a;
444
+ if (+b != +(this.av)) {
445
+ this.cu("MaxDate", b, this.av);
437
446
  }
438
447
  }
439
448
  get d() {
@@ -443,7 +452,7 @@ export let DatePicker = /*@__PURE__*/ (() => {
443
452
  let b = this.c;
444
453
  this.c = a;
445
454
  if (b != this.c) {
446
- this.cr("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.c));
455
+ this.cu("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.c));
447
456
  }
448
457
  }
449
458
  get b() {
@@ -453,7 +462,7 @@ export let DatePicker = /*@__PURE__*/ (() => {
453
462
  let b = this.a;
454
463
  this.a = a;
455
464
  if (b != this.a) {
456
- this.cr("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.a));
465
+ this.cu("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.a));
457
466
  }
458
467
  }
459
468
  get ad() {
@@ -463,67 +472,67 @@ export let DatePicker = /*@__PURE__*/ (() => {
463
472
  let b = this.aa;
464
473
  this.aa = a;
465
474
  if (b != this.aa) {
466
- this.cr("TextStyle", b, this.aa);
475
+ this.cu("TextStyle", b, this.aa);
467
476
  }
468
477
  }
469
- get da() {
470
- return this.c7;
478
+ get dd() {
479
+ return this.da;
471
480
  }
472
- set da(a) {
473
- let b = this.c7;
474
- this.c7 = a;
475
- if (b != this.c7) {
476
- this.cr("TextColor", b, this.c7);
481
+ set dd(a) {
482
+ let b = this.da;
483
+ this.da = a;
484
+ if (b != this.da) {
485
+ this.cu("TextColor", b, this.da);
477
486
  }
478
487
  }
479
- get c8() {
480
- return this.c5;
481
- }
482
- set c8(a) {
483
- let b = this.c5;
484
- this.c5 = a;
485
- if (b != this.c5) {
486
- this.cr("IconColor", b, this.c5);
487
- }
488
+ get db() {
489
+ return this.c8;
488
490
  }
489
- get aq() {
490
- return this.aj;
491
- }
492
- set aq(a) {
493
- let b = this.aj;
494
- this.aj = a;
495
- if (b != this.aj) {
496
- this.cr("ShowClearButton", b, this.aj);
491
+ set db(a) {
492
+ let b = this.c8;
493
+ this.c8 = a;
494
+ if (b != this.c8) {
495
+ this.cu("IconColor", b, this.c8);
497
496
  }
498
497
  }
499
- get ar() {
498
+ get as() {
500
499
  return this.ak;
501
500
  }
502
- set ar(a) {
501
+ set as(a) {
503
502
  let b = this.ak;
504
503
  this.ak = a;
505
504
  if (b != this.ak) {
506
- this.cr("ShowTodayButton", b, this.ak);
505
+ this.cu("ShowClearButton", b, this.ak);
507
506
  }
508
507
  }
509
- get ao() {
508
+ get at() {
509
+ return this.al;
510
+ }
511
+ set at(a) {
512
+ let b = this.al;
513
+ this.al = a;
514
+ if (b != this.al) {
515
+ this.cu("ShowTodayButton", b, this.al);
516
+ }
517
+ }
518
+ get ap() {
510
519
  return this.ag;
511
520
  }
512
- set ao(a) {
521
+ set ap(a) {
513
522
  let b = this.ag;
514
523
  this.ag = a;
515
524
  if (b != this.ag) {
516
- this.cr("AllowTextInput", b, this.ag);
525
+ this.cu("AllowTextInput", b, this.ag);
517
526
  }
518
527
  }
519
- get ap() {
520
- return this.ai;
528
+ get ar() {
529
+ return this.aj;
521
530
  }
522
- set ap(a) {
523
- let b = this.ai;
524
- this.ai = a;
525
- if (b != this.ai) {
526
- this.cr("OpenOnFocus", b, this.ai);
531
+ set ar(a) {
532
+ let b = this.aj;
533
+ this.aj = a;
534
+ if (b != this.aj) {
535
+ this.cu("OpenOnFocus", b, this.aj);
527
536
  }
528
537
  }
529
538
  get n() {
@@ -533,7 +542,7 @@ export let DatePicker = /*@__PURE__*/ (() => {
533
542
  let b = this.m;
534
543
  this.m = a;
535
544
  if (b != this.m) {
536
- this.cr("FirstDayOfWeek", enumGetBox(DayOfWeek_$type, b), enumGetBox(DayOfWeek_$type, this.m));
545
+ this.cu("FirstDayOfWeek", enumGetBox(DayOfWeek_$type, b), enumGetBox(DayOfWeek_$type, this.m));
537
546
  }
538
547
  }
539
548
  get p() {
@@ -543,17 +552,17 @@ export let DatePicker = /*@__PURE__*/ (() => {
543
552
  let b = this.o;
544
553
  this.o = a;
545
554
  if (b != this.o) {
546
- this.cr("FirstWeekOfYear", enumGetBox(FirstWeek_$type, b), enumGetBox(FirstWeek_$type, this.o));
555
+ this.cu("FirstWeekOfYear", enumGetBox(FirstWeek_$type, b), enumGetBox(FirstWeek_$type, this.o));
547
556
  }
548
557
  }
549
- get as() {
550
- return this.al;
558
+ get au() {
559
+ return this.am;
551
560
  }
552
- set as(a) {
553
- let b = this.al;
554
- this.al = a;
555
- if (b != this.al) {
556
- this.cr("ShowWeekNumbers", b, this.al);
561
+ set au(a) {
562
+ let b = this.am;
563
+ this.am = a;
564
+ if (b != this.am) {
565
+ this.cu("ShowWeekNumbers", b, this.am);
557
566
  }
558
567
  }
559
568
  get i() {
@@ -563,49 +572,59 @@ export let DatePicker = /*@__PURE__*/ (() => {
563
572
  let b = this.h;
564
573
  this.h = a;
565
574
  if (this.h != b) {
566
- this.cr("DateFormat", enumGetBox(DateFormats_$type, b), enumGetBox(DateFormats_$type, this.h));
575
+ this.cu("DateFormat", enumGetBox(DateFormats_$type, b), enumGetBox(DateFormats_$type, this.h));
567
576
  }
568
577
  }
569
- get bm() {
570
- return this.a6;
578
+ get bo() {
579
+ return this.a8;
571
580
  }
572
- set bm(a) {
573
- let b = this.a6;
574
- this.a6 = a;
575
- if (b != this.a6) {
576
- this.cr("FormatString", b, this.a6);
581
+ set bo(a) {
582
+ let b = this.a8;
583
+ this.a8 = a;
584
+ if (b != this.a8) {
585
+ this.cu("FormatString", b, this.a8);
577
586
  }
578
587
  }
579
- cr(a, b, c) {
588
+ get aq() {
589
+ return this.ai;
590
+ }
591
+ set aq(a) {
592
+ let b = this.ai;
593
+ this.ai = a;
594
+ if (b != this.ai) {
595
+ this.cu("IsDisabled", b, this.ai);
596
+ }
597
+ }
598
+ cu(a, b, c) {
580
599
  if (this.propertyChanged != null) {
581
600
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
582
601
  }
583
- this.cu(a, b, c);
602
+ this.cx(a, b, c);
584
603
  }
585
- cu(a, b, c) {
604
+ cx(a, b, c) {
586
605
  switch (a) {
587
606
  case "Density":
588
- this.cx();
607
+ this.c0();
589
608
  break;
590
609
  case "BaseTheme":
591
- this.cy();
610
+ this.c1();
592
611
  break;
593
612
  case "Value":
594
- if (+(this.a1) != +(dateMinValue())) {
595
- if (dateGetDate(this.a1) < dateGetDate(this.az) || dateGetDate(this.a1) > dateGetDate(this.ay)) {
596
- this.a1 = this.av;
613
+ if (+(this.a3) != +(dateMinValue())) {
614
+ if (dateGetDate(this.a3) < dateGetDate(this.a1) || dateGetDate(this.a3) > dateGetDate(this.a0)) {
615
+ this.a3 = this.ax;
597
616
  }
598
617
  }
599
- this.cs(this.av, this.a1);
600
- this.av = this.a1;
618
+ this.cv(this.ax, this.a3);
619
+ this.ax = this.a3;
601
620
  if (this.g != null) {
602
- this.g.at = this.a1;
621
+ this.g.aw = this.a3;
603
622
  }
604
623
  break;
605
624
  case "Label":
606
625
  if (this.v != null) {
607
- this.v.text = this.bp;
608
- if (this.bp != null && this.bp != "") {
626
+ this.v.text = this.bs;
627
+ if (this.bs != null && this.bs != "") {
609
628
  if (!this.u.inputs.contains(this.v)) {
610
629
  this.u.inputs.insert(0, this.v);
611
630
  }
@@ -619,48 +638,48 @@ export let DatePicker = /*@__PURE__*/ (() => {
619
638
  break;
620
639
  case "Placeholder":
621
640
  if (this.s != null) {
622
- this.s.b8 = this.bw;
623
- this.l.ao(this.bw);
641
+ this.s.cb = this.bz;
642
+ this.l.ao(this.bz);
624
643
  }
625
644
  break;
626
645
  case "Today":
627
646
  if (this.g != null) {
628
- this.g.as = this.a0;
647
+ this.g.av = this.a2;
629
648
  }
630
649
  break;
631
650
  case "MaxDate":
632
651
  if (this.g != null) {
633
- let d = Base.compareSimple(this.az, this.ay);
652
+ let d = Base.compareSimple(this.a1, this.a0);
634
653
  if (d >= 0) {
635
- this.ay = dateMaxValue();
654
+ this.a0 = dateMaxValue();
636
655
  }
637
- this.g.aq = this.at;
656
+ this.g.at = this.av;
638
657
  }
639
- if (dateGetDate(this.a1) > dateGetDate(this.ay)) {
640
- this.av = dateMinValue();
641
- this.a1 = dateMinValue();
658
+ if (dateGetDate(this.a3) > dateGetDate(this.a0)) {
659
+ this.ax = dateMinValue();
660
+ this.a3 = dateMinValue();
642
661
  }
643
662
  break;
644
663
  case "MinDate":
645
664
  if (this.g != null) {
646
- this.g.ar = this.au;
647
- let e = Base.compareSimple(this.az, this.ay);
665
+ this.g.au = this.aw;
666
+ let e = Base.compareSimple(this.a1, this.a0);
648
667
  if (e >= 0) {
649
- this.av = dateMaxValue();
650
- this.g.aq = this.ay;
668
+ this.ax = dateMaxValue();
669
+ this.g.at = this.a0;
651
670
  }
652
671
  }
653
- if (dateGetDate(this.a1) < dateGetDate(this.az)) {
654
- this.av = dateMinValue();
655
- this.a1 = dateMinValue();
672
+ if (dateGetDate(this.a3) < dateGetDate(this.a1)) {
673
+ this.ax = dateMinValue();
674
+ this.a3 = dateMinValue();
656
675
  }
657
676
  break;
658
677
  case "TextStyle":
659
- this.c1();
678
+ this.c4();
660
679
  break;
661
680
  case "ShowClearButton":
662
681
  if (this.s != null) {
663
- if (this.s.cg != "") {
682
+ if (this.s.cj != "") {
664
683
  this.l.am();
665
684
  }
666
685
  }
@@ -669,47 +688,57 @@ export let DatePicker = /*@__PURE__*/ (() => {
669
688
  case "LabelTextStyle":
670
689
  case "TextColor":
671
690
  case "IconColor":
672
- this.c2();
691
+ this.c5();
673
692
  break;
674
693
  case "ShowTodayButton":
675
694
  if (this.g != null) {
676
- this.g.z = this.ar;
695
+ this.g.ae = this.at;
677
696
  }
678
697
  break;
679
698
  case "AllowTextInput":
680
699
  if (this.s != null) {
681
- this.s.disabled = !this.ao;
700
+ this.s.disabled = !this.ap;
682
701
  }
683
702
  break;
684
703
  case "OpenOnFocus": break;
685
704
  case "DateFormat":
686
- this.e.j(this.i);
687
- this.c0();
705
+ this.e.k(this.i);
706
+ this.c3();
688
707
  break;
689
708
  case "FormatString":
690
- this.b7();
691
- this.c0();
709
+ this.ca();
710
+ this.c3();
692
711
  break;
693
712
  case "FirstDayOfWeek":
694
713
  if (this.g != null) {
695
- this.g.n = this.n;
714
+ this.g.p = this.n;
696
715
  }
697
716
  break;
698
717
  case "ShowWeekNumbers":
699
718
  if (this.g != null) {
700
- this.g.aa = this.as;
719
+ this.g.af = this.au;
701
720
  }
702
721
  break;
703
722
  case "FirstWeekOfYear":
704
723
  if (this.g != null) {
705
- this.g.q = this.p;
724
+ this.g.s = this.p;
725
+ }
726
+ break;
727
+ case "IsDisabled":
728
+ {
729
+ if (this.u != null) {
730
+ this.u.disabled = this.aq;
731
+ }
732
+ if (this.s != null) {
733
+ this.s.disabled = this.aq;
734
+ }
706
735
  }
707
736
  break;
708
737
  }
709
738
  }
710
- b7() {
739
+ ca() {
711
740
  let a = '/';
712
- let b = this.bm.toLowerCase();
741
+ let b = this.bo != null ? this.bo.toLowerCase() : this.e.j();
713
742
  if (stringContains(b, "/")) {
714
743
  a = '/';
715
744
  }
@@ -725,7 +754,7 @@ export let DatePicker = /*@__PURE__*/ (() => {
725
754
  else if (stringContains(b, ",")) {
726
755
  a = ',';
727
756
  }
728
- this.ba = a.toString();
757
+ this.bc = a.toString();
729
758
  let c = b.split(a);
730
759
  if (c.length == 3) {
731
760
  let d = "";
@@ -734,19 +763,19 @@ export let DatePicker = /*@__PURE__*/ (() => {
734
763
  d += "d";
735
764
  switch (c[e]) {
736
765
  case "d":
737
- this.a4 = c[e];
766
+ this.a6 = c[e];
738
767
  break;
739
768
  case "dd":
740
- this.a4 = c[e];
769
+ this.a6 = c[e];
741
770
  break;
742
771
  case "ddd":
743
- this.a4 = c[e];
772
+ this.a6 = c[e];
744
773
  break;
745
774
  case "dddd":
746
- this.a4 = c[e];
775
+ this.a6 = c[e];
747
776
  break;
748
777
  default:
749
- this.a4 = "dd";
778
+ this.a6 = "dd";
750
779
  break;
751
780
  }
752
781
  }
@@ -754,125 +783,125 @@ export let DatePicker = /*@__PURE__*/ (() => {
754
783
  d += "m";
755
784
  switch (c[e]) {
756
785
  case "m":
757
- this.a8 = c[e];
786
+ this.ba = c[e];
758
787
  break;
759
788
  case "mm":
760
- this.a8 = c[e];
789
+ this.ba = c[e];
761
790
  break;
762
791
  case "mmm":
763
- this.a8 = c[e];
792
+ this.ba = c[e];
764
793
  break;
765
794
  case "mmmm":
766
- this.a8 = c[e];
795
+ this.ba = c[e];
767
796
  break;
768
797
  default:
769
- this.a8 = "mm";
798
+ this.ba = "mm";
770
799
  break;
771
800
  }
772
- this.a8 = c[e];
801
+ this.ba = c[e];
773
802
  }
774
803
  else if (stringContains(c[e], "y")) {
775
804
  d += "y";
776
805
  switch (c[e]) {
777
806
  case "yy":
778
- this.bb = c[e];
807
+ this.bd = c[e];
779
808
  break;
780
809
  case "yyyy":
781
- this.bb = c[e];
810
+ this.bd = c[e];
782
811
  break;
783
812
  default:
784
- this.bb = "yyyy";
813
+ this.bd = "yyyy";
785
814
  break;
786
815
  }
787
816
  }
788
817
  }
789
818
  if (d == "dmy" || d == "mdy" || d == "ymd") {
790
- this.a5 = d;
819
+ this.a7 = d;
791
820
  }
792
821
  else {
793
- this.a5 = "mdy";
822
+ this.a7 = "mdy";
794
823
  }
795
824
  }
796
825
  }
797
- c2() {
826
+ c5() {
798
827
  if (this.s != null) {
799
- this.s.dv = this.da;
828
+ this.s.dy = this.dd;
800
829
  }
801
830
  if (this.q != null) {
802
- this.q.fill = this.c8;
831
+ this.q.fill = this.db;
803
832
  }
804
833
  if (this.r != null) {
805
- this.r.fill = this.c8;
834
+ this.r.fill = this.db;
806
835
  }
807
836
  if (this.v != null) {
808
- this.v.dc = this.c9;
837
+ this.v.df = this.dc;
809
838
  this.v.y = this.ac;
810
839
  }
811
840
  }
812
- cz() {
841
+ c2() {
813
842
  if (this.u != null) {
814
843
  }
815
844
  }
816
- c1() {
845
+ c4() {
817
846
  if (this.aa != null) {
818
847
  this.s.ac = this.aa;
819
848
  }
820
849
  }
821
- ca() {
822
- this.u = new InputGroup();
850
+ cd() {
851
+ this.u = new XInputGroup();
823
852
  this.l.ah(this.u);
824
853
  this.u.k = 0;
825
854
  this.u.d = this.b;
826
855
  this.u.h = this.d;
827
- this.v = new Label();
856
+ this.v = new XLabel();
828
857
  this.l.aj(this.v);
829
- this.v.dc = this.c9;
858
+ this.v.df = this.dc;
830
859
  this.v.y = this.ac;
831
860
  this.u.appendContentChild(this.l.s());
832
- if (this.bp != null && this.bp != "") {
833
- this.v.text = this.bp;
861
+ if (this.bs != null && this.bs != "") {
862
+ this.v.text = this.bs;
834
863
  this.u.inputs.add(this.v);
835
864
  }
836
- this.s = new Input();
865
+ this.s = new XInput();
837
866
  this.l.ai(this.s);
838
- this.s.b1 = "text";
867
+ this.s.b3 = "text";
839
868
  if (this.aa != null) {
840
869
  this.s.ac = this.aa;
841
870
  }
842
- this.s.disabled = !this.ao;
843
- this.s.dv = this.da;
871
+ this.s.disabled = !this.ap;
872
+ this.s.dy = this.dd;
844
873
  this.u.appendContentChild(this.l.r());
845
874
  this.u.inputs.add(this.s);
846
- this.s.b8 = this.bw;
847
- this.l.ao(this.bw);
875
+ this.s.cb = this.bz;
876
+ this.l.ao(this.bz);
848
877
  let a = this.s;
849
- a.change = delegateCombine(a.change, runOn(this, this.ch));
878
+ a.change = delegateCombine(a.change, runOn(this, this.ck));
850
879
  let b = this.s;
851
- b.changing = delegateCombine(b.changing, runOn(this, this.ci));
880
+ b.changing = delegateCombine(b.changing, runOn(this, this.cl));
852
881
  let c = this.s;
853
- c.keyDown = delegateCombine(c.keyDown, runOn(this, this.cj));
854
- let d = new Suffix();
882
+ c.keyDown = delegateCombine(c.keyDown, runOn(this, this.cm));
883
+ let d = new XSuffix();
855
884
  this.l.al(d, this.l.o());
856
- this.q = new Icon();
885
+ this.q = new XIcon();
857
886
  this.l.ag(this.q, this.l.n());
858
- this.q.svgPath = DatePicker.bf;
859
- this.q.fill = this.c8;
887
+ this.q.svgPath = DatePicker.bh;
888
+ this.q.fill = this.db;
860
889
  d.appendContentChild(this.l.n());
861
890
  this.u.appendContentChild(this.l.o());
862
891
  this.u.inputs.add(d);
863
- this.c0();
864
- let e = new Suffix();
892
+ this.c3();
893
+ let e = new XSuffix();
865
894
  this.l.al(e, this.l.q());
866
- this.r = new Icon();
895
+ this.r = new XIcon();
867
896
  this.l.ag(this.r, this.l.p());
868
- this.r.svgPath = DatePicker.be;
869
- this.r.fill = this.c8;
897
+ this.r.svgPath = DatePicker.bg;
898
+ this.r.fill = this.db;
870
899
  e.appendContentChild(this.l.p());
871
900
  this.u.appendContentChild(this.l.q());
872
901
  this.u.inputs.add(e);
873
902
  }
874
- cj(a, b) {
875
- this.cp(b);
903
+ cm(a, b) {
904
+ this.cs(b);
876
905
  if (b.defaultPrevented) {
877
906
  return;
878
907
  }
@@ -880,38 +909,38 @@ export let DatePicker = /*@__PURE__*/ (() => {
880
909
  let d = b.modifiers;
881
910
  switch (c) {
882
911
  case 9:
883
- this.am = true;
884
- if (!this.an) {
885
- this.c4(this.s.cg);
912
+ this.an = true;
913
+ if (!this.ao) {
914
+ this.c7(this.s.cj);
886
915
  }
887
- this.b9();
888
916
  this.ah = true;
889
- this.am = false;
917
+ this.cc();
918
+ this.an = false;
890
919
  break;
891
920
  case 13:
892
- this.am = true;
893
- if (!this.an) {
894
- this.c4(this.s.cg);
921
+ this.an = true;
922
+ if (!this.ao) {
923
+ this.c7(this.s.cj);
895
924
  }
896
- this.b9();
897
925
  this.ah = true;
898
- this.am = false;
926
+ this.cc();
927
+ this.an = false;
899
928
  break;
900
929
  case 40:
901
930
  if (d == 1) {
902
- this.ct();
903
- this.ce();
931
+ this.cw();
932
+ this.ch();
904
933
  }
905
934
  break;
906
935
  case 38:
907
936
  if (d == 1) {
908
- this.b9();
937
+ this.cc();
909
938
  }
910
939
  break;
911
940
  }
912
941
  }
913
- ci(a, b) {
914
- this.cl(b);
942
+ cl(a, b) {
943
+ this.co(b);
915
944
  if (b.value.length > 0) {
916
945
  this.l.am();
917
946
  }
@@ -919,12 +948,12 @@ export let DatePicker = /*@__PURE__*/ (() => {
919
948
  this.l.ab();
920
949
  }
921
950
  }
922
- ch(a, b) {
923
- this.an = true;
924
- this.c4(b.value);
925
- this.an = false;
951
+ ck(a, b) {
952
+ this.ao = true;
953
+ this.c7(b.value);
954
+ this.ao = false;
926
955
  }
927
- c4(a) {
956
+ c7(a) {
928
957
  let b = ['/', '-', ' ', '.', ','];
929
958
  let c = stringSplit(a, b, 1);
930
959
  let d = 0;
@@ -935,17 +964,17 @@ export let DatePicker = /*@__PURE__*/ (() => {
935
964
  if (c[0].length == 0 || c[1].length == 0 || c[2].length == 0) {
936
965
  g = false;
937
966
  }
938
- if (this.a5 == "dmy") {
967
+ if (this.a7 == "dmy") {
939
968
  d = parseInt(c[0]);
940
969
  e = parseInt(c[1]);
941
970
  f = parseInt(c[2]);
942
971
  }
943
- else if (this.a5 == "mdy") {
972
+ else if (this.a7 == "mdy") {
944
973
  e = parseInt(c[0]);
945
974
  d = parseInt(c[1]);
946
975
  f = parseInt(c[2]);
947
976
  }
948
- else if (this.a5 == "ymd") {
977
+ else if (this.a7 == "ymd") {
949
978
  f = parseInt(c[0]);
950
979
  e = parseInt(c[1]);
951
980
  d = parseInt(c[2]);
@@ -958,13 +987,13 @@ export let DatePicker = /*@__PURE__*/ (() => {
958
987
  }
959
988
  if (isNaN_(e)) {
960
989
  let h = "";
961
- if (this.a5 == "dmy") {
990
+ if (this.a7 == "dmy") {
962
991
  h = c[1].toLowerCase();
963
992
  }
964
- else if (this.a5 == "mdy") {
993
+ else if (this.a7 == "mdy") {
965
994
  h = c[0].toLowerCase();
966
995
  }
967
- else if (this.a5 == "ymd") {
996
+ else if (this.a7 == "ymd") {
968
997
  h = c[1].toLowerCase();
969
998
  }
970
999
  let i = !stringIsNullOrWhiteSpace(this.af.b1("January_Full")) ? this.af.b1("January_Full").toLowerCase() : "january";
@@ -1040,41 +1069,41 @@ export let DatePicker = /*@__PURE__*/ (() => {
1040
1069
  }
1041
1070
  if (g) {
1042
1071
  let ag = dateFromValues(f, e, d, 0, 0, 0, 0);
1043
- let ah = Base.compareSimple(ag, this.az);
1044
- let ai = Base.compareSimple(ag, this.ay);
1072
+ let ah = Base.compareSimple(ag, this.a1);
1073
+ let ai = Base.compareSimple(ag, this.a0);
1045
1074
  if (ah < 0 || ai > 0) {
1046
- this.c0();
1075
+ this.c3();
1047
1076
  }
1048
1077
  else {
1049
- this.c3(ag);
1078
+ this.c6(ag);
1050
1079
  this.l.am();
1051
1080
  }
1052
1081
  }
1053
1082
  else {
1054
- this.c0();
1083
+ this.c3();
1055
1084
  }
1056
1085
  }
1057
- c3(a) {
1058
- let b = this.a1;
1059
- this.a1 = a;
1086
+ c6(a) {
1087
+ let b = this.a3;
1088
+ this.a3 = a;
1060
1089
  }
1061
- c0() {
1090
+ c3() {
1062
1091
  if (this.s != null) {
1063
- if (+(this.ax) != +(dateMinValue())) {
1092
+ if (+(this.az) != +(dateMinValue())) {
1064
1093
  let a = "";
1065
- if (this.bm == null) {
1066
- a = this.e.i(this.a1);
1094
+ if (this.bo == null) {
1095
+ a = this.e.i(this.a3);
1067
1096
  }
1068
1097
  else {
1069
- let b = this.a1.getDate().toString();
1098
+ let b = this.a3.getDate().toString();
1070
1099
  let c = b;
1071
- if (this.a4 == "dd") {
1072
- if (this.a1.getDate() < 10) {
1100
+ if (this.a6 == "dd") {
1101
+ if (this.a3.getDate() < 10) {
1073
1102
  b = "0" + b;
1074
1103
  }
1075
1104
  }
1076
- else if (this.a4 == "ddd") {
1077
- switch (this.a1.getDay()) {
1105
+ else if (this.a6 == "ddd") {
1106
+ switch (this.a3.getDay()) {
1078
1107
  case 0:
1079
1108
  b = !stringIsNullOrWhiteSpace(this.af.b1("Sunday_Short")) ? this.af.b1("Sunday_Short") : "Sun";
1080
1109
  break;
@@ -1098,8 +1127,8 @@ export let DatePicker = /*@__PURE__*/ (() => {
1098
1127
  break;
1099
1128
  }
1100
1129
  }
1101
- else if (this.a4 == "dddd") {
1102
- switch (this.a1.getDay()) {
1130
+ else if (this.a6 == "dddd") {
1131
+ switch (this.a3.getDay()) {
1103
1132
  case 0:
1104
1133
  b = !stringIsNullOrWhiteSpace(this.af.b1("Sunday_Full")) ? this.af.b1("Sunday_Full") : "Sunday";
1105
1134
  break;
@@ -1123,14 +1152,14 @@ export let DatePicker = /*@__PURE__*/ (() => {
1123
1152
  break;
1124
1153
  }
1125
1154
  }
1126
- let d = dateGetMonth(this.a1).toString();
1127
- if (this.a8 == "mm") {
1128
- if (dateGetMonth(this.a1) < 10) {
1155
+ let d = dateGetMonth(this.a3).toString();
1156
+ if (this.ba == "mm") {
1157
+ if (dateGetMonth(this.a3) < 10) {
1129
1158
  d = "0" + d;
1130
1159
  }
1131
1160
  }
1132
- else if (this.a8 == "mmm") {
1133
- switch (dateGetMonth(this.a1)) {
1161
+ else if (this.ba == "mmm") {
1162
+ switch (dateGetMonth(this.a3)) {
1134
1163
  case 1:
1135
1164
  d = !stringIsNullOrWhiteSpace(this.af.b1("January_Short")) ? this.af.b1("January_Short") : "Jan";
1136
1165
  break;
@@ -1169,8 +1198,8 @@ export let DatePicker = /*@__PURE__*/ (() => {
1169
1198
  break;
1170
1199
  }
1171
1200
  }
1172
- else if (this.a8 == "mmmm") {
1173
- switch (dateGetMonth(this.a1)) {
1201
+ else if (this.ba == "mmmm") {
1202
+ switch (dateGetMonth(this.a3)) {
1174
1203
  case 1:
1175
1204
  d = !stringIsNullOrWhiteSpace(this.af.b1("January_Full")) ? this.af.b1("January_Full") : "January";
1176
1205
  break;
@@ -1209,130 +1238,133 @@ export let DatePicker = /*@__PURE__*/ (() => {
1209
1238
  break;
1210
1239
  }
1211
1240
  }
1212
- let e = this.a1.getFullYear().toString();
1213
- if (this.bb == "yy") {
1241
+ let e = this.a3.getFullYear().toString();
1242
+ if (this.bd == "yy") {
1214
1243
  e = e.substr(2);
1215
1244
  }
1216
- if (this.a5 == "dmy") {
1217
- if (this.a4 == "ddd" || this.a4 == "dddd") {
1218
- a = b + this.ba + d + " " + c + this.ba + e;
1245
+ if (this.a7 == "dmy") {
1246
+ if (this.a6 == "ddd" || this.a6 == "dddd") {
1247
+ a = b + this.bc + d + " " + c + this.bc + e;
1219
1248
  }
1220
1249
  else {
1221
- a = b + this.ba + d + this.ba + e;
1250
+ a = b + this.bc + d + this.bc + e;
1222
1251
  }
1223
1252
  }
1224
- else if (this.a5 == "mdy") {
1225
- if (this.a4 == "ddd" || this.a4 == "dddd") {
1226
- a = d + " " + c + this.ba + b + this.ba + e;
1253
+ else if (this.a7 == "mdy") {
1254
+ if (this.a6 == "ddd" || this.a6 == "dddd") {
1255
+ a = d + " " + c + this.bc + b + this.bc + e;
1227
1256
  }
1228
1257
  else {
1229
- a = d + this.ba + b + this.ba + e;
1258
+ a = d + this.bc + b + this.bc + e;
1230
1259
  }
1231
1260
  }
1232
- else if (this.a5 == "ymd") {
1233
- if (this.a4 == "ddd" || this.a4 == "dddd") {
1234
- a = e + this.ba + d + " " + c + this.ba + b;
1261
+ else if (this.a7 == "ymd") {
1262
+ if (this.a6 == "ddd" || this.a6 == "dddd") {
1263
+ a = e + this.bc + d + " " + c + this.bc + b;
1235
1264
  }
1236
1265
  else {
1237
- a = e + this.ba + d + this.ba + b;
1266
+ a = e + this.bc + d + this.bc + b;
1238
1267
  }
1239
1268
  }
1240
1269
  }
1241
- this.s.cg = a;
1270
+ this.s.cj = a;
1242
1271
  this.l.am();
1243
1272
  }
1244
1273
  else {
1245
- this.s.cg = "";
1274
+ this.s.cj = "";
1246
1275
  this.l.ab();
1247
1276
  }
1248
1277
  }
1249
1278
  }
1250
- b8() {
1279
+ cb() {
1251
1280
  if (this.s != null) {
1252
- this.s.cg = "";
1281
+ this.s.cj = "";
1253
1282
  }
1254
- this.a1 = dateMinValue();
1255
- this.g.cg();
1283
+ this.a3 = dateMinValue();
1284
+ this.g.ch();
1256
1285
  }
1257
- cb() {
1286
+ ce() {
1258
1287
  this.y = new Popup();
1259
1288
  this.l.ak(this.y);
1260
- this.g = new Calendar();
1289
+ this.g = new XCalendar();
1261
1290
  this.l.af(this.g);
1262
- if (+(this.az) != +(dateMinValue())) {
1263
- this.g.ar = this.az;
1291
+ if (+(this.a1) != +(dateMinValue())) {
1292
+ this.g.au = this.a1;
1264
1293
  }
1265
- if (+(this.ay) != +(dateMaxValue())) {
1266
- this.g.aq = this.ay;
1294
+ if (+(this.a0) != +(dateMaxValue())) {
1295
+ this.g.at = this.a0;
1267
1296
  }
1268
- if (+(this.a0) != +(dateMinValue())) {
1269
- this.g.as = this.a0;
1297
+ if (+(this.a2) != +(dateMinValue())) {
1298
+ this.g.av = this.a2;
1270
1299
  }
1271
- this.g.z = this.ar;
1272
- this.g.n = this.n;
1273
- this.g.aa = this.as;
1274
- this.g.q = this.p;
1300
+ this.g.ae = this.at;
1301
+ this.g.p = this.n;
1302
+ this.g.af = this.au;
1303
+ this.g.s = this.p;
1275
1304
  let a = this.g;
1276
- a.valueChanged = delegateCombine(a.valueChanged, runOn(this, this.b6));
1305
+ a.valueChanged = delegateCombine(a.valueChanged, runOn(this, this.b9));
1277
1306
  let b = this.g;
1278
- b.close = delegateCombine(b.close, runOn(this, this.b5));
1307
+ b.close = delegateCombine(b.close, runOn(this, this.b8));
1279
1308
  this.y.appendPopupContent(this.l.m());
1280
1309
  }
1281
- b6(a, b) {
1282
- this.a1 = b.newValue;
1310
+ b9(a, b) {
1311
+ this.a3 = b.newValue;
1283
1312
  }
1284
- b5(a) {
1313
+ b8(a) {
1285
1314
  if (this.y.t) {
1286
- this.b9();
1287
1315
  this.ah = true;
1316
+ this.cc();
1288
1317
  }
1289
1318
  }
1290
- cg() {
1319
+ cj() {
1291
1320
  if (this.ah == false) {
1292
1321
  if (this.y.t) {
1293
- this.b9();
1322
+ this.cc();
1294
1323
  }
1295
1324
  else {
1296
- this.ct();
1325
+ this.cw();
1297
1326
  }
1298
1327
  }
1299
1328
  else {
1300
1329
  this.ah = false;
1301
1330
  }
1302
1331
  }
1303
- ct() {
1332
+ cw() {
1333
+ if (this.aq) {
1334
+ return;
1335
+ }
1304
1336
  let a = this.l.ap();
1305
1337
  if (this.y != null) {
1306
1338
  this.y.showRelativeToExclusionRect(a, 0, 0);
1307
1339
  }
1308
1340
  this.l.an(true);
1309
1341
  }
1310
- b9() {
1342
+ cc() {
1311
1343
  if (this.y != null) {
1312
- this.y.ao();
1344
+ window.setTimeout(() => this.y.ao(), 0);
1313
1345
  }
1314
1346
  if (this.g != null) {
1315
- this.g.cr();
1347
+ this.g.cy();
1316
1348
  }
1317
1349
  this.l.an(false);
1318
1350
  this.ah = false;
1319
1351
  }
1320
- focus() {
1352
+ focus(a = false) {
1321
1353
  if (this.s != null) {
1322
- this.s.focus();
1354
+ this.s.focus(a);
1323
1355
  }
1324
- if (!this.y.t) {
1356
+ if (!this.y.t && this.ar == true) {
1325
1357
  if (this.ah == false) {
1326
- if (this.ao == false) {
1327
- this.ct();
1358
+ if (this.ap == false) {
1359
+ this.cw();
1328
1360
  this.ah = true;
1329
- window.setTimeout(() => this.ce(), 0);
1361
+ window.setTimeout(() => this.ch(), 0);
1330
1362
  }
1331
1363
  else {
1332
- if (this.ap == true && this.am == false) {
1333
- this.ct();
1364
+ if (this.ar == true && this.an == false) {
1365
+ this.cw();
1334
1366
  this.ah = true;
1335
- window.setTimeout(() => this.ce(), 0);
1367
+ window.setTimeout(() => this.ch(), 0);
1336
1368
  }
1337
1369
  }
1338
1370
  }
@@ -1341,32 +1373,33 @@ export let DatePicker = /*@__PURE__*/ (() => {
1341
1373
  }
1342
1374
  }
1343
1375
  }
1344
- cf() {
1376
+ ci() {
1377
+ this.ah = false;
1345
1378
  }
1346
- cw() {
1379
+ cz() {
1347
1380
  if (this.s != null) {
1348
- this.s.dd();
1381
+ this.s.dg();
1349
1382
  }
1350
1383
  }
1351
- ce() {
1352
- this.g.cj();
1384
+ ch() {
1385
+ this.g.cq();
1353
1386
  }
1354
- cm() {
1387
+ cp() {
1355
1388
  let a = new GotFocusEventArgs();
1356
- this.co(a);
1389
+ this.cr(a);
1357
1390
  }
1358
- cn() {
1391
+ cq() {
1359
1392
  let a = new LostFocusEventArgs();
1360
- this.cq(a);
1393
+ this.ct(a);
1361
1394
  }
1362
- cy() {
1395
+ c1() {
1363
1396
  }
1364
- cx() {
1397
+ c0() {
1365
1398
  }
1366
- a3() {
1399
+ a5() {
1367
1400
  return this.f();
1368
1401
  }
1369
- bj() {
1402
+ bl() {
1370
1403
  let a = this.f();
1371
1404
  return a.g();
1372
1405
  }
@@ -1376,7 +1409,7 @@ export let DatePicker = /*@__PURE__*/ (() => {
1376
1409
  a.a = this.b;
1377
1410
  a.e = this.y.ab();
1378
1411
  a.d = this.u.ia();
1379
- a.c = this.g.bg();
1412
+ a.c = this.g.bj();
1380
1413
  if (this.ad != null) {
1381
1414
  let b = this.ad;
1382
1415
  if (this.l != null && b.n == null) {
@@ -1407,30 +1440,30 @@ export let DatePicker = /*@__PURE__*/ (() => {
1407
1440
  }
1408
1441
  return a;
1409
1442
  }
1410
- co(a) {
1443
+ cr(a) {
1411
1444
  if (null != this.gotFocus) {
1412
1445
  this.gotFocus(this, a);
1413
1446
  }
1414
1447
  }
1415
- cq(a) {
1448
+ ct(a) {
1416
1449
  if (null != this.lostFocus) {
1417
1450
  this.lostFocus(this, a);
1418
1451
  }
1419
1452
  }
1420
- cp(a) {
1453
+ cs(a) {
1421
1454
  if (null != this.keyDown) {
1422
1455
  this.keyDown(this, a);
1423
1456
  }
1424
1457
  }
1425
- cl(a) {
1458
+ co(a) {
1426
1459
  if (null != this.changing) {
1427
1460
  this.changing(this, a);
1428
1461
  }
1429
1462
  }
1430
1463
  }
1431
1464
  DatePicker.$t = /*@__PURE__*/ markType(DatePicker, 'DatePicker', Base.$, [INotifyPropertyChanged_$type]);
1432
- 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";
1433
- 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";
1465
+ 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";
1466
+ 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";
1434
1467
  DatePicker.ab = null;
1435
1468
  return DatePicker;
1436
1469
  })();