aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-14 15:53:08 -0800
committerValerio Virgillito2012-02-14 15:53:08 -0800
commit69f0dbbe2ebbbc8d7fa89afe1a7078d0fe206be9 (patch)
tree43f7106cba8a6b8ea85a6147f1caa9e00b1d93b9 /node_modules/components-data
parentc4265fa1484867e717c50bdb19d164ec56a081f4 (diff)
downloadninja-69f0dbbe2ebbbc8d7fa89afe1a7078d0fe206be9.tar.gz
Adding all the components to the panel
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules/components-data')
-rw-r--r--node_modules/components-data/anchor.json21
-rw-r--r--node_modules/components-data/checkbox.json21
-rw-r--r--node_modules/components-data/image.json21
-rw-r--r--node_modules/components-data/number-input.json21
-rw-r--r--node_modules/components-data/radio-button.json21
-rw-r--r--node_modules/components-data/range-input.json21
-rw-r--r--node_modules/components-data/select.json21
-rw-r--r--node_modules/components-data/textarea.json21
-rw-r--r--node_modules/components-data/toggle-button.json21
9 files changed, 189 insertions, 0 deletions
diff --git a/node_modules/components-data/anchor.json b/node_modules/components-data/anchor.json
new file mode 100644
index 00000000..b0284c7e
--- /dev/null
+++ b/node_modules/components-data/anchor.json
@@ -0,0 +1,21 @@
1{
2 "component": "anchor",
3
4 "module": "montage/ui/anchor.reel",
5
6 "name": "Anchor",
7
8 "properties": [
9
10 {
11 "name": "label",
12 "type": "string",
13 "default": "Button"
14 },
15 {
16 "name": "enabled",
17 "type": "boolean",
18 "default": "true"
19 }
20 ]
21} \ No newline at end of file
diff --git a/node_modules/components-data/checkbox.json b/node_modules/components-data/checkbox.json
new file mode 100644
index 00000000..8991d210
--- /dev/null
+++ b/node_modules/components-data/checkbox.json
@@ -0,0 +1,21 @@
1{
2 "component": "checkbox",
3
4 "module": "montage/ui/checkbox.reel",
5
6 "name": "Checkbox",
7
8 "properties": [
9
10 {
11 "name": "label",
12 "type": "string",
13 "default": "Button"
14 },
15 {
16 "name": "enabled",
17 "type": "boolean",
18 "default": "true"
19 }
20 ]
21} \ No newline at end of file
diff --git a/node_modules/components-data/image.json b/node_modules/components-data/image.json
new file mode 100644
index 00000000..4a90ec5b
--- /dev/null
+++ b/node_modules/components-data/image.json
@@ -0,0 +1,21 @@
1{
2 "component": "imageComponent",
3
4 "module": "montage/ui/image.reel",
5
6 "name": "Image",
7
8 "properties": [
9
10 {
11 "name": "label",
12 "type": "string",
13 "default": "Button"
14 },
15 {
16 "name": "enabled",
17 "type": "boolean",
18 "default": "true"
19 }
20 ]
21} \ No newline at end of file
diff --git a/node_modules/components-data/number-input.json b/node_modules/components-data/number-input.json
new file mode 100644
index 00000000..1898ec4f
--- /dev/null
+++ b/node_modules/components-data/number-input.json
@@ -0,0 +1,21 @@
1{
2 "component": "numberInput",
3
4 "module": "montage/ui/number-input.reel",
5
6 "name": "NumberInput",
7
8 "properties": [
9
10 {
11 "name": "label",
12 "type": "string",
13 "default": "Button"
14 },
15 {
16 "name": "enabled",
17 "type": "boolean",
18 "default": "true"
19 }
20 ]
21} \ No newline at end of file
diff --git a/node_modules/components-data/radio-button.json b/node_modules/components-data/radio-button.json
new file mode 100644
index 00000000..e76cc6b4
--- /dev/null
+++ b/node_modules/components-data/radio-button.json
@@ -0,0 +1,21 @@
1{
2 "component": "radioButton",
3
4 "module": "montage/ui/radio-button.reel",
5
6 "name": "RadioButton",
7
8 "properties": [
9
10 {
11 "name": "label",
12 "type": "string",
13 "default": "Button"
14 },
15 {
16 "name": "enabled",
17 "type": "boolean",
18 "default": "true"
19 }
20 ]
21} \ No newline at end of file
diff --git a/node_modules/components-data/range-input.json b/node_modules/components-data/range-input.json
new file mode 100644
index 00000000..44950890
--- /dev/null
+++ b/node_modules/components-data/range-input.json
@@ -0,0 +1,21 @@
1{
2 "component": "rangeInput",
3
4 "module": "montage/ui/range-input.reel",
5
6 "name": "RangeInput",
7
8 "properties": [
9
10 {
11 "name": "label",
12 "type": "string",
13 "default": "Button"
14 },
15 {
16 "name": "enabled",
17 "type": "boolean",
18 "default": "true"
19 }
20 ]
21} \ No newline at end of file
diff --git a/node_modules/components-data/select.json b/node_modules/components-data/select.json
new file mode 100644
index 00000000..b823f8d6
--- /dev/null
+++ b/node_modules/components-data/select.json
@@ -0,0 +1,21 @@
1{
2 "component": "select",
3
4 "module": "montage/ui/select-input.reel",
5
6 "name": "SelectInput",
7
8 "properties": [
9
10 {
11 "name": "label",
12 "type": "string",
13 "default": "Button"
14 },
15 {
16 "name": "enabled",
17 "type": "boolean",
18 "default": "true"
19 }
20 ]
21} \ No newline at end of file
diff --git a/node_modules/components-data/textarea.json b/node_modules/components-data/textarea.json
new file mode 100644
index 00000000..608011e1
--- /dev/null
+++ b/node_modules/components-data/textarea.json
@@ -0,0 +1,21 @@
1{
2 "component": "textarea",
3
4 "module": "montage/ui/textarea.reel",
5
6 "name": "TextArea",
7
8 "properties": [
9
10 {
11 "name": "value",
12 "type": "string",
13 "default": "Button"
14 },
15 {
16 "name": "disabled",
17 "type": "boolean",
18 "default": "false"
19 }
20 ]
21} \ No newline at end of file
diff --git a/node_modules/components-data/toggle-button.json b/node_modules/components-data/toggle-button.json
new file mode 100644
index 00000000..88b6eff0
--- /dev/null
+++ b/node_modules/components-data/toggle-button.json
@@ -0,0 +1,21 @@
1{
2 "component": "toggleButton",
3
4 "module": "montage/ui/toggle-button.reel",
5
6 "name": "ToggleButton",
7
8 "properties": [
9
10 {
11 "name": "label",
12 "type": "string",
13 "default": "Button"
14 },
15 {
16 "name": "enabled",
17 "type": "boolean",
18 "default": "true"
19 }
20 ]
21} \ No newline at end of file