@dckj-npm/dc-material 0.1.295 → 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.js +1 -1
- package/build/lowcode/view.js +1 -1
- package/lowcode/profile/meta.ts +3 -3
- package/lowcode_es/meta.js +1 -1
- package/lowcode_es/profile/meta.js +3 -3
- package/lowcode_lib/meta.js +1 -1
- package/lowcode_lib/profile/meta.js +3 -3
- package/package.json +2 -2
package/lowcode/profile/meta.ts
CHANGED
|
@@ -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',
|
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 = {
|
|
@@ -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',
|
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 = {
|
|
@@ -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',
|
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"
|