@bryntum/grid-vue 7.3.5 → 7.3.6
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 +2 -1
- package/package.json +1 -1
- package/src/BryntumButtonGroup.vue +2 -2
- package/src/BryntumChatPanel.vue +2 -2
- package/src/BryntumCheckboxGroup.vue +2 -2
- package/src/BryntumCodeEditor.vue +2 -2
- package/src/BryntumContainer.vue +2 -2
- package/src/BryntumDatePicker.vue +2 -2
- package/src/BryntumDateRangeField.vue +1 -1
- package/src/BryntumDemoCodeEditor.vue +2 -2
- package/src/BryntumEditor.vue +2 -2
- package/src/BryntumFieldFilterPicker.vue +2 -2
- package/src/BryntumFieldFilterPickerGroup.vue +2 -2
- package/src/BryntumFieldSet.vue +2 -2
- package/src/BryntumFilePicker.vue +2 -2
- package/src/BryntumGrid.vue +18 -10
- package/src/BryntumGridBase.vue +18 -10
- package/src/BryntumGridFieldFilterPicker.vue +2 -2
- package/src/BryntumGridFieldFilterPickerGroup.vue +2 -2
- package/src/BryntumHint.vue +2 -2
- package/src/BryntumMenu.vue +2 -2
- package/src/BryntumMonthPicker.vue +2 -2
- package/src/BryntumPagingToolbar.vue +6 -2
- package/src/BryntumPanel.vue +2 -2
- package/src/BryntumRadioGroup.vue +2 -2
- package/src/BryntumTabPanel.vue +2 -2
- package/src/BryntumTimePicker.vue +2 -2
- package/src/BryntumToolbar.vue +2 -2
- package/src/BryntumTreeGrid.vue +18 -10
- package/src/BryntumYearPicker.vue +2 -2
package/README.md
CHANGED
|
@@ -152,7 +152,8 @@ Explore our comprehensive collection of demos:
|
|
|
152
152
|
## License and copyright
|
|
153
153
|
|
|
154
154
|
This wrapper depends on Bryntum Grid, which is commercial software and requires a paid license.
|
|
155
|
-
Please visit the [Bryntum Grid End User License](https://bryntum.com/products/
|
|
155
|
+
Please visit the [Bryntum Grid End User License](https://bryntum.com/products/license/)
|
|
156
|
+
for the full text of the license.
|
|
156
157
|
|
|
157
158
|
Copyright © 2009-2026, Bryntum
|
|
158
159
|
All rights reserved.
|
package/package.json
CHANGED
|
@@ -26,7 +26,6 @@ export default {
|
|
|
26
26
|
anchor : { type : Boolean, default : undefined },
|
|
27
27
|
ariaDescription : { type : String, default : undefined },
|
|
28
28
|
ariaLabel : { type : String, default : undefined },
|
|
29
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
30
29
|
border : { type : Boolean, default : undefined },
|
|
31
30
|
bubbleEvents : { type : Object, default : undefined },
|
|
32
31
|
color : { type : String, default : undefined },
|
|
@@ -82,6 +81,7 @@ export default {
|
|
|
82
81
|
// Configs and properties
|
|
83
82
|
alignSelf : { type : String, default : undefined },
|
|
84
83
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
84
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
85
85
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
86
86
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
87
87
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -163,7 +163,6 @@ export default {
|
|
|
163
163
|
'anchor',
|
|
164
164
|
'ariaDescription',
|
|
165
165
|
'ariaLabel',
|
|
166
|
-
'autoUpdateRecord',
|
|
167
166
|
'border',
|
|
168
167
|
'bubbleEvents',
|
|
169
168
|
'color',
|
|
@@ -220,6 +219,7 @@ export default {
|
|
|
220
219
|
propertyConfigNames : [
|
|
221
220
|
'alignSelf',
|
|
222
221
|
'appendTo',
|
|
222
|
+
'autoUpdateRecord',
|
|
223
223
|
'callOnFunctions',
|
|
224
224
|
'catchEventHandlerExceptions',
|
|
225
225
|
'centered',
|
package/src/BryntumChatPanel.vue
CHANGED
|
@@ -26,7 +26,6 @@ export default {
|
|
|
26
26
|
anchor : { type : Boolean, default : undefined },
|
|
27
27
|
ariaDescription : { type : String, default : undefined },
|
|
28
28
|
ariaLabel : { type : String, default : undefined },
|
|
29
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
30
29
|
bbar : { type : [Array, Object, null], default : undefined },
|
|
31
30
|
bodyCls : { type : [String, Object], default : undefined },
|
|
32
31
|
border : { type : Boolean, default : undefined },
|
|
@@ -93,6 +92,7 @@ export default {
|
|
|
93
92
|
alignSelf : { type : String, default : undefined },
|
|
94
93
|
animateTyping : { type : Boolean, default : undefined },
|
|
95
94
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
95
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
96
96
|
avatar : { type : String, default : undefined },
|
|
97
97
|
bubbleTools : { type : Object, default : undefined },
|
|
98
98
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
@@ -189,7 +189,6 @@ export default {
|
|
|
189
189
|
'anchor',
|
|
190
190
|
'ariaDescription',
|
|
191
191
|
'ariaLabel',
|
|
192
|
-
'autoUpdateRecord',
|
|
193
192
|
'bbar',
|
|
194
193
|
'bodyCls',
|
|
195
194
|
'border',
|
|
@@ -257,6 +256,7 @@ export default {
|
|
|
257
256
|
'alignSelf',
|
|
258
257
|
'animateTyping',
|
|
259
258
|
'appendTo',
|
|
259
|
+
'autoUpdateRecord',
|
|
260
260
|
'avatar',
|
|
261
261
|
'bubbleTools',
|
|
262
262
|
'callOnFunctions',
|
|
@@ -26,7 +26,6 @@ export default {
|
|
|
26
26
|
anchor : { type : Boolean, default : undefined },
|
|
27
27
|
ariaDescription : { type : String, default : undefined },
|
|
28
28
|
ariaLabel : { type : String, default : undefined },
|
|
29
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
30
29
|
bbar : { type : [Array, Object, null], default : undefined },
|
|
31
30
|
bodyCls : { type : [String, Object], default : undefined },
|
|
32
31
|
border : { type : Boolean, default : undefined },
|
|
@@ -94,6 +93,7 @@ export default {
|
|
|
94
93
|
// Configs and properties
|
|
95
94
|
alignSelf : { type : String, default : undefined },
|
|
96
95
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
96
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
97
97
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
98
98
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
99
99
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -188,7 +188,6 @@ export default {
|
|
|
188
188
|
'anchor',
|
|
189
189
|
'ariaDescription',
|
|
190
190
|
'ariaLabel',
|
|
191
|
-
'autoUpdateRecord',
|
|
192
191
|
'bbar',
|
|
193
192
|
'bodyCls',
|
|
194
193
|
'border',
|
|
@@ -257,6 +256,7 @@ export default {
|
|
|
257
256
|
propertyConfigNames : [
|
|
258
257
|
'alignSelf',
|
|
259
258
|
'appendTo',
|
|
259
|
+
'autoUpdateRecord',
|
|
260
260
|
'callOnFunctions',
|
|
261
261
|
'catchEventHandlerExceptions',
|
|
262
262
|
'centered',
|
|
@@ -26,7 +26,6 @@ export default {
|
|
|
26
26
|
anchor : { type : Boolean, default : undefined },
|
|
27
27
|
ariaDescription : { type : String, default : undefined },
|
|
28
28
|
ariaLabel : { type : String, default : undefined },
|
|
29
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
30
29
|
bbar : { type : [Array, Object, null], default : undefined },
|
|
31
30
|
bodyCls : { type : [String, Object], default : undefined },
|
|
32
31
|
border : { type : Boolean, default : undefined },
|
|
@@ -93,6 +92,7 @@ export default {
|
|
|
93
92
|
// Configs and properties
|
|
94
93
|
alignSelf : { type : String, default : undefined },
|
|
95
94
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
95
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
96
96
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
97
97
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
98
98
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -183,7 +183,6 @@ export default {
|
|
|
183
183
|
'anchor',
|
|
184
184
|
'ariaDescription',
|
|
185
185
|
'ariaLabel',
|
|
186
|
-
'autoUpdateRecord',
|
|
187
186
|
'bbar',
|
|
188
187
|
'bodyCls',
|
|
189
188
|
'border',
|
|
@@ -251,6 +250,7 @@ export default {
|
|
|
251
250
|
propertyConfigNames : [
|
|
252
251
|
'alignSelf',
|
|
253
252
|
'appendTo',
|
|
253
|
+
'autoUpdateRecord',
|
|
254
254
|
'callOnFunctions',
|
|
255
255
|
'catchEventHandlerExceptions',
|
|
256
256
|
'centered',
|
package/src/BryntumContainer.vue
CHANGED
|
@@ -26,7 +26,6 @@ export default {
|
|
|
26
26
|
anchor : { type : Boolean, default : undefined },
|
|
27
27
|
ariaDescription : { type : String, default : undefined },
|
|
28
28
|
ariaLabel : { type : String, default : undefined },
|
|
29
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
30
29
|
border : { type : Boolean, default : undefined },
|
|
31
30
|
bubbleEvents : { type : Object, default : undefined },
|
|
32
31
|
color : { type : [String, null], default : undefined },
|
|
@@ -79,6 +78,7 @@ export default {
|
|
|
79
78
|
// Configs and properties
|
|
80
79
|
alignSelf : { type : String, default : undefined },
|
|
81
80
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
81
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
82
82
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
83
83
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
84
84
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -155,7 +155,6 @@ export default {
|
|
|
155
155
|
'anchor',
|
|
156
156
|
'ariaDescription',
|
|
157
157
|
'ariaLabel',
|
|
158
|
-
'autoUpdateRecord',
|
|
159
158
|
'border',
|
|
160
159
|
'bubbleEvents',
|
|
161
160
|
'color',
|
|
@@ -209,6 +208,7 @@ export default {
|
|
|
209
208
|
propertyConfigNames : [
|
|
210
209
|
'alignSelf',
|
|
211
210
|
'appendTo',
|
|
211
|
+
'autoUpdateRecord',
|
|
212
212
|
'callOnFunctions',
|
|
213
213
|
'catchEventHandlerExceptions',
|
|
214
214
|
'centered',
|
|
@@ -27,7 +27,6 @@ export default {
|
|
|
27
27
|
anchor : { type : Boolean, default : undefined },
|
|
28
28
|
ariaDescription : { type : String, default : undefined },
|
|
29
29
|
ariaLabel : { type : String, default : undefined },
|
|
30
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
31
30
|
bbar : { type : [Array, Object, null], default : undefined },
|
|
32
31
|
bodyCls : { type : [String, Object], default : undefined },
|
|
33
32
|
border : { type : Boolean, default : undefined },
|
|
@@ -121,6 +120,7 @@ export default {
|
|
|
121
120
|
alignSelf : { type : String, default : undefined },
|
|
122
121
|
animateTimeShift : { type : Boolean, default : undefined },
|
|
123
122
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
123
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
124
124
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
125
125
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
126
126
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -221,7 +221,6 @@ export default {
|
|
|
221
221
|
'anchor',
|
|
222
222
|
'ariaDescription',
|
|
223
223
|
'ariaLabel',
|
|
224
|
-
'autoUpdateRecord',
|
|
225
224
|
'bbar',
|
|
226
225
|
'bodyCls',
|
|
227
226
|
'border',
|
|
@@ -316,6 +315,7 @@ export default {
|
|
|
316
315
|
'alignSelf',
|
|
317
316
|
'animateTimeShift',
|
|
318
317
|
'appendTo',
|
|
318
|
+
'autoUpdateRecord',
|
|
319
319
|
'callOnFunctions',
|
|
320
320
|
'catchEventHandlerExceptions',
|
|
321
321
|
'centered',
|
|
@@ -141,7 +141,7 @@ export default {
|
|
|
141
141
|
span : { type : Number, default : undefined },
|
|
142
142
|
tooltip : { type : [String, Object, null], default : undefined },
|
|
143
143
|
triggers : { type : Object, default : undefined },
|
|
144
|
-
value : { type : [Object,
|
|
144
|
+
value : { type : [Object, Array], default : undefined },
|
|
145
145
|
width : { type : [Number, String], default : undefined },
|
|
146
146
|
x : { type : Number, default : undefined },
|
|
147
147
|
y : { type : Number, default : undefined },
|
|
@@ -27,7 +27,6 @@ export default {
|
|
|
27
27
|
appFolder : { type : String, default : undefined },
|
|
28
28
|
ariaDescription : { type : String, default : undefined },
|
|
29
29
|
ariaLabel : { type : String, default : undefined },
|
|
30
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
31
30
|
bbar : { type : [Array, Object, null], default : undefined },
|
|
32
31
|
bodyCls : { type : [String, Object], default : undefined },
|
|
33
32
|
border : { type : Boolean, default : undefined },
|
|
@@ -96,6 +95,7 @@ export default {
|
|
|
96
95
|
// Configs and properties
|
|
97
96
|
alignSelf : { type : String, default : undefined },
|
|
98
97
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
98
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
99
99
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
100
100
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
101
101
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -187,7 +187,6 @@ export default {
|
|
|
187
187
|
'appFolder',
|
|
188
188
|
'ariaDescription',
|
|
189
189
|
'ariaLabel',
|
|
190
|
-
'autoUpdateRecord',
|
|
191
190
|
'bbar',
|
|
192
191
|
'bodyCls',
|
|
193
192
|
'border',
|
|
@@ -257,6 +256,7 @@ export default {
|
|
|
257
256
|
propertyConfigNames : [
|
|
258
257
|
'alignSelf',
|
|
259
258
|
'appendTo',
|
|
259
|
+
'autoUpdateRecord',
|
|
260
260
|
'callOnFunctions',
|
|
261
261
|
'catchEventHandlerExceptions',
|
|
262
262
|
'centered',
|
package/src/BryntumEditor.vue
CHANGED
|
@@ -27,7 +27,6 @@ export default {
|
|
|
27
27
|
appendToTargetParent : { type : Boolean, default : undefined },
|
|
28
28
|
ariaDescription : { type : String, default : undefined },
|
|
29
29
|
ariaLabel : { type : String, default : undefined },
|
|
30
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
31
30
|
blurAction : { type : [String, null], default : undefined },
|
|
32
31
|
border : { type : Boolean, default : undefined },
|
|
33
32
|
bubbleEvents : { type : Object, default : undefined },
|
|
@@ -89,6 +88,7 @@ export default {
|
|
|
89
88
|
// Configs and properties
|
|
90
89
|
alignSelf : { type : String, default : undefined },
|
|
91
90
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
91
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
92
92
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
93
93
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
94
94
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -175,7 +175,6 @@ export default {
|
|
|
175
175
|
'appendToTargetParent',
|
|
176
176
|
'ariaDescription',
|
|
177
177
|
'ariaLabel',
|
|
178
|
-
'autoUpdateRecord',
|
|
179
178
|
'blurAction',
|
|
180
179
|
'border',
|
|
181
180
|
'bubbleEvents',
|
|
@@ -238,6 +237,7 @@ export default {
|
|
|
238
237
|
propertyConfigNames : [
|
|
239
238
|
'alignSelf',
|
|
240
239
|
'appendTo',
|
|
240
|
+
'autoUpdateRecord',
|
|
241
241
|
'callOnFunctions',
|
|
242
242
|
'catchEventHandlerExceptions',
|
|
243
243
|
'centered',
|
|
@@ -26,7 +26,6 @@ export default {
|
|
|
26
26
|
anchor : { type : Boolean, default : undefined },
|
|
27
27
|
ariaDescription : { type : String, default : undefined },
|
|
28
28
|
ariaLabel : { type : String, default : undefined },
|
|
29
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
30
29
|
border : { type : Boolean, default : undefined },
|
|
31
30
|
bubbleEvents : { type : Object, default : undefined },
|
|
32
31
|
color : { type : [String, null], default : undefined },
|
|
@@ -91,6 +90,7 @@ export default {
|
|
|
91
90
|
// Configs and properties
|
|
92
91
|
alignSelf : { type : String, default : undefined },
|
|
93
92
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
93
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
94
94
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
95
95
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
96
96
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -168,7 +168,6 @@ export default {
|
|
|
168
168
|
'anchor',
|
|
169
169
|
'ariaDescription',
|
|
170
170
|
'ariaLabel',
|
|
171
|
-
'autoUpdateRecord',
|
|
172
171
|
'border',
|
|
173
172
|
'bubbleEvents',
|
|
174
173
|
'color',
|
|
@@ -234,6 +233,7 @@ export default {
|
|
|
234
233
|
propertyConfigNames : [
|
|
235
234
|
'alignSelf',
|
|
236
235
|
'appendTo',
|
|
236
|
+
'autoUpdateRecord',
|
|
237
237
|
'callOnFunctions',
|
|
238
238
|
'catchEventHandlerExceptions',
|
|
239
239
|
'centered',
|
|
@@ -28,7 +28,6 @@ export default {
|
|
|
28
28
|
anchor : { type : Boolean, default : undefined },
|
|
29
29
|
ariaDescription : { type : String, default : undefined },
|
|
30
30
|
ariaLabel : { type : String, default : undefined },
|
|
31
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
32
31
|
border : { type : Boolean, default : undefined },
|
|
33
32
|
bubbleEvents : { type : Object, default : undefined },
|
|
34
33
|
canDeleteFilter : { type : Function, default : undefined },
|
|
@@ -92,6 +91,7 @@ export default {
|
|
|
92
91
|
// Configs and properties
|
|
93
92
|
alignSelf : { type : String, default : undefined },
|
|
94
93
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
94
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
95
95
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
96
96
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
97
97
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -173,7 +173,6 @@ export default {
|
|
|
173
173
|
'anchor',
|
|
174
174
|
'ariaDescription',
|
|
175
175
|
'ariaLabel',
|
|
176
|
-
'autoUpdateRecord',
|
|
177
176
|
'border',
|
|
178
177
|
'bubbleEvents',
|
|
179
178
|
'canDeleteFilter',
|
|
@@ -238,6 +237,7 @@ export default {
|
|
|
238
237
|
propertyConfigNames : [
|
|
239
238
|
'alignSelf',
|
|
240
239
|
'appendTo',
|
|
240
|
+
'autoUpdateRecord',
|
|
241
241
|
'callOnFunctions',
|
|
242
242
|
'catchEventHandlerExceptions',
|
|
243
243
|
'centered',
|
package/src/BryntumFieldSet.vue
CHANGED
|
@@ -26,7 +26,6 @@ export default {
|
|
|
26
26
|
anchor : { type : Boolean, default : undefined },
|
|
27
27
|
ariaDescription : { type : String, default : undefined },
|
|
28
28
|
ariaLabel : { type : String, default : undefined },
|
|
29
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
30
29
|
bbar : { type : [Array, Object, null], default : undefined },
|
|
31
30
|
bodyCls : { type : [String, Object], default : undefined },
|
|
32
31
|
border : { type : Boolean, default : undefined },
|
|
@@ -92,6 +91,7 @@ export default {
|
|
|
92
91
|
// Configs and properties
|
|
93
92
|
alignSelf : { type : String, default : undefined },
|
|
94
93
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
94
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
95
95
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
96
96
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
97
97
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -180,7 +180,6 @@ export default {
|
|
|
180
180
|
'anchor',
|
|
181
181
|
'ariaDescription',
|
|
182
182
|
'ariaLabel',
|
|
183
|
-
'autoUpdateRecord',
|
|
184
183
|
'bbar',
|
|
185
184
|
'bodyCls',
|
|
186
185
|
'border',
|
|
@@ -247,6 +246,7 @@ export default {
|
|
|
247
246
|
propertyConfigNames : [
|
|
248
247
|
'alignSelf',
|
|
249
248
|
'appendTo',
|
|
249
|
+
'autoUpdateRecord',
|
|
250
250
|
'callOnFunctions',
|
|
251
251
|
'catchEventHandlerExceptions',
|
|
252
252
|
'centered',
|
|
@@ -26,7 +26,6 @@ export default {
|
|
|
26
26
|
anchor : { type : Boolean, default : undefined },
|
|
27
27
|
ariaDescription : { type : String, default : undefined },
|
|
28
28
|
ariaLabel : { type : String, default : undefined },
|
|
29
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
30
29
|
border : { type : Boolean, default : undefined },
|
|
31
30
|
bubbleEvents : { type : Object, default : undefined },
|
|
32
31
|
buttonConfig : { type : Object, default : undefined },
|
|
@@ -81,6 +80,7 @@ export default {
|
|
|
81
80
|
// Configs and properties
|
|
82
81
|
alignSelf : { type : String, default : undefined },
|
|
83
82
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
83
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
84
84
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
85
85
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
86
86
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -160,7 +160,6 @@ export default {
|
|
|
160
160
|
'anchor',
|
|
161
161
|
'ariaDescription',
|
|
162
162
|
'ariaLabel',
|
|
163
|
-
'autoUpdateRecord',
|
|
164
163
|
'border',
|
|
165
164
|
'bubbleEvents',
|
|
166
165
|
'buttonConfig',
|
|
@@ -216,6 +215,7 @@ export default {
|
|
|
216
215
|
propertyConfigNames : [
|
|
217
216
|
'alignSelf',
|
|
218
217
|
'appendTo',
|
|
218
|
+
'autoUpdateRecord',
|
|
219
219
|
'callOnFunctions',
|
|
220
220
|
'catchEventHandlerExceptions',
|
|
221
221
|
'centered',
|
package/src/BryntumGrid.vue
CHANGED
|
@@ -163,16 +163,17 @@ export default {
|
|
|
163
163
|
width : { type : [Number, String], default : undefined },
|
|
164
164
|
|
|
165
165
|
// Properties only
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
166
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
167
|
+
centered : { type : [Boolean, Object], default : undefined },
|
|
168
|
+
originalStore : { type : Store, default : undefined },
|
|
169
|
+
parent : { type : Widget, default : undefined },
|
|
170
|
+
selectedCell : { type : [GridLocation, Object], default : undefined },
|
|
171
|
+
selectedCells : { type : Array, default : undefined },
|
|
172
|
+
selectedRecord : { type : Model, default : undefined },
|
|
173
|
+
selectedRecords : { type : Array, default : undefined },
|
|
174
|
+
selectedRows : { type : Array, default : undefined },
|
|
175
|
+
state : { type : Object, default : undefined },
|
|
176
|
+
tooltip : { type : [String, Object], default : undefined },
|
|
176
177
|
|
|
177
178
|
// Events
|
|
178
179
|
onBeforeCancelCellEdit : { type : Function },
|
|
@@ -259,6 +260,8 @@ export default {
|
|
|
259
260
|
onHeaderMenuShow : { type : Function },
|
|
260
261
|
onHeaderMenuToggleItem : { type : Function },
|
|
261
262
|
onHide : { type : Function },
|
|
263
|
+
onHorizontalScroll : { type : Function },
|
|
264
|
+
onHorizontalScrollEnd : { type : Function },
|
|
262
265
|
onLockRows : { type : Function },
|
|
263
266
|
onMouseOut : { type : Function },
|
|
264
267
|
onMouseOver : { type : Function },
|
|
@@ -595,6 +598,8 @@ export default {
|
|
|
595
598
|
'onHeaderMenuShow',
|
|
596
599
|
'onHeaderMenuToggleItem',
|
|
597
600
|
'onHide',
|
|
601
|
+
'onHorizontalScroll',
|
|
602
|
+
'onHorizontalScrollEnd',
|
|
598
603
|
'onLockRows',
|
|
599
604
|
'onMouseOut',
|
|
600
605
|
'onMouseOver',
|
|
@@ -650,6 +655,7 @@ export default {
|
|
|
650
655
|
],
|
|
651
656
|
|
|
652
657
|
propertyNames : [
|
|
658
|
+
'autoUpdateRecord',
|
|
653
659
|
'centered',
|
|
654
660
|
'originalStore',
|
|
655
661
|
'parent',
|
|
@@ -747,6 +753,8 @@ export default {
|
|
|
747
753
|
'headerMenuShow',
|
|
748
754
|
'headerMenuToggleItem',
|
|
749
755
|
'hide',
|
|
756
|
+
'horizontalScroll',
|
|
757
|
+
'horizontalScrollEnd',
|
|
750
758
|
'lockRows',
|
|
751
759
|
'mouseOut',
|
|
752
760
|
'mouseOver',
|
package/src/BryntumGridBase.vue
CHANGED
|
@@ -162,16 +162,17 @@ export default {
|
|
|
162
162
|
width : { type : [Number, String], default : undefined },
|
|
163
163
|
|
|
164
164
|
// Properties only
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
165
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
166
|
+
centered : { type : [Boolean, Object], default : undefined },
|
|
167
|
+
originalStore : { type : Store, default : undefined },
|
|
168
|
+
parent : { type : Widget, default : undefined },
|
|
169
|
+
selectedCell : { type : [GridLocation, Object], default : undefined },
|
|
170
|
+
selectedCells : { type : Array, default : undefined },
|
|
171
|
+
selectedRecord : { type : Model, default : undefined },
|
|
172
|
+
selectedRecords : { type : Array, default : undefined },
|
|
173
|
+
selectedRows : { type : Array, default : undefined },
|
|
174
|
+
state : { type : Object, default : undefined },
|
|
175
|
+
tooltip : { type : [String, Object], default : undefined },
|
|
175
176
|
|
|
176
177
|
// Events
|
|
177
178
|
onBeforeCancelCellEdit : { type : Function },
|
|
@@ -258,6 +259,8 @@ export default {
|
|
|
258
259
|
onHeaderMenuShow : { type : Function },
|
|
259
260
|
onHeaderMenuToggleItem : { type : Function },
|
|
260
261
|
onHide : { type : Function },
|
|
262
|
+
onHorizontalScroll : { type : Function },
|
|
263
|
+
onHorizontalScrollEnd : { type : Function },
|
|
261
264
|
onLockRows : { type : Function },
|
|
262
265
|
onMouseOut : { type : Function },
|
|
263
266
|
onMouseOver : { type : Function },
|
|
@@ -592,6 +595,8 @@ export default {
|
|
|
592
595
|
'onHeaderMenuShow',
|
|
593
596
|
'onHeaderMenuToggleItem',
|
|
594
597
|
'onHide',
|
|
598
|
+
'onHorizontalScroll',
|
|
599
|
+
'onHorizontalScrollEnd',
|
|
595
600
|
'onLockRows',
|
|
596
601
|
'onMouseOut',
|
|
597
602
|
'onMouseOver',
|
|
@@ -647,6 +652,7 @@ export default {
|
|
|
647
652
|
],
|
|
648
653
|
|
|
649
654
|
propertyNames : [
|
|
655
|
+
'autoUpdateRecord',
|
|
650
656
|
'centered',
|
|
651
657
|
'originalStore',
|
|
652
658
|
'parent',
|
|
@@ -744,6 +750,8 @@ export default {
|
|
|
744
750
|
'headerMenuShow',
|
|
745
751
|
'headerMenuToggleItem',
|
|
746
752
|
'hide',
|
|
753
|
+
'horizontalScroll',
|
|
754
|
+
'horizontalScrollEnd',
|
|
747
755
|
'lockRows',
|
|
748
756
|
'mouseOut',
|
|
749
757
|
'mouseOver',
|
|
@@ -27,7 +27,6 @@ export default {
|
|
|
27
27
|
anchor : { type : Boolean, default : undefined },
|
|
28
28
|
ariaDescription : { type : String, default : undefined },
|
|
29
29
|
ariaLabel : { type : String, default : undefined },
|
|
30
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
31
30
|
border : { type : Boolean, default : undefined },
|
|
32
31
|
bubbleEvents : { type : Object, default : undefined },
|
|
33
32
|
color : { type : [String, null], default : undefined },
|
|
@@ -92,6 +91,7 @@ export default {
|
|
|
92
91
|
// Configs and properties
|
|
93
92
|
alignSelf : { type : String, default : undefined },
|
|
94
93
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
94
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
95
95
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
96
96
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
97
97
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -170,7 +170,6 @@ export default {
|
|
|
170
170
|
'anchor',
|
|
171
171
|
'ariaDescription',
|
|
172
172
|
'ariaLabel',
|
|
173
|
-
'autoUpdateRecord',
|
|
174
173
|
'border',
|
|
175
174
|
'bubbleEvents',
|
|
176
175
|
'color',
|
|
@@ -236,6 +235,7 @@ export default {
|
|
|
236
235
|
propertyConfigNames : [
|
|
237
236
|
'alignSelf',
|
|
238
237
|
'appendTo',
|
|
238
|
+
'autoUpdateRecord',
|
|
239
239
|
'callOnFunctions',
|
|
240
240
|
'catchEventHandlerExceptions',
|
|
241
241
|
'centered',
|
|
@@ -28,7 +28,6 @@ export default {
|
|
|
28
28
|
anchor : { type : Boolean, default : undefined },
|
|
29
29
|
ariaDescription : { type : String, default : undefined },
|
|
30
30
|
ariaLabel : { type : String, default : undefined },
|
|
31
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
32
31
|
border : { type : Boolean, default : undefined },
|
|
33
32
|
bubbleEvents : { type : Object, default : undefined },
|
|
34
33
|
canDeleteFilter : { type : Function, default : undefined },
|
|
@@ -91,6 +90,7 @@ export default {
|
|
|
91
90
|
// Configs and properties
|
|
92
91
|
alignSelf : { type : String, default : undefined },
|
|
93
92
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
93
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
94
94
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
95
95
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
96
96
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -172,7 +172,6 @@ export default {
|
|
|
172
172
|
'anchor',
|
|
173
173
|
'ariaDescription',
|
|
174
174
|
'ariaLabel',
|
|
175
|
-
'autoUpdateRecord',
|
|
176
175
|
'border',
|
|
177
176
|
'bubbleEvents',
|
|
178
177
|
'canDeleteFilter',
|
|
@@ -236,6 +235,7 @@ export default {
|
|
|
236
235
|
propertyConfigNames : [
|
|
237
236
|
'alignSelf',
|
|
238
237
|
'appendTo',
|
|
238
|
+
'autoUpdateRecord',
|
|
239
239
|
'callOnFunctions',
|
|
240
240
|
'catchEventHandlerExceptions',
|
|
241
241
|
'centered',
|
package/src/BryntumHint.vue
CHANGED
|
@@ -27,7 +27,6 @@ export default {
|
|
|
27
27
|
ariaDescription : { type : String, default : undefined },
|
|
28
28
|
ariaLabel : { type : String, default : undefined },
|
|
29
29
|
autoNext : { type : [String, Number], default : undefined },
|
|
30
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
31
30
|
bbar : { type : [Array, Object, null], default : undefined },
|
|
32
31
|
bodyCls : { type : [String, Object], default : undefined },
|
|
33
32
|
border : { type : Boolean, default : undefined },
|
|
@@ -103,6 +102,7 @@ export default {
|
|
|
103
102
|
// Configs and properties
|
|
104
103
|
alignSelf : { type : String, default : undefined },
|
|
105
104
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
105
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
106
106
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
107
107
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
108
108
|
cls : { type : [String, Object], default : undefined },
|
|
@@ -193,7 +193,6 @@ export default {
|
|
|
193
193
|
'ariaDescription',
|
|
194
194
|
'ariaLabel',
|
|
195
195
|
'autoNext',
|
|
196
|
-
'autoUpdateRecord',
|
|
197
196
|
'bbar',
|
|
198
197
|
'bodyCls',
|
|
199
198
|
'border',
|
|
@@ -270,6 +269,7 @@ export default {
|
|
|
270
269
|
propertyConfigNames : [
|
|
271
270
|
'alignSelf',
|
|
272
271
|
'appendTo',
|
|
272
|
+
'autoUpdateRecord',
|
|
273
273
|
'callOnFunctions',
|
|
274
274
|
'catchEventHandlerExceptions',
|
|
275
275
|
'cls',
|
package/src/BryntumMenu.vue
CHANGED
|
@@ -28,7 +28,6 @@ export default {
|
|
|
28
28
|
ariaLabel : { type : String, default : undefined },
|
|
29
29
|
autoClose : { type : Boolean, default : undefined },
|
|
30
30
|
autoShow : { type : Boolean, default : undefined },
|
|
31
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
32
31
|
bbar : { type : [Array, Object, null], default : undefined },
|
|
33
32
|
bodyCls : { type : [String, Object], default : undefined },
|
|
34
33
|
border : { type : Boolean, default : undefined },
|
|
@@ -102,6 +101,7 @@ export default {
|
|
|
102
101
|
// Configs and properties
|
|
103
102
|
alignSelf : { type : String, default : undefined },
|
|
104
103
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
104
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
105
105
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
106
106
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
107
107
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -195,7 +195,6 @@ export default {
|
|
|
195
195
|
'ariaLabel',
|
|
196
196
|
'autoClose',
|
|
197
197
|
'autoShow',
|
|
198
|
-
'autoUpdateRecord',
|
|
199
198
|
'bbar',
|
|
200
199
|
'bodyCls',
|
|
201
200
|
'border',
|
|
@@ -270,6 +269,7 @@ export default {
|
|
|
270
269
|
propertyConfigNames : [
|
|
271
270
|
'alignSelf',
|
|
272
271
|
'appendTo',
|
|
272
|
+
'autoUpdateRecord',
|
|
273
273
|
'callOnFunctions',
|
|
274
274
|
'catchEventHandlerExceptions',
|
|
275
275
|
'centered',
|
|
@@ -26,7 +26,6 @@ export default {
|
|
|
26
26
|
anchor : { type : Boolean, default : undefined },
|
|
27
27
|
ariaDescription : { type : String, default : undefined },
|
|
28
28
|
ariaLabel : { type : String, default : undefined },
|
|
29
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
30
29
|
bbar : { type : [Array, Object, null], default : undefined },
|
|
31
30
|
bodyCls : { type : [String, Object], default : undefined },
|
|
32
31
|
border : { type : Boolean, default : undefined },
|
|
@@ -91,6 +90,7 @@ export default {
|
|
|
91
90
|
// Configs and properties
|
|
92
91
|
alignSelf : { type : String, default : undefined },
|
|
93
92
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
93
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
94
94
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
95
95
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
96
96
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -180,7 +180,6 @@ export default {
|
|
|
180
180
|
'anchor',
|
|
181
181
|
'ariaDescription',
|
|
182
182
|
'ariaLabel',
|
|
183
|
-
'autoUpdateRecord',
|
|
184
183
|
'bbar',
|
|
185
184
|
'bodyCls',
|
|
186
185
|
'border',
|
|
@@ -246,6 +245,7 @@ export default {
|
|
|
246
245
|
propertyConfigNames : [
|
|
247
246
|
'alignSelf',
|
|
248
247
|
'appendTo',
|
|
248
|
+
'autoUpdateRecord',
|
|
249
249
|
'callOnFunctions',
|
|
250
250
|
'catchEventHandlerExceptions',
|
|
251
251
|
'centered',
|
|
@@ -26,7 +26,6 @@ export default {
|
|
|
26
26
|
anchor : { type : Boolean, default : undefined },
|
|
27
27
|
ariaDescription : { type : String, default : undefined },
|
|
28
28
|
ariaLabel : { type : String, default : undefined },
|
|
29
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
30
29
|
border : { type : Boolean, default : undefined },
|
|
31
30
|
bubbleEvents : { type : Object, default : undefined },
|
|
32
31
|
color : { type : [String, null], default : undefined },
|
|
@@ -61,6 +60,8 @@ export default {
|
|
|
61
60
|
positioned : { type : Boolean, default : undefined },
|
|
62
61
|
preventTooltipOnTouch : { type : Boolean, default : undefined },
|
|
63
62
|
relayStoreEvents : { type : Boolean, default : undefined },
|
|
63
|
+
responsive : { type : Object, default : undefined },
|
|
64
|
+
responsiveTarget : { type : String, default : undefined },
|
|
64
65
|
ripple : { type : Boolean, default : undefined },
|
|
65
66
|
role : { type : String, default : undefined },
|
|
66
67
|
rootElement : { type : [ShadowRoot, HTMLElement], default : undefined },
|
|
@@ -82,6 +83,7 @@ export default {
|
|
|
82
83
|
// Configs and properties
|
|
83
84
|
alignSelf : { type : String, default : undefined },
|
|
84
85
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
86
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
85
87
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
86
88
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
87
89
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -163,7 +165,6 @@ export default {
|
|
|
163
165
|
'anchor',
|
|
164
166
|
'ariaDescription',
|
|
165
167
|
'ariaLabel',
|
|
166
|
-
'autoUpdateRecord',
|
|
167
168
|
'border',
|
|
168
169
|
'bubbleEvents',
|
|
169
170
|
'color',
|
|
@@ -198,6 +199,8 @@ export default {
|
|
|
198
199
|
'positioned',
|
|
199
200
|
'preventTooltipOnTouch',
|
|
200
201
|
'relayStoreEvents',
|
|
202
|
+
'responsive',
|
|
203
|
+
'responsiveTarget',
|
|
201
204
|
'ripple',
|
|
202
205
|
'role',
|
|
203
206
|
'rootElement',
|
|
@@ -220,6 +223,7 @@ export default {
|
|
|
220
223
|
propertyConfigNames : [
|
|
221
224
|
'alignSelf',
|
|
222
225
|
'appendTo',
|
|
226
|
+
'autoUpdateRecord',
|
|
223
227
|
'callOnFunctions',
|
|
224
228
|
'catchEventHandlerExceptions',
|
|
225
229
|
'centered',
|
package/src/BryntumPanel.vue
CHANGED
|
@@ -26,7 +26,6 @@ export default {
|
|
|
26
26
|
anchor : { type : Boolean, default : undefined },
|
|
27
27
|
ariaDescription : { type : String, default : undefined },
|
|
28
28
|
ariaLabel : { type : String, default : undefined },
|
|
29
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
30
29
|
bbar : { type : [Array, Object, null], default : undefined },
|
|
31
30
|
bodyCls : { type : [String, Object], default : undefined },
|
|
32
31
|
border : { type : Boolean, default : undefined },
|
|
@@ -91,6 +90,7 @@ export default {
|
|
|
91
90
|
// Configs and properties
|
|
92
91
|
alignSelf : { type : String, default : undefined },
|
|
93
92
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
93
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
94
94
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
95
95
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
96
96
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -177,7 +177,6 @@ export default {
|
|
|
177
177
|
'anchor',
|
|
178
178
|
'ariaDescription',
|
|
179
179
|
'ariaLabel',
|
|
180
|
-
'autoUpdateRecord',
|
|
181
180
|
'bbar',
|
|
182
181
|
'bodyCls',
|
|
183
182
|
'border',
|
|
@@ -243,6 +242,7 @@ export default {
|
|
|
243
242
|
propertyConfigNames : [
|
|
244
243
|
'alignSelf',
|
|
245
244
|
'appendTo',
|
|
245
|
+
'autoUpdateRecord',
|
|
246
246
|
'callOnFunctions',
|
|
247
247
|
'catchEventHandlerExceptions',
|
|
248
248
|
'centered',
|
|
@@ -26,7 +26,6 @@ export default {
|
|
|
26
26
|
anchor : { type : Boolean, default : undefined },
|
|
27
27
|
ariaDescription : { type : String, default : undefined },
|
|
28
28
|
ariaLabel : { type : String, default : undefined },
|
|
29
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
30
29
|
bbar : { type : [Array, Object, null], default : undefined },
|
|
31
30
|
bodyCls : { type : [String, Object], default : undefined },
|
|
32
31
|
border : { type : Boolean, default : undefined },
|
|
@@ -95,6 +94,7 @@ export default {
|
|
|
95
94
|
// Configs and properties
|
|
96
95
|
alignSelf : { type : String, default : undefined },
|
|
97
96
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
97
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
98
98
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
99
99
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
100
100
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -184,7 +184,6 @@ export default {
|
|
|
184
184
|
'anchor',
|
|
185
185
|
'ariaDescription',
|
|
186
186
|
'ariaLabel',
|
|
187
|
-
'autoUpdateRecord',
|
|
188
187
|
'bbar',
|
|
189
188
|
'bodyCls',
|
|
190
189
|
'border',
|
|
@@ -254,6 +253,7 @@ export default {
|
|
|
254
253
|
propertyConfigNames : [
|
|
255
254
|
'alignSelf',
|
|
256
255
|
'appendTo',
|
|
256
|
+
'autoUpdateRecord',
|
|
257
257
|
'callOnFunctions',
|
|
258
258
|
'catchEventHandlerExceptions',
|
|
259
259
|
'centered',
|
package/src/BryntumTabPanel.vue
CHANGED
|
@@ -28,7 +28,6 @@ export default {
|
|
|
28
28
|
ariaDescription : { type : String, default : undefined },
|
|
29
29
|
ariaLabel : { type : String, default : undefined },
|
|
30
30
|
autoHeight : { type : Boolean, default : undefined },
|
|
31
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
32
31
|
bbar : { type : [Array, Object, null], default : undefined },
|
|
33
32
|
bodyCls : { type : [String, Object], default : undefined },
|
|
34
33
|
border : { type : Boolean, default : undefined },
|
|
@@ -97,6 +96,7 @@ export default {
|
|
|
97
96
|
activeTab : { type : [Number, Widget], default : undefined },
|
|
98
97
|
alignSelf : { type : String, default : undefined },
|
|
99
98
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
99
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
100
100
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
101
101
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
102
102
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -187,7 +187,6 @@ export default {
|
|
|
187
187
|
'ariaDescription',
|
|
188
188
|
'ariaLabel',
|
|
189
189
|
'autoHeight',
|
|
190
|
-
'autoUpdateRecord',
|
|
191
190
|
'bbar',
|
|
192
191
|
'bodyCls',
|
|
193
192
|
'border',
|
|
@@ -257,6 +256,7 @@ export default {
|
|
|
257
256
|
'activeTab',
|
|
258
257
|
'alignSelf',
|
|
259
258
|
'appendTo',
|
|
259
|
+
'autoUpdateRecord',
|
|
260
260
|
'callOnFunctions',
|
|
261
261
|
'catchEventHandlerExceptions',
|
|
262
262
|
'centered',
|
|
@@ -26,7 +26,6 @@ export default {
|
|
|
26
26
|
anchor : { type : Boolean, default : undefined },
|
|
27
27
|
ariaDescription : { type : String, default : undefined },
|
|
28
28
|
ariaLabel : { type : String, default : undefined },
|
|
29
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
30
29
|
border : { type : Boolean, default : undefined },
|
|
31
30
|
bubbleEvents : { type : Object, default : undefined },
|
|
32
31
|
color : { type : [String, null], default : undefined },
|
|
@@ -79,6 +78,7 @@ export default {
|
|
|
79
78
|
// Configs and properties
|
|
80
79
|
alignSelf : { type : String, default : undefined },
|
|
81
80
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
81
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
82
82
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
83
83
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
84
84
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -161,7 +161,6 @@ export default {
|
|
|
161
161
|
'anchor',
|
|
162
162
|
'ariaDescription',
|
|
163
163
|
'ariaLabel',
|
|
164
|
-
'autoUpdateRecord',
|
|
165
164
|
'border',
|
|
166
165
|
'bubbleEvents',
|
|
167
166
|
'color',
|
|
@@ -215,6 +214,7 @@ export default {
|
|
|
215
214
|
propertyConfigNames : [
|
|
216
215
|
'alignSelf',
|
|
217
216
|
'appendTo',
|
|
217
|
+
'autoUpdateRecord',
|
|
218
218
|
'callOnFunctions',
|
|
219
219
|
'catchEventHandlerExceptions',
|
|
220
220
|
'centered',
|
package/src/BryntumToolbar.vue
CHANGED
|
@@ -26,7 +26,6 @@ export default {
|
|
|
26
26
|
anchor : { type : Boolean, default : undefined },
|
|
27
27
|
ariaDescription : { type : String, default : undefined },
|
|
28
28
|
ariaLabel : { type : String, default : undefined },
|
|
29
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
30
29
|
border : { type : Boolean, default : undefined },
|
|
31
30
|
bubbleEvents : { type : Object, default : undefined },
|
|
32
31
|
color : { type : [String, null], default : undefined },
|
|
@@ -81,6 +80,7 @@ export default {
|
|
|
81
80
|
// Configs and properties
|
|
82
81
|
alignSelf : { type : String, default : undefined },
|
|
83
82
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
83
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
84
84
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
85
85
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
86
86
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -162,7 +162,6 @@ export default {
|
|
|
162
162
|
'anchor',
|
|
163
163
|
'ariaDescription',
|
|
164
164
|
'ariaLabel',
|
|
165
|
-
'autoUpdateRecord',
|
|
166
165
|
'border',
|
|
167
166
|
'bubbleEvents',
|
|
168
167
|
'color',
|
|
@@ -218,6 +217,7 @@ export default {
|
|
|
218
217
|
propertyConfigNames : [
|
|
219
218
|
'alignSelf',
|
|
220
219
|
'appendTo',
|
|
220
|
+
'autoUpdateRecord',
|
|
221
221
|
'callOnFunctions',
|
|
222
222
|
'catchEventHandlerExceptions',
|
|
223
223
|
'centered',
|
package/src/BryntumTreeGrid.vue
CHANGED
|
@@ -163,16 +163,17 @@ export default {
|
|
|
163
163
|
width : { type : [Number, String], default : undefined },
|
|
164
164
|
|
|
165
165
|
// Properties only
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
166
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
167
|
+
centered : { type : [Boolean, Object], default : undefined },
|
|
168
|
+
originalStore : { type : Store, default : undefined },
|
|
169
|
+
parent : { type : Widget, default : undefined },
|
|
170
|
+
selectedCell : { type : [GridLocation, Object], default : undefined },
|
|
171
|
+
selectedCells : { type : Array, default : undefined },
|
|
172
|
+
selectedRecord : { type : Model, default : undefined },
|
|
173
|
+
selectedRecords : { type : Array, default : undefined },
|
|
174
|
+
selectedRows : { type : Array, default : undefined },
|
|
175
|
+
state : { type : Object, default : undefined },
|
|
176
|
+
tooltip : { type : [String, Object], default : undefined },
|
|
176
177
|
|
|
177
178
|
// Events
|
|
178
179
|
onBeforeCancelCellEdit : { type : Function },
|
|
@@ -259,6 +260,8 @@ export default {
|
|
|
259
260
|
onHeaderMenuShow : { type : Function },
|
|
260
261
|
onHeaderMenuToggleItem : { type : Function },
|
|
261
262
|
onHide : { type : Function },
|
|
263
|
+
onHorizontalScroll : { type : Function },
|
|
264
|
+
onHorizontalScrollEnd : { type : Function },
|
|
262
265
|
onLockRows : { type : Function },
|
|
263
266
|
onMouseOut : { type : Function },
|
|
264
267
|
onMouseOver : { type : Function },
|
|
@@ -594,6 +597,8 @@ export default {
|
|
|
594
597
|
'onHeaderMenuShow',
|
|
595
598
|
'onHeaderMenuToggleItem',
|
|
596
599
|
'onHide',
|
|
600
|
+
'onHorizontalScroll',
|
|
601
|
+
'onHorizontalScrollEnd',
|
|
597
602
|
'onLockRows',
|
|
598
603
|
'onMouseOut',
|
|
599
604
|
'onMouseOver',
|
|
@@ -649,6 +654,7 @@ export default {
|
|
|
649
654
|
],
|
|
650
655
|
|
|
651
656
|
propertyNames : [
|
|
657
|
+
'autoUpdateRecord',
|
|
652
658
|
'centered',
|
|
653
659
|
'originalStore',
|
|
654
660
|
'parent',
|
|
@@ -746,6 +752,8 @@ export default {
|
|
|
746
752
|
'headerMenuShow',
|
|
747
753
|
'headerMenuToggleItem',
|
|
748
754
|
'hide',
|
|
755
|
+
'horizontalScroll',
|
|
756
|
+
'horizontalScrollEnd',
|
|
749
757
|
'lockRows',
|
|
750
758
|
'mouseOut',
|
|
751
759
|
'mouseOver',
|
|
@@ -26,7 +26,6 @@ export default {
|
|
|
26
26
|
anchor : { type : Boolean, default : undefined },
|
|
27
27
|
ariaDescription : { type : String, default : undefined },
|
|
28
28
|
ariaLabel : { type : String, default : undefined },
|
|
29
|
-
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
30
29
|
bbar : { type : [Array, Object, null], default : undefined },
|
|
31
30
|
bodyCls : { type : [String, Object], default : undefined },
|
|
32
31
|
border : { type : Boolean, default : undefined },
|
|
@@ -94,6 +93,7 @@ export default {
|
|
|
94
93
|
// Configs and properties
|
|
95
94
|
alignSelf : { type : String, default : undefined },
|
|
96
95
|
appendTo : { type : [HTMLElement, String], default : undefined },
|
|
96
|
+
autoUpdateRecord : { type : Boolean, default : undefined },
|
|
97
97
|
callOnFunctions : { type : Boolean, default : undefined },
|
|
98
98
|
catchEventHandlerExceptions : { type : Boolean, default : undefined },
|
|
99
99
|
centered : { type : [Boolean, Object], default : undefined },
|
|
@@ -184,7 +184,6 @@ export default {
|
|
|
184
184
|
'anchor',
|
|
185
185
|
'ariaDescription',
|
|
186
186
|
'ariaLabel',
|
|
187
|
-
'autoUpdateRecord',
|
|
188
187
|
'bbar',
|
|
189
188
|
'bodyCls',
|
|
190
189
|
'border',
|
|
@@ -253,6 +252,7 @@ export default {
|
|
|
253
252
|
propertyConfigNames : [
|
|
254
253
|
'alignSelf',
|
|
255
254
|
'appendTo',
|
|
255
|
+
'autoUpdateRecord',
|
|
256
256
|
'callOnFunctions',
|
|
257
257
|
'catchEventHandlerExceptions',
|
|
258
258
|
'centered',
|