Skip to content

Commit 6b7bad2

Browse files
feat(calendar-web): add mendix dependency and update package versions
1 parent 78f7c66 commit 6b7bad2

File tree

3 files changed

+122
-117
lines changed

3 files changed

+122
-117
lines changed

packages/pluggableWidgets/calendar-web/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"dependencies": {
4949
"classnames": "^2.3.2",
5050
"date-fns": "^4.1.0",
51+
"mendix": "^10.16.49747",
5152
"react-big-calendar": "^1.17.1"
5253
},
5354
"devDependencies": {
@@ -62,11 +63,5 @@
6263
"@mendix/widget-plugin-test-utils": "workspace:*",
6364
"@types/react-big-calendar": "^1.16.1",
6465
"cross-env": "^7.0.3"
65-
},
66-
"pnpm": {
67-
"overrides": {
68-
"@prettier/plugin-xml": "^3.4.1",
69-
"prettier": "3.5.3"
70-
}
7166
}
7267
}

packages/pluggableWidgets/calendar-web/src/Calendar.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@
113113
</property>
114114
<property key="onClickEvent" type="action" required="false">
115115
<caption>On click action</caption>
116+
<description />
116117
<actionVariables>
117118
<actionVariable key="startDate" type="DateTime" caption="Event start date" />
118119
<actionVariable key="endDate" type="DateTime" caption="Event end date" />
119120
<actionVariable key="title" type="String" caption="Event title" />
120121
</actionVariables>
121-
<description />
122122
</property>
123123
<property key="onCreateEvent" type="action" required="false">
124124
<caption>On create action</caption>

pnpm-lock.yaml

Lines changed: 120 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)