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,1023 +0,0 @@
1
- import { XButtonGroup } from "./XButtonGroup";
2
- import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
3
- import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
4
- import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
5
- import { TypeRegistrar } from "igniteui-webcomponents-core";
6
- import { RegisterElementHelper } from "igniteui-webcomponents-core";
7
- import { IgcXButtonComponent } from './igc-x-button-component';
8
- import { IgcXButtonGroupButtonCollection } from './igc-x-button-group-button-collection';
9
- import { CollectionAdapter } from "igniteui-webcomponents-core";
10
- import { NotifyCollectionChangedAction } from "igniteui-webcomponents-core";
11
- import { ButtonGroupOrientation_$type } from './ButtonGroupOrientation';
12
- import { IgcButtonGroupSelectionChangedEventArgs } from './igc-button-group-selection-changed-event-args';
13
- import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
14
- import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
15
- import { ButtonGroupDisplayStyle_$type } from './ButtonGroupDisplayStyle';
16
- import { IgcHTMLElement } from "igniteui-webcomponents-core";
17
- let IgcXButtonGroupComponent = /*@__PURE__*/ (() => {
18
- class IgcXButtonGroupComponent extends IgcHTMLElement {
19
- /**
20
- * A collection or manually added axes for the chart.
21
- */
22
- get buttons() {
23
- if (this._buttons === null) {
24
- let coll = new IgcXButtonGroupButtonCollection();
25
- let inner = coll._innerColl;
26
- inner.addListener((sender, e) => {
27
- switch (e.action) {
28
- case NotifyCollectionChangedAction.Add:
29
- this._buttonsAdapter.insertManualItem(e.newStartingIndex, e.newItems.item(0));
30
- break;
31
- case NotifyCollectionChangedAction.Remove:
32
- this._buttonsAdapter.removeManualItemAt(e.oldStartingIndex);
33
- break;
34
- case NotifyCollectionChangedAction.Replace:
35
- this._buttonsAdapter.removeManualItemAt(e.oldStartingIndex);
36
- this._buttonsAdapter.insertManualItem(e.newStartingIndex, e.newItems.item(0));
37
- break;
38
- case NotifyCollectionChangedAction.Reset:
39
- this._buttonsAdapter.clearManualItems();
40
- break;
41
- }
42
- });
43
- this._buttons = coll;
44
- }
45
- return this._buttons;
46
- }
47
- constructor() {
48
- super();
49
- this.contentButtons = [];
50
- /**
51
- * The style mappings actually present in the treemap. Do not directly modify this array.
52
- * This array's contents can be modified by causing Angular to reproject the child content.
53
- * Or adding and removing style mappings from the manual style mappings collection on the buttons property.
54
- */
55
- this.actualButtons = [];
56
- this._buttons = null;
57
- this._buttonsAdapter = null;
58
- this._disconnected = false;
59
- this._settingAttributes = false;
60
- this._attached = false;
61
- this._queuedSetAttributes = [];
62
- this._updatingFromAttribute = false;
63
- this.__p = null;
64
- this._hasUserValues = new Set();
65
- this._stylingContainer = null;
66
- this._stylingParent = null;
67
- this._inStyling = false;
68
- this._selectionChanged = null;
69
- this._selectionChanged_wrapped = null;
70
- if (this._styling) {
71
- NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
72
- }
73
- this._portalManager = new PortalManager("buttonContent");
74
- this._renderer = new WebComponentRenderer(this, document, true, {}, this._portalManager);
75
- this._container = this._renderer.createElement("div");
76
- this._renderer.updateRoot(this._container);
77
- this._implementation = this.createImplementation();
78
- this._implementation.externalObject = this;
79
- //this._container.setStyleProperty("width", "100%");
80
- //this._container.setStyleProperty("height", "100%");
81
- var root;
82
- root = this._container;
83
- if (this._container.getNativeElement() != null) {
84
- root = this._container.getNativeElement();
85
- }
86
- this._wrapper = this._renderer;
87
- var buttonGroup = this.i;
88
- this._buttonGroup = buttonGroup;
89
- this._buttonsAdapter = new CollectionAdapter(this.contentButtons, this.i.buttons, this.actualButtons, (c) => c.i, (i) => {
90
- if (this._container && this._container.getNativeElement().parentElement) {
91
- i._styling(this, this, this);
92
- }
93
- }, (i) => { });
94
- buttonGroup.provideContainer(this._renderer);
95
- this._onChildrenChanged();
96
- //Checkbox.notifySizeChanged();
97
- let mut = new MutationObserver((list) => {
98
- for (var mutation of list) {
99
- if (mutation.type == 'childList') {
100
- this._onChildrenChanged();
101
- this.updateButtons();
102
- }
103
- }
104
- });
105
- mut.observe(this, {
106
- childList: true
107
- });
108
- //this._renderer.addSizeWatcher(() => {
109
- // this._checkbox.notifySizeChanged();
110
- //});
111
- }
112
- _onChildrenChanged() {
113
- var children = [];
114
- for (var i = 0; i < this.childNodes.length; i++) {
115
- var child = this.childNodes[i];
116
- if (child !== this._container.getNativeElement()) {
117
- children.push(child);
118
- }
119
- }
120
- this._portalManager.onChildrenChanged(children);
121
- }
122
- updateButtons() {
123
- this.contentButtons.length = 0;
124
- for (var i = 0; i < this.children.length; i++) {
125
- if (this.children[i] instanceof IgcXButtonComponent) {
126
- this.contentButtons.push(this.children[i]);
127
- }
128
- }
129
- var childContent = this.querySelector("igc-child-content");
130
- if (childContent) {
131
- for (var i = 0; i < childContent.children.length; i++) {
132
- if (childContent.children[i] instanceof IgcXButtonComponent) {
133
- this.contentButtons.push(childContent.children[i]);
134
- }
135
- }
136
- }
137
- if (this._buttonsAdapter != null) {
138
- this._buttonsAdapter.notifyContentChanged();
139
- }
140
- }
141
- // supports angular themes or custom properties set in CSS
142
- updateStyle() {
143
- this._styling(this, this);
144
- }
145
- destroy() {
146
- this._buttonGroup.destroy();
147
- this._wrapper.destroy();
148
- }
149
- createImplementation() {
150
- return new XButtonGroup();
151
- }
152
- disconnectedCallback() {
153
- this._disconnected = true;
154
- if (this.i) {
155
- this.i.onDetachedFromUI();
156
- }
157
- }
158
- connectedCallback() {
159
- if (this._disconnected) {
160
- this._disconnected = false;
161
- if (this.i) {
162
- this.i.onAttachedToUI();
163
- }
164
- return;
165
- }
166
- this.classList.add("ig-x-button-group");
167
- this.classList.add("igc-x-button-group");
168
- this.appendChild(this._container.getNativeElement());
169
- this._attached = true;
170
- this.style.display = "inline-block";
171
- //this.style.height = this._height;
172
- //this.style.width = this._width;
173
- this._flushQueuedAttributes();
174
- // supports themes or custom properties set in CSS
175
- this._styling(this, this);
176
- this.afterContentInit();
177
- }
178
- afterContentInit() {
179
- //this.i.notifySizeChanged();
180
- }
181
- /**
182
- * @hidden
183
- */
184
- get i() {
185
- return this._implementation;
186
- } /**
187
- * @hidden
188
- */
189
- static _createFromInternal(internal) {
190
- if (!internal) {
191
- return null;
192
- }
193
- if (!internal.$type) {
194
- return null;
195
- }
196
- let name = internal.$type.name;
197
- let externalName = "Igc" + name + "Component";
198
- if (!TypeRegistrar.isRegistered(externalName)) {
199
- return null;
200
- }
201
- return TypeRegistrar.create(externalName);
202
- }
203
- _enqueueSetAttribute(attrName, attrValue) {
204
- this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
205
- }
206
- _flushQueuedAttributes() {
207
- this._settingAttributes = true;
208
- for (let i = 0; i < this._queuedSetAttributes.length; i++) {
209
- this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
210
- }
211
- this._settingAttributes = false;
212
- this._queuedSetAttributes.length = 0;
213
- }
214
- _a(attrName, attrValue) {
215
- if (this._updatingFromAttribute) {
216
- return;
217
- }
218
- if (attrValue) {
219
- attrValue = attrValue.toString();
220
- }
221
- this._settingAttributes = true;
222
- attrName = toSpinal(attrName);
223
- if (this._attached) {
224
- this.setAttribute(attrName, attrValue);
225
- }
226
- else {
227
- this._enqueueSetAttribute(attrName, attrValue);
228
- }
229
- this._settingAttributes = false;
230
- }
231
- static get observedAttributes() {
232
- if (IgcXButtonGroupComponent._observedAttributesIgcXButtonGroupComponent == null) {
233
- let names = getAllPropertyNames(IgcXButtonGroupComponent);
234
- for (let i = 0; i < names.length; i++) {
235
- names[i] = toSpinal(names[i]);
236
- }
237
- IgcXButtonGroupComponent._observedAttributesIgcXButtonGroupComponent = names;
238
- }
239
- return IgcXButtonGroupComponent._observedAttributesIgcXButtonGroupComponent;
240
- }
241
- attributeChangedCallback(name, oldValue, newValue) {
242
- if (this._settingAttributes) {
243
- return;
244
- }
245
- let setName = fromSpinal(name);
246
- this._updatingFromAttribute = true;
247
- this[setName] = newValue;
248
- this._updatingFromAttribute = false;
249
- }
250
- static register() {
251
- if (!IgcXButtonGroupComponent._isElementRegistered) {
252
- IgcXButtonGroupComponent._isElementRegistered = true;
253
- RegisterElementHelper.registerElement(IgcXButtonGroupComponent.htmlTagName, IgcXButtonGroupComponent);
254
- }
255
- }
256
- /**
257
- * Gets or sets the display style to use for the button.
258
- */
259
- get displayType() {
260
- return this.i.i;
261
- }
262
- set displayType(v) {
263
- this.i.i = ensureEnum(ButtonGroupDisplayStyle_$type, v);
264
- this._a("displayType", enumToString(ButtonGroupDisplayStyle_$type, this.i.i));
265
- }
266
- /**
267
- * Gets or sets the base built in theme to use for the button group.
268
- */
269
- get baseTheme() {
270
- return this.i.q;
271
- }
272
- set baseTheme(v) {
273
- this.i.q = ensureEnum(BaseControlTheme_$type, v);
274
- this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.q));
275
- }
276
- /**
277
- * Gets or sets the display density to use for the button group.
278
- */
279
- get density() {
280
- return this.i.u;
281
- }
282
- set density(v) {
283
- this.i.u = ensureEnum(ControlDisplayDensity_$type, v);
284
- this._a("density", enumToString(ControlDisplayDensity_$type, this.i.u));
285
- }
286
- /**
287
- * Gets the actual display density to use for the button group.
288
- */
289
- get actualDensity() {
290
- return this.i.t;
291
- }
292
- set actualDensity(v) {
293
- this.i.t = ensureEnum(ControlDisplayDensity_$type, v);
294
- this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.t));
295
- }
296
- /**
297
- * Gets the currently selected button indices.
298
- */
299
- get selectedIndices() {
300
- return this.i.d;
301
- }
302
- set selectedIndices(v) {
303
- if (v && !Array.isArray(v) && typeof (v) == "string") {
304
- const re = /\s*(?:,|\s|$)\s*/gm;
305
- v = v.split(re);
306
- }
307
- this.i.d = v;
308
- }
309
- /**
310
- * Gets the actual item corner radius for the appropriate corners.
311
- */
312
- get actualItemCornerRadius() {
313
- return this.i.am;
314
- }
315
- set actualItemCornerRadius(v) {
316
- this.i.am = +v;
317
- this._a("actualItemCornerRadius", this.i.am);
318
- }
319
- /**
320
- * Gets the actual item background color.
321
- */
322
- get actualItemBackgroundColor() {
323
- return brushToString(this.i.e0);
324
- }
325
- set actualItemBackgroundColor(v) {
326
- this.i.e0 = stringToBrush(v);
327
- this._a("actualItemBackgroundColor", brushToString(this.i.e0));
328
- }
329
- /**
330
- * Gets the actual item background color.
331
- */
332
- get actualItemDisabledBackgroundColor() {
333
- return brushToString(this.i.e2);
334
- }
335
- set actualItemDisabledBackgroundColor(v) {
336
- this.i.e2 = stringToBrush(v);
337
- this._a("actualItemDisabledBackgroundColor", brushToString(this.i.e2));
338
- }
339
- /**
340
- * Gets the actual item text color.
341
- */
342
- get actualItemTextColor() {
343
- return brushToString(this.i.e7);
344
- }
345
- set actualItemTextColor(v) {
346
- this.i.e7 = stringToBrush(v);
347
- this._a("actualItemTextColor", brushToString(this.i.e7));
348
- }
349
- /**
350
- * Gets the actual item text color.
351
- */
352
- get actualItemDisabledTextColor() {
353
- return brushToString(this.i.e4);
354
- }
355
- set actualItemDisabledTextColor(v) {
356
- this.i.e4 = stringToBrush(v);
357
- this._a("actualItemDisabledTextColor", brushToString(this.i.e4));
358
- }
359
- /**
360
- * Gets the actual item border color.
361
- */
362
- get actualItemBorderColor() {
363
- return brushToString(this.i.e1);
364
- }
365
- set actualItemBorderColor(v) {
366
- this.i.e1 = stringToBrush(v);
367
- this._a("actualItemBorderColor", brushToString(this.i.e1));
368
- }
369
- /**
370
- * Gets the actual item border color.
371
- */
372
- get actualItemDisabledBorderColor() {
373
- return brushToString(this.i.e3);
374
- }
375
- set actualItemDisabledBorderColor(v) {
376
- this.i.e3 = stringToBrush(v);
377
- this._a("actualItemDisabledBorderColor", brushToString(this.i.e3));
378
- }
379
- /**
380
- * Gets the actual item border width.
381
- */
382
- get actualItemBorderWidth() {
383
- return this.i.al;
384
- }
385
- set actualItemBorderWidth(v) {
386
- this.i.al = +v;
387
- this._a("actualItemBorderWidth", this.i.al);
388
- }
389
- /**
390
- * Gets the actual selected item background color.
391
- */
392
- get actualSelectedItemBackgroundColor() {
393
- return brushToString(this.i.e8);
394
- }
395
- set actualSelectedItemBackgroundColor(v) {
396
- this.i.e8 = stringToBrush(v);
397
- this._a("actualSelectedItemBackgroundColor", brushToString(this.i.e8));
398
- }
399
- /**
400
- * Gets the stroke actual selected item text color.
401
- */
402
- get actualSelectedItemTextColor() {
403
- return brushToString(this.i.fb);
404
- }
405
- set actualSelectedItemTextColor(v) {
406
- this.i.fb = stringToBrush(v);
407
- this._a("actualSelectedItemTextColor", brushToString(this.i.fb));
408
- }
409
- /**
410
- * Gets the actual item hovered background color.
411
- */
412
- get actualItemHoverBackgroundColor() {
413
- return brushToString(this.i.e5);
414
- }
415
- set actualItemHoverBackgroundColor(v) {
416
- this.i.e5 = stringToBrush(v);
417
- this._a("actualItemHoverBackgroundColor", brushToString(this.i.e5));
418
- }
419
- /**
420
- * Gets the actual item text color.
421
- */
422
- get actualItemHoverTextColor() {
423
- return brushToString(this.i.e6);
424
- }
425
- set actualItemHoverTextColor(v) {
426
- this.i.e6 = stringToBrush(v);
427
- this._a("actualItemHoverTextColor", brushToString(this.i.e6));
428
- }
429
- /**
430
- * Gets the actual selected item hovered background color.
431
- */
432
- get actualSelectedItemHoverBackgroundColor() {
433
- return brushToString(this.i.e9);
434
- }
435
- set actualSelectedItemHoverBackgroundColor(v) {
436
- this.i.e9 = stringToBrush(v);
437
- this._a("actualSelectedItemHoverBackgroundColor", brushToString(this.i.e9));
438
- }
439
- /**
440
- * Gets the actual selected item hovered text color.
441
- */
442
- get actualSelectedItemHoverTextColor() {
443
- return brushToString(this.i.fa);
444
- }
445
- set actualSelectedItemHoverTextColor(v) {
446
- this.i.fa = stringToBrush(v);
447
- this._a("actualSelectedItemHoverTextColor", brushToString(this.i.fa));
448
- }
449
- /**
450
- * Gets or sets the corner radius to use for the appropriate corners for the item buttons.
451
- */
452
- get itemCornerRadius() {
453
- return this.i.a2;
454
- }
455
- set itemCornerRadius(v) {
456
- this.i.a2 = +v;
457
- this._a("itemCornerRadius", this.i.a2);
458
- }
459
- /**
460
- * Gets or sets the color to use the background of the buttons in the group.
461
- */
462
- get itemBackgroundColor() {
463
- return brushToString(this.i.ho);
464
- }
465
- set itemBackgroundColor(v) {
466
- this.i.ho = stringToBrush(v);
467
- this._a("itemBackgroundColor", brushToString(this.i.ho));
468
- }
469
- /**
470
- * Gets or sets the disabled color to use the background of the buttons in the group.
471
- */
472
- get itemDisabledBackgroundColor() {
473
- return brushToString(this.i.hq);
474
- }
475
- set itemDisabledBackgroundColor(v) {
476
- this.i.hq = stringToBrush(v);
477
- this._a("itemDisabledBackgroundColor", brushToString(this.i.hq));
478
- }
479
- /**
480
- * Gets or sets the color to use the text of the buttons in the group.
481
- */
482
- get itemTextColor() {
483
- return brushToString(this.i.hv);
484
- }
485
- set itemTextColor(v) {
486
- this.i.hv = stringToBrush(v);
487
- this._a("itemTextColor", brushToString(this.i.hv));
488
- }
489
- /**
490
- * Gets or sets the disabled color to use the text of the buttons in the group.
491
- */
492
- get itemDisabledTextColor() {
493
- return brushToString(this.i.hs);
494
- }
495
- set itemDisabledTextColor(v) {
496
- this.i.hs = stringToBrush(v);
497
- this._a("itemDisabledTextColor", brushToString(this.i.hs));
498
- }
499
- /**
500
- * Gets or sets the color to use the hovered background of the buttons in the group.
501
- */
502
- get itemHoverBackgroundColor() {
503
- return brushToString(this.i.ht);
504
- }
505
- set itemHoverBackgroundColor(v) {
506
- this.i.ht = stringToBrush(v);
507
- this._a("itemHoverBackgroundColor", brushToString(this.i.ht));
508
- }
509
- /**
510
- * Gets or sets the color to use the border of the buttons in the group.
511
- */
512
- get itemBorderColor() {
513
- return brushToString(this.i.hp);
514
- }
515
- set itemBorderColor(v) {
516
- this.i.hp = stringToBrush(v);
517
- this._a("itemBorderColor", brushToString(this.i.hp));
518
- }
519
- /**
520
- * Gets or sets the disabled color to use the border of the buttons in the group.
521
- */
522
- get itemDisabledBorderColor() {
523
- return brushToString(this.i.hr);
524
- }
525
- set itemDisabledBorderColor(v) {
526
- this.i.hr = stringToBrush(v);
527
- this._a("itemDisabledBorderColor", brushToString(this.i.hr));
528
- }
529
- /**
530
- * Gets or sets the border width to use for the buttons in the group.
531
- */
532
- get itemBorderWidth() {
533
- return this.i.a1;
534
- }
535
- set itemBorderWidth(v) {
536
- this.i.a1 = +v;
537
- this._a("itemBorderWidth", this.i.a1);
538
- }
539
- /**
540
- * Gets or sets the color to use the hovered text of the buttons in the group.
541
- */
542
- get itemHoverTextColor() {
543
- return brushToString(this.i.hu);
544
- }
545
- set itemHoverTextColor(v) {
546
- this.i.hu = stringToBrush(v);
547
- this._a("itemHoverTextColor", brushToString(this.i.hu));
548
- }
549
- /**
550
- * Gets or sets the color to use the background of the buttons in the group that are selected.
551
- */
552
- get selectedItemBackgroundColor() {
553
- return brushToString(this.i.h8);
554
- }
555
- set selectedItemBackgroundColor(v) {
556
- this.i.h8 = stringToBrush(v);
557
- this._a("selectedItemBackgroundColor", brushToString(this.i.h8));
558
- }
559
- /**
560
- * Gets or sets the color to use the text of the buttons in the group that are selected.
561
- */
562
- get selectedItemTextColor() {
563
- return brushToString(this.i.ib);
564
- }
565
- set selectedItemTextColor(v) {
566
- this.i.ib = stringToBrush(v);
567
- this._a("selectedItemTextColor", brushToString(this.i.ib));
568
- }
569
- /**
570
- * Gets or sets the color to use the hovered background of the buttons in the group that are selected.
571
- */
572
- get selectedItemHoverBackgroundColor() {
573
- return brushToString(this.i.h9);
574
- }
575
- set selectedItemHoverBackgroundColor(v) {
576
- this.i.h9 = stringToBrush(v);
577
- this._a("selectedItemHoverBackgroundColor", brushToString(this.i.h9));
578
- }
579
- /**
580
- * Gets or sets the color to use the hovered text of the buttons in the group that are selected.
581
- */
582
- get selectedItemHoverTextColor() {
583
- return brushToString(this.i.ia);
584
- }
585
- set selectedItemHoverTextColor(v) {
586
- this.i.ia = stringToBrush(v);
587
- this._a("selectedItemHoverTextColor", brushToString(this.i.ia));
588
- }
589
- /**
590
- * Gets or sets the corner radius to use for the appropriate corners for the outlined type item buttons.
591
- */
592
- get outlinedItemCornerRadius() {
593
- return this.i.a4;
594
- }
595
- set outlinedItemCornerRadius(v) {
596
- this.i.a4 = +v;
597
- this._a("outlinedItemCornerRadius", this.i.a4);
598
- }
599
- /**
600
- * Gets or sets the color to use the background of the buttons in the group when type is outlined.
601
- */
602
- get outlinedItemBackgroundColor() {
603
- return brushToString(this.i.hw);
604
- }
605
- set outlinedItemBackgroundColor(v) {
606
- this.i.hw = stringToBrush(v);
607
- this._a("outlinedItemBackgroundColor", brushToString(this.i.hw));
608
- }
609
- /**
610
- * Gets or sets the disabled color to use the background of the buttons in the group when type is outlined.
611
- */
612
- get outlinedItemDisabledBackgroundColor() {
613
- return brushToString(this.i.hy);
614
- }
615
- set outlinedItemDisabledBackgroundColor(v) {
616
- this.i.hy = stringToBrush(v);
617
- this._a("outlinedItemDisabledBackgroundColor", brushToString(this.i.hy));
618
- }
619
- /**
620
- * Gets or sets the color to use the text of the buttons in the group when type is outlined.
621
- */
622
- get outlinedItemTextColor() {
623
- return brushToString(this.i.h3);
624
- }
625
- set outlinedItemTextColor(v) {
626
- this.i.h3 = stringToBrush(v);
627
- this._a("outlinedItemTextColor", brushToString(this.i.h3));
628
- }
629
- /**
630
- * Gets or sets the disabled color to use the text of the buttons in the group when type is outlined.
631
- */
632
- get outlinedItemDisabledTextColor() {
633
- return brushToString(this.i.h0);
634
- }
635
- set outlinedItemDisabledTextColor(v) {
636
- this.i.h0 = stringToBrush(v);
637
- this._a("outlinedItemDisabledTextColor", brushToString(this.i.h0));
638
- }
639
- /**
640
- * Gets or sets the color to use the hovered background of the buttons in the group when type is outlined.
641
- */
642
- get outlinedItemHoverBackgroundColor() {
643
- return brushToString(this.i.h1);
644
- }
645
- set outlinedItemHoverBackgroundColor(v) {
646
- this.i.h1 = stringToBrush(v);
647
- this._a("outlinedItemHoverBackgroundColor", brushToString(this.i.h1));
648
- }
649
- /**
650
- * Gets or sets the color to use the border of the buttons in the group when type is outlined.
651
- */
652
- get outlinedItemBorderColor() {
653
- return brushToString(this.i.hx);
654
- }
655
- set outlinedItemBorderColor(v) {
656
- this.i.hx = stringToBrush(v);
657
- this._a("outlinedItemBorderColor", brushToString(this.i.hx));
658
- }
659
- /**
660
- * Gets or sets the disabled color to use the border of the buttons in the group when type is outlined.
661
- */
662
- get outlinedItemDisabledBorderColor() {
663
- return brushToString(this.i.hz);
664
- }
665
- set outlinedItemDisabledBorderColor(v) {
666
- this.i.hz = stringToBrush(v);
667
- this._a("outlinedItemDisabledBorderColor", brushToString(this.i.hz));
668
- }
669
- /**
670
- * Gets or sets the border width to use for the buttons in the group when type is outlined.
671
- */
672
- get outlinedItemBorderWidth() {
673
- return this.i.a3;
674
- }
675
- set outlinedItemBorderWidth(v) {
676
- this.i.a3 = +v;
677
- this._a("outlinedItemBorderWidth", this.i.a3);
678
- }
679
- /**
680
- * Gets or sets the color to use the hovered text of the buttons in the group when type is outlined.
681
- */
682
- get outlinedItemHoverTextColor() {
683
- return brushToString(this.i.h2);
684
- }
685
- set outlinedItemHoverTextColor(v) {
686
- this.i.h2 = stringToBrush(v);
687
- this._a("outlinedItemHoverTextColor", brushToString(this.i.h2));
688
- }
689
- /**
690
- * Gets or sets the color to use the background of the buttons in the group that are selected when type is outlined.
691
- */
692
- get outlinedSelectedItemBackgroundColor() {
693
- return brushToString(this.i.h4);
694
- }
695
- set outlinedSelectedItemBackgroundColor(v) {
696
- this.i.h4 = stringToBrush(v);
697
- this._a("outlinedSelectedItemBackgroundColor", brushToString(this.i.h4));
698
- }
699
- /**
700
- * Gets or sets the color to use the text of the buttons in the group that are selected when type is outlined.
701
- */
702
- get outlinedSelectedItemTextColor() {
703
- return brushToString(this.i.h7);
704
- }
705
- set outlinedSelectedItemTextColor(v) {
706
- this.i.h7 = stringToBrush(v);
707
- this._a("outlinedSelectedItemTextColor", brushToString(this.i.h7));
708
- }
709
- /**
710
- * Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is outlined.
711
- */
712
- get outlinedSelectedItemHoverBackgroundColor() {
713
- return brushToString(this.i.h5);
714
- }
715
- set outlinedSelectedItemHoverBackgroundColor(v) {
716
- this.i.h5 = stringToBrush(v);
717
- this._a("outlinedSelectedItemHoverBackgroundColor", brushToString(this.i.h5));
718
- }
719
- /**
720
- * Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is outlined.
721
- */
722
- get outlinedSelectedItemHoverTextColor() {
723
- return brushToString(this.i.h6);
724
- }
725
- set outlinedSelectedItemHoverTextColor(v) {
726
- this.i.h6 = stringToBrush(v);
727
- this._a("outlinedSelectedItemHoverTextColor", brushToString(this.i.h6));
728
- }
729
- /**
730
- * Gets or sets the corner radius to use for the appropriate corners for the flat type item buttons.
731
- */
732
- get flatItemCornerRadius() {
733
- return this.i.a0;
734
- }
735
- set flatItemCornerRadius(v) {
736
- this.i.a0 = +v;
737
- this._a("flatItemCornerRadius", this.i.a0);
738
- }
739
- /**
740
- * Gets or sets the color to use the background of the buttons in the group when type is flat.
741
- */
742
- get flatItemBackgroundColor() {
743
- return brushToString(this.i.hc);
744
- }
745
- set flatItemBackgroundColor(v) {
746
- this.i.hc = stringToBrush(v);
747
- this._a("flatItemBackgroundColor", brushToString(this.i.hc));
748
- }
749
- /**
750
- * Gets or sets the disabled color to use the background of the buttons in the group when type is flat.
751
- */
752
- get flatItemDisabledBackgroundColor() {
753
- return brushToString(this.i.he);
754
- }
755
- set flatItemDisabledBackgroundColor(v) {
756
- this.i.he = stringToBrush(v);
757
- this._a("flatItemDisabledBackgroundColor", brushToString(this.i.he));
758
- }
759
- /**
760
- * Gets or sets the color to use the text of the buttons in the group when type is flat.
761
- */
762
- get flatItemTextColor() {
763
- return brushToString(this.i.hj);
764
- }
765
- set flatItemTextColor(v) {
766
- this.i.hj = stringToBrush(v);
767
- this._a("flatItemTextColor", brushToString(this.i.hj));
768
- }
769
- /**
770
- * Gets or sets the disabled color to use the text of the buttons in the group when type is flat.
771
- */
772
- get flatItemDisabledTextColor() {
773
- return brushToString(this.i.hg);
774
- }
775
- set flatItemDisabledTextColor(v) {
776
- this.i.hg = stringToBrush(v);
777
- this._a("flatItemDisabledTextColor", brushToString(this.i.hg));
778
- }
779
- /**
780
- * Gets or sets the color to use the hovered background of the buttons in the group when type is flat.
781
- */
782
- get flatItemHoverBackgroundColor() {
783
- return brushToString(this.i.hh);
784
- }
785
- set flatItemHoverBackgroundColor(v) {
786
- this.i.hh = stringToBrush(v);
787
- this._a("flatItemHoverBackgroundColor", brushToString(this.i.hh));
788
- }
789
- /**
790
- * Gets or sets the color to use the border of the buttons in the group when type is flat.
791
- */
792
- get flatItemBorderColor() {
793
- return brushToString(this.i.hd);
794
- }
795
- set flatItemBorderColor(v) {
796
- this.i.hd = stringToBrush(v);
797
- this._a("flatItemBorderColor", brushToString(this.i.hd));
798
- }
799
- /**
800
- * Gets or sets the disabled color to use the border of the buttons in the group when type is flat.
801
- */
802
- get flatItemDisabledBorderColor() {
803
- return brushToString(this.i.hf);
804
- }
805
- set flatItemDisabledBorderColor(v) {
806
- this.i.hf = stringToBrush(v);
807
- this._a("flatItemDisabledBorderColor", brushToString(this.i.hf));
808
- }
809
- /**
810
- * Gets or sets the border width to use for the buttons in the group when type is flat.
811
- */
812
- get flatItemBorderWidth() {
813
- return this.i.az;
814
- }
815
- set flatItemBorderWidth(v) {
816
- this.i.az = +v;
817
- this._a("flatItemBorderWidth", this.i.az);
818
- }
819
- /**
820
- * Gets or sets the color to use the hovered text of the buttons in the group when type is flat.
821
- */
822
- get flatItemHoverTextColor() {
823
- return brushToString(this.i.hi);
824
- }
825
- set flatItemHoverTextColor(v) {
826
- this.i.hi = stringToBrush(v);
827
- this._a("flatItemHoverTextColor", brushToString(this.i.hi));
828
- }
829
- /**
830
- * Gets or sets the color to use the background of the buttons in the group that are selected when type is flat.
831
- */
832
- get flatSelectedItemBackgroundColor() {
833
- return brushToString(this.i.hk);
834
- }
835
- set flatSelectedItemBackgroundColor(v) {
836
- this.i.hk = stringToBrush(v);
837
- this._a("flatSelectedItemBackgroundColor", brushToString(this.i.hk));
838
- }
839
- /**
840
- * Gets or sets the color to use the text of the buttons in the group that are selected when type is flat.
841
- */
842
- get flatSelectedItemTextColor() {
843
- return brushToString(this.i.hn);
844
- }
845
- set flatSelectedItemTextColor(v) {
846
- this.i.hn = stringToBrush(v);
847
- this._a("flatSelectedItemTextColor", brushToString(this.i.hn));
848
- }
849
- /**
850
- * Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is flat.
851
- */
852
- get flatSelectedItemHoverBackgroundColor() {
853
- return brushToString(this.i.hl);
854
- }
855
- set flatSelectedItemHoverBackgroundColor(v) {
856
- this.i.hl = stringToBrush(v);
857
- this._a("flatSelectedItemHoverBackgroundColor", brushToString(this.i.hl));
858
- }
859
- /**
860
- * Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is flat.
861
- */
862
- get flatSelectedItemHoverTextColor() {
863
- return brushToString(this.i.hm);
864
- }
865
- set flatSelectedItemHoverTextColor(v) {
866
- this.i.hm = stringToBrush(v);
867
- this._a("flatSelectedItemHoverTextColor", brushToString(this.i.hm));
868
- }
869
- /**
870
- * Gets or sets the oreientation to use the button group when type is outlined.
871
- */
872
- get orientation() {
873
- return this.i.k;
874
- }
875
- set orientation(v) {
876
- this.i.k = ensureEnum(ButtonGroupOrientation_$type, v);
877
- this._a("orientation", enumToString(ButtonGroupOrientation_$type, this.i.k));
878
- }
879
- /**
880
- * Gets or sets the id to use for the button group.
881
- */
882
- get id() {
883
- return this.i.b6;
884
- }
885
- set id(v) {
886
- this.i.b6 = v;
887
- }
888
- /**
889
- * Gets or sets whether the checkbox is disabled.
890
- */
891
- get disabled() {
892
- return this.i.disabled;
893
- }
894
- set disabled(v) {
895
- this.i.disabled = ensureBool(v);
896
- this._a("disabled", this.i.disabled);
897
- }
898
- /**
899
- * Gets or sets whether the group supports multi-select.
900
- */
901
- get isMultiSelect() {
902
- return this.i.aa;
903
- }
904
- set isMultiSelect(v) {
905
- this.i.aa = ensureBool(v);
906
- this._a("isMultiSelect", this.i.aa);
907
- }
908
- findByName(name) {
909
- if (this.findEphemera) {
910
- if (name && name.indexOf("@@e:") == 0) {
911
- return this.findEphemera(name);
912
- }
913
- }
914
- if (this.buttons != null && this.buttons.findByName && this.buttons.findByName(name)) {
915
- return this.buttons.findByName(name);
916
- }
917
- return null;
918
- }
919
- get hasUserValues() {
920
- return this._hasUserValues;
921
- }
922
- __m(propertyName) {
923
- if (!this._inStyling) {
924
- this._hasUserValues.add(propertyName);
925
- }
926
- }
927
- _styling(container, component, parent) {
928
- if (this._inStyling) {
929
- return;
930
- }
931
- this._inStyling = true;
932
- this._stylingContainer = container;
933
- this._stylingParent = component;
934
- let genericPrefix = "";
935
- let typeName = this.i.$type.name;
936
- if (typeName.indexOf("Xam") === 0) {
937
- typeName = typeName.substring(3);
938
- }
939
- genericPrefix = toSpinal("XButtonGroupComponent");
940
- let additionalPrefixes = [];
941
- let prefix = toSpinal(typeName);
942
- additionalPrefixes.push(prefix + "-");
943
- let b = this.i.$type.baseType;
944
- while (b && b.name != "Object" &&
945
- b.name != "Base" &&
946
- b.name != "Control" &&
947
- b.Name != "DependencyObject" &&
948
- b.Name != "FrameworkElement") {
949
- typeName = b.name;
950
- if (typeName.indexOf("Xam") === 0) {
951
- typeName = typeName.substring(3);
952
- }
953
- let basePrefix = toSpinal(typeName);
954
- additionalPrefixes.push(basePrefix + "-");
955
- b = b.baseType;
956
- }
957
- if (parent) {
958
- let parentTypeName = parent.i.$type.name;
959
- if (parentTypeName.indexOf("Xam") === 0) {
960
- parentTypeName = parentTypeName.substring(3);
961
- }
962
- let parentPrefix = toSpinal(parentTypeName);
963
- additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
964
- additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
965
- }
966
- initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
967
- if (this._otherStyling) {
968
- this._otherStyling(container, component, parent);
969
- }
970
- this._inStyling = false;
971
- }
972
- onDetachedFromUI() {
973
- this.i.onDetachedFromUI();
974
- }
975
- onAttachedToUI() {
976
- this.i.onAttachedToUI();
977
- }
978
- /**
979
- * Exports visual information about the current state of the grid.
980
-
981
- */
982
- exportVisualModel() {
983
- let iv = this.i.a6();
984
- return (iv);
985
- }
986
- /**
987
- * Returns a serialized copy of the exported visual model
988
-
989
- */
990
- exportSerializedVisualModel() {
991
- let iv = this.i.br();
992
- return (iv);
993
- }
994
- get selectionChanged() {
995
- return this._selectionChanged;
996
- }
997
- set selectionChanged(ev) {
998
- if (this._selectionChanged_wrapped !== null) {
999
- this.i.selectionChanged = delegateRemove(this.i.selectionChanged, this._selectionChanged_wrapped);
1000
- this._selectionChanged_wrapped = null;
1001
- this._selectionChanged = null;
1002
- }
1003
- this._selectionChanged = ev;
1004
- this._selectionChanged_wrapped = (o, e) => {
1005
- let outerArgs = new IgcButtonGroupSelectionChangedEventArgs();
1006
- outerArgs._provideImplementation(e);
1007
- if (this.beforeSelectionChanged) {
1008
- this.beforeSelectionChanged(this, outerArgs);
1009
- }
1010
- if (this._selectionChanged) {
1011
- this._selectionChanged(this, outerArgs);
1012
- }
1013
- };
1014
- this.i.selectionChanged = delegateCombine(this.i.selectionChanged, this._selectionChanged_wrapped);
1015
- ;
1016
- }
1017
- }
1018
- IgcXButtonGroupComponent._observedAttributesIgcXButtonGroupComponent = null;
1019
- IgcXButtonGroupComponent.htmlTagName = "igc-x-button-group";
1020
- IgcXButtonGroupComponent._isElementRegistered = false;
1021
- return IgcXButtonGroupComponent;
1022
- })();
1023
- export { IgcXButtonGroupComponent };