Skip to content

Commit

Permalink
Merge pull request #2744 from VisActor/feat/calendar
Browse files Browse the repository at this point in the history
Feat/calendar
  • Loading branch information
Rui-Sun authored Nov 15, 2024
2 parents 0823138 + 9920e10 commit a607c85
Show file tree
Hide file tree
Showing 68 changed files with 3,788 additions and 45 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vtable",
"comment": "feat: add vtable-calendar",
"type": "minor"
}
],
"packageName": "@visactor/vtable"
}
2 changes: 1 addition & 1 deletion common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"name": "sync-bnpm",
"summary": "Sync bnpm",
"description": "Sync bnpm",
"shellCommand": "bnpm sync @visactor/vtable && bnpm sync @visactor/vtable-editors && bnpm sync @visactor/react-vtable && bnpm sync @visactor/openinula-vtable && bnpm sync @visactor/vtable-export && bnpm sync @visactor/vtable-search && bnpm sync @visactor/vtable-gantt && bnpm sync @visactor/vue-vtable"
"shellCommand": "bnpm sync @visactor/vtable && bnpm sync @visactor/vtable-editors && bnpm sync @visactor/react-vtable && bnpm sync @visactor/openinula-vtable && bnpm sync @visactor/vtable-export && bnpm sync @visactor/vtable-search && bnpm sync @visactor/vtable-gantt && bnpm sync @visactor/vue-vtable && bnpm sync @visactor/vtable-calendar"
}
],
"parameters": [
Expand Down
185 changes: 161 additions & 24 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/assets/api/en/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@

{{ import: gantt-api }}

{{ import: calendar-api }}
Loading

0 comments on commit a607c85

Please sign in to comment.