File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/native-widgets/calendar-native-widget Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " calendarnativewidget" ,
3
3
"widgetName" : " CalendarNativeWidget" ,
4
- "version" : " 1.0.5 " ,
4
+ "version" : " 1.0.6 " ,
5
5
"description" : " Calendar Widget for Mendix Native" ,
6
6
"copyright" : " 2021 Mendix Technology BV" ,
7
7
"author" : " Arno Welgemoed" ,
Original file line number Diff line number Diff line change 25
25
</property >
26
26
27
27
<property key =" dateSelectColor" type =" attribute" dataSource =" incomingDates" required =" false" >
28
- <caption >Date Color</caption >
28
+ <caption >Date Select Color</caption >
29
29
<description ></description >
30
30
<attributeTypes >
31
31
<attributeType name =" String" />
32
32
</attributeTypes >
33
33
</property >
34
34
<property key =" dateDotColor" type =" attribute" dataSource =" incomingDates" required =" false" >
35
- <caption >Date Color</caption >
35
+ <caption >Date Dot Color</caption >
36
36
<description ></description >
37
37
<attributeTypes >
38
38
<attributeType name =" String" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<package xmlns =" http://www.mendix.com/package/1.0/" >
3
- <clientModule name =" CalendarNativeWidget" version =" 1.0.5 " xmlns =" http://www.mendix.com/clientModule/1.0/" >
3
+ <clientModule name =" CalendarNativeWidget" version =" 1.0.6 " xmlns =" http://www.mendix.com/clientModule/1.0/" >
4
4
<widgetFiles >
5
5
<widgetFile path =" CalendarNativeWidget.xml" />
6
6
</widgetFiles >
You can’t perform that action at this time.
0 commit comments