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, Number_$type } from "igniteui-webcomponents-core";
9
8
  import { DomWrapper_$type } from "igniteui-webcomponents-core";
10
9
  import { List$1 } from "igniteui-webcomponents-core";
@@ -34,61 +33,60 @@ import { timeSpanTotalDays } from "igniteui-webcomponents-core";
34
33
  /**
35
34
  * @hidden
36
35
  */
37
- export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
38
- __extends(CalendarView, _super);
39
- function CalendarView() {
40
- var _this = _super.call(this) || this;
41
- _this.n = null;
42
- _this.o = null;
43
- _this.t = null;
44
- _this.q = null;
45
- _this.u = null;
46
- _this.s = null;
47
- _this.r = null;
48
- _this.g = new List$1(DomWrapper_$type, 0);
49
- _this.f = new List$1(DomWrapper_$type, 0);
50
- _this.h = new List$1(DomWrapper_$type, 0);
51
- _this.j = new List$1(DomWrapper_$type, 0);
52
- _this.i = new List$1(DomWrapper_$type, 0);
53
- _this.e = new List$1(DomWrapper_$type, 0);
54
- _this.p = null;
55
- _this.x = null;
56
- _this.w = 0;
57
- _this.c = null;
58
- _this.m = null;
59
- _this.x = "day";
60
- _this.p = null;
61
- return _this;
62
- }
63
- CalendarView.prototype.k = function () {
36
+ class CalendarView extends Base {
37
+ static { this.$t = markType(CalendarView, 'CalendarView'); }
38
+ constructor() {
39
+ super();
40
+ this.n = null;
41
+ this.o = null;
42
+ this.t = null;
43
+ this.q = null;
44
+ this.u = null;
45
+ this.s = null;
46
+ this.r = null;
47
+ this.g = new List$1(DomWrapper_$type, 0);
48
+ this.f = new List$1(DomWrapper_$type, 0);
49
+ this.h = new List$1(DomWrapper_$type, 0);
50
+ this.j = new List$1(DomWrapper_$type, 0);
51
+ this.i = new List$1(DomWrapper_$type, 0);
52
+ this.e = new List$1(DomWrapper_$type, 0);
53
+ this.p = null;
54
+ this.x = null;
55
+ this.w = 0;
56
+ this.c = null;
57
+ this.m = null;
58
+ this.x = "day";
59
+ this.p = null;
60
+ }
61
+ k() {
64
62
  return this.e;
65
- };
66
- CalendarView.prototype.l = function () {
63
+ }
64
+ l() {
67
65
  return this.i;
68
- };
69
- CalendarView.prototype.ap = function () {
70
- };
71
- CalendarView.prototype.ao = function (a) {
66
+ }
67
+ ap() {
68
+ }
69
+ ao(a) {
72
70
  if (a == null) {
73
71
  this.m = null;
74
72
  return;
75
73
  }
76
74
  this.m = a;
77
75
  this.m.rootWrapper.setStyleProperty("background-color", "rgb(255, 255, 255)");
78
- var b = Math.round(a.rootWrapper.width());
79
- var c = Math.round(a.rootWrapper.height());
76
+ let b = Math.round(a.rootWrapper.width());
77
+ let c = Math.round(a.rootWrapper.height());
80
78
  this.ab();
81
79
  this.a3();
82
80
  this.a4();
83
81
  this.a1();
84
- var d = this.m.rootWrapper;
82
+ let d = this.m.rootWrapper;
85
83
  d.listen("keydown", runOn(this, this.aa));
86
84
  d.listen("focus", runOn(this, this.z));
87
- };
88
- CalendarView.prototype.y = function () {
85
+ }
86
+ y() {
89
87
  return this.x;
90
- };
91
- CalendarView.prototype.ab = function () {
88
+ }
89
+ ab() {
92
90
  if (this.m != null) {
93
91
  this.n = this.m.createElement("div");
94
92
  this.n.setStyleProperty("display", "flex");
@@ -101,8 +99,8 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
101
99
  this.ae();
102
100
  this.n.append(this.o);
103
101
  this.m.append(this.n);
104
- for (var a = 0; a < 42; a++) {
105
- var b = this.m.createElement("div");
102
+ for (let a = 0; a < 42; a++) {
103
+ let b = this.m.createElement("div");
106
104
  this.f.add(b);
107
105
  }
108
106
  this.ac();
@@ -110,26 +108,26 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
110
108
  this.q = this.m.createElement("div");
111
109
  this.q.setStyleProperty("height", "100%");
112
110
  this.m.append(this.q);
113
- for (var c = 0; c < 12; c++) {
114
- var d = this.m.createElement("div");
111
+ for (let c = 0; c < 12; c++) {
112
+ let d = this.m.createElement("div");
115
113
  this.h.add(d);
116
114
  }
117
115
  this.ad();
118
- for (var e = 0; e < 12; e++) {
119
- var f = this.q.getChildAt(e);
116
+ for (let e = 0; e < 12; e++) {
117
+ let f = this.q.getChildAt(e);
120
118
  f.listen("click", runOn(this, this.aj));
121
119
  }
122
120
  this.q.hide();
123
121
  this.u = this.m.createElement("div");
124
122
  this.u.setStyleProperty("height", "100%");
125
123
  this.m.append(this.u);
126
- for (var g = 0; g < 7; g++) {
127
- var h = this.m.createElement("div");
124
+ for (let g = 0; g < 7; g++) {
125
+ let h = this.m.createElement("div");
128
126
  this.j.add(h);
129
127
  }
130
128
  this.af();
131
- for (var i = 0; i < 7; i++) {
132
- var j = this.u.getChildAt(i);
129
+ for (let i = 0; i < 7; i++) {
130
+ let j = this.u.getChildAt(i);
133
131
  j.listen("click", runOn(this, this.be));
134
132
  }
135
133
  this.u.listen("wheel", runOn(this, this.bh));
@@ -137,16 +135,16 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
137
135
  this.u.listen("touchmove", runOn(this, this.bf));
138
136
  this.u.hide();
139
137
  }
140
- };
141
- CalendarView.prototype.ae = function () {
138
+ }
139
+ ae() {
142
140
  if (this.m != null) {
143
141
  this.t.setStyleProperty("display", "flex");
144
142
  this.t.setStyleProperty("flex-direction", "column");
145
143
  this.t.setStyleProperty("padding-top", "26px");
146
144
  this.t.setStyleProperty("width", "12%");
147
- var a = this.c.ag();
148
- for (var b = 0; b < 6; b++) {
149
- var c = this.m.createElement("div");
145
+ let a = this.c.ag();
146
+ for (let b = 0; b < 6; b++) {
147
+ let c = this.m.createElement("div");
150
148
  c.setAttribute("aria-hidden", "true");
151
149
  c.setStyleProperty("text-align", "center");
152
150
  c.setStyleProperty("vertical-align", "middle");
@@ -155,7 +153,7 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
155
153
  c.setStyleProperty("border-width", "0px 1px 0px 0px");
156
154
  c.setStyleProperty("border-style", "solid");
157
155
  c.setStyleProperty("border-color", "rgb(163, 172, 184)");
158
- var d = this.m.createElement("span");
156
+ let d = this.m.createElement("span");
159
157
  d.setAttribute("aria-hidden", "true");
160
158
  d.setStyleProperty("font", "14px Verdana");
161
159
  d.setStyleProperty("color", "rgb(24, 29, 31)");
@@ -165,20 +163,20 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
165
163
  this.t.append(c);
166
164
  }
167
165
  }
168
- };
169
- CalendarView.prototype.a5 = function () {
166
+ }
167
+ a5() {
170
168
  if (this.t != null) {
171
- var a = this.c.ag();
169
+ let a = this.c.ag();
172
170
  this.i.clear();
173
- for (var b = 0; b < 6; b++) {
174
- var c = this.t.getChildAt(b);
175
- var d = c.getChildAt(0);
171
+ for (let b = 0; b < 6; b++) {
172
+ let c = this.t.getChildAt(b);
173
+ let d = c.getChildAt(0);
176
174
  d.setText(a._inner[b].toString());
177
175
  this.i.add(d);
178
176
  }
179
177
  }
180
- };
181
- CalendarView.prototype.a9 = function () {
178
+ }
179
+ a9() {
182
180
  if (this.t != null) {
183
181
  if (this.c.af == true) {
184
182
  this.t.show();
@@ -192,31 +190,31 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
192
190
  this.t.parent().getChildAt(1).setStyleProperty("width", "100%");
193
191
  }
194
192
  }
195
- };
196
- CalendarView.prototype.ac = function () {
193
+ }
194
+ ac() {
197
195
  if (this.m != null) {
198
196
  this.o.setStyleProperty("display", "flex");
199
197
  this.o.setStyleProperty("flex-direction", "column");
200
198
  this.o.setStyleProperty("justify-content", "space-evenly");
201
- var a = this.m.createElement("div");
199
+ let a = this.m.createElement("div");
202
200
  a.setStyleProperty("display", "flex");
203
201
  a.setStyleProperty("justify-content", "space-evenly");
204
202
  a.setStyleProperty("width", "100%");
205
203
  a.setAttribute("role", "row");
206
- var b = this.m.createElement("div");
204
+ let b = this.m.createElement("div");
207
205
  b.setStyleProperty("width", "15%");
208
- var c = this.m.createElement("div");
206
+ let c = this.m.createElement("div");
209
207
  c.setStyleProperty("width", "20%");
210
- var d = this.m.createElement("div");
208
+ let d = this.m.createElement("div");
211
209
  d.setStyleProperty("width", "20%");
212
- var e = this.m.createElement("div");
210
+ let e = this.m.createElement("div");
213
211
  e.setStyleProperty("width", "15%");
214
212
  a.append(b);
215
213
  a.append(c);
216
214
  a.append(d);
217
215
  a.append(e);
218
216
  this.o.append(a);
219
- var f = this.m.createElement("div");
217
+ let f = this.m.createElement("div");
220
218
  f.setStyleProperty("width", "100%");
221
219
  f.setStyleProperty("height", "100%");
222
220
  f.setStyleProperty("display", "flex");
@@ -224,7 +222,7 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
224
222
  f.setStyleProperty("justify-content", "space-evenly");
225
223
  this.t.setStyleProperty("padding-bottom", "6px");
226
224
  f.append(this.t);
227
- var g = this.m.createElement("div");
225
+ let g = this.m.createElement("div");
228
226
  g.setStyleProperty("display", "flex");
229
227
  g.setStyleProperty("flex-direction", "column");
230
228
  g.setStyleProperty("width", "88%");
@@ -232,21 +230,21 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
232
230
  g.setAttribute("aria-readonly", "true");
233
231
  f.append(g);
234
232
  this.o.append(f);
235
- var h = 0;
236
- for (var i = 0; i < 7; i++) {
237
- var j = this.m.createElement("div");
233
+ let h = 0;
234
+ for (let i = 0; i < 7; i++) {
235
+ let j = this.m.createElement("div");
238
236
  j.setAttribute("role", "row");
239
237
  j.setStyleProperty("display", "flex");
240
238
  j.setStyleProperty("justify-content", "space-evenly");
241
239
  if (i == 0) {
242
- for (var k = 0; k < 7; k++) {
243
- var l = this.m.createElement("div");
240
+ for (let k = 0; k < 7; k++) {
241
+ let l = this.m.createElement("div");
244
242
  l.setAttribute("role", "columnheader");
245
243
  l.setAttribute("scope", "col");
246
244
  l.setStyleProperty("text-align", "center");
247
245
  l.setStyleProperty("vertical-align", "middle");
248
246
  l.setStyleProperty("width", "12%");
249
- var m = this.m.createElement("span");
247
+ let m = this.m.createElement("span");
250
248
  m.setStyleProperty("font", "16px Verdana");
251
249
  m.setStyleProperty("color", "rgb(24, 29, 31)");
252
250
  l.append(m);
@@ -256,12 +254,12 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
256
254
  g.append(j);
257
255
  }
258
256
  else {
259
- for (var n = 0; n < 7; n++) {
260
- var o = this.m.createElement("div");
257
+ for (let n = 0; n < 7; n++) {
258
+ let o = this.m.createElement("div");
261
259
  o.setAttribute("role", "gridcell");
262
260
  o.setStyleProperty("justify-content", "center");
263
- var p = this.f._inner[h];
264
- var q = this.m.createElement("span");
261
+ let p = this.f._inner[h];
262
+ let q = this.m.createElement("span");
265
263
  q.setAttribute("aria-hidden", "true");
266
264
  p.append(q);
267
265
  this.ag(o, p, h);
@@ -278,12 +276,12 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
278
276
  this.s = this.m.createElement("div");
279
277
  this.s.setStyleProperty("display", "flex");
280
278
  this.s.setStyleProperty("padding-bottom", "4px");
281
- var r = this.m.createElement("div");
279
+ let r = this.m.createElement("div");
282
280
  r.setStyleProperty("width", "100%");
283
281
  r.setStyleProperty("justify-content", "center");
284
282
  this.r = this.m.createElement("div");
285
283
  this.r.setAttribute("aria-hidden", "true");
286
- var s = this.m.createElement("span");
284
+ let s = this.m.createElement("span");
287
285
  s.setAttribute("aria-hidden", "true");
288
286
  this.r.append(s);
289
287
  this.c.cm(r, this.r);
@@ -298,8 +296,8 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
298
296
  this.a8();
299
297
  this.c.cf();
300
298
  }
301
- };
302
- CalendarView.prototype.ad = function () {
299
+ }
300
+ ad() {
303
301
  if (this.m != null) {
304
302
  this.q.setStyleProperty("display", "flex");
305
303
  this.q.setStyleProperty("flex-direction", "row");
@@ -310,20 +308,20 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
310
308
  this.q.setStyleProperty("height", "100%");
311
309
  this.q.setAttribute("role", "grid");
312
310
  this.q.setAttribute("aria-readonly", "true");
313
- for (var a = 0; a < 12; a++) {
314
- var b = this.m.createElement("div");
311
+ for (let a = 0; a < 12; a++) {
312
+ let b = this.m.createElement("div");
315
313
  b.setStyleProperty("margin", "5px");
316
314
  b.setAttribute("data-month", (a + 1).toString());
317
- var c = this.h._inner[a];
315
+ let c = this.h._inner[a];
318
316
  c.setAttribute("aria-hidden", "true");
319
317
  this.c.cl(b, c);
320
318
  b.setStyleProperty("width", "28%");
321
- var d = b.getChildAt(0);
319
+ let d = b.getChildAt(0);
322
320
  d.setStyleProperty("width", "100%");
323
- var e = this.m.createElement("span");
321
+ let e = this.m.createElement("span");
324
322
  e.setAttribute("aria-hidden", "true");
325
- var f = void 0;
326
- var g = a + 1;
323
+ let f;
324
+ let g = a + 1;
327
325
  f = this.c.e(g, a);
328
326
  c.parent().parent().setAttribute("aria-label", f[0]);
329
327
  e.setText(f[1]);
@@ -338,29 +336,29 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
338
336
  this.q.append(b);
339
337
  }
340
338
  }
341
- };
342
- CalendarView.prototype.bd = function () {
343
- for (var a = 0; a < 12; a++) {
344
- var b = this.h._inner[a];
345
- var c = void 0;
346
- var d = a + 1;
339
+ }
340
+ bd() {
341
+ for (let a = 0; a < 12; a++) {
342
+ let b = this.h._inner[a];
343
+ let c;
344
+ let d = a + 1;
347
345
  c = this.c.e(d, a);
348
346
  b.parent().parent().setAttribute("aria-label", c[0]);
349
- var e = b.getChildAt(0);
347
+ let e = b.getChildAt(0);
350
348
  e.setText(c[1]);
351
349
  }
352
- };
353
- CalendarView.prototype.af = function () {
350
+ }
351
+ af() {
354
352
  if (this.m != null) {
355
353
  this.u.setStyleProperty("width", "100%");
356
354
  this.u.setStyleProperty("height", "100%");
357
- var a = this.c.aq.getFullYear() - 3;
355
+ let a = this.c.aq.getFullYear() - 3;
358
356
  this.u.setStyleProperty("padding", "5px");
359
357
  this.u.setAttribute("role", "grid");
360
358
  this.u.setAttribute("aria-readonly", "true");
361
- for (var b = 0; b < 7; b++) {
362
- var c = this.m.createElement("div");
363
- var d = this.j._inner[b];
359
+ for (let b = 0; b < 7; b++) {
360
+ let c = this.m.createElement("div");
361
+ let d = this.j._inner[b];
364
362
  d.setAttribute("aria-hidden", "true");
365
363
  this.c.cn(c, d, b);
366
364
  d.parent().setAttribute("aria-hidden", "true");
@@ -372,9 +370,9 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
372
370
  c.setStyleProperty("width", "100%");
373
371
  c.setStyleProperty("height", "14%");
374
372
  c.setStyleProperty("justify-content", "center");
375
- var e = c.getChildAt(0);
373
+ let e = c.getChildAt(0);
376
374
  e.setStyleProperty("width", "98%");
377
- var f = this.m.createElement("span");
375
+ let f = this.m.createElement("span");
378
376
  f.setAttribute("aria-hidden", "true");
379
377
  f.setText(a.toString());
380
378
  a++;
@@ -383,8 +381,8 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
383
381
  this.u.append(c);
384
382
  }
385
383
  }
386
- };
387
- CalendarView.prototype.a8 = function () {
384
+ }
385
+ a8() {
388
386
  if (this.m != null) {
389
387
  if (this.c.ae == true) {
390
388
  this.s.setStyleProperty("display", "flex");
@@ -393,17 +391,17 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
393
391
  this.s.setStyleProperty("display", "none");
394
392
  }
395
393
  }
396
- };
397
- CalendarView.prototype.a3 = function () {
394
+ }
395
+ a3() {
398
396
  if (this.m != null) {
399
- var a = this.o.getChildAt(0);
400
- for (var b = 0; b < 4; b++) {
401
- var c = this.m.createElement("div");
397
+ let a = this.o.getChildAt(0);
398
+ for (let b = 0; b < 4; b++) {
399
+ let c = this.m.createElement("div");
402
400
  this.g.add(c);
403
401
  }
404
- var d = a.getChildAt(0);
405
- var e = this.g._inner[0];
406
- var f = this.m.createElement("div");
402
+ let d = a.getChildAt(0);
403
+ let e = this.g._inner[0];
404
+ let f = this.m.createElement("div");
407
405
  f.setAttribute("aria-hidden", "true");
408
406
  e.append(f);
409
407
  this.c.ck(d, f, e, "prev");
@@ -412,14 +410,14 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
412
410
  e.parent().setStyleProperty("display", "flex");
413
411
  e.setAttribute("data-index", "0");
414
412
  this.aw(e);
415
- var g = a.getChildAt(1);
416
- var h = this.g._inner[1];
417
- var i = this.m.createElement("span");
413
+ let g = a.getChildAt(1);
414
+ let h = this.g._inner[1];
415
+ let i = this.m.createElement("span");
418
416
  i.setAttribute("aria-hidden", "true");
419
417
  h.append(i);
420
418
  this.c.cj(g, h, "month");
421
419
  i = h.getChildAt(0);
422
- var j = this.c.bx();
420
+ let j = this.c.bx();
423
421
  i.setText(j);
424
422
  h.parent().parent().setAttribute("aria-label", "Select Month");
425
423
  h.parent().setStyleProperty("min-width", "40px");
@@ -427,14 +425,14 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
427
425
  h.parent().setStyleProperty("display", "flex");
428
426
  h.setAttribute("data-index", "1");
429
427
  this.aw(h);
430
- var k = a.getChildAt(2);
431
- var l = this.g._inner[2];
432
- var m = this.m.createElement("span");
428
+ let k = a.getChildAt(2);
429
+ let l = this.g._inner[2];
430
+ let m = this.m.createElement("span");
433
431
  m.setAttribute("aria-hidden", "true");
434
432
  l.append(m);
435
433
  this.c.cj(k, l, "year");
436
434
  m = this.g._inner[2].getChildAt(0);
437
- var n = this.c.by();
435
+ let n = this.c.by();
438
436
  m.setText(n);
439
437
  l.parent().parent().setAttribute("aria-label", "Select Year");
440
438
  l.parent().setStyleProperty("min-width", "40px");
@@ -442,9 +440,9 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
442
440
  l.parent().setStyleProperty("display", "flex");
443
441
  l.setAttribute("data-index", "2");
444
442
  this.aw(l);
445
- var o = a.getChildAt(3);
446
- var p = this.g._inner[3];
447
- var q = this.m.createElement("div");
443
+ let o = a.getChildAt(3);
444
+ let p = this.g._inner[3];
445
+ let q = this.m.createElement("div");
448
446
  q.setAttribute("aria-hidden", "true");
449
447
  p.append(q);
450
448
  this.c.ck(o, q, p, "next");
@@ -453,8 +451,8 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
453
451
  p.parent().setStyleProperty("display", "flex");
454
452
  p.setAttribute("data-index", "3");
455
453
  this.aw(p);
456
- var r = this.c.a();
457
- for (var s = 0; s < this.g.count; s++) {
454
+ let r = this.c.a();
455
+ for (let s = 0; s < this.g.count; s++) {
458
456
  if (r[s] == true) {
459
457
  this.g._inner[s].setAttribute("data-disabled", "true");
460
458
  }
@@ -467,14 +465,14 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
467
465
  g.listen("click", runOn(this, this.ak));
468
466
  k.listen("click", runOn(this, this.bi));
469
467
  }
470
- };
471
- CalendarView.prototype.bc = function () {
472
- var a = this.g._inner[1];
473
- var b = a.getChildAt(0);
474
- var c = this.c.bx();
468
+ }
469
+ bc() {
470
+ let a = this.g._inner[1];
471
+ let b = a.getChildAt(0);
472
+ let c = this.c.bx();
475
473
  b.setText(c);
476
- };
477
- CalendarView.prototype.aw = function (a) {
474
+ }
475
+ aw(a) {
478
476
  a.setAttribute("aria-hidden", "true");
479
477
  a.parent().setAttribute("aria-hidden", "true");
480
478
  a.parent().parent().setAttribute("tabindex", "-1");
@@ -484,11 +482,11 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
484
482
  a.parent().parent().setAttribute("data-is-focusable", "true");
485
483
  a.setAttribute("data-section", "header");
486
484
  a.setAttribute("data-disabled", "false");
487
- };
488
- CalendarView.prototype.a4 = function () {
485
+ }
486
+ a4() {
489
487
  if (this.m != null) {
490
- var a = this.o.getChildAt(1).getChildAt(1).getChildAt(0);
491
- var b = new List$1(DayOfWeek_$type, 0);
488
+ let a = this.o.getChildAt(1).getChildAt(1).getChildAt(0);
489
+ let b = new List$1(DayOfWeek_$type, 0);
492
490
  switch (this.c.l) {
493
491
  case 0:
494
492
  b.add(0);
@@ -555,50 +553,44 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
555
553
  break;
556
554
  }
557
555
  this.e.clear();
558
- for (var c = 0; c < b.count; c++) {
559
- var d = a.getChildAt(c);
560
- var e = d.getChildAt(0);
561
- var f = this.c.d(b._inner[c]);
556
+ for (let c = 0; c < b.count; c++) {
557
+ let d = a.getChildAt(c);
558
+ let e = d.getChildAt(0);
559
+ let f = this.c.d(b._inner[c]);
562
560
  d.setAttribute("title", f[0]);
563
561
  d.setAttribute("aria-label", f[0]);
564
562
  e.setText(f[1]);
565
563
  this.e.add(e);
566
564
  }
567
565
  }
568
- };
569
- CalendarView.prototype.a1 = function () {
566
+ }
567
+ a1() {
570
568
  if (this.m != null) {
571
569
  this.a2();
572
570
  this.a5();
573
- var a = this.o.getChildAt(1);
574
- var b = a.getChildAt(1);
575
- for (var c = 1; c < 7; c++) {
576
- var d = b.getChildAt(c);
577
- for (var e = 0; e < 7; e++) {
578
- var f = d.getChildAt(e);
571
+ let a = this.o.getChildAt(1);
572
+ let b = a.getChildAt(1);
573
+ for (let c = 1; c < 7; c++) {
574
+ let d = b.getChildAt(c);
575
+ for (let e = 0; e < 7; e++) {
576
+ let f = d.getChildAt(e);
579
577
  f.listen("click", runOn(this, this.ah));
580
578
  }
581
579
  }
582
580
  }
583
- };
584
- CalendarView.prototype.a2 = function (a, b) {
585
- if (a === void 0) {
586
- a = false;
587
- }
588
- if (b === void 0) {
589
- b = false;
590
- }
581
+ }
582
+ a2(a = false, b = false) {
591
583
  if (this.m != null) {
592
- var c = null;
593
- var d = null;
594
- var e = null;
595
- var f = this.c.value;
596
- var g = this.c.aq;
597
- var h = this.c.av;
598
- for (var i = 0; i < 42; i++) {
599
- var j = this.f._inner[i];
600
- var k = j.getChildAt(0);
601
- var l = this.c.j(i);
584
+ let c = null;
585
+ let d = null;
586
+ let e = null;
587
+ let f = this.c.value;
588
+ let g = this.c.aq;
589
+ let h = this.c.av;
590
+ for (let i = 0; i < 42; i++) {
591
+ let j = this.f._inner[i];
592
+ let k = j.getChildAt(0);
593
+ let l = this.c.j(i);
602
594
  if (l != null) {
603
595
  j.parent().parent().setAttribute("aria-label", l.c.toString() + "/" + l.b.toString() + "/" + l.d.toString());
604
596
  j.setAttribute("data-section", "days");
@@ -617,7 +609,7 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
617
609
  d = j;
618
610
  j.setAttribute("data-today", "true");
619
611
  }
620
- var m = this.c.ad(i);
612
+ let m = this.c.ad(i);
621
613
  if (m) {
622
614
  j.setAttribute("data-disabled", "true");
623
615
  }
@@ -635,11 +627,11 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
635
627
  }
636
628
  else if (e != null) {
637
629
  if (b == true) {
638
- for (var n = 41; n >= 0; n--) {
639
- var o = this.c.j(n);
630
+ for (let n = 41; n >= 0; n--) {
631
+ let o = this.c.j(n);
640
632
  if (o.c == dateGetMonth(g)) {
641
- var p = this.f._inner[n];
642
- var q = p.getAttribute("data-disabled");
633
+ let p = this.f._inner[n];
634
+ let q = p.getAttribute("data-disabled");
643
635
  if (q == "false") {
644
636
  e = this.f._inner[n];
645
637
  break;
@@ -648,11 +640,11 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
648
640
  }
649
641
  }
650
642
  else {
651
- for (var r = 0; r < 42; r++) {
652
- var s = this.c.j(r);
643
+ for (let r = 0; r < 42; r++) {
644
+ let s = this.c.j(r);
653
645
  if (s.c == dateGetMonth(g)) {
654
- var t = this.f._inner[r];
655
- var u = t.getAttribute("data-disabled");
646
+ let t = this.f._inner[r];
647
+ let u = t.getAttribute("data-disabled");
656
648
  if (u == "false") {
657
649
  e = this.f._inner[r];
658
650
  break;
@@ -664,11 +656,11 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
664
656
  }
665
657
  }
666
658
  }
667
- };
668
- CalendarView.prototype.ag = function (a, b, c) {
659
+ }
660
+ ag(a, b, c) {
669
661
  if (this.m != null) {
670
662
  b.setAttribute("aria-hidden", "true");
671
- var d = this.m.createElement("span");
663
+ let d = this.m.createElement("span");
672
664
  d.setAttribute("aria-hidden", "true");
673
665
  b.append(d);
674
666
  this.c.ci(a, b, c);
@@ -679,48 +671,42 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
679
671
  b.parent().parent().setAttribute("aria-disabled", "false");
680
672
  b.parent().parent().setAttribute("data-is-focusable", "true");
681
673
  }
682
- };
683
- CalendarView.prototype.at = function (a, b) {
674
+ }
675
+ at(a, b) {
684
676
  if (this.m != null) {
685
- var c = this.m.getSubRenderer(a);
677
+ let c = this.m.getSubRenderer(a);
686
678
  b.provideContainer(c);
687
- var d = c.getExternal(b, c.rootWrapper, c.getExternal(this.c, null, null));
679
+ let d = c.getExternal(b, c.rootWrapper, c.getExternal(this.c, null, null));
688
680
  }
689
- };
690
- CalendarView.prototype.a0 = function (a) {
691
- var b = this.r.getChildAt(0);
681
+ }
682
+ a0(a) {
683
+ let b = this.r.getChildAt(0);
692
684
  b.setText(a);
693
685
  this.r.parent().parent().setAttribute("aria-label", a);
694
- };
695
- CalendarView.prototype.ax = function (a, b) {
686
+ }
687
+ ax(a, b) {
696
688
  if (this.m != null) {
697
- var c = this.m.getSubRenderer(a);
689
+ let c = this.m.getSubRenderer(a);
698
690
  b.provideContainer(c);
699
- var d = c.getExternal(b, c.rootWrapper, c.getExternal(this.c, null, null));
691
+ let d = c.getExternal(b, c.rootWrapper, c.getExternal(this.c, null, null));
700
692
  }
701
- };
702
- CalendarView.prototype.az = function () {
693
+ }
694
+ az() {
703
695
  if (this.m != null) {
704
- var a = this.g._inner[1].getChildAt(0);
705
- var b = this.c.bx();
696
+ let a = this.g._inner[1].getChildAt(0);
697
+ let b = this.c.bx();
706
698
  a.setText(b);
707
- var c = this.g._inner[2].getChildAt(0);
708
- var d = this.c.by();
699
+ let c = this.g._inner[2].getChildAt(0);
700
+ let d = this.c.by();
709
701
  c.setText(d);
710
702
  }
711
- };
712
- CalendarView.prototype.au = function (a, b) {
713
- if (a === void 0) {
714
- a = false;
715
- }
716
- if (b === void 0) {
717
- b = false;
718
- }
703
+ }
704
+ au(a = false, b = false) {
719
705
  if (this.m != null) {
720
706
  this.a2(a, b);
721
707
  this.a5();
722
- var c = this.c.a();
723
- for (var d = 0; d < this.g.count; d++) {
708
+ let c = this.c.a();
709
+ for (let d = 0; d < this.g.count; d++) {
724
710
  if (c[d] == true) {
725
711
  this.g._inner[d].setAttribute("data-disabled", "true");
726
712
  }
@@ -729,23 +715,23 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
729
715
  }
730
716
  }
731
717
  }
732
- };
733
- CalendarView.prototype.ay = function () {
718
+ }
719
+ ay() {
734
720
  if (this.m != null) {
735
721
  if (this.h.count != 0) {
736
- var a = null;
737
- var b = null;
738
- var c = 0;
739
- var d = 0;
740
- var e = 0;
741
- for (var f = 0; f < 12; f++) {
742
- var g = this.h._inner[f];
722
+ let a = null;
723
+ let b = null;
724
+ let c = 0;
725
+ let d = 0;
726
+ let e = 0;
727
+ for (let f = 0; f < 12; f++) {
728
+ let g = this.h._inner[f];
743
729
  g.setAttribute("data-section", "months");
744
730
  g.setAttribute("data-disabled", "false");
745
731
  g.parent().parent().setAttribute("aria-selected", "false");
746
- var h = f + 1;
747
- var i = this.c.value;
748
- var j = this.c.av;
732
+ let h = f + 1;
733
+ let i = this.c.value;
734
+ let j = this.c.av;
749
735
  if (+i != +(dateMinValue()) && dateGetMonth(i) == h) {
750
736
  b = g;
751
737
  c = f;
@@ -755,22 +741,22 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
755
741
  a = g;
756
742
  d = f;
757
743
  }
758
- var k = this.c.aa(f, h);
744
+ let k = this.c.aa(f, h);
759
745
  if (k) {
760
746
  g.setAttribute("data-disabled", "true");
761
747
  }
762
748
  }
763
- for (var l = 0; l < this.h.count; l++) {
764
- var m = this.h._inner[l];
765
- var n = m.getAttribute("data-disabled");
749
+ for (let l = 0; l < this.h.count; l++) {
750
+ let m = this.h._inner[l];
751
+ let n = m.getAttribute("data-disabled");
766
752
  if (n == "false") {
767
753
  e = l;
768
754
  break;
769
755
  }
770
756
  }
771
- var o = this.h._inner[c].getAttribute("data-disabled");
772
- var p = this.h._inner[d].getAttribute("data-disabled");
773
- var q = this.h._inner[e].getAttribute("data-disabled");
757
+ let o = this.h._inner[c].getAttribute("data-disabled");
758
+ let p = this.h._inner[d].getAttribute("data-disabled");
759
+ let q = this.h._inner[e].getAttribute("data-disabled");
774
760
  if (b != null && o == "false") {
775
761
  this.d(b);
776
762
  }
@@ -785,36 +771,33 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
785
771
  }
786
772
  }
787
773
  }
788
- };
789
- CalendarView.prototype.a7 = function () {
774
+ }
775
+ a7() {
790
776
  if (this.m != null) {
791
777
  if (this.j.count != 0) {
792
- var a = this.c.aq.getFullYear();
793
- var b = true;
778
+ let a = this.c.aq.getFullYear();
779
+ let b = true;
794
780
  this.a6(a, b);
795
781
  }
796
782
  }
797
- };
798
- CalendarView.prototype.a6 = function (a, b) {
799
- if (b === void 0) {
800
- b = false;
801
- }
783
+ }
784
+ a6(a, b = false) {
802
785
  if (a < this.c.au.getFullYear()) {
803
786
  a = this.c.au.getFullYear();
804
787
  }
805
788
  if (a > this.c.at.getFullYear()) {
806
789
  a = this.c.at.getFullYear();
807
790
  }
808
- var c = a - 3;
809
- var d = false;
810
- for (var e = 0; e < 7; e++) {
811
- var f = this.j._inner[e];
791
+ let c = a - 3;
792
+ let d = false;
793
+ for (let e = 0; e < 7; e++) {
794
+ let f = this.j._inner[e];
812
795
  f.setAttribute("data-section", "years");
813
796
  f.setAttribute("data-disabled", "false");
814
797
  f.parent().parent().setAttribute("aria-selected", "false");
815
- var g = this.c.ab(e, c);
798
+ let g = this.c.ab(e, c);
816
799
  f.setAttribute("data-disabled", g.toString());
817
- var h = f.getChildAt(0);
800
+ let h = f.getChildAt(0);
818
801
  h.setText(c.toString());
819
802
  f.parent().parent().setAttribute("aria-label", c.toString());
820
803
  if (c == a && b) {
@@ -827,17 +810,14 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
827
810
  c++;
828
811
  }
829
812
  if (d == false) {
830
- var i = this.j._inner[3].getAttribute("data-disabled");
813
+ let i = this.j._inner[3].getAttribute("data-disabled");
831
814
  if (i == "false") {
832
- var j = this.j._inner[3];
815
+ let j = this.j._inner[3];
833
816
  this.d(j);
834
817
  }
835
818
  }
836
- };
837
- CalendarView.prototype.as = function (a) {
838
- if (a === void 0) {
839
- a = false;
840
- }
819
+ }
820
+ as(a = false) {
841
821
  this.au();
842
822
  this.az();
843
823
  this.x = "day";
@@ -847,28 +827,25 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
847
827
  this.u.hide();
848
828
  this.av(a);
849
829
  this.ai();
850
- };
851
- CalendarView.prototype.av = function (a) {
852
- if (a === void 0) {
853
- a = false;
854
- }
855
- var b = null;
856
- var c = null;
857
- var d = null;
858
- for (var e = 0; e < this.f.count; e++) {
859
- var f = this.f._inner[e];
860
- var g = parseBool(f.getAttribute("data-disabled").toString());
861
- var h = f.getAttribute("data-date").toString().split('/');
862
- var i = h[1];
863
- var j = parseBool(f.getAttribute("data-selected").toString());
864
- var k = parseBool(f.getAttribute("data-today").toString());
830
+ }
831
+ av(a = false) {
832
+ let b = null;
833
+ let c = null;
834
+ let d = null;
835
+ for (let e = 0; e < this.f.count; e++) {
836
+ let f = this.f._inner[e];
837
+ let g = parseBool(f.getAttribute("data-disabled").toString());
838
+ let h = f.getAttribute("data-date").toString().split('/');
839
+ let i = h[1];
840
+ let j = parseBool(f.getAttribute("data-selected").toString());
841
+ let k = parseBool(f.getAttribute("data-today").toString());
865
842
  if (j == true) {
866
843
  c = f;
867
844
  }
868
845
  if (k == true) {
869
846
  d = f;
870
847
  }
871
- var l = dateGetMonth(this.c.aq).toString();
848
+ let l = dateGetMonth(this.c.aq).toString();
872
849
  if (g == false && l == i && b == null) {
873
850
  b = f;
874
851
  }
@@ -880,8 +857,8 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
880
857
  b = c;
881
858
  }
882
859
  if (b == null) {
883
- for (var m = 0; m < this.g.count; m++) {
884
- var n = parseBool(this.g._inner[m].getAttribute("data-disabled").toString());
860
+ for (let m = 0; m < this.g.count; m++) {
861
+ let n = parseBool(this.g._inner[m].getAttribute("data-disabled").toString());
885
862
  if (n == false) {
886
863
  b = this.g._inner[m];
887
864
  break;
@@ -891,54 +868,42 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
891
868
  if (b != null) {
892
869
  this.d(b);
893
870
  }
894
- };
895
- CalendarView.prototype.d = function (a) {
871
+ }
872
+ d(a) {
896
873
  if (a == null) {
897
874
  return false;
898
875
  }
899
- var b = parseBool(a.getAttribute("data-disabled").toString());
876
+ let b = parseBool(a.getAttribute("data-disabled").toString());
900
877
  if (b) {
901
878
  return false;
902
879
  }
903
880
  this.p = a;
904
881
  return true;
905
- };
906
- CalendarView.prototype.ai = function () {
882
+ }
883
+ ai() {
907
884
  if (this.p != null) {
908
885
  this.p.parent().parent().focus(true);
909
886
  }
910
- };
911
- CalendarView.prototype.ar = function (a, b) {
912
- if (a === void 0) {
913
- a = true;
914
- }
915
- if (b === void 0) {
916
- b = false;
917
- }
918
- var c = parseBool(this.g._inner[0].getAttribute("data-disabled").toString());
887
+ }
888
+ ar(a = true, b = false) {
889
+ let c = parseBool(this.g._inner[0].getAttribute("data-disabled").toString());
919
890
  if (c) {
920
891
  return;
921
892
  }
922
893
  this.c.cc(-1);
923
894
  this.au(a, b);
924
895
  this.az();
925
- };
926
- CalendarView.prototype.am = function (a, b) {
927
- if (a === void 0) {
928
- a = true;
929
- }
930
- if (b === void 0) {
931
- b = false;
932
- }
933
- var c = parseBool(this.g._inner[3].getAttribute("data-disabled").toString());
896
+ }
897
+ am(a = true, b = false) {
898
+ let c = parseBool(this.g._inner[3].getAttribute("data-disabled").toString());
934
899
  if (c) {
935
900
  return;
936
901
  }
937
902
  this.c.cc(1);
938
903
  this.au(a, b);
939
904
  this.az();
940
- };
941
- CalendarView.prototype.ba = function () {
905
+ }
906
+ ba() {
942
907
  this.n.hide();
943
908
  this.q.show();
944
909
  this.q.setStyleProperty("display", "flex");
@@ -946,27 +911,27 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
946
911
  this.x = "month";
947
912
  this.ay();
948
913
  this.ai();
949
- };
950
- CalendarView.prototype.bb = function () {
914
+ }
915
+ bb() {
951
916
  this.n.hide();
952
917
  this.q.hide();
953
918
  this.u.show();
954
919
  this.x = "year";
955
920
  this.a7();
956
921
  this.ai();
957
- };
958
- CalendarView.prototype.z = function (a) {
959
- };
960
- CalendarView.prototype.aa = function (a) {
961
- var b = a.which;
922
+ }
923
+ z(a) {
924
+ }
925
+ aa(a) {
926
+ let b = a.which;
962
927
  if (this.x == "day") {
963
- var c = this.p.getAttribute("data-section").toString();
964
- var d = parseInt(this.p.getAttribute("data-index").toString());
928
+ let c = this.p.getAttribute("data-section").toString();
929
+ let d = parseInt(this.p.getAttribute("data-index").toString());
965
930
  if (c == "header") {
966
931
  if (b == 37) {
967
932
  if (d > 0) {
968
- var e = this.g._inner[d - 1];
969
- var f = this.d(e);
933
+ let e = this.g._inner[d - 1];
934
+ let f = this.d(e);
970
935
  if (f == false && d > 1) {
971
936
  e = this.g._inner[d - 2];
972
937
  this.d(e);
@@ -975,7 +940,7 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
975
940
  }
976
941
  else {
977
942
  this.ar(false);
978
- var g = parseBool(this.p.getAttribute("data-disabled").toString());
943
+ let g = parseBool(this.p.getAttribute("data-disabled").toString());
979
944
  if (g == true) {
980
945
  this.av();
981
946
  this.ai();
@@ -984,8 +949,8 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
984
949
  }
985
950
  else if (b == 39) {
986
951
  if (d < 3) {
987
- var h = this.g._inner[d + 1];
988
- var i = this.d(h);
952
+ let h = this.g._inner[d + 1];
953
+ let i = this.d(h);
989
954
  if (i == false && d < 2) {
990
955
  h = this.g._inner[d + 2];
991
956
  this.d(h);
@@ -994,7 +959,7 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
994
959
  }
995
960
  else {
996
961
  this.am(false);
997
- var j = parseBool(this.p.getAttribute("data-disabled").toString());
962
+ let j = parseBool(this.p.getAttribute("data-disabled").toString());
998
963
  if (j == true) {
999
964
  this.av();
1000
965
  this.ai();
@@ -1028,26 +993,26 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
1028
993
  }
1029
994
  }
1030
995
  else if (c == "days") {
1031
- var k = this.p.getAttribute("data-date").toString().split('/');
1032
- var l = k[0];
1033
- var m = k[1];
996
+ let k = this.p.getAttribute("data-date").toString().split('/');
997
+ let l = k[0];
998
+ let m = k[1];
1034
999
  if (b == 37) {
1035
1000
  if (d == 0) {
1036
1001
  this.ar(true, true);
1037
1002
  this.ai();
1038
1003
  }
1039
1004
  else {
1040
- var n = this.f._inner[d - 1];
1041
- var o = n.getAttribute("data-date").toString().split('/');
1042
- var p = o[0];
1043
- var q = o[1];
1005
+ let n = this.f._inner[d - 1];
1006
+ let o = n.getAttribute("data-date").toString().split('/');
1007
+ let p = o[0];
1008
+ let q = o[1];
1044
1009
  if (m == q) {
1045
1010
  this.d(n);
1046
1011
  this.ai();
1047
1012
  }
1048
1013
  else {
1049
1014
  this.ar();
1050
- var r = this.v(p, q);
1015
+ let r = this.v(p, q);
1051
1016
  this.d(r);
1052
1017
  this.ai();
1053
1018
  }
@@ -1059,17 +1024,17 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
1059
1024
  this.ai();
1060
1025
  }
1061
1026
  else {
1062
- var s = this.f._inner[d + 1];
1063
- var t = s.getAttribute("data-date").toString().split('/');
1064
- var u = t[0];
1065
- var v = t[1];
1027
+ let s = this.f._inner[d + 1];
1028
+ let t = s.getAttribute("data-date").toString().split('/');
1029
+ let u = t[0];
1030
+ let v = t[1];
1066
1031
  if (m == v) {
1067
1032
  this.d(s);
1068
1033
  this.ai();
1069
1034
  }
1070
1035
  else {
1071
1036
  this.am();
1072
- var w = this.v(u, v);
1037
+ let w = this.v(u, v);
1073
1038
  this.d(w);
1074
1039
  this.ai();
1075
1040
  }
@@ -1078,28 +1043,28 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
1078
1043
  else if (b == 40) {
1079
1044
  if (d >= 35) {
1080
1045
  this.am();
1081
- var x = this.v(l, m);
1082
- var y = parseInt(x.getAttribute("data-index").toString());
1083
- var z = this.f._inner[y + 7];
1084
- var aa = z.getAttribute("data-date").toString().split('/');
1085
- var ab = aa[0];
1086
- var ac = aa[1];
1087
- var ad = this.v(ab, ac);
1046
+ let x = this.v(l, m);
1047
+ let y = parseInt(x.getAttribute("data-index").toString());
1048
+ let z = this.f._inner[y + 7];
1049
+ let aa = z.getAttribute("data-date").toString().split('/');
1050
+ let ab = aa[0];
1051
+ let ac = aa[1];
1052
+ let ad = this.v(ab, ac);
1088
1053
  this.d(ad);
1089
1054
  this.ai();
1090
1055
  }
1091
1056
  else {
1092
- var ae = this.f._inner[d + 7];
1093
- var af = ae.getAttribute("data-date").toString().split('/');
1094
- var ag = af[0];
1095
- var ah = af[1];
1057
+ let ae = this.f._inner[d + 7];
1058
+ let af = ae.getAttribute("data-date").toString().split('/');
1059
+ let ag = af[0];
1060
+ let ah = af[1];
1096
1061
  if (m == ah) {
1097
1062
  this.d(ae);
1098
1063
  this.ai();
1099
1064
  }
1100
1065
  else {
1101
1066
  this.am();
1102
- var ai = this.v(ag, ah);
1067
+ let ai = this.v(ag, ah);
1103
1068
  this.d(ai);
1104
1069
  this.ai();
1105
1070
  }
@@ -1108,28 +1073,28 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
1108
1073
  else if (b == 38) {
1109
1074
  if (d <= 6) {
1110
1075
  this.ar();
1111
- var aj = this.v(l, m);
1112
- var ak = parseInt(aj.getAttribute("data-index").toString());
1113
- var al = this.f._inner[ak - 7];
1114
- var am = al.getAttribute("data-date").toString().split('/');
1115
- var an = am[0];
1116
- var ao = am[1];
1117
- var ap = this.v(an, ao);
1076
+ let aj = this.v(l, m);
1077
+ let ak = parseInt(aj.getAttribute("data-index").toString());
1078
+ let al = this.f._inner[ak - 7];
1079
+ let am = al.getAttribute("data-date").toString().split('/');
1080
+ let an = am[0];
1081
+ let ao = am[1];
1082
+ let ap = this.v(an, ao);
1118
1083
  this.d(ap);
1119
1084
  this.ai();
1120
1085
  }
1121
1086
  else {
1122
- var aq = this.f._inner[d - 7];
1123
- var ar = aq.getAttribute("data-date").toString().split('/');
1124
- var as = ar[0];
1125
- var at = ar[1];
1087
+ let aq = this.f._inner[d - 7];
1088
+ let ar = aq.getAttribute("data-date").toString().split('/');
1089
+ let as = ar[0];
1090
+ let at = ar[1];
1126
1091
  if (m == at) {
1127
1092
  this.d(aq);
1128
1093
  this.ai();
1129
1094
  }
1130
1095
  else {
1131
1096
  this.ar();
1132
- var au = this.v(as, at);
1097
+ let au = this.v(as, at);
1133
1098
  this.d(au);
1134
1099
  this.ai();
1135
1100
  }
@@ -1146,7 +1111,7 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
1146
1111
  else if (b == 9) {
1147
1112
  if (a.shiftKey) {
1148
1113
  a.preventDefault();
1149
- var av = this.g._inner[1];
1114
+ let av = this.g._inner[1];
1150
1115
  this.d(av);
1151
1116
  this.ai();
1152
1117
  }
@@ -1157,51 +1122,51 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
1157
1122
  }
1158
1123
  }
1159
1124
  else if (this.x == "month") {
1160
- var aw = parseInt(this.p.getAttribute("data-index").toString());
1125
+ let aw = parseInt(this.p.getAttribute("data-index").toString());
1161
1126
  if (b == 37) {
1162
1127
  if (aw == 0) {
1163
- var ax = this.h._inner[11];
1128
+ let ax = this.h._inner[11];
1164
1129
  this.d(ax);
1165
1130
  this.ai();
1166
1131
  }
1167
1132
  else {
1168
- var ay = this.h._inner[aw - 1];
1133
+ let ay = this.h._inner[aw - 1];
1169
1134
  this.d(ay);
1170
1135
  this.ai();
1171
1136
  }
1172
1137
  }
1173
1138
  else if (b == 39) {
1174
1139
  if (aw == 11) {
1175
- var az = this.h._inner[0];
1140
+ let az = this.h._inner[0];
1176
1141
  this.d(az);
1177
1142
  this.ai();
1178
1143
  }
1179
1144
  else {
1180
- var a0 = this.h._inner[aw + 1];
1145
+ let a0 = this.h._inner[aw + 1];
1181
1146
  this.d(a0);
1182
1147
  this.ai();
1183
1148
  }
1184
1149
  }
1185
1150
  else if (b == 40) {
1186
1151
  if (aw >= 9) {
1187
- var a1 = this.h._inner[aw - 9];
1152
+ let a1 = this.h._inner[aw - 9];
1188
1153
  this.d(a1);
1189
1154
  this.ai();
1190
1155
  }
1191
1156
  else {
1192
- var a2 = this.h._inner[aw + 3];
1157
+ let a2 = this.h._inner[aw + 3];
1193
1158
  this.d(a2);
1194
1159
  this.ai();
1195
1160
  }
1196
1161
  }
1197
1162
  else if (b == 38) {
1198
1163
  if (aw <= 2) {
1199
- var a3 = this.h._inner[aw + 9];
1164
+ let a3 = this.h._inner[aw + 9];
1200
1165
  this.d(a3);
1201
1166
  this.ai();
1202
1167
  }
1203
1168
  else {
1204
- var a4 = this.h._inner[aw - 3];
1169
+ let a4 = this.h._inner[aw - 3];
1205
1170
  this.d(a4);
1206
1171
  this.ai();
1207
1172
  }
@@ -1212,8 +1177,8 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
1212
1177
  }
1213
1178
  }
1214
1179
  else if (this.x == "year") {
1215
- var a5 = parseInt(this.p.getAttribute("data-index").toString());
1216
- var a6 = parseInt(this.j._inner[3].getChildAt(0).getText());
1180
+ let a5 = parseInt(this.p.getAttribute("data-index").toString());
1181
+ let a6 = parseInt(this.j._inner[3].getChildAt(0).getText());
1217
1182
  if (b == 40) {
1218
1183
  this.c.cz(a6, 1);
1219
1184
  this.ai();
@@ -1237,15 +1202,15 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
1237
1202
  this.c.cs();
1238
1203
  }
1239
1204
  }
1240
- };
1241
- CalendarView.prototype.v = function (a, b) {
1242
- var c = null;
1243
- var d = null;
1244
- for (var e = 0; e < 42; e++) {
1245
- var f = this.f._inner[e];
1246
- var g = f.getAttribute("data-date").toString().split('/');
1247
- var h = g[0];
1248
- var i = g[1];
1205
+ }
1206
+ v(a, b) {
1207
+ let c = null;
1208
+ let d = null;
1209
+ for (let e = 0; e < 42; e++) {
1210
+ let f = this.f._inner[e];
1211
+ let g = f.getAttribute("data-date").toString().split('/');
1212
+ let h = g[0];
1213
+ let i = g[1];
1249
1214
  if (b == i && d == null) {
1250
1215
  d = f;
1251
1216
  }
@@ -1258,184 +1223,184 @@ export var CalendarView = /** @class */ /*@__PURE__*/ (function (_super) {
1258
1223
  c = d;
1259
1224
  }
1260
1225
  return c;
1261
- };
1262
- CalendarView.prototype.aq = function (a) {
1263
- var b = this.g._inner[0];
1264
- var c = parseBool(b.getAttribute("data-disabled").toString());
1226
+ }
1227
+ aq(a) {
1228
+ let b = this.g._inner[0];
1229
+ let c = parseBool(b.getAttribute("data-disabled").toString());
1265
1230
  if (c == true) {
1266
1231
  return;
1267
1232
  }
1268
1233
  this.ar();
1269
- };
1270
- CalendarView.prototype.al = function (a) {
1271
- var b = this.g._inner[3];
1272
- var c = parseBool(b.getAttribute("data-disabled").toString());
1234
+ }
1235
+ al(a) {
1236
+ let b = this.g._inner[3];
1237
+ let c = parseBool(b.getAttribute("data-disabled").toString());
1273
1238
  if (c == true) {
1274
1239
  return;
1275
1240
  }
1276
1241
  this.am();
1277
- };
1278
- CalendarView.prototype.ak = function (a) {
1279
- var b = this.g._inner[1];
1280
- var c = parseBool(b.getAttribute("data-disabled").toString());
1242
+ }
1243
+ ak(a) {
1244
+ let b = this.g._inner[1];
1245
+ let c = parseBool(b.getAttribute("data-disabled").toString());
1281
1246
  if (c == true) {
1282
1247
  return;
1283
1248
  }
1284
1249
  this.ba();
1285
- };
1286
- CalendarView.prototype.bi = function (a) {
1287
- var b = this.g._inner[2];
1288
- var c = parseBool(b.getAttribute("data-disabled").toString());
1250
+ }
1251
+ bi(a) {
1252
+ let b = this.g._inner[2];
1253
+ let c = parseBool(b.getAttribute("data-disabled").toString());
1289
1254
  if (c == true) {
1290
1255
  return;
1291
1256
  }
1292
1257
  this.bb();
1293
- };
1294
- CalendarView.prototype.ah = function (e_) {
1295
- var a = (e_.originalEvent.currentTarget);
1296
- var b = (a.textContent);
1258
+ }
1259
+ ah(e_) {
1260
+ let a = (e_.originalEvent.currentTarget);
1261
+ let b = (a.textContent);
1297
1262
  if (b != "") {
1298
- var c = a.lastChild.lastChild.lastChild;
1299
- var d = parseBool(c.getAttribute("data-disabled").toString());
1263
+ let c = a.lastChild.lastChild.lastChild;
1264
+ let d = parseBool(c.getAttribute("data-disabled").toString());
1300
1265
  if (d == false) {
1301
- var e = c.getAttribute("data-date").toString().split('/');
1302
- var f = e[1];
1303
- var g = e[2];
1266
+ let e = c.getAttribute("data-date").toString().split('/');
1267
+ let f = e[1];
1268
+ let g = e[2];
1304
1269
  this.c.co(b, f, g);
1305
1270
  }
1306
1271
  }
1307
- };
1308
- CalendarView.prototype.aj = function (e_) {
1309
- var a = (e_.originalEvent.currentTarget);
1310
- var b = a.getAttribute("data-month").toString();
1272
+ }
1273
+ aj(e_) {
1274
+ let a = (e_.originalEvent.currentTarget);
1275
+ let b = a.getAttribute("data-month").toString();
1311
1276
  if (b != "") {
1312
- var c = parseInt(b);
1313
- var d = a.lastChild.lastChild.lastChild;
1314
- var e = parseBool(d.getAttribute("data-disabled").toString());
1277
+ let c = parseInt(b);
1278
+ let d = a.lastChild.lastChild.lastChild;
1279
+ let e = parseBool(d.getAttribute("data-disabled").toString());
1315
1280
  if (e == false) {
1316
1281
  this.c.cd(c);
1317
1282
  this.as();
1318
1283
  }
1319
1284
  }
1320
- };
1321
- CalendarView.prototype.be = function (e_) {
1322
- var a = (e_.originalEvent.currentTarget);
1323
- var b = a.innerText;
1285
+ }
1286
+ be(e_) {
1287
+ let a = (e_.originalEvent.currentTarget);
1288
+ let b = a.innerText;
1324
1289
  if (b != "") {
1325
- var c = parseInt(b);
1326
- var d = a.lastChild.lastChild.lastChild;
1327
- var e = parseBool(d.getAttribute("data-disabled").toString());
1290
+ let c = parseInt(b);
1291
+ let d = a.lastChild.lastChild.lastChild;
1292
+ let e = parseBool(d.getAttribute("data-disabled").toString());
1328
1293
  if (e == false) {
1329
1294
  this.c.ce(c);
1330
1295
  this.as();
1331
1296
  }
1332
1297
  }
1333
- };
1334
- CalendarView.prototype.bh = function (e_) {
1298
+ }
1299
+ bh(e_) {
1335
1300
  e_.preventDefault();
1336
- var a = (e_.originalEvent.deltaY);
1337
- var b = parseInt(this.j._inner[3].getChildAt(0).getText());
1301
+ let a = (e_.originalEvent.deltaY);
1302
+ let b = parseInt(this.j._inner[3].getChildAt(0).getText());
1338
1303
  this.c.cz(b, a);
1339
- };
1340
- CalendarView.prototype.bg = function (e_) {
1304
+ }
1305
+ bg(e_) {
1341
1306
  this.w = e_.pageY;
1342
- };
1343
- CalendarView.prototype.bf = function (e_) {
1344
- var a = truncate(((this.w - e_.pageY) / (6)));
1307
+ }
1308
+ bf(e_) {
1309
+ let a = truncate(((this.w - e_.pageY) / (6)));
1345
1310
  if (a > 1 || a < -1) {
1346
1311
  this.w = e_.pageY;
1347
- var b = parseInt(this.j._inner[3].getChildAt(0).getText());
1312
+ let b = parseInt(this.j._inner[3].getChildAt(0).getText());
1348
1313
  this.c.cz(b, a);
1349
1314
  }
1350
- };
1351
- CalendarView.prototype.a = function () {
1352
- var rect_ = this.m.rootWrapper.getNativeElement().getBoundingClientRect();
1353
- var a = (rect_.top);
1354
- var b = (rect_.left);
1355
- var c = new Array(2);
1315
+ }
1316
+ a() {
1317
+ let rect_ = this.m.rootWrapper.getNativeElement().getBoundingClientRect();
1318
+ let a = (rect_.top);
1319
+ let b = (rect_.left);
1320
+ let c = new Array(2);
1356
1321
  c[0] = a;
1357
1322
  c[1] = b;
1358
1323
  return c;
1359
- };
1360
- CalendarView.prototype.b = function (a) {
1361
- var rect_ = a.getNativeElement().getBoundingClientRect();
1362
- var b = (rect_.top);
1363
- var c = (rect_.left);
1364
- var d = new Array(2);
1324
+ }
1325
+ b(a) {
1326
+ let rect_ = a.getNativeElement().getBoundingClientRect();
1327
+ let b = (rect_.top);
1328
+ let c = (rect_.left);
1329
+ let d = new Array(2);
1365
1330
  d[0] = b;
1366
1331
  d[1] = c;
1367
1332
  return d;
1368
- };
1369
- CalendarView.prototype.an = function () {
1370
- };
1371
- CalendarView.$t = markType(CalendarView, 'CalendarView');
1372
- return CalendarView;
1373
- }(Base));
1333
+ }
1334
+ an() {
1335
+ }
1336
+ }
1337
+ export { CalendarView };
1374
1338
  /**
1375
1339
  * @hidden
1376
1340
  */
1377
- export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
1378
- __extends(XCalendar, _super);
1379
- function XCalendar() {
1380
- var _this = _super.call(this) || this;
1381
- _this.h = null;
1382
- _this.aq = dateNow();
1383
- _this.am = new Date();
1384
- _this.ai = null;
1385
- _this.aj = null;
1386
- _this.ah = null;
1387
- _this.ak = null;
1388
- _this.al = null;
1389
- _this.g = null;
1390
- _this.ap = dateMinValue();
1391
- _this.propertyChanged = null;
1392
- _this.close = null;
1393
- _this.selectedValueChanged = null;
1394
- _this.w = null;
1395
- _this.as = dateMinValue();
1396
- _this.ar = dateNow();
1397
- _this.ao = dateMinValue();
1398
- _this.an = dateMaxValue();
1399
- _this.s = 3;
1400
- _this.q = 1;
1401
- _this.c6 = BrushUtil.l(0, 255, 255, 255);
1402
- _this.dc = BrushUtil.l(255, 33, 150, 243);
1403
- _this.de = BrushUtil.l(255, 21, 112, 184);
1404
- _this.c9 = BrushUtil.l(76, 33, 150, 243);
1405
- _this.db = BrushUtil.l(50, 186, 191, 199);
1406
- _this.df = BrushUtil.l(255, 24, 29, 31);
1407
- _this.dd = BrushUtil.l(255, 255, 255, 255);
1408
- _this.da = BrushUtil.l(255, 24, 29, 31);
1409
- _this.c8 = BrushUtil.l(255, 33, 150, 243);
1410
- _this.c7 = BrushUtil.l(255, 33, 150, 243);
1411
- _this.y = false;
1412
- _this.u = null;
1413
- _this.k = 0;
1414
- _this.n = 0;
1415
- _this.z = false;
1416
- _this.am = dateAddYears(_this.am, -200);
1417
- _this.ai = new ObservableCollection$1(DayInfo.$, 0);
1418
- _this.aj = new ObservableCollection$1(XButton.$, 0);
1419
- _this.ah = new ObservableCollection$1(XButton.$, 0);
1420
- _this.ak = new ObservableCollection$1(XButton.$, 0);
1421
- _this.al = new ObservableCollection$1(XButton.$, 0);
1422
- var a = new CalendarView();
1423
- a.c = _this;
1424
- _this.h = a;
1425
- _this.h.ap();
1426
- return _this;
1427
- }
1428
- XCalendar.prototype.cs = function () {
1341
+ class XCalendar extends Base {
1342
+ static { this.$t = markType(XCalendar, 'XCalendar', Base.$, [INotifyPropertyChanged_$type]); }
1343
+ static { this.bk = "M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"; }
1344
+ static { this.bl = "M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"; }
1345
+ constructor() {
1346
+ super();
1347
+ this.h = null;
1348
+ this.aq = dateNow();
1349
+ this.am = new Date();
1350
+ this.ai = null;
1351
+ this.aj = null;
1352
+ this.ah = null;
1353
+ this.ak = null;
1354
+ this.al = null;
1355
+ this.g = null;
1356
+ this.ap = dateMinValue();
1357
+ this.propertyChanged = null;
1358
+ this.close = null;
1359
+ this.selectedValueChanged = null;
1360
+ this.w = null;
1361
+ this.as = dateMinValue();
1362
+ this.ar = dateNow();
1363
+ this.ao = dateMinValue();
1364
+ this.an = dateMaxValue();
1365
+ this.s = 3;
1366
+ this.q = 1;
1367
+ this.c6 = BrushUtil.l(0, 255, 255, 255);
1368
+ this.dc = BrushUtil.l(255, 33, 150, 243);
1369
+ this.de = BrushUtil.l(255, 21, 112, 184);
1370
+ this.c9 = BrushUtil.l(76, 33, 150, 243);
1371
+ this.db = BrushUtil.l(50, 186, 191, 199);
1372
+ this.df = BrushUtil.l(255, 24, 29, 31);
1373
+ this.dd = BrushUtil.l(255, 255, 255, 255);
1374
+ this.da = BrushUtil.l(255, 24, 29, 31);
1375
+ this.c8 = BrushUtil.l(255, 33, 150, 243);
1376
+ this.c7 = BrushUtil.l(255, 33, 150, 243);
1377
+ this.y = false;
1378
+ this.u = null;
1379
+ this.k = 0;
1380
+ this.n = 0;
1381
+ this.z = false;
1382
+ this.am = dateAddYears(this.am, -200);
1383
+ this.ai = new ObservableCollection$1(DayInfo.$, 0);
1384
+ this.aj = new ObservableCollection$1(XButton.$, 0);
1385
+ this.ah = new ObservableCollection$1(XButton.$, 0);
1386
+ this.ak = new ObservableCollection$1(XButton.$, 0);
1387
+ this.al = new ObservableCollection$1(XButton.$, 0);
1388
+ let a = new CalendarView();
1389
+ a.c = this;
1390
+ this.h = a;
1391
+ this.h.ap();
1392
+ }
1393
+ cs() {
1429
1394
  if (this.close != null) {
1430
1395
  this.close(this);
1431
1396
  }
1432
- };
1433
- XCalendar.prototype.cu = function (a) {
1434
- var b = this.as;
1397
+ }
1398
+ cu(a) {
1399
+ let b = this.as;
1435
1400
  this.as = a;
1436
1401
  if (this.selectedValueChanged != null) {
1437
- this.selectedValueChanged(this, ((function () {
1438
- var $ret = new SelectedValueChangedEventArgs();
1402
+ this.selectedValueChanged(this, ((() => {
1403
+ let $ret = new SelectedValueChangedEventArgs();
1439
1404
  $ret.oldValue = b;
1440
1405
  $ret.newValue = a;
1441
1406
  return $ret;
@@ -1445,337 +1410,249 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
1445
1410
  this.aq = this.value;
1446
1411
  }
1447
1412
  this.cx();
1448
- };
1449
- XCalendar.prototype.co = function (a, b, c) {
1450
- var d = dateFromValues(parseInt(c), parseInt(b), parseInt(a), 0, 0, 0, 0);
1413
+ }
1414
+ co(a, b, c) {
1415
+ let d = dateFromValues(parseInt(c), parseInt(b), parseInt(a), 0, 0, 0, 0);
1451
1416
  this.cu(d);
1452
- };
1453
- XCalendar.prototype.notifySizeChanged = function () {
1417
+ }
1418
+ notifySizeChanged() {
1454
1419
  this.h.an();
1455
- };
1456
- XCalendar.prototype.destroy = function () {
1420
+ }
1421
+ destroy() {
1457
1422
  if (this.g != null) {
1458
- var a = this.g;
1423
+ let a = this.g;
1459
1424
  a.clicked = delegateRemove(a.clicked, runOn(this, this.c2));
1460
1425
  }
1461
1426
  this.provideContainer(null);
1462
- };
1463
- XCalendar.prototype.provideContainer = function (a) {
1427
+ }
1428
+ provideContainer(a) {
1464
1429
  this.h.ao(a);
1465
- };
1466
- Object.defineProperty(XCalendar.prototype, "x", {
1467
- get: function () {
1468
- if (this.w == null) {
1469
- this.w = new SRProvider(this.h.m);
1470
- this.w.cb("Calendar");
1471
- }
1472
- return this.w;
1473
- },
1474
- enumerable: false,
1475
- configurable: true
1476
- });
1477
- Object.defineProperty(XCalendar.prototype, "value", {
1478
- get: function () {
1479
- return this.as;
1480
- },
1481
- set: function (a) {
1482
- var b = this.as;
1483
- this.ap = b;
1484
- this.as = a;
1485
- if (+b != +(this.as)) {
1486
- this.ct("Value", b, this.as);
1487
- }
1488
- },
1489
- enumerable: false,
1490
- configurable: true
1491
- });
1492
- Object.defineProperty(XCalendar.prototype, "av", {
1493
- get: function () {
1494
- return this.ar;
1495
- },
1496
- set: function (a) {
1497
- var b = this.ar;
1498
- this.ar = a;
1499
- if (+b != +(this.ar)) {
1500
- this.ct("Today", b, this.ar);
1501
- }
1502
- },
1503
- enumerable: false,
1504
- configurable: true
1505
- });
1506
- Object.defineProperty(XCalendar.prototype, "au", {
1507
- get: function () {
1508
- return this.ao;
1509
- },
1510
- set: function (a) {
1511
- var b = this.ao;
1512
- this.ao = a;
1513
- if (+b != +(this.ao)) {
1514
- this.ct("MinDate", b, this.ao);
1515
- }
1516
- },
1517
- enumerable: false,
1518
- configurable: true
1519
- });
1520
- Object.defineProperty(XCalendar.prototype, "at", {
1521
- get: function () {
1522
- return this.an;
1523
- },
1524
- set: function (a) {
1525
- var b = this.an;
1526
- this.an = a;
1527
- if (+b != +(this.an)) {
1528
- this.ct("MaxDate", b, this.an);
1529
- }
1530
- },
1531
- enumerable: false,
1532
- configurable: true
1533
- });
1534
- Object.defineProperty(XCalendar.prototype, "t", {
1535
- get: function () {
1536
- return this.s;
1537
- },
1538
- set: function (a) {
1539
- var b = this.s;
1540
- this.s = a;
1541
- if (b != this.s) {
1542
- this.ct("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.s));
1543
- }
1544
- },
1545
- enumerable: false,
1546
- configurable: true
1547
- });
1548
- Object.defineProperty(XCalendar.prototype, "r", {
1549
- get: function () {
1550
- return this.q;
1551
- },
1552
- set: function (a) {
1553
- var b = this.q;
1554
- this.q = a;
1555
- if (b != this.q) {
1556
- this.ct("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.q));
1557
- }
1558
- },
1559
- enumerable: false,
1560
- configurable: true
1561
- });
1562
- Object.defineProperty(XCalendar.prototype, "dg", {
1563
- get: function () {
1564
- return this.c6;
1565
- },
1566
- set: function (a) {
1567
- var b = this.c6;
1568
- this.c6 = a;
1569
- if (b != this.c6) {
1570
- this.ct("BackgroundColor", b, this.c6);
1571
- }
1572
- },
1573
- enumerable: false,
1574
- configurable: true
1575
- });
1576
- Object.defineProperty(XCalendar.prototype, "dm", {
1577
- get: function () {
1578
- return this.dc;
1579
- },
1580
- set: function (a) {
1581
- var b = this.dc;
1582
- this.dc = a;
1583
- if (b != this.dc) {
1584
- this.ct("SelectedDateBackgroundColor", b, this.dc);
1585
- }
1586
- },
1587
- enumerable: false,
1588
- configurable: true
1589
- });
1590
- Object.defineProperty(XCalendar.prototype, "dp", {
1591
- get: function () {
1592
- return this.de;
1593
- },
1594
- set: function (a) {
1595
- var b = this.de;
1596
- this.de = a;
1597
- if (b != this.de) {
1598
- this.ct("SelectedFocusDateBackgroundColor", b, this.de);
1599
- }
1600
- },
1601
- enumerable: false,
1602
- configurable: true
1603
- });
1604
- Object.defineProperty(XCalendar.prototype, "dj", {
1605
- get: function () {
1606
- return this.c9;
1607
- },
1608
- set: function (a) {
1609
- var b = this.c9;
1610
- this.c9 = a;
1611
- if (b != this.c9) {
1612
- this.ct("FocusDateBackgroundColor", b, this.c9);
1613
- }
1614
- },
1615
- enumerable: false,
1616
- configurable: true
1617
- });
1618
- Object.defineProperty(XCalendar.prototype, "dl", {
1619
- get: function () {
1620
- return this.db;
1621
- },
1622
- set: function (a) {
1623
- var b = this.db;
1624
- this.db = a;
1625
- if (b != this.db) {
1626
- this.ct("HoverBackgroundColor", b, this.db);
1627
- }
1628
- },
1629
- enumerable: false,
1630
- configurable: true
1631
- });
1632
- Object.defineProperty(XCalendar.prototype, "dq", {
1633
- get: function () {
1634
- return this.df;
1635
- },
1636
- set: function (a) {
1637
- var b = this.df;
1638
- this.df = a;
1639
- if (b != this.df) {
1640
- this.ct("TextColor", b, this.df);
1641
- }
1642
- },
1643
- enumerable: false,
1644
- configurable: true
1645
- });
1646
- Object.defineProperty(XCalendar.prototype, "dn", {
1647
- get: function () {
1648
- return this.dd;
1649
- },
1650
- set: function (a) {
1651
- var b = this.dd;
1652
- this.dd = a;
1653
- if (b != this.dd) {
1654
- this.ct("SelectedDateTextColor", b, this.dd);
1655
- }
1656
- },
1657
- enumerable: false,
1658
- configurable: true
1659
- });
1660
- Object.defineProperty(XCalendar.prototype, "dk", {
1661
- get: function () {
1662
- return this.da;
1663
- },
1664
- set: function (a) {
1665
- var b = this.da;
1666
- this.da = a;
1667
- if (b != this.da) {
1668
- this.ct("FocusDateTextColor", b, this.da);
1669
- }
1670
- },
1671
- enumerable: false,
1672
- configurable: true
1673
- });
1674
- Object.defineProperty(XCalendar.prototype, "di", {
1675
- get: function () {
1676
- return this.c8;
1677
- },
1678
- set: function (a) {
1679
- var b = this.c8;
1680
- this.c8 = a;
1681
- if (b != this.c8) {
1682
- this.ct("CurrentDateTextColor", b, this.c8);
1683
- }
1684
- },
1685
- enumerable: false,
1686
- configurable: true
1687
- });
1688
- Object.defineProperty(XCalendar.prototype, "dh", {
1689
- get: function () {
1690
- return this.c7;
1691
- },
1692
- set: function (a) {
1693
- var b = this.c7;
1694
- this.c7 = a;
1695
- if (b != this.c7) {
1696
- this.ct("CurrentDateBorderColor", b, this.c7);
1697
- }
1698
- },
1699
- enumerable: false,
1700
- configurable: true
1701
- });
1702
- Object.defineProperty(XCalendar.prototype, "ae", {
1703
- get: function () {
1704
- return this.y;
1705
- },
1706
- set: function (a) {
1707
- var b = this.y;
1708
- this.y = a;
1709
- if (b != this.y) {
1710
- this.ct("ShowTodayButton", b, this.y);
1711
- }
1712
- },
1713
- enumerable: false,
1714
- configurable: true
1715
- });
1716
- Object.defineProperty(XCalendar.prototype, "v", {
1717
- get: function () {
1718
- return this.u;
1719
- },
1720
- set: function (a) {
1721
- var b = this.u;
1722
- this.u = a;
1723
- if (b != this.u) {
1724
- this.ct("TextStyle", b, this.u);
1725
- }
1726
- },
1727
- enumerable: false,
1728
- configurable: true
1729
- });
1730
- Object.defineProperty(XCalendar.prototype, "l", {
1731
- get: function () {
1732
- return this.k;
1733
- },
1734
- set: function (a) {
1735
- var b = this.k;
1736
- this.k = a;
1737
- if (b != this.k) {
1738
- this.ct("FirstDayOfWeek", enumGetBox(DayOfWeek_$type, b), enumGetBox(DayOfWeek_$type, this.k));
1739
- }
1740
- },
1741
- enumerable: false,
1742
- configurable: true
1743
- });
1744
- Object.defineProperty(XCalendar.prototype, "o", {
1745
- get: function () {
1746
- return this.n;
1747
- },
1748
- set: function (a) {
1749
- var b = this.n;
1750
- this.n = a;
1751
- if (b != this.n) {
1752
- this.ct("FirstWeekOfYear", enumGetBox(FirstWeek_$type, b), enumGetBox(FirstWeek_$type, this.n));
1753
- }
1754
- },
1755
- enumerable: false,
1756
- configurable: true
1757
- });
1758
- Object.defineProperty(XCalendar.prototype, "af", {
1759
- get: function () {
1760
- return this.z;
1761
- },
1762
- set: function (a) {
1763
- var b = this.z;
1764
- this.z = a;
1765
- if (b != this.z) {
1766
- this.ct("ShowWeekNumbers", b, this.z);
1767
- }
1768
- },
1769
- enumerable: false,
1770
- configurable: true
1771
- });
1772
- XCalendar.prototype.ct = function (a, b, c) {
1430
+ }
1431
+ get x() {
1432
+ if (this.w == null) {
1433
+ this.w = new SRProvider(this.h.m);
1434
+ this.w.cb("Calendar");
1435
+ }
1436
+ return this.w;
1437
+ }
1438
+ get value() {
1439
+ return this.as;
1440
+ }
1441
+ set value(a) {
1442
+ let b = this.as;
1443
+ this.ap = b;
1444
+ this.as = a;
1445
+ if (+b != +(this.as)) {
1446
+ this.ct("Value", b, this.as);
1447
+ }
1448
+ }
1449
+ get av() {
1450
+ return this.ar;
1451
+ }
1452
+ set av(a) {
1453
+ let b = this.ar;
1454
+ this.ar = a;
1455
+ if (+b != +(this.ar)) {
1456
+ this.ct("Today", b, this.ar);
1457
+ }
1458
+ }
1459
+ get au() {
1460
+ return this.ao;
1461
+ }
1462
+ set au(a) {
1463
+ let b = this.ao;
1464
+ this.ao = a;
1465
+ if (+b != +(this.ao)) {
1466
+ this.ct("MinDate", b, this.ao);
1467
+ }
1468
+ }
1469
+ get at() {
1470
+ return this.an;
1471
+ }
1472
+ set at(a) {
1473
+ let b = this.an;
1474
+ this.an = a;
1475
+ if (+b != +(this.an)) {
1476
+ this.ct("MaxDate", b, this.an);
1477
+ }
1478
+ }
1479
+ get t() {
1480
+ return this.s;
1481
+ }
1482
+ set t(a) {
1483
+ let b = this.s;
1484
+ this.s = a;
1485
+ if (b != this.s) {
1486
+ this.ct("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.s));
1487
+ }
1488
+ }
1489
+ get r() {
1490
+ return this.q;
1491
+ }
1492
+ set r(a) {
1493
+ let b = this.q;
1494
+ this.q = a;
1495
+ if (b != this.q) {
1496
+ this.ct("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.q));
1497
+ }
1498
+ }
1499
+ get dg() {
1500
+ return this.c6;
1501
+ }
1502
+ set dg(a) {
1503
+ let b = this.c6;
1504
+ this.c6 = a;
1505
+ if (b != this.c6) {
1506
+ this.ct("BackgroundColor", b, this.c6);
1507
+ }
1508
+ }
1509
+ get dm() {
1510
+ return this.dc;
1511
+ }
1512
+ set dm(a) {
1513
+ let b = this.dc;
1514
+ this.dc = a;
1515
+ if (b != this.dc) {
1516
+ this.ct("SelectedDateBackgroundColor", b, this.dc);
1517
+ }
1518
+ }
1519
+ get dp() {
1520
+ return this.de;
1521
+ }
1522
+ set dp(a) {
1523
+ let b = this.de;
1524
+ this.de = a;
1525
+ if (b != this.de) {
1526
+ this.ct("SelectedFocusDateBackgroundColor", b, this.de);
1527
+ }
1528
+ }
1529
+ get dj() {
1530
+ return this.c9;
1531
+ }
1532
+ set dj(a) {
1533
+ let b = this.c9;
1534
+ this.c9 = a;
1535
+ if (b != this.c9) {
1536
+ this.ct("FocusDateBackgroundColor", b, this.c9);
1537
+ }
1538
+ }
1539
+ get dl() {
1540
+ return this.db;
1541
+ }
1542
+ set dl(a) {
1543
+ let b = this.db;
1544
+ this.db = a;
1545
+ if (b != this.db) {
1546
+ this.ct("HoverBackgroundColor", b, this.db);
1547
+ }
1548
+ }
1549
+ get dq() {
1550
+ return this.df;
1551
+ }
1552
+ set dq(a) {
1553
+ let b = this.df;
1554
+ this.df = a;
1555
+ if (b != this.df) {
1556
+ this.ct("TextColor", b, this.df);
1557
+ }
1558
+ }
1559
+ get dn() {
1560
+ return this.dd;
1561
+ }
1562
+ set dn(a) {
1563
+ let b = this.dd;
1564
+ this.dd = a;
1565
+ if (b != this.dd) {
1566
+ this.ct("SelectedDateTextColor", b, this.dd);
1567
+ }
1568
+ }
1569
+ get dk() {
1570
+ return this.da;
1571
+ }
1572
+ set dk(a) {
1573
+ let b = this.da;
1574
+ this.da = a;
1575
+ if (b != this.da) {
1576
+ this.ct("FocusDateTextColor", b, this.da);
1577
+ }
1578
+ }
1579
+ get di() {
1580
+ return this.c8;
1581
+ }
1582
+ set di(a) {
1583
+ let b = this.c8;
1584
+ this.c8 = a;
1585
+ if (b != this.c8) {
1586
+ this.ct("CurrentDateTextColor", b, this.c8);
1587
+ }
1588
+ }
1589
+ get dh() {
1590
+ return this.c7;
1591
+ }
1592
+ set dh(a) {
1593
+ let b = this.c7;
1594
+ this.c7 = a;
1595
+ if (b != this.c7) {
1596
+ this.ct("CurrentDateBorderColor", b, this.c7);
1597
+ }
1598
+ }
1599
+ get ae() {
1600
+ return this.y;
1601
+ }
1602
+ set ae(a) {
1603
+ let b = this.y;
1604
+ this.y = a;
1605
+ if (b != this.y) {
1606
+ this.ct("ShowTodayButton", b, this.y);
1607
+ }
1608
+ }
1609
+ get v() {
1610
+ return this.u;
1611
+ }
1612
+ set v(a) {
1613
+ let b = this.u;
1614
+ this.u = a;
1615
+ if (b != this.u) {
1616
+ this.ct("TextStyle", b, this.u);
1617
+ }
1618
+ }
1619
+ get l() {
1620
+ return this.k;
1621
+ }
1622
+ set l(a) {
1623
+ let b = this.k;
1624
+ this.k = a;
1625
+ if (b != this.k) {
1626
+ this.ct("FirstDayOfWeek", enumGetBox(DayOfWeek_$type, b), enumGetBox(DayOfWeek_$type, this.k));
1627
+ }
1628
+ }
1629
+ get o() {
1630
+ return this.n;
1631
+ }
1632
+ set o(a) {
1633
+ let b = this.n;
1634
+ this.n = a;
1635
+ if (b != this.n) {
1636
+ this.ct("FirstWeekOfYear", enumGetBox(FirstWeek_$type, b), enumGetBox(FirstWeek_$type, this.n));
1637
+ }
1638
+ }
1639
+ get af() {
1640
+ return this.z;
1641
+ }
1642
+ set af(a) {
1643
+ let b = this.z;
1644
+ this.z = a;
1645
+ if (b != this.z) {
1646
+ this.ct("ShowWeekNumbers", b, this.z);
1647
+ }
1648
+ }
1649
+ ct(a, b, c) {
1773
1650
  if (this.propertyChanged != null) {
1774
1651
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
1775
1652
  }
1776
1653
  this.cv(a, b, c);
1777
- };
1778
- XCalendar.prototype.cv = function (a, b, c) {
1654
+ }
1655
+ cv(a, b, c) {
1779
1656
  switch (a) {
1780
1657
  case "Density":
1781
1658
  this.c0();
@@ -1796,8 +1673,8 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
1796
1673
  this.cx();
1797
1674
  break;
1798
1675
  case "Today":
1799
- var d = Base.compareSimple(this.av, this.au);
1800
- var e = Base.compareSimple(this.av, this.at);
1676
+ let d = Base.compareSimple(this.av, this.au);
1677
+ let e = Base.compareSimple(this.av, this.at);
1801
1678
  if (d < 0) {
1802
1679
  this.ar = this.au;
1803
1680
  }
@@ -1811,12 +1688,12 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
1811
1688
  break;
1812
1689
  case "MaxDate":
1813
1690
  case "MinDate":
1814
- var f = Base.compareSimple(this.au, this.at);
1691
+ let f = Base.compareSimple(this.au, this.at);
1815
1692
  if (f >= 0) {
1816
1693
  this.at = dateMaxValue();
1817
1694
  }
1818
- var g = Base.compareSimple(this.aq, this.au);
1819
- var h = Base.compareSimple(this.aq, this.at);
1695
+ let g = Base.compareSimple(this.aq, this.au);
1696
+ let h = Base.compareSimple(this.aq, this.at);
1820
1697
  if (g < 0) {
1821
1698
  this.aq = this.au;
1822
1699
  }
@@ -1852,9 +1729,9 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
1852
1729
  this.cx();
1853
1730
  break;
1854
1731
  }
1855
- };
1856
- XCalendar.prototype.c3 = function () {
1857
- for (var a = 0; a < this.aj.count; a++) {
1732
+ }
1733
+ c3() {
1734
+ for (let a = 0; a < this.aj.count; a++) {
1858
1735
  if (this.dq != null) {
1859
1736
  this.aj._inner[a].qi = this.dq;
1860
1737
  }
@@ -1871,7 +1748,7 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
1871
1748
  this.aj._inner[a].qf = this.dl;
1872
1749
  }
1873
1750
  }
1874
- for (var b = 0; b < this.ah.count; b++) {
1751
+ for (let b = 0; b < this.ah.count; b++) {
1875
1752
  if (this.dq != null) {
1876
1753
  this.ah._inner[b].qi = this.dq;
1877
1754
  }
@@ -1888,7 +1765,7 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
1888
1765
  this.ah._inner[b].qf = this.dl;
1889
1766
  }
1890
1767
  }
1891
- for (var c = 0; c < this.ak.count; c++) {
1768
+ for (let c = 0; c < this.ak.count; c++) {
1892
1769
  if (this.dq != null) {
1893
1770
  this.ak._inner[c].qi = this.dq;
1894
1771
  }
@@ -1905,7 +1782,7 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
1905
1782
  this.ak._inner[c].qf = this.dl;
1906
1783
  }
1907
1784
  }
1908
- for (var d = 0; d < this.al.count; d++) {
1785
+ for (let d = 0; d < this.al.count; d++) {
1909
1786
  if (this.dq != null) {
1910
1787
  this.al._inner[d].qi = this.dq;
1911
1788
  }
@@ -1922,61 +1799,61 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
1922
1799
  this.al._inner[d].qf = this.dl;
1923
1800
  }
1924
1801
  }
1925
- };
1926
- XCalendar.prototype.c4 = function () {
1927
- for (var a = 0; a < this.aj.count; a++) {
1802
+ }
1803
+ c4() {
1804
+ for (let a = 0; a < this.aj.count; a++) {
1928
1805
  if (this.u != null) {
1929
1806
  this.aj._inner[a].ab = this.u;
1930
1807
  }
1931
1808
  }
1932
- for (var b = 0; b < this.ah.count; b++) {
1809
+ for (let b = 0; b < this.ah.count; b++) {
1933
1810
  if (this.u != null) {
1934
1811
  this.ah._inner[b].ab = this.u;
1935
1812
  }
1936
1813
  }
1937
- for (var c = 0; c < this.ak.count; c++) {
1814
+ for (let c = 0; c < this.ak.count; c++) {
1938
1815
  if (this.u != null) {
1939
1816
  this.ak._inner[c].ab = this.u;
1940
1817
  }
1941
1818
  }
1942
- for (var d = 0; d < this.al.count; d++) {
1819
+ for (let d = 0; d < this.al.count; d++) {
1943
1820
  if (this.u != null) {
1944
1821
  this.al._inner[d].ab = this.u;
1945
1822
  }
1946
1823
  }
1947
- };
1948
- XCalendar.prototype.cq = function () {
1824
+ }
1825
+ cq() {
1949
1826
  this.cx();
1950
1827
  this.h.av();
1951
1828
  this.h.ai();
1952
- };
1953
- XCalendar.prototype.c1 = function () {
1954
- };
1955
- XCalendar.prototype.c0 = function () {
1956
- };
1957
- XCalendar.prototype.ch = function () {
1829
+ }
1830
+ c1() {
1831
+ }
1832
+ c0() {
1833
+ }
1834
+ ch() {
1958
1835
  this.value = dateMinValue();
1959
1836
  this.h.au();
1960
- };
1961
- XCalendar.prototype.cx = function () {
1837
+ }
1838
+ cx() {
1962
1839
  this.c5();
1963
1840
  this.h.a4();
1964
1841
  this.cg();
1965
1842
  this.h.az();
1966
1843
  this.h.a7();
1967
1844
  this.h.au();
1968
- };
1969
- XCalendar.prototype.c5 = function () {
1970
- var a = !stringIsNullOrWhiteSpace(this.x.b1("Today")) ? this.x.b1("Today") : "Today";
1845
+ }
1846
+ c5() {
1847
+ let a = !stringIsNullOrWhiteSpace(this.x.b1("Today")) ? this.x.b1("Today") : "Today";
1971
1848
  this.h.a0(a);
1972
1849
  this.h.bd();
1973
1850
  this.h.bc();
1974
- };
1975
- XCalendar.prototype.cf = function () {
1851
+ }
1852
+ cf() {
1976
1853
  this.cg();
1977
- };
1978
- XCalendar.prototype.ci = function (a, b, c) {
1979
- var d = new XButton();
1854
+ }
1855
+ ci(a, b, c) {
1856
+ let d = new XButton();
1980
1857
  this.h.at(a, d);
1981
1858
  d.o = this.r;
1982
1859
  d.s = this.t;
@@ -1986,7 +1863,7 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
1986
1863
  if (this.u != null) {
1987
1864
  d.ab = this.u;
1988
1865
  }
1989
- var e = new CornerRadius(0, 2);
1866
+ let e = new CornerRadius(0, 2);
1990
1867
  d.k6 = e;
1991
1868
  d.ld = e;
1992
1869
  d.dq = 0;
@@ -2000,9 +1877,9 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2000
1877
  d.by = 30;
2001
1878
  this.ah.add(d);
2002
1879
  d.h7 = "btnDays" + c.toString();
2003
- };
2004
- XCalendar.prototype.cm = function (a, b) {
2005
- var c = new XButton();
1880
+ }
1881
+ cm(a, b) {
1882
+ let c = new XButton();
2006
1883
  this.h.at(a, c);
2007
1884
  c.o = this.r;
2008
1885
  c.s = this.t;
@@ -2012,12 +1889,12 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2012
1889
  if (this.u != null) {
2013
1890
  c.ab = this.u;
2014
1891
  }
2015
- var d = new CornerRadius(0, 2);
1892
+ let d = new CornerRadius(0, 2);
2016
1893
  c.k6 = d;
2017
1894
  c.ld = d;
2018
1895
  c.dq = 0;
2019
1896
  c.appendButtonContent(b);
2020
- var e = !stringIsNullOrWhiteSpace(this.x.b1("Today")) ? this.x.b1("Today") : "Today";
1897
+ let e = !stringIsNullOrWhiteSpace(this.x.b1("Today")) ? this.x.b1("Today") : "Today";
2021
1898
  this.h.a0(e);
2022
1899
  c.qi = this.dq;
2023
1900
  c.qe = this.dk;
@@ -2025,16 +1902,16 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2025
1902
  c.qd = this.dj;
2026
1903
  c.qf = this.dl;
2027
1904
  this.g = c;
2028
- var f = this.g;
1905
+ let f = this.g;
2029
1906
  f.clicked = delegateCombine(f.clicked, runOn(this, this.c2));
2030
- };
2031
- XCalendar.prototype.c2 = function (a, b) {
1907
+ }
1908
+ c2(a, b) {
2032
1909
  this.aq = this.av;
2033
1910
  this.cg();
2034
1911
  this.h.as(true);
2035
- };
2036
- XCalendar.prototype.cl = function (a, b) {
2037
- var c = new XButton();
1912
+ }
1913
+ cl(a, b) {
1914
+ let c = new XButton();
2038
1915
  this.h.at(a, c);
2039
1916
  c.o = this.r;
2040
1917
  c.s = this.t;
@@ -2044,7 +1921,7 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2044
1921
  if (this.u != null) {
2045
1922
  c.ab = this.u;
2046
1923
  }
2047
- var d = new CornerRadius(0, 2);
1924
+ let d = new CornerRadius(0, 2);
2048
1925
  c.k6 = d;
2049
1926
  c.ld = d;
2050
1927
  c.dq = 0;
@@ -2056,9 +1933,9 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2056
1933
  c.qf = this.dl;
2057
1934
  c.bz = 40;
2058
1935
  this.ak.add(c);
2059
- };
2060
- XCalendar.prototype.e = function (a, b) {
2061
- var c = new Array(2);
1936
+ }
1937
+ e(a, b) {
1938
+ let c = new Array(2);
2062
1939
  c[0] = "";
2063
1940
  c[1] = "";
2064
1941
  switch (a) {
@@ -2113,9 +1990,9 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2113
1990
  }
2114
1991
  this.ak._inner[b].h7 = "btnMonth" + c[1];
2115
1992
  return c;
2116
- };
2117
- XCalendar.prototype.cn = function (a, b, c) {
2118
- var d = new XButton();
1993
+ }
1994
+ cn(a, b, c) {
1995
+ let d = new XButton();
2119
1996
  this.h.at(a, d);
2120
1997
  d.o = this.r;
2121
1998
  d.s = this.t;
@@ -2125,7 +2002,7 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2125
2002
  if (this.u != null) {
2126
2003
  d.ab = this.u;
2127
2004
  }
2128
- var e = new CornerRadius(0, 2);
2005
+ let e = new CornerRadius(0, 2);
2129
2006
  d.k6 = e;
2130
2007
  d.ld = e;
2131
2008
  d.dq = 0;
@@ -2137,21 +2014,21 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2137
2014
  d.qf = this.dl;
2138
2015
  d.h7 = "btnYear" + c.toString();
2139
2016
  this.al.add(d);
2140
- };
2141
- XCalendar.prototype.cg = function () {
2017
+ }
2018
+ cg() {
2142
2019
  if (+(this.aq) == +(dateMinValue())) {
2143
2020
  this.aq = dateNow();
2144
2021
  }
2145
2022
  this.ai.clear();
2146
- var a = dateAddDays(this.aq, -(this.aq.getDate() - 1));
2147
- var b = this.l;
2148
- var c = a.getDay();
2023
+ let a = dateAddDays(this.aq, -(this.aq.getDate() - 1));
2024
+ let b = this.l;
2025
+ let c = a.getDay();
2149
2026
  while (c != b) {
2150
2027
  a = dateAddDays(a, -1);
2151
2028
  c = a.getDay();
2152
2029
  }
2153
2030
  while (this.ai.count < 42) {
2154
- var d = new DayInfo();
2031
+ let d = new DayInfo();
2155
2032
  d.b = a.getDate();
2156
2033
  d.c = dateGetMonth(a);
2157
2034
  d.d = a.getFullYear();
@@ -2159,18 +2036,18 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2159
2036
  this.ai.add(d);
2160
2037
  a = dateAddDays(a, 1);
2161
2038
  }
2162
- };
2163
- XCalendar.prototype.ag = function () {
2164
- var a = new List$1(Number_$type, 0);
2039
+ }
2040
+ ag() {
2041
+ let a = new List$1(Number_$type, 0);
2165
2042
  if (this.af == false) {
2166
- for (var b = 0; b < 6; b++) {
2043
+ for (let b = 0; b < 6; b++) {
2167
2044
  a.add(b);
2168
2045
  }
2169
2046
  return a;
2170
2047
  }
2171
- var c = dateFromValues(this.aq.getFullYear(), dateGetMonth(this.aq), 1, 0, 0, 0, 0);
2172
- for (var d = 0; d < 6; d++) {
2173
- var e = 0;
2048
+ let c = dateFromValues(this.aq.getFullYear(), dateGetMonth(this.aq), 1, 0, 0, 0, 0);
2049
+ for (let d = 0; d < 6; d++) {
2050
+ let e = 0;
2174
2051
  if (this.o == 2) {
2175
2052
  e = this.ba(c, this.o, this.l);
2176
2053
  }
@@ -2179,8 +2056,8 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2179
2056
  }
2180
2057
  if (this.o == 0 || this.o == 2) {
2181
2058
  if (e == 2 && a._inner[d - 1] == 53) {
2182
- var f = c;
2183
- for (var g = 0; g < 6; g++) {
2059
+ let f = c;
2060
+ for (let g = 0; g < 6; g++) {
2184
2061
  if (f.getDay() == this.l) {
2185
2062
  if (f.getDate() > 1) {
2186
2063
  a._inner[d - 1] = 1;
@@ -2202,14 +2079,14 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2202
2079
  c = dateAddDays(c, 7);
2203
2080
  }
2204
2081
  return a;
2205
- };
2206
- XCalendar.prototype.a9 = function (a) {
2207
- var b = dateAddMonths(dateAddDays(a, -a.getDate() + 1), -dateGetMonth(a) + 1);
2208
- var c = dateAddDays(dateAddYears(b, 1), -1);
2209
- var d = [6, 7, 8, 9, 10, 4, 5];
2210
- var e = truncate(timeSpanTotalDays((+a - +b)));
2211
- var f = e + d[b.getDay()];
2212
- var g = intDivide(f, 7);
2082
+ }
2083
+ a9(a) {
2084
+ let b = dateAddMonths(dateAddDays(a, -a.getDate() + 1), -dateGetMonth(a) + 1);
2085
+ let c = dateAddDays(dateAddYears(b, 1), -1);
2086
+ let d = [6, 7, 8, 9, 10, 4, 5];
2087
+ let e = truncate(timeSpanTotalDays((+a - +b)));
2088
+ let f = e + d[b.getDay()];
2089
+ let g = intDivide(f, 7);
2213
2090
  switch (g) {
2214
2091
  case 0: return this.a9(dateAddDays(b, -1));
2215
2092
  case 53: if (c.getDay() < 4) {
@@ -2220,8 +2097,10 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2220
2097
  }
2221
2098
  default: return g;
2222
2099
  }
2223
- };
2224
- XCalendar.prototype.ba = function (a, b, c) {
2100
+ }
2101
+ static { this.b = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365]; }
2102
+ static { this.c = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366]; }
2103
+ ba(a, b, c) {
2225
2104
  if (c < 0 || c > 6) {
2226
2105
  return -1;
2227
2106
  }
@@ -2231,20 +2110,20 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2231
2110
  case 2: return (this.bb(a, c, 4));
2232
2111
  }
2233
2112
  return -1;
2234
- };
2235
- XCalendar.prototype.a8 = function (a, b) {
2236
- var c = this.a7(a) - 1;
2237
- var d = a.getDay();
2238
- var e = d - (c % 7);
2239
- var f = (e - b + 14) % 7;
2113
+ }
2114
+ a8(a, b) {
2115
+ let c = this.a7(a) - 1;
2116
+ let d = a.getDay();
2117
+ let e = d - (c % 7);
2118
+ let f = (e - b + 14) % 7;
2240
2119
  return (intDivide((c + f), 7) + 1);
2241
- };
2242
- XCalendar.prototype.bb = function (a, b, c) {
2243
- var d;
2244
- var e;
2245
- var f;
2246
- var g = this.a7(a) - 1;
2247
- var h = a.getDay();
2120
+ }
2121
+ bb(a, b, c) {
2122
+ let d;
2123
+ let e;
2124
+ let f;
2125
+ let g = this.a7(a) - 1;
2126
+ let h = a.getDay();
2248
2127
  d = h - (g % 7);
2249
2128
  e = (b - d + 14) % 7;
2250
2129
  if (e != 0 && e >= c) {
@@ -2258,42 +2137,42 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2258
2137
  return this.bc(b, c);
2259
2138
  }
2260
2139
  return (this.bb(dateAddDays(a, -(g + 1)), b, c));
2261
- };
2262
- XCalendar.prototype.bc = function (a, b) {
2263
- var c = this.a7(this.au) - 1;
2264
- var d = this.m(this.au) - c % 7;
2265
- var e = (a + 7 - d) % 7;
2140
+ }
2141
+ bc(a, b) {
2142
+ let c = this.a7(this.au) - 1;
2143
+ let d = this.m(this.au) - c % 7;
2144
+ let e = (a + 7 - d) % 7;
2266
2145
  if (e == 0 || e >= b) {
2267
2146
  return 1;
2268
2147
  }
2269
- var f = 365 - 1;
2270
- var g = d - 1 - (f % 7);
2271
- var h = (a - g + 14) % 7;
2272
- var i = f - h;
2148
+ let f = 365 - 1;
2149
+ let g = d - 1 - (f % 7);
2150
+ let h = (a - g + 14) % 7;
2151
+ let i = f - h;
2273
2152
  if (h >= b) {
2274
2153
  i += 7;
2275
2154
  }
2276
2155
  return (intDivide(i, 7) + 1);
2277
- };
2278
- XCalendar.prototype.a7 = function (a) {
2156
+ }
2157
+ a7(a) {
2279
2158
  return this.a6(a, 1);
2280
- };
2281
- XCalendar.prototype.m = function (a) {
2159
+ }
2160
+ m(a) {
2282
2161
  return ((intDivide(a.getTime(), 0xC92A69C000) + 1) % 7);
2283
- };
2284
- XCalendar.prototype.a6 = function (a, b) {
2285
- var c = this.bd(a.getFullYear(), dateGetMonth(a), a.getDate());
2286
- var d = (intDivide(c, 0xC92A69C000));
2287
- var e = intDivide(d, 146097);
2162
+ }
2163
+ a6(a, b) {
2164
+ let c = this.bd(a.getFullYear(), dateGetMonth(a), a.getDate());
2165
+ let d = (intDivide(c, 0xC92A69C000));
2166
+ let e = intDivide(d, 146097);
2288
2167
  d -= e * 146097;
2289
- var f = intDivide(d, 36524);
2168
+ let f = intDivide(d, 36524);
2290
2169
  if (f == 4) {
2291
2170
  f = 3;
2292
2171
  }
2293
2172
  d -= f * 36524;
2294
- var g = intDivide(d, 1461);
2173
+ let g = intDivide(d, 1461);
2295
2174
  d -= g * 1461;
2296
- var h = intDivide(d, 365);
2175
+ let h = intDivide(d, 365);
2297
2176
  if (h == 4) {
2298
2177
  h = 3;
2299
2178
  }
@@ -2304,9 +2183,9 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2304
2183
  if (b == 1) {
2305
2184
  return d + 1;
2306
2185
  }
2307
- var i = h == 3 && (g != 24 || f == 3);
2308
- var j = i ? XCalendar.c : XCalendar.b;
2309
- var k = d >> 5 + 1;
2186
+ let i = h == 3 && (g != 24 || f == 3);
2187
+ let j = i ? XCalendar.c : XCalendar.b;
2188
+ let k = d >> 5 + 1;
2310
2189
  while (d >= j[k]) {
2311
2190
  k++;
2312
2191
  }
@@ -2314,34 +2193,34 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2314
2193
  return k;
2315
2194
  }
2316
2195
  return d - j[k - 1] + 1;
2317
- };
2318
- XCalendar.prototype.bd = function (a, b, c) {
2196
+ }
2197
+ bd(a, b, c) {
2319
2198
  if (a >= 1 && a <= 9999 && b >= 1 && b <= 12) {
2320
- var d = XCalendar.ac(a) ? XCalendar.c : XCalendar.b;
2199
+ let d = XCalendar.ac(a) ? XCalendar.c : XCalendar.b;
2321
2200
  if (c >= 1 && c <= d[b] - d[b - 1]) {
2322
- var e = a - 1;
2323
- var f = e * 365 + intDivide(e, 4) - intDivide(e, 100) + intDivide(e, 400) + d[b - 1] + c - 1;
2201
+ let e = a - 1;
2202
+ let f = e * 365 + intDivide(e, 4) - intDivide(e, 100) + intDivide(e, 400) + d[b - 1] + c - 1;
2324
2203
  return f * 0xC92A69C000;
2325
2204
  }
2326
2205
  }
2327
2206
  return -1;
2328
- };
2329
- XCalendar.ac = function (a) {
2207
+ }
2208
+ static ac(a) {
2330
2209
  return a % 4 == 0 && (a % 100 != 0 || a % 400 == 0);
2331
- };
2332
- XCalendar.prototype.ck = function (a, b, c, d) {
2333
- var e = new XButton();
2210
+ }
2211
+ ck(a, b, c, d) {
2212
+ let e = new XButton();
2334
2213
  this.h.at(a, e);
2335
2214
  e.o = this.r;
2336
2215
  e.s = this.t;
2337
2216
  e.ab = this.u;
2338
2217
  e.d8 = -1;
2339
2218
  e.e = 1;
2340
- var f = new CornerRadius(0, 2);
2219
+ let f = new CornerRadius(0, 2);
2341
2220
  e.k6 = f;
2342
2221
  e.ld = f;
2343
2222
  e.dq = 0;
2344
- var g = new XIcon();
2223
+ let g = new XIcon();
2345
2224
  this.h.ax(b, g);
2346
2225
  if (d == "prev") {
2347
2226
  g.svgPath = XCalendar.bk;
@@ -2360,9 +2239,9 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2360
2239
  e.bz = 28;
2361
2240
  e.by = 28;
2362
2241
  this.aj.add(e);
2363
- };
2364
- XCalendar.prototype.cj = function (a, b, c) {
2365
- var d = new XButton();
2242
+ }
2243
+ cj(a, b, c) {
2244
+ let d = new XButton();
2366
2245
  this.h.at(a, d);
2367
2246
  d.o = this.r;
2368
2247
  d.s = this.t;
@@ -2372,7 +2251,7 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2372
2251
  if (this.u != null) {
2373
2252
  d.ab = this.u;
2374
2253
  }
2375
- var e = new CornerRadius(0, 2);
2254
+ let e = new CornerRadius(0, 2);
2376
2255
  d.k6 = e;
2377
2256
  d.ld = e;
2378
2257
  d.dq = 0;
@@ -2390,15 +2269,15 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2390
2269
  d.h7 = "btnYear";
2391
2270
  }
2392
2271
  this.aj.add(d);
2393
- };
2394
- XCalendar.prototype.a = function () {
2395
- var a = new Array(4);
2272
+ }
2273
+ a() {
2274
+ let a = new Array(4);
2396
2275
  a[0] = false;
2397
2276
  a[1] = false;
2398
2277
  a[2] = false;
2399
2278
  a[3] = false;
2400
- var b = this.aq.getFullYear();
2401
- var c = dateGetMonth(this.aq);
2279
+ let b = this.aq.getFullYear();
2280
+ let c = dateGetMonth(this.aq);
2402
2281
  if (b == this.au.getFullYear() && b == this.at.getFullYear()) {
2403
2282
  this.aj._inner[2].disabled = true;
2404
2283
  if (c == dateGetMonth(this.au) && c == dateGetMonth(this.at)) {
@@ -2456,14 +2335,14 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2456
2335
  this.aj._inner[3].disabled = true;
2457
2336
  }
2458
2337
  }
2459
- for (var d = 0; d < this.aj.count; d++) {
2338
+ for (let d = 0; d < this.aj.count; d++) {
2460
2339
  a[d] = this.aj._inner[d].disabled;
2461
2340
  }
2462
2341
  return a;
2463
- };
2464
- XCalendar.prototype.bx = function () {
2465
- var a = dateGetMonth(this.aq);
2466
- var b = "";
2342
+ }
2343
+ bx() {
2344
+ let a = dateGetMonth(this.aq);
2345
+ let b = "";
2467
2346
  switch (a) {
2468
2347
  case 1:
2469
2348
  b = !stringIsNullOrWhiteSpace(this.x.b1("January_Short")) ? this.x.b1("January_Short") : "Jan";
@@ -2503,13 +2382,13 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2503
2382
  break;
2504
2383
  }
2505
2384
  return b;
2506
- };
2507
- XCalendar.prototype.by = function () {
2508
- var a = this.aq.getFullYear().toString();
2385
+ }
2386
+ by() {
2387
+ let a = this.aq.getFullYear().toString();
2509
2388
  return a;
2510
- };
2511
- XCalendar.prototype.d = function (a) {
2512
- var b = new Array(2);
2389
+ }
2390
+ d(a) {
2391
+ let b = new Array(2);
2513
2392
  b[0] = "";
2514
2393
  b[1] = "";
2515
2394
  if (a == 0) {
@@ -2541,13 +2420,13 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2541
2420
  b[1] = !stringIsNullOrWhiteSpace(this.x.b1("Saturday_Single")) ? this.x.b1("Saturday_Single") : "S";
2542
2421
  }
2543
2422
  return b;
2544
- };
2545
- XCalendar.prototype.j = function (a) {
2423
+ }
2424
+ j(a) {
2546
2425
  return this.ai._inner[a];
2547
- };
2548
- XCalendar.prototype.ad = function (a) {
2549
- var b = this.ai._inner[a];
2550
- var c = this.ah._inner[a];
2426
+ }
2427
+ ad(a) {
2428
+ let b = this.ai._inner[a];
2429
+ let c = this.ah._inner[a];
2551
2430
  if (+(this.value) != +(dateMinValue()) && b.b == this.value.getDate() && b.c == dateGetMonth(this.value) && b.d == this.value.getFullYear()) {
2552
2431
  c.qi = this.dn;
2553
2432
  c.qe = this.dn;
@@ -2659,8 +2538,8 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2659
2538
  c.disabled = true;
2660
2539
  }
2661
2540
  return c.disabled;
2662
- };
2663
- XCalendar.prototype.aa = function (a, b) {
2541
+ }
2542
+ aa(a, b) {
2664
2543
  if (this.aq.getFullYear() >= this.au.getFullYear() && this.aq.getFullYear() <= this.at.getFullYear()) {
2665
2544
  if (this.aq.getFullYear() == this.au.getFullYear() && this.aq.getFullYear() == this.at.getFullYear()) {
2666
2545
  if (b < dateGetMonth(this.au) || b > dateGetMonth(this.at)) {
@@ -2694,8 +2573,8 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2694
2573
  this.ak._inner[a].disabled = true;
2695
2574
  }
2696
2575
  return this.ak._inner[a].disabled;
2697
- };
2698
- XCalendar.prototype.ab = function (a, b) {
2576
+ }
2577
+ ab(a, b) {
2699
2578
  if (b < this.au.getFullYear() || b > this.at.getFullYear()) {
2700
2579
  this.al._inner[a].disabled = true;
2701
2580
  }
@@ -2703,18 +2582,18 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2703
2582
  this.al._inner[a].disabled = false;
2704
2583
  }
2705
2584
  return this.al._inner[a].disabled;
2706
- };
2707
- XCalendar.prototype.cc = function (a) {
2585
+ }
2586
+ cc(a) {
2708
2587
  this.aq = dateAddMonths(this.aq, a);
2709
2588
  this.cg();
2710
- };
2711
- XCalendar.prototype.cd = function (a) {
2589
+ }
2590
+ cd(a) {
2712
2591
  this.aq = dateFromValues(this.aq.getFullYear(), a, this.aq.getDate(), 0, 0, 0, 0);
2713
2592
  this.cg();
2714
- };
2715
- XCalendar.prototype.ce = function (a) {
2716
- var b = dateGetMonth(this.aq);
2717
- var c = this.aq.getDate();
2593
+ }
2594
+ ce(a) {
2595
+ let b = dateGetMonth(this.aq);
2596
+ let c = this.aq.getDate();
2718
2597
  if (a == this.au.getFullYear() && a == this.at.getFullYear()) {
2719
2598
  if (b < dateGetMonth(this.au)) {
2720
2599
  b = dateGetMonth(this.au);
@@ -2775,8 +2654,8 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2775
2654
  }
2776
2655
  this.aq = dateFromValues(a, b, c, 0, 0, 0, 0);
2777
2656
  this.cg();
2778
- };
2779
- XCalendar.prototype.cz = function (a, b) {
2657
+ }
2658
+ cz(a, b) {
2780
2659
  if (b < 0) {
2781
2660
  a--;
2782
2661
  }
@@ -2784,19 +2663,19 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2784
2663
  a++;
2785
2664
  }
2786
2665
  this.h.a6(a);
2787
- };
2788
- XCalendar.prototype.cy = function () {
2666
+ }
2667
+ cy() {
2789
2668
  this.h.as();
2790
- };
2791
- XCalendar.prototype.bj = function () {
2669
+ }
2670
+ bj() {
2792
2671
  return this.f();
2793
- };
2794
- XCalendar.prototype.bs = function () {
2795
- var a = this.f();
2672
+ }
2673
+ bs() {
2674
+ let a = this.f();
2796
2675
  return a.o();
2797
- };
2798
- XCalendar.prototype.f = function () {
2799
- var a = new CalendarVisualModelExport();
2676
+ }
2677
+ f() {
2678
+ let a = new CalendarVisualModelExport();
2800
2679
  a.i = this.t;
2801
2680
  a.h = this.r;
2802
2681
  a.e = AppearanceHelper.a(this.dm);
@@ -2809,41 +2688,41 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2809
2688
  a.j = new List$1(ButtonVisualModelExport.$, 0);
2810
2689
  a.k = new List$1(TextElementsVisualModelExport.$, 0);
2811
2690
  a.l = new List$1(TextElementsVisualModelExport.$, 0);
2812
- var b = this.h.y();
2691
+ let b = this.h.y();
2813
2692
  a.n = b;
2814
- var c = this.h.a();
2815
- var d = c[0];
2816
- var e = c[1];
2693
+ let c = this.h.a();
2694
+ let d = c[0];
2695
+ let e = c[1];
2817
2696
  if (b == "day") {
2818
- for (var f = 0; f < this.aj.count; f++) {
2697
+ for (let f = 0; f < this.aj.count; f++) {
2819
2698
  if (this.aj._inner[f].h7 == null) {
2820
2699
  this.aj._inner[f].h7 = "header" + f.toString();
2821
2700
  }
2822
- var g = this.aj._inner[f].ec();
2701
+ let g = this.aj._inner[f].ec();
2823
2702
  g.s = g.s - d;
2824
2703
  g.q = g.q - e;
2825
2704
  a.j.add(g);
2826
2705
  }
2827
- for (var h = 0; h < this.ah.count; h++) {
2706
+ for (let h = 0; h < this.ah.count; h++) {
2828
2707
  if (this.ah._inner[h].h7 == null) {
2829
2708
  this.ah._inner[h].h7 = "days" + h.toString();
2830
2709
  }
2831
- var i = this.ah._inner[h].ec();
2710
+ let i = this.ah._inner[h].ec();
2832
2711
  i.s = i.s - d;
2833
2712
  i.q = i.q - e;
2834
2713
  a.j.add(i);
2835
2714
  }
2836
2715
  if (this.ae == true) {
2837
2716
  this.g.h7 = "todayButton";
2838
- var j = this.g.ec();
2717
+ let j = this.g.ec();
2839
2718
  j.s = j.s - d;
2840
2719
  j.q = j.q - e;
2841
2720
  a.j.add(j);
2842
2721
  }
2843
- var k = this.h.k();
2844
- for (var l = 0; l < k.count; l++) {
2845
- var m = new TextElementsVisualModelExport();
2846
- var n = this.h.b(k._inner[l]);
2722
+ let k = this.h.k();
2723
+ for (let l = 0; l < k.count; l++) {
2724
+ let m = new TextElementsVisualModelExport();
2725
+ let n = this.h.b(k._inner[l]);
2847
2726
  m.e = n[0] - d;
2848
2727
  m.d = n[1] - e;
2849
2728
  m.c = NativeUI.d(k._inner[l].parent());
@@ -2853,10 +2732,10 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2853
2732
  a.k.add(m);
2854
2733
  }
2855
2734
  if (this.af == true) {
2856
- var o = this.h.l();
2857
- for (var p = 0; p < o.count; p++) {
2858
- var q = new TextElementsVisualModelExport();
2859
- var r = this.h.b(o._inner[p]);
2735
+ let o = this.h.l();
2736
+ for (let p = 0; p < o.count; p++) {
2737
+ let q = new TextElementsVisualModelExport();
2738
+ let r = this.h.b(o._inner[p]);
2860
2739
  q.e = r[0] - d;
2861
2740
  q.d = r[1] - e;
2862
2741
  q.c = NativeUI.d(o._inner[p].parent());
@@ -2869,32 +2748,32 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2869
2748
  }
2870
2749
  }
2871
2750
  else if (b == "month") {
2872
- for (var s = 0; s < this.ak.count; s++) {
2751
+ for (let s = 0; s < this.ak.count; s++) {
2873
2752
  if (this.ak._inner[s].h7 == null) {
2874
2753
  this.ak._inner[s].h7 = "months" + s.toString();
2875
2754
  }
2876
- var t = this.ak._inner[s].ec();
2755
+ let t = this.ak._inner[s].ec();
2877
2756
  t.s = t.s - d;
2878
2757
  t.q = t.q - e;
2879
2758
  a.j.add(t);
2880
2759
  }
2881
2760
  }
2882
2761
  else if (b == "year") {
2883
- for (var u = 0; u < this.al.count; u++) {
2762
+ for (let u = 0; u < this.al.count; u++) {
2884
2763
  if (this.al._inner[u].h7 == null) {
2885
2764
  this.al._inner[u].h7 = "years" + u.toString();
2886
2765
  }
2887
- var v = this.al._inner[u].ec();
2766
+ let v = this.al._inner[u].ec();
2888
2767
  v.s = v.s - d;
2889
2768
  v.q = v.q - e;
2890
2769
  a.j.add(v);
2891
2770
  }
2892
2771
  }
2893
2772
  if (this.v != null) {
2894
- var w = this.v;
2773
+ let w = this.v;
2895
2774
  if (this.h != null && w.q == null) {
2896
- var x = this.h.m;
2897
- var y = FontUtil.getFontInfoFromString(x, w.fontString);
2775
+ let x = this.h.m;
2776
+ let y = FontUtil.getFontInfoFromString(x, w.fontString);
2898
2777
  w.q = y.q;
2899
2778
  w.f = y.f;
2900
2779
  w.r = y.r;
@@ -2919,11 +2798,6 @@ export var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2919
2798
  }
2920
2799
  }
2921
2800
  return a;
2922
- };
2923
- XCalendar.$t = markType(XCalendar, 'XCalendar', Base.$, [INotifyPropertyChanged_$type]);
2924
- XCalendar.bk = "M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z";
2925
- XCalendar.bl = "M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z";
2926
- XCalendar.b = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365];
2927
- XCalendar.c = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366];
2928
- return XCalendar;
2929
- }(Base));
2801
+ }
2802
+ }
2803
+ export { XCalendar };