@pie-element/complex-rubric 2.19.3-next.15 → 2.19.3-next.17
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 +13 -23
- package/module/element.js +13 -23
- package/module/manifest.json +1 -1
- package/module/print.js +13 -23
- package/package.json +4 -4
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, _dll_react_dom_server, _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_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.2/module/index.js";
|
|
2
2
|
import RubricConfigure from '@pie-element/rubric/configure/lib';
|
|
3
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@4.24.3/module/index.js";
|
|
4
4
|
function _mergeNamespaces(n, m) {
|
|
@@ -105112,13 +105112,7 @@ const require$$4$1g = _dll_prop_types;
|
|
|
105112
105112
|
gridRowGap: ("").concat(theme.spacing.unit, "px"),
|
|
105113
105113
|
gridColumnGap: ("").concat(theme.spacing.unit, "px"),
|
|
105114
105114
|
padding: theme.spacing.unit * 1,
|
|
105115
|
-
border: ("2px dashed ").concat(_renderUi.color.black())
|
|
105116
|
-
WebkitTouchCallout: 'none',
|
|
105117
|
-
WebkitUserSelect: 'none',
|
|
105118
|
-
KhtmlUserSelect: 'none',
|
|
105119
|
-
MozUserSelect: 'none',
|
|
105120
|
-
MsUserSelect: 'none',
|
|
105121
|
-
userSelect: 'none'
|
|
105115
|
+
border: ("2px dashed ").concat(_renderUi.color.black())
|
|
105122
105116
|
},
|
|
105123
105117
|
disabled: {
|
|
105124
105118
|
boxShadow: 'none',
|
|
@@ -105137,13 +105131,7 @@ const require$$4$1g = _dll_prop_types;
|
|
|
105137
105131
|
justifyContent: 'center',
|
|
105138
105132
|
overflow: 'hidden',
|
|
105139
105133
|
touchAction: 'none',
|
|
105140
|
-
backgroundColor: _renderUi.color.backgroundDark()
|
|
105141
|
-
WebkitTouchCallout: 'none',
|
|
105142
|
-
WebkitUserSelect: 'none',
|
|
105143
|
-
KhtmlUserSelect: 'none',
|
|
105144
|
-
MozUserSelect: 'none',
|
|
105145
|
-
MsUserSelect: 'none',
|
|
105146
|
-
userSelect: 'none'
|
|
105134
|
+
backgroundColor: _renderUi.color.backgroundDark()
|
|
105147
105135
|
},
|
|
105148
105136
|
categorizeBoard: {
|
|
105149
105137
|
padding: theme.spacing.unit / 2,
|
|
@@ -105154,13 +105142,7 @@ const require$$4$1g = _dll_prop_types;
|
|
|
105154
105142
|
justifyContent: 'center',
|
|
105155
105143
|
overflow: 'hidden',
|
|
105156
105144
|
touchAction: 'none',
|
|
105157
|
-
backgroundColor: _renderUi.color.backgroundDark()
|
|
105158
|
-
WebkitTouchCallout: 'none',
|
|
105159
|
-
WebkitUserSelect: 'none',
|
|
105160
|
-
KhtmlUserSelect: 'none',
|
|
105161
|
-
MozUserSelect: 'none',
|
|
105162
|
-
MsUserSelect: 'none',
|
|
105163
|
-
userSelect: 'none'
|
|
105145
|
+
backgroundColor: _renderUi.color.backgroundDark()
|
|
105164
105146
|
}
|
|
105165
105147
|
};
|
|
105166
105148
|
};
|
|
@@ -107882,7 +107864,13 @@ function _isNativeReflectConstruct$1() {
|
|
|
107882
107864
|
}
|
|
107883
107865
|
}
|
|
107884
107866
|
var preventInteractionStyle = {
|
|
107885
|
-
flex: 1
|
|
107867
|
+
flex: 1,
|
|
107868
|
+
WebkitTouchCallout: 'none',
|
|
107869
|
+
WebkitUserSelect: 'none',
|
|
107870
|
+
KhtmlUserSelect: 'none',
|
|
107871
|
+
MozUserSelect: 'none',
|
|
107872
|
+
MsUserSelect: 'none',
|
|
107873
|
+
UserSelect: 'none'
|
|
107886
107874
|
};
|
|
107887
107875
|
var DroppablePlaceholder = (function (_React$Component) {
|
|
107888
107876
|
(0, _inherits2$v["default"])(DroppablePlaceholder, _React$Component);
|
|
@@ -141026,6 +141014,7 @@ const require$$7$7 = _dll_debug;
|
|
|
141026
141014
|
attributes: _propTypes["default"].object,
|
|
141027
141015
|
children: _propTypes["default"].func
|
|
141028
141016
|
};
|
|
141017
|
+
core.name = type;
|
|
141029
141018
|
return core;
|
|
141030
141019
|
};
|
|
141031
141020
|
exports["default"] = _default;
|
|
@@ -143736,6 +143725,7 @@ const require$$8$e = _dll_prop_types;
|
|
|
143736
143725
|
};
|
|
143737
143726
|
};
|
|
143738
143727
|
core.renderNode = Node;
|
|
143728
|
+
core.name = 'table';
|
|
143739
143729
|
return core;
|
|
143740
143730
|
};
|
|
143741
143731
|
exports["default"] = _default;
|
package/module/element.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
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@1.24.
|
|
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@1.24.2/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@4.24.3/module/index.js";
|
|
3
3
|
function _mergeNamespaces(n, m) {
|
|
4
4
|
m.forEach(function (e) {
|
|
@@ -131193,6 +131193,7 @@ const require$$7$8 = _dll_debug;
|
|
|
131193
131193
|
attributes: _propTypes["default"].object,
|
|
131194
131194
|
children: _propTypes["default"].func
|
|
131195
131195
|
};
|
|
131196
|
+
core.name = type;
|
|
131196
131197
|
return core;
|
|
131197
131198
|
};
|
|
131198
131199
|
exports["default"] = _default;
|
|
@@ -133903,6 +133904,7 @@ const require$$8$f = _dll_prop_types;
|
|
|
133903
133904
|
};
|
|
133904
133905
|
};
|
|
133905
133906
|
core.renderNode = Node;
|
|
133907
|
+
core.name = 'table';
|
|
133906
133908
|
return core;
|
|
133907
133909
|
};
|
|
133908
133910
|
exports["default"] = _default;
|
|
@@ -139274,13 +139276,7 @@ const require$$4$P = _dll_prop_types;
|
|
|
139274
139276
|
gridRowGap: ("").concat(theme.spacing.unit, "px"),
|
|
139275
139277
|
gridColumnGap: ("").concat(theme.spacing.unit, "px"),
|
|
139276
139278
|
padding: theme.spacing.unit * 1,
|
|
139277
|
-
border: ("2px dashed ").concat(_renderUi.color.black())
|
|
139278
|
-
WebkitTouchCallout: 'none',
|
|
139279
|
-
WebkitUserSelect: 'none',
|
|
139280
|
-
KhtmlUserSelect: 'none',
|
|
139281
|
-
MozUserSelect: 'none',
|
|
139282
|
-
MsUserSelect: 'none',
|
|
139283
|
-
userSelect: 'none'
|
|
139279
|
+
border: ("2px dashed ").concat(_renderUi.color.black())
|
|
139284
139280
|
},
|
|
139285
139281
|
disabled: {
|
|
139286
139282
|
boxShadow: 'none',
|
|
@@ -139299,13 +139295,7 @@ const require$$4$P = _dll_prop_types;
|
|
|
139299
139295
|
justifyContent: 'center',
|
|
139300
139296
|
overflow: 'hidden',
|
|
139301
139297
|
touchAction: 'none',
|
|
139302
|
-
backgroundColor: _renderUi.color.backgroundDark()
|
|
139303
|
-
WebkitTouchCallout: 'none',
|
|
139304
|
-
WebkitUserSelect: 'none',
|
|
139305
|
-
KhtmlUserSelect: 'none',
|
|
139306
|
-
MozUserSelect: 'none',
|
|
139307
|
-
MsUserSelect: 'none',
|
|
139308
|
-
userSelect: 'none'
|
|
139298
|
+
backgroundColor: _renderUi.color.backgroundDark()
|
|
139309
139299
|
},
|
|
139310
139300
|
categorizeBoard: {
|
|
139311
139301
|
padding: theme.spacing.unit / 2,
|
|
@@ -139316,13 +139306,7 @@ const require$$4$P = _dll_prop_types;
|
|
|
139316
139306
|
justifyContent: 'center',
|
|
139317
139307
|
overflow: 'hidden',
|
|
139318
139308
|
touchAction: 'none',
|
|
139319
|
-
backgroundColor: _renderUi.color.backgroundDark()
|
|
139320
|
-
WebkitTouchCallout: 'none',
|
|
139321
|
-
WebkitUserSelect: 'none',
|
|
139322
|
-
KhtmlUserSelect: 'none',
|
|
139323
|
-
MozUserSelect: 'none',
|
|
139324
|
-
MsUserSelect: 'none',
|
|
139325
|
-
userSelect: 'none'
|
|
139309
|
+
backgroundColor: _renderUi.color.backgroundDark()
|
|
139326
139310
|
}
|
|
139327
139311
|
};
|
|
139328
139312
|
};
|
|
@@ -142044,7 +142028,13 @@ function _isNativeReflectConstruct() {
|
|
|
142044
142028
|
}
|
|
142045
142029
|
}
|
|
142046
142030
|
var preventInteractionStyle = {
|
|
142047
|
-
flex: 1
|
|
142031
|
+
flex: 1,
|
|
142032
|
+
WebkitTouchCallout: 'none',
|
|
142033
|
+
WebkitUserSelect: 'none',
|
|
142034
|
+
KhtmlUserSelect: 'none',
|
|
142035
|
+
MozUserSelect: 'none',
|
|
142036
|
+
MsUserSelect: 'none',
|
|
142037
|
+
UserSelect: 'none'
|
|
142048
142038
|
};
|
|
142049
142039
|
var DroppablePlaceholder = (function (_React$Component) {
|
|
142050
142040
|
(0, _inherits2$j["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_react_dom, _dll_classnames, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.
|
|
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@1.24.2/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@4.24.3/module/index.js";
|
|
3
3
|
function _mergeNamespaces(n, m) {
|
|
4
4
|
m.forEach(function (e) {
|
|
@@ -131193,6 +131193,7 @@ const require$$7$8 = _dll_debug;
|
|
|
131193
131193
|
attributes: _propTypes["default"].object,
|
|
131194
131194
|
children: _propTypes["default"].func
|
|
131195
131195
|
};
|
|
131196
|
+
core.name = type;
|
|
131196
131197
|
return core;
|
|
131197
131198
|
};
|
|
131198
131199
|
exports["default"] = _default;
|
|
@@ -133903,6 +133904,7 @@ const require$$8$f = _dll_prop_types;
|
|
|
133903
133904
|
};
|
|
133904
133905
|
};
|
|
133905
133906
|
core.renderNode = Node;
|
|
133907
|
+
core.name = 'table';
|
|
133906
133908
|
return core;
|
|
133907
133909
|
};
|
|
133908
133910
|
exports["default"] = _default;
|
|
@@ -139274,13 +139276,7 @@ const require$$4$P = _dll_prop_types;
|
|
|
139274
139276
|
gridRowGap: ("").concat(theme.spacing.unit, "px"),
|
|
139275
139277
|
gridColumnGap: ("").concat(theme.spacing.unit, "px"),
|
|
139276
139278
|
padding: theme.spacing.unit * 1,
|
|
139277
|
-
border: ("2px dashed ").concat(_renderUi.color.black())
|
|
139278
|
-
WebkitTouchCallout: 'none',
|
|
139279
|
-
WebkitUserSelect: 'none',
|
|
139280
|
-
KhtmlUserSelect: 'none',
|
|
139281
|
-
MozUserSelect: 'none',
|
|
139282
|
-
MsUserSelect: 'none',
|
|
139283
|
-
userSelect: 'none'
|
|
139279
|
+
border: ("2px dashed ").concat(_renderUi.color.black())
|
|
139284
139280
|
},
|
|
139285
139281
|
disabled: {
|
|
139286
139282
|
boxShadow: 'none',
|
|
@@ -139299,13 +139295,7 @@ const require$$4$P = _dll_prop_types;
|
|
|
139299
139295
|
justifyContent: 'center',
|
|
139300
139296
|
overflow: 'hidden',
|
|
139301
139297
|
touchAction: 'none',
|
|
139302
|
-
backgroundColor: _renderUi.color.backgroundDark()
|
|
139303
|
-
WebkitTouchCallout: 'none',
|
|
139304
|
-
WebkitUserSelect: 'none',
|
|
139305
|
-
KhtmlUserSelect: 'none',
|
|
139306
|
-
MozUserSelect: 'none',
|
|
139307
|
-
MsUserSelect: 'none',
|
|
139308
|
-
userSelect: 'none'
|
|
139298
|
+
backgroundColor: _renderUi.color.backgroundDark()
|
|
139309
139299
|
},
|
|
139310
139300
|
categorizeBoard: {
|
|
139311
139301
|
padding: theme.spacing.unit / 2,
|
|
@@ -139316,13 +139306,7 @@ const require$$4$P = _dll_prop_types;
|
|
|
139316
139306
|
justifyContent: 'center',
|
|
139317
139307
|
overflow: 'hidden',
|
|
139318
139308
|
touchAction: 'none',
|
|
139319
|
-
backgroundColor: _renderUi.color.backgroundDark()
|
|
139320
|
-
WebkitTouchCallout: 'none',
|
|
139321
|
-
WebkitUserSelect: 'none',
|
|
139322
|
-
KhtmlUserSelect: 'none',
|
|
139323
|
-
MozUserSelect: 'none',
|
|
139324
|
-
MsUserSelect: 'none',
|
|
139325
|
-
userSelect: 'none'
|
|
139309
|
+
backgroundColor: _renderUi.color.backgroundDark()
|
|
139326
139310
|
}
|
|
139327
139311
|
};
|
|
139328
139312
|
};
|
|
@@ -142044,7 +142028,13 @@ function _isNativeReflectConstruct() {
|
|
|
142044
142028
|
}
|
|
142045
142029
|
}
|
|
142046
142030
|
var preventInteractionStyle = {
|
|
142047
|
-
flex: 1
|
|
142031
|
+
flex: 1,
|
|
142032
|
+
WebkitTouchCallout: 'none',
|
|
142033
|
+
WebkitUserSelect: 'none',
|
|
142034
|
+
KhtmlUserSelect: 'none',
|
|
142035
|
+
MozUserSelect: 'none',
|
|
142036
|
+
MsUserSelect: 'none',
|
|
142037
|
+
UserSelect: 'none'
|
|
142048
142038
|
};
|
|
142049
142039
|
var DroppablePlaceholder = (function (_React$Component) {
|
|
142050
142040
|
(0, _inherits2$j["default"])(DroppablePlaceholder, _React$Component);
|
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": "2.19.3-next.
|
|
4
|
+
"version": "2.19.3-next.17+49f1ce400",
|
|
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": "^3.19.3-next.
|
|
11
|
-
"@pie-element/rubric": "^3.19.3-next.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^3.19.3-next.17+49f1ce400",
|
|
11
|
+
"@pie-element/rubric": "^3.19.3-next.17+49f1ce400",
|
|
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": "49f1ce4000bc45d0eb8032f6538c0c780940a503",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|