@mamrp/components 1.7.10 → 1.7.11
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1522,7 +1522,7 @@ var JalaliDatePicker = ({
|
|
|
1522
1522
|
import_material9.IconButton,
|
|
1523
1523
|
{
|
|
1524
1524
|
onClick: () => props.onMonthChange(
|
|
1525
|
-
props.currentMonth.clone().subtract(1, "
|
|
1525
|
+
props.currentMonth.clone().subtract(1, "jmonth"),
|
|
1526
1526
|
"left"
|
|
1527
1527
|
),
|
|
1528
1528
|
title: "\u0645\u0627\u0647 \u0642\u0628\u0644"
|
|
@@ -1545,7 +1545,7 @@ var JalaliDatePicker = ({
|
|
|
1545
1545
|
import_material9.IconButton,
|
|
1546
1546
|
{
|
|
1547
1547
|
onClick: () => props.onMonthChange(
|
|
1548
|
-
props.currentMonth.clone().add(1, "
|
|
1548
|
+
props.currentMonth.clone().add(1, "jmonth"),
|
|
1549
1549
|
"right"
|
|
1550
1550
|
),
|
|
1551
1551
|
title: "\u0645\u0627\u0647 \u0628\u0639\u062F"
|