ztxkutils 2.10.66-43 → 2.10.66-44

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/tools.d.ts CHANGED
@@ -35,7 +35,7 @@ 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
- export declare function exactRound(num: number | string, ratio: number): string | number;
38
+ export declare function exactRound(num: number | string, ratio: number): any;
39
39
  /**
40
40
  * @description 添加千分符符号
41
41
  */
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-47b9bee7.js';
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-05479576.js';
@@ -1,7 +1,7 @@
1
1
  import { useState, useEffect } from 'react';
2
2
  import { createDownloadUrl } from './fileOperation.js';
3
3
  import './authority-7a91cb9f.js';
4
- import './tools-47b9bee7.js';
4
+ import './tools-05479576.js';
5
5
  import './tslib.es6-35653116.js';
6
6
  import 'dayjs';
7
7
  import './crypto-c481f616.js';
package/dist/workflow.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import instance from './i18next.js';
2
2
  import { useEffect } from 'react';
3
- import { g as getUrlSearch } from './tools-47b9bee7.js';
3
+ import { g as getUrlSearch } from './tools-05479576.js';
4
4
  import { WORKFLOW_HIDEFRAME_KEY } from './constants.js';
5
5
  import './tslib.es6-35653116.js';
6
6
  import 'dayjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkutils",
3
- "version": "2.10.66-43",
3
+ "version": "2.10.66-44",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",