szld-libs 0.3.82 → 0.3.83

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.
@@ -347,7 +347,7 @@ function useUniversalTable() {
347
347
  ...obj
348
348
  };
349
349
  modal.confirm({
350
- title: title || "",
350
+ title: title || (deleteItem == null ? void 0 : deleteItem["title"]) || "",
351
351
  icon: null,
352
352
  okType: "danger",
353
353
  okText: okText || "",
@@ -348,7 +348,7 @@ function useUniversalTable() {
348
348
  ...obj
349
349
  };
350
350
  modal.confirm({
351
- title: title || "",
351
+ title: title || (deleteItem == null ? void 0 : deleteItem["title"]) || "",
352
352
  icon: null,
353
353
  okType: "danger",
354
354
  okText: okText || "",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "szld-libs",
3
3
  "private": false,
4
- "version": "0.3.82",
4
+ "version": "0.3.83",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",