@bryntum/grid-trial 7.3.4 → 7.3.6

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 (54) hide show
  1. package/README.md +2 -1
  2. package/grid.css +1 -1
  3. package/grid.d.ts +1624 -430
  4. package/grid.module.js +40 -40
  5. package/grid.thin.d.ts +436 -188
  6. package/grid.umd.js +47 -47
  7. package/locales/grid.locale.Ar.js +1 -1
  8. package/locales/grid.locale.Bg.js +1 -1
  9. package/locales/grid.locale.Ca.js +1 -1
  10. package/locales/grid.locale.Cs.js +1 -1
  11. package/locales/grid.locale.Da.js +1 -1
  12. package/locales/grid.locale.De.js +1 -1
  13. package/locales/grid.locale.El.js +1 -1
  14. package/locales/grid.locale.En.js +1 -1
  15. package/locales/grid.locale.EnGb.js +1 -1
  16. package/locales/grid.locale.Es.js +1 -1
  17. package/locales/grid.locale.Et.js +1 -1
  18. package/locales/grid.locale.Eu.js +1 -1
  19. package/locales/grid.locale.Fi.js +1 -1
  20. package/locales/grid.locale.FrFr.js +1 -1
  21. package/locales/grid.locale.Gl.js +1 -1
  22. package/locales/grid.locale.He.js +1 -1
  23. package/locales/grid.locale.Hi.js +1 -1
  24. package/locales/grid.locale.Hr.js +1 -1
  25. package/locales/grid.locale.Hu.js +1 -1
  26. package/locales/grid.locale.Id.js +1 -1
  27. package/locales/grid.locale.It.js +1 -1
  28. package/locales/grid.locale.Ja.js +1 -1
  29. package/locales/grid.locale.Kk.js +1 -1
  30. package/locales/grid.locale.Ko.js +1 -1
  31. package/locales/grid.locale.Lt.js +1 -1
  32. package/locales/grid.locale.Lv.js +1 -1
  33. package/locales/grid.locale.Ms.js +1 -1
  34. package/locales/grid.locale.Nl.js +1 -1
  35. package/locales/grid.locale.No.js +1 -1
  36. package/locales/grid.locale.Pl.js +1 -1
  37. package/locales/grid.locale.Pt.js +1 -1
  38. package/locales/grid.locale.PtBr.js +1 -1
  39. package/locales/grid.locale.Ro.js +1 -1
  40. package/locales/grid.locale.Ru.js +1 -1
  41. package/locales/grid.locale.Sk.js +1 -1
  42. package/locales/grid.locale.Sl.js +1 -1
  43. package/locales/grid.locale.Sr.js +1 -1
  44. package/locales/grid.locale.SrRs.js +1 -1
  45. package/locales/grid.locale.SvSE.js +1 -1
  46. package/locales/grid.locale.Th.js +1 -1
  47. package/locales/grid.locale.Tr.js +1 -1
  48. package/locales/grid.locale.Uk.js +1 -1
  49. package/locales/grid.locale.Vi.js +1 -1
  50. package/locales/grid.locale.ZhCn.js +1 -1
  51. package/locales/grid.locale.ZhTw.js +1 -1
  52. package/package.json +1 -1
  53. package/visby-dark.css +1 -1
  54. package/visby-light.css +1 -1
package/grid.thin.d.ts CHANGED
@@ -1,18 +1,18 @@
1
1
  import { AIBase, AIModelConfiguration, AIModelSelector, AISettingsModel, AISettingsModelConfig, AITool, AIToolConfig,
2
2
  AIVoiceActivationConfig, AbstractApiPlugin, AjaxStore, AjaxStoreConfig, AlignSpec, AnimateScrollOptions, Base, BryntumListenerConfig,
3
- BryntumScrollOptions, ChatButton, ChatButtonConfig, ChipView, ChipViewConfig, Collection, CollectionCompareOperator, CollectionConfig,
4
- CollectionFilter, CollectionFilterConfig, CollectionSorter, CollectionSorterConfig, Color, ColorDescriptor, Combo, ComboConfig,
5
- Container, ContextMenuBase, CoreColumn, CoreColumnConfig, CoreContainerItem, CoreContainerItemConfig, CoreContainerLayoutConfig,
6
- CoreInputFieldConfig, CoreModelFieldConfig, DataField, DataLoadRequestResponse, DomClassList, DomConfig, DragHelper, DragHelperConfig,
7
- Duration, DurationConfig, Editor, EditorConfig, EventsClass, FetchOptions, Field, FieldContainer, FieldContainerConfig,
8
- FieldFilterPicker, FieldFilterPickerConfig, FieldFilterPickerGroup, FieldOption, FieldTriggerConfig, FormulaProvider,
9
- FormulaProviderConfig, Grouper, InstancePlugin, KeyMap, KeyMapConfig, LazyLoadRequestParams, List, ListConfig, LocaleHelper,
10
- LocaleManager, Mask, MaskConfig, Menu, MenuConfig, MenuItem, MenuItemEntry, Model, NumberFormat, NumberFormatConfig,
11
- PagingRequestParams, PagingToolbar, PagingToolbarConfig, Panel, PanelCollapser, PanelCollapserConfig, PanelCollapserOverlay,
12
- PanelCollapserOverlayConfig, PanelConfig, PanelHeader, Popup, PopupConfig, ReactJSX, Rectangle, ScrollManager, ScrollManagerConfig,
13
- Scroller, ScrollerConfig, Sorter, StateProvider, StateTrackingManager, Store, StoreConfig, StoreSearchResult, SyncDataOnLoadOptions,
14
- Tab, TabConfig, TextField, Tool, ToolConfig, Toolbar, ToolbarConfig, ToolbarItems, Tooltip, TooltipConfig, ValueFieldPlaceholders,
15
- VueConfig, Widget } from '../../Core/build/core.thin'
3
+ BryntumScrollOptions, CSSStyleConfig, ChatButton, ChatButtonConfig, ChipView, ChipViewConfig, Collection, CollectionCompareOperator,
4
+ CollectionConfig, CollectionFilter, CollectionFilterConfig, CollectionSorter, CollectionSorterConfig, Color, ColorDescriptor, Combo,
5
+ ComboConfig, Container, ContextMenuBase, CoreColumn, CoreColumnConfig, CoreContainerItem, CoreContainerItemConfig,
6
+ CoreContainerLayoutConfig, CoreInputFieldConfig, CoreModelFieldConfig, DataField, DataLoadRequestResponse, DomClassList, DomConfig,
7
+ DragHelper, DragHelperConfig, Duration, DurationConfig, Editor, EditorConfig, EventsClass, FetchOptions, Field, FieldContainer,
8
+ FieldContainerConfig, FieldFilterPicker, FieldFilterPickerConfig, FieldFilterPickerGroup, FieldOption, FieldTriggerConfig,
9
+ FormulaProvider, FormulaProviderConfig, Grouper, InstancePlugin, KeyMap, KeyMapConfig, LazyLoadRequestParams, List, ListConfig,
10
+ LocaleHelper, LocaleManager, Mask, MaskConfig, Menu, MenuConfig, MenuItem, MenuItemEntry, Model, NumberFormat, NumberFormatConfig,
11
+ OverflowTwinConfig, PagingRequestParams, PagingToolbar, PagingToolbarConfig, Panel, PanelCollapser, PanelCollapserConfig,
12
+ PanelCollapserOverlay, PanelCollapserOverlayConfig, PanelConfig, PanelHeader, Popup, PopupConfig, ReactJSX, Rectangle, ScrollManager,
13
+ ScrollManagerConfig, Scroller, ScrollerConfig, Sorter, StateProvider, StateTrackingManager, Store, StoreConfig, StoreSearchResult,
14
+ SyncDataOnLoadOptions, Tab, TabConfig, TextField, Tool, ToolConfig, Toolbar, ToolbarConfig, ToolbarItems, Tooltip, TooltipConfig,
15
+ ValueFieldPlaceholders, VueConfig, Widget } from '../../Core/build/core.thin'
16
16
 
17
17
  type AnyConstructor<A = any> = new (...input: any[]) => A
18
18
 
@@ -849,10 +849,10 @@ type ActionColumnConfig = {
849
849
  * @param {HTMLElement} renderData.cellElement Cell element, for adding CSS classes, styling etc.
850
850
  * @param {any} renderData.groupRowFor Current group value
851
851
  * @param {Core.data.Model} renderData.record Record for the row
852
- * @param {Core.data.Model[]} renderData.groupRecords Records in the group
852
+ * @param {Core.data.Model[]} renderData.groupRecords Records in the group. When the [GroupSummary](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary) feature is enabled with its default [target](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary#config-target) of `'footer'`, the last entry is the group footer record, so `groupRecords.length` is one more than `count`. Filter it out using its [isGroupFooter](https://bryntum.com/products/grid/docs/api/Core/data/Model#property-isGroupFooter) flag if needed
853
853
  * @param {Grid.column.Column} renderData.column Current rendering column
854
854
  * @param {Grid.column.Column} renderData.groupColumn Column that the grid is grouped by
855
- * @param {number} renderData.count Number of records in the group
855
+ * @param {number} renderData.count Number of records in the group, excluding the group footer record
856
856
  * @param {Grid.view.Grid} renderData.grid This grid
857
857
  * @returns {DomConfig,string,void} The header grouping text or DomConfig object representing the HTML markup
858
858
  */
@@ -1525,10 +1525,10 @@ type AggregateColumnConfig = {
1525
1525
  * @param {HTMLElement} renderData.cellElement Cell element, for adding CSS classes, styling etc.
1526
1526
  * @param {any} renderData.groupRowFor Current group value
1527
1527
  * @param {Core.data.Model} renderData.record Record for the row
1528
- * @param {Core.data.Model[]} renderData.groupRecords Records in the group
1528
+ * @param {Core.data.Model[]} renderData.groupRecords Records in the group. When the [GroupSummary](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary) feature is enabled with its default [target](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary#config-target) of `'footer'`, the last entry is the group footer record, so `groupRecords.length` is one more than `count`. Filter it out using its [isGroupFooter](https://bryntum.com/products/grid/docs/api/Core/data/Model#property-isGroupFooter) flag if needed
1529
1529
  * @param {Grid.column.Column} renderData.column Current rendering column
1530
1530
  * @param {Grid.column.Column} renderData.groupColumn Column that the grid is grouped by
1531
- * @param {number} renderData.count Number of records in the group
1531
+ * @param {number} renderData.count Number of records in the group, excluding the group footer record
1532
1532
  * @param {Grid.view.Grid} renderData.grid This grid
1533
1533
  * @returns {DomConfig,string,void} The header grouping text or DomConfig object representing the HTML markup
1534
1534
  */
@@ -1571,8 +1571,9 @@ type AggregateColumnConfig = {
1571
1571
  */
1572
1572
  hideable?: boolean
1573
1573
  /**
1574
- * By default, any rendered column cell content is HTML-encoded. Set this flag to `false` disable this and
1575
- * allow rendering html elements
1574
+ * By default, any rendered column cell content is HTML-encoded (`true`). Set this to `false` to allow rendering
1575
+ * HTML elements.
1576
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/column/AggregateColumn#config-htmlEncode)
1576
1577
  */
1577
1578
  htmlEncode?: boolean
1578
1579
  /**
@@ -2257,10 +2258,10 @@ type ChartColumnConfig = {
2257
2258
  * @param {HTMLElement} renderData.cellElement Cell element, for adding CSS classes, styling etc.
2258
2259
  * @param {any} renderData.groupRowFor Current group value
2259
2260
  * @param {Core.data.Model} renderData.record Record for the row
2260
- * @param {Core.data.Model[]} renderData.groupRecords Records in the group
2261
+ * @param {Core.data.Model[]} renderData.groupRecords Records in the group. When the [GroupSummary](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary) feature is enabled with its default [target](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary#config-target) of `'footer'`, the last entry is the group footer record, so `groupRecords.length` is one more than `count`. Filter it out using its [isGroupFooter](https://bryntum.com/products/grid/docs/api/Core/data/Model#property-isGroupFooter) flag if needed
2261
2262
  * @param {Grid.column.Column} renderData.column Current rendering column
2262
2263
  * @param {Grid.column.Column} renderData.groupColumn Column that the grid is grouped by
2263
- * @param {number} renderData.count Number of records in the group
2264
+ * @param {number} renderData.count Number of records in the group, excluding the group footer record
2264
2265
  * @param {Grid.view.Grid} renderData.grid This grid
2265
2266
  * @returns {DomConfig,string,void} The header grouping text or DomConfig object representing the HTML markup
2266
2267
  */
@@ -2303,8 +2304,9 @@ type ChartColumnConfig = {
2303
2304
  */
2304
2305
  hideable?: boolean
2305
2306
  /**
2306
- * By default, any rendered column cell content is HTML-encoded. Set this flag to `false` disable this and
2307
- * allow rendering html elements
2307
+ * By default, any rendered column cell content is HTML-encoded (`true`). Set this to `false` to allow rendering
2308
+ * HTML elements.
2309
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/column/ChartColumn#config-htmlEncode)
2308
2310
  */
2309
2311
  htmlEncode?: boolean
2310
2312
  /**
@@ -2994,10 +2996,10 @@ type CheckColumnConfig = {
2994
2996
  * @param {HTMLElement} renderData.cellElement Cell element, for adding CSS classes, styling etc.
2995
2997
  * @param {any} renderData.groupRowFor Current group value
2996
2998
  * @param {Core.data.Model} renderData.record Record for the row
2997
- * @param {Core.data.Model[]} renderData.groupRecords Records in the group
2999
+ * @param {Core.data.Model[]} renderData.groupRecords Records in the group. When the [GroupSummary](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary) feature is enabled with its default [target](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary#config-target) of `'footer'`, the last entry is the group footer record, so `groupRecords.length` is one more than `count`. Filter it out using its [isGroupFooter](https://bryntum.com/products/grid/docs/api/Core/data/Model#property-isGroupFooter) flag if needed
2998
3000
  * @param {Grid.column.Column} renderData.column Current rendering column
2999
3001
  * @param {Grid.column.Column} renderData.groupColumn Column that the grid is grouped by
3000
- * @param {number} renderData.count Number of records in the group
3002
+ * @param {number} renderData.count Number of records in the group, excluding the group footer record
3001
3003
  * @param {Grid.view.Grid} renderData.grid This grid
3002
3004
  * @returns {DomConfig,string,void} The header grouping text or DomConfig object representing the HTML markup
3003
3005
  */
@@ -3040,8 +3042,9 @@ type CheckColumnConfig = {
3040
3042
  */
3041
3043
  hideable?: boolean
3042
3044
  /**
3043
- * By default, any rendered column cell content is HTML-encoded. Set this flag to `false` disable this and
3044
- * allow rendering html elements
3045
+ * By default, any rendered column cell content is HTML-encoded (`true`). Set this to `false` to allow rendering
3046
+ * HTML elements.
3047
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/column/CheckColumn#config-htmlEncode)
3045
3048
  */
3046
3049
  htmlEncode?: boolean
3047
3050
  /**
@@ -3746,10 +3749,10 @@ type ColorColumnConfig = {
3746
3749
  * @param {HTMLElement} renderData.cellElement Cell element, for adding CSS classes, styling etc.
3747
3750
  * @param {any} renderData.groupRowFor Current group value
3748
3751
  * @param {Core.data.Model} renderData.record Record for the row
3749
- * @param {Core.data.Model[]} renderData.groupRecords Records in the group
3752
+ * @param {Core.data.Model[]} renderData.groupRecords Records in the group. When the [GroupSummary](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary) feature is enabled with its default [target](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary#config-target) of `'footer'`, the last entry is the group footer record, so `groupRecords.length` is one more than `count`. Filter it out using its [isGroupFooter](https://bryntum.com/products/grid/docs/api/Core/data/Model#property-isGroupFooter) flag if needed
3750
3753
  * @param {Grid.column.Column} renderData.column Current rendering column
3751
3754
  * @param {Grid.column.Column} renderData.groupColumn Column that the grid is grouped by
3752
- * @param {number} renderData.count Number of records in the group
3755
+ * @param {number} renderData.count Number of records in the group, excluding the group footer record
3753
3756
  * @param {Grid.view.Grid} renderData.grid This grid
3754
3757
  * @returns {DomConfig,string,void} The header grouping text or DomConfig object representing the HTML markup
3755
3758
  */
@@ -3792,8 +3795,9 @@ type ColorColumnConfig = {
3792
3795
  */
3793
3796
  hideable?: boolean
3794
3797
  /**
3795
- * By default, any rendered column cell content is HTML-encoded. Set this flag to `false` disable this and
3796
- * allow rendering html elements
3798
+ * By default, any rendered column cell content is HTML-encoded (`true`). Set this to `false` to allow rendering
3799
+ * HTML elements.
3800
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/column/ColorColumn#config-htmlEncode)
3797
3801
  */
3798
3802
  htmlEncode?: boolean
3799
3803
  /**
@@ -4443,10 +4447,10 @@ type ColumnConfig = {
4443
4447
  * @param {HTMLElement} renderData.cellElement Cell element, for adding CSS classes, styling etc.
4444
4448
  * @param {any} renderData.groupRowFor Current group value
4445
4449
  * @param {Core.data.Model} renderData.record Record for the row
4446
- * @param {Core.data.Model[]} renderData.groupRecords Records in the group
4450
+ * @param {Core.data.Model[]} renderData.groupRecords Records in the group. When the [GroupSummary](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary) feature is enabled with its default [target](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary#config-target) of `'footer'`, the last entry is the group footer record, so `groupRecords.length` is one more than `count`. Filter it out using its [isGroupFooter](https://bryntum.com/products/grid/docs/api/Core/data/Model#property-isGroupFooter) flag if needed
4447
4451
  * @param {Grid.column.Column} renderData.column Current rendering column
4448
4452
  * @param {Grid.column.Column} renderData.groupColumn Column that the grid is grouped by
4449
- * @param {number} renderData.count Number of records in the group
4453
+ * @param {number} renderData.count Number of records in the group, excluding the group footer record
4450
4454
  * @param {Grid.view.Grid} renderData.grid This grid
4451
4455
  * @returns {DomConfig,string,void} The header grouping text or DomConfig object representing the HTML markup
4452
4456
  */
@@ -4489,8 +4493,9 @@ type ColumnConfig = {
4489
4493
  */
4490
4494
  hideable?: boolean
4491
4495
  /**
4492
- * By default, any rendered column cell content is HTML-encoded. Set this flag to `false` disable this and
4493
- * allow rendering html elements
4496
+ * By default, any rendered column cell content is HTML-encoded (`true`). Set this to `false` to allow rendering
4497
+ * HTML elements.
4498
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-htmlEncode)
4494
4499
  */
4495
4500
  htmlEncode?: boolean
4496
4501
  /**
@@ -5025,8 +5030,8 @@ export class Column extends Model {
5025
5030
  */
5026
5031
  hideable: boolean
5027
5032
  /**
5028
- * By default, any rendered column cell content is HTML-encoded. Set this flag to `false` disable this and
5029
- * allow rendering html elements
5033
+ * By default, any rendered column cell content is HTML-encoded (`true`). Set this to `false` to allow rendering
5034
+ * HTML elements.
5030
5035
  */
5031
5036
  htmlEncode: boolean
5032
5037
  /**
@@ -5386,7 +5391,7 @@ export class Column extends Model {
5386
5391
  * behaviour can be configured by setting [resizeToFitIncludesHeader](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-resizeToFitIncludesHeader).
5387
5392
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/column/Column#function-resizeToFitContent)
5388
5393
  * @param {number,number[]} widthMin Minimum allowed width. If content width is less than this, this width is used instead. If this parameter is an array, the first element is `widthMin` and the seconds is `widthMax`.
5389
- * @param {number} widthMax Maximum allowed width. If the content width is greater than this number, this width is used instead.
5394
+ * @param {number} widthMax Maximum allowed width. If the content width is greater than this number, this width is used instead, unless the column's own [minWidth](https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-minWidth) is larger.
5390
5395
  */
5391
5396
  resizeToFitContent(widthMin: number|number[], widthMax: number): Promise<void>;
5392
5397
  /**
@@ -5723,10 +5728,10 @@ type CurrencyColumnConfig = {
5723
5728
  * @param {HTMLElement} renderData.cellElement Cell element, for adding CSS classes, styling etc.
5724
5729
  * @param {any} renderData.groupRowFor Current group value
5725
5730
  * @param {Core.data.Model} renderData.record Record for the row
5726
- * @param {Core.data.Model[]} renderData.groupRecords Records in the group
5731
+ * @param {Core.data.Model[]} renderData.groupRecords Records in the group. When the [GroupSummary](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary) feature is enabled with its default [target](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary#config-target) of `'footer'`, the last entry is the group footer record, so `groupRecords.length` is one more than `count`. Filter it out using its [isGroupFooter](https://bryntum.com/products/grid/docs/api/Core/data/Model#property-isGroupFooter) flag if needed
5727
5732
  * @param {Grid.column.Column} renderData.column Current rendering column
5728
5733
  * @param {Grid.column.Column} renderData.groupColumn Column that the grid is grouped by
5729
- * @param {number} renderData.count Number of records in the group
5734
+ * @param {number} renderData.count Number of records in the group, excluding the group footer record
5730
5735
  * @param {Grid.view.Grid} renderData.grid This grid
5731
5736
  * @returns {DomConfig,string,void} The header grouping text or DomConfig object representing the HTML markup
5732
5737
  */
@@ -5774,8 +5779,9 @@ type CurrencyColumnConfig = {
5774
5779
  */
5775
5780
  hideable?: boolean
5776
5781
  /**
5777
- * By default, any rendered column cell content is HTML-encoded. Set this flag to `false` disable this and
5778
- * allow rendering html elements
5782
+ * By default, any rendered column cell content is HTML-encoded (`true`). Set this to `false` to allow rendering
5783
+ * HTML elements.
5784
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/column/CurrencyColumn#config-htmlEncode)
5779
5785
  */
5780
5786
  htmlEncode?: boolean
5781
5787
  /**
@@ -6437,10 +6443,10 @@ type DateColumnConfig = {
6437
6443
  * @param {HTMLElement} renderData.cellElement Cell element, for adding CSS classes, styling etc.
6438
6444
  * @param {any} renderData.groupRowFor Current group value
6439
6445
  * @param {Core.data.Model} renderData.record Record for the row
6440
- * @param {Core.data.Model[]} renderData.groupRecords Records in the group
6446
+ * @param {Core.data.Model[]} renderData.groupRecords Records in the group. When the [GroupSummary](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary) feature is enabled with its default [target](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary#config-target) of `'footer'`, the last entry is the group footer record, so `groupRecords.length` is one more than `count`. Filter it out using its [isGroupFooter](https://bryntum.com/products/grid/docs/api/Core/data/Model#property-isGroupFooter) flag if needed
6441
6447
  * @param {Grid.column.Column} renderData.column Current rendering column
6442
6448
  * @param {Grid.column.Column} renderData.groupColumn Column that the grid is grouped by
6443
- * @param {number} renderData.count Number of records in the group
6449
+ * @param {number} renderData.count Number of records in the group, excluding the group footer record
6444
6450
  * @param {Grid.view.Grid} renderData.grid This grid
6445
6451
  * @returns {DomConfig,string,void} The header grouping text or DomConfig object representing the HTML markup
6446
6452
  */
@@ -6483,8 +6489,9 @@ type DateColumnConfig = {
6483
6489
  */
6484
6490
  hideable?: boolean
6485
6491
  /**
6486
- * By default, any rendered column cell content is HTML-encoded. Set this flag to `false` disable this and
6487
- * allow rendering html elements
6492
+ * By default, any rendered column cell content is HTML-encoded (`true`). Set this to `false` to allow rendering
6493
+ * HTML elements.
6494
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/column/DateColumn#config-htmlEncode)
6488
6495
  */
6489
6496
  htmlEncode?: boolean
6490
6497
  /**
@@ -7161,10 +7168,10 @@ type NumberColumnConfig = {
7161
7168
  * @param {HTMLElement} renderData.cellElement Cell element, for adding CSS classes, styling etc.
7162
7169
  * @param {any} renderData.groupRowFor Current group value
7163
7170
  * @param {Core.data.Model} renderData.record Record for the row
7164
- * @param {Core.data.Model[]} renderData.groupRecords Records in the group
7171
+ * @param {Core.data.Model[]} renderData.groupRecords Records in the group. When the [GroupSummary](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary) feature is enabled with its default [target](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary#config-target) of `'footer'`, the last entry is the group footer record, so `groupRecords.length` is one more than `count`. Filter it out using its [isGroupFooter](https://bryntum.com/products/grid/docs/api/Core/data/Model#property-isGroupFooter) flag if needed
7165
7172
  * @param {Grid.column.Column} renderData.column Current rendering column
7166
7173
  * @param {Grid.column.Column} renderData.groupColumn Column that the grid is grouped by
7167
- * @param {number} renderData.count Number of records in the group
7174
+ * @param {number} renderData.count Number of records in the group, excluding the group footer record
7168
7175
  * @param {Grid.view.Grid} renderData.grid This grid
7169
7176
  * @returns {DomConfig,string,void} The header grouping text or DomConfig object representing the HTML markup
7170
7177
  */
@@ -7207,8 +7214,9 @@ type NumberColumnConfig = {
7207
7214
  */
7208
7215
  hideable?: boolean
7209
7216
  /**
7210
- * By default, any rendered column cell content is HTML-encoded. Set this flag to `false` disable this and
7211
- * allow rendering html elements
7217
+ * By default, any rendered column cell content is HTML-encoded (`true`). Set this to `false` to allow rendering
7218
+ * HTML elements.
7219
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/column/NumberColumn#config-htmlEncode)
7212
7220
  */
7213
7221
  htmlEncode?: boolean
7214
7222
  /**
@@ -7901,10 +7909,10 @@ type PercentColumnConfig = {
7901
7909
  * @param {HTMLElement} renderData.cellElement Cell element, for adding CSS classes, styling etc.
7902
7910
  * @param {any} renderData.groupRowFor Current group value
7903
7911
  * @param {Core.data.Model} renderData.record Record for the row
7904
- * @param {Core.data.Model[]} renderData.groupRecords Records in the group
7912
+ * @param {Core.data.Model[]} renderData.groupRecords Records in the group. When the [GroupSummary](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary) feature is enabled with its default [target](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary#config-target) of `'footer'`, the last entry is the group footer record, so `groupRecords.length` is one more than `count`. Filter it out using its [isGroupFooter](https://bryntum.com/products/grid/docs/api/Core/data/Model#property-isGroupFooter) flag if needed
7905
7913
  * @param {Grid.column.Column} renderData.column Current rendering column
7906
7914
  * @param {Grid.column.Column} renderData.groupColumn Column that the grid is grouped by
7907
- * @param {number} renderData.count Number of records in the group
7915
+ * @param {number} renderData.count Number of records in the group, excluding the group footer record
7908
7916
  * @param {Grid.view.Grid} renderData.grid This grid
7909
7917
  * @returns {DomConfig,string,void} The header grouping text or DomConfig object representing the HTML markup
7910
7918
  */
@@ -8639,10 +8647,10 @@ type RatingColumnConfig = {
8639
8647
  * @param {HTMLElement} renderData.cellElement Cell element, for adding CSS classes, styling etc.
8640
8648
  * @param {any} renderData.groupRowFor Current group value
8641
8649
  * @param {Core.data.Model} renderData.record Record for the row
8642
- * @param {Core.data.Model[]} renderData.groupRecords Records in the group
8650
+ * @param {Core.data.Model[]} renderData.groupRecords Records in the group. When the [GroupSummary](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary) feature is enabled with its default [target](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary#config-target) of `'footer'`, the last entry is the group footer record, so `groupRecords.length` is one more than `count`. Filter it out using its [isGroupFooter](https://bryntum.com/products/grid/docs/api/Core/data/Model#property-isGroupFooter) flag if needed
8643
8651
  * @param {Grid.column.Column} renderData.column Current rendering column
8644
8652
  * @param {Grid.column.Column} renderData.groupColumn Column that the grid is grouped by
8645
- * @param {number} renderData.count Number of records in the group
8653
+ * @param {number} renderData.count Number of records in the group, excluding the group footer record
8646
8654
  * @param {Grid.view.Grid} renderData.grid This grid
8647
8655
  * @returns {DomConfig,string,void} The header grouping text or DomConfig object representing the HTML markup
8648
8656
  */
@@ -8685,8 +8693,9 @@ type RatingColumnConfig = {
8685
8693
  */
8686
8694
  hideable?: boolean
8687
8695
  /**
8688
- * By default, any rendered column cell content is HTML-encoded. Set this flag to `false` disable this and
8689
- * allow rendering html elements
8696
+ * By default, any rendered column cell content is HTML-encoded (`true`). Set this to `false` to allow rendering
8697
+ * HTML elements.
8698
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/column/RatingColumn#config-htmlEncode)
8690
8699
  */
8691
8700
  htmlEncode?: boolean
8692
8701
  /**
@@ -9289,10 +9298,10 @@ type RowNumberColumnConfig = {
9289
9298
  * @param {HTMLElement} renderData.cellElement Cell element, for adding CSS classes, styling etc.
9290
9299
  * @param {any} renderData.groupRowFor Current group value
9291
9300
  * @param {Core.data.Model} renderData.record Record for the row
9292
- * @param {Core.data.Model[]} renderData.groupRecords Records in the group
9301
+ * @param {Core.data.Model[]} renderData.groupRecords Records in the group. When the [GroupSummary](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary) feature is enabled with its default [target](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary#config-target) of `'footer'`, the last entry is the group footer record, so `groupRecords.length` is one more than `count`. Filter it out using its [isGroupFooter](https://bryntum.com/products/grid/docs/api/Core/data/Model#property-isGroupFooter) flag if needed
9293
9302
  * @param {Grid.column.Column} renderData.column Current rendering column
9294
9303
  * @param {Grid.column.Column} renderData.groupColumn Column that the grid is grouped by
9295
- * @param {number} renderData.count Number of records in the group
9304
+ * @param {number} renderData.count Number of records in the group, excluding the group footer record
9296
9305
  * @param {Grid.view.Grid} renderData.grid This grid
9297
9306
  * @returns {DomConfig,string,void} The header grouping text or DomConfig object representing the HTML markup
9298
9307
  */
@@ -9331,8 +9340,9 @@ type RowNumberColumnConfig = {
9331
9340
  */
9332
9341
  hideable?: boolean
9333
9342
  /**
9334
- * By default, any rendered column cell content is HTML-encoded. Set this flag to `false` disable this and
9335
- * allow rendering html elements
9343
+ * By default, any rendered column cell content is HTML-encoded (`true`). Set this to `false` to allow rendering
9344
+ * HTML elements.
9345
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/column/RowNumberColumn#config-htmlEncode)
9336
9346
  */
9337
9347
  htmlEncode?: boolean
9338
9348
  /**
@@ -9919,10 +9929,10 @@ type SparklineColumnConfig = {
9919
9929
  * @param {HTMLElement} renderData.cellElement Cell element, for adding CSS classes, styling etc.
9920
9930
  * @param {any} renderData.groupRowFor Current group value
9921
9931
  * @param {Core.data.Model} renderData.record Record for the row
9922
- * @param {Core.data.Model[]} renderData.groupRecords Records in the group
9932
+ * @param {Core.data.Model[]} renderData.groupRecords Records in the group. When the [GroupSummary](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary) feature is enabled with its default [target](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary#config-target) of `'footer'`, the last entry is the group footer record, so `groupRecords.length` is one more than `count`. Filter it out using its [isGroupFooter](https://bryntum.com/products/grid/docs/api/Core/data/Model#property-isGroupFooter) flag if needed
9923
9933
  * @param {Grid.column.Column} renderData.column Current rendering column
9924
9934
  * @param {Grid.column.Column} renderData.groupColumn Column that the grid is grouped by
9925
- * @param {number} renderData.count Number of records in the group
9935
+ * @param {number} renderData.count Number of records in the group, excluding the group footer record
9926
9936
  * @param {Grid.view.Grid} renderData.grid This grid
9927
9937
  * @returns {DomConfig,string,void} The header grouping text or DomConfig object representing the HTML markup
9928
9938
  */
@@ -9975,8 +9985,9 @@ type SparklineColumnConfig = {
9975
9985
  */
9976
9986
  highlightMinMax?: boolean
9977
9987
  /**
9978
- * By default, any rendered column cell content is HTML-encoded. Set this flag to `false` disable this and
9979
- * allow rendering html elements
9988
+ * By default, any rendered column cell content is HTML-encoded (`true`). Set this to `false` to allow rendering
9989
+ * HTML elements.
9990
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/column/SparklineColumn#config-htmlEncode)
9980
9991
  */
9981
9992
  htmlEncode?: boolean
9982
9993
  /**
@@ -10605,10 +10616,10 @@ type TemplateColumnConfig = {
10605
10616
  * @param {HTMLElement} renderData.cellElement Cell element, for adding CSS classes, styling etc.
10606
10617
  * @param {any} renderData.groupRowFor Current group value
10607
10618
  * @param {Core.data.Model} renderData.record Record for the row
10608
- * @param {Core.data.Model[]} renderData.groupRecords Records in the group
10619
+ * @param {Core.data.Model[]} renderData.groupRecords Records in the group. When the [GroupSummary](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary) feature is enabled with its default [target](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary#config-target) of `'footer'`, the last entry is the group footer record, so `groupRecords.length` is one more than `count`. Filter it out using its [isGroupFooter](https://bryntum.com/products/grid/docs/api/Core/data/Model#property-isGroupFooter) flag if needed
10609
10620
  * @param {Grid.column.Column} renderData.column Current rendering column
10610
10621
  * @param {Grid.column.Column} renderData.groupColumn Column that the grid is grouped by
10611
- * @param {number} renderData.count Number of records in the group
10622
+ * @param {number} renderData.count Number of records in the group, excluding the group footer record
10612
10623
  * @param {Grid.view.Grid} renderData.grid This grid
10613
10624
  * @returns {DomConfig,string,void} The header grouping text or DomConfig object representing the HTML markup
10614
10625
  */
@@ -10651,8 +10662,9 @@ type TemplateColumnConfig = {
10651
10662
  */
10652
10663
  hideable?: boolean
10653
10664
  /**
10654
- * By default, any rendered column cell content is HTML-encoded. Set this flag to `false` disable this and
10655
- * allow rendering html elements
10665
+ * By default, any rendered column cell content is HTML-encoded (`true`). Set this to `false` to allow rendering
10666
+ * HTML elements.
10667
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/column/TemplateColumn#config-htmlEncode)
10656
10668
  */
10657
10669
  htmlEncode?: boolean
10658
10670
  /**
@@ -11296,10 +11308,10 @@ type TimeColumnConfig = {
11296
11308
  * @param {HTMLElement} renderData.cellElement Cell element, for adding CSS classes, styling etc.
11297
11309
  * @param {any} renderData.groupRowFor Current group value
11298
11310
  * @param {Core.data.Model} renderData.record Record for the row
11299
- * @param {Core.data.Model[]} renderData.groupRecords Records in the group
11311
+ * @param {Core.data.Model[]} renderData.groupRecords Records in the group. When the [GroupSummary](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary) feature is enabled with its default [target](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary#config-target) of `'footer'`, the last entry is the group footer record, so `groupRecords.length` is one more than `count`. Filter it out using its [isGroupFooter](https://bryntum.com/products/grid/docs/api/Core/data/Model#property-isGroupFooter) flag if needed
11300
11312
  * @param {Grid.column.Column} renderData.column Current rendering column
11301
11313
  * @param {Grid.column.Column} renderData.groupColumn Column that the grid is grouped by
11302
- * @param {number} renderData.count Number of records in the group
11314
+ * @param {number} renderData.count Number of records in the group, excluding the group footer record
11303
11315
  * @param {Grid.view.Grid} renderData.grid This grid
11304
11316
  * @returns {DomConfig,string,void} The header grouping text or DomConfig object representing the HTML markup
11305
11317
  */
@@ -11342,8 +11354,9 @@ type TimeColumnConfig = {
11342
11354
  */
11343
11355
  hideable?: boolean
11344
11356
  /**
11345
- * By default, any rendered column cell content is HTML-encoded. Set this flag to `false` disable this and
11346
- * allow rendering html elements
11357
+ * By default, any rendered column cell content is HTML-encoded (`true`). Set this to `false` to allow rendering
11358
+ * HTML elements.
11359
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/column/TimeColumn#config-htmlEncode)
11347
11360
  */
11348
11361
  htmlEncode?: boolean
11349
11362
  /**
@@ -11990,10 +12003,10 @@ type TreeColumnConfig = {
11990
12003
  * @param {HTMLElement} renderData.cellElement Cell element, for adding CSS classes, styling etc.
11991
12004
  * @param {any} renderData.groupRowFor Current group value
11992
12005
  * @param {Core.data.Model} renderData.record Record for the row
11993
- * @param {Core.data.Model[]} renderData.groupRecords Records in the group
12006
+ * @param {Core.data.Model[]} renderData.groupRecords Records in the group. When the [GroupSummary](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary) feature is enabled with its default [target](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary#config-target) of `'footer'`, the last entry is the group footer record, so `groupRecords.length` is one more than `count`. Filter it out using its [isGroupFooter](https://bryntum.com/products/grid/docs/api/Core/data/Model#property-isGroupFooter) flag if needed
11994
12007
  * @param {Grid.column.Column} renderData.column Current rendering column
11995
12008
  * @param {Grid.column.Column} renderData.groupColumn Column that the grid is grouped by
11996
- * @param {number} renderData.count Number of records in the group
12009
+ * @param {number} renderData.count Number of records in the group, excluding the group footer record
11997
12010
  * @param {Grid.view.Grid} renderData.grid This grid
11998
12011
  * @returns {DomConfig,string,void} The header grouping text or DomConfig object representing the HTML markup
11999
12012
  */
@@ -12036,8 +12049,9 @@ type TreeColumnConfig = {
12036
12049
  */
12037
12050
  hideable?: boolean
12038
12051
  /**
12039
- * By default, any rendered column cell content is HTML-encoded. Set this flag to `false` disable this and
12040
- * allow rendering html elements
12052
+ * By default, any rendered column cell content is HTML-encoded (`true`). Set this to `false` to allow rendering
12053
+ * HTML elements.
12054
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/column/TreeColumn#config-htmlEncode)
12041
12055
  */
12042
12056
  htmlEncode?: boolean
12043
12057
  /**
@@ -12710,10 +12724,10 @@ type WidgetColumnConfig = {
12710
12724
  * @param {HTMLElement} renderData.cellElement Cell element, for adding CSS classes, styling etc.
12711
12725
  * @param {any} renderData.groupRowFor Current group value
12712
12726
  * @param {Core.data.Model} renderData.record Record for the row
12713
- * @param {Core.data.Model[]} renderData.groupRecords Records in the group
12727
+ * @param {Core.data.Model[]} renderData.groupRecords Records in the group. When the [GroupSummary](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary) feature is enabled with its default [target](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary#config-target) of `'footer'`, the last entry is the group footer record, so `groupRecords.length` is one more than `count`. Filter it out using its [isGroupFooter](https://bryntum.com/products/grid/docs/api/Core/data/Model#property-isGroupFooter) flag if needed
12714
12728
  * @param {Grid.column.Column} renderData.column Current rendering column
12715
12729
  * @param {Grid.column.Column} renderData.groupColumn Column that the grid is grouped by
12716
- * @param {number} renderData.count Number of records in the group
12730
+ * @param {number} renderData.count Number of records in the group, excluding the group footer record
12717
12731
  * @param {Grid.view.Grid} renderData.grid This grid
12718
12732
  * @returns {DomConfig,string,void} The header grouping text or DomConfig object representing the HTML markup
12719
12733
  */
@@ -12756,8 +12770,9 @@ type WidgetColumnConfig = {
12756
12770
  */
12757
12771
  hideable?: boolean
12758
12772
  /**
12759
- * By default, any rendered column cell content is HTML-encoded. Set this flag to `false` disable this and
12760
- * allow rendering html elements
12773
+ * By default, any rendered column cell content is HTML-encoded (`true`). Set this to `false` to allow rendering
12774
+ * HTML elements.
12775
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/column/WidgetColumn#config-htmlEncode)
12761
12776
  */
12762
12777
  htmlEncode?: boolean
12763
12778
  /**
@@ -16073,7 +16088,7 @@ type CellTooltipConfig = {
16073
16088
  */
16074
16089
  autoShow?: boolean
16075
16090
  /**
16076
- * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
16091
+ * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
16077
16092
  */
16078
16093
  autoUpdateRecord?: boolean
16079
16094
  /**
@@ -16547,6 +16562,12 @@ type CellTooltipConfig = {
16547
16562
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellTooltip#config-namedItems)
16548
16563
  */
16549
16564
  namedItems?: Record<string, GridContainerItemConfig>
16565
+ /**
16566
+ * Customizes the config object used to create this widget's clone in a [Toolbar](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar)'s
16567
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
16568
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellTooltip#config-overflowTwinConfig)
16569
+ */
16570
+ overflowTwinConfig?: OverflowTwinConfig|null
16550
16571
  /**
16551
16572
  * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
16552
16573
  * [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
@@ -16674,7 +16695,7 @@ type CellTooltipConfig = {
16674
16695
  * (if explicitly specified) will be used as the `stateId`.
16675
16696
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellTooltip#config-stateId)
16676
16697
  */
16677
- stateId?: string
16698
+ stateId?: string|null
16678
16699
  /**
16679
16700
  * 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`
16680
16701
  * will be saved using the [default state provider](https://bryntum.com/products/grid/docs/api/Core/state/StateProvider#property-instance-static).
@@ -16705,9 +16726,10 @@ type CellTooltipConfig = {
16705
16726
  */
16706
16727
  strips?: Record<string, GridContainerItemConfig>
16707
16728
  /**
16708
- * Custom style spec to add to element
16729
+ * Custom style spec to add to element, either as a cssText string:
16730
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellTooltip#config-style)
16709
16731
  */
16710
- style?: string
16732
+ style?: CSSStyleConfig
16711
16733
  /**
16712
16734
  * 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
16713
16735
  * [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
@@ -17243,6 +17265,7 @@ type ColumnAutoWidthConfig = {
17243
17265
  * The default `autoWidth` option for columns with `autoWidth: true`. This can
17244
17266
  * be a single number for the minimum column width, or an array of two numbers
17245
17267
  * for the `[minWidth, maxWidth]`.
17268
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/feature/ColumnAutoWidth#config-default)
17246
17269
  */
17247
17270
  default?: number|number[]
17248
17271
  /**
@@ -18386,6 +18409,12 @@ type ColumnResizeConfig = {
18386
18409
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/feature/ColumnResize#config-localizableProperties)
18387
18410
  */
18388
18411
  localizableProperties?: string[]
18412
+ /**
18413
+ * The [Popup](https://bryntum.com/products/grid/docs/api/Core/widget/Popup) shown by the "Resize column" header menu item, allowing the column width to be
18414
+ * set from the keyboard. Created lazily on first use and destroyed automatically with the feature.
18415
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/feature/ColumnResize#config-resizeDialog)
18416
+ */
18417
+ resizeDialog?: PopupConfig
18389
18418
  /**
18390
18419
  * Fires before an object is destroyed.
18391
18420
  * @param {object} event Event object
@@ -18435,6 +18464,11 @@ export class ColumnResize extends InstancePlugin {
18435
18464
  * Identifies an object as an instance of [ColumnResize](https://bryntum.com/products/grid/docs/api/Grid/feature/ColumnResize) class, or subclass thereof.
18436
18465
  */
18437
18466
  readonly isColumnResize: boolean
18467
+ /**
18468
+ * The [Popup](https://bryntum.com/products/grid/docs/api/Core/widget/Popup) shown by the "Resize column" header menu item, allowing the column width to be
18469
+ * set from the keyboard. Created lazily on first use and destroyed automatically with the feature.
18470
+ */
18471
+ resizeDialog: PopupConfig|Popup
18438
18472
  /**
18439
18473
  * Fires before an object is destroyed.
18440
18474
  * @param {object} event Event object
@@ -18460,6 +18494,12 @@ export class ColumnResize extends InstancePlugin {
18460
18494
  * @param {PdfExportConfig} [config]
18461
18495
  */
18462
18496
  constructor(config?: ColumnResizeConfig);
18497
+ /**
18498
+ * Shows the [resize dialog](https://bryntum.com/products/grid/docs/api/Grid/feature/ColumnResize#config-resizeDialog) for the passed column, allowing its width to be set from
18499
+ * the keyboard.
18500
+ * @param {Grid.column.Column} column The column to resize
18501
+ */
18502
+ showResizeDialog(column: Column): Popup;
18463
18503
  }
18464
18504
 
18465
18505
  /**
@@ -19315,6 +19355,7 @@ export class GridFeatureManager {
19315
19355
  * @param {Function} featureClass The feature class constructor to register
19316
19356
  * @param {boolean} [onByDefault] Specify true to have the feature enabled per default
19317
19357
  * @param {string,string[]} [forType] Specify a type to let the class applying the feature to determine if it should use it
19358
+ * @deprecated 7.3.6 GridFeatureManager will be removed in 8.0.0, where a feature registers itself when extending one of the new feature base classes
19318
19359
  */
19319
19360
  static registerFeature(featureClass: typeof InstancePlugin, onByDefault?: boolean, forType?: string|string[]): void;
19320
19361
  }
@@ -19503,7 +19544,8 @@ type GroupConfig = {
19503
19544
  * @param {object} context Renderer context data
19504
19545
  * @param {any} context.groupRowFor The value of the `field` for the group. Type depends on `field` used for grouping
19505
19546
  * @param {Core.data.Model} context.record The group record representing the group
19506
- * @param {number} context.count Number of records in the group
19547
+ * @param {Core.data.Model[]} context.groupRecords Records in the group. When the [GroupSummary](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary) feature is enabled with its default [target](https://bryntum.com/products/grid/docs/api/Grid/feature/GroupSummary#config-target) of `'footer'`, the last entry may be the group footer record, making `groupRecords.length` one more than `count`. Filter it out using its [isGroupFooter](https://bryntum.com/products/grid/docs/api/Core/data/Model#property-isGroupFooter) flag if needed
19548
+ * @param {number} context.count Number of records in the group, excluding the group footer record
19507
19549
  * @param {Grid.column.Column} context.column The column the renderer runs for
19508
19550
  * @param {boolean} context.isFirstColumn True, if `column` is the first column. If `RowNumberColumn` is the real first column, it's not taken into account
19509
19551
  * @param {Grid.column.Column} context.groupColumn The column under which the `field` is shown
@@ -19513,7 +19555,7 @@ type GroupConfig = {
19513
19555
  * @param {HTMLElement} context.rowElement The owning row element
19514
19556
  * @returns {DomConfig,string,void}
19515
19557
  */
19516
- renderer?: (context: { groupRowFor: any, record: Model, count: number, column: Column, isFirstColumn: boolean, groupColumn: Column, size: { height: number }, grid: Grid, rowElement: HTMLElement }) => DomConfig|string|void
19558
+ renderer?: (context: { groupRowFor: any, record: Model, groupRecords: Model[], count: number, column: Column, isFirstColumn: boolean, groupColumn: Column, size: { height: number }, grid: Grid, rowElement: HTMLElement }) => DomConfig|string|void
19517
19559
  /**
19518
19560
  * Set to `true` to show the number of members of each group in the group header. Not applicable when using
19519
19561
  * Scheduler in vertical mode.
@@ -22447,6 +22489,7 @@ type RowReorderConfig = {
22447
22489
  /**
22448
22490
  * Set to `true` to preserve sorters after a drop operation, if that operation leads to the store still being
22449
22491
  * sorted.
22492
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/feature/RowReorder#config-preserveSorters)
22450
22493
  */
22451
22494
  preserveSorters?: boolean
22452
22495
  /**
@@ -24716,9 +24759,9 @@ export class TreeGroup extends InstancePlugin {
24716
24759
  /**
24717
24760
  * Transforms the data according to the supplied levels.
24718
24761
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/feature/TreeGroup#function-group)
24719
- * @param {(string|Grid.column.Column|Function)[]} levels Field names or functions use to generate parents in resulting tree
24720
- * @param {Core.data.Model} levels.record record
24721
- * @param {string} levels.returns Value to determine a parent
24762
+ * @param {(string|Grid.column.Column|Function)[]} levels Field names or functions use to generate parents in resulting tree. When a function is supplied it receives the leaf record and returns the grouping key.
24763
+ * @param {Core.data.Model} levels.record The leaf record. Stores that wrap originals (such as Scheduler Pro's `ResourceUtilizationStore`) attach the underlying record on the wrapper's `origin` field, so callbacks can destructure with `({ origin }) =&gt; ...`.
24764
+ * @param {string} levels.returns Value to determine a parent. Return a primitive grouping key (typically a `String`), another `Model` to group under, or the [StopBranch](https://bryntum.com/products/grid/docs/api/Core/data/Store#property-StopBranch-static) sentinel to stop further grouping for that branch.
24722
24765
  */
24723
24766
  group(levels: (string|Column|((record: Model) => string))[]): Promise<void>;
24724
24767
  }
@@ -26390,6 +26433,10 @@ export class PdfExport extends InstancePlugin {
26390
26433
  * rows with an additional buffer.
26391
26434
  */
26392
26435
  rowReadyCondition: () => void
26436
+ /**
26437
+ * Set to `true` to receive binary file from the server instead of download link.
26438
+ */
26439
+ sendAsBinary: boolean
26393
26440
  /**
26394
26441
  * Determines whether to stream exported pages directly to the export server using WebSocket connection to
26395
26442
  * offload client application.
@@ -29172,6 +29219,23 @@ type GridListenersTypes = {
29172
29219
  * @param {Core.widget.Widget} event.source The widget
29173
29220
  */
29174
29221
  hide: (event: { source: Widget }) => void
29222
+ /**
29223
+ * Fires when the Grid is scrolling horizontally in one of its SubGrids.
29224
+ * @param {object} event Event object
29225
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
29226
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
29227
+ * @param {number} event.scrollLeft The horizontal scroll position
29228
+ * @param {number} event.scrollX The horizontal scroll position in the RTL-safe coordinate system
29229
+ */
29230
+ horizontalScroll: (event: { source: GridBase, subGrid: SubGrid, scrollLeft: number, scrollX: number }) => void
29231
+ /**
29232
+ * Fires after the Grid is done scrolling horizontally in one of its SubGrids.
29233
+ * @param {object} event Event object
29234
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
29235
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
29236
+ * @param {number} [event.scrollLeft] The horizontal scroll position. Only supplied when the event follows a SubGrid resize, the scroll driven path does not report a position
29237
+ */
29238
+ horizontalScrollEnd: (event: { source: GridBase, subGrid: SubGrid, scrollLeft?: number }) => void
29175
29239
  /**
29176
29240
  * Fires when row locking is enabled.
29177
29241
  * @param {object} event Event object
@@ -30187,6 +30251,23 @@ type GridListeners = {
30187
30251
  * @param {Core.widget.Widget} event.source The widget
30188
30252
  */
30189
30253
  hide?: ((event: { source: Widget }) => void)|string
30254
+ /**
30255
+ * Fires when the Grid is scrolling horizontally in one of its SubGrids.
30256
+ * @param {object} event Event object
30257
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
30258
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
30259
+ * @param {number} event.scrollLeft The horizontal scroll position
30260
+ * @param {number} event.scrollX The horizontal scroll position in the RTL-safe coordinate system
30261
+ */
30262
+ horizontalScroll?: ((event: { source: GridBase, subGrid: SubGrid, scrollLeft: number, scrollX: number }) => void)|string
30263
+ /**
30264
+ * Fires after the Grid is done scrolling horizontally in one of its SubGrids.
30265
+ * @param {object} event Event object
30266
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
30267
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
30268
+ * @param {number} [event.scrollLeft] The horizontal scroll position. Only supplied when the event follows a SubGrid resize, the scroll driven path does not report a position
30269
+ */
30270
+ horizontalScrollEnd?: ((event: { source: GridBase, subGrid: SubGrid, scrollLeft?: number }) => void)|string
30190
30271
  /**
30191
30272
  * Fires when row locking is enabled.
30192
30273
  * @param {object} event Event object
@@ -30997,6 +31078,12 @@ type GridConfig = {
30997
31078
  * Grid monitors window resize by default.
30998
31079
  */
30999
31080
  monitorResize?: boolean
31081
+ /**
31082
+ * Customizes the config object used to create this widget's clone in a [Toolbar](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar)'s
31083
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
31084
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-overflowTwinConfig)
31085
+ */
31086
+ overflowTwinConfig?: OverflowTwinConfig|null
31000
31087
  /**
31001
31088
  * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
31002
31089
  * [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
@@ -31148,7 +31235,7 @@ type GridConfig = {
31148
31235
  * (if explicitly specified) will be used as the `stateId`.
31149
31236
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-stateId)
31150
31237
  */
31151
- stateId?: string
31238
+ stateId?: string|null
31152
31239
  /**
31153
31240
  * 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`
31154
31241
  * will be saved using the [default state provider](https://bryntum.com/products/grid/docs/api/Core/state/StateProvider#property-instance-static).
@@ -31186,9 +31273,10 @@ type GridConfig = {
31186
31273
  */
31187
31274
  strips?: Record<string, GridContainerItemConfig>
31188
31275
  /**
31189
- * Custom style spec to add to element
31276
+ * Custom style spec to add to element, either as a cssText string:
31277
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-style)
31190
31278
  */
31191
- style?: string
31279
+ style?: CSSStyleConfig
31192
31280
  /**
31193
31281
  * An object containing sub grid configuration objects keyed by a `region` property.
31194
31282
  * By default, grid has a 'locked' region (if configured with locked columns) and a 'normal' region.
@@ -32003,6 +32091,23 @@ type GridConfig = {
32003
32091
  * @param {Core.widget.Widget} event.source The widget
32004
32092
  */
32005
32093
  onHide?: ((event: { source: Widget }) => void)|string
32094
+ /**
32095
+ * Fires when the Grid is scrolling horizontally in one of its SubGrids.
32096
+ * @param {object} event Event object
32097
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
32098
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
32099
+ * @param {number} event.scrollLeft The horizontal scroll position
32100
+ * @param {number} event.scrollX The horizontal scroll position in the RTL-safe coordinate system
32101
+ */
32102
+ onHorizontalScroll?: ((event: { source: GridBase, subGrid: SubGrid, scrollLeft: number, scrollX: number }) => void)|string
32103
+ /**
32104
+ * Fires after the Grid is done scrolling horizontally in one of its SubGrids.
32105
+ * @param {object} event Event object
32106
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
32107
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
32108
+ * @param {number} [event.scrollLeft] The horizontal scroll position. Only supplied when the event follows a SubGrid resize, the scroll driven path does not report a position
32109
+ */
32110
+ onHorizontalScrollEnd?: ((event: { source: GridBase, subGrid: SubGrid, scrollLeft?: number }) => void)|string
32006
32111
  /**
32007
32112
  * Fires when row locking is enabled.
32008
32113
  * @param {object} event Event object
@@ -33234,6 +33339,23 @@ type GridBaseListenersTypes = {
33234
33339
  * @param {Core.widget.Widget} event.source The widget
33235
33340
  */
33236
33341
  hide: (event: { source: Widget }) => void
33342
+ /**
33343
+ * Fires when the Grid is scrolling horizontally in one of its SubGrids.
33344
+ * @param {object} event Event object
33345
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
33346
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
33347
+ * @param {number} event.scrollLeft The horizontal scroll position
33348
+ * @param {number} event.scrollX The horizontal scroll position in the RTL-safe coordinate system
33349
+ */
33350
+ horizontalScroll: (event: { source: GridBase, subGrid: SubGrid, scrollLeft: number, scrollX: number }) => void
33351
+ /**
33352
+ * Fires after the Grid is done scrolling horizontally in one of its SubGrids.
33353
+ * @param {object} event Event object
33354
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
33355
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
33356
+ * @param {number} [event.scrollLeft] The horizontal scroll position. Only supplied when the event follows a SubGrid resize, the scroll driven path does not report a position
33357
+ */
33358
+ horizontalScrollEnd: (event: { source: GridBase, subGrid: SubGrid, scrollLeft?: number }) => void
33237
33359
  /**
33238
33360
  * Fires when row locking is enabled.
33239
33361
  * @param {object} event Event object
@@ -34249,6 +34371,23 @@ type GridBaseListeners = {
34249
34371
  * @param {Core.widget.Widget} event.source The widget
34250
34372
  */
34251
34373
  hide?: ((event: { source: Widget }) => void)|string
34374
+ /**
34375
+ * Fires when the Grid is scrolling horizontally in one of its SubGrids.
34376
+ * @param {object} event Event object
34377
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
34378
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
34379
+ * @param {number} event.scrollLeft The horizontal scroll position
34380
+ * @param {number} event.scrollX The horizontal scroll position in the RTL-safe coordinate system
34381
+ */
34382
+ horizontalScroll?: ((event: { source: GridBase, subGrid: SubGrid, scrollLeft: number, scrollX: number }) => void)|string
34383
+ /**
34384
+ * Fires after the Grid is done scrolling horizontally in one of its SubGrids.
34385
+ * @param {object} event Event object
34386
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
34387
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
34388
+ * @param {number} [event.scrollLeft] The horizontal scroll position. Only supplied when the event follows a SubGrid resize, the scroll driven path does not report a position
34389
+ */
34390
+ horizontalScrollEnd?: ((event: { source: GridBase, subGrid: SubGrid, scrollLeft?: number }) => void)|string
34252
34391
  /**
34253
34392
  * Fires when row locking is enabled.
34254
34393
  * @param {object} event Event object
@@ -35058,6 +35197,12 @@ type GridBaseConfig = {
35058
35197
  * Grid monitors window resize by default.
35059
35198
  */
35060
35199
  monitorResize?: boolean
35200
+ /**
35201
+ * Customizes the config object used to create this widget's clone in a [Toolbar](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar)'s
35202
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
35203
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-overflowTwinConfig)
35204
+ */
35205
+ overflowTwinConfig?: OverflowTwinConfig|null
35061
35206
  /**
35062
35207
  * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
35063
35208
  * [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
@@ -35209,7 +35354,7 @@ type GridBaseConfig = {
35209
35354
  * (if explicitly specified) will be used as the `stateId`.
35210
35355
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-stateId)
35211
35356
  */
35212
- stateId?: string
35357
+ stateId?: string|null
35213
35358
  /**
35214
35359
  * 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`
35215
35360
  * will be saved using the [default state provider](https://bryntum.com/products/grid/docs/api/Core/state/StateProvider#property-instance-static).
@@ -35247,9 +35392,10 @@ type GridBaseConfig = {
35247
35392
  */
35248
35393
  strips?: Record<string, GridContainerItemConfig>
35249
35394
  /**
35250
- * Custom style spec to add to element
35395
+ * Custom style spec to add to element, either as a cssText string:
35396
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-style)
35251
35397
  */
35252
- style?: string
35398
+ style?: CSSStyleConfig
35253
35399
  /**
35254
35400
  * An object containing sub grid configuration objects keyed by a `region` property.
35255
35401
  * By default, grid has a 'locked' region (if configured with locked columns) and a 'normal' region.
@@ -36064,6 +36210,23 @@ type GridBaseConfig = {
36064
36210
  * @param {Core.widget.Widget} event.source The widget
36065
36211
  */
36066
36212
  onHide?: ((event: { source: Widget }) => void)|string
36213
+ /**
36214
+ * Fires when the Grid is scrolling horizontally in one of its SubGrids.
36215
+ * @param {object} event Event object
36216
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
36217
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
36218
+ * @param {number} event.scrollLeft The horizontal scroll position
36219
+ * @param {number} event.scrollX The horizontal scroll position in the RTL-safe coordinate system
36220
+ */
36221
+ onHorizontalScroll?: ((event: { source: GridBase, subGrid: SubGrid, scrollLeft: number, scrollX: number }) => void)|string
36222
+ /**
36223
+ * Fires after the Grid is done scrolling horizontally in one of its SubGrids.
36224
+ * @param {object} event Event object
36225
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
36226
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
36227
+ * @param {number} [event.scrollLeft] The horizontal scroll position. Only supplied when the event follows a SubGrid resize, the scroll driven path does not report a position
36228
+ */
36229
+ onHorizontalScrollEnd?: ((event: { source: GridBase, subGrid: SubGrid, scrollLeft?: number }) => void)|string
36067
36230
  /**
36068
36231
  * Fires when row locking is enabled.
36069
36232
  * @param {object} event Event object
@@ -36637,6 +36800,12 @@ export class GridBase extends Panel {
36637
36800
  * Gets or sets grid's state. Check out [GridState](https://bryntum.com/products/grid/docs/api/Grid/view/mixin/GridState) mixin for details.
36638
36801
  */
36639
36802
  state: GridStateInfo
36803
+ /**
36804
+ * 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
36805
+ * 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)
36806
+ * (if explicitly specified) will be used as the `stateId`.
36807
+ */
36808
+ stateId: string|null
36640
36809
  /**
36641
36810
  * The properties of this settings object controls how grid is restored from state data.
36642
36811
  */
@@ -37316,6 +37485,23 @@ export class GridBase extends Panel {
37316
37485
  * @param {boolean} event.checked Checked or not
37317
37486
  */
37318
37487
  onHeaderMenuToggleItem: ((event: { source: Grid, menu: Menu, item: MenuItem, column: Column, checked: boolean }) => void)|string
37488
+ /**
37489
+ * Fires when the Grid is scrolling horizontally in one of its SubGrids.
37490
+ * @param {object} event Event object
37491
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
37492
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
37493
+ * @param {number} event.scrollLeft The horizontal scroll position
37494
+ * @param {number} event.scrollX The horizontal scroll position in the RTL-safe coordinate system
37495
+ */
37496
+ onHorizontalScroll: ((event: { source: GridBase, subGrid: SubGrid, scrollLeft: number, scrollX: number }) => void)|string
37497
+ /**
37498
+ * Fires after the Grid is done scrolling horizontally in one of its SubGrids.
37499
+ * @param {object} event Event object
37500
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
37501
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
37502
+ * @param {number} [event.scrollLeft] The horizontal scroll position. Only supplied when the event follows a SubGrid resize, the scroll driven path does not report a position
37503
+ */
37504
+ onHorizontalScrollEnd: ((event: { source: GridBase, subGrid: SubGrid, scrollLeft?: number }) => void)|string
37319
37505
  /**
37320
37506
  * Fires when row locking is enabled.
37321
37507
  * @param {object} event Event object
@@ -37757,9 +37943,9 @@ export class GridBase extends Panel {
37757
37943
  /**
37758
37944
  * Transforms the data according to the supplied levels.
37759
37945
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#function-group)
37760
- * @param {(string|Grid.column.Column|Function)[]} levels Field names or functions use to generate parents in resulting tree
37761
- * @param {Core.data.Model} levels.record record
37762
- * @param {string} levels.returns Value to determine a parent
37946
+ * @param {(string|Grid.column.Column|Function)[]} levels Field names or functions use to generate parents in resulting tree. When a function is supplied it receives the leaf record and returns the grouping key.
37947
+ * @param {Core.data.Model} levels.record The leaf record. Stores that wrap originals (such as Scheduler Pro's `ResourceUtilizationStore`) attach the underlying record on the wrapper's `origin` field, so callbacks can destructure with `({ origin }) =&gt; ...`.
37948
+ * @param {string} levels.returns Value to determine a parent. Return a primitive grouping key (typically a `String`), another `Model` to group under, or the [StopBranch](https://bryntum.com/products/grid/docs/api/Core/data/Store#property-StopBranch-static) sentinel to stop further grouping for that branch.
37763
37949
  */
37764
37950
  group(levels: (string|Column|((record: Model) => string))[]): Promise<void>;
37765
37951
  /**
@@ -37902,6 +38088,11 @@ export class GridBase extends Panel {
37902
38088
  * Rerenders all grid rows, completely replacing all row elements with new ones
37903
38089
  */
37904
38090
  renderRows(): void;
38091
+ /**
38092
+ * Resets this object's [state](https://bryntum.com/products/grid/docs/api/Core/mixin/State#property-state) to the default state captured when the object was created,
38093
+ * undoing any state changes applied since then.
38094
+ */
38095
+ resetDefaultState(): void;
37905
38096
  /**
37906
38097
  * Restore scroll state. If state is not specified, restores the last stored state.
37907
38098
  * @param {object} [state] Scroll state, optional
@@ -38190,22 +38381,6 @@ type SubGridListenersTypes = {
38190
38381
  * @param {Core.widget.Widget} event.source The widget
38191
38382
  */
38192
38383
  hide: (event: { source: Widget }) => void
38193
- /**
38194
- * Fires when the Grid is scrolling horizontally in one of its SubGrids
38195
- * @param {object} event Event object
38196
- * @param {Grid.view.Grid} event.source The firing Grid instance.
38197
- * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance.
38198
- * @param {number} event.scrollLeft The horizontal scroll position.
38199
- */
38200
- horizontalScroll: (event: { source: Grid, subGrid: SubGrid, scrollLeft: number }) => void
38201
- /**
38202
- * Fires after the Grid is done scrolling horizontally in one of its SubGrids
38203
- * @param {object} event Event object
38204
- * @param {Grid.view.Grid} event.source The firing Grid instance.
38205
- * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance.
38206
- * @param {number} event.scrollLeft The horizontal scroll position.
38207
- */
38208
- horizontalScrollEnd: (event: { source: Grid, subGrid: SubGrid, scrollLeft: number }) => void
38209
38384
  /**
38210
38385
  * Triggered when a widget which had been in a non-visible state for any reason
38211
38386
  * achieves visibility.
@@ -38320,22 +38495,6 @@ type SubGridListeners = {
38320
38495
  * @param {Core.widget.Widget} event.source The widget
38321
38496
  */
38322
38497
  hide?: ((event: { source: Widget }) => void)|string
38323
- /**
38324
- * Fires when the Grid is scrolling horizontally in one of its SubGrids
38325
- * @param {object} event Event object
38326
- * @param {Grid.view.Grid} event.source The firing Grid instance.
38327
- * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance.
38328
- * @param {number} event.scrollLeft The horizontal scroll position.
38329
- */
38330
- horizontalScroll?: ((event: { source: Grid, subGrid: SubGrid, scrollLeft: number }) => void)|string
38331
- /**
38332
- * Fires after the Grid is done scrolling horizontally in one of its SubGrids
38333
- * @param {object} event Event object
38334
- * @param {Grid.view.Grid} event.source The firing Grid instance.
38335
- * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance.
38336
- * @param {number} event.scrollLeft The horizontal scroll position.
38337
- */
38338
- horizontalScrollEnd?: ((event: { source: Grid, subGrid: SubGrid, scrollLeft: number }) => void)|string
38339
38498
  /**
38340
38499
  * Triggered when a widget which had been in a non-visible state for any reason
38341
38500
  * achieves visibility.
@@ -38613,6 +38772,12 @@ type SubGridConfig = {
38613
38772
  * @property {boolean} immediate Set to `true` to receive resize notifications immediately.
38614
38773
  */
38615
38774
  monitorResize?: boolean|object
38775
+ /**
38776
+ * Customizes the config object used to create this widget's clone in a [Toolbar](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar)'s
38777
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
38778
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/SubGrid#config-overflowTwinConfig)
38779
+ */
38780
+ overflowTwinConfig?: OverflowTwinConfig|null
38616
38781
  /**
38617
38782
  * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
38618
38783
  * [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
@@ -38700,9 +38865,10 @@ type SubGridConfig = {
38700
38865
  */
38701
38866
  span?: number
38702
38867
  /**
38703
- * Custom style spec to add to element
38868
+ * Custom style spec to add to element, either as a cssText string:
38869
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/SubGrid#config-style)
38704
38870
  */
38705
- style?: string
38871
+ style?: CSSStyleConfig
38706
38872
  /**
38707
38873
  * 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
38708
38874
  * [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
@@ -38810,22 +38976,6 @@ type SubGridConfig = {
38810
38976
  * @param {Core.widget.Widget} event.source The widget
38811
38977
  */
38812
38978
  onHide?: ((event: { source: Widget }) => void)|string
38813
- /**
38814
- * Fires when the Grid is scrolling horizontally in one of its SubGrids
38815
- * @param {object} event Event object
38816
- * @param {Grid.view.Grid} event.source The firing Grid instance.
38817
- * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance.
38818
- * @param {number} event.scrollLeft The horizontal scroll position.
38819
- */
38820
- onHorizontalScroll?: ((event: { source: Grid, subGrid: SubGrid, scrollLeft: number }) => void)|string
38821
- /**
38822
- * Fires after the Grid is done scrolling horizontally in one of its SubGrids
38823
- * @param {object} event Event object
38824
- * @param {Grid.view.Grid} event.source The firing Grid instance.
38825
- * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance.
38826
- * @param {number} event.scrollLeft The horizontal scroll position.
38827
- */
38828
- onHorizontalScrollEnd?: ((event: { source: Grid, subGrid: SubGrid, scrollLeft: number }) => void)|string
38829
38979
  /**
38830
38980
  * Triggered when a widget which had been in a non-visible state for any reason
38831
38981
  * achieves visibility.
@@ -38920,22 +39070,6 @@ export class SubGrid extends Widget {
38920
39070
  * @param {Core.Base} event.source The Object that is being destroyed.
38921
39071
  */
38922
39072
  onDestroy: ((event: { source: Base }) => void)|string
38923
- /**
38924
- * Fires when the Grid is scrolling horizontally in one of its SubGrids
38925
- * @param {object} event Event object
38926
- * @param {Grid.view.Grid} event.source The firing Grid instance.
38927
- * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance.
38928
- * @param {number} event.scrollLeft The horizontal scroll position.
38929
- */
38930
- onHorizontalScroll: ((event: { source: Grid, subGrid: SubGrid, scrollLeft: number }) => void)|string
38931
- /**
38932
- * Fires after the Grid is done scrolling horizontally in one of its SubGrids
38933
- * @param {object} event Event object
38934
- * @param {Grid.view.Grid} event.source The firing Grid instance.
38935
- * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance.
38936
- * @param {number} event.scrollLeft The horizontal scroll position.
38937
- */
38938
- onHorizontalScrollEnd: ((event: { source: Grid, subGrid: SubGrid, scrollLeft: number }) => void)|string
38939
39073
  /**
38940
39074
  * Creates an instance of the class using the supplied configuration
38941
39075
  * @param {GridChartDesignerConfig} [config]
@@ -39712,6 +39846,23 @@ type TreeGridListenersTypes = {
39712
39846
  * @param {Core.widget.Widget} event.source The widget
39713
39847
  */
39714
39848
  hide: (event: { source: Widget }) => void
39849
+ /**
39850
+ * Fires when the Grid is scrolling horizontally in one of its SubGrids.
39851
+ * @param {object} event Event object
39852
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
39853
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
39854
+ * @param {number} event.scrollLeft The horizontal scroll position
39855
+ * @param {number} event.scrollX The horizontal scroll position in the RTL-safe coordinate system
39856
+ */
39857
+ horizontalScroll: (event: { source: GridBase, subGrid: SubGrid, scrollLeft: number, scrollX: number }) => void
39858
+ /**
39859
+ * Fires after the Grid is done scrolling horizontally in one of its SubGrids.
39860
+ * @param {object} event Event object
39861
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
39862
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
39863
+ * @param {number} [event.scrollLeft] The horizontal scroll position. Only supplied when the event follows a SubGrid resize, the scroll driven path does not report a position
39864
+ */
39865
+ horizontalScrollEnd: (event: { source: GridBase, subGrid: SubGrid, scrollLeft?: number }) => void
39715
39866
  /**
39716
39867
  * Fires when row locking is enabled.
39717
39868
  * @param {object} event Event object
@@ -40727,6 +40878,23 @@ type TreeGridListeners = {
40727
40878
  * @param {Core.widget.Widget} event.source The widget
40728
40879
  */
40729
40880
  hide?: ((event: { source: Widget }) => void)|string
40881
+ /**
40882
+ * Fires when the Grid is scrolling horizontally in one of its SubGrids.
40883
+ * @param {object} event Event object
40884
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
40885
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
40886
+ * @param {number} event.scrollLeft The horizontal scroll position
40887
+ * @param {number} event.scrollX The horizontal scroll position in the RTL-safe coordinate system
40888
+ */
40889
+ horizontalScroll?: ((event: { source: GridBase, subGrid: SubGrid, scrollLeft: number, scrollX: number }) => void)|string
40890
+ /**
40891
+ * Fires after the Grid is done scrolling horizontally in one of its SubGrids.
40892
+ * @param {object} event Event object
40893
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
40894
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
40895
+ * @param {number} [event.scrollLeft] The horizontal scroll position. Only supplied when the event follows a SubGrid resize, the scroll driven path does not report a position
40896
+ */
40897
+ horizontalScrollEnd?: ((event: { source: GridBase, subGrid: SubGrid, scrollLeft?: number }) => void)|string
40730
40898
  /**
40731
40899
  * Fires when row locking is enabled.
40732
40900
  * @param {object} event Event object
@@ -41537,6 +41705,12 @@ type TreeGridConfig = {
41537
41705
  * Grid monitors window resize by default.
41538
41706
  */
41539
41707
  monitorResize?: boolean
41708
+ /**
41709
+ * Customizes the config object used to create this widget's clone in a [Toolbar](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar)'s
41710
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
41711
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-overflowTwinConfig)
41712
+ */
41713
+ overflowTwinConfig?: OverflowTwinConfig|null
41540
41714
  /**
41541
41715
  * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
41542
41716
  * [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
@@ -41688,7 +41862,7 @@ type TreeGridConfig = {
41688
41862
  * (if explicitly specified) will be used as the `stateId`.
41689
41863
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-stateId)
41690
41864
  */
41691
- stateId?: string
41865
+ stateId?: string|null
41692
41866
  /**
41693
41867
  * 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`
41694
41868
  * will be saved using the [default state provider](https://bryntum.com/products/grid/docs/api/Core/state/StateProvider#property-instance-static).
@@ -41726,9 +41900,10 @@ type TreeGridConfig = {
41726
41900
  */
41727
41901
  strips?: Record<string, GridContainerItemConfig>
41728
41902
  /**
41729
- * Custom style spec to add to element
41903
+ * Custom style spec to add to element, either as a cssText string:
41904
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-style)
41730
41905
  */
41731
- style?: string
41906
+ style?: CSSStyleConfig
41732
41907
  /**
41733
41908
  * An object containing sub grid configuration objects keyed by a `region` property.
41734
41909
  * By default, grid has a 'locked' region (if configured with locked columns) and a 'normal' region.
@@ -42543,6 +42718,23 @@ type TreeGridConfig = {
42543
42718
  * @param {Core.widget.Widget} event.source The widget
42544
42719
  */
42545
42720
  onHide?: ((event: { source: Widget }) => void)|string
42721
+ /**
42722
+ * Fires when the Grid is scrolling horizontally in one of its SubGrids.
42723
+ * @param {object} event Event object
42724
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
42725
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
42726
+ * @param {number} event.scrollLeft The horizontal scroll position
42727
+ * @param {number} event.scrollX The horizontal scroll position in the RTL-safe coordinate system
42728
+ */
42729
+ onHorizontalScroll?: ((event: { source: GridBase, subGrid: SubGrid, scrollLeft: number, scrollX: number }) => void)|string
42730
+ /**
42731
+ * Fires after the Grid is done scrolling horizontally in one of its SubGrids.
42732
+ * @param {object} event Event object
42733
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
42734
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
42735
+ * @param {number} [event.scrollLeft] The horizontal scroll position. Only supplied when the event follows a SubGrid resize, the scroll driven path does not report a position
42736
+ */
42737
+ onHorizontalScrollEnd?: ((event: { source: GridBase, subGrid: SubGrid, scrollLeft?: number }) => void)|string
42546
42738
  /**
42547
42739
  * Fires when row locking is enabled.
42548
42740
  * @param {object} event Event object
@@ -43475,7 +43667,7 @@ type ExportDialogConfig = {
43475
43667
  */
43476
43668
  autoShow?: boolean
43477
43669
  /**
43478
- * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
43670
+ * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
43479
43671
  */
43480
43672
  autoUpdateRecord?: boolean
43481
43673
  /**
@@ -43896,6 +44088,12 @@ type ExportDialogConfig = {
43896
44088
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/export/ExportDialog#config-namedItems)
43897
44089
  */
43898
44090
  namedItems?: Record<string, GridContainerItemConfig>
44091
+ /**
44092
+ * Customizes the config object used to create this widget's clone in a [Toolbar](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar)'s
44093
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
44094
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/export/ExportDialog#config-overflowTwinConfig)
44095
+ */
44096
+ overflowTwinConfig?: OverflowTwinConfig|null
43899
44097
  /**
43900
44098
  * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
43901
44099
  * [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
@@ -44020,7 +44218,7 @@ type ExportDialogConfig = {
44020
44218
  * (if explicitly specified) will be used as the `stateId`.
44021
44219
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/export/ExportDialog#config-stateId)
44022
44220
  */
44023
- stateId?: string
44221
+ stateId?: string|null
44024
44222
  /**
44025
44223
  * 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`
44026
44224
  * will be saved using the [default state provider](https://bryntum.com/products/grid/docs/api/Core/state/StateProvider#property-instance-static).
@@ -44051,9 +44249,10 @@ type ExportDialogConfig = {
44051
44249
  */
44052
44250
  strips?: Record<string, GridContainerItemConfig>
44053
44251
  /**
44054
- * Custom style spec to add to element
44252
+ * Custom style spec to add to element, either as a cssText string:
44253
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/export/ExportDialog#config-style)
44055
44254
  */
44056
- style?: string
44255
+ style?: CSSStyleConfig
44057
44256
  /**
44058
44257
  * 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
44059
44258
  * [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
@@ -45854,6 +46053,12 @@ type AIFilterFieldConfig = {
45854
46053
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-name)
45855
46054
  */
45856
46055
  name?: string
46056
+ /**
46057
+ * Customizes the config object used to create this widget's clone in a [Toolbar](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar)'s
46058
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
46059
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-overflowTwinConfig)
46060
+ */
46061
+ overflowTwinConfig?: OverflowTwinConfig|null
45857
46062
  /**
45858
46063
  * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
45859
46064
  * [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
@@ -45969,9 +46174,10 @@ type AIFilterFieldConfig = {
45969
46174
  */
45970
46175
  spellCheck?: boolean
45971
46176
  /**
45972
- * Custom style spec to add to element
46177
+ * Custom style spec to add to element, either as a cssText string:
46178
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-style)
45973
46179
  */
45974
- style?: string
46180
+ style?: CSSStyleConfig
45975
46181
  /**
45976
46182
  * 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
45977
46183
  * [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
@@ -47035,7 +47241,7 @@ type ChecklistFilterComboConfig = {
47035
47241
  /**
47036
47242
  * Template to render optional content next to list items.
47037
47243
  * @param {Core.data.Model} record The list item's backing record
47038
- * @returns {string}
47244
+ * @returns {string} *When returning HTML, ensure any user data from the record is encoded using [StringHelper.encodeHtml()](https://bryntum.com/products/grid/docs/api/Core/helper/StringHelper#function-encodeHtml-static) to prevent XSS vulnerabilities.*
47039
47245
  */
47040
47246
  listItemPillTpl?: (record: Model) => string
47041
47247
  /**
@@ -47144,6 +47350,12 @@ type ChecklistFilterComboConfig = {
47144
47350
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-name)
47145
47351
  */
47146
47352
  name?: string
47353
+ /**
47354
+ * Customizes the config object used to create this widget's clone in a [Toolbar](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar)'s
47355
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
47356
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-overflowTwinConfig)
47357
+ */
47358
+ overflowTwinConfig?: OverflowTwinConfig|null
47147
47359
  /**
47148
47360
  * This implies that the picker will display an anchor pointer, but also means that the picker will align closer
47149
47361
  * to the input field so that the pointer pierces the [pickerAlignElement](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-pickerAlignElement)
@@ -47294,9 +47506,10 @@ type ChecklistFilterComboConfig = {
47294
47506
  */
47295
47507
  store?: Store|StoreConfig
47296
47508
  /**
47297
- * Custom style spec to add to element
47509
+ * Custom style spec to add to element, either as a cssText string:
47510
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-style)
47298
47511
  */
47299
- style?: string
47512
+ style?: CSSStyleConfig
47300
47513
  /**
47301
47514
  * 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
47302
47515
  * [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
@@ -48121,6 +48334,12 @@ type GridChartDesignerConfig = {
48121
48334
  * @property {boolean} immediate Set to `true` to receive resize notifications immediately.
48122
48335
  */
48123
48336
  monitorResize?: boolean|object
48337
+ /**
48338
+ * Customizes the config object used to create this widget's clone in a [Toolbar](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar)'s
48339
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
48340
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-overflowTwinConfig)
48341
+ */
48342
+ overflowTwinConfig?: OverflowTwinConfig|null
48124
48343
  /**
48125
48344
  * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
48126
48345
  * [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
@@ -48205,9 +48424,10 @@ type GridChartDesignerConfig = {
48205
48424
  */
48206
48425
  span?: number
48207
48426
  /**
48208
- * Custom style spec to add to element
48427
+ * Custom style spec to add to element, either as a cssText string:
48428
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-style)
48209
48429
  */
48210
- style?: string
48430
+ style?: CSSStyleConfig
48211
48431
  /**
48212
48432
  * Whether to update the chart designer's data series options and preview data as the
48213
48433
  * grid selection changes.
@@ -48738,7 +48958,7 @@ type GridFieldFilterPickerConfig = {
48738
48958
  */
48739
48959
  ariaLabel?: string
48740
48960
  /**
48741
- * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
48961
+ * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
48742
48962
  */
48743
48963
  autoUpdateRecord?: boolean
48744
48964
  /**
@@ -49101,6 +49321,12 @@ type GridFieldFilterPickerConfig = {
49101
49321
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-operators)
49102
49322
  */
49103
49323
  operators?: object
49324
+ /**
49325
+ * Customizes the config object used to create this widget's clone in a [Toolbar](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar)'s
49326
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
49327
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-overflowTwinConfig)
49328
+ */
49329
+ overflowTwinConfig?: OverflowTwinConfig|null
49104
49330
  /**
49105
49331
  * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
49106
49332
  * [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
@@ -49207,9 +49433,10 @@ type GridFieldFilterPickerConfig = {
49207
49433
  */
49208
49434
  strictRecordMapping?: boolean
49209
49435
  /**
49210
- * Custom style spec to add to element
49436
+ * Custom style spec to add to element, either as a cssText string:
49437
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-style)
49211
49438
  */
49212
- style?: string
49439
+ style?: CSSStyleConfig
49213
49440
  /**
49214
49441
  * 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
49215
49442
  * [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
@@ -49804,7 +50031,7 @@ type GridFieldFilterPickerGroupConfig = {
49804
50031
  */
49805
50032
  ariaLabel?: string
49806
50033
  /**
49807
- * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
50034
+ * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
49808
50035
  */
49809
50036
  autoUpdateRecord?: boolean
49810
50037
  /**
@@ -50181,6 +50408,12 @@ type GridFieldFilterPickerGroupConfig = {
50181
50408
  * [operators](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-operators).
50182
50409
  */
50183
50410
  operators?: object
50411
+ /**
50412
+ * Customizes the config object used to create this widget's clone in a [Toolbar](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar)'s
50413
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
50414
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-overflowTwinConfig)
50415
+ */
50416
+ overflowTwinConfig?: OverflowTwinConfig|null
50184
50417
  /**
50185
50418
  * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
50186
50419
  * [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
@@ -50284,9 +50517,10 @@ type GridFieldFilterPickerGroupConfig = {
50284
50517
  */
50285
50518
  strictRecordMapping?: boolean
50286
50519
  /**
50287
- * Custom style spec to add to element
50520
+ * Custom style spec to add to element, either as a cssText string:
50521
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-style)
50288
50522
  */
50289
- style?: string
50523
+ style?: CSSStyleConfig
50290
50524
  /**
50291
50525
  * 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
50292
50526
  * [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
@@ -51234,6 +51468,12 @@ type GroupBarConfig = {
51234
51468
  * Configure as `true` to allow multi select and allow clicking and key navigation to select multiple chips.
51235
51469
  */
51236
51470
  multiSelect?: boolean
51471
+ /**
51472
+ * Customizes the config object used to create this widget's clone in a [Toolbar](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar)'s
51473
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
51474
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GroupBar#config-overflowTwinConfig)
51475
+ */
51476
+ overflowTwinConfig?: OverflowTwinConfig|null
51237
51477
  /**
51238
51478
  * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
51239
51479
  * [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
@@ -51335,9 +51575,10 @@ type GroupBarConfig = {
51335
51575
  */
51336
51576
  store?: object|object[]|StoreConfig|Store
51337
51577
  /**
51338
- * Custom style spec to add to element
51578
+ * Custom style spec to add to element, either as a cssText string:
51579
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GroupBar#config-style)
51339
51580
  */
51340
- style?: string
51581
+ style?: CSSStyleConfig
51341
51582
  /**
51342
51583
  * 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
51343
51584
  * [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
@@ -52498,6 +52739,12 @@ type TreeComboConfig = {
52498
52739
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-name)
52499
52740
  */
52500
52741
  name?: string
52742
+ /**
52743
+ * Customizes the config object used to create this widget's clone in a [Toolbar](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar)'s
52744
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
52745
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-overflowTwinConfig)
52746
+ */
52747
+ overflowTwinConfig?: OverflowTwinConfig|null
52501
52748
  /**
52502
52749
  * This implies that the picker will display an anchor pointer, but also means that the picker will align closer
52503
52750
  * to the input field so that the pointer pierces the [pickerAlignElement](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-pickerAlignElement)
@@ -52639,9 +52886,10 @@ type TreeComboConfig = {
52639
52886
  */
52640
52887
  store?: Store|StoreConfig
52641
52888
  /**
52642
- * Custom style spec to add to element
52889
+ * Custom style spec to add to element, either as a cssText string:
52890
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-style)
52643
52891
  */
52644
- style?: string
52892
+ style?: CSSStyleConfig
52645
52893
  /**
52646
52894
  * 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
52647
52895
  * [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