cloudmr-ux 1.2.0 → 1.2.2
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.mjs +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -785,9 +785,9 @@ function CmrNameDialog(props) {
|
|
|
785
785
|
maxWidth: "xs",
|
|
786
786
|
children: [
|
|
787
787
|
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_DialogTitle2.default, { children: /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(import_material8.Typography, { children: [
|
|
788
|
-
|
|
788
|
+
' Rename "',
|
|
789
789
|
originalName,
|
|
790
|
-
" as:
|
|
790
|
+
'" as:'
|
|
791
791
|
] }) }),
|
|
792
792
|
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_DialogContent2.default, { children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
793
793
|
import_TextField2.default,
|
|
@@ -1165,8 +1165,8 @@ var CMRSelectUpload = (props) => {
|
|
|
1165
1165
|
}
|
|
1166
1166
|
) }),
|
|
1167
1167
|
/* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_Box3.default, { sx: { pt: 2, justifyContent: "center", display: "flex", padding: "8px" }, children: [
|
|
1168
|
-
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_material12.Button, { fullWidth: true, variant: "outlined",
|
|
1169
|
-
fileIndex !== -1 && !uploading && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_material12.Button, { fullWidth: true, sx: {
|
|
1168
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_material12.Button, { fullWidth: true, variant: "outlined", sx: { marginRight: "8px" }, onClick: handleClose, children: "Cancel" }),
|
|
1169
|
+
fileIndex !== -1 && !uploading && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_material12.Button, { fullWidth: true, sx: { marginLeft: "8px" }, variant: "contained", onClick: onSet, children: "OK" }),
|
|
1170
1170
|
fileIndex == -1 && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
1171
1171
|
Upload_default,
|
|
1172
1172
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -738,9 +738,9 @@ function CmrNameDialog(props) {
|
|
|
738
738
|
maxWidth: "xs",
|
|
739
739
|
children: [
|
|
740
740
|
/* @__PURE__ */ jsx11(DialogTitle2, { children: /* @__PURE__ */ jsxs7(Typography2, { children: [
|
|
741
|
-
|
|
741
|
+
' Rename "',
|
|
742
742
|
originalName,
|
|
743
|
-
" as:
|
|
743
|
+
'" as:'
|
|
744
744
|
] }) }),
|
|
745
745
|
/* @__PURE__ */ jsx11(DialogContent2, { children: /* @__PURE__ */ jsx11(
|
|
746
746
|
TextField2,
|
|
@@ -1118,8 +1118,8 @@ var CMRSelectUpload = (props) => {
|
|
|
1118
1118
|
}
|
|
1119
1119
|
) }),
|
|
1120
1120
|
/* @__PURE__ */ jsxs12(Box4, { sx: { pt: 2, justifyContent: "center", display: "flex", padding: "8px" }, children: [
|
|
1121
|
-
/* @__PURE__ */ jsx19(Button4, { fullWidth: true, variant: "outlined",
|
|
1122
|
-
fileIndex !== -1 && !uploading && /* @__PURE__ */ jsx19(Button4, { fullWidth: true, sx: {
|
|
1121
|
+
/* @__PURE__ */ jsx19(Button4, { fullWidth: true, variant: "outlined", sx: { marginRight: "8px" }, onClick: handleClose, children: "Cancel" }),
|
|
1122
|
+
fileIndex !== -1 && !uploading && /* @__PURE__ */ jsx19(Button4, { fullWidth: true, sx: { marginLeft: "8px" }, variant: "contained", onClick: onSet, children: "OK" }),
|
|
1123
1123
|
fileIndex == -1 && /* @__PURE__ */ jsx19(
|
|
1124
1124
|
Upload_default,
|
|
1125
1125
|
{
|