@dckj-npm/dc-material 0.1.73 → 0.1.75
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/teletext-list/meta.ts +2 -2
- package/lowcode_es/meta.js +1 -1
- package/lowcode_es/teletext-list/meta.js +2 -2
- package/lowcode_lib/meta.js +1 -1
- package/lowcode_lib/teletext-list/meta.js +2 -2
- package/package.json +2 -2
|
@@ -316,7 +316,7 @@ const snippets: IPublicTypeSnippet[] = [
|
|
|
316
316
|
props: {
|
|
317
317
|
name: '报名火热',
|
|
318
318
|
color: 'orange',
|
|
319
|
-
key: 'teletext-
|
|
319
|
+
key: 'teletext-tagc-1',
|
|
320
320
|
},
|
|
321
321
|
},
|
|
322
322
|
{
|
|
@@ -324,7 +324,7 @@ const snippets: IPublicTypeSnippet[] = [
|
|
|
324
324
|
props: {
|
|
325
325
|
name: '报名火热',
|
|
326
326
|
color: 'green-n',
|
|
327
|
-
key: 'teletext-
|
|
327
|
+
key: 'teletext-tagc-2',
|
|
328
328
|
},
|
|
329
329
|
},
|
|
330
330
|
],
|
package/lowcode_es/meta.js
CHANGED
|
@@ -93,7 +93,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
93
93
|
packageName = '@dckj-npm/dc-material';
|
|
94
94
|
}
|
|
95
95
|
if (version === void 0) {
|
|
96
|
-
version = '0.1.
|
|
96
|
+
version = '0.1.75';
|
|
97
97
|
}
|
|
98
98
|
if (basicLibraryVersion === void 0) {
|
|
99
99
|
basicLibraryVersion = {
|
|
@@ -280,14 +280,14 @@ var snippets = [{
|
|
|
280
280
|
props: {
|
|
281
281
|
name: '报名火热',
|
|
282
282
|
color: 'orange',
|
|
283
|
-
key: 'teletext-
|
|
283
|
+
key: 'teletext-tagc-1'
|
|
284
284
|
}
|
|
285
285
|
}, {
|
|
286
286
|
componentName: 'TagC',
|
|
287
287
|
props: {
|
|
288
288
|
name: '报名火热',
|
|
289
289
|
color: 'green-n',
|
|
290
|
-
key: 'teletext-
|
|
290
|
+
key: 'teletext-tagc-2'
|
|
291
291
|
}
|
|
292
292
|
}]
|
|
293
293
|
}
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -98,7 +98,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
98
98
|
packageName = '@dckj-npm/dc-material';
|
|
99
99
|
}
|
|
100
100
|
if (version === void 0) {
|
|
101
|
-
version = '0.1.
|
|
101
|
+
version = '0.1.75';
|
|
102
102
|
}
|
|
103
103
|
if (basicLibraryVersion === void 0) {
|
|
104
104
|
basicLibraryVersion = {
|
|
@@ -285,14 +285,14 @@ var snippets = [{
|
|
|
285
285
|
props: {
|
|
286
286
|
name: '报名火热',
|
|
287
287
|
color: 'orange',
|
|
288
|
-
key: 'teletext-
|
|
288
|
+
key: 'teletext-tagc-1'
|
|
289
289
|
}
|
|
290
290
|
}, {
|
|
291
291
|
componentName: 'TagC',
|
|
292
292
|
props: {
|
|
293
293
|
name: '报名火热',
|
|
294
294
|
color: 'green-n',
|
|
295
|
-
key: 'teletext-
|
|
295
|
+
key: 'teletext-tagc-2'
|
|
296
296
|
}
|
|
297
297
|
}]
|
|
298
298
|
}
|
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.75",
|
|
4
4
|
"description": "dc低代码物料",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
},
|
|
104
104
|
"componentConfig": {
|
|
105
105
|
"isComponentLibrary": true,
|
|
106
|
-
"materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.
|
|
106
|
+
"materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.75/build/lowcode/assets-prod.json"
|
|
107
107
|
},
|
|
108
108
|
"lcMeta": {
|
|
109
109
|
"type": "component"
|