@pie-element/charting 12.1.2-next.1 → 12.1.2-next.11
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/dist/author/charting-config.js +4 -4
- package/dist/author/configure.js +3 -3
- package/dist/author/correct-response.js +4 -4
- package/dist/author/index.d.ts +1 -0
- package/dist/author/index.js +5 -2
- package/dist/author/utils.js +1 -1
- package/dist/browser/author/index.js +2245 -301
- package/dist/browser/author/index.js.map +1 -1
- package/dist/browser/{chart-AvFvbpGV.js → chart-CqKCTwCe.js} +29051 -27671
- package/dist/browser/chart-CqKCTwCe.js.map +1 -0
- package/dist/browser/controller/index.js +3 -3
- package/dist/browser/controller/index.js.map +1 -1
- package/dist/browser/delivery/index.js +104 -86
- package/dist/browser/delivery/index.js.map +1 -1
- package/dist/browser/{dist-CA-Ok7CW.js → dist-D6aoYeoC.js} +6 -2
- package/dist/browser/{dist-CA-Ok7CW.js.map → dist-D6aoYeoC.js.map} +1 -1
- package/dist/controller/index.js +1 -1
- package/dist/delivery/index.d.ts +3 -0
- package/dist/delivery/index.js +25 -7
- package/dist/delivery/main.js +1 -1
- package/dist/index.iife.js +111 -107
- package/package.json +17 -18
- package/dist/browser/chart-AvFvbpGV.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,25 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/charting",
|
|
3
|
-
"version": "12.1.2-next.
|
|
3
|
+
"version": "12.1.2-next.11",
|
|
4
4
|
"description": "",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/pie-framework/pie-elements-ng.git",
|
|
8
|
+
"directory": "packages/elements-react/charting"
|
|
9
|
+
},
|
|
5
10
|
"dependencies": {
|
|
6
11
|
"@emotion/react": "^11.14.0",
|
|
7
12
|
"@emotion/style": "^0.8.0",
|
|
8
13
|
"@mui/icons-material": "^7.3.4",
|
|
9
14
|
"@mui/material": "^7.3.4",
|
|
10
|
-
"@pie-lib/charting": "
|
|
11
|
-
"@pie-lib/correct-answer-toggle": "
|
|
12
|
-
"@pie-lib/render-ui": "6.
|
|
15
|
+
"@pie-lib/charting": "8.0.0-next.35",
|
|
16
|
+
"@pie-lib/correct-answer-toggle": "5.0.0-next.41",
|
|
17
|
+
"@pie-lib/render-ui": "6.2.0-next.41",
|
|
13
18
|
"debug": "^4.1.1",
|
|
14
19
|
"prop-types": "^15.8.1",
|
|
15
|
-
"@pie-lib/config-ui": "
|
|
16
|
-
"@pie-lib/editable-html-tip-tap": "
|
|
17
|
-
"@pie-element/shared-lodash": "0.1.1-next.
|
|
20
|
+
"@pie-lib/config-ui": "14.0.0-next.35",
|
|
21
|
+
"@pie-lib/editable-html-tip-tap": "3.0.0-next.35",
|
|
22
|
+
"@pie-element/shared-lodash": "0.1.1-next.1",
|
|
18
23
|
"@pie-element/shared-configure-events": "0.1.0",
|
|
19
|
-
"@pie-element/shared-math-rendering-mathjax": "0.1.0",
|
|
20
|
-
"@pie-element/shared-controller-utils": "0.1.1-next.
|
|
21
|
-
"@pie-element/shared-player-events": "0.1.0",
|
|
22
|
-
"
|
|
24
|
+
"@pie-element/shared-math-rendering-mathjax": "0.1.1-next.0",
|
|
25
|
+
"@pie-element/shared-controller-utils": "0.1.1-next.2",
|
|
26
|
+
"@pie-element/shared-player-events": "0.1.1-next.0",
|
|
27
|
+
"react": "^18.2.0",
|
|
28
|
+
"react-dom": "^18.2.0"
|
|
23
29
|
},
|
|
24
30
|
"peerDependencies": {
|
|
25
31
|
"react": "^18.0.0",
|
|
@@ -73,13 +79,6 @@
|
|
|
73
79
|
"dist"
|
|
74
80
|
],
|
|
75
81
|
"sideEffects": false,
|
|
76
|
-
"devDependencies": {
|
|
77
|
-
"vite": "^8.0.1",
|
|
78
|
-
"typescript": "^5.9.3",
|
|
79
|
-
"@vitejs/plugin-react": "^6.0.1",
|
|
80
|
-
"@types/react": "^18.2.0",
|
|
81
|
-
"@types/react-dom": "^18.2.0"
|
|
82
|
-
},
|
|
83
82
|
"scripts": {
|
|
84
83
|
"build": "bun x vite build && bun x vite build --config ../../../tools/vite/element-browser.config.ts && bun x vite build --config vite.config.iife.ts && bun x tsc --emitDeclarationOnly",
|
|
85
84
|
"dev": "bun x vite",
|