@bryntum/grid-vue-3-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 (63) hide show
  1. package/README.md +6 -5
  2. package/lib/chunks/{Qh0FUJz3.js → B3BUHNNM.js} +7 -5
  3. package/lib/chunks/B3BUHNNM.js.map +1 -0
  4. package/lib/chunks/{DxJ_eGe0.js → BTcO6tuX.js} +10 -8
  5. package/lib/chunks/BTcO6tuX.js.map +1 -0
  6. package/lib/chunks/{kePPbdOW.js → COPuXCyC.js} +9 -7
  7. package/lib/chunks/COPuXCyC.js.map +1 -0
  8. package/lib/chunks/{CY1iE7DM.js → Cy12UBel.js} +6 -4
  9. package/lib/chunks/Cy12UBel.js.map +1 -0
  10. package/lib/chunks/{DdqL-AKl.js → D2pHiUsM.js} +10 -8
  11. package/lib/chunks/D2pHiUsM.js.map +1 -0
  12. package/lib/chunks/{DYXBLIYI.js → D96t119z.js} +14 -7
  13. package/lib/chunks/D96t119z.js.map +1 -0
  14. package/lib/chunks/{DiGTPgG-.js → SRhfQ1Hc.js} +20 -13
  15. package/lib/chunks/SRhfQ1Hc.js.map +1 -0
  16. package/lib/chunks/{C0JvA2nJ.js → ZrkYgMB_.js} +8 -6
  17. package/lib/chunks/ZrkYgMB_.js.map +1 -0
  18. package/lib/chunks/{rQ3-VslX.js → aIRx33tf.js} +13 -11
  19. package/lib/chunks/aIRx33tf.js.map +1 -0
  20. package/lib/chunks/{Ci62kqiA.js → rheNo5SF.js} +14 -7
  21. package/lib/chunks/rheNo5SF.js.map +1 -0
  22. package/lib/components/BryntumAIFilterField.js +1 -1
  23. package/lib/components/BryntumChecklistFilterCombo.js +1 -1
  24. package/lib/components/BryntumGrid.js +1 -1
  25. package/lib/components/BryntumGridBase.js +1 -1
  26. package/lib/components/BryntumGridChartDesigner.js +1 -1
  27. package/lib/components/BryntumGridFieldFilterPicker.js +1 -1
  28. package/lib/components/BryntumGridFieldFilterPickerGroup.js +1 -1
  29. package/lib/components/BryntumGroupBar.js +1 -1
  30. package/lib/components/BryntumTreeCombo.js +1 -1
  31. package/lib/components/BryntumTreeGrid.js +1 -1
  32. package/lib/index.js +10 -10
  33. package/package.json +1 -1
  34. package/src/components/BryntumAIFilterField.vue +8 -1
  35. package/src/components/BryntumAIFilterFieldProps.ts +7 -1
  36. package/src/components/BryntumChecklistFilterCombo.vue +9 -2
  37. package/src/components/BryntumChecklistFilterComboProps.ts +8 -2
  38. package/src/components/BryntumGrid.vue +36 -3
  39. package/src/components/BryntumGridBase.vue +36 -3
  40. package/src/components/BryntumGridBaseProps.ts +8 -2
  41. package/src/components/BryntumGridChartDesigner.vue +8 -1
  42. package/src/components/BryntumGridChartDesignerProps.ts +7 -1
  43. package/src/components/BryntumGridFieldFilterPicker.vue +10 -3
  44. package/src/components/BryntumGridFieldFilterPickerGroup.vue +10 -3
  45. package/src/components/BryntumGridFieldFilterPickerGroupProps.ts +8 -2
  46. package/src/components/BryntumGridFieldFilterPickerProps.ts +8 -2
  47. package/src/components/BryntumGridProps.ts +8 -2
  48. package/src/components/BryntumGroupBar.vue +8 -1
  49. package/src/components/BryntumGroupBarProps.ts +7 -1
  50. package/src/components/BryntumTreeCombo.vue +8 -1
  51. package/src/components/BryntumTreeComboProps.ts +7 -1
  52. package/src/components/BryntumTreeGrid.vue +36 -3
  53. package/src/components/BryntumTreeGridProps.ts +8 -2
  54. package/lib/chunks/C0JvA2nJ.js.map +0 -1
  55. package/lib/chunks/CY1iE7DM.js.map +0 -1
  56. package/lib/chunks/Ci62kqiA.js.map +0 -1
  57. package/lib/chunks/DYXBLIYI.js.map +0 -1
  58. package/lib/chunks/DdqL-AKl.js.map +0 -1
  59. package/lib/chunks/DiGTPgG-.js.map +0 -1
  60. package/lib/chunks/DxJ_eGe0.js.map +0 -1
  61. package/lib/chunks/Qh0FUJz3.js.map +0 -1
  62. package/lib/chunks/kePPbdOW.js.map +0 -1
  63. package/lib/chunks/rQ3-VslX.js.map +0 -1
@@ -10,7 +10,7 @@
10
10
 
11
11
  import { getCurrentInstance, onBeforeUnmount, onMounted, provide, ref, watch, toRaw } from 'vue';
12
12
 
13
- import type { AlignSpec, Base, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Color, Combo, Duration, DurationConfig, Field, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, ListConfig, MaskConfig, Model, Rectangle, Store, StoreConfig, TabConfig, TooltipConfig, Widget } from '@bryntum/core-thin';
13
+ import type { AlignSpec, Base, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Color, Combo, Duration, DurationConfig, Field, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, ListConfig, MaskConfig, Model, OverflowTwinConfig, Rectangle, Store, StoreConfig, TabConfig, TooltipConfig, Widget } from '@bryntum/core-thin';
14
14
  import type { ChecklistFilterComboListeners, GridContainerItemConfig } from '@bryntum/grid-thin';
15
15
  import { ChecklistFilterCombo } from '@bryntum/grid-thin';
16
16
 
@@ -482,7 +482,7 @@ defineProps<{
482
482
  /**
483
483
  * Template to render optional content next to list items.
484
484
  * @param {Core.data.Model} record The list item's backing record
485
- * @returns {string}
485
+ * @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.*
486
486
  */
487
487
  listItemPillTpl ? : (record: Model) => string
488
488
  /**
@@ -586,6 +586,12 @@ defineProps<{
586
586
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-name)
587
587
  */
588
588
  name ? : string
589
+ /**
590
+ * 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
591
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
592
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-overflowTwinConfig)
593
+ */
594
+ overflowTwinConfig ? : OverflowTwinConfig|null
589
595
  /**
590
596
  * This implies that the picker will display an anchor pointer, but also means that the picker will align closer
591
597
  * to the input field so that the pointer pierces the [pickerAlignElement](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-pickerAlignElement)
@@ -1091,6 +1097,7 @@ const widgetData = {
1091
1097
  'monitorResize',
1092
1098
  'multiValueSeparator',
1093
1099
  'name',
1100
+ 'overflowTwinConfig',
1094
1101
  'overlayAnchor',
1095
1102
  'pickerAlignElement',
1096
1103
  'pickerWidth',
@@ -1,4 +1,4 @@
1
- import type { AlignSpec, Base, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Color, Combo, Duration, DurationConfig, Field, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, ListConfig, MaskConfig, Model, Rectangle, Store, StoreConfig, TabConfig, TooltipConfig, Widget } from '@bryntum/core-thin';
1
+ import type { AlignSpec, Base, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Color, Combo, Duration, DurationConfig, Field, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, ListConfig, MaskConfig, Model, OverflowTwinConfig, Rectangle, Store, StoreConfig, TabConfig, TooltipConfig, Widget } from '@bryntum/core-thin';
2
2
  import type { ChecklistFilterComboListeners, GridContainerItemConfig } from '@bryntum/grid-thin';
3
3
 
4
4
  export declare type BryntumChecklistFilterComboProps = {
@@ -467,7 +467,7 @@ export declare type BryntumChecklistFilterComboProps = {
467
467
  /**
468
468
  * Template to render optional content next to list items.
469
469
  * @param {Core.data.Model} record The list item's backing record
470
- * @returns {string}
470
+ * @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.*
471
471
  */
472
472
  listItemPillTpl ? : (record: Model) => string
473
473
  /**
@@ -571,6 +571,12 @@ export declare type BryntumChecklistFilterComboProps = {
571
571
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-name)
572
572
  */
573
573
  name ? : string
574
+ /**
575
+ * 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
576
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
577
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-overflowTwinConfig)
578
+ */
579
+ overflowTwinConfig ? : OverflowTwinConfig|null
574
580
  /**
575
581
  * This implies that the picker will display an anchor pointer, but also means that the picker will align closer
576
582
  * to the input field so that the pointer pierces the [pickerAlignElement](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-pickerAlignElement)
@@ -33,7 +33,7 @@
33
33
 
34
34
  import { getCurrentInstance, onBeforeUnmount, onMounted, provide, ref, watch, toRaw } from 'vue';
35
35
 
36
- import type { 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, Widget } from '@bryntum/core-thin';
36
+ import type { 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, Widget } from '@bryntum/core-thin';
37
37
  import type { 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, 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';
38
38
  import { Grid } from '@bryntum/grid-thin';
39
39
 
@@ -482,6 +482,12 @@ defineProps<{
482
482
  * Grid monitors window resize by default.
483
483
  */
484
484
  monitorResize ? : Boolean
485
+ /**
486
+ * 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
487
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
488
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-overflowTwinConfig)
489
+ */
490
+ overflowTwinConfig ? : OverflowTwinConfig|null
485
491
  /**
486
492
  * Specify plugins (an array of classes) in config
487
493
  */
@@ -632,7 +638,7 @@ defineProps<{
632
638
  * (if explicitly specified) will be used as the `stateId`.
633
639
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-stateId)
634
640
  */
635
- stateId ? : string
641
+ stateId ? : string|null
636
642
  /**
637
643
  * 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`
638
644
  * will be saved using the [default state provider](https://bryntum.com/products/grid/docs/api/Core/state/StateProvider#property-instance-static).
@@ -1902,6 +1908,27 @@ const emit = defineEmits<{
1902
1908
  * @param {Core.widget.Widget} params.event.source The widget
1903
1909
  */
1904
1910
  (e: 'hide', params: ((event: { source: Widget }) => void)|string): void
1911
+ /**
1912
+ * Fires when the Grid is scrolling horizontally in one of its SubGrids.
1913
+ * @param {string} e Event name
1914
+ * @param {object} params Event parameters
1915
+ * @param {object} params.event Event object
1916
+ * @param {Grid.view.GridBase} params.event.source The firing Grid instance
1917
+ * @param {Grid.view.SubGrid} params.event.subGrid The scrolling SubGrid instance
1918
+ * @param {number} params.event.scrollLeft The horizontal scroll position
1919
+ * @param {number} params.event.scrollX The horizontal scroll position in the RTL-safe coordinate system
1920
+ */
1921
+ (e: 'horizontalScroll', params: ((event: { source: GridBase, subGrid: SubGrid, scrollLeft: number, scrollX: number }) => void)|string): void
1922
+ /**
1923
+ * Fires after the Grid is done scrolling horizontally in one of its SubGrids.
1924
+ * @param {string} e Event name
1925
+ * @param {object} params Event parameters
1926
+ * @param {object} params.event Event object
1927
+ * @param {Grid.view.GridBase} params.event.source The firing Grid instance
1928
+ * @param {Grid.view.SubGrid} params.event.subGrid The scrolling SubGrid instance
1929
+ * @param {number} [params.event.scrollLeft] The horizontal scroll position. Only supplied when the event follows a SubGrid resize, the scroll driven path does not report a position
1930
+ */
1931
+ (e: 'horizontalScrollEnd', params: ((event: { source: GridBase, subGrid: SubGrid, scrollLeft?: number }) => void)|string): void
1905
1932
  /**
1906
1933
  * Fires when row locking is enabled.
1907
1934
  * @param {string} e Event name
@@ -2341,6 +2368,7 @@ const widgetData = {
2341
2368
  'maskDefaults',
2342
2369
  'masked',
2343
2370
  'monitorResize',
2371
+ 'overflowTwinConfig',
2344
2372
  'plugins',
2345
2373
  'preserveFocusOnDatasetChange',
2346
2374
  'preserveScrollOnDatasetChange',
@@ -2357,7 +2385,6 @@ const widgetData = {
2357
2385
  'showDirty',
2358
2386
  'stateful',
2359
2387
  'statefulEvents',
2360
- 'stateId',
2361
2388
  'stateProvider',
2362
2389
  'strips',
2363
2390
  'subGridConfigs',
@@ -2489,6 +2516,8 @@ const widgetData = {
2489
2516
  'onHeaderMenuShow',
2490
2517
  'onHeaderMenuToggleItem',
2491
2518
  'onHide',
2519
+ 'onHorizontalScroll',
2520
+ 'onHorizontalScrollEnd',
2492
2521
  'onLockRows',
2493
2522
  'onMouseOut',
2494
2523
  'onMouseOver',
@@ -2533,6 +2562,7 @@ const widgetData = {
2533
2562
  'scrollable',
2534
2563
  'selectionMode',
2535
2564
  'span',
2565
+ 'stateId',
2536
2566
  'stateSettings',
2537
2567
  'store',
2538
2568
  'title',
@@ -2542,6 +2572,7 @@ const widgetData = {
2542
2572
  'width'
2543
2573
  ],
2544
2574
  propertyNames : [
2575
+ 'autoUpdateRecord',
2545
2576
  'centered',
2546
2577
  'originalStore',
2547
2578
  'parent',
@@ -2638,6 +2669,8 @@ const widgetData = {
2638
2669
  'headerMenuShow',
2639
2670
  'headerMenuToggleItem',
2640
2671
  'hide',
2672
+ 'horizontalScroll',
2673
+ 'horizontalScrollEnd',
2641
2674
  'lockRows',
2642
2675
  'mouseOut',
2643
2676
  'mouseOver',
@@ -33,7 +33,7 @@
33
33
 
34
34
  import { getCurrentInstance, onBeforeUnmount, onMounted, provide, ref, watch, toRaw } from 'vue';
35
35
 
36
- import type { 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, Widget } from '@bryntum/core-thin';
36
+ import type { 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, Widget } from '@bryntum/core-thin';
37
37
  import type { 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, 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';
38
38
  import { GridBase } from '@bryntum/grid-thin';
39
39
 
@@ -482,6 +482,12 @@ defineProps<{
482
482
  * Grid monitors window resize by default.
483
483
  */
484
484
  monitorResize ? : Boolean
485
+ /**
486
+ * 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
487
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
488
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-overflowTwinConfig)
489
+ */
490
+ overflowTwinConfig ? : OverflowTwinConfig|null
485
491
  /**
486
492
  * Specify plugins (an array of classes) in config
487
493
  */
@@ -632,7 +638,7 @@ defineProps<{
632
638
  * (if explicitly specified) will be used as the `stateId`.
633
639
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-stateId)
634
640
  */
635
- stateId ? : string
641
+ stateId ? : string|null
636
642
  /**
637
643
  * 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`
638
644
  * will be saved using the [default state provider](https://bryntum.com/products/grid/docs/api/Core/state/StateProvider#property-instance-static).
@@ -1901,6 +1907,27 @@ const emit = defineEmits<{
1901
1907
  * @param {Core.widget.Widget} params.event.source The widget
1902
1908
  */
1903
1909
  (e: 'hide', params: ((event: { source: Widget }) => void)|string): void
1910
+ /**
1911
+ * Fires when the Grid is scrolling horizontally in one of its SubGrids.
1912
+ * @param {string} e Event name
1913
+ * @param {object} params Event parameters
1914
+ * @param {object} params.event Event object
1915
+ * @param {Grid.view.GridBase} params.event.source The firing Grid instance
1916
+ * @param {Grid.view.SubGrid} params.event.subGrid The scrolling SubGrid instance
1917
+ * @param {number} params.event.scrollLeft The horizontal scroll position
1918
+ * @param {number} params.event.scrollX The horizontal scroll position in the RTL-safe coordinate system
1919
+ */
1920
+ (e: 'horizontalScroll', params: ((event: { source: GridBase, subGrid: SubGrid, scrollLeft: number, scrollX: number }) => void)|string): void
1921
+ /**
1922
+ * Fires after the Grid is done scrolling horizontally in one of its SubGrids.
1923
+ * @param {string} e Event name
1924
+ * @param {object} params Event parameters
1925
+ * @param {object} params.event Event object
1926
+ * @param {Grid.view.GridBase} params.event.source The firing Grid instance
1927
+ * @param {Grid.view.SubGrid} params.event.subGrid The scrolling SubGrid instance
1928
+ * @param {number} [params.event.scrollLeft] The horizontal scroll position. Only supplied when the event follows a SubGrid resize, the scroll driven path does not report a position
1929
+ */
1930
+ (e: 'horizontalScrollEnd', params: ((event: { source: GridBase, subGrid: SubGrid, scrollLeft?: number }) => void)|string): void
1904
1931
  /**
1905
1932
  * Fires when row locking is enabled.
1906
1933
  * @param {string} e Event name
@@ -2339,6 +2366,7 @@ const widgetData = {
2339
2366
  'maskDefaults',
2340
2367
  'masked',
2341
2368
  'monitorResize',
2369
+ 'overflowTwinConfig',
2342
2370
  'plugins',
2343
2371
  'preserveFocusOnDatasetChange',
2344
2372
  'preserveScrollOnDatasetChange',
@@ -2355,7 +2383,6 @@ const widgetData = {
2355
2383
  'showDirty',
2356
2384
  'stateful',
2357
2385
  'statefulEvents',
2358
- 'stateId',
2359
2386
  'stateProvider',
2360
2387
  'strips',
2361
2388
  'subGridConfigs',
@@ -2486,6 +2513,8 @@ const widgetData = {
2486
2513
  'onHeaderMenuShow',
2487
2514
  'onHeaderMenuToggleItem',
2488
2515
  'onHide',
2516
+ 'onHorizontalScroll',
2517
+ 'onHorizontalScrollEnd',
2489
2518
  'onLockRows',
2490
2519
  'onMouseOut',
2491
2520
  'onMouseOver',
@@ -2530,6 +2559,7 @@ const widgetData = {
2530
2559
  'scrollable',
2531
2560
  'selectionMode',
2532
2561
  'span',
2562
+ 'stateId',
2533
2563
  'stateSettings',
2534
2564
  'store',
2535
2565
  'title',
@@ -2539,6 +2569,7 @@ const widgetData = {
2539
2569
  'width'
2540
2570
  ],
2541
2571
  propertyNames : [
2572
+ 'autoUpdateRecord',
2542
2573
  'centered',
2543
2574
  'originalStore',
2544
2575
  'parent',
@@ -2635,6 +2666,8 @@ const widgetData = {
2635
2666
  'headerMenuShow',
2636
2667
  'headerMenuToggleItem',
2637
2668
  'hide',
2669
+ 'horizontalScroll',
2670
+ 'horizontalScrollEnd',
2638
2671
  'lockRows',
2639
2672
  'mouseOut',
2640
2673
  'mouseOver',
@@ -1,4 +1,4 @@
1
- import type { AjaxStore, AjaxStoreConfig, Color, DomConfig, FormulaProviderConfig, InstancePlugin, KeyMapConfig, Mask, MaskConfig, Model, ModelConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, ToolConfig, ToolbarConfig, ToolbarItems, Widget } from '@bryntum/core-thin';
1
+ import type { AjaxStore, AjaxStoreConfig, Color, DomConfig, FormulaProviderConfig, InstancePlugin, KeyMapConfig, Mask, MaskConfig, Model, ModelConfig, OverflowTwinConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, ToolConfig, ToolbarConfig, ToolbarItems, Widget } from '@bryntum/core-thin';
2
2
  import type { AI, AIConfig, AIFilter, AIFilterConfig, CellCopyPaste, CellCopyPasteConfig, CellEdit, CellEditConfig, CellMenu, CellMenuConfig, CellTooltip, CellTooltipConfig, Charts, ChartsConfig, ColumnAutoWidth, ColumnAutoWidthConfig, ColumnDragToolbar, ColumnDragToolbarConfig, ColumnPicker, ColumnPickerConfig, ColumnRename, ColumnRenameConfig, ColumnReorder, ColumnReorderConfig, ColumnResize, ColumnResizeConfig, ColumnStore, ColumnStoreConfig, GridContainerItemConfig, EmptyTextDomConfig, ExcelExporter, ExcelExporterConfig, FileDrop, FileDropConfig, FillHandle, FillHandleConfig, Filter, FilterBar, FilterBarConfig, FilterConfig, GridBaseListeners, GridColumnConfig, GridSelectionMode, Group, GroupConfig, GroupSummary, GroupSummaryConfig, HeaderMenu, HeaderMenuConfig, LockRows, LockRowsConfig, MergeCells, MergeCellsConfig, PdfExport, PdfExportConfig, PinColumns, PinColumnsConfig, PreserveScrollOptions, Print, PrintConfig, QuickFind, QuickFindConfig, RegionResize, RegionResizeConfig, ResponsiveLevelConfig, RowCopyPaste, RowCopyPasteConfig, RowEdit, RowEditConfig, RowExpander, RowExpanderConfig, RowReorder, RowReorderConfig, RowResize, RowResizeConfig, Search, SearchConfig, Sort, SortConfig, Split, SplitConfig, StickyCells, StickyCellsConfig, Stripe, StripeConfig, SubGridConfig, Summary, SummaryConfig, Tree, TreeConfig, TreeGroup, TreeGroupConfig } from '@bryntum/grid-thin';
3
3
 
4
4
  export declare type BryntumGridBaseProps = {
@@ -444,6 +444,12 @@ export declare type BryntumGridBaseProps = {
444
444
  * Grid monitors window resize by default.
445
445
  */
446
446
  monitorResize ? : Boolean
447
+ /**
448
+ * 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
449
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
450
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-overflowTwinConfig)
451
+ */
452
+ overflowTwinConfig ? : OverflowTwinConfig|null
447
453
  /**
448
454
  * Specify plugins (an array of classes) in config
449
455
  */
@@ -594,7 +600,7 @@ export declare type BryntumGridBaseProps = {
594
600
  * (if explicitly specified) will be used as the `stateId`.
595
601
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-stateId)
596
602
  */
597
- stateId ? : string
603
+ stateId ? : string|null
598
604
  /**
599
605
  * 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`
600
606
  * will be saved using the [default state provider](https://bryntum.com/products/grid/docs/api/Core/state/StateProvider#property-instance-static).
@@ -10,7 +10,7 @@
10
10
 
11
11
  import { getCurrentInstance, onBeforeUnmount, onMounted, provide, ref, watch, toRaw } from 'vue';
12
12
 
13
- import type { AlignSpec, Base, Color, DomConfig, KeyMapConfig, MaskConfig, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
13
+ import type { AlignSpec, Base, Color, DomConfig, KeyMapConfig, MaskConfig, OverflowTwinConfig, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
14
14
  import type { Grid, GridChartDesignerListeners } from '@bryntum/grid-thin';
15
15
  import { GridChartDesigner } from '@bryntum/grid-thin';
16
16
 
@@ -313,6 +313,12 @@ defineProps<{
313
313
  * @property {boolean} immediate Set to `true` to receive resize notifications immediately.
314
314
  */
315
315
  monitorResize ? : Boolean|object
316
+ /**
317
+ * 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
318
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
319
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-overflowTwinConfig)
320
+ */
321
+ overflowTwinConfig ? : OverflowTwinConfig|null
316
322
  /**
317
323
  * 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
318
324
  * not participate in the standard layout of that widget, and must be positioned relatively to that
@@ -612,6 +618,7 @@ const widgetData = {
612
618
  'maskDefaults',
613
619
  'masked',
614
620
  'monitorResize',
621
+ 'overflowTwinConfig',
615
622
  'positioned',
616
623
  'preventTooltipOnTouch',
617
624
  'relayStoreEvents',
@@ -1,4 +1,4 @@
1
- import type { AlignSpec, Base, Color, DomConfig, KeyMapConfig, MaskConfig, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
1
+ import type { AlignSpec, Base, Color, DomConfig, KeyMapConfig, MaskConfig, OverflowTwinConfig, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
2
2
  import type { Grid, GridChartDesignerListeners } from '@bryntum/grid-thin';
3
3
 
4
4
  export declare type BryntumGridChartDesignerProps = {
@@ -298,6 +298,12 @@ export declare type BryntumGridChartDesignerProps = {
298
298
  * @property {boolean} immediate Set to `true` to receive resize notifications immediately.
299
299
  */
300
300
  monitorResize ? : Boolean|object
301
+ /**
302
+ * 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
303
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
304
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-overflowTwinConfig)
305
+ */
306
+ overflowTwinConfig ? : OverflowTwinConfig|null
301
307
  /**
302
308
  * 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
303
309
  * not participate in the standard layout of that widget, and must be positioned relatively to that
@@ -10,7 +10,7 @@
10
10
 
11
11
  import { getCurrentInstance, onBeforeUnmount, onMounted, provide, ref, watch, toRaw } from 'vue';
12
12
 
13
- import type { AlignSpec, Base, CollectionFilter, CollectionFilterConfig, Color, ComboConfig, Container, DomConfig, FieldFilterPicker, FieldOption, KeyMapConfig, MaskConfig, MenuItemEntry, Model, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, ValueFieldPlaceholders, VueConfig, Widget } from '@bryntum/core-thin';
13
+ import type { AlignSpec, Base, CollectionFilter, CollectionFilterConfig, Color, ComboConfig, Container, DomConfig, FieldFilterPicker, FieldOption, KeyMapConfig, MaskConfig, MenuItemEntry, Model, OverflowTwinConfig, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, ValueFieldPlaceholders, VueConfig, Widget } from '@bryntum/core-thin';
14
14
  import type { GridContainerItemConfig, GridContainerLayoutConfig, Grid, GridFieldFilterPickerListeners } from '@bryntum/grid-thin';
15
15
  import { GridFieldFilterPicker } from '@bryntum/grid-thin';
16
16
 
@@ -67,7 +67,7 @@ defineProps<{
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
  /**
@@ -432,6 +432,12 @@ defineProps<{
432
432
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-operators)
433
433
  */
434
434
  operators ? : object
435
+ /**
436
+ * 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
437
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
438
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-overflowTwinConfig)
439
+ */
440
+ overflowTwinConfig ? : OverflowTwinConfig|null
435
441
  /**
436
442
  * 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
437
443
  * not participate in the standard layout of that widget, and must be positioned relatively to that
@@ -781,7 +787,6 @@ const widgetData = {
781
787
  'anchor',
782
788
  'ariaDescription',
783
789
  'ariaLabel',
784
- 'autoUpdateRecord',
785
790
  'border',
786
791
  'bubbleEvents',
787
792
  'color',
@@ -818,6 +823,7 @@ const widgetData = {
818
823
  'namedItems',
819
824
  'operatorLocked',
820
825
  'operators',
826
+ 'overflowTwinConfig',
821
827
  'positioned',
822
828
  'preventTooltipOnTouch',
823
829
  'propertyFieldConfig',
@@ -845,6 +851,7 @@ const widgetData = {
845
851
  propertyConfigNames : [
846
852
  'alignSelf',
847
853
  'appendTo',
854
+ 'autoUpdateRecord',
848
855
  'callOnFunctions',
849
856
  'catchEventHandlerExceptions',
850
857
  'centered',
@@ -10,7 +10,7 @@
10
10
 
11
11
  import { getCurrentInstance, onBeforeUnmount, onMounted, provide, ref, watch, toRaw } from 'vue';
12
12
 
13
- import type { AlignSpec, Base, CollectionFilterConfig, Color, Container, DomConfig, FieldFilterPicker, FieldFilterPickerConfig, FieldFilterPickerGroup, KeyMapConfig, MaskConfig, MenuItemEntry, Model, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
13
+ import type { AlignSpec, Base, CollectionFilterConfig, Color, Container, DomConfig, FieldFilterPicker, FieldFilterPickerConfig, FieldFilterPickerGroup, KeyMapConfig, MaskConfig, MenuItemEntry, Model, OverflowTwinConfig, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
14
14
  import type { GridContainerItemConfig, GridContainerLayoutConfig, Grid, GridFieldFilterPickerGroupListeners } from '@bryntum/grid-thin';
15
15
  import { GridFieldFilterPickerGroup } from '@bryntum/grid-thin';
16
16
 
@@ -70,7 +70,7 @@ defineProps<{
70
70
  */
71
71
  ariaLabel ? : string
72
72
  /**
73
- * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
73
+ * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
74
74
  */
75
75
  autoUpdateRecord ? : Boolean
76
76
  /**
@@ -449,6 +449,12 @@ defineProps<{
449
449
  * [operators](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-operators).
450
450
  */
451
451
  operators ? : object
452
+ /**
453
+ * 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
454
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
455
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-overflowTwinConfig)
456
+ */
457
+ overflowTwinConfig ? : OverflowTwinConfig|null
452
458
  /**
453
459
  * 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
454
460
  * not participate in the standard layout of that widget, and must be positioned relatively to that
@@ -798,7 +804,6 @@ const widgetData = {
798
804
  'anchor',
799
805
  'ariaDescription',
800
806
  'ariaLabel',
801
- 'autoUpdateRecord',
802
807
  'border',
803
808
  'bubbleEvents',
804
809
  'canDeleteFilter',
@@ -836,6 +841,7 @@ const widgetData = {
836
841
  'monitorResize',
837
842
  'namedItems',
838
843
  'operators',
844
+ 'overflowTwinConfig',
839
845
  'positioned',
840
846
  'preventTooltipOnTouch',
841
847
  'relayStoreEvents',
@@ -860,6 +866,7 @@ const widgetData = {
860
866
  propertyConfigNames : [
861
867
  'alignSelf',
862
868
  'appendTo',
869
+ 'autoUpdateRecord',
863
870
  'callOnFunctions',
864
871
  'catchEventHandlerExceptions',
865
872
  'centered',
@@ -1,4 +1,4 @@
1
- import type { AlignSpec, Base, CollectionFilterConfig, Color, DomConfig, FieldFilterPickerConfig, KeyMapConfig, MaskConfig, MenuItemEntry, Model, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
1
+ import type { AlignSpec, Base, CollectionFilterConfig, Color, DomConfig, FieldFilterPickerConfig, KeyMapConfig, MaskConfig, MenuItemEntry, Model, OverflowTwinConfig, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
2
2
  import type { GridContainerItemConfig, GridContainerLayoutConfig, Grid, GridFieldFilterPickerGroupListeners } from '@bryntum/grid-thin';
3
3
 
4
4
  export declare type BryntumGridFieldFilterPickerGroupProps = {
@@ -55,7 +55,7 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
55
55
  */
56
56
  ariaLabel ? : string
57
57
  /**
58
- * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
58
+ * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
59
59
  */
60
60
  autoUpdateRecord ? : Boolean
61
61
  /**
@@ -434,6 +434,12 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
434
434
  * [operators](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-operators).
435
435
  */
436
436
  operators ? : object
437
+ /**
438
+ * 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
439
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
440
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-overflowTwinConfig)
441
+ */
442
+ overflowTwinConfig ? : OverflowTwinConfig|null
437
443
  /**
438
444
  * 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
439
445
  * not participate in the standard layout of that widget, and must be positioned relatively to that
@@ -1,4 +1,4 @@
1
- import type { AlignSpec, Base, CollectionFilter, CollectionFilterConfig, Color, ComboConfig, DomConfig, FieldOption, KeyMapConfig, MaskConfig, MenuItemEntry, Model, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, ValueFieldPlaceholders, VueConfig, Widget } from '@bryntum/core-thin';
1
+ import type { AlignSpec, Base, CollectionFilter, CollectionFilterConfig, Color, ComboConfig, DomConfig, FieldOption, KeyMapConfig, MaskConfig, MenuItemEntry, Model, OverflowTwinConfig, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, ValueFieldPlaceholders, VueConfig, Widget } from '@bryntum/core-thin';
2
2
  import type { GridContainerItemConfig, GridContainerLayoutConfig, Grid, GridFieldFilterPickerListeners } from '@bryntum/grid-thin';
3
3
 
4
4
  export declare type BryntumGridFieldFilterPickerProps = {
@@ -52,7 +52,7 @@ export declare type BryntumGridFieldFilterPickerProps = {
52
52
  */
53
53
  ariaLabel ? : string
54
54
  /**
55
- * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
55
+ * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
56
56
  */
57
57
  autoUpdateRecord ? : Boolean
58
58
  /**
@@ -417,6 +417,12 @@ export declare type BryntumGridFieldFilterPickerProps = {
417
417
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-operators)
418
418
  */
419
419
  operators ? : object
420
+ /**
421
+ * 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
422
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
423
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-overflowTwinConfig)
424
+ */
425
+ overflowTwinConfig ? : OverflowTwinConfig|null
420
426
  /**
421
427
  * 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
422
428
  * not participate in the standard layout of that widget, and must be positioned relatively to that
@@ -1,4 +1,4 @@
1
- import type { AjaxStore, AjaxStoreConfig, Color, DomConfig, FormulaProviderConfig, InstancePlugin, KeyMapConfig, Mask, MaskConfig, Model, ModelConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, ToolConfig, ToolbarConfig, ToolbarItems, Widget } from '@bryntum/core-thin';
1
+ import type { AjaxStore, AjaxStoreConfig, Color, DomConfig, FormulaProviderConfig, InstancePlugin, KeyMapConfig, Mask, MaskConfig, Model, ModelConfig, OverflowTwinConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, ToolConfig, ToolbarConfig, ToolbarItems, Widget } from '@bryntum/core-thin';
2
2
  import type { AI, AIConfig, AIFilter, AIFilterConfig, CellCopyPaste, CellCopyPasteConfig, CellEdit, CellEditConfig, CellMenu, CellMenuConfig, CellTooltip, CellTooltipConfig, Charts, ChartsConfig, ColumnAutoWidth, ColumnAutoWidthConfig, ColumnDragToolbar, ColumnDragToolbarConfig, ColumnPicker, ColumnPickerConfig, ColumnRename, ColumnRenameConfig, ColumnReorder, ColumnReorderConfig, ColumnResize, ColumnResizeConfig, ColumnStore, ColumnStoreConfig, GridContainerItemConfig, EmptyTextDomConfig, ExcelExporter, ExcelExporterConfig, FileDrop, FileDropConfig, FillHandle, FillHandleConfig, Filter, FilterBar, FilterBarConfig, FilterConfig, GridColumnConfig, GridListeners, GridSelectionMode, Group, GroupConfig, GroupSummary, GroupSummaryConfig, HeaderMenu, HeaderMenuConfig, LockRows, LockRowsConfig, MergeCells, MergeCellsConfig, PdfExport, PdfExportConfig, PinColumns, PinColumnsConfig, PreserveScrollOptions, Print, PrintConfig, QuickFind, QuickFindConfig, RegionResize, RegionResizeConfig, ResponsiveLevelConfig, RowCopyPaste, RowCopyPasteConfig, RowEdit, RowEditConfig, RowExpander, RowExpanderConfig, RowReorder, RowReorderConfig, RowResize, RowResizeConfig, Search, SearchConfig, Sort, SortConfig, Split, SplitConfig, StickyCells, StickyCellsConfig, Stripe, StripeConfig, SubGridConfig, Summary, SummaryConfig, Tree, TreeConfig, TreeGroup, TreeGroupConfig } from '@bryntum/grid-thin';
3
3
 
4
4
  export declare type BryntumGridProps = {
@@ -444,6 +444,12 @@ export declare type BryntumGridProps = {
444
444
  * Grid monitors window resize by default.
445
445
  */
446
446
  monitorResize ? : Boolean
447
+ /**
448
+ * 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
449
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
450
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-overflowTwinConfig)
451
+ */
452
+ overflowTwinConfig ? : OverflowTwinConfig|null
447
453
  /**
448
454
  * Specify plugins (an array of classes) in config
449
455
  */
@@ -594,7 +600,7 @@ export declare type BryntumGridProps = {
594
600
  * (if explicitly specified) will be used as the `stateId`.
595
601
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-stateId)
596
602
  */
597
- stateId ? : string
603
+ stateId ? : string|null
598
604
  /**
599
605
  * 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`
600
606
  * will be saved using the [default state provider](https://bryntum.com/products/grid/docs/api/Core/state/StateProvider#property-instance-static).
@@ -10,7 +10,7 @@
10
10
 
11
11
  import { getCurrentInstance, onBeforeUnmount, onMounted, provide, ref, watch, toRaw } from 'vue';
12
12
 
13
- import type { AlignSpec, Base, Collection, CollectionConfig, Color, DomConfig, KeyMapConfig, List, MaskConfig, Model, ReactJSX, Rectangle, Scroller, ScrollerConfig, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
13
+ import type { AlignSpec, Base, Collection, CollectionConfig, Color, DomConfig, KeyMapConfig, List, MaskConfig, Model, OverflowTwinConfig, ReactJSX, Rectangle, Scroller, ScrollerConfig, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
14
14
  import type { GroupBarListeners } from '@bryntum/grid-thin';
15
15
  import { GroupBar } from '@bryntum/grid-thin';
16
16
 
@@ -399,6 +399,12 @@ defineProps<{
399
399
  * Configure as `true` to allow multi select and allow clicking and key navigation to select multiple chips.
400
400
  */
401
401
  multiSelect ? : Boolean
402
+ /**
403
+ * 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
404
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
405
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GroupBar#config-overflowTwinConfig)
406
+ */
407
+ overflowTwinConfig ? : OverflowTwinConfig|null
402
408
  /**
403
409
  * 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
404
410
  * not participate in the standard layout of that widget, and must be positioned relatively to that
@@ -790,6 +796,7 @@ const widgetData = {
790
796
  'maskDefaults',
791
797
  'masked',
792
798
  'monitorResize',
799
+ 'overflowTwinConfig',
793
800
  'positioned',
794
801
  'preventTooltipOnTouch',
795
802
  'relayStoreEvents',
@@ -1,4 +1,4 @@
1
- import type { AlignSpec, Base, Collection, CollectionConfig, Color, DomConfig, KeyMapConfig, MaskConfig, Model, ReactJSX, Rectangle, Scroller, ScrollerConfig, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
1
+ import type { AlignSpec, Base, Collection, CollectionConfig, Color, DomConfig, KeyMapConfig, MaskConfig, Model, OverflowTwinConfig, ReactJSX, Rectangle, Scroller, ScrollerConfig, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
2
2
  import type { GroupBarListeners } from '@bryntum/grid-thin';
3
3
 
4
4
  export declare type BryntumGroupBarProps = {
@@ -384,6 +384,12 @@ export declare type BryntumGroupBarProps = {
384
384
  * Configure as `true` to allow multi select and allow clicking and key navigation to select multiple chips.
385
385
  */
386
386
  multiSelect ? : Boolean
387
+ /**
388
+ * 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
389
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
390
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GroupBar#config-overflowTwinConfig)
391
+ */
392
+ overflowTwinConfig ? : OverflowTwinConfig|null
387
393
  /**
388
394
  * 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
389
395
  * not participate in the standard layout of that widget, and must be positioned relatively to that