@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.
- package/lib/BryntumBooleanCombo.js.map +1 -1
- package/lib/BryntumButton.js.map +1 -1
- package/lib/BryntumButtonGroup.js.map +1 -1
- package/lib/BryntumChatPanel.js.map +1 -1
- package/lib/BryntumCheckbox.js.map +1 -1
- package/lib/BryntumCheckboxGroup.js.map +1 -1
- package/lib/BryntumChipView.d.ts +1 -1
- package/lib/BryntumChipView.js.map +1 -1
- package/lib/BryntumCodeEditor.js.map +1 -1
- package/lib/BryntumColorField.js.map +1 -1
- package/lib/BryntumCombo.js.map +1 -1
- package/lib/BryntumContainer.js.map +1 -1
- package/lib/BryntumDateField.js.map +1 -1
- package/lib/BryntumDatePicker.js.map +1 -1
- package/lib/BryntumDateRangeField.js.map +1 -1
- package/lib/BryntumDateTimeField.js.map +1 -1
- package/lib/BryntumDemoCodeEditor.js.map +1 -1
- package/lib/BryntumDisplayField.js.map +1 -1
- package/lib/BryntumDurationField.js.map +1 -1
- package/lib/BryntumEditor.js.map +1 -1
- package/lib/BryntumFieldFilterPicker.js.map +1 -1
- package/lib/BryntumFieldFilterPickerGroup.js.map +1 -1
- package/lib/BryntumFieldSet.js.map +1 -1
- package/lib/BryntumFileField.js.map +1 -1
- package/lib/BryntumFilePicker.js.map +1 -1
- package/lib/BryntumFilterField.js.map +1 -1
- package/lib/BryntumHint.js.map +1 -1
- package/lib/BryntumLabel.js.map +1 -1
- package/lib/BryntumList.js.map +1 -1
- package/lib/BryntumMenu.js.map +1 -1
- package/lib/BryntumMonthPicker.js.map +1 -1
- package/lib/BryntumNumberField.js.map +1 -1
- package/lib/BryntumPagingToolbar.js.map +1 -1
- package/lib/BryntumPanel.js.map +1 -1
- package/lib/BryntumPasswordField.js.map +1 -1
- package/lib/BryntumProgressBar.js.map +1 -1
- package/lib/BryntumRadio.js.map +1 -1
- package/lib/BryntumRadioGroup.js.map +1 -1
- package/lib/BryntumSlideToggle.js.map +1 -1
- package/lib/BryntumSlider.js.map +1 -1
- package/lib/BryntumSplitter.js.map +1 -1
- package/lib/BryntumTabPanel.js.map +1 -1
- package/lib/BryntumTextAreaField.js.map +1 -1
- package/lib/BryntumTextAreaPickerField.js.map +1 -1
- package/lib/BryntumTextField.js.map +1 -1
- package/lib/BryntumTimeField.js.map +1 -1
- package/lib/BryntumTimePicker.js.map +1 -1
- package/lib/BryntumToolbar.js.map +1 -1
- package/lib/BryntumWidget.js.map +1 -1
- package/lib/BryntumYearPicker.js.map +1 -1
- package/package.json +1 -1
- package/src/BryntumBooleanCombo.tsx +6 -0
- package/src/BryntumButton.tsx +6 -0
- package/src/BryntumButtonGroup.tsx +6 -0
- package/src/BryntumChatPanel.tsx +6 -0
- package/src/BryntumCheckbox.tsx +6 -0
- package/src/BryntumCheckboxGroup.tsx +6 -0
- package/src/BryntumChipView.tsx +9 -1
- package/src/BryntumCodeEditor.tsx +6 -0
- package/src/BryntumColorField.tsx +6 -0
- package/src/BryntumCombo.tsx +6 -0
- package/src/BryntumContainer.tsx +6 -0
- package/src/BryntumDateField.tsx +6 -0
- package/src/BryntumDatePicker.tsx +6 -0
- package/src/BryntumDateRangeField.tsx +6 -0
- package/src/BryntumDateTimeField.tsx +6 -0
- package/src/BryntumDemoCodeEditor.tsx +6 -0
- package/src/BryntumDisplayField.tsx +6 -0
- package/src/BryntumDurationField.tsx +6 -0
- package/src/BryntumEditor.tsx +6 -0
- package/src/BryntumFieldFilterPicker.tsx +6 -0
- package/src/BryntumFieldFilterPickerGroup.tsx +6 -0
- package/src/BryntumFieldSet.tsx +6 -0
- package/src/BryntumFileField.tsx +6 -0
- package/src/BryntumFilePicker.tsx +6 -0
- package/src/BryntumFilterField.tsx +6 -0
- package/src/BryntumHint.tsx +6 -0
- package/src/BryntumLabel.tsx +6 -0
- package/src/BryntumList.tsx +6 -0
- package/src/BryntumMenu.tsx +6 -0
- package/src/BryntumMonthPicker.tsx +6 -0
- package/src/BryntumNumberField.tsx +6 -0
- package/src/BryntumPagingToolbar.tsx +6 -0
- package/src/BryntumPanel.tsx +6 -0
- package/src/BryntumPasswordField.tsx +6 -0
- package/src/BryntumProgressBar.tsx +6 -0
- package/src/BryntumRadio.tsx +6 -0
- package/src/BryntumRadioGroup.tsx +6 -0
- package/src/BryntumSlideToggle.tsx +6 -0
- package/src/BryntumSlider.tsx +6 -0
- package/src/BryntumSplitter.tsx +6 -0
- package/src/BryntumTabPanel.tsx +6 -0
- package/src/BryntumTextAreaField.tsx +6 -0
- package/src/BryntumTextAreaPickerField.tsx +6 -0
- package/src/BryntumTextField.tsx +6 -0
- package/src/BryntumTimeField.tsx +6 -0
- package/src/BryntumTimePicker.tsx +6 -0
- package/src/BryntumToolbar.tsx +6 -0
- package/src/BryntumWidget.tsx +6 -0
- package/src/BryntumYearPicker.tsx +6 -0
package/src/BryntumTabPanel.tsx
CHANGED
|
@@ -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
|
/**
|
package/src/BryntumTextField.tsx
CHANGED
|
@@ -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
|
/**
|
package/src/BryntumTimeField.tsx
CHANGED
|
@@ -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
|
/**
|
package/src/BryntumToolbar.tsx
CHANGED
|
@@ -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
|
/**
|
package/src/BryntumWidget.tsx
CHANGED
|
@@ -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
|
/**
|