@bryntum/grid-angular 7.3.5 → 7.3.6
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 -1
- package/bundles/bryntum-grid-angular.umd.js +185 -99
- package/bundles/bryntum-grid-angular.umd.js.map +1 -1
- package/esm2015/lib/bryntum-button-group.component.js +5 -5
- package/esm2015/lib/bryntum-chat-panel.component.js +5 -5
- package/esm2015/lib/bryntum-checkbox-group.component.js +5 -5
- package/esm2015/lib/bryntum-checklist-filter-combo.component.js +1 -1
- package/esm2015/lib/bryntum-code-editor.component.js +5 -5
- package/esm2015/lib/bryntum-container.component.js +5 -5
- package/esm2015/lib/bryntum-date-picker.component.js +5 -5
- package/esm2015/lib/bryntum-date-range-field.component.js +1 -1
- package/esm2015/lib/bryntum-demo-code-editor.component.js +5 -5
- package/esm2015/lib/bryntum-editor.component.js +5 -5
- package/esm2015/lib/bryntum-field-filter-picker-group.component.js +5 -5
- package/esm2015/lib/bryntum-field-filter-picker.component.js +5 -5
- package/esm2015/lib/bryntum-field-set.component.js +5 -5
- package/esm2015/lib/bryntum-file-picker.component.js +5 -5
- package/esm2015/lib/bryntum-grid-base.component.js +28 -2
- package/esm2015/lib/bryntum-grid-field-filter-picker-group.component.js +5 -5
- package/esm2015/lib/bryntum-grid-field-filter-picker.component.js +5 -5
- package/esm2015/lib/bryntum-grid.component.js +28 -2
- package/esm2015/lib/bryntum-hint.component.js +5 -5
- package/esm2015/lib/bryntum-menu.component.js +5 -5
- package/esm2015/lib/bryntum-month-picker.component.js +5 -5
- package/esm2015/lib/bryntum-paging-toolbar.component.js +13 -5
- package/esm2015/lib/bryntum-panel.component.js +5 -5
- package/esm2015/lib/bryntum-radio-group.component.js +5 -5
- package/esm2015/lib/bryntum-tab-panel.component.js +5 -5
- package/esm2015/lib/bryntum-time-picker.component.js +5 -5
- package/esm2015/lib/bryntum-toolbar.component.js +5 -5
- package/esm2015/lib/bryntum-tree-grid.component.js +28 -2
- package/esm2015/lib/bryntum-year-picker.component.js +5 -5
- package/fesm2015/bryntum-grid-angular.js +185 -99
- package/fesm2015/bryntum-grid-angular.js.map +1 -1
- package/lib/bryntum-button-group.component.d.ts +3 -3
- package/lib/bryntum-chat-panel.component.d.ts +3 -3
- package/lib/bryntum-checkbox-group.component.d.ts +3 -3
- package/lib/bryntum-checklist-filter-combo.component.d.ts +1 -1
- package/lib/bryntum-code-editor.component.d.ts +3 -3
- package/lib/bryntum-container.component.d.ts +3 -3
- package/lib/bryntum-date-picker.component.d.ts +3 -3
- package/lib/bryntum-date-range-field.component.d.ts +4 -3
- package/lib/bryntum-demo-code-editor.component.d.ts +3 -3
- package/lib/bryntum-editor.component.d.ts +3 -3
- package/lib/bryntum-field-filter-picker-group.component.d.ts +3 -3
- package/lib/bryntum-field-filter-picker.component.d.ts +3 -3
- package/lib/bryntum-field-set.component.d.ts +3 -3
- package/lib/bryntum-file-picker.component.d.ts +3 -3
- package/lib/bryntum-grid-base.component.d.ts +19 -1
- package/lib/bryntum-grid-field-filter-picker-group.component.d.ts +3 -3
- package/lib/bryntum-grid-field-filter-picker.component.d.ts +3 -3
- package/lib/bryntum-grid.component.d.ts +19 -1
- package/lib/bryntum-hint.component.d.ts +3 -3
- package/lib/bryntum-menu.component.d.ts +3 -3
- package/lib/bryntum-month-picker.component.d.ts +3 -3
- package/lib/bryntum-paging-toolbar.component.d.ts +14 -3
- package/lib/bryntum-panel.component.d.ts +3 -3
- package/lib/bryntum-radio-group.component.d.ts +3 -3
- package/lib/bryntum-tab-panel.component.d.ts +3 -3
- package/lib/bryntum-time-picker.component.d.ts +3 -3
- package/lib/bryntum-toolbar.component.d.ts +3 -3
- package/lib/bryntum-tree-grid.component.d.ts +19 -1
- package/lib/bryntum-year-picker.component.d.ts +3 -3
- package/package.json +1 -1
- package/src/lib/bryntum-button-group.component.ts +3 -3
- package/src/lib/bryntum-chat-panel.component.ts +3 -3
- package/src/lib/bryntum-checkbox-group.component.ts +3 -3
- package/src/lib/bryntum-checklist-filter-combo.component.ts +1 -1
- package/src/lib/bryntum-code-editor.component.ts +3 -3
- package/src/lib/bryntum-container.component.ts +3 -3
- package/src/lib/bryntum-date-picker.component.ts +3 -3
- package/src/lib/bryntum-date-range-field.component.ts +4 -3
- package/src/lib/bryntum-demo-code-editor.component.ts +3 -3
- package/src/lib/bryntum-editor.component.ts +3 -3
- package/src/lib/bryntum-field-filter-picker-group.component.ts +3 -3
- package/src/lib/bryntum-field-filter-picker.component.ts +3 -3
- package/src/lib/bryntum-field-set.component.ts +3 -3
- package/src/lib/bryntum-file-picker.component.ts +3 -3
- package/src/lib/bryntum-grid-base.component.ts +31 -10
- package/src/lib/bryntum-grid-field-filter-picker-group.component.ts +3 -3
- package/src/lib/bryntum-grid-field-filter-picker.component.ts +3 -3
- package/src/lib/bryntum-grid.component.ts +31 -10
- package/src/lib/bryntum-hint.component.ts +3 -3
- package/src/lib/bryntum-menu.component.ts +3 -3
- package/src/lib/bryntum-month-picker.component.ts +3 -3
- package/src/lib/bryntum-paging-toolbar.component.ts +18 -3
- package/src/lib/bryntum-panel.component.ts +3 -3
- package/src/lib/bryntum-radio-group.component.ts +3 -3
- package/src/lib/bryntum-tab-panel.component.ts +3 -3
- package/src/lib/bryntum-time-picker.component.ts +3 -3
- package/src/lib/bryntum-toolbar.component.ts +3 -3
- package/src/lib/bryntum-tree-grid.component.ts +31 -10
- package/src/lib/bryntum-year-picker.component.ts +3 -3
|
@@ -1074,6 +1074,8 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
|
|
|
1074
1074
|
'onHeaderMenuShow',
|
|
1075
1075
|
'onHeaderMenuToggleItem',
|
|
1076
1076
|
'onHide',
|
|
1077
|
+
'onHorizontalScroll',
|
|
1078
|
+
'onHorizontalScrollEnd',
|
|
1077
1079
|
'onLockRows',
|
|
1078
1080
|
'onMouseOut',
|
|
1079
1081
|
'onMouseOver',
|
|
@@ -1359,6 +1361,7 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
|
|
|
1359
1361
|
'alignSelf',
|
|
1360
1362
|
'animateTreeNodeToggle',
|
|
1361
1363
|
'appendTo',
|
|
1364
|
+
'autoUpdateRecord',
|
|
1362
1365
|
'callOnFunctions',
|
|
1363
1366
|
'catchEventHandlerExceptions',
|
|
1364
1367
|
'cellEllipsis',
|
|
@@ -1575,18 +1578,19 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
|
|
|
1575
1578
|
@Input() width ! : number|string;
|
|
1576
1579
|
|
|
1577
1580
|
// Properties only
|
|
1578
|
-
@Input()
|
|
1581
|
+
@Input() autoUpdateRecord ! : boolean;
|
|
1582
|
+
@Input() centered ! : boolean|{
|
|
1579
1583
|
once?: boolean
|
|
1580
1584
|
};
|
|
1581
|
-
@Input() originalStore
|
|
1582
|
-
@Input() parent
|
|
1583
|
-
@Input() selectedCell
|
|
1584
|
-
@Input() selectedCells
|
|
1585
|
-
@Input() selectedRecord
|
|
1586
|
-
@Input() selectedRecords
|
|
1587
|
-
@Input() selectedRows
|
|
1588
|
-
@Input() state
|
|
1589
|
-
@Input() tooltip
|
|
1585
|
+
@Input() originalStore ! : Store;
|
|
1586
|
+
@Input() parent ! : Widget;
|
|
1587
|
+
@Input() selectedCell ! : GridLocation|GridLocationConfig;
|
|
1588
|
+
@Input() selectedCells ! : GridLocation[]|GridLocationConfig[];
|
|
1589
|
+
@Input() selectedRecord ! : Model;
|
|
1590
|
+
@Input() selectedRecords ! : Model[]|number[];
|
|
1591
|
+
@Input() selectedRows ! : Model[]|number[];
|
|
1592
|
+
@Input() state ! : GridStateInfo;
|
|
1593
|
+
@Input() tooltip ! : string|TooltipConfig;
|
|
1590
1594
|
|
|
1591
1595
|
// Features
|
|
1592
1596
|
@Input() aiFeature ! : object|boolean|string|AI|AIConfig;
|
|
@@ -2366,6 +2370,23 @@ export class BryntumGridBaseComponent implements OnInit, OnDestroy {
|
|
|
2366
2370
|
* @param {Core.widget.Widget} event.source The widget
|
|
2367
2371
|
*/
|
|
2368
2372
|
@Output() onHide: any = new EventEmitter<((event: { source: Widget }) => void)|string>();
|
|
2373
|
+
/**
|
|
2374
|
+
* Fires when the Grid is scrolling horizontally in one of its SubGrids.
|
|
2375
|
+
* @param {object} event Event object
|
|
2376
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
2377
|
+
* @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
|
|
2378
|
+
* @param {number} event.scrollLeft The horizontal scroll position
|
|
2379
|
+
* @param {number} event.scrollX The horizontal scroll position in the RTL-safe coordinate system
|
|
2380
|
+
*/
|
|
2381
|
+
@Output() onHorizontalScroll: any = new EventEmitter<((event: { source: GridBase, subGrid: SubGrid, scrollLeft: number, scrollX: number }) => void)|string>();
|
|
2382
|
+
/**
|
|
2383
|
+
* Fires after the Grid is done scrolling horizontally in one of its SubGrids.
|
|
2384
|
+
* @param {object} event Event object
|
|
2385
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
2386
|
+
* @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
|
|
2387
|
+
* @param {number} [event.scrollLeft] The horizontal scroll position. Only supplied when the event follows a SubGrid resize, the scroll driven path does not report a position
|
|
2388
|
+
*/
|
|
2389
|
+
@Output() onHorizontalScrollEnd: any = new EventEmitter<((event: { source: GridBase, subGrid: SubGrid, scrollLeft?: number }) => void)|string>();
|
|
2369
2390
|
/**
|
|
2370
2391
|
* Fires when row locking is enabled.
|
|
2371
2392
|
* @param {object} event Event object
|
|
@@ -66,7 +66,7 @@ export type BryntumGridFieldFilterPickerGroupProps = {
|
|
|
66
66
|
*/
|
|
67
67
|
ariaLabel ? : string
|
|
68
68
|
/**
|
|
69
|
-
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
69
|
+
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
|
|
70
70
|
*/
|
|
71
71
|
autoUpdateRecord ? : boolean
|
|
72
72
|
/**
|
|
@@ -770,7 +770,6 @@ export class BryntumGridFieldFilterPickerGroupComponent implements OnInit, OnDes
|
|
|
770
770
|
'anchor',
|
|
771
771
|
'ariaDescription',
|
|
772
772
|
'ariaLabel',
|
|
773
|
-
'autoUpdateRecord',
|
|
774
773
|
'border',
|
|
775
774
|
'bubbleEvents',
|
|
776
775
|
'canDeleteFilter',
|
|
@@ -834,6 +833,7 @@ export class BryntumGridFieldFilterPickerGroupComponent implements OnInit, OnDes
|
|
|
834
833
|
private static bryntumProps: string[] = BryntumGridFieldFilterPickerGroupComponent.bryntumFeatureNames.concat([
|
|
835
834
|
'alignSelf',
|
|
836
835
|
'appendTo',
|
|
836
|
+
'autoUpdateRecord',
|
|
837
837
|
'callOnFunctions',
|
|
838
838
|
'catchEventHandlerExceptions',
|
|
839
839
|
'centered',
|
|
@@ -903,7 +903,6 @@ export class BryntumGridFieldFilterPickerGroupComponent implements OnInit, OnDes
|
|
|
903
903
|
@Input() anchor ! : boolean;
|
|
904
904
|
@Input() ariaDescription ! : string;
|
|
905
905
|
@Input() ariaLabel ! : string;
|
|
906
|
-
@Input() autoUpdateRecord ! : boolean;
|
|
907
906
|
@Input() border ! : boolean;
|
|
908
907
|
@Input() bubbleEvents ! : object;
|
|
909
908
|
@Input() canDeleteFilter ! : (filter: any) => boolean;
|
|
@@ -966,6 +965,7 @@ export class BryntumGridFieldFilterPickerGroupComponent implements OnInit, OnDes
|
|
|
966
965
|
// Configs and properties
|
|
967
966
|
@Input() alignSelf ! : string;
|
|
968
967
|
@Input() appendTo ! : HTMLElement|string;
|
|
968
|
+
@Input() autoUpdateRecord ! : boolean;
|
|
969
969
|
@Input() callOnFunctions ! : boolean;
|
|
970
970
|
@Input() catchEventHandlerExceptions ! : boolean;
|
|
971
971
|
@Input() centered ! : boolean|{
|
|
@@ -63,7 +63,7 @@ export type BryntumGridFieldFilterPickerProps = {
|
|
|
63
63
|
*/
|
|
64
64
|
ariaLabel ? : string
|
|
65
65
|
/**
|
|
66
|
-
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
66
|
+
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
|
|
67
67
|
*/
|
|
68
68
|
autoUpdateRecord ? : boolean
|
|
69
69
|
/**
|
|
@@ -763,7 +763,6 @@ export class BryntumGridFieldFilterPickerComponent implements OnInit, OnDestroy
|
|
|
763
763
|
'anchor',
|
|
764
764
|
'ariaDescription',
|
|
765
765
|
'ariaLabel',
|
|
766
|
-
'autoUpdateRecord',
|
|
767
766
|
'border',
|
|
768
767
|
'bubbleEvents',
|
|
769
768
|
'color',
|
|
@@ -829,6 +828,7 @@ export class BryntumGridFieldFilterPickerComponent implements OnInit, OnDestroy
|
|
|
829
828
|
private static bryntumProps: string[] = BryntumGridFieldFilterPickerComponent.bryntumFeatureNames.concat([
|
|
830
829
|
'alignSelf',
|
|
831
830
|
'appendTo',
|
|
831
|
+
'autoUpdateRecord',
|
|
832
832
|
'callOnFunctions',
|
|
833
833
|
'catchEventHandlerExceptions',
|
|
834
834
|
'centered',
|
|
@@ -896,7 +896,6 @@ export class BryntumGridFieldFilterPickerComponent implements OnInit, OnDestroy
|
|
|
896
896
|
@Input() anchor ! : boolean;
|
|
897
897
|
@Input() ariaDescription ! : string;
|
|
898
898
|
@Input() ariaLabel ! : string;
|
|
899
|
-
@Input() autoUpdateRecord ! : boolean;
|
|
900
899
|
@Input() border ! : boolean;
|
|
901
900
|
@Input() bubbleEvents ! : object;
|
|
902
901
|
@Input() color ! : Color;
|
|
@@ -961,6 +960,7 @@ export class BryntumGridFieldFilterPickerComponent implements OnInit, OnDestroy
|
|
|
961
960
|
// Configs and properties
|
|
962
961
|
@Input() alignSelf ! : string;
|
|
963
962
|
@Input() appendTo ! : HTMLElement|string;
|
|
963
|
+
@Input() autoUpdateRecord ! : boolean;
|
|
964
964
|
@Input() callOnFunctions ! : boolean;
|
|
965
965
|
@Input() catchEventHandlerExceptions ! : boolean;
|
|
966
966
|
@Input() centered ! : boolean|{
|
|
@@ -1075,6 +1075,8 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
|
|
|
1075
1075
|
'onHeaderMenuShow',
|
|
1076
1076
|
'onHeaderMenuToggleItem',
|
|
1077
1077
|
'onHide',
|
|
1078
|
+
'onHorizontalScroll',
|
|
1079
|
+
'onHorizontalScrollEnd',
|
|
1078
1080
|
'onLockRows',
|
|
1079
1081
|
'onMouseOut',
|
|
1080
1082
|
'onMouseOver',
|
|
@@ -1362,6 +1364,7 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
|
|
|
1362
1364
|
'alignSelf',
|
|
1363
1365
|
'animateTreeNodeToggle',
|
|
1364
1366
|
'appendTo',
|
|
1367
|
+
'autoUpdateRecord',
|
|
1365
1368
|
'callOnFunctions',
|
|
1366
1369
|
'catchEventHandlerExceptions',
|
|
1367
1370
|
'cellEllipsis',
|
|
@@ -1579,18 +1582,19 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
|
|
|
1579
1582
|
@Input() width ! : number|string;
|
|
1580
1583
|
|
|
1581
1584
|
// Properties only
|
|
1582
|
-
@Input()
|
|
1585
|
+
@Input() autoUpdateRecord ! : boolean;
|
|
1586
|
+
@Input() centered ! : boolean|{
|
|
1583
1587
|
once?: boolean
|
|
1584
1588
|
};
|
|
1585
|
-
@Input() originalStore
|
|
1586
|
-
@Input() parent
|
|
1587
|
-
@Input() selectedCell
|
|
1588
|
-
@Input() selectedCells
|
|
1589
|
-
@Input() selectedRecord
|
|
1590
|
-
@Input() selectedRecords
|
|
1591
|
-
@Input() selectedRows
|
|
1592
|
-
@Input() state
|
|
1593
|
-
@Input() tooltip
|
|
1589
|
+
@Input() originalStore ! : Store;
|
|
1590
|
+
@Input() parent ! : Widget;
|
|
1591
|
+
@Input() selectedCell ! : GridLocation|GridLocationConfig;
|
|
1592
|
+
@Input() selectedCells ! : GridLocation[]|GridLocationConfig[];
|
|
1593
|
+
@Input() selectedRecord ! : Model;
|
|
1594
|
+
@Input() selectedRecords ! : Model[]|number[];
|
|
1595
|
+
@Input() selectedRows ! : Model[]|number[];
|
|
1596
|
+
@Input() state ! : GridStateInfo;
|
|
1597
|
+
@Input() tooltip ! : string|TooltipConfig;
|
|
1594
1598
|
|
|
1595
1599
|
// Features
|
|
1596
1600
|
@Input() aiFeature ! : object|boolean|string|AI|AIConfig;
|
|
@@ -2370,6 +2374,23 @@ export class BryntumGridComponent implements OnInit, OnDestroy {
|
|
|
2370
2374
|
* @param {Core.widget.Widget} event.source The widget
|
|
2371
2375
|
*/
|
|
2372
2376
|
@Output() onHide: any = new EventEmitter<((event: { source: Widget }) => void)|string>();
|
|
2377
|
+
/**
|
|
2378
|
+
* Fires when the Grid is scrolling horizontally in one of its SubGrids.
|
|
2379
|
+
* @param {object} event Event object
|
|
2380
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
2381
|
+
* @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
|
|
2382
|
+
* @param {number} event.scrollLeft The horizontal scroll position
|
|
2383
|
+
* @param {number} event.scrollX The horizontal scroll position in the RTL-safe coordinate system
|
|
2384
|
+
*/
|
|
2385
|
+
@Output() onHorizontalScroll: any = new EventEmitter<((event: { source: GridBase, subGrid: SubGrid, scrollLeft: number, scrollX: number }) => void)|string>();
|
|
2386
|
+
/**
|
|
2387
|
+
* Fires after the Grid is done scrolling horizontally in one of its SubGrids.
|
|
2388
|
+
* @param {object} event Event object
|
|
2389
|
+
* @param {Grid.view.GridBase} event.source The firing Grid instance
|
|
2390
|
+
* @param {Grid.view.SubGrid} event.subGrid The scrolling SubGrid instance
|
|
2391
|
+
* @param {number} [event.scrollLeft] The horizontal scroll position. Only supplied when the event follows a SubGrid resize, the scroll driven path does not report a position
|
|
2392
|
+
*/
|
|
2393
|
+
@Output() onHorizontalScrollEnd: any = new EventEmitter<((event: { source: GridBase, subGrid: SubGrid, scrollLeft?: number }) => void)|string>();
|
|
2373
2394
|
/**
|
|
2374
2395
|
* Fires when row locking is enabled.
|
|
2375
2396
|
* @param {object} event Event object
|
|
@@ -61,7 +61,7 @@ export type BryntumHintProps = {
|
|
|
61
61
|
*/
|
|
62
62
|
autoNext ? : string|number
|
|
63
63
|
/**
|
|
64
|
-
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
64
|
+
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
|
|
65
65
|
*/
|
|
66
66
|
autoUpdateRecord ? : boolean
|
|
67
67
|
/**
|
|
@@ -893,7 +893,6 @@ export class BryntumHintComponent implements OnInit, OnDestroy {
|
|
|
893
893
|
'ariaDescription',
|
|
894
894
|
'ariaLabel',
|
|
895
895
|
'autoNext',
|
|
896
|
-
'autoUpdateRecord',
|
|
897
896
|
'bbar',
|
|
898
897
|
'bodyCls',
|
|
899
898
|
'border',
|
|
@@ -970,6 +969,7 @@ export class BryntumHintComponent implements OnInit, OnDestroy {
|
|
|
970
969
|
private static bryntumProps: string[] = BryntumHintComponent.bryntumFeatureNames.concat([
|
|
971
970
|
'alignSelf',
|
|
972
971
|
'appendTo',
|
|
972
|
+
'autoUpdateRecord',
|
|
973
973
|
'callOnFunctions',
|
|
974
974
|
'catchEventHandlerExceptions',
|
|
975
975
|
'centered',
|
|
@@ -1044,7 +1044,6 @@ export class BryntumHintComponent implements OnInit, OnDestroy {
|
|
|
1044
1044
|
@Input() ariaDescription ! : string;
|
|
1045
1045
|
@Input() ariaLabel ! : string;
|
|
1046
1046
|
@Input() autoNext ! : string|number;
|
|
1047
|
-
@Input() autoUpdateRecord ! : boolean;
|
|
1048
1047
|
@Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
|
|
1049
1048
|
@Input() bodyCls ! : string|object;
|
|
1050
1049
|
@Input() border ! : boolean;
|
|
@@ -1120,6 +1119,7 @@ export class BryntumHintComponent implements OnInit, OnDestroy {
|
|
|
1120
1119
|
// Configs and properties
|
|
1121
1120
|
@Input() alignSelf ! : string;
|
|
1122
1121
|
@Input() appendTo ! : HTMLElement|string;
|
|
1122
|
+
@Input() autoUpdateRecord ! : boolean;
|
|
1123
1123
|
@Input() callOnFunctions ! : boolean;
|
|
1124
1124
|
@Input() catchEventHandlerExceptions ! : boolean;
|
|
1125
1125
|
@Input() cls ! : string|object;
|
|
@@ -67,7 +67,7 @@ export type BryntumMenuProps = {
|
|
|
67
67
|
*/
|
|
68
68
|
autoShow ? : boolean
|
|
69
69
|
/**
|
|
70
|
-
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
70
|
+
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
|
|
71
71
|
*/
|
|
72
72
|
autoUpdateRecord ? : boolean
|
|
73
73
|
/**
|
|
@@ -892,7 +892,6 @@ export class BryntumMenuComponent implements OnInit, OnDestroy {
|
|
|
892
892
|
'ariaLabel',
|
|
893
893
|
'autoClose',
|
|
894
894
|
'autoShow',
|
|
895
|
-
'autoUpdateRecord',
|
|
896
895
|
'bbar',
|
|
897
896
|
'bodyCls',
|
|
898
897
|
'border',
|
|
@@ -967,6 +966,7 @@ export class BryntumMenuComponent implements OnInit, OnDestroy {
|
|
|
967
966
|
private static bryntumProps: string[] = BryntumMenuComponent.bryntumFeatureNames.concat([
|
|
968
967
|
'alignSelf',
|
|
969
968
|
'appendTo',
|
|
969
|
+
'autoUpdateRecord',
|
|
970
970
|
'callOnFunctions',
|
|
971
971
|
'catchEventHandlerExceptions',
|
|
972
972
|
'centered',
|
|
@@ -1042,7 +1042,6 @@ export class BryntumMenuComponent implements OnInit, OnDestroy {
|
|
|
1042
1042
|
@Input() ariaLabel ! : string;
|
|
1043
1043
|
@Input() autoClose ! : boolean;
|
|
1044
1044
|
@Input() autoShow ! : boolean;
|
|
1045
|
-
@Input() autoUpdateRecord ! : boolean;
|
|
1046
1045
|
@Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
|
|
1047
1046
|
@Input() bodyCls ! : string|object;
|
|
1048
1047
|
@Input() border ! : boolean;
|
|
@@ -1116,6 +1115,7 @@ export class BryntumMenuComponent implements OnInit, OnDestroy {
|
|
|
1116
1115
|
// Configs and properties
|
|
1117
1116
|
@Input() alignSelf ! : string;
|
|
1118
1117
|
@Input() appendTo ! : HTMLElement|string;
|
|
1118
|
+
@Input() autoUpdateRecord ! : boolean;
|
|
1119
1119
|
@Input() callOnFunctions ! : boolean;
|
|
1120
1120
|
@Input() catchEventHandlerExceptions ! : boolean;
|
|
1121
1121
|
@Input() centered ! : boolean|{
|
|
@@ -56,7 +56,7 @@ export type BryntumMonthPickerProps = {
|
|
|
56
56
|
*/
|
|
57
57
|
ariaLabel ? : string
|
|
58
58
|
/**
|
|
59
|
-
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
59
|
+
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
|
|
60
60
|
*/
|
|
61
61
|
autoUpdateRecord ? : boolean
|
|
62
62
|
/**
|
|
@@ -813,7 +813,6 @@ export class BryntumMonthPickerComponent implements OnInit, OnDestroy {
|
|
|
813
813
|
'anchor',
|
|
814
814
|
'ariaDescription',
|
|
815
815
|
'ariaLabel',
|
|
816
|
-
'autoUpdateRecord',
|
|
817
816
|
'bbar',
|
|
818
817
|
'bodyCls',
|
|
819
818
|
'border',
|
|
@@ -879,6 +878,7 @@ export class BryntumMonthPickerComponent implements OnInit, OnDestroy {
|
|
|
879
878
|
private static bryntumProps: string[] = BryntumMonthPickerComponent.bryntumFeatureNames.concat([
|
|
880
879
|
'alignSelf',
|
|
881
880
|
'appendTo',
|
|
881
|
+
'autoUpdateRecord',
|
|
882
882
|
'callOnFunctions',
|
|
883
883
|
'catchEventHandlerExceptions',
|
|
884
884
|
'centered',
|
|
@@ -951,7 +951,6 @@ export class BryntumMonthPickerComponent implements OnInit, OnDestroy {
|
|
|
951
951
|
@Input() anchor ! : boolean;
|
|
952
952
|
@Input() ariaDescription ! : string;
|
|
953
953
|
@Input() ariaLabel ! : string;
|
|
954
|
-
@Input() autoUpdateRecord ! : boolean;
|
|
955
954
|
@Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
|
|
956
955
|
@Input() bodyCls ! : string|object;
|
|
957
956
|
@Input() border ! : boolean;
|
|
@@ -1016,6 +1015,7 @@ export class BryntumMonthPickerComponent implements OnInit, OnDestroy {
|
|
|
1016
1015
|
// Configs and properties
|
|
1017
1016
|
@Input() alignSelf ! : string;
|
|
1018
1017
|
@Input() appendTo ! : HTMLElement|string;
|
|
1018
|
+
@Input() autoUpdateRecord ! : boolean;
|
|
1019
1019
|
@Input() callOnFunctions ! : boolean;
|
|
1020
1020
|
@Input() catchEventHandlerExceptions ! : boolean;
|
|
1021
1021
|
@Input() centered ! : boolean|{
|
|
@@ -56,7 +56,7 @@ export type BryntumPagingToolbarProps = {
|
|
|
56
56
|
*/
|
|
57
57
|
ariaLabel ? : string
|
|
58
58
|
/**
|
|
59
|
-
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
59
|
+
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
|
|
60
60
|
*/
|
|
61
61
|
autoUpdateRecord ? : boolean
|
|
62
62
|
/**
|
|
@@ -427,6 +427,15 @@ export type BryntumPagingToolbarProps = {
|
|
|
427
427
|
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/PagingToolbar#config-rendition)
|
|
428
428
|
*/
|
|
429
429
|
rendition ? : string|Record<string, string>|null
|
|
430
|
+
/**
|
|
431
|
+
* Enables [responsive](https://bryntum.com/products/grid/docs/api/Core/widget/mixin/Responsive) behavior. In the `small` state the first/last
|
|
432
|
+
* page buttons are hidden to fit a narrow toolbar, but only when [overflow](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-overflow) is `null`.
|
|
433
|
+
*/
|
|
434
|
+
responsive ? : object
|
|
435
|
+
/**
|
|
436
|
+
* Score the responsive state from this toolbar's own width rather than an ancestor's.
|
|
437
|
+
*/
|
|
438
|
+
responsiveTarget ? : string
|
|
430
439
|
/**
|
|
431
440
|
* Configure as `true` to have the component display a translucent ripple when its
|
|
432
441
|
* [focusElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-focusElement), or [element](#Core/widget/Widget#property-element) is tapped <em>if the
|
|
@@ -681,6 +690,8 @@ export class BryntumPagingToolbarComponent implements OnInit, OnDestroy {
|
|
|
681
690
|
'record',
|
|
682
691
|
'relayStoreEvents',
|
|
683
692
|
'rendition',
|
|
693
|
+
'responsive',
|
|
694
|
+
'responsiveTarget',
|
|
684
695
|
'ripple',
|
|
685
696
|
'role',
|
|
686
697
|
'rootElement',
|
|
@@ -715,7 +726,6 @@ export class BryntumPagingToolbarComponent implements OnInit, OnDestroy {
|
|
|
715
726
|
'anchor',
|
|
716
727
|
'ariaDescription',
|
|
717
728
|
'ariaLabel',
|
|
718
|
-
'autoUpdateRecord',
|
|
719
729
|
'border',
|
|
720
730
|
'bubbleEvents',
|
|
721
731
|
'color',
|
|
@@ -750,6 +760,8 @@ export class BryntumPagingToolbarComponent implements OnInit, OnDestroy {
|
|
|
750
760
|
'positioned',
|
|
751
761
|
'preventTooltipOnTouch',
|
|
752
762
|
'relayStoreEvents',
|
|
763
|
+
'responsive',
|
|
764
|
+
'responsiveTarget',
|
|
753
765
|
'ripple',
|
|
754
766
|
'role',
|
|
755
767
|
'rootElement',
|
|
@@ -772,6 +784,7 @@ export class BryntumPagingToolbarComponent implements OnInit, OnDestroy {
|
|
|
772
784
|
private static bryntumProps: string[] = BryntumPagingToolbarComponent.bryntumFeatureNames.concat([
|
|
773
785
|
'alignSelf',
|
|
774
786
|
'appendTo',
|
|
787
|
+
'autoUpdateRecord',
|
|
775
788
|
'callOnFunctions',
|
|
776
789
|
'catchEventHandlerExceptions',
|
|
777
790
|
'centered',
|
|
@@ -840,7 +853,6 @@ export class BryntumPagingToolbarComponent implements OnInit, OnDestroy {
|
|
|
840
853
|
@Input() anchor ! : boolean;
|
|
841
854
|
@Input() ariaDescription ! : string;
|
|
842
855
|
@Input() ariaLabel ! : string;
|
|
843
|
-
@Input() autoUpdateRecord ! : boolean;
|
|
844
856
|
@Input() border ! : boolean;
|
|
845
857
|
@Input() bubbleEvents ! : object;
|
|
846
858
|
@Input() color ! : Color;
|
|
@@ -875,6 +887,8 @@ export class BryntumPagingToolbarComponent implements OnInit, OnDestroy {
|
|
|
875
887
|
@Input() positioned ! : boolean;
|
|
876
888
|
@Input() preventTooltipOnTouch ! : boolean;
|
|
877
889
|
@Input() relayStoreEvents ! : boolean;
|
|
890
|
+
@Input() responsive ! : object;
|
|
891
|
+
@Input() responsiveTarget ! : string;
|
|
878
892
|
@Input() ripple ! : boolean|object;
|
|
879
893
|
@Input() role ! : string;
|
|
880
894
|
@Input() rootElement ! : ShadowRoot|HTMLElement;
|
|
@@ -896,6 +910,7 @@ export class BryntumPagingToolbarComponent implements OnInit, OnDestroy {
|
|
|
896
910
|
// Configs and properties
|
|
897
911
|
@Input() alignSelf ! : string;
|
|
898
912
|
@Input() appendTo ! : HTMLElement|string;
|
|
913
|
+
@Input() autoUpdateRecord ! : boolean;
|
|
899
914
|
@Input() callOnFunctions ! : boolean;
|
|
900
915
|
@Input() catchEventHandlerExceptions ! : boolean;
|
|
901
916
|
@Input() centered ! : boolean|{
|
|
@@ -56,7 +56,7 @@ export type BryntumPanelProps = {
|
|
|
56
56
|
*/
|
|
57
57
|
ariaLabel ? : string
|
|
58
58
|
/**
|
|
59
|
-
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
59
|
+
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
|
|
60
60
|
*/
|
|
61
61
|
autoUpdateRecord ? : boolean
|
|
62
62
|
/**
|
|
@@ -806,7 +806,6 @@ export class BryntumPanelComponent implements OnInit, OnDestroy {
|
|
|
806
806
|
'anchor',
|
|
807
807
|
'ariaDescription',
|
|
808
808
|
'ariaLabel',
|
|
809
|
-
'autoUpdateRecord',
|
|
810
809
|
'bbar',
|
|
811
810
|
'bodyCls',
|
|
812
811
|
'border',
|
|
@@ -872,6 +871,7 @@ export class BryntumPanelComponent implements OnInit, OnDestroy {
|
|
|
872
871
|
private static bryntumProps: string[] = BryntumPanelComponent.bryntumFeatureNames.concat([
|
|
873
872
|
'alignSelf',
|
|
874
873
|
'appendTo',
|
|
874
|
+
'autoUpdateRecord',
|
|
875
875
|
'callOnFunctions',
|
|
876
876
|
'catchEventHandlerExceptions',
|
|
877
877
|
'centered',
|
|
@@ -943,7 +943,6 @@ export class BryntumPanelComponent implements OnInit, OnDestroy {
|
|
|
943
943
|
@Input() anchor ! : boolean;
|
|
944
944
|
@Input() ariaDescription ! : string;
|
|
945
945
|
@Input() ariaLabel ! : string;
|
|
946
|
-
@Input() autoUpdateRecord ! : boolean;
|
|
947
946
|
@Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
|
|
948
947
|
@Input() bodyCls ! : string|object;
|
|
949
948
|
@Input() border ! : boolean;
|
|
@@ -1008,6 +1007,7 @@ export class BryntumPanelComponent implements OnInit, OnDestroy {
|
|
|
1008
1007
|
// Configs and properties
|
|
1009
1008
|
@Input() alignSelf ! : string;
|
|
1010
1009
|
@Input() appendTo ! : HTMLElement|string;
|
|
1010
|
+
@Input() autoUpdateRecord ! : boolean;
|
|
1011
1011
|
@Input() callOnFunctions ! : boolean;
|
|
1012
1012
|
@Input() catchEventHandlerExceptions ! : boolean;
|
|
1013
1013
|
@Input() centered ! : boolean|{
|
|
@@ -56,7 +56,7 @@ export type BryntumRadioGroupProps = {
|
|
|
56
56
|
*/
|
|
57
57
|
ariaLabel ? : string
|
|
58
58
|
/**
|
|
59
|
-
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
59
|
+
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
|
|
60
60
|
*/
|
|
61
61
|
autoUpdateRecord ? : boolean
|
|
62
62
|
/**
|
|
@@ -851,7 +851,6 @@ export class BryntumRadioGroupComponent implements OnInit, OnDestroy {
|
|
|
851
851
|
'anchor',
|
|
852
852
|
'ariaDescription',
|
|
853
853
|
'ariaLabel',
|
|
854
|
-
'autoUpdateRecord',
|
|
855
854
|
'bbar',
|
|
856
855
|
'bodyCls',
|
|
857
856
|
'border',
|
|
@@ -921,6 +920,7 @@ export class BryntumRadioGroupComponent implements OnInit, OnDestroy {
|
|
|
921
920
|
private static bryntumProps: string[] = BryntumRadioGroupComponent.bryntumFeatureNames.concat([
|
|
922
921
|
'alignSelf',
|
|
923
922
|
'appendTo',
|
|
923
|
+
'autoUpdateRecord',
|
|
924
924
|
'callOnFunctions',
|
|
925
925
|
'catchEventHandlerExceptions',
|
|
926
926
|
'centered',
|
|
@@ -995,7 +995,6 @@ export class BryntumRadioGroupComponent implements OnInit, OnDestroy {
|
|
|
995
995
|
@Input() anchor ! : boolean;
|
|
996
996
|
@Input() ariaDescription ! : string;
|
|
997
997
|
@Input() ariaLabel ! : string;
|
|
998
|
-
@Input() autoUpdateRecord ! : boolean;
|
|
999
998
|
@Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
|
|
1000
999
|
@Input() bodyCls ! : string|object;
|
|
1001
1000
|
@Input() border ! : boolean;
|
|
@@ -1064,6 +1063,7 @@ export class BryntumRadioGroupComponent implements OnInit, OnDestroy {
|
|
|
1064
1063
|
// Configs and properties
|
|
1065
1064
|
@Input() alignSelf ! : string;
|
|
1066
1065
|
@Input() appendTo ! : HTMLElement|string;
|
|
1066
|
+
@Input() autoUpdateRecord ! : boolean;
|
|
1067
1067
|
@Input() callOnFunctions ! : boolean;
|
|
1068
1068
|
@Input() catchEventHandlerExceptions ! : boolean;
|
|
1069
1069
|
@Input() centered ! : boolean|{
|
|
@@ -68,7 +68,7 @@ export type BryntumTabPanelProps = {
|
|
|
68
68
|
*/
|
|
69
69
|
autoHeight ? : boolean
|
|
70
70
|
/**
|
|
71
|
-
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
71
|
+
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
|
|
72
72
|
*/
|
|
73
73
|
autoUpdateRecord ? : boolean
|
|
74
74
|
/**
|
|
@@ -841,7 +841,6 @@ export class BryntumTabPanelComponent implements OnInit, OnDestroy {
|
|
|
841
841
|
'ariaDescription',
|
|
842
842
|
'ariaLabel',
|
|
843
843
|
'autoHeight',
|
|
844
|
-
'autoUpdateRecord',
|
|
845
844
|
'bbar',
|
|
846
845
|
'bodyCls',
|
|
847
846
|
'border',
|
|
@@ -911,6 +910,7 @@ export class BryntumTabPanelComponent implements OnInit, OnDestroy {
|
|
|
911
910
|
'activeTab',
|
|
912
911
|
'alignSelf',
|
|
913
912
|
'appendTo',
|
|
913
|
+
'autoUpdateRecord',
|
|
914
914
|
'callOnFunctions',
|
|
915
915
|
'catchEventHandlerExceptions',
|
|
916
916
|
'centered',
|
|
@@ -984,7 +984,6 @@ export class BryntumTabPanelComponent implements OnInit, OnDestroy {
|
|
|
984
984
|
@Input() ariaDescription ! : string;
|
|
985
985
|
@Input() ariaLabel ! : string;
|
|
986
986
|
@Input() autoHeight ! : boolean;
|
|
987
|
-
@Input() autoUpdateRecord ! : boolean;
|
|
988
987
|
@Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
|
|
989
988
|
@Input() bodyCls ! : string|object;
|
|
990
989
|
@Input() border ! : boolean;
|
|
@@ -1053,6 +1052,7 @@ export class BryntumTabPanelComponent implements OnInit, OnDestroy {
|
|
|
1053
1052
|
@Input() activeTab ! : number|Widget;
|
|
1054
1053
|
@Input() alignSelf ! : string;
|
|
1055
1054
|
@Input() appendTo ! : HTMLElement|string;
|
|
1055
|
+
@Input() autoUpdateRecord ! : boolean;
|
|
1056
1056
|
@Input() callOnFunctions ! : boolean;
|
|
1057
1057
|
@Input() catchEventHandlerExceptions ! : boolean;
|
|
1058
1058
|
@Input() centered ! : boolean|{
|
|
@@ -56,7 +56,7 @@ export type BryntumTimePickerProps = {
|
|
|
56
56
|
*/
|
|
57
57
|
ariaLabel ? : string
|
|
58
58
|
/**
|
|
59
|
-
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
59
|
+
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
|
|
60
60
|
*/
|
|
61
61
|
autoUpdateRecord ? : boolean
|
|
62
62
|
/**
|
|
@@ -704,7 +704,6 @@ export class BryntumTimePickerComponent implements OnInit, OnDestroy {
|
|
|
704
704
|
'anchor',
|
|
705
705
|
'ariaDescription',
|
|
706
706
|
'ariaLabel',
|
|
707
|
-
'autoUpdateRecord',
|
|
708
707
|
'border',
|
|
709
708
|
'bubbleEvents',
|
|
710
709
|
'color',
|
|
@@ -758,6 +757,7 @@ export class BryntumTimePickerComponent implements OnInit, OnDestroy {
|
|
|
758
757
|
private static bryntumProps: string[] = BryntumTimePickerComponent.bryntumFeatureNames.concat([
|
|
759
758
|
'alignSelf',
|
|
760
759
|
'appendTo',
|
|
760
|
+
'autoUpdateRecord',
|
|
761
761
|
'callOnFunctions',
|
|
762
762
|
'catchEventHandlerExceptions',
|
|
763
763
|
'centered',
|
|
@@ -829,7 +829,6 @@ export class BryntumTimePickerComponent implements OnInit, OnDestroy {
|
|
|
829
829
|
@Input() anchor ! : boolean;
|
|
830
830
|
@Input() ariaDescription ! : string;
|
|
831
831
|
@Input() ariaLabel ! : string;
|
|
832
|
-
@Input() autoUpdateRecord ! : boolean;
|
|
833
832
|
@Input() border ! : boolean;
|
|
834
833
|
@Input() bubbleEvents ! : object;
|
|
835
834
|
@Input() color ! : Color;
|
|
@@ -882,6 +881,7 @@ export class BryntumTimePickerComponent implements OnInit, OnDestroy {
|
|
|
882
881
|
// Configs and properties
|
|
883
882
|
@Input() alignSelf ! : string;
|
|
884
883
|
@Input() appendTo ! : HTMLElement|string;
|
|
884
|
+
@Input() autoUpdateRecord ! : boolean;
|
|
885
885
|
@Input() callOnFunctions ! : boolean;
|
|
886
886
|
@Input() catchEventHandlerExceptions ! : boolean;
|
|
887
887
|
@Input() centered ! : boolean|{
|
|
@@ -56,7 +56,7 @@ export type BryntumToolbarProps = {
|
|
|
56
56
|
*/
|
|
57
57
|
ariaLabel ? : string
|
|
58
58
|
/**
|
|
59
|
-
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
59
|
+
* Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
|
|
60
60
|
*/
|
|
61
61
|
autoUpdateRecord ? : boolean
|
|
62
62
|
/**
|
|
@@ -708,7 +708,6 @@ export class BryntumToolbarComponent implements OnInit, OnDestroy {
|
|
|
708
708
|
'anchor',
|
|
709
709
|
'ariaDescription',
|
|
710
710
|
'ariaLabel',
|
|
711
|
-
'autoUpdateRecord',
|
|
712
711
|
'border',
|
|
713
712
|
'bubbleEvents',
|
|
714
713
|
'color',
|
|
@@ -764,6 +763,7 @@ export class BryntumToolbarComponent implements OnInit, OnDestroy {
|
|
|
764
763
|
private static bryntumProps: string[] = BryntumToolbarComponent.bryntumFeatureNames.concat([
|
|
765
764
|
'alignSelf',
|
|
766
765
|
'appendTo',
|
|
766
|
+
'autoUpdateRecord',
|
|
767
767
|
'callOnFunctions',
|
|
768
768
|
'catchEventHandlerExceptions',
|
|
769
769
|
'centered',
|
|
@@ -832,7 +832,6 @@ export class BryntumToolbarComponent implements OnInit, OnDestroy {
|
|
|
832
832
|
@Input() anchor ! : boolean;
|
|
833
833
|
@Input() ariaDescription ! : string;
|
|
834
834
|
@Input() ariaLabel ! : string;
|
|
835
|
-
@Input() autoUpdateRecord ! : boolean;
|
|
836
835
|
@Input() border ! : boolean;
|
|
837
836
|
@Input() bubbleEvents ! : object;
|
|
838
837
|
@Input() color ! : Color;
|
|
@@ -887,6 +886,7 @@ export class BryntumToolbarComponent implements OnInit, OnDestroy {
|
|
|
887
886
|
// Configs and properties
|
|
888
887
|
@Input() alignSelf ! : string;
|
|
889
888
|
@Input() appendTo ! : HTMLElement|string;
|
|
889
|
+
@Input() autoUpdateRecord ! : boolean;
|
|
890
890
|
@Input() callOnFunctions ! : boolean;
|
|
891
891
|
@Input() catchEventHandlerExceptions ! : boolean;
|
|
892
892
|
@Input() centered ! : boolean|{
|