@bryntum/grid-vue-3-thin 7.3.1 → 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.
Files changed (64) hide show
  1. package/README.md +4 -4
  2. package/lib/chunks/{C87PnYXS.js → C0JvA2nJ.js} +2 -2
  3. package/lib/chunks/C0JvA2nJ.js.map +1 -0
  4. package/lib/chunks/{CWYhi4DG.js → CY1iE7DM.js} +2 -2
  5. package/lib/chunks/CY1iE7DM.js.map +1 -0
  6. package/lib/chunks/{w2GDktIt.js → Ci62kqiA.js} +2 -1
  7. package/lib/chunks/Ci62kqiA.js.map +1 -0
  8. package/lib/chunks/{Be7ZZzGW.js → DYXBLIYI.js} +9 -8
  9. package/lib/chunks/DYXBLIYI.js.map +1 -0
  10. package/lib/chunks/{C9RmZYoQ.js → DdqL-AKl.js} +2 -2
  11. package/lib/chunks/DdqL-AKl.js.map +1 -0
  12. package/lib/chunks/{Bc2x_WPR.js → DiGTPgG-.js} +2 -1
  13. package/lib/chunks/DiGTPgG-.js.map +1 -0
  14. package/lib/chunks/{CAlh-Y8B.js → DxJ_eGe0.js} +2 -2
  15. package/lib/chunks/DxJ_eGe0.js.map +1 -0
  16. package/lib/chunks/{BpNo5v3W.js → Qh0FUJz3.js} +2 -2
  17. package/lib/chunks/Qh0FUJz3.js.map +1 -0
  18. package/lib/chunks/{DZ2V6NNc.js → kePPbdOW.js} +2 -2
  19. package/lib/chunks/kePPbdOW.js.map +1 -0
  20. package/lib/chunks/{CcfDAcJD.js → rQ3-VslX.js} +2 -2
  21. package/lib/chunks/rQ3-VslX.js.map +1 -0
  22. package/lib/components/BryntumAIFilterField.js +1 -1
  23. package/lib/components/BryntumChecklistFilterCombo.js +1 -1
  24. package/lib/components/BryntumGrid.js +1 -1
  25. package/lib/components/BryntumGridBase.js +1 -1
  26. package/lib/components/BryntumGridChartDesigner.js +1 -1
  27. package/lib/components/BryntumGridFieldFilterPicker.js +1 -1
  28. package/lib/components/BryntumGridFieldFilterPickerGroup.js +1 -1
  29. package/lib/components/BryntumGroupBar.js +1 -1
  30. package/lib/components/BryntumTreeCombo.js +1 -1
  31. package/lib/components/BryntumTreeGrid.js +1 -1
  32. package/lib/index.js +10 -10
  33. package/license.pdf +0 -0
  34. package/package.json +1 -1
  35. package/src/components/BryntumAIFilterField.vue +12 -5
  36. package/src/components/BryntumAIFilterFieldProps.ts +11 -4
  37. package/src/components/BryntumChecklistFilterCombo.vue +12 -5
  38. package/src/components/BryntumChecklistFilterComboProps.ts +11 -4
  39. package/src/components/BryntumGrid.vue +8 -1
  40. package/src/components/BryntumGridBase.vue +8 -1
  41. package/src/components/BryntumGridBaseProps.ts +7 -1
  42. package/src/components/BryntumGridChartDesigner.vue +12 -5
  43. package/src/components/BryntumGridChartDesignerProps.ts +11 -4
  44. package/src/components/BryntumGridFieldFilterPicker.vue +13 -6
  45. package/src/components/BryntumGridFieldFilterPickerGroup.vue +13 -6
  46. package/src/components/BryntumGridFieldFilterPickerGroupProps.ts +12 -5
  47. package/src/components/BryntumGridFieldFilterPickerProps.ts +12 -5
  48. package/src/components/BryntumGridProps.ts +7 -1
  49. package/src/components/BryntumGroupBar.vue +15 -6
  50. package/src/components/BryntumGroupBarProps.ts +14 -5
  51. package/src/components/BryntumTreeCombo.vue +12 -5
  52. package/src/components/BryntumTreeComboProps.ts +11 -4
  53. package/src/components/BryntumTreeGrid.vue +8 -1
  54. package/src/components/BryntumTreeGridProps.ts +7 -1
  55. package/lib/chunks/Bc2x_WPR.js.map +0 -1
  56. package/lib/chunks/Be7ZZzGW.js.map +0 -1
  57. package/lib/chunks/BpNo5v3W.js.map +0 -1
  58. package/lib/chunks/C87PnYXS.js.map +0 -1
  59. package/lib/chunks/C9RmZYoQ.js.map +0 -1
  60. package/lib/chunks/CAlh-Y8B.js.map +0 -1
  61. package/lib/chunks/CWYhi4DG.js.map +0 -1
  62. package/lib/chunks/CcfDAcJD.js.map +0 -1
  63. package/lib/chunks/DZ2V6NNc.js.map +0 -1
  64. package/lib/chunks/w2GDktIt.js.map +0 -1
@@ -43,6 +43,8 @@ defineProps<{
43
43
  /**
44
44
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
45
45
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element).
46
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
47
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-appendTo)
46
48
  */
47
49
  appendTo ? : HTMLElement|string
48
50
  /**
@@ -89,9 +91,10 @@ defineProps<{
89
91
  catchEventHandlerExceptions ? : Boolean
90
92
  /**
91
93
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
92
- * Set to `true` to centre the Widget in browser viewport space.
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.
93
96
  */
94
- centered ? : Boolean
97
+ centered ? : Boolean|object
95
98
  /**
96
99
  * A function (or the name of a function in the ownership hierarchy) called during field validation
97
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)
@@ -193,7 +196,7 @@ defineProps<{
193
196
  dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
194
197
  /**
195
198
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
196
- * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
199
+ * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
197
200
  * property which controls when a drag should start.
198
201
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-draggable)
199
202
  * @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
@@ -309,10 +312,14 @@ defineProps<{
309
312
  inputWidth ? : string|number
310
313
  /**
311
314
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
315
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
316
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-insertBefore)
312
317
  */
313
318
  insertBefore ? : HTMLElement|string
314
319
  /**
315
320
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
321
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
322
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-insertFirst)
316
323
  */
317
324
  insertFirst ? : HTMLElement|string
318
325
  /**
@@ -514,7 +521,7 @@ defineProps<{
514
521
  rtl ? : Boolean
515
522
  /**
516
523
  * Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
517
- * Valid values: ´null´: do nothing, ´hide´: hide the widget or ´realign´: realign to the target if possible.
524
+ * Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
518
525
  */
519
526
  scrollAction ? : 'hide'|'realign'|null
520
527
  /**
@@ -824,7 +831,6 @@ const widgetData = {
824
831
  'autoComplete',
825
832
  'autoSelect',
826
833
  'bubbleEvents',
827
- 'centered',
828
834
  'checkValidity',
829
835
  'clearable',
830
836
  'client',
@@ -895,6 +901,7 @@ const widgetData = {
895
901
  'badge',
896
902
  'callOnFunctions',
897
903
  'catchEventHandlerExceptions',
904
+ 'centered',
898
905
  'cls',
899
906
  'column',
900
907
  'dataset',
@@ -28,6 +28,8 @@ export declare type BryntumAIFilterFieldProps = {
28
28
  /**
29
29
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
30
30
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element).
31
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
32
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-appendTo)
31
33
  */
32
34
  appendTo ? : HTMLElement|string
33
35
  /**
@@ -74,9 +76,10 @@ export declare type BryntumAIFilterFieldProps = {
74
76
  catchEventHandlerExceptions ? : Boolean
75
77
  /**
76
78
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
77
- * Set to `true` to centre the Widget in browser viewport space.
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.
78
81
  */
79
- centered ? : Boolean
82
+ centered ? : Boolean|object
80
83
  /**
81
84
  * A function (or the name of a function in the ownership hierarchy) called during field validation
82
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)
@@ -178,7 +181,7 @@ export declare type BryntumAIFilterFieldProps = {
178
181
  dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
179
182
  /**
180
183
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
181
- * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
184
+ * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
182
185
  * property which controls when a drag should start.
183
186
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-draggable)
184
187
  * @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
@@ -294,10 +297,14 @@ export declare type BryntumAIFilterFieldProps = {
294
297
  inputWidth ? : string|number
295
298
  /**
296
299
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
300
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
301
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-insertBefore)
297
302
  */
298
303
  insertBefore ? : HTMLElement|string
299
304
  /**
300
305
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
306
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
307
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-insertFirst)
301
308
  */
302
309
  insertFirst ? : HTMLElement|string
303
310
  /**
@@ -499,7 +506,7 @@ export declare type BryntumAIFilterFieldProps = {
499
506
  rtl ? : Boolean
500
507
  /**
501
508
  * Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
502
- * Valid values: ´null´: do nothing, ´hide´: hide the widget or ´realign´: realign to the target if possible.
509
+ * Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
503
510
  */
504
511
  scrollAction ? : 'hide'|'realign'|null
505
512
  /**
@@ -43,6 +43,8 @@ defineProps<{
43
43
  /**
44
44
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
45
45
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element).
46
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
47
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-appendTo)
46
48
  */
47
49
  appendTo ? : HTMLElement|string
48
50
  /**
@@ -102,9 +104,10 @@ defineProps<{
102
104
  catchEventHandlerExceptions ? : Boolean
103
105
  /**
104
106
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
105
- * Set to `true` to centre the Widget in browser viewport space.
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.
106
109
  */
107
- centered ? : Boolean
110
+ centered ? : Boolean|object
108
111
  /**
109
112
  * A function (or the name of a function in the ownership hierarchy) called during field validation
110
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)
@@ -240,7 +243,7 @@ defineProps<{
240
243
  dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
241
244
  /**
242
245
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
243
- * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
246
+ * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
244
247
  * property which controls when a drag should start.
245
248
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-draggable)
246
249
  * @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
@@ -407,10 +410,14 @@ defineProps<{
407
410
  inputWidth ? : string|number
408
411
  /**
409
412
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
413
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
414
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-insertBefore)
410
415
  */
411
416
  insertBefore ? : HTMLElement|string
412
417
  /**
413
418
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
419
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
420
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-insertFirst)
414
421
  */
415
422
  insertFirst ? : HTMLElement|string
416
423
  /**
@@ -672,7 +679,7 @@ defineProps<{
672
679
  rtl ? : Boolean
673
680
  /**
674
681
  * Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
675
- * Valid values: ´null´: do nothing, ´hide´: hide the widget or ´realign´: realign to the target if possible.
682
+ * Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
676
683
  */
677
684
  scrollAction ? : 'hide'|'realign'|null
678
685
  /**
@@ -1021,7 +1028,6 @@ const widgetData = {
1021
1028
  'bubbleEvents',
1022
1029
  'cacheLastResult',
1023
1030
  'caseSensitive',
1024
- 'centered',
1025
1031
  'checkValidity',
1026
1032
  'chipView',
1027
1033
  'clearable',
@@ -1118,6 +1124,7 @@ const widgetData = {
1118
1124
  'badge',
1119
1125
  'callOnFunctions',
1120
1126
  'catchEventHandlerExceptions',
1127
+ 'centered',
1121
1128
  'cls',
1122
1129
  'column',
1123
1130
  'dataset',
@@ -28,6 +28,8 @@ export declare type BryntumChecklistFilterComboProps = {
28
28
  /**
29
29
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
30
30
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element).
31
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
32
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-appendTo)
31
33
  */
32
34
  appendTo ? : HTMLElement|string
33
35
  /**
@@ -87,9 +89,10 @@ export declare type BryntumChecklistFilterComboProps = {
87
89
  catchEventHandlerExceptions ? : Boolean
88
90
  /**
89
91
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
90
- * Set to `true` to centre the Widget in browser viewport space.
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.
91
94
  */
92
- centered ? : Boolean
95
+ centered ? : Boolean|object
93
96
  /**
94
97
  * A function (or the name of a function in the ownership hierarchy) called during field validation
95
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)
@@ -225,7 +228,7 @@ export declare type BryntumChecklistFilterComboProps = {
225
228
  dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
226
229
  /**
227
230
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
228
- * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
231
+ * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
229
232
  * property which controls when a drag should start.
230
233
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-draggable)
231
234
  * @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
@@ -392,10 +395,14 @@ export declare type BryntumChecklistFilterComboProps = {
392
395
  inputWidth ? : string|number
393
396
  /**
394
397
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
398
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
399
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-insertBefore)
395
400
  */
396
401
  insertBefore ? : HTMLElement|string
397
402
  /**
398
403
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
404
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
405
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-insertFirst)
399
406
  */
400
407
  insertFirst ? : HTMLElement|string
401
408
  /**
@@ -657,7 +664,7 @@ export declare type BryntumChecklistFilterComboProps = {
657
664
  rtl ? : Boolean
658
665
  /**
659
666
  * Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
660
- * Valid values: ´null´: do nothing, ´hide´: hide the widget or ´realign´: realign to the target if possible.
667
+ * Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
661
668
  */
662
669
  scrollAction ? : 'hide'|'realign'|null
663
670
  /**
@@ -74,6 +74,8 @@ defineProps<{
74
74
  /**
75
75
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
76
76
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element).
77
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
78
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-appendTo)
77
79
  */
78
80
  appendTo ? : HTMLElement|string
79
81
  /**
@@ -385,10 +387,14 @@ defineProps<{
385
387
  inputFieldAlign ? : 'start'|'end'
386
388
  /**
387
389
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
390
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
391
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-insertBefore)
388
392
  */
389
393
  insertBefore ? : HTMLElement|string
390
394
  /**
391
395
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
396
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
397
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-insertFirst)
392
398
  */
393
399
  insertFirst ? : HTMLElement|string
394
400
  /**
@@ -401,7 +407,7 @@ defineProps<{
401
407
  */
402
408
  labelPosition ? : 'before'|'above'|'align-before'|'auto'|null
403
409
  /**
404
- * Sets `labelWidth´ for all children of this Container, that does not define their own `labelWidth`.
410
+ * Sets `labelWidth` for all children of this Container, that do not define their own `labelWidth`.
405
411
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-labelWidth)
406
412
  */
407
413
  labelWidth ? : number|null
@@ -2536,6 +2542,7 @@ const widgetData = {
2536
2542
  'width'
2537
2543
  ],
2538
2544
  propertyNames : [
2545
+ 'centered',
2539
2546
  'originalStore',
2540
2547
  'parent',
2541
2548
  'selectedCell',
@@ -74,6 +74,8 @@ defineProps<{
74
74
  /**
75
75
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
76
76
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element).
77
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
78
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-appendTo)
77
79
  */
78
80
  appendTo ? : HTMLElement|string
79
81
  /**
@@ -385,10 +387,14 @@ defineProps<{
385
387
  inputFieldAlign ? : 'start'|'end'
386
388
  /**
387
389
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
390
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
391
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-insertBefore)
388
392
  */
389
393
  insertBefore ? : HTMLElement|string
390
394
  /**
391
395
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
396
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
397
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-insertFirst)
392
398
  */
393
399
  insertFirst ? : HTMLElement|string
394
400
  /**
@@ -401,7 +407,7 @@ defineProps<{
401
407
  */
402
408
  labelPosition ? : 'before'|'above'|'align-before'|'auto'|null
403
409
  /**
404
- * Sets `labelWidth´ for all children of this Container, that does not define their own `labelWidth`.
410
+ * Sets `labelWidth` for all children of this Container, that do not define their own `labelWidth`.
405
411
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-labelWidth)
406
412
  */
407
413
  labelWidth ? : number|null
@@ -2533,6 +2539,7 @@ const widgetData = {
2533
2539
  'width'
2534
2540
  ],
2535
2541
  propertyNames : [
2542
+ 'centered',
2536
2543
  'originalStore',
2537
2544
  'parent',
2538
2545
  'selectedCell',
@@ -36,6 +36,8 @@ export declare type BryntumGridBaseProps = {
36
36
  /**
37
37
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
38
38
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element).
39
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
40
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-appendTo)
39
41
  */
40
42
  appendTo ? : HTMLElement|string
41
43
  /**
@@ -347,10 +349,14 @@ export declare type BryntumGridBaseProps = {
347
349
  inputFieldAlign ? : 'start'|'end'
348
350
  /**
349
351
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
352
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
353
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-insertBefore)
350
354
  */
351
355
  insertBefore ? : HTMLElement|string
352
356
  /**
353
357
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
358
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
359
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-insertFirst)
354
360
  */
355
361
  insertFirst ? : HTMLElement|string
356
362
  /**
@@ -363,7 +369,7 @@ export declare type BryntumGridBaseProps = {
363
369
  */
364
370
  labelPosition ? : 'before'|'above'|'align-before'|'auto'|null
365
371
  /**
366
- * Sets `labelWidth´ for all children of this Container, that does not define their own `labelWidth`.
372
+ * Sets `labelWidth` for all children of this Container, that do not define their own `labelWidth`.
367
373
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-labelWidth)
368
374
  */
369
375
  labelWidth ? : number|null
@@ -43,6 +43,8 @@ defineProps<{
43
43
  /**
44
44
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
45
45
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element).
46
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
47
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-appendTo)
46
48
  */
47
49
  appendTo ? : HTMLElement|string
48
50
  /**
@@ -76,9 +78,10 @@ defineProps<{
76
78
  catchEventHandlerExceptions ? : Boolean
77
79
  /**
78
80
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
79
- * Set to `true` to centre the Widget in browser viewport space.
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.
80
83
  */
81
- centered ? : Boolean
84
+ centered ? : Boolean|object
82
85
  /**
83
86
  * Custom CSS classes to add to element.
84
87
  * May be specified as a space separated string, or as an object in which property names
@@ -152,7 +155,7 @@ defineProps<{
152
155
  dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
153
156
  /**
154
157
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
155
- * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
158
+ * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
156
159
  * property which controls when a drag should start.
157
160
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-draggable)
158
161
  * @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
@@ -220,10 +223,14 @@ defineProps<{
220
223
  ignoreParentReadOnly ? : Boolean
221
224
  /**
222
225
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
226
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
227
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-insertBefore)
223
228
  */
224
229
  insertBefore ? : HTMLElement|string
225
230
  /**
226
231
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
232
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
233
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-insertFirst)
227
234
  */
228
235
  insertFirst ? : HTMLElement|string
229
236
  /**
@@ -361,7 +368,7 @@ defineProps<{
361
368
  scrollable ? : Boolean|ScrollerConfig|Scroller
362
369
  /**
363
370
  * Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
364
- * Valid values: ´null´: do nothing, ´hide´: hide the widget or ´realign´: realign to the target if possible.
371
+ * Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
365
372
  */
366
373
  scrollAction ? : 'hide'|'realign'|null
367
374
  /**
@@ -583,7 +590,6 @@ const widgetData = {
583
590
  'ariaDescription',
584
591
  'ariaLabel',
585
592
  'bubbleEvents',
586
- 'centered',
587
593
  'color',
588
594
  'config',
589
595
  'constrainTo',
@@ -629,6 +635,7 @@ const widgetData = {
629
635
  'appendTo',
630
636
  'callOnFunctions',
631
637
  'catchEventHandlerExceptions',
638
+ 'centered',
632
639
  'cls',
633
640
  'column',
634
641
  'content',
@@ -28,6 +28,8 @@ export declare type BryntumGridChartDesignerProps = {
28
28
  /**
29
29
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
30
30
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element).
31
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
32
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-appendTo)
31
33
  */
32
34
  appendTo ? : HTMLElement|string
33
35
  /**
@@ -61,9 +63,10 @@ export declare type BryntumGridChartDesignerProps = {
61
63
  catchEventHandlerExceptions ? : Boolean
62
64
  /**
63
65
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
64
- * Set to `true` to centre the Widget in browser viewport space.
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.
65
68
  */
66
- centered ? : Boolean
69
+ centered ? : Boolean|object
67
70
  /**
68
71
  * Custom CSS classes to add to element.
69
72
  * May be specified as a space separated string, or as an object in which property names
@@ -137,7 +140,7 @@ export declare type BryntumGridChartDesignerProps = {
137
140
  dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
138
141
  /**
139
142
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
140
- * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
143
+ * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
141
144
  * property which controls when a drag should start.
142
145
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-draggable)
143
146
  * @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
@@ -205,10 +208,14 @@ export declare type BryntumGridChartDesignerProps = {
205
208
  ignoreParentReadOnly ? : Boolean
206
209
  /**
207
210
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
211
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
212
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-insertBefore)
208
213
  */
209
214
  insertBefore ? : HTMLElement|string
210
215
  /**
211
216
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
217
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
218
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridChartDesigner#config-insertFirst)
212
219
  */
213
220
  insertFirst ? : HTMLElement|string
214
221
  /**
@@ -346,7 +353,7 @@ export declare type BryntumGridChartDesignerProps = {
346
353
  scrollable ? : Boolean|ScrollerConfig|Scroller
347
354
  /**
348
355
  * Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
349
- * Valid values: ´null´: do nothing, ´hide´: hide the widget or ´realign´: realign to the target if possible.
356
+ * Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
350
357
  */
351
358
  scrollAction ? : 'hide'|'realign'|null
352
359
  /**
@@ -50,6 +50,8 @@ defineProps<{
50
50
  /**
51
51
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
52
52
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element).
53
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
54
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-appendTo)
53
55
  */
54
56
  appendTo ? : HTMLElement|string
55
57
  /**
@@ -91,9 +93,10 @@ defineProps<{
91
93
  catchEventHandlerExceptions ? : Boolean
92
94
  /**
93
95
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
94
- * Set to `true` to centre the Widget in browser viewport space.
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.
95
98
  */
96
- centered ? : Boolean
99
+ centered ? : Boolean|object
97
100
  /**
98
101
  * Custom CSS classes to add to element.
99
102
  * May be specified as a space separated string, or as an object in which property names
@@ -182,7 +185,7 @@ defineProps<{
182
185
  dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
183
186
  /**
184
187
  * *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
185
- * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
188
+ * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a `handleSelector`
186
189
  * property which controls when a drag should start.
187
190
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-draggable)
188
191
  * @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
@@ -286,10 +289,14 @@ defineProps<{
286
289
  inputFieldAlign ? : 'start'|'end'
287
290
  /**
288
291
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
292
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
293
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-insertBefore)
289
294
  */
290
295
  insertBefore ? : HTMLElement|string
291
296
  /**
292
297
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
298
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
299
+ * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-insertFirst)
293
300
  */
294
301
  insertFirst ? : HTMLElement|string
295
302
  /**
@@ -315,7 +322,7 @@ defineProps<{
315
322
  */
316
323
  labelPosition ? : 'before'|'above'|'align-before'|'auto'|null
317
324
  /**
318
- * Sets `labelWidth´ for all children of this Container, that does not define their own `labelWidth`.
325
+ * Sets `labelWidth` for all children of this Container, that do not define their own `labelWidth`.
319
326
  * [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-labelWidth)
320
327
  */
321
328
  labelWidth ? : number|null
@@ -497,7 +504,7 @@ defineProps<{
497
504
  scrollable ? : Boolean|ScrollerConfig|Scroller
498
505
  /**
499
506
  * Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
500
- * Valid values: ´null´: do nothing, ´hide´: hide the widget or ´realign´: realign to the target if possible.
507
+ * Valid values: `null`: do nothing, `hide`: hide the widget or `realign`: realign to the target if possible.
501
508
  */
502
509
  scrollAction ? : 'hide'|'realign'|null
503
510
  /**
@@ -777,7 +784,6 @@ const widgetData = {
777
784
  'autoUpdateRecord',
778
785
  'border',
779
786
  'bubbleEvents',
780
- 'centered',
781
787
  'color',
782
788
  'config',
783
789
  'constrainTo',
@@ -841,6 +847,7 @@ const widgetData = {
841
847
  'appendTo',
842
848
  'callOnFunctions',
843
849
  'catchEventHandlerExceptions',
850
+ 'centered',
844
851
  'cls',
845
852
  'column',
846
853
  'content',