@mcurros2/microm 1.1.423-0 → 1.1.424-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/dist/index.js +14 -15
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4362,6 +4362,20 @@ function $896277638843ba48$export$894a0a0a56a800a7() {
|
|
|
4362
4362
|
return new Promise((resolve)=>{
|
|
4363
4363
|
let confirmed = false;
|
|
4364
4364
|
modals.open({
|
|
4365
|
+
modalProps: {
|
|
4366
|
+
title: /*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsxs)((0, $b4te3$mantinecore.Group), {
|
|
4367
|
+
children: [
|
|
4368
|
+
/*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$tablericonsreact.IconAlertTriangle), {
|
|
4369
|
+
size: "1.5rem"
|
|
4370
|
+
}),
|
|
4371
|
+
" ",
|
|
4372
|
+
/*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$mantinecore.Text), {
|
|
4373
|
+
fw: 700,
|
|
4374
|
+
children: $896277638843ba48$export$f5e2cdf14a0d5fe.warningTitle
|
|
4375
|
+
})
|
|
4376
|
+
]
|
|
4377
|
+
})
|
|
4378
|
+
},
|
|
4365
4379
|
content: /*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsx)((0, $j7Y9b.ConfirmAndExecutePanel), {
|
|
4366
4380
|
content: /*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsxs)((0, $b4te3$mantinecore.Stack), {
|
|
4367
4381
|
spacing: "xs",
|
|
@@ -4369,7 +4383,6 @@ function $896277638843ba48$export$894a0a0a56a800a7() {
|
|
|
4369
4383
|
warning,
|
|
4370
4384
|
/*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$mantinecore.Text), {
|
|
4371
4385
|
size: "sm",
|
|
4372
|
-
fw: 700,
|
|
4373
4386
|
children: $896277638843ba48$export$f5e2cdf14a0d5fe.doYouWantToContinueLabel
|
|
4374
4387
|
})
|
|
4375
4388
|
]
|
|
@@ -4385,20 +4398,6 @@ function $896277638843ba48$export$894a0a0a56a800a7() {
|
|
|
4385
4398
|
await modals.close();
|
|
4386
4399
|
}
|
|
4387
4400
|
}),
|
|
4388
|
-
modalProps: {
|
|
4389
|
-
title: /*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsxs)((0, $b4te3$mantinecore.Group), {
|
|
4390
|
-
spacing: "xs",
|
|
4391
|
-
children: [
|
|
4392
|
-
/*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$tablericonsreact.IconAlertTriangle), {
|
|
4393
|
-
size: "1.25rem"
|
|
4394
|
-
}),
|
|
4395
|
-
/*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$mantinecore.Text), {
|
|
4396
|
-
fw: 700,
|
|
4397
|
-
children: $896277638843ba48$export$f5e2cdf14a0d5fe.warningTitle
|
|
4398
|
-
})
|
|
4399
|
-
]
|
|
4400
|
-
})
|
|
4401
|
-
},
|
|
4402
4401
|
// single resolution point: fires on any close, so an external close counts as cancel
|
|
4403
4402
|
onClosed: ()=>resolve(confirmed)
|
|
4404
4403
|
});
|