free-fe-core-modules 0.1.30 → 0.1.32

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.
@@ -164,47 +164,49 @@ export default defineComponent({
164
164
  mtfrColumns.push({
165
165
  Label: `${ii + 1}`,
166
166
  Name: `${ii}`,
167
- Type: 'FixedList',
168
- Fields: [
169
- {
170
- Label: 'rowspan',
171
- Name: 'rowspan',
172
- Type: 'Number',
173
- },
174
- {
175
- Label: 'colspan',
176
- Name: 'colspan',
177
- Type: 'Number',
178
- },
179
- {
180
- Name: 'List',
181
- Type: 'FieldList',
182
- Options: {
183
- Columns: [
184
- {
185
- Label: '类型',
186
- Name: 'Type',
187
- style: 'max-width: 120px;',
188
- },
189
- {
190
- Label: '名称',
191
- Name: 'Name',
192
- style: 'max-width: 200px;',
193
- },
194
- {
195
- Label: '标题',
196
- Name: 'Label',
197
- style: 'max-width: 200px;',
198
- },
199
- {
200
- Label: '默认',
201
- Name: 'Default',
202
- style: 'max-width: 200px;',
203
- },
204
- ],
167
+ Type: 'Row',
168
+ Options: {
169
+ Fields: [
170
+ {
171
+ Label: 'rowspan',
172
+ Name: 'rowspan',
173
+ Type: 'Number',
205
174
  },
206
- },
207
- ],
175
+ {
176
+ Label: 'colspan',
177
+ Name: 'colspan',
178
+ Type: 'Number',
179
+ },
180
+ {
181
+ Name: 'List',
182
+ Type: 'FieldList',
183
+ Options: {
184
+ Columns: [
185
+ {
186
+ Label: '类型',
187
+ Name: 'Type',
188
+ style: 'max-width: 120px;',
189
+ },
190
+ {
191
+ Label: '名称',
192
+ Name: 'Name',
193
+ style: 'max-width: 200px;',
194
+ },
195
+ {
196
+ Label: '标题',
197
+ Name: 'Label',
198
+ style: 'max-width: 200px;',
199
+ },
200
+ {
201
+ Label: '默认',
202
+ Name: 'Default',
203
+ style: 'max-width: 200px;',
204
+ },
205
+ ],
206
+ },
207
+ },
208
+ ],
209
+ },
208
210
  });
209
211
  }
210
212
 
@@ -222,6 +222,7 @@ export default defineComponent({
222
222
  expose ({
223
223
  // emits: emitsRef.value,
224
224
  validate: () => validate.value(props.Field.Name),
225
+ shouldHide: shouldHide.value,
225
226
  })
226
227
 
227
228
  const fieldTip = (tip) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "free-fe-core-modules",
3
- "version": "0.1.30",
3
+ "version": "0.1.32",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/freeeis/free-fe-core-modules.git",
6
6
  "author": "zhiquan",