@pie-element/complex-rubric 2.6.7 → 2.6.8

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 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
+ ## [2.6.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@2.6.7...@pie-element/complex-rubric@2.6.8) (2024-03-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-lib/pie-toolbox PD-3603 ([8fc82ab](https://github.com/pie-framework/pie-elements/commit/8fc82ab19baf45aecb40e4b364a7c307a9840130))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [2.6.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@2.6.6...@pie-element/complex-rubric@2.6.7) (2024-03-27)
7
18
 
8
19
 
@@ -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.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.7...@pie-element/complex-rubric-configure@2.2.8) (2024-03-28)
7
+
8
+ **Note:** Version bump only for package @pie-element/complex-rubric-configure
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.6...@pie-element/complex-rubric-configure@2.2.7) (2024-03-27)
7
15
 
8
16
  **Note:** Version bump only for package @pie-element/complex-rubric-configure
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@pie-element/complex-rubric-configure",
3
3
  "private": true,
4
- "version": "2.2.7",
4
+ "version": "2.2.8",
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": "^3.6.4",
12
- "@pie-element/rubric": "^3.6.2",
11
+ "@pie-element/multi-trait-rubric": "^3.6.5",
12
+ "@pie-element/rubric": "^3.6.3",
13
13
  "@pie-framework/pie-configure-events": "^1.3.0",
14
14
  "@pie-lib/config-ui": "^11.9.25-next.0",
15
15
  "@pie-lib/editable-html": "^11.1.2-next.0",
@@ -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
+ ## [2.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.5.3...@pie-element/complex-rubric-controller@2.5.4) (2024-03-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-lib/pie-toolbox PD-3603 ([8fc82ab](https://github.com/pie-framework/pie-elements/commit/8fc82ab19baf45aecb40e4b364a7c307a9840130))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [2.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.5.2...@pie-element/complex-rubric-controller@2.5.3) (2024-03-27)
7
18
 
8
19
 
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pie-element/complex-rubric-controller",
3
3
  "private": true,
4
- "version": "2.5.3",
4
+ "version": "2.5.4",
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": "1.12.1",
10
+ "@pie-lib/pie-toolbox": "1.12.2",
11
11
  "lodash": "^4.17.15"
12
12
  },
13
13
  "author": "",
@@ -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.5.0/module/index.js";
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.5.1/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.0.0/module/index.js";
4
4
  function _mergeNamespaces(n, m) {
@@ -136410,7 +136410,9 @@ var keysForGrade = function keysForGrade(n) {
136410
136410
  if (match) {
136411
136411
  return match.set || [];
136412
136412
  }
136413
- return gradeSets[2].set;
136413
+ if (n !== 'language') {
136414
+ return gradeSets[2].set;
136415
+ }
136414
136416
  };
136415
136417
  grades.keysForGrade = keysForGrade;
136416
136418
  var ALL_KEYS = [].concat((0, _toConsumableArray2$3["default"])(Object.values(basicOperators)), (0, _toConsumableArray2$3["default"])(Object.values(comparison$1)), (0, _toConsumableArray2$3["default"])(Object.values(constants)), (0, _toConsumableArray2$3["default"])(Object.values(_digits$1["default"])), (0, _toConsumableArray2$3["default"])(Object.values(exponent$1)), (0, _toConsumableArray2$3["default"])(Object.values(fractions$1)), (0, _toConsumableArray2$3["default"])(Object.values(geometry)), (0, _toConsumableArray2$3["default"])(Object.values(log$3)), (0, _toConsumableArray2$3["default"])(Object.values(matrices)), (0, _toConsumableArray2$3["default"])(Object.values(misc$1)), (0, _toConsumableArray2$3["default"])(Object.values(operators)), (0, _toConsumableArray2$3["default"])(Object.values(statistics)), (0, _toConsumableArray2$3["default"])(Object.values(subSup)), (0, _toConsumableArray2$3["default"])(Object.values(trigonometry)), (0, _toConsumableArray2$3["default"])(Object.values(vars)));
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.5.0/module/index.js";
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.5.1/module/index.js";
2
2
  import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@4.0.0/module/index.js";
3
3
  function _mergeNamespaces(n, m) {
4
4
  m.forEach(function (e) {
@@ -37298,7 +37298,9 @@ var keysForGrade = function keysForGrade(n) {
37298
37298
  if (match) {
37299
37299
  return match.set || [];
37300
37300
  }
37301
- return gradeSets[2].set;
37301
+ if (n !== 'language') {
37302
+ return gradeSets[2].set;
37303
+ }
37302
37304
  };
37303
37305
  grades.keysForGrade = keysForGrade;
37304
37306
  var ALL_KEYS = [].concat((0, _toConsumableArray2$4["default"])(Object.values(basicOperators)), (0, _toConsumableArray2$4["default"])(Object.values(comparison$1)), (0, _toConsumableArray2$4["default"])(Object.values(constants)), (0, _toConsumableArray2$4["default"])(Object.values(_digits$1["default"])), (0, _toConsumableArray2$4["default"])(Object.values(exponent$1)), (0, _toConsumableArray2$4["default"])(Object.values(fractions$1)), (0, _toConsumableArray2$4["default"])(Object.values(geometry)), (0, _toConsumableArray2$4["default"])(Object.values(log$4)), (0, _toConsumableArray2$4["default"])(Object.values(matrices)), (0, _toConsumableArray2$4["default"])(Object.values(misc$1)), (0, _toConsumableArray2$4["default"])(Object.values(operators)), (0, _toConsumableArray2$4["default"])(Object.values(statistics)), (0, _toConsumableArray2$4["default"])(Object.values(subSup)), (0, _toConsumableArray2$4["default"])(Object.values(trigonometry)), (0, _toConsumableArray2$4["default"])(Object.values(vars)));
package/module/index.html CHANGED
@@ -2,7 +2,7 @@
2
2
  <!doctype html>
3
3
  <html>
4
4
  <head>
5
- <title>@pie-element/complex-rubric@2.6.6</title>
5
+ <title>@pie-element/complex-rubric@2.6.7</title>
6
6
  <script
7
7
  type="module"
8
8
  src="https://cdn.jsdelivr.net/npm/@pslb/demo-el@^1.0.0/dist/demo-el/demo-el.esm.js"></script>
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@pie-element/complex-rubric",
3
- "version": "2.6.6",
3
+ "version": "2.6.7",
4
4
  "modules": [
5
5
  {
6
6
  "name": "@pie-lib/pie-toolbox-math-rendering-module",
7
- "version": "1.5.0"
7
+ "version": "1.5.1"
8
8
  },
9
9
  {
10
10
  "name": "@pie-lib/pie-toolbox-module",
package/module/print.html CHANGED
@@ -2,7 +2,7 @@
2
2
  <!doctype html>
3
3
  <html>
4
4
  <head>
5
- <title>@pie-element/complex-rubric@2.6.6</title>
5
+ <title>@pie-element/complex-rubric@2.6.7</title>
6
6
  <link
7
7
  href="https://fonts.googleapis.com/css?family=Roboto&display=swap"
8
8
  rel="stylesheet"
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.5.0/module/index.js";
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.5.1/module/index.js";
2
2
  import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@4.0.0/module/index.js";
3
3
  function _mergeNamespaces(n, m) {
4
4
  m.forEach(function (e) {
@@ -37298,7 +37298,9 @@ var keysForGrade = function keysForGrade(n) {
37298
37298
  if (match) {
37299
37299
  return match.set || [];
37300
37300
  }
37301
- return gradeSets[2].set;
37301
+ if (n !== 'language') {
37302
+ return gradeSets[2].set;
37303
+ }
37302
37304
  };
37303
37305
  grades.keysForGrade = keysForGrade;
37304
37306
  var ALL_KEYS = [].concat((0, _toConsumableArray2$4["default"])(Object.values(basicOperators)), (0, _toConsumableArray2$4["default"])(Object.values(comparison$1)), (0, _toConsumableArray2$4["default"])(Object.values(constants)), (0, _toConsumableArray2$4["default"])(Object.values(_digits$1["default"])), (0, _toConsumableArray2$4["default"])(Object.values(exponent$1)), (0, _toConsumableArray2$4["default"])(Object.values(fractions$1)), (0, _toConsumableArray2$4["default"])(Object.values(geometry)), (0, _toConsumableArray2$4["default"])(Object.values(log$4)), (0, _toConsumableArray2$4["default"])(Object.values(matrices)), (0, _toConsumableArray2$4["default"])(Object.values(misc$1)), (0, _toConsumableArray2$4["default"])(Object.values(operators)), (0, _toConsumableArray2$4["default"])(Object.values(statistics)), (0, _toConsumableArray2$4["default"])(Object.values(subSup)), (0, _toConsumableArray2$4["default"])(Object.values(trigonometry)), (0, _toConsumableArray2$4["default"])(Object.values(vars)));
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.6.7",
4
+ "version": "2.6.8",
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.6.4",
11
- "@pie-element/rubric": "^3.6.2",
10
+ "@pie-element/multi-trait-rubric": "^3.6.5",
11
+ "@pie-element/rubric": "^3.6.3",
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": "2939e10bb564b2874799a8c2ffe28c05612bee6e",
18
+ "gitHead": "1ba3955d9127e7bf938034ae9afd58e08e2b5487",
19
19
  "scripts": {
20
20
  "postpublish": "../../scripts/postpublish"
21
21
  },