@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, Menu, MenuItem, MenuItemConfig, MenuItemEntry, MenuListeners, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Popup, Rectangle, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, Menu, MenuItem, MenuItemConfig, MenuItemEntry, MenuListeners, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Popup, Rectangle, StateProvider, TabConfig, 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 BryntumMenuProps = {
|
|
|
85
85
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Menu#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.
|
|
@@ -153,7 +157,7 @@ export type BryntumMenuProps = {
|
|
|
153
157
|
* ...
|
|
154
158
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Menu#config-color)
|
|
155
159
|
*/
|
|
156
|
-
color ? :
|
|
160
|
+
color ? : Color
|
|
157
161
|
/**
|
|
158
162
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
159
163
|
*/
|
|
@@ -812,6 +816,7 @@ export class BryntumMenuComponent implements OnInit, OnDestroy {
|
|
|
812
816
|
'autoUpdateRecord',
|
|
813
817
|
'bbar',
|
|
814
818
|
'bodyCls',
|
|
819
|
+
'border',
|
|
815
820
|
'bubbleEvents',
|
|
816
821
|
'callOnFunctions',
|
|
817
822
|
'catchEventHandlerExceptions',
|
|
@@ -934,6 +939,7 @@ export class BryntumMenuComponent implements OnInit, OnDestroy {
|
|
|
934
939
|
'autoUpdateRecord',
|
|
935
940
|
'bbar',
|
|
936
941
|
'bodyCls',
|
|
942
|
+
'border',
|
|
937
943
|
'bubbleEvents',
|
|
938
944
|
'centered',
|
|
939
945
|
'closable',
|
|
@@ -1087,13 +1093,14 @@ export class BryntumMenuComponent implements OnInit, OnDestroy {
|
|
|
1087
1093
|
@Input() autoUpdateRecord ! : boolean;
|
|
1088
1094
|
@Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
|
|
1089
1095
|
@Input() bodyCls ! : string|object;
|
|
1096
|
+
@Input() border ! : boolean;
|
|
1090
1097
|
@Input() bubbleEvents ! : object;
|
|
1091
1098
|
@Input() centered ! : boolean;
|
|
1092
1099
|
@Input() closable ! : boolean;
|
|
1093
1100
|
@Input() closeAction ! : 'hide'|'destroy';
|
|
1094
1101
|
@Input() closeOnEscape ! : boolean;
|
|
1095
1102
|
@Input() collapsible ! : boolean|PanelCollapserConfig|PanelCollapserOverlayConfig;
|
|
1096
|
-
@Input() color ! :
|
|
1103
|
+
@Input() color ! : Color;
|
|
1097
1104
|
@Input() config ! : object;
|
|
1098
1105
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
1099
1106
|
@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, Button, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, MonthPicker, MonthPickerListeners, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Button, Color, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, MonthPicker, MonthPickerListeners, 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 BryntumMonthPickerProps = {
|
|
|
73
73
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/MonthPicker#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 BryntumMonthPickerProps = {
|
|
|
123
127
|
* ...
|
|
124
128
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/MonthPicker#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
|
*/
|
|
@@ -748,6 +752,7 @@ export class BryntumMonthPickerComponent implements OnInit, OnDestroy {
|
|
|
748
752
|
'autoUpdateRecord',
|
|
749
753
|
'bbar',
|
|
750
754
|
'bodyCls',
|
|
755
|
+
'border',
|
|
751
756
|
'bubbleEvents',
|
|
752
757
|
'callOnFunctions',
|
|
753
758
|
'catchEventHandlerExceptions',
|
|
@@ -859,6 +864,7 @@ export class BryntumMonthPickerComponent implements OnInit, OnDestroy {
|
|
|
859
864
|
'autoUpdateRecord',
|
|
860
865
|
'bbar',
|
|
861
866
|
'bodyCls',
|
|
867
|
+
'border',
|
|
862
868
|
'bubbleEvents',
|
|
863
869
|
'centered',
|
|
864
870
|
'collapsible',
|
|
@@ -999,10 +1005,11 @@ export class BryntumMonthPickerComponent implements OnInit, OnDestroy {
|
|
|
999
1005
|
@Input() autoUpdateRecord ! : boolean;
|
|
1000
1006
|
@Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
|
|
1001
1007
|
@Input() bodyCls ! : string|object;
|
|
1008
|
+
@Input() border ! : boolean;
|
|
1002
1009
|
@Input() bubbleEvents ! : object;
|
|
1003
1010
|
@Input() centered ! : boolean;
|
|
1004
1011
|
@Input() collapsible ! : boolean|PanelCollapserConfig|PanelCollapserOverlayConfig;
|
|
1005
|
-
@Input() color ! :
|
|
1012
|
+
@Input() color ! : Color;
|
|
1006
1013
|
@Input() config ! : object;
|
|
1007
1014
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
1008
1015
|
@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, NumberField, NumberFieldListeners, NumberFormatConfig, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, ContainerItemConfig, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Model, NumberField, NumberFieldListeners, NumberFormatConfig, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -121,7 +121,7 @@ export type BryntumNumberFieldProps = {
|
|
|
121
121
|
* ...
|
|
122
122
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/NumberField#config-color)
|
|
123
123
|
*/
|
|
124
|
-
color ? :
|
|
124
|
+
color ? : Color
|
|
125
125
|
/**
|
|
126
126
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
127
127
|
*/
|
|
@@ -984,7 +984,7 @@ export class BryntumNumberFieldComponent implements OnInit, OnDestroy {
|
|
|
984
984
|
@Input() centered ! : boolean;
|
|
985
985
|
@Input() changeOnSpin ! : boolean|number;
|
|
986
986
|
@Input() clearable ! : boolean|FieldTriggerConfig;
|
|
987
|
-
@Input() color ! :
|
|
987
|
+
@Input() color ! : Color;
|
|
988
988
|
@Input() config ! : object;
|
|
989
989
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
990
990
|
@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, ClickRepeaterConfig, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, Model, PagingToolbar, PagingToolbarListeners, Rectangle, Scroller, ScrollerConfig, Store, TabConfig, Tool, ToolConfig, Toolbar, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, ClickRepeaterConfig, Color, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, Model, PagingToolbar, PagingToolbarListeners, Rectangle, Scroller, ScrollerConfig, Store, TabConfig, Tool, ToolConfig, Toolbar, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
11
11
|
|
|
12
12
|
import { StringHelper } from '@bryntum/grid';
|
|
13
13
|
|
|
@@ -60,6 +60,10 @@ export type BryntumPagingToolbarProps = {
|
|
|
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 BryntumPagingToolbarProps = {
|
|
|
99
103
|
* ...
|
|
100
104
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/PagingToolbar#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
|
*/
|
|
@@ -646,6 +650,7 @@ export class BryntumPagingToolbarComponent implements OnInit, OnDestroy {
|
|
|
646
650
|
'ariaDescription',
|
|
647
651
|
'ariaLabel',
|
|
648
652
|
'autoUpdateRecord',
|
|
653
|
+
'border',
|
|
649
654
|
'bubbleEvents',
|
|
650
655
|
'callOnFunctions',
|
|
651
656
|
'catchEventHandlerExceptions',
|
|
@@ -745,6 +750,7 @@ export class BryntumPagingToolbarComponent implements OnInit, OnDestroy {
|
|
|
745
750
|
'ariaDescription',
|
|
746
751
|
'ariaLabel',
|
|
747
752
|
'autoUpdateRecord',
|
|
753
|
+
'border',
|
|
748
754
|
'bubbleEvents',
|
|
749
755
|
'centered',
|
|
750
756
|
'color',
|
|
@@ -872,9 +878,10 @@ export class BryntumPagingToolbarComponent implements OnInit, OnDestroy {
|
|
|
872
878
|
@Input() ariaDescription ! : string;
|
|
873
879
|
@Input() ariaLabel ! : string;
|
|
874
880
|
@Input() autoUpdateRecord ! : boolean;
|
|
881
|
+
@Input() border ! : boolean;
|
|
875
882
|
@Input() bubbleEvents ! : object;
|
|
876
883
|
@Input() centered ! : boolean;
|
|
877
|
-
@Input() color ! :
|
|
884
|
+
@Input() color ! : Color;
|
|
878
885
|
@Input() config ! : object;
|
|
879
886
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
880
887
|
@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, PanelListeners, 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, PanelListeners, 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 BryntumPanelProps = {
|
|
|
73
73
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#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 BryntumPanelProps = {
|
|
|
123
127
|
* ...
|
|
124
128
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#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
|
*/
|
|
@@ -742,6 +746,7 @@ export class BryntumPanelComponent implements OnInit, OnDestroy {
|
|
|
742
746
|
'autoUpdateRecord',
|
|
743
747
|
'bbar',
|
|
744
748
|
'bodyCls',
|
|
749
|
+
'border',
|
|
745
750
|
'bubbleEvents',
|
|
746
751
|
'callOnFunctions',
|
|
747
752
|
'catchEventHandlerExceptions',
|
|
@@ -852,6 +857,7 @@ export class BryntumPanelComponent implements OnInit, OnDestroy {
|
|
|
852
857
|
'autoUpdateRecord',
|
|
853
858
|
'bbar',
|
|
854
859
|
'bodyCls',
|
|
860
|
+
'border',
|
|
855
861
|
'bubbleEvents',
|
|
856
862
|
'centered',
|
|
857
863
|
'collapsible',
|
|
@@ -991,10 +997,11 @@ export class BryntumPanelComponent implements OnInit, OnDestroy {
|
|
|
991
997
|
@Input() autoUpdateRecord ! : boolean;
|
|
992
998
|
@Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
|
|
993
999
|
@Input() bodyCls ! : string|object;
|
|
1000
|
+
@Input() border ! : boolean;
|
|
994
1001
|
@Input() bubbleEvents ! : object;
|
|
995
1002
|
@Input() centered ! : boolean;
|
|
996
1003
|
@Input() collapsible ! : boolean|PanelCollapserConfig|PanelCollapserOverlayConfig;
|
|
997
|
-
@Input() color ! :
|
|
1004
|
+
@Input() color ! : Color;
|
|
998
1005
|
@Input() config ! : object;
|
|
999
1006
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
1000
1007
|
@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, PasswordField, PasswordFieldListeners, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
|
|
10
|
+
import { AlignSpec, Base, Color, ContainerItemConfig, DomConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Model, PasswordField, PasswordFieldListeners, 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 BryntumPasswordFieldProps = {
|
|
|
114
114
|
* ...
|
|
115
115
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/PasswordField#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
|
*/
|
|
@@ -919,7 +919,7 @@ export class BryntumPasswordFieldComponent implements OnInit, OnDestroy {
|
|
|
919
919
|
@Input() bubbleEvents ! : object;
|
|
920
920
|
@Input() centered ! : boolean;
|
|
921
921
|
@Input() clearable ! : boolean|FieldTriggerConfig;
|
|
922
|
-
@Input() color ! :
|
|
922
|
+
@Input() color ! : Color;
|
|
923
923
|
@Input() config ! : object;
|
|
924
924
|
@Input() constrainTo ! : HTMLElement|Widget|Rectangle;
|
|
925
925
|
@Input() container ! : Record<string, ContainerItemConfig>|ContainerItemConfig[]|FieldContainerConfig|FieldContainer;
|