@bryntum/core-vue-3-thin 7.2.0 → 7.2.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/04iGTdr4.js.map +1 -1
- package/lib/chunks/2FNkGJYU.js.map +1 -1
- package/lib/chunks/50EFBKUJ.js.map +1 -1
- package/lib/chunks/BGHGQ3of.js.map +1 -1
- package/lib/chunks/BMVHteUr.js.map +1 -1
- package/lib/chunks/BPCnTL_S.js.map +1 -1
- package/lib/chunks/C08cDbJ_.js.map +1 -1
- package/lib/chunks/C4Plc5KT.js.map +1 -1
- package/lib/chunks/C5fDrmXK.js.map +1 -1
- package/lib/chunks/CGsuwqAe.js.map +1 -1
- package/lib/chunks/CJ_VkUSL.js.map +1 -1
- package/lib/chunks/CMRgXLYc.js.map +1 -1
- package/lib/chunks/CQxDiecl.js.map +1 -1
- package/lib/chunks/CglOknHW.js.map +1 -1
- package/lib/chunks/D6reMBCw.js.map +1 -1
- package/lib/chunks/D9nXL5j4.js.map +1 -1
- package/lib/chunks/DAF6eal3.js.map +1 -1
- package/lib/chunks/DDx2bcZ4.js.map +1 -1
- package/lib/chunks/DdOigT_0.js.map +1 -1
- package/lib/chunks/DfoFLdtp.js.map +1 -1
- package/lib/chunks/Dg8brqqq.js.map +1 -1
- package/lib/chunks/UsX3m2ag.js.map +1 -1
- package/lib/chunks/fdF22Ctn.js.map +1 -1
- package/lib/chunks/wUYS2r48.js.map +1 -1
- package/package.json +1 -1
- package/src/components/BryntumCheckbox.vue +1 -1
- package/src/components/BryntumCheckboxProps.ts +1 -1
- package/src/components/BryntumChipView.vue +1 -1
- package/src/components/BryntumChipViewProps.ts +1 -1
- package/src/components/BryntumColorField.vue +1 -1
- package/src/components/BryntumColorFieldProps.ts +1 -1
- package/src/components/BryntumCombo.vue +2 -2
- package/src/components/BryntumComboProps.ts +2 -2
- package/src/components/BryntumDateField.vue +1 -1
- package/src/components/BryntumDateFieldProps.ts +1 -1
- package/src/components/BryntumDateRangeField.vue +1 -1
- package/src/components/BryntumDateRangeFieldProps.ts +1 -1
- package/src/components/BryntumDateTimeField.vue +1 -1
- package/src/components/BryntumDateTimeFieldProps.ts +1 -1
- package/src/components/BryntumDisplayField.vue +1 -1
- package/src/components/BryntumDisplayFieldProps.ts +1 -1
- package/src/components/BryntumDurationField.vue +1 -1
- package/src/components/BryntumDurationFieldProps.ts +1 -1
- package/src/components/BryntumEditor.vue +3 -3
- package/src/components/BryntumEditorProps.ts +1 -1
- package/src/components/BryntumFileField.vue +1 -1
- package/src/components/BryntumFileFieldProps.ts +1 -1
- package/src/components/BryntumFilterField.vue +1 -1
- package/src/components/BryntumFilterFieldProps.ts +1 -1
- package/src/components/BryntumHint.vue +1 -1
- package/src/components/BryntumHintProps.ts +1 -1
- package/src/components/BryntumList.vue +1 -1
- package/src/components/BryntumListProps.ts +1 -1
- package/src/components/BryntumMenu.vue +1 -1
- package/src/components/BryntumMenuProps.ts +1 -1
- package/src/components/BryntumNumberField.vue +1 -1
- package/src/components/BryntumNumberFieldProps.ts +1 -1
- package/src/components/BryntumPasswordField.vue +1 -1
- package/src/components/BryntumPasswordFieldProps.ts +1 -1
- package/src/components/BryntumRadio.vue +1 -1
- package/src/components/BryntumRadioProps.ts +1 -1
- package/src/components/BryntumSlideToggle.vue +1 -1
- package/src/components/BryntumSlideToggleProps.ts +1 -1
- package/src/components/BryntumSlider.vue +1 -1
- package/src/components/BryntumSliderProps.ts +1 -1
- package/src/components/BryntumTextAreaField.vue +1 -1
- package/src/components/BryntumTextAreaFieldProps.ts +1 -1
- package/src/components/BryntumTextAreaPickerField.vue +1 -1
- package/src/components/BryntumTextAreaPickerFieldProps.ts +1 -1
- package/src/components/BryntumTextField.vue +1 -1
- package/src/components/BryntumTextFieldProps.ts +1 -1
- package/src/components/BryntumTimeField.vue +1 -1
- package/src/components/BryntumTimeFieldProps.ts +1 -1
|
@@ -488,7 +488,7 @@ defineProps<{
|
|
|
488
488
|
required ? : Boolean
|
|
489
489
|
/**
|
|
490
490
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
491
|
-
* the
|
|
491
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
492
492
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
493
493
|
* behaviour will be activated.
|
|
494
494
|
*/
|
|
@@ -473,7 +473,7 @@ export declare type BryntumCheckboxProps = {
|
|
|
473
473
|
required ? : Boolean
|
|
474
474
|
/**
|
|
475
475
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
476
|
-
* the
|
|
476
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
477
477
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
478
478
|
* behaviour will be activated.
|
|
479
479
|
*/
|
|
@@ -538,7 +538,7 @@ defineProps<{
|
|
|
538
538
|
*/
|
|
539
539
|
title ? : string
|
|
540
540
|
/**
|
|
541
|
-
* Select/deselect all if
|
|
541
|
+
* Select/deselect all if <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> is pressed when clicking
|
|
542
542
|
*/
|
|
543
543
|
toggleAllIfCtrlPressed ? : Boolean
|
|
544
544
|
/**
|
|
@@ -523,7 +523,7 @@ export declare type BryntumChipViewProps = {
|
|
|
523
523
|
*/
|
|
524
524
|
title ? : string
|
|
525
525
|
/**
|
|
526
|
-
* Select/deselect all if
|
|
526
|
+
* Select/deselect all if <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> is pressed when clicking
|
|
527
527
|
*/
|
|
528
528
|
toggleAllIfCtrlPressed ? : Boolean
|
|
529
529
|
/**
|
|
@@ -510,7 +510,7 @@ defineProps<{
|
|
|
510
510
|
required ? : Boolean
|
|
511
511
|
/**
|
|
512
512
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
513
|
-
* the
|
|
513
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
514
514
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
515
515
|
* behaviour will be activated.
|
|
516
516
|
*/
|
|
@@ -495,7 +495,7 @@ export declare type BryntumColorFieldProps = {
|
|
|
495
495
|
required ? : Boolean
|
|
496
496
|
/**
|
|
497
497
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
498
|
-
* the
|
|
498
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
499
499
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
500
500
|
* behaviour will be activated.
|
|
501
501
|
*/
|
|
@@ -189,7 +189,7 @@ defineProps<{
|
|
|
189
189
|
contentElementCls ? : string|object
|
|
190
190
|
/**
|
|
191
191
|
* If configured as `true`, this means that when an unmatched string is typed into the
|
|
192
|
-
* combo's input field, and
|
|
192
|
+
* combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/core/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
|
|
193
193
|
* a new record will be created using the typed string as the [displayField](https://bryntum.com/products/core/docs/api/Core/widget/Combo#config-displayField).
|
|
194
194
|
* ...
|
|
195
195
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-createOnUnmatched)
|
|
@@ -684,7 +684,7 @@ defineProps<{
|
|
|
684
684
|
required ? : Boolean
|
|
685
685
|
/**
|
|
686
686
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
687
|
-
* the
|
|
687
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
688
688
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
689
689
|
* behaviour will be activated.
|
|
690
690
|
*/
|
|
@@ -174,7 +174,7 @@ export declare type BryntumComboProps = {
|
|
|
174
174
|
contentElementCls ? : string|object
|
|
175
175
|
/**
|
|
176
176
|
* If configured as `true`, this means that when an unmatched string is typed into the
|
|
177
|
-
* combo's input field, and
|
|
177
|
+
* combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/core/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
|
|
178
178
|
* a new record will be created using the typed string as the [displayField](https://bryntum.com/products/core/docs/api/Core/widget/Combo#config-displayField).
|
|
179
179
|
* ...
|
|
180
180
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-createOnUnmatched)
|
|
@@ -669,7 +669,7 @@ export declare type BryntumComboProps = {
|
|
|
669
669
|
required ? : Boolean
|
|
670
670
|
/**
|
|
671
671
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
672
|
-
* the
|
|
672
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
673
673
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
674
674
|
* behaviour will be activated.
|
|
675
675
|
*/
|
|
@@ -546,7 +546,7 @@ defineProps<{
|
|
|
546
546
|
required ? : Boolean
|
|
547
547
|
/**
|
|
548
548
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
549
|
-
* the
|
|
549
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
550
550
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
551
551
|
* behaviour will be activated.
|
|
552
552
|
*/
|
|
@@ -531,7 +531,7 @@ export declare type BryntumDateFieldProps = {
|
|
|
531
531
|
required ? : Boolean
|
|
532
532
|
/**
|
|
533
533
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
534
|
-
* the
|
|
534
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
535
535
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
536
536
|
* behaviour will be activated.
|
|
537
537
|
*/
|
|
@@ -557,7 +557,7 @@ defineProps<{
|
|
|
557
557
|
required ? : Boolean
|
|
558
558
|
/**
|
|
559
559
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
560
|
-
* the
|
|
560
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
561
561
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
562
562
|
* behaviour will be activated.
|
|
563
563
|
*/
|
|
@@ -542,7 +542,7 @@ export declare type BryntumDateRangeFieldProps = {
|
|
|
542
542
|
required ? : Boolean
|
|
543
543
|
/**
|
|
544
544
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
545
|
-
* the
|
|
545
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
546
546
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
547
547
|
* behaviour will be activated.
|
|
548
548
|
*/
|
|
@@ -478,7 +478,7 @@ defineProps<{
|
|
|
478
478
|
required ? : Boolean
|
|
479
479
|
/**
|
|
480
480
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
481
|
-
* the
|
|
481
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
482
482
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
483
483
|
* behaviour will be activated.
|
|
484
484
|
*/
|
|
@@ -463,7 +463,7 @@ export declare type BryntumDateTimeFieldProps = {
|
|
|
463
463
|
required ? : Boolean
|
|
464
464
|
/**
|
|
465
465
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
466
|
-
* the
|
|
466
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
467
467
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
468
468
|
* behaviour will be activated.
|
|
469
469
|
*/
|
|
@@ -491,7 +491,7 @@ defineProps<{
|
|
|
491
491
|
required ? : Boolean
|
|
492
492
|
/**
|
|
493
493
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
494
|
-
* the
|
|
494
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
495
495
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
496
496
|
* behaviour will be activated.
|
|
497
497
|
*/
|
|
@@ -476,7 +476,7 @@ export declare type BryntumDisplayFieldProps = {
|
|
|
476
476
|
required ? : Boolean
|
|
477
477
|
/**
|
|
478
478
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
479
|
-
* the
|
|
479
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
480
480
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
481
481
|
* behaviour will be activated.
|
|
482
482
|
*/
|
|
@@ -531,7 +531,7 @@ defineProps<{
|
|
|
531
531
|
required ? : Boolean
|
|
532
532
|
/**
|
|
533
533
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
534
|
-
* the
|
|
534
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
535
535
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
536
536
|
* behaviour will be activated.
|
|
537
537
|
*/
|
|
@@ -516,7 +516,7 @@ export declare type BryntumDurationFieldProps = {
|
|
|
516
516
|
required ? : Boolean
|
|
517
517
|
/**
|
|
518
518
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
519
|
-
* the
|
|
519
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
520
520
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
521
521
|
* behaviour will be activated.
|
|
522
522
|
*/
|
|
@@ -67,7 +67,7 @@ defineProps<{
|
|
|
67
67
|
*/
|
|
68
68
|
autoUpdateRecord ? : Boolean
|
|
69
69
|
/**
|
|
70
|
-
* What action should be taken when focus moves out of the editor, either by
|
|
70
|
+
* What action should be taken when focus moves out of the editor, either by <kbd>Tab</kbd> or clicking outside.
|
|
71
71
|
* May be `'complete'` or `'cancel`'. Any other value results in no action being taken upon focus leaving the editor
|
|
72
72
|
* leaving the application to listen for the [focusOut](https://bryntum.com/products/core/docs/api/Core/widget/Editor#event-focusOut) event.
|
|
73
73
|
*/
|
|
@@ -650,7 +650,7 @@ const emit = defineEmits<{
|
|
|
650
650
|
*/
|
|
651
651
|
(e: 'afterEdit', params: ((event: { source: Editor, record?: Model }) => void)|string): void
|
|
652
652
|
/**
|
|
653
|
-
* Fired when cancellation has been requested, either by
|
|
653
|
+
* Fired when cancellation has been requested, either by <kbd>Escape</kbd>, or focus loss (if configured to cancel on blur).
|
|
654
654
|
* The cancellation may be vetoed, in which case, focus is moved back into the editor.
|
|
655
655
|
* @param {string} e Event name
|
|
656
656
|
* @param {object} params Event parameters
|
|
@@ -662,7 +662,7 @@ const emit = defineEmits<{
|
|
|
662
662
|
*/
|
|
663
663
|
(e: 'beforeCancel', params: ((event: { oldValue: object, value: object, event: Event, source: Editor }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
664
664
|
/**
|
|
665
|
-
* Fired when an edit completion has been requested, either by
|
|
665
|
+
* Fired when an edit completion has been requested, either by <kbd>Enter</kbd>, or focus loss (if configured to complete on blur).
|
|
666
666
|
* The completion may be vetoed, in which case, focus is moved back into the editor.
|
|
667
667
|
* @param {string} e Event name
|
|
668
668
|
* @param {object} params Event parameters
|
|
@@ -52,7 +52,7 @@ export declare type BryntumEditorProps = {
|
|
|
52
52
|
*/
|
|
53
53
|
autoUpdateRecord ? : Boolean
|
|
54
54
|
/**
|
|
55
|
-
* What action should be taken when focus moves out of the editor, either by
|
|
55
|
+
* What action should be taken when focus moves out of the editor, either by <kbd>Tab</kbd> or clicking outside.
|
|
56
56
|
* May be `'complete'` or `'cancel`'. Any other value results in no action being taken upon focus leaving the editor
|
|
57
57
|
* leaving the application to listen for the [focusOut](https://bryntum.com/products/core/docs/api/Core/widget/Editor#event-focusOut) event.
|
|
58
58
|
*/
|
|
@@ -502,7 +502,7 @@ defineProps<{
|
|
|
502
502
|
required ? : Boolean
|
|
503
503
|
/**
|
|
504
504
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
505
|
-
* the
|
|
505
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
506
506
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
507
507
|
* behaviour will be activated.
|
|
508
508
|
*/
|
|
@@ -487,7 +487,7 @@ export declare type BryntumFileFieldProps = {
|
|
|
487
487
|
required ? : Boolean
|
|
488
488
|
/**
|
|
489
489
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
490
|
-
* the
|
|
490
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
491
491
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
492
492
|
* behaviour will be activated.
|
|
493
493
|
*/
|
|
@@ -532,7 +532,7 @@ defineProps<{
|
|
|
532
532
|
required ? : Boolean
|
|
533
533
|
/**
|
|
534
534
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
535
|
-
* the
|
|
535
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
536
536
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
537
537
|
* behaviour will be activated.
|
|
538
538
|
*/
|
|
@@ -517,7 +517,7 @@ export declare type BryntumFilterFieldProps = {
|
|
|
517
517
|
required ? : Boolean
|
|
518
518
|
/**
|
|
519
519
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
520
|
-
* the
|
|
520
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
521
521
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
522
522
|
* behaviour will be activated.
|
|
523
523
|
*/
|
|
@@ -518,7 +518,7 @@ defineProps<{
|
|
|
518
518
|
*/
|
|
519
519
|
title ? : string
|
|
520
520
|
/**
|
|
521
|
-
* Select/deselect all if
|
|
521
|
+
* Select/deselect all if <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> is pressed when clicking
|
|
522
522
|
*/
|
|
523
523
|
toggleAllIfCtrlPressed ? : Boolean
|
|
524
524
|
/**
|
|
@@ -503,7 +503,7 @@ export declare type BryntumListProps = {
|
|
|
503
503
|
*/
|
|
504
504
|
title ? : string
|
|
505
505
|
/**
|
|
506
|
-
* Select/deselect all if
|
|
506
|
+
* Select/deselect all if <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> is pressed when clicking
|
|
507
507
|
*/
|
|
508
508
|
toggleAllIfCtrlPressed ? : Boolean
|
|
509
509
|
/**
|
|
@@ -530,7 +530,7 @@ defineProps<{
|
|
|
530
530
|
required ? : Boolean
|
|
531
531
|
/**
|
|
532
532
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
533
|
-
* the
|
|
533
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
534
534
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
535
535
|
* behaviour will be activated.
|
|
536
536
|
*/
|
|
@@ -515,7 +515,7 @@ export declare type BryntumNumberFieldProps = {
|
|
|
515
515
|
required ? : Boolean
|
|
516
516
|
/**
|
|
517
517
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
518
|
-
* the
|
|
518
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
519
519
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
520
520
|
* behaviour will be activated.
|
|
521
521
|
*/
|
|
@@ -491,7 +491,7 @@ defineProps<{
|
|
|
491
491
|
required ? : Boolean
|
|
492
492
|
/**
|
|
493
493
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
494
|
-
* the
|
|
494
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
495
495
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
496
496
|
* behaviour will be activated.
|
|
497
497
|
*/
|
|
@@ -476,7 +476,7 @@ export declare type BryntumPasswordFieldProps = {
|
|
|
476
476
|
required ? : Boolean
|
|
477
477
|
/**
|
|
478
478
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
479
|
-
* the
|
|
479
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
480
480
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
481
481
|
* behaviour will be activated.
|
|
482
482
|
*/
|
|
@@ -488,7 +488,7 @@ defineProps<{
|
|
|
488
488
|
required ? : Boolean
|
|
489
489
|
/**
|
|
490
490
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
491
|
-
* the
|
|
491
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
492
492
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
493
493
|
* behaviour will be activated.
|
|
494
494
|
*/
|
|
@@ -473,7 +473,7 @@ export declare type BryntumRadioProps = {
|
|
|
473
473
|
required ? : Boolean
|
|
474
474
|
/**
|
|
475
475
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
476
|
-
* the
|
|
476
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
477
477
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
478
478
|
* behaviour will be activated.
|
|
479
479
|
*/
|
|
@@ -488,7 +488,7 @@ defineProps<{
|
|
|
488
488
|
required ? : Boolean
|
|
489
489
|
/**
|
|
490
490
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
491
|
-
* the
|
|
491
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
492
492
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
493
493
|
* behaviour will be activated.
|
|
494
494
|
*/
|
|
@@ -473,7 +473,7 @@ export declare type BryntumSlideToggleProps = {
|
|
|
473
473
|
required ? : Boolean
|
|
474
474
|
/**
|
|
475
475
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
476
|
-
* the
|
|
476
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
477
477
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
478
478
|
* behaviour will be activated.
|
|
479
479
|
*/
|
|
@@ -499,7 +499,7 @@ defineProps<{
|
|
|
499
499
|
unit ? : string
|
|
500
500
|
/**
|
|
501
501
|
* Initial value.
|
|
502
|
-
* `String` value allows
|
|
502
|
+
* `String` value allows linking value by reference name.
|
|
503
503
|
* ...
|
|
504
504
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Slider#config-value)
|
|
505
505
|
*/
|
|
@@ -484,7 +484,7 @@ export declare type BryntumSliderProps = {
|
|
|
484
484
|
unit ? : string
|
|
485
485
|
/**
|
|
486
486
|
* Initial value.
|
|
487
|
-
* `String` value allows
|
|
487
|
+
* `String` value allows linking value by reference name.
|
|
488
488
|
* ...
|
|
489
489
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Slider#config-value)
|
|
490
490
|
*/
|
|
@@ -501,7 +501,7 @@ defineProps<{
|
|
|
501
501
|
resize ? : 'none'|'both'|'horizontal'|'vertical'
|
|
502
502
|
/**
|
|
503
503
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
504
|
-
* the
|
|
504
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
505
505
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
506
506
|
* behaviour will be activated.
|
|
507
507
|
*/
|
|
@@ -486,7 +486,7 @@ export declare type BryntumTextAreaFieldProps = {
|
|
|
486
486
|
resize ? : 'none'|'both'|'horizontal'|'vertical'
|
|
487
487
|
/**
|
|
488
488
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
489
|
-
* the
|
|
489
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
490
490
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
491
491
|
* behaviour will be activated.
|
|
492
492
|
*/
|
|
@@ -516,7 +516,7 @@ defineProps<{
|
|
|
516
516
|
resize ? : 'none'|'both'|'horizontal'|'vertical'
|
|
517
517
|
/**
|
|
518
518
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
519
|
-
* the
|
|
519
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
520
520
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
521
521
|
* behaviour will be activated.
|
|
522
522
|
*/
|
|
@@ -501,7 +501,7 @@ export declare type BryntumTextAreaPickerFieldProps = {
|
|
|
501
501
|
resize ? : 'none'|'both'|'horizontal'|'vertical'
|
|
502
502
|
/**
|
|
503
503
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
504
|
-
* the
|
|
504
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
505
505
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
506
506
|
* behaviour will be activated.
|
|
507
507
|
*/
|
|
@@ -505,7 +505,7 @@ defineProps<{
|
|
|
505
505
|
required ? : Boolean
|
|
506
506
|
/**
|
|
507
507
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
508
|
-
* the
|
|
508
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
509
509
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
510
510
|
* behaviour will be activated.
|
|
511
511
|
*/
|
|
@@ -490,7 +490,7 @@ export declare type BryntumTextFieldProps = {
|
|
|
490
490
|
required ? : Boolean
|
|
491
491
|
/**
|
|
492
492
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
493
|
-
* the
|
|
493
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
494
494
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
495
495
|
* behaviour will be activated.
|
|
496
496
|
*/
|
|
@@ -542,7 +542,7 @@ defineProps<{
|
|
|
542
542
|
required ? : Boolean
|
|
543
543
|
/**
|
|
544
544
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
545
|
-
* the
|
|
545
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
546
546
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
547
547
|
* behaviour will be activated.
|
|
548
548
|
*/
|
|
@@ -527,7 +527,7 @@ export declare type BryntumTimeFieldProps = {
|
|
|
527
527
|
required ? : Boolean
|
|
528
528
|
/**
|
|
529
529
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
530
|
-
* the
|
|
530
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
531
531
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
532
532
|
* behaviour will be activated.
|
|
533
533
|
*/
|