@bryntum/grid-vue-3-thin 7.3.2 → 7.3.3
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 +4 -4
- package/lib/chunks/{C87PnYXS.js → C0JvA2nJ.js} +2 -2
- package/lib/chunks/C0JvA2nJ.js.map +1 -0
- package/lib/chunks/{CWYhi4DG.js → CY1iE7DM.js} +2 -2
- package/lib/chunks/CY1iE7DM.js.map +1 -0
- package/lib/chunks/{w2GDktIt.js → Ci62kqiA.js} +2 -1
- package/lib/chunks/Ci62kqiA.js.map +1 -0
- package/lib/chunks/{Be7ZZzGW.js → DYXBLIYI.js} +9 -8
- package/lib/chunks/DYXBLIYI.js.map +1 -0
- package/lib/chunks/{C9RmZYoQ.js → DdqL-AKl.js} +2 -2
- package/lib/chunks/DdqL-AKl.js.map +1 -0
- package/lib/chunks/{Bc2x_WPR.js → DiGTPgG-.js} +2 -1
- package/lib/chunks/DiGTPgG-.js.map +1 -0
- package/lib/chunks/{CAlh-Y8B.js → DxJ_eGe0.js} +2 -2
- package/lib/chunks/DxJ_eGe0.js.map +1 -0
- package/lib/chunks/{BpNo5v3W.js → Qh0FUJz3.js} +2 -2
- package/lib/chunks/Qh0FUJz3.js.map +1 -0
- package/lib/chunks/{DZ2V6NNc.js → kePPbdOW.js} +2 -2
- package/lib/chunks/kePPbdOW.js.map +1 -0
- package/lib/chunks/{CcfDAcJD.js → rQ3-VslX.js} +2 -2
- package/lib/chunks/rQ3-VslX.js.map +1 -0
- package/lib/components/BryntumAIFilterField.js +1 -1
- package/lib/components/BryntumChecklistFilterCombo.js +1 -1
- package/lib/components/BryntumGrid.js +1 -1
- package/lib/components/BryntumGridBase.js +1 -1
- package/lib/components/BryntumGridChartDesigner.js +1 -1
- package/lib/components/BryntumGridFieldFilterPicker.js +1 -1
- package/lib/components/BryntumGridFieldFilterPickerGroup.js +1 -1
- package/lib/components/BryntumGroupBar.js +1 -1
- package/lib/components/BryntumTreeCombo.js +1 -1
- package/lib/components/BryntumTreeGrid.js +1 -1
- package/lib/index.js +10 -10
- package/license.pdf +0 -0
- package/package.json +1 -1
- package/src/components/BryntumAIFilterField.vue +6 -5
- package/src/components/BryntumAIFilterFieldProps.ts +5 -4
- package/src/components/BryntumChecklistFilterCombo.vue +6 -5
- package/src/components/BryntumChecklistFilterComboProps.ts +5 -4
- package/src/components/BryntumGrid.vue +2 -1
- package/src/components/BryntumGridBase.vue +2 -1
- package/src/components/BryntumGridBaseProps.ts +1 -1
- package/src/components/BryntumGridChartDesigner.vue +6 -5
- package/src/components/BryntumGridChartDesignerProps.ts +5 -4
- package/src/components/BryntumGridFieldFilterPicker.vue +7 -6
- package/src/components/BryntumGridFieldFilterPickerGroup.vue +7 -6
- package/src/components/BryntumGridFieldFilterPickerGroupProps.ts +6 -5
- package/src/components/BryntumGridFieldFilterPickerProps.ts +6 -5
- package/src/components/BryntumGridProps.ts +1 -1
- package/src/components/BryntumGroupBar.vue +6 -5
- package/src/components/BryntumGroupBarProps.ts +5 -4
- package/src/components/BryntumTreeCombo.vue +6 -5
- package/src/components/BryntumTreeComboProps.ts +5 -4
- package/src/components/BryntumTreeGrid.vue +2 -1
- package/src/components/BryntumTreeGridProps.ts +1 -1
- package/lib/chunks/Bc2x_WPR.js.map +0 -1
- package/lib/chunks/Be7ZZzGW.js.map +0 -1
- package/lib/chunks/BpNo5v3W.js.map +0 -1
- package/lib/chunks/C87PnYXS.js.map +0 -1
- package/lib/chunks/C9RmZYoQ.js.map +0 -1
- package/lib/chunks/CAlh-Y8B.js.map +0 -1
- package/lib/chunks/CWYhi4DG.js.map +0 -1
- package/lib/chunks/CcfDAcJD.js.map +0 -1
- package/lib/chunks/DZ2V6NNc.js.map +0 -1
- package/lib/chunks/w2GDktIt.js.map +0 -1
|
@@ -91,9 +91,10 @@ defineProps<{
|
|
|
91
91
|
catchEventHandlerExceptions ? : Boolean
|
|
92
92
|
/**
|
|
93
93
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
94
|
-
*
|
|
94
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-centered)
|
|
95
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
95
96
|
*/
|
|
96
|
-
centered ? : Boolean
|
|
97
|
+
centered ? : Boolean|object
|
|
97
98
|
/**
|
|
98
99
|
* A function (or the name of a function in the ownership hierarchy) called during field validation
|
|
99
100
|
* to perform custom validity checks. The function is called as part of the [isValid](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-isValid)
|
|
@@ -195,7 +196,7 @@ defineProps<{
|
|
|
195
196
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
196
197
|
/**
|
|
197
198
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
198
|
-
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a
|
|
199
|
+
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
|
|
199
200
|
* property which controls when a drag should start.
|
|
200
201
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-draggable)
|
|
201
202
|
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
@@ -520,7 +521,7 @@ defineProps<{
|
|
|
520
521
|
rtl ? : Boolean
|
|
521
522
|
/**
|
|
522
523
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
523
|
-
* Valid values:
|
|
524
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
524
525
|
*/
|
|
525
526
|
scrollAction ? : 'hide'|'realign'|null
|
|
526
527
|
/**
|
|
@@ -830,7 +831,6 @@ const widgetData = {
|
|
|
830
831
|
'autoComplete',
|
|
831
832
|
'autoSelect',
|
|
832
833
|
'bubbleEvents',
|
|
833
|
-
'centered',
|
|
834
834
|
'checkValidity',
|
|
835
835
|
'clearable',
|
|
836
836
|
'client',
|
|
@@ -901,6 +901,7 @@ const widgetData = {
|
|
|
901
901
|
'badge',
|
|
902
902
|
'callOnFunctions',
|
|
903
903
|
'catchEventHandlerExceptions',
|
|
904
|
+
'centered',
|
|
904
905
|
'cls',
|
|
905
906
|
'column',
|
|
906
907
|
'dataset',
|
|
@@ -76,9 +76,10 @@ export declare type BryntumAIFilterFieldProps = {
|
|
|
76
76
|
catchEventHandlerExceptions ? : Boolean
|
|
77
77
|
/**
|
|
78
78
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
79
|
-
*
|
|
79
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-centered)
|
|
80
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
80
81
|
*/
|
|
81
|
-
centered ? : Boolean
|
|
82
|
+
centered ? : Boolean|object
|
|
82
83
|
/**
|
|
83
84
|
* A function (or the name of a function in the ownership hierarchy) called during field validation
|
|
84
85
|
* to perform custom validity checks. The function is called as part of the [isValid](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-isValid)
|
|
@@ -180,7 +181,7 @@ export declare type BryntumAIFilterFieldProps = {
|
|
|
180
181
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
181
182
|
/**
|
|
182
183
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
183
|
-
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a
|
|
184
|
+
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
|
|
184
185
|
* property which controls when a drag should start.
|
|
185
186
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-draggable)
|
|
186
187
|
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
@@ -505,7 +506,7 @@ export declare type BryntumAIFilterFieldProps = {
|
|
|
505
506
|
rtl ? : Boolean
|
|
506
507
|
/**
|
|
507
508
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
508
|
-
* Valid values:
|
|
509
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
509
510
|
*/
|
|
510
511
|
scrollAction ? : 'hide'|'realign'|null
|
|
511
512
|
/**
|
|
@@ -104,9 +104,10 @@ defineProps<{
|
|
|
104
104
|
catchEventHandlerExceptions ? : Boolean
|
|
105
105
|
/**
|
|
106
106
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
107
|
-
*
|
|
107
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-centered)
|
|
108
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
108
109
|
*/
|
|
109
|
-
centered ? : Boolean
|
|
110
|
+
centered ? : Boolean|object
|
|
110
111
|
/**
|
|
111
112
|
* A function (or the name of a function in the ownership hierarchy) called during field validation
|
|
112
113
|
* to perform custom validity checks. The function is called as part of the [isValid](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-isValid)
|
|
@@ -242,7 +243,7 @@ defineProps<{
|
|
|
242
243
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
243
244
|
/**
|
|
244
245
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
245
|
-
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a
|
|
246
|
+
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
|
|
246
247
|
* property which controls when a drag should start.
|
|
247
248
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-draggable)
|
|
248
249
|
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
@@ -678,7 +679,7 @@ defineProps<{
|
|
|
678
679
|
rtl ? : Boolean
|
|
679
680
|
/**
|
|
680
681
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
681
|
-
* Valid values:
|
|
682
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
682
683
|
*/
|
|
683
684
|
scrollAction ? : 'hide'|'realign'|null
|
|
684
685
|
/**
|
|
@@ -1027,7 +1028,6 @@ const widgetData = {
|
|
|
1027
1028
|
'bubbleEvents',
|
|
1028
1029
|
'cacheLastResult',
|
|
1029
1030
|
'caseSensitive',
|
|
1030
|
-
'centered',
|
|
1031
1031
|
'checkValidity',
|
|
1032
1032
|
'chipView',
|
|
1033
1033
|
'clearable',
|
|
@@ -1124,6 +1124,7 @@ const widgetData = {
|
|
|
1124
1124
|
'badge',
|
|
1125
1125
|
'callOnFunctions',
|
|
1126
1126
|
'catchEventHandlerExceptions',
|
|
1127
|
+
'centered',
|
|
1127
1128
|
'cls',
|
|
1128
1129
|
'column',
|
|
1129
1130
|
'dataset',
|
|
@@ -89,9 +89,10 @@ export declare type BryntumChecklistFilterComboProps = {
|
|
|
89
89
|
catchEventHandlerExceptions ? : Boolean
|
|
90
90
|
/**
|
|
91
91
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
92
|
-
*
|
|
92
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-centered)
|
|
93
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
93
94
|
*/
|
|
94
|
-
centered ? : Boolean
|
|
95
|
+
centered ? : Boolean|object
|
|
95
96
|
/**
|
|
96
97
|
* A function (or the name of a function in the ownership hierarchy) called during field validation
|
|
97
98
|
* to perform custom validity checks. The function is called as part of the [isValid](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-isValid)
|
|
@@ -227,7 +228,7 @@ export declare type BryntumChecklistFilterComboProps = {
|
|
|
227
228
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
228
229
|
/**
|
|
229
230
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
230
|
-
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a
|
|
231
|
+
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
|
|
231
232
|
* property which controls when a drag should start.
|
|
232
233
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-draggable)
|
|
233
234
|
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
@@ -663,7 +664,7 @@ export declare type BryntumChecklistFilterComboProps = {
|
|
|
663
664
|
rtl ? : Boolean
|
|
664
665
|
/**
|
|
665
666
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
666
|
-
* Valid values:
|
|
667
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
667
668
|
*/
|
|
668
669
|
scrollAction ? : 'hide'|'realign'|null
|
|
669
670
|
/**
|
|
@@ -407,7 +407,7 @@ defineProps<{
|
|
|
407
407
|
*/
|
|
408
408
|
labelPosition ? : 'before'|'above'|'align-before'|'auto'|null
|
|
409
409
|
/**
|
|
410
|
-
* Sets `labelWidth
|
|
410
|
+
* Sets `labelWidth` for all children of this Container, that do not define their own `labelWidth`.
|
|
411
411
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-labelWidth)
|
|
412
412
|
*/
|
|
413
413
|
labelWidth ? : number|null
|
|
@@ -2542,6 +2542,7 @@ const widgetData = {
|
|
|
2542
2542
|
'width'
|
|
2543
2543
|
],
|
|
2544
2544
|
propertyNames : [
|
|
2545
|
+
'centered',
|
|
2545
2546
|
'originalStore',
|
|
2546
2547
|
'parent',
|
|
2547
2548
|
'selectedCell',
|
|
@@ -407,7 +407,7 @@ defineProps<{
|
|
|
407
407
|
*/
|
|
408
408
|
labelPosition ? : 'before'|'above'|'align-before'|'auto'|null
|
|
409
409
|
/**
|
|
410
|
-
* Sets `labelWidth
|
|
410
|
+
* Sets `labelWidth` for all children of this Container, that do not define their own `labelWidth`.
|
|
411
411
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-labelWidth)
|
|
412
412
|
*/
|
|
413
413
|
labelWidth ? : number|null
|
|
@@ -2539,6 +2539,7 @@ const widgetData = {
|
|
|
2539
2539
|
'width'
|
|
2540
2540
|
],
|
|
2541
2541
|
propertyNames : [
|
|
2542
|
+
'centered',
|
|
2542
2543
|
'originalStore',
|
|
2543
2544
|
'parent',
|
|
2544
2545
|
'selectedCell',
|
|
@@ -369,7 +369,7 @@ export declare type BryntumGridBaseProps = {
|
|
|
369
369
|
*/
|
|
370
370
|
labelPosition ? : 'before'|'above'|'align-before'|'auto'|null
|
|
371
371
|
/**
|
|
372
|
-
* Sets `labelWidth
|
|
372
|
+
* Sets `labelWidth` for all children of this Container, that do not define their own `labelWidth`.
|
|
373
373
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-labelWidth)
|
|
374
374
|
*/
|
|
375
375
|
labelWidth ? : number|null
|
|
@@ -78,9 +78,10 @@ defineProps<{
|
|
|
78
78
|
catchEventHandlerExceptions ? : Boolean
|
|
79
79
|
/**
|
|
80
80
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
81
|
-
*
|
|
81
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-centered)
|
|
82
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
82
83
|
*/
|
|
83
|
-
centered ? : Boolean
|
|
84
|
+
centered ? : Boolean|object
|
|
84
85
|
/**
|
|
85
86
|
* Custom CSS classes to add to element.
|
|
86
87
|
* May be specified as a space separated string, or as an object in which property names
|
|
@@ -154,7 +155,7 @@ defineProps<{
|
|
|
154
155
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
155
156
|
/**
|
|
156
157
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
157
|
-
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a
|
|
158
|
+
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
|
|
158
159
|
* property which controls when a drag should start.
|
|
159
160
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-draggable)
|
|
160
161
|
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
@@ -367,7 +368,7 @@ defineProps<{
|
|
|
367
368
|
scrollable ? : Boolean|ScrollerConfig|Scroller
|
|
368
369
|
/**
|
|
369
370
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
370
|
-
* Valid values:
|
|
371
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
371
372
|
*/
|
|
372
373
|
scrollAction ? : 'hide'|'realign'|null
|
|
373
374
|
/**
|
|
@@ -589,7 +590,6 @@ const widgetData = {
|
|
|
589
590
|
'ariaDescription',
|
|
590
591
|
'ariaLabel',
|
|
591
592
|
'bubbleEvents',
|
|
592
|
-
'centered',
|
|
593
593
|
'color',
|
|
594
594
|
'config',
|
|
595
595
|
'constrainTo',
|
|
@@ -635,6 +635,7 @@ const widgetData = {
|
|
|
635
635
|
'appendTo',
|
|
636
636
|
'callOnFunctions',
|
|
637
637
|
'catchEventHandlerExceptions',
|
|
638
|
+
'centered',
|
|
638
639
|
'cls',
|
|
639
640
|
'column',
|
|
640
641
|
'content',
|
|
@@ -63,9 +63,10 @@ export declare type BryntumGridChartDesignerProps = {
|
|
|
63
63
|
catchEventHandlerExceptions ? : Boolean
|
|
64
64
|
/**
|
|
65
65
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
66
|
-
*
|
|
66
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-centered)
|
|
67
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
67
68
|
*/
|
|
68
|
-
centered ? : Boolean
|
|
69
|
+
centered ? : Boolean|object
|
|
69
70
|
/**
|
|
70
71
|
* Custom CSS classes to add to element.
|
|
71
72
|
* May be specified as a space separated string, or as an object in which property names
|
|
@@ -139,7 +140,7 @@ export declare type BryntumGridChartDesignerProps = {
|
|
|
139
140
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
140
141
|
/**
|
|
141
142
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
142
|
-
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a
|
|
143
|
+
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
|
|
143
144
|
* property which controls when a drag should start.
|
|
144
145
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-draggable)
|
|
145
146
|
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
@@ -352,7 +353,7 @@ export declare type BryntumGridChartDesignerProps = {
|
|
|
352
353
|
scrollable ? : Boolean|ScrollerConfig|Scroller
|
|
353
354
|
/**
|
|
354
355
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
355
|
-
* Valid values:
|
|
356
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
356
357
|
*/
|
|
357
358
|
scrollAction ? : 'hide'|'realign'|null
|
|
358
359
|
/**
|
|
@@ -93,9 +93,10 @@ defineProps<{
|
|
|
93
93
|
catchEventHandlerExceptions ? : Boolean
|
|
94
94
|
/**
|
|
95
95
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
96
|
-
*
|
|
96
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-centered)
|
|
97
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
97
98
|
*/
|
|
98
|
-
centered ? : Boolean
|
|
99
|
+
centered ? : Boolean|object
|
|
99
100
|
/**
|
|
100
101
|
* Custom CSS classes to add to element.
|
|
101
102
|
* May be specified as a space separated string, or as an object in which property names
|
|
@@ -184,7 +185,7 @@ defineProps<{
|
|
|
184
185
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
185
186
|
/**
|
|
186
187
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
187
|
-
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a
|
|
188
|
+
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
|
|
188
189
|
* property which controls when a drag should start.
|
|
189
190
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-draggable)
|
|
190
191
|
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
@@ -321,7 +322,7 @@ defineProps<{
|
|
|
321
322
|
*/
|
|
322
323
|
labelPosition ? : 'before'|'above'|'align-before'|'auto'|null
|
|
323
324
|
/**
|
|
324
|
-
* Sets `labelWidth
|
|
325
|
+
* Sets `labelWidth` for all children of this Container, that do not define their own `labelWidth`.
|
|
325
326
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-labelWidth)
|
|
326
327
|
*/
|
|
327
328
|
labelWidth ? : number|null
|
|
@@ -503,7 +504,7 @@ defineProps<{
|
|
|
503
504
|
scrollable ? : Boolean|ScrollerConfig|Scroller
|
|
504
505
|
/**
|
|
505
506
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
506
|
-
* Valid values:
|
|
507
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
507
508
|
*/
|
|
508
509
|
scrollAction ? : 'hide'|'realign'|null
|
|
509
510
|
/**
|
|
@@ -783,7 +784,6 @@ const widgetData = {
|
|
|
783
784
|
'autoUpdateRecord',
|
|
784
785
|
'border',
|
|
785
786
|
'bubbleEvents',
|
|
786
|
-
'centered',
|
|
787
787
|
'color',
|
|
788
788
|
'config',
|
|
789
789
|
'constrainTo',
|
|
@@ -847,6 +847,7 @@ const widgetData = {
|
|
|
847
847
|
'appendTo',
|
|
848
848
|
'callOnFunctions',
|
|
849
849
|
'catchEventHandlerExceptions',
|
|
850
|
+
'centered',
|
|
850
851
|
'cls',
|
|
851
852
|
'column',
|
|
852
853
|
'content',
|
|
@@ -112,9 +112,10 @@ defineProps<{
|
|
|
112
112
|
catchEventHandlerExceptions ? : Boolean
|
|
113
113
|
/**
|
|
114
114
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
115
|
-
*
|
|
115
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-centered)
|
|
116
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
116
117
|
*/
|
|
117
|
-
centered ? : Boolean
|
|
118
|
+
centered ? : Boolean|object
|
|
118
119
|
/**
|
|
119
120
|
* Custom CSS classes to add to element.
|
|
120
121
|
* May be specified as a space separated string, or as an object in which property names
|
|
@@ -203,7 +204,7 @@ defineProps<{
|
|
|
203
204
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
204
205
|
/**
|
|
205
206
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
206
|
-
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a
|
|
207
|
+
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
|
|
207
208
|
* property which controls when a drag should start.
|
|
208
209
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-draggable)
|
|
209
210
|
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
@@ -336,7 +337,7 @@ defineProps<{
|
|
|
336
337
|
*/
|
|
337
338
|
labelPosition ? : 'before'|'above'|'align-before'|'auto'|null
|
|
338
339
|
/**
|
|
339
|
-
* Sets `labelWidth
|
|
340
|
+
* Sets `labelWidth` for all children of this Container, that do not define their own `labelWidth`.
|
|
340
341
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-labelWidth)
|
|
341
342
|
*/
|
|
342
343
|
labelWidth ? : number|null
|
|
@@ -513,7 +514,7 @@ defineProps<{
|
|
|
513
514
|
scrollable ? : Boolean|ScrollerConfig|Scroller
|
|
514
515
|
/**
|
|
515
516
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
516
|
-
* Valid values:
|
|
517
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
517
518
|
*/
|
|
518
519
|
scrollAction ? : 'hide'|'realign'|null
|
|
519
520
|
/**
|
|
@@ -802,7 +803,6 @@ const widgetData = {
|
|
|
802
803
|
'bubbleEvents',
|
|
803
804
|
'canDeleteFilter',
|
|
804
805
|
'canManageFilter',
|
|
805
|
-
'centered',
|
|
806
806
|
'color',
|
|
807
807
|
'config',
|
|
808
808
|
'constrainTo',
|
|
@@ -862,6 +862,7 @@ const widgetData = {
|
|
|
862
862
|
'appendTo',
|
|
863
863
|
'callOnFunctions',
|
|
864
864
|
'catchEventHandlerExceptions',
|
|
865
|
+
'centered',
|
|
865
866
|
'cls',
|
|
866
867
|
'column',
|
|
867
868
|
'content',
|
|
@@ -97,9 +97,10 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
|
|
|
97
97
|
catchEventHandlerExceptions ? : Boolean
|
|
98
98
|
/**
|
|
99
99
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
100
|
-
*
|
|
100
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-centered)
|
|
101
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
101
102
|
*/
|
|
102
|
-
centered ? : Boolean
|
|
103
|
+
centered ? : Boolean|object
|
|
103
104
|
/**
|
|
104
105
|
* Custom CSS classes to add to element.
|
|
105
106
|
* May be specified as a space separated string, or as an object in which property names
|
|
@@ -188,7 +189,7 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
|
|
|
188
189
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
189
190
|
/**
|
|
190
191
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
191
|
-
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a
|
|
192
|
+
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
|
|
192
193
|
* property which controls when a drag should start.
|
|
193
194
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-draggable)
|
|
194
195
|
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
@@ -321,7 +322,7 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
|
|
|
321
322
|
*/
|
|
322
323
|
labelPosition ? : 'before'|'above'|'align-before'|'auto'|null
|
|
323
324
|
/**
|
|
324
|
-
* Sets `labelWidth
|
|
325
|
+
* Sets `labelWidth` for all children of this Container, that do not define their own `labelWidth`.
|
|
325
326
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPickerGroup#config-labelWidth)
|
|
326
327
|
*/
|
|
327
328
|
labelWidth ? : number|null
|
|
@@ -498,7 +499,7 @@ export declare type BryntumGridFieldFilterPickerGroupProps = {
|
|
|
498
499
|
scrollable ? : Boolean|ScrollerConfig|Scroller
|
|
499
500
|
/**
|
|
500
501
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
501
|
-
* Valid values:
|
|
502
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
502
503
|
*/
|
|
503
504
|
scrollAction ? : 'hide'|'realign'|null
|
|
504
505
|
/**
|
|
@@ -78,9 +78,10 @@ export declare type BryntumGridFieldFilterPickerProps = {
|
|
|
78
78
|
catchEventHandlerExceptions ? : Boolean
|
|
79
79
|
/**
|
|
80
80
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
81
|
-
*
|
|
81
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-centered)
|
|
82
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
82
83
|
*/
|
|
83
|
-
centered ? : Boolean
|
|
84
|
+
centered ? : Boolean|object
|
|
84
85
|
/**
|
|
85
86
|
* Custom CSS classes to add to element.
|
|
86
87
|
* May be specified as a space separated string, or as an object in which property names
|
|
@@ -169,7 +170,7 @@ export declare type BryntumGridFieldFilterPickerProps = {
|
|
|
169
170
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
170
171
|
/**
|
|
171
172
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
172
|
-
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a
|
|
173
|
+
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
|
|
173
174
|
* property which controls when a drag should start.
|
|
174
175
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-draggable)
|
|
175
176
|
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
@@ -306,7 +307,7 @@ export declare type BryntumGridFieldFilterPickerProps = {
|
|
|
306
307
|
*/
|
|
307
308
|
labelPosition ? : 'before'|'above'|'align-before'|'auto'|null
|
|
308
309
|
/**
|
|
309
|
-
* Sets `labelWidth
|
|
310
|
+
* Sets `labelWidth` for all children of this Container, that do not define their own `labelWidth`.
|
|
310
311
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-labelWidth)
|
|
311
312
|
*/
|
|
312
313
|
labelWidth ? : number|null
|
|
@@ -488,7 +489,7 @@ export declare type BryntumGridFieldFilterPickerProps = {
|
|
|
488
489
|
scrollable ? : Boolean|ScrollerConfig|Scroller
|
|
489
490
|
/**
|
|
490
491
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
491
|
-
* Valid values:
|
|
492
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
492
493
|
*/
|
|
493
494
|
scrollAction ? : 'hide'|'realign'|null
|
|
494
495
|
/**
|
|
@@ -369,7 +369,7 @@ export declare type BryntumGridProps = {
|
|
|
369
369
|
*/
|
|
370
370
|
labelPosition ? : 'before'|'above'|'align-before'|'auto'|null
|
|
371
371
|
/**
|
|
372
|
-
* Sets `labelWidth
|
|
372
|
+
* Sets `labelWidth` for all children of this Container, that do not define their own `labelWidth`.
|
|
373
373
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-labelWidth)
|
|
374
374
|
*/
|
|
375
375
|
labelWidth ? : number|null
|
|
@@ -88,9 +88,10 @@ defineProps<{
|
|
|
88
88
|
catchEventHandlerExceptions ? : Boolean
|
|
89
89
|
/**
|
|
90
90
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
91
|
-
*
|
|
91
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GroupBar#config-centered)
|
|
92
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
92
93
|
*/
|
|
93
|
-
centered ? : Boolean
|
|
94
|
+
centered ? : Boolean|object
|
|
94
95
|
/**
|
|
95
96
|
* Configure as `true` to clear selection when clicking on empty space inside the List´s element.
|
|
96
97
|
*/
|
|
@@ -190,7 +191,7 @@ defineProps<{
|
|
|
190
191
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
191
192
|
/**
|
|
192
193
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
193
|
-
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a
|
|
194
|
+
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
|
|
194
195
|
* property which controls when a drag should start.
|
|
195
196
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GroupBar#config-draggable)
|
|
196
197
|
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
@@ -453,7 +454,7 @@ defineProps<{
|
|
|
453
454
|
scrollable ? : Boolean|ScrollerConfig|Scroller
|
|
454
455
|
/**
|
|
455
456
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
456
|
-
* Valid values:
|
|
457
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
457
458
|
*/
|
|
458
459
|
scrollAction ? : 'hide'|'realign'|null
|
|
459
460
|
/**
|
|
@@ -759,7 +760,6 @@ const widgetData = {
|
|
|
759
760
|
'ariaDescription',
|
|
760
761
|
'ariaLabel',
|
|
761
762
|
'bubbleEvents',
|
|
762
|
-
'centered',
|
|
763
763
|
'closable',
|
|
764
764
|
'closeHandler',
|
|
765
765
|
'color',
|
|
@@ -815,6 +815,7 @@ const widgetData = {
|
|
|
815
815
|
'appendTo',
|
|
816
816
|
'callOnFunctions',
|
|
817
817
|
'catchEventHandlerExceptions',
|
|
818
|
+
'centered',
|
|
818
819
|
'clearSelectionOnEmptySpaceClick',
|
|
819
820
|
'cls',
|
|
820
821
|
'collapsibleGroups',
|
|
@@ -73,9 +73,10 @@ export declare type BryntumGroupBarProps = {
|
|
|
73
73
|
catchEventHandlerExceptions ? : Boolean
|
|
74
74
|
/**
|
|
75
75
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
76
|
-
*
|
|
76
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GroupBar#config-centered)
|
|
77
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
77
78
|
*/
|
|
78
|
-
centered ? : Boolean
|
|
79
|
+
centered ? : Boolean|object
|
|
79
80
|
/**
|
|
80
81
|
* Configure as `true` to clear selection when clicking on empty space inside the List´s element.
|
|
81
82
|
*/
|
|
@@ -175,7 +176,7 @@ export declare type BryntumGroupBarProps = {
|
|
|
175
176
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
176
177
|
/**
|
|
177
178
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
178
|
-
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a
|
|
179
|
+
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
|
|
179
180
|
* property which controls when a drag should start.
|
|
180
181
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GroupBar#config-draggable)
|
|
181
182
|
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
@@ -438,7 +439,7 @@ export declare type BryntumGroupBarProps = {
|
|
|
438
439
|
scrollable ? : Boolean|ScrollerConfig|Scroller
|
|
439
440
|
/**
|
|
440
441
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
441
|
-
* Valid values:
|
|
442
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
442
443
|
*/
|
|
443
444
|
scrollAction ? : 'hide'|'realign'|null
|
|
444
445
|
/**
|
|
@@ -104,9 +104,10 @@ defineProps<{
|
|
|
104
104
|
catchEventHandlerExceptions ? : Boolean
|
|
105
105
|
/**
|
|
106
106
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
107
|
-
*
|
|
107
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-centered)
|
|
108
|
+
* @property {boolean} [once] If `true`, the Widget will be centred on its first show, but if it is moved at runtime, it will opt out of centering for future shows.
|
|
108
109
|
*/
|
|
109
|
-
centered ? : Boolean
|
|
110
|
+
centered ? : Boolean|object
|
|
110
111
|
/**
|
|
111
112
|
* A function (or the name of a function in the ownership hierarchy) called during field validation
|
|
112
113
|
* to perform custom validity checks. The function is called as part of the [isValid](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-isValid)
|
|
@@ -242,7 +243,7 @@ defineProps<{
|
|
|
242
243
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
243
244
|
/**
|
|
244
245
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
245
|
-
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a
|
|
246
|
+
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
|
|
246
247
|
* property which controls when a drag should start.
|
|
247
248
|
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-draggable)
|
|
248
249
|
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
@@ -677,7 +678,7 @@ defineProps<{
|
|
|
677
678
|
rtl ? : Boolean
|
|
678
679
|
/**
|
|
679
680
|
* Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
|
|
680
|
-
* Valid values:
|
|
681
|
+
* Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
|
|
681
682
|
*/
|
|
682
683
|
scrollAction ? : 'hide'|'realign'|null
|
|
683
684
|
/**
|
|
@@ -1018,7 +1019,6 @@ const widgetData = {
|
|
|
1018
1019
|
'bubbleEvents',
|
|
1019
1020
|
'cacheLastResult',
|
|
1020
1021
|
'caseSensitive',
|
|
1021
|
-
'centered',
|
|
1022
1022
|
'checkValidity',
|
|
1023
1023
|
'chipView',
|
|
1024
1024
|
'clearable',
|
|
@@ -1115,6 +1115,7 @@ const widgetData = {
|
|
|
1115
1115
|
'badge',
|
|
1116
1116
|
'callOnFunctions',
|
|
1117
1117
|
'catchEventHandlerExceptions',
|
|
1118
|
+
'centered',
|
|
1118
1119
|
'cls',
|
|
1119
1120
|
'column',
|
|
1120
1121
|
'dataset',
|