@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,2273 @@
1
+ /**
2
+ * Angular wrapper for Bryntum TreeGrid
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, 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, TreeGrid, TreeGridListeners, TreeGroup, TreeGroupConfig, Widget } from '@bryntum/grid';
6
+ import * as i0 from "@angular/core";
7
+ export declare type BryntumTreeGridProps = {
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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#config-listeners)
408
+ */
409
+ listeners?: TreeGridListeners;
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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#config-stateSettings)
651
+ */
652
+ stateSettings?: {
653
+ restoreUnconfiguredColumns?: boolean;
654
+ };
655
+ /**
656
+ * The store instance or config object that holds the records to be displayed by this TreeGrid. If assigning
657
+ * a store instance, it must be configured with `tree: true`.
658
+ * ...
659
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-store)
660
+ */
661
+ store?: Store | StoreConfig;
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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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/TreeGrid#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
+ type?: 'treegrid';
741
+ /**
742
+ * Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
743
+ * as a space separated string, an array of strings, or as an object in which property names with truthy
744
+ * values are used as the class names.
745
+ * ...
746
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-ui)
747
+ */
748
+ ui?: 'plain' | 'toolbar' | string | object;
749
+ /**
750
+ * A widgets weight determines its position among siblings when added to a [Container](https://bryntum.com/products/grid/docs/api/Core/widget/Container).
751
+ * Higher weights go further down.
752
+ */
753
+ weight?: number;
754
+ /**
755
+ * Widget's width, used to set element `style.width`. Either specify a valid width string or a number, which
756
+ * will get 'px' appended. We recommend using CSS as the primary way to control width, but in some cases
757
+ * this config is convenient.
758
+ */
759
+ width?: string | number;
760
+ /**
761
+ * AI-powered filter feature for Grid. Allows users to type natural language queries to filter grid data.
762
+ * ...
763
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/ai/AIFilter)
764
+ */
765
+ aiFilterFeature?: object | boolean | string | AIFilter | AIFilterConfig;
766
+ /**
767
+ * Allows using `[Ctrl/CMD + C]`, `[Ctrl/CMD + X]` and `[Ctrl/CMD + V]` to cut, copy and paste cell or cell ranges. Also
768
+ * makes cut, copy and paste actions available via the cell context menu.
769
+ * ...
770
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellCopyPaste)
771
+ */
772
+ cellCopyPasteFeature?: object | boolean | string | CellCopyPaste | CellCopyPasteConfig;
773
+ /**
774
+ * Adding this feature to the grid and other Bryntum products which are based on the Grid (i.e. Scheduler, SchedulerPro, and Gantt)
775
+ * enables cell editing. Any subclass of [Field](https://bryntum.com/products/grid/docs/api/Core/widget/Field) can be used
776
+ * as editor for the [Column](https://bryntum.com/products/grid/docs/api/Grid/column/Column). The most popular are:
777
+ * ...
778
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit)
779
+ */
780
+ cellEditFeature?: object | boolean | string | CellEdit | CellEditConfig;
781
+ /**
782
+ * Right click to display context menu for cells. To invoke the cell menu in a keyboard-accessible manner, use the
783
+ * `SPACE` key when the cell is focused.
784
+ * ...
785
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellMenu)
786
+ */
787
+ cellMenuFeature?: object | boolean | string | CellMenu | CellMenuConfig;
788
+ /**
789
+ * Displays a tooltip when hovering cells.
790
+ * ...
791
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellTooltip)
792
+ */
793
+ cellTooltipFeature?: object | boolean | string | CellTooltip | CellTooltipConfig;
794
+ /**
795
+ * 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
796
+ * and updated in realtime as data changes. Supports many common chart types with extensive styling and customization
797
+ * options.
798
+ * ...
799
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Charts)
800
+ */
801
+ chartsFeature?: object | boolean | string | Charts | ChartsConfig;
802
+ /**
803
+ * Enables the [autoWidth](https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-autoWidth) config for a grid's columns.
804
+ * ...
805
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/ColumnAutoWidth)
806
+ */
807
+ columnAutoWidthFeature?: object | boolean | string | ColumnAutoWidth | ColumnAutoWidthConfig;
808
+ /**
809
+ * Displays a toolbar while dragging column headers. Drop on a button in the toolbar to activate a certain function,
810
+ * for example to group by that column. This feature simplifies certain operations on touch devices.
811
+ * ...
812
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/ColumnDragToolbar)
813
+ */
814
+ columnDragToolbarFeature?: object | boolean | string | ColumnDragToolbar | ColumnDragToolbarConfig;
815
+ /**
816
+ * Displays a column picker (to show/hide columns) in the header context menu. Columns can be displayed in sub menus
817
+ * by region or tag. Grouped headers are displayed as menu hierarchies.
818
+ * ...
819
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/ColumnPicker)
820
+ */
821
+ columnPickerFeature?: object | boolean | string | ColumnPicker | ColumnPickerConfig;
822
+ /**
823
+ * Allows user to rename columns by either right-clicking column header or using keyboard shortcuts when column header
824
+ * is focused.
825
+ * ...
826
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/ColumnRename)
827
+ */
828
+ columnRenameFeature?: object | boolean | string | ColumnRename | ColumnRenameConfig;
829
+ /**
830
+ * Allows user to reorder columns by dragging headers. To get notified about column reorder listen to `change` event
831
+ * on [columns](https://bryntum.com/products/grid/docs/api/Grid/data/ColumnStore) store.
832
+ * ...
833
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/ColumnReorder)
834
+ */
835
+ columnReorderFeature?: object | boolean | string | ColumnReorder | ColumnReorderConfig;
836
+ /**
837
+ * Enables user to resize columns by dragging a handle on the right hand side of the header. To get notified about column
838
+ * resize listen to `change` event on [columns](https://bryntum.com/products/grid/docs/api/Grid/data/ColumnStore) store.
839
+ * ...
840
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/ColumnResize)
841
+ */
842
+ columnResizeFeature?: object | boolean | string | ColumnResize | ColumnResizeConfig;
843
+ /**
844
+ * A feature that allows exporting Grid data to Excel or CSV without involving the server. It uses
845
+ * [TableExporter](https://bryntum.com/products/grid/docs/api/Grid/util/TableExporter) class as data provider, 3rd party provider to generate XLS files, and
846
+ * [Microsoft XML specification](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.aspx).
847
+ * ...
848
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/experimental/ExcelExporter)
849
+ */
850
+ excelExporterFeature?: object | boolean | string | ExcelExporter | ExcelExporterConfig;
851
+ /**
852
+ * An experimental feature that lets users drop files on a Widget. The widget fires an event when a file is dropped onto it.
853
+ * In the event, you get access to the raw files as strings, that were parsed by calling `readAsBinaryString`.
854
+ * ...
855
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/experimental/FileDrop)
856
+ */
857
+ fileDropFeature?: object | boolean | string | FileDrop | FileDropConfig;
858
+ /**
859
+ * This feature adds a fill handle to a Grid range selection, which when dragged, fills the cells being dragged over
860
+ * with values based on the values in the original selected range. This is similar to functionality normally seen in
861
+ * various spreadsheet applications.
862
+ * ...
863
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/FillHandle)
864
+ */
865
+ fillHandleFeature?: object | boolean | string | FillHandle | FillHandleConfig;
866
+ /**
867
+ * Feature that allows filtering of the grid by settings filters on columns. The actual filtering is done by the store.
868
+ * For info on programmatically handling filters, see [StoreFilter](https://bryntum.com/products/grid/docs/api/Core/data/mixin/StoreFilter).
869
+ * ...
870
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Filter)
871
+ */
872
+ filterFeature?: object | boolean | string | Filter | FilterConfig;
873
+ /**
874
+ * Feature that allows filtering of the grid by entering filters on column headers.
875
+ * The actual filtering is done by the store.
876
+ * For info on programmatically handling filters, see [StoreFilter](https://bryntum.com/products/grid/docs/api/Core/data/mixin/StoreFilter).
877
+ * ...
878
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/FilterBar)
879
+ */
880
+ filterBarFeature?: object | boolean | string | FilterBar | FilterBarConfig;
881
+ /**
882
+ * Enables rendering and handling of row groups. The actual grouping is done in the store, but triggered by
883
+ * <kbd>shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
884
+ * one anywhere on grid). Use <kbd>shift</kbd> + <kbd>alt</kbd> + click, or the context menu, to remove a column
885
+ * grouper.
886
+ * ...
887
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Group)
888
+ */
889
+ groupFeature?: object | boolean | string | Group | GroupConfig;
890
+ /**
891
+ * Displays a summary row as a group footer in a grouped grid. Uses the same configuration options on columns as
892
+ * [Summary](https://bryntum.com/products/grid/docs/api/Grid/feature/Summary).
893
+ * ...
894
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary)
895
+ */
896
+ groupSummaryFeature?: object | boolean | string | GroupSummary | GroupSummaryConfig;
897
+ /**
898
+ * Right click column header or focus it and press SPACE key to show the context menu for headers.
899
+ * ...
900
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/HeaderMenu)
901
+ */
902
+ headerMenuFeature?: object | boolean | string | HeaderMenu | HeaderMenuConfig;
903
+ /**
904
+ * This feature allows records which satisfy a certain condition to be locked at the top of the grid.
905
+ * ...
906
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/LockRows)
907
+ */
908
+ lockRowsFeature?: object | boolean | string | LockRows | LockRowsConfig;
909
+ /**
910
+ * 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
911
+ * configured to [mergeCells](https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-mergeCells).
912
+ * ...
913
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/MergeCells)
914
+ */
915
+ mergeCellsFeature?: object | boolean | string | MergeCells | MergeCellsConfig;
916
+ /**
917
+ * Generates PDF/PNG files from the Grid component.
918
+ * ...
919
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/export/PdfExport)
920
+ */
921
+ pdfExportFeature?: object | boolean | string | PdfExport | PdfExportConfig;
922
+ /**
923
+ * Allows pinning columns to the start or end region of the grid without any additional subGrid configurations.
924
+ * When pinning to a region that does not yet exist, the feature creates the required subGrid on the fly.
925
+ * ...
926
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/PinColumns)
927
+ */
928
+ pinColumnsFeature?: object | boolean | string | PinColumns | PinColumnsConfig;
929
+ /**
930
+ * Allows printing Grid contents using browser print dialog.
931
+ * ...
932
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/export/Print)
933
+ */
934
+ printFeature?: object | boolean | string | Print | PrintConfig;
935
+ /**
936
+ * Feature that allows the user to search in a column by focusing a cell and typing. Navigate between hits using the
937
+ * keyboard, [f3] or [ctrl]/[cmd] + [g] moves to next, also pressing [shift] moves to previous.
938
+ * ...
939
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/QuickFind)
940
+ */
941
+ quickFindFeature?: object | boolean | string | QuickFind | QuickFindConfig;
942
+ /**
943
+ * Makes the splitter between grid [sections](https://bryntum.com/products/grid/docs/api/Grid/view/SubGrid) draggable, to let users resize, and
944
+ * collapse/expand the sections.
945
+ * ...
946
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/RegionResize)
947
+ */
948
+ regionResizeFeature?: object | boolean | string | RegionResize | RegionResizeConfig;
949
+ /**
950
+ * Allow using [Ctrl/CMD + C/X] and [Ctrl/CMD + V] to copy/cut-and-paste rows. Also makes cut, copy and paste actions
951
+ * available via the cell context menu.
952
+ * ...
953
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/RowCopyPaste)
954
+ */
955
+ rowCopyPasteFeature?: object | boolean | string | RowCopyPaste | RowCopyPasteConfig;
956
+ /**
957
+ * This feature allows editing of entire rows in a grid in a docked panel which by default slides out from the right.
958
+ * ...
959
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/RowEdit)
960
+ */
961
+ rowEditFeature?: object | boolean | string | RowEdit | RowEditConfig;
962
+ /**
963
+ * Enables expanding of Grid rows by either row click or double click, or by adding a separate Grid column which renders
964
+ * a button that expands or collapses the row.
965
+ * ...
966
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/RowExpander)
967
+ */
968
+ rowExpanderFeature?: object | boolean | string | RowExpander | RowExpanderConfig;
969
+ /**
970
+ * Allows user to reorder rows by dragging them. To get notified about row reorder listen to `change` event
971
+ * on the grid [store](https://bryntum.com/products/grid/docs/api/Core/data/Store).
972
+ * ...
973
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/RowReorder)
974
+ */
975
+ rowReorderFeature?: object | boolean | string | RowReorder | RowReorderConfig;
976
+ /**
977
+ * 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)
978
+ * field of the record is updated (when [applyToAllRows](https://bryntum.com/products/grid/docs/api/Grid/feature/RowResize#config-applyToAllRows) is `false`).
979
+ * ...
980
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/RowResize)
981
+ */
982
+ rowResizeFeature?: object | boolean | string | RowResize | RowResizeConfig;
983
+ /**
984
+ * <div class="external-example vertical" data-file="Grid/feature/Search.js"></div>
985
+ * ...
986
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Search)
987
+ */
988
+ searchFeature?: object | boolean | string | Search | SearchConfig;
989
+ /**
990
+ * Allows sorting of grid by clicking (or tapping) headers, also displays which columns grid is sorted by (numbered if
991
+ * using multisort). Use modifier keys for multisorting: [Ctrl/CMD + click] to add sorter, [Ctrl/CMD + Alt + click] to remove sorter.
992
+ * The actual sorting is done by the store, see [Store.sort()](https://bryntum.com/products/grid/docs/api/Core/data/mixin/StoreSort#function-sort).
993
+ * ...
994
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Sort)
995
+ */
996
+ sortFeature?: object | boolean | string | Sort | SortConfig;
997
+ /**
998
+ * This feature allows splitting the Grid into multiple views, either by using the cell context menu, or
999
+ * programmatically by calling [split()](https://bryntum.com/products/grid/docs/api/Grid/feature/Split#function-split).
1000
+ * ...
1001
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Split)
1002
+ */
1003
+ splitFeature?: object | boolean | string | Split | SplitConfig;
1004
+ /**
1005
+ * A feature which pins configurable content from a grid row to the top of the grid
1006
+ * while the row scrolls off the top but is still visible.
1007
+ * ...
1008
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/StickyCells)
1009
+ */
1010
+ stickyCellsFeature?: object | boolean | string | StickyCells | StickyCellsConfig;
1011
+ /**
1012
+ * Stripes rows by adding alternating CSS classes to all row elements (`b-even` and `b-odd`).
1013
+ * ...
1014
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Stripe)
1015
+ */
1016
+ stripeFeature?: object | boolean | string | Stripe | StripeConfig;
1017
+ /**
1018
+ * Displays a summary row in the grid footer.
1019
+ * ...
1020
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Summary)
1021
+ */
1022
+ summaryFeature?: object | boolean | string | Summary | SummaryConfig;
1023
+ /**
1024
+ * 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
1025
+ * 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
1026
+ * tree renderer that adds padding and icon to give the appearance of a tree. The original renderer is preserved and
1027
+ * also called.
1028
+ * ...
1029
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Tree)
1030
+ */
1031
+ treeFeature?: object | boolean | string | Tree | TreeConfig;
1032
+ /**
1033
+ * A feature that allows transforming a flat dataset (or the leaves of a hierarchical) into a tree by specifying a
1034
+ * record field per parent level. Parents are generated based on each leaf's value for those fields.
1035
+ * ...
1036
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/TreeGroup)
1037
+ */
1038
+ treeGroupFeature?: object | boolean | string | TreeGroup | TreeGroupConfig;
1039
+ };
1040
+ export declare class BryntumTreeGridComponent implements OnInit, OnDestroy {
1041
+ static instanceClass: typeof TreeGrid;
1042
+ static instanceName: string;
1043
+ private static bryntumEvents;
1044
+ private static bryntumFeatureNames;
1045
+ private static bryntumConfigs;
1046
+ private static bryntumConfigsOnly;
1047
+ private static bryntumProps;
1048
+ private elementRef;
1049
+ instance: TreeGrid;
1050
+ private bryntumConfig;
1051
+ constructor(element: ElementRef);
1052
+ adopt: HTMLElement | string;
1053
+ animateFilterRemovals: boolean;
1054
+ animateRemovingRows: boolean;
1055
+ ariaDescription: string;
1056
+ ariaLabel: string;
1057
+ autoHeight: boolean;
1058
+ bbar: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
1059
+ bodyCls: string | object;
1060
+ bubbleEvents: object;
1061
+ collapsible: boolean | PanelCollapserConfig | PanelCollapserOverlayConfig;
1062
+ color: string;
1063
+ config: object;
1064
+ contentElementCls: string | object;
1065
+ contextMenuTriggerEvent: 'contextmenu' | 'click' | 'dblclick';
1066
+ dataField: string;
1067
+ defaultRegion: string;
1068
+ destroyStore: boolean;
1069
+ detectCSSCompatibilityIssues: boolean;
1070
+ disableGridColumnIdWarning: boolean;
1071
+ disableGridRowModelWarning: boolean;
1072
+ dock: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
1073
+ drawer: boolean | {
1074
+ side?: 'start' | 'left' | 'end' | 'right' | 'top' | 'bottom';
1075
+ size?: string | number;
1076
+ inline?: boolean;
1077
+ autoClose: {
1078
+ mousedown?: boolean | string;
1079
+ focusout?: boolean | string;
1080
+ mouseout?: string;
1081
+ };
1082
+ autoCloseDelay?: number;
1083
+ };
1084
+ elementAttributes: Record<string, string | null>;
1085
+ enableSticky: boolean;
1086
+ enableTextSelection: boolean;
1087
+ fillLastColumn: boolean;
1088
+ fixedRowHeight: boolean;
1089
+ footer: {
1090
+ dock?: 'top' | 'right' | 'bottom' | 'left' | 'start' | 'end';
1091
+ html?: string;
1092
+ cls?: string;
1093
+ } | string;
1094
+ formulaProviders: Record<string, FormulaProviderConfig>;
1095
+ fullRowRefresh: boolean;
1096
+ getRowHeight: (getRowHeight: {
1097
+ record: Model;
1098
+ }) => number;
1099
+ header: string | boolean | PanelHeader;
1100
+ hideHorizontalScrollbar: boolean;
1101
+ hoverCls: string;
1102
+ icon: string | DomConfig;
1103
+ ignoreParentReadOnly: boolean;
1104
+ listeners: TreeGridListeners;
1105
+ loadMask: string | MaskConfig | null;
1106
+ loadMaskDefaults: MaskConfig;
1107
+ loadMaskError: MaskConfig | Mask | boolean;
1108
+ localizable: boolean;
1109
+ maskDefaults: MaskConfig;
1110
+ masked: boolean | string | MaskConfig;
1111
+ monitorResize: boolean;
1112
+ owner: Widget | any;
1113
+ plugins: Function[];
1114
+ preserveFocusOnDatasetChange: boolean;
1115
+ preserveScrollOnDatasetChange: boolean;
1116
+ preventTooltipOnTouch: boolean;
1117
+ relayStoreEvents: boolean;
1118
+ resizable: boolean | {
1119
+ minWidth?: number;
1120
+ maxWidth?: number;
1121
+ minHeight?: number;
1122
+ maxHeight?: number;
1123
+ handles?: object;
1124
+ };
1125
+ resizeToFitIncludesHeader: boolean;
1126
+ responsiveLevels: Record<string, number | string | ResponsiveLevelConfig>;
1127
+ ripple: boolean | {
1128
+ delegate?: string;
1129
+ color?: string;
1130
+ radius?: number;
1131
+ clip?: string;
1132
+ };
1133
+ rootElement: ShadowRoot | HTMLElement;
1134
+ scrollerClass: typeof Scroller;
1135
+ scrollManager: ScrollManagerConfig | ScrollManager;
1136
+ showDirty: boolean | {
1137
+ duringEdit?: boolean;
1138
+ newRecord?: boolean;
1139
+ };
1140
+ stateful: boolean | object | string[];
1141
+ statefulEvents: object | string[];
1142
+ stateId: string;
1143
+ stateProvider: StateProvider;
1144
+ strips: Record<string, ContainerItemConfig>;
1145
+ subGridConfigs: Record<string, SubGridConfig>;
1146
+ syncMask: string | MaskConfig | null;
1147
+ tab: boolean | TabConfig;
1148
+ tabBarItems: ToolbarItems[] | Widget[];
1149
+ tbar: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
1150
+ type: 'treegrid';
1151
+ ui: 'plain' | 'toolbar' | string | object;
1152
+ weight: number;
1153
+ alignSelf: string;
1154
+ animateTreeNodeToggle: boolean;
1155
+ appendTo: HTMLElement | string;
1156
+ callOnFunctions: boolean;
1157
+ catchEventHandlerExceptions: boolean;
1158
+ cellEllipsis: boolean;
1159
+ cls: string | object;
1160
+ collapsed: boolean;
1161
+ column: number;
1162
+ columnLines: boolean;
1163
+ columns: ColumnStore | GridColumnConfig[] | ColumnStoreConfig;
1164
+ data: object[] | Model[] | ModelConfig[];
1165
+ dataset: object | Record<string, string>;
1166
+ disabled: boolean | 'inert';
1167
+ emptyText: string | EmptyTextDomConfig;
1168
+ enableUndoRedoKeys: boolean;
1169
+ extraData: any;
1170
+ flex: number | string;
1171
+ height: number | string;
1172
+ hidden: boolean;
1173
+ hideFooters: boolean;
1174
+ hideHeaders: boolean;
1175
+ id: string;
1176
+ inputFieldAlign: 'start' | 'end';
1177
+ insertBefore: HTMLElement | string;
1178
+ insertFirst: HTMLElement | string;
1179
+ keyMap: Record<string, KeyMapConfig>;
1180
+ labelPosition: 'before' | 'above' | 'align-before' | 'auto' | null;
1181
+ longPressTime: number;
1182
+ margin: number | string;
1183
+ maxHeight: string | number;
1184
+ maxWidth: string | number;
1185
+ minHeight: string | number;
1186
+ minWidth: string | number;
1187
+ preserveScroll: PreserveScrollOptions | boolean;
1188
+ readOnly: boolean;
1189
+ rendition: string | Record<string, string> | null;
1190
+ rowHeight: number;
1191
+ rowLines: boolean;
1192
+ rtl: boolean;
1193
+ scrollable: Scroller | boolean | ScrollerConfig;
1194
+ selectionMode: GridSelectionMode;
1195
+ span: number;
1196
+ stateSettings: {
1197
+ restoreUnconfiguredColumns?: boolean;
1198
+ };
1199
+ store: Store | StoreConfig | AjaxStore | AjaxStoreConfig;
1200
+ title: string;
1201
+ tools: Record<string, Tool | ToolConfig> | null | Record<string, Tool> | Record<string, ToolConfig>;
1202
+ transition: {
1203
+ insertRecord?: boolean;
1204
+ removeRecord?: boolean;
1205
+ toggleColumn?: boolean;
1206
+ expandCollapseColumn?: boolean;
1207
+ toggleRegion?: boolean;
1208
+ toggleTreeNode?: boolean;
1209
+ toggleGroup?: boolean;
1210
+ filterRemoval?: boolean;
1211
+ };
1212
+ transitionDuration: number;
1213
+ width: number | string;
1214
+ focusVisible: boolean;
1215
+ hasChanges: boolean;
1216
+ originalStore: Store;
1217
+ parent: Widget;
1218
+ selectedCell: GridLocation | GridLocationConfig;
1219
+ selectedCells: GridLocation[] | GridLocationConfig[];
1220
+ selectedRecord: Model;
1221
+ selectedRecords: Model[] | number[];
1222
+ selectedRows: Model[] | number[];
1223
+ state: GridStateInfo;
1224
+ tooltip: string | TooltipConfig;
1225
+ aiFilterFeature: object | boolean | string | AIFilter | AIFilterConfig;
1226
+ cellCopyPasteFeature: object | boolean | string | CellCopyPaste | CellCopyPasteConfig;
1227
+ cellEditFeature: object | boolean | string | CellEdit | CellEditConfig;
1228
+ cellMenuFeature: object | boolean | string | CellMenu | CellMenuConfig;
1229
+ cellTooltipFeature: object | boolean | string | CellTooltip | CellTooltipConfig;
1230
+ chartsFeature: object | boolean | string | Charts | ChartsConfig;
1231
+ columnAutoWidthFeature: object | boolean | string | ColumnAutoWidth | ColumnAutoWidthConfig;
1232
+ columnDragToolbarFeature: object | boolean | string | ColumnDragToolbar | ColumnDragToolbarConfig;
1233
+ columnPickerFeature: object | boolean | string | ColumnPicker | ColumnPickerConfig;
1234
+ columnRenameFeature: object | boolean | string | ColumnRename | ColumnRenameConfig;
1235
+ columnReorderFeature: object | boolean | string | ColumnReorder | ColumnReorderConfig;
1236
+ columnResizeFeature: object | boolean | string | ColumnResize | ColumnResizeConfig;
1237
+ excelExporterFeature: object | boolean | string | ExcelExporter | ExcelExporterConfig;
1238
+ fileDropFeature: object | boolean | string | FileDrop | FileDropConfig;
1239
+ fillHandleFeature: object | boolean | string | FillHandle | FillHandleConfig;
1240
+ filterFeature: object | boolean | string | Filter | FilterConfig;
1241
+ filterBarFeature: object | boolean | string | FilterBar | FilterBarConfig;
1242
+ groupFeature: object | boolean | string | Group | GroupConfig;
1243
+ groupSummaryFeature: object | boolean | string | GroupSummary | GroupSummaryConfig;
1244
+ headerMenuFeature: object | boolean | string | HeaderMenu | HeaderMenuConfig;
1245
+ lockRowsFeature: object | boolean | string | LockRows | LockRowsConfig;
1246
+ mergeCellsFeature: object | boolean | string | MergeCells | MergeCellsConfig;
1247
+ pdfExportFeature: object | boolean | string | PdfExport | PdfExportConfig;
1248
+ pinColumnsFeature: object | boolean | string | PinColumns | PinColumnsConfig;
1249
+ printFeature: object | boolean | string | Print | PrintConfig;
1250
+ quickFindFeature: object | boolean | string | QuickFind | QuickFindConfig;
1251
+ regionResizeFeature: object | boolean | string | RegionResize | RegionResizeConfig;
1252
+ rowCopyPasteFeature: object | boolean | string | RowCopyPaste | RowCopyPasteConfig;
1253
+ rowEditFeature: object | boolean | string | RowEdit | RowEditConfig;
1254
+ rowExpanderFeature: object | boolean | string | RowExpander | RowExpanderConfig;
1255
+ rowReorderFeature: object | boolean | string | RowReorder | RowReorderConfig;
1256
+ rowResizeFeature: object | boolean | string | RowResize | RowResizeConfig;
1257
+ searchFeature: object | boolean | string | Search | SearchConfig;
1258
+ sortFeature: object | boolean | string | Sort | SortConfig;
1259
+ splitFeature: object | boolean | string | Split | SplitConfig;
1260
+ stickyCellsFeature: object | boolean | string | StickyCells | StickyCellsConfig;
1261
+ stripeFeature: object | boolean | string | Stripe | StripeConfig;
1262
+ summaryFeature: object | boolean | string | Summary | SummaryConfig;
1263
+ treeFeature: object | boolean | string | Tree | TreeConfig;
1264
+ treeGroupFeature: object | boolean | string | TreeGroup | TreeGroupConfig;
1265
+ /**
1266
+ * Fires on the owning Grid before the cell editing is canceled, return `false` to prevent cancellation.
1267
+ * @param {object} event Event object
1268
+ * @param {Grid.view.Grid} event.source Owner grid
1269
+ * @param {Grid.util.GridLocation} event.editorContext Editing context
1270
+ */
1271
+ onBeforeCancelCellEdit: any;
1272
+ /**
1273
+ * 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.
1274
+ * ...
1275
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#event-beforeCancelRowEdit)
1276
+ * @param {object} event Event object
1277
+ * @param {Grid.view.Grid} event.grid Target grid
1278
+ * @param {RowEditorContext} event.editorContext Editing context
1279
+ */
1280
+ onBeforeCancelRowEdit: any;
1281
+ /**
1282
+ * Fires on the owning Grid before editing starts, return `false` to prevent editing
1283
+ * @param {object} event Event object
1284
+ * @param {Grid.view.Grid} event.source Owner grid
1285
+ * @param {CellEditorContext} event.editorContext Editing context
1286
+ */
1287
+ onBeforeCellEditStart: any;
1288
+ /**
1289
+ * Fires on the owning Grid before deleting a range of selected cell values by pressing `Backspace` or `Del`
1290
+ * buttons while [autoEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit#config-autoEdit) is set to `true`. Return `false` to prevent editing.
1291
+ * @param {object} event Event object
1292
+ * @param {Grid.view.Grid} event.source Owner grid
1293
+ * @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).
1294
+ */
1295
+ onBeforeCellRangeDelete: any;
1296
+ /**
1297
+ * Fires for each selected record on the owning Grid before editing a range of selected cell values
1298
+ * @param {object} event Event object
1299
+ * @param {Core.data.Model} event.record Current selected record from the range
1300
+ * @param {string} event.field The field being changed
1301
+ * @param {any} event.value The value being set
1302
+ */
1303
+ onBeforeCellRangeEdit: any;
1304
+ /**
1305
+ * This event is fired prior to starting a column drag gesture. The drag is canceled if a listener returns `false`.
1306
+ * @param {object} event Event object
1307
+ * @param {Grid.view.Grid} event.source The grid instance.
1308
+ * @param {Grid.column.Column} event.column The dragged column.
1309
+ * @param {Event} event.event The browser event.
1310
+ */
1311
+ onBeforeColumnDragStart: any;
1312
+ /**
1313
+ * This event is fired when a column is dropped, and you can return false from a listener to abort the operation.
1314
+ * @param {object} event Event object
1315
+ * @param {Grid.view.Grid} event.source The grid instance.
1316
+ * @param {Grid.column.Column} event.column The dragged column.
1317
+ * @param {Grid.column.Column} event.insertBefore The column before which the dragged column will be inserted.
1318
+ * @param {Grid.column.Column} event.newParent The new parent column.
1319
+ * @param {Event} event.event The browser event.
1320
+ * @param {string} event.region The region where the column was dropped.
1321
+ */
1322
+ onBeforeColumnDropFinalize: any;
1323
+ /**
1324
+ * This event is fired prior to starting a column resize gesture. The resize is canceled if a listener returns
1325
+ * `false`.
1326
+ * @param {object} event Event object
1327
+ * @param {Grid.view.Grid} event.source The grid instance
1328
+ * @param {Grid.column.Column} event.column The column
1329
+ * @param {Event} event.domEvent The browser event
1330
+ */
1331
+ onBeforeColumnResize: any;
1332
+ /**
1333
+ * Fires on the owning Grid before a copy action is performed, return `false` to prevent the action
1334
+ * @param {object} event Event object
1335
+ * @param {Grid.view.Grid} event.source Owner grid
1336
+ * @param {Grid.util.GridLocation[]} event.cells The cells about to be copied or cut
1337
+ * @param {string} event.data The string data about to be copied or cut
1338
+ * @param {boolean} event.isCut `true` if this is a cut action
1339
+ * @param {string} event.entityName 'cell' to distinguish this event from other beforeCopy events
1340
+ */
1341
+ onBeforeCopy: any;
1342
+ /**
1343
+ * Fires on the owning Grid before CSV export starts. Return `false` to cancel the export.
1344
+ * @param {object} event Event object
1345
+ * @param {ExportConfig} event.config Export config
1346
+ * @param {Grid.column.Column[]} event.columns An array of columns to export
1347
+ * @param {Core.data.Model[]} event.rows An array of records to export
1348
+ * @param {string} event.lineDelimiter The CSV delimiter to separate lines
1349
+ * @param {string} event.columnDelimiter The CSV delimiter to separate values on one line
1350
+ */
1351
+ onBeforeCSVExport: any;
1352
+ /**
1353
+ * Fires before an object is destroyed.
1354
+ * @param {object} event Event object
1355
+ * @param {Core.Base} event.source The Object that is being destroyed.
1356
+ */
1357
+ onBeforeDestroy: any;
1358
+ /**
1359
+ * Fires on the owning Grid before Excel export starts. Return `false` to cancel the export.
1360
+ * @param {object} event Event object
1361
+ * @param {ExportConfig} event.config Export config
1362
+ * @param {XLSColumn[]} event.columns An array of columns to export
1363
+ * @param {any[][]} event.rows An array of records to export
1364
+ */
1365
+ onBeforeExcelExport: any;
1366
+ /**
1367
+ * Fired before dragging of the FillHandle starts, return `false` to prevent the drag operation.
1368
+ * @param {object} event Event object
1369
+ * @param {Grid.util.GridLocation} event.cell Information about the column / record
1370
+ * @param {MouseEvent} event.domEvent The raw DOM event
1371
+ */
1372
+ onBeforeFillHandleDragStart: any;
1373
+ /**
1374
+ * 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.
1375
+ * @param {object} event Event object
1376
+ * @param {Grid.view.Grid} event.grid Target grid
1377
+ * @param {CellEditorContext} event.editorContext Editing context
1378
+ */
1379
+ onBeforeFinishCellEdit: any;
1380
+ /**
1381
+ * 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.
1382
+ * ...
1383
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#event-beforeFinishRowEdit)
1384
+ * @param {object} event Event object
1385
+ * @param {Grid.view.Grid} event.grid Target grid
1386
+ * @param {RowEditorContext} event.editorContext Editing context
1387
+ */
1388
+ onBeforeFinishRowEdit: any;
1389
+ /**
1390
+ * Triggered before a widget is hidden. Return `false` to prevent the action.
1391
+ * @param {object} event Event object
1392
+ * @param {Core.widget.Widget} event.source The widget being hidden.
1393
+ */
1394
+ onBeforeHide: any;
1395
+ /**
1396
+ * Fires on the owning Grid before a paste action is performed, return `false` to prevent the action
1397
+ * @param {object} event Event object
1398
+ * @param {Grid.view.Grid} event.source Owner grid
1399
+ * @param {string} event.clipboardData The clipboardData about to be pasted
1400
+ * @param {Grid.util.GridLocation} event.targetCell The cell from which the paste will be started
1401
+ * @param {string} event.entityName 'cell' to distinguish this event from other beforePaste events
1402
+ * @param {string} event.text The raw text from clipboard
1403
+ */
1404
+ onBeforePaste: any;
1405
+ /**
1406
+ * Fires on the owning Grid before export started. Return `false` to cancel the export.
1407
+ * @param {object} event Event object
1408
+ * @param {object} event.config Export config
1409
+ */
1410
+ onBeforePdfExport: any;
1411
+ /**
1412
+ * Fires before a row is rendered.
1413
+ * @param {object} event Event object
1414
+ * @param {Grid.view.Grid} event.source The firing Grid instance.
1415
+ * @param {Grid.row.Row} event.row The row about to be rendered.
1416
+ * @param {Core.data.Model} event.record The record for the row.
1417
+ * @param {number} event.recordIndex The zero-based index of the record.
1418
+ */
1419
+ onBeforeRenderRow: any;
1420
+ /**
1421
+ * Grid rows are about to be rendered
1422
+ * @param {object} event Event object
1423
+ * @param {Grid.view.Grid} event.source This grid.
1424
+ */
1425
+ onBeforeRenderRows: any;
1426
+ /**
1427
+ * This event fires before row collapse is started.
1428
+ * ...
1429
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#event-beforeRowCollapse)
1430
+ * @param {object} event Event object
1431
+ * @param {Core.data.Model} event.record Record
1432
+ */
1433
+ onBeforeRowCollapse: any;
1434
+ /**
1435
+ * This event fires before row expand is started.
1436
+ * ...
1437
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#event-beforeRowExpand)
1438
+ * @param {object} event Event object
1439
+ * @param {Core.data.Model} event.record Record
1440
+ */
1441
+ onBeforeRowExpand: any;
1442
+ /**
1443
+ * Fires before the selection changes. Returning `false` from a listener prevents the change
1444
+ * @param {object} event Event object
1445
+ * @param {string} event.action `'select'`/`'deselect'`
1446
+ * @param {'row','cell'} event.mode `'row'`/`'cell'`
1447
+ * @param {Grid.view.Grid} event.source
1448
+ * @param {Core.data.Model[]} event.deselected The records to be deselected in this operation.
1449
+ * @param {Core.data.Model[]} event.selected The records to be selected in this operation.
1450
+ * @param {Core.data.Model[]} event.selection The records in the current selection, before applying `selected` and `deselected`
1451
+ * @param {Grid.util.GridLocation[]} event.deselectedCells The cells to be deselected in this operation.
1452
+ * @param {Grid.util.GridLocation[]} event.selectedCells The cells to be selected in this operation.
1453
+ * @param {Grid.util.GridLocation[]} event.cellSelection The cells in the current selection, before applying `selectedCells` and `deselectedCells`
1454
+ */
1455
+ onBeforeSelectionChange: any;
1456
+ /**
1457
+ * Fired before this container will load record values into its child fields. This is useful if you
1458
+ * want to modify the UI before data is loaded (e.g. set some input field to be readonly)
1459
+ * @param {object} event Event object
1460
+ * @param {Core.widget.Container} event.source The container
1461
+ * @param {Core.data.Model} event.record The record
1462
+ */
1463
+ onBeforeSetRecord: any;
1464
+ /**
1465
+ * Triggered before a widget is shown. Return `false` to prevent the action.
1466
+ * @param {object} event Event object
1467
+ * @param {Core.widget.Widget,any} event.source The widget being shown
1468
+ */
1469
+ onBeforeShow: any;
1470
+ /**
1471
+ * Fires on the owning Grid before editing starts, return `false` to prevent editing
1472
+ * @param {object} event Event object
1473
+ * @param {Grid.view.Grid} event.source Owner grid
1474
+ * @param {RowEditorContext} event.editorContext Editing context
1475
+ */
1476
+ onBeforeStartRowEdit: any;
1477
+ /**
1478
+ * Fired before state is applied to the source. Allows editing the state object or preventing the operation.
1479
+ * @param {object} event Event object
1480
+ * @param {GridStateInfo} event.state State object config
1481
+ */
1482
+ onBeforeStateApply: any;
1483
+ /**
1484
+ * Fired before state is saved by the StateProvider. Allows editing the state object or preventing the operation.
1485
+ * @param {object} event Event object
1486
+ * @param {GridStateInfo} event.state State object config
1487
+ */
1488
+ onBeforeStateSave: any;
1489
+ /**
1490
+ * Fired when a group is going to be expanded or collapsed using the UI.
1491
+ * Returning `false` from a listener prevents the operation
1492
+ * @param {object} event Event object
1493
+ * @param {Core.data.Model} event.groupRecord [DEPRECATED] Use `groupRecords` param instead
1494
+ * @param {Core.data.Model[]} event.groupRecords The group records being toggled
1495
+ * @param {boolean} event.collapse Collapsed (true) or expanded (false)
1496
+ * @param {Event} event.domEvent The user interaction event (eg a `click` event) if the toggle request was instigated by user interaction.
1497
+ */
1498
+ onBeforeToggleGroup: any;
1499
+ /**
1500
+ * Fired before a parent node record toggles its collapsed state.
1501
+ * @param {object} event Event object
1502
+ * @param {Grid.view.Grid} event.source The firing Grid instance.
1503
+ * @param {Core.data.Model} event.record The record being toggled.
1504
+ * @param {boolean} event.collapse `true` if the node is being collapsed.
1505
+ */
1506
+ onBeforeToggleNode: any;
1507
+ /**
1508
+ * Fires on the owning Grid when editing is cancelled
1509
+ * @param {object} event Event object
1510
+ * @param {Grid.view.Grid} event.source Owner grid
1511
+ * @param {Grid.util.GridLocation} event.editorContext Editing context
1512
+ * @param {Event} event.event Included if the cancellation was triggered by a DOM event
1513
+ */
1514
+ onCancelCellEdit: any;
1515
+ /**
1516
+ * Fires when any other event is fired from the object.
1517
+ * ...
1518
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#event-catchAll)
1519
+ * @param {object} event Event object
1520
+ * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
1521
+ * @param {string} event.event.type The type of the event which is caught by the listener
1522
+ */
1523
+ onCatchAll: any;
1524
+ /**
1525
+ * Fired when user clicks in a grid cell
1526
+ * @param {object} event Event object
1527
+ * @param {Grid.view.Grid} event.grid The grid instance
1528
+ * @param {Core.data.Model} event.record The record representing the row
1529
+ * @param {Grid.column.Column} event.column The column to which the cell belongs
1530
+ * @param {HTMLElement} event.cellElement The cell HTML element
1531
+ * @param {HTMLElement} event.target The target element
1532
+ * @param {MouseEvent} event.event The native DOM event
1533
+ */
1534
+ onCellClick: any;
1535
+ /**
1536
+ * Fired when user activates contextmenu in a grid cell
1537
+ * @param {object} event Event object
1538
+ * @param {Grid.view.Grid} event.grid The grid instance
1539
+ * @param {Core.data.Model} event.record The record representing the row
1540
+ * @param {Grid.column.Column} event.column The column to which the cell belongs
1541
+ * @param {HTMLElement} event.cellElement The cell HTML element
1542
+ * @param {HTMLElement} event.target The target element
1543
+ * @param {MouseEvent} event.event The native DOM event
1544
+ */
1545
+ onCellContextMenu: any;
1546
+ /**
1547
+ * Fired when user double clicks a grid cell
1548
+ * @param {object} event Event object
1549
+ * @param {Grid.view.Grid} event.grid The grid instance
1550
+ * @param {Core.data.Model} event.record The record representing the row
1551
+ * @param {Grid.column.Column} event.column The column to which the cell belongs
1552
+ * @param {HTMLElement} event.cellElement The cell HTML element
1553
+ * @param {HTMLElement} event.target The target element
1554
+ * @param {MouseEvent} event.event The native DOM event
1555
+ */
1556
+ onCellDblClick: any;
1557
+ /**
1558
+ * This event fires on the owning grid before the context menu is shown for a cell.
1559
+ * 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).
1560
+ * ...
1561
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#event-cellMenuBeforeShow)
1562
+ * @param {object} event Event object
1563
+ * @param {Grid.view.Grid} event.source The grid
1564
+ * @param {Core.widget.Menu} event.menu The menu
1565
+ * @param {Record<string, MenuItemEntry>} event.items Menu item configs
1566
+ * @param {Grid.column.Column} event.column Column
1567
+ * @param {Core.data.Model} event.record Record
1568
+ */
1569
+ onCellMenuBeforeShow: any;
1570
+ /**
1571
+ * This event fires on the owning grid when an item is selected in the cell context menu.
1572
+ * @param {object} event Event object
1573
+ * @param {Grid.view.Grid} event.source The grid
1574
+ * @param {Core.widget.Menu} event.menu The menu
1575
+ * @param {Core.widget.MenuItem} event.item Selected menu item
1576
+ * @param {Grid.column.Column} event.column Column
1577
+ * @param {Core.data.Model} event.record Record
1578
+ */
1579
+ onCellMenuItem: any;
1580
+ /**
1581
+ * This event fires on the owning grid after the context menu is shown for a cell.
1582
+ * @param {object} event Event object
1583
+ * @param {Grid.view.Grid} event.source The grid
1584
+ * @param {Core.widget.Menu} event.menu The menu
1585
+ * @param {Record<string, MenuItemEntry>} event.items Menu item configs
1586
+ * @param {Grid.column.Column} event.column Column
1587
+ * @param {Core.data.Model} event.record Record
1588
+ */
1589
+ onCellMenuShow: any;
1590
+ /**
1591
+ * This event fires on the owning grid when a check item is toggled in the cell context menu.
1592
+ * @param {object} event Event object
1593
+ * @param {Grid.view.Grid} event.source The grid
1594
+ * @param {Core.widget.Menu} event.menu The menu
1595
+ * @param {Core.widget.MenuItem} event.item Selected menu item
1596
+ * @param {Grid.column.Column} event.column Column
1597
+ * @param {Core.data.Model} event.record Record
1598
+ * @param {boolean} event.checked Checked or not
1599
+ */
1600
+ onCellMenuToggleItem: any;
1601
+ /**
1602
+ * Fired when the mouse enters a cell
1603
+ * @param {object} event Event object
1604
+ * @param {Grid.view.Grid} event.source The grid instance
1605
+ * @param {Core.data.Model} event.record The record representing the hovered cell
1606
+ * @param {Grid.column.Column} event.column The column currently hovered
1607
+ * @param {HTMLElement} event.cellElement The cell HTML element
1608
+ * @param {MouseEvent} event.event The native DOM event
1609
+ */
1610
+ onCellMouseEnter: any;
1611
+ /**
1612
+ * Fired when the mouse leaves a cell
1613
+ * @param {object} event Event object
1614
+ * @param {Grid.view.Grid} event.source The grid instance
1615
+ * @param {Core.data.Model} event.record The record representing the cell that the mouse left
1616
+ * @param {Grid.column.Column} event.column The column representing the cell that the mouse left
1617
+ * @param {HTMLElement} event.cellElement The cell HTML element that the mouse left
1618
+ * @param {MouseEvent} event.event The native DOM event
1619
+ */
1620
+ onCellMouseLeave: any;
1621
+ /**
1622
+ * Fired when a user moves the mouse out of a grid cell
1623
+ * @param {object} event Event object
1624
+ * @param {Grid.view.Grid} event.grid The grid instance
1625
+ * @param {Core.data.Model} event.record The record representing the row
1626
+ * @param {Grid.column.Column} event.column The column to which the cell belongs
1627
+ * @param {HTMLElement} event.cellElement The cell HTML element
1628
+ * @param {HTMLElement} event.target The target element
1629
+ * @param {MouseEvent} event.event The native DOM event
1630
+ */
1631
+ onCellMouseOut: any;
1632
+ /**
1633
+ * Fired when user moves the mouse over a grid cell
1634
+ * @param {object} event Event object
1635
+ * @param {Grid.view.Grid} event.grid The grid instance
1636
+ * @param {Core.data.Model} event.record The record representing the row
1637
+ * @param {Grid.column.Column} event.column The column to which the cell belongs
1638
+ * @param {HTMLElement} event.cellElement The cell HTML element
1639
+ * @param {HTMLElement} event.target The target element
1640
+ * @param {MouseEvent} event.event The native DOM event
1641
+ */
1642
+ onCellMouseOver: any;
1643
+ /**
1644
+ * Fires when a Panel is collapsed using the [collapsible](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-collapsible) setting.
1645
+ * @param {object} event Event object
1646
+ * @param {Core.widget.Panel} event.source This Panel.
1647
+ */
1648
+ onCollapse: any;
1649
+ /**
1650
+ * Fired before a parent node record is collapsed.
1651
+ * @param {object} event Event object
1652
+ * @param {Grid.view.Grid} event.source The firing Grid instance.
1653
+ * @param {Core.data.Model} event.record The record which has been collapsed.
1654
+ */
1655
+ onCollapseNode: any;
1656
+ /**
1657
+ * This event is fired when a column is being dragged, and you can set the `valid` flag on the `context` object
1658
+ * to indicate whether the drop position is valid or not.
1659
+ * @param {object} event Event object
1660
+ * @param {Grid.view.Grid} event.source The grid instance.
1661
+ * @param {Grid.column.Column} event.column The dragged column.
1662
+ * @param {Grid.column.Column} event.insertBefore The column before which the dragged column will be inserted (if not last).
1663
+ * @param {Event} event.event The browser event.
1664
+ * @param {object} event.context
1665
+ * @param {boolean} event.context.valid Set this to `true` or `false` to indicate whether the drop position is valid.
1666
+ */
1667
+ onColumnDrag: any;
1668
+ /**
1669
+ * This event is fired when a column drag gesture has started.
1670
+ * @param {object} event Event object
1671
+ * @param {Grid.view.Grid} event.source The grid instance.
1672
+ * @param {Grid.column.Column} event.column The dragged column.
1673
+ * @param {Event} event.event The browser event.
1674
+ */
1675
+ onColumnDragStart: any;
1676
+ /**
1677
+ * This event is always fired after a column is dropped. The `valid` param is `true` if the operation was not
1678
+ * vetoed and the column was moved in the column store.
1679
+ * @param {object} event Event object
1680
+ * @param {Grid.view.Grid} event.source The grid instance.
1681
+ * @param {Grid.column.Column} event.column The dragged column.
1682
+ * @param {Grid.column.Column} event.insertBefore The column before which the dragged column will be inserted.
1683
+ * @param {Grid.column.Column} event.newParent The new parent column.
1684
+ * @param {boolean} event.valid `true` if the operation was not vetoed.
1685
+ * @param {Event} event.event The browser event.
1686
+ * @param {string} event.region The region where the column was dropped.
1687
+ */
1688
+ onColumnDrop: any;
1689
+ /**
1690
+ * This event is fired after a resize gesture is completed.
1691
+ * @param {object} event Event object
1692
+ * @param {Grid.view.Grid} event.source The grid instance
1693
+ * @param {Grid.column.Column} event.column The resized column
1694
+ * @param {Event} event.domEvent The browser event
1695
+ */
1696
+ onColumnResize: any;
1697
+ /**
1698
+ * This event is fired when a column resize gesture starts.
1699
+ * @param {object} event Event object
1700
+ * @param {Grid.view.Grid} event.source The grid instance
1701
+ * @param {Grid.column.Column} event.column The column
1702
+ * @param {Event} event.domEvent The browser event
1703
+ */
1704
+ onColumnResizeStart: any;
1705
+ /**
1706
+ * This event fires on the owning widget when an item is selected in the context menu.
1707
+ * @param {object} event Event object
1708
+ * @param {Core.widget.Widget} event.source The owning widget
1709
+ * @param {Core.widget.Menu} event.menu The menu
1710
+ * @param {Core.widget.MenuItem} event.item Selected menu item
1711
+ */
1712
+ onContextMenuItem: any;
1713
+ /**
1714
+ * This event fires on the owning widget when a check item is toggled in the context menu.
1715
+ * @param {object} event Event object
1716
+ * @param {Core.widget.Widget} event.source The owning widget
1717
+ * @param {Core.widget.Menu} event.menu The menu
1718
+ * @param {Core.widget.MenuItem} event.item Selected menu item
1719
+ * @param {boolean} event.checked Checked or not
1720
+ */
1721
+ onContextMenuToggleItem: any;
1722
+ /**
1723
+ * Fires on the owning Grid after a copy action is performed.
1724
+ * @param {object} event Event object
1725
+ * @param {Grid.view.Grid} event.source Owner grid
1726
+ * @param {Grid.util.GridLocation[]} event.cells The cells about to be copied or cut
1727
+ * @param {string} event.copiedDataString The concatenated data string that was copied or cut
1728
+ * @param {boolean} event.isCut `true` if this was a cut action
1729
+ * @param {string} event.entityName 'cell' to distinguish this event from other copy events
1730
+ */
1731
+ onCopy: any;
1732
+ /**
1733
+ * Fired when data in the store changes.
1734
+ * ...
1735
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#event-dataChange)
1736
+ * @param {object} event Event object
1737
+ * @param {Grid.view.Grid} event.source Owning grid
1738
+ * @param {Core.data.Store} event.store The originating store
1739
+ * @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'`
1740
+ * @param {Core.data.Model} event.record Changed record, for actions that affects exactly one record (`'update'`)
1741
+ * @param {Core.data.Model[]} event.records Changed records, passed for all actions except `'removeAll'`
1742
+ * @param {object} event.changes Passed for the `'update'` action, info on which record fields changed
1743
+ */
1744
+ onDataChange: any;
1745
+ /**
1746
+ * Fires when an object is destroyed.
1747
+ * @param {object} event Event object
1748
+ * @param {Core.Base} event.source The Object that is being destroyed.
1749
+ */
1750
+ onDestroy: any;
1751
+ /**
1752
+ * 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
1753
+ * @param {object} event Event object
1754
+ * @param {Core.widget.Container} event.source The container.
1755
+ * @param {boolean} event.dirty The dirty state of the Container - `true` if there are any fields which have been changed since initial load.
1756
+ */
1757
+ onDirtyStateChange: any;
1758
+ /**
1759
+ * Fires while drag selecting. UI will update with current range, but the cells will not be selected until
1760
+ * mouse up. This event can be listened for to perform actions while drag selecting.
1761
+ * @param {object} event Event object
1762
+ * @param {Grid.view.Grid} event.source
1763
+ * @param {GridLocationConfig[],Grid.util.GridLocation[]} event.selectedCells The cells that is currently being dragged over
1764
+ * @param {Core.data.Model[]} event.selectedRecords The records that is currently being dragged over
1765
+ */
1766
+ onDragSelecting: any;
1767
+ /**
1768
+ * Triggered when a widget's [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element) is available.
1769
+ * @param {object} event Event object
1770
+ * @param {HTMLElement} event.element The Widget's element.
1771
+ */
1772
+ onElementCreated: any;
1773
+ /**
1774
+ * Fires when a Panel is expanded using the [collapsible](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-collapsible) setting.
1775
+ * @param {object} event Event object
1776
+ * @param {Core.widget.Panel} event.source This Panel.
1777
+ */
1778
+ onExpand: any;
1779
+ /**
1780
+ * Fired after a parent node record is expanded.
1781
+ * @param {object} event Event object
1782
+ * @param {Grid.view.Grid} event.source The firing Grid instance.
1783
+ * @param {Core.data.Model} event.record The record which has been expanded.
1784
+ */
1785
+ onExpandNode: any;
1786
+ /**
1787
+ * Fired when a file is dropped on the widget element
1788
+ * @param {object} event Event object
1789
+ * @param {Grid.view.Grid} event.source The owning Grid instance
1790
+ * @param {DataTransferItem} event.file The dropped file descriptor
1791
+ * @param {DragEvent} event.domEvent The native DragEvent
1792
+ */
1793
+ onFileDrop: any;
1794
+ /**
1795
+ * Fired before the FillHandle dragging is finalized and values are applied to cells, return `false` to prevent the
1796
+ * drag operation from applying data changes.
1797
+ * @param {object} event Event object
1798
+ * @param {Grid.util.GridLocation} event.from The from cell
1799
+ * @param {Grid.util.GridLocation} event.to The to cell
1800
+ * @param {MouseEvent} event.domEvent The raw DOM event
1801
+ */
1802
+ onFillHandleBeforeDragFinalize: any;
1803
+ /**
1804
+ * Fired while dragging the FillHandle.
1805
+ * @param {object} event Event object
1806
+ * @param {Grid.util.GridLocation} event.from The from cell
1807
+ * @param {Grid.util.GridLocation} event.to The to cell
1808
+ * @param {MouseEvent} event.domEvent The raw DOM event
1809
+ */
1810
+ onFillHandleDrag: any;
1811
+ /**
1812
+ * Fired when a FillHandle drag operation is aborted.
1813
+ */
1814
+ onFillHandleDragAbort: any;
1815
+ /**
1816
+ * Fired after a FillHandle drag operation.
1817
+ * @param {object} event Event object
1818
+ * @param {Grid.util.GridLocation} event.from The from cell
1819
+ * @param {Grid.util.GridLocation} event.to The to cell
1820
+ * @param {MouseEvent} event.domEvent The raw DOM event
1821
+ */
1822
+ onFillHandleDragEnd: any;
1823
+ /**
1824
+ * Fired when dragging of the FillHandle starts.
1825
+ * @param {object} event Event object
1826
+ * @param {Grid.util.GridLocation} event.cell Information about the column / record
1827
+ * @param {MouseEvent} event.domEvent The raw DOM event
1828
+ */
1829
+ onFillHandleDragStart: any;
1830
+ /**
1831
+ * Fires on the owning Grid when cell editing is finished
1832
+ * @param {object} event Event object
1833
+ * @param {Grid.view.Grid} event.grid Target grid
1834
+ * @param {CellEditorContext} event.editorContext Editing context
1835
+ */
1836
+ onFinishCellEdit: any;
1837
+ /**
1838
+ * 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.
1839
+ * ...
1840
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#event-finishRowEdit)
1841
+ * @param {object} event Event object
1842
+ * @param {Grid.view.Grid} event.grid Target grid
1843
+ * @param {RowEditorContext} event.editorContext Editing context
1844
+ */
1845
+ onFinishRowEdit: any;
1846
+ /**
1847
+ * Fired when focus enters this Widget.
1848
+ * @param {object} event Event object
1849
+ * @param {Core.widget.Widget} event.source This Widget
1850
+ * @param {HTMLElement} event.fromElement The element which lost focus.
1851
+ * @param {HTMLElement} event.toElement The element which gained focus.
1852
+ * @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
1853
+ * @param {Core.widget.Widget} event.toWidget The widget which gained focus.
1854
+ * @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
1855
+ */
1856
+ onFocusIn: any;
1857
+ /**
1858
+ * Fired when focus exits this Widget's ownership tree. This is different from a `blur` event.
1859
+ * focus moving from within this Widget's ownership tree, even if there are floating widgets
1860
+ * will not trigger this event. This is when focus exits this widget completely.
1861
+ * @param {object} event Event object
1862
+ * @param {Core.widget.Widget} event.source This Widget
1863
+ * @param {HTMLElement} event.fromElement The element which lost focus.
1864
+ * @param {HTMLElement} event.toElement The element which gained focus.
1865
+ * @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
1866
+ * @param {Core.widget.Widget} event.toWidget The widget which gained focus.
1867
+ * @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
1868
+ */
1869
+ onFocusOut: any;
1870
+ /**
1871
+ * Fired before dragging starts, return false to prevent the drag operation.
1872
+ * @param {object} event Event object
1873
+ * @param {Grid.view.GridBase} event.source
1874
+ * @param {object} event.context
1875
+ * @param {Core.data.Model[]} event.context.records The dragged row records
1876
+ * @param {MouseEvent,TouchEvent} event.event
1877
+ */
1878
+ onGridRowBeforeDragStart: any;
1879
+ /**
1880
+ * Fired before the row drop operation is finalized. You can return false to abort the drop operation, or a
1881
+ * Promise yielding `true` / `false` which allows for asynchronous abort (e.g. first show user a confirmation dialog).
1882
+ * @param {object} event Event object
1883
+ * @param {Grid.view.GridBase} event.source
1884
+ * @param {object} event.context
1885
+ * @param {boolean} event.context.valid Set this to true or false to indicate whether the drop position is valid
1886
+ * @param {Core.data.Model} event.context.insertBefore The record to insert before (`null` if inserting at last position of a parent node)
1887
+ * @param {Core.data.Model} event.context.parent The parent record of the current drop position (only applicable for trees)
1888
+ * @param {Core.data.Model[]} event.context.records The dragged row records
1889
+ * @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
1890
+ * @param {MouseEvent} event.event
1891
+ */
1892
+ onGridRowBeforeDropFinalize: any;
1893
+ /**
1894
+ * Fired while the row is being dragged, in the listener function you have access to `context.insertBefore` a grid /
1895
+ * tree record, and additionally `context.parent` (a TreeNode) for trees. You can signal that the drop position is
1896
+ * valid or invalid by setting `context.valid = false;`
1897
+ * @param {object} event Event object
1898
+ * @param {Grid.view.GridBase} event.source
1899
+ * @param {object} event.context
1900
+ * @param {boolean} event.context.valid Set this to true or false to indicate whether the drop position is valid.
1901
+ * @param {Core.data.Model} event.context.insertBefore The record to insert before (`null` if inserting at last position of a parent node)
1902
+ * @param {Core.data.Model} event.context.parent The parent record of the current drop position (only applicable for trees)
1903
+ * @param {Core.data.Model[]} event.context.records The dragged row records
1904
+ * @param {MouseEvent} event.event
1905
+ */
1906
+ onGridRowDrag: any;
1907
+ /**
1908
+ * Fired when a row drag operation is aborted
1909
+ * @param {object} event Event object
1910
+ * @param {Grid.view.GridBase} event.source
1911
+ * @param {object} event.context
1912
+ * @param {Core.data.Model[]} event.context.records The dragged row records
1913
+ * @param {MouseEvent} event.event
1914
+ */
1915
+ onGridRowDragAbort: any;
1916
+ /**
1917
+ * Fired when dragging starts.
1918
+ * @param {object} event Event object
1919
+ * @param {Grid.view.GridBase} event.source
1920
+ * @param {object} event.context
1921
+ * @param {Core.data.Model[]} event.context.records The dragged row records
1922
+ * @param {MouseEvent,TouchEvent} event.event
1923
+ */
1924
+ onGridRowDragStart: any;
1925
+ /**
1926
+ * Fired after the row drop operation has completed, regardless of validity
1927
+ * @param {object} event Event object
1928
+ * @param {Grid.view.GridBase} event.source
1929
+ * @param {object} event.context
1930
+ * @param {boolean} event.context.valid true or false depending on whether the drop position was valid
1931
+ * @param {Core.data.Model} event.context.insertBefore The record to insert before (`null` if inserting at last position of a parent node)
1932
+ * @param {Core.data.Model} event.context.parent The parent record of the current drop position (only applicable for trees)
1933
+ * @param {Core.data.Model[]} event.context.records The dragged row records
1934
+ * @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
1935
+ * @param {MouseEvent} event.event
1936
+ */
1937
+ onGridRowDrop: any;
1938
+ /**
1939
+ * Fired when a grid header is clicked on.
1940
+ * ...
1941
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#event-headerClick)
1942
+ * @param {object} event Event object
1943
+ * @param {Event} event.domEvent The triggering DOM event.
1944
+ * @param {Grid.column.Column} event.column The column clicked on.
1945
+ */
1946
+ onHeaderClick: any;
1947
+ /**
1948
+ * This event fires on the owning Grid before the context menu is shown for a header.
1949
+ * 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).
1950
+ * ...
1951
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#event-headerMenuBeforeShow)
1952
+ * @param {object} event Event object
1953
+ * @param {Grid.view.Grid} event.source The grid
1954
+ * @param {Core.widget.Menu} event.menu The menu
1955
+ * @param {Record<string, MenuItemEntry>} event.items Menu item configs
1956
+ * @param {Grid.column.Column} event.column Column
1957
+ */
1958
+ onHeaderMenuBeforeShow: any;
1959
+ /**
1960
+ * This event fires on the owning Grid when an item is selected in the header context menu.
1961
+ * @param {object} event Event object
1962
+ * @param {Grid.view.Grid} event.source The grid
1963
+ * @param {Core.widget.Menu} event.menu The menu
1964
+ * @param {Core.widget.MenuItem} event.item Selected menu item
1965
+ * @param {Grid.column.Column} event.column Column
1966
+ */
1967
+ onHeaderMenuItem: any;
1968
+ /**
1969
+ * This event fires on the owning Grid after the context menu is shown for a header
1970
+ * @param {object} event Event object
1971
+ * @param {Grid.view.Grid} event.source The grid
1972
+ * @param {Core.widget.Menu} event.menu The menu
1973
+ * @param {Record<string, MenuItemEntry>} event.items Menu item configs
1974
+ * @param {Grid.column.Column} event.column Column
1975
+ */
1976
+ onHeaderMenuShow: any;
1977
+ /**
1978
+ * This event fires on the owning Grid when a check item is toggled in the header context menu.
1979
+ * @param {object} event Event object
1980
+ * @param {Grid.view.Grid} event.source The grid
1981
+ * @param {Core.widget.Menu} event.menu The menu
1982
+ * @param {Core.widget.MenuItem} event.item Selected menu item
1983
+ * @param {Grid.column.Column} event.column Column
1984
+ * @param {boolean} event.checked Checked or not
1985
+ */
1986
+ onHeaderMenuToggleItem: any;
1987
+ /**
1988
+ * Triggered after a widget was hidden
1989
+ * @param {object} event Event object
1990
+ * @param {Core.widget.Widget} event.source The widget
1991
+ */
1992
+ onHide: any;
1993
+ /**
1994
+ * Fires when row locking is enabled.
1995
+ * @param {object} event Event object
1996
+ * @param {Grid.view.GridBase} event.clone The created clone
1997
+ */
1998
+ onLockRows: any;
1999
+ /**
2000
+ * Mouse moved out from element in grid
2001
+ * @param {object} event Event object
2002
+ * @param {MouseEvent} event.event The native browser event
2003
+ */
2004
+ onMouseOut: any;
2005
+ /**
2006
+ * Mouse moved in over element in grid
2007
+ * @param {object} event Event object
2008
+ * @param {MouseEvent} event.event The native browser event
2009
+ */
2010
+ onMouseOver: any;
2011
+ /**
2012
+ * Triggered when a widget which had been in a non-visible state for any reason
2013
+ * achieves visibility.
2014
+ * ...
2015
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#event-paint)
2016
+ * @param {object} event Event object
2017
+ * @param {Core.widget.Widget} event.source The widget being painted.
2018
+ * @param {boolean} event.firstPaint `true` if this is the first paint.
2019
+ */
2020
+ onPaint: any;
2021
+ /**
2022
+ * Fires on the owning Grid after a paste action is performed.
2023
+ * @param {object} event Event object
2024
+ * @param {Grid.view.Grid} event.source Owner grid
2025
+ * @param {string} event.clipboardData The clipboardData that was pasted
2026
+ * @param {Core.data.Model[]} event.modifiedRecords The records which have been modified due to the paste action
2027
+ * @param {Grid.util.GridLocation} event.targetCell The cell from which the paste will be started
2028
+ * @param {string} event.entityName 'cell' to distinguish this event from other paste events
2029
+ */
2030
+ onPaste: any;
2031
+ /**
2032
+ * Fires on the owning Grid when export has finished
2033
+ * @param {object} event Event object
2034
+ * @param {Response} event.response Optional response, if received
2035
+ * @param {Error} event.error Optional error, if exception occurred
2036
+ */
2037
+ onPdfExport: any;
2038
+ /**
2039
+ * Fired when a Widget's read only state is toggled
2040
+ * @param {object} event Event object
2041
+ * @param {boolean} event.readOnly Read only or not
2042
+ */
2043
+ onReadOnly: any;
2044
+ /**
2045
+ * This event is fired after a widget's elements have been synchronized due to a direct or indirect call
2046
+ * 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.
2047
+ */
2048
+ onRecompose: any;
2049
+ /**
2050
+ * Fires after a row is rendered.
2051
+ * @param {object} event Event object
2052
+ * @param {Grid.view.Grid} event.source The firing Grid instance.
2053
+ * @param {Grid.row.Row} event.row The row that has been rendered.
2054
+ * @param {Core.data.Model} event.record The record for the row.
2055
+ * @param {number} event.recordIndex The zero-based index of the record.
2056
+ */
2057
+ onRenderRow: any;
2058
+ /**
2059
+ * Grid rows have been rendered
2060
+ * @param {object} event Event object
2061
+ * @param {Grid.view.Grid} event.source This grid.
2062
+ */
2063
+ onRenderRows: any;
2064
+ /**
2065
+ * 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`*.
2066
+ * @param {object} event Event object
2067
+ * @param {Core.widget.Widget} event.source This Widget
2068
+ * @param {number} event.width The new width
2069
+ * @param {number} event.height The new height
2070
+ * @param {number} event.oldWidth The old width
2071
+ * @param {number} event.oldHeight The old height
2072
+ */
2073
+ onResize: any;
2074
+ /**
2075
+ * Grid resize lead to a new responsive level being applied
2076
+ * @param {object} event Event object
2077
+ * @param {Grid.view.Grid} event.grid Grid that was resized
2078
+ * @param {string} event.level New responsive level (small, large, etc)
2079
+ * @param {number} event.width New width in px
2080
+ * @param {string} event.oldLevel Old responsive level
2081
+ * @param {number} event.oldWidth Old width in px
2082
+ */
2083
+ onResponsive: any;
2084
+ /**
2085
+ * This event fires when a row has finished collapsing.
2086
+ * @param {object} event Event object
2087
+ * @param {Core.data.Model} event.record Record
2088
+ */
2089
+ onRowCollapse: any;
2090
+ /**
2091
+ * This event fires when a row expand has finished expanding.
2092
+ * ...
2093
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#event-rowExpand)
2094
+ * @param {object} event Event object
2095
+ * @param {Core.data.Model} event.record Record
2096
+ * @param {object} event.expandedElements An object with the Grid region name as property and the expanded body element as value
2097
+ * @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.
2098
+ * @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
2099
+ */
2100
+ onRowExpand: any;
2101
+ /**
2102
+ * Fired when the mouse enters a row
2103
+ * @param {object} event Event object
2104
+ * @param {Grid.view.Grid} event.source The grid instance
2105
+ * @param {Core.data.Model} event.record The record representing the hovered row
2106
+ * @param {Grid.column.Column} event.column The column currently hovered
2107
+ * @param {HTMLElement} event.cellElement The cell HTML element
2108
+ * @param {MouseEvent} event.event The native DOM event
2109
+ */
2110
+ onRowMouseEnter: any;
2111
+ /**
2112
+ * Fired when the mouse leaves a row
2113
+ * @param {object} event Event object
2114
+ * @param {Grid.view.Grid} event.source The grid instance
2115
+ * @param {Core.data.Model} event.record The record representing the row that the mouse left
2116
+ * @param {HTMLElement} event.cellElement The cell HTML element that the mouse left
2117
+ * @param {MouseEvent} event.event The native DOM event
2118
+ */
2119
+ onRowMouseLeave: any;
2120
+ /**
2121
+ * Grid has scrolled vertically
2122
+ * @param {object} event Event object
2123
+ * @param {Grid.view.Grid} event.source The firing Grid instance.
2124
+ * @param {number} event.scrollTop The vertical scroll position.
2125
+ */
2126
+ onScroll: any;
2127
+ /**
2128
+ * The selection has been changed.
2129
+ * @param {object} event Event object
2130
+ * @param {'select','deselect'} event.action `'select'`/`'deselect'`
2131
+ * @param {'row','cell'} event.mode `'row'`/`'cell'`
2132
+ * @param {Grid.view.Grid} event.source
2133
+ * @param {Core.data.Model[]} event.deselected The records deselected in this operation.
2134
+ * @param {Core.data.Model[]} event.selected The records selected in this operation.
2135
+ * @param {Core.data.Model[]} event.selection The records in the new selection.
2136
+ * @param {Grid.util.GridLocation[]} event.deselectedCells The cells deselected in this operation.
2137
+ * @param {Grid.util.GridLocation[]} event.selectedCells The cells selected in this operation.
2138
+ * @param {Grid.util.GridLocation[]} event.cellSelection The cells in the new selection.
2139
+ */
2140
+ onSelectionChange: any;
2141
+ /**
2142
+ * The selectionMode configuration has been changed.
2143
+ * @param {object} event Event object
2144
+ * @param {object} event.selectionMode The new [selectionMode](https://bryntum.com/products/grid/docs/api/Grid/view/mixin/GridSelection#config-selectionMode)
2145
+ */
2146
+ onSelectionModeChange: any;
2147
+ /**
2148
+ * Triggered after a widget is shown.
2149
+ * @param {object} event Event object
2150
+ * @param {Core.widget.Widget} event.source The widget
2151
+ */
2152
+ onShow: any;
2153
+ /**
2154
+ * Fires when splitting the Grid.
2155
+ * @param {object} event Event object
2156
+ * @param {Grid.view.GridBase[]} event.subViews The sub views created by the split
2157
+ * @param {object} event.options The options passed to the split call
2158
+ * @param {'horizontal','vertical','both'} event.options.direction The direction of the split
2159
+ * @param {Grid.column.Column} event.options.atColumn The column to split at
2160
+ * @param {Core.data.Model} event.options.atRecord The record to split at
2161
+ */
2162
+ onSplit: any;
2163
+ /**
2164
+ * Fired by the Grid when the collapse icon is clicked. Return `false` to prevent the default collapse action,
2165
+ * if you want to implement your own behavior.
2166
+ * @param {object} event Event object
2167
+ * @param {Grid.view.Grid} event.source The Grid instance.
2168
+ * @param {Grid.view.SubGrid} event.subGrid The subgrid
2169
+ * @param {Event} event.domEvent The native DOM event
2170
+ */
2171
+ onSplitterCollapseClick: any;
2172
+ /**
2173
+ * Fired by the Grid after a sub-grid has been resized using the splitter
2174
+ * @param {object} event Event object
2175
+ * @param {Grid.view.Grid} event.source The Grid instance.
2176
+ * @param {Grid.view.SubGrid} event.subGrid The resized subgrid
2177
+ * @param {Event} event.domEvent The native DOM event
2178
+ */
2179
+ onSplitterDragEnd: any;
2180
+ /**
2181
+ * Fired by the Grid when a sub-grid resize gesture starts
2182
+ * @param {object} event Event object
2183
+ * @param {Grid.view.Grid} event.source The Grid instance.
2184
+ * @param {Grid.view.SubGrid} event.subGrid The subgrid about to be resized
2185
+ * @param {Event} event.domEvent The native DOM event
2186
+ */
2187
+ onSplitterDragStart: any;
2188
+ /**
2189
+ * Fired by the Grid when the expand icon is clicked. Return `false` to prevent the default expand action,
2190
+ * if you want to implement your own behavior.
2191
+ * @param {object} event Event object
2192
+ * @param {Grid.view.Grid} event.source The Grid instance.
2193
+ * @param {Grid.view.SubGrid} event.subGrid The subgrid
2194
+ * @param {Event} event.domEvent The native DOM event
2195
+ */
2196
+ onSplitterExpandClick: any;
2197
+ /**
2198
+ * Fires on the owning Grid when editing starts
2199
+ * @param {object} event Event object
2200
+ * @param {Grid.view.Grid} event.source Owner grid
2201
+ * @param {CellEditorContext} event.editorContext Editing context
2202
+ */
2203
+ onStartCellEdit: any;
2204
+ /**
2205
+ * Fires on the owning Grid when editing starts
2206
+ * @param {object} event Event object
2207
+ * @param {Grid.view.Grid} event.source Owner grid
2208
+ * @param {RowEditorContext} event.editorContext Editing context
2209
+ */
2210
+ onStartRowEdit: any;
2211
+ /**
2212
+ * Fires after a sub grid is collapsed.
2213
+ * @param {object} event Event object
2214
+ * @param {Grid.view.Grid} event.source The firing Grid instance
2215
+ * @param {Grid.view.SubGrid} event.subGrid The sub grid instance
2216
+ */
2217
+ onSubGridCollapse: any;
2218
+ /**
2219
+ * Fires after a sub grid is expanded.
2220
+ * @param {object} event Event object
2221
+ * @param {Grid.view.Grid} event.source The firing Grid instance
2222
+ * @param {Grid.view.SubGrid} event.subGrid The sub grid instance
2223
+ */
2224
+ onSubGridExpand: any;
2225
+ /**
2226
+ * Fired when one or more groups are expanded or collapsed
2227
+ * @param {object} event Event object
2228
+ * @param {Core.data.Model} event.groupRecord [DEPRECATED] Use `groupRecords` param instead
2229
+ * @param {Core.data.Model[]} event.groupRecords The group records being toggled
2230
+ * @param {boolean} event.collapse Collapsed (true) or expanded (false)
2231
+ * @param {boolean} event.allRecords True if this event is part of toggling all groups
2232
+ */
2233
+ onToggleGroup: any;
2234
+ /**
2235
+ * Fired after a parent node record toggles its collapsed state.
2236
+ * @param {object} event Event object
2237
+ * @param {Core.data.Model} event.record The record being toggled.
2238
+ * @param {boolean} event.collapse `true` if the node is being collapsed.
2239
+ */
2240
+ onToggleNode: any;
2241
+ /**
2242
+ * A header [tool](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-tools) has been clicked.
2243
+ * @param {object} event Event object
2244
+ * @param {Core.widget.Tool} event.source This Panel.
2245
+ * @param {Core.widget.Tool} event.tool The tool which is being clicked.
2246
+ */
2247
+ onToolClick: any;
2248
+ /**
2249
+ * Fires when row locking is disabled.
2250
+ * @param {object} event Event object
2251
+ * @param {Grid.view.GridBase} event.clone The locked clone that will be destroyed
2252
+ */
2253
+ onUnlockRows: any;
2254
+ /**
2255
+ * Fires when un-splitting the Grid.
2256
+ */
2257
+ onUnsplit: any;
2258
+ /**
2259
+ * Create and append the underlying widget
2260
+ */
2261
+ ngOnInit(): void;
2262
+ /**
2263
+ * Watch for changes
2264
+ * @param changes
2265
+ */
2266
+ ngOnChanges(changes: SimpleChanges): void;
2267
+ /**
2268
+ * Destroy the component
2269
+ */
2270
+ ngOnDestroy(): void;
2271
+ static ɵfac: i0.ɵɵFactoryDeclaration<BryntumTreeGridComponent, never>;
2272
+ static ɵcmp: i0.ɵɵComponentDeclaration<BryntumTreeGridComponent, "bryntum-tree-grid", 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"; "type": "type"; "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>;
2273
+ }