diff options
Diffstat (limited to 'node_modules/components-data')
-rw-r--r-- | node_modules/components-data/anchor.json | 21 | ||||
-rw-r--r-- | node_modules/components-data/checkbox.json | 21 | ||||
-rw-r--r-- | node_modules/components-data/image.json | 21 | ||||
-rw-r--r-- | node_modules/components-data/number-input.json | 21 | ||||
-rw-r--r-- | node_modules/components-data/radio-button.json | 21 | ||||
-rw-r--r-- | node_modules/components-data/range-input.json | 21 | ||||
-rw-r--r-- | node_modules/components-data/select.json | 21 | ||||
-rw-r--r-- | node_modules/components-data/textarea.json | 21 | ||||
-rw-r--r-- | node_modules/components-data/toggle-button.json | 21 |
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 | ||