@dckj-npm/dc-material 0.1.288 → 0.1.289

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.
@@ -267,7 +267,7 @@ const TeletextListMeta: IPublicTypeComponentMetadata = {
267
267
  if (dataListBindProp && dataListBindProp.setter) {
268
268
  const baseChildren = [
269
269
  { label: '图片链接', value: 'image' },
270
- { label: '类型', value: 'type' },
270
+ { label: '类型', value: 'itemType' },
271
271
  { label: '标题', value: 'title' },
272
272
  { label: '说明', value: 'description' },
273
273
  ]
@@ -106,7 +106,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
106
106
  packageName = '@dckj-npm/dc-material';
107
107
  }
108
108
  if (version === void 0) {
109
- version = '0.1.288';
109
+ version = '0.1.289';
110
110
  }
111
111
  if (basicLibraryVersion === void 0) {
112
112
  basicLibraryVersion = {
@@ -240,7 +240,7 @@ var TeletextListMeta = {
240
240
  value: 'image'
241
241
  }, {
242
242
  label: '类型',
243
- value: 'type'
243
+ value: 'itemType'
244
244
  }, {
245
245
  label: '标题',
246
246
  value: 'title'
@@ -111,7 +111,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
111
111
  packageName = '@dckj-npm/dc-material';
112
112
  }
113
113
  if (version === void 0) {
114
- version = '0.1.288';
114
+ version = '0.1.289';
115
115
  }
116
116
  if (basicLibraryVersion === void 0) {
117
117
  basicLibraryVersion = {
@@ -245,7 +245,7 @@ var TeletextListMeta = {
245
245
  value: 'image'
246
246
  }, {
247
247
  label: '类型',
248
- value: 'type'
248
+ value: 'itemType'
249
249
  }, {
250
250
  label: '标题',
251
251
  value: 'title'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.288",
3
+ "version": "0.1.289",
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.288/build/lowcode/assets-prod.json"
109
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.289/build/lowcode/assets-prod.json"
110
110
  },
111
111
  "lcMeta": {
112
112
  "type": "component"