@dckj-npm/dc-material 0.1.342 → 0.1.343
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 +1 -1
- package/lowcode_es/meta.js +1 -1
- package/lowcode_es/review-list/meta.js +1 -1
- package/lowcode_lib/meta.js +1 -1
- package/lowcode_lib/review-list/meta.js +1 -1
- package/package.json +2 -2
|
@@ -68,7 +68,7 @@ const snippets: IPublicTypeSnippet[] = [
|
|
|
68
68
|
content:
|
|
69
69
|
"It's a really cute skirt! I didn't expect to feel so good in a polyester material. The print is slightly less bright than what is shown in the product description.",
|
|
70
70
|
likeCount: 22,
|
|
71
|
-
|
|
71
|
+
unlikeCount: 2,
|
|
72
72
|
},
|
|
73
73
|
],
|
|
74
74
|
},
|
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.343';
|
|
116
116
|
}
|
|
117
117
|
if (basicLibraryVersion === void 0) {
|
|
118
118
|
basicLibraryVersion = {
|
|
@@ -71,7 +71,7 @@ var snippets = [{
|
|
|
71
71
|
score: 4,
|
|
72
72
|
content: "It's a really cute skirt! I didn't expect to feel so good in a polyester material. The print is slightly less bright than what is shown in the product description.",
|
|
73
73
|
likeCount: 22,
|
|
74
|
-
|
|
74
|
+
unlikeCount: 2
|
|
75
75
|
}]
|
|
76
76
|
},
|
|
77
77
|
children: [{
|
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.343';
|
|
121
121
|
}
|
|
122
122
|
if (basicLibraryVersion === void 0) {
|
|
123
123
|
basicLibraryVersion = {
|
|
@@ -76,7 +76,7 @@ var snippets = [{
|
|
|
76
76
|
score: 4,
|
|
77
77
|
content: "It's a really cute skirt! I didn't expect to feel so good in a polyester material. The print is slightly less bright than what is shown in the product description.",
|
|
78
78
|
likeCount: 22,
|
|
79
|
-
|
|
79
|
+
unlikeCount: 2
|
|
80
80
|
}]
|
|
81
81
|
},
|
|
82
82
|
children: [{
|
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.343",
|
|
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.343/build/lowcode/assets-prod.json"
|
|
110
110
|
},
|
|
111
111
|
"lcMeta": {
|
|
112
112
|
"type": "component"
|