seeder-st2110-components 1.3.3 → 1.3.4
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/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -1
package/dist/index.esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useState, useCallback, useEffect, memo, useMemo, useRef, forwardRef, useContext, createContext } from 'react';
|
|
2
2
|
import { useWebSocket, useInterval } from 'ahooks';
|
|
3
|
-
import { Tooltip, Space, Divider, App, Modal, Form, Input, Alert, message, Dropdown, Spin, Popover,
|
|
3
|
+
import { Tooltip, Space, Flex, Divider, App, Modal, Form, Input, Alert, message, Dropdown, Spin, Popover, Button, Popconfirm, Typography, Empty, ConfigProvider, Tree, InputNumber, Badge, Switch, Select, List, Checkbox, Row, Col } from 'antd';
|
|
4
4
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
5
5
|
import { LoadingOutlined, ExclamationCircleFilled, FolderOpenOutlined, FolderOutlined, PlusOutlined } from '@ant-design/icons';
|
|
6
6
|
import axios from 'axios';
|
|
@@ -752,7 +752,7 @@ const PopoverContent = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
|
752
752
|
},
|
|
753
753
|
autoFocus: true
|
|
754
754
|
})
|
|
755
|
-
}), /*#__PURE__*/jsxs(Flex
|
|
755
|
+
}), /*#__PURE__*/jsxs(Flex, {
|
|
756
756
|
justify: "flex-end",
|
|
757
757
|
gap: "small",
|
|
758
758
|
children: [/*#__PURE__*/jsx(Button, {
|
|
@@ -3396,7 +3396,7 @@ const RightDetailForm = /*#__PURE__*/memo(_ref3 => {
|
|
|
3396
3396
|
};
|
|
3397
3397
|
});
|
|
3398
3398
|
}, [initialSelected, isEditing, hasCategoryList, fields.category_list]);
|
|
3399
|
-
return /*#__PURE__*/jsxs(Flex
|
|
3399
|
+
return /*#__PURE__*/jsxs(Flex, {
|
|
3400
3400
|
vertical: true,
|
|
3401
3401
|
className: "h-full",
|
|
3402
3402
|
children: [/*#__PURE__*/jsxs(Form, {
|
|
@@ -3686,7 +3686,7 @@ const Preset = _ref => {
|
|
|
3686
3686
|
saveButton: texts.saveButton
|
|
3687
3687
|
},
|
|
3688
3688
|
presetChanged: presetChanged
|
|
3689
|
-
}) : /*#__PURE__*/jsx(Flex
|
|
3689
|
+
}) : /*#__PURE__*/jsx(Flex, {
|
|
3690
3690
|
vertical: true,
|
|
3691
3691
|
justify: "center",
|
|
3692
3692
|
align: "center",
|