@pie-element/complex-rubric 3.0.3-next.4 → 3.0.3-next.5
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/controller/package.json +1 -1
- package/module/configure.js +7 -10
- package/module/element.js +7 -10
- package/module/manifest.json +1 -1
- package/module/print.js +7 -10
- package/package.json +4 -4
package/controller/package.json
CHANGED
package/module/configure.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.7/module/index.js";
|
|
2
2
|
import RubricConfigure from '@pie-element/rubric/configure/lib';
|
|
3
|
-
import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@5.0.
|
|
3
|
+
import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@5.0.6/module/index.js";
|
|
4
4
|
function _mergeNamespaces(n, m) {
|
|
5
5
|
m.forEach(function (e) {
|
|
6
6
|
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
@@ -104700,7 +104700,9 @@ const {debounce: require$$16$2} = _dll_lodash;
|
|
|
104700
104700
|
padding: '2px',
|
|
104701
104701
|
boxShadow: '0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12)',
|
|
104702
104702
|
boxSizing: 'border-box',
|
|
104703
|
-
display: '
|
|
104703
|
+
display: 'flex',
|
|
104704
|
+
opacity: 0,
|
|
104705
|
+
pointerEvents: 'none'
|
|
104704
104706
|
},
|
|
104705
104707
|
toolbarWithNoDone: {
|
|
104706
104708
|
minWidth: '265px'
|
|
@@ -104718,7 +104720,8 @@ const {debounce: require$$16$2} = _dll_lodash;
|
|
|
104718
104720
|
width: 'auto'
|
|
104719
104721
|
},
|
|
104720
104722
|
focused: {
|
|
104721
|
-
|
|
104723
|
+
opacity: 1,
|
|
104724
|
+
pointerEvents: 'auto'
|
|
104722
104725
|
},
|
|
104723
104726
|
iconRoot: {
|
|
104724
104727
|
width: '28px',
|
|
@@ -114327,7 +114330,7 @@ const require$$23 = _dll_classnames;
|
|
|
114327
114330
|
}
|
|
114328
114331
|
_this.stashValue();
|
|
114329
114332
|
_this.props.onFocus();
|
|
114330
|
-
if (!
|
|
114333
|
+
if (!keypadInteractionDetected && !isTouchDevice) {
|
|
114331
114334
|
change === null || change === void 0 ? void 0 : change.focus();
|
|
114332
114335
|
}
|
|
114333
114336
|
resolve();
|
|
@@ -114681,12 +114684,6 @@ const require$$23 = _dll_classnames;
|
|
|
114681
114684
|
value: function componentWillUnmount() {
|
|
114682
114685
|
window.removeEventListener('resize', this.onResize);
|
|
114683
114686
|
}
|
|
114684
|
-
}, {
|
|
114685
|
-
key: "isRelatedTargetButton",
|
|
114686
|
-
value: function isRelatedTargetButton(event) {
|
|
114687
|
-
var relatedTarget = event === null || event === void 0 ? void 0 : event.relatedTarget;
|
|
114688
|
-
return relatedTarget && relatedTarget.tagName.toLowerCase() === 'button';
|
|
114689
|
-
}
|
|
114690
114687
|
}, {
|
|
114691
114688
|
key: "buildSizeStyle",
|
|
114692
114689
|
value: function buildSizeStyle() {
|
package/module/element.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.7/module/index.js";
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.0.
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.0.6/module/index.js";
|
|
3
3
|
function _mergeNamespaces(n, m) {
|
|
4
4
|
m.forEach(function (e) {
|
|
5
5
|
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
@@ -102960,7 +102960,9 @@ const {debounce: require$$16$2} = _dll_lodash;
|
|
|
102960
102960
|
padding: '2px',
|
|
102961
102961
|
boxShadow: '0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12)',
|
|
102962
102962
|
boxSizing: 'border-box',
|
|
102963
|
-
display: '
|
|
102963
|
+
display: 'flex',
|
|
102964
|
+
opacity: 0,
|
|
102965
|
+
pointerEvents: 'none'
|
|
102964
102966
|
},
|
|
102965
102967
|
toolbarWithNoDone: {
|
|
102966
102968
|
minWidth: '265px'
|
|
@@ -102978,7 +102980,8 @@ const {debounce: require$$16$2} = _dll_lodash;
|
|
|
102978
102980
|
width: 'auto'
|
|
102979
102981
|
},
|
|
102980
102982
|
focused: {
|
|
102981
|
-
|
|
102983
|
+
opacity: 1,
|
|
102984
|
+
pointerEvents: 'auto'
|
|
102982
102985
|
},
|
|
102983
102986
|
iconRoot: {
|
|
102984
102987
|
width: '28px',
|
|
@@ -112392,7 +112395,7 @@ const require$$23 = _dll_classnames;
|
|
|
112392
112395
|
}
|
|
112393
112396
|
_this.stashValue();
|
|
112394
112397
|
_this.props.onFocus();
|
|
112395
|
-
if (!
|
|
112398
|
+
if (!keypadInteractionDetected && !isTouchDevice) {
|
|
112396
112399
|
change === null || change === void 0 ? void 0 : change.focus();
|
|
112397
112400
|
}
|
|
112398
112401
|
resolve();
|
|
@@ -112746,12 +112749,6 @@ const require$$23 = _dll_classnames;
|
|
|
112746
112749
|
value: function componentWillUnmount() {
|
|
112747
112750
|
window.removeEventListener('resize', this.onResize);
|
|
112748
112751
|
}
|
|
112749
|
-
}, {
|
|
112750
|
-
key: "isRelatedTargetButton",
|
|
112751
|
-
value: function isRelatedTargetButton(event) {
|
|
112752
|
-
var relatedTarget = event === null || event === void 0 ? void 0 : event.relatedTarget;
|
|
112753
|
-
return relatedTarget && relatedTarget.tagName.toLowerCase() === 'button';
|
|
112754
|
-
}
|
|
112755
112752
|
}, {
|
|
112756
112753
|
key: "buildSizeStyle",
|
|
112757
112754
|
value: function buildSizeStyle() {
|
package/module/manifest.json
CHANGED
package/module/print.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@2.0.7/module/index.js";
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.0.
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.0.6/module/index.js";
|
|
3
3
|
function _mergeNamespaces(n, m) {
|
|
4
4
|
m.forEach(function (e) {
|
|
5
5
|
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
@@ -102960,7 +102960,9 @@ const {debounce: require$$16$2} = _dll_lodash;
|
|
|
102960
102960
|
padding: '2px',
|
|
102961
102961
|
boxShadow: '0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12)',
|
|
102962
102962
|
boxSizing: 'border-box',
|
|
102963
|
-
display: '
|
|
102963
|
+
display: 'flex',
|
|
102964
|
+
opacity: 0,
|
|
102965
|
+
pointerEvents: 'none'
|
|
102964
102966
|
},
|
|
102965
102967
|
toolbarWithNoDone: {
|
|
102966
102968
|
minWidth: '265px'
|
|
@@ -102978,7 +102980,8 @@ const {debounce: require$$16$2} = _dll_lodash;
|
|
|
102978
102980
|
width: 'auto'
|
|
102979
102981
|
},
|
|
102980
102982
|
focused: {
|
|
102981
|
-
|
|
102983
|
+
opacity: 1,
|
|
102984
|
+
pointerEvents: 'auto'
|
|
102982
102985
|
},
|
|
102983
102986
|
iconRoot: {
|
|
102984
102987
|
width: '28px',
|
|
@@ -112392,7 +112395,7 @@ const require$$23 = _dll_classnames;
|
|
|
112392
112395
|
}
|
|
112393
112396
|
_this.stashValue();
|
|
112394
112397
|
_this.props.onFocus();
|
|
112395
|
-
if (!
|
|
112398
|
+
if (!keypadInteractionDetected && !isTouchDevice) {
|
|
112396
112399
|
change === null || change === void 0 ? void 0 : change.focus();
|
|
112397
112400
|
}
|
|
112398
112401
|
resolve();
|
|
@@ -112746,12 +112749,6 @@ const require$$23 = _dll_classnames;
|
|
|
112746
112749
|
value: function componentWillUnmount() {
|
|
112747
112750
|
window.removeEventListener('resize', this.onResize);
|
|
112748
112751
|
}
|
|
112749
|
-
}, {
|
|
112750
|
-
key: "isRelatedTargetButton",
|
|
112751
|
-
value: function isRelatedTargetButton(event) {
|
|
112752
|
-
var relatedTarget = event === null || event === void 0 ? void 0 : event.relatedTarget;
|
|
112753
|
-
return relatedTarget && relatedTarget.tagName.toLowerCase() === 'button';
|
|
112754
|
-
}
|
|
112755
112752
|
}, {
|
|
112756
112753
|
key: "buildSizeStyle",
|
|
112757
112754
|
value: function buildSizeStyle() {
|
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric",
|
|
3
3
|
"repository": "pie-framework/pie-elements",
|
|
4
|
-
"version": "3.0.3-next.
|
|
4
|
+
"version": "3.0.3-next.5+ddb9d4442",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@material-ui/core": "^3.9.2",
|
|
10
|
-
"@pie-element/multi-trait-rubric": "^4.0.2-next.
|
|
11
|
-
"@pie-element/rubric": "^4.0.3-next.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^4.0.2-next.29+ddb9d4442",
|
|
11
|
+
"@pie-element/rubric": "^4.0.3-next.5+ddb9d4442",
|
|
12
12
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
13
13
|
"classnames": "^2.2.5",
|
|
14
14
|
"debug": "^4.1.1",
|
|
15
15
|
"lodash": "^4.17.11",
|
|
16
16
|
"prop-types": "^15.7.2"
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "ddb9d444243b881b3a468ecfb5bab551511a2495",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|