@bryntum/core-vue-3-thin 7.3.3 → 7.3.4

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.
Files changed (51) hide show
  1. package/lib/chunks/AOKbikU-.js.map +1 -1
  2. package/lib/chunks/B9--VKXq.js.map +1 -1
  3. package/lib/chunks/BELJG7iu.js.map +1 -1
  4. package/lib/chunks/BZvAEkRL.js.map +1 -1
  5. package/lib/chunks/Bd3JCFTs.js.map +1 -1
  6. package/lib/chunks/BkWC26xB.js.map +1 -1
  7. package/lib/chunks/Bvq-HCxo.js.map +1 -1
  8. package/lib/chunks/C48UB1Uv.js.map +1 -1
  9. package/lib/chunks/CdyIfyi6.js.map +1 -1
  10. package/lib/chunks/ChVJR6iw.js.map +1 -1
  11. package/lib/chunks/CsGePvKW.js.map +1 -1
  12. package/lib/chunks/D00R09Fi.js.map +1 -1
  13. package/lib/chunks/DZHOpuF-.js.map +1 -1
  14. package/lib/chunks/DlbQkK-u.js.map +1 -1
  15. package/lib/chunks/DzFr35X8.js.map +1 -1
  16. package/lib/chunks/jA7Wjvew.js.map +1 -1
  17. package/lib/chunks/kXwY105M.js.map +1 -1
  18. package/package.json +1 -1
  19. package/src/components/BryntumBooleanCombo.vue +1 -0
  20. package/src/components/BryntumBooleanComboProps.ts +1 -0
  21. package/src/components/BryntumColorField.vue +1 -0
  22. package/src/components/BryntumColorFieldProps.ts +1 -0
  23. package/src/components/BryntumCombo.vue +1 -0
  24. package/src/components/BryntumComboProps.ts +1 -0
  25. package/src/components/BryntumDateField.vue +1 -0
  26. package/src/components/BryntumDateFieldProps.ts +1 -0
  27. package/src/components/BryntumDateRangeField.vue +1 -0
  28. package/src/components/BryntumDateRangeFieldProps.ts +1 -0
  29. package/src/components/BryntumDateTimeField.vue +1 -0
  30. package/src/components/BryntumDateTimeFieldProps.ts +1 -0
  31. package/src/components/BryntumDemoHeader.vue +1 -1
  32. package/src/components/BryntumDisplayField.vue +1 -0
  33. package/src/components/BryntumDisplayFieldProps.ts +1 -0
  34. package/src/components/BryntumDurationField.vue +1 -0
  35. package/src/components/BryntumDurationFieldProps.ts +1 -0
  36. package/src/components/BryntumFileField.vue +1 -0
  37. package/src/components/BryntumFileFieldProps.ts +1 -0
  38. package/src/components/BryntumFilterField.vue +1 -0
  39. package/src/components/BryntumFilterFieldProps.ts +1 -0
  40. package/src/components/BryntumNumberField.vue +1 -0
  41. package/src/components/BryntumNumberFieldProps.ts +1 -0
  42. package/src/components/BryntumPasswordField.vue +1 -0
  43. package/src/components/BryntumPasswordFieldProps.ts +1 -0
  44. package/src/components/BryntumTextAreaField.vue +1 -0
  45. package/src/components/BryntumTextAreaFieldProps.ts +1 -0
  46. package/src/components/BryntumTextAreaPickerField.vue +1 -0
  47. package/src/components/BryntumTextAreaPickerFieldProps.ts +1 -0
  48. package/src/components/BryntumTextField.vue +1 -0
  49. package/src/components/BryntumTextFieldProps.ts +1 -0
  50. package/src/components/BryntumTimeField.vue +1 -0
  51. package/src/components/BryntumTimeFieldProps.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bryntum/core-vue-3-thin",
3
- "version": "7.3.3",
3
+ "version": "7.3.4",
4
4
  "description": "Vue 3 wrappers for Bryntum Core JavaScript component",
5
5
  "keywords": [
6
6
  "bryntum",
@@ -126,6 +126,7 @@ defineProps<{
126
126
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
127
127
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
128
128
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
129
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/BooleanCombo#config-clearable)
129
130
  */
130
131
  clearable ? : Boolean|FieldTriggerConfig
131
132
  /**
@@ -111,6 +111,7 @@ export declare type BryntumBooleanComboProps = {
111
111
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
112
112
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
113
113
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
114
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/BooleanCombo#config-clearable)
114
115
  */
115
116
  clearable ? : Boolean|FieldTriggerConfig
116
117
  /**
@@ -115,6 +115,7 @@ defineProps<{
115
115
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
116
116
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
117
117
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
118
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-clearable)
118
119
  */
119
120
  clearable ? : Boolean|FieldTriggerConfig
120
121
  /**
@@ -100,6 +100,7 @@ export declare type BryntumColorFieldProps = {
100
100
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
101
101
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
102
102
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
103
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-clearable)
103
104
  */
104
105
  clearable ? : Boolean|FieldTriggerConfig
105
106
  /**
@@ -126,6 +126,7 @@ defineProps<{
126
126
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
127
127
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
128
128
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
129
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-clearable)
129
130
  */
130
131
  clearable ? : Boolean|FieldTriggerConfig
131
132
  /**
@@ -111,6 +111,7 @@ export declare type BryntumComboProps = {
111
111
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
112
112
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
113
113
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
114
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-clearable)
114
115
  */
115
116
  clearable ? : Boolean|FieldTriggerConfig
116
117
  /**
@@ -111,6 +111,7 @@ defineProps<{
111
111
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
112
112
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
113
113
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
114
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateField#config-clearable)
114
115
  */
115
116
  clearable ? : Boolean|FieldTriggerConfig
116
117
  /**
@@ -96,6 +96,7 @@ export declare type BryntumDateFieldProps = {
96
96
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
97
97
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
98
98
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
99
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateField#config-clearable)
99
100
  */
100
101
  clearable ? : Boolean|FieldTriggerConfig
101
102
  /**
@@ -111,6 +111,7 @@ defineProps<{
111
111
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
112
112
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
113
113
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
114
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateRangeField#config-clearable)
114
115
  */
115
116
  clearable ? : Boolean|FieldTriggerConfig
116
117
  /**
@@ -96,6 +96,7 @@ export declare type BryntumDateRangeFieldProps = {
96
96
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
97
97
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
98
98
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
99
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateRangeField#config-clearable)
99
100
  */
100
101
  clearable ? : Boolean|FieldTriggerConfig
101
102
  /**
@@ -102,6 +102,7 @@ defineProps<{
102
102
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
103
103
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
104
104
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
105
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateTimeField#config-clearable)
105
106
  */
106
107
  clearable ? : Boolean|FieldTriggerConfig
107
108
  /**
@@ -87,6 +87,7 @@ export declare type BryntumDateTimeFieldProps = {
87
87
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
88
88
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
89
89
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
90
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateTimeField#config-clearable)
90
91
  */
91
92
  clearable ? : Boolean|FieldTriggerConfig
92
93
  /**
@@ -48,7 +48,7 @@
48
48
  </template>
49
49
 
50
50
  <script setup lang="ts">
51
- import { computed, defineProps, onMounted, ref } from 'vue';
51
+ import { computed, onMounted, ref } from 'vue';
52
52
  import BryntumFullscreenButton from './BryntumFullscreenButton.vue';
53
53
  import BryntumButton from './BryntumButton.vue';
54
54
  import BryntumThemeCombo from './BryntumThemeCombo.vue';
@@ -107,6 +107,7 @@ defineProps<{
107
107
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
108
108
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
109
109
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
110
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DisplayField#config-clearable)
110
111
  */
111
112
  clearable ? : Boolean|FieldTriggerConfig
112
113
  /**
@@ -92,6 +92,7 @@ export declare type BryntumDisplayFieldProps = {
92
92
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
93
93
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
94
94
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
95
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DisplayField#config-clearable)
95
96
  */
96
97
  clearable ? : Boolean|FieldTriggerConfig
97
98
  /**
@@ -116,6 +116,7 @@ defineProps<{
116
116
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
117
117
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
118
118
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
119
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DurationField#config-clearable)
119
120
  */
120
121
  clearable ? : Boolean|FieldTriggerConfig
121
122
  /**
@@ -101,6 +101,7 @@ export declare type BryntumDurationFieldProps = {
101
101
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
102
102
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
103
103
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
104
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DurationField#config-clearable)
104
105
  */
105
106
  clearable ? : Boolean|FieldTriggerConfig
106
107
  /**
@@ -112,6 +112,7 @@ defineProps<{
112
112
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
113
113
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
114
114
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
115
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FileField#config-clearable)
115
116
  */
116
117
  clearable ? : Boolean|FieldTriggerConfig
117
118
  /**
@@ -97,6 +97,7 @@ export declare type BryntumFileFieldProps = {
97
97
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
98
98
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
99
99
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
100
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FileField#config-clearable)
100
101
  */
101
102
  clearable ? : Boolean|FieldTriggerConfig
102
103
  /**
@@ -107,6 +107,7 @@ defineProps<{
107
107
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
108
108
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
109
109
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
110
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FilterField#config-clearable)
110
111
  */
111
112
  clearable ? : Boolean|FieldTriggerConfig
112
113
  /**
@@ -92,6 +92,7 @@ export declare type BryntumFilterFieldProps = {
92
92
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
93
93
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
94
94
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
95
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FilterField#config-clearable)
95
96
  */
96
97
  clearable ? : Boolean|FieldTriggerConfig
97
98
  /**
@@ -113,6 +113,7 @@ defineProps<{
113
113
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
114
114
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
115
115
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
116
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/NumberField#config-clearable)
116
117
  */
117
118
  clearable ? : Boolean|FieldTriggerConfig
118
119
  /**
@@ -98,6 +98,7 @@ export declare type BryntumNumberFieldProps = {
98
98
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
99
99
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
100
100
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
101
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/NumberField#config-clearable)
101
102
  */
102
103
  clearable ? : Boolean|FieldTriggerConfig
103
104
  /**
@@ -107,6 +107,7 @@ defineProps<{
107
107
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
108
108
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
109
109
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
110
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/PasswordField#config-clearable)
110
111
  */
111
112
  clearable ? : Boolean|FieldTriggerConfig
112
113
  /**
@@ -92,6 +92,7 @@ export declare type BryntumPasswordFieldProps = {
92
92
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
93
93
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
94
94
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
95
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/PasswordField#config-clearable)
95
96
  */
96
97
  clearable ? : Boolean|FieldTriggerConfig
97
98
  /**
@@ -113,6 +113,7 @@ defineProps<{
113
113
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
114
114
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
115
115
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
116
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextAreaField#config-clearable)
116
117
  */
117
118
  clearable ? : Boolean|FieldTriggerConfig
118
119
  /**
@@ -98,6 +98,7 @@ export declare type BryntumTextAreaFieldProps = {
98
98
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
99
99
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
100
100
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
101
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextAreaField#config-clearable)
101
102
  */
102
103
  clearable ? : Boolean|FieldTriggerConfig
103
104
  /**
@@ -111,6 +111,7 @@ defineProps<{
111
111
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
112
112
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
113
113
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
114
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextAreaPickerField#config-clearable)
114
115
  */
115
116
  clearable ? : Boolean|FieldTriggerConfig
116
117
  /**
@@ -96,6 +96,7 @@ export declare type BryntumTextAreaPickerFieldProps = {
96
96
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
97
97
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
98
98
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
99
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextAreaPickerField#config-clearable)
99
100
  */
100
101
  clearable ? : Boolean|FieldTriggerConfig
101
102
  /**
@@ -107,6 +107,7 @@ defineProps<{
107
107
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
108
108
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
109
109
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
110
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextField#config-clearable)
110
111
  */
111
112
  clearable ? : Boolean|FieldTriggerConfig
112
113
  /**
@@ -92,6 +92,7 @@ export declare type BryntumTextFieldProps = {
92
92
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
93
93
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
94
94
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
95
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextField#config-clearable)
95
96
  */
96
97
  clearable ? : Boolean|FieldTriggerConfig
97
98
  /**
@@ -111,6 +111,7 @@ defineProps<{
111
111
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
112
112
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
113
113
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
114
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TimeField#config-clearable)
114
115
  */
115
116
  clearable ? : Boolean|FieldTriggerConfig
116
117
  /**
@@ -96,6 +96,7 @@ export declare type BryntumTimeFieldProps = {
96
96
  * Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly). The trigger is available
97
97
  * in the [triggers](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
98
98
  * configures the `clear` [trigger](https://bryntum.com/products/core/docs/api/Core/widget/Field#property-triggers).
99
+ * [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TimeField#config-clearable)
99
100
  */
100
101
  clearable ? : Boolean|FieldTriggerConfig
101
102
  /**