@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.
- package/README.md +2 -2
- package/bundles/bryntum-grid-angular.umd.js +986 -260
- package/bundles/bryntum-grid-angular.umd.js.map +1 -1
- package/esm2015/lib/bryntum-a-i-filter-field.component.js +1 -1
- package/esm2015/lib/bryntum-button-group.component.js +6 -2
- package/esm2015/lib/bryntum-button.component.js +1 -1
- package/esm2015/lib/bryntum-chat-panel.component.js +6 -2
- package/esm2015/lib/bryntum-checkbox-group.component.js +6 -2
- package/esm2015/lib/bryntum-checklist-filter-combo.component.js +1 -1
- package/esm2015/lib/bryntum-chip-view.component.js +8 -8
- package/esm2015/lib/bryntum-code-editor.component.js +6 -2
- package/esm2015/lib/bryntum-combo.component.js +1 -1
- package/esm2015/lib/bryntum-container.component.js +6 -2
- package/esm2015/lib/bryntum-date-field.component.js +6 -2
- package/esm2015/lib/bryntum-date-picker.component.js +9 -5
- package/esm2015/lib/bryntum-date-range-field.component.js +1 -1
- package/esm2015/lib/bryntum-date-time-field.component.js +1 -1
- package/esm2015/lib/bryntum-demo-code-editor.component.js +6 -2
- package/esm2015/lib/bryntum-display-field.component.js +1 -1
- package/esm2015/lib/bryntum-duration-field.component.js +1 -1
- package/esm2015/lib/bryntum-editor.component.js +6 -2
- package/esm2015/lib/bryntum-field-filter-picker-group.component.js +6 -2
- package/esm2015/lib/bryntum-field-filter-picker.component.js +6 -2
- package/esm2015/lib/bryntum-field-set.component.js +6 -2
- package/esm2015/lib/bryntum-file-field.component.js +1 -1
- package/esm2015/lib/bryntum-file-picker.component.js +6 -2
- package/esm2015/lib/bryntum-filter-field.component.js +1 -1
- package/esm2015/lib/bryntum-grid-base.component.js +9 -2
- package/esm2015/lib/bryntum-grid-chart-designer.component.js +1 -1
- package/esm2015/lib/bryntum-grid-field-filter-picker-group.component.js +6 -2
- package/esm2015/lib/bryntum-grid-field-filter-picker.component.js +6 -2
- package/esm2015/lib/bryntum-grid.component.js +9 -2
- package/esm2015/lib/bryntum-group-bar.component.js +8 -8
- package/esm2015/lib/bryntum-hint.component.js +6 -2
- package/esm2015/lib/bryntum-label.component.js +1 -1
- package/esm2015/lib/bryntum-list.component.js +8 -8
- package/esm2015/lib/bryntum-menu.component.js +6 -2
- package/esm2015/lib/bryntum-month-picker.component.js +6 -2
- package/esm2015/lib/bryntum-number-field.component.js +1 -1
- package/esm2015/lib/bryntum-paging-toolbar.component.js +6 -2
- package/esm2015/lib/bryntum-panel.component.js +6 -2
- package/esm2015/lib/bryntum-password-field.component.js +1 -1
- package/esm2015/lib/bryntum-progress-bar.component.js +600 -0
- package/esm2015/lib/bryntum-radio-group.component.js +6 -2
- package/esm2015/lib/bryntum-slider.component.js +1 -1
- package/esm2015/lib/bryntum-splitter.component.js +1 -1
- package/esm2015/lib/bryntum-tab-panel.component.js +6 -2
- package/esm2015/lib/bryntum-text-area-field.component.js +1 -1
- package/esm2015/lib/bryntum-text-area-picker-field.component.js +1 -1
- package/esm2015/lib/bryntum-text-field.component.js +1 -1
- package/esm2015/lib/bryntum-time-field.component.js +6 -2
- package/esm2015/lib/bryntum-time-picker.component.js +6 -2
- package/esm2015/lib/bryntum-toolbar.component.js +6 -2
- package/esm2015/lib/bryntum-tree-combo.component.js +1 -1
- package/esm2015/lib/bryntum-tree-grid.component.js +9 -2
- package/esm2015/lib/bryntum-widget.component.js +1 -1
- package/esm2015/lib/bryntum-year-picker.component.js +6 -2
- package/esm2015/lib/grid.module.js +6 -1
- package/esm2015/public-api.js +2 -1
- package/fesm2015/bryntum-grid-angular.js +979 -257
- package/fesm2015/bryntum-grid-angular.js.map +1 -1
- package/lib/bryntum-a-i-filter-field.component.d.ts +3 -3
- package/lib/bryntum-button-group.component.d.ts +6 -1
- package/lib/bryntum-button.component.d.ts +3 -3
- package/lib/bryntum-chat-panel.component.d.ts +9 -4
- package/lib/bryntum-checkbox-group.component.d.ts +9 -4
- package/lib/bryntum-checklist-filter-combo.component.d.ts +3 -3
- package/lib/bryntum-chip-view.component.d.ts +6 -6
- package/lib/bryntum-code-editor.component.d.ts +9 -4
- package/lib/bryntum-combo.component.d.ts +3 -3
- package/lib/bryntum-container.component.d.ts +9 -4
- package/lib/bryntum-date-field.component.d.ts +15 -5
- package/lib/bryntum-date-picker.component.d.ts +10 -5
- package/lib/bryntum-date-range-field.component.d.ts +3 -3
- package/lib/bryntum-date-time-field.component.d.ts +3 -3
- package/lib/bryntum-demo-code-editor.component.d.ts +9 -4
- package/lib/bryntum-display-field.component.d.ts +3 -3
- package/lib/bryntum-duration-field.component.d.ts +3 -3
- package/lib/bryntum-editor.component.d.ts +9 -4
- package/lib/bryntum-field-filter-picker-group.component.d.ts +9 -4
- package/lib/bryntum-field-filter-picker.component.d.ts +9 -4
- package/lib/bryntum-field-set.component.d.ts +9 -4
- package/lib/bryntum-file-field.component.d.ts +3 -3
- package/lib/bryntum-file-picker.component.d.ts +9 -4
- package/lib/bryntum-filter-field.component.d.ts +3 -3
- package/lib/bryntum-grid-base.component.d.ts +19 -4
- package/lib/bryntum-grid-chart-designer.component.d.ts +3 -3
- package/lib/bryntum-grid-field-filter-picker-group.component.d.ts +9 -4
- package/lib/bryntum-grid-field-filter-picker.component.d.ts +9 -4
- package/lib/bryntum-grid.component.d.ts +19 -4
- package/lib/bryntum-group-bar.component.d.ts +6 -6
- package/lib/bryntum-hint.component.d.ts +9 -4
- package/lib/bryntum-label.component.d.ts +3 -3
- package/lib/bryntum-list.component.d.ts +6 -6
- package/lib/bryntum-menu.component.d.ts +9 -4
- package/lib/bryntum-month-picker.component.d.ts +9 -4
- package/lib/bryntum-number-field.component.d.ts +3 -3
- package/lib/bryntum-paging-toolbar.component.d.ts +9 -4
- package/lib/bryntum-panel.component.d.ts +9 -4
- package/lib/bryntum-password-field.component.d.ts +3 -3
- package/lib/bryntum-progress-bar.component.d.ts +705 -0
- package/lib/bryntum-radio-group.component.d.ts +9 -4
- package/lib/bryntum-slider.component.d.ts +3 -3
- package/lib/bryntum-splitter.component.d.ts +3 -3
- package/lib/bryntum-tab-panel.component.d.ts +9 -4
- package/lib/bryntum-text-area-field.component.d.ts +3 -3
- package/lib/bryntum-text-area-picker-field.component.d.ts +3 -3
- package/lib/bryntum-text-field.component.d.ts +3 -3
- package/lib/bryntum-time-field.component.d.ts +13 -4
- package/lib/bryntum-time-picker.component.d.ts +9 -4
- package/lib/bryntum-toolbar.component.d.ts +9 -4
- package/lib/bryntum-tree-combo.component.d.ts +3 -3
- package/lib/bryntum-tree-grid.component.d.ts +19 -4
- package/lib/bryntum-widget.component.d.ts +3 -3
- package/lib/bryntum-year-picker.component.d.ts +9 -4
- package/lib/grid.module.d.ts +18 -17
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/src/lib/bryntum-a-i-filter-field.component.ts +3 -3
- package/src/lib/bryntum-button-group.component.ts +7 -0
- package/src/lib/bryntum-button.component.ts +3 -3
- package/src/lib/bryntum-chat-panel.component.ts +10 -3
- package/src/lib/bryntum-checkbox-group.component.ts +10 -3
- package/src/lib/bryntum-checklist-filter-combo.component.ts +3 -3
- package/src/lib/bryntum-chip-view.component.ts +102 -102
- package/src/lib/bryntum-code-editor.component.ts +10 -3
- package/src/lib/bryntum-combo.component.ts +3 -3
- package/src/lib/bryntum-container.component.ts +10 -3
- package/src/lib/bryntum-date-field.component.ts +16 -4
- package/src/lib/bryntum-date-picker.component.ts +12 -5
- package/src/lib/bryntum-date-range-field.component.ts +3 -3
- package/src/lib/bryntum-date-time-field.component.ts +3 -3
- package/src/lib/bryntum-demo-code-editor.component.ts +10 -3
- package/src/lib/bryntum-display-field.component.ts +3 -3
- package/src/lib/bryntum-duration-field.component.ts +3 -3
- package/src/lib/bryntum-editor.component.ts +10 -3
- package/src/lib/bryntum-field-filter-picker-group.component.ts +10 -3
- package/src/lib/bryntum-field-filter-picker.component.ts +10 -3
- package/src/lib/bryntum-field-set.component.ts +10 -3
- package/src/lib/bryntum-file-field.component.ts +3 -3
- package/src/lib/bryntum-file-picker.component.ts +10 -3
- package/src/lib/bryntum-filter-field.component.ts +3 -3
- package/src/lib/bryntum-grid-base.component.ts +21 -3
- package/src/lib/bryntum-grid-chart-designer.component.ts +3 -3
- package/src/lib/bryntum-grid-field-filter-picker-group.component.ts +10 -3
- package/src/lib/bryntum-grid-field-filter-picker.component.ts +10 -3
- package/src/lib/bryntum-grid.component.ts +21 -3
- package/src/lib/bryntum-group-bar.component.ts +102 -102
- package/src/lib/bryntum-hint.component.ts +10 -3
- package/src/lib/bryntum-label.component.ts +3 -3
- package/src/lib/bryntum-list.component.ts +99 -99
- package/src/lib/bryntum-menu.component.ts +10 -3
- package/src/lib/bryntum-month-picker.component.ts +10 -3
- package/src/lib/bryntum-number-field.component.ts +3 -3
- package/src/lib/bryntum-paging-toolbar.component.ts +10 -3
- package/src/lib/bryntum-panel.component.ts +10 -3
- package/src/lib/bryntum-password-field.component.ts +3 -3
- package/src/lib/bryntum-progress-bar.component.ts +1019 -0
- package/src/lib/bryntum-radio-group.component.ts +10 -3
- package/src/lib/bryntum-slider.component.ts +3 -3
- package/src/lib/bryntum-splitter.component.ts +3 -3
- package/src/lib/bryntum-tab-panel.component.ts +10 -3
- package/src/lib/bryntum-text-area-field.component.ts +3 -3
- package/src/lib/bryntum-text-area-picker-field.component.ts +3 -3
- package/src/lib/bryntum-text-field.component.ts +3 -3
- package/src/lib/bryntum-time-field.component.ts +14 -3
- package/src/lib/bryntum-time-picker.component.ts +10 -3
- package/src/lib/bryntum-toolbar.component.ts +10 -3
- package/src/lib/bryntum-tree-combo.component.ts +3 -3
- package/src/lib/bryntum-tree-grid.component.ts +21 -3
- package/src/lib/bryntum-widget.component.ts +3 -3
- package/src/lib/bryntum-year-picker.component.ts +10 -3
- package/src/lib/grid.module.ts +3 -0
- 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 ? :
|
|
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 ! :
|
|
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 ? :
|
|
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 ! :
|
|
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 ? :
|
|
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
|
|
857
|
-
@Input() adopt
|
|
858
|
-
@Input() align
|
|
859
|
-
@Input()
|
|
860
|
-
@Input()
|
|
861
|
-
@Input()
|
|
862
|
-
@Input()
|
|
863
|
-
@Input()
|
|
864
|
-
@Input()
|
|
865
|
-
@Input()
|
|
866
|
-
@Input()
|
|
867
|
-
@Input()
|
|
868
|
-
@Input()
|
|
869
|
-
@Input()
|
|
870
|
-
@Input()
|
|
871
|
-
@Input()
|
|
872
|
-
@Input()
|
|
873
|
-
@Input()
|
|
874
|
-
@Input()
|
|
875
|
-
@Input()
|
|
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
|
|
881
|
-
@Input() floating
|
|
882
|
-
@Input() getItemCls
|
|
883
|
-
@Input() getItemStyle
|
|
884
|
-
@Input() groupHeaderTpl
|
|
885
|
-
@Input() hideAnimation
|
|
886
|
-
@Input() htmlCls
|
|
887
|
-
@Input() iconTpl
|
|
888
|
-
@Input() ignoreParentReadOnly
|
|
889
|
-
@Input() isSelectable
|
|
890
|
-
@Input() itemTpl
|
|
891
|
-
@Input() listeners
|
|
892
|
-
@Input() localeClass
|
|
893
|
-
@Input() localizable
|
|
894
|
-
@Input() localizableProperties
|
|
895
|
-
@Input() maskDefaults
|
|
896
|
-
@Input() masked
|
|
897
|
-
@Input() monitorResize
|
|
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
|
|
901
|
-
@Input() positioned
|
|
902
|
-
@Input() preventTooltipOnTouch
|
|
903
|
-
@Input() relayStoreEvents
|
|
904
|
-
@Input() ripple
|
|
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
|
|
911
|
-
@Input() scrollAction
|
|
912
|
-
@Input() selectAllItem
|
|
913
|
-
@Input() showAnimation
|
|
914
|
-
@Input() showTooltipWhenDisabled
|
|
915
|
-
@Input() tab
|
|
916
|
-
@Input() tag
|
|
917
|
-
@Input() textAlign
|
|
918
|
-
@Input() tooltipTemplate
|
|
919
|
-
@Input() type
|
|
920
|
-
@Input() ui
|
|
921
|
-
@Input() virtualize
|
|
922
|
-
@Input() weight
|
|
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
|
|
926
|
-
@Input()
|
|
927
|
-
@Input()
|
|
928
|
-
@Input()
|
|
929
|
-
@Input()
|
|
930
|
-
@Input()
|
|
931
|
-
@Input()
|
|
932
|
-
@Input()
|
|
933
|
-
@Input()
|
|
934
|
-
@Input()
|
|
935
|
-
@Input()
|
|
936
|
-
@Input()
|
|
937
|
-
@Input()
|
|
938
|
-
@Input()
|
|
939
|
-
@Input()
|
|
940
|
-
@Input()
|
|
941
|
-
@Input()
|
|
942
|
-
@Input()
|
|
943
|
-
@Input()
|
|
944
|
-
@Input()
|
|
945
|
-
@Input()
|
|
946
|
-
@Input()
|
|
947
|
-
@Input()
|
|
948
|
-
@Input()
|
|
949
|
-
@Input()
|
|
950
|
-
@Input()
|
|
951
|
-
@Input()
|
|
952
|
-
@Input()
|
|
953
|
-
@Input()
|
|
954
|
-
@Input()
|
|
955
|
-
@Input()
|
|
956
|
-
@Input()
|
|
957
|
-
@Input()
|
|
958
|
-
@Input()
|
|
959
|
-
@Input()
|
|
960
|
-
@Input()
|
|
961
|
-
@Input()
|
|
962
|
-
@Input()
|
|
963
|
-
@Input()
|
|
964
|
-
@Input()
|
|
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 ? :
|
|
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 ! :
|
|
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 ? :
|
|
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 ! :
|
|
692
|
+
@Input() color ! : Color;
|
|
693
693
|
@Input() config ! : object;
|
|
694
694
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
695
695
|
@Input() contentElementCls ! : string|object;
|