@dckj-npm/dc-material 0.1.294 → 0.1.296
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 +1 -1
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +1 -1
- package/lowcode/profile/meta.ts +8 -8
- package/lowcode_es/meta.js +1 -1
- package/lowcode_es/profile/meta.js +9 -9
- package/lowcode_lib/meta.js +1 -1
- package/lowcode_lib/profile/meta.js +9 -9
- package/package.json +2 -2
package/lowcode/profile/meta.ts
CHANGED
|
@@ -28,9 +28,9 @@ const ProfileMeta: IPublicTypeComponentMetadata = {
|
|
|
28
28
|
label: '个人数据',
|
|
29
29
|
value: 'dataList',
|
|
30
30
|
children: [
|
|
31
|
-
{ label: '头像', value: '
|
|
32
|
-
{ label: '名字', value: '
|
|
33
|
-
{ label: '
|
|
31
|
+
{ label: '头像', value: 'headPath' },
|
|
32
|
+
{ label: '名字', value: 'userName' },
|
|
33
|
+
{ label: '电话', value: 'phone' },
|
|
34
34
|
],
|
|
35
35
|
},
|
|
36
36
|
],
|
|
@@ -63,8 +63,8 @@ const snippets: IPublicTypeSnippet[] = [
|
|
|
63
63
|
dataList: {
|
|
64
64
|
image:
|
|
65
65
|
'https://51ymb.com/source/api/upload/1075055372064133120/2025/202502/20250218/1089219520733777920.png',
|
|
66
|
-
|
|
67
|
-
|
|
66
|
+
userName: '张三',
|
|
67
|
+
phone: '13819025571',
|
|
68
68
|
},
|
|
69
69
|
},
|
|
70
70
|
children: [
|
|
@@ -73,7 +73,7 @@ const snippets: IPublicTypeSnippet[] = [
|
|
|
73
73
|
props: {
|
|
74
74
|
type: 'h5',
|
|
75
75
|
children: '列表标题',
|
|
76
|
-
key: '
|
|
76
|
+
key: 'userName',
|
|
77
77
|
style: {
|
|
78
78
|
fontSize: '16px',
|
|
79
79
|
fontWeight: '700',
|
|
@@ -93,8 +93,8 @@ const snippets: IPublicTypeSnippet[] = [
|
|
|
93
93
|
componentName: 'NextText',
|
|
94
94
|
props: {
|
|
95
95
|
type: 'h5',
|
|
96
|
-
children: '
|
|
97
|
-
key: `
|
|
96
|
+
children: '13819025571',
|
|
97
|
+
key: `phone`,
|
|
98
98
|
style: {
|
|
99
99
|
fontSize: '12px',
|
|
100
100
|
lineHeight: '16px',
|
package/lowcode_es/meta.js
CHANGED
|
@@ -107,7 +107,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
107
107
|
packageName = '@dckj-npm/dc-material';
|
|
108
108
|
}
|
|
109
109
|
if (version === void 0) {
|
|
110
|
-
version = '0.1.
|
|
110
|
+
version = '0.1.296';
|
|
111
111
|
}
|
|
112
112
|
if (basicLibraryVersion === void 0) {
|
|
113
113
|
basicLibraryVersion = {
|
|
@@ -26,13 +26,13 @@ var ProfileMeta = {
|
|
|
26
26
|
value: 'dataList',
|
|
27
27
|
children: [{
|
|
28
28
|
label: '头像',
|
|
29
|
-
value: '
|
|
29
|
+
value: 'headPath'
|
|
30
30
|
}, {
|
|
31
31
|
label: '名字',
|
|
32
|
-
value: '
|
|
32
|
+
value: 'userName'
|
|
33
33
|
}, {
|
|
34
|
-
label: '
|
|
35
|
-
value: '
|
|
34
|
+
label: '电话',
|
|
35
|
+
value: 'phone'
|
|
36
36
|
}]
|
|
37
37
|
}]
|
|
38
38
|
}
|
|
@@ -58,8 +58,8 @@ var snippets = [{
|
|
|
58
58
|
props: {
|
|
59
59
|
dataList: {
|
|
60
60
|
image: 'https://51ymb.com/source/api/upload/1075055372064133120/2025/202502/20250218/1089219520733777920.png',
|
|
61
|
-
|
|
62
|
-
|
|
61
|
+
userName: '张三',
|
|
62
|
+
phone: '13819025571'
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
children: [{
|
|
@@ -67,7 +67,7 @@ var snippets = [{
|
|
|
67
67
|
props: {
|
|
68
68
|
type: 'h5',
|
|
69
69
|
children: '列表标题',
|
|
70
|
-
key: '
|
|
70
|
+
key: 'userName',
|
|
71
71
|
style: {
|
|
72
72
|
fontSize: '16px',
|
|
73
73
|
fontWeight: '700',
|
|
@@ -84,8 +84,8 @@ var snippets = [{
|
|
|
84
84
|
componentName: 'NextText',
|
|
85
85
|
props: {
|
|
86
86
|
type: 'h5',
|
|
87
|
-
children: '
|
|
88
|
-
key: "
|
|
87
|
+
children: '13819025571',
|
|
88
|
+
key: "phone",
|
|
89
89
|
style: {
|
|
90
90
|
fontSize: '12px',
|
|
91
91
|
lineHeight: '16px',
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -112,7 +112,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
112
112
|
packageName = '@dckj-npm/dc-material';
|
|
113
113
|
}
|
|
114
114
|
if (version === void 0) {
|
|
115
|
-
version = '0.1.
|
|
115
|
+
version = '0.1.296';
|
|
116
116
|
}
|
|
117
117
|
if (basicLibraryVersion === void 0) {
|
|
118
118
|
basicLibraryVersion = {
|
|
@@ -31,13 +31,13 @@ var ProfileMeta = {
|
|
|
31
31
|
value: 'dataList',
|
|
32
32
|
children: [{
|
|
33
33
|
label: '头像',
|
|
34
|
-
value: '
|
|
34
|
+
value: 'headPath'
|
|
35
35
|
}, {
|
|
36
36
|
label: '名字',
|
|
37
|
-
value: '
|
|
37
|
+
value: 'userName'
|
|
38
38
|
}, {
|
|
39
|
-
label: '
|
|
40
|
-
value: '
|
|
39
|
+
label: '电话',
|
|
40
|
+
value: 'phone'
|
|
41
41
|
}]
|
|
42
42
|
}]
|
|
43
43
|
}
|
|
@@ -63,8 +63,8 @@ var snippets = [{
|
|
|
63
63
|
props: {
|
|
64
64
|
dataList: {
|
|
65
65
|
image: 'https://51ymb.com/source/api/upload/1075055372064133120/2025/202502/20250218/1089219520733777920.png',
|
|
66
|
-
|
|
67
|
-
|
|
66
|
+
userName: '张三',
|
|
67
|
+
phone: '13819025571'
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
children: [{
|
|
@@ -72,7 +72,7 @@ var snippets = [{
|
|
|
72
72
|
props: {
|
|
73
73
|
type: 'h5',
|
|
74
74
|
children: '列表标题',
|
|
75
|
-
key: '
|
|
75
|
+
key: 'userName',
|
|
76
76
|
style: {
|
|
77
77
|
fontSize: '16px',
|
|
78
78
|
fontWeight: '700',
|
|
@@ -89,8 +89,8 @@ var snippets = [{
|
|
|
89
89
|
componentName: 'NextText',
|
|
90
90
|
props: {
|
|
91
91
|
type: 'h5',
|
|
92
|
-
children: '
|
|
93
|
-
key: "
|
|
92
|
+
children: '13819025571',
|
|
93
|
+
key: "phone",
|
|
94
94
|
style: {
|
|
95
95
|
fontSize: '12px',
|
|
96
96
|
lineHeight: '16px',
|
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.296",
|
|
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.296/build/lowcode/assets-prod.json"
|
|
110
110
|
},
|
|
111
111
|
"lcMeta": {
|
|
112
112
|
"type": "component"
|