|
1 | 1 | <?xml version="1.0" encoding="utf-8" ?>
|
2 |
| -<widget id="com.mendix.widget.native.carousel.Carousel" pluginWidget="true" needsEntityContext="true" offlineCapable="true" |
3 |
| - supportedPlatform="Native" |
4 |
| - xmlns="http://www.mendix.com/widget/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
5 |
| - xsi:schemaLocation="http://www.mendix.com/widget/1.0/ ../node_modules/mendix/custom_widget.xsd"> |
| 2 | +<widget id="com.mendix.widget.native.carousel.Carousel" pluginWidget="true" needsEntityContext="true" offlineCapable="true" supportedPlatform="Native" xmlns="http://www.mendix.com/widget/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mendix.com/widget/1.0/ ../node_modules/mendix/custom_widget.xsd"> |
6 | 3 | <name>Carousel</name>
|
7 |
| - <description/> |
| 4 | + <description /> |
8 | 5 | <studioProCategory>Display</studioProCategory>
|
9 | 6 | <studioCategory>Display</studioCategory>
|
10 | 7 | <properties>
|
11 | 8 | <propertyGroup caption="General">
|
12 | 9 | <propertyGroup caption="Data source">
|
13 | 10 | <property key="contentSource" type="datasource" isList="true">
|
14 | 11 | <caption>Source</caption>
|
15 |
| - <description/> |
| 12 | + <description /> |
16 | 13 | </property>
|
17 | 14 | <property key="content" type="widgets" dataSource="contentSource">
|
18 | 15 | <caption>Content</caption>
|
19 |
| - <description/> |
| 16 | + <description /> |
20 | 17 | </property>
|
21 | 18 | </propertyGroup>
|
22 | 19 | <propertyGroup caption="Display">
|
|
41 | 38 | </enumerationValues>
|
42 | 39 | </property>
|
43 | 40 | </propertyGroup>
|
44 |
| -<!-- Library has a bug with loops--> |
45 |
| -<!-- https://github.com/archriss/react-native-snap-carousel/issues/653 - --> |
46 |
| -<!-- https://github.com/archriss/react-native-snap-carousel/issues/608--> |
47 |
| -<!-- Also not working properly with Mobx--> |
48 |
| -<!-- <propertyGroup caption="Behavior">--> |
49 |
| -<!-- <property key="loop" type="boolean" defaultValue="false">--> |
50 |
| -<!-- <caption>Loop</caption>--> |
51 |
| -<!-- <description>After the last item the carousel continues to the first item.</description>--> |
52 |
| -<!-- </property>--> |
53 |
| -<!-- </propertyGroup>--> |
| 41 | + <!-- Library has a bug with loops--> |
| 42 | + <!-- https://github.com/archriss/react-native-snap-carousel/issues/653 - --> |
| 43 | + <!-- https://github.com/archriss/react-native-snap-carousel/issues/608--> |
| 44 | + <!-- Also not working properly with Mobx--> |
| 45 | + <!-- <propertyGroup caption="Behavior">--> |
| 46 | + <!-- <property key="loop" type="boolean" defaultValue="false">--> |
| 47 | + <!-- <caption>Loop</caption>--> |
| 48 | + <!-- <description>After the last item the carousel continues to the first item.</description>--> |
| 49 | + <!-- </property>--> |
| 50 | + <!-- </propertyGroup>--> |
54 | 51 | <propertyGroup caption="Common">
|
55 |
| - <systemProperty key="Name"/> |
56 |
| - <systemProperty key="Visibility"/> |
| 52 | + <systemProperty key="Name" /> |
| 53 | + <systemProperty key="Visibility" /> |
| 54 | + </propertyGroup> |
| 55 | + |
| 56 | + <propertyGroup caption="Accessibilty"> |
| 57 | + <property key="accessible" type="enumeration" defaultValue="no"> |
| 58 | + <caption>Accessible</caption> |
| 59 | + <description /> |
| 60 | + <enumerationValues> |
| 61 | + <enumerationValue key="yes">Yes</enumerationValue> |
| 62 | + <enumerationValue key="no">No</enumerationValue> |
| 63 | + </enumerationValues> |
| 64 | + </property> |
| 65 | + <property key="screenReaderCaption" type="textTemplate" required="false"> |
| 66 | + <caption>Screen reader caption</caption> |
| 67 | + <description /> |
| 68 | + </property> |
| 69 | + <property key="screenReaderHint" type="textTemplate" required="false"> |
| 70 | + <caption>Screen reader hint</caption> |
| 71 | + <description /> |
| 72 | + </property> |
57 | 73 | </propertyGroup>
|
58 | 74 | </propertyGroup>
|
59 | 75 | </properties>
|
|
0 commit comments