@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.
- package/configure/package.json +1 -1
- package/controller/package.json +1 -1
- package/docs/config-schema.json +10 -10
- package/docs/config-schema.json.md +10 -10
- package/docs/pie-schema.json +5 -5
- package/docs/pie-schema.json.md +5 -5
- package/package.json +3 -3
package/configure/package.json
CHANGED
package/controller/package.json
CHANGED
package/docs/config-schema.json
CHANGED
|
@@ -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:
|
package/docs/pie-schema.json
CHANGED
|
@@ -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
|
},
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -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.
|
|
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.
|
|
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": "
|
|
26
|
+
"gitHead": "1d20148ed6abb750252b3cf604080abe71af5194",
|
|
27
27
|
"scripts": {
|
|
28
28
|
"postpublish": "../../scripts/postpublish"
|
|
29
29
|
},
|