Skip to content

Commit

Permalink
Merge pull request #1782 from smeup/planner-example
Browse files Browse the repository at this point in the history
kup-planner: created example nr. 5 with hour columns in input
  • Loading branch information
pasere-smeup authored Feb 22, 2024
2 parents bfa3253 + 3ecb7e1 commit 1aef5e4
Show file tree
Hide file tree
Showing 5 changed files with 2,831 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/ketchup/src/assets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ components.data = [
value: 'Planner example 4',
id: 'planner-example-4.html',
},
{
value: 'Planner example 5',
id: 'planner-example-5.html',
},
{
value: 'Progress Bar',
id: 'progress-bar.html',
Expand Down
8 changes: 4 additions & 4 deletions packages/ketchup/src/assets/planner-example-4.js
Original file line number Diff line number Diff line change
Expand Up @@ -22101,11 +22101,11 @@ const phases = {
},
isEditable: false,
obj: {
k: '20230904',
k: '20210904',
p: '*YYMD',
t: 'D8',
},
value: '2023-09-04',
value: '2021-09-04',
},
STIPER: {
data: {
Expand Down Expand Up @@ -22297,11 +22297,11 @@ const phases = {
},
isEditable: false,
obj: {
k: '20230522',
k: '20210522',
p: '*YYMD',
t: 'D8',
},
value: '2023-05-22',
value: '2021-05-22',
},
DATFPO: {
data: {
Expand Down
Loading

0 comments on commit 1aef5e4

Please sign in to comment.