@jiaozhiye/qm-design-react 1.5.13 → 1.5.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.
@@ -1,19 +1,19 @@
1
- /*
2
- * @Author: 焦质晔
3
- * @Date: 2022-11-26 18:06:56
4
- * @Last Modified by: 焦质晔
5
- * @Last Modified time: 2023-01-07 14:06:12
6
- */
7
- // height rules
8
- @height-base: 32px;
9
- @height-lg: 40px;
10
- @height-sm: 24px;
11
-
12
- // Dropdown
13
- @dropdown-line-height: 18px;
14
-
15
- // Menu
16
- @menu-item-font-size: 13px;
17
-
18
- // Form
19
- @form-item-label-colon-margin-right: 4px;
1
+ /*
2
+ * @Author: 焦质晔
3
+ * @Date: 2022-11-26 18:06:56
4
+ * @Last Modified by: 焦质晔
5
+ * @Last Modified time: 2023-01-07 14:06:12
6
+ */
7
+ // height rules
8
+ @height-base: 32px;
9
+ @height-lg: 40px;
10
+ @height-sm: 24px;
11
+
12
+ // Dropdown
13
+ @dropdown-line-height: 18px;
14
+
15
+ // Menu
16
+ @menu-item-font-size: 13px;
17
+
18
+ // Form
19
+ @form-item-label-colon-margin-right: 4px;
@@ -2,7 +2,7 @@
2
2
  * @Author: 焦质晔
3
3
  * @Date: 2021-07-23 18:25:34
4
4
  * @Last Modified by: 焦质晔
5
- * @Last Modified time: 2022-11-26 23:33:09
5
+ * @Last Modified time: 2023-03-28 11:42:59
6
6
  */
7
7
  // The prefix to use on all css classes from qm.
8
8
  @qm-prefix: qm;
@@ -114,3 +114,4 @@
114
114
 
115
115
  // antd
116
116
  @blue-base: @--primary-color;
117
+ @input-disabled-color: @--text-color-secondary-dark;
@@ -20,7 +20,7 @@ import type { ITableProps } from './types';
20
20
  * falseValue: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
21
21
  * minDateTime: PropTypes.string,
22
22
  * maxDateTime: PropTypes.string,
23
- * text: PropTypes.string,
23
+ * format: PropTypes.string,
24
24
  * placeholder: PropTypes.string,
25
25
  * disabled: PropTypes.bool, // 表单禁用状态
26
26
  * filterable: PropTypes.bool,
@@ -97,6 +97,7 @@ export declare type IEditerReturn = {
97
97
  falseValue?: string | number;
98
98
  minDateTime?: string;
99
99
  maxDateTime?: string;
100
+ format?: string;
100
101
  prefix?: React.ReactNode;
101
102
  suffix?: React.ReactNode;
102
103
  placeholder?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jiaozhiye/qm-design-react",
3
- "version": "1.5.13",
3
+ "version": "1.5.15",
4
4
  "description": "A Component Library for React",
5
5
  "keywords": [
6
6
  "React",