linkmore-design 1.0.28 → 1.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.umd.js +63 -14
- package/dist/index.umd.min.js +7 -7
- package/es/ButtonTags/style/style.css +3 -0
- package/es/Card/style/index.css +3 -0
- package/es/CkFilter/style/style.css +6 -1
- package/es/CustomerService/style/style.css +3 -0
- package/es/Drawer/style/index.css +3 -0
- package/es/Dropdown/style/index.css +3 -0
- package/es/EditTable/style/style.css +3 -0
- package/es/Empty/style/index.css +3 -0
- package/es/Filter/style/style.css +3 -0
- package/es/Input/index.js +3 -4
- package/es/Input/style/style.css +18 -4
- package/es/InputNumber/style/index.css +3 -0
- package/es/LeftTable/style/style.css +3 -0
- package/es/LmTable/style/style.css +3 -0
- package/es/Menu/style/index.css +3 -0
- package/es/Modal/style/index.css +3 -0
- package/es/Notification/style/index.css +3 -0
- package/es/Pagination/style/index.css +3 -0
- package/es/PopTable/style/style.css +3 -0
- package/es/ProTable/style/style.css +3 -0
- package/es/Select/index.js +6 -7
- package/es/Select/style/index.css +3 -0
- package/es/Space/style/index.css +3 -0
- package/es/Tabs/index.d.ts +11 -0
- package/es/Tabs/index.js +31 -0
- package/es/Tabs/style/index.css +508 -0
- package/es/Tabs/style/index.d.ts +1 -0
- package/es/Tabs/style/index.js +1 -0
- package/es/Tag/index.d.ts +12 -0
- package/es/Tag/index.js +36 -0
- package/es/Tag/style/index.css +562 -0
- package/es/Tag/style/index.d.ts +1 -0
- package/es/Tag/style/index.js +1 -0
- package/es/Tree/index.d.ts +6 -1
- package/es/Tree/index.js +30 -1
- package/es/Tree/style/index.css +15 -0
- package/es/index.js +25 -1
- package/es/message/index.d.ts +7 -0
- package/es/message/index.js +12 -0
- package/es/message/style/index.css +509 -0
- package/es/message/style/index.d.ts +1 -0
- package/es/message/style/index.js +1 -0
- package/es/styles/main.css +3 -0
- package/lib/ButtonTags/style/style.css +3 -0
- package/lib/Card/style/index.css +3 -0
- package/lib/CkFilter/style/style.css +6 -1
- package/lib/CustomerService/style/style.css +3 -0
- package/lib/Drawer/style/index.css +3 -0
- package/lib/Dropdown/style/index.css +3 -0
- package/lib/EditTable/style/style.css +3 -0
- package/lib/Empty/style/index.css +3 -0
- package/lib/Filter/style/style.css +3 -0
- package/lib/Input/index.js +3 -4
- package/lib/Input/style/style.css +18 -4
- package/lib/InputNumber/style/index.css +3 -0
- package/lib/LeftTable/style/style.css +3 -0
- package/lib/LmTable/style/style.css +3 -0
- package/lib/Menu/style/index.css +3 -0
- package/lib/Modal/style/index.css +3 -0
- package/lib/Notification/style/index.css +3 -0
- package/lib/Pagination/style/index.css +3 -0
- package/lib/PopTable/style/style.css +3 -0
- package/lib/ProTable/style/style.css +3 -0
- package/lib/Select/index.js +8 -7
- package/lib/Select/style/index.css +3 -0
- package/lib/Space/style/index.css +3 -0
- package/lib/Tabs/index.d.ts +11 -0
- package/lib/Tabs/index.js +44 -0
- package/lib/Tabs/style/index.css +508 -0
- package/lib/Tabs/style/index.d.ts +1 -0
- package/lib/Tabs/style/index.js +3 -0
- package/lib/Tag/index.d.ts +12 -0
- package/lib/Tag/index.js +52 -0
- package/lib/Tag/style/index.css +562 -0
- package/lib/Tag/style/index.d.ts +1 -0
- package/lib/Tag/style/index.js +3 -0
- package/lib/Tree/index.d.ts +6 -1
- package/lib/Tree/index.js +33 -1
- package/lib/Tree/style/index.css +15 -0
- package/lib/index.js +25 -1
- package/lib/message/index.d.ts +7 -0
- package/lib/message/index.js +24 -0
- package/lib/message/style/index.css +509 -0
- package/lib/message/style/index.d.ts +1 -0
- package/lib/message/style/index.js +3 -0
- package/lib/styles/main.css +3 -0
- package/package.json +4 -4
package/dist/index.umd.js
CHANGED
|
@@ -39034,18 +39034,17 @@
|
|
|
39034
39034
|
var _excluded$h = ["allowClear"],
|
|
39035
39035
|
_excluded2$4 = ["allowClear"],
|
|
39036
39036
|
_excluded3$2 = ["allowClear"];
|
|
39037
|
-
|
|
39038
|
-
var LmInput = function LmInput(props) {
|
|
39037
|
+
var LmInput = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
39039
39038
|
var _props$allowClear = props.allowClear,
|
|
39040
39039
|
rest = _objectWithoutProperties(props, _excluded$h);
|
|
39041
39040
|
|
|
39042
39041
|
return /*#__PURE__*/React__default['default'].createElement(_Input__default['default'], _extends({
|
|
39042
|
+
ref: ref,
|
|
39043
39043
|
className: "lm_input"
|
|
39044
39044
|
}, rest, {
|
|
39045
39045
|
allowClear: true
|
|
39046
39046
|
}));
|
|
39047
|
-
};
|
|
39048
|
-
|
|
39047
|
+
});
|
|
39049
39048
|
LmInput.Group = _Input__default['default'].Group;
|
|
39050
39049
|
LmInput.Search = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
39051
39050
|
var _props$allowClear2 = props.allowClear,
|
|
@@ -80954,23 +80953,22 @@
|
|
|
80954
80953
|
|
|
80955
80954
|
var _excluded$1e = ["children", "className", "size", "dropdownClassName"];
|
|
80956
80955
|
var prefixCls$5 = 'lm_select';
|
|
80957
|
-
|
|
80958
|
-
var CLMSelect = function CLMSelect(props) {
|
|
80956
|
+
var CLMSelect = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
80959
80957
|
var children = props.children,
|
|
80960
80958
|
className = props.className,
|
|
80961
80959
|
_props$size = props.size,
|
|
80962
|
-
size = _props$size === void 0 ? '
|
|
80960
|
+
size = _props$size === void 0 ? 'middle' : _props$size,
|
|
80963
80961
|
dropdownClassName = props.dropdownClassName,
|
|
80964
80962
|
others = _objectWithoutProperties(props, _excluded$1e);
|
|
80965
80963
|
|
|
80966
80964
|
return /*#__PURE__*/React__default['default'].createElement(_Select__default['default'], _extends({
|
|
80967
80965
|
className: classnames(className, prefixCls$5),
|
|
80968
|
-
size: size
|
|
80966
|
+
size: size,
|
|
80967
|
+
ref: ref
|
|
80969
80968
|
}, others, {
|
|
80970
80969
|
dropdownClassName: classnames('lm_select_dropdown', dropdownClassName)
|
|
80971
80970
|
}), children);
|
|
80972
|
-
};
|
|
80973
|
-
|
|
80971
|
+
});
|
|
80974
80972
|
var LMSelect = CLMSelect;
|
|
80975
80973
|
LMSelect.Option = _Select__default['default'].Option;
|
|
80976
80974
|
LMSelect.OptGroup = _Select__default['default'].OptGroup;
|
|
@@ -81004,6 +81002,54 @@
|
|
|
81004
81002
|
}))));
|
|
81005
81003
|
};
|
|
81006
81004
|
|
|
81005
|
+
var _excluded$1f = ["className"];
|
|
81006
|
+
var prefixCls$6 = 'lm_tree';
|
|
81007
|
+
var LmTree = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
81008
|
+
var className = props.className,
|
|
81009
|
+
rest = _objectWithoutProperties(props, _excluded$1f);
|
|
81010
|
+
|
|
81011
|
+
return /*#__PURE__*/React__default['default'].createElement(_Tree__default['default'], _extends({
|
|
81012
|
+
ref: ref
|
|
81013
|
+
}, rest, {
|
|
81014
|
+
className: classnames(prefixCls$6, className)
|
|
81015
|
+
}));
|
|
81016
|
+
});
|
|
81017
|
+
LmTree.TreeNode = _Tree__default['default'].TreeNode;
|
|
81018
|
+
LmTree.DirectoryTree = _Tree__default['default'].DirectoryTree;
|
|
81019
|
+
|
|
81020
|
+
var _excluded$1g = ["className", "color"];
|
|
81021
|
+
var PresetColorTypes = ['pink', 'red', 'yellow', 'orange', 'cyan', 'green', 'blue', 'purple', 'geekblue', 'magenta', 'volcano', 'gold', 'lime'];
|
|
81022
|
+
var prefixCls$7 = 'lm_tag';
|
|
81023
|
+
var LmTag = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
81024
|
+
var className = props.className,
|
|
81025
|
+
color = props.color,
|
|
81026
|
+
rest = _objectWithoutProperties(props, _excluded$1g);
|
|
81027
|
+
|
|
81028
|
+
return /*#__PURE__*/React__default['default'].createElement(_Tag__default['default'], _extends({
|
|
81029
|
+
ref: ref
|
|
81030
|
+
}, rest, {
|
|
81031
|
+
color: color,
|
|
81032
|
+
className: classnames(prefixCls$7, {
|
|
81033
|
+
lm_tag_noborder: !!props.noborder
|
|
81034
|
+
}, className, PresetColorTypes.includes(color) && "lm_tag_main_color")
|
|
81035
|
+
}));
|
|
81036
|
+
});
|
|
81037
|
+
LmTag.CheckableTag = _Tag__default['default'].CheckableTag;
|
|
81038
|
+
|
|
81039
|
+
var _excluded$1h = ["className"];
|
|
81040
|
+
var prefixCls$8 = 'lm_tabs';
|
|
81041
|
+
|
|
81042
|
+
var LMTabs = function LMTabs(props) {
|
|
81043
|
+
var className = props.className,
|
|
81044
|
+
others = _objectWithoutProperties(props, _excluded$1h);
|
|
81045
|
+
|
|
81046
|
+
return /*#__PURE__*/React__default['default'].createElement(_Tabs__default['default'], _extends({}, others, {
|
|
81047
|
+
className: classnames(className, prefixCls$8)
|
|
81048
|
+
}));
|
|
81049
|
+
};
|
|
81050
|
+
|
|
81051
|
+
LMTabs.TabPane = _Tabs__default['default'].TabPane;
|
|
81052
|
+
|
|
81007
81053
|
Object.defineProperty(exports, 'Card', {
|
|
81008
81054
|
enumerable: true,
|
|
81009
81055
|
get: function () {
|
|
@@ -81016,16 +81062,16 @@
|
|
|
81016
81062
|
return _Space__default['default'];
|
|
81017
81063
|
}
|
|
81018
81064
|
});
|
|
81019
|
-
Object.defineProperty(exports, '
|
|
81065
|
+
Object.defineProperty(exports, 'message', {
|
|
81020
81066
|
enumerable: true,
|
|
81021
81067
|
get: function () {
|
|
81022
|
-
return
|
|
81068
|
+
return _message__default['default'];
|
|
81023
81069
|
}
|
|
81024
81070
|
});
|
|
81025
|
-
Object.defineProperty(exports, '
|
|
81071
|
+
Object.defineProperty(exports, 'Empty', {
|
|
81026
81072
|
enumerable: true,
|
|
81027
81073
|
get: function () {
|
|
81028
|
-
return
|
|
81074
|
+
return _Empty__default['default'];
|
|
81029
81075
|
}
|
|
81030
81076
|
});
|
|
81031
81077
|
Object.defineProperty(exports, 'Menu', {
|
|
@@ -81067,6 +81113,9 @@
|
|
|
81067
81113
|
exports.Radio = LMRadio;
|
|
81068
81114
|
exports.Select = LMSelect;
|
|
81069
81115
|
exports.TableRender = Index$h;
|
|
81116
|
+
exports.Tabs = LMTabs;
|
|
81117
|
+
exports.Tag = LmTag;
|
|
81118
|
+
exports.Tree = LmTree;
|
|
81070
81119
|
exports.UploadOss = UploadOss;
|
|
81071
81120
|
exports.VirtualList = VirList;
|
|
81072
81121
|
|