@bryntum/grid-angular 7.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. package/README.md +44 -0
  2. package/bryntum-grid-angular.d.ts +5 -0
  3. package/bundles/bryntum-grid-angular.umd.js +49212 -0
  4. package/bundles/bryntum-grid-angular.umd.js.map +1 -0
  5. package/esm2015/bryntum-grid-angular.js +5 -0
  6. package/esm2015/lib/bryntum-a-i-filter-field.component.js +791 -0
  7. package/esm2015/lib/bryntum-button-group.component.js +725 -0
  8. package/esm2015/lib/bryntum-button.component.js +715 -0
  9. package/esm2015/lib/bryntum-chat-panel.component.js +839 -0
  10. package/esm2015/lib/bryntum-checkbox-group.component.js +854 -0
  11. package/esm2015/lib/bryntum-checkbox.component.js +805 -0
  12. package/esm2015/lib/bryntum-checklist-filter-combo.component.js +943 -0
  13. package/esm2015/lib/bryntum-chip-view.component.js +727 -0
  14. package/esm2015/lib/bryntum-code-editor.component.js +818 -0
  15. package/esm2015/lib/bryntum-color-field.component.js +794 -0
  16. package/esm2015/lib/bryntum-combo.component.js +932 -0
  17. package/esm2015/lib/bryntum-container.component.js +681 -0
  18. package/esm2015/lib/bryntum-date-field.component.js +831 -0
  19. package/esm2015/lib/bryntum-date-picker.component.js +1008 -0
  20. package/esm2015/lib/bryntum-date-range-field.component.js +835 -0
  21. package/esm2015/lib/bryntum-date-time-field.component.js +752 -0
  22. package/esm2015/lib/bryntum-demo-code-editor.component.js +830 -0
  23. package/esm2015/lib/bryntum-demo-header.component.js +171 -0
  24. package/esm2015/lib/bryntum-display-field.component.js +772 -0
  25. package/esm2015/lib/bryntum-duration-field.component.js +815 -0
  26. package/esm2015/lib/bryntum-editor.component.js +823 -0
  27. package/esm2015/lib/bryntum-field-filter-picker-group.component.js +758 -0
  28. package/esm2015/lib/bryntum-field-filter-picker.component.js +740 -0
  29. package/esm2015/lib/bryntum-field-set.component.js +810 -0
  30. package/esm2015/lib/bryntum-file-field.component.js +776 -0
  31. package/esm2015/lib/bryntum-file-picker.component.js +709 -0
  32. package/esm2015/lib/bryntum-filter-field.component.js +803 -0
  33. package/esm2015/lib/bryntum-fullscreen-button.component.js +53 -0
  34. package/esm2015/lib/bryntum-grid-base.component.js +2099 -0
  35. package/esm2015/lib/bryntum-grid-chart-designer.component.js +588 -0
  36. package/esm2015/lib/bryntum-grid-field-filter-picker-group.component.js +754 -0
  37. package/esm2015/lib/bryntum-grid-field-filter-picker.component.js +744 -0
  38. package/esm2015/lib/bryntum-grid.component.js +2103 -0
  39. package/esm2015/lib/bryntum-group-bar.component.js +727 -0
  40. package/esm2015/lib/bryntum-hint.component.js +856 -0
  41. package/esm2015/lib/bryntum-label.component.js +584 -0
  42. package/esm2015/lib/bryntum-list.component.js +715 -0
  43. package/esm2015/lib/bryntum-menu.component.js +883 -0
  44. package/esm2015/lib/bryntum-month-picker.component.js +818 -0
  45. package/esm2015/lib/bryntum-number-field.component.js +800 -0
  46. package/esm2015/lib/bryntum-paging-toolbar.component.js +736 -0
  47. package/esm2015/lib/bryntum-panel.component.js +794 -0
  48. package/esm2015/lib/bryntum-password-field.component.js +768 -0
  49. package/esm2015/lib/bryntum-radio-group.component.js +826 -0
  50. package/esm2015/lib/bryntum-radio.component.js +805 -0
  51. package/esm2015/lib/bryntum-slide-toggle.component.js +805 -0
  52. package/esm2015/lib/bryntum-slider.component.js +661 -0
  53. package/esm2015/lib/bryntum-splitter.component.js +618 -0
  54. package/esm2015/lib/bryntum-tab-panel.component.js +842 -0
  55. package/esm2015/lib/bryntum-text-area-field.component.js +776 -0
  56. package/esm2015/lib/bryntum-text-area-picker-field.component.js +798 -0
  57. package/esm2015/lib/bryntum-text-field.component.js +783 -0
  58. package/esm2015/lib/bryntum-time-field.component.js +819 -0
  59. package/esm2015/lib/bryntum-time-picker.component.js +709 -0
  60. package/esm2015/lib/bryntum-toolbar.component.js +732 -0
  61. package/esm2015/lib/bryntum-tree-combo.component.js +932 -0
  62. package/esm2015/lib/bryntum-tree-grid.component.js +2103 -0
  63. package/esm2015/lib/bryntum-widget.component.js +580 -0
  64. package/esm2015/lib/bryntum-year-picker.component.js +827 -0
  65. package/esm2015/lib/grid.module.js +314 -0
  66. package/esm2015/lib/wrapper.helper.js +74 -0
  67. package/esm2015/public-api.js +64 -0
  68. package/fesm2015/bryntum-grid-angular.js +48622 -0
  69. package/fesm2015/bryntum-grid-angular.js.map +1 -0
  70. package/lib/bryntum-a-i-filter-field.component.d.ts +968 -0
  71. package/lib/bryntum-button-group.component.d.ts +860 -0
  72. package/lib/bryntum-button.component.d.ts +845 -0
  73. package/lib/bryntum-chat-panel.component.d.ts +1060 -0
  74. package/lib/bryntum-checkbox-group.component.d.ts +1094 -0
  75. package/lib/bryntum-checkbox.component.d.ts +968 -0
  76. package/lib/bryntum-checklist-filter-combo.component.d.ts +1210 -0
  77. package/lib/bryntum-chip-view.component.d.ts +872 -0
  78. package/lib/bryntum-code-editor.component.d.ts +1045 -0
  79. package/lib/bryntum-color-field.component.d.ts +965 -0
  80. package/lib/bryntum-combo.component.d.ts +1199 -0
  81. package/lib/bryntum-container.component.d.ts +822 -0
  82. package/lib/bryntum-date-field.component.d.ts +1025 -0
  83. package/lib/bryntum-date-picker.component.d.ts +1338 -0
  84. package/lib/bryntum-date-range-field.component.d.ts +1027 -0
  85. package/lib/bryntum-date-time-field.component.d.ts +912 -0
  86. package/lib/bryntum-demo-code-editor.component.d.ts +1061 -0
  87. package/lib/bryntum-demo-header.component.d.ts +29 -0
  88. package/lib/bryntum-display-field.component.d.ts +949 -0
  89. package/lib/bryntum-duration-field.component.d.ts +1008 -0
  90. package/lib/bryntum-editor.component.d.ts +969 -0
  91. package/lib/bryntum-field-filter-picker-group.component.d.ts +935 -0
  92. package/lib/bryntum-field-filter-picker.component.d.ts +903 -0
  93. package/lib/bryntum-field-set.component.d.ts +1038 -0
  94. package/lib/bryntum-file-field.component.d.ts +952 -0
  95. package/lib/bryntum-file-picker.component.d.ts +847 -0
  96. package/lib/bryntum-filter-field.component.d.ts +993 -0
  97. package/lib/bryntum-fullscreen-button.component.d.ts +20 -0
  98. package/lib/bryntum-grid-base.component.d.ts +2271 -0
  99. package/lib/bryntum-grid-chart-designer.component.d.ts +691 -0
  100. package/lib/bryntum-grid-field-filter-picker-group.component.d.ts +929 -0
  101. package/lib/bryntum-grid-field-filter-picker.component.d.ts +916 -0
  102. package/lib/bryntum-grid.component.d.ts +2273 -0
  103. package/lib/bryntum-group-bar.component.d.ts +872 -0
  104. package/lib/bryntum-hint.component.d.ts +1117 -0
  105. package/lib/bryntum-label.component.d.ts +683 -0
  106. package/lib/bryntum-list.component.d.ts +849 -0
  107. package/lib/bryntum-menu.component.d.ts +1129 -0
  108. package/lib/bryntum-month-picker.component.d.ts +1034 -0
  109. package/lib/bryntum-number-field.component.d.ts +995 -0
  110. package/lib/bryntum-paging-toolbar.component.d.ts +886 -0
  111. package/lib/bryntum-panel.component.d.ts +1015 -0
  112. package/lib/bryntum-password-field.component.d.ts +939 -0
  113. package/lib/bryntum-radio-group.component.d.ts +1068 -0
  114. package/lib/bryntum-radio.component.d.ts +968 -0
  115. package/lib/bryntum-slide-toggle.component.d.ts +968 -0
  116. package/lib/bryntum-slider.component.d.ts +776 -0
  117. package/lib/bryntum-splitter.component.d.ts +714 -0
  118. package/lib/bryntum-tab-panel.component.d.ts +1065 -0
  119. package/lib/bryntum-text-area-field.component.d.ts +951 -0
  120. package/lib/bryntum-text-area-picker-field.component.d.ts +972 -0
  121. package/lib/bryntum-text-field.component.d.ts +957 -0
  122. package/lib/bryntum-time-field.component.d.ts +1006 -0
  123. package/lib/bryntum-time-picker.component.d.ts +853 -0
  124. package/lib/bryntum-toolbar.component.d.ts +879 -0
  125. package/lib/bryntum-tree-combo.component.d.ts +1199 -0
  126. package/lib/bryntum-tree-grid.component.d.ts +2273 -0
  127. package/lib/bryntum-widget.component.d.ts +678 -0
  128. package/lib/bryntum-year-picker.component.d.ts +1049 -0
  129. package/lib/grid.module.d.ts +65 -0
  130. package/lib/wrapper.helper.d.ts +26 -0
  131. package/package.json +33 -0
  132. package/public-api.d.ts +60 -0
@@ -0,0 +1,2271 @@
1
+ /**
2
+ * Angular wrapper for Bryntum GridBase
3
+ */
4
+ import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
5
+ import { AIFilter, AIFilterConfig, AjaxStore, AjaxStoreConfig, CellCopyPaste, CellCopyPasteConfig, CellEdit, CellEditConfig, CellMenu, CellMenuConfig, CellTooltip, CellTooltipConfig, Charts, ChartsConfig, ColumnAutoWidth, ColumnAutoWidthConfig, ColumnDragToolbar, ColumnDragToolbarConfig, ColumnPicker, ColumnPickerConfig, ColumnRename, ColumnRenameConfig, ColumnReorder, ColumnReorderConfig, ColumnResize, ColumnResizeConfig, ColumnStore, ColumnStoreConfig, ContainerItemConfig, DomConfig, EmptyTextDomConfig, ExcelExporter, ExcelExporterConfig, FileDrop, FileDropConfig, FillHandle, FillHandleConfig, Filter, FilterBar, FilterBarConfig, FilterConfig, FormulaProviderConfig, GridBase, GridBaseListeners, GridColumnConfig, GridLocation, GridLocationConfig, GridSelectionMode, GridStateInfo, Group, GroupConfig, GroupSummary, GroupSummaryConfig, HeaderMenu, HeaderMenuConfig, KeyMapConfig, LockRows, LockRowsConfig, Mask, MaskConfig, MergeCells, MergeCellsConfig, Model, ModelConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, PdfExport, PdfExportConfig, PinColumns, PinColumnsConfig, PreserveScrollOptions, Print, PrintConfig, QuickFind, QuickFindConfig, RegionResize, RegionResizeConfig, ResponsiveLevelConfig, RowCopyPaste, RowCopyPasteConfig, RowEdit, RowEditConfig, RowExpander, RowExpanderConfig, RowReorder, RowReorderConfig, RowResize, RowResizeConfig, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, Search, SearchConfig, Sort, SortConfig, Split, SplitConfig, StateProvider, StickyCells, StickyCellsConfig, Store, StoreConfig, Stripe, StripeConfig, SubGridConfig, Summary, SummaryConfig, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, Tree, TreeConfig, TreeGroup, TreeGroupConfig, Widget } from '@bryntum/grid';
6
+ import * as i0 from "@angular/core";
7
+ export declare type BryntumGridBaseProps = {
8
+ /**
9
+ * Element (or element id) to adopt as this Widget's encapsulating element. The widget's
10
+ * content will be placed inside this element.
11
+ * ...
12
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-adopt)
13
+ */
14
+ adopt?: HTMLElement | string;
15
+ /**
16
+ * When this widget is a child of a [Container](https://bryntum.com/products/grid/docs/api/Core/widget/Container), it will by default be participating in a
17
+ * flexbox layout. This config allows you to set this widget's
18
+ * [align-self](https://developer.mozilla.org/en-US/docs/Web/CSS/align-self) style.
19
+ */
20
+ alignSelf?: string;
21
+ /**
22
+ * Set to `true` to animate row removals caused by filtering.
23
+ * @deprecated 7.0.0 Deprecated `animateFilterRemovals`. Use `transition.filterRemoval` instead
24
+ */
25
+ animateFilterRemovals?: boolean;
26
+ /**
27
+ * Controls if removing and inserting rows should be animated. Set to `false` to prevent those animations,
28
+ * removing the related delays.
29
+ * @deprecated 7.0.0 Deprecated `animateRemovingRows`. Use `transition.removeRecord` instead
30
+ */
31
+ animateRemovingRows?: boolean;
32
+ /**
33
+ * When the [Tree](https://bryntum.com/products/grid/docs/api/Grid/feature/Tree) feature is in use and the Store is a tree store, this
34
+ * config may be set to `true` to visually animate branch node expand and collapse operations.
35
+ * *This is not supported in Scheduler and Gantt*
36
+ * @deprecated 7.0.0 Deprecated `animateTreeNodeToggle`. Use `transition.toggleTreeNode` instead
37
+ */
38
+ animateTreeNodeToggle?: boolean;
39
+ /**
40
+ * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
41
+ * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element).
42
+ */
43
+ appendTo?: HTMLElement | string;
44
+ /**
45
+ * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
46
+ * into an element which will be linked using the `aria-describedby` attribute.
47
+ * ...
48
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-ariaDescription)
49
+ */
50
+ ariaDescription?: string;
51
+ /**
52
+ * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
53
+ * the `aria-label` attribute.
54
+ * ...
55
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-ariaLabel)
56
+ */
57
+ ariaLabel?: string;
58
+ /**
59
+ * Automatically set grids height to fit all rows (no scrolling in the grid). In general you should avoid
60
+ * using `autoHeight: true`, since it will bypass Grids virtual rendering and render all rows at once, which
61
+ * in a larger grid is really bad for performance.
62
+ */
63
+ autoHeight?: boolean;
64
+ /**
65
+ * A Config object representing the configuration of a [Toolbar](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar),
66
+ * or array of config objects representing the child items of a Toolbar. Another way to add a bbar is to use [strips](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-strips).
67
+ * ...
68
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-bbar)
69
+ */
70
+ bbar?: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
71
+ /**
72
+ * Custom CSS classes to add to the panel's body element.
73
+ * ...
74
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-bodyCls)
75
+ */
76
+ bodyCls?: string | object;
77
+ /**
78
+ * An object where property names with a truthy value indicate which events should bubble up the ownership
79
+ * hierarchy when triggered.
80
+ * ...
81
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-bubbleEvents)
82
+ */
83
+ bubbleEvents?: object;
84
+ /**
85
+ * Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
86
+ * ...
87
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-callOnFunctions)
88
+ */
89
+ callOnFunctions?: boolean;
90
+ /**
91
+ * By default, if an event handler throws an exception, the error propagates up the stack and the
92
+ * application state is undefined. Code which follows the event handler will *not* be executed.
93
+ * ...
94
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-catchEventHandlerExceptions)
95
+ */
96
+ catchEventHandlerExceptions?: boolean;
97
+ /**
98
+ * Set to `false` to crop text in grid cells without ellipsis (...). When enabled, cells containing pure
99
+ * use `display : block`, instead of `display : flex` to allow ellipsis to work.
100
+ * <strong>NOTE</strong> Only supported in browsers that support `:has()` CSS selector
101
+ */
102
+ cellEllipsis?: boolean;
103
+ /**
104
+ * Custom CSS classes to add to element.
105
+ * May be specified as a space separated string, or as an object in which property names
106
+ * with truthy values are used as the class names:
107
+ * ...
108
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-cls)
109
+ */
110
+ cls?: string | object;
111
+ /**
112
+ * Controls whether the panel is collapsed (the body of the panel is hidden while only the header is
113
+ * visible). Only valid if the panel is [collapsible](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-collapsible).
114
+ */
115
+ collapsed?: boolean;
116
+ /**
117
+ * This config enables collapsibility for the panel. See [collapsed](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-collapsed).
118
+ * ...
119
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-collapsible)
120
+ */
121
+ collapsible?: boolean | PanelCollapserConfig | PanelCollapserOverlayConfig;
122
+ /**
123
+ * Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
124
+ * `style` block.
125
+ * ...
126
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-color)
127
+ */
128
+ color?: string;
129
+ /**
130
+ * Programmatic control over which column to start in when used in a grid layout.
131
+ */
132
+ column?: number;
133
+ /**
134
+ * Set to `false` to not show column lines. End result might be overruled by/differ between themes.
135
+ */
136
+ columnLines?: boolean;
137
+ /**
138
+ * Accepts column definitions for the grid during initialization. They will be used to create
139
+ * [Column](https://bryntum.com/products/grid/docs/api/Grid/column/Column) instances that are added to a [ColumnStore](#Grid/data/ColumnStore).
140
+ * ...
141
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-columns)
142
+ */
143
+ columns?: ColumnStore | GridColumnConfig[] | ColumnStoreConfig;
144
+ config?: object;
145
+ /**
146
+ * Custom CSS classes to add to the [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement).
147
+ * May be specified as a space separated string, or as an object in which property names
148
+ * with truthy values are used as the class names:
149
+ * ...
150
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-contentElementCls)
151
+ */
152
+ contentElementCls?: string | object;
153
+ /**
154
+ * Event which is used to show context menus.
155
+ * Available options are: 'contextmenu', 'click', 'dblclick'.
156
+ */
157
+ contextMenuTriggerEvent?: 'contextmenu' | 'click' | 'dblclick';
158
+ /**
159
+ * Convenient shortcut to set data in grids store both during initialization and at runtime. Can also be
160
+ * used to retrieve data at runtime, although we do recommend interacting with Grids store instead using
161
+ * the [store](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#property-store) property.
162
+ * ...
163
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-data)
164
+ */
165
+ data?: object[] | Model[] | ModelConfig[];
166
+ /**
167
+ * When this Widget configuration is used in the Grid's RowExpander feature's `widget` config, provide the
168
+ * field on the expanded record to use for populating this widget's store (if applicable)
169
+ */
170
+ dataField?: string;
171
+ /**
172
+ * Object to apply to elements dataset (each key will be used as a data-attribute on the element)
173
+ */
174
+ dataset?: Record<string, string>;
175
+ /**
176
+ * Region to which columns are added when they have none specified
177
+ */
178
+ defaultRegion?: string;
179
+ /**
180
+ * Set to `true` to destroy the store when the grid is destroyed.
181
+ */
182
+ destroyStore?: boolean;
183
+ /**
184
+ * Check for CSS compatibility issues when upgrading to v7. Performs the following checks:
185
+ * ...
186
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-detectCSSCompatibilityIssues)
187
+ */
188
+ detectCSSCompatibilityIssues?: boolean;
189
+ /**
190
+ * Disable or enable the widget. It is similar to [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-readOnly) except a disabled widget
191
+ * cannot be focused, uses a different rendition (usually greyish) and does not allow selecting its value.
192
+ * ...
193
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-disabled)
194
+ */
195
+ disabled?: boolean | 'inert';
196
+ /**
197
+ * Set to `true` to not get a warning when calling [getState](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#function-getState) when there is a column
198
+ * configured without an `id`. But the recommended action is to always configure columns with an `id` when
199
+ * using states.
200
+ */
201
+ disableGridColumnIdWarning?: boolean;
202
+ /**
203
+ * Set to `true` to not get a warning when using another base class than GridRowModel for your grid data. If
204
+ * you do, and would like to use the full feature set of the grid then include the fields from GridRowModel
205
+ * in your model definition.
206
+ */
207
+ disableGridRowModelWarning?: boolean;
208
+ /**
209
+ * Controls the placement of this widget when it is added to a [panel's ](https://bryntum.com/products/grid/docs/api/Core/widget/Panel)
210
+ * [strips collection](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
211
+ * `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
212
+ * body. Such widgets are called "edge strips".
213
+ * ...
214
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-dock)
215
+ */
216
+ dock?: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
217
+ /**
218
+ * Make this Panel a docked drawer which slides out from one side of the browser viewport by default.
219
+ * ...
220
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-drawer)
221
+ * @param {'start','left','end','right','top','bottom'} side The side of the viewport to dock the drawer to. * `'start'` means the `inline-start` side. * `'end'` means the `inline-end` side.
222
+ * @param {string,number} size The size of the drawer in its collapsible axis.
223
+ * @param {boolean} inline If using the [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-appendTo) config to place the drawer inside a host widget, this may be set to `true` to make the drawer inline within that host. Note that, if using this, the layout of the host element must have `flex-direction` set appropriately.
224
+ * @param {boolean,object} autoClose Specifies what user actions should automatically close the drawer. Defaults to closing when the user clicks outside of the drawer or when focus moves outside of the drawer.
225
+ * @param {boolean,string} autoClose.mousedown If the user clicks outside of the drawer, the drawer will automatically be hidden. If the value is a string, it is used as a CSS selector to filter clicks which should close the drawer.
226
+ * @param {boolean,string} autoClose.focusout If focus moves outside of the drawer, the drawer will automatically be hidden.
227
+ * @param {string} autoClose.mouseout Hides the drawer when the mouse leaves the drawer after the `autoCloseDelay` period.
228
+ * @param {number} autoCloseDelay When using `mouseout`, this is the delay in milliseconds
229
+ */
230
+ drawer?: boolean | {
231
+ side?: 'start' | 'left' | 'end' | 'right' | 'top' | 'bottom';
232
+ size?: string | number;
233
+ inline?: boolean;
234
+ autoClose: {
235
+ mousedown?: boolean | string;
236
+ focusout?: boolean | string;
237
+ mouseout?: string;
238
+ };
239
+ autoCloseDelay?: number;
240
+ };
241
+ /**
242
+ * An object specifying attributes to assign to the root element of this widget.
243
+ * Set `null` value to attribute to remove it.
244
+ * ...
245
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-elementAttributes)
246
+ */
247
+ elementAttributes?: Record<string, string | null>;
248
+ /**
249
+ * Text or HTML, or a [EmptyTextDomConfig](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#typedef-EmptyTextDomConfig) block to display when there is no data to display in the grid.
250
+ * When using multiple Grid regions, provide the `region` property to decide where the text is shown.
251
+ * By default, it is shown in the first region.
252
+ * ...
253
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-emptyText)
254
+ */
255
+ emptyText?: string | EmptyTextDomConfig;
256
+ /**
257
+ * Configure this as `true` to allow elements within cells to be styled as `position: sticky`.
258
+ * ...
259
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-enableSticky)
260
+ */
261
+ enableSticky?: boolean;
262
+ /**
263
+ * Set to `true` to allow text selection in the grid cells. Note, this cannot be used simultaneously with the
264
+ * `RowReorder` feature.
265
+ */
266
+ enableTextSelection?: boolean;
267
+ /**
268
+ * Set to `true` to listen for CTRL-Z (CMD-Z on Mac OS) keyboard event and trigger undo (redo when SHIFT is
269
+ * pressed). Only applicable when using a [StateTrackingManager](https://bryntum.com/products/grid/docs/api/Core/data/stm/StateTrackingManager).
270
+ */
271
+ enableUndoRedoKeys?: boolean;
272
+ extraData?: any;
273
+ /**
274
+ * Set to `true` to stretch the last column in a grid with all fixed width columns
275
+ * to fill extra available space if the grid's width is wider than the sum of all
276
+ * configured column widths.
277
+ */
278
+ fillLastColumn?: boolean;
279
+ /**
280
+ * Use fixed row height. Setting this to `true` will configure the underlying RowManager to use fixed row
281
+ * height, which sacrifices the ability to use rows with variable height to gain a fraction better
282
+ * performance.
283
+ * ...
284
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-fixedRowHeight)
285
+ */
286
+ fixedRowHeight?: boolean;
287
+ /**
288
+ * When this widget is a child of a [Container](https://bryntum.com/products/grid/docs/api/Core/widget/Container), it will by default be participating in a
289
+ * flexbox layout. This config allows you to set this widget's
290
+ * [flex](https://developer.mozilla.org/en-US/docs/Web/CSS/flex) style.
291
+ * This may be configured as a single number or a `&lt;flex-grow&gt; &lt;flex-shrink&gt; &lt;flex-basis&gt;` format string.
292
+ * numeric-only values are interpreted as the `flex-grow` value.
293
+ */
294
+ flex?: number | string;
295
+ /**
296
+ * Config object of a footer. May contain a `dock`, `html` and a `cls` property. A footer is not a widget,
297
+ * but rather plain HTML that follows the last element of the panel's body and [strips](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-strips).
298
+ * ...
299
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-footer)
300
+ */
301
+ footer?: {
302
+ dock?: 'top' | 'right' | 'bottom' | 'left' | 'start' | 'end';
303
+ html?: string;
304
+ cls?: string;
305
+ } | string;
306
+ /**
307
+ * An object which names formula prefixes which will be applied to all columns configured with
308
+ * `formula : true`.
309
+ * ...
310
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-formulaProviders)
311
+ */
312
+ formulaProviders?: Record<string, FormulaProviderConfig>;
313
+ /**
314
+ * Refresh entire row when a record changes (`true`) or, if possible, only the cells affected (`false`).
315
+ * ...
316
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-fullRowRefresh)
317
+ */
318
+ fullRowRefresh?: boolean;
319
+ /**
320
+ * A function called for each row to determine its height. It is passed a [record](https://bryntum.com/products/grid/docs/api/Core/data/Model) and
321
+ * expected to return the desired height of that records row. If the function returns a falsy value, Grids
322
+ * configured [rowHeight](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-rowHeight) is used.
323
+ * ...
324
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-getRowHeight)
325
+ * @param {Core.data.Model} getRowHeight.record Record to determine row height for
326
+ * @returns {number} Desired row height
327
+ */
328
+ getRowHeight?: (getRowHeight: {
329
+ record: Model;
330
+ }) => number;
331
+ /**
332
+ * A config [object](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#typedef-PanelHeader) for the panel's header or a string in place of a `title`.
333
+ * ...
334
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-header)
335
+ */
336
+ header?: string | boolean | PanelHeader;
337
+ /**
338
+ * Widget's height, used to set element `style.height`. Either specify a valid height string or a number,
339
+ * which will get 'px' appended. We recommend using CSS as the primary way to control height, but in some
340
+ * cases this config is convenient.
341
+ */
342
+ height?: string | number;
343
+ /**
344
+ * Configure with true to make widget initially hidden.
345
+ */
346
+ hidden?: boolean;
347
+ /**
348
+ * Set to `true` to hide the footer elements
349
+ */
350
+ hideFooters?: boolean;
351
+ /**
352
+ * Set to `true` to hide the column header elements
353
+ */
354
+ hideHeaders?: boolean;
355
+ /**
356
+ * Set to `true` to hide the Grid's horizontal scrollbar(s)
357
+ */
358
+ hideHorizontalScrollbar?: boolean;
359
+ /**
360
+ * A CSS class to add to hovered row elements
361
+ */
362
+ hoverCls?: string;
363
+ /**
364
+ * An icon to show before the [title](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-title). Either pass a CSS class as a string, or pass a
365
+ * [DomConfig](https://bryntum.com/products/grid/docs/api/Core/helper/DomHelper#typedef-DomConfig) object describing an element to represent the icon.
366
+ */
367
+ icon?: string | DomConfig;
368
+ /**
369
+ * Widget id, if not specified one will be generated. Also used for lookups through Widget.getById
370
+ */
371
+ id?: string;
372
+ /**
373
+ * Determines if the widgets read-only state should be controlled by its parent.
374
+ * ...
375
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-ignoreParentReadOnly)
376
+ */
377
+ ignoreParentReadOnly?: boolean;
378
+ /**
379
+ * Convenience setting to align input fields of child widgets. By default, the Field input element is
380
+ * placed immediately following the `label`. If you prefer to have all input fields aligned to the
381
+ * right, set this config to `'end'`.
382
+ * ...
383
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-inputFieldAlign)
384
+ */
385
+ inputFieldAlign?: 'start' | 'end';
386
+ /**
387
+ * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
388
+ */
389
+ insertBefore?: HTMLElement | string;
390
+ /**
391
+ * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
392
+ */
393
+ insertFirst?: HTMLElement | string;
394
+ /**
395
+ * See [Keyboard shortcuts](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#keyboard-shortcuts) for details
396
+ */
397
+ keyMap?: Record<string, KeyMapConfig>;
398
+ /**
399
+ * Convenience setting to use same label placement on all child widgets.
400
+ * ...
401
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-labelPosition)
402
+ */
403
+ labelPosition?: 'before' | 'above' | 'align-before' | 'auto' | null;
404
+ /**
405
+ * The listener set for this object.
406
+ * ...
407
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-listeners)
408
+ */
409
+ listeners?: GridBaseListeners;
410
+ /**
411
+ * A [Mask](https://bryntum.com/products/grid/docs/api/Core/widget/Mask) config object, or a message to be shown when a store is performing a remote
412
+ * operation, or Crud Manager is loading data from the sever. Set to `null` to disable default load mask.
413
+ */
414
+ loadMask?: string | MaskConfig | null;
415
+ /**
416
+ * A [Mask](https://bryntum.com/products/grid/docs/api/Core/widget/Mask) config object to adjust the [maskDefaults](#Core/widget/Widget#config-maskDefaults)
417
+ * when data is loading. The message and optional configuration from the
418
+ * [loadMask](https://bryntum.com/products/grid/docs/api/Core/mixin/LoadMaskable#config-loadMask) config take priority over these options, just as they do
419
+ * for `maskDefaults`, respectively.
420
+ * ...
421
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-loadMaskDefaults)
422
+ */
423
+ loadMaskDefaults?: MaskConfig;
424
+ /**
425
+ * A [Mask](https://bryntum.com/products/grid/docs/api/Core/widget/Mask) config object to adjust the [maskDefaults](#Core/widget/Widget#config-maskDefaults)
426
+ * when an error occurs loading data.
427
+ * ...
428
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-loadMaskError)
429
+ */
430
+ loadMaskError?: MaskConfig | Mask | boolean;
431
+ /**
432
+ * Set to `false` to disable localization of this object.
433
+ */
434
+ localizable?: boolean;
435
+ /**
436
+ * Time in ms until a longpress is triggered
437
+ */
438
+ longPressTime?: number;
439
+ /**
440
+ * Widget's margin. This may be configured as a single number or a `TRBL` format string.
441
+ * numeric-only values are interpreted as pixels.
442
+ */
443
+ margin?: number | string;
444
+ /**
445
+ * Grids change the `maskDefaults` to cover only their `body` element.
446
+ */
447
+ maskDefaults?: MaskConfig;
448
+ /**
449
+ * Set to `true` to apply the default mask to the widget. Alternatively, this can be the mask message or a
450
+ * [Mask](https://bryntum.com/products/grid/docs/api/Core/widget/Mask) config object.
451
+ */
452
+ masked?: boolean | string | MaskConfig;
453
+ /**
454
+ * The element's maxHeight. Can be either a String or a Number (which will have 'px' appended). Note that
455
+ * like [height](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-height), *reading* the value will return the numeric value in pixels.
456
+ */
457
+ maxHeight?: string | number;
458
+ /**
459
+ * The elements maxWidth. Can be either a String or a Number (which will have 'px' appended). Note that
460
+ * like [width](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-width), *reading* the value will return the numeric value in pixels.
461
+ */
462
+ maxWidth?: string | number;
463
+ /**
464
+ * Grid's `min-height`. Defaults to `10em` to be sure that the Grid always has a height wherever it is
465
+ * inserted.
466
+ * ...
467
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-minHeight)
468
+ */
469
+ minHeight?: string | number;
470
+ /**
471
+ * The elements minWidth. Can be either a String or a Number (which will have 'px' appended). Note that
472
+ * like [width](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-width), *reading* the value will return the numeric value in pixels.
473
+ */
474
+ minWidth?: string | number;
475
+ /**
476
+ * Grid monitors window resize by default.
477
+ */
478
+ monitorResize?: boolean;
479
+ /**
480
+ * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
481
+ * [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
482
+ * the owner is <strong>always</strong> the encapsulating Container.
483
+ * ...
484
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-owner)
485
+ */
486
+ owner?: Widget | any;
487
+ /**
488
+ * Specify plugins (an array of classes) in config
489
+ */
490
+ plugins?: Function[];
491
+ /**
492
+ * True to preserve focused cell after loading new data
493
+ */
494
+ preserveFocusOnDatasetChange?: boolean;
495
+ /**
496
+ * Preserve the grid's vertical scroll position when changesets are applied, as in the case of remote
497
+ * changes, or when stores are configured with [syncDataOnLoad](https://bryntum.com/products/grid/docs/api/Core/data/Store#config-syncDataOnLoad).
498
+ */
499
+ preserveScroll?: PreserveScrollOptions | boolean;
500
+ /**
501
+ * Specify `true` to preserve vertical scroll position after store actions that trigger a `refresh` event,
502
+ * such as loading new data and filtering.
503
+ */
504
+ preserveScrollOnDatasetChange?: boolean;
505
+ /**
506
+ * Prevent tooltip from being displayed on touch devices. Useful for example for buttons that display a
507
+ * menu on click etc, since the tooltip would be displayed at the same time.
508
+ */
509
+ preventTooltipOnTouch?: boolean;
510
+ /**
511
+ * Set to `true` to make the grid read-only, by disabling any UIs for modifying data.
512
+ * ...
513
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-readOnly)
514
+ */
515
+ readOnly?: boolean;
516
+ relayStoreEvents?: boolean;
517
+ /**
518
+ * Either a default `rendition` to apply to all child widgets, or a map of renditions keyed by child widget
519
+ * `type`.
520
+ * ...
521
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-rendition)
522
+ */
523
+ rendition?: string | Record<string, string> | null;
524
+ /**
525
+ * Configure this property to allow the widget/component to be resized. Pressing <kbd>Shift</kbd> while resizing will
526
+ * constrain the aspect ratio.
527
+ * ...
528
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-resizable)
529
+ */
530
+ resizable?: boolean | {
531
+ minWidth?: number;
532
+ maxWidth?: number;
533
+ minHeight?: number;
534
+ maxHeight?: number;
535
+ handles?: object;
536
+ };
537
+ /**
538
+ * Set to `false` to only measure cell contents when double-clicking the edge between column headers.
539
+ */
540
+ resizeToFitIncludesHeader?: boolean;
541
+ /**
542
+ * "Break points" for which responsive config to use for columns and css.
543
+ * ...
544
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-responsiveLevels)
545
+ */
546
+ responsiveLevels?: Record<string, number | string | ResponsiveLevelConfig>;
547
+ /**
548
+ * Configure as `true` to have the component display a translucent ripple when its
549
+ * [focusElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-focusElement), or [element](#Core/widget/Widget#property-element) is tapped <em>if the
550
+ * current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
551
+ * ...
552
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-ripple)
553
+ */
554
+ ripple?: boolean | {
555
+ delegate?: string;
556
+ color?: string;
557
+ radius?: number;
558
+ clip?: string;
559
+ };
560
+ /**
561
+ * If you are rendering this widget to a shadow root inside a web component, set this config to the shadowRoot. If not inside a web component, set it to `document.body`
562
+ */
563
+ rootElement?: ShadowRoot | HTMLElement;
564
+ /**
565
+ * Row height in pixels. This allows the default height for rows to be controlled. Note that it may be
566
+ * overriden by specifying a [rowHeight](https://bryntum.com/products/grid/docs/api/Grid/data/GridRowModel#field-rowHeight) on a per record basis, or from
567
+ * a column [renderer](https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-renderer).
568
+ * ...
569
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-rowHeight)
570
+ */
571
+ rowHeight?: number;
572
+ /**
573
+ * Set to `false` to not show row lines. End result might be overruled by/differ between themes.
574
+ */
575
+ rowLines?: boolean;
576
+ /**
577
+ * This may be configured as `true` to make the widget's element use the `direction:rtl` style.
578
+ * ...
579
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-rtl)
580
+ */
581
+ rtl?: boolean;
582
+ /**
583
+ * Configures whether the grid is scrollable in the `Y` axis. This is used to configure a [Scroller](https://bryntum.com/products/grid/docs/api/Core/helper/util/Scroller).
584
+ * See the [scrollerClass](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-scrollerClass) config option.
585
+ * ...
586
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-scrollable)
587
+ */
588
+ scrollable?: boolean | ScrollerConfig | Scroller;
589
+ /**
590
+ * The class to instantiate to use as the [scrollable](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-scrollable). Defaults to [Scroller](#Core/helper/util/Scroller).
591
+ */
592
+ scrollerClass?: typeof Scroller;
593
+ /**
594
+ * Configuration values for the [ScrollManager](https://bryntum.com/products/grid/docs/api/Core/util/ScrollManager) class on initialization. Returns the
595
+ * [ScrollManager](https://bryntum.com/products/grid/docs/api/Core/util/ScrollManager) at runtime.
596
+ */
597
+ scrollManager?: ScrollManagerConfig | ScrollManager;
598
+ /**
599
+ * Selection configuration settings, change these properties to control how selection works and what can be
600
+ * selected.
601
+ * ...
602
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-selectionMode)
603
+ */
604
+ selectionMode?: GridSelectionMode;
605
+ /**
606
+ * Configure as `true` to have the grid show a red "changed" tag in cells whose
607
+ * field value has changed and not yet been committed.
608
+ * ...
609
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-showDirty)
610
+ */
611
+ showDirty?: boolean | {
612
+ duringEdit?: boolean;
613
+ newRecord?: boolean;
614
+ };
615
+ /**
616
+ * Programmatic control over how many columns to span when used in a grid layout.
617
+ */
618
+ span?: number;
619
+ /**
620
+ * This value can be one of the following:
621
+ * ...
622
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-stateful)
623
+ */
624
+ stateful?: boolean | object | string[];
625
+ /**
626
+ * The events that, when fired by this component, should trigger it to save its state by calling
627
+ * [saveState](https://bryntum.com/products/grid/docs/api/Core/mixin/State#function-saveState).
628
+ * ...
629
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-statefulEvents)
630
+ */
631
+ statefulEvents?: object | string[];
632
+ /**
633
+ * The key to use when saving this object's state in the [stateProvider](https://bryntum.com/products/grid/docs/api/Core/mixin/State#config-stateProvider). If this config is
634
+ * not assigned, and [stateful](https://bryntum.com/products/grid/docs/api/Core/mixin/State#config-stateful) is not set to `false`, the [id](#Core/widget/Widget#config-id)
635
+ * (if explicitly specified) will be used as the `stateId`.
636
+ * ...
637
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-stateId)
638
+ */
639
+ stateId?: string;
640
+ /**
641
+ * The `StateProvider` to use to save and restore this object's [state](https://bryntum.com/products/grid/docs/api/Core/mixin/State#property-state). By default, `state`
642
+ * will be saved using the [default state provider](https://bryntum.com/products/grid/docs/api/Core/state/StateProvider#property-instance-static).
643
+ * ...
644
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-stateProvider)
645
+ */
646
+ stateProvider?: StateProvider;
647
+ /**
648
+ * The properties of this settings object controls how grid is restored from state data.
649
+ * ...
650
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-stateSettings)
651
+ */
652
+ stateSettings?: {
653
+ restoreUnconfiguredColumns?: boolean;
654
+ };
655
+ /**
656
+ * Store that holds records to display in the grid, or a store config object. If the configuration contains
657
+ * a `readUrl`, an `AjaxStore` will be created.
658
+ * ...
659
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-store)
660
+ */
661
+ store?: Store | StoreConfig | AjaxStore | AjaxStoreConfig;
662
+ /**
663
+ * An object containing widgets keyed by name. By default (when no `type` is given), strips are
664
+ * [toolbars](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar). If you want to pass an array, you can use
665
+ * the toolbar's [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-items).
666
+ * ...
667
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-strips)
668
+ */
669
+ strips?: Record<string, ContainerItemConfig>;
670
+ /**
671
+ * An object containing sub grid configuration objects keyed by a `region` property.
672
+ * By default, grid has a 'locked' region (if configured with locked columns) and a 'normal' region.
673
+ * The 'normal' region defaults to use `flex: 1`.
674
+ * ...
675
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-subGridConfigs)
676
+ */
677
+ subGridConfigs?: Record<string, SubGridConfig>;
678
+ /**
679
+ * A [Mask](https://bryntum.com/products/grid/docs/api/Core/widget/Mask) config object, or a message to be shown when Crud Manager
680
+ * is persisting changes on the server. Set to `null` to disable default sync mask.
681
+ * ...
682
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-syncMask)
683
+ */
684
+ syncMask?: string | MaskConfig | null;
685
+ /**
686
+ * A configuration for the [tab](https://bryntum.com/products/grid/docs/api/Core/widget/Tab) created for this widget when it is placed in a
687
+ * [TabPanel](https://bryntum.com/products/grid/docs/api/Core/widget/TabPanel). For example, this config can be used to control the icon of the `tab` for
688
+ * this widget:
689
+ * ...
690
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-tab)
691
+ */
692
+ tab?: boolean | TabConfig;
693
+ /**
694
+ * When this container is used as a tab in a TabPanel, these items are added to the
695
+ * [TabBar](https://bryntum.com/products/grid/docs/api/Core/widget/TabBar) when this container is the active tab.
696
+ * ...
697
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-tabBarItems)
698
+ */
699
+ tabBarItems?: ToolbarItems[] | Widget[];
700
+ /**
701
+ * A Config object representing the configuration of a [Toolbar](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar),
702
+ * or array of config objects representing the child items of a Toolbar.
703
+ * This creates a toolbar docked to the top of the panel immediately below the header.
704
+ * ...
705
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-tbar)
706
+ */
707
+ tbar?: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
708
+ /**
709
+ * A title to display in the header or owning TabPanel. Causes creation and docking of a header
710
+ * to the top if no header is configured.
711
+ * ...
712
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-title)
713
+ */
714
+ title?: string;
715
+ /**
716
+ * The [tools](https://bryntum.com/products/grid/docs/api/Core/widget/Tool) to add either before or after the `title` in the Panel header. Each
717
+ * property name is the reference by which an instantiated tool may be retrieved from the live
718
+ * `[tools](https://bryntum.com/products/grid/docs/api/Core/widget/mixin/Toolable#property-tools)` property.
719
+ * ...
720
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-tools)
721
+ */
722
+ tools?: Record<string, ToolConfig> | null;
723
+ /**
724
+ * Configure UI transitions for various actions in the grid.
725
+ */
726
+ transition?: {
727
+ insertRecord?: boolean;
728
+ removeRecord?: boolean;
729
+ toggleColumn?: boolean;
730
+ expandCollapseColumn?: boolean;
731
+ toggleRegion?: boolean;
732
+ toggleTreeNode?: boolean;
733
+ toggleGroup?: boolean;
734
+ filterRemoval?: boolean;
735
+ };
736
+ /**
737
+ * Animation transition duration in milliseconds.
738
+ */
739
+ transitionDuration?: number;
740
+ /**
741
+ * Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
742
+ * as a space separated string, an array of strings, or as an object in which property names with truthy
743
+ * values are used as the class names.
744
+ * ...
745
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-ui)
746
+ */
747
+ ui?: 'plain' | 'toolbar' | string | object;
748
+ /**
749
+ * A widgets weight determines its position among siblings when added to a [Container](https://bryntum.com/products/grid/docs/api/Core/widget/Container).
750
+ * Higher weights go further down.
751
+ */
752
+ weight?: number;
753
+ /**
754
+ * Widget's width, used to set element `style.width`. Either specify a valid width string or a number, which
755
+ * will get 'px' appended. We recommend using CSS as the primary way to control width, but in some cases
756
+ * this config is convenient.
757
+ */
758
+ width?: string | number;
759
+ /**
760
+ * AI-powered filter feature for Grid. Allows users to type natural language queries to filter grid data.
761
+ * ...
762
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/ai/AIFilter)
763
+ */
764
+ aiFilterFeature?: object | boolean | string | AIFilter | AIFilterConfig;
765
+ /**
766
+ * Allows using `[Ctrl/CMD + C]`, `[Ctrl/CMD + X]` and `[Ctrl/CMD + V]` to cut, copy and paste cell or cell ranges. Also
767
+ * makes cut, copy and paste actions available via the cell context menu.
768
+ * ...
769
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellCopyPaste)
770
+ */
771
+ cellCopyPasteFeature?: object | boolean | string | CellCopyPaste | CellCopyPasteConfig;
772
+ /**
773
+ * Adding this feature to the grid and other Bryntum products which are based on the Grid (i.e. Scheduler, SchedulerPro, and Gantt)
774
+ * enables cell editing. Any subclass of [Field](https://bryntum.com/products/grid/docs/api/Core/widget/Field) can be used
775
+ * as editor for the [Column](https://bryntum.com/products/grid/docs/api/Grid/column/Column). The most popular are:
776
+ * ...
777
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit)
778
+ */
779
+ cellEditFeature?: object | boolean | string | CellEdit | CellEditConfig;
780
+ /**
781
+ * Right click to display context menu for cells. To invoke the cell menu in a keyboard-accessible manner, use the
782
+ * `SPACE` key when the cell is focused.
783
+ * ...
784
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellMenu)
785
+ */
786
+ cellMenuFeature?: object | boolean | string | CellMenu | CellMenuConfig;
787
+ /**
788
+ * Displays a tooltip when hovering cells.
789
+ * ...
790
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellTooltip)
791
+ */
792
+ cellTooltipFeature?: object | boolean | string | CellTooltip | CellTooltipConfig;
793
+ /**
794
+ * Adds interactive charting to a Grid. [Charts](https://bryntum.com/products/grid/docs/api/Chart/widget/Chart) can be created from a selection of Grid data
795
+ * and updated in realtime as data changes. Supports many common chart types with extensive styling and customization
796
+ * options.
797
+ * ...
798
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Charts)
799
+ */
800
+ chartsFeature?: object | boolean | string | Charts | ChartsConfig;
801
+ /**
802
+ * Enables the [autoWidth](https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-autoWidth) config for a grid's columns.
803
+ * ...
804
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/ColumnAutoWidth)
805
+ */
806
+ columnAutoWidthFeature?: object | boolean | string | ColumnAutoWidth | ColumnAutoWidthConfig;
807
+ /**
808
+ * Displays a toolbar while dragging column headers. Drop on a button in the toolbar to activate a certain function,
809
+ * for example to group by that column. This feature simplifies certain operations on touch devices.
810
+ * ...
811
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/ColumnDragToolbar)
812
+ */
813
+ columnDragToolbarFeature?: object | boolean | string | ColumnDragToolbar | ColumnDragToolbarConfig;
814
+ /**
815
+ * Displays a column picker (to show/hide columns) in the header context menu. Columns can be displayed in sub menus
816
+ * by region or tag. Grouped headers are displayed as menu hierarchies.
817
+ * ...
818
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/ColumnPicker)
819
+ */
820
+ columnPickerFeature?: object | boolean | string | ColumnPicker | ColumnPickerConfig;
821
+ /**
822
+ * Allows user to rename columns by either right-clicking column header or using keyboard shortcuts when column header
823
+ * is focused.
824
+ * ...
825
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/ColumnRename)
826
+ */
827
+ columnRenameFeature?: object | boolean | string | ColumnRename | ColumnRenameConfig;
828
+ /**
829
+ * Allows user to reorder columns by dragging headers. To get notified about column reorder listen to `change` event
830
+ * on [columns](https://bryntum.com/products/grid/docs/api/Grid/data/ColumnStore) store.
831
+ * ...
832
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/ColumnReorder)
833
+ */
834
+ columnReorderFeature?: object | boolean | string | ColumnReorder | ColumnReorderConfig;
835
+ /**
836
+ * Enables user to resize columns by dragging a handle on the right hand side of the header. To get notified about column
837
+ * resize listen to `change` event on [columns](https://bryntum.com/products/grid/docs/api/Grid/data/ColumnStore) store.
838
+ * ...
839
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/ColumnResize)
840
+ */
841
+ columnResizeFeature?: object | boolean | string | ColumnResize | ColumnResizeConfig;
842
+ /**
843
+ * A feature that allows exporting Grid data to Excel or CSV without involving the server. It uses
844
+ * [TableExporter](https://bryntum.com/products/grid/docs/api/Grid/util/TableExporter) class as data provider, 3rd party provider to generate XLS files, and
845
+ * [Microsoft XML specification](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.aspx).
846
+ * ...
847
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/experimental/ExcelExporter)
848
+ */
849
+ excelExporterFeature?: object | boolean | string | ExcelExporter | ExcelExporterConfig;
850
+ /**
851
+ * An experimental feature that lets users drop files on a Widget. The widget fires an event when a file is dropped onto it.
852
+ * In the event, you get access to the raw files as strings, that were parsed by calling `readAsBinaryString`.
853
+ * ...
854
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/experimental/FileDrop)
855
+ */
856
+ fileDropFeature?: object | boolean | string | FileDrop | FileDropConfig;
857
+ /**
858
+ * This feature adds a fill handle to a Grid range selection, which when dragged, fills the cells being dragged over
859
+ * with values based on the values in the original selected range. This is similar to functionality normally seen in
860
+ * various spreadsheet applications.
861
+ * ...
862
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/FillHandle)
863
+ */
864
+ fillHandleFeature?: object | boolean | string | FillHandle | FillHandleConfig;
865
+ /**
866
+ * Feature that allows filtering of the grid by settings filters on columns. The actual filtering is done by the store.
867
+ * For info on programmatically handling filters, see [StoreFilter](https://bryntum.com/products/grid/docs/api/Core/data/mixin/StoreFilter).
868
+ * ...
869
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Filter)
870
+ */
871
+ filterFeature?: object | boolean | string | Filter | FilterConfig;
872
+ /**
873
+ * Feature that allows filtering of the grid by entering filters on column headers.
874
+ * The actual filtering is done by the store.
875
+ * For info on programmatically handling filters, see [StoreFilter](https://bryntum.com/products/grid/docs/api/Core/data/mixin/StoreFilter).
876
+ * ...
877
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/FilterBar)
878
+ */
879
+ filterBarFeature?: object | boolean | string | FilterBar | FilterBarConfig;
880
+ /**
881
+ * Enables rendering and handling of row groups. The actual grouping is done in the store, but triggered by
882
+ * <kbd>shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
883
+ * one anywhere on grid). Use <kbd>shift</kbd> + <kbd>alt</kbd> + click, or the context menu, to remove a column
884
+ * grouper.
885
+ * ...
886
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Group)
887
+ */
888
+ groupFeature?: object | boolean | string | Group | GroupConfig;
889
+ /**
890
+ * Displays a summary row as a group footer in a grouped grid. Uses the same configuration options on columns as
891
+ * [Summary](https://bryntum.com/products/grid/docs/api/Grid/feature/Summary).
892
+ * ...
893
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary)
894
+ */
895
+ groupSummaryFeature?: object | boolean | string | GroupSummary | GroupSummaryConfig;
896
+ /**
897
+ * Right click column header or focus it and press SPACE key to show the context menu for headers.
898
+ * ...
899
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/HeaderMenu)
900
+ */
901
+ headerMenuFeature?: object | boolean | string | HeaderMenu | HeaderMenuConfig;
902
+ /**
903
+ * This feature allows records which satisfy a certain condition to be locked at the top of the grid.
904
+ * ...
905
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/LockRows)
906
+ */
907
+ lockRowsFeature?: object | boolean | string | LockRows | LockRowsConfig;
908
+ /**
909
+ * This feature merges cells that have the same value in sorted (or [optionally](https://bryntum.com/products/grid/docs/api/Grid/feature/MergeCells#config-sortedOnly) any) columns
910
+ * configured to [mergeCells](https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-mergeCells).
911
+ * ...
912
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/MergeCells)
913
+ */
914
+ mergeCellsFeature?: object | boolean | string | MergeCells | MergeCellsConfig;
915
+ /**
916
+ * Generates PDF/PNG files from the Grid component.
917
+ * ...
918
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/export/PdfExport)
919
+ */
920
+ pdfExportFeature?: object | boolean | string | PdfExport | PdfExportConfig;
921
+ /**
922
+ * Allows pinning columns to the start or end region of the grid without any additional subGrid configurations.
923
+ * When pinning to a region that does not yet exist, the feature creates the required subGrid on the fly.
924
+ * ...
925
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/PinColumns)
926
+ */
927
+ pinColumnsFeature?: object | boolean | string | PinColumns | PinColumnsConfig;
928
+ /**
929
+ * Allows printing Grid contents using browser print dialog.
930
+ * ...
931
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/export/Print)
932
+ */
933
+ printFeature?: object | boolean | string | Print | PrintConfig;
934
+ /**
935
+ * Feature that allows the user to search in a column by focusing a cell and typing. Navigate between hits using the
936
+ * keyboard, [f3] or [ctrl]/[cmd] + [g] moves to next, also pressing [shift] moves to previous.
937
+ * ...
938
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/QuickFind)
939
+ */
940
+ quickFindFeature?: object | boolean | string | QuickFind | QuickFindConfig;
941
+ /**
942
+ * Makes the splitter between grid [sections](https://bryntum.com/products/grid/docs/api/Grid/view/SubGrid) draggable, to let users resize, and
943
+ * collapse/expand the sections.
944
+ * ...
945
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/RegionResize)
946
+ */
947
+ regionResizeFeature?: object | boolean | string | RegionResize | RegionResizeConfig;
948
+ /**
949
+ * Allow using [Ctrl/CMD + C/X] and [Ctrl/CMD + V] to copy/cut-and-paste rows. Also makes cut, copy and paste actions
950
+ * available via the cell context menu.
951
+ * ...
952
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/RowCopyPaste)
953
+ */
954
+ rowCopyPasteFeature?: object | boolean | string | RowCopyPaste | RowCopyPasteConfig;
955
+ /**
956
+ * This feature allows editing of entire rows in a grid in a docked panel which by default slides out from the right.
957
+ * ...
958
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/RowEdit)
959
+ */
960
+ rowEditFeature?: object | boolean | string | RowEdit | RowEditConfig;
961
+ /**
962
+ * Enables expanding of Grid rows by either row click or double click, or by adding a separate Grid column which renders
963
+ * a button that expands or collapses the row.
964
+ * ...
965
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/RowExpander)
966
+ */
967
+ rowExpanderFeature?: object | boolean | string | RowExpander | RowExpanderConfig;
968
+ /**
969
+ * Allows user to reorder rows by dragging them. To get notified about row reorder listen to `change` event
970
+ * on the grid [store](https://bryntum.com/products/grid/docs/api/Core/data/Store).
971
+ * ...
972
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/RowReorder)
973
+ */
974
+ rowReorderFeature?: object | boolean | string | RowReorder | RowReorderConfig;
975
+ /**
976
+ * Enables user to change row height by dragging the bottom row border. After a resize operation, the [rowHeight](https://bryntum.com/products/grid/docs/api/Grid/data/GridRowModel#field-rowHeight)
977
+ * field of the record is updated (when [applyToAllRows](https://bryntum.com/products/grid/docs/api/Grid/feature/RowResize#config-applyToAllRows) is `false`).
978
+ * ...
979
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/RowResize)
980
+ */
981
+ rowResizeFeature?: object | boolean | string | RowResize | RowResizeConfig;
982
+ /**
983
+ * <div class="external-example vertical" data-file="Grid/feature/Search.js"></div>
984
+ * ...
985
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Search)
986
+ */
987
+ searchFeature?: object | boolean | string | Search | SearchConfig;
988
+ /**
989
+ * Allows sorting of grid by clicking (or tapping) headers, also displays which columns grid is sorted by (numbered if
990
+ * using multisort). Use modifier keys for multisorting: [Ctrl/CMD + click] to add sorter, [Ctrl/CMD + Alt + click] to remove sorter.
991
+ * The actual sorting is done by the store, see [Store.sort()](https://bryntum.com/products/grid/docs/api/Core/data/mixin/StoreSort#function-sort).
992
+ * ...
993
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Sort)
994
+ */
995
+ sortFeature?: object | boolean | string | Sort | SortConfig;
996
+ /**
997
+ * This feature allows splitting the Grid into multiple views, either by using the cell context menu, or
998
+ * programmatically by calling [split()](https://bryntum.com/products/grid/docs/api/Grid/feature/Split#function-split).
999
+ * ...
1000
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Split)
1001
+ */
1002
+ splitFeature?: object | boolean | string | Split | SplitConfig;
1003
+ /**
1004
+ * A feature which pins configurable content from a grid row to the top of the grid
1005
+ * while the row scrolls off the top but is still visible.
1006
+ * ...
1007
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/StickyCells)
1008
+ */
1009
+ stickyCellsFeature?: object | boolean | string | StickyCells | StickyCellsConfig;
1010
+ /**
1011
+ * Stripes rows by adding alternating CSS classes to all row elements (`b-even` and `b-odd`).
1012
+ * ...
1013
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Stripe)
1014
+ */
1015
+ stripeFeature?: object | boolean | string | Stripe | StripeConfig;
1016
+ /**
1017
+ * Displays a summary row in the grid footer.
1018
+ * ...
1019
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Summary)
1020
+ */
1021
+ summaryFeature?: object | boolean | string | Summary | SummaryConfig;
1022
+ /**
1023
+ * Feature that makes the grid work more like a tree. Included by default in [TreeGrid](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid). Requires
1024
+ * exactly one [TreeColumn](https://bryntum.com/products/grid/docs/api/Grid/column/TreeColumn) among grids columns. That column will have its renderer replaced with a
1025
+ * tree renderer that adds padding and icon to give the appearance of a tree. The original renderer is preserved and
1026
+ * also called.
1027
+ * ...
1028
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Tree)
1029
+ */
1030
+ treeFeature?: object | boolean | string | Tree | TreeConfig;
1031
+ /**
1032
+ * A feature that allows transforming a flat dataset (or the leaves of a hierarchical) into a tree by specifying a
1033
+ * record field per parent level. Parents are generated based on each leaf's value for those fields.
1034
+ * ...
1035
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/TreeGroup)
1036
+ */
1037
+ treeGroupFeature?: object | boolean | string | TreeGroup | TreeGroupConfig;
1038
+ };
1039
+ export declare class BryntumGridBaseComponent implements OnInit, OnDestroy {
1040
+ static instanceClass: typeof GridBase;
1041
+ static instanceName: string;
1042
+ private static bryntumEvents;
1043
+ private static bryntumFeatureNames;
1044
+ private static bryntumConfigs;
1045
+ private static bryntumConfigsOnly;
1046
+ private static bryntumProps;
1047
+ private elementRef;
1048
+ instance: GridBase;
1049
+ private bryntumConfig;
1050
+ constructor(element: ElementRef);
1051
+ adopt: HTMLElement | string;
1052
+ animateFilterRemovals: boolean;
1053
+ animateRemovingRows: boolean;
1054
+ ariaDescription: string;
1055
+ ariaLabel: string;
1056
+ autoHeight: boolean;
1057
+ bbar: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
1058
+ bodyCls: string | object;
1059
+ bubbleEvents: object;
1060
+ collapsible: boolean | PanelCollapserConfig | PanelCollapserOverlayConfig;
1061
+ color: string;
1062
+ config: object;
1063
+ contentElementCls: string | object;
1064
+ contextMenuTriggerEvent: 'contextmenu' | 'click' | 'dblclick';
1065
+ dataField: string;
1066
+ defaultRegion: string;
1067
+ destroyStore: boolean;
1068
+ detectCSSCompatibilityIssues: boolean;
1069
+ disableGridColumnIdWarning: boolean;
1070
+ disableGridRowModelWarning: boolean;
1071
+ dock: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
1072
+ drawer: boolean | {
1073
+ side?: 'start' | 'left' | 'end' | 'right' | 'top' | 'bottom';
1074
+ size?: string | number;
1075
+ inline?: boolean;
1076
+ autoClose: {
1077
+ mousedown?: boolean | string;
1078
+ focusout?: boolean | string;
1079
+ mouseout?: string;
1080
+ };
1081
+ autoCloseDelay?: number;
1082
+ };
1083
+ elementAttributes: Record<string, string | null>;
1084
+ enableSticky: boolean;
1085
+ enableTextSelection: boolean;
1086
+ fillLastColumn: boolean;
1087
+ fixedRowHeight: boolean;
1088
+ footer: {
1089
+ dock?: 'top' | 'right' | 'bottom' | 'left' | 'start' | 'end';
1090
+ html?: string;
1091
+ cls?: string;
1092
+ } | string;
1093
+ formulaProviders: Record<string, FormulaProviderConfig>;
1094
+ fullRowRefresh: boolean;
1095
+ getRowHeight: (getRowHeight: {
1096
+ record: Model;
1097
+ }) => number;
1098
+ header: string | boolean | PanelHeader;
1099
+ hideHorizontalScrollbar: boolean;
1100
+ hoverCls: string;
1101
+ icon: string | DomConfig;
1102
+ ignoreParentReadOnly: boolean;
1103
+ listeners: GridBaseListeners;
1104
+ loadMask: string | MaskConfig | null;
1105
+ loadMaskDefaults: MaskConfig;
1106
+ loadMaskError: MaskConfig | Mask | boolean;
1107
+ localizable: boolean;
1108
+ maskDefaults: MaskConfig;
1109
+ masked: boolean | string | MaskConfig;
1110
+ monitorResize: boolean;
1111
+ owner: Widget | any;
1112
+ plugins: Function[];
1113
+ preserveFocusOnDatasetChange: boolean;
1114
+ preserveScrollOnDatasetChange: boolean;
1115
+ preventTooltipOnTouch: boolean;
1116
+ relayStoreEvents: boolean;
1117
+ resizable: boolean | {
1118
+ minWidth?: number;
1119
+ maxWidth?: number;
1120
+ minHeight?: number;
1121
+ maxHeight?: number;
1122
+ handles?: object;
1123
+ };
1124
+ resizeToFitIncludesHeader: boolean;
1125
+ responsiveLevels: Record<string, number | string | ResponsiveLevelConfig>;
1126
+ ripple: boolean | {
1127
+ delegate?: string;
1128
+ color?: string;
1129
+ radius?: number;
1130
+ clip?: string;
1131
+ };
1132
+ rootElement: ShadowRoot | HTMLElement;
1133
+ scrollerClass: typeof Scroller;
1134
+ scrollManager: ScrollManagerConfig | ScrollManager;
1135
+ showDirty: boolean | {
1136
+ duringEdit?: boolean;
1137
+ newRecord?: boolean;
1138
+ };
1139
+ stateful: boolean | object | string[];
1140
+ statefulEvents: object | string[];
1141
+ stateId: string;
1142
+ stateProvider: StateProvider;
1143
+ strips: Record<string, ContainerItemConfig>;
1144
+ subGridConfigs: Record<string, SubGridConfig>;
1145
+ syncMask: string | MaskConfig | null;
1146
+ tab: boolean | TabConfig;
1147
+ tabBarItems: ToolbarItems[] | Widget[];
1148
+ tbar: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
1149
+ ui: 'plain' | 'toolbar' | string | object;
1150
+ weight: number;
1151
+ alignSelf: string;
1152
+ animateTreeNodeToggle: boolean;
1153
+ appendTo: HTMLElement | string;
1154
+ callOnFunctions: boolean;
1155
+ catchEventHandlerExceptions: boolean;
1156
+ cellEllipsis: boolean;
1157
+ cls: string | object;
1158
+ collapsed: boolean;
1159
+ column: number;
1160
+ columnLines: boolean;
1161
+ columns: ColumnStore | GridColumnConfig[] | ColumnStoreConfig;
1162
+ data: object[] | Model[] | ModelConfig[];
1163
+ dataset: object | Record<string, string>;
1164
+ disabled: boolean | 'inert';
1165
+ emptyText: string | EmptyTextDomConfig;
1166
+ enableUndoRedoKeys: boolean;
1167
+ extraData: any;
1168
+ flex: number | string;
1169
+ height: number | string;
1170
+ hidden: boolean;
1171
+ hideFooters: boolean;
1172
+ hideHeaders: boolean;
1173
+ id: string;
1174
+ inputFieldAlign: 'start' | 'end';
1175
+ insertBefore: HTMLElement | string;
1176
+ insertFirst: HTMLElement | string;
1177
+ keyMap: Record<string, KeyMapConfig>;
1178
+ labelPosition: 'before' | 'above' | 'align-before' | 'auto' | null;
1179
+ longPressTime: number;
1180
+ margin: number | string;
1181
+ maxHeight: string | number;
1182
+ maxWidth: string | number;
1183
+ minHeight: string | number;
1184
+ minWidth: string | number;
1185
+ preserveScroll: PreserveScrollOptions | boolean;
1186
+ readOnly: boolean;
1187
+ rendition: string | Record<string, string> | null;
1188
+ rowHeight: number;
1189
+ rowLines: boolean;
1190
+ rtl: boolean;
1191
+ scrollable: Scroller | boolean | ScrollerConfig;
1192
+ selectionMode: GridSelectionMode;
1193
+ span: number;
1194
+ stateSettings: {
1195
+ restoreUnconfiguredColumns?: boolean;
1196
+ };
1197
+ store: Store | StoreConfig | AjaxStore | AjaxStoreConfig;
1198
+ title: string;
1199
+ tools: Record<string, Tool | ToolConfig> | null | Record<string, Tool> | Record<string, ToolConfig>;
1200
+ transition: {
1201
+ insertRecord?: boolean;
1202
+ removeRecord?: boolean;
1203
+ toggleColumn?: boolean;
1204
+ expandCollapseColumn?: boolean;
1205
+ toggleRegion?: boolean;
1206
+ toggleTreeNode?: boolean;
1207
+ toggleGroup?: boolean;
1208
+ filterRemoval?: boolean;
1209
+ };
1210
+ transitionDuration: number;
1211
+ width: number | string;
1212
+ focusVisible: boolean;
1213
+ hasChanges: boolean;
1214
+ originalStore: Store;
1215
+ parent: Widget;
1216
+ selectedCell: GridLocation | GridLocationConfig;
1217
+ selectedCells: GridLocation[] | GridLocationConfig[];
1218
+ selectedRecord: Model;
1219
+ selectedRecords: Model[] | number[];
1220
+ selectedRows: Model[] | number[];
1221
+ state: GridStateInfo;
1222
+ tooltip: string | TooltipConfig;
1223
+ aiFilterFeature: object | boolean | string | AIFilter | AIFilterConfig;
1224
+ cellCopyPasteFeature: object | boolean | string | CellCopyPaste | CellCopyPasteConfig;
1225
+ cellEditFeature: object | boolean | string | CellEdit | CellEditConfig;
1226
+ cellMenuFeature: object | boolean | string | CellMenu | CellMenuConfig;
1227
+ cellTooltipFeature: object | boolean | string | CellTooltip | CellTooltipConfig;
1228
+ chartsFeature: object | boolean | string | Charts | ChartsConfig;
1229
+ columnAutoWidthFeature: object | boolean | string | ColumnAutoWidth | ColumnAutoWidthConfig;
1230
+ columnDragToolbarFeature: object | boolean | string | ColumnDragToolbar | ColumnDragToolbarConfig;
1231
+ columnPickerFeature: object | boolean | string | ColumnPicker | ColumnPickerConfig;
1232
+ columnRenameFeature: object | boolean | string | ColumnRename | ColumnRenameConfig;
1233
+ columnReorderFeature: object | boolean | string | ColumnReorder | ColumnReorderConfig;
1234
+ columnResizeFeature: object | boolean | string | ColumnResize | ColumnResizeConfig;
1235
+ excelExporterFeature: object | boolean | string | ExcelExporter | ExcelExporterConfig;
1236
+ fileDropFeature: object | boolean | string | FileDrop | FileDropConfig;
1237
+ fillHandleFeature: object | boolean | string | FillHandle | FillHandleConfig;
1238
+ filterFeature: object | boolean | string | Filter | FilterConfig;
1239
+ filterBarFeature: object | boolean | string | FilterBar | FilterBarConfig;
1240
+ groupFeature: object | boolean | string | Group | GroupConfig;
1241
+ groupSummaryFeature: object | boolean | string | GroupSummary | GroupSummaryConfig;
1242
+ headerMenuFeature: object | boolean | string | HeaderMenu | HeaderMenuConfig;
1243
+ lockRowsFeature: object | boolean | string | LockRows | LockRowsConfig;
1244
+ mergeCellsFeature: object | boolean | string | MergeCells | MergeCellsConfig;
1245
+ pdfExportFeature: object | boolean | string | PdfExport | PdfExportConfig;
1246
+ pinColumnsFeature: object | boolean | string | PinColumns | PinColumnsConfig;
1247
+ printFeature: object | boolean | string | Print | PrintConfig;
1248
+ quickFindFeature: object | boolean | string | QuickFind | QuickFindConfig;
1249
+ regionResizeFeature: object | boolean | string | RegionResize | RegionResizeConfig;
1250
+ rowCopyPasteFeature: object | boolean | string | RowCopyPaste | RowCopyPasteConfig;
1251
+ rowEditFeature: object | boolean | string | RowEdit | RowEditConfig;
1252
+ rowExpanderFeature: object | boolean | string | RowExpander | RowExpanderConfig;
1253
+ rowReorderFeature: object | boolean | string | RowReorder | RowReorderConfig;
1254
+ rowResizeFeature: object | boolean | string | RowResize | RowResizeConfig;
1255
+ searchFeature: object | boolean | string | Search | SearchConfig;
1256
+ sortFeature: object | boolean | string | Sort | SortConfig;
1257
+ splitFeature: object | boolean | string | Split | SplitConfig;
1258
+ stickyCellsFeature: object | boolean | string | StickyCells | StickyCellsConfig;
1259
+ stripeFeature: object | boolean | string | Stripe | StripeConfig;
1260
+ summaryFeature: object | boolean | string | Summary | SummaryConfig;
1261
+ treeFeature: object | boolean | string | Tree | TreeConfig;
1262
+ treeGroupFeature: object | boolean | string | TreeGroup | TreeGroupConfig;
1263
+ /**
1264
+ * Fires on the owning Grid before the cell editing is canceled, return `false` to prevent cancellation.
1265
+ * @param {object} event Event object
1266
+ * @param {Grid.view.Grid} event.source Owner grid
1267
+ * @param {Grid.util.GridLocation} event.editorContext Editing context
1268
+ */
1269
+ onBeforeCancelCellEdit: any;
1270
+ /**
1271
+ * Fires on the owning Grid before the row editing is canceled, return false to signal that the value is invalid and editing should not be finalized.
1272
+ * ...
1273
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#event-beforeCancelRowEdit)
1274
+ * @param {object} event Event object
1275
+ * @param {Grid.view.Grid} event.grid Target grid
1276
+ * @param {RowEditorContext} event.editorContext Editing context
1277
+ */
1278
+ onBeforeCancelRowEdit: any;
1279
+ /**
1280
+ * Fires on the owning Grid before editing starts, return `false` to prevent editing
1281
+ * @param {object} event Event object
1282
+ * @param {Grid.view.Grid} event.source Owner grid
1283
+ * @param {CellEditorContext} event.editorContext Editing context
1284
+ */
1285
+ onBeforeCellEditStart: any;
1286
+ /**
1287
+ * Fires on the owning Grid before deleting a range of selected cell values by pressing `Backspace` or `Del`
1288
+ * buttons while [autoEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit#config-autoEdit) is set to `true`. Return `false` to prevent editing.
1289
+ * @param {object} event Event object
1290
+ * @param {Grid.view.Grid} event.source Owner grid
1291
+ * @param {(Grid.util.GridLocation|Core.data.Model)[]} event.gridSelection An array of cell selectors or records that will have their values deleted (the records themselves will not get deleted, only visible column values).
1292
+ */
1293
+ onBeforeCellRangeDelete: any;
1294
+ /**
1295
+ * Fires for each selected record on the owning Grid before editing a range of selected cell values
1296
+ * @param {object} event Event object
1297
+ * @param {Core.data.Model} event.record Current selected record from the range
1298
+ * @param {string} event.field The field being changed
1299
+ * @param {any} event.value The value being set
1300
+ */
1301
+ onBeforeCellRangeEdit: any;
1302
+ /**
1303
+ * This event is fired prior to starting a column drag gesture. The drag is canceled if a listener returns `false`.
1304
+ * @param {object} event Event object
1305
+ * @param {Grid.view.Grid} event.source The grid instance.
1306
+ * @param {Grid.column.Column} event.column The dragged column.
1307
+ * @param {Event} event.event The browser event.
1308
+ */
1309
+ onBeforeColumnDragStart: any;
1310
+ /**
1311
+ * This event is fired when a column is dropped, and you can return false from a listener to abort the operation.
1312
+ * @param {object} event Event object
1313
+ * @param {Grid.view.Grid} event.source The grid instance.
1314
+ * @param {Grid.column.Column} event.column The dragged column.
1315
+ * @param {Grid.column.Column} event.insertBefore The column before which the dragged column will be inserted.
1316
+ * @param {Grid.column.Column} event.newParent The new parent column.
1317
+ * @param {Event} event.event The browser event.
1318
+ * @param {string} event.region The region where the column was dropped.
1319
+ */
1320
+ onBeforeColumnDropFinalize: any;
1321
+ /**
1322
+ * This event is fired prior to starting a column resize gesture. The resize is canceled if a listener returns
1323
+ * `false`.
1324
+ * @param {object} event Event object
1325
+ * @param {Grid.view.Grid} event.source The grid instance
1326
+ * @param {Grid.column.Column} event.column The column
1327
+ * @param {Event} event.domEvent The browser event
1328
+ */
1329
+ onBeforeColumnResize: any;
1330
+ /**
1331
+ * Fires on the owning Grid before a copy action is performed, return `false` to prevent the action
1332
+ * @param {object} event Event object
1333
+ * @param {Grid.view.Grid} event.source Owner grid
1334
+ * @param {Grid.util.GridLocation[]} event.cells The cells about to be copied or cut
1335
+ * @param {string} event.data The string data about to be copied or cut
1336
+ * @param {boolean} event.isCut `true` if this is a cut action
1337
+ * @param {string} event.entityName 'cell' to distinguish this event from other beforeCopy events
1338
+ */
1339
+ onBeforeCopy: any;
1340
+ /**
1341
+ * Fires on the owning Grid before CSV export starts. Return `false` to cancel the export.
1342
+ * @param {object} event Event object
1343
+ * @param {ExportConfig} event.config Export config
1344
+ * @param {Grid.column.Column[]} event.columns An array of columns to export
1345
+ * @param {Core.data.Model[]} event.rows An array of records to export
1346
+ * @param {string} event.lineDelimiter The CSV delimiter to separate lines
1347
+ * @param {string} event.columnDelimiter The CSV delimiter to separate values on one line
1348
+ */
1349
+ onBeforeCSVExport: any;
1350
+ /**
1351
+ * Fires before an object is destroyed.
1352
+ * @param {object} event Event object
1353
+ * @param {Core.Base} event.source The Object that is being destroyed.
1354
+ */
1355
+ onBeforeDestroy: any;
1356
+ /**
1357
+ * Fires on the owning Grid before Excel export starts. Return `false` to cancel the export.
1358
+ * @param {object} event Event object
1359
+ * @param {ExportConfig} event.config Export config
1360
+ * @param {XLSColumn[]} event.columns An array of columns to export
1361
+ * @param {any[][]} event.rows An array of records to export
1362
+ */
1363
+ onBeforeExcelExport: any;
1364
+ /**
1365
+ * Fired before dragging of the FillHandle starts, return `false` to prevent the drag operation.
1366
+ * @param {object} event Event object
1367
+ * @param {Grid.util.GridLocation} event.cell Information about the column / record
1368
+ * @param {MouseEvent} event.domEvent The raw DOM event
1369
+ */
1370
+ onBeforeFillHandleDragStart: any;
1371
+ /**
1372
+ * Fires on the owning Grid before the cell editing is finished, return false to signal that the value is invalid and editing should not be finalized.
1373
+ * @param {object} event Event object
1374
+ * @param {Grid.view.Grid} event.grid Target grid
1375
+ * @param {CellEditorContext} event.editorContext Editing context
1376
+ */
1377
+ onBeforeFinishCellEdit: any;
1378
+ /**
1379
+ * Fires on the owning Grid before the row editing is finished, return false to signal that the value is invalid and editing should not be finalized.
1380
+ * ...
1381
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#event-beforeFinishRowEdit)
1382
+ * @param {object} event Event object
1383
+ * @param {Grid.view.Grid} event.grid Target grid
1384
+ * @param {RowEditorContext} event.editorContext Editing context
1385
+ */
1386
+ onBeforeFinishRowEdit: any;
1387
+ /**
1388
+ * Triggered before a widget is hidden. Return `false` to prevent the action.
1389
+ * @param {object} event Event object
1390
+ * @param {Core.widget.Widget} event.source The widget being hidden.
1391
+ */
1392
+ onBeforeHide: any;
1393
+ /**
1394
+ * Fires on the owning Grid before a paste action is performed, return `false` to prevent the action
1395
+ * @param {object} event Event object
1396
+ * @param {Grid.view.Grid} event.source Owner grid
1397
+ * @param {string} event.clipboardData The clipboardData about to be pasted
1398
+ * @param {Grid.util.GridLocation} event.targetCell The cell from which the paste will be started
1399
+ * @param {string} event.entityName 'cell' to distinguish this event from other beforePaste events
1400
+ * @param {string} event.text The raw text from clipboard
1401
+ */
1402
+ onBeforePaste: any;
1403
+ /**
1404
+ * Fires on the owning Grid before export started. Return `false` to cancel the export.
1405
+ * @param {object} event Event object
1406
+ * @param {object} event.config Export config
1407
+ */
1408
+ onBeforePdfExport: any;
1409
+ /**
1410
+ * Fires before a row is rendered.
1411
+ * @param {object} event Event object
1412
+ * @param {Grid.view.Grid} event.source The firing Grid instance.
1413
+ * @param {Grid.row.Row} event.row The row about to be rendered.
1414
+ * @param {Core.data.Model} event.record The record for the row.
1415
+ * @param {number} event.recordIndex The zero-based index of the record.
1416
+ */
1417
+ onBeforeRenderRow: any;
1418
+ /**
1419
+ * Grid rows are about to be rendered
1420
+ * @param {object} event Event object
1421
+ * @param {Grid.view.Grid} event.source This grid.
1422
+ */
1423
+ onBeforeRenderRows: any;
1424
+ /**
1425
+ * This event fires before row collapse is started.
1426
+ * ...
1427
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#event-beforeRowCollapse)
1428
+ * @param {object} event Event object
1429
+ * @param {Core.data.Model} event.record Record
1430
+ */
1431
+ onBeforeRowCollapse: any;
1432
+ /**
1433
+ * This event fires before row expand is started.
1434
+ * ...
1435
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#event-beforeRowExpand)
1436
+ * @param {object} event Event object
1437
+ * @param {Core.data.Model} event.record Record
1438
+ */
1439
+ onBeforeRowExpand: any;
1440
+ /**
1441
+ * Fires before the selection changes. Returning `false` from a listener prevents the change
1442
+ * @param {object} event Event object
1443
+ * @param {string} event.action `'select'`/`'deselect'`
1444
+ * @param {'row','cell'} event.mode `'row'`/`'cell'`
1445
+ * @param {Grid.view.Grid} event.source
1446
+ * @param {Core.data.Model[]} event.deselected The records to be deselected in this operation.
1447
+ * @param {Core.data.Model[]} event.selected The records to be selected in this operation.
1448
+ * @param {Core.data.Model[]} event.selection The records in the current selection, before applying `selected` and `deselected`
1449
+ * @param {Grid.util.GridLocation[]} event.deselectedCells The cells to be deselected in this operation.
1450
+ * @param {Grid.util.GridLocation[]} event.selectedCells The cells to be selected in this operation.
1451
+ * @param {Grid.util.GridLocation[]} event.cellSelection The cells in the current selection, before applying `selectedCells` and `deselectedCells`
1452
+ */
1453
+ onBeforeSelectionChange: any;
1454
+ /**
1455
+ * Fired before this container will load record values into its child fields. This is useful if you
1456
+ * want to modify the UI before data is loaded (e.g. set some input field to be readonly)
1457
+ * @param {object} event Event object
1458
+ * @param {Core.widget.Container} event.source The container
1459
+ * @param {Core.data.Model} event.record The record
1460
+ */
1461
+ onBeforeSetRecord: any;
1462
+ /**
1463
+ * Triggered before a widget is shown. Return `false` to prevent the action.
1464
+ * @param {object} event Event object
1465
+ * @param {Core.widget.Widget,any} event.source The widget being shown
1466
+ */
1467
+ onBeforeShow: any;
1468
+ /**
1469
+ * Fires on the owning Grid before editing starts, return `false` to prevent editing
1470
+ * @param {object} event Event object
1471
+ * @param {Grid.view.Grid} event.source Owner grid
1472
+ * @param {RowEditorContext} event.editorContext Editing context
1473
+ */
1474
+ onBeforeStartRowEdit: any;
1475
+ /**
1476
+ * Fired before state is applied to the source. Allows editing the state object or preventing the operation.
1477
+ * @param {object} event Event object
1478
+ * @param {GridStateInfo} event.state State object config
1479
+ */
1480
+ onBeforeStateApply: any;
1481
+ /**
1482
+ * Fired before state is saved by the StateProvider. Allows editing the state object or preventing the operation.
1483
+ * @param {object} event Event object
1484
+ * @param {GridStateInfo} event.state State object config
1485
+ */
1486
+ onBeforeStateSave: any;
1487
+ /**
1488
+ * Fired when a group is going to be expanded or collapsed using the UI.
1489
+ * Returning `false` from a listener prevents the operation
1490
+ * @param {object} event Event object
1491
+ * @param {Core.data.Model} event.groupRecord [DEPRECATED] Use `groupRecords` param instead
1492
+ * @param {Core.data.Model[]} event.groupRecords The group records being toggled
1493
+ * @param {boolean} event.collapse Collapsed (true) or expanded (false)
1494
+ * @param {Event} event.domEvent The user interaction event (eg a `click` event) if the toggle request was instigated by user interaction.
1495
+ */
1496
+ onBeforeToggleGroup: any;
1497
+ /**
1498
+ * Fired before a parent node record toggles its collapsed state.
1499
+ * @param {object} event Event object
1500
+ * @param {Grid.view.Grid} event.source The firing Grid instance.
1501
+ * @param {Core.data.Model} event.record The record being toggled.
1502
+ * @param {boolean} event.collapse `true` if the node is being collapsed.
1503
+ */
1504
+ onBeforeToggleNode: any;
1505
+ /**
1506
+ * Fires on the owning Grid when editing is cancelled
1507
+ * @param {object} event Event object
1508
+ * @param {Grid.view.Grid} event.source Owner grid
1509
+ * @param {Grid.util.GridLocation} event.editorContext Editing context
1510
+ * @param {Event} event.event Included if the cancellation was triggered by a DOM event
1511
+ */
1512
+ onCancelCellEdit: any;
1513
+ /**
1514
+ * Fires when any other event is fired from the object.
1515
+ * ...
1516
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#event-catchAll)
1517
+ * @param {object} event Event object
1518
+ * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
1519
+ * @param {string} event.event.type The type of the event which is caught by the listener
1520
+ */
1521
+ onCatchAll: any;
1522
+ /**
1523
+ * Fired when user clicks in a grid cell
1524
+ * @param {object} event Event object
1525
+ * @param {Grid.view.Grid} event.grid The grid instance
1526
+ * @param {Core.data.Model} event.record The record representing the row
1527
+ * @param {Grid.column.Column} event.column The column to which the cell belongs
1528
+ * @param {HTMLElement} event.cellElement The cell HTML element
1529
+ * @param {HTMLElement} event.target The target element
1530
+ * @param {MouseEvent} event.event The native DOM event
1531
+ */
1532
+ onCellClick: any;
1533
+ /**
1534
+ * Fired when user activates contextmenu in a grid cell
1535
+ * @param {object} event Event object
1536
+ * @param {Grid.view.Grid} event.grid The grid instance
1537
+ * @param {Core.data.Model} event.record The record representing the row
1538
+ * @param {Grid.column.Column} event.column The column to which the cell belongs
1539
+ * @param {HTMLElement} event.cellElement The cell HTML element
1540
+ * @param {HTMLElement} event.target The target element
1541
+ * @param {MouseEvent} event.event The native DOM event
1542
+ */
1543
+ onCellContextMenu: any;
1544
+ /**
1545
+ * Fired when user double clicks a grid cell
1546
+ * @param {object} event Event object
1547
+ * @param {Grid.view.Grid} event.grid The grid instance
1548
+ * @param {Core.data.Model} event.record The record representing the row
1549
+ * @param {Grid.column.Column} event.column The column to which the cell belongs
1550
+ * @param {HTMLElement} event.cellElement The cell HTML element
1551
+ * @param {HTMLElement} event.target The target element
1552
+ * @param {MouseEvent} event.event The native DOM event
1553
+ */
1554
+ onCellDblClick: any;
1555
+ /**
1556
+ * This event fires on the owning grid before the context menu is shown for a cell.
1557
+ * Allows manipulation of the items to show in the same way as in the [processItems](https://bryntum.com/products/grid/docs/api/Grid/feature/CellMenu#config-processItems).
1558
+ * ...
1559
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#event-cellMenuBeforeShow)
1560
+ * @param {object} event Event object
1561
+ * @param {Grid.view.Grid} event.source The grid
1562
+ * @param {Core.widget.Menu} event.menu The menu
1563
+ * @param {Record<string, MenuItemEntry>} event.items Menu item configs
1564
+ * @param {Grid.column.Column} event.column Column
1565
+ * @param {Core.data.Model} event.record Record
1566
+ */
1567
+ onCellMenuBeforeShow: any;
1568
+ /**
1569
+ * This event fires on the owning grid when an item is selected in the cell context menu.
1570
+ * @param {object} event Event object
1571
+ * @param {Grid.view.Grid} event.source The grid
1572
+ * @param {Core.widget.Menu} event.menu The menu
1573
+ * @param {Core.widget.MenuItem} event.item Selected menu item
1574
+ * @param {Grid.column.Column} event.column Column
1575
+ * @param {Core.data.Model} event.record Record
1576
+ */
1577
+ onCellMenuItem: any;
1578
+ /**
1579
+ * This event fires on the owning grid after the context menu is shown for a cell.
1580
+ * @param {object} event Event object
1581
+ * @param {Grid.view.Grid} event.source The grid
1582
+ * @param {Core.widget.Menu} event.menu The menu
1583
+ * @param {Record<string, MenuItemEntry>} event.items Menu item configs
1584
+ * @param {Grid.column.Column} event.column Column
1585
+ * @param {Core.data.Model} event.record Record
1586
+ */
1587
+ onCellMenuShow: any;
1588
+ /**
1589
+ * This event fires on the owning grid when a check item is toggled in the cell context menu.
1590
+ * @param {object} event Event object
1591
+ * @param {Grid.view.Grid} event.source The grid
1592
+ * @param {Core.widget.Menu} event.menu The menu
1593
+ * @param {Core.widget.MenuItem} event.item Selected menu item
1594
+ * @param {Grid.column.Column} event.column Column
1595
+ * @param {Core.data.Model} event.record Record
1596
+ * @param {boolean} event.checked Checked or not
1597
+ */
1598
+ onCellMenuToggleItem: any;
1599
+ /**
1600
+ * Fired when the mouse enters a cell
1601
+ * @param {object} event Event object
1602
+ * @param {Grid.view.Grid} event.source The grid instance
1603
+ * @param {Core.data.Model} event.record The record representing the hovered cell
1604
+ * @param {Grid.column.Column} event.column The column currently hovered
1605
+ * @param {HTMLElement} event.cellElement The cell HTML element
1606
+ * @param {MouseEvent} event.event The native DOM event
1607
+ */
1608
+ onCellMouseEnter: any;
1609
+ /**
1610
+ * Fired when the mouse leaves a cell
1611
+ * @param {object} event Event object
1612
+ * @param {Grid.view.Grid} event.source The grid instance
1613
+ * @param {Core.data.Model} event.record The record representing the cell that the mouse left
1614
+ * @param {Grid.column.Column} event.column The column representing the cell that the mouse left
1615
+ * @param {HTMLElement} event.cellElement The cell HTML element that the mouse left
1616
+ * @param {MouseEvent} event.event The native DOM event
1617
+ */
1618
+ onCellMouseLeave: any;
1619
+ /**
1620
+ * Fired when a user moves the mouse out of a grid cell
1621
+ * @param {object} event Event object
1622
+ * @param {Grid.view.Grid} event.grid The grid instance
1623
+ * @param {Core.data.Model} event.record The record representing the row
1624
+ * @param {Grid.column.Column} event.column The column to which the cell belongs
1625
+ * @param {HTMLElement} event.cellElement The cell HTML element
1626
+ * @param {HTMLElement} event.target The target element
1627
+ * @param {MouseEvent} event.event The native DOM event
1628
+ */
1629
+ onCellMouseOut: any;
1630
+ /**
1631
+ * Fired when user moves the mouse over a grid cell
1632
+ * @param {object} event Event object
1633
+ * @param {Grid.view.Grid} event.grid The grid instance
1634
+ * @param {Core.data.Model} event.record The record representing the row
1635
+ * @param {Grid.column.Column} event.column The column to which the cell belongs
1636
+ * @param {HTMLElement} event.cellElement The cell HTML element
1637
+ * @param {HTMLElement} event.target The target element
1638
+ * @param {MouseEvent} event.event The native DOM event
1639
+ */
1640
+ onCellMouseOver: any;
1641
+ /**
1642
+ * Fires when a Panel is collapsed using the [collapsible](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-collapsible) setting.
1643
+ * @param {object} event Event object
1644
+ * @param {Core.widget.Panel} event.source This Panel.
1645
+ */
1646
+ onCollapse: any;
1647
+ /**
1648
+ * Fired before a parent node record is collapsed.
1649
+ * @param {object} event Event object
1650
+ * @param {Grid.view.Grid} event.source The firing Grid instance.
1651
+ * @param {Core.data.Model} event.record The record which has been collapsed.
1652
+ */
1653
+ onCollapseNode: any;
1654
+ /**
1655
+ * This event is fired when a column is being dragged, and you can set the `valid` flag on the `context` object
1656
+ * to indicate whether the drop position is valid or not.
1657
+ * @param {object} event Event object
1658
+ * @param {Grid.view.Grid} event.source The grid instance.
1659
+ * @param {Grid.column.Column} event.column The dragged column.
1660
+ * @param {Grid.column.Column} event.insertBefore The column before which the dragged column will be inserted (if not last).
1661
+ * @param {Event} event.event The browser event.
1662
+ * @param {object} event.context
1663
+ * @param {boolean} event.context.valid Set this to `true` or `false` to indicate whether the drop position is valid.
1664
+ */
1665
+ onColumnDrag: any;
1666
+ /**
1667
+ * This event is fired when a column drag gesture has started.
1668
+ * @param {object} event Event object
1669
+ * @param {Grid.view.Grid} event.source The grid instance.
1670
+ * @param {Grid.column.Column} event.column The dragged column.
1671
+ * @param {Event} event.event The browser event.
1672
+ */
1673
+ onColumnDragStart: any;
1674
+ /**
1675
+ * This event is always fired after a column is dropped. The `valid` param is `true` if the operation was not
1676
+ * vetoed and the column was moved in the column store.
1677
+ * @param {object} event Event object
1678
+ * @param {Grid.view.Grid} event.source The grid instance.
1679
+ * @param {Grid.column.Column} event.column The dragged column.
1680
+ * @param {Grid.column.Column} event.insertBefore The column before which the dragged column will be inserted.
1681
+ * @param {Grid.column.Column} event.newParent The new parent column.
1682
+ * @param {boolean} event.valid `true` if the operation was not vetoed.
1683
+ * @param {Event} event.event The browser event.
1684
+ * @param {string} event.region The region where the column was dropped.
1685
+ */
1686
+ onColumnDrop: any;
1687
+ /**
1688
+ * This event is fired after a resize gesture is completed.
1689
+ * @param {object} event Event object
1690
+ * @param {Grid.view.Grid} event.source The grid instance
1691
+ * @param {Grid.column.Column} event.column The resized column
1692
+ * @param {Event} event.domEvent The browser event
1693
+ */
1694
+ onColumnResize: any;
1695
+ /**
1696
+ * This event is fired when a column resize gesture starts.
1697
+ * @param {object} event Event object
1698
+ * @param {Grid.view.Grid} event.source The grid instance
1699
+ * @param {Grid.column.Column} event.column The column
1700
+ * @param {Event} event.domEvent The browser event
1701
+ */
1702
+ onColumnResizeStart: any;
1703
+ /**
1704
+ * This event fires on the owning widget when an item is selected in the context menu.
1705
+ * @param {object} event Event object
1706
+ * @param {Core.widget.Widget} event.source The owning widget
1707
+ * @param {Core.widget.Menu} event.menu The menu
1708
+ * @param {Core.widget.MenuItem} event.item Selected menu item
1709
+ */
1710
+ onContextMenuItem: any;
1711
+ /**
1712
+ * This event fires on the owning widget when a check item is toggled in the context menu.
1713
+ * @param {object} event Event object
1714
+ * @param {Core.widget.Widget} event.source The owning widget
1715
+ * @param {Core.widget.Menu} event.menu The menu
1716
+ * @param {Core.widget.MenuItem} event.item Selected menu item
1717
+ * @param {boolean} event.checked Checked or not
1718
+ */
1719
+ onContextMenuToggleItem: any;
1720
+ /**
1721
+ * Fires on the owning Grid after a copy action is performed.
1722
+ * @param {object} event Event object
1723
+ * @param {Grid.view.Grid} event.source Owner grid
1724
+ * @param {Grid.util.GridLocation[]} event.cells The cells about to be copied or cut
1725
+ * @param {string} event.copiedDataString The concatenated data string that was copied or cut
1726
+ * @param {boolean} event.isCut `true` if this was a cut action
1727
+ * @param {string} event.entityName 'cell' to distinguish this event from other copy events
1728
+ */
1729
+ onCopy: any;
1730
+ /**
1731
+ * Fired when data in the store changes.
1732
+ * ...
1733
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#event-dataChange)
1734
+ * @param {object} event Event object
1735
+ * @param {Grid.view.Grid} event.source Owning grid
1736
+ * @param {Core.data.Store} event.store The originating store
1737
+ * @param {'remove','removeAll','add','clearchanges','filter','update','dataset','replace'} event.action Name of action which triggered the change. May be one of: * `'remove'` * `'removeAll'` * `'add'` * `'clearchanges'` * `'filter'` * `'update'` * `'dataset'` * `'replace'`
1738
+ * @param {Core.data.Model} event.record Changed record, for actions that affects exactly one record (`'update'`)
1739
+ * @param {Core.data.Model[]} event.records Changed records, passed for all actions except `'removeAll'`
1740
+ * @param {object} event.changes Passed for the `'update'` action, info on which record fields changed
1741
+ */
1742
+ onDataChange: any;
1743
+ /**
1744
+ * Fires when an object is destroyed.
1745
+ * @param {object} event Event object
1746
+ * @param {Core.Base} event.source The Object that is being destroyed.
1747
+ */
1748
+ onDestroy: any;
1749
+ /**
1750
+ * Fires when a field is mutated and the state of the [hasChanges](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-hasChanges) property changes
1751
+ * @param {object} event Event object
1752
+ * @param {Core.widget.Container} event.source The container.
1753
+ * @param {boolean} event.dirty The dirty state of the Container - `true` if there are any fields which have been changed since initial load.
1754
+ */
1755
+ onDirtyStateChange: any;
1756
+ /**
1757
+ * Fires while drag selecting. UI will update with current range, but the cells will not be selected until
1758
+ * mouse up. This event can be listened for to perform actions while drag selecting.
1759
+ * @param {object} event Event object
1760
+ * @param {Grid.view.Grid} event.source
1761
+ * @param {GridLocationConfig[],Grid.util.GridLocation[]} event.selectedCells The cells that is currently being dragged over
1762
+ * @param {Core.data.Model[]} event.selectedRecords The records that is currently being dragged over
1763
+ */
1764
+ onDragSelecting: any;
1765
+ /**
1766
+ * Triggered when a widget's [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element) is available.
1767
+ * @param {object} event Event object
1768
+ * @param {HTMLElement} event.element The Widget's element.
1769
+ */
1770
+ onElementCreated: any;
1771
+ /**
1772
+ * Fires when a Panel is expanded using the [collapsible](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-collapsible) setting.
1773
+ * @param {object} event Event object
1774
+ * @param {Core.widget.Panel} event.source This Panel.
1775
+ */
1776
+ onExpand: any;
1777
+ /**
1778
+ * Fired after a parent node record is expanded.
1779
+ * @param {object} event Event object
1780
+ * @param {Grid.view.Grid} event.source The firing Grid instance.
1781
+ * @param {Core.data.Model} event.record The record which has been expanded.
1782
+ */
1783
+ onExpandNode: any;
1784
+ /**
1785
+ * Fired when a file is dropped on the widget element
1786
+ * @param {object} event Event object
1787
+ * @param {Grid.view.Grid} event.source The owning Grid instance
1788
+ * @param {DataTransferItem} event.file The dropped file descriptor
1789
+ * @param {DragEvent} event.domEvent The native DragEvent
1790
+ */
1791
+ onFileDrop: any;
1792
+ /**
1793
+ * Fired before the FillHandle dragging is finalized and values are applied to cells, return `false` to prevent the
1794
+ * drag operation from applying data changes.
1795
+ * @param {object} event Event object
1796
+ * @param {Grid.util.GridLocation} event.from The from cell
1797
+ * @param {Grid.util.GridLocation} event.to The to cell
1798
+ * @param {MouseEvent} event.domEvent The raw DOM event
1799
+ */
1800
+ onFillHandleBeforeDragFinalize: any;
1801
+ /**
1802
+ * Fired while dragging the FillHandle.
1803
+ * @param {object} event Event object
1804
+ * @param {Grid.util.GridLocation} event.from The from cell
1805
+ * @param {Grid.util.GridLocation} event.to The to cell
1806
+ * @param {MouseEvent} event.domEvent The raw DOM event
1807
+ */
1808
+ onFillHandleDrag: any;
1809
+ /**
1810
+ * Fired when a FillHandle drag operation is aborted.
1811
+ */
1812
+ onFillHandleDragAbort: any;
1813
+ /**
1814
+ * Fired after a FillHandle drag operation.
1815
+ * @param {object} event Event object
1816
+ * @param {Grid.util.GridLocation} event.from The from cell
1817
+ * @param {Grid.util.GridLocation} event.to The to cell
1818
+ * @param {MouseEvent} event.domEvent The raw DOM event
1819
+ */
1820
+ onFillHandleDragEnd: any;
1821
+ /**
1822
+ * Fired when dragging of the FillHandle starts.
1823
+ * @param {object} event Event object
1824
+ * @param {Grid.util.GridLocation} event.cell Information about the column / record
1825
+ * @param {MouseEvent} event.domEvent The raw DOM event
1826
+ */
1827
+ onFillHandleDragStart: any;
1828
+ /**
1829
+ * Fires on the owning Grid when cell editing is finished
1830
+ * @param {object} event Event object
1831
+ * @param {Grid.view.Grid} event.grid Target grid
1832
+ * @param {CellEditorContext} event.editorContext Editing context
1833
+ */
1834
+ onFinishCellEdit: any;
1835
+ /**
1836
+ * Fires on the owning Grid before the row editing is finished, return false to signal that the value is invalid and editing should not be finalized.
1837
+ * ...
1838
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#event-finishRowEdit)
1839
+ * @param {object} event Event object
1840
+ * @param {Grid.view.Grid} event.grid Target grid
1841
+ * @param {RowEditorContext} event.editorContext Editing context
1842
+ */
1843
+ onFinishRowEdit: any;
1844
+ /**
1845
+ * Fired when focus enters this Widget.
1846
+ * @param {object} event Event object
1847
+ * @param {Core.widget.Widget} event.source This Widget
1848
+ * @param {HTMLElement} event.fromElement The element which lost focus.
1849
+ * @param {HTMLElement} event.toElement The element which gained focus.
1850
+ * @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
1851
+ * @param {Core.widget.Widget} event.toWidget The widget which gained focus.
1852
+ * @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
1853
+ */
1854
+ onFocusIn: any;
1855
+ /**
1856
+ * Fired when focus exits this Widget's ownership tree. This is different from a `blur` event.
1857
+ * focus moving from within this Widget's ownership tree, even if there are floating widgets
1858
+ * will not trigger this event. This is when focus exits this widget completely.
1859
+ * @param {object} event Event object
1860
+ * @param {Core.widget.Widget} event.source This Widget
1861
+ * @param {HTMLElement} event.fromElement The element which lost focus.
1862
+ * @param {HTMLElement} event.toElement The element which gained focus.
1863
+ * @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
1864
+ * @param {Core.widget.Widget} event.toWidget The widget which gained focus.
1865
+ * @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
1866
+ */
1867
+ onFocusOut: any;
1868
+ /**
1869
+ * Fired before dragging starts, return false to prevent the drag operation.
1870
+ * @param {object} event Event object
1871
+ * @param {Grid.view.GridBase} event.source
1872
+ * @param {object} event.context
1873
+ * @param {Core.data.Model[]} event.context.records The dragged row records
1874
+ * @param {MouseEvent,TouchEvent} event.event
1875
+ */
1876
+ onGridRowBeforeDragStart: any;
1877
+ /**
1878
+ * Fired before the row drop operation is finalized. You can return false to abort the drop operation, or a
1879
+ * Promise yielding `true` / `false` which allows for asynchronous abort (e.g. first show user a confirmation dialog).
1880
+ * @param {object} event Event object
1881
+ * @param {Grid.view.GridBase} event.source
1882
+ * @param {object} event.context
1883
+ * @param {boolean} event.context.valid Set this to true or false to indicate whether the drop position is valid
1884
+ * @param {Core.data.Model} event.context.insertBefore The record to insert before (`null` if inserting at last position of a parent node)
1885
+ * @param {Core.data.Model} event.context.parent The parent record of the current drop position (only applicable for trees)
1886
+ * @param {Core.data.Model[]} event.context.records The dragged row records
1887
+ * @param {RecordPositionContext[]} event.context.oldPositionContext An array of objects with information about the previous tree position. Objects contain the `record`, and its original `parentIndex` and `parentId` values
1888
+ * @param {MouseEvent} event.event
1889
+ */
1890
+ onGridRowBeforeDropFinalize: any;
1891
+ /**
1892
+ * Fired while the row is being dragged, in the listener function you have access to `context.insertBefore` a grid /
1893
+ * tree record, and additionally `context.parent` (a TreeNode) for trees. You can signal that the drop position is
1894
+ * valid or invalid by setting `context.valid = false;`
1895
+ * @param {object} event Event object
1896
+ * @param {Grid.view.GridBase} event.source
1897
+ * @param {object} event.context
1898
+ * @param {boolean} event.context.valid Set this to true or false to indicate whether the drop position is valid.
1899
+ * @param {Core.data.Model} event.context.insertBefore The record to insert before (`null` if inserting at last position of a parent node)
1900
+ * @param {Core.data.Model} event.context.parent The parent record of the current drop position (only applicable for trees)
1901
+ * @param {Core.data.Model[]} event.context.records The dragged row records
1902
+ * @param {MouseEvent} event.event
1903
+ */
1904
+ onGridRowDrag: any;
1905
+ /**
1906
+ * Fired when a row drag operation is aborted
1907
+ * @param {object} event Event object
1908
+ * @param {Grid.view.GridBase} event.source
1909
+ * @param {object} event.context
1910
+ * @param {Core.data.Model[]} event.context.records The dragged row records
1911
+ * @param {MouseEvent} event.event
1912
+ */
1913
+ onGridRowDragAbort: any;
1914
+ /**
1915
+ * Fired when dragging starts.
1916
+ * @param {object} event Event object
1917
+ * @param {Grid.view.GridBase} event.source
1918
+ * @param {object} event.context
1919
+ * @param {Core.data.Model[]} event.context.records The dragged row records
1920
+ * @param {MouseEvent,TouchEvent} event.event
1921
+ */
1922
+ onGridRowDragStart: any;
1923
+ /**
1924
+ * Fired after the row drop operation has completed, regardless of validity
1925
+ * @param {object} event Event object
1926
+ * @param {Grid.view.GridBase} event.source
1927
+ * @param {object} event.context
1928
+ * @param {boolean} event.context.valid true or false depending on whether the drop position was valid
1929
+ * @param {Core.data.Model} event.context.insertBefore The record to insert before (`null` if inserting at last position of a parent node)
1930
+ * @param {Core.data.Model} event.context.parent The parent record of the current drop position (only applicable for trees)
1931
+ * @param {Core.data.Model[]} event.context.records The dragged row records
1932
+ * @param {RecordPositionContext[]} event.context.oldPositionContext An array of objects with information about the previous tree position. Objects contain the record, and its original `parentIndex` and `parentId` values
1933
+ * @param {MouseEvent} event.event
1934
+ */
1935
+ onGridRowDrop: any;
1936
+ /**
1937
+ * Fired when a grid header is clicked on.
1938
+ * ...
1939
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#event-headerClick)
1940
+ * @param {object} event Event object
1941
+ * @param {Event} event.domEvent The triggering DOM event.
1942
+ * @param {Grid.column.Column} event.column The column clicked on.
1943
+ */
1944
+ onHeaderClick: any;
1945
+ /**
1946
+ * This event fires on the owning Grid before the context menu is shown for a header.
1947
+ * Allows manipulation of the items to show in the same way as in the [processItems](https://bryntum.com/products/grid/docs/api/Grid/feature/HeaderMenu#config-processItems).
1948
+ * ...
1949
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#event-headerMenuBeforeShow)
1950
+ * @param {object} event Event object
1951
+ * @param {Grid.view.Grid} event.source The grid
1952
+ * @param {Core.widget.Menu} event.menu The menu
1953
+ * @param {Record<string, MenuItemEntry>} event.items Menu item configs
1954
+ * @param {Grid.column.Column} event.column Column
1955
+ */
1956
+ onHeaderMenuBeforeShow: any;
1957
+ /**
1958
+ * This event fires on the owning Grid when an item is selected in the header context menu.
1959
+ * @param {object} event Event object
1960
+ * @param {Grid.view.Grid} event.source The grid
1961
+ * @param {Core.widget.Menu} event.menu The menu
1962
+ * @param {Core.widget.MenuItem} event.item Selected menu item
1963
+ * @param {Grid.column.Column} event.column Column
1964
+ */
1965
+ onHeaderMenuItem: any;
1966
+ /**
1967
+ * This event fires on the owning Grid after the context menu is shown for a header
1968
+ * @param {object} event Event object
1969
+ * @param {Grid.view.Grid} event.source The grid
1970
+ * @param {Core.widget.Menu} event.menu The menu
1971
+ * @param {Record<string, MenuItemEntry>} event.items Menu item configs
1972
+ * @param {Grid.column.Column} event.column Column
1973
+ */
1974
+ onHeaderMenuShow: any;
1975
+ /**
1976
+ * This event fires on the owning Grid when a check item is toggled in the header context menu.
1977
+ * @param {object} event Event object
1978
+ * @param {Grid.view.Grid} event.source The grid
1979
+ * @param {Core.widget.Menu} event.menu The menu
1980
+ * @param {Core.widget.MenuItem} event.item Selected menu item
1981
+ * @param {Grid.column.Column} event.column Column
1982
+ * @param {boolean} event.checked Checked or not
1983
+ */
1984
+ onHeaderMenuToggleItem: any;
1985
+ /**
1986
+ * Triggered after a widget was hidden
1987
+ * @param {object} event Event object
1988
+ * @param {Core.widget.Widget} event.source The widget
1989
+ */
1990
+ onHide: any;
1991
+ /**
1992
+ * Fires when row locking is enabled.
1993
+ * @param {object} event Event object
1994
+ * @param {Grid.view.GridBase} event.clone The created clone
1995
+ */
1996
+ onLockRows: any;
1997
+ /**
1998
+ * Mouse moved out from element in grid
1999
+ * @param {object} event Event object
2000
+ * @param {MouseEvent} event.event The native browser event
2001
+ */
2002
+ onMouseOut: any;
2003
+ /**
2004
+ * Mouse moved in over element in grid
2005
+ * @param {object} event Event object
2006
+ * @param {MouseEvent} event.event The native browser event
2007
+ */
2008
+ onMouseOver: any;
2009
+ /**
2010
+ * Triggered when a widget which had been in a non-visible state for any reason
2011
+ * achieves visibility.
2012
+ * ...
2013
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#event-paint)
2014
+ * @param {object} event Event object
2015
+ * @param {Core.widget.Widget} event.source The widget being painted.
2016
+ * @param {boolean} event.firstPaint `true` if this is the first paint.
2017
+ */
2018
+ onPaint: any;
2019
+ /**
2020
+ * Fires on the owning Grid after a paste action is performed.
2021
+ * @param {object} event Event object
2022
+ * @param {Grid.view.Grid} event.source Owner grid
2023
+ * @param {string} event.clipboardData The clipboardData that was pasted
2024
+ * @param {Core.data.Model[]} event.modifiedRecords The records which have been modified due to the paste action
2025
+ * @param {Grid.util.GridLocation} event.targetCell The cell from which the paste will be started
2026
+ * @param {string} event.entityName 'cell' to distinguish this event from other paste events
2027
+ */
2028
+ onPaste: any;
2029
+ /**
2030
+ * Fires on the owning Grid when export has finished
2031
+ * @param {object} event Event object
2032
+ * @param {Response} event.response Optional response, if received
2033
+ * @param {Error} event.error Optional error, if exception occurred
2034
+ */
2035
+ onPdfExport: any;
2036
+ /**
2037
+ * Fired when a Widget's read only state is toggled
2038
+ * @param {object} event Event object
2039
+ * @param {boolean} event.readOnly Read only or not
2040
+ */
2041
+ onReadOnly: any;
2042
+ /**
2043
+ * This event is fired after a widget's elements have been synchronized due to a direct or indirect call
2044
+ * to [recompose](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#function-recompose), if this results in some change to the widget's rendered DOM elements.
2045
+ */
2046
+ onRecompose: any;
2047
+ /**
2048
+ * Fires after a row is rendered.
2049
+ * @param {object} event Event object
2050
+ * @param {Grid.view.Grid} event.source The firing Grid instance.
2051
+ * @param {Grid.row.Row} event.row The row that has been rendered.
2052
+ * @param {Core.data.Model} event.record The record for the row.
2053
+ * @param {number} event.recordIndex The zero-based index of the record.
2054
+ */
2055
+ onRenderRow: any;
2056
+ /**
2057
+ * Grid rows have been rendered
2058
+ * @param {object} event Event object
2059
+ * @param {Grid.view.Grid} event.source This grid.
2060
+ */
2061
+ onRenderRows: any;
2062
+ /**
2063
+ * Fired when the encapsulating element of a Widget resizes *only when [monitorResize](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-monitorResize) is `true`*.
2064
+ * @param {object} event Event object
2065
+ * @param {Core.widget.Widget} event.source This Widget
2066
+ * @param {number} event.width The new width
2067
+ * @param {number} event.height The new height
2068
+ * @param {number} event.oldWidth The old width
2069
+ * @param {number} event.oldHeight The old height
2070
+ */
2071
+ onResize: any;
2072
+ /**
2073
+ * Grid resize lead to a new responsive level being applied
2074
+ * @param {object} event Event object
2075
+ * @param {Grid.view.Grid} event.grid Grid that was resized
2076
+ * @param {string} event.level New responsive level (small, large, etc)
2077
+ * @param {number} event.width New width in px
2078
+ * @param {string} event.oldLevel Old responsive level
2079
+ * @param {number} event.oldWidth Old width in px
2080
+ */
2081
+ onResponsive: any;
2082
+ /**
2083
+ * This event fires when a row has finished collapsing.
2084
+ * @param {object} event Event object
2085
+ * @param {Core.data.Model} event.record Record
2086
+ */
2087
+ onRowCollapse: any;
2088
+ /**
2089
+ * This event fires when a row expand has finished expanding.
2090
+ * ...
2091
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#event-rowExpand)
2092
+ * @param {object} event Event object
2093
+ * @param {Core.data.Model} event.record Record
2094
+ * @param {object} event.expandedElements An object with the Grid region name as property and the expanded body element as value
2095
+ * @param {Core.widget.Widget} event.widget In case of expanding a Widget, this will be a reference to the instance created by the actual expansion. If there is multiple Grid regions, use the `widgets` param instead.
2096
+ * @param {object} event.widgets In case of expanding a Widget, this will be an object with the Grid region name as property and the reference to the widget instance created by the actual expansion
2097
+ */
2098
+ onRowExpand: any;
2099
+ /**
2100
+ * Fired when the mouse enters a row
2101
+ * @param {object} event Event object
2102
+ * @param {Grid.view.Grid} event.source The grid instance
2103
+ * @param {Core.data.Model} event.record The record representing the hovered row
2104
+ * @param {Grid.column.Column} event.column The column currently hovered
2105
+ * @param {HTMLElement} event.cellElement The cell HTML element
2106
+ * @param {MouseEvent} event.event The native DOM event
2107
+ */
2108
+ onRowMouseEnter: any;
2109
+ /**
2110
+ * Fired when the mouse leaves a row
2111
+ * @param {object} event Event object
2112
+ * @param {Grid.view.Grid} event.source The grid instance
2113
+ * @param {Core.data.Model} event.record The record representing the row that the mouse left
2114
+ * @param {HTMLElement} event.cellElement The cell HTML element that the mouse left
2115
+ * @param {MouseEvent} event.event The native DOM event
2116
+ */
2117
+ onRowMouseLeave: any;
2118
+ /**
2119
+ * Grid has scrolled vertically
2120
+ * @param {object} event Event object
2121
+ * @param {Grid.view.Grid} event.source The firing Grid instance.
2122
+ * @param {number} event.scrollTop The vertical scroll position.
2123
+ */
2124
+ onScroll: any;
2125
+ /**
2126
+ * The selection has been changed.
2127
+ * @param {object} event Event object
2128
+ * @param {'select','deselect'} event.action `'select'`/`'deselect'`
2129
+ * @param {'row','cell'} event.mode `'row'`/`'cell'`
2130
+ * @param {Grid.view.Grid} event.source
2131
+ * @param {Core.data.Model[]} event.deselected The records deselected in this operation.
2132
+ * @param {Core.data.Model[]} event.selected The records selected in this operation.
2133
+ * @param {Core.data.Model[]} event.selection The records in the new selection.
2134
+ * @param {Grid.util.GridLocation[]} event.deselectedCells The cells deselected in this operation.
2135
+ * @param {Grid.util.GridLocation[]} event.selectedCells The cells selected in this operation.
2136
+ * @param {Grid.util.GridLocation[]} event.cellSelection The cells in the new selection.
2137
+ */
2138
+ onSelectionChange: any;
2139
+ /**
2140
+ * The selectionMode configuration has been changed.
2141
+ * @param {object} event Event object
2142
+ * @param {object} event.selectionMode The new [selectionMode](https://bryntum.com/products/grid/docs/api/Grid/view/mixin/GridSelection#config-selectionMode)
2143
+ */
2144
+ onSelectionModeChange: any;
2145
+ /**
2146
+ * Triggered after a widget is shown.
2147
+ * @param {object} event Event object
2148
+ * @param {Core.widget.Widget} event.source The widget
2149
+ */
2150
+ onShow: any;
2151
+ /**
2152
+ * Fires when splitting the Grid.
2153
+ * @param {object} event Event object
2154
+ * @param {Grid.view.GridBase[]} event.subViews The sub views created by the split
2155
+ * @param {object} event.options The options passed to the split call
2156
+ * @param {'horizontal','vertical','both'} event.options.direction The direction of the split
2157
+ * @param {Grid.column.Column} event.options.atColumn The column to split at
2158
+ * @param {Core.data.Model} event.options.atRecord The record to split at
2159
+ */
2160
+ onSplit: any;
2161
+ /**
2162
+ * Fired by the Grid when the collapse icon is clicked. Return `false` to prevent the default collapse action,
2163
+ * if you want to implement your own behavior.
2164
+ * @param {object} event Event object
2165
+ * @param {Grid.view.Grid} event.source The Grid instance.
2166
+ * @param {Grid.view.SubGrid} event.subGrid The subgrid
2167
+ * @param {Event} event.domEvent The native DOM event
2168
+ */
2169
+ onSplitterCollapseClick: any;
2170
+ /**
2171
+ * Fired by the Grid after a sub-grid has been resized using the splitter
2172
+ * @param {object} event Event object
2173
+ * @param {Grid.view.Grid} event.source The Grid instance.
2174
+ * @param {Grid.view.SubGrid} event.subGrid The resized subgrid
2175
+ * @param {Event} event.domEvent The native DOM event
2176
+ */
2177
+ onSplitterDragEnd: any;
2178
+ /**
2179
+ * Fired by the Grid when a sub-grid resize gesture starts
2180
+ * @param {object} event Event object
2181
+ * @param {Grid.view.Grid} event.source The Grid instance.
2182
+ * @param {Grid.view.SubGrid} event.subGrid The subgrid about to be resized
2183
+ * @param {Event} event.domEvent The native DOM event
2184
+ */
2185
+ onSplitterDragStart: any;
2186
+ /**
2187
+ * Fired by the Grid when the expand icon is clicked. Return `false` to prevent the default expand action,
2188
+ * if you want to implement your own behavior.
2189
+ * @param {object} event Event object
2190
+ * @param {Grid.view.Grid} event.source The Grid instance.
2191
+ * @param {Grid.view.SubGrid} event.subGrid The subgrid
2192
+ * @param {Event} event.domEvent The native DOM event
2193
+ */
2194
+ onSplitterExpandClick: any;
2195
+ /**
2196
+ * Fires on the owning Grid when editing starts
2197
+ * @param {object} event Event object
2198
+ * @param {Grid.view.Grid} event.source Owner grid
2199
+ * @param {CellEditorContext} event.editorContext Editing context
2200
+ */
2201
+ onStartCellEdit: any;
2202
+ /**
2203
+ * Fires on the owning Grid when editing starts
2204
+ * @param {object} event Event object
2205
+ * @param {Grid.view.Grid} event.source Owner grid
2206
+ * @param {RowEditorContext} event.editorContext Editing context
2207
+ */
2208
+ onStartRowEdit: any;
2209
+ /**
2210
+ * Fires after a sub grid is collapsed.
2211
+ * @param {object} event Event object
2212
+ * @param {Grid.view.Grid} event.source The firing Grid instance
2213
+ * @param {Grid.view.SubGrid} event.subGrid The sub grid instance
2214
+ */
2215
+ onSubGridCollapse: any;
2216
+ /**
2217
+ * Fires after a sub grid is expanded.
2218
+ * @param {object} event Event object
2219
+ * @param {Grid.view.Grid} event.source The firing Grid instance
2220
+ * @param {Grid.view.SubGrid} event.subGrid The sub grid instance
2221
+ */
2222
+ onSubGridExpand: any;
2223
+ /**
2224
+ * Fired when one or more groups are expanded or collapsed
2225
+ * @param {object} event Event object
2226
+ * @param {Core.data.Model} event.groupRecord [DEPRECATED] Use `groupRecords` param instead
2227
+ * @param {Core.data.Model[]} event.groupRecords The group records being toggled
2228
+ * @param {boolean} event.collapse Collapsed (true) or expanded (false)
2229
+ * @param {boolean} event.allRecords True if this event is part of toggling all groups
2230
+ */
2231
+ onToggleGroup: any;
2232
+ /**
2233
+ * Fired after a parent node record toggles its collapsed state.
2234
+ * @param {object} event Event object
2235
+ * @param {Core.data.Model} event.record The record being toggled.
2236
+ * @param {boolean} event.collapse `true` if the node is being collapsed.
2237
+ */
2238
+ onToggleNode: any;
2239
+ /**
2240
+ * A header [tool](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-tools) has been clicked.
2241
+ * @param {object} event Event object
2242
+ * @param {Core.widget.Tool} event.source This Panel.
2243
+ * @param {Core.widget.Tool} event.tool The tool which is being clicked.
2244
+ */
2245
+ onToolClick: any;
2246
+ /**
2247
+ * Fires when row locking is disabled.
2248
+ * @param {object} event Event object
2249
+ * @param {Grid.view.GridBase} event.clone The locked clone that will be destroyed
2250
+ */
2251
+ onUnlockRows: any;
2252
+ /**
2253
+ * Fires when un-splitting the Grid.
2254
+ */
2255
+ onUnsplit: any;
2256
+ /**
2257
+ * Create and append the underlying widget
2258
+ */
2259
+ ngOnInit(): void;
2260
+ /**
2261
+ * Watch for changes
2262
+ * @param changes
2263
+ */
2264
+ ngOnChanges(changes: SimpleChanges): void;
2265
+ /**
2266
+ * Destroy the component
2267
+ */
2268
+ ngOnDestroy(): void;
2269
+ static ɵfac: i0.ɵɵFactoryDeclaration<BryntumGridBaseComponent, never>;
2270
+ static ɵcmp: i0.ɵɵComponentDeclaration<BryntumGridBaseComponent, "bryntum-grid-base", never, { "adopt": "adopt"; "animateFilterRemovals": "animateFilterRemovals"; "animateRemovingRows": "animateRemovingRows"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoHeight": "autoHeight"; "bbar": "bbar"; "bodyCls": "bodyCls"; "bubbleEvents": "bubbleEvents"; "collapsible": "collapsible"; "color": "color"; "config": "config"; "contentElementCls": "contentElementCls"; "contextMenuTriggerEvent": "contextMenuTriggerEvent"; "dataField": "dataField"; "defaultRegion": "defaultRegion"; "destroyStore": "destroyStore"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "disableGridColumnIdWarning": "disableGridColumnIdWarning"; "disableGridRowModelWarning": "disableGridRowModelWarning"; "dock": "dock"; "drawer": "drawer"; "elementAttributes": "elementAttributes"; "enableSticky": "enableSticky"; "enableTextSelection": "enableTextSelection"; "fillLastColumn": "fillLastColumn"; "fixedRowHeight": "fixedRowHeight"; "footer": "footer"; "formulaProviders": "formulaProviders"; "fullRowRefresh": "fullRowRefresh"; "getRowHeight": "getRowHeight"; "header": "header"; "hideHorizontalScrollbar": "hideHorizontalScrollbar"; "hoverCls": "hoverCls"; "icon": "icon"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "listeners": "listeners"; "loadMask": "loadMask"; "loadMaskDefaults": "loadMaskDefaults"; "loadMaskError": "loadMaskError"; "localizable": "localizable"; "maskDefaults": "maskDefaults"; "masked": "masked"; "monitorResize": "monitorResize"; "owner": "owner"; "plugins": "plugins"; "preserveFocusOnDatasetChange": "preserveFocusOnDatasetChange"; "preserveScrollOnDatasetChange": "preserveScrollOnDatasetChange"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "resizable": "resizable"; "resizeToFitIncludesHeader": "resizeToFitIncludesHeader"; "responsiveLevels": "responsiveLevels"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollerClass": "scrollerClass"; "scrollManager": "scrollManager"; "showDirty": "showDirty"; "stateful": "stateful"; "statefulEvents": "statefulEvents"; "stateId": "stateId"; "stateProvider": "stateProvider"; "strips": "strips"; "subGridConfigs": "subGridConfigs"; "syncMask": "syncMask"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tbar": "tbar"; "ui": "ui"; "weight": "weight"; "alignSelf": "alignSelf"; "animateTreeNodeToggle": "animateTreeNodeToggle"; "appendTo": "appendTo"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "cellEllipsis": "cellEllipsis"; "cls": "cls"; "collapsed": "collapsed"; "column": "column"; "columnLines": "columnLines"; "columns": "columns"; "data": "data"; "dataset": "dataset"; "disabled": "disabled"; "emptyText": "emptyText"; "enableUndoRedoKeys": "enableUndoRedoKeys"; "extraData": "extraData"; "flex": "flex"; "height": "height"; "hidden": "hidden"; "hideFooters": "hideFooters"; "hideHeaders": "hideHeaders"; "id": "id"; "inputFieldAlign": "inputFieldAlign"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "keyMap": "keyMap"; "labelPosition": "labelPosition"; "longPressTime": "longPressTime"; "margin": "margin"; "maxHeight": "maxHeight"; "maxWidth": "maxWidth"; "minHeight": "minHeight"; "minWidth": "minWidth"; "preserveScroll": "preserveScroll"; "readOnly": "readOnly"; "rendition": "rendition"; "rowHeight": "rowHeight"; "rowLines": "rowLines"; "rtl": "rtl"; "scrollable": "scrollable"; "selectionMode": "selectionMode"; "span": "span"; "stateSettings": "stateSettings"; "store": "store"; "title": "title"; "tools": "tools"; "transition": "transition"; "transitionDuration": "transitionDuration"; "width": "width"; "focusVisible": "focusVisible"; "hasChanges": "hasChanges"; "originalStore": "originalStore"; "parent": "parent"; "selectedCell": "selectedCell"; "selectedCells": "selectedCells"; "selectedRecord": "selectedRecord"; "selectedRecords": "selectedRecords"; "selectedRows": "selectedRows"; "state": "state"; "tooltip": "tooltip"; "aiFilterFeature": "aiFilterFeature"; "cellCopyPasteFeature": "cellCopyPasteFeature"; "cellEditFeature": "cellEditFeature"; "cellMenuFeature": "cellMenuFeature"; "cellTooltipFeature": "cellTooltipFeature"; "chartsFeature": "chartsFeature"; "columnAutoWidthFeature": "columnAutoWidthFeature"; "columnDragToolbarFeature": "columnDragToolbarFeature"; "columnPickerFeature": "columnPickerFeature"; "columnRenameFeature": "columnRenameFeature"; "columnReorderFeature": "columnReorderFeature"; "columnResizeFeature": "columnResizeFeature"; "excelExporterFeature": "excelExporterFeature"; "fileDropFeature": "fileDropFeature"; "fillHandleFeature": "fillHandleFeature"; "filterFeature": "filterFeature"; "filterBarFeature": "filterBarFeature"; "groupFeature": "groupFeature"; "groupSummaryFeature": "groupSummaryFeature"; "headerMenuFeature": "headerMenuFeature"; "lockRowsFeature": "lockRowsFeature"; "mergeCellsFeature": "mergeCellsFeature"; "pdfExportFeature": "pdfExportFeature"; "pinColumnsFeature": "pinColumnsFeature"; "printFeature": "printFeature"; "quickFindFeature": "quickFindFeature"; "regionResizeFeature": "regionResizeFeature"; "rowCopyPasteFeature": "rowCopyPasteFeature"; "rowEditFeature": "rowEditFeature"; "rowExpanderFeature": "rowExpanderFeature"; "rowReorderFeature": "rowReorderFeature"; "rowResizeFeature": "rowResizeFeature"; "searchFeature": "searchFeature"; "sortFeature": "sortFeature"; "splitFeature": "splitFeature"; "stickyCellsFeature": "stickyCellsFeature"; "stripeFeature": "stripeFeature"; "summaryFeature": "summaryFeature"; "treeFeature": "treeFeature"; "treeGroupFeature": "treeGroupFeature"; }, { "onBeforeCancelCellEdit": "onBeforeCancelCellEdit"; "onBeforeCancelRowEdit": "onBeforeCancelRowEdit"; "onBeforeCellEditStart": "onBeforeCellEditStart"; "onBeforeCellRangeDelete": "onBeforeCellRangeDelete"; "onBeforeCellRangeEdit": "onBeforeCellRangeEdit"; "onBeforeColumnDragStart": "onBeforeColumnDragStart"; "onBeforeColumnDropFinalize": "onBeforeColumnDropFinalize"; "onBeforeColumnResize": "onBeforeColumnResize"; "onBeforeCopy": "onBeforeCopy"; "onBeforeCSVExport": "onBeforeCSVExport"; "onBeforeDestroy": "onBeforeDestroy"; "onBeforeExcelExport": "onBeforeExcelExport"; "onBeforeFillHandleDragStart": "onBeforeFillHandleDragStart"; "onBeforeFinishCellEdit": "onBeforeFinishCellEdit"; "onBeforeFinishRowEdit": "onBeforeFinishRowEdit"; "onBeforeHide": "onBeforeHide"; "onBeforePaste": "onBeforePaste"; "onBeforePdfExport": "onBeforePdfExport"; "onBeforeRenderRow": "onBeforeRenderRow"; "onBeforeRenderRows": "onBeforeRenderRows"; "onBeforeRowCollapse": "onBeforeRowCollapse"; "onBeforeRowExpand": "onBeforeRowExpand"; "onBeforeSelectionChange": "onBeforeSelectionChange"; "onBeforeSetRecord": "onBeforeSetRecord"; "onBeforeShow": "onBeforeShow"; "onBeforeStartRowEdit": "onBeforeStartRowEdit"; "onBeforeStateApply": "onBeforeStateApply"; "onBeforeStateSave": "onBeforeStateSave"; "onBeforeToggleGroup": "onBeforeToggleGroup"; "onBeforeToggleNode": "onBeforeToggleNode"; "onCancelCellEdit": "onCancelCellEdit"; "onCatchAll": "onCatchAll"; "onCellClick": "onCellClick"; "onCellContextMenu": "onCellContextMenu"; "onCellDblClick": "onCellDblClick"; "onCellMenuBeforeShow": "onCellMenuBeforeShow"; "onCellMenuItem": "onCellMenuItem"; "onCellMenuShow": "onCellMenuShow"; "onCellMenuToggleItem": "onCellMenuToggleItem"; "onCellMouseEnter": "onCellMouseEnter"; "onCellMouseLeave": "onCellMouseLeave"; "onCellMouseOut": "onCellMouseOut"; "onCellMouseOver": "onCellMouseOver"; "onCollapse": "onCollapse"; "onCollapseNode": "onCollapseNode"; "onColumnDrag": "onColumnDrag"; "onColumnDragStart": "onColumnDragStart"; "onColumnDrop": "onColumnDrop"; "onColumnResize": "onColumnResize"; "onColumnResizeStart": "onColumnResizeStart"; "onContextMenuItem": "onContextMenuItem"; "onContextMenuToggleItem": "onContextMenuToggleItem"; "onCopy": "onCopy"; "onDataChange": "onDataChange"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onDragSelecting": "onDragSelecting"; "onElementCreated": "onElementCreated"; "onExpand": "onExpand"; "onExpandNode": "onExpandNode"; "onFileDrop": "onFileDrop"; "onFillHandleBeforeDragFinalize": "onFillHandleBeforeDragFinalize"; "onFillHandleDrag": "onFillHandleDrag"; "onFillHandleDragAbort": "onFillHandleDragAbort"; "onFillHandleDragEnd": "onFillHandleDragEnd"; "onFillHandleDragStart": "onFillHandleDragStart"; "onFinishCellEdit": "onFinishCellEdit"; "onFinishRowEdit": "onFinishRowEdit"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onGridRowBeforeDragStart": "onGridRowBeforeDragStart"; "onGridRowBeforeDropFinalize": "onGridRowBeforeDropFinalize"; "onGridRowDrag": "onGridRowDrag"; "onGridRowDragAbort": "onGridRowDragAbort"; "onGridRowDragStart": "onGridRowDragStart"; "onGridRowDrop": "onGridRowDrop"; "onHeaderClick": "onHeaderClick"; "onHeaderMenuBeforeShow": "onHeaderMenuBeforeShow"; "onHeaderMenuItem": "onHeaderMenuItem"; "onHeaderMenuShow": "onHeaderMenuShow"; "onHeaderMenuToggleItem": "onHeaderMenuToggleItem"; "onHide": "onHide"; "onLockRows": "onLockRows"; "onMouseOut": "onMouseOut"; "onMouseOver": "onMouseOver"; "onPaint": "onPaint"; "onPaste": "onPaste"; "onPdfExport": "onPdfExport"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onRenderRow": "onRenderRow"; "onRenderRows": "onRenderRows"; "onResize": "onResize"; "onResponsive": "onResponsive"; "onRowCollapse": "onRowCollapse"; "onRowExpand": "onRowExpand"; "onRowMouseEnter": "onRowMouseEnter"; "onRowMouseLeave": "onRowMouseLeave"; "onScroll": "onScroll"; "onSelectionChange": "onSelectionChange"; "onSelectionModeChange": "onSelectionModeChange"; "onShow": "onShow"; "onSplit": "onSplit"; "onSplitterCollapseClick": "onSplitterCollapseClick"; "onSplitterDragEnd": "onSplitterDragEnd"; "onSplitterDragStart": "onSplitterDragStart"; "onSplitterExpandClick": "onSplitterExpandClick"; "onStartCellEdit": "onStartCellEdit"; "onStartRowEdit": "onStartRowEdit"; "onSubGridCollapse": "onSubGridCollapse"; "onSubGridExpand": "onSubGridExpand"; "onToggleGroup": "onToggleGroup"; "onToggleNode": "onToggleNode"; "onToolClick": "onToolClick"; "onUnlockRows": "onUnlockRows"; "onUnsplit": "onUnsplit"; }, never, never>;
2271
+ }