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,1123 +0,0 @@
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, enumGetBox, String_$type } from "igniteui-webcomponents-core";
8
- import { XRipple } from "./XRipple";
9
- import { List$1 } from "igniteui-webcomponents-core";
10
- import { Size } 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 { stringReplace } from "igniteui-webcomponents-core";
15
- import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
16
- import { CheckboxLabelPosition_$type } from "./CheckboxLabelPosition";
17
- import { BrushUtil } from "igniteui-webcomponents-core";
18
- import { ThemeResolver } from "./ThemeResolver";
19
- import { CornerRadius } from "igniteui-webcomponents-core";
20
- import { NativeUI } from "igniteui-webcomponents-core";
21
- import { Thickness } from "igniteui-webcomponents-core";
22
- import { CheckboxChangeEventArgs } from "./CheckboxChangeEventArgs";
23
- import { AnimationKeyFrameProperty } from "igniteui-webcomponents-core";
24
- import { TransformGroup } from "igniteui-webcomponents-core";
25
- import { TranslateTransform } from "igniteui-webcomponents-core";
26
- import { RotateTransform } from "igniteui-webcomponents-core";
27
- import { CheckboxVisualModelExport } from "./CheckboxVisualModelExport";
28
- import { AppearanceHelper } from "igniteui-webcomponents-core";
29
- import { Dictionary$2 } from "igniteui-webcomponents-core";
30
- import { Theme } from "./Theme";
31
- import { isNaN_ } from "igniteui-webcomponents-core";
32
- let CheckboxView = /*@__PURE__*/ (() => {
33
- class CheckboxView extends Base {
34
- constructor() {
35
- super();
36
- this.d = null;
37
- this.m = null;
38
- this.g = null;
39
- this.k = new List$1(Delegate_$type, 0);
40
- this.h = true;
41
- this.s = null;
42
- this.n = null;
43
- this.r = null;
44
- this.o = null;
45
- this.p = null;
46
- this.e = null;
47
- this.q = null;
48
- }
49
- ag() {
50
- }
51
- j() {
52
- return true;
53
- }
54
- ae(a) {
55
- if (a == null) {
56
- for (let b of fromEnum(this.k)) {
57
- b();
58
- }
59
- this.k.clear();
60
- return;
61
- }
62
- this.m = a;
63
- this.m.rootWrapper.setStyleProperty("display", "flex");
64
- this.m.rootWrapper.setStyleProperty("flex-direction", "row");
65
- this.m.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
66
- this.m.rootWrapper.setStyleProperty("align-items", "center");
67
- let c = this.m.createElement("input");
68
- this.s = c;
69
- this.s.addClass("ig-native-checkbox");
70
- this.s.setStyleProperty("position", "absolute");
71
- this.s.setStyleProperty("width", "1px");
72
- this.s.setStyleProperty("height", "1px");
73
- this.s.setStyleProperty("margin", "-1px");
74
- this.s.setStyleProperty("border", "none");
75
- this.s.setStyleProperty("clip", "rect(0, 0, 0, 0)");
76
- this.s.setStyleProperty("outline", "0");
77
- this.s.setStyleProperty("pointer-events", "none");
78
- this.s.setStyleProperty("overflow", "hidden");
79
- this.s.setStyleProperty("-webkit-appearance", "none");
80
- this.s.setStyleProperty("-moz-appearance", "none");
81
- this.s.setStyleProperty("appearance", "none");
82
- this.s.setAttribute("type", "checkbox");
83
- this.s.setAttribute("id", this.d.b1);
84
- this.ak();
85
- this.k.add(c.listen("change", runOn(this, this.y)));
86
- this.k.add(c.listen("click", runOn(this, this.z)));
87
- this.k.add(c.listen("focus", runOn(this, this.aa)));
88
- this.k.add(c.listen("blur", runOn(this, this.x)));
89
- this.m.append(c);
90
- let d = this.m.createElement("div");
91
- d.addClass("ig-checkbox-box");
92
- d.setStyleProperty("width", "1.25em");
93
- d.setStyleProperty("height", "1.25em");
94
- d.setStyleProperty("position", "relative");
95
- this.n = d;
96
- this.m.append(d);
97
- let e = this.m.createElement("label");
98
- e.setAttribute("for", this.d.b1);
99
- e.addClass("ig-checkbox-composite");
100
- e.setStyleProperty("box-sizing", "border-box");
101
- e.setStyleProperty("position", "relative");
102
- e.setStyleProperty("display", "inline-block");
103
- e.setStyleProperty("cursor", "pointer");
104
- e.setStyleProperty("width", "1.25em");
105
- e.setStyleProperty("height", "1.25em");
106
- e.setStyleProperty("min-width", "1.25em");
107
- e.setStyleProperty("border-width", "0.125rem");
108
- e.setStyleProperty("border-style", "solid");
109
- e.setStyleProperty("border-color", "rgba(0,0,0,0.54)");
110
- e.setStyleProperty("border-top-color", "rgba(0, 0, 0, 0.54)");
111
- e.setStyleProperty("border-right-color", "rgba(0, 0, 0, 0.54)");
112
- e.setStyleProperty("border-bottom-color", "rgba(0, 0, 0, 0.54)");
113
- e.setStyleProperty("border-left-color", "rgba(0, 0, 0, 0.54)");
114
- e.setStyleProperty("border-radius", "2px");
115
- e.setStyleProperty("-webkit-tap-highlight-color", "transparent");
116
- e.setStyleProperty("overflow", "hidden");
117
- this.r = e;
118
- this.n.append(e);
119
- let f = this.m.createElementNS("svg", "http://www.w3.org/2000/svg");
120
- f.setAttribute("viewBox", "0 0 24 24");
121
- f.addClass("ig-checkbox-mark");
122
- f.setStyleProperty("position", "absolute");
123
- f.setStyleProperty("top", "0");
124
- f.setStyleProperty("left", "0");
125
- f.setStyleProperty("right", "0");
126
- f.setStyleProperty("bottom", "0");
127
- f.setStyleProperty("stroke", "#fff");
128
- f.setStyleProperty("stroke-linecap", "square");
129
- f.setStyleProperty("stroke-width", "3");
130
- f.setStyleProperty("stroke-dasharray", "24");
131
- f.setStyleProperty("stroke-dashoffset", "24");
132
- f.setStyleProperty("fill", "none");
133
- f.setStyleProperty("opacity", "0");
134
- f.setStyleProperty("z-index", "1");
135
- this.p = f;
136
- e.append(f);
137
- let g = this.m.createElementNS("path", "http://www.w3.org/2000/svg");
138
- g.setAttribute("d", this.d.bf);
139
- f.append(g);
140
- this.o = g;
141
- let h = this.m.createElement("div");
142
- let i = this.m.getSubRenderer(h);
143
- h.setStyleProperty("position", "absolute");
144
- h.setStyleProperty("width", "3em");
145
- h.setStyleProperty("height", "3em");
146
- h.setStyleProperty("right", "calc(50% - 1.5em)");
147
- h.setStyleProperty("top", "calc(50% - 1.5em)");
148
- h.setStyleProperty("border-radius", "24px");
149
- h.setStyleProperty("overflow", "hidden");
150
- let j = new XRipple();
151
- j.provideContainer(i);
152
- j.q = d;
153
- let k = this.m.getExternal(j, this.m.rootWrapper, this.m.getExternal(this.d, null, null));
154
- j.h = true;
155
- j.k = true;
156
- this.e = j;
157
- d.append(h);
158
- let l = this.m.createElement("span");
159
- l.addClass("ig-checkbox-label");
160
- l.setStyleProperty("font-family", "Verdana");
161
- l.setStyleProperty("font-weight", "400");
162
- l.setStyleProperty("font-size", "1rem");
163
- l.setStyleProperty("letter-spacing", ".00937rem");
164
- l.setStyleProperty("text-transform", "none");
165
- l.setStyleProperty("line-height", "1.5rem");
166
- l.setStyleProperty("margin-left", "8px");
167
- l.setStyleProperty("margin-top", "0");
168
- l.setStyleProperty("margin-bottom", "0");
169
- l.setStyleProperty("cursor", "pointer");
170
- l.setStyleProperty("role", "label");
171
- this.q = l;
172
- this.k.add(l.listen("click", runOn(this, this.w)));
173
- this.m.append(l);
174
- this.m.getPortal(l, "ChildContent", (m) => {
175
- }, true);
176
- this.d.cp();
177
- }
178
- w(a) {
179
- this.d.toggle();
180
- }
181
- ak() {
182
- if (this.j()) {
183
- let a = this.d.b1;
184
- this.s.setAttribute("name", this.d.ca);
185
- this.s.setProperty("value", this.d.a4);
186
- if (this.d.aa) {
187
- this.s.setAttribute("tabindex", this.d.az.toString());
188
- }
189
- this.s.setProperty("disabled", this.d.disabled);
190
- this.s.setProperty("indeterminate", this.d.indeterminate);
191
- this.s.setProperty("checked", this.d.checked);
192
- this.s.setProperty("required", this.d.ay);
193
- if (this.d.indeterminate) {
194
- this.s.setAttribute("aria-checked", "mixed");
195
- }
196
- else {
197
- this.s.setAttribute("aria-checked", this.d.checked ? "true" : "false");
198
- }
199
- this.s.setAttribute("aria-labelledby", this.d.bn);
200
- this.s.setAttribute("aria-label", this.d.bm);
201
- }
202
- }
203
- am() {
204
- return new Size(1, this.r.width(), this.r.height());
205
- }
206
- a() {
207
- let rect_ = this.r.getNativeElement().getBoundingClientRect();
208
- let a = (rect_.top);
209
- let b = (rect_.left);
210
- let c = new Array(2);
211
- c[0] = a;
212
- c[1] = b;
213
- return c;
214
- }
215
- aj() {
216
- this.o.setAttribute("d", this.d.bf);
217
- }
218
- ah() {
219
- if (this.j()) {
220
- let a = this.d.b1;
221
- this.s.setAttribute("id", a);
222
- this.r.setAttribute("for", a);
223
- }
224
- }
225
- x(a) {
226
- this.d.focused = false;
227
- }
228
- aa(a) {
229
- this.d.focused = true;
230
- }
231
- z(a) {
232
- a.stopPropagation();
233
- if (this.i()) {
234
- let native_ = this.s.getNativeElement();
235
- native_.blur();
236
- }
237
- this.d.toggle();
238
- }
239
- i() {
240
- return false;
241
- }
242
- y(a) {
243
- a.stopPropagation();
244
- }
245
- ab() {
246
- if (KeyFrameAnimationFactory.h == null) {
247
- KeyFrameAnimationFactory.h = this.m;
248
- }
249
- }
250
- b(a) {
251
- return new AnimationKeyFrameEffect(0, this.r, 0, null, a);
252
- }
253
- c(a) {
254
- return new AnimationKeyFrameEffect(0, this.p, 0, null, a);
255
- }
256
- ac(a) {
257
- }
258
- get u() {
259
- return this.r;
260
- }
261
- get t() {
262
- return this.r;
263
- }
264
- get f() {
265
- return this.e;
266
- }
267
- get v() {
268
- return this.p;
269
- }
270
- ad() {
271
- this.h = true;
272
- this.k.add(this.s.listen("change", runOn(this, this.y)));
273
- this.k.add(this.s.listen("click", runOn(this, this.z)));
274
- this.k.add(this.s.listen("focus", runOn(this, this.aa)));
275
- this.k.add(this.s.listen("blur", runOn(this, this.x)));
276
- this.k.add(this.q.listen("click", runOn(this, this.w)));
277
- }
278
- af() {
279
- this.h = false;
280
- for (let a of fromEnum(this.k)) {
281
- a();
282
- }
283
- this.k.clear();
284
- }
285
- ai() {
286
- let model_ = this.d;
287
- if (model_.externalObject && model_.externalObject.refreshDefaults) {
288
- model_.externalObject.refreshDefaults();
289
- }
290
- ;
291
- }
292
- al(a, b) {
293
- this.e.ax = a;
294
- this.e.aw = b;
295
- }
296
- l() {
297
- let a = this.r.getStyleProperty("border-top-width");
298
- a = stringReplace(a, "px", "");
299
- return parseFloat(a);
300
- }
301
- }
302
- CheckboxView.$t = /*@__PURE__*/ markType(CheckboxView, 'CheckboxView');
303
- return CheckboxView;
304
- })();
305
- export { CheckboxView };
306
- let XCheckbox = /*@__PURE__*/ (() => {
307
- class XCheckbox extends Base {
308
- constructor() {
309
- super();
310
- this._view = null;
311
- this.l = 0;
312
- this.s = false;
313
- this.ag = false;
314
- this.c6 = null;
315
- this.c1 = ThemeResolver.aj(XCheckbox.m, BrushUtil.l(0, 0, 0, 0), BrushUtil.l(0, 0, 0, 0));
316
- this.c3 = null;
317
- this.c5 = null;
318
- this.c0 = ThemeResolver.ai(XCheckbox.m, XCheckbox.k, "TickColor");
319
- this.c7 = null;
320
- this.c4 = null;
321
- this.bv = XCheckbox.k.v(XCheckbox.m, "CheckPath");
322
- this.dj = XCheckbox.k.ag(XCheckbox.m, "UncheckedBorderColor");
323
- this.dg = XCheckbox.k.ag(XCheckbox.m, "CheckedBorderColor");
324
- this.as = XCheckbox.k.j(XCheckbox.m, "BorderWidth");
325
- this.df = XCheckbox.k.ag(XCheckbox.m, "CheckedBackgroundColor");
326
- this.at = XCheckbox.k.j(XCheckbox.m, "CornerRadius");
327
- this.dh = XCheckbox.k.ag(XCheckbox.m, "TickColor");
328
- this.au = XCheckbox.k.j(XCheckbox.m, "TickStrokeWidth");
329
- this.di = XCheckbox.k.ag(XCheckbox.m, "UncheckedBackgroundColor");
330
- this.a5 = ThemeResolver.x(XCheckbox.m, XCheckbox.k, "CheckPath");
331
- this.c2 = ThemeResolver.ai(XCheckbox.m, XCheckbox.k, "UncheckedBorderColor");
332
- this.cz = ThemeResolver.ai(XCheckbox.m, XCheckbox.k, "CheckedBorderColor");
333
- this.ak = NaN;
334
- this.ah = ThemeResolver.l(XCheckbox.m, XCheckbox.k, "BorderWidth");
335
- this.al = NaN;
336
- this.am = NaN;
337
- this.aj = ThemeResolver.l(XCheckbox.m, XCheckbox.k, "TickStrokeWidth");
338
- this.ai = ThemeResolver.l(XCheckbox.m, XCheckbox.k, "CornerRadius");
339
- this.cy = ThemeResolver.ai(XCheckbox.m, XCheckbox.k, "CheckedBackgroundColor");
340
- this.a9 = "ig-native-checkbox-" + XCheckbox.a1++;
341
- this.a8 = "ig-checkbox-" + XCheckbox.a0++;
342
- this.ba = null;
343
- this.bb = null;
344
- this.ax = 0;
345
- this.t = false;
346
- this.aw = 0;
347
- this.a7 = null;
348
- this.a6 = null;
349
- this.a2 = null;
350
- this.w = false;
351
- this.change = null;
352
- this.d = 0;
353
- this.q = false;
354
- this.u = false;
355
- this.x = false;
356
- this.v = false;
357
- this.r = false;
358
- this.o = null;
359
- this.p = null;
360
- this.propertyChanged = null;
361
- this.ba = this.a8 + "-label";
362
- this.a7 = this.ba;
363
- let a = new CheckboxView();
364
- a.d = this;
365
- this.view = a;
366
- this.view.ag();
367
- }
368
- get view() {
369
- return this._view;
370
- }
371
- set view(a) {
372
- this._view = a;
373
- }
374
- get n() {
375
- return this.l;
376
- }
377
- set n(a) {
378
- let b = this.l;
379
- this.l = a;
380
- if (b != this.l) {
381
- this.co("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
382
- }
383
- }
384
- destroy() {
385
- this.provideContainer(null);
386
- }
387
- co(a, b, c) {
388
- if (this.propertyChanged != null) {
389
- this.propertyChanged(this, new PropertyChangedEventArgs(a));
390
- }
391
- this.cq(a, b, c);
392
- }
393
- cu() {
394
- this.da = this.dk != null ? this.dk : this.dh;
395
- this.dc = this.dm != null ? this.dm : this.dj;
396
- this.c9 = this.de != null ? this.de : this.dg;
397
- this.an = !isNaN_(this.aq) ? this.aq : this.as;
398
- this.c8 = this.dd != null ? this.dd : this.df;
399
- this.db = this.dl != null ? this.dl : this.di;
400
- this.ao = !isNaN_(this.ar) ? this.ar : this.at;
401
- this.ap = !isNaN_(this.av) ? this.av : this.au;
402
- this.bf = this.bv;
403
- }
404
- cq(a, b, c) {
405
- switch (a) {
406
- case "BaseTheme":
407
- this.cx(this.n);
408
- this.cu();
409
- break;
410
- case "TickColor":
411
- this.da = this.dk != null ? this.dk : this.dh;
412
- break;
413
- case "UncheckedBorderColor":
414
- this.dc = this.dm != null ? this.dm : this.dj;
415
- break;
416
- case "CheckedBorderColor":
417
- this.c9 = this.de != null ? this.de : this.dg;
418
- break;
419
- case "BorderWidth":
420
- this.an = !isNaN_(this.aq) ? this.aq : this.as;
421
- break;
422
- case "CheckedBackgroundColor":
423
- this.c8 = this.dd != null ? this.dd : this.df;
424
- break;
425
- case "UncheckedBackgroundColor":
426
- this.db = this.dl != null ? this.dl : this.di;
427
- break;
428
- case "CornerRadius":
429
- this.ao = !isNaN_(this.ar) ? this.ar : this.at;
430
- break;
431
- case "TickStrokeWidth":
432
- this.ap = !isNaN_(this.av) ? this.av : this.au;
433
- break;
434
- case "ActualTickStrokeWidth":
435
- case "ActualTickColor":
436
- this.cw();
437
- break;
438
- case "ActualCheckedBackgroundColor":
439
- case "ActualUncheckedBackgroundColor":
440
- case "ActualUncheckedBorderColor":
441
- case "ActualCheckedBorderColor":
442
- case "ActualBorderWidth":
443
- if (this.o != null) {
444
- this.o.cancel();
445
- }
446
- if (this.p != null) {
447
- this.p.cancel();
448
- }
449
- this.o = null;
450
- this.p = null;
451
- this.ct();
452
- let d = (this.z);
453
- this.z = true;
454
- this.cv(this.indeterminate);
455
- this.z = d;
456
- break;
457
- case "ActualCornerRadius":
458
- this.ct();
459
- break;
460
- case "ActualCheckPath":
461
- this.view.aj();
462
- break;
463
- case "IsChecked":
464
- if (!this.s) {
465
- let e = this.indeterminate;
466
- this.s = true;
467
- this.indeterminate = false;
468
- this.s = false;
469
- let f = (this.z);
470
- this.z = true;
471
- this.cv(e);
472
- this.z = f;
473
- }
474
- break;
475
- case "IsIndeterminate":
476
- if (!this.s) {
477
- this.cv(b);
478
- }
479
- break;
480
- case "DisableRipple":
481
- this.view.f.i = this.y;
482
- break;
483
- case "InputId":
484
- this.view.ah();
485
- break;
486
- }
487
- }
488
- ct() {
489
- let a = this.view.u;
490
- let b = this.view.t;
491
- if (a == null || b == null) {
492
- return;
493
- }
494
- NativeUI.p(a, new CornerRadius(0, this.ao));
495
- NativeUI.p(b, new CornerRadius(0, this.ao));
496
- if (!isNaN_(this.an)) {
497
- NativeUI.q(b, new Thickness(0, this.an));
498
- }
499
- if (this.checked) {
500
- NativeUI.n(a, this.c8);
501
- NativeUI.o(b, this.c9);
502
- }
503
- else {
504
- NativeUI.n(a, this.db);
505
- NativeUI.o(b, this.dc);
506
- }
507
- }
508
- cw() {
509
- let a = this.view.v;
510
- if (a == null) {
511
- return;
512
- }
513
- NativeUI.ad(a, this.da);
514
- NativeUI.ag(a, this.ap);
515
- }
516
- get dl() {
517
- return this.c6;
518
- }
519
- set dl(a) {
520
- let b = this.c6;
521
- this.c6 = a;
522
- if (b != this.c6) {
523
- this.co("UncheckedBackgroundColor", b, a);
524
- }
525
- }
526
- get db() {
527
- return this.c1;
528
- }
529
- set db(a) {
530
- let b = this.c1;
531
- this.c1 = a;
532
- if (b != this.c1) {
533
- this.co("ActualUncheckedBackgroundColor", b, a);
534
- }
535
- }
536
- get dd() {
537
- return this.c3;
538
- }
539
- set dd(a) {
540
- let b = this.c3;
541
- this.c3 = a;
542
- if (b != this.c3) {
543
- this.co("CheckedBackgroundColor", b, a);
544
- }
545
- }
546
- get dk() {
547
- return this.c5;
548
- }
549
- set dk(a) {
550
- let b = this.c5;
551
- this.c5 = a;
552
- if (b != this.c5) {
553
- this.co("TickColor", b, a);
554
- }
555
- }
556
- get da() {
557
- return this.c0;
558
- }
559
- set da(a) {
560
- let b = this.c0;
561
- this.c0 = a;
562
- if (b != this.c0) {
563
- this.co("ActualTickColor", b, a);
564
- }
565
- }
566
- get dm() {
567
- return this.c7;
568
- }
569
- set dm(a) {
570
- let b = this.c7;
571
- this.c7 = a;
572
- if (b != this.c7) {
573
- this.co("UncheckedBorderColor", b, a);
574
- }
575
- }
576
- get de() {
577
- return this.c4;
578
- }
579
- set de(a) {
580
- let b = this.c4;
581
- this.c4 = a;
582
- if (b != this.c4) {
583
- this.co("CheckedBorderColor", b, a);
584
- }
585
- }
586
- cx(a) {
587
- this.bv = XCheckbox.k.v(a, "CheckPath");
588
- this.dj = XCheckbox.k.ag(a, "UncheckedBorderColor");
589
- this.dg = XCheckbox.k.ag(a, "CheckedBorderColor");
590
- this.as = XCheckbox.k.j(a, "BorderWidth");
591
- this.df = XCheckbox.k.ag(a, "CheckedBackgroundColor");
592
- this.at = XCheckbox.k.j(a, "CornerRadius");
593
- this.dh = XCheckbox.k.ag(a, "TickColor");
594
- this.au = XCheckbox.k.j(a, "TickStrokeWidth");
595
- this.di = XCheckbox.k.ag(a, "UncheckedBackgroundColor");
596
- }
597
- get bf() {
598
- return this.a5;
599
- }
600
- set bf(a) {
601
- let b = this.a5;
602
- this.a5 = a;
603
- if (b != this.a5) {
604
- this.co("ActualCheckPath", b, a);
605
- }
606
- }
607
- get dc() {
608
- return this.c2;
609
- }
610
- set dc(a) {
611
- let b = this.c2;
612
- this.c2 = a;
613
- if (b != this.c2) {
614
- this.co("ActualUncheckedBorderColor", b, a);
615
- }
616
- }
617
- get c9() {
618
- return this.cz;
619
- }
620
- set c9(a) {
621
- let b = this.cz;
622
- this.cz = a;
623
- if (b != this.cz) {
624
- this.co("ActualCheckedBorderColor", b, a);
625
- }
626
- }
627
- get aq() {
628
- return this.ak;
629
- }
630
- set aq(a) {
631
- let b = this.ak;
632
- this.ak = a;
633
- if (b != this.ak) {
634
- this.co("BorderWidth", b, a);
635
- }
636
- }
637
- get an() {
638
- return this.ah;
639
- }
640
- set an(a) {
641
- let b = this.ah;
642
- this.ah = a;
643
- if (b != this.ah) {
644
- this.co("ActualBorderWidth", b, a);
645
- }
646
- }
647
- get ar() {
648
- return this.al;
649
- }
650
- set ar(a) {
651
- let b = this.al;
652
- this.al = a;
653
- if (b != this.al) {
654
- this.co("CornerRadius", b, a);
655
- }
656
- }
657
- get av() {
658
- return this.am;
659
- }
660
- set av(a) {
661
- let b = this.am;
662
- this.am = a;
663
- if (b != this.am) {
664
- this.co("TickStrokeWidth", b, a);
665
- }
666
- }
667
- get ap() {
668
- return this.aj;
669
- }
670
- set ap(a) {
671
- let b = this.aj;
672
- this.aj = a;
673
- if (b != this.aj) {
674
- this.co("ActualTickStrokeWidth", b, a);
675
- }
676
- }
677
- get ao() {
678
- return this.ai;
679
- }
680
- set ao(a) {
681
- let b = this.ai;
682
- this.ai = a;
683
- if (b != this.ai) {
684
- this.co("ActualCornerRadius", b, a);
685
- }
686
- }
687
- get c8() {
688
- return this.cy;
689
- }
690
- set c8(a) {
691
- let b = this.cy;
692
- this.cy = a;
693
- if (b != this.cy) {
694
- this.co("ActualCheckedBackgroundColor", b, a);
695
- }
696
- }
697
- get b1() {
698
- return this.a9;
699
- }
700
- set b1(a) {
701
- let b = this.a9;
702
- this.a9 = a;
703
- if (b != this.a9) {
704
- this.co("InputId", b, a);
705
- }
706
- }
707
- get bz() {
708
- return this.a8;
709
- }
710
- set bz(a) {
711
- let b = this.a8;
712
- this.a8 = a;
713
- if (b != this.a8) {
714
- this.co("Id", b, a);
715
- }
716
- }
717
- get labelId() {
718
- return this.ba;
719
- }
720
- set labelId(a) {
721
- let b = this.ba;
722
- this.ba = a;
723
- if (b != this.ba) {
724
- this.co("LabelId", b, a);
725
- }
726
- }
727
- get ca() {
728
- return this.bb;
729
- }
730
- set ca(a) {
731
- let b = this.bb;
732
- this.bb = a;
733
- if (b != this.bb) {
734
- this.co("Name", b, a);
735
- }
736
- }
737
- get aa() {
738
- return this.t;
739
- }
740
- get az() {
741
- return this.ax;
742
- }
743
- set az(a) {
744
- let b = this.ax;
745
- this.ax = a;
746
- this.t = true;
747
- if (b != this.ax) {
748
- this.co("TabIndex", b, a);
749
- }
750
- }
751
- get ay() {
752
- return this.aw;
753
- }
754
- set ay(a) {
755
- let b = this.aw;
756
- this.aw = a;
757
- if (b != this.aw) {
758
- this.co("Required", b, a);
759
- }
760
- }
761
- get bn() {
762
- return this.a7;
763
- }
764
- set bn(a) {
765
- let b = this.a7;
766
- this.a7 = a;
767
- if (b != this.a7) {
768
- this.co("AriaLabelledBy", b, a);
769
- }
770
- }
771
- get bm() {
772
- return this.a6;
773
- }
774
- set bm(a) {
775
- let b = this.a6;
776
- this.a6 = a;
777
- if (b != this.a6) {
778
- this.co("AriaLabel", b, a);
779
- }
780
- }
781
- get a4() {
782
- return this.a2;
783
- }
784
- set a4(a) {
785
- let b = this.a2;
786
- this.a2 = a;
787
- if (b != this.a2) {
788
- this.co("Value", b, a);
789
- }
790
- }
791
- get focused() {
792
- return this.w;
793
- }
794
- set focused(a) {
795
- let b = this.w;
796
- this.w = a;
797
- if (b != this.w) {
798
- this.co("IsFocused", b, a);
799
- }
800
- }
801
- get e() {
802
- return this.d;
803
- }
804
- set e(a) {
805
- let b = this.d;
806
- this.d = a;
807
- if (b != this.d) {
808
- this.co("LabelPosition", enumGetBox(CheckboxLabelPosition_$type, b), enumGetBox(CheckboxLabelPosition_$type, a));
809
- }
810
- }
811
- get y() {
812
- return this.q;
813
- }
814
- set y(a) {
815
- let b = this.q;
816
- this.q = a;
817
- if (b != this.q) {
818
- this.co("DisableRipple", b, a);
819
- }
820
- }
821
- get checked() {
822
- return this.u;
823
- }
824
- set checked(a) {
825
- let b = this.u;
826
- this.u = a;
827
- if (b != this.u) {
828
- this.co("IsChecked", b, a);
829
- }
830
- }
831
- get indeterminate() {
832
- return this.x;
833
- }
834
- set indeterminate(a) {
835
- let b = this.x;
836
- this.x = a;
837
- if (b != this.x) {
838
- this.co("IsIndeterminate", b, a);
839
- }
840
- }
841
- get disabled() {
842
- return this.v;
843
- }
844
- set disabled(a) {
845
- let b = this.v;
846
- this.v = a;
847
- if (b != this.v) {
848
- this.co("IsDisabled", b, a);
849
- }
850
- }
851
- get z() {
852
- return this.r;
853
- }
854
- set z(a) {
855
- let b = this.r;
856
- this.r = a;
857
- if (b != this.r) {
858
- this.co("DisableTransitions", b, a);
859
- }
860
- }
861
- cp() {
862
- this.ck();
863
- if (this.checked) {
864
- this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.c8, 0.1));
865
- }
866
- else {
867
- this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.dc, 0.1));
868
- }
869
- }
870
- get a() {
871
- let a = new AnimationKeyFrameEffectTiming();
872
- a.g = 300;
873
- a.b = 0;
874
- return a;
875
- }
876
- ck() {
877
- this.view.ab();
878
- let a = false;
879
- if (this.o == null) {
880
- if (!a) {
881
- a = true;
882
- this.view.ai();
883
- }
884
- this.o = KeyFrameAnimationFactory.f.c(this.view.b(this.a).m(new AnimationKeyFrameProperty(2, this.db), new AnimationKeyFrameProperty(3, this.dc)).m(new AnimationKeyFrameProperty(2, this.c8), new AnimationKeyFrameProperty(3, this.c9)));
885
- this.p = KeyFrameAnimationFactory.f.c(this.view.c(this.a).m(new AnimationKeyFrameProperty(19, 24), new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(19, 0), new AnimationKeyFrameProperty(1, 1)));
886
- }
887
- }
888
- toggle() {
889
- if (this.disabled) {
890
- return;
891
- }
892
- this.ck();
893
- this.focused = false;
894
- this.s = true;
895
- let a = false;
896
- if (this.indeterminate) {
897
- a = true;
898
- this.checked = true;
899
- }
900
- this.indeterminate = false;
901
- this.checked = !this.checked;
902
- this.s = false;
903
- this.cv(a);
904
- if (this.change != null) {
905
- let b = new CheckboxChangeEventArgs();
906
- b.isChecked = this.checked;
907
- b.isIndeterminate = this.indeterminate;
908
- this.change(this, b);
909
- }
910
- }
911
- cv(a) {
912
- this.ck();
913
- let b = this.checked;
914
- if (this.indeterminate) {
915
- b = true;
916
- }
917
- let c = 1;
918
- if (!b) {
919
- c = -1;
920
- }
921
- if (b) {
922
- this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.c8, 0.1));
923
- }
924
- else {
925
- this.view.al(BrushUtil.u(this.c8, 0.6), BrushUtil.u(this.dc, 0.1));
926
- }
927
- if (!this.indeterminate) {
928
- NativeUI.ai(this.view.v, null);
929
- }
930
- if (this.z || this.indeterminate || a) {
931
- let d = this.view.u;
932
- let e = this.view.t;
933
- let f = this.view.v;
934
- if (this.indeterminate) {
935
- let g = new TransformGroup();
936
- let h = this.view.am();
937
- g.j.add(((() => {
938
- let $ret = new TranslateTransform();
939
- $ret.j = this.ap / 24 * -16;
940
- return $ret;
941
- })()));
942
- g.j.add(((() => {
943
- let $ret = new RotateTransform();
944
- $ret.j = 45;
945
- return $ret;
946
- })()));
947
- NativeUI.n(d, this.c8);
948
- NativeUI.o(e, this.c9);
949
- NativeUI.ab(f, 1);
950
- NativeUI.af(f, 41);
951
- NativeUI.ai(f, g);
952
- }
953
- else if (b) {
954
- NativeUI.n(d, this.c8);
955
- NativeUI.o(e, this.c9);
956
- NativeUI.ab(f, 1);
957
- NativeUI.af(f, 0);
958
- }
959
- else {
960
- NativeUI.n(d, this.db);
961
- NativeUI.o(e, this.dc);
962
- NativeUI.ab(f, 0);
963
- NativeUI.af(f, 24);
964
- }
965
- if (this.o.playState == 1) {
966
- this.o.cancel();
967
- }
968
- if (this.p.playState == 1) {
969
- this.p.cancel();
970
- }
971
- return;
972
- }
973
- if ((c > 0 && this.o.playbackRate < 0) || (c < 0 && this.o.playbackRate > 0)) {
974
- this.o.reverse();
975
- this.o.finished.f((i) => {
976
- if (this.o != null) {
977
- this.o.commitStyles();
978
- }
979
- });
980
- this.p.reverse();
981
- this.p.finished.f((i) => {
982
- if (this.p != null) {
983
- this.p.commitStyles();
984
- }
985
- });
986
- }
987
- else {
988
- this.o.play();
989
- this.o.finished.f((i) => {
990
- if (this.o != null) {
991
- this.o.commitStyles();
992
- }
993
- });
994
- this.p.play();
995
- this.p.finished.f((i) => {
996
- if (this.p != null) {
997
- this.p.commitStyles();
998
- }
999
- });
1000
- }
1001
- }
1002
- onDetachedFromUI() {
1003
- this.view.af();
1004
- }
1005
- onAttachedToUI() {
1006
- this.view.ad();
1007
- }
1008
- onContentReady() {
1009
- if (this.indeterminate) {
1010
- this.cv(false);
1011
- }
1012
- }
1013
- af() {
1014
- return this.view.j();
1015
- }
1016
- a3() {
1017
- return this.b();
1018
- }
1019
- by() {
1020
- let a = this.b();
1021
- return a.w();
1022
- }
1023
- b() {
1024
- let a = new CheckboxVisualModelExport();
1025
- let b = this.view.am();
1026
- let c = this.view.a();
1027
- a.u = b.width;
1028
- a.q = b.height;
1029
- a.t = c[0];
1030
- a.r = c[1];
1031
- a.f = this.n;
1032
- a.d = AppearanceHelper.a(this.db);
1033
- a.c = AppearanceHelper.a(this.da);
1034
- a.e = AppearanceHelper.a(this.dc);
1035
- a.b = AppearanceHelper.a(this.c9);
1036
- a.o = this.aq;
1037
- a.l = this.an;
1038
- a.p = this.ar;
1039
- a.s = this.av;
1040
- a.n = this.ap;
1041
- a.m = this.ao;
1042
- a.a = AppearanceHelper.a(this.c8);
1043
- a.v = this.a4;
1044
- a.j = this.focused;
1045
- a.g = this.y;
1046
- a.h = this.checked;
1047
- a.k = this.indeterminate;
1048
- a.i = this.disabled;
1049
- return a;
1050
- }
1051
- provideContainer(a) {
1052
- this.view.ae(a);
1053
- }
1054
- }
1055
- XCheckbox.$t = /*@__PURE__*/ markType(XCheckbox, 'XCheckbox', Base.$, [INotifyPropertyChanged_$type]);
1056
- XCheckbox.g = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
1057
- let $ret = new Dictionary$2(String_$type, Base.$, 0);
1058
- $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
1059
- $ret.addItem("UncheckedBorderColor", BrushUtil.l(255, 153, 153, 153));
1060
- $ret.addItem("CheckedBorderColor", BrushUtil.l(138, 33, 150, 243));
1061
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 255, 255, 255));
1062
- $ret.addItem("CheckedBackgroundColor", BrushUtil.l(255, 33, 150, 243));
1063
- $ret.addItem("TickColor", BrushUtil.l(255, 255, 255, 255));
1064
- $ret.addItem("TickStrokeWidth", 3);
1065
- $ret.addItem("BorderWidth", NaN);
1066
- $ret.addItem("CornerRadius", 2);
1067
- return $ret;
1068
- })()));
1069
- XCheckbox.h = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
1070
- let $ret = new Dictionary$2(String_$type, Base.$, 0);
1071
- $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
1072
- $ret.addItem("UncheckedBorderColor", BrushUtil.l(138, 0, 0, 0));
1073
- $ret.addItem("CheckedBorderColor", BrushUtil.l(138, 0, 0, 0));
1074
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 255, 255, 255));
1075
- $ret.addItem("CheckedBackgroundColor", BrushUtil.l(255, 228, 28, 119));
1076
- $ret.addItem("TickColor", BrushUtil.l(255, 255, 255, 255));
1077
- $ret.addItem("TickStrokeWidth", 3);
1078
- $ret.addItem("BorderWidth", NaN);
1079
- $ret.addItem("CornerRadius", 2);
1080
- return $ret;
1081
- })()));
1082
- XCheckbox.j = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
1083
- let $ret = new Dictionary$2(String_$type, Base.$, 0);
1084
- $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
1085
- $ret.addItem("UncheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
1086
- $ret.addItem("CheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
1087
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 255, 255, 255));
1088
- $ret.addItem("CheckedBackgroundColor", BrushUtil.l(255, 105, 136, 255));
1089
- $ret.addItem("TickColor", BrushUtil.l(255, 255, 255, 255));
1090
- $ret.addItem("TickStrokeWidth", 3);
1091
- $ret.addItem("BorderWidth", 1);
1092
- $ret.addItem("CornerRadius", 2);
1093
- return $ret;
1094
- })()));
1095
- XCheckbox.i = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
1096
- let $ret = new Dictionary$2(String_$type, Base.$, 0);
1097
- $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
1098
- $ret.addItem("UncheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
1099
- $ret.addItem("CheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
1100
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 55, 63, 86));
1101
- $ret.addItem("CheckedBackgroundColor", BrushUtil.l(255, 105, 136, 255));
1102
- $ret.addItem("TickColor", BrushUtil.l(255, 255, 255, 255));
1103
- $ret.addItem("TickStrokeWidth", 3);
1104
- $ret.addItem("BorderWidth", 1);
1105
- $ret.addItem("CornerRadius", 2);
1106
- return $ret;
1107
- })()));
1108
- XCheckbox.k = /*@__PURE__*/ new ThemeResolver(1, /*@__PURE__*/ ((() => {
1109
- let $ret = new Dictionary$2(BaseControlTheme_$type, Theme.$, 0);
1110
- $ret.addItem(2, XCheckbox.h);
1111
- $ret.addItem(1, XCheckbox.g);
1112
- $ret.addItem(3, XCheckbox.j);
1113
- $ret.addItem(4, XCheckbox.i);
1114
- $ret.addItem(5, XCheckbox.j);
1115
- $ret.addItem(6, XCheckbox.i);
1116
- return $ret;
1117
- })()), 2);
1118
- XCheckbox.m = 2;
1119
- XCheckbox.a1 = 0;
1120
- XCheckbox.a0 = 0;
1121
- return XCheckbox;
1122
- })();
1123
- export { XCheckbox };