@bryntum/grid-angular 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.
- package/bundles/bryntum-grid-angular.umd.js.map +1 -1
- package/esm2015/lib/bryntum-a-i-filter-field.component.js +1 -1
- package/esm2015/lib/bryntum-boolean-combo.component.js +1 -1
- package/esm2015/lib/bryntum-checklist-filter-combo.component.js +1 -1
- package/esm2015/lib/bryntum-color-field.component.js +1 -1
- package/esm2015/lib/bryntum-combo.component.js +1 -1
- package/esm2015/lib/bryntum-date-field.component.js +1 -1
- package/esm2015/lib/bryntum-date-range-field.component.js +1 -1
- package/esm2015/lib/bryntum-date-time-field.component.js +1 -1
- package/esm2015/lib/bryntum-display-field.component.js +1 -1
- package/esm2015/lib/bryntum-duration-field.component.js +1 -1
- package/esm2015/lib/bryntum-file-field.component.js +1 -1
- package/esm2015/lib/bryntum-filter-field.component.js +1 -1
- package/esm2015/lib/bryntum-number-field.component.js +1 -1
- package/esm2015/lib/bryntum-password-field.component.js +1 -1
- package/esm2015/lib/bryntum-text-area-field.component.js +1 -1
- package/esm2015/lib/bryntum-text-area-picker-field.component.js +1 -1
- package/esm2015/lib/bryntum-text-field.component.js +1 -1
- package/esm2015/lib/bryntum-time-field.component.js +1 -1
- package/esm2015/lib/bryntum-tree-combo.component.js +1 -1
- package/fesm2015/bryntum-grid-angular.js.map +1 -1
- package/lib/bryntum-a-i-filter-field.component.d.ts +1 -0
- package/lib/bryntum-boolean-combo.component.d.ts +1 -0
- package/lib/bryntum-checklist-filter-combo.component.d.ts +1 -0
- package/lib/bryntum-color-field.component.d.ts +1 -0
- package/lib/bryntum-combo.component.d.ts +1 -0
- package/lib/bryntum-date-field.component.d.ts +1 -0
- package/lib/bryntum-date-range-field.component.d.ts +1 -0
- package/lib/bryntum-date-time-field.component.d.ts +1 -0
- package/lib/bryntum-display-field.component.d.ts +1 -0
- package/lib/bryntum-duration-field.component.d.ts +1 -0
- package/lib/bryntum-file-field.component.d.ts +1 -0
- package/lib/bryntum-filter-field.component.d.ts +1 -0
- package/lib/bryntum-number-field.component.d.ts +1 -0
- package/lib/bryntum-password-field.component.d.ts +1 -0
- package/lib/bryntum-text-area-field.component.d.ts +1 -0
- package/lib/bryntum-text-area-picker-field.component.d.ts +1 -0
- package/lib/bryntum-text-field.component.d.ts +1 -0
- package/lib/bryntum-time-field.component.d.ts +1 -0
- package/lib/bryntum-tree-combo.component.d.ts +1 -0
- package/package.json +1 -1
- package/src/lib/bryntum-a-i-filter-field.component.ts +1 -0
- package/src/lib/bryntum-boolean-combo.component.ts +1 -0
- package/src/lib/bryntum-checklist-filter-combo.component.ts +1 -0
- package/src/lib/bryntum-color-field.component.ts +1 -0
- package/src/lib/bryntum-combo.component.ts +1 -0
- package/src/lib/bryntum-date-field.component.ts +1 -0
- package/src/lib/bryntum-date-range-field.component.ts +1 -0
- package/src/lib/bryntum-date-time-field.component.ts +1 -0
- package/src/lib/bryntum-display-field.component.ts +1 -0
- package/src/lib/bryntum-duration-field.component.ts +1 -0
- package/src/lib/bryntum-file-field.component.ts +1 -0
- package/src/lib/bryntum-filter-field.component.ts +1 -0
- package/src/lib/bryntum-number-field.component.ts +1 -0
- package/src/lib/bryntum-password-field.component.ts +1 -0
- package/src/lib/bryntum-text-area-field.component.ts +1 -0
- package/src/lib/bryntum-text-area-picker-field.component.ts +1 -0
- package/src/lib/bryntum-text-field.component.ts +1 -0
- package/src/lib/bryntum-time-field.component.ts +1 -0
- package/src/lib/bryntum-tree-combo.component.ts +1 -0
|
@@ -95,6 +95,7 @@ export declare type BryntumAIFilterFieldProps = {
|
|
|
95
95
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
96
96
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
97
97
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
98
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-clearable)
|
|
98
99
|
*/
|
|
99
100
|
clearable?: boolean | FieldTriggerConfig;
|
|
100
101
|
/**
|
|
@@ -114,6 +114,7 @@ export declare type BryntumBooleanComboProps = {
|
|
|
114
114
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
115
115
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
116
116
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
117
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/BooleanCombo#config-clearable)
|
|
117
118
|
*/
|
|
118
119
|
clearable?: boolean | FieldTriggerConfig;
|
|
119
120
|
/**
|
|
@@ -114,6 +114,7 @@ export declare type BryntumChecklistFilterComboProps = {
|
|
|
114
114
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
115
115
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
116
116
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
117
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-clearable)
|
|
117
118
|
*/
|
|
118
119
|
clearable?: boolean | FieldTriggerConfig;
|
|
119
120
|
/**
|
|
@@ -103,6 +103,7 @@ export declare type BryntumColorFieldProps = {
|
|
|
103
103
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
104
104
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
105
105
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
106
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-clearable)
|
|
106
107
|
*/
|
|
107
108
|
clearable?: boolean | FieldTriggerConfig;
|
|
108
109
|
/**
|
|
@@ -114,6 +114,7 @@ export declare type BryntumComboProps = {
|
|
|
114
114
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
115
115
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
116
116
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
117
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-clearable)
|
|
117
118
|
*/
|
|
118
119
|
clearable?: boolean | FieldTriggerConfig;
|
|
119
120
|
/**
|
|
@@ -99,6 +99,7 @@ export declare type BryntumDateFieldProps = {
|
|
|
99
99
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
100
100
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
101
101
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
102
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateField#config-clearable)
|
|
102
103
|
*/
|
|
103
104
|
clearable?: boolean | FieldTriggerConfig;
|
|
104
105
|
/**
|
|
@@ -99,6 +99,7 @@ export declare type BryntumDateRangeFieldProps = {
|
|
|
99
99
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
100
100
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
101
101
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
102
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateRangeField#config-clearable)
|
|
102
103
|
*/
|
|
103
104
|
clearable?: boolean | FieldTriggerConfig;
|
|
104
105
|
/**
|
|
@@ -90,6 +90,7 @@ export declare type BryntumDateTimeFieldProps = {
|
|
|
90
90
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
91
91
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
92
92
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
93
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateTimeField#config-clearable)
|
|
93
94
|
*/
|
|
94
95
|
clearable?: boolean | FieldTriggerConfig;
|
|
95
96
|
/**
|
|
@@ -95,6 +95,7 @@ export declare type BryntumDisplayFieldProps = {
|
|
|
95
95
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
96
96
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
97
97
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
98
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DisplayField#config-clearable)
|
|
98
99
|
*/
|
|
99
100
|
clearable?: boolean | FieldTriggerConfig;
|
|
100
101
|
/**
|
|
@@ -104,6 +104,7 @@ export declare type BryntumDurationFieldProps = {
|
|
|
104
104
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
105
105
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
106
106
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
107
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DurationField#config-clearable)
|
|
107
108
|
*/
|
|
108
109
|
clearable?: boolean | FieldTriggerConfig;
|
|
109
110
|
/**
|
|
@@ -100,6 +100,7 @@ export declare type BryntumFileFieldProps = {
|
|
|
100
100
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
101
101
|
* in the [triggers](https://bryntum.com/products/grid/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/grid/docs/api/Core/widget/Field#property-triggers).
|
|
103
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FileField#config-clearable)
|
|
103
104
|
*/
|
|
104
105
|
clearable?: boolean | FieldTriggerConfig;
|
|
105
106
|
/**
|
|
@@ -95,6 +95,7 @@ export declare type BryntumFilterFieldProps = {
|
|
|
95
95
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
96
96
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
97
97
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
98
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FilterField#config-clearable)
|
|
98
99
|
*/
|
|
99
100
|
clearable?: boolean | FieldTriggerConfig;
|
|
100
101
|
/**
|
|
@@ -101,6 +101,7 @@ export declare type BryntumNumberFieldProps = {
|
|
|
101
101
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
102
102
|
* in the [triggers](https://bryntum.com/products/grid/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/grid/docs/api/Core/widget/Field#property-triggers).
|
|
104
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/NumberField#config-clearable)
|
|
104
105
|
*/
|
|
105
106
|
clearable?: boolean | FieldTriggerConfig;
|
|
106
107
|
/**
|
|
@@ -95,6 +95,7 @@ export declare type BryntumPasswordFieldProps = {
|
|
|
95
95
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
96
96
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
97
97
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
98
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/PasswordField#config-clearable)
|
|
98
99
|
*/
|
|
99
100
|
clearable?: boolean | FieldTriggerConfig;
|
|
100
101
|
/**
|
|
@@ -101,6 +101,7 @@ export declare type BryntumTextAreaFieldProps = {
|
|
|
101
101
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
102
102
|
* in the [triggers](https://bryntum.com/products/grid/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/grid/docs/api/Core/widget/Field#property-triggers).
|
|
104
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextAreaField#config-clearable)
|
|
104
105
|
*/
|
|
105
106
|
clearable?: boolean | FieldTriggerConfig;
|
|
106
107
|
/**
|
|
@@ -99,6 +99,7 @@ export declare type BryntumTextAreaPickerFieldProps = {
|
|
|
99
99
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
100
100
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
101
101
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
102
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextAreaPickerField#config-clearable)
|
|
102
103
|
*/
|
|
103
104
|
clearable?: boolean | FieldTriggerConfig;
|
|
104
105
|
/**
|
|
@@ -95,6 +95,7 @@ export declare type BryntumTextFieldProps = {
|
|
|
95
95
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
96
96
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
97
97
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
98
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextField#config-clearable)
|
|
98
99
|
*/
|
|
99
100
|
clearable?: boolean | FieldTriggerConfig;
|
|
100
101
|
/**
|
|
@@ -99,6 +99,7 @@ export declare type BryntumTimeFieldProps = {
|
|
|
99
99
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
100
100
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
101
101
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
102
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TimeField#config-clearable)
|
|
102
103
|
*/
|
|
103
104
|
clearable?: boolean | FieldTriggerConfig;
|
|
104
105
|
/**
|
|
@@ -114,6 +114,7 @@ export declare type BryntumTreeComboProps = {
|
|
|
114
114
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
115
115
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
116
116
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
117
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-clearable)
|
|
117
118
|
*/
|
|
118
119
|
clearable?: boolean | FieldTriggerConfig;
|
|
119
120
|
/**
|
package/package.json
CHANGED
|
@@ -104,6 +104,7 @@ export type BryntumAIFilterFieldProps = {
|
|
|
104
104
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
105
105
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
106
106
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
107
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-clearable)
|
|
107
108
|
*/
|
|
108
109
|
clearable ? : boolean|FieldTriggerConfig
|
|
109
110
|
/**
|
|
@@ -123,6 +123,7 @@ export type BryntumBooleanComboProps = {
|
|
|
123
123
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
124
124
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
125
125
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
126
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/BooleanCombo#config-clearable)
|
|
126
127
|
*/
|
|
127
128
|
clearable ? : boolean|FieldTriggerConfig
|
|
128
129
|
/**
|
|
@@ -123,6 +123,7 @@ export type BryntumChecklistFilterComboProps = {
|
|
|
123
123
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
124
124
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
125
125
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
126
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-clearable)
|
|
126
127
|
*/
|
|
127
128
|
clearable ? : boolean|FieldTriggerConfig
|
|
128
129
|
/**
|
|
@@ -112,6 +112,7 @@ export type BryntumColorFieldProps = {
|
|
|
112
112
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
113
113
|
* in the [triggers](https://bryntum.com/products/grid/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/grid/docs/api/Core/widget/Field#property-triggers).
|
|
115
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/ColorField#config-clearable)
|
|
115
116
|
*/
|
|
116
117
|
clearable ? : boolean|FieldTriggerConfig
|
|
117
118
|
/**
|
|
@@ -123,6 +123,7 @@ export type BryntumComboProps = {
|
|
|
123
123
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
124
124
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
125
125
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
126
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-clearable)
|
|
126
127
|
*/
|
|
127
128
|
clearable ? : boolean|FieldTriggerConfig
|
|
128
129
|
/**
|
|
@@ -108,6 +108,7 @@ export type BryntumDateFieldProps = {
|
|
|
108
108
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
109
109
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
110
110
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
111
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateField#config-clearable)
|
|
111
112
|
*/
|
|
112
113
|
clearable ? : boolean|FieldTriggerConfig
|
|
113
114
|
/**
|
|
@@ -108,6 +108,7 @@ export type BryntumDateRangeFieldProps = {
|
|
|
108
108
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
109
109
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
110
110
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
111
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateRangeField#config-clearable)
|
|
111
112
|
*/
|
|
112
113
|
clearable ? : boolean|FieldTriggerConfig
|
|
113
114
|
/**
|
|
@@ -99,6 +99,7 @@ export type BryntumDateTimeFieldProps = {
|
|
|
99
99
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
100
100
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
101
101
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
102
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DateTimeField#config-clearable)
|
|
102
103
|
*/
|
|
103
104
|
clearable ? : boolean|FieldTriggerConfig
|
|
104
105
|
/**
|
|
@@ -104,6 +104,7 @@ export type BryntumDisplayFieldProps = {
|
|
|
104
104
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
105
105
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
106
106
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
107
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DisplayField#config-clearable)
|
|
107
108
|
*/
|
|
108
109
|
clearable ? : boolean|FieldTriggerConfig
|
|
109
110
|
/**
|
|
@@ -113,6 +113,7 @@ export type BryntumDurationFieldProps = {
|
|
|
113
113
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
114
114
|
* in the [triggers](https://bryntum.com/products/grid/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/grid/docs/api/Core/widget/Field#property-triggers).
|
|
116
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/DurationField#config-clearable)
|
|
116
117
|
*/
|
|
117
118
|
clearable ? : boolean|FieldTriggerConfig
|
|
118
119
|
/**
|
|
@@ -109,6 +109,7 @@ export type BryntumFileFieldProps = {
|
|
|
109
109
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
110
110
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
111
111
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
112
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FileField#config-clearable)
|
|
112
113
|
*/
|
|
113
114
|
clearable ? : boolean|FieldTriggerConfig
|
|
114
115
|
/**
|
|
@@ -104,6 +104,7 @@ export type BryntumFilterFieldProps = {
|
|
|
104
104
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
105
105
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
106
106
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
107
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/FilterField#config-clearable)
|
|
107
108
|
*/
|
|
108
109
|
clearable ? : boolean|FieldTriggerConfig
|
|
109
110
|
/**
|
|
@@ -110,6 +110,7 @@ export type BryntumNumberFieldProps = {
|
|
|
110
110
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
111
111
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
112
112
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
113
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/NumberField#config-clearable)
|
|
113
114
|
*/
|
|
114
115
|
clearable ? : boolean|FieldTriggerConfig
|
|
115
116
|
/**
|
|
@@ -104,6 +104,7 @@ export type BryntumPasswordFieldProps = {
|
|
|
104
104
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
105
105
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
106
106
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
107
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/PasswordField#config-clearable)
|
|
107
108
|
*/
|
|
108
109
|
clearable ? : boolean|FieldTriggerConfig
|
|
109
110
|
/**
|
|
@@ -110,6 +110,7 @@ export type BryntumTextAreaFieldProps = {
|
|
|
110
110
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
111
111
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
112
112
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
113
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextAreaField#config-clearable)
|
|
113
114
|
*/
|
|
114
115
|
clearable ? : boolean|FieldTriggerConfig
|
|
115
116
|
/**
|
|
@@ -108,6 +108,7 @@ export type BryntumTextAreaPickerFieldProps = {
|
|
|
108
108
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
109
109
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
110
110
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
111
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextAreaPickerField#config-clearable)
|
|
111
112
|
*/
|
|
112
113
|
clearable ? : boolean|FieldTriggerConfig
|
|
113
114
|
/**
|
|
@@ -104,6 +104,7 @@ export type BryntumTextFieldProps = {
|
|
|
104
104
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
105
105
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
106
106
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
107
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextField#config-clearable)
|
|
107
108
|
*/
|
|
108
109
|
clearable ? : boolean|FieldTriggerConfig
|
|
109
110
|
/**
|
|
@@ -108,6 +108,7 @@ export type BryntumTimeFieldProps = {
|
|
|
108
108
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
109
109
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
110
110
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
111
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TimeField#config-clearable)
|
|
111
112
|
*/
|
|
112
113
|
clearable ? : boolean|FieldTriggerConfig
|
|
113
114
|
/**
|
|
@@ -123,6 +123,7 @@ export type BryntumTreeComboProps = {
|
|
|
123
123
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
124
124
|
* in the [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
125
125
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
126
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-clearable)
|
|
126
127
|
*/
|
|
127
128
|
clearable ? : boolean|FieldTriggerConfig
|
|
128
129
|
/**
|