z-ui-pc 1.2.3 → 1.2.4
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.d.ts +1 -1
- package/dist/index.js +4 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -103,7 +103,7 @@ export declare function $error(message: unknown, options?: MessageOptions): void
|
|
|
103
103
|
*/
|
|
104
104
|
export declare function $loadingConfirm(content: string, callBack: () => Promise<void> | void, options?: ElMessageBoxOptions): Promise<boolean | undefined>;
|
|
105
105
|
|
|
106
|
-
export declare function $success(message: string): void;
|
|
106
|
+
export declare function $success(message: string, options?: MessageOptions): void;
|
|
107
107
|
|
|
108
108
|
export declare function $warning(message: string, options?: MessageOptions): void;
|
|
109
109
|
|
package/dist/index.js
CHANGED
|
@@ -2198,11 +2198,12 @@ const Nu = (t) => {
|
|
|
2198
2198
|
], 512));
|
|
2199
2199
|
}
|
|
2200
2200
|
}), Ku = /* @__PURE__ */ Z(ju, [["__scopeId", "data-v-d7f8b755"]]);
|
|
2201
|
-
function Xu(t) {
|
|
2201
|
+
function Xu(t, e) {
|
|
2202
2202
|
Xt.success({
|
|
2203
2203
|
message: t,
|
|
2204
2204
|
plain: !0,
|
|
2205
|
-
grouping: !0
|
|
2205
|
+
grouping: !0,
|
|
2206
|
+
...e
|
|
2206
2207
|
});
|
|
2207
2208
|
}
|
|
2208
2209
|
function sc(t, e) {
|
|
@@ -7655,7 +7656,7 @@ const ti = { class: "custom-column__container" }, oi = /* @__PURE__ */ M({
|
|
|
7655
7656
|
}, Ii = (t) => ({
|
|
7656
7657
|
...ki,
|
|
7657
7658
|
...t ?? {}
|
|
7658
|
-
}), Gi = "1.2.
|
|
7659
|
+
}), Gi = "1.2.4", Ni = {
|
|
7659
7660
|
version: Gi
|
|
7660
7661
|
};
|
|
7661
7662
|
function gc(t, e, o) {
|