@bryntum/grid-vue-3-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 (63) hide show
  1. package/README.md +4 -4
  2. package/lib/chunks/{DYXBLIYI.js → BEpkEfAN.js} +8 -6
  3. package/lib/chunks/BEpkEfAN.js.map +1 -0
  4. package/lib/chunks/{CY1iE7DM.js → BKugnVld.js} +5 -3
  5. package/lib/chunks/BKugnVld.js.map +1 -0
  6. package/lib/chunks/{DxJ_eGe0.js → BTcO6tuX.js} +10 -8
  7. package/lib/chunks/BTcO6tuX.js.map +1 -0
  8. package/lib/chunks/{DiGTPgG-.js → BzeXROGa.js} +14 -12
  9. package/lib/chunks/BzeXROGa.js.map +1 -0
  10. package/lib/chunks/{kePPbdOW.js → COPuXCyC.js} +9 -7
  11. package/lib/chunks/COPuXCyC.js.map +1 -0
  12. package/lib/chunks/{DdqL-AKl.js → D2pHiUsM.js} +10 -8
  13. package/lib/chunks/D2pHiUsM.js.map +1 -0
  14. package/lib/chunks/{Ci62kqiA.js → DZNB959U.js} +8 -6
  15. package/lib/chunks/DZNB959U.js.map +1 -0
  16. package/lib/chunks/{Qh0FUJz3.js → UrdmEg5i.js} +6 -4
  17. package/lib/chunks/UrdmEg5i.js.map +1 -0
  18. package/lib/chunks/{C0JvA2nJ.js → ZrkYgMB_.js} +8 -6
  19. package/lib/chunks/ZrkYgMB_.js.map +1 -0
  20. package/lib/chunks/{rQ3-VslX.js → aIRx33tf.js} +13 -11
  21. package/lib/chunks/aIRx33tf.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 +8 -1
  37. package/src/components/BryntumChecklistFilterComboProps.ts +7 -1
  38. package/src/components/BryntumGrid.vue +10 -3
  39. package/src/components/BryntumGridBase.vue +10 -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 +8 -1
  44. package/src/components/BryntumGridFieldFilterPickerGroup.vue +8 -1
  45. package/src/components/BryntumGridFieldFilterPickerGroupProps.ts +7 -1
  46. package/src/components/BryntumGridFieldFilterPickerProps.ts +7 -1
  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 +10 -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
 
@@ -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 = {
@@ -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).
@@ -2341,6 +2347,7 @@ const widgetData = {
2341
2347
  'maskDefaults',
2342
2348
  'masked',
2343
2349
  'monitorResize',
2350
+ 'overflowTwinConfig',
2344
2351
  'plugins',
2345
2352
  'preserveFocusOnDatasetChange',
2346
2353
  'preserveScrollOnDatasetChange',
@@ -2357,7 +2364,6 @@ const widgetData = {
2357
2364
  'showDirty',
2358
2365
  'stateful',
2359
2366
  'statefulEvents',
2360
- 'stateId',
2361
2367
  'stateProvider',
2362
2368
  'strips',
2363
2369
  'subGridConfigs',
@@ -2533,6 +2539,7 @@ const widgetData = {
2533
2539
  'scrollable',
2534
2540
  'selectionMode',
2535
2541
  'span',
2542
+ 'stateId',
2536
2543
  'stateSettings',
2537
2544
  'store',
2538
2545
  'title',
@@ -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).
@@ -2339,6 +2345,7 @@ const widgetData = {
2339
2345
  'maskDefaults',
2340
2346
  'masked',
2341
2347
  'monitorResize',
2348
+ 'overflowTwinConfig',
2342
2349
  'plugins',
2343
2350
  'preserveFocusOnDatasetChange',
2344
2351
  'preserveScrollOnDatasetChange',
@@ -2355,7 +2362,6 @@ const widgetData = {
2355
2362
  'showDirty',
2356
2363
  'stateful',
2357
2364
  'statefulEvents',
2358
- 'stateId',
2359
2365
  'stateProvider',
2360
2366
  'strips',
2361
2367
  'subGridConfigs',
@@ -2530,6 +2536,7 @@ const widgetData = {
2530
2536
  'scrollable',
2531
2537
  'selectionMode',
2532
2538
  'span',
2539
+ 'stateId',
2533
2540
  'stateSettings',
2534
2541
  'store',
2535
2542
  'title',
@@ -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
 
@@ -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
@@ -818,6 +824,7 @@ const widgetData = {
818
824
  'namedItems',
819
825
  'operatorLocked',
820
826
  'operators',
827
+ 'overflowTwinConfig',
821
828
  'positioned',
822
829
  'preventTooltipOnTouch',
823
830
  'propertyFieldConfig',
@@ -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
 
@@ -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
@@ -836,6 +842,7 @@ const widgetData = {
836
842
  'monitorResize',
837
843
  'namedItems',
838
844
  'operators',
845
+ 'overflowTwinConfig',
839
846
  'positioned',
840
847
  'preventTooltipOnTouch',
841
848
  'relayStoreEvents',
@@ -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 = {
@@ -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 = {
@@ -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
@@ -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 { GridContainerItemConfig, TreeComboListeners } from '@bryntum/grid-thin';
15
15
  import { TreeCombo } from '@bryntum/grid-thin';
16
16
 
@@ -585,6 +585,12 @@ defineProps<{
585
585
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-name)
586
586
  */
587
587
  name ? : string
588
+ /**
589
+ * 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
590
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
591
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-overflowTwinConfig)
592
+ */
593
+ overflowTwinConfig ? : OverflowTwinConfig|null
588
594
  /**
589
595
  * This implies that the picker will display an anchor pointer, but also means that the picker will align closer
590
596
  * to the input field so that the pointer pierces the [pickerAlignElement](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-pickerAlignElement)
@@ -1082,6 +1088,7 @@ const widgetData = {
1082
1088
  'monitorResize',
1083
1089
  'multiValueSeparator',
1084
1090
  'name',
1091
+ 'overflowTwinConfig',
1085
1092
  'overlayAnchor',
1086
1093
  'pickerAlignElement',
1087
1094
  '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 { GridContainerItemConfig, TreeComboListeners } from '@bryntum/grid-thin';
3
3
 
4
4
  export declare type BryntumTreeComboProps = {
@@ -570,6 +570,12 @@ export declare type BryntumTreeComboProps = {
570
570
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-name)
571
571
  */
572
572
  name ? : string
573
+ /**
574
+ * 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
575
+ * overflow menu (see [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow)).
576
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-overflowTwinConfig)
577
+ */
578
+ overflowTwinConfig ? : OverflowTwinConfig|null
573
579
  /**
574
580
  * This implies that the picker will display an anchor pointer, but also means that the picker will align closer
575
581
  * 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 { 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 { 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, 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, TreeGridListeners, TreeGroup, TreeGroupConfig, XLSColumn } from '@bryntum/grid-thin';
38
38
  import { TreeGrid } 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/TreeGrid#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/TreeGrid#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).
@@ -2340,6 +2346,7 @@ const widgetData = {
2340
2346
  'maskDefaults',
2341
2347
  'masked',
2342
2348
  'monitorResize',
2349
+ 'overflowTwinConfig',
2343
2350
  'plugins',
2344
2351
  'preserveFocusOnDatasetChange',
2345
2352
  'preserveScrollOnDatasetChange',
@@ -2356,7 +2363,6 @@ const widgetData = {
2356
2363
  'showDirty',
2357
2364
  'stateful',
2358
2365
  'statefulEvents',
2359
- 'stateId',
2360
2366
  'stateProvider',
2361
2367
  'strips',
2362
2368
  'subGridConfigs',
@@ -2532,6 +2538,7 @@ const widgetData = {
2532
2538
  'scrollable',
2533
2539
  'selectionMode',
2534
2540
  'span',
2541
+ 'stateId',
2535
2542
  'stateSettings',
2536
2543
  'store',
2537
2544
  'title',
@@ -1,4 +1,4 @@
1
- import type { 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 { 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, 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, TreeGridListeners, TreeGroup, TreeGroupConfig } from '@bryntum/grid-thin';
3
3
 
4
4
  export declare type BryntumTreeGridProps = {
@@ -444,6 +444,12 @@ export declare type BryntumTreeGridProps = {
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/TreeGrid#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 BryntumTreeGridProps = {
594
600
  * (if explicitly specified) will be used as the `stateId`.
595
601
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#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).