ztxkutils 2.10.21 → 2.10.23
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 +2 -3
- package/dist/hooks.js +2 -3
- package/dist/index.js +3 -4
- package/dist/print.js +1 -1
- package/dist/{request-5fd66584.js → request-bf07dd24.js} +1 -1
- package/dist/request.js +2 -2
- package/dist/tools-09a4d620.js +2445 -0
- package/dist/tools.js +2 -3
- package/dist/{tslib.es6-f9459658.js → tslib.es6-35653116.js} +1 -1
- package/dist/useFileIdToBase64.js +2 -3
- package/dist/workflow.js +2 -3
- package/package.json +2 -1
- package/dist/authority-09e50ba2.js +0 -421
- package/dist/authority-118dc4b1.js +0 -378
- package/dist/authority-312048ab.js +0 -423
- package/dist/authority-94f6fc41.js +0 -405
- package/dist/reqUrl-4700395b.js +0 -81
- package/dist/reqUrl-a8a85a6a.js +0 -82
- package/dist/request-11942ee4.js +0 -2801
- package/dist/request-3641b630.js +0 -2774
- package/dist/request-5ad0262d.js +0 -2785
- package/dist/request-8e0e6316.js +0 -2774
- package/dist/request-94146afe.js +0 -2774
- package/dist/request-b9c83cab.js +0 -2774
- package/dist/request-f89650d7.js +0 -2774
- package/dist/tools-1e6fe951.js +0 -337
- package/dist/tools-5541a681.js +0 -408
package/dist/fileOperation.js
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
import { g as getToken } from './authority-e6bde99f.js';
|
2
|
-
import { d as dangerouslySetXss } from './tools-
|
3
|
-
import './tslib.es6-
|
2
|
+
import { d as dangerouslySetXss } from './tools-09a4d620.js';
|
3
|
+
import './tslib.es6-35653116.js';
|
4
4
|
import 'dayjs';
|
5
|
-
import 'number-precision';
|
6
5
|
|
7
6
|
/**
|
8
7
|
* @author cyx
|
package/dist/hooks.js
CHANGED
@@ -1,11 +1,10 @@
|
|
1
|
-
import { _ as __assign,
|
1
|
+
import { _ as __assign, b as __awaiter, c as __generator } from './tslib.es6-35653116.js';
|
2
2
|
import { useState, useEffect, useRef, useCallback } from 'react';
|
3
3
|
export { default as useFileIdToBase64 } from './useFileIdToBase64.js';
|
4
4
|
import './fileOperation.js';
|
5
5
|
import './authority-e6bde99f.js';
|
6
|
-
import './tools-
|
6
|
+
import './tools-09a4d620.js';
|
7
7
|
import 'dayjs';
|
8
|
-
import 'number-precision';
|
9
8
|
|
10
9
|
function useTableLinkage(_a) {
|
11
10
|
var records = _a.records, callbackPromise = _a.callbackPromise, dependencies = _a.dependencies, devDependencies = _a.devDependencies;
|
package/dist/index.js
CHANGED
@@ -1,12 +1,11 @@
|
|
1
1
|
export { c as authority } from './authority-e6bde99f.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-09a4d620.js';
|
4
4
|
export { v as validate } from './validate-6e735536.js';
|
5
|
-
export { r as request } from './request-
|
5
|
+
export { r as request } from './request-bf07dd24.js';
|
6
6
|
export { r as reqUrl } from './reqUrl-787dd9e5.js';
|
7
|
-
import './tslib.es6-
|
7
|
+
import './tslib.es6-35653116.js';
|
8
8
|
import 'dayjs';
|
9
|
-
import 'number-precision';
|
10
9
|
import 'axios';
|
11
10
|
import 'ztxkui';
|
12
11
|
import './crypto-c481f616.js';
|
package/dist/print.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { d as __spreadArray, _ as __assign, b as __awaiter, c as __generator } from './tslib.es6-35653116.js';
|
2
2
|
import { jsPDF } from 'jspdf';
|
3
3
|
import html2canvas from 'html2canvas';
|
4
4
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { a as __rest, _ as __assign } from './tslib.es6-35653116.js';
|
2
2
|
import axios from 'axios';
|
3
3
|
import { Modal, message } from 'ztxkui';
|
4
4
|
import { c as commonjsGlobal, a as crypto } from './crypto-c481f616.js';
|
package/dist/request.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
import './tslib.es6-
|
1
|
+
import './tslib.es6-35653116.js';
|
2
2
|
import 'axios';
|
3
3
|
import 'ztxkui';
|
4
|
-
export { c as clearCatch, a as default } from './request-
|
4
|
+
export { c as clearCatch, a as default } from './request-bf07dd24.js';
|
5
5
|
import './authority-e6bde99f.js';
|
6
6
|
import './crypto-c481f616.js';
|
7
7
|
import 'crypto';
|