2019-05-17 12:05:03 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2023-03-10 11:50:12 +08:00
|
|
|
exports[`renders components/mentions/demo/async.tsx correctly 1`] = `
|
2019-05-17 12:05:03 +08:00
|
|
|
<div
|
|
|
|
class="ant-mentions"
|
2022-10-08 16:17:20 +08:00
|
|
|
style="width:100%"
|
2019-05-17 12:05:03 +08:00
|
|
|
>
|
|
|
|
<textarea
|
2020-06-28 22:41:59 +08:00
|
|
|
class="rc-textarea"
|
|
|
|
rows="1"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2023-03-10 11:50:12 +08:00
|
|
|
exports[`renders components/mentions/demo/autoSize.tsx correctly 1`] = `
|
2020-06-28 22:41:59 +08:00
|
|
|
<div
|
|
|
|
class="ant-mentions"
|
2022-10-08 16:17:20 +08:00
|
|
|
style="width:100%"
|
2020-06-28 22:41:59 +08:00
|
|
|
>
|
|
|
|
<textarea
|
|
|
|
class="rc-textarea"
|
2019-05-17 12:05:03 +08:00
|
|
|
rows="1"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2023-03-10 11:50:12 +08:00
|
|
|
exports[`renders components/mentions/demo/basic.tsx correctly 1`] = `
|
2019-05-17 12:05:03 +08:00
|
|
|
<div
|
|
|
|
class="ant-mentions"
|
2022-10-08 16:17:20 +08:00
|
|
|
style="width:100%"
|
2019-05-17 12:05:03 +08:00
|
|
|
>
|
|
|
|
<textarea
|
2020-06-28 22:41:59 +08:00
|
|
|
class="rc-textarea"
|
2019-05-17 12:05:03 +08:00
|
|
|
rows="1"
|
|
|
|
>
|
|
|
|
@afc163
|
|
|
|
</textarea>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2023-03-10 11:50:12 +08:00
|
|
|
exports[`renders components/mentions/demo/form.tsx correctly 1`] = `
|
2019-05-17 12:05:03 +08:00
|
|
|
<form
|
|
|
|
class="ant-form ant-form-horizontal"
|
|
|
|
>
|
|
|
|
<div
|
2022-07-19 16:01:31 +08:00
|
|
|
class="ant-form-item"
|
2019-05-17 12:05:03 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-07-19 16:01:31 +08:00
|
|
|
class="ant-row ant-form-item-row"
|
2019-05-17 12:05:03 +08:00
|
|
|
>
|
2022-07-19 16:01:31 +08:00
|
|
|
<div
|
|
|
|
class="ant-col ant-col-6 ant-form-item-label"
|
2019-05-17 12:05:03 +08:00
|
|
|
>
|
2022-07-19 16:01:31 +08:00
|
|
|
<label
|
|
|
|
class=""
|
|
|
|
for="coders"
|
|
|
|
title="Top coders"
|
|
|
|
>
|
|
|
|
Top coders
|
|
|
|
</label>
|
|
|
|
</div>
|
2019-05-17 12:05:03 +08:00
|
|
|
<div
|
2022-07-19 16:01:31 +08:00
|
|
|
class="ant-col ant-col-16 ant-form-item-control"
|
2019-11-24 12:44:58 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-07-19 16:01:31 +08:00
|
|
|
class="ant-form-item-control-input"
|
2019-11-24 12:44:58 +08:00
|
|
|
>
|
2020-02-19 22:04:25 +08:00
|
|
|
<div
|
2022-07-19 16:01:31 +08:00
|
|
|
class="ant-form-item-control-input-content"
|
2020-02-19 22:04:25 +08:00
|
|
|
>
|
2022-07-19 16:01:31 +08:00
|
|
|
<div
|
|
|
|
class="ant-mentions"
|
|
|
|
>
|
|
|
|
<textarea
|
|
|
|
class="rc-textarea"
|
|
|
|
id="coders"
|
|
|
|
rows="1"
|
|
|
|
/>
|
|
|
|
</div>
|
2020-02-19 22:04:25 +08:00
|
|
|
</div>
|
2019-11-24 12:44:58 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2019-08-26 16:44:36 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2022-07-19 16:01:31 +08:00
|
|
|
class="ant-form-item"
|
2019-08-26 16:44:36 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-07-19 16:01:31 +08:00
|
|
|
class="ant-row ant-form-item-row"
|
2019-08-26 16:44:36 +08:00
|
|
|
>
|
2022-07-19 16:01:31 +08:00
|
|
|
<div
|
|
|
|
class="ant-col ant-col-6 ant-form-item-label"
|
2019-08-26 16:44:36 +08:00
|
|
|
>
|
2022-07-19 16:01:31 +08:00
|
|
|
<label
|
|
|
|
class="ant-form-item-required"
|
|
|
|
for="bio"
|
|
|
|
title="Bio"
|
|
|
|
>
|
|
|
|
Bio
|
|
|
|
</label>
|
|
|
|
</div>
|
2019-05-17 12:05:03 +08:00
|
|
|
<div
|
2022-07-19 16:01:31 +08:00
|
|
|
class="ant-col ant-col-16 ant-form-item-control"
|
2019-05-17 12:05:03 +08:00
|
|
|
>
|
2019-07-03 20:14:39 +08:00
|
|
|
<div
|
2022-07-19 16:01:31 +08:00
|
|
|
class="ant-form-item-control-input"
|
2019-05-17 12:05:03 +08:00
|
|
|
>
|
2020-02-19 22:04:25 +08:00
|
|
|
<div
|
2022-07-19 16:01:31 +08:00
|
|
|
class="ant-form-item-control-input-content"
|
2020-02-19 22:04:25 +08:00
|
|
|
>
|
2022-07-19 16:01:31 +08:00
|
|
|
<div
|
|
|
|
class="ant-mentions"
|
|
|
|
>
|
|
|
|
<textarea
|
2022-08-24 17:07:50 +08:00
|
|
|
aria-required="true"
|
2022-07-19 16:01:31 +08:00
|
|
|
class="rc-textarea"
|
|
|
|
id="bio"
|
|
|
|
placeholder="You can use @ to ref user here"
|
|
|
|
rows="3"
|
|
|
|
/>
|
|
|
|
</div>
|
2020-02-19 22:04:25 +08:00
|
|
|
</div>
|
2019-07-03 20:14:39 +08:00
|
|
|
</div>
|
2019-05-17 12:05:03 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2022-07-19 16:01:31 +08:00
|
|
|
class="ant-form-item"
|
2019-05-17 12:05:03 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-07-19 16:01:31 +08:00
|
|
|
class="ant-row ant-form-item-row"
|
2019-05-17 12:05:03 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-07-19 16:01:31 +08:00
|
|
|
class="ant-col ant-col-14 ant-col-offset-6 ant-form-item-control"
|
2019-05-17 12:05:03 +08:00
|
|
|
>
|
2020-02-19 22:04:25 +08:00
|
|
|
<div
|
2022-07-19 16:01:31 +08:00
|
|
|
class="ant-form-item-control-input"
|
2019-07-03 20:14:39 +08:00
|
|
|
>
|
2022-07-19 16:01:31 +08:00
|
|
|
<div
|
|
|
|
class="ant-form-item-control-input-content"
|
2020-02-19 22:04:25 +08:00
|
|
|
>
|
2023-02-04 21:25:12 +08:00
|
|
|
<div
|
|
|
|
class="ant-space ant-space-horizontal ant-space-align-center"
|
|
|
|
style="flex-wrap:wrap;margin-bottom:-8px"
|
2022-07-19 16:01:31 +08:00
|
|
|
>
|
2023-02-04 21:25:12 +08:00
|
|
|
<div
|
|
|
|
class="ant-space-item"
|
|
|
|
style="margin-right:8px;padding-bottom:8px"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-primary"
|
|
|
|
type="submit"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Submit
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-space-item"
|
|
|
|
style="padding-bottom:8px"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
class="ant-btn ant-btn-default"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Reset
|
|
|
|
</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
2022-07-19 16:01:31 +08:00
|
|
|
</div>
|
2020-02-19 22:04:25 +08:00
|
|
|
</div>
|
2019-05-17 12:05:03 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
`;
|
|
|
|
|
2023-03-10 11:50:12 +08:00
|
|
|
exports[`renders components/mentions/demo/placement.tsx correctly 1`] = `
|
2019-05-17 12:05:03 +08:00
|
|
|
<div
|
|
|
|
class="ant-mentions"
|
2022-10-08 16:17:20 +08:00
|
|
|
style="width:100%"
|
2019-05-17 12:05:03 +08:00
|
|
|
>
|
|
|
|
<textarea
|
2020-06-28 22:41:59 +08:00
|
|
|
class="rc-textarea"
|
2019-05-17 12:05:03 +08:00
|
|
|
rows="1"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2023-03-10 11:50:12 +08:00
|
|
|
exports[`renders components/mentions/demo/prefix.tsx correctly 1`] = `
|
2019-05-17 12:05:03 +08:00
|
|
|
<div
|
|
|
|
class="ant-mentions"
|
2022-10-08 16:17:20 +08:00
|
|
|
style="width:100%"
|
2019-05-17 12:05:03 +08:00
|
|
|
>
|
|
|
|
<textarea
|
2020-06-28 22:41:59 +08:00
|
|
|
class="rc-textarea"
|
2019-05-17 12:05:03 +08:00
|
|
|
placeholder="input @ to mention people, # to mention tag"
|
|
|
|
rows="1"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2023-03-10 11:50:12 +08:00
|
|
|
exports[`renders components/mentions/demo/readonly.tsx correctly 1`] = `
|
2020-07-07 23:04:27 +08:00
|
|
|
Array [
|
2019-05-17 12:05:03 +08:00
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
style="margin-bottom:10px"
|
2019-05-17 12:05:03 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-mentions ant-mentions-disabled"
|
2022-10-08 16:17:20 +08:00
|
|
|
style="width:100%"
|
2019-05-17 12:05:03 +08:00
|
|
|
>
|
|
|
|
<textarea
|
2020-06-28 22:41:59 +08:00
|
|
|
class="rc-textarea rc-textarea-disabled"
|
2019-05-17 12:05:03 +08:00
|
|
|
disabled=""
|
|
|
|
placeholder="this is disabled Mentions"
|
|
|
|
rows="1"
|
|
|
|
/>
|
|
|
|
</div>
|
2020-07-07 23:04:27 +08:00
|
|
|
</div>,
|
2019-05-17 12:05:03 +08:00
|
|
|
<div
|
|
|
|
class="ant-mentions"
|
2022-10-08 16:17:20 +08:00
|
|
|
style="width:100%"
|
2019-05-17 12:05:03 +08:00
|
|
|
>
|
|
|
|
<textarea
|
2020-06-28 22:41:59 +08:00
|
|
|
class="rc-textarea"
|
2019-05-17 12:05:03 +08:00
|
|
|
placeholder="this is readOnly Mentions"
|
|
|
|
readonly=""
|
|
|
|
rows="1"
|
|
|
|
/>
|
2020-07-07 23:04:27 +08:00
|
|
|
</div>,
|
|
|
|
]
|
2019-05-17 12:05:03 +08:00
|
|
|
`;
|
2022-02-16 21:14:05 +08:00
|
|
|
|
2023-03-10 11:50:12 +08:00
|
|
|
exports[`renders components/mentions/demo/render-panel.tsx correctly 1`] = `
|
2022-07-12 20:46:27 +08:00
|
|
|
<div
|
2022-10-11 21:33:29 +08:00
|
|
|
style="padding-bottom:0;position:relative;width:fit-content;min-width:0"
|
2022-07-12 20:46:27 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-mentions"
|
2022-10-11 21:33:29 +08:00
|
|
|
style="width:100%;margin:0"
|
2022-07-12 20:46:27 +08:00
|
|
|
>
|
|
|
|
<textarea
|
|
|
|
class="rc-textarea"
|
|
|
|
rows="1"
|
|
|
|
>
|
|
|
|
@
|
|
|
|
</textarea>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2023-03-10 11:50:12 +08:00
|
|
|
exports[`renders components/mentions/demo/status.tsx correctly 1`] = `
|
2022-02-16 21:14:05 +08:00
|
|
|
<div
|
|
|
|
class="ant-space ant-space-vertical"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-space-item"
|
2022-10-08 16:17:20 +08:00
|
|
|
style="margin-bottom:8px"
|
2022-02-16 21:14:05 +08:00
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-mentions ant-mentions-status-error"
|
|
|
|
>
|
|
|
|
<textarea
|
|
|
|
class="rc-textarea"
|
|
|
|
rows="1"
|
|
|
|
>
|
|
|
|
@afc163
|
|
|
|
</textarea>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-space-item"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-mentions ant-mentions-status-warning"
|
|
|
|
>
|
|
|
|
<textarea
|
|
|
|
class="rc-textarea"
|
|
|
|
rows="1"
|
|
|
|
>
|
|
|
|
@afc163
|
|
|
|
</textarea>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|