@mamrp/components 1.7.64 → 1.7.65
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 +10 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +20 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1726,7 +1726,16 @@ var DateTimePickerComponent = ({
|
|
|
1726
1726
|
day && toPersianDigits(day)
|
|
1727
1727
|
))
|
|
1728
1728
|
)),
|
|
1729
|
-
/* @__PURE__ */ React.createElement(import_material11.Divider, null)
|
|
1729
|
+
/* @__PURE__ */ React.createElement(import_material11.Divider, null),
|
|
1730
|
+
/* @__PURE__ */ React.createElement(import_material11.DialogActions, { sx: { px: 2, py: 2 } }, /* @__PURE__ */ React.createElement(
|
|
1731
|
+
import_material11.Button,
|
|
1732
|
+
{
|
|
1733
|
+
variant: "contained",
|
|
1734
|
+
onClick: handleConfirm,
|
|
1735
|
+
startIcon: /* @__PURE__ */ React.createElement(import_common.Check, null)
|
|
1736
|
+
},
|
|
1737
|
+
"\u062A\u0627\u06CC\u06CC\u062F"
|
|
1738
|
+
))
|
|
1730
1739
|
));
|
|
1731
1740
|
};
|
|
1732
1741
|
|