@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
|
@@ -35,6 +35,8 @@ export declare type BryntumTabPanelProps = {
|
|
|
35
35
|
/**
|
|
36
36
|
* Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
|
|
37
37
|
* runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/core/docs/api/Core/widget/Widget#property-element).
|
|
38
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
39
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TabPanel#config-appendTo)
|
|
38
40
|
*/
|
|
39
41
|
appendTo ? : HTMLElement|string
|
|
40
42
|
/**
|
|
@@ -296,10 +298,14 @@ export declare type BryntumTabPanelProps = {
|
|
|
296
298
|
inputFieldAlign ? : 'start'|'end'
|
|
297
299
|
/**
|
|
298
300
|
* Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/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/TabPanel#config-insertBefore)
|
|
299
303
|
*/
|
|
300
304
|
insertBefore ? : HTMLElement|string
|
|
301
305
|
/**
|
|
302
306
|
* Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
307
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
308
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TabPanel#config-insertFirst)
|
|
303
309
|
*/
|
|
304
310
|
insertFirst ? : HTMLElement|string
|
|
305
311
|
/**
|
|
@@ -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/TextAreaField#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -309,10 +311,14 @@ defineProps<{
|
|
|
309
311
|
inputWidth ? : string|number
|
|
310
312
|
/**
|
|
311
313
|
* Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/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/TextAreaField#config-insertBefore)
|
|
312
316
|
*/
|
|
313
317
|
insertBefore ? : HTMLElement|string
|
|
314
318
|
/**
|
|
315
319
|
* Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/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/TextAreaField#config-insertFirst)
|
|
316
322
|
*/
|
|
317
323
|
insertFirst ? : HTMLElement|string
|
|
318
324
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumTextAreaFieldProps = {
|
|
|
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/TextAreaField#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -294,10 +296,14 @@ export declare type BryntumTextAreaFieldProps = {
|
|
|
294
296
|
inputWidth ? : string|number
|
|
295
297
|
/**
|
|
296
298
|
* 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.
|
|
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/TextAreaField#config-insertBefore)
|
|
297
301
|
*/
|
|
298
302
|
insertBefore ? : HTMLElement|string
|
|
299
303
|
/**
|
|
300
304
|
* 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.
|
|
305
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
306
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextAreaField#config-insertFirst)
|
|
301
307
|
*/
|
|
302
308
|
insertFirst ? : HTMLElement|string
|
|
303
309
|
/**
|
|
@@ -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/TextAreaPickerField#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -300,10 +302,14 @@ defineProps<{
|
|
|
300
302
|
inputWidth ? : string|number
|
|
301
303
|
/**
|
|
302
304
|
* Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
305
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
306
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextAreaPickerField#config-insertBefore)
|
|
303
307
|
*/
|
|
304
308
|
insertBefore ? : HTMLElement|string
|
|
305
309
|
/**
|
|
306
310
|
* Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
311
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
312
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextAreaPickerField#config-insertFirst)
|
|
307
313
|
*/
|
|
308
314
|
insertFirst ? : HTMLElement|string
|
|
309
315
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumTextAreaPickerFieldProps = {
|
|
|
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/TextAreaPickerField#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -285,10 +287,14 @@ export declare type BryntumTextAreaPickerFieldProps = {
|
|
|
285
287
|
inputWidth ? : string|number
|
|
286
288
|
/**
|
|
287
289
|
* 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.
|
|
290
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
291
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextAreaPickerField#config-insertBefore)
|
|
288
292
|
*/
|
|
289
293
|
insertBefore ? : HTMLElement|string
|
|
290
294
|
/**
|
|
291
295
|
* Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
296
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
297
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextAreaPickerField#config-insertFirst)
|
|
292
298
|
*/
|
|
293
299
|
insertFirst ? : HTMLElement|string
|
|
294
300
|
/**
|
|
@@ -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/TextField#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -303,10 +305,14 @@ defineProps<{
|
|
|
303
305
|
inputWidth ? : string|number
|
|
304
306
|
/**
|
|
305
307
|
* Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/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/TextField#config-insertBefore)
|
|
306
310
|
*/
|
|
307
311
|
insertBefore ? : HTMLElement|string
|
|
308
312
|
/**
|
|
309
313
|
* Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/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/TextField#config-insertFirst)
|
|
310
316
|
*/
|
|
311
317
|
insertFirst ? : HTMLElement|string
|
|
312
318
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumTextFieldProps = {
|
|
|
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/TextField#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -288,10 +290,14 @@ export declare type BryntumTextFieldProps = {
|
|
|
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/TextField#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/TextField#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/TimeField#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -309,10 +311,14 @@ defineProps<{
|
|
|
309
311
|
inputWidth ? : string|number
|
|
310
312
|
/**
|
|
311
313
|
* Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/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/TimeField#config-insertBefore)
|
|
312
316
|
*/
|
|
313
317
|
insertBefore ? : HTMLElement|string
|
|
314
318
|
/**
|
|
315
319
|
* Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/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/TimeField#config-insertFirst)
|
|
316
322
|
*/
|
|
317
323
|
insertFirst ? : HTMLElement|string
|
|
318
324
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumTimeFieldProps = {
|
|
|
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/TimeField#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -294,10 +296,14 @@ export declare type BryntumTimeFieldProps = {
|
|
|
294
296
|
inputWidth ? : string|number
|
|
295
297
|
/**
|
|
296
298
|
* 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.
|
|
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/TimeField#config-insertBefore)
|
|
297
301
|
*/
|
|
298
302
|
insertBefore ? : HTMLElement|string
|
|
299
303
|
/**
|
|
300
304
|
* 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.
|
|
305
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
306
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TimeField#config-insertFirst)
|
|
301
307
|
*/
|
|
302
308
|
insertFirst ? : HTMLElement|string
|
|
303
309
|
/**
|
|
@@ -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/TimePicker#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -251,10 +253,14 @@ defineProps<{
|
|
|
251
253
|
inputFieldAlign ? : 'start'|'end'
|
|
252
254
|
/**
|
|
253
255
|
* Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
256
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
257
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TimePicker#config-insertBefore)
|
|
254
258
|
*/
|
|
255
259
|
insertBefore ? : HTMLElement|string
|
|
256
260
|
/**
|
|
257
261
|
* Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
262
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
263
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TimePicker#config-insertFirst)
|
|
258
264
|
*/
|
|
259
265
|
insertFirst ? : HTMLElement|string
|
|
260
266
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumTimePickerProps = {
|
|
|
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/TimePicker#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -236,10 +238,14 @@ export declare type BryntumTimePickerProps = {
|
|
|
236
238
|
inputFieldAlign ? : 'start'|'end'
|
|
237
239
|
/**
|
|
238
240
|
* Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
241
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
242
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TimePicker#config-insertBefore)
|
|
239
243
|
*/
|
|
240
244
|
insertBefore ? : HTMLElement|string
|
|
241
245
|
/**
|
|
242
246
|
* Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/core/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
|
|
247
|
+
* <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
|
|
248
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TimePicker#config-insertFirst)
|
|
243
249
|
*/
|
|
244
250
|
insertFirst ? : HTMLElement|string
|
|
245
251
|
/**
|
|
@@ -42,6 +42,8 @@ defineProps<{
|
|
|
42
42
|
/**
|
|
43
43
|
* Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
|
|
44
44
|
* runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/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/Toolbar#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -250,10 +252,14 @@ defineProps<{
|
|
|
250
252
|
inputFieldAlign ? : 'start'|'end'
|
|
251
253
|
/**
|
|
252
254
|
* Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/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/Toolbar#config-insertBefore)
|
|
253
257
|
*/
|
|
254
258
|
insertBefore ? : HTMLElement|string
|
|
255
259
|
/**
|
|
256
260
|
* Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/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/Toolbar#config-insertFirst)
|
|
257
263
|
*/
|
|
258
264
|
insertFirst ? : HTMLElement|string
|
|
259
265
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumToolbarProps = {
|
|
|
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/Toolbar#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -235,10 +237,14 @@ export declare type BryntumToolbarProps = {
|
|
|
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/Toolbar#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/Toolbar#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/Widget#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -213,10 +215,14 @@ defineProps<{
|
|
|
213
215
|
ignoreParentReadOnly ? : Boolean
|
|
214
216
|
/**
|
|
215
217
|
* Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/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/Widget#config-insertBefore)
|
|
216
220
|
*/
|
|
217
221
|
insertBefore ? : HTMLElement|string
|
|
218
222
|
/**
|
|
219
223
|
* Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/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/Widget#config-insertFirst)
|
|
220
226
|
*/
|
|
221
227
|
insertFirst ? : HTMLElement|string
|
|
222
228
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumWidgetProps = {
|
|
|
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/Widget#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -198,10 +200,14 @@ export declare type BryntumWidgetProps = {
|
|
|
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/Widget#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/Widget#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/YearPicker#config-appendTo)
|
|
45
47
|
*/
|
|
46
48
|
appendTo ? : HTMLElement|string
|
|
47
49
|
/**
|
|
@@ -299,10 +301,14 @@ defineProps<{
|
|
|
299
301
|
inputFieldAlign ? : 'start'|'end'
|
|
300
302
|
/**
|
|
301
303
|
* Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/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/YearPicker#config-insertBefore)
|
|
302
306
|
*/
|
|
303
307
|
insertBefore ? : HTMLElement|string
|
|
304
308
|
/**
|
|
305
309
|
* Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/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/YearPicker#config-insertFirst)
|
|
306
312
|
*/
|
|
307
313
|
insertFirst ? : HTMLElement|string
|
|
308
314
|
/**
|
|
@@ -27,6 +27,8 @@ export declare type BryntumYearPickerProps = {
|
|
|
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/YearPicker#config-appendTo)
|
|
30
32
|
*/
|
|
31
33
|
appendTo ? : HTMLElement|string
|
|
32
34
|
/**
|
|
@@ -284,10 +286,14 @@ export declare type BryntumYearPickerProps = {
|
|
|
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/YearPicker#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/YearPicker#config-insertFirst)
|
|
291
297
|
*/
|
|
292
298
|
insertFirst ? : HTMLElement|string
|
|
293
299
|
/**
|