igniteui-webcomponents-inputs 7.1.1-beta.1 → 7.1.1-beta.3

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 (638) hide show
  1. package/entry-points.json +8 -0
  2. package/{esm2015 → esm2022}/lib/ButtonClickEventArgs.js +6 -6
  3. package/{esm5/lib/ButtonGroupDisplayStyle.js → esm2022/lib/ButtonDisplayStyle.js} +1 -1
  4. package/{esm5/lib/CheckboxLabelPosition.js → esm2022/lib/ButtonGroupDisplayStyle.js} +1 -1
  5. package/{esm5 → esm2022}/lib/ButtonGroupOrientation.js +4 -4
  6. package/{esm2015 → esm2022}/lib/ButtonGroupSelectionChangedEventArgs.js +6 -6
  7. package/esm2022/lib/ButtonGroupView_combined.js +1343 -0
  8. package/esm2022/lib/ButtonGroupVisualModelExport.js +62 -0
  9. package/esm2022/lib/ButtonView_combined.js +3668 -0
  10. package/esm2022/lib/ButtonVisualModelExport.js +108 -0
  11. package/{esm5 → esm2022}/lib/CalendarView_combined.js +899 -1025
  12. package/esm2022/lib/CalendarVisualModelExport.js +98 -0
  13. package/{esm5/lib/ButtonGroupSelectionChangedEventArgs.js → esm2022/lib/CheckboxChangeEventArgs.js} +20 -8
  14. package/{esm2015 → esm2022}/lib/CheckboxLabelPosition.js +1 -1
  15. package/esm2022/lib/CheckboxListVisualModelExport.js +41 -0
  16. package/esm2022/lib/CheckboxView_combined.js +1123 -0
  17. package/esm2022/lib/CheckboxVisualModelExport.js +68 -0
  18. package/{esm2015 → esm2022}/lib/ColorEditorGotFocusEventArgs.js +6 -6
  19. package/{esm2015 → esm2022}/lib/ColorEditorLostFocusEventArgs.js +6 -6
  20. package/{esm2015 → esm2022}/lib/ColorEditorPanelClosedEventArgs.js +6 -6
  21. package/esm2022/lib/ColorEditorPanelSelectedValueChangedEventArgs.js +31 -0
  22. package/esm2022/lib/ColorEditorVisualModelExport.js +38 -0
  23. package/{esm2015 → esm2022}/lib/DateFormats.js +4 -4
  24. package/{esm5 → esm2022}/lib/DatePickerView_combined.js +653 -779
  25. package/esm2022/lib/DatePickerVisualModelExport.js +68 -0
  26. package/{esm5 → esm2022}/lib/DateTimeValueFormatter.js +31 -34
  27. package/{esm2015 → esm2022}/lib/DayInfo.js +12 -12
  28. package/{esm5 → esm2022}/lib/DayOfWeek.js +4 -4
  29. package/esm2022/lib/DefaultMultiSliderTrackBarVisual.js +111 -0
  30. package/esm2022/lib/DefaultMultiSliderTrackRangeVisual.js +206 -0
  31. package/esm2022/lib/DefaultMultiSliderTrackThumbCalloutVisual.js +168 -0
  32. package/esm2022/lib/DefaultMultiSliderTrackThumbVisual.js +191 -0
  33. package/esm2022/lib/DefaultMultiTrackShadeVisual.js +170 -0
  34. package/{esm5 → esm2022}/lib/ElevationHelper.js +15 -20
  35. package/{esm2015 → esm2022}/lib/FirstWeek.js +4 -4
  36. package/{esm2015 → esm2022}/lib/GotFocusEventArgs.js +6 -6
  37. package/{esm5/lib/ISliderTrackOwner.js → esm2022/lib/IMultiSliderTrackBarVisual.js} +1 -1
  38. package/{esm5/lib/IMultiSliderTrackBarVisual.js → esm2022/lib/IMultiSliderTrackRangeVisual.js} +1 -1
  39. package/{esm2015/lib/IMultiSliderTrackBarVisual.js → esm2022/lib/IMultiSliderTrackShadeVisual.js} +1 -1
  40. package/{esm2015/lib/IMultiSliderTrackRangeVisual.js → esm2022/lib/IMultiSliderTrackThumbCalloutVisual.js} +1 -1
  41. package/esm2022/lib/IMultiSliderTrackThumbVisual.js +11 -0
  42. package/{esm2015 → esm2022}/lib/ISliderTrackOwner.js +1 -1
  43. package/esm2022/lib/IconClickedEventArgs.js +24 -0
  44. package/{esm2015/lib/ButtonGroupDisplayStyle.js → esm2022/lib/IconViewType.js} +1 -1
  45. package/esm2022/lib/IconView_combined.js +1318 -0
  46. package/esm2022/lib/IconVisualModelExport.js +89 -0
  47. package/{esm5/lib/ColorEditorGotFocusEventArgs.js → esm2022/lib/InputChangeEventArgs.js} +20 -8
  48. package/{esm2015 → esm2022}/lib/InputGroupDisplayType.js +4 -4
  49. package/esm2022/lib/InputGroupView_combined.js +5638 -0
  50. package/esm2022/lib/InputGroupVisualModelExport.js +107 -0
  51. package/{esm2015 → esm2022}/lib/InputShiftType.js +4 -4
  52. package/esm2022/lib/InputVisualModelExport.js +78 -0
  53. package/{esm2015/lib/IconViewType.js → esm2022/lib/KEYCODES.js} +1 -1
  54. package/{esm2015 → esm2022}/lib/LabelShiftType.js +4 -4
  55. package/esm2022/lib/LabelVisualModelExport.js +82 -0
  56. package/{esm2015 → esm2022}/lib/LostFocusEventArgs.js +6 -6
  57. package/{esm2015 → esm2022}/lib/MaskOptions.js +10 -10
  58. package/esm2022/lib/MaskParsingService.js +211 -0
  59. package/{esm5 → esm2022}/lib/MultiSliderBridge.js +40 -43
  60. package/esm2022/lib/MultiSliderCursor.js +11 -0
  61. package/esm2022/lib/MultiSliderHitInfo.js +20 -0
  62. package/{esm2015 → esm2022}/lib/MultiSliderOrientation.js +4 -4
  63. package/{esm5/lib/ColorEditorPanelClosedEventArgs.js → esm2022/lib/MultiSliderResolvingToolTipValueEventArgs.js} +20 -8
  64. package/{esm2015 → esm2022}/lib/MultiSliderThumbCollection.js +8 -8
  65. package/{esm2015 → esm2022}/lib/MultiSliderThumbRangePosition.js +4 -4
  66. package/esm2022/lib/MultiSliderThumbValueChangingEventArgs.js +19 -0
  67. package/esm2022/lib/MultiSliderThumb_combined.js +293 -0
  68. package/{esm2015/lib/ButtonDisplayStyle.js → esm2022/lib/MultiSliderTrackShadeOrientation.js} +1 -1
  69. package/esm2022/lib/MultiSliderView_combined.js +1779 -0
  70. package/esm2022/lib/MultiSliderVisualArea.js +11 -0
  71. package/esm2022/lib/MultiSliderYValueChangingEventArgs.js +18 -0
  72. package/esm2022/lib/NativeUIXInputsFactory_combined.js +2132 -0
  73. package/{esm2015 → esm2022}/lib/PrefixShiftType.js +4 -4
  74. package/esm2022/lib/PrefixVisualModelExport.js +33 -0
  75. package/{esm2015 → esm2022}/lib/Replaced.js +10 -10
  76. package/esm2022/lib/RippleView_combined.js +392 -0
  77. package/esm2022/lib/RippleVisualModelExport.js +36 -0
  78. package/{esm5/lib/ButtonClickEventArgs.js → esm2022/lib/SelectedValueChangedEventArgs.js} +20 -8
  79. package/{esm2015 → esm2022}/lib/SuffixShiftType.js +4 -4
  80. package/esm2022/lib/SuffixVisualModelExport.js +32 -0
  81. package/esm2022/lib/TextBlockVisualModelExport.js +62 -0
  82. package/esm2022/lib/TextElementsVisualModelExport.js +42 -0
  83. package/esm2022/lib/Theme.js +46 -0
  84. package/esm2022/lib/ThemeResolver.js +190 -0
  85. package/{esm5 → esm2022}/lib/XButtonBridge.js +56 -59
  86. package/{esm5 → esm2022}/lib/XButtonGroupBridge.js +46 -49
  87. package/{esm5 → esm2022}/lib/XButtonGroupButtonCollection.js +10 -13
  88. package/{esm5 → esm2022}/lib/XCheckboxBridge.js +27 -30
  89. package/{esm5 → esm2022}/lib/XComponentBridge.js +19 -26
  90. package/{esm5 → esm2022}/lib/XIconBridge.js +28 -31
  91. package/{esm5 → esm2022}/lib/XIconButtonBridge.js +20 -23
  92. package/{esm5 → esm2022}/lib/XInputBridge.js +117 -120
  93. package/{esm5 → esm2022}/lib/XPopupBridge.js +88 -91
  94. package/esm2022/lib/color-editor-entrypoint.d.ts +1 -0
  95. package/esm2022/lib/color-editor-entrypoint.js +4 -0
  96. package/esm2022/lib/color-editor-panel-entrypoint.d.ts +1 -0
  97. package/esm2022/lib/color-editor-panel-entrypoint.js +4 -0
  98. package/esm2022/lib/igc-color-editor-component.js +547 -0
  99. package/esm2022/lib/igc-color-editor-panel-component.js +431 -0
  100. package/esm2022/lib/igc-multi-slider-component.js +680 -0
  101. package/esm2022/lib/igc-multi-slider-thumb-component.js +268 -0
  102. package/esm2022/lib/igc-x-button-component.js +2395 -0
  103. package/esm2022/lib/igc-x-button-group-component.js +1020 -0
  104. package/esm2022/lib/igc-x-calendar-component.js +508 -0
  105. package/esm2022/lib/igc-x-checkbox-component.js +623 -0
  106. package/esm2022/lib/igc-x-date-picker-component.js +677 -0
  107. package/esm2022/lib/igc-x-icon-component.js +702 -0
  108. package/esm2022/lib/igc-x-input-component.js +600 -0
  109. package/esm2022/lib/igc-x-input-group-component.js +2353 -0
  110. package/esm2022/lib/igc-x-input-group-item-component.js +195 -0
  111. package/esm2022/lib/igc-x-label-component.js +410 -0
  112. package/esm2022/lib/igc-x-prefix-component.js +183 -0
  113. package/esm2022/lib/igc-x-ripple-component.js +382 -0
  114. package/esm2022/lib/igc-x-suffix-component.js +183 -0
  115. package/esm2022/lib/multi-slider-entrypoint.d.ts +1 -0
  116. package/esm2022/lib/multi-slider-entrypoint.js +4 -0
  117. package/esm2022/lib/x-button-entrypoint.d.ts +1 -0
  118. package/esm2022/lib/x-button-entrypoint.js +4 -0
  119. package/esm2022/lib/x-button-group-entrypoint.d.ts +1 -0
  120. package/esm2022/lib/x-button-group-entrypoint.js +4 -0
  121. package/esm2022/lib/x-calendar-entrypoint.d.ts +1 -0
  122. package/esm2022/lib/x-calendar-entrypoint.js +4 -0
  123. package/esm2022/lib/x-checkbox-entrypoint.d.ts +1 -0
  124. package/esm2022/lib/x-checkbox-entrypoint.js +4 -0
  125. package/esm2022/lib/x-date-picker-entrypoint.d.ts +1 -0
  126. package/esm2022/lib/x-date-picker-entrypoint.js +4 -0
  127. package/esm2022/lib/x-icon-entrypoint.d.ts +1 -0
  128. package/esm2022/lib/x-icon-entrypoint.js +4 -0
  129. package/esm2022/lib/x-input-entrypoint.d.ts +1 -0
  130. package/esm2022/lib/x-input-entrypoint.js +4 -0
  131. package/esm2022/lib/x-input-group-entrypoint.d.ts +1 -0
  132. package/esm2022/lib/x-input-group-entrypoint.js +4 -0
  133. package/esm2022/lib/x-label-entrypoint.d.ts +1 -0
  134. package/esm2022/lib/x-label-entrypoint.js +4 -0
  135. package/esm2022/lib/x-prefix-entrypoint.d.ts +1 -0
  136. package/esm2022/lib/x-prefix-entrypoint.js +4 -0
  137. package/esm2022/lib/x-ripple-entrypoint.d.ts +1 -0
  138. package/esm2022/lib/x-ripple-entrypoint.js +4 -0
  139. package/package.json +86 -11
  140. package/bundles/igniteui-webcomponents-inputs.umd.js +0 -47852
  141. package/bundles/igniteui-webcomponents-inputs.umd.min.js +0 -7
  142. package/esm2015/igniteui-webcomponents-inputs.js +0 -1
  143. package/esm2015/lib/ButtonGroupOrientation.js +0 -16
  144. package/esm2015/lib/ButtonGroupView_combined.js +0 -1343
  145. package/esm2015/lib/ButtonGroupVisualModelExport.js +0 -62
  146. package/esm2015/lib/ButtonView_combined.js +0 -3668
  147. package/esm2015/lib/ButtonVisualModelExport.js +0 -108
  148. package/esm2015/lib/CalendarView_combined.js +0 -2803
  149. package/esm2015/lib/CalendarVisualModelExport.js +0 -98
  150. package/esm2015/lib/CheckboxChangeEventArgs.js +0 -31
  151. package/esm2015/lib/CheckboxListVisualModelExport.js +0 -41
  152. package/esm2015/lib/CheckboxView_combined.js +0 -1123
  153. package/esm2015/lib/CheckboxVisualModelExport.js +0 -68
  154. package/esm2015/lib/ColorEditorPanelSelectedValueChangedEventArgs.js +0 -31
  155. package/esm2015/lib/ColorEditorVisualModelExport.js +0 -38
  156. package/esm2015/lib/DatePickerView_combined.js +0 -1707
  157. package/esm2015/lib/DatePickerVisualModelExport.js +0 -68
  158. package/esm2015/lib/DateTimeValueFormatter.js +0 -106
  159. package/esm2015/lib/DayOfWeek.js +0 -45
  160. package/esm2015/lib/DefaultMultiSliderTrackBarVisual.js +0 -111
  161. package/esm2015/lib/DefaultMultiSliderTrackRangeVisual.js +0 -206
  162. package/esm2015/lib/DefaultMultiSliderTrackThumbCalloutVisual.js +0 -168
  163. package/esm2015/lib/DefaultMultiSliderTrackThumbVisual.js +0 -191
  164. package/esm2015/lib/DefaultMultiTrackShadeVisual.js +0 -170
  165. package/esm2015/lib/ElevationHelper.js +0 -65
  166. package/esm2015/lib/IMultiSliderTrackShadeVisual.js +0 -11
  167. package/esm2015/lib/IMultiSliderTrackThumbCalloutVisual.js +0 -11
  168. package/esm2015/lib/IMultiSliderTrackThumbVisual.js +0 -11
  169. package/esm2015/lib/IconClickedEventArgs.js +0 -24
  170. package/esm2015/lib/IconView_combined.js +0 -1318
  171. package/esm2015/lib/IconVisualModelExport.js +0 -89
  172. package/esm2015/lib/InputChangeEventArgs.js +0 -31
  173. package/esm2015/lib/InputGroupView_combined.js +0 -5638
  174. package/esm2015/lib/InputGroupVisualModelExport.js +0 -107
  175. package/esm2015/lib/InputVisualModelExport.js +0 -78
  176. package/esm2015/lib/KEYCODES.js +0 -11
  177. package/esm2015/lib/LabelVisualModelExport.js +0 -82
  178. package/esm2015/lib/MaskParsingService.js +0 -211
  179. package/esm2015/lib/MultiSliderBridge.js +0 -163
  180. package/esm2015/lib/MultiSliderCursor.js +0 -11
  181. package/esm2015/lib/MultiSliderHitInfo.js +0 -20
  182. package/esm2015/lib/MultiSliderResolvingToolTipValueEventArgs.js +0 -31
  183. package/esm2015/lib/MultiSliderThumbValueChangingEventArgs.js +0 -19
  184. package/esm2015/lib/MultiSliderThumb_combined.js +0 -293
  185. package/esm2015/lib/MultiSliderTrackShadeOrientation.js +0 -11
  186. package/esm2015/lib/MultiSliderView_combined.js +0 -1779
  187. package/esm2015/lib/MultiSliderVisualArea.js +0 -11
  188. package/esm2015/lib/MultiSliderYValueChangingEventArgs.js +0 -18
  189. package/esm2015/lib/NativeUIXInputsFactory_combined.js +0 -2132
  190. package/esm2015/lib/PrefixVisualModelExport.js +0 -33
  191. package/esm2015/lib/RippleView_combined.js +0 -392
  192. package/esm2015/lib/RippleVisualModelExport.js +0 -36
  193. package/esm2015/lib/SelectedValueChangedEventArgs.js +0 -31
  194. package/esm2015/lib/SuffixVisualModelExport.js +0 -32
  195. package/esm2015/lib/TextBlockVisualModelExport.js +0 -62
  196. package/esm2015/lib/TextElementsVisualModelExport.js +0 -42
  197. package/esm2015/lib/Theme.js +0 -46
  198. package/esm2015/lib/ThemeResolver.js +0 -190
  199. package/esm2015/lib/XButtonBridge.js +0 -326
  200. package/esm2015/lib/XButtonGroupBridge.js +0 -185
  201. package/esm2015/lib/XButtonGroupButtonCollection.js +0 -26
  202. package/esm2015/lib/XCheckboxBridge.js +0 -96
  203. package/esm2015/lib/XComponentBridge.js +0 -51
  204. package/esm2015/lib/XIconBridge.js +0 -128
  205. package/esm2015/lib/XIconButtonBridge.js +0 -75
  206. package/esm2015/lib/XInputBridge.js +0 -474
  207. package/esm2015/lib/XPopupBridge.js +0 -323
  208. package/esm2015/lib/igc-color-editor-component.js +0 -550
  209. package/esm2015/lib/igc-color-editor-panel-component.js +0 -434
  210. package/esm2015/lib/igc-multi-slider-component.js +0 -683
  211. package/esm2015/lib/igc-multi-slider-thumb-component.js +0 -271
  212. package/esm2015/lib/igc-x-button-component.js +0 -2398
  213. package/esm2015/lib/igc-x-button-group-component.js +0 -1023
  214. package/esm2015/lib/igc-x-calendar-component.js +0 -511
  215. package/esm2015/lib/igc-x-checkbox-component.js +0 -626
  216. package/esm2015/lib/igc-x-date-picker-component.js +0 -680
  217. package/esm2015/lib/igc-x-icon-component.js +0 -705
  218. package/esm2015/lib/igc-x-input-component.js +0 -603
  219. package/esm2015/lib/igc-x-input-group-component.js +0 -2356
  220. package/esm2015/lib/igc-x-input-group-item-component.js +0 -198
  221. package/esm2015/lib/igc-x-label-component.js +0 -413
  222. package/esm2015/lib/igc-x-prefix-component.js +0 -186
  223. package/esm2015/lib/igc-x-ripple-component.js +0 -385
  224. package/esm2015/lib/igc-x-suffix-component.js +0 -186
  225. package/esm5/igniteui-webcomponents-inputs.js +0 -1
  226. package/esm5/lib/ButtonDisplayStyle.js +0 -11
  227. package/esm5/lib/ButtonGroupView.js +0 -7
  228. package/esm5/lib/ButtonGroupView_combined.js +0 -1713
  229. package/esm5/lib/ButtonGroupVisualModelExport.js +0 -65
  230. package/esm5/lib/ButtonView.js +0 -7
  231. package/esm5/lib/ButtonView_combined.js +0 -4368
  232. package/esm5/lib/ButtonVisualModelExport.js +0 -111
  233. package/esm5/lib/CalendarView.js +0 -7
  234. package/esm5/lib/CalendarVisualModelExport.js +0 -101
  235. package/esm5/lib/CheckboxChangeEventArgs.js +0 -42
  236. package/esm5/lib/CheckboxListVisualModelExport.js +0 -44
  237. package/esm5/lib/CheckboxView.js +0 -7
  238. package/esm5/lib/CheckboxView_combined.js +0 -1327
  239. package/esm5/lib/CheckboxVisualModelExport.js +0 -71
  240. package/esm5/lib/ColorEditor.js +0 -7
  241. package/esm5/lib/ColorEditorBridge.js +0 -7
  242. package/esm5/lib/ColorEditorLostFocusEventArgs.js +0 -19
  243. package/esm5/lib/ColorEditorPanel.js +0 -7
  244. package/esm5/lib/ColorEditorPanelSelectedValueChangedEventArgs.js +0 -42
  245. package/esm5/lib/ColorEditorPanelView.js +0 -7
  246. package/esm5/lib/ColorEditorView.js +0 -7
  247. package/esm5/lib/ColorEditorVisualModelExport.js +0 -41
  248. package/esm5/lib/DateFormats.js +0 -25
  249. package/esm5/lib/DatePickerView.js +0 -7
  250. package/esm5/lib/DatePickerVisualModelExport.js +0 -71
  251. package/esm5/lib/DayInfo.js +0 -24
  252. package/esm5/lib/DefaultMultiSliderTrackBarVisual.js +0 -138
  253. package/esm5/lib/DefaultMultiSliderTrackRangeVisual.js +0 -241
  254. package/esm5/lib/DefaultMultiSliderTrackThumbCalloutVisual.js +0 -211
  255. package/esm5/lib/DefaultMultiSliderTrackThumbVisual.js +0 -226
  256. package/esm5/lib/DefaultMultiTrackShadeVisual.js +0 -205
  257. package/esm5/lib/FirstWeek.js +0 -29
  258. package/esm5/lib/GotFocusEventArgs.js +0 -19
  259. package/esm5/lib/IMultiSliderTrackRangeVisual.js +0 -11
  260. package/esm5/lib/IMultiSliderTrackShadeVisual.js +0 -11
  261. package/esm5/lib/IMultiSliderTrackThumbCalloutVisual.js +0 -11
  262. package/esm5/lib/IMultiSliderTrackThumbVisual.js +0 -11
  263. package/esm5/lib/IconClickedEventArgs.js +0 -31
  264. package/esm5/lib/IconView.js +0 -7
  265. package/esm5/lib/IconViewType.js +0 -11
  266. package/esm5/lib/IconView_combined.js +0 -1590
  267. package/esm5/lib/IconVisualModelExport.js +0 -100
  268. package/esm5/lib/InputChangeEventArgs.js +0 -42
  269. package/esm5/lib/InputGroupDisplayType.js +0 -18
  270. package/esm5/lib/InputGroupView.js +0 -7
  271. package/esm5/lib/InputGroupView_combined.js +0 -6792
  272. package/esm5/lib/InputGroupVisualModelExport.js +0 -110
  273. package/esm5/lib/InputShiftType.js +0 -17
  274. package/esm5/lib/InputView.js +0 -7
  275. package/esm5/lib/InputVisualModelExport.js +0 -81
  276. package/esm5/lib/KEYCODES.js +0 -11
  277. package/esm5/lib/LabelShiftType.js +0 -17
  278. package/esm5/lib/LabelView.js +0 -7
  279. package/esm5/lib/LabelVisualModelExport.js +0 -85
  280. package/esm5/lib/LostFocusEventArgs.js +0 -19
  281. package/esm5/lib/MaskOptions.js +0 -22
  282. package/esm5/lib/MaskParsingService.js +0 -266
  283. package/esm5/lib/MultiSlider.js +0 -7
  284. package/esm5/lib/MultiSliderCursor.js +0 -11
  285. package/esm5/lib/MultiSliderHitInfo.js +0 -23
  286. package/esm5/lib/MultiSliderOrientation.js +0 -17
  287. package/esm5/lib/MultiSliderResolvingToolTipValueEventArgs.js +0 -42
  288. package/esm5/lib/MultiSliderThumb.js +0 -7
  289. package/esm5/lib/MultiSliderThumbCollection.js +0 -21
  290. package/esm5/lib/MultiSliderThumbRangePosition.js +0 -16
  291. package/esm5/lib/MultiSliderThumbValueChangingEventArgs.js +0 -22
  292. package/esm5/lib/MultiSliderThumb_combined.js +0 -350
  293. package/esm5/lib/MultiSliderTrackShadeOrientation.js +0 -11
  294. package/esm5/lib/MultiSliderTrackThumbRange.js +0 -7
  295. package/esm5/lib/MultiSliderView.js +0 -7
  296. package/esm5/lib/MultiSliderView_combined.js +0 -2002
  297. package/esm5/lib/MultiSliderVisualArea.js +0 -11
  298. package/esm5/lib/MultiSliderYValueChangingEventArgs.js +0 -21
  299. package/esm5/lib/NativeUIXInputsFactory.js +0 -7
  300. package/esm5/lib/NativeUIXInputsFactory_combined.js +0 -2327
  301. package/esm5/lib/PrefixShiftType.js +0 -17
  302. package/esm5/lib/PrefixView.js +0 -7
  303. package/esm5/lib/PrefixVisualModelExport.js +0 -36
  304. package/esm5/lib/Replaced.js +0 -22
  305. package/esm5/lib/RippleView.js +0 -7
  306. package/esm5/lib/RippleView_combined.js +0 -489
  307. package/esm5/lib/RippleVisualModelExport.js +0 -39
  308. package/esm5/lib/SelectedValueChangedEventArgs.js +0 -42
  309. package/esm5/lib/SuffixShiftType.js +0 -17
  310. package/esm5/lib/SuffixView.js +0 -7
  311. package/esm5/lib/SuffixVisualModelExport.js +0 -35
  312. package/esm5/lib/TextBlockVisualModelExport.js +0 -65
  313. package/esm5/lib/TextElementsVisualModelExport.js +0 -45
  314. package/esm5/lib/Theme.js +0 -57
  315. package/esm5/lib/ThemeResolver.js +0 -197
  316. package/esm5/lib/XButton.js +0 -7
  317. package/esm5/lib/XButtonGroup.js +0 -7
  318. package/esm5/lib/XCalendar.js +0 -7
  319. package/esm5/lib/XCalendarLocaleEn.js +0 -58
  320. package/esm5/lib/XCheckbox.js +0 -7
  321. package/esm5/lib/XDatePicker.js +0 -7
  322. package/esm5/lib/XIcon.js +0 -7
  323. package/esm5/lib/XInput.js +0 -7
  324. package/esm5/lib/XInputGroup.js +0 -7
  325. package/esm5/lib/XInputGroupInputCollection.js +0 -7
  326. package/esm5/lib/XInputGroupItem.js +0 -7
  327. package/esm5/lib/XLabel.js +0 -7
  328. package/esm5/lib/XPrefix.js +0 -7
  329. package/esm5/lib/XRipple.js +0 -7
  330. package/esm5/lib/XSuffix.js +0 -7
  331. package/esm5/lib/igc-button-click-event-args.js +0 -36
  332. package/esm5/lib/igc-button-group-selection-changed-event-args.js +0 -36
  333. package/esm5/lib/igc-checkbox-change-event-args.js +0 -57
  334. package/esm5/lib/igc-color-editor-component.js +0 -663
  335. package/esm5/lib/igc-color-editor-got-focus-event-args.js +0 -36
  336. package/esm5/lib/igc-color-editor-lost-focus-event-args.js +0 -36
  337. package/esm5/lib/igc-color-editor-module.js +0 -23
  338. package/esm5/lib/igc-color-editor-panel-closed-event-args.js +0 -36
  339. package/esm5/lib/igc-color-editor-panel-component.js +0 -521
  340. package/esm5/lib/igc-color-editor-panel-module.js +0 -29
  341. package/esm5/lib/igc-color-editor-panel-selected-value-changed-event-args.js +0 -57
  342. package/esm5/lib/igc-got-focus-event-args.js +0 -36
  343. package/esm5/lib/igc-input-change-event-args.js +0 -57
  344. package/esm5/lib/igc-lost-focus-event-args.js +0 -36
  345. package/esm5/lib/igc-multi-slider-component.js +0 -888
  346. package/esm5/lib/igc-multi-slider-module.js +0 -21
  347. package/esm5/lib/igc-multi-slider-resolving-tool-tip-value-event-args.js +0 -56
  348. package/esm5/lib/igc-multi-slider-thumb-collection.js +0 -58
  349. package/esm5/lib/igc-multi-slider-thumb-component.js +0 -300
  350. package/esm5/lib/igc-multi-slider-thumb-module.js +0 -20
  351. package/esm5/lib/igc-multi-slider-thumb-value-changing-event-args.js +0 -68
  352. package/esm5/lib/igc-multi-slider-track-thumb-range.js +0 -133
  353. package/esm5/lib/igc-multi-slider-y-value-changing-event-args.js +0 -46
  354. package/esm5/lib/igc-selected-value-changed-event-args.js +0 -56
  355. package/esm5/lib/igc-x-button-component.js +0 -3162
  356. package/esm5/lib/igc-x-button-group-button-collection.js +0 -58
  357. package/esm5/lib/igc-x-button-group-component.js +0 -1322
  358. package/esm5/lib/igc-x-button-group-module.js +0 -25
  359. package/esm5/lib/igc-x-button-module.js +0 -25
  360. package/esm5/lib/igc-x-calendar-component.js +0 -625
  361. package/esm5/lib/igc-x-calendar-locale-en-module.js +0 -17
  362. package/esm5/lib/igc-x-calendar-module.js +0 -25
  363. package/esm5/lib/igc-x-checkbox-component.js +0 -792
  364. package/esm5/lib/igc-x-checkbox-module.js +0 -25
  365. package/esm5/lib/igc-x-date-picker-component.js +0 -834
  366. package/esm5/lib/igc-x-date-picker-module.js +0 -29
  367. package/esm5/lib/igc-x-icon-component.js +0 -898
  368. package/esm5/lib/igc-x-icon-module.js +0 -23
  369. package/esm5/lib/igc-x-input-component.js +0 -763
  370. package/esm5/lib/igc-x-input-group-component.js +0 -3034
  371. package/esm5/lib/igc-x-input-group-input-collection.js +0 -58
  372. package/esm5/lib/igc-x-input-group-item-component.js +0 -214
  373. package/esm5/lib/igc-x-input-group-module.js +0 -27
  374. package/esm5/lib/igc-x-input-module.js +0 -23
  375. package/esm5/lib/igc-x-label-component.js +0 -538
  376. package/esm5/lib/igc-x-label-module.js +0 -23
  377. package/esm5/lib/igc-x-prefix-component.js +0 -227
  378. package/esm5/lib/igc-x-prefix-module.js +0 -23
  379. package/esm5/lib/igc-x-ripple-component.js +0 -453
  380. package/esm5/lib/igc-x-ripple-module.js +0 -21
  381. package/esm5/lib/igc-x-suffix-component.js +0 -227
  382. package/esm5/public_api.js +0 -169
  383. package/fesm2015/igniteui-webcomponents-inputs.js +0 -40191
  384. package/fesm5/igniteui-webcomponents-inputs.js +0 -47666
  385. package/igniteui-webcomponents-inputs.d.ts +0 -1
  386. /package/{lib → esm2022/lib}/ButtonClickEventArgs.d.ts +0 -0
  387. /package/{lib → esm2022/lib}/ButtonDisplayStyle.d.ts +0 -0
  388. /package/{lib → esm2022/lib}/ButtonGroupDisplayStyle.d.ts +0 -0
  389. /package/{lib → esm2022/lib}/ButtonGroupOrientation.d.ts +0 -0
  390. /package/{lib → esm2022/lib}/ButtonGroupSelectionChangedEventArgs.d.ts +0 -0
  391. /package/{lib → esm2022/lib}/ButtonGroupView.d.ts +0 -0
  392. /package/{esm2015 → esm2022}/lib/ButtonGroupView.js +0 -0
  393. /package/{lib → esm2022/lib}/ButtonGroupView_combined.d.ts +0 -0
  394. /package/{lib → esm2022/lib}/ButtonGroupVisualModelExport.d.ts +0 -0
  395. /package/{lib → esm2022/lib}/ButtonView.d.ts +0 -0
  396. /package/{esm2015 → esm2022}/lib/ButtonView.js +0 -0
  397. /package/{lib → esm2022/lib}/ButtonView_combined.d.ts +0 -0
  398. /package/{lib → esm2022/lib}/ButtonVisualModelExport.d.ts +0 -0
  399. /package/{lib → esm2022/lib}/CalendarView.d.ts +0 -0
  400. /package/{esm2015 → esm2022}/lib/CalendarView.js +0 -0
  401. /package/{lib → esm2022/lib}/CalendarView_combined.d.ts +0 -0
  402. /package/{lib → esm2022/lib}/CalendarVisualModelExport.d.ts +0 -0
  403. /package/{lib → esm2022/lib}/CheckboxChangeEventArgs.d.ts +0 -0
  404. /package/{lib → esm2022/lib}/CheckboxLabelPosition.d.ts +0 -0
  405. /package/{lib → esm2022/lib}/CheckboxListVisualModelExport.d.ts +0 -0
  406. /package/{lib → esm2022/lib}/CheckboxView.d.ts +0 -0
  407. /package/{esm2015 → esm2022}/lib/CheckboxView.js +0 -0
  408. /package/{lib → esm2022/lib}/CheckboxView_combined.d.ts +0 -0
  409. /package/{lib → esm2022/lib}/CheckboxVisualModelExport.d.ts +0 -0
  410. /package/{lib → esm2022/lib}/ColorEditor.d.ts +0 -0
  411. /package/{esm2015 → esm2022}/lib/ColorEditor.js +0 -0
  412. /package/{lib → esm2022/lib}/ColorEditorBridge.d.ts +0 -0
  413. /package/{esm2015 → esm2022}/lib/ColorEditorBridge.js +0 -0
  414. /package/{lib → esm2022/lib}/ColorEditorGotFocusEventArgs.d.ts +0 -0
  415. /package/{lib → esm2022/lib}/ColorEditorLostFocusEventArgs.d.ts +0 -0
  416. /package/{lib → esm2022/lib}/ColorEditorPanel.d.ts +0 -0
  417. /package/{esm2015 → esm2022}/lib/ColorEditorPanel.js +0 -0
  418. /package/{lib → esm2022/lib}/ColorEditorPanelClosedEventArgs.d.ts +0 -0
  419. /package/{lib → esm2022/lib}/ColorEditorPanelSelectedValueChangedEventArgs.d.ts +0 -0
  420. /package/{lib → esm2022/lib}/ColorEditorPanelView.d.ts +0 -0
  421. /package/{esm2015 → esm2022}/lib/ColorEditorPanelView.js +0 -0
  422. /package/{lib → esm2022/lib}/ColorEditorView.d.ts +0 -0
  423. /package/{esm2015 → esm2022}/lib/ColorEditorView.js +0 -0
  424. /package/{lib → esm2022/lib}/ColorEditorVisualModelExport.d.ts +0 -0
  425. /package/{lib → esm2022/lib}/DateFormats.d.ts +0 -0
  426. /package/{lib → esm2022/lib}/DatePickerView.d.ts +0 -0
  427. /package/{esm2015 → esm2022}/lib/DatePickerView.js +0 -0
  428. /package/{lib → esm2022/lib}/DatePickerView_combined.d.ts +0 -0
  429. /package/{lib → esm2022/lib}/DatePickerVisualModelExport.d.ts +0 -0
  430. /package/{lib → esm2022/lib}/DateTimeValueFormatter.d.ts +0 -0
  431. /package/{lib → esm2022/lib}/DayInfo.d.ts +0 -0
  432. /package/{lib → esm2022/lib}/DayOfWeek.d.ts +0 -0
  433. /package/{lib → esm2022/lib}/DefaultMultiSliderTrackBarVisual.d.ts +0 -0
  434. /package/{lib → esm2022/lib}/DefaultMultiSliderTrackRangeVisual.d.ts +0 -0
  435. /package/{lib → esm2022/lib}/DefaultMultiSliderTrackThumbCalloutVisual.d.ts +0 -0
  436. /package/{lib → esm2022/lib}/DefaultMultiSliderTrackThumbVisual.d.ts +0 -0
  437. /package/{lib → esm2022/lib}/DefaultMultiTrackShadeVisual.d.ts +0 -0
  438. /package/{lib → esm2022/lib}/ElevationHelper.d.ts +0 -0
  439. /package/{lib → esm2022/lib}/FirstWeek.d.ts +0 -0
  440. /package/{lib → esm2022/lib}/GotFocusEventArgs.d.ts +0 -0
  441. /package/{lib → esm2022/lib}/IMultiSliderTrackBarVisual.d.ts +0 -0
  442. /package/{lib → esm2022/lib}/IMultiSliderTrackRangeVisual.d.ts +0 -0
  443. /package/{lib → esm2022/lib}/IMultiSliderTrackShadeVisual.d.ts +0 -0
  444. /package/{lib → esm2022/lib}/IMultiSliderTrackThumbCalloutVisual.d.ts +0 -0
  445. /package/{lib → esm2022/lib}/IMultiSliderTrackThumbVisual.d.ts +0 -0
  446. /package/{lib → esm2022/lib}/ISliderTrackOwner.d.ts +0 -0
  447. /package/{lib → esm2022/lib}/IconClickedEventArgs.d.ts +0 -0
  448. /package/{lib → esm2022/lib}/IconView.d.ts +0 -0
  449. /package/{esm2015 → esm2022}/lib/IconView.js +0 -0
  450. /package/{lib → esm2022/lib}/IconViewType.d.ts +0 -0
  451. /package/{lib → esm2022/lib}/IconView_combined.d.ts +0 -0
  452. /package/{lib → esm2022/lib}/IconVisualModelExport.d.ts +0 -0
  453. /package/{lib → esm2022/lib}/InputChangeEventArgs.d.ts +0 -0
  454. /package/{lib → esm2022/lib}/InputGroupDisplayType.d.ts +0 -0
  455. /package/{lib → esm2022/lib}/InputGroupView.d.ts +0 -0
  456. /package/{esm2015 → esm2022}/lib/InputGroupView.js +0 -0
  457. /package/{lib → esm2022/lib}/InputGroupView_combined.d.ts +0 -0
  458. /package/{lib → esm2022/lib}/InputGroupVisualModelExport.d.ts +0 -0
  459. /package/{lib → esm2022/lib}/InputShiftType.d.ts +0 -0
  460. /package/{lib → esm2022/lib}/InputView.d.ts +0 -0
  461. /package/{esm2015 → esm2022}/lib/InputView.js +0 -0
  462. /package/{lib → esm2022/lib}/InputVisualModelExport.d.ts +0 -0
  463. /package/{lib → esm2022/lib}/KEYCODES.d.ts +0 -0
  464. /package/{lib → esm2022/lib}/LabelShiftType.d.ts +0 -0
  465. /package/{lib → esm2022/lib}/LabelView.d.ts +0 -0
  466. /package/{esm2015 → esm2022}/lib/LabelView.js +0 -0
  467. /package/{lib → esm2022/lib}/LabelVisualModelExport.d.ts +0 -0
  468. /package/{lib → esm2022/lib}/LostFocusEventArgs.d.ts +0 -0
  469. /package/{lib → esm2022/lib}/MaskOptions.d.ts +0 -0
  470. /package/{lib → esm2022/lib}/MaskParsingService.d.ts +0 -0
  471. /package/{lib → esm2022/lib}/MultiSlider.d.ts +0 -0
  472. /package/{esm2015 → esm2022}/lib/MultiSlider.js +0 -0
  473. /package/{lib → esm2022/lib}/MultiSliderBridge.d.ts +0 -0
  474. /package/{lib → esm2022/lib}/MultiSliderCursor.d.ts +0 -0
  475. /package/{lib → esm2022/lib}/MultiSliderHitInfo.d.ts +0 -0
  476. /package/{lib → esm2022/lib}/MultiSliderOrientation.d.ts +0 -0
  477. /package/{lib → esm2022/lib}/MultiSliderResolvingToolTipValueEventArgs.d.ts +0 -0
  478. /package/{lib → esm2022/lib}/MultiSliderThumb.d.ts +0 -0
  479. /package/{esm2015 → esm2022}/lib/MultiSliderThumb.js +0 -0
  480. /package/{lib → esm2022/lib}/MultiSliderThumbCollection.d.ts +0 -0
  481. /package/{lib → esm2022/lib}/MultiSliderThumbRangePosition.d.ts +0 -0
  482. /package/{lib → esm2022/lib}/MultiSliderThumbValueChangingEventArgs.d.ts +0 -0
  483. /package/{lib → esm2022/lib}/MultiSliderThumb_combined.d.ts +0 -0
  484. /package/{lib → esm2022/lib}/MultiSliderTrackShadeOrientation.d.ts +0 -0
  485. /package/{lib → esm2022/lib}/MultiSliderTrackThumbRange.d.ts +0 -0
  486. /package/{esm2015 → esm2022}/lib/MultiSliderTrackThumbRange.js +0 -0
  487. /package/{lib → esm2022/lib}/MultiSliderView.d.ts +0 -0
  488. /package/{esm2015 → esm2022}/lib/MultiSliderView.js +0 -0
  489. /package/{lib → esm2022/lib}/MultiSliderView_combined.d.ts +0 -0
  490. /package/{lib → esm2022/lib}/MultiSliderVisualArea.d.ts +0 -0
  491. /package/{lib → esm2022/lib}/MultiSliderYValueChangingEventArgs.d.ts +0 -0
  492. /package/{lib → esm2022/lib}/NativeUIXInputsFactory.d.ts +0 -0
  493. /package/{esm2015 → esm2022}/lib/NativeUIXInputsFactory.js +0 -0
  494. /package/{lib → esm2022/lib}/NativeUIXInputsFactory_combined.d.ts +0 -0
  495. /package/{lib → esm2022/lib}/PrefixShiftType.d.ts +0 -0
  496. /package/{lib → esm2022/lib}/PrefixView.d.ts +0 -0
  497. /package/{esm2015 → esm2022}/lib/PrefixView.js +0 -0
  498. /package/{lib → esm2022/lib}/PrefixVisualModelExport.d.ts +0 -0
  499. /package/{lib → esm2022/lib}/Replaced.d.ts +0 -0
  500. /package/{lib → esm2022/lib}/RippleView.d.ts +0 -0
  501. /package/{esm2015 → esm2022}/lib/RippleView.js +0 -0
  502. /package/{lib → esm2022/lib}/RippleView_combined.d.ts +0 -0
  503. /package/{lib → esm2022/lib}/RippleVisualModelExport.d.ts +0 -0
  504. /package/{lib → esm2022/lib}/SelectedValueChangedEventArgs.d.ts +0 -0
  505. /package/{lib → esm2022/lib}/SuffixShiftType.d.ts +0 -0
  506. /package/{lib → esm2022/lib}/SuffixView.d.ts +0 -0
  507. /package/{esm2015 → esm2022}/lib/SuffixView.js +0 -0
  508. /package/{lib → esm2022/lib}/SuffixVisualModelExport.d.ts +0 -0
  509. /package/{lib → esm2022/lib}/TextBlockVisualModelExport.d.ts +0 -0
  510. /package/{lib → esm2022/lib}/TextElementsVisualModelExport.d.ts +0 -0
  511. /package/{lib → esm2022/lib}/Theme.d.ts +0 -0
  512. /package/{lib → esm2022/lib}/ThemeResolver.d.ts +0 -0
  513. /package/{lib → esm2022/lib}/XButton.d.ts +0 -0
  514. /package/{esm2015 → esm2022}/lib/XButton.js +0 -0
  515. /package/{lib → esm2022/lib}/XButtonBridge.d.ts +0 -0
  516. /package/{lib → esm2022/lib}/XButtonGroup.d.ts +0 -0
  517. /package/{esm2015 → esm2022}/lib/XButtonGroup.js +0 -0
  518. /package/{lib → esm2022/lib}/XButtonGroupBridge.d.ts +0 -0
  519. /package/{lib → esm2022/lib}/XButtonGroupButtonCollection.d.ts +0 -0
  520. /package/{lib → esm2022/lib}/XCalendar.d.ts +0 -0
  521. /package/{esm2015 → esm2022}/lib/XCalendar.js +0 -0
  522. /package/{lib → esm2022/lib}/XCalendarLocaleEn.d.ts +0 -0
  523. /package/{esm2015 → esm2022}/lib/XCalendarLocaleEn.js +0 -0
  524. /package/{lib → esm2022/lib}/XCheckbox.d.ts +0 -0
  525. /package/{esm2015 → esm2022}/lib/XCheckbox.js +0 -0
  526. /package/{lib → esm2022/lib}/XCheckboxBridge.d.ts +0 -0
  527. /package/{lib → esm2022/lib}/XComponentBridge.d.ts +0 -0
  528. /package/{lib → esm2022/lib}/XDatePicker.d.ts +0 -0
  529. /package/{esm2015 → esm2022}/lib/XDatePicker.js +0 -0
  530. /package/{lib → esm2022/lib}/XIcon.d.ts +0 -0
  531. /package/{esm2015 → esm2022}/lib/XIcon.js +0 -0
  532. /package/{lib → esm2022/lib}/XIconBridge.d.ts +0 -0
  533. /package/{lib → esm2022/lib}/XIconButtonBridge.d.ts +0 -0
  534. /package/{lib → esm2022/lib}/XInput.d.ts +0 -0
  535. /package/{esm2015 → esm2022}/lib/XInput.js +0 -0
  536. /package/{lib → esm2022/lib}/XInputBridge.d.ts +0 -0
  537. /package/{lib → esm2022/lib}/XInputGroup.d.ts +0 -0
  538. /package/{esm2015 → esm2022}/lib/XInputGroup.js +0 -0
  539. /package/{lib → esm2022/lib}/XInputGroupInputCollection.d.ts +0 -0
  540. /package/{esm2015 → esm2022}/lib/XInputGroupInputCollection.js +0 -0
  541. /package/{lib → esm2022/lib}/XInputGroupItem.d.ts +0 -0
  542. /package/{esm2015 → esm2022}/lib/XInputGroupItem.js +0 -0
  543. /package/{lib → esm2022/lib}/XLabel.d.ts +0 -0
  544. /package/{esm2015 → esm2022}/lib/XLabel.js +0 -0
  545. /package/{lib → esm2022/lib}/XPopupBridge.d.ts +0 -0
  546. /package/{lib → esm2022/lib}/XPrefix.d.ts +0 -0
  547. /package/{esm2015 → esm2022}/lib/XPrefix.js +0 -0
  548. /package/{lib → esm2022/lib}/XRipple.d.ts +0 -0
  549. /package/{esm2015 → esm2022}/lib/XRipple.js +0 -0
  550. /package/{lib → esm2022/lib}/XSuffix.d.ts +0 -0
  551. /package/{esm2015 → esm2022}/lib/XSuffix.js +0 -0
  552. /package/{lib → esm2022/lib}/igc-button-click-event-args.d.ts +0 -0
  553. /package/{esm2015 → esm2022}/lib/igc-button-click-event-args.js +0 -0
  554. /package/{lib → esm2022/lib}/igc-button-group-selection-changed-event-args.d.ts +0 -0
  555. /package/{esm2015 → esm2022}/lib/igc-button-group-selection-changed-event-args.js +0 -0
  556. /package/{lib → esm2022/lib}/igc-checkbox-change-event-args.d.ts +0 -0
  557. /package/{esm2015 → esm2022}/lib/igc-checkbox-change-event-args.js +0 -0
  558. /package/{lib → esm2022/lib}/igc-color-editor-component.d.ts +0 -0
  559. /package/{lib → esm2022/lib}/igc-color-editor-got-focus-event-args.d.ts +0 -0
  560. /package/{esm2015 → esm2022}/lib/igc-color-editor-got-focus-event-args.js +0 -0
  561. /package/{lib → esm2022/lib}/igc-color-editor-lost-focus-event-args.d.ts +0 -0
  562. /package/{esm2015 → esm2022}/lib/igc-color-editor-lost-focus-event-args.js +0 -0
  563. /package/{lib → esm2022/lib}/igc-color-editor-module.d.ts +0 -0
  564. /package/{esm2015 → esm2022}/lib/igc-color-editor-module.js +0 -0
  565. /package/{lib → esm2022/lib}/igc-color-editor-panel-closed-event-args.d.ts +0 -0
  566. /package/{esm2015 → esm2022}/lib/igc-color-editor-panel-closed-event-args.js +0 -0
  567. /package/{lib → esm2022/lib}/igc-color-editor-panel-component.d.ts +0 -0
  568. /package/{lib → esm2022/lib}/igc-color-editor-panel-module.d.ts +0 -0
  569. /package/{esm2015 → esm2022}/lib/igc-color-editor-panel-module.js +0 -0
  570. /package/{lib → esm2022/lib}/igc-color-editor-panel-selected-value-changed-event-args.d.ts +0 -0
  571. /package/{esm2015 → esm2022}/lib/igc-color-editor-panel-selected-value-changed-event-args.js +0 -0
  572. /package/{lib → esm2022/lib}/igc-got-focus-event-args.d.ts +0 -0
  573. /package/{esm2015 → esm2022}/lib/igc-got-focus-event-args.js +0 -0
  574. /package/{lib → esm2022/lib}/igc-input-change-event-args.d.ts +0 -0
  575. /package/{esm2015 → esm2022}/lib/igc-input-change-event-args.js +0 -0
  576. /package/{lib → esm2022/lib}/igc-lost-focus-event-args.d.ts +0 -0
  577. /package/{esm2015 → esm2022}/lib/igc-lost-focus-event-args.js +0 -0
  578. /package/{lib → esm2022/lib}/igc-multi-slider-component.d.ts +0 -0
  579. /package/{lib → esm2022/lib}/igc-multi-slider-module.d.ts +0 -0
  580. /package/{esm2015 → esm2022}/lib/igc-multi-slider-module.js +0 -0
  581. /package/{lib → esm2022/lib}/igc-multi-slider-resolving-tool-tip-value-event-args.d.ts +0 -0
  582. /package/{esm2015 → esm2022}/lib/igc-multi-slider-resolving-tool-tip-value-event-args.js +0 -0
  583. /package/{lib → esm2022/lib}/igc-multi-slider-thumb-collection.d.ts +0 -0
  584. /package/{esm2015 → esm2022}/lib/igc-multi-slider-thumb-collection.js +0 -0
  585. /package/{lib → esm2022/lib}/igc-multi-slider-thumb-component.d.ts +0 -0
  586. /package/{lib → esm2022/lib}/igc-multi-slider-thumb-module.d.ts +0 -0
  587. /package/{esm2015 → esm2022}/lib/igc-multi-slider-thumb-module.js +0 -0
  588. /package/{lib → esm2022/lib}/igc-multi-slider-thumb-value-changing-event-args.d.ts +0 -0
  589. /package/{esm2015 → esm2022}/lib/igc-multi-slider-thumb-value-changing-event-args.js +0 -0
  590. /package/{lib → esm2022/lib}/igc-multi-slider-track-thumb-range.d.ts +0 -0
  591. /package/{esm2015 → esm2022}/lib/igc-multi-slider-track-thumb-range.js +0 -0
  592. /package/{lib → esm2022/lib}/igc-multi-slider-y-value-changing-event-args.d.ts +0 -0
  593. /package/{esm2015 → esm2022}/lib/igc-multi-slider-y-value-changing-event-args.js +0 -0
  594. /package/{lib → esm2022/lib}/igc-selected-value-changed-event-args.d.ts +0 -0
  595. /package/{esm2015 → esm2022}/lib/igc-selected-value-changed-event-args.js +0 -0
  596. /package/{lib → esm2022/lib}/igc-x-button-component.d.ts +0 -0
  597. /package/{lib → esm2022/lib}/igc-x-button-group-button-collection.d.ts +0 -0
  598. /package/{esm2015 → esm2022}/lib/igc-x-button-group-button-collection.js +0 -0
  599. /package/{lib → esm2022/lib}/igc-x-button-group-component.d.ts +0 -0
  600. /package/{lib → esm2022/lib}/igc-x-button-group-module.d.ts +0 -0
  601. /package/{esm2015 → esm2022}/lib/igc-x-button-group-module.js +0 -0
  602. /package/{lib → esm2022/lib}/igc-x-button-module.d.ts +0 -0
  603. /package/{esm2015 → esm2022}/lib/igc-x-button-module.js +0 -0
  604. /package/{lib → esm2022/lib}/igc-x-calendar-component.d.ts +0 -0
  605. /package/{lib → esm2022/lib}/igc-x-calendar-locale-en-module.d.ts +0 -0
  606. /package/{esm2015 → esm2022}/lib/igc-x-calendar-locale-en-module.js +0 -0
  607. /package/{lib → esm2022/lib}/igc-x-calendar-module.d.ts +0 -0
  608. /package/{esm2015 → esm2022}/lib/igc-x-calendar-module.js +0 -0
  609. /package/{lib → esm2022/lib}/igc-x-checkbox-component.d.ts +0 -0
  610. /package/{lib → esm2022/lib}/igc-x-checkbox-module.d.ts +0 -0
  611. /package/{esm2015 → esm2022}/lib/igc-x-checkbox-module.js +0 -0
  612. /package/{lib → esm2022/lib}/igc-x-date-picker-component.d.ts +0 -0
  613. /package/{lib → esm2022/lib}/igc-x-date-picker-module.d.ts +0 -0
  614. /package/{esm2015 → esm2022}/lib/igc-x-date-picker-module.js +0 -0
  615. /package/{lib → esm2022/lib}/igc-x-icon-component.d.ts +0 -0
  616. /package/{lib → esm2022/lib}/igc-x-icon-module.d.ts +0 -0
  617. /package/{esm2015 → esm2022}/lib/igc-x-icon-module.js +0 -0
  618. /package/{lib → esm2022/lib}/igc-x-input-component.d.ts +0 -0
  619. /package/{lib → esm2022/lib}/igc-x-input-group-component.d.ts +0 -0
  620. /package/{lib → esm2022/lib}/igc-x-input-group-input-collection.d.ts +0 -0
  621. /package/{esm2015 → esm2022}/lib/igc-x-input-group-input-collection.js +0 -0
  622. /package/{lib → esm2022/lib}/igc-x-input-group-item-component.d.ts +0 -0
  623. /package/{lib → esm2022/lib}/igc-x-input-group-module.d.ts +0 -0
  624. /package/{esm2015 → esm2022}/lib/igc-x-input-group-module.js +0 -0
  625. /package/{lib → esm2022/lib}/igc-x-input-module.d.ts +0 -0
  626. /package/{esm2015 → esm2022}/lib/igc-x-input-module.js +0 -0
  627. /package/{lib → esm2022/lib}/igc-x-label-component.d.ts +0 -0
  628. /package/{lib → esm2022/lib}/igc-x-label-module.d.ts +0 -0
  629. /package/{esm2015 → esm2022}/lib/igc-x-label-module.js +0 -0
  630. /package/{lib → esm2022/lib}/igc-x-prefix-component.d.ts +0 -0
  631. /package/{lib → esm2022/lib}/igc-x-prefix-module.d.ts +0 -0
  632. /package/{esm2015 → esm2022}/lib/igc-x-prefix-module.js +0 -0
  633. /package/{lib → esm2022/lib}/igc-x-ripple-component.d.ts +0 -0
  634. /package/{lib → esm2022/lib}/igc-x-ripple-module.d.ts +0 -0
  635. /package/{esm2015 → esm2022}/lib/igc-x-ripple-module.js +0 -0
  636. /package/{lib → esm2022/lib}/igc-x-suffix-component.d.ts +0 -0
  637. /package/{public_api.d.ts → esm2022/public_api.d.ts} +0 -0
  638. /package/{esm2015 → esm2022}/public_api.js +0 -0
@@ -4,7 +4,6 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  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
- import { __extends } from "tslib";
8
7
  import { Base, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, delegateRemove, enumGetBox, delegateCombine } from "igniteui-webcomponents-core";
9
8
  import { XInputGroup } from "./XInputGroup";
10
9
  import { XLabel } from "./XLabel";
@@ -34,40 +33,35 @@ import { isNaN_ } from "igniteui-webcomponents-core";
34
33
  /**
35
34
  * @hidden
36
35
  */
37
- export var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
38
- __extends(DatePickerView, _super);
39
- function DatePickerView() {
40
- var _this = _super.call(this) || this;
41
- _this.b = null;
42
- _this.d = null;
43
- _this.k = null;
44
- _this.e = null;
45
- _this.m = null;
46
- _this.l = null;
47
- _this.j = null;
48
- _this.g = null;
49
- _this.f = null;
50
- _this.i = null;
51
- _this.h = null;
52
- _this.o = null;
53
- _this.document_Click = _this.document_Click.bind(_this);
54
- _this.window_Resize = _this.window_Resize.bind(_this);
55
- return _this;
56
- }
57
- DatePickerView.prototype.am = function () {
58
- };
59
- Object.defineProperty(DatePickerView.prototype, "n", {
60
- get: function () {
61
- return this.e;
62
- },
63
- enumerable: false,
64
- configurable: true
65
- });
66
- DatePickerView.prototype.ak = function (a) {
36
+ class DatePickerView extends Base {
37
+ static { this.$t = markType(DatePickerView, 'DatePickerView'); }
38
+ constructor() {
39
+ super();
40
+ this.b = null;
41
+ this.d = null;
42
+ this.k = null;
43
+ this.e = null;
44
+ this.m = null;
45
+ this.l = null;
46
+ this.j = null;
47
+ this.g = null;
48
+ this.f = null;
49
+ this.i = null;
50
+ this.h = null;
51
+ this.o = null;
52
+ this.document_Click = this.document_Click.bind(this);
53
+ this.window_Resize = this.window_Resize.bind(this);
54
+ }
55
+ am() {
56
+ }
57
+ get n() {
58
+ return this.e;
59
+ }
60
+ ak(a) {
67
61
  if (a == null) {
68
62
  this.b.cr();
69
63
  if (this.d != null) {
70
- var b = this.d.rootWrapper.getChildAt(0);
64
+ let b = this.d.rootWrapper.getChildAt(0);
71
65
  b.unlistenAll();
72
66
  document.removeEventListener("click", this.document_Click, false);
73
67
  window.removeEventListener("resize", this.window_Resize, false);
@@ -76,19 +70,19 @@ export var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
76
70
  return;
77
71
  }
78
72
  this.d = a;
79
- var c = Math.round(a.rootWrapper.width());
80
- var d = Math.round(a.rootWrapper.height());
73
+ let c = Math.round(a.rootWrapper.width());
74
+ let d = Math.round(a.rootWrapper.height());
81
75
  this.ad();
82
76
  this.ae();
83
- var e = this.d.rootWrapper.getChildAt(0);
77
+ let e = this.d.rootWrapper.getChildAt(0);
84
78
  e.listen("keydown", runOn(this, this.y));
85
79
  e.listen("focusin", runOn(this, this.w));
86
80
  e.listen("focusout", runOn(this, this.x));
87
81
  document.addEventListener("click", this.document_Click, false);
88
82
  window.addEventListener("resize", this.window_Resize, false);
89
83
  this.o = new MutationObserver(runOn(this, this.al));
90
- };
91
- DatePickerView.prototype.ad = function () {
84
+ }
85
+ ad() {
92
86
  if (this.d != null) {
93
87
  this.k = this.d.rootWrapper.getChildAt(0);
94
88
  this.k.setAttribute("tabIndex", this.b.bf.toString());
@@ -116,61 +110,61 @@ export var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
116
110
  this.f.listen("mouseleave", runOn(this, this.ab));
117
111
  this.h.listen("click", runOn(this, this.ag));
118
112
  }
119
- };
120
- DatePickerView.prototype.aq = function (a) {
113
+ }
114
+ aq(a) {
121
115
  if (this.d != null) {
122
- var b = this.d.getSubRenderer(this.k);
116
+ let b = this.d.getSubRenderer(this.k);
123
117
  a.provideContainer(b);
124
- var c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
118
+ let c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
125
119
  }
126
- };
127
- DatePickerView.prototype.as = function (a) {
120
+ }
121
+ as(a) {
128
122
  if (this.d != null) {
129
- var b = this.d.getSubRenderer(this.l);
123
+ let b = this.d.getSubRenderer(this.l);
130
124
  a.provideContainer(b);
131
- var c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
125
+ let c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
132
126
  }
133
- };
134
- DatePickerView.prototype.ar = function (a) {
127
+ }
128
+ ar(a) {
135
129
  if (this.d != null) {
136
- var b = this.d.getSubRenderer(this.j);
130
+ let b = this.d.getSubRenderer(this.j);
137
131
  a.provideContainer(b);
138
- var c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
132
+ let c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
139
133
  }
140
- };
141
- DatePickerView.prototype.au = function (a, b) {
134
+ }
135
+ au(a, b) {
142
136
  if (this.d != null) {
143
- var c = this.d.getSubRenderer(b);
137
+ let c = this.d.getSubRenderer(b);
144
138
  a.provideContainer(c);
145
- var d = c.getExternal(a, c.rootWrapper, this.d.getExternal(this.b, null, null));
139
+ let d = c.getExternal(a, c.rootWrapper, this.d.getExternal(this.b, null, null));
146
140
  }
147
- };
148
- DatePickerView.prototype.ap = function (a, b) {
141
+ }
142
+ ap(a, b) {
149
143
  if (this.d != null) {
150
- var c = this.d.getSubRenderer(b);
144
+ let c = this.d.getSubRenderer(b);
151
145
  a.provideContainer(c);
152
- var d = c.getExternal(a, c.rootWrapper, this.d.getExternal(this.b, null, null));
146
+ let d = c.getExternal(a, c.rootWrapper, this.d.getExternal(this.b, null, null));
153
147
  }
154
- };
155
- DatePickerView.prototype.v = function () {
148
+ }
149
+ v() {
156
150
  return this.l;
157
- };
158
- DatePickerView.prototype.u = function () {
151
+ }
152
+ u() {
159
153
  return this.j;
160
- };
161
- DatePickerView.prototype.r = function () {
154
+ }
155
+ r() {
162
156
  return this.g;
163
- };
164
- DatePickerView.prototype.q = function () {
157
+ }
158
+ q() {
165
159
  return this.f;
166
- };
167
- DatePickerView.prototype.t = function () {
160
+ }
161
+ t() {
168
162
  return this.i;
169
- };
170
- DatePickerView.prototype.s = function () {
163
+ }
164
+ s() {
171
165
  return this.h;
172
- };
173
- DatePickerView.prototype.aw = function (a) {
166
+ }
167
+ aw(a) {
174
168
  if (this.j != null) {
175
169
  if (a) {
176
170
  this.j.getChildAt(0).setAttribute("aria-expanded", "true");
@@ -179,16 +173,16 @@ export var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
179
173
  this.j.getChildAt(0).setAttribute("aria-expanded", "false");
180
174
  }
181
175
  }
182
- };
183
- DatePickerView.prototype.ay = function (a) {
176
+ }
177
+ ay(a) {
184
178
  if (a != null && a != "") {
185
179
  this.j.getChildAt(0).setAttribute("aria-label", a);
186
180
  }
187
181
  else {
188
182
  this.j.getChildAt(0).setAttribute("aria-label", "Select a date");
189
183
  }
190
- };
191
- DatePickerView.prototype.av = function () {
184
+ }
185
+ av() {
192
186
  if (this.f != null) {
193
187
  if (this.b.a0 == true) {
194
188
  this.f.show();
@@ -197,22 +191,22 @@ export var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
197
191
  this.f.hide();
198
192
  }
199
193
  }
200
- };
201
- DatePickerView.prototype.ah = function () {
194
+ }
195
+ ah() {
202
196
  if (this.f != null) {
203
197
  this.f.hide();
204
198
  }
205
- };
206
- DatePickerView.prototype.ax = function () {
199
+ }
200
+ ax() {
207
201
  this.k.setAttribute("tabIndex", this.b.bf.toString());
208
- };
209
- DatePickerView.prototype.an = function () {
202
+ }
203
+ an() {
210
204
  this.o.observe(document, { childList: true, subtree: true });
211
- };
212
- DatePickerView.prototype.aj = function () {
205
+ }
206
+ aj() {
213
207
  this.o.disconnect();
214
- };
215
- DatePickerView.prototype.ae = function () {
208
+ }
209
+ ae() {
216
210
  if (this.d != null) {
217
211
  this.m = this.d.rootWrapper.getChildAt(1);
218
212
  this.e = this.d.createElement("div");
@@ -228,8 +222,8 @@ export var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
228
222
  this.e.parent().parent().setStyleProperty("max-width", "232px");
229
223
  }
230
224
  }
231
- };
232
- DatePickerView.prototype.z = function () {
225
+ }
226
+ z() {
233
227
  if (this.d != null) {
234
228
  if (this.b.a2 == true) {
235
229
  this.e.parent().parent().setStyleProperty("max-width", "245px");
@@ -238,25 +232,25 @@ export var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
238
232
  this.e.parent().parent().setStyleProperty("max-width", "232px");
239
233
  }
240
234
  }
241
- };
242
- DatePickerView.prototype.at = function (a) {
235
+ }
236
+ at(a) {
243
237
  if (this.d != null) {
244
- var b = this.d.getSubRenderer(this.m);
238
+ let b = this.d.getSubRenderer(this.m);
245
239
  a.provideRenderer(b);
246
- var c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
240
+ let c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
247
241
  }
248
- };
249
- DatePickerView.prototype.ao = function (a) {
242
+ }
243
+ ao(a) {
250
244
  if (this.d != null) {
251
- var b = this.d.getSubRenderer(this.e);
245
+ let b = this.d.getSubRenderer(this.e);
252
246
  a.provideContainer(b);
253
- var c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
247
+ let c = b.getExternal(a, b.rootWrapper, this.d.getExternal(this.b, null, null));
254
248
  }
255
- };
256
- DatePickerView.prototype.p = function () {
249
+ }
250
+ p() {
257
251
  return this.e;
258
- };
259
- DatePickerView.prototype.ac = function (a) {
252
+ }
253
+ ac(a) {
260
254
  if (this.b.av == true) {
261
255
  return;
262
256
  }
@@ -264,40 +258,40 @@ export var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
264
258
  if (this.f != null) {
265
259
  this.f.hide();
266
260
  }
267
- };
268
- DatePickerView.prototype.aa = function (a) {
261
+ }
262
+ aa(a) {
269
263
  this.b.c9();
270
- };
271
- DatePickerView.prototype.ab = function (a) {
264
+ }
265
+ ab(a) {
272
266
  this.b.da();
273
- };
274
- DatePickerView.prototype.ag = function (a) {
267
+ }
268
+ ag(a) {
275
269
  a.stopPropagation();
276
270
  this.b.cy();
277
- };
278
- DatePickerView.prototype.y = function (a) {
279
- var b = a.which;
271
+ }
272
+ y(a) {
273
+ let b = a.which;
280
274
  if (b == 27) {
281
275
  this.b.cr();
282
276
  }
283
- };
284
- DatePickerView.prototype.w = function (a) {
277
+ }
278
+ w(a) {
285
279
  this.b.focus();
286
- var b = (a.originalEvent.relatedTarget);
280
+ let b = (a.originalEvent.relatedTarget);
287
281
  if (!this.c(b)) {
288
282
  this.b.c4();
289
283
  }
290
- };
291
- DatePickerView.prototype.x = function (a) {
292
- var b = (a.originalEvent.relatedTarget);
284
+ }
285
+ x(a) {
286
+ let b = (a.originalEvent.relatedTarget);
293
287
  if (!this.c(b)) {
294
288
  this.b.cx();
295
289
  this.b.c5();
296
290
  }
297
- };
298
- DatePickerView.prototype.al = function (a, b) {
291
+ }
292
+ al(a, b) {
299
293
  if (this.d != null) {
300
- var c = this.d.rootWrapper.getNativeElement();
294
+ let c = this.d.rootWrapper.getNativeElement();
301
295
  if (!document.documentElement.contains(c)) {
302
296
  this.b.cr();
303
297
  }
@@ -305,125 +299,125 @@ export var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
305
299
  else {
306
300
  this.b.cr();
307
301
  }
308
- };
309
- DatePickerView.prototype.document_Click = function (a) {
310
- var b = a.target;
302
+ }
303
+ document_Click(a) {
304
+ let b = a.target;
311
305
  if (!this.c(b)) {
312
306
  this.b.cr();
313
307
  }
314
- };
315
- DatePickerView.prototype.window_Resize = function (a) {
308
+ }
309
+ window_Resize(a) {
316
310
  this.b.dn();
317
- };
318
- DatePickerView.prototype.a0 = function (a) {
311
+ }
312
+ a0(a) {
319
313
  if (this.d != null) {
320
- var b = this.d.rootWrapper.getNativeElement();
321
- var c = (b.getBoundingClientRect());
314
+ let b = this.d.rootWrapper.getNativeElement();
315
+ let c = (b.getBoundingClientRect());
322
316
  if (a) {
323
317
  c = new Rect(0, c.left + window.pageXOffset, c.top + window.pageYOffset, c.width, c.height);
324
318
  }
325
319
  return c;
326
320
  }
327
321
  return null;
328
- };
329
- DatePickerView.prototype.a = function () {
330
- var a = (window.innerWidth);
331
- var b = (window.innerHeight);
332
- var c = new Array(2);
322
+ }
323
+ a() {
324
+ let a = (window.innerWidth);
325
+ let b = (window.innerHeight);
326
+ let c = new Array(2);
333
327
  c[0] = a;
334
328
  c[1] = b;
335
329
  return c;
336
- };
337
- DatePickerView.prototype.c = function (a) {
330
+ }
331
+ c(a) {
338
332
  if (null == a) {
339
333
  return false;
340
334
  }
341
- var b = this.d.rootWrapper.getNativeElement();
342
- var c = this.e.getNativeElement();
335
+ let b = this.d.rootWrapper.getNativeElement();
336
+ let c = this.e.getNativeElement();
343
337
  return b.contains(a) || c.contains(a);
344
- };
345
- DatePickerView.prototype.ai = function () {
346
- };
347
- DatePickerView.$t = markType(DatePickerView, 'DatePickerView');
348
- return DatePickerView;
349
- }(Base));
338
+ }
339
+ ai() {
340
+ }
341
+ }
342
+ export { DatePickerView };
350
343
  /**
351
344
  * @hidden
352
345
  */
353
- export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
354
- __extends(XDatePicker, _super);
355
- function XDatePicker() {
356
- var _this = _super.call(this) || this;
357
- _this.h = null;
358
- _this.u = null;
359
- _this.q = null;
360
- _this.o = null;
361
- _this.r = null;
362
- _this.m = null;
363
- _this.n = null;
364
- _this.c = null;
365
- _this.bh = "dd";
366
- _this.bl = "mm";
367
- _this.bo = "yyyy";
368
- _this.bi = "mdy";
369
- _this.bn = "/";
370
- _this.ah = false;
371
- _this.at = false;
372
- _this.ar = false;
373
- _this.a6 = dateMinValue();
374
- _this.ai = false;
375
- _this.propertyChanged = null;
376
- _this.selectedValueChanged = null;
377
- _this.ae = null;
378
- _this.a8 = dateMinValue();
379
- _this.a7 = dateMinValue();
380
- _this.bk = "";
381
- _this.du = BrushUtil.l(255, 24, 29, 31);
382
- _this.z = null;
383
- _this.bm = "";
384
- _this.a5 = dateMinValue();
385
- _this.a4 = dateMaxValue();
386
- _this.x = 2;
387
- _this.v = 1;
388
- _this.aa = null;
389
- _this.dv = BrushUtil.l(255, 24, 29, 31);
390
- _this.dt = BrushUtil.l(255, 163, 172, 184);
391
- _this.ao = true;
392
- _this.ap = false;
393
- _this.ag = true;
394
- _this.an = true;
395
- _this.i = 0;
396
- _this.k = 0;
397
- _this.aq = false;
398
- _this.a = new DateTimeValueFormatter();
399
- _this.d = 0;
400
- _this.bj = null;
401
- _this.aj = false;
402
- _this.be = 0;
403
- _this.ak = false;
404
- _this.am = false;
405
- _this.as = false;
406
- _this.al = false;
407
- _this.gotFocus = null;
408
- _this.lostFocus = null;
409
- _this.keyDown = null;
410
- _this.changing = null;
411
- var a = new DatePickerView();
412
- a.b = _this;
413
- _this.h = a;
414
- _this.h.am();
415
- _this.cp();
416
- return _this;
417
- }
418
- XDatePicker.prototype.dc = function (a, b) {
346
+ class XDatePicker extends Base {
347
+ static { this.$t = markType(XDatePicker, 'XDatePicker', Base.$, [INotifyPropertyChanged_$type]); }
348
+ static { this.br = "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"; }
349
+ static { this.bs = "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"; }
350
+ constructor() {
351
+ super();
352
+ this.h = null;
353
+ this.u = null;
354
+ this.q = null;
355
+ this.o = null;
356
+ this.r = null;
357
+ this.m = null;
358
+ this.n = null;
359
+ this.c = null;
360
+ this.bh = "dd";
361
+ this.bl = "mm";
362
+ this.bo = "yyyy";
363
+ this.bi = "mdy";
364
+ this.bn = "/";
365
+ this.ah = false;
366
+ this.at = false;
367
+ this.ar = false;
368
+ this.a6 = dateMinValue();
369
+ this.ai = false;
370
+ this.propertyChanged = null;
371
+ this.selectedValueChanged = null;
372
+ this.ae = null;
373
+ this.a8 = dateMinValue();
374
+ this.a7 = dateMinValue();
375
+ this.bk = "";
376
+ this.du = BrushUtil.l(255, 24, 29, 31);
377
+ this.z = null;
378
+ this.bm = "";
379
+ this.a5 = dateMinValue();
380
+ this.a4 = dateMaxValue();
381
+ this.x = 2;
382
+ this.v = 1;
383
+ this.aa = null;
384
+ this.dv = BrushUtil.l(255, 24, 29, 31);
385
+ this.dt = BrushUtil.l(255, 163, 172, 184);
386
+ this.ao = true;
387
+ this.ap = false;
388
+ this.ag = true;
389
+ this.an = true;
390
+ this.i = 0;
391
+ this.k = 0;
392
+ this.aq = false;
393
+ this.a = new DateTimeValueFormatter();
394
+ this.d = 0;
395
+ this.bj = null;
396
+ this.aj = false;
397
+ this.be = 0;
398
+ this.ak = false;
399
+ this.am = false;
400
+ this.as = false;
401
+ this.al = false;
402
+ this.gotFocus = null;
403
+ this.lostFocus = null;
404
+ this.keyDown = null;
405
+ this.changing = null;
406
+ let a = new DatePickerView();
407
+ a.b = this;
408
+ this.h = a;
409
+ this.h.am();
410
+ this.cp();
411
+ }
412
+ dc(a, b) {
419
413
  if (this.u != null) {
420
414
  this.ah = true;
421
415
  this.cr();
422
416
  }
423
417
  this.dm();
424
418
  if (this.selectedValueChanged != null) {
425
- this.selectedValueChanged(this, ((function () {
426
- var $ret = new SelectedValueChangedEventArgs();
419
+ this.selectedValueChanged(this, ((() => {
420
+ let $ret = new SelectedValueChangedEventArgs();
427
421
  $ret.oldValue = a;
428
422
  $ret.newValue = b;
429
423
  return $ret;
@@ -432,422 +426,311 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
432
426
  if (this.ai) {
433
427
  this.dg();
434
428
  }
435
- };
436
- XDatePicker.prototype.notifySizeChanged = function () {
429
+ }
430
+ notifySizeChanged() {
437
431
  this.h.ai();
438
- };
439
- XDatePicker.prototype.destroy = function () {
432
+ }
433
+ destroy() {
440
434
  if (this.c != null) {
441
- var a = this.c;
435
+ let a = this.c;
442
436
  a.selectedValueChanged = delegateRemove(a.selectedValueChanged, runOn(this, this.co));
443
- var b = this.c;
437
+ let b = this.c;
444
438
  b.close = delegateRemove(b.close, runOn(this, this.cn));
445
439
  }
446
440
  this.provideContainer(null);
447
- };
448
- XDatePicker.prototype.provideContainer = function (a) {
441
+ }
442
+ provideContainer(a) {
449
443
  this.h.ak(a);
450
- };
451
- XDatePicker.prototype.setName = function (a) {
444
+ }
445
+ setName(a) {
452
446
  this.o.e = a;
453
- };
454
- Object.defineProperty(XDatePicker.prototype, "af", {
455
- get: function () {
456
- if (this.ae == null) {
457
- this.ae = new SRProvider(this.h.d);
458
- this.ae.cb("Calendar");
459
- }
460
- return this.ae;
461
- },
462
- enumerable: false,
463
- configurable: true
464
- });
465
- Object.defineProperty(XDatePicker.prototype, "value", {
466
- get: function () {
467
- return this.a8;
468
- },
469
- set: function (a) {
470
- var b = this.a8;
471
- this.a6 = b;
472
- this.a8 = a;
473
- if (+b != +(this.a8)) {
474
- this.db("Value", b, this.a8);
475
- }
476
- },
477
- enumerable: false,
478
- configurable: true
479
- });
480
- Object.defineProperty(XDatePicker.prototype, "bb", {
481
- get: function () {
482
- return this.a7;
483
- },
484
- set: function (a) {
485
- var b = this.a7;
486
- this.a7 = a;
487
- if (+b != +(this.a7)) {
488
- this.db("Today", b, this.a7);
489
- }
490
- },
491
- enumerable: false,
492
- configurable: true
493
- });
494
- Object.defineProperty(XDatePicker.prototype, "b4", {
495
- get: function () {
496
- return this.bk;
497
- },
498
- set: function (a) {
499
- var b = this.bk;
500
- this.bk = a;
501
- if (b != this.bk) {
502
- this.db("Label", b, this.bk);
503
- }
504
- },
505
- enumerable: false,
506
- configurable: true
507
- });
508
- Object.defineProperty(XDatePicker.prototype, "dx", {
509
- get: function () {
510
- return this.du;
511
- },
512
- set: function (a) {
513
- var b = this.du;
514
- this.du = a;
515
- if (b != this.du) {
516
- this.db("LabelTextColor", b, a);
517
- }
518
- },
519
- enumerable: false,
520
- configurable: true
521
- });
522
- Object.defineProperty(XDatePicker.prototype, "ac", {
523
- get: function () {
524
- return this.z;
525
- },
526
- set: function (a) {
527
- var b = this.z;
528
- this.z = a;
529
- if (b != this.z) {
530
- this.db("LabelTextStyle", b, this.z);
531
- }
532
- },
533
- enumerable: false,
534
- configurable: true
535
- });
536
- Object.defineProperty(XDatePicker.prototype, "cc", {
537
- get: function () {
538
- return this.bm;
539
- },
540
- set: function (a) {
541
- var b = this.bm;
542
- this.bm = a;
543
- if (b != this.bm) {
544
- this.db("Placeholder", b, this.bm);
545
- }
546
- },
547
- enumerable: false,
548
- configurable: true
549
- });
550
- Object.defineProperty(XDatePicker.prototype, "ba", {
551
- get: function () {
552
- return this.a5;
553
- },
554
- set: function (a) {
555
- var b = this.a5;
556
- this.a5 = a;
557
- if (+b != +(this.a5)) {
558
- this.db("MinDate", b, this.a5);
559
- }
560
- },
561
- enumerable: false,
562
- configurable: true
563
- });
564
- Object.defineProperty(XDatePicker.prototype, "a9", {
565
- get: function () {
566
- return this.a4;
567
- },
568
- set: function (a) {
569
- var b = this.a4;
570
- this.a4 = a;
571
- if (+b != +(this.a4)) {
572
- this.db("MaxDate", b, this.a4);
573
- }
574
- },
575
- enumerable: false,
576
- configurable: true
577
- });
578
- Object.defineProperty(XDatePicker.prototype, "y", {
579
- get: function () {
580
- return this.x;
581
- },
582
- set: function (a) {
583
- var b = this.x;
584
- this.x = a;
585
- if (b != this.x) {
586
- this.db("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.x));
587
- }
588
- },
589
- enumerable: false,
590
- configurable: true
591
- });
592
- Object.defineProperty(XDatePicker.prototype, "w", {
593
- get: function () {
594
- return this.v;
595
- },
596
- set: function (a) {
597
- var b = this.v;
598
- this.v = a;
599
- if (b != this.v) {
600
- this.db("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.v));
601
- }
602
- },
603
- enumerable: false,
604
- configurable: true
605
- });
606
- Object.defineProperty(XDatePicker.prototype, "ad", {
607
- get: function () {
608
- return this.aa;
609
- },
610
- set: function (a) {
611
- var b = this.aa;
612
- this.aa = a;
613
- if (b != this.aa) {
614
- this.db("TextStyle", b, this.aa);
615
- }
616
- },
617
- enumerable: false,
618
- configurable: true
619
- });
620
- Object.defineProperty(XDatePicker.prototype, "dy", {
621
- get: function () {
622
- return this.dv;
623
- },
624
- set: function (a) {
625
- var b = this.dv;
626
- this.dv = a;
627
- if (b != this.dv) {
628
- this.db("TextColor", b, this.dv);
629
- }
630
- },
631
- enumerable: false,
632
- configurable: true
633
- });
634
- Object.defineProperty(XDatePicker.prototype, "dw", {
635
- get: function () {
636
- return this.dt;
637
- },
638
- set: function (a) {
639
- var b = this.dt;
640
- this.dt = a;
641
- if (b != this.dt) {
642
- this.db("IconColor", b, this.dt);
643
- }
644
- },
645
- enumerable: false,
646
- configurable: true
647
- });
648
- Object.defineProperty(XDatePicker.prototype, "a0", {
649
- get: function () {
650
- return this.ao;
651
- },
652
- set: function (a) {
653
- var b = this.ao;
654
- this.ao = a;
655
- if (b != this.ao) {
656
- this.db("ShowClearButton", b, this.ao);
657
- }
658
- },
659
- enumerable: false,
660
- configurable: true
661
- });
662
- Object.defineProperty(XDatePicker.prototype, "a1", {
663
- get: function () {
664
- return this.ap;
665
- },
666
- set: function (a) {
667
- var b = this.ap;
668
- this.ap = a;
669
- if (b != this.ap) {
670
- this.db("ShowTodayButton", b, this.ap);
671
- }
672
- },
673
- enumerable: false,
674
- configurable: true
675
- });
676
- Object.defineProperty(XDatePicker.prototype, "au", {
677
- get: function () {
678
- return this.ag;
679
- },
680
- set: function (a) {
681
- var b = this.ag;
682
- this.ag = a;
683
- if (b != this.ag) {
684
- this.db("AllowTextInput", b, this.ag);
685
- }
686
- },
687
- enumerable: false,
688
- configurable: true
689
- });
690
- Object.defineProperty(XDatePicker.prototype, "ay", {
691
- get: function () {
692
- return this.an;
693
- },
694
- set: function (a) {
695
- var b = this.an;
696
- this.an = a;
697
- if (b != this.an) {
698
- this.db("OpenOnFocus", b, this.an);
699
- }
700
- },
701
- enumerable: false,
702
- configurable: true
703
- });
704
- Object.defineProperty(XDatePicker.prototype, "j", {
705
- get: function () {
706
- return this.i;
707
- },
708
- set: function (a) {
709
- var b = this.i;
710
- this.i = a;
711
- if (b != this.i) {
712
- this.db("FirstDayOfWeek", enumGetBox(DayOfWeek_$type, b), enumGetBox(DayOfWeek_$type, this.i));
713
- }
714
- },
715
- enumerable: false,
716
- configurable: true
717
- });
718
- Object.defineProperty(XDatePicker.prototype, "l", {
719
- get: function () {
720
- return this.k;
721
- },
722
- set: function (a) {
723
- var b = this.k;
724
- this.k = a;
725
- if (b != this.k) {
726
- this.db("FirstWeekOfYear", enumGetBox(FirstWeek_$type, b), enumGetBox(FirstWeek_$type, this.k));
727
- }
728
- },
729
- enumerable: false,
730
- configurable: true
731
- });
732
- Object.defineProperty(XDatePicker.prototype, "a2", {
733
- get: function () {
734
- return this.aq;
735
- },
736
- set: function (a) {
737
- var b = this.aq;
738
- this.aq = a;
739
- if (b != this.aq) {
740
- this.db("ShowWeekNumbers", b, this.aq);
741
- }
742
- },
743
- enumerable: false,
744
- configurable: true
745
- });
746
- Object.defineProperty(XDatePicker.prototype, "e", {
747
- get: function () {
748
- return this.d;
749
- },
750
- set: function (a) {
751
- var b = this.d;
752
- this.d = a;
753
- if (this.d != b) {
754
- this.db("DateFormat", enumGetBox(DateFormats_$type, b), enumGetBox(DateFormats_$type, this.d));
755
- }
756
- },
757
- enumerable: false,
758
- configurable: true
759
- });
760
- Object.defineProperty(XDatePicker.prototype, "bz", {
761
- get: function () {
762
- return this.bj;
763
- },
764
- set: function (a) {
765
- var b = this.bj;
766
- this.bj = a;
767
- if (b != this.bj) {
768
- this.db("FormatString", b, this.bj);
769
- }
770
- },
771
- enumerable: false,
772
- configurable: true
773
- });
774
- Object.defineProperty(XDatePicker.prototype, "av", {
775
- get: function () {
776
- return this.aj;
777
- },
778
- set: function (a) {
779
- var b = this.aj;
780
- this.aj = a;
781
- if (b != this.aj) {
782
- this.db("IsDisabled", b, this.aj);
783
- }
784
- },
785
- enumerable: false,
786
- configurable: true
787
- });
788
- Object.defineProperty(XDatePicker.prototype, "bf", {
789
- get: function () {
790
- return this.be;
791
- },
792
- set: function (a) {
793
- var b = this.be;
794
- this.be = a;
795
- if (b != this.be) {
796
- this.db("TabIndex", b, this.be);
797
- }
798
- },
799
- enumerable: false,
800
- configurable: true
801
- });
802
- Object.defineProperty(XDatePicker.prototype, "aw", {
803
- get: function () {
804
- return this.ak;
805
- },
806
- set: function (a) {
807
- var b = this.ak;
808
- this.ak = a;
809
- if (b != this.ak) {
810
- this.db("IsFixed", b, this.ak);
811
- }
812
- },
813
- enumerable: false,
814
- configurable: true
815
- });
816
- Object.defineProperty(XDatePicker.prototype, "ax", {
817
- get: function () {
818
- return this.am;
819
- },
820
- set: function (a) {
821
- var b = this.am;
822
- this.am = a;
823
- if (b != this.am) {
824
- this.db("OpenAsChild", b, this.am);
825
- }
826
- },
827
- enumerable: false,
828
- configurable: true
829
- });
830
- Object.defineProperty(XDatePicker.prototype, "a3", {
831
- get: function () {
832
- return this.as;
833
- },
834
- set: function (a) {
835
- var b = this.as;
836
- this.as = a;
837
- if (b != this.as) {
838
- this.db("UseTopLayer", b, this.as);
839
- }
840
- },
841
- enumerable: false,
842
- configurable: true
843
- });
844
- XDatePicker.prototype.db = function (a, b, c) {
447
+ }
448
+ get af() {
449
+ if (this.ae == null) {
450
+ this.ae = new SRProvider(this.h.d);
451
+ this.ae.cb("Calendar");
452
+ }
453
+ return this.ae;
454
+ }
455
+ get value() {
456
+ return this.a8;
457
+ }
458
+ set value(a) {
459
+ let b = this.a8;
460
+ this.a6 = b;
461
+ this.a8 = a;
462
+ if (+b != +(this.a8)) {
463
+ this.db("Value", b, this.a8);
464
+ }
465
+ }
466
+ get bb() {
467
+ return this.a7;
468
+ }
469
+ set bb(a) {
470
+ let b = this.a7;
471
+ this.a7 = a;
472
+ if (+b != +(this.a7)) {
473
+ this.db("Today", b, this.a7);
474
+ }
475
+ }
476
+ get b4() {
477
+ return this.bk;
478
+ }
479
+ set b4(a) {
480
+ let b = this.bk;
481
+ this.bk = a;
482
+ if (b != this.bk) {
483
+ this.db("Label", b, this.bk);
484
+ }
485
+ }
486
+ get dx() {
487
+ return this.du;
488
+ }
489
+ set dx(a) {
490
+ let b = this.du;
491
+ this.du = a;
492
+ if (b != this.du) {
493
+ this.db("LabelTextColor", b, a);
494
+ }
495
+ }
496
+ static { this.ab = null; }
497
+ get ac() {
498
+ return this.z;
499
+ }
500
+ set ac(a) {
501
+ let b = this.z;
502
+ this.z = a;
503
+ if (b != this.z) {
504
+ this.db("LabelTextStyle", b, this.z);
505
+ }
506
+ }
507
+ get cc() {
508
+ return this.bm;
509
+ }
510
+ set cc(a) {
511
+ let b = this.bm;
512
+ this.bm = a;
513
+ if (b != this.bm) {
514
+ this.db("Placeholder", b, this.bm);
515
+ }
516
+ }
517
+ get ba() {
518
+ return this.a5;
519
+ }
520
+ set ba(a) {
521
+ let b = this.a5;
522
+ this.a5 = a;
523
+ if (+b != +(this.a5)) {
524
+ this.db("MinDate", b, this.a5);
525
+ }
526
+ }
527
+ get a9() {
528
+ return this.a4;
529
+ }
530
+ set a9(a) {
531
+ let b = this.a4;
532
+ this.a4 = a;
533
+ if (+b != +(this.a4)) {
534
+ this.db("MaxDate", b, this.a4);
535
+ }
536
+ }
537
+ get y() {
538
+ return this.x;
539
+ }
540
+ set y(a) {
541
+ let b = this.x;
542
+ this.x = a;
543
+ if (b != this.x) {
544
+ this.db("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.x));
545
+ }
546
+ }
547
+ get w() {
548
+ return this.v;
549
+ }
550
+ set w(a) {
551
+ let b = this.v;
552
+ this.v = a;
553
+ if (b != this.v) {
554
+ this.db("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.v));
555
+ }
556
+ }
557
+ get ad() {
558
+ return this.aa;
559
+ }
560
+ set ad(a) {
561
+ let b = this.aa;
562
+ this.aa = a;
563
+ if (b != this.aa) {
564
+ this.db("TextStyle", b, this.aa);
565
+ }
566
+ }
567
+ get dy() {
568
+ return this.dv;
569
+ }
570
+ set dy(a) {
571
+ let b = this.dv;
572
+ this.dv = a;
573
+ if (b != this.dv) {
574
+ this.db("TextColor", b, this.dv);
575
+ }
576
+ }
577
+ get dw() {
578
+ return this.dt;
579
+ }
580
+ set dw(a) {
581
+ let b = this.dt;
582
+ this.dt = a;
583
+ if (b != this.dt) {
584
+ this.db("IconColor", b, this.dt);
585
+ }
586
+ }
587
+ get a0() {
588
+ return this.ao;
589
+ }
590
+ set a0(a) {
591
+ let b = this.ao;
592
+ this.ao = a;
593
+ if (b != this.ao) {
594
+ this.db("ShowClearButton", b, this.ao);
595
+ }
596
+ }
597
+ get a1() {
598
+ return this.ap;
599
+ }
600
+ set a1(a) {
601
+ let b = this.ap;
602
+ this.ap = a;
603
+ if (b != this.ap) {
604
+ this.db("ShowTodayButton", b, this.ap);
605
+ }
606
+ }
607
+ get au() {
608
+ return this.ag;
609
+ }
610
+ set au(a) {
611
+ let b = this.ag;
612
+ this.ag = a;
613
+ if (b != this.ag) {
614
+ this.db("AllowTextInput", b, this.ag);
615
+ }
616
+ }
617
+ get ay() {
618
+ return this.an;
619
+ }
620
+ set ay(a) {
621
+ let b = this.an;
622
+ this.an = a;
623
+ if (b != this.an) {
624
+ this.db("OpenOnFocus", b, this.an);
625
+ }
626
+ }
627
+ get j() {
628
+ return this.i;
629
+ }
630
+ set j(a) {
631
+ let b = this.i;
632
+ this.i = a;
633
+ if (b != this.i) {
634
+ this.db("FirstDayOfWeek", enumGetBox(DayOfWeek_$type, b), enumGetBox(DayOfWeek_$type, this.i));
635
+ }
636
+ }
637
+ get l() {
638
+ return this.k;
639
+ }
640
+ set l(a) {
641
+ let b = this.k;
642
+ this.k = a;
643
+ if (b != this.k) {
644
+ this.db("FirstWeekOfYear", enumGetBox(FirstWeek_$type, b), enumGetBox(FirstWeek_$type, this.k));
645
+ }
646
+ }
647
+ get a2() {
648
+ return this.aq;
649
+ }
650
+ set a2(a) {
651
+ let b = this.aq;
652
+ this.aq = a;
653
+ if (b != this.aq) {
654
+ this.db("ShowWeekNumbers", b, this.aq);
655
+ }
656
+ }
657
+ get e() {
658
+ return this.d;
659
+ }
660
+ set e(a) {
661
+ let b = this.d;
662
+ this.d = a;
663
+ if (this.d != b) {
664
+ this.db("DateFormat", enumGetBox(DateFormats_$type, b), enumGetBox(DateFormats_$type, this.d));
665
+ }
666
+ }
667
+ get bz() {
668
+ return this.bj;
669
+ }
670
+ set bz(a) {
671
+ let b = this.bj;
672
+ this.bj = a;
673
+ if (b != this.bj) {
674
+ this.db("FormatString", b, this.bj);
675
+ }
676
+ }
677
+ get av() {
678
+ return this.aj;
679
+ }
680
+ set av(a) {
681
+ let b = this.aj;
682
+ this.aj = a;
683
+ if (b != this.aj) {
684
+ this.db("IsDisabled", b, this.aj);
685
+ }
686
+ }
687
+ get bf() {
688
+ return this.be;
689
+ }
690
+ set bf(a) {
691
+ let b = this.be;
692
+ this.be = a;
693
+ if (b != this.be) {
694
+ this.db("TabIndex", b, this.be);
695
+ }
696
+ }
697
+ get aw() {
698
+ return this.ak;
699
+ }
700
+ set aw(a) {
701
+ let b = this.ak;
702
+ this.ak = a;
703
+ if (b != this.ak) {
704
+ this.db("IsFixed", b, this.ak);
705
+ }
706
+ }
707
+ get ax() {
708
+ return this.am;
709
+ }
710
+ set ax(a) {
711
+ let b = this.am;
712
+ this.am = a;
713
+ if (b != this.am) {
714
+ this.db("OpenAsChild", b, this.am);
715
+ }
716
+ }
717
+ get a3() {
718
+ return this.as;
719
+ }
720
+ set a3(a) {
721
+ let b = this.as;
722
+ this.as = a;
723
+ if (b != this.as) {
724
+ this.db("UseTopLayer", b, this.as);
725
+ }
726
+ }
727
+ db(a, b, c) {
845
728
  if (this.propertyChanged != null) {
846
729
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
847
730
  }
848
731
  this.de(a, b, c);
849
- };
850
- XDatePicker.prototype.de = function (a, b, c) {
732
+ }
733
+ de(a, b, c) {
851
734
  switch (a) {
852
735
  case "Density":
853
736
  this.dh();
@@ -902,7 +785,7 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
902
785
  break;
903
786
  case "MaxDate":
904
787
  if (this.c != null) {
905
- var d = Base.compareSimple(this.ba, this.a9);
788
+ let d = Base.compareSimple(this.ba, this.a9);
906
789
  if (d >= 0) {
907
790
  this.a9 = dateMaxValue();
908
791
  }
@@ -918,7 +801,7 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
918
801
  case "MinDate":
919
802
  if (this.c != null) {
920
803
  this.c.au = this.a5;
921
- var e = Base.compareSimple(this.ba, this.a9);
804
+ let e = Base.compareSimple(this.ba, this.a9);
922
805
  if (e >= 0) {
923
806
  this.a6 = dateMaxValue();
924
807
  this.c.at = this.a9;
@@ -1007,13 +890,13 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1007
890
  }
1008
891
  break;
1009
892
  }
1010
- };
1011
- XDatePicker.prototype.az = function () {
893
+ }
894
+ az() {
1012
895
  return this.av || !this.au;
1013
- };
1014
- XDatePicker.prototype.cp = function () {
1015
- var a = '/';
1016
- var b = this.bz != null ? this.bz.toLowerCase() : this.a.j();
896
+ }
897
+ cp() {
898
+ let a = '/';
899
+ let b = this.bz != null ? this.bz.toLowerCase() : this.a.j();
1017
900
  if (stringContains(b, "/")) {
1018
901
  a = '/';
1019
902
  }
@@ -1030,10 +913,10 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1030
913
  a = ',';
1031
914
  }
1032
915
  this.bn = a.toString();
1033
- var c = b.split(a);
916
+ let c = b.split(a);
1034
917
  if (c.length == 3) {
1035
- var d = "";
1036
- for (var e = 0; e < 3; e++) {
918
+ let d = "";
919
+ for (let e = 0; e < 3; e++) {
1037
920
  if (stringContains(c[e], "d")) {
1038
921
  d += "d";
1039
922
  switch (c[e]) {
@@ -1097,8 +980,8 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1097
980
  this.bi = "mdy";
1098
981
  }
1099
982
  }
1100
- };
1101
- XDatePicker.prototype.dq = function () {
983
+ }
984
+ dq() {
1102
985
  if (this.o != null) {
1103
986
  this.o.d8 = this.dy;
1104
987
  }
@@ -1112,17 +995,17 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1112
995
  this.r.dj = this.dx;
1113
996
  this.r.y = this.ac;
1114
997
  }
1115
- };
1116
- XDatePicker.prototype.dl = function () {
998
+ }
999
+ dl() {
1117
1000
  if (this.q != null) {
1118
1001
  }
1119
- };
1120
- XDatePicker.prototype.dp = function () {
1002
+ }
1003
+ dp() {
1121
1004
  if (this.aa != null) {
1122
1005
  this.o.af = this.aa;
1123
1006
  }
1124
- };
1125
- XDatePicker.prototype.cs = function () {
1007
+ }
1008
+ cs() {
1126
1009
  this.q = new XInputGroup();
1127
1010
  this.h.aq(this.q);
1128
1011
  this.q.d = 0;
@@ -1149,13 +1032,13 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1149
1032
  this.q.inputs.add(this.o);
1150
1033
  this.o.cg = this.cc;
1151
1034
  this.h.ay(this.cc);
1152
- var a = this.o;
1035
+ let a = this.o;
1153
1036
  a.change = delegateCombine(a.change, runOn(this, this.cz));
1154
- var b = this.o;
1037
+ let b = this.o;
1155
1038
  b.changing = delegateCombine(b.changing, runOn(this, this.c0));
1156
- var c = this.o;
1039
+ let c = this.o;
1157
1040
  c.keyDown = delegateCombine(c.keyDown, runOn(this, this.c1));
1158
- var d = new XSuffix();
1041
+ let d = new XSuffix();
1159
1042
  this.h.au(d, this.h.r());
1160
1043
  this.m = new XIcon();
1161
1044
  this.h.ap(this.m, this.h.q());
@@ -1165,7 +1048,7 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1165
1048
  this.q.appendContentChild(this.h.r());
1166
1049
  this.q.inputs.add(d);
1167
1050
  this.dm();
1168
- var e = new XSuffix();
1051
+ let e = new XSuffix();
1169
1052
  this.h.au(e, this.h.t());
1170
1053
  this.n = new XIcon();
1171
1054
  this.h.ap(this.n, this.h.s());
@@ -1174,14 +1057,14 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1174
1057
  e.appendContentChild(this.h.s());
1175
1058
  this.q.appendContentChild(this.h.t());
1176
1059
  this.q.inputs.add(e);
1177
- };
1178
- XDatePicker.prototype.c1 = function (a, b) {
1060
+ }
1061
+ c1(a, b) {
1179
1062
  this.c7(b);
1180
1063
  if (b.defaultPrevented) {
1181
1064
  return;
1182
1065
  }
1183
- var c = b.keyCode;
1184
- var d = b.modifiers;
1066
+ let c = b.keyCode;
1067
+ let d = b.modifiers;
1185
1068
  switch (c) {
1186
1069
  case 9:
1187
1070
  this.ar = true;
@@ -1213,8 +1096,8 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1213
1096
  }
1214
1097
  break;
1215
1098
  }
1216
- };
1217
- XDatePicker.prototype.c0 = function (a, b) {
1099
+ }
1100
+ c0(a, b) {
1218
1101
  this.c3(b);
1219
1102
  if (b.value.length > 0) {
1220
1103
  this.h.av();
@@ -1222,19 +1105,19 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1222
1105
  else {
1223
1106
  this.h.ah();
1224
1107
  }
1225
- };
1226
- XDatePicker.prototype.cz = function (a, b) {
1108
+ }
1109
+ cz(a, b) {
1227
1110
  this.at = true;
1228
1111
  this.ds(b.value);
1229
1112
  this.at = false;
1230
- };
1231
- XDatePicker.prototype.ds = function (a) {
1232
- var b = ['/', '-', ' ', '.', ','];
1233
- var c = stringSplit(a, b, 1);
1234
- var d = 0;
1235
- var e = 0;
1236
- var f = 0;
1237
- var g = true;
1113
+ }
1114
+ ds(a) {
1115
+ let b = ['/', '-', ' ', '.', ','];
1116
+ let c = stringSplit(a, b, 1);
1117
+ let d = 0;
1118
+ let e = 0;
1119
+ let f = 0;
1120
+ let g = true;
1238
1121
  if (c.length == 3) {
1239
1122
  if (c[0].length == 0 || c[1].length == 0 || c[2].length == 0) {
1240
1123
  g = false;
@@ -1261,7 +1144,7 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1261
1144
  f = f + 2000;
1262
1145
  }
1263
1146
  if (isNaN_(e)) {
1264
- var h = "";
1147
+ let h = "";
1265
1148
  if (this.bi == "dmy") {
1266
1149
  h = c[1].toLowerCase();
1267
1150
  }
@@ -1271,30 +1154,30 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1271
1154
  else if (this.bi == "ymd") {
1272
1155
  h = c[1].toLowerCase();
1273
1156
  }
1274
- var i = !stringIsNullOrWhiteSpace(this.af.b1("January_Full")) ? this.af.b1("January_Full").toLowerCase() : "january";
1275
- var j = !stringIsNullOrWhiteSpace(this.af.b1("January_Short")) ? this.af.b1("January_Short").toLowerCase() : "jan";
1276
- var k = !stringIsNullOrWhiteSpace(this.af.b1("February_Full")) ? this.af.b1("February_Full").toLowerCase() : "february";
1277
- var l = !stringIsNullOrWhiteSpace(this.af.b1("February_Short")) ? this.af.b1("February_Short").toLowerCase() : "feb";
1278
- var m = !stringIsNullOrWhiteSpace(this.af.b1("March_Full")) ? this.af.b1("March_Full").toLowerCase() : "march";
1279
- var n = !stringIsNullOrWhiteSpace(this.af.b1("March_Short")) ? this.af.b1("March_Short").toLowerCase() : "mar";
1280
- var o = !stringIsNullOrWhiteSpace(this.af.b1("April_Full")) ? this.af.b1("April_Full").toLowerCase() : "april";
1281
- var p = !stringIsNullOrWhiteSpace(this.af.b1("April_Short")) ? this.af.b1("April_Short").toLowerCase() : "apr";
1282
- var q = !stringIsNullOrWhiteSpace(this.af.b1("May_Full")) ? this.af.b1("May_Full").toLowerCase() : "may";
1283
- var r = !stringIsNullOrWhiteSpace(this.af.b1("May_Short")) ? this.af.b1("May_Short").toLowerCase() : "may";
1284
- var s = !stringIsNullOrWhiteSpace(this.af.b1("June_Full")) ? this.af.b1("June_Full").toLowerCase() : "june";
1285
- var t = !stringIsNullOrWhiteSpace(this.af.b1("June_Short")) ? this.af.b1("June_Short").toLowerCase() : "jun";
1286
- var u = !stringIsNullOrWhiteSpace(this.af.b1("July_Full")) ? this.af.b1("July_Full").toLowerCase() : "july";
1287
- var v = !stringIsNullOrWhiteSpace(this.af.b1("July_Short")) ? this.af.b1("July_Short").toLowerCase() : "jul";
1288
- var w = !stringIsNullOrWhiteSpace(this.af.b1("August_Full")) ? this.af.b1("August_Full").toLowerCase() : "august";
1289
- var x = !stringIsNullOrWhiteSpace(this.af.b1("August_Short")) ? this.af.b1("August_Short").toLowerCase() : "aug";
1290
- var y = !stringIsNullOrWhiteSpace(this.af.b1("September_Full")) ? this.af.b1("September_Full").toLowerCase() : "september";
1291
- var z = !stringIsNullOrWhiteSpace(this.af.b1("September_Short")) ? this.af.b1("September_Short").toLowerCase() : "sep";
1292
- var aa = !stringIsNullOrWhiteSpace(this.af.b1("October_Full")) ? this.af.b1("October_Full").toLowerCase() : "october";
1293
- var ab = !stringIsNullOrWhiteSpace(this.af.b1("October_Short")) ? this.af.b1("October_Short").toLowerCase() : "oct";
1294
- var ac = !stringIsNullOrWhiteSpace(this.af.b1("November_Full")) ? this.af.b1("November_Full").toLowerCase() : "november";
1295
- var ad = !stringIsNullOrWhiteSpace(this.af.b1("November_Short")) ? this.af.b1("November_Short").toLowerCase() : "nov";
1296
- var ae = !stringIsNullOrWhiteSpace(this.af.b1("December_Full")) ? this.af.b1("December_Full").toLowerCase() : "december";
1297
- var af = !stringIsNullOrWhiteSpace(this.af.b1("December_Short")) ? this.af.b1("December_Short").toLowerCase() : "dec";
1157
+ let i = !stringIsNullOrWhiteSpace(this.af.b1("January_Full")) ? this.af.b1("January_Full").toLowerCase() : "january";
1158
+ let j = !stringIsNullOrWhiteSpace(this.af.b1("January_Short")) ? this.af.b1("January_Short").toLowerCase() : "jan";
1159
+ let k = !stringIsNullOrWhiteSpace(this.af.b1("February_Full")) ? this.af.b1("February_Full").toLowerCase() : "february";
1160
+ let l = !stringIsNullOrWhiteSpace(this.af.b1("February_Short")) ? this.af.b1("February_Short").toLowerCase() : "feb";
1161
+ let m = !stringIsNullOrWhiteSpace(this.af.b1("March_Full")) ? this.af.b1("March_Full").toLowerCase() : "march";
1162
+ let n = !stringIsNullOrWhiteSpace(this.af.b1("March_Short")) ? this.af.b1("March_Short").toLowerCase() : "mar";
1163
+ let o = !stringIsNullOrWhiteSpace(this.af.b1("April_Full")) ? this.af.b1("April_Full").toLowerCase() : "april";
1164
+ let p = !stringIsNullOrWhiteSpace(this.af.b1("April_Short")) ? this.af.b1("April_Short").toLowerCase() : "apr";
1165
+ let q = !stringIsNullOrWhiteSpace(this.af.b1("May_Full")) ? this.af.b1("May_Full").toLowerCase() : "may";
1166
+ let r = !stringIsNullOrWhiteSpace(this.af.b1("May_Short")) ? this.af.b1("May_Short").toLowerCase() : "may";
1167
+ let s = !stringIsNullOrWhiteSpace(this.af.b1("June_Full")) ? this.af.b1("June_Full").toLowerCase() : "june";
1168
+ let t = !stringIsNullOrWhiteSpace(this.af.b1("June_Short")) ? this.af.b1("June_Short").toLowerCase() : "jun";
1169
+ let u = !stringIsNullOrWhiteSpace(this.af.b1("July_Full")) ? this.af.b1("July_Full").toLowerCase() : "july";
1170
+ let v = !stringIsNullOrWhiteSpace(this.af.b1("July_Short")) ? this.af.b1("July_Short").toLowerCase() : "jul";
1171
+ let w = !stringIsNullOrWhiteSpace(this.af.b1("August_Full")) ? this.af.b1("August_Full").toLowerCase() : "august";
1172
+ let x = !stringIsNullOrWhiteSpace(this.af.b1("August_Short")) ? this.af.b1("August_Short").toLowerCase() : "aug";
1173
+ let y = !stringIsNullOrWhiteSpace(this.af.b1("September_Full")) ? this.af.b1("September_Full").toLowerCase() : "september";
1174
+ let z = !stringIsNullOrWhiteSpace(this.af.b1("September_Short")) ? this.af.b1("September_Short").toLowerCase() : "sep";
1175
+ let aa = !stringIsNullOrWhiteSpace(this.af.b1("October_Full")) ? this.af.b1("October_Full").toLowerCase() : "october";
1176
+ let ab = !stringIsNullOrWhiteSpace(this.af.b1("October_Short")) ? this.af.b1("October_Short").toLowerCase() : "oct";
1177
+ let ac = !stringIsNullOrWhiteSpace(this.af.b1("November_Full")) ? this.af.b1("November_Full").toLowerCase() : "november";
1178
+ let ad = !stringIsNullOrWhiteSpace(this.af.b1("November_Short")) ? this.af.b1("November_Short").toLowerCase() : "nov";
1179
+ let ae = !stringIsNullOrWhiteSpace(this.af.b1("December_Full")) ? this.af.b1("December_Full").toLowerCase() : "december";
1180
+ let af = !stringIsNullOrWhiteSpace(this.af.b1("December_Short")) ? this.af.b1("December_Short").toLowerCase() : "dec";
1298
1181
  if (h == i || h == j) {
1299
1182
  e = 1;
1300
1183
  }
@@ -1343,9 +1226,9 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1343
1226
  g = false;
1344
1227
  }
1345
1228
  if (g) {
1346
- var ag = dateFromValues(f, e, d, 0, 0, 0, 0);
1347
- var ah = Base.compareSimple(ag, this.ba);
1348
- var ai = Base.compareSimple(ag, this.a9);
1229
+ let ag = dateFromValues(f, e, d, 0, 0, 0, 0);
1230
+ let ah = Base.compareSimple(ag, this.ba);
1231
+ let ai = Base.compareSimple(ag, this.a9);
1349
1232
  if (ah < 0 || ai > 0) {
1350
1233
  this.dm();
1351
1234
  }
@@ -1362,21 +1245,21 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1362
1245
  this.dm();
1363
1246
  }
1364
1247
  }
1365
- };
1366
- XDatePicker.prototype.dr = function (a) {
1367
- var b = this.value;
1248
+ }
1249
+ dr(a) {
1250
+ let b = this.value;
1368
1251
  this.value = a;
1369
- };
1370
- XDatePicker.prototype.dm = function () {
1252
+ }
1253
+ dm() {
1371
1254
  if (this.o != null) {
1372
1255
  if (+(dateGetDate(this.a8)) != +(dateGetDate(dateMinValue()))) {
1373
- var a = "";
1256
+ let a = "";
1374
1257
  if (this.bz == null) {
1375
1258
  a = this.a.i(this.value);
1376
1259
  }
1377
1260
  else {
1378
- var b = this.value.getDate().toString();
1379
- var c = b;
1261
+ let b = this.value.getDate().toString();
1262
+ let c = b;
1380
1263
  if (this.bh == "dd") {
1381
1264
  if (this.value.getDate() < 10) {
1382
1265
  b = "0" + b;
@@ -1432,7 +1315,7 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1432
1315
  break;
1433
1316
  }
1434
1317
  }
1435
- var d = dateGetMonth(this.value).toString();
1318
+ let d = dateGetMonth(this.value).toString();
1436
1319
  if (this.bl == "mm") {
1437
1320
  if (dateGetMonth(this.value) < 10) {
1438
1321
  d = "0" + d;
@@ -1518,7 +1401,7 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1518
1401
  break;
1519
1402
  }
1520
1403
  }
1521
- var e = this.value.getFullYear().toString();
1404
+ let e = this.value.getFullYear().toString();
1522
1405
  if (this.bo == "yy") {
1523
1406
  e = e.substr(2);
1524
1407
  }
@@ -1555,8 +1438,8 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1555
1438
  this.h.ah();
1556
1439
  }
1557
1440
  }
1558
- };
1559
- XDatePicker.prototype.cq = function () {
1441
+ }
1442
+ cq() {
1560
1443
  if (this.av == true) {
1561
1444
  return;
1562
1445
  }
@@ -1566,14 +1449,14 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1566
1449
  this.value = dateMinValue();
1567
1450
  this.c.ch();
1568
1451
  this.al = false;
1569
- };
1570
- XDatePicker.prototype.c9 = function () {
1452
+ }
1453
+ c9() {
1571
1454
  this.al = true;
1572
- };
1573
- XDatePicker.prototype.da = function () {
1455
+ }
1456
+ da() {
1574
1457
  this.al = false;
1575
- };
1576
- XDatePicker.prototype.ct = function () {
1458
+ }
1459
+ ct() {
1577
1460
  this.u = new Popup();
1578
1461
  this.u.ar = this.aw;
1579
1462
  this.u.ay = this.a3;
@@ -1595,24 +1478,24 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1595
1478
  this.c.l = this.j;
1596
1479
  this.c.af = this.a2;
1597
1480
  this.c.o = this.l;
1598
- var a = this.c;
1481
+ let a = this.c;
1599
1482
  a.selectedValueChanged = delegateCombine(a.selectedValueChanged, runOn(this, this.co));
1600
- var b = this.c;
1483
+ let b = this.c;
1601
1484
  b.close = delegateCombine(b.close, runOn(this, this.cn));
1602
1485
  this.u.appendPopupContent(this.h.p());
1603
- };
1604
- XDatePicker.prototype.co = function (a, b) {
1486
+ }
1487
+ co(a, b) {
1605
1488
  this.ai = true;
1606
1489
  this.value = b.newValue;
1607
1490
  this.ai = false;
1608
- };
1609
- XDatePicker.prototype.cn = function (a) {
1491
+ }
1492
+ cn(a) {
1610
1493
  if (this.u.ax) {
1611
1494
  this.ah = true;
1612
1495
  this.cr();
1613
1496
  }
1614
- };
1615
- XDatePicker.prototype.cy = function () {
1497
+ }
1498
+ cy() {
1616
1499
  if (this.ah == false) {
1617
1500
  if (this.u.ax) {
1618
1501
  this.cr();
@@ -1624,21 +1507,21 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1624
1507
  else {
1625
1508
  this.ah = false;
1626
1509
  }
1627
- };
1628
- XDatePicker.prototype.dd = function () {
1510
+ }
1511
+ dd() {
1629
1512
  if (this.av) {
1630
1513
  return;
1631
1514
  }
1632
1515
  if (this.u != null) {
1633
- var a = this.h.a0(false);
1634
- var b = this.h.a()[1];
1635
- var c = 240;
1516
+ let a = this.h.a0(false);
1517
+ let b = this.h.a()[1];
1518
+ let c = 240;
1636
1519
  if (this.a1 == true) {
1637
1520
  c = 270;
1638
1521
  }
1639
- var d = a.bottom + c;
1522
+ let d = a.bottom + c;
1640
1523
  if (b < d) {
1641
- var e = a.top - c;
1524
+ let e = a.top - c;
1642
1525
  if (e < 0) {
1643
1526
  this.dk(1, 0);
1644
1527
  }
@@ -1652,28 +1535,28 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1652
1535
  this.h.an();
1653
1536
  this.h.aw(true);
1654
1537
  }
1655
- };
1656
- XDatePicker.prototype.dk = function (a, b) {
1538
+ }
1539
+ dk(a, b) {
1657
1540
  if (this.ax) {
1658
1541
  this.u.cr(this.h.d.rootWrapper.getNativeElement(), a, b);
1659
1542
  }
1660
1543
  else {
1661
- var c = this.h.a0(true);
1544
+ let c = this.h.a0(true);
1662
1545
  this.u.showRelativeToExclusionRect(c, a, b);
1663
1546
  }
1664
- };
1665
- XDatePicker.prototype.dn = function () {
1547
+ }
1548
+ dn() {
1666
1549
  if (this.u.ax) {
1667
- var a = this.h.a0(false);
1668
- var b = new Rect(0, a.left + window.pageXOffset, a.top + window.pageYOffset, a.width, a.height);
1669
- var c = this.h.a()[1];
1670
- var d = 240;
1550
+ let a = this.h.a0(false);
1551
+ let b = new Rect(0, a.left + window.pageXOffset, a.top + window.pageYOffset, a.width, a.height);
1552
+ let c = this.h.a()[1];
1553
+ let d = 240;
1671
1554
  if (this.a1 == true) {
1672
1555
  d = 270;
1673
1556
  }
1674
- var e = a.bottom + d;
1557
+ let e = a.bottom + d;
1675
1558
  if (c < e) {
1676
- var f = a.top - d;
1559
+ let f = a.top - d;
1677
1560
  if (f < 0) {
1678
1561
  if (this.u.r != 1) {
1679
1562
  this.u.r = 1;
@@ -1694,11 +1577,10 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1694
1577
  }
1695
1578
  }
1696
1579
  }
1697
- };
1698
- XDatePicker.prototype.cr = function () {
1699
- var _this = this;
1580
+ }
1581
+ cr() {
1700
1582
  if (this.u != null) {
1701
- window.setTimeout(function () { return _this.u.b6(); }, 0);
1583
+ window.setTimeout(() => this.u.b6(), 0);
1702
1584
  }
1703
1585
  if (this.c != null) {
1704
1586
  this.c.cy();
@@ -1706,12 +1588,8 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1706
1588
  this.h.aw(false);
1707
1589
  this.ah = false;
1708
1590
  this.h.aj();
1709
- };
1710
- XDatePicker.prototype.focus = function (a) {
1711
- var _this = this;
1712
- if (a === void 0) {
1713
- a = false;
1714
- }
1591
+ }
1592
+ focus(a = false) {
1715
1593
  if (this.o != null) {
1716
1594
  this.o.focus(a);
1717
1595
  }
@@ -1723,13 +1601,13 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1723
1601
  if (this.au == false) {
1724
1602
  this.dd();
1725
1603
  this.ah = true;
1726
- window.setTimeout(function () { return _this.cw(); }, 0);
1604
+ window.setTimeout(() => this.cw(), 0);
1727
1605
  }
1728
1606
  else {
1729
1607
  if (this.ay == true && this.ar == false) {
1730
1608
  this.dd();
1731
1609
  this.ah = true;
1732
- window.setTimeout(function () { return _this.cw(); }, 0);
1610
+ window.setTimeout(() => this.cw(), 0);
1733
1611
  }
1734
1612
  }
1735
1613
  }
@@ -1737,49 +1615,49 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1737
1615
  this.ah = false;
1738
1616
  }
1739
1617
  }
1740
- };
1741
- XDatePicker.prototype.cx = function () {
1618
+ }
1619
+ cx() {
1742
1620
  this.ah = false;
1743
- };
1744
- XDatePicker.prototype.dg = function () {
1621
+ }
1622
+ dg() {
1745
1623
  if (this.o != null) {
1746
1624
  this.o.dp();
1747
1625
  }
1748
- };
1749
- XDatePicker.prototype.cw = function () {
1626
+ }
1627
+ cw() {
1750
1628
  this.c.cq();
1751
- };
1752
- XDatePicker.prototype.c4 = function () {
1753
- var a = new GotFocusEventArgs();
1629
+ }
1630
+ c4() {
1631
+ let a = new GotFocusEventArgs();
1754
1632
  this.c6(a);
1755
- };
1756
- XDatePicker.prototype.c5 = function () {
1757
- var a = new LostFocusEventArgs();
1633
+ }
1634
+ c5() {
1635
+ let a = new LostFocusEventArgs();
1758
1636
  this.c8(a);
1759
- };
1760
- XDatePicker.prototype.dj = function () {
1761
- };
1762
- XDatePicker.prototype.dh = function () {
1763
- };
1764
- XDatePicker.prototype.bg = function () {
1637
+ }
1638
+ dj() {
1639
+ }
1640
+ dh() {
1641
+ }
1642
+ bg() {
1765
1643
  return this.b();
1766
- };
1767
- XDatePicker.prototype.bw = function () {
1768
- var a = this.b();
1644
+ }
1645
+ bw() {
1646
+ let a = this.b();
1769
1647
  return a.g();
1770
- };
1771
- XDatePicker.prototype.b = function () {
1772
- var a = new DatePickerVisualModelExport();
1648
+ }
1649
+ b() {
1650
+ let a = new DatePickerVisualModelExport();
1773
1651
  a.e = this.y;
1774
1652
  a.d = this.w;
1775
1653
  a.c = this.u.bd();
1776
1654
  a.b = this.q.fe();
1777
1655
  a.a = this.c.bj();
1778
1656
  if (this.ad != null) {
1779
- var b = this.ad;
1657
+ let b = this.ad;
1780
1658
  if (this.h != null && b.q == null) {
1781
- var c = this.h.d;
1782
- var d = FontUtil.getFontInfoFromString(c, b.fontString);
1659
+ let c = this.h.d;
1660
+ let d = FontUtil.getFontInfoFromString(c, b.fontString);
1783
1661
  b.q = d.q;
1784
1662
  b.f = d.f;
1785
1663
  b.r = d.r;
@@ -1804,30 +1682,26 @@ export var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1804
1682
  }
1805
1683
  }
1806
1684
  return a;
1807
- };
1808
- XDatePicker.prototype.c6 = function (a) {
1685
+ }
1686
+ c6(a) {
1809
1687
  if (null != this.gotFocus) {
1810
1688
  this.gotFocus(this, a);
1811
1689
  }
1812
- };
1813
- XDatePicker.prototype.c8 = function (a) {
1690
+ }
1691
+ c8(a) {
1814
1692
  if (null != this.lostFocus) {
1815
1693
  this.lostFocus(this, a);
1816
1694
  }
1817
- };
1818
- XDatePicker.prototype.c7 = function (a) {
1695
+ }
1696
+ c7(a) {
1819
1697
  if (null != this.keyDown) {
1820
1698
  this.keyDown(this, a);
1821
1699
  }
1822
- };
1823
- XDatePicker.prototype.c3 = function (a) {
1700
+ }
1701
+ c3(a) {
1824
1702
  if (null != this.changing) {
1825
1703
  this.changing(this, a);
1826
1704
  }
1827
- };
1828
- XDatePicker.$t = markType(XDatePicker, 'XDatePicker', Base.$, [INotifyPropertyChanged_$type]);
1829
- XDatePicker.br = "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";
1830
- XDatePicker.bs = "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";
1831
- XDatePicker.ab = null;
1832
- return XDatePicker;
1833
- }(Base));
1705
+ }
1706
+ }
1707
+ export { XDatePicker };