@bryntum/grid-angular 7.1.3 → 7.2.1
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, Container, ContainerItemConfig, ContainerLayoutConfig, DemoCodeEditor, DemoCodeEditorListeners, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, Container, ContainerItemConfig, ContainerLayoutConfig, DemoCodeEditor, DemoCodeEditorListeners, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, 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
|
|
|
@@ -77,6 +77,10 @@ export type BryntumDemoCodeEditorProps = {
|
|
|
77
77
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/DemoCodeEditor#config-bodyCls)
|
|
78
78
|
*/
|
|
79
79
|
bodyCls ? : string|object
|
|
80
|
+
/**
|
|
81
|
+
* Set `true` to add a border to this container's element.
|
|
82
|
+
*/
|
|
83
|
+
border ? : boolean
|
|
80
84
|
/**
|
|
81
85
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
82
86
|
* hierarchy when triggered.
|
|
@@ -133,7 +137,7 @@ export type BryntumDemoCodeEditorProps = {
|
|
|
133
137
|
* ...
|
|
134
138
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/DemoCodeEditor#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
|
*/
|
|
@@ -780,6 +784,7 @@ export class BryntumDemoCodeEditorComponent implements OnInit, OnDestroy {
|
|
|
780
784
|
'autoUpdateRecord',
|
|
781
785
|
'bbar',
|
|
782
786
|
'bodyCls',
|
|
787
|
+
'border',
|
|
783
788
|
'bubbleEvents',
|
|
784
789
|
'callOnFunctions',
|
|
785
790
|
'catchEventHandlerExceptions',
|
|
@@ -899,6 +904,7 @@ export class BryntumDemoCodeEditorComponent implements OnInit, OnDestroy {
|
|
|
899
904
|
'autoUpdateRecord',
|
|
900
905
|
'bbar',
|
|
901
906
|
'bodyCls',
|
|
907
|
+
'border',
|
|
902
908
|
'bubbleEvents',
|
|
903
909
|
'centered',
|
|
904
910
|
'codePath',
|
|
@@ -1047,11 +1053,12 @@ export class BryntumDemoCodeEditorComponent implements OnInit, OnDestroy {
|
|
|
1047
1053
|
@Input() autoUpdateRecord ! : boolean;
|
|
1048
1054
|
@Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
|
|
1049
1055
|
@Input() bodyCls ! : string|object;
|
|
1056
|
+
@Input() border ! : boolean;
|
|
1050
1057
|
@Input() bubbleEvents ! : object;
|
|
1051
1058
|
@Input() centered ! : boolean;
|
|
1052
1059
|
@Input() codePath ! : string;
|
|
1053
1060
|
@Input() collapsible ! : boolean|PanelCollapserConfig|PanelCollapserOverlayConfig;
|
|
1054
|
-
@Input() color ! :
|
|
1061
|
+
@Input() color ! : Color;
|
|
1055
1062
|
@Input() config ! : object;
|
|
1056
1063
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
1057
1064
|
@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, ContainerItemConfig, DisplayField, DisplayFieldListeners, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Model, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, ContainerItemConfig, DisplayField, DisplayFieldListeners, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Model, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -114,7 +114,7 @@ export type BryntumDisplayFieldProps = {
|
|
|
114
114
|
* ...
|
|
115
115
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/DisplayField#config-color)
|
|
116
116
|
*/
|
|
117
|
-
color ? :
|
|
117
|
+
color ? : Color
|
|
118
118
|
/**
|
|
119
119
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
120
120
|
*/
|
|
@@ -930,7 +930,7 @@ export class BryntumDisplayFieldComponent implements OnInit, OnDestroy {
|
|
|
930
930
|
@Input() bubbleEvents ! : object;
|
|
931
931
|
@Input() centered ! : boolean;
|
|
932
932
|
@Input() clearable ! : boolean|FieldTriggerConfig;
|
|
933
|
-
@Input() color ! :
|
|
933
|
+
@Input() color ! : Color;
|
|
934
934
|
@Input() config ! : object;
|
|
935
935
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
936
936
|
@Input() container ! : Record<string, ContainerItemConfig>|ContainerItemConfig[]|FieldContainerConfig|FieldContainer;
|
|
@@ -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, ContainerItemConfig, DomConfig, Duration, DurationConfig, DurationField, DurationFieldListeners, DurationUnit, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, ContainerItemConfig, DomConfig, Duration, DurationConfig, DurationField, DurationFieldListeners, DurationUnit, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -123,7 +123,7 @@ export type BryntumDurationFieldProps = {
|
|
|
123
123
|
* ...
|
|
124
124
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/DurationField#config-color)
|
|
125
125
|
*/
|
|
126
|
-
color ? :
|
|
126
|
+
color ? : Color
|
|
127
127
|
/**
|
|
128
128
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
129
129
|
*/
|
|
@@ -1005,7 +1005,7 @@ export class BryntumDurationFieldComponent implements OnInit, OnDestroy {
|
|
|
1005
1005
|
@Input() bubbleEvents ! : object;
|
|
1006
1006
|
@Input() centered ! : boolean;
|
|
1007
1007
|
@Input() clearable ! : boolean|FieldTriggerConfig;
|
|
1008
|
-
@Input() color ! :
|
|
1008
|
+
@Input() color ! : Color;
|
|
1009
1009
|
@Input() config ! : object;
|
|
1010
1010
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
1011
1011
|
@Input() container ! : Record<string, ContainerItemConfig>|ContainerItemConfig[]|FieldContainerConfig|FieldContainer;
|
|
@@ -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, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, Editor, EditorListeners, InputFieldConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, Editor, EditorListeners, InputFieldConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -68,6 +68,10 @@ export type BryntumEditorProps = {
|
|
|
68
68
|
* leaving the application to listen for the [focusOut](https://bryntum.com/products/grid/docs/api/Core/widget/Editor#event-focusOut) event.
|
|
69
69
|
*/
|
|
70
70
|
blurAction ? : 'complete'|'cancel'|null
|
|
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.
|
|
@@ -113,7 +117,7 @@ export type BryntumEditorProps = {
|
|
|
113
117
|
* ...
|
|
114
118
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Editor#config-color)
|
|
115
119
|
*/
|
|
116
|
-
color ? :
|
|
120
|
+
color ? : Color
|
|
117
121
|
/**
|
|
118
122
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
119
123
|
*/
|
|
@@ -683,6 +687,7 @@ export class BryntumEditorComponent implements OnInit, OnDestroy {
|
|
|
683
687
|
'ariaLabel',
|
|
684
688
|
'autoUpdateRecord',
|
|
685
689
|
'blurAction',
|
|
690
|
+
'border',
|
|
686
691
|
'bubbleEvents',
|
|
687
692
|
'callOnFunctions',
|
|
688
693
|
'cancelKey',
|
|
@@ -788,6 +793,7 @@ export class BryntumEditorComponent implements OnInit, OnDestroy {
|
|
|
788
793
|
'ariaLabel',
|
|
789
794
|
'autoUpdateRecord',
|
|
790
795
|
'blurAction',
|
|
796
|
+
'border',
|
|
791
797
|
'bubbleEvents',
|
|
792
798
|
'cancelKey',
|
|
793
799
|
'centered',
|
|
@@ -921,10 +927,11 @@ export class BryntumEditorComponent implements OnInit, OnDestroy {
|
|
|
921
927
|
@Input() ariaLabel ! : string;
|
|
922
928
|
@Input() autoUpdateRecord ! : boolean;
|
|
923
929
|
@Input() blurAction ! : 'complete'|'cancel'|null;
|
|
930
|
+
@Input() border ! : boolean;
|
|
924
931
|
@Input() bubbleEvents ! : object;
|
|
925
932
|
@Input() cancelKey ! : string;
|
|
926
933
|
@Input() centered ! : boolean;
|
|
927
|
-
@Input() color ! :
|
|
934
|
+
@Input() color ! : Color;
|
|
928
935
|
@Input() completeKey ! : string;
|
|
929
936
|
@Input() completeOnChange ! : boolean;
|
|
930
937
|
@Input() config ! : 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, CollectionFilterConfig, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, FieldFilterPicker, FieldFilterPickerConfig, FieldFilterPickerGroup, FieldFilterPickerGroupListeners, FieldOption, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, Store, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, CollectionFilterConfig, Color, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, FieldFilterPicker, FieldFilterPickerConfig, FieldFilterPickerGroup, FieldFilterPickerGroupListeners, FieldOption, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, Store, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -70,6 +70,10 @@ export type BryntumFieldFilterPickerGroupProps = {
|
|
|
70
70
|
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
71
71
|
*/
|
|
72
72
|
autoUpdateRecord ? : boolean
|
|
73
|
+
/**
|
|
74
|
+
* Set `true` to add a border to this container's element.
|
|
75
|
+
*/
|
|
76
|
+
border ? : boolean
|
|
73
77
|
/**
|
|
74
78
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
75
79
|
* hierarchy when triggered.
|
|
@@ -125,7 +129,7 @@ export type BryntumFieldFilterPickerGroupProps = {
|
|
|
125
129
|
* ...
|
|
126
130
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPickerGroup#config-color)
|
|
127
131
|
*/
|
|
128
|
-
color ? :
|
|
132
|
+
color ? : Color
|
|
129
133
|
/**
|
|
130
134
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
131
135
|
*/
|
|
@@ -701,6 +705,7 @@ export class BryntumFieldFilterPickerGroupComponent implements OnInit, OnDestroy
|
|
|
701
705
|
'ariaDescription',
|
|
702
706
|
'ariaLabel',
|
|
703
707
|
'autoUpdateRecord',
|
|
708
|
+
'border',
|
|
704
709
|
'bubbleEvents',
|
|
705
710
|
'callOnFunctions',
|
|
706
711
|
'canDeleteFilter',
|
|
@@ -808,6 +813,7 @@ export class BryntumFieldFilterPickerGroupComponent implements OnInit, OnDestroy
|
|
|
808
813
|
'ariaDescription',
|
|
809
814
|
'ariaLabel',
|
|
810
815
|
'autoUpdateRecord',
|
|
816
|
+
'border',
|
|
811
817
|
'bubbleEvents',
|
|
812
818
|
'canDeleteFilter',
|
|
813
819
|
'canManageFilter',
|
|
@@ -944,11 +950,12 @@ export class BryntumFieldFilterPickerGroupComponent implements OnInit, OnDestroy
|
|
|
944
950
|
@Input() ariaDescription ! : string;
|
|
945
951
|
@Input() ariaLabel ! : string;
|
|
946
952
|
@Input() autoUpdateRecord ! : boolean;
|
|
953
|
+
@Input() border ! : boolean;
|
|
947
954
|
@Input() bubbleEvents ! : object;
|
|
948
955
|
@Input() canDeleteFilter ! : (filter: any) => boolean;
|
|
949
956
|
@Input() canManageFilter ! : (filter: any) => boolean;
|
|
950
957
|
@Input() centered ! : boolean;
|
|
951
|
-
@Input() color ! :
|
|
958
|
+
@Input() color ! : Color;
|
|
952
959
|
@Input() config ! : object;
|
|
953
960
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
954
961
|
@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, CollectionFilter, CollectionFilterConfig, ComboConfig, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, FieldFilterPicker, FieldFilterPickerListeners, FieldOption, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, Store, TabConfig, ToolbarItems, TooltipConfig, ValueFieldPlaceholders, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, CollectionFilter, CollectionFilterConfig, Color, ComboConfig, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, FieldFilterPicker, FieldFilterPickerListeners, FieldOption, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, Store, TabConfig, ToolbarItems, TooltipConfig, ValueFieldPlaceholders, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -60,6 +60,10 @@ export type BryntumFieldFilterPickerProps = {
|
|
|
60
60
|
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
61
61
|
*/
|
|
62
62
|
autoUpdateRecord ? : boolean
|
|
63
|
+
/**
|
|
64
|
+
* Set `true` to add a border to this container's element.
|
|
65
|
+
*/
|
|
66
|
+
border ? : boolean
|
|
63
67
|
/**
|
|
64
68
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
65
69
|
* hierarchy when triggered.
|
|
@@ -99,7 +103,7 @@ export type BryntumFieldFilterPickerProps = {
|
|
|
99
103
|
* ...
|
|
100
104
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-color)
|
|
101
105
|
*/
|
|
102
|
-
color ? :
|
|
106
|
+
color ? : Color
|
|
103
107
|
/**
|
|
104
108
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
105
109
|
*/
|
|
@@ -676,6 +680,7 @@ export class BryntumFieldFilterPickerComponent implements OnInit, OnDestroy {
|
|
|
676
680
|
'ariaDescription',
|
|
677
681
|
'ariaLabel',
|
|
678
682
|
'autoUpdateRecord',
|
|
683
|
+
'border',
|
|
679
684
|
'bubbleEvents',
|
|
680
685
|
'callOnFunctions',
|
|
681
686
|
'catchEventHandlerExceptions',
|
|
@@ -782,6 +787,7 @@ export class BryntumFieldFilterPickerComponent implements OnInit, OnDestroy {
|
|
|
782
787
|
'ariaDescription',
|
|
783
788
|
'ariaLabel',
|
|
784
789
|
'autoUpdateRecord',
|
|
790
|
+
'border',
|
|
785
791
|
'bubbleEvents',
|
|
786
792
|
'centered',
|
|
787
793
|
'color',
|
|
@@ -916,9 +922,10 @@ export class BryntumFieldFilterPickerComponent implements OnInit, OnDestroy {
|
|
|
916
922
|
@Input() ariaDescription ! : string;
|
|
917
923
|
@Input() ariaLabel ! : string;
|
|
918
924
|
@Input() autoUpdateRecord ! : boolean;
|
|
925
|
+
@Input() border ! : boolean;
|
|
919
926
|
@Input() bubbleEvents ! : object;
|
|
920
927
|
@Input() centered ! : boolean;
|
|
921
|
-
@Input() color ! :
|
|
928
|
+
@Input() color ! : Color;
|
|
922
929
|
@Input() config ! : object;
|
|
923
930
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
924
931
|
@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, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, FieldSet, FieldSetListeners, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, FieldSet, FieldSetListeners, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, 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
|
|
|
@@ -73,6 +73,10 @@ export type BryntumFieldSetProps = {
|
|
|
73
73
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-bodyCls)
|
|
74
74
|
*/
|
|
75
75
|
bodyCls ? : string|object
|
|
76
|
+
/**
|
|
77
|
+
* Set `true` to add a border to this container's element.
|
|
78
|
+
*/
|
|
79
|
+
border ? : boolean
|
|
76
80
|
/**
|
|
77
81
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
78
82
|
* hierarchy when triggered.
|
|
@@ -123,7 +127,7 @@ export type BryntumFieldSetProps = {
|
|
|
123
127
|
* ...
|
|
124
128
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-color)
|
|
125
129
|
*/
|
|
126
|
-
color ? :
|
|
130
|
+
color ? : Color
|
|
127
131
|
/**
|
|
128
132
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
129
133
|
*/
|
|
@@ -761,6 +765,7 @@ export class BryntumFieldSetComponent implements OnInit, OnDestroy {
|
|
|
761
765
|
'autoUpdateRecord',
|
|
762
766
|
'bbar',
|
|
763
767
|
'bodyCls',
|
|
768
|
+
'border',
|
|
764
769
|
'bubbleEvents',
|
|
765
770
|
'callOnFunctions',
|
|
766
771
|
'catchEventHandlerExceptions',
|
|
@@ -875,6 +880,7 @@ export class BryntumFieldSetComponent implements OnInit, OnDestroy {
|
|
|
875
880
|
'autoUpdateRecord',
|
|
876
881
|
'bbar',
|
|
877
882
|
'bodyCls',
|
|
883
|
+
'border',
|
|
878
884
|
'bubbleEvents',
|
|
879
885
|
'centered',
|
|
880
886
|
'collapsible',
|
|
@@ -1018,10 +1024,11 @@ export class BryntumFieldSetComponent implements OnInit, OnDestroy {
|
|
|
1018
1024
|
@Input() autoUpdateRecord ! : boolean;
|
|
1019
1025
|
@Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
|
|
1020
1026
|
@Input() bodyCls ! : string|object;
|
|
1027
|
+
@Input() border ! : boolean;
|
|
1021
1028
|
@Input() bubbleEvents ! : object;
|
|
1022
1029
|
@Input() centered ! : boolean;
|
|
1023
1030
|
@Input() collapsible ! : boolean|PanelCollapserConfig|PanelCollapserOverlayConfig;
|
|
1024
|
-
@Input() color ! :
|
|
1031
|
+
@Input() color ! : Color;
|
|
1025
1032
|
@Input() config ! : object;
|
|
1026
1033
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
1027
1034
|
@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, ContainerItemConfig, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, FileField, FileFieldListeners, KeyMapConfig, MaskConfig, Model, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, ContainerItemConfig, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, FileField, FileFieldListeners, KeyMapConfig, MaskConfig, Model, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -119,7 +119,7 @@ export type BryntumFileFieldProps = {
|
|
|
119
119
|
* ...
|
|
120
120
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FileField#config-color)
|
|
121
121
|
*/
|
|
122
|
-
color ? :
|
|
122
|
+
color ? : Color
|
|
123
123
|
/**
|
|
124
124
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
125
125
|
*/
|
|
@@ -935,7 +935,7 @@ export class BryntumFileFieldComponent implements OnInit, OnDestroy {
|
|
|
935
935
|
@Input() bubbleEvents ! : object;
|
|
936
936
|
@Input() centered ! : boolean;
|
|
937
937
|
@Input() clearable ! : boolean|FieldTriggerConfig;
|
|
938
|
-
@Input() color ! :
|
|
938
|
+
@Input() color ! : Color;
|
|
939
939
|
@Input() config ! : object;
|
|
940
940
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
941
941
|
@Input() container ! : Record<string, ContainerItemConfig>|ContainerItemConfig[]|FieldContainerConfig|FieldContainer;
|
|
@@ -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, FileFieldConfig, FilePicker, FilePickerListeners, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, ButtonConfig, Color, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, FileFieldConfig, FilePicker, FilePickerListeners, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -60,6 +60,10 @@ export type BryntumFilePickerProps = {
|
|
|
60
60
|
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
61
61
|
*/
|
|
62
62
|
autoUpdateRecord ? : boolean
|
|
63
|
+
/**
|
|
64
|
+
* Set `true` to add a border to this container's element.
|
|
65
|
+
*/
|
|
66
|
+
border ? : boolean
|
|
63
67
|
/**
|
|
64
68
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
65
69
|
* hierarchy when triggered.
|
|
@@ -103,7 +107,7 @@ export type BryntumFilePickerProps = {
|
|
|
103
107
|
* ...
|
|
104
108
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FilePicker#config-color)
|
|
105
109
|
*/
|
|
106
|
-
color ? :
|
|
110
|
+
color ? : Color
|
|
107
111
|
/**
|
|
108
112
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
109
113
|
*/
|
|
@@ -628,6 +632,7 @@ export class BryntumFilePickerComponent implements OnInit, OnDestroy {
|
|
|
628
632
|
'ariaDescription',
|
|
629
633
|
'ariaLabel',
|
|
630
634
|
'autoUpdateRecord',
|
|
635
|
+
'border',
|
|
631
636
|
'bubbleEvents',
|
|
632
637
|
'buttonConfig',
|
|
633
638
|
'callOnFunctions',
|
|
@@ -725,6 +730,7 @@ export class BryntumFilePickerComponent implements OnInit, OnDestroy {
|
|
|
725
730
|
'ariaDescription',
|
|
726
731
|
'ariaLabel',
|
|
727
732
|
'autoUpdateRecord',
|
|
733
|
+
'border',
|
|
728
734
|
'bubbleEvents',
|
|
729
735
|
'buttonConfig',
|
|
730
736
|
'centered',
|
|
@@ -850,10 +856,11 @@ export class BryntumFilePickerComponent implements OnInit, OnDestroy {
|
|
|
850
856
|
@Input() ariaDescription ! : string;
|
|
851
857
|
@Input() ariaLabel ! : string;
|
|
852
858
|
@Input() autoUpdateRecord ! : boolean;
|
|
859
|
+
@Input() border ! : boolean;
|
|
853
860
|
@Input() bubbleEvents ! : object;
|
|
854
861
|
@Input() buttonConfig ! : ButtonConfig;
|
|
855
862
|
@Input() centered ! : boolean;
|
|
856
|
-
@Input() color ! :
|
|
863
|
+
@Input() color ! : Color;
|
|
857
864
|
@Input() config ! : object;
|
|
858
865
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
859
866
|
@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, ContainerItemConfig, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, FilterField, FilterFieldListeners, KeyMapConfig, MaskConfig, Model, Rectangle, Scroller, Store, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, ContainerItemConfig, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, FilterField, FilterFieldListeners, KeyMapConfig, MaskConfig, Model, Rectangle, Scroller, Store, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -114,7 +114,7 @@ export type BryntumFilterFieldProps = {
|
|
|
114
114
|
* ...
|
|
115
115
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/FilterField#config-color)
|
|
116
116
|
*/
|
|
117
|
-
color ? :
|
|
117
|
+
color ? : Color
|
|
118
118
|
/**
|
|
119
119
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
120
120
|
*/
|
|
@@ -981,7 +981,7 @@ export class BryntumFilterFieldComponent implements OnInit, OnDestroy {
|
|
|
981
981
|
@Input() bubbleEvents ! : object;
|
|
982
982
|
@Input() centered ! : boolean;
|
|
983
983
|
@Input() clearable ! : boolean|FieldTriggerConfig;
|
|
984
|
-
@Input() color ! :
|
|
984
|
+
@Input() color ! : Color;
|
|
985
985
|
@Input() config ! : object;
|
|
986
986
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
987
987
|
@Input() container ! : Record<string, ContainerItemConfig>|ContainerItemConfig[]|FieldContainerConfig|FieldContainer;
|
|
@@ -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, GridBaseListeners, GridColumnConfig, 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, GridBaseListeners, GridColumnConfig, 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 BryntumGridBaseProps = {
|
|
|
82
82
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#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 BryntumGridBaseProps = {
|
|
|
133
137
|
* ...
|
|
134
138
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#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
|
*/
|
|
@@ -754,6 +758,15 @@ export type BryntumGridBaseProps = {
|
|
|
754
758
|
width ? : string|number
|
|
755
759
|
|
|
756
760
|
// Features
|
|
761
|
+
/**
|
|
762
|
+
* This feature provides an AI agent for Grid. It provides a chat panel that allows the user to send messages to the
|
|
763
|
+
* agent and see the responses. Which allows the user to use natural language to interact with the Grid in different
|
|
764
|
+
* ways. For example, the user can ask the agent to filter the data, sort it, or select specific records. The agent can
|
|
765
|
+
* also perform data manipulation operations such as adding, updating, deleting records.
|
|
766
|
+
* ...
|
|
767
|
+
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/AI)
|
|
768
|
+
*/
|
|
769
|
+
aiFeature ? : object|boolean|string|AI|AIConfig
|
|
757
770
|
/**
|
|
758
771
|
* AI-powered filter feature for Grid. Allows users to type natural language queries to filter grid data.
|
|
759
772
|
* ...
|
|
@@ -1168,6 +1181,7 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
|
|
|
1168
1181
|
];
|
|
1169
1182
|
|
|
1170
1183
|
private static bryntumFeatureNames: string[] = [
|
|
1184
|
+
'aiFeature',
|
|
1171
1185
|
'aiFilterFeature',
|
|
1172
1186
|
'cellCopyPasteFeature',
|
|
1173
1187
|
'cellEditFeature',
|
|
@@ -1222,6 +1236,7 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
|
|
|
1222
1236
|
'autoHeight',
|
|
1223
1237
|
'bbar',
|
|
1224
1238
|
'bodyCls',
|
|
1239
|
+
'border',
|
|
1225
1240
|
'bubbleEvents',
|
|
1226
1241
|
'callOnFunctions',
|
|
1227
1242
|
'catchEventHandlerExceptions',
|
|
@@ -1342,6 +1357,7 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
|
|
|
1342
1357
|
'autoHeight',
|
|
1343
1358
|
'bbar',
|
|
1344
1359
|
'bodyCls',
|
|
1360
|
+
'border',
|
|
1345
1361
|
'bubbleEvents',
|
|
1346
1362
|
'collapsible',
|
|
1347
1363
|
'color',
|
|
@@ -1495,9 +1511,10 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
|
|
|
1495
1511
|
@Input() autoHeight ! : boolean;
|
|
1496
1512
|
@Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
|
|
1497
1513
|
@Input() bodyCls ! : string|object;
|
|
1514
|
+
@Input() border ! : boolean;
|
|
1498
1515
|
@Input() bubbleEvents ! : object;
|
|
1499
1516
|
@Input() collapsible ! : boolean|PanelCollapserConfig|PanelCollapserOverlayConfig;
|
|
1500
|
-
@Input() color ! :
|
|
1517
|
+
@Input() color ! : Color;
|
|
1501
1518
|
@Input() config ! : object;
|
|
1502
1519
|
@Input() contentElementCls ! : string|object;
|
|
1503
1520
|
@Input() contextMenuTriggerEvent ! : 'contextmenu'|'click'|'dblclick';
|
|
@@ -1653,6 +1670,7 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
|
|
|
1653
1670
|
@Input() tooltip ! : string|TooltipConfig;
|
|
1654
1671
|
|
|
1655
1672
|
// Features
|
|
1673
|
+
@Input() aiFeature ! : object|boolean|string|AI|AIConfig;
|
|
1656
1674
|
@Input() aiFilterFeature ! : object|boolean|string|AIFilter|AIFilterConfig;
|
|
1657
1675
|
@Input() cellCopyPasteFeature ! : object|boolean|string|CellCopyPaste|CellCopyPasteConfig;
|
|
1658
1676
|
@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, DomConfig, Grid, GridChartDesigner, GridChartDesignerListeners, KeyMapConfig, MaskConfig, Rectangle, Scroller, ScrollerConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, DomConfig, Grid, GridChartDesigner, GridChartDesignerListeners, KeyMapConfig, 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 BryntumGridChartDesignerProps = {
|
|
|
95
95
|
* ...
|
|
96
96
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#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
|
*/
|
|
@@ -698,7 +698,7 @@ export class BryntumGridChartDesignerComponent implements OnInit, OnDestroy {
|
|
|
698
698
|
@Input() ariaLabel ! : string;
|
|
699
699
|
@Input() bubbleEvents ! : object;
|
|
700
700
|
@Input() centered ! : boolean;
|
|
701
|
-
@Input() color ! :
|
|
701
|
+
@Input() color ! : Color;
|
|
702
702
|
@Input() config ! : object;
|
|
703
703
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
704
704
|
@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, CollectionFilterConfig, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, FieldFilterPicker, FieldFilterPickerConfig, FieldFilterPickerGroup, Grid, GridFieldFilterPickerGroup, GridFieldFilterPickerGroupListeners, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, CollectionFilterConfig, Color, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, FieldFilterPicker, FieldFilterPickerConfig, FieldFilterPickerGroup, Grid, GridFieldFilterPickerGroup, GridFieldFilterPickerGroupListeners, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -70,6 +70,10 @@ export type BryntumGridFieldFilterPickerGroupProps = {
|
|
|
70
70
|
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
71
71
|
*/
|
|
72
72
|
autoUpdateRecord ? : boolean
|
|
73
|
+
/**
|
|
74
|
+
* Set `true` to add a border to this container's element.
|
|
75
|
+
*/
|
|
76
|
+
border ? : boolean
|
|
73
77
|
/**
|
|
74
78
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
75
79
|
* hierarchy when triggered.
|
|
@@ -125,7 +129,7 @@ export type BryntumGridFieldFilterPickerGroupProps = {
|
|
|
125
129
|
* ...
|
|
126
130
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-color)
|
|
127
131
|
*/
|
|
128
|
-
color ? :
|
|
132
|
+
color ? : Color
|
|
129
133
|
/**
|
|
130
134
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
131
135
|
*/
|
|
@@ -696,6 +700,7 @@ export class BryntumGridFieldFilterPickerGroupComponent implements OnInit, OnDes
|
|
|
696
700
|
'ariaDescription',
|
|
697
701
|
'ariaLabel',
|
|
698
702
|
'autoUpdateRecord',
|
|
703
|
+
'border',
|
|
699
704
|
'bubbleEvents',
|
|
700
705
|
'callOnFunctions',
|
|
701
706
|
'canDeleteFilter',
|
|
@@ -802,6 +807,7 @@ export class BryntumGridFieldFilterPickerGroupComponent implements OnInit, OnDes
|
|
|
802
807
|
'ariaDescription',
|
|
803
808
|
'ariaLabel',
|
|
804
809
|
'autoUpdateRecord',
|
|
810
|
+
'border',
|
|
805
811
|
'bubbleEvents',
|
|
806
812
|
'canDeleteFilter',
|
|
807
813
|
'canManageFilter',
|
|
@@ -937,11 +943,12 @@ export class BryntumGridFieldFilterPickerGroupComponent implements OnInit, OnDes
|
|
|
937
943
|
@Input() ariaDescription ! : string;
|
|
938
944
|
@Input() ariaLabel ! : string;
|
|
939
945
|
@Input() autoUpdateRecord ! : boolean;
|
|
946
|
+
@Input() border ! : boolean;
|
|
940
947
|
@Input() bubbleEvents ! : object;
|
|
941
948
|
@Input() canDeleteFilter ! : (filter: any) => boolean;
|
|
942
949
|
@Input() canManageFilter ! : (filter: any) => boolean;
|
|
943
950
|
@Input() centered ! : boolean;
|
|
944
|
-
@Input() color ! :
|
|
951
|
+
@Input() color ! : Color;
|
|
945
952
|
@Input() config ! : object;
|
|
946
953
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
947
954
|
@Input() contentElementCls ! : string|object;
|