@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
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
import { getCurrentInstance, onBeforeUnmount, onMounted, provide, ref, watch, toRaw } from 'vue';
|
|
12
12
|
|
|
13
|
-
import type { AlignSpec, Base, Color, DateField, DatePickerConfig, DurationConfig, Field,
|
|
13
|
+
import type { AlignSpec, Base, Color, DateField, DatePickerConfig, DurationConfig, Field, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Model, Rectangle, TabConfig, TimeField, TooltipConfig, Widget } from '@bryntum/core-thin';
|
|
14
14
|
import type { SchedulerProContainerItemConfig, EventModel, ProjectModel, StartDateFieldListeners } from '@bryntum/schedulerpro-thin';
|
|
15
15
|
import { StartDateField } from '@bryntum/schedulerpro-thin';
|
|
16
16
|
|
|
@@ -21,14 +21,12 @@ defineProps<{
|
|
|
21
21
|
/**
|
|
22
22
|
* Element (or element id) to adopt as this Widget's encapsulating element. The widget's
|
|
23
23
|
* content will be placed inside this element.
|
|
24
|
-
* ...
|
|
25
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-adopt)
|
|
24
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-adopt)
|
|
26
25
|
*/
|
|
27
26
|
adopt ? : HTMLElement|string
|
|
28
27
|
/**
|
|
29
28
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-floating).*
|
|
30
|
-
* ...
|
|
31
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-align)
|
|
29
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-align)
|
|
32
30
|
*/
|
|
33
31
|
align ? : AlignSpec|string
|
|
34
32
|
/**
|
|
@@ -50,15 +48,13 @@ defineProps<{
|
|
|
50
48
|
/**
|
|
51
49
|
* A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
|
|
52
50
|
* into an element which will be linked using the `aria-describedby` attribute.
|
|
53
|
-
* ...
|
|
54
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-ariaDescription)
|
|
51
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-ariaDescription)
|
|
55
52
|
*/
|
|
56
53
|
ariaDescription ? : string
|
|
57
54
|
/**
|
|
58
55
|
* A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
|
|
59
56
|
* the `aria-label` attribute.
|
|
60
|
-
* ...
|
|
61
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-ariaLabel)
|
|
57
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-ariaLabel)
|
|
62
58
|
*/
|
|
63
59
|
ariaLabel ? : string
|
|
64
60
|
/**
|
|
@@ -81,21 +77,18 @@ defineProps<{
|
|
|
81
77
|
/**
|
|
82
78
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
83
79
|
* hierarchy when triggered.
|
|
84
|
-
* ...
|
|
85
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-bubbleEvents)
|
|
80
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-bubbleEvents)
|
|
86
81
|
*/
|
|
87
82
|
bubbleEvents ? : object
|
|
88
83
|
/**
|
|
89
84
|
* Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
|
|
90
|
-
* ...
|
|
91
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-callOnFunctions)
|
|
85
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-callOnFunctions)
|
|
92
86
|
*/
|
|
93
87
|
callOnFunctions ? : Boolean
|
|
94
88
|
/**
|
|
95
89
|
* By default, if an event handler throws an exception, the error propagates up the stack and the
|
|
96
90
|
* application state is undefined. Code which follows the event handler will *not* be executed.
|
|
97
|
-
* ...
|
|
98
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-catchEventHandlerExceptions)
|
|
91
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-catchEventHandlerExceptions)
|
|
99
92
|
*/
|
|
100
93
|
catchEventHandlerExceptions ? : Boolean
|
|
101
94
|
/**
|
|
@@ -103,6 +96,15 @@ defineProps<{
|
|
|
103
96
|
* Set to `true` to centre the Widget in browser viewport space.
|
|
104
97
|
*/
|
|
105
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/StartDateField#config-checkValidity)
|
|
104
|
+
* @param {Core.widget.Field} field The field being validated
|
|
105
|
+
* @returns {void}
|
|
106
|
+
*/
|
|
107
|
+
checkValidity ? : ((field: Field) => void)|string
|
|
106
108
|
/**
|
|
107
109
|
* 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
|
|
108
110
|
* 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
|
|
@@ -113,15 +115,13 @@ defineProps<{
|
|
|
113
115
|
* Custom CSS classes to add to element.
|
|
114
116
|
* May be specified as a space separated string, or as an object in which property names
|
|
115
117
|
* with truthy values are used as the class names:
|
|
116
|
-
* ...
|
|
117
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-cls)
|
|
118
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-cls)
|
|
118
119
|
*/
|
|
119
120
|
cls ? : string|object
|
|
120
121
|
/**
|
|
121
122
|
* Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
|
|
122
123
|
* `style` block.
|
|
123
|
-
* ...
|
|
124
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-color)
|
|
124
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-color)
|
|
125
125
|
*/
|
|
126
126
|
color ? : Color
|
|
127
127
|
/**
|
|
@@ -138,15 +138,13 @@ defineProps<{
|
|
|
138
138
|
* The configuration for additional items associated to this field. This is typically used to add contextual
|
|
139
139
|
* fields related to a [checkbox](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Checkbox) or [radio button](#Core/widget/Radio). See
|
|
140
140
|
* these classes for examples of nested fields.
|
|
141
|
-
* ...
|
|
142
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-container)
|
|
141
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-container)
|
|
143
142
|
*/
|
|
144
|
-
container ? : Record<string, SchedulerProContainerItemConfig>|SchedulerProContainerItemConfig[]|FieldContainerConfig
|
|
143
|
+
container ? : Record<string, SchedulerProContainerItemConfig>|SchedulerProContainerItemConfig[]|FieldContainerConfig
|
|
145
144
|
/**
|
|
146
145
|
* The config controls how the value of nested items are handled when a parent container gets or sets its
|
|
147
146
|
* [values](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Container#property-values).
|
|
148
|
-
* ...
|
|
149
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-containValues)
|
|
147
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-containValues)
|
|
150
148
|
* @param {Core.widget.Field} field Field instance
|
|
151
149
|
* @returns {boolean}
|
|
152
150
|
*/
|
|
@@ -155,8 +153,7 @@ defineProps<{
|
|
|
155
153
|
* Custom CSS classes to add to the [contentElement](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-contentElement).
|
|
156
154
|
* May be specified as a space separated string, or as an object in which property names
|
|
157
155
|
* with truthy values are used as the class names:
|
|
158
|
-
* ...
|
|
159
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-contentElementCls)
|
|
156
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-contentElementCls)
|
|
160
157
|
*/
|
|
161
158
|
contentElementCls ? : string|object
|
|
162
159
|
/**
|
|
@@ -174,16 +171,15 @@ defineProps<{
|
|
|
174
171
|
*/
|
|
175
172
|
defaultBindProperty ? : string
|
|
176
173
|
/**
|
|
177
|
-
* Check for CSS compatibility issues
|
|
178
|
-
*
|
|
179
|
-
* [
|
|
174
|
+
* Check for CSS compatibility and inclusion related issues and try to auto fix them. Performs the following
|
|
175
|
+
* checks:
|
|
176
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-detectCSSCompatibilityIssues)
|
|
180
177
|
*/
|
|
181
178
|
detectCSSCompatibilityIssues ? : Boolean
|
|
182
179
|
/**
|
|
183
180
|
* 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
|
|
184
181
|
* cannot be focused, uses a different rendition (usually greyish) and does not allow selecting its value.
|
|
185
|
-
* ...
|
|
186
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-disabled)
|
|
182
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-disabled)
|
|
187
183
|
*/
|
|
188
184
|
disabled ? : Boolean|'inert'
|
|
189
185
|
/**
|
|
@@ -191,20 +187,17 @@ defineProps<{
|
|
|
191
187
|
* [strips collection](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
|
|
192
188
|
* `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
|
|
193
189
|
* body. Such widgets are called "edge strips".
|
|
194
|
-
* ...
|
|
195
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-dock)
|
|
190
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-dock)
|
|
196
191
|
*/
|
|
197
192
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
198
193
|
/**
|
|
199
194
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-floating).*
|
|
200
195
|
* Set to `true` to be able to drag a widget freely on the page. Or set to an object with a ´handleSelector´
|
|
201
196
|
* property which controls when a drag should start.
|
|
202
|
-
* ...
|
|
203
|
-
*
|
|
197
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-draggable)
|
|
198
|
+
* @property {string} handleSelector CSS selector used to determine if drag can be started from a mouse-downed element inside the widget
|
|
204
199
|
*/
|
|
205
|
-
draggable ? : Boolean|
|
|
206
|
-
handleSelector?: string
|
|
207
|
-
}
|
|
200
|
+
draggable ? : Boolean|object
|
|
208
201
|
/**
|
|
209
202
|
* User can edit text in text field (otherwise only pick from attached picker)
|
|
210
203
|
*/
|
|
@@ -212,8 +205,7 @@ defineProps<{
|
|
|
212
205
|
/**
|
|
213
206
|
* An object specifying attributes to assign to the root element of this widget.
|
|
214
207
|
* Set `null` value to attribute to remove it.
|
|
215
|
-
* ...
|
|
216
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-elementAttributes)
|
|
208
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-elementAttributes)
|
|
217
209
|
*/
|
|
218
210
|
elementAttributes ? : Record<string, string|null>
|
|
219
211
|
/**
|
|
@@ -250,8 +242,7 @@ defineProps<{
|
|
|
250
242
|
hidden ? : Boolean
|
|
251
243
|
/**
|
|
252
244
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-floating).*
|
|
253
|
-
* ...
|
|
254
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-hideAnimation)
|
|
245
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-hideAnimation)
|
|
255
246
|
*/
|
|
256
247
|
hideAnimation ? : Boolean|object
|
|
257
248
|
/**
|
|
@@ -261,8 +252,7 @@ defineProps<{
|
|
|
261
252
|
/**
|
|
262
253
|
* An optional string to display inside the input field as an overlay. This can be useful for displaying
|
|
263
254
|
* a field's units.
|
|
264
|
-
* ...
|
|
265
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-hint)
|
|
255
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-hint)
|
|
266
256
|
* @param {object} data A data object
|
|
267
257
|
* @param {Core.widget.Field} data.source A reference to the field instance
|
|
268
258
|
* @param {any} data.value The current value of the field
|
|
@@ -273,8 +263,7 @@ defineProps<{
|
|
|
273
263
|
* 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.
|
|
274
264
|
* Since this can allow malicious content to be executed, be sure not to include user-entered data or to
|
|
275
265
|
* encode such data (see [encodeHtml](https://bryntum.com/products/schedulerpro/docs/api/Core/helper/StringHelper#function-encodeHtml-static)).
|
|
276
|
-
* ...
|
|
277
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-hintHtml)
|
|
266
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-hintHtml)
|
|
278
267
|
* @param {object} data A data object
|
|
279
268
|
* @param {Core.widget.Field} data.source A reference to the field instance
|
|
280
269
|
* @param {any} data.value The current value of the field
|
|
@@ -287,16 +276,14 @@ defineProps<{
|
|
|
287
276
|
id ? : string
|
|
288
277
|
/**
|
|
289
278
|
* Determines if the widgets read-only state should be controlled by its parent.
|
|
290
|
-
* ...
|
|
291
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-ignoreParentReadOnly)
|
|
279
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-ignoreParentReadOnly)
|
|
292
280
|
*/
|
|
293
281
|
ignoreParentReadOnly ? : Boolean
|
|
294
282
|
/**
|
|
295
283
|
* Set this config to `true` to always display items horizontally along with this field. This assigns an
|
|
296
284
|
* [hbox](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/layout/Box) as the [layout](#Core/widget/Container#config-layout) to the
|
|
297
285
|
* [container](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Field#config-container).
|
|
298
|
-
* ...
|
|
299
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-inline)
|
|
286
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-inline)
|
|
300
287
|
*/
|
|
301
288
|
inline ? : Boolean
|
|
302
289
|
/**
|
|
@@ -335,24 +322,21 @@ defineProps<{
|
|
|
335
322
|
/**
|
|
336
323
|
* A flag which indicates what time should be used for selected date.
|
|
337
324
|
* `sod` by default which adjusts user provided value time to start of the working day.
|
|
338
|
-
* ...
|
|
339
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-keepTime)
|
|
325
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-keepTime)
|
|
340
326
|
*/
|
|
341
327
|
keepTime ? : Boolean|Date|string
|
|
342
328
|
/**
|
|
343
329
|
* An object whose keys are the [key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) name
|
|
344
330
|
* and optional modifier prefixes: `'Ctrl+'`, `'Alt+'`, `'Meta+'`, and `'Shift+'` (case-insensitive). The values
|
|
345
331
|
* are the name of the instance method to call when the keystroke is received.
|
|
346
|
-
* ...
|
|
347
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-keyMap)
|
|
332
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-keyMap)
|
|
348
333
|
*/
|
|
349
334
|
keyMap ? : Record<string, KeyMapConfig>
|
|
350
335
|
/**
|
|
351
336
|
* The delay in milliseconds to wait after the last keystroke before triggering a change event.
|
|
352
337
|
* Set to 0 to not trigger change events from keystrokes (listen for input event instead to have
|
|
353
338
|
* immediate feedback, change will still be triggered on blur).
|
|
354
|
-
* ...
|
|
355
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-keyStrokeChangeDelay)
|
|
339
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-keyStrokeChangeDelay)
|
|
356
340
|
*/
|
|
357
341
|
keyStrokeChangeDelay ? : number
|
|
358
342
|
/**
|
|
@@ -365,15 +349,15 @@ defineProps<{
|
|
|
365
349
|
labelCls ? : string|object
|
|
366
350
|
/**
|
|
367
351
|
* Label position, either 'before' the field or 'above' the field
|
|
368
|
-
* ...
|
|
369
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-labelPosition)
|
|
352
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-labelPosition)
|
|
370
353
|
*/
|
|
371
354
|
labelPosition ? : 'before'|'above'|null
|
|
372
355
|
/**
|
|
373
356
|
* The labels to add either before or after the input field.
|
|
374
357
|
* Each label may have the following properties:
|
|
375
|
-
* ...
|
|
376
|
-
*
|
|
358
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-labels)
|
|
359
|
+
* @property {string} html Label text
|
|
360
|
+
* @property {'start','end'} align Which end of the file the label should go
|
|
377
361
|
*/
|
|
378
362
|
labels ? : object[]
|
|
379
363
|
/**
|
|
@@ -382,16 +366,14 @@ defineProps<{
|
|
|
382
366
|
labelWidth ? : string|number
|
|
383
367
|
/**
|
|
384
368
|
* The listener set for this object.
|
|
385
|
-
* ...
|
|
386
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-listeners)
|
|
369
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-listeners)
|
|
387
370
|
*/
|
|
388
371
|
listeners ? : StartDateFieldListeners
|
|
389
372
|
/**
|
|
390
373
|
* A class translations of which are used for translating this entity.
|
|
391
374
|
* This is often used when translations of an item are defined on its container class.
|
|
392
375
|
* For example:
|
|
393
|
-
* ...
|
|
394
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-localeClass)
|
|
376
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-localeClass)
|
|
395
377
|
*/
|
|
396
378
|
localeClass ? : typeof Base
|
|
397
379
|
/**
|
|
@@ -403,8 +385,7 @@ defineProps<{
|
|
|
403
385
|
* In case there is a need to localize not typical value (not a String value or a field with re-defined setter/getter),
|
|
404
386
|
* you could use 'localeKey' meta configuration.
|
|
405
387
|
* Example:
|
|
406
|
-
* ...
|
|
407
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-localizableProperties)
|
|
388
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-localizableProperties)
|
|
408
389
|
*/
|
|
409
390
|
localizableProperties ? : string[]
|
|
410
391
|
/**
|
|
@@ -431,8 +412,7 @@ defineProps<{
|
|
|
431
412
|
* Number of milliseconds to add to the project's start date. Then, during editing,
|
|
432
413
|
* the resulting date is assigned to the [max](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-max) property of the field,
|
|
433
414
|
* preventing the user from entering too high values.
|
|
434
|
-
* ...
|
|
435
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-maxDateDelta)
|
|
415
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-maxDateDelta)
|
|
436
416
|
*/
|
|
437
417
|
maxDateDelta ? : number|string
|
|
438
418
|
/**
|
|
@@ -442,8 +422,7 @@ defineProps<{
|
|
|
442
422
|
maxHeight ? : string|number
|
|
443
423
|
/**
|
|
444
424
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-floating).*
|
|
445
|
-
* ...
|
|
446
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-maximizeOnMobile)
|
|
425
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-maximizeOnMobile)
|
|
447
426
|
*/
|
|
448
427
|
maximizeOnMobile ? : number|string
|
|
449
428
|
/**
|
|
@@ -463,8 +442,7 @@ defineProps<{
|
|
|
463
442
|
* Number of milliseconds to add to the project's start date (should be negative). Then, during editing,
|
|
464
443
|
* the resulting date is assigned to the [min](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-min) property of the field,
|
|
465
444
|
* preventing the user from entering too low values.
|
|
466
|
-
* ...
|
|
467
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-minDateDelta)
|
|
445
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-minDateDelta)
|
|
468
446
|
*/
|
|
469
447
|
minDateDelta ? : number|string
|
|
470
448
|
/**
|
|
@@ -485,32 +463,27 @@ defineProps<{
|
|
|
485
463
|
* When this is configured as `true` a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver)
|
|
486
464
|
* is used to monitor this element for size changes caused by either style manipulation, or by CSS
|
|
487
465
|
* layout.
|
|
488
|
-
* ...
|
|
489
|
-
*
|
|
466
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-monitorResize)
|
|
467
|
+
* @property {boolean} immediate Set to `true` to receive resize notifications immediately.
|
|
490
468
|
*/
|
|
491
|
-
monitorResize ? : Boolean|
|
|
492
|
-
immediate?: Boolean
|
|
493
|
-
}
|
|
469
|
+
monitorResize ? : Boolean|object
|
|
494
470
|
/**
|
|
495
471
|
* Name of the field which is used as a key to get/set values from/to the field.
|
|
496
472
|
* Used prior to [ref](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-ref) and [id](#Core/widget/Widget#config-id) in
|
|
497
473
|
* [Container.values](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Container#property-values).
|
|
498
|
-
* ...
|
|
499
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-name)
|
|
474
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-name)
|
|
500
475
|
*/
|
|
501
476
|
name ? : string
|
|
502
477
|
/**
|
|
503
478
|
* A reference to a partner TimeField which this DateField should sync its value with.
|
|
504
479
|
* When the TimeField's value is changed, this DateField's value is updated to match.
|
|
505
480
|
* When this DateField's value is changed, the TimeField's value is updated to match.
|
|
506
|
-
* ...
|
|
507
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-partner)
|
|
481
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-partner)
|
|
508
482
|
*/
|
|
509
483
|
partner ? : string|TimeField
|
|
510
484
|
/**
|
|
511
485
|
* A config object used to configure the [datePicker](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/DatePicker).
|
|
512
|
-
* ...
|
|
513
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-picker)
|
|
486
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-picker)
|
|
514
487
|
*/
|
|
515
488
|
picker ? : DatePickerConfig
|
|
516
489
|
/**
|
|
@@ -529,8 +502,7 @@ defineProps<{
|
|
|
529
502
|
* 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
|
|
530
503
|
* not participate in the standard layout of that widget, and must be positioned relatively to that
|
|
531
504
|
* widget's [contentElement](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-contentElement).
|
|
532
|
-
* ...
|
|
533
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-positioned)
|
|
505
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-positioned)
|
|
534
506
|
*/
|
|
535
507
|
positioned ? : Boolean
|
|
536
508
|
/**
|
|
@@ -545,15 +517,13 @@ defineProps<{
|
|
|
545
517
|
/**
|
|
546
518
|
* Makes the field unmodifiable by user action. The input area is not editable, and triggers
|
|
547
519
|
* are unresponsive.
|
|
548
|
-
* ...
|
|
549
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-readOnly)
|
|
520
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-readOnly)
|
|
550
521
|
*/
|
|
551
522
|
readOnly ? : Boolean
|
|
552
523
|
relayStoreEvents ? : Boolean
|
|
553
524
|
/**
|
|
554
525
|
* Predefined style to use for the field. Possible values are:
|
|
555
|
-
* ...
|
|
556
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-rendition)
|
|
526
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-rendition)
|
|
557
527
|
*/
|
|
558
528
|
rendition ? : 'outlined'|'filled'|string
|
|
559
529
|
/**
|
|
@@ -572,23 +542,26 @@ defineProps<{
|
|
|
572
542
|
* Configure as `true` to have the component display a translucent ripple when its
|
|
573
543
|
* [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
|
|
574
544
|
* current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
|
|
575
|
-
* ...
|
|
576
|
-
* [
|
|
545
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-ripple)
|
|
546
|
+
* @property {string} [delegate] A CSS selector to filter which child elements trigger ripples. By default, the ripple is clipped to the triggering element.
|
|
547
|
+
* @property {string} [color] A CSS color name or specification.
|
|
548
|
+
* @property {number} [radius] The ending radius of the ripple. Note that it will be clipped by the target element by default.
|
|
549
|
+
* @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.
|
|
550
|
+
*/
|
|
551
|
+
ripple ? : Boolean|object
|
|
552
|
+
/**
|
|
553
|
+
* The ARIA role to apply to this widget's element. By default, this is set to `'presentation'` to avoid
|
|
554
|
+
* accidentally applying a role which may interfere with screen readers.
|
|
555
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-role)
|
|
577
556
|
*/
|
|
578
|
-
|
|
579
|
-
delegate?: string
|
|
580
|
-
color?: string
|
|
581
|
-
radius?: number
|
|
582
|
-
clip?: string
|
|
583
|
-
}
|
|
557
|
+
role ? : string
|
|
584
558
|
/**
|
|
585
559
|
* 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`
|
|
586
560
|
*/
|
|
587
561
|
rootElement ? : ShadowRoot|HTMLElement
|
|
588
562
|
/**
|
|
589
563
|
* This may be configured as `true` to make the widget's element use the `direction:rtl` style.
|
|
590
|
-
* ...
|
|
591
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-rtl)
|
|
564
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-rtl)
|
|
592
565
|
*/
|
|
593
566
|
rtl ? : Boolean
|
|
594
567
|
/**
|
|
@@ -598,8 +571,7 @@ defineProps<{
|
|
|
598
571
|
scrollAction ? : 'hide'|'realign'|null
|
|
599
572
|
/**
|
|
600
573
|
* *Only valid if this Widget is [floating](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-floating).*
|
|
601
|
-
* ...
|
|
602
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-showAnimation)
|
|
574
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-showAnimation)
|
|
603
575
|
*/
|
|
604
576
|
showAnimation ? : Boolean|object
|
|
605
577
|
/**
|
|
@@ -640,16 +612,14 @@ defineProps<{
|
|
|
640
612
|
/**
|
|
641
613
|
* A flag which indicates whether the date parsing should be strict - meaning if the date
|
|
642
614
|
* is missing a year/month/day part - parsing fails.
|
|
643
|
-
* ...
|
|
644
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-strictParsing)
|
|
615
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-strictParsing)
|
|
645
616
|
*/
|
|
646
617
|
strictParsing ? : Boolean
|
|
647
618
|
/**
|
|
648
619
|
* 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
|
|
649
620
|
* [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
|
|
650
621
|
* this widget:
|
|
651
|
-
* ...
|
|
652
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-tab)
|
|
622
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-tab)
|
|
653
623
|
*/
|
|
654
624
|
tab ? : Boolean|TabConfig
|
|
655
625
|
/**
|
|
@@ -657,14 +627,12 @@ defineProps<{
|
|
|
657
627
|
* is equivalent to natural tab order, but is unnecessary for fields since they are naturally tabbable
|
|
658
628
|
* (i.e., accessible via the TAB key). Setting to `-1` disables tabbability but allows for focus to be set
|
|
659
629
|
* to the element programmatically.
|
|
660
|
-
* ...
|
|
661
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-tabIndex)
|
|
630
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-tabIndex)
|
|
662
631
|
*/
|
|
663
632
|
tabIndex ? : number
|
|
664
633
|
/**
|
|
665
634
|
* Text alignment: 'left', 'center' or 'right'. Also accepts direction neutral 'start' and 'end'.
|
|
666
|
-
* ...
|
|
667
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-textAlign)
|
|
635
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-textAlign)
|
|
668
636
|
*/
|
|
669
637
|
textAlign ? : 'left'|'center'|'right'|'start'|'end'
|
|
670
638
|
/**
|
|
@@ -673,22 +641,24 @@ defineProps<{
|
|
|
673
641
|
title ? : string
|
|
674
642
|
/**
|
|
675
643
|
* Tooltip for the widget, either as a string or as a Tooltip config object.
|
|
676
|
-
* ...
|
|
677
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-tooltip)
|
|
644
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-tooltip)
|
|
678
645
|
*/
|
|
679
646
|
tooltip ? : string|TooltipConfig|null
|
|
680
647
|
/**
|
|
681
648
|
* Widgets that trigger functionality upon click. Each trigger icon is a [Widget](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget) instance
|
|
682
649
|
* which may be hidden, shown and observed and styled just like any other widget.
|
|
650
|
+
* @property {FieldTriggerConfig} triggers.expand Expands the date picker to select a date
|
|
651
|
+
* @property {FieldTriggerConfig} triggers.back Subtracts the [step](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/DateField#config-step) from the current date
|
|
652
|
+
* @property {FieldTriggerConfig} triggers.forward Adds the [step](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/DateField#config-step) to the current date
|
|
653
|
+
* @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)
|
|
683
654
|
*/
|
|
684
|
-
triggers ? : Record<string, FieldTriggerConfig
|
|
655
|
+
triggers ? : Record<string, FieldTriggerConfig>
|
|
685
656
|
type ? : 'startdatefield'|'startdate'
|
|
686
657
|
/**
|
|
687
658
|
* Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
|
|
688
659
|
* as a space separated string, an array of strings, or as an object in which property names with truthy
|
|
689
660
|
* values are used as the class names.
|
|
690
|
-
* ...
|
|
691
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-ui)
|
|
661
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-ui)
|
|
692
662
|
*/
|
|
693
663
|
ui ? : string|object
|
|
694
664
|
/**
|
|
@@ -719,14 +689,12 @@ defineProps<{
|
|
|
719
689
|
width ? : string|number
|
|
720
690
|
/**
|
|
721
691
|
* The x position for the widget.
|
|
722
|
-
* ...
|
|
723
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-x)
|
|
692
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-x)
|
|
724
693
|
*/
|
|
725
694
|
x ? : number
|
|
726
695
|
/**
|
|
727
696
|
* The y position for the widget.
|
|
728
|
-
* ...
|
|
729
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-y)
|
|
697
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-y)
|
|
730
698
|
*/
|
|
731
699
|
y ? : number
|
|
732
700
|
|
|
@@ -737,124 +705,102 @@ const emit = defineEmits<{
|
|
|
737
705
|
* User performed default action (typed into this field).
|
|
738
706
|
* @param {string} e Event name
|
|
739
707
|
* @param {object} params Event parameters
|
|
740
|
-
* @param {
|
|
741
|
-
* @param {
|
|
742
|
-
* @param {
|
|
743
|
-
* @param {
|
|
744
|
-
* @param {
|
|
745
|
-
* @param {
|
|
746
|
-
* @param {
|
|
747
|
-
* @param {
|
|
748
|
-
* @param {
|
|
749
|
-
* @param {
|
|
750
|
-
* @param {boolean} params.params.event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
|
|
751
|
-
* @param {boolean} params.params.event.checked
|
|
708
|
+
* @param {object} params.event Event object
|
|
709
|
+
* @param {Core.widget.Field,any} params.event.source This Field
|
|
710
|
+
* @param {string,number,boolean,any} params.event.value This field's value
|
|
711
|
+
* @param {string,number,boolean,any} params.event.oldValue This field's previous value
|
|
712
|
+
* @param {boolean} params.event.valid True if this field is in a valid state
|
|
713
|
+
* @param {Event} params.event.event The triggering DOM event if any
|
|
714
|
+
* @param {Core.data.Model} params.event.record Selected record. Available for fields with records selection functionality
|
|
715
|
+
* @param {Core.data.Model[]} params.event.records Selected records as an array. Available for fields with records selection functionality
|
|
716
|
+
* @param {boolean} params.event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
|
|
717
|
+
* @param {boolean} params.event.checked
|
|
752
718
|
*/
|
|
753
719
|
(e: 'action', params: ((event: { source: Field|any, value: string|number|boolean|any, oldValue: string|number|boolean|any, valid: boolean, event: Event, record: Model, records: Model[], userAction: boolean, checked: boolean }) => void)|string): void
|
|
754
720
|
/**
|
|
755
721
|
* Fires before an object is destroyed.
|
|
756
722
|
* @param {string} e Event name
|
|
757
723
|
* @param {object} params Event parameters
|
|
758
|
-
* @param {
|
|
759
|
-
* @param {
|
|
760
|
-
* @param {object} params.params.event Event object
|
|
761
|
-
* @param {Core.Base} params.params.event.source The Object that is being destroyed.
|
|
724
|
+
* @param {object} params.event Event object
|
|
725
|
+
* @param {Core.Base} params.event.source The Object that is being destroyed.
|
|
762
726
|
*/
|
|
763
727
|
(e: 'beforeDestroy', params: ((event: { source: Base }) => void)|string): void
|
|
764
728
|
/**
|
|
765
729
|
* Triggered before a widget is hidden. Return `false` to prevent the action.
|
|
766
730
|
* @param {string} e Event name
|
|
767
731
|
* @param {object} params Event parameters
|
|
768
|
-
* @param {
|
|
769
|
-
* @param {
|
|
770
|
-
* @param {object} params.params.event Event object
|
|
771
|
-
* @param {Core.widget.Widget} params.params.event.source The widget being hidden.
|
|
732
|
+
* @param {object} params.event Event object
|
|
733
|
+
* @param {Core.widget.Widget} params.event.source The widget being hidden.
|
|
772
734
|
*/
|
|
773
|
-
(e: 'beforeHide', params: ((event: { source: Widget }) =>
|
|
735
|
+
(e: 'beforeHide', params: ((event: { source: Widget }) => boolean|void)|string): boolean|void
|
|
774
736
|
/**
|
|
775
737
|
* Triggered before a widget is shown. Return `false` to prevent the action.
|
|
776
738
|
* @param {string} e Event name
|
|
777
739
|
* @param {object} params Event parameters
|
|
778
|
-
* @param {
|
|
779
|
-
* @param {
|
|
780
|
-
* @param {object} params.params.event Event object
|
|
781
|
-
* @param {Core.widget.Widget,any} params.params.event.source The widget being shown
|
|
740
|
+
* @param {object} params.event Event object
|
|
741
|
+
* @param {Core.widget.Widget,any} params.event.source The widget being shown
|
|
782
742
|
*/
|
|
783
743
|
(e: 'beforeShow', params: ((event: { source: Widget|any }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
784
744
|
/**
|
|
785
745
|
* Fires when any other event is fired from the object.
|
|
786
|
-
* ...
|
|
787
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#event-catchAll)
|
|
746
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#event-catchAll)
|
|
788
747
|
* @param {string} e Event name
|
|
789
748
|
* @param {object} params Event parameters
|
|
790
|
-
* @param {
|
|
791
|
-
* @param {
|
|
792
|
-
* @param {
|
|
793
|
-
* @param {{[key: string]: any, type: string}} params.params.event.event The Object that contains event details
|
|
794
|
-
* @param {string} params.params.event.event.type The type of the event which is caught by the listener
|
|
749
|
+
* @param {object} params.event Event object
|
|
750
|
+
* @param {{[key: string]: any, type: string}} params.event.event The Object that contains event details
|
|
751
|
+
* @param {string} params.event.event.type The type of the event which is caught by the listener
|
|
795
752
|
*/
|
|
796
753
|
(e: 'catchAll', params: ((event: {[key: string]: any, type: string}) => void)|string): void
|
|
797
754
|
/**
|
|
798
755
|
* Fired when this field's value changes.
|
|
799
756
|
* @param {string} e Event name
|
|
800
757
|
* @param {object} params Event parameters
|
|
801
|
-
* @param {
|
|
802
|
-
* @param {
|
|
803
|
-
* @param {
|
|
804
|
-
* @param {
|
|
805
|
-
* @param {
|
|
806
|
-
* @param {
|
|
807
|
-
* @param {boolean} params.
|
|
808
|
-
* @param {
|
|
809
|
-
* @param {boolean} params.params.event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
|
|
810
|
-
* @param {boolean} params.params.event.checked
|
|
758
|
+
* @param {object} params.event Event object
|
|
759
|
+
* @param {Core.widget.DateField} params.event.source This DateField
|
|
760
|
+
* @param {Date} params.event.value This field's value
|
|
761
|
+
* @param {Date} params.event.oldValue This field's previous value
|
|
762
|
+
* @param {boolean} params.event.valid True if this field is in a valid state
|
|
763
|
+
* @param {Event} params.event.event The triggering DOM event if any
|
|
764
|
+
* @param {boolean} params.event.userAction Triggered by user taking an action (`true`) or by setting a value (`false`)
|
|
765
|
+
* @param {boolean} params.event.checked
|
|
811
766
|
*/
|
|
812
767
|
(e: 'change', params: ((event: { source: DateField, value: Date, oldValue: Date, valid: boolean, event: Event, userAction: boolean, checked: boolean }) => void)|string): void
|
|
813
768
|
/**
|
|
814
769
|
* Fired when this field is [cleared](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Field#function-clear).
|
|
815
|
-
* ...
|
|
816
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#event-clear)
|
|
770
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#event-clear)
|
|
817
771
|
* @param {string} e Event name
|
|
818
772
|
* @param {object} params Event parameters
|
|
819
|
-
* @param {
|
|
820
|
-
* @param {
|
|
821
|
-
* @param {object} params.params.event Event object
|
|
822
|
-
* @param {Core.widget.Field,any} params.params.event.source This Field
|
|
773
|
+
* @param {object} params.event Event object
|
|
774
|
+
* @param {Core.widget.Field,any} params.event.source This Field
|
|
823
775
|
*/
|
|
824
776
|
(e: 'clear', params: ((event: { source: Field|any }) => void)|string): void
|
|
825
777
|
/**
|
|
826
778
|
* Fires when an object is destroyed.
|
|
827
779
|
* @param {string} e Event name
|
|
828
780
|
* @param {object} params Event parameters
|
|
829
|
-
* @param {
|
|
830
|
-
* @param {
|
|
831
|
-
* @param {object} params.params.event Event object
|
|
832
|
-
* @param {Core.Base} params.params.event.source The Object that is being destroyed.
|
|
781
|
+
* @param {object} params.event Event object
|
|
782
|
+
* @param {Core.Base} params.event.source The Object that is being destroyed.
|
|
833
783
|
*/
|
|
834
784
|
(e: 'destroy', params: ((event: { source: Base }) => void)|string): void
|
|
835
785
|
/**
|
|
836
786
|
* Triggered when a widget's [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element) is available.
|
|
837
787
|
* @param {string} e Event name
|
|
838
788
|
* @param {object} params Event parameters
|
|
839
|
-
* @param {
|
|
840
|
-
* @param {
|
|
841
|
-
* @param {object} params.params.event Event object
|
|
842
|
-
* @param {HTMLElement} params.params.event.element The Widget's element.
|
|
789
|
+
* @param {object} params.event Event object
|
|
790
|
+
* @param {HTMLElement} params.event.element The Widget's element.
|
|
843
791
|
*/
|
|
844
792
|
(e: 'elementCreated', params: ((event: { element: HTMLElement }) => void)|string): void
|
|
845
793
|
/**
|
|
846
794
|
* Fired when focus enters this Widget.
|
|
847
795
|
* @param {string} e Event name
|
|
848
796
|
* @param {object} params Event parameters
|
|
849
|
-
* @param {
|
|
850
|
-
* @param {
|
|
851
|
-
* @param {
|
|
852
|
-
* @param {
|
|
853
|
-
* @param {
|
|
854
|
-
* @param {
|
|
855
|
-
* @param {
|
|
856
|
-
* @param {Core.widget.Widget} params.params.event.toWidget The widget which gained focus.
|
|
857
|
-
* @param {boolean} params.params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
797
|
+
* @param {object} params.event Event object
|
|
798
|
+
* @param {Core.widget.Widget} params.event.source This Widget
|
|
799
|
+
* @param {HTMLElement} params.event.fromElement The element which lost focus.
|
|
800
|
+
* @param {HTMLElement} params.event.toElement The element which gained focus.
|
|
801
|
+
* @param {Core.widget.Widget} params.event.fromWidget The widget which lost focus.
|
|
802
|
+
* @param {Core.widget.Widget} params.event.toWidget The widget which gained focus.
|
|
803
|
+
* @param {boolean} params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
858
804
|
*/
|
|
859
805
|
(e: 'focusIn', params: ((event: { source: Widget, fromElement: HTMLElement, toElement: HTMLElement, fromWidget: Widget, toWidget: Widget, backwards: boolean }) => void)|string): void
|
|
860
806
|
/**
|
|
@@ -863,61 +809,50 @@ const emit = defineEmits<{
|
|
|
863
809
|
* will not trigger this event. This is when focus exits this widget completely.
|
|
864
810
|
* @param {string} e Event name
|
|
865
811
|
* @param {object} params Event parameters
|
|
866
|
-
* @param {
|
|
867
|
-
* @param {
|
|
868
|
-
* @param {
|
|
869
|
-
* @param {
|
|
870
|
-
* @param {
|
|
871
|
-
* @param {
|
|
872
|
-
* @param {
|
|
873
|
-
* @param {Core.widget.Widget} params.params.event.toWidget The widget which gained focus.
|
|
874
|
-
* @param {boolean} params.params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
812
|
+
* @param {object} params.event Event object
|
|
813
|
+
* @param {Core.widget.Widget} params.event.source This Widget
|
|
814
|
+
* @param {HTMLElement} params.event.fromElement The element which lost focus.
|
|
815
|
+
* @param {HTMLElement} params.event.toElement The element which gained focus.
|
|
816
|
+
* @param {Core.widget.Widget} params.event.fromWidget The widget which lost focus.
|
|
817
|
+
* @param {Core.widget.Widget} params.event.toWidget The widget which gained focus.
|
|
818
|
+
* @param {boolean} params.event.backwards `true` if the `toElement` is before the `fromElement` in document order.
|
|
875
819
|
*/
|
|
876
820
|
(e: 'focusOut', params: ((event: { source: Widget, fromElement: HTMLElement, toElement: HTMLElement, fromWidget: Widget, toWidget: Widget, backwards: boolean }) => void)|string): void
|
|
877
821
|
/**
|
|
878
822
|
* Triggered after a widget was hidden
|
|
879
823
|
* @param {string} e Event name
|
|
880
824
|
* @param {object} params Event parameters
|
|
881
|
-
* @param {
|
|
882
|
-
* @param {
|
|
883
|
-
* @param {object} params.params.event Event object
|
|
884
|
-
* @param {Core.widget.Widget} params.params.event.source The widget
|
|
825
|
+
* @param {object} params.event Event object
|
|
826
|
+
* @param {Core.widget.Widget} params.event.source The widget
|
|
885
827
|
*/
|
|
886
828
|
(e: 'hide', params: ((event: { source: Widget }) => void)|string): void
|
|
887
829
|
/**
|
|
888
830
|
* Fired when the user types into this field.
|
|
889
831
|
* @param {string} e Event name
|
|
890
832
|
* @param {object} params Event parameters
|
|
891
|
-
* @param {
|
|
892
|
-
* @param {
|
|
893
|
-
* @param {
|
|
894
|
-
* @param {
|
|
895
|
-
* @param {string,number,boolean,any} params.params.event.value This field's value
|
|
896
|
-
* @param {Event} params.params.event.event The triggering DOM event
|
|
833
|
+
* @param {object} params.event Event object
|
|
834
|
+
* @param {Core.widget.Field,any} params.event.source This field
|
|
835
|
+
* @param {string,number,boolean,any} params.event.value This field's value
|
|
836
|
+
* @param {Event} params.event.event The triggering DOM event
|
|
897
837
|
*/
|
|
898
838
|
(e: 'input', params: ((event: { source: Field|any, value: string|number|boolean|any, event: Event }) => void)|string): void
|
|
899
839
|
/**
|
|
900
840
|
* Triggered when a widget which had been in a non-visible state for any reason
|
|
901
841
|
* achieves visibility.
|
|
902
|
-
* ...
|
|
903
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#event-paint)
|
|
842
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#event-paint)
|
|
904
843
|
* @param {string} e Event name
|
|
905
844
|
* @param {object} params Event parameters
|
|
906
|
-
* @param {
|
|
907
|
-
* @param {
|
|
908
|
-
* @param {
|
|
909
|
-
* @param {Core.widget.Widget} params.params.event.source The widget being painted.
|
|
910
|
-
* @param {boolean} params.params.event.firstPaint `true` if this is the first paint.
|
|
845
|
+
* @param {object} params.event Event object
|
|
846
|
+
* @param {Core.widget.Widget} params.event.source The widget being painted.
|
|
847
|
+
* @param {boolean} params.event.firstPaint `true` if this is the first paint.
|
|
911
848
|
*/
|
|
912
849
|
(e: 'paint', params: ((event: { source: Widget, firstPaint: boolean }) => void)|string): void
|
|
913
850
|
/**
|
|
914
851
|
* Fired when a Widget's read only state is toggled
|
|
915
852
|
* @param {string} e Event name
|
|
916
853
|
* @param {object} params Event parameters
|
|
917
|
-
* @param {
|
|
918
|
-
* @param {
|
|
919
|
-
* @param {object} params.params.event Event object
|
|
920
|
-
* @param {boolean} params.params.event.readOnly Read only or not
|
|
854
|
+
* @param {object} params.event Event object
|
|
855
|
+
* @param {boolean} params.event.readOnly Read only or not
|
|
921
856
|
*/
|
|
922
857
|
(e: 'readOnly', params: ((event: { readOnly: boolean }) => void)|string): void
|
|
923
858
|
/**
|
|
@@ -929,35 +864,29 @@ const emit = defineEmits<{
|
|
|
929
864
|
* Fired when the encapsulating element of a Widget resizes *only when [monitorResize](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-monitorResize) is `true`*.
|
|
930
865
|
* @param {string} e Event name
|
|
931
866
|
* @param {object} params Event parameters
|
|
932
|
-
* @param {
|
|
933
|
-
* @param {
|
|
934
|
-
* @param {
|
|
935
|
-
* @param {
|
|
936
|
-
* @param {number} params.
|
|
937
|
-
* @param {number} params.
|
|
938
|
-
* @param {number} params.params.event.oldWidth The old width
|
|
939
|
-
* @param {number} params.params.event.oldHeight The old height
|
|
867
|
+
* @param {object} params.event Event object
|
|
868
|
+
* @param {Core.widget.Widget} params.event.source This Widget
|
|
869
|
+
* @param {number} params.event.width The new width
|
|
870
|
+
* @param {number} params.event.height The new height
|
|
871
|
+
* @param {number} params.event.oldWidth The old width
|
|
872
|
+
* @param {number} params.event.oldHeight The old height
|
|
940
873
|
*/
|
|
941
874
|
(e: 'resize', params: ((event: { source: Widget, width: number, height: number, oldWidth: number, oldHeight: number }) => void)|string): void
|
|
942
875
|
/**
|
|
943
876
|
* Triggered after a widget is shown.
|
|
944
877
|
* @param {string} e Event name
|
|
945
878
|
* @param {object} params Event parameters
|
|
946
|
-
* @param {
|
|
947
|
-
* @param {
|
|
948
|
-
* @param {object} params.params.event Event object
|
|
949
|
-
* @param {Core.widget.Widget} params.params.event.source The widget
|
|
879
|
+
* @param {object} params.event Event object
|
|
880
|
+
* @param {Core.widget.Widget} params.event.source The widget
|
|
950
881
|
*/
|
|
951
882
|
(e: 'show', params: ((event: { source: Widget }) => void)|string): void
|
|
952
883
|
/**
|
|
953
884
|
* User clicked one of this field's [triggers](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Field#property-triggers)
|
|
954
885
|
* @param {string} e Event name
|
|
955
886
|
* @param {object} params Event parameters
|
|
956
|
-
* @param {
|
|
957
|
-
* @param {
|
|
958
|
-
* @param {
|
|
959
|
-
* @param {Core.widget.Field,any} params.params.event.source This field
|
|
960
|
-
* @param {Core.widget.Widget} params.params.event.trigger The trigger activated by click or touch tap.
|
|
887
|
+
* @param {object} params.event Event object
|
|
888
|
+
* @param {Core.widget.Field,any} params.event.source This field
|
|
889
|
+
* @param {Core.widget.Widget} params.event.trigger The trigger activated by click or touch tap.
|
|
961
890
|
*/
|
|
962
891
|
(e: 'trigger', params: ((event: { source: Field|any, trigger: Widget }) => void)|string): void
|
|
963
892
|
}>();
|
|
@@ -977,6 +906,7 @@ const widgetData = {
|
|
|
977
906
|
'autoSelect',
|
|
978
907
|
'bubbleEvents',
|
|
979
908
|
'centered',
|
|
909
|
+
'checkValidity',
|
|
980
910
|
'clearable',
|
|
981
911
|
'color',
|
|
982
912
|
'config',
|
|
@@ -1030,6 +960,7 @@ const widgetData = {
|
|
|
1030
960
|
'relayStoreEvents',
|
|
1031
961
|
'revertOnEscape',
|
|
1032
962
|
'ripple',
|
|
963
|
+
'role',
|
|
1033
964
|
'rootElement',
|
|
1034
965
|
'scrollAction',
|
|
1035
966
|
'showAnimation',
|
|
@@ -1113,9 +1044,7 @@ const widgetData = {
|
|
|
1113
1044
|
'y'
|
|
1114
1045
|
],
|
|
1115
1046
|
propertyNames : [
|
|
1116
|
-
'anchorSize',
|
|
1117
1047
|
'content',
|
|
1118
|
-
'focusVisible',
|
|
1119
1048
|
'formula',
|
|
1120
1049
|
'html',
|
|
1121
1050
|
'input',
|