@dckj-npm/dc-material 0.1.162 → 0.1.164

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.
@@ -307,43 +307,18 @@ const snippets: IPublicTypeSnippet[] = [
307
307
  props: {},
308
308
  children: [
309
309
  {
310
- componentName: 'Title1',
311
- props: {
312
- type: 'h5',
313
- children: '列表标题',
314
- key: 'box-title',
315
- },
316
- },
317
- {
318
- componentName: 'Image',
310
+ componentName: 'TeletextListItem',
319
311
  props: {
320
- src: 'https://img.alicdn.com/tps/TB16TQvOXXXXXbiaFXXXXXXXXXX-120-120.svg',
321
- key: 'image',
312
+ children: '图文列表子项',
313
+ key: 'teletext-list-item',
322
314
  },
323
315
  },
324
316
  {
325
- componentName: 'NextText',
317
+ componentName: 'Title1',
326
318
  props: {
327
319
  type: 'h5',
328
- children: '标题标题',
329
- key: 'title',
330
- },
331
- },
332
- {
333
- componentName: 'NextText',
334
- props: {
335
- type: 'inherit',
336
- children:
337
- '基于 Ali-Lowcode-Engine 快速打造高生产力的低代码研发平台, 基于自然布局体系快速搭建页面',
338
- key: 'content',
339
- },
340
- },
341
- {
342
- componentName: 'TagC',
343
- props: {
344
- name: '报名火热',
345
- color: 'orange',
346
- key: 'teletext-tag-c',
320
+ children: '列表标题',
321
+ key: 'box-title',
347
322
  },
348
323
  },
349
324
  ],
@@ -100,7 +100,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
100
100
  packageName = '@dckj-npm/dc-material';
101
101
  }
102
102
  if (version === void 0) {
103
- version = '0.1.162';
103
+ version = '0.1.164';
104
104
  }
105
105
  if (basicLibraryVersion === void 0) {
106
106
  basicLibraryVersion = {
@@ -274,38 +274,17 @@ var snippets = [{
274
274
  componentName: 'TeletextList',
275
275
  props: {},
276
276
  children: [{
277
- componentName: 'Title1',
278
- props: {
279
- type: 'h5',
280
- children: '列表标题',
281
- key: 'box-title'
282
- }
283
- }, {
284
- componentName: 'Image',
277
+ componentName: 'TeletextListItem',
285
278
  props: {
286
- src: 'https://img.alicdn.com/tps/TB16TQvOXXXXXbiaFXXXXXXXXXX-120-120.svg',
287
- key: 'image'
279
+ children: '图文列表子项',
280
+ key: 'teletext-list-item'
288
281
  }
289
282
  }, {
290
- componentName: 'NextText',
283
+ componentName: 'Title1',
291
284
  props: {
292
285
  type: 'h5',
293
- children: '标题标题',
294
- key: 'title'
295
- }
296
- }, {
297
- componentName: 'NextText',
298
- props: {
299
- type: 'inherit',
300
- children: '基于 Ali-Lowcode-Engine 快速打造高生产力的低代码研发平台, 基于自然布局体系快速搭建页面',
301
- key: 'content'
302
- }
303
- }, {
304
- componentName: 'TagC',
305
- props: {
306
- name: '报名火热',
307
- color: 'orange',
308
- key: 'teletext-tag-c'
286
+ children: '列表标题',
287
+ key: 'box-title'
309
288
  }
310
289
  }]
311
290
  }
@@ -105,7 +105,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
105
105
  packageName = '@dckj-npm/dc-material';
106
106
  }
107
107
  if (version === void 0) {
108
- version = '0.1.162';
108
+ version = '0.1.164';
109
109
  }
110
110
  if (basicLibraryVersion === void 0) {
111
111
  basicLibraryVersion = {
@@ -279,38 +279,17 @@ var snippets = [{
279
279
  componentName: 'TeletextList',
280
280
  props: {},
281
281
  children: [{
282
- componentName: 'Title1',
283
- props: {
284
- type: 'h5',
285
- children: '列表标题',
286
- key: 'box-title'
287
- }
288
- }, {
289
- componentName: 'Image',
282
+ componentName: 'TeletextListItem',
290
283
  props: {
291
- src: 'https://img.alicdn.com/tps/TB16TQvOXXXXXbiaFXXXXXXXXXX-120-120.svg',
292
- key: 'image'
284
+ children: '图文列表子项',
285
+ key: 'teletext-list-item'
293
286
  }
294
287
  }, {
295
- componentName: 'NextText',
288
+ componentName: 'Title1',
296
289
  props: {
297
290
  type: 'h5',
298
- children: '标题标题',
299
- key: 'title'
300
- }
301
- }, {
302
- componentName: 'NextText',
303
- props: {
304
- type: 'inherit',
305
- children: '基于 Ali-Lowcode-Engine 快速打造高生产力的低代码研发平台, 基于自然布局体系快速搭建页面',
306
- key: 'content'
307
- }
308
- }, {
309
- componentName: 'TagC',
310
- props: {
311
- name: '报名火热',
312
- color: 'orange',
313
- key: 'teletext-tag-c'
291
+ children: '列表标题',
292
+ key: 'box-title'
314
293
  }
315
294
  }]
316
295
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.162",
3
+ "version": "0.1.164",
4
4
  "description": "dc低代码物料",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -106,7 +106,7 @@
106
106
  },
107
107
  "componentConfig": {
108
108
  "isComponentLibrary": true,
109
- "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.162/build/lowcode/assets-prod.json"
109
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.164/build/lowcode/assets-prod.json"
110
110
  },
111
111
  "lcMeta": {
112
112
  "type": "component"