diff options
author | Jonathan Duran | 2012-04-06 08:42:38 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-04-06 08:42:38 -0700 |
commit | 921a106cc1159b93068a4c635fcc0c74084446a5 (patch) | |
tree | 1cffdeb4a3d838f95bc0571da655615575a5375a /node_modules/components-data | |
parent | e186c49247689b5c2df6125037e2473636701d17 (diff) | |
parent | 7656b6eac7aec59697c6cddbe2a507fe9e4aa187 (diff) | |
download | ninja-921a106cc1159b93068a4c635fcc0c74084446a5.tar.gz |
Merge branch 'refs/heads/NINJAmaster' into TimelineUber
Diffstat (limited to 'node_modules/components-data')
-rw-r--r-- | node_modules/components-data/anchor.json | 25 | ||||
-rw-r--r-- | node_modules/components-data/button.json | 51 | ||||
-rw-r--r-- | node_modules/components-data/checkbox.json | 30 | ||||
-rw-r--r-- | node_modules/components-data/image.json | 5 | ||||
-rw-r--r-- | node_modules/components-data/number-input.json | 6 | ||||
-rw-r--r-- | node_modules/components-data/radio-button.json | 25 | ||||
-rw-r--r-- | node_modules/components-data/range-input.json | 6 | ||||
-rw-r--r-- | node_modules/components-data/select.json | 11 | ||||
-rw-r--r-- | node_modules/components-data/textarea.json | 21 | ||||
-rw-r--r-- | node_modules/components-data/textfield.json | 114 | ||||
-rw-r--r-- | node_modules/components-data/toggle-button.json | 19 |
11 files changed, 25 insertions, 288 deletions
diff --git a/node_modules/components-data/anchor.json b/node_modules/components-data/anchor.json index 04faf04d..028a759b 100644 --- a/node_modules/components-data/anchor.json +++ b/node_modules/components-data/anchor.json | |||
@@ -18,29 +18,10 @@ | |||
18 | "default": "" | 18 | "default": "" |
19 | }, | 19 | }, |
20 | { | 20 | { |
21 | "name": "hreflang", | ||
22 | "type": "string", | ||
23 | "default": "" | ||
24 | }, | ||
25 | { | ||
26 | "name": "media", | ||
27 | "type": "string", | ||
28 | "default": "" | ||
29 | }, | ||
30 | { | ||
31 | "name": "rel", | ||
32 | "type": "string", | ||
33 | "default": "" | ||
34 | }, | ||
35 | { | ||
36 | "name": "target", | 21 | "name": "target", |
37 | "type": "string", | 22 | "type": "select", |
38 | "default": "" | 23 | "default": "_self", |
39 | }, | 24 | "possibleValues": ["_self", "_blank", "_parent", "_top"] |
40 | { | ||
41 | "name": "type", | ||
42 | "type": "string", | ||
43 | "default": "" | ||
44 | } | 25 | } |
45 | ] | 26 | ] |
46 | } \ No newline at end of file | 27 | } \ No newline at end of file |
diff --git a/node_modules/components-data/button.json b/node_modules/components-data/button.json index 3f30030e..a931afcb 100644 --- a/node_modules/components-data/button.json +++ b/node_modules/components-data/button.json | |||
@@ -13,60 +13,9 @@ | |||
13 | "default": "Button" | 13 | "default": "Button" |
14 | }, | 14 | }, |
15 | { | 15 | { |
16 | "name": "autofocus", | ||
17 | "type": "boolean", | ||
18 | "default": "false" | ||
19 | }, | ||
20 | { | ||
21 | "name": "enabled", | 16 | "name": "enabled", |
22 | "type": "boolean", | 17 | "type": "boolean", |
23 | "default": "true" | 18 | "default": "true" |
24 | }, | ||
25 | { | ||
26 | "name": "form", | ||
27 | "type": "string", | ||
28 | "default": "" | ||
29 | }, | ||
30 | { | ||
31 | "name": "formaction", | ||
32 | "type": "string", | ||
33 | "default": "" | ||
34 | }, | ||
35 | { | ||
36 | "name": "formenctype", | ||
37 | "type": "string", | ||
38 | "default": "" | ||
39 | }, | ||
40 | { | ||
41 | "name": "formmethod", | ||
42 | "type": "string", | ||
43 | "default": "" | ||
44 | }, | ||
45 | { | ||
46 | "name": "formnovalidate", | ||
47 | "type": "boolean", | ||
48 | "default": "" | ||
49 | }, | ||
50 | { | ||
51 | "name": "formtarget", | ||
52 | "type": "string", | ||
53 | "default": "" | ||
54 | }, | ||
55 | { | ||
56 | "name": "name", | ||
57 | "type": "string", | ||
58 | "default": "" | ||
59 | }, | ||
60 | { | ||
61 | "name": "type", | ||
62 | "type": "select", | ||
63 | "default": "submit", | ||
64 | "possibleValues": ["submit", "reset", "button"] | ||
65 | }, | ||
66 | { | ||
67 | "name": "value", | ||
68 | "type": "string", | ||
69 | "default": "" | ||
70 | } | 19 | } |
71 | ] | 20 | ] |
72 | } \ No newline at end of file | 21 | } \ No newline at end of file |
diff --git a/node_modules/components-data/checkbox.json b/node_modules/components-data/checkbox.json index a03ee00f..cd851f67 100644 --- a/node_modules/components-data/checkbox.json +++ b/node_modules/components-data/checkbox.json | |||
@@ -8,11 +8,6 @@ | |||
8 | "properties": [ | 8 | "properties": [ |
9 | 9 | ||
10 | { | 10 | { |
11 | "name": "autofocus", | ||
12 | "type": "boolean", | ||
13 | "default": "false" | ||
14 | }, | ||
15 | { | ||
16 | "name": "disabled", | 11 | "name": "disabled", |
17 | "type": "boolean", | 12 | "type": "boolean", |
18 | "default": "false" | 13 | "default": "false" |
@@ -21,31 +16,6 @@ | |||
21 | "name": "checked", | 16 | "name": "checked", |
22 | "type": "boolean", | 17 | "type": "boolean", |
23 | "default": "false" | 18 | "default": "false" |
24 | }, | ||
25 | { | ||
26 | "name": "form", | ||
27 | "type": "string", | ||
28 | "default": "" | ||
29 | }, | ||
30 | { | ||
31 | "name": "name", | ||
32 | "type": "string", | ||
33 | "default": "" | ||
34 | }, | ||
35 | { | ||
36 | "name": "readonly", | ||
37 | "type": "boolean", | ||
38 | "default": null | ||
39 | }, | ||
40 | { | ||
41 | "name": "title", | ||
42 | "type": "string", | ||
43 | "default": "" | ||
44 | }, | ||
45 | { | ||
46 | "name": "value", | ||
47 | "type": "string", | ||
48 | "default": "on" | ||
49 | } | 19 | } |
50 | ] | 20 | ] |
51 | } \ No newline at end of file | 21 | } \ No newline at end of file |
diff --git a/node_modules/components-data/image.json b/node_modules/components-data/image.json index d6080196..22548cf9 100644 --- a/node_modules/components-data/image.json +++ b/node_modules/components-data/image.json | |||
@@ -16,11 +16,6 @@ | |||
16 | "name": "src", | 16 | "name": "src", |
17 | "type": "string", | 17 | "type": "string", |
18 | "default": "" | 18 | "default": "" |
19 | }, | ||
20 | { | ||
21 | "name": "title", | ||
22 | "type": "string", | ||
23 | "default": "" | ||
24 | } | 19 | } |
25 | 20 | ||
26 | ] | 21 | ] |
diff --git a/node_modules/components-data/number-input.json b/node_modules/components-data/number-input.json index d446fc37..5e53fe58 100644 --- a/node_modules/components-data/number-input.json +++ b/node_modules/components-data/number-input.json | |||
@@ -6,7 +6,11 @@ | |||
6 | "name": "NumberInput", | 6 | "name": "NumberInput", |
7 | 7 | ||
8 | "properties": [ | 8 | "properties": [ |
9 | 9 | { | |
10 | "name": "value", | ||
11 | "type": "number", | ||
12 | "default": null | ||
13 | }, | ||
10 | { | 14 | { |
11 | "name": "min", | 15 | "name": "min", |
12 | "type": "number", | 16 | "type": "number", |
diff --git a/node_modules/components-data/radio-button.json b/node_modules/components-data/radio-button.json index 4763453a..df0893ad 100644 --- a/node_modules/components-data/radio-button.json +++ b/node_modules/components-data/radio-button.json | |||
@@ -7,11 +7,6 @@ | |||
7 | 7 | ||
8 | "properties": [ | 8 | "properties": [ |
9 | { | 9 | { |
10 | "name": "autofocus", | ||
11 | "type": "boolean", | ||
12 | "default": "false" | ||
13 | }, | ||
14 | { | ||
15 | "name": "disabled", | 10 | "name": "disabled", |
16 | "type": "boolean", | 11 | "type": "boolean", |
17 | "default": "false" | 12 | "default": "false" |
@@ -22,29 +17,9 @@ | |||
22 | "default": "false" | 17 | "default": "false" |
23 | }, | 18 | }, |
24 | { | 19 | { |
25 | "name": "form", | ||
26 | "type": "string", | ||
27 | "default": "" | ||
28 | }, | ||
29 | { | ||