@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.
Files changed (93) hide show
  1. package/README.md +2 -1
  2. package/bundles/bryntum-grid-angular.umd.js +185 -99
  3. package/bundles/bryntum-grid-angular.umd.js.map +1 -1
  4. package/esm2015/lib/bryntum-button-group.component.js +5 -5
  5. package/esm2015/lib/bryntum-chat-panel.component.js +5 -5
  6. package/esm2015/lib/bryntum-checkbox-group.component.js +5 -5
  7. package/esm2015/lib/bryntum-checklist-filter-combo.component.js +1 -1
  8. package/esm2015/lib/bryntum-code-editor.component.js +5 -5
  9. package/esm2015/lib/bryntum-container.component.js +5 -5
  10. package/esm2015/lib/bryntum-date-picker.component.js +5 -5
  11. package/esm2015/lib/bryntum-date-range-field.component.js +1 -1
  12. package/esm2015/lib/bryntum-demo-code-editor.component.js +5 -5
  13. package/esm2015/lib/bryntum-editor.component.js +5 -5
  14. package/esm2015/lib/bryntum-field-filter-picker-group.component.js +5 -5
  15. package/esm2015/lib/bryntum-field-filter-picker.component.js +5 -5
  16. package/esm2015/lib/bryntum-field-set.component.js +5 -5
  17. package/esm2015/lib/bryntum-file-picker.component.js +5 -5
  18. package/esm2015/lib/bryntum-grid-base.component.js +28 -2
  19. package/esm2015/lib/bryntum-grid-field-filter-picker-group.component.js +5 -5
  20. package/esm2015/lib/bryntum-grid-field-filter-picker.component.js +5 -5
  21. package/esm2015/lib/bryntum-grid.component.js +28 -2
  22. package/esm2015/lib/bryntum-hint.component.js +5 -5
  23. package/esm2015/lib/bryntum-menu.component.js +5 -5
  24. package/esm2015/lib/bryntum-month-picker.component.js +5 -5
  25. package/esm2015/lib/bryntum-paging-toolbar.component.js +13 -5
  26. package/esm2015/lib/bryntum-panel.component.js +5 -5
  27. package/esm2015/lib/bryntum-radio-group.component.js +5 -5
  28. package/esm2015/lib/bryntum-tab-panel.component.js +5 -5
  29. package/esm2015/lib/bryntum-time-picker.component.js +5 -5
  30. package/esm2015/lib/bryntum-toolbar.component.js +5 -5
  31. package/esm2015/lib/bryntum-tree-grid.component.js +28 -2
  32. package/esm2015/lib/bryntum-year-picker.component.js +5 -5
  33. package/fesm2015/bryntum-grid-angular.js +185 -99
  34. package/fesm2015/bryntum-grid-angular.js.map +1 -1
  35. package/lib/bryntum-button-group.component.d.ts +3 -3
  36. package/lib/bryntum-chat-panel.component.d.ts +3 -3
  37. package/lib/bryntum-checkbox-group.component.d.ts +3 -3
  38. package/lib/bryntum-checklist-filter-combo.component.d.ts +1 -1
  39. package/lib/bryntum-code-editor.component.d.ts +3 -3
  40. package/lib/bryntum-container.component.d.ts +3 -3
  41. package/lib/bryntum-date-picker.component.d.ts +3 -3
  42. package/lib/bryntum-date-range-field.component.d.ts +4 -3
  43. package/lib/bryntum-demo-code-editor.component.d.ts +3 -3
  44. package/lib/bryntum-editor.component.d.ts +3 -3
  45. package/lib/bryntum-field-filter-picker-group.component.d.ts +3 -3
  46. package/lib/bryntum-field-filter-picker.component.d.ts +3 -3
  47. package/lib/bryntum-field-set.component.d.ts +3 -3
  48. package/lib/bryntum-file-picker.component.d.ts +3 -3
  49. package/lib/bryntum-grid-base.component.d.ts +19 -1
  50. package/lib/bryntum-grid-field-filter-picker-group.component.d.ts +3 -3
  51. package/lib/bryntum-grid-field-filter-picker.component.d.ts +3 -3
  52. package/lib/bryntum-grid.component.d.ts +19 -1
  53. package/lib/bryntum-hint.component.d.ts +3 -3
  54. package/lib/bryntum-menu.component.d.ts +3 -3
  55. package/lib/bryntum-month-picker.component.d.ts +3 -3
  56. package/lib/bryntum-paging-toolbar.component.d.ts +14 -3
  57. package/lib/bryntum-panel.component.d.ts +3 -3
  58. package/lib/bryntum-radio-group.component.d.ts +3 -3
  59. package/lib/bryntum-tab-panel.component.d.ts +3 -3
  60. package/lib/bryntum-time-picker.component.d.ts +3 -3
  61. package/lib/bryntum-toolbar.component.d.ts +3 -3
  62. package/lib/bryntum-tree-grid.component.d.ts +19 -1
  63. package/lib/bryntum-year-picker.component.d.ts +3 -3
  64. package/package.json +1 -1
  65. package/src/lib/bryntum-button-group.component.ts +3 -3
  66. package/src/lib/bryntum-chat-panel.component.ts +3 -3
  67. package/src/lib/bryntum-checkbox-group.component.ts +3 -3
  68. package/src/lib/bryntum-checklist-filter-combo.component.ts +1 -1
  69. package/src/lib/bryntum-code-editor.component.ts +3 -3
  70. package/src/lib/bryntum-container.component.ts +3 -3
  71. package/src/lib/bryntum-date-picker.component.ts +3 -3
  72. package/src/lib/bryntum-date-range-field.component.ts +4 -3
  73. package/src/lib/bryntum-demo-code-editor.component.ts +3 -3
  74. package/src/lib/bryntum-editor.component.ts +3 -3
  75. package/src/lib/bryntum-field-filter-picker-group.component.ts +3 -3
  76. package/src/lib/bryntum-field-filter-picker.component.ts +3 -3
  77. package/src/lib/bryntum-field-set.component.ts +3 -3
  78. package/src/lib/bryntum-file-picker.component.ts +3 -3
  79. package/src/lib/bryntum-grid-base.component.ts +31 -10
  80. package/src/lib/bryntum-grid-field-filter-picker-group.component.ts +3 -3
  81. package/src/lib/bryntum-grid-field-filter-picker.component.ts +3 -3
  82. package/src/lib/bryntum-grid.component.ts +31 -10
  83. package/src/lib/bryntum-hint.component.ts +3 -3
  84. package/src/lib/bryntum-menu.component.ts +3 -3
  85. package/src/lib/bryntum-month-picker.component.ts +3 -3
  86. package/src/lib/bryntum-paging-toolbar.component.ts +18 -3
  87. package/src/lib/bryntum-panel.component.ts +3 -3
  88. package/src/lib/bryntum-radio-group.component.ts +3 -3
  89. package/src/lib/bryntum-tab-panel.component.ts +3 -3
  90. package/src/lib/bryntum-time-picker.component.ts +3 -3
  91. package/src/lib/bryntum-toolbar.component.ts +3 -3
  92. package/src/lib/bryntum-tree-grid.component.ts +31 -10
  93. package/src/lib/bryntum-year-picker.component.ts +3 -3
@@ -1075,6 +1075,8 @@ export class BryntumTreeGridComponent 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 BryntumTreeGridComponent 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 BryntumTreeGridComponent implements OnInit, OnDestroy {
1579
1582
  @Input() width ! : number|string;
1580
1583
 
1581
1584
  // Properties only
1582
- @Input() centered ! : boolean|{
1585
+ @Input() autoUpdateRecord ! : boolean;
1586
+ @Input() centered ! : boolean|{
1583
1587
  once?: boolean
1584
1588
  };
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;
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 BryntumTreeGridComponent 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
@@ -56,7 +56,7 @@ export type BryntumYearPickerProps = {
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
  /**
@@ -832,7 +832,6 @@ export class BryntumYearPickerComponent implements OnInit, OnDestroy {
832
832
  'anchor',
833
833
  'ariaDescription',
834
834
  'ariaLabel',
835
- 'autoUpdateRecord',
836
835
  'bbar',
837
836
  'bodyCls',
838
837
  'border',
@@ -901,6 +900,7 @@ export class BryntumYearPickerComponent implements OnInit, OnDestroy {
901
900
  private static bryntumProps: string[] = BryntumYearPickerComponent.bryntumFeatureNames.concat([
902
901
  'alignSelf',
903
902
  'appendTo',
903
+ 'autoUpdateRecord',
904
904
  'callOnFunctions',
905
905
  'catchEventHandlerExceptions',
906
906
  'centered',
@@ -975,7 +975,6 @@ export class BryntumYearPickerComponent implements OnInit, OnDestroy {
975
975
  @Input() anchor ! : boolean;
976
976
  @Input() ariaDescription ! : string;
977
977
  @Input() ariaLabel ! : string;
978
- @Input() autoUpdateRecord ! : boolean;
979
978
  @Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
980
979
  @Input() bodyCls ! : string|object;
981
980
  @Input() border ! : boolean;
@@ -1043,6 +1042,7 @@ export class BryntumYearPickerComponent implements OnInit, OnDestroy {
1043
1042
  // Configs and properties
1044
1043
  @Input() alignSelf ! : string;
1045
1044
  @Input() appendTo ! : HTMLElement|string;
1045
+ @Input() autoUpdateRecord ! : boolean;
1046
1046
  @Input() callOnFunctions ! : boolean;
1047
1047
  @Input() catchEventHandlerExceptions ! : boolean;
1048
1048
  @Input() centered ! : boolean|{