@bryntum/scheduler-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 +8 -8
- package/lib/chunks/{B0m0r-NV.js → BTSObfAz.js} +11 -9
- package/lib/chunks/BTSObfAz.js.map +1 -0
- package/lib/chunks/BXIuEgYD.js +265 -0
- package/lib/chunks/BXIuEgYD.js.map +1 -0
- package/lib/chunks/{DerP_qo7.js → CCTV8qn0.js} +18 -10
- package/lib/chunks/CCTV8qn0.js.map +1 -0
- package/lib/chunks/{CsoS615B.js → COFzBhB8.js} +11 -9
- package/lib/chunks/COFzBhB8.js.map +1 -0
- package/lib/chunks/{BD-Hg3lY.js → DB0UHrA3.js} +17 -24
- package/lib/chunks/DB0UHrA3.js.map +1 -0
- package/lib/chunks/{C7ZFK2B7.js → DJSlX0qP.js} +18 -10
- package/lib/chunks/DJSlX0qP.js.map +1 -0
- package/lib/chunks/{DmQj0tBi.js → DP61St-u.js} +14 -6
- package/lib/chunks/DP61St-u.js.map +1 -0
- package/lib/chunks/{mKqb8_2f.js → LNqNYJck.js} +9 -7
- package/lib/chunks/LNqNYJck.js.map +1 -0
- package/lib/chunks/{CP1Mm_Ak.js → R69sJLmF.js} +16 -17
- package/lib/chunks/R69sJLmF.js.map +1 -0
- package/lib/chunks/{BNGLBrCN.js → WykRcMCN.js} +7 -5
- package/lib/chunks/WykRcMCN.js.map +1 -0
- package/lib/chunks/{C0UqC4Uj.js → eUISgYXE.js} +9 -9
- package/lib/chunks/eUISgYXE.js.map +1 -0
- package/lib/chunks/{C2PT-Ukt.js → t8aiH3XL.js} +13 -14
- package/lib/chunks/t8aiH3XL.js.map +1 -0
- package/lib/components/BryntumEventColorField.js +1 -1
- package/lib/components/BryntumProjectCombo.js +1 -1
- package/lib/components/BryntumResourceCombo.js +1 -1
- package/lib/components/BryntumResourceFilter.js +1 -1
- package/lib/components/BryntumScheduler.js +1 -1
- package/lib/components/BryntumSchedulerBase.js +1 -1
- package/lib/components/BryntumSchedulerDatePicker.js +1 -1
- package/lib/components/BryntumSchedulerProjectModel.js +1 -1
- package/lib/components/BryntumThemeCombo.js +57 -0
- package/lib/components/BryntumThemeCombo.js.map +1 -0
- package/lib/components/BryntumTimeZoomSlider.js +5 -0
- package/lib/components/BryntumTimeZoomSlider.js.map +1 -0
- package/lib/components/BryntumTimelineHistogram.js +1 -1
- package/lib/components/BryntumUndoRedo.js +1 -1
- package/lib/components/BryntumViewPresetCombo.js +1 -1
- package/lib/index.js +18 -16
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/BryntumEventColorField.vue +152 -222
- package/src/components/BryntumEventColorFieldProps.ts +77 -108
- package/src/components/BryntumProjectCombo.vue +171 -258
- package/src/components/BryntumProjectComboProps.ts +95 -141
- package/src/components/BryntumResourceCombo.vue +172 -260
- package/src/components/BryntumResourceComboProps.ts +96 -143
- package/src/components/BryntumResourceFilter.vue +132 -211
- package/src/components/BryntumResourceFilterProps.ts +60 -98
- package/src/components/BryntumScheduler.vue +1847 -2520
- package/src/components/BryntumSchedulerBase.vue +1847 -2520
- package/src/components/BryntumSchedulerBaseProps.ts +372 -522
- package/src/components/BryntumSchedulerDatePicker.vue +205 -331
- package/src/components/BryntumSchedulerDatePickerProps.ts +116 -187
- package/src/components/BryntumSchedulerProjectModel.vue +23 -46
- package/src/components/BryntumSchedulerProjectModelProps.ts +10 -20
- package/src/components/BryntumSchedulerProps.ts +372 -522
- package/src/components/BryntumThemeCombo.vue +60 -0
- package/src/components/BryntumTimeZoomSlider.vue +829 -0
- package/src/components/BryntumTimeZoomSliderProps.ts +482 -0
- package/src/components/BryntumTimelineHistogram.vue +1034 -1461
- package/src/components/BryntumTimelineHistogramProps.ts +275 -388
- package/src/components/BryntumUndoRedo.vue +127 -204
- package/src/components/BryntumUndoRedoProps.ts +74 -116
- package/src/components/BryntumViewPresetCombo.vue +144 -210
- package/src/components/BryntumViewPresetComboProps.ts +72 -99
- package/src/index.ts +2 -0
- package/lib/chunks/B0m0r-NV.js.map +0 -1
- package/lib/chunks/BD-Hg3lY.js.map +0 -1
- package/lib/chunks/BNGLBrCN.js.map +0 -1
- package/lib/chunks/C0UqC4Uj.js.map +0 -1
- package/lib/chunks/C2PT-Ukt.js.map +0 -1
- package/lib/chunks/C7ZFK2B7.js.map +0 -1
- package/lib/chunks/CP1Mm_Ak.js.map +0 -1
- package/lib/chunks/CsoS615B.js.map +0 -1
- package/lib/chunks/DerP_qo7.js.map +0 -1
- package/lib/chunks/DmQj0tBi.js.map +0 -1
- package/lib/chunks/mKqb8_2f.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 { SchedulerContainerItemConfig, ProjectComboListeners, ProjectModel } from '@bryntum/scheduler-thin';
|
|
15
15
|
import { ProjectCombo } from '@bryntum/scheduler-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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-adopt)
|
|
24
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-adopt)
|
|
26
25
|
*/
|
|
27
26
|
adopt ? : HTMLElement|string
|
|
28
27
|
/**
|
|
29
28
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-floating).*
|
|
30
|
-
* ...
|
|
31
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-align)
|
|
29
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-ariaDescription)
|
|
51
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-ariaLabel)
|
|
57
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-bubbleEvents)
|
|
80
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-cacheLastResult)
|
|
85
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-callOnFunctions)
|
|
90
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-catchEventHandlerExceptions)
|
|
100
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Core/widget/Field#property-isValid)
|
|
111
|
+
* evaluation, after the built-in [required](https://bryntum.com/products/scheduler/docs/api/Core/widget/Field#config-required) check.
|
|
112
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Core/widget/ChipView) to display the
|
|
118
119
|
* selected value set when [multiSelect](https://bryntum.com/products/scheduler/docs/api/Core/widget/Combo#config-multiSelect) is `true`.
|
|
119
|
-
* ...
|
|
120
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-chipView)
|
|
120
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-cls)
|
|
145
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-color)
|
|
151
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-container)
|
|
168
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-container)
|
|
172
169
|
*/
|
|
173
|
-
container ? : Record<string, SchedulerContainerItemConfig>|SchedulerContainerItemConfig[]|FieldContainerConfig
|
|
170
|
+
container ? : Record<string, SchedulerContainerItemConfig>|SchedulerContainerItemConfig[]|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/scheduler/docs/api/Core/widget/Container#property-values).
|
|
177
|
-
* ...
|
|
178
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-containValues)
|
|
174
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-contentElementCls)
|
|
183
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/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/scheduler/docs/api/Core/widget/Combo#config-displayField).
|
|
195
|
-
* ...
|
|
196
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-createOnUnmatched)
|
|
190
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-disabled)
|
|
219
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Core/widget/Panel)
|
|
242
235
|
* [strips collection](https://bryntum.com/products/scheduler/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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-dock)
|
|
238
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/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/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-elementAttributes)
|
|
256
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-emptyText)
|
|
261
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-encodeFilterParams)
|
|
267
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-filterOperator)
|
|
281
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Core/widget/Widget#config-floating).*
|
|
336
|
-
* ...
|
|
337
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-hideAnimation)
|
|
322
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-hint)
|
|
343
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/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/scheduler/docs/api/Core/helper/StringHelper#function-encodeHtml-static)).
|
|
370
|
-
* ...
|
|
371
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-hintHtml)
|
|
354
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-ignoreParentReadOnly)
|
|
367
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Core/widget/layout/Box) as the [layout](#Core/widget/Container#config-layout) to the
|
|
391
373
|
* [container](https://bryntum.com/products/scheduler/docs/api/Core/widget/Field#config-container).
|
|
392
|
-
* ...
|
|
393
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-inline)
|
|
374
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-inlinePicker)
|
|
380
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-items)
|
|
418
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-keyMap)
|
|
425
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-keyStrokeChangeDelay)
|
|
432
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-keyStrokeFilterDelay)
|
|
437
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-labelPosition)
|
|
450
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#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/scheduler/docs/api/Scheduler/widget/ProjectCombo#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,24 +468,21 @@ defineProps<{
|
|
|
492
468
|
listCls ? : string
|
|
493
469
|
/**
|
|
494
470
|
* The listener set for this object.
|
|
495
|
-
* ...
|
|
496
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-listeners)
|
|
471
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-listeners)
|
|
497
472
|
*/
|
|
498
473
|
listeners ? : ProjectComboListeners
|
|
499
474
|
/**
|
|
500
475
|
* Template string used to render the list items in the dropdown list
|
|
501
|
-
* ...
|
|
502
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-listItemTpl)
|
|
476
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-listItemTpl)
|
|
503
477
|
* @param {Core.data.Model} record The record representing the item being rendered
|
|
504
478
|
* @returns {string,void}
|
|
505
479
|
*/
|
|
506
|
-
listItemTpl ? : (record: Model
|
|
480
|
+
listItemTpl ? : (record: Model) => string|void
|
|
507
481
|
/**
|
|
508
482
|
* A class translations of which are used for translating this entity.
|
|
509
483
|
* This is often used when translations of an item are defined on its container class.
|
|
510
484
|
* For example:
|
|
511
|
-
* ...
|
|
512
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-localeClass)
|
|
485
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-localeClass)
|
|
513
486
|
*/
|
|
514
487
|
localeClass ? : typeof Base
|
|
515
488
|
/**
|
|
@@ -521,8 +494,7 @@ defineProps<{
|
|
|
521
494
|
* In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
|
|
522
495
|
* you could use 'localeKey' meta configuration.
|
|
523
496
|
* Example:
|
|
524
|
-
* ...
|
|
525
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-localizableProperties)
|
|
497
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-localizableProperties)
|
|
526
498
|
*/
|
|
527
499
|
localizableProperties ? : string[]
|
|
528
500
|
/**
|
|
@@ -548,8 +520,7 @@ defineProps<{
|
|
|
548
520
|
maxHeight ? : string|number
|
|
549
521
|
/**
|
|
550
522
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-floating).*
|
|
551
|
-
* ...
|
|
552
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-maximizeOnMobile)
|
|
523
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-maximizeOnMobile)
|
|
553
524
|
*/
|
|
554
525
|
maximizeOnMobile ? : number|string
|
|
555
526
|
/**
|
|
@@ -563,8 +534,7 @@ defineProps<{
|
|
|
563
534
|
maxWidth ? : string|number
|
|
564
535
|
/**
|
|
565
536
|
* The minimum string length to trigger the filtering, only relevant when [editable](https://bryntum.com/products/scheduler/docs/api/Core/widget/Combo#config-editable) is `true`.
|
|
566
|
-
* ...
|
|
567
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-minChars)
|
|
537
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-minChars)
|
|
568
538
|
*/
|
|
569
539
|
minChars ? : number
|
|
570
540
|
/**
|
|
@@ -585,16 +555,13 @@ defineProps<{
|
|
|
585
555
|
* When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
|
|
586
556
|
* is used to monitor this element for size changes caused by either style manipulation, or by CSS
|
|
587
557
|
* layout.
|
|
588
|
-
* ...
|
|
589
|
-
*
|
|
558
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-monitorResize)
|
|
559
|
+
* @property {boolean} immediate Set to `true` to receive resize notifications immediately.
|
|
590
560
|
*/
|
|
591
|
-
monitorResize ? : Boolean|
|
|
592
|
-
immediate?: Boolean
|
|
593
|
-
}
|
|
561
|
+
monitorResize ? : Boolean|object
|
|
594
562
|
/**
|
|
595
563
|
* Set to `true` to allow selection of multiple values from the dropdown list.
|
|
596
|
-
* ...
|
|
597
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-multiSelect)
|
|
564
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-multiSelect)
|
|
598
565
|
*/
|
|
599
566
|
multiSelect ? : Boolean
|
|
600
567
|
/**
|
|
@@ -607,8 +574,7 @@ defineProps<{
|
|
|
607
574
|
* Name of the field which is used as a key to get/set values from/to the field.
|
|
608
575
|
* Used prior to [ref](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-ref) and [id](#Core/widget/Widget#config-id) in
|
|
609
576
|
* [Container.values](https://bryntum.com/products/scheduler/docs/api/Core/widget/Container#property-values).
|
|
610
|
-
* ...
|
|
611
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-name)
|
|
577
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-name)
|
|
612
578
|
*/
|
|
613
579
|
name ? : string
|
|
614
580
|
/**
|
|
@@ -619,10 +585,9 @@ defineProps<{
|
|
|
619
585
|
/**
|
|
620
586
|
* Configuration object for the [picker](https://bryntum.com/products/scheduler/docs/api/Core/widget/List) on initialization. Returns the
|
|
621
587
|
* [picker](https://bryntum.com/products/scheduler/docs/api/Core/widget/List) instance at runtime.
|
|
622
|
-
* ...
|
|
623
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-picker)
|
|
588
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-picker)
|
|
624
589
|
*/
|
|
625
|
-
picker ? : ListConfig
|
|
590
|
+
picker ? : ListConfig
|
|
626
591
|
/**
|
|
627
592
|
* The name of the element property to which the picker should size and align itself.
|
|
628
593
|
*/
|
|
@@ -639,8 +604,7 @@ defineProps<{
|
|
|
639
604
|
* Set to `true` when a widget is rendered into another widget's [contentElement](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#property-contentElement), but must
|
|
640
605
|
* not participate in the standard layout of that widget, and must be positioned relatively to that
|
|
641
606
|
* widget's [contentElement](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#property-contentElement).
|
|
642
|
-
* ...
|
|
643
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-positioned)
|
|
607
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-positioned)
|
|
644
608
|
*/
|
|
645
609
|
positioned ? : Boolean
|
|
646
610
|
/**
|
|
@@ -652,8 +616,7 @@ defineProps<{
|
|
|
652
616
|
* Optionally a [Filter](https://bryntum.com/products/scheduler/docs/api/Core/util/CollectionFilter) config object which the combo should use for
|
|
653
617
|
* filtering using the typed value.
|
|
654
618
|
* 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/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-primaryFilter)
|
|
619
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-primaryFilter)
|
|
657
620
|
*/
|
|
658
621
|
primaryFilter ? : CollectionFilterConfig
|
|
659
622
|
/**
|
|
@@ -663,15 +626,13 @@ defineProps<{
|
|
|
663
626
|
/**
|
|
664
627
|
* Makes the field unmodifiable by user action. The input area is not editable, and triggers
|
|
665
628
|
* are unresponsive.
|
|
666
|
-
* ...
|
|
667
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-readOnly)
|
|
629
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-readOnly)
|
|
668
630
|
*/
|
|
669
631
|
readOnly ? : Boolean
|
|
670
632
|
relayStoreEvents ? : Boolean
|
|
671
633
|
/**
|
|
672
634
|
* Predefined style to use for the field. Possible values are:
|
|
673
|
-
* ...
|
|
674
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-rendition)
|
|
635
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-rendition)
|
|
675
636
|
*/
|
|
676
637
|
rendition ? : 'outlined'|'filled'|string
|
|
677
638
|
/**
|
|
@@ -690,23 +651,26 @@ defineProps<{
|
|
|
690
651
|
* Configure as `true` to have the component display a translucent ripple when its
|
|
691
652
|
* [focusElement](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#property-focusElement), or [element](#Core/widget/Widget#property-element) is tapped <em>if the
|
|
692
653
|
* current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
|
|
693
|
-
* ...
|
|
694
|
-
* [
|
|
654
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-ripple)
|
|
655
|
+
* @property {string} [delegate] A CSS selector to filter which child elements trigger ripples. By default, the ripple is clipped to the triggering element.
|
|
656
|
+
* @property {string} [color] A CSS color name or specification.
|
|
657
|
+
* @property {number} [radius] The ending radius of the ripple. Note that it will be clipped by the target element by default.
|
|
658
|
+
* @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.
|
|
659
|
+
*/
|
|
660
|
+
ripple ? : Boolean|object
|
|
661
|
+
/**
|
|
662
|
+
* The ARIA role to apply to this widget's element. By default, this is set to `'presentation'` to avoid
|
|
663
|
+
* accidentally applying a role which may interfere with screen readers.
|
|
664
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-role)
|
|
695
665
|
*/
|
|
696
|
-
|
|
697
|
-
delegate?: string
|
|
698
|
-
color?: string
|
|
699
|
-
radius?: number
|
|
700
|
-
clip?: string
|
|
701
|
-
}
|
|
666
|
+
role ? : string
|
|
702
667
|
/**
|
|
703
668
|
* 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`
|
|
704
669
|
*/
|
|
705
670
|
rootElement ? : ShadowRoot|HTMLElement
|
|
706
671
|
/**
|
|
707
672
|
* This may be configured as `true` to make the widget's element use the `direction:rtl` style.
|
|
708
|
-
* ...
|
|
709
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-rtl)
|
|
673
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-rtl)
|
|
710
674
|
*/
|
|
711
675
|
rtl ? : Boolean
|
|
712
676
|
/**
|
|
@@ -716,8 +680,7 @@ defineProps<{
|
|
|
716
680
|
scrollAction ? : 'hide'|'realign'|null
|
|
717
681
|
/**
|
|
718
682
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-floating).*
|
|
719
|
-
* ...
|
|
720
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-showAnimation)
|
|
683
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-showAnimation)
|
|
721
684
|
*/
|
|
722
685
|
showAnimation ? : Boolean|object
|
|
723
686
|
/**
|
|
@@ -750,8 +713,7 @@ defineProps<{
|
|
|
750
713
|
* A configuration for the [tab](https://bryntum.com/products/scheduler/docs/api/Core/widget/Tab) created for this widget when it is placed in a
|
|
751
714
|
* [TabPanel](https://bryntum.com/products/scheduler/docs/api/Core/widget/TabPanel). For example, this config can be used to control the icon of the `tab` for
|
|
752
715
|
* this widget:
|
|
753
|
-
* ...
|
|
754
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-tab)
|
|
716
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-tab)
|
|
755
717
|
*/
|
|
756
718
|
tab ? : Boolean|TabConfig
|
|
757
719
|
/**
|
|
@@ -759,14 +721,12 @@ defineProps<{
|
|
|
759
721
|
* is equivalent to natural tab order, but is unnecessary for fields since they are naturally tabbable
|
|
760
722
|
* (i.e., accessible via the TAB key). Setting to `-1` disables tabbability but allows for focus to be set
|
|
761
723
|
* to the element programmatically.
|
|
762
|
-
* ...
|
|
763
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-tabIndex)
|
|
724
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-tabIndex)
|
|
764
725
|
*/
|
|
765
726
|
tabIndex ? : number
|
|
766
727
|
/**
|
|
767
728
|
* Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
|
|
768
|
-
* ...
|
|
769
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-textAlign)
|
|
729
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-textAlign)
|
|
770
730
|
*/
|
|
771
731
|
textAlign ? : 'left'|'center'|'right'|'start'|'end'
|
|
772
732
|
/**
|
|
@@ -775,30 +735,26 @@ defineProps<{
|
|
|
775
735
|
title ? : string
|
|
776
736
|
/**
|
|
777
737
|
* Tooltip for the widget, either as a string or as a Tooltip config object.
|
|
778
|
-
* ...
|
|
779
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-tooltip)
|
|
738
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-tooltip)
|
|
780
739
|
*/
|
|
781
740
|
tooltip ? : string|TooltipConfig|null
|
|
782
741
|
/**
|
|
783
742
|
* How to query the store upon click of the expand trigger. Specify one of these values:
|
|
784
|
-
* ...
|
|
785
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-triggerAction)
|
|
743
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-triggerAction)
|
|
786
744
|
*/
|
|
787
745
|
triggerAction ? : 'all'|'last'|null
|
|
788
746
|
/**
|
|
789
747
|
* The triggers to add either before or after the input field. Each property name is the reference by which
|
|
790
748
|
* an instantiated Trigger Widget may be retrieved from the live `triggers` property.
|
|
791
|
-
* ...
|
|
792
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-triggers)
|
|
749
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-triggers)
|
|
793
750
|
*/
|
|
794
|
-
triggers ? : Record<string, FieldTriggerConfig
|
|
751
|
+
triggers ? : Record<string, FieldTriggerConfig>
|
|
795
752
|
type ? : 'projectcombo'
|
|
796
753
|
/**
|
|
797
754
|
* Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
|
|
798
755
|
* as a space separated string, an array of strings, or as an object in which property names with truthy
|
|
799
756
|
* values are used as the class names.
|
|
800
|
-
* ...
|
|
801
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-ui)
|
|
757
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-ui)
|
|
802
758
|
*/
|
|
803
759
|
ui ? : string|object
|
|
804
760
|
/**
|
|
@@ -832,14 +788,12 @@ defineProps<{
|
|
|
832
788
|
width ? : string|number
|
|
833
789
|
/**
|
|
834
790
|
* The x position for the widget.
|
|
835
|
-
* ...
|
|
836
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-x)
|
|
791
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-x)
|
|
837
792
|
*/
|
|
838
793
|
x ? : number
|
|
839
794
|
/**
|
|
840
795
|
* The y position for the widget.
|
|
841
|
-
* ...
|
|
842
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-y)
|
|
796
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#config-y)
|
|
843
797
|
*/
|
|
844
798
|
y ? : number
|
|
845
799
|
|
|
@@ -850,120 +804,98 @@ const emit = defineEmits<{
|
|
|
850
804
|
* The default action was performed (an item in the list was selected)
|
|
851
805
|
* @param {string} e Event name
|
|
852
806
|
* @param {object} params Event parameters
|
|
853
|
-
* @param {
|
|
854
|
-
* @param {
|
|
855
|
-
* @param {
|
|
856
|
-
* @param {Core.
|
|
857
|
-
* @param {
|
|
858
|
-
* @param {
|
|
859
|
-
* @param {Core.data.Model[]} params.params.event.records Selected records as an array if [multiSelect](https://bryntum.com/products/scheduler/docs/api/Core/widget/Combo#config-multiSelect) is `true`
|
|
860
|
-
* @param {boolean} params.params.event.userAction `true` if the value change is due to user interaction
|
|
807
|
+
* @param {object} params.event Event object
|
|
808
|
+
* @param {Core.widget.Combo} params.event.source The combo
|
|
809
|
+
* @param {any} params.event.value The [value](https://bryntum.com/products/scheduler/docs/api/Core/widget/Combo#config-valueField) of the selected record
|
|
810
|
+
* @param {Core.data.Model} params.event.record Selected record
|
|
811
|
+
* @param {Core.data.Model[]} params.event.records Selected records as an array if [multiSelect](https://bryntum.com/products/scheduler/docs/api/Core/widget/Combo#config-multiSelect) is `true`
|
|
812
|
+
* @param {boolean} params.event.userAction `true` if the value change is due to user interaction
|
|
861
813
|
*/
|
|
862
814
|
(e: 'action', params: ((event: { source: Combo, value: any, record: Model, records: Model[], userAction: boolean }) => void)|string): void
|
|
863
815
|
/**
|
|
864
816
|
* Fires before an object is destroyed.
|
|
865
817
|
* @param {string} e Event name
|
|
866
818
|
* @param {object} params Event parameters
|
|
867
|
-
* @param {
|
|
868
|
-
* @param {
|
|
869
|
-
* @param {object} params.params.event Event object
|
|
870
|
-
* @param {Core.Base} params.params.event.source The Object that is being destroyed.
|
|
819
|
+
* @param {object} params.event Event object
|
|
820
|
+
* @param {Core.Base} params.event.source The Object that is being destroyed.
|
|
871
821
|
*/
|
|
872
822
|
(e: 'beforeDestroy', params: ((event: { source: Base }) => void)|string): void
|
|
873
823
|
/**
|
|
874
824
|
* Triggered before a widget is hidden. Return `false` to prevent the action.
|
|
875
825
|
* @param {string} e Event name
|
|
876
826
|
* @param {object} params Event parameters
|
|
877
|
-
* @param {
|
|
878
|
-
* @param {
|
|
879
|
-
* @param {object} params.params.event Event object
|
|
880
|
-
* @param {Core.widget.Widget} params.params.event.source The widget being hidden.
|
|
827
|
+
* @param {object} params.event Event object
|
|
828
|
+
* @param {Core.widget.Widget} params.event.source The widget being hidden.
|
|
881
829
|
*/
|
|
882
|
-
(e: 'beforeHide', params: ((event: { source: Widget }) =>
|
|
830
|
+
(e: 'beforeHide', params: ((event: { source: Widget }) => boolean|void)|string): boolean|void
|
|
883
831
|
/**
|
|
884
832
|
* Triggered before a widget is shown. Return `false` to prevent the action.
|
|
885
833
|
* @param {string} e Event name
|
|
886
834
|
* @param {object} params Event parameters
|
|
887
|
-
* @param {
|
|
888
|
-
* @param {
|
|
889
|
-
* @param {object} params.params.event Event object
|
|
890
|
-
* @param {Core.widget.Widget,any} params.params.event.source The widget being shown
|
|
835
|
+
* @param {object} params.event Event object
|
|
836
|
+
* @param {Core.widget.Widget,any} params.event.source The widget being shown
|
|
891
837
|
*/
|
|
892
838
|
(e: 'beforeShow', params: ((event: { source: Widget|any }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
893
839
|
/**
|
|
894
840
|
* Fires when any other event is fired from the object.
|
|
895
|
-
* ...
|
|
896
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#event-catchAll)
|
|
841
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#event-catchAll)
|
|
897
842
|
* @param {string} e Event name
|
|
898
843
|
* @param {object} params Event parameters
|
|
899
|
-
* @param {
|
|
900
|
-
* @param {
|
|
901
|
-
* @param {
|
|
902
|
-
* @param {{[key: string]: any, type: string}} params.params.event.event The Object that contains event details
|
|
903
|
-
* @param {string} params.params.event.event.type The type of the event which is caught by the listener
|
|
844
|
+
* @param {object} params.event Event object
|
|
845
|
+
* @param {{[key: string]: any, type: string}} params.event.event The Object that contains event details
|
|
846
|
+
* @param {string} params.event.event.type The type of the event which is caught by the listener
|
|
904
847
|
*/
|
|
905
848
|
(e: 'catchAll', params: ((event: {[key: string]: any, type: string}) => void)|string): void
|
|
906
849
|
/**
|
|
907
850
|
* Fired when this field's value changes.
|
|
908
851
|
* @param {string} e Event name
|
|
909
852
|
* @param {object} params Event parameters
|
|
910
|
-
* @param {
|
|
911
|
-
* @param {
|
|
912
|
-
* @param {
|
|
913
|
-
* @param {
|
|
914
|
-
* @param {
|
|
915
|
-
* @param {
|
|
916
|
-
* @param {boolean} params.
|
|
917
|
-
* @param {
|
|
918
|
-
* @param {boolean} params.params.event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
|
|
919
|
-
* @param {boolean} params.params.event.checked
|
|
853
|
+
* @param {object} params.event Event object
|
|
854
|
+
* @param {Core.widget.Field,any} params.event.source This Field
|
|
855
|
+
* @param {string,number,boolean,any} params.event.value This field's value
|
|
856
|
+
* @param {string,number,boolean,any} params.event.oldValue This field's previous value
|
|
857
|
+
* @param {boolean} params.event.valid True if this field is in a valid state
|
|
858
|
+
* @param {Event} params.event.event The triggering DOM event if any
|
|
859
|
+
* @param {boolean} params.event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
|
|
860
|
+
* @param {boolean} params.event.checked
|
|
920
861
|
*/
|
|
921
862
|
(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
|
|
922
863
|
/**
|
|
923
864
|
* Fired when this field is [cleared](https://bryntum.com/products/scheduler/docs/api/Core/widget/Field#function-clear).
|
|
924
|
-
* ...
|
|
925
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#event-clear)
|
|
865
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#event-clear)
|
|
926
866
|
* @param {string} e Event name
|
|
927
867
|
* @param {object} params Event parameters
|
|
928
|
-
* @param {
|
|
929
|
-
* @param {
|
|
930
|
-
* @param {object} params.params.event Event object
|
|
931
|
-
* @param {Core.widget.Field,any} params.params.event.source This Field
|
|
868
|
+
* @param {object} params.event Event object
|
|
869
|
+
* @param {Core.widget.Field,any} params.event.source This Field
|
|
932
870
|
*/
|
|
933
871
|
(e: 'clear', params: ((event: { source: Field|any }) => void)|string): void
|
|
934
872
|
/**
|
|
935
873
|
* Fires when an object is destroyed.
|
|
936
874
|
* @param {string} e Event name
|
|
937
875
|
* @param {object} params Event parameters
|
|
938
|
-
* @param {
|
|
939
|
-
* @param {
|
|
940
|
-
* @param {object} params.params.event Event object
|
|
941
|
-
* @param {Core.Base} params.params.event.source The Object that is being destroyed.
|
|
876
|
+
* @param {object} params.event Event object
|
|
877
|
+
* @param {Core.Base} params.event.source The Object that is being destroyed.
|
|
942
878
|
*/
|
|
943
879
|
(e: 'destroy', params: ((event: { source: Base }) => void)|string): void
|
|
944
880
|
/**
|
|
945
881
|
* Triggered when a widget's [element](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#property-element) is available.
|
|
946
882
|
* @param {string} e Event name
|
|
947
883
|
* @param {object} params Event parameters
|
|
948
|
-
* @param {
|
|
949
|
-
* @param {
|
|
950
|
-
* @param {object} params.params.event Event object
|
|
951
|
-
* @param {HTMLElement} params.params.event.element The Widget's element.
|
|
884
|
+
* @param {object} params.event Event object
|
|
885
|
+
* @param {HTMLElement} params.event.element The Widget's element.
|
|
952
886
|
*/
|
|
953
887
|
(e: 'elementCreated', params: ((event: { element: HTMLElement }) => void)|string): void
|
|
954
888
|
/**
|
|
955
889
|
* Fired when focus enters this Widget.
|
|
956
890
|
* @param {string} e Event name
|
|
957
891
|
* @param {object} params Event parameters
|
|
958
|
-
* @param {
|
|
959
|
-
* @param {
|
|
960
|
-
* @param {
|
|
961
|
-
* @param {
|
|
962
|
-
* @param {
|
|
963
|
-
* @param {
|
|
964
|
-
* @param {
|
|
965
|
-
* @param {Core.widget.Widget} params.params.event.toWidget The widget which gained focus.
|
|
966
|
-
* @param {boolean} params.params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
892
|
+
* @param {object} params.event Event object
|
|
893
|
+
* @param {Core.widget.Widget} params.event.source This Widget
|
|
894
|
+
* @param {HTMLElement} params.event.fromElement The element which lost focus.
|
|
895
|
+
* @param {HTMLElement} params.event.toElement The element which gained focus.
|
|
896
|
+
* @param {Core.widget.Widget} params.event.fromWidget The widget which lost focus.
|
|
897
|
+
* @param {Core.widget.Widget} params.event.toWidget The widget which gained focus.
|
|
898
|
+
* @param {boolean} params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
967
899
|
*/
|
|
968
900
|
(e: 'focusIn', params: ((event: { source: Widget, fromElement: HTMLElement, toElement: HTMLElement, fromWidget: Widget, toWidget: Widget, backwards: boolean }) => void)|string): void
|
|
969
901
|
/**
|
|
@@ -972,25 +904,21 @@ const emit = defineEmits<{
|
|
|
972
904
|
* will not trigger this event. This is when focus exits this widget completely.
|
|
973
905
|
* @param {string} e Event name
|
|
974
906
|
* @param {object} params Event parameters
|
|
975
|
-
* @param {
|
|
976
|
-
* @param {
|
|
977
|
-
* @param {
|
|
978
|
-
* @param {
|
|
979
|
-
* @param {
|
|
980
|
-
* @param {
|
|
981
|
-
* @param {
|
|
982
|
-
* @param {Core.widget.Widget} params.params.event.toWidget The widget which gained focus.
|
|
983
|
-
* @param {boolean} params.params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
907
|
+
* @param {object} params.event Event object
|
|
908
|
+
* @param {Core.widget.Widget} params.event.source This Widget
|
|
909
|
+
* @param {HTMLElement} params.event.fromElement The element which lost focus.
|
|
910
|
+
* @param {HTMLElement} params.event.toElement The element which gained focus.
|
|
911
|
+
* @param {Core.widget.Widget} params.event.fromWidget The widget which lost focus.
|
|
912
|
+
* @param {Core.widget.Widget} params.event.toWidget The widget which gained focus.
|
|
913
|
+
* @param {boolean} params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
984
914
|
*/
|
|
985
915
|
(e: 'focusOut', params: ((event: { source: Widget, fromElement: HTMLElement, toElement: HTMLElement, fromWidget: Widget, toWidget: Widget, backwards: boolean }) => void)|string): void
|
|
986
916
|
/**
|
|
987
917
|
* Triggered after a widget was hidden
|
|
988
918
|
* @param {string} e Event name
|
|
989
919
|
* @param {object} params Event parameters
|
|
990
|
-
* @param {
|
|
991
|
-
* @param {
|
|
992
|
-
* @param {object} params.params.event Event object
|
|
993
|
-
* @param {Core.widget.Widget} params.params.event.source The widget
|
|
920
|
+
* @param {object} params.event Event object
|
|
921
|
+
* @param {Core.widget.Widget} params.event.source The widget
|
|
994
922
|
*/
|
|
995
923
|
(e: 'hide', params: ((event: { source: Widget }) => void)|string): void
|
|
996
924
|
/**
|
|
@@ -998,36 +926,29 @@ const emit = defineEmits<{
|
|
|
998
926
|
* not the combos value
|
|
999
927
|
* @param {string} e Event name
|
|
1000
928
|
* @param {object} params Event parameters
|
|
1001
|
-
* @param {
|
|
1002
|
-
* @param {
|
|
1003
|
-
* @param {
|
|
1004
|
-
* @param {
|
|
1005
|
-
* @param {string} params.params.event.value Raw input value
|
|
1006
|
-
* @param {Event} params.params.event.event The triggering DOM event if any.
|
|
929
|
+
* @param {object} params.event Event object
|
|
930
|
+
* @param {Core.widget.Combo} params.event.source The combo.
|
|
931
|
+
* @param {string} params.event.value Raw input value
|
|
932
|
+
* @param {Event} params.event.event The triggering DOM event if any.
|
|
1007
933
|
*/
|
|
1008
934
|
(e: 'input', params: ((event: { source: Combo, value: string, event: Event }) => void)|string): void
|
|
1009
935
|
/**
|
|
1010
936
|
* Triggered when a widget which had been in a non-visible state for any reason
|
|
1011
937
|
* achieves visibility.
|
|
1012
|
-
* ...
|
|
1013
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#event-paint)
|
|
938
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ProjectCombo#event-paint)
|
|
1014
939
|
* @param {string} e Event name
|
|
1015
940
|
* @param {object} params Event parameters
|
|
1016
|
-
* @param {
|
|
1017
|
-
* @param {
|
|
1018
|
-
* @param {
|
|
1019
|
-
* @param {Core.widget.Widget} params.params.event.source The widget being painted.
|
|
1020
|
-
* @param {boolean} params.params.event.firstPaint `true` if this is the first paint.
|
|
941
|
+
* @param {object} params.event Event object
|
|
942
|
+
* @param {Core.widget.Widget} params.event.source The widget being painted.
|
|
943
|
+
* @param {boolean} params.event.firstPaint `true` if this is the first paint.
|
|
1021
944
|
*/
|
|
1022
945
|
(e: 'paint', params: ((event: { source: Widget, firstPaint: boolean }) => void)|string): void
|
|
1023
946
|
/**
|
|
1024
947
|
* Fired when a Widget's read only state is toggled
|
|
1025
948
|
* @param {string} e Event name
|
|
1026
949
|
* @param {object} params Event parameters
|
|
1027
|
-
* @param {
|
|
1028
|
-
* @param {
|
|
1029
|
-
* @param {object} params.params.event Event object
|
|
1030
|
-
* @param {boolean} params.params.event.readOnly Read only or not
|
|
950
|
+
* @param {object} params.event Event object
|
|
951
|
+
* @param {boolean} params.event.readOnly Read only or not
|
|
1031
952
|
*/
|
|
1032
953
|
(e: 'readOnly', params: ((event: { readOnly: boolean }) => void)|string): void
|
|
1033
954
|
/**
|
|
@@ -1039,48 +960,40 @@ const emit = defineEmits<{
|
|
|
1039
960
|
* Fired when the encapsulating element of a Widget resizes *only when [monitorResize](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-monitorResize) is `true`*.
|
|
1040
961
|
* @param {string} e Event name
|
|
1041
962
|
* @param {object} params Event parameters
|
|
1042
|
-
* @param {
|
|
1043
|
-
* @param {
|
|
1044
|
-
* @param {
|
|
1045
|
-
* @param {
|
|
1046
|
-
* @param {number} params.
|
|
1047
|
-
* @param {number} params.
|
|
1048
|
-
* @param {number} params.params.event.oldWidth The old width
|
|
1049
|
-
* @param {number} params.params.event.oldHeight The old height
|
|
963
|
+
* @param {object} params.event Event object
|
|
964
|
+
* @param {Core.widget.Widget} params.event.source This Widget
|
|
965
|
+
* @param {number} params.event.width The new width
|
|
966
|
+
* @param {number} params.event.height The new height
|
|
967
|
+
* @param {number} params.event.oldWidth The old width
|
|
968
|
+
* @param {number} params.event.oldHeight The old height
|
|
1050
969
|
*/
|
|
1051
970
|
(e: 'resize', params: ((event: { source: Widget, width: number, height: number, oldWidth: number, oldHeight: number }) => void)|string): void
|
|
1052
971
|
/**
|
|
1053
972
|
* An item in the list was selected
|
|
1054
973
|
* @param {string} e Event name
|
|
1055
974
|
* @param {object} params Event parameters
|
|
1056
|
-
* @param {
|
|
1057
|
-
* @param {
|
|
1058
|
-
* @param {
|
|
1059
|
-
* @param {Core.
|
|
1060
|
-
* @param {
|
|
1061
|
-
* @param {Core.data.Model[]} params.params.event.records Selected records as an array if [multiSelect](https://bryntum.com/products/scheduler/docs/api/Core/widget/Combo#config-multiSelect) is `true`
|
|
1062
|
-
* @param {boolean} params.params.event.userAction `true` if the value change is due to user interaction
|
|
975
|
+
* @param {object} params.event Event object
|
|
976
|
+
* @param {Core.widget.Combo} params.event.source The combo
|
|
977
|
+
* @param {Core.data.Model} params.event.record Selected record
|
|
978
|
+
* @param {Core.data.Model[]} params.event.records Selected records as an array if [multiSelect](https://bryntum.com/products/scheduler/docs/api/Core/widget/Combo#config-multiSelect) is `true`
|
|
979
|
+
* @param {boolean} params.event.userAction `true` if the value change is due to user interaction
|
|
1063
980
|
*/
|
|
1064
981
|
(e: 'select', params: ((event: { source: Combo, record: Model, records: Model[], userAction: boolean }) => void)|string): void
|
|
1065
982
|
/**
|
|
1066
983
|
* Triggered after a widget is shown.
|
|
1067
984
|
* @param {string} e Event name
|
|
1068
985
|
* @param {object} params Event parameters
|
|
1069
|
-
* @param {
|
|
1070
|
-
* @param {
|
|
1071
|
-
* @param {object} params.params.event Event object
|
|
1072
|
-
* @param {Core.widget.Widget} params.params.event.source The widget
|
|
986
|
+
* @param {object} params.event Event object
|
|
987
|
+
* @param {Core.widget.Widget} params.event.source The widget
|
|
1073
988
|
*/
|
|
1074
989
|
(e: 'show', params: ((event: { source: Widget }) => void)|string): void
|
|
1075
990
|
/**
|
|
1076
991
|
* User clicked one of this field's [triggers](https://bryntum.com/products/scheduler/docs/api/Core/widget/Field#property-triggers)
|
|
1077
992
|
* @param {string} e Event name
|
|
1078
993
|
* @param {object} params Event parameters
|
|
1079
|
-
* @param {
|
|
1080
|
-
* @param {
|
|
1081
|
-
* @param {
|
|
1082
|
-
* @param {Core.widget.Field,any} params.params.event.source This field
|
|
1083
|
-
* @param {Core.widget.Widget} params.params.event.trigger The trigger activated by click or touch tap.
|
|
994
|
+
* @param {object} params.event Event object
|
|
995
|
+
* @param {Core.widget.Field,any} params.event.source This field
|
|
996
|
+
* @param {Core.widget.Widget} params.event.trigger The trigger activated by click or touch tap.
|
|
1084
997
|
*/
|
|
1085
998
|
(e: 'trigger', params: ((event: { source: Field|any, trigger: Widget }) => void)|string): void
|
|
1086
999
|
}>();
|
|
@@ -1102,6 +1015,7 @@ const widgetData = {
|
|
|
1102
1015
|
'cacheLastResult',
|
|
1103
1016
|
'caseSensitive',
|
|
1104
1017
|
'centered',
|
|
1018
|
+
'checkValidity',
|
|
1105
1019
|
'chipView',
|
|
1106
1020
|
'clearable',
|
|
1107
1021
|
'clearTextOnPickerHide',
|
|
@@ -1173,6 +1087,7 @@ const widgetData = {
|
|
|
1173
1087
|
'relayStoreEvents',
|
|
1174
1088
|
'revertOnEscape',
|
|
1175
1089
|
'ripple',
|
|
1090
|
+
'role',
|
|
1176
1091
|
'rootElement',
|
|
1177
1092
|
'scrollAction',
|
|
1178
1093
|
'showAnimation',
|
|
@@ -1256,9 +1171,7 @@ const widgetData = {
|
|
|
1256
1171
|
'y'
|
|
1257
1172
|
],
|
|
1258
1173
|
propertyNames : [
|
|
1259
|
-
'anchorSize',
|
|
1260
1174
|
'content',
|
|
1261
|
-
'focusVisible',
|
|
1262
1175
|
'formula',
|
|
1263
1176
|
'html',
|
|
1264
1177
|
'input',
|