@bryntum/grid-angular-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.
- package/README.md +4 -4
- package/bundles/bryntum-grid-angular-thin.umd.js.map +1 -1
- package/esm2015/lib/bryntum-a-i-filter-field.component.js +1 -1
- package/esm2015/lib/bryntum-checklist-filter-combo.component.js +1 -1
- package/esm2015/lib/bryntum-tree-combo.component.js +1 -1
- package/fesm2015/bryntum-grid-angular-thin.js.map +1 -1
- package/lib/bryntum-a-i-filter-field.component.d.ts +1 -0
- package/lib/bryntum-checklist-filter-combo.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-checklist-filter-combo.component.ts +1 -0
- package/src/lib/bryntum-tree-combo.component.ts +1 -0
|
@@ -96,6 +96,7 @@ export declare type BryntumAIFilterFieldProps = {
|
|
|
96
96
|
* 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
|
|
97
97
|
* 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
|
|
98
98
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
99
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-clearable)
|
|
99
100
|
*/
|
|
100
101
|
clearable?: boolean | FieldTriggerConfig;
|
|
101
102
|
/**
|
|
@@ -115,6 +115,7 @@ export declare type BryntumChecklistFilterComboProps = {
|
|
|
115
115
|
* 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
|
|
116
116
|
* 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
|
|
117
117
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
118
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-clearable)
|
|
118
119
|
*/
|
|
119
120
|
clearable?: boolean | FieldTriggerConfig;
|
|
120
121
|
/**
|
|
@@ -115,6 +115,7 @@ export declare type BryntumTreeComboProps = {
|
|
|
115
115
|
* 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
|
|
116
116
|
* 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
|
|
117
117
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
118
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-clearable)
|
|
118
119
|
*/
|
|
119
120
|
clearable?: boolean | FieldTriggerConfig;
|
|
120
121
|
/**
|
package/package.json
CHANGED
|
@@ -105,6 +105,7 @@ export type BryntumAIFilterFieldProps = {
|
|
|
105
105
|
* 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
|
|
106
106
|
* 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
|
|
107
107
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
108
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/AIFilterField#config-clearable)
|
|
108
109
|
*/
|
|
109
110
|
clearable ? : boolean|FieldTriggerConfig
|
|
110
111
|
/**
|
|
@@ -124,6 +124,7 @@ export type BryntumChecklistFilterComboProps = {
|
|
|
124
124
|
* 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
|
|
125
125
|
* 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
|
|
126
126
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
127
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-clearable)
|
|
127
128
|
*/
|
|
128
129
|
clearable ? : boolean|FieldTriggerConfig
|
|
129
130
|
/**
|
|
@@ -124,6 +124,7 @@ export type BryntumTreeComboProps = {
|
|
|
124
124
|
* 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
|
|
125
125
|
* 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
|
|
126
126
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
127
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-clearable)
|
|
127
128
|
*/
|
|
128
129
|
clearable ? : boolean|FieldTriggerConfig
|
|
129
130
|
/**
|