@bryntum/core-vue-3-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/chunks/-8Xai_9S.js.map +1 -1
- package/lib/chunks/47-V2ACd.js.map +1 -1
- package/lib/chunks/ASihDjXw.js.map +1 -1
- package/lib/chunks/B7KhcgPC.js.map +1 -1
- package/lib/chunks/B8KGPeHy.js.map +1 -1
- package/lib/chunks/BB8tOII_.js.map +1 -1
- package/lib/chunks/BEX7SIci.js.map +1 -1
- package/lib/chunks/BFNWOtf2.js.map +1 -1
- package/lib/chunks/BG7E4-sX.js.map +1 -1
- package/lib/chunks/BH9WVqFa.js.map +1 -1
- package/lib/chunks/BOGE5pxL.js.map +1 -1
- package/lib/chunks/BQikt_g7.js.map +1 -1
- package/lib/chunks/BWPcUxSk.js.map +1 -1
- package/lib/chunks/BmrPNTUZ.js.map +1 -1
- package/lib/chunks/Bpq-_L_J.js.map +1 -1
- package/lib/chunks/Brp0NyFN.js.map +1 -1
- package/lib/chunks/BuQqXOvY.js.map +1 -1
- package/lib/chunks/ByuztLAT.js.map +1 -1
- package/lib/chunks/C0JI13dO.js.map +1 -1
- package/lib/chunks/C8pe1IyH.js.map +1 -1
- package/lib/chunks/C987g-kK.js.map +1 -1
- package/lib/chunks/CLqf-0PN.js.map +1 -1
- package/lib/chunks/CQwgnD9q.js.map +1 -1
- package/lib/chunks/CXEKQ18L.js.map +1 -1
- package/lib/chunks/Cd9NJP1W.js.map +1 -1
- package/lib/chunks/CfCbZPht.js.map +1 -1
- package/lib/chunks/CpVLgWPj.js.map +1 -1
- package/lib/chunks/Csirfhz_.js.map +1 -1
- package/lib/chunks/Cz2JtuJX.js.map +1 -1
- package/lib/chunks/D6JcA9Zt.js.map +1 -1
- package/lib/chunks/DCcctqdo.js.map +1 -1
- package/lib/chunks/DNScKbAm.js.map +1 -1
- package/lib/chunks/DNTQukmL.js.map +1 -1
- package/lib/chunks/DOp4_ZR2.js.map +1 -1
- package/lib/chunks/DQLfwhka.js.map +1 -1
- package/lib/chunks/DR_RL3ms.js.map +1 -1
- package/lib/chunks/Dg7wbkjL.js.map +1 -1
- package/lib/chunks/DgXr7-Gj.js.map +1 -1
- package/lib/chunks/DhOHvb1Z.js.map +1 -1
- package/lib/chunks/Hu7IhLgO.js.map +1 -1
- package/lib/chunks/WGJj3T9m.js.map +1 -1
- package/lib/chunks/Wh7gYeFQ.js.map +1 -1
- package/lib/chunks/YAeyT4qi.js.map +1 -1
- package/lib/chunks/boSXkG-m.js.map +1 -1
- package/lib/chunks/lQtECawa.js.map +1 -1
- package/lib/chunks/vcFE80xr.js.map +1 -1
- package/lib/chunks/xYFGvsOR.js.map +1 -1
- package/lib/chunks/zIlWjejC.js.map +1 -1
- package/lib/chunks/ztxFXigG.js.map +1 -1
- package/package.json +1 -1
- 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/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/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/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
|
@@ -27,6 +27,8 @@ export declare type BryntumCheckboxGroupProps = {
|
|
|
27
27
|
/**
|
|
28
28
|
* Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
|
|
29
29
|
* runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
|
|
30
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
31
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/CheckboxGroup#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -290,10 +292,14 @@ export declare type BryntumCheckboxGroupProps = {
|
|
|
290
292
|
inputFieldAlign ? : 'start'|'end'
|
|
291
293
|
/**
|
|
292
294
|
* Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
295
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
296
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/CheckboxGroup#config-insertBefore)
|
|
293
297
|
*/
|
|
294
298
|
insertBefore ? : HTMLElement|string
|
|
295
299
|
/**
|
|
296
300
|
* Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
301
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
302
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/CheckboxGroup#config-insertFirst)
|
|
297
303
|
*/
|
|
298
304
|
insertFirst ? : HTMLElement|string
|
|
299
305
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumCheckboxProps = {
|
|
|
27
27
|
/**
|
|
28
28
|
* Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
|
|
29
29
|
* runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
|
|
30
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
31
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Checkbox#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -290,10 +292,14 @@ export declare type BryntumCheckboxProps = {
|
|
|
290
292
|
inputWidth ? : string|number
|
|
291
293
|
/**
|
|
292
294
|
* Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
295
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
296
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Checkbox#config-insertBefore)
|
|
293
297
|
*/
|
|
294
298
|
insertBefore ? : HTMLElement|string
|
|
295
299
|
/**
|
|
296
300
|
* Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
301
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
302
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Checkbox#config-insertFirst)
|
|
297
303
|
*/
|
|
298
304
|
insertFirst ? : HTMLElement|string
|
|
299
305
|
/**
|
|
@@ -52,6 +52,8 @@ defineProps<{
|
|
|
52
52
|
/**
|
|
53
53
|
* Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
|
|
54
54
|
* runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
|
|
55
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
56
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ChipView#config-appendTo)
|
|
55
57
|
*/
|
|
56
58
|
appendTo ? : HTMLElement|string
|
|
57
59
|
/**
|
|
@@ -101,9 +103,11 @@ defineProps<{
|
|
|
101
103
|
/**
|
|
102
104
|
* If [closable](https://bryntum.com/products/core/docs/api/Core/widget/ChipView#config-closable) is `true`, this is the name of a callback function to handle what the "close"
|
|
103
105
|
* action means. If not provided, the record representing the chip is removed from the store.
|
|
106
|
+
* @param {Core.data.Model[]} records Records to be closed
|
|
107
|
+
* @param {object} options Close options
|
|
104
108
|
* @returns {void}
|
|
105
109
|
*/
|
|
106
|
-
closeHandler ? : string|(() => void)
|
|
110
|
+
closeHandler ? : string|((records: Model[], options: object) => void)
|
|
107
111
|
/**
|
|
108
112
|
* Custom CSS classes to add to element.
|
|
109
113
|
* May be specified as a space separated string, or as an object in which property names
|
|
@@ -280,10 +284,14 @@ defineProps<{
|
|
|
280
284
|
ignoreParentReadOnly ? : Boolean
|
|
281
285
|
/**
|
|
282
286
|
* 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.
|
|
287
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
288
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ChipView#config-insertBefore)
|
|
283
289
|
*/
|
|
284
290
|
insertBefore ? : HTMLElement|string
|
|
285
291
|
/**
|
|
286
292
|
* 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.
|
|
293
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
294
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ChipView#config-insertFirst)
|
|
287
295
|
*/
|
|
288
296
|
insertFirst ? : HTMLElement|string
|
|
289
297
|
/**
|
|
@@ -37,6 +37,8 @@ export declare type BryntumChipViewProps = {
|
|
|
37
37
|
/**
|
|
38
38
|
* Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
|
|
39
39
|
* runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
|
|
40
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
41
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ChipView#config-appendTo)
|
|
40
42
|
*/
|
|
41
43
|
appendTo ? : HTMLElement|string
|
|
42
44
|
/**
|
|
@@ -86,9 +88,11 @@ export declare type BryntumChipViewProps = {
|
|
|
86
88
|
/**
|
|
87
89
|
* If [closable](https://bryntum.com/products/core/docs/api/Core/widget/ChipView#config-closable) is `true`, this is the name of a callback function to handle what the "close"
|
|
88
90
|
* action means. If not provided, the record representing the chip is removed from the store.
|
|
91
|
+
* @param {Core.data.Model[]} records Records to be closed
|
|
92
|
+
* @param {object} options Close options
|
|
89
93
|
* @returns {void}
|
|
90
94
|
*/
|
|
91
|
-
closeHandler ? : string|(() => void)
|
|
95
|
+
closeHandler ? : string|((records: Model[], options: object) => void)
|
|
92
96
|
/**
|
|
93
97
|
* Custom CSS classes to add to element.
|
|
94
98
|
* May be specified as a space separated string, or as an object in which property names
|
|
@@ -265,10 +269,14 @@ export declare type BryntumChipViewProps = {
|
|
|
265
269
|
ignoreParentReadOnly ? : Boolean
|
|
266
270
|
/**
|
|
267
271
|
* 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.
|
|
272
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
273
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ChipView#config-insertBefore)
|
|
268
274
|
*/
|
|
269
275
|
insertBefore ? : HTMLElement|string
|
|
270
276
|
/**
|
|
271
277
|
* 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.
|
|
278
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
279
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ChipView#config-insertFirst)
|
|
272
280
|
*/
|
|
273
281
|
insertFirst ? : HTMLElement|string
|
|
274
282
|
/**
|
|
@@ -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/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/CodeEditor#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -308,10 +310,14 @@ defineProps<{
|
|
|
308
310
|
inputFieldAlign ? : 'start'|'end'
|
|
309
311
|
/**
|
|
310
312
|
* Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
313
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
314
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/CodeEditor#config-insertBefore)
|
|
311
315
|
*/
|
|
312
316
|
insertBefore ? : HTMLElement|string
|
|
313
317
|
/**
|
|
314
318
|
* Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
319
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
320
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/CodeEditor#config-insertFirst)
|
|
315
321
|
*/
|
|
316
322
|
insertFirst ? : HTMLElement|string
|
|
317
323
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumCodeEditorProps = {
|
|
|
27
27
|
/**
|
|
28
28
|
* Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
|
|
29
29
|
* runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
|
|
30
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
31
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/CodeEditor#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -293,10 +295,14 @@ export declare type BryntumCodeEditorProps = {
|
|
|
293
295
|
inputFieldAlign ? : 'start'|'end'
|
|
294
296
|
/**
|
|
295
297
|
* 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.
|
|
298
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
299
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/CodeEditor#config-insertBefore)
|
|
296
300
|
*/
|
|
297
301
|
insertBefore ? : HTMLElement|string
|
|
298
302
|
/**
|
|
299
303
|
* 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.
|
|
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/CodeEditor#config-insertFirst)
|
|
300
306
|
*/
|
|
301
307
|
insertFirst ? : HTMLElement|string
|
|
302
308
|
/**
|
|
@@ -46,6 +46,8 @@ defineProps<{
|
|
|
46
46
|
/**
|
|
47
47
|
* Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
|
|
48
48
|
* runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
|
|
49
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
50
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-appendTo)
|
|
49
51
|
*/
|
|
50
52
|
appendTo ? : HTMLElement|string
|
|
51
53
|
/**
|
|
@@ -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/core/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/ColorField#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/core/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/ColorField#config-insertFirst)
|
|
312
318
|
*/
|
|
313
319
|
insertFirst ? : HTMLElement|string
|
|
314
320
|
/**
|
|
@@ -31,6 +31,8 @@ export declare type BryntumColorFieldProps = {
|
|
|
31
31
|
/**
|
|
32
32
|
* Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
|
|
33
33
|
* runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
|
|
34
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
35
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-appendTo)
|
|
34
36
|
*/
|
|
35
37
|
appendTo ? : HTMLElement|string
|
|
36
38
|
/**
|
|
@@ -290,10 +292,14 @@ export declare type BryntumColorFieldProps = {
|
|
|
290
292
|
inputWidth ? : string|number
|
|
291
293
|
/**
|
|
292
294
|
* Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
295
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
296
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-insertBefore)
|
|
293
297
|
*/
|
|
294
298
|
insertBefore ? : HTMLElement|string
|
|
295
299
|
/**
|
|
296
300
|
* Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
301
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
302
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-insertFirst)
|
|
297
303
|
*/
|
|
298
304
|
insertFirst ? : HTMLElement|string
|
|
299
305
|
/**
|
|
@@ -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/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/Combo#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/core/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/Core/widget/Combo#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/core/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/Core/widget/Combo#config-insertFirst)
|
|
413
419
|
*/
|
|
414
420
|
insertFirst ? : HTMLElement|string
|
|
415
421
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumComboProps = {
|
|
|
27
27
|
/**
|
|
28
28
|
* Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
|
|
29
29
|
* runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
|
|
30
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
31
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -391,10 +393,14 @@ export declare type BryntumComboProps = {
|
|
|
391
393
|
inputWidth ? : string|number
|
|
392
394
|
/**
|
|
393
395
|
* 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.
|
|
396
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
397
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-insertBefore)
|
|
394
398
|
*/
|
|
395
399
|
insertBefore ? : HTMLElement|string
|
|
396
400
|
/**
|
|
397
401
|
* 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.
|
|
402
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
403
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-insertFirst)
|
|
398
404
|
*/
|
|
399
405
|
insertFirst ? : HTMLElement|string
|
|
400
406
|
/**
|
|
@@ -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/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/Container#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -246,10 +248,14 @@ defineProps<{
|
|
|
246
248
|
inputFieldAlign ? : 'start'|'end'
|
|
247
249
|
/**
|
|
248
250
|
* Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
251
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
252
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-insertBefore)
|
|
249
253
|
*/
|
|
250
254
|
insertBefore ? : HTMLElement|string
|
|
251
255
|
/**
|
|
252
256
|
* Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
257
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
258
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-insertFirst)
|
|
253
259
|
*/
|
|
254
260
|
insertFirst ? : HTMLElement|string
|
|
255
261
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumContainerProps = {
|
|
|
27
27
|
/**
|
|
28
28
|
* Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
|
|
29
29
|
* runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
|
|
30
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
31
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -231,10 +233,14 @@ export declare type BryntumContainerProps = {
|
|
|
231
233
|
inputFieldAlign ? : 'start'|'end'
|
|
232
234
|
/**
|
|
233
235
|
* 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.
|
|
236
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
237
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-insertBefore)
|
|
234
238
|
*/
|
|
235
239
|
insertBefore ? : HTMLElement|string
|
|
236
240
|
/**
|
|
237
241
|
* 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.
|
|
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/Container#config-insertFirst)
|
|
238
244
|
*/
|
|
239
245
|
insertFirst ? : HTMLElement|string
|
|
240
246
|
/**
|
|
@@ -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/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/DateField#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -308,10 +310,14 @@ defineProps<{
|
|
|
308
310
|
inputWidth ? : string|number
|
|
309
311
|
/**
|
|
310
312
|
* Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
313
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
314
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateField#config-insertBefore)
|
|
311
315
|
*/
|
|
312
316
|
insertBefore ? : HTMLElement|string
|
|
313
317
|
/**
|
|
314
318
|
* Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
319
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
320
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateField#config-insertFirst)
|
|
315
321
|
*/
|
|
316
322
|
insertFirst ? : HTMLElement|string
|
|
317
323
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumDateFieldProps = {
|
|
|
27
27
|
/**
|
|
28
28
|
* Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
|
|
29
29
|
* runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
|
|
30
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
31
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateField#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -293,10 +295,14 @@ export declare type BryntumDateFieldProps = {
|
|
|
293
295
|
inputWidth ? : string|number
|
|
294
296
|
/**
|
|
295
297
|
* 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.
|
|
298
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
299
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateField#config-insertBefore)
|
|
296
300
|
*/
|
|
297
301
|
insertBefore ? : HTMLElement|string
|
|
298
302
|
/**
|
|
299
303
|
* 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.
|
|
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/DateField#config-insertFirst)
|
|
300
306
|
*/
|
|
301
307
|
insertFirst ? : HTMLElement|string
|
|
302
308
|
/**
|
|
@@ -55,6 +55,8 @@ defineProps<{
|
|
|
55
55
|
/**
|
|
56
56
|
* Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
|
|
57
57
|
* runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
|
|
58
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
59
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DatePicker#config-appendTo)
|
|
58
60
|
*/
|
|
59
61
|
appendTo ? : HTMLElement|string
|
|
60
62
|
/**
|
|
@@ -402,10 +404,14 @@ defineProps<{
|
|
|
402
404
|
inputFieldAlign ? : 'start'|'end'
|
|
403
405
|
/**
|
|
404
406
|
* 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.
|
|
407
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
408
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DatePicker#config-insertBefore)
|
|
405
409
|
*/
|
|
406
410
|
insertBefore ? : HTMLElement|string
|
|
407
411
|
/**
|
|
408
412
|
* 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.
|
|
413
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
414
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DatePicker#config-insertFirst)
|
|
409
415
|
*/
|
|
410
416
|
insertFirst ? : HTMLElement|string
|
|
411
417
|
/**
|
|
@@ -40,6 +40,8 @@ export declare type BryntumDatePickerProps = {
|
|
|
40
40
|
/**
|
|
41
41
|
* Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
|
|
42
42
|
* runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
|
|
43
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
44
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DatePicker#config-appendTo)
|
|
43
45
|
*/
|
|
44
46
|
appendTo ? : HTMLElement|string
|
|
45
47
|
/**
|
|
@@ -387,10 +389,14 @@ export declare type BryntumDatePickerProps = {
|
|
|
387
389
|
inputFieldAlign ? : 'start'|'end'
|
|
388
390
|
/**
|
|
389
391
|
* 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.
|
|
392
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
393
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DatePicker#config-insertBefore)
|
|
390
394
|
*/
|
|
391
395
|
insertBefore ? : HTMLElement|string
|
|
392
396
|
/**
|
|
393
397
|
* 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.
|
|
398
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
399
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DatePicker#config-insertFirst)
|
|
394
400
|
*/
|
|
395
401
|
insertFirst ? : HTMLElement|string
|
|
396
402
|
/**
|
|
@@ -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/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/DateRangeField#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -330,10 +332,14 @@ defineProps<{
|
|
|
330
332
|
inputWidth ? : string|number
|
|
331
333
|
/**
|
|
332
334
|
* 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.
|
|
335
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
336
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateRangeField#config-insertBefore)
|
|
333
337
|
*/
|
|
334
338
|
insertBefore ? : HTMLElement|string
|
|
335
339
|
/**
|
|
336
340
|
* 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.
|
|
341
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
342
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateRangeField#config-insertFirst)
|
|
337
343
|
*/
|
|
338
344
|
insertFirst ? : HTMLElement|string
|
|
339
345
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumDateRangeFieldProps = {
|
|
|
27
27
|
/**
|
|
28
28
|
* Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
|
|
29
29
|
* runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
|
|
30
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
31
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateRangeField#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -315,10 +317,14 @@ export declare type BryntumDateRangeFieldProps = {
|
|
|
315
317
|
inputWidth ? : string|number
|
|
316
318
|
/**
|
|
317
319
|
* 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.
|
|
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/DateRangeField#config-insertBefore)
|
|
318
322
|
*/
|
|
319
323
|
insertBefore ? : HTMLElement|string
|
|
320
324
|
/**
|
|
321
325
|
* 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.
|
|
326
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
327
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateRangeField#config-insertFirst)
|
|
322
328
|
*/
|
|
323
329
|
insertFirst ? : HTMLElement|string
|
|
324
330
|
/**
|
|
@@ -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/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/DateTimeField#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -284,10 +286,14 @@ defineProps<{
|
|
|
284
286
|
inputTag ? : string
|
|
285
287
|
/**
|
|
286
288
|
* 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.
|
|
289
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
290
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateTimeField#config-insertBefore)
|
|
287
291
|
*/
|
|
288
292
|
insertBefore ? : HTMLElement|string
|
|
289
293
|
/**
|
|
290
294
|
* 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.
|
|
295
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
296
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateTimeField#config-insertFirst)
|
|
291
297
|
*/
|
|
292
298
|
insertFirst ? : HTMLElement|string
|
|
293
299
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumDateTimeFieldProps = {
|
|
|
27
27
|
/**
|
|
28
28
|
* Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
|
|
29
29
|
* runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
|
|
30
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
31
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateTimeField#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -269,10 +271,14 @@ export declare type BryntumDateTimeFieldProps = {
|
|
|
269
271
|
inputTag ? : string
|
|
270
272
|
/**
|
|
271
273
|
* 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.
|
|
274
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
275
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateTimeField#config-insertBefore)
|
|
272
276
|
*/
|
|
273
277
|
insertBefore ? : HTMLElement|string
|
|
274
278
|
/**
|
|
275
279
|
* 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.
|
|
280
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
281
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateTimeField#config-insertFirst)
|
|
276
282
|
*/
|
|
277
283
|
insertFirst ? : HTMLElement|string
|
|
278
284
|
/**
|
|
@@ -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/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/DemoCodeEditor#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -312,10 +314,14 @@ defineProps<{
|
|
|
312
314
|
inputFieldAlign ? : 'start'|'end'
|
|
313
315
|
/**
|
|
314
316
|
* 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.
|
|
317
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
318
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DemoCodeEditor#config-insertBefore)
|
|
315
319
|
*/
|
|
316
320
|
insertBefore ? : HTMLElement|string
|
|
317
321
|
/**
|
|
318
322
|
* 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.
|
|
323
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
324
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DemoCodeEditor#config-insertFirst)
|
|
319
325
|
*/
|
|
320
326
|
insertFirst ? : HTMLElement|string
|
|
321
327
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumDemoCodeEditorProps = {
|
|
|
27
27
|
/**
|
|
28
28
|
* Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
|
|
29
29
|
* runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
|
|
30
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
31
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DemoCodeEditor#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -297,10 +299,14 @@ export declare type BryntumDemoCodeEditorProps = {
|
|
|
297
299
|
inputFieldAlign ? : 'start'|'end'
|
|
298
300
|
/**
|
|
299
301
|
* Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
302
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
303
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DemoCodeEditor#config-insertBefore)
|
|
300
304
|
*/
|
|
301
305
|
insertBefore ? : HTMLElement|string
|
|
302
306
|
/**
|
|
303
307
|
* Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
308
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
309
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DemoCodeEditor#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/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/DisplayField#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/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/DisplayField#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/DisplayField#config-insertFirst)
|
|
310
316
|
*/
|
|
311
317
|
insertFirst ? : HTMLElement|string
|
|
312
318
|
/**
|