@dckj-npm/dc-material 0.1.294 → 0.1.295
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 +5 -5
- package/lowcode_es/meta.js +1 -1
- package/lowcode_es/profile/meta.js +6 -6
- package/lowcode_lib/meta.js +1 -1
- package/lowcode_lib/profile/meta.js +6 -6
- 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
|
],
|
|
@@ -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.295';
|
|
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
|
}
|
|
@@ -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.295';
|
|
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
|
}
|
|
@@ -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.295",
|
|
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.295/build/lowcode/assets-prod.json"
|
|
110
110
|
},
|
|
111
111
|
"lcMeta": {
|
|
112
112
|
"type": "component"
|