2021-12-23 11:51:10 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2023-01-19 11:21:05 +08:00
|
|
|
exports[`renders ./components/popover/demo/arrow.tsx extend context correctly 1`] = `
|
|
|
|
<div
|
|
|
|
class="demo"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-segmented"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
2023-01-19 11:21:05 +08:00
|
|
|
class="ant-segmented-group"
|
|
|
|
>
|
|
|
|
<label
|
|
|
|
class="ant-segmented-item ant-segmented-item-selected"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
checked=""
|
|
|
|
class="ant-segmented-item-input"
|
|
|
|
type="radio"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-segmented-item-label"
|
|
|
|
title="Show"
|
|
|
|
>
|
|
|
|
Show
|
|
|
|
</div>
|
|
|
|
</label>
|
|
|
|
<label
|
|
|
|
class="ant-segmented-item"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
class="ant-segmented-item-input"
|
|
|
|
type="radio"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-segmented-item-label"
|
|
|
|
title="Hide"
|
|
|
|
>
|
|
|
|
Hide
|
|
|
|
</div>
|
|
|
|
</label>
|
|
|
|
<label
|
|
|
|
class="ant-segmented-item"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
class="ant-segmented-item-input"
|
|
|
|
type="radio"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-segmented-item-label"
|
|
|
|
title="Center"
|
|
|
|
>
|
|
|
|
Center
|
|
|
|
</div>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-divider ant-divider-horizontal ant-divider-with-text ant-divider-with-text-center"
|
|
|
|
role="separator"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-divider-inner-text"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 11:21:05 +08:00
|
|
|
Content
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
style="margin-left:70px;white-space:nowrap"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
TL
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
2021-12-23 11:51:10 +08:00
|
|
|
<div
|
2023-01-19 11:21:05 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
2023-01-19 11:21:05 +08:00
|
|
|
class="ant-popover-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 11:21:05 +08:00
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-12-23 11:51:10 +08:00
|
|
|
</div>
|
2023-01-19 11:21:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Top
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
|
|
|
>
|
2021-12-23 11:51:10 +08:00
|
|
|
<div
|
2023-01-19 11:21:05 +08:00
|
|
|
class="ant-popover-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
2023-01-19 11:21:05 +08:00
|
|
|
class="ant-popover-arrow"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 11:21:05 +08:00
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
2021-12-23 11:51:10 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2023-01-19 11:21:05 +08:00
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 11:21:05 +08:00
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-12-23 11:51:10 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-01-19 11:21:05 +08:00
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
TR
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
style="width:70px;float:left"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 11:21:05 +08:00
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
type="button"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 11:21:05 +08:00
|
|
|
<span>
|
|
|
|
LT
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
2021-12-23 11:51:10 +08:00
|
|
|
<div
|
2023-01-19 11:21:05 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
2023-01-19 11:21:05 +08:00
|
|
|
class="ant-popover-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 11:21:05 +08:00
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-12-23 11:51:10 +08:00
|
|
|
</div>
|
2023-01-19 11:21:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Left
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
LB
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
style="width:70px;margin-left:304px"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
RT
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Right
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
RB
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
style="margin-left:70px;clear:both;white-space:nowrap"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
BL
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Bottom
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
BR
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
|
|
|
>
|
2021-12-23 11:51:10 +08:00
|
|
|
<div
|
2023-01-19 11:21:05 +08:00
|
|
|
class="ant-popover-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
2023-01-19 11:21:05 +08:00
|
|
|
class="ant-popover-arrow"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 11:21:05 +08:00
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
2021-12-23 11:51:10 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2023-01-19 11:21:05 +08:00
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 11:21:05 +08:00
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-12-23 11:51:10 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-01-19 11:21:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-12-23 11:51:10 +08:00
|
|
|
`;
|
|
|
|
|
2022-11-09 12:28:04 +08:00
|
|
|
exports[`renders ./components/popover/demo/arrow-point-at-center.tsx extend context correctly 1`] = `
|
2023-01-19 15:37:54 +08:00
|
|
|
<div
|
|
|
|
class="ant-space ant-space-horizontal ant-space-align-center"
|
|
|
|
style="flex-wrap:wrap;margin-bottom:-8px"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-space-item"
|
|
|
|
style="margin-right:8px;padding-bottom:8px"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 15:37:54 +08:00
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
type="button"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 15:37:54 +08:00
|
|
|
<span>
|
|
|
|
Align edge / 边缘对齐
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
2021-12-23 11:51:10 +08:00
|
|
|
<div
|
2023-01-19 15:37:54 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
2023-01-19 15:37:54 +08:00
|
|
|
class="ant-popover-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
2023-01-19 15:37:54 +08:00
|
|
|
class="ant-popover-arrow"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 15:37:54 +08:00
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
2021-12-23 11:51:10 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2023-01-19 15:37:54 +08:00
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 15:37:54 +08:00
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
Title
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
2021-12-23 11:51:10 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-01-19 15:37:54 +08:00
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-space-item"
|
|
|
|
style="padding-bottom:8px"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 15:37:54 +08:00
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
type="button"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 15:37:54 +08:00
|
|
|
<span>
|
|
|
|
Arrow points to center / 箭头指向中心
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
2021-12-23 11:51:10 +08:00
|
|
|
<div
|
2023-01-19 15:37:54 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
2023-01-19 15:37:54 +08:00
|
|
|
class="ant-popover-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
2023-01-19 15:37:54 +08:00
|
|
|
class="ant-popover-arrow"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 15:37:54 +08:00
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
2021-12-23 11:51:10 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2023-01-19 15:37:54 +08:00
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 15:37:54 +08:00
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
Title
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
2021-12-23 11:51:10 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-01-19 15:37:54 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-12-23 11:51:10 +08:00
|
|
|
`;
|
|
|
|
|
2022-11-09 12:28:04 +08:00
|
|
|
exports[`renders ./components/popover/demo/basic.tsx extend context correctly 1`] = `
|
2021-12-23 11:51:10 +08:00
|
|
|
Array [
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-primary"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Hover me
|
|
|
|
</span>
|
|
|
|
</button>,
|
|
|
|
<div>
|
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
Title
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>,
|
|
|
|
]
|
|
|
|
`;
|
|
|
|
|
2022-11-09 12:28:04 +08:00
|
|
|
exports[`renders ./components/popover/demo/control.tsx extend context correctly 1`] = `
|
2021-12-23 11:51:10 +08:00
|
|
|
Array [
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-primary"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Click me
|
|
|
|
</span>
|
|
|
|
</button>,
|
|
|
|
<div>
|
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
Title
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<a>
|
|
|
|
Close
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>,
|
|
|
|
]
|
|
|
|
`;
|
|
|
|
|
2022-11-09 12:28:04 +08:00
|
|
|
exports[`renders ./components/popover/demo/hover-with-click.tsx extend context correctly 1`] = `
|
2021-12-23 11:51:10 +08:00
|
|
|
Array [
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Hover and click / 悬停并单击
|
|
|
|
</span>
|
|
|
|
</button>,
|
|
|
|
<div>
|
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
Click title
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
This is click content.
|
|
|
|
</div>
|
|
|
|
<a>
|
|
|
|
Close
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>,
|
|
|
|
<div>
|
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
Hover title
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
This is hover content.
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>,
|
|
|
|
]
|
|
|
|
`;
|
|
|
|
|
2022-11-09 12:28:04 +08:00
|
|
|
exports[`renders ./components/popover/demo/placement.tsx extend context correctly 1`] = `
|
2023-01-19 15:37:54 +08:00
|
|
|
<div>
|
2021-12-23 11:51:10 +08:00
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
style="margin-left:70px;white-space:nowrap"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
TL
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Top
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
TR
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
style="width:70px;float:left"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
LT
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Left
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
LB
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
style="width:70px;margin-left:304px"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
RT
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Right
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
RB
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
style="margin-left:70px;clear:both;white-space:nowrap"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
BL
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Bottom
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<button
|
2022-02-11 15:02:59 +08:00
|
|
|
class="ant-btn ant-btn-default"
|
2021-12-23 11:51:10 +08:00
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
BR
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Title
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2022-11-09 12:28:04 +08:00
|
|
|
exports[`renders ./components/popover/demo/render-panel.tsx extend context correctly 1`] = `
|
2022-07-14 12:06:18 +08:00
|
|
|
Array [
|
|
|
|
<div
|
|
|
|
class="ant-popover ant-popover-pure ant-popover-placement-top"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
Title
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>,
|
|
|
|
<div
|
|
|
|
class="ant-popover ant-popover-pure ant-popover-placement-bottomLeft"
|
2022-11-05 10:14:59 +08:00
|
|
|
style="width:250px"
|
2022-07-14 12:06:18 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
2022-10-11 21:33:29 +08:00
|
|
|
style="width:250px"
|
2022-07-14 12:06:18 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
Title
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>,
|
|
|
|
]
|
|
|
|
`;
|
|
|
|
|
2022-11-09 12:28:04 +08:00
|
|
|
exports[`renders ./components/popover/demo/triggerType.tsx extend context correctly 1`] = `
|
2023-01-19 15:37:54 +08:00
|
|
|
<div
|
|
|
|
class="ant-space ant-space-horizontal ant-space-align-center"
|
|
|
|
style="flex-wrap:wrap;margin-bottom:-8px"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-space-item"
|
|
|
|
style="margin-right:8px;padding-bottom:8px"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 15:37:54 +08:00
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
type="button"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 15:37:54 +08:00
|
|
|
<span>
|
|
|
|
Hover me
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
2021-12-23 11:51:10 +08:00
|
|
|
<div
|
2023-01-19 15:37:54 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
2023-01-19 15:37:54 +08:00
|
|
|
class="ant-popover-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
2023-01-19 15:37:54 +08:00
|
|
|
class="ant-popover-arrow"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 15:37:54 +08:00
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
2021-12-23 11:51:10 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2023-01-19 15:37:54 +08:00
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 15:37:54 +08:00
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
Title
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
2021-12-23 11:51:10 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-01-19 15:37:54 +08:00
|
|
|
<div
|
|
|
|
class="ant-space-item"
|
|
|
|
style="margin-right:8px;padding-bottom:8px"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 15:37:54 +08:00
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
type="button"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 15:37:54 +08:00
|
|
|
<span>
|
|
|
|
Focus me
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
2021-12-23 11:51:10 +08:00
|
|
|
<div
|
2023-01-19 15:37:54 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
2023-01-19 15:37:54 +08:00
|
|
|
class="ant-popover-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
2023-01-19 15:37:54 +08:00
|
|
|
class="ant-popover-arrow"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 15:37:54 +08:00
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
2021-12-23 11:51:10 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2023-01-19 15:37:54 +08:00
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 15:37:54 +08:00
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
Title
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
2021-12-23 11:51:10 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-01-19 15:37:54 +08:00
|
|
|
<div
|
|
|
|
class="ant-space-item"
|
|
|
|
style="padding-bottom:8px"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 15:37:54 +08:00
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
type="button"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 15:37:54 +08:00
|
|
|
<span>
|
|
|
|
Click me
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
<div>
|
2021-12-23 11:51:10 +08:00
|
|
|
<div
|
2023-01-19 15:37:54 +08:00
|
|
|
class="ant-popover"
|
|
|
|
style="opacity:0"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
2023-01-19 15:37:54 +08:00
|
|
|
class="ant-popover-content"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
|
|
|
<div
|
2023-01-19 15:37:54 +08:00
|
|
|
class="ant-popover-arrow"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 15:37:54 +08:00
|
|
|
<span
|
|
|
|
class="ant-popover-arrow-content"
|
|
|
|
/>
|
2021-12-23 11:51:10 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2023-01-19 15:37:54 +08:00
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
2021-12-23 11:51:10 +08:00
|
|
|
>
|
2023-01-19 15:37:54 +08:00
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
Title
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
2021-12-23 11:51:10 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
2022-12-06 23:14:30 +08:00
|
|
|
|
|
|
|
exports[`renders ./components/popover/demo/wireframe.tsx extend context correctly 1`] = `
|
|
|
|
Array [
|
|
|
|
<div
|
|
|
|
class="ant-popover ant-popover-pure ant-popover-placement-top"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
Title
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>,
|
|
|
|
<div
|
|
|
|
class="ant-popover ant-popover-pure ant-popover-placement-bottomLeft"
|
|
|
|
style="width:250px"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-content"
|
|
|
|
style="width:250px"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-arrow"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner"
|
|
|
|
role="tooltip"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-popover-title"
|
|
|
|
>
|
|
|
|
Title
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-popover-inner-content"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Content
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>,
|
|
|
|
]
|
|
|
|
`;
|