@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 BryntumMenuProps = {
|
|
|
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/Menu#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -322,10 +324,14 @@ export declare type BryntumMenuProps = {
|
|
|
322
324
|
inputFieldAlign ? : 'start'|'end'
|
|
323
325
|
/**
|
|
324
326
|
* 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.
|
|
327
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
328
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Menu#config-insertBefore)
|
|
325
329
|
*/
|
|
326
330
|
insertBefore ? : HTMLElement|string
|
|
327
331
|
/**
|
|
328
332
|
* 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.
|
|
333
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
334
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Menu#config-insertFirst)
|
|
329
335
|
*/
|
|
330
336
|
insertFirst ? : HTMLElement|string
|
|
331
337
|
/**
|
|
@@ -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/MonthPicker#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/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/MonthPicker#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/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/MonthPicker#config-insertFirst)
|
|
306
312
|
*/
|
|
307
313
|
insertFirst ? : HTMLElement|string
|
|
308
314
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumMonthPickerProps = {
|
|
|
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/MonthPicker#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -284,10 +286,14 @@ export declare type BryntumMonthPickerProps = {
|
|
|
284
286
|
inputFieldAlign ? : 'start'|'end'
|
|
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/MonthPicker#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/MonthPicker#config-insertFirst)
|
|
291
297
|
*/
|
|
292
298
|
insertFirst ? : HTMLElement|string
|
|
293
299
|
/**
|
|
@@ -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/NumberField#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -318,10 +320,14 @@ defineProps<{
|
|
|
318
320
|
inputWidth ? : string|number
|
|
319
321
|
/**
|
|
320
322
|
* 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.
|
|
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/NumberField#config-insertBefore)
|
|
321
325
|
*/
|
|
322
326
|
insertBefore ? : HTMLElement|string
|
|
323
327
|
/**
|
|
324
328
|
* 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.
|
|
329
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
330
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/NumberField#config-insertFirst)
|
|
325
331
|
*/
|
|
326
332
|
insertFirst ? : HTMLElement|string
|
|
327
333
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumNumberFieldProps = {
|
|
|
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/NumberField#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -303,10 +305,14 @@ export declare type BryntumNumberFieldProps = {
|
|
|
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/NumberField#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/NumberField#config-insertFirst)
|
|
310
316
|
*/
|
|
311
317
|
insertFirst ? : HTMLElement|string
|
|
312
318
|
/**
|
|
@@ -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/PagingToolbar#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/core/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/PagingToolbar#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/core/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/PagingToolbar#config-insertFirst)
|
|
257
263
|
*/
|
|
258
264
|
insertFirst ? : HTMLElement|string
|
|
259
265
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumPagingToolbarProps = {
|
|
|
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/PagingToolbar#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -235,10 +237,14 @@ export declare type BryntumPagingToolbarProps = {
|
|
|
235
237
|
inputFieldAlign ? : 'start'|'end'
|
|
236
238
|
/**
|
|
237
239
|
* 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.
|
|
240
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
241
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/PagingToolbar#config-insertBefore)
|
|
238
242
|
*/
|
|
239
243
|
insertBefore ? : HTMLElement|string
|
|
240
244
|
/**
|
|
241
245
|
* 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.
|
|
246
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
247
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/PagingToolbar#config-insertFirst)
|
|
242
248
|
*/
|
|
243
249
|
insertFirst ? : HTMLElement|string
|
|
244
250
|
/**
|
|
@@ -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/Panel#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/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/Panel#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/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/Panel#config-insertFirst)
|
|
306
312
|
*/
|
|
307
313
|
insertFirst ? : HTMLElement|string
|
|
308
314
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumPanelProps = {
|
|
|
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/Panel#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -284,10 +286,14 @@ export declare type BryntumPanelProps = {
|
|
|
284
286
|
inputFieldAlign ? : 'start'|'end'
|
|
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/Panel#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/Panel#config-insertFirst)
|
|
291
297
|
*/
|
|
292
298
|
insertFirst ? : HTMLElement|string
|
|
293
299
|
/**
|
|
@@ -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/PasswordField#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/PasswordField#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/PasswordField#config-insertFirst)
|
|
310
316
|
*/
|
|
311
317
|
insertFirst ? : HTMLElement|string
|
|
312
318
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumPasswordFieldProps = {
|
|
|
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/PasswordField#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -288,10 +290,14 @@ export declare type BryntumPasswordFieldProps = {
|
|
|
288
290
|
inputWidth ? : string|number
|
|
289
291
|
/**
|
|
290
292
|
* 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.
|
|
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/PasswordField#config-insertBefore)
|
|
291
295
|
*/
|
|
292
296
|
insertBefore ? : HTMLElement|string
|
|
293
297
|
/**
|
|
294
298
|
* 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.
|
|
299
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
300
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/PasswordField#config-insertFirst)
|
|
295
301
|
*/
|
|
296
302
|
insertFirst ? : HTMLElement|string
|
|
297
303
|
/**
|
|
@@ -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/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/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
216
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
217
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/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/core/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
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumProgressBarProps = {
|
|
|
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/ProgressBar#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -196,10 +198,14 @@ export declare type BryntumProgressBarProps = {
|
|
|
196
198
|
ignoreParentReadOnly ? : Boolean
|
|
197
199
|
/**
|
|
198
200
|
* 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.
|
|
201
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
202
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-insertBefore)
|
|
199
203
|
*/
|
|
200
204
|
insertBefore ? : HTMLElement|string
|
|
201
205
|
/**
|
|
202
206
|
* 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.
|
|
207
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
208
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ProgressBar#config-insertFirst)
|
|
203
209
|
*/
|
|
204
210
|
insertFirst ? : HTMLElement|string
|
|
205
211
|
/**
|
|
@@ -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/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/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/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/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/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/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/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/core/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/core/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
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumRadioGroupProps = {
|
|
|
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/RadioGroup#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -295,10 +297,14 @@ export declare type BryntumRadioGroupProps = {
|
|
|
295
297
|
inputFieldAlign ? : 'start'|'end'
|
|
296
298
|
/**
|
|
297
299
|
* Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
300
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
301
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/RadioGroup#config-insertBefore)
|
|
298
302
|
*/
|
|
299
303
|
insertBefore ? : HTMLElement|string
|
|
300
304
|
/**
|
|
301
305
|
* Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
306
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
307
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/RadioGroup#config-insertFirst)
|
|
302
308
|
*/
|
|
303
309
|
insertFirst ? : HTMLElement|string
|
|
304
310
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumRadioProps = {
|
|
|
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/Radio#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -290,10 +292,14 @@ export declare type BryntumRadioProps = {
|
|
|
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/Radio#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/Radio#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/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/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/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/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/SlideToggle#config-insertFirst)
|
|
312
318
|
*/
|
|
313
319
|
insertFirst ? : HTMLElement|string
|
|
314
320
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumSlideToggleProps = {
|
|
|
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/SlideToggle#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -290,10 +292,14 @@ export declare type BryntumSlideToggleProps = {
|
|
|
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/SlideToggle#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/SlideToggle#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/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/core/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/core/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
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumSliderProps = {
|
|
|
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/Slider#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -198,10 +200,14 @@ export declare type BryntumSliderProps = {
|
|
|
198
200
|
ignoreParentReadOnly ? : Boolean
|
|
199
201
|
/**
|
|
200
202
|
* 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.
|
|
203
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
204
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Slider#config-insertBefore)
|
|
201
205
|
*/
|
|
202
206
|
insertBefore ? : HTMLElement|string
|
|
203
207
|
/**
|
|
204
208
|
* 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.
|
|
209
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
210
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Slider#config-insertFirst)
|
|
205
211
|
*/
|
|
206
212
|
insertFirst ? : HTMLElement|string
|
|
207
213
|
/**
|
|
@@ -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/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/core/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/core/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
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumSplitterProps = {
|
|
|
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/Splitter#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -198,10 +200,14 @@ export declare type BryntumSplitterProps = {
|
|
|
198
200
|
ignoreParentReadOnly ? : Boolean
|
|
199
201
|
/**
|
|
200
202
|
* 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.
|
|
203
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
204
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Splitter#config-insertBefore)
|
|
201
205
|
*/
|
|
202
206
|
insertBefore ? : HTMLElement|string
|
|
203
207
|
/**
|
|
204
208
|
* 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.
|
|
209
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
210
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Splitter#config-insertFirst)
|
|
205
211
|
*/
|
|
206
212
|
insertFirst ? : HTMLElement|string
|
|
207
213
|
/**
|
|
@@ -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/core/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/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/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/core/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
|
/**
|