From 69f0dbbe2ebbbc8d7fa89afe1a7078d0fe206be9 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Tue, 14 Feb 2012 15:53:08 -0800 Subject: Adding all the components to the panel Signed-off-by: Valerio Virgillito --- node_modules/components-data/number-input.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 node_modules/components-data/number-input.json (limited to 'node_modules/components-data/number-input.json') 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 @@ +{ + "component": "numberInput", + + "module": "montage/ui/number-input.reel", + + "name": "NumberInput", + + "properties": [ + + { + "name": "label", + "type": "string", + "default": "Button" + }, + { + "name": "enabled", + "type": "boolean", + "default": "true" + } + ] +} \ No newline at end of file -- cgit v1.2.3 From 747616980cad14f0b65fbcc7f497ed9680a39d29 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Wed, 15 Feb 2012 14:55:21 -0800 Subject: Adding more components pi Added rest of the components pi. Missing text-input and select Signed-off-by: Valerio Virgillito --- node_modules/components-data/number-input.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'node_modules/components-data/number-input.json') diff --git a/node_modules/components-data/number-input.json b/node_modules/components-data/number-input.json index 1898ec4f..d446fc37 100644 --- a/node_modules/components-data/number-input.json +++ b/node_modules/components-data/number-input.json @@ -8,14 +8,19 @@ "properties": [ { - "name": "label", - "type": "string", - "default": "Button" + "name": "min", + "type": "number", + "default": null + }, + { + "name": "max", + "type": "number", + "default": null }, { - "name": "enabled", - "type": "boolean", - "default": "true" + "name": "step", + "type": "string", + "default": null } ] } \ No newline at end of file -- cgit v1.2.3