@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 BryntumTimePickerProps = {
|
|
|
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/TimePicker#config-appendTo)
|
|
31
33
|
*/
|
|
32
34
|
appendTo ? : HTMLElement|string
|
|
33
35
|
/**
|
|
@@ -237,10 +239,14 @@ export declare type BryntumTimePickerProps = {
|
|
|
237
239
|
inputFieldAlign ? : 'start'|'end'
|
|
238
240
|
/**
|
|
239
241
|
* 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.
|
|
242
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
243
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TimePicker#config-insertBefore)
|
|
240
244
|
*/
|
|
241
245
|
insertBefore ? : HTMLElement|string
|
|
242
246
|
/**
|
|
243
247
|
* 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.
|
|
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-insertFirst)
|
|
244
250
|
*/
|
|
245
251
|
insertFirst ? : HTMLElement|string
|
|
246
252
|
/**
|
|
@@ -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/Toolbar#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -250,10 +252,14 @@ defineProps<{
|
|
|
250
252
|
inputFieldAlign ? : 'start'|'end'
|
|
251
253
|
/**
|
|
252
254
|
* 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.
|
|
255
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
256
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-insertBefore)
|
|
253
257
|
*/
|
|
254
258
|
insertBefore ? : HTMLElement|string
|
|
255
259
|
/**
|
|
256
260
|
* 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.
|
|
261
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
262
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-insertFirst)
|
|
257
263
|
*/
|
|
258
264
|
insertFirst ? : HTMLElement|string
|
|
259
265
|
/**
|
|
@@ -28,6 +28,8 @@ export declare type BryntumToolbarProps = {
|
|
|
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/Toolbar#config-appendTo)
|
|
31
33
|
*/
|
|
32
34
|
appendTo ? : HTMLElement|string
|
|
33
35
|
/**
|
|
@@ -236,10 +238,14 @@ export declare type BryntumToolbarProps = {
|
|
|
236
238
|
inputFieldAlign ? : 'start'|'end'
|
|
237
239
|
/**
|
|
238
240
|
* 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.
|
|
241
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
242
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Toolbar#config-insertBefore)
|
|
239
243
|
*/
|
|
240
244
|
insertBefore ? : HTMLElement|string
|
|
241
245
|
/**
|
|
242
246
|
* 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.
|
|
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-insertFirst)
|
|
243
249
|
*/
|
|
244
250
|
insertFirst ? : HTMLElement|string
|
|
245
251
|
/**
|
|
@@ -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/Grid/widget/TreeCombo#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -406,10 +408,14 @@ defineProps<{
|
|
|
406
408
|
inputWidth ? : string|number
|
|
407
409
|
/**
|
|
408
410
|
* 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.
|
|
411
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
412
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-insertBefore)
|
|
409
413
|
*/
|
|
410
414
|
insertBefore ? : HTMLElement|string
|
|
411
415
|
/**
|
|
412
416
|
* 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.
|
|
417
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
418
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-insertFirst)
|
|
413
419
|
*/
|
|
414
420
|
insertFirst ? : HTMLElement|string
|
|
415
421
|
/**
|
|
@@ -28,6 +28,8 @@ export declare type BryntumTreeComboProps = {
|
|
|
28
28
|
/**
|
|
29
29
|
* Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
|
|
30
30
|
* runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element).
|
|
31
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
32
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-appendTo)
|
|
31
33
|
*/
|
|
32
34
|
appendTo ? : HTMLElement|string
|
|
33
35
|
/**
|
|
@@ -392,10 +394,14 @@ export declare type BryntumTreeComboProps = {
|
|
|
392
394
|
inputWidth ? : string|number
|
|
393
395
|
/**
|
|
394
396
|
* 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.
|
|
397
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
398
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-insertBefore)
|
|
395
399
|
*/
|
|
396
400
|
insertBefore ? : HTMLElement|string
|
|
397
401
|
/**
|
|
398
402
|
* 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.
|
|
403
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
404
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-insertFirst)
|
|
399
405
|
*/
|
|
400
406
|
insertFirst ? : HTMLElement|string
|
|
401
407
|
/**
|
|
@@ -73,6 +73,8 @@ defineProps<{
|
|
|
73
73
|
/**
|
|
74
74
|
* Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
|
|
75
75
|
* runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element).
|
|
76
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
77
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-appendTo)
|
|
76
78
|
*/
|
|
77
79
|
appendTo ? : HTMLElement|string
|
|
78
80
|
/**
|
|
@@ -384,10 +386,14 @@ defineProps<{
|
|
|
384
386
|
inputFieldAlign ? : 'start'|'end'
|
|
385
387
|
/**
|
|
386
388
|
* 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.
|
|
389
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
390
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-insertBefore)
|
|
387
391
|
*/
|
|
388
392
|
insertBefore ? : HTMLElement|string
|
|
389
393
|
/**
|
|
390
394
|
* 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.
|
|
395
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
396
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-insertFirst)
|
|
391
397
|
*/
|
|
392
398
|
insertFirst ? : HTMLElement|string
|
|
393
399
|
/**
|
|
@@ -36,6 +36,8 @@ export declare type BryntumTreeGridProps = {
|
|
|
36
36
|
/**
|
|
37
37
|
* Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
|
|
38
38
|
* runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element).
|
|
39
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
40
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-appendTo)
|
|
39
41
|
*/
|
|
40
42
|
appendTo ? : HTMLElement|string
|
|
41
43
|
/**
|
|
@@ -347,10 +349,14 @@ export declare type BryntumTreeGridProps = {
|
|
|
347
349
|
inputFieldAlign ? : 'start'|'end'
|
|
348
350
|
/**
|
|
349
351
|
* Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
352
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
353
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-insertBefore)
|
|
350
354
|
*/
|
|
351
355
|
insertBefore ? : HTMLElement|string
|
|
352
356
|
/**
|
|
353
357
|
* Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
358
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
359
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-insertFirst)
|
|
354
360
|
*/
|
|
355
361
|
insertFirst ? : HTMLElement|string
|
|
356
362
|
/**
|
|
@@ -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/Widget#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/Widget#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/Widget#config-insertFirst)
|
|
220
226
|
*/
|
|
221
227
|
insertFirst ? : HTMLElement|string
|
|
222
228
|
/**
|
|
@@ -28,6 +28,8 @@ export declare type BryntumWidgetProps = {
|
|
|
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/Widget#config-appendTo)
|
|
31
33
|
*/
|
|
32
34
|
appendTo ? : HTMLElement|string
|
|
33
35
|
/**
|
|
@@ -199,10 +201,14 @@ export declare type BryntumWidgetProps = {
|
|
|
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/Widget#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/Widget#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/YearPicker#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -299,10 +301,14 @@ defineProps<{
|
|
|
299
301
|
inputFieldAlign ? : 'start'|'end'
|
|
300
302
|
/**
|
|
301
303
|
* 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.
|
|
304
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
305
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/YearPicker#config-insertBefore)
|
|
302
306
|
*/
|
|
303
307
|
insertBefore ? : HTMLElement|string
|
|
304
308
|
/**
|
|
305
309
|
* 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.
|
|
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/YearPicker#config-insertFirst)
|
|
306
312
|
*/
|
|
307
313
|
insertFirst ? : HTMLElement|string
|
|
308
314
|
/**
|
|
@@ -28,6 +28,8 @@ export declare type BryntumYearPickerProps = {
|
|
|
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/YearPicker#config-appendTo)
|
|
31
33
|
*/
|
|
32
34
|
appendTo ? : HTMLElement|string
|
|
33
35
|
/**
|
|
@@ -285,10 +287,14 @@ export declare type BryntumYearPickerProps = {
|
|
|
285
287
|
inputFieldAlign ? : 'start'|'end'
|
|
286
288
|
/**
|
|
287
289
|
* 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.
|
|
290
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
291
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/YearPicker#config-insertBefore)
|
|
288
292
|
*/
|
|
289
293
|
insertBefore ? : HTMLElement|string
|
|
290
294
|
/**
|
|
291
295
|
* 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.
|
|
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-insertFirst)
|
|
292
298
|
*/
|
|
293
299
|
insertFirst ? : HTMLElement|string
|
|
294
300
|
/**
|