@dckj-npm/dc-material 0.1.340 → 0.1.342
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/review-list/meta.ts +4 -3
- package/lowcode_es/meta.js +1 -1
- package/lowcode_es/review-list/meta.js +3 -3
- package/lowcode_lib/meta.js +1 -1
- package/lowcode_lib/review-list/meta.js +3 -3
- package/package.json +2 -2
|
@@ -60,7 +60,8 @@ const snippets: IPublicTypeSnippet[] = [
|
|
|
60
60
|
props: {
|
|
61
61
|
dataList: [
|
|
62
62
|
{
|
|
63
|
-
avatar:
|
|
63
|
+
avatar:
|
|
64
|
+
'https://51ymb.com/source/api/upload/1075055372064133120/2025/202501/20250113/1076147300180561920.png',
|
|
64
65
|
userName: 'Mark Jacob',
|
|
65
66
|
time: '2025-03-15',
|
|
66
67
|
score: 4,
|
|
@@ -76,7 +77,7 @@ const snippets: IPublicTypeSnippet[] = [
|
|
|
76
77
|
componentName: 'NextText',
|
|
77
78
|
props: {
|
|
78
79
|
type: 'h5',
|
|
79
|
-
key: '
|
|
80
|
+
key: 'userName',
|
|
80
81
|
style: {
|
|
81
82
|
fontSize: '15px',
|
|
82
83
|
color: '#333',
|
|
@@ -110,7 +111,7 @@ const snippets: IPublicTypeSnippet[] = [
|
|
|
110
111
|
{
|
|
111
112
|
componentName: 'Image',
|
|
112
113
|
props: {
|
|
113
|
-
key: '
|
|
114
|
+
key: 'avatar',
|
|
114
115
|
width: 20,
|
|
115
116
|
height: 20,
|
|
116
117
|
style: {
|
package/lowcode_es/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.342';
|
|
116
116
|
}
|
|
117
117
|
if (basicLibraryVersion === void 0) {
|
|
118
118
|
basicLibraryVersion = {
|
|
@@ -65,7 +65,7 @@ var snippets = [{
|
|
|
65
65
|
componentName: 'ReviewList',
|
|
66
66
|
props: {
|
|
67
67
|
dataList: [{
|
|
68
|
-
avatar: 'https://
|
|
68
|
+
avatar: 'https://51ymb.com/source/api/upload/1075055372064133120/2025/202501/20250113/1076147300180561920.png',
|
|
69
69
|
userName: 'Mark Jacob',
|
|
70
70
|
time: '2025-03-15',
|
|
71
71
|
score: 4,
|
|
@@ -78,7 +78,7 @@ var snippets = [{
|
|
|
78
78
|
componentName: 'NextText',
|
|
79
79
|
props: {
|
|
80
80
|
type: 'h5',
|
|
81
|
-
key: '
|
|
81
|
+
key: 'userName',
|
|
82
82
|
style: {
|
|
83
83
|
fontSize: '15px',
|
|
84
84
|
color: '#333',
|
|
@@ -109,7 +109,7 @@ var snippets = [{
|
|
|
109
109
|
}, {
|
|
110
110
|
componentName: 'Image',
|
|
111
111
|
props: {
|
|
112
|
-
key: '
|
|
112
|
+
key: 'avatar',
|
|
113
113
|
width: 20,
|
|
114
114
|
height: 20,
|
|
115
115
|
style: {
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -117,7 +117,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
117
117
|
packageName = '@dckj-npm/dc-material';
|
|
118
118
|
}
|
|
119
119
|
if (version === void 0) {
|
|
120
|
-
version = '0.1.
|
|
120
|
+
version = '0.1.342';
|
|
121
121
|
}
|
|
122
122
|
if (basicLibraryVersion === void 0) {
|
|
123
123
|
basicLibraryVersion = {
|
|
@@ -70,7 +70,7 @@ var snippets = [{
|
|
|
70
70
|
componentName: 'ReviewList',
|
|
71
71
|
props: {
|
|
72
72
|
dataList: [{
|
|
73
|
-
avatar: 'https://
|
|
73
|
+
avatar: 'https://51ymb.com/source/api/upload/1075055372064133120/2025/202501/20250113/1076147300180561920.png',
|
|
74
74
|
userName: 'Mark Jacob',
|
|
75
75
|
time: '2025-03-15',
|
|
76
76
|
score: 4,
|
|
@@ -83,7 +83,7 @@ var snippets = [{
|
|
|
83
83
|
componentName: 'NextText',
|
|
84
84
|
props: {
|
|
85
85
|
type: 'h5',
|
|
86
|
-
key: '
|
|
86
|
+
key: 'userName',
|
|
87
87
|
style: {
|
|
88
88
|
fontSize: '15px',
|
|
89
89
|
color: '#333',
|
|
@@ -114,7 +114,7 @@ var snippets = [{
|
|
|
114
114
|
}, {
|
|
115
115
|
componentName: 'Image',
|
|
116
116
|
props: {
|
|
117
|
-
key: '
|
|
117
|
+
key: 'avatar',
|
|
118
118
|
width: 20,
|
|
119
119
|
height: 20,
|
|
120
120
|
style: {
|
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.342",
|
|
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.342/build/lowcode/assets-prod.json"
|
|
110
110
|
},
|
|
111
111
|
"lcMeta": {
|
|
112
112
|
"type": "component"
|