@bryntum/grid-angular 7.1.2 → 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 +12 -6
- package/bundles/bryntum-grid-angular.umd.js +1094 -302
- 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 +45 -16
- 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 +45 -16
- 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 +45 -16
- 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 +1087 -299
- 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 +49 -18
- 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 +49 -18
- 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 +49 -18
- 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 +61 -25
- 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 +61 -25
- 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 +61 -25
- 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;
|