@bryntum/core-react-thin 7.3.1 → 7.3.2

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 (100) hide show
  1. package/lib/BryntumBooleanCombo.js.map +1 -1
  2. package/lib/BryntumButton.js.map +1 -1
  3. package/lib/BryntumButtonGroup.js.map +1 -1
  4. package/lib/BryntumChatPanel.js.map +1 -1
  5. package/lib/BryntumCheckbox.js.map +1 -1
  6. package/lib/BryntumCheckboxGroup.js.map +1 -1
  7. package/lib/BryntumChipView.d.ts +1 -1
  8. package/lib/BryntumChipView.js.map +1 -1
  9. package/lib/BryntumCodeEditor.js.map +1 -1
  10. package/lib/BryntumColorField.js.map +1 -1
  11. package/lib/BryntumCombo.js.map +1 -1
  12. package/lib/BryntumContainer.js.map +1 -1
  13. package/lib/BryntumDateField.js.map +1 -1
  14. package/lib/BryntumDatePicker.js.map +1 -1
  15. package/lib/BryntumDateRangeField.js.map +1 -1
  16. package/lib/BryntumDateTimeField.js.map +1 -1
  17. package/lib/BryntumDemoCodeEditor.js.map +1 -1
  18. package/lib/BryntumDisplayField.js.map +1 -1
  19. package/lib/BryntumDurationField.js.map +1 -1
  20. package/lib/BryntumEditor.js.map +1 -1
  21. package/lib/BryntumFieldFilterPicker.js.map +1 -1
  22. package/lib/BryntumFieldFilterPickerGroup.js.map +1 -1
  23. package/lib/BryntumFieldSet.js.map +1 -1
  24. package/lib/BryntumFileField.js.map +1 -1
  25. package/lib/BryntumFilePicker.js.map +1 -1
  26. package/lib/BryntumFilterField.js.map +1 -1
  27. package/lib/BryntumHint.js.map +1 -1
  28. package/lib/BryntumLabel.js.map +1 -1
  29. package/lib/BryntumList.js.map +1 -1
  30. package/lib/BryntumMenu.js.map +1 -1
  31. package/lib/BryntumMonthPicker.js.map +1 -1
  32. package/lib/BryntumNumberField.js.map +1 -1
  33. package/lib/BryntumPagingToolbar.js.map +1 -1
  34. package/lib/BryntumPanel.js.map +1 -1
  35. package/lib/BryntumPasswordField.js.map +1 -1
  36. package/lib/BryntumProgressBar.js.map +1 -1
  37. package/lib/BryntumRadio.js.map +1 -1
  38. package/lib/BryntumRadioGroup.js.map +1 -1
  39. package/lib/BryntumSlideToggle.js.map +1 -1
  40. package/lib/BryntumSlider.js.map +1 -1
  41. package/lib/BryntumSplitter.js.map +1 -1
  42. package/lib/BryntumTabPanel.js.map +1 -1
  43. package/lib/BryntumTextAreaField.js.map +1 -1
  44. package/lib/BryntumTextAreaPickerField.js.map +1 -1
  45. package/lib/BryntumTextField.js.map +1 -1
  46. package/lib/BryntumTimeField.js.map +1 -1
  47. package/lib/BryntumTimePicker.js.map +1 -1
  48. package/lib/BryntumToolbar.js.map +1 -1
  49. package/lib/BryntumWidget.js.map +1 -1
  50. package/lib/BryntumYearPicker.js.map +1 -1
  51. package/package.json +1 -1
  52. package/src/BryntumBooleanCombo.tsx +6 -0
  53. package/src/BryntumButton.tsx +6 -0
  54. package/src/BryntumButtonGroup.tsx +6 -0
  55. package/src/BryntumChatPanel.tsx +6 -0
  56. package/src/BryntumCheckbox.tsx +6 -0
  57. package/src/BryntumCheckboxGroup.tsx +6 -0
  58. package/src/BryntumChipView.tsx +9 -1
  59. package/src/BryntumCodeEditor.tsx +6 -0
  60. package/src/BryntumColorField.tsx +6 -0
  61. package/src/BryntumCombo.tsx +6 -0
  62. package/src/BryntumContainer.tsx +6 -0
  63. package/src/BryntumDateField.tsx +6 -0
  64. package/src/BryntumDatePicker.tsx +6 -0
  65. package/src/BryntumDateRangeField.tsx +6 -0
  66. package/src/BryntumDateTimeField.tsx +6 -0
  67. package/src/BryntumDemoCodeEditor.tsx +6 -0
  68. package/src/BryntumDisplayField.tsx +6 -0
  69. package/src/BryntumDurationField.tsx +6 -0
  70. package/src/BryntumEditor.tsx +6 -0
  71. package/src/BryntumFieldFilterPicker.tsx +6 -0
  72. package/src/BryntumFieldFilterPickerGroup.tsx +6 -0
  73. package/src/BryntumFieldSet.tsx +6 -0
  74. package/src/BryntumFileField.tsx +6 -0
  75. package/src/BryntumFilePicker.tsx +6 -0
  76. package/src/BryntumFilterField.tsx +6 -0
  77. package/src/BryntumHint.tsx +6 -0
  78. package/src/BryntumLabel.tsx +6 -0
  79. package/src/BryntumList.tsx +6 -0
  80. package/src/BryntumMenu.tsx +6 -0
  81. package/src/BryntumMonthPicker.tsx +6 -0
  82. package/src/BryntumNumberField.tsx +6 -0
  83. package/src/BryntumPagingToolbar.tsx +6 -0
  84. package/src/BryntumPanel.tsx +6 -0
  85. package/src/BryntumPasswordField.tsx +6 -0
  86. package/src/BryntumProgressBar.tsx +6 -0
  87. package/src/BryntumRadio.tsx +6 -0
  88. package/src/BryntumRadioGroup.tsx +6 -0
  89. package/src/BryntumSlideToggle.tsx +6 -0
  90. package/src/BryntumSlider.tsx +6 -0
  91. package/src/BryntumSplitter.tsx +6 -0
  92. package/src/BryntumTabPanel.tsx +6 -0
  93. package/src/BryntumTextAreaField.tsx +6 -0
  94. package/src/BryntumTextAreaPickerField.tsx +6 -0
  95. package/src/BryntumTextField.tsx +6 -0
  96. package/src/BryntumTimeField.tsx +6 -0
  97. package/src/BryntumTimePicker.tsx +6 -0
  98. package/src/BryntumToolbar.tsx +6 -0
  99. package/src/BryntumWidget.tsx +6 -0
  100. package/src/BryntumYearPicker.tsx +6 -0
@@ -34,6 +34,8 @@ export type BryntumDisplayFieldProps = {
34
34
  /**
35
35
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
36
36
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
37
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
38
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DisplayField#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -295,10 +297,14 @@ export type BryntumDisplayFieldProps = {
295
297
  inputWidth? : string|number
296
298
  /**
297
299
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/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/Core/widget/DisplayField#config-insertBefore)
298
302
  */
299
303
  insertBefore? : HTMLElement|string
300
304
  /**
301
305
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/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/Core/widget/DisplayField#config-insertFirst)
302
308
  */
303
309
  insertFirst? : HTMLElement|string
304
310
  /**
@@ -43,6 +43,8 @@ export type BryntumDurationFieldProps = {
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/core/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/Core/widget/DurationField#config-appendTo)
46
48
  */
47
49
  appendTo? : HTMLElement|string
48
50
  /**
@@ -308,10 +310,14 @@ export type BryntumDurationFieldProps = {
308
310
  inputWidth? : string|number
309
311
  /**
310
312
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
313
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
314
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DurationField#config-insertBefore)
311
315
  */
312
316
  insertBefore? : HTMLElement|string
313
317
  /**
314
318
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
319
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
320
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DurationField#config-insertFirst)
315
321
  */
316
322
  insertFirst? : HTMLElement|string
317
323
  /**
@@ -33,6 +33,8 @@ export type BryntumEditorProps = {
33
33
  /**
34
34
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
35
35
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
36
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
37
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Editor#config-appendTo)
36
38
  */
37
39
  appendTo? : HTMLElement|string
38
40
  /**
@@ -276,10 +278,14 @@ export type BryntumEditorProps = {
276
278
  inputFieldAlign? : 'start'|'end'
277
279
  /**
278
280
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
281
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
282
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Editor#config-insertBefore)
279
283
  */
280
284
  insertBefore? : HTMLElement|string
281
285
  /**
282
286
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
287
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
288
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Editor#config-insertFirst)
283
289
  */
284
290
  insertFirst? : HTMLElement|string
285
291
  /**
@@ -34,6 +34,8 @@ export type BryntumFieldFilterPickerProps = {
34
34
  /**
35
35
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
36
36
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
37
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
38
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -262,10 +264,14 @@ export type BryntumFieldFilterPickerProps = {
262
264
  inputFieldAlign? : 'start'|'end'
263
265
  /**
264
266
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
267
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
268
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-insertBefore)
265
269
  */
266
270
  insertBefore? : HTMLElement|string
267
271
  /**
268
272
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
273
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
274
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#config-insertFirst)
269
275
  */
270
276
  insertFirst? : HTMLElement|string
271
277
  /**
@@ -44,6 +44,8 @@ export type BryntumFieldFilterPickerGroupProps = {
44
44
  /**
45
45
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
46
46
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
47
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
48
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPickerGroup#config-appendTo)
47
49
  */
48
50
  appendTo? : HTMLElement|string
49
51
  /**
@@ -290,10 +292,14 @@ export type BryntumFieldFilterPickerGroupProps = {
290
292
  inputFieldAlign? : 'start'|'end'
291
293
  /**
292
294
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
295
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
296
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPickerGroup#config-insertBefore)
293
297
  */
294
298
  insertBefore? : HTMLElement|string
295
299
  /**
296
300
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
301
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
302
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPickerGroup#config-insertFirst)
297
303
  */
298
304
  insertFirst? : HTMLElement|string
299
305
  /**
@@ -34,6 +34,8 @@ export type BryntumFieldSetProps = {
34
34
  /**
35
35
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
36
36
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
37
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
38
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -297,10 +299,14 @@ export type BryntumFieldSetProps = {
297
299
  inputFieldAlign? : 'start'|'end'
298
300
  /**
299
301
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
302
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
303
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-insertBefore)
300
304
  */
301
305
  insertBefore? : HTMLElement|string
302
306
  /**
303
307
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
308
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
309
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FieldSet#config-insertFirst)
304
310
  */
305
311
  insertFirst? : HTMLElement|string
306
312
  /**
@@ -39,6 +39,8 @@ export type BryntumFileFieldProps = {
39
39
  /**
40
40
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
41
41
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
42
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
43
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FileField#config-appendTo)
42
44
  */
43
45
  appendTo? : HTMLElement|string
44
46
  /**
@@ -300,10 +302,14 @@ export type BryntumFileFieldProps = {
300
302
  inputWidth? : string|number
301
303
  /**
302
304
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
305
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
306
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FileField#config-insertBefore)
303
307
  */
304
308
  insertBefore? : HTMLElement|string
305
309
  /**
306
310
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
311
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
312
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FileField#config-insertFirst)
307
313
  */
308
314
  insertFirst? : HTMLElement|string
309
315
  /**
@@ -34,6 +34,8 @@ export type BryntumFilePickerProps = {
34
34
  /**
35
35
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
36
36
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
37
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
38
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FilePicker#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -246,10 +248,14 @@ export type BryntumFilePickerProps = {
246
248
  inputFieldAlign? : 'start'|'end'
247
249
  /**
248
250
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
251
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
252
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FilePicker#config-insertBefore)
249
253
  */
250
254
  insertBefore? : HTMLElement|string
251
255
  /**
252
256
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
257
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
258
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FilePicker#config-insertFirst)
253
259
  */
254
260
  insertFirst? : HTMLElement|string
255
261
  /**
@@ -34,6 +34,8 @@ export type BryntumFilterFieldProps = {
34
34
  /**
35
35
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
36
36
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
37
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
38
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FilterField#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -314,10 +316,14 @@ export type BryntumFilterFieldProps = {
314
316
  inputWidth? : string|number
315
317
  /**
316
318
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
319
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
320
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FilterField#config-insertBefore)
317
321
  */
318
322
  insertBefore? : HTMLElement|string
319
323
  /**
320
324
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
325
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
326
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FilterField#config-insertFirst)
321
327
  */
322
328
  insertFirst? : HTMLElement|string
323
329
  /**
@@ -34,6 +34,8 @@ export type BryntumHintProps = {
34
34
  /**
35
35
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
36
36
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
37
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
38
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Hint#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -307,10 +309,14 @@ export type BryntumHintProps = {
307
309
  inputFieldAlign? : 'start'|'end'
308
310
  /**
309
311
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
312
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
313
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Hint#config-insertBefore)
310
314
  */
311
315
  insertBefore? : HTMLElement|string
312
316
  /**
313
317
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
318
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
319
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Hint#config-insertFirst)
314
320
  */
315
321
  insertFirst? : HTMLElement|string
316
322
  /**
@@ -34,6 +34,8 @@ export type BryntumLabelProps = {
34
34
  /**
35
35
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
36
36
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
37
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
38
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Label#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -205,10 +207,14 @@ export type BryntumLabelProps = {
205
207
  ignoreParentReadOnly? : boolean
206
208
  /**
207
209
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
210
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
211
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Label#config-insertBefore)
208
212
  */
209
213
  insertBefore? : HTMLElement|string
210
214
  /**
211
215
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
216
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
217
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Label#config-insertFirst)
212
218
  */
213
219
  insertFirst? : HTMLElement|string
214
220
  /**
@@ -44,6 +44,8 @@ export type BryntumListProps = {
44
44
  /**
45
45
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
46
46
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
47
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
48
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/List#config-appendTo)
47
49
  */
48
50
  appendTo? : HTMLElement|string
49
51
  /**
@@ -253,10 +255,14 @@ export type BryntumListProps = {
253
255
  ignoreParentReadOnly? : boolean
254
256
  /**
255
257
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
258
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
259
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/List#config-insertBefore)
256
260
  */
257
261
  insertBefore? : HTMLElement|string
258
262
  /**
259
263
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
264
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
265
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/List#config-insertFirst)
260
266
  */
261
267
  insertFirst? : HTMLElement|string
262
268
  /**
@@ -34,6 +34,8 @@ export type BryntumMenuProps = {
34
34
  /**
35
35
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
36
36
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
37
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
38
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Menu#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -329,10 +331,14 @@ export type BryntumMenuProps = {
329
331
  inputFieldAlign? : 'start'|'end'
330
332
  /**
331
333
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
334
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
335
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Menu#config-insertBefore)
332
336
  */
333
337
  insertBefore? : HTMLElement|string
334
338
  /**
335
339
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
340
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
341
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Menu#config-insertFirst)
336
342
  */
337
343
  insertFirst? : HTMLElement|string
338
344
  /**
@@ -34,6 +34,8 @@ export type BryntumMonthPickerProps = {
34
34
  /**
35
35
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
36
36
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
37
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
38
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/MonthPicker#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -291,10 +293,14 @@ export type BryntumMonthPickerProps = {
291
293
  inputFieldAlign? : 'start'|'end'
292
294
  /**
293
295
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
296
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
297
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/MonthPicker#config-insertBefore)
294
298
  */
295
299
  insertBefore? : HTMLElement|string
296
300
  /**
297
301
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
302
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
303
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/MonthPicker#config-insertFirst)
298
304
  */
299
305
  insertFirst? : HTMLElement|string
300
306
  /**
@@ -34,6 +34,8 @@ export type BryntumNumberFieldProps = {
34
34
  /**
35
35
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
36
36
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
37
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
38
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/NumberField#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -310,10 +312,14 @@ export type BryntumNumberFieldProps = {
310
312
  inputWidth? : string|number
311
313
  /**
312
314
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/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/Core/widget/NumberField#config-insertBefore)
313
317
  */
314
318
  insertBefore? : HTMLElement|string
315
319
  /**
316
320
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/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/Core/widget/NumberField#config-insertFirst)
317
323
  */
318
324
  insertFirst? : HTMLElement|string
319
325
  /**
@@ -34,6 +34,8 @@ export type BryntumPagingToolbarProps = {
34
34
  /**
35
35
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
36
36
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
37
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
38
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/PagingToolbar#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -242,10 +244,14 @@ export type BryntumPagingToolbarProps = {
242
244
  inputFieldAlign? : 'start'|'end'
243
245
  /**
244
246
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
247
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
248
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/PagingToolbar#config-insertBefore)
245
249
  */
246
250
  insertBefore? : HTMLElement|string
247
251
  /**
248
252
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
253
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
254
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/PagingToolbar#config-insertFirst)
249
255
  */
250
256
  insertFirst? : HTMLElement|string
251
257
  /**
@@ -34,6 +34,8 @@ export type BryntumPanelProps = {
34
34
  /**
35
35
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
36
36
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
37
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
38
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -291,10 +293,14 @@ export type BryntumPanelProps = {
291
293
  inputFieldAlign? : 'start'|'end'
292
294
  /**
293
295
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
296
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
297
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-insertBefore)
294
298
  */
295
299
  insertBefore? : HTMLElement|string
296
300
  /**
297
301
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
302
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
303
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-insertFirst)
298
304
  */
299
305
  insertFirst? : HTMLElement|string
300
306
  /**
@@ -34,6 +34,8 @@ export type BryntumPasswordFieldProps = {
34
34
  /**
35
35
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
36
36
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
37
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
38
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/PasswordField#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -295,10 +297,14 @@ export type BryntumPasswordFieldProps = {
295
297
  inputWidth? : string|number
296
298
  /**
297
299
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/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/Core/widget/PasswordField#config-insertBefore)
298
302
  */
299
303
  insertBefore? : HTMLElement|string
300
304
  /**
301
305
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/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/Core/widget/PasswordField#config-insertFirst)
302
308
  */
303
309
  insertFirst? : HTMLElement|string
304
310
  /**
@@ -34,6 +34,8 @@ export type BryntumProgressBarProps = {
34
34
  /**
35
35
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
36
36
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
37
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
38
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -203,10 +205,14 @@ export type BryntumProgressBarProps = {
203
205
  ignoreParentReadOnly? : boolean
204
206
  /**
205
207
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
208
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
209
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-insertBefore)
206
210
  */
207
211
  insertBefore? : HTMLElement|string
208
212
  /**
209
213
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
214
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
215
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-insertFirst)
210
216
  */
211
217
  insertFirst? : HTMLElement|string
212
218
  /**
@@ -34,6 +34,8 @@ export type BryntumRadioProps = {
34
34
  /**
35
35
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
36
36
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
37
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
38
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Radio#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -297,10 +299,14 @@ export type BryntumRadioProps = {
297
299
  inputWidth? : string|number
298
300
  /**
299
301
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
302
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
303
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Radio#config-insertBefore)
300
304
  */
301
305
  insertBefore? : HTMLElement|string
302
306
  /**
303
307
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
308
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
309
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Radio#config-insertFirst)
304
310
  */
305
311
  insertFirst? : HTMLElement|string
306
312
  /**
@@ -34,6 +34,8 @@ export type BryntumRadioGroupProps = {
34
34
  /**
35
35
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
36
36
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
37
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
38
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/RadioGroup#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -302,10 +304,14 @@ export type BryntumRadioGroupProps = {
302
304
  inputFieldAlign? : 'start'|'end'
303
305
  /**
304
306
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
307
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
308
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/RadioGroup#config-insertBefore)
305
309
  */
306
310
  insertBefore? : HTMLElement|string
307
311
  /**
308
312
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
313
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
314
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/RadioGroup#config-insertFirst)
309
315
  */
310
316
  insertFirst? : HTMLElement|string
311
317
  /**
@@ -34,6 +34,8 @@ export type BryntumSlideToggleProps = {
34
34
  /**
35
35
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
36
36
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
37
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
38
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/SlideToggle#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -297,10 +299,14 @@ export type BryntumSlideToggleProps = {
297
299
  inputWidth? : string|number
298
300
  /**
299
301
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
302
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
303
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/SlideToggle#config-insertBefore)
300
304
  */
301
305
  insertBefore? : HTMLElement|string
302
306
  /**
303
307
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
308
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
309
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/SlideToggle#config-insertFirst)
304
310
  */
305
311
  insertFirst? : HTMLElement|string
306
312
  /**
@@ -34,6 +34,8 @@ export type BryntumSliderProps = {
34
34
  /**
35
35
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
36
36
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
37
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
38
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Slider#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -205,10 +207,14 @@ export type BryntumSliderProps = {
205
207
  ignoreParentReadOnly? : boolean
206
208
  /**
207
209
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
210
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
211
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Slider#config-insertBefore)
208
212
  */
209
213
  insertBefore? : HTMLElement|string
210
214
  /**
211
215
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
216
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
217
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Slider#config-insertFirst)
212
218
  */
213
219
  insertFirst? : HTMLElement|string
214
220
  /**
@@ -34,6 +34,8 @@ export type BryntumSplitterProps = {
34
34
  /**
35
35
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
36
36
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
37
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
38
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Splitter#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -205,10 +207,14 @@ export type BryntumSplitterProps = {
205
207
  ignoreParentReadOnly? : boolean
206
208
  /**
207
209
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
210
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
211
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Splitter#config-insertBefore)
208
212
  */
209
213
  insertBefore? : HTMLElement|string
210
214
  /**
211
215
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
216
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
217
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Splitter#config-insertFirst)
212
218
  */
213
219
  insertFirst? : HTMLElement|string
214
220
  /**