Skip to content

Commit abde169

Browse files
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
2 parents 026df10 + 2a7d1c2 commit abde169

28 files changed

Lines changed: 112 additions & 112 deletions

apps/demos/Demos/List/DragAndDrop/Angular/app/app.service.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ export class Task {
77
}
88

99
const doingTasks: Task[] = [
10-
{ id: 1, text: 'Prepare 2019 Financial' },
11-
{ id: 2, text: 'Prepare 2019 Marketing Plan' },
10+
{ id: 1, text: 'Prepare 2026 Financial' },
11+
{ id: 2, text: 'Prepare 2026 Marketing Plan' },
1212
{ id: 3, text: 'Update Personnel Files' },
1313
{ id: 4, text: 'Review Health Insurance Options Under the Affordable Care Act' },
1414
];
1515

1616
const plannedTasks: Task[] = [
1717
{ id: 5, text: 'New Brochures' },
18-
{ id: 6, text: '2019 Brochure Designs' },
18+
{ id: 6, text: '2026 Brochure Designs' },
1919
{ id: 7, text: 'Brochure Design Review' },
2020
{ id: 8, text: 'Website Re-Design Plan' },
2121
{ id: 9, text: 'Rollout of New Website and Marketing Brochures' },
22-
{ id: 10, text: 'Create 2018 Sales Report' },
22+
{ id: 10, text: 'Create 2022 Sales Report' },
2323
{ id: 11, text: 'Direct vs Online Sales Comparison Report' },
24-
{ id: 12, text: 'Review 2018 Sales Report and Approve 2019 Plans' },
24+
{ id: 12, text: 'Review 2022 Sales Report and Approve 2026 Plans' },
2525
{ id: 13, text: 'Submit Signed NDA' },
2626
{ id: 14, text: 'Update Revenue Projections' },
2727
{ id: 15, text: 'Review Revenue Projections' },
@@ -30,7 +30,7 @@ const plannedTasks: Task[] = [
3030
{ id: 18, text: 'Sign Health Insurance Forms' },
3131
{ id: 19, text: 'Follow up with West Coast Stores' },
3232
{ id: 20, text: 'Follow up with East Coast Stores' },
33-
{ id: 21, text: 'Submit Refund Report for 2019 Recall' },
33+
{ id: 21, text: 'Submit Refund Report for 2026 Recall' },
3434
{ id: 22, text: 'Give Final Approval for Refunds' },
3535
{ id: 23, text: 'Prepare Product Recall Report' },
3636
{ id: 24, text: 'Review Product Recall Report by Engineering Team' },

apps/demos/Demos/List/DragAndDrop/React/data.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
import type { Task } from './types.ts';
22

3-
export const doingTasks: Task[] = [{ id: 1, text: 'Prepare 2019 Financial' },
4-
{ id: 2, text: 'Prepare 2019 Marketing Plan' },
3+
export const doingTasks: Task[] = [{ id: 1, text: 'Prepare 2026 Financial' },
4+
{ id: 2, text: 'Prepare 2026 Marketing Plan' },
55
{ id: 3, text: 'Update Personnel Files' },
66
{ id: 4, text: 'Review Health Insurance Options Under the Affordable Care Act' }];
77

88
export const plannedTasks: Task[] = [{ id: 5, text: 'New Brochures' },
9-
{ id: 6, text: '2019 Brochure Designs' },
9+
{ id: 6, text: '2026 Brochure Designs' },
1010
{ id: 7, text: 'Brochure Design Review' },
1111
{ id: 8, text: 'Website Re-Design Plan' },
1212
{ id: 9, text: 'Rollout of New Website and Marketing Brochures' },
13-
{ id: 10, text: 'Create 2018 Sales Report' },
13+
{ id: 10, text: 'Create 2022 Sales Report' },
1414
{ id: 11, text: 'Direct vs Online Sales Comparison Report' },
15-
{ id: 12, text: 'Review 2018 Sales Report and Approve 2019 Plans' },
15+
{ id: 12, text: 'Review 2022 Sales Report and Approve 2026 Plans' },
1616
{ id: 13, text: 'Submit Signed NDA' },
1717
{ id: 14, text: 'Update Revenue Projections' },
1818
{ id: 15, text: 'Review Revenue Projections' },
@@ -21,7 +21,7 @@ export const plannedTasks: Task[] = [{ id: 5, text: 'New Brochures' },
2121
{ id: 18, text: 'Sign Health Insurance Forms' },
2222
{ id: 19, text: 'Follow up with West Coast Stores' },
2323
{ id: 20, text: 'Follow up with East Coast Stores' },
24-
{ id: 21, text: 'Submit Refund Report for 2019 Recall' },
24+
{ id: 21, text: 'Submit Refund Report for 2026 Recall' },
2525
{ id: 22, text: 'Give Final Approval for Refunds' },
2626
{ id: 23, text: 'Prepare Product Recall Report' },
2727
{ id: 24, text: 'Review Product Recall Report by Engineering Team' },

apps/demos/Demos/List/DragAndDrop/ReactJs/data.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
export const doingTasks = [
2-
{ id: 1, text: 'Prepare 2019 Financial' },
3-
{ id: 2, text: 'Prepare 2019 Marketing Plan' },
2+
{ id: 1, text: 'Prepare 2026 Financial' },
3+
{ id: 2, text: 'Prepare 2026 Marketing Plan' },
44
{ id: 3, text: 'Update Personnel Files' },
55
{ id: 4, text: 'Review Health Insurance Options Under the Affordable Care Act' },
66
];
77
export const plannedTasks = [
88
{ id: 5, text: 'New Brochures' },
9-
{ id: 6, text: '2019 Brochure Designs' },
9+
{ id: 6, text: '2026 Brochure Designs' },
1010
{ id: 7, text: 'Brochure Design Review' },
1111
{ id: 8, text: 'Website Re-Design Plan' },
1212
{ id: 9, text: 'Rollout of New Website and Marketing Brochures' },
13-
{ id: 10, text: 'Create 2018 Sales Report' },
13+
{ id: 10, text: 'Create 2022 Sales Report' },
1414
{ id: 11, text: 'Direct vs Online Sales Comparison Report' },
15-
{ id: 12, text: 'Review 2018 Sales Report and Approve 2019 Plans' },
15+
{ id: 12, text: 'Review 2022 Sales Report and Approve 2026 Plans' },
1616
{ id: 13, text: 'Submit Signed NDA' },
1717
{ id: 14, text: 'Update Revenue Projections' },
1818
{ id: 15, text: 'Review Revenue Projections' },
@@ -21,7 +21,7 @@ export const plannedTasks = [
2121
{ id: 18, text: 'Sign Health Insurance Forms' },
2222
{ id: 19, text: 'Follow up with West Coast Stores' },
2323
{ id: 20, text: 'Follow up with East Coast Stores' },
24-
{ id: 21, text: 'Submit Refund Report for 2019 Recall' },
24+
{ id: 21, text: 'Submit Refund Report for 2026 Recall' },
2525
{ id: 22, text: 'Give Final Approval for Refunds' },
2626
{ id: 23, text: 'Prepare Product Recall Report' },
2727
{ id: 24, text: 'Review Product Recall Report by Engineering Team' },

apps/demos/Demos/List/DragAndDrop/Vue/data.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
export const doingTasks = [{ id: 1, text: 'Prepare 2019 Financial' },
2-
{ id: 2, text: 'Prepare 2019 Marketing Plan' },
1+
export const doingTasks = [{ id: 1, text: 'Prepare 2026 Financial' },
2+
{ id: 2, text: 'Prepare 2026 Marketing Plan' },
33
{ id: 3, text: 'Update Personnel Files' },
44
{ id: 4, text: 'Review Health Insurance Options Under the Affordable Care Act' }];
55

66
export const plannedTasks = [{ id: 5, text: 'New Brochures' },
7-
{ id: 6, text: '2019 Brochure Designs' },
7+
{ id: 6, text: '2026 Brochure Designs' },
88
{ id: 7, text: 'Brochure Design Review' },
99
{ id: 8, text: 'Website Re-Design Plan' },
1010
{ id: 9, text: 'Rollout of New Website and Marketing Brochures' },
11-
{ id: 10, text: 'Create 2018 Sales Report' },
11+
{ id: 10, text: 'Create 2022 Sales Report' },
1212
{ id: 11, text: 'Direct vs Online Sales Comparison Report' },
13-
{ id: 12, text: 'Review 2018 Sales Report and Approve 2019 Plans' },
13+
{ id: 12, text: 'Review 2022 Sales Report and Approve 2026 Plans' },
1414
{ id: 13, text: 'Submit Signed NDA' },
1515
{ id: 14, text: 'Update Revenue Projections' },
1616
{ id: 15, text: 'Review Revenue Projections' },
@@ -19,7 +19,7 @@ export const plannedTasks = [{ id: 5, text: 'New Brochures' },
1919
{ id: 18, text: 'Sign Health Insurance Forms' },
2020
{ id: 19, text: 'Follow up with West Coast Stores' },
2121
{ id: 20, text: 'Follow up with East Coast Stores' },
22-
{ id: 21, text: 'Submit Refund Report for 2019 Recall' },
22+
{ id: 21, text: 'Submit Refund Report for 2026 Recall' },
2323
{ id: 22, text: 'Give Final Approval for Refunds' },
2424
{ id: 23, text: 'Prepare Product Recall Report' },
2525
{ id: 24, text: 'Review Product Recall Report by Engineering Team' },

apps/demos/Demos/List/DragAndDrop/jQuery/data.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
const doingTasks = [{ id: 1, text: 'Prepare 2019 Financial' },
2-
{ id: 2, text: 'Prepare 2019 Marketing Plan' },
1+
const doingTasks = [{ id: 1, text: 'Prepare 2026 Financial' },
2+
{ id: 2, text: 'Prepare 2026 Marketing Plan' },
33
{ id: 3, text: 'Update Personnel Files' },
44
{ id: 4, text: 'Review Health Insurance Options Under the Affordable Care Act' }];
55

66
const plannedTasks = [{ id: 5, text: 'New Brochures' },
7-
{ id: 6, text: '2019 Brochure Designs' },
7+
{ id: 6, text: '2026 Brochure Designs' },
88
{ id: 7, text: 'Brochure Design Review' },
99
{ id: 8, text: 'Website Re-Design Plan' },
1010
{ id: 9, text: 'Rollout of New Website and Marketing Brochures' },
11-
{ id: 10, text: 'Create 2018 Sales Report' },
11+
{ id: 10, text: 'Create 2022 Sales Report' },
1212
{ id: 11, text: 'Direct vs Online Sales Comparison Report' },
13-
{ id: 12, text: 'Review 2018 Sales Report and Approve 2019 Plans' },
13+
{ id: 12, text: 'Review 2022 Sales Report and Approve 2026 Plans' },
1414
{ id: 13, text: 'Submit Signed NDA' },
1515
{ id: 14, text: 'Update Revenue Projections' },
1616
{ id: 15, text: 'Review Revenue Projections' },
@@ -19,7 +19,7 @@ const plannedTasks = [{ id: 5, text: 'New Brochures' },
1919
{ id: 18, text: 'Sign Health Insurance Forms' },
2020
{ id: 19, text: 'Follow up with West Coast Stores' },
2121
{ id: 20, text: 'Follow up with East Coast Stores' },
22-
{ id: 21, text: 'Submit Refund Report for 2019 Recall' },
22+
{ id: 21, text: 'Submit Refund Report for 2026 Recall' },
2323
{ id: 22, text: 'Give Final Approval for Refunds' },
2424
{ id: 23, text: 'Prepare Product Recall Report' },
2525
{ id: 24, text: 'Review Product Recall Report by Engineering Team' },

apps/demos/Demos/List/Grouping/Angular/app/app.service.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ const employees: Employee[] = [{
1414
items: ['Update Personnel Files', 'Review Health Insurance Options Under the Affordable Care Act', 'Non-Compete Agreements'],
1515
}, {
1616
key: 'Mr. Robert Reagan',
17-
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'],
17+
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'],
1818
}, {
1919
key: 'Ms. Greta Sims',
2020
items: ['Approve Hiring of John Jeffers', 'Update Employee Files with New NDA', 'Give Final Approval for Refunds'],
2121
}, {
2222
key: 'Mr. Brett Wade',
23-
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'],
23+
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'],
2424
}, {
2525
key: 'Mrs. Sandra Johnson',
2626
items: ['Provide New Health Insurance Docs', 'Review HR Budget Company Wide', 'Final Budget Review'],
@@ -29,7 +29,7 @@ const employees: Employee[] = [{
2929
items: ['Sign Updated NDA', 'Review Overtime Report', 'Upgrade Server Hardware', 'Upgrade Personal Computers'],
3030
}, {
3131
key: 'Ms. Cynthia Stanwick',
32-
items: ['Prepare 2013 Financial', 'Update Revenue Projections', 'Submit D&B Number to ISP for Credit Approval'],
32+
items: ['Prepare 2026 Financial', 'Update Revenue Projections', 'Submit D&B Number to ISP for Credit Approval'],
3333
}, {
3434
key: 'Dr. Kent Samuelson',
3535
items: ['Update Sales Strategy Documents', 'Review Revenue Projections', 'Refund Request Template'],

apps/demos/Demos/List/Grouping/React/data.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ export const employees: Employee[] = [{
88
items: ['Update Personnel Files', 'Review Health Insurance Options Under the Affordable Care Act', 'Non-Compete Agreements'],
99
}, {
1010
key: 'Mr. Robert Reagan',
11-
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'],
11+
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'],
1212
}, {
1313
key: 'Ms. Greta Sims',
1414
items: ['Approve Hiring of John Jeffers', 'Update Employee Files with New NDA', 'Give Final Approval for Refunds'],
1515
}, {
1616
key: 'Mr. Brett Wade',
17-
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'],
17+
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'],
1818
}, {
1919
key: 'Mrs. Sandra Johnson',
2020
items: ['Provide New Health Insurance Docs', 'Review HR Budget Company Wide', 'Final Budget Review'],
@@ -23,7 +23,7 @@ export const employees: Employee[] = [{
2323
items: ['Sign Updated NDA', 'Review Overtime Report', 'Upgrade Server Hardware', 'Upgrade Personal Computers'],
2424
}, {
2525
key: 'Ms. Cynthia Stanwick',
26-
items: ['Prepare 2013 Financial', 'Update Revenue Projections', 'Submit D&B Number to ISP for Credit Approval'],
26+
items: ['Prepare 2026 Financial', 'Update Revenue Projections', 'Submit D&B Number to ISP for Credit Approval'],
2727
}, {
2828
key: 'Dr. Kent Samuelson',
2929
items: ['Update Sales Strategy Documents', 'Review Revenue Projections', 'Refund Request Template'],

apps/demos/Demos/List/Grouping/ReactJs/data.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const employees = [
2020
{
2121
key: 'Mr. Robert Reagan',
2222
items: [
23-
'Deliver R&D Plans for 2013',
23+
'Deliver R&D Plans for 2026',
2424
'Decide on Mobile Devices to Use in the Field',
2525
'Try New Touch-Enabled WinForms Apps',
2626
'Approval on Converting to New HDMI Specification',
@@ -37,9 +37,9 @@ export const employees = [
3737
{
3838
key: 'Mr. Brett Wade',
3939
items: [
40-
'Prepare 3013 Marketing Plan',
40+
'Prepare 2026 Marketing Plan',
4141
'Rollout of New Website and Marketing Brochures',
42-
'Review 2012 Sales Report and Approve 2013 Plans',
42+
'Review 2022 Sales Report and Approve 2026 Plans',
4343
'Review Site Up-Time Report',
4444
],
4545
},
@@ -63,7 +63,7 @@ export const employees = [
6363
{
6464
key: 'Ms. Cynthia Stanwick',
6565
items: [
66-
'Prepare 2013 Financial',
66+
'Prepare 2026 Financial',
6767
'Update Revenue Projections',
6868
'Submit D&B Number to ISP for Credit Approval',
6969
],

apps/demos/Demos/List/Grouping/Vue/data.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ export const employees = [{
66
items: ['Update Personnel Files', 'Review Health Insurance Options Under the Affordable Care Act', 'Non-Compete Agreements'],
77
}, {
88
key: 'Mr. Robert Reagan',
9-
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'],
9+
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'],
1010
}, {
1111
key: 'Ms. Greta Sims',
1212
items: ['Approve Hiring of John Jeffers', 'Update Employee Files with New NDA', 'Give Final Approval for Refunds'],
1313
}, {
1414
key: 'Mr. Brett Wade',
15-
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'],
15+
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'],
1616
}, {
1717
key: 'Mrs. Sandra Johnson',
1818
items: ['Provide New Health Insurance Docs', 'Review HR Budget Company Wide', 'Final Budget Review'],
@@ -21,7 +21,7 @@ export const employees = [{
2121
items: ['Sign Updated NDA', 'Review Overtime Report', 'Upgrade Server Hardware', 'Upgrade Personal Computers'],
2222
}, {
2323
key: 'Ms. Cynthia Stanwick',
24-
items: ['Prepare 2013 Financial', 'Update Revenue Projections', 'Submit D&B Number to ISP for Credit Approval'],
24+
items: ['Prepare 2026 Financial', 'Update Revenue Projections', 'Submit D&B Number to ISP for Credit Approval'],
2525
}, {
2626
key: 'Dr. Kent Samuelson',
2727
items: ['Update Sales Strategy Documents', 'Review Revenue Projections', 'Refund Request Template'],

apps/demos/Demos/List/Grouping/jQuery/data.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ const employees = [{
66
items: ['Update Personnel Files', 'Review Health Insurance Options Under the Affordable Care Act', 'Non-Compete Agreements'],
77
}, {
88
key: 'Mr. Robert Reagan',
9-
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'],
9+
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'],
1010
}, {
1111
key: 'Ms. Greta Sims',
1212
items: ['Approve Hiring of John Jeffers', 'Update Employee Files with New NDA', 'Give Final Approval for Refunds'],
1313
}, {
1414
key: 'Mr. Brett Wade',
15-
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'],
15+
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'],
1616
}, {
1717
key: 'Mrs. Sandra Johnson',
1818
items: ['Provide New Health Insurance Docs', 'Review HR Budget Company Wide', 'Final Budget Review'],
@@ -21,7 +21,7 @@ const employees = [{
2121
items: ['Sign Updated NDA', 'Review Overtime Report', 'Upgrade Server Hardware', 'Upgrade Personal Computers'],
2222
}, {
2323
key: 'Ms. Cynthia Stanwick',
24-
items: ['Prepare 2013 Financial', 'Update Revenue Projections', 'Submit D&B Number to ISP for Credit Approval'],
24+
items: ['Prepare 2026 Financial', 'Update Revenue Projections', 'Submit D&B Number to ISP for Credit Approval'],
2525
}, {
2626
key: 'Dr. Kent Samuelson',
2727
items: ['Update Sales Strategy Documents', 'Review Revenue Projections', 'Refund Request Template'],

0 commit comments

Comments
 (0)