diff --git a/apps/demos/Demos/PivotGrid/Filtering/Angular/app/app.component.ts b/apps/demos/Demos/PivotGrid/Filtering/Angular/app/app.component.ts index c34dbd36d24d..e883d1c9e63e 100644 --- a/apps/demos/Demos/PivotGrid/Filtering/Angular/app/app.component.ts +++ b/apps/demos/Demos/PivotGrid/Filtering/Angular/app/app.component.ts @@ -46,13 +46,13 @@ export class AppComponent { { dataField: '[Ship Date].[Calendar Year]', area: 'filter', - filterValues: ['[Ship Date].[Calendar Year].&[2004]'], + filterValues: ['[Ship Date].[Calendar Year].&[2024]'], }, ], store: { type: 'xmla', url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll', - catalog: 'Adventure Works DW Standard Edition', + catalog: 'Adventure Works DW Standard Edition 2026', cube: 'Adventure Works', }, }); diff --git a/apps/demos/Demos/PivotGrid/Filtering/React/App.tsx b/apps/demos/Demos/PivotGrid/Filtering/React/App.tsx index 592925583497..1f3878275691 100644 --- a/apps/demos/Demos/PivotGrid/Filtering/React/App.tsx +++ b/apps/demos/Demos/PivotGrid/Filtering/React/App.tsx @@ -24,12 +24,12 @@ const dataSource = new PivotGridDataSource({ { dataField: '[Ship Date].[Calendar Year]', area: 'filter', - filterValues: ['[Ship Date].[Calendar Year].&[2004]'], + filterValues: ['[Ship Date].[Calendar Year].&[2024]'], }, ], store: new XmlaStore({ url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll', - catalog: 'Adventure Works DW Standard Edition', + catalog: 'Adventure Works DW Standard Edition 2026', cube: 'Adventure Works', }), }); diff --git a/apps/demos/Demos/PivotGrid/Filtering/ReactJs/App.js b/apps/demos/Demos/PivotGrid/Filtering/ReactJs/App.js index 91c0cd747e5c..49ffad51bf3f 100644 --- a/apps/demos/Demos/PivotGrid/Filtering/ReactJs/App.js +++ b/apps/demos/Demos/PivotGrid/Filtering/ReactJs/App.js @@ -24,12 +24,12 @@ const dataSource = new PivotGridDataSource({ { dataField: '[Ship Date].[Calendar Year]', area: 'filter', - filterValues: ['[Ship Date].[Calendar Year].&[2004]'], + filterValues: ['[Ship Date].[Calendar Year].&[2024]'], }, ], store: new XmlaStore({ url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll', - catalog: 'Adventure Works DW Standard Edition', + catalog: 'Adventure Works DW Standard Edition 2026', cube: 'Adventure Works', }), }); diff --git a/apps/demos/Demos/PivotGrid/Filtering/Vue/App.vue b/apps/demos/Demos/PivotGrid/Filtering/Vue/App.vue index df633ddb5a02..f26c3d54d505 100644 --- a/apps/demos/Demos/PivotGrid/Filtering/Vue/App.vue +++ b/apps/demos/Demos/PivotGrid/Filtering/Vue/App.vue @@ -67,12 +67,12 @@ const dataSource = new PivotGridDataSource({ { dataField: '[Ship Date].[Calendar Year]', area: 'filter', - filterValues: ['[Ship Date].[Calendar Year].&[2004]'], + filterValues: ['[Ship Date].[Calendar Year].&[2024]'], }, ], store: new XmlaStore({ url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll', - catalog: 'Adventure Works DW Standard Edition', + catalog: 'Adventure Works DW Standard Edition 2026', cube: 'Adventure Works', }), }); diff --git a/apps/demos/Demos/PivotGrid/Filtering/jQuery/index.js b/apps/demos/Demos/PivotGrid/Filtering/jQuery/index.js index 73d5a4315cda..a72c35648e9c 100644 --- a/apps/demos/Demos/PivotGrid/Filtering/jQuery/index.js +++ b/apps/demos/Demos/PivotGrid/Filtering/jQuery/index.js @@ -33,13 +33,13 @@ $(() => { { dataField: '[Ship Date].[Calendar Year]', area: 'filter', - filterValues: ['[Ship Date].[Calendar Year].&[2004]'], + filterValues: ['[Ship Date].[Calendar Year].&[2024]'], }, ], store: { type: 'xmla', url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll', - catalog: 'Adventure Works DW Standard Edition', + catalog: 'Adventure Works DW Standard Edition 2026', cube: 'Adventure Works', }, }, diff --git a/apps/demos/Demos/PivotGrid/IntegratedFieldChooser/Angular/app/app.component.ts b/apps/demos/Demos/PivotGrid/IntegratedFieldChooser/Angular/app/app.component.ts index 70feaaa34ef2..704817e421af 100644 --- a/apps/demos/Demos/PivotGrid/IntegratedFieldChooser/Angular/app/app.component.ts +++ b/apps/demos/Demos/PivotGrid/IntegratedFieldChooser/Angular/app/app.component.ts @@ -43,7 +43,7 @@ export class AppComponent { store: { type: 'xmla', url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll', - catalog: 'Adventure Works DW Standard Edition', + catalog: 'Adventure Works DW Standard Edition 2026', cube: 'Adventure Works', }, }; diff --git a/apps/demos/Demos/PivotGrid/IntegratedFieldChooser/React/App.tsx b/apps/demos/Demos/PivotGrid/IntegratedFieldChooser/React/App.tsx index cc8aae809093..479c6f48a43a 100644 --- a/apps/demos/Demos/PivotGrid/IntegratedFieldChooser/React/App.tsx +++ b/apps/demos/Demos/PivotGrid/IntegratedFieldChooser/React/App.tsx @@ -64,7 +64,7 @@ const dataSource = new PivotGridDataSource({ store: { type: 'xmla', url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll', - catalog: 'Adventure Works DW Standard Edition', + catalog: 'Adventure Works DW Standard Edition 2026', cube: 'Adventure Works', }, }); diff --git a/apps/demos/Demos/PivotGrid/IntegratedFieldChooser/ReactJs/App.js b/apps/demos/Demos/PivotGrid/IntegratedFieldChooser/ReactJs/App.js index 4070c792563a..bc0e58cca20a 100644 --- a/apps/demos/Demos/PivotGrid/IntegratedFieldChooser/ReactJs/App.js +++ b/apps/demos/Demos/PivotGrid/IntegratedFieldChooser/ReactJs/App.js @@ -57,7 +57,7 @@ const dataSource = new PivotGridDataSource({ store: { type: 'xmla', url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll', - catalog: 'Adventure Works DW Standard Edition', + catalog: 'Adventure Works DW Standard Edition 2026', cube: 'Adventure Works', }, }); diff --git a/apps/demos/Demos/PivotGrid/IntegratedFieldChooser/Vue/App.vue b/apps/demos/Demos/PivotGrid/IntegratedFieldChooser/Vue/App.vue index af1c8adc0581..f0b1eeb7deda 100644 --- a/apps/demos/Demos/PivotGrid/IntegratedFieldChooser/Vue/App.vue +++ b/apps/demos/Demos/PivotGrid/IntegratedFieldChooser/Vue/App.vue @@ -59,7 +59,7 @@ const dataSource: Record = { store: { type: 'xmla', url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll', - catalog: 'Adventure Works DW Standard Edition', + catalog: 'Adventure Works DW Standard Edition 2026', cube: 'Adventure Works', }, }; diff --git a/apps/demos/Demos/PivotGrid/IntegratedFieldChooser/jQuery/index.js b/apps/demos/Demos/PivotGrid/IntegratedFieldChooser/jQuery/index.js index 3cdbbb572691..95b4d030f99d 100644 --- a/apps/demos/Demos/PivotGrid/IntegratedFieldChooser/jQuery/index.js +++ b/apps/demos/Demos/PivotGrid/IntegratedFieldChooser/jQuery/index.js @@ -29,7 +29,7 @@ $(() => { store: { type: 'xmla', url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll', - catalog: 'Adventure Works DW Standard Edition', + catalog: 'Adventure Works DW Standard Edition 2026', cube: 'Adventure Works', }, }, diff --git a/apps/demos/Demos/PivotGrid/OLAPDataSource/Angular/app/app.component.ts b/apps/demos/Demos/PivotGrid/OLAPDataSource/Angular/app/app.component.ts index 88ea60ab5866..a6069605b8cd 100644 --- a/apps/demos/Demos/PivotGrid/OLAPDataSource/Angular/app/app.component.ts +++ b/apps/demos/Demos/PivotGrid/OLAPDataSource/Angular/app/app.component.ts @@ -46,7 +46,7 @@ export class AppComponent { store: { type: 'xmla', url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll', - catalog: 'Adventure Works DW Standard Edition', + catalog: 'Adventure Works DW Standard Edition 2026', cube: 'Adventure Works', }, }; diff --git a/apps/demos/Demos/PivotGrid/OLAPDataSource/React/App.tsx b/apps/demos/Demos/PivotGrid/OLAPDataSource/React/App.tsx index e03ccbac07d4..0e9626f81eb0 100644 --- a/apps/demos/Demos/PivotGrid/OLAPDataSource/React/App.tsx +++ b/apps/demos/Demos/PivotGrid/OLAPDataSource/React/App.tsx @@ -44,7 +44,7 @@ const dataSource = new PivotGridDataSource({ ], store: new XmlaStore({ url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll', - catalog: 'Adventure Works DW Standard Edition', + catalog: 'Adventure Works DW Standard Edition 2026', cube: 'Adventure Works', }), }); diff --git a/apps/demos/Demos/PivotGrid/OLAPDataSource/ReactJs/App.js b/apps/demos/Demos/PivotGrid/OLAPDataSource/ReactJs/App.js index db03b1d78bc0..e60324d41a8e 100644 --- a/apps/demos/Demos/PivotGrid/OLAPDataSource/ReactJs/App.js +++ b/apps/demos/Demos/PivotGrid/OLAPDataSource/ReactJs/App.js @@ -42,7 +42,7 @@ const dataSource = new PivotGridDataSource({ ], store: new XmlaStore({ url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll', - catalog: 'Adventure Works DW Standard Edition', + catalog: 'Adventure Works DW Standard Edition 2026', cube: 'Adventure Works', }), }); diff --git a/apps/demos/Demos/PivotGrid/OLAPDataSource/Vue/App.vue b/apps/demos/Demos/PivotGrid/OLAPDataSource/Vue/App.vue index 45f503611867..28f5dab91e64 100644 --- a/apps/demos/Demos/PivotGrid/OLAPDataSource/Vue/App.vue +++ b/apps/demos/Demos/PivotGrid/OLAPDataSource/Vue/App.vue @@ -44,7 +44,7 @@ const dataSource = new PivotGridDataSource({ ], store: new XmlaStore({ url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll', - catalog: 'Adventure Works DW Standard Edition', + catalog: 'Adventure Works DW Standard Edition 2026', cube: 'Adventure Works', }), }); diff --git a/apps/demos/Demos/PivotGrid/OLAPDataSource/jQuery/index.js b/apps/demos/Demos/PivotGrid/OLAPDataSource/jQuery/index.js index d174e5506d59..cb9b7737a102 100644 --- a/apps/demos/Demos/PivotGrid/OLAPDataSource/jQuery/index.js +++ b/apps/demos/Demos/PivotGrid/OLAPDataSource/jQuery/index.js @@ -28,7 +28,7 @@ $(() => { store: { type: 'xmla', url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll', - catalog: 'Adventure Works DW Standard Edition', + catalog: 'Adventure Works DW Standard Edition 2026', cube: 'Adventure Works', }, }, diff --git a/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/Angular/app/app.component.ts b/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/Angular/app/app.component.ts index 144bdf0ec1e3..10fce778c57c 100644 --- a/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/Angular/app/app.component.ts +++ b/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/Angular/app/app.component.ts @@ -33,7 +33,7 @@ export class AppComponent { store: { type: 'xmla', url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll', - catalog: 'Adventure Works DW Standard Edition', + catalog: 'Adventure Works DW Standard Edition 2026', cube: 'Adventure Works', }, }; diff --git a/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/React/App.tsx b/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/React/App.tsx index 7cc10b378e87..858ddb2c27d4 100644 --- a/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/React/App.tsx +++ b/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/React/App.tsx @@ -43,7 +43,7 @@ const dataSource = new PivotGridDataSource({ ], store: new XmlaStore({ url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll', - catalog: 'Adventure Works DW Standard Edition', + catalog: 'Adventure Works DW Standard Edition 2026', cube: 'Adventure Works', }), }); diff --git a/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/ReactJs/App.js b/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/ReactJs/App.js index e91a7203eeb8..518aafe5bee5 100644 --- a/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/ReactJs/App.js +++ b/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/ReactJs/App.js @@ -43,7 +43,7 @@ const dataSource = new PivotGridDataSource({ ], store: new XmlaStore({ url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll', - catalog: 'Adventure Works DW Standard Edition', + catalog: 'Adventure Works DW Standard Edition 2026', cube: 'Adventure Works', }), }); diff --git a/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/Vue/App.vue b/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/Vue/App.vue index 37ca21339981..bcd6b07fc607 100644 --- a/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/Vue/App.vue +++ b/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/Vue/App.vue @@ -47,7 +47,7 @@ const dataSource = new PivotGridDataSource({ ], store: new XmlaStore({ url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll', - catalog: 'Adventure Works DW Standard Edition', + catalog: 'Adventure Works DW Standard Edition 2026', cube: 'Adventure Works', }), }); diff --git a/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/jQuery/index.js b/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/jQuery/index.js index 3040a969d45e..497fb0453050 100644 --- a/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/jQuery/index.js +++ b/apps/demos/Demos/PivotGrid/RemoteVirtualScrolling/jQuery/index.js @@ -30,7 +30,7 @@ $(() => { store: { type: 'xmla', url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll', - catalog: 'Adventure Works DW Standard Edition', + catalog: 'Adventure Works DW Standard Edition 2026', cube: 'Adventure Works', }, }, diff --git a/apps/demos/testing/etalons/PivotGrid-IntegratedFieldChooser (fluent.blue.light).png b/apps/demos/testing/etalons/PivotGrid-IntegratedFieldChooser (fluent.blue.light).png index 5f586b983141..858f2166583a 100644 Binary files a/apps/demos/testing/etalons/PivotGrid-IntegratedFieldChooser (fluent.blue.light).png and b/apps/demos/testing/etalons/PivotGrid-IntegratedFieldChooser (fluent.blue.light).png differ diff --git a/apps/demos/testing/etalons/PivotGrid-IntegratedFieldChooser (material.blue.light).png b/apps/demos/testing/etalons/PivotGrid-IntegratedFieldChooser (material.blue.light).png index d3bbec98fd61..de0a4901203d 100644 Binary files a/apps/demos/testing/etalons/PivotGrid-IntegratedFieldChooser (material.blue.light).png and b/apps/demos/testing/etalons/PivotGrid-IntegratedFieldChooser (material.blue.light).png differ diff --git a/apps/demos/testing/etalons/PivotGrid-OLAPDataSource (fluent.blue.light).png b/apps/demos/testing/etalons/PivotGrid-OLAPDataSource (fluent.blue.light).png index 4528bd0a1a82..53e51ab4698c 100644 Binary files a/apps/demos/testing/etalons/PivotGrid-OLAPDataSource (fluent.blue.light).png and b/apps/demos/testing/etalons/PivotGrid-OLAPDataSource (fluent.blue.light).png differ diff --git a/apps/demos/testing/etalons/PivotGrid-OLAPDataSource (material.blue.light).png b/apps/demos/testing/etalons/PivotGrid-OLAPDataSource (material.blue.light).png index c8b35c1d4a15..d04f0b4dcef1 100644 Binary files a/apps/demos/testing/etalons/PivotGrid-OLAPDataSource (material.blue.light).png and b/apps/demos/testing/etalons/PivotGrid-OLAPDataSource (material.blue.light).png differ diff --git a/apps/demos/testing/etalons/PivotGrid-RemoteVirtualScrolling (fluent.blue.light).png b/apps/demos/testing/etalons/PivotGrid-RemoteVirtualScrolling (fluent.blue.light).png index 761ef8d22958..ea79b667a6c9 100644 Binary files a/apps/demos/testing/etalons/PivotGrid-RemoteVirtualScrolling (fluent.blue.light).png and b/apps/demos/testing/etalons/PivotGrid-RemoteVirtualScrolling (fluent.blue.light).png differ diff --git a/apps/demos/testing/etalons/PivotGrid-RemoteVirtualScrolling (material.blue.light).png b/apps/demos/testing/etalons/PivotGrid-RemoteVirtualScrolling (material.blue.light).png index 6c5693b9fca6..68cf71d4f3dd 100644 Binary files a/apps/demos/testing/etalons/PivotGrid-RemoteVirtualScrolling (material.blue.light).png and b/apps/demos/testing/etalons/PivotGrid-RemoteVirtualScrolling (material.blue.light).png differ