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,888 +0,0 @@
1
- import { __extends } from "tslib";
2
- import { IgcHTMLElement } from "igniteui-webcomponents-core";
3
- import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
4
- import { IgcMultiSliderThumbCollection } from "./igc-multi-slider-thumb-collection";
5
- import { MultiSliderOrientation_$type } from "./MultiSliderOrientation";
6
- import { IgcMultiSliderResolvingToolTipValueEventArgs } from "./igc-multi-slider-resolving-tool-tip-value-event-args";
7
- import { IgcMultiSliderThumbValueChangingEventArgs } from "./igc-multi-slider-thumb-value-changing-event-args";
8
- import { IgcMultiSliderYValueChangingEventArgs } from "./igc-multi-slider-y-value-changing-event-args";
9
- import { MultiSlider } from "./MultiSlider";
10
- import { TypeRegistrar } from "igniteui-webcomponents-core";
11
- import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, fromRect, toRect, rectToString, ensureEnum, enumToString, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss } from "igniteui-webcomponents-core";
12
- import { RegisterElementHelper } from "igniteui-webcomponents-core";
13
- import { MultiSliderThumbCollection as MultiSliderThumbCollection_internal } from "./MultiSliderThumbCollection";
14
- import { MultiSliderThumb } from "./MultiSliderThumb";
15
- import { SyncableObservableCollection$1 } from "igniteui-webcomponents-core";
16
- import { FontInfo } from "igniteui-webcomponents-core";
17
- export var IgcMultiSliderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
18
- __extends(IgcMultiSliderComponent, _super);
19
- function IgcMultiSliderComponent() {
20
- var _this = _super.call(this) || this;
21
- _this._settingAttributes = false;
22
- _this._attached = false;
23
- _this._queuedSetAttributes = [];
24
- _this._updatingFromAttribute = false;
25
- _this._thumbs = null;
26
- _this.__p = null;
27
- _this._hasUserValues = new Set();
28
- _this._stylingContainer = null;
29
- _this._stylingParent = null;
30
- _this._inStyling = false;
31
- _this._resolvingToolTipValue = null;
32
- _this._resolvingToolTipValue_wrapped = null;
33
- _this._thumbValueChanging = null;
34
- _this._thumbValueChanging_wrapped = null;
35
- _this._thumbValueChanged = null;
36
- _this._thumbValueChanged_wrapped = null;
37
- _this._yValueChanging = null;
38
- _this._yValueChanging_wrapped = null;
39
- _this._yValueChanged = null;
40
- _this._yValueChanged_wrapped = null;
41
- if (_this._styling) {
42
- NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
43
- }
44
- _this._implementation = _this.createImplementation();
45
- Object.defineProperty(_this._implementation, 'externalObject', { value: _this, enumerable: false, configurable: true, writable: true });
46
- _this.onImplementationCreated();
47
- if (_this._initializeAdapters) {
48
- _this._initializeAdapters();
49
- }
50
- return _this;
51
- }
52
- IgcMultiSliderComponent.prototype.createImplementation = function () {
53
- return new MultiSlider();
54
- };
55
- Object.defineProperty(IgcMultiSliderComponent.prototype, "i", {
56
- /**
57
- * @hidden
58
- */
59
- get: function () {
60
- return this._implementation;
61
- } /**
62
- * @hidden
63
- */,
64
- enumerable: false,
65
- configurable: true
66
- });
67
- IgcMultiSliderComponent._createFromInternal = function (internal) {
68
- if (!internal) {
69
- return null;
70
- }
71
- if (!internal.$type) {
72
- return null;
73
- }
74
- var name = internal.$type.name;
75
- var externalName = "Igc" + name + "Component";
76
- if (!TypeRegistrar.isRegistered(externalName)) {
77
- return null;
78
- }
79
- return TypeRegistrar.create(externalName);
80
- };
81
- IgcMultiSliderComponent.prototype.onImplementationCreated = function () {
82
- };
83
- IgcMultiSliderComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
84
- this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
85
- };
86
- IgcMultiSliderComponent.prototype._flushQueuedAttributes = function () {
87
- this._settingAttributes = true;
88
- for (var i = 0; i < this._queuedSetAttributes.length; i++) {
89
- this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
90
- }
91
- this._settingAttributes = false;
92
- this._queuedSetAttributes.length = 0;
93
- };
94
- IgcMultiSliderComponent.prototype._a = function (attrName, attrValue) {
95
- if (this._updatingFromAttribute) {
96
- return;
97
- }
98
- if (attrValue) {
99
- attrValue = attrValue.toString();
100
- }
101
- this._settingAttributes = true;
102
- attrName = toSpinal(attrName);
103
- if (this._attached) {
104
- this.setAttribute(attrName, attrValue);
105
- }
106
- else {
107
- this._enqueueSetAttribute(attrName, attrValue);
108
- }
109
- this._settingAttributes = false;
110
- };
111
- IgcMultiSliderComponent.prototype.connectedCallback = function () {
112
- if (_super.prototype["connectedCallback"]) {
113
- _super.prototype["connectedCallback"].call(this);
114
- }
115
- if (this.i.connectedCallback) {
116
- this.i.connectedCallback();
117
- }
118
- if (!this._attached) {
119
- this._attached = true;
120
- this._flushQueuedAttributes();
121
- }
122
- };
123
- IgcMultiSliderComponent.prototype.disconnectedCallback = function () {
124
- if (_super.prototype["disconnectedCallback"]) {
125
- _super.prototype["disconnectedCallback"].call(this);
126
- }
127
- if (this.i.disconnectedCallback) {
128
- this.i.disconnectedCallback();
129
- }
130
- if (this._attached) {
131
- this._attached = false;
132
- }
133
- };
134
- Object.defineProperty(IgcMultiSliderComponent, "observedAttributes", {
135
- get: function () {
136
- if (IgcMultiSliderComponent._observedAttributesIgcMultiSliderComponent == null) {
137
- var names = getAllPropertyNames(IgcMultiSliderComponent);
138
- for (var i = 0; i < names.length; i++) {
139
- names[i] = toSpinal(names[i]);
140
- }
141
- IgcMultiSliderComponent._observedAttributesIgcMultiSliderComponent = names;
142
- }
143
- return IgcMultiSliderComponent._observedAttributesIgcMultiSliderComponent;
144
- },
145
- enumerable: false,
146
- configurable: true
147
- });
148
- IgcMultiSliderComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
149
- if (this._settingAttributes) {
150
- return;
151
- }
152
- var setName = fromSpinal(name);
153
- this._updatingFromAttribute = true;
154
- this[setName] = newValue;
155
- this._updatingFromAttribute = false;
156
- };
157
- IgcMultiSliderComponent.register = function () {
158
- if (!IgcMultiSliderComponent._isElementRegistered) {
159
- IgcMultiSliderComponent._isElementRegistered = true;
160
- RegisterElementHelper.registerElement(IgcMultiSliderComponent.htmlTagName, IgcMultiSliderComponent);
161
- }
162
- };
163
- Object.defineProperty(IgcMultiSliderComponent.prototype, "thumbs", {
164
- /**
165
- * Gets the column definitions that are assigned to the grid. This collection can be modified to add or remove columns in the grid.
166
- */
167
- get: function () {
168
- if (this._thumbs === null) {
169
- var coll = new IgcMultiSliderThumbCollection();
170
- var innerColl = this.i.thumbs;
171
- if (!innerColl) {
172
- innerColl = new MultiSliderThumbCollection_internal();
173
- }
174
- this._thumbs = coll._fromInner(innerColl);
175
- }
176
- return this._thumbs;
177
- },
178
- set: function (v) {
179
- if (this._thumbs !== null) {
180
- this._thumbs._setSyncTarget(null);
181
- this._thumbs = null;
182
- }
183
- var coll = new IgcMultiSliderThumbCollection();
184
- this._thumbs = coll._fromOuter(v);
185
- var syncColl = new SyncableObservableCollection$1(MultiSliderThumb.$type);
186
- var innerColl = this.i.thumbs;
187
- if (!innerColl) {
188
- innerColl = new MultiSliderThumbCollection_internal();
189
- }
190
- syncColl._inner = innerColl;
191
- syncColl.clear();
192
- this._thumbs._setSyncTarget(syncColl);
193
- },
194
- enumerable: false,
195
- configurable: true
196
- });
197
- Object.defineProperty(IgcMultiSliderComponent.prototype, "min", {
198
- get: function () {
199
- return this.i.bg;
200
- },
201
- set: function (v) {
202
- this.i.bg = +v;
203
- this._a("min", this.i.bg);
204
- },
205
- enumerable: false,
206
- configurable: true
207
- });
208
- Object.defineProperty(IgcMultiSliderComponent.prototype, "max", {
209
- get: function () {
210
- return this.i.bf;
211
- },
212
- set: function (v) {
213
- this.i.bf = +v;
214
- this._a("max", this.i.bf);
215
- },
216
- enumerable: false,
217
- configurable: true
218
- });
219
- Object.defineProperty(IgcMultiSliderComponent.prototype, "step", {
220
- get: function () {
221
- return this.i.bl;
222
- },
223
- set: function (v) {
224
- this.i.bl = +v;
225
- this._a("step", this.i.bl);
226
- },
227
- enumerable: false,
228
- configurable: true
229
- });
230
- Object.defineProperty(IgcMultiSliderComponent.prototype, "yMax", {
231
- get: function () {
232
- return this.i.bu;
233
- },
234
- set: function (v) {
235
- this.i.bu = +v;
236
- this._a("yMax", this.i.bu);
237
- },
238
- enumerable: false,
239
- configurable: true
240
- });
241
- Object.defineProperty(IgcMultiSliderComponent.prototype, "yMin", {
242
- get: function () {
243
- return this.i.bv;
244
- },
245
- set: function (v) {
246
- this.i.bv = +v;
247
- this._a("yMin", this.i.bv);
248
- },
249
- enumerable: false,
250
- configurable: true
251
- });
252
- Object.defineProperty(IgcMultiSliderComponent.prototype, "yStep", {
253
- get: function () {
254
- return this.i.bx;
255
- },
256
- set: function (v) {
257
- this.i.bx = +v;
258
- this._a("yStep", this.i.bx);
259
- },
260
- enumerable: false,
261
- configurable: true
262
- });
263
- Object.defineProperty(IgcMultiSliderComponent.prototype, "pixelScalingRatio", {
264
- /**
265
- * Gets or sets the scaling value used to affect the pixel density of the control.
266
- * A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control
267
- * to appear blurry.
268
- */
269
- get: function () {
270
- return this.i.bh;
271
- },
272
- set: function (v) {
273
- this.i.bh = +v;
274
- this._a("pixelScalingRatio", this.i.bh);
275
- },
276
- enumerable: false,
277
- configurable: true
278
- });
279
- Object.defineProperty(IgcMultiSliderComponent.prototype, "actualPixelScalingRatio", {
280
- get: function () {
281
- return this.i.a9;
282
- },
283
- set: function (v) {
284
- this.i.a9 = +v;
285
- this._a("actualPixelScalingRatio", this.i.a9);
286
- },
287
- enumerable: false,
288
- configurable: true
289
- });
290
- Object.defineProperty(IgcMultiSliderComponent.prototype, "windowRect", {
291
- get: function () {
292
- return fromRect(this.i.e1);
293
- },
294
- set: function (v) {
295
- this.i.e1 = toRect(v);
296
- this._a("windowRect", rectToString(this.i.e1));
297
- },
298
- enumerable: false,
299
- configurable: true
300
- });
301
- Object.defineProperty(IgcMultiSliderComponent.prototype, "yValue", {
302
- get: function () {
303
- return this.i.b0;
304
- },
305
- set: function (v) {
306
- this.i.b0 = +v;
307
- this._a("yValue", this.i.b0);
308
- },
309
- enumerable: false,
310
- configurable: true
311
- });
312
- Object.defineProperty(IgcMultiSliderComponent.prototype, "startInset", {
313
- get: function () {
314
- return this.i.bk;
315
- },
316
- set: function (v) {
317
- this.i.bk = +v;
318
- this._a("startInset", this.i.bk);
319
- },
320
- enumerable: false,
321
- configurable: true
322
- });
323
- Object.defineProperty(IgcMultiSliderComponent.prototype, "endInset", {
324
- get: function () {
325
- return this.i.be;
326
- },
327
- set: function (v) {
328
- this.i.be = +v;
329
- this._a("endInset", this.i.be);
330
- },
331
- enumerable: false,
332
- configurable: true
333
- });
334
- Object.defineProperty(IgcMultiSliderComponent.prototype, "trackStartInset", {
335
- get: function () {
336
- return this.i.bq;
337
- },
338
- set: function (v) {
339
- this.i.bq = +v;
340
- this._a("trackStartInset", this.i.bq);
341
- },
342
- enumerable: false,
343
- configurable: true
344
- });
345
- Object.defineProperty(IgcMultiSliderComponent.prototype, "trackEndInset", {
346
- get: function () {
347
- return this.i.bp;
348
- },
349
- set: function (v) {
350
- this.i.bp = +v;
351
- this._a("trackEndInset", this.i.bp);
352
- },
353
- enumerable: false,
354
- configurable: true
355
- });
356
- Object.defineProperty(IgcMultiSliderComponent.prototype, "yTrackStartInset", {
357
- get: function () {
358
- return this.i.bz;
359
- },
360
- set: function (v) {
361
- this.i.bz = +v;
362
- this._a("yTrackStartInset", this.i.bz);
363
- },
364
- enumerable: false,
365
- configurable: true
366
- });
367
- Object.defineProperty(IgcMultiSliderComponent.prototype, "yTrackEndInset", {
368
- get: function () {
369
- return this.i.by;
370
- },
371
- set: function (v) {
372
- this.i.by = +v;
373
- this._a("yTrackEndInset", this.i.by);
374
- },
375
- enumerable: false,
376
- configurable: true
377
- });
378
- Object.defineProperty(IgcMultiSliderComponent.prototype, "barExtent", {
379
- get: function () {
380
- return this.i.bb;
381
- },
382
- set: function (v) {
383
- this.i.bb = +v;
384
- this._a("barExtent", this.i.bb);
385
- },
386
- enumerable: false,
387
- configurable: true
388
- });
389
- Object.defineProperty(IgcMultiSliderComponent.prototype, "orientation", {
390
- get: function () {
391
- return this.i.e;
392
- },
393
- set: function (v) {
394
- this.i.e = ensureEnum(MultiSliderOrientation_$type, v);
395
- this._a("orientation", enumToString(MultiSliderOrientation_$type, this.i.e));
396
- },
397
- enumerable: false,
398
- configurable: true
399
- });
400
- Object.defineProperty(IgcMultiSliderComponent.prototype, "thumbBrush", {
401
- get: function () {
402
- return brushToString(this.i.es);
403
- },
404
- set: function (v) {
405
- this.i.es = stringToBrush(v);
406
- this._a("thumbBrush", brushToString(this.i.es));
407
- },
408
- enumerable: false,
409
- configurable: true
410
- });
411
- Object.defineProperty(IgcMultiSliderComponent.prototype, "thumbStrokeThickness", {
412
- get: function () {
413
- return this.i.bn;
414
- },
415
- set: function (v) {
416
- this.i.bn = +v;
417
- this._a("thumbStrokeThickness", this.i.bn);
418
- },
419
- enumerable: false,
420
- configurable: true
421
- });
422
- Object.defineProperty(IgcMultiSliderComponent.prototype, "thumbOutline", {
423
- get: function () {
424
- return brushToString(this.i.et);
425
- },
426
- set: function (v) {
427
- this.i.et = stringToBrush(v);
428
- this._a("thumbOutline", brushToString(this.i.et));
429
- },
430
- enumerable: false,
431
- configurable: true
432
- });
433
- Object.defineProperty(IgcMultiSliderComponent.prototype, "thumbWidth", {
434
- get: function () {
435
- return this.i.bo;
436
- },
437
- set: function (v) {
438
- this.i.bo = +v;
439
- this._a("thumbWidth", this.i.bo);
440
- },
441
- enumerable: false,
442
- configurable: true
443
- });
444
- Object.defineProperty(IgcMultiSliderComponent.prototype, "thumbHeight", {
445
- get: function () {
446
- return this.i.bm;
447
- },
448
- set: function (v) {
449
- this.i.bm = +v;
450
- this._a("thumbHeight", this.i.bm);
451
- },
452
- enumerable: false,
453
- configurable: true
454
- });
455
- Object.defineProperty(IgcMultiSliderComponent.prototype, "barBrush", {
456
- get: function () {
457
- return brushToString(this.i.ek);
458
- },
459
- set: function (v) {
460
- this.i.ek = stringToBrush(v);
461
- this._a("barBrush", brushToString(this.i.ek));
462
- },
463
- enumerable: false,
464
- configurable: true
465
- });
466
- Object.defineProperty(IgcMultiSliderComponent.prototype, "barOutline", {
467
- get: function () {
468
- return brushToString(this.i.el);
469
- },
470
- set: function (v) {
471
- this.i.el = stringToBrush(v);
472
- this._a("barOutline", brushToString(this.i.el));
473
- },
474
- enumerable: false,
475
- configurable: true
476
- });
477
- Object.defineProperty(IgcMultiSliderComponent.prototype, "barStrokeThickness", {
478
- get: function () {
479
- return this.i.bc;
480
- },
481
- set: function (v) {
482
- this.i.bc = +v;
483
- this._a("barStrokeThickness", this.i.bc);
484
- },
485
- enumerable: false,
486
- configurable: true
487
- });
488
- Object.defineProperty(IgcMultiSliderComponent.prototype, "rangeThumbBrush", {
489
- get: function () {
490
- return brushToString(this.i.ep);
491
- },
492
- set: function (v) {
493
- this.i.ep = stringToBrush(v);
494
- this._a("rangeThumbBrush", brushToString(this.i.ep));
495
- },
496
- enumerable: false,
497
- configurable: true
498
- });
499
- Object.defineProperty(IgcMultiSliderComponent.prototype, "rangeThumbOutline", {
500
- get: function () {
501
- return brushToString(this.i.eq);
502
- },
503
- set: function (v) {
504
- this.i.eq = stringToBrush(v);
505
- this._a("rangeThumbOutline", brushToString(this.i.eq));
506
- },
507
- enumerable: false,
508
- configurable: true
509
- });
510
- Object.defineProperty(IgcMultiSliderComponent.prototype, "rangeThumbStrokeThickness", {
511
- get: function () {
512
- return this.i.bj;
513
- },
514
- set: function (v) {
515
- this.i.bj = +v;
516
- this._a("rangeThumbStrokeThickness", this.i.bj);
517
- },
518
- enumerable: false,
519
- configurable: true
520
- });
521
- Object.defineProperty(IgcMultiSliderComponent.prototype, "rangeThumbRidgesBrush", {
522
- get: function () {
523
- return brushToString(this.i.er);
524
- },
525
- set: function (v) {
526
- this.i.er = stringToBrush(v);
527
- this._a("rangeThumbRidgesBrush", brushToString(this.i.er));
528
- },
529
- enumerable: false,
530
- configurable: true
531
- });
532
- Object.defineProperty(IgcMultiSliderComponent.prototype, "thumbRidgesBrush", {
533
- get: function () {
534
- return brushToString(this.i.eu);
535
- },
536
- set: function (v) {
537
- this.i.eu = stringToBrush(v);
538
- this._a("thumbRidgesBrush", brushToString(this.i.eu));
539
- },
540
- enumerable: false,
541
- configurable: true
542
- });
543
- Object.defineProperty(IgcMultiSliderComponent.prototype, "calloutBrush", {
544
- get: function () {
545
- return brushToString(this.i.em);
546
- },
547
- set: function (v) {
548
- this.i.em = stringToBrush(v);
549
- this._a("calloutBrush", brushToString(this.i.em));
550
- },
551
- enumerable: false,
552
- configurable: true
553
- });
554
- Object.defineProperty(IgcMultiSliderComponent.prototype, "calloutTextColor", {
555
- get: function () {
556
- return brushToString(this.i.eo);
557
- },
558
- set: function (v) {
559
- this.i.eo = stringToBrush(v);
560
- this._a("calloutTextColor", brushToString(this.i.eo));
561
- },
562
- enumerable: false,
563
- configurable: true
564
- });
565
- Object.defineProperty(IgcMultiSliderComponent.prototype, "calloutOutline", {
566
- get: function () {
567
- return brushToString(this.i.en);
568
- },
569
- set: function (v) {
570
- this.i.en = stringToBrush(v);
571
- this._a("calloutOutline", brushToString(this.i.en));
572
- },
573
- enumerable: false,
574
- configurable: true
575
- });
576
- Object.defineProperty(IgcMultiSliderComponent.prototype, "calloutStrokeThickness", {
577
- get: function () {
578
- return this.i.bd;
579
- },
580
- set: function (v) {
581
- this.i.bd = +v;
582
- this._a("calloutStrokeThickness", this.i.bd);
583
- },
584
- enumerable: false,
585
- configurable: true
586
- });
587
- Object.defineProperty(IgcMultiSliderComponent.prototype, "isCustomThumbProvided", {
588
- get: function () {
589
- return this.i.ac;
590
- },
591
- enumerable: false,
592
- configurable: true
593
- });
594
- Object.defineProperty(IgcMultiSliderComponent.prototype, "isCustomRangeThumbProvided", {
595
- get: function () {
596
- return this.i.aa;
597
- },
598
- enumerable: false,
599
- configurable: true
600
- });
601
- Object.defineProperty(IgcMultiSliderComponent.prototype, "isCustomBarProvided", {
602
- get: function () {
603
- return this.i.z;
604
- },
605
- enumerable: false,
606
- configurable: true
607
- });
608
- Object.defineProperty(IgcMultiSliderComponent.prototype, "isCustomShadeProvided", {
609
- get: function () {
610
- return this.i.ab;
611
- },
612
- enumerable: false,
613
- configurable: true
614
- });
615
- Object.defineProperty(IgcMultiSliderComponent.prototype, "areThumbCalloutsEnabled", {
616
- get: function () {
617
- return this.i.t;
618
- },
619
- set: function (v) {
620
- this.i.t = ensureBool(v);
621
- this._a("areThumbCalloutsEnabled", this.i.t);
622
- },
623
- enumerable: false,
624
- configurable: true
625
- });
626
- Object.defineProperty(IgcMultiSliderComponent.prototype, "thumbCalloutTextStyle", {
627
- get: function () {
628
- if (this.i.p == null) {
629
- return null;
630
- }
631
- return this.i.p.fontString;
632
- },
633
- set: function (v) {
634
- var fi = new FontInfo();
635
- fi.fontString = v;
636
- this.i.p = fi;
637
- this._a("thumbCalloutTextStyle", this.i.p != null ? this.i.p.fontString : "");
638
- },
639
- enumerable: false,
640
- configurable: true
641
- });
642
- IgcMultiSliderComponent.prototype.findByName = function (name) {
643
- if (this.findEphemera) {
644
- if (name && name.indexOf("@@e:") == 0) {
645
- return this.findEphemera(name);
646
- }
647
- }
648
- if (this.thumbs != null && this.thumbs.findByName && this.thumbs.findByName(name)) {
649
- return this.thumbs.findByName(name);
650
- }
651
- return null;
652
- };
653
- Object.defineProperty(IgcMultiSliderComponent.prototype, "hasUserValues", {
654
- get: function () {
655
- return this._hasUserValues;
656
- },
657
- enumerable: false,
658
- configurable: true
659
- });
660
- IgcMultiSliderComponent.prototype.__m = function (propertyName) {
661
- if (!this._inStyling) {
662
- this._hasUserValues.add(propertyName);
663
- }
664
- };
665
- IgcMultiSliderComponent.prototype._styling = function (container, component, parent) {
666
- if (this._inStyling) {
667
- return;
668
- }
669
- this._inStyling = true;
670
- this._stylingContainer = container;
671
- this._stylingParent = component;
672
- var genericPrefix = "";
673
- var typeName = this.i.$type.name;
674
- if (typeName.indexOf("Xam") === 0) {
675
- typeName = typeName.substring(3);
676
- }
677
- genericPrefix = toSpinal("MultiSliderComponent");
678
- var additionalPrefixes = [];
679
- var prefix = toSpinal(typeName);
680
- additionalPrefixes.push(prefix + "-");
681
- var b = this.i.$type.baseType;
682
- while (b && b.name != "Object" &&
683
- b.name != "Base" &&
684
- b.name != "Control" &&
685
- b.Name != "DependencyObject" &&
686
- b.Name != "FrameworkElement") {
687
- typeName = b.name;
688
- if (typeName.indexOf("Xam") === 0) {
689
- typeName = typeName.substring(3);
690
- }
691
- var basePrefix = toSpinal(typeName);
692
- additionalPrefixes.push(basePrefix + "-");
693
- b = b.baseType;
694
- }
695
- if (parent) {
696
- var parentTypeName = parent.i.$type.name;
697
- if (parentTypeName.indexOf("Xam") === 0) {
698
- parentTypeName = parentTypeName.substring(3);
699
- }
700
- var parentPrefix = toSpinal(parentTypeName);
701
- additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
702
- additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
703
- }
704
- initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
705
- if (this._otherStyling) {
706
- this._otherStyling(container, component, parent);
707
- }
708
- this._inStyling = false;
709
- };
710
- IgcMultiSliderComponent.prototype.onDetachedFromUI = function () {
711
- this.i.onDetachedFromUI();
712
- };
713
- IgcMultiSliderComponent.prototype.onAttachedToUI = function () {
714
- this.i.onAttachedToUI();
715
- };
716
- /**
717
- * Called by the UI framework to provide a UI container for rendering this control.
718
-
719
- * @param container * The UI container element.
720
- */
721
- IgcMultiSliderComponent.prototype.provideContainer = function (container) {
722
- this.i.provideContainer(container);
723
- };
724
- IgcMultiSliderComponent.prototype.flush = function () {
725
- this.i.c7();
726
- };
727
- IgcMultiSliderComponent.prototype.trackDirty = function () {
728
- this.i.trackDirty();
729
- };
730
- /**
731
- * Shows the ZoomSlider.
732
-
733
- */
734
- IgcMultiSliderComponent.prototype.show = function () {
735
- this.i.dw();
736
- };
737
- /**
738
- * Hides the ZoomSlider.
739
-
740
- */
741
- IgcMultiSliderComponent.prototype.hide = function () {
742
- this.i.c8();
743
- };
744
- Object.defineProperty(IgcMultiSliderComponent.prototype, "resolvingToolTipValue", {
745
- get: function () {
746
- return this._resolvingToolTipValue;
747
- },
748
- set: function (ev) {
749
- var _this = this;
750
- if (this._resolvingToolTipValue_wrapped !== null) {
751
- this.i.resolvingToolTipValue = delegateRemove(this.i.resolvingToolTipValue, this._resolvingToolTipValue_wrapped);
752
- this._resolvingToolTipValue_wrapped = null;
753
- this._resolvingToolTipValue = null;
754
- }
755
- this._resolvingToolTipValue = ev;
756
- this._resolvingToolTipValue_wrapped = function (o, e) {
757
- var outerArgs = new IgcMultiSliderResolvingToolTipValueEventArgs();
758
- outerArgs._provideImplementation(e);
759
- if (_this.beforeResolvingToolTipValue) {
760
- _this.beforeResolvingToolTipValue(_this, outerArgs);
761
- }
762
- if (_this._resolvingToolTipValue) {
763
- _this._resolvingToolTipValue(_this, outerArgs);
764
- }
765
- };
766
- this.i.resolvingToolTipValue = delegateCombine(this.i.resolvingToolTipValue, this._resolvingToolTipValue_wrapped);
767
- ;
768
- },
769
- enumerable: false,
770
- configurable: true
771
- });
772
- Object.defineProperty(IgcMultiSliderComponent.prototype, "thumbValueChanging", {
773
- get: function () {
774
- return this._thumbValueChanging;
775
- },
776
- set: function (ev) {
777
- var _this = this;
778
- if (this._thumbValueChanging_wrapped !== null) {
779
- this.i.thumbValueChanging = delegateRemove(this.i.thumbValueChanging, this._thumbValueChanging_wrapped);
780
- this._thumbValueChanging_wrapped = null;
781
- this._thumbValueChanging = null;
782
- }
783
- this._thumbValueChanging = ev;
784
- this._thumbValueChanging_wrapped = function (o, e) {
785
- var outerArgs = new IgcMultiSliderThumbValueChangingEventArgs();
786
- outerArgs._provideImplementation(e);
787
- if (_this.beforeThumbValueChanging) {
788
- _this.beforeThumbValueChanging(_this, outerArgs);
789
- }
790
- if (_this._thumbValueChanging) {
791
- _this._thumbValueChanging(_this, outerArgs);
792
- }
793
- };
794
- this.i.thumbValueChanging = delegateCombine(this.i.thumbValueChanging, this._thumbValueChanging_wrapped);
795
- ;
796
- },
797
- enumerable: false,
798
- configurable: true
799
- });
800
- Object.defineProperty(IgcMultiSliderComponent.prototype, "thumbValueChanged", {
801
- get: function () {
802
- return this._thumbValueChanged;
803
- },
804
- set: function (ev) {
805
- var _this = this;
806
- if (this._thumbValueChanged_wrapped !== null) {
807
- this.i.thumbValueChanged = delegateRemove(this.i.thumbValueChanged, this._thumbValueChanged_wrapped);
808
- this._thumbValueChanged_wrapped = null;
809
- this._thumbValueChanged = null;
810
- }
811
- this._thumbValueChanged = ev;
812
- this._thumbValueChanged_wrapped = function (o, e) {
813
- var outerArgs = new IgcMultiSliderThumbValueChangingEventArgs();
814
- outerArgs._provideImplementation(e);
815
- if (_this.beforeThumbValueChanged) {
816
- _this.beforeThumbValueChanged(_this, outerArgs);
817
- }
818
- if (_this._thumbValueChanged) {
819
- _this._thumbValueChanged(_this, outerArgs);
820
- }
821
- };
822
- this.i.thumbValueChanged = delegateCombine(this.i.thumbValueChanged, this._thumbValueChanged_wrapped);
823
- ;
824
- },
825
- enumerable: false,
826
- configurable: true
827
- });
828
- Object.defineProperty(IgcMultiSliderComponent.prototype, "yValueChanging", {
829
- get: function () {
830
- return this._yValueChanging;
831
- },
832
- set: function (ev) {
833
- var _this = this;
834
- if (this._yValueChanging_wrapped !== null) {
835
- this.i.yValueChanging = delegateRemove(this.i.yValueChanging, this._yValueChanging_wrapped);
836
- this._yValueChanging_wrapped = null;
837
- this._yValueChanging = null;
838
- }
839
- this._yValueChanging = ev;
840
- this._yValueChanging_wrapped = function (o, e) {
841
- var outerArgs = new IgcMultiSliderYValueChangingEventArgs();
842
- outerArgs._provideImplementation(e);
843
- if (_this.beforeYValueChanging) {
844
- _this.beforeYValueChanging(_this, outerArgs);
845
- }
846
- if (_this._yValueChanging) {
847
- _this._yValueChanging(_this, outerArgs);
848
- }
849
- };
850
- this.i.yValueChanging = delegateCombine(this.i.yValueChanging, this._yValueChanging_wrapped);
851
- ;
852
- },
853
- enumerable: false,
854
- configurable: true
855
- });
856
- Object.defineProperty(IgcMultiSliderComponent.prototype, "yValueChanged", {
857
- get: function () {
858
- return this._yValueChanged;
859
- },
860
- set: function (ev) {
861
- var _this = this;
862
- if (this._yValueChanged_wrapped !== null) {
863
- this.i.yValueChanged = delegateRemove(this.i.yValueChanged, this._yValueChanged_wrapped);
864
- this._yValueChanged_wrapped = null;
865
- this._yValueChanged = null;
866
- }
867
- this._yValueChanged = ev;
868
- this._yValueChanged_wrapped = function (o, e) {
869
- var outerArgs = new IgcMultiSliderYValueChangingEventArgs();
870
- outerArgs._provideImplementation(e);
871
- if (_this.beforeYValueChanged) {
872
- _this.beforeYValueChanged(_this, outerArgs);
873
- }
874
- if (_this._yValueChanged) {
875
- _this._yValueChanged(_this, outerArgs);
876
- }
877
- };
878
- this.i.yValueChanged = delegateCombine(this.i.yValueChanged, this._yValueChanged_wrapped);
879
- ;
880
- },
881
- enumerable: false,
882
- configurable: true
883
- });
884
- IgcMultiSliderComponent._observedAttributesIgcMultiSliderComponent = null;
885
- IgcMultiSliderComponent.htmlTagName = "igc-multi-slider";
886
- IgcMultiSliderComponent._isElementRegistered = false;
887
- return IgcMultiSliderComponent;
888
- }(IgcHTMLElement));