nocobase/packages/plugins/@nocobase/plugin-calendar
Zeke Zhang 74051ff0a5
refactor(DataBlock): kanban and gantt and map and calendar (#3792)
* refactor: kanban

* refactor: gantt

* refactor: map

* refactor: calendar

* refactor: compat

* refactor: rename to createKanbanBlockUISchema

* refactor(kanban): use x-use-component-props instead of useProps

* refactor(Gantt): rename to createGanttBlockUISchema

* refactor: use x-use-component-props instead of useProps

* refactor: rename

* refactor(Map): use x-use-component-props instead of useProps

* refactor(Calendar): rename

* refactor(Calendar): should not get collection on getting association in UISchema

* refactor(Calendar): use x-use-component-props instead of useProps

* chore: add comment

* chore: fix unit test

* fix: add scopes to fix e2e

* fix(Calendar): add association property to CalendarBlockProvider decorator

* test: add e2e for Calenndar
2024-03-27 18:06:28 +08:00
..
src refactor(DataBlock): kanban and gantt and map and calendar (#3792) 2024-03-27 18:06:28 +08:00
.npmignore feat(plugin-calendar): add calendar plugin (#3109) 2023-12-23 15:16:41 +08:00
client.d.ts feat(plugin-calendar): add calendar plugin (#3109) 2023-12-23 15:16:41 +08:00
client.js feat(plugin-calendar): add calendar plugin (#3109) 2023-12-23 15:16:41 +08:00
LICENSE feat(plugin-calendar): add calendar plugin (#3109) 2023-12-23 15:16:41 +08:00
package.json chore(versions): 😊 publish v0.20.0-alpha.17 2024-03-26 17:25:06 +08:00
README.md feat(plugin-calendar): add calendar plugin (#3109) 2023-12-23 15:16:41 +08:00
README.zh-CN.md feat(plugin-calendar): add calendar plugin (#3109) 2023-12-23 15:16:41 +08:00
server.d.ts feat(plugin-calendar): add calendar plugin (#3109) 2023-12-23 15:16:41 +08:00
server.js feat(plugin-calendar): add calendar plugin (#3109) 2023-12-23 15:16:41 +08:00

calendar

English | 中文

Introduction