@dckj-npm/dc-material 0.1.296 → 0.1.298
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 +1 -0
- package/lowcode/teletext-list/meta.ts +11 -0
- package/lowcode_es/meta.js +1 -1
- package/lowcode_es/profile/meta.js +2 -1
- package/lowcode_es/teletext-list/meta.js +10 -0
- package/lowcode_lib/meta.js +1 -1
- package/lowcode_lib/profile/meta.js +2 -1
- package/lowcode_lib/teletext-list/meta.js +10 -0
- package/package.json +2 -2
package/lowcode/profile/meta.ts
CHANGED
|
@@ -405,6 +405,17 @@ const TeletextListMeta: IPublicTypeComponentMetadata = {
|
|
|
405
405
|
initialValue: 'flex-start',
|
|
406
406
|
},
|
|
407
407
|
},
|
|
408
|
+
{
|
|
409
|
+
title: '图文间距',
|
|
410
|
+
name: 'textImgGap',
|
|
411
|
+
description: '图文间距',
|
|
412
|
+
setter: {
|
|
413
|
+
componentName: 'NumberSetter',
|
|
414
|
+
isRequired: false,
|
|
415
|
+
initialValue: 0,
|
|
416
|
+
defaultValue: 0,
|
|
417
|
+
},
|
|
418
|
+
},
|
|
408
419
|
{
|
|
409
420
|
title: '图标配置',
|
|
410
421
|
name: 'iconList',
|
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.298';
|
|
111
111
|
}
|
|
112
112
|
if (basicLibraryVersion === void 0) {
|
|
113
113
|
basicLibraryVersion = {
|
|
@@ -352,6 +352,16 @@ var TeletextListMeta = {
|
|
|
352
352
|
},
|
|
353
353
|
initialValue: 'flex-start'
|
|
354
354
|
}
|
|
355
|
+
}, {
|
|
356
|
+
title: '图文间距',
|
|
357
|
+
name: 'textImgGap',
|
|
358
|
+
description: '图文间距',
|
|
359
|
+
setter: {
|
|
360
|
+
componentName: 'NumberSetter',
|
|
361
|
+
isRequired: false,
|
|
362
|
+
initialValue: 0,
|
|
363
|
+
defaultValue: 0
|
|
364
|
+
}
|
|
355
365
|
}, {
|
|
356
366
|
title: '图标配置',
|
|
357
367
|
name: 'iconList',
|
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.298';
|
|
116
116
|
}
|
|
117
117
|
if (basicLibraryVersion === void 0) {
|
|
118
118
|
basicLibraryVersion = {
|
|
@@ -357,6 +357,16 @@ var TeletextListMeta = {
|
|
|
357
357
|
},
|
|
358
358
|
initialValue: 'flex-start'
|
|
359
359
|
}
|
|
360
|
+
}, {
|
|
361
|
+
title: '图文间距',
|
|
362
|
+
name: 'textImgGap',
|
|
363
|
+
description: '图文间距',
|
|
364
|
+
setter: {
|
|
365
|
+
componentName: 'NumberSetter',
|
|
366
|
+
isRequired: false,
|
|
367
|
+
initialValue: 0,
|
|
368
|
+
defaultValue: 0
|
|
369
|
+
}
|
|
360
370
|
}, {
|
|
361
371
|
title: '图标配置',
|
|
362
372
|
name: 'iconList',
|
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.298",
|
|
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.298/build/lowcode/assets-prod.json"
|
|
110
110
|
},
|
|
111
111
|
"lcMeta": {
|
|
112
112
|
"type": "component"
|