@dckj-npm/dc-material 0.1.235 → 0.1.237
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.css +1 -1
- package/build/lowcode/render/default/view.js +5 -5
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +1 -1
- package/lowcode/teletext-list/meta.ts +10 -10
- package/lowcode_es/meta.js +1 -1
- package/lowcode_es/teletext-list/meta.js +10 -10
- package/lowcode_lib/meta.js +1 -1
- package/lowcode_lib/teletext-list/meta.js +10 -10
- package/package.json +2 -2
|
@@ -403,9 +403,9 @@ const TeletextListMeta: IPublicTypeComponentMetadata = {
|
|
|
403
403
|
},
|
|
404
404
|
},
|
|
405
405
|
{
|
|
406
|
-
title: '
|
|
406
|
+
title: '子项列数',
|
|
407
407
|
name: 'itemColumns',
|
|
408
|
-
description: '
|
|
408
|
+
description: '子项列数',
|
|
409
409
|
setter: {
|
|
410
410
|
componentName: 'NumberSetter',
|
|
411
411
|
isRequired: false,
|
|
@@ -428,9 +428,9 @@ const TeletextListMeta: IPublicTypeComponentMetadata = {
|
|
|
428
428
|
},
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
|
-
title: '
|
|
431
|
+
title: '子项间距',
|
|
432
432
|
name: 'itemGap',
|
|
433
|
-
description: '
|
|
433
|
+
description: '子项间距',
|
|
434
434
|
setter: {
|
|
435
435
|
componentName: 'NumberSetter',
|
|
436
436
|
isRequired: false,
|
|
@@ -439,9 +439,9 @@ const TeletextListMeta: IPublicTypeComponentMetadata = {
|
|
|
439
439
|
},
|
|
440
440
|
},
|
|
441
441
|
{
|
|
442
|
-
title: '
|
|
442
|
+
title: '子项内边距',
|
|
443
443
|
name: 'itemPadding',
|
|
444
|
-
description: '
|
|
444
|
+
description: '子项内边距',
|
|
445
445
|
setter: {
|
|
446
446
|
componentName: 'NumberSetter',
|
|
447
447
|
isRequired: false,
|
|
@@ -450,9 +450,9 @@ const TeletextListMeta: IPublicTypeComponentMetadata = {
|
|
|
450
450
|
},
|
|
451
451
|
},
|
|
452
452
|
{
|
|
453
|
-
title: '
|
|
453
|
+
title: '子项背景颜色',
|
|
454
454
|
name: 'itemBgColor',
|
|
455
|
-
description: '
|
|
455
|
+
description: '子项背景颜色',
|
|
456
456
|
setter: {
|
|
457
457
|
componentName: 'ColorSetter',
|
|
458
458
|
isRequired: false,
|
|
@@ -461,9 +461,9 @@ const TeletextListMeta: IPublicTypeComponentMetadata = {
|
|
|
461
461
|
},
|
|
462
462
|
},
|
|
463
463
|
{
|
|
464
|
-
title:'
|
|
464
|
+
title:'子项分布',
|
|
465
465
|
name:'itemRowAlign',
|
|
466
|
-
description:'
|
|
466
|
+
description:'子项分布',
|
|
467
467
|
setter: {
|
|
468
468
|
componentName: 'SelectSetter',
|
|
469
469
|
props: {
|
package/lowcode_es/meta.js
CHANGED
|
@@ -99,7 +99,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
99
99
|
packageName = '@dckj-npm/dc-material';
|
|
100
100
|
}
|
|
101
101
|
if (version === void 0) {
|
|
102
|
-
version = '0.1.
|
|
102
|
+
version = '0.1.237';
|
|
103
103
|
}
|
|
104
104
|
if (basicLibraryVersion === void 0) {
|
|
105
105
|
basicLibraryVersion = {
|
|
@@ -350,9 +350,9 @@ var TeletextListMeta = {
|
|
|
350
350
|
}
|
|
351
351
|
}
|
|
352
352
|
}, {
|
|
353
|
-
title: '
|
|
353
|
+
title: '子项列数',
|
|
354
354
|
name: 'itemColumns',
|
|
355
|
-
description: '
|
|
355
|
+
description: '子项列数',
|
|
356
356
|
setter: {
|
|
357
357
|
componentName: 'NumberSetter',
|
|
358
358
|
isRequired: false,
|
|
@@ -370,9 +370,9 @@ var TeletextListMeta = {
|
|
|
370
370
|
}
|
|
371
371
|
}
|
|
372
372
|
}, {
|
|
373
|
-
title: '
|
|
373
|
+
title: '子项间距',
|
|
374
374
|
name: 'itemGap',
|
|
375
|
-
description: '
|
|
375
|
+
description: '子项间距',
|
|
376
376
|
setter: {
|
|
377
377
|
componentName: 'NumberSetter',
|
|
378
378
|
isRequired: false,
|
|
@@ -380,9 +380,9 @@ var TeletextListMeta = {
|
|
|
380
380
|
defaultValue: 10
|
|
381
381
|
}
|
|
382
382
|
}, {
|
|
383
|
-
title: '
|
|
383
|
+
title: '子项内边距',
|
|
384
384
|
name: 'itemPadding',
|
|
385
|
-
description: '
|
|
385
|
+
description: '子项内边距',
|
|
386
386
|
setter: {
|
|
387
387
|
componentName: 'NumberSetter',
|
|
388
388
|
isRequired: false,
|
|
@@ -390,9 +390,9 @@ var TeletextListMeta = {
|
|
|
390
390
|
defaultValue: 0
|
|
391
391
|
}
|
|
392
392
|
}, {
|
|
393
|
-
title: '
|
|
393
|
+
title: '子项背景颜色',
|
|
394
394
|
name: 'itemBgColor',
|
|
395
|
-
description: '
|
|
395
|
+
description: '子项背景颜色',
|
|
396
396
|
setter: {
|
|
397
397
|
componentName: 'ColorSetter',
|
|
398
398
|
isRequired: false,
|
|
@@ -400,9 +400,9 @@ var TeletextListMeta = {
|
|
|
400
400
|
defaultValue: '#fff'
|
|
401
401
|
}
|
|
402
402
|
}, {
|
|
403
|
-
title: '
|
|
403
|
+
title: '子项分布',
|
|
404
404
|
name: 'itemRowAlign',
|
|
405
|
-
description: '
|
|
405
|
+
description: '子项分布',
|
|
406
406
|
setter: {
|
|
407
407
|
componentName: 'SelectSetter',
|
|
408
408
|
props: {
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -104,7 +104,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
104
104
|
packageName = '@dckj-npm/dc-material';
|
|
105
105
|
}
|
|
106
106
|
if (version === void 0) {
|
|
107
|
-
version = '0.1.
|
|
107
|
+
version = '0.1.237';
|
|
108
108
|
}
|
|
109
109
|
if (basicLibraryVersion === void 0) {
|
|
110
110
|
basicLibraryVersion = {
|
|
@@ -355,9 +355,9 @@ var TeletextListMeta = {
|
|
|
355
355
|
}
|
|
356
356
|
}
|
|
357
357
|
}, {
|
|
358
|
-
title: '
|
|
358
|
+
title: '子项列数',
|
|
359
359
|
name: 'itemColumns',
|
|
360
|
-
description: '
|
|
360
|
+
description: '子项列数',
|
|
361
361
|
setter: {
|
|
362
362
|
componentName: 'NumberSetter',
|
|
363
363
|
isRequired: false,
|
|
@@ -375,9 +375,9 @@ var TeletextListMeta = {
|
|
|
375
375
|
}
|
|
376
376
|
}
|
|
377
377
|
}, {
|
|
378
|
-
title: '
|
|
378
|
+
title: '子项间距',
|
|
379
379
|
name: 'itemGap',
|
|
380
|
-
description: '
|
|
380
|
+
description: '子项间距',
|
|
381
381
|
setter: {
|
|
382
382
|
componentName: 'NumberSetter',
|
|
383
383
|
isRequired: false,
|
|
@@ -385,9 +385,9 @@ var TeletextListMeta = {
|
|
|
385
385
|
defaultValue: 10
|
|
386
386
|
}
|
|
387
387
|
}, {
|
|
388
|
-
title: '
|
|
388
|
+
title: '子项内边距',
|
|
389
389
|
name: 'itemPadding',
|
|
390
|
-
description: '
|
|
390
|
+
description: '子项内边距',
|
|
391
391
|
setter: {
|
|
392
392
|
componentName: 'NumberSetter',
|
|
393
393
|
isRequired: false,
|
|
@@ -395,9 +395,9 @@ var TeletextListMeta = {
|
|
|
395
395
|
defaultValue: 0
|
|
396
396
|
}
|
|
397
397
|
}, {
|
|
398
|
-
title: '
|
|
398
|
+
title: '子项背景颜色',
|
|
399
399
|
name: 'itemBgColor',
|
|
400
|
-
description: '
|
|
400
|
+
description: '子项背景颜色',
|
|
401
401
|
setter: {
|
|
402
402
|
componentName: 'ColorSetter',
|
|
403
403
|
isRequired: false,
|
|
@@ -405,9 +405,9 @@ var TeletextListMeta = {
|
|
|
405
405
|
defaultValue: '#fff'
|
|
406
406
|
}
|
|
407
407
|
}, {
|
|
408
|
-
title: '
|
|
408
|
+
title: '子项分布',
|
|
409
409
|
name: 'itemRowAlign',
|
|
410
|
-
description: '
|
|
410
|
+
description: '子项分布',
|
|
411
411
|
setter: {
|
|
412
412
|
componentName: 'SelectSetter',
|
|
413
413
|
props: {
|
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.237",
|
|
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.237/build/lowcode/assets-prod.json"
|
|
110
110
|
},
|
|
111
111
|
"lcMeta": {
|
|
112
112
|
"type": "component"
|