ztxkui 4.0.9 → 4.1.0

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.
@@ -54,7 +54,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from) {
54
54
  * @author 陈亚雄
55
55
  * @description
56
56
  */
57
- import React, { useEffect, useRef, useState, useImperativeHandle } from 'react';
57
+ import React, { useEffect, useRef, useState, useImperativeHandle, useCallback, } from 'react';
58
58
  // redux
59
59
  // ztxkui公共组件
60
60
  import { Button, Spin, message, Modal, Dropdown, Menu } from '../../index';
@@ -68,7 +68,6 @@ import { createDownloadUrlNoBase, createDownloadUrl, } from 'ztxkutils/dist/file
68
68
  import { dataURLtoFile, setPositionLocal, getPositionLocal, setPositionDom, setPositionDeviation, useInitSetPostion, } from './handle';
69
69
  import { createTask } from './lodop';
70
70
  import { useNeedLodop } from './utils';
71
- import { useCallback } from '@storybook/addons';
72
71
  var fontTTF = {
73
72
  data: '',
74
73
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "4.0.9",
3
+ "version": "4.1.0",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",