@aloudata/aloudata-design 1.9.8 → 1.9.10
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/AldTable/helper.js +14 -21
- package/dist/AldTable/index.d.ts +2 -2
- package/dist/AldTable/index.js +34 -48
- package/dist/App/index.js +2 -9
- package/dist/Avatar/component/Avatar/avatar.d.ts +2 -2
- package/dist/Avatar/component/Avatar/avatar.js +0 -2
- package/dist/Avatar/component/Avatar/index.d.ts +1 -1
- package/dist/Avatar/component/Avatar/index.js +6 -20
- package/dist/Breadcrumb/index.d.ts +1 -1
- package/dist/Breadcrumb/index.js +6 -16
- package/dist/Button/index.d.ts +4 -4
- package/dist/Button/index.js +21 -41
- package/dist/Checkbox/component/CheckboxGroup/index.d.ts +2 -2
- package/dist/Checkbox/component/CheckboxGroup/index.js +4 -10
- package/dist/Checkbox/index.d.ts +3 -3
- package/dist/Checkbox/index.js +5 -14
- package/dist/Checkbox/type.js +3 -4
- package/dist/ColorPicker/constant.js +2 -1
- package/dist/ColorPicker/index.d.ts +1 -1
- package/dist/ColorPicker/index.js +15 -42
- package/dist/ConfigProvider/defaultRenderEmpty.d.ts +1 -1
- package/dist/ConfigProvider/defaultRenderEmpty.js +0 -5
- package/dist/ConfigProvider/getUserList.d.ts +4 -4
- package/dist/ConfigProvider/getUserList.js +2 -2
- package/dist/ConfigProvider/hooks/useGetUserList.js +2 -5
- package/dist/ConfigProvider/index.js +2 -6
- package/dist/ConfigProvider/sizeContext.d.ts +1 -1
- package/dist/ConfigProvider/sizeContext.js +1 -1
- package/dist/DataPreviewTable/components/Body/Cell.d.ts +1 -1
- package/dist/DataPreviewTable/components/Body/Cell.js +4 -10
- package/dist/DataPreviewTable/components/Body/Error.d.ts +1 -1
- package/dist/DataPreviewTable/components/Body/Error.js +3 -5
- package/dist/DataPreviewTable/components/Body/SkeletonBody.d.ts +1 -1
- package/dist/DataPreviewTable/components/Body/SkeletonBody.js +10 -19
- package/dist/DataPreviewTable/components/Body/index.d.ts +1 -1
- package/dist/DataPreviewTable/components/Body/index.js +10 -19
- package/dist/DataPreviewTable/components/DragBar/index.d.ts +1 -1
- package/dist/DataPreviewTable/components/DragBar/index.js +14 -24
- package/dist/DataPreviewTable/components/Header/index.d.ts +2 -2
- package/dist/DataPreviewTable/components/Header/index.js +7 -15
- package/dist/DataPreviewTable/hooks/useDirection.js +32 -57
- package/dist/DataPreviewTable/index.js +22 -29
- package/dist/DataPreviewTable/interface.d.ts +2 -2
- package/dist/DataPreviewTable/interface.js +6 -9
- package/dist/DataPreviewTable/utils/findRange.js +2 -20
- package/dist/DataPreviewTable/utils/getColumnRange.js +3 -7
- package/dist/DataPreviewTable/utils/getRowRange.js +2 -8
- package/dist/DataPreviewTable/utils/getTableLayout.js +0 -1
- package/dist/DatePicker/index.d.ts +11 -11
- package/dist/DatePicker/index.js +85 -116
- package/dist/Divider/index.d.ts +1 -1
- package/dist/Divider/index.js +0 -3
- package/dist/DoubleCircleIcon/index.d.ts +2 -2
- package/dist/DoubleCircleIcon/index.js +7 -9
- package/dist/Dropdown/Button.d.ts +2 -2
- package/dist/Dropdown/Button.js +7 -11
- package/dist/Dropdown/index.d.ts +4 -4
- package/dist/Dropdown/index.js +11 -21
- package/dist/Dropdown/style/index.less +5 -0
- package/dist/Empty/image/Data.d.ts +2 -2
- package/dist/Empty/image/Data.js +0 -2
- package/dist/Empty/image/Search.d.ts +2 -2
- package/dist/Empty/image/Search.js +0 -2
- package/dist/Empty/image/SearchSmall.d.ts +2 -2
- package/dist/Empty/image/SearchSmall.js +0 -2
- package/dist/Empty/image/User.d.ts +2 -2
- package/dist/Empty/image/User.js +0 -2
- package/dist/Empty/image/WorkBook.d.ts +2 -2
- package/dist/Empty/image/WorkBook.js +0 -2
- package/dist/Empty/index.d.ts +1 -1
- package/dist/Empty/index.js +13 -23
- package/dist/Form/index.d.ts +4 -4
- package/dist/Form/index.js +16 -27
- package/dist/Icon/components/AlertTriangleDuotone.d.ts +1 -1
- package/dist/Icon/components/AlertTriangleDuotone.js +4 -11
- package/dist/Icon/components/CancelCircleDuotone.d.ts +1 -1
- package/dist/Icon/components/CancelCircleDuotone.js +4 -11
- package/dist/Icon/components/CheckCircleDuotone.d.ts +1 -1
- package/dist/Icon/components/CheckCircleDuotone.js +4 -11
- package/dist/Icon/components/Icon.d.ts +1 -1
- package/dist/Icon/components/Icon.js +9 -13
- package/dist/Icon/components/InfoCircleLine.d.ts +1 -1
- package/dist/Icon/components/InfoCircleLine.js +4 -11
- package/dist/Icon/components/createFromScripts.js +2 -8
- package/dist/IconButton/index.js +36 -57
- package/dist/IconButton/style/index.less +4 -0
- package/dist/Input/components/Group/index.d.ts +2 -2
- package/dist/Input/components/Group/index.js +4 -9
- package/dist/Input/components/Input/index.d.ts +2 -2
- package/dist/Input/components/Input/index.js +9 -17
- package/dist/Input/components/Password/index.js +4 -9
- package/dist/Input/components/TextArea/index.js +5 -10
- package/dist/InputNumber/index.d.ts +2 -2
- package/dist/InputNumber/index.js +13 -20
- package/dist/MemberPicker/components/MemberSelection.d.ts +2 -2
- package/dist/MemberPicker/components/MemberSelection.js +12 -20
- package/dist/MemberPicker/components/MultipleOption.d.ts +2 -2
- package/dist/MemberPicker/components/MultipleOption.js +8 -9
- package/dist/MemberPicker/components/NickLabel.js +2 -4
- package/dist/MemberPicker/components/Panel.d.ts +2 -2
- package/dist/MemberPicker/components/Panel.js +14 -25
- package/dist/MemberPicker/components/SelectedMemberTags.d.ts +2 -2
- package/dist/MemberPicker/components/SelectedMemberTags.js +2 -4
- package/dist/MemberPicker/components/SelectorFooter.d.ts +2 -2
- package/dist/MemberPicker/components/SingleOption.d.ts +2 -2
- package/dist/MemberPicker/components/SingleOption.js +9 -10
- package/dist/MemberPicker/index.js +46 -79
- package/dist/MemberPicker/interface.d.ts +2 -2
- package/dist/MemberPicker/utils/getUsersWithUserId.js +0 -1
- package/dist/Menu/Divider.d.ts +3 -3
- package/dist/Menu/MenuItem.d.ts +1 -1
- package/dist/Menu/SubMenu.d.ts +1 -1
- package/dist/Menu/SubMenu.js +1 -6
- package/dist/Menu/index.d.ts +2 -2
- package/dist/Menu/index.js +7 -16
- package/dist/Menu/style/dropdown.less +4 -2
- package/dist/Modal/index.d.ts +4 -4
- package/dist/Modal/index.js +108 -130
- package/dist/Modal/locale.js +4 -6
- package/dist/Navigator/components/Header/index.d.ts +2 -2
- package/dist/Navigator/components/Header/index.js +0 -2
- package/dist/Navigator/components/Menu/index.d.ts +2 -2
- package/dist/Navigator/components/Menu/index.js +8 -19
- package/dist/Navigator/components/MenuItem/index.d.ts +1 -1
- package/dist/Navigator/components/MenuItem/index.js +6 -9
- package/dist/Navigator/index.d.ts +1 -1
- package/dist/Navigator/index.js +5 -7
- package/dist/Pagination/index.d.ts +3 -3
- package/dist/Pagination/index.js +18 -43
- package/dist/Popconfirm/index.d.ts +2 -2
- package/dist/Popconfirm/index.js +19 -27
- package/dist/Popover/index.d.ts +2 -2
- package/dist/Popover/index.js +2 -9
- package/dist/Progress/index.js +21 -33
- package/dist/Radio/components/Group/index.d.ts +1 -1
- package/dist/Radio/components/Group/index.js +27 -36
- package/dist/Radio/components/Radio/index.d.ts +2 -2
- package/dist/Radio/components/Radio/index.js +10 -18
- package/dist/Radio/interface/radioGroup.d.ts +3 -3
- package/dist/Result/index.d.ts +7 -7
- package/dist/Result/index.js +17 -26
- package/dist/Result/noFound.js +0 -3
- package/dist/Result/serverError.js +0 -3
- package/dist/Result/unauthorized.js +1 -4
- package/dist/ScrollArea/index.js +6 -13
- package/dist/Select/components/MultipleOption.d.ts +2 -2
- package/dist/Select/components/MultipleOption.js +4 -8
- package/dist/Select/components/SingleOption.d.ts +2 -2
- package/dist/Select/components/SingleOption.js +5 -9
- package/dist/Select/index.d.ts +2 -2
- package/dist/Select/index.js +66 -134
- package/dist/Spin/CustomIcon/index.d.ts +2 -2
- package/dist/Spin/CustomIcon/index.js +0 -2
- package/dist/Spin/Icon/index.d.ts +2 -2
- package/dist/Spin/index.d.ts +2 -2
- package/dist/Spin/index.js +1 -10
- package/dist/Steps/components/ProcessIcon/index.d.ts +2 -2
- package/dist/Steps/components/ProcessIcon/index.js +0 -2
- package/dist/Steps/components/Step/index.d.ts +3 -3
- package/dist/Steps/components/Step/index.js +2 -8
- package/dist/Steps/index.d.ts +3 -3
- package/dist/Steps/index.js +8 -10
- package/dist/Switch/index.js +17 -30
- package/dist/Table/Table.js +88 -131
- package/dist/Table/components/Empty/index.d.ts +2 -2
- package/dist/Table/components/Empty/index.js +0 -2
- package/dist/Table/components/Loading/index.d.ts +2 -2
- package/dist/Table/components/Loading/index.js +0 -2
- package/dist/Table/components/TableBodyRowList/index.d.ts +2 -2
- package/dist/Table/components/TableBodyRowList/index.js +19 -39
- package/dist/Table/components/TableHead/index.d.ts +1 -1
- package/dist/Table/components/TableHead/index.js +56 -82
- package/dist/Table/hooks/useFrame.d.ts +1 -1
- package/dist/Table/hooks/useFrame.js +9 -24
- package/dist/Table/interface.d.ts +1 -1
- package/dist/Table/utils.js +8 -28
- package/dist/Tabs/TabPane.d.ts +2 -2
- package/dist/Tabs/index.d.ts +2 -2
- package/dist/Tabs/index.js +18 -33
- package/dist/Tooltip/index.d.ts +2 -2
- package/dist/Tooltip/index.js +12 -12
- package/dist/Tree/demo/basic/index.d.ts +2 -2
- package/dist/Tree/index.d.ts +1 -1
- package/dist/Tree/index.js +2 -4
- package/dist/_utils/hooks/useControlledState.js +9 -21
- package/dist/_utils/hooks/useId.js +4 -5
- package/dist/_utils/hooks/usePrefixCls.js +2 -5
- package/dist/index.js +3 -1
- package/dist/locale-provider/context.d.ts +1 -1
- package/dist/locale-provider/index.d.ts +1 -1
- package/dist/locale-provider/index.js +8 -33
- package/dist/message/index.js +3 -7
- package/dist/notification/demo/index.d.ts +2 -2
- package/dist/notification/demo/index.js +0 -1
- package/dist/notification/index.js +23 -32
- package/package.json +1 -1
|
@@ -7,5 +7,5 @@ interface SVGRProps {
|
|
|
7
7
|
desc?: string;
|
|
8
8
|
descId?: string;
|
|
9
9
|
}
|
|
10
|
-
declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<
|
|
10
|
+
declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
|
|
11
11
|
export default Memo;
|
|
@@ -1,21 +1,15 @@
|
|
|
1
1
|
var _excluded = ["title", "titleId", "desc", "descId"];
|
|
2
|
-
|
|
3
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); }
|
|
4
|
-
|
|
5
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; }
|
|
6
|
-
|
|
7
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; }
|
|
8
|
-
|
|
9
5
|
import * as React from 'react';
|
|
10
6
|
import { forwardRef, memo } from 'react';
|
|
11
|
-
|
|
12
7
|
var CheckCircleDuotone = function CheckCircleDuotone(_ref, ref) {
|
|
13
8
|
var title = _ref.title,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
9
|
+
titleId = _ref.titleId,
|
|
10
|
+
desc = _ref.desc,
|
|
11
|
+
descId = _ref.descId,
|
|
12
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
19
13
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
20
14
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21
15
|
width: props.width || props.size || 16,
|
|
@@ -39,7 +33,6 @@ var CheckCircleDuotone = function CheckCircleDuotone(_ref, ref) {
|
|
|
39
33
|
clipRule: "evenodd"
|
|
40
34
|
}));
|
|
41
35
|
};
|
|
42
|
-
|
|
43
36
|
var ForwardRef = /*#__PURE__*/forwardRef(CheckCircleDuotone);
|
|
44
37
|
var Memo = /*#__PURE__*/memo(ForwardRef);
|
|
45
38
|
export default Memo;
|
|
@@ -1,25 +1,21 @@
|
|
|
1
1
|
var _excluded = ["type", "size", "className", "color"];
|
|
2
|
-
|
|
3
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); }
|
|
4
|
-
|
|
5
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; }
|
|
6
|
-
|
|
7
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; }
|
|
8
|
-
|
|
9
5
|
import React from 'react';
|
|
10
6
|
import classnames from 'classnames';
|
|
11
7
|
export default function Icon(props) {
|
|
12
8
|
var type = props.type,
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
9
|
+
_props$size = props.size,
|
|
10
|
+
size = _props$size === void 0 ? '1em' : _props$size,
|
|
11
|
+
_props$className = props.className,
|
|
12
|
+
className = _props$className === void 0 ? 'ald-icon' : _props$className,
|
|
13
|
+
_props$color = props.color,
|
|
14
|
+
color = _props$color === void 0 ? 'currentColor' : _props$color,
|
|
15
|
+
rest = _objectWithoutProperties(props, _excluded);
|
|
21
16
|
return /*#__PURE__*/React.createElement("iconpark-icon", _extends({
|
|
22
|
-
name: type
|
|
17
|
+
name: type
|
|
18
|
+
// @ts-ignore react里web-component 只能使用class
|
|
23
19
|
,
|
|
24
20
|
class: classnames('ald-icon', className),
|
|
25
21
|
size: String(size),
|
|
@@ -7,5 +7,5 @@ interface SVGRProps {
|
|
|
7
7
|
desc?: string;
|
|
8
8
|
descId?: string;
|
|
9
9
|
}
|
|
10
|
-
declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<
|
|
10
|
+
declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
|
|
11
11
|
export default Memo;
|
|
@@ -1,21 +1,15 @@
|
|
|
1
1
|
var _excluded = ["title", "titleId", "desc", "descId"];
|
|
2
|
-
|
|
3
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); }
|
|
4
|
-
|
|
5
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; }
|
|
6
|
-
|
|
7
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; }
|
|
8
|
-
|
|
9
5
|
import * as React from 'react';
|
|
10
6
|
import { forwardRef, memo } from 'react';
|
|
11
|
-
|
|
12
7
|
var InfoCircleLine = function InfoCircleLine(_ref, ref) {
|
|
13
8
|
var title = _ref.title,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
9
|
+
titleId = _ref.titleId,
|
|
10
|
+
desc = _ref.desc,
|
|
11
|
+
descId = _ref.descId,
|
|
12
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
19
13
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
20
14
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21
15
|
width: props.width || props.size || 16,
|
|
@@ -36,7 +30,6 @@ var InfoCircleLine = function InfoCircleLine(_ref, ref) {
|
|
|
36
30
|
clipRule: "evenodd"
|
|
37
31
|
}));
|
|
38
32
|
};
|
|
39
|
-
|
|
40
33
|
var ForwardRef = /*#__PURE__*/forwardRef(InfoCircleLine);
|
|
41
34
|
var Memo = /*#__PURE__*/memo(ForwardRef);
|
|
42
35
|
export default Memo;
|
|
@@ -1,32 +1,26 @@
|
|
|
1
1
|
var FIRST_INDEX = 0;
|
|
2
2
|
var customCache = new Set();
|
|
3
|
-
|
|
4
3
|
function isValidCustomScriptUrl(scriptUrl) {
|
|
5
4
|
return Boolean(typeof scriptUrl === 'string' && scriptUrl.length && !customCache.has(scriptUrl));
|
|
6
5
|
}
|
|
7
|
-
|
|
8
6
|
export function createFromScripts(scriptUrl) {
|
|
9
7
|
var index = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : FIRST_INDEX;
|
|
10
|
-
var scriptUrls = Array.isArray(scriptUrl) ? scriptUrl : [scriptUrl];
|
|
11
|
-
|
|
8
|
+
var scriptUrls = Array.isArray(scriptUrl) ? scriptUrl : [scriptUrl];
|
|
9
|
+
// index 表示即将创建的脚本的索引,当所有的脚本链接都创建之后,函数不再往下执行
|
|
12
10
|
if (index >= scriptUrls.length) {
|
|
13
11
|
return;
|
|
14
12
|
}
|
|
15
|
-
|
|
16
13
|
var currentScriptUrl = scriptUrls[index];
|
|
17
|
-
|
|
18
14
|
if (isValidCustomScriptUrl(currentScriptUrl)) {
|
|
19
15
|
var script = document.createElement('script');
|
|
20
16
|
script.setAttribute('src', currentScriptUrl);
|
|
21
17
|
script.setAttribute('data-namespace', currentScriptUrl);
|
|
22
18
|
customCache.add(currentScriptUrl);
|
|
23
19
|
document.body.appendChild(script);
|
|
24
|
-
|
|
25
20
|
if (scriptUrls.length > index + 1) {
|
|
26
21
|
script.onload = function () {
|
|
27
22
|
createFromScripts(scriptUrls, index + 1);
|
|
28
23
|
};
|
|
29
|
-
|
|
30
24
|
script.onerror = function () {
|
|
31
25
|
createFromScripts(scriptUrls, index + 1);
|
|
32
26
|
};
|
package/dist/IconButton/index.js
CHANGED
|
@@ -1,23 +1,13 @@
|
|
|
1
1
|
var _excluded = ["icon", "onClick", "disabled", "size", "menu", "className", "onOpenChange", "tooltip", "id", "overlay", "showArrow", "mode"];
|
|
2
|
-
|
|
3
2
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
4
|
-
|
|
5
3
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
6
|
-
|
|
7
4
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
8
|
-
|
|
9
|
-
function
|
|
10
|
-
|
|
11
|
-
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
12
|
-
|
|
5
|
+
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; }
|
|
6
|
+
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
7
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
14
|
-
|
|
15
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; }
|
|
16
|
-
|
|
17
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; }
|
|
18
|
-
|
|
19
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); }
|
|
20
|
-
|
|
21
11
|
import { FoldDownFill } from '@aloudata/icons-react';
|
|
22
12
|
import classnames from 'classnames';
|
|
23
13
|
import React, { forwardRef, useMemo } from 'react';
|
|
@@ -26,28 +16,25 @@ import { getSizeType } from "../Input/components/Input";
|
|
|
26
16
|
import Tooltip from "../Tooltip";
|
|
27
17
|
var InternalIconButton = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
28
18
|
var icon = props.icon,
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
19
|
+
_props$onClick = props.onClick,
|
|
20
|
+
onClick = _props$onClick === void 0 ? function () {} : _props$onClick,
|
|
21
|
+
disabled = props.disabled,
|
|
22
|
+
_props$size = props.size,
|
|
23
|
+
size = _props$size === void 0 ? 'middle' : _props$size,
|
|
24
|
+
keepFocus = props.keepFocus,
|
|
25
|
+
className = props.className,
|
|
26
|
+
tooltip = props.tooltip,
|
|
27
|
+
id = props.id,
|
|
28
|
+
_props$mode = props.mode,
|
|
29
|
+
mode = _props$mode === void 0 ? 'light' : _props$mode;
|
|
41
30
|
var onButtonClick = function onButtonClick(e) {
|
|
42
31
|
if (disabled) {
|
|
43
32
|
e.stopPropagation();
|
|
44
33
|
e.preventDefault();
|
|
45
34
|
return;
|
|
46
35
|
}
|
|
47
|
-
|
|
48
36
|
onClick(e);
|
|
49
37
|
};
|
|
50
|
-
|
|
51
38
|
return /*#__PURE__*/React.createElement(Tooltip, _extends({}, tooltip, {
|
|
52
39
|
title: tooltip === null || tooltip === void 0 ? void 0 : tooltip.title
|
|
53
40
|
}), /*#__PURE__*/React.createElement("button", {
|
|
@@ -59,63 +46,55 @@ var InternalIconButton = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
59
46
|
}),
|
|
60
47
|
type: "button",
|
|
61
48
|
ref: ref,
|
|
62
|
-
onClick: onButtonClick
|
|
63
|
-
|
|
49
|
+
onClick: onButtonClick
|
|
50
|
+
// disabled={disabled}
|
|
64
51
|
}, /*#__PURE__*/React.createElement("div", {
|
|
65
52
|
className: "ald-icon-button-wrap"
|
|
66
53
|
}, icon)));
|
|
67
54
|
});
|
|
68
55
|
var DropdownButton = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
69
56
|
var icon = props.icon,
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
57
|
+
_props$onClick2 = props.onClick,
|
|
58
|
+
onClick = _props$onClick2 === void 0 ? function () {} : _props$onClick2,
|
|
59
|
+
disabled = props.disabled,
|
|
60
|
+
_props$size2 = props.size,
|
|
61
|
+
size = _props$size2 === void 0 ? 'middle' : _props$size2,
|
|
62
|
+
menu = props.menu,
|
|
63
|
+
className = props.className,
|
|
64
|
+
onOpenChange = props.onOpenChange,
|
|
65
|
+
tooltip = props.tooltip,
|
|
66
|
+
id = props.id,
|
|
67
|
+
overlay = props.overlay,
|
|
68
|
+
_props$showArrow = props.showArrow,
|
|
69
|
+
showArrow = _props$showArrow === void 0 ? true : _props$showArrow,
|
|
70
|
+
_props$mode2 = props.mode,
|
|
71
|
+
mode = _props$mode2 === void 0 ? 'light' : _props$mode2,
|
|
72
|
+
restDropdownProps = _objectWithoutProperties(props, _excluded);
|
|
87
73
|
var sizeMemo = React.useMemo(function () {
|
|
88
74
|
return getSizeType(size);
|
|
89
75
|
}, [size]);
|
|
90
|
-
|
|
91
76
|
var _React$useState = React.useState(false),
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
77
|
+
_React$useState2 = _slicedToArray(_React$useState, 2),
|
|
78
|
+
dropdownOpen = _React$useState2[0],
|
|
79
|
+
setDropdownOpen = _React$useState2[1];
|
|
96
80
|
var onButtonClick = function onButtonClick(e) {
|
|
97
81
|
if (disabled) {
|
|
98
82
|
e.stopPropagation();
|
|
99
83
|
e.preventDefault();
|
|
100
84
|
return;
|
|
101
85
|
}
|
|
102
|
-
|
|
103
86
|
onClick(e);
|
|
104
87
|
};
|
|
105
|
-
|
|
106
88
|
var onDropdownOpenChange = function onDropdownOpenChange(open) {
|
|
107
89
|
setDropdownOpen(open);
|
|
108
|
-
|
|
109
90
|
if (onOpenChange) {
|
|
110
91
|
onOpenChange(open);
|
|
111
92
|
}
|
|
112
93
|
};
|
|
113
|
-
|
|
114
94
|
var canDropdown = useMemo(function () {
|
|
115
95
|
var hasMenu = menu && menu.items && menu.items.length > 0;
|
|
116
96
|
return (hasMenu || overlay) && !disabled;
|
|
117
97
|
}, [menu, overlay, disabled]);
|
|
118
|
-
|
|
119
98
|
if (!canDropdown) {
|
|
120
99
|
return /*#__PURE__*/React.createElement(Tooltip, _extends({}, tooltip, {
|
|
121
100
|
title: tooltip === null || tooltip === void 0 ? void 0 : tooltip.title
|
|
@@ -135,7 +114,6 @@ var DropdownButton = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
135
114
|
size: sizeMemo === 'large' ? 20 : 16
|
|
136
115
|
})));
|
|
137
116
|
}
|
|
138
|
-
|
|
139
117
|
return /*#__PURE__*/React.createElement(Tooltip, _extends({}, tooltip, {
|
|
140
118
|
title: tooltip === null || tooltip === void 0 ? void 0 : tooltip.title
|
|
141
119
|
}), /*#__PURE__*/React.createElement(Dropdown, _extends({
|
|
@@ -145,7 +123,8 @@ var DropdownButton = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
145
123
|
id: id,
|
|
146
124
|
className: classnames(className, 'ald-icon-button-dropdown', "ald-icon-button-".concat(getSizeType(size)), {
|
|
147
125
|
'ald-icon-button-disabled': disabled,
|
|
148
|
-
'ald-icon-button-dropdown-open': dropdownOpen
|
|
126
|
+
'ald-icon-button-dropdown-open': dropdownOpen,
|
|
127
|
+
'ald-icon-button-dark': mode === 'dark'
|
|
149
128
|
}),
|
|
150
129
|
type: "button",
|
|
151
130
|
ref: ref,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { GroupProps } from 'antd/lib/input';
|
|
3
3
|
import { TSize } from '../Input';
|
|
4
4
|
export interface IGroupProps extends Omit<GroupProps, 'size'> {
|
|
@@ -15,4 +15,4 @@ export interface IGroupProps extends Omit<GroupProps, 'size'> {
|
|
|
15
15
|
size?: TSize;
|
|
16
16
|
className?: string;
|
|
17
17
|
}
|
|
18
|
-
export default function Group(props: IGroupProps): JSX.Element;
|
|
18
|
+
export default function Group(props: IGroupProps): React.JSX.Element;
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
var _excluded = ["size", "className"];
|
|
2
|
-
|
|
3
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); }
|
|
4
|
-
|
|
5
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; }
|
|
6
|
-
|
|
7
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; }
|
|
8
|
-
|
|
9
5
|
import React from 'react';
|
|
10
6
|
import AntdInput from 'antd/lib/input';
|
|
11
7
|
import { getSizeType } from "../Input";
|
|
@@ -13,11 +9,10 @@ import classnames from 'classnames';
|
|
|
13
9
|
var AntdGroup = AntdInput.Group;
|
|
14
10
|
export default function Group(props) {
|
|
15
11
|
var _props$size = props.size,
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
12
|
+
size = _props$size === void 0 ? 'middle' : _props$size,
|
|
13
|
+
_props$className = props.className,
|
|
14
|
+
className = _props$className === void 0 ? '' : _props$className,
|
|
15
|
+
rest = _objectWithoutProperties(props, _excluded);
|
|
21
16
|
return /*#__PURE__*/React.createElement(AntdGroup, _extends({
|
|
22
17
|
className: classnames("ald-input-group-".concat(getSizeType(size)), className)
|
|
23
18
|
}, rest));
|
|
@@ -8,9 +8,9 @@ interface IShowCountProps {
|
|
|
8
8
|
maxLength?: number;
|
|
9
9
|
}) => string;
|
|
10
10
|
}
|
|
11
|
-
export
|
|
11
|
+
export type TSize = SizeType;
|
|
12
12
|
export type { InputRef };
|
|
13
|
-
|
|
13
|
+
type ChangeEventHandler = (e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
14
14
|
export interface IInputProps extends Omit<InputProps, 'size' | 'id' | 'prefix' | 'allowClear' | 'disabled' | 'showCount' | 'maxLength' | 'value' | 'defaultValue' | 'onPressEnter' | 'onChange' | 'addonAfter' | 'addonBefore'> {
|
|
15
15
|
/**
|
|
16
16
|
* @description 带标签的input,设置后置标签
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
var _excluded = ["size", "className", "prefixCls"];
|
|
2
|
-
|
|
3
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); }
|
|
4
|
-
|
|
5
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; }
|
|
6
|
-
|
|
7
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; }
|
|
8
|
-
|
|
9
5
|
import SizeContext from 'antd/lib/config-provider/SizeContext';
|
|
10
6
|
import AntdInput from 'antd/lib/input/Input';
|
|
11
7
|
import { useCompactItemContext } from 'antd/lib/space/Compact';
|
|
@@ -16,25 +12,21 @@ export function getSizeType(sizeType) {
|
|
|
16
12
|
if (['small', 'middle', 'large'].includes(sizeType || '')) {
|
|
17
13
|
return sizeType;
|
|
18
14
|
}
|
|
19
|
-
|
|
20
15
|
return 'middle';
|
|
21
16
|
}
|
|
22
17
|
var Input = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
23
18
|
var customSize = props.size,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
19
|
+
className = props.className,
|
|
20
|
+
customizePrefixCls = props.prefixCls,
|
|
21
|
+
rest = _objectWithoutProperties(props, _excluded);
|
|
28
22
|
var _React$useContext = React.useContext(ConfigContext),
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
23
|
+
getPrefixCls = _React$useContext.getPrefixCls,
|
|
24
|
+
direction = _React$useContext.direction;
|
|
25
|
+
var prefixCls = getPrefixCls('input', customizePrefixCls);
|
|
26
|
+
// ===================== Compact Item =====================
|
|
34
27
|
var _useCompactItemContex = useCompactItemContext(prefixCls, direction),
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
28
|
+
compactSize = _useCompactItemContex.compactSize,
|
|
29
|
+
compactItemClassnames = _useCompactItemContex.compactItemClassnames;
|
|
38
30
|
var contentSize = useContext(SizeContext);
|
|
39
31
|
var size = compactSize || customSize || contentSize || 'middle';
|
|
40
32
|
return /*#__PURE__*/React.createElement(AntdInput, _extends({}, rest, {
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
var _excluded = ["size", "className"];
|
|
2
|
-
|
|
3
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); }
|
|
4
|
-
|
|
5
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; }
|
|
6
|
-
|
|
7
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; }
|
|
8
|
-
|
|
9
5
|
import { EyeOffLine, EyeOnLine } from '@aloudata/icons-react';
|
|
10
6
|
import AntdPassword from 'antd/lib/input/Password';
|
|
11
7
|
import classnames from 'classnames';
|
|
12
8
|
import React, { useContext } from 'react';
|
|
13
9
|
import SizeContext from "../../../ConfigProvider/sizeContext";
|
|
14
|
-
import { getSizeType } from "../Input";
|
|
15
|
-
|
|
10
|
+
import { getSizeType } from "../Input";
|
|
11
|
+
// 不同的size对应的不同的icon
|
|
16
12
|
export var iconSizeMap = {
|
|
17
13
|
small: 16,
|
|
18
14
|
middle: 20,
|
|
@@ -21,9 +17,8 @@ export var iconSizeMap = {
|
|
|
21
17
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
22
18
|
export default /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
23
19
|
var customSize = props.size,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
20
|
+
className = props.className,
|
|
21
|
+
restProps = _objectWithoutProperties(props, _excluded);
|
|
27
22
|
var contentSize = useContext(SizeContext);
|
|
28
23
|
var size = customSize || contentSize || 'middle';
|
|
29
24
|
return /*#__PURE__*/React.createElement(AntdPassword, _extends({}, restProps, {
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
var _excluded = ["bordered", "size", "className"];
|
|
2
|
-
|
|
3
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); }
|
|
4
|
-
|
|
5
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; }
|
|
6
|
-
|
|
7
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; }
|
|
8
|
-
|
|
9
5
|
import AntdTextArea from 'antd/lib/input/TextArea';
|
|
10
6
|
import classnames from 'classnames';
|
|
11
7
|
import React, { useContext } from 'react';
|
|
@@ -13,12 +9,11 @@ import SizeContext from "../../../ConfigProvider/sizeContext";
|
|
|
13
9
|
import { getSizeType } from "../Input";
|
|
14
10
|
export default /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
15
11
|
var _props$bordered = props.bordered,
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
12
|
+
bordered = _props$bordered === void 0 ? true : _props$bordered,
|
|
13
|
+
customSize = props.size,
|
|
14
|
+
_props$className = props.className,
|
|
15
|
+
className = _props$className === void 0 ? '' : _props$className,
|
|
16
|
+
rest = _objectWithoutProperties(props, _excluded);
|
|
22
17
|
var contentSize = useContext(SizeContext);
|
|
23
18
|
var size = customSize || contentSize || 'middle';
|
|
24
19
|
return /*#__PURE__*/React.createElement(AntdTextArea, _extends({}, rest, {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { IInputNumberProps } from './type';
|
|
3
|
-
export default function InputNumber(props: IInputNumberProps): JSX.Element;
|
|
3
|
+
export default function InputNumber(props: IInputNumberProps): React.JSX.Element;
|
|
4
4
|
export type { IInputNumberProps };
|