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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (394) hide show
  1. package/entry-points.json +8 -0
  2. package/esm2022/lib/ButtonClickEventArgs.d.ts +7 -0
  3. package/esm2022/lib/ButtonClickEventArgs.js +14 -0
  4. package/esm2022/lib/ButtonDisplayStyle.d.ts +15 -0
  5. package/esm2022/lib/ButtonDisplayStyle.js +11 -0
  6. package/esm2022/lib/ButtonGroupDisplayStyle.d.ts +12 -0
  7. package/esm2022/lib/ButtonGroupDisplayStyle.js +11 -0
  8. package/esm2022/lib/ButtonGroupOrientation.d.ts +9 -0
  9. package/esm2022/lib/ButtonGroupOrientation.js +16 -0
  10. package/esm2022/lib/ButtonGroupSelectionChangedEventArgs.d.ts +7 -0
  11. package/esm2022/lib/ButtonGroupSelectionChangedEventArgs.js +14 -0
  12. package/esm2022/lib/ButtonGroupView.d.ts +1 -0
  13. package/esm2022/lib/ButtonGroupView.js +7 -0
  14. package/esm2022/lib/ButtonGroupView_combined.d.ts +374 -0
  15. package/esm2022/lib/ButtonGroupView_combined.js +1343 -0
  16. package/esm2022/lib/ButtonGroupVisualModelExport.d.ts +28 -0
  17. package/esm2022/lib/ButtonGroupVisualModelExport.js +62 -0
  18. package/esm2022/lib/ButtonView.d.ts +1 -0
  19. package/esm2022/lib/ButtonView.js +7 -0
  20. package/esm2022/lib/ButtonView_combined.d.ts +708 -0
  21. package/esm2022/lib/ButtonView_combined.js +3668 -0
  22. package/esm2022/lib/ButtonVisualModelExport.d.ts +47 -0
  23. package/esm2022/lib/ButtonVisualModelExport.js +108 -0
  24. package/esm2022/lib/CalendarView.d.ts +1 -0
  25. package/esm2022/lib/CalendarView.js +7 -0
  26. package/esm2022/lib/CalendarView_combined.d.ts +234 -0
  27. package/esm2022/lib/CalendarView_combined.js +2803 -0
  28. package/esm2022/lib/CalendarVisualModelExport.d.ts +33 -0
  29. package/esm2022/lib/CalendarVisualModelExport.js +98 -0
  30. package/esm2022/lib/CheckboxChangeEventArgs.d.ts +13 -0
  31. package/esm2022/lib/CheckboxChangeEventArgs.js +31 -0
  32. package/esm2022/lib/CheckboxLabelPosition.d.ts +12 -0
  33. package/esm2022/lib/CheckboxLabelPosition.js +11 -0
  34. package/esm2022/lib/CheckboxListVisualModelExport.d.ts +18 -0
  35. package/esm2022/lib/CheckboxListVisualModelExport.js +41 -0
  36. package/esm2022/lib/CheckboxView.d.ts +1 -0
  37. package/esm2022/lib/CheckboxView.js +7 -0
  38. package/esm2022/lib/CheckboxView_combined.d.ts +216 -0
  39. package/esm2022/lib/CheckboxView_combined.js +1123 -0
  40. package/esm2022/lib/CheckboxVisualModelExport.d.ts +32 -0
  41. package/esm2022/lib/CheckboxVisualModelExport.js +68 -0
  42. package/esm2022/lib/ColorEditor.d.ts +1 -0
  43. package/esm2022/lib/ColorEditor.js +7 -0
  44. package/esm2022/lib/ColorEditorBridge.d.ts +1 -0
  45. package/esm2022/lib/ColorEditorBridge.js +7 -0
  46. package/esm2022/lib/ColorEditorGotFocusEventArgs.d.ts +7 -0
  47. package/esm2022/lib/ColorEditorGotFocusEventArgs.js +14 -0
  48. package/esm2022/lib/ColorEditorLostFocusEventArgs.d.ts +7 -0
  49. package/esm2022/lib/ColorEditorLostFocusEventArgs.js +14 -0
  50. package/esm2022/lib/ColorEditorPanel.d.ts +1 -0
  51. package/esm2022/lib/ColorEditorPanel.js +7 -0
  52. package/esm2022/lib/ColorEditorPanelClosedEventArgs.d.ts +7 -0
  53. package/esm2022/lib/ColorEditorPanelClosedEventArgs.js +14 -0
  54. package/esm2022/lib/ColorEditorPanelSelectedValueChangedEventArgs.d.ts +14 -0
  55. package/esm2022/lib/ColorEditorPanelSelectedValueChangedEventArgs.js +31 -0
  56. package/esm2022/lib/ColorEditorPanelView.d.ts +1 -0
  57. package/esm2022/lib/ColorEditorPanelView.js +7 -0
  58. package/esm2022/lib/ColorEditorView.d.ts +1 -0
  59. package/esm2022/lib/ColorEditorView.js +7 -0
  60. package/esm2022/lib/ColorEditorVisualModelExport.d.ts +17 -0
  61. package/esm2022/lib/ColorEditorVisualModelExport.js +38 -0
  62. package/esm2022/lib/DateFormats.d.ts +18 -0
  63. package/esm2022/lib/DateFormats.js +25 -0
  64. package/esm2022/lib/DatePickerView.d.ts +1 -0
  65. package/esm2022/lib/DatePickerView.js +7 -0
  66. package/esm2022/lib/DatePickerView_combined.d.ts +247 -0
  67. package/esm2022/lib/DatePickerView_combined.js +1707 -0
  68. package/esm2022/lib/DatePickerVisualModelExport.d.ts +24 -0
  69. package/esm2022/lib/DatePickerVisualModelExport.js +68 -0
  70. package/esm2022/lib/DateTimeValueFormatter.d.ts +20 -0
  71. package/esm2022/lib/DateTimeValueFormatter.js +106 -0
  72. package/esm2022/lib/DayInfo.d.ts +13 -0
  73. package/esm2022/lib/DayInfo.js +21 -0
  74. package/esm2022/lib/DayOfWeek.d.ts +38 -0
  75. package/esm2022/lib/DayOfWeek.js +45 -0
  76. package/esm2022/lib/DefaultMultiSliderTrackBarVisual.d.ts +34 -0
  77. package/esm2022/lib/DefaultMultiSliderTrackBarVisual.js +111 -0
  78. package/esm2022/lib/DefaultMultiSliderTrackRangeVisual.d.ts +43 -0
  79. package/esm2022/lib/DefaultMultiSliderTrackRangeVisual.js +206 -0
  80. package/esm2022/lib/DefaultMultiSliderTrackThumbCalloutVisual.d.ts +49 -0
  81. package/esm2022/lib/DefaultMultiSliderTrackThumbCalloutVisual.js +168 -0
  82. package/esm2022/lib/DefaultMultiSliderTrackThumbVisual.d.ts +45 -0
  83. package/esm2022/lib/DefaultMultiSliderTrackThumbVisual.js +191 -0
  84. package/esm2022/lib/DefaultMultiTrackShadeVisual.d.ts +42 -0
  85. package/esm2022/lib/DefaultMultiTrackShadeVisual.js +170 -0
  86. package/esm2022/lib/ElevationHelper.d.ts +16 -0
  87. package/esm2022/lib/ElevationHelper.js +65 -0
  88. package/esm2022/lib/FirstWeek.d.ts +22 -0
  89. package/esm2022/lib/FirstWeek.js +29 -0
  90. package/esm2022/lib/GotFocusEventArgs.d.ts +7 -0
  91. package/esm2022/lib/GotFocusEventArgs.js +14 -0
  92. package/esm2022/lib/IMultiSliderTrackBarVisual.d.ts +21 -0
  93. package/esm2022/lib/IMultiSliderTrackBarVisual.js +11 -0
  94. package/esm2022/lib/IMultiSliderTrackRangeVisual.d.ts +25 -0
  95. package/esm2022/lib/IMultiSliderTrackRangeVisual.js +11 -0
  96. package/esm2022/lib/IMultiSliderTrackShadeVisual.d.ts +24 -0
  97. package/esm2022/lib/IMultiSliderTrackShadeVisual.js +11 -0
  98. package/esm2022/lib/IMultiSliderTrackThumbCalloutVisual.d.ts +27 -0
  99. package/esm2022/lib/IMultiSliderTrackThumbCalloutVisual.js +11 -0
  100. package/esm2022/lib/IMultiSliderTrackThumbVisual.d.ts +27 -0
  101. package/esm2022/lib/IMultiSliderTrackThumbVisual.js +11 -0
  102. package/esm2022/lib/ISliderTrackOwner.d.ts +15 -0
  103. package/esm2022/lib/ISliderTrackOwner.js +11 -0
  104. package/esm2022/lib/IconClickedEventArgs.d.ts +10 -0
  105. package/esm2022/lib/IconClickedEventArgs.js +24 -0
  106. package/esm2022/lib/IconView.d.ts +1 -0
  107. package/esm2022/lib/IconView.js +7 -0
  108. package/esm2022/lib/IconViewType.d.ts +16 -0
  109. package/esm2022/lib/IconViewType.js +11 -0
  110. package/esm2022/lib/IconView_combined.d.ts +257 -0
  111. package/esm2022/lib/IconView_combined.js +1318 -0
  112. package/esm2022/lib/IconVisualModelExport.d.ts +32 -0
  113. package/esm2022/lib/IconVisualModelExport.js +89 -0
  114. package/esm2022/lib/InputChangeEventArgs.d.ts +13 -0
  115. package/esm2022/lib/InputChangeEventArgs.js +31 -0
  116. package/esm2022/lib/InputGroupDisplayType.d.ts +11 -0
  117. package/esm2022/lib/InputGroupDisplayType.js +18 -0
  118. package/esm2022/lib/InputGroupView.d.ts +1 -0
  119. package/esm2022/lib/InputGroupView.js +7 -0
  120. package/esm2022/lib/InputGroupView_combined.d.ts +1213 -0
  121. package/esm2022/lib/InputGroupView_combined.js +5638 -0
  122. package/esm2022/lib/InputGroupVisualModelExport.d.ts +44 -0
  123. package/esm2022/lib/InputGroupVisualModelExport.js +107 -0
  124. package/esm2022/lib/InputShiftType.d.ts +10 -0
  125. package/esm2022/lib/InputShiftType.js +17 -0
  126. package/esm2022/lib/InputView.d.ts +1 -0
  127. package/esm2022/lib/InputView.js +7 -0
  128. package/esm2022/lib/InputVisualModelExport.d.ts +32 -0
  129. package/esm2022/lib/InputVisualModelExport.js +78 -0
  130. package/esm2022/lib/KEYCODES.d.ts +27 -0
  131. package/esm2022/lib/KEYCODES.js +11 -0
  132. package/esm2022/lib/LabelShiftType.d.ts +10 -0
  133. package/esm2022/lib/LabelShiftType.js +17 -0
  134. package/esm2022/lib/LabelView.d.ts +1 -0
  135. package/esm2022/lib/LabelView.js +7 -0
  136. package/esm2022/lib/LabelVisualModelExport.d.ts +34 -0
  137. package/esm2022/lib/LabelVisualModelExport.js +82 -0
  138. package/esm2022/lib/LostFocusEventArgs.d.ts +7 -0
  139. package/esm2022/lib/LostFocusEventArgs.js +14 -0
  140. package/esm2022/lib/MaskOptions.d.ts +9 -0
  141. package/esm2022/lib/MaskOptions.js +19 -0
  142. package/esm2022/lib/MaskParsingService.d.ts +19 -0
  143. package/esm2022/lib/MaskParsingService.js +211 -0
  144. package/esm2022/lib/MultiSlider.d.ts +1 -0
  145. package/esm2022/lib/MultiSlider.js +7 -0
  146. package/esm2022/lib/MultiSliderBridge.d.ts +24 -0
  147. package/esm2022/lib/MultiSliderBridge.js +163 -0
  148. package/esm2022/lib/MultiSliderCursor.d.ts +15 -0
  149. package/esm2022/lib/MultiSliderCursor.js +11 -0
  150. package/esm2022/lib/MultiSliderHitInfo.d.ts +13 -0
  151. package/esm2022/lib/MultiSliderHitInfo.js +20 -0
  152. package/esm2022/lib/MultiSliderOrientation.d.ts +10 -0
  153. package/esm2022/lib/MultiSliderOrientation.js +17 -0
  154. package/esm2022/lib/MultiSliderResolvingToolTipValueEventArgs.d.ts +13 -0
  155. package/esm2022/lib/MultiSliderResolvingToolTipValueEventArgs.js +31 -0
  156. package/esm2022/lib/MultiSliderThumb.d.ts +1 -0
  157. package/esm2022/lib/MultiSliderThumb.js +7 -0
  158. package/esm2022/lib/MultiSliderThumbCollection.d.ts +10 -0
  159. package/esm2022/lib/MultiSliderThumbCollection.js +19 -0
  160. package/esm2022/lib/MultiSliderThumbRangePosition.d.ts +9 -0
  161. package/esm2022/lib/MultiSliderThumbRangePosition.js +16 -0
  162. package/esm2022/lib/MultiSliderThumbValueChangingEventArgs.d.ts +10 -0
  163. package/esm2022/lib/MultiSliderThumbValueChangingEventArgs.js +19 -0
  164. package/esm2022/lib/MultiSliderThumb_combined.d.ts +76 -0
  165. package/esm2022/lib/MultiSliderThumb_combined.js +293 -0
  166. package/esm2022/lib/MultiSliderTrackShadeOrientation.d.ts +14 -0
  167. package/esm2022/lib/MultiSliderTrackShadeOrientation.js +11 -0
  168. package/esm2022/lib/MultiSliderTrackThumbRange.d.ts +1 -0
  169. package/esm2022/lib/MultiSliderTrackThumbRange.js +7 -0
  170. package/esm2022/lib/MultiSliderView.d.ts +1 -0
  171. package/esm2022/lib/MultiSliderView.js +7 -0
  172. package/esm2022/lib/MultiSliderView_combined.d.ts +298 -0
  173. package/esm2022/lib/MultiSliderView_combined.js +1779 -0
  174. package/esm2022/lib/MultiSliderVisualArea.d.ts +14 -0
  175. package/esm2022/lib/MultiSliderVisualArea.js +11 -0
  176. package/esm2022/lib/MultiSliderYValueChangingEventArgs.d.ts +8 -0
  177. package/esm2022/lib/MultiSliderYValueChangingEventArgs.js +18 -0
  178. package/esm2022/lib/NativeUIXInputsFactory.d.ts +1 -0
  179. package/esm2022/lib/NativeUIXInputsFactory.js +7 -0
  180. package/esm2022/lib/NativeUIXInputsFactory_combined.d.ts +400 -0
  181. package/esm2022/lib/NativeUIXInputsFactory_combined.js +2132 -0
  182. package/esm2022/lib/PrefixShiftType.d.ts +10 -0
  183. package/esm2022/lib/PrefixShiftType.js +17 -0
  184. package/esm2022/lib/PrefixView.d.ts +1 -0
  185. package/esm2022/lib/PrefixView.js +7 -0
  186. package/esm2022/lib/PrefixVisualModelExport.d.ts +13 -0
  187. package/esm2022/lib/PrefixVisualModelExport.js +33 -0
  188. package/esm2022/lib/Replaced.d.ts +9 -0
  189. package/esm2022/lib/Replaced.js +19 -0
  190. package/esm2022/lib/RippleView.d.ts +1 -0
  191. package/esm2022/lib/RippleView.js +7 -0
  192. package/esm2022/lib/RippleView_combined.d.ts +98 -0
  193. package/esm2022/lib/RippleView_combined.js +392 -0
  194. package/esm2022/lib/RippleVisualModelExport.d.ts +15 -0
  195. package/esm2022/lib/RippleVisualModelExport.js +36 -0
  196. package/esm2022/lib/SelectedValueChangedEventArgs.d.ts +13 -0
  197. package/esm2022/lib/SelectedValueChangedEventArgs.js +31 -0
  198. package/esm2022/lib/SuffixShiftType.d.ts +10 -0
  199. package/esm2022/lib/SuffixShiftType.js +17 -0
  200. package/esm2022/lib/SuffixView.d.ts +1 -0
  201. package/esm2022/lib/SuffixView.js +7 -0
  202. package/esm2022/lib/SuffixVisualModelExport.d.ts +13 -0
  203. package/esm2022/lib/SuffixVisualModelExport.js +32 -0
  204. package/esm2022/lib/TextBlockVisualModelExport.d.ts +21 -0
  205. package/esm2022/lib/TextBlockVisualModelExport.js +62 -0
  206. package/esm2022/lib/TextElementsVisualModelExport.d.ts +16 -0
  207. package/esm2022/lib/TextElementsVisualModelExport.js +42 -0
  208. package/esm2022/lib/Theme.d.ts +15 -0
  209. package/esm2022/lib/Theme.js +46 -0
  210. package/esm2022/lib/ThemeResolver.d.ts +59 -0
  211. package/esm2022/lib/ThemeResolver.js +190 -0
  212. package/esm2022/lib/XButton.d.ts +1 -0
  213. package/esm2022/lib/XButton.js +7 -0
  214. package/esm2022/lib/XButtonBridge.d.ts +40 -0
  215. package/esm2022/lib/XButtonBridge.js +326 -0
  216. package/esm2022/lib/XButtonGroup.d.ts +1 -0
  217. package/esm2022/lib/XButtonGroup.js +7 -0
  218. package/esm2022/lib/XButtonGroupBridge.d.ts +29 -0
  219. package/esm2022/lib/XButtonGroupBridge.js +185 -0
  220. package/esm2022/lib/XButtonGroupButtonCollection.d.ts +12 -0
  221. package/esm2022/lib/XButtonGroupButtonCollection.js +26 -0
  222. package/esm2022/lib/XCalendar.d.ts +1 -0
  223. package/esm2022/lib/XCalendar.js +7 -0
  224. package/esm2022/lib/XCalendarLocaleEn.d.ts +49 -0
  225. package/esm2022/lib/XCalendarLocaleEn.js +56 -0
  226. package/esm2022/lib/XCheckbox.d.ts +1 -0
  227. package/esm2022/lib/XCheckbox.js +7 -0
  228. package/esm2022/lib/XCheckboxBridge.d.ts +20 -0
  229. package/esm2022/lib/XCheckboxBridge.js +96 -0
  230. package/esm2022/lib/XComponentBridge.d.ts +18 -0
  231. package/esm2022/lib/XComponentBridge.js +51 -0
  232. package/esm2022/lib/XDatePicker.d.ts +1 -0
  233. package/esm2022/lib/XDatePicker.js +7 -0
  234. package/esm2022/lib/XIcon.d.ts +1 -0
  235. package/esm2022/lib/XIcon.js +7 -0
  236. package/esm2022/lib/XIconBridge.d.ts +18 -0
  237. package/esm2022/lib/XIconBridge.js +128 -0
  238. package/esm2022/lib/XIconButtonBridge.d.ts +16 -0
  239. package/esm2022/lib/XIconButtonBridge.js +75 -0
  240. package/esm2022/lib/XInput.d.ts +1 -0
  241. package/esm2022/lib/XInput.js +7 -0
  242. package/esm2022/lib/XInputBridge.d.ts +53 -0
  243. package/esm2022/lib/XInputBridge.js +474 -0
  244. package/esm2022/lib/XInputGroup.d.ts +1 -0
  245. package/esm2022/lib/XInputGroup.js +7 -0
  246. package/esm2022/lib/XInputGroupInputCollection.d.ts +1 -0
  247. package/esm2022/lib/XInputGroupInputCollection.js +7 -0
  248. package/esm2022/lib/XInputGroupItem.d.ts +1 -0
  249. package/esm2022/lib/XInputGroupItem.js +7 -0
  250. package/esm2022/lib/XLabel.d.ts +1 -0
  251. package/esm2022/lib/XLabel.js +7 -0
  252. package/esm2022/lib/XPopupBridge.d.ts +57 -0
  253. package/esm2022/lib/XPopupBridge.js +323 -0
  254. package/esm2022/lib/XPrefix.d.ts +1 -0
  255. package/esm2022/lib/XPrefix.js +7 -0
  256. package/esm2022/lib/XRipple.d.ts +1 -0
  257. package/esm2022/lib/XRipple.js +7 -0
  258. package/esm2022/lib/XSuffix.d.ts +1 -0
  259. package/esm2022/lib/XSuffix.js +7 -0
  260. package/esm2022/lib/color-editor-entrypoint.d.ts +1 -0
  261. package/esm2022/lib/color-editor-entrypoint.js +4 -0
  262. package/esm2022/lib/color-editor-panel-entrypoint.d.ts +1 -0
  263. package/esm2022/lib/color-editor-panel-entrypoint.js +4 -0
  264. package/esm2022/lib/igc-button-click-event-args.d.ts +12 -0
  265. package/esm2022/lib/igc-button-click-event-args.js +30 -0
  266. package/esm2022/lib/igc-button-group-selection-changed-event-args.d.ts +12 -0
  267. package/esm2022/lib/igc-button-group-selection-changed-event-args.js +30 -0
  268. package/esm2022/lib/igc-checkbox-change-event-args.d.ts +16 -0
  269. package/esm2022/lib/igc-checkbox-change-event-args.js +43 -0
  270. package/esm2022/lib/igc-color-editor-component.d.ts +163 -0
  271. package/esm2022/lib/igc-color-editor-component.js +547 -0
  272. package/esm2022/lib/igc-color-editor-got-focus-event-args.d.ts +12 -0
  273. package/esm2022/lib/igc-color-editor-got-focus-event-args.js +30 -0
  274. package/esm2022/lib/igc-color-editor-lost-focus-event-args.d.ts +12 -0
  275. package/esm2022/lib/igc-color-editor-lost-focus-event-args.js +30 -0
  276. package/esm2022/lib/igc-color-editor-module.d.ts +3 -0
  277. package/esm2022/lib/igc-color-editor-module.js +19 -0
  278. package/esm2022/lib/igc-color-editor-panel-closed-event-args.d.ts +12 -0
  279. package/esm2022/lib/igc-color-editor-panel-closed-event-args.js +30 -0
  280. package/esm2022/lib/igc-color-editor-panel-component.d.ts +124 -0
  281. package/esm2022/lib/igc-color-editor-panel-component.js +431 -0
  282. package/esm2022/lib/igc-color-editor-panel-module.d.ts +3 -0
  283. package/esm2022/lib/igc-color-editor-panel-module.js +25 -0
  284. package/esm2022/lib/igc-color-editor-panel-selected-value-changed-event-args.d.ts +16 -0
  285. package/esm2022/lib/igc-color-editor-panel-selected-value-changed-event-args.js +43 -0
  286. package/esm2022/lib/igc-got-focus-event-args.d.ts +12 -0
  287. package/esm2022/lib/igc-got-focus-event-args.js +30 -0
  288. package/esm2022/lib/igc-input-change-event-args.d.ts +16 -0
  289. package/esm2022/lib/igc-input-change-event-args.js +43 -0
  290. package/esm2022/lib/igc-lost-focus-event-args.d.ts +12 -0
  291. package/esm2022/lib/igc-lost-focus-event-args.js +30 -0
  292. package/esm2022/lib/igc-multi-slider-component.d.ts +174 -0
  293. package/esm2022/lib/igc-multi-slider-component.js +680 -0
  294. package/esm2022/lib/igc-multi-slider-module.d.ts +3 -0
  295. package/esm2022/lib/igc-multi-slider-module.js +17 -0
  296. package/esm2022/lib/igc-multi-slider-resolving-tool-tip-value-event-args.d.ts +16 -0
  297. package/esm2022/lib/igc-multi-slider-resolving-tool-tip-value-event-args.js +42 -0
  298. package/esm2022/lib/igc-multi-slider-thumb-collection.d.ts +8 -0
  299. package/esm2022/lib/igc-multi-slider-thumb-collection.js +53 -0
  300. package/esm2022/lib/igc-multi-slider-thumb-component.d.ts +53 -0
  301. package/esm2022/lib/igc-multi-slider-thumb-component.js +268 -0
  302. package/esm2022/lib/igc-multi-slider-thumb-module.d.ts +3 -0
  303. package/esm2022/lib/igc-multi-slider-thumb-module.js +16 -0
  304. package/esm2022/lib/igc-multi-slider-thumb-value-changing-event-args.d.ts +17 -0
  305. package/esm2022/lib/igc-multi-slider-thumb-value-changing-event-args.js +54 -0
  306. package/esm2022/lib/igc-multi-slider-track-thumb-range.d.ts +26 -0
  307. package/esm2022/lib/igc-multi-slider-track-thumb-range.js +103 -0
  308. package/esm2022/lib/igc-multi-slider-y-value-changing-event-args.d.ts +14 -0
  309. package/esm2022/lib/igc-multi-slider-y-value-changing-event-args.js +36 -0
  310. package/esm2022/lib/igc-selected-value-changed-event-args.d.ts +16 -0
  311. package/esm2022/lib/igc-selected-value-changed-event-args.js +42 -0
  312. package/esm2022/lib/igc-x-button-component.d.ts +902 -0
  313. package/esm2022/lib/igc-x-button-component.js +2395 -0
  314. package/esm2022/lib/igc-x-button-group-button-collection.d.ts +8 -0
  315. package/esm2022/lib/igc-x-button-group-button-collection.js +53 -0
  316. package/esm2022/lib/igc-x-button-group-component.d.ts +410 -0
  317. package/esm2022/lib/igc-x-button-group-component.js +1020 -0
  318. package/esm2022/lib/igc-x-button-group-module.d.ts +3 -0
  319. package/esm2022/lib/igc-x-button-group-module.js +21 -0
  320. package/esm2022/lib/igc-x-button-module.d.ts +3 -0
  321. package/esm2022/lib/igc-x-button-module.js +21 -0
  322. package/esm2022/lib/igc-x-calendar-component.d.ts +181 -0
  323. package/esm2022/lib/igc-x-calendar-component.js +508 -0
  324. package/esm2022/lib/igc-x-calendar-locale-en-module.d.ts +3 -0
  325. package/esm2022/lib/igc-x-calendar-locale-en-module.js +13 -0
  326. package/esm2022/lib/igc-x-calendar-module.d.ts +3 -0
  327. package/esm2022/lib/igc-x-calendar-module.js +21 -0
  328. package/esm2022/lib/igc-x-checkbox-component.d.ts +232 -0
  329. package/esm2022/lib/igc-x-checkbox-component.js +623 -0
  330. package/esm2022/lib/igc-x-checkbox-module.d.ts +3 -0
  331. package/esm2022/lib/igc-x-checkbox-module.js +21 -0
  332. package/esm2022/lib/igc-x-date-picker-component.d.ts +226 -0
  333. package/esm2022/lib/igc-x-date-picker-component.js +677 -0
  334. package/esm2022/lib/igc-x-date-picker-module.d.ts +3 -0
  335. package/esm2022/lib/igc-x-date-picker-module.js +25 -0
  336. package/esm2022/lib/igc-x-icon-component.d.ts +285 -0
  337. package/esm2022/lib/igc-x-icon-component.js +702 -0
  338. package/esm2022/lib/igc-x-icon-module.d.ts +3 -0
  339. package/esm2022/lib/igc-x-icon-module.js +19 -0
  340. package/esm2022/lib/igc-x-input-component.d.ts +194 -0
  341. package/esm2022/lib/igc-x-input-component.js +600 -0
  342. package/esm2022/lib/igc-x-input-group-component.d.ts +748 -0
  343. package/esm2022/lib/igc-x-input-group-component.js +2353 -0
  344. package/esm2022/lib/igc-x-input-group-input-collection.d.ts +8 -0
  345. package/esm2022/lib/igc-x-input-group-input-collection.js +53 -0
  346. package/esm2022/lib/igc-x-input-group-item-component.d.ts +41 -0
  347. package/esm2022/lib/igc-x-input-group-item-component.js +195 -0
  348. package/esm2022/lib/igc-x-input-group-module.d.ts +3 -0
  349. package/esm2022/lib/igc-x-input-group-module.js +23 -0
  350. package/esm2022/lib/igc-x-input-module.d.ts +3 -0
  351. package/esm2022/lib/igc-x-input-module.js +19 -0
  352. package/esm2022/lib/igc-x-label-component.d.ts +171 -0
  353. package/esm2022/lib/igc-x-label-component.js +410 -0
  354. package/esm2022/lib/igc-x-label-module.d.ts +3 -0
  355. package/esm2022/lib/igc-x-label-module.js +19 -0
  356. package/esm2022/lib/igc-x-prefix-component.d.ts +59 -0
  357. package/esm2022/lib/igc-x-prefix-component.js +183 -0
  358. package/esm2022/lib/igc-x-prefix-module.d.ts +3 -0
  359. package/esm2022/lib/igc-x-prefix-module.js +19 -0
  360. package/esm2022/lib/igc-x-ripple-component.d.ts +118 -0
  361. package/esm2022/lib/igc-x-ripple-component.js +382 -0
  362. package/esm2022/lib/igc-x-ripple-module.d.ts +3 -0
  363. package/esm2022/lib/igc-x-ripple-module.js +17 -0
  364. package/esm2022/lib/igc-x-suffix-component.d.ts +59 -0
  365. package/esm2022/lib/igc-x-suffix-component.js +183 -0
  366. package/esm2022/lib/multi-slider-entrypoint.d.ts +1 -0
  367. package/esm2022/lib/multi-slider-entrypoint.js +4 -0
  368. package/esm2022/lib/x-button-entrypoint.d.ts +1 -0
  369. package/esm2022/lib/x-button-entrypoint.js +4 -0
  370. package/esm2022/lib/x-button-group-entrypoint.d.ts +1 -0
  371. package/esm2022/lib/x-button-group-entrypoint.js +4 -0
  372. package/esm2022/lib/x-calendar-entrypoint.d.ts +1 -0
  373. package/esm2022/lib/x-calendar-entrypoint.js +4 -0
  374. package/esm2022/lib/x-checkbox-entrypoint.d.ts +1 -0
  375. package/esm2022/lib/x-checkbox-entrypoint.js +4 -0
  376. package/esm2022/lib/x-date-picker-entrypoint.d.ts +1 -0
  377. package/esm2022/lib/x-date-picker-entrypoint.js +4 -0
  378. package/esm2022/lib/x-icon-entrypoint.d.ts +1 -0
  379. package/esm2022/lib/x-icon-entrypoint.js +4 -0
  380. package/esm2022/lib/x-input-entrypoint.d.ts +1 -0
  381. package/esm2022/lib/x-input-entrypoint.js +4 -0
  382. package/esm2022/lib/x-input-group-entrypoint.d.ts +1 -0
  383. package/esm2022/lib/x-input-group-entrypoint.js +4 -0
  384. package/esm2022/lib/x-label-entrypoint.d.ts +1 -0
  385. package/esm2022/lib/x-label-entrypoint.js +4 -0
  386. package/esm2022/lib/x-prefix-entrypoint.d.ts +1 -0
  387. package/esm2022/lib/x-prefix-entrypoint.js +4 -0
  388. package/esm2022/lib/x-ripple-entrypoint.d.ts +1 -0
  389. package/esm2022/lib/x-ripple-entrypoint.js +4 -0
  390. package/esm2022/public_api.d.ts +169 -0
  391. package/esm2022/public_api.js +169 -0
  392. package/package.json +79 -8
  393. package/fesm2022/igniteui-webcomponents-inputs.mjs +0 -40140
  394. package/igniteui-webcomponents-inputs.d.ts +0 -9883
@@ -0,0 +1,1779 @@
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, runOn, delegateCombine, delegateRemove, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox, fromEn } from "igniteui-webcomponents-core";
8
+ import { List$1 } from "igniteui-webcomponents-core";
9
+ import { IMultiSliderTrackThumbVisual_$type } from "./IMultiSliderTrackThumbVisual";
10
+ import { IMultiSliderTrackRangeVisual_$type } from "./IMultiSliderTrackRangeVisual";
11
+ import { IMultiSliderTrackThumbCalloutVisual_$type } from "./IMultiSliderTrackThumbCalloutVisual";
12
+ import { RenderingContext } from "igniteui-webcomponents-core";
13
+ import { DefaultMultiSliderTrackBarVisual } from "./DefaultMultiSliderTrackBarVisual";
14
+ import { FontInfo } from "igniteui-webcomponents-core";
15
+ import { Rect } from "igniteui-webcomponents-core";
16
+ import { TranslateTransform } from "igniteui-webcomponents-core";
17
+ import { CanvasScalingHelpers } from "igniteui-webcomponents-core";
18
+ import { CanvasViewRenderer } from "igniteui-webcomponents-core";
19
+ import { CanvasGestureDOMEventProxy } from "igniteui-webcomponents-core";
20
+ import { FontUtil } from "igniteui-webcomponents-core";
21
+ import { Size } from "igniteui-webcomponents-core";
22
+ import { DefaultMultiSliderTrackThumbVisual } from "./DefaultMultiSliderTrackThumbVisual";
23
+ import { MultiSliderTrackThumbRange } from "./MultiSliderTrackThumbRange";
24
+ import { NotImplementedException } from "igniteui-webcomponents-core";
25
+ import { DefaultMultiSliderTrackThumbCalloutVisual } from "./DefaultMultiSliderTrackThumbCalloutVisual";
26
+ import { truncate, isNaN_ } from "igniteui-webcomponents-core";
27
+ import { ISliderTrackOwner_$type } from "./ISliderTrackOwner";
28
+ import { MultiSliderThumbCollection } from "./MultiSliderThumbCollection";
29
+ import { MultiSliderHitInfo } from "./MultiSliderHitInfo";
30
+ import { MultiSliderOrientation_$type } from "./MultiSliderOrientation";
31
+ import { MultiSliderResolvingToolTipValueEventArgs } from "./MultiSliderResolvingToolTipValueEventArgs";
32
+ import { MultiSliderThumbValueChangingEventArgs } from "./MultiSliderThumbValueChangingEventArgs";
33
+ import { MultiSliderYValueChangingEventArgs } from "./MultiSliderYValueChangingEventArgs";
34
+ import { Thickness } from "igniteui-webcomponents-core";
35
+ /**
36
+ * @hidden
37
+ */
38
+ class MultiSliderView extends Base {
39
+ static { this.$t = markType(MultiSliderView, 'MultiSliderView'); }
40
+ constructor(a) {
41
+ super();
42
+ this.n = false;
43
+ this.r = null;
44
+ this.q = null;
45
+ this.b = null;
46
+ this.p = null;
47
+ this.g = null;
48
+ this.u = null;
49
+ this.v = null;
50
+ this.l = null;
51
+ this.t = 0;
52
+ this.o = false;
53
+ this.x = 0;
54
+ this.w = 0;
55
+ this.j = null;
56
+ this.a = null;
57
+ this.i = null;
58
+ this.y = -1;
59
+ this.s = 10;
60
+ this.h = 0;
61
+ this.z = -1;
62
+ this.m = true;
63
+ this.g = a;
64
+ this.r = new List$1(IMultiSliderTrackThumbVisual_$type, 0);
65
+ this.q = new List$1(IMultiSliderTrackRangeVisual_$type, 0);
66
+ this.b = new DefaultMultiSliderTrackBarVisual();
67
+ this.p = new List$1(IMultiSliderTrackThumbCalloutVisual_$type, 0);
68
+ this.j = this.k();
69
+ this.ap();
70
+ }
71
+ at() {
72
+ this.m = true;
73
+ this.ap();
74
+ if (this.a != null) {
75
+ this.a.av(this.u.rootWrapper, "");
76
+ }
77
+ if (this.z == -1) {
78
+ this.z = this.u.setTimeout(runOn(this, this.an), 200);
79
+ }
80
+ }
81
+ au() {
82
+ this.m = false;
83
+ if (this.a != null && this.u != null) {
84
+ this.a.bk(this.u.rootWrapper, "");
85
+ }
86
+ if (this.z != -1) {
87
+ window.clearTimeout(this.z);
88
+ this.z = -1;
89
+ }
90
+ }
91
+ aq() {
92
+ if (!this.n) {
93
+ if (this.u != null) {
94
+ this.n = true;
95
+ this.u.setTimeout(runOn(this, this.a6), 0);
96
+ }
97
+ }
98
+ }
99
+ ak() {
100
+ this.a6();
101
+ }
102
+ a6() {
103
+ if (!this.n) {
104
+ return;
105
+ }
106
+ this.n = false;
107
+ this.g.d8();
108
+ this.a0();
109
+ }
110
+ a0() {
111
+ if (this.l == null) {
112
+ return;
113
+ }
114
+ let a = this.g.e0.width;
115
+ let b = this.g.e0.height;
116
+ let c = Math.round(a * this.t);
117
+ let d = Math.round(b * this.t);
118
+ if (this.x != c || this.w != d) {
119
+ this.v.setAttribute("width", c.toString());
120
+ this.v.setAttribute("height", d.toString());
121
+ this.v.setStyleProperty("width", a.toString() + "px");
122
+ this.v.setStyleProperty("height", b.toString() + "px");
123
+ this.x = truncate(Math.round(c));
124
+ this.w = truncate(Math.round(d));
125
+ }
126
+ if (this.l.d && this.t != 1) {
127
+ this.l.ac();
128
+ this.l.ad(this.t, this.t);
129
+ }
130
+ this.l.l(this.g.e0.left, this.g.e0.top, this.g.e0.width, this.g.e0.height);
131
+ for (let e = 0; e < this.r.count; e++) {
132
+ this.a4(this.r._inner[e].allPaths, this.r._inner[e].translateX, this.r._inner[e].translateY);
133
+ }
134
+ for (let f = 0; f < this.q.count; f++) {
135
+ this.a4(this.q._inner[f].allPaths, this.q._inner[f].translateX, this.q._inner[f].translateY);
136
+ }
137
+ this.a4(this.b.allPaths, this.b.translateX, this.b.translateY);
138
+ for (let g = 0; g < this.p.count; g++) {
139
+ this.a4(this.p._inner[g].allPaths, this.p._inner[g].translateX, this.p._inner[g].translateY);
140
+ this.a5(this.p._inner[g].calloutText, this.p._inner[g].textTranslateX, this.p._inner[g].textTranslateY);
141
+ }
142
+ this.a1(this.b.allPaths);
143
+ for (let h = 0; h < this.q.count; h++) {
144
+ this.a1(this.q._inner[h].allPaths);
145
+ }
146
+ for (let i = 0; i < this.r.count; i++) {
147
+ this.a1(this.r._inner[i].allPaths);
148
+ }
149
+ if (this.l.d && this.t != 1) {
150
+ this.l.ab();
151
+ }
152
+ }
153
+ a2(a) {
154
+ if (a.j != null) {
155
+ this.l.ac();
156
+ }
157
+ this.l.k(a.j);
158
+ this.l.y(a);
159
+ if (a.j != null) {
160
+ this.l.ab();
161
+ }
162
+ }
163
+ a1(a) {
164
+ for (let b = 0; b < a.count; b++) {
165
+ let c = a.item(b);
166
+ if (c.j != null) {
167
+ this.l.ac();
168
+ }
169
+ this.l.k(c.j);
170
+ this.l.t(c);
171
+ if (c.j != null) {
172
+ this.l.ab();
173
+ }
174
+ }
175
+ }
176
+ a5(a, b, c) {
177
+ if (a.j == null) {
178
+ a.j = new TranslateTransform();
179
+ }
180
+ let d = a.j;
181
+ d.j = b;
182
+ d.k = c;
183
+ }
184
+ a4(a, b, c) {
185
+ for (let d = 0; d < a.count; d++) {
186
+ let e = a.item(d);
187
+ if (e.j == null) {
188
+ e.j = new TranslateTransform();
189
+ }
190
+ let f = e.j;
191
+ f.j = b;
192
+ f.k = c;
193
+ }
194
+ }
195
+ ap() {
196
+ let a = CanvasScalingHelpers.b(this.u);
197
+ this.g.a9 = CanvasScalingHelpers.a(this.g.bh, this.g.a9, a);
198
+ if (this.a != null) {
199
+ CanvasScalingHelpers.h(this.a, a);
200
+ }
201
+ }
202
+ ax(a) {
203
+ if (a == null) {
204
+ let b = this.u;
205
+ this.v = null;
206
+ this.u = null;
207
+ this.l = null;
208
+ this.ab();
209
+ if (this.z != -1) {
210
+ if (b != null) {
211
+ b.clearTimeout(this.z);
212
+ }
213
+ else {
214
+ window.clearTimeout(this.z);
215
+ }
216
+ this.z = -1;
217
+ }
218
+ return;
219
+ }
220
+ this.t = (isNaN_(this.g.bh) ? this.g.a9 : this.g.bh);
221
+ let c = a;
222
+ this.u = c;
223
+ this.u.rootWrapper.setStyleProperty("min-height", (this.g.bm + 5) + "px");
224
+ this.u.rootWrapper.setStyleProperty("min-width", (this.g.bo + 5) + "px");
225
+ this.u.rootWrapper.addClass("ui-MultiSlider-container");
226
+ let d = this.t;
227
+ let e = Math.round(c.rootWrapper.width());
228
+ let f = Math.round(c.rootWrapper.height());
229
+ let g = e * d;
230
+ let h = f * d;
231
+ this.u.rootWrapper.setStyleProperty("position", "relative");
232
+ let i = this.u.createElement("canvas");
233
+ i.setStyleProperty("position", "absolute");
234
+ this.u.append(i);
235
+ this.x = truncate(Math.round(g));
236
+ this.w = truncate(Math.round(h));
237
+ i.setAttribute("width", g.toString());
238
+ i.setAttribute("height", h.toString());
239
+ i.setStyleProperty("width", e.toString() + "px");
240
+ i.setStyleProperty("height", f.toString() + "px");
241
+ this.v = i;
242
+ let j = this.u.get2DCanvasContext(this.v);
243
+ this.l = new RenderingContext(new CanvasViewRenderer(), j);
244
+ this.l.ah(this.j);
245
+ this.ab();
246
+ this.a = new CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
247
+ this.a.bo = this.g.e0;
248
+ let k = this.a;
249
+ k.onContactStarted = delegateCombine(k.onContactStarted, runOn(this, this.aj));
250
+ let l = this.a;
251
+ l.onContactMoved = delegateCombine(l.onContactMoved, runOn(this, this.ai));
252
+ let m = this.a;
253
+ m.onContactCompleted = delegateCombine(m.onContactCompleted, runOn(this, this.ah));
254
+ this.a.aq = (n) => this.g.ey.containsPoint(n);
255
+ this.g.ds(0, 0, e, f);
256
+ this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
257
+ this.g.trackDirty();
258
+ this.z = this.u.setTimeout(runOn(this, this.an), 200);
259
+ }
260
+ ah(a, b) {
261
+ this.g.dh(a, b);
262
+ }
263
+ ai(a, b) {
264
+ this.g.di(a);
265
+ }
266
+ aj(a, b) {
267
+ this.g.af(a, b);
268
+ }
269
+ ab() {
270
+ if (this.a != null) {
271
+ let a = this.a;
272
+ a.onContactStarted = delegateRemove(a.onContactStarted, runOn(this, this.aj));
273
+ let b = this.a;
274
+ b.onContactMoved = delegateRemove(b.onContactMoved, runOn(this, this.ai));
275
+ let c = this.a;
276
+ c.onContactCompleted = delegateRemove(c.onContactCompleted, runOn(this, this.ah));
277
+ this.a.aq = null;
278
+ this.a.ax();
279
+ }
280
+ }
281
+ ay() {
282
+ }
283
+ ar() {
284
+ this.as(true);
285
+ }
286
+ as(a) {
287
+ if (this.u == null || this.u.rootWrapper == null) {
288
+ return;
289
+ }
290
+ this.ap();
291
+ let b = Math.round(this.u.rootWrapper.width());
292
+ let c = Math.round(this.u.rootWrapper.height());
293
+ let d = b != this.g.e0.width || c != this.g.e0.height;
294
+ if (a || d) {
295
+ this.g.ds(0, 0, b, c);
296
+ if (this.a != null) {
297
+ this.a.bo = this.g.e0;
298
+ }
299
+ }
300
+ }
301
+ am() {
302
+ }
303
+ k() {
304
+ return ((() => {
305
+ let $ret = new FontInfo();
306
+ $ret.q = "Verdana";
307
+ $ret.f = 10;
308
+ return $ret;
309
+ })());
310
+ }
311
+ a7(a, b, c) {
312
+ if (a.al != b) {
313
+ a.al = b;
314
+ }
315
+ if (this.i != c) {
316
+ this.i = c;
317
+ this.j = this.i;
318
+ this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
319
+ this.l.ah(this.i);
320
+ this.g.trackDirty();
321
+ }
322
+ }
323
+ ae() {
324
+ if (this.h != 4) {
325
+ this.h = 4;
326
+ this.u.rootWrapper.setStyleProperty("cursor", "move");
327
+ }
328
+ }
329
+ ag() {
330
+ if (this.h != 3) {
331
+ this.h = 3;
332
+ this.u.rootWrapper.setStyleProperty("cursor", "ns-resize");
333
+ }
334
+ }
335
+ ad() {
336
+ if (this.h != 0) {
337
+ this.h = 0;
338
+ this.u.rootWrapper.setStyleProperty("cursor", "inherit");
339
+ }
340
+ }
341
+ af() {
342
+ if (this.h != 1) {
343
+ this.h = 1;
344
+ this.u.rootWrapper.setStyleProperty("cursor", "ew-resize");
345
+ }
346
+ }
347
+ ac() {
348
+ if (this.h != 2) {
349
+ this.h = 2;
350
+ this.u.rootWrapper.setStyleProperty("cursor", "move");
351
+ }
352
+ }
353
+ a8(a) {
354
+ let b = this.s;
355
+ let c = this.l.g(a.al);
356
+ return new Size(1, c, b);
357
+ }
358
+ aw() {
359
+ this.t = this.g.a9;
360
+ this.aq();
361
+ }
362
+ a3() {
363
+ if (this.u == null || this.u.rootWrapper == null) {
364
+ return;
365
+ }
366
+ this.u.rootWrapper.show();
367
+ }
368
+ ao() {
369
+ if (this.u == null || this.u.rootWrapper == null) {
370
+ return;
371
+ }
372
+ this.u.rootWrapper.hide();
373
+ }
374
+ an() {
375
+ this.z = -1;
376
+ if (this.u == null) {
377
+ return;
378
+ }
379
+ if (!this.m) {
380
+ return;
381
+ }
382
+ this.as(false);
383
+ this.z = this.u.setTimeout(runOn(this, this.an), 200);
384
+ }
385
+ av() {
386
+ }
387
+ f(a) {
388
+ return a.c;
389
+ }
390
+ az(a) {
391
+ if (a.c != null) {
392
+ this.r.remove(a.c);
393
+ a.c = null;
394
+ }
395
+ if (a.b != null) {
396
+ this.p.remove(a.b);
397
+ a.b = null;
398
+ }
399
+ }
400
+ e(a, b) {
401
+ let c = new DefaultMultiSliderTrackThumbVisual();
402
+ this.r.insert(b, c);
403
+ return c;
404
+ }
405
+ c(a) {
406
+ throw new NotImplementedException(0);
407
+ }
408
+ d(a) {
409
+ if (a.b == null) {
410
+ a.b = new DefaultMultiSliderTrackThumbCalloutVisual();
411
+ this.p.add(a.b);
412
+ return a.b;
413
+ }
414
+ return a.b;
415
+ }
416
+ al(a) {
417
+ for (let b = 0; b < this.p.count; b++) {
418
+ a(this.p._inner[b]);
419
+ }
420
+ }
421
+ }
422
+ export { MultiSliderView };
423
+ /**
424
+ * @hidden
425
+ */
426
+ class MultiSlider extends Base {
427
+ static { this.$t = markType(MultiSlider, 'MultiSlider', Base.$, [ISliderTrackOwner_$type, INotifyPropertyChanged_$type]); }
428
+ get thumbs() {
429
+ return this.g;
430
+ }
431
+ get ah() {
432
+ return this.ag;
433
+ }
434
+ onDetachedFromUI() {
435
+ this.k.au();
436
+ }
437
+ onAttachedToUI() {
438
+ this.k.at();
439
+ }
440
+ get bg() {
441
+ return this.as;
442
+ }
443
+ set bg(a) {
444
+ let b = this.as;
445
+ this.as = a;
446
+ if (b != this.as) {
447
+ this.dl("Min", b, this.as);
448
+ }
449
+ }
450
+ get bf() {
451
+ return this.ar;
452
+ }
453
+ set bf(a) {
454
+ let b = this.ar;
455
+ this.ar = a;
456
+ if (b != this.ar) {
457
+ this.dl("Max", b, this.ar);
458
+ }
459
+ }
460
+ get bl() {
461
+ return this.aw;
462
+ }
463
+ set bl(a) {
464
+ let b = this.aw;
465
+ this.aw = a;
466
+ if (b != this.aw) {
467
+ this.dl("Step", b, this.aw);
468
+ }
469
+ }
470
+ get bu() {
471
+ return this.a2;
472
+ }
473
+ set bu(a) {
474
+ let b = this.a2;
475
+ this.a2 = a;
476
+ if (b != this.a2) {
477
+ this.dl("YMax", b, this.a2);
478
+ }
479
+ }
480
+ get bv() {
481
+ return this.a3;
482
+ }
483
+ set bv(a) {
484
+ let b = this.a3;
485
+ this.a3 = a;
486
+ if (b != this.a3) {
487
+ this.dl("YMin", b, this.a3);
488
+ }
489
+ }
490
+ get bx() {
491
+ return this.a5;
492
+ }
493
+ set bx(a) {
494
+ let b = this.a5;
495
+ this.a5 = a;
496
+ if (b != this.a5) {
497
+ this.dl("YStep", b, this.a5);
498
+ }
499
+ }
500
+ get bh() {
501
+ return this.at;
502
+ }
503
+ set bh(a) {
504
+ let b = this.at;
505
+ this.at = a;
506
+ if (b != this.at) {
507
+ this.dl("PixelScalingRatio", b, this.at);
508
+ }
509
+ }
510
+ get a9() {
511
+ return this.ai;
512
+ }
513
+ set a9(a) {
514
+ let b = this.ai;
515
+ this.ai = a;
516
+ if (b != this.ai) {
517
+ this.dl("ActualPixelScalingRatio", b, this.ai);
518
+ }
519
+ }
520
+ ds(a, b, c, d) {
521
+ this.e0 = new Rect(0, a, b, c, d);
522
+ if (this.e == 0) {
523
+ let e = Math.max(0, this.e0.width - (this.bk + this.be));
524
+ this.ey = new Rect(0, this.e0.left + this.bk, this.e0.top, e, this.e0.height);
525
+ let f = Math.max(0, this.ey.width - (this.bq + this.bp));
526
+ this.ez = new Rect(0, this.ey.left + this.bq, this.ey.top, f, this.ey.height);
527
+ }
528
+ else if (this.e == 2) {
529
+ let g = Math.max(0, this.e0.width - (this.bk + this.be));
530
+ this.ey = new Rect(0, this.e0.left + this.bk, this.e0.top, g, this.e0.height);
531
+ let h = Math.max(0, this.ey.width - (this.bq + this.bp));
532
+ let i = Math.max(0, this.ey.height - (this.bz + this.by));
533
+ this.ez = new Rect(0, this.ey.left + this.bq, this.ey.top + this.bz, h, i);
534
+ }
535
+ else {
536
+ this.ey = new Rect(0, this.e0.left, this.e0.top + this.bk, this.e0.width, this.e0.height - (this.bk + this.be));
537
+ this.ez = new Rect(0, this.ey.left, this.ey.top + this.bq, this.ey.width, this.ey.height - (this.bq + this.bp));
538
+ }
539
+ this.trackDirty();
540
+ }
541
+ d8() {
542
+ if (!this.s) {
543
+ return;
544
+ }
545
+ this.s = false;
546
+ let a = this.k.b;
547
+ for (let b = 0; b < this.thumbs.count; b++) {
548
+ this.d5(this.k.f(this.thumbs._inner[b]), this.thumbs._inner[b]);
549
+ }
550
+ for (let c = 0; c < this.ah.count; c++) {
551
+ this.d3(this.k.c(this.ah._inner[c]), this.ah._inner[c]);
552
+ }
553
+ this.d0(a);
554
+ }
555
+ get e1() {
556
+ return this.ex;
557
+ }
558
+ set e1(a) {
559
+ let b = this.ex;
560
+ this.ex = a;
561
+ if (Rect.l_op_Inequality(b, this.ex)) {
562
+ this.dl("WindowRect", b, this.ex);
563
+ }
564
+ }
565
+ get b0() {
566
+ return this.a8;
567
+ }
568
+ set b0(a) {
569
+ let b = this.a8;
570
+ this.a8 = a;
571
+ if (b != this.a8) {
572
+ this.dl("YValue", b, this.a8);
573
+ }
574
+ }
575
+ get bw() {
576
+ return this.a4;
577
+ }
578
+ set bw(a) {
579
+ let b = this.a4;
580
+ this.a4 = a;
581
+ if (b != this.a4) {
582
+ this.dl("YPosition", b, this.a4);
583
+ }
584
+ }
585
+ get ba() {
586
+ return this.aj;
587
+ }
588
+ set ba(a) {
589
+ let b = this.aj;
590
+ this.aj = a;
591
+ if (b != this.aj) {
592
+ this.dl("ActualYPosition", b, this.aj);
593
+ }
594
+ }
595
+ dh(a, b) {
596
+ let c = null;
597
+ if (this.a != null && this.a.c != 3) {
598
+ if (this.a.c == 0) {
599
+ c = this.a.a;
600
+ }
601
+ this.k.ay();
602
+ }
603
+ if (c != null) {
604
+ if (this.thumbValueChanging != null) {
605
+ this.thumbValueChanging(this, ((() => {
606
+ let $ret = new MultiSliderThumbValueChangingEventArgs();
607
+ $ret.b = c.s;
608
+ $ret.a = c;
609
+ return $ret;
610
+ })()));
611
+ }
612
+ if (this.thumbValueChanged != null) {
613
+ this.thumbValueChanged(this, ((() => {
614
+ let $ret = new MultiSliderThumbValueChangingEventArgs();
615
+ $ret.b = c.s;
616
+ $ret.a = c;
617
+ return $ret;
618
+ })()));
619
+ }
620
+ if (this.e == 2) {
621
+ if (this.yValueChanging != null) {
622
+ this.yValueChanging(this, ((() => {
623
+ let $ret = new MultiSliderYValueChangingEventArgs();
624
+ $ret.a = c.s;
625
+ return $ret;
626
+ })()));
627
+ }
628
+ if (this.yValueChanged != null) {
629
+ this.yValueChanged(this, ((() => {
630
+ let $ret = new MultiSliderYValueChangingEventArgs();
631
+ $ret.a = c.s;
632
+ return $ret;
633
+ })()));
634
+ }
635
+ }
636
+ }
637
+ this.b = this.c(a, b);
638
+ this.a = ((() => {
639
+ let $ret = new MultiSliderHitInfo();
640
+ $ret.c = 3;
641
+ return $ret;
642
+ })());
643
+ this.c5();
644
+ }
645
+ c5() {
646
+ this.k.al((a) => a.isVisible = false);
647
+ this.k.aq();
648
+ }
649
+ dj(a, b) {
650
+ this.b = this.c(a, false);
651
+ }
652
+ af(a, b) {
653
+ this.b = this.c(a, b);
654
+ if (this.b == null || this.b.c == 3) {
655
+ return false;
656
+ }
657
+ if (this.ad(this.b)) {
658
+ this.dy(a, this.b);
659
+ this.k.am();
660
+ return true;
661
+ }
662
+ if (this.y(this.b)) {
663
+ return this.ae(a, this.b);
664
+ }
665
+ return false;
666
+ }
667
+ ae(a, b) {
668
+ if (b == null) {
669
+ return false;
670
+ }
671
+ switch (b.c) {
672
+ case 2: return false;
673
+ }
674
+ return false;
675
+ }
676
+ dy(a, b) {
677
+ this.a = b;
678
+ this.ew = a;
679
+ this.ev = a;
680
+ }
681
+ ad(a) {
682
+ if (a == null) {
683
+ return false;
684
+ }
685
+ switch (a.c) {
686
+ case 0:
687
+ case 1: return true;
688
+ }
689
+ return false;
690
+ }
691
+ y(a) {
692
+ if (a == null) {
693
+ return false;
694
+ }
695
+ switch (a.c) {
696
+ case 2: return false;
697
+ }
698
+ return false;
699
+ }
700
+ di(a) {
701
+ this.b = this.c(a, false);
702
+ if (this.a != null && this.a.c != 3) {
703
+ if (this.e == 0) {
704
+ this.dd(a);
705
+ }
706
+ else if (this.e == 2) {
707
+ this.dq(a);
708
+ }
709
+ else {
710
+ this.dr(a);
711
+ }
712
+ }
713
+ else {
714
+ this.c6();
715
+ }
716
+ }
717
+ dq(a) {
718
+ let b = a.x - this.ev.x;
719
+ let c = a.y - this.ev.y;
720
+ this.ev = a;
721
+ b = b / this.ez.width;
722
+ c = c / this.ez.height;
723
+ if (this.a == null) {
724
+ return;
725
+ }
726
+ switch (this.a.c) {
727
+ case 0:
728
+ this.a.a.r(b);
729
+ this.bi(c);
730
+ this.d6(this.a.a);
731
+ this.c7();
732
+ break;
733
+ case 1:
734
+ this.a.b.o(b);
735
+ this.bi(c);
736
+ this.d6(this.a.b.f);
737
+ this.d6(this.a.b.e);
738
+ this.c7();
739
+ break;
740
+ }
741
+ }
742
+ bi(a) {
743
+ if (this.bw + a > 1) {
744
+ a = 1 - this.bw;
745
+ }
746
+ if (this.bw + a < 0) {
747
+ a = -this.bw;
748
+ }
749
+ this.bw += a;
750
+ return a;
751
+ }
752
+ c6() {
753
+ if (this.b != null && this.b.c == 1) {
754
+ this.k.ae();
755
+ }
756
+ else if (this.b != null && this.b.c == 0) {
757
+ if (this.e == 1) {
758
+ this.k.ag();
759
+ }
760
+ else if (this.e == 2) {
761
+ this.k.ac();
762
+ }
763
+ else {
764
+ this.k.af();
765
+ }
766
+ }
767
+ else {
768
+ this.k.ad();
769
+ }
770
+ }
771
+ dr(a) {
772
+ let b = a.y - this.ev.y;
773
+ b = b / this.ez.height;
774
+ this.ev = a;
775
+ if (this.a == null) {
776
+ return;
777
+ }
778
+ switch (this.a.c) {
779
+ case 0:
780
+ this.a.a.r(b);
781
+ this.d6(this.a.a);
782
+ this.c7();
783
+ break;
784
+ case 1:
785
+ this.a.b.o(b);
786
+ this.d6(this.a.b.f);
787
+ this.d6(this.a.b.e);
788
+ this.c7();
789
+ break;
790
+ }
791
+ }
792
+ d6(a) {
793
+ let b;
794
+ let c;
795
+ if (this.e == 0 || this.e == 2) {
796
+ b = a.p;
797
+ c = a.p * this.ez.width + this.ez.left;
798
+ if (this.t) {
799
+ let d = b;
800
+ if (this.resolvingToolTipValue != null) {
801
+ let e = ((() => {
802
+ let $ret = new MultiSliderResolvingToolTipValueEventArgs();
803
+ $ret.position = b;
804
+ $ret.value = d;
805
+ return $ret;
806
+ })());
807
+ this.resolvingToolTipValue(this, e);
808
+ d = e.value;
809
+ }
810
+ this.dx(a, c, d);
811
+ }
812
+ }
813
+ else {
814
+ b = a.p;
815
+ c = a.p * this.ez.height + this.ez.top;
816
+ if (this.t) {
817
+ let f = b;
818
+ if (this.resolvingToolTipValue != null) {
819
+ let g = ((() => {
820
+ let $ret = new MultiSliderResolvingToolTipValueEventArgs();
821
+ $ret.position = b;
822
+ $ret.value = f;
823
+ return $ret;
824
+ })());
825
+ this.resolvingToolTipValue(this, g);
826
+ f = g.value;
827
+ }
828
+ this.dx(a, c, f);
829
+ }
830
+ }
831
+ }
832
+ dx(a, b, c) {
833
+ let d = this.k.d(a);
834
+ d.isVisible = true;
835
+ let e = "";
836
+ if (c != null) {
837
+ e = c.toString();
838
+ }
839
+ this.k.a7(d.calloutText, e, this.o());
840
+ let f = this.k.a8(d.calloutText);
841
+ let g = this.e3();
842
+ f = new Size(1, f.width + g.left + g.right, f.height + g.top + g.bottom);
843
+ let h = a.p * this.ez.width + this.ez.left;
844
+ let i = a.p * this.ez.width + this.ez.left;
845
+ let j = 0;
846
+ let k = 0;
847
+ if ((this.e0.right - h) <= f.width) {
848
+ j = h - f.width;
849
+ }
850
+ else {
851
+ j = h;
852
+ }
853
+ if (j < i) {
854
+ k = this.ez.top;
855
+ }
856
+ else {
857
+ k = this.ez.bottom - f.height;
858
+ }
859
+ d.width = f.width;
860
+ d.height = f.height;
861
+ d.translateX = j;
862
+ d.translateY = k;
863
+ d.textTranslateX = j + g.left;
864
+ d.textTranslateY = k + g.top;
865
+ }
866
+ e3() {
867
+ return this.e2;
868
+ }
869
+ o() {
870
+ if (this.p != null) {
871
+ return this.p;
872
+ }
873
+ return this.n;
874
+ }
875
+ dd(a) {
876
+ let b = a.x - this.ev.x;
877
+ this.ev = a;
878
+ b = b / this.ez.width;
879
+ if (this.a == null) {
880
+ return;
881
+ }
882
+ switch (this.a.c) {
883
+ case 0:
884
+ this.a.a.r(b);
885
+ this.d6(this.a.a);
886
+ this.c7();
887
+ break;
888
+ case 1:
889
+ this.a.b.o(b);
890
+ this.d6(this.a.b.f);
891
+ this.d6(this.a.b.e);
892
+ this.c7();
893
+ break;
894
+ }
895
+ }
896
+ df(a) {
897
+ this.b = this.c(a, false);
898
+ }
899
+ dg(a) {
900
+ this.b = this.c(a, false);
901
+ }
902
+ c(a, b) {
903
+ for (let c = 0; c < this.thumbs.count; c++) {
904
+ let d = this.thumbs._inner[c];
905
+ if (this.w(a, d, this.k.f(d), b)) {
906
+ return ((() => {
907
+ let $ret = new MultiSliderHitInfo();
908
+ $ret.a = d;
909
+ $ret.c = 0;
910
+ return $ret;
911
+ })());
912
+ }
913
+ }
914
+ for (let e = 0; e < this.ah.count; e++) {
915
+ let f = this.ah._inner[e];
916
+ if (this.v(a, f, this.k.c(f))) {
917
+ return ((() => {
918
+ let $ret = new MultiSliderHitInfo();
919
+ $ret.b = f;
920
+ $ret.c = 1;
921
+ return $ret;
922
+ })());
923
+ }
924
+ }
925
+ if (this.u(a)) {
926
+ return ((() => {
927
+ let $ret = new MultiSliderHitInfo();
928
+ $ret.c = 2;
929
+ return $ret;
930
+ })());
931
+ }
932
+ return ((() => {
933
+ let $ret = new MultiSliderHitInfo();
934
+ $ret.c = 3;
935
+ return $ret;
936
+ })());
937
+ }
938
+ u(a) {
939
+ if (this.e == 0) {
940
+ if (a.y > this.ez.bottom && a.x >= this.ez.left && a.x <= this.ez.right && a.y <= this.ey.bottom) {
941
+ return true;
942
+ }
943
+ }
944
+ else if (this.e == 2) {
945
+ if (a.y > this.ez.bottom && a.x >= this.ez.left && a.x <= this.ez.right && a.y <= this.ey.bottom) {
946
+ return true;
947
+ }
948
+ }
949
+ else {
950
+ if (a.x > this.ez.right && a.y >= this.ez.top && a.y <= this.ez.bottom && a.x <= this.ey.right) {
951
+ return true;
952
+ }
953
+ }
954
+ return false;
955
+ }
956
+ v(a, b, c) {
957
+ if (this.e == 0) {
958
+ let d = (b.n) * this.ez.width + this.ez.left;
959
+ let e = d - c.width / 2;
960
+ let f = d + c.width / 2;
961
+ if (a.y >= this.ey.top && a.y <= this.ey.bottom && a.x >= e && a.x <= f) {
962
+ return true;
963
+ }
964
+ }
965
+ else {
966
+ let g = (b.n) * this.ez.height + this.ez.top;
967
+ let h = g - c.height / 2;
968
+ let i = g + c.height / 2;
969
+ if (a.x >= this.ey.left && a.x <= this.ey.right && a.y >= h && a.y <= i) {
970
+ return true;
971
+ }
972
+ }
973
+ return false;
974
+ }
975
+ w(a, b, c, d) {
976
+ let e = 40;
977
+ if (this.e == 0) {
978
+ let f = b.p * this.ez.width + this.ez.left;
979
+ let g = this.ez.top + this.ez.height / 2;
980
+ let h = new Rect(0, f - c.width / 2, g - c.height / 2, c.width, c.height);
981
+ if (d) {
982
+ if (h.width < e) {
983
+ h.inflate((e - h.width) / 2, 0);
984
+ }
985
+ if (h.height < e) {
986
+ h.inflate(0, (e - h.height) / 2);
987
+ }
988
+ }
989
+ if (h.containsPoint(a)) {
990
+ return true;
991
+ }
992
+ }
993
+ else if (this.e == 2) {
994
+ let i = b.p * this.ez.width + this.ez.left;
995
+ let j = this.ez.top + (this.ba * this.ez.height);
996
+ let k = new Rect(0, i - c.width / 2, j - c.height / 2, c.width, c.height);
997
+ if (d) {
998
+ if (k.width < e) {
999
+ k.inflate((e - k.width) / 2, 0);
1000
+ }
1001
+ if (k.height < e) {
1002
+ k.inflate(0, (e - k.height) / 2);
1003
+ }
1004
+ }
1005
+ if (k.containsPoint(a)) {
1006
+ return true;
1007
+ }
1008
+ }
1009
+ else {
1010
+ let l = b.p * this.ez.height + this.ez.top;
1011
+ let m = this.ez.left + this.ez.width / 2;
1012
+ let n = new Rect(0, m - c.width / 2, l - c.height / 2, c.width, c.height);
1013
+ if (d) {
1014
+ if (n.width < e) {
1015
+ n.inflate((e - n.width) / 2, 0);
1016
+ }
1017
+ if (n.height < e) {
1018
+ n.inflate(0, (e - n.height) / 2);
1019
+ }
1020
+ }
1021
+ if (n.containsPoint(a)) {
1022
+ return true;
1023
+ }
1024
+ }
1025
+ return false;
1026
+ }
1027
+ d3(a, b) {
1028
+ if (this.e == 0) {
1029
+ a.orientation = this.e;
1030
+ a.width = Math.max(15, this.ez.width * b.r);
1031
+ a.height = this.bb;
1032
+ a.translateX = (this.ez.left + this.ez.width * b.n);
1033
+ a.translateY = this.ez.bottom + this.bb / 2;
1034
+ }
1035
+ else if (this.e == 2) {
1036
+ a.orientation = this.e;
1037
+ a.width = Math.max(15, this.ez.width * b.r);
1038
+ a.height = this.bb;
1039
+ a.translateX = (this.ez.left + this.ez.width * b.n);
1040
+ a.translateY = this.ez.bottom + this.bb / 2;
1041
+ }
1042
+ else {
1043
+ a.orientation = this.e;
1044
+ a.height = Math.max(15, this.ez.height * b.r);
1045
+ a.width = this.bb;
1046
+ a.translateY = (this.ez.top + this.ez.height * b.n);
1047
+ a.translateX = this.ez.right + this.bb / 2;
1048
+ }
1049
+ }
1050
+ d0(a) {
1051
+ if (this.e == 0) {
1052
+ a.height = this.bb;
1053
+ a.width = this.ez.width;
1054
+ a.translateX = this.ez.left + this.ez.width / 2;
1055
+ a.translateY = ((this.ey.top + this.ey.bottom) / 2);
1056
+ }
1057
+ else if (this.e == 2) {
1058
+ a.height = this.bb;
1059
+ a.width = this.ez.width;
1060
+ a.translateX = this.ez.left + this.ez.width / 2;
1061
+ a.translateY = this.ez.top + (this.ba * this.ez.height);
1062
+ }
1063
+ else {
1064
+ a.width = this.bb;
1065
+ a.height = this.ez.height;
1066
+ a.translateY = this.ez.top + this.ez.height / 2;
1067
+ a.translateX = ((this.ey.left + this.ey.right) / 2);
1068
+ }
1069
+ }
1070
+ d5(a, b) {
1071
+ if (this.e == 0) {
1072
+ a.orientation = this.e;
1073
+ a.translateX = this.ez.left + this.ez.width * b.p;
1074
+ a.translateY = this.ez.top + this.ez.height / 2;
1075
+ }
1076
+ else if (this.e == 2) {
1077
+ a.orientation = this.e;
1078
+ a.translateX = this.ez.left + this.ez.width * b.p;
1079
+ a.translateY = this.ez.top + this.ez.height * this.ba;
1080
+ }
1081
+ else {
1082
+ a.orientation = this.e;
1083
+ a.translateY = this.ez.top + this.ez.height * b.p;
1084
+ a.translateX = this.ez.left + this.ez.width / 2;
1085
+ }
1086
+ }
1087
+ get bk() {
1088
+ return this.av;
1089
+ }
1090
+ set bk(a) {
1091
+ let b = this.av;
1092
+ this.av = a;
1093
+ if (b != this.av) {
1094
+ this.dl("StartInset", b, this.av);
1095
+ }
1096
+ }
1097
+ get be() {
1098
+ return this.ap;
1099
+ }
1100
+ set be(a) {
1101
+ let b = this.ap;
1102
+ this.ap = a;
1103
+ if (b != this.ap) {
1104
+ this.dl("EndInset", b, this.ap);
1105
+ }
1106
+ }
1107
+ get bq() {
1108
+ return this.a1;
1109
+ }
1110
+ set bq(a) {
1111
+ let b = this.a1;
1112
+ this.a1 = a;
1113
+ if (b != this.a1) {
1114
+ this.dl("TrackStartInset", b, this.a1);
1115
+ }
1116
+ }
1117
+ get bp() {
1118
+ return this.a0;
1119
+ }
1120
+ set bp(a) {
1121
+ let b = this.a0;
1122
+ this.a0 = a;
1123
+ if (b != this.a0) {
1124
+ this.dl("TrackEndInset", b, this.a0);
1125
+ }
1126
+ }
1127
+ get bz() {
1128
+ return this.a7;
1129
+ }
1130
+ set bz(a) {
1131
+ let b = this.a7;
1132
+ this.a7 = a;
1133
+ if (b != this.a7) {
1134
+ this.dl("YTrackStartInset", b, this.a7);
1135
+ }
1136
+ }
1137
+ get by() {
1138
+ return this.a6;
1139
+ }
1140
+ set by(a) {
1141
+ let b = this.a6;
1142
+ this.a6 = a;
1143
+ if (b != this.a6) {
1144
+ this.dl("YTrackEndInset", b, this.a6);
1145
+ }
1146
+ }
1147
+ get bb() {
1148
+ return this.ak;
1149
+ }
1150
+ set bb(a) {
1151
+ let b = this.ak;
1152
+ this.ak = a;
1153
+ if (b != this.ak) {
1154
+ this.dl("BarExtent", b, this.ak);
1155
+ }
1156
+ }
1157
+ get e() {
1158
+ return this.d;
1159
+ }
1160
+ set e(a) {
1161
+ let b = this.d;
1162
+ this.d = a;
1163
+ if (b != this.d) {
1164
+ this.dl("Orientation", enumGetBox(MultiSliderOrientation_$type, b), enumGetBox(MultiSliderOrientation_$type, this.d));
1165
+ }
1166
+ }
1167
+ get es() {
1168
+ return this.eh;
1169
+ }
1170
+ set es(a) {
1171
+ let b = this.eh;
1172
+ this.eh = a;
1173
+ if (b != this.eh) {
1174
+ this.dl("ThumbBrush", b, this.eh);
1175
+ }
1176
+ }
1177
+ get bn() {
1178
+ return this.ay;
1179
+ }
1180
+ set bn(a) {
1181
+ let b = this.ay;
1182
+ this.ay = a;
1183
+ if (b != this.ay) {
1184
+ this.dl("ThumbStrokeThickness", b, this.ay);
1185
+ }
1186
+ }
1187
+ get et() {
1188
+ return this.ei;
1189
+ }
1190
+ set et(a) {
1191
+ let b = this.ei;
1192
+ this.ei = a;
1193
+ if (b != this.ei) {
1194
+ this.dl("ThumbOutline", b, this.ei);
1195
+ }
1196
+ }
1197
+ get bo() {
1198
+ return this.az;
1199
+ }
1200
+ set bo(a) {
1201
+ let b = this.az;
1202
+ this.az = a;
1203
+ if (b != this.az) {
1204
+ this.dl("ThumbWidth", b, this.az);
1205
+ }
1206
+ }
1207
+ get bm() {
1208
+ return this.ax;
1209
+ }
1210
+ set bm(a) {
1211
+ let b = this.ax;
1212
+ this.ax = a;
1213
+ if (b != this.ax) {
1214
+ this.dl("ThumbHeight", b, this.ax);
1215
+ }
1216
+ }
1217
+ destroy() {
1218
+ this.provideContainer(null);
1219
+ }
1220
+ get ek() {
1221
+ return this.d9;
1222
+ }
1223
+ set ek(a) {
1224
+ let b = this.d9;
1225
+ this.d9 = a;
1226
+ if (b != this.d9) {
1227
+ this.dl("BarBrush", b, this.d9);
1228
+ }
1229
+ }
1230
+ get el() {
1231
+ return this.ea;
1232
+ }
1233
+ set el(a) {
1234
+ let b = this.ea;
1235
+ this.ea = a;
1236
+ if (b != this.ea) {
1237
+ this.dl("BarOutline", b, this.ea);
1238
+ }
1239
+ }
1240
+ get bc() {
1241
+ return this.al;
1242
+ }
1243
+ set bc(a) {
1244
+ let b = this.al;
1245
+ this.al = a;
1246
+ if (b != this.al) {
1247
+ this.dl("BarStrokeThickness", b, this.al);
1248
+ }
1249
+ }
1250
+ get ep() {
1251
+ return this.ee;
1252
+ }
1253
+ set ep(a) {
1254
+ let b = this.ee;
1255
+ this.ee = a;
1256
+ if (b != this.ee) {
1257
+ this.dl("RangeThumbBrush", b, this.ee);
1258
+ }
1259
+ }
1260
+ get eq() {
1261
+ return this.ef;
1262
+ }
1263
+ set eq(a) {
1264
+ let b = this.ef;
1265
+ this.ef = a;
1266
+ if (b != this.ef) {
1267
+ this.dl("RangeThumbOutline", b, this.ef);
1268
+ }
1269
+ }
1270
+ get bj() {
1271
+ return this.au;
1272
+ }
1273
+ set bj(a) {
1274
+ let b = this.au;
1275
+ this.au = a;
1276
+ if (b != this.au) {
1277
+ this.dl("RangeThumbStrokeThickness", b, this.au);
1278
+ }
1279
+ }
1280
+ get er() {
1281
+ return this.eg;
1282
+ }
1283
+ set er(a) {
1284
+ let b = this.eg;
1285
+ this.eg = a;
1286
+ if (b != this.eg) {
1287
+ this.dl("RangeThumbRidgesBrush", b, this.eg);
1288
+ }
1289
+ }
1290
+ get eu() {
1291
+ return this.ej;
1292
+ }
1293
+ set eu(a) {
1294
+ let b = this.ej;
1295
+ this.ej = a;
1296
+ if (b != this.ej) {
1297
+ this.dl("ThumbRidgesBrush", b, this.ej);
1298
+ }
1299
+ }
1300
+ get em() {
1301
+ return this.eb;
1302
+ }
1303
+ set em(a) {
1304
+ let b = this.eb;
1305
+ this.eb = a;
1306
+ if (b != this.eb) {
1307
+ this.dl("CalloutBrush", b, this.eb);
1308
+ }
1309
+ }
1310
+ get eo() {
1311
+ return this.ed;
1312
+ }
1313
+ set eo(a) {
1314
+ let b = this.ed;
1315
+ this.ed = a;
1316
+ if (b != this.ed) {
1317
+ this.dl("CalloutTextColor", b, this.ed);
1318
+ }
1319
+ }
1320
+ get en() {
1321
+ return this.ec;
1322
+ }
1323
+ set en(a) {
1324
+ let b = this.ec;
1325
+ this.ec = a;
1326
+ if (b != this.ec) {
1327
+ this.dl("CalloutOutline", b, this.ec);
1328
+ }
1329
+ }
1330
+ get bd() {
1331
+ return this.am;
1332
+ }
1333
+ set bd(a) {
1334
+ let b = this.am;
1335
+ this.am = a;
1336
+ if (b != this.am) {
1337
+ this.dl("CalloutStrokeThickness", b, this.am);
1338
+ }
1339
+ }
1340
+ get ac() {
1341
+ return false;
1342
+ }
1343
+ get aa() {
1344
+ return false;
1345
+ }
1346
+ get z() {
1347
+ return false;
1348
+ }
1349
+ get ab() {
1350
+ return false;
1351
+ }
1352
+ dl(a, b, c) {
1353
+ this.du(a, b, c);
1354
+ if (this.propertyChanged != null) {
1355
+ this.propertyChanged(this, new PropertyChangedEventArgs(a));
1356
+ }
1357
+ }
1358
+ du(a, b, c) {
1359
+ switch (a) {
1360
+ case "PixelScalingRatio":
1361
+ this.a9 = this.bh;
1362
+ break;
1363
+ case "ActualPixelScalingRatio":
1364
+ if (this.k != null) {
1365
+ this.k.aw();
1366
+ }
1367
+ break;
1368
+ case "YPosition":
1369
+ {
1370
+ this.q = true;
1371
+ this.ba = this.br(b, c);
1372
+ this.trackDirty();
1373
+ if (!this.r) {
1374
+ this.b0 = this.bt(this.ba);
1375
+ }
1376
+ this.q = false;
1377
+ }
1378
+ break;
1379
+ case "YValue":
1380
+ {
1381
+ this.r = true;
1382
+ if (!this.q) {
1383
+ this.bw = this.bs(this.b0);
1384
+ this.ba = this.br(this.bw, this.bw);
1385
+ this.trackDirty();
1386
+ }
1387
+ this.dt(this, b, c);
1388
+ this.r = false;
1389
+ }
1390
+ break;
1391
+ case "Orientation":
1392
+ this.dk();
1393
+ this.trackDirty();
1394
+ break;
1395
+ case "TrackStartInset":
1396
+ case "TrackEndInset":
1397
+ case "StartInset":
1398
+ case "EndInset":
1399
+ this.de();
1400
+ this.trackDirty();
1401
+ break;
1402
+ case "Min":
1403
+ case "Max":
1404
+ this.dm();
1405
+ this.trackDirty();
1406
+ break;
1407
+ case "ThumbBrush":
1408
+ case "ThumbOutline":
1409
+ case "ThumbRidgesBrush":
1410
+ case "ThumbStrokeThickness":
1411
+ this.d7();
1412
+ this.k.aq();
1413
+ break;
1414
+ case "ThumbWidth":
1415
+ case "ThumbHeight":
1416
+ for (let d = 0; d < this.thumbs.count; d++) {
1417
+ let e = this.thumbs._inner[d];
1418
+ let f = this.k.f(e);
1419
+ f.width = this.bo;
1420
+ f.height = this.bm;
1421
+ }
1422
+ this.trackDirty();
1423
+ break;
1424
+ case "RangeThumbBrush":
1425
+ case "RangeThumbOutline":
1426
+ case "RangeThumbRidgesBrush":
1427
+ case "RangeThumbStrokeThickness":
1428
+ this.d4();
1429
+ this.k.aq();
1430
+ break;
1431
+ case "BarBrush":
1432
+ case "BarOutline":
1433
+ case "BarStrokeThickness":
1434
+ this.d1();
1435
+ this.k.aq();
1436
+ break;
1437
+ case "CalloutBrush":
1438
+ case "CalloutOutline":
1439
+ case "CalloutTextColor":
1440
+ case "CalloutStrokeThickness":
1441
+ this.d2();
1442
+ this.k.aq();
1443
+ break;
1444
+ }
1445
+ }
1446
+ d1() {
1447
+ let a = this.k.b;
1448
+ if (this.ek == null) {
1449
+ a.barBox._fill = a.getBarBoxDefaultBrush();
1450
+ }
1451
+ else {
1452
+ a.barBox._fill = this.ek;
1453
+ }
1454
+ if (this.el == null) {
1455
+ a.barBox._stroke = a.getBarBoxDefaultOutline();
1456
+ }
1457
+ else {
1458
+ a.barBox._stroke = this.el;
1459
+ }
1460
+ if (isNaN_(this.bc)) {
1461
+ a.barBox.ad = a.getBarBoxDefaultStrokeThickness();
1462
+ }
1463
+ else {
1464
+ a.barBox.ad = this.bc;
1465
+ }
1466
+ }
1467
+ d2() {
1468
+ for (let a = 0; a < this.thumbs.count; a++) {
1469
+ let b = this.k.d(this.thumbs._inner[a]);
1470
+ if (this.em == null) {
1471
+ b.calloutBox._fill = b.getCalloutBoxDefaultBrush();
1472
+ }
1473
+ else {
1474
+ b.calloutBox._fill = this.em;
1475
+ }
1476
+ if (this.en == null) {
1477
+ b.calloutBox._stroke = b.getCalloutBoxDefaultStroke();
1478
+ }
1479
+ else {
1480
+ b.calloutBox._stroke = this.en;
1481
+ }
1482
+ if (this.eo == null) {
1483
+ b.calloutText.ao = b.getCalloutTextDefaultBrush();
1484
+ }
1485
+ else {
1486
+ b.calloutText.ao = this.eo;
1487
+ }
1488
+ if (isNaN_(this.bd)) {
1489
+ b.calloutBox.ad = b.getCalloutBoxDefaultStrokeThickness();
1490
+ }
1491
+ else {
1492
+ b.calloutBox.ad = this.bd;
1493
+ }
1494
+ }
1495
+ }
1496
+ d7() {
1497
+ for (let a = 0; a < this.thumbs.count; a++) {
1498
+ let b = this.k.f(this.thumbs._inner[a]);
1499
+ if (this.es == null) {
1500
+ b.thumbBox._fill = b.getThumbBoxDefaultBrush();
1501
+ }
1502
+ else {
1503
+ b.thumbBox._fill = this.es;
1504
+ }
1505
+ if (this.et == null) {
1506
+ b.thumbBox._stroke = b.getThumbBoxDefaultStroke();
1507
+ }
1508
+ else {
1509
+ b.thumbBox._stroke = this.et;
1510
+ }
1511
+ if (this.eu == null) {
1512
+ b.thumbRidges._stroke = b.getThumbRidgesDefaultStroke();
1513
+ }
1514
+ else {
1515
+ b.thumbRidges._stroke = this.eu;
1516
+ }
1517
+ if (isNaN_(this.bn)) {
1518
+ b.thumbBox.ad = b.getThumbBoxDefaultStrokeThickness();
1519
+ }
1520
+ else {
1521
+ b.thumbBox.ad = this.bn;
1522
+ }
1523
+ }
1524
+ }
1525
+ d4() {
1526
+ for (let a = 0; a < this.ah.count; a++) {
1527
+ let b = this.k.c(this.ah._inner[a]);
1528
+ if (this.ep == null) {
1529
+ b.thumbBox._fill = b.getThumbBoxDefaultBrush();
1530
+ }
1531
+ else {
1532
+ b.thumbBox._fill = this.ep;
1533
+ }
1534
+ if (this.eq == null) {
1535
+ b.thumbBox._stroke = b.getThumbBoxDefaultStroke();
1536
+ }
1537
+ else {
1538
+ b.thumbBox._stroke = this.eq;
1539
+ }
1540
+ if (this.er == null) {
1541
+ b.thumbRidges._stroke = b.getThumbRidgesDefaultStroke();
1542
+ }
1543
+ else {
1544
+ b.thumbRidges._stroke = this.er;
1545
+ }
1546
+ if (isNaN_(this.bj)) {
1547
+ b.thumbBox.ad = b.getThumbBoxDefaultStrokeThickness();
1548
+ }
1549
+ else {
1550
+ b.thumbBox.ad = this.bj;
1551
+ }
1552
+ }
1553
+ }
1554
+ dm() {
1555
+ }
1556
+ de() {
1557
+ if (this.e0.isEmpty) {
1558
+ return;
1559
+ }
1560
+ this.ds(this.e0.left, this.e0.top, this.e0.width, this.e0.height);
1561
+ }
1562
+ dk() {
1563
+ if (this.e == 0) {
1564
+ for (let a = 0; a < this.thumbs.count; a++) {
1565
+ let b = this.k.f(this.thumbs._inner[a]);
1566
+ b.width = this.bo;
1567
+ b.height = this.bm;
1568
+ }
1569
+ }
1570
+ else if (this.e == 2) {
1571
+ for (let c = 0; c < this.thumbs.count; c++) {
1572
+ let d = this.k.f(this.thumbs._inner[c]);
1573
+ d.width = this.bo;
1574
+ d.height = this.bm;
1575
+ }
1576
+ }
1577
+ else {
1578
+ for (let e = 0; e < this.thumbs.count; e++) {
1579
+ let f = this.k.f(this.thumbs._inner[e]);
1580
+ f.width = this.bo;
1581
+ f.height = this.bm;
1582
+ }
1583
+ }
1584
+ if (this.e0.isEmpty) {
1585
+ return;
1586
+ }
1587
+ this.ds(this.e0.left, this.e0.top, this.e0.width, this.e0.height);
1588
+ }
1589
+ provideContainer(a) {
1590
+ this.k.ax(a);
1591
+ }
1592
+ notifySizeChanged() {
1593
+ this.k.ar();
1594
+ }
1595
+ constructor() {
1596
+ super();
1597
+ this.g = new MultiSliderThumbCollection();
1598
+ this.ag = new List$1(MultiSliderTrackThumbRange.$, 0);
1599
+ this.k = null;
1600
+ this.propertyChanged = null;
1601
+ this.b1 = 500;
1602
+ this.as = 0;
1603
+ this.ar = 100;
1604
+ this.aw = NaN;
1605
+ this.a2 = 100;
1606
+ this.a3 = 0;
1607
+ this.a5 = NaN;
1608
+ this.at = NaN;
1609
+ this.ai = 1;
1610
+ this.resolvingToolTipValue = null;
1611
+ this.ex = new Rect(0, 0, 0, 1, 1);
1612
+ this.x = false;
1613
+ this.a8 = 0;
1614
+ this.a4 = 0;
1615
+ this.aj = 0;
1616
+ this.b = null;
1617
+ this.a = null;
1618
+ this.ew = null;
1619
+ this.ev = null;
1620
+ this.e2 = new Thickness(1, 5, 5, 5, 5);
1621
+ this.e0 = null;
1622
+ this.ey = null;
1623
+ this.ez = null;
1624
+ this.av = 0;
1625
+ this.ap = 0;
1626
+ this.a1 = 15;
1627
+ this.a0 = 15;
1628
+ this.a7 = 15;
1629
+ this.a6 = 15;
1630
+ this.ak = 10;
1631
+ this.d = 0;
1632
+ this.eh = null;
1633
+ this.ay = 1;
1634
+ this.ei = null;
1635
+ this.az = 22;
1636
+ this.ax = 22;
1637
+ this.d9 = null;
1638
+ this.ea = null;
1639
+ this.al = 0;
1640
+ this.ee = null;
1641
+ this.ef = null;
1642
+ this.au = 1;
1643
+ this.eg = null;
1644
+ this.ej = null;
1645
+ this.eb = null;
1646
+ this.ed = null;
1647
+ this.ec = null;
1648
+ this.am = 1;
1649
+ this.t = false;
1650
+ this.n = null;
1651
+ this.p = null;
1652
+ this.q = false;
1653
+ this.r = false;
1654
+ this.ao = 0;
1655
+ this.an = 0;
1656
+ this.aq = 0;
1657
+ this.s = false;
1658
+ this.thumbValueChanging = null;
1659
+ this.thumbValueChanged = null;
1660
+ this.yValueChanging = null;
1661
+ this.yValueChanged = null;
1662
+ let a = this.thumbs;
1663
+ a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.dz));
1664
+ this.a = ((() => {
1665
+ let $ret = new MultiSliderHitInfo();
1666
+ $ret.c = 3;
1667
+ return $ret;
1668
+ })());
1669
+ this.e0 = Rect.empty;
1670
+ this.ey = Rect.empty;
1671
+ this.ez = Rect.empty;
1672
+ this.k = new MultiSliderView(this);
1673
+ this.n = this.k.k();
1674
+ }
1675
+ dz(a, b) {
1676
+ if (b.oldItems != null) {
1677
+ for (let c of fromEn(b.oldItems)) {
1678
+ if (c != null) {
1679
+ c.propertyUpdated = delegateRemove(c.propertyUpdated, runOn(this, this.c9));
1680
+ }
1681
+ this.dp(c);
1682
+ }
1683
+ }
1684
+ if (b.newItems != null) {
1685
+ for (let d of fromEn(b.newItems)) {
1686
+ if (d != null) {
1687
+ d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.c9));
1688
+ }
1689
+ this.dn(d);
1690
+ }
1691
+ }
1692
+ this.trackDirty();
1693
+ }
1694
+ dn(a) {
1695
+ a.e = this;
1696
+ a.c = this.k.e(a, this.thumbs.indexOf(a));
1697
+ }
1698
+ dp(a) {
1699
+ a.e = null;
1700
+ this.k.az(a);
1701
+ }
1702
+ c9(a, b) {
1703
+ this.trackDirty();
1704
+ }
1705
+ c7() {
1706
+ this.k.ak();
1707
+ }
1708
+ trackDirty() {
1709
+ this.s = true;
1710
+ if (this.k == null) {
1711
+ return;
1712
+ }
1713
+ this.k.aq();
1714
+ }
1715
+ updateActualPosition(a, b) {
1716
+ if (isNaN_(this.bl)) {
1717
+ return b;
1718
+ }
1719
+ let c = this.bg + b * (this.bf - this.bg);
1720
+ let d = c / this.bl;
1721
+ d = Math.round(d);
1722
+ let e = d * this.bl;
1723
+ let f = (e - this.bg) / (this.bf - this.bg);
1724
+ return f;
1725
+ }
1726
+ updateThumbValue(a) {
1727
+ return this.bg + a * (this.bf - this.bg);
1728
+ }
1729
+ updateThumbPosition(a) {
1730
+ return (a - this.bg) / (this.bf - this.bg);
1731
+ }
1732
+ br(a, b) {
1733
+ if (isNaN_(this.bl)) {
1734
+ return b;
1735
+ }
1736
+ let c = this.bv + b * (this.bu - this.bv);
1737
+ let d = c / this.bl;
1738
+ d = Math.round(d);
1739
+ let e = d * this.bl;
1740
+ let f = (e - this.bv) / (this.bu - this.bv);
1741
+ return f;
1742
+ }
1743
+ bt(a) {
1744
+ return this.bv + a * (this.bu - this.bv);
1745
+ }
1746
+ bs(a) {
1747
+ return (a - this.bv) / (this.bu - this.bv);
1748
+ }
1749
+ onThumbValueUpdated(a, b, c) {
1750
+ if (this.thumbValueChanging != null) {
1751
+ this.thumbValueChanging(this, ((() => {
1752
+ let $ret = new MultiSliderThumbValueChangingEventArgs();
1753
+ $ret.b = c;
1754
+ $ret.a = a;
1755
+ return $ret;
1756
+ })()));
1757
+ }
1758
+ }
1759
+ dt(a, b, c) {
1760
+ if (this.yValueChanging != null) {
1761
+ this.yValueChanging(this, ((() => {
1762
+ let $ret = new MultiSliderYValueChangingEventArgs();
1763
+ $ret.a = c;
1764
+ return $ret;
1765
+ })()));
1766
+ }
1767
+ }
1768
+ dw() {
1769
+ if (this.k != null) {
1770
+ this.k.a3();
1771
+ }
1772
+ }
1773
+ c8() {
1774
+ if (this.k != null) {
1775
+ this.k.ao();
1776
+ }
1777
+ }
1778
+ }
1779
+ export { MultiSlider };