@bryntum/schedulerpro-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 +9 -9
- package/lib/chunks/{BhUeT19h.js → 7vz3cAx6.js} +9 -7
- package/lib/chunks/7vz3cAx6.js.map +1 -0
- package/lib/chunks/{9jfNe_y3.js → B1SaPsRu.js} +16 -8
- package/lib/chunks/B1SaPsRu.js.map +1 -0
- package/lib/chunks/{D4JDuI0s.js → B4dVznPx.js} +1 -8
- package/lib/chunks/B4dVznPx.js.map +1 -0
- package/lib/chunks/{DwzPrR90.js → B8GKehTJ.js} +10 -8
- package/lib/chunks/B8GKehTJ.js.map +1 -0
- package/lib/chunks/{C41opZKx.js → BhXv58eE.js} +23 -14
- package/lib/chunks/BhXv58eE.js.map +1 -0
- package/lib/chunks/{Dz-up1_i.js → BhfdqXGU.js} +10 -8
- package/lib/chunks/BhfdqXGU.js.map +1 -0
- package/lib/chunks/{CJFZbm_i.js → Bk2bIVfG.js} +25 -13
- package/lib/chunks/Bk2bIVfG.js.map +1 -0
- package/lib/chunks/{DlNFp5e-.js → C1vi1h_N.js} +13 -11
- package/lib/chunks/C1vi1h_N.js.map +1 -0
- package/lib/chunks/{DYBe70El.js → CEQZr1q6.js} +20 -11
- package/lib/chunks/CEQZr1q6.js.map +1 -0
- package/lib/chunks/{BTT_cGQU.js → CPjow0gO.js} +8 -9
- package/lib/chunks/CPjow0gO.js.map +1 -0
- package/lib/chunks/{BRGc8bUJ.js → Cb_akueu.js} +16 -13
- package/lib/chunks/Cb_akueu.js.map +1 -0
- package/lib/chunks/{BJPdcix1.js → Cc_DPp3S.js} +8 -6
- package/lib/chunks/Cc_DPp3S.js.map +1 -0
- package/lib/chunks/{BjTPjWi9.js → Cr5VTUbs.js} +10 -8
- package/lib/chunks/Cr5VTUbs.js.map +1 -0
- package/lib/chunks/{j8JzZ-07.js → D-hmgVVF.js} +13 -11
- package/lib/chunks/D-hmgVVF.js.map +1 -0
- package/lib/chunks/{BpAvqwr_.js → D-v-Wqj4.js} +25 -13
- package/lib/chunks/D-v-Wqj4.js.map +1 -0
- package/lib/chunks/{BbI7XKMd.js → D0hJ3P6L.js} +5 -3
- package/lib/chunks/D0hJ3P6L.js.map +1 -0
- package/lib/chunks/{CGbW6pgm.js → DPA-xEW5.js} +8 -9
- package/lib/chunks/DPA-xEW5.js.map +1 -0
- package/lib/chunks/{CuODT2-U.js → XQWZfDOm.js} +7 -5
- package/lib/chunks/XQWZfDOm.js.map +1 -0
- package/lib/chunks/{MOjUZ-Rj.js → eKXSEOkn.js} +7 -5
- package/lib/chunks/eKXSEOkn.js.map +1 -0
- package/lib/chunks/{DGV7a5Xo.js → edcDjaO2.js} +7 -5
- package/lib/chunks/edcDjaO2.js.map +1 -0
- package/lib/chunks/{BO8FwQoh.js → n2IZFQjR.js} +10 -8
- package/lib/chunks/n2IZFQjR.js.map +1 -0
- package/lib/chunks/{M0cBUV91.js → zY4Qxi9x.js} +8 -6
- package/lib/chunks/zY4Qxi9x.js.map +1 -0
- package/lib/components/BryntumCalendarEditor.js +1 -1
- package/lib/components/BryntumCalendarField.js +1 -1
- package/lib/components/BryntumConstraintTypePicker.js +1 -1
- package/lib/components/BryntumCostAccrualField.js +1 -1
- package/lib/components/BryntumDependencyTypePicker.js +1 -1
- package/lib/components/BryntumEffortField.js +1 -1
- package/lib/components/BryntumEndDateField.js +1 -1
- package/lib/components/BryntumModelCombo.js +1 -1
- package/lib/components/BryntumRateTableField.js +1 -1
- package/lib/components/BryntumResourceEditor.js +1 -1
- package/lib/components/BryntumResourceGrid.js +1 -1
- package/lib/components/BryntumResourceHistogram.js +1 -1
- package/lib/components/BryntumResourceTypeField.js +1 -1
- package/lib/components/BryntumResourceUtilization.js +1 -1
- package/lib/components/BryntumSchedulerPro.js +1 -1
- package/lib/components/BryntumSchedulerProBase.js +1 -1
- package/lib/components/BryntumSchedulerProProjectModel.js +1 -1
- package/lib/components/BryntumSchedulingDirectionPicker.js +1 -1
- package/lib/components/BryntumSchedulingModePicker.js +1 -1
- package/lib/components/BryntumStartDateField.js +1 -1
- package/lib/components/BryntumThemeCombo.js +57 -0
- package/lib/components/BryntumThemeCombo.js.map +1 -0
- package/lib/components/BryntumTimeline.js +1 -1
- package/lib/components/BryntumVersionGrid.js +1 -1
- package/lib/index.js +22 -22
- package/package.json +1 -1
- package/src/components/BryntumCalendarEditor.vue +191 -292
- package/src/components/BryntumCalendarEditorProps.ts +123 -177
- package/src/components/BryntumCalendarField.vue +172 -260
- package/src/components/BryntumCalendarFieldProps.ts +96 -143
- package/src/components/BryntumConstraintTypePicker.vue +172 -260
- package/src/components/BryntumConstraintTypePickerProps.ts +96 -143
- package/src/components/BryntumCostAccrualField.vue +172 -260
- package/src/components/BryntumCostAccrualFieldProps.ts +96 -143
- package/src/components/BryntumDependencyTypePicker.vue +172 -260
- package/src/components/BryntumDependencyTypePickerProps.ts +96 -143
- package/src/components/BryntumEffortField.vue +153 -224
- package/src/components/BryntumEffortFieldProps.ts +82 -114
- package/src/components/BryntumEndDateField.vue +159 -228
- package/src/components/BryntumEndDateFieldProps.ts +84 -114
- package/src/components/BryntumModelCombo.vue +172 -260
- package/src/components/BryntumModelComboProps.ts +96 -143
- package/src/components/BryntumRateTableField.vue +172 -260
- package/src/components/BryntumRateTableFieldProps.ts +96 -143
- package/src/components/BryntumResourceEditor.vue +190 -290
- package/src/components/BryntumResourceEditorProps.ts +122 -175
- package/src/components/BryntumResourceGrid.vue +730 -1045
- package/src/components/BryntumResourceGridProps.ts +192 -263
- package/src/components/BryntumResourceHistogram.vue +1098 -1539
- package/src/components/BryntumResourceHistogramProps.ts +292 -402
- package/src/components/BryntumResourceTypeField.vue +172 -260
- package/src/components/BryntumResourceTypeFieldProps.ts +96 -143
- package/src/components/BryntumResourceUtilization.vue +1114 -1561
- package/src/components/BryntumResourceUtilizationProps.ts +293 -404
- package/src/components/BryntumSchedulerPro.vue +2099 -2820
- package/src/components/BryntumSchedulerProBase.vue +2099 -2820
- package/src/components/BryntumSchedulerProBaseProps.ts +413 -556
- package/src/components/BryntumSchedulerProProjectModel.vue +192 -289
- package/src/components/BryntumSchedulerProProjectModelProps.ts +59 -88
- package/src/components/BryntumSchedulerProProps.ts +413 -556
- package/src/components/BryntumSchedulingDirectionPicker.vue +172 -260
- package/src/components/BryntumSchedulingDirectionPickerProps.ts +96 -143
- package/src/components/BryntumSchedulingModePicker.vue +173 -262
- package/src/components/BryntumSchedulingModePickerProps.ts +97 -145
- package/src/components/BryntumStartDateField.vue +161 -232
- package/src/components/BryntumStartDateFieldProps.ts +86 -118
- package/src/components/BryntumThemeCombo.vue +60 -0
- package/src/components/BryntumTimeline.vue +1846 -2517
- package/src/components/BryntumTimelineProps.ts +371 -519
- package/src/components/BryntumVersionGrid.vue +727 -1050
- package/src/components/BryntumVersionGridProps.ts +186 -261
- package/lib/chunks/9jfNe_y3.js.map +0 -1
- package/lib/chunks/BJPdcix1.js.map +0 -1
- package/lib/chunks/BO8FwQoh.js.map +0 -1
- package/lib/chunks/BRGc8bUJ.js.map +0 -1
- package/lib/chunks/BTT_cGQU.js.map +0 -1
- package/lib/chunks/BbI7XKMd.js.map +0 -1
- package/lib/chunks/BhUeT19h.js.map +0 -1
- package/lib/chunks/BjTPjWi9.js.map +0 -1
- package/lib/chunks/BpAvqwr_.js.map +0 -1
- package/lib/chunks/C41opZKx.js.map +0 -1
- package/lib/chunks/CGbW6pgm.js.map +0 -1
- package/lib/chunks/CJFZbm_i.js.map +0 -1
- package/lib/chunks/CuODT2-U.js.map +0 -1
- package/lib/chunks/D4JDuI0s.js.map +0 -1
- package/lib/chunks/DGV7a5Xo.js.map +0 -1
- package/lib/chunks/DYBe70El.js.map +0 -1
- package/lib/chunks/DlNFp5e-.js.map +0 -1
- package/lib/chunks/DwzPrR90.js.map +0 -1
- package/lib/chunks/Dz-up1_i.js.map +0 -1
- package/lib/chunks/M0cBUV91.js.map +0 -1
- package/lib/chunks/MOjUZ-Rj.js.map +0 -1
- package/lib/chunks/j8JzZ-07.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AlignSpec, Base, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Color, Combo,
|
|
1
|
+
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';
|
|
2
2
|
import type { SchedulerProContainerItemConfig, SchedulingModePickerListeners } from '@bryntum/schedulerpro-thin';
|
|
3
3
|
|
|
4
4
|
export declare type BryntumSchedulingModePickerProps = {
|
|
@@ -6,14 +6,12 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
6
6
|
/**
|
|
7
7
|
* Element (or element id) to adopt as this Widget's encapsulating element. The widget's
|
|
8
8
|
* content will be placed inside this element.
|
|
9
|
-
* ...
|
|
10
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-adopt)
|
|
9
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-adopt)
|
|
11
10
|
*/
|
|
12
11
|
adopt ? : HTMLElement|string
|
|
13
12
|
/**
|
|
14
13
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-floating).*
|
|
15
|
-
* ...
|
|
16
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-align)
|
|
14
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-align)
|
|
17
15
|
*/
|
|
18
16
|
align ? : AlignSpec|string
|
|
19
17
|
/**
|
|
@@ -25,8 +23,7 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
25
23
|
/**
|
|
26
24
|
* Specifies a list of allowed scheduling modes to be shown in the picker.
|
|
27
25
|
* Supports either a string of comma separated values:
|
|
28
|
-
* ...
|
|
29
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-allowedModes)
|
|
26
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-allowedModes)
|
|
30
27
|
*/
|
|
31
28
|
allowedModes ? : string|any[]
|
|
32
29
|
/**
|
|
@@ -42,15 +39,13 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
42
39
|
/**
|
|
43
40
|
* A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
|
|
44
41
|
* into an element which will be linked using the `aria-describedby` attribute.
|
|
45
|
-
* ...
|
|
46
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-ariaDescription)
|
|
42
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-ariaDescription)
|
|
47
43
|
*/
|
|
48
44
|
ariaDescription ? : string
|
|
49
45
|
/**
|
|
50
46
|
* A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
|
|
51
47
|
* the `aria-label` attribute.
|
|
52
|
-
* ...
|
|
53
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-ariaLabel)
|
|
48
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-ariaLabel)
|
|
54
49
|
*/
|
|
55
50
|
ariaLabel ? : string
|
|
56
51
|
/**
|
|
@@ -73,20 +68,17 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
73
68
|
/**
|
|
74
69
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
75
70
|
* hierarchy when triggered.
|
|
76
|
-
* ...
|
|
77
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-bubbleEvents)
|
|
71
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-bubbleEvents)
|
|
78
72
|
*/
|
|
79
73
|
bubbleEvents ? : object
|
|
80
74
|
/**
|
|
81
75
|
* Enable caching of the last retrieved result until the timeout is reached.
|
|
82
|
-
* ...
|
|
83
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-cacheLastResult)
|
|
76
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-cacheLastResult)
|
|
84
77
|
*/
|
|
85
78
|
cacheLastResult ? : number|string|Duration|DurationConfig
|
|
86
79
|
/**
|
|
87
80
|
* Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
|
|
88
|
-
* ...
|
|
89
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-callOnFunctions)
|
|
81
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-callOnFunctions)
|
|
90
82
|
*/
|
|
91
83
|
callOnFunctions ? : Boolean
|
|
92
84
|
/**
|
|
@@ -96,8 +88,7 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
96
88
|
/**
|
|
97
89
|
* By default, if an event handler throws an exception, the error propagates up the stack and the
|
|
98
90
|
* application state is undefined. Code which follows the event handler will *not* be executed.
|
|
99
|
-
* ...
|
|
100
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-catchEventHandlerExceptions)
|
|
91
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-catchEventHandlerExceptions)
|
|
101
92
|
*/
|
|
102
93
|
catchEventHandlerExceptions ? : Boolean
|
|
103
94
|
/**
|
|
@@ -105,11 +96,19 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
105
96
|
* Set to `true` to centre the Widget in browser viewport space.
|
|
106
97
|
*/
|
|
107
98
|
centered ? : Boolean
|
|
99
|
+
/**
|
|
100
|
+
* A function (or the name of a function in the ownership hierarchy) called during field validation
|
|
101
|
+
* to perform custom validity checks. The function is called as part of the [isValid](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Field#property-isValid)
|
|
102
|
+
* evaluation, after the built-in [required](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Field#config-required) check.
|
|
103
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-checkValidity)
|
|
104
|
+
* @param {Core.widget.Field} field The field being validated
|
|
105
|
+
* @returns {void}
|
|
106
|
+
*/
|
|
107
|
+
checkValidity ? : ((field: Field) => void)|string
|
|
108
108
|
/**
|
|
109
109
|
* A config object to configure the [ChipView](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/ChipView) to display the
|
|
110
110
|
* selected value set when [multiSelect](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Combo#config-multiSelect) is `true`.
|
|
111
|
-
* ...
|
|
112
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-chipView)
|
|
111
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-chipView)
|
|
113
112
|
*/
|
|
114
113
|
chipView ? : ChipViewConfig
|
|
115
114
|
/**
|
|
@@ -134,15 +133,13 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
134
133
|
* Custom CSS classes to add to element.
|
|
135
134
|
* May be specified as a space separated string, or as an object in which property names
|
|
136
135
|
* with truthy values are used as the class names:
|
|
137
|
-
* ...
|
|
138
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-cls)
|
|
136
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-cls)
|
|
139
137
|
*/
|
|
140
138
|
cls ? : string|object
|
|
141
139
|
/**
|
|
142
140
|
* Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
|
|
143
141
|
* `style` block.
|
|
144
|
-
* ...
|
|
145
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-color)
|
|
142
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-color)
|
|
146
143
|
*/
|
|
147
144
|
color ? : Color
|
|
148
145
|
/**
|
|
@@ -159,15 +156,13 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
159
156
|
* The configuration for additional items associated to this field. This is typically used to add contextual
|
|
160
157
|
* fields related to a [checkbox](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Checkbox) or [radio button](#Core/widget/Radio). See
|
|
161
158
|
* these classes for examples of nested fields.
|
|
162
|
-
* ...
|
|
163
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-container)
|
|
159
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-container)
|
|
164
160
|
*/
|
|
165
|
-
container ? : Record<string, SchedulerProContainerItemConfig>|SchedulerProContainerItemConfig[]|FieldContainerConfig
|
|
161
|
+
container ? : Record<string, SchedulerProContainerItemConfig>|SchedulerProContainerItemConfig[]|FieldContainerConfig
|
|
166
162
|
/**
|
|
167
163
|
* The config controls how the value of nested items are handled when a parent container gets or sets its
|
|
168
164
|
* [values](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Container#property-values).
|
|
169
|
-
* ...
|
|
170
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-containValues)
|
|
165
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-containValues)
|
|
171
166
|
* @param {Core.widget.Field} field Field instance
|
|
172
167
|
* @returns {boolean}
|
|
173
168
|
*/
|
|
@@ -176,16 +171,14 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
176
171
|
* Custom CSS classes to add to the [contentElement](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-contentElement).
|
|
177
172
|
* May be specified as a space separated string, or as an object in which property names
|
|
178
173
|
* with truthy values are used as the class names:
|
|
179
|
-
* ...
|
|
180
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-contentElementCls)
|
|
174
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-contentElementCls)
|
|
181
175
|
*/
|
|
182
176
|
contentElementCls ? : string|object
|
|
183
177
|
/**
|
|
184
178
|
* If configured as `true`, this means that when an unmatched string is typed into the
|
|
185
179
|
* combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
|
|
186
180
|
* a new record will be created using the typed string as the [displayField](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Combo#config-displayField).
|
|
187
|
-
* ...
|
|
188
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-createOnUnmatched)
|
|
181
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-createOnUnmatched)
|
|
189
182
|
* @param {string} name Record name
|
|
190
183
|
* @param {Core.widget.Combo} combo Combo instance
|
|
191
184
|
* @returns {Core.data.Model} New record
|
|
@@ -206,16 +199,15 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
206
199
|
*/
|
|
207
200
|
defaultBindProperty ? : string
|
|
208
201
|
/**
|
|
209
|
-
* Check for CSS compatibility issues
|
|
210
|
-
*
|
|
211
|
-
* [
|
|
202
|
+
* Check for CSS compatibility and inclusion related issues and try to auto fix them. Performs the following
|
|
203
|
+
* checks:
|
|
204
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-detectCSSCompatibilityIssues)
|
|
212
205
|
*/
|
|
213
206
|
detectCSSCompatibilityIssues ? : Boolean
|
|
214
207
|
/**
|
|
215
208
|
* Disable or enable the widget. It is similar to [readOnly](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-readOnly) except a disabled widget
|
|
216
209
|
* cannot be focused, uses a different rendition (usually greyish) and does not allow selecting its value.
|
|
217
|
-
* ...
|
|
218
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-disabled)
|
|
210
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-disabled)
|
|
219
211
|
*/
|
|
220
212
|
disabled ? : Boolean|'inert'
|
|
221
213
|
/**
|
|
@@ -228,26 +220,23 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
228
220
|
* @param {Core.widget.Combo} combo A reference to this Combo
|
|
229
221
|
* @returns {string,void}
|
|
230
222
|
*/
|
|
231
|
-
displayValueRenderer ? : (record: Model
|
|
223
|
+
displayValueRenderer ? : (record: Model, combo: Combo) => string|void
|
|
232
224
|
/**
|
|
233
225
|
* Controls the placement of this widget when it is added to a [panel's ](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Panel)
|
|
234
226
|
* [strips collection](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
|
|
235
227
|
* `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
|
|
236
228
|
* body. Such widgets are called "edge strips".
|
|
237
|
-
* ...
|
|
238
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-dock)
|
|
229
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-dock)
|
|
239
230
|
*/
|
|
240
231
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
241
232
|
/**
|
|
242
233
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-floating).*
|
|
243
234
|
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
|
|
244
235
|
* property which controls when a drag should start.
|
|
245
|
-
* ...
|
|
246
|
-
*
|
|
236
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-draggable)
|
|
237
|
+
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
247
238
|
*/
|
|
248
|
-
draggable ? : Boolean|
|
|
249
|
-
handleSelector?: string
|
|
250
|
-
}
|
|
239
|
+
draggable ? : Boolean|object
|
|
251
240
|
/**
|
|
252
241
|
* User can edit text in text field (otherwise only pick from attached picker)
|
|
253
242
|
*/
|
|
@@ -255,21 +244,18 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
255
244
|
/**
|
|
256
245
|
* An object specifying attributes to assign to the root element of this widget.
|
|
257
246
|
* Set `null` value to attribute to remove it.
|
|
258
|
-
* ...
|
|
259
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-elementAttributes)
|
|
247
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-elementAttributes)
|
|
260
248
|
*/
|
|
261
249
|
elementAttributes ? : Record<string, string|null>
|
|
262
250
|
/**
|
|
263
251
|
* Text to display in the drop down when there are no items in the underlying store.
|
|
264
|
-
* ...
|
|
265
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-emptyText)
|
|
252
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-emptyText)
|
|
266
253
|
*/
|
|
267
254
|
emptyText ? : string
|
|
268
255
|
/**
|
|
269
256
|
* A function which creates an array of values for the [filterParamName](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Combo#config-filterParamName) to pass
|
|
270
257
|
* any filters to the server upon load.
|
|
271
|
-
* ...
|
|
272
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-encodeFilterParams)
|
|
258
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-encodeFilterParams)
|
|
273
259
|
* @param {object[]} filters filters
|
|
274
260
|
* @returns {object[]} array of values
|
|
275
261
|
*/
|
|
@@ -283,8 +269,7 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
283
269
|
/**
|
|
284
270
|
* The name of an operator type as implemented in [operator](https://bryntum.com/products/schedulerpro/docs/api/Core/util/CollectionFilter#config-operator)
|
|
285
271
|
* to use when filtering the dropdown list based upon the typed value.
|
|
286
|
-
* ...
|
|
287
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-filterOperator)
|
|
272
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-filterOperator)
|
|
288
273
|
*/
|
|
289
274
|
filterOperator ? : CollectionCompareOperator
|
|
290
275
|
/**
|
|
@@ -325,8 +310,7 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
325
310
|
hidden ? : Boolean
|
|
326
311
|
/**
|
|
327
312
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-floating).*
|
|
328
|
-
* ...
|
|
329
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-hideAnimation)
|
|
313
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-hideAnimation)
|
|
330
314
|
*/
|
|
331
315
|
hideAnimation ? : Boolean|object
|
|
332
316
|
/**
|
|
@@ -347,8 +331,7 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
347
331
|
/**
|
|
348
332
|
* An optional string to display inside the input field as an overlay. This can be useful for displaying
|
|
349
333
|
* a field's units.
|
|
350
|
-
* ...
|
|
351
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-hint)
|
|
334
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-hint)
|
|
352
335
|
* @param {object} data A data object
|
|
353
336
|
* @param {Core.widget.Field} data.source A reference to the field instance
|
|
354
337
|
* @param {any} data.value The current value of the field
|
|
@@ -359,8 +342,7 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
359
342
|
* This config is similar to [hint](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Field#config-hint) except that this config is used to display HTML content.
|
|
360
343
|
* Since this can allow malicious content to be executed, be sure not to include user-entered data or to
|
|
361
344
|
* encode such data (see [encodeHtml](https://bryntum.com/products/schedulerpro/docs/api/Core/helper/StringHelper#function-encodeHtml-static)).
|
|
362
|
-
* ...
|
|
363
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-hintHtml)
|
|
345
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-hintHtml)
|
|
364
346
|
* @param {object} data A data object
|
|
365
347
|
* @param {Core.widget.Field} data.source A reference to the field instance
|
|
366
348
|
* @param {any} data.value The current value of the field
|
|
@@ -373,23 +355,20 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
373
355
|
id ? : string
|
|
374
356
|
/**
|
|
375
357
|
* Determines if the widgets read-only state should be controlled by its parent.
|
|
376
|
-
* ...
|
|
377
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-ignoreParentReadOnly)
|
|
358
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-ignoreParentReadOnly)
|
|
378
359
|
*/
|
|
379
360
|
ignoreParentReadOnly ? : Boolean
|
|
380
361
|
/**
|
|
381
362
|
* Set this config to `true` to always display items horizontally along with this field. This assigns an
|
|
382
363
|
* [hbox](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/layout/Box) as the [layout](#Core/widget/Container#config-layout) to the
|
|
383
364
|
* [container](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Field#config-container).
|
|
384
|
-
* ...
|
|
385
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-inline)
|
|
365
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-inline)
|
|
386
366
|
*/
|
|
387
367
|
inline ? : Boolean
|
|
388
368
|
/**
|
|
389
369
|
* Configure this as `true` to render the dropdown list as a permanently visible list
|
|
390
370
|
* in the document flow immediately below the input area instead of as a popup.
|
|
391
|
-
* ...
|
|
392
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-inlinePicker)
|
|
371
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-inlinePicker)
|
|
393
372
|
*/
|
|
394
373
|
inlinePicker ? : Boolean
|
|
395
374
|
/**
|
|
@@ -427,30 +406,26 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
427
406
|
insertFirst ? : HTMLElement|string
|
|
428
407
|
/**
|
|
429
408
|
* Rows to display in the dropdown (list items).
|
|
430
|
-
* ...
|
|
431
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-items)
|
|
409
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-items)
|
|
432
410
|
*/
|
|
433
411
|
items ? : object[]|string[]|object
|
|
434
412
|
/**
|
|
435
413
|
* An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
|
|
436
414
|
* and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
|
|
437
415
|
* are the name of the instance method to call when the keystroke is received.
|
|
438
|
-
* ...
|
|
439
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-keyMap)
|
|
416
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-keyMap)
|
|
440
417
|
*/
|
|
441
418
|
keyMap ? : Record<string, KeyMapConfig>
|
|
442
419
|
/**
|
|
443
420
|
* The delay in milliseconds to wait after the last keystroke before triggering a change event.
|
|
444
421
|
* Set to 0 to not trigger change events from keystrokes (listen for input event instead to have
|
|
445
422
|
* immediate feedback, change will still be triggered on blur).
|
|
446
|
-
* ...
|
|
447
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-keyStrokeChangeDelay)
|
|
423
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-keyStrokeChangeDelay)
|
|
448
424
|
*/
|
|
449
425
|
keyStrokeChangeDelay ? : number
|
|
450
426
|
/**
|
|
451
427
|
* The delay in milliseconds to wait after the last keystroke before filtering the list.
|
|
452
|
-
* ...
|
|
453
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-keyStrokeFilterDelay)
|
|
428
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-keyStrokeFilterDelay)
|
|
454
429
|
*/
|
|
455
430
|
keyStrokeFilterDelay ? : number
|
|
456
431
|
/**
|
|
@@ -463,15 +438,15 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
463
438
|
labelCls ? : string|object
|
|
464
439
|
/**
|
|
465
440
|
* Label position, either 'before' the field or 'above' the field
|
|
466
|
-
* ...
|
|
467
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-labelPosition)
|
|
441
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-labelPosition)
|
|
468
442
|
*/
|
|
469
443
|
labelPosition ? : 'before'|'above'|null
|
|
470
444
|
/**
|
|
471
445
|
* The labels to add either before or after the input field.
|
|
472
446
|
* Each label may have the following properties:
|
|
473
|
-
* ...
|
|
474
|
-
*
|
|
447
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-labels)
|
|
448
|
+
* @property {string} html Label text
|
|
449
|
+
* @property {'start','end'} align Which end of the file the label should go
|
|
475
450
|
*/
|
|
476
451
|
labels ? : object[]
|
|
477
452
|
/**
|
|
@@ -484,24 +459,21 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
484
459
|
listCls ? : string
|
|
485
460
|
/**
|
|
486
461
|
* The listener set for this object.
|
|
487
|
-
* ...
|
|
488
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-listeners)
|
|
462
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-listeners)
|
|
489
463
|
*/
|
|
490
464
|
listeners ? : SchedulingModePickerListeners
|
|
491
465
|
/**
|
|
492
466
|
* Template string used to render the list items in the dropdown list
|
|
493
|
-
* ...
|
|
494
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-listItemTpl)
|
|
467
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-listItemTpl)
|
|
495
468
|
* @param {Core.data.Model} record The record representing the item being rendered
|
|
496
469
|
* @returns {string,void}
|
|
497
470
|
*/
|
|
498
|
-
listItemTpl ? : (record: Model
|
|
471
|
+
listItemTpl ? : (record: Model) => string|void
|
|
499
472
|
/**
|
|
500
473
|
* A class translations of which are used for translating this entity.
|
|
501
474
|
* This is often used when translations of an item are defined on its container class.
|
|
502
475
|
* For example:
|
|
503
|
-
* ...
|
|
504
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-localeClass)
|
|
476
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-localeClass)
|
|
505
477
|
*/
|
|
506
478
|
localeClass ? : typeof Base
|
|
507
479
|
/**
|
|
@@ -513,8 +485,7 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
513
485
|
* In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
|
|
514
486
|
* you could use 'localeKey' meta configuration.
|
|
515
487
|
* Example:
|
|
516
|
-
* ...
|
|
517
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-localizableProperties)
|
|
488
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-localizableProperties)
|
|
518
489
|
*/
|
|
519
490
|
localizableProperties ? : string[]
|
|
520
491
|
/**
|
|
@@ -540,8 +511,7 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
540
511
|
maxHeight ? : string|number
|
|
541
512
|
/**
|
|
542
513
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-floating).*
|
|
543
|
-
* ...
|
|
544
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-maximizeOnMobile)
|
|
514
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-maximizeOnMobile)
|
|
545
515
|
*/
|
|
546
516
|
maximizeOnMobile ? : number|string
|
|
547
517
|
/**
|
|
@@ -555,8 +525,7 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
555
525
|
maxWidth ? : string|number
|
|
556
526
|
/**
|
|
557
527
|
* The minimum string length to trigger the filtering, only relevant when [editable](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Combo#config-editable) is `true`.
|
|
558
|
-
* ...
|
|
559
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-minChars)
|
|
528
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-minChars)
|
|
560
529
|
*/
|
|
561
530
|
minChars ? : number
|
|
562
531
|
/**
|
|
@@ -577,16 +546,13 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
577
546
|
* When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
|
|
578
547
|
* is used to monitor this element for size changes caused by either style manipulation, or by CSS
|
|
579
548
|
* layout.
|
|
580
|
-
* ...
|
|
581
|
-
*
|
|
549
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-monitorResize)
|
|
550
|
+
* @property {boolean} immediate Set to `true` to receive resize notifications immediately.
|
|
582
551
|
*/
|
|
583
|
-
monitorResize ? : Boolean|
|
|
584
|
-
immediate?: Boolean
|
|
585
|
-
}
|
|
552
|
+
monitorResize ? : Boolean|object
|
|
586
553
|
/**
|
|
587
554
|
* Set to `true` to allow selection of multiple values from the dropdown list.
|
|
588
|
-
* ...
|
|
589
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-multiSelect)
|
|
555
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-multiSelect)
|
|
590
556
|
*/
|
|
591
557
|
multiSelect ? : Boolean
|
|
592
558
|
/**
|
|
@@ -599,8 +565,7 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
599
565
|
* Name of the field which is used as a key to get/set values from/to the field.
|
|
600
566
|
* Used prior to [ref](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-ref) and [id](#Core/widget/Widget#config-id) in
|
|
601
567
|
* [Container.values](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Container#property-values).
|
|
602
|
-
* ...
|
|
603
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-name)
|
|
568
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-name)
|
|
604
569
|
*/
|
|
605
570
|
name ? : string
|
|
606
571
|
/**
|
|
@@ -611,10 +576,9 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
611
576
|
/**
|
|
612
577
|
* Configuration object for the [picker](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/List) on initialization. Returns the
|
|
613
578
|
* [picker](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/List) instance at runtime.
|
|
614
|
-
* ...
|
|
615
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-picker)
|
|
579
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-picker)
|
|
616
580
|
*/
|
|
617
|
-
picker ? : ListConfig
|
|
581
|
+
picker ? : ListConfig
|
|
618
582
|
/**
|
|
619
583
|
* The name of the element property to which the picker should size and align itself.
|
|
620
584
|
*/
|
|
@@ -631,8 +595,7 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
631
595
|
* Set to `true` when a widget is rendered into another widget's [contentElement](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-contentElement), but must
|
|
632
596
|
* not participate in the standard layout of that widget, and must be positioned relatively to that
|
|
633
597
|
* widget's [contentElement](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-contentElement).
|
|
634
|
-
* ...
|
|
635
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-positioned)
|
|
598
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-positioned)
|
|
636
599
|
*/
|
|
637
600
|
positioned ? : Boolean
|
|
638
601
|
/**
|
|
@@ -644,22 +607,19 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
644
607
|
* Optionally a [Filter](https://bryntum.com/products/schedulerpro/docs/api/Core/util/CollectionFilter) config object which the combo should use for
|
|
645
608
|
* filtering using the typed value.
|
|
646
609
|
* This may use a `filterBy` property to test its `value` against any field in the passed record.
|
|
647
|
-
* ...
|
|
648
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-primaryFilter)
|
|
610
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-primaryFilter)
|
|
649
611
|
*/
|
|
650
612
|
primaryFilter ? : CollectionFilterConfig
|
|
651
613
|
/**
|
|
652
614
|
* Makes the field unmodifiable by user action. The input area is not editable, and triggers
|
|
653
615
|
* are unresponsive.
|
|
654
|
-
* ...
|
|
655
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-readOnly)
|
|
616
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-readOnly)
|
|
656
617
|
*/
|
|
657
618
|
readOnly ? : Boolean
|
|
658
619
|
relayStoreEvents ? : Boolean
|
|
659
620
|
/**
|
|
660
621
|
* Predefined style to use for the field. Possible values are:
|
|
661
|
-
* ...
|
|
662
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-rendition)
|
|
622
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-rendition)
|
|
663
623
|
*/
|
|
664
624
|
rendition ? : 'outlined'|'filled'|string
|
|
665
625
|
/**
|
|
@@ -678,23 +638,26 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
678
638
|
* Configure as `true` to have the component display a translucent ripple when its
|
|
679
639
|
* [focusElement](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-focusElement), or [element](#Core/widget/Widget#property-element) is tapped <em>if the
|
|
680
640
|
* current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
|
|
681
|
-
* ...
|
|
682
|
-
* [
|
|
641
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-ripple)
|
|
642
|
+
* @property {string} [delegate] A CSS selector to filter which child elements trigger ripples. By default, the ripple is clipped to the triggering element.
|
|
643
|
+
* @property {string} [color] A CSS color name or specification.
|
|
644
|
+
* @property {number} [radius] The ending radius of the ripple. Note that it will be clipped by the target element by default.
|
|
645
|
+
* @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.
|
|
646
|
+
*/
|
|
647
|
+
ripple ? : Boolean|object
|
|
648
|
+
/**
|
|
649
|
+
* The ARIA role to apply to this widget's element. By default, this is set to `'presentation'` to avoid
|
|
650
|
+
* accidentally applying a role which may interfere with screen readers.
|
|
651
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-role)
|
|
683
652
|
*/
|
|
684
|
-
|
|
685
|
-
delegate?: string
|
|
686
|
-
color?: string
|
|
687
|
-
radius?: number
|
|
688
|
-
clip?: string
|
|
689
|
-
}
|
|
653
|
+
role ? : string
|
|
690
654
|
/**
|
|
691
655
|
* 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`
|
|
692
656
|
*/
|
|
693
657
|
rootElement ? : ShadowRoot|HTMLElement
|
|
694
658
|
/**
|
|
695
659
|
* This may be configured as `true` to make the widget's element use the `direction:rtl` style.
|
|
696
|
-
* ...
|
|
697
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-rtl)
|
|
660
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-rtl)
|
|
698
661
|
*/
|
|
699
662
|
rtl ? : Boolean
|
|
700
663
|
/**
|
|
@@ -704,8 +667,7 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
704
667
|
scrollAction ? : 'hide'|'realign'|null
|
|
705
668
|
/**
|
|
706
669
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-floating).*
|
|
707
|
-
* ...
|
|
708
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-showAnimation)
|
|
670
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-showAnimation)
|
|
709
671
|
*/
|
|
710
672
|
showAnimation ? : Boolean|object
|
|
711
673
|
/**
|
|
@@ -738,8 +700,7 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
738
700
|
* A configuration for the [tab](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Tab) created for this widget when it is placed in a
|
|
739
701
|
* [TabPanel](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/TabPanel). For example, this config can be used to control the icon of the `tab` for
|
|
740
702
|
* this widget:
|
|
741
|
-
* ...
|
|
742
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-tab)
|
|
703
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-tab)
|
|
743
704
|
*/
|
|
744
705
|
tab ? : Boolean|TabConfig
|
|
745
706
|
/**
|
|
@@ -747,14 +708,12 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
747
708
|
* is equivalent to natural tab order, but is unnecessary for fields since they are naturally tabbable
|
|
748
709
|
* (i.e., accessible via the TAB key). Setting to `-1` disables tabbability but allows for focus to be set
|
|
749
710
|
* to the element programmatically.
|
|
750
|
-
* ...
|
|
751
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-tabIndex)
|
|
711
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-tabIndex)
|
|
752
712
|
*/
|
|
753
713
|
tabIndex ? : number
|
|
754
714
|
/**
|
|
755
715
|
* Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
|
|
756
|
-
* ...
|
|
757
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-textAlign)
|
|
716
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-textAlign)
|
|
758
717
|
*/
|
|
759
718
|
textAlign ? : 'left'|'center'|'right'|'start'|'end'
|
|
760
719
|
/**
|
|
@@ -763,30 +722,26 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
763
722
|
title ? : string
|
|
764
723
|
/**
|
|
765
724
|
* Tooltip for the widget, either as a string or as a Tooltip config object.
|
|
766
|
-
* ...
|
|
767
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-tooltip)
|
|
725
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-tooltip)
|
|
768
726
|
*/
|
|
769
727
|
tooltip ? : string|TooltipConfig|null
|
|
770
728
|
/**
|
|
771
729
|
* How to query the store upon click of the expand trigger. Specify one of these values:
|
|
772
|
-
* ...
|
|
773
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-triggerAction)
|
|
730
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-triggerAction)
|
|
774
731
|
*/
|
|
775
732
|
triggerAction ? : 'all'|'last'|null
|
|
776
733
|
/**
|
|
777
734
|
* The triggers to add either before or after the input field. Each property name is the reference by which
|
|
778
735
|
* an instantiated Trigger Widget may be retrieved from the live `triggers` property.
|
|
779
|
-
* ...
|
|
780
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-triggers)
|
|
736
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-triggers)
|
|
781
737
|
*/
|
|
782
|
-
triggers ? : Record<string, FieldTriggerConfig
|
|
738
|
+
triggers ? : Record<string, FieldTriggerConfig>
|
|
783
739
|
type ? : 'schedulingmodecombo'
|
|
784
740
|
/**
|
|
785
741
|
* Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
|
|
786
742
|
* as a space separated string, an array of strings, or as an object in which property names with truthy
|
|
787
743
|
* values are used as the class names.
|
|
788
|
-
* ...
|
|
789
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-ui)
|
|
744
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-ui)
|
|
790
745
|
*/
|
|
791
746
|
ui ? : string|object
|
|
792
747
|
/**
|
|
@@ -806,8 +761,7 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
806
761
|
/**
|
|
807
762
|
* Field used for item value when populating from store. Setting this to `null` will
|
|
808
763
|
* yield the selected record as the Combo's [value](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Combo#property-value).
|
|
809
|
-
* ...
|
|
810
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-valueField)
|
|
764
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-valueField)
|
|
811
765
|
*/
|
|
812
766
|
valueField ? : string|null
|
|
813
767
|
/**
|
|
@@ -823,14 +777,12 @@ export declare type BryntumSchedulingModePickerProps = {
|
|
|
823
777
|
width ? : string|number
|
|
824
778
|
/**
|
|
825
779
|
* The x position for the widget.
|
|
826
|
-
* ...
|
|
827
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-x)
|
|
780
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-x)
|
|
828
781
|
*/
|
|
829
782
|
x ? : number
|
|
830
783
|
/**
|
|
831
784
|
* The y position for the widget.
|
|
832
|
-
* ...
|
|
833
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-y)
|
|
785
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-y)
|
|
834
786
|
*/
|
|
835
787
|
y ? : number
|
|
836
788
|
|