@mamrp/components 1.0.10 → 1.0.12
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 +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -2505,7 +2505,7 @@ var import_DialogActions3 = __toESM(require("@mui/material/DialogActions"));
|
|
|
2505
2505
|
var import_DialogContent5 = __toESM(require("@mui/material/DialogContent"));
|
|
2506
2506
|
var import_DialogTitle5 = __toESM(require("@mui/material/DialogTitle"));
|
|
2507
2507
|
var import_material14 = require("@mui/material");
|
|
2508
|
-
var
|
|
2508
|
+
var import_common2 = require("@mamrp/icons/common");
|
|
2509
2509
|
var import_md3 = require("react-icons/md");
|
|
2510
2510
|
function ConfirmationDialog2({
|
|
2511
2511
|
open,
|
|
@@ -2525,7 +2525,7 @@ function ConfirmationDialog2({
|
|
|
2525
2525
|
alignItems: "center",
|
|
2526
2526
|
gap: 1
|
|
2527
2527
|
},
|
|
2528
|
-
/* @__PURE__ */ React14.createElement(
|
|
2528
|
+
/* @__PURE__ */ React14.createElement(import_common2.Delete, { style: { color: "red" }, size: 18 }),
|
|
2529
2529
|
headerText
|
|
2530
2530
|
), /* @__PURE__ */ React14.createElement(
|
|
2531
2531
|
import_material14.IconButton,
|
|
@@ -2563,7 +2563,7 @@ function ConfirmationDialog2({
|
|
|
2563
2563
|
variant: "contained",
|
|
2564
2564
|
color: "error",
|
|
2565
2565
|
sx: { minWidth: "120px" },
|
|
2566
|
-
startIcon: isLoading ? /* @__PURE__ */ React14.createElement(import_material14.CircularProgress, { sx: { color: "white" }, size: 20 }) : /* @__PURE__ */ React14.createElement(
|
|
2566
|
+
startIcon: isLoading ? /* @__PURE__ */ React14.createElement(import_material14.CircularProgress, { sx: { color: "white" }, size: 20 }) : /* @__PURE__ */ React14.createElement(import_common2.Delete, { size: 16 })
|
|
2567
2567
|
},
|
|
2568
2568
|
"\u062D\u0630\u0641"
|
|
2569
2569
|
),
|
|
@@ -2630,7 +2630,7 @@ var import_material16 = require("@mui/material");
|
|
|
2630
2630
|
var import_Stack = __toESM(require("@mui/material/Stack"));
|
|
2631
2631
|
var import_system5 = require("@mui/system");
|
|
2632
2632
|
var React16 = __toESM(require("react"));
|
|
2633
|
-
var
|
|
2633
|
+
var import_fa5 = require("react-icons/fa");
|
|
2634
2634
|
function PaginationList({
|
|
2635
2635
|
currentPage,
|
|
2636
2636
|
setCurrentPage,
|
|
@@ -2674,7 +2674,7 @@ function PaginationList({
|
|
|
2674
2674
|
justifyContent: "center"
|
|
2675
2675
|
},
|
|
2676
2676
|
size: "large",
|
|
2677
|
-
startIcon: /* @__PURE__ */ React16.createElement(
|
|
2677
|
+
startIcon: /* @__PURE__ */ React16.createElement(import_fa5.FaChevronRight, null)
|
|
2678
2678
|
},
|
|
2679
2679
|
"\u0642\u0628\u0644\u06CC",
|
|
2680
2680
|
" "
|
|
@@ -2715,7 +2715,7 @@ function PaginationList({
|
|
|
2715
2715
|
justifyContent: "center"
|
|
2716
2716
|
},
|
|
2717
2717
|
size: "large",
|
|
2718
|
-
endIcon: /* @__PURE__ */ React16.createElement(
|
|
2718
|
+
endIcon: /* @__PURE__ */ React16.createElement(import_fa5.FaChevronLeft, null)
|
|
2719
2719
|
},
|
|
2720
2720
|
"\u0628\u0639\u062F\u06CC",
|
|
2721
2721
|
" "
|