@dckj-npm/dc-material 0.1.205 → 0.1.207

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.
@@ -158,8 +158,8 @@ const TeletextListMeta: IPublicTypeComponentMetadata = {
158
158
  // const b = target?.getPropValue('dataListBind')
159
159
  // const c = target?.getDefaultValue()
160
160
  // const d = target?.getExtraPropValue('dataListBind')
161
-
162
- console.log('dataList getValue', target, value)
161
+ const setter = target.setter.props.attributes
162
+ console.log('dataList getValue', target, value, setter)
163
163
  },
164
164
  setValue: (target, value) => {
165
165
  console.log('dataList setValue', target, value)
@@ -357,8 +357,6 @@ const TeletextListMeta: IPublicTypeComponentMetadata = {
357
357
  // const b = target?.getPropValue('dataListBind')
358
358
  // const c = target?.getDefaultValue()
359
359
  // const d = target?.getExtraPropValue('dataListBind')
360
- const setter = target.setter.props.attributes
361
- console.log('SettingField', setter)
362
360
 
363
361
  // 设置新的数据源绑定配置
364
362
  // target.getProps().setPropValue('数据源绑定', dataSourceConfig)
@@ -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.205';
102
+ version = '0.1.206';
103
103
  }
104
104
  if (basicLibraryVersion === void 0) {
105
105
  basicLibraryVersion = {
@@ -134,8 +134,8 @@ var TeletextListMeta = {
134
134
  // const b = target?.getPropValue('dataListBind')
135
135
  // const c = target?.getDefaultValue()
136
136
  // const d = target?.getExtraPropValue('dataListBind')
137
-
138
- console.log('dataList getValue', target, value);
137
+ var setter = target.setter.props.attributes;
138
+ console.log('dataList getValue', target, value, setter);
139
139
  },
140
140
  setValue: function setValue(target, value) {
141
141
  console.log('dataList setValue', target, value);
@@ -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.205';
107
+ version = '0.1.206';
108
108
  }
109
109
  if (basicLibraryVersion === void 0) {
110
110
  basicLibraryVersion = {
@@ -139,8 +139,8 @@ var TeletextListMeta = {
139
139
  // const b = target?.getPropValue('dataListBind')
140
140
  // const c = target?.getDefaultValue()
141
141
  // const d = target?.getExtraPropValue('dataListBind')
142
-
143
- console.log('dataList getValue', target, value);
142
+ var setter = target.setter.props.attributes;
143
+ console.log('dataList getValue', target, value, setter);
144
144
  },
145
145
  setValue: function setValue(target, value) {
146
146
  console.log('dataList setValue', target, value);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.205",
3
+ "version": "0.1.207",
4
4
  "description": "dc低代码物料",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -106,10 +106,10 @@
106
106
  },
107
107
  "componentConfig": {
108
108
  "isComponentLibrary": true,
109
- "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.205/build/lowcode/assets-prod.json"
109
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.206/build/lowcode/assets-prod.json"
110
110
  },
111
111
  "lcMeta": {
112
112
  "type": "component"
113
113
  },
114
114
  "homepage": "https://unpkg.com/@dckj-npm/dc-material@0.1.148/build/index.html"
115
- }
115
+ }