@bryntum/grid-thin-trial 7.1.3 → 7.2.0

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 (133) hide show
  1. package/README.md +1 -1
  2. package/entry.js +4 -0
  3. package/grid.css +5 -0
  4. package/grid.css.map +2 -2
  5. package/grid.d.ts +554 -23
  6. package/lib/column/Column.js +1 -1
  7. package/lib/column/TreeColumn.js +1 -1
  8. package/lib/column/mixin/TreeColumnMixin.js +1 -0
  9. package/lib/data/ColumnStore.js +1 -1
  10. package/lib/feature/AI.js +1 -0
  11. package/lib/feature/CellCopyPaste.js +1 -1
  12. package/lib/feature/CellEdit.js +1 -1
  13. package/lib/feature/CellMenu.js +1 -1
  14. package/lib/feature/Charts.js +1 -1
  15. package/lib/feature/ColumnPicker.js +1 -1
  16. package/lib/feature/FillHandle.js +1 -1
  17. package/lib/feature/Filter.js +1 -1
  18. package/lib/feature/FilterBar.js +1 -1
  19. package/lib/feature/Group.js +1 -1
  20. package/lib/feature/GroupSummary.js +1 -1
  21. package/lib/feature/HeaderMenu.js +1 -1
  22. package/lib/feature/LockRows.js +1 -1
  23. package/lib/feature/MergeCells.js +1 -1
  24. package/lib/feature/PinColumns.js +1 -1
  25. package/lib/feature/QuickFind.js +1 -1
  26. package/lib/feature/RegionResize.js +1 -1
  27. package/lib/feature/RowCopyPaste.js +1 -1
  28. package/lib/feature/RowExpander.css +9 -0
  29. package/lib/feature/RowExpander.js +1 -1
  30. package/lib/feature/RowReorder.js +1 -1
  31. package/lib/feature/Search.js +1 -1
  32. package/lib/feature/Sort.js +1 -1
  33. package/lib/feature/Split.js +1 -1
  34. package/lib/feature/Stripe.js +1 -1
  35. package/lib/feature/Summary.js +1 -1
  36. package/lib/feature/Tree.js +1 -1
  37. package/lib/feature/TreeGroup.js +1 -1
  38. package/lib/feature/ai/AIFilter.js +1 -1
  39. package/lib/feature/ai/agents/DefaultGridAgent.js +3 -3
  40. package/lib/feature/base/GridEditBase.js +1 -1
  41. package/lib/localization/Ar.js +2 -1
  42. package/lib/localization/Bg.js +2 -1
  43. package/lib/localization/Ca.js +2 -1
  44. package/lib/localization/Cs.js +2 -1
  45. package/lib/localization/Da.js +2 -1
  46. package/lib/localization/De.js +2 -1
  47. package/lib/localization/El.js +2 -1
  48. package/lib/localization/En.js +2 -1
  49. package/lib/localization/EnGb.js +2 -1
  50. package/lib/localization/Es.js +2 -1
  51. package/lib/localization/Et.js +2 -1
  52. package/lib/localization/Eu.js +2 -1
  53. package/lib/localization/Fi.js +2 -1
  54. package/lib/localization/FrFr.js +2 -1
  55. package/lib/localization/Gl.js +2 -1
  56. package/lib/localization/He.js +2 -1
  57. package/lib/localization/Hi.js +2 -1
  58. package/lib/localization/Hr.js +2 -1
  59. package/lib/localization/Hu.js +2 -1
  60. package/lib/localization/Id.js +2 -1
  61. package/lib/localization/It.js +2 -1
  62. package/lib/localization/Ja.js +2 -1
  63. package/lib/localization/Kk.js +2 -1
  64. package/lib/localization/Ko.js +2 -1
  65. package/lib/localization/Lt.js +2 -1
  66. package/lib/localization/Lv.js +2 -1
  67. package/lib/localization/Ms.js +2 -1
  68. package/lib/localization/Nl.js +2 -1
  69. package/lib/localization/No.js +2 -1
  70. package/lib/localization/Pl.js +2 -1
  71. package/lib/localization/Pt.js +2 -1
  72. package/lib/localization/PtBr.js +2 -1
  73. package/lib/localization/Ro.js +2 -1
  74. package/lib/localization/Ru.js +2 -1
  75. package/lib/localization/Sk.js +2 -1
  76. package/lib/localization/Sl.js +2 -1
  77. package/lib/localization/Sr.js +2 -1
  78. package/lib/localization/SrRs.js +2 -1
  79. package/lib/localization/SvSE.js +2 -1
  80. package/lib/localization/Th.js +2 -1
  81. package/lib/localization/Tr.js +2 -1
  82. package/lib/localization/Uk.js +2 -1
  83. package/lib/localization/Vi.js +2 -1
  84. package/lib/localization/ZhCn.js +2 -1
  85. package/lib/localization/ZhTw.js +2 -1
  86. package/lib/row/RowManager.js +1 -1
  87. package/lib/view/GridBase.js +1 -1
  88. package/locales/grid.locale.Ar.js +1 -1
  89. package/locales/grid.locale.Bg.js +1 -1
  90. package/locales/grid.locale.Ca.js +1 -1
  91. package/locales/grid.locale.Cs.js +1 -1
  92. package/locales/grid.locale.Da.js +1 -1
  93. package/locales/grid.locale.De.js +1 -1
  94. package/locales/grid.locale.El.js +1 -1
  95. package/locales/grid.locale.En.js +1 -1
  96. package/locales/grid.locale.EnGb.js +1 -1
  97. package/locales/grid.locale.Es.js +1 -1
  98. package/locales/grid.locale.Et.js +1 -1
  99. package/locales/grid.locale.Eu.js +1 -1
  100. package/locales/grid.locale.Fi.js +1 -1
  101. package/locales/grid.locale.FrFr.js +1 -1
  102. package/locales/grid.locale.Gl.js +1 -1
  103. package/locales/grid.locale.He.js +1 -1
  104. package/locales/grid.locale.Hi.js +1 -1
  105. package/locales/grid.locale.Hr.js +1 -1
  106. package/locales/grid.locale.Hu.js +1 -1
  107. package/locales/grid.locale.Id.js +1 -1
  108. package/locales/grid.locale.It.js +1 -1
  109. package/locales/grid.locale.Ja.js +1 -1
  110. package/locales/grid.locale.Kk.js +1 -1
  111. package/locales/grid.locale.Ko.js +1 -1
  112. package/locales/grid.locale.Lt.js +1 -1
  113. package/locales/grid.locale.Lv.js +1 -1
  114. package/locales/grid.locale.Ms.js +1 -1
  115. package/locales/grid.locale.Nl.js +1 -1
  116. package/locales/grid.locale.No.js +1 -1
  117. package/locales/grid.locale.Pl.js +1 -1
  118. package/locales/grid.locale.Pt.js +1 -1
  119. package/locales/grid.locale.PtBr.js +1 -1
  120. package/locales/grid.locale.Ro.js +1 -1
  121. package/locales/grid.locale.Ru.js +1 -1
  122. package/locales/grid.locale.Sk.js +1 -1
  123. package/locales/grid.locale.Sl.js +1 -1
  124. package/locales/grid.locale.Sr.js +1 -1
  125. package/locales/grid.locale.SrRs.js +1 -1
  126. package/locales/grid.locale.SvSE.js +1 -1
  127. package/locales/grid.locale.Th.js +1 -1
  128. package/locales/grid.locale.Tr.js +1 -1
  129. package/locales/grid.locale.Uk.js +1 -1
  130. package/locales/grid.locale.Vi.js +1 -1
  131. package/locales/grid.locale.ZhCn.js +1 -1
  132. package/locales/grid.locale.ZhTw.js +1 -1
  133. package/package.json +1 -1
package/grid.d.ts CHANGED
@@ -1,12 +1,13 @@
1
- import { AIBase, AIModelConfiguration, AbstractApiPlugin, AjaxStore, AjaxStoreConfig, AlignSpec, AnimateScrollOptions, Base,
2
- BryntumListenerConfig, BryntumScrollOptions, ChipView, ChipViewConfig, Collection, CollectionCompareOperator, CollectionConfig,
3
- CollectionFilter, CollectionFilterConfig, CollectionSorter, CollectionSorterConfig, ColorDescriptor, Combo, ComboConfig, ComboModel,
4
- Container, ContextMenuBase, CoreColumn, CoreColumnConfig, CoreContainerItem, CoreContainerItemConfig, CoreContainerLayoutConfig,
5
- CoreInputFieldConfig, CoreModelFieldConfig, DataField, DataLoadRequestResponse, DomClassList, DomConfig, DragHelper, DragHelperConfig,
6
- Duration, DurationConfig, Editor, EditorConfig, EventsClass, FetchOptions, Field, FieldContainer, FieldContainerConfig,
7
- FieldFilterPicker, FieldFilterPickerConfig, FieldFilterPickerGroup, FieldOption, FieldTriggerConfig, FormulaProvider,
8
- FormulaProviderConfig, Grouper, InstancePlugin, KeyMap, KeyMapConfig, LazyLoadRequestParams, List, ListConfig, LocaleHelper,
9
- LocaleManager, Mask, MaskConfig, Menu, MenuConfig, MenuItem, MenuItemEntry, Model, NumberFormat, NumberFormatConfig,
1
+ import { AIBase, AIModelConfiguration, AIModelSelector, AISettingsModel, AISettingsModelConfig, AITool, AIToolConfig,
2
+ AIVoiceActivationConfig, AbstractApiPlugin, AjaxStore, AjaxStoreConfig, AlignSpec, AnimateScrollOptions, Base, BryntumListenerConfig,
3
+ BryntumScrollOptions, ChatButton, ChatButtonConfig, ChipView, ChipViewConfig, Collection, CollectionCompareOperator, CollectionConfig,
4
+ CollectionFilter, CollectionFilterConfig, CollectionSorter, CollectionSorterConfig, Color, ColorDescriptor, Combo, ComboConfig,
5
+ ComboModel, Container, ContextMenuBase, CoreColumn, CoreColumnConfig, CoreContainerItem, CoreContainerItemConfig,
6
+ CoreContainerLayoutConfig, CoreInputFieldConfig, CoreModelFieldConfig, DataField, DataLoadRequestResponse, DomClassList, DomConfig,
7
+ DragHelper, DragHelperConfig, Duration, DurationConfig, Editor, EditorConfig, EventsClass, FetchOptions, Field, FieldContainer,
8
+ FieldContainerConfig, FieldFilterPicker, FieldFilterPickerConfig, FieldFilterPickerGroup, FieldOption, FieldTriggerConfig,
9
+ FormulaProvider, FormulaProviderConfig, Grouper, InstancePlugin, KeyMap, KeyMapConfig, LazyLoadRequestParams, List, ListConfig,
10
+ LocaleHelper, LocaleManager, Mask, MaskConfig, Menu, MenuConfig, MenuItem, MenuItemEntry, Model, NumberFormat, NumberFormatConfig,
10
11
  PagingRequestParams, PagingToolbar, PagingToolbarConfig, Panel, PanelCollapser, PanelCollapserConfig, PanelCollapserOverlay,
11
12
  PanelCollapserOverlayConfig, PanelConfig, PanelHeader, Popup, PopupConfig, Rectangle, ScrollManager, ScrollManagerConfig, Scroller,
12
13
  ScrollerConfig, Sorter, StateProvider, StateTrackingManager, Store, StoreConfig, StoreSearchResult, SyncDataOnLoadOptions, Tab,
@@ -12896,6 +12897,10 @@ export class TreeColumn extends Column {
12896
12897
  * Identifies an object as an instance of [TreeColumn](https://bryntum.com/products/grid/docs/api/Grid/column/TreeColumn) class, or subclass thereof.
12897
12898
  */
12898
12899
  static readonly isTreeColumn: boolean
12900
+ /**
12901
+ * Identifies an object as an instance of [TreeColumnMixin](https://bryntum.com/products/grid/docs/api/Grid/column/mixin/TreeColumnMixin) class, or subclass thereof.
12902
+ */
12903
+ static readonly isTreeColumnMixin: boolean
12899
12904
  /**
12900
12905
  * The icon to use for the expand / collapse button in expanded state
12901
12906
  */
@@ -12920,6 +12925,10 @@ export class TreeColumn extends Column {
12920
12925
  * Identifies an object as an instance of [TreeColumn](https://bryntum.com/products/grid/docs/api/Grid/column/TreeColumn) class, or subclass thereof.
12921
12926
  */
12922
12927
  readonly isTreeColumn: boolean
12928
+ /**
12929
+ * Identifies an object as an instance of [TreeColumnMixin](https://bryntum.com/products/grid/docs/api/Grid/column/mixin/TreeColumnMixin) class, or subclass thereof.
12930
+ */
12931
+ readonly isTreeColumnMixin: boolean
12923
12932
  /**
12924
12933
  * The icon to use for the leaf nodes in the tree
12925
12934
  */
@@ -13712,6 +13721,88 @@ export class WidgetColumn extends Column {
13712
13721
  }): void;
13713
13722
  }
13714
13723
 
13724
+ /**
13725
+ * Type with configuration options for [TreeColumnMixin](https://bryntum.com/products/grid/docs/api/Grid/column/mixin/TreeColumnMixin) class.
13726
+ */
13727
+ type TreeColumnMixinClassConfig = {
13728
+ /**
13729
+ * The icon to use for the expand / collapse button in expanded state
13730
+ */
13731
+ collapseIconCls?: string|null
13732
+ /**
13733
+ * The icon to use for a parent node in collapsed state
13734
+ */
13735
+ collapsedFolderIconCls?: string|null
13736
+ /**
13737
+ * The icon to use for the expand / collapse button icon in collapsed state
13738
+ */
13739
+ expandIconCls?: string|null
13740
+ /**
13741
+ * The icon to use for a parent node in expanded state
13742
+ */
13743
+ expandedFolderIconCls?: string|null
13744
+ /**
13745
+ * Size of the child indent in em. Resulting indent is indentSize multiplied by child level.
13746
+ * ...
13747
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/column/mixin/TreeColumnMixin#config-indentSize)
13748
+ */
13749
+ indentSize?: number
13750
+ /**
13751
+ * The icon to use for the leaf nodes in the tree
13752
+ */
13753
+ leafIconCls?: string|null
13754
+ }
13755
+
13756
+ export class TreeColumnMixinClass {
13757
+ /**
13758
+ * Identifies this column as a tree column
13759
+ */
13760
+ static readonly isTreeColumn: boolean
13761
+ /**
13762
+ * Identifies an object as an instance of [TreeColumnMixin](https://bryntum.com/products/grid/docs/api/Grid/column/mixin/TreeColumnMixin) class, or subclass thereof.
13763
+ */
13764
+ static readonly isTreeColumnMixin: boolean
13765
+ /**
13766
+ * The icon to use for the expand / collapse button in expanded state
13767
+ */
13768
+ collapseIconCls: string|null
13769
+ /**
13770
+ * The icon to use for a parent node in collapsed state
13771
+ */
13772
+ collapsedFolderIconCls: string|null
13773
+ /**
13774
+ * The icon to use for the expand / collapse button icon in collapsed state
13775
+ */
13776
+ expandIconCls: string|null
13777
+ /**
13778
+ * The icon to use for a parent node in expanded state
13779
+ */
13780
+ expandedFolderIconCls: string|null
13781
+ /**
13782
+ * Size of the child indent in em. Resulting indent is indentSize multiplied by child level.
13783
+ */
13784
+ indentSize: number
13785
+ /**
13786
+ * Identifies this column as a tree column
13787
+ */
13788
+ readonly isTreeColumn: boolean
13789
+ /**
13790
+ * Identifies an object as an instance of [TreeColumnMixin](https://bryntum.com/products/grid/docs/api/Grid/column/mixin/TreeColumnMixin) class, or subclass thereof.
13791
+ */
13792
+ readonly isTreeColumnMixin: boolean
13793
+ /**
13794
+ * The icon to use for the leaf nodes in the tree
13795
+ */
13796
+ leafIconCls: string|null
13797
+ /**
13798
+ * Creates an instance of the class using the supplied configuration
13799
+ * @param {TreeColumnMixinClassConfig} config
13800
+ */
13801
+ constructor(config?: TreeColumnMixinClassConfig);
13802
+ }
13803
+
13804
+ export const TreeColumnMixin : <T extends AnyConstructor<Base>>(base : T) => AnyConstructor<InstanceType<T> & TreeColumnMixinClass>
13805
+
13715
13806
  /**
13716
13807
  * Type with available listeners functions for [ColumnStore](https://bryntum.com/products/grid/docs/api/Grid/data/ColumnStore) class.
13717
13808
  * Could be used for callbacks typings in TypeScript application.
@@ -15166,6 +15257,339 @@ export class GridRowModel extends Model {
15166
15257
  target: '_self'|'_blank'|'_parent'|'_top'|null
15167
15258
  }
15168
15259
 
15260
+ /**
15261
+ * Type with available listeners functions for [AI](https://bryntum.com/products/grid/docs/api/Grid/feature/AI) class.
15262
+ * Could be used for callbacks typings in TypeScript application.
15263
+ */
15264
+ type AIListenersTypes = {
15265
+ /**
15266
+ * Fires before an object is destroyed.
15267
+ * @param {object} event Event object
15268
+ * @param {Core.Base} event.source The Object that is being destroyed.
15269
+ */
15270
+ beforeDestroy: (event: { source: Base }) => void
15271
+ /**
15272
+ * Fires when any other event is fired from the object.
15273
+ * ...
15274
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/AI#event-catchAll)
15275
+ * @param {object} event Event object
15276
+ * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
15277
+ * @param {string} event.event.type The type of the event which is caught by the listener
15278
+ */
15279
+ catchAll: (event: {[key: string]: any, type: string}) => void
15280
+ /**
15281
+ * Fires when an object is destroyed.
15282
+ * @param {object} event Event object
15283
+ * @param {Core.Base} event.source The Object that is being destroyed.
15284
+ */
15285
+ destroy: (event: { source: Base }) => void
15286
+ /**
15287
+ * Fired when the plugin/feature is disabled.
15288
+ * @param {object} event Event object
15289
+ * @param {Core.mixin.InstancePlugin} event.source
15290
+ */
15291
+ disable: (event: { source: InstancePlugin }) => void
15292
+ /**
15293
+ * Fired when the plugin/feature is enabled.
15294
+ * @param {object} event Event object
15295
+ * @param {Core.mixin.InstancePlugin} event.source
15296
+ */
15297
+ enable: (event: { source: InstancePlugin }) => void
15298
+ /**
15299
+ * Fired when the user changes it's settings via the settings panel
15300
+ * @param {object} event Event object
15301
+ * @param {Core.data.AISettingsModel} event.userSettings The user settings record
15302
+ * @param {object} event.changes The changed properties and the new value
15303
+ */
15304
+ userSettingsUpdate: (event: { userSettings: AISettingsModel, changes: object }) => void
15305
+ }
15306
+
15307
+ /**
15308
+ * Type with listeners options for [AI](https://bryntum.com/products/grid/docs/api/Grid/feature/AI) class.
15309
+ */
15310
+ type AIListeners = {
15311
+ /**
15312
+ * The `this` object for listener methods
15313
+ */
15314
+ thisObj?: object
15315
+ /**
15316
+ * Fires before an object is destroyed.
15317
+ * @param {object} event Event object
15318
+ * @param {Core.Base} event.source The Object that is being destroyed.
15319
+ */
15320
+ beforeDestroy?: ((event: { source: Base }) => void)|string
15321
+ /**
15322
+ * Fires when any other event is fired from the object.
15323
+ * ...
15324
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/AI#event-catchAll)
15325
+ * @param {object} event Event object
15326
+ * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
15327
+ * @param {string} event.event.type The type of the event which is caught by the listener
15328
+ */
15329
+ catchAll?: ((event: {[key: string]: any, type: string}) => void)|string
15330
+ /**
15331
+ * Fires when an object is destroyed.
15332
+ * @param {object} event Event object
15333
+ * @param {Core.Base} event.source The Object that is being destroyed.
15334
+ */
15335
+ destroy?: ((event: { source: Base }) => void)|string
15336
+ /**
15337
+ * Fired when the plugin/feature is disabled.
15338
+ * @param {object} event Event object
15339
+ * @param {Core.mixin.InstancePlugin} event.source
15340
+ */
15341
+ disable?: ((event: { source: InstancePlugin }) => void)|string
15342
+ /**
15343
+ * Fired when the plugin/feature is enabled.
15344
+ * @param {object} event Event object
15345
+ * @param {Core.mixin.InstancePlugin} event.source
15346
+ */
15347
+ enable?: ((event: { source: InstancePlugin }) => void)|string
15348
+ /**
15349
+ * Fired when the user changes it's settings via the settings panel
15350
+ * @param {object} event Event object
15351
+ * @param {Core.data.AISettingsModel} event.userSettings The user settings record
15352
+ * @param {object} event.changes The changed properties and the new value
15353
+ */
15354
+ userSettingsUpdate?: ((event: { userSettings: AISettingsModel, changes: object }) => void)|string
15355
+ }
15356
+
15357
+ /**
15358
+ * Type with configuration options for [AI](https://bryntum.com/products/grid/docs/api/Grid/feature/AI) class.
15359
+ */
15360
+ type AIConfig = {
15361
+ type?: 'ai'
15362
+ /**
15363
+ * AI plugin to use. Provide the class here. Available plugins are:
15364
+ * ...
15365
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/AI#config-apiPlugin)
15366
+ */
15367
+ apiPlugin?: typeof AbstractApiPlugin
15368
+ /**
15369
+ * Shows an AI model selector in the SettingsPanel where the user can select between the available API:s
15370
+ */
15371
+ availableApis?: AIModelSelector[]
15372
+ /**
15373
+ * Set this to `true` or a config object to add a [ChatButton](https://bryntum.com/products/grid/docs/api/Core/widget/chat/ChatButton)
15374
+ */
15375
+ chatButton?: boolean|ChatButtonConfig
15376
+ /**
15377
+ * Set to `true` to automatically console.log things that happen internally. AI responses and audio processing
15378
+ * for example.
15379
+ */
15380
+ debugMode?: boolean
15381
+ /**
15382
+ * An array of strings which will be circulated as waiting status texts when awaiting long AI responses
15383
+ * Defaults to `['Waiting', 'Waiting ...', 'Still waiting', 'Still waiting ...']`
15384
+ */
15385
+ delayStatusTexts?: string[]
15386
+ /**
15387
+ * The plugin/feature `disabled` state.
15388
+ * ...
15389
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/AI#config-disabled)
15390
+ */
15391
+ disabled?: boolean|'inert'
15392
+ /**
15393
+ * The URL to send feedback (thumbs up/thumbs down) to
15394
+ */
15395
+ feedbackUrl?: string
15396
+ /**
15397
+ * Additional options to pass to fetch requests
15398
+ */
15399
+ fetchOptions?: object
15400
+ /**
15401
+ * By default, data item which are targeted in an AI action will be highlighted in the UI. Set this to `false`
15402
+ * to prevent this behavior.
15403
+ */
15404
+ highlightRelatedItems?: boolean
15405
+ /**
15406
+ * The listener set for this object.
15407
+ * ...
15408
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/AI#config-listeners)
15409
+ */
15410
+ listeners?: AIListeners
15411
+ /**
15412
+ * Set to `false` to not manage chat history on the client
15413
+ */
15414
+ manageChatHistory?: boolean
15415
+ /**
15416
+ * Max tokens setting (if applicable)
15417
+ */
15418
+ max_tokens?: number
15419
+ /**
15420
+ * AI model name (if applicable)
15421
+ */
15422
+ model?: string
15423
+ /**
15424
+ * Use this to provide more details of data models currently available for the AI agent to work with. Provide
15425
+ * an object with model class names as keys and configuration objects as values.
15426
+ * ...
15427
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/AI#config-models)
15428
+ */
15429
+ models?: Record<string, AIModelConfiguration>
15430
+ /**
15431
+ * The URL to send text prompts to
15432
+ */
15433
+ promptUrl?: string
15434
+ /**
15435
+ * Enables support for redoing data modifying actions performed by the AI. Shows a redo icon under the last
15436
+ * redoable message in the ChatPanel. Requires undo to be enabled.
15437
+ */
15438
+ redo?: boolean
15439
+ /**
15440
+ * Set to `true` to always prompt the user for confirmation before allowing the AI to add records
15441
+ */
15442
+ requireConfirmationOnAdds?: boolean
15443
+ /**
15444
+ * Set to `true` to always prompt the user for confirmation before allowing the AI to remove records
15445
+ */
15446
+ requireConfirmationOnRemovals?: boolean
15447
+ /**
15448
+ * Set to `true` to always prompt the user for confirmation before allowing the AI to update records
15449
+ */
15450
+ requireConfirmationOnUpdates?: boolean
15451
+ /**
15452
+ * Set to `true` to upon creation, send a test prompt to verify the connection to the AI backend. If the test
15453
+ * fails, a warning icon will be shown on the chat panel.
15454
+ */
15455
+ showNoConnectionIcon?: boolean
15456
+ /**
15457
+ * Temperature setting (if applicable). Overrides the default temperature set by the apiPlugin.
15458
+ */
15459
+ temperature?: number
15460
+ /**
15461
+ * The URL to send text for speech synthesizing
15462
+ */
15463
+ textToSpeechUrl?: string
15464
+ /**
15465
+ * A number of milliseconds a prompt is allowed to take before being aborted. Defaults to `60000` (1 minute).
15466
+ */
15467
+ timeout?: number
15468
+ /**
15469
+ * Use this to add custom tools to the AI model's tool list or to remove existing tools. Provide an object
15470
+ * with the tool names as keys and configuration objects as values. Please note that modifying existing tools is
15471
+ * not supported, only removing them.
15472
+ * ...
15473
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/AI#config-tools)
15474
+ */
15475
+ tools?: Record<string, AIToolConfig>
15476
+ /**
15477
+ * Use this to provide example prompt scenarios to "teach" the AI of more complex tasks. Must be configured as
15478
+ * an array containing arrays which contains the AI messages for the complete conversation.
15479
+ * ...
15480
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/AI#config-trainingData)
15481
+ */
15482
+ trainingData?: any[]
15483
+ /**
15484
+ * The URL to send audio for transcribing
15485
+ */
15486
+ transcribeUrl?: string
15487
+ /**
15488
+ * Enables support for undoing data modifying actions performed by the AI. Shows an undo icon under the last
15489
+ * undoable message in the ChatPanel.
15490
+ */
15491
+ undo?: boolean
15492
+ /**
15493
+ * A configuration object containing the user's preferred AI feature settings. If there is a matching AI feature
15494
+ * class config, the user setting will take precedence
15495
+ * JSON.
15496
+ */
15497
+ userSettings?: AISettingsModelConfig|AISettingsModel
15498
+ /**
15499
+ * Experimental configuration of the AI verbosity. Valid values are `"1"`, `"2"` and `"3"`, where `"1"` is
15500
+ * lowest.
15501
+ */
15502
+ verbosityLevel?: string
15503
+ /**
15504
+ * Configuration settings for voice activation
15505
+ */
15506
+ voiceActivation?: AIVoiceActivationConfig
15507
+ /**
15508
+ * Forces voice only mode, which hides the chat panel and only shows a record chat button.
15509
+ */
15510
+ voiceOnly?: boolean
15511
+ /**
15512
+ * Fires before an object is destroyed.
15513
+ * @param {object} event Event object
15514
+ * @param {Core.Base} event.source The Object that is being destroyed.
15515
+ */
15516
+ onBeforeDestroy?: ((event: { source: Base }) => void)|string
15517
+ /**
15518
+ * Fires when any other event is fired from the object.
15519
+ * ...
15520
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/AI#event-catchAll)
15521
+ * @param {object} event Event object
15522
+ * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
15523
+ * @param {string} event.event.type The type of the event which is caught by the listener
15524
+ */
15525
+ onCatchAll?: ((event: {[key: string]: any, type: string}) => void)|string
15526
+ /**
15527
+ * Fires when an object is destroyed.
15528
+ * @param {object} event Event object
15529
+ * @param {Core.Base} event.source The Object that is being destroyed.
15530
+ */
15531
+ onDestroy?: ((event: { source: Base }) => void)|string
15532
+ /**
15533
+ * Fired when the plugin/feature is disabled.
15534
+ * @param {object} event Event object
15535
+ * @param {Core.mixin.InstancePlugin} event.source
15536
+ */
15537
+ onDisable?: ((event: { source: InstancePlugin }) => void)|string
15538
+ /**
15539
+ * Fired when the plugin/feature is enabled.
15540
+ * @param {object} event Event object
15541
+ * @param {Core.mixin.InstancePlugin} event.source
15542
+ */
15543
+ onEnable?: ((event: { source: InstancePlugin }) => void)|string
15544
+ /**
15545
+ * Fired when the user changes it's settings via the settings panel
15546
+ * @param {object} event Event object
15547
+ * @param {Core.data.AISettingsModel} event.userSettings The user settings record
15548
+ * @param {object} event.changes The changed properties and the new value
15549
+ */
15550
+ onUserSettingsUpdate?: ((event: { userSettings: AISettingsModel, changes: object }) => void)|string
15551
+ }
15552
+
15553
+ /**
15554
+ * This feature provides an AI agent for Grid. It provides a chat panel that allows the user to send messages to the
15555
+ * agent and see the responses. Which allows the user to use natural language to interact with the Grid in different
15556
+ * ways. For example, the user can ask the agent to filter the data, sort it, or select specific records. The agent can
15557
+ * also perform data manipulation operations such as adding, updating, deleting records.
15558
+ * ...
15559
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/AI)
15560
+ */
15561
+ export class AI extends AIBase {
15562
+ /**
15563
+ * Identifies an object as an instance of [AI](https://bryntum.com/products/grid/docs/api/Grid/feature/AI) class, or subclass thereof.
15564
+ */
15565
+ static readonly isAI: boolean
15566
+ /**
15567
+ * Identifies an object as an instance of [AI](https://bryntum.com/products/grid/docs/api/Grid/feature/AI) class, or subclass thereof.
15568
+ */
15569
+ readonly isAI: boolean
15570
+ /**
15571
+ * Fires before an object is destroyed.
15572
+ * @param {object} event Event object
15573
+ * @param {Core.Base} event.source The Object that is being destroyed.
15574
+ */
15575
+ onBeforeDestroy: ((event: { source: Base }) => void)|string
15576
+ /**
15577
+ * Fires when any other event is fired from the object.
15578
+ * ...
15579
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/AI#event-catchAll)
15580
+ * @param {object} event Event object
15581
+ * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
15582
+ * @param {string} event.event.type The type of the event which is caught by the listener
15583
+ */
15584
+ onCatchAll: ((event: {[key: string]: any, type: string}) => void)|string
15585
+ /**
15586
+ * Fires when an object is destroyed.
15587
+ * @param {object} event Event object
15588
+ * @param {Core.Base} event.source The Object that is being destroyed.
15589
+ */
15590
+ onDestroy: ((event: { source: Base }) => void)|string
15591
+ }
15592
+
15169
15593
  /**
15170
15594
  * Type with available listeners functions for [CellCopyPaste](https://bryntum.com/products/grid/docs/api/Grid/feature/CellCopyPaste) class.
15171
15595
  * Could be used for callbacks typings in TypeScript application.
@@ -16269,6 +16693,10 @@ type CellTooltipConfig = {
16269
16693
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellTooltip#config-bodyCls)
16270
16694
  */
16271
16695
  bodyCls?: string|object
16696
+ /**
16697
+ * Set `true` to add a border to this container's element.
16698
+ */
16699
+ border?: boolean
16272
16700
  /**
16273
16701
  * An object where property names with a truthy value indicate which events should bubble up the ownership
16274
16702
  * hierarchy when triggered.
@@ -16341,7 +16769,7 @@ type CellTooltipConfig = {
16341
16769
  * ...
16342
16770
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellTooltip#config-color)
16343
16771
  */
16344
- color?: string
16772
+ color?: Color
16345
16773
  /**
16346
16774
  * Programmatic control over which column to start in when used in a grid layout.
16347
16775
  */
@@ -25375,6 +25803,13 @@ type AIFilterListenersTypes = {
25375
25803
  * @param {Core.mixin.InstancePlugin} event.source
25376
25804
  */
25377
25805
  enable: (event: { source: InstancePlugin }) => void
25806
+ /**
25807
+ * Fired when the user changes it's settings via the settings panel
25808
+ * @param {object} event Event object
25809
+ * @param {Core.data.AISettingsModel} event.userSettings The user settings record
25810
+ * @param {object} event.changes The changed properties and the new value
25811
+ */
25812
+ userSettingsUpdate: (event: { userSettings: AISettingsModel, changes: object }) => void
25378
25813
  }
25379
25814
 
25380
25815
  /**
@@ -25418,6 +25853,13 @@ type AIFilterListeners = {
25418
25853
  * @param {Core.mixin.InstancePlugin} event.source
25419
25854
  */
25420
25855
  enable?: ((event: { source: InstancePlugin }) => void)|string
25856
+ /**
25857
+ * Fired when the user changes it's settings via the settings panel
25858
+ * @param {object} event Event object
25859
+ * @param {Core.data.AISettingsModel} event.userSettings The user settings record
25860
+ * @param {object} event.changes The changed properties and the new value
25861
+ */
25862
+ userSettingsUpdate?: ((event: { userSettings: AISettingsModel, changes: object }) => void)|string
25421
25863
  }
25422
25864
 
25423
25865
  /**
@@ -25431,11 +25873,20 @@ type AIFilterConfig = {
25431
25873
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/ai/AIFilter#config-apiPlugin)
25432
25874
  */
25433
25875
  apiPlugin?: typeof AbstractApiPlugin
25876
+ /**
25877
+ * Shows an AI model selector in the SettingsPanel where the user can select between the available API:s
25878
+ */
25879
+ availableApis?: AIModelSelector[]
25434
25880
  /**
25435
25881
  * Set to `true` to automatically console.log things that happen internally. AI responses and audio processing
25436
25882
  * for example.
25437
25883
  */
25438
25884
  debugMode?: boolean
25885
+ /**
25886
+ * An array of strings which will be circulated as waiting status texts when awaiting long AI responses
25887
+ * Defaults to `['Waiting', 'Waiting ...', 'Still waiting', 'Still waiting ...']`
25888
+ */
25889
+ delayStatusTexts?: string[]
25439
25890
  /**
25440
25891
  * The plugin/feature `disabled` state.
25441
25892
  * ...
@@ -25446,6 +25897,11 @@ type AIFilterConfig = {
25446
25897
  * Additional options to pass to fetch requests
25447
25898
  */
25448
25899
  fetchOptions?: object
25900
+ /**
25901
+ * By default, data item which are targeted in an AI action will be highlighted in the UI. Set this to `false`
25902
+ * to prevent this behavior.
25903
+ */
25904
+ highlightRelatedItems?: boolean
25449
25905
  /**
25450
25906
  * The listener set for this object.
25451
25907
  * ...
@@ -25472,13 +25928,51 @@ type AIFilterConfig = {
25472
25928
  */
25473
25929
  promptUrl?: string
25474
25930
  /**
25475
- * Temperature setting (if applicable)
25931
+ * Set to `true` to always prompt the user for confirmation before allowing the AI to add records
25932
+ */
25933
+ requireConfirmationOnAdds?: boolean
25934
+ /**
25935
+ * Set to `true` to always prompt the user for confirmation before allowing the AI to remove records
25936
+ */
25937
+ requireConfirmationOnRemovals?: boolean
25938
+ /**
25939
+ * Set to `true` to always prompt the user for confirmation before allowing the AI to update records
25940
+ */
25941
+ requireConfirmationOnUpdates?: boolean
25942
+ /**
25943
+ * Temperature setting (if applicable). Overrides the default temperature set by the apiPlugin.
25476
25944
  */
25477
25945
  temperature?: number
25946
+ /**
25947
+ * A number of milliseconds a prompt is allowed to take before being aborted. Defaults to `60000` (1 minute).
25948
+ */
25949
+ timeout?: number
25950
+ /**
25951
+ * Use this to provide example prompt scenarios to "teach" the AI of more complex tasks. Must be configured as
25952
+ * an array containing arrays which contains the AI messages for the complete conversation.
25953
+ * ...
25954
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/ai/AIFilter#config-trainingData)
25955
+ */
25956
+ trainingData?: any[]
25478
25957
  /**
25479
25958
  * The text to show in the toast when the text input did not result in any filter being applied
25480
25959
  */
25481
25960
  unsuccessfulFilterMessage?: string
25961
+ /**
25962
+ * A configuration object containing the user's preferred AI feature settings. If there is a matching AI feature
25963
+ * class config, the user setting will take precedence
25964
+ * JSON.
25965
+ */
25966
+ userSettings?: AISettingsModelConfig|AISettingsModel
25967
+ /**
25968
+ * Experimental configuration of the AI verbosity. Valid values are `"1"`, `"2"` and `"3"`, where `"1"` is
25969
+ * lowest.
25970
+ */
25971
+ verbosityLevel?: string
25972
+ /**
25973
+ * Configuration settings for voice activation
25974
+ */
25975
+ voiceActivation?: AIVoiceActivationConfig
25482
25976
  /**
25483
25977
  * Fires before an object is destroyed.
25484
25978
  * @param {object} event Event object
@@ -25512,6 +26006,13 @@ type AIFilterConfig = {
25512
26006
  * @param {Core.mixin.InstancePlugin} event.source
25513
26007
  */
25514
26008
  onEnable?: ((event: { source: InstancePlugin }) => void)|string
26009
+ /**
26010
+ * Fired when the user changes it's settings via the settings panel
26011
+ * @param {object} event Event object
26012
+ * @param {Core.data.AISettingsModel} event.userSettings The user settings record
26013
+ * @param {object} event.changes The changed properties and the new value
26014
+ */
26015
+ onUserSettingsUpdate?: ((event: { userSettings: AISettingsModel, changes: object }) => void)|string
25515
26016
  }
25516
26017
 
25517
26018
  /**
@@ -31194,6 +31695,7 @@ type GridListeners = {
31194
31695
  }
31195
31696
 
31196
31697
  type GridFeaturesType = {
31698
+ ai: AI
31197
31699
  aiFilter: AIFilter
31198
31700
  cellCopyPaste: CellCopyPaste
31199
31701
  cellEdit: CellEdit
@@ -31237,6 +31739,7 @@ type GridFeaturesType = {
31237
31739
  }
31238
31740
 
31239
31741
  type GridFeaturesConfigType = {
31742
+ ai?: string|boolean|AIConfig
31240
31743
  aiFilter?: string|boolean|AIFilterConfig
31241
31744
  cellCopyPaste?: string|boolean|CellCopyPasteConfig
31242
31745
  cellEdit?: string|boolean|CellEditConfig
@@ -31353,6 +31856,10 @@ type GridConfig = {
31353
31856
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-bodyCls)
31354
31857
  */
31355
31858
  bodyCls?: string|object
31859
+ /**
31860
+ * Set `true` to add a border to this container's element.
31861
+ */
31862
+ border?: boolean
31356
31863
  /**
31357
31864
  * An object where property names with a truthy value indicate which events should bubble up the ownership
31358
31865
  * hierarchy when triggered.
@@ -31404,7 +31911,7 @@ type GridConfig = {
31404
31911
  * ...
31405
31912
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-color)
31406
31913
  */
31407
- color?: string
31914
+ color?: Color
31408
31915
  /**
31409
31916
  * Programmatic control over which column to start in when used in a grid layout.
31410
31917
  */
@@ -35305,6 +35812,7 @@ type GridBaseListeners = {
35305
35812
  }
35306
35813
 
35307
35814
  type GridBaseFeaturesType = {
35815
+ ai: AI
35308
35816
  aiFilter: AIFilter
35309
35817
  cellCopyPaste: CellCopyPaste
35310
35818
  cellEdit: CellEdit
@@ -35348,6 +35856,7 @@ type GridBaseFeaturesType = {
35348
35856
  }
35349
35857
 
35350
35858
  type GridBaseFeaturesConfigType = {
35859
+ ai?: string|boolean|AIConfig
35351
35860
  aiFilter?: string|boolean|AIFilterConfig
35352
35861
  cellCopyPaste?: string|boolean|CellCopyPasteConfig
35353
35862
  cellEdit?: string|boolean|CellEditConfig
@@ -35463,6 +35972,10 @@ type GridBaseConfig = {
35463
35972
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-bodyCls)
35464
35973
  */
35465
35974
  bodyCls?: string|object
35975
+ /**
35976
+ * Set `true` to add a border to this container's element.
35977
+ */
35978
+ border?: boolean
35466
35979
  /**
35467
35980
  * An object where property names with a truthy value indicate which events should bubble up the ownership
35468
35981
  * hierarchy when triggered.
@@ -35514,7 +36027,7 @@ type GridBaseConfig = {
35514
36027
  * ...
35515
36028
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-color)
35516
36029
  */
35517
- color?: string
36030
+ color?: Color
35518
36031
  /**
35519
36032
  * Programmatic control over which column to start in when used in a grid layout.
35520
36033
  */
@@ -39260,7 +39773,7 @@ type SubGridConfig = {
39260
39773
  * ...
39261
39774
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/SubGrid#config-color)
39262
39775
  */
39263
- color?: string
39776
+ color?: Color
39264
39777
  /**
39265
39778
  * Programmatic control over which column to start in when used in a grid layout.
39266
39779
  */
@@ -41844,6 +42357,7 @@ type TreeGridListeners = {
41844
42357
  }
41845
42358
 
41846
42359
  type TreeGridFeaturesType = {
42360
+ ai: AI
41847
42361
  aiFilter: AIFilter
41848
42362
  cellCopyPaste: CellCopyPaste
41849
42363
  cellEdit: CellEdit
@@ -41887,6 +42401,7 @@ type TreeGridFeaturesType = {
41887
42401
  }
41888
42402
 
41889
42403
  type TreeGridFeaturesConfigType = {
42404
+ ai?: string|boolean|AIConfig
41890
42405
  aiFilter?: string|boolean|AIFilterConfig
41891
42406
  cellCopyPaste?: string|boolean|CellCopyPasteConfig
41892
42407
  cellEdit?: string|boolean|CellEditConfig
@@ -42003,6 +42518,10 @@ type TreeGridConfig = {
42003
42518
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-bodyCls)
42004
42519
  */
42005
42520
  bodyCls?: string|object
42521
+ /**
42522
+ * Set `true` to add a border to this container's element.
42523
+ */
42524
+ border?: boolean
42006
42525
  /**
42007
42526
  * An object where property names with a truthy value indicate which events should bubble up the ownership
42008
42527
  * hierarchy when triggered.
@@ -42054,7 +42573,7 @@ type TreeGridConfig = {
42054
42573
  * ...
42055
42574
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-color)
42056
42575
  */
42057
- color?: string
42576
+ color?: Color
42058
42577
  /**
42059
42578
  * Programmatic control over which column to start in when used in a grid layout.
42060
42579
  */
@@ -44382,6 +44901,10 @@ type ExportDialogConfig = {
44382
44901
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/export/ExportDialog#config-bodyCls)
44383
44902
  */
44384
44903
  bodyCls?: string|object
44904
+ /**
44905
+ * Set `true` to add a border to this container's element.
44906
+ */
44907
+ border?: boolean
44385
44908
  /**
44386
44909
  * An object where property names with a truthy value indicate which events should bubble up the ownership
44387
44910
  * hierarchy when triggered.
@@ -44454,7 +44977,7 @@ type ExportDialogConfig = {
44454
44977
  * ...
44455
44978
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/export/ExportDialog#config-color)
44456
44979
  */
44457
- color?: string
44980
+ color?: Color
44458
44981
  /**
44459
44982
  * Programmatic control over which column to start in when used in a grid layout.
44460
44983
  */
@@ -46482,7 +47005,7 @@ type AIFilterFieldConfig = {
46482
47005
  * ...
46483
47006
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-color)
46484
47007
  */
46485
- color?: string
47008
+ color?: Color
46486
47009
  /**
46487
47010
  * Programmatic control over which column to start in when used in a grid layout.
46488
47011
  */
@@ -47699,7 +48222,7 @@ type ChecklistFilterComboConfig = {
47699
48222
  * ...
47700
48223
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-color)
47701
48224
  */
47702
- color?: string
48225
+ color?: Color
47703
48226
  /**
47704
48227
  * Programmatic control over which column to start in when used in a grid layout.
47705
48228
  */
@@ -48946,7 +49469,7 @@ type GridChartDesignerConfig = {
48946
49469
  * ...
48947
49470
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-color)
48948
49471
  */
48949
- color?: string
49472
+ color?: Color
48950
49473
  /**
48951
49474
  * Programmatic control over which column to start in when used in a grid layout.
48952
49475
  */
@@ -49816,6 +50339,10 @@ type GridFieldFilterPickerConfig = {
49816
50339
  * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
49817
50340
  */
49818
50341
  autoUpdateRecord?: boolean
50342
+ /**
50343
+ * Set `true` to add a border to this container's element.
50344
+ */
50345
+ border?: boolean
49819
50346
  /**
49820
50347
  * An object where property names with a truthy value indicate which events should bubble up the ownership
49821
50348
  * hierarchy when triggered.
@@ -49855,7 +50382,7 @@ type GridFieldFilterPickerConfig = {
49855
50382
  * ...
49856
50383
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-color)
49857
50384
  */
49858
- color?: string
50385
+ color?: Color
49859
50386
  /**
49860
50387
  * Programmatic control over which column to start in when used in a grid layout.
49861
50388
  */
@@ -50924,6 +51451,10 @@ type GridFieldFilterPickerGroupConfig = {
50924
51451
  * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
50925
51452
  */
50926
51453
  autoUpdateRecord?: boolean
51454
+ /**
51455
+ * Set `true` to add a border to this container's element.
51456
+ */
51457
+ border?: boolean
50927
51458
  /**
50928
51459
  * An object where property names with a truthy value indicate which events should bubble up the ownership
50929
51460
  * hierarchy when triggered.
@@ -50979,7 +51510,7 @@ type GridFieldFilterPickerGroupConfig = {
50979
51510
  * ...
50980
51511
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-color)
50981
51512
  */
50982
- color?: string
51513
+ color?: Color
50983
51514
  /**
50984
51515
  * Programmatic control over which column to start in when used in a grid layout.
50985
51516
  */
@@ -52126,7 +52657,7 @@ type GroupBarConfig = {
52126
52657
  * ...
52127
52658
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GroupBar#config-color)
52128
52659
  */
52129
- color?: string
52660
+ color?: Color
52130
52661
  /**
52131
52662
  * Programmatic control over which column to start in when used in a grid layout.
52132
52663
  */
@@ -53265,7 +53796,7 @@ type TreeComboConfig = {
53265
53796
  * ...
53266
53797
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-color)
53267
53798
  */
53268
- color?: string
53799
+ color?: Color
53269
53800
  /**
53270
53801
  * Programmatic control over which column to start in when used in a grid layout.
53271
53802
  */