@elice/material-runbox 1.240306.0 → 1.240401.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.
|
@@ -143,6 +143,15 @@ const MaterialRunboxContent = ({
|
|
|
143
143
|
}, {
|
|
144
144
|
signal
|
|
145
145
|
}),
|
|
146
|
+
runboxApiQuota: ({
|
|
147
|
+
id,
|
|
148
|
+
signal
|
|
149
|
+
}) => materialRunboxApi.runbox.runboxRunboxIdQuotaGet({
|
|
150
|
+
runboxId: id,
|
|
151
|
+
eliceCourseId: courseId
|
|
152
|
+
}, {
|
|
153
|
+
signal
|
|
154
|
+
}),
|
|
146
155
|
locale: locale,
|
|
147
156
|
onRunboxRefetchRequest: refetch
|
|
148
157
|
}, React.createElement(StyledRunboxContainer, null, React.createElement(MaterialRunboxHeader.default, Object.assign({}, props)), React.createElement(MaterialRunboxBody.default, Object.assign({}, props)), React.createElement(MaterialRunboxFooter.default, Object.assign({}, props)))));
|
|
@@ -139,6 +139,15 @@ const MaterialRunboxContent = ({
|
|
|
139
139
|
}, {
|
|
140
140
|
signal
|
|
141
141
|
}),
|
|
142
|
+
runboxApiQuota: ({
|
|
143
|
+
id,
|
|
144
|
+
signal
|
|
145
|
+
}) => materialRunboxApi.runbox.runboxRunboxIdQuotaGet({
|
|
146
|
+
runboxId: id,
|
|
147
|
+
eliceCourseId: courseId
|
|
148
|
+
}, {
|
|
149
|
+
signal
|
|
150
|
+
}),
|
|
142
151
|
locale: locale,
|
|
143
152
|
onRunboxRefetchRequest: refetch
|
|
144
153
|
}, React.createElement(StyledRunboxContainer, null, React.createElement(MaterialRunboxHeader, Object.assign({}, props)), React.createElement(MaterialRunboxBody, Object.assign({}, props)), React.createElement(MaterialRunboxFooter, Object.assign({}, props)))));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elice/material-runbox",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.240401.0",
|
|
4
4
|
"description": "User view and editing components of Elice material runbox",
|
|
5
5
|
"repository": "https://git.elicer.io/elice/frontend/library/elice-material",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
"tslib": "^2.6.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@elice/material-shared-types": "1.
|
|
55
|
-
"@elice/material-shared-utils": "1.
|
|
54
|
+
"@elice/material-shared-types": "1.240401.0",
|
|
55
|
+
"@elice/material-shared-utils": "1.240401.0",
|
|
56
56
|
"@elice/mui-elements": "^5.231130.0",
|
|
57
57
|
"@elice/mui-system": "^5.230815.0",
|
|
58
58
|
"@elice/mui-x-snackbar": "^5.231130.0",
|
|
59
|
-
"@elice/openapi-client-material-runbox": "1.
|
|
60
|
-
"@elice/runbox-client": "
|
|
59
|
+
"@elice/openapi-client-material-runbox": "1.240328.0",
|
|
60
|
+
"@elice/runbox-client": "1.240401.0",
|
|
61
61
|
"@elice/types": "^1.240129.0",
|
|
62
62
|
"@emotion/react": "^11.10.5",
|
|
63
63
|
"@emotion/styled": "^11.10.5",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"react-intl": "^5.20.10",
|
|
75
75
|
"react-use": "^17.2.4"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "c3c7c033d7524e3d16328399010562ca6c2c3286"
|
|
78
78
|
}
|