@pie-element/explicit-constructed-response 6.22.3 → 6.22.4-next.1
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/module/configure.js +1 -1
- package/module/element.js +11 -9
- package/module/index.html +1 -1
- package/module/manifest.json +2 -2
- package/module/print.html +1 -1
- package/module/print.js +11 -9
- package/package.json +3 -3
package/configure/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"@material-ui/core": "^3.9.2",
|
|
9
9
|
"@material-ui/icons": "^3.0.1",
|
|
10
10
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
11
|
-
"@pie-lib/pie-toolbox": "1.31.
|
|
11
|
+
"@pie-lib/pie-toolbox": "1.31.4",
|
|
12
12
|
"classnames": "^2.2.6",
|
|
13
13
|
"debug": "^3.1.0",
|
|
14
14
|
"lodash": "^4.17.15",
|
package/controller/package.json
CHANGED
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@1.24.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.3/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@4.24.3/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@1.24.
|
|
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@1.24.3/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@4.24.3/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) {
|
|
@@ -118590,7 +118590,7 @@ const require$$4$7 = _dll_prop_types;
|
|
|
118590
118590
|
var boardStyle = isCategorize ? classes.categorizeBoard : classes.board;
|
|
118591
118591
|
return _react["default"].createElement("div", {
|
|
118592
118592
|
style: style,
|
|
118593
|
-
className: choiceBoard ? boardStyle : names
|
|
118593
|
+
className: (0, _classnames["default"])(classes.noSelectStyles, choiceBoard ? boardStyle : names)
|
|
118594
118594
|
}, children);
|
|
118595
118595
|
};
|
|
118596
118596
|
exports.PlaceHolder = PlaceHolder;
|
|
@@ -118612,6 +118612,14 @@ const require$$4$7 = _dll_prop_types;
|
|
|
118612
118612
|
};
|
|
118613
118613
|
var styles = function styles(theme) {
|
|
118614
118614
|
return {
|
|
118615
|
+
noSelectStyles: {
|
|
118616
|
+
WebkitTouchCallout: 'none',
|
|
118617
|
+
WebkitUserSelect: 'none',
|
|
118618
|
+
KhtmlUserSelect: 'none',
|
|
118619
|
+
MozUserSelect: 'none',
|
|
118620
|
+
MsUserSelect: 'none',
|
|
118621
|
+
userSelect: 'none'
|
|
118622
|
+
},
|
|
118615
118623
|
placeholder: {
|
|
118616
118624
|
width: '100%',
|
|
118617
118625
|
height: '100%',
|
|
@@ -121374,13 +121382,7 @@ function _isNativeReflectConstruct$4() {
|
|
|
121374
121382
|
}
|
|
121375
121383
|
}
|
|
121376
121384
|
var preventInteractionStyle = {
|
|
121377
|
-
flex: 1
|
|
121378
|
-
WebkitTouchCallout: 'none',
|
|
121379
|
-
WebkitUserSelect: 'none',
|
|
121380
|
-
KhtmlUserSelect: 'none',
|
|
121381
|
-
MozUserSelect: 'none',
|
|
121382
|
-
MsUserSelect: 'none',
|
|
121383
|
-
UserSelect: 'none'
|
|
121385
|
+
flex: 1
|
|
121384
121386
|
};
|
|
121385
121387
|
var DroppablePlaceholder = (function (_React$Component) {
|
|
121386
121388
|
(0, _inherits2$5["default"])(DroppablePlaceholder, _React$Component);
|
package/module/index.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<!doctype html>
|
|
3
3
|
<html>
|
|
4
4
|
<head>
|
|
5
|
-
<title>@pie-element/explicit-constructed-response@6.22.
|
|
5
|
+
<title>@pie-element/explicit-constructed-response@6.22.3</title>
|
|
6
6
|
<script
|
|
7
7
|
type="module"
|
|
8
8
|
src="https://cdn.jsdelivr.net/npm/@pslb/demo-el@^1.0.0/dist/demo-el/demo-el.esm.js"></script>
|
package/module/manifest.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/explicit-constructed-response",
|
|
3
|
-
"version": "6.22.
|
|
3
|
+
"version": "6.22.3",
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"name": "@pie-lib/pie-toolbox-math-rendering-module",
|
|
7
|
-
"version": "1.24.
|
|
7
|
+
"version": "1.24.3"
|
|
8
8
|
},
|
|
9
9
|
{
|
|
10
10
|
"name": "@pie-lib/pie-toolbox-module",
|
package/module/print.html
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@1.24.
|
|
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@1.24.3/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@4.24.3/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) {
|
|
@@ -118553,7 +118553,7 @@ const require$$4$7 = _dll_prop_types;
|
|
|
118553
118553
|
var boardStyle = isCategorize ? classes.categorizeBoard : classes.board;
|
|
118554
118554
|
return _react["default"].createElement("div", {
|
|
118555
118555
|
style: style,
|
|
118556
|
-
className: choiceBoard ? boardStyle : names
|
|
118556
|
+
className: (0, _classnames["default"])(classes.noSelectStyles, choiceBoard ? boardStyle : names)
|
|
118557
118557
|
}, children);
|
|
118558
118558
|
};
|
|
118559
118559
|
exports.PlaceHolder = PlaceHolder;
|
|
@@ -118575,6 +118575,14 @@ const require$$4$7 = _dll_prop_types;
|
|
|
118575
118575
|
};
|
|
118576
118576
|
var styles = function styles(theme) {
|
|
118577
118577
|
return {
|
|
118578
|
+
noSelectStyles: {
|
|
118579
|
+
WebkitTouchCallout: 'none',
|
|
118580
|
+
WebkitUserSelect: 'none',
|
|
118581
|
+
KhtmlUserSelect: 'none',
|
|
118582
|
+
MozUserSelect: 'none',
|
|
118583
|
+
MsUserSelect: 'none',
|
|
118584
|
+
userSelect: 'none'
|
|
118585
|
+
},
|
|
118578
118586
|
placeholder: {
|
|
118579
118587
|
width: '100%',
|
|
118580
118588
|
height: '100%',
|
|
@@ -121337,13 +121345,7 @@ function _isNativeReflectConstruct$4() {
|
|
|
121337
121345
|
}
|
|
121338
121346
|
}
|
|
121339
121347
|
var preventInteractionStyle = {
|
|
121340
|
-
flex: 1
|
|
121341
|
-
WebkitTouchCallout: 'none',
|
|
121342
|
-
WebkitUserSelect: 'none',
|
|
121343
|
-
KhtmlUserSelect: 'none',
|
|
121344
|
-
MozUserSelect: 'none',
|
|
121345
|
-
MsUserSelect: 'none',
|
|
121346
|
-
UserSelect: 'none'
|
|
121348
|
+
flex: 1
|
|
121347
121349
|
};
|
|
121348
121350
|
var DroppablePlaceholder = (function (_React$Component) {
|
|
121349
121351
|
(0, _inherits2$5["default"])(DroppablePlaceholder, _React$Component);
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "6.22.
|
|
7
|
+
"version": "6.22.4-next.1+8a00529f6",
|
|
8
8
|
"description": "",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"postpublish": "../../scripts/postpublish"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@material-ui/core": "^3.9.2",
|
|
14
14
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
15
|
-
"@pie-lib/pie-toolbox": "1.31.
|
|
15
|
+
"@pie-lib/pie-toolbox": "1.31.4",
|
|
16
16
|
"classnames": "^2.2.5",
|
|
17
17
|
"lodash": "^4.17.10",
|
|
18
18
|
"prop-types": "^15.6.1",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"author": "",
|
|
23
23
|
"license": "ISC",
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "8a00529f67a8e27e78e4c16de5d04e11ec8c4d16",
|
|
25
25
|
"main": "lib/index.js",
|
|
26
26
|
"module": "src/index.js",
|
|
27
27
|
"exports": {
|