@elice/material-runbox 1.230522.2 → 1.230616.0-muisystem.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/cjs/components/material-runbox/actions/MaterialRunboxActionGrade.js +1 -1
- package/cjs/components/material-runbox/actions/MaterialRunboxActionReset.js +2 -2
- package/cjs/components/material-runbox/actions/MaterialRunboxActionRestart.js +1 -1
- package/es/components/material-runbox/actions/MaterialRunboxActionGrade.js +1 -1
- package/es/components/material-runbox/actions/MaterialRunboxActionReset.js +2 -2
- package/es/components/material-runbox/actions/MaterialRunboxActionRestart.js +1 -1
- package/package.json +6 -6
|
@@ -234,7 +234,7 @@ var MaterialRunboxActionGrade = function MaterialRunboxActionGrade(_ref5) {
|
|
|
234
234
|
readOnly: true,
|
|
235
235
|
rows: 20
|
|
236
236
|
}))), React__default["default"].createElement(material.DialogActions, null, React__default["default"].createElement(material.Button, {
|
|
237
|
-
color: "
|
|
237
|
+
color: "inherit",
|
|
238
238
|
disabled: isActionLoading,
|
|
239
239
|
onClick: handleGradeResultDialogClose
|
|
240
240
|
}, React__default["default"].createElement(reactIntl.FormattedMessage, {
|
|
@@ -111,7 +111,7 @@ var MaterialRunboxActionReset = function MaterialRunboxActionReset(_ref) {
|
|
|
111
111
|
var isResetType = (lastCommand === null || lastCommand === void 0 ? void 0 : lastCommand.commandType) === openapiClientMaterialRunbox.CommandType.ProjectFileReset;
|
|
112
112
|
return React__default["default"].createElement(lab.LoadingButton, {
|
|
113
113
|
variant: "contained",
|
|
114
|
-
color: "
|
|
114
|
+
color: "inherit",
|
|
115
115
|
loading: isActionLoading || isLastCommandRunning && isResetType,
|
|
116
116
|
disabled: !isRunboxRunning || isLastCommandRunning,
|
|
117
117
|
size: "small",
|
|
@@ -138,7 +138,7 @@ var MaterialRunboxActionReset = function MaterialRunboxActionReset(_ref) {
|
|
|
138
138
|
}, React__default["default"].createElement(reactIntl.FormattedMessage, {
|
|
139
139
|
id: "runbox.action.reset.dialog.description"
|
|
140
140
|
}))), React__default["default"].createElement(material.DialogActions, null, React__default["default"].createElement(material.Button, {
|
|
141
|
-
color: "
|
|
141
|
+
color: "inherit",
|
|
142
142
|
disabled: isActionLoading,
|
|
143
143
|
onClick: handleConfirmDialogClose
|
|
144
144
|
}, React__default["default"].createElement(reactIntl.FormattedMessage, {
|
|
@@ -99,7 +99,7 @@ var MaterialRunboxActionRestart = function MaterialRunboxActionRestart(_ref) {
|
|
|
99
99
|
}, React__default["default"].createElement(reactIntl.FormattedMessage, {
|
|
100
100
|
id: "runbox.action.restart.dialog.description"
|
|
101
101
|
}))), React__default["default"].createElement(material.DialogActions, null, React__default["default"].createElement(material.Button, {
|
|
102
|
-
color: "
|
|
102
|
+
color: "inherit",
|
|
103
103
|
disabled: isActionLoading,
|
|
104
104
|
onClick: handleConfirmDialogClose
|
|
105
105
|
}, React__default["default"].createElement(reactIntl.FormattedMessage, {
|
|
@@ -225,7 +225,7 @@ var MaterialRunboxActionGrade = function MaterialRunboxActionGrade(_ref5) {
|
|
|
225
225
|
readOnly: true,
|
|
226
226
|
rows: 20
|
|
227
227
|
}))), React.createElement(DialogActions, null, React.createElement(Button, {
|
|
228
|
-
color: "
|
|
228
|
+
color: "inherit",
|
|
229
229
|
disabled: isActionLoading,
|
|
230
230
|
onClick: handleGradeResultDialogClose
|
|
231
231
|
}, React.createElement(FormattedMessage, {
|
|
@@ -103,7 +103,7 @@ var MaterialRunboxActionReset = function MaterialRunboxActionReset(_ref) {
|
|
|
103
103
|
var isResetType = (lastCommand === null || lastCommand === void 0 ? void 0 : lastCommand.commandType) === CommandType.ProjectFileReset;
|
|
104
104
|
return React.createElement(LoadingButton, {
|
|
105
105
|
variant: "contained",
|
|
106
|
-
color: "
|
|
106
|
+
color: "inherit",
|
|
107
107
|
loading: isActionLoading || isLastCommandRunning && isResetType,
|
|
108
108
|
disabled: !isRunboxRunning || isLastCommandRunning,
|
|
109
109
|
size: "small",
|
|
@@ -130,7 +130,7 @@ var MaterialRunboxActionReset = function MaterialRunboxActionReset(_ref) {
|
|
|
130
130
|
}, React.createElement(FormattedMessage, {
|
|
131
131
|
id: "runbox.action.reset.dialog.description"
|
|
132
132
|
}))), React.createElement(DialogActions, null, React.createElement(Button, {
|
|
133
|
-
color: "
|
|
133
|
+
color: "inherit",
|
|
134
134
|
disabled: isActionLoading,
|
|
135
135
|
onClick: handleConfirmDialogClose
|
|
136
136
|
}, React.createElement(FormattedMessage, {
|
|
@@ -91,7 +91,7 @@ var MaterialRunboxActionRestart = function MaterialRunboxActionRestart(_ref) {
|
|
|
91
91
|
}, React.createElement(FormattedMessage, {
|
|
92
92
|
id: "runbox.action.restart.dialog.description"
|
|
93
93
|
}))), React.createElement(DialogActions, null, React.createElement(Button, {
|
|
94
|
-
color: "
|
|
94
|
+
color: "inherit",
|
|
95
95
|
disabled: isActionLoading,
|
|
96
96
|
onClick: handleConfirmDialogClose
|
|
97
97
|
}, React.createElement(FormattedMessage, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elice/material-runbox",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.230616.0-muisystem.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",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"clean": "del-cli \"es/*\" \"cjs/*\" \"dist/*\""
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@elice/design-system": "^2.230411.0",
|
|
33
32
|
"@elice/material-shared-types": "*",
|
|
34
33
|
"@elice/material-shared-utils": "*",
|
|
34
|
+
"@elice/mui-system": "^5.230613.0-rc.1",
|
|
35
35
|
"@elice/openapi-client-material-runbox": "^1.230516.0",
|
|
36
36
|
"@elice/runbox-client": "^1.230412.0",
|
|
37
37
|
"@emotion/react": "^11.10.5",
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"tslib": "^2.3.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@elice/
|
|
56
|
-
"@elice/material-shared-
|
|
57
|
-
"@elice/
|
|
55
|
+
"@elice/material-shared-types": "1.230616.0-muisystem.0",
|
|
56
|
+
"@elice/material-shared-utils": "1.230616.0-muisystem.0",
|
|
57
|
+
"@elice/mui-system": "^5.230613.0-rc.1",
|
|
58
58
|
"@elice/openapi-client-material-runbox": "^1.230516.0",
|
|
59
59
|
"@elice/runbox-client": "^1.230412.0",
|
|
60
60
|
"@emotion/react": "^11.10.5",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"react-intl": "^5.20.10",
|
|
72
72
|
"react-use": "^17.2.4"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "b080c26e7dfe5c5d271f57dbab2eb65e914b81d3"
|
|
75
75
|
}
|