@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.
@@ -109,6 +109,7 @@ const snippets: IPublicTypeSnippet[] = [
109
109
  color: '#ffffff',
110
110
  style: {
111
111
  backgroundColor: '#FF4C3B',
112
+ color: '#ffffff',
112
113
  },
113
114
  key: 'button',
114
115
  },
@@ -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',
@@ -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.296';
110
+ version = '0.1.298';
111
111
  }
112
112
  if (basicLibraryVersion === void 0) {
113
113
  basicLibraryVersion = {
@@ -98,7 +98,8 @@ var snippets = [{
98
98
  name: 'Edit',
99
99
  color: '#ffffff',
100
100
  style: {
101
- backgroundColor: '#FF4C3B'
101
+ backgroundColor: '#FF4C3B',
102
+ color: '#ffffff'
102
103
  },
103
104
  key: 'button'
104
105
  }
@@ -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',
@@ -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.296';
115
+ version = '0.1.298';
116
116
  }
117
117
  if (basicLibraryVersion === void 0) {
118
118
  basicLibraryVersion = {
@@ -103,7 +103,8 @@ var snippets = [{
103
103
  name: 'Edit',
104
104
  color: '#ffffff',
105
105
  style: {
106
- backgroundColor: '#FF4C3B'
106
+ backgroundColor: '#FF4C3B',
107
+ color: '#ffffff'
107
108
  },
108
109
  key: 'button'
109
110
  }
@@ -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.296",
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.296/build/lowcode/assets-prod.json"
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"