@dckj-npm/dc-material 0.1.294 → 0.1.295

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.
@@ -28,9 +28,9 @@ const ProfileMeta: IPublicTypeComponentMetadata = {
28
28
  label: '个人数据',
29
29
  value: 'dataList',
30
30
  children: [
31
- { label: '头像', value: 'image' },
32
- { label: '名字', value: 'name' },
33
- { label: '邮箱', value: 'mail' },
31
+ { label: '头像', value: 'headPath' },
32
+ { label: '名字', value: 'userName' },
33
+ { label: '电话', value: 'phone' },
34
34
  ],
35
35
  },
36
36
  ],
@@ -93,8 +93,8 @@ const snippets: IPublicTypeSnippet[] = [
93
93
  componentName: 'NextText',
94
94
  props: {
95
95
  type: 'h5',
96
- children: '120759482@qq.com',
97
- key: `mail`,
96
+ children: '13819025571',
97
+ key: `phone`,
98
98
  style: {
99
99
  fontSize: '12px',
100
100
  lineHeight: '16px',
@@ -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.294';
110
+ version = '0.1.295';
111
111
  }
112
112
  if (basicLibraryVersion === void 0) {
113
113
  basicLibraryVersion = {
@@ -26,13 +26,13 @@ var ProfileMeta = {
26
26
  value: 'dataList',
27
27
  children: [{
28
28
  label: '头像',
29
- value: 'image'
29
+ value: 'headPath'
30
30
  }, {
31
31
  label: '名字',
32
- value: 'name'
32
+ value: 'userName'
33
33
  }, {
34
- label: '邮箱',
35
- value: 'mail'
34
+ label: '电话',
35
+ value: 'phone'
36
36
  }]
37
37
  }]
38
38
  }
@@ -84,8 +84,8 @@ var snippets = [{
84
84
  componentName: 'NextText',
85
85
  props: {
86
86
  type: 'h5',
87
- children: '120759482@qq.com',
88
- key: "mail",
87
+ children: '13819025571',
88
+ key: "phone",
89
89
  style: {
90
90
  fontSize: '12px',
91
91
  lineHeight: '16px',
@@ -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.294';
115
+ version = '0.1.295';
116
116
  }
117
117
  if (basicLibraryVersion === void 0) {
118
118
  basicLibraryVersion = {
@@ -31,13 +31,13 @@ var ProfileMeta = {
31
31
  value: 'dataList',
32
32
  children: [{
33
33
  label: '头像',
34
- value: 'image'
34
+ value: 'headPath'
35
35
  }, {
36
36
  label: '名字',
37
- value: 'name'
37
+ value: 'userName'
38
38
  }, {
39
- label: '邮箱',
40
- value: 'mail'
39
+ label: '电话',
40
+ value: 'phone'
41
41
  }]
42
42
  }]
43
43
  }
@@ -89,8 +89,8 @@ var snippets = [{
89
89
  componentName: 'NextText',
90
90
  props: {
91
91
  type: 'h5',
92
- children: '120759482@qq.com',
93
- key: "mail",
92
+ children: '13819025571',
93
+ key: "phone",
94
94
  style: {
95
95
  fontSize: '12px',
96
96
  lineHeight: '16px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.294",
3
+ "version": "0.1.295",
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.294/build/lowcode/assets-prod.json"
109
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.295/build/lowcode/assets-prod.json"
110
110
  },
111
111
  "lcMeta": {
112
112
  "type": "component"