@aloudata/aloudata-design 1.9.13 → 1.9.15
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/Button/index.js +3 -3
- package/dist/ColorPicker/index.js +2 -2
- package/dist/Dropdown/Button.js +2 -4
- package/dist/Dropdown/style/index.less +5 -0
- package/dist/Empty/image/SearchSmall.js +21 -9
- package/dist/Empty/index.js +5 -5
- package/dist/Empty/style/index.less +3 -3
- package/dist/Icon/components/AlertTriangleDuotone.d.ts +2 -3
- package/dist/Icon/components/AlertTriangleDuotone.js +3 -3
- package/dist/Icon/components/CancelCircleDuotone.d.ts +2 -3
- package/dist/Icon/components/CancelCircleDuotone.js +5 -5
- package/dist/Icon/components/CheckCircleDuotone.d.ts +2 -3
- package/dist/Icon/components/CheckCircleDuotone.js +4 -4
- package/dist/Icon/components/ChevronDownLine.d.ts +10 -0
- package/dist/Icon/components/ChevronDownLine.js +35 -0
- package/dist/Icon/components/ChevronLeftLine.d.ts +10 -0
- package/dist/Icon/components/ChevronLeftLine.js +35 -0
- package/dist/Icon/components/ChevronRightLine.d.ts +10 -0
- package/dist/Icon/components/ChevronRightLine.js +35 -0
- package/dist/Icon/components/CloseLLine.d.ts +10 -0
- package/dist/Icon/components/CloseLLine.js +42 -0
- package/dist/Icon/components/CloseMLine.d.ts +10 -0
- package/dist/Icon/components/CloseMLine.js +35 -0
- package/dist/Icon/components/EyeOffLine.d.ts +10 -0
- package/dist/Icon/components/EyeOffLine.js +35 -0
- package/dist/Icon/components/EyeOnLine.d.ts +10 -0
- package/dist/Icon/components/EyeOnLine.js +42 -0
- package/dist/Icon/components/FoldDownFill.d.ts +10 -0
- package/dist/Icon/components/FoldDownFill.js +38 -0
- package/dist/Icon/components/FoldUpFill.d.ts +10 -0
- package/dist/Icon/components/FoldUpFill.js +38 -0
- package/dist/Icon/components/InfoCircleDuotone.d.ts +10 -0
- package/dist/Icon/components/InfoCircleDuotone.js +35 -0
- package/dist/Icon/components/InfoCircleLine.d.ts +2 -3
- package/dist/Icon/components/InfoCircleLine.js +3 -3
- package/dist/Icon/components/LoadingLine.d.ts +10 -0
- package/dist/Icon/components/LoadingLine.js +35 -0
- package/dist/Icon/components/MoreVerticalLine.d.ts +10 -0
- package/dist/Icon/components/MoreVerticalLine.js +35 -0
- package/dist/Icon/components/SearchLine.d.ts +10 -0
- package/dist/Icon/components/SearchLine.js +35 -0
- package/dist/Icon/index.d.ts +13 -0
- package/dist/Icon/index.js +13 -0
- package/dist/Icon/svg/cancel-circle-duotone.svg +4 -4
- package/dist/Icon/svg/chevron-down-line.svg +5 -0
- package/dist/Icon/svg/chevron-left-line.svg +5 -0
- package/dist/Icon/svg/chevron-right-line.svg +5 -0
- package/dist/Icon/svg/close-L-line.svg +10 -0
- package/dist/Icon/svg/close-m-line.svg +5 -0
- package/dist/Icon/svg/eye-off-line.svg +5 -0
- package/dist/Icon/svg/eye-on-line.svg +9 -0
- package/dist/Icon/svg/fold-down-fill.svg +7 -0
- package/dist/Icon/svg/fold-up-fill.svg +7 -0
- package/dist/Icon/svg/info-circle-duotone.svg +3 -0
- package/dist/Icon/svg/loading-line.svg +5 -0
- package/dist/Icon/svg/more-vertical-line.svg +5 -0
- package/dist/Icon/svg/search-line.svg +5 -0
- package/dist/IconButton/index.js +1 -1
- package/dist/IconButton/style/index.less +1 -1
- package/dist/Input/components/Input/index.js +3 -2
- package/dist/Input/components/Password/index.js +1 -3
- package/dist/MemberPicker/components/MemberSelection.js +1 -1
- package/dist/MemberPicker/components/NickLabel.d.ts +1 -0
- package/dist/MemberPicker/components/NickLabel.js +3 -2
- package/dist/MemberPicker/components/SelectedMemberTags.js +2 -2
- package/dist/MemberPicker/index.js +1 -1
- package/dist/Menu/index.js +2 -2
- package/dist/Modal/index.d.ts +1 -0
- package/dist/Modal/index.js +38 -44
- package/dist/Modal/style/index.less +46 -32
- package/dist/Pagination/index.js +1 -1
- package/dist/Popconfirm/index.js +3 -3
- package/dist/Popconfirm/style/index.less +6 -1
- package/dist/Result/index.js +5 -2
- package/dist/Result/style/index.less +6 -2
- package/dist/Select/index.js +2 -2
- package/dist/Steps/components/Step/index.js +6 -6
- package/dist/Table/components/TableHead/index.js +2 -4
- package/dist/Tabs/index.js +2 -4
- package/dist/Tree/index.d.ts +2 -2
- package/dist/Tree/index.js +2 -2
- package/dist/message/index.d.ts +1 -1
- package/dist/message/index.js +9 -9
- package/dist/notification/index.js +9 -9
- package/dist/style/mixins/animate.css +13 -0
- package/dist/style/mixins/index.less +1 -0
- package/package.json +3 -7
package/dist/Select/index.js
CHANGED
|
@@ -16,7 +16,6 @@ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefine
|
|
|
16
16
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
17
17
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
18
18
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
19
|
-
import { FoldDownFill } from '@aloudata/icons-react';
|
|
20
19
|
import { Select as AntdSelect } from 'antd';
|
|
21
20
|
import { getMergedStatus } from 'antd/lib/_util/statusUtils';
|
|
22
21
|
import DisabledContext from 'antd/lib/config-provider/DisabledContext';
|
|
@@ -29,6 +28,7 @@ import React, { forwardRef, useContext, useEffect, useImperativeHandle, useMemo,
|
|
|
29
28
|
import { ConfigContext } from "../ConfigProvider";
|
|
30
29
|
import SizeContext from "../ConfigProvider/sizeContext";
|
|
31
30
|
import Empty from "../Empty";
|
|
31
|
+
import { FoldDownFill } from "../Icon";
|
|
32
32
|
import theme from "../style/themes/default/themeColor.module.less";
|
|
33
33
|
import MultipleOption from "./components/MultipleOption";
|
|
34
34
|
import SingleOption from "./components/SingleOption";
|
|
@@ -411,7 +411,7 @@ var Select = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
411
411
|
},
|
|
412
412
|
suffixIcon: /*#__PURE__*/React.createElement(FoldDownFill, {
|
|
413
413
|
size: suffixIconSizeMap[size || 'middle'],
|
|
414
|
-
|
|
414
|
+
color: theme.NL50
|
|
415
415
|
}),
|
|
416
416
|
onDropdownVisibleChange: function onDropdownVisibleChange(open) {
|
|
417
417
|
setIsOpen(open);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import {
|
|
4
|
-
import { ProcessIcon } from "../ProcessIcon";
|
|
3
|
+
import { AlertTriangleDuotone, CheckCircleDuotone } from "../../../Icon";
|
|
5
4
|
import { Steps as AntdSteps } from 'antd';
|
|
5
|
+
import { ProcessIcon } from "../ProcessIcon";
|
|
6
6
|
var AntdStep = AntdSteps.Step;
|
|
7
7
|
export function Step(props) {
|
|
8
8
|
var status = props.status;
|
|
@@ -12,8 +12,8 @@ export function Step(props) {
|
|
|
12
12
|
className: "error-icon-box icon-box"
|
|
13
13
|
}, /*#__PURE__*/React.createElement(AlertTriangleDuotone, {
|
|
14
14
|
size: 16,
|
|
15
|
-
|
|
16
|
-
fill:
|
|
15
|
+
color: "#D92D20",
|
|
16
|
+
fill: "fff"
|
|
17
17
|
}));
|
|
18
18
|
}
|
|
19
19
|
if (stepStatus === 'finish') {
|
|
@@ -21,8 +21,8 @@ export function Step(props) {
|
|
|
21
21
|
className: "check-icon-box icon-box"
|
|
22
22
|
}, /*#__PURE__*/React.createElement(CheckCircleDuotone, {
|
|
23
23
|
size: 16,
|
|
24
|
-
|
|
25
|
-
fill:
|
|
24
|
+
color: "#D92D20",
|
|
25
|
+
fill: "fff"
|
|
26
26
|
}));
|
|
27
27
|
}
|
|
28
28
|
if (stepStatus === 'process') {
|
|
@@ -12,12 +12,12 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
|
|
|
12
12
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
13
13
|
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
14
14
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
15
|
-
import { FoldDownFill, FoldUpFill } from '@aloudata/icons-react';
|
|
16
15
|
import classnames from 'classnames';
|
|
17
16
|
import _ from 'lodash';
|
|
18
17
|
import React, { useState } from 'react';
|
|
19
|
-
import
|
|
18
|
+
import { FoldDownFill, FoldUpFill } from "../../../Icon";
|
|
20
19
|
import usePrefixCls from "../../../_utils/hooks/usePrefixCls";
|
|
20
|
+
import message from "../../../message";
|
|
21
21
|
import { getValidWidthByNumber } from "../../utils";
|
|
22
22
|
var ARRAY_FIRST_INDEX = 0;
|
|
23
23
|
function TableHead(props) {
|
|
@@ -160,11 +160,9 @@ function TableHead(props) {
|
|
|
160
160
|
}
|
|
161
161
|
return desc ? /*#__PURE__*/React.createElement(FoldDownFill, {
|
|
162
162
|
className: "".concat(prefixCls, "-sortIcon"),
|
|
163
|
-
fill: "currentColor",
|
|
164
163
|
size: 12
|
|
165
164
|
}) : /*#__PURE__*/React.createElement(FoldUpFill, {
|
|
166
165
|
className: "".concat(prefixCls, "-sortIcon"),
|
|
167
|
-
fill: "currentColor",
|
|
168
166
|
size: 12
|
|
169
167
|
});
|
|
170
168
|
};
|
package/dist/Tabs/index.js
CHANGED
|
@@ -10,9 +10,9 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
|
|
|
10
10
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
11
11
|
import React, { useMemo } from 'react';
|
|
12
12
|
// import AntdTabs, { TabsProps } from 'antd/lib/tabs';
|
|
13
|
-
import { MoreVerticalLine } from '@aloudata/icons-react';
|
|
14
13
|
import { Tabs as AntdTabs } from 'antd';
|
|
15
14
|
import classNames from 'classnames';
|
|
15
|
+
import { MoreVerticalLine } from "../Icon";
|
|
16
16
|
import TabPane from "./TabPane";
|
|
17
17
|
export default function Tabs(props) {
|
|
18
18
|
var size = props.size,
|
|
@@ -53,9 +53,7 @@ export default function Tabs(props) {
|
|
|
53
53
|
return /*#__PURE__*/React.createElement(AntdTabs, _extends({
|
|
54
54
|
moreIcon: /*#__PURE__*/React.createElement("div", {
|
|
55
55
|
className: "ald-tabs-more-icon"
|
|
56
|
-
}, /*#__PURE__*/React.createElement(MoreVerticalLine,
|
|
57
|
-
color: "currentColor"
|
|
58
|
-
})),
|
|
56
|
+
}, /*#__PURE__*/React.createElement(MoreVerticalLine, null)),
|
|
59
57
|
style: Object.assign(style, {
|
|
60
58
|
'--header-bg-color': headerBackgroundColor,
|
|
61
59
|
'--tabs-padding': "".concat(_padding, "px")
|
package/dist/Tree/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { DataNode } from 'antd/lib/tree';
|
|
2
|
-
import {
|
|
2
|
+
import { AntTreeNode, AntTreeNodeCheckedEvent, AntTreeNodeExpandedEvent, AntTreeNodeMouseEvent, AntTreeNodeProps, AntTreeNodeSelectedEvent, AntdTreeNodeAttribute, TreeProps as AntdTreeProps } from 'antd/lib/tree/Tree';
|
|
3
3
|
import RcTree from 'rc-tree';
|
|
4
4
|
import { BasicDataNode } from 'rc-tree/lib/interface';
|
|
5
5
|
import React, { ForwardedRef } from 'react';
|
|
6
6
|
export type { DataNode, EventDataNode } from 'antd/lib/tree';
|
|
7
|
-
export type {
|
|
7
|
+
export type { ExpandAction as DirectoryTreeExpandAction, DirectoryTreeProps, } from 'antd/lib/tree/DirectoryTree';
|
|
8
8
|
export type { AntTreeNode, AntTreeNodeMouseEvent, AntTreeNodeExpandedEvent, AntTreeNodeCheckedEvent, AntTreeNodeSelectedEvent, AntdTreeNodeAttribute, AntTreeNodeProps, };
|
|
9
9
|
export type TreeProps<T extends BasicDataNode = DataNode> = Omit<AntdTreeProps<T>, 'switcherIcon'>;
|
|
10
10
|
declare const _default: <T extends BasicDataNode = DataNode>(props: TreeProps<T> & {
|
package/dist/Tree/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
|
|
3
|
-
import { ChevronDownLine } from '@aloudata/icons-react';
|
|
4
3
|
import { Tree as AntdTree } from 'antd';
|
|
5
4
|
import React from 'react';
|
|
5
|
+
import { ChevronDownLine } from "../Icon";
|
|
6
6
|
import theme from "../style/themes/default/themeColor.module.less";
|
|
7
7
|
function Tree(props, ref) {
|
|
8
8
|
var restProps = Object.assign({}, (_objectDestructuringEmpty(props), props));
|
|
@@ -10,7 +10,7 @@ function Tree(props, ref) {
|
|
|
10
10
|
ref: ref,
|
|
11
11
|
switcherIcon: /*#__PURE__*/React.createElement(ChevronDownLine, {
|
|
12
12
|
size: 14,
|
|
13
|
-
|
|
13
|
+
color: theme.NL40
|
|
14
14
|
}, "\u5C55\u5F00")
|
|
15
15
|
}));
|
|
16
16
|
}
|
package/dist/message/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { MessageArgsProps } from 'antd';
|
|
3
2
|
import { JointContent } from 'antd/lib/message/interface';
|
|
3
|
+
import React from 'react';
|
|
4
4
|
export type { MessageArgsProps };
|
|
5
5
|
declare const message: {
|
|
6
6
|
info: (content: JointContent, duration?: number, onClose?: VoidFunction) => import("antd/es/message/interface").MessageType;
|
package/dist/message/index.js
CHANGED
|
@@ -4,9 +4,9 @@ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key i
|
|
|
4
4
|
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
5
5
|
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
6
6
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
7
|
-
import React from 'react';
|
|
8
7
|
import { message as AntdMessage } from 'antd';
|
|
9
|
-
import
|
|
8
|
+
import React from 'react';
|
|
9
|
+
import { AlertTriangleDuotone, CheckCircleDuotone, InfoCircleLine, LoadingLine } from "../Icon";
|
|
10
10
|
import styles from "../style/themes/default/themeColor.module.less";
|
|
11
11
|
function isReactNode(value) {
|
|
12
12
|
return typeof value === 'string' || typeof value === 'number' || typeof value === 'boolean' || _typeof(value) === 'symbol' || value === null || value === undefined || /*#__PURE__*/React.isValidElement(value);
|
|
@@ -24,8 +24,8 @@ var iconMap = {
|
|
|
24
24
|
icon: /*#__PURE__*/React.createElement("div", {
|
|
25
25
|
className: "ald-message-icon-wrap"
|
|
26
26
|
}, /*#__PURE__*/React.createElement(CheckCircleDuotone, {
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
color: styles.ND0,
|
|
28
|
+
fill: styles.SA40
|
|
29
29
|
})),
|
|
30
30
|
type: 'success'
|
|
31
31
|
},
|
|
@@ -33,8 +33,8 @@ var iconMap = {
|
|
|
33
33
|
icon: /*#__PURE__*/React.createElement("div", {
|
|
34
34
|
className: "ald-message-icon-wrap"
|
|
35
35
|
}, /*#__PURE__*/React.createElement(AlertTriangleDuotone, {
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
color: styles.ND0,
|
|
37
|
+
fill: styles.SC40
|
|
38
38
|
})),
|
|
39
39
|
type: 'error'
|
|
40
40
|
},
|
|
@@ -42,8 +42,8 @@ var iconMap = {
|
|
|
42
42
|
icon: /*#__PURE__*/React.createElement("div", {
|
|
43
43
|
className: "ald-message-icon-wrap"
|
|
44
44
|
}, /*#__PURE__*/React.createElement(AlertTriangleDuotone, {
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
color: styles.ND0,
|
|
46
|
+
fill: styles.SB40
|
|
47
47
|
})),
|
|
48
48
|
type: 'warning'
|
|
49
49
|
},
|
|
@@ -51,7 +51,7 @@ var iconMap = {
|
|
|
51
51
|
icon: /*#__PURE__*/React.createElement("div", {
|
|
52
52
|
className: "ald-message-icon-wrap"
|
|
53
53
|
}, /*#__PURE__*/React.createElement(LoadingLine, {
|
|
54
|
-
|
|
54
|
+
className: "ald-loading-spin"
|
|
55
55
|
})),
|
|
56
56
|
type: 'loading'
|
|
57
57
|
}
|
|
@@ -10,10 +10,10 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
10
10
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
11
11
|
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
12
12
|
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
13
|
-
import { AlertTriangleDuotone, CancelCircleDuotone, CheckCircleDuotone, CloseMLine, InfoCircleLine } from '@aloudata/icons-react';
|
|
14
13
|
import { notification as AntdNotification } from 'antd';
|
|
15
14
|
import classnames from 'classnames';
|
|
16
15
|
import React from 'react';
|
|
16
|
+
import { AlertTriangleDuotone, CancelCircleDuotone, CheckCircleDuotone, CloseMLine, InfoCircleLine } from "../Icon";
|
|
17
17
|
import theme from "../style/themes/default/themeColor.module.less";
|
|
18
18
|
var iconMap = {
|
|
19
19
|
info: /*#__PURE__*/React.createElement(InfoCircleLine, {
|
|
@@ -21,24 +21,24 @@ var iconMap = {
|
|
|
21
21
|
size: 20
|
|
22
22
|
}),
|
|
23
23
|
success: /*#__PURE__*/React.createElement(CheckCircleDuotone, {
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
color: "#16B667",
|
|
25
|
+
fill: "#FFFFFF",
|
|
26
26
|
size: 20
|
|
27
27
|
}),
|
|
28
28
|
error: /*#__PURE__*/React.createElement(CancelCircleDuotone, {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
color: "#D64343",
|
|
30
|
+
fill: "#FFFFFF",
|
|
31
|
+
size: 20
|
|
32
32
|
}),
|
|
33
33
|
warning: /*#__PURE__*/React.createElement(AlertTriangleDuotone, {
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
color: "#FFB01F",
|
|
35
|
+
fill: "#FFFFFF",
|
|
36
36
|
size: 20
|
|
37
37
|
})
|
|
38
38
|
};
|
|
39
39
|
var closeX = /*#__PURE__*/React.createElement(CloseMLine, {
|
|
40
40
|
size: 20,
|
|
41
|
-
|
|
41
|
+
color: theme.NL40
|
|
42
42
|
});
|
|
43
43
|
var getSDefaultStyle = function getSDefaultStyle(type) {
|
|
44
44
|
return _objectSpread(_objectSpread(_objectSpread(_objectSpread({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aloudata/aloudata-design",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.15",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"scripts": {
|
|
12
12
|
"build": "father build",
|
|
13
13
|
"build:watch": "father dev",
|
|
14
|
-
"changelog": "conventional-changelog -p custom-config -i CHANGELOG.md -s -r 0 -n ./changelog-option.js && git add CHANGELOG.md",
|
|
15
14
|
"cmt": "zx ./scripts/createComponentTemplate.mjs",
|
|
16
15
|
"dev": "npm run gen:icon && dumi dev",
|
|
17
16
|
"docs:build": "dumi build",
|
|
@@ -58,16 +57,11 @@
|
|
|
58
57
|
"firefox >= 75"
|
|
59
58
|
],
|
|
60
59
|
"dependencies": {
|
|
61
|
-
"@aloudata/icons-react": "^0.2.2",
|
|
62
|
-
"@aloudata/icons-svg": "0.1.7",
|
|
63
60
|
"@ant-design/cssinjs": "^1.9.1",
|
|
64
61
|
"@radix-ui/react-scroll-area": "^1.0.4",
|
|
65
62
|
"ahooks": "^3.7.8",
|
|
66
63
|
"antd": "5.4.3",
|
|
67
64
|
"compare-func": "^2.0.0",
|
|
68
|
-
"conventional-changelog": "^3.1.25",
|
|
69
|
-
"conventional-changelog-cli": "^2.2.2",
|
|
70
|
-
"conventional-changelog-custom-config": "^0.3.1",
|
|
71
65
|
"memoize-one": "^6.0.0",
|
|
72
66
|
"rc-menu": "^9.8.0",
|
|
73
67
|
"react-table": "^7.8.0",
|
|
@@ -75,6 +69,8 @@
|
|
|
75
69
|
"zx": "^7.1.1"
|
|
76
70
|
},
|
|
77
71
|
"devDependencies": {
|
|
72
|
+
"@aloudata/icons-react": "^0.2.4",
|
|
73
|
+
"@aloudata/icons-svg": "^0.2.4",
|
|
78
74
|
"@babel/preset-env": "^7.20.2",
|
|
79
75
|
"@babel/preset-react": "^7.18.6",
|
|
80
76
|
"@commitlint/cli": "^17.5.1",
|