diff --git a/apps/demos/Demos/DataGrid/LocalReordering/Angular/app/app.service.ts b/apps/demos/Demos/DataGrid/LocalReordering/Angular/app/app.service.ts index db13b878651b..2098e32178d9 100644 --- a/apps/demos/Demos/DataGrid/LocalReordering/Angular/app/app.service.ts +++ b/apps/demos/Demos/DataGrid/LocalReordering/Angular/app/app.service.ts @@ -302,7 +302,7 @@ const statuses = [{ const tasks = [{ ID: 1, - Subject: 'Prepare 2013 Financial', + Subject: 'Prepare 2023 Financial', Status: 5, Owner: 1, AssignedEmployee: 7, @@ -310,7 +310,7 @@ const tasks = [{ Priority: 3, }, { ID: 2, - Subject: 'Prepare 2013 Marketing Plan', + Subject: 'Prepare 2023 Marketing Plan', Status: 5, Owner: 1, AssignedEmployee: 4, @@ -358,7 +358,7 @@ const tasks = [{ Priority: 1, }, { ID: 8, - Subject: '2013 Brochure Designs', + Subject: '2023 Brochure Designs', Status: 1, Owner: 1, AssignedEmployee: 28, @@ -398,7 +398,7 @@ const tasks = [{ Priority: 2, }, { ID: 13, - Subject: 'Create 2012 Sales Report', + Subject: 'Create 2022 Sales Report', Status: 5, Owner: 8, AssignedEmployee: 41, @@ -414,7 +414,7 @@ const tasks = [{ Priority: 3, }, { ID: 15, - Subject: 'Review 2012 Sales Report and Approve 2013 Plans', + Subject: 'Review 2022 Sales Report and Approve 2023 Plans', Status: 5, Owner: 41, AssignedEmployee: 4, @@ -422,7 +422,7 @@ const tasks = [{ Priority: 3, }, { ID: 16, - Subject: 'Deliver R&D Plans for 2013', + Subject: 'Deliver R&D Plans for 2023', Status: 2, Owner: 1, AssignedEmployee: 3, @@ -430,7 +430,7 @@ const tasks = [{ Priority: 2, }, { ID: 17, - Subject: 'Create 2013 R&D Plans', + Subject: 'Create 2023 R&D Plans', Status: 5, Owner: 3, AssignedEmployee: 32, @@ -438,7 +438,7 @@ const tasks = [{ Priority: 0, }, { ID: 18, - Subject: '2013 QA Strategy Report', + Subject: '2023 QA Strategy Report', Status: 5, Owner: 32, AssignedEmployee: 33, @@ -446,7 +446,7 @@ const tasks = [{ Priority: 0, }, { ID: 19, - Subject: '2013 Training Events', + Subject: '2023 Training Events', Status: 5, Owner: 33, AssignedEmployee: 31, @@ -686,7 +686,7 @@ const tasks = [{ Priority: 0, }, { ID: 49, - Subject: 'Submit Refund Report for 2013 Recall', + Subject: 'Submit Refund Report for 2023 Recall', Status: 5, Owner: 7, AssignedEmployee: 9, diff --git a/apps/demos/Demos/DataGrid/LocalReordering/React/data.ts b/apps/demos/Demos/DataGrid/LocalReordering/React/data.ts index 876e969ffb31..cf86484e5eb9 100644 --- a/apps/demos/Demos/DataGrid/LocalReordering/React/data.ts +++ b/apps/demos/Demos/DataGrid/LocalReordering/React/data.ts @@ -269,7 +269,7 @@ export const statuses = [{ export const tasks = [{ ID: 1, - Subject: 'Prepare 2013 Financial', + Subject: 'Prepare 2023 Financial', Status: 5, Owner: 1, AssignedEmployee: 7, @@ -277,7 +277,7 @@ export const tasks = [{ Priority: 3, }, { ID: 2, - Subject: 'Prepare 2013 Marketing Plan', + Subject: 'Prepare 2023 Marketing Plan', Status: 5, Owner: 1, AssignedEmployee: 4, @@ -325,7 +325,7 @@ export const tasks = [{ Priority: 1, }, { ID: 8, - Subject: '2013 Brochure Designs', + Subject: '2023 Brochure Designs', Status: 1, Owner: 1, AssignedEmployee: 28, @@ -365,7 +365,7 @@ export const tasks = [{ Priority: 2, }, { ID: 13, - Subject: 'Create 2012 Sales Report', + Subject: 'Create 2022 Sales Report', Status: 5, Owner: 8, AssignedEmployee: 41, @@ -381,7 +381,7 @@ export const tasks = [{ Priority: 3, }, { ID: 15, - Subject: 'Review 2012 Sales Report and Approve 2013 Plans', + Subject: 'Review 2022 Sales Report and Approve 2023 Plans', Status: 5, Owner: 41, AssignedEmployee: 4, @@ -389,7 +389,7 @@ export const tasks = [{ Priority: 3, }, { ID: 16, - Subject: 'Deliver R&D Plans for 2013', + Subject: 'Deliver R&D Plans for 2023', Status: 2, Owner: 1, AssignedEmployee: 3, @@ -397,7 +397,7 @@ export const tasks = [{ Priority: 2, }, { ID: 17, - Subject: 'Create 2013 R&D Plans', + Subject: 'Create 2023 R&D Plans', Status: 5, Owner: 3, AssignedEmployee: 32, @@ -405,7 +405,7 @@ export const tasks = [{ Priority: 0, }, { ID: 18, - Subject: '2013 QA Strategy Report', + Subject: '2023 QA Strategy Report', Status: 5, Owner: 32, AssignedEmployee: 33, @@ -413,7 +413,7 @@ export const tasks = [{ Priority: 0, }, { ID: 19, - Subject: '2013 Training Events', + Subject: '2023 Training Events', Status: 5, Owner: 33, AssignedEmployee: 31, @@ -653,7 +653,7 @@ export const tasks = [{ Priority: 0, }, { ID: 49, - Subject: 'Submit Refund Report for 2013 Recall', + Subject: 'Submit Refund Report for 2023 Recall', Status: 5, Owner: 7, AssignedEmployee: 9, diff --git a/apps/demos/Demos/DataGrid/LocalReordering/ReactJs/data.js b/apps/demos/Demos/DataGrid/LocalReordering/ReactJs/data.js index c1f1974771eb..6a56efa62d82 100644 --- a/apps/demos/Demos/DataGrid/LocalReordering/ReactJs/data.js +++ b/apps/demos/Demos/DataGrid/LocalReordering/ReactJs/data.js @@ -331,7 +331,7 @@ export const statuses = [ export const tasks = [ { ID: 1, - Subject: 'Prepare 2013 Financial', + Subject: 'Prepare 2023 Financial', Status: 5, Owner: 1, AssignedEmployee: 7, @@ -340,7 +340,7 @@ export const tasks = [ }, { ID: 2, - Subject: 'Prepare 2013 Marketing Plan', + Subject: 'Prepare 2023 Marketing Plan', Status: 5, Owner: 1, AssignedEmployee: 4, @@ -394,7 +394,7 @@ export const tasks = [ }, { ID: 8, - Subject: '2013 Brochure Designs', + Subject: '2023 Brochure Designs', Status: 1, Owner: 1, AssignedEmployee: 28, @@ -439,7 +439,7 @@ export const tasks = [ }, { ID: 13, - Subject: 'Create 2012 Sales Report', + Subject: 'Create 2022 Sales Report', Status: 5, Owner: 8, AssignedEmployee: 41, @@ -457,7 +457,7 @@ export const tasks = [ }, { ID: 15, - Subject: 'Review 2012 Sales Report and Approve 2013 Plans', + Subject: 'Review 2022 Sales Report and Approve 2023 Plans', Status: 5, Owner: 41, AssignedEmployee: 4, @@ -466,7 +466,7 @@ export const tasks = [ }, { ID: 16, - Subject: 'Deliver R&D Plans for 2013', + Subject: 'Deliver R&D Plans for 2023', Status: 2, Owner: 1, AssignedEmployee: 3, @@ -475,7 +475,7 @@ export const tasks = [ }, { ID: 17, - Subject: 'Create 2013 R&D Plans', + Subject: 'Create 2023 R&D Plans', Status: 5, Owner: 3, AssignedEmployee: 32, @@ -484,7 +484,7 @@ export const tasks = [ }, { ID: 18, - Subject: '2013 QA Strategy Report', + Subject: '2023 QA Strategy Report', Status: 5, Owner: 32, AssignedEmployee: 33, @@ -493,7 +493,7 @@ export const tasks = [ }, { ID: 19, - Subject: '2013 Training Events', + Subject: '2023 Training Events', Status: 5, Owner: 33, AssignedEmployee: 31, @@ -763,7 +763,7 @@ export const tasks = [ }, { ID: 49, - Subject: 'Submit Refund Report for 2013 Recall', + Subject: 'Submit Refund Report for 2023 Recall', Status: 5, Owner: 7, AssignedEmployee: 9, diff --git a/apps/demos/Demos/DataGrid/LocalReordering/Vue/data.ts b/apps/demos/Demos/DataGrid/LocalReordering/Vue/data.ts index d339194b4d51..1b13cc77e7b8 100644 --- a/apps/demos/Demos/DataGrid/LocalReordering/Vue/data.ts +++ b/apps/demos/Demos/DataGrid/LocalReordering/Vue/data.ts @@ -301,7 +301,7 @@ export const statuses: Status[] = [{ export const tasks: Task[] = [{ ID: 1, - Subject: 'Prepare 2013 Financial', + Subject: 'Prepare 2023 Financial', Status: 5, Owner: 1, AssignedEmployee: 7, @@ -309,7 +309,7 @@ export const tasks: Task[] = [{ Priority: 3, }, { ID: 2, - Subject: 'Prepare 2013 Marketing Plan', + Subject: 'Prepare 2023 Marketing Plan', Status: 5, Owner: 1, AssignedEmployee: 4, @@ -357,7 +357,7 @@ export const tasks: Task[] = [{ Priority: 1, }, { ID: 8, - Subject: '2013 Brochure Designs', + Subject: '2023 Brochure Designs', Status: 1, Owner: 1, AssignedEmployee: 28, @@ -397,7 +397,7 @@ export const tasks: Task[] = [{ Priority: 2, }, { ID: 13, - Subject: 'Create 2012 Sales Report', + Subject: 'Create 2022 Sales Report', Status: 5, Owner: 8, AssignedEmployee: 41, @@ -413,7 +413,7 @@ export const tasks: Task[] = [{ Priority: 3, }, { ID: 15, - Subject: 'Review 2012 Sales Report and Approve 2013 Plans', + Subject: 'Review 2022 Sales Report and Approve 2023 Plans', Status: 5, Owner: 41, AssignedEmployee: 4, @@ -421,7 +421,7 @@ export const tasks: Task[] = [{ Priority: 3, }, { ID: 16, - Subject: 'Deliver R&D Plans for 2013', + Subject: 'Deliver R&D Plans for 2023', Status: 2, Owner: 1, AssignedEmployee: 3, @@ -429,7 +429,7 @@ export const tasks: Task[] = [{ Priority: 2, }, { ID: 17, - Subject: 'Create 2013 R&D Plans', + Subject: 'Create 2023 R&D Plans', Status: 5, Owner: 3, AssignedEmployee: 32, @@ -437,7 +437,7 @@ export const tasks: Task[] = [{ Priority: 0, }, { ID: 18, - Subject: '2013 QA Strategy Report', + Subject: '2023 QA Strategy Report', Status: 5, Owner: 32, AssignedEmployee: 33, @@ -445,7 +445,7 @@ export const tasks: Task[] = [{ Priority: 0, }, { ID: 19, - Subject: '2013 Training Events', + Subject: '2023 Training Events', Status: 5, Owner: 33, AssignedEmployee: 31, @@ -685,7 +685,7 @@ export const tasks: Task[] = [{ Priority: 0, }, { ID: 49, - Subject: 'Submit Refund Report for 2013 Recall', + Subject: 'Submit Refund Report for 2023 Recall', Status: 5, Owner: 7, AssignedEmployee: 9, diff --git a/apps/demos/Demos/DataGrid/LocalReordering/jQuery/data.js b/apps/demos/Demos/DataGrid/LocalReordering/jQuery/data.js index 17d529021f2c..85f8e47c1a81 100644 --- a/apps/demos/Demos/DataGrid/LocalReordering/jQuery/data.js +++ b/apps/demos/Demos/DataGrid/LocalReordering/jQuery/data.js @@ -268,7 +268,7 @@ const statuses = [{ const tasks = [ { ID: 1, - Subject: 'Prepare 2013 Financial', + Subject: 'Prepare 2023 Financial', Status: 5, Owner: 1, AssignedEmployee: 7, @@ -276,7 +276,7 @@ const tasks = [ Priority: 3, }, { ID: 2, - Subject: 'Prepare 2013 Marketing Plan', + Subject: 'Prepare 2023 Marketing Plan', Status: 5, Owner: 1, AssignedEmployee: 4, @@ -324,7 +324,7 @@ const tasks = [ Priority: 1, }, { ID: 8, - Subject: '2013 Brochure Designs', + Subject: '2023 Brochure Designs', Status: 1, Owner: 1, AssignedEmployee: 28, @@ -364,7 +364,7 @@ const tasks = [ Priority: 2, }, { ID: 13, - Subject: 'Create 2012 Sales Report', + Subject: 'Create 2022 Sales Report', Status: 5, Owner: 8, AssignedEmployee: 41, @@ -380,7 +380,7 @@ const tasks = [ Priority: 3, }, { ID: 15, - Subject: 'Review 2012 Sales Report and Approve 2013 Plans', + Subject: 'Review 2022 Sales Report and Approve 2023 Plans', Status: 5, Owner: 41, AssignedEmployee: 4, @@ -388,7 +388,7 @@ const tasks = [ Priority: 3, }, { ID: 16, - Subject: 'Deliver R&D Plans for 2013', + Subject: 'Deliver R&D Plans for 2023', Status: 2, Owner: 1, AssignedEmployee: 3, @@ -396,7 +396,7 @@ const tasks = [ Priority: 2, }, { ID: 17, - Subject: 'Create 2013 R&D Plans', + Subject: 'Create 2023 R&D Plans', Status: 5, Owner: 3, AssignedEmployee: 32, @@ -404,7 +404,7 @@ const tasks = [ Priority: 0, }, { ID: 18, - Subject: '2013 QA Strategy Report', + Subject: '2023 QA Strategy Report', Status: 5, Owner: 32, AssignedEmployee: 33, @@ -412,7 +412,7 @@ const tasks = [ Priority: 0, }, { ID: 19, - Subject: '2013 Training Events', + Subject: '2023 Training Events', Status: 5, Owner: 33, AssignedEmployee: 31, @@ -652,7 +652,7 @@ const tasks = [ Priority: 0, }, { ID: 49, - Subject: 'Submit Refund Report for 2013 Recall', + Subject: 'Submit Refund Report for 2023 Recall', Status: 5, Owner: 7, AssignedEmployee: 9, diff --git a/apps/demos/testing/etalons/DataGrid-CustomEditors (fluent.blue.light).png b/apps/demos/testing/etalons/DataGrid-CustomEditors (fluent.blue.light).png deleted file mode 100644 index 70774d12c782..000000000000 Binary files a/apps/demos/testing/etalons/DataGrid-CustomEditors (fluent.blue.light).png and /dev/null differ diff --git a/apps/demos/testing/etalons/DataGrid-CustomEditors (material.blue.light).png b/apps/demos/testing/etalons/DataGrid-CustomEditors (material.blue.light).png deleted file mode 100644 index eccb7a9e3be7..000000000000 Binary files a/apps/demos/testing/etalons/DataGrid-CustomEditors (material.blue.light).png and /dev/null differ diff --git a/apps/demos/testing/etalons/DataGrid-LocalReordering (fluent.blue.light).png b/apps/demos/testing/etalons/DataGrid-LocalReordering (fluent.blue.light).png deleted file mode 100644 index d36729491bd4..000000000000 Binary files a/apps/demos/testing/etalons/DataGrid-LocalReordering (fluent.blue.light).png and /dev/null differ diff --git a/apps/demos/testing/etalons/DataGrid-LocalReordering (material.blue.light).png b/apps/demos/testing/etalons/DataGrid-LocalReordering (material.blue.light).png deleted file mode 100644 index 9a06a66d4ef5..000000000000 Binary files a/apps/demos/testing/etalons/DataGrid-LocalReordering (material.blue.light).png and /dev/null differ diff --git a/apps/demos/testing/etalons/DataGrid-RemoteReordering (fluent.blue.light).png b/apps/demos/testing/etalons/DataGrid-RemoteReordering (fluent.blue.light).png deleted file mode 100644 index dbfa2493a4e8..000000000000 Binary files a/apps/demos/testing/etalons/DataGrid-RemoteReordering (fluent.blue.light).png and /dev/null differ diff --git a/apps/demos/testing/etalons/DataGrid-RemoteReordering (material.blue.light).png b/apps/demos/testing/etalons/DataGrid-RemoteReordering (material.blue.light).png deleted file mode 100644 index 6385ed532916..000000000000 Binary files a/apps/demos/testing/etalons/DataGrid-RemoteReordering (material.blue.light).png and /dev/null differ