@dckj-npm/dc-material 0.1.154 → 0.1.156

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.
@@ -19,7 +19,7 @@ const AddressListMeta: IPublicTypeComponentMetadata = {
19
19
  component: {
20
20
  isContainer: true,
21
21
  nestingRule: {
22
- childWhitelist: ['NextText', 'AddressListItem'],
22
+ childWhitelist: ['NextText', 'AddressListItem', 'Title1'],
23
23
  },
24
24
  },
25
25
  props: [],
@@ -37,7 +37,7 @@ const snippets: IPublicTypeSnippet[] = [
37
37
  props: {},
38
38
  children: [
39
39
  {
40
- componentName: 'NextText',
40
+ componentName: 'Title1',
41
41
  props: {
42
42
  type: 'inherit',
43
43
  children: '我的地址是xx市xx区xxxxxx203',
@@ -45,7 +45,7 @@ const snippets: IPublicTypeSnippet[] = [
45
45
  },
46
46
  },
47
47
  {
48
- componentName: 'NextText',
48
+ componentName: 'Title1',
49
49
  props: {
50
50
  type: 'h5',
51
51
  children: '标题2',
@@ -53,7 +53,7 @@ const snippets: IPublicTypeSnippet[] = [
53
53
  },
54
54
  },
55
55
  {
56
- componentName: 'NextText',
56
+ componentName: 'Title1',
57
57
  props: {
58
58
  type: 'h5',
59
59
  children: '13819025571',
@@ -18,7 +18,7 @@ var AddressListMeta = {
18
18
  component: {
19
19
  isContainer: true,
20
20
  nestingRule: {
21
- childWhitelist: ['NextText', 'AddressListItem']
21
+ childWhitelist: ['NextText', 'AddressListItem', 'Title1']
22
22
  }
23
23
  },
24
24
  props: [],
@@ -34,21 +34,21 @@ var snippets = [{
34
34
  componentName: 'AddressList',
35
35
  props: {},
36
36
  children: [{
37
- componentName: 'NextText',
37
+ componentName: 'Title1',
38
38
  props: {
39
39
  type: 'inherit',
40
40
  children: '我的地址是xx市xx区xxxxxx203',
41
41
  key: 'address'
42
42
  }
43
43
  }, {
44
- componentName: 'NextText',
44
+ componentName: 'Title1',
45
45
  props: {
46
46
  type: 'h5',
47
47
  children: '标题2',
48
48
  key: 'title'
49
49
  }
50
50
  }, {
51
- componentName: 'NextText',
51
+ componentName: 'Title1',
52
52
  props: {
53
53
  type: 'h5',
54
54
  children: '13819025571',
@@ -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.154';
102
+ version = '0.1.156';
103
103
  }
104
104
  if (basicLibraryVersion === void 0) {
105
105
  basicLibraryVersion = {
@@ -23,7 +23,7 @@ var AddressListMeta = {
23
23
  component: {
24
24
  isContainer: true,
25
25
  nestingRule: {
26
- childWhitelist: ['NextText', 'AddressListItem']
26
+ childWhitelist: ['NextText', 'AddressListItem', 'Title1']
27
27
  }
28
28
  },
29
29
  props: [],
@@ -39,21 +39,21 @@ var snippets = [{
39
39
  componentName: 'AddressList',
40
40
  props: {},
41
41
  children: [{
42
- componentName: 'NextText',
42
+ componentName: 'Title1',
43
43
  props: {
44
44
  type: 'inherit',
45
45
  children: '我的地址是xx市xx区xxxxxx203',
46
46
  key: 'address'
47
47
  }
48
48
  }, {
49
- componentName: 'NextText',
49
+ componentName: 'Title1',
50
50
  props: {
51
51
  type: 'h5',
52
52
  children: '标题2',
53
53
  key: 'title'
54
54
  }
55
55
  }, {
56
- componentName: 'NextText',
56
+ componentName: 'Title1',
57
57
  props: {
58
58
  type: 'h5',
59
59
  children: '13819025571',
@@ -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.154';
107
+ version = '0.1.156';
108
108
  }
109
109
  if (basicLibraryVersion === void 0) {
110
110
  basicLibraryVersion = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.154",
3
+ "version": "0.1.156",
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.154/build/lowcode/assets-prod.json"
109
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.156/build/lowcode/assets-prod.json"
110
110
  },
111
111
  "lcMeta": {
112
112
  "type": "component"