@aloudata/aloudata-design 0.4.0-beta.1 → 0.4.0-beta.11

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 (155) hide show
  1. package/es/Avatar/component/Avatar/index.d.ts +84 -0
  2. package/es/Avatar/component/Avatar/index.js +42 -0
  3. package/es/Avatar/index.d.ts +1 -13
  4. package/es/Avatar/index.js +1 -30
  5. package/es/Avatar/style/index.less +1 -1
  6. package/es/Breadcrumb/index.d.ts +5 -2
  7. package/es/Breadcrumb/index.js +17 -7
  8. package/es/Button/index.d.ts +1 -1
  9. package/es/Button/index.js +3 -8
  10. package/es/Button/style/index.less +6 -0
  11. package/es/Button/style/variables.less +26 -26
  12. package/es/Checkbox/component/CheckboxGroup/index.d.ts +4 -0
  13. package/es/Checkbox/component/CheckboxGroup/index.js +27 -0
  14. package/es/Checkbox/index.d.ts +4 -5
  15. package/es/Checkbox/index.js +3 -12
  16. package/es/Checkbox/style/index.less +36 -16
  17. package/es/Checkbox/type.d.ts +94 -0
  18. package/es/Checkbox/type.js +6 -0
  19. package/es/Divider/index.d.ts +40 -2
  20. package/es/Divider/index.js +10 -1
  21. package/es/Divider/style/index.less +4 -0
  22. package/es/Divider/style/index.less.d.ts +183 -0
  23. package/es/Dropdown/Button.d.ts +4 -4
  24. package/es/Dropdown/Button.js +5 -5
  25. package/es/Dropdown/index.d.ts +5 -5
  26. package/es/Dropdown/index.js +5 -5
  27. package/es/Icon/icons.d.ts +9 -0
  28. package/es/Icon/icons.js +1590 -0
  29. package/es/Input/components/Input/index.d.ts +13 -1
  30. package/es/Input/components/Input/index.js +1 -3
  31. package/es/Input/components/Password/index.d.ts +6 -1
  32. package/es/Input/components/Password/index.js +11 -3
  33. package/es/Input/components/TextArea/index.d.ts +1 -1
  34. package/es/Input/style/index.less +139 -59
  35. package/es/InputNumber/index.d.ts +3 -3
  36. package/es/InputNumber/style/index.less +66 -26
  37. package/es/InputNumber/type.d.ts +161 -0
  38. package/es/InputNumber/type.js +1 -0
  39. package/es/Menu/index.d.ts +2 -0
  40. package/es/Popconfirm/index.d.ts +90 -0
  41. package/es/Popconfirm/index.js +111 -0
  42. package/es/Popconfirm/style/index.d.ts +2 -0
  43. package/es/Popconfirm/style/index.js +2 -0
  44. package/es/Popconfirm/style/index.less +57 -0
  45. package/es/Progress/index.d.ts +3 -0
  46. package/es/Progress/index.js +2 -0
  47. package/es/Progress/style/index.d.ts +2 -0
  48. package/es/Progress/style/index.js +2 -0
  49. package/es/Progress/style/index.less +1 -0
  50. package/es/Select/style/variables.less.d.ts +6 -0
  51. package/es/Steps/style/index.less +10 -4
  52. package/es/Table/Table.js +87 -91
  53. package/es/Table/components/TableHead/index.d.ts +0 -1
  54. package/es/Table/components/TableHead/index.js +1 -2
  55. package/es/Table/interface.d.ts +2 -0
  56. package/es/Table/style/index.less +14 -5
  57. package/es/Table/style/variable.less +0 -5
  58. package/es/Table/style/variable.less.d.ts +1 -1
  59. package/es/Table/utils.js +16 -9
  60. package/es/Tabs/index.d.ts +21 -6
  61. package/es/Tabs/index.js +3 -5
  62. package/es/Tabs/style/index.less +1 -1
  63. package/es/Tooltip/index.d.ts +2 -2
  64. package/es/Tooltip/index.js +4 -4
  65. package/es/index.d.ts +7 -3
  66. package/es/index.js +3 -1
  67. package/es/style/themes/default/scrollBar.less +10 -7
  68. package/es/style/themes/default/themeColor.module.less +176 -166
  69. package/es/style/themes/default/themeColor.module.less.d.ts +6 -0
  70. package/lib/Avatar/component/Avatar/index.d.ts +84 -0
  71. package/lib/Avatar/component/Avatar/index.js +61 -0
  72. package/lib/Avatar/index.d.ts +1 -13
  73. package/lib/Avatar/index.js +3 -44
  74. package/lib/Avatar/style/index.less +1 -1
  75. package/lib/Breadcrumb/index.d.ts +5 -2
  76. package/lib/Breadcrumb/index.js +17 -8
  77. package/lib/Button/index.d.ts +1 -1
  78. package/lib/Button/index.js +3 -8
  79. package/lib/Button/style/index.less +6 -0
  80. package/lib/Button/style/variables.less +26 -26
  81. package/lib/Checkbox/component/CheckboxGroup/index.d.ts +4 -0
  82. package/lib/Checkbox/component/CheckboxGroup/index.js +42 -0
  83. package/lib/Checkbox/index.d.ts +4 -5
  84. package/lib/Checkbox/index.js +4 -13
  85. package/lib/Checkbox/style/index.less +36 -16
  86. package/lib/Checkbox/type.d.ts +94 -0
  87. package/lib/Checkbox/type.js +13 -0
  88. package/lib/Divider/index.d.ts +40 -2
  89. package/lib/Divider/index.js +11 -1
  90. package/lib/Divider/style/index.less +4 -0
  91. package/lib/Divider/style/index.less.d.ts +183 -0
  92. package/lib/Dropdown/Button.d.ts +4 -4
  93. package/lib/Dropdown/Button.js +5 -5
  94. package/lib/Dropdown/index.d.ts +5 -5
  95. package/lib/Dropdown/index.js +5 -5
  96. package/lib/Icon/icons.d.ts +9 -0
  97. package/lib/Icon/icons.js +1597 -0
  98. package/lib/Input/components/Input/index.d.ts +13 -1
  99. package/lib/Input/components/Input/index.js +1 -3
  100. package/lib/Input/components/Password/index.d.ts +6 -1
  101. package/lib/Input/components/Password/index.js +14 -4
  102. package/lib/Input/components/TextArea/index.d.ts +1 -1
  103. package/lib/Input/style/index.less +139 -59
  104. package/lib/InputNumber/index.d.ts +3 -3
  105. package/lib/InputNumber/style/index.less +66 -26
  106. package/lib/InputNumber/type.d.ts +161 -0
  107. package/lib/InputNumber/type.js +5 -0
  108. package/lib/Menu/index.d.ts +2 -0
  109. package/lib/Popconfirm/index.d.ts +90 -0
  110. package/lib/Popconfirm/index.js +127 -0
  111. package/lib/Popconfirm/style/index.d.ts +2 -0
  112. package/lib/Popconfirm/style/index.js +5 -0
  113. package/lib/Popconfirm/style/index.less +57 -0
  114. package/lib/Progress/index.d.ts +3 -0
  115. package/lib/Progress/index.js +13 -0
  116. package/lib/Progress/style/index.d.ts +2 -0
  117. package/lib/Progress/style/index.js +5 -0
  118. package/lib/Progress/style/index.less +1 -0
  119. package/lib/Select/style/variables.less.d.ts +6 -0
  120. package/lib/Steps/style/index.less +10 -4
  121. package/lib/Table/Table.js +90 -96
  122. package/lib/Table/components/TableHead/index.d.ts +0 -1
  123. package/lib/Table/components/TableHead/index.js +1 -2
  124. package/lib/Table/interface.d.ts +2 -0
  125. package/lib/Table/style/index.less +14 -5
  126. package/lib/Table/style/variable.less +0 -5
  127. package/lib/Table/style/variable.less.d.ts +1 -1
  128. package/lib/Table/utils.js +16 -9
  129. package/lib/Tabs/index.d.ts +21 -6
  130. package/lib/Tabs/index.js +3 -7
  131. package/lib/Tabs/style/index.less +1 -1
  132. package/lib/Tooltip/index.d.ts +2 -2
  133. package/lib/Tooltip/index.js +4 -4
  134. package/lib/index.d.ts +7 -3
  135. package/lib/index.js +16 -0
  136. package/lib/style/themes/default/scrollBar.less +10 -7
  137. package/lib/style/themes/default/themeColor.module.less +176 -166
  138. package/lib/style/themes/default/themeColor.module.less.d.ts +6 -0
  139. package/package.json +4 -3
  140. package/es/Icon/icons.json +0 -418
  141. package/es/Table/hooks/useFrame.d.ts +0 -7
  142. package/es/Table/hooks/useFrame.js +0 -90
  143. package/es/Table/hooks/useTableColumn.d.ts +0 -28
  144. package/es/Table/hooks/useTableColumn.js +0 -53
  145. package/es/Table/style/index.less.d.ts +0 -126
  146. package/es/Tabs/TabPane.d.ts +0 -21
  147. package/es/Tabs/TabPane.js +0 -6
  148. package/lib/Icon/icons.json +0 -418
  149. package/lib/Table/hooks/useFrame.d.ts +0 -7
  150. package/lib/Table/hooks/useFrame.js +0 -98
  151. package/lib/Table/hooks/useTableColumn.d.ts +0 -28
  152. package/lib/Table/hooks/useTableColumn.js +0 -66
  153. package/lib/Table/style/index.less.d.ts +0 -126
  154. package/lib/Tabs/TabPane.d.ts +0 -21
  155. package/lib/Tabs/TabPane.js +0 -18
@@ -1,15 +1,3 @@
1
- import * as React from 'react';
2
- import { AvatarProps as antdAvatarProps } from 'antd/es/avatar/avatar';
3
- import Group from 'antd/es/avatar/group';
4
- export type { GroupProps } from 'antd/es/avatar/group';
5
- declare type TSize = 'large' | 'middle' | 'small' | 'mini' | number;
6
- interface IAvatarProps extends Omit<antdAvatarProps, 'size'> {
7
- size?: TSize;
8
- }
1
+ import Avatar, { IAvatarProps } from './component/Avatar';
9
2
  export type { IAvatarProps };
10
- interface ICompoundedComponent extends React.ForwardRefExoticComponent<IAvatarProps & React.RefAttributes<HTMLElement>> {
11
- Group: typeof Group;
12
- }
13
- declare const Avatar: ICompoundedComponent;
14
- export { Group };
15
3
  export default Avatar;
@@ -1,57 +1,16 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
-
5
3
  Object.defineProperty(exports, "__esModule", {
6
4
  value: true
7
5
  });
8
- Object.defineProperty(exports, "Group", {
9
- enumerable: true,
10
- get: function get() {
11
- return _group.default;
12
- }
13
- });
14
6
  exports.default = void 0;
15
7
 
16
- var React = _interopRequireWildcard(require("react"));
17
-
18
- var _avatar = _interopRequireDefault(require("antd/es/avatar/avatar"));
19
-
20
8
  var _group = _interopRequireDefault(require("antd/es/avatar/group"));
21
9
 
22
- var _classnames = _interopRequireDefault(require("classnames"));
23
-
24
- var _excluded = ["size"];
10
+ var _Avatar = _interopRequireDefault(require("./component/Avatar"));
25
11
 
26
12
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
27
13
 
28
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
29
-
30
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
31
-
32
- 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; }
33
-
34
- 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; }
35
-
36
- var Avatar = function A(props) {
37
- var _props$size = props.size,
38
- size = _props$size === void 0 ? 'middle' : _props$size,
39
- restProps = _objectWithoutProperties(props, _excluded);
40
-
41
- var getSizeClass = function getSizeClass(avatarSize) {
42
- if (['large', 'small', 'mini'].includes("".concat(avatarSize))) {
43
- return (0, _classnames.default)('ald-avatar', "ald-avatar-".concat(avatarSize));
44
- }
45
-
46
- return (0, _classnames.default)('ald-avatar', 'ald-avatar-middle');
47
- };
48
-
49
- return /*#__PURE__*/React.createElement(_avatar.default, Object.assign({
50
- size: typeof size === 'number' ? size : undefined,
51
- className: getSizeClass(size)
52
- }, restProps));
53
- };
54
-
55
- Avatar.Group = _group.default;
56
- var _default = Avatar;
14
+ _Avatar.default.Group = _group.default;
15
+ var _default = _Avatar.default;
57
16
  exports.default = _default;
@@ -2,7 +2,7 @@
2
2
 
3
3
  .ald-avatar.ald-avatar {
4
4
  color: @ND0;
5
- background-color: @B60;
5
+ background-color: @B40;
6
6
 
7
7
  &-large {
8
8
  width: 40px;
@@ -1,8 +1,11 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { BreadcrumbItemProps, BreadcrumbProps } from 'antd';
3
3
  export type { BreadcrumbItemProps, BreadcrumbProps };
4
+ interface IBreadcrumbItemInterface extends React.FC<BreadcrumbItemProps> {
5
+ __ANT_BREADCRUMB_ITEM: boolean;
6
+ }
4
7
  declare const Breadcrumb: {
5
8
  (props: BreadcrumbProps): JSX.Element;
6
- Item(props: BreadcrumbItemProps): JSX.Element;
9
+ Item: IBreadcrumbItemInterface;
7
10
  };
8
11
  export default Breadcrumb;
@@ -22,29 +22,38 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
22
22
 
23
23
  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; }
24
24
 
25
- var BreadcrumbItem = _breadcrumb.default.Item;
26
-
27
25
  var Breadcrumb = function Breadcrumb(props) {
28
26
  var className = props.className,
29
27
  separator = props.separator,
30
28
  restProps = _objectWithoutProperties(props, _excluded);
31
29
 
32
- return /*#__PURE__*/_react.default.createElement(_breadcrumb.default, Object.assign({}, restProps, {
33
- separator: separator || /*#__PURE__*/_react.default.createElement("span", {
30
+ var getSeparator = function getSeparator() {
31
+ if (separator === null) {
32
+ return separator;
33
+ }
34
+
35
+ return separator || /*#__PURE__*/_react.default.createElement("span", {
34
36
  className: "default-separator"
35
- }),
37
+ });
38
+ };
39
+
40
+ return /*#__PURE__*/_react.default.createElement(_breadcrumb.default, Object.assign({}, restProps, {
41
+ separator: getSeparator(),
36
42
  className: (0, _classnames.default)('ald-breadcrumb', className)
37
43
  }));
38
44
  };
39
45
 
40
- Breadcrumb.Item = function (props) {
46
+ var BreadcrumbItem = function BreadcrumbItem(props) {
41
47
  var className = props.className,
42
48
  restProps = _objectWithoutProperties(props, _excluded2);
43
49
 
44
- return /*#__PURE__*/_react.default.createElement(BreadcrumbItem, Object.assign({}, restProps, {
50
+ return /*#__PURE__*/_react.default.createElement(_breadcrumb.default.Item, Object.assign({}, restProps, {
45
51
  className: (0, _classnames.default)('ald-breadcrumb-item', className)
46
52
  }));
47
- };
53
+ }; // eslint-disable-next-line no-underscore-dangle
54
+
48
55
 
56
+ BreadcrumbItem.__ANT_BREADCRUMB_ITEM = true;
57
+ Breadcrumb.Item = BreadcrumbItem;
49
58
  var _default = Breadcrumb;
50
59
  exports.default = _default;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { ButtonProps as AntdButtonProps } from 'antd/lib/button';
3
3
  export declare type ButtonType = 'primary' | 'secondary' | 'dangerous' | 'text' | 'link';
4
- export declare type Size = 'mini' | 'small' | 'default' | 'large';
4
+ export declare type Size = 'small' | 'default' | 'large';
5
5
  export interface IButtonProps extends Omit<AntdButtonProps, 'type' | 'size' | 'dangerous' | 'shape' | 'icon' | 'href' | 'target' | 'onClick' | 'loading'> {
6
6
  /**
7
7
  * @description 类型
@@ -32,10 +32,9 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
32
32
  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; }
33
33
 
34
34
  var iconPrefixCls = 'aldicon';
35
- var ICON_LARGE = 16;
36
- var ICON_MIDDLE = 14;
37
- var ICON_SMALL = 12;
38
- var ICON_MINI = 12;
35
+ var ICON_LARGE = 24;
36
+ var ICON_MIDDLE = 20;
37
+ var ICON_SMALL = 16;
39
38
 
40
39
  function Button(props) {
41
40
  var prefix = 'ald-btn';
@@ -90,10 +89,6 @@ function Button(props) {
90
89
  return ICON_SMALL;
91
90
  }
92
91
 
93
- if (ButtonSize === 'mini') {
94
- return ICON_MINI;
95
- }
96
-
97
92
  return ICON_MIDDLE;
98
93
  }
99
94
 
@@ -51,6 +51,7 @@
51
51
  background-color: @button-primary-bg-color-disable;
52
52
  border-color: @button-primary-bg-color-disable;
53
53
  cursor: default;
54
+ opacity: 0.5;
54
55
 
55
56
  &:hover,
56
57
  &:focus,
@@ -88,6 +89,7 @@
88
89
  background-color: @button-dangerous-bg-color-disable;
89
90
  border-color: @button-dangerous-bg-color-disable;
90
91
  cursor: default;
92
+ opacity: 0.5;
91
93
 
92
94
  &:hover,
93
95
  &:focus,
@@ -134,6 +136,7 @@
134
136
  background-color: @button-secondary-bg-color-disable;
135
137
  border-color: @button-secondary-border-color;
136
138
  cursor: default;
139
+ opacity: 0.5;
137
140
 
138
141
  &:hover,
139
142
  &:focus,
@@ -168,6 +171,7 @@
168
171
  color: @button-text-color-disable;
169
172
  background-color: @button-text-bg-color-disable;
170
173
  cursor: default;
174
+ opacity: 0.5;
171
175
 
172
176
  &:hover,
173
177
  &:focus,
@@ -208,6 +212,7 @@
208
212
  background-color: @button-link-bg-color-disable;
209
213
  border-color: @button-link-bg-color-disable;
210
214
  cursor: default;
215
+ opacity: 0.5;
211
216
 
212
217
  &:hover,
213
218
  &:focus,
@@ -231,6 +236,7 @@
231
236
  height: @button-height-large;
232
237
  padding: @button-border-padding-large;
233
238
  font-size: @button-text-size-large;
239
+ line-height: 24px;
234
240
  border-radius: @button-border-radius-large;
235
241
 
236
242
  &.ant-btn-icon-only {
@@ -7,19 +7,19 @@
7
7
  @button-height-large: 36px;
8
8
  @button-text-size-large: 16px;
9
9
  @button-border-radius-large: 8px;
10
- @button-border-padding-large: 0 11px;
10
+ @button-border-padding-large: 6px 14px;
11
11
  @button-left-icon-margin-right-large: 8px;
12
12
 
13
13
  @button-height-middle: 32px;
14
14
  @button-text-size-middle: 14px;
15
- @button-border-radius-middle: 6px;
16
- @button-border-padding-middle: 0 11px;
15
+ @button-border-radius-middle: 8px;
16
+ @button-border-padding-middle: 6px 12px;
17
17
  @button-left-icon-margin-right-middle: 8px;
18
18
 
19
19
  @button-height-small: 28px;
20
20
  @button-text-size-small: 12px;
21
- @button-border-radius-small: 4px;
22
- @button-border-padding-small: 0 7px;
21
+ @button-border-radius-small: 6px;
22
+ @button-border-padding-small: 6px 10px;
23
23
  @button-left-icon-margin-right-small: 4px;
24
24
 
25
25
  @button-height-mini: 24px;
@@ -29,39 +29,39 @@
29
29
  @button-left-icon-margin-right-mini: 4px;
30
30
 
31
31
  /**** type控制 ****/
32
- @button-primary-bg-color: @B60;
33
- @button-primary-bg-color-active: @B50;
34
- @button-primary-bg-color-disable: @B90;
32
+ @button-primary-bg-color: @B40;
33
+ @button-primary-bg-color-active: @B30;
34
+ @button-primary-bg-color-disable: @B40;
35
35
  @button-primary-color: @ND0;
36
36
  @button-primary-color-active: @ND0;
37
37
  @button-primary-color-disable: @ND0;
38
38
 
39
- @button-dangerous-bg-color: @SC60;
40
- @button-dangerous-bg-color-active: @SC50;
41
- @button-dangerous-bg-color-disable: @SC90;
39
+ @button-dangerous-bg-color: @SC40;
40
+ @button-dangerous-bg-color-active: @SC30;
41
+ @button-dangerous-bg-color-disable: @SC40;
42
42
  @button-dangerous-color: @ND0;
43
43
  @button-dangerous-color-active: @ND0;
44
44
  @button-dangerous-color-disable: @ND0;
45
45
 
46
- @button-secondary-bg-color: @BG97;
47
- @button-secondary-bg-color-active: @BG95;
48
- @button-secondary-bg-color-disable: @BG97;
49
- @button-secondary-color: @NL30;
50
- @button-secondary-color-active: @B60;
51
- @button-secondary-color-disable: @NL80;
52
- @button-secondary-border-color: @NL90;
53
- @button-secondary-border-color-active: @B60;
46
+ @button-secondary-bg-color: @BG100;
47
+ @button-secondary-bg-color-active: @BG90;
48
+ @button-secondary-bg-color-disable: @BG100;
49
+ @button-secondary-color: @NL20;
50
+ @button-secondary-color-active: @NL20;
51
+ @button-secondary-color-disable: @NL20;
52
+ @button-secondary-border-color: @BG60;
53
+ @button-secondary-border-color-active: @BG60;
54
54
 
55
55
  @button-text-bg-color: transparent;
56
- @button-text-bg-color-active: @NL97;
56
+ @button-text-bg-color-active: @NL90;
57
57
  @button-text-bg-color-disable: transparent;
58
- @button-text-color: @NL30;
59
- @button-text-color-active: @B60;
60
- @button-text-color-disable: @NL80;
58
+ @button-text-color: @NL20;
59
+ @button-text-color-active: @NL20;
60
+ @button-text-color-disable: @NL20;
61
61
 
62
62
  @button-link-bg-color: transparent;
63
63
  @button-link-bg-color-active: transparent;
64
64
  @button-link-bg-color-disable: transparent;
65
- @button-link-color: @B60;
66
- @button-link-color-active: @B50;
67
- @button-link-color-disable: @B90;
65
+ @button-link-color: @B30;
66
+ @button-link-color-active: @B20;
67
+ @button-link-color-disable: @B30;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { ICheckboxGroupProps } from '../../type';
3
+ declare const CheckboxGroup: (props: ICheckboxGroupProps) => JSX.Element;
4
+ export default CheckboxGroup;
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ require("antd/es/checkbox/style");
9
+
10
+ var _checkbox = _interopRequireDefault(require("antd/es/checkbox"));
11
+
12
+ var _classnames = _interopRequireDefault(require("classnames"));
13
+
14
+ var _react = _interopRequireDefault(require("react"));
15
+
16
+ var _type = require("../../type");
17
+
18
+ var _excluded = ["className", "direction"];
19
+
20
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
21
+
22
+ 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; }
23
+
24
+ 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; }
25
+
26
+ // "vertical" | "horizontal"
27
+ var AntdCheckboxGroup = _checkbox.default.Group;
28
+
29
+ var CheckboxGroup = function CheckboxGroup(props) {
30
+ var className = props.className,
31
+ direction = props.direction,
32
+ otherProps = _objectWithoutProperties(props, _excluded);
33
+
34
+ return /*#__PURE__*/_react.default.createElement(AntdCheckboxGroup, Object.assign({
35
+ className: (0, _classnames.default)('ald-checkbox', className, {
36
+ 'ald-checkout-group-vertical': direction === _type.EDirection.VERTICAL
37
+ })
38
+ }, otherProps));
39
+ };
40
+
41
+ var _default = CheckboxGroup;
42
+ exports.default = _default;
@@ -1,11 +1,10 @@
1
1
  /// <reference types="react" />
2
- import { CheckboxProps } from 'antd';
3
- import { CheckboxGroupProps } from 'antd/lib/checkbox';
2
+ import { ICheckboxGroupProps, ICheckboxProps } from './type';
4
3
  export type { CheckboxValueType, CheckboxOptionType } from 'antd/es/checkbox/Group';
5
4
  export type { CheckboxChangeEvent } from 'antd/es/checkbox/Checkbox';
6
- declare function Checkbox(props: CheckboxProps): JSX.Element;
5
+ declare function Checkbox(props: ICheckboxProps): JSX.Element;
7
6
  declare namespace Checkbox {
8
- var Group: (props: CheckboxGroupProps) => JSX.Element;
7
+ var Group: (props: ICheckboxGroupProps) => JSX.Element;
9
8
  }
10
- export type { CheckboxProps };
9
+ export type { ICheckboxProps, ICheckboxGroupProps };
11
10
  export default Checkbox;
@@ -13,8 +13,9 @@ var _react = _interopRequireDefault(require("react"));
13
13
 
14
14
  var _classnames = _interopRequireDefault(require("classnames"));
15
15
 
16
- var _excluded = ["className"],
17
- _excluded2 = ["className"];
16
+ var _CheckboxGroup = _interopRequireDefault(require("./component/CheckboxGroup"));
17
+
18
+ var _excluded = ["className"];
18
19
 
19
20
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
20
21
 
@@ -22,8 +23,6 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
22
23
 
23
24
  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; }
24
25
 
25
- var CheckboxGroup = _checkbox.default.Group;
26
-
27
26
  function Checkbox(props) {
28
27
  var className = props.className,
29
28
  otherProps = _objectWithoutProperties(props, _excluded);
@@ -33,14 +32,6 @@ function Checkbox(props) {
33
32
  }, otherProps));
34
33
  }
35
34
 
36
- Checkbox.Group = function (props) {
37
- var className = props.className,
38
- otherProps = _objectWithoutProperties(props, _excluded2);
39
-
40
- return /*#__PURE__*/_react.default.createElement(CheckboxGroup, Object.assign({
41
- className: (0, _classnames.default)('ald-checkbox', className)
42
- }, otherProps));
43
- };
44
-
35
+ Checkbox.Group = _CheckboxGroup.default;
45
36
  var _default = Checkbox;
46
37
  exports.default = _default;
@@ -25,14 +25,14 @@
25
25
  .ant-checkbox-checked {
26
26
  &::after,
27
27
  .ant-checkbox-inner {
28
- background-color: @B60;
29
- border-color: @B60;
28
+ background-color: @B95;
29
+ border-color: @B40;
30
30
  border-radius: 4px;
31
31
  }
32
32
 
33
33
  .ant-checkbox-inner {
34
- background-color: @B60;
35
- border-color: @B60;
34
+ background-color: @B95;
35
+ border-color: @B40;
36
36
 
37
37
  &::after {
38
38
  top: 3px;
@@ -40,7 +40,7 @@
40
40
  z-index: 10;
41
41
  width: 10px;
42
42
  height: 8px;
43
- background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9IndoaXRlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuNjc1NzMgMC4yNjI4NTJDMTAuMDgyOCAwLjYzNjA0NCAxMC4xMTA0IDEuMjY4NjEgOS43MzcxNiAxLjY3NTczTDQuMjM3MTYgNy42NzU3M0M0LjA0Nzc1IDcuODgyMzYgMy43ODAzMSA4LjAwMDAxIDMuNTAwMDEgOC4wMDAwMUMzLjIxOTcgOC4wMDAwMSAyLjk1MjI2IDcuODgyMzYgMi43NjI4NSA3LjY3NTczTDAuMjYyODUyIDQuOTQ4NDZDLTAuMTEwMzQxIDQuNTQxMzQgLTAuMDgyODM3OCAzLjkwODc3IDAuMzI0MjgxIDMuNTM1NThDMC43MzE0IDMuMTYyMzkgMS4zNjM5NyAzLjE4OTg5IDEuNzM3MTYgMy41OTcwMUwzLjUwMDAxIDUuNTIwMTFMOC4yNjI4NSAwLjMyNDI4MUM4LjYzNjA0IC0wLjA4MjgzNzggOS4yNjg2MSAtMC4xMTAzNDEgOS42NzU3MyAwLjI2Mjg1MloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=')
43
+ background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS42NzU3MyAwLjI2Mjg1MkMxMC4wODI4IDAuNjM2MDQ0IDEwLjExMDQgMS4yNjg2MSA5LjczNzE2IDEuNjc1NzNMNC4yMzcxNiA3LjY3NTczQzQuMDQ3NzUgNy44ODIzNiAzLjc4MDMxIDguMDAwMDEgMy41MDAwMSA4LjAwMDAxQzMuMjE5NyA4LjAwMDAxIDIuOTUyMjYgNy44ODIzNiAyLjc2Mjg1IDcuNjc1NzNMMC4yNjI4NTIgNC45NDg0NkMtMC4xMTAzNDEgNC41NDEzNCAtMC4wODI4Mzc4IDMuOTA4NzcgMC4zMjQyODEgMy41MzU1OEMwLjczMTQgMy4xNjIzOSAxLjM2Mzk3IDMuMTg5ODkgMS43MzcxNiAzLjU5NzAxTDMuNTAwMDEgNS41MjAxMUw4LjI2Mjg1IDAuMzI0MjgxQzguNjM2MDQgLTAuMDgyODM3OCA5LjI2ODYxIC0wLjExMDM0MSA5LjY3NTczIDAuMjYyODUyWiIgZmlsbD0iIzE1NzBFRiIvPgo8L3N2Zz4K')
44
44
  no-repeat;
45
45
  border-width: 0;
46
46
  transform: none;
@@ -50,15 +50,17 @@
50
50
 
51
51
  .ant-checkbox-disabled {
52
52
  cursor: default;
53
+ opacity: 0.5;
53
54
 
54
55
  & + span {
55
56
  color: @NL0;
56
57
  cursor: default;
58
+ opacity: 0.5;
57
59
  }
58
60
 
59
61
  .ant-checkbox-inner {
60
- background-color: @NL90;
61
- border-color: @NL90;
62
+ background-color: @B95;
63
+ border-color: @B40;
62
64
 
63
65
  &::after {
64
66
  top: 3px;
@@ -66,7 +68,7 @@
66
68
  z-index: 10;
67
69
  width: 10px;
68
70
  height: 8px;
69
- background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS42NzU3MyAwLjI2Mjg1MkMxMC4wODI4IDAuNjM2MDQ0IDEwLjExMDQgMS4yNjg2MSA5LjczNzE2IDEuNjc1NzNMNC4yMzcxNiA3LjY3NTczQzQuMDQ3NzUgNy44ODIzNiAzLjc4MDMxIDguMDAwMDEgMy41MDAwMSA4LjAwMDAxQzMuMjE5NyA4LjAwMDAxIDIuOTUyMjYgNy44ODIzNiAyLjc2Mjg1IDcuNjc1NzNMMC4yNjI4NTIgNC45NDg0NkMtMC4xMTAzNDEgNC41NDEzNCAtMC4wODI4Mzc4IDMuOTA4NzcgMC4zMjQyODEgMy41MzU1OEMwLjczMTQgMy4xNjIzOSAxLjM2Mzk3IDMuMTg5ODkgMS43MzcxNiAzLjU5NzAxTDMuNTAwMDEgNS41MjAxMUw4LjI2Mjg1IDAuMzI0MjgxQzguNjM2MDQgLTAuMDgyODM3OCA5LjI2ODYxIC0wLjExMDM0MSA5LjY3NTczIDAuMjYyODUyWiIgZmlsbD0iIzAwMUEzMyIgZmlsbC1vcGFjaXR5PSIwLjIiLz4KPC9zdmc+Cg==');
71
+ background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS42NzU3MyAwLjI2Mjg1MkMxMC4wODI4IDAuNjM2MDQ0IDEwLjExMDQgMS4yNjg2MSA5LjczNzE2IDEuNjc1NzNMNC4yMzcxNiA3LjY3NTczQzQuMDQ3NzUgNy44ODIzNiAzLjc4MDMxIDguMDAwMDEgMy41MDAwMSA4LjAwMDAxQzMuMjE5NyA4LjAwMDAxIDIuOTUyMjYgNy44ODIzNiAyLjc2Mjg1IDcuNjc1NzNMMC4yNjI4NTIgNC45NDg0NkMtMC4xMTAzNDEgNC41NDEzNCAtMC4wODI4Mzc4IDMuOTA4NzcgMC4zMjQyODEgMy41MzU1OEMwLjczMTQgMy4xNjIzOSAxLjM2Mzk3IDMuMTg5ODkgMS43MzcxNiAzLjU5NzAxTDMuNTAwMDEgNS41MjAxMUw4LjI2Mjg1IDAuMzI0MjgxQzguNjM2MDQgLTAuMDgyODM3OCA5LjI2ODYxIC0wLjExMDM0MSA5LjY3NTczIDAuMjYyODUyWiIgZmlsbD0iIzE1NzBFRiIvPgo8L3N2Zz4K');
70
72
  border-width: 0;
71
73
  transform: none;
72
74
  }
@@ -75,12 +77,13 @@
75
77
 
76
78
  .ant-checkbox-indeterminate {
77
79
  .ant-checkbox-inner {
78
- background-color: @B60;
79
- border-color: @B60;
80
+ background-color: @B95;
81
+ border-color: @B40;
80
82
 
81
83
  &::after {
82
84
  width: 10px;
83
85
  height: 2px;
86
+ background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDEwIDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSIxMCIgaGVpZ2h0PSIyIiByeD0iMSIgZmlsbD0iIzE1NzBFRiIvPgo8L3N2Zz4K');
84
87
  background-color: @ND0;
85
88
  border-radius: 2px;
86
89
  }
@@ -88,26 +91,43 @@
88
91
  }
89
92
 
90
93
  .ant-checkbox + span {
94
+ display: flex;
95
+ align-items: center;
91
96
  padding-right: 10px;
92
97
  padding-left: 10px;
93
98
  }
94
- }
95
99
 
96
- .ant-checkbox-group.ald-checkbox,
97
- .ant-checkbox-wrapper.ald-checkbox {
98
100
  &:hover .ant-checkbox-inner {
99
- border-color: @B60;
101
+ border-color: @B40;
102
+ }
103
+
104
+ .ant-checkbox-disabled .ant-checkbox-inner:hover {
105
+ box-shadow: unset;
106
+ }
107
+
108
+ .ant-checkbox:hover .ant-checkbox-inner {
109
+ border-color: @B40;
110
+ box-shadow: @shadow-primary;
100
111
  }
112
+ }
101
113
 
114
+ .ant-checkbox-group.ald-checkbox,
115
+ .ant-checkbox-wrapper.ald-checkbox {
102
116
  .ant-checkbox-input:focus + .ant-checkbox-inner {
103
- border-color: @NL60;
117
+ border-color: @B40;
104
118
  }
105
119
 
106
120
  .ant-checkbox:hover .ant-checkbox-inner {
107
- border-color: @B60;
121
+ border-color: @B40;
108
122
  }
109
123
  }
110
124
 
111
125
  .ald-checkbox.ant-checkbox-wrapper-disabled {
112
126
  cursor: default;
113
127
  }
128
+
129
+ .ald-checkout-group-vertical {
130
+ display: flex;
131
+ flex-direction: column;
132
+ gap: 16px;
133
+ }
@@ -0,0 +1,94 @@
1
+ import { CheckboxChangeEvent, CheckboxGroupProps, CheckboxProps } from 'antd/lib/checkbox';
2
+ import { CheckboxOptionType, CheckboxValueType } from 'antd/lib/checkbox/Group';
3
+ export declare enum EDirection {
4
+ VERTICAL = "vertical",
5
+ HORIZONTAL = "horizontal"
6
+ }
7
+ export interface ICheckboxProps extends CheckboxProps {
8
+ /**
9
+ * @description 自动获取焦点
10
+ * @type boolean
11
+ * @default false
12
+ */
13
+ autoFocus?: boolean;
14
+ /**
15
+ * @description 指定当前是否选中
16
+ * @type boolean
17
+ * @default false
18
+ */
19
+ checked?: boolean;
20
+ /**
21
+ * @description 初始是否选中
22
+ * @type boolean
23
+ * @default false
24
+ */
25
+ defaultChecked?: boolean;
26
+ /**
27
+ * @description 失效状态
28
+ * @type boolean
29
+ * @default false
30
+ */
31
+ disabled?: boolean;
32
+ /**
33
+ * @description 设置 indeterminate 状态,只负责样式控制
34
+ * @type boolean
35
+ * @default false
36
+ */
37
+ indeterminate?: false;
38
+ /**
39
+ * @description 变化时的回调函数
40
+ * @type function(e:Event)
41
+ * @default -
42
+ */
43
+ onChange?: (e: CheckboxChangeEvent) => void;
44
+ }
45
+ export interface ICheckboxGroupProps extends CheckboxGroupProps {
46
+ /**
47
+ * @description 默认选中的选项
48
+ * @type string[]
49
+ * @default []
50
+ */
51
+ defaultValue?: Array<CheckboxValueType>;
52
+ /**
53
+ * @description 整组失效
54
+ * @type boolean
55
+ * @default false
56
+ */
57
+ disabled?: boolean;
58
+ /**
59
+ * @description CheckboxGroup 下所有 input[type="checkbox"] 的 name 属性
60
+ * @type string
61
+ * @default -
62
+ */
63
+ name?: string;
64
+ /**
65
+ * @description 指定可选项
66
+ * @type string[] | number[] | Option[]
67
+ * @default []
68
+ */
69
+ options?: Array<CheckboxOptionType | string | number>;
70
+ /**
71
+ * @description 指定选中的选项
72
+ * @type string[]
73
+ * @default []
74
+ */
75
+ value?: Array<CheckboxValueType>;
76
+ /**
77
+ * @description 变化时毁掉函数
78
+ * @type function(checkedValue)
79
+ * @default -
80
+ */
81
+ onChange?: (checkedValue: Array<CheckboxValueType>) => void;
82
+ /**
83
+ * @description 复选按钮组的方向
84
+ * @type 'vertical' | 'horizontal'
85
+ * @default -
86
+ */
87
+ direction: EDirection.VERTICAL;
88
+ /**
89
+ * @description className
90
+ * @type string
91
+ * @default -
92
+ */
93
+ className?: string;
94
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.EDirection = void 0;
7
+ var EDirection;
8
+ exports.EDirection = EDirection;
9
+
10
+ (function (EDirection) {
11
+ EDirection["VERTICAL"] = "vertical";
12
+ EDirection["HORIZONTAL"] = "horizontal";
13
+ })(EDirection || (exports.EDirection = EDirection = {}));