@byteluck-fe/runtime-engine 1.2.1 → 1.2.3
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/runtime-engine.js
CHANGED
|
@@ -15767,7 +15767,7 @@ class Fs {
|
|
|
15767
15767
|
payload: i
|
|
15768
15768
|
}
|
|
15769
15769
|
}).then((o) => {
|
|
15770
|
-
o?.includes(!1) ? a && a() : (t && t(), e.options?.success());
|
|
15770
|
+
o?.includes(!1) ? a && a() : (t && t(), e.options?.success(n));
|
|
15771
15771
|
}) : (this.okButtonProps.loading = !1, a && a(), e.options.fail(n));
|
|
15772
15772
|
}).catch(a);
|
|
15773
15773
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare const thousFormat: (value: number | string) => string;
|
|
2
2
|
declare const okToFixed: (num: number | string, precision: number) => string;
|
|
3
|
-
export declare function clearNumber(num: any, precision: number | ''):
|
|
3
|
+
export declare function clearNumber(num: any, precision: number | ''): number | "";
|
|
4
4
|
export { thousFormat, okToFixed };
|