@pie-element/complex-rubric 3.6.5-next.2 → 3.6.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/CHANGELOG.md +11 -0
- package/configure/CHANGELOG.md +8 -0
- package/configure/package.json +3 -3
- package/controller/CHANGELOG.md +11 -0
- package/controller/package.json +2 -2
- package/module/configure.js +9 -4
- package/module/element.js +9 -4
- package/module/manifest.json +1 -1
- package/module/print.js +9 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@3.6.4...@pie-element/complex-rubric@3.6.5) (2025-05-12)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-4977 ([1f864de](https://github.com/pie-framework/pie-elements/commit/1f864de43661adf716578caf4657c4c0a0384556))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [3.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@3.6.3...@pie-element/complex-rubric@3.6.4) (2025-04-29)
|
|
7
18
|
|
|
8
19
|
|
package/configure/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.6.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.5...@pie-element/complex-rubric-configure@2.6.6) (2025-05-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @pie-element/complex-rubric-configure
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [2.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.4...@pie-element/complex-rubric-configure@2.6.5) (2025-04-29)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @pie-element/complex-rubric-configure
|
package/configure/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric-configure",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "2.6.
|
|
4
|
+
"version": "2.6.6",
|
|
5
5
|
"description": "Complex Rubric authoring view",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "src/index.js",
|
|
8
8
|
"author": "Pie Framework Authors",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@material-ui/core": "^3.9.2",
|
|
11
|
-
"@pie-element/multi-trait-rubric": "^4.5.
|
|
12
|
-
"@pie-element/rubric": "^4.
|
|
11
|
+
"@pie-element/multi-trait-rubric": "^4.5.5",
|
|
12
|
+
"@pie-element/rubric": "^4.7.0",
|
|
13
13
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
14
14
|
"debug": "^4.1.1",
|
|
15
15
|
"lodash": "^4.17.15",
|
package/controller/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.1.4...@pie-element/complex-rubric-controller@3.1.5) (2025-05-12)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-4977 ([1f864de](https://github.com/pie-framework/pie-elements/commit/1f864de43661adf716578caf4657c4c0a0384556))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [3.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.1.3...@pie-element/complex-rubric-controller@3.1.4) (2025-04-29)
|
|
7
18
|
|
|
8
19
|
|
package/controller/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric-controller",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.5",
|
|
5
5
|
"description": "",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@pie-lib/pie-toolbox": "2.14.
|
|
10
|
+
"@pie-lib/pie-toolbox": "2.14.6",
|
|
11
11
|
"lodash": "^4.17.15"
|
|
12
12
|
},
|
|
13
13
|
"author": "",
|
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@3.8.6/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@6.1.
|
|
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@6.1.1/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) {
|
|
@@ -114677,7 +114677,7 @@ var unWrapMath = function unWrapMath(content) {
|
|
|
114677
114677
|
};
|
|
114678
114678
|
};
|
|
114679
114679
|
normalization.unWrapMath = unWrapMath;
|
|
114680
|
-
const require$$
|
|
114680
|
+
const require$$23$2 = _dll_debug;
|
|
114681
114681
|
(function (exports) {
|
|
114682
114682
|
var _interopRequireDefault = interopRequireDefault.exports;
|
|
114683
114683
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -114704,8 +114704,9 @@ const require$$22$2 = _dll_debug;
|
|
|
114704
114704
|
var _html = html$1;
|
|
114705
114705
|
var _browserAdaptor = browserAdaptor$1;
|
|
114706
114706
|
var _AllPackages = AllPackages;
|
|
114707
|
+
var _system = system;
|
|
114707
114708
|
var _mstack = mstack;
|
|
114708
|
-
var _debug = _interopRequireDefault(require$$
|
|
114709
|
+
var _debug = _interopRequireDefault(require$$23$2);
|
|
114709
114710
|
var _normalization = normalization;
|
|
114710
114711
|
var _MmlFactory = MmlFactory$1;
|
|
114711
114712
|
var _SerializedMmlVisitor = SerializedMmlVisitor;
|
|
@@ -114760,6 +114761,10 @@ const require$$22$2 = _dll_debug;
|
|
|
114760
114761
|
if (typeof window !== 'undefined') {
|
|
114761
114762
|
(0, _html.RegisterHTMLHandler)((0, _browserAdaptor.browserAdaptor)());
|
|
114762
114763
|
}
|
|
114764
|
+
var sreReady = false;
|
|
114765
|
+
(0, _system.engineReady)().then(function () {
|
|
114766
|
+
sreReady = true;
|
|
114767
|
+
});
|
|
114763
114768
|
var visitor = new _SerializedMmlVisitor.SerializedMmlVisitor();
|
|
114764
114769
|
var toMMl = function toMMl(node) {
|
|
114765
114770
|
return visitor.visitTree(node);
|
|
@@ -114920,7 +114925,7 @@ const require$$22$2 = _dll_debug;
|
|
|
114920
114925
|
var updatedDocument = _this.html.findMath(elements.length ? {
|
|
114921
114926
|
elements: elements
|
|
114922
114927
|
} : {}).compile();
|
|
114923
|
-
if (!temporary) {
|
|
114928
|
+
if (!temporary && sreReady) {
|
|
114924
114929
|
updatedDocument = updatedDocument.enrich();
|
|
114925
114930
|
}
|
|
114926
114931
|
updatedDocument = updatedDocument.getMetrics().typeset().assistiveMml().attachSpeech().addMenu().updateDocument();
|
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_pie_lib__pie_toolbox_math_rendering, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.8.6/module/index.js";
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@6.1.
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@6.1.1/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) {
|
|
@@ -132283,7 +132283,7 @@ var unWrapMath = function unWrapMath(content) {
|
|
|
132283
132283
|
};
|
|
132284
132284
|
};
|
|
132285
132285
|
normalization.unWrapMath = unWrapMath;
|
|
132286
|
-
const require$$
|
|
132286
|
+
const require$$23$2 = _dll_debug;
|
|
132287
132287
|
(function (exports) {
|
|
132288
132288
|
var _interopRequireDefault = interopRequireDefault.exports;
|
|
132289
132289
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -132310,8 +132310,9 @@ const require$$22$2 = _dll_debug;
|
|
|
132310
132310
|
var _html = html$1;
|
|
132311
132311
|
var _browserAdaptor = browserAdaptor$1;
|
|
132312
132312
|
var _AllPackages = AllPackages;
|
|
132313
|
+
var _system = system;
|
|
132313
132314
|
var _mstack = mstack;
|
|
132314
|
-
var _debug = _interopRequireDefault(require$$
|
|
132315
|
+
var _debug = _interopRequireDefault(require$$23$2);
|
|
132315
132316
|
var _normalization = normalization;
|
|
132316
132317
|
var _MmlFactory = MmlFactory$1;
|
|
132317
132318
|
var _SerializedMmlVisitor = SerializedMmlVisitor;
|
|
@@ -132366,6 +132367,10 @@ const require$$22$2 = _dll_debug;
|
|
|
132366
132367
|
if (typeof window !== 'undefined') {
|
|
132367
132368
|
(0, _html.RegisterHTMLHandler)((0, _browserAdaptor.browserAdaptor)());
|
|
132368
132369
|
}
|
|
132370
|
+
var sreReady = false;
|
|
132371
|
+
(0, _system.engineReady)().then(function () {
|
|
132372
|
+
sreReady = true;
|
|
132373
|
+
});
|
|
132369
132374
|
var visitor = new _SerializedMmlVisitor.SerializedMmlVisitor();
|
|
132370
132375
|
var toMMl = function toMMl(node) {
|
|
132371
132376
|
return visitor.visitTree(node);
|
|
@@ -132526,7 +132531,7 @@ const require$$22$2 = _dll_debug;
|
|
|
132526
132531
|
var updatedDocument = _this.html.findMath(elements.length ? {
|
|
132527
132532
|
elements: elements
|
|
132528
132533
|
} : {}).compile();
|
|
132529
|
-
if (!temporary) {
|
|
132534
|
+
if (!temporary && sreReady) {
|
|
132530
132535
|
updatedDocument = updatedDocument.enrich();
|
|
132531
132536
|
}
|
|
132532
132537
|
updatedDocument = updatedDocument.getMetrics().typeset().assistiveMml().attachSpeech().addMenu().updateDocument();
|
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_pie_lib__pie_toolbox_math_rendering, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.8.6/module/index.js";
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@6.1.
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@6.1.1/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) {
|
|
@@ -132283,7 +132283,7 @@ var unWrapMath = function unWrapMath(content) {
|
|
|
132283
132283
|
};
|
|
132284
132284
|
};
|
|
132285
132285
|
normalization.unWrapMath = unWrapMath;
|
|
132286
|
-
const require$$
|
|
132286
|
+
const require$$23$2 = _dll_debug;
|
|
132287
132287
|
(function (exports) {
|
|
132288
132288
|
var _interopRequireDefault = interopRequireDefault.exports;
|
|
132289
132289
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -132310,8 +132310,9 @@ const require$$22$2 = _dll_debug;
|
|
|
132310
132310
|
var _html = html$1;
|
|
132311
132311
|
var _browserAdaptor = browserAdaptor$1;
|
|
132312
132312
|
var _AllPackages = AllPackages;
|
|
132313
|
+
var _system = system;
|
|
132313
132314
|
var _mstack = mstack;
|
|
132314
|
-
var _debug = _interopRequireDefault(require$$
|
|
132315
|
+
var _debug = _interopRequireDefault(require$$23$2);
|
|
132315
132316
|
var _normalization = normalization;
|
|
132316
132317
|
var _MmlFactory = MmlFactory$1;
|
|
132317
132318
|
var _SerializedMmlVisitor = SerializedMmlVisitor;
|
|
@@ -132366,6 +132367,10 @@ const require$$22$2 = _dll_debug;
|
|
|
132366
132367
|
if (typeof window !== 'undefined') {
|
|
132367
132368
|
(0, _html.RegisterHTMLHandler)((0, _browserAdaptor.browserAdaptor)());
|
|
132368
132369
|
}
|
|
132370
|
+
var sreReady = false;
|
|
132371
|
+
(0, _system.engineReady)().then(function () {
|
|
132372
|
+
sreReady = true;
|
|
132373
|
+
});
|
|
132369
132374
|
var visitor = new _SerializedMmlVisitor.SerializedMmlVisitor();
|
|
132370
132375
|
var toMMl = function toMMl(node) {
|
|
132371
132376
|
return visitor.visitTree(node);
|
|
@@ -132526,7 +132531,7 @@ const require$$22$2 = _dll_debug;
|
|
|
132526
132531
|
var updatedDocument = _this.html.findMath(elements.length ? {
|
|
132527
132532
|
elements: elements
|
|
132528
132533
|
} : {}).compile();
|
|
132529
|
-
if (!temporary) {
|
|
132534
|
+
if (!temporary && sreReady) {
|
|
132530
132535
|
updatedDocument = updatedDocument.enrich();
|
|
132531
132536
|
}
|
|
132532
132537
|
updatedDocument = updatedDocument.getMetrics().typeset().assistiveMml().attachSpeech().addMenu().updateDocument();
|
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.5
|
|
4
|
+
"version": "3.6.5",
|
|
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.5
|
|
11
|
-
"@pie-element/rubric": "^4.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^4.5.5",
|
|
11
|
+
"@pie-element/rubric": "^4.7.0",
|
|
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": "7783308623c7a51403a509d3118e68b6a8594626",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|