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,1343 @@
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, delegateCombine, enumGetBox, delegateRemove, fromEn } from "igniteui-webcomponents-core";
8
+ import { List$1 } from "igniteui-webcomponents-core";
9
+ import { XButton } from "./XButton";
10
+ import { ButtonGroupOrientation_$type } from "./ButtonGroupOrientation";
11
+ import { ButtonGroupDisplayStyle_$type } from "./ButtonGroupDisplayStyle";
12
+ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
13
+ import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
14
+ import { XButtonGroupButtonCollection } from "./XButtonGroupButtonCollection";
15
+ import { ThemeResolver } from "./ThemeResolver";
16
+ import { ButtonDisplayStyle_$type } from "./ButtonDisplayStyle";
17
+ import { CornerRadius } from "igniteui-webcomponents-core";
18
+ import { ButtonGroupSelectionChangedEventArgs } from "./ButtonGroupSelectionChangedEventArgs";
19
+ import { ButtonGroupVisualModelExport } from "./ButtonGroupVisualModelExport";
20
+ import { AppearanceHelper } from "igniteui-webcomponents-core";
21
+ import { ButtonVisualModelExport } from "./ButtonVisualModelExport";
22
+ import { BrushUtil } from "igniteui-webcomponents-core";
23
+ import { Dictionary$2 } from "igniteui-webcomponents-core";
24
+ import { Theme } from "./Theme";
25
+ import { isNaN_ } from "igniteui-webcomponents-core";
26
+ /**
27
+ * @hidden
28
+ */
29
+ class ButtonGroupView extends Base {
30
+ static { this.$t = markType(ButtonGroupView, 'ButtonGroupView'); }
31
+ constructor() {
32
+ super();
33
+ this.a = null;
34
+ this.g = null;
35
+ this.b = null;
36
+ this.f = new List$1(Delegate_$type, 0);
37
+ this.m = null;
38
+ this.c = true;
39
+ this.h = null;
40
+ this.i = null;
41
+ this.j = null;
42
+ this.k = null;
43
+ }
44
+ v() {
45
+ }
46
+ d() {
47
+ return true;
48
+ }
49
+ p(a) {
50
+ }
51
+ r(a) {
52
+ }
53
+ q() {
54
+ }
55
+ get l() {
56
+ return this.h;
57
+ }
58
+ get ab() {
59
+ return null;
60
+ }
61
+ get e() {
62
+ return true;
63
+ }
64
+ t(a) {
65
+ if (a == null) {
66
+ for (let b of fromEnum(this.f)) {
67
+ b();
68
+ }
69
+ this.f.clear();
70
+ }
71
+ this.g = a;
72
+ a.rootWrapper.setStyleProperty("position", "relative");
73
+ let c = this.g.createElement("div");
74
+ c.addClass("ig-button-content");
75
+ c.setStyleProperty("position", "relative");
76
+ c.setStyleProperty("display", "flex");
77
+ c.setStyleProperty("flex-direction", "row");
78
+ c.setStyleProperty("flex-wrap", "no-wrap");
79
+ c.setStyleProperty("align-items", "center");
80
+ this.j = c;
81
+ this.f.add(c.listen("click", runOn(this, this.n)));
82
+ this.g.append(c);
83
+ this.g.getPortal(c, "ChildContent", (d) => {
84
+ let comp_ = d.componentRef;
85
+ this.k = comp_;
86
+ if (this.a.k == 0) {
87
+ this.j.setStyleProperty("flex-direction", "row");
88
+ comp_.display = 'flex';
89
+ comp_.flexDirection = 'row';
90
+ }
91
+ else {
92
+ this.j.setStyleProperty("flex-direction", "column");
93
+ comp_.display = 'flex';
94
+ comp_.flexDirection = 'column';
95
+ }
96
+ }, true);
97
+ this.a.dc();
98
+ }
99
+ z(a) {
100
+ if (this.m != a) {
101
+ this.m = a;
102
+ if (this.i != null) {
103
+ this.i.setAttribute("d", this.m);
104
+ }
105
+ }
106
+ }
107
+ y() {
108
+ let comp_ = this.k;
109
+ if (comp_ != null) {
110
+ if (this.a.k == 0) {
111
+ this.j.setStyleProperty("flex-direction", "row");
112
+ comp_.display = 'flex';
113
+ comp_.flexDirection = 'row';
114
+ }
115
+ else {
116
+ this.j.setStyleProperty("flex-direction", "column");
117
+ comp_.display = 'flex';
118
+ comp_.flexDirection = 'column';
119
+ }
120
+ }
121
+ }
122
+ n(a) {
123
+ }
124
+ w() {
125
+ if (this.d()) {
126
+ }
127
+ }
128
+ s() {
129
+ this.c = true;
130
+ }
131
+ u() {
132
+ this.c = false;
133
+ for (let a of fromEnum(this.f)) {
134
+ a();
135
+ }
136
+ this.f.clear();
137
+ }
138
+ aa(a) {
139
+ if (a != null) {
140
+ this.g.rootWrapper.setStyleProperty("font", a.fontString);
141
+ }
142
+ }
143
+ x(a) {
144
+ if (this.a.k == 0) {
145
+ a.f1 = "flex";
146
+ a.g5 = "row";
147
+ a.fc = "center";
148
+ }
149
+ else {
150
+ a.f1 = "flex";
151
+ a.g5 = "column";
152
+ a.fc = "stretch";
153
+ }
154
+ }
155
+ o(a) {
156
+ this.j.append(a);
157
+ }
158
+ }
159
+ export { ButtonGroupView };
160
+ /**
161
+ * @hidden
162
+ */
163
+ class XButtonGroup extends Base {
164
+ static { this.$t = markType(XButtonGroup, 'XButtonGroup', Base.$, [INotifyPropertyChanged_$type]); }
165
+ constructor() {
166
+ super();
167
+ this.h = 1;
168
+ this.o = 0;
169
+ this.s = 1;
170
+ this.r = 1;
171
+ this.a = new Array(0);
172
+ this.v = false;
173
+ this._view = null;
174
+ this.ay = XButtonGroup.n.y(XButtonGroup.p, 1, enumGetBox(ButtonDisplayStyle_$type, 2), "CornerRadius").d;
175
+ this.g0 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "BackgroundColor");
176
+ this.g2 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBackgroundColor");
177
+ this.g1 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderColor");
178
+ this.g3 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBorderColor");
179
+ this.ax = XButtonGroup.n.i(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderWidth");
180
+ this.g7 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "TextColor");
181
+ this.g4 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledTextColor");
182
+ this.g8 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "SelectedBackgroundColor");
183
+ this.hb = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "SelectedTextColor");
184
+ this.g5 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverBackgroundColor");
185
+ this.g6 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverTextColor");
186
+ this.g9 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverSelectedBackgroundColor");
187
+ this.ha = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverSelectedTextColor");
188
+ this.as = XButtonGroup.n.y(XButtonGroup.p, 1, enumGetBox(ButtonDisplayStyle_$type, 1), "CornerRadius").d;
189
+ this.f0 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "BackgroundColor");
190
+ this.f2 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBackgroundColor");
191
+ this.f1 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderColor");
192
+ this.f3 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBorderColor");
193
+ this.ar = XButtonGroup.n.i(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderWidth");
194
+ this.f7 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "TextColor");
195
+ this.f4 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledTextColor");
196
+ this.f8 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "SelectedBackgroundColor");
197
+ this.gb = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "SelectedTextColor");
198
+ this.f5 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverBackgroundColor");
199
+ this.f6 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverTextColor");
200
+ this.f9 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverSelectedBackgroundColor");
201
+ this.ga = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverSelectedTextColor");
202
+ this.ae = ThemeResolver.m(XButtonGroup.p, XButtonGroup.aw, XButtonGroup.aq);
203
+ this.dn = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.go, XButtonGroup.fo);
204
+ this.dq = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gq, XButtonGroup.fq);
205
+ this.dv = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gv, XButtonGroup.fv);
206
+ this.ds = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gs, XButtonGroup.fs);
207
+ this.dp = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gp, XButtonGroup.fp);
208
+ this.dr = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gr, XButtonGroup.fr);
209
+ this.ad = ThemeResolver.m(XButtonGroup.p, XButtonGroup.av, XButtonGroup.ap);
210
+ this.dw = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gw, XButtonGroup.fw);
211
+ this.dz = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gz, XButtonGroup.fz);
212
+ this.dt = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gt, XButtonGroup.ft);
213
+ this.du = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gu, XButtonGroup.fu);
214
+ this.dx = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gx, XButtonGroup.fx);
215
+ this.dy = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gy, XButtonGroup.fy);
216
+ this.ai = NaN;
217
+ this.d8 = null;
218
+ this.ea = null;
219
+ this.ef = null;
220
+ this.ec = null;
221
+ this.ed = null;
222
+ this.d9 = null;
223
+ this.eb = null;
224
+ this.ah = NaN;
225
+ this.ee = null;
226
+ this.ew = null;
227
+ this.ez = null;
228
+ this.ex = null;
229
+ this.ey = null;
230
+ this.ak = NaN;
231
+ this.eg = null;
232
+ this.ei = null;
233
+ this.en = null;
234
+ this.ek = null;
235
+ this.el = null;
236
+ this.eh = null;
237
+ this.ej = null;
238
+ this.aj = NaN;
239
+ this.em = null;
240
+ this.es = null;
241
+ this.ev = null;
242
+ this.et = null;
243
+ this.eu = null;
244
+ this.ag = NaN;
245
+ this.d0 = null;
246
+ this.d2 = null;
247
+ this.d7 = null;
248
+ this.d4 = null;
249
+ this.d5 = null;
250
+ this.d1 = null;
251
+ this.d3 = null;
252
+ this.af = NaN;
253
+ this.d6 = null;
254
+ this.eo = null;
255
+ this.er = null;
256
+ this.ep = null;
257
+ this.eq = null;
258
+ this.j = 0;
259
+ this.a7 = "ig-buttongroup-" + XButtonGroup.a5++;
260
+ this.x = false;
261
+ this.w = false;
262
+ this.y = false;
263
+ this.propertyChanged = null;
264
+ this.f = new XButtonGroupButtonCollection();
265
+ this.selectionChanged = null;
266
+ let a = new ButtonGroupView();
267
+ a.a = this;
268
+ this.view = a;
269
+ this.view.v();
270
+ let b = this.f;
271
+ b.collectionChanged = delegateCombine(b.collectionChanged, runOn(this, this.c4));
272
+ let c = this.f;
273
+ c.collectionResetting = delegateCombine(c.collectionResetting, runOn(this, this.c5));
274
+ }
275
+ get i() {
276
+ return this.h;
277
+ }
278
+ set i(a) {
279
+ let b = this.h;
280
+ this.h = a;
281
+ if (b != this.h) {
282
+ this.db("DisplayType", enumGetBox(ButtonGroupDisplayStyle_$type, b), enumGetBox(ButtonGroupDisplayStyle_$type, a));
283
+ }
284
+ }
285
+ get q() {
286
+ return this.o;
287
+ }
288
+ set q(a) {
289
+ let b = this.o;
290
+ this.o = a;
291
+ if (b != this.o) {
292
+ this.db("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
293
+ }
294
+ }
295
+ c5(a, b) {
296
+ for (let c of fromEnum(this.buttons)) {
297
+ c.clicked = delegateRemove(c.clicked, runOn(this, this.c7));
298
+ }
299
+ this.dg();
300
+ this.view.q();
301
+ }
302
+ appendContentChild(a) {
303
+ this.view.o(a);
304
+ }
305
+ c4(a, b) {
306
+ if (b.oldItems != null) {
307
+ for (let c of fromEn(b.oldItems)) {
308
+ let d = c;
309
+ if (d != null) {
310
+ d.clicked = delegateRemove(d.clicked, runOn(this, this.c7));
311
+ }
312
+ this.view.r(d);
313
+ }
314
+ }
315
+ if (b.newItems != null) {
316
+ for (let e of fromEn(b.newItems)) {
317
+ let f = e;
318
+ if (f != null) {
319
+ f.clicked = delegateCombine(f.clicked, runOn(this, this.c7));
320
+ }
321
+ this.view.p(f);
322
+ }
323
+ }
324
+ this.dg();
325
+ }
326
+ c7(a, b) {
327
+ let c = a;
328
+ let d = this.buttons.indexOf(c);
329
+ this.df(c, d);
330
+ }
331
+ get u() {
332
+ return this.s;
333
+ }
334
+ set u(a) {
335
+ let b = this.s;
336
+ this.s = a;
337
+ if (b != this.s) {
338
+ this.db("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
339
+ }
340
+ }
341
+ get t() {
342
+ return this.r;
343
+ }
344
+ set t(a) {
345
+ let b = this.r;
346
+ this.r = a;
347
+ if (b != this.r) {
348
+ this.db("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
349
+ }
350
+ }
351
+ get d() {
352
+ return this.a;
353
+ }
354
+ set d(a) {
355
+ let b = this.a;
356
+ this.a = a;
357
+ if (b != this.a) {
358
+ this.db("SelectedIndices", b, a);
359
+ }
360
+ }
361
+ df(a, b) {
362
+ this.v = true;
363
+ if (this.ab(a)) {
364
+ this.d = this.b(this.d, a, b);
365
+ }
366
+ else {
367
+ if (!this.aa) {
368
+ this.d = new Array(0);
369
+ }
370
+ this.d = this.c(this.d, a, b);
371
+ }
372
+ this.dg();
373
+ this.v = false;
374
+ if (this.selectionChanged != null) {
375
+ this.selectionChanged(this, new ButtonGroupSelectionChangedEventArgs());
376
+ }
377
+ }
378
+ c(a, b, c) {
379
+ let d = new Array(Math.max(0, this.a.length + 1));
380
+ let e = 0;
381
+ for (let f = 0; f < this.a.length; f++) {
382
+ if (this.a[f] != c) {
383
+ d[e] = this.a[f];
384
+ e++;
385
+ }
386
+ }
387
+ d[e] = c;
388
+ return d;
389
+ }
390
+ b(a, b, c) {
391
+ let d = new Array(Math.max(0, this.a.length - 1));
392
+ let e = 0;
393
+ for (let f = 0; f < this.a.length; f++) {
394
+ if (this.a[f] != c) {
395
+ d[e] = this.a[f];
396
+ e++;
397
+ }
398
+ }
399
+ return d;
400
+ }
401
+ get view() {
402
+ return this._view;
403
+ }
404
+ set view(a) {
405
+ this._view = a;
406
+ }
407
+ destroy() {
408
+ this.provideContainer(null);
409
+ }
410
+ db(a, b, c) {
411
+ if (this.propertyChanged != null) {
412
+ this.propertyChanged(this, new PropertyChangedEventArgs(a));
413
+ }
414
+ this.dd(a, b, c);
415
+ }
416
+ dd(a, b, c) {
417
+ switch (a) {
418
+ case "BaseTheme":
419
+ this.di(this.q);
420
+ this.dh();
421
+ break;
422
+ case "DisplayType":
423
+ case "ItemBorderColor":
424
+ case "ItemDisabledBorderColor":
425
+ case "ItemBackgroundColor":
426
+ case "ItemDisabledBackgroundColor":
427
+ case "SelectedItemBackgroundColor":
428
+ case "ItemTextColor":
429
+ case "ItemDisabledTextColor":
430
+ case "SelectedItemTextColor":
431
+ case "ItemHoverBackgroundColor":
432
+ case "SelectedItemHoverBackgroundColor":
433
+ case "ItemHoverTextColor":
434
+ case "SelectedItemHoverTextColor":
435
+ case "OutlinedItemBorderColor":
436
+ case "OutlinedItemDisabledBorderColor":
437
+ case "OutlinedItemBackgroundColor":
438
+ case "OutlinedItemDisabledBackgroundColor":
439
+ case "OutlinedSelectedItemBackgroundColor":
440
+ case "OutlinedItemTextColor":
441
+ case "OutlinedItemDisabledTextColor":
442
+ case "OutlinedSelectedItemTextColor":
443
+ case "OutlinedItemHoverBackgroundColor":
444
+ case XButtonGroup.cw:
445
+ case "OutlinedItemHoverTextColor":
446
+ case "OutlinedSelectedItemHoverTextColor":
447
+ case "FlatItemBorderColor":
448
+ case "FlatItemDisabledBorderColor":
449
+ case "FlatItemBackgroundColor":
450
+ case "FlatItemDisabledBackgroundColor":
451
+ case "FlatSelectedItemBackgroundColor":
452
+ case "FlatItemTextColor":
453
+ case "FlatItemDisabledTextColor":
454
+ case "FlatSelectedItemTextColor":
455
+ case "FlatItemHoverBackgroundColor":
456
+ case "FlatSelectedItemHoverBackgroundColor":
457
+ case "FlatItemHoverTextColor":
458
+ case "FlatSelectedItemHoverTextColor":
459
+ this.dh();
460
+ break;
461
+ case "ActualItemBorderColor":
462
+ case "ActualItemDisabledBorderColor":
463
+ case "ActualItemDisabledBackgroundColor":
464
+ case "ActualItemBackgroundColor":
465
+ case "ActualItemTextColor":
466
+ case "ActualItemDisabledTextColor":
467
+ case "ActualSelectedItemTextColor":
468
+ case "ActualSelectedItemBackgroundColor":
469
+ this.dg();
470
+ break;
471
+ case "Orientation":
472
+ this.view.y();
473
+ this.dg();
474
+ break;
475
+ case "Density":
476
+ this.t = this.u == 0 ? 1 : this.u;
477
+ break;
478
+ case "ActualDensity":
479
+ for (let d = 0; d < this.buttons.count; d++) {
480
+ this.buttons._inner[d].s = this.t;
481
+ }
482
+ break;
483
+ case "IsDisabled":
484
+ for (let e = 0; e < this.buttons.count; e++) {
485
+ this.buttons._inner[e].disabled = this.disabled;
486
+ }
487
+ break;
488
+ case "SelectedIndices":
489
+ if (!this.v) {
490
+ this.dg();
491
+ }
492
+ break;
493
+ }
494
+ }
495
+ dm(a, b) {
496
+ return new CornerRadius(1, !isNaN_(a.d) ? a.d : b.d, !isNaN_(a.e) ? a.e : b.e, !isNaN_(a.c) ? a.c : b.c, !isNaN_(a.b) ? a.b : b.b);
497
+ }
498
+ dh() {
499
+ switch (this.i) {
500
+ case 1:
501
+ this.am = !isNaN_(this.a2) ? this.a2 : this.ay;
502
+ this.e0 = this.ho != null ? this.ho : this.g0;
503
+ this.e2 = this.hq != null ? this.hq : this.g2;
504
+ this.e7 = this.hv != null ? this.hv : this.g7;
505
+ this.e4 = this.hs != null ? this.hs : this.g4;
506
+ this.e1 = this.hp != null ? this.hp : this.g1;
507
+ this.e3 = this.hr != null ? this.hr : this.g3;
508
+ this.al = !isNaN_(this.a1) ? this.a1 : this.ax;
509
+ this.e8 = this.h8 != null ? this.h8 : this.g8;
510
+ this.fb = this.ib != null ? this.ib : this.hb;
511
+ this.e5 = this.ht != null ? this.ht : this.g5;
512
+ this.e6 = this.hu != null ? this.hu : this.g6;
513
+ this.e9 = this.h9 != null ? this.h9 : this.g9;
514
+ this.fa = this.ia != null ? this.ia : this.ha;
515
+ break;
516
+ case 0:
517
+ this.am = !isNaN_(this.a2) ? this.a2 : this.as;
518
+ this.e0 = this.ho != null ? this.ho : this.f0;
519
+ this.e2 = this.hq != null ? this.hq : this.f2;
520
+ this.e7 = this.hv != null ? this.hv : this.f7;
521
+ this.e4 = this.hs != null ? this.hs : this.f4;
522
+ this.e1 = this.hp != null ? this.hp : this.f1;
523
+ this.e3 = this.hr != null ? this.hr : this.f3;
524
+ this.al = !isNaN_(this.a1) ? this.a1 : this.ar;
525
+ this.e8 = this.h8 != null ? this.h8 : this.f8;
526
+ this.fb = this.ib != null ? this.ib : this.gb;
527
+ this.e5 = this.ht != null ? this.ht : this.f5;
528
+ this.e6 = this.hu != null ? this.hu : this.f6;
529
+ this.e9 = this.h9 != null ? this.h9 : this.f9;
530
+ this.fa = this.ia != null ? this.ia : this.ga;
531
+ break;
532
+ }
533
+ }
534
+ dg() {
535
+ for (let a = 0; a < this.buttons.count; a++) {
536
+ let b = this.buttons._inner[a];
537
+ b.s = this.t;
538
+ if (a == 0) {
539
+ this.dj(b);
540
+ }
541
+ else if (a == this.buttons.count - 1) {
542
+ this.dk(b);
543
+ }
544
+ else {
545
+ this.dl(b);
546
+ }
547
+ b.e = 1;
548
+ b.a3 = false;
549
+ if (this.w) {
550
+ b.disabled = this.disabled;
551
+ }
552
+ b.n7 = this.e1;
553
+ b.bl = this.al;
554
+ b.pv = this.e3;
555
+ b.pu = this.e2;
556
+ b.pw = this.e4;
557
+ this.view.x(b);
558
+ if (this.ab(b)) {
559
+ b.n6 = this.e8;
560
+ b.rl = this.fb;
561
+ b.ql = this.e9;
562
+ b.qm = this.fa;
563
+ }
564
+ else {
565
+ b.n6 = this.e0;
566
+ b.rl = this.e7;
567
+ b.ql = this.e5;
568
+ b.qm = this.e6;
569
+ }
570
+ }
571
+ }
572
+ ab(a) {
573
+ let b = this.buttons.indexOf(a);
574
+ for (let c = 0; c < this.d.length; c++) {
575
+ if (this.d[c] == b) {
576
+ return true;
577
+ }
578
+ }
579
+ return false;
580
+ }
581
+ dl(a) {
582
+ a.k6 = new CornerRadius(1, 0, 0, 0, 0);
583
+ }
584
+ dk(a) {
585
+ if (this.k == 1) {
586
+ a.k6 = new CornerRadius(1, 0, 0, this.am, this.am);
587
+ }
588
+ else {
589
+ a.k6 = new CornerRadius(1, 0, this.am, this.am, 0);
590
+ }
591
+ }
592
+ dj(a) {
593
+ if (this.k == 1) {
594
+ a.k6 = new CornerRadius(1, this.am, this.am, 0, 0);
595
+ }
596
+ else {
597
+ a.k6 = new CornerRadius(1, this.am, 0, 0, this.am);
598
+ }
599
+ }
600
+ static { this.p = 2; }
601
+ static { this.aw = 4; }
602
+ static { this.go = BrushUtil.l(255, 255, 255, 255); }
603
+ static { this.gq = BrushUtil.l(10, 0, 0, 0); }
604
+ static { this.gp = BrushUtil.l(255, 199, 199, 199); }
605
+ static { this.gr = BrushUtil.l(255, 199, 199, 199); }
606
+ static { this.av = 1; }
607
+ static { this.gv = BrushUtil.l(255, 0, 0, 0); }
608
+ static { this.gs = BrushUtil.l(66, 0, 0, 0); }
609
+ static { this.gw = BrushUtil.l(60, 0, 0, 0); }
610
+ static { this.gz = BrushUtil.l(255, 0, 0, 0); }
611
+ static { this.gt = BrushUtil.l(30, 0, 0, 0); }
612
+ static { this.gu = BrushUtil.l(255, 0, 0, 0); }
613
+ static { this.gx = BrushUtil.l(96, 0, 0, 0); }
614
+ static { this.gy = BrushUtil.l(255, 0, 0, 0); }
615
+ static { this.aq = 3; }
616
+ static { this.fo = BrushUtil.l(0, 255, 255, 255); }
617
+ static { this.fq = BrushUtil.l(10, 0, 0, 0); }
618
+ static { this.fp = BrushUtil.l(255, 33, 150, 243); }
619
+ static { this.fr = BrushUtil.l(255, 199, 199, 199); }
620
+ static { this.ap = 1; }
621
+ static { this.fv = BrushUtil.l(255, 33, 150, 243); }
622
+ static { this.fs = BrushUtil.l(66, 0, 0, 0); }
623
+ static { this.fw = BrushUtil.l(255, 33, 150, 243); }
624
+ static { this.fz = BrushUtil.l(255, 255, 255, 255); }
625
+ static { this.ft = BrushUtil.l(26, 33, 150, 243); }
626
+ static { this.fu = BrushUtil.l(255, 33, 150, 243); }
627
+ static { this.fx = BrushUtil.l(255, 33, 150, 243); }
628
+ static { this.fy = BrushUtil.l(255, 255, 255, 255); }
629
+ static { this.au = 4; }
630
+ static { this.gc = BrushUtil.l(0, 255, 255, 255); }
631
+ static { this.ge = BrushUtil.l(10, 0, 0, 0); }
632
+ static { this.gd = BrushUtil.l(0, 0, 0, 0); }
633
+ static { this.gf = BrushUtil.l(255, 199, 199, 199); }
634
+ static { this.at = 0; }
635
+ static { this.gj = BrushUtil.l(255, 228, 28, 119); }
636
+ static { this.gg = BrushUtil.l(66, 0, 0, 0); }
637
+ static { this.gk = BrushUtil.l(30, 228, 28, 119); }
638
+ static { this.gn = BrushUtil.l(255, 228, 28, 119); }
639
+ static { this.gh = BrushUtil.l(13, 228, 28, 119); }
640
+ static { this.gi = BrushUtil.l(255, 228, 28, 119); }
641
+ static { this.gl = BrushUtil.l(30, 228, 28, 119); }
642
+ static { this.gm = BrushUtil.l(255, 228, 28, 119); }
643
+ static { this.ao = 0; }
644
+ static { this.fc = BrushUtil.l(0, 255, 255, 255); }
645
+ static { this.fe = BrushUtil.l(10, 0, 0, 0); }
646
+ static { this.fd = BrushUtil.l(0, 0, 0, 0); }
647
+ static { this.ff = BrushUtil.l(0, 0, 0, 0); }
648
+ static { this.an = 0; }
649
+ static { this.fj = BrushUtil.l(255, 119, 119, 119); }
650
+ static { this.fg = BrushUtil.l(66, 0, 0, 0); }
651
+ static { this.fk = BrushUtil.l(26, 33, 150, 243); }
652
+ static { this.fn = BrushUtil.l(255, 33, 150, 243); }
653
+ static { this.fh = BrushUtil.l(10, 33, 150, 243); }
654
+ static { this.fi = BrushUtil.l(255, 119, 119, 119); }
655
+ static { this.fl = BrushUtil.l(26, 33, 150, 243); }
656
+ static { this.fm = BrushUtil.l(255, 33, 150, 243); }
657
+ di(a) {
658
+ this.ay = XButtonGroup.n.y(a, this.r, enumGetBox(ButtonDisplayStyle_$type, 2), "CornerRadius").d;
659
+ this.g0 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "BackgroundColor");
660
+ this.g2 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBackgroundColor");
661
+ this.g1 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderColor");
662
+ this.g3 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBorderColor");
663
+ this.ax = XButtonGroup.n.i(a, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderWidth");
664
+ this.g7 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "TextColor");
665
+ this.g4 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledTextColor");
666
+ this.g8 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "SelectedBackgroundColor");
667
+ this.hb = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "SelectedTextColor");
668
+ this.g5 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverBackgroundColor");
669
+ this.g6 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverTextColor");
670
+ this.g9 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverSelectedBackgroundColor");
671
+ this.ha = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverSelectedTextColor");
672
+ this.as = XButtonGroup.n.y(a, this.r, enumGetBox(ButtonDisplayStyle_$type, 1), "CornerRadius").d;
673
+ this.f0 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "BackgroundColor");
674
+ this.f2 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBackgroundColor");
675
+ this.f1 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderColor");
676
+ this.f3 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBorderColor");
677
+ this.ar = XButtonGroup.n.i(a, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderWidth");
678
+ this.f7 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "TextColor");
679
+ this.f4 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledTextColor");
680
+ this.f8 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "SelectedBackgroundColor");
681
+ this.gb = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "SelectedTextColor");
682
+ this.f5 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverBackgroundColor");
683
+ this.f6 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverTextColor");
684
+ this.f9 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverSelectedBackgroundColor");
685
+ this.ga = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverSelectedTextColor");
686
+ }
687
+ get am() {
688
+ return this.ae;
689
+ }
690
+ set am(a) {
691
+ let b = this.ae;
692
+ this.ae = a;
693
+ if (b != this.ae) {
694
+ this.db("ActualItemCornerRadius", b, a);
695
+ }
696
+ }
697
+ get e0() {
698
+ return this.dn;
699
+ }
700
+ set e0(a) {
701
+ let b = this.dn;
702
+ this.dn = a;
703
+ if (b != this.dn) {
704
+ this.db("ActualItemBackgroundColor", b, a);
705
+ }
706
+ }
707
+ get e2() {
708
+ return this.dq;
709
+ }
710
+ set e2(a) {
711
+ let b = this.dq;
712
+ this.dq = a;
713
+ if (b != this.dq) {
714
+ this.db("ActualItemDisabledBackgroundColor", b, a);
715
+ }
716
+ }
717
+ get e7() {
718
+ return this.dv;
719
+ }
720
+ set e7(a) {
721
+ let b = this.dv;
722
+ this.dv = a;
723
+ if (b != this.dv) {
724
+ this.db("ActualItemTextColor", b, a);
725
+ }
726
+ }
727
+ get e4() {
728
+ return this.ds;
729
+ }
730
+ set e4(a) {
731
+ let b = this.ds;
732
+ this.ds = a;
733
+ if (b != this.ds) {
734
+ this.db("ActualItemDisabledTextColor", b, a);
735
+ }
736
+ }
737
+ get e1() {
738
+ return this.dp;
739
+ }
740
+ set e1(a) {
741
+ let b = this.dp;
742
+ this.dp = a;
743
+ if (b != this.dp) {
744
+ this.db("ActualItemBorderColor", b, a);
745
+ }
746
+ }
747
+ get e3() {
748
+ return this.dr;
749
+ }
750
+ set e3(a) {
751
+ let b = this.dr;
752
+ this.dr = a;
753
+ if (b != this.dr) {
754
+ this.db("ActualItemDisabledBorderColor", b, a);
755
+ }
756
+ }
757
+ get al() {
758
+ return this.ad;
759
+ }
760
+ set al(a) {
761
+ let b = this.ad;
762
+ this.ad = a;
763
+ if (b != this.ad) {
764
+ this.db("ActualItemBorderWidth", b, a);
765
+ }
766
+ }
767
+ get e8() {
768
+ return this.dw;
769
+ }
770
+ set e8(a) {
771
+ let b = this.dw;
772
+ this.dw = a;
773
+ if (b != this.dw) {
774
+ this.db("ActualSelectedItemBackgroundColor", b, a);
775
+ }
776
+ }
777
+ get fb() {
778
+ return this.dz;
779
+ }
780
+ set fb(a) {
781
+ let b = this.dz;
782
+ this.dz = a;
783
+ if (b != this.dz) {
784
+ this.db("ActualSelectedItemTextColor", b, a);
785
+ }
786
+ }
787
+ get e5() {
788
+ return this.dt;
789
+ }
790
+ set e5(a) {
791
+ let b = this.dt;
792
+ this.dt = a;
793
+ if (b != this.dt) {
794
+ this.db("ActualItemHoverBackgroundColor", b, a);
795
+ }
796
+ }
797
+ get e6() {
798
+ return this.du;
799
+ }
800
+ set e6(a) {
801
+ let b = this.du;
802
+ this.du = a;
803
+ if (b != this.du) {
804
+ this.db("ActualItemHoverTextColor", b, a);
805
+ }
806
+ }
807
+ get e9() {
808
+ return this.dx;
809
+ }
810
+ set e9(a) {
811
+ let b = this.dx;
812
+ this.dx = a;
813
+ if (b != this.dx) {
814
+ this.db("ActualSelectedItemHoverBackgroundColor", b, a);
815
+ }
816
+ }
817
+ get fa() {
818
+ return this.dy;
819
+ }
820
+ set fa(a) {
821
+ let b = this.dy;
822
+ this.dy = a;
823
+ if (b != this.dy) {
824
+ this.db("ActualSelectedItemHoverTextColor", b, a);
825
+ }
826
+ }
827
+ get a2() {
828
+ return this.ai;
829
+ }
830
+ set a2(a) {
831
+ let b = this.ai;
832
+ this.ai = a;
833
+ if (b != this.ai) {
834
+ this.db("ItemCornerRadius", b, a);
835
+ }
836
+ }
837
+ get ho() {
838
+ return this.d8;
839
+ }
840
+ set ho(a) {
841
+ let b = this.d8;
842
+ this.d8 = a;
843
+ if (b != this.d8) {
844
+ this.db("ItemBackgroundColor", b, a);
845
+ }
846
+ }
847
+ get hq() {
848
+ return this.ea;
849
+ }
850
+ set hq(a) {
851
+ let b = this.ea;
852
+ this.ea = a;
853
+ if (b != this.ea) {
854
+ this.db("ItemDisabledBackgroundColor", b, a);
855
+ }
856
+ }
857
+ get hv() {
858
+ return this.ef;
859
+ }
860
+ set hv(a) {
861
+ let b = this.ef;
862
+ this.ef = a;
863
+ if (b != this.ef) {
864
+ this.db("ItemTextColor", b, a);
865
+ }
866
+ }
867
+ get hs() {
868
+ return this.ec;
869
+ }
870
+ set hs(a) {
871
+ let b = this.ec;
872
+ this.ec = a;
873
+ if (b != this.ec) {
874
+ this.db("ItemDisabledTextColor", b, a);
875
+ }
876
+ }
877
+ get ht() {
878
+ return this.ed;
879
+ }
880
+ set ht(a) {
881
+ let b = this.ed;
882
+ this.ed = a;
883
+ if (b != this.ed) {
884
+ this.db("ItemHoverBackgroundColor", b, a);
885
+ }
886
+ }
887
+ get hp() {
888
+ return this.d9;
889
+ }
890
+ set hp(a) {
891
+ let b = this.d9;
892
+ this.d9 = a;
893
+ if (b != this.d9) {
894
+ this.db("ItemBorderColor", b, a);
895
+ }
896
+ }
897
+ get hr() {
898
+ return this.eb;
899
+ }
900
+ set hr(a) {
901
+ let b = this.eb;
902
+ this.eb = a;
903
+ if (b != this.eb) {
904
+ this.db("ItemDisabledBorderColor", b, a);
905
+ }
906
+ }
907
+ get a1() {
908
+ return this.ah;
909
+ }
910
+ set a1(a) {
911
+ let b = this.ah;
912
+ this.ah = a;
913
+ if (b != this.ah) {
914
+ this.db("ItemBorderWidth", b, a);
915
+ }
916
+ }
917
+ get hu() {
918
+ return this.ee;
919
+ }
920
+ set hu(a) {
921
+ let b = this.ee;
922
+ this.ee = a;
923
+ if (b != this.ee) {
924
+ this.db("ItemHoverTextColor", b, a);
925
+ }
926
+ }
927
+ get h8() {
928
+ return this.ew;
929
+ }
930
+ set h8(a) {
931
+ let b = this.ew;
932
+ this.ew = a;
933
+ if (b != this.ew) {
934
+ this.db("SelectedItemBackgroundColor", b, a);
935
+ }
936
+ }
937
+ get ib() {
938
+ return this.ez;
939
+ }
940
+ set ib(a) {
941
+ let b = this.ez;
942
+ this.ez = a;
943
+ if (b != this.ez) {
944
+ this.db("SelectedItemTextColor", b, a);
945
+ }
946
+ }
947
+ get h9() {
948
+ return this.ex;
949
+ }
950
+ set h9(a) {
951
+ let b = this.ex;
952
+ this.ex = a;
953
+ if (b != this.ex) {
954
+ this.db("SelectedItemHoverBackgroundColor", b, a);
955
+ }
956
+ }
957
+ get ia() {
958
+ return this.ey;
959
+ }
960
+ set ia(a) {
961
+ let b = this.ey;
962
+ this.ey = a;
963
+ if (b != this.ey) {
964
+ this.db("SelectedItemHoverTextColor", b, a);
965
+ }
966
+ }
967
+ get a4() {
968
+ return this.ak;
969
+ }
970
+ set a4(a) {
971
+ let b = this.ak;
972
+ this.ak = a;
973
+ if (b != this.ak) {
974
+ this.db("OutlinedItemCornerRadius", b, a);
975
+ }
976
+ }
977
+ get hw() {
978
+ return this.eg;
979
+ }
980
+ set hw(a) {
981
+ let b = this.eg;
982
+ this.eg = a;
983
+ if (b != this.eg) {
984
+ this.db("OutlinedItemBackgroundColor", b, a);
985
+ }
986
+ }
987
+ get hy() {
988
+ return this.ei;
989
+ }
990
+ set hy(a) {
991
+ let b = this.ei;
992
+ this.ei = a;
993
+ if (b != this.ei) {
994
+ this.db("OutlinedItemDisabledBackgroundColor", b, a);
995
+ }
996
+ }
997
+ get h3() {
998
+ return this.en;
999
+ }
1000
+ set h3(a) {
1001
+ let b = this.en;
1002
+ this.en = a;
1003
+ if (b != this.en) {
1004
+ this.db("OutlinedItemTextColor", b, a);
1005
+ }
1006
+ }
1007
+ get h0() {
1008
+ return this.ek;
1009
+ }
1010
+ set h0(a) {
1011
+ let b = this.ek;
1012
+ this.ek = a;
1013
+ if (b != this.ek) {
1014
+ this.db("OutlinedItemDisabledTextColor", b, a);
1015
+ }
1016
+ }
1017
+ get h1() {
1018
+ return this.el;
1019
+ }
1020
+ set h1(a) {
1021
+ let b = this.el;
1022
+ this.el = a;
1023
+ if (b != this.el) {
1024
+ this.db("OutlinedItemHoverBackgroundColor", b, a);
1025
+ }
1026
+ }
1027
+ get hx() {
1028
+ return this.eh;
1029
+ }
1030
+ set hx(a) {
1031
+ let b = this.eh;
1032
+ this.eh = a;
1033
+ if (b != this.eh) {
1034
+ this.db("OutlinedItemBorderColor", b, a);
1035
+ }
1036
+ }
1037
+ get hz() {
1038
+ return this.ej;
1039
+ }
1040
+ set hz(a) {
1041
+ let b = this.ej;
1042
+ this.ej = a;
1043
+ if (b != this.ej) {
1044
+ this.db("OutlinedItemDisabledBorderColor", b, a);
1045
+ }
1046
+ }
1047
+ get a3() {
1048
+ return this.aj;
1049
+ }
1050
+ set a3(a) {
1051
+ let b = this.aj;
1052
+ this.aj = a;
1053
+ if (b != this.aj) {
1054
+ this.db("OutlinedItemBorderWidth", b, a);
1055
+ }
1056
+ }
1057
+ get h2() {
1058
+ return this.em;
1059
+ }
1060
+ set h2(a) {
1061
+ let b = this.em;
1062
+ this.em = a;
1063
+ if (b != this.em) {
1064
+ this.db("OutlinedItemHoverTextColor", b, a);
1065
+ }
1066
+ }
1067
+ get h4() {
1068
+ return this.es;
1069
+ }
1070
+ set h4(a) {
1071
+ let b = this.es;
1072
+ this.es = a;
1073
+ if (b != this.es) {
1074
+ this.db("OutlinedSelectedItemBackgroundColor", b, a);
1075
+ }
1076
+ }
1077
+ get h7() {
1078
+ return this.ev;
1079
+ }
1080
+ set h7(a) {
1081
+ let b = this.ev;
1082
+ this.ev = a;
1083
+ if (b != this.ev) {
1084
+ this.db("OutlinedSelectedItemTextColor", b, a);
1085
+ }
1086
+ }
1087
+ static { this.cw = "OutlinedSelectedItemHoverBackgroundColor"; }
1088
+ get h5() {
1089
+ return this.et;
1090
+ }
1091
+ set h5(a) {
1092
+ let b = this.et;
1093
+ this.et = a;
1094
+ if (b != this.et) {
1095
+ this.db(XButtonGroup.cw, b, a);
1096
+ }
1097
+ }
1098
+ get h6() {
1099
+ return this.eu;
1100
+ }
1101
+ set h6(a) {
1102
+ let b = this.eu;
1103
+ this.eu = a;
1104
+ if (b != this.eu) {
1105
+ this.db("OutlinedSelectedItemHoverTextColor", b, a);
1106
+ }
1107
+ }
1108
+ get a0() {
1109
+ return this.ag;
1110
+ }
1111
+ set a0(a) {
1112
+ let b = this.ag;
1113
+ this.ag = a;
1114
+ if (b != this.ag) {
1115
+ this.db("FlatItemCornerRadius", b, a);
1116
+ }
1117
+ }
1118
+ get hc() {
1119
+ return this.d0;
1120
+ }
1121
+ set hc(a) {
1122
+ let b = this.d0;
1123
+ this.d0 = a;
1124
+ if (b != this.d0) {
1125
+ this.db("FlatItemBackgroundColor", b, a);
1126
+ }
1127
+ }
1128
+ get he() {
1129
+ return this.d2;
1130
+ }
1131
+ set he(a) {
1132
+ let b = this.d2;
1133
+ this.d2 = a;
1134
+ if (b != this.d2) {
1135
+ this.db("FlatItemDisabledBackgroundColor", b, a);
1136
+ }
1137
+ }
1138
+ get hj() {
1139
+ return this.d7;
1140
+ }
1141
+ set hj(a) {
1142
+ let b = this.d7;
1143
+ this.d7 = a;
1144
+ if (b != this.d7) {
1145
+ this.db("FlatItemTextColor", b, a);
1146
+ }
1147
+ }
1148
+ get hg() {
1149
+ return this.d4;
1150
+ }
1151
+ set hg(a) {
1152
+ let b = this.d4;
1153
+ this.d4 = a;
1154
+ if (b != this.d4) {
1155
+ this.db("FlatItemDisabledTextColor", b, a);
1156
+ }
1157
+ }
1158
+ get hh() {
1159
+ return this.d5;
1160
+ }
1161
+ set hh(a) {
1162
+ let b = this.d5;
1163
+ this.d5 = a;
1164
+ if (b != this.d5) {
1165
+ this.db("FlatItemHoverBackgroundColor", b, a);
1166
+ }
1167
+ }
1168
+ get hd() {
1169
+ return this.d1;
1170
+ }
1171
+ set hd(a) {
1172
+ let b = this.d1;
1173
+ this.d1 = a;
1174
+ if (b != this.d1) {
1175
+ this.db("FlatItemBorderColor", b, a);
1176
+ }
1177
+ }
1178
+ get hf() {
1179
+ return this.d3;
1180
+ }
1181
+ set hf(a) {
1182
+ let b = this.d3;
1183
+ this.d3 = a;
1184
+ if (b != this.d3) {
1185
+ this.db("FlatItemDisabledBorderColor", b, a);
1186
+ }
1187
+ }
1188
+ get az() {
1189
+ return this.af;
1190
+ }
1191
+ set az(a) {
1192
+ let b = this.af;
1193
+ this.af = a;
1194
+ if (b != this.af) {
1195
+ this.db("FlatItemBorderWidth", b, a);
1196
+ }
1197
+ }
1198
+ get hi() {
1199
+ return this.d6;
1200
+ }
1201
+ set hi(a) {
1202
+ let b = this.d6;
1203
+ this.d6 = a;
1204
+ if (b != this.d6) {
1205
+ this.db("FlatItemHoverTextColor", b, a);
1206
+ }
1207
+ }
1208
+ get hk() {
1209
+ return this.eo;
1210
+ }
1211
+ set hk(a) {
1212
+ let b = this.eo;
1213
+ this.eo = a;
1214
+ if (b != this.eo) {
1215
+ this.db("FlatSelectedItemBackgroundColor", b, a);
1216
+ }
1217
+ }
1218
+ get hn() {
1219
+ return this.er;
1220
+ }
1221
+ set hn(a) {
1222
+ let b = this.er;
1223
+ this.er = a;
1224
+ if (b != this.er) {
1225
+ this.db("FlatSelectedItemTextColor", b, a);
1226
+ }
1227
+ }
1228
+ get hl() {
1229
+ return this.ep;
1230
+ }
1231
+ set hl(a) {
1232
+ let b = this.ep;
1233
+ this.ep = a;
1234
+ if (b != this.ep) {
1235
+ this.db("FlatSelectedItemHoverBackgroundColor", b, a);
1236
+ }
1237
+ }
1238
+ get hm() {
1239
+ return this.eq;
1240
+ }
1241
+ set hm(a) {
1242
+ let b = this.eq;
1243
+ this.eq = a;
1244
+ if (b != this.eq) {
1245
+ this.db("FlatSelectedItemHoverTextColor", b, a);
1246
+ }
1247
+ }
1248
+ get k() {
1249
+ return this.j;
1250
+ }
1251
+ set k(a) {
1252
+ let b = this.j;
1253
+ this.j = a;
1254
+ if (b != this.j) {
1255
+ this.db("Orientation", enumGetBox(ButtonGroupOrientation_$type, b), enumGetBox(ButtonGroupOrientation_$type, a));
1256
+ }
1257
+ }
1258
+ static { this.a5 = 0; }
1259
+ get b6() {
1260
+ return this.a7;
1261
+ }
1262
+ set b6(a) {
1263
+ let b = this.a7;
1264
+ this.a7 = a;
1265
+ if (b != this.a7) {
1266
+ this.db("Id", b, a);
1267
+ }
1268
+ }
1269
+ get disabled() {
1270
+ return this.x;
1271
+ }
1272
+ set disabled(a) {
1273
+ let b = this.x;
1274
+ this.x = a;
1275
+ this.w = true;
1276
+ if (b != this.x) {
1277
+ this.db("IsDisabled", b, a);
1278
+ }
1279
+ }
1280
+ get aa() {
1281
+ return this.y;
1282
+ }
1283
+ set aa(a) {
1284
+ let b = this.y;
1285
+ this.y = a;
1286
+ if (b != this.y) {
1287
+ this.db("IsMultiSelect", b, a);
1288
+ }
1289
+ }
1290
+ dc() {
1291
+ }
1292
+ onDetachedFromUI() {
1293
+ this.view.u();
1294
+ }
1295
+ onAttachedToUI() {
1296
+ this.view.s();
1297
+ }
1298
+ ac() {
1299
+ return this.view.d();
1300
+ }
1301
+ a6() {
1302
+ return this.e();
1303
+ }
1304
+ br() {
1305
+ let a = this.e();
1306
+ return a.p();
1307
+ }
1308
+ e() {
1309
+ let a = new ButtonGroupVisualModelExport();
1310
+ a.e = this.q;
1311
+ a.f = this.t;
1312
+ a.a = this.d;
1313
+ a.k = this.am;
1314
+ a.b = AppearanceHelper.a(this.e0);
1315
+ a.d = AppearanceHelper.a(this.e7);
1316
+ a.c = AppearanceHelper.a(this.e1);
1317
+ a.j = this.al;
1318
+ a.g = this.disabled;
1319
+ a.h = this.aa;
1320
+ a.i = new List$1(ButtonVisualModelExport.$, 0);
1321
+ for (let b = 0; b < this.buttons.count; b++) {
1322
+ a.i.add1(this.buttons._inner[b].ec());
1323
+ }
1324
+ return a;
1325
+ }
1326
+ provideContainer(a) {
1327
+ this.view.t(a);
1328
+ }
1329
+ get buttons() {
1330
+ return this.f;
1331
+ }
1332
+ static { this.n = new ThemeResolver(1, ((() => {
1333
+ let $ret = new Dictionary$2(BaseControlTheme_$type, Theme.$, 0);
1334
+ $ret.addItem(2, XButton.i);
1335
+ $ret.addItem(1, XButton.h);
1336
+ $ret.addItem(3, XButton.k);
1337
+ $ret.addItem(4, XButton.j);
1338
+ $ret.addItem(5, XButton.k);
1339
+ $ret.addItem(6, XButton.j);
1340
+ return $ret;
1341
+ })()), 2); }
1342
+ }
1343
+ export { XButtonGroup };