@bryntum/grid-angular-thin 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 (36) hide show
  1. package/README.md +34 -56
  2. package/bundles/bryntum-grid-angular-thin.umd.js +143 -25
  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 +35 -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 +9 -5
  9. package/esm2015/lib/bryntum-grid-field-filter-picker.component.js +9 -5
  10. package/esm2015/lib/bryntum-grid.component.js +35 -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 +35 -5
  14. package/fesm2015/bryntum-grid-angular-thin.js +143 -25
  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 +10 -3
  18. package/lib/bryntum-grid-base.component.d.ts +29 -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 +11 -4
  21. package/lib/bryntum-grid-field-filter-picker.component.d.ts +11 -4
  22. package/lib/bryntum-grid.component.d.ts +29 -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 +29 -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 +11 -2
  29. package/src/lib/bryntum-grid-base.component.ts +44 -14
  30. package/src/lib/bryntum-grid-chart-designer.component.ts +10 -1
  31. package/src/lib/bryntum-grid-field-filter-picker-group.component.ts +13 -4
  32. package/src/lib/bryntum-grid-field-filter-picker.component.ts +13 -4
  33. package/src/lib/bryntum-grid.component.ts +44 -14
  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 +44 -14
@@ -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, GridBaseListeners, 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, TreeGroup, TreeGroupConfig, XLSColumn } from '@bryntum/grid-thin';
12
12
 
13
13
  import { DomHelper, StringHelper } from '@bryntum/core-thin';
@@ -456,6 +456,12 @@ export type BryntumGridBaseProps = {
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/GridBase#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 BryntumGridBaseProps = {
606
612
  * (if explicitly specified) will be used as the `stateId`.
607
613
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#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).
@@ -1069,6 +1075,8 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
1069
1075
  'onHeaderMenuShow',
1070
1076
  'onHeaderMenuToggleItem',
1071
1077
  'onHide',
1078
+ 'onHorizontalScroll',
1079
+ 'onHorizontalScrollEnd',
1072
1080
  'onLockRows',
1073
1081
  'onMouseOut',
1074
1082
  'onMouseOver',
@@ -1231,6 +1239,7 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
1231
1239
  'minHeight',
1232
1240
  'minWidth',
1233
1241
  'monitorResize',
1242
+ 'overflowTwinConfig',
1234
1243
  'plugins',
1235
1244
  'preserveFocusOnDatasetChange',
1236
1245
  'preserveScroll',
@@ -1321,6 +1330,7 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
1321
1330
  'maskDefaults',
1322
1331
  'masked',
1323
1332
  'monitorResize',
1333
+ 'overflowTwinConfig',
1324
1334
  'plugins',
1325
1335
  'preserveFocusOnDatasetChange',
1326
1336
  'preserveScrollOnDatasetChange',
@@ -1337,7 +1347,6 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
1337
1347
  'showDirty',
1338
1348
  'stateful',
1339
1349
  'statefulEvents',
1340
- 'stateId',
1341
1350
  'stateProvider',
1342
1351
  'strips',
1343
1352
  'subGridConfigs',
@@ -1353,6 +1362,7 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
1353
1362
  'alignSelf',
1354
1363
  'animateTreeNodeToggle',
1355
1364
  'appendTo',
1365
+ 'autoUpdateRecord',
1356
1366
  'callOnFunctions',
1357
1367
  'catchEventHandlerExceptions',
1358
1368
  'cellEllipsis',
@@ -1403,6 +1413,7 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
1403
1413
  'selectionMode',
1404
1414
  'span',
1405
1415
  'state',
1416
+ 'stateId',
1406
1417
  'stateSettings',
1407
1418
  'store',
1408
1419
  'title',
@@ -1475,6 +1486,7 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
1475
1486
  @Input() maskDefaults ! : MaskConfig;
1476
1487
  @Input() masked ! : boolean|string|MaskConfig;
1477
1488
  @Input() monitorResize ! : boolean;
1489
+ @Input() overflowTwinConfig ! : OverflowTwinConfig|null;
1478
1490
  @Input() plugins ! : InstancePlugin[]|InstancePlugin;
1479
1491
  @Input() preserveFocusOnDatasetChange ! : boolean;
1480
1492
  @Input() preserveScrollOnDatasetChange ! : boolean;
@@ -1491,7 +1503,6 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
1491
1503
  @Input() showDirty ! : boolean|{ duringEdit: boolean, newRecord: boolean };
1492
1504
  @Input() stateful ! : boolean|object|string[];
1493
1505
  @Input() statefulEvents ! : object|string[];
1494
- @Input() stateId ! : string;
1495
1506
  @Input() stateProvider ! : StateProvider;
1496
1507
  @Input() strips ! : Record<string, GridContainerItemConfig>;
1497
1508
  @Input() subGridConfigs ! : Record<string, SubGridConfig>;
@@ -1547,6 +1558,7 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
1547
1558
  @Input() scrollable ! : Scroller|boolean|ScrollerConfig;
1548
1559
  @Input() selectionMode ! : GridSelectionMode;
1549
1560
  @Input() span ! : number;
1561
+ @Input() stateId ! : string|null;
1550
1562
  @Input() stateSettings ! : {
1551
1563
  restoreUnconfiguredColumns?: boolean
1552
1564
  };
@@ -1567,18 +1579,19 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
1567
1579
  @Input() width ! : number|string;
1568
1580
 
1569
1581
  // Properties only
1570
- @Input() centered ! : boolean|{
1582
+ @Input() autoUpdateRecord ! : boolean;
1583
+ @Input() centered ! : boolean|{
1571
1584
  once?: boolean
1572
1585
  };
1573
- @Input() originalStore ! : Store;
1574
- @Input() parent ! : Widget;
1575
- @Input() selectedCell ! : GridLocation|GridLocationConfig;
1576
- @Input() selectedCells ! : GridLocation[]|GridLocationConfig[];
1577
- @Input() selectedRecord ! : Model;
1578
- @Input() selectedRecords ! : Model[]|number[];
1579
- @Input() selectedRows ! : Model[]|number[];
1580
- @Input() state ! : GridStateInfo;
1581
- @Input() tooltip ! : string|TooltipConfig;
1586
+ @Input() originalStore ! : Store;
1587
+ @Input() parent ! : Widget;
1588
+ @Input() selectedCell ! : GridLocation|GridLocationConfig;
1589
+ @Input() selectedCells ! : GridLocation[]|GridLocationConfig[];
1590
+ @Input() selectedRecord ! : Model;
1591
+ @Input() selectedRecords ! : Model[]|number[];
1592
+ @Input() selectedRows ! : Model[]|number[];
1593
+ @Input() state ! : GridStateInfo;
1594
+ @Input() tooltip ! : string|TooltipConfig;
1582
1595
 
1583
1596
  // Features
1584
1597
  @Input() aiFeature ! : object|boolean|string|AI|AIConfig;
@@ -2358,6 +2371,23 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
2358
2371
  * @param {Core.widget.Widget} event.source The widget
2359
2372
  */
2360
2373
  @Output() onHide: any = new EventEmitter<((event: { source: Widget }) => void)|string>();
2374
+ /**
2375
+ * Fires when the Grid is scrolling horizontally in one of its SubGrids.
2376
+ * @param {object} event Event object
2377
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
2378
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
2379
+ * @param {number} event.scrollLeft The horizontal scroll position
2380
+ * @param {number} event.scrollX The horizontal scroll position in the RTL-safe coordinate system
2381
+ */
2382
+ @Output() onHorizontalScroll: any = new EventEmitter<((event: { source: GridBase, subGrid: SubGrid, scrollLeft: number, scrollX: number }) => void)|string>();
2383
+ /**
2384
+ * Fires after the Grid is done scrolling horizontally in one of its SubGrids.
2385
+ * @param {object} event Event object
2386
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
2387
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
2388
+ * @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
2389
+ */
2390
+ @Output() onHorizontalScrollEnd: any = new EventEmitter<((event: { source: GridBase, subGrid: SubGrid, scrollLeft?: number }) => void)|string>();
2361
2391
  /**
2362
2392
  * Fires when row locking is enabled.
2363
2393
  * @param {object} event Event object
@@ -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, Color, DomConfig, KeyMapConfig, MaskConfig, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
10
+ import { AlignSpec, Base, Color, DomConfig, KeyMapConfig, MaskConfig, OverflowTwinConfig, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
11
11
  import { Grid, GridChartDesigner, GridChartDesignerListeners } from '@bryntum/grid-thin';
12
12
 
13
13
  import { DomHelper, StringHelper } from '@bryntum/core-thin';
@@ -310,6 +310,12 @@ export type BryntumGridChartDesignerProps = {
310
310
  * @property {boolean} immediate Set to `true` to receive resize notifications immediately.
311
311
  */
312
312
  monitorResize ? : boolean|object
313
+ /**
314
+ * 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
315
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
316
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-overflowTwinConfig)
317
+ */
318
+ overflowTwinConfig ? : OverflowTwinConfig|null
313
319
  /**
314
320
  * 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
315
321
  * not participate in the standard layout of that widget, and must be positioned relatively to that
@@ -528,6 +534,7 @@ export class BryntumGridChartDesignerComponent implements OnInit, OnDestroy {
528
534
  'minHeight',
529
535
  'minWidth',
530
536
  'monitorResize',
537
+ 'overflowTwinConfig',
531
538
  'positioned',
532
539
  'preventTooltipOnTouch',
533
540
  'readOnly',
@@ -584,6 +591,7 @@ export class BryntumGridChartDesignerComponent implements OnInit, OnDestroy {
584
591
  'maskDefaults',
585
592
  'masked',
586
593
  'monitorResize',
594
+ 'overflowTwinConfig',
587
595
  'positioned',
588
596
  'preventTooltipOnTouch',
589
597
  'relayStoreEvents',
@@ -685,6 +693,7 @@ export class BryntumGridChartDesignerComponent implements OnInit, OnDestroy {
685
693
  @Input() maskDefaults ! : MaskConfig;
686
694
  @Input() masked ! : boolean|string|MaskConfig;
687
695
  @Input() monitorResize ! : boolean|object;
696
+ @Input() overflowTwinConfig ! : OverflowTwinConfig|null;
688
697
  @Input() positioned ! : boolean;
689
698
  @Input() preventTooltipOnTouch ! : boolean;
690
699
  @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, CollectionFilterConfig, Color, Container, DomConfig, FieldFilterPicker, FieldFilterPickerConfig, FieldFilterPickerGroup, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
10
+ import { AlignSpec, Base, CollectionFilterConfig, Color, Container, DomConfig, FieldFilterPicker, FieldFilterPickerConfig, FieldFilterPickerGroup, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, OverflowTwinConfig, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
11
11
  import { GridContainerItemConfig, GridContainerLayoutConfig, Grid, GridFieldFilterPickerGroup, GridFieldFilterPickerGroupListeners } from '@bryntum/grid-thin';
12
12
 
13
13
  import { DomHelper, StringHelper } from '@bryntum/core-thin';
@@ -67,7 +67,7 @@ export type BryntumGridFieldFilterPickerGroupProps = {
67
67
  */
68
68
  ariaLabel ? : string
69
69
  /**
70
- * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
70
+ * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
71
71
  */
72
72
  autoUpdateRecord ? : boolean
73
73
  /**
@@ -446,6 +446,12 @@ export type BryntumGridFieldFilterPickerGroupProps = {
446
446
  * [operators](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-operators).
447
447
  */
448
448
  operators ? : object
449
+ /**
450
+ * 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
451
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
452
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-overflowTwinConfig)
453
+ */
454
+ overflowTwinConfig ? : OverflowTwinConfig|null
449
455
  /**
450
456
  * 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
451
457
  * not participate in the standard layout of that widget, and must be positioned relatively to that
@@ -723,6 +729,7 @@ export class BryntumGridFieldFilterPickerGroupComponent implements OnInit, OnDes
723
729
  'monitorResize',
724
730
  'namedItems',
725
731
  'operators',
732
+ 'overflowTwinConfig',
726
733
  'positioned',
727
734
  'preventTooltipOnTouch',
728
735
  'readOnly',
@@ -764,7 +771,6 @@ export class BryntumGridFieldFilterPickerGroupComponent implements OnInit, OnDes
764
771
  'anchor',
765
772
  'ariaDescription',
766
773
  'ariaLabel',
767
- 'autoUpdateRecord',
768
774
  'border',
769
775
  'bubbleEvents',
770
776
  'canDeleteFilter',
@@ -802,6 +808,7 @@ export class BryntumGridFieldFilterPickerGroupComponent implements OnInit, OnDes
802
808
  'monitorResize',
803
809
  'namedItems',
804
810
  'operators',
811
+ 'overflowTwinConfig',
805
812
  'positioned',
806
813
  'preventTooltipOnTouch',
807
814
  'relayStoreEvents',
@@ -827,6 +834,7 @@ export class BryntumGridFieldFilterPickerGroupComponent implements OnInit, OnDes
827
834
  private static bryntumProps: string[] = BryntumGridFieldFilterPickerGroupComponent.bryntumFeatureNames.concat([
828
835
  'alignSelf',
829
836
  'appendTo',
837
+ 'autoUpdateRecord',
830
838
  'callOnFunctions',
831
839
  'catchEventHandlerExceptions',
832
840
  'centered',
@@ -896,7 +904,6 @@ export class BryntumGridFieldFilterPickerGroupComponent implements OnInit, OnDes
896
904
  @Input() anchor ! : boolean;
897
905
  @Input() ariaDescription ! : string;
898
906
  @Input() ariaLabel ! : string;
899
- @Input() autoUpdateRecord ! : boolean;
900
907
  @Input() border ! : boolean;
901
908
  @Input() bubbleEvents ! : object;
902
909
  @Input() canDeleteFilter ! : (filter: any) => boolean;
@@ -934,6 +941,7 @@ export class BryntumGridFieldFilterPickerGroupComponent implements OnInit, OnDes
934
941
  @Input() monitorResize ! : boolean|object;
935
942
  @Input() namedItems ! : Record<string, GridContainerItemConfig>;
936
943
  @Input() operators ! : object;
944
+ @Input() overflowTwinConfig ! : OverflowTwinConfig|null;
937
945
  @Input() positioned ! : boolean;
938
946
  @Input() preventTooltipOnTouch ! : boolean;
939
947
  @Input() relayStoreEvents ! : boolean;
@@ -958,6 +966,7 @@ export class BryntumGridFieldFilterPickerGroupComponent implements OnInit, OnDes
958
966
  // Configs and properties
959
967
  @Input() alignSelf ! : string;
960
968
  @Input() appendTo ! : HTMLElement|string;
969
+ @Input() autoUpdateRecord ! : boolean;
961
970
  @Input() callOnFunctions ! : boolean;
962
971
  @Input() catchEventHandlerExceptions ! : boolean;
963
972
  @Input() centered ! : 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, CollectionFilter, CollectionFilterConfig, Color, ComboConfig, Container, DomConfig, FieldFilterPicker, FieldOption, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, ValueFieldPlaceholders, VueConfig, Widget } from '@bryntum/core-thin';
10
+ import { AlignSpec, Base, CollectionFilter, CollectionFilterConfig, Color, ComboConfig, Container, DomConfig, FieldFilterPicker, FieldOption, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, OverflowTwinConfig, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, ValueFieldPlaceholders, VueConfig, Widget } from '@bryntum/core-thin';
11
11
  import { GridContainerItemConfig, GridContainerLayoutConfig, Grid, GridFieldFilterPicker, GridFieldFilterPickerListeners } from '@bryntum/grid-thin';
12
12
 
13
13
  import { DomHelper, StringHelper } from '@bryntum/core-thin';
@@ -64,7 +64,7 @@ export type BryntumGridFieldFilterPickerProps = {
64
64
  */
65
65
  ariaLabel ? : string
66
66
  /**
67
- * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
67
+ * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
68
68
  */
69
69
  autoUpdateRecord ? : boolean
70
70
  /**
@@ -429,6 +429,12 @@ export type BryntumGridFieldFilterPickerProps = {
429
429
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-operators)
430
430
  */
431
431
  operators ? : object
432
+ /**
433
+ * 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
434
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
435
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-overflowTwinConfig)
436
+ */
437
+ overflowTwinConfig ? : OverflowTwinConfig|null
432
438
  /**
433
439
  * 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
434
440
  * not participate in the standard layout of that widget, and must be positioned relatively to that
@@ -714,6 +720,7 @@ export class BryntumGridFieldFilterPickerComponent implements OnInit, OnDestroy
714
720
  'namedItems',
715
721
  'operatorLocked',
716
722
  'operators',
723
+ 'overflowTwinConfig',
717
724
  'positioned',
718
725
  'preventTooltipOnTouch',
719
726
  'propertyFieldConfig',
@@ -757,7 +764,6 @@ export class BryntumGridFieldFilterPickerComponent implements OnInit, OnDestroy
757
764
  'anchor',
758
765
  'ariaDescription',
759
766
  'ariaLabel',
760
- 'autoUpdateRecord',
761
767
  'border',
762
768
  'bubbleEvents',
763
769
  'color',
@@ -794,6 +800,7 @@ export class BryntumGridFieldFilterPickerComponent implements OnInit, OnDestroy
794
800
  'namedItems',
795
801
  'operatorLocked',
796
802
  'operators',
803
+ 'overflowTwinConfig',
797
804
  'positioned',
798
805
  'preventTooltipOnTouch',
799
806
  'propertyFieldConfig',
@@ -822,6 +829,7 @@ export class BryntumGridFieldFilterPickerComponent implements OnInit, OnDestroy
822
829
  private static bryntumProps: string[] = BryntumGridFieldFilterPickerComponent.bryntumFeatureNames.concat([
823
830
  'alignSelf',
824
831
  'appendTo',
832
+ 'autoUpdateRecord',
825
833
  'callOnFunctions',
826
834
  'catchEventHandlerExceptions',
827
835
  'centered',
@@ -889,7 +897,6 @@ export class BryntumGridFieldFilterPickerComponent implements OnInit, OnDestroy
889
897
  @Input() anchor ! : boolean;
890
898
  @Input() ariaDescription ! : string;
891
899
  @Input() ariaLabel ! : string;
892
- @Input() autoUpdateRecord ! : boolean;
893
900
  @Input() border ! : boolean;
894
901
  @Input() bubbleEvents ! : object;
895
902
  @Input() color ! : Color;
@@ -926,6 +933,7 @@ export class BryntumGridFieldFilterPickerComponent implements OnInit, OnDestroy
926
933
  @Input() namedItems ! : Record<string, GridContainerItemConfig>;
927
934
  @Input() operatorLocked ! : boolean;
928
935
  @Input() operators ! : object;
936
+ @Input() overflowTwinConfig ! : OverflowTwinConfig|null;
929
937
  @Input() positioned ! : boolean;
930
938
  @Input() preventTooltipOnTouch ! : boolean;
931
939
  @Input() propertyFieldConfig ! : ComboConfig;
@@ -953,6 +961,7 @@ export class BryntumGridFieldFilterPickerComponent implements OnInit, OnDestroy
953
961
  // Configs and properties
954
962
  @Input() alignSelf ! : string;
955
963
  @Input() appendTo ! : HTMLElement|string;
964
+ @Input() autoUpdateRecord ! : boolean;
956
965
  @Input() callOnFunctions ! : boolean;
957
966
  @Input() catchEventHandlerExceptions ! : boolean;
958
967
  @Input() centered ! : 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 { 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).
@@ -1070,6 +1076,8 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1070
1076
  'onHeaderMenuShow',
1071
1077
  'onHeaderMenuToggleItem',
1072
1078
  'onHide',
1079
+ 'onHorizontalScroll',
1080
+ 'onHorizontalScrollEnd',
1073
1081
  'onLockRows',
1074
1082
  'onMouseOut',
1075
1083
  'onMouseOver',
@@ -1232,6 +1240,7 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1232
1240
  'minHeight',
1233
1241
  'minWidth',
1234
1242
  'monitorResize',
1243
+ 'overflowTwinConfig',
1235
1244
  'plugins',
1236
1245
  'preserveFocusOnDatasetChange',
1237
1246
  'preserveScroll',
@@ -1323,6 +1332,7 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1323
1332
  'maskDefaults',
1324
1333
  'masked',
1325
1334
  'monitorResize',
1335
+ 'overflowTwinConfig',
1326
1336
  'plugins',
1327
1337
  'preserveFocusOnDatasetChange',
1328
1338
  'preserveScrollOnDatasetChange',
@@ -1339,7 +1349,6 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1339
1349
  'showDirty',
1340
1350
  'stateful',
1341
1351
  'statefulEvents',
1342
- 'stateId',
1343
1352
  'stateProvider',
1344
1353
  'strips',
1345
1354
  'subGridConfigs',
@@ -1356,6 +1365,7 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1356
1365
  'alignSelf',
1357
1366
  'animateTreeNodeToggle',
1358
1367
  'appendTo',
1368
+ 'autoUpdateRecord',
1359
1369
  'callOnFunctions',
1360
1370
  'catchEventHandlerExceptions',
1361
1371
  'cellEllipsis',
@@ -1406,6 +1416,7 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1406
1416
  'selectionMode',
1407
1417
  'span',
1408
1418
  'state',
1419
+ 'stateId',
1409
1420
  'stateSettings',
1410
1421
  'store',
1411
1422
  'title',
@@ -1478,6 +1489,7 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1478
1489
  @Input() maskDefaults ! : MaskConfig;
1479
1490
  @Input() masked ! : boolean|string|MaskConfig;
1480
1491
  @Input() monitorResize ! : boolean;
1492
+ @Input() overflowTwinConfig ! : OverflowTwinConfig|null;
1481
1493
  @Input() plugins ! : InstancePlugin[]|InstancePlugin;
1482
1494
  @Input() preserveFocusOnDatasetChange ! : boolean;
1483
1495
  @Input() preserveScrollOnDatasetChange ! : boolean;
@@ -1494,7 +1506,6 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1494
1506
  @Input() showDirty ! : boolean|{ duringEdit: boolean, newRecord: boolean };
1495
1507
  @Input() stateful ! : boolean|object|string[];
1496
1508
  @Input() statefulEvents ! : object|string[];
1497
- @Input() stateId ! : string;
1498
1509
  @Input() stateProvider ! : StateProvider;
1499
1510
  @Input() strips ! : Record<string, GridContainerItemConfig>;
1500
1511
  @Input() subGridConfigs ! : Record<string, SubGridConfig>;
@@ -1551,6 +1562,7 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1551
1562
  @Input() scrollable ! : Scroller|boolean|ScrollerConfig;
1552
1563
  @Input() selectionMode ! : GridSelectionMode;
1553
1564
  @Input() span ! : number;
1565
+ @Input() stateId ! : string|null;
1554
1566
  @Input() stateSettings ! : {
1555
1567
  restoreUnconfiguredColumns?: boolean
1556
1568
  };
@@ -1571,18 +1583,19 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1571
1583
  @Input() width ! : number|string;
1572
1584
 
1573
1585
  // Properties only
1574
- @Input() centered ! : boolean|{
1586
+ @Input() autoUpdateRecord ! : boolean;
1587
+ @Input() centered ! : boolean|{
1575
1588
  once?: boolean
1576
1589
  };
1577
- @Input() originalStore ! : Store;
1578
- @Input() parent ! : Widget;
1579
- @Input() selectedCell ! : GridLocation|GridLocationConfig;
1580
- @Input() selectedCells ! : GridLocation[]|GridLocationConfig[];
1581
- @Input() selectedRecord ! : Model;
1582
- @Input() selectedRecords ! : Model[]|number[];
1583
- @Input() selectedRows ! : Model[]|number[];
1584
- @Input() state ! : GridStateInfo;
1585
- @Input() tooltip ! : string|TooltipConfig;
1590
+ @Input() originalStore ! : Store;
1591
+ @Input() parent ! : Widget;
1592
+ @Input() selectedCell ! : GridLocation|GridLocationConfig;
1593
+ @Input() selectedCells ! : GridLocation[]|GridLocationConfig[];
1594
+ @Input() selectedRecord ! : Model;
1595
+ @Input() selectedRecords ! : Model[]|number[];
1596
+ @Input() selectedRows ! : Model[]|number[];
1597
+ @Input() state ! : GridStateInfo;
1598
+ @Input() tooltip ! : string|TooltipConfig;
1586
1599
 
1587
1600
  // Features
1588
1601
  @Input() aiFeature ! : object|boolean|string|AI|AIConfig;
@@ -2362,6 +2375,23 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
2362
2375
  * @param {Core.widget.Widget} event.source The widget
2363
2376
  */
2364
2377
  @Output() onHide: any = new EventEmitter<((event: { source: Widget }) => void)|string>();
2378
+ /**
2379
+ * Fires when the Grid is scrolling horizontally in one of its SubGrids.
2380
+ * @param {object} event Event object
2381
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
2382
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
2383
+ * @param {number} event.scrollLeft The horizontal scroll position
2384
+ * @param {number} event.scrollX The horizontal scroll position in the RTL-safe coordinate system
2385
+ */
2386
+ @Output() onHorizontalScroll: any = new EventEmitter<((event: { source: GridBase, subGrid: SubGrid, scrollLeft: number, scrollX: number }) => void)|string>();
2387
+ /**
2388
+ * Fires after the Grid is done scrolling horizontally in one of its SubGrids.
2389
+ * @param {object} event Event object
2390
+ * @param {Grid.view.GridBase} event.source The firing Grid instance
2391
+ * @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
2392
+ * @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
2393
+ */
2394
+ @Output() onHorizontalScrollEnd: any = new EventEmitter<((event: { source: GridBase, subGrid: SubGrid, scrollLeft?: number }) => void)|string>();
2365
2395
  /**
2366
2396
  * Fires when row locking is enabled.
2367
2397
  * @param {object} event Event object
@@ -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;