linkmore-design 1.1.6 → 1.1.7

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.
@@ -7,28 +7,18 @@ import ColumnsSort from './columnsSort';
7
7
  import CardSort from './cardSort';
8
8
  import FilterSort from './filterSort';
9
9
  import classNames from 'classnames';
10
-
11
- var SmallImg = require('./assets/option1.png');
12
-
13
- var DefaultImg = require('./assets/option2.png');
14
-
15
- var MiddleImg = require('./assets/option3.png');
16
-
17
10
  var TabPane = Tabs.TabPane;
18
11
  var optionsWithDisabled = [{
19
12
  label: '默认',
20
13
  value: 'default',
21
- imgUrl: DefaultImg,
22
14
  icon: 'lmweb-icon_default'
23
15
  }, {
24
16
  label: '紧凑',
25
17
  value: 'small',
26
- imgUrl: SmallImg,
27
18
  icon: 'lmweb-icon_compact'
28
19
  }, {
29
20
  label: '宽松',
30
21
  value: 'middle',
31
- imgUrl: MiddleImg,
32
22
  icon: 'lmweb-icon_large'
33
23
  }];
34
24
  var prefixCls = 'lm_custom-table-option';
@@ -27,27 +27,18 @@ var _filterSort = _interopRequireDefault(require("./filterSort"));
27
27
 
28
28
  var _classnames = _interopRequireDefault(require("classnames"));
29
29
 
30
- var SmallImg = require('./assets/option1.png');
31
-
32
- var DefaultImg = require('./assets/option2.png');
33
-
34
- var MiddleImg = require('./assets/option3.png');
35
-
36
30
  var TabPane = _linkmoreDesign.Tabs.TabPane;
37
31
  var optionsWithDisabled = [{
38
32
  label: '默认',
39
33
  value: 'default',
40
- imgUrl: DefaultImg,
41
34
  icon: 'lmweb-icon_default'
42
35
  }, {
43
36
  label: '紧凑',
44
37
  value: 'small',
45
- imgUrl: SmallImg,
46
38
  icon: 'lmweb-icon_compact'
47
39
  }, {
48
40
  label: '宽松',
49
41
  value: 'middle',
50
- imgUrl: MiddleImg,
51
42
  icon: 'lmweb-icon_large'
52
43
  }];
53
44
  var prefixCls = 'lm_custom-table-option';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linkmore-design",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "author": {
5
5
  "name": "nowthen",
6
6
  "email": "rnlvwyx@gmail.com"