@dckj-npm/dc-material 0.1.324 → 0.1.326

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.
@@ -47,10 +47,12 @@ const SelectMeta: IPublicTypeComponentMetadata = {
47
47
  componentName: 'RadioGroupSetter',
48
48
  props: {
49
49
  dataSource: [
50
+ { label: '普通', value: 'normal' },
50
51
  { label: '底部弹出', value: 'bottom' },
51
52
  { label: '弹窗', value: 'dialog' },
52
53
  ],
53
54
  options: [
55
+ { label: '普通', value: 'normal' },
54
56
  { label: '底部弹出', value: 'bottom' },
55
57
  { label: '弹窗', value: 'dialog' },
56
58
  ],
@@ -76,6 +76,7 @@ const TextDescriptionDetailListMeta: IPublicTypeComponentMetadata = {
76
76
  options: [
77
77
  { label: '左', value: 'left' },
78
78
  { label: '上', value: 'top' },
79
+ { label: '无标签', value: 'none' },
79
80
  ],
80
81
  },
81
82
  },
@@ -110,7 +110,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
110
110
  packageName = '@dckj-npm/dc-material';
111
111
  }
112
112
  if (version === void 0) {
113
- version = '0.1.324';
113
+ version = '0.1.326';
114
114
  }
115
115
  if (basicLibraryVersion === void 0) {
116
116
  basicLibraryVersion = {
@@ -43,6 +43,9 @@ var SelectMeta = {
43
43
  componentName: 'RadioGroupSetter',
44
44
  props: {
45
45
  dataSource: [{
46
+ label: '普通',
47
+ value: 'normal'
48
+ }, {
46
49
  label: '底部弹出',
47
50
  value: 'bottom'
48
51
  }, {
@@ -50,6 +53,9 @@ var SelectMeta = {
50
53
  value: 'dialog'
51
54
  }],
52
55
  options: [{
56
+ label: '普通',
57
+ value: 'normal'
58
+ }, {
53
59
  label: '底部弹出',
54
60
  value: 'bottom'
55
61
  }, {
@@ -68,6 +68,9 @@ var TextDescriptionDetailListMeta = {
68
68
  }, {
69
69
  label: '上',
70
70
  value: 'top'
71
+ }, {
72
+ label: '无标签',
73
+ value: 'none'
71
74
  }]
72
75
  }
73
76
  }
@@ -115,7 +115,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
115
115
  packageName = '@dckj-npm/dc-material';
116
116
  }
117
117
  if (version === void 0) {
118
- version = '0.1.324';
118
+ version = '0.1.326';
119
119
  }
120
120
  if (basicLibraryVersion === void 0) {
121
121
  basicLibraryVersion = {
@@ -48,6 +48,9 @@ var SelectMeta = {
48
48
  componentName: 'RadioGroupSetter',
49
49
  props: {
50
50
  dataSource: [{
51
+ label: '普通',
52
+ value: 'normal'
53
+ }, {
51
54
  label: '底部弹出',
52
55
  value: 'bottom'
53
56
  }, {
@@ -55,6 +58,9 @@ var SelectMeta = {
55
58
  value: 'dialog'
56
59
  }],
57
60
  options: [{
61
+ label: '普通',
62
+ value: 'normal'
63
+ }, {
58
64
  label: '底部弹出',
59
65
  value: 'bottom'
60
66
  }, {
@@ -73,6 +73,9 @@ var TextDescriptionDetailListMeta = {
73
73
  }, {
74
74
  label: '上',
75
75
  value: 'top'
76
+ }, {
77
+ label: '无标签',
78
+ value: 'none'
76
79
  }]
77
80
  }
78
81
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.324",
3
+ "version": "0.1.326",
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.324/build/lowcode/assets-prod.json"
109
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.326/build/lowcode/assets-prod.json"
110
110
  },
111
111
  "lcMeta": {
112
112
  "type": "component"