@@ -41,7 +41,7 @@ export const waitForAngularLoading = ClientFunction(() => new Promise((resolve)
41
41
let demoAppCounter = 0 ;
42
42
const demoAppIntervalHandle = setInterval ( ( ) => {
43
43
const demoApp = document . querySelector ( 'demo-app' ) ;
44
- if ( ( demoApp && demoApp . innerText !== 'Loading...' ) || demoAppCounter === 150 ) {
44
+ if ( ( demoApp && demoApp . innerText !== 'Loading...' ) || demoAppCounter === 120 ) {
45
45
setTimeout ( resolve , 1000 ) ;
46
46
clearInterval ( demoAppIntervalHandle ) ;
47
47
}
@@ -195,85 +195,85 @@ const SKIPPED_TESTS = {
195
195
Accordion : [
196
196
{ demo : 'Overview' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
197
197
] ,
198
- DropDownButton : [
199
- { demo : 'Overview' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
200
- ] ,
201
- SelectBox : [
202
- { demo : 'GroupedItems' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
203
- ] ,
204
- Splitter : [
205
- { demo : 'Overview' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
206
- ] ,
207
- Gauges : [
208
- { demo : 'VariableNumberOfBars' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
209
- ] ,
210
198
Charts : [
211
- { demo : 'Overview' , themes : [ THEME . material ] } ,
212
199
{ demo : 'Crosshair' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
213
200
{ demo : 'CustomAnnotations' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
214
- { demo : 'LoadDataOnDemand' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
215
201
{ demo : 'CustomLegendMarkers' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
216
- { demo : 'PieWithResolvedLabelOverlapping' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
217
- { demo : 'ZoomingAndScrollingAPI' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
218
- { demo : 'ZoomingOnAreaSelection' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
219
- { demo : 'TooltipHTMLSupport' , themes : [ THEME . material ] } ,
220
202
{ demo : 'Export' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
221
203
{ demo : 'ExportCustomMarkup' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
204
+ { demo : 'LoadDataOnDemand' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
205
+ { demo : 'Overview' , themes : [ THEME . material ] } ,
206
+ { demo : 'PieWithResolvedLabelOverlapping' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
222
207
{ demo : 'PopupEditing' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
223
- ] ,
224
- VectorMap : [
225
208
{ demo : 'TooltipHTMLSupport' , themes : [ THEME . material ] } ,
226
- { demo : 'DynamicViewport' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
209
+ { demo : 'ZoomingAndScrollingAPI' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
210
+ { demo : 'ZoomingOnAreaSelection' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
227
211
] ,
228
212
DataGrid : [
229
- { demo : 'Appearance' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
230
213
{ demo : 'AdvancedMasterDetailView' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
231
- { demo : 'BatchEditing' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
232
214
{ demo : 'AjaxRequest' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
233
- { demo : 'InfiniteScrolling' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
234
- { demo : 'MasterDetailView' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
235
- { demo : 'SimpleArray' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
236
- { demo : 'MasterDetailAPI' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
237
- { demo : 'DataValidation' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
238
- { demo : 'MultipleSorting' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
239
- { demo : 'OdataService' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
215
+ { demo : 'Appearance' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
216
+ { demo : 'BatchEditing' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
217
+ { demo : 'CellEditingAndEditingAPI' , themes : [ THEME . generic , THEME . fluent , THEME . material ] } ,
240
218
{ demo : 'CustomNewRecordPosition' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
219
+ { demo : 'DataValidation' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
220
+ { demo : 'EditStateManagement' , themes : [ THEME . generic , THEME . fluent , THEME . material ] } ,
241
221
{ demo : 'Filtering' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
242
222
{ demo : 'FilteringAPI' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
243
223
{ demo : 'GroupSummaries' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
244
- { demo : 'RecordPaging' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
245
- { demo : 'RowSelection' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
246
- { demo : 'MultipleSelection' , themes : [ THEME . material , THEME . fluent ] } ,
247
- { demo : 'CellEditingAndEditingAPI' , themes : [ THEME . generic , THEME . fluent , THEME . material ] } ,
224
+ { demo : 'InfiniteScrolling' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
225
+ { demo : 'MasterDetailAPI' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
226
+ { demo : 'MasterDetailView' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
248
227
{ demo : 'MultipleRecordSelectionAPI' , themes : [ THEME . generic , THEME . fluent , THEME . material ] } ,
228
+ { demo : 'MultipleSelection' , themes : [ THEME . material , THEME . fluent ] } ,
229
+ { demo : 'MultipleSorting' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
230
+ { demo : 'OdataService' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
231
+ { demo : 'RecordGrouping' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
232
+ { demo : 'RecordPaging' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
249
233
{ demo : 'RemoteGrouping' , themes : [ THEME . generic , THEME . fluent , THEME . material ] } ,
250
234
{ demo : 'RowEditingAndEditingEvents' , themes : [ THEME . generic , THEME . fluent , THEME . material ] } ,
251
- { demo : 'EditStateManagement ' , themes : [ THEME . generic , THEME . fluent , THEME . material ] } ,
252
- { demo : 'RecordGrouping ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
235
+ { demo : 'RowSelection ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
236
+ { demo : 'SimpleArray ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
253
237
{ demo : 'ToolbarCustomization' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
254
238
] ,
239
+ // DropDownButton: [
240
+ // { demo: 'Overview', themes: [THEME.generic, THEME.material, THEME.fluent] },
241
+ // ],
255
242
Form : [
256
243
'CustomizeItem' ,
257
244
{ demo : 'Validation' , themes : [ THEME . material ] } ,
258
245
] ,
246
+ // Gauges: [
247
+ // { demo: 'VariableNumberOfBars', themes: [THEME.generic, THEME.material, THEME.fluent] },
248
+ // ],
249
+ PivotGrid : [
250
+ { demo : 'IntegratedFieldChooser' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
251
+ ] ,
252
+ // Popup: [
253
+ // { demo: 'Scrolling', themes: [THEME.generic, THEME.material, THEME.fluent] },
254
+ // ],
259
255
Scheduler : [
260
256
'CustomDragAndDrop' ,
261
- { demo : 'Resources' , themes : [ THEME . fluent ] } ,
262
257
{ demo : 'CellTemplates' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
258
+ { demo : 'Resources' , themes : [ THEME . fluent ] } ,
263
259
{ demo : 'Resources' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
264
260
] ,
265
- Popup : [
266
- { demo : 'Scrolling ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
267
- ] ,
268
- Sortable : [
269
- { demo : 'Kanban' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
270
- ] ,
271
- PivotGrid : [
272
- { demo : 'IntegratedFieldChooser ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
273
- ] ,
261
+ // SelectBox : [
262
+ // { demo: 'GroupedItems ', themes: [THEME.generic, THEME.material, THEME.fluent] },
263
+ // ],
264
+ // Sortable: [
265
+ // { demo: 'Kanban', themes: [THEME.generic, THEME.material, THEME.fluent] },
266
+ // ],
267
+ // Splitter : [
268
+ // { demo: 'Overview ', themes: [THEME.generic, THEME.material, THEME.fluent] },
269
+ // ],
274
270
Toolbar : [
275
271
{ demo : 'Adaptability' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
276
- ]
272
+ ] ,
273
+ VectorMap : [
274
+ { demo : 'DynamicViewport' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
275
+ { demo : 'TooltipHTMLSupport' , themes : [ THEME . material ] } ,
276
+ ] ,
277
277
} ,
278
278
Vue : {
279
279
Accordion : [
0 commit comments