ztxkutils 10.0.6 → 10.0.8
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/fileOperation.js +1 -1
- package/dist/hooks.js +1 -1
- package/dist/index.js +1 -1
- package/dist/tools.d.ts +0 -3
- package/dist/tools.js +1 -1
- package/dist/useFileIdToBase64.js +1 -1
- package/dist/workflow.js +1 -1
- package/package.json +1 -1
package/dist/fileOperation.js
CHANGED
package/dist/hooks.js
CHANGED
package/dist/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
export { d as authority } from './authority-7a91cb9f.js';
|
2
2
|
export { d as dataModel } from './dataModel-1fbaff40.js';
|
3
|
-
export { t as tools } from './tools-
|
3
|
+
export { t as tools } from './tools-390e3466.js';
|
4
4
|
export { v as validate } from './validate-18e52490.js';
|
5
5
|
export { r as request } from './request-c0970aae.js';
|
6
6
|
export { r as reqUrl } from './reqUrl-22b880a4.js';
|
package/dist/tools.d.ts
CHANGED
@@ -35,9 +35,6 @@ export declare function times(num1: numType, num2: numType, ...others: numType[]
|
|
35
35
|
* 精确除法
|
36
36
|
*/
|
37
37
|
export declare function divide(num1: numType, num2: numType, ...others: numType[]): number;
|
38
|
-
/**
|
39
|
-
* @description 精确四舍五入后保留几位小数
|
40
|
-
*/
|
41
38
|
export declare function exactRound(num: number | string, ratio: number): string | number;
|
42
39
|
/**
|
43
40
|
* @description 添加千分符符号
|
package/dist/tools.js
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
import './tslib.es6-35653116.js';
|
2
2
|
import 'dayjs';
|
3
|
-
export { S as SHOWFRAME_KEY, h as clearAssignStr, k as copyContent, d as dangerouslySetXss, c as divide, e as exactRound, g as getUrlSearch, j as isEqualByKey, l as loadFileRename, m as minus, p as plus, s as showFrame, a as timeTransfrom, b as times, f as toThousand, i as transformFileSize } from './tools-
|
3
|
+
export { S as SHOWFRAME_KEY, h as clearAssignStr, k as copyContent, d as dangerouslySetXss, c as divide, e as exactRound, g as getUrlSearch, j as isEqualByKey, l as loadFileRename, m as minus, p as plus, s as showFrame, a as timeTransfrom, b as times, f as toThousand, i as transformFileSize } from './tools-390e3466.js';
|
package/dist/workflow.js
CHANGED