igniteui-angular-core 14.1.0 → 14.1.2

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 (978) hide show
  1. package/bundles/igniteui-angular-core.umd.js +25342 -17195
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/AbsolutePanelBridge.js +68 -0
  4. package/esm2015/lib/AbsoluteVolumeOscillatorIndicatorDescription.js +6 -6
  5. package/esm2015/lib/AggregatedDataProvider.js +7 -0
  6. package/esm2015/lib/AggregatedDataProviderLayerInfo.js +67 -0
  7. package/esm2015/lib/AggregatedDataProviderLayerMap.js +56 -0
  8. package/esm2015/lib/AggregatedDataProviderTargetDataSourceNotifier.js +7 -0
  9. package/esm2015/lib/AggregatedDataProviderTopLayer.js +181 -0
  10. package/esm2015/lib/AggregatedDataProvider_combined.js +551 -0
  11. package/esm2015/lib/AnchoredCategorySeriesDescription.js +26 -26
  12. package/esm2015/lib/AnchoredRadialSeriesDescription.js +23 -23
  13. package/esm2015/lib/AnnotationLayerDescription.js +13 -13
  14. package/esm2015/lib/AreaSeriesDescription.js +3 -3
  15. package/esm2015/lib/AverageDirectionalIndexIndicatorDescription.js +3 -3
  16. package/esm2015/lib/AverageTrueRangeIndicatorDescription.js +3 -3
  17. package/esm2015/lib/BarSeriesDescription.js +6 -6
  18. package/esm2015/lib/BollingerBandWidthIndicatorDescription.js +5 -5
  19. package/esm2015/lib/BollingerBandsOverlayDescription.js +5 -5
  20. package/esm2015/lib/BrushCollectionUtil.js +1 -1
  21. package/esm2015/lib/Brush_combined.js +1 -1
  22. package/esm2015/lib/BubbleSeriesDescription.js +40 -40
  23. package/esm2015/lib/CalloutLabelUpdatingEventArgsDescription.js +26 -10
  24. package/esm2015/lib/CalloutLabelUpdatingEventArgsDescriptionMetadata.js +4 -0
  25. package/esm2015/lib/CalloutLayerDescription.js +103 -103
  26. package/esm2015/lib/CanvasViewRenderer.js +1 -1
  27. package/esm2015/lib/CategoryChartDescription.js +114 -114
  28. package/esm2015/lib/CategoryHighlightLayerDescription.js +9 -9
  29. package/esm2015/lib/CategoryItemHighlightLayerDescription.js +28 -28
  30. package/esm2015/lib/CategorySeriesDescription.js +19 -19
  31. package/esm2015/lib/CategoryToolTipLayerDescription.js +6 -6
  32. package/esm2015/lib/CategoryXAxisDescription.js +17 -9
  33. package/esm2015/lib/CategoryXAxisDescriptionMetadata.js +1 -0
  34. package/esm2015/lib/CategoryYAxisDescription.js +17 -9
  35. package/esm2015/lib/CategoryYAxisDescriptionMetadata.js +1 -0
  36. package/esm2015/lib/ChaikinOscillatorIndicatorDescription.js +6 -6
  37. package/esm2015/lib/ChaikinVolatilityIndicatorDescription.js +3 -3
  38. package/esm2015/lib/ChartGroupDescriptionDescription.js +25 -0
  39. package/esm2015/lib/ChartGroupDescriptionDescriptionMetadata.js +38 -0
  40. package/esm2015/lib/ChartGroupDescriptionDescriptionModule.js +22 -0
  41. package/esm2015/lib/ChartSortDescriptionDescription.js +44 -0
  42. package/esm2015/lib/ChartSortDescriptionDescriptionMetadata.js +39 -0
  43. package/esm2015/lib/ChartSortDescriptionDescriptionModule.js +20 -0
  44. package/esm2015/lib/ChartSummaryDescriptionDescription.js +68 -0
  45. package/esm2015/lib/ChartSummaryDescriptionDescriptionMetadata.js +44 -0
  46. package/esm2015/lib/ChartSummaryDescriptionDescriptionModule.js +20 -0
  47. package/esm2015/lib/CheckboxListDescription.js +33 -17
  48. package/esm2015/lib/CheckboxListDescriptionMetadata.js +3 -0
  49. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +3 -3
  50. package/esm2015/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
  51. package/esm2015/lib/CodeGeneratingComponentRendererHandlerEmitter.js +2 -2
  52. package/esm2015/lib/CodeGeneratingRendererResult.js +54 -47
  53. package/esm2015/lib/CodeGenerationFolderTemplate.js +34 -27
  54. package/esm2015/lib/CodeGenerationTransformer.js +19 -19
  55. package/esm2015/lib/ColorCollectionUtil.js +1 -1
  56. package/esm2015/lib/ColorUtil.js +2 -2
  57. package/esm2015/lib/ColumnFragmentDescription.js +6 -6
  58. package/esm2015/lib/ColumnSeriesDescription.js +9 -9
  59. package/esm2015/lib/CommodityChannelIndexIndicatorDescription.js +3 -3
  60. package/esm2015/lib/ComponentRenderer_combined.js +177 -168
  61. package/esm2015/lib/CrosshairLayerDescription.js +77 -77
  62. package/esm2015/lib/DataChartDescription.js +98 -98
  63. package/esm2015/lib/DataGridDescription.js +716 -636
  64. package/esm2015/lib/DataGridDescriptionMetadata_combined.js +11 -0
  65. package/esm2015/lib/DataLegendValueMode.js +1 -1
  66. package/esm2015/lib/DataSeriesAdapter.js +9 -1
  67. package/esm2015/lib/DataSeriesAdapterCachedProvider.js +22 -0
  68. package/esm2015/lib/DataSeriesAdapterCachedProviderType.js +11 -0
  69. package/esm2015/lib/DataSourceLocalDataProvider.js +227 -162
  70. package/esm2015/lib/DataToolTipLayerDescription.js +335 -335
  71. package/esm2015/lib/DatePartDeltasDescription.js +74 -0
  72. package/esm2015/lib/DatePartDeltasDescriptionMetadata.js +42 -0
  73. package/esm2015/lib/DescriptionSerializer.js +2 -2
  74. package/esm2015/lib/DescriptionTreeAction.js +10 -9
  75. package/esm2015/lib/DescriptionTreeBuilder.js +4 -4
  76. package/esm2015/lib/DescriptionTreeNode.js +64 -36
  77. package/esm2015/lib/DescriptionTreeReconciler.js +156 -141
  78. package/esm2015/lib/DetrendedPriceOscillatorIndicatorDescription.js +3 -3
  79. package/esm2015/lib/DivBridge.js +1 -1
  80. package/esm2015/lib/DomainChartDescription.js +856 -704
  81. package/esm2015/lib/DomainChartDescriptionMetadata.js +19 -0
  82. package/esm2015/lib/FastStochasticOscillatorIndicatorDescription.js +3 -3
  83. package/esm2015/lib/FilterExpressionVisitor.js +2 -2
  84. package/esm2015/lib/FilterFactory_combined.js +2 -2
  85. package/esm2015/lib/FinalValueLayerDescription.js +34 -34
  86. package/esm2015/lib/FinancialChartDescription.js +168 -168
  87. package/esm2015/lib/FinancialIndicatorDescription.js +19 -19
  88. package/esm2015/lib/FinancialOverlayDescription.js +3 -3
  89. package/esm2015/lib/FinancialPriceSeriesDescription.js +40 -40
  90. package/esm2015/lib/FinancialSeriesDescription.js +38 -38
  91. package/esm2015/lib/FlatDataProvider.js +7 -0
  92. package/esm2015/lib/FlatDataProviderTargetDataSourceNotifier.js +7 -0
  93. package/esm2015/lib/FlatDataProvider_combined.js +397 -0
  94. package/esm2015/lib/Flattener.js +5 -5
  95. package/esm2015/lib/ForceIndexIndicatorDescription.js +3 -3
  96. package/esm2015/lib/FullStochasticOscillatorIndicatorDescription.js +8 -8
  97. package/esm2015/lib/GeographicContourLineSeriesDescription.js +14 -14
  98. package/esm2015/lib/GeographicHighDensityScatterSeriesDescription.js +32 -32
  99. package/esm2015/lib/GeographicMapImageryDescription_combined.js +42 -42
  100. package/esm2015/lib/GeographicMapSeriesHostDescription.js +6 -6
  101. package/esm2015/lib/GeographicMarkerSeriesDescription.js +29 -29
  102. package/esm2015/lib/GeographicPolylineSeriesDescription.js +16 -16
  103. package/esm2015/lib/GeographicProportionalSymbolSeriesDescription.js +50 -50
  104. package/esm2015/lib/GeographicScatterAreaSeriesDescription.js +12 -12
  105. package/esm2015/lib/GeographicShapeSeriesBaseDescription.js +28 -28
  106. package/esm2015/lib/GeographicShapeSeriesDescription.js +42 -42
  107. package/esm2015/lib/GeographicSymbolSeriesDescription.js +25 -25
  108. package/esm2015/lib/GeographicTileSeriesDescription.js +5 -5
  109. package/esm2015/lib/GeographicXYTriangulatingSeriesDescription.js +15 -15
  110. package/esm2015/lib/GridBridge.js +44 -50
  111. package/esm2015/lib/HighDensityScatterSeriesDescription.js +47 -47
  112. package/esm2015/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
  113. package/esm2015/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
  114. package/esm2015/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
  115. package/esm2015/lib/ICommandAvailabilityListener.js +11 -0
  116. package/esm2015/lib/IDataSeriesAdapterRule_combined.js +237 -88
  117. package/esm2015/lib/IDataSourceDataProvider_combined.js +20 -7
  118. package/esm2015/lib/INativeUIAbsolutePanelBridge.js +12 -0
  119. package/esm2015/lib/INativeUIElementBridge_combined.js +90 -58
  120. package/esm2015/lib/IToolbarTarget.js +11 -0
  121. package/esm2015/lib/IgcButtonBridge.js +1 -1
  122. package/esm2015/lib/IgcIconButtonBridge.js +72 -0
  123. package/esm2015/lib/ItemLegendDescription.js +19 -3
  124. package/esm2015/lib/ItemLegendDescriptionMetadata.js +2 -0
  125. package/esm2015/lib/ItemToolTipLayerDescription.js +12 -12
  126. package/esm2015/lib/LineSeriesDescription.js +3 -3
  127. package/esm2015/lib/ListPanelContentRefreshedEventArgsDescription.js +26 -0
  128. package/esm2015/lib/ListPanelContentRefreshedEventArgsDescriptionMetadata.js +36 -0
  129. package/esm2015/lib/ListPanelDescription.js +154 -0
  130. package/esm2015/lib/ListPanelDescriptionMetadata.js +61 -0
  131. package/esm2015/lib/ListPanelDescriptionModule.js +20 -0
  132. package/esm2015/lib/ListPanelItemModelDescription.js +58 -0
  133. package/esm2015/lib/ListPanelItemModelDescriptionMetadata.js +40 -0
  134. package/esm2015/lib/ListPanelTemplateHeightRequestedEventArgsDescription.js +50 -0
  135. package/esm2015/lib/ListPanelTemplateHeightRequestedEventArgsDescriptionMetadata.js +39 -0
  136. package/esm2015/lib/ListPanelTemplateItemUpdatingEventArgsDescription.js +42 -0
  137. package/esm2015/lib/ListPanelTemplateItemUpdatingEventArgsDescriptionMetadata.js +40 -0
  138. package/esm2015/lib/ListPanelTemplateWidthRequestedEventArgsDescription.js +50 -0
  139. package/esm2015/lib/ListPanelTemplateWidthRequestedEventArgsDescriptionMetadata.js +39 -0
  140. package/esm2015/lib/LocalDataSource_combined.js +3 -3
  141. package/esm2015/lib/MarkerSeriesDescription.js +25 -25
  142. package/esm2015/lib/MathUtil.js +20 -17
  143. package/esm2015/lib/MoneyFlowIndexIndicatorDescription.js +3 -3
  144. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicatorDescription.js +8 -8
  145. package/esm2015/lib/NativeUIAbsolutePanel.js +35 -0
  146. package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
  147. package/esm2015/lib/NativeUIButton.js +15 -15
  148. package/esm2015/lib/NativeUICheckbox.js +15 -15
  149. package/esm2015/lib/NativeUIComponentBuiltInType.js +1 -1
  150. package/esm2015/lib/NativeUIContainer.js +11 -11
  151. package/esm2015/lib/NativeUIContent.js +5 -5
  152. package/esm2015/lib/NativeUIDropDown.js +18 -18
  153. package/esm2015/lib/NativeUIElementBridge.js +11 -0
  154. package/esm2015/lib/NativeUIGrid.js +25 -25
  155. package/esm2015/lib/NativeUIIconButton.js +34 -0
  156. package/esm2015/lib/NativeUIInput.js +19 -19
  157. package/esm2015/lib/NativeUIInputsFactory.js +56 -26
  158. package/esm2015/lib/NativeUILabel.js +6 -6
  159. package/esm2015/lib/NativeUISlider.js +30 -30
  160. package/esm2015/lib/Numeric.js +1 -1
  161. package/esm2015/lib/ODataDataSourceFilterExpressionVisitor.js +2 -2
  162. package/esm2015/lib/OrdinalTimeXAxisDescription.js +15 -15
  163. package/esm2015/lib/PagedDataSource.js +1 -1
  164. package/esm2015/lib/PanelBridge.js +42 -0
  165. package/esm2015/lib/PercentagePriceOscillatorIndicatorDescription.js +6 -6
  166. package/esm2015/lib/PercentageVolumeOscillatorIndicatorDescription.js +6 -6
  167. package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +6 -0
  168. package/esm2015/lib/PolarAreaSeriesDescription.js +3 -3
  169. package/esm2015/lib/PolarBaseDescription.js +66 -66
  170. package/esm2015/lib/PolarLineSeriesDescription.js +3 -3
  171. package/esm2015/lib/PolarSplineAreaSeriesDescription.js +3 -3
  172. package/esm2015/lib/PolarSplineSeriesDescription.js +3 -3
  173. package/esm2015/lib/PriceChannelOverlayDescription.js +3 -3
  174. package/esm2015/lib/RadialAreaSeriesDescription.js +3 -3
  175. package/esm2015/lib/RadialBaseDescription.js +19 -19
  176. package/esm2015/lib/RadialColumnSeriesDescription.js +6 -6
  177. package/esm2015/lib/RadialLineSeriesDescription.js +3 -3
  178. package/esm2015/lib/RadialPieSeriesDescription.js +6 -6
  179. package/esm2015/lib/RangeCategorySeriesDescription.js +6 -6
  180. package/esm2015/lib/RangeColumnSeriesDescription.js +6 -6
  181. package/esm2015/lib/RateOfChangeAndMomentumIndicatorDescription.js +3 -3
  182. package/esm2015/lib/RectUtil.js +1 -1
  183. package/esm2015/lib/RelativeStrengthIndexIndicatorDescription.js +3 -3
  184. package/esm2015/lib/ScatterAreaSeriesDescription.js +14 -14
  185. package/esm2015/lib/ScatterBaseDescription.js +61 -61
  186. package/esm2015/lib/ScatterContourSeriesDescription.js +16 -16
  187. package/esm2015/lib/ScatterLineSeriesDescription.js +3 -3
  188. package/esm2015/lib/ScatterPolygonSeriesDescription.js +32 -32
  189. package/esm2015/lib/ScatterPolylineSeriesDescription.js +3 -3
  190. package/esm2015/lib/ScatterSplineSeriesDescription.js +3 -3
  191. package/esm2015/lib/ScatterTriangulationSeriesDescription.js +35 -35
  192. package/esm2015/lib/ScrollbarStyle.js +18 -0
  193. package/esm2015/lib/ScrollerView_combined.js +16 -6
  194. package/esm2015/lib/SeriesDescription.js +158 -150
  195. package/esm2015/lib/SeriesDescriptionMetadata.js +1 -0
  196. package/esm2015/lib/SeriesViewerDescription.js +363 -315
  197. package/esm2015/lib/ShapeSeriesBaseDescription.js +36 -36
  198. package/esm2015/lib/SlowStochasticOscillatorIndicatorDescription.js +3 -3
  199. package/esm2015/lib/SmartPlacer.js +1 -1
  200. package/esm2015/lib/SortDescription.js +18 -10
  201. package/esm2015/lib/SortGroupParser.js +85 -0
  202. package/esm2015/lib/SplineSeriesBaseDescription.js +6 -6
  203. package/esm2015/lib/StackedBarSeriesDescription.js +6 -6
  204. package/esm2015/lib/StackedColumnSeriesDescription.js +6 -6
  205. package/esm2015/lib/StackedSeriesBaseDescription.js +12 -12
  206. package/esm2015/lib/StackedSplineAreaSeriesDescription.js +3 -3
  207. package/esm2015/lib/StackedSplineSeriesDescription.js +3 -3
  208. package/esm2015/lib/StandardDeviationIndicatorDescription.js +3 -3
  209. package/esm2015/lib/StochRSIIndicatorDescription.js +3 -3
  210. package/esm2015/lib/SummaryParser.js +96 -0
  211. package/esm2015/lib/SummaryResultDescription.js +16 -0
  212. package/esm2015/lib/SummaryResultDescriptionMetadata.js +2 -0
  213. package/esm2015/lib/SvgIconCollection.js +31 -0
  214. package/esm2015/lib/SvgIconRegistry.js +51 -0
  215. package/esm2015/lib/SyncableObservableCollection$2_combined.js +38 -27
  216. package/esm2015/lib/TRIXIndicatorDescription.js +3 -3
  217. package/esm2015/lib/TileSeriesDescription.js +3 -3
  218. package/esm2015/lib/ToolActionCheckboxDescription.js +23 -0
  219. package/esm2015/lib/ToolActionCheckboxDescriptionMetadata.js +38 -0
  220. package/esm2015/lib/ToolActionCheckboxDescriptionModule.js +22 -0
  221. package/esm2015/lib/ToolActionCheckboxInfo.js +20 -0
  222. package/esm2015/lib/ToolActionDescription.js +138 -0
  223. package/esm2015/lib/ToolActionDescriptionMetadata.js +7 -0
  224. package/esm2015/lib/ToolActionDescriptionMetadata_combined.js +122 -0
  225. package/esm2015/lib/ToolActionDescriptionModule.js +20 -0
  226. package/esm2015/lib/ToolActionEventDetailDescription.js +82 -0
  227. package/esm2015/lib/ToolActionEventDetailDescriptionMetadata.js +7 -0
  228. package/esm2015/lib/ToolActionGroupHeaderDescription.js +23 -0
  229. package/esm2015/lib/ToolActionGroupHeaderDescriptionMetadata.js +38 -0
  230. package/esm2015/lib/ToolActionGroupHeaderDescriptionModule.js +22 -0
  231. package/esm2015/lib/ToolActionGroupHeaderInfo.js +20 -0
  232. package/esm2015/lib/ToolActionIconButtonDescription.js +23 -0
  233. package/esm2015/lib/ToolActionIconButtonDescriptionMetadata.js +38 -0
  234. package/esm2015/lib/ToolActionIconButtonDescriptionModule.js +22 -0
  235. package/esm2015/lib/ToolActionIconButtonInfo.js +20 -0
  236. package/esm2015/lib/ToolActionIconMenuDescription.js +23 -0
  237. package/esm2015/lib/ToolActionIconMenuDescriptionMetadata.js +38 -0
  238. package/esm2015/lib/ToolActionIconMenuDescriptionModule.js +20 -0
  239. package/esm2015/lib/ToolActionIconMenuInfo.js +20 -0
  240. package/esm2015/lib/ToolActionInfo.js +110 -0
  241. package/esm2015/lib/ToolActionMenuActionDescription.js +31 -0
  242. package/esm2015/lib/ToolActionMenuActionDescriptionMetadata.js +37 -0
  243. package/esm2015/lib/ToolActionMenuActionInfo.js +27 -0
  244. package/esm2015/lib/ToolActionNumberInputDescription.js +23 -0
  245. package/esm2015/lib/ToolActionNumberInputDescriptionMetadata.js +38 -0
  246. package/esm2015/lib/ToolActionNumberInputDescriptionModule.js +22 -0
  247. package/esm2015/lib/ToolActionNumberInputInfo.js +20 -0
  248. package/esm2015/lib/ToolActionPerformedEventArgsDescription.js +50 -0
  249. package/esm2015/lib/ToolActionPerformedEventArgsDescriptionMetadata.js +7 -0
  250. package/esm2015/lib/ToolActionSeparatorDescription.js +23 -0
  251. package/esm2015/lib/ToolActionSeparatorDescriptionMetadata.js +38 -0
  252. package/esm2015/lib/ToolActionSeparatorDescriptionModule.js +22 -0
  253. package/esm2015/lib/ToolActionSeparatorInfo.js +20 -0
  254. package/esm2015/lib/ToolActionType.js +24 -0
  255. package/esm2015/lib/ToolCommand.js +34 -0
  256. package/esm2015/lib/ToolCommandArgument.js +33 -0
  257. package/esm2015/lib/ToolCommandArgumentCollection.js +21 -0
  258. package/esm2015/lib/ToolCommandArgumentDescription.js +44 -0
  259. package/esm2015/lib/ToolCommandArgumentDescriptionMetadata.js +38 -0
  260. package/esm2015/lib/ToolCommandDescription.js +44 -0
  261. package/esm2015/lib/ToolCommandDescriptionMetadata.js +38 -0
  262. package/esm2015/lib/ToolCommandEventArgsDescription.js +34 -0
  263. package/esm2015/lib/ToolCommandEventArgsDescriptionMetadata.js +39 -0
  264. package/esm2015/lib/ToolPanelContentRefreshedEventArgsDescription.js +26 -0
  265. package/esm2015/lib/ToolPanelContentRefreshedEventArgsDescriptionMetadata.js +36 -0
  266. package/esm2015/lib/ToolPanelDescription.js +106 -0
  267. package/esm2015/lib/ToolPanelDescriptionMetadata.js +51 -0
  268. package/esm2015/lib/ToolPanelDescriptionModule.js +32 -0
  269. package/esm2015/lib/ToolbarDescription.js +114 -0
  270. package/esm2015/lib/ToolbarDescriptionMetadata.js +48 -0
  271. package/esm2015/lib/ToolbarDescriptionModule.js +22 -0
  272. package/esm2015/lib/TypeDescriptionPropretyTransforms.js +49 -25
  273. package/esm2015/lib/ValueOverlayDescription.js +37 -37
  274. package/esm2015/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
  275. package/esm2015/lib/VerticalStackedSeriesBaseDescription.js +6 -6
  276. package/esm2015/lib/WaterfallSeriesDescription.js +12 -12
  277. package/esm2015/lib/WebAccordionDescription.js +34 -0
  278. package/esm2015/lib/WebAccordionDescriptionMetadata.js +38 -0
  279. package/esm2015/lib/WebAccordionDescriptionModule.js +20 -0
  280. package/esm2015/lib/WebActivePaneEventArgsDescription.js +11 -3
  281. package/esm2015/lib/WebActivePaneEventArgsDescriptionMetadata.js +4 -2
  282. package/esm2015/lib/WebDateTimeInputDescription.js +95 -0
  283. package/esm2015/lib/WebDateTimeInputDescriptionMetadata.js +52 -0
  284. package/esm2015/lib/WebDateTimeInputDescriptionModule.js +22 -0
  285. package/esm2015/lib/WebDragServiceDescription.js +26 -0
  286. package/esm2015/lib/WebDragServiceDescriptionMetadata.js +37 -0
  287. package/esm2015/lib/WebDragServiceDescriptionModule.js +20 -0
  288. package/esm2015/lib/WebDropdownDescriptionModule.js +4 -0
  289. package/esm2015/lib/WebDropdownGroupDescription.js +0 -8
  290. package/esm2015/lib/WebDropdownGroupDescriptionMetadata.js +0 -2
  291. package/esm2015/lib/WebDropdownGroupDescriptionModule.js +0 -2
  292. package/esm2015/lib/WebFloatingPaneResizeEventArgsDescription.js +11 -3
  293. package/esm2015/lib/WebFloatingPaneResizeEventArgsDescriptionMetadata.js +5 -2
  294. package/esm2015/lib/WebFloatingPaneResizeMoveEventArgsDescription.js +48 -11
  295. package/esm2015/lib/WebFloatingPaneResizeMoveEventArgsDescriptionMetadata.js +10 -2
  296. package/esm2015/lib/WebInputDescription.js +15 -23
  297. package/esm2015/lib/WebInputDescriptionMetadata.js +0 -2
  298. package/esm2015/lib/WebMaskInputBaseDescription.js +39 -0
  299. package/esm2015/lib/WebMaskInputBaseDescriptionMetadata.js +39 -0
  300. package/esm2015/lib/WebMaskInputBaseDescriptionModule.js +22 -0
  301. package/esm2015/lib/WebMaskInputDescription.js +5 -29
  302. package/esm2015/lib/WebMaskInputDescriptionMetadata.js +2 -6
  303. package/esm2015/lib/WebMaskInputDescriptionModule.js +2 -2
  304. package/esm2015/lib/WebPaneCloseEventArgsDescription.js +11 -3
  305. package/esm2015/lib/WebPaneCloseEventArgsDescriptionMetadata.js +4 -2
  306. package/esm2015/lib/WebPaneDragEndEventArgsDescription.js +11 -3
  307. package/esm2015/lib/WebPaneDragEndEventArgsDescriptionMetadata.js +4 -2
  308. package/esm2015/lib/WebPaneDragOverEventArgsDescription.js +27 -3
  309. package/esm2015/lib/WebPaneDragOverEventArgsDescriptionMetadata.js +8 -2
  310. package/esm2015/lib/WebPaneDragStartEventArgsDescription.js +11 -3
  311. package/esm2015/lib/WebPaneDragStartEventArgsDescriptionMetadata.js +4 -2
  312. package/esm2015/lib/WebPaneHeaderConnectionEventArgsDescription.js +11 -3
  313. package/esm2015/lib/WebPaneHeaderConnectionEventArgsDescriptionMetadata.js +6 -2
  314. package/esm2015/lib/WebPaneHeaderElementDescription.js +8 -0
  315. package/esm2015/lib/WebPaneHeaderElementDescriptionMetadata.js +3 -0
  316. package/esm2015/lib/WebPaneHeaderElementDescriptionModule.js +20 -0
  317. package/esm2015/lib/WebPanePinnedEventArgsDescription.js +27 -3
  318. package/esm2015/lib/WebPanePinnedEventArgsDescriptionMetadata.js +7 -2
  319. package/esm2015/lib/WebRatingDescription.js +34 -34
  320. package/esm2015/lib/WebRatingDescriptionMetadata.js +1 -1
  321. package/esm2015/lib/WebTabComponentEventArgsDescription.js +34 -0
  322. package/esm2015/lib/WebTabComponentEventArgsDescriptionMetadata.js +40 -0
  323. package/esm2015/lib/WebTabDescription.js +50 -0
  324. package/esm2015/lib/WebTabDescriptionMetadata.js +40 -0
  325. package/esm2015/lib/WebTabDescriptionModule.js +20 -0
  326. package/esm2015/lib/WebTabHeaderConnectionEventArgsDescription.js +11 -3
  327. package/esm2015/lib/WebTabHeaderConnectionEventArgsDescriptionMetadata.js +6 -2
  328. package/esm2015/lib/WebTabHeaderElementDescription.js +8 -0
  329. package/esm2015/lib/WebTabHeaderElementDescriptionMetadata.js +3 -0
  330. package/esm2015/lib/WebTabHeaderElementDescriptionModule.js +20 -0
  331. package/esm2015/lib/WebTabPanelDescription.js +26 -0
  332. package/esm2015/lib/WebTabPanelDescriptionMetadata.js +37 -0
  333. package/esm2015/lib/WebTabPanelDescriptionModule.js +20 -0
  334. package/esm2015/lib/WebTabsDescription.js +50 -0
  335. package/esm2015/lib/WebTabsDescriptionMetadata.js +44 -0
  336. package/esm2015/lib/WebTabsDescriptionModule.js +24 -0
  337. package/esm2015/lib/WebTreeDescriptionMetadata.js +1 -1
  338. package/esm2015/lib/WilliamsPercentRIndicatorDescription.js +3 -3
  339. package/esm2015/lib/XYChartDescription.js +228 -228
  340. package/esm2015/lib/XamMultiScaleImageView_combined.js +2 -2
  341. package/esm2015/lib/componentUtil.js +6 -2
  342. package/esm2015/lib/igx-filter-expression-collection.js +10 -0
  343. package/esm2015/lib/igx-tool-command-argument-collection.js +37 -0
  344. package/esm2015/lib/type.js +1 -1
  345. package/esm2015/public_api.js +134 -10
  346. package/esm5/lib/AbsolutePanelBridge.js +69 -0
  347. package/esm5/lib/AbsoluteVolumeOscillatorIndicatorDescription.js +6 -6
  348. package/esm5/lib/AggregatedDataProvider.js +7 -0
  349. package/esm5/lib/AggregatedDataProviderLayerInfo.js +101 -0
  350. package/esm5/lib/AggregatedDataProviderLayerMap.js +58 -0
  351. package/esm5/lib/AggregatedDataProviderTargetDataSourceNotifier.js +7 -0
  352. package/esm5/lib/AggregatedDataProviderTopLayer.js +211 -0
  353. package/esm5/lib/AggregatedDataProvider_combined.js +659 -0
  354. package/esm5/lib/AnchoredCategorySeriesDescription.js +26 -26
  355. package/esm5/lib/AnchoredRadialSeriesDescription.js +23 -23
  356. package/esm5/lib/AnnotationLayerDescription.js +13 -13
  357. package/esm5/lib/AreaSeriesDescription.js +3 -3
  358. package/esm5/lib/AverageDirectionalIndexIndicatorDescription.js +3 -3
  359. package/esm5/lib/AverageTrueRangeIndicatorDescription.js +3 -3
  360. package/esm5/lib/BarSeriesDescription.js +6 -6
  361. package/esm5/lib/BollingerBandWidthIndicatorDescription.js +5 -5
  362. package/esm5/lib/BollingerBandsOverlayDescription.js +5 -5
  363. package/esm5/lib/BrushCollectionUtil.js +1 -1
  364. package/esm5/lib/Brush_combined.js +1 -1
  365. package/esm5/lib/BubbleSeriesDescription.js +40 -40
  366. package/esm5/lib/CalloutLabelUpdatingEventArgsDescription.js +33 -9
  367. package/esm5/lib/CalloutLabelUpdatingEventArgsDescriptionMetadata.js +4 -0
  368. package/esm5/lib/CalloutLayerDescription.js +103 -103
  369. package/esm5/lib/CanvasViewRenderer.js +1 -1
  370. package/esm5/lib/CategoryChartDescription.js +114 -114
  371. package/esm5/lib/CategoryHighlightLayerDescription.js +9 -9
  372. package/esm5/lib/CategoryItemHighlightLayerDescription.js +28 -28
  373. package/esm5/lib/CategorySeriesDescription.js +19 -19
  374. package/esm5/lib/CategoryToolTipLayerDescription.js +6 -6
  375. package/esm5/lib/CategoryXAxisDescription.js +21 -9
  376. package/esm5/lib/CategoryXAxisDescriptionMetadata.js +1 -0
  377. package/esm5/lib/CategoryYAxisDescription.js +21 -9
  378. package/esm5/lib/CategoryYAxisDescriptionMetadata.js +1 -0
  379. package/esm5/lib/ChaikinOscillatorIndicatorDescription.js +6 -6
  380. package/esm5/lib/ChaikinVolatilityIndicatorDescription.js +3 -3
  381. package/esm5/lib/ChartGroupDescriptionDescription.js +26 -0
  382. package/esm5/lib/ChartGroupDescriptionDescriptionMetadata.js +42 -0
  383. package/esm5/lib/ChartGroupDescriptionDescriptionModule.js +26 -0
  384. package/esm5/lib/ChartSortDescriptionDescription.js +58 -0
  385. package/esm5/lib/ChartSortDescriptionDescriptionMetadata.js +43 -0
  386. package/esm5/lib/ChartSortDescriptionDescriptionModule.js +24 -0
  387. package/esm5/lib/ChartSummaryDescriptionDescription.js +94 -0
  388. package/esm5/lib/ChartSummaryDescriptionDescriptionMetadata.js +48 -0
  389. package/esm5/lib/ChartSummaryDescriptionDescriptionModule.js +24 -0
  390. package/esm5/lib/CheckboxListDescription.js +40 -16
  391. package/esm5/lib/CheckboxListDescriptionMetadata.js +3 -0
  392. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +3 -3
  393. package/esm5/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
  394. package/esm5/lib/CodeGeneratingComponentRendererHandlerEmitter.js +2 -2
  395. package/esm5/lib/CodeGeneratingRendererResult.js +54 -47
  396. package/esm5/lib/CodeGenerationFolderTemplate.js +41 -30
  397. package/esm5/lib/CodeGenerationTransformer.js +19 -19
  398. package/esm5/lib/ColorCollectionUtil.js +1 -1
  399. package/esm5/lib/ColorUtil.js +2 -2
  400. package/esm5/lib/ColumnFragmentDescription.js +6 -6
  401. package/esm5/lib/ColumnSeriesDescription.js +9 -9
  402. package/esm5/lib/CommodityChannelIndexIndicatorDescription.js +3 -3
  403. package/esm5/lib/ComponentRenderer_combined.js +183 -174
  404. package/esm5/lib/CrosshairLayerDescription.js +77 -77
  405. package/esm5/lib/DataChartDescription.js +98 -98
  406. package/esm5/lib/DataGridDescription.js +746 -626
  407. package/esm5/lib/DataGridDescriptionMetadata_combined.js +11 -0
  408. package/esm5/lib/DataLegendValueMode.js +1 -1
  409. package/esm5/lib/DataSeriesAdapter.js +9 -1
  410. package/esm5/lib/DataSeriesAdapterCachedProvider.js +24 -0
  411. package/esm5/lib/DataSeriesAdapterCachedProviderType.js +11 -0
  412. package/esm5/lib/DataSourceLocalDataProvider.js +249 -163
  413. package/esm5/lib/DataToolTipLayerDescription.js +335 -335
  414. package/esm5/lib/DatePartDeltasDescription.js +104 -0
  415. package/esm5/lib/DatePartDeltasDescriptionMetadata.js +46 -0
  416. package/esm5/lib/DescriptionSerializer.js +2 -2
  417. package/esm5/lib/DescriptionTreeAction.js +10 -9
  418. package/esm5/lib/DescriptionTreeBuilder.js +4 -4
  419. package/esm5/lib/DescriptionTreeNode.js +64 -36
  420. package/esm5/lib/DescriptionTreeReconciler.js +156 -141
  421. package/esm5/lib/DetrendedPriceOscillatorIndicatorDescription.js +3 -3
  422. package/esm5/lib/DivBridge.js +1 -1
  423. package/esm5/lib/DomainChartDescription.js +927 -699
  424. package/esm5/lib/DomainChartDescriptionMetadata.js +19 -0
  425. package/esm5/lib/FastStochasticOscillatorIndicatorDescription.js +3 -3
  426. package/esm5/lib/FilterExpressionVisitor.js +2 -2
  427. package/esm5/lib/FilterFactory_combined.js +2 -2
  428. package/esm5/lib/FinalValueLayerDescription.js +34 -34
  429. package/esm5/lib/FinancialChartDescription.js +168 -168
  430. package/esm5/lib/FinancialIndicatorDescription.js +19 -19
  431. package/esm5/lib/FinancialOverlayDescription.js +3 -3
  432. package/esm5/lib/FinancialPriceSeriesDescription.js +40 -40
  433. package/esm5/lib/FinancialSeriesDescription.js +38 -38
  434. package/esm5/lib/FlatDataProvider.js +7 -0
  435. package/esm5/lib/FlatDataProviderTargetDataSourceNotifier.js +7 -0
  436. package/esm5/lib/FlatDataProvider_combined.js +484 -0
  437. package/esm5/lib/Flattener.js +5 -5
  438. package/esm5/lib/ForceIndexIndicatorDescription.js +3 -3
  439. package/esm5/lib/FullStochasticOscillatorIndicatorDescription.js +8 -8
  440. package/esm5/lib/GeographicContourLineSeriesDescription.js +14 -14
  441. package/esm5/lib/GeographicHighDensityScatterSeriesDescription.js +32 -32
  442. package/esm5/lib/GeographicMapImageryDescription_combined.js +42 -42
  443. package/esm5/lib/GeographicMapSeriesHostDescription.js +6 -6
  444. package/esm5/lib/GeographicMarkerSeriesDescription.js +29 -29
  445. package/esm5/lib/GeographicPolylineSeriesDescription.js +16 -16
  446. package/esm5/lib/GeographicProportionalSymbolSeriesDescription.js +50 -50
  447. package/esm5/lib/GeographicScatterAreaSeriesDescription.js +12 -12
  448. package/esm5/lib/GeographicShapeSeriesBaseDescription.js +28 -28
  449. package/esm5/lib/GeographicShapeSeriesDescription.js +42 -42
  450. package/esm5/lib/GeographicSymbolSeriesDescription.js +25 -25
  451. package/esm5/lib/GeographicTileSeriesDescription.js +5 -5
  452. package/esm5/lib/GeographicXYTriangulatingSeriesDescription.js +15 -15
  453. package/esm5/lib/GridBridge.js +44 -50
  454. package/esm5/lib/HighDensityScatterSeriesDescription.js +47 -47
  455. package/esm5/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
  456. package/esm5/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
  457. package/esm5/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
  458. package/esm5/lib/ICommandAvailabilityListener.js +11 -0
  459. package/esm5/lib/IDataSeriesAdapterRule_combined.js +282 -92
  460. package/esm5/lib/IDataSourceDataProvider_combined.js +28 -7
  461. package/esm5/lib/INativeUIAbsolutePanelBridge.js +12 -0
  462. package/esm5/lib/INativeUIElementBridge_combined.js +92 -49
  463. package/esm5/lib/IToolbarTarget.js +11 -0
  464. package/esm5/lib/IgcButtonBridge.js +1 -1
  465. package/esm5/lib/IgcIconButtonBridge.js +74 -0
  466. package/esm5/lib/ItemLegendDescription.js +27 -3
  467. package/esm5/lib/ItemLegendDescriptionMetadata.js +2 -0
  468. package/esm5/lib/ItemToolTipLayerDescription.js +12 -12
  469. package/esm5/lib/LineSeriesDescription.js +3 -3
  470. package/esm5/lib/ListPanelContentRefreshedEventArgsDescription.js +31 -0
  471. package/esm5/lib/ListPanelContentRefreshedEventArgsDescriptionMetadata.js +40 -0
  472. package/esm5/lib/ListPanelDescription.js +224 -0
  473. package/esm5/lib/ListPanelDescriptionMetadata.js +65 -0
  474. package/esm5/lib/ListPanelDescriptionModule.js +24 -0
  475. package/esm5/lib/ListPanelItemModelDescription.js +80 -0
  476. package/esm5/lib/ListPanelItemModelDescriptionMetadata.js +44 -0
  477. package/esm5/lib/ListPanelTemplateHeightRequestedEventArgsDescription.js +68 -0
  478. package/esm5/lib/ListPanelTemplateHeightRequestedEventArgsDescriptionMetadata.js +43 -0
  479. package/esm5/lib/ListPanelTemplateItemUpdatingEventArgsDescription.js +56 -0
  480. package/esm5/lib/ListPanelTemplateItemUpdatingEventArgsDescriptionMetadata.js +44 -0
  481. package/esm5/lib/ListPanelTemplateWidthRequestedEventArgsDescription.js +68 -0
  482. package/esm5/lib/ListPanelTemplateWidthRequestedEventArgsDescriptionMetadata.js +43 -0
  483. package/esm5/lib/LocalDataSource_combined.js +3 -3
  484. package/esm5/lib/MarkerSeriesDescription.js +25 -25
  485. package/esm5/lib/MathUtil.js +20 -17
  486. package/esm5/lib/MoneyFlowIndexIndicatorDescription.js +3 -3
  487. package/esm5/lib/MovingAverageConvergenceDivergenceIndicatorDescription.js +8 -8
  488. package/esm5/lib/NativeUIAbsolutePanel.js +43 -0
  489. package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
  490. package/esm5/lib/NativeUIButton.js +12 -12
  491. package/esm5/lib/NativeUICheckbox.js +12 -12
  492. package/esm5/lib/NativeUIComponentBuiltInType.js +1 -1
  493. package/esm5/lib/NativeUIContainer.js +11 -11
  494. package/esm5/lib/NativeUIContent.js +4 -4
  495. package/esm5/lib/NativeUIDropDown.js +14 -14
  496. package/esm5/lib/NativeUIElementBridge.js +11 -0
  497. package/esm5/lib/NativeUIGrid.js +25 -25
  498. package/esm5/lib/NativeUIIconButton.js +46 -0
  499. package/esm5/lib/NativeUIInput.js +15 -15
  500. package/esm5/lib/NativeUIInputsFactory.js +56 -26
  501. package/esm5/lib/NativeUILabel.js +4 -4
  502. package/esm5/lib/NativeUISlider.js +24 -24
  503. package/esm5/lib/Numeric.js +1 -1
  504. package/esm5/lib/ODataDataSourceFilterExpressionVisitor.js +2 -2
  505. package/esm5/lib/OrdinalTimeXAxisDescription.js +15 -15
  506. package/esm5/lib/PagedDataSource.js +1 -1
  507. package/esm5/lib/PanelBridge.js +44 -0
  508. package/esm5/lib/PercentagePriceOscillatorIndicatorDescription.js +6 -6
  509. package/esm5/lib/PercentageVolumeOscillatorIndicatorDescription.js +6 -6
  510. package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +6 -0
  511. package/esm5/lib/PolarAreaSeriesDescription.js +3 -3
  512. package/esm5/lib/PolarBaseDescription.js +66 -66
  513. package/esm5/lib/PolarLineSeriesDescription.js +3 -3
  514. package/esm5/lib/PolarSplineAreaSeriesDescription.js +3 -3
  515. package/esm5/lib/PolarSplineSeriesDescription.js +3 -3
  516. package/esm5/lib/PriceChannelOverlayDescription.js +3 -3
  517. package/esm5/lib/RadialAreaSeriesDescription.js +3 -3
  518. package/esm5/lib/RadialBaseDescription.js +19 -19
  519. package/esm5/lib/RadialColumnSeriesDescription.js +6 -6
  520. package/esm5/lib/RadialLineSeriesDescription.js +3 -3
  521. package/esm5/lib/RadialPieSeriesDescription.js +6 -6
  522. package/esm5/lib/RangeCategorySeriesDescription.js +6 -6
  523. package/esm5/lib/RangeColumnSeriesDescription.js +6 -6
  524. package/esm5/lib/RateOfChangeAndMomentumIndicatorDescription.js +3 -3
  525. package/esm5/lib/RectUtil.js +1 -1
  526. package/esm5/lib/RelativeStrengthIndexIndicatorDescription.js +3 -3
  527. package/esm5/lib/ScatterAreaSeriesDescription.js +14 -14
  528. package/esm5/lib/ScatterBaseDescription.js +61 -61
  529. package/esm5/lib/ScatterContourSeriesDescription.js +16 -16
  530. package/esm5/lib/ScatterLineSeriesDescription.js +3 -3
  531. package/esm5/lib/ScatterPolygonSeriesDescription.js +32 -32
  532. package/esm5/lib/ScatterPolylineSeriesDescription.js +3 -3
  533. package/esm5/lib/ScatterSplineSeriesDescription.js +3 -3
  534. package/esm5/lib/ScatterTriangulationSeriesDescription.js +35 -35
  535. package/esm5/lib/ScrollbarStyle.js +18 -0
  536. package/esm5/lib/ScrollerView_combined.js +16 -6
  537. package/esm5/lib/SeriesDescription.js +162 -150
  538. package/esm5/lib/SeriesDescriptionMetadata.js +1 -0
  539. package/esm5/lib/SeriesViewerDescription.js +385 -313
  540. package/esm5/lib/ShapeSeriesBaseDescription.js +36 -36
  541. package/esm5/lib/SlowStochasticOscillatorIndicatorDescription.js +3 -3
  542. package/esm5/lib/SmartPlacer.js +1 -1
  543. package/esm5/lib/SortDescription.js +25 -10
  544. package/esm5/lib/SortGroupParser.js +89 -0
  545. package/esm5/lib/SplineSeriesBaseDescription.js +6 -6
  546. package/esm5/lib/StackedBarSeriesDescription.js +6 -6
  547. package/esm5/lib/StackedColumnSeriesDescription.js +6 -6
  548. package/esm5/lib/StackedSeriesBaseDescription.js +12 -12
  549. package/esm5/lib/StackedSplineAreaSeriesDescription.js +3 -3
  550. package/esm5/lib/StackedSplineSeriesDescription.js +3 -3
  551. package/esm5/lib/StandardDeviationIndicatorDescription.js +3 -3
  552. package/esm5/lib/StochRSIIndicatorDescription.js +3 -3
  553. package/esm5/lib/SummaryParser.js +100 -0
  554. package/esm5/lib/SummaryResultDescription.js +24 -0
  555. package/esm5/lib/SummaryResultDescriptionMetadata.js +2 -0
  556. package/esm5/lib/SvgIconCollection.js +33 -0
  557. package/esm5/lib/SvgIconRegistry.js +57 -0
  558. package/esm5/lib/SyncableObservableCollection$2_combined.js +42 -27
  559. package/esm5/lib/TRIXIndicatorDescription.js +3 -3
  560. package/esm5/lib/TileSeriesDescription.js +3 -3
  561. package/esm5/lib/ToolActionCheckboxDescription.js +24 -0
  562. package/esm5/lib/ToolActionCheckboxDescriptionMetadata.js +42 -0
  563. package/esm5/lib/ToolActionCheckboxDescriptionModule.js +26 -0
  564. package/esm5/lib/ToolActionCheckboxInfo.js +24 -0
  565. package/esm5/lib/ToolActionDescription.js +200 -0
  566. package/esm5/lib/ToolActionDescriptionMetadata.js +7 -0
  567. package/esm5/lib/ToolActionDescriptionMetadata_combined.js +132 -0
  568. package/esm5/lib/ToolActionDescriptionModule.js +24 -0
  569. package/esm5/lib/ToolActionEventDetailDescription.js +116 -0
  570. package/esm5/lib/ToolActionEventDetailDescriptionMetadata.js +7 -0
  571. package/esm5/lib/ToolActionGroupHeaderDescription.js +24 -0
  572. package/esm5/lib/ToolActionGroupHeaderDescriptionMetadata.js +42 -0
  573. package/esm5/lib/ToolActionGroupHeaderDescriptionModule.js +26 -0
  574. package/esm5/lib/ToolActionGroupHeaderInfo.js +24 -0
  575. package/esm5/lib/ToolActionIconButtonDescription.js +24 -0
  576. package/esm5/lib/ToolActionIconButtonDescriptionMetadata.js +42 -0
  577. package/esm5/lib/ToolActionIconButtonDescriptionModule.js +26 -0
  578. package/esm5/lib/ToolActionIconButtonInfo.js +24 -0
  579. package/esm5/lib/ToolActionIconMenuDescription.js +24 -0
  580. package/esm5/lib/ToolActionIconMenuDescriptionMetadata.js +42 -0
  581. package/esm5/lib/ToolActionIconMenuDescriptionModule.js +24 -0
  582. package/esm5/lib/ToolActionIconMenuInfo.js +24 -0
  583. package/esm5/lib/ToolActionInfo.js +164 -0
  584. package/esm5/lib/ToolActionMenuActionDescription.js +37 -0
  585. package/esm5/lib/ToolActionMenuActionDescriptionMetadata.js +41 -0
  586. package/esm5/lib/ToolActionMenuActionInfo.js +33 -0
  587. package/esm5/lib/ToolActionNumberInputDescription.js +24 -0
  588. package/esm5/lib/ToolActionNumberInputDescriptionMetadata.js +42 -0
  589. package/esm5/lib/ToolActionNumberInputDescriptionModule.js +26 -0
  590. package/esm5/lib/ToolActionNumberInputInfo.js +24 -0
  591. package/esm5/lib/ToolActionPerformedEventArgsDescription.js +68 -0
  592. package/esm5/lib/ToolActionPerformedEventArgsDescriptionMetadata.js +7 -0
  593. package/esm5/lib/ToolActionSeparatorDescription.js +24 -0
  594. package/esm5/lib/ToolActionSeparatorDescriptionMetadata.js +42 -0
  595. package/esm5/lib/ToolActionSeparatorDescriptionModule.js +26 -0
  596. package/esm5/lib/ToolActionSeparatorInfo.js +24 -0
  597. package/esm5/lib/ToolActionType.js +24 -0
  598. package/esm5/lib/ToolCommand.js +44 -0
  599. package/esm5/lib/ToolCommandArgument.js +43 -0
  600. package/esm5/lib/ToolCommandArgumentCollection.js +22 -0
  601. package/esm5/lib/ToolCommandArgumentDescription.js +58 -0
  602. package/esm5/lib/ToolCommandArgumentDescriptionMetadata.js +42 -0
  603. package/esm5/lib/ToolCommandDescription.js +58 -0
  604. package/esm5/lib/ToolCommandDescriptionMetadata.js +42 -0
  605. package/esm5/lib/ToolCommandEventArgsDescription.js +44 -0
  606. package/esm5/lib/ToolCommandEventArgsDescriptionMetadata.js +43 -0
  607. package/esm5/lib/ToolPanelContentRefreshedEventArgsDescription.js +31 -0
  608. package/esm5/lib/ToolPanelContentRefreshedEventArgsDescriptionMetadata.js +40 -0
  609. package/esm5/lib/ToolPanelDescription.js +152 -0
  610. package/esm5/lib/ToolPanelDescriptionMetadata.js +55 -0
  611. package/esm5/lib/ToolPanelDescriptionModule.js +36 -0
  612. package/esm5/lib/ToolbarDescription.js +164 -0
  613. package/esm5/lib/ToolbarDescriptionMetadata.js +52 -0
  614. package/esm5/lib/ToolbarDescriptionModule.js +26 -0
  615. package/esm5/lib/TypeDescriptionPropretyTransforms.js +49 -25
  616. package/esm5/lib/ValueOverlayDescription.js +37 -37
  617. package/esm5/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
  618. package/esm5/lib/VerticalStackedSeriesBaseDescription.js +6 -6
  619. package/esm5/lib/WaterfallSeriesDescription.js +12 -12
  620. package/esm5/lib/WebAccordionDescription.js +44 -0
  621. package/esm5/lib/WebAccordionDescriptionMetadata.js +42 -0
  622. package/esm5/lib/WebAccordionDescriptionModule.js +24 -0
  623. package/esm5/lib/WebActivePaneEventArgsDescription.js +14 -2
  624. package/esm5/lib/WebActivePaneEventArgsDescriptionMetadata.js +4 -2
  625. package/esm5/lib/WebDateTimeInputDescription.js +133 -0
  626. package/esm5/lib/WebDateTimeInputDescriptionMetadata.js +56 -0
  627. package/esm5/lib/WebDateTimeInputDescriptionModule.js +26 -0
  628. package/esm5/lib/WebDragServiceDescription.js +31 -0
  629. package/esm5/lib/WebDragServiceDescriptionMetadata.js +41 -0
  630. package/esm5/lib/WebDragServiceDescriptionModule.js +24 -0
  631. package/esm5/lib/WebDropdownDescriptionModule.js +4 -0
  632. package/esm5/lib/WebDropdownGroupDescription.js +1 -14
  633. package/esm5/lib/WebDropdownGroupDescriptionMetadata.js +0 -2
  634. package/esm5/lib/WebDropdownGroupDescriptionModule.js +0 -2
  635. package/esm5/lib/WebFloatingPaneResizeEventArgsDescription.js +14 -2
  636. package/esm5/lib/WebFloatingPaneResizeEventArgsDescriptionMetadata.js +5 -2
  637. package/esm5/lib/WebFloatingPaneResizeMoveEventArgsDescription.js +63 -10
  638. package/esm5/lib/WebFloatingPaneResizeMoveEventArgsDescriptionMetadata.js +10 -2
  639. package/esm5/lib/WebInputDescription.js +14 -26
  640. package/esm5/lib/WebInputDescriptionMetadata.js +0 -2
  641. package/esm5/lib/WebMaskInputBaseDescription.js +49 -0
  642. package/esm5/lib/WebMaskInputBaseDescriptionMetadata.js +43 -0
  643. package/esm5/lib/WebMaskInputBaseDescriptionModule.js +26 -0
  644. package/esm5/lib/WebMaskInputDescription.js +4 -40
  645. package/esm5/lib/WebMaskInputDescriptionMetadata.js +2 -6
  646. package/esm5/lib/WebMaskInputDescriptionModule.js +2 -2
  647. package/esm5/lib/WebPaneCloseEventArgsDescription.js +14 -2
  648. package/esm5/lib/WebPaneCloseEventArgsDescriptionMetadata.js +4 -2
  649. package/esm5/lib/WebPaneDragEndEventArgsDescription.js +14 -2
  650. package/esm5/lib/WebPaneDragEndEventArgsDescriptionMetadata.js +4 -2
  651. package/esm5/lib/WebPaneDragOverEventArgsDescription.js +38 -2
  652. package/esm5/lib/WebPaneDragOverEventArgsDescriptionMetadata.js +8 -2
  653. package/esm5/lib/WebPaneDragStartEventArgsDescription.js +14 -2
  654. package/esm5/lib/WebPaneDragStartEventArgsDescriptionMetadata.js +4 -2
  655. package/esm5/lib/WebPaneHeaderConnectionEventArgsDescription.js +14 -2
  656. package/esm5/lib/WebPaneHeaderConnectionEventArgsDescriptionMetadata.js +6 -2
  657. package/esm5/lib/WebPaneHeaderElementDescription.js +14 -1
  658. package/esm5/lib/WebPaneHeaderElementDescriptionMetadata.js +3 -0
  659. package/esm5/lib/WebPaneHeaderElementDescriptionModule.js +24 -0
  660. package/esm5/lib/WebPanePinnedEventArgsDescription.js +38 -2
  661. package/esm5/lib/WebPanePinnedEventArgsDescriptionMetadata.js +7 -2
  662. package/esm5/lib/WebRatingDescription.js +37 -37
  663. package/esm5/lib/WebRatingDescriptionMetadata.js +1 -1
  664. package/esm5/lib/WebTabComponentEventArgsDescription.js +44 -0
  665. package/esm5/lib/WebTabComponentEventArgsDescriptionMetadata.js +44 -0
  666. package/esm5/lib/WebTabDescription.js +68 -0
  667. package/esm5/lib/WebTabDescriptionMetadata.js +44 -0
  668. package/esm5/lib/WebTabDescriptionModule.js +24 -0
  669. package/esm5/lib/WebTabHeaderConnectionEventArgsDescription.js +14 -2
  670. package/esm5/lib/WebTabHeaderConnectionEventArgsDescriptionMetadata.js +6 -2
  671. package/esm5/lib/WebTabHeaderElementDescription.js +14 -1
  672. package/esm5/lib/WebTabHeaderElementDescriptionMetadata.js +3 -0
  673. package/esm5/lib/WebTabHeaderElementDescriptionModule.js +24 -0
  674. package/esm5/lib/WebTabPanelDescription.js +31 -0
  675. package/esm5/lib/WebTabPanelDescriptionMetadata.js +41 -0
  676. package/esm5/lib/WebTabPanelDescriptionModule.js +24 -0
  677. package/esm5/lib/WebTabsDescription.js +68 -0
  678. package/esm5/lib/WebTabsDescriptionMetadata.js +48 -0
  679. package/esm5/lib/WebTabsDescriptionModule.js +28 -0
  680. package/esm5/lib/WebTreeDescriptionMetadata.js +1 -1
  681. package/esm5/lib/WilliamsPercentRIndicatorDescription.js +3 -3
  682. package/esm5/lib/XYChartDescription.js +228 -228
  683. package/esm5/lib/XamMultiScaleImageView_combined.js +2 -2
  684. package/esm5/lib/componentUtil.js +6 -2
  685. package/esm5/lib/igx-filter-expression-collection.js +14 -0
  686. package/esm5/lib/igx-tool-command-argument-collection.js +42 -0
  687. package/esm5/lib/type.js +1 -1
  688. package/esm5/public_api.js +134 -10
  689. package/fesm2015/igniteui-angular-core.js +79005 -72324
  690. package/fesm5/igniteui-angular-core.js +25217 -17196
  691. package/lib/AbsolutePanelBridge.d.ts +26 -0
  692. package/lib/AbsoluteVolumeOscillatorIndicatorDescription.d.ts +2 -2
  693. package/lib/AggregatedDataProvider.d.ts +1 -0
  694. package/lib/AggregatedDataProviderLayerInfo.d.ts +28 -0
  695. package/lib/AggregatedDataProviderLayerMap.d.ts +16 -0
  696. package/lib/AggregatedDataProviderTargetDataSourceNotifier.d.ts +1 -0
  697. package/lib/AggregatedDataProviderTopLayer.d.ts +38 -0
  698. package/lib/AggregatedDataProvider_combined.d.ts +116 -0
  699. package/lib/AnchoredCategorySeriesDescription.d.ts +10 -10
  700. package/lib/AnchoredRadialSeriesDescription.d.ts +9 -9
  701. package/lib/AnnotationLayerDescription.d.ts +5 -5
  702. package/lib/AreaSeriesDescription.d.ts +1 -1
  703. package/lib/AverageDirectionalIndexIndicatorDescription.d.ts +1 -1
  704. package/lib/AverageTrueRangeIndicatorDescription.d.ts +1 -1
  705. package/lib/BarSeriesDescription.d.ts +2 -2
  706. package/lib/BollingerBandWidthIndicatorDescription.d.ts +2 -2
  707. package/lib/BollingerBandsOverlayDescription.d.ts +2 -2
  708. package/lib/BubbleSeriesDescription.d.ts +14 -14
  709. package/lib/CalloutLabelUpdatingEventArgsDescription.d.ts +11 -4
  710. package/lib/CalloutLayerDescription.d.ts +37 -37
  711. package/lib/CategoryChartDescription.d.ts +38 -38
  712. package/lib/CategoryHighlightLayerDescription.d.ts +3 -3
  713. package/lib/CategoryItemHighlightLayerDescription.d.ts +10 -10
  714. package/lib/CategorySeriesDescription.d.ts +7 -7
  715. package/lib/CategoryToolTipLayerDescription.d.ts +2 -2
  716. package/lib/CategoryXAxisDescription.d.ts +6 -3
  717. package/lib/CategoryYAxisDescription.d.ts +6 -3
  718. package/lib/ChaikinOscillatorIndicatorDescription.d.ts +2 -2
  719. package/lib/ChaikinVolatilityIndicatorDescription.d.ts +1 -1
  720. package/lib/ChartGroupDescriptionDescription.d.ts +12 -0
  721. package/lib/ChartGroupDescriptionDescriptionMetadata.d.ts +13 -0
  722. package/lib/ChartGroupDescriptionDescriptionModule.d.ts +9 -0
  723. package/lib/ChartSortDescriptionDescription.d.ts +19 -0
  724. package/lib/ChartSortDescriptionDescriptionMetadata.d.ts +13 -0
  725. package/lib/ChartSortDescriptionDescriptionModule.d.ts +9 -0
  726. package/lib/ChartSummaryDescriptionDescription.d.ts +28 -0
  727. package/lib/ChartSummaryDescriptionDescriptionMetadata.d.ts +13 -0
  728. package/lib/ChartSummaryDescriptionDescriptionModule.d.ts +9 -0
  729. package/lib/CheckboxListDescription.d.ts +11 -5
  730. package/lib/CodeGeneratingRendererResult.d.ts +14 -13
  731. package/lib/CodeGenerationFolderTemplate.d.ts +5 -5
  732. package/lib/ColumnFragmentDescription.d.ts +2 -2
  733. package/lib/ColumnSeriesDescription.d.ts +3 -3
  734. package/lib/CommodityChannelIndexIndicatorDescription.d.ts +1 -1
  735. package/lib/CrosshairLayerDescription.d.ts +29 -29
  736. package/lib/DataChartDescription.d.ts +33 -33
  737. package/lib/DataGridDescription.d.ts +246 -216
  738. package/lib/DataLegendValueMode.d.ts +1 -1
  739. package/lib/DataSeriesAdapter.d.ts +2 -0
  740. package/lib/DataSeriesAdapterCachedProvider.d.ts +12 -0
  741. package/lib/DataSeriesAdapterCachedProviderType.d.ts +13 -0
  742. package/lib/DataSourceLocalDataProvider.d.ts +36 -30
  743. package/lib/DataToolTipLayerDescription.d.ts +128 -128
  744. package/lib/DatePartDeltasDescription.d.ts +29 -0
  745. package/lib/DatePartDeltasDescriptionMetadata.d.ts +13 -0
  746. package/lib/DescriptionTreeAction.d.ts +6 -5
  747. package/lib/DescriptionTreeNode.d.ts +13 -12
  748. package/lib/DetrendedPriceOscillatorIndicatorDescription.d.ts +1 -1
  749. package/lib/DomainChartDescription.d.ts +301 -240
  750. package/lib/FastStochasticOscillatorIndicatorDescription.d.ts +1 -1
  751. package/lib/FinalValueLayerDescription.d.ts +13 -13
  752. package/lib/FinancialChartDescription.d.ts +56 -56
  753. package/lib/FinancialIndicatorDescription.d.ts +7 -7
  754. package/lib/FinancialOverlayDescription.d.ts +1 -1
  755. package/lib/FinancialPriceSeriesDescription.d.ts +15 -15
  756. package/lib/FinancialSeriesDescription.d.ts +14 -14
  757. package/lib/FlatDataProvider.d.ts +1 -0
  758. package/lib/FlatDataProviderTargetDataSourceNotifier.d.ts +1 -0
  759. package/lib/FlatDataProvider_combined.d.ts +108 -0
  760. package/lib/ForceIndexIndicatorDescription.d.ts +1 -1
  761. package/lib/FullStochasticOscillatorIndicatorDescription.d.ts +3 -3
  762. package/lib/GeographicContourLineSeriesDescription.d.ts +5 -5
  763. package/lib/GeographicHighDensityScatterSeriesDescription.d.ts +11 -11
  764. package/lib/GeographicMapImageryDescription_combined.d.ts +14 -14
  765. package/lib/GeographicMapSeriesHostDescription.d.ts +2 -2
  766. package/lib/GeographicMarkerSeriesDescription.d.ts +11 -11
  767. package/lib/GeographicPolylineSeriesDescription.d.ts +6 -6
  768. package/lib/GeographicProportionalSymbolSeriesDescription.d.ts +18 -18
  769. package/lib/GeographicScatterAreaSeriesDescription.d.ts +4 -4
  770. package/lib/GeographicShapeSeriesBaseDescription.d.ts +10 -10
  771. package/lib/GeographicShapeSeriesDescription.d.ts +17 -17
  772. package/lib/GeographicSymbolSeriesDescription.d.ts +9 -9
  773. package/lib/GeographicTileSeriesDescription.d.ts +2 -2
  774. package/lib/GeographicXYTriangulatingSeriesDescription.d.ts +6 -6
  775. package/lib/GridBridge.d.ts +12 -13
  776. package/lib/HighDensityScatterSeriesDescription.d.ts +17 -17
  777. package/lib/HorizontalAnchoredCategorySeriesDescription.d.ts +2 -2
  778. package/lib/HorizontalRangeCategorySeriesDescription.d.ts +6 -6
  779. package/lib/HorizontalStackedSeriesBaseDescription.d.ts +2 -2
  780. package/lib/ICommandAvailabilityListener.d.ts +10 -0
  781. package/lib/IDataSeriesAdapterRule_combined.d.ts +47 -28
  782. package/lib/IDataSourceDataProvider_combined.d.ts +9 -4
  783. package/lib/IExternalDataSeriesAdapter.d.ts +2 -0
  784. package/lib/INativeUIAbsolutePanelBridge.d.ts +16 -0
  785. package/lib/INativeUIElementBridge_combined.d.ts +38 -29
  786. package/lib/IScrollerView.d.ts +1 -0
  787. package/lib/IToolbarTarget.d.ts +17 -0
  788. package/lib/IgcIconButtonBridge.d.ts +14 -0
  789. package/lib/ItemLegendDescription.d.ts +7 -1
  790. package/lib/ItemToolTipLayerDescription.d.ts +4 -4
  791. package/lib/LineSeriesDescription.d.ts +1 -1
  792. package/lib/ListPanelContentRefreshedEventArgsDescription.d.ts +11 -0
  793. package/lib/ListPanelContentRefreshedEventArgsDescriptionMetadata.d.ts +13 -0
  794. package/lib/ListPanelDescription.d.ts +60 -0
  795. package/lib/ListPanelDescriptionMetadata.d.ts +13 -0
  796. package/lib/ListPanelDescriptionModule.d.ts +9 -0
  797. package/lib/ListPanelItemModelDescription.d.ts +23 -0
  798. package/lib/ListPanelItemModelDescriptionMetadata.d.ts +13 -0
  799. package/lib/ListPanelTemplateHeightRequestedEventArgsDescription.d.ts +20 -0
  800. package/lib/ListPanelTemplateHeightRequestedEventArgsDescriptionMetadata.d.ts +13 -0
  801. package/lib/ListPanelTemplateItemUpdatingEventArgsDescription.d.ts +18 -0
  802. package/lib/ListPanelTemplateItemUpdatingEventArgsDescriptionMetadata.d.ts +13 -0
  803. package/lib/ListPanelTemplateWidthRequestedEventArgsDescription.d.ts +20 -0
  804. package/lib/ListPanelTemplateWidthRequestedEventArgsDescriptionMetadata.d.ts +13 -0
  805. package/lib/MarkerSeriesDescription.d.ts +10 -10
  806. package/lib/MathUtil.d.ts +17 -16
  807. package/lib/MoneyFlowIndexIndicatorDescription.d.ts +1 -1
  808. package/lib/MovingAverageConvergenceDivergenceIndicatorDescription.d.ts +3 -3
  809. package/lib/NativeUIAbsolutePanel.d.ts +17 -0
  810. package/lib/NativeUIBuiltInProperties.d.ts +3 -1
  811. package/lib/NativeUIButton.d.ts +7 -7
  812. package/lib/NativeUICheckbox.d.ts +7 -7
  813. package/lib/NativeUIComponentBuiltInType.d.ts +3 -1
  814. package/lib/NativeUIContainer.d.ts +6 -6
  815. package/lib/NativeUIContent.d.ts +3 -3
  816. package/lib/NativeUIDropDown.d.ts +9 -9
  817. package/lib/NativeUIElementBridge.d.ts +5 -0
  818. package/lib/NativeUIGrid.d.ts +13 -13
  819. package/lib/NativeUIIconButton.d.ts +14 -0
  820. package/lib/NativeUIInput.d.ts +10 -10
  821. package/lib/NativeUIInputsFactory.d.ts +8 -6
  822. package/lib/NativeUILabel.d.ts +4 -4
  823. package/lib/NativeUISlider.d.ts +14 -14
  824. package/lib/OrdinalTimeXAxisDescription.d.ts +5 -5
  825. package/lib/PanelBridge.d.ts +16 -0
  826. package/lib/PercentagePriceOscillatorIndicatorDescription.d.ts +2 -2
  827. package/lib/PercentageVolumeOscillatorIndicatorDescription.d.ts +2 -2
  828. package/lib/PolarAreaSeriesDescription.d.ts +1 -1
  829. package/lib/PolarBaseDescription.d.ts +24 -24
  830. package/lib/PolarLineSeriesDescription.d.ts +1 -1
  831. package/lib/PolarSplineAreaSeriesDescription.d.ts +1 -1
  832. package/lib/PolarSplineSeriesDescription.d.ts +1 -1
  833. package/lib/PriceChannelOverlayDescription.d.ts +1 -1
  834. package/lib/RadialAreaSeriesDescription.d.ts +1 -1
  835. package/lib/RadialBaseDescription.d.ts +7 -7
  836. package/lib/RadialColumnSeriesDescription.d.ts +2 -2
  837. package/lib/RadialLineSeriesDescription.d.ts +1 -1
  838. package/lib/RadialPieSeriesDescription.d.ts +2 -2
  839. package/lib/RangeCategorySeriesDescription.d.ts +2 -2
  840. package/lib/RangeColumnSeriesDescription.d.ts +2 -2
  841. package/lib/RateOfChangeAndMomentumIndicatorDescription.d.ts +1 -1
  842. package/lib/RelativeStrengthIndexIndicatorDescription.d.ts +1 -1
  843. package/lib/ScatterAreaSeriesDescription.d.ts +5 -5
  844. package/lib/ScatterBaseDescription.d.ts +23 -23
  845. package/lib/ScatterContourSeriesDescription.d.ts +6 -6
  846. package/lib/ScatterLineSeriesDescription.d.ts +1 -1
  847. package/lib/ScatterPolygonSeriesDescription.d.ts +12 -12
  848. package/lib/ScatterPolylineSeriesDescription.d.ts +1 -1
  849. package/lib/ScatterSplineSeriesDescription.d.ts +1 -1
  850. package/lib/ScatterTriangulationSeriesDescription.d.ts +13 -13
  851. package/lib/ScrollbarStyle.d.ts +11 -2
  852. package/lib/ScrollerView_combined.d.ts +2 -1
  853. package/lib/SeriesDescription.d.ts +56 -53
  854. package/lib/SeriesViewerDescription.d.ts +127 -109
  855. package/lib/ShapeSeriesBaseDescription.d.ts +13 -13
  856. package/lib/SlowStochasticOscillatorIndicatorDescription.d.ts +1 -1
  857. package/lib/SortDescription.d.ts +6 -3
  858. package/lib/SortGroupParser.d.ts +10 -0
  859. package/lib/SplineSeriesBaseDescription.d.ts +2 -2
  860. package/lib/StackedBarSeriesDescription.d.ts +2 -2
  861. package/lib/StackedColumnSeriesDescription.d.ts +2 -2
  862. package/lib/StackedSeriesBaseDescription.d.ts +4 -4
  863. package/lib/StackedSplineAreaSeriesDescription.d.ts +1 -1
  864. package/lib/StackedSplineSeriesDescription.d.ts +1 -1
  865. package/lib/StandardDeviationIndicatorDescription.d.ts +1 -1
  866. package/lib/StochRSIIndicatorDescription.d.ts +1 -1
  867. package/lib/SummaryParser.d.ts +9 -0
  868. package/lib/SummaryResultDescription.d.ts +6 -0
  869. package/lib/SvgIconCollection.d.ts +11 -0
  870. package/lib/SvgIconRegistry.d.ts +12 -0
  871. package/lib/SyncableObservableCollection$2_combined.d.ts +11 -8
  872. package/lib/TRIXIndicatorDescription.d.ts +1 -1
  873. package/lib/TileSeriesDescription.d.ts +1 -1
  874. package/lib/ToolActionCheckboxDescription.d.ts +10 -0
  875. package/lib/ToolActionCheckboxDescriptionMetadata.d.ts +13 -0
  876. package/lib/ToolActionCheckboxDescriptionModule.d.ts +9 -0
  877. package/lib/ToolActionCheckboxInfo.d.ts +10 -0
  878. package/lib/ToolActionDescription.d.ts +53 -0
  879. package/lib/ToolActionDescriptionMetadata.d.ts +1 -0
  880. package/lib/ToolActionDescriptionMetadata_combined.d.ts +33 -0
  881. package/lib/ToolActionDescriptionModule.d.ts +9 -0
  882. package/lib/ToolActionEventDetailDescription.d.ts +33 -0
  883. package/lib/ToolActionEventDetailDescriptionMetadata.d.ts +1 -0
  884. package/lib/ToolActionGroupHeaderDescription.d.ts +10 -0
  885. package/lib/ToolActionGroupHeaderDescriptionMetadata.d.ts +13 -0
  886. package/lib/ToolActionGroupHeaderDescriptionModule.d.ts +9 -0
  887. package/lib/ToolActionGroupHeaderInfo.d.ts +10 -0
  888. package/lib/ToolActionIconButtonDescription.d.ts +10 -0
  889. package/lib/ToolActionIconButtonDescriptionMetadata.d.ts +13 -0
  890. package/lib/ToolActionIconButtonDescriptionModule.d.ts +9 -0
  891. package/lib/ToolActionIconButtonInfo.d.ts +10 -0
  892. package/lib/ToolActionIconMenuDescription.d.ts +10 -0
  893. package/lib/ToolActionIconMenuDescriptionMetadata.d.ts +13 -0
  894. package/lib/ToolActionIconMenuDescriptionModule.d.ts +9 -0
  895. package/lib/ToolActionIconMenuInfo.d.ts +10 -0
  896. package/lib/ToolActionInfo.d.ts +47 -0
  897. package/lib/ToolActionMenuActionDescription.d.ts +13 -0
  898. package/lib/ToolActionMenuActionDescriptionMetadata.d.ts +13 -0
  899. package/lib/ToolActionMenuActionInfo.d.ts +11 -0
  900. package/lib/ToolActionNumberInputDescription.d.ts +10 -0
  901. package/lib/ToolActionNumberInputDescriptionMetadata.d.ts +13 -0
  902. package/lib/ToolActionNumberInputDescriptionModule.d.ts +9 -0
  903. package/lib/ToolActionNumberInputInfo.d.ts +10 -0
  904. package/lib/ToolActionPerformedEventArgsDescription.d.ts +21 -0
  905. package/lib/ToolActionPerformedEventArgsDescriptionMetadata.d.ts +1 -0
  906. package/lib/ToolActionSeparatorDescription.d.ts +10 -0
  907. package/lib/ToolActionSeparatorDescriptionMetadata.d.ts +13 -0
  908. package/lib/ToolActionSeparatorDescriptionModule.d.ts +9 -0
  909. package/lib/ToolActionSeparatorInfo.d.ts +10 -0
  910. package/lib/ToolActionType.d.ts +17 -0
  911. package/lib/ToolCommand.d.ts +15 -0
  912. package/lib/ToolCommandArgument.d.ts +13 -0
  913. package/lib/ToolCommandArgumentCollection.d.ts +10 -0
  914. package/lib/ToolCommandArgumentDescription.d.ts +19 -0
  915. package/lib/ToolCommandArgumentDescriptionMetadata.d.ts +13 -0
  916. package/lib/ToolCommandDescription.d.ts +20 -0
  917. package/lib/ToolCommandDescriptionMetadata.d.ts +13 -0
  918. package/lib/ToolCommandEventArgsDescription.d.ts +15 -0
  919. package/lib/ToolCommandEventArgsDescriptionMetadata.d.ts +13 -0
  920. package/lib/ToolPanelContentRefreshedEventArgsDescription.d.ts +11 -0
  921. package/lib/ToolPanelContentRefreshedEventArgsDescriptionMetadata.d.ts +13 -0
  922. package/lib/ToolPanelDescription.d.ts +42 -0
  923. package/lib/ToolPanelDescriptionMetadata.d.ts +13 -0
  924. package/lib/ToolPanelDescriptionModule.d.ts +9 -0
  925. package/lib/ToolbarDescription.d.ts +45 -0
  926. package/lib/ToolbarDescriptionMetadata.d.ts +13 -0
  927. package/lib/ToolbarDescriptionModule.d.ts +9 -0
  928. package/lib/ValueOverlayDescription.d.ts +14 -14
  929. package/lib/VerticalAnchoredCategorySeriesDescription.d.ts +2 -2
  930. package/lib/VerticalStackedSeriesBaseDescription.d.ts +2 -2
  931. package/lib/WaterfallSeriesDescription.d.ts +4 -4
  932. package/lib/WebAccordionDescription.d.ts +14 -0
  933. package/lib/WebAccordionDescriptionMetadata.d.ts +13 -0
  934. package/lib/WebAccordionDescriptionModule.d.ts +9 -0
  935. package/lib/WebActivePaneEventArgsDescription.d.ts +6 -2
  936. package/lib/WebDateTimeInputDescription.d.ts +38 -0
  937. package/lib/WebDateTimeInputDescriptionMetadata.d.ts +13 -0
  938. package/lib/WebDateTimeInputDescriptionModule.d.ts +9 -0
  939. package/lib/WebDragServiceDescription.d.ts +11 -0
  940. package/lib/WebDragServiceDescriptionMetadata.d.ts +13 -0
  941. package/lib/WebDragServiceDescriptionModule.d.ts +9 -0
  942. package/lib/WebDropdownGroupDescription.d.ts +0 -3
  943. package/lib/WebFloatingPaneResizeEventArgsDescription.d.ts +6 -2
  944. package/lib/WebFloatingPaneResizeMoveEventArgsDescription.d.ts +21 -6
  945. package/lib/WebInputDescription.d.ts +5 -8
  946. package/lib/WebMaskInputBaseDescription.d.ts +16 -0
  947. package/lib/WebMaskInputBaseDescriptionMetadata.d.ts +13 -0
  948. package/lib/WebMaskInputBaseDescriptionModule.d.ts +9 -0
  949. package/lib/WebMaskInputDescription.d.ts +3 -12
  950. package/lib/WebPaneCloseEventArgsDescription.d.ts +7 -2
  951. package/lib/WebPaneDragEndEventArgsDescription.d.ts +7 -2
  952. package/lib/WebPaneDragOverEventArgsDescription.d.ts +14 -2
  953. package/lib/WebPaneDragStartEventArgsDescription.d.ts +7 -2
  954. package/lib/WebPaneHeaderConnectionEventArgsDescription.d.ts +7 -2
  955. package/lib/WebPaneHeaderElementDescription.d.ts +4 -0
  956. package/lib/WebPaneHeaderElementDescriptionModule.d.ts +9 -0
  957. package/lib/WebPanePinnedEventArgsDescription.d.ts +12 -2
  958. package/lib/WebRatingDescription.d.ts +11 -11
  959. package/lib/WebTabComponentEventArgsDescription.d.ts +15 -0
  960. package/lib/WebTabComponentEventArgsDescriptionMetadata.d.ts +13 -0
  961. package/lib/WebTabDescription.d.ts +20 -0
  962. package/lib/WebTabDescriptionMetadata.d.ts +13 -0
  963. package/lib/WebTabDescriptionModule.d.ts +9 -0
  964. package/lib/WebTabHeaderConnectionEventArgsDescription.d.ts +7 -2
  965. package/lib/WebTabHeaderElementDescription.d.ts +4 -0
  966. package/lib/WebTabHeaderElementDescriptionModule.d.ts +9 -0
  967. package/lib/WebTabPanelDescription.d.ts +11 -0
  968. package/lib/WebTabPanelDescriptionMetadata.d.ts +13 -0
  969. package/lib/WebTabPanelDescriptionModule.d.ts +9 -0
  970. package/lib/WebTabsDescription.d.ts +20 -0
  971. package/lib/WebTabsDescriptionMetadata.d.ts +13 -0
  972. package/lib/WebTabsDescriptionModule.d.ts +9 -0
  973. package/lib/WilliamsPercentRIndicatorDescription.d.ts +1 -1
  974. package/lib/XYChartDescription.d.ts +76 -76
  975. package/lib/igx-filter-expression-collection.d.ts +6 -0
  976. package/lib/igx-tool-command-argument-collection.d.ts +7 -0
  977. package/package.json +1 -1
  978. package/public_api.d.ts +134 -10
@@ -13,269 +13,279 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
13
13
  class DataGridDescription extends Description {
14
14
  constructor() {
15
15
  super();
16
- this.id = null;
17
- this.gq = null;
18
- this.eu = null;
19
- this.bj = false;
20
- this.bo = false;
21
- this.bt = false;
22
- this.fp = null;
23
- this.fh = null;
24
- this.bq = false;
25
- this.gz = null;
16
+ this.iu = null;
26
17
  this.g0 = null;
27
- this.f5 = null;
28
- this.c5 = 0;
29
- this.c6 = 0;
30
- this.c7 = 0;
31
- this.c8 = 0;
32
- this.a5 = null;
33
- this.a7 = null;
18
+ this.e4 = null;
19
+ this.br = false;
20
+ this.bw = false;
21
+ this.b1 = false;
22
+ this.fz = null;
23
+ this.fr = null;
24
+ this.by = false;
25
+ this.hc = null;
26
+ this.hd = null;
27
+ this.gf = null;
28
+ this.df = 0;
29
+ this.dg = 0;
30
+ this.dh = 0;
31
+ this.di = 0;
32
+ this.bb = null;
33
+ this.bd = null;
34
+ this.bf = null;
34
35
  this.a9 = null;
35
36
  this.a3 = null;
37
+ this.a5 = null;
36
38
  this.ax = null;
37
- this.az = null;
38
- this.ar = null;
39
- this.ap = null;
40
- this.a1 = null;
39
+ this.av = null;
40
+ this.a7 = null;
41
41
  this.h = null;
42
42
  this.j = null;
43
- this.fz = null;
44
- this.d7 = 0;
45
- this.ee = 0;
46
- this.c2 = 0;
47
- this.d6 = 0;
48
- this.ea = 0;
49
- this.fx = null;
50
- this.an = null;
51
- this.gh = null;
52
- this.f3 = null;
53
- this.f4 = null;
54
- this.be = false;
55
- this.bc = false;
56
- this.ef = 0;
57
- this.bp = false;
58
- this.fc = null;
59
- this.fn = null;
60
- this.ey = null;
61
- this.g1 = null;
62
- this.gy = null;
63
- this.e9 = null;
43
+ this.f9 = null;
44
+ this.eh = 0;
45
+ this.eo = 0;
46
+ this.dc = 0;
47
+ this.eg = 0;
48
+ this.ek = 0;
49
+ this.f7 = null;
64
50
  this.at = null;
65
- this.fo = null;
66
- this.fs = null;
67
- this.fg = null;
68
- this.ff = null;
69
- this.fd = null;
70
- this.hi = null;
71
- this.eq = null;
72
- this.hg = null;
73
- this.bu = false;
74
- this.s = null;
75
- this.t = null;
76
- this.r = null;
77
- this.q = null;
78
- this.m = null;
79
- this.n = null;
80
- this.bg = false;
51
+ this.gr = null;
52
+ this.gd = null;
53
+ this.ge = null;
81
54
  this.bm = false;
82
- this.bn = false;
55
+ this.bj = false;
56
+ this.ep = 0;
57
+ this.bx = false;
58
+ this.fm = null;
59
+ this.fx = null;
83
60
  this.e8 = null;
84
- this.ha = null;
85
- this.hn = null;
86
- this.hy = null;
87
- this.da = 0;
88
- this.f0 = null;
89
- this.c3 = 0;
90
- this.f1 = null;
91
- this.f2 = null;
92
- this.c4 = 0;
93
- this.fy = null;
94
- this.hl = null;
95
- this.gv = null;
96
- this.gr = null;
97
- this.av = null;
98
- this.ew = null;
99
- this.fa = null;
100
- this.gn = null;
101
- this.go = null;
102
- this.e1 = null;
103
- this.cv = 0;
104
- this.e2 = null;
105
- this.e3 = null;
106
- this.g6 = null;
61
+ this.he = null;
107
62
  this.hb = null;
108
- this.g7 = null;
109
- this.db = 0;
110
- this.g8 = null;
111
- this.g9 = null;
112
- this.ho = null;
113
- this.dc = 0;
63
+ this.fj = null;
64
+ this.az = null;
65
+ this.fy = null;
66
+ this.f2 = null;
67
+ this.fq = null;
68
+ this.fp = null;
69
+ this.fn = null;
70
+ this.hx = null;
71
+ this.e0 = null;
72
+ this.hv = null;
73
+ this.b2 = false;
74
+ this.v = null;
75
+ this.w = null;
76
+ this.u = null;
77
+ this.t = null;
78
+ this.p = null;
79
+ this.q = null;
80
+ this.bo = false;
81
+ this.bu = false;
82
+ this.bv = false;
83
+ this.fi = null;
114
84
  this.hp = null;
115
- this.hq = null;
116
- this.hz = null;
85
+ this.h2 = null;
86
+ this.id = null;
87
+ this.dk = 0;
88
+ this.ga = null;
89
+ this.dd = 0;
90
+ this.gb = null;
91
+ this.gc = null;
117
92
  this.de = 0;
93
+ this.f8 = null;
118
94
  this.h0 = null;
119
- this.h1 = null;
120
- this.hw = null;
121
- this.ht = null;
122
- this.dd = 0;
123
- this.hu = null;
124
- this.hv = null;
95
+ this.g8 = null;
96
+ this.g4 = null;
97
+ this.a1 = null;
98
+ this.e6 = null;
99
+ this.fk = null;
100
+ this.gx = null;
101
+ this.gy = null;
102
+ this.fb = null;
103
+ this.c5 = 0;
104
+ this.fc = null;
105
+ this.fd = null;
106
+ this.hl = null;
107
+ this.hq = null;
108
+ this.hm = null;
109
+ this.dl = 0;
110
+ this.hn = null;
111
+ this.ho = null;
112
+ this.h3 = null;
113
+ this.dm = 0;
125
114
  this.h4 = null;
126
- this.df = 0;
127
115
  this.h5 = null;
116
+ this.ie = null;
117
+ this.dp = 0;
118
+ this.ig = null;
119
+ this.ih = null;
120
+ this.ib = null;
121
+ this.h8 = null;
122
+ this.dn = 0;
123
+ this.h9 = null;
124
+ this.ia = null;
125
+ this.ik = null;
126
+ this.dq = 0;
127
+ this.il = null;
128
+ this.im = null;
129
+ this.io = null;
128
130
  this.h6 = null;
131
+ this.ii = null;
129
132
  this.h7 = null;
130
- this.hr = null;
131
- this.h2 = null;
132
- this.hs = null;
133
- this.h3 = null;
134
- this.ed = 0;
135
- this.eb = 0;
136
- this.gm = null;
137
- this.gg = null;
138
- this.gp = null;
139
- this.gi = null;
133
+ this.ij = null;
134
+ this.en = 0;
135
+ this.el = 0;
136
+ this.gw = null;
137
+ this.gq = null;
138
+ this.gz = null;
139
+ this.gs = null;
140
+ this.dj = 0;
141
+ this.gt = null;
142
+ this.gu = null;
143
+ this.hf = null;
144
+ this.gv = null;
145
+ this.hi = null;
146
+ this.hg = null;
147
+ this.hh = null;
148
+ this.ej = 0;
149
+ this.c7 = 0;
150
+ this.ei = 0;
151
+ this.c6 = 0;
152
+ this.f0 = null;
153
+ this.fs = null;
154
+ this.b7 = false;
155
+ this.ft = null;
156
+ this.fv = null;
157
+ this.fu = null;
158
+ this.e5 = null;
159
+ this.c1 = 0;
160
+ this.c2 = 0;
161
+ this.c3 = 0;
162
+ this.c4 = 0;
163
+ this.b3 = false;
140
164
  this.c9 = 0;
141
- this.gj = null;
142
- this.gk = null;
165
+ this.c8 = 0;
166
+ this.da = 0;
167
+ this.db = 0;
168
+ this.bn = false;
169
+ this.s = null;
170
+ this.n = null;
171
+ this.m = null;
172
+ this.o = null;
143
173
  this.g2 = null;
144
- this.gl = null;
145
- this.g5 = null;
174
+ this.g1 = null;
146
175
  this.g3 = null;
147
- this.g4 = null;
148
- this.d9 = 0;
149
- this.cx = 0;
150
- this.d8 = 0;
151
- this.cw = 0;
152
- this.fq = null;
153
- this.fi = null;
154
- this.bz = false;
155
- this.fj = null;
156
- this.fl = null;
157
- this.fk = null;
158
- this.ev = null;
159
- this.cr = 0;
160
- this.cs = 0;
161
- this.ct = 0;
162
- this.cu = 0;
163
- this.bv = false;
164
- this.cz = 0;
165
- this.cy = 0;
166
- this.c0 = 0;
167
- this.c1 = 0;
168
- this.bf = false;
169
- this.p = null;
170
- this.u = null;
176
+ this.x = null;
171
177
  this.l = null;
172
178
  this.k = null;
173
- this.v = null;
174
- this.hx = null;
175
- this.bk = false;
176
- this.ge = null;
177
- this.bl = false;
178
- this.gf = null;
179
- this.bb = false;
180
- this.o = null;
179
+ this.y = null;
180
+ this.ic = null;
181
+ this.bs = false;
182
+ this.go = null;
183
+ this.bt = false;
184
+ this.gp = null;
185
+ this.bi = false;
186
+ this.r = null;
181
187
  this.g = null;
182
188
  this.f = null;
183
189
  this.i = null;
184
- this.by = false;
185
- this.bx = false;
186
- this.bw = false;
187
- this.f6 = null;
188
- this.f7 = null;
189
- this.bi = false;
190
- this.bh = false;
191
- this.gt = null;
192
- this.gs = null;
193
- this.gu = null;
194
- this.gc = null;
195
- this.gb = null;
196
- this.f8 = null;
197
- this.cp = new Date();
198
- this.bd = false;
199
- this.ec = 0;
200
- this.br = false;
201
- this.bs = false;
202
- this.ic = null;
203
- this.h8 = null;
204
- this.h9 = null;
205
- this.ia = null;
206
- this.ib = null;
207
- this.ga = null;
208
- this.f9 = null;
209
- this.e6 = null;
210
- this.e7 = null;
211
- this.e4 = null;
212
- this.e5 = null;
213
- this.ex = null;
190
+ this.b6 = false;
191
+ this.b5 = false;
192
+ this.b4 = false;
193
+ this.gg = null;
194
+ this.gh = null;
195
+ this.bq = false;
196
+ this.bp = false;
197
+ this.g6 = null;
198
+ this.g5 = null;
199
+ this.g7 = null;
200
+ this.gm = null;
201
+ this.gl = null;
202
+ this.gi = null;
203
+ this.cz = new Date();
204
+ this.bk = false;
205
+ this.em = 0;
206
+ this.bz = false;
207
+ this.b0 = false;
208
+ this.it = null;
209
+ this.ip = null;
210
+ this.iq = null;
211
+ this.ir = null;
212
+ this.is = null;
214
213
  this.hk = null;
215
- this.gd = null;
216
- this.hm = null;
214
+ this.hj = null;
215
+ this.bh = false;
216
+ this.bl = false;
217
+ this.gk = null;
218
+ this.gj = null;
219
+ this.fg = null;
220
+ this.fh = null;
217
221
  this.fe = null;
218
- this.fm = null;
219
- this.fb = null;
220
- this.fv = null;
222
+ this.ff = null;
223
+ this.e7 = null;
224
+ this.hz = null;
225
+ this.gn = null;
226
+ this.h1 = null;
227
+ this.fo = null;
221
228
  this.fw = null;
222
- this.hj = null;
223
- this.es = null;
224
- this.fr = null;
225
- this.he = null;
226
- this.hf = null;
227
- this.hd = null;
228
- this.hh = null;
229
- this.er = null;
230
- this.hc = null;
231
- this.ft = null;
232
- this.e0 = null;
233
- this.ez = null;
234
- this.gx = null;
235
- this.gw = null;
236
- this.fu = null;
237
- this.et = null;
229
+ this.fl = null;
230
+ this.f5 = null;
231
+ this.f6 = null;
232
+ this.hy = null;
233
+ this.e2 = null;
234
+ this.f1 = null;
235
+ this.ht = null;
236
+ this.hu = null;
237
+ this.hs = null;
238
+ this.hw = null;
239
+ this.e1 = null;
240
+ this.hr = null;
241
+ this.f3 = null;
242
+ this.fa = null;
243
+ this.e9 = null;
244
+ this.ha = null;
245
+ this.g9 = null;
246
+ this.f4 = null;
247
+ this.e3 = null;
238
248
  }
239
249
  get width() {
240
- return this.id;
250
+ return this.iu;
241
251
  }
242
252
  set width(a) {
243
- this.id = a;
253
+ this.iu = a;
244
254
  this.e("Width");
245
255
  }
246
256
  get height() {
247
- return this.gq;
257
+ return this.g0;
248
258
  }
249
259
  set height(a) {
250
- this.gq = a;
260
+ this.g0 = a;
251
261
  this.e("Height");
252
262
  }
253
263
  get background() {
254
- return this.eu;
264
+ return this.e4;
255
265
  }
256
266
  set background(a) {
257
- this.eu = a;
267
+ this.e4 = a;
258
268
  this.e("Background");
259
269
  }
260
270
  get isGroupByAreaVisible() {
261
- return this.bj;
271
+ return this.br;
262
272
  }
263
273
  set isGroupByAreaVisible(a) {
264
- this.bj = a;
274
+ this.br = a;
265
275
  this.e("IsGroupByAreaVisible");
266
276
  }
267
277
  get isPagerVisible() {
268
- return this.bo;
278
+ return this.bw;
269
279
  }
270
280
  set isPagerVisible(a) {
271
- this.bo = a;
281
+ this.bw = a;
272
282
  this.e("IsPagerVisible");
273
283
  }
274
284
  get isToolbarVisible() {
275
- return this.bt;
285
+ return this.b1;
276
286
  }
277
287
  set isToolbarVisible(a) {
278
- this.bt = a;
288
+ this.b1 = a;
279
289
  this.e("IsToolbarVisible");
280
290
  }
281
291
  get_type() {
@@ -285,136 +295,136 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
285
295
  return this.get_type();
286
296
  }
287
297
  get columnResizingMode() {
288
- return this.fp;
298
+ return this.fz;
289
299
  }
290
300
  set columnResizingMode(a) {
291
- this.fp = a;
301
+ this.fz = a;
292
302
  this.e("ColumnResizingMode");
293
303
  }
294
304
  get columnMovingMode() {
295
- return this.fh;
305
+ return this.fr;
296
306
  }
297
307
  set columnMovingMode(a) {
298
- this.fh = a;
308
+ this.fr = a;
299
309
  this.e("ColumnMovingMode");
300
310
  }
301
311
  get isRowHoverEnabled() {
302
- return this.bq;
312
+ return this.by;
303
313
  }
304
314
  set isRowHoverEnabled(a) {
305
- this.bq = a;
315
+ this.by = a;
306
316
  this.e("IsRowHoverEnabled");
307
317
  }
308
318
  get rowHoverBackground() {
309
- return this.gz;
319
+ return this.hc;
310
320
  }
311
321
  set rowHoverBackground(a) {
312
- this.gz = a;
322
+ this.hc = a;
313
323
  this.e("RowHoverBackground");
314
324
  }
315
325
  get rowHoverTextColor() {
316
- return this.g0;
326
+ return this.hd;
317
327
  }
318
328
  set rowHoverTextColor(a) {
319
- this.g0 = a;
329
+ this.hd = a;
320
330
  this.e("RowHoverTextColor");
321
331
  }
322
332
  get editRowBorder() {
323
- return this.f5;
333
+ return this.gf;
324
334
  }
325
335
  set editRowBorder(a) {
326
- this.f5 = a;
336
+ this.gf = a;
327
337
  this.e("EditRowBorder");
328
338
  }
329
339
  get editRowBorderWidthBottom() {
330
- return this.c5;
340
+ return this.df;
331
341
  }
332
342
  set editRowBorderWidthBottom(a) {
333
- this.c5 = a;
343
+ this.df = a;
334
344
  this.e("EditRowBorderWidthBottom");
335
345
  }
336
346
  get editRowBorderWidthLeft() {
337
- return this.c6;
347
+ return this.dg;
338
348
  }
339
349
  set editRowBorderWidthLeft(a) {
340
- this.c6 = a;
350
+ this.dg = a;
341
351
  this.e("EditRowBorderWidthLeft");
342
352
  }
343
353
  get editRowBorderWidthRight() {
344
- return this.c7;
354
+ return this.dh;
345
355
  }
346
356
  set editRowBorderWidthRight(a) {
347
- this.c7 = a;
357
+ this.dh = a;
348
358
  this.e("EditRowBorderWidthRight");
349
359
  }
350
360
  get editRowBorderWidthTop() {
351
- return this.c8;
361
+ return this.di;
352
362
  }
353
363
  set editRowBorderWidthTop(a) {
354
- this.c8 = a;
364
+ this.di = a;
355
365
  this.e("EditRowBorderWidthTop");
356
366
  }
357
367
  get sectionHeader() {
358
- return this.a5;
368
+ return this.bb;
359
369
  }
360
370
  set sectionHeader(a) {
361
- this.a5 = a;
371
+ this.bb = a;
362
372
  this.e("SectionHeader");
363
373
  }
364
374
  get summaryRowRoot() {
365
- return this.a7;
375
+ return this.bd;
366
376
  }
367
377
  set summaryRowRoot(a) {
368
- this.a7 = a;
378
+ this.bd = a;
369
379
  this.e("SummaryRowRoot");
370
380
  }
371
381
  get summaryRowSection() {
372
- return this.a9;
382
+ return this.bf;
373
383
  }
374
384
  set summaryRowSection(a) {
375
- this.a9 = a;
385
+ this.bf = a;
376
386
  this.e("SummaryRowSection");
377
387
  }
378
388
  get rowSeparator() {
379
- return this.a3;
389
+ return this.a9;
380
390
  }
381
391
  set rowSeparator(a) {
382
- this.a3 = a;
392
+ this.a9 = a;
383
393
  this.e("RowSeparator");
384
394
  }
385
395
  get headerRowSeparator() {
386
- return this.ax;
396
+ return this.a3;
387
397
  }
388
398
  set headerRowSeparator(a) {
389
- this.ax = a;
399
+ this.a3 = a;
390
400
  this.e("HeaderRowSeparator");
391
401
  }
392
402
  get headerSeparator() {
393
- return this.az;
403
+ return this.a5;
394
404
  }
395
405
  set headerSeparator(a) {
396
- this.az = a;
406
+ this.a5 = a;
397
407
  this.e("HeaderSeparator");
398
408
  }
399
409
  get columnResizingSeparator() {
400
- return this.ar;
410
+ return this.ax;
401
411
  }
402
412
  set columnResizingSeparator(a) {
403
- this.ar = a;
413
+ this.ax = a;
404
414
  this.e("ColumnResizingSeparator");
405
415
  }
406
416
  get columnMovingSeparator() {
407
- return this.ap;
417
+ return this.av;
408
418
  }
409
419
  set columnMovingSeparator(a) {
410
- this.ap = a;
420
+ this.av = a;
411
421
  this.e("ColumnMovingSeparator");
412
422
  }
413
423
  get pinnedAreaSeparator() {
414
- return this.a1;
424
+ return this.a7;
415
425
  }
416
426
  set pinnedAreaSeparator(a) {
417
- this.a1 = a;
427
+ this.a7 = a;
418
428
  this.e("PinnedAreaSeparator");
419
429
  }
420
430
  get autoGenerateDesiredProperties() {
@@ -432,899 +442,941 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
432
442
  this.e("DataSourceDesiredProperties");
433
443
  }
434
444
  get density() {
435
- return this.fz;
445
+ return this.f9;
436
446
  }
437
447
  set density(a) {
438
- this.fz = a;
448
+ this.f9 = a;
439
449
  this.e("Density");
440
450
  }
441
451
  get actualRowHeight() {
442
- return this.d7;
452
+ return this.eh;
443
453
  }
444
454
  set actualRowHeight(a) {
445
- this.d7 = a;
455
+ this.eh = a;
446
456
  this.e("ActualRowHeight");
447
457
  }
448
458
  get rowHeight() {
449
- return this.ee;
459
+ return this.eo;
450
460
  }
451
461
  set rowHeight(a) {
452
- this.ee = a;
462
+ this.eo = a;
453
463
  this.e("RowHeight");
454
464
  }
455
465
  get defaultColumnMinWidth() {
456
- return this.c2;
466
+ return this.dc;
457
467
  }
458
468
  set defaultColumnMinWidth(a) {
459
- this.c2 = a;
469
+ this.dc = a;
460
470
  this.e("DefaultColumnMinWidth");
461
471
  }
462
472
  get actualHeaderHeight() {
463
- return this.d6;
473
+ return this.eg;
464
474
  }
465
475
  set actualHeaderHeight(a) {
466
- this.d6 = a;
476
+ this.eg = a;
467
477
  this.e("ActualHeaderHeight");
468
478
  }
469
479
  get headerHeight() {
470
- return this.ea;
480
+ return this.ek;
471
481
  }
472
482
  set headerHeight(a) {
473
- this.ea = a;
483
+ this.ek = a;
474
484
  this.e("HeaderHeight");
475
485
  }
476
486
  get dataSourceRef() {
477
- return this.fx;
487
+ return this.f7;
478
488
  }
479
489
  set dataSourceRef(a) {
480
- this.fx = a;
490
+ this.f7 = a;
481
491
  this.e("DataSourceRef");
482
492
  }
483
493
  get dataSource() {
484
- return this.an;
494
+ return this.at;
485
495
  }
486
496
  set dataSource(a) {
487
- this.an = a;
497
+ this.at = a;
488
498
  this.e("DataSource");
489
499
  }
490
500
  get headerClickAction() {
491
- return this.gh;
501
+ return this.gr;
492
502
  }
493
503
  set headerClickAction(a) {
494
- this.gh = a;
504
+ this.gr = a;
495
505
  this.e("HeaderClickAction");
496
506
  }
497
507
  get editMode() {
498
- return this.f3;
508
+ return this.gd;
499
509
  }
500
510
  set editMode(a) {
501
- this.f3 = a;
511
+ this.gd = a;
502
512
  this.e("EditMode");
503
513
  }
504
514
  get editModeClickAction() {
505
- return this.f4;
515
+ return this.ge;
506
516
  }
507
517
  set editModeClickAction(a) {
508
- this.f4 = a;
518
+ this.ge = a;
509
519
  this.e("EditModeClickAction");
510
520
  }
511
521
  get editOnKeyPress() {
512
- return this.be;
522
+ return this.bm;
513
523
  }
514
524
  set editOnKeyPress(a) {
515
- this.be = a;
525
+ this.bm = a;
516
526
  this.e("EditOnKeyPress");
517
527
  }
518
528
  get autoGenerateColumns() {
519
- return this.bc;
529
+ return this.bj;
520
530
  }
521
531
  set autoGenerateColumns(a) {
522
- this.bc = a;
532
+ this.bj = a;
523
533
  this.e("AutoGenerateColumns");
524
534
  }
525
535
  get rowSeparatorHeight() {
526
- return this.ef;
536
+ return this.ep;
527
537
  }
528
538
  set rowSeparatorHeight(a) {
529
- this.ef = a;
539
+ this.ep = a;
530
540
  this.e("RowSeparatorHeight");
531
541
  }
532
542
  get isPlaceholderRenderingEnabled() {
533
- return this.bp;
543
+ return this.bx;
534
544
  }
535
545
  set isPlaceholderRenderingEnabled(a) {
536
- this.bp = a;
546
+ this.bx = a;
537
547
  this.e("IsPlaceholderRenderingEnabled");
538
548
  }
539
549
  get columnAddingAnimationMode() {
540
- return this.fc;
550
+ return this.fm;
541
551
  }
542
552
  set columnAddingAnimationMode(a) {
543
- this.fc = a;
553
+ this.fm = a;
544
554
  this.e("ColumnAddingAnimationMode");
545
555
  }
546
556
  get columnPropertyUpdatingAnimationMode() {
547
- return this.fn;
557
+ return this.fx;
548
558
  }
549
559
  set columnPropertyUpdatingAnimationMode(a) {
550
- this.fn = a;
560
+ this.fx = a;
551
561
  this.e("ColumnPropertyUpdatingAnimationMode");
552
562
  }
553
563
  get cellDataLoadedAnimationMode() {
554
- return this.ey;
564
+ return this.e8;
555
565
  }
556
566
  set cellDataLoadedAnimationMode(a) {
557
- this.ey = a;
567
+ this.e8 = a;
558
568
  this.e("CellDataLoadedAnimationMode");
559
569
  }
560
570
  get rowSelectionAnimationMode() {
561
- return this.g1;
571
+ return this.he;
562
572
  }
563
573
  set rowSelectionAnimationMode(a) {
564
- this.g1 = a;
574
+ this.he = a;
565
575
  this.e("RowSelectionAnimationMode");
566
576
  }
567
577
  get rowHoverAnimationMode() {
568
- return this.gy;
578
+ return this.hb;
569
579
  }
570
580
  set rowHoverAnimationMode(a) {
571
- this.gy = a;
581
+ this.hb = a;
572
582
  this.e("RowHoverAnimationMode");
573
583
  }
574
584
  get cellSelectionAnimationMode() {
575
- return this.e9;
585
+ return this.fj;
576
586
  }
577
587
  set cellSelectionAnimationMode(a) {
578
- this.e9 = a;
588
+ this.fj = a;
579
589
  this.e("CellSelectionAnimationMode");
580
590
  }
581
591
  get animationSettings() {
582
- return this.at;
592
+ return this.az;
583
593
  }
584
594
  set animationSettings(a) {
585
- this.at = a;
595
+ this.az = a;
586
596
  this.e("AnimationSettings");
587
597
  }
588
598
  get columnResizingAnimationMode() {
589
- return this.fo;
599
+ return this.fy;
590
600
  }
591
601
  set columnResizingAnimationMode(a) {
592
- this.fo = a;
602
+ this.fy = a;
593
603
  this.e("ColumnResizingAnimationMode");
594
604
  }
595
605
  get columnShowingAnimationMode() {
596
- return this.fs;
606
+ return this.f2;
597
607
  }
598
608
  set columnShowingAnimationMode(a) {
599
- this.fs = a;
609
+ this.f2 = a;
600
610
  this.e("ColumnShowingAnimationMode");
601
611
  }
602
612
  get columnMovingAnimationMode() {
603
- return this.fg;
613
+ return this.fq;
604
614
  }
605
615
  set columnMovingAnimationMode(a) {
606
- this.fg = a;
616
+ this.fq = a;
607
617
  this.e("ColumnMovingAnimationMode");
608
618
  }
609
619
  get columnHidingAnimationMode() {
610
- return this.ff;
620
+ return this.fp;
611
621
  }
612
622
  set columnHidingAnimationMode(a) {
613
- this.ff = a;
623
+ this.fp = a;
614
624
  this.e("ColumnHidingAnimationMode");
615
625
  }
616
626
  get columnExchangingAnimationMode() {
617
- return this.fd;
627
+ return this.fn;
618
628
  }
619
629
  set columnExchangingAnimationMode(a) {
620
- this.fd = a;
630
+ this.fn = a;
621
631
  this.e("ColumnExchangingAnimationMode");
622
632
  }
623
633
  get selectionMode() {
624
- return this.hi;
634
+ return this.hx;
625
635
  }
626
636
  set selectionMode(a) {
627
- this.hi = a;
637
+ this.hx = a;
628
638
  this.e("SelectionMode");
629
639
  }
630
640
  get activationMode() {
631
- return this.eq;
641
+ return this.e0;
632
642
  }
633
643
  set activationMode(a) {
634
- this.eq = a;
644
+ this.e0 = a;
635
645
  this.e("ActivationMode");
636
646
  }
637
647
  get selectionBehavior() {
638
- return this.hg;
648
+ return this.hv;
639
649
  }
640
650
  set selectionBehavior(a) {
641
- this.hg = a;
651
+ this.hv = a;
642
652
  this.e("SelectionBehavior");
643
653
  }
644
654
  get mouseDragSelectionEnabled() {
645
- return this.bu;
655
+ return this.b2;
646
656
  }
647
657
  set mouseDragSelectionEnabled(a) {
648
- this.bu = a;
658
+ this.b2 = a;
649
659
  this.e("MouseDragSelectionEnabled");
650
660
  }
651
661
  get selectedItems() {
652
- return this.s;
662
+ return this.v;
653
663
  }
654
664
  set selectedItems(a) {
655
- this.s = a;
665
+ this.v = a;
656
666
  this.e("SelectedItems");
657
667
  }
658
668
  get selectedKeys() {
659
- return this.t;
669
+ return this.w;
660
670
  }
661
671
  set selectedKeys(a) {
662
- this.t = a;
672
+ this.w = a;
663
673
  this.e("SelectedKeys");
664
674
  }
665
675
  get selectedCells() {
666
- return this.r;
676
+ return this.u;
667
677
  }
668
678
  set selectedCells(a) {
669
- this.r = a;
679
+ this.u = a;
670
680
  this.e("SelectedCells");
671
681
  }
672
682
  get selectedCellRanges() {
673
- return this.q;
683
+ return this.t;
674
684
  }
675
685
  set selectedCellRanges(a) {
676
- this.q = a;
686
+ this.t = a;
677
687
  this.e("SelectedCellRanges");
678
688
  }
679
689
  get pinnedItems() {
680
- return this.m;
690
+ return this.p;
681
691
  }
682
692
  set pinnedItems(a) {
683
- this.m = a;
693
+ this.p = a;
684
694
  this.e("PinnedItems");
685
695
  }
686
696
  get pinnedKeys() {
687
- return this.n;
697
+ return this.q;
688
698
  }
689
699
  set pinnedKeys(a) {
690
- this.n = a;
700
+ this.q = a;
691
701
  this.e("PinnedKeys");
692
702
  }
693
703
  get isColumnOptionsEnabled() {
694
- return this.bg;
704
+ return this.bo;
695
705
  }
696
706
  set isColumnOptionsEnabled(a) {
697
- this.bg = a;
707
+ this.bo = a;
698
708
  this.e("IsColumnOptionsEnabled");
699
709
  }
700
710
  get isGroupRowSticky() {
701
- return this.bm;
711
+ return this.bu;
702
712
  }
703
713
  set isGroupRowSticky(a) {
704
- this.bm = a;
714
+ this.bu = a;
705
715
  this.e("IsGroupRowSticky");
706
716
  }
707
717
  get isHeaderSeparatorVisible() {
708
- return this.bn;
718
+ return this.bv;
709
719
  }
710
720
  set isHeaderSeparatorVisible(a) {
711
- this.bn = a;
721
+ this.bv = a;
712
722
  this.e("IsHeaderSeparatorVisible");
713
723
  }
714
724
  get cellSelectedBackground() {
715
- return this.e8;
725
+ return this.fi;
716
726
  }
717
727
  set cellSelectedBackground(a) {
718
- this.e8 = a;
728
+ this.fi = a;
719
729
  this.e("CellSelectedBackground");
720
730
  }
721
731
  get sectionHeaderSelectedBackground() {
722
- return this.ha;
732
+ return this.hp;
723
733
  }
724
734
  set sectionHeaderSelectedBackground(a) {
725
- this.ha = a;
735
+ this.hp = a;
726
736
  this.e("SectionHeaderSelectedBackground");
727
737
  }
728
738
  get summaryRootBackground() {
729
- return this.hn;
739
+ return this.h2;
730
740
  }
731
741
  set summaryRootBackground(a) {
732
- this.hn = a;
742
+ this.h2 = a;
733
743
  this.e("SummaryRootBackground");
734
744
  }
735
745
  get summarySectionBackground() {
736
- return this.hy;
746
+ return this.id;
737
747
  }
738
748
  set summarySectionBackground(a) {
739
- this.hy = a;
749
+ this.id = a;
740
750
  this.e("SummarySectionBackground");
741
751
  }
742
752
  get pinnedRowOpacity() {
743
- return this.da;
753
+ return this.dk;
744
754
  }
745
755
  set pinnedRowOpacity(a) {
746
- this.da = a;
756
+ this.dk = a;
747
757
  this.e("PinnedRowOpacity");
748
758
  }
749
759
  get editFontFamily() {
750
- return this.f0;
760
+ return this.ga;
751
761
  }
752
762
  set editFontFamily(a) {
753
- this.f0 = a;
763
+ this.ga = a;
754
764
  this.e("EditFontFamily");
755
765
  }
756
766
  get editFontSize() {
757
- return this.c3;
767
+ return this.dd;
758
768
  }
759
769
  set editFontSize(a) {
760
- this.c3 = a;
770
+ this.dd = a;
761
771
  this.e("EditFontSize");
762
772
  }
763
773
  get editFontStyle() {
764
- return this.f1;
774
+ return this.gb;
765
775
  }
766
776
  set editFontStyle(a) {
767
- this.f1 = a;
777
+ this.gb = a;
768
778
  this.e("EditFontStyle");
769
779
  }
770
780
  get editFontWeight() {
771
- return this.f2;
781
+ return this.gc;
772
782
  }
773
783
  set editFontWeight(a) {
774
- this.f2 = a;
784
+ this.gc = a;
775
785
  this.e("EditFontWeight");
776
786
  }
777
787
  get editOpacity() {
778
- return this.c4;
788
+ return this.de;
779
789
  }
780
790
  set editOpacity(a) {
781
- this.c4 = a;
791
+ this.de = a;
782
792
  this.e("EditOpacity");
783
793
  }
784
794
  get deletedTextColor() {
785
- return this.fy;
795
+ return this.f8;
786
796
  }
787
797
  set deletedTextColor(a) {
788
- this.fy = a;
798
+ this.f8 = a;
789
799
  this.e("DeletedTextColor");
790
800
  }
791
801
  get stickyRowBackground() {
792
- return this.hl;
802
+ return this.h0;
793
803
  }
794
804
  set stickyRowBackground(a) {
795
- this.hl = a;
805
+ this.h0 = a;
796
806
  this.e("StickyRowBackground");
797
807
  }
798
808
  get pinnedRowBackground() {
799
- return this.gv;
809
+ return this.g8;
800
810
  }
801
811
  set pinnedRowBackground(a) {
802
- this.gv = a;
812
+ this.g8 = a;
803
813
  this.e("PinnedRowBackground");
804
814
  }
805
815
  get lastStickyRowBackground() {
806
- return this.gr;
816
+ return this.g4;
807
817
  }
808
818
  set lastStickyRowBackground(a) {
809
- this.gr = a;
819
+ this.g4 = a;
810
820
  this.e("LastStickyRowBackground");
811
821
  }
812
822
  get activeCell() {
813
- return this.av;
823
+ return this.a1;
814
824
  }
815
825
  set activeCell(a) {
816
- this.av = a;
826
+ this.a1 = a;
817
827
  this.e("ActiveCell");
818
828
  }
819
829
  get cellBackground() {
820
- return this.ew;
830
+ return this.e6;
821
831
  }
822
832
  set cellBackground(a) {
823
- this.ew = a;
833
+ this.e6 = a;
824
834
  this.e("CellBackground");
825
835
  }
826
836
  get cellTextColor() {
827
- return this.fa;
837
+ return this.fk;
828
838
  }
829
839
  set cellTextColor(a) {
830
- this.fa = a;
840
+ this.fk = a;
831
841
  this.e("CellTextColor");
832
842
  }
833
843
  get headerSortIndicatorColor() {
834
- return this.gn;
844
+ return this.gx;
835
845
  }
836
846
  set headerSortIndicatorColor(a) {
837
- this.gn = a;
847
+ this.gx = a;
838
848
  this.e("HeaderSortIndicatorColor");
839
849
  }
840
850
  get headerSortIndicatorStyle() {
841
- return this.go;
851
+ return this.gy;
842
852
  }
843
853
  set headerSortIndicatorStyle(a) {
844
- this.go = a;
854
+ this.gy = a;
845
855
  this.e("HeaderSortIndicatorStyle");
846
856
  }
847
857
  get cellFontFamily() {
848
- return this.e1;
858
+ return this.fb;
849
859
  }
850
860
  set cellFontFamily(a) {
851
- this.e1 = a;
861
+ this.fb = a;
852
862
  this.e("CellFontFamily");
853
863
  }
854
864
  get cellFontSize() {
855
- return this.cv;
865
+ return this.c5;
856
866
  }
857
867
  set cellFontSize(a) {
858
- this.cv = a;
868
+ this.c5 = a;
859
869
  this.e("CellFontSize");
860
870
  }
861
871
  get cellFontStyle() {
862
- return this.e2;
872
+ return this.fc;
863
873
  }
864
874
  set cellFontStyle(a) {
865
- this.e2 = a;
875
+ this.fc = a;
866
876
  this.e("CellFontStyle");
867
877
  }
868
878
  get cellFontWeight() {
869
- return this.e3;
879
+ return this.fd;
870
880
  }
871
881
  set cellFontWeight(a) {
872
- this.e3 = a;
882
+ this.fd = a;
873
883
  this.e("CellFontWeight");
874
884
  }
875
885
  get sectionHeaderBackground() {
876
- return this.g6;
886
+ return this.hl;
877
887
  }
878
888
  set sectionHeaderBackground(a) {
879
- this.g6 = a;
889
+ this.hl = a;
880
890
  this.e("SectionHeaderBackground");
881
891
  }
882
892
  get sectionHeaderTextColor() {
883
- return this.hb;
893
+ return this.hq;
884
894
  }
885
895
  set sectionHeaderTextColor(a) {
886
- this.hb = a;
896
+ this.hq = a;
887
897
  this.e("SectionHeaderTextColor");
888
898
  }
889
899
  get sectionHeaderFontFamily() {
890
- return this.g7;
900
+ return this.hm;
891
901
  }
892
902
  set sectionHeaderFontFamily(a) {
893
- this.g7 = a;
903
+ this.hm = a;
894
904
  this.e("SectionHeaderFontFamily");
895
905
  }
896
906
  get sectionHeaderFontSize() {
897
- return this.db;
907
+ return this.dl;
898
908
  }
899
909
  set sectionHeaderFontSize(a) {
900
- this.db = a;
910
+ this.dl = a;
901
911
  this.e("SectionHeaderFontSize");
902
912
  }
903
913
  get sectionHeaderFontStyle() {
904
- return this.g8;
914
+ return this.hn;
905
915
  }
906
916
  set sectionHeaderFontStyle(a) {
907
- this.g8 = a;
917
+ this.hn = a;
908
918
  this.e("SectionHeaderFontStyle");
909
919
  }
910
920
  get sectionHeaderFontWeight() {
911
- return this.g9;
921
+ return this.ho;
912
922
  }
913
923
  set sectionHeaderFontWeight(a) {
914
- this.g9 = a;
924
+ this.ho = a;
915
925
  this.e("SectionHeaderFontWeight");
916
926
  }
917
927
  get summaryRootLabelFontFamily() {
918
- return this.ho;
928
+ return this.h3;
919
929
  }
920
930
  set summaryRootLabelFontFamily(a) {
921
- this.ho = a;
931
+ this.h3 = a;
922
932
  this.e("SummaryRootLabelFontFamily");
923
933
  }
924
934
  get summaryRootLabelFontSize() {
925
- return this.dc;
935
+ return this.dm;
926
936
  }
927
937
  set summaryRootLabelFontSize(a) {
928
- this.dc = a;
938
+ this.dm = a;
929
939
  this.e("SummaryRootLabelFontSize");
930
940
  }
931
941
  get summaryRootLabelFontStyle() {
932
- return this.hp;
942
+ return this.h4;
933
943
  }
934
944
  set summaryRootLabelFontStyle(a) {
935
- this.hp = a;
945
+ this.h4 = a;
936
946
  this.e("SummaryRootLabelFontStyle");
937
947
  }
938
948
  get summaryRootLabelFontWeight() {
939
- return this.hq;
949
+ return this.h5;
940
950
  }
941
951
  set summaryRootLabelFontWeight(a) {
942
- this.hq = a;
952
+ this.h5 = a;
943
953
  this.e("SummaryRootLabelFontWeight");
944
954
  }
945
955
  get summarySectionLabelFontFamily() {
946
- return this.hz;
956
+ return this.ie;
947
957
  }
948
958
  set summarySectionLabelFontFamily(a) {
949
- this.hz = a;
959
+ this.ie = a;
950
960
  this.e("SummarySectionLabelFontFamily");
951
961
  }
952
962
  get summarySectionLabelFontSize() {
953
- return this.de;
963
+ return this.dp;
954
964
  }
955
965
  set summarySectionLabelFontSize(a) {
956
- this.de = a;
966
+ this.dp = a;
957
967
  this.e("SummarySectionLabelFontSize");
958
968
  }
959
969
  get summarySectionLabelFontStyle() {
960
- return this.h0;
970
+ return this.ig;
961
971
  }
962
972
  set summarySectionLabelFontStyle(a) {
963
- this.h0 = a;
973
+ this.ig = a;
964
974
  this.e("SummarySectionLabelFontStyle");
965
975
  }
966
976
  get summarySectionLabelFontWeight() {
967
- return this.h1;
977
+ return this.ih;
968
978
  }
969
979
  set summarySectionLabelFontWeight(a) {
970
- this.h1 = a;
980
+ this.ih = a;
971
981
  this.e("SummarySectionLabelFontWeight");
972
982
  }
973
983
  get summaryRootValueTextColor() {
974
- return this.hw;
984
+ return this.ib;
975
985
  }
976
986
  set summaryRootValueTextColor(a) {
977
- this.hw = a;
987
+ this.ib = a;
978
988
  this.e("SummaryRootValueTextColor");
979
989
  }
980
990
  get summaryRootValueFontFamily() {
981
- return this.ht;
991
+ return this.h8;
982
992
  }
983
993
  set summaryRootValueFontFamily(a) {
984
- this.ht = a;
994
+ this.h8 = a;
985
995
  this.e("SummaryRootValueFontFamily");
986
996
  }
987
997
  get summaryRootValueFontSize() {
988
- return this.dd;
998
+ return this.dn;
989
999
  }
990
1000
  set summaryRootValueFontSize(a) {
991
- this.dd = a;
1001
+ this.dn = a;
992
1002
  this.e("SummaryRootValueFontSize");
993
1003
  }
994
1004
  get summaryRootValueFontStyle() {
995
- return this.hu;
1005
+ return this.h9;
996
1006
  }
997
1007
  set summaryRootValueFontStyle(a) {
998
- this.hu = a;
1008
+ this.h9 = a;
999
1009
  this.e("SummaryRootValueFontStyle");
1000
1010
  }
1001
1011
  get summaryRootValueFontWeight() {
1002
- return this.hv;
1012
+ return this.ia;
1003
1013
  }
1004
1014
  set summaryRootValueFontWeight(a) {
1005
- this.hv = a;
1015
+ this.ia = a;
1006
1016
  this.e("SummaryRootValueFontWeight");
1007
1017
  }
1008
1018
  get summarySectionValueFontFamily() {
1009
- return this.h4;
1019
+ return this.ik;
1010
1020
  }
1011
1021
  set summarySectionValueFontFamily(a) {
1012
- this.h4 = a;
1022
+ this.ik = a;
1013
1023
  this.e("SummarySectionValueFontFamily");
1014
1024
  }
1015
1025
  get summarySectionValueFontSize() {
1016
- return this.df;
1026
+ return this.dq;
1017
1027
  }
1018
1028
  set summarySectionValueFontSize(a) {
1019
- this.df = a;
1029
+ this.dq = a;
1020
1030
  this.e("SummarySectionValueFontSize");
1021
1031
  }
1022
1032
  get summarySectionValueFontStyle() {
1023
- return this.h5;
1033
+ return this.il;
1024
1034
  }
1025
1035
  set summarySectionValueFontStyle(a) {
1026
- this.h5 = a;
1036
+ this.il = a;
1027
1037
  this.e("SummarySectionValueFontStyle");
1028
1038
  }
1029
1039
  get summarySectionValueFontWeight() {
1030
- return this.h6;
1040
+ return this.im;
1031
1041
  }
1032
1042
  set summarySectionValueFontWeight(a) {
1033
- this.h6 = a;
1043
+ this.im = a;
1034
1044
  this.e("SummarySectionValueFontWeight");
1035
1045
  }
1036
1046
  get summarySectionValueTextColor() {
1037
- return this.h7;
1047
+ return this.io;
1038
1048
  }
1039
1049
  set summarySectionValueTextColor(a) {
1040
- this.h7 = a;
1050
+ this.io = a;
1041
1051
  this.e("SummarySectionValueTextColor");
1042
1052
  }
1043
1053
  get summaryRootLabelTextColor() {
1044
- return this.hr;
1054
+ return this.h6;
1045
1055
  }
1046
1056
  set summaryRootLabelTextColor(a) {
1047
- this.hr = a;
1057
+ this.h6 = a;
1048
1058
  this.e("SummaryRootLabelTextColor");
1049
1059
  }
1050
1060
  get summarySectionLabelTextColor() {
1051
- return this.h2;
1061
+ return this.ii;
1052
1062
  }
1053
1063
  set summarySectionLabelTextColor(a) {
1054
- this.h2 = a;
1064
+ this.ii = a;
1055
1065
  this.e("SummarySectionLabelTextColor");
1056
1066
  }
1057
1067
  get summaryRootSelectedBackground() {
1058
- return this.hs;
1068
+ return this.h7;
1059
1069
  }
1060
1070
  set summaryRootSelectedBackground(a) {
1061
- this.hs = a;
1071
+ this.h7 = a;
1062
1072
  this.e("SummaryRootSelectedBackground");
1063
1073
  }
1064
1074
  get summarySectionSelectedBackground() {
1065
- return this.h3;
1075
+ return this.ij;
1066
1076
  }
1067
1077
  set summarySectionSelectedBackground(a) {
1068
- this.h3 = a;
1078
+ this.ij = a;
1069
1079
  this.e("SummarySectionSelectedBackground");
1070
1080
  }
1071
1081
  get pinnedAreaSeparatorWidth() {
1072
- return this.ed;
1082
+ return this.en;
1073
1083
  }
1074
1084
  set pinnedAreaSeparatorWidth(a) {
1075
- this.ed = a;
1085
+ this.en = a;
1076
1086
  this.e("PinnedAreaSeparatorWidth");
1077
1087
  }
1078
1088
  get headerSeparatorWidth() {
1079
- return this.eb;
1089
+ return this.el;
1080
1090
  }
1081
1091
  set headerSeparatorWidth(a) {
1082
- this.eb = a;
1092
+ this.el = a;
1083
1093
  this.e("HeaderSeparatorWidth");
1084
1094
  }
1085
1095
  get headerSeparatorBackground() {
1086
- return this.gm;
1096
+ return this.gw;
1087
1097
  }
1088
1098
  set headerSeparatorBackground(a) {
1089
- this.gm = a;
1099
+ this.gw = a;
1090
1100
  this.e("HeaderSeparatorBackground");
1091
1101
  }
1092
1102
  get headerBackground() {
1093
- return this.gg;
1103
+ return this.gq;
1094
1104
  }
1095
1105
  set headerBackground(a) {
1096
- this.gg = a;
1106
+ this.gq = a;
1097
1107
  this.e("HeaderBackground");
1098
1108
  }
1099
1109
  get headerTextColor() {
1100
- return this.gp;
1110
+ return this.gz;
1101
1111
  }
1102
1112
  set headerTextColor(a) {
1103
- this.gp = a;
1113
+ this.gz = a;
1104
1114
  this.e("HeaderTextColor");
1105
1115
  }
1106
1116
  get headerFontFamily() {
1107
- return this.gi;
1117
+ return this.gs;
1108
1118
  }
1109
1119
  set headerFontFamily(a) {
1110
- this.gi = a;
1120
+ this.gs = a;
1111
1121
  this.e("HeaderFontFamily");
1112
1122
  }
1113
1123
  get headerFontSize() {
1114
- return this.c9;
1124
+ return this.dj;
1115
1125
  }
1116
1126
  set headerFontSize(a) {
1117
- this.c9 = a;
1127
+ this.dj = a;
1118
1128
  this.e("HeaderFontSize");
1119
1129
  }
1120
1130
  get headerFontStyle() {
1121
- return this.gj;
1131
+ return this.gt;
1122
1132
  }
1123
1133
  set headerFontStyle(a) {
1124
- this.gj = a;
1134
+ this.gt = a;
1125
1135
  this.e("HeaderFontStyle");
1126
1136
  }
1127
1137
  get headerFontWeight() {
1128
- return this.gk;
1138
+ return this.gu;
1129
1139
  }
1130
1140
  set headerFontWeight(a) {
1131
- this.gk = a;
1141
+ this.gu = a;
1132
1142
  this.e("HeaderFontWeight");
1133
1143
  }
1134
1144
  get rowSeparatorBackground() {
1135
- return this.g2;
1145
+ return this.hf;
1136
1146
  }
1137
1147
  set rowSeparatorBackground(a) {
1138
- this.g2 = a;
1148
+ this.hf = a;
1139
1149
  this.e("RowSeparatorBackground");
1140
1150
  }
1141
1151
  get headerRowSeparatorBackground() {
1142
- return this.gl;
1152
+ return this.gv;
1143
1153
  }
1144
1154
  set headerRowSeparatorBackground(a) {
1145
- this.gl = a;
1155
+ this.gv = a;
1146
1156
  this.e("HeaderRowSeparatorBackground");
1147
1157
  }
1148
1158
  get rowSeparatorStickyRowBackground() {
1149
- return this.g5;
1159
+ return this.hi;
1150
1160
  }
1151
1161
  set rowSeparatorStickyRowBackground(a) {
1152
- this.g5 = a;
1162
+ this.hi = a;
1153
1163
  this.e("RowSeparatorStickyRowBackground");
1154
1164
  }
1155
1165
  get rowSeparatorLastStickyRowBackground() {
1156
- return this.g3;
1166
+ return this.hg;
1157
1167
  }
1158
1168
  set rowSeparatorLastStickyRowBackground(a) {
1159
- this.g3 = a;
1169
+ this.hg = a;
1160
1170
  this.e("RowSeparatorLastStickyRowBackground");
1161
1171
  }
1162
1172
  get rowSeparatorPinnedRowBackground() {
1163
- return this.g4;
1173
+ return this.hh;
1164
1174
  }
1165
1175
  set rowSeparatorPinnedRowBackground(a) {
1166
- this.g4 = a;
1176
+ this.hh = a;
1167
1177
  this.e("RowSeparatorPinnedRowBackground");
1168
1178
  }
1169
1179
  get columnResizingSeparatorWidth() {
1170
- return this.d9;
1180
+ return this.ej;
1171
1181
  }
1172
1182
  set columnResizingSeparatorWidth(a) {
1173
- this.d9 = a;
1183
+ this.ej = a;
1174
1184
  this.e("ColumnResizingSeparatorWidth");
1175
1185
  }
1176
1186
  get columnResizingSeparatorOpacity() {
1177
- return this.cx;
1187
+ return this.c7;
1178
1188
  }
1179
1189
  set columnResizingSeparatorOpacity(a) {
1180
- this.cx = a;
1190
+ this.c7 = a;
1181
1191
  this.e("ColumnResizingSeparatorOpacity");
1182
1192
  }
1183
1193
  get columnMovingSeparatorWidth() {
1184
- return this.d8;
1194
+ return this.ei;
1185
1195
  }
1186
1196
  set columnMovingSeparatorWidth(a) {
1187
- this.d8 = a;
1197
+ this.ei = a;
1188
1198
  this.e("ColumnMovingSeparatorWidth");
1189
1199
  }
1190
1200
  get columnMovingSeparatorOpacity() {
1191
- return this.cw;
1201
+ return this.c6;
1192
1202
  }
1193
1203
  set columnMovingSeparatorOpacity(a) {
1194
- this.cw = a;
1204
+ this.c6 = a;
1195
1205
  this.e("ColumnMovingSeparatorOpacity");
1196
1206
  }
1197
1207
  get columnResizingSeparatorBackground() {
1198
- return this.fq;
1208
+ return this.f0;
1199
1209
  }
1200
1210
  set columnResizingSeparatorBackground(a) {
1201
- this.fq = a;
1211
+ this.f0 = a;
1202
1212
  this.e("ColumnResizingSeparatorBackground");
1203
1213
  }
1204
1214
  get columnMovingSeparatorBackground() {
1205
- return this.fi;
1215
+ return this.fs;
1206
1216
  }
1207
1217
  set columnMovingSeparatorBackground(a) {
1208
- this.fi = a;
1218
+ this.fs = a;
1209
1219
  this.e("ColumnMovingSeparatorBackground");
1210
1220
  }
1211
1221
  get shiftSectionContent() {
1212
- return this.bz;
1222
+ return this.b7;
1213
1223
  }
1214
1224
  set shiftSectionContent(a) {
1215
- this.bz = a;
1225
+ this.b7 = a;
1216
1226
  this.e("ShiftSectionContent");
1217
1227
  }
1218
1228
  get columnOptionsIconAlignment() {
1219
- return this.fj;
1229
+ return this.ft;
1220
1230
  }
1221
1231
  set columnOptionsIconAlignment(a) {
1222
- this.fj = a;
1232
+ this.ft = a;
1223
1233
  this.e("ColumnOptionsIconAlignment");
1224
1234
  }
1225
1235
  get columnOptionsIconColor() {
1226
- return this.fl;
1236
+ return this.fv;
1227
1237
  }
1228
1238
  set columnOptionsIconColor(a) {
1229
- this.fl = a;
1239
+ this.fv = a;
1230
1240
  this.e("ColumnOptionsIconColor");
1231
1241
  }
1232
1242
  get columnOptionsIconBehavior() {
1233
- return this.fk;
1243
+ return this.fu;
1234
1244
  }
1235
1245
  set columnOptionsIconBehavior(a) {
1236
- this.fk = a;
1246
+ this.fu = a;
1237
1247
  this.e("ColumnOptionsIconBehavior");
1238
1248
  }
1239
1249
  get border() {
1240
- return this.ev;
1250
+ return this.e5;
1241
1251
  }
1242
1252
  set border(a) {
1243
- this.ev = a;
1253
+ this.e5 = a;
1244
1254
  this.e("Border");
1245
1255
  }
1246
1256
  get borderWidthBottom() {
1247
- return this.cr;
1257
+ return this.c1;
1248
1258
  }
1249
1259
  set borderWidthBottom(a) {
1250
- this.cr = a;
1260
+ this.c1 = a;
1251
1261
  this.e("BorderWidthBottom");
1252
1262
  }
1253
1263
  get borderWidthLeft() {
1254
- return this.cs;
1264
+ return this.c2;
1255
1265
  }
1256
1266
  set borderWidthLeft(a) {
1257
- this.cs = a;
1267
+ this.c2 = a;
1258
1268
  this.e("BorderWidthLeft");
1259
1269
  }
1260
1270
  get borderWidthRight() {
1261
- return this.ct;
1271
+ return this.c3;
1262
1272
  }
1263
1273
  set borderWidthRight(a) {
1264
- this.ct = a;
1274
+ this.c3 = a;
1265
1275
  this.e("BorderWidthRight");
1266
1276
  }
1267
1277
  get borderWidthTop() {
1268
- return this.cu;
1278
+ return this.c4;
1269
1279
  }
1270
1280
  set borderWidthTop(a) {
1271
- this.cu = a;
1281
+ this.c4 = a;
1272
1282
  this.e("BorderWidthTop");
1273
1283
  }
1274
1284
  get notifyOnAllSelectionChanges() {
1275
- return this.bv;
1285
+ return this.b3;
1276
1286
  }
1277
1287
  set notifyOnAllSelectionChanges(a) {
1278
- this.bv = a;
1288
+ this.b3 = a;
1279
1289
  this.e("NotifyOnAllSelectionChanges");
1280
1290
  }
1281
1291
  get cornerRadiusBottomRight() {
1282
- return this.cz;
1292
+ return this.c9;
1283
1293
  }
1284
1294
  set cornerRadiusBottomRight(a) {
1285
- this.cz = a;
1295
+ this.c9 = a;
1286
1296
  this.e("CornerRadiusBottomRight");
1287
1297
  }
1288
1298
  get cornerRadiusBottomLeft() {
1289
- return this.cy;
1299
+ return this.c8;
1290
1300
  }
1291
1301
  set cornerRadiusBottomLeft(a) {
1292
- this.cy = a;
1302
+ this.c8 = a;
1293
1303
  this.e("CornerRadiusBottomLeft");
1294
1304
  }
1295
- get cornerRadiusTopLeft() {
1296
- return this.c0;
1305
+ get cornerRadiusTopLeft() {
1306
+ return this.da;
1307
+ }
1308
+ set cornerRadiusTopLeft(a) {
1309
+ this.da = a;
1310
+ this.e("CornerRadiusTopLeft");
1311
+ }
1312
+ get cornerRadiusTopRight() {
1313
+ return this.db;
1314
+ }
1315
+ set cornerRadiusTopRight(a) {
1316
+ this.db = a;
1317
+ this.e("CornerRadiusTopRight");
1318
+ }
1319
+ get isActiveCellStyleEnabled() {
1320
+ return this.bn;
1321
+ }
1322
+ set isActiveCellStyleEnabled(a) {
1323
+ this.bn = a;
1324
+ this.e("IsActiveCellStyleEnabled");
1325
+ }
1326
+ get responsiveStates() {
1327
+ return this.s;
1328
+ }
1329
+ set responsiveStates(a) {
1330
+ this.s = a;
1331
+ this.e("ResponsiveStates");
1332
+ }
1333
+ get initialSortDescriptions() {
1334
+ return this.n;
1335
+ }
1336
+ set initialSortDescriptions(a) {
1337
+ this.n = a;
1338
+ this.e("InitialSortDescriptions");
1339
+ }
1340
+ get initialGroupDescriptions() {
1341
+ return this.m;
1342
+ }
1343
+ set initialGroupDescriptions(a) {
1344
+ this.m = a;
1345
+ this.e("InitialGroupDescriptions");
1346
+ }
1347
+ get initialSummaryDescriptions() {
1348
+ return this.o;
1297
1349
  }
1298
- set cornerRadiusTopLeft(a) {
1299
- this.c0 = a;
1300
- this.e("CornerRadiusTopLeft");
1350
+ set initialSummaryDescriptions(a) {
1351
+ this.o = a;
1352
+ this.e("InitialSummaryDescriptions");
1301
1353
  }
1302
- get cornerRadiusTopRight() {
1303
- return this.c1;
1354
+ get initialSorts() {
1355
+ return this.g2;
1304
1356
  }
1305
- set cornerRadiusTopRight(a) {
1306
- this.c1 = a;
1307
- this.e("CornerRadiusTopRight");
1357
+ set initialSorts(a) {
1358
+ this.g2 = a;
1359
+ this.e("InitialSorts");
1308
1360
  }
1309
- get isActiveCellStyleEnabled() {
1310
- return this.bf;
1361
+ get initialGroups() {
1362
+ return this.g1;
1311
1363
  }
1312
- set isActiveCellStyleEnabled(a) {
1313
- this.bf = a;
1314
- this.e("IsActiveCellStyleEnabled");
1364
+ set initialGroups(a) {
1365
+ this.g1 = a;
1366
+ this.e("InitialGroups");
1315
1367
  }
1316
- get responsiveStates() {
1317
- return this.p;
1368
+ get initialSummaries() {
1369
+ return this.g3;
1318
1370
  }
1319
- set responsiveStates(a) {
1320
- this.p = a;
1321
- this.e("ResponsiveStates");
1371
+ set initialSummaries(a) {
1372
+ this.g3 = a;
1373
+ this.e("InitialSummaries");
1322
1374
  }
1323
1375
  get sortDescriptions() {
1324
- return this.u;
1376
+ return this.x;
1325
1377
  }
1326
1378
  set sortDescriptions(a) {
1327
- this.u = a;
1379
+ this.x = a;
1328
1380
  this.e("SortDescriptions");
1329
1381
  }
1330
1382
  get groupDescriptions() {
@@ -1342,59 +1394,59 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
1342
1394
  this.e("FilterExpressions");
1343
1395
  }
1344
1396
  get summaryDescriptions() {
1345
- return this.v;
1397
+ return this.y;
1346
1398
  }
1347
1399
  set summaryDescriptions(a) {
1348
- this.v = a;
1400
+ this.y = a;
1349
1401
  this.e("SummaryDescriptions");
1350
1402
  }
1351
1403
  get summaryScope() {
1352
- return this.hx;
1404
+ return this.ic;
1353
1405
  }
1354
1406
  set summaryScope(a) {
1355
- this.hx = a;
1407
+ this.ic = a;
1356
1408
  this.e("SummaryScope");
1357
1409
  }
1358
1410
  get isGroupCollapsable() {
1359
- return this.bk;
1411
+ return this.bs;
1360
1412
  }
1361
1413
  set isGroupCollapsable(a) {
1362
- this.bk = a;
1414
+ this.bs = a;
1363
1415
  this.e("IsGroupCollapsable");
1364
1416
  }
1365
1417
  get groupHeaderDisplayMode() {
1366
- return this.ge;
1418
+ return this.go;
1367
1419
  }
1368
1420
  set groupHeaderDisplayMode(a) {
1369
- this.ge = a;
1421
+ this.go = a;
1370
1422
  this.e("GroupHeaderDisplayMode");
1371
1423
  }
1372
1424
  get isGroupExpandedDefault() {
1373
- return this.bl;
1425
+ return this.bt;
1374
1426
  }
1375
1427
  set isGroupExpandedDefault(a) {
1376
- this.bl = a;
1428
+ this.bt = a;
1377
1429
  this.e("IsGroupExpandedDefault");
1378
1430
  }
1379
1431
  get groupSummaryDisplayMode() {
1380
- return this.gf;
1432
+ return this.gp;
1381
1433
  }
1382
1434
  set groupSummaryDisplayMode(a) {
1383
- this.gf = a;
1435
+ this.gp = a;
1384
1436
  this.e("GroupSummaryDisplayMode");
1385
1437
  }
1386
1438
  get autoAcceptEdits() {
1387
- return this.bb;
1439
+ return this.bi;
1388
1440
  }
1389
1441
  set autoAcceptEdits(a) {
1390
- this.bb = a;
1442
+ this.bi = a;
1391
1443
  this.e("AutoAcceptEdits");
1392
1444
  }
1393
1445
  get primaryKey() {
1394
- return this.o;
1446
+ return this.r;
1395
1447
  }
1396
1448
  set primaryKey(a) {
1397
- this.o = a;
1449
+ this.r = a;
1398
1450
  this.e("PrimaryKey");
1399
1451
  }
1400
1452
  get actualPrimaryKey() {
@@ -1419,381 +1471,409 @@ export let DataGridDescription = /*@__PURE__*/ (() => {
1419
1471
  this.e("Columns");
1420
1472
  }
1421
1473
  get reactsToSortChanges() {
1422
- return this.by;
1474
+ return this.b6;
1423
1475
  }
1424
1476
  set reactsToSortChanges(a) {
1425
- this.by = a;
1477
+ this.b6 = a;
1426
1478
  this.e("ReactsToSortChanges");
1427
1479
  }
1428
1480
  get reactsToGroupChanges() {
1429
- return this.bx;
1481
+ return this.b5;
1430
1482
  }
1431
1483
  set reactsToGroupChanges(a) {
1432
- this.bx = a;
1484
+ this.b5 = a;
1433
1485
  this.e("ReactsToGroupChanges");
1434
1486
  }
1435
1487
  get reactsToFilterChanges() {
1436
- return this.bw;
1488
+ return this.b4;
1437
1489
  }
1438
1490
  set reactsToFilterChanges(a) {
1439
- this.bw = a;
1491
+ this.b4 = a;
1440
1492
  this.e("ReactsToFilterChanges");
1441
1493
  }
1442
1494
  get enterBehavior() {
1443
- return this.f6;
1495
+ return this.gg;
1444
1496
  }
1445
1497
  set enterBehavior(a) {
1446
- this.f6 = a;
1498
+ this.gg = a;
1447
1499
  this.e("EnterBehavior");
1448
1500
  }
1449
1501
  get enterBehaviorAfterEdit() {
1450
- return this.f7;
1502
+ return this.gh;
1451
1503
  }
1452
1504
  set enterBehaviorAfterEdit(a) {
1453
- this.f7 = a;
1505
+ this.gh = a;
1454
1506
  this.e("EnterBehaviorAfterEdit");
1455
1507
  }
1456
1508
  get isColumnOptionsSummariesEnabled() {
1457
- return this.bi;
1509
+ return this.bq;
1458
1510
  }
1459
1511
  set isColumnOptionsSummariesEnabled(a) {
1460
- this.bi = a;
1512
+ this.bq = a;
1461
1513
  this.e("IsColumnOptionsSummariesEnabled");
1462
1514
  }
1463
1515
  get isColumnOptionsGroupingEnabled() {
1464
- return this.bh;
1516
+ return this.bp;
1465
1517
  }
1466
1518
  set isColumnOptionsGroupingEnabled(a) {
1467
- this.bh = a;
1519
+ this.bp = a;
1468
1520
  this.e("IsColumnOptionsGroupingEnabled");
1469
1521
  }
1470
1522
  get mergedCellMode() {
1471
- return this.gt;
1523
+ return this.g6;
1472
1524
  }
1473
1525
  set mergedCellMode(a) {
1474
- this.gt = a;
1526
+ this.g6 = a;
1475
1527
  this.e("MergedCellMode");
1476
1528
  }
1477
1529
  get mergedCellEvaluationCriteria() {
1478
- return this.gs;
1530
+ return this.g5;
1479
1531
  }
1480
1532
  set mergedCellEvaluationCriteria(a) {
1481
- this.gs = a;
1533
+ this.g5 = a;
1482
1534
  this.e("MergedCellEvaluationCriteria");
1483
1535
  }
1484
1536
  get mergedCellVerticalAlignment() {
1485
- return this.gu;
1537
+ return this.g7;
1486
1538
  }
1487
1539
  set mergedCellVerticalAlignment(a) {
1488
- this.gu = a;
1540
+ this.g7 = a;
1489
1541
  this.e("MergedCellVerticalAlignment");
1490
1542
  }
1491
1543
  get filterUIType() {
1492
- return this.gc;
1544
+ return this.gm;
1493
1545
  }
1494
1546
  set filterUIType(a) {
1495
- this.gc = a;
1547
+ this.gm = a;
1496
1548
  this.e("FilterUIType");
1497
1549
  }
1498
1550
  get filterLogicalOperator() {
1499
- return this.gb;
1551
+ return this.gl;
1500
1552
  }
1501
1553
  set filterLogicalOperator(a) {
1502
- this.gb = a;
1554
+ this.gl = a;
1503
1555
  this.e("FilterLogicalOperator");
1504
1556
  }
1505
1557
  get filterComparisonType() {
1506
- return this.f8;
1558
+ return this.gi;
1507
1559
  }
1508
1560
  set filterComparisonType(a) {
1509
- this.f8 = a;
1561
+ this.gi = a;
1510
1562
  this.e("FilterComparisonType");
1511
1563
  }
1512
1564
  get todayOverride() {
1513
- return this.cp;
1565
+ return this.cz;
1514
1566
  }
1515
1567
  set todayOverride(a) {
1516
- this.cp = a;
1568
+ this.cz = a;
1517
1569
  this.e("TodayOverride");
1518
1570
  }
1519
1571
  get clearSelectionOnEscape() {
1520
- return this.bd;
1572
+ return this.bk;
1521
1573
  }
1522
1574
  set clearSelectionOnEscape(a) {
1523
- this.bd = a;
1575
+ this.bk = a;
1524
1576
  this.e("ClearSelectionOnEscape");
1525
1577
  }
1526
1578
  get pageSize() {
1527
- return this.ec;
1579
+ return this.em;
1528
1580
  }
1529
1581
  set pageSize(a) {
1530
- this.ec = a;
1582
+ this.em = a;
1531
1583
  this.e("PageSize");
1532
1584
  }
1533
1585
  get isToolbarColumnChooserVisible() {
1534
- return this.br;
1586
+ return this.bz;
1535
1587
  }
1536
1588
  set isToolbarColumnChooserVisible(a) {
1537
- this.br = a;
1589
+ this.bz = a;
1538
1590
  this.e("IsToolbarColumnChooserVisible");
1539
1591
  }
1540
1592
  get isToolbarColumnPinningVisible() {
1541
- return this.bs;
1593
+ return this.b0;
1542
1594
  }
1543
1595
  set isToolbarColumnPinningVisible(a) {
1544
- this.bs = a;
1596
+ this.b0 = a;
1545
1597
  this.e("IsToolbarColumnPinningVisible");
1546
1598
  }
1547
1599
  get toolbarTitle() {
1548
- return this.ic;
1600
+ return this.it;
1549
1601
  }
1550
1602
  set toolbarTitle(a) {
1551
- this.ic = a;
1603
+ this.it = a;
1552
1604
  this.e("ToolbarTitle");
1553
1605
  }
1554
1606
  get toolbarColumnChooserText() {
1555
- return this.h8;
1607
+ return this.ip;
1556
1608
  }
1557
1609
  set toolbarColumnChooserText(a) {
1558
- this.h8 = a;
1610
+ this.ip = a;
1559
1611
  this.e("ToolbarColumnChooserText");
1560
1612
  }
1561
1613
  get toolbarColumnChooserTitle() {
1562
- return this.h9;
1614
+ return this.iq;
1563
1615
  }
1564
1616
  set toolbarColumnChooserTitle(a) {
1565
- this.h9 = a;
1617
+ this.iq = a;
1566
1618
  this.e("ToolbarColumnChooserTitle");
1567
1619
  }
1568
1620
  get toolbarColumnPinningText() {
1569
- return this.ia;
1621
+ return this.ir;
1570
1622
  }
1571
1623
  set toolbarColumnPinningText(a) {
1572
- this.ia = a;
1624
+ this.ir = a;
1573
1625
  this.e("ToolbarColumnPinningText");
1574
1626
  }
1575
1627
  get toolbarColumnPinningTitle() {
1576
- return this.ib;
1628
+ return this.is;
1577
1629
  }
1578
1630
  set toolbarColumnPinningTitle(a) {
1579
- this.ib = a;
1631
+ this.is = a;
1580
1632
  this.e("ToolbarColumnPinningTitle");
1581
1633
  }
1634
+ get scrollbarStyle() {
1635
+ return this.hk;
1636
+ }
1637
+ set scrollbarStyle(a) {
1638
+ this.hk = a;
1639
+ this.e("ScrollbarStyle");
1640
+ }
1641
+ get scrollbarBackground() {
1642
+ return this.hj;
1643
+ }
1644
+ set scrollbarBackground(a) {
1645
+ this.hj = a;
1646
+ this.e("ScrollbarBackground");
1647
+ }
1648
+ get allowCopyOperation() {
1649
+ return this.bh;
1650
+ }
1651
+ set allowCopyOperation(a) {
1652
+ this.bh = a;
1653
+ this.e("AllowCopyOperation");
1654
+ }
1655
+ get deferEventForRowDragSelection() {
1656
+ return this.bl;
1657
+ }
1658
+ set deferEventForRowDragSelection(a) {
1659
+ this.bl = a;
1660
+ this.e("DeferEventForRowDragSelection");
1661
+ }
1582
1662
  get filterExpressionsChangingRef() {
1583
- return this.ga;
1663
+ return this.gk;
1584
1664
  }
1585
1665
  set filterExpressionsChangingRef(a) {
1586
- this.ga = a;
1666
+ this.gk = a;
1587
1667
  this.e("FilterExpressionsChangingRef");
1588
1668
  }
1589
1669
  get filterExpressionsChangedRef() {
1590
- return this.f9;
1670
+ return this.gj;
1591
1671
  }
1592
1672
  set filterExpressionsChangedRef(a) {
1593
- this.f9 = a;
1673
+ this.gj = a;
1594
1674
  this.e("FilterExpressionsChangedRef");
1595
1675
  }
1596
1676
  get cellPreviewPointerDownRef() {
1597
- return this.e6;
1677
+ return this.fg;
1598
1678
  }
1599
1679
  set cellPreviewPointerDownRef(a) {
1600
- this.e6 = a;
1680
+ this.fg = a;
1601
1681
  this.e("CellPreviewPointerDownRef");
1602
1682
  }
1603
1683
  get cellPreviewPointerUpRef() {
1604
- return this.e7;
1684
+ return this.fh;
1605
1685
  }
1606
1686
  set cellPreviewPointerUpRef(a) {
1607
- this.e7 = a;
1687
+ this.fh = a;
1608
1688
  this.e("CellPreviewPointerUpRef");
1609
1689
  }
1610
1690
  get cellPointerDownRef() {
1611
- return this.e4;
1691
+ return this.fe;
1612
1692
  }
1613
1693
  set cellPointerDownRef(a) {
1614
- this.e4 = a;
1694
+ this.fe = a;
1615
1695
  this.e("CellPointerDownRef");
1616
1696
  }
1617
1697
  get cellPointerUpRef() {
1618
- return this.e5;
1698
+ return this.ff;
1619
1699
  }
1620
1700
  set cellPointerUpRef(a) {
1621
- this.e5 = a;
1701
+ this.ff = a;
1622
1702
  this.e("CellPointerUpRef");
1623
1703
  }
1624
1704
  get cellClickedRef() {
1625
- return this.ex;
1705
+ return this.e7;
1626
1706
  }
1627
1707
  set cellClickedRef(a) {
1628
- this.ex = a;
1708
+ this.e7 = a;
1629
1709
  this.e("CellClickedRef");
1630
1710
  }
1631
1711
  get sortDescriptionsChangedRef() {
1632
- return this.hk;
1712
+ return this.hz;
1633
1713
  }
1634
1714
  set sortDescriptionsChangedRef(a) {
1635
- this.hk = a;
1715
+ this.hz = a;
1636
1716
  this.e("SortDescriptionsChangedRef");
1637
1717
  }
1638
1718
  get groupDescriptionsChangedRef() {
1639
- return this.gd;
1719
+ return this.gn;
1640
1720
  }
1641
1721
  set groupDescriptionsChangedRef(a) {
1642
- this.gd = a;
1722
+ this.gn = a;
1643
1723
  this.e("GroupDescriptionsChangedRef");
1644
1724
  }
1645
1725
  get summaryDescriptionsChangedRef() {
1646
- return this.hm;
1726
+ return this.h1;
1647
1727
  }
1648
1728
  set summaryDescriptionsChangedRef(a) {
1649
- this.hm = a;
1729
+ this.h1 = a;
1650
1730
  this.e("SummaryDescriptionsChangedRef");
1651
1731
  }
1652
1732
  get columnHiddenChangedRef() {
1653
- return this.fe;
1733
+ return this.fo;
1654
1734
  }
1655
1735
  set columnHiddenChangedRef(a) {
1656
- this.fe = a;
1736
+ this.fo = a;
1657
1737
  this.e("ColumnHiddenChangedRef");
1658
1738
  }
1659
1739
  get columnPinnedChangedRef() {
1660
- return this.fm;
1740
+ return this.fw;
1661
1741
  }
1662
1742
  set columnPinnedChangedRef(a) {
1663
- this.fm = a;
1743
+ this.fw = a;
1664
1744
  this.e("ColumnPinnedChangedRef");
1665
1745
  }
1666
1746
  get cellValueChangingRef() {
1667
- return this.fb;
1747
+ return this.fl;
1668
1748
  }
1669
1749
  set cellValueChangingRef(a) {
1670
- this.fb = a;
1750
+ this.fl = a;
1671
1751
  this.e("CellValueChangingRef");
1672
1752
  }
1673
1753
  get dataCommittedRef() {
1674
- return this.fv;
1754
+ return this.f5;
1675
1755
  }
1676
1756
  set dataCommittedRef(a) {
1677
- this.fv = a;
1757
+ this.f5 = a;
1678
1758
  this.e("DataCommittedRef");
1679
1759
  }
1680
1760
  get dataCommittingRef() {
1681
- return this.fw;
1761
+ return this.f6;
1682
1762
  }
1683
1763
  set dataCommittingRef(a) {
1684
- this.fw = a;
1764
+ this.f6 = a;
1685
1765
  this.e("DataCommittingRef");
1686
1766
  }
1687
1767
  get sizeChangedRef() {
1688
- return this.hj;
1768
+ return this.hy;
1689
1769
  }
1690
1770
  set sizeChangedRef(a) {
1691
- this.hj = a;
1771
+ this.hy = a;
1692
1772
  this.e("SizeChangedRef");
1693
1773
  }
1694
1774
  get actualColumnsChangedRef() {
1695
- return this.es;
1775
+ return this.e2;
1696
1776
  }
1697
1777
  set actualColumnsChangedRef(a) {
1698
- this.es = a;
1778
+ this.e2 = a;
1699
1779
  this.e("ActualColumnsChangedRef");
1700
1780
  }
1701
1781
  get columnsAutoGeneratedRef() {
1702
- return this.fr;
1782
+ return this.f1;
1703
1783
  }
1704
1784
  set columnsAutoGeneratedRef(a) {
1705
- this.fr = a;
1785
+ this.f1 = a;
1706
1786
  this.e("ColumnsAutoGeneratedRef");
1707
1787
  }
1708
1788
  get selectedItemsChangedRef() {
1709
- return this.he;
1789
+ return this.ht;
1710
1790
  }
1711
1791
  set selectedItemsChangedRef(a) {
1712
- this.he = a;
1792
+ this.ht = a;
1713
1793
  this.e("SelectedItemsChangedRef");
1714
1794
  }
1715
1795
  get selectedKeysChangedRef() {
1716
- return this.hf;
1796
+ return this.hu;
1717
1797
  }
1718
1798
  set selectedKeysChangedRef(a) {
1719
- this.hf = a;
1799
+ this.hu = a;
1720
1800
  this.e("SelectedKeysChangedRef");
1721
1801
  }
1722
1802
  get selectedCellsChangedRef() {
1723
- return this.hd;
1803
+ return this.hs;
1724
1804
  }
1725
1805
  set selectedCellsChangedRef(a) {
1726
- this.hd = a;
1806
+ this.hs = a;
1727
1807
  this.e("SelectedCellsChangedRef");
1728
1808
  }
1729
1809
  get selectionChangedRef() {
1730
- return this.hh;
1810
+ return this.hw;
1731
1811
  }
1732
1812
  set selectionChangedRef(a) {
1733
- this.hh = a;
1813
+ this.hw = a;
1734
1814
  this.e("SelectionChangedRef");
1735
1815
  }
1736
1816
  get activeCellChangedRef() {
1737
- return this.er;
1817
+ return this.e1;
1738
1818
  }
1739
1819
  set activeCellChangedRef(a) {
1740
- this.er = a;
1820
+ this.e1 = a;
1741
1821
  this.e("ActiveCellChangedRef");
1742
1822
  }
1743
1823
  get selectedCellRangesChangedRef() {
1744
- return this.hc;
1824
+ return this.hr;
1745
1825
  }
1746
1826
  set selectedCellRangesChangedRef(a) {
1747
- this.hc = a;
1827
+ this.hr = a;
1748
1828
  this.e("SelectedCellRangesChangedRef");
1749
1829
  }
1750
1830
  get columnWidthChangedRef() {
1751
- return this.ft;
1831
+ return this.f3;
1752
1832
  }
1753
1833
  set columnWidthChangedRef(a) {
1754
- this.ft = a;
1834
+ this.f3 = a;
1755
1835
  this.e("ColumnWidthChangedRef");
1756
1836
  }
1757
1837
  get cellEditStartedRef() {
1758
- return this.e0;
1838
+ return this.fa;
1759
1839
  }
1760
1840
  set cellEditStartedRef(a) {
1761
- this.e0 = a;
1841
+ this.fa = a;
1762
1842
  this.e("CellEditStartedRef");
1763
1843
  }
1764
1844
  get cellEditEndedRef() {
1765
- return this.ez;
1845
+ return this.e9;
1766
1846
  }
1767
1847
  set cellEditEndedRef(a) {
1768
- this.ez = a;
1848
+ this.e9 = a;
1769
1849
  this.e("CellEditEndedRef");
1770
1850
  }
1771
1851
  get rowEditStartedRef() {
1772
- return this.gx;
1852
+ return this.ha;
1773
1853
  }
1774
1854
  set rowEditStartedRef(a) {
1775
- this.gx = a;
1855
+ this.ha = a;
1776
1856
  this.e("RowEditStartedRef");
1777
1857
  }
1778
1858
  get rowEditEndedRef() {
1779
- return this.gw;
1859
+ return this.g9;
1780
1860
  }
1781
1861
  set rowEditEndedRef(a) {
1782
- this.gw = a;
1862
+ this.g9 = a;
1783
1863
  this.e("RowEditEndedRef");
1784
1864
  }
1785
1865
  get customFilterRequestedRef() {
1786
- return this.fu;
1866
+ return this.f4;
1787
1867
  }
1788
1868
  set customFilterRequestedRef(a) {
1789
- this.fu = a;
1869
+ this.f4 = a;
1790
1870
  this.e("CustomFilterRequestedRef");
1791
1871
  }
1792
1872
  get actualPrimaryKeyChangeRef() {
1793
- return this.et;
1873
+ return this.e3;
1794
1874
  }
1795
1875
  set actualPrimaryKeyChangeRef(a) {
1796
- this.et = a;
1876
+ this.e3 = a;
1797
1877
  this.e("ActualPrimaryKeyChangeRef");
1798
1878
  }
1799
1879
  }