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
@@ -0,0 +1,168 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
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
+ */
7
+ import { Base, Point_$type, markType } from "igniteui-webcomponents-core";
8
+ import { IMultiSliderTrackThumbCalloutVisual_$type } from "./IMultiSliderTrackThumbCalloutVisual";
9
+ import { Path } from "igniteui-webcomponents-core";
10
+ import { TextBlock } from "igniteui-webcomponents-core";
11
+ import { List$1 } from "igniteui-webcomponents-core";
12
+ import { Brush } from "igniteui-webcomponents-core";
13
+ import { Color } from "igniteui-webcomponents-core";
14
+ import { PathGeometry } from "igniteui-webcomponents-core";
15
+ import { PathFigure } from "igniteui-webcomponents-core";
16
+ import { PolyLineSegment } from "igniteui-webcomponents-core";
17
+ /**
18
+ * @hidden
19
+ */
20
+ class DefaultMultiSliderTrackThumbCalloutVisual extends Base {
21
+ static { this.$t = markType(DefaultMultiSliderTrackThumbCalloutVisual, 'DefaultMultiSliderTrackThumbCalloutVisual', Base.$, [IMultiSliderTrackThumbCalloutVisual_$type]); }
22
+ get translateX() {
23
+ return this._translateX;
24
+ }
25
+ set translateX(a) {
26
+ this._translateX = a;
27
+ }
28
+ get translateY() {
29
+ return this._translateY;
30
+ }
31
+ set translateY(a) {
32
+ this._translateY = a;
33
+ }
34
+ get textTranslateX() {
35
+ return this._textTranslateX;
36
+ }
37
+ set textTranslateX(a) {
38
+ this._textTranslateX = a;
39
+ }
40
+ get textTranslateY() {
41
+ return this._textTranslateY;
42
+ }
43
+ set textTranslateY(a) {
44
+ this._textTranslateY = a;
45
+ }
46
+ constructor() {
47
+ super();
48
+ this._translateX = 0;
49
+ this._translateY = 0;
50
+ this._textTranslateX = 0;
51
+ this._textTranslateY = 0;
52
+ this.c = -1;
53
+ this.b = -1;
54
+ this.a = false;
55
+ this._calloutBox = null;
56
+ this._calloutText = null;
57
+ this._allPaths = null;
58
+ this.calloutBox = new Path();
59
+ this.calloutBox._visibility = 1;
60
+ this.calloutText = new TextBlock();
61
+ this.calloutText._visibility = 1;
62
+ this.allPaths = new List$1(Path.$, 0);
63
+ this.allPaths.add(this.calloutBox);
64
+ this.height = 22;
65
+ this.width = 10;
66
+ this.calloutBox._stroke = this.getCalloutBoxDefaultStroke();
67
+ this.calloutBox.ad = this.getCalloutBoxDefaultStrokeThickness();
68
+ this.calloutBox._fill = this.getCalloutBoxDefaultBrush();
69
+ this.calloutText.ao = this.getCalloutTextDefaultBrush();
70
+ this.calloutText.al = "";
71
+ }
72
+ getCalloutBoxDefaultStroke() {
73
+ return ((() => {
74
+ let $ret = new Brush();
75
+ $ret.color = Color.u(255, 185, 185, 185);
76
+ return $ret;
77
+ })());
78
+ }
79
+ getCalloutBoxDefaultStrokeThickness() {
80
+ return 1;
81
+ }
82
+ getCalloutBoxDefaultBrush() {
83
+ return ((() => {
84
+ let $ret = new Brush();
85
+ $ret.color = Color.u(200, 255, 255, 255);
86
+ return $ret;
87
+ })());
88
+ }
89
+ getCalloutTextDefaultBrush() {
90
+ return ((() => {
91
+ let $ret = new Brush();
92
+ $ret.color = Color.u(255, 185, 185, 185);
93
+ return $ret;
94
+ })());
95
+ }
96
+ e() {
97
+ }
98
+ d() {
99
+ let a = new PathGeometry();
100
+ let b = new PathFigure();
101
+ let c = new PolyLineSegment();
102
+ b._isClosed = true;
103
+ b._isFilled = true;
104
+ b._startPoint = { $type: Point_$type, x: 0, y: 0 };
105
+ c._points.add({ $type: Point_$type, x: this.width, y: 0 });
106
+ c._points.add({ $type: Point_$type, x: this.width, y: this.height });
107
+ c._points.add({ $type: Point_$type, x: 0, y: this.height });
108
+ b._segments.add(c);
109
+ a.c.add(b);
110
+ this.calloutBox.an = a;
111
+ }
112
+ get width() {
113
+ return this.c;
114
+ }
115
+ set width(a) {
116
+ let b = this.c;
117
+ this.c = a;
118
+ if (b != this.c) {
119
+ this.f();
120
+ }
121
+ }
122
+ f() {
123
+ if (this.width > 0 && this.height > 0) {
124
+ this.e();
125
+ this.d();
126
+ }
127
+ }
128
+ get height() {
129
+ return this.b;
130
+ }
131
+ set height(a) {
132
+ let b = this.b;
133
+ this.b = a;
134
+ if (this.b != b) {
135
+ this.f();
136
+ }
137
+ }
138
+ get isVisible() {
139
+ return this.a;
140
+ }
141
+ set isVisible(a) {
142
+ let b = this.a;
143
+ this.a = a;
144
+ if (this.a != b) {
145
+ this.calloutBox._visibility = this.a ? 0 : 1;
146
+ this.calloutText._visibility = this.a ? 0 : 1;
147
+ }
148
+ }
149
+ get calloutBox() {
150
+ return this._calloutBox;
151
+ }
152
+ set calloutBox(a) {
153
+ this._calloutBox = a;
154
+ }
155
+ get calloutText() {
156
+ return this._calloutText;
157
+ }
158
+ set calloutText(a) {
159
+ this._calloutText = a;
160
+ }
161
+ get allPaths() {
162
+ return this._allPaths;
163
+ }
164
+ set allPaths(a) {
165
+ this._allPaths = a;
166
+ }
167
+ }
168
+ export { DefaultMultiSliderTrackThumbCalloutVisual };
@@ -0,0 +1,191 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
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
+ */
7
+ import { Base, Point_$type, markType } from "igniteui-webcomponents-core";
8
+ import { IMultiSliderTrackThumbVisual_$type } from "./IMultiSliderTrackThumbVisual";
9
+ import { Path } from "igniteui-webcomponents-core";
10
+ import { List$1 } from "igniteui-webcomponents-core";
11
+ import { Brush } from "igniteui-webcomponents-core";
12
+ import { Color } from "igniteui-webcomponents-core";
13
+ import { PathGeometry } from "igniteui-webcomponents-core";
14
+ import { PathFigure } from "igniteui-webcomponents-core";
15
+ import { LineSegment } from "igniteui-webcomponents-core";
16
+ import { EllipseGeometry } from "igniteui-webcomponents-core";
17
+ /**
18
+ * @hidden
19
+ */
20
+ class DefaultMultiSliderTrackThumbVisual extends Base {
21
+ static { this.$t = markType(DefaultMultiSliderTrackThumbVisual, 'DefaultMultiSliderTrackThumbVisual', Base.$, [IMultiSliderTrackThumbVisual_$type]); }
22
+ get translateX() {
23
+ return this._translateX;
24
+ }
25
+ set translateX(a) {
26
+ this._translateX = a;
27
+ }
28
+ get translateY() {
29
+ return this._translateY;
30
+ }
31
+ set translateY(a) {
32
+ this._translateY = a;
33
+ }
34
+ constructor() {
35
+ super();
36
+ this._translateX = 0;
37
+ this._translateY = 0;
38
+ this.c = -1;
39
+ this.a = 0;
40
+ this.b = -1;
41
+ this._thumbBox = null;
42
+ this._thumbRidges = null;
43
+ this._allPaths = null;
44
+ this.thumbBox = new Path();
45
+ this.thumbRidges = new Path();
46
+ this.allPaths = new List$1(Path.$, 0);
47
+ this.allPaths.add(this.thumbBox);
48
+ this.allPaths.add(this.thumbRidges);
49
+ this.width = this.getTrackThumbDefaultWidth();
50
+ this.height = this.getTrackThumbDefaultHeight();
51
+ this.thumbBox._stroke = this.getThumbBoxDefaultStroke();
52
+ this.thumbBox.ad = this.getThumbBoxDefaultStrokeThickness();
53
+ this.thumbBox._fill = this.getThumbBoxDefaultBrush();
54
+ this.thumbRidges._stroke = this.getThumbRidgesDefaultStroke();
55
+ this.thumbRidges.ad = 1;
56
+ }
57
+ getTrackThumbDefaultWidth() {
58
+ return 22;
59
+ }
60
+ getTrackThumbDefaultHeight() {
61
+ return 22;
62
+ }
63
+ getThumbBoxDefaultStroke() {
64
+ return ((() => {
65
+ let $ret = new Brush();
66
+ $ret.color = Color.u(255, 185, 185, 185);
67
+ return $ret;
68
+ })());
69
+ }
70
+ getThumbBoxDefaultStrokeThickness() {
71
+ return 1;
72
+ }
73
+ getThumbBoxDefaultBrush() {
74
+ return ((() => {
75
+ let $ret = new Brush();
76
+ $ret.color = Color.u(255, 249, 249, 249);
77
+ return $ret;
78
+ })());
79
+ }
80
+ getThumbRidgesDefaultStroke() {
81
+ return ((() => {
82
+ let $ret = new Brush();
83
+ $ret.color = Color.u(255, 119, 119, 119);
84
+ return $ret;
85
+ })());
86
+ }
87
+ e() {
88
+ if (this.orientation == 0) {
89
+ let a = new PathGeometry();
90
+ let b = new PathFigure();
91
+ let c = new LineSegment(1);
92
+ b._isClosed = false;
93
+ b._isFilled = false;
94
+ b._startPoint = { $type: Point_$type, x: -1.5, y: -4 };
95
+ c.c = { $type: Point_$type, x: -1.5, y: 4 };
96
+ b._segments.add(c);
97
+ a.c.add(b);
98
+ let d = new PathFigure();
99
+ let e = new LineSegment(1);
100
+ d._isClosed = false;
101
+ d._isFilled = false;
102
+ d._startPoint = { $type: Point_$type, x: 1.5, y: -4 };
103
+ e.c = { $type: Point_$type, x: 1.5, y: 4 };
104
+ d._segments.add(e);
105
+ a.c.add(d);
106
+ this.thumbRidges.an = a;
107
+ }
108
+ else {
109
+ let f = new PathGeometry();
110
+ let g = new PathFigure();
111
+ let h = new LineSegment(1);
112
+ g._isClosed = false;
113
+ g._isFilled = false;
114
+ g._startPoint = { $type: Point_$type, x: -4, y: -1.5 };
115
+ h.c = { $type: Point_$type, x: 4, y: -1.5 };
116
+ g._segments.add(h);
117
+ f.c.add(g);
118
+ let i = new PathFigure();
119
+ let j = new LineSegment(1);
120
+ i._isClosed = false;
121
+ i._isFilled = false;
122
+ i._startPoint = { $type: Point_$type, x: -4, y: 1.5 };
123
+ j.c = { $type: Point_$type, x: 4, y: 1.5 };
124
+ i._segments.add(j);
125
+ f.c.add(i);
126
+ this.thumbRidges.an = f;
127
+ }
128
+ }
129
+ d() {
130
+ let a = new EllipseGeometry();
131
+ a.c = Math.max(this.width / 2, this.height / 2);
132
+ a.d = Math.max(this.width / 2, this.height / 2);
133
+ a.e = { $type: Point_$type, x: 0, y: 0 };
134
+ this.thumbBox.an = a;
135
+ }
136
+ get width() {
137
+ return this.c;
138
+ }
139
+ set width(a) {
140
+ let b = this.c;
141
+ this.c = a;
142
+ if (b != this.c) {
143
+ this.f();
144
+ }
145
+ }
146
+ f() {
147
+ if (this.width > 0 && this.height > 0) {
148
+ this.d();
149
+ this.e();
150
+ }
151
+ }
152
+ get orientation() {
153
+ return this.a;
154
+ }
155
+ set orientation(a) {
156
+ let b = this.a;
157
+ this.a = a;
158
+ if (this.a != b) {
159
+ this.f();
160
+ }
161
+ }
162
+ get height() {
163
+ return this.b;
164
+ }
165
+ set height(a) {
166
+ let b = this.b;
167
+ this.b = a;
168
+ if (this.b != b) {
169
+ this.f();
170
+ }
171
+ }
172
+ get thumbBox() {
173
+ return this._thumbBox;
174
+ }
175
+ set thumbBox(a) {
176
+ this._thumbBox = a;
177
+ }
178
+ get thumbRidges() {
179
+ return this._thumbRidges;
180
+ }
181
+ set thumbRidges(a) {
182
+ this._thumbRidges = a;
183
+ }
184
+ get allPaths() {
185
+ return this._allPaths;
186
+ }
187
+ set allPaths(a) {
188
+ this._allPaths = a;
189
+ }
190
+ }
191
+ export { DefaultMultiSliderTrackThumbVisual };
@@ -0,0 +1,170 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
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
+ */
7
+ import { Base, Point_$type, markType } from "igniteui-webcomponents-core";
8
+ import { IMultiSliderTrackShadeVisual_$type } from "./IMultiSliderTrackShadeVisual";
9
+ import { Path } from "igniteui-webcomponents-core";
10
+ import { List$1 } from "igniteui-webcomponents-core";
11
+ import { Brush } from "igniteui-webcomponents-core";
12
+ import { Color } from "igniteui-webcomponents-core";
13
+ import { PathGeometry } from "igniteui-webcomponents-core";
14
+ import { PathFigure } from "igniteui-webcomponents-core";
15
+ import { PolyLineSegment } from "igniteui-webcomponents-core";
16
+ /**
17
+ * @hidden
18
+ */
19
+ class DefaultMultiTrackShadeVisual extends Base {
20
+ static { this.$t = markType(DefaultMultiTrackShadeVisual, 'DefaultMultiTrackShadeVisual', Base.$, [IMultiSliderTrackShadeVisual_$type]); }
21
+ get translateX() {
22
+ return this._translateX;
23
+ }
24
+ set translateX(a) {
25
+ this._translateX = a;
26
+ }
27
+ get translateY() {
28
+ return this._translateY;
29
+ }
30
+ set translateY(a) {
31
+ this._translateY = a;
32
+ }
33
+ constructor() {
34
+ super();
35
+ this._translateX = 0;
36
+ this._translateY = 0;
37
+ this.a = 0;
38
+ this.c = -1;
39
+ this.b = -1;
40
+ this._shadeBox = null;
41
+ this._shadeOutline = null;
42
+ this._allPaths = null;
43
+ this.shadeBox = new Path();
44
+ this.shadeOutline = new Path();
45
+ this.allPaths = new List$1(Path.$, 0);
46
+ this.allPaths.add(this.shadeBox);
47
+ this.allPaths.add(this.shadeOutline);
48
+ this.shadeBox._fill = this.getShadeBoxDefaultBrush();
49
+ this.shadeOutline._stroke = this.getShadeOutlineDefaultBrush();
50
+ this.shadeOutline.ad = this.getShadeOutlineDefaultStrokeThickness();
51
+ }
52
+ getShadeBoxDefaultBrush() {
53
+ return ((() => {
54
+ let $ret = new Brush();
55
+ $ret.color = Color.u(128, 255, 255, 255);
56
+ return $ret;
57
+ })());
58
+ }
59
+ getShadeOutlineDefaultBrush() {
60
+ return ((() => {
61
+ let $ret = new Brush();
62
+ $ret.color = Color.u(255, 185, 185, 185);
63
+ return $ret;
64
+ })());
65
+ }
66
+ getShadeOutlineDefaultStrokeThickness() {
67
+ return 1;
68
+ }
69
+ d() {
70
+ let a = new PathGeometry();
71
+ let b = new PathFigure();
72
+ let c = new PolyLineSegment();
73
+ b._isClosed = true;
74
+ b._isFilled = true;
75
+ b._startPoint = { $type: Point_$type, x: this.width / -2, y: this.height / -2 };
76
+ c._points.add({ $type: Point_$type, x: this.width / 2, y: this.height / -2 });
77
+ c._points.add({ $type: Point_$type, x: this.width / 2, y: this.height / 2 });
78
+ c._points.add({ $type: Point_$type, x: this.width / -2, y: this.height / 2 });
79
+ b._segments.add(c);
80
+ a.c.add(b);
81
+ this.shadeBox.an = a;
82
+ }
83
+ e() {
84
+ let a = new PathGeometry();
85
+ let b = new PathFigure();
86
+ let c = new PolyLineSegment();
87
+ b._isClosed = false;
88
+ b._isFilled = false;
89
+ switch (this.orientation) {
90
+ case 0:
91
+ b._startPoint = { $type: Point_$type, x: this.width / -2, y: this.height / -2 };
92
+ c._points.add({ $type: Point_$type, x: this.width / 2, y: this.height / -2 });
93
+ c._points.add({ $type: Point_$type, x: this.width / 2, y: this.height / 2 });
94
+ break;
95
+ case 1:
96
+ b._startPoint = { $type: Point_$type, x: this.width / -2, y: this.height / 2 };
97
+ c._points.add({ $type: Point_$type, x: this.width / -2, y: this.height / -2 });
98
+ c._points.add({ $type: Point_$type, x: this.width / 2, y: this.height / -2 });
99
+ break;
100
+ case 2:
101
+ b._startPoint = { $type: Point_$type, x: this.width / 2, y: this.height / 2 };
102
+ c._points.add({ $type: Point_$type, x: this.width / -2, y: this.height / 2 });
103
+ c._points.add({ $type: Point_$type, x: this.width / -2, y: this.height / -2 });
104
+ break;
105
+ case 3:
106
+ b._startPoint = { $type: Point_$type, x: this.width / 2, y: this.height / -2 };
107
+ c._points.add({ $type: Point_$type, x: this.width / -2, y: this.height / -2 });
108
+ c._points.add({ $type: Point_$type, x: this.width / -2, y: this.height / 2 });
109
+ break;
110
+ }
111
+ b._segments.add(c);
112
+ a.c.add(b);
113
+ this.shadeOutline.an = a;
114
+ }
115
+ get orientation() {
116
+ return this.a;
117
+ }
118
+ set orientation(a) {
119
+ let b = this.a;
120
+ this.a = a;
121
+ if (b != this.a) {
122
+ this.f();
123
+ }
124
+ }
125
+ get width() {
126
+ return this.c;
127
+ }
128
+ set width(a) {
129
+ let b = this.c;
130
+ this.c = a;
131
+ if (b != this.c) {
132
+ this.f();
133
+ }
134
+ }
135
+ f() {
136
+ if (this.width > 0 && this.height > 0) {
137
+ this.d();
138
+ this.e();
139
+ }
140
+ }
141
+ get height() {
142
+ return this.b;
143
+ }
144
+ set height(a) {
145
+ let b = this.b;
146
+ this.b = a;
147
+ if (this.b != b) {
148
+ this.f();
149
+ }
150
+ }
151
+ get shadeBox() {
152
+ return this._shadeBox;
153
+ }
154
+ set shadeBox(a) {
155
+ this._shadeBox = a;
156
+ }
157
+ get shadeOutline() {
158
+ return this._shadeOutline;
159
+ }
160
+ set shadeOutline(a) {
161
+ this._shadeOutline = a;
162
+ }
163
+ get allPaths() {
164
+ return this._allPaths;
165
+ }
166
+ set allPaths(a) {
167
+ this._allPaths = a;
168
+ }
169
+ }
170
+ export { DefaultMultiTrackShadeVisual };
@@ -4,17 +4,16 @@ 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, markType } from "igniteui-webcomponents-core";
9
8
  /**
10
9
  * @hidden
11
10
  */
12
- export var ElevationHelper = /** @class */ /*@__PURE__*/ (function (_super) {
13
- __extends(ElevationHelper, _super);
14
- function ElevationHelper() {
15
- return _super !== null && _super.apply(this, arguments) || this;
16
- }
17
- ElevationHelper.g = function (a, b) {
11
+ class ElevationHelper extends Base {
12
+ static { this.$t = markType(ElevationHelper, 'ElevationHelper'); }
13
+ static { this.c = null; }
14
+ static { this.b = null; }
15
+ static { this.a = null; }
16
+ static g(a, b) {
18
17
  if (ElevationHelper.c == null) {
19
18
  ElevationHelper.c = ["0 1px 3px 0 ", "0 1px 5px 0 ", "0 1px 8px 0 ", "0 2px 4px -1px ", "0 3px 5px -1px ", "0 3px 5px -1px ", "0 4px 5px -2px ", "0 5px 5px -3px ", "0 5px 6px -3px ", "0 6px 6px -3px ", "0 6px 7px -4px ", "0 7px 8px -4px ", "0 7px 8px -4px ", "0 7px 9px -4px ", "0 8px 9px -5px ", "0 8px 10px -5px ", "0 8px 11px -5px ", "0 9px 11px -5px ", "0 9px 12px -6px ", "0 10px 13px -6px ", "0 10px 13px -6px ", "0 10px 14px -6px ", "0 11px 14px -7px ", "0 11px 15px -7px "];
20
19
  }
@@ -26,8 +25,8 @@ export var ElevationHelper = /** @class */ /*@__PURE__*/ (function (_super) {
26
25
  a = ElevationHelper.c.length - 1;
27
26
  }
28
27
  return ElevationHelper.c[a] + b;
29
- };
30
- ElevationHelper.f = function (a, b) {
28
+ }
29
+ static f(a, b) {
31
30
  if (ElevationHelper.b == null) {
32
31
  ElevationHelper.b = ["0 1px 1px 0 ", "0 2px 2px 0 ", "0 3px 4px 0 ", "0 4px 5px 0 ", "0 5px 8px 0 ", "0 6px 10px 0 ", "0 7px 10px 1px ", "0 8px 10px 1px ", "0 9px 12px 1px ", "0 10px 14px 1px ", "0 11px 15px 1px ", "0 12px 17px 2px ", "0 13px 19px 2px ", "0 14px 21px 2px ", "0 15px 22px 2px ", "0 16px 24px 2px ", "0 17px 26px 2px ", "0 18px 28px 2px ", "0 19px 29px 2px ", "0 20px 31px 3px ", "0 21px 33px 3px ", "0 22px 35px 3px ", "0 23px 36px 3px ", "0 24px 38px 3px "];
33
32
  }
@@ -39,8 +38,8 @@ export var ElevationHelper = /** @class */ /*@__PURE__*/ (function (_super) {
39
38
  a = ElevationHelper.b.length - 1;
40
39
  }
41
40
  return ElevationHelper.b[a] + b;
42
- };
43
- ElevationHelper.d = function (a, b) {
41
+ }
42
+ static d(a, b) {
44
43
  if (ElevationHelper.a == null) {
45
44
  ElevationHelper.a = ["0 2px 1px -1px ", "0 3px 1px -2px ", "0 3px 3px -2px ", "0 1px 10px 0 ", "0 1px 14px 0 ", "0 1px 18px 0 ", "0 2px 16px 1px ", "0 3px 14px 2px ", "0 3px 16px 2px ", "0 4px 18px 3px ", "0 4px 20px 3px ", "0 5px 22px 4px ", "0 5px 24px 4px ", "0 5px 26px 4px ", "0 6px 28px 5px ", "0 6px 30px 5px ", "0 6px 32px 5px ", "0 7px 34px 6px ", "0 7px 36px 6px ", "0 8px 38px 7px ", "0 8px 40px 7px ", "0 8px 42px 7px ", "0 9px 44px 8px ", "0 9px 46px 8px "];
46
45
  }
@@ -52,8 +51,8 @@ export var ElevationHelper = /** @class */ /*@__PURE__*/ (function (_super) {
52
51
  a = ElevationHelper.a.length - 1;
53
52
  }
54
53
  return ElevationHelper.a[a] + b;
55
- };
56
- ElevationHelper.e = function (a, b, c, d, e) {
54
+ }
55
+ static e(a, b, c, d, e) {
57
56
  if (e == 2) {
58
57
  return "0 0 " + a + "px " + (a / 20) + "rem " + b._fill;
59
58
  }
@@ -61,10 +60,6 @@ export var ElevationHelper = /** @class */ /*@__PURE__*/ (function (_super) {
61
60
  return "";
62
61
  }
63
62
  return ElevationHelper.g(a, b._fill) + ", " + ElevationHelper.f(a, c._fill) + ", " + ElevationHelper.d(a, d._fill);
64
- };
65
- ElevationHelper.$t = markType(ElevationHelper, 'ElevationHelper');
66
- ElevationHelper.c = null;
67
- ElevationHelper.b = null;
68
- ElevationHelper.a = null;
69
- return ElevationHelper;
70
- }(Base));
63
+ }
64
+ }
65
+ export { ElevationHelper };
@@ -8,7 +8,8 @@ import { markEnum } from "igniteui-webcomponents-core";
8
8
  /**
9
9
  * Indicates some simple date formats to be used.
10
10
  */
11
- export var FirstWeek = /*@__PURE__*/ (function (FirstWeek) {
11
+ export var FirstWeek;
12
+ (function (FirstWeek) {
12
13
  /**
13
14
  * First Day of Year is Start of First Week
14
15
  */
@@ -21,9 +22,8 @@ export var FirstWeek = /*@__PURE__*/ (function (FirstWeek) {
21
22
  * First Four Day Week in year is First Week
22
23
  */
23
24
  FirstWeek[FirstWeek["FirstFourDayWeek"] = 2] = "FirstFourDayWeek";
24
- return FirstWeek;
25
- })({});
25
+ })(FirstWeek || (FirstWeek = {}));
26
26
  /**
27
27
  * @hidden
28
28
  */
29
- export let FirstWeek_$type = /*@__PURE__*/ markEnum('FirstWeek', 'FirstDay,0|FirstFullWeek,1|FirstFourDayWeek,2');
29
+ export let FirstWeek_$type = markEnum('FirstWeek', 'FirstDay,0|FirstFullWeek,1|FirstFourDayWeek,2');
@@ -5,10 +5,10 @@ https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
7
  import { EventArgs, markType } from "igniteui-webcomponents-core";
8
- let GotFocusEventArgs = /*@__PURE__*/ (() => {
9
- class GotFocusEventArgs extends EventArgs {
10
- }
11
- GotFocusEventArgs.$t = /*@__PURE__*/ markType(GotFocusEventArgs, 'GotFocusEventArgs', EventArgs.$);
12
- return GotFocusEventArgs;
13
- })();
8
+ /**
9
+ * @hidden
10
+ */
11
+ class GotFocusEventArgs extends EventArgs {
12
+ static { this.$t = markType(GotFocusEventArgs, 'GotFocusEventArgs', EventArgs.$); }
13
+ }
14
14
  export { GotFocusEventArgs };
@@ -8,4 +8,4 @@ import { Type } from "igniteui-webcomponents-core";
8
8
  /**
9
9
  * @hidden
10
10
  */
11
- export var ISliderTrackOwner_$type = /*@__PURE__*/ new Type(null, 'ISliderTrackOwner');
11
+ export let IMultiSliderTrackBarVisual_$type = new Type(null, 'IMultiSliderTrackBarVisual');
@@ -8,4 +8,4 @@ import { Type } from "igniteui-webcomponents-core";
8
8
  /**
9
9
  * @hidden
10
10
  */
11
- export var IMultiSliderTrackBarVisual_$type = /*@__PURE__*/ new Type(null, 'IMultiSliderTrackBarVisual');
11
+ export let IMultiSliderTrackRangeVisual_$type = new Type(null, 'IMultiSliderTrackRangeVisual');
@@ -8,4 +8,4 @@ import { Type } from "igniteui-webcomponents-core";
8
8
  /**
9
9
  * @hidden
10
10
  */
11
- export let IMultiSliderTrackBarVisual_$type = /*@__PURE__*/ new Type(null, 'IMultiSliderTrackBarVisual');
11
+ export let IMultiSliderTrackShadeVisual_$type = new Type(null, 'IMultiSliderTrackShadeVisual');
@@ -8,4 +8,4 @@ import { Type } from "igniteui-webcomponents-core";
8
8
  /**
9
9
  * @hidden
10
10
  */
11
- export let IMultiSliderTrackRangeVisual_$type = /*@__PURE__*/ new Type(null, 'IMultiSliderTrackRangeVisual');
11
+ export let IMultiSliderTrackThumbCalloutVisual_$type = new Type(null, 'IMultiSliderTrackThumbCalloutVisual');
@@ -0,0 +1,11 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
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
+ */
7
+ import { Type } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let IMultiSliderTrackThumbVisual_$type = new Type(null, 'IMultiSliderTrackThumbVisual');