@pie-element/explicit-constructed-response 7.0.2-next.24 → 7.0.2-next.28
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/docs/config-schema.json +8 -8
- package/docs/config-schema.json.md +16 -16
- package/docs/pie-schema.json +3 -3
- package/docs/pie-schema.json.md +6 -6
- package/module/configure.js +1 -1
- package/module/element.js +1 -1
- package/module/manifest.json +1 -1
- package/module/print.js +1 -1
- package/package.json +2 -2
package/docs/config-schema.json
CHANGED
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
|
-
"
|
|
113
|
+
"characters": {
|
|
114
114
|
"title": "EditableHtmlButtonConfigure",
|
|
115
115
|
"type": "object",
|
|
116
116
|
"properties": {
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
}
|
|
383
383
|
}
|
|
384
384
|
},
|
|
385
|
-
"
|
|
385
|
+
"characters": {
|
|
386
386
|
"title": "EditableHtmlButtonConfigure",
|
|
387
387
|
"type": "object",
|
|
388
388
|
"properties": {
|
|
@@ -655,7 +655,7 @@
|
|
|
655
655
|
}
|
|
656
656
|
}
|
|
657
657
|
},
|
|
658
|
-
"
|
|
658
|
+
"characters": {
|
|
659
659
|
"title": "EditableHtmlButtonConfigure",
|
|
660
660
|
"type": "object",
|
|
661
661
|
"properties": {
|
|
@@ -997,7 +997,7 @@
|
|
|
997
997
|
}
|
|
998
998
|
}
|
|
999
999
|
},
|
|
1000
|
-
"
|
|
1000
|
+
"characters": {
|
|
1001
1001
|
"title": "EditableHtmlButtonConfigure",
|
|
1002
1002
|
"type": "object",
|
|
1003
1003
|
"properties": {
|
|
@@ -1270,7 +1270,7 @@
|
|
|
1270
1270
|
}
|
|
1271
1271
|
}
|
|
1272
1272
|
},
|
|
1273
|
-
"
|
|
1273
|
+
"characters": {
|
|
1274
1274
|
"title": "EditableHtmlButtonConfigure",
|
|
1275
1275
|
"type": "object",
|
|
1276
1276
|
"properties": {
|
|
@@ -1785,7 +1785,7 @@
|
|
|
1785
1785
|
}
|
|
1786
1786
|
}
|
|
1787
1787
|
},
|
|
1788
|
-
"
|
|
1788
|
+
"characters": {
|
|
1789
1789
|
"title": "EditableHtmlButtonConfigure",
|
|
1790
1790
|
"type": "object",
|
|
1791
1791
|
"properties": {
|
|
@@ -2100,7 +2100,7 @@
|
|
|
2100
2100
|
}
|
|
2101
2101
|
}
|
|
2102
2102
|
},
|
|
2103
|
-
"
|
|
2103
|
+
"characters": {
|
|
2104
2104
|
"title": "EditableHtmlButtonConfigure",
|
|
2105
2105
|
"type": "object",
|
|
2106
2106
|
"properties": {
|
|
@@ -2373,7 +2373,7 @@
|
|
|
2373
2373
|
}
|
|
2374
2374
|
}
|
|
2375
2375
|
},
|
|
2376
|
-
"
|
|
2376
|
+
"characters": {
|
|
2377
2377
|
"title": "EditableHtmlButtonConfigure",
|
|
2378
2378
|
"type": "object",
|
|
2379
2379
|
"properties": {
|
|
@@ -83,9 +83,9 @@ Properties of the `h3` object:
|
|
|
83
83
|
|
|
84
84
|
Indicates if the plugin is disabled or not
|
|
85
85
|
|
|
86
|
-
## `
|
|
86
|
+
## `characters` (object)
|
|
87
87
|
|
|
88
|
-
Properties of the `
|
|
88
|
+
Properties of the `characters` object:
|
|
89
89
|
|
|
90
90
|
### `disabled` (boolean)
|
|
91
91
|
|
|
@@ -284,9 +284,9 @@ Properties of the `h3` object:
|
|
|
284
284
|
|
|
285
285
|
Indicates if the plugin is disabled or not
|
|
286
286
|
|
|
287
|
-
### `
|
|
287
|
+
### `characters` (object)
|
|
288
288
|
|
|
289
|
-
Properties of the `
|
|
289
|
+
Properties of the `characters` object:
|
|
290
290
|
|
|
291
291
|
#### `disabled` (boolean)
|
|
292
292
|
|
|
@@ -485,9 +485,9 @@ Properties of the `h3` object:
|
|
|
485
485
|
|
|
486
486
|
Indicates if the plugin is disabled or not
|
|
487
487
|
|
|
488
|
-
### `
|
|
488
|
+
### `characters` (object)
|
|
489
489
|
|
|
490
|
-
Properties of the `
|
|
490
|
+
Properties of the `characters` object:
|
|
491
491
|
|
|
492
492
|
#### `disabled` (boolean)
|
|
493
493
|
|
|
@@ -738,9 +738,9 @@ Properties of the `h3` object:
|
|
|
738
738
|
|
|
739
739
|
Indicates if the plugin is disabled or not
|
|
740
740
|
|
|
741
|
-
### `
|
|
741
|
+
### `characters` (object)
|
|
742
742
|
|
|
743
|
-
Properties of the `
|
|
743
|
+
Properties of the `characters` object:
|
|
744
744
|
|
|
745
745
|
#### `disabled` (boolean)
|
|
746
746
|
|
|
@@ -939,9 +939,9 @@ Properties of the `h3` object:
|
|
|
939
939
|
|
|
940
940
|
Indicates if the plugin is disabled or not
|
|
941
941
|
|
|
942
|
-
### `
|
|
942
|
+
### `characters` (object)
|
|
943
943
|
|
|
944
|
-
Properties of the `
|
|
944
|
+
Properties of the `characters` object:
|
|
945
945
|
|
|
946
946
|
#### `disabled` (boolean)
|
|
947
947
|
|
|
@@ -1326,9 +1326,9 @@ Properties of the `h3` object:
|
|
|
1326
1326
|
|
|
1327
1327
|
Indicates if the plugin is disabled or not
|
|
1328
1328
|
|
|
1329
|
-
### `
|
|
1329
|
+
### `characters` (object)
|
|
1330
1330
|
|
|
1331
|
-
Properties of the `
|
|
1331
|
+
Properties of the `characters` object:
|
|
1332
1332
|
|
|
1333
1333
|
#### `disabled` (boolean)
|
|
1334
1334
|
|
|
@@ -1558,9 +1558,9 @@ Properties of the `h3` object:
|
|
|
1558
1558
|
|
|
1559
1559
|
Indicates if the plugin is disabled or not
|
|
1560
1560
|
|
|
1561
|
-
#### `
|
|
1561
|
+
#### `characters` (object)
|
|
1562
1562
|
|
|
1563
|
-
Properties of the `
|
|
1563
|
+
Properties of the `characters` object:
|
|
1564
1564
|
|
|
1565
1565
|
##### `disabled` (boolean)
|
|
1566
1566
|
|
|
@@ -1759,9 +1759,9 @@ Properties of the `h3` object:
|
|
|
1759
1759
|
|
|
1760
1760
|
Indicates if the plugin is disabled or not
|
|
1761
1761
|
|
|
1762
|
-
#### `
|
|
1762
|
+
#### `characters` (object)
|
|
1763
1763
|
|
|
1764
|
-
Properties of the `
|
|
1764
|
+
Properties of the `characters` object:
|
|
1765
1765
|
|
|
1766
1766
|
##### `disabled` (boolean)
|
|
1767
1767
|
|
package/docs/pie-schema.json
CHANGED
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
278
|
},
|
|
279
|
-
"
|
|
279
|
+
"characters": {
|
|
280
280
|
"title": "EditableHtmlButtonConfigure",
|
|
281
281
|
"type": "object",
|
|
282
282
|
"properties": {
|
|
@@ -591,7 +591,7 @@
|
|
|
591
591
|
}
|
|
592
592
|
}
|
|
593
593
|
},
|
|
594
|
-
"
|
|
594
|
+
"characters": {
|
|
595
595
|
"title": "EditableHtmlButtonConfigure",
|
|
596
596
|
"type": "object",
|
|
597
597
|
"properties": {
|
|
@@ -864,7 +864,7 @@
|
|
|
864
864
|
}
|
|
865
865
|
}
|
|
866
866
|
},
|
|
867
|
-
"
|
|
867
|
+
"characters": {
|
|
868
868
|
"title": "EditableHtmlButtonConfigure",
|
|
869
869
|
"type": "object",
|
|
870
870
|
"properties": {
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -193,9 +193,9 @@ Properties of the `h3` object:
|
|
|
193
193
|
|
|
194
194
|
Indicates if the plugin is disabled or not
|
|
195
195
|
|
|
196
|
-
### `
|
|
196
|
+
### `characters` (object)
|
|
197
197
|
|
|
198
|
-
Properties of the `
|
|
198
|
+
Properties of the `characters` object:
|
|
199
199
|
|
|
200
200
|
#### `disabled` (boolean)
|
|
201
201
|
|
|
@@ -425,9 +425,9 @@ Properties of the `h3` object:
|
|
|
425
425
|
|
|
426
426
|
Indicates if the plugin is disabled or not
|
|
427
427
|
|
|
428
|
-
#### `
|
|
428
|
+
#### `characters` (object)
|
|
429
429
|
|
|
430
|
-
Properties of the `
|
|
430
|
+
Properties of the `characters` object:
|
|
431
431
|
|
|
432
432
|
##### `disabled` (boolean)
|
|
433
433
|
|
|
@@ -626,9 +626,9 @@ Properties of the `h3` object:
|
|
|
626
626
|
|
|
627
627
|
Indicates if the plugin is disabled or not
|
|
628
628
|
|
|
629
|
-
#### `
|
|
629
|
+
#### `characters` (object)
|
|
630
630
|
|
|
631
|
-
Properties of the `
|
|
631
|
+
Properties of the `characters` object:
|
|
632
632
|
|
|
633
633
|
##### `disabled` (boolean)
|
|
634
634
|
|
package/module/configure.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.7/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@5.0.5/module/index.js";
|
|
3
3
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
4
4
|
function getDefaultExportFromCjs(x) {
|
package/module/element.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_react_dom, _dll_classnames, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_react_dom, _dll_classnames, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.7/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_correct_answer_toggle, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.0.5/module/index.js";
|
|
3
3
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
4
4
|
function getDefaultExportFromCjs(x) {
|
package/module/manifest.json
CHANGED
package/module/print.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_react_dom, _dll_classnames, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_react_dom, _dll_classnames, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.7/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_correct_answer_toggle, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.0.5/module/index.js";
|
|
3
3
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
4
4
|
function getDefaultExportFromCjs(x) {
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "7.0.2-next.
|
|
7
|
+
"version": "7.0.2-next.28+25840d96b",
|
|
8
8
|
"description": "",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"postpublish": "../../scripts/postpublish"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"author": "",
|
|
23
23
|
"license": "ISC",
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "25840d96ba0c7c36082a93aa4208a7ac28d31342",
|
|
25
25
|
"main": "lib/index.js",
|
|
26
26
|
"module": "src/index.js",
|
|
27
27
|
"exports": {
|