@pie-element/math-templated 2.22.4-next.0 → 2.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/manifest.json +1 -1
- package/module/print.js +11 -9
- package/package.json +3 -3
package/configure/package.json
CHANGED
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_debug, _dll_lodash} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.3/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_math_toolbar, _dll_pie_lib__pie_toolbox_editable_html} 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_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_lib__pie_toolbox_math_rendering_accessible, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_lib__pie_toolbox_math_rendering_accessible, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.3/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_math_input, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} 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) {
|
|
@@ -120352,7 +120352,7 @@ const require$$4$7 = _dll_prop_types;
|
|
|
120352
120352
|
var boardStyle = isCategorize ? classes.categorizeBoard : classes.board;
|
|
120353
120353
|
return _react["default"].createElement("div", {
|
|
120354
120354
|
style: style,
|
|
120355
|
-
className: choiceBoard ? boardStyle : names
|
|
120355
|
+
className: (0, _classnames["default"])(classes.noSelectStyles, choiceBoard ? boardStyle : names)
|
|
120356
120356
|
}, children);
|
|
120357
120357
|
};
|
|
120358
120358
|
exports.PlaceHolder = PlaceHolder;
|
|
@@ -120374,6 +120374,14 @@ const require$$4$7 = _dll_prop_types;
|
|
|
120374
120374
|
};
|
|
120375
120375
|
var styles = function styles(theme) {
|
|
120376
120376
|
return {
|
|
120377
|
+
noSelectStyles: {
|
|
120378
|
+
WebkitTouchCallout: 'none',
|
|
120379
|
+
WebkitUserSelect: 'none',
|
|
120380
|
+
KhtmlUserSelect: 'none',
|
|
120381
|
+
MozUserSelect: 'none',
|
|
120382
|
+
MsUserSelect: 'none',
|
|
120383
|
+
userSelect: 'none'
|
|
120384
|
+
},
|
|
120377
120385
|
placeholder: {
|
|
120378
120386
|
width: '100%',
|
|
120379
120387
|
height: '100%',
|
|
@@ -123136,13 +123144,7 @@ function _isNativeReflectConstruct() {
|
|
|
123136
123144
|
}
|
|
123137
123145
|
}
|
|
123138
123146
|
var preventInteractionStyle = {
|
|
123139
|
-
flex: 1
|
|
123140
|
-
WebkitTouchCallout: 'none',
|
|
123141
|
-
WebkitUserSelect: 'none',
|
|
123142
|
-
KhtmlUserSelect: 'none',
|
|
123143
|
-
MozUserSelect: 'none',
|
|
123144
|
-
MsUserSelect: 'none',
|
|
123145
|
-
UserSelect: 'none'
|
|
123147
|
+
flex: 1
|
|
123146
123148
|
};
|
|
123147
123149
|
var DroppablePlaceholder = (function (_React$Component) {
|
|
123148
123150
|
(0, _inherits2$5["default"])(DroppablePlaceholder, _React$Component);
|
package/module/manifest.json
CHANGED
package/module/print.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_lib__pie_toolbox_math_rendering_accessible, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_lib__pie_toolbox_math_rendering_accessible, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.3/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_math_input, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} 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) {
|
|
@@ -120315,7 +120315,7 @@ const require$$4$7 = _dll_prop_types;
|
|
|
120315
120315
|
var boardStyle = isCategorize ? classes.categorizeBoard : classes.board;
|
|
120316
120316
|
return _react["default"].createElement("div", {
|
|
120317
120317
|
style: style,
|
|
120318
|
-
className: choiceBoard ? boardStyle : names
|
|
120318
|
+
className: (0, _classnames["default"])(classes.noSelectStyles, choiceBoard ? boardStyle : names)
|
|
120319
120319
|
}, children);
|
|
120320
120320
|
};
|
|
120321
120321
|
exports.PlaceHolder = PlaceHolder;
|
|
@@ -120337,6 +120337,14 @@ const require$$4$7 = _dll_prop_types;
|
|
|
120337
120337
|
};
|
|
120338
120338
|
var styles = function styles(theme) {
|
|
120339
120339
|
return {
|
|
120340
|
+
noSelectStyles: {
|
|
120341
|
+
WebkitTouchCallout: 'none',
|
|
120342
|
+
WebkitUserSelect: 'none',
|
|
120343
|
+
KhtmlUserSelect: 'none',
|
|
120344
|
+
MozUserSelect: 'none',
|
|
120345
|
+
MsUserSelect: 'none',
|
|
120346
|
+
userSelect: 'none'
|
|
120347
|
+
},
|
|
120340
120348
|
placeholder: {
|
|
120341
120349
|
width: '100%',
|
|
120342
120350
|
height: '100%',
|
|
@@ -123099,13 +123107,7 @@ function _isNativeReflectConstruct() {
|
|
|
123099
123107
|
}
|
|
123100
123108
|
}
|
|
123101
123109
|
var preventInteractionStyle = {
|
|
123102
|
-
flex: 1
|
|
123103
|
-
WebkitTouchCallout: 'none',
|
|
123104
|
-
WebkitUserSelect: 'none',
|
|
123105
|
-
KhtmlUserSelect: 'none',
|
|
123106
|
-
MozUserSelect: 'none',
|
|
123107
|
-
MsUserSelect: 'none',
|
|
123108
|
-
UserSelect: 'none'
|
|
123110
|
+
flex: 1
|
|
123109
123111
|
};
|
|
123110
123112
|
var DroppablePlaceholder = (function (_React$Component) {
|
|
123111
123113
|
(0, _inherits2$5["default"])(DroppablePlaceholder, _React$Component);
|
package/package.json
CHANGED
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "2.22.4-next.
|
|
7
|
+
"version": "2.22.4-next.1+8a00529f6",
|
|
8
8
|
"description": "",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@material-ui/core": "^3.9.2",
|
|
11
11
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
12
|
-
"@pie-lib/pie-toolbox": "1.31.
|
|
12
|
+
"@pie-lib/pie-toolbox": "1.31.4",
|
|
13
13
|
"prop-types": "^15.6.1",
|
|
14
14
|
"react": "^16.8.1",
|
|
15
15
|
"react-dom": "^16.8.1"
|
|
16
16
|
},
|
|
17
17
|
"author": "",
|
|
18
18
|
"license": "ISC",
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "8a00529f67a8e27e78e4c16de5d04e11ec8c4d16",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|