@kmkf-fe-packages/basic-components 0.26.0-alpha.3 → 0.26.0-alpha.8
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.esm.js +3 -0
- package/dist/index.js +3 -0
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -11481,6 +11481,9 @@ var GoodsModal$3 = function GoodsModal(props, ref) {
|
|
|
11481
11481
|
}, /*#__PURE__*/React.createElement(Form.Item, {
|
|
11482
11482
|
name: "dateTimePicker"
|
|
11483
11483
|
}, /*#__PURE__*/React.createElement(RangePicker, {
|
|
11484
|
+
style: {
|
|
11485
|
+
width: '350px'
|
|
11486
|
+
},
|
|
11484
11487
|
placeholder: ['开始日期', '结束日期'],
|
|
11485
11488
|
showTime: true,
|
|
11486
11489
|
defaultValue: [hooks(initStartTime.format(dateFormat), dateFormat), hooks(initEndTime.format(dateFormat), dateFormat)]
|
package/dist/index.js
CHANGED
|
@@ -11492,6 +11492,9 @@ var GoodsModal$3 = function GoodsModal(props, ref) {
|
|
|
11492
11492
|
}, /*#__PURE__*/React__default['default'].createElement(antd.Form.Item, {
|
|
11493
11493
|
name: "dateTimePicker"
|
|
11494
11494
|
}, /*#__PURE__*/React__default['default'].createElement(RangePicker, {
|
|
11495
|
+
style: {
|
|
11496
|
+
width: '350px'
|
|
11497
|
+
},
|
|
11495
11498
|
placeholder: ['开始日期', '结束日期'],
|
|
11496
11499
|
showTime: true,
|
|
11497
11500
|
defaultValue: [hooks(initStartTime.format(dateFormat), dateFormat), hooks(initEndTime.format(dateFormat), dateFormat)]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.26.0-alpha.
|
|
3
|
+
"version": "0.26.0-alpha.8",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@kmkf-fe-packages/kmkf-utils": "^0.26.0-alpha.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "^0.26.0-alpha.8",
|
|
24
24
|
"ahooks": "^3.7.4",
|
|
25
25
|
"kmkf-monitor": "^0.8.8",
|
|
26
26
|
"lodash": "^4.17.21",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "f90724cc688f5fd08cf9909a8c63b8d4cebb1a73"
|
|
68
68
|
}
|