@dckj-npm/dc-material 0.1.124 → 0.1.126

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.
@@ -17,45 +17,6 @@ var SwiperMeta = {
17
17
  },
18
18
  "configure": {
19
19
  "props": [{
20
- "title": "初始索引",
21
- "name": "initialSlide",
22
- "description": "设定初始化时slide的索引",
23
- "setter": {
24
- "componentName": "NumberSetter",
25
- "isRequired": false,
26
- "initialValue": 0
27
- }
28
- }, {
29
- "title": {
30
- "label": {
31
- "type": "i18n",
32
- "en-US": "direction",
33
- "zh-CN": "方向"
34
- },
35
- "tip": "direction | 轮播方向"
36
- },
37
- "name": "direction",
38
- "setter": {
39
- "componentName": "RadioGroupSetter",
40
- "props": {
41
- "dataSource": [{
42
- "label": "vertical",
43
- "value": "vertical"
44
- }, {
45
- "label": "horizontal",
46
- "value": "horizontal"
47
- }],
48
- "options": [{
49
- "label": "vertical",
50
- "value": "vertical"
51
- }, {
52
- "label": "horizontal",
53
- "value": "horizontal"
54
- }]
55
- },
56
- "initialValue": "vertical"
57
- }
58
- }, {
59
20
  "title": {
60
21
  "label": {
61
22
  "type": "i18n",
@@ -71,22 +32,6 @@ var SwiperMeta = {
71
32
  "isRequired": false,
72
33
  "initialValue": 0
73
34
  }
74
- }, {
75
- "title": {
76
- "label": {
77
- "type": "i18n",
78
- "en-US": "slidesPerView",
79
- "zh-CN": "展示数量"
80
- },
81
- "tip": "同时展示图片数量"
82
- },
83
- "name": "slidesPerView",
84
- "description": "展示数量",
85
- "setter": {
86
- "componentName": "NumberSetter",
87
- "isRequired": true,
88
- "initialValue": 0
89
- }
90
35
  }, {
91
36
  "title": {
92
37
  "label": {
@@ -102,22 +47,6 @@ var SwiperMeta = {
102
47
  "componentName": "NumberSetter",
103
48
  "isRequired": true
104
49
  }
105
- }, {
106
- "title": {
107
- "label": {
108
- "type": "i18n",
109
- "en-US": "autoHeight",
110
- "zh-CN": "自动高度"
111
- },
112
- "tip": "autoHeight | 自动高度"
113
- },
114
- "name": "autoHeight",
115
- "description": "自动高度",
116
- "setter": {
117
- "componentName": "BoolSetter",
118
- "isRequired": true,
119
- "initialValue": false
120
- }
121
50
  }, {
122
51
  "title": {
123
52
  "label": {
@@ -150,22 +79,6 @@ var SwiperMeta = {
150
79
  "isRequired": true,
151
80
  "initialValue": false
152
81
  }
153
- }, {
154
- "title": {
155
- "label": {
156
- "type": "i18n",
157
- "en-US": "spaceBetween",
158
- "zh-CN": "图片间距"
159
- },
160
- "tip": "spaceBetween | 图片间距"
161
- },
162
- "name": "spaceBetween",
163
- "description": "图片间距",
164
- "setter": {
165
- "componentName": "NumberSetter",
166
- "isRequired": true,
167
- "initialValue": 0
168
- }
169
82
  }, {
170
83
  name: 'picUrls',
171
84
  title: '数据源绑定',
@@ -191,14 +104,10 @@ var snippets = [{
191
104
  "schema": {
192
105
  "componentName": "Swiper",
193
106
  "props": {
194
- spaceBetween: 0,
195
107
  loop: true,
196
108
  autoplay: true,
197
109
  speed: 200,
198
- slidesPerView: 1,
199
- initialSlide: 1,
200
- direction: 'horizontal',
201
- autoHeight: false,
110
+ height: 172,
202
111
  // 轮播路径
203
112
  picUrls: ['https://img.alicdn.com/tps/TB1bewbNVXXXXc5XXXXXXXXXXXX-1000-300.png', 'https://img.alicdn.com/tps/TB1xuUcNVXXXXcRXXXXXXXXXXXX-1000-300.jpg', 'https://img.alicdn.com/tps/TB1ikP.NVXXXXaYXpXXXXXXXXXX-1000-300.jpg', 'https://img.alicdn.com/tps/TB1s1_JNVXXXXbhaXXXXXXXXXXX-1000-300.jpg']
204
113
  }
@@ -98,7 +98,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
98
98
  packageName = '@dckj-npm/dc-material';
99
99
  }
100
100
  if (version === void 0) {
101
- version = '0.1.124';
101
+ version = '0.1.126';
102
102
  }
103
103
  if (basicLibraryVersion === void 0) {
104
104
  basicLibraryVersion = {
@@ -22,45 +22,6 @@ var SwiperMeta = {
22
22
  },
23
23
  "configure": {
24
24
  "props": [{
25
- "title": "初始索引",
26
- "name": "initialSlide",
27
- "description": "设定初始化时slide的索引",
28
- "setter": {
29
- "componentName": "NumberSetter",
30
- "isRequired": false,
31
- "initialValue": 0
32
- }
33
- }, {
34
- "title": {
35
- "label": {
36
- "type": "i18n",
37
- "en-US": "direction",
38
- "zh-CN": "方向"
39
- },
40
- "tip": "direction | 轮播方向"
41
- },
42
- "name": "direction",
43
- "setter": {
44
- "componentName": "RadioGroupSetter",
45
- "props": {
46
- "dataSource": [{
47
- "label": "vertical",
48
- "value": "vertical"
49
- }, {
50
- "label": "horizontal",
51
- "value": "horizontal"
52
- }],
53
- "options": [{
54
- "label": "vertical",
55
- "value": "vertical"
56
- }, {
57
- "label": "horizontal",
58
- "value": "horizontal"
59
- }]
60
- },
61
- "initialValue": "vertical"
62
- }
63
- }, {
64
25
  "title": {
65
26
  "label": {
66
27
  "type": "i18n",
@@ -76,22 +37,6 @@ var SwiperMeta = {
76
37
  "isRequired": false,
77
38
  "initialValue": 0
78
39
  }
79
- }, {
80
- "title": {
81
- "label": {
82
- "type": "i18n",
83
- "en-US": "slidesPerView",
84
- "zh-CN": "展示数量"
85
- },
86
- "tip": "同时展示图片数量"
87
- },
88
- "name": "slidesPerView",
89
- "description": "展示数量",
90
- "setter": {
91
- "componentName": "NumberSetter",
92
- "isRequired": true,
93
- "initialValue": 0
94
- }
95
40
  }, {
96
41
  "title": {
97
42
  "label": {
@@ -107,22 +52,6 @@ var SwiperMeta = {
107
52
  "componentName": "NumberSetter",
108
53
  "isRequired": true
109
54
  }
110
- }, {
111
- "title": {
112
- "label": {
113
- "type": "i18n",
114
- "en-US": "autoHeight",
115
- "zh-CN": "自动高度"
116
- },
117
- "tip": "autoHeight | 自动高度"
118
- },
119
- "name": "autoHeight",
120
- "description": "自动高度",
121
- "setter": {
122
- "componentName": "BoolSetter",
123
- "isRequired": true,
124
- "initialValue": false
125
- }
126
55
  }, {
127
56
  "title": {
128
57
  "label": {
@@ -155,22 +84,6 @@ var SwiperMeta = {
155
84
  "isRequired": true,
156
85
  "initialValue": false
157
86
  }
158
- }, {
159
- "title": {
160
- "label": {
161
- "type": "i18n",
162
- "en-US": "spaceBetween",
163
- "zh-CN": "图片间距"
164
- },
165
- "tip": "spaceBetween | 图片间距"
166
- },
167
- "name": "spaceBetween",
168
- "description": "图片间距",
169
- "setter": {
170
- "componentName": "NumberSetter",
171
- "isRequired": true,
172
- "initialValue": 0
173
- }
174
87
  }, {
175
88
  name: 'picUrls',
176
89
  title: '数据源绑定',
@@ -196,14 +109,10 @@ var snippets = [{
196
109
  "schema": {
197
110
  "componentName": "Swiper",
198
111
  "props": {
199
- spaceBetween: 0,
200
112
  loop: true,
201
113
  autoplay: true,
202
114
  speed: 200,
203
- slidesPerView: 1,
204
- initialSlide: 1,
205
- direction: 'horizontal',
206
- autoHeight: false,
115
+ height: 172,
207
116
  // 轮播路径
208
117
  picUrls: ['https://img.alicdn.com/tps/TB1bewbNVXXXXc5XXXXXXXXXXXX-1000-300.png', 'https://img.alicdn.com/tps/TB1xuUcNVXXXXcRXXXXXXXXXXXX-1000-300.jpg', 'https://img.alicdn.com/tps/TB1ikP.NVXXXXaYXpXXXXXXXXXX-1000-300.jpg', 'https://img.alicdn.com/tps/TB1s1_JNVXXXXbhaXXXXXXXXXXX-1000-300.jpg']
209
118
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.124",
3
+ "version": "0.1.126",
4
4
  "description": "dc低代码物料",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -103,10 +103,10 @@
103
103
  },
104
104
  "componentConfig": {
105
105
  "isComponentLibrary": true,
106
- "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.124/build/lowcode/assets-prod.json"
106
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.126/build/lowcode/assets-prod.json"
107
107
  },
108
108
  "lcMeta": {
109
109
  "type": "component"
110
110
  },
111
- "homepage": "https://unpkg.com/@dckj-npm/dc-material@0.1.124/build/index.html"
111
+ "homepage": "https://unpkg.com/@dckj-npm/dc-material@0.1.126/build/index.html"
112
112
  }