igniteui-webcomponents-inputs 7.1.1-beta.2 → 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 (394) hide show
  1. package/entry-points.json +8 -0
  2. package/esm2022/lib/ButtonClickEventArgs.d.ts +7 -0
  3. package/esm2022/lib/ButtonClickEventArgs.js +14 -0
  4. package/esm2022/lib/ButtonDisplayStyle.d.ts +15 -0
  5. package/esm2022/lib/ButtonDisplayStyle.js +11 -0
  6. package/esm2022/lib/ButtonGroupDisplayStyle.d.ts +12 -0
  7. package/esm2022/lib/ButtonGroupDisplayStyle.js +11 -0
  8. package/esm2022/lib/ButtonGroupOrientation.d.ts +9 -0
  9. package/esm2022/lib/ButtonGroupOrientation.js +16 -0
  10. package/esm2022/lib/ButtonGroupSelectionChangedEventArgs.d.ts +7 -0
  11. package/esm2022/lib/ButtonGroupSelectionChangedEventArgs.js +14 -0
  12. package/esm2022/lib/ButtonGroupView.d.ts +1 -0
  13. package/esm2022/lib/ButtonGroupView.js +7 -0
  14. package/esm2022/lib/ButtonGroupView_combined.d.ts +374 -0
  15. package/esm2022/lib/ButtonGroupView_combined.js +1343 -0
  16. package/esm2022/lib/ButtonGroupVisualModelExport.d.ts +28 -0
  17. package/esm2022/lib/ButtonGroupVisualModelExport.js +62 -0
  18. package/esm2022/lib/ButtonView.d.ts +1 -0
  19. package/esm2022/lib/ButtonView.js +7 -0
  20. package/esm2022/lib/ButtonView_combined.d.ts +708 -0
  21. package/esm2022/lib/ButtonView_combined.js +3668 -0
  22. package/esm2022/lib/ButtonVisualModelExport.d.ts +47 -0
  23. package/esm2022/lib/ButtonVisualModelExport.js +108 -0
  24. package/esm2022/lib/CalendarView.d.ts +1 -0
  25. package/esm2022/lib/CalendarView.js +7 -0
  26. package/esm2022/lib/CalendarView_combined.d.ts +234 -0
  27. package/esm2022/lib/CalendarView_combined.js +2803 -0
  28. package/esm2022/lib/CalendarVisualModelExport.d.ts +33 -0
  29. package/esm2022/lib/CalendarVisualModelExport.js +98 -0
  30. package/esm2022/lib/CheckboxChangeEventArgs.d.ts +13 -0
  31. package/esm2022/lib/CheckboxChangeEventArgs.js +31 -0
  32. package/esm2022/lib/CheckboxLabelPosition.d.ts +12 -0
  33. package/esm2022/lib/CheckboxLabelPosition.js +11 -0
  34. package/esm2022/lib/CheckboxListVisualModelExport.d.ts +18 -0
  35. package/esm2022/lib/CheckboxListVisualModelExport.js +41 -0
  36. package/esm2022/lib/CheckboxView.d.ts +1 -0
  37. package/esm2022/lib/CheckboxView.js +7 -0
  38. package/esm2022/lib/CheckboxView_combined.d.ts +216 -0
  39. package/esm2022/lib/CheckboxView_combined.js +1123 -0
  40. package/esm2022/lib/CheckboxVisualModelExport.d.ts +32 -0
  41. package/esm2022/lib/CheckboxVisualModelExport.js +68 -0
  42. package/esm2022/lib/ColorEditor.d.ts +1 -0
  43. package/esm2022/lib/ColorEditor.js +7 -0
  44. package/esm2022/lib/ColorEditorBridge.d.ts +1 -0
  45. package/esm2022/lib/ColorEditorBridge.js +7 -0
  46. package/esm2022/lib/ColorEditorGotFocusEventArgs.d.ts +7 -0
  47. package/esm2022/lib/ColorEditorGotFocusEventArgs.js +14 -0
  48. package/esm2022/lib/ColorEditorLostFocusEventArgs.d.ts +7 -0
  49. package/esm2022/lib/ColorEditorLostFocusEventArgs.js +14 -0
  50. package/esm2022/lib/ColorEditorPanel.d.ts +1 -0
  51. package/esm2022/lib/ColorEditorPanel.js +7 -0
  52. package/esm2022/lib/ColorEditorPanelClosedEventArgs.d.ts +7 -0
  53. package/esm2022/lib/ColorEditorPanelClosedEventArgs.js +14 -0
  54. package/esm2022/lib/ColorEditorPanelSelectedValueChangedEventArgs.d.ts +14 -0
  55. package/esm2022/lib/ColorEditorPanelSelectedValueChangedEventArgs.js +31 -0
  56. package/esm2022/lib/ColorEditorPanelView.d.ts +1 -0
  57. package/esm2022/lib/ColorEditorPanelView.js +7 -0
  58. package/esm2022/lib/ColorEditorView.d.ts +1 -0
  59. package/esm2022/lib/ColorEditorView.js +7 -0
  60. package/esm2022/lib/ColorEditorVisualModelExport.d.ts +17 -0
  61. package/esm2022/lib/ColorEditorVisualModelExport.js +38 -0
  62. package/esm2022/lib/DateFormats.d.ts +18 -0
  63. package/esm2022/lib/DateFormats.js +25 -0
  64. package/esm2022/lib/DatePickerView.d.ts +1 -0
  65. package/esm2022/lib/DatePickerView.js +7 -0
  66. package/esm2022/lib/DatePickerView_combined.d.ts +247 -0
  67. package/esm2022/lib/DatePickerView_combined.js +1707 -0
  68. package/esm2022/lib/DatePickerVisualModelExport.d.ts +24 -0
  69. package/esm2022/lib/DatePickerVisualModelExport.js +68 -0
  70. package/esm2022/lib/DateTimeValueFormatter.d.ts +20 -0
  71. package/esm2022/lib/DateTimeValueFormatter.js +106 -0
  72. package/esm2022/lib/DayInfo.d.ts +13 -0
  73. package/esm2022/lib/DayInfo.js +21 -0
  74. package/esm2022/lib/DayOfWeek.d.ts +38 -0
  75. package/esm2022/lib/DayOfWeek.js +45 -0
  76. package/esm2022/lib/DefaultMultiSliderTrackBarVisual.d.ts +34 -0
  77. package/esm2022/lib/DefaultMultiSliderTrackBarVisual.js +111 -0
  78. package/esm2022/lib/DefaultMultiSliderTrackRangeVisual.d.ts +43 -0
  79. package/esm2022/lib/DefaultMultiSliderTrackRangeVisual.js +206 -0
  80. package/esm2022/lib/DefaultMultiSliderTrackThumbCalloutVisual.d.ts +49 -0
  81. package/esm2022/lib/DefaultMultiSliderTrackThumbCalloutVisual.js +168 -0
  82. package/esm2022/lib/DefaultMultiSliderTrackThumbVisual.d.ts +45 -0
  83. package/esm2022/lib/DefaultMultiSliderTrackThumbVisual.js +191 -0
  84. package/esm2022/lib/DefaultMultiTrackShadeVisual.d.ts +42 -0
  85. package/esm2022/lib/DefaultMultiTrackShadeVisual.js +170 -0
  86. package/esm2022/lib/ElevationHelper.d.ts +16 -0
  87. package/esm2022/lib/ElevationHelper.js +65 -0
  88. package/esm2022/lib/FirstWeek.d.ts +22 -0
  89. package/esm2022/lib/FirstWeek.js +29 -0
  90. package/esm2022/lib/GotFocusEventArgs.d.ts +7 -0
  91. package/esm2022/lib/GotFocusEventArgs.js +14 -0
  92. package/esm2022/lib/IMultiSliderTrackBarVisual.d.ts +21 -0
  93. package/esm2022/lib/IMultiSliderTrackBarVisual.js +11 -0
  94. package/esm2022/lib/IMultiSliderTrackRangeVisual.d.ts +25 -0
  95. package/esm2022/lib/IMultiSliderTrackRangeVisual.js +11 -0
  96. package/esm2022/lib/IMultiSliderTrackShadeVisual.d.ts +24 -0
  97. package/esm2022/lib/IMultiSliderTrackShadeVisual.js +11 -0
  98. package/esm2022/lib/IMultiSliderTrackThumbCalloutVisual.d.ts +27 -0
  99. package/esm2022/lib/IMultiSliderTrackThumbCalloutVisual.js +11 -0
  100. package/esm2022/lib/IMultiSliderTrackThumbVisual.d.ts +27 -0
  101. package/esm2022/lib/IMultiSliderTrackThumbVisual.js +11 -0
  102. package/esm2022/lib/ISliderTrackOwner.d.ts +15 -0
  103. package/esm2022/lib/ISliderTrackOwner.js +11 -0
  104. package/esm2022/lib/IconClickedEventArgs.d.ts +10 -0
  105. package/esm2022/lib/IconClickedEventArgs.js +24 -0
  106. package/esm2022/lib/IconView.d.ts +1 -0
  107. package/esm2022/lib/IconView.js +7 -0
  108. package/esm2022/lib/IconViewType.d.ts +16 -0
  109. package/esm2022/lib/IconViewType.js +11 -0
  110. package/esm2022/lib/IconView_combined.d.ts +257 -0
  111. package/esm2022/lib/IconView_combined.js +1318 -0
  112. package/esm2022/lib/IconVisualModelExport.d.ts +32 -0
  113. package/esm2022/lib/IconVisualModelExport.js +89 -0
  114. package/esm2022/lib/InputChangeEventArgs.d.ts +13 -0
  115. package/esm2022/lib/InputChangeEventArgs.js +31 -0
  116. package/esm2022/lib/InputGroupDisplayType.d.ts +11 -0
  117. package/esm2022/lib/InputGroupDisplayType.js +18 -0
  118. package/esm2022/lib/InputGroupView.d.ts +1 -0
  119. package/esm2022/lib/InputGroupView.js +7 -0
  120. package/esm2022/lib/InputGroupView_combined.d.ts +1213 -0
  121. package/esm2022/lib/InputGroupView_combined.js +5638 -0
  122. package/esm2022/lib/InputGroupVisualModelExport.d.ts +44 -0
  123. package/esm2022/lib/InputGroupVisualModelExport.js +107 -0
  124. package/esm2022/lib/InputShiftType.d.ts +10 -0
  125. package/esm2022/lib/InputShiftType.js +17 -0
  126. package/esm2022/lib/InputView.d.ts +1 -0
  127. package/esm2022/lib/InputView.js +7 -0
  128. package/esm2022/lib/InputVisualModelExport.d.ts +32 -0
  129. package/esm2022/lib/InputVisualModelExport.js +78 -0
  130. package/esm2022/lib/KEYCODES.d.ts +27 -0
  131. package/esm2022/lib/KEYCODES.js +11 -0
  132. package/esm2022/lib/LabelShiftType.d.ts +10 -0
  133. package/esm2022/lib/LabelShiftType.js +17 -0
  134. package/esm2022/lib/LabelView.d.ts +1 -0
  135. package/esm2022/lib/LabelView.js +7 -0
  136. package/esm2022/lib/LabelVisualModelExport.d.ts +34 -0
  137. package/esm2022/lib/LabelVisualModelExport.js +82 -0
  138. package/esm2022/lib/LostFocusEventArgs.d.ts +7 -0
  139. package/esm2022/lib/LostFocusEventArgs.js +14 -0
  140. package/esm2022/lib/MaskOptions.d.ts +9 -0
  141. package/esm2022/lib/MaskOptions.js +19 -0
  142. package/esm2022/lib/MaskParsingService.d.ts +19 -0
  143. package/esm2022/lib/MaskParsingService.js +211 -0
  144. package/esm2022/lib/MultiSlider.d.ts +1 -0
  145. package/esm2022/lib/MultiSlider.js +7 -0
  146. package/esm2022/lib/MultiSliderBridge.d.ts +24 -0
  147. package/esm2022/lib/MultiSliderBridge.js +163 -0
  148. package/esm2022/lib/MultiSliderCursor.d.ts +15 -0
  149. package/esm2022/lib/MultiSliderCursor.js +11 -0
  150. package/esm2022/lib/MultiSliderHitInfo.d.ts +13 -0
  151. package/esm2022/lib/MultiSliderHitInfo.js +20 -0
  152. package/esm2022/lib/MultiSliderOrientation.d.ts +10 -0
  153. package/esm2022/lib/MultiSliderOrientation.js +17 -0
  154. package/esm2022/lib/MultiSliderResolvingToolTipValueEventArgs.d.ts +13 -0
  155. package/esm2022/lib/MultiSliderResolvingToolTipValueEventArgs.js +31 -0
  156. package/esm2022/lib/MultiSliderThumb.d.ts +1 -0
  157. package/esm2022/lib/MultiSliderThumb.js +7 -0
  158. package/esm2022/lib/MultiSliderThumbCollection.d.ts +10 -0
  159. package/esm2022/lib/MultiSliderThumbCollection.js +19 -0
  160. package/esm2022/lib/MultiSliderThumbRangePosition.d.ts +9 -0
  161. package/esm2022/lib/MultiSliderThumbRangePosition.js +16 -0
  162. package/esm2022/lib/MultiSliderThumbValueChangingEventArgs.d.ts +10 -0
  163. package/esm2022/lib/MultiSliderThumbValueChangingEventArgs.js +19 -0
  164. package/esm2022/lib/MultiSliderThumb_combined.d.ts +76 -0
  165. package/esm2022/lib/MultiSliderThumb_combined.js +293 -0
  166. package/esm2022/lib/MultiSliderTrackShadeOrientation.d.ts +14 -0
  167. package/esm2022/lib/MultiSliderTrackShadeOrientation.js +11 -0
  168. package/esm2022/lib/MultiSliderTrackThumbRange.d.ts +1 -0
  169. package/esm2022/lib/MultiSliderTrackThumbRange.js +7 -0
  170. package/esm2022/lib/MultiSliderView.d.ts +1 -0
  171. package/esm2022/lib/MultiSliderView.js +7 -0
  172. package/esm2022/lib/MultiSliderView_combined.d.ts +298 -0
  173. package/esm2022/lib/MultiSliderView_combined.js +1779 -0
  174. package/esm2022/lib/MultiSliderVisualArea.d.ts +14 -0
  175. package/esm2022/lib/MultiSliderVisualArea.js +11 -0
  176. package/esm2022/lib/MultiSliderYValueChangingEventArgs.d.ts +8 -0
  177. package/esm2022/lib/MultiSliderYValueChangingEventArgs.js +18 -0
  178. package/esm2022/lib/NativeUIXInputsFactory.d.ts +1 -0
  179. package/esm2022/lib/NativeUIXInputsFactory.js +7 -0
  180. package/esm2022/lib/NativeUIXInputsFactory_combined.d.ts +400 -0
  181. package/esm2022/lib/NativeUIXInputsFactory_combined.js +2132 -0
  182. package/esm2022/lib/PrefixShiftType.d.ts +10 -0
  183. package/esm2022/lib/PrefixShiftType.js +17 -0
  184. package/esm2022/lib/PrefixView.d.ts +1 -0
  185. package/esm2022/lib/PrefixView.js +7 -0
  186. package/esm2022/lib/PrefixVisualModelExport.d.ts +13 -0
  187. package/esm2022/lib/PrefixVisualModelExport.js +33 -0
  188. package/esm2022/lib/Replaced.d.ts +9 -0
  189. package/esm2022/lib/Replaced.js +19 -0
  190. package/esm2022/lib/RippleView.d.ts +1 -0
  191. package/esm2022/lib/RippleView.js +7 -0
  192. package/esm2022/lib/RippleView_combined.d.ts +98 -0
  193. package/esm2022/lib/RippleView_combined.js +392 -0
  194. package/esm2022/lib/RippleVisualModelExport.d.ts +15 -0
  195. package/esm2022/lib/RippleVisualModelExport.js +36 -0
  196. package/esm2022/lib/SelectedValueChangedEventArgs.d.ts +13 -0
  197. package/esm2022/lib/SelectedValueChangedEventArgs.js +31 -0
  198. package/esm2022/lib/SuffixShiftType.d.ts +10 -0
  199. package/esm2022/lib/SuffixShiftType.js +17 -0
  200. package/esm2022/lib/SuffixView.d.ts +1 -0
  201. package/esm2022/lib/SuffixView.js +7 -0
  202. package/esm2022/lib/SuffixVisualModelExport.d.ts +13 -0
  203. package/esm2022/lib/SuffixVisualModelExport.js +32 -0
  204. package/esm2022/lib/TextBlockVisualModelExport.d.ts +21 -0
  205. package/esm2022/lib/TextBlockVisualModelExport.js +62 -0
  206. package/esm2022/lib/TextElementsVisualModelExport.d.ts +16 -0
  207. package/esm2022/lib/TextElementsVisualModelExport.js +42 -0
  208. package/esm2022/lib/Theme.d.ts +15 -0
  209. package/esm2022/lib/Theme.js +46 -0
  210. package/esm2022/lib/ThemeResolver.d.ts +59 -0
  211. package/esm2022/lib/ThemeResolver.js +190 -0
  212. package/esm2022/lib/XButton.d.ts +1 -0
  213. package/esm2022/lib/XButton.js +7 -0
  214. package/esm2022/lib/XButtonBridge.d.ts +40 -0
  215. package/esm2022/lib/XButtonBridge.js +326 -0
  216. package/esm2022/lib/XButtonGroup.d.ts +1 -0
  217. package/esm2022/lib/XButtonGroup.js +7 -0
  218. package/esm2022/lib/XButtonGroupBridge.d.ts +29 -0
  219. package/esm2022/lib/XButtonGroupBridge.js +185 -0
  220. package/esm2022/lib/XButtonGroupButtonCollection.d.ts +12 -0
  221. package/esm2022/lib/XButtonGroupButtonCollection.js +26 -0
  222. package/esm2022/lib/XCalendar.d.ts +1 -0
  223. package/esm2022/lib/XCalendar.js +7 -0
  224. package/esm2022/lib/XCalendarLocaleEn.d.ts +49 -0
  225. package/esm2022/lib/XCalendarLocaleEn.js +56 -0
  226. package/esm2022/lib/XCheckbox.d.ts +1 -0
  227. package/esm2022/lib/XCheckbox.js +7 -0
  228. package/esm2022/lib/XCheckboxBridge.d.ts +20 -0
  229. package/esm2022/lib/XCheckboxBridge.js +96 -0
  230. package/esm2022/lib/XComponentBridge.d.ts +18 -0
  231. package/esm2022/lib/XComponentBridge.js +51 -0
  232. package/esm2022/lib/XDatePicker.d.ts +1 -0
  233. package/esm2022/lib/XDatePicker.js +7 -0
  234. package/esm2022/lib/XIcon.d.ts +1 -0
  235. package/esm2022/lib/XIcon.js +7 -0
  236. package/esm2022/lib/XIconBridge.d.ts +18 -0
  237. package/esm2022/lib/XIconBridge.js +128 -0
  238. package/esm2022/lib/XIconButtonBridge.d.ts +16 -0
  239. package/esm2022/lib/XIconButtonBridge.js +75 -0
  240. package/esm2022/lib/XInput.d.ts +1 -0
  241. package/esm2022/lib/XInput.js +7 -0
  242. package/esm2022/lib/XInputBridge.d.ts +53 -0
  243. package/esm2022/lib/XInputBridge.js +474 -0
  244. package/esm2022/lib/XInputGroup.d.ts +1 -0
  245. package/esm2022/lib/XInputGroup.js +7 -0
  246. package/esm2022/lib/XInputGroupInputCollection.d.ts +1 -0
  247. package/esm2022/lib/XInputGroupInputCollection.js +7 -0
  248. package/esm2022/lib/XInputGroupItem.d.ts +1 -0
  249. package/esm2022/lib/XInputGroupItem.js +7 -0
  250. package/esm2022/lib/XLabel.d.ts +1 -0
  251. package/esm2022/lib/XLabel.js +7 -0
  252. package/esm2022/lib/XPopupBridge.d.ts +57 -0
  253. package/esm2022/lib/XPopupBridge.js +323 -0
  254. package/esm2022/lib/XPrefix.d.ts +1 -0
  255. package/esm2022/lib/XPrefix.js +7 -0
  256. package/esm2022/lib/XRipple.d.ts +1 -0
  257. package/esm2022/lib/XRipple.js +7 -0
  258. package/esm2022/lib/XSuffix.d.ts +1 -0
  259. package/esm2022/lib/XSuffix.js +7 -0
  260. package/esm2022/lib/color-editor-entrypoint.d.ts +1 -0
  261. package/esm2022/lib/color-editor-entrypoint.js +4 -0
  262. package/esm2022/lib/color-editor-panel-entrypoint.d.ts +1 -0
  263. package/esm2022/lib/color-editor-panel-entrypoint.js +4 -0
  264. package/esm2022/lib/igc-button-click-event-args.d.ts +12 -0
  265. package/esm2022/lib/igc-button-click-event-args.js +30 -0
  266. package/esm2022/lib/igc-button-group-selection-changed-event-args.d.ts +12 -0
  267. package/esm2022/lib/igc-button-group-selection-changed-event-args.js +30 -0
  268. package/esm2022/lib/igc-checkbox-change-event-args.d.ts +16 -0
  269. package/esm2022/lib/igc-checkbox-change-event-args.js +43 -0
  270. package/esm2022/lib/igc-color-editor-component.d.ts +163 -0
  271. package/esm2022/lib/igc-color-editor-component.js +547 -0
  272. package/esm2022/lib/igc-color-editor-got-focus-event-args.d.ts +12 -0
  273. package/esm2022/lib/igc-color-editor-got-focus-event-args.js +30 -0
  274. package/esm2022/lib/igc-color-editor-lost-focus-event-args.d.ts +12 -0
  275. package/esm2022/lib/igc-color-editor-lost-focus-event-args.js +30 -0
  276. package/esm2022/lib/igc-color-editor-module.d.ts +3 -0
  277. package/esm2022/lib/igc-color-editor-module.js +19 -0
  278. package/esm2022/lib/igc-color-editor-panel-closed-event-args.d.ts +12 -0
  279. package/esm2022/lib/igc-color-editor-panel-closed-event-args.js +30 -0
  280. package/esm2022/lib/igc-color-editor-panel-component.d.ts +124 -0
  281. package/esm2022/lib/igc-color-editor-panel-component.js +431 -0
  282. package/esm2022/lib/igc-color-editor-panel-module.d.ts +3 -0
  283. package/esm2022/lib/igc-color-editor-panel-module.js +25 -0
  284. package/esm2022/lib/igc-color-editor-panel-selected-value-changed-event-args.d.ts +16 -0
  285. package/esm2022/lib/igc-color-editor-panel-selected-value-changed-event-args.js +43 -0
  286. package/esm2022/lib/igc-got-focus-event-args.d.ts +12 -0
  287. package/esm2022/lib/igc-got-focus-event-args.js +30 -0
  288. package/esm2022/lib/igc-input-change-event-args.d.ts +16 -0
  289. package/esm2022/lib/igc-input-change-event-args.js +43 -0
  290. package/esm2022/lib/igc-lost-focus-event-args.d.ts +12 -0
  291. package/esm2022/lib/igc-lost-focus-event-args.js +30 -0
  292. package/esm2022/lib/igc-multi-slider-component.d.ts +174 -0
  293. package/esm2022/lib/igc-multi-slider-component.js +680 -0
  294. package/esm2022/lib/igc-multi-slider-module.d.ts +3 -0
  295. package/esm2022/lib/igc-multi-slider-module.js +17 -0
  296. package/esm2022/lib/igc-multi-slider-resolving-tool-tip-value-event-args.d.ts +16 -0
  297. package/esm2022/lib/igc-multi-slider-resolving-tool-tip-value-event-args.js +42 -0
  298. package/esm2022/lib/igc-multi-slider-thumb-collection.d.ts +8 -0
  299. package/esm2022/lib/igc-multi-slider-thumb-collection.js +53 -0
  300. package/esm2022/lib/igc-multi-slider-thumb-component.d.ts +53 -0
  301. package/esm2022/lib/igc-multi-slider-thumb-component.js +268 -0
  302. package/esm2022/lib/igc-multi-slider-thumb-module.d.ts +3 -0
  303. package/esm2022/lib/igc-multi-slider-thumb-module.js +16 -0
  304. package/esm2022/lib/igc-multi-slider-thumb-value-changing-event-args.d.ts +17 -0
  305. package/esm2022/lib/igc-multi-slider-thumb-value-changing-event-args.js +54 -0
  306. package/esm2022/lib/igc-multi-slider-track-thumb-range.d.ts +26 -0
  307. package/esm2022/lib/igc-multi-slider-track-thumb-range.js +103 -0
  308. package/esm2022/lib/igc-multi-slider-y-value-changing-event-args.d.ts +14 -0
  309. package/esm2022/lib/igc-multi-slider-y-value-changing-event-args.js +36 -0
  310. package/esm2022/lib/igc-selected-value-changed-event-args.d.ts +16 -0
  311. package/esm2022/lib/igc-selected-value-changed-event-args.js +42 -0
  312. package/esm2022/lib/igc-x-button-component.d.ts +902 -0
  313. package/esm2022/lib/igc-x-button-component.js +2395 -0
  314. package/esm2022/lib/igc-x-button-group-button-collection.d.ts +8 -0
  315. package/esm2022/lib/igc-x-button-group-button-collection.js +53 -0
  316. package/esm2022/lib/igc-x-button-group-component.d.ts +410 -0
  317. package/esm2022/lib/igc-x-button-group-component.js +1020 -0
  318. package/esm2022/lib/igc-x-button-group-module.d.ts +3 -0
  319. package/esm2022/lib/igc-x-button-group-module.js +21 -0
  320. package/esm2022/lib/igc-x-button-module.d.ts +3 -0
  321. package/esm2022/lib/igc-x-button-module.js +21 -0
  322. package/esm2022/lib/igc-x-calendar-component.d.ts +181 -0
  323. package/esm2022/lib/igc-x-calendar-component.js +508 -0
  324. package/esm2022/lib/igc-x-calendar-locale-en-module.d.ts +3 -0
  325. package/esm2022/lib/igc-x-calendar-locale-en-module.js +13 -0
  326. package/esm2022/lib/igc-x-calendar-module.d.ts +3 -0
  327. package/esm2022/lib/igc-x-calendar-module.js +21 -0
  328. package/esm2022/lib/igc-x-checkbox-component.d.ts +232 -0
  329. package/esm2022/lib/igc-x-checkbox-component.js +623 -0
  330. package/esm2022/lib/igc-x-checkbox-module.d.ts +3 -0
  331. package/esm2022/lib/igc-x-checkbox-module.js +21 -0
  332. package/esm2022/lib/igc-x-date-picker-component.d.ts +226 -0
  333. package/esm2022/lib/igc-x-date-picker-component.js +677 -0
  334. package/esm2022/lib/igc-x-date-picker-module.d.ts +3 -0
  335. package/esm2022/lib/igc-x-date-picker-module.js +25 -0
  336. package/esm2022/lib/igc-x-icon-component.d.ts +285 -0
  337. package/esm2022/lib/igc-x-icon-component.js +702 -0
  338. package/esm2022/lib/igc-x-icon-module.d.ts +3 -0
  339. package/esm2022/lib/igc-x-icon-module.js +19 -0
  340. package/esm2022/lib/igc-x-input-component.d.ts +194 -0
  341. package/esm2022/lib/igc-x-input-component.js +600 -0
  342. package/esm2022/lib/igc-x-input-group-component.d.ts +748 -0
  343. package/esm2022/lib/igc-x-input-group-component.js +2353 -0
  344. package/esm2022/lib/igc-x-input-group-input-collection.d.ts +8 -0
  345. package/esm2022/lib/igc-x-input-group-input-collection.js +53 -0
  346. package/esm2022/lib/igc-x-input-group-item-component.d.ts +41 -0
  347. package/esm2022/lib/igc-x-input-group-item-component.js +195 -0
  348. package/esm2022/lib/igc-x-input-group-module.d.ts +3 -0
  349. package/esm2022/lib/igc-x-input-group-module.js +23 -0
  350. package/esm2022/lib/igc-x-input-module.d.ts +3 -0
  351. package/esm2022/lib/igc-x-input-module.js +19 -0
  352. package/esm2022/lib/igc-x-label-component.d.ts +171 -0
  353. package/esm2022/lib/igc-x-label-component.js +410 -0
  354. package/esm2022/lib/igc-x-label-module.d.ts +3 -0
  355. package/esm2022/lib/igc-x-label-module.js +19 -0
  356. package/esm2022/lib/igc-x-prefix-component.d.ts +59 -0
  357. package/esm2022/lib/igc-x-prefix-component.js +183 -0
  358. package/esm2022/lib/igc-x-prefix-module.d.ts +3 -0
  359. package/esm2022/lib/igc-x-prefix-module.js +19 -0
  360. package/esm2022/lib/igc-x-ripple-component.d.ts +118 -0
  361. package/esm2022/lib/igc-x-ripple-component.js +382 -0
  362. package/esm2022/lib/igc-x-ripple-module.d.ts +3 -0
  363. package/esm2022/lib/igc-x-ripple-module.js +17 -0
  364. package/esm2022/lib/igc-x-suffix-component.d.ts +59 -0
  365. package/esm2022/lib/igc-x-suffix-component.js +183 -0
  366. package/esm2022/lib/multi-slider-entrypoint.d.ts +1 -0
  367. package/esm2022/lib/multi-slider-entrypoint.js +4 -0
  368. package/esm2022/lib/x-button-entrypoint.d.ts +1 -0
  369. package/esm2022/lib/x-button-entrypoint.js +4 -0
  370. package/esm2022/lib/x-button-group-entrypoint.d.ts +1 -0
  371. package/esm2022/lib/x-button-group-entrypoint.js +4 -0
  372. package/esm2022/lib/x-calendar-entrypoint.d.ts +1 -0
  373. package/esm2022/lib/x-calendar-entrypoint.js +4 -0
  374. package/esm2022/lib/x-checkbox-entrypoint.d.ts +1 -0
  375. package/esm2022/lib/x-checkbox-entrypoint.js +4 -0
  376. package/esm2022/lib/x-date-picker-entrypoint.d.ts +1 -0
  377. package/esm2022/lib/x-date-picker-entrypoint.js +4 -0
  378. package/esm2022/lib/x-icon-entrypoint.d.ts +1 -0
  379. package/esm2022/lib/x-icon-entrypoint.js +4 -0
  380. package/esm2022/lib/x-input-entrypoint.d.ts +1 -0
  381. package/esm2022/lib/x-input-entrypoint.js +4 -0
  382. package/esm2022/lib/x-input-group-entrypoint.d.ts +1 -0
  383. package/esm2022/lib/x-input-group-entrypoint.js +4 -0
  384. package/esm2022/lib/x-label-entrypoint.d.ts +1 -0
  385. package/esm2022/lib/x-label-entrypoint.js +4 -0
  386. package/esm2022/lib/x-prefix-entrypoint.d.ts +1 -0
  387. package/esm2022/lib/x-prefix-entrypoint.js +4 -0
  388. package/esm2022/lib/x-ripple-entrypoint.d.ts +1 -0
  389. package/esm2022/lib/x-ripple-entrypoint.js +4 -0
  390. package/esm2022/public_api.d.ts +169 -0
  391. package/esm2022/public_api.js +169 -0
  392. package/package.json +79 -8
  393. package/fesm2022/igniteui-webcomponents-inputs.mjs +0 -40140
  394. package/igniteui-webcomponents-inputs.d.ts +0 -9883
@@ -0,0 +1,10 @@
1
+ import { Type } from "igniteui-webcomponents-core";
2
+ export declare enum PrefixShiftType {
3
+ Line = 0,
4
+ Box = 1,
5
+ Border = 2
6
+ }
7
+ /**
8
+ * @hidden
9
+ */
10
+ export declare let PrefixShiftType_$type: Type;
@@ -0,0 +1,17 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { markEnum } from "igniteui-webcomponents-core";
8
+ export var PrefixShiftType;
9
+ (function (PrefixShiftType) {
10
+ PrefixShiftType[PrefixShiftType["Line"] = 0] = "Line";
11
+ PrefixShiftType[PrefixShiftType["Box"] = 1] = "Box";
12
+ PrefixShiftType[PrefixShiftType["Border"] = 2] = "Border";
13
+ })(PrefixShiftType || (PrefixShiftType = {}));
14
+ /**
15
+ * @hidden
16
+ */
17
+ export let PrefixShiftType_$type = markEnum('PrefixShiftType', 'Line,0|Box,1|Border,2');
@@ -0,0 +1 @@
1
+ export { PrefixView } from "./InputGroupView_combined";
@@ -0,0 +1,7 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ export { PrefixView } from "./InputGroupView_combined";
@@ -0,0 +1,13 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { PrefixShiftType } from "./PrefixShiftType";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class PrefixVisualModelExport extends Base {
7
+ static $t: Type;
8
+ a: PrefixShiftType;
9
+ c: boolean;
10
+ b: boolean;
11
+ d: string;
12
+ e(): string;
13
+ }
@@ -0,0 +1,33 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Base, enumGetBox, markType } from "igniteui-webcomponents-core";
8
+ import { PrefixShiftType_$type } from "./PrefixShiftType";
9
+ import { StringBuilder } from "igniteui-webcomponents-core";
10
+ /**
11
+ * @hidden
12
+ */
13
+ class PrefixVisualModelExport extends Base {
14
+ constructor() {
15
+ super(...arguments);
16
+ this.a = 0;
17
+ this.c = false;
18
+ this.b = false;
19
+ this.d = null;
20
+ }
21
+ static { this.$t = markType(PrefixVisualModelExport, 'PrefixVisualModelExport'); }
22
+ e() {
23
+ let a = new StringBuilder(0);
24
+ a.m("{");
25
+ a.m("shiftType : " + enumGetBox(PrefixShiftType_$type, this.a) + ", ");
26
+ a.m("isHover : " + this.c + ", ");
27
+ a.m("isDisabled : " + this.b + ", ");
28
+ a.m("name : \"" + this.d + "\", ");
29
+ a.m("}");
30
+ return a.toString();
31
+ }
32
+ }
33
+ export { PrefixVisualModelExport };
@@ -0,0 +1,9 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare class Replaced extends Base {
6
+ static $t: Type;
7
+ b: string;
8
+ a: number;
9
+ }
@@ -0,0 +1,19 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Base, markType } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ class Replaced extends Base {
12
+ constructor() {
13
+ super(...arguments);
14
+ this.b = null;
15
+ this.a = 0;
16
+ }
17
+ static { this.$t = markType(Replaced, 'Replaced'); }
18
+ }
19
+ export { Replaced };
@@ -0,0 +1 @@
1
+ export { RippleView } from "./RippleView_combined";
@@ -0,0 +1,7 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ export { RippleView } from "./RippleView_combined";
@@ -0,0 +1,98 @@
1
+ import { Base, Type, INotifyPropertyChanged, PropertyChangedEventArgs } from "igniteui-webcomponents-core";
2
+ import { DomRenderer } from "igniteui-webcomponents-core";
3
+ import { Brush } from "igniteui-webcomponents-core";
4
+ import { AnimationKeyFrameEffect } from "igniteui-webcomponents-core";
5
+ import { AnimationKeyFrameEffectTiming } from "igniteui-webcomponents-core";
6
+ import { RippleVisualModelExport } from "./RippleVisualModelExport";
7
+ /**
8
+ * @hidden
9
+ */
10
+ export declare class RippleView extends Base {
11
+ static $t: Type;
12
+ constructor();
13
+ b: XRipple;
14
+ w(): void;
15
+ e(): boolean;
16
+ private g;
17
+ private c;
18
+ private f;
19
+ t(a: DomRenderer): void;
20
+ private l;
21
+ v(): void;
22
+ private r;
23
+ private q;
24
+ private p;
25
+ aa(): void;
26
+ x(): void;
27
+ z(): void;
28
+ m(a: number, b: number, c: number): any;
29
+ y(a: any): void;
30
+ n(): void;
31
+ a(a: any, b: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
32
+ private o;
33
+ private d;
34
+ private k;
35
+ private h;
36
+ private j;
37
+ private i;
38
+ s(): void;
39
+ u(): void;
40
+ }
41
+ /**
42
+ * @hidden
43
+ */
44
+ export declare class XRipple extends Base implements INotifyPropertyChanged {
45
+ static $t: Type;
46
+ constructor();
47
+ c: RippleView;
48
+ destroy(): void;
49
+ protected ah(a: string, b: any, c: any): void;
50
+ protected aj(a: string, b: any, c: any): void;
51
+ private am;
52
+ private an;
53
+ j: boolean;
54
+ af(): void;
55
+ ag(): void;
56
+ private p;
57
+ get q(): any;
58
+ set q(a: any);
59
+ private ar;
60
+ get ax(): Brush;
61
+ set ax(a: Brush);
62
+ private aq;
63
+ get aw(): Brush;
64
+ set aw(a: Brush);
65
+ static au: Brush;
66
+ private ao;
67
+ get as(): Brush;
68
+ set as(a: Brush);
69
+ private m;
70
+ al(a: number, b: number, c: number, d: number): void;
71
+ private d;
72
+ static av: Brush;
73
+ private ap;
74
+ get at(): Brush;
75
+ set at(a: Brush);
76
+ private n;
77
+ get o(): number;
78
+ set o(a: number);
79
+ private f;
80
+ get i(): boolean;
81
+ set i(a: boolean);
82
+ private e;
83
+ get h(): boolean;
84
+ set h(a: boolean);
85
+ private g;
86
+ get k(): boolean;
87
+ set k(a: boolean);
88
+ ai(): void;
89
+ private get a();
90
+ propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
91
+ onDetachedFromUI(): void;
92
+ onAttachedToUI(): void;
93
+ protected l(): boolean;
94
+ r(): any;
95
+ v(): string;
96
+ b(): RippleVisualModelExport;
97
+ provideContainer(a: DomRenderer): void;
98
+ }
@@ -0,0 +1,392 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Base, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs } from "igniteui-webcomponents-core";
8
+ import { List$1 } from "igniteui-webcomponents-core";
9
+ import { ScaleTransform } from "igniteui-webcomponents-core";
10
+ import { NativeUI } from "igniteui-webcomponents-core";
11
+ import { KeyFrameAnimationFactory } from "igniteui-webcomponents-core";
12
+ import { AnimationKeyFrameEffect } from "igniteui-webcomponents-core";
13
+ import { AnimationKeyFrameEffectTiming } from "igniteui-webcomponents-core";
14
+ import { LinkedList$1 } from "igniteui-webcomponents-core";
15
+ import { IKeyFrameAnimation_$type } from "igniteui-webcomponents-core";
16
+ import { AnimationKeyFrameProperty } from "igniteui-webcomponents-core";
17
+ import { RippleVisualModelExport } from "./RippleVisualModelExport";
18
+ import { AppearanceHelper } from "igniteui-webcomponents-core";
19
+ import { BrushUtil } from "igniteui-webcomponents-core";
20
+ /**
21
+ * @hidden
22
+ */
23
+ class RippleView extends Base {
24
+ static { this.$t = markType(RippleView, 'RippleView'); }
25
+ constructor() {
26
+ super();
27
+ this.b = null;
28
+ this.g = null;
29
+ this.c = null;
30
+ this.f = new List$1(Delegate_$type, 0);
31
+ this.l = null;
32
+ this.d = true;
33
+ this.k = null;
34
+ this.h = null;
35
+ this.j = null;
36
+ this.i = null;
37
+ }
38
+ w() {
39
+ }
40
+ e() {
41
+ return true;
42
+ }
43
+ t(a) {
44
+ if (a == null) {
45
+ for (let b of fromEnum(this.f)) {
46
+ b();
47
+ }
48
+ this.f.clear();
49
+ }
50
+ this.g = a;
51
+ this.b.ai();
52
+ }
53
+ v() {
54
+ if (this.b.q == null) {
55
+ this.l = null;
56
+ for (let a of fromEnum(this.f)) {
57
+ a();
58
+ }
59
+ this.f.clear();
60
+ }
61
+ else {
62
+ let b = this.b.q;
63
+ let c = this.g.getWrapper(b);
64
+ this.l = c;
65
+ this.f.add(c.listen("click", runOn(this, this.p)));
66
+ this.f.add(c.listen("mouseenter", runOn(this, this.q)));
67
+ this.f.add(c.listen("mouseleave", runOn(this, this.r)));
68
+ }
69
+ }
70
+ r(a) {
71
+ this.b.ag();
72
+ }
73
+ q(a) {
74
+ this.b.af();
75
+ }
76
+ p(a) {
77
+ if (this.l == null) {
78
+ return;
79
+ }
80
+ let b = this.g.rootWrapper.getOffset();
81
+ let c = a.pageX - b.left;
82
+ let d = a.pageY - b.top;
83
+ this.b.al(c, d, this.g.rootWrapper.outerWidth(), this.g.rootWrapper.outerHeight());
84
+ }
85
+ aa() {
86
+ if (this.b.j) {
87
+ this.g.rootWrapper.setStyleProperty("background-color", this.b.as._fill);
88
+ }
89
+ }
90
+ x() {
91
+ this.g.rootWrapper.setStyleProperty("background-color", "transparent");
92
+ }
93
+ z() {
94
+ this.g.rootWrapper.setStyleProperty("background-color", this.b.as._fill);
95
+ }
96
+ m(a, b, c) {
97
+ let d = this.g.createElement("span");
98
+ d.setStyleProperty("width", c * 2 + "px");
99
+ d.setStyleProperty("height", c * 2 + "px");
100
+ d.setStyleProperty("top", b + "px");
101
+ d.setStyleProperty("left", a + "px");
102
+ d.setStyleProperty("background-color", this.b.at._fill);
103
+ d.setStyleProperty("position", "absolute");
104
+ d.setStyleProperty("pointer-events", "none");
105
+ d.setStyleProperty("border-radius", c + "px");
106
+ d.setStyleProperty("opacity", ".5");
107
+ NativeUI.ai(d, ((() => {
108
+ let $ret = new ScaleTransform();
109
+ $ret.l = 0.3;
110
+ $ret.m = 0.3;
111
+ return $ret;
112
+ })()));
113
+ this.g.append(d);
114
+ return d;
115
+ }
116
+ y(a) {
117
+ let b = a;
118
+ b.remove();
119
+ }
120
+ n() {
121
+ if (KeyFrameAnimationFactory.h == null) {
122
+ KeyFrameAnimationFactory.h = this.g;
123
+ }
124
+ }
125
+ a(a, b) {
126
+ return new AnimationKeyFrameEffect(0, a, 0, null, b);
127
+ }
128
+ o(a) {
129
+ }
130
+ s() {
131
+ this.d = true;
132
+ this.v();
133
+ }
134
+ u() {
135
+ this.d = false;
136
+ for (let a of fromEnum(this.f)) {
137
+ a();
138
+ }
139
+ this.f.clear();
140
+ }
141
+ }
142
+ export { RippleView };
143
+ /**
144
+ * @hidden
145
+ */
146
+ class XRipple extends Base {
147
+ static { this.$t = markType(XRipple, 'XRipple', Base.$, [INotifyPropertyChanged_$type]); }
148
+ constructor() {
149
+ super();
150
+ this.c = null;
151
+ this.j = false;
152
+ this.p = null;
153
+ this.ar = null;
154
+ this.aq = null;
155
+ this.ao = XRipple.au;
156
+ this.m = new LinkedList$1(IKeyFrameAnimation_$type);
157
+ this.ap = XRipple.av;
158
+ this.n = 600;
159
+ this.f = false;
160
+ this.e = false;
161
+ this.g = false;
162
+ this.propertyChanged = null;
163
+ let a = new RippleView();
164
+ a.b = this;
165
+ this.c = a;
166
+ this.c.w();
167
+ }
168
+ destroy() {
169
+ this.provideContainer(null);
170
+ }
171
+ ah(a, b, c) {
172
+ if (this.propertyChanged != null) {
173
+ this.propertyChanged(this, new PropertyChangedEventArgs(a));
174
+ }
175
+ this.aj(a, b, c);
176
+ }
177
+ aj(a, b, c) {
178
+ switch (a) {
179
+ case "RippleColor":
180
+ this.at = this.ax != null ? this.ax : XRipple.av;
181
+ break;
182
+ case "HoverColor":
183
+ this.as = this.aw != null ? this.aw : XRipple.au;
184
+ break;
185
+ case "EventSource":
186
+ if (this.c.e()) {
187
+ this.c.v();
188
+ }
189
+ break;
190
+ case "ActualRippleColor":
191
+ this.an();
192
+ break;
193
+ case "ActualHoverColor":
194
+ this.am();
195
+ break;
196
+ }
197
+ }
198
+ am() {
199
+ if (this.i) {
200
+ this.c.x();
201
+ return;
202
+ }
203
+ this.c.aa();
204
+ }
205
+ an() {
206
+ }
207
+ af() {
208
+ this.j = true;
209
+ if (this.i) {
210
+ this.c.x();
211
+ return;
212
+ }
213
+ if (this.k) {
214
+ this.c.z();
215
+ }
216
+ }
217
+ ag() {
218
+ this.j = false;
219
+ if (this.k || this.i) {
220
+ this.c.x();
221
+ }
222
+ }
223
+ get q() {
224
+ return this.p;
225
+ }
226
+ set q(a) {
227
+ let b = this.p;
228
+ this.p = a;
229
+ if (b != this.p) {
230
+ this.ah("EventSource", b, a);
231
+ }
232
+ }
233
+ get ax() {
234
+ return this.ar;
235
+ }
236
+ set ax(a) {
237
+ let b = this.ar;
238
+ this.ar = a;
239
+ if (b != this.ar) {
240
+ this.ah("RippleColor", b, a);
241
+ }
242
+ }
243
+ get aw() {
244
+ return this.aq;
245
+ }
246
+ set aw(a) {
247
+ let b = this.aq;
248
+ this.aq = a;
249
+ if (b != this.aq) {
250
+ this.ah("HoverColor", b, a);
251
+ }
252
+ }
253
+ static { this.au = BrushUtil.l(40, 0, 0, 0); }
254
+ get as() {
255
+ return this.ao;
256
+ }
257
+ set as(a) {
258
+ let b = this.ao;
259
+ this.ao = a;
260
+ if (b != this.ao) {
261
+ this.ah("ActualHoverColor", b, a);
262
+ }
263
+ }
264
+ al(a, b, c, d) {
265
+ if (this.i) {
266
+ return;
267
+ }
268
+ let e = Math.max(c, d);
269
+ let f = e / 2;
270
+ let g = a - f;
271
+ let h = b - f;
272
+ if (this.h) {
273
+ g = 0;
274
+ h = 0;
275
+ }
276
+ let i = this.c.m(g, h, f);
277
+ let j = this.d(i);
278
+ this.m.f(j);
279
+ let k = this.m.d;
280
+ j.play();
281
+ j.finished.f((l) => {
282
+ j.commitStyles();
283
+ this.m.h(k);
284
+ this.c.y(i);
285
+ });
286
+ }
287
+ d(a) {
288
+ let b = this.a;
289
+ let c = KeyFrameAnimationFactory.f.c(this.c.a(a, b).m(new AnimationKeyFrameProperty(1, 0.5), new AnimationKeyFrameProperty(14, ((() => {
290
+ let $ret = new ScaleTransform();
291
+ $ret.l = 0.3;
292
+ $ret.m = 0.3;
293
+ return $ret;
294
+ })()))).m(new AnimationKeyFrameProperty(1, 0), new AnimationKeyFrameProperty(14, ((() => {
295
+ let $ret = new ScaleTransform();
296
+ $ret.l = 2;
297
+ $ret.m = 2;
298
+ return $ret;
299
+ })()))));
300
+ return c;
301
+ }
302
+ static { this.av = BrushUtil.l(189, 0, 0, 0); }
303
+ get at() {
304
+ return this.ap;
305
+ }
306
+ set at(a) {
307
+ let b = this.ap;
308
+ this.ap = a;
309
+ if (b != this.ap) {
310
+ this.ah("ActualRippleColor", b, a);
311
+ }
312
+ }
313
+ get o() {
314
+ return this.n;
315
+ }
316
+ set o(a) {
317
+ let b = this.n;
318
+ this.n = a;
319
+ if (b != this.n) {
320
+ this.ah("RippleDuration", b, a);
321
+ }
322
+ }
323
+ get i() {
324
+ return this.f;
325
+ }
326
+ set i(a) {
327
+ let b = this.f;
328
+ this.f = a;
329
+ if (b != this.f) {
330
+ this.ah("IsDisabled", b, a);
331
+ }
332
+ }
333
+ get h() {
334
+ return this.e;
335
+ }
336
+ set h(a) {
337
+ let b = this.e;
338
+ this.e = a;
339
+ if (b != this.e) {
340
+ this.ah("IsCentered", b, a);
341
+ }
342
+ }
343
+ get k() {
344
+ return this.g;
345
+ }
346
+ set k(a) {
347
+ let b = this.g;
348
+ this.g = a;
349
+ if (b != this.g) {
350
+ this.ah("IsHoverEnabled", b, a);
351
+ }
352
+ }
353
+ ai() {
354
+ this.c.v();
355
+ }
356
+ get a() {
357
+ let a = new AnimationKeyFrameEffectTiming();
358
+ a.g = this.o;
359
+ a.b = 0;
360
+ return a;
361
+ }
362
+ onDetachedFromUI() {
363
+ this.c.u();
364
+ }
365
+ onAttachedToUI() {
366
+ this.c.s();
367
+ }
368
+ l() {
369
+ return this.c.e();
370
+ }
371
+ r() {
372
+ return this.b();
373
+ }
374
+ v() {
375
+ let a = this.b();
376
+ return a.g();
377
+ }
378
+ b() {
379
+ let a = new RippleVisualModelExport();
380
+ a.a = AppearanceHelper.a(this.as);
381
+ a.b = AppearanceHelper.a(this.at);
382
+ a.f = this.o;
383
+ a.d = this.i;
384
+ a.c = this.h;
385
+ a.e = this.k;
386
+ return a;
387
+ }
388
+ provideContainer(a) {
389
+ this.c.t(a);
390
+ }
391
+ }
392
+ export { XRipple };
@@ -0,0 +1,15 @@
1
+ import { Base, Type } from "igniteui-webcomponents-core";
2
+ import { BrushAppearanceData } from "igniteui-webcomponents-core";
3
+ /**
4
+ * @hidden
5
+ */
6
+ export declare class RippleVisualModelExport extends Base {
7
+ static $t: Type;
8
+ a: BrushAppearanceData;
9
+ b: BrushAppearanceData;
10
+ f: number;
11
+ d: boolean;
12
+ c: boolean;
13
+ e: boolean;
14
+ g(): string;
15
+ }
@@ -0,0 +1,36 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Base, markType } from "igniteui-webcomponents-core";
8
+ import { StringBuilder } from "igniteui-webcomponents-core";
9
+ /**
10
+ * @hidden
11
+ */
12
+ class RippleVisualModelExport extends Base {
13
+ constructor() {
14
+ super(...arguments);
15
+ this.a = null;
16
+ this.b = null;
17
+ this.f = 0;
18
+ this.d = false;
19
+ this.c = false;
20
+ this.e = false;
21
+ }
22
+ static { this.$t = markType(RippleVisualModelExport, 'RippleVisualModelExport'); }
23
+ g() {
24
+ let a = new StringBuilder(0);
25
+ a.m("{");
26
+ a.m("ActualHoverColor : " + this.a.serialize() + ", ");
27
+ a.m("ActualRippleColor : " + this.b.serialize() + ", ");
28
+ a.m("RippleDuration : " + this.f + ", ");
29
+ a.m("IsDisabled : " + this.d + ", ");
30
+ a.m("IsCentered : " + this.c + ", ");
31
+ a.m("IsHoverEnabled : " + this.e + ", ");
32
+ a.m("}");
33
+ return a.toString();
34
+ }
35
+ }
36
+ export { RippleVisualModelExport };
@@ -0,0 +1,13 @@
1
+ import { EventArgs, Type } from "igniteui-webcomponents-core";
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare class SelectedValueChangedEventArgs extends EventArgs {
6
+ static $t: Type;
7
+ private _oldValue;
8
+ get oldValue(): Date;
9
+ set oldValue(a: Date);
10
+ private _newValue;
11
+ get newValue(): Date;
12
+ set newValue(a: Date);
13
+ }