doway-coms 1.4.34 → 1.4.35

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.
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "doway-coms",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "doway-coms.common.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [],
10
+ "author": "",
11
+ "license": "ISC"
12
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "1.4.34",
3
+ "version": "1.4.35",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -337,7 +337,6 @@ import {
337
337
  Icon,
338
338
  Select,
339
339
  SelectOption,
340
- RangePicker,
341
340
  Tag,
342
341
  DatePicker,
343
342
  InputGroup,
@@ -355,9 +354,9 @@ export default {
355
354
  Icon,
356
355
  Select,
357
356
  SelectOption: Select.Option,
358
- RangePicker,
359
357
  Tag,
360
358
  DatePicker,
359
+ RangePicker: DatePicker.RangePicker,
361
360
  Input,
362
361
  InputGroup: Input.Group,
363
362
  InputNumber,