Skip to content

Commit 8952a66

Browse files
Merge branch 'dev' of https://github.com/lowcoder-org/lowcoder into condition-load-agora
2 parents f678002 + f33b807 commit 8952a66

File tree

43 files changed

+1654
-268
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1654
-268
lines changed

client/packages/lowcoder-comps/package.json

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lowcoder-comps",
3-
"version": "0.0.28",
3+
"version": "0.0.29",
44
"type": "module",
55
"license": "MIT",
66
"dependencies": {
@@ -10,11 +10,13 @@
1010
"@fullcalendar/interaction": "^6.1.6",
1111
"@fullcalendar/list": "^6.1.9",
1212
"@fullcalendar/moment": "^6.1.6",
13+
"@fullcalendar/multimonth": "^6.1.6",
1314
"@fullcalendar/react": "^6.1.6",
1415
"@fullcalendar/resource": "^6.1.11",
1516
"@fullcalendar/resource-timegrid": "^6.1.11",
1617
"@fullcalendar/resource-timeline": "^6.1.11",
1718
"@fullcalendar/timegrid": "^6.1.6",
19+
"@fullcalendar/timeline": "^6.1.6",
1820
"@types/react": "^18.2.45",
1921
"@types/react-dom": "^18.2.18",
2022
"big.js": "^6.2.1",
@@ -30,12 +32,12 @@
3032
"lowcoder": {
3133
"description": "",
3234
"comps": {
33-
"agormeetingcontroller": {
34-
"name": "Agora meeting Controller",
35-
"icon": "./icons/icon-chart.svg",
35+
"calendar": {
36+
"name": "Calendar",
37+
"icon": "./icons/icon-comp-calendar.svg",
3638
"layoutInfo": {
3739
"w": 15,
38-
"h": 40
40+
"h": 60
3941
}
4042
},
4143
"chart": {
@@ -54,14 +56,6 @@
5456
"h": 40
5557
}
5658
},
57-
"calendar": {
58-
"name": "Calendar",
59-
"icon": "./icons/icon-comp-calendar.svg",
60-
"layoutInfo": {
61-
"w": 15,
62-
"h": 60
63-
}
64-
},
6559
"mermaid": {
6660
"name": "Mermaid",
6761
"icon": "./icons/mermaidchart.svg",

0 commit comments

Comments
 (0)