@bryntum/scheduler-angular-thin 7.1.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.
Files changed (36) hide show
  1. package/README.md +44 -0
  2. package/bryntum-scheduler-angular-thin.d.ts +5 -0
  3. package/bundles/bryntum-scheduler-angular-thin.umd.js +18832 -0
  4. package/bundles/bryntum-scheduler-angular-thin.umd.js.map +1 -0
  5. package/esm2015/bryntum-scheduler-angular-thin.js +5 -0
  6. package/esm2015/lib/bryntum-event-color-field.component.js +795 -0
  7. package/esm2015/lib/bryntum-project-combo.component.js +937 -0
  8. package/esm2015/lib/bryntum-resource-combo.component.js +937 -0
  9. package/esm2015/lib/bryntum-resource-filter.component.js +743 -0
  10. package/esm2015/lib/bryntum-scheduler-base.component.js +4589 -0
  11. package/esm2015/lib/bryntum-scheduler-date-picker.component.js +1021 -0
  12. package/esm2015/lib/bryntum-scheduler-project-model.component.js +365 -0
  13. package/esm2015/lib/bryntum-scheduler.component.js +4593 -0
  14. package/esm2015/lib/bryntum-timeline-histogram.component.js +2888 -0
  15. package/esm2015/lib/bryntum-undo-redo.component.js +698 -0
  16. package/esm2015/lib/bryntum-view-preset-combo.component.js +746 -0
  17. package/esm2015/lib/scheduler.module.js +74 -0
  18. package/esm2015/lib/wrapper.helper.js +74 -0
  19. package/esm2015/public-api.js +16 -0
  20. package/fesm2015/bryntum-scheduler-angular-thin.js +18371 -0
  21. package/fesm2015/bryntum-scheduler-angular-thin.js.map +1 -0
  22. package/lib/bryntum-event-color-field.component.d.ts +966 -0
  23. package/lib/bryntum-project-combo.component.d.ts +1202 -0
  24. package/lib/bryntum-resource-combo.component.d.ts +1205 -0
  25. package/lib/bryntum-resource-filter.component.d.ts +888 -0
  26. package/lib/bryntum-scheduler-base.component.d.ts +5014 -0
  27. package/lib/bryntum-scheduler-date-picker.component.d.ts +1363 -0
  28. package/lib/bryntum-scheduler-project-model.component.d.ts +392 -0
  29. package/lib/bryntum-scheduler.component.d.ts +5016 -0
  30. package/lib/bryntum-timeline-histogram.component.d.ts +3312 -0
  31. package/lib/bryntum-undo-redo.component.d.ts +847 -0
  32. package/lib/bryntum-view-preset-combo.component.d.ts +885 -0
  33. package/lib/scheduler.module.d.ts +17 -0
  34. package/lib/wrapper.helper.d.ts +26 -0
  35. package/package.json +33 -0
  36. package/public-api.d.ts +12 -0
@@ -0,0 +1,885 @@
1
+ /**
2
+ * Angular wrapper for Bryntum ViewPresetCombo
3
+ */
4
+ import { ElementRef, SimpleChanges, OnDestroy, OnInit } from '@angular/core';
5
+ import { AlignSpec, Base, ComboModel, Duration, DurationConfig, Field, KeyMapConfig, List, ListConfig, MaskConfig, Model, Rectangle, TabConfig, TooltipConfig, Widget } from '@bryntum/core-thin';
6
+ import { TimelineBase, ViewPresetCombo, ViewPresetComboListeners } from '@bryntum/scheduler-thin';
7
+ import * as i0 from "@angular/core";
8
+ export declare type BryntumViewPresetComboProps = {
9
+ /**
10
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-floating).*
11
+ * ...
12
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-align)
13
+ */
14
+ align?: AlignSpec | string;
15
+ /**
16
+ * When this widget is a child of a [Container](https://bryntum.com/products/scheduler/docs/api/Core/widget/Container), it will by default be participating in a
17
+ * flexbox layout. This config allows you to set this widget's
18
+ * [align-self](https://developer.mozilla.org/en-US/docs/Web/CSS/align-self) style.
19
+ */
20
+ alignSelf?: string;
21
+ /**
22
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-floating) and being shown through [showBy](#Core/widget/Widget#function-showBy).*
23
+ * `true` to show a connector arrow pointing to the align target.
24
+ */
25
+ anchor?: boolean;
26
+ /**
27
+ * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
28
+ * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#property-element).
29
+ */
30
+ appendTo?: HTMLElement | string;
31
+ /**
32
+ * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
33
+ * into an element which will be linked using the `aria-describedby` attribute.
34
+ * ...
35
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-ariaDescription)
36
+ */
37
+ ariaDescription?: string;
38
+ /**
39
+ * A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
40
+ * the `aria-label` attribute.
41
+ * ...
42
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-ariaLabel)
43
+ */
44
+ ariaLabel?: string;
45
+ /**
46
+ * Initial text to show in badge.
47
+ */
48
+ badge?: string;
49
+ /**
50
+ * An object where property names with a truthy value indicate which events should bubble up the ownership
51
+ * hierarchy when triggered.
52
+ * ...
53
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-bubbleEvents)
54
+ */
55
+ bubbleEvents?: object;
56
+ /**
57
+ * Enable caching of the last retrieved result until the timeout is reached.
58
+ * ...
59
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-cacheLastResult)
60
+ */
61
+ cacheLastResult?: number | string | Duration | DurationConfig;
62
+ /**
63
+ * Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
64
+ * ...
65
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-callOnFunctions)
66
+ */
67
+ callOnFunctions?: boolean;
68
+ /**
69
+ * By default, if an event handler throws an exception, the error propagates up the stack and the
70
+ * application state is undefined. Code which follows the event handler will *not* be executed.
71
+ * ...
72
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-catchEventHandlerExceptions)
73
+ */
74
+ catchEventHandlerExceptions?: boolean;
75
+ /**
76
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-floating).*
77
+ * Set to `true` to centre the Widget in browser viewport space.
78
+ */
79
+ centered?: boolean;
80
+ /**
81
+ * Specify `false` to not clear value typed to a multiselect combo when an item is selected.
82
+ */
83
+ clearTextOnSelection?: boolean;
84
+ /**
85
+ * Set to `true` to clear this field when user empties the input element
86
+ */
87
+ clearWhenInputEmpty?: boolean;
88
+ /**
89
+ * If not added to a toolbar, provide a Scheduler, SchedulerPro or Gantt component instance to which the
90
+ * ViewPresetCombo should be connected.
91
+ */
92
+ client?: TimelineBase;
93
+ /**
94
+ * Custom CSS classes to add to element.
95
+ * May be specified as a space separated string, or as an object in which property names
96
+ * with truthy values are used as the class names:
97
+ * ...
98
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-cls)
99
+ */
100
+ cls?: string | object;
101
+ /**
102
+ * Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
103
+ * `style` block.
104
+ * ...
105
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-color)
106
+ */
107
+ color?: string;
108
+ /**
109
+ * Programmatic control over which column to start in when used in a grid layout.
110
+ */
111
+ column?: number;
112
+ config?: object;
113
+ /**
114
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-floating) or [positioned](#Core/widget/Widget#config-positioned).*
115
+ * Element, Widget or Rectangle to which this Widget is constrained.
116
+ */
117
+ constrainTo?: HTMLElement | Widget | Rectangle;
118
+ /**
119
+ * Custom CSS classes to add to the [contentElement](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#property-contentElement).
120
+ * May be specified as a space separated string, or as an object in which property names
121
+ * with truthy values are used as the class names:
122
+ * ...
123
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-contentElementCls)
124
+ */
125
+ contentElementCls?: string | object;
126
+ /**
127
+ * When this Widget configuration is used in the Grid's RowExpander feature's `widget` config, provide the
128
+ * field on the expanded record to use for populating this widget's store (if applicable)
129
+ */
130
+ dataField?: string;
131
+ /**
132
+ * The name of the property to set when a single value is to be applied to this Widget. Such as when used
133
+ * in a grid WidgetColumn, this is the property to which the column's `field` is applied.
134
+ */
135
+ defaultBindProperty?: string;
136
+ /**
137
+ * Check for CSS compatibility issues when upgrading to v7. Performs the following checks:
138
+ * ...
139
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-detectCSSCompatibilityIssues)
140
+ */
141
+ detectCSSCompatibilityIssues?: boolean;
142
+ /**
143
+ * 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
144
+ * cannot be focused, uses a different rendition (usually greyish) and does not allow selecting its value.
145
+ * ...
146
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-disabled)
147
+ */
148
+ disabled?: boolean | 'inert';
149
+ /**
150
+ * Controls the placement of this widget when it is added to a [panel's ](https://bryntum.com/products/scheduler/docs/api/Core/widget/Panel)
151
+ * [strips collection](https://bryntum.com/products/scheduler/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
152
+ * `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
153
+ * body. Such widgets are called "edge strips".
154
+ * ...
155
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-dock)
156
+ */
157
+ dock?: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
158
+ /**
159
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-floating).*
160
+ * Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
161
+ * property which controls when a drag should start.
162
+ * ...
163
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-draggable)
164
+ */
165
+ draggable?: boolean | {
166
+ handleSelector?: string;
167
+ };
168
+ /**
169
+ * User can edit text in text field (otherwise only pick from attached picker)
170
+ */
171
+ editable?: boolean;
172
+ /**
173
+ * An object specifying attributes to assign to the root element of this widget.
174
+ * Set `null` value to attribute to remove it.
175
+ * ...
176
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-elementAttributes)
177
+ */
178
+ elementAttributes?: Record<string, string | null>;
179
+ extraData?: any;
180
+ /**
181
+ * When this widget is a child of a [Container](https://bryntum.com/products/scheduler/docs/api/Core/widget/Container), it will by default be participating in a
182
+ * flexbox layout. This config allows you to set this widget's
183
+ * [flex](https://developer.mozilla.org/en-US/docs/Web/CSS/flex) style.
184
+ * This may be configured as a single number or a `&lt;flex-grow&gt; &lt;flex-shrink&gt; &lt;flex-basis&gt;` format string.
185
+ * numeric-only values are interpreted as the `flex-grow` value.
186
+ */
187
+ flex?: number | string;
188
+ /**
189
+ * Set to `true` to move the widget out of the document flow and position it
190
+ * absolutely in browser viewport space.
191
+ */
192
+ floating?: boolean;
193
+ /**
194
+ * Widget's height, used to set element `style.height`. Either specify a valid height string or a number,
195
+ * which will get 'px' appended. We recommend using CSS as the primary way to control height, but in some
196
+ * cases this config is convenient.
197
+ */
198
+ height?: string | number;
199
+ /**
200
+ * Configure with true to make widget initially hidden.
201
+ */
202
+ hidden?: boolean;
203
+ /**
204
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-floating).*
205
+ * ...
206
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-hideAnimation)
207
+ */
208
+ hideAnimation?: boolean | object;
209
+ /**
210
+ * By default, the picker is hidden on selection in single select mode, and
211
+ * remains to allow more selections when [multiSelect](https://bryntum.com/products/scheduler/docs/api/Core/widget/Combo#config-multiSelect) is `true`.
212
+ * Setting this to a `Boolean` value can override that default.
213
+ */
214
+ hidePickerOnSelect?: boolean;
215
+ /**
216
+ * An optional string to display inside the input field as an overlay. This can be useful for displaying
217
+ * a field's units.
218
+ * ...
219
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-hint)
220
+ * @param {object} data A data object
221
+ * @param {Core.widget.Field} data.source A reference to the field instance
222
+ * @param {any} data.value The current value of the field
223
+ * @returns {string}
224
+ */
225
+ hint?: string | ((data: {
226
+ source: Field;
227
+ value: any;
228
+ }) => string);
229
+ /**
230
+ * 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.
231
+ * Since this can allow malicious content to be executed, be sure not to include user-entered data or to
232
+ * encode such data (see [encodeHtml](https://bryntum.com/products/scheduler/docs/api/Core/helper/StringHelper#function-encodeHtml-static)).
233
+ * ...
234
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-hintHtml)
235
+ * @param {object} data A data object
236
+ * @param {Core.widget.Field} data.source A reference to the field instance
237
+ * @param {any} data.value The current value of the field
238
+ * @returns {string}
239
+ */
240
+ hintHtml?: string | ((data: {
241
+ source: Field;
242
+ value: any;
243
+ }) => string);
244
+ /**
245
+ * Widget id, if not specified one will be generated. Also used for lookups through Widget.getById
246
+ */
247
+ id?: string;
248
+ /**
249
+ * Determines if the widgets read-only state should be controlled by its parent.
250
+ * ...
251
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-ignoreParentReadOnly)
252
+ */
253
+ ignoreParentReadOnly?: boolean;
254
+ /**
255
+ * Text alignment for the input field.
256
+ */
257
+ inputAlign?: string;
258
+ /**
259
+ * Sets custom attributes of the underlying input element. For more information, please refer to
260
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes)
261
+ */
262
+ inputAttributes?: Record<string, string>;
263
+ /**
264
+ * If you need to use something else than a default `input` element, as the input element, provide the tag
265
+ * name here. Please note that this is used for advanced usage only, for example when using WebComponents
266
+ * (custom elements), and that the configured element must fulfil the same contract as a regular input
267
+ * element.
268
+ */
269
+ inputTag?: string;
270
+ /**
271
+ * The width to apply to the `.b-field-inner` element, which encompasses the `input` element and any
272
+ * triggers. If a number is specified, `px` will be used.
273
+ */
274
+ inputWidth?: string | number;
275
+ /**
276
+ * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
277
+ */
278
+ insertBefore?: HTMLElement | string;
279
+ /**
280
+ * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
281
+ */
282
+ insertFirst?: HTMLElement | string;
283
+ /**
284
+ * An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
285
+ * and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
286
+ * are the name of the instance method to call when the keystroke is received.
287
+ * ...
288
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-keyMap)
289
+ */
290
+ keyMap?: Record<string, KeyMapConfig>;
291
+ /**
292
+ * Label, prepended to field
293
+ */
294
+ label?: string;
295
+ /**
296
+ * CSS class name or class names to add to any configured [label](https://bryntum.com/products/scheduler/docs/api/Core/widget/mixin/Labelable#config-label)
297
+ */
298
+ labelCls?: string | object;
299
+ /**
300
+ * Label position, either 'before' the field or 'above' the field
301
+ * ...
302
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-labelPosition)
303
+ */
304
+ labelPosition?: 'before' | 'above' | null;
305
+ /**
306
+ * The labels to add either before or after the input field.
307
+ * Each label may have the following properties:
308
+ * ...
309
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-labels)
310
+ */
311
+ labels?: object[];
312
+ /**
313
+ * The width to apply to the `&lt;label&gt;` element. If a number is specified, `px` will be used.
314
+ */
315
+ labelWidth?: string | number;
316
+ /**
317
+ * CSS class to add to picker
318
+ */
319
+ listCls?: string;
320
+ /**
321
+ * The listener set for this object.
322
+ * ...
323
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-listeners)
324
+ */
325
+ listeners?: ViewPresetComboListeners;
326
+ /**
327
+ * Template string used to render the list items in the dropdown list
328
+ * ...
329
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-listItemTpl)
330
+ * @param {Core.data.Model} record The record representing the item being rendered
331
+ * @returns {string,void}
332
+ */
333
+ listItemTpl?: (record: Model | ComboModel) => string | void;
334
+ /**
335
+ * A class translations of which are used for translating this entity.
336
+ * This is often used when translations of an item are defined on its container class.
337
+ * For example:
338
+ * ...
339
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-localeClass)
340
+ */
341
+ localeClass?: typeof Base;
342
+ /**
343
+ * Set to `false` to disable localization of this object.
344
+ */
345
+ localizable?: boolean;
346
+ /**
347
+ * List of properties which values should be translated automatically upon a locale applying.
348
+ * In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
349
+ * you could use 'localeKey' meta configuration.
350
+ * Example:
351
+ * ...
352
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-localizableProperties)
353
+ */
354
+ localizableProperties?: string[];
355
+ /**
356
+ * Widget's margin. This may be configured as a single number or a `TRBL` format string.
357
+ * numeric-only values are interpreted as pixels.
358
+ */
359
+ margin?: number | string;
360
+ /**
361
+ * This config object contains the defaults for the [Mask](https://bryntum.com/products/scheduler/docs/api/Core/widget/Mask) created for the
362
+ * [masked](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-masked) config. Any properties specified in the `masked` config will override these
363
+ * values.
364
+ */
365
+ maskDefaults?: MaskConfig;
366
+ /**
367
+ * Set to `true` to apply the default mask to the widget. Alternatively, this can be the mask message or a
368
+ * [Mask](https://bryntum.com/products/scheduler/docs/api/Core/widget/Mask) config object.
369
+ */
370
+ masked?: boolean | string | MaskConfig;
371
+ /**
372
+ * The element's maxHeight. Can be either a String or a Number (which will have 'px' appended). Note that
373
+ * like [height](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-height), *reading* the value will return the numeric value in pixels.
374
+ */
375
+ maxHeight?: string | number;
376
+ /**
377
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-floating).*
378
+ * ...
379
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-maximizeOnMobile)
380
+ */
381
+ maximizeOnMobile?: number | string;
382
+ /**
383
+ * The elements maxWidth. Can be either a String or a Number (which will have 'px' appended). Note that
384
+ * like [width](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-width), *reading* the value will return the numeric value in pixels.
385
+ */
386
+ maxWidth?: string | number;
387
+ /**
388
+ * The element's minHeight. Can be either a String or a Number (which will have 'px' appended). Note that
389
+ * like [height](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-height), *reading* the value will return the numeric value in pixels.
390
+ */
391
+ minHeight?: string | number;
392
+ /**
393
+ * The elements minWidth. Can be either a String or a Number (which will have 'px' appended). Note that
394
+ * like [width](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-width), *reading* the value will return the numeric value in pixels.
395
+ */
396
+ minWidth?: string | number;
397
+ /**
398
+ * When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
399
+ * is used to monitor this element for size changes caused by either style manipulation, or by CSS
400
+ * layout.
401
+ * ...
402
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-monitorResize)
403
+ */
404
+ monitorResize?: boolean | {
405
+ immediate?: boolean;
406
+ };
407
+ /**
408
+ * Name of the field which is used as a key to get/set values from/to the field.
409
+ * Used prior to [ref](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-ref) and [id](#Core/widget/Widget#config-id) in
410
+ * [Container.values](https://bryntum.com/products/scheduler/docs/api/Core/widget/Container#property-values).
411
+ * ...
412
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-name)
413
+ */
414
+ name?: string;
415
+ /**
416
+ * This implies that the picker will display an anchor pointer, but also means that the picker will align closer
417
+ * to the input field so that the pointer pierces the [pickerAlignElement](https://bryntum.com/products/scheduler/docs/api/Core/widget/Combo#config-pickerAlignElement)
418
+ */
419
+ overlayAnchor?: boolean;
420
+ /**
421
+ * The owning Widget of this Widget. If this Widget is directly contained (that is, it is one of the
422
+ * [items](https://bryntum.com/products/scheduler/docs/api/Core/widget/Container#property-items) of a Container), this config will be ignored. In this case
423
+ * the owner is <strong>always</strong> the encapsulating Container.
424
+ * ...
425
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-owner)
426
+ */
427
+ owner?: Widget | any;
428
+ /**
429
+ * Width of picker, defaults to this combo's [pickerAlignElement](https://bryntum.com/products/scheduler/docs/api/Core/widget/Combo#config-pickerAlignElement) width
430
+ */
431
+ pickerWidth?: number | string;
432
+ /**
433
+ * 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
434
+ * not participate in the standard layout of that widget, and must be positioned relatively to that
435
+ * widget's [contentElement](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#property-contentElement).
436
+ * ...
437
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-positioned)
438
+ */
439
+ positioned?: boolean;
440
+ /**
441
+ * An array containing string [ViewPreset](https://bryntum.com/products/scheduler/docs/api/Scheduler/preset/ViewPreset) ids available for selection. The specified
442
+ * presets must be [available](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/TimelineViewPresets#config-presets) for the
443
+ * [client](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-client) (Scheduler, SchedulerPro or Gantt) for it to work properly. The selectable presets
444
+ * will be arranged in the order provided here.
445
+ */
446
+ presets?: any[];
447
+ /**
448
+ * Prevent tooltip from being displayed on touch devices. Useful for example for buttons that display a
449
+ * menu on click etc, since the tooltip would be displayed at the same time.
450
+ */
451
+ preventTooltipOnTouch?: boolean;
452
+ /**
453
+ * Makes the field unmodifiable by user action. The input area is not editable, and triggers
454
+ * are unresponsive.
455
+ * ...
456
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-readOnly)
457
+ */
458
+ readOnly?: boolean;
459
+ relayStoreEvents?: boolean;
460
+ /**
461
+ * Predefined style to use for the field. Possible values are:
462
+ * ...
463
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-rendition)
464
+ */
465
+ rendition?: 'outlined' | 'filled' | string;
466
+ /**
467
+ * Configure as `true` to have the component display a translucent ripple when its
468
+ * [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
469
+ * current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
470
+ * ...
471
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-ripple)
472
+ */
473
+ ripple?: boolean | {
474
+ delegate?: string;
475
+ color?: string;
476
+ radius?: number;
477
+ clip?: string;
478
+ };
479
+ /**
480
+ * 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`
481
+ */
482
+ rootElement?: ShadowRoot | HTMLElement;
483
+ /**
484
+ * This may be configured as `true` to make the widget's element use the `direction:rtl` style.
485
+ * ...
486
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-rtl)
487
+ */
488
+ rtl?: boolean;
489
+ /**
490
+ * Defines what to do if document is scrolled while Widget is visible (only relevant when floating is set to `true`).
491
+ * Valid values: ´null´: do nothing, ´hide´: hide the widget or ´realign´: realign to the target if possible.
492
+ */
493
+ scrollAction?: 'hide' | 'realign' | null;
494
+ /**
495
+ * *Only valid if this Widget is [floating](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-floating).*
496
+ * ...
497
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-showAnimation)
498
+ */
499
+ showAnimation?: boolean | object;
500
+ /**
501
+ * `true` to automatically display a * after the label for this field when it is [required](https://bryntum.com/products/scheduler/docs/api/Core/widget/Field#property-required).
502
+ */
503
+ showRequiredIndicator?: string;
504
+ /**
505
+ * Set to `false` to not show the tooltip when this widget is [disabled](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#property-disabled)
506
+ */
507
+ showTooltipWhenDisabled?: boolean;
508
+ /**
509
+ * Set to `true`, completely bypasses validation logic (could be userful if your field is not `editable`
510
+ * to the user).
511
+ */
512
+ skipValidation?: boolean;
513
+ /**
514
+ * Programmatic control over how many columns to span when used in a grid layout.
515
+ */
516
+ span?: number;
517
+ /**
518
+ * 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
519
+ * [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
520
+ * this widget:
521
+ * ...
522
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-tab)
523
+ */
524
+ tab?: boolean | TabConfig;
525
+ /**
526
+ * The tab index of the input field or fields, or `null` for natural tab order (recommended). Setting to `0`
527
+ * is equivalent to natural tab order, but is unnecessary for fields since they are naturally tabbable
528
+ * (i.e., accessible via the TAB key). Setting to `-1` disables tabbability but allows for focus to be set
529
+ * to the element programmatically.
530
+ * ...
531
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-tabIndex)
532
+ */
533
+ tabIndex?: number;
534
+ /**
535
+ * Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
536
+ * ...
537
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-textAlign)
538
+ */
539
+ textAlign?: 'left' | 'center' | 'right' | 'start' | 'end';
540
+ type?: 'viewpresetcombo';
541
+ /**
542
+ * Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
543
+ * as a space separated string, an array of strings, or as an object in which property names with truthy
544
+ * values are used as the class names.
545
+ * ...
546
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-ui)
547
+ */
548
+ ui?: string | object;
549
+ /**
550
+ * As default, a preset change by the ViewPresetCombo will result in that the `startDate` will be calculated to
551
+ * the beginning of the [mainUnit](https://bryntum.com/products/scheduler/docs/api/Scheduler/preset/ViewPreset#field-mainUnit) of the
552
+ * [viewportCenterDate](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/TimelineDateMapper#property-viewportCenterDate). If the ViewPreset has a
553
+ * [start](https://bryntum.com/products/scheduler/docs/api/Scheduler/preset/ViewPreset#field-start) configured, this will be added to the calculation. The
554
+ * `endDate` will then be calculated by adding the ViewPreset's
555
+ * [defaultSpan](https://bryntum.com/products/scheduler/docs/api/Scheduler/preset/ViewPreset#field-defaultSpan) to the `startDate`.
556
+ * ...
557
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-useFixedDuration)
558
+ */
559
+ useFixedDuration?: boolean;
560
+ /**
561
+ * A widgets weight determines its position among siblings when added to a [Container](https://bryntum.com/products/scheduler/docs/api/Core/widget/Container).
562
+ * Higher weights go further down.
563
+ */
564
+ weight?: number;
565
+ /**
566
+ * Widget's width, used to set element `style.width`. Either specify a valid width string or a number, which
567
+ * will get 'px' appended. We recommend using CSS as the primary way to control width, but in some cases
568
+ * this config is convenient.
569
+ */
570
+ width?: string | number;
571
+ /**
572
+ * The x position for the widget.
573
+ * ...
574
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-x)
575
+ */
576
+ x?: number;
577
+ /**
578
+ * The y position for the widget.
579
+ * ...
580
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-y)
581
+ */
582
+ y?: number;
583
+ };
584
+ export declare class BryntumViewPresetComboComponent implements OnInit, OnDestroy {
585
+ static instanceClass: typeof ViewPresetCombo;
586
+ static instanceName: string;
587
+ private static bryntumEvents;
588
+ private static bryntumFeatureNames;
589
+ private static bryntumConfigs;
590
+ private static bryntumConfigsOnly;
591
+ private static bryntumProps;
592
+ private elementRef;
593
+ instance: ViewPresetCombo;
594
+ private bryntumConfig;
595
+ constructor(element: ElementRef);
596
+ align: AlignSpec | string;
597
+ anchor: boolean;
598
+ ariaDescription: string;
599
+ ariaLabel: string;
600
+ bubbleEvents: object;
601
+ cacheLastResult: number | string | Duration | DurationConfig;
602
+ centered: boolean;
603
+ clearTextOnSelection: boolean;
604
+ clearWhenInputEmpty: boolean;
605
+ client: TimelineBase;
606
+ color: string;
607
+ config: object;
608
+ constrainTo: HTMLElement | Widget | Rectangle;
609
+ contentElementCls: string | object;
610
+ dataField: string;
611
+ defaultBindProperty: string;
612
+ detectCSSCompatibilityIssues: boolean;
613
+ dock: 'top' | 'bottom' | 'left' | 'right' | 'start' | 'end' | 'header' | 'pre-header' | object;
614
+ draggable: boolean | {
615
+ handleSelector?: string;
616
+ };
617
+ elementAttributes: Record<string, string | null>;
618
+ floating: boolean;
619
+ hideAnimation: boolean | object;
620
+ hidePickerOnSelect: boolean;
621
+ hint: string | ((data: {
622
+ source: Field;
623
+ value: any;
624
+ }) => string);
625
+ hintHtml: string | ((data: {
626
+ source: Field;
627
+ value: any;
628
+ }) => string);
629
+ ignoreParentReadOnly: boolean;
630
+ inputAlign: string;
631
+ inputAttributes: Record<string, string>;
632
+ inputTag: string;
633
+ inputWidth: string | number;
634
+ labelCls: string | object;
635
+ labelPosition: 'before' | 'above' | null;
636
+ labels: object[];
637
+ labelWidth: string | number;
638
+ listCls: string;
639
+ listeners: ViewPresetComboListeners;
640
+ listItemTpl: (record: Model | ComboModel) => string | void;
641
+ localeClass: typeof Base;
642
+ localizable: boolean;
643
+ localizableProperties: string[];
644
+ maskDefaults: MaskConfig;
645
+ masked: boolean | string | MaskConfig;
646
+ monitorResize: boolean | {
647
+ immediate?: boolean;
648
+ };
649
+ name: string;
650
+ overlayAnchor: boolean;
651
+ owner: Widget | any;
652
+ pickerWidth: number | string;
653
+ positioned: boolean;
654
+ presets: any[];
655
+ preventTooltipOnTouch: boolean;
656
+ relayStoreEvents: boolean;
657
+ ripple: boolean | {
658
+ delegate?: string;
659
+ color?: string;
660
+ radius?: number;
661
+ clip?: string;
662
+ };
663
+ rootElement: ShadowRoot | HTMLElement;
664
+ scrollAction: 'hide' | 'realign' | null;
665
+ showAnimation: boolean | object;
666
+ showTooltipWhenDisabled: boolean;
667
+ skipValidation: boolean;
668
+ tab: boolean | TabConfig;
669
+ tabIndex: number;
670
+ textAlign: 'left' | 'center' | 'right' | 'start' | 'end';
671
+ type: 'viewpresetcombo';
672
+ ui: string | object;
673
+ useFixedDuration: boolean;
674
+ weight: number;
675
+ alignSelf: string;
676
+ appendTo: HTMLElement | string;
677
+ badge: string;
678
+ callOnFunctions: boolean;
679
+ catchEventHandlerExceptions: boolean;
680
+ cls: string | object;
681
+ column: number;
682
+ disabled: boolean | 'inert';
683
+ editable: boolean;
684
+ extraData: any;
685
+ flex: number | string;
686
+ height: number | string;
687
+ hidden: boolean;
688
+ id: string;
689
+ insertBefore: HTMLElement | string;
690
+ insertFirst: HTMLElement | string;
691
+ keyMap: Record<string, KeyMapConfig>;
692
+ label: string;
693
+ margin: number | string;
694
+ maxHeight: string | number;
695
+ maximizeOnMobile: number | string;
696
+ maxWidth: string | number;
697
+ minHeight: string | number;
698
+ minWidth: string | number;
699
+ readOnly: boolean;
700
+ rendition: 'outlined' | 'filled' | string;
701
+ rtl: boolean;
702
+ showRequiredIndicator: string;
703
+ span: number;
704
+ width: number | string;
705
+ x: number;
706
+ y: number;
707
+ anchorSize: number[];
708
+ focusVisible: boolean;
709
+ formula: string;
710
+ input: HTMLElement;
711
+ multiSelect: boolean;
712
+ parent: Widget;
713
+ picker: ListConfig | List;
714
+ placeholder: string;
715
+ required: boolean;
716
+ tooltip: string | TooltipConfig;
717
+ value: object | number | string;
718
+ /**
719
+ * The default action was performed (an item in the list was selected)
720
+ * @param {object} event Event object
721
+ * @param {Core.widget.Combo} event.source The combo
722
+ * @param {any} event.value The [value](https://bryntum.com/products/scheduler/docs/api/Core/widget/Combo#config-valueField) of the selected record
723
+ * @param {Core.data.Model} event.record Selected record
724
+ * @param {Core.data.Model[]} event.records Selected records as an array if [multiSelect](https://bryntum.com/products/scheduler/docs/api/Core/widget/Combo#config-multiSelect) is `true`
725
+ * @param {boolean} event.userAction `true` if the value change is due to user interaction
726
+ */
727
+ onAction: any;
728
+ /**
729
+ * Fires before an object is destroyed.
730
+ * @param {object} event Event object
731
+ * @param {Core.Base} event.source The Object that is being destroyed.
732
+ */
733
+ onBeforeDestroy: any;
734
+ /**
735
+ * Triggered before a widget is hidden. Return `false` to prevent the action.
736
+ * @param {object} event Event object
737
+ * @param {Core.widget.Widget} event.source The widget being hidden.
738
+ */
739
+ onBeforeHide: any;
740
+ /**
741
+ * Triggered before a widget is shown. Return `false` to prevent the action.
742
+ * @param {object} event Event object
743
+ * @param {Core.widget.Widget,any} event.source The widget being shown
744
+ */
745
+ onBeforeShow: any;
746
+ /**
747
+ * Fires when any other event is fired from the object.
748
+ * ...
749
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#event-catchAll)
750
+ * @param {object} event Event object
751
+ * @param {{[key: string]: any, type: string}} event.event The Object that contains event details
752
+ * @param {string} event.event.type The type of the event which is caught by the listener
753
+ */
754
+ onCatchAll: any;
755
+ /**
756
+ * Fired when this field's value changes.
757
+ * @param {object} event Event object
758
+ * @param {Core.widget.Field,any} event.source This Field
759
+ * @param {string,number,boolean,any} event.value This field's value
760
+ * @param {string,number,boolean,any} event.oldValue This field's previous value
761
+ * @param {boolean} event.valid True if this field is in a valid state
762
+ * @param {Event} event.event The triggering DOM event if any
763
+ * @param {boolean} event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
764
+ * @param {boolean} event.checked
765
+ */
766
+ onChange: any;
767
+ /**
768
+ * Fired when this field is [cleared](https://bryntum.com/products/scheduler/docs/api/Core/widget/Field#function-clear).
769
+ * ...
770
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#event-clear)
771
+ * @param {object} event Event object
772
+ * @param {Core.widget.Field,any} event.source This Field
773
+ */
774
+ onClear: any;
775
+ /**
776
+ * Fires when an object is destroyed.
777
+ * @param {object} event Event object
778
+ * @param {Core.Base} event.source The Object that is being destroyed.
779
+ */
780
+ onDestroy: any;
781
+ /**
782
+ * Triggered when a widget's [element](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#property-element) is available.
783
+ * @param {object} event Event object
784
+ * @param {HTMLElement} event.element The Widget's element.
785
+ */
786
+ onElementCreated: any;
787
+ /**
788
+ * Fired when focus enters this Widget.
789
+ * @param {object} event Event object
790
+ * @param {Core.widget.Widget} event.source This Widget
791
+ * @param {HTMLElement} event.fromElement The element which lost focus.
792
+ * @param {HTMLElement} event.toElement The element which gained focus.
793
+ * @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
794
+ * @param {Core.widget.Widget} event.toWidget The widget which gained focus.
795
+ * @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
796
+ */
797
+ onFocusIn: any;
798
+ /**
799
+ * Fired when focus exits this Widget's ownership tree. This is different from a `blur` event.
800
+ * focus moving from within this Widget's ownership tree, even if there are floating widgets
801
+ * will not trigger this event. This is when focus exits this widget completely.
802
+ * @param {object} event Event object
803
+ * @param {Core.widget.Widget} event.source This Widget
804
+ * @param {HTMLElement} event.fromElement The element which lost focus.
805
+ * @param {HTMLElement} event.toElement The element which gained focus.
806
+ * @param {Core.widget.Widget} event.fromWidget The widget which lost focus.
807
+ * @param {Core.widget.Widget} event.toWidget The widget which gained focus.
808
+ * @param {boolean} event.backwards `true` if the `toElement` is before the `fromElement` in document order.
809
+ */
810
+ onFocusOut: any;
811
+ /**
812
+ * Triggered after a widget was hidden
813
+ * @param {object} event Event object
814
+ * @param {Core.widget.Widget} event.source The widget
815
+ */
816
+ onHide: any;
817
+ /**
818
+ * Triggered when a widget which had been in a non-visible state for any reason
819
+ * achieves visibility.
820
+ * ...
821
+ * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#event-paint)
822
+ * @param {object} event Event object
823
+ * @param {Core.widget.Widget} event.source The widget being painted.
824
+ * @param {boolean} event.firstPaint `true` if this is the first paint.
825
+ */
826
+ onPaint: any;
827
+ /**
828
+ * Fired when a Widget's read only state is toggled
829
+ * @param {object} event Event object
830
+ * @param {boolean} event.readOnly Read only or not
831
+ */
832
+ onReadOnly: any;
833
+ /**
834
+ * This event is fired after a widget's elements have been synchronized due to a direct or indirect call
835
+ * to [recompose](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#function-recompose), if this results in some change to the widget's rendered DOM elements.
836
+ */
837
+ onRecompose: any;
838
+ /**
839
+ * 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`*.
840
+ * @param {object} event Event object
841
+ * @param {Core.widget.Widget} event.source This Widget
842
+ * @param {number} event.width The new width
843
+ * @param {number} event.height The new height
844
+ * @param {number} event.oldWidth The old width
845
+ * @param {number} event.oldHeight The old height
846
+ */
847
+ onResize: any;
848
+ /**
849
+ * An item in the list was selected
850
+ * @param {object} event Event object
851
+ * @param {Core.widget.Combo} event.source The combo
852
+ * @param {Core.data.Model} event.record Selected record
853
+ * @param {Core.data.Model[]} event.records Selected records as an array if [multiSelect](https://bryntum.com/products/scheduler/docs/api/Core/widget/Combo#config-multiSelect) is `true`
854
+ * @param {boolean} event.userAction `true` if the value change is due to user interaction
855
+ */
856
+ onSelect: any;
857
+ /**
858
+ * Triggered after a widget is shown.
859
+ * @param {object} event Event object
860
+ * @param {Core.widget.Widget} event.source The widget
861
+ */
862
+ onShow: any;
863
+ /**
864
+ * User clicked one of this field's [triggers](https://bryntum.com/products/scheduler/docs/api/Core/widget/Field#property-triggers)
865
+ * @param {object} event Event object
866
+ * @param {Core.widget.Field,any} event.source This field
867
+ * @param {Core.widget.Widget} event.trigger The trigger activated by click or touch tap.
868
+ */
869
+ onTrigger: any;
870
+ /**
871
+ * Create and append the underlying widget
872
+ */
873
+ ngOnInit(): void;
874
+ /**
875
+ * Watch for changes
876
+ * @param changes
877
+ */
878
+ ngOnChanges(changes: SimpleChanges): void;
879
+ /**
880
+ * Destroy the component
881
+ */
882
+ ngOnDestroy(): void;
883
+ static ɵfac: i0.ɵɵFactoryDeclaration<BryntumViewPresetComboComponent, never>;
884
+ static ɵcmp: i0.ɵɵComponentDeclaration<BryntumViewPresetComboComponent, "bryntum-view-preset-combo", never, { "align": "align"; "anchor": "anchor"; "ariaDescription": "ariaDescription"; "ariaLabel": "ariaLabel"; "bubbleEvents": "bubbleEvents"; "cacheLastResult": "cacheLastResult"; "centered": "centered"; "clearTextOnSelection": "clearTextOnSelection"; "clearWhenInputEmpty": "clearWhenInputEmpty"; "client": "client"; "color": "color"; "config": "config"; "constrainTo": "constrainTo"; "contentElementCls": "contentElementCls"; "dataField": "dataField"; "defaultBindProperty": "defaultBindProperty"; "detectCSSCompatibilityIssues": "detectCSSCompatibilityIssues"; "dock": "dock"; "draggable": "draggable"; "elementAttributes": "elementAttributes"; "floating": "floating"; "hideAnimation": "hideAnimation"; "hidePickerOnSelect": "hidePickerOnSelect"; "hint": "hint"; "hintHtml": "hintHtml"; "ignoreParentReadOnly": "ignoreParentReadOnly"; "inputAlign": "inputAlign"; "inputAttributes": "inputAttributes"; "inputTag": "inputTag"; "inputWidth": "inputWidth"; "labelCls": "labelCls"; "labelPosition": "labelPosition"; "labels": "labels"; "labelWidth": "labelWidth"; "listCls": "listCls"; "listeners": "listeners"; "listItemTpl": "listItemTpl"; "localeClass": "localeClass"; "localizable": "localizable"; "localizableProperties": "localizableProperties"; "maskDefaults": "maskDefaults"; "masked": "masked"; "monitorResize": "monitorResize"; "name": "name"; "overlayAnchor": "overlayAnchor"; "owner": "owner"; "pickerWidth": "pickerWidth"; "positioned": "positioned"; "presets": "presets"; "preventTooltipOnTouch": "preventTooltipOnTouch"; "relayStoreEvents": "relayStoreEvents"; "ripple": "ripple"; "rootElement": "rootElement"; "scrollAction": "scrollAction"; "showAnimation": "showAnimation"; "showTooltipWhenDisabled": "showTooltipWhenDisabled"; "skipValidation": "skipValidation"; "tab": "tab"; "tabIndex": "tabIndex"; "textAlign": "textAlign"; "type": "type"; "ui": "ui"; "useFixedDuration": "useFixedDuration"; "weight": "weight"; "alignSelf": "alignSelf"; "appendTo": "appendTo"; "badge": "badge"; "callOnFunctions": "callOnFunctions"; "catchEventHandlerExceptions": "catchEventHandlerExceptions"; "cls": "cls"; "column": "column"; "disabled": "disabled"; "editable": "editable"; "extraData": "extraData"; "flex": "flex"; "height": "height"; "hidden": "hidden"; "id": "id"; "insertBefore": "insertBefore"; "insertFirst": "insertFirst"; "keyMap": "keyMap"; "label": "label"; "margin": "margin"; "maxHeight": "maxHeight"; "maximizeOnMobile": "maximizeOnMobile"; "maxWidth": "maxWidth"; "minHeight": "minHeight"; "minWidth": "minWidth"; "readOnly": "readOnly"; "rendition": "rendition"; "rtl": "rtl"; "showRequiredIndicator": "showRequiredIndicator"; "span": "span"; "width": "width"; "x": "x"; "y": "y"; "anchorSize": "anchorSize"; "focusVisible": "focusVisible"; "formula": "formula"; "input": "input"; "multiSelect": "multiSelect"; "parent": "parent"; "picker": "picker"; "placeholder": "placeholder"; "required": "required"; "tooltip": "tooltip"; "value": "value"; }, { "onAction": "onAction"; "onBeforeDestroy": "onBeforeDestroy"; "onBeforeHide": "onBeforeHide"; "onBeforeShow": "onBeforeShow"; "onCatchAll": "onCatchAll"; "onChange": "onChange"; "onClear": "onClear"; "onDestroy": "onDestroy"; "onElementCreated": "onElementCreated"; "onFocusIn": "onFocusIn"; "onFocusOut": "onFocusOut"; "onHide": "onHide"; "onPaint": "onPaint"; "onReadOnly": "onReadOnly"; "onRecompose": "onRecompose"; "onResize": "onResize"; "onSelect": "onSelect"; "onShow": "onShow"; "onTrigger": "onTrigger"; }, never, never>;
885
+ }