@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, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, RadioConfig, RadioGroup, RadioGroupListeners, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, RadioConfig, RadioGroup, RadioGroupListeners, 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 BryntumRadioGroupProps = {
|
|
|
73
73
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/RadioGroup#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.
|
|
@@ -128,7 +132,7 @@ export type BryntumRadioGroupProps = {
|
|
|
128
132
|
* ...
|
|
129
133
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/RadioGroup#config-color)
|
|
130
134
|
*/
|
|
131
|
-
color ? :
|
|
135
|
+
color ? : Color
|
|
132
136
|
/**
|
|
133
137
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
134
138
|
*/
|
|
@@ -787,6 +791,7 @@ export class BryntumRadioGroupComponent implements OnInit, OnDestroy {
|
|
|
787
791
|
'autoUpdateRecord',
|
|
788
792
|
'bbar',
|
|
789
793
|
'bodyCls',
|
|
794
|
+
'border',
|
|
790
795
|
'bubbleEvents',
|
|
791
796
|
'callOnFunctions',
|
|
792
797
|
'catchEventHandlerExceptions',
|
|
@@ -905,6 +910,7 @@ export class BryntumRadioGroupComponent implements OnInit, OnDestroy {
|
|
|
905
910
|
'autoUpdateRecord',
|
|
906
911
|
'bbar',
|
|
907
912
|
'bodyCls',
|
|
913
|
+
'border',
|
|
908
914
|
'bubbleEvents',
|
|
909
915
|
'centered',
|
|
910
916
|
'clearable',
|
|
@@ -1052,11 +1058,12 @@ export class BryntumRadioGroupComponent implements OnInit, OnDestroy {
|
|
|
1052
1058
|
@Input() autoUpdateRecord ! : boolean;
|
|
1053
1059
|
@Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
|
|
1054
1060
|
@Input() bodyCls ! : string|object;
|
|
1061
|
+
@Input() border ! : boolean;
|
|
1055
1062
|
@Input() bubbleEvents ! : object;
|
|
1056
1063
|
@Input() centered ! : boolean;
|
|
1057
1064
|
@Input() clearable ! : boolean;
|
|
1058
1065
|
@Input() collapsible ! : boolean|PanelCollapserConfig|PanelCollapserOverlayConfig;
|
|
1059
|
-
@Input() color ! :
|
|
1066
|
+
@Input() color ! : Color;
|
|
1060
1067
|
@Input() config ! : object;
|
|
1061
1068
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
1062
1069
|
@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, MaskConfig, Rectangle, Scroller, ScrollerConfig, Slider, SliderListeners, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, DomConfig, KeyMapConfig, MaskConfig, Rectangle, Scroller, ScrollerConfig, Slider, SliderListeners, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -95,7 +95,7 @@ export type BryntumSliderProps = {
|
|
|
95
95
|
* ...
|
|
96
96
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Slider#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
|
*/
|
|
@@ -783,7 +783,7 @@ export class BryntumSliderComponent implements OnInit, OnDestroy {
|
|
|
783
783
|
@Input() ariaLabel ! : string;
|
|
784
784
|
@Input() bubbleEvents ! : object;
|
|
785
785
|
@Input() centered ! : boolean;
|
|
786
|
-
@Input() color ! :
|
|
786
|
+
@Input() color ! : Color;
|
|
787
787
|
@Input() config ! : object;
|
|
788
788
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
789
789
|
@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, MaskConfig, Rectangle, Scroller, ScrollerConfig, Splitter, SplitterListeners, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, DomConfig, KeyMapConfig, MaskConfig, Rectangle, Scroller, ScrollerConfig, Splitter, SplitterListeners, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -95,7 +95,7 @@ export type BryntumSplitterProps = {
|
|
|
95
95
|
* ...
|
|
96
96
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Splitter#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
|
*/
|
|
@@ -703,7 +703,7 @@ export class BryntumSplitterComponent implements OnInit, OnDestroy {
|
|
|
703
703
|
@Input() ariaLabel ! : string;
|
|
704
704
|
@Input() bubbleEvents ! : object;
|
|
705
705
|
@Input() centered ! : boolean;
|
|
706
|
-
@Input() color ! :
|
|
706
|
+
@Input() color ! : Color;
|
|
707
707
|
@Input() config ! : object;
|
|
708
708
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
709
709
|
@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, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabBarConfig, TabConfig, TabPanel, TabPanelListeners, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabBarConfig, TabConfig, TabPanel, TabPanelListeners, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -85,6 +85,10 @@ export type BryntumTabPanelProps = {
|
|
|
85
85
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/TabPanel#config-bodyCls)
|
|
86
86
|
*/
|
|
87
87
|
bodyCls ? : string|object
|
|
88
|
+
/**
|
|
89
|
+
* Set `true` to add a border to this container's element.
|
|
90
|
+
*/
|
|
91
|
+
border ? : boolean
|
|
88
92
|
/**
|
|
89
93
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
90
94
|
* hierarchy when triggered.
|
|
@@ -135,7 +139,7 @@ export type BryntumTabPanelProps = {
|
|
|
135
139
|
* ...
|
|
136
140
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/TabPanel#config-color)
|
|
137
141
|
*/
|
|
138
|
-
color ? :
|
|
142
|
+
color ? : Color
|
|
139
143
|
/**
|
|
140
144
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
141
145
|
*/
|
|
@@ -773,6 +777,7 @@ export class BryntumTabPanelComponent implements OnInit, OnDestroy {
|
|
|
773
777
|
'autoUpdateRecord',
|
|
774
778
|
'bbar',
|
|
775
779
|
'bodyCls',
|
|
780
|
+
'border',
|
|
776
781
|
'bubbleEvents',
|
|
777
782
|
'callOnFunctions',
|
|
778
783
|
'catchEventHandlerExceptions',
|
|
@@ -888,6 +893,7 @@ export class BryntumTabPanelComponent implements OnInit, OnDestroy {
|
|
|
888
893
|
'autoUpdateRecord',
|
|
889
894
|
'bbar',
|
|
890
895
|
'bodyCls',
|
|
896
|
+
'border',
|
|
891
897
|
'bubbleEvents',
|
|
892
898
|
'centered',
|
|
893
899
|
'collapsible',
|
|
@@ -1033,10 +1039,11 @@ export class BryntumTabPanelComponent implements OnInit, OnDestroy {
|
|
|
1033
1039
|
@Input() autoUpdateRecord ! : boolean;
|
|
1034
1040
|
@Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
|
|
1035
1041
|
@Input() bodyCls ! : string|object;
|
|
1042
|
+
@Input() border ! : boolean;
|
|
1036
1043
|
@Input() bubbleEvents ! : object;
|
|
1037
1044
|
@Input() centered ! : boolean;
|
|
1038
1045
|
@Input() collapsible ! : boolean|PanelCollapserConfig|PanelCollapserOverlayConfig;
|
|
1039
|
-
@Input() color ! :
|
|
1046
|
+
@Input() color ! : Color;
|
|
1040
1047
|
@Input() config ! : object;
|
|
1041
1048
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
1042
1049
|
@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, KeyMapConfig, MaskConfig, Model, Rectangle, Scroller, TabConfig, TextAreaField, TextAreaFieldListeners, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, ContainerItemConfig, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Model, Rectangle, Scroller, TabConfig, TextAreaField, TextAreaFieldListeners, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -114,7 +114,7 @@ export type BryntumTextAreaFieldProps = {
|
|
|
114
114
|
* ...
|
|
115
115
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/TextAreaField#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
|
*/
|
|
@@ -933,7 +933,7 @@ export class BryntumTextAreaFieldComponent implements OnInit, OnDestroy {
|
|
|
933
933
|
@Input() bubbleEvents ! : object;
|
|
934
934
|
@Input() centered ! : boolean;
|
|
935
935
|
@Input() clearable ! : boolean|FieldTriggerConfig;
|
|
936
|
-
@Input() color ! :
|
|
936
|
+
@Input() color ! : Color;
|
|
937
937
|
@Input() config ! : object;
|
|
938
938
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
939
939
|
@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, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Model, Rectangle, Scroller, TabConfig, TextAreaPickerField, TextAreaPickerFieldListeners, TooltipConfig, VueConfig, Widget, WidgetConfig } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, ContainerItemConfig, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Model, Rectangle, Scroller, TabConfig, TextAreaPickerField, TextAreaPickerFieldListeners, TooltipConfig, VueConfig, Widget, WidgetConfig } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -118,7 +118,7 @@ export type BryntumTextAreaPickerFieldProps = {
|
|
|
118
118
|
* ...
|
|
119
119
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/TextAreaPickerField#config-color)
|
|
120
120
|
*/
|
|
121
|
-
color ? :
|
|
121
|
+
color ? : Color
|
|
122
122
|
/**
|
|
123
123
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
124
124
|
*/
|
|
@@ -959,7 +959,7 @@ export class BryntumTextAreaPickerFieldComponent implements OnInit, OnDestroy {
|
|
|
959
959
|
@Input() bubbleEvents ! : object;
|
|
960
960
|
@Input() centered ! : boolean;
|
|
961
961
|
@Input() clearable ! : boolean|FieldTriggerConfig;
|
|
962
|
-
@Input() color ! :
|
|
962
|
+
@Input() color ! : Color;
|
|
963
963
|
@Input() config ! : object;
|
|
964
964
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
965
965
|
@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, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Model, Rectangle, Scroller, TabConfig, TextField, TextFieldListeners, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, ContainerItemConfig, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Model, Rectangle, Scroller, TabConfig, TextField, TextFieldListeners, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -114,7 +114,7 @@ export type BryntumTextFieldProps = {
|
|
|
114
114
|
* ...
|
|
115
115
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/TextField#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
|
*/
|
|
@@ -940,7 +940,7 @@ export class BryntumTextFieldComponent implements OnInit, OnDestroy {
|
|
|
940
940
|
@Input() bubbleEvents ! : object;
|
|
941
941
|
@Input() centered ! : boolean;
|
|
942
942
|
@Input() clearable ! : boolean|FieldTriggerConfig;
|
|
943
|
-
@Input() color ! :
|
|
943
|
+
@Input() color ! : Color;
|
|
944
944
|
@Input() config ! : object;
|
|
945
945
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
946
946
|
@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, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Model, Rectangle, Scroller, TabConfig, TimeField, TimeFieldListeners, TooltipConfig, VueConfig, Widget, WidgetConfig } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, ContainerItemConfig, DateField, DomConfig, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Model, Rectangle, Scroller, TabConfig, TimeField, TimeFieldListeners, TooltipConfig, VueConfig, Widget, WidgetConfig } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -118,7 +118,7 @@ export type BryntumTimeFieldProps = {
|
|
|
118
118
|
* ...
|
|
119
119
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/TimeField#config-color)
|
|
120
120
|
*/
|
|
121
|
-
color ? :
|
|
121
|
+
color ? : Color
|
|
122
122
|
/**
|
|
123
123
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
124
124
|
*/
|
|
@@ -481,6 +481,14 @@ export type BryntumTimeFieldProps = {
|
|
|
481
481
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/TimeField#config-owner)
|
|
482
482
|
*/
|
|
483
483
|
owner ? : Widget|any
|
|
484
|
+
/**
|
|
485
|
+
* A reference to a partner DateField which this TimeField should sync its value with.
|
|
486
|
+
* When the DateField's value is changed, this TimeField's value is updated to match.
|
|
487
|
+
* When this TimeField's value is changed, the DateField's value is updated to match.
|
|
488
|
+
* ...
|
|
489
|
+
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/TimeField#config-partner)
|
|
490
|
+
*/
|
|
491
|
+
partner ? : string|DateField
|
|
484
492
|
/**
|
|
485
493
|
* Configuration object for the [picker](https://bryntum.com/products/grid/docs/api/Core/widget/List) on initialization. Returns the
|
|
486
494
|
* [picker](https://bryntum.com/products/grid/docs/api/Core/widget/List) instance at runtime.
|
|
@@ -803,6 +811,7 @@ export class BryntumTimeFieldComponent implements OnInit, OnDestroy {
|
|
|
803
811
|
'monitorResize',
|
|
804
812
|
'name',
|
|
805
813
|
'owner',
|
|
814
|
+
'partner',
|
|
806
815
|
'picker',
|
|
807
816
|
'pickerAlignElement',
|
|
808
817
|
'placeholder',
|
|
@@ -954,6 +963,7 @@ export class BryntumTimeFieldComponent implements OnInit, OnDestroy {
|
|
|
954
963
|
'minHeight',
|
|
955
964
|
'minWidth',
|
|
956
965
|
'parent',
|
|
966
|
+
'partner',
|
|
957
967
|
'placeholder',
|
|
958
968
|
'readOnly',
|
|
959
969
|
'rendition',
|
|
@@ -999,7 +1009,7 @@ export class BryntumTimeFieldComponent implements OnInit, OnDestroy {
|
|
|
999
1009
|
@Input() bubbleEvents ! : object;
|
|
1000
1010
|
@Input() centered ! : boolean;
|
|
1001
1011
|
@Input() clearable ! : boolean|FieldTriggerConfig;
|
|
1002
|
-
@Input() color ! :
|
|
1012
|
+
@Input() color ! : Color;
|
|
1003
1013
|
@Input() config ! : object;
|
|
1004
1014
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
1005
1015
|
@Input() container ! : Record<string, ContainerItemConfig>|ContainerItemConfig[]|FieldContainerConfig|FieldContainer;
|
|
@@ -1101,6 +1111,7 @@ export class BryntumTimeFieldComponent implements OnInit, OnDestroy {
|
|
|
1101
1111
|
@Input() min ! : string|Date;
|
|
1102
1112
|
@Input() minHeight ! : string|number;
|
|
1103
1113
|
@Input() minWidth ! : string|number;
|
|
1114
|
+
@Input() partner ! : string|DateField;
|
|
1104
1115
|
@Input() placeholder ! : string;
|
|
1105
1116
|
@Input() readOnly ! : boolean;
|
|
1106
1117
|
@Input() rendition ! : 'outlined'|'filled'|string;
|
|
@@ -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, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, TimePicker, TimePickerListeners, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, TimePicker, TimePickerListeners, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -60,6 +60,10 @@ export type BryntumTimePickerProps = {
|
|
|
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 BryntumTimePickerProps = {
|
|
|
99
103
|
* ...
|
|
100
104
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/TimePicker#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
|
*/
|
|
@@ -635,6 +639,7 @@ export class BryntumTimePickerComponent implements OnInit, OnDestroy {
|
|
|
635
639
|
'ariaDescription',
|
|
636
640
|
'ariaLabel',
|
|
637
641
|
'autoUpdateRecord',
|
|
642
|
+
'border',
|
|
638
643
|
'bubbleEvents',
|
|
639
644
|
'callOnFunctions',
|
|
640
645
|
'catchEventHandlerExceptions',
|
|
@@ -733,6 +738,7 @@ export class BryntumTimePickerComponent implements OnInit, OnDestroy {
|
|
|
733
738
|
'ariaDescription',
|
|
734
739
|
'ariaLabel',
|
|
735
740
|
'autoUpdateRecord',
|
|
741
|
+
'border',
|
|
736
742
|
'bubbleEvents',
|
|
737
743
|
'centered',
|
|
738
744
|
'color',
|
|
@@ -860,9 +866,10 @@ export class BryntumTimePickerComponent implements OnInit, OnDestroy {
|
|
|
860
866
|
@Input() ariaDescription ! : string;
|
|
861
867
|
@Input() ariaLabel ! : string;
|
|
862
868
|
@Input() autoUpdateRecord ! : boolean;
|
|
869
|
+
@Input() border ! : boolean;
|
|
863
870
|
@Input() bubbleEvents ! : object;
|
|
864
871
|
@Input() centered ! : boolean;
|
|
865
|
-
@Input() color ! :
|
|
872
|
+
@Input() color ! : Color;
|
|
866
873
|
@Input() config ! : object;
|
|
867
874
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
868
875
|
@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, ClickRepeaterConfig, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, Tool, ToolConfig, Toolbar, ToolbarItems, ToolbarListeners, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, ClickRepeaterConfig, Color, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, Tool, ToolConfig, Toolbar, ToolbarItems, ToolbarListeners, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -60,6 +60,10 @@ export type BryntumToolbarProps = {
|
|
|
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 BryntumToolbarProps = {
|
|
|
99
103
|
* ...
|
|
100
104
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#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
|
*/
|
|
@@ -640,6 +644,7 @@ export class BryntumToolbarComponent implements OnInit, OnDestroy {
|
|
|
640
644
|
'ariaDescription',
|
|
641
645
|
'ariaLabel',
|
|
642
646
|
'autoUpdateRecord',
|
|
647
|
+
'border',
|
|
643
648
|
'bubbleEvents',
|
|
644
649
|
'callOnFunctions',
|
|
645
650
|
'catchEventHandlerExceptions',
|
|
@@ -738,6 +743,7 @@ export class BryntumToolbarComponent implements OnInit, OnDestroy {
|
|
|
738
743
|
'ariaDescription',
|
|
739
744
|
'ariaLabel',
|
|
740
745
|
'autoUpdateRecord',
|
|
746
|
+
'border',
|
|
741
747
|
'bubbleEvents',
|
|
742
748
|
'centered',
|
|
743
749
|
'color',
|
|
@@ -864,9 +870,10 @@ export class BryntumToolbarComponent implements OnInit, OnDestroy {
|
|
|
864
870
|
@Input() ariaDescription ! : string;
|
|
865
871
|
@Input() ariaLabel ! : string;
|
|
866
872
|
@Input() autoUpdateRecord ! : boolean;
|
|
873
|
+
@Input() border ! : boolean;
|
|
867
874
|
@Input() bubbleEvents ! : object;
|
|
868
875
|
@Input() centered ! : boolean;
|
|
869
|
-
@Input() color ! :
|
|
876
|
+
@Input() color ! : Color;
|
|
870
877
|
@Input() config ! : object;
|
|
871
878
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
872
879
|
@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, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Combo, ComboModel, ContainerItemConfig, DomConfig, Duration, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, List, ListConfig, MaskConfig, Model, Rectangle, Scroller, Store, StoreConfig, TabConfig, TooltipConfig, TreeCombo, TreeComboListeners, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Color, Combo, ComboModel, ContainerItemConfig, DomConfig, Duration, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, List, ListConfig, MaskConfig, Model, Rectangle, Scroller, Store, StoreConfig, TabConfig, TooltipConfig, TreeCombo, TreeComboListeners, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -147,7 +147,7 @@ export type BryntumTreeComboProps = {
|
|
|
147
147
|
* ...
|
|
148
148
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-color)
|
|
149
149
|
*/
|
|
150
|
-
color ? :
|
|
150
|
+
color ? : Color
|
|
151
151
|
/**
|
|
152
152
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
153
153
|
*/
|
|
@@ -1219,7 +1219,7 @@ export class BryntumTreeComboComponent implements OnInit, OnDestroy {
|
|
|
1219
1219
|
@Input() clearTextOnPickerHide ! : boolean;
|
|
1220
1220
|
@Input() clearTextOnSelection ! : boolean;
|
|
1221
1221
|
@Input() clearWhenInputEmpty ! : boolean;
|
|
1222
|
-
@Input() color ! :
|
|
1222
|
+
@Input() color ! : Color;
|
|
1223
1223
|
@Input() config ! : object;
|
|
1224
1224
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
1225
1225
|
@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, 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, TreeGrid, TreeGridListeners, 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, 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, TreeGrid, TreeGridListeners, TreeGroup, TreeGroupConfig, Widget, XLSColumn } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -82,6 +82,10 @@ export type BryntumTreeGridProps = {
|
|
|
82
82
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#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 BryntumTreeGridProps = {
|
|
|
133
137
|
* ...
|
|
134
138
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#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 BryntumTreeGridProps = {
|
|
|
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 BryntumTreeGridComponent 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 BryntumTreeGridComponent 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 BryntumTreeGridComponent 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 BryntumTreeGridComponent 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 BryntumTreeGridComponent 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, DomConfig, KeyMapConfig, MaskConfig, Rectangle, Scroller, ScrollerConfig, TabConfig, TooltipConfig, VueConfig, Widget, WidgetListeners } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, DomConfig, KeyMapConfig, MaskConfig, Rectangle, Scroller, ScrollerConfig, TabConfig, TooltipConfig, VueConfig, Widget, WidgetListeners } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -95,7 +95,7 @@ export type BryntumWidgetProps = {
|
|
|
95
95
|
* ...
|
|
96
96
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#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
|
*/
|
|
@@ -683,7 +683,7 @@ export class BryntumWidgetComponent implements OnInit, OnDestroy {
|
|
|
683
683
|
@Input() ariaLabel ! : string;
|
|
684
684
|
@Input() bubbleEvents ! : object;
|
|
685
685
|
@Input() centered ! : boolean;
|
|
686
|
-
@Input() color ! :
|
|
686
|
+
@Input() color ! : Color;
|
|
687
687
|
@Input() config ! : object;
|
|
688
688
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
689
689
|
@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, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget, YearPicker, YearPickerListeners } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget, YearPicker, YearPickerListeners } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -73,6 +73,10 @@ export type BryntumYearPickerProps = {
|
|
|
73
73
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/YearPicker#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 BryntumYearPickerProps = {
|
|
|
123
127
|
* ...
|
|
124
128
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/YearPicker#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
|
*/
|
|
@@ -764,6 +768,7 @@ export class BryntumYearPickerComponent implements OnInit, OnDestroy {
|
|
|
764
768
|
'autoUpdateRecord',
|
|
765
769
|
'bbar',
|
|
766
770
|
'bodyCls',
|
|
771
|
+
'border',
|
|
767
772
|
'bubbleEvents',
|
|
768
773
|
'callOnFunctions',
|
|
769
774
|
'catchEventHandlerExceptions',
|
|
@@ -879,6 +884,7 @@ export class BryntumYearPickerComponent implements OnInit, OnDestroy {
|
|
|
879
884
|
'autoUpdateRecord',
|
|
880
885
|
'bbar',
|
|
881
886
|
'bodyCls',
|
|
887
|
+
'border',
|
|
882
888
|
'bubbleEvents',
|
|
883
889
|
'centered',
|
|
884
890
|
'collapsible',
|
|
@@ -1024,10 +1030,11 @@ export class BryntumYearPickerComponent implements OnInit, OnDestroy {
|
|
|
1024
1030
|
@Input() autoUpdateRecord ! : boolean;
|
|
1025
1031
|
@Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
|
|
1026
1032
|
@Input() bodyCls ! : string|object;
|
|
1033
|
+
@Input() border ! : boolean;
|
|
1027
1034
|
@Input() bubbleEvents ! : object;
|
|
1028
1035
|
@Input() centered ! : boolean;
|
|
1029
1036
|
@Input() collapsible ! : boolean|PanelCollapserConfig|PanelCollapserOverlayConfig;
|
|
1030
|
-
@Input() color ! :
|
|
1037
|
+
@Input() color ! : Color;
|
|
1031
1038
|
@Input() config ! : object;
|
|
1032
1039
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
1033
1040
|
@Input() contentElementCls ! : string|object;
|