igniteui-webcomponents-inputs 7.1.1-beta.2 → 7.1.1-beta.4

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,547 @@
1
+ import { ColorEditor } from "./ColorEditor";
2
+ import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
3
+ import { FontInfo } from "igniteui-webcomponents-core";
4
+ import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
5
+ import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
6
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
7
+ import { RegisterElementHelper } from "igniteui-webcomponents-core";
8
+ import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
9
+ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
10
+ import { IgcHTMLElement } from "igniteui-webcomponents-core";
11
+ import { IgcColorEditorPanelSelectedValueChangedEventArgs } from "./igc-color-editor-panel-selected-value-changed-event-args";
12
+ import { IgcColorEditorLostFocusEventArgs } from "./igc-color-editor-lost-focus-event-args";
13
+ import { IgcColorEditorGotFocusEventArgs } from "./igc-color-editor-got-focus-event-args";
14
+ class IgcColorEditorComponent extends IgcHTMLElement {
15
+ constructor() {
16
+ super();
17
+ this._disconnected = false;
18
+ this._settingAttributes = false;
19
+ this._attached = false;
20
+ this._queuedSetAttributes = [];
21
+ this._updatingFromAttribute = false;
22
+ this.__p = null;
23
+ this._hasUserValues = new Set();
24
+ this._stylingContainer = null;
25
+ this._stylingParent = null;
26
+ this._inStyling = false;
27
+ this._valueChanged = null;
28
+ this._valueChanged_wrapped = null;
29
+ this._valueChanging = null;
30
+ this._valueChanging_wrapped = null;
31
+ this._gotFocus = null;
32
+ this._gotFocus_wrapped = null;
33
+ this._lostFocus = null;
34
+ this._lostFocus_wrapped = null;
35
+ if (this._styling) {
36
+ NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
37
+ }
38
+ this._portalManager = new PortalManager("colorEditorContent");
39
+ this._renderer = new WebComponentRenderer(this, document, true, {}, this._portalManager);
40
+ this._container = this._renderer.createElement("div");
41
+ this._renderer.updateRoot(this._container);
42
+ this._implementation = this.createImplementation();
43
+ this._implementation.externalObject = this;
44
+ //this._container.setStyleProperty("width", "100%");
45
+ //this._container.setStyleProperty("height", "100%");
46
+ var root;
47
+ root = this._container;
48
+ if (this._container.getNativeElement() != null) {
49
+ root = this._container.getNativeElement();
50
+ }
51
+ this._wrapper = this._renderer;
52
+ var colorEditor = this.i;
53
+ this._colorEditor = colorEditor;
54
+ //(colorEditor as any).view.createColorEditorPanel = () => {
55
+ // return document.createElement("igc-color-editor-panel");
56
+ //};
57
+ colorEditor.provideContainer(this._renderer);
58
+ this._onChildrenChanged();
59
+ //Checkbox.notifySizeChanged();
60
+ let mut = new MutationObserver((list) => {
61
+ for (var mutation of list) {
62
+ if (mutation.type == 'childList') {
63
+ this._onChildrenChanged();
64
+ }
65
+ }
66
+ });
67
+ mut.observe(this, {
68
+ childList: true
69
+ });
70
+ //this._renderer.addSizeWatcher(() => {
71
+ // this._checkbox.notifySizeChanged();
72
+ //});
73
+ }
74
+ _onChildrenChanged() {
75
+ var children = [];
76
+ for (var i = 0; i < this.childNodes.length; i++) {
77
+ var child = this.childNodes[i];
78
+ if (child !== this._container.getNativeElement()) {
79
+ children.push(child);
80
+ }
81
+ }
82
+ this._portalManager.onChildrenChanged(children);
83
+ }
84
+ // supports angular themes or custom properties set in CSS
85
+ updateStyle() {
86
+ this._styling(this, this);
87
+ }
88
+ destroy() {
89
+ this._colorEditor.destroy();
90
+ this._wrapper.destroy();
91
+ }
92
+ createImplementation() {
93
+ return new ColorEditor();
94
+ }
95
+ disconnectedCallback() {
96
+ this._disconnected = true;
97
+ if (this.i) {
98
+ this.i.onDetachedFromUI();
99
+ }
100
+ }
101
+ connectedCallback() {
102
+ if (this._disconnected) {
103
+ this._disconnected = false;
104
+ if (this.i) {
105
+ this.i.onAttachedToUI();
106
+ }
107
+ return;
108
+ }
109
+ this.classList.add("ig-color-editor");
110
+ this.classList.add("igc-color-editor");
111
+ this.appendChild(this._container.getNativeElement());
112
+ this._attached = true;
113
+ this.style.display = "block";
114
+ //this.style.height = this._height;
115
+ //this.style.width = this._width;
116
+ this._flushQueuedAttributes();
117
+ // supports themes or custom properties set in CSS
118
+ this._styling(this, this);
119
+ this.afterContentInit();
120
+ }
121
+ afterContentInit() {
122
+ //this.i.notifySizeChanged();
123
+ }
124
+ /**
125
+ * @hidden
126
+ */
127
+ get i() {
128
+ return this._implementation;
129
+ } /**
130
+ * @hidden
131
+ */
132
+ static _createFromInternal(internal) {
133
+ if (!internal) {
134
+ return null;
135
+ }
136
+ if (!internal.$type) {
137
+ return null;
138
+ }
139
+ let name = internal.$type.name;
140
+ let externalName = "Igc" + name + "Component";
141
+ if (!TypeRegistrar.isRegistered(externalName)) {
142
+ return null;
143
+ }
144
+ return TypeRegistrar.create(externalName);
145
+ }
146
+ _enqueueSetAttribute(attrName, attrValue) {
147
+ this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
148
+ }
149
+ _flushQueuedAttributes() {
150
+ this._settingAttributes = true;
151
+ for (let i = 0; i < this._queuedSetAttributes.length; i++) {
152
+ this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
153
+ }
154
+ this._settingAttributes = false;
155
+ this._queuedSetAttributes.length = 0;
156
+ }
157
+ _a(attrName, attrValue) {
158
+ if (this._updatingFromAttribute) {
159
+ return;
160
+ }
161
+ if (attrValue) {
162
+ attrValue = attrValue.toString();
163
+ }
164
+ this._settingAttributes = true;
165
+ attrName = toSpinal(attrName);
166
+ if (this._attached) {
167
+ this.setAttribute(attrName, attrValue);
168
+ }
169
+ else {
170
+ this._enqueueSetAttribute(attrName, attrValue);
171
+ }
172
+ this._settingAttributes = false;
173
+ }
174
+ static { this._observedAttributesIgcColorEditorComponent = null; }
175
+ static get observedAttributes() {
176
+ if (IgcColorEditorComponent._observedAttributesIgcColorEditorComponent == null) {
177
+ let names = getAllPropertyNames(IgcColorEditorComponent);
178
+ for (let i = 0; i < names.length; i++) {
179
+ names[i] = toSpinal(names[i]);
180
+ }
181
+ IgcColorEditorComponent._observedAttributesIgcColorEditorComponent = names;
182
+ }
183
+ return IgcColorEditorComponent._observedAttributesIgcColorEditorComponent;
184
+ }
185
+ attributeChangedCallback(name, oldValue, newValue) {
186
+ if (this._settingAttributes) {
187
+ return;
188
+ }
189
+ let setName = fromSpinal(name);
190
+ this._updatingFromAttribute = true;
191
+ this[setName] = newValue;
192
+ this._updatingFromAttribute = false;
193
+ }
194
+ static { this.htmlTagName = "igc-color-editor"; }
195
+ static { this._isElementRegistered = false; }
196
+ static register() {
197
+ if (!IgcColorEditorComponent._isElementRegistered) {
198
+ IgcColorEditorComponent._isElementRegistered = true;
199
+ RegisterElementHelper.registerElement(IgcColorEditorComponent.htmlTagName, IgcColorEditorComponent);
200
+ }
201
+ }
202
+ /**
203
+ * Gets or Sets color value of the editor.
204
+ */
205
+ get value() {
206
+ return brushToString(this.i.value);
207
+ }
208
+ set value(v) {
209
+ this.i.value = stringToBrush(v);
210
+ this._a("value", brushToString(this.i.value));
211
+ }
212
+ /**
213
+ * Gets or Sets the property name that contains the label.
214
+ */
215
+ get label() {
216
+ return this.i.a2;
217
+ }
218
+ set label(v) {
219
+ this.i.a2 = v;
220
+ }
221
+ /**
222
+ * Gets or sets the color to use for the text.
223
+ */
224
+ get labelTextColor() {
225
+ return brushToString(this.i.cq);
226
+ }
227
+ set labelTextColor(v) {
228
+ this.i.cq = stringToBrush(v);
229
+ this._a("labelTextColor", brushToString(this.i.cq));
230
+ }
231
+ /**
232
+ * Gets or sets the font to use for the input.
233
+ */
234
+ get labelTextStyle() {
235
+ if (this.i.p == null) {
236
+ return null;
237
+ }
238
+ return this.i.p.fontString;
239
+ }
240
+ set labelTextStyle(v) {
241
+ let fi = new FontInfo();
242
+ fi.fontString = v;
243
+ this.i.p = fi;
244
+ this._a("labelTextStyle", this.i.p != null ? this.i.p.fontString : "");
245
+ }
246
+ /**
247
+ * Gets or sets the display density to use for the date pcicker.
248
+ */
249
+ get density() {
250
+ return this.i.l;
251
+ }
252
+ set density(v) {
253
+ this.i.l = ensureEnum(ControlDisplayDensity_$type, v);
254
+ this._a("density", enumToString(ControlDisplayDensity_$type, this.i.l));
255
+ }
256
+ /**
257
+ * Gets or sets the base built in theme to use for the date picker.
258
+ */
259
+ get baseTheme() {
260
+ return this.i.j;
261
+ }
262
+ set baseTheme(v) {
263
+ this.i.j = ensureEnum(BaseControlTheme_$type, v);
264
+ this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.j));
265
+ }
266
+ /**
267
+ * Gets or sets the font to use for the combobox.
268
+ */
269
+ get textStyle() {
270
+ if (this.i.q == null) {
271
+ return null;
272
+ }
273
+ return this.i.q.fontString;
274
+ }
275
+ set textStyle(v) {
276
+ let fi = new FontInfo();
277
+ fi.fontString = v;
278
+ this.i.q = fi;
279
+ this._a("textStyle", this.i.q != null ? this.i.q.fontString : "");
280
+ }
281
+ /**
282
+ * Gets or Sets the text color
283
+ */
284
+ get textColor() {
285
+ return brushToString(this.i.cr);
286
+ }
287
+ set textColor(v) {
288
+ this.i.cr = stringToBrush(v);
289
+ this._a("textColor", brushToString(this.i.cr));
290
+ }
291
+ /**
292
+ * Gets or Sets the text color
293
+ */
294
+ get iconColor() {
295
+ return brushToString(this.i.cp);
296
+ }
297
+ set iconColor(v) {
298
+ this.i.cp = stringToBrush(v);
299
+ this._a("iconColor", brushToString(this.i.cp));
300
+ }
301
+ /**
302
+ * Gets or sets the ShowClearButton property to detirmine if the clear button is shown
303
+ */
304
+ get showClearButton() {
305
+ return this.i.an;
306
+ }
307
+ set showClearButton(v) {
308
+ this.i.an = ensureBool(v);
309
+ this._a("showClearButton", this.i.an);
310
+ }
311
+ /**
312
+ * Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
313
+ */
314
+ get allowTextInput() {
315
+ return this.i.ah;
316
+ }
317
+ set allowTextInput(v) {
318
+ this.i.ah = ensureBool(v);
319
+ this._a("allowTextInput", this.i.ah);
320
+ }
321
+ /**
322
+ * Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
323
+ */
324
+ get openOnFocus() {
325
+ return this.i.al;
326
+ }
327
+ set openOnFocus(v) {
328
+ this.i.al = ensureBool(v);
329
+ this._a("openOnFocus", this.i.al);
330
+ }
331
+ get isDisabled() {
332
+ return this.i.ai;
333
+ }
334
+ set isDisabled(v) {
335
+ this.i.ai = ensureBool(v);
336
+ this._a("isDisabled", this.i.ai);
337
+ }
338
+ /**
339
+ * Indicates that the editor dropdown will position itself relative to the window instead of the document.
340
+ */
341
+ get isFixed() {
342
+ return this.i.aj;
343
+ }
344
+ set isFixed(v) {
345
+ this.i.aj = ensureBool(v);
346
+ this._a("isFixed", this.i.aj);
347
+ }
348
+ /**
349
+ * Indicates that the dropdown should open as a child of the color editor.
350
+ */
351
+ get openAsChild() {
352
+ return this.i.ak;
353
+ }
354
+ set openAsChild(v) {
355
+ this.i.ak = ensureBool(v);
356
+ this._a("openAsChild", this.i.ak);
357
+ }
358
+ /**
359
+ * Indicates that the dropdown will place itself into the browser top layer.
360
+ */
361
+ get useTopLayer() {
362
+ return this.i.ao;
363
+ }
364
+ set useTopLayer(v) {
365
+ this.i.ao = ensureBool(v);
366
+ this._a("useTopLayer", this.i.ao);
367
+ }
368
+ findByName(name) {
369
+ if (this.findEphemera) {
370
+ if (name && name.indexOf("@@e:") == 0) {
371
+ return this.findEphemera(name);
372
+ }
373
+ }
374
+ return null;
375
+ }
376
+ get hasUserValues() {
377
+ return this._hasUserValues;
378
+ }
379
+ __m(propertyName) {
380
+ if (!this._inStyling) {
381
+ this._hasUserValues.add(propertyName);
382
+ }
383
+ }
384
+ _styling(container, component, parent) {
385
+ if (this._inStyling) {
386
+ return;
387
+ }
388
+ this._inStyling = true;
389
+ this._stylingContainer = container;
390
+ this._stylingParent = component;
391
+ let genericPrefix = "";
392
+ let typeName = this.i.$type.name;
393
+ if (typeName.indexOf("Xam") === 0) {
394
+ typeName = typeName.substring(3);
395
+ }
396
+ genericPrefix = toSpinal("ColorEditorComponent");
397
+ let additionalPrefixes = [];
398
+ let prefix = toSpinal(typeName);
399
+ additionalPrefixes.push(prefix + "-");
400
+ let b = this.i.$type.baseType;
401
+ while (b && b.name != "Object" &&
402
+ b.name != "Base" &&
403
+ b.name != "Control" &&
404
+ b.Name != "DependencyObject" &&
405
+ b.Name != "FrameworkElement") {
406
+ typeName = b.name;
407
+ if (typeName.indexOf("Xam") === 0) {
408
+ typeName = typeName.substring(3);
409
+ }
410
+ let basePrefix = toSpinal(typeName);
411
+ additionalPrefixes.push(basePrefix + "-");
412
+ b = b.baseType;
413
+ }
414
+ if (parent) {
415
+ let parentTypeName = parent.i.$type.name;
416
+ if (parentTypeName.indexOf("Xam") === 0) {
417
+ parentTypeName = parentTypeName.substring(3);
418
+ }
419
+ let parentPrefix = toSpinal(parentTypeName);
420
+ additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
421
+ additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
422
+ }
423
+ initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
424
+ if (this._otherStyling) {
425
+ this._otherStyling(container, component, parent);
426
+ }
427
+ this._inStyling = false;
428
+ }
429
+ select() {
430
+ this.i.cb();
431
+ }
432
+ /**
433
+ * Exports visual information about the current state of the color editor.
434
+
435
+ */
436
+ exportVisualModel() {
437
+ let iv = this.i.as();
438
+ return (iv);
439
+ }
440
+ /**
441
+ * Returns a serialized copy of the exported visual model
442
+
443
+ */
444
+ exportSerializedVisualModel() {
445
+ let iv = this.i.ay();
446
+ return (iv);
447
+ }
448
+ /**
449
+ * Called when color is selected.
450
+ */
451
+ get valueChanged() {
452
+ return this._valueChanged;
453
+ }
454
+ set valueChanged(ev) {
455
+ if (this._valueChanged_wrapped !== null) {
456
+ this.i.valueChanged = delegateRemove(this.i.valueChanged, this._valueChanged_wrapped);
457
+ this._valueChanged_wrapped = null;
458
+ this._valueChanged = null;
459
+ }
460
+ this._valueChanged = ev;
461
+ this._valueChanged_wrapped = (o, e) => {
462
+ let outerArgs = new IgcColorEditorPanelSelectedValueChangedEventArgs();
463
+ outerArgs._provideImplementation(e);
464
+ if (this.beforeValueChanged) {
465
+ this.beforeValueChanged(this, outerArgs);
466
+ }
467
+ if (this._valueChanged) {
468
+ this._valueChanged(this, outerArgs);
469
+ }
470
+ };
471
+ this.i.valueChanged = delegateCombine(this.i.valueChanged, this._valueChanged_wrapped);
472
+ ;
473
+ }
474
+ /**
475
+ * Called when color is selected.
476
+ */
477
+ get valueChanging() {
478
+ return this._valueChanging;
479
+ }
480
+ set valueChanging(ev) {
481
+ if (this._valueChanging_wrapped !== null) {
482
+ this.i.valueChanging = delegateRemove(this.i.valueChanging, this._valueChanging_wrapped);
483
+ this._valueChanging_wrapped = null;
484
+ this._valueChanging = null;
485
+ }
486
+ this._valueChanging = ev;
487
+ this._valueChanging_wrapped = (o, e) => {
488
+ let outerArgs = new IgcColorEditorPanelSelectedValueChangedEventArgs();
489
+ outerArgs._provideImplementation(e);
490
+ if (this.beforeValueChanging) {
491
+ this.beforeValueChanging(this, outerArgs);
492
+ }
493
+ if (this._valueChanging) {
494
+ this._valueChanging(this, outerArgs);
495
+ }
496
+ };
497
+ this.i.valueChanging = delegateCombine(this.i.valueChanging, this._valueChanging_wrapped);
498
+ ;
499
+ }
500
+ get gotFocus() {
501
+ return this._gotFocus;
502
+ }
503
+ set gotFocus(ev) {
504
+ if (this._gotFocus_wrapped !== null) {
505
+ this.i.gotFocus = delegateRemove(this.i.gotFocus, this._gotFocus_wrapped);
506
+ this._gotFocus_wrapped = null;
507
+ this._gotFocus = null;
508
+ }
509
+ this._gotFocus = ev;
510
+ this._gotFocus_wrapped = (o, e) => {
511
+ let outerArgs = new IgcColorEditorGotFocusEventArgs();
512
+ outerArgs._provideImplementation(e);
513
+ if (this.beforeGotFocus) {
514
+ this.beforeGotFocus(this, outerArgs);
515
+ }
516
+ if (this._gotFocus) {
517
+ this._gotFocus(this, outerArgs);
518
+ }
519
+ };
520
+ this.i.gotFocus = delegateCombine(this.i.gotFocus, this._gotFocus_wrapped);
521
+ ;
522
+ }
523
+ get lostFocus() {
524
+ return this._lostFocus;
525
+ }
526
+ set lostFocus(ev) {
527
+ if (this._lostFocus_wrapped !== null) {
528
+ this.i.lostFocus = delegateRemove(this.i.lostFocus, this._lostFocus_wrapped);
529
+ this._lostFocus_wrapped = null;
530
+ this._lostFocus = null;
531
+ }
532
+ this._lostFocus = ev;
533
+ this._lostFocus_wrapped = (o, e) => {
534
+ let outerArgs = new IgcColorEditorLostFocusEventArgs();
535
+ outerArgs._provideImplementation(e);
536
+ if (this.beforeLostFocus) {
537
+ this.beforeLostFocus(this, outerArgs);
538
+ }
539
+ if (this._lostFocus) {
540
+ this._lostFocus(this, outerArgs);
541
+ }
542
+ };
543
+ this.i.lostFocus = delegateCombine(this.i.lostFocus, this._lostFocus_wrapped);
544
+ ;
545
+ }
546
+ }
547
+ export { IgcColorEditorComponent };
@@ -0,0 +1,12 @@
1
+ import { ColorEditorGotFocusEventArgs as ColorEditorGotFocusEventArgs_internal } from "./ColorEditorGotFocusEventArgs";
2
+ export declare class IgcColorEditorGotFocusEventArgs {
3
+ protected createImplementation(): ColorEditorGotFocusEventArgs_internal;
4
+ protected _implementation: any;
5
+ /**
6
+ * @hidden
7
+ */
8
+ get i(): ColorEditorGotFocusEventArgs_internal;
9
+ private onImplementationCreated;
10
+ constructor();
11
+ protected _provideImplementation(i: any): void;
12
+ }
@@ -0,0 +1,30 @@
1
+ import { ColorEditorGotFocusEventArgs as ColorEditorGotFocusEventArgs_internal } from "./ColorEditorGotFocusEventArgs";
2
+ export class IgcColorEditorGotFocusEventArgs {
3
+ createImplementation() {
4
+ return new ColorEditorGotFocusEventArgs_internal();
5
+ }
6
+ /**
7
+ * @hidden
8
+ */
9
+ get i() {
10
+ return this._implementation;
11
+ }
12
+ onImplementationCreated() {
13
+ }
14
+ constructor() {
15
+ this._implementation = this.createImplementation();
16
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
17
+ this.onImplementationCreated();
18
+ if (this._initializeAdapters) {
19
+ this._initializeAdapters();
20
+ }
21
+ }
22
+ _provideImplementation(i) {
23
+ this._implementation = i;
24
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
25
+ this.onImplementationCreated();
26
+ if (this._initializeAdapters) {
27
+ this._initializeAdapters();
28
+ }
29
+ }
30
+ }
@@ -0,0 +1,12 @@
1
+ import { ColorEditorLostFocusEventArgs as ColorEditorLostFocusEventArgs_internal } from "./ColorEditorLostFocusEventArgs";
2
+ export declare class IgcColorEditorLostFocusEventArgs {
3
+ protected createImplementation(): ColorEditorLostFocusEventArgs_internal;
4
+ protected _implementation: any;
5
+ /**
6
+ * @hidden
7
+ */
8
+ get i(): ColorEditorLostFocusEventArgs_internal;
9
+ private onImplementationCreated;
10
+ constructor();
11
+ protected _provideImplementation(i: any): void;
12
+ }
@@ -0,0 +1,30 @@
1
+ import { ColorEditorLostFocusEventArgs as ColorEditorLostFocusEventArgs_internal } from "./ColorEditorLostFocusEventArgs";
2
+ export class IgcColorEditorLostFocusEventArgs {
3
+ createImplementation() {
4
+ return new ColorEditorLostFocusEventArgs_internal();
5
+ }
6
+ /**
7
+ * @hidden
8
+ */
9
+ get i() {
10
+ return this._implementation;
11
+ }
12
+ onImplementationCreated() {
13
+ }
14
+ constructor() {
15
+ this._implementation = this.createImplementation();
16
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
17
+ this.onImplementationCreated();
18
+ if (this._initializeAdapters) {
19
+ this._initializeAdapters();
20
+ }
21
+ }
22
+ _provideImplementation(i) {
23
+ this._implementation = i;
24
+ Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
25
+ this.onImplementationCreated();
26
+ if (this._initializeAdapters) {
27
+ this._initializeAdapters();
28
+ }
29
+ }
30
+ }
@@ -0,0 +1,3 @@
1
+ export declare class IgcColorEditorModule {
2
+ static register(): void;
3
+ }
@@ -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 { IgcColorEditorComponent } from './igc-color-editor-component';
8
+ import { IgcColorEditorPanelModule } from './igc-color-editor-panel-module';
9
+ import { ColorEditor } from './ColorEditor';
10
+ import { TypeRegistrar } from "igniteui-webcomponents-core";
11
+ export class IgcColorEditorModule {
12
+ static register() {
13
+ IgcColorEditorComponent.register();
14
+ TypeRegistrar.registerCons('IgcColorEditorComponent', IgcColorEditorComponent);
15
+ TypeRegistrar.registerCons('IgcColorEditorComponent', IgcColorEditorComponent);
16
+ IgcColorEditorPanelModule.register();
17
+ TypeRegistrar.register('ColorEditor', ColorEditor.$type);
18
+ }
19
+ }
@@ -0,0 +1,12 @@
1
+ import { ColorEditorPanelClosedEventArgs as ColorEditorPanelClosedEventArgs_internal } from "./ColorEditorPanelClosedEventArgs";
2
+ export declare class IgcColorEditorPanelClosedEventArgs {
3
+ protected createImplementation(): ColorEditorPanelClosedEventArgs_internal;
4
+ protected _implementation: any;
5
+ /**
6
+ * @hidden
7
+ */
8
+ get i(): ColorEditorPanelClosedEventArgs_internal;
9
+ private onImplementationCreated;
10
+ constructor();
11
+ protected _provideImplementation(i: any): void;
12
+ }