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,898 +0,0 @@
1
- import { __extends, __values } from "tslib";
2
- import { XIcon } from "./XIcon";
3
- import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, fromBrushCollection, toBrushCollection, brushCollectionToString, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
4
- import { FontInfo } from "igniteui-webcomponents-core";
5
- import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
6
- import { TypeRegistrar } from "igniteui-webcomponents-core";
7
- import { RegisterElementHelper } from "igniteui-webcomponents-core";
8
- import { IgcHTMLElement } from "igniteui-webcomponents-core";
9
- import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
10
- export var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
11
- __extends(IgcXIconComponent, _super);
12
- function IgcXIconComponent() {
13
- var _this = _super.call(this) || this;
14
- _this._disconnected = false;
15
- _this._settingAttributes = false;
16
- _this._attached = false;
17
- _this._queuedSetAttributes = [];
18
- _this._updatingFromAttribute = false;
19
- _this.__p = null;
20
- _this._hasUserValues = new Set();
21
- _this._stylingContainer = null;
22
- _this._stylingParent = null;
23
- _this._inStyling = false;
24
- if (_this._styling) {
25
- NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
26
- }
27
- _this._portalManager = new PortalManager("iconContent");
28
- _this._renderer = new WebComponentRenderer(_this, document, true, {}, _this._portalManager);
29
- _this._container = _this._renderer.createElement("div");
30
- _this._renderer.updateRoot(_this._container);
31
- _this._implementation = _this.createImplementation();
32
- _this._implementation.externalObject = _this;
33
- //this._container.setStyleProperty("width", "100%");
34
- //this._container.setStyleProperty("height", "100%");
35
- var root;
36
- root = _this._container;
37
- if (_this._container.getNativeElement() != null) {
38
- root = _this._container.getNativeElement();
39
- }
40
- _this._wrapper = _this._renderer;
41
- var icon = _this.i;
42
- _this._icon = icon;
43
- icon.provideContainer(_this._renderer);
44
- _this._onChildrenChanged();
45
- //Checkbox.notifySizeChanged();
46
- var mut = new MutationObserver(function (list) {
47
- var e_1, _b;
48
- try {
49
- for (var list_1 = __values(list), list_1_1 = list_1.next(); !list_1_1.done; list_1_1 = list_1.next()) {
50
- var mutation = list_1_1.value;
51
- if (mutation.type == 'childList') {
52
- _this._onChildrenChanged();
53
- }
54
- }
55
- }
56
- catch (e_1_1) {
57
- e_1 = { error: e_1_1 };
58
- }
59
- finally {
60
- try {
61
- if (list_1_1 && !list_1_1.done && (_b = list_1.return))
62
- _b.call(list_1);
63
- }
64
- finally {
65
- if (e_1)
66
- throw e_1.error;
67
- }
68
- }
69
- });
70
- mut.observe(_this, {
71
- childList: true
72
- });
73
- return _this;
74
- //this._renderer.addSizeWatcher(() => {
75
- // this._checkbox.notifySizeChanged();
76
- //});
77
- }
78
- IgcXIconComponent.prototype._onChildrenChanged = function () {
79
- var children = [];
80
- for (var i = 0; i < this.childNodes.length; i++) {
81
- var child = this.childNodes[i];
82
- if (child !== this._container.getNativeElement()) {
83
- children.push(child);
84
- }
85
- }
86
- this._portalManager.onChildrenChanged(children);
87
- };
88
- // supports angular themes or custom properties set in CSS
89
- IgcXIconComponent.prototype.updateStyle = function () {
90
- this._styling(this, this);
91
- };
92
- IgcXIconComponent.prototype.destroy = function () {
93
- this._icon.destroy();
94
- this._wrapper.destroy();
95
- };
96
- IgcXIconComponent.prototype.createImplementation = function () {
97
- return new XIcon();
98
- };
99
- IgcXIconComponent.prototype.disconnectedCallback = function () {
100
- this._disconnected = true;
101
- if (this.i) {
102
- this.i.onDetachedFromUI();
103
- }
104
- };
105
- IgcXIconComponent.prototype.connectedCallback = function () {
106
- if (this._disconnected) {
107
- this._disconnected = false;
108
- if (this.i) {
109
- this.i.onAttachedToUI();
110
- }
111
- return;
112
- }
113
- this.classList.add("ig-x-icon");
114
- this.classList.add("igc-x-icon");
115
- this.appendChild(this._container.getNativeElement());
116
- this._attached = true;
117
- this.style.display = "inline-block";
118
- this.style.verticalAlign = "middle";
119
- //this.style.height = this._height;
120
- //this.style.width = this._width;
121
- this._flushQueuedAttributes();
122
- // supports themes or custom properties set in CSS
123
- this._styling(this, this);
124
- this.afterContentInit();
125
- };
126
- IgcXIconComponent.prototype.afterContentInit = function () {
127
- //this.i.notifySizeChanged();
128
- };
129
- Object.defineProperty(IgcXIconComponent.prototype, "i", {
130
- /**
131
- * @hidden
132
- */
133
- get: function () {
134
- return this._implementation;
135
- } /**
136
- * @hidden
137
- */,
138
- enumerable: false,
139
- configurable: true
140
- });
141
- IgcXIconComponent._createFromInternal = function (internal) {
142
- if (!internal) {
143
- return null;
144
- }
145
- if (!internal.$type) {
146
- return null;
147
- }
148
- var name = internal.$type.name;
149
- var externalName = "Igc" + name + "Component";
150
- if (!TypeRegistrar.isRegistered(externalName)) {
151
- return null;
152
- }
153
- return TypeRegistrar.create(externalName);
154
- };
155
- IgcXIconComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
156
- this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
157
- };
158
- IgcXIconComponent.prototype._flushQueuedAttributes = function () {
159
- this._settingAttributes = true;
160
- for (var i = 0; i < this._queuedSetAttributes.length; i++) {
161
- this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
162
- }
163
- this._settingAttributes = false;
164
- this._queuedSetAttributes.length = 0;
165
- };
166
- IgcXIconComponent.prototype._a = function (attrName, attrValue) {
167
- if (this._updatingFromAttribute) {
168
- return;
169
- }
170
- if (attrValue) {
171
- attrValue = attrValue.toString();
172
- }
173
- this._settingAttributes = true;
174
- attrName = toSpinal(attrName);
175
- if (this._attached) {
176
- this.setAttribute(attrName, attrValue);
177
- }
178
- else {
179
- this._enqueueSetAttribute(attrName, attrValue);
180
- }
181
- this._settingAttributes = false;
182
- };
183
- Object.defineProperty(IgcXIconComponent, "observedAttributes", {
184
- get: function () {
185
- if (IgcXIconComponent._observedAttributesIgcXIconComponent == null) {
186
- var names = getAllPropertyNames(IgcXIconComponent);
187
- for (var i = 0; i < names.length; i++) {
188
- names[i] = toSpinal(names[i]);
189
- }
190
- IgcXIconComponent._observedAttributesIgcXIconComponent = names;
191
- }
192
- return IgcXIconComponent._observedAttributesIgcXIconComponent;
193
- },
194
- enumerable: false,
195
- configurable: true
196
- });
197
- IgcXIconComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
198
- if (this._settingAttributes) {
199
- return;
200
- }
201
- var setName = fromSpinal(name);
202
- this._updatingFromAttribute = true;
203
- this[setName] = newValue;
204
- this._updatingFromAttribute = false;
205
- };
206
- IgcXIconComponent.register = function () {
207
- if (!IgcXIconComponent._isElementRegistered) {
208
- IgcXIconComponent._isElementRegistered = true;
209
- RegisterElementHelper.registerElement(IgcXIconComponent.htmlTagName, IgcXIconComponent);
210
- }
211
- };
212
- Object.defineProperty(IgcXIconComponent.prototype, "baseTheme", {
213
- /**
214
- * Gets or sets the base built in theme to use for the button.
215
- */
216
- get: function () {
217
- return this.i.m;
218
- },
219
- set: function (v) {
220
- this.i.m = ensureEnum(BaseControlTheme_$type, v);
221
- this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.m));
222
- },
223
- enumerable: false,
224
- configurable: true
225
- });
226
- Object.defineProperty(IgcXIconComponent.prototype, "actualFill", {
227
- /**
228
- * Gets the fill color currently used by the icon.
229
- */
230
- get: function () {
231
- return brushToString(this.i.du);
232
- },
233
- set: function (v) {
234
- this.i.du = stringToBrush(v);
235
- this._a("actualFill", brushToString(this.i.du));
236
- },
237
- enumerable: false,
238
- configurable: true
239
- });
240
- Object.defineProperty(IgcXIconComponent.prototype, "actualStroke", {
241
- /**
242
- * Gets the stroke color currently used by the icon.
243
- */
244
- get: function () {
245
- return brushToString(this.i.dv);
246
- },
247
- set: function (v) {
248
- this.i.dv = stringToBrush(v);
249
- this._a("actualStroke", brushToString(this.i.dv));
250
- },
251
- enumerable: false,
252
- configurable: true
253
- });
254
- Object.defineProperty(IgcXIconComponent.prototype, "actualTextColor", {
255
- /**
256
- * Gets the text color currently used by the icon.
257
- */
258
- get: function () {
259
- return brushToString(this.i.dw);
260
- },
261
- set: function (v) {
262
- this.i.dw = stringToBrush(v);
263
- this._a("actualTextColor", brushToString(this.i.dw));
264
- },
265
- enumerable: false,
266
- configurable: true
267
- });
268
- Object.defineProperty(IgcXIconComponent.prototype, "actualStrokeWidth", {
269
- /**
270
- * Gets the stroke width currently used by the icon.
271
- */
272
- get: function () {
273
- return this.i.aq;
274
- },
275
- set: function (v) {
276
- this.i.aq = +v;
277
- this._a("actualStrokeWidth", this.i.aq);
278
- },
279
- enumerable: false,
280
- configurable: true
281
- });
282
- Object.defineProperty(IgcXIconComponent.prototype, "fill", {
283
- /**
284
- * Gets or sets the fill color to use for the icon.
285
- */
286
- get: function () {
287
- return brushToString(this.i.fill);
288
- },
289
- set: function (v) {
290
- this.i.fill = stringToBrush(v);
291
- this._a("fill", brushToString(this.i.fill));
292
- },
293
- enumerable: false,
294
- configurable: true
295
- });
296
- Object.defineProperty(IgcXIconComponent.prototype, "stroke", {
297
- /**
298
- * Gets or sets the stroke color to use for the icon.
299
- */
300
- get: function () {
301
- return brushToString(this.i.ea);
302
- },
303
- set: function (v) {
304
- this.i.ea = stringToBrush(v);
305
- this._a("stroke", brushToString(this.i.ea));
306
- },
307
- enumerable: false,
308
- configurable: true
309
- });
310
- Object.defineProperty(IgcXIconComponent.prototype, "strokeWidth", {
311
- /**
312
- * Gets or sets the stroke thickness to use for the icon.
313
- */
314
- get: function () {
315
- return this.i.a4;
316
- },
317
- set: function (v) {
318
- this.i.a4 = +v;
319
- this._a("strokeWidth", this.i.a4);
320
- },
321
- enumerable: false,
322
- configurable: true
323
- });
324
- Object.defineProperty(IgcXIconComponent.prototype, "textColor", {
325
- /**
326
- * Gets or sets the text color to use for the icon.
327
- */
328
- get: function () {
329
- return brushToString(this.i.eb);
330
- },
331
- set: function (v) {
332
- this.i.eb = stringToBrush(v);
333
- this._a("textColor", brushToString(this.i.eb));
334
- },
335
- enumerable: false,
336
- configurable: true
337
- });
338
- Object.defineProperty(IgcXIconComponent.prototype, "hoverFill", {
339
- /**
340
- * Gets or sets the fill color to use when the icon is hovered.
341
- */
342
- get: function () {
343
- return brushToString(this.i.d3);
344
- },
345
- set: function (v) {
346
- this.i.d3 = stringToBrush(v);
347
- this._a("hoverFill", brushToString(this.i.d3));
348
- },
349
- enumerable: false,
350
- configurable: true
351
- });
352
- Object.defineProperty(IgcXIconComponent.prototype, "hoverStroke", {
353
- /**
354
- * Gets or sets the stroke color to use when the icon is hovered.
355
- */
356
- get: function () {
357
- return brushToString(this.i.d4);
358
- },
359
- set: function (v) {
360
- this.i.d4 = stringToBrush(v);
361
- this._a("hoverStroke", brushToString(this.i.d4));
362
- },
363
- enumerable: false,
364
- configurable: true
365
- });
366
- Object.defineProperty(IgcXIconComponent.prototype, "hoverStrokeThickness", {
367
- /**
368
- * Gets or sets the stroke thickness to use when the icon is hovered.
369
- */
370
- get: function () {
371
- return this.i.a2;
372
- },
373
- set: function (v) {
374
- this.i.a2 = +v;
375
- this._a("hoverStrokeThickness", this.i.a2);
376
- },
377
- enumerable: false,
378
- configurable: true
379
- });
380
- Object.defineProperty(IgcXIconComponent.prototype, "hoverTextColor", {
381
- /**
382
- * Gets or sets the text color to use when the icon is hovered.
383
- */
384
- get: function () {
385
- return brushToString(this.i.d5);
386
- },
387
- set: function (v) {
388
- this.i.d5 = stringToBrush(v);
389
- this._a("hoverTextColor", brushToString(this.i.d5));
390
- },
391
- enumerable: false,
392
- configurable: true
393
- });
394
- Object.defineProperty(IgcXIconComponent.prototype, "fillColors", {
395
- /**
396
- * Gets or sets a collection of fill colors to use in the icon.
397
- * These colors can be used by SVG elements that have been marked with the
398
- * ig-icon-fill-#
399
- * class where # is a number from 0 to count - 1.
400
- */
401
- get: function () {
402
- return fromBrushCollection(this.i.e);
403
- },
404
- set: function (v) {
405
- this.i.e = toBrushCollection(v);
406
- this._a("fillColors", brushCollectionToString(this.i.e));
407
- },
408
- enumerable: false,
409
- configurable: true
410
- });
411
- Object.defineProperty(IgcXIconComponent.prototype, "strokeColors", {
412
- /**
413
- * Gets or sets a collection of stroke colors to use in the icon.
414
- * These colors can be used by SVG elements that have been marked with the
415
- * ig-icon-stroke-#
416
- * class where # is a number from 0 to count - 1.
417
- */
418
- get: function () {
419
- return fromBrushCollection(this.i.f);
420
- },
421
- set: function (v) {
422
- this.i.f = toBrushCollection(v);
423
- this._a("strokeColors", brushCollectionToString(this.i.f));
424
- },
425
- enumerable: false,
426
- configurable: true
427
- });
428
- Object.defineProperty(IgcXIconComponent.prototype, "primaryFillColor", {
429
- /**
430
- * Gets or sets a primary fill color for the icon.
431
- * This color is used by SVG elements that have been marked
432
- * with the
433
- * ig-icon-primary-fill
434
- * class.
435
- */
436
- get: function () {
437
- return brushToString(this.i.d6);
438
- },
439
- set: function (v) {
440
- this.i.d6 = stringToBrush(v);
441
- this._a("primaryFillColor", brushToString(this.i.d6));
442
- },
443
- enumerable: false,
444
- configurable: true
445
- });
446
- Object.defineProperty(IgcXIconComponent.prototype, "primaryStrokeColor", {
447
- /**
448
- * Gets or sets a primary stroke color for the icon.
449
- * This color is used by SVG elements that have been marked
450
- * with the
451
- * ig-icon-primary-stroke
452
- * class.
453
- */
454
- get: function () {
455
- return brushToString(this.i.d7);
456
- },
457
- set: function (v) {
458
- this.i.d7 = stringToBrush(v);
459
- this._a("primaryStrokeColor", brushToString(this.i.d7));
460
- },
461
- enumerable: false,
462
- configurable: true
463
- });
464
- Object.defineProperty(IgcXIconComponent.prototype, "secondaryFillColor", {
465
- /**
466
- * Gets or sets a secondary fill color for the icon.
467
- * This color is used by SVG elements that have been marked
468
- * with the
469
- * ig-icon-secondary-fill
470
- * class.
471
- */
472
- get: function () {
473
- return brushToString(this.i.d8);
474
- },
475
- set: function (v) {
476
- this.i.d8 = stringToBrush(v);
477
- this._a("secondaryFillColor", brushToString(this.i.d8));
478
- },
479
- enumerable: false,
480
- configurable: true
481
- });
482
- Object.defineProperty(IgcXIconComponent.prototype, "secondaryStrokeColor", {
483
- /**
484
- * Gets or sets a secondary stroke color for the icon.
485
- * This color is used by SVG elements that have been marked
486
- * with the
487
- * ig-icon-secondary-stroke
488
- * class.
489
- */
490
- get: function () {
491
- return brushToString(this.i.d9);
492
- },
493
- set: function (v) {
494
- this.i.d9 = stringToBrush(v);
495
- this._a("secondaryStrokeColor", brushToString(this.i.d9));
496
- },
497
- enumerable: false,
498
- configurable: true
499
- });
500
- Object.defineProperty(IgcXIconComponent.prototype, "source", {
501
- /**
502
- * Gets or sets the image source for the icon. Used if none of the other icon types are not used.
503
- */
504
- get: function () {
505
- return this.i.bj;
506
- },
507
- set: function (v) {
508
- this.i.bj = v;
509
- },
510
- enumerable: false,
511
- configurable: true
512
- });
513
- Object.defineProperty(IgcXIconComponent.prototype, "dataURL", {
514
- /**
515
- * Gets or sets data url for the icon to use.
516
- */
517
- get: function () {
518
- return this.i.b2;
519
- },
520
- set: function (v) {
521
- this.i.b2 = v;
522
- },
523
- enumerable: false,
524
- configurable: true
525
- });
526
- Object.defineProperty(IgcXIconComponent.prototype, "svgPath", {
527
- /**
528
- * Gets or sets path data for the icon to use.
529
- */
530
- get: function () {
531
- return this.i.svgPath;
532
- },
533
- set: function (v) {
534
- this.i.svgPath = v;
535
- },
536
- enumerable: false,
537
- configurable: true
538
- });
539
- Object.defineProperty(IgcXIconComponent.prototype, "svg", {
540
- /**
541
- * Gets or sets svg text for the icon to use.
542
- */
543
- get: function () {
544
- return this.i.svg;
545
- },
546
- set: function (v) {
547
- this.i.svg = v;
548
- },
549
- enumerable: false,
550
- configurable: true
551
- });
552
- Object.defineProperty(IgcXIconComponent.prototype, "sVGPaths", {
553
- /**
554
- * Gets or sets an array of path data for the icon to use.
555
- */
556
- get: function () {
557
- return this.i.b;
558
- },
559
- set: function (v) {
560
- if (v && !Array.isArray(v) && typeof (v) == "string") {
561
- var re = /\s*(?:,|\s|$)\s*/gm;
562
- v = v.split(re);
563
- }
564
- this.i.b = v;
565
- },
566
- enumerable: false,
567
- configurable: true
568
- });
569
- Object.defineProperty(IgcXIconComponent.prototype, "textStyle", {
570
- /**
571
- * Gets or sets the use for the button.
572
- */
573
- get: function () {
574
- if (this.i.o == null) {
575
- return null;
576
- }
577
- return this.i.o.fontString;
578
- },
579
- set: function (v) {
580
- var fi = new FontInfo();
581
- fi.fontString = v;
582
- this.i.o = fi;
583
- this._a("textStyle", this.i.o != null ? this.i.o.fontString : "");
584
- },
585
- enumerable: false,
586
- configurable: true
587
- });
588
- Object.defineProperty(IgcXIconComponent.prototype, "id", {
589
- /**
590
- * Gets or sets the id to use for the checkbox.
591
- */
592
- get: function () {
593
- return this.i.cc;
594
- },
595
- set: function (v) {
596
- this.i.cc = v;
597
- },
598
- enumerable: false,
599
- configurable: true
600
- });
601
- Object.defineProperty(IgcXIconComponent.prototype, "tabIndex", {
602
- /**
603
- * Gets or sets TabIndex to use for the checkbox.
604
- */
605
- get: function () {
606
- return this.i.bb;
607
- },
608
- set: function (v) {
609
- this.i.bb = +v;
610
- this._a("tabIndex", this.i.bb);
611
- },
612
- enumerable: false,
613
- configurable: true
614
- });
615
- Object.defineProperty(IgcXIconComponent.prototype, "ariaLabel", {
616
- /**
617
- * Gets or sets the value of the aria-label attribute.
618
- */
619
- get: function () {
620
- return this.i.bx;
621
- },
622
- set: function (v) {
623
- this.i.bx = v;
624
- },
625
- enumerable: false,
626
- configurable: true
627
- });
628
- Object.defineProperty(IgcXIconComponent.prototype, "isHover", {
629
- /**
630
- * Gets or sets whether the icon is hovered.
631
- */
632
- get: function () {
633
- return this.i.v;
634
- },
635
- set: function (v) {
636
- this.i.v = ensureBool(v);
637
- this._a("isHover", this.i.v);
638
- },
639
- enumerable: false,
640
- configurable: true
641
- });
642
- Object.defineProperty(IgcXIconComponent.prototype, "disabled", {
643
- /**
644
- * Gets or sets whether the checkbox is disabled.
645
- */
646
- get: function () {
647
- return this.i.disabled;
648
- },
649
- set: function (v) {
650
- this.i.disabled = ensureBool(v);
651
- this._a("disabled", this.i.disabled);
652
- },
653
- enumerable: false,
654
- configurable: true
655
- });
656
- Object.defineProperty(IgcXIconComponent.prototype, "opacity", {
657
- get: function () {
658
- return this.i.a3;
659
- },
660
- set: function (v) {
661
- this.i.a3 = +v;
662
- this._a("opacity", this.i.a3);
663
- },
664
- enumerable: false,
665
- configurable: true
666
- });
667
- Object.defineProperty(IgcXIconComponent.prototype, "actualViewBoxLeft", {
668
- /**
669
- * Gets the actual viewbox left for the svg icon.
670
- */
671
- get: function () {
672
- return this.i.as;
673
- },
674
- set: function (v) {
675
- this.i.as = +v;
676
- this._a("actualViewBoxLeft", this.i.as);
677
- },
678
- enumerable: false,
679
- configurable: true
680
- });
681
- Object.defineProperty(IgcXIconComponent.prototype, "viewBoxLeft", {
682
- /**
683
- * Gets or sets the viewbox left for the svg icon.
684
- */
685
- get: function () {
686
- return this.i.a6;
687
- },
688
- set: function (v) {
689
- this.i.a6 = +v;
690
- this._a("viewBoxLeft", this.i.a6);
691
- },
692
- enumerable: false,
693
- configurable: true
694
- });
695
- Object.defineProperty(IgcXIconComponent.prototype, "actualViewBoxTop", {
696
- /**
697
- * Gets the actual viewbox top for the svg icon.
698
- */
699
- get: function () {
700
- return this.i.at;
701
- },
702
- set: function (v) {
703
- this.i.at = +v;
704
- this._a("actualViewBoxTop", this.i.at);
705
- },
706
- enumerable: false,
707
- configurable: true
708
- });
709
- Object.defineProperty(IgcXIconComponent.prototype, "viewBoxTop", {
710
- /**
711
- * Gets or sets the viewbox top for the svg icon.
712
- */
713
- get: function () {
714
- return this.i.a7;
715
- },
716
- set: function (v) {
717
- this.i.a7 = +v;
718
- this._a("viewBoxTop", this.i.a7);
719
- },
720
- enumerable: false,
721
- configurable: true
722
- });
723
- Object.defineProperty(IgcXIconComponent.prototype, "actualViewBoxWidth", {
724
- /**
725
- * Gets the actual viewbox width for the svg icon.
726
- */
727
- get: function () {
728
- return this.i.au;
729
- },
730
- set: function (v) {
731
- this.i.au = +v;
732
- this._a("actualViewBoxWidth", this.i.au);
733
- },
734
- enumerable: false,
735
- configurable: true
736
- });
737
- Object.defineProperty(IgcXIconComponent.prototype, "viewBoxWidth", {
738
- /**
739
- * Gets or sets the viewbox width for the svg icon.
740
- */
741
- get: function () {
742
- return this.i.a8;
743
- },
744
- set: function (v) {
745
- this.i.a8 = +v;
746
- this._a("viewBoxWidth", this.i.a8);
747
- },
748
- enumerable: false,
749
- configurable: true
750
- });
751
- Object.defineProperty(IgcXIconComponent.prototype, "actualViewBoxHeight", {
752
- /**
753
- * Gets the actual viewbox height for the svg icon.
754
- */
755
- get: function () {
756
- return this.i.ar;
757
- },
758
- set: function (v) {
759
- this.i.ar = +v;
760
- this._a("actualViewBoxHeight", this.i.ar);
761
- },
762
- enumerable: false,
763
- configurable: true
764
- });
765
- Object.defineProperty(IgcXIconComponent.prototype, "viewBoxHeight", {
766
- /**
767
- * Gets or sets the viewbox height for the svg icon.
768
- */
769
- get: function () {
770
- return this.i.a5;
771
- },
772
- set: function (v) {
773
- this.i.a5 = +v;
774
- this._a("viewBoxHeight", this.i.a5);
775
- },
776
- enumerable: false,
777
- configurable: true
778
- });
779
- Object.defineProperty(IgcXIconComponent.prototype, "width", {
780
- /**
781
- * Gets or sets the width of the icon.
782
- */
783
- get: function () {
784
- return this.i.a9;
785
- },
786
- set: function (v) {
787
- this.i.a9 = +v;
788
- this._a("width", this.i.a9);
789
- },
790
- enumerable: false,
791
- configurable: true
792
- });
793
- Object.defineProperty(IgcXIconComponent.prototype, "height", {
794
- /**
795
- * Gets or sets the height of the icon.
796
- */
797
- get: function () {
798
- return this.i.a1;
799
- },
800
- set: function (v) {
801
- this.i.a1 = +v;
802
- this._a("height", this.i.a1);
803
- },
804
- enumerable: false,
805
- configurable: true
806
- });
807
- IgcXIconComponent.prototype.findByName = function (name) {
808
- if (this.findEphemera) {
809
- if (name && name.indexOf("@@e:") == 0) {
810
- return this.findEphemera(name);
811
- }
812
- }
813
- return null;
814
- };
815
- Object.defineProperty(IgcXIconComponent.prototype, "hasUserValues", {
816
- get: function () {
817
- return this._hasUserValues;
818
- },
819
- enumerable: false,
820
- configurable: true
821
- });
822
- IgcXIconComponent.prototype.__m = function (propertyName) {
823
- if (!this._inStyling) {
824
- this._hasUserValues.add(propertyName);
825
- }
826
- };
827
- IgcXIconComponent.prototype._styling = function (container, component, parent) {
828
- if (this._inStyling) {
829
- return;
830
- }
831
- this._inStyling = true;
832
- this._stylingContainer = container;
833
- this._stylingParent = component;
834
- var genericPrefix = "";
835
- var typeName = this.i.$type.name;
836
- if (typeName.indexOf("Xam") === 0) {
837
- typeName = typeName.substring(3);
838
- }
839
- genericPrefix = toSpinal("XIconComponent");
840
- var additionalPrefixes = [];
841
- var prefix = toSpinal(typeName);
842
- additionalPrefixes.push(prefix + "-");
843
- var b = this.i.$type.baseType;
844
- while (b && b.name != "Object" &&
845
- b.name != "Base" &&
846
- b.name != "Control" &&
847
- b.Name != "DependencyObject" &&
848
- b.Name != "FrameworkElement") {
849
- typeName = b.name;
850
- if (typeName.indexOf("Xam") === 0) {
851
- typeName = typeName.substring(3);
852
- }
853
- var basePrefix = toSpinal(typeName);
854
- additionalPrefixes.push(basePrefix + "-");
855
- b = b.baseType;
856
- }
857
- if (parent) {
858
- var parentTypeName = parent.i.$type.name;
859
- if (parentTypeName.indexOf("Xam") === 0) {
860
- parentTypeName = parentTypeName.substring(3);
861
- }
862
- var parentPrefix = toSpinal(parentTypeName);
863
- additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
864
- additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
865
- }
866
- initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
867
- if (this._otherStyling) {
868
- this._otherStyling(container, component, parent);
869
- }
870
- this._inStyling = false;
871
- };
872
- IgcXIconComponent.prototype.onDetachedFromUI = function () {
873
- this.i.onDetachedFromUI();
874
- };
875
- IgcXIconComponent.prototype.onAttachedToUI = function () {
876
- this.i.onAttachedToUI();
877
- };
878
- /**
879
- * Exports visual information about the current state of the grid.
880
-
881
- */
882
- IgcXIconComponent.prototype.exportVisualModel = function () {
883
- var iv = this.i.bi();
884
- return (iv);
885
- };
886
- /**
887
- * Returns a serialized copy of the exported visual model
888
-
889
- */
890
- IgcXIconComponent.prototype.exportSerializedVisualModel = function () {
891
- var iv = this.i.b4();
892
- return (iv);
893
- };
894
- IgcXIconComponent._observedAttributesIgcXIconComponent = null;
895
- IgcXIconComponent.htmlTagName = "igc-x-icon";
896
- IgcXIconComponent._isElementRegistered = false;
897
- return IgcXIconComponent;
898
- }(IgcHTMLElement));