@pie-element/math-templated 2.19.7-next.9 → 2.20.0
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 +12 -0
- package/configure/CHANGELOG.md +12 -0
- package/configure/package.json +2 -2
- package/controller/CHANGELOG.md +12 -0
- package/controller/package.json +2 -2
- package/module/configure.js +28 -3
- package/module/element.js +21952 -21920
- package/module/manifest.json +1 -1
- package/module/print.js +21952 -21920
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.20.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated@2.19.6...@pie-element/math-templated@2.20.0) (2024-07-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-2451, PD-3950, PD-3845 ([278d705](https://github.com/pie-framework/pie-elements/commit/278d7052dc7c17796ba196a2e397739e2e882b7f))
|
|
12
|
+
* update pie-lib/pie-toolbox PD-3944, PD-3946, Pd-2450 ([ac34d93](https://github.com/pie-framework/pie-elements/commit/ac34d93fcc97e79cacddcd38c7509f3c96b69976))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
## [2.19.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated@2.19.5...@pie-element/math-templated@2.19.6) (2024-07-19)
|
|
7
19
|
|
|
8
20
|
|
package/configure/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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
|
+
# [1.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-configure@1.8.6...@pie-element/math-templated-configure@1.9.0) (2024-07-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-2451, PD-3950, PD-3845 ([278d705](https://github.com/pie-framework/pie-elements/commit/278d7052dc7c17796ba196a2e397739e2e882b7f))
|
|
12
|
+
* update pie-lib/pie-toolbox PD-3944, PD-3946, Pd-2450 ([ac34d93](https://github.com/pie-framework/pie-elements/commit/ac34d93fcc97e79cacddcd38c7509f3c96b69976))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
## [1.8.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-configure@1.8.5...@pie-element/math-templated-configure@1.8.6) (2024-07-19)
|
|
7
19
|
|
|
8
20
|
|
package/configure/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/math-templated-configure",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.9.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "src/index.js",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@material-ui/core": "^3.9.2",
|
|
10
10
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
11
|
-
"@pie-lib/pie-toolbox": "1.
|
|
11
|
+
"@pie-lib/pie-toolbox": "1.28.0",
|
|
12
12
|
"debug": "^3.1.0",
|
|
13
13
|
"lodash": "^4.17.15",
|
|
14
14
|
"prop-types": "^15.6.2",
|
package/controller/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-controller@2.16.6...@pie-element/math-templated-controller@2.17.0) (2024-07-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-2451, PD-3950, PD-3845 ([278d705](https://github.com/pie-framework/pie-elements/commit/278d7052dc7c17796ba196a2e397739e2e882b7f))
|
|
12
|
+
* update pie-lib/pie-toolbox PD-3944, PD-3946, Pd-2450 ([ac34d93](https://github.com/pie-framework/pie-elements/commit/ac34d93fcc97e79cacddcd38c7509f3c96b69976))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
## [2.16.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-controller@2.16.5...@pie-element/math-templated-controller@2.16.6) (2024-07-19)
|
|
7
19
|
|
|
8
20
|
|
package/controller/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/math-templated-controller",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.17.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "src/index.js",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@pie-framework/math-validation": "^1.2.2",
|
|
10
|
-
"@pie-lib/pie-toolbox": "1.
|
|
10
|
+
"@pie-lib/pie-toolbox": "1.28.0",
|
|
11
11
|
"debug": "^3.1.0",
|
|
12
12
|
"lodash": "^4.17.15"
|
|
13
13
|
},
|
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} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.20.0/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_math_toolbar, _dll_pie_lib__pie_toolbox_editable_html} from "../../../@pie-lib/pie-toolbox-module@4.12.0/module/index.js";
|
|
3
3
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
4
4
|
function getDefaultExportFromCjs(x) {
|
|
@@ -42319,7 +42319,7 @@ var _interopRequireDefault$r = interopRequireDefault.exports;
|
|
|
42319
42319
|
Object.defineProperty(color, "__esModule", {
|
|
42320
42320
|
value: true
|
|
42321
42321
|
});
|
|
42322
|
-
color.white = color.v = color.text = 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.disabledSecondary = color.disabled = color.defaults = color.correctWithIcon = color.correctSecondary = color.correct = color.black = color.background = void 0;
|
|
42322
|
+
color.white = color.v = color.transparent = color.text = 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.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;
|
|
42323
42323
|
var _green = _interopRequireDefault$r(green$1);
|
|
42324
42324
|
var _orange = _interopRequireDefault$r(orange$1);
|
|
42325
42325
|
var _pink = _interopRequireDefault$r(pink$1);
|
|
@@ -42344,9 +42344,14 @@ var defaults$1 = {
|
|
|
42344
42344
|
SECONDARY_LIGHT: _pink["default"][200],
|
|
42345
42345
|
SECONDARY_DARK: _pink["default"][900],
|
|
42346
42346
|
BACKGROUND: 'rgba(255,255,255,0)',
|
|
42347
|
+
BACKGROUND_DARK: '#ECEDF1',
|
|
42347
42348
|
SECONDARY_BACKGROUND: 'rgba(241,241,241,1)',
|
|
42349
|
+
BORDER: '#9A9A9A',
|
|
42350
|
+
BORDER_LIGHT: '#D1D1D1',
|
|
42351
|
+
BORDER_DARK: '#646464',
|
|
42348
42352
|
BLACK: '#000000',
|
|
42349
|
-
WHITE: '#ffffff'
|
|
42353
|
+
WHITE: '#ffffff',
|
|
42354
|
+
TRANSPARENT: 'transparent'
|
|
42350
42355
|
};
|
|
42351
42356
|
color.defaults = defaults$1;
|
|
42352
42357
|
Object.freeze(defaults$1);
|
|
@@ -42443,10 +42448,26 @@ var background = function background() {
|
|
|
42443
42448
|
return pv('background', defaults$1.BACKGROUND);
|
|
42444
42449
|
};
|
|
42445
42450
|
color.background = background;
|
|
42451
|
+
var backgroundDark = function backgroundDark() {
|
|
42452
|
+
return pv('background-dark', defaults$1.BACKGROUND_DARK);
|
|
42453
|
+
};
|
|
42454
|
+
color.backgroundDark = backgroundDark;
|
|
42446
42455
|
var secondaryBackground = function secondaryBackground() {
|
|
42447
42456
|
return pv('secondary-background', defaults$1.SECONDARY_BACKGROUND);
|
|
42448
42457
|
};
|
|
42449
42458
|
color.secondaryBackground = secondaryBackground;
|
|
42459
|
+
var border = function border() {
|
|
42460
|
+
return pv('border', defaults$1.BORDER);
|
|
42461
|
+
};
|
|
42462
|
+
color.border = border;
|
|
42463
|
+
var borderLight = function borderLight() {
|
|
42464
|
+
return pv('border-light', defaults$1.BORDER_LIGHT);
|
|
42465
|
+
};
|
|
42466
|
+
color.borderLight = borderLight;
|
|
42467
|
+
var borderDark = function borderDark() {
|
|
42468
|
+
return pv('border-dark', defaults$1.BORDER_DARK);
|
|
42469
|
+
};
|
|
42470
|
+
color.borderDark = borderDark;
|
|
42450
42471
|
var black = function black() {
|
|
42451
42472
|
return pv('black', defaults$1.BLACK);
|
|
42452
42473
|
};
|
|
@@ -42455,6 +42476,10 @@ var white = function white() {
|
|
|
42455
42476
|
return pv('white', defaults$1.WHITE);
|
|
42456
42477
|
};
|
|
42457
42478
|
color.white = white;
|
|
42479
|
+
var transparent = function transparent() {
|
|
42480
|
+
return defaults$1.TRANSPARENT;
|
|
42481
|
+
};
|
|
42482
|
+
color.transparent = transparent;
|
|
42458
42483
|
const require$$9$8 = _dll_react;
|
|
42459
42484
|
const require$$11$7 = _dll_classnames;
|
|
42460
42485
|
const require$$12$5 = _dll_prop_types;
|