@dckj-npm/dc-material 0.1.201 → 0.1.202
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 -10
- package/lowcode_es/meta.js +1 -1
- package/lowcode_es/teletext-list/meta.js +10 -10
- package/lowcode_lib/meta.js +1 -1
- package/lowcode_lib/teletext-list/meta.js +10 -10
- package/package.json +2 -2
|
@@ -154,11 +154,11 @@ const TeletextListMeta: IPublicTypeComponentMetadata = {
|
|
|
154
154
|
extraProps: {
|
|
155
155
|
getValue(target, value) {
|
|
156
156
|
const textLines = target.getProps().getPropValue('textLines')
|
|
157
|
-
const a = target?.getValue()
|
|
158
|
-
const b = target?.getPropValue('dataListBind')
|
|
159
|
-
const c = target?.getDefaultValue()
|
|
160
|
-
const d = target?.getExtraPropValue('dataListBind')
|
|
161
|
-
console.log('dataList getValue', target, value
|
|
157
|
+
// const a = target?.getValue()
|
|
158
|
+
// const b = target?.getPropValue('dataListBind')
|
|
159
|
+
// const c = target?.getDefaultValue()
|
|
160
|
+
// const d = target?.getExtraPropValue('dataListBind')
|
|
161
|
+
console.log('dataList getValue', target, value)
|
|
162
162
|
},
|
|
163
163
|
setValue: (target, value) => {
|
|
164
164
|
console.log('dataList setValue', target, value)
|
|
@@ -352,11 +352,11 @@ const TeletextListMeta: IPublicTypeComponentMetadata = {
|
|
|
352
352
|
),
|
|
353
353
|
)
|
|
354
354
|
}
|
|
355
|
-
const a = target?.getValue()
|
|
356
|
-
const b = target?.getPropValue('dataListBind')
|
|
357
|
-
const c = target?.getDefaultValue()
|
|
358
|
-
const d = target?.getExtraPropValue('dataListBind')
|
|
359
|
-
console.log('SettingField'
|
|
355
|
+
// const a = target?.getValue()
|
|
356
|
+
// const b = target?.getPropValue('dataListBind')
|
|
357
|
+
// const c = target?.getDefaultValue()
|
|
358
|
+
// const d = target?.getExtraPropValue('dataListBind')
|
|
359
|
+
console.log('SettingField')
|
|
360
360
|
|
|
361
361
|
// 设置新的数据源绑定配置
|
|
362
362
|
// target.getProps().setPropValue('数据源绑定', dataSourceConfig)
|
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.202';
|
|
103
103
|
}
|
|
104
104
|
if (basicLibraryVersion === void 0) {
|
|
105
105
|
basicLibraryVersion = {
|
|
@@ -130,11 +130,11 @@ var TeletextListMeta = {
|
|
|
130
130
|
extraProps: {
|
|
131
131
|
getValue: function getValue(target, value) {
|
|
132
132
|
var textLines = target.getProps().getPropValue('textLines');
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
console.log('dataList getValue', target, value
|
|
133
|
+
// const a = target?.getValue()
|
|
134
|
+
// const b = target?.getPropValue('dataListBind')
|
|
135
|
+
// const c = target?.getDefaultValue()
|
|
136
|
+
// const d = target?.getExtraPropValue('dataListBind')
|
|
137
|
+
console.log('dataList getValue', target, value);
|
|
138
138
|
},
|
|
139
139
|
setValue: function setValue(target, value) {
|
|
140
140
|
console.log('dataList setValue', target, value);
|
|
@@ -306,11 +306,11 @@ var TeletextListMeta = {
|
|
|
306
306
|
return !(child.componentName === 'NextText' && (_child$props$key2 = child.props.key) !== null && _child$props$key2 !== void 0 && _child$props$key2.startsWith('text-') && parseInt(child.props.key.split('-')[1]) > value);
|
|
307
307
|
});
|
|
308
308
|
}
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
console.log('SettingField'
|
|
309
|
+
// const a = target?.getValue()
|
|
310
|
+
// const b = target?.getPropValue('dataListBind')
|
|
311
|
+
// const c = target?.getDefaultValue()
|
|
312
|
+
// const d = target?.getExtraPropValue('dataListBind')
|
|
313
|
+
console.log('SettingField');
|
|
314
314
|
|
|
315
315
|
// 设置新的数据源绑定配置
|
|
316
316
|
// target.getProps().setPropValue('数据源绑定', dataSourceConfig)
|
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.202';
|
|
108
108
|
}
|
|
109
109
|
if (basicLibraryVersion === void 0) {
|
|
110
110
|
basicLibraryVersion = {
|
|
@@ -135,11 +135,11 @@ var TeletextListMeta = {
|
|
|
135
135
|
extraProps: {
|
|
136
136
|
getValue: function getValue(target, value) {
|
|
137
137
|
var textLines = target.getProps().getPropValue('textLines');
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
console.log('dataList getValue', target, value
|
|
138
|
+
// const a = target?.getValue()
|
|
139
|
+
// const b = target?.getPropValue('dataListBind')
|
|
140
|
+
// const c = target?.getDefaultValue()
|
|
141
|
+
// const d = target?.getExtraPropValue('dataListBind')
|
|
142
|
+
console.log('dataList getValue', target, value);
|
|
143
143
|
},
|
|
144
144
|
setValue: function setValue(target, value) {
|
|
145
145
|
console.log('dataList setValue', target, value);
|
|
@@ -311,11 +311,11 @@ var TeletextListMeta = {
|
|
|
311
311
|
return !(child.componentName === 'NextText' && (_child$props$key2 = child.props.key) !== null && _child$props$key2 !== void 0 && _child$props$key2.startsWith('text-') && parseInt(child.props.key.split('-')[1]) > value);
|
|
312
312
|
});
|
|
313
313
|
}
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
console.log('SettingField'
|
|
314
|
+
// const a = target?.getValue()
|
|
315
|
+
// const b = target?.getPropValue('dataListBind')
|
|
316
|
+
// const c = target?.getDefaultValue()
|
|
317
|
+
// const d = target?.getExtraPropValue('dataListBind')
|
|
318
|
+
console.log('SettingField');
|
|
319
319
|
|
|
320
320
|
// 设置新的数据源绑定配置
|
|
321
321
|
// target.getProps().setPropValue('数据源绑定', dataSourceConfig)
|
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.202",
|
|
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.202/build/lowcode/assets-prod.json"
|
|
110
110
|
},
|
|
111
111
|
"lcMeta": {
|
|
112
112
|
"type": "component"
|