sea-chart 1.1.131 → 1.1.132

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.
@@ -1,6 +1,7 @@
1
+ import _DTableToolTip from "dtable-ui-component/lib/DTableToolTip";
1
2
  import _DTableModalHeader from "dtable-ui-component/lib/DTableModalHeader";
2
3
  import React, { useCallback, useEffect, useMemo, useRef, useState } from 'react';
3
- import { Modal, ModalBody, ModalFooter, UncontrolledTooltip, Button } from 'reactstrap';
4
+ import { Modal, ModalBody, ModalFooter, Button } from 'reactstrap';
4
5
  import classnames from 'classnames';
5
6
  import { CHART_TYPE, CHART_TYPES, CHART_TYPE_SHOW, ZH_CN_SUPPORT_CHARTS } from '../../constants';
6
7
  import { eventStopPropagation } from '../../utils';
@@ -84,11 +85,9 @@ const TypesDialog = _ref => {
84
85
  }, /*#__PURE__*/React.createElement(Icon, {
85
86
  symbol: item.icon,
86
87
  className: "chart-icon w-100 h-100"
87
- })), /*#__PURE__*/React.createElement(UncontrolledTooltip, {
88
+ })), /*#__PURE__*/React.createElement(_DTableToolTip, {
88
89
  placement: "bottom",
89
- target: `sea-chart-icon-${item.icon}-container`,
90
- delay: 0,
91
- fade: false
90
+ target: `sea-chart-icon-${item.icon}-container`
92
91
  }, intl.get(item.name)));
93
92
  })), /*#__PURE__*/React.createElement("div", {
94
93
  className: "flex-fill o-auto sea-chart-type-container",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sea-chart",
3
- "version": "1.1.131",
3
+ "version": "1.1.132",
4
4
  "main": "./dist/index.js",
5
5
  "dependencies": {
6
6
  "@antv/data-set": "0.11.8",