@aloudata/aloudata-design 1.9.14 → 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.
Files changed (80) hide show
  1. package/dist/Button/index.js +3 -3
  2. package/dist/ColorPicker/index.js +2 -2
  3. package/dist/Dropdown/Button.js +2 -4
  4. package/dist/Dropdown/style/index.less +5 -0
  5. package/dist/Empty/index.js +5 -5
  6. package/dist/Icon/components/AlertTriangleDuotone.d.ts +2 -3
  7. package/dist/Icon/components/AlertTriangleDuotone.js +3 -3
  8. package/dist/Icon/components/CancelCircleDuotone.d.ts +2 -3
  9. package/dist/Icon/components/CancelCircleDuotone.js +4 -4
  10. package/dist/Icon/components/CheckCircleDuotone.d.ts +2 -3
  11. package/dist/Icon/components/CheckCircleDuotone.js +4 -4
  12. package/dist/Icon/components/ChevronDownLine.d.ts +10 -0
  13. package/dist/Icon/components/ChevronDownLine.js +35 -0
  14. package/dist/Icon/components/ChevronLeftLine.d.ts +10 -0
  15. package/dist/Icon/components/ChevronLeftLine.js +35 -0
  16. package/dist/Icon/components/ChevronRightLine.d.ts +10 -0
  17. package/dist/Icon/components/ChevronRightLine.js +35 -0
  18. package/dist/Icon/components/CloseLLine.d.ts +10 -0
  19. package/dist/Icon/components/CloseLLine.js +42 -0
  20. package/dist/Icon/components/CloseMLine.d.ts +10 -0
  21. package/dist/Icon/components/CloseMLine.js +35 -0
  22. package/dist/Icon/components/EyeOffLine.d.ts +10 -0
  23. package/dist/Icon/components/EyeOffLine.js +35 -0
  24. package/dist/Icon/components/EyeOnLine.d.ts +10 -0
  25. package/dist/Icon/components/EyeOnLine.js +42 -0
  26. package/dist/Icon/components/FoldDownFill.d.ts +10 -0
  27. package/dist/Icon/components/FoldDownFill.js +38 -0
  28. package/dist/Icon/components/FoldUpFill.d.ts +10 -0
  29. package/dist/Icon/components/FoldUpFill.js +38 -0
  30. package/dist/Icon/components/InfoCircleDuotone.d.ts +10 -0
  31. package/dist/Icon/components/InfoCircleDuotone.js +35 -0
  32. package/dist/Icon/components/InfoCircleLine.d.ts +2 -3
  33. package/dist/Icon/components/InfoCircleLine.js +3 -3
  34. package/dist/Icon/components/LoadingLine.d.ts +10 -0
  35. package/dist/Icon/components/LoadingLine.js +35 -0
  36. package/dist/Icon/components/MoreVerticalLine.d.ts +10 -0
  37. package/dist/Icon/components/MoreVerticalLine.js +35 -0
  38. package/dist/Icon/components/SearchLine.d.ts +10 -0
  39. package/dist/Icon/components/SearchLine.js +35 -0
  40. package/dist/Icon/index.d.ts +13 -0
  41. package/dist/Icon/index.js +13 -0
  42. package/dist/Icon/svg/cancel-circle-duotone.svg +4 -4
  43. package/dist/Icon/svg/chevron-down-line.svg +5 -0
  44. package/dist/Icon/svg/chevron-left-line.svg +5 -0
  45. package/dist/Icon/svg/chevron-right-line.svg +5 -0
  46. package/dist/Icon/svg/close-L-line.svg +10 -0
  47. package/dist/Icon/svg/close-m-line.svg +5 -0
  48. package/dist/Icon/svg/eye-off-line.svg +5 -0
  49. package/dist/Icon/svg/eye-on-line.svg +9 -0
  50. package/dist/Icon/svg/fold-down-fill.svg +7 -0
  51. package/dist/Icon/svg/fold-up-fill.svg +7 -0
  52. package/dist/Icon/svg/info-circle-duotone.svg +3 -0
  53. package/dist/Icon/svg/loading-line.svg +5 -0
  54. package/dist/Icon/svg/more-vertical-line.svg +5 -0
  55. package/dist/Icon/svg/search-line.svg +5 -0
  56. package/dist/IconButton/index.js +1 -1
  57. package/dist/Input/components/Password/index.js +1 -3
  58. package/dist/MemberPicker/components/MemberSelection.js +1 -1
  59. package/dist/MemberPicker/components/SelectedMemberTags.js +2 -2
  60. package/dist/MemberPicker/index.js +1 -1
  61. package/dist/Menu/index.js +2 -2
  62. package/dist/Modal/index.d.ts +1 -0
  63. package/dist/Modal/index.js +38 -44
  64. package/dist/Modal/style/index.less +46 -32
  65. package/dist/Pagination/index.js +1 -1
  66. package/dist/Popconfirm/index.js +3 -3
  67. package/dist/Popconfirm/style/index.less +6 -1
  68. package/dist/Result/index.js +2 -1
  69. package/dist/Select/index.js +2 -2
  70. package/dist/Steps/components/Step/index.js +6 -6
  71. package/dist/Table/components/TableHead/index.js +2 -4
  72. package/dist/Tabs/index.js +2 -4
  73. package/dist/Tree/index.d.ts +2 -2
  74. package/dist/Tree/index.js +2 -2
  75. package/dist/message/index.d.ts +1 -1
  76. package/dist/message/index.js +9 -9
  77. package/dist/notification/index.js +9 -9
  78. package/dist/style/mixins/animate.css +13 -0
  79. package/dist/style/mixins/index.less +1 -0
  80. package/package.json +3 -7
@@ -0,0 +1,38 @@
1
+ var _excluded = ["title", "titleId", "desc", "descId"];
2
+ 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); }
3
+ 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; }
4
+ 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; }
5
+ import * as React from "react";
6
+ import { forwardRef, memo } from "react";
7
+ var FoldDownFill = function FoldDownFill(_ref, ref) {
8
+ var title = _ref.title,
9
+ titleId = _ref.titleId,
10
+ desc = _ref.desc,
11
+ descId = _ref.descId,
12
+ props = _objectWithoutProperties(_ref, _excluded);
13
+ return /*#__PURE__*/React.createElement("svg", _extends({
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ width: props.width || props.size || 16,
16
+ height: props.height || props.size || 16,
17
+ fill: "none",
18
+ viewBox: "0 0 24 24",
19
+ ref: ref,
20
+ "aria-labelledby": titleId,
21
+ "aria-describedby": descId
22
+ }, props), desc ? /*#__PURE__*/React.createElement("desc", {
23
+ id: descId
24
+ }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
+ id: titleId
26
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
27
+ fill: props.color || "currentColor",
28
+ fillRule: "evenodd",
29
+ d: "m17 9-5 7-5-7h10Z",
30
+ clipRule: "evenodd",
31
+ style: {
32
+ mixBlendMode: "luminosity"
33
+ }
34
+ }));
35
+ };
36
+ var ForwardRef = /*#__PURE__*/forwardRef(FoldDownFill);
37
+ var Memo = /*#__PURE__*/memo(ForwardRef);
38
+ export default Memo;
@@ -0,0 +1,10 @@
1
+ import * as React from "react";
2
+ interface SVGRProps {
3
+ size?: number;
4
+ title?: string;
5
+ titleId?: string;
6
+ desc?: string;
7
+ descId?: string;
8
+ }
9
+ declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
10
+ export default Memo;
@@ -0,0 +1,38 @@
1
+ var _excluded = ["title", "titleId", "desc", "descId"];
2
+ 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); }
3
+ 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; }
4
+ 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; }
5
+ import * as React from "react";
6
+ import { forwardRef, memo } from "react";
7
+ var FoldUpFill = function FoldUpFill(_ref, ref) {
8
+ var title = _ref.title,
9
+ titleId = _ref.titleId,
10
+ desc = _ref.desc,
11
+ descId = _ref.descId,
12
+ props = _objectWithoutProperties(_ref, _excluded);
13
+ return /*#__PURE__*/React.createElement("svg", _extends({
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ width: props.width || props.size || 16,
16
+ height: props.height || props.size || 16,
17
+ fill: "none",
18
+ viewBox: "0 0 24 24",
19
+ ref: ref,
20
+ "aria-labelledby": titleId,
21
+ "aria-describedby": descId
22
+ }, props), desc ? /*#__PURE__*/React.createElement("desc", {
23
+ id: descId
24
+ }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
+ id: titleId
26
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
27
+ fill: props.color || "currentColor",
28
+ fillRule: "evenodd",
29
+ d: "m17 15-5-7-5 7h10Z",
30
+ clipRule: "evenodd",
31
+ style: {
32
+ mixBlendMode: "luminosity"
33
+ }
34
+ }));
35
+ };
36
+ var ForwardRef = /*#__PURE__*/forwardRef(FoldUpFill);
37
+ var Memo = /*#__PURE__*/memo(ForwardRef);
38
+ export default Memo;
@@ -0,0 +1,10 @@
1
+ import * as React from "react";
2
+ interface SVGRProps {
3
+ size?: number;
4
+ title?: string;
5
+ titleId?: string;
6
+ desc?: string;
7
+ descId?: string;
8
+ }
9
+ declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
10
+ export default Memo;
@@ -0,0 +1,35 @@
1
+ var _excluded = ["title", "titleId", "desc", "descId"];
2
+ 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); }
3
+ 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; }
4
+ 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; }
5
+ import * as React from "react";
6
+ import { forwardRef, memo } from "react";
7
+ var InfoCircleDuotone = function InfoCircleDuotone(_ref, ref) {
8
+ var title = _ref.title,
9
+ titleId = _ref.titleId,
10
+ desc = _ref.desc,
11
+ descId = _ref.descId,
12
+ props = _objectWithoutProperties(_ref, _excluded);
13
+ return /*#__PURE__*/React.createElement("svg", _extends({
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ width: props.width || props.size || 16,
16
+ height: props.height || props.size || 16,
17
+ fill: "none",
18
+ viewBox: "0 0 24 24",
19
+ ref: ref,
20
+ "aria-labelledby": titleId,
21
+ "aria-describedby": descId
22
+ }, props), desc ? /*#__PURE__*/React.createElement("desc", {
23
+ id: descId
24
+ }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
+ id: titleId
26
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
27
+ fill: props.color || "currentColor",
28
+ fillRule: "evenodd",
29
+ d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10ZM12 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-2 2v-1h3v6h2v1h-5v-1h2v-5h-2Z",
30
+ clipRule: "evenodd"
31
+ }));
32
+ };
33
+ var ForwardRef = /*#__PURE__*/forwardRef(InfoCircleDuotone);
34
+ var Memo = /*#__PURE__*/memo(ForwardRef);
35
+ export default Memo;
@@ -1,5 +1,4 @@
1
- import type { SVGProps } from 'react';
2
- import * as React from 'react';
1
+ import * as React from "react";
3
2
  interface SVGRProps {
4
3
  size?: number;
5
4
  title?: string;
@@ -7,5 +6,5 @@ interface SVGRProps {
7
6
  desc?: string;
8
7
  descId?: string;
9
8
  }
10
- declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
9
+ declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
11
10
  export default Memo;
@@ -2,8 +2,8 @@ var _excluded = ["title", "titleId", "desc", "descId"];
2
2
  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); }
3
3
  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; }
4
4
  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; }
5
- import * as React from 'react';
6
- import { forwardRef, memo } from 'react';
5
+ import * as React from "react";
6
+ import { forwardRef, memo } from "react";
7
7
  var InfoCircleLine = function InfoCircleLine(_ref, ref) {
8
8
  var title = _ref.title,
9
9
  titleId = _ref.titleId,
@@ -24,7 +24,7 @@ var InfoCircleLine = function InfoCircleLine(_ref, ref) {
24
24
  }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
25
  id: titleId
26
26
  }, title) : null, /*#__PURE__*/React.createElement("path", {
27
- fill: props.color || 'currentColor',
27
+ fill: props.color || "currentColor",
28
28
  fillRule: "evenodd",
29
29
  d: "M12 19a7 7 0 1 0 0-14 7 7 0 0 0 0 14Zm0 1a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm0-11a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-2 1v1h2v5h-2v1h5v-1h-2v-6h-3Z",
30
30
  clipRule: "evenodd"
@@ -0,0 +1,10 @@
1
+ import * as React from "react";
2
+ interface SVGRProps {
3
+ size?: number;
4
+ title?: string;
5
+ titleId?: string;
6
+ desc?: string;
7
+ descId?: string;
8
+ }
9
+ declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
10
+ export default Memo;
@@ -0,0 +1,35 @@
1
+ var _excluded = ["title", "titleId", "desc", "descId"];
2
+ 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); }
3
+ 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; }
4
+ 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; }
5
+ import * as React from "react";
6
+ import { forwardRef, memo } from "react";
7
+ var LoadingLine = function LoadingLine(_ref, ref) {
8
+ var title = _ref.title,
9
+ titleId = _ref.titleId,
10
+ desc = _ref.desc,
11
+ descId = _ref.descId,
12
+ props = _objectWithoutProperties(_ref, _excluded);
13
+ return /*#__PURE__*/React.createElement("svg", _extends({
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ width: props.width || props.size || 16,
16
+ height: props.height || props.size || 16,
17
+ fill: "none",
18
+ viewBox: "0 0 24 24",
19
+ ref: ref,
20
+ "aria-labelledby": titleId,
21
+ "aria-describedby": descId
22
+ }, props), desc ? /*#__PURE__*/React.createElement("desc", {
23
+ id: descId
24
+ }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
+ id: titleId
26
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
27
+ fill: props.color || "currentColor",
28
+ fillRule: "evenodd",
29
+ d: "M7.286 3.18A10 10 0 0 1 22 12h-2a8 8 0 1 0-2.343 5.657l1.414 1.414A10 10 0 1 1 7.286 3.181Z",
30
+ clipRule: "evenodd"
31
+ }));
32
+ };
33
+ var ForwardRef = /*#__PURE__*/forwardRef(LoadingLine);
34
+ var Memo = /*#__PURE__*/memo(ForwardRef);
35
+ export default Memo;
@@ -0,0 +1,10 @@
1
+ import * as React from "react";
2
+ interface SVGRProps {
3
+ size?: number;
4
+ title?: string;
5
+ titleId?: string;
6
+ desc?: string;
7
+ descId?: string;
8
+ }
9
+ declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
10
+ export default Memo;
@@ -0,0 +1,35 @@
1
+ var _excluded = ["title", "titleId", "desc", "descId"];
2
+ 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); }
3
+ 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; }
4
+ 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; }
5
+ import * as React from "react";
6
+ import { forwardRef, memo } from "react";
7
+ var MoreVerticalLine = function MoreVerticalLine(_ref, ref) {
8
+ var title = _ref.title,
9
+ titleId = _ref.titleId,
10
+ desc = _ref.desc,
11
+ descId = _ref.descId,
12
+ props = _objectWithoutProperties(_ref, _excluded);
13
+ return /*#__PURE__*/React.createElement("svg", _extends({
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ width: props.width || props.size || 16,
16
+ height: props.height || props.size || 16,
17
+ fill: "none",
18
+ viewBox: "0 0 24 24",
19
+ ref: ref,
20
+ "aria-labelledby": titleId,
21
+ "aria-describedby": descId
22
+ }, props), desc ? /*#__PURE__*/React.createElement("desc", {
23
+ id: descId
24
+ }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
+ id: titleId
26
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
27
+ fill: props.color || "currentColor",
28
+ fillRule: "evenodd",
29
+ d: "M13 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm0 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-1-5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",
30
+ clipRule: "evenodd"
31
+ }));
32
+ };
33
+ var ForwardRef = /*#__PURE__*/forwardRef(MoreVerticalLine);
34
+ var Memo = /*#__PURE__*/memo(ForwardRef);
35
+ export default Memo;
@@ -0,0 +1,10 @@
1
+ import * as React from "react";
2
+ interface SVGRProps {
3
+ size?: number;
4
+ title?: string;
5
+ titleId?: string;
6
+ desc?: string;
7
+ descId?: string;
8
+ }
9
+ declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
10
+ export default Memo;
@@ -0,0 +1,35 @@
1
+ var _excluded = ["title", "titleId", "desc", "descId"];
2
+ 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); }
3
+ 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; }
4
+ 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; }
5
+ import * as React from "react";
6
+ import { forwardRef, memo } from "react";
7
+ var SearchLine = function SearchLine(_ref, ref) {
8
+ var title = _ref.title,
9
+ titleId = _ref.titleId,
10
+ desc = _ref.desc,
11
+ descId = _ref.descId,
12
+ props = _objectWithoutProperties(_ref, _excluded);
13
+ return /*#__PURE__*/React.createElement("svg", _extends({
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ width: props.width || props.size || 16,
16
+ height: props.height || props.size || 16,
17
+ fill: "none",
18
+ viewBox: "0 0 24 24",
19
+ ref: ref,
20
+ "aria-labelledby": titleId,
21
+ "aria-describedby": descId
22
+ }, props), desc ? /*#__PURE__*/React.createElement("desc", {
23
+ id: descId
24
+ }, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
25
+ id: titleId
26
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
27
+ fill: props.color || "currentColor",
28
+ fillRule: "evenodd",
29
+ d: "M15.438 16.145a7.5 7.5 0 1 1 .707-.707l4.709 4.708-.707.708-4.709-4.709ZM17 10.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0Z",
30
+ clipRule: "evenodd"
31
+ }));
32
+ };
33
+ var ForwardRef = /*#__PURE__*/forwardRef(SearchLine);
34
+ var Memo = /*#__PURE__*/memo(ForwardRef);
35
+ export default Memo;
@@ -2,6 +2,19 @@ import Icon from './components/Icon';
2
2
  export { default as AlertTriangleDuotone } from './components/AlertTriangleDuotone';
3
3
  export { default as CancelCircleDuotone } from './components/CancelCircleDuotone';
4
4
  export { default as CheckCircleDuotone } from './components/CheckCircleDuotone';
5
+ export { default as ChevronDownLine } from './components/ChevronDownLine';
6
+ export { default as ChevronLeftLine } from './components/ChevronLeftLine';
7
+ export { default as ChevronRightLine } from './components/ChevronRightLine';
8
+ export { default as CloseLLine } from './components/CloseLLine';
9
+ export { default as CloseMLine } from './components/CloseMLine';
10
+ export { default as EyeOffLine } from './components/EyeOffLine';
11
+ export { default as EyeOnLine } from './components/EyeOnLine';
12
+ export { default as FoldDownFill } from './components/FoldDownFill';
13
+ export { default as FoldUpFill } from './components/FoldUpFill';
5
14
  export type { IBaseIconProps } from './components/Icon';
15
+ export { default as InfoCircleDuotone } from './components/InfoCircleDuotone';
6
16
  export { default as InfoCircleLine } from './components/InfoCircleLine';
17
+ export { default as LoadingLine } from './components/LoadingLine';
18
+ export { default as MoreVerticalLine } from './components/MoreVerticalLine';
19
+ export { default as SearchLine } from './components/SearchLine';
7
20
  export default Icon;
@@ -2,5 +2,18 @@ import Icon from "./components/Icon";
2
2
  export { default as AlertTriangleDuotone } from "./components/AlertTriangleDuotone";
3
3
  export { default as CancelCircleDuotone } from "./components/CancelCircleDuotone";
4
4
  export { default as CheckCircleDuotone } from "./components/CheckCircleDuotone";
5
+ export { default as ChevronDownLine } from "./components/ChevronDownLine";
6
+ export { default as ChevronLeftLine } from "./components/ChevronLeftLine";
7
+ export { default as ChevronRightLine } from "./components/ChevronRightLine";
8
+ export { default as CloseLLine } from "./components/CloseLLine";
9
+ export { default as CloseMLine } from "./components/CloseMLine";
10
+ export { default as EyeOffLine } from "./components/EyeOffLine";
11
+ export { default as EyeOnLine } from "./components/EyeOnLine";
12
+ export { default as FoldDownFill } from "./components/FoldDownFill";
13
+ export { default as FoldUpFill } from "./components/FoldUpFill";
14
+ export { default as InfoCircleDuotone } from "./components/InfoCircleDuotone";
5
15
  export { default as InfoCircleLine } from "./components/InfoCircleLine";
16
+ export { default as LoadingLine } from "./components/LoadingLine";
17
+ export { default as MoreVerticalLine } from "./components/MoreVerticalLine";
18
+ export { default as SearchLine } from "./components/SearchLine";
6
19
  export default Icon;
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
2
- <path d="M12 2C6.42857 2 2 6.42857 2 12C2 17.5714 6.42857 22 12 22C17.5714 22 22 17.5714 22 12C22 6.42857 17.5714 2 12 2Z" fill="black"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12 11.2929L15.182 8.11094L15.8891 8.81804L12.7071 12L15.8891 15.182L15.182 15.8891L12 12.7071L8.81802 15.8891L8.11091 15.182L11.2929 12L8.11091 8.81804L8.81802 8.11094L12 11.2929Z" fill="white"/>
4
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 2C6.42857 2 2 6.42857 2 12C2 17.5714 6.42857 22 12 22C17.5714 22 22 17.5714 22 12C22 6.42857 17.5714 2 12 2Z" fill="black"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 11.2929L15.182 8.11094L15.8891 8.81804L12.7071 12L15.8891 15.182L15.182 15.8891L12 12.7071L8.81802 15.8891L8.11091 15.182L11.2929 12L8.11091 8.81804L8.81802 8.11094L12 11.2929Z" fill="white"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="chevron-down-line">
3
+ <path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M11.9999 16C12.1401 16 12.2738 15.9412 12.3685 15.8379L17.8685 9.83786L17.1313 9.16214L11.9999 14.7601L6.8685 9.16214L6.13135 9.83786L11.6313 15.8379C11.7261 15.9412 11.8598 16 11.9999 16Z" fill="black"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="chevron-left-line">
3
+ <path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M8 11.8686C8 12.0087 8.05882 12.1424 8.16214 12.2372L14.1621 17.7372L14.8379 17L9.23995 11.8686L14.8379 6.73715L14.1621 6L8.16214 11.5C8.05882 11.5947 8 11.7284 8 11.8686Z" fill="black"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="chevron-right-line">
3
+ <path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M16 11.8686C16 12.0087 15.9412 12.1424 15.8379 12.2372L9.83786 17.7372L9.16214 17L14.7601 11.8686L9.16214 6.73715L9.83786 6L15.8379 11.5C15.9412 11.5947 16 11.7284 16 11.8686Z" fill="black"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_278_6954)">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 11.2929L18.0104 5.2825L18.7175 5.98961L12.7071 12L18.7175 18.0104L18.0104 18.7175L12 12.7071L5.98959 18.7175L5.28249 18.0104L11.2929 12L5.28249 5.98961L5.98959 5.2825L12 11.2929Z" fill="black"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_278_6954">
7
+ <rect width="24" height="24" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="close-M-line">
3
+ <path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M12 11.2929L15.182 8.11094L15.8891 8.81804L12.7071 12L15.8891 15.182L15.182 15.8891L12 12.7071L8.81802 15.8891L8.11091 15.182L11.2929 12L8.11091 8.81804L8.81802 8.11094L12 11.2929Z" fill="black"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="eye-off-line">
3
+ <path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M4.54193 13.6619C3.38418 12.3667 2.55884 10.768 2.19995 9H3.22293C4.13239 13.008 7.71674 16 11.9999 16C16.2831 16 19.8674 13.008 20.7769 9H21.7999C21.441 10.768 20.6157 12.3666 19.4579 13.6618L21.1712 16.567L20.3098 17.0749L18.7301 14.3963C17.7504 15.2884 16.5927 15.9884 15.3165 16.4369L15.9908 19.9045L15.0092 20.0954L14.3532 16.7215C13.5985 16.9036 12.8105 17 11.9999 17C11.1894 17 10.4014 16.9036 9.64683 16.7216L8.99083 20.0954L8.00921 19.9045L8.68345 16.4369C7.40727 15.9884 6.24952 15.2884 5.26972 14.3963L3.67411 17.1019L2.81274 16.594L4.54193 13.6619Z" fill="black"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="eye-on-line">
3
+ <g id="Icon">
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12ZM16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z" fill="black"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.9664 11.82L22.0356 12L21.9666 12.1795L21.4999 12C21.9666 12.1795 21.9662 12.1806 21.9662 12.1806L21.9655 12.1824L21.9634 12.1877L21.9565 12.2051C21.9506 12.2198 21.9421 12.2405 21.9311 12.2668C21.9089 12.3194 21.8764 12.3945 21.8328 12.4888C21.7458 12.6774 21.6147 12.9435 21.4354 13.2613C21.0774 13.8959 20.5244 14.7419 19.7423 15.5891C18.1743 17.2879 15.6744 19 11.9999 19C8.32548 19 5.82558 17.2879 4.25754 15.5891C3.47546 14.7419 2.92244 13.8959 2.56445 13.2613C2.3852 12.9435 2.2541 12.6774 2.16705 12.4888C2.12351 12.3945 2.09094 12.3194 2.06882 12.2668C2.05776 12.2405 2.04931 12.2198 2.04341 12.2051L2.03645 12.1877L2.03439 12.1824L2.03371 12.1806L2.03327 12.1795L2.49994 12C2.03327 11.8205 2.03371 11.8194 2.03371 11.8194L2.03439 11.8176L2.03645 11.8123L2.04341 11.7949C2.04931 11.7802 2.05776 11.7595 2.06882 11.7332C2.09094 11.6806 2.12351 11.6055 2.16705 11.5112C2.2541 11.3226 2.3852 11.0565 2.56445 10.7387C2.92244 10.1041 3.47546 9.25812 4.25754 8.41086C5.82558 6.71214 8.32548 5 11.9999 5C15.6744 5 18.1743 6.71214 19.7423 8.41086C20.5244 9.25812 21.0774 10.1041 21.4354 10.7387C21.6147 11.0565 21.7458 11.3226 21.8328 11.5112C21.8764 11.6055 21.9089 11.6806 21.9311 11.7332C21.9421 11.7595 21.9506 11.7802 21.9565 11.7949L21.9634 11.8123L21.9655 11.8176L21.9664 11.82ZM3.07501 12.0698C3.06349 12.0448 3.05291 12.0215 3.04326 12C3.05291 11.9785 3.06349 11.9552 3.07501 11.9302C3.15203 11.7634 3.27093 11.5216 3.43543 11.23C3.76494 10.6459 4.27442 9.86688 4.99234 9.08914C6.4243 7.53786 8.6744 6 11.9999 6C15.3255 6 17.5756 7.53786 19.0075 9.08914C19.7255 9.86688 20.2349 10.6459 20.5645 11.23C20.7289 11.5216 20.8479 11.7634 20.9249 11.9302C20.9364 11.9552 20.947 11.9785 20.9566 12C20.947 12.0215 20.9364 12.0448 20.9249 12.0698C20.8479 12.2366 20.7289 12.4784 20.5645 12.77C20.2349 13.3541 19.7255 14.1331 19.0075 14.9109C17.5756 16.4621 15.3255 18 11.9999 18C8.6744 18 6.4243 16.4621 4.99234 14.9109C4.27442 14.1331 3.76494 13.3541 3.43543 12.77C3.27093 12.4784 3.15203 12.2366 3.07501 12.0698ZM21.4999 12C21.9666 11.8205 21.9664 11.82 21.9664 11.82L21.4999 12Z" fill="black"/>
6
+ <path d="M2.03327 12.1795L1.96423 12L2.03327 11.8205L2.49994 12C2.03327 12.1795 2.03327 12.1795 2.03327 12.1795Z" fill="black"/>
7
+ </g>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="fold-down-fill">
3
+ <g id="Icon">
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17 9L12 16L7 9H17Z" fill="black" style="mix-blend-mode:luminosity"/>
5
+ </g>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="fold-up-fill">
3
+ <g id="Icon">
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17 15L12 8L7 15H17Z" fill="black" style="mix-blend-mode:luminosity"/>
5
+ </g>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM12 9C12.5523 9 13 8.55228 13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8C11 8.55228 11.4477 9 12 9ZM10 11V10H13V16H15V17H10V16H12V11H10Z" fill="black"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="loading-line">
3
+ <path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M7.28604 3.1808C9.32641 2.0902 11.6818 1.74081 13.9509 2.19216C16.22 2.64351 18.2624 3.86768 19.7301 5.65608C21.1978 7.44448 22 9.68646 22 12H20C20 10.1492 19.3582 8.35559 18.1841 6.92487C17.0099 5.49415 15.376 4.51481 13.5607 4.15373C11.7454 3.79265 9.86113 4.07216 8.22883 4.94465C6.59653 5.81713 5.31725 7.22859 4.60897 8.93855C3.90068 10.6485 3.80721 12.5511 4.34448 14.3223C4.88175 16.0934 6.01652 17.6235 7.55544 18.6518C9.09436 19.68 10.9422 20.1429 12.7841 19.9615C14.6261 19.7801 16.3481 18.9656 17.6569 17.6569L19.0711 19.0711C17.4351 20.707 15.2826 21.7251 12.9802 21.9519C10.6778 22.1786 8.36795 21.6001 6.4443 20.3147C4.52065 19.0294 3.10219 17.1168 2.4306 14.9029C1.75901 12.6889 1.87585 10.3106 2.76121 8.17318C3.64657 6.03574 5.24566 4.2714 7.28604 3.1808Z" fill="black"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="more-vertical-line">
3
+ <path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M13 6C13 6.55228 12.5523 7 12 7C11.4477 7 11 6.55228 11 6C11 5.44772 11.4477 5 12 5C12.5523 5 13 5.44772 13 6ZM13 18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18C11 17.4477 11.4477 17 12 17C12.5523 17 13 17.4477 13 18ZM12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z" fill="black"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="search-line">
3
+ <path id="Icon" fill-rule="evenodd" clip-rule="evenodd" d="M15.438 16.1451C14.1188 17.3001 12.3911 18 10.5 18C6.35786 18 3 14.6421 3 10.5C3 6.35786 6.35786 3 10.5 3C14.6421 3 18 6.35786 18 10.5C18 12.3911 17.3001 14.1188 16.1451 15.438L20.8536 20.1465L20.1465 20.8536L15.438 16.1451ZM17 10.5C17 14.0899 14.0899 17 10.5 17C6.91015 17 4 14.0899 4 10.5C4 6.91015 6.91015 4 10.5 4C14.0899 4 17 6.91015 17 10.5Z" fill="black"/>
4
+ </g>
5
+ </svg>
@@ -8,10 +8,10 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
8
8
  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; }
9
9
  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; }
10
10
  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); }
11
- import { FoldDownFill } from '@aloudata/icons-react';
12
11
  import classnames from 'classnames';
13
12
  import React, { forwardRef, useMemo } from 'react';
14
13
  import Dropdown from "../Dropdown";
14
+ import { FoldDownFill } from "../Icon";
15
15
  import { getSizeType } from "../Input/components/Input";
16
16
  import Tooltip from "../Tooltip";
17
17
  var InternalIconButton = /*#__PURE__*/forwardRef(function (props, ref) {
@@ -2,11 +2,11 @@ var _excluded = ["size", "className"];
2
2
  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); }
3
3
  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; }
4
4
  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; }
5
- import { EyeOffLine, EyeOnLine } from '@aloudata/icons-react';
6
5
  import AntdPassword from 'antd/lib/input/Password';
7
6
  import classnames from 'classnames';
8
7
  import React, { useContext } from 'react';
9
8
  import SizeContext from "../../../ConfigProvider/sizeContext";
9
+ import { EyeOffLine, EyeOnLine } from "../../../Icon";
10
10
  import { getSizeType } from "../Input";
11
11
  // 不同的size对应的不同的icon
12
12
  export var iconSizeMap = {
@@ -27,10 +27,8 @@ export default /*#__PURE__*/React.forwardRef(function (props, ref) {
27
27
  className: classnames('ald-input', "ald-input-".concat(getSizeType(size)), className),
28
28
  iconRender: function iconRender(visible) {
29
29
  return visible ? /*#__PURE__*/React.createElement(EyeOnLine, {
30
- fill: "currentColor",
31
30
  size: iconSizeMap[size]
32
31
  }) : /*#__PURE__*/React.createElement(EyeOffLine, {
33
- fill: "currentColor",
34
32
  size: iconSizeMap[size]
35
33
  });
36
34
  }
@@ -4,7 +4,7 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
4
4
  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; }
5
5
  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; } }
6
6
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
7
- import { SearchLine } from '@aloudata/icons-react';
7
+ import { SearchLine } from "../../Icon";
8
8
  import classNames from 'classnames';
9
9
  import React, { useDeferredValue, useEffect, useState } from 'react';
10
10
  import Empty from "../../Empty";
@@ -1,7 +1,7 @@
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
- import { CloseMLine } from '@aloudata/icons-react';
3
2
  import classNames from 'classnames';
4
3
  import React from 'react';
4
+ import { CloseMLine } from "../../Icon";
5
5
  import ScrollArea from "../../ScrollArea";
6
6
  import NickLabel from "./NickLabel";
7
7
  export default function SelectedMemberTags(props) {
@@ -31,7 +31,7 @@ export default function SelectedMemberTags(props) {
31
31
  })), /*#__PURE__*/React.createElement(CloseMLine, {
32
32
  size: 20,
33
33
  className: 'ald-member-picker-close',
34
- fill: "#98A2B3",
34
+ color: "#98A2B3",
35
35
  onClick: function onClick() {
36
36
  var _props$onRemove;
37
37
  (_props$onRemove = props.onRemove) === null || _props$onRemove === void 0 ? void 0 : _props$onRemove.call(props, user);
@@ -11,13 +11,13 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
11
11
  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; }
12
12
  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; } }
13
13
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
14
- import { FoldDownFill } from '@aloudata/icons-react';
15
14
  import { useRequest } from 'ahooks';
16
15
  import classNames from 'classnames';
17
16
  import _ from 'lodash';
18
17
  import React, { useCallback, useEffect, useMemo, useRef, useState } from 'react';
19
18
  import ConfigProvider from "../ConfigProvider";
20
19
  import Dropdown from "../Dropdown";
20
+ import { FoldDownFill } from "../Icon";
21
21
  import message from "../message";
22
22
  import NickLabel from "./components/NickLabel";
23
23
  import Panel from "./components/Panel";
@@ -8,10 +8,10 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
8
8
  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; }
9
9
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
10
10
  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); }
11
- import { ChevronRightLine } from '@aloudata/icons-react';
12
11
  import { Menu as AntdMenu } from 'antd';
13
12
  import classNames from 'classnames';
14
13
  import React from 'react';
14
+ import { ChevronRightLine } from "../Icon";
15
15
  import theme from "../style/themes/default/themeColor.module.less";
16
16
  import Divider from "./Divider";
17
17
  import MenuItem from "./MenuItem";
@@ -44,7 +44,7 @@ export default function Menu(props) {
44
44
  return /*#__PURE__*/React.createElement(AntdMenu, _extends({
45
45
  className: classNames(className, 'ald-menu'),
46
46
  expandIcon: expandIcon || /*#__PURE__*/React.createElement(ChevronRightLine, {
47
- fill: theme.NL50,
47
+ color: theme.NL50,
48
48
  size: 16
49
49
  })
50
50
  }, otherProps, {
@@ -18,6 +18,7 @@ export interface ModalProps extends Omit<AntdModalProps, 'okButtonProps' | 'canc
18
18
  okType?: ButtonType;
19
19
  paddingLess?: boolean;
20
20
  virtualScrollBar?: boolean;
21
+ hasHeaderBottomBorder?: boolean;
21
22
  }
22
23
  export interface ModalFuncProps extends Omit<AntdModalFuncProps, 'okButtonProps' | 'cancelButtonProps' | 'okType' | 'icon'> {
23
24
  cancelButtonProps?: IButtonProps;