@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
@@ -47,7 +47,7 @@ export declare type BryntumYearPickerProps = {
47
47
  */
48
48
  ariaLabel?: string;
49
49
  /**
50
- * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
50
+ * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
51
51
  */
52
52
  autoUpdateRecord?: boolean;
53
53
  /**
@@ -683,7 +683,6 @@ export declare class BryntumYearPickerComponent implements OnInit, OnDestroy {
683
683
  anchor: boolean;
684
684
  ariaDescription: string;
685
685
  ariaLabel: string;
686
- autoUpdateRecord: boolean;
687
686
  bbar: (ContainerItemConfig | string)[] | ToolbarConfig | PagingToolbarConfig | null;
688
687
  bodyCls: string | object;
689
688
  border: boolean;
@@ -759,6 +758,7 @@ export declare class BryntumYearPickerComponent implements OnInit, OnDestroy {
759
758
  yearButtonCount: number;
760
759
  alignSelf: string;
761
760
  appendTo: HTMLElement | string;
761
+ autoUpdateRecord: boolean;
762
762
  callOnFunctions: boolean;
763
763
  catchEventHandlerExceptions: boolean;
764
764
  centered: boolean | {
@@ -990,5 +990,5 @@ export declare class BryntumYearPickerComponent implements OnInit, OnDestroy {
990
990
  */
991
991
  ngOnDestroy(): void;
992
992
  static ɵfac: i0.ɵɵFactoryDeclaration<BryntumYearPickerComponent, never>;
993
- static ɵcmp: i0.ɵɵComponentDeclaration<BryntumYearPickerComponent, "bryntum-year-picker", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "autoUpdateRecord": "autoUpdateRecord"; "bbar": "bbar"; "bodyCls": "bodyCls"; "border": "border"; "bubbleEvents": "bubbleEvents"; "collapsible": "collapsible"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "defaultBindProperty": "defaultBindProperty"; "defaultFocus": "defaultFocus"; "defaults": "defaults"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "drawer": "drawer"; "elementAttributes": "elementAttributes"; "floating": "floating"; "footer": "footer"; "header": "header"; "hideAnimation": "hideAnimation"; "hideWhenEmpty": "hideWhenEmpty"; "htmlCls": "htmlCls"; "icon": "icon"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "itemCls": "itemCls"; "lazyItems": "lazyItems"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "maxYear": "maxYear"; "minYear": "minYear"; "monitorResize": "monitorResize"; "namedItems": "namedItems"; "overflowTwinConfig": "overflowTwinConfig"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "role": "role"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "stateful": "stateful"; "statefulEvents": "statefulEvents"; "stateProvider": "stateProvider"; "strips": "strips"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "tbar": "tbar"; "textAlign": "textAlign"; "textContent": "textContent"; "trapFocus": "trapFocus"; "type": "type"; "ui": "ui"; "weight": "weight"; "yearButtonCount": "yearButtonCount"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "centered": "centered"; "cls": "cls"; "collapsed": "collapsed"; "column": "column"; "content": "content"; "dataset": "dataset"; "disabled": "disabled"; "extraData": "extraData"; "flex": "flex"; "height": "height"; "hidden": "hidden"; "html": "html"; "id": "id"; "inputFieldAlign": "inputFieldAlign"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "items": "items"; "keyMap": "keyMap"; "labelPosition": "labelPosition"; "labelWidth": "labelWidth"; "layout": "layout"; "layoutStyle": "layoutStyle"; "margin": "margin"; "maxHeight": "maxHeight"; "maximizeOnMobile": "maximizeOnMobile"; "maxWidth": "maxWidth"; "minHeight": "minHeight"; "minWidth": "minWidth"; "readOnly": "readOnly"; "record": "record"; "rendition": "rendition"; "rtl": "rtl"; "scrollable": "scrollable"; "span": "span"; "startYear": "startYear"; "stateId": "stateId"; "strictRecordMapping": "strictRecordMapping"; "title": "title"; "tools": "tools"; "tooltip": "tooltip"; "width": "width"; "x": "x"; "y": "y"; "year": "year"; "parent": "parent"; "state": "state"; "value": "value"; "values": "values"; }, { "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeSetRecord": "onBeforeSetRecord"; "onBeforeShow": "onBeforeShow"; "onBeforeStateApply": "onBeforeStateApply"; "onBeforeStateSave": "onBeforeStateSave"; "onCatchAll": "onCatchAll"; "onCollapse": "onCollapse"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onElementCreated": "onElementCreated"; "onExpand": "onExpand"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onSelect": "onSelect"; "onShow": "onShow"; "onToolClick": "onToolClick"; }, never, never>;
993
+ static ɵcmp: i0.ɵɵComponentDeclaration<BryntumYearPickerComponent, "bryntum-year-picker", never, { "adopt": "adopt"; "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "bbar": "bbar"; "bodyCls": "bodyCls"; "border": "border"; "bubbleEvents": "bubbleEvents"; "collapsible": "collapsible"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "defaultBindProperty": "defaultBindProperty"; "defaultFocus": "defaultFocus"; "defaults": "defaults"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "drawer": "drawer"; "elementAttributes": "elementAttributes"; "floating": "floating"; "footer": "footer"; "header": "header"; "hideAnimation": "hideAnimation"; "hideWhenEmpty": "hideWhenEmpty"; "htmlCls": "htmlCls"; "icon": "icon"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "itemCls": "itemCls"; "lazyItems": "lazyItems"; "listeners": "listeners"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "maxYear": "maxYear"; "minYear": "minYear"; "monitorResize": "monitorResize"; "namedItems": "namedItems"; "overflowTwinConfig": "overflowTwinConfig"; "positioned": "positioned"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "role": "role"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "stateful": "stateful"; "statefulEvents": "statefulEvents"; "stateProvider": "stateProvider"; "strips": "strips"; "tab": "tab"; "tabBarItems": "tabBarItems"; "tag": "tag"; "tbar": "tbar"; "textAlign": "textAlign"; "textContent": "textContent"; "trapFocus": "trapFocus"; "type": "type"; "ui": "ui"; "weight": "weight"; "yearButtonCount": "yearButtonCount"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "autoUpdateRecord": "autoUpdateRecord"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "centered": "centered"; "cls": "cls"; "collapsed": "collapsed"; "column": "column"; "content": "content"; "dataset": "dataset"; "disabled": "disabled"; "extraData": "extraData"; "flex": "flex"; "height": "height"; "hidden": "hidden"; "html": "html"; "id": "id"; "inputFieldAlign": "inputFieldAlign"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "items": "items"; "keyMap": "keyMap"; "labelPosition": "labelPosition"; "labelWidth": "labelWidth"; "layout": "layout"; "layoutStyle": "layoutStyle"; "margin": "margin"; "maxHeight": "maxHeight"; "maximizeOnMobile": "maximizeOnMobile"; "maxWidth": "maxWidth"; "minHeight": "minHeight"; "minWidth": "minWidth"; "readOnly": "readOnly"; "record": "record"; "rendition": "rendition"; "rtl": "rtl"; "scrollable": "scrollable"; "span": "span"; "startYear": "startYear"; "stateId": "stateId"; "strictRecordMapping": "strictRecordMapping"; "title": "title"; "tools": "tools"; "tooltip": "tooltip"; "width": "width"; "x": "x"; "y": "y"; "year": "year"; "parent": "parent"; "state": "state"; "value": "value"; "values": "values"; }, { "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeSetRecord": "onBeforeSetRecord"; "onBeforeShow": "onBeforeShow"; "onBeforeStateApply": "onBeforeStateApply"; "onBeforeStateSave": "onBeforeStateSave"; "onCatchAll": "onCatchAll"; "onCollapse": "onCollapse"; "onDestroy": "onDestroy"; "onDirtyStateChange": "onDirtyStateChange"; "onElementCreated": "onElementCreated"; "onExpand": "onExpand"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onSelect": "onSelect"; "onShow": "onShow"; "onToolClick": "onToolClick"; }, never, never>;
994
994
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bryntum/grid-angular",
3
- "version": "7.3.5",
3
+ "version": "7.3.6",
4
4
  "description": "Angular IVY wrappers for Bryntum Grid JavaScript component",
5
5
  "keywords": [
6
6
  "bryntum",
@@ -56,7 +56,7 @@ export type BryntumButtonGroupProps = {
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
  /**
@@ -711,7 +711,6 @@ export class BryntumButtonGroupComponent implements OnInit, OnDestroy {
711
711
  'anchor',
712
712
  'ariaDescription',
713
713
  'ariaLabel',
714
- 'autoUpdateRecord',
715
714
  'border',
716
715
  'bubbleEvents',
717
716
  'color',
@@ -768,6 +767,7 @@ export class BryntumButtonGroupComponent implements OnInit, OnDestroy {
768
767
  private static bryntumProps: string[] = BryntumButtonGroupComponent.bryntumFeatureNames.concat([
769
768
  'alignSelf',
770
769
  'appendTo',
770
+ 'autoUpdateRecord',
771
771
  'callOnFunctions',
772
772
  'catchEventHandlerExceptions',
773
773
  'centered',
@@ -836,7 +836,6 @@ export class BryntumButtonGroupComponent implements OnInit, OnDestroy {
836
836
  @Input() anchor ! : boolean;
837
837
  @Input() ariaDescription ! : string;
838
838
  @Input() ariaLabel ! : string;
839
- @Input() autoUpdateRecord ! : boolean;
840
839
  @Input() border ! : boolean;
841
840
  @Input() bubbleEvents ! : object;
842
841
  @Input() color ! : string;
@@ -892,6 +891,7 @@ export class BryntumButtonGroupComponent implements OnInit, OnDestroy {
892
891
  // Configs and properties
893
892
  @Input() alignSelf ! : string;
894
893
  @Input() appendTo ! : HTMLElement|string;
894
+ @Input() autoUpdateRecord ! : boolean;
895
895
  @Input() callOnFunctions ! : boolean;
896
896
  @Input() catchEventHandlerExceptions ! : boolean;
897
897
  @Input() centered ! : boolean|{
@@ -60,7 +60,7 @@ export type BryntumChatPanelProps = {
60
60
  */
61
61
  ariaLabel ? : string
62
62
  /**
63
- * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
63
+ * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
64
64
  */
65
65
  autoUpdateRecord ? : boolean
66
66
  /**
@@ -861,7 +861,6 @@ export class BryntumChatPanelComponent implements OnInit, OnDestroy {
861
861
  'anchor',
862
862
  'ariaDescription',
863
863
  'ariaLabel',
864
- 'autoUpdateRecord',
865
864
  'bbar',
866
865
  'bodyCls',
867
866
  'border',
@@ -929,6 +928,7 @@ export class BryntumChatPanelComponent implements OnInit, OnDestroy {
929
928
  'alignSelf',
930
929
  'animateTyping',
931
930
  'appendTo',
931
+ 'autoUpdateRecord',
932
932
  'avatar',
933
933
  'bubbleTools',
934
934
  'callOnFunctions',
@@ -1007,7 +1007,6 @@ export class BryntumChatPanelComponent implements OnInit, OnDestroy {
1007
1007
  @Input() anchor ! : boolean;
1008
1008
  @Input() ariaDescription ! : string;
1009
1009
  @Input() ariaLabel ! : string;
1010
- @Input() autoUpdateRecord ! : boolean;
1011
1010
  @Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
1012
1011
  @Input() bodyCls ! : string|object;
1013
1012
  @Input() border ! : boolean;
@@ -1074,6 +1073,7 @@ export class BryntumChatPanelComponent implements OnInit, OnDestroy {
1074
1073
  @Input() alignSelf ! : string;
1075
1074
  @Input() animateTyping ! : boolean;
1076
1075
  @Input() appendTo ! : HTMLElement|string;
1076
+ @Input() autoUpdateRecord ! : boolean;
1077
1077
  @Input() avatar ! : string;
1078
1078
  @Input() bubbleTools ! : DomConfig;
1079
1079
  @Input() callOnFunctions ! : boolean;
@@ -56,7 +56,7 @@ export type BryntumCheckboxGroupProps = {
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
  /**
@@ -864,7 +864,6 @@ export class BryntumCheckboxGroupComponent implements OnInit, OnDestroy {
864
864
  'anchor',
865
865
  'ariaDescription',
866
866
  'ariaLabel',
867
- 'autoUpdateRecord',
868
867
  'bbar',
869
868
  'bodyCls',
870
869
  'border',
@@ -933,6 +932,7 @@ export class BryntumCheckboxGroupComponent implements OnInit, OnDestroy {
933
932
  private static bryntumProps: string[] = BryntumCheckboxGroupComponent.bryntumFeatureNames.concat([
934
933
  'alignSelf',
935
934
  'appendTo',
935
+ 'autoUpdateRecord',
936
936
  'callOnFunctions',
937
937
  'catchEventHandlerExceptions',
938
938
  'centered',
@@ -1010,7 +1010,6 @@ export class BryntumCheckboxGroupComponent implements OnInit, OnDestroy {
1010
1010
  @Input() anchor ! : boolean;
1011
1011
  @Input() ariaDescription ! : string;
1012
1012
  @Input() ariaLabel ! : string;
1013
- @Input() autoUpdateRecord ! : boolean;
1014
1013
  @Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
1015
1014
  @Input() bodyCls ! : string|object;
1016
1015
  @Input() border ! : boolean;
@@ -1078,6 +1077,7 @@ export class BryntumCheckboxGroupComponent implements OnInit, OnDestroy {
1078
1077
  // Configs and properties
1079
1078
  @Input() alignSelf ! : string;
1080
1079
  @Input() appendTo ! : HTMLElement|string;
1080
+ @Input() autoUpdateRecord ! : boolean;
1081
1081
  @Input() callOnFunctions ! : boolean;
1082
1082
  @Input() catchEventHandlerExceptions ! : boolean;
1083
1083
  @Input() centered ! : boolean|{
@@ -478,7 +478,7 @@ export type BryntumChecklistFilterComboProps = {
478
478
  /**
479
479
  * Template to render optional content next to list items.
480
480
  * @param {Core.data.Model} record The list item's backing record
481
- * @returns {string}
481
+ * @returns {string} *When returning HTML, ensure any user data from the record is encoded using [StringHelper.encodeHtml()](https://bryntum.com/products/grid/docs/api/Core/helper/StringHelper#function-encodeHtml-static) to prevent XSS vulnerabilities.*
482
482
  */
483
483
  listItemPillTpl ? : (record: Model) => string
484
484
  /**
@@ -56,7 +56,7 @@ export type BryntumCodeEditorProps = {
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
  /**
@@ -836,7 +836,6 @@ export class BryntumCodeEditorComponent implements OnInit, OnDestroy {
836
836
  'anchor',
837
837
  'ariaDescription',
838
838
  'ariaLabel',
839
- 'autoUpdateRecord',
840
839
  'bbar',
841
840
  'bodyCls',
842
841
  'border',
@@ -904,6 +903,7 @@ export class BryntumCodeEditorComponent implements OnInit, OnDestroy {
904
903
  private static bryntumProps: string[] = BryntumCodeEditorComponent.bryntumFeatureNames.concat([
905
904
  'alignSelf',
906
905
  'appendTo',
906
+ 'autoUpdateRecord',
907
907
  'callOnFunctions',
908
908
  'catchEventHandlerExceptions',
909
909
  'centered',
@@ -979,7 +979,6 @@ export class BryntumCodeEditorComponent implements OnInit, OnDestroy {
979
979
  @Input() anchor ! : boolean;
980
980
  @Input() ariaDescription ! : string;
981
981
  @Input() ariaLabel ! : string;
982
- @Input() autoUpdateRecord ! : boolean;
983
982
  @Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
984
983
  @Input() bodyCls ! : string|object;
985
984
  @Input() border ! : boolean;
@@ -1046,6 +1045,7 @@ export class BryntumCodeEditorComponent implements OnInit, OnDestroy {
1046
1045
  // Configs and properties
1047
1046
  @Input() alignSelf ! : string;
1048
1047
  @Input() appendTo ! : HTMLElement|string;
1048
+ @Input() autoUpdateRecord ! : boolean;
1049
1049
  @Input() callOnFunctions ! : boolean;
1050
1050
  @Input() catchEventHandlerExceptions ! : boolean;
1051
1051
  @Input() centered ! : boolean|{
@@ -56,7 +56,7 @@ export type BryntumContainerProps = {
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
  /**
@@ -679,7 +679,6 @@ export class BryntumContainerComponent implements OnInit, OnDestroy {
679
679
  'anchor',
680
680
  'ariaDescription',
681
681
  'ariaLabel',
682
- 'autoUpdateRecord',
683
682
  'border',
684
683
  'bubbleEvents',
685
684
  'color',
@@ -733,6 +732,7 @@ export class BryntumContainerComponent implements OnInit, OnDestroy {
733
732
  private static bryntumProps: string[] = BryntumContainerComponent.bryntumFeatureNames.concat([
734
733
  'alignSelf',
735
734
  'appendTo',
735
+ 'autoUpdateRecord',
736
736
  'callOnFunctions',
737
737
  'catchEventHandlerExceptions',
738
738
  'centered',
@@ -799,7 +799,6 @@ export class BryntumContainerComponent implements OnInit, OnDestroy {
799
799
  @Input() anchor ! : boolean;
800
800
  @Input() ariaDescription ! : string;
801
801
  @Input() ariaLabel ! : string;
802
- @Input() autoUpdateRecord ! : boolean;
803
802
  @Input() border ! : boolean;
804
803
  @Input() bubbleEvents ! : object;
805
804
  @Input() color ! : Color;
@@ -852,6 +851,7 @@ export class BryntumContainerComponent implements OnInit, OnDestroy {
852
851
  // Configs and properties
853
852
  @Input() alignSelf ! : string;
854
853
  @Input() appendTo ! : HTMLElement|string;
854
+ @Input() autoUpdateRecord ! : boolean;
855
855
  @Input() callOnFunctions ! : boolean;
856
856
  @Input() catchEventHandlerExceptions ! : boolean;
857
857
  @Input() centered ! : boolean|{
@@ -69,7 +69,7 @@ export type BryntumDatePickerProps = {
69
69
  */
70
70
  ariaLabel ? : string
71
71
  /**
72
- * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
72
+ * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
73
73
  */
74
74
  autoUpdateRecord ? : boolean
75
75
  /**
@@ -1051,7 +1051,6 @@ export class BryntumDatePickerComponent implements OnInit, OnDestroy {
1051
1051
  'anchor',
1052
1052
  'ariaDescription',
1053
1053
  'ariaLabel',
1054
- 'autoUpdateRecord',
1055
1054
  'bbar',
1056
1055
  'bodyCls',
1057
1056
  'border',
@@ -1146,6 +1145,7 @@ export class BryntumDatePickerComponent implements OnInit, OnDestroy {
1146
1145
  'alignSelf',
1147
1146
  'animateTimeShift',
1148
1147
  'appendTo',
1148
+ 'autoUpdateRecord',
1149
1149
  'callOnFunctions',
1150
1150
  'catchEventHandlerExceptions',
1151
1151
  'centered',
@@ -1225,7 +1225,6 @@ export class BryntumDatePickerComponent implements OnInit, OnDestroy {
1225
1225
  @Input() anchor ! : boolean;
1226
1226
  @Input() ariaDescription ! : string;
1227
1227
  @Input() ariaLabel ! : string;
1228
- @Input() autoUpdateRecord ! : boolean;
1229
1228
  @Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
1230
1229
  @Input() bodyCls ! : string|object;
1231
1230
  @Input() border ! : boolean;
@@ -1319,6 +1318,7 @@ export class BryntumDatePickerComponent implements OnInit, OnDestroy {
1319
1318
  @Input() alignSelf ! : string;
1320
1319
  @Input() animateTimeShift ! : boolean;
1321
1320
  @Input() appendTo ! : HTMLElement|string;
1321
+ @Input() autoUpdateRecord ! : boolean;
1322
1322
  @Input() callOnFunctions ! : boolean;
1323
1323
  @Input() catchEventHandlerExceptions ! : boolean;
1324
1324
  @Input() centered ! : boolean|{
@@ -644,9 +644,10 @@ export type BryntumDateRangeFieldProps = {
644
644
  */
645
645
  validateOnInput ? : boolean
646
646
  /**
647
- * Default value
647
+ * Value, which is an array of two Dates, or two strings which will be converted using the specified
648
+ * [format](https://bryntum.com/products/grid/docs/api/Core/widget/DateRangeField#config-format).
648
649
  */
649
- value ? : string
650
+ value ? : string[]|Date[]
650
651
  /**
651
652
  * The week start day in the [picker](https://bryntum.com/products/grid/docs/api/Core/widget/DateRangeField#config-picker), 0 meaning Sunday, 6 meaning Saturday.
652
653
  * Uses localized value per default.
@@ -1110,7 +1111,7 @@ export class BryntumDateRangeFieldComponent implements OnInit, OnDestroy {
1110
1111
  @Input() span ! : number;
1111
1112
  @Input() tooltip ! : string|TooltipConfig|null;
1112
1113
  @Input() triggers ! : Record<string, FieldTriggerConfig>|Record<string, Widget>;
1113
- @Input() value ! : any|string;
1114
+ @Input() value ! : any|string[]|Date[];
1114
1115
  @Input() width ! : number|string;
1115
1116
  @Input() x ! : number;
1116
1117
  @Input() y ! : number;
@@ -60,7 +60,7 @@ export type BryntumDemoCodeEditorProps = {
60
60
  */
61
61
  ariaLabel ? : string
62
62
  /**
63
- * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
63
+ * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
64
64
  */
65
65
  autoUpdateRecord ? : boolean
66
66
  /**
@@ -853,7 +853,6 @@ export class BryntumDemoCodeEditorComponent implements OnInit, OnDestroy {
853
853
  'appFolder',
854
854
  'ariaDescription',
855
855
  'ariaLabel',
856
- 'autoUpdateRecord',
857
856
  'bbar',
858
857
  'bodyCls',
859
858
  'border',
@@ -923,6 +922,7 @@ export class BryntumDemoCodeEditorComponent implements OnInit, OnDestroy {
923
922
  private static bryntumProps: string[] = BryntumDemoCodeEditorComponent.bryntumFeatureNames.concat([
924
923
  'alignSelf',
925
924
  'appendTo',
925
+ 'autoUpdateRecord',
926
926
  'callOnFunctions',
927
927
  'catchEventHandlerExceptions',
928
928
  'centered',
@@ -999,7 +999,6 @@ export class BryntumDemoCodeEditorComponent implements OnInit, OnDestroy {
999
999
  @Input() appFolder ! : string;
1000
1000
  @Input() ariaDescription ! : string;
1001
1001
  @Input() ariaLabel ! : string;
1002
- @Input() autoUpdateRecord ! : boolean;
1003
1002
  @Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
1004
1003
  @Input() bodyCls ! : string|object;
1005
1004
  @Input() border ! : boolean;
@@ -1068,6 +1067,7 @@ export class BryntumDemoCodeEditorComponent implements OnInit, OnDestroy {
1068
1067
  // Configs and properties
1069
1068
  @Input() alignSelf ! : string;
1070
1069
  @Input() appendTo ! : HTMLElement|string;
1070
+ @Input() autoUpdateRecord ! : boolean;
1071
1071
  @Input() callOnFunctions ! : boolean;
1072
1072
  @Input() catchEventHandlerExceptions ! : boolean;
1073
1073
  @Input() centered ! : boolean|{
@@ -59,7 +59,7 @@ export type BryntumEditorProps = {
59
59
  */
60
60
  ariaLabel ? : string
61
61
  /**
62
- * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes
62
+ * Update assigned [record](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-record) automatically on field changes.
63
63
  */
64
64
  autoUpdateRecord ? : boolean
65
65
  /**
@@ -754,7 +754,6 @@ export class BryntumEditorComponent implements OnInit, OnDestroy {
754
754
  'appendToTargetParent',
755
755
  'ariaDescription',
756
756
  'ariaLabel',
757
- 'autoUpdateRecord',
758
757
  'blurAction',
759
758
  'border',
760
759
  'bubbleEvents',
@@ -817,6 +816,7 @@ export class BryntumEditorComponent implements OnInit, OnDestroy {
817
816
  private static bryntumProps: string[] = BryntumEditorComponent.bryntumFeatureNames.concat([
818
817
  'alignSelf',
819
818
  'appendTo',
819
+ 'autoUpdateRecord',
820
820
  'callOnFunctions',
821
821
  'catchEventHandlerExceptions',
822
822
  'centered',
@@ -885,7 +885,6 @@ export class BryntumEditorComponent implements OnInit, OnDestroy {
885
885
  @Input() appendToTargetParent ! : boolean;
886
886
  @Input() ariaDescription ! : string;
887
887
  @Input() ariaLabel ! : string;
888
- @Input() autoUpdateRecord ! : boolean;
889
888
  @Input() blurAction ! : 'complete'|'cancel'|null;
890
889
  @Input() border ! : boolean;
891
890
  @Input() bubbleEvents ! : object;
@@ -947,6 +946,7 @@ export class BryntumEditorComponent implements OnInit, OnDestroy {
947
946
  // Configs and properties
948
947
  @Input() alignSelf ! : string;
949
948
  @Input() appendTo ! : HTMLElement|string;
949
+ @Input() autoUpdateRecord ! : boolean;
950
950
  @Input() callOnFunctions ! : boolean;
951
951
  @Input() catchEventHandlerExceptions ! : boolean;
952
952
  @Input() centered ! : boolean|{
@@ -66,7 +66,7 @@ export type BryntumFieldFilterPickerGroupProps = {
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
  /**
@@ -775,7 +775,6 @@ export class BryntumFieldFilterPickerGroupComponent implements OnInit, OnDestroy
775
775
  'anchor',
776
776
  'ariaDescription',
777
777
  'ariaLabel',
778
- 'autoUpdateRecord',
779
778
  'border',
780
779
  'bubbleEvents',
781
780
  'canDeleteFilter',
@@ -840,6 +839,7 @@ export class BryntumFieldFilterPickerGroupComponent implements OnInit, OnDestroy
840
839
  private static bryntumProps: string[] = BryntumFieldFilterPickerGroupComponent.bryntumFeatureNames.concat([
841
840
  'alignSelf',
842
841
  'appendTo',
842
+ 'autoUpdateRecord',
843
843
  'callOnFunctions',
844
844
  'catchEventHandlerExceptions',
845
845
  'centered',
@@ -909,7 +909,6 @@ export class BryntumFieldFilterPickerGroupComponent implements OnInit, OnDestroy
909
909
  @Input() anchor ! : boolean;
910
910
  @Input() ariaDescription ! : string;
911
911
  @Input() ariaLabel ! : string;
912
- @Input() autoUpdateRecord ! : boolean;
913
912
  @Input() border ! : boolean;
914
913
  @Input() bubbleEvents ! : object;
915
914
  @Input() canDeleteFilter ! : (filter: any) => boolean;
@@ -973,6 +972,7 @@ export class BryntumFieldFilterPickerGroupComponent implements OnInit, OnDestroy
973
972
  // Configs and properties
974
973
  @Input() alignSelf ! : string;
975
974
  @Input() appendTo ! : HTMLElement|string;
975
+ @Input() autoUpdateRecord ! : boolean;
976
976
  @Input() callOnFunctions ! : boolean;
977
977
  @Input() catchEventHandlerExceptions ! : boolean;
978
978
  @Input() centered ! : boolean|{
@@ -56,7 +56,7 @@ export type BryntumFieldFilterPickerProps = {
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
  /**
@@ -751,7 +751,6 @@ export class BryntumFieldFilterPickerComponent implements OnInit, OnDestroy {
751
751
  'anchor',
752
752
  'ariaDescription',
753
753
  'ariaLabel',
754
- 'autoUpdateRecord',
755
754
  'border',
756
755
  'bubbleEvents',
757
756
  'color',
@@ -817,6 +816,7 @@ export class BryntumFieldFilterPickerComponent implements OnInit, OnDestroy {
817
816
  private static bryntumProps: string[] = BryntumFieldFilterPickerComponent.bryntumFeatureNames.concat([
818
817
  'alignSelf',
819
818
  'appendTo',
819
+ 'autoUpdateRecord',
820
820
  'callOnFunctions',
821
821
  'catchEventHandlerExceptions',
822
822
  'centered',
@@ -883,7 +883,6 @@ export class BryntumFieldFilterPickerComponent implements OnInit, OnDestroy {
883
883
  @Input() anchor ! : boolean;
884
884
  @Input() ariaDescription ! : string;
885
885
  @Input() ariaLabel ! : string;
886
- @Input() autoUpdateRecord ! : boolean;
887
886
  @Input() border ! : boolean;
888
887
  @Input() bubbleEvents ! : object;
889
888
  @Input() color ! : Color;
@@ -948,6 +947,7 @@ export class BryntumFieldFilterPickerComponent implements OnInit, OnDestroy {
948
947
  // Configs and properties
949
948
  @Input() alignSelf ! : string;
950
949
  @Input() appendTo ! : HTMLElement|string;
950
+ @Input() autoUpdateRecord ! : boolean;
951
951
  @Input() callOnFunctions ! : boolean;
952
952
  @Input() catchEventHandlerExceptions ! : boolean;
953
953
  @Input() centered ! : boolean|{
@@ -56,7 +56,7 @@ export type BryntumFieldSetProps = {
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
  /**
@@ -823,7 +823,6 @@ export class BryntumFieldSetComponent implements OnInit, OnDestroy {
823
823
  'anchor',
824
824
  'ariaDescription',
825
825
  'ariaLabel',
826
- 'autoUpdateRecord',
827
826
  'bbar',
828
827
  'bodyCls',
829
828
  'border',
@@ -890,6 +889,7 @@ export class BryntumFieldSetComponent implements OnInit, OnDestroy {
890
889
  private static bryntumProps: string[] = BryntumFieldSetComponent.bryntumFeatureNames.concat([
891
890
  'alignSelf',
892
891
  'appendTo',
892
+ 'autoUpdateRecord',
893
893
  'callOnFunctions',
894
894
  'catchEventHandlerExceptions',
895
895
  'centered',
@@ -963,7 +963,6 @@ export class BryntumFieldSetComponent implements OnInit, OnDestroy {
963
963
  @Input() anchor ! : boolean;
964
964
  @Input() ariaDescription ! : string;
965
965
  @Input() ariaLabel ! : string;
966
- @Input() autoUpdateRecord ! : boolean;
967
966
  @Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
968
967
  @Input() bodyCls ! : string|object;
969
968
  @Input() border ! : boolean;
@@ -1029,6 +1028,7 @@ export class BryntumFieldSetComponent implements OnInit, OnDestroy {
1029
1028
  // Configs and properties
1030
1029
  @Input() alignSelf ! : string;
1031
1030
  @Input() appendTo ! : HTMLElement|string;
1031
+ @Input() autoUpdateRecord ! : boolean;
1032
1032
  @Input() callOnFunctions ! : boolean;
1033
1033
  @Input() catchEventHandlerExceptions ! : boolean;
1034
1034
  @Input() centered ! : boolean|{
@@ -56,7 +56,7 @@ export type BryntumFilePickerProps = {
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
  /**
@@ -696,7 +696,6 @@ export class BryntumFilePickerComponent implements OnInit, OnDestroy {
696
696
  'anchor',
697
697
  'ariaDescription',
698
698
  'ariaLabel',
699
- 'autoUpdateRecord',
700
699
  'border',
701
700
  'bubbleEvents',
702
701
  'buttonConfig',
@@ -752,6 +751,7 @@ export class BryntumFilePickerComponent implements OnInit, OnDestroy {
752
751
  private static bryntumProps: string[] = BryntumFilePickerComponent.bryntumFeatureNames.concat([
753
752
  'alignSelf',
754
753
  'appendTo',
754
+ 'autoUpdateRecord',
755
755
  'callOnFunctions',
756
756
  'catchEventHandlerExceptions',
757
757
  'centered',
@@ -819,7 +819,6 @@ export class BryntumFilePickerComponent implements OnInit, OnDestroy {
819
819
  @Input() anchor ! : boolean;
820
820
  @Input() ariaDescription ! : string;
821
821
  @Input() ariaLabel ! : string;
822
- @Input() autoUpdateRecord ! : boolean;
823
822
  @Input() border ! : boolean;
824
823
  @Input() bubbleEvents ! : object;
825
824
  @Input() buttonConfig ! : ButtonConfig;
@@ -874,6 +873,7 @@ export class BryntumFilePickerComponent implements OnInit, OnDestroy {
874
873
  // Configs and properties
875
874
  @Input() alignSelf ! : string;
876
875
  @Input() appendTo ! : HTMLElement|string;
876
+ @Input() autoUpdateRecord ! : boolean;
877
877
  @Input() callOnFunctions ! : boolean;
878
878
  @Input() catchEventHandlerExceptions ! : boolean;
879
879
  @Input() centered ! : boolean|{