@openli1115/lowcode-edit-pro-table 1.0.86 → 1.0.88

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.
@@ -12,6 +12,7 @@ var ProSearchMeta = {
12
12
  docUrl: '',
13
13
  screenshot: '',
14
14
  devMode: 'proCode',
15
+ hidden: false,
15
16
  npm: {
16
17
  "package": '@openli1115/lowcode-edit-pro-table',
17
18
  version: '{{version}}',
@@ -124,20 +125,23 @@ var ProSearchMeta = {
124
125
  },
125
126
  propType: {
126
127
  type: 'oneOf',
127
- value: ['left', 'center', 'right']
128
+ value: ['left', 'center', 'right', 'justify']
128
129
  },
129
130
  setter: {
130
131
  componentName: 'RadioGroupSetter',
131
132
  props: {
132
133
  options: [{
133
- title: '',
134
+ title: '左对齐',
134
135
  value: 'left'
135
136
  }, {
136
- title: '居中',
137
+ title: '居中对齐',
137
138
  value: 'center'
138
139
  }, {
139
- title: '',
140
+ title: '右对齐',
140
141
  value: 'right'
142
+ }, {
143
+ title: '两端对齐',
144
+ value: 'justify'
141
145
  }]
142
146
  }
143
147
  },
@@ -177,20 +181,23 @@ var ProSearchMeta = {
177
181
  },
178
182
  propType: {
179
183
  type: 'oneOf',
180
- value: ['left', 'center', 'right']
184
+ value: ['left', 'center', 'right', 'justify']
181
185
  },
182
186
  setter: {
183
187
  componentName: 'RadioGroupSetter',
184
188
  props: {
185
189
  options: [{
186
- title: '',
190
+ title: '左对齐',
187
191
  value: 'left'
188
192
  }, {
189
- title: '居中',
193
+ title: '居中对齐',
190
194
  value: 'center'
191
195
  }, {
192
- title: '',
196
+ title: '右对齐',
193
197
  value: 'right'
198
+ }, {
199
+ title: '两端对齐',
200
+ value: 'justify'
194
201
  }]
195
202
  }
196
203
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openli1115/lowcode-edit-pro-table",
3
- "version": "1.0.86",
3
+ "version": "1.0.88",
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.86/build/lowcode/assets-prod.json"
104
+ "materialSchema": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.88/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.86/build/index.html"
109
+ "homepage": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.88/build/index.html"
110
110
  }