@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, Collection, CollectionConfig, DomConfig, GroupBar, GroupBarListeners, KeyMapConfig, List, MaskConfig, Model, ModelConfig, Rectangle, Scroller, ScrollerConfig, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
10
+ import { AlignSpec, Base, Collection, CollectionConfig, Color, DomConfig, GroupBar, GroupBarListeners, 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 BryntumGroupBarProps = {
126
126
  * ...
127
127
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GroupBar#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 BryntumGroupBarComponent 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 BryntumGroupBarComponent implements OnInit, OnDestroy {
792
790
 
793
791
  private static bryntumProps: string[] = BryntumGroupBarComponent.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 BryntumGroupBarComponent 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 ! : GroupBarListeners;
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 ! : GroupBarListeners;
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 ! : 'groupbar';
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 ! : 'groupbar';
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, ButtonConfig, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, Hint, HintActions, HintListeners, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Popup, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
10
+ import { AlignSpec, Base, ButtonConfig, Color, Container, ContainerItemConfig, ContainerLayoutConfig, DomConfig, Hint, HintActions, HintListeners, KeyMapConfig, Layout, MaskConfig, MenuItemConfig, MenuItemEntry, Model, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Popup, 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
 
@@ -78,6 +78,10 @@ export type BryntumHintProps = {
78
78
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Hint#config-bodyCls)
79
79
  */
80
80
  bodyCls ? : string|object
81
+ /**
82
+ * Set `true` to add a border to this container's element.
83
+ */
84
+ border ? : boolean
81
85
  /**
82
86
  * An object where property names with a truthy value indicate which events should bubble up the ownership
83
87
  * hierarchy when triggered.
@@ -133,7 +137,7 @@ export type BryntumHintProps = {
133
137
  * ...
134
138
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Hint#config-color)
135
139
  */
136
- color ? : string
140
+ color ? : Color
137
141
  /**
138
142
  * Programmatic control over which column to start in when used in a grid layout.
139
143
  */
@@ -813,6 +817,7 @@ export class BryntumHintComponent implements OnInit, OnDestroy {
813
817
  'autoUpdateRecord',
814
818
  'bbar',
815
819
  'bodyCls',
820
+ 'border',
816
821
  'bubbleEvents',
817
822
  'buttons',
818
823
  'callOnFunctions',
@@ -936,6 +941,7 @@ export class BryntumHintComponent implements OnInit, OnDestroy {
936
941
  'autoUpdateRecord',
937
942
  'bbar',
938
943
  'bodyCls',
944
+ 'border',
939
945
  'bubbleEvents',
940
946
  'buttons',
941
947
  'closeOnEscape',
@@ -1088,11 +1094,12 @@ export class BryntumHintComponent implements OnInit, OnDestroy {
1088
1094
  @Input() autoUpdateRecord ! : boolean;
1089
1095
  @Input() bbar ! : (ContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null;
1090
1096
  @Input() bodyCls ! : string|object;
1097
+ @Input() border ! : boolean;
1091
1098
  @Input() bubbleEvents ! : object;
1092
1099
  @Input() buttons ! : Record<string, ButtonConfig>;
1093
1100
  @Input() closeOnEscape ! : boolean;
1094
1101
  @Input() collapsible ! : boolean|PanelCollapserConfig|PanelCollapserOverlayConfig;
1095
- @Input() color ! : string;
1102
+ @Input() color ! : Color;
1096
1103
  @Input() config ! : object;
1097
1104
  @Input() constrainTo ! : HTMLElement|Widget|Rectangle;
1098
1105
  @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, DomConfig, KeyMapConfig, Label, LabelListeners, MaskConfig, Rectangle, Scroller, ScrollerConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
10
+ import { AlignSpec, Base, Color, DomConfig, KeyMapConfig, Label, LabelListeners, MaskConfig, Rectangle, Scroller, ScrollerConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
11
11
 
12
12
  import { StringHelper } from '@bryntum/grid';
13
13
 
@@ -95,7 +95,7 @@ export type BryntumLabelProps = {
95
95
  * ...
96
96
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Label#config-color)
97
97
  */
98
- color ? : string
98
+ color ? : Color
99
99
  /**
100
100
  * Programmatic control over which column to start in when used in a grid layout.
101
101
  */
@@ -689,7 +689,7 @@ export class BryntumLabelComponent implements OnInit, OnDestroy {
689
689
  @Input() ariaLabel ! : string;
690
690
  @Input() bubbleEvents ! : object;
691
691
  @Input() centered ! : boolean;
692
- @Input() color ! : string;
692
+ @Input() color ! : Color;
693
693
  @Input() config ! : object;
694
694
  @Input() constrainTo ! : HTMLElement|Widget|Rectangle;
695
695
  @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, Collection, CollectionConfig, DomConfig, KeyMapConfig, List, ListListeners, MaskConfig, Model, ModelConfig, Rectangle, Scroller, ScrollerConfig, Store, StoreConfig, TabConfig, TooltipConfig, VueConfig, Widget } from '@bryntum/grid';
10
+ import { AlignSpec, Base, Collection, CollectionConfig, Color, DomConfig, KeyMapConfig, List, ListListeners, 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
 
@@ -113,7 +113,7 @@ export type BryntumListProps = {
113
113
  * ...
114
114
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/List#config-color)
115
115
  */
116
- color ? : string
116
+ color ? : Color
117
117
  /**
118
118
  * Programmatic control over which column to start in when used in a grid layout.
119
119
  */
@@ -710,13 +710,11 @@ export class BryntumListComponent implements OnInit, OnDestroy {
710
710
  'activateOnMouseover',
711
711
  'adopt',
712
712
  'align',
713
- 'allowGroupSelect',
714
713
  'anchor',
715
714
  'ariaDescription',
716
715
  'ariaLabel',
717
716
  'bubbleEvents',
718
717
  'centered',
719
- 'clearSelectionOnEmptySpaceClick',
720
718
  'color',
721
719
  'config',
722
720
  'constrainTo',
@@ -766,10 +764,12 @@ export class BryntumListComponent implements OnInit, OnDestroy {
766
764
 
767
765
  private static bryntumProps: string[] = BryntumListComponent.bryntumFeatureNames.concat([
768
766
  'alignSelf',
767
+ 'allowGroupSelect',
769
768
  'anchorSize',
770
769
  'appendTo',
771
770
  'callOnFunctions',
772
771
  'catchEventHandlerExceptions',
772
+ 'clearSelectionOnEmptySpaceClick',
773
773
  'cls',
774
774
  'collapsibleGroups',
775
775
  'column',
@@ -827,112 +827,112 @@ export class BryntumListComponent implements OnInit, OnDestroy {
827
827
  }
828
828
 
829
829
  // Configs only
830
- @Input() activateOnMouseover ! : boolean;
831
- @Input() adopt ! : HTMLElement|string;
832
- @Input() align ! : AlignSpec|string;
833
- @Input() allowGroupSelect ! : boolean;
834
- @Input() anchor ! : boolean;
835
- @Input() ariaDescription ! : string;
836
- @Input() ariaLabel ! : string;
837
- @Input() bubbleEvents ! : object;
838
- @Input() centered ! : boolean;
839
- @Input() clearSelectionOnEmptySpaceClick ! : boolean;
840
- @Input() color ! : string;
841
- @Input() config ! : object;
842
- @Input() constrainTo ! : HTMLElement|Widget|Rectangle;
843
- @Input() contentElementCls ! : string|object;
844
- @Input() dataField ! : string;
845
- @Input() defaultBindProperty ! : string;
846
- @Input() detectCSSCompatibilityIssues ! : boolean;
847
- @Input() displayField ! : string;
848
- @Input() dock ! : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object;
849
- @Input() draggable ! : boolean|{
830
+ @Input() activateOnMouseover ! : boolean;
831
+ @Input() adopt ! : HTMLElement|string;
832
+ @Input() align ! : AlignSpec|string;
833
+ @Input() anchor ! : boolean;
834
+ @Input() ariaDescription ! : string;
835
+ @Input() ariaLabel ! : string;
836
+ @Input() bubbleEvents ! : object;
837
+ @Input() centered ! : boolean;
838
+ @Input() color ! : Color;
839
+ @Input() config ! : object;
840
+ @Input() constrainTo ! : HTMLElement|Widget|Rectangle;
841
+ @Input() contentElementCls ! : string|object;
842
+ @Input() dataField ! : string;
843
+ @Input() defaultBindProperty ! : string;
844
+ @Input() detectCSSCompatibilityIssues ! : boolean;
845
+ @Input() displayField ! : string;
846
+ @Input() dock ! : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object;
847
+ @Input() draggable ! : boolean|{
850
848
  handleSelector?: string
851
849
  };
852
- @Input() elementAttributes ! : Record<string, string|null>;
853
- @Input() floating ! : boolean;
854
- @Input() getItemCls ! : ((record: Model) => string)|string;
855
- @Input() getItemStyle ! : ((record: Model) => string)|string;
856
- @Input() groupHeaderTpl ! : (record: Model, groupName: string) => string;
857
- @Input() hideAnimation ! : boolean|object;
858
- @Input() htmlCls ! : string|object;
859
- @Input() ignoreParentReadOnly ! : boolean;
860
- @Input() isSelectable ! : (() => boolean)|string;
861
- @Input() itemTpl ! : ((record: Model) => string)|string;
862
- @Input() listeners ! : ListListeners;
863
- @Input() localeClass ! : typeof Base;
864
- @Input() localizable ! : boolean;
865
- @Input() localizableProperties ! : string[];
866
- @Input() maskDefaults ! : MaskConfig;
867
- @Input() masked ! : boolean|string|MaskConfig;
868
- @Input() monitorResize ! : boolean|{
850
+ @Input() elementAttributes ! : Record<string, string|null>;
851
+ @Input() floating ! : boolean;
852
+ @Input() getItemCls ! : ((record: Model) => string)|string;
853
+ @Input() getItemStyle ! : ((record: Model) => string)|string;
854
+ @Input() groupHeaderTpl ! : (record: Model, groupName: string) => string;
855
+ @Input() hideAnimation ! : boolean|object;
856
+ @Input() htmlCls ! : string|object;
857
+ @Input() ignoreParentReadOnly ! : boolean;
858
+ @Input() isSelectable ! : (() => boolean)|string;
859
+ @Input() itemTpl ! : ((record: Model) => string)|string;
860
+ @Input() listeners ! : ListListeners;
861
+ @Input() localeClass ! : typeof Base;
862
+ @Input() localizable ! : boolean;
863
+ @Input() localizableProperties ! : string[];
864
+ @Input() maskDefaults ! : MaskConfig;
865
+ @Input() masked ! : boolean|string|MaskConfig;
866
+ @Input() monitorResize ! : boolean|{
869
867
  immediate?: boolean
870
868
  };
871
- @Input() owner ! : Widget|any;
872
- @Input() positioned ! : boolean;
873
- @Input() preventTooltipOnTouch ! : boolean;
874
- @Input() relayStoreEvents ! : boolean;
875
- @Input() ripple ! : boolean|{
869
+ @Input() owner ! : Widget|any;
870
+ @Input() positioned ! : boolean;
871
+ @Input() preventTooltipOnTouch ! : boolean;
872
+ @Input() relayStoreEvents ! : boolean;
873
+ @Input() ripple ! : boolean|{
876
874
  delegate?: string
877
875
  color?: string
878
876
  radius?: number
879
877
  clip?: string
880
878
  };
881
- @Input() rootElement ! : ShadowRoot|HTMLElement;
882
- @Input() scrollAction ! : 'hide'|'realign'|null;
883
- @Input() selectAllItem ! : boolean|string;
884
- @Input() showAnimation ! : boolean|object;
885
- @Input() showTooltipWhenDisabled ! : boolean;
886
- @Input() tab ! : boolean|TabConfig;
887
- @Input() tag ! : string;
888
- @Input() textAlign ! : 'left'|'center'|'right'|'start'|'end';
889
- @Input() tooltipTemplate ! : (record: Model) => string;
890
- @Input() type ! : 'list';
891
- @Input() ui ! : string|object;
892
- @Input() virtualize ! : boolean|number;
893
- @Input() weight ! : number;
879
+ @Input() rootElement ! : ShadowRoot|HTMLElement;
880
+ @Input() scrollAction ! : 'hide'|'realign'|null;
881
+ @Input() selectAllItem ! : boolean|string;
882
+ @Input() showAnimation ! : boolean|object;
883
+ @Input() showTooltipWhenDisabled ! : boolean;
884
+ @Input() tab ! : boolean|TabConfig;
885
+ @Input() tag ! : string;
886
+ @Input() textAlign ! : 'left'|'center'|'right'|'start'|'end';
887
+ @Input() tooltipTemplate ! : (record: Model) => string;
888
+ @Input() type ! : 'list';
889
+ @Input() ui ! : string|object;
890
+ @Input() virtualize ! : boolean|number;
891
+ @Input() weight ! : number;
894
892
 
895
893
  // Configs and properties
896
- @Input() alignSelf ! : string;
897
- @Input() appendTo ! : HTMLElement|string;
898
- @Input() callOnFunctions ! : boolean;
899
- @Input() catchEventHandlerExceptions ! : boolean;
900
- @Input() cls ! : string|object;
901
- @Input() collapsibleGroups ! : boolean;
902
- @Input() column ! : number;
903
- @Input() content ! : string;
904
- @Input() dataset ! : object|Record<string, string>;
905
- @Input() disabled ! : boolean|'inert';
906
- @Input() emptyText ! : string;
907
- @Input() extraData ! : any;
908
- @Input() flex ! : number|string;
909
- @Input() height ! : number|string;
910
- @Input() hidden ! : boolean;
911
- @Input() html ! : string|((widget: Widget) => string)|DomConfig|DomConfig[]|VueConfig;
912
- @Input() id ! : string;
913
- @Input() insertBefore ! : HTMLElement|string;
914
- @Input() insertFirst ! : HTMLElement|string;
915
- @Input() items ! : object[];
916
- @Input() keyMap ! : Record<string, KeyMapConfig>;
917
- @Input() margin ! : number|string;
918
- @Input() maxHeight ! : string|number;
919
- @Input() maximizeOnMobile ! : number|string;
920
- @Input() maxWidth ! : string|number;
921
- @Input() minHeight ! : string|number;
922
- @Input() minWidth ! : string|number;
923
- @Input() multiSelect ! : boolean;
924
- @Input() readOnly ! : boolean;
925
- @Input() rtl ! : boolean;
926
- @Input() scrollable ! : Scroller|boolean|ScrollerConfig;
927
- @Input() selected ! : Model|Model[]|string|string[]|number|number[]|Collection|object[]|CollectionConfig|ModelConfig[]|CollectionConfig[];
928
- @Input() span ! : number;
929
- @Input() store ! : object|object[]|StoreConfig|Store|StoreConfig[];
930
- @Input() title ! : string;
931
- @Input() toggleAllIfCtrlPressed ! : boolean;
932
- @Input() tooltip ! : string|TooltipConfig|null;
933
- @Input() width ! : number|string;
934
- @Input() x ! : number;
935
- @Input() y ! : number;
894
+ @Input() alignSelf ! : string;
895
+ @Input() allowGroupSelect ! : boolean;
896
+ @Input() appendTo ! : HTMLElement|string;
897
+ @Input() callOnFunctions ! : boolean;
898
+ @Input() catchEventHandlerExceptions ! : boolean;
899
+ @Input() clearSelectionOnEmptySpaceClick ! : boolean;
900
+ @Input() cls ! : string|object;
901
+ @Input() collapsibleGroups ! : boolean;
902
+ @Input() column ! : number;
903
+ @Input() content ! : string;
904
+ @Input() dataset ! : object|Record<string, string>;
905
+ @Input() disabled ! : boolean|'inert';
906
+ @Input() emptyText ! : string;
907
+ @Input() extraData ! : any;
908
+ @Input() flex ! : number|string;
909
+ @Input() height ! : number|string;
910
+ @Input() hidden ! : boolean;
911
+ @Input() html ! : string|((widget: Widget) => string)|DomConfig|DomConfig[]|VueConfig;
912
+ @Input() id ! : string;
913
+ @Input() insertBefore ! : HTMLElement|string;
914
+ @Input() insertFirst ! : HTMLElement|string;
915
+ @Input() items ! : object[];
916
+ @Input() keyMap ! : Record<string, KeyMapConfig>;
917
+ @Input() margin ! : number|string;
918
+ @Input() maxHeight ! : string|number;
919
+ @Input() maximizeOnMobile ! : number|string;
920
+ @Input() maxWidth ! : string|number;
921
+ @Input() minHeight ! : string|number;
922
+ @Input() minWidth ! : string|number;
923
+ @Input() multiSelect ! : boolean;
924
+ @Input() readOnly ! : boolean;
925
+ @Input() rtl ! : boolean;
926
+ @Input() scrollable ! : Scroller|boolean|ScrollerConfig;
927
+ @Input() selected ! : Model|Model[]|string|string[]|number|number[]|Collection|object[]|CollectionConfig|ModelConfig[]|CollectionConfig[];
928
+ @Input() span ! : number;
929
+ @Input() store ! : object|object[]|StoreConfig|Store|StoreConfig[];
930
+ @Input() title ! : string;
931
+ @Input() toggleAllIfCtrlPressed ! : boolean;
932
+ @Input() tooltip ! : string|TooltipConfig|null;
933
+ @Input() width ! : number|string;
934
+ @Input() x ! : number;
935
+ @Input() y ! : number;
936
936
 
937
937
  // Properties only
938
938
  @Input() anchorSize ! : number[];