mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
update snapshot
This commit is contained in:
parent
384d37dc6a
commit
a52186bd82
@ -1059,15 +1059,14 @@ exports[`Renderer:Form:valdiate 1`] = `
|
||||
<div
|
||||
class="a-Panel-btnToolbar a-Panel-footer"
|
||||
>
|
||||
<button
|
||||
<div
|
||||
class="a-Button a-Button--default is-disabled"
|
||||
disabled=""
|
||||
type="submit"
|
||||
>
|
||||
<span>
|
||||
Submit
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
|
@ -29,7 +29,9 @@ exports[`Renderers:Action MenuItem changes class when actived & disabled 1`] = `
|
||||
className="a"
|
||||
onClick={[Function]}
|
||||
>
|
||||
123
|
||||
<span>
|
||||
123
|
||||
</span>
|
||||
</a>
|
||||
`;
|
||||
|
||||
@ -38,16 +40,21 @@ exports[`Renderers:Action MenuItem changes class when actived & disabled 2`] = `
|
||||
className="a is-active"
|
||||
onClick={[Function]}
|
||||
>
|
||||
233
|
||||
<span>
|
||||
233
|
||||
</span>
|
||||
</a>
|
||||
`;
|
||||
|
||||
exports[`Renderers:Action MenuItem changes class when actived & disabled 3`] = `
|
||||
<a
|
||||
className="a is-active is-disabled"
|
||||
className="a is-active"
|
||||
disabled={true}
|
||||
onClick={[Function]}
|
||||
>
|
||||
233
|
||||
<span>
|
||||
233
|
||||
</span>
|
||||
</a>
|
||||
`;
|
||||
|
||||
@ -56,7 +63,9 @@ exports[`Renderers:Action MenuItem display icon 1`] = `
|
||||
className="a"
|
||||
onClick={[Function]}
|
||||
>
|
||||
123
|
||||
<span>
|
||||
123
|
||||
</span>
|
||||
</a>
|
||||
`;
|
||||
|
||||
@ -68,7 +77,9 @@ exports[`Renderers:Action MenuItem display icon 2`] = `
|
||||
<i
|
||||
className="a-Button-icon fa fa-cloud"
|
||||
/>
|
||||
123
|
||||
<span>
|
||||
123
|
||||
</span>
|
||||
</a>
|
||||
`;
|
||||
|
||||
|
@ -26,7 +26,9 @@ exports[`Renderer:dropdown-button 1`] = `
|
||||
<a
|
||||
class=""
|
||||
>
|
||||
按钮
|
||||
<span>
|
||||
按钮
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li
|
||||
@ -35,7 +37,9 @@ exports[`Renderer:dropdown-button 1`] = `
|
||||
<a
|
||||
class=""
|
||||
>
|
||||
按钮
|
||||
<span>
|
||||
按钮
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -154,16 +154,15 @@ exports[`Renderer:Wizard 1`] = `
|
||||
className="a-Panel-footer a-Wizard-footer"
|
||||
role="wizard-footer"
|
||||
>
|
||||
<button
|
||||
<div
|
||||
className="a-Button a-Button--default is-disabled"
|
||||
disabled={true}
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
上一步
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
<button
|
||||
className="a-Button a-Button--default"
|
||||
onClick={[Function]}
|
||||
@ -422,15 +421,14 @@ exports[`Renderer:Wizard actionPrevLabel actionNextLabel actionFinishLabel class
|
||||
class="a-Panel-footer a-Wizard-footer"
|
||||
role="wizard-footer"
|
||||
>
|
||||
<button
|
||||
<div
|
||||
class="a-Button a-Button--default is-disabled btn-lg btn-primary"
|
||||
disabled=""
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
PrevStep
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
<button
|
||||
class="a-Button a-Button--default btn-lg btn-primary"
|
||||
type="button"
|
||||
@ -631,15 +629,14 @@ exports[`Renderer:Wizard dialog 1`] = `
|
||||
class="a-Panel-footer a-Wizard-footer"
|
||||
role="wizard-footer"
|
||||
>
|
||||
<button
|
||||
<div
|
||||
class="a-Button a-Button--default is-disabled"
|
||||
disabled=""
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
上一步
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
<button
|
||||
class="a-Button a-Button--default"
|
||||
type="button"
|
||||
@ -946,15 +943,14 @@ exports[`Renderer:Wizard dialog 2`] = `
|
||||
class="a-Panel-footer a-Wizard-footer"
|
||||
role="wizard-footer"
|
||||
>
|
||||
<button
|
||||
<div
|
||||
class="a-Button a-Button--default is-disabled"
|
||||
disabled=""
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
上一步
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
<button
|
||||
class="a-Button a-Button--default"
|
||||
type="button"
|
||||
@ -1166,16 +1162,15 @@ exports[`Renderer:Wizard initApi 1`] = `
|
||||
className="a-Panel-footer a-Wizard-footer"
|
||||
role="wizard-footer"
|
||||
>
|
||||
<button
|
||||
<div
|
||||
className="a-Button a-Button--default is-disabled"
|
||||
disabled={true}
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
上一步
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
<button
|
||||
className="a-Button a-Button--default"
|
||||
onClick={[Function]}
|
||||
@ -1324,15 +1319,14 @@ exports[`Renderer:Wizard initApi reload 1`] = `
|
||||
class="a-Panel-footer a-Wizard-footer"
|
||||
role="wizard-footer"
|
||||
>
|
||||
<button
|
||||
<div
|
||||
class="a-Button a-Button--default is-disabled"
|
||||
disabled=""
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
上一步
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
<button
|
||||
class="a-Button a-Button--default"
|
||||
type="button"
|
||||
@ -1883,16 +1877,15 @@ exports[`Renderer:Wizard initApi show loading 2`] = `
|
||||
className="a-Panel-footer a-Wizard-footer"
|
||||
role="wizard-footer"
|
||||
>
|
||||
<button
|
||||
<div
|
||||
className="a-Button a-Button--default is-disabled"
|
||||
disabled={true}
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
上一步
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
<button
|
||||
className="a-Button a-Button--default"
|
||||
onClick={[Function]}
|
||||
@ -2058,16 +2051,15 @@ exports[`Renderer:Wizard readOnly 1`] = `
|
||||
className="a-Panel-footer a-Wizard-footer"
|
||||
role="wizard-footer"
|
||||
>
|
||||
<button
|
||||
<div
|
||||
className="a-Button a-Button--default is-disabled"
|
||||
disabled={true}
|
||||
onClick={[Function]}
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
上一步
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
<button
|
||||
className="a-Button a-Button--default"
|
||||
onClick={[Function]}
|
||||
@ -2843,15 +2835,14 @@ exports[`Renderer:Wizard validate 1`] = `
|
||||
class="a-Panel-footer a-Wizard-footer"
|
||||
role="wizard-footer"
|
||||
>
|
||||
<button
|
||||
<div
|
||||
class="a-Button a-Button--default is-disabled"
|
||||
disabled=""
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
上一步
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
<button
|
||||
class="a-Button a-Button--default"
|
||||
type="button"
|
||||
|
Loading…
Reference in New Issue
Block a user