Skip to content

Commit fc47376

Browse files
Merge branch 'dev' of https://github.com/lowcoder-org/lowcoder into dev
2 parents 0de683e + f33b807 commit fc47376

File tree

43 files changed

+1658
-264
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

+1658
-264
lines changed

client/packages/lowcoder-comps/package.json

Lines changed: 11 additions & 9 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,6 +32,14 @@
3032
"lowcoder": {
3133
"description": "",
3234
"comps": {
35+
"calendar": {
36+
"name": "Calendar",
37+
"icon": "./icons/icon-comp-calendar.svg",
38+
"layoutInfo": {
39+
"w": 15,
40+
"h": 60
41+
}
42+
},
3343
"chart": {
3444
"name": "Chart",
3545
"icon": "./icons/icon-chart.svg",
@@ -46,14 +56,6 @@
4656
"h": 40
4757
}
4858
},
49-
"calendar": {
50-
"name": "Calendar",
51-
"icon": "./icons/icon-comp-calendar.svg",
52-
"layoutInfo": {
53-
"w": 15,
54-
"h": 60
55-
}
56-
},
5759
"mermaid": {
5860
"name": "Mermaid",
5961
"icon": "./icons/mermaidchart.svg",

0 commit comments

Comments
 (0)