@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.
Files changed (174) hide show
  1. package/README.md +12 -6
  2. package/bundles/bryntum-grid-angular.umd.js +1094 -302
  3. package/bundles/bryntum-grid-angular.umd.js.map +1 -1
  4. package/esm2015/lib/bryntum-a-i-filter-field.component.js +1 -1
  5. package/esm2015/lib/bryntum-button-group.component.js +6 -2
  6. package/esm2015/lib/bryntum-button.component.js +1 -1
  7. package/esm2015/lib/bryntum-chat-panel.component.js +6 -2
  8. package/esm2015/lib/bryntum-checkbox-group.component.js +6 -2
  9. package/esm2015/lib/bryntum-checklist-filter-combo.component.js +1 -1
  10. package/esm2015/lib/bryntum-chip-view.component.js +8 -8
  11. package/esm2015/lib/bryntum-code-editor.component.js +6 -2
  12. package/esm2015/lib/bryntum-combo.component.js +1 -1
  13. package/esm2015/lib/bryntum-container.component.js +6 -2
  14. package/esm2015/lib/bryntum-date-field.component.js +6 -2
  15. package/esm2015/lib/bryntum-date-picker.component.js +9 -5
  16. package/esm2015/lib/bryntum-date-range-field.component.js +1 -1
  17. package/esm2015/lib/bryntum-date-time-field.component.js +1 -1
  18. package/esm2015/lib/bryntum-demo-code-editor.component.js +6 -2
  19. package/esm2015/lib/bryntum-display-field.component.js +1 -1
  20. package/esm2015/lib/bryntum-duration-field.component.js +1 -1
  21. package/esm2015/lib/bryntum-editor.component.js +6 -2
  22. package/esm2015/lib/bryntum-field-filter-picker-group.component.js +6 -2
  23. package/esm2015/lib/bryntum-field-filter-picker.component.js +6 -2
  24. package/esm2015/lib/bryntum-field-set.component.js +6 -2
  25. package/esm2015/lib/bryntum-file-field.component.js +1 -1
  26. package/esm2015/lib/bryntum-file-picker.component.js +6 -2
  27. package/esm2015/lib/bryntum-filter-field.component.js +1 -1
  28. package/esm2015/lib/bryntum-grid-base.component.js +45 -16
  29. package/esm2015/lib/bryntum-grid-chart-designer.component.js +1 -1
  30. package/esm2015/lib/bryntum-grid-field-filter-picker-group.component.js +6 -2
  31. package/esm2015/lib/bryntum-grid-field-filter-picker.component.js +6 -2
  32. package/esm2015/lib/bryntum-grid.component.js +45 -16
  33. package/esm2015/lib/bryntum-group-bar.component.js +8 -8
  34. package/esm2015/lib/bryntum-hint.component.js +6 -2
  35. package/esm2015/lib/bryntum-label.component.js +1 -1
  36. package/esm2015/lib/bryntum-list.component.js +8 -8
  37. package/esm2015/lib/bryntum-menu.component.js +6 -2
  38. package/esm2015/lib/bryntum-month-picker.component.js +6 -2
  39. package/esm2015/lib/bryntum-number-field.component.js +1 -1
  40. package/esm2015/lib/bryntum-paging-toolbar.component.js +6 -2
  41. package/esm2015/lib/bryntum-panel.component.js +6 -2
  42. package/esm2015/lib/bryntum-password-field.component.js +1 -1
  43. package/esm2015/lib/bryntum-progress-bar.component.js +600 -0
  44. package/esm2015/lib/bryntum-radio-group.component.js +6 -2
  45. package/esm2015/lib/bryntum-slider.component.js +1 -1
  46. package/esm2015/lib/bryntum-splitter.component.js +1 -1
  47. package/esm2015/lib/bryntum-tab-panel.component.js +6 -2
  48. package/esm2015/lib/bryntum-text-area-field.component.js +1 -1
  49. package/esm2015/lib/bryntum-text-area-picker-field.component.js +1 -1
  50. package/esm2015/lib/bryntum-text-field.component.js +1 -1
  51. package/esm2015/lib/bryntum-time-field.component.js +6 -2
  52. package/esm2015/lib/bryntum-time-picker.component.js +6 -2
  53. package/esm2015/lib/bryntum-toolbar.component.js +6 -2
  54. package/esm2015/lib/bryntum-tree-combo.component.js +1 -1
  55. package/esm2015/lib/bryntum-tree-grid.component.js +45 -16
  56. package/esm2015/lib/bryntum-widget.component.js +1 -1
  57. package/esm2015/lib/bryntum-year-picker.component.js +6 -2
  58. package/esm2015/lib/grid.module.js +6 -1
  59. package/esm2015/public-api.js +2 -1
  60. package/fesm2015/bryntum-grid-angular.js +1087 -299
  61. package/fesm2015/bryntum-grid-angular.js.map +1 -1
  62. package/lib/bryntum-a-i-filter-field.component.d.ts +3 -3
  63. package/lib/bryntum-button-group.component.d.ts +6 -1
  64. package/lib/bryntum-button.component.d.ts +3 -3
  65. package/lib/bryntum-chat-panel.component.d.ts +9 -4
  66. package/lib/bryntum-checkbox-group.component.d.ts +9 -4
  67. package/lib/bryntum-checklist-filter-combo.component.d.ts +3 -3
  68. package/lib/bryntum-chip-view.component.d.ts +6 -6
  69. package/lib/bryntum-code-editor.component.d.ts +9 -4
  70. package/lib/bryntum-combo.component.d.ts +3 -3
  71. package/lib/bryntum-container.component.d.ts +9 -4
  72. package/lib/bryntum-date-field.component.d.ts +15 -5
  73. package/lib/bryntum-date-picker.component.d.ts +10 -5
  74. package/lib/bryntum-date-range-field.component.d.ts +3 -3
  75. package/lib/bryntum-date-time-field.component.d.ts +3 -3
  76. package/lib/bryntum-demo-code-editor.component.d.ts +9 -4
  77. package/lib/bryntum-display-field.component.d.ts +3 -3
  78. package/lib/bryntum-duration-field.component.d.ts +3 -3
  79. package/lib/bryntum-editor.component.d.ts +9 -4
  80. package/lib/bryntum-field-filter-picker-group.component.d.ts +9 -4
  81. package/lib/bryntum-field-filter-picker.component.d.ts +9 -4
  82. package/lib/bryntum-field-set.component.d.ts +9 -4
  83. package/lib/bryntum-file-field.component.d.ts +3 -3
  84. package/lib/bryntum-file-picker.component.d.ts +9 -4
  85. package/lib/bryntum-filter-field.component.d.ts +3 -3
  86. package/lib/bryntum-grid-base.component.d.ts +49 -18
  87. package/lib/bryntum-grid-chart-designer.component.d.ts +3 -3
  88. package/lib/bryntum-grid-field-filter-picker-group.component.d.ts +9 -4
  89. package/lib/bryntum-grid-field-filter-picker.component.d.ts +9 -4
  90. package/lib/bryntum-grid.component.d.ts +49 -18
  91. package/lib/bryntum-group-bar.component.d.ts +6 -6
  92. package/lib/bryntum-hint.component.d.ts +9 -4
  93. package/lib/bryntum-label.component.d.ts +3 -3
  94. package/lib/bryntum-list.component.d.ts +6 -6
  95. package/lib/bryntum-menu.component.d.ts +9 -4
  96. package/lib/bryntum-month-picker.component.d.ts +9 -4
  97. package/lib/bryntum-number-field.component.d.ts +3 -3
  98. package/lib/bryntum-paging-toolbar.component.d.ts +9 -4
  99. package/lib/bryntum-panel.component.d.ts +9 -4
  100. package/lib/bryntum-password-field.component.d.ts +3 -3
  101. package/lib/bryntum-progress-bar.component.d.ts +705 -0
  102. package/lib/bryntum-radio-group.component.d.ts +9 -4
  103. package/lib/bryntum-slider.component.d.ts +3 -3
  104. package/lib/bryntum-splitter.component.d.ts +3 -3
  105. package/lib/bryntum-tab-panel.component.d.ts +9 -4
  106. package/lib/bryntum-text-area-field.component.d.ts +3 -3
  107. package/lib/bryntum-text-area-picker-field.component.d.ts +3 -3
  108. package/lib/bryntum-text-field.component.d.ts +3 -3
  109. package/lib/bryntum-time-field.component.d.ts +13 -4
  110. package/lib/bryntum-time-picker.component.d.ts +9 -4
  111. package/lib/bryntum-toolbar.component.d.ts +9 -4
  112. package/lib/bryntum-tree-combo.component.d.ts +3 -3
  113. package/lib/bryntum-tree-grid.component.d.ts +49 -18
  114. package/lib/bryntum-widget.component.d.ts +3 -3
  115. package/lib/bryntum-year-picker.component.d.ts +9 -4
  116. package/lib/grid.module.d.ts +18 -17
  117. package/package.json +1 -1
  118. package/public-api.d.ts +1 -0
  119. package/src/lib/bryntum-a-i-filter-field.component.ts +3 -3
  120. package/src/lib/bryntum-button-group.component.ts +7 -0
  121. package/src/lib/bryntum-button.component.ts +3 -3
  122. package/src/lib/bryntum-chat-panel.component.ts +10 -3
  123. package/src/lib/bryntum-checkbox-group.component.ts +10 -3
  124. package/src/lib/bryntum-checklist-filter-combo.component.ts +3 -3
  125. package/src/lib/bryntum-chip-view.component.ts +102 -102
  126. package/src/lib/bryntum-code-editor.component.ts +10 -3
  127. package/src/lib/bryntum-combo.component.ts +3 -3
  128. package/src/lib/bryntum-container.component.ts +10 -3
  129. package/src/lib/bryntum-date-field.component.ts +16 -4
  130. package/src/lib/bryntum-date-picker.component.ts +12 -5
  131. package/src/lib/bryntum-date-range-field.component.ts +3 -3
  132. package/src/lib/bryntum-date-time-field.component.ts +3 -3
  133. package/src/lib/bryntum-demo-code-editor.component.ts +10 -3
  134. package/src/lib/bryntum-display-field.component.ts +3 -3
  135. package/src/lib/bryntum-duration-field.component.ts +3 -3
  136. package/src/lib/bryntum-editor.component.ts +10 -3
  137. package/src/lib/bryntum-field-filter-picker-group.component.ts +10 -3
  138. package/src/lib/bryntum-field-filter-picker.component.ts +10 -3
  139. package/src/lib/bryntum-field-set.component.ts +10 -3
  140. package/src/lib/bryntum-file-field.component.ts +3 -3
  141. package/src/lib/bryntum-file-picker.component.ts +10 -3
  142. package/src/lib/bryntum-filter-field.component.ts +3 -3
  143. package/src/lib/bryntum-grid-base.component.ts +61 -25
  144. package/src/lib/bryntum-grid-chart-designer.component.ts +3 -3
  145. package/src/lib/bryntum-grid-field-filter-picker-group.component.ts +10 -3
  146. package/src/lib/bryntum-grid-field-filter-picker.component.ts +10 -3
  147. package/src/lib/bryntum-grid.component.ts +61 -25
  148. package/src/lib/bryntum-group-bar.component.ts +102 -102
  149. package/src/lib/bryntum-hint.component.ts +10 -3
  150. package/src/lib/bryntum-label.component.ts +3 -3
  151. package/src/lib/bryntum-list.component.ts +99 -99
  152. package/src/lib/bryntum-menu.component.ts +10 -3
  153. package/src/lib/bryntum-month-picker.component.ts +10 -3
  154. package/src/lib/bryntum-number-field.component.ts +3 -3
  155. package/src/lib/bryntum-paging-toolbar.component.ts +10 -3
  156. package/src/lib/bryntum-panel.component.ts +10 -3
  157. package/src/lib/bryntum-password-field.component.ts +3 -3
  158. package/src/lib/bryntum-progress-bar.component.ts +1019 -0
  159. package/src/lib/bryntum-radio-group.component.ts +10 -3
  160. package/src/lib/bryntum-slider.component.ts +3 -3
  161. package/src/lib/bryntum-splitter.component.ts +3 -3
  162. package/src/lib/bryntum-tab-panel.component.ts +10 -3
  163. package/src/lib/bryntum-text-area-field.component.ts +3 -3
  164. package/src/lib/bryntum-text-area-picker-field.component.ts +3 -3
  165. package/src/lib/bryntum-text-field.component.ts +3 -3
  166. package/src/lib/bryntum-time-field.component.ts +14 -3
  167. package/src/lib/bryntum-time-picker.component.ts +10 -3
  168. package/src/lib/bryntum-toolbar.component.ts +10 -3
  169. package/src/lib/bryntum-tree-combo.component.ts +3 -3
  170. package/src/lib/bryntum-tree-grid.component.ts +61 -25
  171. package/src/lib/bryntum-widget.component.ts +3 -3
  172. package/src/lib/bryntum-year-picker.component.ts +10 -3
  173. package/src/lib/grid.module.ts +3 -0
  174. 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, CheckboxConfig, CheckboxGroup, CheckboxGroupListeners, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
10
+ import { AlignSpec, Base, CheckboxConfig, CheckboxGroup, CheckboxGroupListeners, Color, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, 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 BryntumCheckboxGroupProps = {
73
73
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/CheckboxGroup#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 BryntumCheckboxGroupProps = {
123
127
  * ...
124
128
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/CheckboxGroup#config-color)
125
129
  */
126
- color ? : string
130
+ color ? : Color
127
131
  /**
128
132
  * Programmatic control over which column to start in when used in a grid layout.
129
133
  */
@@ -799,6 +803,7 @@ export class BryntumCheckboxGroupComponent implements OnInit, OnDestroy {
799
803
  'autoUpdateRecord',
800
804
  'bbar',
801
805
  'bodyCls',
806
+ 'border',
802
807
  'bubbleEvents',
803
808
  'callOnFunctions',
804
809
  'catchEventHandlerExceptions',
@@ -919,6 +924,7 @@ export class BryntumCheckboxGroupComponent implements OnInit, OnDestroy {
919
924
  'autoUpdateRecord',
920
925
  'bbar',
921
926
  'bodyCls',
927
+ 'border',
922
928
  'bubbleEvents',
923
929
  'centered',
924
930
  'collapsible',
@@ -1068,10 +1074,11 @@ export class BryntumCheckboxGroupComponent implements OnInit, OnDestroy {
1068
1074
  @Input() autoUpdateRecord ! : boolean;
1069
1075
  @Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
1070
1076
  @Input() bodyCls ! : string|object;
1077
+ @Input() border ! : boolean;
1071
1078
  @Input() bubbleEvents ! : object;
1072
1079
  @Input() centered ! : boolean;
1073
1080
  @Input() collapsible ! : boolean|PanelCollapserConfig|PanelCollapserOverlayConfig;
1074
- @Input() color ! : string;
1081
+ @Input() color ! : Color;
1075
1082
  @Input() config ! : object;
1076
1083
  @Input() constrainTo ! : HTMLElement|Widget|Rectangle;
1077
1084
  @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, ChecklistFilterCombo, ChecklistFilterComboListeners, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Combo, ComboModel, ContainerItemConfig, DomConfig, Duration, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, List, ListConfig, MaskConfig, Model, Rectangle, Scroller, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
10
+ import { AlignSpec, Base, ChecklistFilterCombo, ChecklistFilterComboListeners, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Color, Combo, ComboModel, ContainerItemConfig, DomConfig, Duration, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, List, ListConfig, MaskConfig, Model, Rectangle, Scroller, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
11
11
 
12
12
  import { StringHelper } from '@bryntum/grid';
13
13
 
@@ -147,7 +147,7 @@ export type BryntumChecklistFilterComboProps = {
147
147
  * ...
148
148
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-color)
149
149
  */
150
- color ? : string
150
+ color ? : Color
151
151
  /**
152
152
  * Programmatic control over which column to start in when used in a grid layout.
153
153
  */
@@ -1232,7 +1232,7 @@ export class BryntumChecklistFilterComboComponent implements OnInit, OnDestroy {
1232
1232
  @Input() clearTextOnPickerHide ! : boolean;
1233
1233
  @Input() clearTextOnSelection ! : boolean;
1234
1234
  @Input() clearWhenInputEmpty ! : boolean;
1235
- @Input() color ! : string;
1235
+ @Input() color ! : Color;
1236
1236
  @Input() config ! : object;
1237
1237
  @Input() constrainTo ! : HTMLElement|Widget|Rectangle;
1238
1238
  @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, ChipView, ChipViewListeners, Collection, CollectionConfig, DomConfig, KeyMapConfig, List, MaskConfig, Model, ModelConfig, Rectangle, Scroller, ScrollerConfig, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
10
+ import { AlignSpec, Base, ChipView, ChipViewListeners, Collection, CollectionConfig, Color, DomConfig, KeyMapConfig, List, MaskConfig, Model, ModelConfig, Rectangle, Scroller, ScrollerConfig, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
11
11
 
12
12
  import { StringHelper } from '@bryntum/grid';
13
13
 
@@ -126,7 +126,7 @@ export type BryntumChipViewProps = {
126
126
  * ...
127
127
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/ChipView#config-color)
128
128
  */
129
- color ? : string
129
+ color ? : Color
130
130
  /**
131
131
  * Programmatic control over which column to start in when used in a grid layout.
132
132
  */
@@ -733,13 +733,11 @@ export class BryntumChipViewComponent implements OnInit, OnDestroy {
733
733
  'activateOnMouseover',
734
734
  'adopt',
735
735
  'align',
736
- 'allowGroupSelect',
737
736
  'anchor',
738
737
  'ariaDescription',
739
738
  'ariaLabel',
740
739
  'bubbleEvents',
741
740
  'centered',
742
- 'clearSelectionOnEmptySpaceClick',
743
741
  'closable',
744
742
  'closeHandler',
745
743
  'color',
@@ -792,10 +790,12 @@ export class BryntumChipViewComponent implements OnInit, OnDestroy {
792
790
 
793
791
  private static bryntumProps: string[] = BryntumChipViewComponent.bryntumFeatureNames.concat([
794
792
  'alignSelf',
793
+ 'allowGroupSelect',
795
794
  'anchorSize',
796
795
  'appendTo',
797
796
  'callOnFunctions',
798
797
  'catchEventHandlerExceptions',
798
+ 'clearSelectionOnEmptySpaceClick',
799
799
  'cls',
800
800
  'collapsibleGroups',
801
801
  'column',
@@ -853,115 +853,115 @@ export class BryntumChipViewComponent implements OnInit, OnDestroy {
853
853
  }
854
854
 
855
855
  // Configs only
856
- @Input() activateOnMouseover ! : boolean;
857
- @Input() adopt ! : HTMLElement|string;
858
- @Input() align ! : AlignSpec|string;
859
- @Input() allowGroupSelect ! : boolean;
860
- @Input() anchor ! : boolean;
861
- @Input() ariaDescription ! : string;
862
- @Input() ariaLabel ! : string;
863
- @Input() bubbleEvents ! : object;
864
- @Input() centered ! : boolean;
865
- @Input() clearSelectionOnEmptySpaceClick ! : boolean;
866
- @Input() closable ! : boolean;
867
- @Input() closeHandler ! : string|(() => void);
868
- @Input() color ! : string;
869
- @Input() config ! : object;
870
- @Input() constrainTo ! : HTMLElement|Widget|Rectangle;
871
- @Input() contentElementCls ! : string|object;
872
- @Input() dataField ! : string;
873
- @Input() defaultBindProperty ! : string;
874
- @Input() detectCSSCompatibilityIssues ! : boolean;
875
- @Input() displayField ! : string;
876
- @Input() dock ! : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object;
877
- @Input() draggable ! : boolean|{
856
+ @Input() activateOnMouseover ! : boolean;
857
+ @Input() adopt ! : HTMLElement|string;
858
+ @Input() align ! : AlignSpec|string;
859
+ @Input() anchor ! : boolean;
860
+ @Input() ariaDescription ! : string;
861
+ @Input() ariaLabel ! : string;
862
+ @Input() bubbleEvents ! : object;
863
+ @Input() centered ! : boolean;
864
+ @Input() closable ! : boolean;
865
+ @Input() closeHandler ! : string|(() => void);
866
+ @Input() color ! : Color;
867
+ @Input() config ! : object;
868
+ @Input() constrainTo ! : HTMLElement|Widget|Rectangle;
869
+ @Input() contentElementCls ! : string|object;
870
+ @Input() dataField ! : string;
871
+ @Input() defaultBindProperty ! : string;
872
+ @Input() detectCSSCompatibilityIssues ! : boolean;
873
+ @Input() displayField ! : string;
874
+ @Input() dock ! : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object;
875
+ @Input() draggable ! : boolean|{
878
876
  handleSelector?: string
879
877
  };
880
- @Input() elementAttributes ! : Record<string, string|null>;
881
- @Input() floating ! : boolean;
882
- @Input() getItemCls ! : ((record: Model) => string)|string;
883
- @Input() getItemStyle ! : ((record: Model) => string)|string;
884
- @Input() groupHeaderTpl ! : (record: Model, groupName: string) => string;
885
- @Input() hideAnimation ! : boolean|object;
886
- @Input() htmlCls ! : string|object;
887
- @Input() iconTpl ! : (record: Model) => DomConfig|string|void;
888
- @Input() ignoreParentReadOnly ! : boolean;
889
- @Input() isSelectable ! : (() => boolean)|string;
890
- @Input() itemTpl ! : ((record: Model) => string)|string;
891
- @Input() listeners ! : ChipViewListeners;
892
- @Input() localeClass ! : typeof Base;
893
- @Input() localizable ! : boolean;
894
- @Input() localizableProperties ! : string[];
895
- @Input() maskDefaults ! : MaskConfig;
896
- @Input() masked ! : boolean|string|MaskConfig;
897
- @Input() monitorResize ! : boolean|{
878
+ @Input() elementAttributes ! : Record<string, string|null>;
879
+ @Input() floating ! : boolean;
880
+ @Input() getItemCls ! : ((record: Model) => string)|string;
881
+ @Input() getItemStyle ! : ((record: Model) => string)|string;
882
+ @Input() groupHeaderTpl ! : (record: Model, groupName: string) => string;
883
+ @Input() hideAnimation ! : boolean|object;
884
+ @Input() htmlCls ! : string|object;
885
+ @Input() iconTpl ! : (record: Model) => DomConfig|string|void;
886
+ @Input() ignoreParentReadOnly ! : boolean;
887
+ @Input() isSelectable ! : (() => boolean)|string;
888
+ @Input() itemTpl ! : ((record: Model) => string)|string;
889
+ @Input() listeners ! : ChipViewListeners;
890
+ @Input() localeClass ! : typeof Base;
891
+ @Input() localizable ! : boolean;
892
+ @Input() localizableProperties ! : string[];
893
+ @Input() maskDefaults ! : MaskConfig;
894
+ @Input() masked ! : boolean|string|MaskConfig;
895
+ @Input() monitorResize ! : boolean|{
898
896
  immediate?: boolean
899
897
  };
900
- @Input() owner ! : Widget|any;
901
- @Input() positioned ! : boolean;
902
- @Input() preventTooltipOnTouch ! : boolean;
903
- @Input() relayStoreEvents ! : boolean;
904
- @Input() ripple ! : boolean|{
898
+ @Input() owner ! : Widget|any;
899
+ @Input() positioned ! : boolean;
900
+ @Input() preventTooltipOnTouch ! : boolean;
901
+ @Input() relayStoreEvents ! : boolean;
902
+ @Input() ripple ! : boolean|{
905
903
  delegate?: string
906
904
  color?: string
907
905
  radius?: number
908
906
  clip?: string
909
907
  };
910
- @Input() rootElement ! : ShadowRoot|HTMLElement;
911
- @Input() scrollAction ! : 'hide'|'realign'|null;
912
- @Input() selectAllItem ! : boolean|string;
913
- @Input() showAnimation ! : boolean|object;
914
- @Input() showTooltipWhenDisabled ! : boolean;
915
- @Input() tab ! : boolean|TabConfig;
916
- @Input() tag ! : string;
917
- @Input() textAlign ! : 'left'|'center'|'right'|'start'|'end';
918
- @Input() tooltipTemplate ! : (record: Model) => string;
919
- @Input() type ! : 'chipview';
920
- @Input() ui ! : string|object;
921
- @Input() virtualize ! : boolean|number;
922
- @Input() weight ! : number;
908
+ @Input() rootElement ! : ShadowRoot|HTMLElement;
909
+ @Input() scrollAction ! : 'hide'|'realign'|null;
910
+ @Input() selectAllItem ! : boolean|string;
911
+ @Input() showAnimation ! : boolean|object;
912
+ @Input() showTooltipWhenDisabled ! : boolean;
913
+ @Input() tab ! : boolean|TabConfig;
914
+ @Input() tag ! : string;
915
+ @Input() textAlign ! : 'left'|'center'|'right'|'start'|'end';
916
+ @Input() tooltipTemplate ! : (record: Model) => string;
917
+ @Input() type ! : 'chipview';
918
+ @Input() ui ! : string|object;
919
+ @Input() virtualize ! : boolean|number;
920
+ @Input() weight ! : number;
923
921
 
924
922
  // Configs and properties
925
- @Input() alignSelf ! : string;
926
- @Input() appendTo ! : HTMLElement|string;
927
- @Input() callOnFunctions ! : boolean;
928
- @Input() catchEventHandlerExceptions ! : boolean;
929
- @Input() cls ! : string|object;
930
- @Input() collapsibleGroups ! : boolean;
931
- @Input() column ! : number;
932
- @Input() content ! : string;
933
- @Input() dataset ! : object|Record<string, string>;
934
- @Input() disabled ! : boolean|'inert';
935
- @Input() emptyText ! : string;
936
- @Input() extraData ! : any;
937
- @Input() flex ! : number|string;
938
- @Input() height ! : number|string;
939
- @Input() hidden ! : boolean;
940
- @Input() html ! : string|((widget: Widget) => string)|DomConfig|DomConfig[]|VueConfig;
941
- @Input() id ! : string;
942
- @Input() insertBefore ! : HTMLElement|string;
943
- @Input() insertFirst ! : HTMLElement|string;
944
- @Input() items ! : object[];
945
- @Input() keyMap ! : Record<string, KeyMapConfig>;
946
- @Input() margin ! : number|string;
947
- @Input() maxHeight ! : string|number;
948
- @Input() maximizeOnMobile ! : number|string;
949
- @Input() maxWidth ! : string|number;
950
- @Input() minHeight ! : string|number;
951
- @Input() minWidth ! : string|number;
952
- @Input() multiSelect ! : boolean;
953
- @Input() readOnly ! : boolean;
954
- @Input() rtl ! : boolean;
955
- @Input() scrollable ! : Scroller|boolean|ScrollerConfig;
956
- @Input() selected ! : Model|Model[]|string|string[]|number|number[]|Collection|object[]|CollectionConfig|ModelConfig[]|CollectionConfig[];
957
- @Input() span ! : number;
958
- @Input() store ! : object|object[]|StoreConfig|Store|StoreConfig[];
959
- @Input() title ! : string;
960
- @Input() toggleAllIfCtrlPressed ! : boolean;
961
- @Input() tooltip ! : string|TooltipConfig|null;
962
- @Input() width ! : number|string;
963
- @Input() x ! : number;
964
- @Input() y ! : number;
923
+ @Input() alignSelf ! : string;
924
+ @Input() allowGroupSelect ! : boolean;
925
+ @Input() appendTo ! : HTMLElement|string;
926
+ @Input() callOnFunctions ! : boolean;
927
+ @Input() catchEventHandlerExceptions ! : boolean;
928
+ @Input() clearSelectionOnEmptySpaceClick ! : boolean;
929
+ @Input() cls ! : string|object;
930
+ @Input() collapsibleGroups ! : boolean;
931
+ @Input() column ! : number;
932
+ @Input() content ! : string;
933
+ @Input() dataset ! : object|Record<string, string>;
934
+ @Input() disabled ! : boolean|'inert';
935
+ @Input() emptyText ! : string;
936
+ @Input() extraData ! : any;
937
+ @Input() flex ! : number|string;
938
+ @Input() height ! : number|string;
939
+ @Input() hidden ! : boolean;
940
+ @Input() html ! : string|((widget: Widget) => string)|DomConfig|DomConfig[]|VueConfig;
941
+ @Input() id ! : string;
942
+ @Input() insertBefore ! : HTMLElement|string;
943
+ @Input() insertFirst ! : HTMLElement|string;
944
+ @Input() items ! : object[];
945
+ @Input() keyMap ! : Record<string, KeyMapConfig>;
946
+ @Input() margin ! : number|string;
947
+ @Input() maxHeight ! : string|number;
948
+ @Input() maximizeOnMobile ! : number|string;
949
+ @Input() maxWidth ! : string|number;
950
+ @Input() minHeight ! : string|number;
951
+ @Input() minWidth ! : string|number;
952
+ @Input() multiSelect ! : boolean;
953
+ @Input() readOnly ! : boolean;
954
+ @Input() rtl ! : boolean;
955
+ @Input() scrollable ! : Scroller|boolean|ScrollerConfig;
956
+ @Input() selected ! : Model|Model[]|string|string[]|number|number[]|Collection|object[]|CollectionConfig|ModelConfig[]|CollectionConfig[];
957
+ @Input() span ! : number;
958
+ @Input() store ! : object|object[]|StoreConfig|Store|StoreConfig[];
959
+ @Input() title ! : string;
960
+ @Input() toggleAllIfCtrlPressed ! : boolean;
961
+ @Input() tooltip ! : string|TooltipConfig|null;
962
+ @Input() width ! : number|string;
963
+ @Input() x ! : number;
964
+ @Input() y ! : number;
965
965
 
966
966
  // Properties only
967
967
  @Input() anchorSize ! : number[];
@@ -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, CodeEditor, CodeEditorListeners, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
10
+ import { AlignSpec, Base, CodeEditor, CodeEditorListeners, Color, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, 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 BryntumCodeEditorProps = {
73
73
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/CodeEditor#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.
@@ -129,7 +133,7 @@ export type BryntumCodeEditorProps = {
129
133
  * ...
130
134
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/CodeEditor#config-color)
131
135
  */
132
- color ? : string
136
+ color ? : Color
133
137
  /**
134
138
  * Programmatic control over which column to start in when used in a grid layout.
135
139
  */
@@ -766,6 +770,7 @@ export class BryntumCodeEditorComponent implements OnInit, OnDestroy {
766
770
  'autoUpdateRecord',
767
771
  'bbar',
768
772
  'bodyCls',
773
+ 'border',
769
774
  'bubbleEvents',
770
775
  'callOnFunctions',
771
776
  'catchEventHandlerExceptions',
@@ -882,6 +887,7 @@ export class BryntumCodeEditorComponent implements OnInit, OnDestroy {
882
887
  'autoUpdateRecord',
883
888
  'bbar',
884
889
  'bodyCls',
890
+ 'border',
885
891
  'bubbleEvents',
886
892
  'centered',
887
893
  'codePath',
@@ -1027,11 +1033,12 @@ export class BryntumCodeEditorComponent implements OnInit, OnDestroy {
1027
1033
  @Input() autoUpdateRecord ! : boolean;
1028
1034
  @Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
1029
1035
  @Input() bodyCls ! : string|object;
1036
+ @Input() border ! : boolean;
1030
1037
  @Input() bubbleEvents ! : object;
1031
1038
  @Input() centered ! : boolean;
1032
1039
  @Input() codePath ! : string;
1033
1040
  @Input() collapsible ! : boolean|PanelCollapserConfig|PanelCollapserOverlayConfig;
1034
- @Input() color ! : string;
1041
+ @Input() color ! : Color;
1035
1042
  @Input() config ! : object;
1036
1043
  @Input() constrainTo ! : HTMLElement|Widget|Rectangle;
1037
1044
  @Input() contentElementCls ! : string|object;
@@ -7,7 +7,7 @@ import { Component, ElementRef, EventEmitter, Output, Input, SimpleChange, Simpl
7
7
 
8
8
  import WrapperHelper from './wrapper.helper';
9
9
 
10
- import { AlignSpec, Base, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Combo, ComboListeners, ComboModel, ContainerItemConfig, DomConfig, Duration, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, List, ListConfig, MaskConfig, Model, Rectangle, Scroller, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
10
+ import { AlignSpec, Base, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Color, Combo, ComboListeners, ComboModel, ContainerItemConfig, DomConfig, Duration, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, List, ListConfig, MaskConfig, Model, Rectangle, Scroller, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
11
11
 
12
12
  import { StringHelper } from '@bryntum/grid';
13
13
 
@@ -147,7 +147,7 @@ export type BryntumComboProps = {
147
147
  * ...
148
148
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-color)
149
149
  */
150
- color ? : string
150
+ color ? : Color
151
151
  /**
152
152
  * Programmatic control over which column to start in when used in a grid layout.
153
153
  */
@@ -1219,7 +1219,7 @@ export class BryntumComboComponent implements OnInit, OnDestroy {
1219
1219
  @Input() clearTextOnPickerHide ! : boolean;
1220
1220
  @Input() clearTextOnSelection ! : boolean;
1221
1221
  @Input() clearWhenInputEmpty ! : boolean;
1222
- @Input() color ! : string;
1222
+ @Input() color ! : Color;
1223
1223
  @Input() config ! : object;
1224
1224
  @Input() constrainTo ! : HTMLElement|Widget|Rectangle;
1225
1225
  @Input() container ! : Record<string, ContainerItemConfig>|ContainerItemConfig[]|FieldContainerConfig|FieldContainer;
@@ -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, ContainerListeners, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
10
+ import { AlignSpec, Base, Color, Container, ContainerItemConfig, ContainerLayoutConfig, ContainerListeners, DomConfig, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
11
11
 
12
12
  import { StringHelper } from '@bryntum/grid';
13
13
 
@@ -60,6 +60,10 @@ export type BryntumContainerProps = {
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 BryntumContainerProps = {
99
103
  * ...
100
104
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-color)
101
105
  */
102
- color ? : string
106
+ color ? : Color
103
107
  /**
104
108
  * Programmatic control over which column to start in when used in a grid layout.
105
109
  */
@@ -614,6 +618,7 @@ export class BryntumContainerComponent implements OnInit, OnDestroy {
614
618
  'ariaDescription',
615
619
  'ariaLabel',
616
620
  'autoUpdateRecord',
621
+ 'border',
617
622
  'bubbleEvents',
618
623
  'callOnFunctions',
619
624
  'catchEventHandlerExceptions',
@@ -708,6 +713,7 @@ export class BryntumContainerComponent implements OnInit, OnDestroy {
708
713
  'ariaDescription',
709
714
  'ariaLabel',
710
715
  'autoUpdateRecord',
716
+ 'border',
711
717
  'bubbleEvents',
712
718
  'centered',
713
719
  'color',
@@ -830,9 +836,10 @@ export class BryntumContainerComponent implements OnInit, OnDestroy {
830
836
  @Input() ariaDescription ! : string;
831
837
  @Input() ariaLabel ! : string;
832
838
  @Input() autoUpdateRecord ! : boolean;
839
+ @Input() border ! : boolean;
833
840
  @Input() bubbleEvents ! : object;
834
841
  @Input() centered ! : boolean;
835
- @Input() color ! : string;
842
+ @Input() color ! : Color;
836
843
  @Input() config ! : object;
837
844
  @Input() constrainTo ! : HTMLElement|Widget|Rectangle;
838
845
  @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, DateField, DateFieldListeners, DatePickerConfig, DomConfig, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Model, Rectangle, Scroller, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
10
+ import { AlignSpec, Base, Color, ContainerItemConfig, DateField, DateFieldListeners, DatePickerConfig, DomConfig, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Model, Rectangle, Scroller, TabConfig, TimeField, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
11
11
 
12
12
  import { StringHelper } from '@bryntum/grid';
13
13
 
@@ -118,7 +118,7 @@ export type BryntumDateFieldProps = {
118
118
  * ...
119
119
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/DateField#config-color)
120
120
  */
121
- color ? : string
121
+ color ? : Color
122
122
  /**
123
123
  * Programmatic control over which column to start in when used in a grid layout.
124
124
  */
@@ -482,6 +482,14 @@ export type BryntumDateFieldProps = {
482
482
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/DateField#config-owner)
483
483
  */
484
484
  owner ? : Widget|any
485
+ /**
486
+ * A reference to a partner TimeField which this DateField should sync its value with.
487
+ * When the TimeField's value is changed, this DateField's value is updated to match.
488
+ * When this DateField's value is changed, the TimeField's value is updated to match.
489
+ * ...
490
+ * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/DateField#config-partner)
491
+ */
492
+ partner ? : string|TimeField
485
493
  /**
486
494
  * A config object used to configure the [datePicker](https://bryntum.com/products/grid/docs/api/Core/widget/DatePicker).
487
495
  * ...
@@ -604,7 +612,8 @@ export type BryntumDateFieldProps = {
604
612
  */
605
613
  step ? : string|number|DurationConfig
606
614
  /**
607
- * Set to `false` to hide the forward and backward date step triggers.
615
+ * Set to `false` to hide the forward and backward date step triggers. These triggers are only shown when
616
+ * [step](https://bryntum.com/products/grid/docs/api/Core/widget/DateField#config-step) is set.
608
617
  */
609
618
  stepTriggers ? : boolean
610
619
  /**
@@ -819,6 +828,7 @@ export class BryntumDateFieldComponent implements OnInit, OnDestroy {
819
828
  'monitorResize',
820
829
  'name',
821
830
  'owner',
831
+ 'partner',
822
832
  'picker',
823
833
  'pickerAlignElement',
824
834
  'pickerFormat',
@@ -976,6 +986,7 @@ export class BryntumDateFieldComponent implements OnInit, OnDestroy {
976
986
  'minHeight',
977
987
  'minWidth',
978
988
  'parent',
989
+ 'partner',
979
990
  'placeholder',
980
991
  'readOnly',
981
992
  'rendition',
@@ -1021,7 +1032,7 @@ export class BryntumDateFieldComponent implements OnInit, OnDestroy {
1021
1032
  @Input() bubbleEvents ! : object;
1022
1033
  @Input() centered ! : boolean;
1023
1034
  @Input() clearable ! : boolean|FieldTriggerConfig;
1024
- @Input() color ! : string;
1035
+ @Input() color ! : Color;
1025
1036
  @Input() config ! : object;
1026
1037
  @Input() constrainTo ! : HTMLElement|Widget|Rectangle;
1027
1038
  @Input() container ! : Record<string, ContainerItemConfig>|ContainerItemConfig[]|FieldContainerConfig|FieldContainer;
@@ -1126,6 +1137,7 @@ export class BryntumDateFieldComponent implements OnInit, OnDestroy {
1126
1137
  @Input() min ! : string|Date;
1127
1138
  @Input() minHeight ! : string|number;
1128
1139
  @Input() minWidth ! : string|number;
1140
+ @Input() partner ! : string|TimeField;
1129
1141
  @Input() placeholder ! : string;
1130
1142
  @Input() readOnly ! : boolean;
1131
1143
  @Input() rendition ! : 'outlined'|'filled'|string;