Skip to content

Commit

Permalink
更新快照
Browse files Browse the repository at this point in the history
  • Loading branch information
qkiroc committed Sep 6, 2024
1 parent 6f5c5ec commit 05cba3f
Show file tree
Hide file tree
Showing 71 changed files with 525 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amis-ui/src/components/schema-editor/Common.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export class SchemaEditorItemCommon<
mobileUI={mobileUI}
popOverContainer={popOverContainer}
dataId={
showInfo === false
onRequiredChange
? `amis-schema-editor-${this.props.dataId}-type`
: ''
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ exports[`doAction:page reload 1`] = `
</button>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-title"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -60,6 +61,7 @@ exports[`doAction:page reload 1`] = `
</div>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-age"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -136,6 +138,7 @@ exports[`doAction:page reload 2`] = `
</button>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-title"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -171,6 +174,7 @@ exports[`doAction:page reload 2`] = `
</div>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-age"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -236,6 +240,7 @@ exports[`doAction:page reload with data 1`] = `
</button>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-title"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -271,6 +276,7 @@ exports[`doAction:page reload with data 1`] = `
</div>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-age"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -347,6 +353,7 @@ exports[`doAction:page reload with data 2`] = `
</button>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-title"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -382,6 +389,7 @@ exports[`doAction:page reload with data 2`] = `
</div>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-age"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -447,6 +455,7 @@ exports[`doAction:page reload with data(same name) 1`] = `
</button>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-title"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -482,6 +491,7 @@ exports[`doAction:page reload with data(same name) 1`] = `
</div>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-date"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -558,6 +568,7 @@ exports[`doAction:page reload with data(same name) 2`] = `
</button>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-title"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -593,6 +604,7 @@ exports[`doAction:page reload with data(same name) 2`] = `
</div>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-date"
data-role="form-item"
>
<label
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ exports[`doAction:service reload 1`] = `
/>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-name"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -81,6 +82,7 @@ exports[`doAction:service reload 1`] = `
</div>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-age"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -130,6 +132,7 @@ exports[`doAction:service reload 1`] = `
>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-name"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -165,6 +168,7 @@ exports[`doAction:service reload 1`] = `
</div>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-age"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -252,6 +256,7 @@ exports[`doAction:service reload 2`] = `
/>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-name"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -287,6 +292,7 @@ exports[`doAction:service reload 2`] = `
</div>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-age"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -336,6 +342,7 @@ exports[`doAction:service reload 2`] = `
>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-name"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -371,6 +378,7 @@ exports[`doAction:service reload 2`] = `
</div>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-age"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -451,6 +459,7 @@ exports[`doAction:service reload with data 1`] = `
>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-name"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -486,6 +495,7 @@ exports[`doAction:service reload with data 1`] = `
</div>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-age"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -555,6 +565,7 @@ exports[`doAction:service reload with data 2`] = `
>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-name"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -590,6 +601,7 @@ exports[`doAction:service reload with data 2`] = `
</div>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-age"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -670,6 +682,7 @@ exports[`doAction:service(schemaApi) reload 1`] = `
>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-name"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -705,6 +718,7 @@ exports[`doAction:service(schemaApi) reload 1`] = `
</div>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-age"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -774,6 +788,7 @@ exports[`doAction:service(schemaApi) reload 2`] = `
>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-name"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -809,6 +824,7 @@ exports[`doAction:service(schemaApi) reload 2`] = `
</div>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-age"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -889,6 +905,7 @@ exports[`doAction:service(schemaApi) reload with data 1`] = `
>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-name"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -924,6 +941,7 @@ exports[`doAction:service(schemaApi) reload with data 1`] = `
</div>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-age"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -993,6 +1011,7 @@ exports[`doAction:service(schemaApi) reload with data 2`] = `
>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-name"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -1028,6 +1047,7 @@ exports[`doAction:service(schemaApi) reload with data 2`] = `
</div>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-age"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -1108,6 +1128,7 @@ exports[`doAction:service(schemaApi+data) reload with data 1`] = `
>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-name"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -1143,6 +1164,7 @@ exports[`doAction:service(schemaApi+data) reload with data 1`] = `
</div>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-age"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -1212,6 +1234,7 @@ exports[`doAction:service(schemaApi+data) reload with data 2`] = `
>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-name"
data-role="form-item"
>
<label
Expand Down Expand Up @@ -1247,6 +1270,7 @@ exports[`doAction:service(schemaApi+data) reload with data 2`] = `
</div>
<div
class="cxd-Form-item cxd-Form-item--normal"
data-id="amis-form-item-age"
data-role="form-item"
>
<label
Expand Down
Loading

0 comments on commit 05cba3f

Please sign in to comment.