igniteui-angular-core 18.2.0 → 19.0.1

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 (325) hide show
  1. package/bundles/igniteui-angular-core.umd.js +12567 -12110
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/ButtonDescription.js +479 -471
  4. package/esm2015/lib/ButtonDescriptionMetadata.js +1 -0
  5. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +251 -251
  6. package/esm2015/lib/ComponentRendererReferenceResolverEventArgs.js +33 -0
  7. package/esm2015/lib/ComponentRenderer_combined.js +589 -556
  8. package/esm2015/lib/ComponentSizeHelpers.js +53 -0
  9. package/esm2015/lib/DOMExecutionContext.js +10 -4
  10. package/esm2015/lib/DescriptionTreeReconciler.js +48 -46
  11. package/esm2015/lib/FunnelChartDescription.js +130 -114
  12. package/esm2015/lib/FunnelChartDescriptionMetadata.js +4 -0
  13. package/esm2015/lib/{WebChildGridRowDescription.js → FunnelChartSelectedItemsChangedEventArgsDescription.js} +22 -30
  14. package/esm2015/lib/FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.js +39 -0
  15. package/esm2015/lib/GridBridge.js +2 -2
  16. package/esm2015/lib/IDataSeriesAdapterRule_combined.js +14 -6
  17. package/esm2015/lib/INativeUIElementBridge_combined.js +2 -2
  18. package/esm2015/lib/{WebValidatorHandlerDescription.js → ListPanelContentRebindEventArgsDescription.js} +13 -5
  19. package/esm2015/lib/ListPanelContentRebindEventArgsDescriptionMetadata.js +37 -0
  20. package/esm2015/lib/ListPanelContentRecycledEventArgsDescription.js +34 -0
  21. package/esm2015/lib/ListPanelContentRecycledEventArgsDescriptionMetadata.js +37 -0
  22. package/esm2015/lib/ListPanelDescription.js +54 -38
  23. package/esm2015/lib/ListPanelDescriptionMetadata_combined.js +7 -1
  24. package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
  25. package/esm2015/lib/NativeUIButton.js +18 -12
  26. package/esm2015/lib/NativeUIButtonGroup.js +2 -2
  27. package/esm2015/lib/NativeUICheckbox.js +8 -8
  28. package/esm2015/lib/NativeUICheckboxList.js +14 -14
  29. package/esm2015/lib/NativeUICombo.js +6 -6
  30. package/esm2015/lib/NativeUIElementBridge.js +2 -2
  31. package/esm2015/lib/NativeUIGrid.js +2 -2
  32. package/esm2015/lib/NativeUIIcon.js +4 -4
  33. package/esm2015/lib/NativeUIIconButton.js +16 -16
  34. package/esm2015/lib/NativeUIInput.js +14 -14
  35. package/esm2015/lib/NativeUIPopup.js +4 -4
  36. package/esm2015/lib/NativeUISlider.js +14 -14
  37. package/esm2015/lib/ScrollbarStyle.js +5 -1
  38. package/esm2015/lib/ScrollerView_combined.js +12 -0
  39. package/esm2015/lib/ToolActionButtonDescription.js +6 -6
  40. package/esm2015/lib/ToolActionButtonInfoDescription.js +3 -3
  41. package/esm2015/lib/ToolActionButtonPairDescription.js +104 -104
  42. package/esm2015/lib/ToolActionButtonPairInfoDescription.js +43 -43
  43. package/esm2015/lib/ToolActionCheckboxDescription.js +23 -23
  44. package/esm2015/lib/ToolActionCheckboxInfoDescription.js +3 -3
  45. package/esm2015/lib/ToolActionCheckboxListDescription.js +21 -21
  46. package/esm2015/lib/ToolActionCheckboxListInfoDescription.js +15 -15
  47. package/esm2015/lib/ToolActionColorEditorDescription.js +3 -3
  48. package/esm2015/lib/ToolActionColorEditorInfoDescription.js +3 -3
  49. package/esm2015/lib/ToolActionComboDescription.js +11 -11
  50. package/esm2015/lib/ToolActionComboInfoDescription.js +12 -12
  51. package/esm2015/lib/ToolActionDescription.js +172 -156
  52. package/esm2015/lib/ToolActionDescriptionMetadata.js +2 -0
  53. package/esm2015/lib/ToolActionGroupHeaderDescription.js +6 -6
  54. package/esm2015/lib/ToolActionIconButtonDescription.js +29 -29
  55. package/esm2015/lib/ToolActionIconButtonInfoDescription.js +6 -6
  56. package/esm2015/lib/ToolActionIconMenuDescription.js +9 -9
  57. package/esm2015/lib/ToolActionIconMenuInfoDescription.js +3 -3
  58. package/esm2015/lib/ToolActionInfoDescription.js +74 -58
  59. package/esm2015/lib/ToolActionInfoDescriptionMetadata.js +2 -0
  60. package/esm2015/lib/ToolActionNumberInputDescription.js +3 -3
  61. package/esm2015/lib/ToolActionNumberInputInfoDescription.js +3 -3
  62. package/esm2015/lib/ToolActionRadioDescription.js +30 -30
  63. package/esm2015/lib/ToolActionRadioInfoDescription.js +6 -6
  64. package/esm2015/lib/ToolActionSeparatorDescription.js +6 -6
  65. package/esm2015/lib/ToolActionSeparatorInfoDescription.js +6 -6
  66. package/esm2015/lib/ToolActionTextInputDescription.js +3 -3
  67. package/esm2015/lib/ToolActionTextInputInfoDescription.js +3 -3
  68. package/esm2015/lib/ToolPanelDescription.js +251 -235
  69. package/esm2015/lib/ToolPanelDescriptionMetadata.js +3 -0
  70. package/esm2015/lib/ToolbarDescription.js +165 -149
  71. package/esm2015/lib/ToolbarDescriptionMetadata.js +3 -0
  72. package/esm2015/lib/WebAvatarDescriptionMetadata.js +1 -1
  73. package/esm2015/lib/WebButtonDescriptionMetadata.js +1 -1
  74. package/esm2015/lib/WebCarouselDescriptionMetadata.js +2 -2
  75. package/esm2015/lib/WebCheckboxBaseDescription.js +31 -23
  76. package/esm2015/lib/WebCheckboxBaseDescriptionMetadata.js +2 -1
  77. package/esm2015/lib/WebCheckboxDescription.js +3 -3
  78. package/esm2015/lib/WebColumnDescription.js +146 -138
  79. package/esm2015/lib/WebColumnDescriptionMetadata.js +1 -0
  80. package/esm2015/lib/WebColumnGroupDescription.js +12 -12
  81. package/esm2015/lib/WebComboDescription.js +59 -51
  82. package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
  83. package/esm2015/lib/WebDatePickerDescription.js +56 -48
  84. package/esm2015/lib/WebDatePickerDescriptionMetadata.js +1 -0
  85. package/esm2015/lib/WebDateTimeInputDescription.js +25 -25
  86. package/esm2015/lib/WebDockManagerDescription.js +31 -23
  87. package/esm2015/lib/WebDockManagerDescriptionMetadata.js +3 -2
  88. package/esm2015/lib/WebDockingIndicatorDescriptionMetadata.js +1 -1
  89. package/esm2015/lib/WebExpansionPanelDescriptionMetadata_combined.js +1 -1
  90. package/esm2015/lib/WebIconButtonDescriptionMetadata.js +1 -1
  91. package/esm2015/lib/WebInputBaseDescription.js +24 -16
  92. package/esm2015/lib/WebInputBaseDescriptionMetadata.js +1 -0
  93. package/esm2015/lib/WebInputDescription.js +36 -36
  94. package/esm2015/lib/WebInputDescriptionMetadata.js +1 -1
  95. package/esm2015/lib/WebLinearProgressDescriptionMetadata.js +1 -1
  96. package/esm2015/lib/WebMaskInputBaseDescription.js +3 -3
  97. package/esm2015/lib/WebMaskInputDescription.js +10 -10
  98. package/esm2015/lib/WebNavDrawerDescriptionMetadata.js +1 -1
  99. package/esm2015/lib/WebRadioDescription.js +31 -23
  100. package/esm2015/lib/WebRadioDescriptionMetadata.js +2 -1
  101. package/esm2015/lib/WebRadioGroupDescription.js +12 -4
  102. package/esm2015/lib/WebRadioGroupDescriptionMetadata.js +2 -1
  103. package/esm2015/lib/WebRatingDescription.js +22 -14
  104. package/esm2015/lib/WebRatingDescriptionMetadata.js +1 -0
  105. package/esm2015/lib/WebSelectDescription.js +43 -35
  106. package/esm2015/lib/WebSelectDescriptionMetadata.js +1 -0
  107. package/esm2015/lib/WebSliderBaseDescriptionMetadata.js +1 -1
  108. package/esm2015/lib/WebSliderDescription.js +17 -9
  109. package/esm2015/lib/WebSliderDescriptionMetadata.js +1 -0
  110. package/esm2015/lib/WebSplitPaneDescription.js +25 -17
  111. package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
  112. package/esm2015/lib/WebStepperDescriptionMetadata.js +4 -4
  113. package/esm2015/lib/WebTabsDescriptionMetadata.js +1 -1
  114. package/esm2015/lib/WebTextareaDescription.js +45 -37
  115. package/esm2015/lib/WebTextareaDescriptionMetadata.js +5 -4
  116. package/esm2015/lib/angular-renderer.js +21 -1
  117. package/esm2015/lib/igx-component-renderer-container-component.js +5 -1
  118. package/esm2015/lib/type.js +3 -2
  119. package/esm2015/public_api.js +8 -7
  120. package/esm5/lib/ButtonDescription.js +483 -471
  121. package/esm5/lib/ButtonDescriptionMetadata.js +1 -0
  122. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +251 -251
  123. package/esm5/lib/ComponentRendererReferenceResolverEventArgs.js +43 -0
  124. package/esm5/lib/ComponentRenderer_combined.js +588 -555
  125. package/esm5/lib/ComponentSizeHelpers.js +57 -0
  126. package/esm5/lib/DOMExecutionContext.js +14 -4
  127. package/esm5/lib/DescriptionTreeReconciler.js +48 -46
  128. package/esm5/lib/FunnelChartDescription.js +137 -113
  129. package/esm5/lib/FunnelChartDescriptionMetadata.js +4 -0
  130. package/esm5/lib/{WebChildGridRowDescription.js → FunnelChartSelectedItemsChangedEventArgsDescription.js} +23 -35
  131. package/esm5/lib/FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.js +43 -0
  132. package/esm5/lib/GridBridge.js +2 -2
  133. package/esm5/lib/IDataSeriesAdapterRule_combined.js +14 -6
  134. package/esm5/lib/INativeUIElementBridge_combined.js +2 -2
  135. package/esm5/lib/ListPanelContentRebindEventArgsDescription.js +44 -0
  136. package/esm5/lib/ListPanelContentRebindEventArgsDescriptionMetadata.js +41 -0
  137. package/esm5/lib/ListPanelContentRecycledEventArgsDescription.js +44 -0
  138. package/esm5/lib/ListPanelContentRecycledEventArgsDescriptionMetadata.js +41 -0
  139. package/esm5/lib/ListPanelDescription.js +62 -38
  140. package/esm5/lib/ListPanelDescriptionMetadata_combined.js +7 -1
  141. package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
  142. package/esm5/lib/NativeUIButton.js +17 -7
  143. package/esm5/lib/NativeUIButtonGroup.js +2 -2
  144. package/esm5/lib/NativeUICheckbox.js +8 -8
  145. package/esm5/lib/NativeUICheckboxList.js +14 -14
  146. package/esm5/lib/NativeUICombo.js +6 -6
  147. package/esm5/lib/NativeUIElementBridge.js +2 -2
  148. package/esm5/lib/NativeUIGrid.js +2 -2
  149. package/esm5/lib/NativeUIIcon.js +4 -4
  150. package/esm5/lib/NativeUIIconButton.js +8 -8
  151. package/esm5/lib/NativeUIInput.js +14 -14
  152. package/esm5/lib/NativeUIPopup.js +4 -4
  153. package/esm5/lib/NativeUISlider.js +14 -14
  154. package/esm5/lib/ScrollbarStyle.js +5 -1
  155. package/esm5/lib/ScrollerView_combined.js +12 -0
  156. package/esm5/lib/ToolActionButtonDescription.js +6 -6
  157. package/esm5/lib/ToolActionButtonInfoDescription.js +3 -3
  158. package/esm5/lib/ToolActionButtonPairDescription.js +104 -104
  159. package/esm5/lib/ToolActionButtonPairInfoDescription.js +43 -43
  160. package/esm5/lib/ToolActionCheckboxDescription.js +23 -23
  161. package/esm5/lib/ToolActionCheckboxInfoDescription.js +3 -3
  162. package/esm5/lib/ToolActionCheckboxListDescription.js +21 -21
  163. package/esm5/lib/ToolActionCheckboxListInfoDescription.js +15 -15
  164. package/esm5/lib/ToolActionColorEditorDescription.js +3 -3
  165. package/esm5/lib/ToolActionColorEditorInfoDescription.js +3 -3
  166. package/esm5/lib/ToolActionComboDescription.js +11 -11
  167. package/esm5/lib/ToolActionComboInfoDescription.js +12 -12
  168. package/esm5/lib/ToolActionDescription.js +180 -156
  169. package/esm5/lib/ToolActionDescriptionMetadata.js +2 -0
  170. package/esm5/lib/ToolActionGroupHeaderDescription.js +6 -6
  171. package/esm5/lib/ToolActionIconButtonDescription.js +29 -29
  172. package/esm5/lib/ToolActionIconButtonInfoDescription.js +6 -6
  173. package/esm5/lib/ToolActionIconMenuDescription.js +9 -9
  174. package/esm5/lib/ToolActionIconMenuInfoDescription.js +3 -3
  175. package/esm5/lib/ToolActionInfoDescription.js +81 -57
  176. package/esm5/lib/ToolActionInfoDescriptionMetadata.js +2 -0
  177. package/esm5/lib/ToolActionNumberInputDescription.js +3 -3
  178. package/esm5/lib/ToolActionNumberInputInfoDescription.js +3 -3
  179. package/esm5/lib/ToolActionRadioDescription.js +30 -30
  180. package/esm5/lib/ToolActionRadioInfoDescription.js +6 -6
  181. package/esm5/lib/ToolActionSeparatorDescription.js +6 -6
  182. package/esm5/lib/ToolActionSeparatorInfoDescription.js +6 -6
  183. package/esm5/lib/ToolActionTextInputDescription.js +3 -3
  184. package/esm5/lib/ToolActionTextInputInfoDescription.js +3 -3
  185. package/esm5/lib/ToolPanelDescription.js +259 -235
  186. package/esm5/lib/ToolPanelDescriptionMetadata.js +3 -0
  187. package/esm5/lib/ToolbarDescription.js +173 -149
  188. package/esm5/lib/ToolbarDescriptionMetadata.js +3 -0
  189. package/esm5/lib/WebAvatarDescriptionMetadata.js +1 -1
  190. package/esm5/lib/WebButtonDescriptionMetadata.js +1 -1
  191. package/esm5/lib/WebCarouselDescriptionMetadata.js +2 -2
  192. package/esm5/lib/WebCheckboxBaseDescription.js +35 -23
  193. package/esm5/lib/WebCheckboxBaseDescriptionMetadata.js +2 -1
  194. package/esm5/lib/WebCheckboxDescription.js +3 -3
  195. package/esm5/lib/WebColumnDescription.js +150 -138
  196. package/esm5/lib/WebColumnDescriptionMetadata.js +1 -0
  197. package/esm5/lib/WebColumnGroupDescription.js +12 -12
  198. package/esm5/lib/WebComboDescription.js +63 -51
  199. package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
  200. package/esm5/lib/WebDatePickerDescription.js +60 -48
  201. package/esm5/lib/WebDatePickerDescriptionMetadata.js +1 -0
  202. package/esm5/lib/WebDateTimeInputDescription.js +25 -25
  203. package/esm5/lib/WebDockManagerDescription.js +35 -23
  204. package/esm5/lib/WebDockManagerDescriptionMetadata.js +3 -2
  205. package/esm5/lib/WebDockingIndicatorDescriptionMetadata.js +1 -1
  206. package/esm5/lib/WebExpansionPanelDescriptionMetadata_combined.js +1 -1
  207. package/esm5/lib/WebIconButtonDescriptionMetadata.js +1 -1
  208. package/esm5/lib/WebInputBaseDescription.js +28 -16
  209. package/esm5/lib/WebInputBaseDescriptionMetadata.js +1 -0
  210. package/esm5/lib/WebInputDescription.js +36 -36
  211. package/esm5/lib/WebInputDescriptionMetadata.js +1 -1
  212. package/esm5/lib/WebLinearProgressDescriptionMetadata.js +1 -1
  213. package/esm5/lib/WebMaskInputBaseDescription.js +3 -3
  214. package/esm5/lib/WebMaskInputDescription.js +10 -10
  215. package/esm5/lib/WebNavDrawerDescriptionMetadata.js +1 -1
  216. package/esm5/lib/WebRadioDescription.js +35 -23
  217. package/esm5/lib/WebRadioDescriptionMetadata.js +2 -1
  218. package/esm5/lib/WebRadioGroupDescription.js +15 -3
  219. package/esm5/lib/WebRadioGroupDescriptionMetadata.js +2 -1
  220. package/esm5/lib/WebRatingDescription.js +26 -14
  221. package/esm5/lib/WebRatingDescriptionMetadata.js +1 -0
  222. package/esm5/lib/WebSelectDescription.js +47 -35
  223. package/esm5/lib/WebSelectDescriptionMetadata.js +1 -0
  224. package/esm5/lib/WebSliderBaseDescriptionMetadata.js +1 -1
  225. package/esm5/lib/WebSliderDescription.js +21 -9
  226. package/esm5/lib/WebSliderDescriptionMetadata.js +1 -0
  227. package/esm5/lib/WebSplitPaneDescription.js +29 -17
  228. package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
  229. package/esm5/lib/WebStepperDescriptionMetadata.js +4 -4
  230. package/esm5/lib/WebTabsDescriptionMetadata.js +1 -1
  231. package/esm5/lib/WebTextareaDescription.js +49 -37
  232. package/esm5/lib/WebTextareaDescriptionMetadata.js +5 -4
  233. package/esm5/lib/angular-renderer.js +21 -2
  234. package/esm5/lib/igx-component-renderer-container-component.js +5 -1
  235. package/esm5/lib/type.js +6 -2
  236. package/esm5/public_api.js +8 -7
  237. package/fesm2015/igniteui-angular-core.js +11407 -11058
  238. package/fesm5/igniteui-angular-core.js +12560 -12104
  239. package/lib/ButtonDescription.d.ts +177 -174
  240. package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +26 -26
  241. package/lib/ComponentRendererReferenceResolverEventArgs.d.ts +13 -0
  242. package/lib/ComponentRenderer_combined.d.ts +115 -110
  243. package/lib/ComponentSizeHelpers.d.ts +15 -0
  244. package/lib/DOMExecutionContext.d.ts +3 -1
  245. package/lib/FunnelChartDescription.d.ts +46 -40
  246. package/lib/FunnelChartSelectedItemsChangedEventArgsDescription.d.ts +20 -0
  247. package/lib/{WebGridActionButtonDescriptionMetadata.d.ts → FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.d.ts} +1 -1
  248. package/lib/IDataLegend.d.ts +1 -0
  249. package/lib/ILegendSeries.d.ts +1 -0
  250. package/lib/{WebValidatorHandlerDescription.d.ts → ListPanelContentRebindEventArgsDescription.d.ts} +4 -1
  251. package/lib/{WebValidatorHandlerDescriptionMetadata.d.ts → ListPanelContentRebindEventArgsDescriptionMetadata.d.ts} +1 -1
  252. package/lib/ListPanelContentRecycledEventArgsDescription.d.ts +14 -0
  253. package/lib/{WebChildGridRowDescriptionMetadata.d.ts → ListPanelContentRecycledEventArgsDescriptionMetadata.d.ts} +1 -1
  254. package/lib/ListPanelDescription.d.ts +19 -13
  255. package/lib/NativeUIBuiltInProperties.d.ts +49 -48
  256. package/lib/NativeUIButton.d.ts +12 -10
  257. package/lib/NativeUIIconButton.d.ts +6 -6
  258. package/lib/ScrollbarStyle.d.ts +5 -1
  259. package/lib/ToolActionButtonDescription.d.ts +2 -2
  260. package/lib/ToolActionButtonInfoDescription.d.ts +1 -1
  261. package/lib/ToolActionButtonPairDescription.d.ts +37 -37
  262. package/lib/ToolActionButtonPairInfoDescription.d.ts +17 -17
  263. package/lib/ToolActionCheckboxDescription.d.ts +9 -9
  264. package/lib/ToolActionCheckboxInfoDescription.d.ts +1 -1
  265. package/lib/ToolActionCheckboxListDescription.d.ts +7 -7
  266. package/lib/ToolActionCheckboxListInfoDescription.d.ts +5 -5
  267. package/lib/ToolActionColorEditorDescription.d.ts +1 -1
  268. package/lib/ToolActionColorEditorInfoDescription.d.ts +1 -1
  269. package/lib/ToolActionComboDescription.d.ts +4 -4
  270. package/lib/ToolActionComboInfoDescription.d.ts +4 -4
  271. package/lib/ToolActionDescription.d.ts +60 -54
  272. package/lib/ToolActionGroupHeaderDescription.d.ts +2 -2
  273. package/lib/ToolActionIconButtonDescription.d.ts +11 -11
  274. package/lib/ToolActionIconButtonInfoDescription.d.ts +2 -2
  275. package/lib/ToolActionIconMenuDescription.d.ts +3 -3
  276. package/lib/ToolActionIconMenuInfoDescription.d.ts +1 -1
  277. package/lib/ToolActionInfoDescription.d.ts +28 -22
  278. package/lib/ToolActionNumberInputDescription.d.ts +1 -1
  279. package/lib/ToolActionNumberInputInfoDescription.d.ts +1 -1
  280. package/lib/ToolActionRadioDescription.d.ts +11 -11
  281. package/lib/ToolActionRadioInfoDescription.d.ts +2 -2
  282. package/lib/ToolActionSeparatorDescription.d.ts +2 -2
  283. package/lib/ToolActionSeparatorInfoDescription.d.ts +2 -2
  284. package/lib/ToolActionTextInputDescription.d.ts +1 -1
  285. package/lib/ToolActionTextInputInfoDescription.d.ts +1 -1
  286. package/lib/ToolPanelDescription.d.ts +91 -85
  287. package/lib/ToolbarDescription.d.ts +59 -53
  288. package/lib/WebCheckboxBaseDescription.d.ts +12 -9
  289. package/lib/WebCheckboxDescription.d.ts +1 -1
  290. package/lib/WebColumnDescription.d.ts +53 -50
  291. package/lib/WebColumnGroupDescription.d.ts +4 -4
  292. package/lib/WebComboDescription.d.ts +21 -18
  293. package/lib/WebDatePickerDescription.d.ts +20 -17
  294. package/lib/WebDateTimeInputDescription.d.ts +9 -9
  295. package/lib/WebDockManagerDescription.d.ts +11 -8
  296. package/lib/WebInputBaseDescription.d.ts +9 -6
  297. package/lib/WebInputDescription.d.ts +13 -13
  298. package/lib/WebMaskInputBaseDescription.d.ts +1 -1
  299. package/lib/WebMaskInputDescription.d.ts +4 -4
  300. package/lib/WebRadioDescription.d.ts +12 -9
  301. package/lib/WebRadioGroupDescription.d.ts +4 -1
  302. package/lib/WebRatingDescription.d.ts +8 -5
  303. package/lib/WebSelectDescription.d.ts +16 -13
  304. package/lib/WebSliderDescription.d.ts +6 -3
  305. package/lib/WebSplitPaneDescription.d.ts +9 -6
  306. package/lib/WebTextareaDescription.d.ts +16 -13
  307. package/lib/angular-renderer.d.ts +2 -0
  308. package/lib/dom.d.ts +2 -0
  309. package/lib/type.d.ts +2 -1
  310. package/package.json +4 -4
  311. package/public_api.d.ts +8 -7
  312. package/esm2015/lib/WebChildGridRowDescriptionMetadata.js +0 -48
  313. package/esm2015/lib/WebChildGridRowDescriptionModule.js +0 -20
  314. package/esm2015/lib/WebGridActionButtonDescription.js +0 -66
  315. package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -47
  316. package/esm2015/lib/WebValidatorHandlerDescriptionMetadata.js +0 -39
  317. package/esm5/lib/WebChildGridRowDescriptionMetadata.js +0 -52
  318. package/esm5/lib/WebChildGridRowDescriptionModule.js +0 -24
  319. package/esm5/lib/WebGridActionButtonDescription.js +0 -92
  320. package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -51
  321. package/esm5/lib/WebValidatorHandlerDescription.js +0 -31
  322. package/esm5/lib/WebValidatorHandlerDescriptionMetadata.js +0 -43
  323. package/lib/WebChildGridRowDescription.d.ts +0 -24
  324. package/lib/WebChildGridRowDescriptionModule.d.ts +0 -9
  325. package/lib/WebGridActionButtonDescription.d.ts +0 -26
@@ -0,0 +1,53 @@
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, markType } from "./type";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let ComponentSizeHelpers = /*@__PURE__*/ (() => {
12
+ class ComponentSizeHelpers extends Base {
13
+ static f(a) {
14
+ ComponentSizeHelpers.a = a;
15
+ }
16
+ static e(a) {
17
+ return ComponentSizeHelpers.a * a;
18
+ }
19
+ static d(a, b) {
20
+ switch (a) {
21
+ case 0:
22
+ case 1: return ComponentSizeHelpers.e(2);
23
+ case 2: return ComponentSizeHelpers.e(1.168421);
24
+ case 3: return ComponentSizeHelpers.e(1.45455);
25
+ case 4: return ComponentSizeHelpers.e(1.38844);
26
+ }
27
+ return ComponentSizeHelpers.e(2);
28
+ }
29
+ static b(a, b) {
30
+ switch (a) {
31
+ case 0:
32
+ case 1: return ComponentSizeHelpers.e(1);
33
+ case 2: return ComponentSizeHelpers.e(1);
34
+ case 3: return ComponentSizeHelpers.e(0.95455);
35
+ case 4: return ComponentSizeHelpers.e(0.91116);
36
+ }
37
+ return ComponentSizeHelpers.e(2);
38
+ }
39
+ static c(a, b) {
40
+ switch (a) {
41
+ case 0:
42
+ case 1: return ComponentSizeHelpers.e(1.125);
43
+ case 2: return ComponentSizeHelpers.e(0.94737);
44
+ case 3: return ComponentSizeHelpers.e(0.81818);
45
+ case 4: return ComponentSizeHelpers.e(0.68899);
46
+ }
47
+ return ComponentSizeHelpers.e(1.125);
48
+ }
49
+ }
50
+ ComponentSizeHelpers.$t = markType(ComponentSizeHelpers, 'ComponentSizeHelpers');
51
+ ComponentSizeHelpers.a = 16;
52
+ return ComponentSizeHelpers;
53
+ })();
@@ -15,10 +15,10 @@ export let DOMExecutionContext = /*@__PURE__*/ (() => {
15
15
  constructor(a) {
16
16
  super();
17
17
  this.c = 0;
18
- this.b = null;
19
18
  this._requestAnimationFrame = null;
20
- this.b = a;
19
+ this._setTimeout = null;
21
20
  this.requestAnimationFrame = a.getRequestAnimationFrame();
21
+ this.setTimeout = a.getSetTimeout();
22
22
  this.c = dateNow().getTime();
23
23
  }
24
24
  get requestAnimationFrame() {
@@ -27,17 +27,23 @@ export let DOMExecutionContext = /*@__PURE__*/ (() => {
27
27
  set requestAnimationFrame(a) {
28
28
  this._requestAnimationFrame = a;
29
29
  }
30
+ get setTimeout() {
31
+ return this._setTimeout;
32
+ }
33
+ set setTimeout(a) {
34
+ this._setTimeout = a;
35
+ }
30
36
  execute(a) {
31
37
  a();
32
38
  }
33
39
  enqueueAction(a) {
34
- this.b.setTimeout(a, 0);
40
+ this.setTimeout(a, 0);
35
41
  }
36
42
  enqueueAnimationAction(a) {
37
43
  this.requestAnimationFrame(a);
38
44
  }
39
45
  executeDelayed(a, b) {
40
- this.b.setTimeout(a, b);
46
+ this.setTimeout(a, b);
41
47
  }
42
48
  getCurrentRelativeTime() {
43
49
  return dateNow().getTime() - this.c;
@@ -262,56 +262,58 @@ export let DescriptionTreeReconciler = /*@__PURE__*/ (() => {
262
262
  else {
263
263
  let ai = ah.b;
264
264
  let aj = c.a(ah.c).b;
265
- for (let ak = 0; ak < ai.length; ak++) {
266
- let al = ai[ak];
267
- let am = aj[ak];
268
- if (typeCast(DescriptionTreeNode.$, al) !== null && typeCast(DescriptionTreeNode.$, am) !== null) {
269
- let an = al;
270
- let ao = am;
271
- let ap = false;
272
- let aq = an.i == ao.i && an.i == "EmbeddedRef";
273
- if (aq) {
274
- let ar = an.f().toArray();
275
- let as = ao.f().toArray();
276
- for (let at = 0; at <= ar.length - 1; at++) {
277
- let au = ar[at];
278
- let av = as[at];
279
- if (au.c != av.c || au.b != av.b) {
280
- ap = true;
281
- break;
265
+ if (ai != null) {
266
+ for (let ak = 0; ak < ai.length; ak++) {
267
+ let al = ai[ak];
268
+ let am = aj[ak];
269
+ if (typeCast(DescriptionTreeNode.$, al) !== null && typeCast(DescriptionTreeNode.$, am) !== null) {
270
+ let an = al;
271
+ let ao = am;
272
+ let ap = false;
273
+ let aq = an.i == ao.i && an.i == "EmbeddedRef";
274
+ if (aq) {
275
+ let ar = an.f().toArray();
276
+ let as = ao.f().toArray();
277
+ for (let at = 0; at <= ar.length - 1; at++) {
278
+ let au = ar[at];
279
+ let av = as[at];
280
+ if (au.c != av.c || au.b != av.b) {
281
+ ap = true;
282
+ break;
283
+ }
282
284
  }
283
285
  }
284
- }
285
- if (an.i == ao.i && !ap) {
286
- DescriptionTreeReconciler.g(a, an, ao, d);
286
+ if (an.i == ao.i && !ap) {
287
+ DescriptionTreeReconciler.g(a, an, ao, d);
288
+ }
289
+ else {
290
+ let aw = new DescriptionTreeAction();
291
+ aw.j = ah.c;
292
+ aw.d = ah.a;
293
+ aw.c = b;
294
+ aw.b = c;
295
+ aw.a = 3;
296
+ aw.f = ak;
297
+ aw.e = ak;
298
+ aw.h = an;
299
+ aw.g = ao;
300
+ a.add(aw);
301
+ }
287
302
  }
288
303
  else {
289
- let aw = new DescriptionTreeAction();
290
- aw.j = ah.c;
291
- aw.d = ah.a;
292
- aw.c = b;
293
- aw.b = c;
294
- aw.a = 3;
295
- aw.f = ak;
296
- aw.e = ak;
297
- aw.h = an;
298
- aw.g = ao;
299
- a.add(aw);
300
- }
301
- }
302
- else {
303
- if (!Base.equalsStatic(al, am)) {
304
- let ax = new DescriptionTreeAction();
305
- ax.j = ah.c;
306
- ax.d = ah.a;
307
- ax.c = b;
308
- ax.b = c;
309
- ax.a = 3;
310
- ax.f = ak;
311
- ax.e = ak;
312
- ax.h = al;
313
- ax.g = am;
314
- a.add(ax);
304
+ if (!Base.equalsStatic(al, am)) {
305
+ let ax = new DescriptionTreeAction();
306
+ ax.j = ah.c;
307
+ ax.d = ah.a;
308
+ ax.c = b;
309
+ ax.b = c;
310
+ ax.a = 3;
311
+ ax.f = ak;
312
+ ax.e = ak;
313
+ ax.h = al;
314
+ ax.g = am;
315
+ a.add(ax);
316
+ }
315
317
  }
316
318
  }
317
319
  }
@@ -13,49 +13,51 @@ export let FunnelChartDescription = /*@__PURE__*/ (() => {
13
13
  class FunnelChartDescription extends Description {
14
14
  constructor() {
15
15
  super();
16
- this.aq = null;
17
- this.be = null;
18
- this.au = null;
19
- this.v = 0;
16
+ this.as = null;
17
+ this.bh = null;
18
+ this.aw = null;
20
19
  this.x = 0;
21
- this.ap = null;
22
- this.av = null;
20
+ this.z = 0;
21
+ this.ar = null;
22
+ this.ax = null;
23
23
  this.h = null;
24
24
  this.i = null;
25
- this.w = 0;
26
- this.aw = null;
27
- this.a0 = null;
28
- this.ax = null;
29
- this.a3 = null;
25
+ this.y = 0;
26
+ this.ay = null;
27
+ this.a2 = null;
30
28
  this.az = null;
29
+ this.a5 = null;
30
+ this.a1 = null;
31
+ this.av = null;
31
32
  this.at = null;
32
- this.ar = null;
33
- this.as = null;
34
- this.an = 0;
35
- this.m = false;
36
- this.n = false;
37
- this.l = false;
33
+ this.au = null;
34
+ this.ap = 0;
35
+ this.o = false;
38
36
  this.p = false;
37
+ this.n = false;
38
+ this.r = false;
39
+ this.a7 = null;
40
+ this.a8 = null;
41
+ this.ad = 0;
42
+ this.ac = 0;
43
+ this.bf = null;
44
+ this.bg = null;
45
+ this.af = 0;
46
+ this.ae = 0;
47
+ this.j = null;
48
+ this.a0 = null;
49
+ this.q = false;
50
+ this.be = null;
39
51
  this.a4 = null;
40
- this.a5 = null;
41
- this.ab = 0;
42
52
  this.aa = 0;
43
- this.bc = null;
53
+ this.ab = 0;
54
+ this.a3 = null;
44
55
  this.bd = null;
45
- this.ad = 0;
46
- this.ac = 0;
47
- this.ay = null;
48
- this.o = false;
49
- this.bb = null;
50
- this.a2 = null;
51
- this.y = 0;
52
- this.z = 0;
53
- this.a1 = null;
54
- this.ba = null;
55
56
  this.a6 = null;
56
- this.a7 = null;
57
57
  this.a9 = null;
58
- this.a8 = null;
58
+ this.ba = null;
59
+ this.bc = null;
60
+ this.bb = null;
59
61
  }
60
62
  get_type() {
61
63
  return "FunnelChart";
@@ -64,52 +66,52 @@ export let FunnelChartDescription = /*@__PURE__*/ (() => {
64
66
  return this.get_type();
65
67
  }
66
68
  get dataSourceRef() {
67
- return this.aq;
69
+ return this.as;
68
70
  }
69
71
  set dataSourceRef(a) {
70
- this.aq = a;
72
+ this.as = a;
71
73
  this.g("DataSourceRef");
72
74
  }
73
75
  get valueMemberPath() {
74
- return this.be;
76
+ return this.bh;
75
77
  }
76
78
  set valueMemberPath(a) {
77
- this.be = a;
79
+ this.bh = a;
78
80
  this.g("ValueMemberPath");
79
81
  }
80
82
  get highlightedValueMemberPath() {
81
- return this.au;
83
+ return this.aw;
82
84
  }
83
85
  set highlightedValueMemberPath(a) {
84
- this.au = a;
86
+ this.aw = a;
85
87
  this.g("HighlightedValueMemberPath");
86
88
  }
87
89
  get actualHighlightValueOpacity() {
88
- return this.v;
90
+ return this.x;
89
91
  }
90
92
  set actualHighlightValueOpacity(a) {
91
- this.v = a;
93
+ this.x = a;
92
94
  this.g("ActualHighlightValueOpacity");
93
95
  }
94
96
  get highlightValueOpacity() {
95
- return this.x;
97
+ return this.z;
96
98
  }
97
99
  set highlightValueOpacity(a) {
98
- this.x = a;
100
+ this.z = a;
99
101
  this.g("HighlightValueOpacity");
100
102
  }
101
103
  get actualHighlightValueDisplayMode() {
102
- return this.ap;
104
+ return this.ar;
103
105
  }
104
106
  set actualHighlightValueDisplayMode(a) {
105
- this.ap = a;
107
+ this.ar = a;
106
108
  this.g("ActualHighlightValueDisplayMode");
107
109
  }
108
110
  get highlightValueDisplayMode() {
109
- return this.av;
111
+ return this.ax;
110
112
  }
111
113
  set highlightValueDisplayMode(a) {
112
- this.av = a;
114
+ this.ax = a;
113
115
  this.g("HighlightValueDisplayMode");
114
116
  }
115
117
  get brushes() {
@@ -127,241 +129,255 @@ export let FunnelChartDescription = /*@__PURE__*/ (() => {
127
129
  this.g("Outlines");
128
130
  }
129
131
  get bottomEdgeWidth() {
130
- return this.w;
132
+ return this.y;
131
133
  }
132
134
  set bottomEdgeWidth(a) {
133
- this.w = a;
135
+ this.y = a;
134
136
  this.g("BottomEdgeWidth");
135
137
  }
136
138
  get innerLabelMemberPath() {
137
- return this.aw;
139
+ return this.ay;
138
140
  }
139
141
  set innerLabelMemberPath(a) {
140
- this.aw = a;
142
+ this.ay = a;
141
143
  this.g("InnerLabelMemberPath");
142
144
  }
143
145
  get outerLabelMemberPath() {
144
- return this.a0;
146
+ return this.a2;
145
147
  }
146
148
  set outerLabelMemberPath(a) {
147
- this.a0 = a;
149
+ this.a2 = a;
148
150
  this.g("OuterLabelMemberPath");
149
151
  }
150
152
  get innerLabelVisibility() {
151
- return this.ax;
153
+ return this.az;
152
154
  }
153
155
  set innerLabelVisibility(a) {
154
- this.ax = a;
156
+ this.az = a;
155
157
  this.g("InnerLabelVisibility");
156
158
  }
157
159
  get outerLabelVisibility() {
158
- return this.a3;
160
+ return this.a5;
159
161
  }
160
162
  set outerLabelVisibility(a) {
161
- this.a3 = a;
163
+ this.a5 = a;
162
164
  this.g("OuterLabelVisibility");
163
165
  }
164
166
  get outerLabelAlignment() {
165
- return this.az;
167
+ return this.a1;
166
168
  }
167
169
  set outerLabelAlignment(a) {
168
- this.az = a;
170
+ this.a1 = a;
169
171
  this.g("OuterLabelAlignment");
170
172
  }
171
173
  get funnelSliceDisplay() {
172
- return this.at;
174
+ return this.av;
173
175
  }
174
176
  set funnelSliceDisplay(a) {
175
- this.at = a;
177
+ this.av = a;
176
178
  this.g("FunnelSliceDisplay");
177
179
  }
178
180
  get formatInnerLabelRef() {
179
- return this.ar;
181
+ return this.at;
180
182
  }
181
183
  set formatInnerLabelRef(a) {
182
- this.ar = a;
184
+ this.at = a;
183
185
  this.g("FormatInnerLabelRef");
184
186
  }
185
187
  get formatOuterLabelRef() {
186
- return this.as;
188
+ return this.au;
187
189
  }
188
190
  set formatOuterLabelRef(a) {
189
- this.as = a;
191
+ this.au = a;
190
192
  this.g("FormatOuterLabelRef");
191
193
  }
192
194
  get transitionDuration() {
193
- return this.an;
195
+ return this.ap;
194
196
  }
195
197
  set transitionDuration(a) {
196
- this.an = a;
198
+ this.ap = a;
197
199
  this.g("TransitionDuration");
198
200
  }
199
201
  get isInverted() {
200
- return this.m;
202
+ return this.o;
201
203
  }
202
204
  set isInverted(a) {
203
- this.m = a;
205
+ this.o = a;
204
206
  this.g("IsInverted");
205
207
  }
206
208
  get useBezierCurve() {
207
- return this.n;
209
+ return this.p;
208
210
  }
209
211
  set useBezierCurve(a) {
210
- this.n = a;
212
+ this.p = a;
211
213
  this.g("UseBezierCurve");
212
214
  }
213
215
  get allowSliceSelection() {
214
- return this.l;
216
+ return this.n;
215
217
  }
216
218
  set allowSliceSelection(a) {
217
- this.l = a;
219
+ this.n = a;
218
220
  this.g("AllowSliceSelection");
219
221
  }
220
222
  get useUnselectedStyle() {
221
- return this.p;
223
+ return this.r;
222
224
  }
223
225
  set useUnselectedStyle(a) {
224
- this.p = a;
226
+ this.r = a;
225
227
  this.g("UseUnselectedStyle");
226
228
  }
227
229
  get selectedSliceFill() {
228
- return this.a4;
230
+ return this.a7;
229
231
  }
230
232
  set selectedSliceFill(a) {
231
- this.a4 = a;
233
+ this.a7 = a;
232
234
  this.g("SelectedSliceFill");
233
235
  }
234
236
  get selectedSliceStroke() {
235
- return this.a5;
237
+ return this.a8;
236
238
  }
237
239
  set selectedSliceStroke(a) {
238
- this.a5 = a;
240
+ this.a8 = a;
239
241
  this.g("SelectedSliceStroke");
240
242
  }
241
243
  get selectedSliceStrokeThickness() {
242
- return this.ab;
244
+ return this.ad;
243
245
  }
244
246
  set selectedSliceStrokeThickness(a) {
245
- this.ab = a;
247
+ this.ad = a;
246
248
  this.g("SelectedSliceStrokeThickness");
247
249
  }
248
250
  get selectedSliceOpacity() {
249
- return this.aa;
251
+ return this.ac;
250
252
  }
251
253
  set selectedSliceOpacity(a) {
252
- this.aa = a;
254
+ this.ac = a;
253
255
  this.g("SelectedSliceOpacity");
254
256
  }
255
257
  get unselectedSliceFill() {
256
- return this.bc;
258
+ return this.bf;
257
259
  }
258
260
  set unselectedSliceFill(a) {
259
- this.bc = a;
261
+ this.bf = a;
260
262
  this.g("UnselectedSliceFill");
261
263
  }
262
264
  get unselectedSliceStroke() {
263
- return this.bd;
265
+ return this.bg;
264
266
  }
265
267
  set unselectedSliceStroke(a) {
266
- this.bd = a;
268
+ this.bg = a;
267
269
  this.g("UnselectedSliceStroke");
268
270
  }
269
271
  get unselectedSliceStrokeThickness() {
270
- return this.ad;
272
+ return this.af;
271
273
  }
272
274
  set unselectedSliceStrokeThickness(a) {
273
- this.ad = a;
275
+ this.af = a;
274
276
  this.g("UnselectedSliceStrokeThickness");
275
277
  }
276
278
  get unselectedSliceOpacity() {
277
- return this.ac;
279
+ return this.ae;
278
280
  }
279
281
  set unselectedSliceOpacity(a) {
280
- this.ac = a;
282
+ this.ae = a;
281
283
  this.g("UnselectedSliceOpacity");
282
284
  }
285
+ get selectedItems() {
286
+ return this.j;
287
+ }
288
+ set selectedItems(a) {
289
+ this.j = a;
290
+ this.g("SelectedItems");
291
+ }
283
292
  get legendItemBadgeTemplateRef() {
284
- return this.ay;
293
+ return this.a0;
285
294
  }
286
295
  set legendItemBadgeTemplateRef(a) {
287
- this.ay = a;
296
+ this.a0 = a;
288
297
  this.g("LegendItemBadgeTemplateRef");
289
298
  }
290
299
  get useOuterLabelsForLegend() {
291
- return this.o;
300
+ return this.q;
292
301
  }
293
302
  set useOuterLabelsForLegend(a) {
294
- this.o = a;
303
+ this.q = a;
295
304
  this.g("UseOuterLabelsForLegend");
296
305
  }
297
306
  get textStyle() {
298
- return this.bb;
307
+ return this.be;
299
308
  }
300
309
  set textStyle(a) {
301
- this.bb = a;
310
+ this.be = a;
302
311
  this.g("TextStyle");
303
312
  }
304
313
  get outerLabelTextStyle() {
305
- return this.a2;
314
+ return this.a4;
306
315
  }
307
316
  set outerLabelTextStyle(a) {
308
- this.a2 = a;
317
+ this.a4 = a;
309
318
  this.g("OuterLabelTextStyle");
310
319
  }
311
320
  get outlineThickness() {
312
- return this.y;
321
+ return this.aa;
313
322
  }
314
323
  set outlineThickness(a) {
315
- this.y = a;
324
+ this.aa = a;
316
325
  this.g("OutlineThickness");
317
326
  }
318
327
  get pixelScalingRatio() {
319
- return this.z;
328
+ return this.ab;
320
329
  }
321
330
  set pixelScalingRatio(a) {
322
- this.z = a;
331
+ this.ab = a;
323
332
  this.g("PixelScalingRatio");
324
333
  }
325
334
  get outerLabelTextColor() {
326
- return this.a1;
335
+ return this.a3;
327
336
  }
328
337
  set outerLabelTextColor(a) {
329
- this.a1 = a;
338
+ this.a3 = a;
330
339
  this.g("OuterLabelTextColor");
331
340
  }
332
341
  get textColor() {
333
- return this.ba;
342
+ return this.bd;
334
343
  }
335
344
  set textColor(a) {
336
- this.ba = a;
345
+ this.bd = a;
337
346
  this.g("TextColor");
338
347
  }
339
- get sliceClickedRef() {
348
+ get selectedItemsChangedRef() {
340
349
  return this.a6;
341
350
  }
342
- set sliceClickedRef(a) {
351
+ set selectedItemsChangedRef(a) {
343
352
  this.a6 = a;
353
+ this.g("SelectedItemsChangedRef");
354
+ }
355
+ get sliceClickedRef() {
356
+ return this.a9;
357
+ }
358
+ set sliceClickedRef(a) {
359
+ this.a9 = a;
344
360
  this.g("SliceClickedRef");
345
361
  }
346
362
  get sliceEnterRef() {
347
- return this.a7;
363
+ return this.ba;
348
364
  }
349
365
  set sliceEnterRef(a) {
350
- this.a7 = a;
366
+ this.ba = a;
351
367
  this.g("SliceEnterRef");
352
368
  }
353
369
  get sliceLeaveRef() {
354
- return this.a9;
370
+ return this.bc;
355
371
  }
356
372
  set sliceLeaveRef(a) {
357
- this.a9 = a;
373
+ this.bc = a;
358
374
  this.g("SliceLeaveRef");
359
375
  }
360
376
  get sliceHoverRef() {
361
- return this.a8;
377
+ return this.bb;
362
378
  }
363
379
  set sliceHoverRef(a) {
364
- this.a8 = a;
380
+ this.bb = a;
365
381
  this.g("SliceHoverRef");
366
382
  }
367
383
  }