@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
@@ -42,6 +42,8 @@ export type BryntumTabPanelProps = {
42
42
  /**
43
43
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
44
44
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
45
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
46
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TabPanel#config-appendTo)
45
47
  */
46
48
  appendTo? : HTMLElement|string
47
49
  /**
@@ -303,10 +305,14 @@ export type BryntumTabPanelProps = {
303
305
  inputFieldAlign? : 'start'|'end'
304
306
  /**
305
307
  * 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.
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/TabPanel#config-insertBefore)
306
310
  */
307
311
  insertBefore? : HTMLElement|string
308
312
  /**
309
313
  * 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.
314
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
315
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TabPanel#config-insertFirst)
310
316
  */
311
317
  insertFirst? : HTMLElement|string
312
318
  /**
@@ -34,6 +34,8 @@ export type BryntumTextAreaFieldProps = {
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/TextAreaField#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -301,10 +303,14 @@ export type BryntumTextAreaFieldProps = {
301
303
  inputWidth? : string|number
302
304
  /**
303
305
  * 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.
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/TextAreaField#config-insertBefore)
304
308
  */
305
309
  insertBefore? : HTMLElement|string
306
310
  /**
307
311
  * 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.
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/TextAreaField#config-insertFirst)
308
314
  */
309
315
  insertFirst? : HTMLElement|string
310
316
  /**
@@ -34,6 +34,8 @@ export type BryntumTextAreaPickerFieldProps = {
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/TextAreaPickerField#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -292,10 +294,14 @@ export type BryntumTextAreaPickerFieldProps = {
292
294
  inputWidth? : string|number
293
295
  /**
294
296
  * 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.
297
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
298
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextAreaPickerField#config-insertBefore)
295
299
  */
296
300
  insertBefore? : HTMLElement|string
297
301
  /**
298
302
  * 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.
303
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
304
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextAreaPickerField#config-insertFirst)
299
305
  */
300
306
  insertFirst? : HTMLElement|string
301
307
  /**
@@ -34,6 +34,8 @@ export type BryntumTextFieldProps = {
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/TextField#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -295,10 +297,14 @@ export type BryntumTextFieldProps = {
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/TextField#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/TextField#config-insertFirst)
302
308
  */
303
309
  insertFirst? : HTMLElement|string
304
310
  /**
@@ -34,6 +34,8 @@ export type BryntumTimeFieldProps = {
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/TimeField#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -301,10 +303,14 @@ export type BryntumTimeFieldProps = {
301
303
  inputWidth? : string|number
302
304
  /**
303
305
  * 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.
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/TimeField#config-insertBefore)
304
308
  */
305
309
  insertBefore? : HTMLElement|string
306
310
  /**
307
311
  * 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.
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/TimeField#config-insertFirst)
308
314
  */
309
315
  insertFirst? : HTMLElement|string
310
316
  /**
@@ -34,6 +34,8 @@ export type BryntumTimePickerProps = {
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/TimePicker#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -243,10 +245,14 @@ export type BryntumTimePickerProps = {
243
245
  inputFieldAlign? : 'start'|'end'
244
246
  /**
245
247
  * 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.
248
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
249
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TimePicker#config-insertBefore)
246
250
  */
247
251
  insertBefore? : HTMLElement|string
248
252
  /**
249
253
  * 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.
254
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
255
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TimePicker#config-insertFirst)
250
256
  */
251
257
  insertFirst? : HTMLElement|string
252
258
  /**
@@ -34,6 +34,8 @@ export type BryntumToolbarProps = {
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/Toolbar#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -242,10 +244,14 @@ export type BryntumToolbarProps = {
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/Toolbar#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/Toolbar#config-insertFirst)
249
255
  */
250
256
  insertFirst? : HTMLElement|string
251
257
  /**
@@ -34,6 +34,8 @@ export type BryntumWidgetProps = {
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/Widget#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -205,10 +207,14 @@ export type BryntumWidgetProps = {
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/Widget#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/Widget#config-insertFirst)
212
218
  */
213
219
  insertFirst? : HTMLElement|string
214
220
  /**
@@ -34,6 +34,8 @@ export type BryntumYearPickerProps = {
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/YearPicker#config-appendTo)
37
39
  */
38
40
  appendTo? : HTMLElement|string
39
41
  /**
@@ -291,10 +293,14 @@ export type BryntumYearPickerProps = {
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/YearPicker#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/YearPicker#config-insertFirst)
298
304
  */
299
305
  insertFirst? : HTMLElement|string
300
306
  /**