Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const priorities: Resource[] = [
}, {
text: 'Low priority',
id: 2,
color: '#DD2C00',
color: '#CD2900',
},
];

Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Scheduler/Adaptability/React/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ export const priorities: Resource[] = [
}, {
text: 'Low priority',
id: 2,
color: '#DD2C00',
color: '#CD2900',
},
];
2 changes: 1 addition & 1 deletion apps/demos/Demos/Scheduler/Adaptability/ReactJs/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ export const priorities = [
{
text: 'Low priority',
id: 2,
color: '#DD2C00',
color: '#CD2900',
},
];
2 changes: 1 addition & 1 deletion apps/demos/Demos/Scheduler/Adaptability/Vue/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ export const priorities = [
}, {
text: 'Low priority',
id: 2,
color: '#DD2C00',
color: '#CD2900',
},
];
2 changes: 1 addition & 1 deletion apps/demos/Demos/Scheduler/Adaptability/jQuery/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ const priorities = [
}, {
text: 'Low priority',
id: 2,
color: '#DD2C00',
color: '#CD2900',
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ const assignees: Assignee[] = [
}, {
text: 'Todd Hoffman',
id: 3,
color: '#2E7D32',
color: '#2D7C31',
}, {
text: 'Sandra Johnson',
id: 4,
Expand All @@ -467,7 +467,7 @@ const priorities: Priority[] = [
}, {
text: 'Low',
id: 2,
color: '#DD2C00',
color: '#CD2900',
},
];

Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Scheduler/Agenda/React/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const assignees: Resource[] = [{
}, {
text: 'Todd Hoffman',
id: 3,
color: '#2E7D32',
color: '#2D7C31',
}, {
text: 'Sandra Johnson',
id: 4,
Expand All @@ -33,7 +33,7 @@ export const priorities: Resource[] = [{
}, {
text: 'Low',
id: 2,
color: '#DD2C00',
color: '#CD2900',
}];

export const data: Appointment[] = [{
Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Scheduler/Agenda/ReactJs/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const assignees = [
{
text: 'Todd Hoffman',
id: 3,
color: '#2E7D32',
color: '#2D7C31',
},
{
text: 'Sandra Johnson',
Expand All @@ -29,7 +29,7 @@ export const priorities = [
{
text: 'Low',
id: 2,
color: '#DD2C00',
color: '#CD2900',
},
];
export const data = [
Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Scheduler/Agenda/Vue/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const assignees = [{
}, {
text: 'Todd Hoffman',
id: 3,
color: '#2E7D32',
color: '#2D7C31',
}, {
text: 'Sandra Johnson',
id: 4,
Expand All @@ -23,7 +23,7 @@ export const priorities = [{
}, {
text: 'Low',
id: 2,
color: '#DD2C00',
color: '#CD2900',
}];

export const data = [{
Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Scheduler/Agenda/jQuery/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const assignees = [{
}, {
text: 'Todd Hoffman',
id: 3,
color: '#2E7D32',
color: '#2D7C31',
}, {
text: 'Sandra Johnson',
id: 4,
Expand All @@ -23,7 +23,7 @@ const priorities = [{
}, {
text: 'Low',
id: 2,
color: '#DD2C00',
color: '#CD2900',
}];

const data = [{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@ const resources: Resource[] = [
}, {
text: 'Room 407',
id: 4,
color: '#DD2C00',
color: '#CD2900',
}, {
text: 'Room 409',
id: 5,
color: '#2E7D32',
color: '#2D7C31',
},
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ export const resourcesData: Resource[] = [
}, {
text: 'Room 407',
id: 4,
color: '#DD2C00',
color: '#CD2900',
}, {
text: 'Room 409',
id: 5,
color: '#2E7D32',
color: '#2D7C31',
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@ export const resourcesData = [
{
text: 'Room 407',
id: 4,
color: '#DD2C00',
color: '#CD2900',
},
{
text: 'Room 409',
id: 5,
color: '#2E7D32',
color: '#2D7C31',
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ export const resourcesData = [
}, {
text: 'Room 407',
id: 4,
color: '#DD2C00',
color: '#CD2900',
}, {
text: 'Room 409',
id: 5,
color: '#2E7D32',
color: '#2D7C31',
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ const resourcesData = [
}, {
text: 'Room 407',
id: 4,
color: '#DD2C00',
color: '#CD2900',
}, {
text: 'Room 409',
id: 5,
color: '#2E7D32',
color: '#2D7C31',
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ const resources: Resource[] = [
}, {
text: 'Meeting room',
id: 4,
color: '#DD2C00',
color: '#CD2900',
}, {
text: 'Conference hall',
id: 5,
color: '#2E7D32',
color: '#2D7C31',
},
];

Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Scheduler/ContextMenu/React/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ export const resourcesData: Resource[] = [
}, {
text: 'Meeting room',
id: 4,
color: '#DD2C00',
color: '#CD2900',
}, {
text: 'Conference hall',
id: 5,
color: '#2E7D32',
color: '#2D7C31',
},
];
4 changes: 2 additions & 2 deletions apps/demos/Demos/Scheduler/ContextMenu/ReactJs/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ export const resourcesData = [
{
text: 'Meeting room',
id: 4,
color: '#DD2C00',
color: '#CD2900',
},
{
text: 'Conference hall',
id: 5,
color: '#2E7D32',
color: '#2D7C31',
},
];
4 changes: 2 additions & 2 deletions apps/demos/Demos/Scheduler/ContextMenu/Vue/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ export const resourcesData = [
}, {
text: 'Meeting room',
id: 4,
color: '#DD2C00',
color: '#CD2900',
}, {
text: 'Conference hall',
id: 5,
color: '#2E7D32',
color: '#2D7C31',
},
];
4 changes: 2 additions & 2 deletions apps/demos/Demos/Scheduler/ContextMenu/jQuery/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ const resourcesData = [
}, {
text: 'Meeting room',
id: 4,
color: '#DD2C00',
color: '#CD2900',
}, {
text: 'Conference hall',
id: 5,
color: '#2E7D32',
color: '#2D7C31',
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const prioritiesData: Priority[] = [
}, {
text: 'High Priority',
id: 2,
color: '#DD2C00',
color: '#CD2900',
},
];

Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Scheduler/GroupByDate/React/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ export const priorityData: Resource[] = [
}, {
text: 'High Priority',
id: 2,
color: '#DD2C00',
color: '#CD2900',
},
];
2 changes: 1 addition & 1 deletion apps/demos/Demos/Scheduler/GroupByDate/ReactJs/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,6 @@ export const priorityData = [
{
text: 'High Priority',
id: 2,
color: '#DD2C00',
color: '#CD2900',
},
];
2 changes: 1 addition & 1 deletion apps/demos/Demos/Scheduler/GroupByDate/Vue/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@ export const priorityData = [
}, {
text: 'High Priority',
id: 2,
color: '#DD2C00',
color: '#CD2900',
},
];
2 changes: 1 addition & 1 deletion apps/demos/Demos/Scheduler/GroupByDate/jQuery/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@ const priorityData = [
}, {
text: 'High Priority',
id: 2,
color: '#DD2C00',
color: '#CD2900',
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const prioritiesData: Priority[] = [
}, {
text: 'High Priority',
id: 2,
color: '#DD2C00',
color: '#CD2900',
},
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ export const priorityData: Resource[] = [
}, {
text: 'High Priority',
id: 2,
color: '#DD2C00',
color: '#CD2900',
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,6 @@ export const priorityData = [
{
text: 'High Priority',
id: 2,
color: '#DD2C00',
color: '#CD2900',
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ export const priorityData = [
}, {
text: 'High Priority',
id: 2,
color: '#DD2C00',
color: '#CD2900',
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ const priorityData = [
}, {
text: 'High Priority',
id: 2,
color: '#DD2C00',
color: '#CD2900',
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ const resources: Resource[] = [
}, {
text: 'Meeting room',
id: 4,
color: '#DD2C00',
color: '#CD2900',
}, {
text: 'Conference hall',
id: 5,
color: '#2E7D32',
color: '#2D7C31',
},
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ export const resourcesData = [
}, {
text: 'Meeting room',
id: 4,
color: '#DD2C00',
color: '#CD2900',
}, {
text: 'Conference hall',
id: 5,
color: '#2E7D32',
color: '#2D7C31',
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ export const resourcesData = [
{
text: 'Meeting room',
id: 4,
color: '#DD2C00',
color: '#CD2900',
},
{
text: 'Conference hall',
id: 5,
color: '#2E7D32',
color: '#2D7C31',
},
];
Loading