@pie-element/complex-rubric 3.6.11-next.22 → 3.6.11-next.25
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 +9 -4
- package/module/element.js +9 -4
- package/module/manifest.json +2 -2
- package/module/print.js +9 -4
- package/package.json +4 -4
package/controller/package.json
CHANGED
package/module/configure.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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@5.
|
|
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@5.2.0/module/index.js";
|
|
2
2
|
import RubricConfigure from '@pie-element/rubric/configure/lib';
|
|
3
|
-
import {_dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@8.
|
|
3
|
+
import {_dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@8.2.0/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) {
|
|
@@ -15477,7 +15477,7 @@ var _interopRequireDefault$3v = interopRequireDefault.exports;
|
|
|
15477
15477
|
Object.defineProperty(color$1, "__esModule", {
|
|
15478
15478
|
value: true
|
|
15479
15479
|
});
|
|
15480
|
-
color$1.white = color$1.v = color$1.transparent = color$1.text = color$1.tertiaryLight = color$1.tertiary = color$1.secondaryText = color$1.secondaryLight = color$1.secondaryDark = color$1.secondaryBackground = color$1.secondary = color$1.primaryText = color$1.primaryLight = color$1.primaryDark = color$1.primary = color$1.missingWithIcon = color$1.missing = color$1.incorrectWithIcon = color$1.incorrectSecondary = color$1.incorrect = color$1.focusUncheckedBorder = color$1.focusUnchecked = color$1.focusCheckedBorder = color$1.focusChecked = color$1.disabledSecondary = color$1.disabled = color$1.defaults = color$1.correctWithIcon = color$1.correctSecondary = color$1.correct = color$1.borderLight = color$1.borderDark = color$1.border = color$1.black = color$1.backgroundDark = color$1.background = void 0;
|
|
15480
|
+
color$1.white = color$1.v = color$1.transparent = color$1.text = color$1.tertiaryLight = color$1.tertiary = color$1.secondaryText = color$1.secondaryLight = color$1.secondaryDark = color$1.secondaryBackground = color$1.secondary = color$1.primaryText = color$1.primaryLight = color$1.primaryDark = color$1.primary = color$1.missingWithIcon = color$1.missing = color$1.incorrectWithIcon = color$1.incorrectSecondary = color$1.incorrect = color$1.focusUncheckedBorder = color$1.focusUnchecked = color$1.focusCheckedBorder = color$1.focusChecked = color$1.fadedPrimary = color$1.disabledSecondary = color$1.disabled = color$1.defaults = color$1.correctWithIcon = color$1.correctSecondary = color$1.correct = color$1.borderLight = color$1.borderDark = color$1.border = color$1.black = color$1.backgroundDark = color$1.background = void 0;
|
|
15481
15481
|
var _green = _interopRequireDefault$3v(green$1);
|
|
15482
15482
|
var _orange = _interopRequireDefault$3v(orange$1);
|
|
15483
15483
|
var _pink = _interopRequireDefault$3v(pink$1);
|
|
@@ -15515,7 +15515,8 @@ var defaults$2 = {
|
|
|
15515
15515
|
FOCUS_CHECKED: '#BBDEFB',
|
|
15516
15516
|
FOCUS_CHECKED_BORDER: '#1565C0',
|
|
15517
15517
|
FOCUS_UNCHECKED: '#E0E0E0',
|
|
15518
|
-
FOCUS_UNCHECKED_BORDER: '#757575'
|
|
15518
|
+
FOCUS_UNCHECKED_BORDER: '#757575',
|
|
15519
|
+
FADED_PRIMARY: '#DCDAFB'
|
|
15519
15520
|
};
|
|
15520
15521
|
color$1.defaults = defaults$2;
|
|
15521
15522
|
Object.freeze(defaults$2);
|
|
@@ -15592,6 +15593,10 @@ var primaryText = function primaryText() {
|
|
|
15592
15593
|
return pv('primary-text', 'text', defaults$2.TEXT);
|
|
15593
15594
|
};
|
|
15594
15595
|
color$1.primaryText = primaryText;
|
|
15596
|
+
var fadedPrimary = function fadedPrimary() {
|
|
15597
|
+
return pv('faded-primary', defaults$2.FADED_PRIMARY);
|
|
15598
|
+
};
|
|
15599
|
+
color$1.fadedPrimary = fadedPrimary;
|
|
15595
15600
|
var secondary = function secondary() {
|
|
15596
15601
|
return pv('secondary', defaults$2.SECONDARY);
|
|
15597
15602
|
};
|
package/module/element.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@8.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.2.0/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@8.2.0/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) {
|
|
@@ -33331,7 +33331,7 @@ var _interopRequireDefault$2I = interopRequireDefault.exports;
|
|
|
33331
33331
|
Object.defineProperty(color, "__esModule", {
|
|
33332
33332
|
value: true
|
|
33333
33333
|
});
|
|
33334
|
-
color.white = color.v = color.transparent = color.text = color.tertiaryLight = color.tertiary = color.secondaryText = color.secondaryLight = color.secondaryDark = color.secondaryBackground = color.secondary = color.primaryText = color.primaryLight = color.primaryDark = color.primary = color.missingWithIcon = color.missing = color.incorrectWithIcon = color.incorrectSecondary = color.incorrect = color.focusUncheckedBorder = color.focusUnchecked = color.focusCheckedBorder = color.focusChecked = color.disabledSecondary = color.disabled = color.defaults = color.correctWithIcon = color.correctSecondary = color.correct = color.borderLight = color.borderDark = color.border = color.black = color.backgroundDark = color.background = void 0;
|
|
33334
|
+
color.white = color.v = color.transparent = color.text = color.tertiaryLight = color.tertiary = color.secondaryText = color.secondaryLight = color.secondaryDark = color.secondaryBackground = color.secondary = color.primaryText = color.primaryLight = color.primaryDark = color.primary = color.missingWithIcon = color.missing = color.incorrectWithIcon = color.incorrectSecondary = color.incorrect = color.focusUncheckedBorder = color.focusUnchecked = color.focusCheckedBorder = color.focusChecked = color.fadedPrimary = color.disabledSecondary = color.disabled = color.defaults = color.correctWithIcon = color.correctSecondary = color.correct = color.borderLight = color.borderDark = color.border = color.black = color.backgroundDark = color.background = void 0;
|
|
33335
33335
|
var _green = _interopRequireDefault$2I(green$1);
|
|
33336
33336
|
var _orange = _interopRequireDefault$2I(orange$1);
|
|
33337
33337
|
var _pink = _interopRequireDefault$2I(pink$1);
|
|
@@ -33369,7 +33369,8 @@ var defaults = {
|
|
|
33369
33369
|
FOCUS_CHECKED: '#BBDEFB',
|
|
33370
33370
|
FOCUS_CHECKED_BORDER: '#1565C0',
|
|
33371
33371
|
FOCUS_UNCHECKED: '#E0E0E0',
|
|
33372
|
-
FOCUS_UNCHECKED_BORDER: '#757575'
|
|
33372
|
+
FOCUS_UNCHECKED_BORDER: '#757575',
|
|
33373
|
+
FADED_PRIMARY: '#DCDAFB'
|
|
33373
33374
|
};
|
|
33374
33375
|
color.defaults = defaults;
|
|
33375
33376
|
Object.freeze(defaults);
|
|
@@ -33446,6 +33447,10 @@ var primaryText = function primaryText() {
|
|
|
33446
33447
|
return pv('primary-text', 'text', defaults.TEXT);
|
|
33447
33448
|
};
|
|
33448
33449
|
color.primaryText = primaryText;
|
|
33450
|
+
var fadedPrimary = function fadedPrimary() {
|
|
33451
|
+
return pv('faded-primary', defaults.FADED_PRIMARY);
|
|
33452
|
+
};
|
|
33453
|
+
color.fadedPrimary = fadedPrimary;
|
|
33449
33454
|
var secondary = function secondary() {
|
|
33450
33455
|
return pv('secondary', defaults.SECONDARY);
|
|
33451
33456
|
};
|
package/module/manifest.json
CHANGED
package/module/print.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@8.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.2.0/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@8.2.0/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) {
|
|
@@ -33331,7 +33331,7 @@ var _interopRequireDefault$2I = interopRequireDefault.exports;
|
|
|
33331
33331
|
Object.defineProperty(color, "__esModule", {
|
|
33332
33332
|
value: true
|
|
33333
33333
|
});
|
|
33334
|
-
color.white = color.v = color.transparent = color.text = color.tertiaryLight = color.tertiary = color.secondaryText = color.secondaryLight = color.secondaryDark = color.secondaryBackground = color.secondary = color.primaryText = color.primaryLight = color.primaryDark = color.primary = color.missingWithIcon = color.missing = color.incorrectWithIcon = color.incorrectSecondary = color.incorrect = color.focusUncheckedBorder = color.focusUnchecked = color.focusCheckedBorder = color.focusChecked = color.disabledSecondary = color.disabled = color.defaults = color.correctWithIcon = color.correctSecondary = color.correct = color.borderLight = color.borderDark = color.border = color.black = color.backgroundDark = color.background = void 0;
|
|
33334
|
+
color.white = color.v = color.transparent = color.text = color.tertiaryLight = color.tertiary = color.secondaryText = color.secondaryLight = color.secondaryDark = color.secondaryBackground = color.secondary = color.primaryText = color.primaryLight = color.primaryDark = color.primary = color.missingWithIcon = color.missing = color.incorrectWithIcon = color.incorrectSecondary = color.incorrect = color.focusUncheckedBorder = color.focusUnchecked = color.focusCheckedBorder = color.focusChecked = color.fadedPrimary = color.disabledSecondary = color.disabled = color.defaults = color.correctWithIcon = color.correctSecondary = color.correct = color.borderLight = color.borderDark = color.border = color.black = color.backgroundDark = color.background = void 0;
|
|
33335
33335
|
var _green = _interopRequireDefault$2I(green$1);
|
|
33336
33336
|
var _orange = _interopRequireDefault$2I(orange$1);
|
|
33337
33337
|
var _pink = _interopRequireDefault$2I(pink$1);
|
|
@@ -33369,7 +33369,8 @@ var defaults = {
|
|
|
33369
33369
|
FOCUS_CHECKED: '#BBDEFB',
|
|
33370
33370
|
FOCUS_CHECKED_BORDER: '#1565C0',
|
|
33371
33371
|
FOCUS_UNCHECKED: '#E0E0E0',
|
|
33372
|
-
FOCUS_UNCHECKED_BORDER: '#757575'
|
|
33372
|
+
FOCUS_UNCHECKED_BORDER: '#757575',
|
|
33373
|
+
FADED_PRIMARY: '#DCDAFB'
|
|
33373
33374
|
};
|
|
33374
33375
|
color.defaults = defaults;
|
|
33375
33376
|
Object.freeze(defaults);
|
|
@@ -33446,6 +33447,10 @@ var primaryText = function primaryText() {
|
|
|
33446
33447
|
return pv('primary-text', 'text', defaults.TEXT);
|
|
33447
33448
|
};
|
|
33448
33449
|
color.primaryText = primaryText;
|
|
33450
|
+
var fadedPrimary = function fadedPrimary() {
|
|
33451
|
+
return pv('faded-primary', defaults.FADED_PRIMARY);
|
|
33452
|
+
};
|
|
33453
|
+
color.fadedPrimary = fadedPrimary;
|
|
33449
33454
|
var secondary = function secondary() {
|
|
33450
33455
|
return pv('secondary', defaults.SECONDARY);
|
|
33451
33456
|
};
|
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.6.11-next.
|
|
4
|
+
"version": "3.6.11-next.25+921446674",
|
|
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.5.11-next.
|
|
11
|
-
"@pie-element/rubric": "^4.8.3-next.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^4.5.11-next.25+921446674",
|
|
11
|
+
"@pie-element/rubric": "^4.8.3-next.25+921446674",
|
|
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": "92144667464f18c213c7ab1d769595e43b553dab",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|