@lemon-fe/kits 1.0.0-162 → 1.0.0-163
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.
|
@@ -13,10 +13,10 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
|
|
|
13
13
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
14
14
|
|
|
15
15
|
import { Popover } from 'antd';
|
|
16
|
-
import React, { useState } from 'react';
|
|
17
16
|
import classNames from 'classnames';
|
|
17
|
+
import React, { useState } from 'react';
|
|
18
18
|
import { PREFIX_CLS } from "../../constants";
|
|
19
|
-
export default function
|
|
19
|
+
export default function Dropover(props) {
|
|
20
20
|
var actions = props.actions,
|
|
21
21
|
overlayClassName = props.overlayClassName,
|
|
22
22
|
_props$placement = props.placement,
|
package/es/index.d.ts
CHANGED
|
@@ -29,6 +29,7 @@ export { default as Icons } from './components/Icons';
|
|
|
29
29
|
export { default as FormLayout } from './components/FormLayout';
|
|
30
30
|
export { default as TabBar } from './components/TabBar';
|
|
31
31
|
export { default as SymbolIcon } from './components/SymbolIcon';
|
|
32
|
+
export { default as DropActions } from './components/DropActions';
|
|
32
33
|
export { default as SelectView } from './components/SelectView';
|
|
33
34
|
export { default as DataGrid } from './components/DataGrid';
|
|
34
35
|
export * from './components/DataGrid/typings';
|
package/es/index.js
CHANGED
|
@@ -22,6 +22,7 @@ export { default as Icons } from "./components/Icons";
|
|
|
22
22
|
export { default as FormLayout } from "./components/FormLayout";
|
|
23
23
|
export { default as TabBar } from "./components/TabBar";
|
|
24
24
|
export { default as SymbolIcon } from "./components/SymbolIcon";
|
|
25
|
+
export { default as DropActions } from "./components/DropActions";
|
|
25
26
|
export { default as SelectView } from "./components/SelectView";
|
|
26
27
|
export { default as DataGrid } from "./components/DataGrid";
|
|
27
28
|
export * from "./components/DataGrid/typings";
|
package/package.json
CHANGED
|
File without changes
|