@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, Color, DatePickerConfig, DurationConfig, Field,
|
|
1
|
+
import type { AlignSpec, Base, Color, DatePickerConfig, DurationConfig, Field, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Rectangle, TabConfig, TimeField, TooltipConfig, Widget } from '@bryntum/core-thin';
|
|
2
2
|
import type { SchedulerProContainerItemConfig, EndDateFieldListeners, EventModel, ProjectModel } from '@bryntum/schedulerpro-thin';
|
|
3
3
|
|
|
4
4
|
export declare type BryntumEndDateFieldProps = {
|
|
@@ -6,14 +6,12 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
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/EndDateField#config-adopt)
|
|
9
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#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/EndDateField#config-align)
|
|
14
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-align)
|
|
17
15
|
*/
|
|
18
16
|
align ? : AlignSpec|string
|
|
19
17
|
/**
|
|
@@ -35,15 +33,13 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
35
33
|
/**
|
|
36
34
|
* A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
|
|
37
35
|
* into an element which will be linked using the `aria-describedby` attribute.
|
|
38
|
-
* ...
|
|
39
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-ariaDescription)
|
|
36
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-ariaDescription)
|
|
40
37
|
*/
|
|
41
38
|
ariaDescription ? : string
|
|
42
39
|
/**
|
|
43
40
|
* A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
|
|
44
41
|
* the `aria-label` attribute.
|
|
45
|
-
* ...
|
|
46
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-ariaLabel)
|
|
42
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-ariaLabel)
|
|
47
43
|
*/
|
|
48
44
|
ariaLabel ? : string
|
|
49
45
|
/**
|
|
@@ -66,21 +62,18 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
66
62
|
/**
|
|
67
63
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
68
64
|
* hierarchy when triggered.
|
|
69
|
-
* ...
|
|
70
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-bubbleEvents)
|
|
65
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-bubbleEvents)
|
|
71
66
|
*/
|
|
72
67
|
bubbleEvents ? : object
|
|
73
68
|
/**
|
|
74
69
|
* Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
|
|
75
|
-
* ...
|
|
76
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-callOnFunctions)
|
|
70
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-callOnFunctions)
|
|
77
71
|
*/
|
|
78
72
|
callOnFunctions ? : Boolean
|
|
79
73
|
/**
|
|
80
74
|
* By default, if an event handler throws an exception, the error propagates up the stack and the
|
|
81
75
|
* application state is undefined. Code which follows the event handler will *not* be executed.
|
|
82
|
-
* ...
|
|
83
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-catchEventHandlerExceptions)
|
|
76
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-catchEventHandlerExceptions)
|
|
84
77
|
*/
|
|
85
78
|
catchEventHandlerExceptions ? : Boolean
|
|
86
79
|
/**
|
|
@@ -88,6 +81,15 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
88
81
|
* Set to `true` to centre the Widget in browser viewport space.
|
|
89
82
|
*/
|
|
90
83
|
centered ? : Boolean
|
|
84
|
+
/**
|
|
85
|
+
* A function (or the name of a function in the ownership hierarchy) called during field validation
|
|
86
|
+
* 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)
|
|
87
|
+
* evaluation, after the built-in [required](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Field#config-required) check.
|
|
88
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-checkValidity)
|
|
89
|
+
* @param {Core.widget.Field} field The field being validated
|
|
90
|
+
* @returns {void}
|
|
91
|
+
*/
|
|
92
|
+
checkValidity ? : ((field: Field) => void)|string
|
|
91
93
|
/**
|
|
92
94
|
* Show a trigger to clear field, if this field is not [readOnly](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Field#config-readOnly). The trigger is available
|
|
93
95
|
* in the [triggers](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Field#property-triggers) object under the name `clear`. May also be an object which
|
|
@@ -98,15 +100,13 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
98
100
|
* Custom CSS classes to add to element.
|
|
99
101
|
* May be specified as a space separated string, or as an object in which property names
|
|
100
102
|
* with truthy values are used as the class names:
|
|
101
|
-
* ...
|
|
102
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-cls)
|
|
103
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-cls)
|
|
103
104
|
*/
|
|
104
105
|
cls ? : string|object
|
|
105
106
|
/**
|
|
106
107
|
* Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
|
|
107
108
|
* `style` block.
|
|
108
|
-
* ...
|
|
109
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-color)
|
|
109
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-color)
|
|
110
110
|
*/
|
|
111
111
|
color ? : Color
|
|
112
112
|
/**
|
|
@@ -123,15 +123,13 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
123
123
|
* The configuration for additional items associated to this field. This is typically used to add contextual
|
|
124
124
|
* fields related to a [checkbox](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Checkbox) or [radio button](#Core/widget/Radio). See
|
|
125
125
|
* these classes for examples of nested fields.
|
|
126
|
-
* ...
|
|
127
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-container)
|
|
126
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-container)
|
|
128
127
|
*/
|
|
129
|
-
container ? : Record<string, SchedulerProContainerItemConfig>|SchedulerProContainerItemConfig[]|FieldContainerConfig
|
|
128
|
+
container ? : Record<string, SchedulerProContainerItemConfig>|SchedulerProContainerItemConfig[]|FieldContainerConfig
|
|
130
129
|
/**
|
|
131
130
|
* The config controls how the value of nested items are handled when a parent container gets or sets its
|
|
132
131
|
* [values](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Container#property-values).
|
|
133
|
-
* ...
|
|
134
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-containValues)
|
|
132
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-containValues)
|
|
135
133
|
* @param {Core.widget.Field} field Field instance
|
|
136
134
|
* @returns {boolean}
|
|
137
135
|
*/
|
|
@@ -140,8 +138,7 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
140
138
|
* Custom CSS classes to add to the [contentElement](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-contentElement).
|
|
141
139
|
* May be specified as a space separated string, or as an object in which property names
|
|
142
140
|
* with truthy values are used as the class names:
|
|
143
|
-
* ...
|
|
144
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-contentElementCls)
|
|
141
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-contentElementCls)
|
|
145
142
|
*/
|
|
146
143
|
contentElementCls ? : string|object
|
|
147
144
|
/**
|
|
@@ -159,16 +156,15 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
159
156
|
*/
|
|
160
157
|
defaultBindProperty ? : string
|
|
161
158
|
/**
|
|
162
|
-
* Check for CSS compatibility issues
|
|
163
|
-
*
|
|
164
|
-
* [
|
|
159
|
+
* Check for CSS compatibility and inclusion related issues and try to auto fix them. Performs the following
|
|
160
|
+
* checks:
|
|
161
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-detectCSSCompatibilityIssues)
|
|
165
162
|
*/
|
|
166
163
|
detectCSSCompatibilityIssues ? : Boolean
|
|
167
164
|
/**
|
|
168
165
|
* 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
|
|
169
166
|
* cannot be focused, uses a different rendition (usually greyish) and does not allow selecting its value.
|
|
170
|
-
* ...
|
|
171
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-disabled)
|
|
167
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-disabled)
|
|
172
168
|
*/
|
|
173
169
|
disabled ? : Boolean|'inert'
|
|
174
170
|
/**
|
|
@@ -176,20 +172,17 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
176
172
|
* [strips collection](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
|
|
177
173
|
* `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
|
|
178
174
|
* body. Such widgets are called "edge strips".
|
|
179
|
-
* ...
|
|
180
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-dock)
|
|
175
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-dock)
|
|
181
176
|
*/
|
|
182
177
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
183
178
|
/**
|
|
184
179
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-floating).*
|
|
185
180
|
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
|
|
186
181
|
* property which controls when a drag should start.
|
|
187
|
-
* ...
|
|
188
|
-
*
|
|
182
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-draggable)
|
|
183
|
+
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
189
184
|
*/
|
|
190
|
-
draggable ? : Boolean|
|
|
191
|
-
handleSelector?: string
|
|
192
|
-
}
|
|
185
|
+
draggable ? : Boolean|object
|
|
193
186
|
/**
|
|
194
187
|
* User can edit text in text field (otherwise only pick from attached picker)
|
|
195
188
|
*/
|
|
@@ -197,8 +190,7 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
197
190
|
/**
|
|
198
191
|
* An object specifying attributes to assign to the root element of this widget.
|
|
199
192
|
* Set `null` value to attribute to remove it.
|
|
200
|
-
* ...
|
|
201
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-elementAttributes)
|
|
193
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-elementAttributes)
|
|
202
194
|
*/
|
|
203
195
|
elementAttributes ? : Record<string, string|null>
|
|
204
196
|
/**
|
|
@@ -235,8 +227,7 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
235
227
|
hidden ? : Boolean
|
|
236
228
|
/**
|
|
237
229
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-floating).*
|
|
238
|
-
* ...
|
|
239
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-hideAnimation)
|
|
230
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-hideAnimation)
|
|
240
231
|
*/
|
|
241
232
|
hideAnimation ? : Boolean|object
|
|
242
233
|
/**
|
|
@@ -246,8 +237,7 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
246
237
|
/**
|
|
247
238
|
* An optional string to display inside the input field as an overlay. This can be useful for displaying
|
|
248
239
|
* a field's units.
|
|
249
|
-
* ...
|
|
250
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-hint)
|
|
240
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-hint)
|
|
251
241
|
* @param {object} data A data object
|
|
252
242
|
* @param {Core.widget.Field} data.source A reference to the field instance
|
|
253
243
|
* @param {any} data.value The current value of the field
|
|
@@ -258,8 +248,7 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
258
248
|
* 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.
|
|
259
249
|
* Since this can allow malicious content to be executed, be sure not to include user-entered data or to
|
|
260
250
|
* encode such data (see [encodeHtml](https://bryntum.com/products/schedulerpro/docs/api/Core/helper/StringHelper#function-encodeHtml-static)).
|
|
261
|
-
* ...
|
|
262
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-hintHtml)
|
|
251
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-hintHtml)
|
|
263
252
|
* @param {object} data A data object
|
|
264
253
|
* @param {Core.widget.Field} data.source A reference to the field instance
|
|
265
254
|
* @param {any} data.value The current value of the field
|
|
@@ -272,16 +261,14 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
272
261
|
id ? : string
|
|
273
262
|
/**
|
|
274
263
|
* Determines if the widgets read-only state should be controlled by its parent.
|
|
275
|
-
* ...
|
|
276
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-ignoreParentReadOnly)
|
|
264
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-ignoreParentReadOnly)
|
|
277
265
|
*/
|
|
278
266
|
ignoreParentReadOnly ? : Boolean
|
|
279
267
|
/**
|
|
280
268
|
* Set this config to `true` to always display items horizontally along with this field. This assigns an
|
|
281
269
|
* [hbox](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/layout/Box) as the [layout](#Core/widget/Container#config-layout) to the
|
|
282
270
|
* [container](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Field#config-container).
|
|
283
|
-
* ...
|
|
284
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-inline)
|
|
271
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-inline)
|
|
285
272
|
*/
|
|
286
273
|
inline ? : Boolean
|
|
287
274
|
/**
|
|
@@ -320,24 +307,21 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
320
307
|
/**
|
|
321
308
|
* A flag which indicates what time should be used for selected date.
|
|
322
309
|
* `eod` by default which adjusts user provided value time to end of the working day.
|
|
323
|
-
* ...
|
|
324
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-keepTime)
|
|
310
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-keepTime)
|
|
325
311
|
*/
|
|
326
312
|
keepTime ? : Boolean|Date|string
|
|
327
313
|
/**
|
|
328
314
|
* An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
|
|
329
315
|
* and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
|
|
330
316
|
* are the name of the instance method to call when the keystroke is received.
|
|
331
|
-
* ...
|
|
332
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-keyMap)
|
|
317
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-keyMap)
|
|
333
318
|
*/
|
|
334
319
|
keyMap ? : Record<string, KeyMapConfig>
|
|
335
320
|
/**
|
|
336
321
|
* The delay in milliseconds to wait after the last keystroke before triggering a change event.
|
|
337
322
|
* Set to 0 to not trigger change events from keystrokes (listen for input event instead to have
|
|
338
323
|
* immediate feedback, change will still be triggered on blur).
|
|
339
|
-
* ...
|
|
340
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-keyStrokeChangeDelay)
|
|
324
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-keyStrokeChangeDelay)
|
|
341
325
|
*/
|
|
342
326
|
keyStrokeChangeDelay ? : number
|
|
343
327
|
/**
|
|
@@ -350,15 +334,15 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
350
334
|
labelCls ? : string|object
|
|
351
335
|
/**
|
|
352
336
|
* Label position, either 'before' the field or 'above' the field
|
|
353
|
-
* ...
|
|
354
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-labelPosition)
|
|
337
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-labelPosition)
|
|
355
338
|
*/
|
|
356
339
|
labelPosition ? : 'before'|'above'|null
|
|
357
340
|
/**
|
|
358
341
|
* The labels to add either before or after the input field.
|
|
359
342
|
* Each label may have the following properties:
|
|
360
|
-
* ...
|
|
361
|
-
*
|
|
343
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-labels)
|
|
344
|
+
* @property {string} html Label text
|
|
345
|
+
* @property {'start','end'} align Which end of the file the label should go
|
|
362
346
|
*/
|
|
363
347
|
labels ? : object[]
|
|
364
348
|
/**
|
|
@@ -367,16 +351,14 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
367
351
|
labelWidth ? : string|number
|
|
368
352
|
/**
|
|
369
353
|
* The listener set for this object.
|
|
370
|
-
* ...
|
|
371
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-listeners)
|
|
354
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-listeners)
|
|
372
355
|
*/
|
|
373
356
|
listeners ? : EndDateFieldListeners
|
|
374
357
|
/**
|
|
375
358
|
* A class translations of which are used for translating this entity.
|
|
376
359
|
* This is often used when translations of an item are defined on its container class.
|
|
377
360
|
* For example:
|
|
378
|
-
* ...
|
|
379
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-localeClass)
|
|
361
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-localeClass)
|
|
380
362
|
*/
|
|
381
363
|
localeClass ? : typeof Base
|
|
382
364
|
/**
|
|
@@ -388,8 +370,7 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
388
370
|
* In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
|
|
389
371
|
* you could use 'localeKey' meta configuration.
|
|
390
372
|
* Example:
|
|
391
|
-
* ...
|
|
392
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-localizableProperties)
|
|
373
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-localizableProperties)
|
|
393
374
|
*/
|
|
394
375
|
localizableProperties ? : string[]
|
|
395
376
|
/**
|
|
@@ -419,8 +400,7 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
419
400
|
maxHeight ? : string|number
|
|
420
401
|
/**
|
|
421
402
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-floating).*
|
|
422
|
-
* ...
|
|
423
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-maximizeOnMobile)
|
|
403
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-maximizeOnMobile)
|
|
424
404
|
*/
|
|
425
405
|
maximizeOnMobile ? : number|string
|
|
426
406
|
/**
|
|
@@ -454,32 +434,27 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
454
434
|
* When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
|
|
455
435
|
* is used to monitor this element for size changes caused by either style manipulation, or by CSS
|
|
456
436
|
* layout.
|
|
457
|
-
* ...
|
|
458
|
-
*
|
|
437
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-monitorResize)
|
|
438
|
+
* @property {boolean} immediate Set to `true` to receive resize notifications immediately.
|
|
459
439
|
*/
|
|
460
|
-
monitorResize ? : Boolean|
|
|
461
|
-
immediate?: Boolean
|
|
462
|
-
}
|
|
440
|
+
monitorResize ? : Boolean|object
|
|
463
441
|
/**
|
|
464
442
|
* Name of the field which is used as a key to get/set values from/to the field.
|
|
465
443
|
* Used prior to [ref](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-ref) and [id](#Core/widget/Widget#config-id) in
|
|
466
444
|
* [Container.values](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Container#property-values).
|
|
467
|
-
* ...
|
|
468
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-name)
|
|
445
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-name)
|
|
469
446
|
*/
|
|
470
447
|
name ? : string
|
|
471
448
|
/**
|
|
472
449
|
* A reference to a partner TimeField which this DateField should sync its value with.
|
|
473
450
|
* When the TimeField's value is changed, this DateField's value is updated to match.
|
|
474
451
|
* When this DateField's value is changed, the TimeField's value is updated to match.
|
|
475
|
-
* ...
|
|
476
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-partner)
|
|
452
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-partner)
|
|
477
453
|
*/
|
|
478
454
|
partner ? : string|TimeField
|
|
479
455
|
/**
|
|
480
456
|
* A config object used to configure the [datePicker](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/DatePicker).
|
|
481
|
-
* ...
|
|
482
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-picker)
|
|
457
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-picker)
|
|
483
458
|
*/
|
|
484
459
|
picker ? : DatePickerConfig
|
|
485
460
|
/**
|
|
@@ -498,8 +473,7 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
498
473
|
* 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
|
|
499
474
|
* not participate in the standard layout of that widget, and must be positioned relatively to that
|
|
500
475
|
* widget's [contentElement](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-contentElement).
|
|
501
|
-
* ...
|
|
502
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-positioned)
|
|
476
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-positioned)
|
|
503
477
|
*/
|
|
504
478
|
positioned ? : Boolean
|
|
505
479
|
/**
|
|
@@ -514,15 +488,13 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
514
488
|
/**
|
|
515
489
|
* Makes the field unmodifiable by user action. The input area is not editable, and triggers
|
|
516
490
|
* are unresponsive.
|
|
517
|
-
* ...
|
|
518
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-readOnly)
|
|
491
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-readOnly)
|
|
519
492
|
*/
|
|
520
493
|
readOnly ? : Boolean
|
|
521
494
|
relayStoreEvents ? : Boolean
|
|
522
495
|
/**
|
|
523
496
|
* Predefined style to use for the field. Possible values are:
|
|
524
|
-
* ...
|
|
525
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-rendition)
|
|
497
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-rendition)
|
|
526
498
|
*/
|
|
527
499
|
rendition ? : 'outlined'|'filled'|string
|
|
528
500
|
/**
|
|
@@ -541,23 +513,26 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
541
513
|
* Configure as `true` to have the component display a translucent ripple when its
|
|
542
514
|
* [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
|
|
543
515
|
* current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
|
|
544
|
-
* ...
|
|
545
|
-
* [
|
|
516
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-ripple)
|
|
517
|
+
* @property {string} [delegate] A CSS selector to filter which child elements trigger ripples. By default, the ripple is clipped to the triggering element.
|
|
518
|
+
* @property {string} [color] A CSS color name or specification.
|
|
519
|
+
* @property {number} [radius] The ending radius of the ripple. Note that it will be clipped by the target element by default.
|
|
520
|
+
* @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.
|
|
521
|
+
*/
|
|
522
|
+
ripple ? : Boolean|object
|
|
523
|
+
/**
|
|
524
|
+
* The ARIA role to apply to this widget's element. By default, this is set to `'presentation'` to avoid
|
|
525
|
+
* accidentally applying a role which may interfere with screen readers.
|
|
526
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-role)
|
|
546
527
|
*/
|
|
547
|
-
|
|
548
|
-
delegate?: string
|
|
549
|
-
color?: string
|
|
550
|
-
radius?: number
|
|
551
|
-
clip?: string
|
|
552
|
-
}
|
|
528
|
+
role ? : string
|
|
553
529
|
/**
|
|
554
530
|
* 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`
|
|
555
531
|
*/
|
|
556
532
|
rootElement ? : ShadowRoot|HTMLElement
|
|
557
533
|
/**
|
|
558
534
|
* This may be configured as `true` to make the widget's element use the `direction:rtl` style.
|
|
559
|
-
* ...
|
|
560
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-rtl)
|
|
535
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-rtl)
|
|
561
536
|
*/
|
|
562
537
|
rtl ? : Boolean
|
|
563
538
|
/**
|
|
@@ -567,8 +542,7 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
567
542
|
scrollAction ? : 'hide'|'realign'|null
|
|
568
543
|
/**
|
|
569
544
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-floating).*
|
|
570
|
-
* ...
|
|
571
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-showAnimation)
|
|
545
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-showAnimation)
|
|
572
546
|
*/
|
|
573
547
|
showAnimation ? : Boolean|object
|
|
574
548
|
/**
|
|
@@ -609,16 +583,14 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
609
583
|
/**
|
|
610
584
|
* A flag which indicates whether the date parsing should be strict - meaning if the date
|
|
611
585
|
* is missing a year/month/day part - parsing fails.
|
|
612
|
-
* ...
|
|
613
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-strictParsing)
|
|
586
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-strictParsing)
|
|
614
587
|
*/
|
|
615
588
|
strictParsing ? : Boolean
|
|
616
589
|
/**
|
|
617
590
|
* 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
|
|
618
591
|
* [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
|
|
619
592
|
* this widget:
|
|
620
|
-
* ...
|
|
621
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-tab)
|
|
593
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-tab)
|
|
622
594
|
*/
|
|
623
595
|
tab ? : Boolean|TabConfig
|
|
624
596
|
/**
|
|
@@ -626,14 +598,12 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
626
598
|
* is equivalent to natural tab order, but is unnecessary for fields since they are naturally tabbable
|
|
627
599
|
* (i.e., accessible via the TAB key). Setting to `-1` disables tabbability but allows for focus to be set
|
|
628
600
|
* to the element programmatically.
|
|
629
|
-
* ...
|
|
630
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-tabIndex)
|
|
601
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-tabIndex)
|
|
631
602
|
*/
|
|
632
603
|
tabIndex ? : number
|
|
633
604
|
/**
|
|
634
605
|
* Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
|
|
635
|
-
* ...
|
|
636
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-textAlign)
|
|
606
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-textAlign)
|
|
637
607
|
*/
|
|
638
608
|
textAlign ? : 'left'|'center'|'right'|'start'|'end'
|
|
639
609
|
/**
|
|
@@ -642,22 +612,24 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
642
612
|
title ? : string
|
|
643
613
|
/**
|
|
644
614
|
* Tooltip for the widget, either as a string or as a Tooltip config object.
|
|
645
|
-
* ...
|
|
646
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-tooltip)
|
|
615
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-tooltip)
|
|
647
616
|
*/
|
|
648
617
|
tooltip ? : string|TooltipConfig|null
|
|
649
618
|
/**
|
|
650
619
|
* Widgets that trigger functionality upon click. Each trigger icon is a [Widget](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget) instance
|
|
651
620
|
* which may be hidden, shown and observed and styled just like any other widget.
|
|
621
|
+
* @property {FieldTriggerConfig} triggers.expand Expands the date picker to select a date
|
|
622
|
+
* @property {FieldTriggerConfig} triggers.back Subtracts the [step](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/DateField#config-step) from the current date
|
|
623
|
+
* @property {FieldTriggerConfig} triggers.forward Adds the [step](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/DateField#config-step) to the current date
|
|
624
|
+
* @property {FieldTriggerConfig} triggers.clear Clears the field value, only available if this field is [clearable](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/DateField#config-clearable)
|
|
652
625
|
*/
|
|
653
|
-
triggers ? : Record<string, FieldTriggerConfig
|
|
626
|
+
triggers ? : Record<string, FieldTriggerConfig>
|
|
654
627
|
type ? : 'enddatefield'|'enddate'
|
|
655
628
|
/**
|
|
656
629
|
* Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
|
|
657
630
|
* as a space separated string, an array of strings, or as an object in which property names with truthy
|
|
658
631
|
* values are used as the class names.
|
|
659
|
-
* ...
|
|
660
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-ui)
|
|
632
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-ui)
|
|
661
633
|
*/
|
|
662
634
|
ui ? : string|object
|
|
663
635
|
/**
|
|
@@ -688,14 +660,12 @@ export declare type BryntumEndDateFieldProps = {
|
|
|
688
660
|
width ? : string|number
|
|
689
661
|
/**
|
|
690
662
|
* The x position for the widget.
|
|
691
|
-
* ...
|
|
692
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-x)
|
|
663
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-x)
|
|
693
664
|
*/
|
|
694
665
|
x ? : number
|
|
695
666
|
/**
|
|
696
667
|
* The y position for the widget.
|
|
697
|
-
* ...
|
|
698
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-y)
|
|
668
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-y)
|
|
699
669
|
*/
|
|
700
670
|
y ? : number
|
|
701
671
|
|