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
@@ -13,36 +13,37 @@ export let WebComboDescription = /*@__PURE__*/ (() => {
13
13
  class WebComboDescription extends Description {
14
14
  constructor() {
15
15
  super();
16
- this.aj = null;
16
+ this.al = null;
17
17
  this.s = false;
18
18
  this.u = false;
19
19
  this.l = false;
20
20
  this.m = false;
21
- this.aq = null;
22
- this.au = null;
23
- this.av = null;
24
- this.r = false;
21
+ this.as = null;
25
22
  this.aw = null;
26
- this.ak = null;
27
- this.an = null;
28
- this.ao = null;
23
+ this.ax = null;
24
+ this.r = false;
25
+ this.ay = null;
26
+ this.am = null;
27
+ this.ap = null;
28
+ this.aq = null;
29
29
  this.j = null;
30
30
  this.n = false;
31
31
  this.p = false;
32
32
  this.h = null;
33
33
  this.o = false;
34
34
  this.t = false;
35
- this.ar = null;
36
- this.q = false;
37
- this.ap = null;
38
- this.am = null;
39
- this.ag = null;
40
- this.al = null;
41
35
  this.af = null;
42
36
  this.at = null;
43
- this.as = null;
37
+ this.q = false;
38
+ this.ar = null;
39
+ this.ao = null;
44
40
  this.ai = null;
41
+ this.an = null;
45
42
  this.ah = null;
43
+ this.av = null;
44
+ this.au = null;
45
+ this.ak = null;
46
+ this.aj = null;
46
47
  }
47
48
  get_type() {
48
49
  return "WebCombo";
@@ -51,10 +52,10 @@ export let WebComboDescription = /*@__PURE__*/ (() => {
51
52
  return this.get_type();
52
53
  }
53
54
  get dataRef() {
54
- return this.aj;
55
+ return this.al;
55
56
  }
56
57
  set dataRef(a) {
57
- this.aj = a;
58
+ this.al = a;
58
59
  this.g("DataRef");
59
60
  }
60
61
  get outlined() {
@@ -86,24 +87,24 @@ export let WebComboDescription = /*@__PURE__*/ (() => {
86
87
  this.g("AutofocusList");
87
88
  }
88
89
  get label() {
89
- return this.aq;
90
+ return this.as;
90
91
  }
91
92
  set label(a) {
92
- this.aq = a;
93
+ this.as = a;
93
94
  this.g("Label");
94
95
  }
95
96
  get placeholder() {
96
- return this.au;
97
+ return this.aw;
97
98
  }
98
99
  set placeholder(a) {
99
- this.au = a;
100
+ this.aw = a;
100
101
  this.g("Placeholder");
101
102
  }
102
103
  get placeholderSearch() {
103
- return this.av;
104
+ return this.ax;
104
105
  }
105
106
  set placeholderSearch(a) {
106
- this.av = a;
107
+ this.ax = a;
107
108
  this.g("PlaceholderSearch");
108
109
  }
109
110
  get open() {
@@ -114,31 +115,31 @@ export let WebComboDescription = /*@__PURE__*/ (() => {
114
115
  this.g("Open");
115
116
  }
116
117
  get valueKey() {
117
- return this.aw;
118
+ return this.ay;
118
119
  }
119
120
  set valueKey(a) {
120
- this.aw = a;
121
+ this.ay = a;
121
122
  this.g("ValueKey");
122
123
  }
123
124
  get displayKey() {
124
- return this.ak;
125
+ return this.am;
125
126
  }
126
127
  set displayKey(a) {
127
- this.ak = a;
128
+ this.am = a;
128
129
  this.g("DisplayKey");
129
130
  }
130
131
  get groupKey() {
131
- return this.an;
132
+ return this.ap;
132
133
  }
133
134
  set groupKey(a) {
134
- this.an = a;
135
+ this.ap = a;
135
136
  this.g("GroupKey");
136
137
  }
137
138
  get groupSorting() {
138
- return this.ao;
139
+ return this.aq;
139
140
  }
140
141
  set groupSorting(a) {
141
- this.ao = a;
142
+ this.aq = a;
142
143
  this.g("GroupSorting");
143
144
  }
144
145
  get filteringOptions() {
@@ -183,11 +184,18 @@ export let WebComboDescription = /*@__PURE__*/ (() => {
183
184
  this.t = a;
184
185
  this.g("Required");
185
186
  }
187
+ get defaultValue() {
188
+ return this.af;
189
+ }
190
+ set defaultValue(a) {
191
+ this.af = a;
192
+ this.g("DefaultValue");
193
+ }
186
194
  get name() {
187
- return this.ar;
195
+ return this.at;
188
196
  }
189
197
  set name(a) {
190
- this.ar = a;
198
+ this.at = a;
191
199
  this.g("Name");
192
200
  }
193
201
  get invalid() {
@@ -198,66 +206,66 @@ export let WebComboDescription = /*@__PURE__*/ (() => {
198
206
  this.g("Invalid");
199
207
  }
200
208
  get itemTemplateRef() {
201
- return this.ap;
209
+ return this.ar;
202
210
  }
203
211
  set itemTemplateRef(a) {
204
- this.ap = a;
212
+ this.ar = a;
205
213
  this.g("ItemTemplateRef");
206
214
  }
207
215
  get groupHeaderTemplateRef() {
208
- return this.am;
216
+ return this.ao;
209
217
  }
210
218
  set groupHeaderTemplateRef(a) {
211
- this.am = a;
219
+ this.ao = a;
212
220
  this.g("GroupHeaderTemplateRef");
213
221
  }
214
222
  get changeRef() {
215
- return this.ag;
223
+ return this.ai;
216
224
  }
217
225
  set changeRef(a) {
218
- this.ag = a;
226
+ this.ai = a;
219
227
  this.g("ChangeRef");
220
228
  }
221
229
  get focusRef() {
222
- return this.al;
230
+ return this.an;
223
231
  }
224
232
  set focusRef(a) {
225
- this.al = a;
233
+ this.an = a;
226
234
  this.g("FocusRef");
227
235
  }
228
236
  get blurRef() {
229
- return this.af;
237
+ return this.ah;
230
238
  }
231
239
  set blurRef(a) {
232
- this.af = a;
240
+ this.ah = a;
233
241
  this.g("BlurRef");
234
242
  }
235
243
  get openingRef() {
236
- return this.at;
244
+ return this.av;
237
245
  }
238
246
  set openingRef(a) {
239
- this.at = a;
247
+ this.av = a;
240
248
  this.g("OpeningRef");
241
249
  }
242
250
  get openedRef() {
243
- return this.as;
251
+ return this.au;
244
252
  }
245
253
  set openedRef(a) {
246
- this.as = a;
254
+ this.au = a;
247
255
  this.g("OpenedRef");
248
256
  }
249
257
  get closingRef() {
250
- return this.ai;
258
+ return this.ak;
251
259
  }
252
260
  set closingRef(a) {
253
- this.ai = a;
261
+ this.ak = a;
254
262
  this.g("ClosingRef");
255
263
  }
256
264
  get closedRef() {
257
- return this.ah;
265
+ return this.aj;
258
266
  }
259
267
  set closedRef(a) {
260
- this.ah = a;
268
+ this.aj = a;
261
269
  this.g("ClosedRef");
262
270
  }
263
271
  }
@@ -54,6 +54,7 @@ export let WebComboDescriptionMetadata = /*@__PURE__*/ (() => {
54
54
  a.item("Value", "Array:object");
55
55
  a.item("Disabled", "Boolean");
56
56
  a.item("Required", "Boolean");
57
+ a.item("DefaultValue", "Unknown");
57
58
  a.item("Name", "String");
58
59
  a.item("Invalid", "Boolean");
59
60
  a.item("ItemTemplateRef", "(w:ItemTemplate,wf:ItemTemplate)TemplateRef::object");
@@ -13,56 +13,57 @@ export let WebDatePickerDescription = /*@__PURE__*/ (() => {
13
13
  class WebDatePickerDescription extends WebBaseComboBoxLikeDescription {
14
14
  constructor() {
15
15
  super();
16
- this.a5 = null;
17
16
  this.a7 = null;
17
+ this.a9 = null;
18
18
  this.aa = false;
19
19
  this.ac = false;
20
20
  this.ar = new Date();
21
21
  this.ao = new Date();
22
22
  this.aq = new Date();
23
23
  this.ap = new Date();
24
- this.a2 = null;
25
- this.bb = null;
24
+ this.a4 = null;
25
+ this.bd = null;
26
26
  this.x = false;
27
27
  this.y = false;
28
28
  this.q = null;
29
29
  this.r = null;
30
30
  this.ab = false;
31
- this.bc = null;
31
+ this.be = null;
32
32
  this.aw = 0;
33
33
  this.ae = false;
34
- this.a1 = null;
35
- this.a4 = null;
34
+ this.a3 = null;
36
35
  this.a6 = null;
37
- this.bd = null;
36
+ this.a8 = null;
37
+ this.bf = null;
38
38
  this.u = null;
39
- this.be = null;
39
+ this.bg = null;
40
40
  this.w = false;
41
41
  this.ad = false;
42
- this.a8 = null;
43
- this.z = false;
42
+ this.ay = null;
44
43
  this.ba = null;
45
- this.a9 = null;
44
+ this.z = false;
45
+ this.bc = null;
46
+ this.bb = null;
47
+ this.a2 = null;
48
+ this.a1 = null;
46
49
  this.a0 = null;
47
- this.az = null;
48
- this.ay = null;
49
- this.a3 = null;
50
+ this.a5 = null;
50
51
  }
51
52
  get_type() {
52
53
  return "WebDatePicker";
53
54
  }
54
55
  get label() {
55
- return this.a5;
56
+ return this.a7;
56
57
  }
57
58
  set label(a) {
58
- this.a5 = a;
59
+ this.a7 = a;
59
60
  this.g("Label");
60
61
  }
61
62
  get mode() {
62
- return this.a7;
63
+ return this.a9;
63
64
  }
64
65
  set mode(a) {
65
- this.a7 = a;
66
+ this.a9 = a;
66
67
  this.g("Mode");
67
68
  }
68
69
  get nonEditable() {
@@ -108,17 +109,17 @@ export let WebDatePickerDescription = /*@__PURE__*/ (() => {
108
109
  this.g("Max");
109
110
  }
110
111
  get headerOrientation() {
111
- return this.a2;
112
+ return this.a4;
112
113
  }
113
114
  set headerOrientation(a) {
114
- this.a2 = a;
115
+ this.a4 = a;
115
116
  this.g("HeaderOrientation");
116
117
  }
117
118
  get orientation() {
118
- return this.bb;
119
+ return this.bd;
119
120
  }
120
121
  set orientation(a) {
121
- this.bb = a;
122
+ this.bd = a;
122
123
  this.g("Orientation");
123
124
  }
124
125
  get hideHeader() {
@@ -157,10 +158,10 @@ export let WebDatePickerDescription = /*@__PURE__*/ (() => {
157
158
  this.g("Outlined");
158
159
  }
159
160
  get placeholder() {
160
- return this.bc;
161
+ return this.be;
161
162
  }
162
163
  set placeholder(a) {
163
- this.bc = a;
164
+ this.be = a;
164
165
  this.g("Placeholder");
165
166
  }
166
167
  get visibleMonths() {
@@ -178,31 +179,31 @@ export let WebDatePickerDescription = /*@__PURE__*/ (() => {
178
179
  this.g("ShowWeekNumbers");
179
180
  }
180
181
  get displayFormat() {
181
- return this.a1;
182
+ return this.a3;
182
183
  }
183
184
  set displayFormat(a) {
184
- this.a1 = a;
185
+ this.a3 = a;
185
186
  this.g("DisplayFormat");
186
187
  }
187
188
  get inputFormat() {
188
- return this.a4;
189
+ return this.a6;
189
190
  }
190
191
  set inputFormat(a) {
191
- this.a4 = a;
192
+ this.a6 = a;
192
193
  this.g("InputFormat");
193
194
  }
194
195
  get locale() {
195
- return this.a6;
196
+ return this.a8;
196
197
  }
197
198
  set locale(a) {
198
- this.a6 = a;
199
+ this.a8 = a;
199
200
  this.g("Locale");
200
201
  }
201
202
  get prompt() {
202
- return this.bd;
203
+ return this.bf;
203
204
  }
204
205
  set prompt(a) {
205
- this.bd = a;
206
+ this.bf = a;
206
207
  this.g("Prompt");
207
208
  }
208
209
  get resourceStrings() {
@@ -213,10 +214,10 @@ export let WebDatePickerDescription = /*@__PURE__*/ (() => {
213
214
  this.g("ResourceStrings");
214
215
  }
215
216
  get weekStart() {
216
- return this.be;
217
+ return this.bg;
217
218
  }
218
219
  set weekStart(a) {
219
- this.be = a;
220
+ this.bg = a;
220
221
  this.g("WeekStart");
221
222
  }
222
223
  get disabled() {
@@ -233,11 +234,18 @@ export let WebDatePickerDescription = /*@__PURE__*/ (() => {
233
234
  this.ad = a;
234
235
  this.g("Required");
235
236
  }
237
+ get defaultValue() {
238
+ return this.ay;
239
+ }
240
+ set defaultValue(a) {
241
+ this.ay = a;
242
+ this.g("DefaultValue");
243
+ }
236
244
  get name() {
237
- return this.a8;
245
+ return this.ba;
238
246
  }
239
247
  set name(a) {
240
- this.a8 = a;
248
+ this.ba = a;
241
249
  this.g("Name");
242
250
  }
243
251
  get invalid() {
@@ -248,45 +256,45 @@ export let WebDatePickerDescription = /*@__PURE__*/ (() => {
248
256
  this.g("Invalid");
249
257
  }
250
258
  get openingRef() {
251
- return this.ba;
259
+ return this.bc;
252
260
  }
253
261
  set openingRef(a) {
254
- this.ba = a;
262
+ this.bc = a;
255
263
  this.g("OpeningRef");
256
264
  }
257
265
  get openedRef() {
258
- return this.a9;
266
+ return this.bb;
259
267
  }
260
268
  set openedRef(a) {
261
- this.a9 = a;
269
+ this.bb = a;
262
270
  this.g("OpenedRef");
263
271
  }
264
272
  get closingRef() {
265
- return this.a0;
273
+ return this.a2;
266
274
  }
267
275
  set closingRef(a) {
268
- this.a0 = a;
276
+ this.a2 = a;
269
277
  this.g("ClosingRef");
270
278
  }
271
279
  get closedRef() {
272
- return this.az;
280
+ return this.a1;
273
281
  }
274
282
  set closedRef(a) {
275
- this.az = a;
283
+ this.a1 = a;
276
284
  this.g("ClosedRef");
277
285
  }
278
286
  get changeRef() {
279
- return this.ay;
287
+ return this.a0;
280
288
  }
281
289
  set changeRef(a) {
282
- this.ay = a;
290
+ this.a0 = a;
283
291
  this.g("ChangeRef");
284
292
  }
285
293
  get inputRef() {
286
- return this.a3;
294
+ return this.a5;
287
295
  }
288
296
  set inputRef(a) {
289
- this.a3 = a;
297
+ this.a5 = a;
290
298
  this.g("InputRef");
291
299
  }
292
300
  }
@@ -71,6 +71,7 @@ export let WebDatePickerDescriptionMetadata = /*@__PURE__*/ (() => {
71
71
  a.item("WeekStart@names", "Sunday;Monday;Tuesday;Wednesday;Thursday;Friday;Saturday");
72
72
  a.item("Disabled", "Boolean");
73
73
  a.item("Required", "Boolean");
74
+ a.item("DefaultValue", "Unknown");
74
75
  a.item("Name", "String");
75
76
  a.item("Invalid", "Boolean");
76
77
  a.item("OpeningRef", "EventRef::opening");
@@ -13,80 +13,80 @@ export let WebDateTimeInputDescription = /*@__PURE__*/ (() => {
13
13
  class WebDateTimeInputDescription extends WebMaskInputBaseDescription {
14
14
  constructor() {
15
15
  super();
16
- this.as = null;
16
+ this.au = null;
17
+ this.ao = new Date();
18
+ this.an = new Date();
17
19
  this.am = new Date();
18
- this.al = new Date();
19
- this.ak = new Date();
20
- this.ar = null;
21
- this.ag = null;
22
- this.ai = false;
23
20
  this.at = null;
24
- this.aq = null;
21
+ this.ai = null;
22
+ this.ak = false;
23
+ this.av = null;
24
+ this.as = null;
25
25
  }
26
26
  get_type() {
27
27
  return "WebDateTimeInput";
28
28
  }
29
29
  get inputFormat() {
30
- return this.as;
30
+ return this.au;
31
31
  }
32
32
  set inputFormat(a) {
33
- this.as = a;
33
+ this.au = a;
34
34
  this.g("InputFormat");
35
35
  }
36
36
  get value() {
37
- return this.am;
37
+ return this.ao;
38
38
  }
39
39
  set value(a) {
40
- this.am = a;
40
+ this.ao = a;
41
41
  this.g("Value");
42
42
  }
43
43
  get min() {
44
- return this.al;
44
+ return this.an;
45
45
  }
46
46
  set min(a) {
47
- this.al = a;
47
+ this.an = a;
48
48
  this.g("Min");
49
49
  }
50
50
  get max() {
51
- return this.ak;
51
+ return this.am;
52
52
  }
53
53
  set max(a) {
54
- this.ak = a;
54
+ this.am = a;
55
55
  this.g("Max");
56
56
  }
57
57
  get displayFormat() {
58
- return this.ar;
58
+ return this.at;
59
59
  }
60
60
  set displayFormat(a) {
61
- this.ar = a;
61
+ this.at = a;
62
62
  this.g("DisplayFormat");
63
63
  }
64
64
  get spinDelta() {
65
- return this.ag;
65
+ return this.ai;
66
66
  }
67
67
  set spinDelta(a) {
68
- this.ag = a;
68
+ this.ai = a;
69
69
  this.g("SpinDelta");
70
70
  }
71
71
  get spinLoop() {
72
- return this.ai;
72
+ return this.ak;
73
73
  }
74
74
  set spinLoop(a) {
75
- this.ai = a;
75
+ this.ak = a;
76
76
  this.g("SpinLoop");
77
77
  }
78
78
  get locale() {
79
- return this.at;
79
+ return this.av;
80
80
  }
81
81
  set locale(a) {
82
- this.at = a;
82
+ this.av = a;
83
83
  this.g("Locale");
84
84
  }
85
85
  get changeRef() {
86
- return this.aq;
86
+ return this.as;
87
87
  }
88
88
  set changeRef(a) {
89
- this.aq = a;
89
+ this.as = a;
90
90
  this.g("ChangeRef");
91
91
  }
92
92
  }