@bryntum/grid-vue-3-thin 7.2.4 → 7.3.1
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/lib/chunks/{MAev_NTD.js → Bc2x_WPR.js} +8 -6
- package/lib/chunks/Bc2x_WPR.js.map +1 -0
- package/lib/chunks/{C3MmNeeF.js → Be7ZZzGW.js} +14 -12
- package/lib/chunks/Be7ZZzGW.js.map +1 -0
- package/lib/chunks/{BQkqLHa6.js → BpNo5v3W.js} +9 -10
- package/lib/chunks/BpNo5v3W.js.map +1 -0
- package/lib/chunks/{CnbA4JoC.js → C87PnYXS.js} +12 -10
- package/lib/chunks/C87PnYXS.js.map +1 -0
- package/lib/chunks/{v3MxzI7J.js → C9RmZYoQ.js} +9 -7
- package/lib/chunks/C9RmZYoQ.js.map +1 -0
- package/lib/chunks/{Da4PP6A-.js → CAlh-Y8B.js} +3 -3
- package/lib/chunks/CAlh-Y8B.js.map +1 -0
- package/lib/chunks/{DkzTNiUv.js → CWYhi4DG.js} +8 -9
- package/lib/chunks/CWYhi4DG.js.map +1 -0
- package/lib/chunks/{D639wy1k.js → CcfDAcJD.js} +9 -9
- package/lib/chunks/CcfDAcJD.js.map +1 -0
- package/lib/chunks/{B5DiBj1m.js → DZ2V6NNc.js} +16 -14
- package/lib/chunks/DZ2V6NNc.js.map +1 -0
- package/lib/chunks/{C8vFKx3Q.js → w2GDktIt.js} +8 -6
- package/lib/chunks/w2GDktIt.js.map +1 -0
- package/lib/components/BryntumAIFilterField.js +1 -1
- package/lib/components/BryntumChecklistFilterCombo.js +1 -1
- package/lib/components/BryntumGrid.js +1 -1
- package/lib/components/BryntumGridBase.js +1 -1
- package/lib/components/BryntumGridChartDesigner.js +1 -1
- package/lib/components/BryntumGridFieldFilterPicker.js +1 -1
- package/lib/components/BryntumGridFieldFilterPickerGroup.js +1 -1
- package/lib/components/BryntumGroupBar.js +1 -1
- package/lib/components/BryntumThemeCombo.js +57 -0
- package/lib/components/BryntumThemeCombo.js.map +1 -0
- package/lib/components/BryntumTreeCombo.js +1 -1
- package/lib/components/BryntumTreeGrid.js +1 -1
- package/lib/index.js +10 -10
- package/package.json +1 -1
- package/src/components/BryntumAIFilterField.vue +153 -224
- package/src/components/BryntumAIFilterFieldProps.ts +78 -110
- package/src/components/BryntumChecklistFilterCombo.vue +171 -258
- package/src/components/BryntumChecklistFilterComboProps.ts +95 -141
- package/src/components/BryntumGrid.vue +723 -1042
- package/src/components/BryntumGridBase.vue +723 -1042
- package/src/components/BryntumGridBaseProps.ts +186 -261
- package/src/components/BryntumGridChartDesigner.vue +101 -163
- package/src/components/BryntumGridChartDesignerProps.ts +55 -88
- package/src/components/BryntumGridFieldFilterPicker.vue +134 -216
- package/src/components/BryntumGridFieldFilterPickerGroup.vue +137 -220
- package/src/components/BryntumGridFieldFilterPickerGroupProps.ts +76 -120
- package/src/components/BryntumGridFieldFilterPickerProps.ts +77 -122
- package/src/components/BryntumGridProps.ts +186 -261
- package/src/components/BryntumGroupBar.vue +129 -205
- package/src/components/BryntumGroupBarProps.ts +61 -98
- package/src/components/BryntumThemeCombo.vue +60 -0
- package/src/components/BryntumTreeCombo.vue +172 -260
- package/src/components/BryntumTreeComboProps.ts +96 -143
- package/src/components/BryntumTreeGrid.vue +723 -1042
- package/src/components/BryntumTreeGridProps.ts +186 -261
- package/lib/chunks/B5DiBj1m.js.map +0 -1
- package/lib/chunks/BQkqLHa6.js.map +0 -1
- package/lib/chunks/C3MmNeeF.js.map +0 -1
- package/lib/chunks/C8vFKx3Q.js.map +0 -1
- package/lib/chunks/CnbA4JoC.js.map +0 -1
- package/lib/chunks/D639wy1k.js.map +0 -1
- package/lib/chunks/Da4PP6A-.js.map +0 -1
- package/lib/chunks/DkzTNiUv.js.map +0 -1
- package/lib/chunks/MAev_NTD.js.map +0 -1
- package/lib/chunks/v3MxzI7J.js.map +0 -1
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
import { getCurrentInstance, onBeforeUnmount, onMounted, provide, ref, watch, toRaw } from 'vue';
|
|
12
12
|
|
|
13
|
-
import type { AlignSpec, Base, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Color, Combo,
|
|
13
|
+
import type { AlignSpec, Base, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Color, Combo, Duration, DurationConfig, Field, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, ListConfig, MaskConfig, Model, Rectangle, Store, StoreConfig, TabConfig, TooltipConfig, Widget } from '@bryntum/core-thin';
|
|
14
14
|
import type { ChecklistFilterComboListeners, GridContainerItemConfig } from '@bryntum/grid-thin';
|
|
15
15
|
import { ChecklistFilterCombo } from '@bryntum/grid-thin';
|
|
16
16
|
|
|
@@ -21,14 +21,12 @@ defineProps<{
|
|
|
21
21
|
/**
|
|
22
22
|
* Element (or element id) to adopt as this Widget's encapsulating element. The widget's
|
|
23
23
|
* content will be placed inside this element.
|
|
24
|
-
* ...
|
|
25
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-adopt)
|
|
24
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-adopt)
|
|
26
25
|
*/
|
|
27
26
|
adopt ? : HTMLElement|string
|
|
28
27
|
/**
|
|
29
28
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
30
|
-
* ...
|
|
31
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-align)
|
|
29
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-align)
|
|
32
30
|
*/
|
|
33
31
|
align ? : AlignSpec|string
|
|
34
32
|
/**
|
|
@@ -50,15 +48,13 @@ defineProps<{
|
|
|
50
48
|
/**
|
|
51
49
|
* A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
|
|
52
50
|
* into an element which will be linked using the `aria-describedby` attribute.
|
|
53
|
-
* ...
|
|
54
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-ariaDescription)
|
|
51
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-ariaDescription)
|
|
55
52
|
*/
|
|
56
53
|
ariaDescription ? : string
|
|
57
54
|
/**
|
|
58
55
|
* A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
|
|
59
56
|
* the `aria-label` attribute.
|
|
60
|
-
* ...
|
|
61
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-ariaLabel)
|
|
57
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-ariaLabel)
|
|
62
58
|
*/
|
|
63
59
|
ariaLabel ? : string
|
|
64
60
|
/**
|
|
@@ -81,20 +77,17 @@ defineProps<{
|
|
|
81
77
|
/**
|
|
82
78
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
83
79
|
* hierarchy when triggered.
|
|
84
|
-
* ...
|
|
85
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-bubbleEvents)
|
|
80
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-bubbleEvents)
|
|
86
81
|
*/
|
|
87
82
|
bubbleEvents ? : object
|
|
88
83
|
/**
|
|
89
84
|
* Enable caching of the last retrieved result until the timeout is reached.
|
|
90
|
-
* ...
|
|
91
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-cacheLastResult)
|
|
85
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-cacheLastResult)
|
|
92
86
|
*/
|
|
93
87
|
cacheLastResult ? : number|string|Duration|DurationConfig
|
|
94
88
|
/**
|
|
95
89
|
* Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
|
|
96
|
-
* ...
|
|
97
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-callOnFunctions)
|
|
90
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-callOnFunctions)
|
|
98
91
|
*/
|
|
99
92
|
callOnFunctions ? : Boolean
|
|
100
93
|
/**
|
|
@@ -104,8 +97,7 @@ defineProps<{
|
|
|
104
97
|
/**
|
|
105
98
|
* By default, if an event handler throws an exception, the error propagates up the stack and the
|
|
106
99
|
* application state is undefined. Code which follows the event handler will *not* be executed.
|
|
107
|
-
* ...
|
|
108
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-catchEventHandlerExceptions)
|
|
100
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-catchEventHandlerExceptions)
|
|
109
101
|
*/
|
|
110
102
|
catchEventHandlerExceptions ? : Boolean
|
|
111
103
|
/**
|
|
@@ -113,11 +105,19 @@ defineProps<{
|
|
|
113
105
|
* Set to `true` to centre the Widget in browser viewport space.
|
|
114
106
|
*/
|
|
115
107
|
centered ? : Boolean
|
|
108
|
+
/**
|
|
109
|
+
* A function (or the name of a function in the ownership hierarchy) called during field validation
|
|
110
|
+
* to perform custom validity checks. The function is called as part of the [isValid](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-isValid)
|
|
111
|
+
* evaluation, after the built-in [required](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-required) check.
|
|
112
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-checkValidity)
|
|
113
|
+
* @param {Core.widget.Field} field The field being validated
|
|
114
|
+
* @returns {void}
|
|
115
|
+
*/
|
|
116
|
+
checkValidity ? : ((field: Field) => void)|string
|
|
116
117
|
/**
|
|
117
118
|
* A config object to configure the [ChipView](https://bryntum.com/products/grid/docs/api/Core/widget/ChipView) to display the
|
|
118
119
|
* selected value set when [multiSelect](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-multiSelect) is `true`.
|
|
119
|
-
* ...
|
|
120
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-chipView)
|
|
120
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-chipView)
|
|
121
121
|
*/
|
|
122
122
|
chipView ? : ChipViewConfig
|
|
123
123
|
/**
|
|
@@ -142,15 +142,13 @@ defineProps<{
|
|
|
142
142
|
* Custom CSS classes to add to element.
|
|
143
143
|
* May be specified as a space separated string, or as an object in which property names
|
|
144
144
|
* with truthy values are used as the class names:
|
|
145
|
-
* ...
|
|
146
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-cls)
|
|
145
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-cls)
|
|
147
146
|
*/
|
|
148
147
|
cls ? : string|object
|
|
149
148
|
/**
|
|
150
149
|
* Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
|
|
151
150
|
* `style` block.
|
|
152
|
-
* ...
|
|
153
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-color)
|
|
151
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-color)
|
|
154
152
|
*/
|
|
155
153
|
color ? : Color
|
|
156
154
|
/**
|
|
@@ -167,15 +165,13 @@ defineProps<{
|
|
|
167
165
|
* The configuration for additional items associated to this field. This is typically used to add contextual
|
|
168
166
|
* fields related to a [checkbox](https://bryntum.com/products/grid/docs/api/Core/widget/Checkbox) or [radio button](#Core/widget/Radio). See
|
|
169
167
|
* these classes for examples of nested fields.
|
|
170
|
-
* ...
|
|
171
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-container)
|
|
168
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-container)
|
|
172
169
|
*/
|
|
173
|
-
container ? : Record<string, GridContainerItemConfig>|GridContainerItemConfig[]|FieldContainerConfig
|
|
170
|
+
container ? : Record<string, GridContainerItemConfig>|GridContainerItemConfig[]|FieldContainerConfig
|
|
174
171
|
/**
|
|
175
172
|
* The config controls how the value of nested items are handled when a parent container gets or sets its
|
|
176
173
|
* [values](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-values).
|
|
177
|
-
* ...
|
|
178
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-containValues)
|
|
174
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-containValues)
|
|
179
175
|
* @param {Core.widget.Field} field Field instance
|
|
180
176
|
* @returns {boolean}
|
|
181
177
|
*/
|
|
@@ -184,16 +180,14 @@ defineProps<{
|
|
|
184
180
|
* Custom CSS classes to add to the [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement).
|
|
185
181
|
* May be specified as a space separated string, or as an object in which property names
|
|
186
182
|
* with truthy values are used as the class names:
|
|
187
|
-
* ...
|
|
188
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-contentElementCls)
|
|
183
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-contentElementCls)
|
|
189
184
|
*/
|
|
190
185
|
contentElementCls ? : string|object
|
|
191
186
|
/**
|
|
192
187
|
* If configured as `true`, this means that when an unmatched string is typed into the
|
|
193
188
|
* combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
|
|
194
189
|
* a new record will be created using the typed string as the [displayField](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-displayField).
|
|
195
|
-
* ...
|
|
196
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-createOnUnmatched)
|
|
190
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-createOnUnmatched)
|
|
197
191
|
* @param {string} name Record name
|
|
198
192
|
* @param {Core.widget.Combo} combo Combo instance
|
|
199
193
|
* @returns {Core.data.Model} New record
|
|
@@ -214,16 +208,15 @@ defineProps<{
|
|
|
214
208
|
*/
|
|
215
209
|
defaultBindProperty ? : string
|
|
216
210
|
/**
|
|
217
|
-
* Check for CSS compatibility issues
|
|
218
|
-
*
|
|
219
|
-
* [
|
|
211
|
+
* Check for CSS compatibility and inclusion related issues and try to auto fix them. Performs the following
|
|
212
|
+
* checks:
|
|
213
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-detectCSSCompatibilityIssues)
|
|
220
214
|
*/
|
|
221
215
|
detectCSSCompatibilityIssues ? : Boolean
|
|
222
216
|
/**
|
|
223
217
|
* Disable or enable the widget. It is similar to [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-readOnly) except a disabled widget
|
|
224
218
|
* cannot be focused, uses a different rendition (usually greyish) and does not allow selecting its value.
|
|
225
|
-
* ...
|
|
226
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-disabled)
|
|
219
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-disabled)
|
|
227
220
|
*/
|
|
228
221
|
disabled ? : Boolean|'inert'
|
|
229
222
|
/**
|
|
@@ -236,26 +229,23 @@ defineProps<{
|
|
|
236
229
|
* @param {Core.widget.Combo} combo A reference to this Combo
|
|
237
230
|
* @returns {string,void}
|
|
238
231
|
*/
|
|
239
|
-
displayValueRenderer ? : (record: Model
|
|
232
|
+
displayValueRenderer ? : (record: Model, combo: Combo) => string|void
|
|
240
233
|
/**
|
|
241
234
|
* Controls the placement of this widget when it is added to a [panel's ](https://bryntum.com/products/grid/docs/api/Core/widget/Panel)
|
|
242
235
|
* [strips collection](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
|
|
243
236
|
* `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
|
|
244
237
|
* body. Such widgets are called "edge strips".
|
|
245
|
-
* ...
|
|
246
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-dock)
|
|
238
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-dock)
|
|
247
239
|
*/
|
|
248
240
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
249
241
|
/**
|
|
250
242
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
251
243
|
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
|
|
252
244
|
* property which controls when a drag should start.
|
|
253
|
-
* ...
|
|
254
|
-
*
|
|
245
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-draggable)
|
|
246
|
+
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
255
247
|
*/
|
|
256
|
-
draggable ? : Boolean|
|
|
257
|
-
handleSelector?: string
|
|
258
|
-
}
|
|
248
|
+
draggable ? : Boolean|object
|
|
259
249
|
/**
|
|
260
250
|
* User can edit text in text field (otherwise only pick from attached picker)
|
|
261
251
|
*/
|
|
@@ -263,21 +253,18 @@ defineProps<{
|
|
|
263
253
|
/**
|
|
264
254
|
* An object specifying attributes to assign to the root element of this widget.
|
|
265
255
|
* Set `null` value to attribute to remove it.
|
|
266
|
-
* ...
|
|
267
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-elementAttributes)
|
|
256
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-elementAttributes)
|
|
268
257
|
*/
|
|
269
258
|
elementAttributes ? : Record<string, string|null>
|
|
270
259
|
/**
|
|
271
260
|
* Text to display in the drop down when there are no items in the underlying store.
|
|
272
|
-
* ...
|
|
273
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-emptyText)
|
|
261
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-emptyText)
|
|
274
262
|
*/
|
|
275
263
|
emptyText ? : string
|
|
276
264
|
/**
|
|
277
265
|
* A function which creates an array of values for the [filterParamName](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-filterParamName) to pass
|
|
278
266
|
* any filters to the server upon load.
|
|
279
|
-
* ...
|
|
280
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-encodeFilterParams)
|
|
267
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-encodeFilterParams)
|
|
281
268
|
* @param {object[]} filters filters
|
|
282
269
|
* @returns {object[]} array of values
|
|
283
270
|
*/
|
|
@@ -291,8 +278,7 @@ defineProps<{
|
|
|
291
278
|
/**
|
|
292
279
|
* The name of an operator type as implemented in [operator](https://bryntum.com/products/grid/docs/api/Core/util/CollectionFilter#config-operator)
|
|
293
280
|
* to use when filtering the dropdown list based upon the typed value.
|
|
294
|
-
* ...
|
|
295
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-filterOperator)
|
|
281
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-filterOperator)
|
|
296
282
|
*/
|
|
297
283
|
filterOperator ? : CollectionCompareOperator
|
|
298
284
|
/**
|
|
@@ -333,8 +319,7 @@ defineProps<{
|
|
|
333
319
|
hidden ? : Boolean
|
|
334
320
|
/**
|
|
335
321
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
336
|
-
* ...
|
|
337
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-hideAnimation)
|
|
322
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-hideAnimation)
|
|
338
323
|
*/
|
|
339
324
|
hideAnimation ? : Boolean|object
|
|
340
325
|
/**
|
|
@@ -355,8 +340,7 @@ defineProps<{
|
|
|
355
340
|
/**
|
|
356
341
|
* An optional string to display inside the input field as an overlay. This can be useful for displaying
|
|
357
342
|
* a field's units.
|
|
358
|
-
* ...
|
|
359
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-hint)
|
|
343
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-hint)
|
|
360
344
|
* @param {object} data A data object
|
|
361
345
|
* @param {Core.widget.Field} data.source A reference to the field instance
|
|
362
346
|
* @param {any} data.value The current value of the field
|
|
@@ -367,8 +351,7 @@ defineProps<{
|
|
|
367
351
|
* This config is similar to [hint](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-hint) except that this config is used to display HTML content.
|
|
368
352
|
* Since this can allow malicious content to be executed, be sure not to include user-entered data or to
|
|
369
353
|
* encode such data (see [encodeHtml](https://bryntum.com/products/grid/docs/api/Core/helper/StringHelper#function-encodeHtml-static)).
|
|
370
|
-
* ...
|
|
371
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-hintHtml)
|
|
354
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-hintHtml)
|
|
372
355
|
* @param {object} data A data object
|
|
373
356
|
* @param {Core.widget.Field} data.source A reference to the field instance
|
|
374
357
|
* @param {any} data.value The current value of the field
|
|
@@ -381,23 +364,20 @@ defineProps<{
|
|
|
381
364
|
id ? : string
|
|
382
365
|
/**
|
|
383
366
|
* Determines if the widgets read-only state should be controlled by its parent.
|
|
384
|
-
* ...
|
|
385
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-ignoreParentReadOnly)
|
|
367
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-ignoreParentReadOnly)
|
|
386
368
|
*/
|
|
387
369
|
ignoreParentReadOnly ? : Boolean
|
|
388
370
|
/**
|
|
389
371
|
* Set this config to `true` to always display items horizontally along with this field. This assigns an
|
|
390
372
|
* [hbox](https://bryntum.com/products/grid/docs/api/Core/widget/layout/Box) as the [layout](#Core/widget/Container#config-layout) to the
|
|
391
373
|
* [container](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-container).
|
|
392
|
-
* ...
|
|
393
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-inline)
|
|
374
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-inline)
|
|
394
375
|
*/
|
|
395
376
|
inline ? : Boolean
|
|
396
377
|
/**
|
|
397
378
|
* Configure this as `true` to render the dropdown list as a permanently visible list
|
|
398
379
|
* in the document flow immediately below the input area instead of as a popup.
|
|
399
|
-
* ...
|
|
400
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-inlinePicker)
|
|
380
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-inlinePicker)
|
|
401
381
|
*/
|
|
402
382
|
inlinePicker ? : Boolean
|
|
403
383
|
/**
|
|
@@ -435,30 +415,26 @@ defineProps<{
|
|
|
435
415
|
insertFirst ? : HTMLElement|string
|
|
436
416
|
/**
|
|
437
417
|
* Rows to display in the dropdown (list items).
|
|
438
|
-
* ...
|
|
439
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-items)
|
|
418
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-items)
|
|
440
419
|
*/
|
|
441
420
|
items ? : object[]|string[]|object
|
|
442
421
|
/**
|
|
443
422
|
* An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
|
|
444
423
|
* and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
|
|
445
424
|
* are the name of the instance method to call when the keystroke is received.
|
|
446
|
-
* ...
|
|
447
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-keyMap)
|
|
425
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-keyMap)
|
|
448
426
|
*/
|
|
449
427
|
keyMap ? : Record<string, KeyMapConfig>
|
|
450
428
|
/**
|
|
451
429
|
* The delay in milliseconds to wait after the last keystroke before triggering a change event.
|
|
452
430
|
* Set to 0 to not trigger change events from keystrokes (listen for input event instead to have
|
|
453
431
|
* immediate feedback, change will still be triggered on blur).
|
|
454
|
-
* ...
|
|
455
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-keyStrokeChangeDelay)
|
|
432
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-keyStrokeChangeDelay)
|
|
456
433
|
*/
|
|
457
434
|
keyStrokeChangeDelay ? : number
|
|
458
435
|
/**
|
|
459
436
|
* The delay in milliseconds to wait after the last keystroke before filtering the list.
|
|
460
|
-
* ...
|
|
461
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-keyStrokeFilterDelay)
|
|
437
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-keyStrokeFilterDelay)
|
|
462
438
|
*/
|
|
463
439
|
keyStrokeFilterDelay ? : number
|
|
464
440
|
/**
|
|
@@ -471,15 +447,15 @@ defineProps<{
|
|
|
471
447
|
labelCls ? : string|object
|
|
472
448
|
/**
|
|
473
449
|
* Label position, either 'before' the field or 'above' the field
|
|
474
|
-
* ...
|
|
475
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-labelPosition)
|
|
450
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-labelPosition)
|
|
476
451
|
*/
|
|
477
452
|
labelPosition ? : 'before'|'above'|null
|
|
478
453
|
/**
|
|
479
454
|
* The labels to add either before or after the input field.
|
|
480
455
|
* Each label may have the following properties:
|
|
481
|
-
* ...
|
|
482
|
-
*
|
|
456
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-labels)
|
|
457
|
+
* @property {string} html Label text
|
|
458
|
+
* @property {'start','end'} align Which end of the file the label should go
|
|
483
459
|
*/
|
|
484
460
|
labels ? : object[]
|
|
485
461
|
/**
|
|
@@ -492,8 +468,7 @@ defineProps<{
|
|
|
492
468
|
listCls ? : string
|
|
493
469
|
/**
|
|
494
470
|
* The listener set for this object.
|
|
495
|
-
* ...
|
|
496
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-listeners)
|
|
471
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-listeners)
|
|
497
472
|
*/
|
|
498
473
|
listeners ? : ChecklistFilterComboListeners
|
|
499
474
|
/**
|
|
@@ -504,18 +479,16 @@ defineProps<{
|
|
|
504
479
|
listItemPillTpl ? : (record: Model) => string
|
|
505
480
|
/**
|
|
506
481
|
* Template string used to render the list items in the dropdown list
|
|
507
|
-
* ...
|
|
508
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-listItemTpl)
|
|
482
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-listItemTpl)
|
|
509
483
|
* @param {Core.data.Model} record The record representing the item being rendered
|
|
510
484
|
* @returns {string,void}
|
|
511
485
|
*/
|
|
512
|
-
listItemTpl ? : (record: Model
|
|
486
|
+
listItemTpl ? : (record: Model) => string|void
|
|
513
487
|
/**
|
|
514
488
|
* A class translations of which are used for translating this entity.
|
|
515
489
|
* This is often used when translations of an item are defined on its container class.
|
|
516
490
|
* For example:
|
|
517
|
-
* ...
|
|
518
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-localeClass)
|
|
491
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-localeClass)
|
|
519
492
|
*/
|
|
520
493
|
localeClass ? : typeof Base
|
|
521
494
|
/**
|
|
@@ -527,8 +500,7 @@ defineProps<{
|
|
|
527
500
|
* In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
|
|
528
501
|
* you could use 'localeKey' meta configuration.
|
|
529
502
|
* Example:
|
|
530
|
-
* ...
|
|
531
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-localizableProperties)
|
|
503
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-localizableProperties)
|
|
532
504
|
*/
|
|
533
505
|
localizableProperties ? : string[]
|
|
534
506
|
/**
|
|
@@ -554,8 +526,7 @@ defineProps<{
|
|
|
554
526
|
maxHeight ? : string|number
|
|
555
527
|
/**
|
|
556
528
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
557
|
-
* ...
|
|
558
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-maximizeOnMobile)
|
|
529
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-maximizeOnMobile)
|
|
559
530
|
*/
|
|
560
531
|
maximizeOnMobile ? : number|string
|
|
561
532
|
/**
|
|
@@ -569,8 +540,7 @@ defineProps<{
|
|
|
569
540
|
maxWidth ? : string|number
|
|
570
541
|
/**
|
|
571
542
|
* The minimum string length to trigger the filtering, only relevant when [editable](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-editable) is `true`.
|
|
572
|
-
* ...
|
|
573
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-minChars)
|
|
543
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-minChars)
|
|
574
544
|
*/
|
|
575
545
|
minChars ? : number
|
|
576
546
|
/**
|
|
@@ -591,12 +561,10 @@ defineProps<{
|
|
|
591
561
|
* When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
|
|
592
562
|
* is used to monitor this element for size changes caused by either style manipulation, or by CSS
|
|
593
563
|
* layout.
|
|
594
|
-
* ...
|
|
595
|
-
*
|
|
564
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-monitorResize)
|
|
565
|
+
* @property {boolean} immediate Set to `true` to receive resize notifications immediately.
|
|
596
566
|
*/
|
|
597
|
-
monitorResize ? : Boolean|
|
|
598
|
-
immediate?: Boolean
|
|
599
|
-
}
|
|
567
|
+
monitorResize ? : Boolean|object
|
|
600
568
|
/**
|
|
601
569
|
* A key value which, when typed in a [multiSelect](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-multiSelect) Combo, selects the
|
|
602
570
|
* currently active item in the picker, and clears the input field ready for another
|
|
@@ -607,8 +575,7 @@ defineProps<{
|
|
|
607
575
|
* Name of the field which is used as a key to get/set values from/to the field.
|
|
608
576
|
* Used prior to [ref](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-ref) and [id](#Core/widget/Widget#config-id) in
|
|
609
577
|
* [Container.values](https://bryntum.com/products/grid/docs/api/Core/widget/Container#property-values).
|
|
610
|
-
* ...
|
|
611
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-name)
|
|
578
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-name)
|
|
612
579
|
*/
|
|
613
580
|
name ? : string
|
|
614
581
|
/**
|
|
@@ -619,10 +586,9 @@ defineProps<{
|
|
|
619
586
|
/**
|
|
620
587
|
* Configuration object for the [picker](https://bryntum.com/products/grid/docs/api/Core/widget/List) on initialization. Returns the
|
|
621
588
|
* [picker](https://bryntum.com/products/grid/docs/api/Core/widget/List) instance at runtime.
|
|
622
|
-
* ...
|
|
623
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-picker)
|
|
589
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-picker)
|
|
624
590
|
*/
|
|
625
|
-
picker ? : ListConfig
|
|
591
|
+
picker ? : ListConfig
|
|
626
592
|
/**
|
|
627
593
|
* The name of the element property to which the picker should size and align itself.
|
|
628
594
|
*/
|
|
@@ -639,8 +605,7 @@ defineProps<{
|
|
|
639
605
|
* Set to `true` when a widget is rendered into another widget's [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement), but must
|
|
640
606
|
* not participate in the standard layout of that widget, and must be positioned relatively to that
|
|
641
607
|
* widget's [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement).
|
|
642
|
-
* ...
|
|
643
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-positioned)
|
|
608
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-positioned)
|
|
644
609
|
*/
|
|
645
610
|
positioned ? : Boolean
|
|
646
611
|
/**
|
|
@@ -652,22 +617,19 @@ defineProps<{
|
|
|
652
617
|
* Optionally a [Filter](https://bryntum.com/products/grid/docs/api/Core/util/CollectionFilter) config object which the combo should use for
|
|
653
618
|
* filtering using the typed value.
|
|
654
619
|
* This may use a `filterBy` property to test its `value` against any field in the passed record.
|
|
655
|
-
* ...
|
|
656
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-primaryFilter)
|
|
620
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-primaryFilter)
|
|
657
621
|
*/
|
|
658
622
|
primaryFilter ? : CollectionFilterConfig
|
|
659
623
|
/**
|
|
660
624
|
* Makes the field unmodifiable by user action. The input area is not editable, and triggers
|
|
661
625
|
* are unresponsive.
|
|
662
|
-
* ...
|
|
663
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-readOnly)
|
|
626
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-readOnly)
|
|
664
627
|
*/
|
|
665
628
|
readOnly ? : Boolean
|
|
666
629
|
relayStoreEvents ? : Boolean
|
|
667
630
|
/**
|
|
668
631
|
* Predefined style to use for the field. Possible values are:
|
|
669
|
-
* ...
|
|
670
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-rendition)
|
|
632
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-rendition)
|
|
671
633
|
*/
|
|
672
634
|
rendition ? : 'outlined'|'filled'|string
|
|
673
635
|
/**
|
|
@@ -686,23 +648,26 @@ defineProps<{
|
|
|
686
648
|
* Configure as `true` to have the component display a translucent ripple when its
|
|
687
649
|
* [focusElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-focusElement), or [element](#Core/widget/Widget#property-element) is tapped <em>if the
|
|
688
650
|
* current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
|
|
689
|
-
* ...
|
|
690
|
-
* [
|
|
651
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-ripple)
|
|
652
|
+
* @property {string} [delegate] A CSS selector to filter which child elements trigger ripples. By default, the ripple is clipped to the triggering element.
|
|
653
|
+
* @property {string} [color] A CSS color name or specification.
|
|
654
|
+
* @property {number} [radius] The ending radius of the ripple. Note that it will be clipped by the target element by default.
|
|
655
|
+
* @property {string} [clip] A string which describes how to clip the ripple if it is not to be clipped to the default element. Either the property of the widget to use as the clipping element, or a selector to allow clipping to the closest matching ancestor to the target element.
|
|
656
|
+
*/
|
|
657
|
+
ripple ? : Boolean|object
|
|
658
|
+
/**
|
|
659
|
+
* The ARIA role to apply to this widget's element. By default, this is set to `'presentation'` to avoid
|
|
660
|
+
* accidentally applying a role which may interfere with screen readers.
|
|
661
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-role)
|
|
691
662
|
*/
|
|
692
|
-
|
|
693
|
-
delegate?: string
|
|
694
|
-
color?: string
|
|
695
|
-
radius?: number
|
|
696
|
-
clip?: string
|
|
697
|
-
}
|
|
663
|
+
role ? : string
|
|
698
664
|
/**
|
|
699
665
|
* If you are rendering this widget to a shadow root inside a web component, set this config to the shadowRoot. If not inside a web component, set it to `document.body`
|
|
700
666
|
*/
|
|
701
667
|
rootElement ? : ShadowRoot|HTMLElement
|
|
702
668
|
/**
|
|
703
669
|
* This may be configured as `true` to make the widget's element use the `direction:rtl` style.
|
|
704
|
-
* ...
|
|
705
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-rtl)
|
|
670
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-rtl)
|
|
706
671
|
*/
|
|
707
672
|
rtl ? : Boolean
|
|
708
673
|
/**
|
|
@@ -716,8 +681,7 @@ defineProps<{
|
|
|
716
681
|
searchText ? : string
|
|
717
682
|
/**
|
|
718
683
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
719
|
-
* ...
|
|
720
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-showAnimation)
|
|
684
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-showAnimation)
|
|
721
685
|
*/
|
|
722
686
|
showAnimation ? : Boolean|object
|
|
723
687
|
/**
|
|
@@ -755,8 +719,7 @@ defineProps<{
|
|
|
755
719
|
* A configuration for the [tab](https://bryntum.com/products/grid/docs/api/Core/widget/Tab) created for this widget when it is placed in a
|
|
756
720
|
* [TabPanel](https://bryntum.com/products/grid/docs/api/Core/widget/TabPanel). For example, this config can be used to control the icon of the `tab` for
|
|
757
721
|
* this widget:
|
|
758
|
-
* ...
|
|
759
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-tab)
|
|
722
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-tab)
|
|
760
723
|
*/
|
|
761
724
|
tab ? : Boolean|TabConfig
|
|
762
725
|
/**
|
|
@@ -764,14 +727,12 @@ defineProps<{
|
|
|
764
727
|
* is equivalent to natural tab order, but is unnecessary for fields since they are naturally tabbable
|
|
765
728
|
* (i.e., accessible via the TAB key). Setting to `-1` disables tabbability but allows for focus to be set
|
|
766
729
|
* to the element programmatically.
|
|
767
|
-
* ...
|
|
768
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-tabIndex)
|
|
730
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-tabIndex)
|
|
769
731
|
*/
|
|
770
732
|
tabIndex ? : number
|
|
771
733
|
/**
|
|
772
734
|
* Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
|
|
773
|
-
* ...
|
|
774
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-textAlign)
|
|
735
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-textAlign)
|
|
775
736
|
*/
|
|
776
737
|
textAlign ? : 'left'|'center'|'right'|'start'|'end'
|
|
777
738
|
/**
|
|
@@ -780,30 +741,26 @@ defineProps<{
|
|
|
780
741
|
title ? : string
|
|
781
742
|
/**
|
|
782
743
|
* Tooltip for the widget, either as a string or as a Tooltip config object.
|
|
783
|
-
* ...
|
|
784
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-tooltip)
|
|
744
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-tooltip)
|
|
785
745
|
*/
|
|
786
746
|
tooltip ? : string|TooltipConfig|null
|
|
787
747
|
/**
|
|
788
748
|
* How to query the store upon click of the expand trigger. Specify one of these values:
|
|
789
|
-
* ...
|
|
790
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-triggerAction)
|
|
749
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-triggerAction)
|
|
791
750
|
*/
|
|
792
751
|
triggerAction ? : 'all'|'last'|null
|
|
793
752
|
/**
|
|
794
753
|
* The triggers to add either before or after the input field. Each property name is the reference by which
|
|
795
754
|
* an instantiated Trigger Widget may be retrieved from the live `triggers` property.
|
|
796
|
-
* ...
|
|
797
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-triggers)
|
|
755
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-triggers)
|
|
798
756
|
*/
|
|
799
|
-
triggers ? : Record<string, FieldTriggerConfig
|
|
757
|
+
triggers ? : Record<string, FieldTriggerConfig>
|
|
800
758
|
type ? : 'checklistfiltercombo'
|
|
801
759
|
/**
|
|
802
760
|
* Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
|
|
803
761
|
* as a space separated string, an array of strings, or as an object in which property names with truthy
|
|
804
762
|
* values are used as the class names.
|
|
805
|
-
* ...
|
|
806
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-ui)
|
|
763
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-ui)
|
|
807
764
|
*/
|
|
808
765
|
ui ? : string|object
|
|
809
766
|
/**
|
|
@@ -822,8 +779,7 @@ defineProps<{
|
|
|
822
779
|
/**
|
|
823
780
|
* Field used for item value when populating from store. Setting this to `null` will
|
|
824
781
|
* yield the selected record as the Combo's [value](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#property-value).
|
|
825
|
-
* ...
|
|
826
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-valueField)
|
|
782
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-valueField)
|
|
827
783
|
*/
|
|
828
784
|
valueField ? : string|null
|
|
829
785
|
/**
|
|
@@ -839,14 +795,12 @@ defineProps<{
|
|
|
839
795
|
width ? : string|number
|
|
840
796
|
/**
|
|
841
797
|
* The x position for the widget.
|
|
842
|
-
* ...
|
|
843
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-x)
|
|
798
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-x)
|
|
844
799
|
*/
|
|
845
800
|
x ? : number
|
|
846
801
|
/**
|
|
847
802
|
* The y position for the widget.
|
|
848
|
-
* ...
|
|
849
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-y)
|
|
803
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-y)
|
|
850
804
|
*/
|
|
851
805
|
y ? : number
|
|
852
806
|
|
|
@@ -857,120 +811,98 @@ const emit = defineEmits<{
|
|
|
857
811
|
* The default action was performed (an item in the list was selected)
|
|
858
812
|
* @param {string} e Event name
|
|
859
813
|
* @param {object} params Event parameters
|
|
860
|
-
* @param {
|
|
861
|
-
* @param {
|
|
862
|
-
* @param {
|
|
863
|
-
* @param {Core.
|
|
864
|
-
* @param {
|
|
865
|
-
* @param {
|
|
866
|
-
* @param {Core.data.Model[]} params.params.event.records Selected records as an array if [multiSelect](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-multiSelect) is `true`
|
|
867
|
-
* @param {boolean} params.params.event.userAction `true` if the value change is due to user interaction
|
|
814
|
+
* @param {object} params.event Event object
|
|
815
|
+
* @param {Core.widget.Combo} params.event.source The combo
|
|
816
|
+
* @param {any} params.event.value The [value](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-valueField) of the selected record
|
|
817
|
+
* @param {Core.data.Model} params.event.record Selected record
|
|
818
|
+
* @param {Core.data.Model[]} params.event.records Selected records as an array if [multiSelect](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-multiSelect) is `true`
|
|
819
|
+
* @param {boolean} params.event.userAction `true` if the value change is due to user interaction
|
|
868
820
|
*/
|
|
869
821
|
(e: 'action', params: ((event: { source: Combo, value: any, record: Model, records: Model[], userAction: boolean }) => void)|string): void
|
|
870
822
|
/**
|
|
871
823
|
* Fires before an object is destroyed.
|
|
872
824
|
* @param {string} e Event name
|
|
873
825
|
* @param {object} params Event parameters
|
|
874
|
-
* @param {
|
|
875
|
-
* @param {
|
|
876
|
-
* @param {object} params.params.event Event object
|
|
877
|
-
* @param {Core.Base} params.params.event.source The Object that is being destroyed.
|
|
826
|
+
* @param {object} params.event Event object
|
|
827
|
+
* @param {Core.Base} params.event.source The Object that is being destroyed.
|
|
878
828
|
*/
|
|
879
829
|
(e: 'beforeDestroy', params: ((event: { source: Base }) => void)|string): void
|
|
880
830
|
/**
|
|
881
831
|
* Triggered before a widget is hidden. Return `false` to prevent the action.
|
|
882
832
|
* @param {string} e Event name
|
|
883
833
|
* @param {object} params Event parameters
|
|
884
|
-
* @param {
|
|
885
|
-
* @param {
|
|
886
|
-
* @param {object} params.params.event Event object
|
|
887
|
-
* @param {Core.widget.Widget} params.params.event.source The widget being hidden.
|
|
834
|
+
* @param {object} params.event Event object
|
|
835
|
+
* @param {Core.widget.Widget} params.event.source The widget being hidden.
|
|
888
836
|
*/
|
|
889
|
-
(e: 'beforeHide', params: ((event: { source: Widget }) =>
|
|
837
|
+
(e: 'beforeHide', params: ((event: { source: Widget }) => boolean|void)|string): boolean|void
|
|
890
838
|
/**
|
|
891
839
|
* Triggered before a widget is shown. Return `false` to prevent the action.
|
|
892
840
|
* @param {string} e Event name
|
|
893
841
|
* @param {object} params Event parameters
|
|
894
|
-
* @param {
|
|
895
|
-
* @param {
|
|
896
|
-
* @param {object} params.params.event Event object
|
|
897
|
-
* @param {Core.widget.Widget,any} params.params.event.source The widget being shown
|
|
842
|
+
* @param {object} params.event Event object
|
|
843
|
+
* @param {Core.widget.Widget,any} params.event.source The widget being shown
|
|
898
844
|
*/
|
|
899
845
|
(e: 'beforeShow', params: ((event: { source: Widget|any }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
900
846
|
/**
|
|
901
847
|
* Fires when any other event is fired from the object.
|
|
902
|
-
* ...
|
|
903
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#event-catchAll)
|
|
848
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#event-catchAll)
|
|
904
849
|
* @param {string} e Event name
|
|
905
850
|
* @param {object} params Event parameters
|
|
906
|
-
* @param {
|
|
907
|
-
* @param {
|
|
908
|
-
* @param {
|
|
909
|
-
* @param {{[key: string]: any, type: string}} params.params.event.event The Object that contains event details
|
|
910
|
-
* @param {string} params.params.event.event.type The type of the event which is caught by the listener
|
|
851
|
+
* @param {object} params.event Event object
|
|
852
|
+
* @param {{[key: string]: any, type: string}} params.event.event The Object that contains event details
|
|
853
|
+
* @param {string} params.event.event.type The type of the event which is caught by the listener
|
|
911
854
|
*/
|
|
912
855
|
(e: 'catchAll', params: ((event: {[key: string]: any, type: string}) => void)|string): void
|
|
913
856
|
/**
|
|
914
857
|
* Fired when this field's value changes.
|
|
915
858
|
* @param {string} e Event name
|
|
916
859
|
* @param {object} params Event parameters
|
|
917
|
-
* @param {
|
|
918
|
-
* @param {
|
|
919
|
-
* @param {
|
|
920
|
-
* @param {
|
|
921
|
-
* @param {
|
|
922
|
-
* @param {
|
|
923
|
-
* @param {boolean} params.
|
|
924
|
-
* @param {
|
|
925
|
-
* @param {boolean} params.params.event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
|
|
926
|
-
* @param {boolean} params.params.event.checked
|
|
860
|
+
* @param {object} params.event Event object
|
|
861
|
+
* @param {Core.widget.Field,any} params.event.source This Field
|
|
862
|
+
* @param {string,number,boolean,any} params.event.value This field's value
|
|
863
|
+
* @param {string,number,boolean,any} params.event.oldValue This field's previous value
|
|
864
|
+
* @param {boolean} params.event.valid True if this field is in a valid state
|
|
865
|
+
* @param {Event} params.event.event The triggering DOM event if any
|
|
866
|
+
* @param {boolean} params.event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
|
|
867
|
+
* @param {boolean} params.event.checked
|
|
927
868
|
*/
|
|
928
869
|
(e: 'change', params: ((event: { source: Field|any, value: string|number|boolean|any, oldValue: string|number|boolean|any, valid: boolean, event: Event, userAction: boolean, checked: boolean }) => void)|string): void
|
|
929
870
|
/**
|
|
930
871
|
* Fired when this field is [cleared](https://bryntum.com/products/grid/docs/api/Core/widget/Field#function-clear).
|
|
931
|
-
* ...
|
|
932
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#event-clear)
|
|
872
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#event-clear)
|
|
933
873
|
* @param {string} e Event name
|
|
934
874
|
* @param {object} params Event parameters
|
|
935
|
-
* @param {
|
|
936
|
-
* @param {
|
|
937
|
-
* @param {object} params.params.event Event object
|
|
938
|
-
* @param {Core.widget.Field,any} params.params.event.source This Field
|
|
875
|
+
* @param {object} params.event Event object
|
|
876
|
+
* @param {Core.widget.Field,any} params.event.source This Field
|
|
939
877
|
*/
|
|
940
878
|
(e: 'clear', params: ((event: { source: Field|any }) => void)|string): void
|
|
941
879
|
/**
|
|
942
880
|
* Fires when an object is destroyed.
|
|
943
881
|
* @param {string} e Event name
|
|
944
882
|
* @param {object} params Event parameters
|
|
945
|
-
* @param {
|
|
946
|
-
* @param {
|
|
947
|
-
* @param {object} params.params.event Event object
|
|
948
|
-
* @param {Core.Base} params.params.event.source The Object that is being destroyed.
|
|
883
|
+
* @param {object} params.event Event object
|
|
884
|
+
* @param {Core.Base} params.event.source The Object that is being destroyed.
|
|
949
885
|
*/
|
|
950
886
|
(e: 'destroy', params: ((event: { source: Base }) => void)|string): void
|
|
951
887
|
/**
|
|
952
888
|
* Triggered when a widget's [element](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-element) is available.
|
|
953
889
|
* @param {string} e Event name
|
|
954
890
|
* @param {object} params Event parameters
|
|
955
|
-
* @param {
|
|
956
|
-
* @param {
|
|
957
|
-
* @param {object} params.params.event Event object
|
|
958
|
-
* @param {HTMLElement} params.params.event.element The Widget's element.
|
|
891
|
+
* @param {object} params.event Event object
|
|
892
|
+
* @param {HTMLElement} params.event.element The Widget's element.
|
|
959
893
|
*/
|
|
960
894
|
(e: 'elementCreated', params: ((event: { element: HTMLElement }) => void)|string): void
|
|
961
895
|
/**
|
|
962
896
|
* Fired when focus enters this Widget.
|
|
963
897
|
* @param {string} e Event name
|
|
964
898
|
* @param {object} params Event parameters
|
|
965
|
-
* @param {
|
|
966
|
-
* @param {
|
|
967
|
-
* @param {
|
|
968
|
-
* @param {
|
|
969
|
-
* @param {
|
|
970
|
-
* @param {
|
|
971
|
-
* @param {
|
|
972
|
-
* @param {Core.widget.Widget} params.params.event.toWidget The widget which gained focus.
|
|
973
|
-
* @param {boolean} params.params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
899
|
+
* @param {object} params.event Event object
|
|
900
|
+
* @param {Core.widget.Widget} params.event.source This Widget
|
|
901
|
+
* @param {HTMLElement} params.event.fromElement The element which lost focus.
|
|
902
|
+
* @param {HTMLElement} params.event.toElement The element which gained focus.
|
|
903
|
+
* @param {Core.widget.Widget} params.event.fromWidget The widget which lost focus.
|
|
904
|
+
* @param {Core.widget.Widget} params.event.toWidget The widget which gained focus.
|
|
905
|
+
* @param {boolean} params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
974
906
|
*/
|
|
975
907
|
(e: 'focusIn', params: ((event: { source: Widget, fromElement: HTMLElement, toElement: HTMLElement, fromWidget: Widget, toWidget: Widget, backwards: boolean }) => void)|string): void
|
|
976
908
|
/**
|
|
@@ -979,25 +911,21 @@ const emit = defineEmits<{
|
|
|
979
911
|
* will not trigger this event. This is when focus exits this widget completely.
|
|
980
912
|
* @param {string} e Event name
|
|
981
913
|
* @param {object} params Event parameters
|
|
982
|
-
* @param {
|
|
983
|
-
* @param {
|
|
984
|
-
* @param {
|
|
985
|
-
* @param {
|
|
986
|
-
* @param {
|
|
987
|
-
* @param {
|
|
988
|
-
* @param {
|
|
989
|
-
* @param {Core.widget.Widget} params.params.event.toWidget The widget which gained focus.
|
|
990
|
-
* @param {boolean} params.params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
914
|
+
* @param {object} params.event Event object
|
|
915
|
+
* @param {Core.widget.Widget} params.event.source This Widget
|
|
916
|
+
* @param {HTMLElement} params.event.fromElement The element which lost focus.
|
|
917
|
+
* @param {HTMLElement} params.event.toElement The element which gained focus.
|
|
918
|
+
* @param {Core.widget.Widget} params.event.fromWidget The widget which lost focus.
|
|
919
|
+
* @param {Core.widget.Widget} params.event.toWidget The widget which gained focus.
|
|
920
|
+
* @param {boolean} params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
991
921
|
*/
|
|
992
922
|
(e: 'focusOut', params: ((event: { source: Widget, fromElement: HTMLElement, toElement: HTMLElement, fromWidget: Widget, toWidget: Widget, backwards: boolean }) => void)|string): void
|
|
993
923
|
/**
|
|
994
924
|
* Triggered after a widget was hidden
|
|
995
925
|
* @param {string} e Event name
|
|
996
926
|
* @param {object} params Event parameters
|
|
997
|
-
* @param {
|
|
998
|
-
* @param {
|
|
999
|
-
* @param {object} params.params.event Event object
|
|
1000
|
-
* @param {Core.widget.Widget} params.params.event.source The widget
|
|
927
|
+
* @param {object} params.event Event object
|
|
928
|
+
* @param {Core.widget.Widget} params.event.source The widget
|
|
1001
929
|
*/
|
|
1002
930
|
(e: 'hide', params: ((event: { source: Widget }) => void)|string): void
|
|
1003
931
|
/**
|
|
@@ -1005,36 +933,29 @@ const emit = defineEmits<{
|
|
|
1005
933
|
* not the combos value
|
|
1006
934
|
* @param {string} e Event name
|
|
1007
935
|
* @param {object} params Event parameters
|
|
1008
|
-
* @param {
|
|
1009
|
-
* @param {
|
|
1010
|
-
* @param {
|
|
1011
|
-
* @param {
|
|
1012
|
-
* @param {string} params.params.event.value Raw input value
|
|
1013
|
-
* @param {Event} params.params.event.event The triggering DOM event if any.
|
|
936
|
+
* @param {object} params.event Event object
|
|
937
|
+
* @param {Core.widget.Combo} params.event.source The combo.
|
|
938
|
+
* @param {string} params.event.value Raw input value
|
|
939
|
+
* @param {Event} params.event.event The triggering DOM event if any.
|
|
1014
940
|
*/
|
|
1015
941
|
(e: 'input', params: ((event: { source: Combo, value: string, event: Event }) => void)|string): void
|
|
1016
942
|
/**
|
|
1017
943
|
* Triggered when a widget which had been in a non-visible state for any reason
|
|
1018
944
|
* achieves visibility.
|
|
1019
|
-
* ...
|
|
1020
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#event-paint)
|
|
945
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#event-paint)
|
|
1021
946
|
* @param {string} e Event name
|
|
1022
947
|
* @param {object} params Event parameters
|
|
1023
|
-
* @param {
|
|
1024
|
-
* @param {
|
|
1025
|
-
* @param {
|
|
1026
|
-
* @param {Core.widget.Widget} params.params.event.source The widget being painted.
|
|
1027
|
-
* @param {boolean} params.params.event.firstPaint `true` if this is the first paint.
|
|
948
|
+
* @param {object} params.event Event object
|
|
949
|
+
* @param {Core.widget.Widget} params.event.source The widget being painted.
|
|
950
|
+
* @param {boolean} params.event.firstPaint `true` if this is the first paint.
|
|
1028
951
|
*/
|
|
1029
952
|
(e: 'paint', params: ((event: { source: Widget, firstPaint: boolean }) => void)|string): void
|
|
1030
953
|
/**
|
|
1031
954
|
* Fired when a Widget's read only state is toggled
|
|
1032
955
|
* @param {string} e Event name
|
|
1033
956
|
* @param {object} params Event parameters
|
|
1034
|
-
* @param {
|
|
1035
|
-
* @param {
|
|
1036
|
-
* @param {object} params.params.event Event object
|
|
1037
|
-
* @param {boolean} params.params.event.readOnly Read only or not
|
|
957
|
+
* @param {object} params.event Event object
|
|
958
|
+
* @param {boolean} params.event.readOnly Read only or not
|
|
1038
959
|
*/
|
|
1039
960
|
(e: 'readOnly', params: ((event: { readOnly: boolean }) => void)|string): void
|
|
1040
961
|
/**
|
|
@@ -1046,48 +967,40 @@ const emit = defineEmits<{
|
|
|
1046
967
|
* Fired when the encapsulating element of a Widget resizes *only when [monitorResize](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-monitorResize) is `true`*.
|
|
1047
968
|
* @param {string} e Event name
|
|
1048
969
|
* @param {object} params Event parameters
|
|
1049
|
-
* @param {
|
|
1050
|
-
* @param {
|
|
1051
|
-
* @param {
|
|
1052
|
-
* @param {
|
|
1053
|
-
* @param {number} params.
|
|
1054
|
-
* @param {number} params.
|
|
1055
|
-
* @param {number} params.params.event.oldWidth The old width
|
|
1056
|
-
* @param {number} params.params.event.oldHeight The old height
|
|
970
|
+
* @param {object} params.event Event object
|
|
971
|
+
* @param {Core.widget.Widget} params.event.source This Widget
|
|
972
|
+
* @param {number} params.event.width The new width
|
|
973
|
+
* @param {number} params.event.height The new height
|
|
974
|
+
* @param {number} params.event.oldWidth The old width
|
|
975
|
+
* @param {number} params.event.oldHeight The old height
|
|
1057
976
|
*/
|
|
1058
977
|
(e: 'resize', params: ((event: { source: Widget, width: number, height: number, oldWidth: number, oldHeight: number }) => void)|string): void
|
|
1059
978
|
/**
|
|
1060
979
|
* An item in the list was selected
|
|
1061
980
|
* @param {string} e Event name
|
|
1062
981
|
* @param {object} params Event parameters
|
|
1063
|
-
* @param {
|
|
1064
|
-
* @param {
|
|
1065
|
-
* @param {
|
|
1066
|
-
* @param {Core.
|
|
1067
|
-
* @param {
|
|
1068
|
-
* @param {Core.data.Model[]} params.params.event.records Selected records as an array if [multiSelect](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-multiSelect) is `true`
|
|
1069
|
-
* @param {boolean} params.params.event.userAction `true` if the value change is due to user interaction
|
|
982
|
+
* @param {object} params.event Event object
|
|
983
|
+
* @param {Core.widget.Combo} params.event.source The combo
|
|
984
|
+
* @param {Core.data.Model} params.event.record Selected record
|
|
985
|
+
* @param {Core.data.Model[]} params.event.records Selected records as an array if [multiSelect](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-multiSelect) is `true`
|
|
986
|
+
* @param {boolean} params.event.userAction `true` if the value change is due to user interaction
|
|
1070
987
|
*/
|
|
1071
988
|
(e: 'select', params: ((event: { source: Combo, record: Model, records: Model[], userAction: boolean }) => void)|string): void
|
|
1072
989
|
/**
|
|
1073
990
|
* Triggered after a widget is shown.
|
|
1074
991
|
* @param {string} e Event name
|
|
1075
992
|
* @param {object} params Event parameters
|
|
1076
|
-
* @param {
|
|
1077
|
-
* @param {
|
|
1078
|
-
* @param {object} params.params.event Event object
|
|
1079
|
-
* @param {Core.widget.Widget} params.params.event.source The widget
|
|
993
|
+
* @param {object} params.event Event object
|
|
994
|
+
* @param {Core.widget.Widget} params.event.source The widget
|
|
1080
995
|
*/
|
|
1081
996
|
(e: 'show', params: ((event: { source: Widget }) => void)|string): void
|
|
1082
997
|
/**
|
|
1083
998
|
* User clicked one of this field's [triggers](https://bryntum.com/products/grid/docs/api/Core/widget/Field#property-triggers)
|
|
1084
999
|
* @param {string} e Event name
|
|
1085
1000
|
* @param {object} params Event parameters
|
|
1086
|
-
* @param {
|
|
1087
|
-
* @param {
|
|
1088
|
-
* @param {
|
|
1089
|
-
* @param {Core.widget.Field,any} params.params.event.source This field
|
|
1090
|
-
* @param {Core.widget.Widget} params.params.event.trigger The trigger activated by click or touch tap.
|
|
1001
|
+
* @param {object} params.event Event object
|
|
1002
|
+
* @param {Core.widget.Field,any} params.event.source This field
|
|
1003
|
+
* @param {Core.widget.Widget} params.event.trigger The trigger activated by click or touch tap.
|
|
1091
1004
|
*/
|
|
1092
1005
|
(e: 'trigger', params: ((event: { source: Field|any, trigger: Widget }) => void)|string): void
|
|
1093
1006
|
}>();
|
|
@@ -1109,6 +1022,7 @@ const widgetData = {
|
|
|
1109
1022
|
'cacheLastResult',
|
|
1110
1023
|
'caseSensitive',
|
|
1111
1024
|
'centered',
|
|
1025
|
+
'checkValidity',
|
|
1112
1026
|
'chipView',
|
|
1113
1027
|
'clearable',
|
|
1114
1028
|
'clearTextOnPickerHide',
|
|
@@ -1179,6 +1093,7 @@ const widgetData = {
|
|
|
1179
1093
|
'relayStoreEvents',
|
|
1180
1094
|
'revertOnEscape',
|
|
1181
1095
|
'ripple',
|
|
1096
|
+
'role',
|
|
1182
1097
|
'rootElement',
|
|
1183
1098
|
'scrollAction',
|
|
1184
1099
|
'showAnimation',
|
|
@@ -1264,9 +1179,7 @@ const widgetData = {
|
|
|
1264
1179
|
'y'
|
|
1265
1180
|
],
|
|
1266
1181
|
propertyNames : [
|
|
1267
|
-
'anchorSize',
|
|
1268
1182
|
'content',
|
|
1269
|
-
'focusVisible',
|
|
1270
1183
|
'formula',
|
|
1271
1184
|
'html',
|
|
1272
1185
|
'input',
|