@bryntum/grid-vue-3 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/lib/chunks/5M8wIxvQ.js.map +1 -1
- package/lib/chunks/5lrk73y1.js.map +1 -1
- package/lib/chunks/9byyIDfp.js.map +1 -1
- package/lib/chunks/B8sjMlQa.js.map +1 -1
- package/lib/chunks/BLsjiEAP.js.map +1 -1
- package/lib/chunks/Bl36V69E.js.map +1 -1
- package/lib/chunks/BmHFb_fq.js.map +1 -1
- package/lib/chunks/CZQNr8fW.js.map +1 -1
- package/lib/chunks/CfueqVEZ.js.map +1 -1
- package/lib/chunks/CmnkBkJt.js.map +1 -1
- package/lib/chunks/CoAzsoAd.js.map +1 -1
- package/lib/chunks/CuOyCCRP.js.map +1 -1
- package/lib/chunks/CyHeEHVg.js.map +1 -1
- package/lib/chunks/D4FfOpv3.js.map +1 -1
- package/lib/chunks/DbrwZpmC.js.map +1 -1
- package/lib/chunks/Ds99tE2L.js.map +1 -1
- package/lib/chunks/DzxpyRrw.js.map +1 -1
- package/lib/chunks/EDrONM4R.js.map +1 -1
- package/lib/chunks/a5QWc4xg.js.map +1 -1
- package/lib/chunks/o0XBZuno.js.map +1 -1
- package/package.json +1 -1
- package/src/components/BryntumAIFilterField.vue +1 -0
- package/src/components/BryntumAIFilterFieldProps.ts +1 -0
- package/src/components/BryntumBooleanCombo.vue +1 -0
- package/src/components/BryntumBooleanComboProps.ts +1 -0
- package/src/components/BryntumChecklistFilterCombo.vue +1 -0
- package/src/components/BryntumChecklistFilterComboProps.ts +1 -0
- package/src/components/BryntumColorField.vue +1 -0
- package/src/components/BryntumColorFieldProps.ts +1 -0
- package/src/components/BryntumCombo.vue +1 -0
- package/src/components/BryntumComboProps.ts +1 -0
- package/src/components/BryntumDateField.vue +1 -0
- package/src/components/BryntumDateFieldProps.ts +1 -0
- package/src/components/BryntumDateRangeField.vue +1 -0
- package/src/components/BryntumDateRangeFieldProps.ts +1 -0
- package/src/components/BryntumDateTimeField.vue +1 -0
- package/src/components/BryntumDateTimeFieldProps.ts +1 -0
- package/src/components/BryntumDemoHeader.vue +1 -1
- package/src/components/BryntumDisplayField.vue +1 -0
- package/src/components/BryntumDisplayFieldProps.ts +1 -0
- package/src/components/BryntumDurationField.vue +1 -0
- package/src/components/BryntumDurationFieldProps.ts +1 -0
- package/src/components/BryntumFileField.vue +1 -0
- package/src/components/BryntumFileFieldProps.ts +1 -0
- package/src/components/BryntumFilterField.vue +1 -0
- package/src/components/BryntumFilterFieldProps.ts +1 -0
- package/src/components/BryntumNumberField.vue +1 -0
- package/src/components/BryntumNumberFieldProps.ts +1 -0
- package/src/components/BryntumPasswordField.vue +1 -0
- package/src/components/BryntumPasswordFieldProps.ts +1 -0
- package/src/components/BryntumTextAreaField.vue +1 -0
- package/src/components/BryntumTextAreaFieldProps.ts +1 -0
- package/src/components/BryntumTextAreaPickerField.vue +1 -0
- package/src/components/BryntumTextAreaPickerFieldProps.ts +1 -0
- package/src/components/BryntumTextField.vue +1 -0
- package/src/components/BryntumTextFieldProps.ts +1 -0
- package/src/components/BryntumTimeField.vue +1 -0
- package/src/components/BryntumTimeFieldProps.ts +1 -0
- package/src/components/BryntumTreeCombo.vue +1 -0
- package/src/components/BryntumTreeComboProps.ts +1 -0
|
@@ -93,6 +93,7 @@ export declare type BryntumPasswordFieldProps = {
|
|
|
93
93
|
* 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
|
|
94
94
|
* 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
|
|
95
95
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
96
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/PasswordField#config-clearable)
|
|
96
97
|
*/
|
|
97
98
|
clearable ? : Boolean|FieldTriggerConfig
|
|
98
99
|
/**
|
|
@@ -113,6 +113,7 @@ defineProps<{
|
|
|
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/TextAreaField#config-clearable)
|
|
116
117
|
*/
|
|
117
118
|
clearable ? : Boolean|FieldTriggerConfig
|
|
118
119
|
/**
|
|
@@ -99,6 +99,7 @@ export declare type BryntumTextAreaFieldProps = {
|
|
|
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/TextAreaField#config-clearable)
|
|
102
103
|
*/
|
|
103
104
|
clearable ? : Boolean|FieldTriggerConfig
|
|
104
105
|
/**
|
|
@@ -111,6 +111,7 @@ defineProps<{
|
|
|
111
111
|
* 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
|
|
112
112
|
* 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
|
|
113
113
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/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
|
/**
|
|
@@ -97,6 +97,7 @@ export declare type BryntumTextAreaPickerFieldProps = {
|
|
|
97
97
|
* 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
|
|
98
98
|
* 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
|
|
99
99
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
100
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextAreaPickerField#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/grid/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
108
108
|
* 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
|
|
109
109
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/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
|
/**
|
|
@@ -93,6 +93,7 @@ export declare type BryntumTextFieldProps = {
|
|
|
93
93
|
* 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
|
|
94
94
|
* 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
|
|
95
95
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
96
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TextField#config-clearable)
|
|
96
97
|
*/
|
|
97
98
|
clearable ? : Boolean|FieldTriggerConfig
|
|
98
99
|
/**
|
|
@@ -111,6 +111,7 @@ defineProps<{
|
|
|
111
111
|
* 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
|
|
112
112
|
* 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
|
|
113
113
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/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
|
/**
|
|
@@ -97,6 +97,7 @@ export declare type BryntumTimeFieldProps = {
|
|
|
97
97
|
* 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
|
|
98
98
|
* 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
|
|
99
99
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
100
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Core/widget/TimeField#config-clearable)
|
|
100
101
|
*/
|
|
101
102
|
clearable ? : Boolean|FieldTriggerConfig
|
|
102
103
|
/**
|
|
@@ -126,6 +126,7 @@ defineProps<{
|
|
|
126
126
|
* 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
|
|
127
127
|
* 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
|
|
128
128
|
* configures the `clear` [trigger](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers).
|
|
129
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-clearable)
|
|
129
130
|
*/
|
|
130
131
|
clearable ? : Boolean|FieldTriggerConfig
|
|
131
132
|
/**
|
|
@@ -112,6 +112,7 @@ export declare type BryntumTreeComboProps = {
|
|
|
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/Grid/widget/TreeCombo#config-clearable)
|
|
115
116
|
*/
|
|
116
117
|
clearable ? : Boolean|FieldTriggerConfig
|
|
117
118
|
/**
|