@openli1115/lowcode-edit-pro-table 1.0.87 → 1.0.89

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.
@@ -125,20 +125,23 @@ var ProSearchMeta = {
125
125
  },
126
126
  propType: {
127
127
  type: 'oneOf',
128
- value: ['left', 'center', 'right']
128
+ value: ['left', 'center', 'right', 'justify']
129
129
  },
130
130
  setter: {
131
131
  componentName: 'RadioGroupSetter',
132
132
  props: {
133
133
  options: [{
134
- title: '',
134
+ title: '左对齐',
135
135
  value: 'left'
136
136
  }, {
137
- title: '居中',
137
+ title: '居中对齐',
138
138
  value: 'center'
139
139
  }, {
140
- title: '',
140
+ title: '右对齐',
141
141
  value: 'right'
142
+ }, {
143
+ title: '两端对齐',
144
+ value: 'justify'
142
145
  }]
143
146
  }
144
147
  },
@@ -178,20 +181,23 @@ var ProSearchMeta = {
178
181
  },
179
182
  propType: {
180
183
  type: 'oneOf',
181
- value: ['left', 'center', 'right']
184
+ value: ['left', 'center', 'right', 'justify']
182
185
  },
183
186
  setter: {
184
187
  componentName: 'RadioGroupSetter',
185
188
  props: {
186
189
  options: [{
187
- title: '',
190
+ title: '左对齐',
188
191
  value: 'left'
189
192
  }, {
190
- title: '居中',
193
+ title: '居中对齐',
191
194
  value: 'center'
192
195
  }, {
193
- title: '',
196
+ title: '右对齐',
194
197
  value: 'right'
198
+ }, {
199
+ title: '两端对齐',
200
+ value: 'justify'
195
201
  }]
196
202
  }
197
203
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openli1115/lowcode-edit-pro-table",
3
- "version": "1.0.87",
3
+ "version": "1.0.89",
4
4
  "description": "@openli1115/lowcode-edit-pro-table",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -101,10 +101,10 @@
101
101
  },
102
102
  "componentConfig": {
103
103
  "isComponentLibrary": true,
104
- "materialSchema": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.87/build/lowcode/assets-prod.json"
104
+ "materialSchema": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.89/build/lowcode/assets-prod.json"
105
105
  },
106
106
  "lcMeta": {
107
107
  "type": "component"
108
108
  },
109
- "homepage": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.87/build/index.html"
109
+ "homepage": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.89/build/index.html"
110
110
  }