szld-libs 0.3.86 → 0.3.87
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/szld-components.es.js +2 -2
- package/dist/szld-components.umd.js +1 -1
- package/es/hooks/useUniversalTable.d.ts +2 -2
- package/es/hooks/useUniversalTable.js +2 -2
- package/es/index.js +7 -2
- package/es/mock/index.js +350 -96
- package/lib/hooks/useUniversalTable.d.ts +2 -2
- package/lib/hooks/useUniversalTable.js +2 -2
- package/lib/index.js +6 -1
- package/lib/mock/index.js +350 -96
- package/package.json +1 -1
|
@@ -27339,10 +27339,10 @@ function vO() {
|
|
|
27339
27339
|
title: S || (N == null ? void 0 : N.title) || "",
|
|
27340
27340
|
icon: null,
|
|
27341
27341
|
okButtonProps: {
|
|
27342
|
-
type:
|
|
27342
|
+
type: z
|
|
27343
27343
|
},
|
|
27344
27344
|
cancelButtonProps: {
|
|
27345
|
-
type:
|
|
27345
|
+
type: P
|
|
27346
27346
|
},
|
|
27347
27347
|
okText: R || "",
|
|
27348
27348
|
cancelText: k || "",
|