touchstudy-core 0.1.125 → 0.1.126
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/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -4
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -18740,7 +18740,7 @@ var PrintExamResult = function PrintExamResult(_ref) {
|
|
18740
18740
|
fontWeight: 600,
|
18741
18741
|
color: styles.gray_700
|
18742
18742
|
}
|
18743
|
-
}, resultData === null || resultData === void 0 ? void 0 : resultData.teacherName)))))), !isShow || isShow(TabList$2[0].value) && React__default.createElement(material.Stack, {
|
18743
|
+
}, resultData === null || resultData === void 0 ? void 0 : resultData.teacherName)))))), (!isShow || isShow(TabList$2[0].value)) && React__default.createElement(material.Stack, {
|
18744
18744
|
display: "flex",
|
18745
18745
|
flexDirection: "column",
|
18746
18746
|
gap: "12px"
|
@@ -18754,7 +18754,7 @@ var PrintExamResult = function PrintExamResult(_ref) {
|
|
18754
18754
|
data: resultData,
|
18755
18755
|
categories: categoryResponses,
|
18756
18756
|
isStudent: isStudent
|
18757
|
-
})), !isShow || isShow(TabList$2[1].value) && React__default.createElement(material.Stack, {
|
18757
|
+
})), (!isShow || isShow(TabList$2[1].value)) && React__default.createElement(material.Stack, {
|
18758
18758
|
display: "flex",
|
18759
18759
|
flexDirection: "column",
|
18760
18760
|
gap: "12px",
|
@@ -18781,7 +18781,7 @@ var PrintExamResult = function PrintExamResult(_ref) {
|
|
18781
18781
|
series: allSeries[index],
|
18782
18782
|
setIsRendered: setRenderedChart
|
18783
18783
|
});
|
18784
|
-
})), !isShow || isShow(TabList$2[2].value) && React__default.createElement(material.Stack, {
|
18784
|
+
})), (!isShow || isShow(TabList$2[2].value)) && React__default.createElement(material.Stack, {
|
18785
18785
|
display: "flex",
|
18786
18786
|
flexDirection: "column",
|
18787
18787
|
gap: "12px",
|
@@ -18790,7 +18790,7 @@ var PrintExamResult = function PrintExamResult(_ref) {
|
|
18790
18790
|
sx: textStyle
|
18791
18791
|
}, i18n.t(TabList$2[2].label)), React__default.createElement(CompareGrass, {
|
18792
18792
|
effectSize: effectSize
|
18793
|
-
})), !isShow || isShow(TabList$2[3].value) && React__default.createElement(material.Stack, {
|
18793
|
+
})), (!isShow || isShow(TabList$2[3].value)) && React__default.createElement(material.Stack, {
|
18794
18794
|
display: "flex",
|
18795
18795
|
flexDirection: "column",
|
18796
18796
|
gap: "12px",
|