@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.
- package/README.md +12 -6
- package/bundles/bryntum-grid-angular.umd.js +1094 -302
- package/bundles/bryntum-grid-angular.umd.js.map +1 -1
- package/esm2015/lib/bryntum-a-i-filter-field.component.js +1 -1
- package/esm2015/lib/bryntum-button-group.component.js +6 -2
- package/esm2015/lib/bryntum-button.component.js +1 -1
- package/esm2015/lib/bryntum-chat-panel.component.js +6 -2
- package/esm2015/lib/bryntum-checkbox-group.component.js +6 -2
- package/esm2015/lib/bryntum-checklist-filter-combo.component.js +1 -1
- package/esm2015/lib/bryntum-chip-view.component.js +8 -8
- package/esm2015/lib/bryntum-code-editor.component.js +6 -2
- package/esm2015/lib/bryntum-combo.component.js +1 -1
- package/esm2015/lib/bryntum-container.component.js +6 -2
- package/esm2015/lib/bryntum-date-field.component.js +6 -2
- package/esm2015/lib/bryntum-date-picker.component.js +9 -5
- package/esm2015/lib/bryntum-date-range-field.component.js +1 -1
- package/esm2015/lib/bryntum-date-time-field.component.js +1 -1
- package/esm2015/lib/bryntum-demo-code-editor.component.js +6 -2
- package/esm2015/lib/bryntum-display-field.component.js +1 -1
- package/esm2015/lib/bryntum-duration-field.component.js +1 -1
- package/esm2015/lib/bryntum-editor.component.js +6 -2
- package/esm2015/lib/bryntum-field-filter-picker-group.component.js +6 -2
- package/esm2015/lib/bryntum-field-filter-picker.component.js +6 -2
- package/esm2015/lib/bryntum-field-set.component.js +6 -2
- package/esm2015/lib/bryntum-file-field.component.js +1 -1
- package/esm2015/lib/bryntum-file-picker.component.js +6 -2
- package/esm2015/lib/bryntum-filter-field.component.js +1 -1
- package/esm2015/lib/bryntum-grid-base.component.js +45 -16
- package/esm2015/lib/bryntum-grid-chart-designer.component.js +1 -1
- package/esm2015/lib/bryntum-grid-field-filter-picker-group.component.js +6 -2
- package/esm2015/lib/bryntum-grid-field-filter-picker.component.js +6 -2
- package/esm2015/lib/bryntum-grid.component.js +45 -16
- package/esm2015/lib/bryntum-group-bar.component.js +8 -8
- package/esm2015/lib/bryntum-hint.component.js +6 -2
- package/esm2015/lib/bryntum-label.component.js +1 -1
- package/esm2015/lib/bryntum-list.component.js +8 -8
- package/esm2015/lib/bryntum-menu.component.js +6 -2
- package/esm2015/lib/bryntum-month-picker.component.js +6 -2
- package/esm2015/lib/bryntum-number-field.component.js +1 -1
- package/esm2015/lib/bryntum-paging-toolbar.component.js +6 -2
- package/esm2015/lib/bryntum-panel.component.js +6 -2
- package/esm2015/lib/bryntum-password-field.component.js +1 -1
- package/esm2015/lib/bryntum-progress-bar.component.js +600 -0
- package/esm2015/lib/bryntum-radio-group.component.js +6 -2
- package/esm2015/lib/bryntum-slider.component.js +1 -1
- package/esm2015/lib/bryntum-splitter.component.js +1 -1
- package/esm2015/lib/bryntum-tab-panel.component.js +6 -2
- package/esm2015/lib/bryntum-text-area-field.component.js +1 -1
- package/esm2015/lib/bryntum-text-area-picker-field.component.js +1 -1
- package/esm2015/lib/bryntum-text-field.component.js +1 -1
- package/esm2015/lib/bryntum-time-field.component.js +6 -2
- package/esm2015/lib/bryntum-time-picker.component.js +6 -2
- package/esm2015/lib/bryntum-toolbar.component.js +6 -2
- package/esm2015/lib/bryntum-tree-combo.component.js +1 -1
- package/esm2015/lib/bryntum-tree-grid.component.js +45 -16
- package/esm2015/lib/bryntum-widget.component.js +1 -1
- package/esm2015/lib/bryntum-year-picker.component.js +6 -2
- package/esm2015/lib/grid.module.js +6 -1
- package/esm2015/public-api.js +2 -1
- package/fesm2015/bryntum-grid-angular.js +1087 -299
- package/fesm2015/bryntum-grid-angular.js.map +1 -1
- package/lib/bryntum-a-i-filter-field.component.d.ts +3 -3
- package/lib/bryntum-button-group.component.d.ts +6 -1
- package/lib/bryntum-button.component.d.ts +3 -3
- package/lib/bryntum-chat-panel.component.d.ts +9 -4
- package/lib/bryntum-checkbox-group.component.d.ts +9 -4
- package/lib/bryntum-checklist-filter-combo.component.d.ts +3 -3
- package/lib/bryntum-chip-view.component.d.ts +6 -6
- package/lib/bryntum-code-editor.component.d.ts +9 -4
- package/lib/bryntum-combo.component.d.ts +3 -3
- package/lib/bryntum-container.component.d.ts +9 -4
- package/lib/bryntum-date-field.component.d.ts +15 -5
- package/lib/bryntum-date-picker.component.d.ts +10 -5
- package/lib/bryntum-date-range-field.component.d.ts +3 -3
- package/lib/bryntum-date-time-field.component.d.ts +3 -3
- package/lib/bryntum-demo-code-editor.component.d.ts +9 -4
- package/lib/bryntum-display-field.component.d.ts +3 -3
- package/lib/bryntum-duration-field.component.d.ts +3 -3
- package/lib/bryntum-editor.component.d.ts +9 -4
- package/lib/bryntum-field-filter-picker-group.component.d.ts +9 -4
- package/lib/bryntum-field-filter-picker.component.d.ts +9 -4
- package/lib/bryntum-field-set.component.d.ts +9 -4
- package/lib/bryntum-file-field.component.d.ts +3 -3
- package/lib/bryntum-file-picker.component.d.ts +9 -4
- package/lib/bryntum-filter-field.component.d.ts +3 -3
- package/lib/bryntum-grid-base.component.d.ts +49 -18
- package/lib/bryntum-grid-chart-designer.component.d.ts +3 -3
- package/lib/bryntum-grid-field-filter-picker-group.component.d.ts +9 -4
- package/lib/bryntum-grid-field-filter-picker.component.d.ts +9 -4
- package/lib/bryntum-grid.component.d.ts +49 -18
- package/lib/bryntum-group-bar.component.d.ts +6 -6
- package/lib/bryntum-hint.component.d.ts +9 -4
- package/lib/bryntum-label.component.d.ts +3 -3
- package/lib/bryntum-list.component.d.ts +6 -6
- package/lib/bryntum-menu.component.d.ts +9 -4
- package/lib/bryntum-month-picker.component.d.ts +9 -4
- package/lib/bryntum-number-field.component.d.ts +3 -3
- package/lib/bryntum-paging-toolbar.component.d.ts +9 -4
- package/lib/bryntum-panel.component.d.ts +9 -4
- package/lib/bryntum-password-field.component.d.ts +3 -3
- package/lib/bryntum-progress-bar.component.d.ts +705 -0
- package/lib/bryntum-radio-group.component.d.ts +9 -4
- package/lib/bryntum-slider.component.d.ts +3 -3
- package/lib/bryntum-splitter.component.d.ts +3 -3
- package/lib/bryntum-tab-panel.component.d.ts +9 -4
- package/lib/bryntum-text-area-field.component.d.ts +3 -3
- package/lib/bryntum-text-area-picker-field.component.d.ts +3 -3
- package/lib/bryntum-text-field.component.d.ts +3 -3
- package/lib/bryntum-time-field.component.d.ts +13 -4
- package/lib/bryntum-time-picker.component.d.ts +9 -4
- package/lib/bryntum-toolbar.component.d.ts +9 -4
- package/lib/bryntum-tree-combo.component.d.ts +3 -3
- package/lib/bryntum-tree-grid.component.d.ts +49 -18
- package/lib/bryntum-widget.component.d.ts +3 -3
- package/lib/bryntum-year-picker.component.d.ts +9 -4
- package/lib/grid.module.d.ts +18 -17
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/src/lib/bryntum-a-i-filter-field.component.ts +3 -3
- package/src/lib/bryntum-button-group.component.ts +7 -0
- package/src/lib/bryntum-button.component.ts +3 -3
- package/src/lib/bryntum-chat-panel.component.ts +10 -3
- package/src/lib/bryntum-checkbox-group.component.ts +10 -3
- package/src/lib/bryntum-checklist-filter-combo.component.ts +3 -3
- package/src/lib/bryntum-chip-view.component.ts +102 -102
- package/src/lib/bryntum-code-editor.component.ts +10 -3
- package/src/lib/bryntum-combo.component.ts +3 -3
- package/src/lib/bryntum-container.component.ts +10 -3
- package/src/lib/bryntum-date-field.component.ts +16 -4
- package/src/lib/bryntum-date-picker.component.ts +12 -5
- package/src/lib/bryntum-date-range-field.component.ts +3 -3
- package/src/lib/bryntum-date-time-field.component.ts +3 -3
- package/src/lib/bryntum-demo-code-editor.component.ts +10 -3
- package/src/lib/bryntum-display-field.component.ts +3 -3
- package/src/lib/bryntum-duration-field.component.ts +3 -3
- package/src/lib/bryntum-editor.component.ts +10 -3
- package/src/lib/bryntum-field-filter-picker-group.component.ts +10 -3
- package/src/lib/bryntum-field-filter-picker.component.ts +10 -3
- package/src/lib/bryntum-field-set.component.ts +10 -3
- package/src/lib/bryntum-file-field.component.ts +3 -3
- package/src/lib/bryntum-file-picker.component.ts +10 -3
- package/src/lib/bryntum-filter-field.component.ts +3 -3
- package/src/lib/bryntum-grid-base.component.ts +61 -25
- package/src/lib/bryntum-grid-chart-designer.component.ts +3 -3
- package/src/lib/bryntum-grid-field-filter-picker-group.component.ts +10 -3
- package/src/lib/bryntum-grid-field-filter-picker.component.ts +10 -3
- package/src/lib/bryntum-grid.component.ts +61 -25
- package/src/lib/bryntum-group-bar.component.ts +102 -102
- package/src/lib/bryntum-hint.component.ts +10 -3
- package/src/lib/bryntum-label.component.ts +3 -3
- package/src/lib/bryntum-list.component.ts +99 -99
- package/src/lib/bryntum-menu.component.ts +10 -3
- package/src/lib/bryntum-month-picker.component.ts +10 -3
- package/src/lib/bryntum-number-field.component.ts +3 -3
- package/src/lib/bryntum-paging-toolbar.component.ts +10 -3
- package/src/lib/bryntum-panel.component.ts +10 -3
- package/src/lib/bryntum-password-field.component.ts +3 -3
- package/src/lib/bryntum-progress-bar.component.ts +1019 -0
- package/src/lib/bryntum-radio-group.component.ts +10 -3
- package/src/lib/bryntum-slider.component.ts +3 -3
- package/src/lib/bryntum-splitter.component.ts +3 -3
- package/src/lib/bryntum-tab-panel.component.ts +10 -3
- package/src/lib/bryntum-text-area-field.component.ts +3 -3
- package/src/lib/bryntum-text-area-picker-field.component.ts +3 -3
- package/src/lib/bryntum-text-field.component.ts +3 -3
- package/src/lib/bryntum-time-field.component.ts +14 -3
- package/src/lib/bryntum-time-picker.component.ts +10 -3
- package/src/lib/bryntum-toolbar.component.ts +10 -3
- package/src/lib/bryntum-tree-combo.component.ts +3 -3
- package/src/lib/bryntum-tree-grid.component.ts +61 -25
- package/src/lib/bryntum-widget.component.ts +3 -3
- package/src/lib/bryntum-year-picker.component.ts +10 -3
- package/src/lib/grid.module.ts +3 -0
- 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 ? :
|
|
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
|
|
857
|
-
@Input() adopt
|
|
858
|
-
@Input() align
|
|
859
|
-
@Input()
|
|
860
|
-
@Input()
|
|
861
|
-
@Input()
|
|
862
|
-
@Input()
|
|
863
|
-
@Input()
|
|
864
|
-
@Input()
|
|
865
|
-
@Input()
|
|
866
|
-
@Input()
|
|
867
|
-
@Input()
|
|
868
|
-
@Input()
|
|
869
|
-
@Input()
|
|
870
|
-
@Input()
|
|
871
|
-
@Input()
|
|
872
|
-
@Input()
|
|
873
|
-
@Input()
|
|
874
|
-
@Input()
|
|
875
|
-
@Input()
|
|
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
|
|
881
|
-
@Input() floating
|
|
882
|
-
@Input() getItemCls
|
|
883
|
-
@Input() getItemStyle
|
|
884
|
-
@Input() groupHeaderTpl
|
|
885
|
-
@Input() hideAnimation
|
|
886
|
-
@Input() htmlCls
|
|
887
|
-
@Input() iconTpl
|
|
888
|
-
@Input() ignoreParentReadOnly
|
|
889
|
-
@Input() isSelectable
|
|
890
|
-
@Input() itemTpl
|
|
891
|
-
@Input() listeners
|
|
892
|
-
@Input() localeClass
|
|
893
|
-
@Input() localizable
|
|
894
|
-
@Input() localizableProperties
|
|
895
|
-
@Input() maskDefaults
|
|
896
|
-
@Input() masked
|
|
897
|
-
@Input() monitorResize
|
|
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
|
|
901
|
-
@Input() positioned
|
|
902
|
-
@Input() preventTooltipOnTouch
|
|
903
|
-
@Input() relayStoreEvents
|
|
904
|
-
@Input() ripple
|
|
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
|
|
911
|
-
@Input() scrollAction
|
|
912
|
-
@Input() selectAllItem
|
|
913
|
-
@Input() showAnimation
|
|
914
|
-
@Input() showTooltipWhenDisabled
|
|
915
|
-
@Input() tab
|
|
916
|
-
@Input() tag
|
|
917
|
-
@Input() textAlign
|
|
918
|
-
@Input() tooltipTemplate
|
|
919
|
-
@Input() type
|
|
920
|
-
@Input() ui
|
|
921
|
-
@Input() virtualize
|
|
922
|
-
@Input() weight
|
|
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
|
|
926
|
-
@Input()
|
|
927
|
-
@Input()
|
|
928
|
-
@Input()
|
|
929
|
-
@Input()
|
|
930
|
-
@Input()
|
|
931
|
-
@Input()
|
|
932
|
-
@Input()
|
|
933
|
-
@Input()
|
|
934
|
-
@Input()
|
|
935
|
-
@Input()
|
|
936
|
-
@Input()
|
|
937
|
-
@Input()
|
|
938
|
-
@Input()
|
|
939
|
-
@Input()
|
|
940
|
-
@Input()
|
|
941
|
-
@Input()
|
|
942
|
-
@Input()
|
|
943
|
-
@Input()
|
|
944
|
-
@Input()
|
|
945
|
-
@Input()
|
|
946
|
-
@Input()
|
|
947
|
-
@Input()
|
|
948
|
-
@Input()
|
|
949
|
-
@Input()
|
|
950
|
-
@Input()
|
|
951
|
-
@Input()
|
|
952
|
-
@Input()
|
|
953
|
-
@Input()
|
|
954
|
-
@Input()
|
|
955
|
-
@Input()
|
|
956
|
-
@Input()
|
|
957
|
-
@Input()
|
|
958
|
-
@Input()
|
|
959
|
-
@Input()
|
|
960
|
-
@Input()
|
|
961
|
-
@Input()
|
|
962
|
-
@Input()
|
|
963
|
-
@Input()
|
|
964
|
-
@Input()
|
|
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 ? :
|
|
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 ! :
|
|
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 ? :
|
|
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 ! :
|
|
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 ? :
|
|
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
|
|
831
|
-
@Input() adopt
|
|
832
|
-
@Input() align
|
|
833
|
-
@Input()
|
|
834
|
-
@Input()
|
|
835
|
-
@Input()
|
|
836
|
-
@Input()
|
|
837
|
-
@Input()
|
|
838
|
-
@Input()
|
|
839
|
-
@Input()
|
|
840
|
-
@Input()
|
|
841
|
-
@Input()
|
|
842
|
-
@Input()
|
|
843
|
-
@Input()
|
|
844
|
-
@Input()
|
|
845
|
-
@Input()
|
|
846
|
-
@Input()
|
|
847
|
-
@Input()
|
|
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
|
|
853
|
-
@Input() floating
|
|
854
|
-
@Input() getItemCls
|
|
855
|
-
@Input() getItemStyle
|
|
856
|
-
@Input() groupHeaderTpl
|
|
857
|
-
@Input() hideAnimation
|
|
858
|
-
@Input() htmlCls
|
|
859
|
-
@Input() ignoreParentReadOnly
|
|
860
|
-
@Input() isSelectable
|
|
861
|
-
@Input() itemTpl
|
|
862
|
-
@Input() listeners
|
|
863
|
-
@Input() localeClass
|
|
864
|
-
@Input() localizable
|
|
865
|
-
@Input() localizableProperties
|
|
866
|
-
@Input() maskDefaults
|
|
867
|
-
@Input() masked
|
|
868
|
-
@Input() monitorResize
|
|
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
|
|
872
|
-
@Input() positioned
|
|
873
|
-
@Input() preventTooltipOnTouch
|
|
874
|
-
@Input() relayStoreEvents
|
|
875
|
-
@Input() ripple
|
|
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
|
|
882
|
-
@Input() scrollAction
|
|
883
|
-
@Input() selectAllItem
|
|
884
|
-
@Input() showAnimation
|
|
885
|
-
@Input() showTooltipWhenDisabled
|
|
886
|
-
@Input() tab
|
|
887
|
-
@Input() tag
|
|
888
|
-
@Input() textAlign
|
|
889
|
-
@Input() tooltipTemplate
|
|
890
|
-
@Input() type
|
|
891
|
-
@Input() ui
|
|
892
|
-
@Input() virtualize
|
|
893
|
-
@Input() weight
|
|
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
|
|
897
|
-
@Input()
|
|
898
|
-
@Input()
|
|
899
|
-
@Input()
|
|
900
|
-
@Input()
|
|
901
|
-
@Input()
|
|
902
|
-
@Input()
|
|
903
|
-
@Input()
|
|
904
|
-
@Input()
|
|
905
|
-
@Input()
|
|
906
|
-
@Input()
|
|
907
|
-
@Input()
|
|
908
|
-
@Input()
|
|
909
|
-
@Input()
|
|
910
|
-
@Input()
|
|
911
|
-
@Input()
|
|
912
|
-
@Input()
|
|
913
|
-
@Input()
|
|
914
|
-
@Input()
|
|
915
|
-
@Input()
|
|
916
|
-
@Input()
|
|
917
|
-
@Input()
|
|
918
|
-
@Input()
|
|
919
|
-
@Input()
|
|
920
|
-
@Input()
|
|
921
|
-
@Input()
|
|
922
|
-
@Input()
|
|
923
|
-
@Input()
|
|
924
|
-
@Input()
|
|
925
|
-
@Input()
|
|
926
|
-
@Input()
|
|
927
|
-
@Input()
|
|
928
|
-
@Input()
|
|
929
|
-
@Input()
|
|
930
|
-
@Input()
|
|
931
|
-
@Input()
|
|
932
|
-
@Input()
|
|
933
|
-
@Input()
|
|
934
|
-
@Input()
|
|
935
|
-
@Input()
|
|
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[];
|