diff options
Diffstat (limited to 'node_modules')
55 files changed, 2639 insertions, 3 deletions
diff --git a/node_modules/components-data/feed-reader.json b/node_modules/components-data/feed-reader.json new file mode 100644 index 00000000..6caf768d --- /dev/null +++ b/node_modules/components-data/feed-reader.json | |||
@@ -0,0 +1,15 @@ | |||
1 | { | ||
2 | "component": "feedreader", | ||
3 | |||
4 | "module": "montage/ui/feed-reader/feed-reader.reel", | ||
5 | |||
6 | "name": "FeedReader", | ||
7 | |||
8 | "properties": [ | ||
9 | { | ||
10 | "name": "feedURL", | ||
11 | "type": "string", | ||
12 | "default": null | ||
13 | } | ||
14 | ] | ||
15 | } \ No newline at end of file | ||
diff --git a/node_modules/components-data/map.json b/node_modules/components-data/map.json new file mode 100644 index 00000000..796b2fad --- /dev/null +++ b/node_modules/components-data/map.json | |||
@@ -0,0 +1,22 @@ | |||
1 | { | ||
2 | "component": "map", | ||
3 | |||
4 | "module": "montage/ui/map.reel", | ||
5 | |||
6 | "name": "Map", | ||
7 | |||
8 | "properties": [ | ||
9 | { | ||
10 | "name": "category", | ||
11 | "type": "string", | ||
12 | "default": "", | ||
13 | "possibleValues": ["restaurant", "hospital", "cafe", "museum"] | ||
14 | }, | ||
15 | { | ||
16 | "name": "center", | ||
17 | "type": "string", | ||
18 | "default": "" | ||
19 | } | ||
20 | |||
21 | ] | ||
22 | } \ No newline at end of file | ||
diff --git a/node_modules/components-data/picasa-carousel.json b/node_modules/components-data/picasa-carousel.json new file mode 100644 index 00000000..34fe0e8f --- /dev/null +++ b/node_modules/components-data/picasa-carousel.json | |||
@@ -0,0 +1,15 @@ | |||
1 | { | ||
2 | "component": "picasa-carousel", | ||
3 | |||
4 | "module": "montage/ui/picasa-carousel.reel", | ||
5 | |||
6 | "name": "PicasaCarousel", | ||
7 | |||
8 | "properties": [ | ||
9 | { | ||
10 | "name": "queryParameter", | ||
11 | "type": "string", | ||
12 | "default": "" | ||
13 | } | ||
14 | ] | ||
15 | } \ No newline at end of file | ||
diff --git a/node_modules/components-data/searchfield.json b/node_modules/components-data/searchfield.json new file mode 100644 index 00000000..94c570d9 --- /dev/null +++ b/node_modules/components-data/searchfield.json | |||
@@ -0,0 +1,20 @@ | |||
1 | { | ||
2 | "component": "searchfield", | ||
3 | |||
4 | "module": "montage/ui/textfield.reel", | ||
5 | |||
6 | "name": "Textfield", | ||
7 | |||
8 | "properties": [ | ||
9 | { | ||
10 | "name": "valueBinding", | ||
11 | "type": "string", | ||
12 | "default": null | ||
13 | }, | ||
14 | { | ||
15 | "name": "value", | ||
16 | "type": "string", | ||
17 | "default": "" | ||
18 | } | ||
19 | ] | ||
20 | } \ No newline at end of file | ||
diff --git a/node_modules/components-data/textfield.json b/node_modules/components-data/textfield.json index 7164b8b3..39c65eab 100644 --- a/node_modules/components-data/textfield.json +++ b/node_modules/components-data/textfield.json | |||
@@ -7,6 +7,10 @@ | |||
7 | 7 | ||
8 | "properties": [ | 8 | "properties": [ |
9 | { | 9 | { |
10 | "name": "valueBinding", | ||
11 | "type": "string", | ||
12 | "default": null | ||
13 | },{ | ||
10 | "name": "accept", | 14 | "name": "accept", |
11 | "type": "string", | 15 | "type": "string", |
12 | "default": null | 16 | "default": null |
diff --git a/node_modules/components-data/youtube-channel.json b/node_modules/components-data/youtube-channel.json new file mode 100644 index 00000000..8affffba --- /dev/null +++ b/node_modules/components-data/youtube-channel.json | |||
@@ -0,0 +1,16 @@ | |||
1 | { | ||
2 | "component": "youtube-channel", | ||
3 | |||
4 | "module": "montage/ui/youtube-channel.reel", | ||
5 | |||
6 | "name": "YoutubeChannel", | ||
7 | |||
8 | "properties": [ | ||
9 | { | ||
10 | "name": "channelUrl", | ||
11 | "type": "string", | ||
12 | "default": "" | ||
13 | } | ||
14 | |||
15 | ] | ||
16 | } \ No newline at end of file | ||
diff --git a/node_modules/montage/examples/feed-reader/images/07-map-marker.png b/node_modules/montage/examples/feed-reader/images/07-map-marker.png new file mode 100644 index 00000000..a5d99d69 --- /dev/null +++ b/node_modules/montage/examples/feed-reader/images/07-map-marker.png | |||
Binary files differ | |||
diff --git a/node_modules/montage/examples/feed-reader/images/10-medical.png b/node_modules/montage/examples/feed-reader/images/10-medical.png new file mode 100644 index 00000000..ab78c783 --- /dev/null +++ b/node_modules/montage/examples/feed-reader/images/10-medical.png | |||
Binary files differ | |||
diff --git a/node_modules/montage/examples/feed-reader/images/100-coffee.png b/node_modules/montage/examples/feed-reader/images/100-coffee.png new file mode 100644 index 00000000..4e9c517a --- /dev/null +++ b/node_modules/montage/examples/feed-reader/images/100-coffee.png | |||
Binary files differ | |||
diff --git a/node_modules/montage/examples/feed-reader/images/107-widescreen.png b/node_modules/montage/examples/feed-reader/images/107-widescreen.png new file mode 100644 index 00000000..2e5f1ba7 --- /dev/null +++ b/node_modules/montage/examples/feed-reader/images/107-widescreen.png | |||
Binary files differ | |||
diff --git a/node_modules/montage/examples/feed-reader/images/125-food.png b/node_modules/montage/examples/feed-reader/images/125-food.png new file mode 100644 index 00000000..81afd74a --- /dev/null +++ b/node_modules/montage/examples/feed-reader/images/125-food.png | |||
Binary files differ | |||
diff --git a/node_modules/montage/examples/feed-reader/images/142-wine-bottle.png b/node_modules/montage/examples/feed-reader/images/142-wine-bottle.png new file mode 100644 index 00000000..a7df9e97 --- /dev/null +++ b/node_modules/montage/examples/feed-reader/images/142-wine-bottle.png | |||
Binary files differ | |||
diff --git a/node_modules/montage/examples/feed-reader/images/34-coffee.png b/node_modules/montage/examples/feed-reader/images/34-coffee.png new file mode 100644 index 00000000..4c4bedad --- /dev/null +++ b/node_modules/montage/examples/feed-reader/images/34-coffee.png | |||
Binary files differ | |||
diff --git a/node_modules/montage/examples/feed-reader/images/35-shopping.png b/node_modules/montage/examples/feed-reader/images/35-shopping.png new file mode 100644 index 00000000..03689f99 --- /dev/null +++ b/node_modules/montage/examples/feed-reader/images/35-shopping.png | |||
Binary files differ | |||
diff --git a/node_modules/montage/examples/feed-reader/images/38-airplane.png b/node_modules/montage/examples/feed-reader/images/38-airplane.png new file mode 100644 index 00000000..dfcbbc78 --- /dev/null +++ b/node_modules/montage/examples/feed-reader/images/38-airplane.png | |||
Binary files differ | |||
diff --git a/node_modules/montage/examples/feed-reader/images/41-picture-frame.png b/node_modules/montage/examples/feed-reader/images/41-picture-frame.png new file mode 100644 index 00000000..6deee997 --- /dev/null +++ b/node_modules/montage/examples/feed-reader/images/41-picture-frame.png | |||
Binary files differ | |||
diff --git a/node_modules/montage/examples/feed-reader/images/48-fork-and-knife.png b/node_modules/montage/examples/feed-reader/images/48-fork-and-knife.png new file mode 100644 index 00000000..06d91088 --- /dev/null +++ b/node_modules/montage/examples/feed-reader/images/48-fork-and-knife.png | |||
Binary files differ | |||
diff --git a/node_modules/montage/examples/feed-reader/images/87-wine-glass.png b/node_modules/montage/examples/feed-reader/images/87-wine-glass.png new fi |