@bryntum/grid-angular-thin 7.3.4 → 7.3.5

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 (36) hide show
  1. package/README.md +32 -55
  2. package/bundles/bryntum-grid-angular-thin.umd.js +59 -19
  3. package/bundles/bryntum-grid-angular-thin.umd.js.map +1 -1
  4. package/esm2015/lib/bryntum-a-i-filter-field.component.js +6 -2
  5. package/esm2015/lib/bryntum-checklist-filter-combo.component.js +6 -2
  6. package/esm2015/lib/bryntum-grid-base.component.js +9 -5
  7. package/esm2015/lib/bryntum-grid-chart-designer.component.js +6 -2
  8. package/esm2015/lib/bryntum-grid-field-filter-picker-group.component.js +6 -2
  9. package/esm2015/lib/bryntum-grid-field-filter-picker.component.js +6 -2
  10. package/esm2015/lib/bryntum-grid.component.js +9 -5
  11. package/esm2015/lib/bryntum-group-bar.component.js +6 -2
  12. package/esm2015/lib/bryntum-tree-combo.component.js +6 -2
  13. package/esm2015/lib/bryntum-tree-grid.component.js +9 -5
  14. package/fesm2015/bryntum-grid-angular-thin.js +59 -19
  15. package/fesm2015/bryntum-grid-angular-thin.js.map +1 -1
  16. package/lib/bryntum-a-i-filter-field.component.d.ts +9 -2
  17. package/lib/bryntum-checklist-filter-combo.component.d.ts +9 -2
  18. package/lib/bryntum-grid-base.component.d.ts +11 -4
  19. package/lib/bryntum-grid-chart-designer.component.d.ts +9 -2
  20. package/lib/bryntum-grid-field-filter-picker-group.component.d.ts +9 -2
  21. package/lib/bryntum-grid-field-filter-picker.component.d.ts +9 -2
  22. package/lib/bryntum-grid.component.d.ts +11 -4
  23. package/lib/bryntum-group-bar.component.d.ts +9 -2
  24. package/lib/bryntum-tree-combo.component.d.ts +9 -2
  25. package/lib/bryntum-tree-grid.component.d.ts +11 -4
  26. package/package.json +1 -1
  27. package/src/lib/bryntum-a-i-filter-field.component.ts +10 -1
  28. package/src/lib/bryntum-checklist-filter-combo.component.ts +10 -1
  29. package/src/lib/bryntum-grid-base.component.ts +13 -4
  30. package/src/lib/bryntum-grid-chart-designer.component.ts +10 -1
  31. package/src/lib/bryntum-grid-field-filter-picker-group.component.ts +10 -1
  32. package/src/lib/bryntum-grid-field-filter-picker.component.ts +10 -1
  33. package/src/lib/bryntum-grid.component.ts +13 -4
  34. package/src/lib/bryntum-group-bar.component.ts +10 -1
  35. package/src/lib/bryntum-tree-combo.component.ts +10 -1
  36. package/src/lib/bryntum-tree-grid.component.ts +13 -4
@@ -7,7 +7,7 @@ import { Component, ElementRef, EventEmitter, Output, Input, SimpleChange, Simpl
7
7
 
8
8
  import WrapperHelper from './wrapper.helper';
9
9
 
10
- import { AjaxStore, AjaxStoreConfig, Base, Color, Container, DomConfig, FormulaProviderConfig, InstancePlugin, KeyMapConfig, Mask, MaskConfig, Menu, MenuItem, MenuItemEntry, Model, ModelConfig, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, Widget } from '@bryntum/core-thin';
10
+ import { AjaxStore, AjaxStoreConfig, Base, Color, Container, DomConfig, FormulaProviderConfig, InstancePlugin, KeyMapConfig, Mask, MaskConfig, Menu, MenuItem, MenuItemEntry, Model, ModelConfig, OverflowTwinConfig, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, Widget } from '@bryntum/core-thin';
11
11
  import { AI, AIConfig, AIFilter, AIFilterConfig, CellCopyPaste, CellCopyPasteConfig, CellEdit, CellEditConfig, CellEditorContext, CellMenu, CellMenuConfig, CellTooltip, CellTooltipConfig, Charts, ChartsConfig, Column, ColumnAutoWidth, ColumnAutoWidthConfig, ColumnDragToolbar, ColumnDragToolbarConfig, ColumnPicker, ColumnPickerConfig, ColumnRename, ColumnRenameConfig, ColumnReorder, ColumnReorderConfig, ColumnResize, ColumnResizeConfig, ColumnStore, ColumnStoreConfig, GridContainerItemConfig, EmptyTextDomConfig, ExcelExporter, ExcelExporterConfig, ExportConfig, FileDrop, FileDropConfig, FillHandle, FillHandleConfig, Filter, FilterBar, FilterBarConfig, FilterConfig, Grid, GridBase, GridColumnConfig, GridListeners, GridLocation, GridLocationConfig, GridSelectionMode, GridStateInfo, Group, GroupConfig, GroupSummary, GroupSummaryConfig, HeaderMenu, HeaderMenuConfig, LockRows, LockRowsConfig, MergeCells, MergeCellsConfig, PdfExport, PdfExportConfig, PinColumns, PinColumnsConfig, PreserveScrollOptions, Print, PrintConfig, QuickFind, QuickFindConfig, RecordPositionContext, RegionResize, RegionResizeConfig, ResponsiveLevelConfig, Row, RowCopyPaste, RowCopyPasteConfig, RowEdit, RowEditConfig, RowEditorContext, RowExpander, RowExpanderConfig, RowReorder, RowReorderConfig, RowResize, RowResizeConfig, Search, SearchConfig, Sort, SortConfig, Split, SplitConfig, StickyCells, StickyCellsConfig, Stripe, StripeConfig, SubGrid, SubGridConfig, Summary, SummaryConfig, Tree, TreeConfig, TreeGroup, TreeGroupConfig, XLSColumn } from '@bryntum/grid-thin';
12
12
 
13
13
  import { DomHelper, StringHelper } from '@bryntum/core-thin';
@@ -456,6 +456,12 @@ export type BryntumGridProps = {
456
456
  * Grid monitors window resize by default.
457
457
  */
458
458
  monitorResize ? : boolean
459
+ /**
460
+ * 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
461
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
462
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-overflowTwinConfig)
463
+ */
464
+ overflowTwinConfig ? : OverflowTwinConfig|null
459
465
  /**
460
466
  * Specify plugins (an array of classes) in config
461
467
  */
@@ -606,7 +612,7 @@ export type BryntumGridProps = {
606
612
  * (if explicitly specified) will be used as the `stateId`.
607
613
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-stateId)
608
614
  */
609
- stateId ? : string
615
+ stateId ? : string|null
610
616
  /**
611
617
  * 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`
612
618
  * will be saved using the [default state provider](https://bryntum.com/products/grid/docs/api/Core/state/StateProvider#property-instance-static).
@@ -1232,6 +1238,7 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1232
1238
  'minHeight',
1233
1239
  'minWidth',
1234
1240
  'monitorResize',
1241
+ 'overflowTwinConfig',
1235
1242
  'plugins',
1236
1243
  'preserveFocusOnDatasetChange',
1237
1244
  'preserveScroll',
@@ -1323,6 +1330,7 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1323
1330
  'maskDefaults',
1324
1331
  'masked',
1325
1332
  'monitorResize',
1333
+ 'overflowTwinConfig',
1326
1334
  'plugins',
1327
1335
  'preserveFocusOnDatasetChange',
1328
1336
  'preserveScrollOnDatasetChange',
@@ -1339,7 +1347,6 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1339
1347
  'showDirty',
1340
1348
  'stateful',
1341
1349
  'statefulEvents',
1342
- 'stateId',
1343
1350
  'stateProvider',
1344
1351
  'strips',
1345
1352
  'subGridConfigs',
@@ -1406,6 +1413,7 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1406
1413
  'selectionMode',
1407
1414
  'span',
1408
1415
  'state',
1416
+ 'stateId',
1409
1417
  'stateSettings',
1410
1418
  'store',
1411
1419
  'title',
@@ -1478,6 +1486,7 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1478
1486
  @Input() maskDefaults ! : MaskConfig;
1479
1487
  @Input() masked ! : boolean|string|MaskConfig;
1480
1488
  @Input() monitorResize ! : boolean;
1489
+ @Input() overflowTwinConfig ! : OverflowTwinConfig|null;
1481
1490
  @Input() plugins ! : InstancePlugin[]|InstancePlugin;
1482
1491
  @Input() preserveFocusOnDatasetChange ! : boolean;
1483
1492
  @Input() preserveScrollOnDatasetChange ! : boolean;
@@ -1494,7 +1503,6 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1494
1503
  @Input() showDirty ! : boolean|{ duringEdit: boolean, newRecord: boolean };
1495
1504
  @Input() stateful ! : boolean|object|string[];
1496
1505
  @Input() statefulEvents ! : object|string[];
1497
- @Input() stateId ! : string;
1498
1506
  @Input() stateProvider ! : StateProvider;
1499
1507
  @Input() strips ! : Record<string, GridContainerItemConfig>;
1500
1508
  @Input() subGridConfigs ! : Record<string, SubGridConfig>;
@@ -1551,6 +1559,7 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1551
1559
  @Input() scrollable ! : Scroller|boolean|ScrollerConfig;
1552
1560
  @Input() selectionMode ! : GridSelectionMode;
1553
1561
  @Input() span ! : number;
1562
+ @Input() stateId ! : string|null;
1554
1563
  @Input() stateSettings ! : {
1555
1564
  restoreUnconfiguredColumns?: boolean
1556
1565
  };
@@ -7,7 +7,7 @@ import { Component, ElementRef, EventEmitter, Output, Input, SimpleChange, Simpl
7
7
 
8
8
  import WrapperHelper from './wrapper.helper';
9
9
 
10
- import { AlignSpec, Base, Collection, CollectionConfig, Color, DomConfig, KeyMapConfig, List, MaskConfig, Model, ModelConfig, ReactJSX, Rectangle, Scroller, ScrollerConfig, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
10
+ import { AlignSpec, Base, Collection, CollectionConfig, Color, DomConfig, KeyMapConfig, List, MaskConfig, Model, ModelConfig, OverflowTwinConfig, ReactJSX, Rectangle, Scroller, ScrollerConfig, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
11
11
  import { GroupBar, GroupBarListeners } from '@bryntum/grid-thin';
12
12
 
13
13
  import { DomHelper, StringHelper } from '@bryntum/core-thin';
@@ -396,6 +396,12 @@ export type BryntumGroupBarProps = {
396
396
  * Configure as `true` to allow multi select and allow clicking and key navigation to select multiple chips.
397
397
  */
398
398
  multiSelect ? : boolean
399
+ /**
400
+ * 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
401
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
402
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GroupBar#config-overflowTwinConfig)
403
+ */
404
+ overflowTwinConfig ? : OverflowTwinConfig|null
399
405
  /**
400
406
  * Set to `true` when a widget is rendered into another widget's [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement), but must
401
407
  * not participate in the standard layout of that widget, and must be positioned relatively to that
@@ -663,6 +669,7 @@ export class BryntumGroupBarComponent implements OnInit, OnDestroy {
663
669
  'minWidth',
664
670
  'monitorResize',
665
671
  'multiSelect',
672
+ 'overflowTwinConfig',
666
673
  'positioned',
667
674
  'preventTooltipOnTouch',
668
675
  'readOnly',
@@ -733,6 +740,7 @@ export class BryntumGroupBarComponent implements OnInit, OnDestroy {
733
740
  'maskDefaults',
734
741
  'masked',
735
742
  'monitorResize',
743
+ 'overflowTwinConfig',
736
744
  'positioned',
737
745
  'preventTooltipOnTouch',
738
746
  'relayStoreEvents',
@@ -854,6 +862,7 @@ export class BryntumGroupBarComponent implements OnInit, OnDestroy {
854
862
  @Input() maskDefaults ! : MaskConfig;
855
863
  @Input() masked ! : boolean|string|MaskConfig;
856
864
  @Input() monitorResize ! : boolean|object;
865
+ @Input() overflowTwinConfig ! : OverflowTwinConfig|null;
857
866
  @Input() positioned ! : boolean;
858
867
  @Input() preventTooltipOnTouch ! : boolean;
859
868
  @Input() relayStoreEvents ! : boolean;
@@ -7,7 +7,7 @@ import { Component, ElementRef, EventEmitter, Output, Input, SimpleChange, Simpl
7
7
 
8
8
  import WrapperHelper from './wrapper.helper';
9
9
 
10
- import { AlignSpec, Base, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Color, Combo, DomConfig, Duration, DurationConfig, Field, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, List, ListConfig, MaskConfig, Model, ReactJSX, Rectangle, Scroller, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
10
+ import { AlignSpec, Base, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Color, Combo, DomConfig, Duration, DurationConfig, Field, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, List, ListConfig, MaskConfig, Model, OverflowTwinConfig, ReactJSX, Rectangle, Scroller, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
11
11
  import { GridContainerItemConfig, TreeCombo, TreeComboListeners } from '@bryntum/grid-thin';
12
12
 
13
13
  import { DomHelper, StringHelper } from '@bryntum/core-thin';
@@ -582,6 +582,12 @@ export type BryntumTreeComboProps = {
582
582
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-name)
583
583
  */
584
584
  name ? : string
585
+ /**
586
+ * 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
587
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
588
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-overflowTwinConfig)
589
+ */
590
+ overflowTwinConfig ? : OverflowTwinConfig|null
585
591
  /**
586
592
  * This implies that the picker will display an anchor pointer, but also means that the picker will align closer
587
593
  * to the input field so that the pointer pierces the [pickerAlignElement](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-pickerAlignElement)
@@ -941,6 +947,7 @@ export class BryntumTreeComboComponent implements OnInit, OnDestroy {
941
947
  'multiSelect',
942
948
  'multiValueSeparator',
943
949
  'name',
950
+ 'overflowTwinConfig',
944
951
  'overlayAnchor',
945
952
  'picker',
946
953
  'pickerAlignElement',
@@ -1059,6 +1066,7 @@ export class BryntumTreeComboComponent implements OnInit, OnDestroy {
1059
1066
  'monitorResize',
1060
1067
  'multiValueSeparator',
1061
1068
  'name',
1069
+ 'overflowTwinConfig',
1062
1070
  'overlayAnchor',
1063
1071
  'pickerAlignElement',
1064
1072
  'pickerWidth',
@@ -1230,6 +1238,7 @@ export class BryntumTreeComboComponent implements OnInit, OnDestroy {
1230
1238
  @Input() monitorResize ! : boolean|object;
1231
1239
  @Input() multiValueSeparator ! : string;
1232
1240
  @Input() name ! : string;
1241
+ @Input() overflowTwinConfig ! : OverflowTwinConfig|null;
1233
1242
  @Input() overlayAnchor ! : boolean;
1234
1243
  @Input() pickerAlignElement ! : string;
1235
1244
  @Input() pickerWidth ! : number|string;
@@ -7,7 +7,7 @@ import { Component, ElementRef, EventEmitter, Output, Input, SimpleChange, Simpl
7
7
 
8
8
  import WrapperHelper from './wrapper.helper';
9
9
 
10
- import { AjaxStore, AjaxStoreConfig, Base, Color, Container, DomConfig, FormulaProviderConfig, InstancePlugin, KeyMapConfig, Mask, MaskConfig, Menu, MenuItem, MenuItemEntry, Model, ModelConfig, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, Widget } from '@bryntum/core-thin';
10
+ import { AjaxStore, AjaxStoreConfig, Base, Color, Container, DomConfig, FormulaProviderConfig, InstancePlugin, KeyMapConfig, Mask, MaskConfig, Menu, MenuItem, MenuItemEntry, Model, ModelConfig, OverflowTwinConfig, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, Widget } from '@bryntum/core-thin';
11
11
  import { AI, AIConfig, AIFilter, AIFilterConfig, CellCopyPaste, CellCopyPasteConfig, CellEdit, CellEditConfig, CellEditorContext, CellMenu, CellMenuConfig, CellTooltip, CellTooltipConfig, Charts, ChartsConfig, Column, ColumnAutoWidth, ColumnAutoWidthConfig, ColumnDragToolbar, ColumnDragToolbarConfig, ColumnPicker, ColumnPickerConfig, ColumnRename, ColumnRenameConfig, ColumnReorder, ColumnReorderConfig, ColumnResize, ColumnResizeConfig, ColumnStore, ColumnStoreConfig, GridContainerItemConfig, EmptyTextDomConfig, ExcelExporter, ExcelExporterConfig, ExportConfig, FileDrop, FileDropConfig, FillHandle, FillHandleConfig, Filter, FilterBar, FilterBarConfig, FilterConfig, Grid, GridBase, GridColumnConfig, GridLocation, GridLocationConfig, GridSelectionMode, GridStateInfo, Group, GroupConfig, GroupSummary, GroupSummaryConfig, HeaderMenu, HeaderMenuConfig, LockRows, LockRowsConfig, MergeCells, MergeCellsConfig, PdfExport, PdfExportConfig, PinColumns, PinColumnsConfig, PreserveScrollOptions, Print, PrintConfig, QuickFind, QuickFindConfig, RecordPositionContext, RegionResize, RegionResizeConfig, ResponsiveLevelConfig, Row, RowCopyPaste, RowCopyPasteConfig, RowEdit, RowEditConfig, RowEditorContext, RowExpander, RowExpanderConfig, RowReorder, RowReorderConfig, RowResize, RowResizeConfig, Search, SearchConfig, Sort, SortConfig, Split, SplitConfig, StickyCells, StickyCellsConfig, Stripe, StripeConfig, SubGrid, SubGridConfig, Summary, SummaryConfig, Tree, TreeConfig, TreeGrid, TreeGridListeners, TreeGroup, TreeGroupConfig, XLSColumn } from '@bryntum/grid-thin';
12
12
 
13
13
  import { DomHelper, StringHelper } from '@bryntum/core-thin';
@@ -456,6 +456,12 @@ export type BryntumTreeGridProps = {
456
456
  * Grid monitors window resize by default.
457
457
  */
458
458
  monitorResize ? : boolean
459
+ /**
460
+ * 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
461
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
462
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-overflowTwinConfig)
463
+ */
464
+ overflowTwinConfig ? : OverflowTwinConfig|null
459
465
  /**
460
466
  * Specify plugins (an array of classes) in config
461
467
  */
@@ -606,7 +612,7 @@ export type BryntumTreeGridProps = {
606
612
  * (if explicitly specified) will be used as the `stateId`.
607
613
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-stateId)
608
614
  */
609
- stateId ? : string
615
+ stateId ? : string|null
610
616
  /**
611
617
  * 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`
612
618
  * will be saved using the [default state provider](https://bryntum.com/products/grid/docs/api/Core/state/StateProvider#property-instance-static).
@@ -1232,6 +1238,7 @@ export class BryntumTreeGridComponent implements OnInit, OnDestroy {
1232
1238
  'minHeight',
1233
1239
  'minWidth',
1234
1240
  'monitorResize',
1241
+ 'overflowTwinConfig',
1235
1242
  'plugins',
1236
1243
  'preserveFocusOnDatasetChange',
1237
1244
  'preserveScroll',
@@ -1323,6 +1330,7 @@ export class BryntumTreeGridComponent implements OnInit, OnDestroy {
1323
1330
  'maskDefaults',
1324
1331
  'masked',
1325
1332
  'monitorResize',
1333
+ 'overflowTwinConfig',
1326
1334
  'plugins',
1327
1335
  'preserveFocusOnDatasetChange',
1328
1336
  'preserveScrollOnDatasetChange',
@@ -1339,7 +1347,6 @@ export class BryntumTreeGridComponent implements OnInit, OnDestroy {
1339
1347
  'showDirty',
1340
1348
  'stateful',
1341
1349
  'statefulEvents',
1342
- 'stateId',
1343
1350
  'stateProvider',
1344
1351
  'strips',
1345
1352
  'subGridConfigs',
@@ -1406,6 +1413,7 @@ export class BryntumTreeGridComponent implements OnInit, OnDestroy {
1406
1413
  'selectionMode',
1407
1414
  'span',
1408
1415
  'state',
1416
+ 'stateId',
1409
1417
  'stateSettings',
1410
1418
  'store',
1411
1419
  'title',
@@ -1478,6 +1486,7 @@ export class BryntumTreeGridComponent implements OnInit, OnDestroy {
1478
1486
  @Input() maskDefaults ! : MaskConfig;
1479
1487
  @Input() masked ! : boolean|string|MaskConfig;
1480
1488
  @Input() monitorResize ! : boolean;
1489
+ @Input() overflowTwinConfig ! : OverflowTwinConfig|null;
1481
1490
  @Input() plugins ! : InstancePlugin[]|InstancePlugin;
1482
1491
  @Input() preserveFocusOnDatasetChange ! : boolean;
1483
1492
  @Input() preserveScrollOnDatasetChange ! : boolean;
@@ -1494,7 +1503,6 @@ export class BryntumTreeGridComponent implements OnInit, OnDestroy {
1494
1503
  @Input() showDirty ! : boolean|{ duringEdit: boolean, newRecord: boolean };
1495
1504
  @Input() stateful ! : boolean|object|string[];
1496
1505
  @Input() statefulEvents ! : object|string[];
1497
- @Input() stateId ! : string;
1498
1506
  @Input() stateProvider ! : StateProvider;
1499
1507
  @Input() strips ! : Record<string, GridContainerItemConfig>;
1500
1508
  @Input() subGridConfigs ! : Record<string, SubGridConfig>;
@@ -1551,6 +1559,7 @@ export class BryntumTreeGridComponent implements OnInit, OnDestroy {
1551
1559
  @Input() scrollable ! : Scroller|boolean|ScrollerConfig;
1552
1560
  @Input() selectionMode ! : GridSelectionMode;
1553
1561
  @Input() span ! : number;
1562
+ @Input() stateId ! : string|null;
1554
1563
  @Input() stateSettings ! : {
1555
1564
  restoreUnconfiguredColumns?: boolean
1556
1565
  };