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