@bryntum/grid-angular 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 (174) hide show
  1. package/README.md +2 -2
  2. package/bundles/bryntum-grid-angular.umd.js +986 -260
  3. package/bundles/bryntum-grid-angular.umd.js.map +1 -1
  4. package/esm2015/lib/bryntum-a-i-filter-field.component.js +1 -1
  5. package/esm2015/lib/bryntum-button-group.component.js +6 -2
  6. package/esm2015/lib/bryntum-button.component.js +1 -1
  7. package/esm2015/lib/bryntum-chat-panel.component.js +6 -2
  8. package/esm2015/lib/bryntum-checkbox-group.component.js +6 -2
  9. package/esm2015/lib/bryntum-checklist-filter-combo.component.js +1 -1
  10. package/esm2015/lib/bryntum-chip-view.component.js +8 -8
  11. package/esm2015/lib/bryntum-code-editor.component.js +6 -2
  12. package/esm2015/lib/bryntum-combo.component.js +1 -1
  13. package/esm2015/lib/bryntum-container.component.js +6 -2
  14. package/esm2015/lib/bryntum-date-field.component.js +6 -2
  15. package/esm2015/lib/bryntum-date-picker.component.js +9 -5
  16. package/esm2015/lib/bryntum-date-range-field.component.js +1 -1
  17. package/esm2015/lib/bryntum-date-time-field.component.js +1 -1
  18. package/esm2015/lib/bryntum-demo-code-editor.component.js +6 -2
  19. package/esm2015/lib/bryntum-display-field.component.js +1 -1
  20. package/esm2015/lib/bryntum-duration-field.component.js +1 -1
  21. package/esm2015/lib/bryntum-editor.component.js +6 -2
  22. package/esm2015/lib/bryntum-field-filter-picker-group.component.js +6 -2
  23. package/esm2015/lib/bryntum-field-filter-picker.component.js +6 -2
  24. package/esm2015/lib/bryntum-field-set.component.js +6 -2
  25. package/esm2015/lib/bryntum-file-field.component.js +1 -1
  26. package/esm2015/lib/bryntum-file-picker.component.js +6 -2
  27. package/esm2015/lib/bryntum-filter-field.component.js +1 -1
  28. package/esm2015/lib/bryntum-grid-base.component.js +9 -2
  29. package/esm2015/lib/bryntum-grid-chart-designer.component.js +1 -1
  30. package/esm2015/lib/bryntum-grid-field-filter-picker-group.component.js +6 -2
  31. package/esm2015/lib/bryntum-grid-field-filter-picker.component.js +6 -2
  32. package/esm2015/lib/bryntum-grid.component.js +9 -2
  33. package/esm2015/lib/bryntum-group-bar.component.js +8 -8
  34. package/esm2015/lib/bryntum-hint.component.js +6 -2
  35. package/esm2015/lib/bryntum-label.component.js +1 -1
  36. package/esm2015/lib/bryntum-list.component.js +8 -8
  37. package/esm2015/lib/bryntum-menu.component.js +6 -2
  38. package/esm2015/lib/bryntum-month-picker.component.js +6 -2
  39. package/esm2015/lib/bryntum-number-field.component.js +1 -1
  40. package/esm2015/lib/bryntum-paging-toolbar.component.js +6 -2
  41. package/esm2015/lib/bryntum-panel.component.js +6 -2
  42. package/esm2015/lib/bryntum-password-field.component.js +1 -1
  43. package/esm2015/lib/bryntum-progress-bar.component.js +600 -0
  44. package/esm2015/lib/bryntum-radio-group.component.js +6 -2
  45. package/esm2015/lib/bryntum-slider.component.js +1 -1
  46. package/esm2015/lib/bryntum-splitter.component.js +1 -1
  47. package/esm2015/lib/bryntum-tab-panel.component.js +6 -2
  48. package/esm2015/lib/bryntum-text-area-field.component.js +1 -1
  49. package/esm2015/lib/bryntum-text-area-picker-field.component.js +1 -1
  50. package/esm2015/lib/bryntum-text-field.component.js +1 -1
  51. package/esm2015/lib/bryntum-time-field.component.js +6 -2
  52. package/esm2015/lib/bryntum-time-picker.component.js +6 -2
  53. package/esm2015/lib/bryntum-toolbar.component.js +6 -2
  54. package/esm2015/lib/bryntum-tree-combo.component.js +1 -1
  55. package/esm2015/lib/bryntum-tree-grid.component.js +9 -2
  56. package/esm2015/lib/bryntum-widget.component.js +1 -1
  57. package/esm2015/lib/bryntum-year-picker.component.js +6 -2
  58. package/esm2015/lib/grid.module.js +6 -1
  59. package/esm2015/public-api.js +2 -1
  60. package/fesm2015/bryntum-grid-angular.js +979 -257
  61. package/fesm2015/bryntum-grid-angular.js.map +1 -1
  62. package/lib/bryntum-a-i-filter-field.component.d.ts +3 -3
  63. package/lib/bryntum-button-group.component.d.ts +6 -1
  64. package/lib/bryntum-button.component.d.ts +3 -3
  65. package/lib/bryntum-chat-panel.component.d.ts +9 -4
  66. package/lib/bryntum-checkbox-group.component.d.ts +9 -4
  67. package/lib/bryntum-checklist-filter-combo.component.d.ts +3 -3
  68. package/lib/bryntum-chip-view.component.d.ts +6 -6
  69. package/lib/bryntum-code-editor.component.d.ts +9 -4
  70. package/lib/bryntum-combo.component.d.ts +3 -3
  71. package/lib/bryntum-container.component.d.ts +9 -4
  72. package/lib/bryntum-date-field.component.d.ts +15 -5
  73. package/lib/bryntum-date-picker.component.d.ts +10 -5
  74. package/lib/bryntum-date-range-field.component.d.ts +3 -3
  75. package/lib/bryntum-date-time-field.component.d.ts +3 -3
  76. package/lib/bryntum-demo-code-editor.component.d.ts +9 -4
  77. package/lib/bryntum-display-field.component.d.ts +3 -3
  78. package/lib/bryntum-duration-field.component.d.ts +3 -3
  79. package/lib/bryntum-editor.component.d.ts +9 -4
  80. package/lib/bryntum-field-filter-picker-group.component.d.ts +9 -4
  81. package/lib/bryntum-field-filter-picker.component.d.ts +9 -4
  82. package/lib/bryntum-field-set.component.d.ts +9 -4
  83. package/lib/bryntum-file-field.component.d.ts +3 -3
  84. package/lib/bryntum-file-picker.component.d.ts +9 -4
  85. package/lib/bryntum-filter-field.component.d.ts +3 -3
  86. package/lib/bryntum-grid-base.component.d.ts +19 -4
  87. package/lib/bryntum-grid-chart-designer.component.d.ts +3 -3
  88. package/lib/bryntum-grid-field-filter-picker-group.component.d.ts +9 -4
  89. package/lib/bryntum-grid-field-filter-picker.component.d.ts +9 -4
  90. package/lib/bryntum-grid.component.d.ts +19 -4
  91. package/lib/bryntum-group-bar.component.d.ts +6 -6
  92. package/lib/bryntum-hint.component.d.ts +9 -4
  93. package/lib/bryntum-label.component.d.ts +3 -3
  94. package/lib/bryntum-list.component.d.ts +6 -6
  95. package/lib/bryntum-menu.component.d.ts +9 -4
  96. package/lib/bryntum-month-picker.component.d.ts +9 -4
  97. package/lib/bryntum-number-field.component.d.ts +3 -3
  98. package/lib/bryntum-paging-toolbar.component.d.ts +9 -4
  99. package/lib/bryntum-panel.component.d.ts +9 -4
  100. package/lib/bryntum-password-field.component.d.ts +3 -3
  101. package/lib/bryntum-progress-bar.component.d.ts +705 -0
  102. package/lib/bryntum-radio-group.component.d.ts +9 -4
  103. package/lib/bryntum-slider.component.d.ts +3 -3
  104. package/lib/bryntum-splitter.component.d.ts +3 -3
  105. package/lib/bryntum-tab-panel.component.d.ts +9 -4
  106. package/lib/bryntum-text-area-field.component.d.ts +3 -3
  107. package/lib/bryntum-text-area-picker-field.component.d.ts +3 -3
  108. package/lib/bryntum-text-field.component.d.ts +3 -3
  109. package/lib/bryntum-time-field.component.d.ts +13 -4
  110. package/lib/bryntum-time-picker.component.d.ts +9 -4
  111. package/lib/bryntum-toolbar.component.d.ts +9 -4
  112. package/lib/bryntum-tree-combo.component.d.ts +3 -3
  113. package/lib/bryntum-tree-grid.component.d.ts +19 -4
  114. package/lib/bryntum-widget.component.d.ts +3 -3
  115. package/lib/bryntum-year-picker.component.d.ts +9 -4
  116. package/lib/grid.module.d.ts +18 -17
  117. package/package.json +1 -1
  118. package/public-api.d.ts +1 -0
  119. package/src/lib/bryntum-a-i-filter-field.component.ts +3 -3
  120. package/src/lib/bryntum-button-group.component.ts +7 -0
  121. package/src/lib/bryntum-button.component.ts +3 -3
  122. package/src/lib/bryntum-chat-panel.component.ts +10 -3
  123. package/src/lib/bryntum-checkbox-group.component.ts +10 -3
  124. package/src/lib/bryntum-checklist-filter-combo.component.ts +3 -3
  125. package/src/lib/bryntum-chip-view.component.ts +102 -102
  126. package/src/lib/bryntum-code-editor.component.ts +10 -3
  127. package/src/lib/bryntum-combo.component.ts +3 -3
  128. package/src/lib/bryntum-container.component.ts +10 -3
  129. package/src/lib/bryntum-date-field.component.ts +16 -4
  130. package/src/lib/bryntum-date-picker.component.ts +12 -5
  131. package/src/lib/bryntum-date-range-field.component.ts +3 -3
  132. package/src/lib/bryntum-date-time-field.component.ts +3 -3
  133. package/src/lib/bryntum-demo-code-editor.component.ts +10 -3
  134. package/src/lib/bryntum-display-field.component.ts +3 -3
  135. package/src/lib/bryntum-duration-field.component.ts +3 -3
  136. package/src/lib/bryntum-editor.component.ts +10 -3
  137. package/src/lib/bryntum-field-filter-picker-group.component.ts +10 -3
  138. package/src/lib/bryntum-field-filter-picker.component.ts +10 -3
  139. package/src/lib/bryntum-field-set.component.ts +10 -3
  140. package/src/lib/bryntum-file-field.component.ts +3 -3
  141. package/src/lib/bryntum-file-picker.component.ts +10 -3
  142. package/src/lib/bryntum-filter-field.component.ts +3 -3
  143. package/src/lib/bryntum-grid-base.component.ts +21 -3
  144. package/src/lib/bryntum-grid-chart-designer.component.ts +3 -3
  145. package/src/lib/bryntum-grid-field-filter-picker-group.component.ts +10 -3
  146. package/src/lib/bryntum-grid-field-filter-picker.component.ts +10 -3
  147. package/src/lib/bryntum-grid.component.ts +21 -3
  148. package/src/lib/bryntum-group-bar.component.ts +102 -102
  149. package/src/lib/bryntum-hint.component.ts +10 -3
  150. package/src/lib/bryntum-label.component.ts +3 -3
  151. package/src/lib/bryntum-list.component.ts +99 -99
  152. package/src/lib/bryntum-menu.component.ts +10 -3
  153. package/src/lib/bryntum-month-picker.component.ts +10 -3
  154. package/src/lib/bryntum-number-field.component.ts +3 -3
  155. package/src/lib/bryntum-paging-toolbar.component.ts +10 -3
  156. package/src/lib/bryntum-panel.component.ts +10 -3
  157. package/src/lib/bryntum-password-field.component.ts +3 -3
  158. package/src/lib/bryntum-progress-bar.component.ts +1019 -0
  159. package/src/lib/bryntum-radio-group.component.ts +10 -3
  160. package/src/lib/bryntum-slider.component.ts +3 -3
  161. package/src/lib/bryntum-splitter.component.ts +3 -3
  162. package/src/lib/bryntum-tab-panel.component.ts +10 -3
  163. package/src/lib/bryntum-text-area-field.component.ts +3 -3
  164. package/src/lib/bryntum-text-area-picker-field.component.ts +3 -3
  165. package/src/lib/bryntum-text-field.component.ts +3 -3
  166. package/src/lib/bryntum-time-field.component.ts +14 -3
  167. package/src/lib/bryntum-time-picker.component.ts +10 -3
  168. package/src/lib/bryntum-toolbar.component.ts +10 -3
  169. package/src/lib/bryntum-tree-combo.component.ts +3 -3
  170. package/src/lib/bryntum-tree-grid.component.ts +21 -3
  171. package/src/lib/bryntum-widget.component.ts +3 -3
  172. package/src/lib/bryntum-year-picker.component.ts +10 -3
  173. package/src/lib/grid.module.ts +3 -0
  174. package/src/public-api.ts +1 -0
@@ -7,7 +7,7 @@ import { Component, ElementRef, EventEmitter, Output, Input, SimpleChange, Simpl
7
7
 
8
8
  import WrapperHelper from './wrapper.helper';
9
9
 
10
- import { AlignSpec, Base, CollectionFilter, CollectionFilterConfig, ComboConfig, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, FieldFilterPicker, FieldOption, Grid, GridFieldFilterPicker, GridFieldFilterPickerListeners, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, ValueFieldPlaceholders, VueConfig, Widget } from '@bryntum/grid';
10
+ import { AlignSpec, Base, CollectionFilter, CollectionFilterConfig, Color, ComboConfig, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, FieldFilterPicker, FieldOption, Grid, GridFieldFilterPicker, GridFieldFilterPickerListeners, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, ValueFieldPlaceholders, VueConfig, Widget } from '@bryntum/grid';
11
11
 
12
12
  import { StringHelper } from '@bryntum/grid';
13
13
 
@@ -68,6 +68,10 @@ export type BryntumGridFieldFilterPickerProps = {
68
68
  * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
69
69
  */
70
70
  autoUpdateRecord ? : boolean
71
+ /**
72
+ * Set `true` to add a border to this container's element.
73
+ */
74
+ border ? : boolean
71
75
  /**
72
76
  * An object where property names with a truthy value indicate which events should bubble up the ownership
73
77
  * hierarchy when triggered.
@@ -107,7 +111,7 @@ export type BryntumGridFieldFilterPickerProps = {
107
111
  * ...
108
112
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-color)
109
113
  */
110
- color ? : string
114
+ color ? : Color
111
115
  /**
112
116
  * Programmatic control over which column to start in when used in a grid layout.
113
117
  */
@@ -689,6 +693,7 @@ export class BryntumGridFieldFilterPickerComponent implements OnInit, OnDestroy
689
693
  'ariaDescription',
690
694
  'ariaLabel',
691
695
  'autoUpdateRecord',
696
+ 'border',
692
697
  'bubbleEvents',
693
698
  'callOnFunctions',
694
699
  'catchEventHandlerExceptions',
@@ -796,6 +801,7 @@ export class BryntumGridFieldFilterPickerComponent implements OnInit, OnDestroy
796
801
  'ariaDescription',
797
802
  'ariaLabel',
798
803
  'autoUpdateRecord',
804
+ 'border',
799
805
  'bubbleEvents',
800
806
  'centered',
801
807
  'color',
@@ -931,9 +937,10 @@ export class BryntumGridFieldFilterPickerComponent implements OnInit, OnDestroy
931
937
  @Input() ariaDescription ! : string;
932
938
  @Input() ariaLabel ! : string;
933
939
  @Input() autoUpdateRecord ! : boolean;
940
+ @Input() border ! : boolean;
934
941
  @Input() bubbleEvents ! : object;
935
942
  @Input() centered ! : boolean;
936
- @Input() color ! : string;
943
+ @Input() color ! : Color;
937
944
  @Input() config ! : object;
938
945
  @Input() constrainTo ! : HTMLElement|Widget|Rectangle;
939
946
  @Input() contentElementCls ! : string|object;
@@ -7,7 +7,7 @@ import { Component, ElementRef, EventEmitter, Output, Input, SimpleChange, Simpl
7
7
 
8
8
  import WrapperHelper from './wrapper.helper';
9
9
 
10
- import { AIFilter, AIFilterConfig, AjaxStore, AjaxStoreConfig, Base, 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, Container, ContainerItemConfig, DomConfig, EmptyTextDomConfig, ExcelExporter, ExcelExporterConfig, ExportConfig, FileDrop, FileDropConfig, FillHandle, FillHandleConfig, Filter, FilterBar, FilterBarConfig, FilterConfig, FormulaProviderConfig, Grid, GridBase, GridColumnConfig, GridListeners, GridLocation, GridLocationConfig, GridSelectionMode, GridStateInfo, Group, GroupConfig, GroupSummary, GroupSummaryConfig, HeaderMenu, HeaderMenuConfig, KeyMapConfig, LockRows, LockRowsConfig, Mask, MaskConfig, Menu, MenuItem, MenuItemEntry, MergeCells, MergeCellsConfig, Model, ModelConfig, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, 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, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, Search, SearchConfig, Sort, SortConfig, Split, SplitConfig, StateProvider, StickyCells, StickyCellsConfig, Store, StoreConfig, Stripe, StripeConfig, SubGrid, SubGridConfig, Summary, SummaryConfig, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, Tree, TreeConfig, TreeGroup, TreeGroupConfig, Widget, XLSColumn } from '@bryntum/grid';
10
+ import { AI, AIConfig, AIFilter, AIFilterConfig, AjaxStore, AjaxStoreConfig, Base, CellCopyPaste, CellCopyPasteConfig, CellEdit, CellEditConfig, CellEditorContext, CellMenu, CellMenuConfig, CellTooltip, CellTooltipConfig, Charts, ChartsConfig, Color, Column, ColumnAutoWidth, ColumnAutoWidthConfig, ColumnDragToolbar, ColumnDragToolbarConfig, ColumnPicker, ColumnPickerConfig, ColumnRename, ColumnRenameConfig, ColumnReorder, ColumnReorderConfig, ColumnResize, ColumnResizeConfig, ColumnStore, ColumnStoreConfig, Container, ContainerItemConfig, DomConfig, EmptyTextDomConfig, ExcelExporter, ExcelExporterConfig, ExportConfig, FileDrop, FileDropConfig, FillHandle, FillHandleConfig, Filter, FilterBar, FilterBarConfig, FilterConfig, FormulaProviderConfig, Grid, GridBase, GridColumnConfig, GridListeners, GridLocation, GridLocationConfig, GridSelectionMode, GridStateInfo, Group, GroupConfig, GroupSummary, GroupSummaryConfig, HeaderMenu, HeaderMenuConfig, KeyMapConfig, LockRows, LockRowsConfig, Mask, MaskConfig, Menu, MenuItem, MenuItemEntry, MergeCells, MergeCellsConfig, Model, ModelConfig, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, 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, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, Search, SearchConfig, Sort, SortConfig, Split, SplitConfig, StateProvider, StickyCells, StickyCellsConfig, Store, StoreConfig, Stripe, StripeConfig, SubGrid, SubGridConfig, Summary, SummaryConfig, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, Tree, TreeConfig, TreeGroup, TreeGroupConfig, Widget, XLSColumn } from '@bryntum/grid';
11
11
 
12
12
  import { StringHelper } from '@bryntum/grid';
13
13
 
@@ -82,6 +82,10 @@ export type BryntumGridProps = {
82
82
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-bodyCls)
83
83
  */
84
84
  bodyCls ? : string|object
85
+ /**
86
+ * Set `true` to add a border to this container's element.
87
+ */
88
+ border ? : boolean
85
89
  /**
86
90
  * An object where property names with a truthy value indicate which events should bubble up the ownership
87
91
  * hierarchy when triggered.
@@ -133,7 +137,7 @@ export type BryntumGridProps = {
133
137
  * ...
134
138
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-color)
135
139
  */
136
- color ? : string
140
+ color ? : Color
137
141
  /**
138
142
  * Programmatic control over which column to start in when used in a grid layout.
139
143
  */
@@ -755,6 +759,15 @@ export type BryntumGridProps = {
755
759
  width ? : string|number
756
760
 
757
761
  // Features
762
+ /**
763
+ * This feature provides an AI agent for Grid. It provides a chat panel that allows the user to send messages to the
764
+ * agent and see the responses. Which allows the user to use natural language to interact with the Grid in different
765
+ * ways. For example, the user can ask the agent to filter the data, sort it, or select specific records. The agent can
766
+ * also perform data manipulation operations such as adding, updating, deleting records.
767
+ * ...
768
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/AI)
769
+ */
770
+ aiFeature ? : object|boolean|string|AI|AIConfig
758
771
  /**
759
772
  * AI-powered filter feature for Grid. Allows users to type natural language queries to filter grid data.
760
773
  * ...
@@ -1169,6 +1182,7 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1169
1182
  ];
1170
1183
 
1171
1184
  private static bryntumFeatureNames: string[] = [
1185
+ 'aiFeature',
1172
1186
  'aiFilterFeature',
1173
1187
  'cellCopyPasteFeature',
1174
1188
  'cellEditFeature',
@@ -1223,6 +1237,7 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1223
1237
  'autoHeight',
1224
1238
  'bbar',
1225
1239
  'bodyCls',
1240
+ 'border',
1226
1241
  'bubbleEvents',
1227
1242
  'callOnFunctions',
1228
1243
  'catchEventHandlerExceptions',
@@ -1344,6 +1359,7 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1344
1359
  'autoHeight',
1345
1360
  'bbar',
1346
1361
  'bodyCls',
1362
+ 'border',
1347
1363
  'bubbleEvents',
1348
1364
  'collapsible',
1349
1365
  'color',
@@ -1498,9 +1514,10 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1498
1514
  @Input() autoHeight ! : boolean;
1499
1515
  @Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
1500
1516
  @Input() bodyCls ! : string|object;
1517
+ @Input() border ! : boolean;
1501
1518
  @Input() bubbleEvents ! : object;
1502
1519
  @Input() collapsible ! : boolean|PanelCollapserConfig|PanelCollapserOverlayConfig;
1503
- @Input() color ! : string;
1520
+ @Input() color ! : Color;
1504
1521
  @Input() config ! : object;
1505
1522
  @Input() contentElementCls ! : string|object;
1506
1523
  @Input() contextMenuTriggerEvent ! : 'contextmenu'|'click'|'dblclick';
@@ -1657,6 +1674,7 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
1657
1674
  @Input() tooltip ! : string|TooltipConfig;
1658
1675
 
1659
1676
  // Features
1677
+ @Input() aiFeature ! : object|boolean|string|AI|AIConfig;
1660
1678
  @Input() aiFilterFeature ! : object|boolean|string|AIFilter|AIFilterConfig;
1661
1679
  @Input() cellCopyPasteFeature ! : object|boolean|string|CellCopyPaste|CellCopyPasteConfig;
1662
1680
  @Input() cellEditFeature ! : object|boolean|string|CellEdit|CellEditConfig;
@@ -7,7 +7,7 @@ import { Component, ElementRef, EventEmitter, Output, Input, SimpleChange, Simpl
7
7
 
8
8
  import WrapperHelper from './wrapper.helper';
9
9
 
10
- import { AlignSpec, Base, Collection, CollectionConfig, DomConfig, GroupBar, GroupBarListeners, KeyMapConfig, List, MaskConfig, Model, ModelConfig, Rectangle, Scroller, ScrollerConfig, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
10
+ import { AlignSpec, Base, Collection, CollectionConfig, Color, DomConfig, GroupBar, GroupBarListeners, KeyMapConfig, List, MaskConfig, Model, ModelConfig, Rectangle, Scroller, ScrollerConfig, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
11
11
 
12
12
  import { StringHelper } from '@bryntum/grid';
13
13
 
@@ -126,7 +126,7 @@ export type BryntumGroupBarProps = {
126
126
  * ...
127
127
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GroupBar#config-color)
128
128
  */
129
- color ? : string
129
+ color ? : Color
130
130
  /**
131
131
  * Programmatic control over which column to start in when used in a grid layout.
132
132
  */
@@ -733,13 +733,11 @@ export class BryntumGroupBarComponent implements OnInit, OnDestroy {
733
733
  'activateOnMouseover',
734
734
  'adopt',
735
735
  'align',
736
- 'allowGroupSelect',
737
736
  'anchor',
738
737
  'ariaDescription',
739
738
  'ariaLabel',
740
739
  'bubbleEvents',
741
740
  'centered',
742
- 'clearSelectionOnEmptySpaceClick',
743
741
  'closable',
744
742
  'closeHandler',
745
743
  'color',
@@ -792,10 +790,12 @@ export class BryntumGroupBarComponent implements OnInit, OnDestroy {
792
790
 
793
791
  private static bryntumProps: string[] = BryntumGroupBarComponent.bryntumFeatureNames.concat([
794
792
  'alignSelf',
793
+ 'allowGroupSelect',
795
794
  'anchorSize',
796
795
  'appendTo',
797
796
  'callOnFunctions',
798
797
  'catchEventHandlerExceptions',
798
+ 'clearSelectionOnEmptySpaceClick',
799
799
  'cls',
800
800
  'collapsibleGroups',
801
801
  'column',
@@ -853,115 +853,115 @@ export class BryntumGroupBarComponent implements OnInit, OnDestroy {
853
853
  }
854
854
 
855
855
  // Configs only
856
- @Input() activateOnMouseover ! : boolean;
857
- @Input() adopt ! : HTMLElement|string;
858
- @Input() align ! : AlignSpec|string;
859
- @Input() allowGroupSelect ! : boolean;
860
- @Input() anchor ! : boolean;
861
- @Input() ariaDescription ! : string;
862
- @Input() ariaLabel ! : string;
863
- @Input() bubbleEvents ! : object;
864
- @Input() centered ! : boolean;
865
- @Input() clearSelectionOnEmptySpaceClick ! : boolean;
866
- @Input() closable ! : boolean;
867
- @Input() closeHandler ! : string|(() => void);
868
- @Input() color ! : string;
869
- @Input() config ! : object;
870
- @Input() constrainTo ! : HTMLElement|Widget|Rectangle;
871
- @Input() contentElementCls ! : string|object;
872
- @Input() dataField ! : string;
873
- @Input() defaultBindProperty ! : string;
874
- @Input() detectCSSCompatibilityIssues ! : boolean;
875
- @Input() displayField ! : string;
876
- @Input() dock ! : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object;
877
- @Input() draggable ! : boolean|{
856
+ @Input() activateOnMouseover ! : boolean;
857
+ @Input() adopt ! : HTMLElement|string;
858
+ @Input() align ! : AlignSpec|string;
859
+ @Input() anchor ! : boolean;
860
+ @Input() ariaDescription ! : string;
861
+ @Input() ariaLabel ! : string;
862
+ @Input() bubbleEvents ! : object;
863
+ @Input() centered ! : boolean;
864
+ @Input() closable ! : boolean;
865
+ @Input() closeHandler ! : string|(() => void);
866
+ @Input() color ! : Color;
867
+ @Input() config ! : object;
868
+ @Input() constrainTo ! : HTMLElement|Widget|Rectangle;
869
+ @Input() contentElementCls ! : string|object;
870
+ @Input() dataField ! : string;
871
+ @Input() defaultBindProperty ! : string;
872
+ @Input() detectCSSCompatibilityIssues ! : boolean;
873
+ @Input() displayField ! : string;
874
+ @Input() dock ! : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object;
875
+ @Input() draggable ! : boolean|{
878
876
  handleSelector?: string
879
877
  };
880
- @Input() elementAttributes ! : Record<string, string|null>;
881
- @Input() floating ! : boolean;
882
- @Input() getItemCls ! : ((record: Model) => string)|string;
883
- @Input() getItemStyle ! : ((record: Model) => string)|string;
884
- @Input() groupHeaderTpl ! : (record: Model, groupName: string) => string;
885
- @Input() hideAnimation ! : boolean|object;
886
- @Input() htmlCls ! : string|object;
887
- @Input() iconTpl ! : (record: Model) => DomConfig|string|void;
888
- @Input() ignoreParentReadOnly ! : boolean;
889
- @Input() isSelectable ! : (() => boolean)|string;
890
- @Input() itemTpl ! : ((record: Model) => string)|string;
891
- @Input() listeners ! : GroupBarListeners;
892
- @Input() localeClass ! : typeof Base;
893
- @Input() localizable ! : boolean;
894
- @Input() localizableProperties ! : string[];
895
- @Input() maskDefaults ! : MaskConfig;
896
- @Input() masked ! : boolean|string|MaskConfig;
897
- @Input() monitorResize ! : boolean|{
878
+ @Input() elementAttributes ! : Record<string, string|null>;
879
+ @Input() floating ! : boolean;
880
+ @Input() getItemCls ! : ((record: Model) => string)|string;
881
+ @Input() getItemStyle ! : ((record: Model) => string)|string;
882
+ @Input() groupHeaderTpl ! : (record: Model, groupName: string) => string;
883
+ @Input() hideAnimation ! : boolean|object;
884
+ @Input() htmlCls ! : string|object;
885
+ @Input() iconTpl ! : (record: Model) => DomConfig|string|void;
886
+ @Input() ignoreParentReadOnly ! : boolean;
887
+ @Input() isSelectable ! : (() => boolean)|string;
888
+ @Input() itemTpl ! : ((record: Model) => string)|string;
889
+ @Input() listeners ! : GroupBarListeners;
890
+ @Input() localeClass ! : typeof Base;
891
+ @Input() localizable ! : boolean;
892
+ @Input() localizableProperties ! : string[];
893
+ @Input() maskDefaults ! : MaskConfig;
894
+ @Input() masked ! : boolean|string|MaskConfig;
895
+ @Input() monitorResize ! : boolean|{
898
896
  immediate?: boolean
899
897
  };
900
- @Input() owner ! : Widget|any;
901
- @Input() positioned ! : boolean;
902
- @Input() preventTooltipOnTouch ! : boolean;
903
- @Input() relayStoreEvents ! : boolean;
904
- @Input() ripple ! : boolean|{
898
+ @Input() owner ! : Widget|any;
899
+ @Input() positioned ! : boolean;
900
+ @Input() preventTooltipOnTouch ! : boolean;
901
+ @Input() relayStoreEvents ! : boolean;
902
+ @Input() ripple ! : boolean|{
905
903
  delegate?: string
906
904
  color?: string
907
905
  radius?: number
908
906
  clip?: string
909
907
  };
910
- @Input() rootElement ! : ShadowRoot|HTMLElement;
911
- @Input() scrollAction ! : 'hide'|'realign'|null;
912
- @Input() selectAllItem ! : boolean|string;
913
- @Input() showAnimation ! : boolean|object;
914
- @Input() showTooltipWhenDisabled ! : boolean;
915
- @Input() tab ! : boolean|TabConfig;
916
- @Input() tag ! : string;
917
- @Input() textAlign ! : 'left'|'center'|'right'|'start'|'end';
918
- @Input() tooltipTemplate ! : (record: Model) => string;
919
- @Input() type ! : 'groupbar';
920
- @Input() ui ! : string|object;
921
- @Input() virtualize ! : boolean|number;
922
- @Input() weight ! : number;
908
+ @Input() rootElement ! : ShadowRoot|HTMLElement;
909
+ @Input() scrollAction ! : 'hide'|'realign'|null;
910
+ @Input() selectAllItem ! : boolean|string;
911
+ @Input() showAnimation ! : boolean|object;
912
+ @Input() showTooltipWhenDisabled ! : boolean;
913
+ @Input() tab ! : boolean|TabConfig;
914
+ @Input() tag ! : string;
915
+ @Input() textAlign ! : 'left'|'center'|'right'|'start'|'end';
916
+ @Input() tooltipTemplate ! : (record: Model) => string;
917
+ @Input() type ! : 'groupbar';
918
+ @Input() ui ! : string|object;
919
+ @Input() virtualize ! : boolean|number;
920
+ @Input() weight ! : number;
923
921
 
924
922
  // Configs and properties
925
- @Input() alignSelf ! : string;
926
- @Input() appendTo ! : HTMLElement|string;
927
- @Input() callOnFunctions ! : boolean;
928
- @Input() catchEventHandlerExceptions ! : boolean;
929
- @Input() cls ! : string|object;
930
- @Input() collapsibleGroups ! : boolean;
931
- @Input() column ! : number;
932
- @Input() content ! : string;
933
- @Input() dataset ! : object|Record<string, string>;
934
- @Input() disabled ! : boolean|'inert';
935
- @Input() emptyText ! : string;
936
- @Input() extraData ! : any;
937
- @Input() flex ! : number|string;
938
- @Input() height ! : number|string;
939
- @Input() hidden ! : boolean;
940
- @Input() html ! : string|((widget: Widget) => string)|DomConfig|DomConfig[]|VueConfig;
941
- @Input() id ! : string;
942
- @Input() insertBefore ! : HTMLElement|string;
943
- @Input() insertFirst ! : HTMLElement|string;
944
- @Input() items ! : object[];
945
- @Input() keyMap ! : Record<string, KeyMapConfig>;
946
- @Input() margin ! : number|string;
947
- @Input() maxHeight ! : string|number;
948
- @Input() maximizeOnMobile ! : number|string;
949
- @Input() maxWidth ! : string|number;
950
- @Input() minHeight ! : string|number;
951
- @Input() minWidth ! : string|number;
952
- @Input() multiSelect ! : boolean;
953
- @Input() readOnly ! : boolean;
954
- @Input() rtl ! : boolean;
955
- @Input() scrollable ! : Scroller|boolean|ScrollerConfig;
956
- @Input() selected ! : Model|Model[]|string|string[]|number|number[]|Collection|object[]|CollectionConfig|ModelConfig[]|CollectionConfig[];
957
- @Input() span ! : number;
958
- @Input() store ! : object|object[]|StoreConfig|Store|StoreConfig[];
959
- @Input() title ! : string;
960
- @Input() toggleAllIfCtrlPressed ! : boolean;
961
- @Input() tooltip ! : string|TooltipConfig|null;
962
- @Input() width ! : number|string;
963
- @Input() x ! : number;
964
- @Input() y ! : number;
923
+ @Input() alignSelf ! : string;
924
+ @Input() allowGroupSelect ! : boolean;
925
+ @Input() appendTo ! : HTMLElement|string;
926
+ @Input() callOnFunctions ! : boolean;
927
+ @Input() catchEventHandlerExceptions ! : boolean;
928
+ @Input() clearSelectionOnEmptySpaceClick ! : boolean;
929
+ @Input() cls ! : string|object;
930
+ @Input() collapsibleGroups ! : boolean;
931
+ @Input() column ! : number;
932
+ @Input() content ! : string;
933
+ @Input() dataset ! : object|Record<string, string>;
934
+ @Input() disabled ! : boolean|'inert';
935
+ @Input() emptyText ! : string;
936
+ @Input() extraData ! : any;
937
+ @Input() flex ! : number|string;
938
+ @Input() height ! : number|string;
939
+ @Input() hidden ! : boolean;
940
+ @Input() html ! : string|((widget: Widget) => string)|DomConfig|DomConfig[]|VueConfig;
941
+ @Input() id ! : string;
942
+ @Input() insertBefore ! : HTMLElement|string;
943
+ @Input() insertFirst ! : HTMLElement|string;
944
+ @Input() items ! : object[];
945
+ @Input() keyMap ! : Record<string, KeyMapConfig>;
946
+ @Input() margin ! : number|string;
947
+ @Input() maxHeight ! : string|number;
948
+ @Input() maximizeOnMobile ! : number|string;
949
+ @Input() maxWidth ! : string|number;
950
+ @Input() minHeight ! : string|number;
951
+ @Input() minWidth ! : string|number;
952
+ @Input() multiSelect ! : boolean;
953
+ @Input() readOnly ! : boolean;
954
+ @Input() rtl ! : boolean;
955
+ @Input() scrollable ! : Scroller|boolean|ScrollerConfig;
956
+ @Input() selected ! : Model|Model[]|string|string[]|number|number[]|Collection|object[]|CollectionConfig|ModelConfig[]|CollectionConfig[];
957
+ @Input() span ! : number;
958
+ @Input() store ! : object|object[]|StoreConfig|Store|StoreConfig[];
959
+ @Input() title ! : string;
960
+ @Input() toggleAllIfCtrlPressed ! : boolean;
961
+ @Input() tooltip ! : string|TooltipConfig|null;
962
+ @Input() width ! : number|string;
963
+ @Input() x ! : number;
964
+ @Input() y ! : number;
965
965
 
966
966
  // Properties only
967
967
  @Input() anchorSize ! : number[];
@@ -7,7 +7,7 @@ import { Component, ElementRef, EventEmitter, Output, Input, SimpleChange, Simpl
7
7
 
8
8
  import WrapperHelper from './wrapper.helper';
9
9
 
10
- import { AlignSpec, Base, ButtonConfig, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, Hint, HintActions, HintListeners, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Popup, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
10
+ import { AlignSpec, Base, ButtonConfig, Color, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, Hint, HintActions, HintListeners, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Popup, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
11
11
 
12
12
  import { StringHelper } from '@bryntum/grid';
13
13
 
@@ -78,6 +78,10 @@ export type BryntumHintProps = {
78
78
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Hint#config-bodyCls)
79
79
  */
80
80
  bodyCls ? : string|object
81
+ /**
82
+ * Set `true` to add a border to this container's element.
83
+ */
84
+ border ? : boolean
81
85
  /**
82
86
  * An object where property names with a truthy value indicate which events should bubble up the ownership
83
87
  * hierarchy when triggered.
@@ -133,7 +137,7 @@ export type BryntumHintProps = {
133
137
  * ...
134
138
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Hint#config-color)
135
139
  */
136
- color ? : string
140
+ color ? : Color
137
141
  /**
138
142
  * Programmatic control over which column to start in when used in a grid layout.
139
143
  */
@@ -813,6 +817,7 @@ export class BryntumHintComponent implements OnInit, OnDestroy {
813
817
  'autoUpdateRecord',
814
818
  'bbar',
815
819
  'bodyCls',
820
+ 'border',
816
821
  'bubbleEvents',
817
822
  'buttons',
818
823
  'callOnFunctions',
@@ -936,6 +941,7 @@ export class BryntumHintComponent implements OnInit, OnDestroy {
936
941
  'autoUpdateRecord',
937
942
  'bbar',
938
943
  'bodyCls',
944
+ 'border',
939
945
  'bubbleEvents',
940
946
  'buttons',
941
947
  'closeOnEscape',
@@ -1088,11 +1094,12 @@ export class BryntumHintComponent implements OnInit, OnDestroy {
1088
1094
  @Input() autoUpdateRecord ! : boolean;
1089
1095
  @Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
1090
1096
  @Input() bodyCls ! : string|object;
1097
+ @Input() border ! : boolean;
1091
1098
  @Input() bubbleEvents ! : object;
1092
1099
  @Input() buttons ! : Record<string, ButtonConfig>;
1093
1100
  @Input() closeOnEscape ! : boolean;
1094
1101
  @Input() collapsible ! : boolean|PanelCollapserConfig|PanelCollapserOverlayConfig;
1095
- @Input() color ! : string;
1102
+ @Input() color ! : Color;
1096
1103
  @Input() config ! : object;
1097
1104
  @Input() constrainTo ! : HTMLElement|Widget|Rectangle;
1098
1105
  @Input() contentElementCls ! : string|object;
@@ -7,7 +7,7 @@ import { Component, ElementRef, EventEmitter, Output, Input, SimpleChange, Simpl
7
7
 
8
8
  import WrapperHelper from './wrapper.helper';
9
9
 
10
- import { AlignSpec, Base, DomConfig, KeyMapConfig, Label, LabelListeners, MaskConfig, Rectangle, Scroller, ScrollerConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
10
+ import { AlignSpec, Base, Color, DomConfig, KeyMapConfig, Label, LabelListeners, MaskConfig, Rectangle, Scroller, ScrollerConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
11
11
 
12
12
  import { StringHelper } from '@bryntum/grid';
13
13
 
@@ -95,7 +95,7 @@ export type BryntumLabelProps = {
95
95
  * ...
96
96
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Label#config-color)
97
97
  */
98
- color ? : string
98
+ color ? : Color
99
99
  /**
100
100
  * Programmatic control over which column to start in when used in a grid layout.
101
101
  */
@@ -689,7 +689,7 @@ export class BryntumLabelComponent implements OnInit, OnDestroy {
689
689
  @Input() ariaLabel ! : string;
690
690
  @Input() bubbleEvents ! : object;
691
691
  @Input() centered ! : boolean;
692
- @Input() color ! : string;
692
+ @Input() color ! : Color;
693
693
  @Input() config ! : object;
694
694
  @Input() constrainTo ! : HTMLElement|Widget|Rectangle;
695
695
  @Input() contentElementCls ! : string|object;