@@ -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
}
@@ -196,72 +196,72 @@ const SKIPPED_TESTS = {
196
196
] ,
197
197
} ,
198
198
Angular : {
199
- Accordion : [
200
- { demo : 'Overview' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
201
- ] ,
202
- Charts : [
203
- { demo : 'Overview ' , themes : [ THEME . material ] } ,
204
- { demo : 'Crosshair' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
205
- { demo : 'CustomAnnotations' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
206
- { demo : 'LoadDataOnDemand ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
207
- { demo : 'CustomLegendMarkers ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
208
- { demo : 'PieWithResolvedLabelOverlapping ' , 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 ] } ,
211
- { demo : 'TooltipHTMLSupport ' , themes : [ THEME . material ] } ,
212
- { demo : 'Export ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
213
- { demo : 'ExportCustomMarkup ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
214
- { demo : 'PopupEditing ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
215
- { demo : 'ClientSideDataProcessing ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
216
- ] ,
217
- VectorMap : [
218
- { demo : 'TooltipHTMLSupport ' , themes : [ THEME . material ] } ,
219
- { demo : 'DynamicViewport ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
220
- ] ,
221
- DataGrid : [
222
- { demo : 'Appearance ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
223
- { demo : 'AdvancedMasterDetailView ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
224
- { demo : 'BatchEditing ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
225
- { demo : 'AjaxRequest ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
226
- { demo : 'InfiniteScrolling ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
227
- { demo : 'MasterDetailView ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
228
- { demo : 'SimpleArray ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
229
- { demo : 'MasterDetailAPI ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
230
- { demo : 'DataValidation ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
231
- { demo : 'MultipleSorting ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
232
- { demo : 'OdataService ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
233
- { demo : 'CustomNewRecordPosition ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
234
- { demo : 'Filtering ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
235
- { demo : 'FilteringAPI ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
236
- { demo : 'GroupSummaries ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
237
- { demo : 'RecordPaging ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
238
- { demo : 'RowSelection ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
239
- { demo : 'MultipleSelection ' , themes : [ THEME . material , THEME . fluent ] } ,
240
- { demo : 'CellEditingAndEditingAPI ' , themes : [ THEME . generic , THEME . fluent , THEME . material ] } ,
241
- { demo : 'MultipleRecordSelectionAPI ' , themes : [ THEME . generic , THEME . fluent , THEME . material ] } ,
242
- { demo : 'RemoteGrouping ' , themes : [ THEME . generic , THEME . fluent , THEME . material ] } ,
243
- { demo : 'RowEditingAndEditingEvents ' , themes : [ THEME . generic , THEME . fluent , THEME . material ] } ,
244
- { demo : 'EditStateManagement' , themes : [ THEME . generic , THEME . fluent , THEME . material ] } ,
245
- { demo : 'RecordGrouping' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
246
- { demo : 'ToolbarCustomization' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
247
- { demo : 'ColumnCustomization ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
248
- ] ,
249
- Form : [
250
- 'CustomizeItem' ,
251
- { demo : 'Validation' , themes : [ THEME . material ] } ,
252
- ] ,
253
- Scheduler : [
254
- 'CustomDragAndDrop' ,
255
- { demo : 'Resources' , themes : [ THEME . fluent ] } ,
256
- { demo : 'CellTemplates ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
257
- { demo : 'Resources' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
258
- ] ,
259
- PivotGrid : [
260
- { demo : 'IntegratedFieldChooser' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
261
- ] ,
262
- Toolbar : [
263
- { demo : 'Adaptability ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
264
- ]
199
+ // Accordion: [
200
+ // { demo: 'Overview', themes: [THEME.generic, THEME.material, THEME.fluent] },
201
+ // ],
202
+ Charts : [
203
+ { demo : 'ClientSideDataProcessing ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
204
+ { demo : 'Crosshair' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
205
+ { demo : 'CustomAnnotations' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
206
+ { demo : 'CustomLegendMarkers ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
207
+ { demo : 'Export ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
208
+ { demo : 'ExportCustomMarkup ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
209
+ { demo : 'LoadDataOnDemand ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
210
+ { demo : 'Overview ' , themes : [ THEME . material ] } ,
211
+ { demo : 'PieWithResolvedLabelOverlapping ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
212
+ { demo : 'PopupEditing ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
213
+ { demo : 'TooltipHTMLSupport ' , themes : [ THEME . material ] } ,
214
+ { demo : 'ZoomingAndScrollingAPI ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
215
+ { demo : 'ZoomingOnAreaSelection ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
216
+ ] ,
217
+ DataGrid : [
218
+ { demo : 'AdvancedMasterDetailView ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
219
+ { demo : 'AjaxRequest ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
220
+ { demo : 'Appearance' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
221
+ { demo : 'BatchEditing' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
222
+ { demo : 'CellEditingAndEditingAPI ' , themes : [ THEME . generic , THEME . fluent , THEME . material ] } ,
223
+ { demo : 'ColumnCustomization ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
224
+ { demo : 'CustomNewRecordPosition ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
225
+ { demo : 'DataValidation ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
226
+ { demo : 'EditStateManagement ' , themes : [ THEME . generic , THEME . fluent , THEME . material ] } ,
227
+ { demo : 'Filtering ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
228
+ { demo : 'FilteringAPI ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
229
+ { demo : 'GroupSummaries ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
230
+ { demo : 'InfiniteScrolling ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
231
+ { demo : 'MasterDetailAPI ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
232
+ { demo : 'MasterDetailView ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
233
+ { demo : 'MultipleRecordSelectionAPI ' , themes : [ THEME . generic , THEME . fluent , THEME . material ] } ,
234
+ { demo : 'MultipleSelection ' , themes : [ THEME . material , THEME . fluent ] } ,
235
+ { demo : 'MultipleSorting ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
236
+ { demo : 'OdataService ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
237
+ { demo : 'RecordGrouping ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
238
+ { demo : 'RecordPaging ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
239
+ { demo : 'RemoteGrouping ' , themes : [ THEME . generic , THEME . fluent , THEME . material ] } ,
240
+ { demo : 'RowEditingAndEditingEvents ' , themes : [ THEME . generic , THEME . fluent , THEME . material ] } ,
241
+ { demo : 'RowSelection ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
242
+ { demo : 'SimpleArray ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
243
+ { demo : 'ToolbarCustomization ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
244
+ ] ,
245
+ Form : [
246
+ 'CustomizeItem' ,
247
+ { demo : 'Validation ' , themes : [ THEME . material ] } ,
248
+ ] ,
249
+ PivotGrid : [
250
+ { demo : 'IntegratedFieldChooser' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
251
+ ] ,
252
+ Scheduler : [
253
+ 'CustomDragAndDrop' ,
254
+ { demo : 'CellTemplates' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
255
+ { demo : 'Resources' , themes : [ THEME . fluent ] } ,
256
+ { demo : 'Resources ' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
257
+ ] ,
258
+ // Toolbar: [
259
+ // { demo: 'Adaptability', themes: [THEME.generic, THEME.material, THEME.fluent] },
260
+ // ] ,
261
+ VectorMap : [
262
+ { demo : 'DynamicViewport' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
263
+ { demo : 'TooltipHTMLSupport ' , themes : [ THEME . material ] } ,
264
+ ] ,
265
265
} ,
266
266
Vue : {
267
267
Accordion : [
0 commit comments