@bryntum/grid-vue-3-thin 7.2.3 → 7.3.0
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/{B5DiBj1m.js → BGeNcVH6.js} +5 -5
- package/lib/chunks/BGeNcVH6.js.map +1 -0
- package/lib/chunks/{v3MxzI7J.js → Ba35uKyP.js} +3 -3
- package/lib/chunks/Ba35uKyP.js.map +1 -0
- 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/{CnbA4JoC.js → BeyOFZne.js} +6 -6
- package/lib/chunks/BeyOFZne.js.map +1 -0
- package/lib/chunks/{BQkqLHa6.js → BpNo5v3W.js} +9 -10
- package/lib/chunks/BpNo5v3W.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/{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 +73 -118
- package/src/components/BryntumAIFilterFieldProps.ts +69 -110
- package/src/components/BryntumChecklistFilterCombo.vue +90 -149
- package/src/components/BryntumChecklistFilterComboProps.ts +86 -141
- package/src/components/BryntumGrid.vue +203 -290
- package/src/components/BryntumGridBase.vue +203 -290
- package/src/components/BryntumGridBaseProps.ts +186 -261
- package/src/components/BryntumGridChartDesigner.vue +58 -94
- package/src/components/BryntumGridChartDesignerProps.ts +55 -88
- package/src/components/BryntumGridFieldFilterPicker.vue +81 -131
- package/src/components/BryntumGridFieldFilterPickerGroup.vue +80 -129
- 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 +64 -104
- package/src/components/BryntumGroupBarProps.ts +61 -98
- package/src/components/BryntumThemeCombo.vue +60 -0
- package/src/components/BryntumTreeCombo.vue +91 -151
- package/src/components/BryntumTreeComboProps.ts +87 -143
- package/src/components/BryntumTreeGrid.vue +203 -290
- 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, CollectionFilter, CollectionFilterConfig, Color, ComboConfig, Container, DomConfig, FieldFilterPicker, FieldOption, KeyMapConfig, MaskConfig, MenuItemEntry, Model, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, ValueFieldPlaceholders, VueConfig, Widget } from '@bryntum/core-thin';
|
|
13
|
+
import type { AlignSpec, Base, CollectionFilter, CollectionFilterConfig, Color, ComboConfig, Container, DomConfig, FieldFilterPicker, FieldOption, KeyMapConfig, MaskConfig, MenuItemEntry, Model, ReactJSX, Rectangle, Scroller, ScrollerConfig, TabConfig, ToolbarItems, TooltipConfig, ValueFieldPlaceholders, VueConfig, Widget } from '@bryntum/core-thin';
|
|
14
14
|
import type { GridContainerItemConfig, GridContainerLayoutConfig, Grid, GridFieldFilterPickerListeners } from '@bryntum/grid-thin';
|
|
15
15
|
import { GridFieldFilterPicker } 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/GridFieldFilterPicker#config-adopt)
|
|
24
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#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/GridFieldFilterPicker#config-align)
|
|
29
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-align)
|
|
32
30
|
*/
|
|
33
31
|
align ? : AlignSpec|string
|
|
34
32
|
/**
|
|
@@ -41,8 +39,7 @@ defineProps<{
|
|
|
41
39
|
* Optional array of field names that are allowed as selectable properties for filters.
|
|
42
40
|
* This is a subset of the field names found in the [grid](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-grid)'s columns. When supplied, only
|
|
43
41
|
* the named fields will be shown in the property selector combo.
|
|
44
|
-
* ...
|
|
45
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-allowedFieldNames)
|
|
42
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-allowedFieldNames)
|
|
46
43
|
*/
|
|
47
44
|
allowedFieldNames ? : string[]
|
|
48
45
|
/**
|
|
@@ -58,15 +55,13 @@ defineProps<{
|
|
|
58
55
|
/**
|
|
59
56
|
* A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
|
|
60
57
|
* into an element which will be linked using the `aria-describedby` attribute.
|
|
61
|
-
* ...
|
|
62
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ariaDescription)
|
|
58
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ariaDescription)
|
|
63
59
|
*/
|
|
64
60
|
ariaDescription ? : string
|
|
65
61
|
/**
|
|
66
62
|
* A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
|
|
67
63
|
* the `aria-label` attribute.
|
|
68
|
-
* ...
|
|
69
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ariaLabel)
|
|
64
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ariaLabel)
|
|
70
65
|
*/
|
|
71
66
|
ariaLabel ? : string
|
|
72
67
|
/**
|
|
@@ -80,21 +75,18 @@ defineProps<{
|
|
|
80
75
|
/**
|
|
81
76
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
82
77
|
* hierarchy when triggered.
|
|
83
|
-
* ...
|
|
84
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-bubbleEvents)
|
|
78
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-bubbleEvents)
|
|
85
79
|
*/
|
|
86
80
|
bubbleEvents ? : object
|
|
87
81
|
/**
|
|
88
82
|
* Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
|
|
89
|
-
* ...
|
|
90
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-callOnFunctions)
|
|
83
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-callOnFunctions)
|
|
91
84
|
*/
|
|
92
85
|
callOnFunctions ? : Boolean
|
|
93
86
|
/**
|
|
94
87
|
* By default, if an event handler throws an exception, the error propagates up the stack and the
|
|
95
88
|
* application state is undefined. Code which follows the event handler will *not* be executed.
|
|
96
|
-
* ...
|
|
97
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-catchEventHandlerExceptions)
|
|
89
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-catchEventHandlerExceptions)
|
|
98
90
|
*/
|
|
99
91
|
catchEventHandlerExceptions ? : Boolean
|
|
100
92
|
/**
|
|
@@ -106,15 +98,13 @@ defineProps<{
|
|
|
106
98
|
* Custom CSS classes to add to element.
|
|
107
99
|
* May be specified as a space separated string, or as an object in which property names
|
|
108
100
|
* with truthy values are used as the class names:
|
|
109
|
-
* ...
|
|
110
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-cls)
|
|
101
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-cls)
|
|
111
102
|
*/
|
|
112
103
|
cls ? : string|object
|
|
113
104
|
/**
|
|
114
105
|
* Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
|
|
115
106
|
* `style` block.
|
|
116
|
-
* ...
|
|
117
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-color)
|
|
107
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-color)
|
|
118
108
|
*/
|
|
119
109
|
color ? : Color
|
|
120
110
|
/**
|
|
@@ -138,8 +128,7 @@ defineProps<{
|
|
|
138
128
|
* Custom CSS classes to add to the [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement).
|
|
139
129
|
* May be specified as a space separated string, or as an object in which property names
|
|
140
130
|
* with truthy values are used as the class names:
|
|
141
|
-
* ...
|
|
142
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-contentElementCls)
|
|
131
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-contentElementCls)
|
|
143
132
|
*/
|
|
144
133
|
contentElementCls ? : string|object
|
|
145
134
|
/**
|
|
@@ -164,8 +153,7 @@ defineProps<{
|
|
|
164
153
|
/**
|
|
165
154
|
* A [query](https://bryntum.com/products/grid/docs/api/Core/widget/Container#function-query) selector function which can identify the descendant widget to which
|
|
166
155
|
* focus should be directed by default.
|
|
167
|
-
* ...
|
|
168
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-defaultFocus)
|
|
156
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-defaultFocus)
|
|
169
157
|
* @param {Core.widget.Widget} widget Widget passed to method
|
|
170
158
|
* @returns {boolean} truthy value if widget is the default one
|
|
171
159
|
*/
|
|
@@ -175,9 +163,9 @@ defineProps<{
|
|
|
175
163
|
*/
|
|
176
164
|
defaults ? : GridContainerItemConfig
|
|
177
165
|
/**
|
|
178
|
-
* Check for CSS compatibility issues
|
|
179
|
-
*
|
|
180
|
-
* [
|
|
166
|
+
* Check for CSS compatibility and inclusion related issues and try to auto fix them. Performs the following
|
|
167
|
+
* checks:
|
|
168
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-detectCSSCompatibilityIssues)
|
|
181
169
|
*/
|
|
182
170
|
detectCSSCompatibilityIssues ? : Boolean
|
|
183
171
|
/**
|
|
@@ -189,40 +177,34 @@ defineProps<{
|
|
|
189
177
|
* [strips collection](https://bryntum.com/products/grid/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
|
|
190
178
|
* `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
|
|
191
179
|
* body. Such widgets are called "edge strips".
|
|
192
|
-
* ...
|
|
193
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-dock)
|
|
180
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-dock)
|
|
194
181
|
*/
|
|
195
182
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
196
183
|
/**
|
|
197
184
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
198
185
|
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
|
|
199
186
|
* property which controls when a drag should start.
|
|
200
|
-
* ...
|
|
201
|
-
*
|
|
187
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-draggable)
|
|
188
|
+
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
202
189
|
*/
|
|
203
|
-
draggable ? : Boolean|
|
|
204
|
-
handleSelector?: string
|
|
205
|
-
}
|
|
190
|
+
draggable ? : Boolean|object
|
|
206
191
|
/**
|
|
207
192
|
* An object specifying attributes to assign to the root element of this widget.
|
|
208
193
|
* Set `null` value to attribute to remove it.
|
|
209
|
-
* ...
|
|
210
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-elementAttributes)
|
|
194
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-elementAttributes)
|
|
211
195
|
*/
|
|
212
196
|
elementAttributes ? : Record<string, string|null>
|
|
213
197
|
extraData ? : any
|
|
214
198
|
/**
|
|
215
199
|
* Dictionary of [FieldOption](https://bryntum.com/products/grid/docs/api/Core/widget/FieldFilterPicker#typedef-FieldOption) representing the fields against which filters can be defined,
|
|
216
200
|
* keyed by field name.
|
|
217
|
-
* ...
|
|
218
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-fields)
|
|
201
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-fields)
|
|
219
202
|
*/
|
|
220
203
|
fields ? : Record<string, FieldOption>
|
|
221
204
|
/**
|
|
222
205
|
* Configuration object for the [CollectionFilter](https://bryntum.com/products/grid/docs/api/Core/util/CollectionFilter) displayed
|
|
223
206
|
* and editable in this picker.
|
|
224
|
-
* ...
|
|
225
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-filter)
|
|
207
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-filter)
|
|
226
208
|
*/
|
|
227
209
|
filter ? : CollectionFilterConfig
|
|
228
210
|
/**
|
|
@@ -241,8 +223,7 @@ defineProps<{
|
|
|
241
223
|
/**
|
|
242
224
|
* Optional function that modifies the configuration of value fields shown for a filter. The default configuration
|
|
243
225
|
* is received as an argument and the returned value will be used as the final configuration. For example:
|
|
244
|
-
* ...
|
|
245
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-getValueFieldConfig)
|
|
226
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-getValueFieldConfig)
|
|
246
227
|
* @param {Core.util.CollectionFilter} filter The filter being displayed
|
|
247
228
|
* @param {GridContainerItemConfig} fieldConfig Configuration object for the value field
|
|
248
229
|
* @returns {GridContainerItemConfig} the resulting configuration
|
|
@@ -253,8 +234,7 @@ defineProps<{
|
|
|
253
234
|
* appear as a selectable property for a filter, a column must have a `field` property.
|
|
254
235
|
* If the column has a `text` property, that will be shown as the displayed text in the
|
|
255
236
|
* selector; otherwise, the `field` property will be shown as-is.
|
|
256
|
-
* ...
|
|
257
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-grid)
|
|
237
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-grid)
|
|
258
238
|
*/
|
|
259
239
|
grid ? : Grid
|
|
260
240
|
/**
|
|
@@ -269,25 +249,21 @@ defineProps<{
|
|
|
269
249
|
hidden ? : Boolean
|
|
270
250
|
/**
|
|
271
251
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
272
|
-
* ...
|
|
273
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-hideAnimation)
|
|
252
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-hideAnimation)
|
|
274
253
|
*/
|
|
275
254
|
hideAnimation ? : Boolean|object
|
|
276
255
|
/**
|
|
277
256
|
* Specify `true` to make this container hide when it has no visible children (Either empty
|
|
278
257
|
* or all children hidden).
|
|
279
|
-
* ...
|
|
280
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-hideWhenEmpty)
|
|
258
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-hideWhenEmpty)
|
|
281
259
|
*/
|
|
282
260
|
hideWhenEmpty ? : Boolean
|
|
283
261
|
/**
|
|
284
262
|
* The HTML to display initially or a function returning the markup (called at widget construction time).
|
|
285
|
-
* ...
|
|
286
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-html)
|
|
263
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-html)
|
|
287
264
|
* @param {Core.widget.Widget} widget The calling Widget
|
|
288
|
-
* @returns {string}
|
|
289
265
|
*/
|
|
290
|
-
html ? : string|((widget: Widget) =>
|
|
266
|
+
html ? : string|((widget: Widget) => void)|DomConfig|DomConfig[]|VueConfig|ReactJSX
|
|
291
267
|
/**
|
|
292
268
|
* The CSS class(es) to add when HTML content is being applied to this widget.
|
|
293
269
|
*/
|
|
@@ -298,16 +274,14 @@ defineProps<{
|
|
|
298
274
|
id ? : string
|
|
299
275
|
/**
|
|
300
276
|
* Determines if the widgets read-only state should be controlled by its parent.
|
|
301
|
-
* ...
|
|
302
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ignoreParentReadOnly)
|
|
277
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ignoreParentReadOnly)
|
|
303
278
|
*/
|
|
304
279
|
ignoreParentReadOnly ? : Boolean
|
|
305
280
|
/**
|
|
306
281
|
* Convenience setting to align input fields of child widgets. By default, the Field input element is
|
|
307
282
|
* placed immediately following the `label`. If you prefer to have all input fields aligned to the
|
|
308
283
|
* right, set this config to `'end'`.
|
|
309
|
-
* ...
|
|
310
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-inputFieldAlign)
|
|
284
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-inputFieldAlign)
|
|
311
285
|
*/
|
|
312
286
|
inputFieldAlign ? : 'start'|'end'
|
|
313
287
|
/**
|
|
@@ -325,55 +299,52 @@ defineProps<{
|
|
|
325
299
|
/**
|
|
326
300
|
* An object containing typed child widget config objects or Widgets. May also be specified
|
|
327
301
|
* as an array.
|
|
328
|
-
* ...
|
|
329
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-items)
|
|
302
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-items)
|
|
330
303
|
*/
|
|
331
304
|
items ? : Record<string, GridContainerItemConfig|MenuItemEntry>|(GridContainerItemConfig|MenuItemEntry|Widget)[]
|
|
332
305
|
/**
|
|
333
306
|
* An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
|
|
334
307
|
* and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
|
|
335
308
|
* are the name of the instance method to call when the keystroke is received.
|
|
336
|
-
* ...
|
|
337
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-keyMap)
|
|
309
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-keyMap)
|
|
338
310
|
*/
|
|
339
311
|
keyMap ? : Record<string, KeyMapConfig>
|
|
340
312
|
/**
|
|
341
313
|
* Convenience setting to use same label placement on all child widgets.
|
|
342
|
-
* ...
|
|
343
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-labelPosition)
|
|
314
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-labelPosition)
|
|
344
315
|
*/
|
|
345
316
|
labelPosition ? : 'before'|'above'|'align-before'|'auto'|null
|
|
317
|
+
/**
|
|
318
|
+
* Sets `labelWidth´ for all children of this Container, that does not define their own `labelWidth`.
|
|
319
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-labelWidth)
|
|
320
|
+
*/
|
|
321
|
+
labelWidth ? : number|null
|
|
346
322
|
/**
|
|
347
323
|
* The short name of a helper class which manages rendering and styling of child items.
|
|
348
|
-
* ...
|
|
349
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-layout)
|
|
324
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-layout)
|
|
350
325
|
*/
|
|
351
326
|
layout ? : string|GridContainerLayoutConfig
|
|
352
327
|
/**
|
|
353
328
|
* The CSS style properties to apply to the [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement).
|
|
354
|
-
* ...
|
|
355
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-layoutStyle)
|
|
329
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-layoutStyle)
|
|
356
330
|
*/
|
|
357
331
|
layoutStyle ? : object
|
|
358
332
|
/**
|
|
359
333
|
* An array of [child item](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-items) *config objects* which is to be converted into
|
|
360
334
|
* instances only when this Container is rendered, rather than eagerly at construct time.
|
|
361
|
-
* ...
|
|
362
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-lazyItems)
|
|
335
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-lazyItems)
|
|
363
336
|
*/
|
|
364
337
|
lazyItems ? : Record<string, GridContainerItemConfig>|GridContainerItemConfig[]|Widget[]
|
|
365
338
|
/**
|
|
366
339
|
* The listener set for this object.
|
|
367
|
-
* ...
|
|
368
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-listeners)
|
|
340
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-listeners)
|
|
369
341
|
*/
|
|
370
342
|
listeners ? : GridFieldFilterPickerListeners
|
|
371
343
|
/**
|
|
372
344
|
* A class translations of which are used for translating this entity.
|
|
373
345
|
* This is often used when translations of an item are defined on its container class.
|
|
374
346
|
* For example:
|
|
375
|
-
* ...
|
|
376
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-localeClass)
|
|
347
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-localeClass)
|
|
377
348
|
*/
|
|
378
349
|
localeClass ? : typeof Base
|
|
379
350
|
/**
|
|
@@ -385,8 +356,7 @@ defineProps<{
|
|
|
385
356
|
* In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
|
|
386
357
|
* you could use 'localeKey' meta configuration.
|
|
387
358
|
* Example:
|
|
388
|
-
* ...
|
|
389
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-localizableProperties)
|
|
359
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-localizableProperties)
|
|
390
360
|
*/
|
|
391
361
|
localizableProperties ? : string[]
|
|
392
362
|
/**
|
|
@@ -412,8 +382,7 @@ defineProps<{
|
|
|
412
382
|
maxHeight ? : string|number
|
|
413
383
|
/**
|
|
414
384
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
415
|
-
* ...
|
|
416
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-maximizeOnMobile)
|
|
385
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-maximizeOnMobile)
|
|
417
386
|
*/
|
|
418
387
|
maximizeOnMobile ? : number|string
|
|
419
388
|
/**
|
|
@@ -435,18 +404,15 @@ defineProps<{
|
|
|
435
404
|
* When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
|
|
436
405
|
* is used to monitor this element for size changes caused by either style manipulation, or by CSS
|
|
437
406
|
* layout.
|
|
438
|
-
* ...
|
|
439
|
-
*
|
|
407
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-monitorResize)
|
|
408
|
+
* @property {boolean} immediate Set to `true` to receive resize notifications immediately.
|
|
440
409
|
*/
|
|
441
|
-
monitorResize ? : Boolean|
|
|
442
|
-
immediate?: Boolean
|
|
443
|
-
}
|
|
410
|
+
monitorResize ? : Boolean|object
|
|
444
411
|
/**
|
|
445
412
|
* An object containing default config objects which may be referenced by name in the [items](https://bryntum.com/products/grid/docs/api/Core/widget/Container#config-items)
|
|
446
413
|
* config. For example, a specialized [Menu](https://bryntum.com/products/grid/docs/api/Core/widget/Menu) subclass may have a `namedItems` default
|
|
447
414
|
* value defined like this:
|
|
448
|
-
* ...
|
|
449
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-namedItems)
|
|
415
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-namedItems)
|
|
450
416
|
*/
|
|
451
417
|
namedItems ? : Record<string, GridContainerItemConfig>
|
|
452
418
|
/**
|
|
@@ -456,16 +422,14 @@ defineProps<{
|
|
|
456
422
|
/**
|
|
457
423
|
* Overrides the built-in list of operators that are available for selection. Specify operators as
|
|
458
424
|
* an object with data types as keys and lists of operators as values, like this:
|
|
459
|
-
* ...
|
|
460
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-operators)
|
|
425
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-operators)
|
|
461
426
|
*/
|
|
462
427
|
operators ? : object
|
|
463
428
|
/**
|
|
464
429
|
* 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
|
|
465
430
|
* not participate in the standard layout of that widget, and must be positioned relatively to that
|
|
466
431
|
* widget's [contentElement](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#property-contentElement).
|
|
467
|
-
* ...
|
|
468
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-positioned)
|
|
432
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-positioned)
|
|
469
433
|
*/
|
|
470
434
|
positioned ? : Boolean
|
|
471
435
|
/**
|
|
@@ -487,39 +451,40 @@ defineProps<{
|
|
|
487
451
|
readOnly ? : Boolean
|
|
488
452
|
/**
|
|
489
453
|
* [Record](https://bryntum.com/products/grid/docs/api/Core/data/Model) whose values will be used to populate fields in the container.
|
|
490
|
-
* ...
|
|
491
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-record)
|
|
454
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-record)
|
|
492
455
|
*/
|
|
493
456
|
record ? : Model
|
|
494
457
|
relayStoreEvents ? : Boolean
|
|
495
458
|
/**
|
|
496
459
|
* Either a default `rendition` to apply to all child widgets, or a map of renditions keyed by child widget
|
|
497
460
|
* `type`.
|
|
498
|
-
* ...
|
|
499
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-rendition)
|
|
461
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-rendition)
|
|
500
462
|
*/
|
|
501
463
|
rendition ? : string|Record<string, string>|null
|
|
502
464
|
/**
|
|
503
465
|
* Configure as `true` to have the component display a translucent ripple when its
|
|
504
466
|
* [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
|
|
505
467
|
* current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
|
|
506
|
-
* ...
|
|
507
|
-
* [
|
|
468
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ripple)
|
|
469
|
+
* @property {string} [delegate] A CSS selector to filter which child elements trigger ripples. By default, the ripple is clipped to the triggering element.
|
|
470
|
+
* @property {string} [color] A CSS color name or specification.
|
|
471
|
+
* @property {number} [radius] The ending radius of the ripple. Note that it will be clipped by the target element by default.
|
|
472
|
+
* @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.
|
|
473
|
+
*/
|
|
474
|
+
ripple ? : Boolean|object
|
|
475
|
+
/**
|
|
476
|
+
* The ARIA role to apply to this widget's element. By default, this is set to `'presentation'` to avoid
|
|
477
|
+
* accidentally applying a role which may interfere with screen readers.
|
|
478
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-role)
|
|
508
479
|
*/
|
|
509
|
-
|
|
510
|
-
delegate?: string
|
|
511
|
-
color?: string
|
|
512
|
-
radius?: number
|
|
513
|
-
clip?: string
|
|
514
|
-
}
|
|
480
|
+
role ? : string
|
|
515
481
|
/**
|
|
516
482
|
* 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`
|
|
517
483
|
*/
|
|
518
484
|
rootElement ? : ShadowRoot|HTMLElement
|
|
519
485
|
/**
|
|
520
486
|
* This may be configured as `true` to make the widget's element use the `direction:rtl` style.
|
|
521
|
-
* ...
|
|
522
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-rtl)
|
|
487
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-rtl)
|
|
523
488
|
*/
|
|
524
489
|
rtl ? : Boolean
|
|
525
490
|
/**
|
|
@@ -527,8 +492,7 @@ defineProps<{
|
|
|
527
492
|
* in both axes. May be an object containing boolean `overflowX` and `overflowY` properties which are
|
|
528
493
|
* applied to CSS style properties `overflowX` and `overflowY`. If they are boolean, they are translated to
|
|
529
494
|
* CSS overflow properties thus:
|
|
530
|
-
* ...
|
|
531
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-scrollable)
|
|
495
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-scrollable)
|
|
532
496
|
*/
|
|
533
497
|
scrollable ? : Boolean|ScrollerConfig|Scroller
|
|
534
498
|
/**
|
|
@@ -538,8 +502,7 @@ defineProps<{
|
|
|
538
502
|
scrollAction ? : 'hide'|'realign'|null
|
|
539
503
|
/**
|
|
540
504
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/grid/docs/api/Core/widget/Widget#config-floating).*
|
|
541
|
-
* ...
|
|
542
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-showAnimation)
|
|
505
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-showAnimation)
|
|
543
506
|
*/
|
|
544
507
|
showAnimation ? : Boolean|object
|
|
545
508
|
/**
|
|
@@ -559,15 +522,13 @@ defineProps<{
|
|
|
559
522
|
* 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
|
|
560
523
|
* [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
|
|
561
524
|
* this widget:
|
|
562
|
-
* ...
|
|
563
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-tab)
|
|
525
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-tab)
|
|
564
526
|
*/
|
|
565
527
|
tab ? : Boolean|TabConfig
|
|
566
528
|
/**
|
|
567
529
|
* When this container is used as a tab in a TabPanel, these items are added to the
|
|
568
530
|
* [TabBar](https://bryntum.com/products/grid/docs/api/Core/widget/TabBar) when this container is the active tab.
|
|
569
|
-
* ...
|
|
570
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-tabBarItems)
|
|
531
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-tabBarItems)
|
|
571
532
|
*/
|
|
572
533
|
tabBarItems ? : ToolbarItems[]|Widget[]
|
|
573
534
|
/**
|
|
@@ -576,15 +537,13 @@ defineProps<{
|
|
|
576
537
|
tag ? : string
|
|
577
538
|
/**
|
|
578
539
|
* Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
|
|
579
|
-
* ...
|
|
580
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-textAlign)
|
|
540
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-textAlign)
|
|
581
541
|
*/
|
|
582
542
|
textAlign ? : 'left'|'center'|'right'|'start'|'end'
|
|
583
543
|
/**
|
|
584
544
|
* Specify `true` for a container used to show text markup. It will apply the CSS class `b-text-content`
|
|
585
545
|
* which specifies a default max-width that makes long text more readable.
|
|
586
|
-
* ...
|
|
587
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-textContent)
|
|
546
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-textContent)
|
|
588
547
|
*/
|
|
589
548
|
textContent ? : Boolean
|
|
590
549
|
/**
|
|
@@ -593,8 +552,7 @@ defineProps<{
|
|
|
593
552
|
title ? : string
|
|
594
553
|
/**
|
|
595
554
|
* Tooltip for the widget, either as a string or as a Tooltip config object.
|
|
596
|
-
* ...
|
|
597
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-tooltip)
|
|
555
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-tooltip)
|
|
598
556
|
*/
|
|
599
557
|
tooltip ? : string|TooltipConfig|null
|
|
600
558
|
/**
|
|
@@ -608,8 +566,7 @@ defineProps<{
|
|
|
608
566
|
* Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
|
|
609
567
|
* as a space separated string, an array of strings, or as an object in which property names with truthy
|
|
610
568
|
* values are used as the class names.
|
|
611
|
-
* ...
|
|
612
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ui)
|
|
569
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-ui)
|
|
613
570
|
*/
|
|
614
571
|
ui ? : string|object
|
|
615
572
|
/**
|
|
@@ -633,14 +590,12 @@ defineProps<{
|
|
|
633
590
|
width ? : string|number
|
|
634
591
|
/**
|
|
635
592
|
* The x position for the widget.
|
|
636
|
-
* ...
|
|
637
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-x)
|
|
593
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-x)
|
|
638
594
|
*/
|
|
639
595
|
x ? : number
|
|
640
596
|
/**
|
|
641
597
|
* The y position for the widget.
|
|
642
|
-
* ...
|
|
643
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-y)
|
|
598
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#config-y)
|
|
644
599
|
*/
|
|
645
600
|
y ? : number
|
|
646
601
|
|
|
@@ -691,8 +646,7 @@ const emit = defineEmits<{
|
|
|
691
646
|
(e: 'beforeShow', params: ((event: { source: Widget|any }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
692
647
|
/**
|
|
693
648
|
* Fires when any other event is fired from the object.
|
|
694
|
-
* ...
|
|
695
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#event-catchAll)
|
|
649
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#event-catchAll)
|
|
696
650
|
* @param {string} e Event name
|
|
697
651
|
* @param {object} params Event parameters
|
|
698
652
|
* @param {string} params.e Event name
|
|
@@ -790,8 +744,7 @@ const emit = defineEmits<{
|
|
|
790
744
|
/**
|
|
791
745
|
* Triggered when a widget which had been in a non-visible state for any reason
|
|
792
746
|
* achieves visibility.
|
|
793
|
-
* ...
|
|
794
|
-
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#event-paint)
|
|
747
|
+
* [More...](https://bryntum.com/products/grid/docs/api/Grid/widget/GridFieldFilterPicker#event-paint)
|
|
795
748
|
* @param {string} e Event name
|
|
796
749
|
* @param {object} params Event parameters
|
|
797
750
|
* @param {string} params.e Event name
|
|
@@ -897,6 +850,7 @@ const widgetData = {
|
|
|
897
850
|
'propertyLocked',
|
|
898
851
|
'relayStoreEvents',
|
|
899
852
|
'ripple',
|
|
853
|
+
'role',
|
|
900
854
|
'rootElement',
|
|
901
855
|
'scrollAction',
|
|
902
856
|
'showAnimation',
|
|
@@ -936,6 +890,7 @@ const widgetData = {
|
|
|
936
890
|
'items',
|
|
937
891
|
'keyMap',
|
|
938
892
|
'labelPosition',
|
|
893
|
+
'labelWidth',
|
|
939
894
|
'layout',
|
|
940
895
|
'layoutStyle',
|
|
941
896
|
'margin',
|
|
@@ -974,11 +929,6 @@ const widgetData = {
|
|
|
974
929
|
'y'
|
|
975
930
|
],
|
|
976
931
|
propertyNames : [
|
|
977
|
-
'anchorSize',
|
|
978
|
-
'focusVisible',
|
|
979
|
-
'hasChanges',
|
|
980
|
-
'isSettingValues',
|
|
981
|
-
'isValid',
|
|
982
932
|
'parent',
|
|
983
933
|
'values'
|
|
984
934
|
],
|