@dckj-npm/dc-material 0.1.187 → 0.1.188
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 +9 -16
- package/lowcode_es/meta.js +1 -1
- package/lowcode_es/teletext-list/meta.js +8 -15
- package/lowcode_lib/meta.js +1 -1
- package/lowcode_lib/teletext-list/meta.js +8 -15
- package/package.json +2 -2
|
@@ -592,31 +592,24 @@ const snippets: IPublicTypeSnippet[] = [
|
|
|
592
592
|
props: {
|
|
593
593
|
type: 'h5',
|
|
594
594
|
children: '标题标题',
|
|
595
|
-
key: '
|
|
595
|
+
key: 'title',
|
|
596
596
|
},
|
|
597
597
|
},
|
|
598
598
|
{
|
|
599
599
|
componentName: 'NextText',
|
|
600
600
|
props: {
|
|
601
|
-
type: '
|
|
602
|
-
children:
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
componentName: 'NextText',
|
|
608
|
-
props: {
|
|
609
|
-
type: 'h5',
|
|
610
|
-
children: '标题标题',
|
|
611
|
-
key: 'text-3',
|
|
601
|
+
type: 'inherit',
|
|
602
|
+
children:
|
|
603
|
+
'基于 Ali-Lowcode-Engine 快速打造高生产力的低代码研发平台, 基于自然布局体系快速搭建页面',
|
|
604
|
+
key: 'content',
|
|
612
605
|
},
|
|
613
606
|
},
|
|
614
607
|
{
|
|
615
|
-
componentName: '
|
|
608
|
+
componentName: 'TagC',
|
|
616
609
|
props: {
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
key: '
|
|
610
|
+
name: '报名火热',
|
|
611
|
+
color: 'orange',
|
|
612
|
+
key: 'teletext-tag-c',
|
|
620
613
|
},
|
|
621
614
|
},
|
|
622
615
|
],
|
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.188';
|
|
103
103
|
}
|
|
104
104
|
if (basicLibraryVersion === void 0) {
|
|
105
105
|
basicLibraryVersion = {
|
|
@@ -513,28 +513,21 @@ var snippets = [{
|
|
|
513
513
|
props: {
|
|
514
514
|
type: 'h5',
|
|
515
515
|
children: '标题标题',
|
|
516
|
-
key: '
|
|
516
|
+
key: 'title'
|
|
517
517
|
}
|
|
518
518
|
}, {
|
|
519
519
|
componentName: 'NextText',
|
|
520
520
|
props: {
|
|
521
|
-
type: '
|
|
522
|
-
children: '
|
|
523
|
-
key: '
|
|
521
|
+
type: 'inherit',
|
|
522
|
+
children: '基于 Ali-Lowcode-Engine 快速打造高生产力的低代码研发平台, 基于自然布局体系快速搭建页面',
|
|
523
|
+
key: 'content'
|
|
524
524
|
}
|
|
525
525
|
}, {
|
|
526
|
-
componentName: '
|
|
526
|
+
componentName: 'TagC',
|
|
527
527
|
props: {
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
key: '
|
|
531
|
-
}
|
|
532
|
-
}, {
|
|
533
|
-
componentName: 'NextText',
|
|
534
|
-
props: {
|
|
535
|
-
type: 'h5',
|
|
536
|
-
children: '标题标题',
|
|
537
|
-
key: 'text-4'
|
|
528
|
+
name: '报名火热',
|
|
529
|
+
color: 'orange',
|
|
530
|
+
key: 'teletext-tag-c'
|
|
538
531
|
}
|
|
539
532
|
}]
|
|
540
533
|
}
|
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.188';
|
|
108
108
|
}
|
|
109
109
|
if (basicLibraryVersion === void 0) {
|
|
110
110
|
basicLibraryVersion = {
|
|
@@ -518,28 +518,21 @@ var snippets = [{
|
|
|
518
518
|
props: {
|
|
519
519
|
type: 'h5',
|
|
520
520
|
children: '标题标题',
|
|
521
|
-
key: '
|
|
521
|
+
key: 'title'
|
|
522
522
|
}
|
|
523
523
|
}, {
|
|
524
524
|
componentName: 'NextText',
|
|
525
525
|
props: {
|
|
526
|
-
type: '
|
|
527
|
-
children: '
|
|
528
|
-
key: '
|
|
526
|
+
type: 'inherit',
|
|
527
|
+
children: '基于 Ali-Lowcode-Engine 快速打造高生产力的低代码研发平台, 基于自然布局体系快速搭建页面',
|
|
528
|
+
key: 'content'
|
|
529
529
|
}
|
|
530
530
|
}, {
|
|
531
|
-
componentName: '
|
|
531
|
+
componentName: 'TagC',
|
|
532
532
|
props: {
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
key: '
|
|
536
|
-
}
|
|
537
|
-
}, {
|
|
538
|
-
componentName: 'NextText',
|
|
539
|
-
props: {
|
|
540
|
-
type: 'h5',
|
|
541
|
-
children: '标题标题',
|
|
542
|
-
key: 'text-4'
|
|
533
|
+
name: '报名火热',
|
|
534
|
+
color: 'orange',
|
|
535
|
+
key: 'teletext-tag-c'
|
|
543
536
|
}
|
|
544
537
|
}]
|
|
545
538
|
}
|
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.188",
|
|
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.188/build/lowcode/assets-prod.json"
|
|
110
110
|
},
|
|
111
111
|
"lcMeta": {
|
|
112
112
|
"type": "component"
|