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