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
@@ -1,834 +0,0 @@
1
- import { __extends } from "tslib";
2
- import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
3
- import { FontInfo } from "igniteui-webcomponents-core";
4
- import { WebComponentRenderer } from "igniteui-webcomponents-core";
5
- import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
6
- import { TypeRegistrar } from "igniteui-webcomponents-core";
7
- import { RegisterElementHelper } from "igniteui-webcomponents-core";
8
- import { XDatePicker } from './XDatePicker';
9
- import { IgcSelectedValueChangedEventArgs } from "./igc-selected-value-changed-event-args";
10
- import { IgcGotFocusEventArgs } from "./igc-got-focus-event-args";
11
- import { IgcLostFocusEventArgs } from "./igc-lost-focus-event-args";
12
- import { IgcInputChangeEventArgs } from "./igc-input-change-event-args";
13
- import { IgcKeyEventArgs } from "igniteui-webcomponents-core";
14
- import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
15
- import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
16
- import { DateFormats_$type } from "./DateFormats";
17
- import { DayOfWeek_$type } from "./DayOfWeek";
18
- import { FirstWeek_$type } from "./FirstWeek";
19
- import { IgcHTMLElement } from "igniteui-webcomponents-core";
20
- export var IgcXDatePickerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
21
- __extends(IgcXDatePickerComponent, _super);
22
- function IgcXDatePickerComponent() {
23
- var _this = _super.call(this) || this;
24
- _this._disconnected = false;
25
- _this._settingAttributes = false;
26
- _this._attached = false;
27
- _this._queuedSetAttributes = [];
28
- _this._updatingFromAttribute = false;
29
- _this.__p = null;
30
- _this._hasUserValues = new Set();
31
- _this._stylingContainer = null;
32
- _this._stylingParent = null;
33
- _this._inStyling = false;
34
- _this._selectedValueChanged = null;
35
- _this._selectedValueChanged_wrapped = null;
36
- _this._gotFocus = null;
37
- _this._gotFocus_wrapped = null;
38
- _this._lostFocus = null;
39
- _this._lostFocus_wrapped = null;
40
- _this._keyDown = null;
41
- _this._keyDown_wrapped = null;
42
- _this._changing = null;
43
- _this._changing_wrapped = null;
44
- _this._valueChange = null;
45
- _this._valueChange_wrapped = null;
46
- if (_this._styling) {
47
- NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
48
- }
49
- _this._renderer = new WebComponentRenderer(_this, document, true, null);
50
- _this._implementation = _this.createImplementation();
51
- _this._implementation.externalObject = _this;
52
- _this._container = _this._renderer.createElement("div");
53
- _this._renderer.updateRoot(_this._container);
54
- //this._renderer.rootWrapper.append(this._container);
55
- //this._container.setStyleProperty("width", "100%");
56
- //this._container.setStyleProperty("height", "100%");
57
- var datePicker = _this.i;
58
- _this._datePicker = datePicker;
59
- _this._renderer.addSizeWatcher(function () {
60
- _this._datePicker.notifySizeChanged();
61
- });
62
- return _this;
63
- }
64
- Object.defineProperty(IgcXDatePickerComponent.prototype, "height", {
65
- get: function () {
66
- return this._height;
67
- },
68
- set: function (value) {
69
- this._height = value;
70
- this.style.height = value;
71
- this.i.notifySizeChanged();
72
- },
73
- enumerable: false,
74
- configurable: true
75
- });
76
- Object.defineProperty(IgcXDatePickerComponent.prototype, "width", {
77
- get: function () {
78
- return this._width;
79
- },
80
- set: function (value) {
81
- this._width = value;
82
- this.style.width = value;
83
- this.i.notifySizeChanged();
84
- },
85
- enumerable: false,
86
- configurable: true
87
- });
88
- // supports angular themes or custom properties set in CSS
89
- IgcXDatePickerComponent.prototype.updateStyle = function () {
90
- this._styling(this, this);
91
- };
92
- IgcXDatePickerComponent.prototype.destroy = function () {
93
- this._datePicker.destroy();
94
- };
95
- IgcXDatePickerComponent.prototype.createImplementation = function () {
96
- return new XDatePicker();
97
- };
98
- IgcXDatePickerComponent.prototype.disconnectedCallback = function () {
99
- this._disconnected = true;
100
- this._datePicker.provideContainer(null);
101
- };
102
- IgcXDatePickerComponent.prototype.connectedCallback = function () {
103
- if (this._disconnected) {
104
- this._disconnected = false;
105
- return;
106
- }
107
- this.classList.add("ig-x-date-picker");
108
- this.classList.add("igc-x-date-picker");
109
- var rootWrapper = this._renderer.rootWrapper;
110
- var rootElement = rootWrapper.getNativeElement();
111
- this.appendChild(rootElement);
112
- this._attached = true;
113
- this.style.display = "block";
114
- this.style.height = this._height;
115
- this.style.width = this._width;
116
- var inputContainer = this._renderer.createElement("div");
117
- this._container.append(inputContainer);
118
- var popupContainer = this._renderer.createElement("div");
119
- this._container.append(popupContainer);
120
- this._datePicker.provideContainer(this._renderer);
121
- this._datePicker.notifySizeChanged();
122
- this._flushQueuedAttributes();
123
- // supports themes or custom properties set in CSS
124
- this._styling(this, this);
125
- this.afterContentInit();
126
- };
127
- IgcXDatePickerComponent.prototype.afterContentInit = function () {
128
- this.i.notifySizeChanged();
129
- };
130
- IgcXDatePickerComponent.prototype.attributeSynced = function (name, value) {
131
- // an attribute was set by the component renderer.
132
- if (name === 'name') {
133
- this.i.setName(value);
134
- }
135
- };
136
- Object.defineProperty(IgcXDatePickerComponent.prototype, "i", {
137
- /**
138
- * @hidden
139
- */
140
- get: function () {
141
- return this._implementation;
142
- } /**
143
- * @hidden
144
- */,
145
- enumerable: false,
146
- configurable: true
147
- });
148
- IgcXDatePickerComponent._createFromInternal = function (internal) {
149
- if (!internal) {
150
- return null;
151
- }
152
- if (!internal.$type) {
153
- return null;
154
- }
155
- var name = internal.$type.name;
156
- var externalName = "Igc" + name + "Component";
157
- if (!TypeRegistrar.isRegistered(externalName)) {
158
- return null;
159
- }
160
- return TypeRegistrar.create(externalName);
161
- };
162
- IgcXDatePickerComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
163
- this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
164
- };
165
- IgcXDatePickerComponent.prototype._flushQueuedAttributes = function () {
166
- this._settingAttributes = true;
167
- for (var i = 0; i < this._queuedSetAttributes.length; i++) {
168
- this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
169
- }
170
- this._settingAttributes = false;
171
- this._queuedSetAttributes.length = 0;
172
- };
173
- IgcXDatePickerComponent.prototype._a = function (attrName, attrValue) {
174
- if (this._updatingFromAttribute) {
175
- return;
176
- }
177
- if (attrValue) {
178
- attrValue = attrValue.toString();
179
- }
180
- this._settingAttributes = true;
181
- attrName = toSpinal(attrName);
182
- if (this._attached) {
183
- this.setAttribute(attrName, attrValue);
184
- }
185
- else {
186
- this._enqueueSetAttribute(attrName, attrValue);
187
- }
188
- this._settingAttributes = false;
189
- };
190
- Object.defineProperty(IgcXDatePickerComponent, "observedAttributes", {
191
- get: function () {
192
- if (IgcXDatePickerComponent._observedAttributesIgcXDatePickerComponent == null) {
193
- var names = getAllPropertyNames(IgcXDatePickerComponent);
194
- for (var i = 0; i < names.length; i++) {
195
- names[i] = toSpinal(names[i]);
196
- }
197
- IgcXDatePickerComponent._observedAttributesIgcXDatePickerComponent = names;
198
- }
199
- return IgcXDatePickerComponent._observedAttributesIgcXDatePickerComponent;
200
- },
201
- enumerable: false,
202
- configurable: true
203
- });
204
- IgcXDatePickerComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
205
- if (this._settingAttributes) {
206
- return;
207
- }
208
- var setName = fromSpinal(name);
209
- this._updatingFromAttribute = true;
210
- this[setName] = newValue;
211
- this._updatingFromAttribute = false;
212
- };
213
- IgcXDatePickerComponent.register = function () {
214
- if (!IgcXDatePickerComponent._isElementRegistered) {
215
- IgcXDatePickerComponent._isElementRegistered = true;
216
- RegisterElementHelper.registerElement(IgcXDatePickerComponent.htmlTagName, IgcXDatePickerComponent);
217
- }
218
- };
219
- Object.defineProperty(IgcXDatePickerComponent.prototype, "value", {
220
- /**
221
- * Gets or Sets the property name that contains the values.
222
- */
223
- get: function () {
224
- return this.i.value;
225
- },
226
- set: function (v) {
227
- this.i.value = v;
228
- },
229
- enumerable: false,
230
- configurable: true
231
- });
232
- Object.defineProperty(IgcXDatePickerComponent.prototype, "today", {
233
- /**
234
- * Gets or Sets the property name that contains the values.
235
- */
236
- get: function () {
237
- return this.i.bb;
238
- },
239
- set: function (v) {
240
- this.i.bb = v;
241
- },
242
- enumerable: false,
243
- configurable: true
244
- });
245
- Object.defineProperty(IgcXDatePickerComponent.prototype, "label", {
246
- /**
247
- * Gets or Sets the property name that contains the label.
248
- */
249
- get: function () {
250
- return this.i.b4;
251
- },
252
- set: function (v) {
253
- this.i.b4 = v;
254
- },
255
- enumerable: false,
256
- configurable: true
257
- });
258
- Object.defineProperty(IgcXDatePickerComponent.prototype, "labelTextColor", {
259
- /**
260
- * Gets or sets the color to use for the text.
261
- */
262
- get: function () {
263
- return brushToString(this.i.dx);
264
- },
265
- set: function (v) {
266
- this.i.dx = stringToBrush(v);
267
- this._a("labelTextColor", brushToString(this.i.dx));
268
- },
269
- enumerable: false,
270
- configurable: true
271
- });
272
- Object.defineProperty(IgcXDatePickerComponent.prototype, "labelTextStyle", {
273
- /**
274
- * Gets or sets the font to use for the combobox.
275
- */
276
- get: function () {
277
- if (this.i.ac == null) {
278
- return null;
279
- }
280
- return this.i.ac.fontString;
281
- },
282
- set: function (v) {
283
- var fi = new FontInfo();
284
- fi.fontString = v;
285
- this.i.ac = fi;
286
- this._a("labelTextStyle", this.i.ac != null ? this.i.ac.fontString : "");
287
- },
288
- enumerable: false,
289
- configurable: true
290
- });
291
- Object.defineProperty(IgcXDatePickerComponent.prototype, "placeholder", {
292
- /**
293
- * Gets or Sets the property name that contains the placeholder.
294
- */
295
- get: function () {
296
- return this.i.cc;
297
- },
298
- set: function (v) {
299
- this.i.cc = v;
300
- },
301
- enumerable: false,
302
- configurable: true
303
- });
304
- Object.defineProperty(IgcXDatePickerComponent.prototype, "minDate", {
305
- /**
306
- * Gets or Sets the property name that contains the MinDate.
307
- */
308
- get: function () {
309
- return this.i.ba;
310
- },
311
- set: function (v) {
312
- this.i.ba = v;
313
- },
314
- enumerable: false,
315
- configurable: true
316
- });
317
- Object.defineProperty(IgcXDatePickerComponent.prototype, "maxDate", {
318
- /**
319
- * Gets or Sets the property name that contains the MaxDate.
320
- */
321
- get: function () {
322
- return this.i.a9;
323
- },
324
- set: function (v) {
325
- this.i.a9 = v;
326
- },
327
- enumerable: false,
328
- configurable: true
329
- });
330
- Object.defineProperty(IgcXDatePickerComponent.prototype, "density", {
331
- /**
332
- * Gets or sets the display density to use for the date pcicker.
333
- */
334
- get: function () {
335
- return this.i.y;
336
- },
337
- set: function (v) {
338
- this.i.y = ensureEnum(ControlDisplayDensity_$type, v);
339
- this._a("density", enumToString(ControlDisplayDensity_$type, this.i.y));
340
- },
341
- enumerable: false,
342
- configurable: true
343
- });
344
- Object.defineProperty(IgcXDatePickerComponent.prototype, "baseTheme", {
345
- /**
346
- * Gets or sets the base built in theme to use for the date picker.
347
- */
348
- get: function () {
349
- return this.i.w;
350
- },
351
- set: function (v) {
352
- this.i.w = ensureEnum(BaseControlTheme_$type, v);
353
- this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.w));
354
- },
355
- enumerable: false,
356
- configurable: true
357
- });
358
- Object.defineProperty(IgcXDatePickerComponent.prototype, "textStyle", {
359
- /**
360
- * Gets or sets the font to use for the combobox.
361
- */
362
- get: function () {
363
- if (this.i.ad == null) {
364
- return null;
365
- }
366
- return this.i.ad.fontString;
367
- },
368
- set: function (v) {
369
- var fi = new FontInfo();
370
- fi.fontString = v;
371
- this.i.ad = fi;
372
- this._a("textStyle", this.i.ad != null ? this.i.ad.fontString : "");
373
- },
374
- enumerable: false,
375
- configurable: true
376
- });
377
- Object.defineProperty(IgcXDatePickerComponent.prototype, "textColor", {
378
- /**
379
- * Gets or Sets the text color
380
- */
381
- get: function () {
382
- return brushToString(this.i.dy);
383
- },
384
- set: function (v) {
385
- this.i.dy = stringToBrush(v);
386
- this._a("textColor", brushToString(this.i.dy));
387
- },
388
- enumerable: false,
389
- configurable: true
390
- });
391
- Object.defineProperty(IgcXDatePickerComponent.prototype, "iconColor", {
392
- /**
393
- * Gets or Sets the text color
394
- */
395
- get: function () {
396
- return brushToString(this.i.dw);
397
- },
398
- set: function (v) {
399
- this.i.dw = stringToBrush(v);
400
- this._a("iconColor", brushToString(this.i.dw));
401
- },
402
- enumerable: false,
403
- configurable: true
404
- });
405
- Object.defineProperty(IgcXDatePickerComponent.prototype, "showClearButton", {
406
- /**
407
- * Gets or sets the ShowClearButton property to detirmine if the clear button is shown
408
- */
409
- get: function () {
410
- return this.i.a0;
411
- },
412
- set: function (v) {
413
- this.i.a0 = ensureBool(v);
414
- this._a("showClearButton", this.i.a0);
415
- },
416
- enumerable: false,
417
- configurable: true
418
- });
419
- Object.defineProperty(IgcXDatePickerComponent.prototype, "showTodayButton", {
420
- /**
421
- * Gets or sets the ShowTodayButton property to detirmine if the today button is shown
422
- */
423
- get: function () {
424
- return this.i.a1;
425
- },
426
- set: function (v) {
427
- this.i.a1 = ensureBool(v);
428
- this._a("showTodayButton", this.i.a1);
429
- },
430
- enumerable: false,
431
- configurable: true
432
- });
433
- Object.defineProperty(IgcXDatePickerComponent.prototype, "allowTextInput", {
434
- /**
435
- * Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
436
- */
437
- get: function () {
438
- return this.i.au;
439
- },
440
- set: function (v) {
441
- this.i.au = ensureBool(v);
442
- this._a("allowTextInput", this.i.au);
443
- },
444
- enumerable: false,
445
- configurable: true
446
- });
447
- Object.defineProperty(IgcXDatePickerComponent.prototype, "openOnFocus", {
448
- /**
449
- * Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
450
- */
451
- get: function () {
452
- return this.i.ay;
453
- },
454
- set: function (v) {
455
- this.i.ay = ensureBool(v);
456
- this._a("openOnFocus", this.i.ay);
457
- },
458
- enumerable: false,
459
- configurable: true
460
- });
461
- Object.defineProperty(IgcXDatePickerComponent.prototype, "firstDayOfWeek", {
462
- /**
463
- * Gets or sets the FirstDayOfWeek property to detirmine first day of the week
464
- */
465
- get: function () {
466
- return this.i.j;
467
- },
468
- set: function (v) {
469
- this.i.j = ensureEnum(DayOfWeek_$type, v);
470
- this._a("firstDayOfWeek", enumToString(DayOfWeek_$type, this.i.j));
471
- },
472
- enumerable: false,
473
- configurable: true
474
- });
475
- Object.defineProperty(IgcXDatePickerComponent.prototype, "firstWeekOfYear", {
476
- /**
477
- * Gets or sets the FirstWeekOfYear property to detirmine first week of the year
478
- */
479
- get: function () {
480
- return this.i.l;
481
- },
482
- set: function (v) {
483
- this.i.l = ensureEnum(FirstWeek_$type, v);
484
- this._a("firstWeekOfYear", enumToString(FirstWeek_$type, this.i.l));
485
- },
486
- enumerable: false,
487
- configurable: true
488
- });
489
- Object.defineProperty(IgcXDatePickerComponent.prototype, "showWeekNumbers", {
490
- /**
491
- * Gets or sets the ShowWeekNumbers property to detirmine if the week numbers are shown
492
- */
493
- get: function () {
494
- return this.i.a2;
495
- },
496
- set: function (v) {
497
- this.i.a2 = ensureBool(v);
498
- this._a("showWeekNumbers", this.i.a2);
499
- },
500
- enumerable: false,
501
- configurable: true
502
- });
503
- Object.defineProperty(IgcXDatePickerComponent.prototype, "dateFormat", {
504
- /**
505
- * Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
506
- */
507
- get: function () {
508
- return this.i.e;
509
- },
510
- set: function (v) {
511
- this.i.e = ensureEnum(DateFormats_$type, v);
512
- this._a("dateFormat", enumToString(DateFormats_$type, this.i.e));
513
- },
514
- enumerable: false,
515
- configurable: true
516
- });
517
- Object.defineProperty(IgcXDatePickerComponent.prototype, "formatString", {
518
- /**
519
- * Gets or sets the Format property to detirmine the format of the date in the input
520
- */
521
- get: function () {
522
- return this.i.bz;
523
- },
524
- set: function (v) {
525
- this.i.bz = v;
526
- },
527
- enumerable: false,
528
- configurable: true
529
- });
530
- Object.defineProperty(IgcXDatePickerComponent.prototype, "isDisabled", {
531
- get: function () {
532
- return this.i.av;
533
- },
534
- set: function (v) {
535
- this.i.av = ensureBool(v);
536
- this._a("isDisabled", this.i.av);
537
- },
538
- enumerable: false,
539
- configurable: true
540
- });
541
- Object.defineProperty(IgcXDatePickerComponent.prototype, "isFixed", {
542
- /**
543
- * Indicates that the calendar dropdown will position itself relative to the window instead of the document.
544
- */
545
- get: function () {
546
- return this.i.aw;
547
- },
548
- set: function (v) {
549
- this.i.aw = ensureBool(v);
550
- this._a("isFixed", this.i.aw);
551
- },
552
- enumerable: false,
553
- configurable: true
554
- });
555
- Object.defineProperty(IgcXDatePickerComponent.prototype, "openAsChild", {
556
- /**
557
- * Indicates that the dropdown should open as a child of the date picker.
558
- */
559
- get: function () {
560
- return this.i.ax;
561
- },
562
- set: function (v) {
563
- this.i.ax = ensureBool(v);
564
- this._a("openAsChild", this.i.ax);
565
- },
566
- enumerable: false,
567
- configurable: true
568
- });
569
- Object.defineProperty(IgcXDatePickerComponent.prototype, "useTopLayer", {
570
- /**
571
- * Indicates that the dropdown will place itself into the browser top layer.
572
- */
573
- get: function () {
574
- return this.i.a3;
575
- },
576
- set: function (v) {
577
- this.i.a3 = ensureBool(v);
578
- this._a("useTopLayer", this.i.a3);
579
- },
580
- enumerable: false,
581
- configurable: true
582
- });
583
- Object.defineProperty(IgcXDatePickerComponent.prototype, "hasUserValues", {
584
- get: function () {
585
- return this._hasUserValues;
586
- },
587
- enumerable: false,
588
- configurable: true
589
- });
590
- IgcXDatePickerComponent.prototype.__m = function (propertyName) {
591
- if (!this._inStyling) {
592
- this._hasUserValues.add(propertyName);
593
- }
594
- };
595
- IgcXDatePickerComponent.prototype._styling = function (container, component, parent) {
596
- if (this._inStyling) {
597
- return;
598
- }
599
- this._inStyling = true;
600
- this._stylingContainer = container;
601
- this._stylingParent = component;
602
- var genericPrefix = "";
603
- var typeName = this.i.$type.name;
604
- if (typeName.indexOf("Xam") === 0) {
605
- typeName = typeName.substring(3);
606
- }
607
- genericPrefix = toSpinal("XDatePickerComponent");
608
- var additionalPrefixes = [];
609
- var prefix = toSpinal(typeName);
610
- additionalPrefixes.push(prefix + "-");
611
- var b = this.i.$type.baseType;
612
- while (b && b.name != "Object" &&
613
- b.name != "Base" &&
614
- b.name != "Control" &&
615
- b.Name != "DependencyObject" &&
616
- b.Name != "FrameworkElement") {
617
- typeName = b.name;
618
- if (typeName.indexOf("Xam") === 0) {
619
- typeName = typeName.substring(3);
620
- }
621
- var basePrefix = toSpinal(typeName);
622
- additionalPrefixes.push(basePrefix + "-");
623
- b = b.baseType;
624
- }
625
- if (parent) {
626
- var parentTypeName = parent.i.$type.name;
627
- if (parentTypeName.indexOf("Xam") === 0) {
628
- parentTypeName = parentTypeName.substring(3);
629
- }
630
- var parentPrefix = toSpinal(parentTypeName);
631
- additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
632
- additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
633
- }
634
- initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
635
- if (this._otherStyling) {
636
- this._otherStyling(container, component, parent);
637
- }
638
- this._inStyling = false;
639
- };
640
- IgcXDatePickerComponent.prototype.select = function () {
641
- this.i.dg();
642
- };
643
- /**
644
- * Exports visual information about the current state of the grid.
645
-
646
- */
647
- IgcXDatePickerComponent.prototype.exportVisualModel = function () {
648
- var iv = this.i.bg();
649
- return (iv);
650
- };
651
- /**
652
- * Returns a serialized copy of the exported visual model
653
-
654
- */
655
- IgcXDatePickerComponent.prototype.exportSerializedVisualModel = function () {
656
- var iv = this.i.bw();
657
- return (iv);
658
- };
659
- Object.defineProperty(IgcXDatePickerComponent.prototype, "selectedValueChanged", {
660
- /**
661
- * Called when date is selected.
662
- */
663
- get: function () {
664
- return this._selectedValueChanged;
665
- },
666
- set: function (ev) {
667
- var _this = this;
668
- if (this._selectedValueChanged_wrapped !== null) {
669
- this.i.selectedValueChanged = delegateRemove(this.i.selectedValueChanged, this._selectedValueChanged_wrapped);
670
- this._selectedValueChanged_wrapped = null;
671
- this._selectedValueChanged = null;
672
- }
673
- this._selectedValueChanged = ev;
674
- this._selectedValueChanged_wrapped = function (o, e) {
675
- var outerArgs = new IgcSelectedValueChangedEventArgs();
676
- outerArgs._provideImplementation(e);
677
- if (_this.beforeSelectedValueChanged) {
678
- _this.beforeSelectedValueChanged(_this, outerArgs);
679
- }
680
- if (_this._selectedValueChanged) {
681
- _this._selectedValueChanged(_this, outerArgs);
682
- }
683
- };
684
- this.i.selectedValueChanged = delegateCombine(this.i.selectedValueChanged, this._selectedValueChanged_wrapped);
685
- ;
686
- },
687
- enumerable: false,
688
- configurable: true
689
- });
690
- Object.defineProperty(IgcXDatePickerComponent.prototype, "gotFocus", {
691
- get: function () {
692
- return this._gotFocus;
693
- },
694
- set: function (ev) {
695
- var _this = this;
696
- if (this._gotFocus_wrapped !== null) {
697
- this.i.gotFocus = delegateRemove(this.i.gotFocus, this._gotFocus_wrapped);
698
- this._gotFocus_wrapped = null;
699
- this._gotFocus = null;
700
- }
701
- this._gotFocus = ev;
702
- this._gotFocus_wrapped = function (o, e) {
703
- var outerArgs = new IgcGotFocusEventArgs();
704
- outerArgs._provideImplementation(e);
705
- if (_this.beforeGotFocus) {
706
- _this.beforeGotFocus(_this, outerArgs);
707
- }
708
- if (_this._gotFocus) {
709
- _this._gotFocus(_this, outerArgs);
710
- }
711
- };
712
- this.i.gotFocus = delegateCombine(this.i.gotFocus, this._gotFocus_wrapped);
713
- ;
714
- },
715
- enumerable: false,
716
- configurable: true
717
- });
718
- Object.defineProperty(IgcXDatePickerComponent.prototype, "lostFocus", {
719
- get: function () {
720
- return this._lostFocus;
721
- },
722
- set: function (ev) {
723
- var _this = this;
724
- if (this._lostFocus_wrapped !== null) {
725
- this.i.lostFocus = delegateRemove(this.i.lostFocus, this._lostFocus_wrapped);
726
- this._lostFocus_wrapped = null;
727
- this._lostFocus = null;
728
- }
729
- this._lostFocus = ev;
730
- this._lostFocus_wrapped = function (o, e) {
731
- var outerArgs = new IgcLostFocusEventArgs();
732
- outerArgs._provideImplementation(e);
733
- if (_this.beforeLostFocus) {
734
- _this.beforeLostFocus(_this, outerArgs);
735
- }
736
- if (_this._lostFocus) {
737
- _this._lostFocus(_this, outerArgs);
738
- }
739
- };
740
- this.i.lostFocus = delegateCombine(this.i.lostFocus, this._lostFocus_wrapped);
741
- ;
742
- },
743
- enumerable: false,
744
- configurable: true
745
- });
746
- Object.defineProperty(IgcXDatePickerComponent.prototype, "keyDown", {
747
- get: function () {
748
- return this._keyDown;
749
- },
750
- set: function (ev) {
751
- var _this = this;
752
- if (this._keyDown_wrapped !== null) {
753
- this.i.keyDown = delegateRemove(this.i.keyDown, this._keyDown_wrapped);
754
- this._keyDown_wrapped = null;
755
- this._keyDown = null;
756
- }
757
- this._keyDown = ev;
758
- this._keyDown_wrapped = function (o, e) {
759
- var outerArgs = new IgcKeyEventArgs();
760
- outerArgs._provideImplementation(e);
761
- if (_this.beforeKeyDown) {
762
- _this.beforeKeyDown(_this, outerArgs);
763
- }
764
- if (_this._keyDown) {
765
- _this._keyDown(_this, outerArgs);
766
- }
767
- };
768
- this.i.keyDown = delegateCombine(this.i.keyDown, this._keyDown_wrapped);
769
- ;
770
- },
771
- enumerable: false,
772
- configurable: true
773
- });
774
- Object.defineProperty(IgcXDatePickerComponent.prototype, "changing", {
775
- get: function () {
776
- return this._changing;
777
- },
778
- set: function (ev) {
779
- var _this = this;
780
- if (this._changing_wrapped !== null) {
781
- this.i.changing = delegateRemove(this.i.changing, this._changing_wrapped);
782
- this._changing_wrapped = null;
783
- this._changing = null;
784
- }
785
- this._changing = ev;
786
- this._changing_wrapped = function (o, e) {
787
- var outerArgs = new IgcInputChangeEventArgs();
788
- outerArgs._provideImplementation(e);
789
- if (_this.beforeChanging) {
790
- _this.beforeChanging(_this, outerArgs);
791
- }
792
- if (_this._changing) {
793
- _this._changing(_this, outerArgs);
794
- }
795
- };
796
- this.i.changing = delegateCombine(this.i.changing, this._changing_wrapped);
797
- ;
798
- },
799
- enumerable: false,
800
- configurable: true
801
- });
802
- Object.defineProperty(IgcXDatePickerComponent.prototype, "valueChange", {
803
- get: function () {
804
- return this._valueChange;
805
- },
806
- set: function (ev) {
807
- var _this = this;
808
- if (this._valueChange_wrapped !== null) {
809
- this.i.propertyChanged = delegateRemove(this.i.propertyChanged, this._valueChange_wrapped);
810
- this._valueChange_wrapped = null;
811
- this._valueChange = null;
812
- }
813
- this._valueChange = ev;
814
- this._valueChange_wrapped = function (o, e) {
815
- var ext = _this.value;
816
- if (e.propertyName == 'Value') {
817
- if (_this.beforeValueChange) {
818
- _this.beforeValueChange(_this, ext);
819
- }
820
- if (_this._valueChange) {
821
- _this._valueChange(_this, ext);
822
- }
823
- }
824
- };
825
- this.i.propertyChanged = delegateCombine(this.i.propertyChanged, this._valueChange_wrapped);
826
- },
827
- enumerable: false,
828
- configurable: true
829
- });
830
- IgcXDatePickerComponent._observedAttributesIgcXDatePickerComponent = null;
831
- IgcXDatePickerComponent.htmlTagName = "igc-x-date-picker";
832
- IgcXDatePickerComponent._isElementRegistered = false;
833
- return IgcXDatePickerComponent;
834
- }(IgcHTMLElement));