@dckj-npm/dc-material 0.1.178 → 0.1.180
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 +4 -4
- package/lowcode/teletext-list/meta.ts +40 -0
- package/lowcode_es/meta.js +1 -1
- package/lowcode_es/teletext-list/meta.js +34 -0
- package/lowcode_lib/meta.js +1 -1
- package/lowcode_lib/teletext-list/meta.js +34 -0
- package/package.json +2 -2
|
@@ -532,6 +532,14 @@ const TeletextListMeta: IPublicTypeComponentMetadata = {
|
|
|
532
532
|
},
|
|
533
533
|
},
|
|
534
534
|
},
|
|
535
|
+
{
|
|
536
|
+
title: '列表项间距',
|
|
537
|
+
name: 'itemGap',
|
|
538
|
+
description: '列表项间距',
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
title: '列表项内边距',
|
|
542
|
+
},
|
|
535
543
|
],
|
|
536
544
|
supports: {
|
|
537
545
|
style: true,
|
|
@@ -603,6 +611,38 @@ const snippets: IPublicTypeSnippet[] = [
|
|
|
603
611
|
key: 'teletext-tag-c',
|
|
604
612
|
},
|
|
605
613
|
},
|
|
614
|
+
{
|
|
615
|
+
componentName: 'NextText',
|
|
616
|
+
props: {
|
|
617
|
+
type: 'h5',
|
|
618
|
+
children: '标题标题',
|
|
619
|
+
key: 'text-1',
|
|
620
|
+
},
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
componentName: 'NextText',
|
|
624
|
+
props: {
|
|
625
|
+
type: 'h5',
|
|
626
|
+
children: '标题标题',
|
|
627
|
+
key: 'text-2',
|
|
628
|
+
},
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
componentName: 'NextText',
|
|
632
|
+
props: {
|
|
633
|
+
type: 'h5',
|
|
634
|
+
children: '标题标题',
|
|
635
|
+
key: 'text-3',
|
|
636
|
+
},
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
componentName: 'NextText',
|
|
640
|
+
props: {
|
|
641
|
+
type: 'h5',
|
|
642
|
+
children: '标题标题',
|
|
643
|
+
key: 'text-4',
|
|
644
|
+
},
|
|
645
|
+
},
|
|
606
646
|
],
|
|
607
647
|
},
|
|
608
648
|
},
|
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.180';
|
|
103
103
|
}
|
|
104
104
|
if (basicLibraryVersion === void 0) {
|
|
105
105
|
basicLibraryVersion = {
|
|
@@ -461,6 +461,12 @@ var TeletextListMeta = {
|
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
463
|
}
|
|
464
|
+
}, {
|
|
465
|
+
title: '列表项间距',
|
|
466
|
+
name: 'itemGap',
|
|
467
|
+
description: '列表项间距'
|
|
468
|
+
}, {
|
|
469
|
+
title: '列表项内边距'
|
|
464
470
|
}],
|
|
465
471
|
supports: {
|
|
466
472
|
style: true,
|
|
@@ -521,6 +527,34 @@ var snippets = [{
|
|
|
521
527
|
color: 'orange',
|
|
522
528
|
key: 'teletext-tag-c'
|
|
523
529
|
}
|
|
530
|
+
}, {
|
|
531
|
+
componentName: 'NextText',
|
|
532
|
+
props: {
|
|
533
|
+
type: 'h5',
|
|
534
|
+
children: '标题标题',
|
|
535
|
+
key: 'text-1'
|
|
536
|
+
}
|
|
537
|
+
}, {
|
|
538
|
+
componentName: 'NextText',
|
|
539
|
+
props: {
|
|
540
|
+
type: 'h5',
|
|
541
|
+
children: '标题标题',
|
|
542
|
+
key: 'text-2'
|
|
543
|
+
}
|
|
544
|
+
}, {
|
|
545
|
+
componentName: 'NextText',
|
|
546
|
+
props: {
|
|
547
|
+
type: 'h5',
|
|
548
|
+
children: '标题标题',
|
|
549
|
+
key: 'text-3'
|
|
550
|
+
}
|
|
551
|
+
}, {
|
|
552
|
+
componentName: 'NextText',
|
|
553
|
+
props: {
|
|
554
|
+
type: 'h5',
|
|
555
|
+
children: '标题标题',
|
|
556
|
+
key: 'text-4'
|
|
557
|
+
}
|
|
524
558
|
}]
|
|
525
559
|
}
|
|
526
560
|
}];
|
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.180';
|
|
108
108
|
}
|
|
109
109
|
if (basicLibraryVersion === void 0) {
|
|
110
110
|
basicLibraryVersion = {
|
|
@@ -466,6 +466,12 @@ var TeletextListMeta = {
|
|
|
466
466
|
}
|
|
467
467
|
}
|
|
468
468
|
}
|
|
469
|
+
}, {
|
|
470
|
+
title: '列表项间距',
|
|
471
|
+
name: 'itemGap',
|
|
472
|
+
description: '列表项间距'
|
|
473
|
+
}, {
|
|
474
|
+
title: '列表项内边距'
|
|
469
475
|
}],
|
|
470
476
|
supports: {
|
|
471
477
|
style: true,
|
|
@@ -526,6 +532,34 @@ var snippets = [{
|
|
|
526
532
|
color: 'orange',
|
|
527
533
|
key: 'teletext-tag-c'
|
|
528
534
|
}
|
|
535
|
+
}, {
|
|
536
|
+
componentName: 'NextText',
|
|
537
|
+
props: {
|
|
538
|
+
type: 'h5',
|
|
539
|
+
children: '标题标题',
|
|
540
|
+
key: 'text-1'
|
|
541
|
+
}
|
|
542
|
+
}, {
|
|
543
|
+
componentName: 'NextText',
|
|
544
|
+
props: {
|
|
545
|
+
type: 'h5',
|
|
546
|
+
children: '标题标题',
|
|
547
|
+
key: 'text-2'
|
|
548
|
+
}
|
|
549
|
+
}, {
|
|
550
|
+
componentName: 'NextText',
|
|
551
|
+
props: {
|
|
552
|
+
type: 'h5',
|
|
553
|
+
children: '标题标题',
|
|
554
|
+
key: 'text-3'
|
|
555
|
+
}
|
|
556
|
+
}, {
|
|
557
|
+
componentName: 'NextText',
|
|
558
|
+
props: {
|
|
559
|
+
type: 'h5',
|
|
560
|
+
children: '标题标题',
|
|
561
|
+
key: 'text-4'
|
|
562
|
+
}
|
|
529
563
|
}]
|
|
530
564
|
}
|
|
531
565
|
}];
|
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.180",
|
|
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.180/build/lowcode/assets-prod.json"
|
|
110
110
|
},
|
|
111
111
|
"lcMeta": {
|
|
112
112
|
"type": "component"
|