@bryntum/grid-vue-3 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/chunks/0G3BOxn8.js.map +1 -1
- package/lib/chunks/0gtq8Dk3.js.map +1 -1
- package/lib/chunks/1RZB5Yja.js.map +1 -1
- package/lib/chunks/2JP2ap14.js.map +1 -1
- package/lib/chunks/B9Ym-jRB.js.map +1 -1
- package/lib/chunks/B9qIhgk1.js.map +1 -1
- package/lib/chunks/BAaaUhdy.js.map +1 -1
- package/lib/chunks/BArALprx.js.map +1 -1
- package/lib/chunks/BC_xvNJq.js.map +1 -1
- package/lib/chunks/BFLoNIuF.js.map +1 -1
- package/lib/chunks/BK5CVUgh.js.map +1 -1
- package/lib/chunks/BQUiHybJ.js.map +1 -1
- package/lib/chunks/BWIgghsj.js.map +1 -1
- package/lib/chunks/BWT4Mdsw.js.map +1 -1
- package/lib/chunks/BX4HI-q4.js.map +1 -1
- package/lib/chunks/BZdz0l_5.js.map +1 -1
- package/lib/chunks/B_2BdFBO.js.map +1 -1
- package/lib/chunks/Bfj8ZUAm.js.map +1 -1
- package/lib/chunks/BhfZhJQ4.js.map +1 -1
- package/lib/chunks/BoUkRqVY.js.map +1 -1
- package/lib/chunks/C-KNXud_.js.map +1 -1
- package/lib/chunks/C2x-tjJx.js.map +1 -1
- package/lib/chunks/C3q04kPS.js.map +1 -1
- package/lib/chunks/C9YGIUax.js.map +1 -1
- package/lib/chunks/CC_mnQeM.js.map +1 -1
- package/lib/chunks/CKihfOVz.js.map +1 -1
- package/lib/chunks/CLRX9ie2.js.map +1 -1
- package/lib/chunks/COI8HIJL.js.map +1 -1
- package/lib/chunks/COs57ih1.js.map +1 -1
- package/lib/chunks/CQUmcVHy.js.map +1 -1
- package/lib/chunks/CeJ19ncI.js.map +1 -1
- package/lib/chunks/CnUfgMxC.js.map +1 -1
- package/lib/chunks/CnvevsBu.js.map +1 -1
- package/lib/chunks/CoXntcPO.js.map +1 -1
- package/lib/chunks/Cs5IYq5I.js.map +1 -1
- package/lib/chunks/D2GsXOvn.js.map +1 -1
- package/lib/chunks/D4Cy-qFk.js.map +1 -1
- package/lib/chunks/D7f0nsko.js.map +1 -1
- package/lib/chunks/DCg2fWiq.js.map +1 -1
- package/lib/chunks/DE5aChZi.js.map +1 -1
- package/lib/chunks/DRVjD9iN.js.map +1 -1
- package/lib/chunks/DSedBrt_.js.map +1 -1
- package/lib/chunks/D_rLSr8Y.js.map +1 -1
- package/lib/chunks/DbEgVOs1.js.map +1 -1
- package/lib/chunks/DhhewFEv.js.map +1 -1
- package/lib/chunks/Dm-Ds5Fs.js.map +1 -1
- package/lib/chunks/Dm8ipdVr.js.map +1 -1
- package/lib/chunks/DskRZNvv.js.map +1 -1
- package/lib/chunks/PT41l8zv.js.map +1 -1
- package/lib/chunks/TMpK4xg3.js.map +1 -1
- package/lib/chunks/UkUlfQx6.js.map +1 -1
- package/lib/chunks/cmj1-s1q.js.map +1 -1
- package/lib/chunks/gboR1LQ7.js.map +1 -1
- package/lib/chunks/jla7jldm.js.map +1 -1
- package/lib/chunks/n-bko5m2.js.map +1 -1
- package/lib/chunks/n4K19P1t.js.map +1 -1
- package/lib/chunks/oOR_enaE.js.map +1 -1
- package/lib/chunks/pP8iMzIE.js.map +1 -1
- package/lib/chunks/s-g3r5g2.js.map +1 -1
- package/package.json +1 -1
- package/src/components/BryntumAIFilterField.vue +6 -0
- package/src/components/BryntumAIFilterFieldProps.ts +6 -0
- package/src/components/BryntumBooleanCombo.vue +6 -0
- package/src/components/BryntumBooleanComboProps.ts +6 -0
- package/src/components/BryntumButton.vue +6 -0
- package/src/components/BryntumButtonGroup.vue +6 -0
- package/src/components/BryntumButtonGroupProps.ts +6 -0
- package/src/components/BryntumButtonProps.ts +6 -0
- package/src/components/BryntumChatPanel.vue +6 -0
- package/src/components/BryntumChatPanelProps.ts +6 -0
- package/src/components/BryntumCheckbox.vue +6 -0
- package/src/components/BryntumCheckboxGroup.vue +6 -0
- package/src/components/BryntumCheckboxGroupProps.ts +6 -0
- package/src/components/BryntumCheckboxProps.ts +6 -0
- package/src/components/BryntumChecklistFilterCombo.vue +6 -0
- package/src/components/BryntumChecklistFilterComboProps.ts +6 -0
- package/src/components/BryntumChipView.vue +9 -1
- package/src/components/BryntumChipViewProps.ts +9 -1
- package/src/components/BryntumCodeEditor.vue +6 -0
- package/src/components/BryntumCodeEditorProps.ts +6 -0
- package/src/components/BryntumColorField.vue +6 -0
- package/src/components/BryntumColorFieldProps.ts +6 -0
- package/src/components/BryntumCombo.vue +6 -0
- package/src/components/BryntumComboProps.ts +6 -0
- package/src/components/BryntumContainer.vue +6 -0
- package/src/components/BryntumContainerProps.ts +6 -0
- package/src/components/BryntumDateField.vue +6 -0
- package/src/components/BryntumDateFieldProps.ts +6 -0
- package/src/components/BryntumDatePicker.vue +6 -0
- package/src/components/BryntumDatePickerProps.ts +6 -0
- package/src/components/BryntumDateRangeField.vue +6 -0
- package/src/components/BryntumDateRangeFieldProps.ts +6 -0
- package/src/components/BryntumDateTimeField.vue +6 -0
- package/src/components/BryntumDateTimeFieldProps.ts +6 -0
- package/src/components/BryntumDemoCodeEditor.vue +6 -0
- package/src/components/BryntumDemoCodeEditorProps.ts +6 -0
- package/src/components/BryntumDisplayField.vue +6 -0
- package/src/components/BryntumDisplayFieldProps.ts +6 -0
- package/src/components/BryntumDurationField.vue +6 -0
- package/src/components/BryntumDurationFieldProps.ts +6 -0
- package/src/components/BryntumEditor.vue +6 -0
- package/src/components/BryntumEditorProps.ts +6 -0
- package/src/components/BryntumFieldFilterPicker.vue +6 -0
- package/src/components/BryntumFieldFilterPickerGroup.vue +6 -0
- package/src/components/BryntumFieldFilterPickerGroupProps.ts +6 -0
- package/src/components/BryntumFieldFilterPickerProps.ts +6 -0
- package/src/components/BryntumFieldSet.vue +6 -0
- package/src/components/BryntumFieldSetProps.ts +6 -0
- package/src/components/BryntumFileField.vue +6 -0
- package/src/components/BryntumFileFieldProps.ts +6 -0
- package/src/components/BryntumFilePicker.vue +6 -0
- package/src/components/BryntumFilePickerProps.ts +6 -0
- package/src/components/BryntumFilterField.vue +6 -0
- package/src/components/BryntumFilterFieldProps.ts +6 -0
- package/src/components/BryntumGrid.vue +6 -0
- package/src/components/BryntumGridBase.vue +6 -0
- package/src/components/BryntumGridBaseProps.ts +6 -0
- package/src/components/BryntumGridChartDesigner.vue +6 -0
- package/src/components/BryntumGridChartDesignerProps.ts +6 -0
- package/src/components/BryntumGridFieldFilterPicker.vue +6 -0
- package/src/components/BryntumGridFieldFilterPickerGroup.vue +6 -0
- package/src/components/BryntumGridFieldFilterPickerGroupProps.ts +6 -0
- package/src/components/BryntumGridFieldFilterPickerProps.ts +6 -0
- package/src/components/BryntumGridProps.ts +6 -0
- package/src/components/BryntumGroupBar.vue +9 -1
- package/src/components/BryntumGroupBarProps.ts +9 -1
- package/src/components/BryntumHint.vue +6 -0
- package/src/components/BryntumHintProps.ts +6 -0
- package/src/components/BryntumLabel.vue +6 -0
- package/src/components/BryntumLabelProps.ts +6 -0
- package/src/components/BryntumList.vue +6 -0
- package/src/components/BryntumListProps.ts +6 -0
- package/src/components/BryntumMenu.vue +6 -0
- package/src/components/BryntumMenuProps.ts +6 -0
- package/src/components/BryntumMonthPicker.vue +6 -0
- package/src/components/BryntumMonthPickerProps.ts +6 -0
- package/src/components/BryntumNumberField.vue +6 -0
- package/src/components/BryntumNumberFieldProps.ts +6 -0
- package/src/components/BryntumPagingToolbar.vue +6 -0
- package/src/components/BryntumPagingToolbarProps.ts +6 -0
- package/src/components/BryntumPanel.vue +6 -0
- package/src/components/BryntumPanelProps.ts +6 -0
- package/src/components/BryntumPasswordField.vue +6 -0
- package/src/components/BryntumPasswordFieldProps.ts +6 -0
- package/src/components/BryntumProgressBar.vue +6 -0
- package/src/components/BryntumProgressBarProps.ts +6 -0
- package/src/components/BryntumRadio.vue +6 -0
- package/src/components/BryntumRadioGroup.vue +6 -0
- package/src/components/BryntumRadioGroupProps.ts +6 -0
- package/src/components/BryntumRadioProps.ts +6 -0
- package/src/components/BryntumSlideToggle.vue +6 -0
- package/src/components/BryntumSlideToggleProps.ts +6 -0
- package/src/components/BryntumSlider.vue +6 -0
- package/src/components/BryntumSliderProps.ts +6 -0
- package/src/components/BryntumSplitter.vue +6 -0
- package/src/components/BryntumSplitterProps.ts +6 -0
- package/src/components/BryntumTabPanel.vue +6 -0
- package/src/components/BryntumTabPanelProps.ts +6 -0
- package/src/components/BryntumTextAreaField.vue +6 -0
- package/src/components/BryntumTextAreaFieldProps.ts +6 -0
- package/src/components/BryntumTextAreaPickerField.vue +6 -0
- package/src/components/BryntumTextAreaPickerFieldProps.ts +6 -0
- package/src/components/BryntumTextField.vue +6 -0
- package/src/components/BryntumTextFieldProps.ts +6 -0
- package/src/components/BryntumTimeField.vue +6 -0
- package/src/components/BryntumTimeFieldProps.ts +6 -0
- package/src/components/BryntumTimePicker.vue +6 -0
- package/src/components/BryntumTimePickerProps.ts +6 -0
- package/src/components/BryntumToolbar.vue +6 -0
- package/src/components/BryntumToolbarProps.ts +6 -0
- package/src/components/BryntumTreeCombo.vue +6 -0
- package/src/components/BryntumTreeComboProps.ts +6 -0
- package/src/components/BryntumTreeGrid.vue +6 -0
- package/src/components/BryntumTreeGridProps.ts +6 -0
- package/src/components/BryntumWidget.vue +6 -0
- package/src/components/BryntumWidgetProps.ts +6 -0
- package/src/components/BryntumYearPicker.vue +6 -0
- package/src/components/BryntumYearPickerProps.ts +6 -0
|
@@ -28,6 +28,8 @@ export declare type BryntumPasswordFieldProps = {
|
|
|
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/Core/widget/PasswordField#config-appendTo)
|
|
31
33
|
*/
|
|
32
34
|
appendTo ? : HTMLElement|string
|
|
33
35
|
/**
|
|
@@ -289,10 +291,14 @@ export declare type BryntumPasswordFieldProps = {
|
|
|
289
291
|
inputWidth ? : string|number
|
|
290
292
|
/**
|
|
291
293
|
* 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.
|
|
294
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
295
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/PasswordField#config-insertBefore)
|
|
292
296
|
*/
|
|
293
297
|
insertBefore ? : HTMLElement|string
|
|
294
298
|
/**
|
|
295
299
|
* 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.
|
|
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-insertFirst)
|
|
296
302
|
*/
|
|
297
303
|
insertFirst ? : HTMLElement|string
|
|
298
304
|
/**
|
|
@@ -42,6 +42,8 @@ defineProps<{
|
|
|
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/grid/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/ProgressBar#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -211,10 +213,14 @@ defineProps<{
|
|
|
211
213
|
ignoreParentReadOnly ? : Boolean
|
|
212
214
|
/**
|
|
213
215
|
* 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.
|
|
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/ProgressBar#config-insertBefore)
|
|
214
218
|
*/
|
|
215
219
|
insertBefore ? : HTMLElement|string
|
|
216
220
|
/**
|
|
217
221
|
* 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.
|
|
222
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
223
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-insertFirst)
|
|
218
224
|
*/
|
|
219
225
|
insertFirst ? : HTMLElement|string
|
|
220
226
|
/**
|
|
@@ -28,6 +28,8 @@ export declare type BryntumProgressBarProps = {
|
|
|
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/Core/widget/ProgressBar#config-appendTo)
|
|
31
33
|
*/
|
|
32
34
|
appendTo ? : HTMLElement|string
|
|
33
35
|
/**
|
|
@@ -197,10 +199,14 @@ export declare type BryntumProgressBarProps = {
|
|
|
197
199
|
ignoreParentReadOnly ? : Boolean
|
|
198
200
|
/**
|
|
199
201
|
* 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.
|
|
202
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
203
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-insertBefore)
|
|
200
204
|
*/
|
|
201
205
|
insertBefore ? : HTMLElement|string
|
|
202
206
|
/**
|
|
203
207
|
* 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.
|
|
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-insertFirst)
|
|
204
210
|
*/
|
|
205
211
|
insertFirst ? : HTMLElement|string
|
|
206
212
|
/**
|
|
@@ -42,6 +42,8 @@ defineProps<{
|
|
|
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/grid/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/Radio#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -305,10 +307,14 @@ defineProps<{
|
|
|
305
307
|
inputWidth ? : string|number
|
|
306
308
|
/**
|
|
307
309
|
* 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.
|
|
310
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
311
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Radio#config-insertBefore)
|
|
308
312
|
*/
|
|
309
313
|
insertBefore ? : HTMLElement|string
|
|
310
314
|
/**
|
|
311
315
|
* 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.
|
|
316
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
317
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Radio#config-insertFirst)
|
|
312
318
|
*/
|
|
313
319
|
insertFirst ? : HTMLElement|string
|
|
314
320
|
/**
|
|
@@ -42,6 +42,8 @@ defineProps<{
|
|
|
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/grid/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/RadioGroup#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -310,10 +312,14 @@ defineProps<{
|
|
|
310
312
|
inputFieldAlign ? : 'start'|'end'
|
|
311
313
|
/**
|
|
312
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/Core/widget/RadioGroup#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/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/Core/widget/RadioGroup#config-insertFirst)
|
|
317
323
|
*/
|
|
318
324
|
insertFirst ? : HTMLElement|string
|
|
319
325
|
/**
|
|
@@ -28,6 +28,8 @@ export declare type BryntumRadioGroupProps = {
|
|
|
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/Core/widget/RadioGroup#config-appendTo)
|
|
31
33
|
*/
|
|
32
34
|
appendTo ? : HTMLElement|string
|
|
33
35
|
/**
|
|
@@ -296,10 +298,14 @@ export declare type BryntumRadioGroupProps = {
|
|
|
296
298
|
inputFieldAlign ? : 'start'|'end'
|
|
297
299
|
/**
|
|
298
300
|
* 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.
|
|
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/RadioGroup#config-insertBefore)
|
|
299
303
|
*/
|
|
300
304
|
insertBefore ? : HTMLElement|string
|
|
301
305
|
/**
|
|
302
306
|
* 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.
|
|
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-insertFirst)
|
|
303
309
|
*/
|
|
304
310
|
insertFirst ? : HTMLElement|string
|
|
305
311
|
/**
|
|
@@ -28,6 +28,8 @@ export declare type BryntumRadioProps = {
|
|
|
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/Core/widget/Radio#config-appendTo)
|
|
31
33
|
*/
|
|
32
34
|
appendTo ? : HTMLElement|string
|
|
33
35
|
/**
|
|
@@ -291,10 +293,14 @@ export declare type BryntumRadioProps = {
|
|
|
291
293
|
inputWidth ? : string|number
|
|
292
294
|
/**
|
|
293
295
|
* 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.
|
|
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/Radio#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/grid/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-insertFirst)
|
|
298
304
|
*/
|
|
299
305
|
insertFirst ? : HTMLElement|string
|
|
300
306
|
/**
|
|
@@ -42,6 +42,8 @@ defineProps<{
|
|
|
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/grid/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/SlideToggle#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -305,10 +307,14 @@ defineProps<{
|
|
|
305
307
|
inputWidth ? : string|number
|
|
306
308
|
/**
|
|
307
309
|
* 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.
|
|
310
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
311
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/SlideToggle#config-insertBefore)
|
|
308
312
|
*/
|
|
309
313
|
insertBefore ? : HTMLElement|string
|
|
310
314
|
/**
|
|
311
315
|
* 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.
|
|
316
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
317
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/SlideToggle#config-insertFirst)
|
|
312
318
|
*/
|
|
313
319
|
insertFirst ? : HTMLElement|string
|
|
314
320
|
/**
|
|
@@ -28,6 +28,8 @@ export declare type BryntumSlideToggleProps = {
|
|
|
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/Core/widget/SlideToggle#config-appendTo)
|
|
31
33
|
*/
|
|
32
34
|
appendTo ? : HTMLElement|string
|
|
33
35
|
/**
|
|
@@ -291,10 +293,14 @@ export declare type BryntumSlideToggleProps = {
|
|
|
291
293
|
inputWidth ? : string|number
|
|
292
294
|
/**
|
|
293
295
|
* 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.
|
|
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/SlideToggle#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/grid/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-insertFirst)
|
|
298
304
|
*/
|
|
299
305
|
insertFirst ? : HTMLElement|string
|
|
300
306
|
/**
|
|
@@ -42,6 +42,8 @@ defineProps<{
|
|
|
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/grid/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/Slider#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -213,10 +215,14 @@ defineProps<{
|
|
|
213
215
|
ignoreParentReadOnly ? : Boolean
|
|
214
216
|
/**
|
|
215
217
|
* 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.
|
|
218
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
219
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Slider#config-insertBefore)
|
|
216
220
|
*/
|
|
217
221
|
insertBefore ? : HTMLElement|string
|
|
218
222
|
/**
|
|
219
223
|
* 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.
|
|
224
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
225
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Slider#config-insertFirst)
|
|
220
226
|
*/
|
|
221
227
|
insertFirst ? : HTMLElement|string
|
|
222
228
|
/**
|
|
@@ -28,6 +28,8 @@ export declare type BryntumSliderProps = {
|
|
|
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/Core/widget/Slider#config-appendTo)
|
|
31
33
|
*/
|
|
32
34
|
appendTo ? : HTMLElement|string
|
|
33
35
|
/**
|
|
@@ -199,10 +201,14 @@ export declare type BryntumSliderProps = {
|
|
|
199
201
|
ignoreParentReadOnly ? : Boolean
|
|
200
202
|
/**
|
|
201
203
|
* 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.
|
|
204
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
205
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Slider#config-insertBefore)
|
|
202
206
|
*/
|
|
203
207
|
insertBefore ? : HTMLElement|string
|
|
204
208
|
/**
|
|
205
209
|
* 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.
|
|
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-insertFirst)
|
|
206
212
|
*/
|
|
207
213
|
insertFirst ? : HTMLElement|string
|
|
208
214
|
/**
|
|
@@ -42,6 +42,8 @@ defineProps<{
|
|
|
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/grid/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/Splitter#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -213,10 +215,14 @@ defineProps<{
|
|
|
213
215
|
ignoreParentReadOnly ? : Boolean
|
|
214
216
|
/**
|
|
215
217
|
* 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.
|
|
218
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
219
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Splitter#config-insertBefore)
|
|
216
220
|
*/
|
|
217
221
|
insertBefore ? : HTMLElement|string
|
|
218
222
|
/**
|
|
219
223
|
* 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.
|
|
224
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
225
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Splitter#config-insertFirst)
|
|
220
226
|
*/
|
|
221
227
|
insertFirst ? : HTMLElement|string
|
|
222
228
|
/**
|
|
@@ -28,6 +28,8 @@ export declare type BryntumSplitterProps = {
|
|
|
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/Core/widget/Splitter#config-appendTo)
|
|
31
33
|
*/
|
|
32
34
|
appendTo ? : HTMLElement|string
|
|
33
35
|
/**
|
|
@@ -199,10 +201,14 @@ export declare type BryntumSplitterProps = {
|
|
|
199
201
|
ignoreParentReadOnly ? : Boolean
|
|
200
202
|
/**
|
|
201
203
|
* 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.
|
|
204
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
205
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Splitter#config-insertBefore)
|
|
202
206
|
*/
|
|
203
207
|
insertBefore ? : HTMLElement|string
|
|
204
208
|
/**
|
|
205
209
|
* 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.
|
|
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-insertFirst)
|
|
206
212
|
*/
|
|
207
213
|
insertFirst ? : HTMLElement|string
|
|
208
214
|
/**
|
|
@@ -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/Core/widget/TabPanel#config-appendTo)
|
|
53
55
|
*/
|
|
54
56
|
appendTo ? : HTMLElement|string
|
|
55
57
|
/**
|
|
@@ -311,10 +313,14 @@ defineProps<{
|
|
|
311
313
|
inputFieldAlign ? : 'start'|'end'
|
|
312
314
|
/**
|
|
313
315
|
* 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.
|
|
316
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
317
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TabPanel#config-insertBefore)
|
|
314
318
|
*/
|
|
315
319
|
insertBefore ? : HTMLElement|string
|
|
316
320
|
/**
|
|
317
321
|
* 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.
|
|
322
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
323
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TabPanel#config-insertFirst)
|
|
318
324
|
*/
|
|
319
325
|
insertFirst ? : HTMLElement|string
|
|
320
326
|
/**
|
|
@@ -36,6 +36,8 @@ export declare type BryntumTabPanelProps = {
|
|
|
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/Core/widget/TabPanel#config-appendTo)
|
|
39
41
|
*/
|
|
40
42
|
appendTo ? : HTMLElement|string
|
|
41
43
|
/**
|
|
@@ -297,10 +299,14 @@ export declare type BryntumTabPanelProps = {
|
|
|
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/grid/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/TabPanel#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/grid/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-insertFirst)
|
|
304
310
|
*/
|
|
305
311
|
insertFirst ? : HTMLElement|string
|
|
306
312
|
/**
|
|
@@ -42,6 +42,8 @@ defineProps<{
|
|
|
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/grid/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/TextAreaField#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -309,10 +311,14 @@ defineProps<{
|
|
|
309
311
|
inputWidth ? : string|number
|
|
310
312
|
/**
|
|
311
313
|
* 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.
|
|
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/TextAreaField#config-insertBefore)
|
|
312
316
|
*/
|
|
313
317
|
insertBefore ? : HTMLElement|string
|
|
314
318
|
/**
|
|
315
319
|
* 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.
|
|
320
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
321
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextAreaField#config-insertFirst)
|
|
316
322
|
*/
|
|
317
323
|
insertFirst ? : HTMLElement|string
|
|
318
324
|
/**
|
|
@@ -28,6 +28,8 @@ export declare type BryntumTextAreaFieldProps = {
|
|
|
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/Core/widget/TextAreaField#config-appendTo)
|
|
31
33
|
*/
|
|
32
34
|
appendTo ? : HTMLElement|string
|
|
33
35
|
/**
|
|
@@ -295,10 +297,14 @@ export declare type BryntumTextAreaFieldProps = {
|
|
|
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/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/Core/widget/TextAreaField#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/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/Core/widget/TextAreaField#config-insertFirst)
|
|
302
308
|
*/
|
|
303
309
|
insertFirst ? : HTMLElement|string
|
|
304
310
|
/**
|
|
@@ -42,6 +42,8 @@ defineProps<{
|
|
|
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/grid/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/TextAreaPickerField#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -300,10 +302,14 @@ defineProps<{
|
|
|
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/grid/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/TextAreaPickerField#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/grid/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/TextAreaPickerField#config-insertFirst)
|
|
307
313
|
*/
|
|
308
314
|
insertFirst ? : HTMLElement|string
|
|
309
315
|
/**
|
|
@@ -28,6 +28,8 @@ export declare type BryntumTextAreaPickerFieldProps = {
|
|
|
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/Core/widget/TextAreaPickerField#config-appendTo)
|
|
31
33
|
*/
|
|
32
34
|
appendTo ? : HTMLElement|string
|
|
33
35
|
/**
|
|
@@ -286,10 +288,14 @@ export declare type BryntumTextAreaPickerFieldProps = {
|
|
|
286
288
|
inputWidth ? : string|number
|
|
287
289
|
/**
|
|
288
290
|
* 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.
|
|
291
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
292
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextAreaPickerField#config-insertBefore)
|
|
289
293
|
*/
|
|
290
294
|
insertBefore ? : HTMLElement|string
|
|
291
295
|
/**
|
|
292
296
|
* 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.
|
|
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-insertFirst)
|
|
293
299
|
*/
|
|
294
300
|
insertFirst ? : HTMLElement|string
|
|
295
301
|
/**
|
|
@@ -42,6 +42,8 @@ defineProps<{
|
|
|
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/grid/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/TextField#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -303,10 +305,14 @@ defineProps<{
|
|
|
303
305
|
inputWidth ? : string|number
|
|
304
306
|
/**
|
|
305
307
|
* 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.
|
|
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/TextField#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/grid/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/TextField#config-insertFirst)
|
|
310
316
|
*/
|
|
311
317
|
insertFirst ? : HTMLElement|string
|
|
312
318
|
/**
|
|
@@ -28,6 +28,8 @@ export declare type BryntumTextFieldProps = {
|
|
|
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/Core/widget/TextField#config-appendTo)
|
|
31
33
|
*/
|
|
32
34
|
appendTo ? : HTMLElement|string
|
|
33
35
|
/**
|
|
@@ -289,10 +291,14 @@ export declare type BryntumTextFieldProps = {
|
|
|
289
291
|
inputWidth ? : string|number
|
|
290
292
|
/**
|
|
291
293
|
* 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.
|
|
294
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
295
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextField#config-insertBefore)
|
|
292
296
|
*/
|
|
293
297
|
insertBefore ? : HTMLElement|string
|
|
294
298
|
/**
|
|
295
299
|
* 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.
|
|
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-insertFirst)
|
|
296
302
|
*/
|
|
297
303
|
insertFirst ? : HTMLElement|string
|
|
298
304
|
/**
|
|
@@ -42,6 +42,8 @@ defineProps<{
|
|
|
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/grid/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/TimeField#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -309,10 +311,14 @@ defineProps<{
|
|
|
309
311
|
inputWidth ? : string|number
|
|
310
312
|
/**
|
|
311
313
|
* 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.
|
|
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/TimeField#config-insertBefore)
|
|
312
316
|
*/
|
|
313
317
|
insertBefore ? : HTMLElement|string
|
|
314
318
|
/**
|
|
315
319
|
* 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.
|
|
320
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
321
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TimeField#config-insertFirst)
|
|
316
322
|
*/
|
|
317
323
|
insertFirst ? : HTMLElement|string
|
|
318
324
|
/**
|
|
@@ -28,6 +28,8 @@ export declare type BryntumTimeFieldProps = {
|
|
|
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/Core/widget/TimeField#config-appendTo)
|
|
31
33
|
*/
|
|
32
34
|
appendTo ? : HTMLElement|string
|
|
33
35
|
/**
|
|
@@ -295,10 +297,14 @@ export declare type BryntumTimeFieldProps = {
|
|
|
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/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/Core/widget/TimeField#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/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/Core/widget/TimeField#config-insertFirst)
|
|
302
308
|
*/
|
|
303
309
|
insertFirst ? : HTMLElement|string
|
|
304
310
|
/**
|
|
@@ -42,6 +42,8 @@ defineProps<{
|
|
|
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/grid/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/TimePicker#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -251,10 +253,14 @@ defineProps<{
|
|
|
251
253
|
inputFieldAlign ? : 'start'|'end'
|
|
252
254
|
/**
|
|
253
255
|
* 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.
|
|
256
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
257
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TimePicker#config-insertBefore)
|
|
254
258
|
*/
|
|
255
259
|
insertBefore ? : HTMLElement|string
|
|
256
260
|
/**
|
|
257
261
|
* 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.
|
|
262
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
263
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TimePicker#config-insertFirst)
|
|
258
264
|
*/
|
|
259
265
|
insertFirst ? : HTMLElement|string
|
|
260
266
|
/**
|