@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.
- package/build/lowcode/assets-daily.json +13 -13
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +13 -13
- package/build/lowcode/meta.design.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.js +1 -1
- package/lowcode/teletext-list/meta.ts +6 -31
- package/lowcode_es/meta.js +1 -1
- package/lowcode_es/teletext-list/meta.js +6 -27
- package/lowcode_lib/meta.js +1 -1
- package/lowcode_lib/teletext-list/meta.js +6 -27
- package/package.json +2 -2
|
@@ -307,43 +307,18 @@ const snippets: IPublicTypeSnippet[] = [
|
|
|
307
307
|
props: {},
|
|
308
308
|
children: [
|
|
309
309
|
{
|
|
310
|
-
componentName: '
|
|
311
|
-
props: {
|
|
312
|
-
type: 'h5',
|
|
313
|
-
children: '列表标题',
|
|
314
|
-
key: 'box-title',
|
|
315
|
-
},
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
componentName: 'Image',
|
|
310
|
+
componentName: 'TeletextListItem',
|
|
319
311
|
props: {
|
|
320
|
-
|
|
321
|
-
key: '
|
|
312
|
+
children: '图文列表子项',
|
|
313
|
+
key: 'teletext-list-item',
|
|
322
314
|
},
|
|
323
315
|
},
|
|
324
316
|
{
|
|
325
|
-
componentName: '
|
|
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
|
],
|
package/lowcode_es/meta.js
CHANGED
|
@@ -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.
|
|
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: '
|
|
278
|
-
props: {
|
|
279
|
-
type: 'h5',
|
|
280
|
-
children: '列表标题',
|
|
281
|
-
key: 'box-title'
|
|
282
|
-
}
|
|
283
|
-
}, {
|
|
284
|
-
componentName: 'Image',
|
|
277
|
+
componentName: 'TeletextListItem',
|
|
285
278
|
props: {
|
|
286
|
-
|
|
287
|
-
key: '
|
|
279
|
+
children: '图文列表子项',
|
|
280
|
+
key: 'teletext-list-item'
|
|
288
281
|
}
|
|
289
282
|
}, {
|
|
290
|
-
componentName: '
|
|
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
|
}
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -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.
|
|
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: '
|
|
283
|
-
props: {
|
|
284
|
-
type: 'h5',
|
|
285
|
-
children: '列表标题',
|
|
286
|
-
key: 'box-title'
|
|
287
|
-
}
|
|
288
|
-
}, {
|
|
289
|
-
componentName: 'Image',
|
|
282
|
+
componentName: 'TeletextListItem',
|
|
290
283
|
props: {
|
|
291
|
-
|
|
292
|
-
key: '
|
|
284
|
+
children: '图文列表子项',
|
|
285
|
+
key: 'teletext-list-item'
|
|
293
286
|
}
|
|
294
287
|
}, {
|
|
295
|
-
componentName: '
|
|
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.
|
|
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.
|
|
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"
|