@dckj-npm/dc-material 0.1.211 → 0.1.212
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/lowcode/teletext-list/meta.ts +10 -1
- 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
|
@@ -373,7 +373,16 @@ const TeletextListMeta: IPublicTypeComponentMetadata = {
|
|
|
373
373
|
]
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
console.log(
|
|
376
|
+
console.log(
|
|
377
|
+
'文字行数',
|
|
378
|
+
target,
|
|
379
|
+
value,
|
|
380
|
+
schema,
|
|
381
|
+
target.node,
|
|
382
|
+
target.parent,
|
|
383
|
+
target.parent.getPropValue('dataListBind'),
|
|
384
|
+
target.parent.node?.getProp('dataListBind'),
|
|
385
|
+
)
|
|
377
386
|
},
|
|
378
387
|
},
|
|
379
388
|
},
|
package/lowcode_es/meta.js
CHANGED
|
@@ -99,7 +99,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
99
99
|
packageName = '@dckj-npm/dc-material';
|
|
100
100
|
}
|
|
101
101
|
if (version === void 0) {
|
|
102
|
-
version = '0.1.
|
|
102
|
+
version = '0.1.212';
|
|
103
103
|
}
|
|
104
104
|
if (basicLibraryVersion === void 0) {
|
|
105
105
|
basicLibraryVersion = {
|
|
@@ -273,7 +273,7 @@ var TeletextListMeta = {
|
|
|
273
273
|
},
|
|
274
274
|
extraProps: {
|
|
275
275
|
setValue: function setValue(target, value) {
|
|
276
|
-
var _target$node, _schema$children, _schema$children$filt;
|
|
276
|
+
var _target$node, _schema$children, _schema$children$filt, _target$parent$node;
|
|
277
277
|
target.getProps().setPropValue('textLines', value);
|
|
278
278
|
// 获取组件schema
|
|
279
279
|
var schema = target === null || target === void 0 ? void 0 : (_target$node = target.node) === null || _target$node === void 0 ? void 0 : _target$node.schema;
|
|
@@ -329,7 +329,7 @@ var TeletextListMeta = {
|
|
|
329
329
|
// 更新setter的attributes
|
|
330
330
|
dataListBindProp.setter.props.attributes[0].children = [].concat(baseChildren, textChildren);
|
|
331
331
|
}
|
|
332
|
-
console.log('文字行数', target, value, schema);
|
|
332
|
+
console.log('文字行数', target, value, schema, target.node, target.parent, target.parent.getPropValue('dataListBind'), (_target$parent$node = target.parent.node) === null || _target$parent$node === void 0 ? void 0 : _target$parent$node.getProp('dataListBind'));
|
|
333
333
|
}
|
|
334
334
|
}
|
|
335
335
|
}, {
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -104,7 +104,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
104
104
|
packageName = '@dckj-npm/dc-material';
|
|
105
105
|
}
|
|
106
106
|
if (version === void 0) {
|
|
107
|
-
version = '0.1.
|
|
107
|
+
version = '0.1.212';
|
|
108
108
|
}
|
|
109
109
|
if (basicLibraryVersion === void 0) {
|
|
110
110
|
basicLibraryVersion = {
|
|
@@ -278,7 +278,7 @@ var TeletextListMeta = {
|
|
|
278
278
|
},
|
|
279
279
|
extraProps: {
|
|
280
280
|
setValue: function setValue(target, value) {
|
|
281
|
-
var _target$node, _schema$children, _schema$children$filt;
|
|
281
|
+
var _target$node, _schema$children, _schema$children$filt, _target$parent$node;
|
|
282
282
|
target.getProps().setPropValue('textLines', value);
|
|
283
283
|
// 获取组件schema
|
|
284
284
|
var schema = target === null || target === void 0 ? void 0 : (_target$node = target.node) === null || _target$node === void 0 ? void 0 : _target$node.schema;
|
|
@@ -334,7 +334,7 @@ var TeletextListMeta = {
|
|
|
334
334
|
// 更新setter的attributes
|
|
335
335
|
dataListBindProp.setter.props.attributes[0].children = [].concat(baseChildren, textChildren);
|
|
336
336
|
}
|
|
337
|
-
console.log('文字行数', target, value, schema);
|
|
337
|
+
console.log('文字行数', target, value, schema, target.node, target.parent, target.parent.getPropValue('dataListBind'), (_target$parent$node = target.parent.node) === null || _target$parent$node === void 0 ? void 0 : _target$parent$node.getProp('dataListBind'));
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
340
|
}, {
|
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.212",
|
|
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.212/build/lowcode/assets-prod.json"
|
|
110
110
|
},
|
|
111
111
|
"lcMeta": {
|
|
112
112
|
"type": "component"
|