diff --git a/apps/demos/Demos/List/DragAndDrop/Angular/app/app.service.ts b/apps/demos/Demos/List/DragAndDrop/Angular/app/app.service.ts index 35c9528d63a8..157c12744528 100644 --- a/apps/demos/Demos/List/DragAndDrop/Angular/app/app.service.ts +++ b/apps/demos/Demos/List/DragAndDrop/Angular/app/app.service.ts @@ -7,21 +7,21 @@ export class Task { } const doingTasks: Task[] = [ - { id: 1, text: 'Prepare 2019 Financial' }, - { id: 2, text: 'Prepare 2019 Marketing Plan' }, + { id: 1, text: 'Prepare 2026 Financial' }, + { id: 2, text: 'Prepare 2026 Marketing Plan' }, { id: 3, text: 'Update Personnel Files' }, { id: 4, text: 'Review Health Insurance Options Under the Affordable Care Act' }, ]; const plannedTasks: Task[] = [ { id: 5, text: 'New Brochures' }, - { id: 6, text: '2019 Brochure Designs' }, + { id: 6, text: '2026 Brochure Designs' }, { id: 7, text: 'Brochure Design Review' }, { id: 8, text: 'Website Re-Design Plan' }, { id: 9, text: 'Rollout of New Website and Marketing Brochures' }, - { id: 10, text: 'Create 2018 Sales Report' }, + { id: 10, text: 'Create 2022 Sales Report' }, { id: 11, text: 'Direct vs Online Sales Comparison Report' }, - { id: 12, text: 'Review 2018 Sales Report and Approve 2019 Plans' }, + { id: 12, text: 'Review 2022 Sales Report and Approve 2026 Plans' }, { id: 13, text: 'Submit Signed NDA' }, { id: 14, text: 'Update Revenue Projections' }, { id: 15, text: 'Review Revenue Projections' }, @@ -30,7 +30,7 @@ const plannedTasks: Task[] = [ { id: 18, text: 'Sign Health Insurance Forms' }, { id: 19, text: 'Follow up with West Coast Stores' }, { id: 20, text: 'Follow up with East Coast Stores' }, - { id: 21, text: 'Submit Refund Report for 2019 Recall' }, + { id: 21, text: 'Submit Refund Report for 2026 Recall' }, { id: 22, text: 'Give Final Approval for Refunds' }, { id: 23, text: 'Prepare Product Recall Report' }, { id: 24, text: 'Review Product Recall Report by Engineering Team' }, diff --git a/apps/demos/Demos/List/DragAndDrop/React/data.ts b/apps/demos/Demos/List/DragAndDrop/React/data.ts index 1734f35bea9b..5ac4acfef201 100644 --- a/apps/demos/Demos/List/DragAndDrop/React/data.ts +++ b/apps/demos/Demos/List/DragAndDrop/React/data.ts @@ -1,18 +1,18 @@ import type { Task } from './types.ts'; -export const doingTasks: Task[] = [{ id: 1, text: 'Prepare 2019 Financial' }, - { id: 2, text: 'Prepare 2019 Marketing Plan' }, +export const doingTasks: Task[] = [{ id: 1, text: 'Prepare 2026 Financial' }, + { id: 2, text: 'Prepare 2026 Marketing Plan' }, { id: 3, text: 'Update Personnel Files' }, { id: 4, text: 'Review Health Insurance Options Under the Affordable Care Act' }]; export const plannedTasks: Task[] = [{ id: 5, text: 'New Brochures' }, - { id: 6, text: '2019 Brochure Designs' }, + { id: 6, text: '2026 Brochure Designs' }, { id: 7, text: 'Brochure Design Review' }, { id: 8, text: 'Website Re-Design Plan' }, { id: 9, text: 'Rollout of New Website and Marketing Brochures' }, - { id: 10, text: 'Create 2018 Sales Report' }, + { id: 10, text: 'Create 2022 Sales Report' }, { id: 11, text: 'Direct vs Online Sales Comparison Report' }, - { id: 12, text: 'Review 2018 Sales Report and Approve 2019 Plans' }, + { id: 12, text: 'Review 2022 Sales Report and Approve 2026 Plans' }, { id: 13, text: 'Submit Signed NDA' }, { id: 14, text: 'Update Revenue Projections' }, { id: 15, text: 'Review Revenue Projections' }, @@ -21,7 +21,7 @@ export const plannedTasks: Task[] = [{ id: 5, text: 'New Brochures' }, { id: 18, text: 'Sign Health Insurance Forms' }, { id: 19, text: 'Follow up with West Coast Stores' }, { id: 20, text: 'Follow up with East Coast Stores' }, - { id: 21, text: 'Submit Refund Report for 2019 Recall' }, + { id: 21, text: 'Submit Refund Report for 2026 Recall' }, { id: 22, text: 'Give Final Approval for Refunds' }, { id: 23, text: 'Prepare Product Recall Report' }, { id: 24, text: 'Review Product Recall Report by Engineering Team' }, diff --git a/apps/demos/Demos/List/DragAndDrop/ReactJs/data.js b/apps/demos/Demos/List/DragAndDrop/ReactJs/data.js index dae2585354ed..956353e161d9 100644 --- a/apps/demos/Demos/List/DragAndDrop/ReactJs/data.js +++ b/apps/demos/Demos/List/DragAndDrop/ReactJs/data.js @@ -1,18 +1,18 @@ export const doingTasks = [ - { id: 1, text: 'Prepare 2019 Financial' }, - { id: 2, text: 'Prepare 2019 Marketing Plan' }, + { id: 1, text: 'Prepare 2026 Financial' }, + { id: 2, text: 'Prepare 2026 Marketing Plan' }, { id: 3, text: 'Update Personnel Files' }, { id: 4, text: 'Review Health Insurance Options Under the Affordable Care Act' }, ]; export const plannedTasks = [ { id: 5, text: 'New Brochures' }, - { id: 6, text: '2019 Brochure Designs' }, + { id: 6, text: '2026 Brochure Designs' }, { id: 7, text: 'Brochure Design Review' }, { id: 8, text: 'Website Re-Design Plan' }, { id: 9, text: 'Rollout of New Website and Marketing Brochures' }, - { id: 10, text: 'Create 2018 Sales Report' }, + { id: 10, text: 'Create 2022 Sales Report' }, { id: 11, text: 'Direct vs Online Sales Comparison Report' }, - { id: 12, text: 'Review 2018 Sales Report and Approve 2019 Plans' }, + { id: 12, text: 'Review 2022 Sales Report and Approve 2026 Plans' }, { id: 13, text: 'Submit Signed NDA' }, { id: 14, text: 'Update Revenue Projections' }, { id: 15, text: 'Review Revenue Projections' }, @@ -21,7 +21,7 @@ export const plannedTasks = [ { id: 18, text: 'Sign Health Insurance Forms' }, { id: 19, text: 'Follow up with West Coast Stores' }, { id: 20, text: 'Follow up with East Coast Stores' }, - { id: 21, text: 'Submit Refund Report for 2019 Recall' }, + { id: 21, text: 'Submit Refund Report for 2026 Recall' }, { id: 22, text: 'Give Final Approval for Refunds' }, { id: 23, text: 'Prepare Product Recall Report' }, { id: 24, text: 'Review Product Recall Report by Engineering Team' }, diff --git a/apps/demos/Demos/List/DragAndDrop/Vue/data.ts b/apps/demos/Demos/List/DragAndDrop/Vue/data.ts index c22b2e344823..f597c1ac20b8 100644 --- a/apps/demos/Demos/List/DragAndDrop/Vue/data.ts +++ b/apps/demos/Demos/List/DragAndDrop/Vue/data.ts @@ -1,16 +1,16 @@ -export const doingTasks = [{ id: 1, text: 'Prepare 2019 Financial' }, - { id: 2, text: 'Prepare 2019 Marketing Plan' }, +export const doingTasks = [{ id: 1, text: 'Prepare 2026 Financial' }, + { id: 2, text: 'Prepare 2026 Marketing Plan' }, { id: 3, text: 'Update Personnel Files' }, { id: 4, text: 'Review Health Insurance Options Under the Affordable Care Act' }]; export const plannedTasks = [{ id: 5, text: 'New Brochures' }, - { id: 6, text: '2019 Brochure Designs' }, + { id: 6, text: '2026 Brochure Designs' }, { id: 7, text: 'Brochure Design Review' }, { id: 8, text: 'Website Re-Design Plan' }, { id: 9, text: 'Rollout of New Website and Marketing Brochures' }, - { id: 10, text: 'Create 2018 Sales Report' }, + { id: 10, text: 'Create 2022 Sales Report' }, { id: 11, text: 'Direct vs Online Sales Comparison Report' }, - { id: 12, text: 'Review 2018 Sales Report and Approve 2019 Plans' }, + { id: 12, text: 'Review 2022 Sales Report and Approve 2026 Plans' }, { id: 13, text: 'Submit Signed NDA' }, { id: 14, text: 'Update Revenue Projections' }, { id: 15, text: 'Review Revenue Projections' }, @@ -19,7 +19,7 @@ export const plannedTasks = [{ id: 5, text: 'New Brochures' }, { id: 18, text: 'Sign Health Insurance Forms' }, { id: 19, text: 'Follow up with West Coast Stores' }, { id: 20, text: 'Follow up with East Coast Stores' }, - { id: 21, text: 'Submit Refund Report for 2019 Recall' }, + { id: 21, text: 'Submit Refund Report for 2026 Recall' }, { id: 22, text: 'Give Final Approval for Refunds' }, { id: 23, text: 'Prepare Product Recall Report' }, { id: 24, text: 'Review Product Recall Report by Engineering Team' }, diff --git a/apps/demos/Demos/List/DragAndDrop/jQuery/data.js b/apps/demos/Demos/List/DragAndDrop/jQuery/data.js index b09cfc6f07ab..fc0a55be4191 100644 --- a/apps/demos/Demos/List/DragAndDrop/jQuery/data.js +++ b/apps/demos/Demos/List/DragAndDrop/jQuery/data.js @@ -1,16 +1,16 @@ -const doingTasks = [{ id: 1, text: 'Prepare 2019 Financial' }, - { id: 2, text: 'Prepare 2019 Marketing Plan' }, +const doingTasks = [{ id: 1, text: 'Prepare 2026 Financial' }, + { id: 2, text: 'Prepare 2026 Marketing Plan' }, { id: 3, text: 'Update Personnel Files' }, { id: 4, text: 'Review Health Insurance Options Under the Affordable Care Act' }]; const plannedTasks = [{ id: 5, text: 'New Brochures' }, - { id: 6, text: '2019 Brochure Designs' }, + { id: 6, text: '2026 Brochure Designs' }, { id: 7, text: 'Brochure Design Review' }, { id: 8, text: 'Website Re-Design Plan' }, { id: 9, text: 'Rollout of New Website and Marketing Brochures' }, - { id: 10, text: 'Create 2018 Sales Report' }, + { id: 10, text: 'Create 2022 Sales Report' }, { id: 11, text: 'Direct vs Online Sales Comparison Report' }, - { id: 12, text: 'Review 2018 Sales Report and Approve 2019 Plans' }, + { id: 12, text: 'Review 2022 Sales Report and Approve 2026 Plans' }, { id: 13, text: 'Submit Signed NDA' }, { id: 14, text: 'Update Revenue Projections' }, { id: 15, text: 'Review Revenue Projections' }, @@ -19,7 +19,7 @@ const plannedTasks = [{ id: 5, text: 'New Brochures' }, { id: 18, text: 'Sign Health Insurance Forms' }, { id: 19, text: 'Follow up with West Coast Stores' }, { id: 20, text: 'Follow up with East Coast Stores' }, - { id: 21, text: 'Submit Refund Report for 2019 Recall' }, + { id: 21, text: 'Submit Refund Report for 2026 Recall' }, { id: 22, text: 'Give Final Approval for Refunds' }, { id: 23, text: 'Prepare Product Recall Report' }, { id: 24, text: 'Review Product Recall Report by Engineering Team' }, diff --git a/apps/demos/Demos/List/Grouping/Angular/app/app.service.ts b/apps/demos/Demos/List/Grouping/Angular/app/app.service.ts index f4a2e5050014..ec9760ae7bac 100644 --- a/apps/demos/Demos/List/Grouping/Angular/app/app.service.ts +++ b/apps/demos/Demos/List/Grouping/Angular/app/app.service.ts @@ -14,13 +14,13 @@ const employees: Employee[] = [{ items: ['Update Personnel Files', 'Review Health Insurance Options Under the Affordable Care Act', 'Non-Compete Agreements'], }, { key: 'Mr. Robert Reagan', - items: ['Deliver R&D Plans for 2013', 'Decide on Mobile Devices to Use in the Field', 'Try New Touch-Enabled WinForms Apps', 'Approval on Converting to New HDMI Specification'], + items: ['Deliver R&D Plans for 2026', 'Decide on Mobile Devices to Use in the Field', 'Try New Touch-Enabled WinForms Apps', 'Approval on Converting to New HDMI Specification'], }, { key: 'Ms. Greta Sims', items: ['Approve Hiring of John Jeffers', 'Update Employee Files with New NDA', 'Give Final Approval for Refunds'], }, { key: 'Mr. Brett Wade', - items: ['Prepare 3013 Marketing Plan', 'Rollout of New Website and Marketing Brochures', 'Review 2012 Sales Report and Approve 2013 Plans', 'Review Site Up-Time Report'], + items: ['Prepare 2026 Marketing Plan', 'Rollout of New Website and Marketing Brochures', 'Review 2022 Sales Report and Approve 2026 Plans', 'Review Site Up-Time Report'], }, { key: 'Mrs. Sandra Johnson', items: ['Provide New Health Insurance Docs', 'Review HR Budget Company Wide', 'Final Budget Review'], @@ -29,7 +29,7 @@ const employees: Employee[] = [{ items: ['Sign Updated NDA', 'Review Overtime Report', 'Upgrade Server Hardware', 'Upgrade Personal Computers'], }, { key: 'Ms. Cynthia Stanwick', - items: ['Prepare 2013 Financial', 'Update Revenue Projections', 'Submit D&B Number to ISP for Credit Approval'], + items: ['Prepare 2026 Financial', 'Update Revenue Projections', 'Submit D&B Number to ISP for Credit Approval'], }, { key: 'Dr. Kent Samuelson', items: ['Update Sales Strategy Documents', 'Review Revenue Projections', 'Refund Request Template'], diff --git a/apps/demos/Demos/List/Grouping/React/data.ts b/apps/demos/Demos/List/Grouping/React/data.ts index d51acf12f58d..2b80c84f90a4 100644 --- a/apps/demos/Demos/List/Grouping/React/data.ts +++ b/apps/demos/Demos/List/Grouping/React/data.ts @@ -8,13 +8,13 @@ export const employees: Employee[] = [{ items: ['Update Personnel Files', 'Review Health Insurance Options Under the Affordable Care Act', 'Non-Compete Agreements'], }, { key: 'Mr. Robert Reagan', - items: ['Deliver R&D Plans for 2013', 'Decide on Mobile Devices to Use in the Field', 'Try New Touch-Enabled WinForms Apps', 'Approval on Converting to New HDMI Specification'], + items: ['Deliver R&D Plans for 2026', 'Decide on Mobile Devices to Use in the Field', 'Try New Touch-Enabled WinForms Apps', 'Approval on Converting to New HDMI Specification'], }, { key: 'Ms. Greta Sims', items: ['Approve Hiring of John Jeffers', 'Update Employee Files with New NDA', 'Give Final Approval for Refunds'], }, { key: 'Mr. Brett Wade', - items: ['Prepare 3013 Marketing Plan', 'Rollout of New Website and Marketing Brochures', 'Review 2012 Sales Report and Approve 2013 Plans', 'Review Site Up-Time Report'], + items: ['Prepare 2026 Marketing Plan', 'Rollout of New Website and Marketing Brochures', 'Review 2022 Sales Report and Approve 2026 Plans', 'Review Site Up-Time Report'], }, { key: 'Mrs. Sandra Johnson', items: ['Provide New Health Insurance Docs', 'Review HR Budget Company Wide', 'Final Budget Review'], @@ -23,7 +23,7 @@ export const employees: Employee[] = [{ items: ['Sign Updated NDA', 'Review Overtime Report', 'Upgrade Server Hardware', 'Upgrade Personal Computers'], }, { key: 'Ms. Cynthia Stanwick', - items: ['Prepare 2013 Financial', 'Update Revenue Projections', 'Submit D&B Number to ISP for Credit Approval'], + items: ['Prepare 2026 Financial', 'Update Revenue Projections', 'Submit D&B Number to ISP for Credit Approval'], }, { key: 'Dr. Kent Samuelson', items: ['Update Sales Strategy Documents', 'Review Revenue Projections', 'Refund Request Template'], diff --git a/apps/demos/Demos/List/Grouping/ReactJs/data.js b/apps/demos/Demos/List/Grouping/ReactJs/data.js index 248d72aacd9c..8e6f70d56283 100644 --- a/apps/demos/Demos/List/Grouping/ReactJs/data.js +++ b/apps/demos/Demos/List/Grouping/ReactJs/data.js @@ -20,7 +20,7 @@ export const employees = [ { key: 'Mr. Robert Reagan', items: [ - 'Deliver R&D Plans for 2013', + 'Deliver R&D Plans for 2026', 'Decide on Mobile Devices to Use in the Field', 'Try New Touch-Enabled WinForms Apps', 'Approval on Converting to New HDMI Specification', @@ -37,9 +37,9 @@ export const employees = [ { key: 'Mr. Brett Wade', items: [ - 'Prepare 3013 Marketing Plan', + 'Prepare 2026 Marketing Plan', 'Rollout of New Website and Marketing Brochures', - 'Review 2012 Sales Report and Approve 2013 Plans', + 'Review 2022 Sales Report and Approve 2026 Plans', 'Review Site Up-Time Report', ], }, @@ -63,7 +63,7 @@ export const employees = [ { key: 'Ms. Cynthia Stanwick', items: [ - 'Prepare 2013 Financial', + 'Prepare 2026 Financial', 'Update Revenue Projections', 'Submit D&B Number to ISP for Credit Approval', ], diff --git a/apps/demos/Demos/List/Grouping/Vue/data.ts b/apps/demos/Demos/List/Grouping/Vue/data.ts index 5031837a7ad2..2fac865a5d1c 100644 --- a/apps/demos/Demos/List/Grouping/Vue/data.ts +++ b/apps/demos/Demos/List/Grouping/Vue/data.ts @@ -6,13 +6,13 @@ export const employees = [{ items: ['Update Personnel Files', 'Review Health Insurance Options Under the Affordable Care Act', 'Non-Compete Agreements'], }, { key: 'Mr. Robert Reagan', - items: ['Deliver R&D Plans for 2013', 'Decide on Mobile Devices to Use in the Field', 'Try New Touch-Enabled WinForms Apps', 'Approval on Converting to New HDMI Specification'], + items: ['Deliver R&D Plans for 2026', 'Decide on Mobile Devices to Use in the Field', 'Try New Touch-Enabled WinForms Apps', 'Approval on Converting to New HDMI Specification'], }, { key: 'Ms. Greta Sims', items: ['Approve Hiring of John Jeffers', 'Update Employee Files with New NDA', 'Give Final Approval for Refunds'], }, { key: 'Mr. Brett Wade', - items: ['Prepare 3013 Marketing Plan', 'Rollout of New Website and Marketing Brochures', 'Review 2012 Sales Report and Approve 2013 Plans', 'Review Site Up-Time Report'], + items: ['Prepare 2026 Marketing Plan', 'Rollout of New Website and Marketing Brochures', 'Review 2022 Sales Report and Approve 2026 Plans', 'Review Site Up-Time Report'], }, { key: 'Mrs. Sandra Johnson', items: ['Provide New Health Insurance Docs', 'Review HR Budget Company Wide', 'Final Budget Review'], @@ -21,7 +21,7 @@ export const employees = [{ items: ['Sign Updated NDA', 'Review Overtime Report', 'Upgrade Server Hardware', 'Upgrade Personal Computers'], }, { key: 'Ms. Cynthia Stanwick', - items: ['Prepare 2013 Financial', 'Update Revenue Projections', 'Submit D&B Number to ISP for Credit Approval'], + items: ['Prepare 2026 Financial', 'Update Revenue Projections', 'Submit D&B Number to ISP for Credit Approval'], }, { key: 'Dr. Kent Samuelson', items: ['Update Sales Strategy Documents', 'Review Revenue Projections', 'Refund Request Template'], diff --git a/apps/demos/Demos/List/Grouping/jQuery/data.js b/apps/demos/Demos/List/Grouping/jQuery/data.js index 38c9000e4a97..9b5fe6fcb82c 100644 --- a/apps/demos/Demos/List/Grouping/jQuery/data.js +++ b/apps/demos/Demos/List/Grouping/jQuery/data.js @@ -6,13 +6,13 @@ const employees = [{ items: ['Update Personnel Files', 'Review Health Insurance Options Under the Affordable Care Act', 'Non-Compete Agreements'], }, { key: 'Mr. Robert Reagan', - items: ['Deliver R&D Plans for 2013', 'Decide on Mobile Devices to Use in the Field', 'Try New Touch-Enabled WinForms Apps', 'Approval on Converting to New HDMI Specification'], + items: ['Deliver R&D Plans for 2026', 'Decide on Mobile Devices to Use in the Field', 'Try New Touch-Enabled WinForms Apps', 'Approval on Converting to New HDMI Specification'], }, { key: 'Ms. Greta Sims', items: ['Approve Hiring of John Jeffers', 'Update Employee Files with New NDA', 'Give Final Approval for Refunds'], }, { key: 'Mr. Brett Wade', - items: ['Prepare 3013 Marketing Plan', 'Rollout of New Website and Marketing Brochures', 'Review 2012 Sales Report and Approve 2013 Plans', 'Review Site Up-Time Report'], + items: ['Prepare 2026 Marketing Plan', 'Rollout of New Website and Marketing Brochures', 'Review 2022 Sales Report and Approve 2026 Plans', 'Review Site Up-Time Report'], }, { key: 'Mrs. Sandra Johnson', items: ['Provide New Health Insurance Docs', 'Review HR Budget Company Wide', 'Final Budget Review'], @@ -21,7 +21,7 @@ const employees = [{ items: ['Sign Updated NDA', 'Review Overtime Report', 'Upgrade Server Hardware', 'Upgrade Personal Computers'], }, { key: 'Ms. Cynthia Stanwick', - items: ['Prepare 2013 Financial', 'Update Revenue Projections', 'Submit D&B Number to ISP for Credit Approval'], + items: ['Prepare 2026 Financial', 'Update Revenue Projections', 'Submit D&B Number to ISP for Credit Approval'], }, { key: 'Dr. Kent Samuelson', items: ['Update Sales Strategy Documents', 'Review Revenue Projections', 'Refund Request Template'], diff --git a/apps/demos/Demos/List/ItemDeletion/Angular/app/app.service.ts b/apps/demos/Demos/List/ItemDeletion/Angular/app/app.service.ts index a81821a83b63..c0598b417561 100644 --- a/apps/demos/Demos/List/ItemDeletion/Angular/app/app.service.ts +++ b/apps/demos/Demos/List/ItemDeletion/Angular/app/app.service.ts @@ -1,11 +1,11 @@ import { Injectable } from '@angular/core'; -const tasks: string[] = ['Prepare 2016 Financial', 'Prepare 2016 Marketing Plan', 'Update Personnel Files', 'Review Health Insurance Options Under the Affordable Care Act', 'New Brochures', '2016 Brochure Designs', 'Brochure Design Review', 'Website Re-Design Plan', 'Rollout of New Website and Marketing Brochures', - 'Update Sales Strategy Documents', 'Create 2012 Sales Report', 'Direct vs Online Sales Comparison Report', 'Review 2012 Sales Report and Approve 2016 Plans', 'Deliver R&D Plans for 2016', - 'Create 2016 R&D Plans', '2016 QA Strategy Report', '2016 Training Events', 'Approve Hiring of John Jeffers', 'Non-Compete Agreements', 'Update NDA Agreement', 'Update Employee Files with New NDA', 'Sign Updated NDA', +const tasks: string[] = ['Prepare 2026 Financial', 'Prepare 2026 Marketing Plan', 'Update Personnel Files', 'Review Health Insurance Options Under the Affordable Care Act', 'New Brochures', '2026 Brochure Designs', 'Brochure Design Review', 'Website Re-Design Plan', 'Rollout of New Website and Marketing Brochures', + 'Update Sales Strategy Documents', 'Create 2022 Sales Report', 'Direct vs Online Sales Comparison Report', 'Review 2022 Sales Report and Approve 2026 Plans', 'Deliver R&D Plans for 2026', + 'Create 2026 R&D Plans', '2026 QA Strategy Report', '2026 Training Events', 'Approve Hiring of John Jeffers', 'Non-Compete Agreements', 'Update NDA Agreement', 'Update Employee Files with New NDA', 'Sign Updated NDA', 'Submit Questions Regarding New NDA', 'Submit Signed NDA', 'Update Revenue Projections', 'Review Revenue Projections', 'Comment on Revenue Projections', 'Provide New Health Insurance Docs', 'Review Changes to Health Insurance Coverage', 'Scan Health Insurance Forms', 'Sign Health Insurance Forms', 'Follow up with West Coast Stores', 'Follow up with East Coast Stores', - 'Send Email to Customers about Recall', 'Submit Refund Report for 2016 Recall', 'Give Final Approval for Refunds', 'Prepare Product Recall Report', 'Review Product Recall Report by Engineering Team', + 'Send Email to Customers about Recall', 'Submit Refund Report for 2026 Recall', 'Give Final Approval for Refunds', 'Prepare Product Recall Report', 'Review Product Recall Report by Engineering Team', 'Create Training Course for New TVs', 'Review Training Course for any Omissions', 'Review Overtime Report', 'Submit Overtime Request Forms', 'Overtime Approval Guidelines', 'Refund Request Template', 'Recall Rebate Form', 'Create Report on Customer Feedback', 'Review Customer Feedback Report', 'Customer Feedback Report Analysis', 'Prepare Shipping Cost Analysis Report', 'Provide Feedback on Shippers', 'Select Preferred Shipper', 'Complete Shipper Selection Form', 'Upgrade Server Hardware', 'Upgrade Personal Computers', 'Approve Personal Computer Upgrade Plan', 'Decide on Mobile Devices to Use in the Field', @@ -13,10 +13,10 @@ const tasks: string[] = ['Prepare 2016 Financial', 'Prepare 2016 Marketing Plan' 'Rollout New Touch-Enabled WinForms Apps', 'Site Up-Time Report', 'Review Site Up-Time Report', 'Review Online Sales Report', 'Determine New Online Marketing Strategy', 'New Online Marketing Strategy', 'Approve New Online Marketing Strategy', 'Submit New Website Design', 'Create Icons for Website', 'Review PSDs for New Website', 'Create New Shopping Cart', 'Create New Product Pages', 'Review New Product Pages', 'Approve Website Launch', 'Launch New Website', 'Update Customer Shipping Profiles', 'Create New Shipping Return Labels', 'Get Design for Shipping Return Labels', 'PSD needed for Shipping Return Labels', - 'Request Bandwidth Increase from ISP', 'Submit D&B Number to ISP for Credit Approval', 'Contact ISP and Discuss Payment Options', 'Prepare Year-End Support Summary Report', 'Analyze Support Traffic for 2016', + 'Request Bandwidth Increase from ISP', 'Submit D&B Number to ISP for Credit Approval', 'Contact ISP and Discuss Payment Options', 'Prepare Year-End Support Summary Report', 'Analyze Support Traffic for 2026', 'Review New Training Material', 'Distribute Training Material to Support Staff', 'Training Material Distribution Schedule', 'Provide New Artwork to Support Team', 'Publish New Art on the Server', 'Replace Old Artwork with New Artwork', 'Ship New Brochures to Field', 'Ship Brochures to Todd Hoffman', 'Update Server with Service Packs', 'Install New Database', 'Approve Overtime for HR', - 'Review New HDMI Specification', 'Approval on Converting to New HDMI Specification', 'Create New Spike for Automation Server', 'Report on Retail Sales Strategy for 2014', 'Code Review - New Automation Server', + 'Review New HDMI Specification', 'Approval on Converting to New HDMI Specification', 'Create New Spike for Automation Server', 'Report on Retail Sales Strategy for 2024', 'Code Review - New Automation Server', 'Feedback on New Training Course', 'Send Monthly Invoices from Shippers', 'Schedule Meeting with Sales Team', 'Confirm Availability for Sales Meeting', 'Reschedule Sales Team Meeting', 'Send 2 Remotes for Giveaways', 'Ship 2 Remotes Priority to Clark Morgan', 'Discuss Product Giveaways with Management', 'Follow Up Email with Recent Online Purchasers', 'Replace Desktops on the 3rd Floor', 'Update Database with New Leads', 'Mail New Leads for Follow Up', 'Send Territory Sales Breakdown', 'Territory Sales Breakdown Report', 'Return Merchandise Report', 'Report on the State of Engineering Dept', 'Staff Productivity Report', diff --git a/apps/demos/Demos/List/ItemDeletion/React/data.ts b/apps/demos/Demos/List/ItemDeletion/React/data.ts index 984ca490c9f2..168bdbb41eaf 100644 --- a/apps/demos/Demos/List/ItemDeletion/React/data.ts +++ b/apps/demos/Demos/List/ItemDeletion/React/data.ts @@ -1,9 +1,9 @@ -export const tasks = ['Prepare 2016 Financial', 'Prepare 2016 Marketing Plan', 'Update Personnel Files', 'Review Health Insurance Options Under the Affordable Care Act', 'New Brochures', '2016 Brochure Designs', 'Brochure Design Review', 'Website Re-Design Plan', 'Rollout of New Website and Marketing Brochures', - 'Update Sales Strategy Documents', 'Create 2012 Sales Report', 'Direct vs Online Sales Comparison Report', 'Review 2012 Sales Report and Approve 2016 Plans', 'Deliver R&D Plans for 2016', - 'Create 2016 R&D Plans', '2016 QA Strategy Report', '2016 Training Events', 'Approve Hiring of John Jeffers', 'Non-Compete Agreements', 'Update NDA Agreement', 'Update Employee Files with New NDA', 'Sign Updated NDA', +export const tasks = ['Prepare 2026 Financial', 'Prepare 2026 Marketing Plan', 'Update Personnel Files', 'Review Health Insurance Options Under the Affordable Care Act', 'New Brochures', '2026 Brochure Designs', 'Brochure Design Review', 'Website Re-Design Plan', 'Rollout of New Website and Marketing Brochures', + 'Update Sales Strategy Documents', 'Create 2022 Sales Report', 'Direct vs Online Sales Comparison Report', 'Review 2022 Sales Report and Approve 2026 Plans', 'Deliver R&D Plans for 2026', + 'Create 2026 R&D Plans', '2026 QA Strategy Report', '2026 Training Events', 'Approve Hiring of John Jeffers', 'Non-Compete Agreements', 'Update NDA Agreement', 'Update Employee Files with New NDA', 'Sign Updated NDA', 'Submit Questions Regarding New NDA', 'Submit Signed NDA', 'Update Revenue Projections', 'Review Revenue Projections', 'Comment on Revenue Projections', 'Provide New Health Insurance Docs', 'Review Changes to Health Insurance Coverage', 'Scan Health Insurance Forms', 'Sign Health Insurance Forms', 'Follow up with West Coast Stores', 'Follow up with East Coast Stores', - 'Send Email to Customers about Recall', 'Submit Refund Report for 2016 Recall', 'Give Final Approval for Refunds', 'Prepare Product Recall Report', 'Review Product Recall Report by Engineering Team', + 'Send Email to Customers about Recall', 'Submit Refund Report for 2026 Recall', 'Give Final Approval for Refunds', 'Prepare Product Recall Report', 'Review Product Recall Report by Engineering Team', 'Create Training Course for New TVs', 'Review Training Course for any Omissions', 'Review Overtime Report', 'Submit Overtime Request Forms', 'Overtime Approval Guidelines', 'Refund Request Template', 'Recall Rebate Form', 'Create Report on Customer Feedback', 'Review Customer Feedback Report', 'Customer Feedback Report Analysis', 'Prepare Shipping Cost Analysis Report', 'Provide Feedback on Shippers', 'Select Preferred Shipper', 'Complete Shipper Selection Form', 'Upgrade Server Hardware', 'Upgrade Personal Computers', 'Approve Personal Computer Upgrade Plan', 'Decide on Mobile Devices to Use in the Field', @@ -11,10 +11,10 @@ export const tasks = ['Prepare 2016 Financial', 'Prepare 2016 Marketing Plan', ' 'Rollout New Touch-Enabled WinForms Apps', 'Site Up-Time Report', 'Review Site Up-Time Report', 'Review Online Sales Report', 'Determine New Online Marketing Strategy', 'New Online Marketing Strategy', 'Approve New Online Marketing Strategy', 'Submit New Website Design', 'Create Icons for Website', 'Review PSDs for New Website', 'Create New Shopping Cart', 'Create New Product Pages', 'Review New Product Pages', 'Approve Website Launch', 'Launch New Website', 'Update Customer Shipping Profiles', 'Create New Shipping Return Labels', 'Get Design for Shipping Return Labels', 'PSD needed for Shipping Return Labels', - 'Request Bandwidth Increase from ISP', 'Submit D&B Number to ISP for Credit Approval', 'Contact ISP and Discuss Payment Options', 'Prepare Year-End Support Summary Report', 'Analyze Support Traffic for 2016', + 'Request Bandwidth Increase from ISP', 'Submit D&B Number to ISP for Credit Approval', 'Contact ISP and Discuss Payment Options', 'Prepare Year-End Support Summary Report', 'Analyze Support Traffic for 2026', 'Review New Training Material', 'Distribute Training Material to Support Staff', 'Training Material Distribution Schedule', 'Provide New Artwork to Support Team', 'Publish New Art on the Server', 'Replace Old Artwork with New Artwork', 'Ship New Brochures to Field', 'Ship Brochures to Todd Hoffman', 'Update Server with Service Packs', 'Install New Database', 'Approve Overtime for HR', - 'Review New HDMI Specification', 'Approval on Converting to New HDMI Specification', 'Create New Spike for Automation Server', 'Report on Retail Sales Strategy for 2014', 'Code Review - New Automation Server', + 'Review New HDMI Specification', 'Approval on Converting to New HDMI Specification', 'Create New Spike for Automation Server', 'Report on Retail Sales Strategy for 2024', 'Code Review - New Automation Server', 'Feedback on New Training Course', 'Send Monthly Invoices from Shippers', 'Schedule Meeting with Sales Team', 'Confirm Availability for Sales Meeting', 'Reschedule Sales Team Meeting', 'Send 2 Remotes for Giveaways', 'Ship 2 Remotes Priority to Clark Morgan', 'Discuss Product Giveaways with Management', 'Follow Up Email with Recent Online Purchasers', 'Replace Desktops on the 3rd Floor', 'Update Database with New Leads', 'Mail New Leads for Follow Up', 'Send Territory Sales Breakdown', 'Territory Sales Breakdown Report', 'Return Merchandise Report', 'Report on the State of Engineering Dept', 'Staff Productivity Report', diff --git a/apps/demos/Demos/List/ItemDeletion/ReactJs/data.js b/apps/demos/Demos/List/ItemDeletion/ReactJs/data.js index 1295c09c36df..a6e8f0a35da9 100644 --- a/apps/demos/Demos/List/ItemDeletion/ReactJs/data.js +++ b/apps/demos/Demos/List/ItemDeletion/ReactJs/data.js @@ -1,21 +1,21 @@ export const tasks = [ - 'Prepare 2016 Financial', - 'Prepare 2016 Marketing Plan', + 'Prepare 2026 Financial', + 'Prepare 2026 Marketing Plan', 'Update Personnel Files', 'Review Health Insurance Options Under the Affordable Care Act', 'New Brochures', - '2016 Brochure Designs', + '2026 Brochure Designs', 'Brochure Design Review', 'Website Re-Design Plan', 'Rollout of New Website and Marketing Brochures', 'Update Sales Strategy Documents', - 'Create 2012 Sales Report', + 'Create 2022 Sales Report', 'Direct vs Online Sales Comparison Report', - 'Review 2012 Sales Report and Approve 2016 Plans', - 'Deliver R&D Plans for 2016', - 'Create 2016 R&D Plans', - '2016 QA Strategy Report', - '2016 Training Events', + 'Review 2022 Sales Report and Approve 2026 Plans', + 'Deliver R&D Plans for 2026', + 'Create 2026 R&D Plans', + '2026 QA Strategy Report', + '2026 Training Events', 'Approve Hiring of John Jeffers', 'Non-Compete Agreements', 'Update NDA Agreement', @@ -33,7 +33,7 @@ export const tasks = [ 'Follow up with West Coast Stores', 'Follow up with East Coast Stores', 'Send Email to Customers about Recall', - 'Submit Refund Report for 2016 Recall', + 'Submit Refund Report for 2026 Recall', 'Give Final Approval for Refunds', 'Prepare Product Recall Report', 'Review Product Recall Report by Engineering Team', @@ -82,7 +82,7 @@ export const tasks = [ 'Submit D&B Number to ISP for Credit Approval', 'Contact ISP and Discuss Payment Options', 'Prepare Year-End Support Summary Report', - 'Analyze Support Traffic for 2016', + 'Analyze Support Traffic for 2026', 'Review New Training Material', 'Distribute Training Material to Support Staff', 'Training Material Distribution Schedule', @@ -97,7 +97,7 @@ export const tasks = [ 'Review New HDMI Specification', 'Approval on Converting to New HDMI Specification', 'Create New Spike for Automation Server', - 'Report on Retail Sales Strategy for 2014', + 'Report on Retail Sales Strategy for 2024', 'Code Review - New Automation Server', 'Feedback on New Training Course', 'Send Monthly Invoices from Shippers', diff --git a/apps/demos/Demos/List/ItemDeletion/Vue/data.ts b/apps/demos/Demos/List/ItemDeletion/Vue/data.ts index 81690248611d..c633849a00d6 100644 --- a/apps/demos/Demos/List/ItemDeletion/Vue/data.ts +++ b/apps/demos/Demos/List/ItemDeletion/Vue/data.ts @@ -1,9 +1,9 @@ -export const tasks = ['Prepare 2016 Financial', 'Prepare 2016 Marketing Plan', 'Update Personnel Files', 'Review Health Insurance Options Under the Affordable Care Act', 'New Brochures', '2016 Brochure Designs', 'Brochure Design Review', 'Website Re-Design Plan', 'Rollout of New Website and Marketing Brochures', - 'Update Sales Strategy Documents', 'Create 2012 Sales Report', 'Direct vs Online Sales Comparison Report', 'Review 2012 Sales Report and Approve 2016 Plans', 'Deliver R&D Plans for 2016', - 'Create 2016 R&D Plans', '2016 QA Strategy Report', '2016 Training Events', 'Approve Hiring of John Jeffers', 'Non-Compete Agreements', 'Update NDA Agreement', 'Update Employee Files with New NDA', 'Sign Updated NDA', +export const tasks = ['Prepare 2026 Financial', 'Prepare 2026 Marketing Plan', 'Update Personnel Files', 'Review Health Insurance Options Under the Affordable Care Act', 'New Brochures', '2026 Brochure Designs', 'Brochure Design Review', 'Website Re-Design Plan', 'Rollout of New Website and Marketing Brochures', + 'Update Sales Strategy Documents', 'Create 2022 Sales Report', 'Direct vs Online Sales Comparison Report', 'Review 2022 Sales Report and Approve 2026 Plans', 'Deliver R&D Plans for 2026', + 'Create 2026 R&D Plans', '2026 QA Strategy Report', '2026 Training Events', 'Approve Hiring of John Jeffers', 'Non-Compete Agreements', 'Update NDA Agreement', 'Update Employee Files with New NDA', 'Sign Updated NDA', 'Submit Questions Regarding New NDA', 'Submit Signed NDA', 'Update Revenue Projections', 'Review Revenue Projections', 'Comment on Revenue Projections', 'Provide New Health Insurance Docs', 'Review Changes to Health Insurance Coverage', 'Scan Health Insurance Forms', 'Sign Health Insurance Forms', 'Follow up with West Coast Stores', 'Follow up with East Coast Stores', - 'Send Email to Customers about Recall', 'Submit Refund Report for 2016 Recall', 'Give Final Approval for Refunds', 'Prepare Product Recall Report', 'Review Product Recall Report by Engineering Team', + 'Send Email to Customers about Recall', 'Submit Refund Report for 2026 Recall', 'Give Final Approval for Refunds', 'Prepare Product Recall Report', 'Review Product Recall Report by Engineering Team', 'Create Training Course for New TVs', 'Review Training Course for any Omissions', 'Review Overtime Report', 'Submit Overtime Request Forms', 'Overtime Approval Guidelines', 'Refund Request Template', 'Recall Rebate Form', 'Create Report on Customer Feedback', 'Review Customer Feedback Report', 'Customer Feedback Report Analysis', 'Prepare Shipping Cost Analysis Report', 'Provide Feedback on Shippers', 'Select Preferred Shipper', 'Complete Shipper Selection Form', 'Upgrade Server Hardware', 'Upgrade Personal Computers', 'Approve Personal Computer Upgrade Plan', 'Decide on Mobile Devices to Use in the Field', @@ -11,10 +11,10 @@ export const tasks = ['Prepare 2016 Financial', 'Prepare 2016 Marketing Plan', ' 'Rollout New Touch-Enabled WinForms Apps', 'Site Up-Time Report', 'Review Site Up-Time Report', 'Review Online Sales Report', 'Determine New Online Marketing Strategy', 'New Online Marketing Strategy', 'Approve New Online Marketing Strategy', 'Submit New Website Design', 'Create Icons for Website', 'Review PSDs for New Website', 'Create New Shopping Cart', 'Create New Product Pages', 'Review New Product Pages', 'Approve Website Launch', 'Launch New Website', 'Update Customer Shipping Profiles', 'Create New Shipping Return Labels', 'Get Design for Shipping Return Labels', 'PSD needed for Shipping Return Labels', - 'Request Bandwidth Increase from ISP', 'Submit D&B Number to ISP for Credit Approval', 'Contact ISP and Discuss Payment Options', 'Prepare Year-End Support Summary Report', 'Analyze Support Traffic for 2016', + 'Request Bandwidth Increase from ISP', 'Submit D&B Number to ISP for Credit Approval', 'Contact ISP and Discuss Payment Options', 'Prepare Year-End Support Summary Report', 'Analyze Support Traffic for 2026', 'Review New Training Material', 'Distribute Training Material to Support Staff', 'Training Material Distribution Schedule', 'Provide New Artwork to Support Team', 'Publish New Art on the Server', 'Replace Old Artwork with New Artwork', 'Ship New Brochures to Field', 'Ship Brochures to Todd Hoffman', 'Update Server with Service Packs', 'Install New Database', 'Approve Overtime for HR', - 'Review New HDMI Specification', 'Approval on Converting to New HDMI Specification', 'Create New Spike for Automation Server', 'Report on Retail Sales Strategy for 2014', 'Code Review - New Automation Server', + 'Review New HDMI Specification', 'Approval on Converting to New HDMI Specification', 'Create New Spike for Automation Server', 'Report on Retail Sales Strategy for 2024', 'Code Review - New Automation Server', 'Feedback on New Training Course', 'Send Monthly Invoices from Shippers', 'Schedule Meeting with Sales Team', 'Confirm Availability for Sales Meeting', 'Reschedule Sales Team Meeting', 'Send 2 Remotes for Giveaways', 'Ship 2 Remotes Priority to Clark Morgan', 'Discuss Product Giveaways with Management', 'Follow Up Email with Recent Online Purchasers', 'Replace Desktops on the 3rd Floor', 'Update Database with New Leads', 'Mail New Leads for Follow Up', 'Send Territory Sales Breakdown', 'Territory Sales Breakdown Report', 'Return Merchandise Report', 'Report on the State of Engineering Dept', 'Staff Productivity Report', diff --git a/apps/demos/Demos/List/ItemDeletion/jQuery/data.js b/apps/demos/Demos/List/ItemDeletion/jQuery/data.js index 2c6b38f2cb4e..9205f37412b9 100644 --- a/apps/demos/Demos/List/ItemDeletion/jQuery/data.js +++ b/apps/demos/Demos/List/ItemDeletion/jQuery/data.js @@ -1,9 +1,9 @@ -const tasks = ['Prepare 2016 Financial', 'Prepare 2016 Marketing Plan', 'Update Personnel Files', 'Review Health Insurance Options Under the Affordable Care Act', 'New Brochures', '2016 Brochure Designs', 'Brochure Design Review', 'Website Re-Design Plan', 'Rollout of New Website and Marketing Brochures', - 'Update Sales Strategy Documents', 'Create 2012 Sales Report', 'Direct vs Online Sales Comparison Report', 'Review 2012 Sales Report and Approve 2016 Plans', 'Deliver R&D Plans for 2016', - 'Create 2016 R&D Plans', '2016 QA Strategy Report', '2016 Training Events', 'Approve Hiring of John Jeffers', 'Non-Compete Agreements', 'Update NDA Agreement', 'Update Employee Files with New NDA', 'Sign Updated NDA', +const tasks = ['Prepare 2026 Financial', 'Prepare 2026 Marketing Plan', 'Update Personnel Files', 'Review Health Insurance Options Under the Affordable Care Act', 'New Brochures', '2026 Brochure Designs', 'Brochure Design Review', 'Website Re-Design Plan', 'Rollout of New Website and Marketing Brochures', + 'Update Sales Strategy Documents', 'Create 2022 Sales Report', 'Direct vs Online Sales Comparison Report', 'Review 2022 Sales Report and Approve 2026 Plans', 'Deliver R&D Plans for 2026', + 'Create 2026 R&D Plans', '2026 QA Strategy Report', '2026 Training Events', 'Approve Hiring of John Jeffers', 'Non-Compete Agreements', 'Update NDA Agreement', 'Update Employee Files with New NDA', 'Sign Updated NDA', 'Submit Questions Regarding New NDA', 'Submit Signed NDA', 'Update Revenue Projections', 'Review Revenue Projections', 'Comment on Revenue Projections', 'Provide New Health Insurance Docs', 'Review Changes to Health Insurance Coverage', 'Scan Health Insurance Forms', 'Sign Health Insurance Forms', 'Follow up with West Coast Stores', 'Follow up with East Coast Stores', - 'Send Email to Customers about Recall', 'Submit Refund Report for 2016 Recall', 'Give Final Approval for Refunds', 'Prepare Product Recall Report', 'Review Product Recall Report by Engineering Team', + 'Send Email to Customers about Recall', 'Submit Refund Report for 2026 Recall', 'Give Final Approval for Refunds', 'Prepare Product Recall Report', 'Review Product Recall Report by Engineering Team', 'Create Training Course for New TVs', 'Review Training Course for any Omissions', 'Review Overtime Report', 'Submit Overtime Request Forms', 'Overtime Approval Guidelines', 'Refund Request Template', 'Recall Rebate Form', 'Create Report on Customer Feedback', 'Review Customer Feedback Report', 'Customer Feedback Report Analysis', 'Prepare Shipping Cost Analysis Report', 'Provide Feedback on Shippers', 'Select Preferred Shipper', 'Complete Shipper Selection Form', 'Upgrade Server Hardware', 'Upgrade Personal Computers', 'Approve Personal Computer Upgrade Plan', 'Decide on Mobile Devices to Use in the Field', @@ -11,10 +11,10 @@ const tasks = ['Prepare 2016 Financial', 'Prepare 2016 Marketing Plan', 'Update 'Rollout New Touch-Enabled WinForms Apps', 'Site Up-Time Report', 'Review Site Up-Time Report', 'Review Online Sales Report', 'Determine New Online Marketing Strategy', 'New Online Marketing Strategy', 'Approve New Online Marketing Strategy', 'Submit New Website Design', 'Create Icons for Website', 'Review PSDs for New Website', 'Create New Shopping Cart', 'Create New Product Pages', 'Review New Product Pages', 'Approve Website Launch', 'Launch New Website', 'Update Customer Shipping Profiles', 'Create New Shipping Return Labels', 'Get Design for Shipping Return Labels', 'PSD needed for Shipping Return Labels', - 'Request Bandwidth Increase from ISP', 'Submit D&B Number to ISP for Credit Approval', 'Contact ISP and Discuss Payment Options', 'Prepare Year-End Support Summary Report', 'Analyze Support Traffic for 2016', + 'Request Bandwidth Increase from ISP', 'Submit D&B Number to ISP for Credit Approval', 'Contact ISP and Discuss Payment Options', 'Prepare Year-End Support Summary Report', 'Analyze Support Traffic for 2026', 'Review New Training Material', 'Distribute Training Material to Support Staff', 'Training Material Distribution Schedule', 'Provide New Artwork to Support Team', 'Publish New Art on the Server', 'Replace Old Artwork with New Artwork', 'Ship New Brochures to Field', 'Ship Brochures to Todd Hoffman', 'Update Server with Service Packs', 'Install New Database', 'Approve Overtime for HR', - 'Review New HDMI Specification', 'Approval on Converting to New HDMI Specification', 'Create New Spike for Automation Server', 'Report on Retail Sales Strategy for 2014', 'Code Review - New Automation Server', + 'Review New HDMI Specification', 'Approval on Converting to New HDMI Specification', 'Create New Spike for Automation Server', 'Report on Retail Sales Strategy for 2024', 'Code Review - New Automation Server', 'Feedback on New Training Course', 'Send Monthly Invoices from Shippers', 'Schedule Meeting with Sales Team', 'Confirm Availability for Sales Meeting', 'Reschedule Sales Team Meeting', 'Send 2 Remotes for Giveaways', 'Ship 2 Remotes Priority to Clark Morgan', 'Discuss Product Giveaways with Management', 'Follow Up Email with Recent Online Purchasers', 'Replace Desktops on the 3rd Floor', 'Update Database with New Leads', 'Mail New Leads for Follow Up', 'Send Territory Sales Breakdown', 'Territory Sales Breakdown Report', 'Return Merchandise Report', 'Report on the State of Engineering Dept', 'Staff Productivity Report', diff --git a/apps/demos/Demos/List/Selection/Angular/app/app.service.ts b/apps/demos/Demos/List/Selection/Angular/app/app.service.ts index fce04739889a..2470a85c7869 100644 --- a/apps/demos/Demos/List/Selection/Angular/app/app.service.ts +++ b/apps/demos/Demos/List/Selection/Angular/app/app.service.ts @@ -7,18 +7,18 @@ export class Task { } const tasks: Task[] = [ - { id: 1, text: 'Prepare 2016 Financial' }, - { id: 2, text: 'Prepare 2016 Marketing Plan' }, + { id: 1, text: 'Prepare 2026 Financial' }, + { id: 2, text: 'Prepare 2026 Marketing Plan' }, { id: 3, text: 'Update Personnel Files' }, { id: 4, text: 'Review Health Insurance Options Under the Affordable Care Act' }, { id: 5, text: 'New Brochures' }, - { id: 6, text: '2016 Brochure Designs' }, + { id: 6, text: '2026 Brochure Designs' }, { id: 7, text: 'Brochure Design Review' }, { id: 8, text: 'Website Re-Design Plan' }, { id: 9, text: 'Rollout of New Website and Marketing Brochures' }, - { id: 10, text: 'Create 2012 Sales Report' }, + { id: 10, text: 'Create 2022 Sales Report' }, { id: 11, text: 'Direct vs Online Sales Comparison Report' }, - { id: 12, text: 'Review 2012 Sales Report and Approve 2016 Plans' }, + { id: 12, text: 'Review 2022 Sales Report and Approve 2026 Plans' }, { id: 13, text: 'Submit Signed NDA' }, { id: 14, text: 'Update Revenue Projections' }, { id: 15, text: 'Review Revenue Projections' }, @@ -27,7 +27,7 @@ const tasks: Task[] = [ { id: 18, text: 'Sign Health Insurance Forms' }, { id: 19, text: 'Follow up with West Coast Stores' }, { id: 20, text: 'Follow up with East Coast Stores' }, - { id: 21, text: 'Submit Refund Report for 2016 Recall' }, + { id: 21, text: 'Submit Refund Report for 2026 Recall' }, { id: 22, text: 'Give Final Approval for Refunds' }, { id: 23, text: 'Prepare Product Recall Report' }, { id: 24, text: 'Review Product Recall Report by Engineering Team' }, diff --git a/apps/demos/Demos/List/Selection/React/data.ts b/apps/demos/Demos/List/Selection/React/data.ts index 2db1fe9678e2..24fa41e8169a 100644 --- a/apps/demos/Demos/List/Selection/React/data.ts +++ b/apps/demos/Demos/List/Selection/React/data.ts @@ -1,17 +1,17 @@ import type { Task } from './types.ts'; -export const tasks: Task[] = [{ id: 1, text: 'Prepare 2016 Financial' }, - { id: 2, text: 'Prepare 2016 Marketing Plan' }, +export const tasks: Task[] = [{ id: 1, text: 'Prepare 2026 Financial' }, + { id: 2, text: 'Prepare 2026 Marketing Plan' }, { id: 3, text: 'Update Personnel Files' }, { id: 4, text: 'Review Health Insurance Options Under the Affordable Care Act' }, { id: 5, text: 'New Brochures' }, - { id: 6, text: '2016 Brochure Designs' }, + { id: 6, text: '2026 Brochure Designs' }, { id: 7, text: 'Brochure Design Review' }, { id: 8, text: 'Website Re-Design Plan' }, { id: 9, text: 'Rollout of New Website and Marketing Brochures' }, - { id: 10, text: 'Create 2012 Sales Report' }, + { id: 10, text: 'Create 2022 Sales Report' }, { id: 11, text: 'Direct vs Online Sales Comparison Report' }, - { id: 12, text: 'Review 2012 Sales Report and Approve 2016 Plans' }, + { id: 12, text: 'Review 2022 Sales Report and Approve 2026 Plans' }, { id: 13, text: 'Submit Signed NDA' }, { id: 14, text: 'Update Revenue Projections' }, { id: 15, text: 'Review Revenue Projections' }, @@ -20,7 +20,7 @@ export const tasks: Task[] = [{ id: 1, text: 'Prepare 2016 Financial' }, { id: 18, text: 'Sign Health Insurance Forms' }, { id: 19, text: 'Follow up with West Coast Stores' }, { id: 20, text: 'Follow up with East Coast Stores' }, - { id: 21, text: 'Submit Refund Report for 2016 Recall' }, + { id: 21, text: 'Submit Refund Report for 2026 Recall' }, { id: 22, text: 'Give Final Approval for Refunds' }, { id: 23, text: 'Prepare Product Recall Report' }, { id: 24, text: 'Review Product Recall Report by Engineering Team' }, diff --git a/apps/demos/Demos/List/Selection/ReactJs/data.js b/apps/demos/Demos/List/Selection/ReactJs/data.js index 68cf0c8aa373..661d3f3bbd3f 100644 --- a/apps/demos/Demos/List/Selection/ReactJs/data.js +++ b/apps/demos/Demos/List/Selection/ReactJs/data.js @@ -1,16 +1,16 @@ export const tasks = [ - { id: 1, text: 'Prepare 2016 Financial' }, - { id: 2, text: 'Prepare 2016 Marketing Plan' }, + { id: 1, text: 'Prepare 2026 Financial' }, + { id: 2, text: 'Prepare 2026 Marketing Plan' }, { id: 3, text: 'Update Personnel Files' }, { id: 4, text: 'Review Health Insurance Options Under the Affordable Care Act' }, { id: 5, text: 'New Brochures' }, - { id: 6, text: '2016 Brochure Designs' }, + { id: 6, text: '2026 Brochure Designs' }, { id: 7, text: 'Brochure Design Review' }, { id: 8, text: 'Website Re-Design Plan' }, { id: 9, text: 'Rollout of New Website and Marketing Brochures' }, - { id: 10, text: 'Create 2012 Sales Report' }, + { id: 10, text: 'Create 2022 Sales Report' }, { id: 11, text: 'Direct vs Online Sales Comparison Report' }, - { id: 12, text: 'Review 2012 Sales Report and Approve 2016 Plans' }, + { id: 12, text: 'Review 2022 Sales Report and Approve 2026 Plans' }, { id: 13, text: 'Submit Signed NDA' }, { id: 14, text: 'Update Revenue Projections' }, { id: 15, text: 'Review Revenue Projections' }, @@ -19,7 +19,7 @@ export const tasks = [ { id: 18, text: 'Sign Health Insurance Forms' }, { id: 19, text: 'Follow up with West Coast Stores' }, { id: 20, text: 'Follow up with East Coast Stores' }, - { id: 21, text: 'Submit Refund Report for 2016 Recall' }, + { id: 21, text: 'Submit Refund Report for 2026 Recall' }, { id: 22, text: 'Give Final Approval for Refunds' }, { id: 23, text: 'Prepare Product Recall Report' }, { id: 24, text: 'Review Product Recall Report by Engineering Team' }, diff --git a/apps/demos/Demos/List/Selection/Vue/data.ts b/apps/demos/Demos/List/Selection/Vue/data.ts index 6c8c934446f7..56be0459ee63 100644 --- a/apps/demos/Demos/List/Selection/Vue/data.ts +++ b/apps/demos/Demos/List/Selection/Vue/data.ts @@ -1,15 +1,15 @@ -export const tasks = [{ id: 1, text: 'Prepare 2016 Financial' }, - { id: 2, text: 'Prepare 2016 Marketing Plan' }, +export const tasks = [{ id: 1, text: 'Prepare 2026 Financial' }, + { id: 2, text: 'Prepare 2026 Marketing Plan' }, { id: 3, text: 'Update Personnel Files' }, { id: 4, text: 'Review Health Insurance Options Under the Affordable Care Act' }, { id: 5, text: 'New Brochures' }, - { id: 6, text: '2016 Brochure Designs' }, + { id: 6, text: '2026 Brochure Designs' }, { id: 7, text: 'Brochure Design Review' }, { id: 8, text: 'Website Re-Design Plan' }, { id: 9, text: 'Rollout of New Website and Marketing Brochures' }, - { id: 10, text: 'Create 2012 Sales Report' }, + { id: 10, text: 'Create 2022 Sales Report' }, { id: 11, text: 'Direct vs Online Sales Comparison Report' }, - { id: 12, text: 'Review 2012 Sales Report and Approve 2016 Plans' }, + { id: 12, text: 'Review 2022 Sales Report and Approve 2026 Plans' }, { id: 13, text: 'Submit Signed NDA' }, { id: 14, text: 'Update Revenue Projections' }, { id: 15, text: 'Review Revenue Projections' }, @@ -18,7 +18,7 @@ export const tasks = [{ id: 1, text: 'Prepare 2016 Financial' }, { id: 18, text: 'Sign Health Insurance Forms' }, { id: 19, text: 'Follow up with West Coast Stores' }, { id: 20, text: 'Follow up with East Coast Stores' }, - { id: 21, text: 'Submit Refund Report for 2016 Recall' }, + { id: 21, text: 'Submit Refund Report for 2026 Recall' }, { id: 22, text: 'Give Final Approval for Refunds' }, { id: 23, text: 'Prepare Product Recall Report' }, { id: 24, text: 'Review Product Recall Report by Engineering Team' }, diff --git a/apps/demos/Demos/List/Selection/jQuery/data.js b/apps/demos/Demos/List/Selection/jQuery/data.js index c698b0511fe6..1fdcd681a821 100644 --- a/apps/demos/Demos/List/Selection/jQuery/data.js +++ b/apps/demos/Demos/List/Selection/jQuery/data.js @@ -1,15 +1,15 @@ -const tasks = [{ id: 1, text: 'Prepare 2016 Financial' }, - { id: 2, text: 'Prepare 2016 Marketing Plan' }, +const tasks = [{ id: 1, text: 'Prepare 2026 Financial' }, + { id: 2, text: 'Prepare 2026 Marketing Plan' }, { id: 3, text: 'Update Personnel Files' }, { id: 4, text: 'Review Health Insurance Options Under the Affordable Care Act' }, { id: 5, text: 'New Brochures' }, - { id: 6, text: '2016 Brochure Designs' }, + { id: 6, text: '2026 Brochure Designs' }, { id: 7, text: 'Brochure Design Review' }, { id: 8, text: 'Website Re-Design Plan' }, { id: 9, text: 'Rollout of New Website and Marketing Brochures' }, - { id: 10, text: 'Create 2012 Sales Report' }, + { id: 10, text: 'Create 2022 Sales Report' }, { id: 11, text: 'Direct vs Online Sales Comparison Report' }, - { id: 12, text: 'Review 2012 Sales Report and Approve 2016 Plans' }, + { id: 12, text: 'Review 2022 Sales Report and Approve 2026 Plans' }, { id: 13, text: 'Submit Signed NDA' }, { id: 14, text: 'Update Revenue Projections' }, { id: 15, text: 'Review Revenue Projections' }, @@ -18,7 +18,7 @@ const tasks = [{ id: 1, text: 'Prepare 2016 Financial' }, { id: 18, text: 'Sign Health Insurance Forms' }, { id: 19, text: 'Follow up with West Coast Stores' }, { id: 20, text: 'Follow up with East Coast Stores' }, - { id: 21, text: 'Submit Refund Report for 2016 Recall' }, + { id: 21, text: 'Submit Refund Report for 2026 Recall' }, { id: 22, text: 'Give Final Approval for Refunds' }, { id: 23, text: 'Prepare Product Recall Report' }, { id: 24, text: 'Review Product Recall Report by Engineering Team' }, diff --git a/apps/demos/testing/etalons/List-DragAndDrop (fluent.blue.light).png b/apps/demos/testing/etalons/List-DragAndDrop (fluent.blue.light).png index aa3e026e76de..956132ebebba 100644 Binary files a/apps/demos/testing/etalons/List-DragAndDrop (fluent.blue.light).png and b/apps/demos/testing/etalons/List-DragAndDrop (fluent.blue.light).png differ diff --git a/apps/demos/testing/etalons/List-DragAndDrop (material.blue.light).png b/apps/demos/testing/etalons/List-DragAndDrop (material.blue.light).png index ddd6a9696506..e55594affae1 100644 Binary files a/apps/demos/testing/etalons/List-DragAndDrop (material.blue.light).png and b/apps/demos/testing/etalons/List-DragAndDrop (material.blue.light).png differ diff --git a/apps/demos/testing/etalons/List-Grouping (fluent.blue.light).png b/apps/demos/testing/etalons/List-Grouping (fluent.blue.light).png index 199ba15c69c9..cc3135d172d1 100644 Binary files a/apps/demos/testing/etalons/List-Grouping (fluent.blue.light).png and b/apps/demos/testing/etalons/List-Grouping (fluent.blue.light).png differ diff --git a/apps/demos/testing/etalons/List-Grouping (material.blue.light).png b/apps/demos/testing/etalons/List-Grouping (material.blue.light).png index f8d7515c065c..58f055b61cd1 100644 Binary files a/apps/demos/testing/etalons/List-Grouping (material.blue.light).png and b/apps/demos/testing/etalons/List-Grouping (material.blue.light).png differ diff --git a/apps/demos/testing/etalons/List-ItemDeletion (fluent.blue.light).png b/apps/demos/testing/etalons/List-ItemDeletion (fluent.blue.light).png index 5fd8ee6ba9c9..e9f74bec0721 100644 Binary files a/apps/demos/testing/etalons/List-ItemDeletion (fluent.blue.light).png and b/apps/demos/testing/etalons/List-ItemDeletion (fluent.blue.light).png differ diff --git a/apps/demos/testing/etalons/List-ItemDeletion (material.blue.light).png b/apps/demos/testing/etalons/List-ItemDeletion (material.blue.light).png index 86877c55e867..65ea5af19e03 100644 Binary files a/apps/demos/testing/etalons/List-ItemDeletion (material.blue.light).png and b/apps/demos/testing/etalons/List-ItemDeletion (material.blue.light).png differ diff --git a/apps/demos/testing/etalons/List-Selection (fluent.blue.light).png b/apps/demos/testing/etalons/List-Selection (fluent.blue.light).png index baac7573515b..bbcef3189aa2 100644 Binary files a/apps/demos/testing/etalons/List-Selection (fluent.blue.light).png and b/apps/demos/testing/etalons/List-Selection (fluent.blue.light).png differ diff --git a/apps/demos/testing/etalons/List-Selection (material.blue.light).png b/apps/demos/testing/etalons/List-Selection (material.blue.light).png index d2a65237d44f..ff75b6379dd9 100644 Binary files a/apps/demos/testing/etalons/List-Selection (material.blue.light).png and b/apps/demos/testing/etalons/List-Selection (material.blue.light).png differ