@pie-element/number-line 7.1.1 → 7.1.2-next.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@
7
7
  "dependencies": {
8
8
  "@material-ui/core": "^3.9.2",
9
9
  "@pie-framework/pie-configure-events": "^1.3.0",
10
- "@pie-lib/pie-toolbox": "1.1.1",
10
+ "@pie-lib/pie-toolbox": "1.2.0",
11
11
  "react": "^16.8.1",
12
12
  "react-dom": "^16.8.1"
13
13
  }
@@ -14,7 +14,7 @@
14
14
  "access": "public"
15
15
  },
16
16
  "dependencies": {
17
- "@pie-lib/pie-toolbox": "1.1.1",
17
+ "@pie-lib/pie-toolbox": "1.2.0",
18
18
  "lodash": "^4.17.15"
19
19
  },
20
20
  "author": "",
@@ -55,6 +55,11 @@
55
55
  "title": "ConfigurePropWithEnabled",
56
56
  "type": "object",
57
57
  "properties": {
58
+ "enabled": {
59
+ "description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
60
+ "type": "boolean",
61
+ "title": "enabled"
62
+ },
58
63
  "settings": {
59
64
  "description": "Indicates if the item has to be displayed in the Settings Panel",
60
65
  "type": "boolean",
@@ -64,11 +69,6 @@
64
69
  "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
65
70
  "type": "string",
66
71
  "title": "label"
67
- },
68
- "enabled": {
69
- "description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
70
- "type": "boolean",
71
- "title": "enabled"
72
72
  }
73
73
  }
74
74
  },
@@ -211,6 +211,11 @@
211
211
  "title": "ConfigurePropWithEnabled",
212
212
  "type": "object",
213
213
  "properties": {
214
+ "enabled": {
215
+ "description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
216
+ "type": "boolean",
217
+ "title": "enabled"
218
+ },
214
219
  "settings": {
215
220
  "description": "Indicates if the item has to be displayed in the Settings Panel",
216
221
  "type": "boolean",
@@ -220,11 +225,6 @@
220
225
  "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
221
226
  "type": "string",
222
227
  "title": "label"
223
- },
224
- "enabled": {
225
- "description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
226
- "type": "boolean",
227
- "title": "enabled"
228
228
  }
229
229
  }
230
230
  },
@@ -42,6 +42,11 @@ Indicates if mathML that's already in model should be editable
42
42
 
43
43
  Properties of the `language` object:
44
44
 
45
+ ## `enabled` (boolean)
46
+
47
+ Indicates the value of the item if it affects config-ui
48
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
49
+
45
50
  ## `settings` (boolean)
46
51
 
47
52
  Indicates if the item has to be displayed in the Settings Panel
@@ -50,11 +55,6 @@ Indicates if the item has to be displayed in the Settings Panel
50
55
 
51
56
  Indicates the label for the item that has to be displayed in the Settings Panel
52
57
 
53
- ## `enabled` (boolean)
54
-
55
- Indicates the value of the item if it affects config-ui
56
- (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
57
-
58
58
  # `languageChoices` (object)
59
59
 
60
60
  Language choices configuration
@@ -164,6 +164,11 @@ Indicates if mathML that's already in model should be editable
164
164
 
165
165
  Properties of the `ConfigurePropWithEnabled` object:
166
166
 
167
+ ### `enabled` (boolean)
168
+
169
+ Indicates the value of the item if it affects config-ui
170
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
171
+
167
172
  ### `settings` (boolean)
168
173
 
169
174
  Indicates if the item has to be displayed in the Settings Panel
@@ -172,11 +177,6 @@ Indicates if the item has to be displayed in the Settings Panel
172
177
 
173
178
  Indicates the label for the item that has to be displayed in the Settings Panel
174
179
 
175
- ### `enabled` (boolean)
176
-
177
- Indicates the value of the item if it affects config-ui
178
- (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
179
-
180
180
  ## `ConfigureLanguageOptionsProp` (object)
181
181
 
182
182
  Properties of the `ConfigureLanguageOptionsProp` object:
@@ -719,6 +719,11 @@
719
719
  "title": "ConfigurePropWithEnabled",
720
720
  "type": "object",
721
721
  "properties": {
722
+ "enabled": {
723
+ "description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
724
+ "type": "boolean",
725
+ "title": "enabled"
726
+ },
722
727
  "settings": {
723
728
  "description": "Indicates if the item has to be displayed in the Settings Panel",
724
729
  "type": "boolean",
@@ -728,11 +733,6 @@
728
733
  "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
729
734
  "type": "string",
730
735
  "title": "label"
731
- },
732
- "enabled": {
733
- "description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
734
- "type": "boolean",
735
- "title": "enabled"
736
736
  }
737
737
  }
738
738
  },
@@ -206,6 +206,11 @@ Indicates if mathML that's already in model should be editable
206
206
 
207
207
  Properties of the `ConfigurePropWithEnabled` object:
208
208
 
209
+ ### `enabled` (boolean)
210
+
211
+ Indicates the value of the item if it affects config-ui
212
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
213
+
209
214
  ### `settings` (boolean)
210
215
 
211
216
  Indicates if the item has to be displayed in the Settings Panel
@@ -214,11 +219,6 @@ Indicates if the item has to be displayed in the Settings Panel
214
219
 
215
220
  Indicates the label for the item that has to be displayed in the Settings Panel
216
221
 
217
- ### `enabled` (boolean)
218
-
219
- Indicates the value of the item if it affects config-ui
220
- (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
221
-
222
222
  ## `ConfigureLanguageOptionsProp` (object)
223
223
 
224
224
  Properties of the `ConfigureLanguageOptionsProp` object:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/number-line",
3
- "version": "7.1.1",
3
+ "version": "7.1.2-next.16+1d20148ed",
4
4
  "repository": "pie-framework/pie-elements",
5
5
  "description": "",
6
6
  "publishConfig": {
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@material-ui/core": "^3.9.2",
11
- "@pie-lib/pie-toolbox": "1.1.1",
11
+ "@pie-lib/pie-toolbox": "1.2.0",
12
12
  "classnames": "^2.2.5",
13
13
  "d3-scale": "^3.2.1",
14
14
  "d3-selection": "^1.4.1",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "author": "pie framework developers",
25
25
  "license": "ISC",
26
- "gitHead": "41ec62fd9015443d35df1370d164c9e605e4d9d6",
26
+ "gitHead": "1d20148ed6abb750252b3cf604080abe71af5194",
27
27
  "scripts": {
28
28
  "postpublish": "../../scripts/postpublish"
29
29
  },