diff options
Diffstat (limited to 'node_modules/components-data')
-rw-r--r-- | node_modules/components-data/number-input.json | 1 | ||||
-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 |
7 files changed, 17 insertions, 180 deletions
diff --git a/node_modules/components-data/number-input.json b/node_modules/components-data/number-input.json index bcdfb2c8..5e53fe58 100644 --- a/node_modules/components-data/number-input.json +++ b/node_modules/components-data/number-input.json | |||
@@ -6,7 +6,6 @@ | |||
6 | "name": "NumberInput", | 6 | "name": "NumberInput", |
7 | 7 | ||
8 | "properties": [ | 8 | "properties": [ |
9 | |||
10 | { | 9 | { |
11 | "name": "value", | 10 | "name": "value", |
12 | "type": "number", | 11 | "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 | { | ||
30 | "name": "name", | 20 | "name": "name", |
31 | "type": "string", | 21 | "type": "string", |
32 | "default": "" | 22 | "default": "" |
33 | }, | ||
34 | { | ||
35 | "name": "readonly", | ||
36 | "type": "boolean", | ||
37 | "default": null | ||
38 | }, | ||
39 | { | ||
40 | "name": "title", | ||
41 | "type": "string", | ||
42 | "default": "" | ||
43 | }, | ||
44 | { | ||
45 | "name": "value", | ||
46 | "type": "string", | ||
47 | "default": "on" | ||
48 | } | 23 | } |
49 | ] | 24 | ] |
50 | } \ No newline at end of file | 25 | } \ No newline at end of file |
diff --git a/node_modules/components-data/range-input.json b/node_modules/components-data/range-input.json index 871f7889..1f3f5b20 100644 --- a/node_modules/components-data/range-input.json +++ b/node_modules/components-data/range-input.json | |||
@@ -6,7 +6,11 @@ | |||
6 | "name": "RangeInput", | 6 | "name": "RangeInput", |
7 | 7 | ||
8 | "properties": [ | 8 | "properties": [ |
9 | 9 | { | |
10 | "name": "value", | ||
11 | "type": "number", | ||
12 | "default": 0 | ||
13 | }, | ||
10 | { | 14 | { |
11 | "name": "min", | 15 | "name": "min", |
12 | "type": "number", | 16 | "type": "number", |
diff --git a/node_modules/components-data/select.json b/node_modules/components-data/select.json index b823f8d6..33849fb6 100644 --- a/node_modules/components-data/select.json +++ b/node_modules/components-data/select.json | |||
@@ -6,16 +6,5 @@ | |||
6 | "name": "SelectInput", | 6 | "name": "SelectInput", |
7 | 7 | ||
8 | "properties": [ | 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 | ] | 9 | ] |
21 | } \ No newline at end of file | 10 | } \ No newline at end of file |
diff --git a/node_modules/components-data/textarea.json b/node_modules/components-data/textarea.json index 6e3d78c2..8e780954 100644 --- a/node_modules/components-data/textarea.json +++ b/node_modules/components-data/textarea.json | |||
@@ -8,25 +8,14 @@ | |||
8 | "properties": [ | 8 | "properties": [ |
9 | 9 | ||
10 | { | 10 | { |
11 | "name": "rows", | ||
12 | "type": "number", | ||
13 | "default": null | ||
14 | }, | ||
15 | { | ||
16 | "name": "cols", | ||
17 | "type": "number", | ||
18 | "default": null | ||
19 | }, | ||
20 | { | ||
21 | "name": "wrap", | ||
22 | "type": "string", | ||
23 | "default": "soft", | ||
24 | "possibleValues": ["hard", "soft"] | ||
25 | }, | ||
26 | { | ||
27 | "name": "textContent", | 11 | "name": "textContent", |
28 | "type": "string", | 12 | "type": "string", |
29 | "default": null | 13 | "default": null |
14 | }, | ||
15 | { | ||
16 | "name": "disabled", | ||
17 | "type": "boolean", | ||
18 | "default": false | ||
30 | } | 19 | } |
31 | ] | 20 | ] |
32 | } \ No newline at end of file | 21 | } \ No newline at end of file |
diff --git a/node_modules/components-data/textfield.json b/node_modules/components-data/textfield.json index 39c65eab..cb3f1c8f 100644 --- a/node_modules/components-data/textfield.json +++ b/node_modules/components-data/textfield.json | |||
@@ -7,120 +7,6 @@ | |||
7 | 7 | ||
8 | "properties": [ | 8 | "properties": [ |
9 | { | 9 | { |
10 | "name": "valueBinding", | ||
11 | "type": "string", | ||
12 | "default": null | ||
13 | },{ | ||
14 | "name": "accept", | ||
15 | "type": "string", | ||
16 | "default": null | ||
17 | }, | ||
18 | { | ||
19 | "name": "autocomplete", | ||
20 | "type": "string", | ||
21 | "default": "" | ||
22 | }, | ||
23 | { | ||
24 | "name": "autofocus", | ||
25 | "type": "boolean", | ||
26 | "default": "" | ||
27 | }, | ||
28 | { | ||
29 | "name": "checked", | ||
30 | "type": "boolean", | ||
31 | "default": "" | ||
32 | }, | ||
33 | { | ||
34 | "name": "disabled", | ||
35 | "type": "boolean", | ||
36 | "default": "" | ||
37 | }, | ||
38 | { | ||
39 | "name": "formaction", | ||
40 | "type": "string", | ||
41 | "default": "" | ||
42 | }, | ||
43 | { | ||
44 | "name": "formenctype", | ||
45 | "type": "string", | ||
46 | "default": "" | ||
47 | }, | ||
48 | { | ||
49 | "name": "formmethod", | ||
50 | "type": "string", | ||
51 | "default": "" | ||
52 | }, | ||
53 | { | ||
54 | "name": "formnovalidate", | ||
55 | "type": "boolean", | ||
56 | "default": "" | ||
57 | }, | ||
58 | { | ||
59 | "name": "formtarget", | ||
60 | "type": "string", | ||
61 | "default": "" | ||
62 | }, | ||
63 | { | ||
64 | "name": "list", | ||
65 | "type": "string", | ||
66 | "default": "" | ||
67 | }, | ||
68 | { | ||
69 | "name": "maxlength", | ||
70 | "type": "number", | ||
71 | "default": "" | ||
72 | }, | ||
73 | { | ||
74 | "name": "multiple", | ||
75 | "type": "boolean", | ||
76 | "default": "" | ||
77 | }, | ||
78 | { | ||
79 | "name": "name", | ||
80 | "type": "string", | ||
81 | "default": "" | ||
82 | }, | ||
83 | { | ||
84 | "name": "pattern", | ||
85 | "type": "string", | ||
86 | "default": "" | ||
87 | }, | ||
88 | { | ||
89 | "name": "placeholder", | ||
90 | "type": "string", |