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,1318 @@
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, String_$type, Delegate_$type, fromEnum, runOn, typeCast, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox } from "igniteui-webcomponents-core";
8
+ import { DomWrapper_$type } from "igniteui-webcomponents-core";
9
+ import { List$1 } from "igniteui-webcomponents-core";
10
+ import { Tuple$2 } from "igniteui-webcomponents-core";
11
+ import { SVGNode } from "igniteui-webcomponents-core";
12
+ import { FastIterationDictionary$2 } from "igniteui-webcomponents-core";
13
+ import { Dictionary$2 } from "igniteui-webcomponents-core";
14
+ import { Brush } from "igniteui-webcomponents-core";
15
+ import { NativeUI } from "igniteui-webcomponents-core";
16
+ import { Size } from "igniteui-webcomponents-core";
17
+ import { PrimitiveVisualData } from "igniteui-webcomponents-core";
18
+ import { Path } from "igniteui-webcomponents-core";
19
+ import { Line } from "igniteui-webcomponents-core";
20
+ import { Rectangle } from "igniteui-webcomponents-core";
21
+ import { Ellipse } from "igniteui-webcomponents-core";
22
+ import { PathVisualData } from "igniteui-webcomponents-core";
23
+ import { LineVisualData } from "igniteui-webcomponents-core";
24
+ import { RectangleVisualData } from "igniteui-webcomponents-core";
25
+ import { EllipseVisualData } from "igniteui-webcomponents-core";
26
+ import { DoubleCollection } from "igniteui-webcomponents-core";
27
+ import { LegendItemHelper } from "igniteui-webcomponents-core";
28
+ import { isNaN_ } from "igniteui-webcomponents-core";
29
+ import { IIcon_$type } from "igniteui-webcomponents-core";
30
+ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
31
+ import { IconClickedEventArgs } from "./IconClickedEventArgs";
32
+ import { IconVisualModelExport } from "./IconVisualModelExport";
33
+ import { FontUtil } from "igniteui-webcomponents-core";
34
+ import { stringStartsWith } from "igniteui-webcomponents-core";
35
+ import { trimStart } from "igniteui-webcomponents-core";
36
+ /**
37
+ * @hidden
38
+ */
39
+ class IconView extends Base {
40
+ static { this.$t = markType(IconView, 'IconView'); }
41
+ constructor() {
42
+ super();
43
+ this.d = null;
44
+ this.v = null;
45
+ this.g = null;
46
+ this.o = new List$1(Delegate_$type, 0);
47
+ this.q = null;
48
+ this.r = null;
49
+ this.s = null;
50
+ this.t = null;
51
+ this.u = null;
52
+ this.e = null;
53
+ this.f = null;
54
+ this.ac = null;
55
+ this.n = new Dictionary$2(Brush.$, String_$type, 0);
56
+ this.j = true;
57
+ this.y = null;
58
+ this.x = null;
59
+ this.z = null;
60
+ this.w = null;
61
+ this.p = new List$1(DomWrapper_$type, 0);
62
+ this.q = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
63
+ this.r = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
64
+ this.s = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
65
+ this.t = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
66
+ this.u = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
67
+ this.e = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
68
+ this.f = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
69
+ }
70
+ an() {
71
+ }
72
+ l() {
73
+ return true;
74
+ }
75
+ get aa() {
76
+ return this.y;
77
+ }
78
+ get ab() {
79
+ return null;
80
+ }
81
+ get c() {
82
+ return this.p.toArray();
83
+ }
84
+ get m() {
85
+ return true;
86
+ }
87
+ al(a) {
88
+ if (a == null) {
89
+ for (let b of fromEnum(this.o)) {
90
+ b();
91
+ }
92
+ this.o.clear();
93
+ if (this.y != null) {
94
+ this.y.unlistenAll();
95
+ }
96
+ if (this.x != null) {
97
+ this.x.unlistenAll();
98
+ }
99
+ }
100
+ this.v = a;
101
+ a.rootWrapper.setStyleProperty("position", "relative");
102
+ this.v.rootWrapper.setStyleProperty("display", "flex");
103
+ this.v.rootWrapper.setStyleProperty("flex-direction", "row");
104
+ this.v.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
105
+ this.v.rootWrapper.setStyleProperty("align-items", "center");
106
+ this.v.rootWrapper.setStyleProperty("justify-content", "center");
107
+ this.av();
108
+ let c = this.v.createElementNS("svg", "http://www.w3.org/2000/svg");
109
+ c.setStyleProperty("position", "absolute");
110
+ c.setStyleProperty("top", "0");
111
+ c.setStyleProperty("left", "0");
112
+ c.setStyleProperty("right", "0");
113
+ c.setStyleProperty("bottom", "0");
114
+ this.y = c;
115
+ let d = this.v.createElement("img");
116
+ d.setStyleProperty("height", "100%");
117
+ d.setStyleProperty("width", "100%");
118
+ d.setStyleProperty("object-fit", "contain");
119
+ this.x = d;
120
+ this.a1();
121
+ this.w = a.createElementNS("defs", "http://www.w3.org/2000/svg");
122
+ this.y.append(this.w);
123
+ this.v.append(this.y);
124
+ this.o.add(c.listen("click", runOn(this, this.ak)));
125
+ this.d.c8();
126
+ }
127
+ ay(a) {
128
+ this.z = null;
129
+ this.n.clear();
130
+ this.v.rootWrapper.removeChildren();
131
+ this.v.rootWrapper.append(this.y);
132
+ this.y.removeChildren();
133
+ this.w.removeChildren();
134
+ this.p.clear();
135
+ if (a != null) {
136
+ let b = this.v.createElementNS("path", "http://www.w3.org/2000/svg");
137
+ b.setAttribute("d", a);
138
+ this.y.append(this.w);
139
+ this.y.append(b);
140
+ this.p.add(b);
141
+ }
142
+ }
143
+ az(a) {
144
+ this.z = null;
145
+ this.n.clear();
146
+ this.v.rootWrapper.removeChildren();
147
+ this.v.rootWrapper.append(this.y);
148
+ this.y.removeChildren();
149
+ this.w.removeChildren();
150
+ this.p.clear();
151
+ if (a != null && a.length > 0) {
152
+ this.y.append(this.w);
153
+ for (let b = 0; b < a.length; b++) {
154
+ let c = this.v.createElementNS("path", "http://www.w3.org/2000/svg");
155
+ c.setAttribute("d", a[b]);
156
+ this.y.append(c);
157
+ this.p.add(c);
158
+ }
159
+ }
160
+ }
161
+ ax(a) {
162
+ this.z = null;
163
+ this.v.rootWrapper.removeChildren();
164
+ if (a != null) {
165
+ let b = this.v.rootWrapper.getNativeElement();
166
+ b.innerHTML = a;
167
+ this.z = this.v.rootWrapper.getChildAt(0);
168
+ let c = this.z.getAttribute("viewBox");
169
+ if (c != null) {
170
+ let d = c.split(' ');
171
+ if (d.length == 1) {
172
+ d = c.split(',');
173
+ }
174
+ if (d.length == 4) {
175
+ let e = parseFloat(d[0].trim());
176
+ let f = parseFloat(d[1].trim());
177
+ let g = parseFloat(d[2].trim());
178
+ let h = parseFloat(d[3].trim());
179
+ this.d.df(e, f, g, h);
180
+ }
181
+ }
182
+ else {
183
+ this.d.df(NaN, NaN, NaN, NaN);
184
+ }
185
+ }
186
+ }
187
+ at(a) {
188
+ this.z = null;
189
+ if (this.ac != a) {
190
+ this.ac = a;
191
+ this.v.rootWrapper.removeChildren();
192
+ this.v.rootWrapper.append(this.x);
193
+ this.x.setAttribute("src", a);
194
+ }
195
+ }
196
+ aw(a) {
197
+ if (typeof a === 'string') {
198
+ this.at(typeCast(String_$type, a));
199
+ }
200
+ }
201
+ ai() {
202
+ if (this.d.k != 3 && this.d.k != 4) {
203
+ this.ac = null;
204
+ }
205
+ }
206
+ k() {
207
+ return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
208
+ }
209
+ av() {
210
+ this.v.rootWrapper.setStyleProperty("width", isNaN_(this.d.a9) ? "1.5rem" : this.d.a9 + "px");
211
+ this.v.rootWrapper.setStyleProperty("height", isNaN_(this.d.a1) ? "1.5rem" : this.d.a1 + "px");
212
+ }
213
+ a1() {
214
+ let a = this.d.as;
215
+ let b = this.d.at;
216
+ let c = this.d.au;
217
+ let d = this.d.ar;
218
+ this.y.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
219
+ if (this.z != null) {
220
+ this.z.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
221
+ }
222
+ }
223
+ ap(a, b) {
224
+ let c = a.color;
225
+ if (!this.n.containsKey(a)) {
226
+ if (a.isGradient) {
227
+ let d = this.w.getChildCount();
228
+ let e = a;
229
+ let f = this.v.createElementNS("linearGradient", "http://www.w3.org/2000/svg");
230
+ let g = "ig_gradient_" + b + "_" + d;
231
+ f.setAttribute("id", g);
232
+ f.setAttribute("x1", e.startX.toString());
233
+ f.setAttribute("x2", e.endX.toString());
234
+ f.setAttribute("y1", e.startY.toString());
235
+ f.setAttribute("y2", e.endY.toString());
236
+ let j = e.gradientStops;
237
+ for (let i = 0; i < j.length; i++) {
238
+ let h = j[i];
239
+ let k = this.v.createElementNS("stop", "http://www.w3.org/2000/svg");
240
+ k.setAttribute("offset", h.offset * 100 + "%");
241
+ k.setAttribute("stop-color", h._fill);
242
+ f.append(k);
243
+ }
244
+ this.w.append(f);
245
+ this.n.addItem(a, g);
246
+ }
247
+ else if (a.isRadialGradient) {
248
+ }
249
+ }
250
+ }
251
+ aq(a, b) {
252
+ let c = a;
253
+ if (this.n.containsKey(b)) {
254
+ c.setAttribute("fill", "url(#" + this.n.item(b) + ")");
255
+ this.v.rootWrapper.removeChildren();
256
+ this.v.rootWrapper.append(this.y);
257
+ }
258
+ else {
259
+ NativeUI.t(a, b);
260
+ }
261
+ }
262
+ ar(a, b) {
263
+ let c = a;
264
+ if (this.n.containsKey(b)) {
265
+ c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
266
+ }
267
+ else {
268
+ NativeUI.ad(a, b);
269
+ }
270
+ }
271
+ ad(a) {
272
+ }
273
+ ao() {
274
+ if (this.l()) {
275
+ }
276
+ }
277
+ ae(a) {
278
+ this.d.c5();
279
+ }
280
+ af(a) {
281
+ this.d.c6();
282
+ }
283
+ aj() {
284
+ this.j = true;
285
+ this.o.add(this.v.rootWrapper.listen("mouseenter", runOn(this, this.ae)));
286
+ this.o.add(this.v.rootWrapper.listen("mouseleave", runOn(this, this.af)));
287
+ }
288
+ am() {
289
+ this.j = false;
290
+ for (let a of fromEnum(this.o)) {
291
+ a();
292
+ }
293
+ this.o.clear();
294
+ }
295
+ a0(a) {
296
+ if (a != null) {
297
+ this.v.rootWrapper.setStyleProperty("font", a.fontString);
298
+ }
299
+ }
300
+ a2() {
301
+ return new Size(1, this.v.rootWrapper.width(), this.v.rootWrapper.height());
302
+ }
303
+ b() {
304
+ let rect_ = this.v.rootWrapper.getNativeElement().getBoundingClientRect();
305
+ let a = (rect_.top);
306
+ let b = (rect_.left);
307
+ let c = new Array(2);
308
+ c[0] = a;
309
+ c[1] = b;
310
+ return c;
311
+ }
312
+ ak(a) {
313
+ if (this.d.x()) {
314
+ a.stopPropagation();
315
+ a.preventDefault();
316
+ }
317
+ }
318
+ a() {
319
+ let a = new List$1(PrimitiveVisualData.$, 0);
320
+ let b = this.v.rootWrapper.getNativeElement();
321
+ return a.toArray();
322
+ }
323
+ ah(a, b) {
324
+ for (let c = 0; c < b.e.count; c++) {
325
+ let d = b.e._inner[c];
326
+ let e = this.h(d);
327
+ if (e != null) {
328
+ a.add(e);
329
+ }
330
+ else {
331
+ this.ah(a, d);
332
+ }
333
+ }
334
+ }
335
+ h(a) {
336
+ let b = null;
337
+ switch (a.c) {
338
+ case 7:
339
+ let c = ((() => {
340
+ let $ret = new Path();
341
+ $ret.an = a.w;
342
+ return $ret;
343
+ })());
344
+ this.au(c, a);
345
+ b = new PathVisualData(1, "path1", c);
346
+ break;
347
+ case 3:
348
+ let d = a;
349
+ let e = new Line();
350
+ e.an = d.w;
351
+ e.ao = d.x;
352
+ e.ap = d.y;
353
+ e.aq = d.z;
354
+ this.au(e, a);
355
+ b = new LineVisualData(1, "line1", e);
356
+ break;
357
+ case 4:
358
+ let f = a;
359
+ let g = new Rectangle();
360
+ g.width = f.z;
361
+ g.height = f.w;
362
+ g.ap = f.x;
363
+ g.aq = f.y;
364
+ this.au(g, a);
365
+ b = new RectangleVisualData(1, "rect1", g);
366
+ break;
367
+ case 5:
368
+ case 6:
369
+ let h = a;
370
+ let i = new Ellipse();
371
+ i.width = h.y * 2;
372
+ i.height = h.z * 2;
373
+ this.au(i, a);
374
+ b = new EllipseVisualData(1, "ellipse1", i);
375
+ break;
376
+ }
377
+ return b;
378
+ }
379
+ au(a, b) {
380
+ let c = b;
381
+ a.ad = b.t;
382
+ a.j = c.h;
383
+ a.am = c.v;
384
+ a.al = c.u;
385
+ a.ak = c.u;
386
+ a._opacity = c.q;
387
+ if (c.i != null) {
388
+ let d = new DoubleCollection();
389
+ let g = c.i;
390
+ for (let f = 0; f < g.length; f++) {
391
+ let e = g[f];
392
+ d.add(e);
393
+ }
394
+ a.ai = d;
395
+ }
396
+ }
397
+ i(a) {
398
+ if (typeCast(Path.$, a) !== null) {
399
+ return new PathVisualData(1, "path1", a);
400
+ }
401
+ else if (typeCast(Line.$, a) !== null) {
402
+ return new LineVisualData(1, "line1", a);
403
+ }
404
+ else if (typeCast(Rectangle.$, a) !== null) {
405
+ return new RectangleVisualData(1, "rect1", a);
406
+ }
407
+ else if (typeCast(Ellipse.$, a) !== null) {
408
+ return new EllipseVisualData(1, "ellipse1", a);
409
+ }
410
+ return null;
411
+ }
412
+ as(a, b) {
413
+ this.v.rootWrapper.removeChildren();
414
+ if (a == null) {
415
+ return;
416
+ }
417
+ LegendItemHelper.d(this.v, 0, 0, 24, 24, 24, 24, b, null, a, null);
418
+ }
419
+ ag() {
420
+ this.v.rootWrapper.removeChildren();
421
+ }
422
+ }
423
+ export { IconView };
424
+ /**
425
+ * @hidden
426
+ */
427
+ class XIcon extends Base {
428
+ static { this.$t = markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]); }
429
+ constructor() {
430
+ super();
431
+ this._view = null;
432
+ this.k = 0;
433
+ this.l = 0;
434
+ this.dg = XIcon.dx;
435
+ this.dh = XIcon.d1;
436
+ this.di = XIcon.d2;
437
+ this.y = XIcon.aw;
438
+ this.dj = XIcon.dx;
439
+ this.ds = XIcon.d1;
440
+ this.ak = XIcon.aw;
441
+ this.dt = XIcon.d2;
442
+ this.dk = XIcon.dy;
443
+ this.dl = XIcon.dz;
444
+ this.ae = XIcon.av;
445
+ this.dm = null;
446
+ this.c = null;
447
+ this.d = null;
448
+ this.dn = null;
449
+ this.dp = null;
450
+ this.dq = null;
451
+ this.dr = null;
452
+ this.bf = null;
453
+ this.bl = null;
454
+ this.bo = null;
455
+ this.bn = null;
456
+ this.a = null;
457
+ this.bd = null;
458
+ this.be = null;
459
+ this.n = null;
460
+ this.bm = "ig-icon-" + XIcon.bc++;
461
+ this.ba = 0;
462
+ this.p = false;
463
+ this.bk = null;
464
+ this.r = false;
465
+ this.q = false;
466
+ this.af = 1;
467
+ this.aa = 0;
468
+ this.am = NaN;
469
+ this.ab = 0;
470
+ this.an = NaN;
471
+ this.ac = 24;
472
+ this.ao = NaN;
473
+ this.z = 24;
474
+ this.al = NaN;
475
+ this.ap = NaN;
476
+ this.ad = NaN;
477
+ this.clicked = null;
478
+ this.propertyChanged = null;
479
+ this.ah = NaN;
480
+ this.ai = NaN;
481
+ this.aj = NaN;
482
+ this.ag = NaN;
483
+ let a = new IconView();
484
+ a.d = this;
485
+ this.view = a;
486
+ this.view.an();
487
+ }
488
+ get view() {
489
+ return this._view;
490
+ }
491
+ set view(a) {
492
+ this._view = a;
493
+ }
494
+ destroy() {
495
+ this.provideContainer(null);
496
+ }
497
+ c7(a, b, c) {
498
+ if (this.propertyChanged != null) {
499
+ this.propertyChanged(this, new PropertyChangedEventArgs(a));
500
+ }
501
+ this.da(a, b, c);
502
+ }
503
+ da(a, b, c) {
504
+ switch (a) {
505
+ case "Fill":
506
+ case "Stroke":
507
+ case "StrokeWidth":
508
+ case "HoverFill":
509
+ case "HoverStroke":
510
+ case "HoverStrokeThickness":
511
+ case "IsHover":
512
+ this.de();
513
+ break;
514
+ case "FillColors":
515
+ case "StrokeColors":
516
+ case "ActualFill":
517
+ case "ActualStroke":
518
+ case "ActualStrokeWidth":
519
+ this.dc();
520
+ break;
521
+ case "SVG":
522
+ this.bo = null;
523
+ this.a = null;
524
+ this.dc();
525
+ break;
526
+ case "SVGPath":
527
+ this.bn = null;
528
+ this.a = null;
529
+ this.dc();
530
+ break;
531
+ case "SVGPaths":
532
+ this.bn = null;
533
+ this.bo = null;
534
+ this.dc();
535
+ break;
536
+ case "DataURL":
537
+ this.bn = null;
538
+ this.bo = null;
539
+ this.a = null;
540
+ this.dc();
541
+ break;
542
+ case "Source":
543
+ this.bn = null;
544
+ this.bo = null;
545
+ this.a = null;
546
+ this.dc();
547
+ break;
548
+ case "DataTemplate":
549
+ case "DataTemplateContext":
550
+ this.bn = null;
551
+ this.bo = null;
552
+ this.a = null;
553
+ this.dc();
554
+ break;
555
+ case "Opacity":
556
+ this.dd();
557
+ break;
558
+ case "ViewBoxLeft":
559
+ this.as = !isNaN_(this.a6) ? this.a6 : !isNaN_(this.ah) ? this.ah : 0;
560
+ break;
561
+ case "ViewBoxTop":
562
+ this.at = !isNaN_(this.a7) ? this.a7 : !isNaN_(this.ai) ? this.ai : 0;
563
+ break;
564
+ case "ViewBoxWidth":
565
+ this.au = !isNaN_(this.a8) ? this.a8 : !isNaN_(this.aj) ? this.aj : 24;
566
+ break;
567
+ case "ViewBoxHeight":
568
+ this.ar = !isNaN_(this.a5) ? this.a5 : !isNaN_(this.ag) ? this.ag : 24;
569
+ break;
570
+ case "ActualViewBoxLeft":
571
+ case "ActualViewBoxTop":
572
+ case "ActualViewBoxWidth":
573
+ case "ActualViewBoxHeight":
574
+ this.view.a1();
575
+ break;
576
+ case "Width":
577
+ case "Height":
578
+ this.view.av();
579
+ break;
580
+ }
581
+ }
582
+ de() {
583
+ let a = this.fill != null ? this.fill : XIcon.dx;
584
+ let b = this.ea != null ? this.ea : XIcon.d1;
585
+ let c = !isNaN_(this.a4) ? this.a4 : XIcon.aw;
586
+ let d = this.eb != null ? this.eb : XIcon.d2;
587
+ if (this.v) {
588
+ this.du = this.d3 != null ? this.d3 : a;
589
+ this.dv = this.d4 != null ? this.d4 : b;
590
+ this.aq = !isNaN_(this.a2) ? this.a2 : c;
591
+ this.dw = this.d5 != null ? this.d5 : d;
592
+ }
593
+ else {
594
+ this.du = a;
595
+ this.dv = b;
596
+ this.aq = c;
597
+ this.dw = d;
598
+ }
599
+ }
600
+ get t() {
601
+ return this.svgPath != null && !this.view.m;
602
+ }
603
+ dd() {
604
+ NativeUI.ab(this.view.aa, this.a3);
605
+ }
606
+ c1() {
607
+ this.view.ag();
608
+ }
609
+ dc() {
610
+ let a = this.view.aa;
611
+ if (this.t) {
612
+ let b = this.view.ab;
613
+ NativeUI.t(b, this.du);
614
+ NativeUI.ad(b, this.dv);
615
+ NativeUI.ag(b, this.aq);
616
+ }
617
+ else {
618
+ let c = this.j();
619
+ if (c != this.k) {
620
+ this.k = c;
621
+ this.view.ai();
622
+ }
623
+ let d = false;
624
+ if (this.bg != null) {
625
+ this.view.as(this.bg, this.bh);
626
+ }
627
+ else if (this.svgPath != null) {
628
+ if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
629
+ this.view.ax(this.svgPath);
630
+ d = true;
631
+ }
632
+ else {
633
+ this.view.ay(this.svgPath);
634
+ }
635
+ }
636
+ else if (this.b != null) {
637
+ this.view.az(this.b);
638
+ let e = this.view.c;
639
+ if (e != null && e.length > 0) {
640
+ let f = NativeUI.t;
641
+ let g = NativeUI.ad;
642
+ this.c9();
643
+ f = runOn(this.view, this.view.aq);
644
+ g = runOn(this.view, this.view.ar);
645
+ for (let h = 0; h < e.length; h++) {
646
+ if (this.du != null) {
647
+ f(e[h], this.du);
648
+ }
649
+ if (this.dv != null) {
650
+ g(e[h], this.dv);
651
+ }
652
+ if (!isNaN_(this.aq)) {
653
+ NativeUI.ag(e[h], this.aq);
654
+ }
655
+ if (this.dw != null) {
656
+ NativeUI.r(e[h], this.dw);
657
+ }
658
+ if (this.e != null && this.e.count == e.length) {
659
+ f(e[h], this.e.item(h));
660
+ }
661
+ if (this.f != null && this.f.count == e.length) {
662
+ g(e[h], this.f.item(h));
663
+ }
664
+ }
665
+ }
666
+ if (this.o != null) {
667
+ this.view.a0(this.o);
668
+ }
669
+ return;
670
+ }
671
+ else if (this.svg != null) {
672
+ this.view.ax(this.svg);
673
+ d = true;
674
+ }
675
+ else if (this.b2 != null) {
676
+ this.view.at(this.b2);
677
+ }
678
+ else if (this.bj != null) {
679
+ this.view.aw(this.bj);
680
+ }
681
+ else {
682
+ }
683
+ if (d) {
684
+ for (let i = 0; i < this.view.r.count; i++) {
685
+ let j = this.view.r._inner[i].c;
686
+ NativeUI.t(this.view.r._inner[i].d, j.l.f(this.d6));
687
+ }
688
+ for (let k = 0; k < this.view.s.count; k++) {
689
+ let l = this.view.s._inner[k].c;
690
+ NativeUI.ad(this.view.s._inner[k].d, l.m.f(this.d7));
691
+ }
692
+ for (let m = 0; m < this.view.t.count; m++) {
693
+ let n = this.view.t._inner[m].c;
694
+ NativeUI.t(this.view.t._inner[m].d, n.l.f(this.d8));
695
+ }
696
+ for (let o = 0; o < this.view.u.count; o++) {
697
+ let p = this.view.u._inner[o].c;
698
+ NativeUI.ad(this.view.u._inner[o].d, p.m.f(this.d9));
699
+ }
700
+ for (let q = 0; q < this.view.e.o.count; q++) {
701
+ let r = this.view.e.o._inner[q];
702
+ let s = r.split('-');
703
+ let t = parseInt(s[s.length - 1]);
704
+ if (t < this.e.count) {
705
+ for (let u = 0; u < this.view.e.q._inner[q].count; u++) {
706
+ let v = this.view.e.q._inner[q]._inner[u].c;
707
+ NativeUI.t(this.view.e.q._inner[q]._inner[u].d, v.l.f(this.e.item(t)));
708
+ }
709
+ }
710
+ }
711
+ for (let w = 0; w < this.view.f.o.count; w++) {
712
+ let x = this.view.f.o._inner[w];
713
+ let y = x.split('-');
714
+ let z = parseInt(y[y.length - 1]);
715
+ if (z < this.f.count) {
716
+ for (let aa = 0; aa < this.view.f.q._inner[w].count; aa++) {
717
+ let ab = this.view.f.q._inner[w]._inner[aa].c;
718
+ NativeUI.ad(this.view.f.q._inner[w]._inner[aa].d, ab.m.f(this.f.item(z)));
719
+ }
720
+ }
721
+ }
722
+ for (let ac = 0; ac < this.view.q.count; ac++) {
723
+ let ad = this.view.q._inner[ac].c;
724
+ NativeUI.t(this.view.q._inner[ac].d, ad.l.f(this.du));
725
+ NativeUI.ad(this.view.q._inner[ac].d, ad.m.f(this.dv));
726
+ }
727
+ }
728
+ let ae = this.view.aa;
729
+ if (this.du != null) {
730
+ NativeUI.t(ae, this.du);
731
+ }
732
+ if (this.dv != null) {
733
+ NativeUI.ad(ae, this.dv);
734
+ }
735
+ if (!isNaN_(this.aq)) {
736
+ NativeUI.ag(ae, this.aq);
737
+ }
738
+ }
739
+ if (this.o != null) {
740
+ this.view.a0(this.o);
741
+ }
742
+ if (this.dw != null) {
743
+ NativeUI.r(this.view.aa, this.dw);
744
+ }
745
+ }
746
+ c9() {
747
+ if (this.du != null) {
748
+ this.view.ap(this.du, "fill");
749
+ }
750
+ if (this.dv != null) {
751
+ this.view.ap(this.dv, "stroke");
752
+ }
753
+ if (this.e != null) {
754
+ for (let a of fromEnum(this.e)) {
755
+ this.view.ap(a, "fills");
756
+ }
757
+ }
758
+ if (this.f != null) {
759
+ for (let b of fromEnum(this.f)) {
760
+ this.view.ap(b, "strokes");
761
+ }
762
+ }
763
+ }
764
+ j() {
765
+ let a = 5;
766
+ if (this.svgPath != null) {
767
+ a = 1;
768
+ }
769
+ else if (this.b != null && this.b.length > 0) {
770
+ a = 2;
771
+ }
772
+ else if (this.svg != null) {
773
+ a = 0;
774
+ }
775
+ else if (this.b2 != null) {
776
+ a = 3;
777
+ }
778
+ else if (this.bj != null) {
779
+ a = 4;
780
+ }
781
+ return a;
782
+ }
783
+ static { this.dx = null; }
784
+ static { this.d2 = null; }
785
+ static { this.d1 = null; }
786
+ static { this.dy = null; }
787
+ static { this.dz = null; }
788
+ static { this.d0 = null; }
789
+ static { this.aw = NaN; }
790
+ static { this.av = NaN; }
791
+ get m() {
792
+ return this.l;
793
+ }
794
+ set m(a) {
795
+ let b = this.l;
796
+ this.l = a;
797
+ if (b != this.l) {
798
+ this.c7("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
799
+ }
800
+ }
801
+ get du() {
802
+ return this.dg;
803
+ }
804
+ set du(a) {
805
+ let b = this.dg;
806
+ this.dg = a;
807
+ if (b != this.dg) {
808
+ this.c7("ActualFill", b, a);
809
+ }
810
+ }
811
+ get dv() {
812
+ return this.dh;
813
+ }
814
+ set dv(a) {
815
+ let b = this.dh;
816
+ this.dh = a;
817
+ if (b != this.dh) {
818
+ this.c7("ActualStroke", b, a);
819
+ }
820
+ }
821
+ get dw() {
822
+ return this.di;
823
+ }
824
+ set dw(a) {
825
+ let b = this.di;
826
+ this.di = a;
827
+ if (b != this.di) {
828
+ this.c7("ActualTextColor", b, a);
829
+ }
830
+ }
831
+ get aq() {
832
+ return this.y;
833
+ }
834
+ set aq(a) {
835
+ let b = this.y;
836
+ this.y = a;
837
+ if (b != this.y) {
838
+ this.c7("ActualStrokeWidth", b, a);
839
+ }
840
+ }
841
+ get fill() {
842
+ return this.dj;
843
+ }
844
+ set fill(a) {
845
+ let b = this.dj;
846
+ this.dj = a;
847
+ if (b != this.dj) {
848
+ this.c7("Fill", b, a);
849
+ }
850
+ }
851
+ get ea() {
852
+ return this.ds;
853
+ }
854
+ set ea(a) {
855
+ let b = this.ds;
856
+ this.ds = a;
857
+ if (b != this.ds) {
858
+ this.c7("Stroke", b, a);
859
+ }
860
+ }
861
+ get a4() {
862
+ return this.ak;
863
+ }
864
+ set a4(a) {
865
+ let b = this.ak;
866
+ this.ak = a;
867
+ if (b != this.ak) {
868
+ this.c7("StrokeWidth", b, a);
869
+ }
870
+ }
871
+ get eb() {
872
+ return this.dt;
873
+ }
874
+ set eb(a) {
875
+ let b = this.dt;
876
+ this.dt = a;
877
+ if (b != this.dt) {
878
+ this.c7("TextColor", b, a);
879
+ }
880
+ }
881
+ get d3() {
882
+ return this.dk;
883
+ }
884
+ set d3(a) {
885
+ let b = this.dk;
886
+ this.dk = a;
887
+ if (b != this.dk) {
888
+ this.c7("HoverFill", b, a);
889
+ }
890
+ }
891
+ get d4() {
892
+ return this.dl;
893
+ }
894
+ set d4(a) {
895
+ let b = this.dl;
896
+ this.dl = a;
897
+ if (b != this.dl) {
898
+ this.c7("HoverStroke", b, a);
899
+ }
900
+ }
901
+ get a2() {
902
+ return this.ae;
903
+ }
904
+ set a2(a) {
905
+ let b = this.ae;
906
+ this.ae = a;
907
+ if (b != this.ae) {
908
+ this.c7("HoverStrokeThickness", b, a);
909
+ }
910
+ }
911
+ get d5() {
912
+ return this.dm;
913
+ }
914
+ set d5(a) {
915
+ let b = this.dm;
916
+ this.dm = a;
917
+ if (b != this.dm) {
918
+ this.c7("HoverTextColor", b, a);
919
+ }
920
+ }
921
+ get e() {
922
+ return this.c;
923
+ }
924
+ set e(a) {
925
+ let b = this.c;
926
+ this.c = a;
927
+ if (b != this.c) {
928
+ this.c7("FillColors", b, this.c);
929
+ }
930
+ }
931
+ get f() {
932
+ return this.d;
933
+ }
934
+ set f(a) {
935
+ let b = this.d;
936
+ this.d = a;
937
+ if (b != this.d) {
938
+ this.c7("StrokeColors", b, this.d);
939
+ }
940
+ }
941
+ get d6() {
942
+ return this.dn;
943
+ }
944
+ set d6(a) {
945
+ let b = this.dn;
946
+ this.dn = a;
947
+ if (b != this.dn) {
948
+ this.c7("PrimaryFillColor", b, this.dn);
949
+ }
950
+ }
951
+ get d7() {
952
+ return this.dp;
953
+ }
954
+ set d7(a) {
955
+ let b = this.dp;
956
+ this.dp = a;
957
+ if (b != this.dp) {
958
+ this.c7("PrimaryStrokeColor", b, this.dp);
959
+ }
960
+ }
961
+ get d8() {
962
+ return this.dq;
963
+ }
964
+ set d8(a) {
965
+ let b = this.dq;
966
+ this.dq = a;
967
+ if (b != this.dq) {
968
+ this.c7("SecondaryFillColor", b, this.dq);
969
+ }
970
+ }
971
+ get d9() {
972
+ return this.dr;
973
+ }
974
+ set d9(a) {
975
+ let b = this.dr;
976
+ this.dr = a;
977
+ if (b != this.dr) {
978
+ this.c7("SecondaryStrokeColor", b, this.dr);
979
+ }
980
+ }
981
+ get bj() {
982
+ return this.bf;
983
+ }
984
+ set bj(a) {
985
+ let b = this.bf;
986
+ this.bf = a;
987
+ if (b != this.bf) {
988
+ this.c7("Source", b, a);
989
+ }
990
+ }
991
+ get b2() {
992
+ return this.bl;
993
+ }
994
+ set b2(a) {
995
+ let b = this.bl;
996
+ this.bl = a;
997
+ if (b != this.bl) {
998
+ this.c7("DataURL", b, a);
999
+ }
1000
+ }
1001
+ get svgPath() {
1002
+ return this.bo;
1003
+ }
1004
+ set svgPath(a) {
1005
+ let b = this.bo;
1006
+ this.bo = a;
1007
+ if (b != this.bo) {
1008
+ this.c7("SVGPath", b, a);
1009
+ }
1010
+ }
1011
+ get svg() {
1012
+ return this.bn;
1013
+ }
1014
+ set svg(a) {
1015
+ let b = this.bn;
1016
+ this.bn = a;
1017
+ if (b != this.bn) {
1018
+ this.c7("SVG", b, this.bn);
1019
+ }
1020
+ }
1021
+ get b() {
1022
+ return this.a;
1023
+ }
1024
+ set b(a) {
1025
+ let b = this.a;
1026
+ this.a = a;
1027
+ if (b != this.a) {
1028
+ this.c7("SVGPaths", b, this.a);
1029
+ }
1030
+ }
1031
+ get bg() {
1032
+ return this.bd;
1033
+ }
1034
+ set bg(a) {
1035
+ let b = this.bd;
1036
+ this.bd = a;
1037
+ if (b != this.bd) {
1038
+ this.c7("DataTemplate", b, this.bd);
1039
+ }
1040
+ }
1041
+ get bh() {
1042
+ return this.be;
1043
+ }
1044
+ set bh(a) {
1045
+ let b = this.be;
1046
+ this.be = a;
1047
+ if (b != this.be) {
1048
+ this.c7("DataTemplateContext", b, this.be);
1049
+ }
1050
+ }
1051
+ c5() {
1052
+ this.v = true;
1053
+ }
1054
+ c6() {
1055
+ this.v = false;
1056
+ }
1057
+ get o() {
1058
+ return this.n;
1059
+ }
1060
+ set o(a) {
1061
+ let b = this.n;
1062
+ this.n = a;
1063
+ if (b != this.n) {
1064
+ this.c7("TextStyle", b, a);
1065
+ }
1066
+ }
1067
+ static { this.bc = 0; }
1068
+ get cc() {
1069
+ return this.bm;
1070
+ }
1071
+ set cc(a) {
1072
+ let b = this.bm;
1073
+ this.bm = a;
1074
+ if (b != this.bm) {
1075
+ this.c7("Id", b, a);
1076
+ }
1077
+ }
1078
+ get s() {
1079
+ return this.p;
1080
+ }
1081
+ get bb() {
1082
+ return this.ba;
1083
+ }
1084
+ set bb(a) {
1085
+ let b = this.ba;
1086
+ this.ba = a;
1087
+ this.p = true;
1088
+ if (b != this.ba) {
1089
+ this.c7("TabIndex", b, a);
1090
+ }
1091
+ }
1092
+ get bx() {
1093
+ return this.bk;
1094
+ }
1095
+ set bx(a) {
1096
+ let b = this.bk;
1097
+ this.bk = a;
1098
+ if (b != this.bk) {
1099
+ this.c7("AriaLabel", b, a);
1100
+ }
1101
+ }
1102
+ get v() {
1103
+ return this.r;
1104
+ }
1105
+ set v(a) {
1106
+ let b = this.r;
1107
+ this.r = a;
1108
+ if (b != this.r) {
1109
+ this.c7("IsHover", b, a);
1110
+ }
1111
+ }
1112
+ get disabled() {
1113
+ return this.q;
1114
+ }
1115
+ set disabled(a) {
1116
+ let b = this.q;
1117
+ this.q = a;
1118
+ if (b != this.q) {
1119
+ this.c7("IsDisabled", b, a);
1120
+ }
1121
+ }
1122
+ get a3() {
1123
+ return this.af;
1124
+ }
1125
+ set a3(a) {
1126
+ let b = this.af;
1127
+ this.af = a;
1128
+ if (b != this.af) {
1129
+ this.c7("Opacity", b, this.af);
1130
+ }
1131
+ }
1132
+ get as() {
1133
+ return this.aa;
1134
+ }
1135
+ set as(a) {
1136
+ let b = this.aa;
1137
+ this.aa = a;
1138
+ if (b != this.aa) {
1139
+ this.c7("ActualViewBoxLeft", b, this.aa);
1140
+ }
1141
+ }
1142
+ get a6() {
1143
+ return this.am;
1144
+ }
1145
+ set a6(a) {
1146
+ let b = this.am;
1147
+ this.am = a;
1148
+ if (b != this.am) {
1149
+ this.c7("ViewBoxLeft", b, this.am);
1150
+ }
1151
+ }
1152
+ get at() {
1153
+ return this.ab;
1154
+ }
1155
+ set at(a) {
1156
+ let b = this.ab;
1157
+ this.ab = a;
1158
+ if (b != this.ab) {
1159
+ this.c7("ActualViewBoxTop", b, this.ab);
1160
+ }
1161
+ }
1162
+ get a7() {
1163
+ return this.an;
1164
+ }
1165
+ set a7(a) {
1166
+ let b = this.an;
1167
+ this.an = a;
1168
+ if (b != this.an) {
1169
+ this.c7("ViewBoxTop", b, this.an);
1170
+ }
1171
+ }
1172
+ get au() {
1173
+ return this.ac;
1174
+ }
1175
+ set au(a) {
1176
+ let b = this.ac;
1177
+ this.ac = a;
1178
+ if (b != this.ac) {
1179
+ this.c7("ActualViewBoxWidth", b, this.ac);
1180
+ }
1181
+ }
1182
+ get a8() {
1183
+ return this.ao;
1184
+ }
1185
+ set a8(a) {
1186
+ let b = this.ao;
1187
+ this.ao = a;
1188
+ if (b != this.ao) {
1189
+ this.c7("ViewBoxWidth", b, this.ao);
1190
+ }
1191
+ }
1192
+ get ar() {
1193
+ return this.z;
1194
+ }
1195
+ set ar(a) {
1196
+ let b = this.z;
1197
+ this.z = a;
1198
+ if (b != this.z) {
1199
+ this.c7("ActualViewBoxHeight", b, this.z);
1200
+ }
1201
+ }
1202
+ get a5() {
1203
+ return this.al;
1204
+ }
1205
+ set a5(a) {
1206
+ let b = this.al;
1207
+ this.al = a;
1208
+ if (b != this.al) {
1209
+ this.c7("ViewBoxHeight", b, this.al);
1210
+ }
1211
+ }
1212
+ get a9() {
1213
+ return this.ap;
1214
+ }
1215
+ set a9(a) {
1216
+ let b = this.ap;
1217
+ this.ap = a;
1218
+ if (b != this.ap) {
1219
+ this.c7("Width", b, this.ap);
1220
+ }
1221
+ }
1222
+ get a1() {
1223
+ return this.ad;
1224
+ }
1225
+ set a1(a) {
1226
+ let b = this.ad;
1227
+ this.ad = a;
1228
+ if (b != this.ad) {
1229
+ this.c7("Height", b, this.ad);
1230
+ }
1231
+ }
1232
+ c8() {
1233
+ }
1234
+ onDetachedFromUI() {
1235
+ this.view.am();
1236
+ }
1237
+ onAttachedToUI() {
1238
+ this.view.aj();
1239
+ }
1240
+ x() {
1241
+ if (this.disabled) {
1242
+ return false;
1243
+ }
1244
+ if (this.clicked != null) {
1245
+ let a = new IconClickedEventArgs();
1246
+ this.clicked(this, a);
1247
+ return a.handled;
1248
+ }
1249
+ return false;
1250
+ }
1251
+ w() {
1252
+ return this.view.l();
1253
+ }
1254
+ bi() {
1255
+ return this.g();
1256
+ }
1257
+ b4() {
1258
+ let a = this.g();
1259
+ return a.l();
1260
+ }
1261
+ g() {
1262
+ let a = new IconVisualModelExport();
1263
+ let b = this.view.b();
1264
+ a.i = b[0];
1265
+ a.g = b[1];
1266
+ let c = this.view.a2();
1267
+ a.f = c.height;
1268
+ a.j = c.width;
1269
+ a.a = this.view.a();
1270
+ a.svg = this.svg;
1271
+ a.svgPath = this.svgPath;
1272
+ a.k = this.b2;
1273
+ if (this.o != null) {
1274
+ let d = this.o;
1275
+ if (this.view != null && d.q == null) {
1276
+ let e = this.view.v;
1277
+ let f = FontUtil.getFontInfoFromString(e, d.fontString);
1278
+ d.q = f.q;
1279
+ d.f = f.f;
1280
+ d.r = f.r;
1281
+ d.t = f.t;
1282
+ d.u = f.u;
1283
+ d.v = f.v;
1284
+ }
1285
+ if (d.q != null) {
1286
+ a.o = d.q;
1287
+ }
1288
+ if (!isNaN_(d.f)) {
1289
+ a.h = d.f;
1290
+ }
1291
+ if (d.v != null) {
1292
+ a.s = d.v;
1293
+ }
1294
+ if (d.t != null) {
1295
+ a.q = d.t;
1296
+ }
1297
+ if (d.r != null) {
1298
+ a.p = d.t;
1299
+ }
1300
+ }
1301
+ return a;
1302
+ }
1303
+ provideContainer(a) {
1304
+ this.view.al(a);
1305
+ }
1306
+ df(a, b, c, d) {
1307
+ this.ah = a;
1308
+ this.ai = b;
1309
+ this.aj = c;
1310
+ this.ag = d;
1311
+ this.aa = !isNaN_(this.a6) ? this.a6 : !isNaN_(this.ah) ? this.ah : 0;
1312
+ this.ab = !isNaN_(this.a7) ? this.a7 : !isNaN_(this.ai) ? this.ai : 0;
1313
+ this.ac = !isNaN_(this.a8) ? this.a8 : !isNaN_(this.aj) ? this.aj : 24;
1314
+ this.z = !isNaN_(this.a5) ? this.a5 : !isNaN_(this.ag) ? this.ag : 24;
1315
+ this.view.a1();
1316
+ }
1317
+ }
1318
+ export { XIcon };