mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-29 18:50:00 +08:00
chore(deps-dev): bump glob from 8.1.0 to 9.2.1 (#41109)
* chore(deps-dev): bump glob from 8.1.0 to 9.2.1 Bumps [glob](https://github.com/isaacs/node-glob) from 8.1.0 to 9.2.1. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v8.1.0...v9.2.1) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix: update api * fix * fix * fix path * fix path * update snap * update snap * update snap --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 栗嘉男 <574980606@qq.com>
This commit is contained in:
parent
c3f8424c98
commit
1df1034f20
@ -21,14 +21,14 @@ describe('node', () => {
|
||||
});
|
||||
|
||||
// Find the component exist demo test file
|
||||
const files = glob.sync(`./components/*/__tests__/demo.test.@(j|t)s?(x)`);
|
||||
const files = glob.globSync(`./components/*/__tests__/demo.test.@(j|t)s?(x)`);
|
||||
|
||||
files.forEach((componentTestFile) => {
|
||||
const componentName = componentTestFile.match(/components\/([^/]*)\//)![1];
|
||||
|
||||
// Test for ssr
|
||||
describe(componentName, () => {
|
||||
const demoList = glob.sync(`./components/${componentName}/demo/*.tsx`);
|
||||
const demoList = glob.globSync(`./components/${componentName}/demo/*.tsx`);
|
||||
|
||||
// Use mock to get config
|
||||
require(`../../${componentTestFile}`); // eslint-disable-line global-require, import/no-dynamic-require
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/affix/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/affix/demo/basic.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div>
|
||||
<div
|
||||
@ -34,7 +34,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/affix/demo/debug.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/affix/demo/debug.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="height:10000px"
|
||||
>
|
||||
@ -65,7 +65,7 @@ exports[`renders ./components/affix/demo/debug.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/affix/demo/on-change.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/affix/demo/on-change.tsx extend context correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class=""
|
||||
@ -82,7 +82,7 @@ exports[`renders ./components/affix/demo/on-change.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/affix/demo/target.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/affix/demo/target.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="scrollable-container"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/affix/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/affix/demo/basic.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div>
|
||||
<div
|
||||
@ -34,7 +34,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/affix/demo/debug.tsx correctly 1`] = `
|
||||
exports[`renders components/affix/demo/debug.tsx correctly 1`] = `
|
||||
<div
|
||||
style="height:10000px"
|
||||
>
|
||||
@ -65,7 +65,7 @@ exports[`renders ./components/affix/demo/debug.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/affix/demo/on-change.tsx correctly 1`] = `
|
||||
exports[`renders components/affix/demo/on-change.tsx correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class=""
|
||||
@ -82,7 +82,7 @@ exports[`renders ./components/affix/demo/on-change.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/affix/demo/target.tsx correctly 1`] = `
|
||||
exports[`renders components/affix/demo/target.tsx correctly 1`] = `
|
||||
<div
|
||||
class="scrollable-container"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/alert/demo/action.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/alert/demo/action.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -287,7 +287,7 @@ exports[`renders ./components/alert/demo/action.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/alert/demo/banner.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/alert/demo/banner.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -456,7 +456,7 @@ exports[`renders ./components/alert/demo/banner.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/alert/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/alert/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-alert ant-alert-success ant-alert-no-icon"
|
||||
data-show="true"
|
||||
@ -474,7 +474,7 @@ exports[`renders ./components/alert/demo/basic.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/alert/demo/closable.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/alert/demo/closable.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -576,7 +576,7 @@ exports[`renders ./components/alert/demo/closable.tsx extend context correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/alert/demo/close-text.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/alert/demo/close-text.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-alert ant-alert-info ant-alert-no-icon"
|
||||
data-show="true"
|
||||
@ -605,7 +605,7 @@ exports[`renders ./components/alert/demo/close-text.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/alert/demo/custom-icon.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/alert/demo/custom-icon.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -964,7 +964,7 @@ exports[`renders ./components/alert/demo/custom-icon.tsx extend context correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/alert/demo/description.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/alert/demo/description.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -1071,7 +1071,7 @@ exports[`renders ./components/alert/demo/description.tsx extend context correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/alert/demo/error-boundary.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/alert/demo/error-boundary.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-default ant-btn-dangerous"
|
||||
type="button"
|
||||
@ -1082,7 +1082,7 @@ exports[`renders ./components/alert/demo/error-boundary.tsx extend context corre
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/alert/demo/icon.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/alert/demo/icon.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -1471,7 +1471,7 @@ exports[`renders ./components/alert/demo/icon.tsx extend context correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/alert/demo/smooth-closed.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/alert/demo/smooth-closed.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -1557,7 +1557,7 @@ exports[`renders ./components/alert/demo/smooth-closed.tsx extend context correc
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/alert/demo/style.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/alert/demo/style.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/alert/demo/action.tsx correctly 1`] = `
|
||||
exports[`renders components/alert/demo/action.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -287,7 +287,7 @@ exports[`renders ./components/alert/demo/action.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/alert/demo/banner.tsx correctly 1`] = `
|
||||
exports[`renders components/alert/demo/banner.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -456,7 +456,7 @@ exports[`renders ./components/alert/demo/banner.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/alert/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/alert/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-alert ant-alert-success ant-alert-no-icon"
|
||||
data-show="true"
|
||||
@ -474,7 +474,7 @@ exports[`renders ./components/alert/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/alert/demo/closable.tsx correctly 1`] = `
|
||||
exports[`renders components/alert/demo/closable.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -576,7 +576,7 @@ exports[`renders ./components/alert/demo/closable.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/alert/demo/close-text.tsx correctly 1`] = `
|
||||
exports[`renders components/alert/demo/close-text.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-alert ant-alert-info ant-alert-no-icon"
|
||||
data-show="true"
|
||||
@ -605,7 +605,7 @@ exports[`renders ./components/alert/demo/close-text.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/alert/demo/custom-icon.tsx correctly 1`] = `
|
||||
exports[`renders components/alert/demo/custom-icon.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -964,7 +964,7 @@ exports[`renders ./components/alert/demo/custom-icon.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/alert/demo/description.tsx correctly 1`] = `
|
||||
exports[`renders components/alert/demo/description.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -1071,7 +1071,7 @@ exports[`renders ./components/alert/demo/description.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/alert/demo/error-boundary.tsx correctly 1`] = `
|
||||
exports[`renders components/alert/demo/error-boundary.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-default ant-btn-dangerous"
|
||||
type="button"
|
||||
@ -1082,7 +1082,7 @@ exports[`renders ./components/alert/demo/error-boundary.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/alert/demo/icon.tsx correctly 1`] = `
|
||||
exports[`renders components/alert/demo/icon.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -1471,7 +1471,7 @@ exports[`renders ./components/alert/demo/icon.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/alert/demo/smooth-closed.tsx correctly 1`] = `
|
||||
exports[`renders components/alert/demo/smooth-closed.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -1557,7 +1557,7 @@ exports[`renders ./components/alert/demo/smooth-closed.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/alert/demo/style.tsx correctly 1`] = `
|
||||
exports[`renders components/alert/demo/style.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/anchor/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/anchor/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-row"
|
||||
>
|
||||
@ -78,7 +78,7 @@ exports[`renders ./components/anchor/demo/basic.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/anchor/demo/customizeHighlight.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/anchor/demo/customizeHighlight.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-anchor-wrapper"
|
||||
style="max-height:100vh"
|
||||
@ -148,7 +148,7 @@ exports[`renders ./components/anchor/demo/customizeHighlight.tsx extend context
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/anchor/demo/horizontal.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/anchor/demo/horizontal.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
style="padding:20px"
|
||||
@ -267,7 +267,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/anchor/demo/legacy-anchor.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/anchor/demo/legacy-anchor.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-anchor-wrapper"
|
||||
style="max-height:100vh"
|
||||
@ -337,7 +337,7 @@ exports[`renders ./components/anchor/demo/legacy-anchor.tsx extend context corre
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/anchor/demo/onChange.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/anchor/demo/onChange.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-anchor-wrapper"
|
||||
style="max-height:100vh"
|
||||
@ -407,7 +407,7 @@ exports[`renders ./components/anchor/demo/onChange.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/anchor/demo/onClick.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/anchor/demo/onClick.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-anchor-wrapper"
|
||||
style="max-height:100vh"
|
||||
@ -477,7 +477,7 @@ exports[`renders ./components/anchor/demo/onClick.tsx extend context correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/anchor/demo/static.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/anchor/demo/static.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-anchor-wrapper"
|
||||
style="max-height:100vh"
|
||||
@ -547,7 +547,7 @@ exports[`renders ./components/anchor/demo/static.tsx extend context correctly 1`
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/anchor/demo/targetOffset.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/anchor/demo/targetOffset.tsx extend context correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="ant-row"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/anchor/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/anchor/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-row"
|
||||
>
|
||||
@ -78,7 +78,7 @@ exports[`renders ./components/anchor/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/anchor/demo/customizeHighlight.tsx correctly 1`] = `
|
||||
exports[`renders components/anchor/demo/customizeHighlight.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-anchor-wrapper"
|
||||
style="max-height:100vh"
|
||||
@ -148,7 +148,7 @@ exports[`renders ./components/anchor/demo/customizeHighlight.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/anchor/demo/horizontal.tsx correctly 1`] = `
|
||||
exports[`renders components/anchor/demo/horizontal.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
style="padding:20px"
|
||||
@ -267,7 +267,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/anchor/demo/legacy-anchor.tsx correctly 1`] = `
|
||||
exports[`renders components/anchor/demo/legacy-anchor.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-anchor-wrapper"
|
||||
style="max-height:100vh"
|
||||
@ -337,7 +337,7 @@ exports[`renders ./components/anchor/demo/legacy-anchor.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/anchor/demo/onChange.tsx correctly 1`] = `
|
||||
exports[`renders components/anchor/demo/onChange.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-anchor-wrapper"
|
||||
style="max-height:100vh"
|
||||
@ -407,7 +407,7 @@ exports[`renders ./components/anchor/demo/onChange.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/anchor/demo/onClick.tsx correctly 1`] = `
|
||||
exports[`renders components/anchor/demo/onClick.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-anchor-wrapper"
|
||||
style="max-height:100vh"
|
||||
@ -477,7 +477,7 @@ exports[`renders ./components/anchor/demo/onClick.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/anchor/demo/static.tsx correctly 1`] = `
|
||||
exports[`renders components/anchor/demo/static.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-anchor-wrapper"
|
||||
style="max-height:100vh"
|
||||
@ -547,7 +547,7 @@ exports[`renders ./components/anchor/demo/static.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/anchor/demo/targetOffset.tsx correctly 1`] = `
|
||||
exports[`renders components/anchor/demo/targetOffset.tsx correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="ant-row"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/app/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/app/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-app"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/app/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/app/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-app"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/auto-complete/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/auto-complete/demo/basic.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-select ant-select-auto-complete ant-select-single ant-select-show-search"
|
||||
@ -91,7 +91,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/auto-complete/demo/certain-category.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/auto-complete/demo/certain-category.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search"
|
||||
style="width:250px"
|
||||
@ -468,7 +468,7 @@ exports[`renders ./components/auto-complete/demo/certain-category.tsx extend con
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/auto-complete/demo/custom.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/auto-complete/demo/custom.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search"
|
||||
style="width:200px"
|
||||
@ -512,7 +512,7 @@ exports[`renders ./components/auto-complete/demo/custom.tsx extend context corre
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/auto-complete/demo/form-debug.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/auto-complete/demo/form-debug.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
style="margin:0 auto"
|
||||
@ -1697,7 +1697,7 @@ exports[`renders ./components/auto-complete/demo/form-debug.tsx extend context c
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/auto-complete/demo/non-case-sensitive.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/auto-complete/demo/non-case-sensitive.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-auto-complete ant-select-single ant-select-show-search"
|
||||
style="width:200px"
|
||||
@ -1825,7 +1825,7 @@ exports[`renders ./components/auto-complete/demo/non-case-sensitive.tsx extend c
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/auto-complete/demo/options.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/auto-complete/demo/options.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-auto-complete ant-select-single ant-select-show-search"
|
||||
style="width:200px"
|
||||
@ -1870,7 +1870,7 @@ exports[`renders ./components/auto-complete/demo/options.tsx extend context corr
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/auto-complete/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/auto-complete/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="display:flex"
|
||||
@ -2051,7 +2051,7 @@ exports[`renders ./components/auto-complete/demo/render-panel.tsx extend context
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/auto-complete/demo/status.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/auto-complete/demo/status.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -2148,7 +2148,7 @@ exports[`renders ./components/auto-complete/demo/status.tsx extend context corre
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/auto-complete/demo/uncertain-category.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/auto-complete/demo/uncertain-category.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search"
|
||||
style="width:300px"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/auto-complete/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/auto-complete/demo/basic.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-select ant-select-auto-complete ant-select-single ant-select-show-search"
|
||||
@ -67,7 +67,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/auto-complete/demo/certain-category.tsx correctly 1`] = `
|
||||
exports[`renders components/auto-complete/demo/certain-category.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search"
|
||||
style="width:250px"
|
||||
@ -135,7 +135,7 @@ exports[`renders ./components/auto-complete/demo/certain-category.tsx correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/auto-complete/demo/custom.tsx correctly 1`] = `
|
||||
exports[`renders components/auto-complete/demo/custom.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search"
|
||||
style="width:200px"
|
||||
@ -167,7 +167,7 @@ exports[`renders ./components/auto-complete/demo/custom.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/auto-complete/demo/form-debug.tsx correctly 1`] = `
|
||||
exports[`renders components/auto-complete/demo/form-debug.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
style="margin:0 auto"
|
||||
@ -995,7 +995,7 @@ exports[`renders ./components/auto-complete/demo/form-debug.tsx correctly 1`] =
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/auto-complete/demo/non-case-sensitive.tsx correctly 1`] = `
|
||||
exports[`renders components/auto-complete/demo/non-case-sensitive.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-auto-complete ant-select-single ant-select-show-search"
|
||||
style="width:200px"
|
||||
@ -1028,7 +1028,7 @@ exports[`renders ./components/auto-complete/demo/non-case-sensitive.tsx correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/auto-complete/demo/options.tsx correctly 1`] = `
|
||||
exports[`renders components/auto-complete/demo/options.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-auto-complete ant-select-single ant-select-show-search"
|
||||
style="width:200px"
|
||||
@ -1061,7 +1061,7 @@ exports[`renders ./components/auto-complete/demo/options.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/auto-complete/demo/render-panel.tsx correctly 1`] = `
|
||||
exports[`renders components/auto-complete/demo/render-panel.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="display:flex"
|
||||
@ -1128,7 +1128,7 @@ exports[`renders ./components/auto-complete/demo/render-panel.tsx correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/auto-complete/demo/status.tsx correctly 1`] = `
|
||||
exports[`renders components/auto-complete/demo/status.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -1201,7 +1201,7 @@ exports[`renders ./components/auto-complete/demo/status.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/auto-complete/demo/uncertain-category.tsx correctly 1`] = `
|
||||
exports[`renders components/auto-complete/demo/uncertain-category.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-auto-complete ant-select-single ant-select-customize-input ant-select-show-search"
|
||||
style="width:300px"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/avatar/demo/badge.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/avatar/demo/badge.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -90,7 +90,7 @@ exports[`renders ./components/avatar/demo/badge.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/avatar/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/avatar/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -342,7 +342,7 @@ exports[`renders ./components/avatar/demo/basic.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/avatar/demo/dynamic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/avatar/demo/dynamic.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<span
|
||||
class="ant-avatar ant-avatar-lg ant-avatar-circle"
|
||||
@ -376,7 +376,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/avatar/demo/fallback.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/avatar/demo/fallback.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -406,7 +406,7 @@ exports[`renders ./components/avatar/demo/fallback.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/avatar/demo/group.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/avatar/demo/group.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-avatar-group"
|
||||
@ -882,7 +882,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/avatar/demo/responsive.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/avatar/demo/responsive.tsx extend context correctly 1`] = `
|
||||
<span
|
||||
class="ant-avatar ant-avatar-circle ant-avatar-icon"
|
||||
>
|
||||
@ -908,7 +908,7 @@ exports[`renders ./components/avatar/demo/responsive.tsx extend context correctl
|
||||
</span>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/avatar/demo/toggle-debug.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/avatar/demo/toggle-debug.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
@ -1003,7 +1003,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/avatar/demo/type.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/avatar/demo/type.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-16px"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/avatar/demo/badge.tsx correctly 1`] = `
|
||||
exports[`renders components/avatar/demo/badge.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -90,7 +90,7 @@ exports[`renders ./components/avatar/demo/badge.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/avatar/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/avatar/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -342,7 +342,7 @@ exports[`renders ./components/avatar/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/avatar/demo/dynamic.tsx correctly 1`] = `
|
||||
exports[`renders components/avatar/demo/dynamic.tsx correctly 1`] = `
|
||||
Array [
|
||||
<span
|
||||
class="ant-avatar ant-avatar-lg ant-avatar-circle"
|
||||
@ -376,7 +376,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/avatar/demo/fallback.tsx correctly 1`] = `
|
||||
exports[`renders components/avatar/demo/fallback.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -406,7 +406,7 @@ exports[`renders ./components/avatar/demo/fallback.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/avatar/demo/group.tsx correctly 1`] = `
|
||||
exports[`renders components/avatar/demo/group.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-avatar-group"
|
||||
@ -596,7 +596,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/avatar/demo/responsive.tsx correctly 1`] = `
|
||||
exports[`renders components/avatar/demo/responsive.tsx correctly 1`] = `
|
||||
<span
|
||||
class="ant-avatar ant-avatar-circle ant-avatar-icon"
|
||||
>
|
||||
@ -622,7 +622,7 @@ exports[`renders ./components/avatar/demo/responsive.tsx correctly 1`] = `
|
||||
</span>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/avatar/demo/toggle-debug.tsx correctly 1`] = `
|
||||
exports[`renders components/avatar/demo/toggle-debug.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
@ -717,7 +717,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/avatar/demo/type.tsx correctly 1`] = `
|
||||
exports[`renders components/avatar/demo/type.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-16px"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/back-top/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/back-top/demo/basic.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-back-top"
|
||||
@ -15,7 +15,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/back-top/demo/custom.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/back-top/demo/custom.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="height:600vh;padding:8px"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/back-top/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/back-top/demo/basic.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-back-top"
|
||||
@ -15,7 +15,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/back-top/demo/custom.tsx correctly 1`] = `
|
||||
exports[`renders components/back-top/demo/custom.tsx correctly 1`] = `
|
||||
<div
|
||||
style="height:600vh;padding:8px"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/badge/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/badge/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -103,7 +103,7 @@ exports[`renders ./components/badge/demo/basic.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/change.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/badge/demo/change.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -291,7 +291,7 @@ exports[`renders ./components/badge/demo/change.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/colorful.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/badge/demo/colorful.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-divider ant-divider-horizontal ant-divider-with-text ant-divider-with-text-left"
|
||||
@ -615,7 +615,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/colorful-with-count-debug.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/badge/demo/colorful-with-count-debug.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-16px"
|
||||
@ -1143,7 +1143,7 @@ exports[`renders ./components/badge/demo/colorful-with-count-debug.tsx extend co
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/dot.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/badge/demo/dot.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -1200,7 +1200,7 @@ exports[`renders ./components/badge/demo/dot.tsx extend context correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/link.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/badge/demo/link.tsx extend context correctly 1`] = `
|
||||
<a
|
||||
href="#"
|
||||
>
|
||||
@ -1235,7 +1235,7 @@ exports[`renders ./components/badge/demo/link.tsx extend context correctly 1`] =
|
||||
</a>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/mix.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/badge/demo/mix.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-16px"
|
||||
@ -1578,7 +1578,7 @@ exports[`renders ./components/badge/demo/mix.tsx extend context correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/no-wrapper.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/badge/demo/no-wrapper.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -1729,7 +1729,7 @@ exports[`renders ./components/badge/demo/no-wrapper.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/offset.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/badge/demo/offset.tsx extend context correctly 1`] = `
|
||||
<span
|
||||
class="ant-badge"
|
||||
>
|
||||
@ -1761,7 +1761,7 @@ exports[`renders ./components/badge/demo/offset.tsx extend context correctly 1`]
|
||||
</span>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/overflow.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/badge/demo/overflow.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -1882,7 +1882,7 @@ exports[`renders ./components/badge/demo/overflow.tsx extend context correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/ribbon.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/badge/demo/ribbon.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -2233,7 +2233,7 @@ exports[`renders ./components/badge/demo/ribbon.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/ribbon-debug.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/badge/demo/ribbon-debug.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -2396,7 +2396,7 @@ exports[`renders ./components/badge/demo/ribbon-debug.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/size.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/badge/demo/size.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -2468,7 +2468,7 @@ exports[`renders ./components/badge/demo/size.tsx extend context correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/status.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/badge/demo/status.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
@ -2625,7 +2625,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/title.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/badge/demo/title.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/badge/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/badge/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -103,7 +103,7 @@ exports[`renders ./components/badge/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/change.tsx correctly 1`] = `
|
||||
exports[`renders components/badge/demo/change.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -291,7 +291,7 @@ exports[`renders ./components/badge/demo/change.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/colorful.tsx correctly 1`] = `
|
||||
exports[`renders components/badge/demo/colorful.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-divider ant-divider-horizontal ant-divider-with-text ant-divider-with-text-left"
|
||||
@ -615,7 +615,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/colorful-with-count-debug.tsx correctly 1`] = `
|
||||
exports[`renders components/badge/demo/colorful-with-count-debug.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-16px"
|
||||
@ -1143,7 +1143,7 @@ exports[`renders ./components/badge/demo/colorful-with-count-debug.tsx correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/dot.tsx correctly 1`] = `
|
||||
exports[`renders components/badge/demo/dot.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -1200,7 +1200,7 @@ exports[`renders ./components/badge/demo/dot.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/link.tsx correctly 1`] = `
|
||||
exports[`renders components/badge/demo/link.tsx correctly 1`] = `
|
||||
<a
|
||||
href="#"
|
||||
>
|
||||
@ -1235,7 +1235,7 @@ exports[`renders ./components/badge/demo/link.tsx correctly 1`] = `
|
||||
</a>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/mix.tsx correctly 1`] = `
|
||||
exports[`renders components/badge/demo/mix.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-16px"
|
||||
@ -1578,7 +1578,7 @@ exports[`renders ./components/badge/demo/mix.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/no-wrapper.tsx correctly 1`] = `
|
||||
exports[`renders components/badge/demo/no-wrapper.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -1729,7 +1729,7 @@ exports[`renders ./components/badge/demo/no-wrapper.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/offset.tsx correctly 1`] = `
|
||||
exports[`renders components/badge/demo/offset.tsx correctly 1`] = `
|
||||
<span
|
||||
class="ant-badge"
|
||||
>
|
||||
@ -1761,7 +1761,7 @@ exports[`renders ./components/badge/demo/offset.tsx correctly 1`] = `
|
||||
</span>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/overflow.tsx correctly 1`] = `
|
||||
exports[`renders components/badge/demo/overflow.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -1882,7 +1882,7 @@ exports[`renders ./components/badge/demo/overflow.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/ribbon.tsx correctly 1`] = `
|
||||
exports[`renders components/badge/demo/ribbon.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -2233,7 +2233,7 @@ exports[`renders ./components/badge/demo/ribbon.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/ribbon-debug.tsx correctly 1`] = `
|
||||
exports[`renders components/badge/demo/ribbon-debug.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -2396,7 +2396,7 @@ exports[`renders ./components/badge/demo/ribbon-debug.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/size.tsx correctly 1`] = `
|
||||
exports[`renders components/badge/demo/size.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -2468,7 +2468,7 @@ exports[`renders ./components/badge/demo/size.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/status.tsx correctly 1`] = `
|
||||
exports[`renders components/badge/demo/status.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
@ -2625,7 +2625,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/badge/demo/title.tsx correctly 1`] = `
|
||||
exports[`renders components/badge/demo/title.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/breadcrumb/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/breadcrumb/demo/basic.tsx extend context correctly 1`] = `
|
||||
<nav
|
||||
class="ant-breadcrumb"
|
||||
>
|
||||
@ -63,7 +63,7 @@ exports[`renders ./components/breadcrumb/demo/basic.tsx extend context correctly
|
||||
</nav>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/breadcrumb/demo/debug-routes.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/breadcrumb/demo/debug-routes.tsx extend context correctly 1`] = `
|
||||
<nav
|
||||
class="ant-breadcrumb"
|
||||
>
|
||||
@ -234,7 +234,7 @@ exports[`renders ./components/breadcrumb/demo/debug-routes.tsx extend context co
|
||||
</nav>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/breadcrumb/demo/overlay.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/breadcrumb/demo/overlay.tsx extend context correctly 1`] = `
|
||||
<nav
|
||||
class="ant-breadcrumb"
|
||||
>
|
||||
@ -492,7 +492,7 @@ exports[`renders ./components/breadcrumb/demo/overlay.tsx extend context correct
|
||||
</nav>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/breadcrumb/demo/separator.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/breadcrumb/demo/separator.tsx extend context correctly 1`] = `
|
||||
<nav
|
||||
class="ant-breadcrumb"
|
||||
>
|
||||
@ -549,7 +549,7 @@ exports[`renders ./components/breadcrumb/demo/separator.tsx extend context corre
|
||||
</nav>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/breadcrumb/demo/separator-component.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/breadcrumb/demo/separator-component.tsx extend context correctly 1`] = `
|
||||
<nav
|
||||
class="ant-breadcrumb"
|
||||
>
|
||||
@ -606,7 +606,7 @@ exports[`renders ./components/breadcrumb/demo/separator-component.tsx extend con
|
||||
</nav>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/breadcrumb/demo/withIcon.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/breadcrumb/demo/withIcon.tsx extend context correctly 1`] = `
|
||||
<nav
|
||||
class="ant-breadcrumb"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/breadcrumb/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/breadcrumb/demo/basic.tsx correctly 1`] = `
|
||||
<nav
|
||||
class="ant-breadcrumb"
|
||||
>
|
||||
@ -63,7 +63,7 @@ exports[`renders ./components/breadcrumb/demo/basic.tsx correctly 1`] = `
|
||||
</nav>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/breadcrumb/demo/debug-routes.tsx correctly 1`] = `
|
||||
exports[`renders components/breadcrumb/demo/debug-routes.tsx correctly 1`] = `
|
||||
<nav
|
||||
class="ant-breadcrumb"
|
||||
>
|
||||
@ -117,7 +117,7 @@ exports[`renders ./components/breadcrumb/demo/debug-routes.tsx correctly 1`] = `
|
||||
</nav>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/breadcrumb/demo/overlay.tsx correctly 1`] = `
|
||||
exports[`renders components/breadcrumb/demo/overlay.tsx correctly 1`] = `
|
||||
<nav
|
||||
class="ant-breadcrumb"
|
||||
>
|
||||
@ -203,7 +203,7 @@ exports[`renders ./components/breadcrumb/demo/overlay.tsx correctly 1`] = `
|
||||
</nav>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/breadcrumb/demo/separator.tsx correctly 1`] = `
|
||||
exports[`renders components/breadcrumb/demo/separator.tsx correctly 1`] = `
|
||||
<nav
|
||||
class="ant-breadcrumb"
|
||||
>
|
||||
@ -260,7 +260,7 @@ exports[`renders ./components/breadcrumb/demo/separator.tsx correctly 1`] = `
|
||||
</nav>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/breadcrumb/demo/separator-component.tsx correctly 1`] = `
|
||||
exports[`renders components/breadcrumb/demo/separator-component.tsx correctly 1`] = `
|
||||
<nav
|
||||
class="ant-breadcrumb"
|
||||
>
|
||||
@ -317,7 +317,7 @@ exports[`renders ./components/breadcrumb/demo/separator-component.tsx correctly
|
||||
</nav>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/breadcrumb/demo/withIcon.tsx correctly 1`] = `
|
||||
exports[`renders components/breadcrumb/demo/withIcon.tsx correctly 1`] = `
|
||||
<nav
|
||||
class="ant-breadcrumb"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/button/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/button/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -73,7 +73,7 @@ exports[`renders ./components/button/demo/basic.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/block.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/button/demo/block.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -159,7 +159,7 @@ exports[`renders ./components/button/demo/block.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/chinese-chars-loading.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/button/demo/chinese-chars-loading.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -377,7 +377,7 @@ exports[`renders ./components/button/demo/chinese-chars-loading.tsx extend conte
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/danger.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/button/demo/danger.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -450,7 +450,7 @@ exports[`renders ./components/button/demo/danger.tsx extend context correctly 1`
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/debug-block.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/button/demo/debug-block.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-form-item"
|
||||
>
|
||||
@ -506,7 +506,7 @@ exports[`renders ./components/button/demo/debug-block.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/debug-icon.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/button/demo/debug-icon.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
@ -968,7 +968,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/disabled.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/button/demo/disabled.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -1323,7 +1323,7 @@ exports[`renders ./components/button/demo/disabled.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/ghost.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/button/demo/ghost.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center site-button-ghost-wrapper"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -1383,7 +1383,7 @@ exports[`renders ./components/button/demo/ghost.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/icon.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/button/demo/icon.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -1771,7 +1771,7 @@ exports[`renders ./components/button/demo/icon.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/legacy-group.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/button/demo/legacy-group.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div>
|
||||
<div
|
||||
@ -2123,7 +2123,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/loading.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/button/demo/loading.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -2328,7 +2328,7 @@ exports[`renders ./components/button/demo/loading.tsx extend context correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/multiple.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/button/demo/multiple.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -2555,7 +2555,7 @@ exports[`renders ./components/button/demo/multiple.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/size.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/button/demo/size.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/button/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/button/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -73,7 +73,7 @@ exports[`renders ./components/button/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/block.tsx correctly 1`] = `
|
||||
exports[`renders components/button/demo/block.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -159,7 +159,7 @@ exports[`renders ./components/button/demo/block.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/chinese-chars-loading.tsx correctly 1`] = `
|
||||
exports[`renders components/button/demo/chinese-chars-loading.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -377,7 +377,7 @@ exports[`renders ./components/button/demo/chinese-chars-loading.tsx correctly 1`
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/danger.tsx correctly 1`] = `
|
||||
exports[`renders components/button/demo/danger.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -450,7 +450,7 @@ exports[`renders ./components/button/demo/danger.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/debug-block.tsx correctly 1`] = `
|
||||
exports[`renders components/button/demo/debug-block.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-form-item"
|
||||
>
|
||||
@ -506,7 +506,7 @@ exports[`renders ./components/button/demo/debug-block.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/debug-icon.tsx correctly 1`] = `
|
||||
exports[`renders components/button/demo/debug-icon.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
@ -892,7 +892,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/disabled.tsx correctly 1`] = `
|
||||
exports[`renders components/button/demo/disabled.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -1247,7 +1247,7 @@ exports[`renders ./components/button/demo/disabled.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/ghost.tsx correctly 1`] = `
|
||||
exports[`renders components/button/demo/ghost.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center site-button-ghost-wrapper"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -1307,7 +1307,7 @@ exports[`renders ./components/button/demo/ghost.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/icon.tsx correctly 1`] = `
|
||||
exports[`renders components/button/demo/icon.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -1619,7 +1619,7 @@ exports[`renders ./components/button/demo/icon.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/legacy-group.tsx correctly 1`] = `
|
||||
exports[`renders components/button/demo/legacy-group.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div>
|
||||
<div
|
||||
@ -1857,7 +1857,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/loading.tsx correctly 1`] = `
|
||||
exports[`renders components/button/demo/loading.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -2062,7 +2062,7 @@ exports[`renders ./components/button/demo/loading.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/multiple.tsx correctly 1`] = `
|
||||
exports[`renders components/button/demo/multiple.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -2135,7 +2135,7 @@ exports[`renders ./components/button/demo/multiple.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/button/demo/size.tsx correctly 1`] = `
|
||||
exports[`renders components/button/demo/size.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/calendar/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/calendar/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-picker-calendar ant-picker-calendar-full"
|
||||
>
|
||||
@ -1578,7 +1578,7 @@ exports[`renders ./components/calendar/demo/basic.tsx extend context correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/calendar/demo/card.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/calendar/demo/card.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="width:300px;border:1px solid #f0f0f0;border-radius:8px"
|
||||
>
|
||||
@ -3160,7 +3160,7 @@ exports[`renders ./components/calendar/demo/card.tsx extend context correctly 1`
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/calendar/demo/customize-header.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/calendar/demo/customize-header.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="width:300px;border:1px solid #f0f0f0;border-radius:8px"
|
||||
>
|
||||
@ -4791,7 +4791,7 @@ exports[`renders ./components/calendar/demo/customize-header.tsx extend context
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/calendar/demo/notice-calendar.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/calendar/demo/notice-calendar.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-picker-calendar ant-picker-calendar-full"
|
||||
>
|
||||
@ -6766,7 +6766,7 @@ exports[`renders ./components/calendar/demo/notice-calendar.tsx extend context c
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/calendar/demo/select.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/calendar/demo/select.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-alert ant-alert-info ant-alert-no-icon"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/calendar/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/calendar/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-picker-calendar ant-picker-calendar-full"
|
||||
>
|
||||
@ -942,7 +942,7 @@ exports[`renders ./components/calendar/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/calendar/demo/card.tsx correctly 1`] = `
|
||||
exports[`renders components/calendar/demo/card.tsx correctly 1`] = `
|
||||
<div
|
||||
style="width:300px;border:1px solid #f0f0f0;border-radius:8px"
|
||||
>
|
||||
@ -1888,7 +1888,7 @@ exports[`renders ./components/calendar/demo/card.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/calendar/demo/customize-header.tsx correctly 1`] = `
|
||||
exports[`renders components/calendar/demo/customize-header.tsx correctly 1`] = `
|
||||
<div
|
||||
style="width:300px;border:1px solid #f0f0f0;border-radius:8px"
|
||||
>
|
||||
@ -2859,7 +2859,7 @@ exports[`renders ./components/calendar/demo/customize-header.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/calendar/demo/notice-calendar.tsx correctly 1`] = `
|
||||
exports[`renders components/calendar/demo/notice-calendar.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-picker-calendar ant-picker-calendar-full"
|
||||
>
|
||||
@ -4198,7 +4198,7 @@ exports[`renders ./components/calendar/demo/notice-calendar.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/calendar/demo/select.tsx correctly 1`] = `
|
||||
exports[`renders components/calendar/demo/select.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-alert ant-alert-info ant-alert-no-icon"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/card/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/card/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -96,7 +96,7 @@ exports[`renders ./components/card/demo/basic.tsx extend context correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/card/demo/border-less.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/card/demo/border-less.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-card"
|
||||
style="width:300px"
|
||||
@ -130,7 +130,7 @@ exports[`renders ./components/card/demo/border-less.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/card/demo/flexible-content.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/card/demo/flexible-content.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-card ant-card-bordered ant-card-hoverable"
|
||||
style="width:240px"
|
||||
@ -168,7 +168,7 @@ exports[`renders ./components/card/demo/flexible-content.tsx extend context corr
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/card/demo/grid-card.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/card/demo/grid-card.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-card ant-card-bordered ant-card-contain-grid"
|
||||
>
|
||||
@ -234,7 +234,7 @@ exports[`renders ./components/card/demo/grid-card.tsx extend context correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/card/demo/in-column.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/card/demo/in-column.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-row"
|
||||
style="margin-left:-8px;margin-right:-8px"
|
||||
@ -323,7 +323,7 @@ exports[`renders ./components/card/demo/in-column.tsx extend context correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/card/demo/inner.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/card/demo/inner.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-card ant-card-bordered"
|
||||
>
|
||||
@ -410,7 +410,7 @@ exports[`renders ./components/card/demo/inner.tsx extend context correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/card/demo/loading.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/card/demo/loading.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
aria-checked="false"
|
||||
@ -575,7 +575,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/card/demo/meta.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/card/demo/meta.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-card ant-card-bordered"
|
||||
style="width:300px"
|
||||
@ -703,7 +703,7 @@ exports[`renders ./components/card/demo/meta.tsx extend context correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/card/demo/simple.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/card/demo/simple.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-card ant-card-bordered"
|
||||
style="width:300px"
|
||||
@ -724,7 +724,7 @@ exports[`renders ./components/card/demo/simple.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/card/demo/tabs.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/card/demo/tabs.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-card ant-card-bordered ant-card-contain-tabs"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/card/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/card/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -96,7 +96,7 @@ exports[`renders ./components/card/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/card/demo/border-less.tsx correctly 1`] = `
|
||||
exports[`renders components/card/demo/border-less.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-card"
|
||||
style="width:300px"
|
||||
@ -130,7 +130,7 @@ exports[`renders ./components/card/demo/border-less.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/card/demo/flexible-content.tsx correctly 1`] = `
|
||||
exports[`renders components/card/demo/flexible-content.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-card ant-card-bordered ant-card-hoverable"
|
||||
style="width:240px"
|
||||
@ -168,7 +168,7 @@ exports[`renders ./components/card/demo/flexible-content.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/card/demo/grid-card.tsx correctly 1`] = `
|
||||
exports[`renders components/card/demo/grid-card.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-card ant-card-bordered ant-card-contain-grid"
|
||||
>
|
||||
@ -234,7 +234,7 @@ exports[`renders ./components/card/demo/grid-card.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/card/demo/in-column.tsx correctly 1`] = `
|
||||
exports[`renders components/card/demo/in-column.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-row"
|
||||
style="margin-left:-8px;margin-right:-8px"
|
||||
@ -323,7 +323,7 @@ exports[`renders ./components/card/demo/in-column.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/card/demo/inner.tsx correctly 1`] = `
|
||||
exports[`renders components/card/demo/inner.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-card ant-card-bordered"
|
||||
>
|
||||
@ -410,7 +410,7 @@ exports[`renders ./components/card/demo/inner.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/card/demo/loading.tsx correctly 1`] = `
|
||||
exports[`renders components/card/demo/loading.tsx correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
aria-checked="false"
|
||||
@ -575,7 +575,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/card/demo/meta.tsx correctly 1`] = `
|
||||
exports[`renders components/card/demo/meta.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-card ant-card-bordered"
|
||||
style="width:300px"
|
||||
@ -703,7 +703,7 @@ exports[`renders ./components/card/demo/meta.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/card/demo/simple.tsx correctly 1`] = `
|
||||
exports[`renders components/card/demo/simple.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-card ant-card-bordered"
|
||||
style="width:300px"
|
||||
@ -724,7 +724,7 @@ exports[`renders ./components/card/demo/simple.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/card/demo/tabs.tsx correctly 1`] = `
|
||||
exports[`renders components/card/demo/tabs.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-card ant-card-bordered ant-card-contain-tabs"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/carousel/demo/autoplay.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/carousel/demo/autoplay.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-carousel"
|
||||
>
|
||||
@ -234,7 +234,7 @@ exports[`renders ./components/carousel/demo/autoplay.tsx extend context correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/carousel/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/carousel/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-carousel"
|
||||
>
|
||||
@ -468,7 +468,7 @@ exports[`renders ./components/carousel/demo/basic.tsx extend context correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/carousel/demo/fade.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/carousel/demo/fade.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-carousel"
|
||||
>
|
||||
@ -602,7 +602,7 @@ exports[`renders ./components/carousel/demo/fade.tsx extend context correctly 1`
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/carousel/demo/position.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/carousel/demo/position.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/carousel/demo/autoplay.tsx correctly 1`] = `
|
||||
exports[`renders components/carousel/demo/autoplay.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-carousel"
|
||||
>
|
||||
@ -234,7 +234,7 @@ exports[`renders ./components/carousel/demo/autoplay.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/carousel/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/carousel/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-carousel"
|
||||
>
|
||||
@ -468,7 +468,7 @@ exports[`renders ./components/carousel/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/carousel/demo/fade.tsx correctly 1`] = `
|
||||
exports[`renders components/carousel/demo/fade.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-carousel"
|
||||
>
|
||||
@ -602,7 +602,7 @@ exports[`renders ./components/carousel/demo/fade.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/carousel/demo/position.tsx correctly 1`] = `
|
||||
exports[`renders components/carousel/demo/position.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/cascader/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
>
|
||||
@ -148,7 +148,7 @@ exports[`renders ./components/cascader/demo/basic.tsx extend context correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/change-on-select.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/change-on-select.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
>
|
||||
@ -294,7 +294,7 @@ exports[`renders ./components/cascader/demo/change-on-select.tsx extend context
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/custom-dropdown.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/custom-dropdown.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
>
|
||||
@ -454,7 +454,7 @@ exports[`renders ./components/cascader/demo/custom-dropdown.tsx extend context c
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/custom-render.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/custom-render.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
style="width:100%"
|
||||
@ -647,7 +647,7 @@ exports[`renders ./components/cascader/demo/custom-render.tsx extend context cor
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/custom-trigger.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/custom-trigger.tsx extend context correctly 1`] = `
|
||||
<span>
|
||||
Unselect
|
||||
<!-- -->
|
||||
@ -747,7 +747,7 @@ exports[`renders ./components/cascader/demo/custom-trigger.tsx extend context co
|
||||
</span>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/default-value.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/default-value.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
>
|
||||
@ -922,7 +922,7 @@ exports[`renders ./components/cascader/demo/default-value.tsx extend context cor
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/disabled-option.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/disabled-option.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
>
|
||||
@ -1068,7 +1068,7 @@ exports[`renders ./components/cascader/demo/disabled-option.tsx extend context c
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/fields-name.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/fields-name.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
>
|
||||
@ -1216,7 +1216,7 @@ exports[`renders ./components/cascader/demo/fields-name.tsx extend context corre
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/hover.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/hover.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
>
|
||||
@ -1362,7 +1362,7 @@ exports[`renders ./components/cascader/demo/hover.tsx extend context correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/lazy.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/lazy.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
>
|
||||
@ -1508,7 +1508,7 @@ exports[`renders ./components/cascader/demo/lazy.tsx extend context correctly 1`
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/multiple.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/multiple.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-multiple ant-select-allow-clear ant-select-show-arrow"
|
||||
style="width:100%"
|
||||
@ -1684,7 +1684,7 @@ exports[`renders ./components/cascader/demo/multiple.tsx extend context correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/placement.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/placement.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
@ -1917,7 +1917,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="padding-bottom:0;position:relative;width:fit-content;min-width:0"
|
||||
>
|
||||
@ -2071,7 +2071,7 @@ exports[`renders ./components/cascader/demo/render-panel.tsx extend context corr
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/search.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/search.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow ant-select-show-search"
|
||||
>
|
||||
@ -2216,7 +2216,7 @@ exports[`renders ./components/cascader/demo/search.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/showCheckedStrategy.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/showCheckedStrategy.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-multiple ant-select-allow-clear ant-select-show-arrow"
|
||||
@ -2647,7 +2647,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/size.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/size.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-lg ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
@ -3087,7 +3087,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/status.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/status.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -3376,7 +3376,7 @@ exports[`renders ./components/cascader/demo/status.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/suffix.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/suffix.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/cascader/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
>
|
||||
@ -60,7 +60,7 @@ exports[`renders ./components/cascader/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/change-on-select.tsx correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/change-on-select.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
>
|
||||
@ -118,7 +118,7 @@ exports[`renders ./components/cascader/demo/change-on-select.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/custom-dropdown.tsx correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/custom-dropdown.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
>
|
||||
@ -178,7 +178,7 @@ exports[`renders ./components/cascader/demo/custom-dropdown.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/custom-render.tsx correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/custom-render.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
style="width:100%"
|
||||
@ -283,7 +283,7 @@ exports[`renders ./components/cascader/demo/custom-render.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/custom-trigger.tsx correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/custom-trigger.tsx correctly 1`] = `
|
||||
<span>
|
||||
Unselect
|
||||
<!-- -->
|
||||
@ -295,7 +295,7 @@ exports[`renders ./components/cascader/demo/custom-trigger.tsx correctly 1`] = `
|
||||
</span>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/default-value.tsx correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/default-value.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
>
|
||||
@ -382,7 +382,7 @@ exports[`renders ./components/cascader/demo/default-value.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/disabled-option.tsx correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/disabled-option.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
>
|
||||
@ -440,7 +440,7 @@ exports[`renders ./components/cascader/demo/disabled-option.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/fields-name.tsx correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/fields-name.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
>
|
||||
@ -500,7 +500,7 @@ exports[`renders ./components/cascader/demo/fields-name.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/hover.tsx correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/hover.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
>
|
||||
@ -558,7 +558,7 @@ exports[`renders ./components/cascader/demo/hover.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/lazy.tsx correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/lazy.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
>
|
||||
@ -616,7 +616,7 @@ exports[`renders ./components/cascader/demo/lazy.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/multiple.tsx correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/multiple.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-multiple ant-select-allow-clear ant-select-show-arrow"
|
||||
style="width:100%"
|
||||
@ -690,7 +690,7 @@ exports[`renders ./components/cascader/demo/multiple.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/placement.tsx correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/placement.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
@ -835,7 +835,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/render-panel.tsx correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/render-panel.tsx correctly 1`] = `
|
||||
<div
|
||||
style="padding-bottom:0;position:relative;width:fit-content;min-width:0"
|
||||
>
|
||||
@ -901,7 +901,7 @@ exports[`renders ./components/cascader/demo/render-panel.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/search.tsx correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/search.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow ant-select-show-search"
|
||||
>
|
||||
@ -958,7 +958,7 @@ exports[`renders ./components/cascader/demo/search.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/showCheckedStrategy.tsx correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/showCheckedStrategy.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-multiple ant-select-allow-clear ant-select-show-arrow"
|
||||
@ -1185,7 +1185,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/size.tsx correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/size.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-lg ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
@ -1361,7 +1361,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/status.tsx correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/status.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -1506,7 +1506,7 @@ exports[`renders ./components/cascader/demo/status.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/cascader/demo/suffix.tsx correctly 1`] = `
|
||||
exports[`renders components/cascader/demo/suffix.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-select ant-cascader ant-select-single ant-select-allow-clear ant-select-show-arrow"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/checkbox/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/checkbox/demo/basic.tsx extend context correctly 1`] = `
|
||||
<label
|
||||
class="ant-checkbox-wrapper"
|
||||
>
|
||||
@ -21,7 +21,7 @@ exports[`renders ./components/checkbox/demo/basic.tsx extend context correctly 1
|
||||
</label>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/checkbox/demo/check-all.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/checkbox/demo/check-all.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<label
|
||||
class="ant-checkbox-wrapper"
|
||||
@ -112,7 +112,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/checkbox/demo/controller.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/checkbox/demo/controller.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<p
|
||||
style="margin-bottom:20px"
|
||||
@ -159,7 +159,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/checkbox/demo/debug-disable-popover.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/checkbox/demo/debug-disable-popover.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="padding:56px"
|
||||
>
|
||||
@ -206,7 +206,7 @@ exports[`renders ./components/checkbox/demo/debug-disable-popover.tsx extend con
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/checkbox/demo/debug-line.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/checkbox/demo/debug-line.tsx extend context correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
@ -409,7 +409,7 @@ exports[`renders ./components/checkbox/demo/debug-line.tsx extend context correc
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/checkbox/demo/disabled.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/checkbox/demo/disabled.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<label
|
||||
class="ant-checkbox-wrapper ant-checkbox-wrapper-disabled"
|
||||
@ -466,7 +466,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/checkbox/demo/group.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/checkbox/demo/group.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-checkbox-group"
|
||||
@ -664,7 +664,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/checkbox/demo/layout.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/checkbox/demo/layout.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-checkbox-group"
|
||||
style="width:100%"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/checkbox/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/checkbox/demo/basic.tsx correctly 1`] = `
|
||||
<label
|
||||
class="ant-checkbox-wrapper"
|
||||
>
|
||||
@ -21,7 +21,7 @@ exports[`renders ./components/checkbox/demo/basic.tsx correctly 1`] = `
|
||||
</label>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/checkbox/demo/check-all.tsx correctly 1`] = `
|
||||
exports[`renders components/checkbox/demo/check-all.tsx correctly 1`] = `
|
||||
Array [
|
||||
<label
|
||||
class="ant-checkbox-wrapper"
|
||||
@ -112,7 +112,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/checkbox/demo/controller.tsx correctly 1`] = `
|
||||
exports[`renders components/checkbox/demo/controller.tsx correctly 1`] = `
|
||||
Array [
|
||||
<p
|
||||
style="margin-bottom:20px"
|
||||
@ -159,7 +159,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/checkbox/demo/debug-disable-popover.tsx correctly 1`] = `
|
||||
exports[`renders components/checkbox/demo/debug-disable-popover.tsx correctly 1`] = `
|
||||
<div
|
||||
style="padding:56px"
|
||||
>
|
||||
@ -183,7 +183,7 @@ exports[`renders ./components/checkbox/demo/debug-disable-popover.tsx correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/checkbox/demo/debug-line.tsx correctly 1`] = `
|
||||
exports[`renders components/checkbox/demo/debug-line.tsx correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
@ -386,7 +386,7 @@ exports[`renders ./components/checkbox/demo/debug-line.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/checkbox/demo/disabled.tsx correctly 1`] = `
|
||||
exports[`renders components/checkbox/demo/disabled.tsx correctly 1`] = `
|
||||
Array [
|
||||
<label
|
||||
class="ant-checkbox-wrapper ant-checkbox-wrapper-disabled"
|
||||
@ -443,7 +443,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/checkbox/demo/group.tsx correctly 1`] = `
|
||||
exports[`renders components/checkbox/demo/group.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-checkbox-group"
|
||||
@ -641,7 +641,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/checkbox/demo/layout.tsx correctly 1`] = `
|
||||
exports[`renders components/checkbox/demo/layout.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-checkbox-group"
|
||||
style="width:100%"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/collapse/demo/accordion.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/collapse/demo/accordion.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-collapse ant-collapse-icon-position-start"
|
||||
role="tablist"
|
||||
@ -128,7 +128,7 @@ exports[`renders ./components/collapse/demo/accordion.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/collapse/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/collapse/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-collapse ant-collapse-icon-position-start"
|
||||
>
|
||||
@ -269,7 +269,7 @@ exports[`renders ./components/collapse/demo/basic.tsx extend context correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/collapse/demo/borderless.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/collapse/demo/borderless.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-collapse ant-collapse-icon-position-start ant-collapse-borderless"
|
||||
>
|
||||
@ -410,7 +410,7 @@ exports[`renders ./components/collapse/demo/borderless.tsx extend context correc
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/collapse/demo/collapsible.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/collapse/demo/collapsible.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -587,7 +587,7 @@ exports[`renders ./components/collapse/demo/collapsible.tsx extend context corre
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/collapse/demo/custom.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/collapse/demo/custom.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-collapse ant-collapse-icon-position-start ant-collapse-borderless"
|
||||
style="background:#ffffff"
|
||||
@ -732,7 +732,7 @@ exports[`renders ./components/collapse/demo/custom.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/collapse/demo/extra.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/collapse/demo/extra.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-collapse ant-collapse-icon-position-start"
|
||||
@ -1091,7 +1091,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/collapse/demo/ghost.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/collapse/demo/ghost.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-collapse ant-collapse-icon-position-start ant-collapse-ghost"
|
||||
>
|
||||
@ -1232,7 +1232,7 @@ exports[`renders ./components/collapse/demo/ghost.tsx extend context correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/collapse/demo/mix.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/collapse/demo/mix.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-collapse ant-collapse-icon-position-start"
|
||||
>
|
||||
@ -1359,7 +1359,7 @@ exports[`renders ./components/collapse/demo/mix.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/collapse/demo/noarrow.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/collapse/demo/noarrow.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-collapse ant-collapse-icon-position-start"
|
||||
>
|
||||
@ -1437,7 +1437,7 @@ exports[`renders ./components/collapse/demo/noarrow.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/collapse/demo/size.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/collapse/demo/size.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-divider ant-divider-horizontal ant-divider-with-text ant-divider-with-text-left"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/collapse/demo/accordion.tsx correctly 1`] = `
|
||||
exports[`renders components/collapse/demo/accordion.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-collapse ant-collapse-icon-position-start"
|
||||
role="tablist"
|
||||
@ -128,7 +128,7 @@ exports[`renders ./components/collapse/demo/accordion.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/collapse/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/collapse/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-collapse ant-collapse-icon-position-start"
|
||||
>
|
||||
@ -269,7 +269,7 @@ exports[`renders ./components/collapse/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/collapse/demo/borderless.tsx correctly 1`] = `
|
||||
exports[`renders components/collapse/demo/borderless.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-collapse ant-collapse-icon-position-start ant-collapse-borderless"
|
||||
>
|
||||
@ -410,7 +410,7 @@ exports[`renders ./components/collapse/demo/borderless.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/collapse/demo/collapsible.tsx correctly 1`] = `
|
||||
exports[`renders components/collapse/demo/collapsible.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -587,7 +587,7 @@ exports[`renders ./components/collapse/demo/collapsible.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/collapse/demo/custom.tsx correctly 1`] = `
|
||||
exports[`renders components/collapse/demo/custom.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-collapse ant-collapse-icon-position-start ant-collapse-borderless"
|
||||
style="background:#ffffff"
|
||||
@ -732,7 +732,7 @@ exports[`renders ./components/collapse/demo/custom.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/collapse/demo/extra.tsx correctly 1`] = `
|
||||
exports[`renders components/collapse/demo/extra.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-collapse ant-collapse-icon-position-start"
|
||||
@ -1011,7 +1011,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/collapse/demo/ghost.tsx correctly 1`] = `
|
||||
exports[`renders components/collapse/demo/ghost.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-collapse ant-collapse-icon-position-start ant-collapse-ghost"
|
||||
>
|
||||
@ -1152,7 +1152,7 @@ exports[`renders ./components/collapse/demo/ghost.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/collapse/demo/mix.tsx correctly 1`] = `
|
||||
exports[`renders components/collapse/demo/mix.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-collapse ant-collapse-icon-position-start"
|
||||
>
|
||||
@ -1279,7 +1279,7 @@ exports[`renders ./components/collapse/demo/mix.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/collapse/demo/noarrow.tsx correctly 1`] = `
|
||||
exports[`renders components/collapse/demo/noarrow.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-collapse ant-collapse-icon-position-start"
|
||||
>
|
||||
@ -1357,7 +1357,7 @@ exports[`renders ./components/collapse/demo/noarrow.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/collapse/demo/size.tsx correctly 1`] = `
|
||||
exports[`renders components/collapse/demo/size.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-divider ant-divider-horizontal ant-divider-with-text ant-divider-with-text-left"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/date-picker/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -1892,7 +1892,7 @@ exports[`renders ./components/date-picker/demo/basic.tsx extend context correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/bordered.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/bordered.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -7104,7 +7104,7 @@ exports[`renders ./components/date-picker/demo/bordered.tsx extend context corre
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/date-render.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/date-render.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -8903,7 +8903,7 @@ exports[`renders ./components/date-picker/demo/date-render.tsx extend context co
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/disabled.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/disabled.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -12147,7 +12147,7 @@ exports[`renders ./components/date-picker/demo/disabled.tsx extend context corre
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/disabled-date.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/disabled-date.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -17061,7 +17061,7 @@ exports[`renders ./components/date-picker/demo/disabled-date.tsx extend context
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/extra-footer.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/extra-footer.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -23076,7 +23076,7 @@ exports[`renders ./components/date-picker/demo/extra-footer.tsx extend context c
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/format.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/format.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -27108,7 +27108,7 @@ exports[`renders ./components/date-picker/demo/format.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/mode.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/mode.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -28827,7 +28827,7 @@ exports[`renders ./components/date-picker/demo/mode.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/placement.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/placement.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
@ -30694,7 +30694,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/preset-ranges.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/preset-ranges.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -34539,7 +34539,7 @@ exports[`renders ./components/date-picker/demo/preset-ranges.tsx extend context
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/range-picker.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/range-picker.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -40319,7 +40319,7 @@ exports[`renders ./components/date-picker/demo/range-picker.tsx extend context c
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="padding-bottom:0;position:relative;width:fit-content;min-width:0"
|
||||
>
|
||||
@ -40922,7 +40922,7 @@ exports[`renders ./components/date-picker/demo/render-panel.tsx extend context c
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/select-in-range.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/select-in-range.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-picker ant-picker-range"
|
||||
@ -42109,7 +42109,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/size.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/size.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -44865,7 +44865,7 @@ exports[`renders ./components/date-picker/demo/size.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/start-end.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/start-end.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -48775,7 +48775,7 @@ exports[`renders ./components/date-picker/demo/start-end.tsx extend context corr
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/status.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/status.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -52360,7 +52360,7 @@ exports[`renders ./components/date-picker/demo/status.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/suffix.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/suffix.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -57660,7 +57660,7 @@ exports[`renders ./components/date-picker/demo/suffix.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/switchable.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/switchable.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -59292,7 +59292,7 @@ exports[`renders ./components/date-picker/demo/switchable.tsx extend context cor
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/time.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/time.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/date-picker/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -226,7 +226,7 @@ exports[`renders ./components/date-picker/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/bordered.tsx correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/bordered.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -752,7 +752,7 @@ exports[`renders ./components/date-picker/demo/bordered.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/date-render.tsx correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/date-render.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -888,7 +888,7 @@ exports[`renders ./components/date-picker/demo/date-render.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/disabled.tsx correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/disabled.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -1182,7 +1182,7 @@ exports[`renders ./components/date-picker/demo/disabled.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/disabled-date.tsx correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/disabled-date.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -1448,7 +1448,7 @@ exports[`renders ./components/date-picker/demo/disabled-date.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/extra-footer.tsx correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/extra-footer.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -1758,7 +1758,7 @@ exports[`renders ./components/date-picker/demo/extra-footer.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/format.tsx correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/format.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -2213,7 +2213,7 @@ exports[`renders ./components/date-picker/demo/format.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/mode.tsx correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/mode.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -2349,7 +2349,7 @@ exports[`renders ./components/date-picker/demo/mode.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/placement.tsx correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/placement.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
@ -2559,7 +2559,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/preset-ranges.tsx correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/preset-ranges.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -2781,7 +2781,7 @@ exports[`renders ./components/date-picker/demo/preset-ranges.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/range-picker.tsx correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/range-picker.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -3303,7 +3303,7 @@ exports[`renders ./components/date-picker/demo/range-picker.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/render-panel.tsx correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/render-panel.tsx correctly 1`] = `
|
||||
<div
|
||||
style="padding-bottom:0;position:relative;width:fit-content;min-width:0"
|
||||
>
|
||||
@ -3350,7 +3350,7 @@ exports[`renders ./components/date-picker/demo/render-panel.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/select-in-range.tsx correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/select-in-range.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-picker ant-picker-range"
|
||||
>
|
||||
@ -3434,7 +3434,7 @@ exports[`renders ./components/date-picker/demo/select-in-range.tsx correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/size.tsx correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/size.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -3725,7 +3725,7 @@ exports[`renders ./components/date-picker/demo/size.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/start-end.tsx correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/start-end.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -3819,7 +3819,7 @@ exports[`renders ./components/date-picker/demo/start-end.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/status.tsx correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/status.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -4090,7 +4090,7 @@ exports[`renders ./components/date-picker/demo/status.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/suffix.tsx correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/suffix.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -4460,7 +4460,7 @@ exports[`renders ./components/date-picker/demo/suffix.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/switchable.tsx correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/switchable.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -4577,7 +4577,7 @@ exports[`renders ./components/date-picker/demo/switchable.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/date-picker/demo/time.tsx correctly 1`] = `
|
||||
exports[`renders components/date-picker/demo/time.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/descriptions/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/descriptions/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-descriptions"
|
||||
>
|
||||
@ -127,7 +127,7 @@ exports[`renders ./components/descriptions/demo/basic.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/descriptions/demo/border.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/descriptions/demo/border.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-descriptions ant-descriptions-bordered"
|
||||
>
|
||||
@ -353,7 +353,7 @@ exports[`renders ./components/descriptions/demo/border.tsx extend context correc
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/descriptions/demo/responsive.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/descriptions/demo/responsive.tsx extend context correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="ant-descriptions ant-descriptions-bordered"
|
||||
@ -513,7 +513,7 @@ exports[`renders ./components/descriptions/demo/responsive.tsx extend context co
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/descriptions/demo/size.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/descriptions/demo/size.tsx extend context correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
@ -907,7 +907,7 @@ exports[`renders ./components/descriptions/demo/size.tsx extend context correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/descriptions/demo/style.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/descriptions/demo/style.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
aria-checked="true"
|
||||
@ -1145,7 +1145,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/descriptions/demo/text.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/descriptions/demo/text.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-descriptions"
|
||||
>
|
||||
@ -1547,7 +1547,7 @@ exports[`renders ./components/descriptions/demo/text.tsx extend context correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/descriptions/demo/vertical.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/descriptions/demo/vertical.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-descriptions"
|
||||
>
|
||||
@ -1727,7 +1727,7 @@ exports[`renders ./components/descriptions/demo/vertical.tsx extend context corr
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/descriptions/demo/vertical-border.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/descriptions/demo/vertical-border.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-descriptions ant-descriptions-bordered"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/descriptions/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/descriptions/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-descriptions"
|
||||
>
|
||||
@ -127,7 +127,7 @@ exports[`renders ./components/descriptions/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/descriptions/demo/border.tsx correctly 1`] = `
|
||||
exports[`renders components/descriptions/demo/border.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-descriptions ant-descriptions-bordered"
|
||||
>
|
||||
@ -353,7 +353,7 @@ exports[`renders ./components/descriptions/demo/border.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/descriptions/demo/responsive.tsx correctly 1`] = `
|
||||
exports[`renders components/descriptions/demo/responsive.tsx correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="ant-descriptions ant-descriptions-bordered"
|
||||
@ -513,7 +513,7 @@ exports[`renders ./components/descriptions/demo/responsive.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/descriptions/demo/size.tsx correctly 1`] = `
|
||||
exports[`renders components/descriptions/demo/size.tsx correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
@ -907,7 +907,7 @@ exports[`renders ./components/descriptions/demo/size.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/descriptions/demo/style.tsx correctly 1`] = `
|
||||
exports[`renders components/descriptions/demo/style.tsx correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
aria-checked="true"
|
||||
@ -1145,7 +1145,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/descriptions/demo/text.tsx correctly 1`] = `
|
||||
exports[`renders components/descriptions/demo/text.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-descriptions"
|
||||
>
|
||||
@ -1547,7 +1547,7 @@ exports[`renders ./components/descriptions/demo/text.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/descriptions/demo/vertical.tsx correctly 1`] = `
|
||||
exports[`renders components/descriptions/demo/vertical.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-descriptions"
|
||||
>
|
||||
@ -1727,7 +1727,7 @@ exports[`renders ./components/descriptions/demo/vertical.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/descriptions/demo/vertical-border.tsx correctly 1`] = `
|
||||
exports[`renders components/descriptions/demo/vertical-border.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-descriptions ant-descriptions-bordered"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/divider/demo/customize-style.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/divider/demo/customize-style.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-divider ant-divider-horizontal"
|
||||
@ -51,7 +51,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/divider/demo/horizontal.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/divider/demo/horizontal.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nonne merninisti licere mihi ista probare, quae sunt a te dicta? Refert tamen, quo modo.
|
||||
@ -73,7 +73,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/divider/demo/plain.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/divider/demo/plain.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nonne merninisti licere mihi ista probare, quae sunt a te dicta? Refert tamen, quo modo.
|
||||
@ -120,7 +120,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/divider/demo/vertical.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/divider/demo/vertical.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
Text,
|
||||
<div
|
||||
@ -144,7 +144,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/divider/demo/with-text.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/divider/demo/with-text.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nonne merninisti licere mihi ista probare, quae sunt a te dicta? Refert tamen, quo modo.
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/divider/demo/customize-style.tsx correctly 1`] = `
|
||||
exports[`renders components/divider/demo/customize-style.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-divider ant-divider-horizontal"
|
||||
@ -51,7 +51,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/divider/demo/horizontal.tsx correctly 1`] = `
|
||||
exports[`renders components/divider/demo/horizontal.tsx correctly 1`] = `
|
||||
Array [
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nonne merninisti licere mihi ista probare, quae sunt a te dicta? Refert tamen, quo modo.
|
||||
@ -73,7 +73,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/divider/demo/plain.tsx correctly 1`] = `
|
||||
exports[`renders components/divider/demo/plain.tsx correctly 1`] = `
|
||||
Array [
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nonne merninisti licere mihi ista probare, quae sunt a te dicta? Refert tamen, quo modo.
|
||||
@ -120,7 +120,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/divider/demo/vertical.tsx correctly 1`] = `
|
||||
exports[`renders components/divider/demo/vertical.tsx correctly 1`] = `
|
||||
Array [
|
||||
Text,
|
||||
<div
|
||||
@ -144,7 +144,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/divider/demo/with-text.tsx correctly 1`] = `
|
||||
exports[`renders components/divider/demo/with-text.tsx correctly 1`] = `
|
||||
Array [
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nonne merninisti licere mihi ista probare, quae sunt a te dicta? Refert tamen, quo modo.
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/drawer/demo/basic-right.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/basic-right.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
@ -99,7 +99,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/config-provider.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/config-provider.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="site-drawer-render-in-current-wrapper"
|
||||
>
|
||||
@ -201,7 +201,7 @@ exports[`renders ./components/drawer/demo/config-provider.tsx extend context cor
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/extra.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/extra.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
@ -427,7 +427,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/form-in-drawer.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/form-in-drawer.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
@ -1401,7 +1401,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/multi-level-drawer.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/multi-level-drawer.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
@ -1527,7 +1527,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/no-mask.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/no-mask.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
@ -1623,7 +1623,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/placement.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/placement.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
@ -1791,7 +1791,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/render-in-current.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/render-in-current.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="position:relative;height:200px;padding:48px;overflow:hidden;text-align:center;background:rgba(0, 0, 0, 0.02);border:1px solid #f0f0f0;border-radius:8px"
|
||||
>
|
||||
@ -1866,7 +1866,7 @@ exports[`renders ./components/drawer/demo/render-in-current.tsx extend context c
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="padding:32px;background:#e6e6e6"
|
||||
>
|
||||
@ -1930,7 +1930,7 @@ exports[`renders ./components/drawer/demo/render-panel.tsx extend context correc
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/scroll-debug.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/scroll-debug.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="position:relative;z-index:999999"
|
||||
>
|
||||
@ -2290,7 +2290,7 @@ exports[`renders ./components/drawer/demo/scroll-debug.tsx extend context correc
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/size.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/size.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
@ -2443,7 +2443,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/user-profile.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/user-profile.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-list ant-list-split ant-list-bordered"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/drawer/demo/basic-right.tsx correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/basic-right.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -11,7 +11,7 @@ exports[`renders ./components/drawer/demo/basic-right.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/config-provider.tsx correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/config-provider.tsx correctly 1`] = `
|
||||
<div
|
||||
class="site-drawer-render-in-current-wrapper"
|
||||
>
|
||||
@ -26,7 +26,7 @@ exports[`renders ./components/drawer/demo/config-provider.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/extra.tsx correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/extra.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -131,7 +131,7 @@ exports[`renders ./components/drawer/demo/extra.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/form-in-drawer.tsx correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/form-in-drawer.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -167,7 +167,7 @@ exports[`renders ./components/drawer/demo/form-in-drawer.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/multi-level-drawer.tsx correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/multi-level-drawer.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -178,7 +178,7 @@ exports[`renders ./components/drawer/demo/multi-level-drawer.tsx correctly 1`] =
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/no-mask.tsx correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/no-mask.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -189,7 +189,7 @@ exports[`renders ./components/drawer/demo/no-mask.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/placement.tsx correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/placement.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -294,7 +294,7 @@ exports[`renders ./components/drawer/demo/placement.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/render-in-current.tsx correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/render-in-current.tsx correctly 1`] = `
|
||||
<div
|
||||
style="position:relative;height:200px;padding:48px;overflow:hidden;text-align:center;background:rgba(0, 0, 0, 0.02);border:1px solid #f0f0f0;border-radius:8px"
|
||||
>
|
||||
@ -314,7 +314,7 @@ exports[`renders ./components/drawer/demo/render-in-current.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/render-panel.tsx correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/render-panel.tsx correctly 1`] = `
|
||||
<div
|
||||
style="padding:32px;background:#e6e6e6"
|
||||
>
|
||||
@ -378,7 +378,7 @@ exports[`renders ./components/drawer/demo/render-panel.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/scroll-debug.tsx correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/scroll-debug.tsx correctly 1`] = `
|
||||
<div
|
||||
style="position:relative;z-index:999999"
|
||||
>
|
||||
@ -504,7 +504,7 @@ exports[`renders ./components/drawer/demo/scroll-debug.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/size.tsx correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/size.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -536,7 +536,7 @@ exports[`renders ./components/drawer/demo/size.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/drawer/demo/user-profile.tsx correctly 1`] = `
|
||||
exports[`renders components/drawer/demo/user-profile.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-list ant-list-split ant-list-bordered"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/dropdown/demo/arrow.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/arrow.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-btn ant-btn-default ant-dropdown-trigger"
|
||||
@ -1104,7 +1104,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/arrow-center.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/arrow-center.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-btn ant-btn-default ant-dropdown-trigger"
|
||||
@ -2208,7 +2208,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/basic.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<a
|
||||
class="ant-dropdown-trigger"
|
||||
@ -2486,7 +2486,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/context-menu.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/context-menu.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-dropdown-trigger"
|
||||
@ -2651,7 +2651,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/custom-dropdown.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/custom-dropdown.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<a
|
||||
class="ant-dropdown-trigger"
|
||||
@ -2894,7 +2894,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/dropdown-button.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/dropdown-button.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -4825,7 +4825,7 @@ exports[`renders ./components/dropdown/demo/dropdown-button.tsx extend context c
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/event.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/event.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<a
|
||||
class="ant-dropdown-trigger"
|
||||
@ -5021,7 +5021,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/item.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/item.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<a
|
||||
class="ant-dropdown-trigger"
|
||||
@ -5232,7 +5232,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/loading.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/loading.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -5704,7 +5704,7 @@ exports[`renders ./components/dropdown/demo/loading.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/menu-full.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/menu-full.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<a
|
||||
class="ant-dropdown-trigger"
|
||||
@ -6719,7 +6719,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/overlay-open.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/overlay-open.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<a
|
||||
class="ant-dropdown-trigger"
|
||||
@ -6915,7 +6915,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/placement.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/placement.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -8051,7 +8051,7 @@ exports[`renders ./components/dropdown/demo/placement.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="padding-bottom:0;position:relative;width:fit-content;min-width:0"
|
||||
>
|
||||
@ -8297,7 +8297,7 @@ exports[`renders ./components/dropdown/demo/render-panel.tsx extend context corr
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/selectable.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/selectable.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<a
|
||||
class="ant-typography ant-dropdown-trigger"
|
||||
@ -8493,7 +8493,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/sub-menu.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/sub-menu.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<a
|
||||
class="ant-dropdown-trigger"
|
||||
@ -8949,7 +8949,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/trigger.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/trigger.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<a
|
||||
class="ant-dropdown-trigger"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/dropdown/demo/arrow.tsx correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/arrow.tsx correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-btn ant-btn-default ant-dropdown-trigger"
|
||||
@ -54,7 +54,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/arrow-center.tsx correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/arrow-center.tsx correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-btn ant-btn-default ant-dropdown-trigger"
|
||||
@ -108,7 +108,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/basic.tsx correctly 1`] = `
|
||||
<a
|
||||
class="ant-dropdown-trigger"
|
||||
>
|
||||
@ -148,7 +148,7 @@ exports[`renders ./components/dropdown/demo/basic.tsx correctly 1`] = `
|
||||
</a>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/context-menu.tsx correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/context-menu.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-dropdown-trigger"
|
||||
style="color:rgba(0, 0, 0, 0.45);background:#f5f5f5;height:200px;text-align:center;line-height:200px"
|
||||
@ -157,7 +157,7 @@ exports[`renders ./components/dropdown/demo/context-menu.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/custom-dropdown.tsx correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/custom-dropdown.tsx correctly 1`] = `
|
||||
<a
|
||||
class="ant-dropdown-trigger"
|
||||
>
|
||||
@ -197,7 +197,7 @@ exports[`renders ./components/dropdown/demo/custom-dropdown.tsx correctly 1`] =
|
||||
</a>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/dropdown-button.tsx correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/dropdown-button.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -459,7 +459,7 @@ exports[`renders ./components/dropdown/demo/dropdown-button.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/event.tsx correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/event.tsx correctly 1`] = `
|
||||
<a
|
||||
class="ant-dropdown-trigger"
|
||||
>
|
||||
@ -499,7 +499,7 @@ exports[`renders ./components/dropdown/demo/event.tsx correctly 1`] = `
|
||||
</a>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/item.tsx correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/item.tsx correctly 1`] = `
|
||||
<a
|
||||
class="ant-dropdown-trigger"
|
||||
>
|
||||
@ -539,7 +539,7 @@ exports[`renders ./components/dropdown/demo/item.tsx correctly 1`] = `
|
||||
</a>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/loading.tsx correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/loading.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -755,7 +755,7 @@ exports[`renders ./components/dropdown/demo/loading.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/menu-full.tsx correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/menu-full.tsx correctly 1`] = `
|
||||
<a
|
||||
class="ant-dropdown-trigger"
|
||||
>
|
||||
@ -795,7 +795,7 @@ exports[`renders ./components/dropdown/demo/menu-full.tsx correctly 1`] = `
|
||||
</a>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/overlay-open.tsx correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/overlay-open.tsx correctly 1`] = `
|
||||
<a
|
||||
class="ant-dropdown-trigger"
|
||||
>
|
||||
@ -835,7 +835,7 @@ exports[`renders ./components/dropdown/demo/overlay-open.tsx correctly 1`] = `
|
||||
</a>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/placement.tsx correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/placement.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -939,7 +939,7 @@ exports[`renders ./components/dropdown/demo/placement.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/render-panel.tsx correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/render-panel.tsx correctly 1`] = `
|
||||
<div
|
||||
style="padding-bottom:0;position:relative;width:fit-content;min-width:0"
|
||||
>
|
||||
@ -949,7 +949,7 @@ exports[`renders ./components/dropdown/demo/render-panel.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/selectable.tsx correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/selectable.tsx correctly 1`] = `
|
||||
<a
|
||||
class="ant-typography ant-dropdown-trigger"
|
||||
>
|
||||
@ -989,7 +989,7 @@ exports[`renders ./components/dropdown/demo/selectable.tsx correctly 1`] = `
|
||||
</a>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/sub-menu.tsx correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/sub-menu.tsx correctly 1`] = `
|
||||
<a
|
||||
class="ant-dropdown-trigger"
|
||||
>
|
||||
@ -1029,7 +1029,7 @@ exports[`renders ./components/dropdown/demo/sub-menu.tsx correctly 1`] = `
|
||||
</a>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/dropdown/demo/trigger.tsx correctly 1`] = `
|
||||
exports[`renders components/dropdown/demo/trigger.tsx correctly 1`] = `
|
||||
<a
|
||||
class="ant-dropdown-trigger"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/empty/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/empty/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-empty"
|
||||
>
|
||||
@ -75,7 +75,7 @@ exports[`renders ./components/empty/demo/basic.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/empty/demo/config-provider.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/empty/demo/config-provider.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
aria-checked="false"
|
||||
@ -1200,7 +1200,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/empty/demo/customize.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/empty/demo/customize.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-empty"
|
||||
>
|
||||
@ -1240,7 +1240,7 @@ exports[`renders ./components/empty/demo/customize.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/empty/demo/description.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/empty/demo/description.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-empty"
|
||||
>
|
||||
@ -1310,7 +1310,7 @@ exports[`renders ./components/empty/demo/description.tsx extend context correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/empty/demo/simple.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/empty/demo/simple.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-empty ant-empty-normal"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/empty/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/empty/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-empty"
|
||||
>
|
||||
@ -75,7 +75,7 @@ exports[`renders ./components/empty/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/empty/demo/config-provider.tsx correctly 1`] = `
|
||||
exports[`renders components/empty/demo/config-provider.tsx correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
aria-checked="false"
|
||||
@ -795,7 +795,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/empty/demo/customize.tsx correctly 1`] = `
|
||||
exports[`renders components/empty/demo/customize.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-empty"
|
||||
>
|
||||
@ -835,7 +835,7 @@ exports[`renders ./components/empty/demo/customize.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/empty/demo/description.tsx correctly 1`] = `
|
||||
exports[`renders components/empty/demo/description.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-empty"
|
||||
>
|
||||
@ -905,7 +905,7 @@ exports[`renders ./components/empty/demo/description.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/empty/demo/simple.tsx correctly 1`] = `
|
||||
exports[`renders components/empty/demo/simple.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-empty ant-empty-normal"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/float-button/demo/back-top.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/float-button/demo/back-top.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="height:500vh;padding:10px"
|
||||
>
|
||||
@ -28,7 +28,7 @@ exports[`renders ./components/float-button/demo/back-top.tsx extend context corr
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/float-button/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/float-button/demo/basic.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-float-btn ant-float-btn-default ant-float-btn-circle"
|
||||
type="button"
|
||||
@ -84,7 +84,7 @@ exports[`renders ./components/float-button/demo/basic.tsx extend context correct
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/float-button/demo/description.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/float-button/demo/description.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-float-btn ant-float-btn-default ant-float-btn-square"
|
||||
@ -243,7 +243,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/float-button/demo/group.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/float-button/demo/group.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-float-btn-group ant-float-btn-group-circle ant-float-btn-group-circle-shadow"
|
||||
@ -635,7 +635,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/float-button/demo/group-menu.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/float-button/demo/group-menu.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-float-btn-group ant-float-btn-group-circle"
|
||||
@ -756,7 +756,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/float-button/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/float-button/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="display:flex;column-gap:16px;align-items:center"
|
||||
>
|
||||
@ -1319,7 +1319,7 @@ exports[`renders ./components/float-button/demo/render-panel.tsx extend context
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/float-button/demo/shape.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/float-button/demo/shape.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-float-btn ant-float-btn-primary ant-float-btn-circle"
|
||||
@ -1432,7 +1432,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/float-button/demo/tooltip.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/float-button/demo/tooltip.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-float-btn ant-float-btn-default ant-float-btn-circle"
|
||||
type="button"
|
||||
@ -1492,7 +1492,7 @@ exports[`renders ./components/float-button/demo/tooltip.tsx extend context corre
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/float-button/demo/type.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/float-button/demo/type.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-float-btn ant-float-btn-primary ant-float-btn-circle"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/float-button/demo/back-top.tsx correctly 1`] = `
|
||||
exports[`renders components/float-button/demo/back-top.tsx correctly 1`] = `
|
||||
<div
|
||||
style="height:500vh;padding:10px"
|
||||
>
|
||||
@ -28,7 +28,7 @@ exports[`renders ./components/float-button/demo/back-top.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/float-button/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/float-button/demo/basic.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-float-btn ant-float-btn-default ant-float-btn-circle"
|
||||
type="button"
|
||||
@ -67,7 +67,7 @@ exports[`renders ./components/float-button/demo/basic.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/float-button/demo/description.tsx correctly 1`] = `
|
||||
exports[`renders components/float-button/demo/description.tsx correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-float-btn ant-float-btn-default ant-float-btn-square"
|
||||
@ -175,7 +175,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/float-button/demo/group.tsx correctly 1`] = `
|
||||
exports[`renders components/float-button/demo/group.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-float-btn-group ant-float-btn-group-circle ant-float-btn-group-circle-shadow"
|
||||
@ -448,7 +448,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/float-button/demo/group-menu.tsx correctly 1`] = `
|
||||
exports[`renders components/float-button/demo/group-menu.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-float-btn-group ant-float-btn-group-circle"
|
||||
@ -535,7 +535,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/float-button/demo/render-panel.tsx correctly 1`] = `
|
||||
exports[`renders components/float-button/demo/render-panel.tsx correctly 1`] = `
|
||||
<div
|
||||
style="display:flex;column-gap:16px;align-items:center"
|
||||
>
|
||||
@ -928,7 +928,7 @@ exports[`renders ./components/float-button/demo/render-panel.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/float-button/demo/shape.tsx correctly 1`] = `
|
||||
exports[`renders components/float-button/demo/shape.tsx correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-float-btn ant-float-btn-primary ant-float-btn-circle"
|
||||
@ -1007,7 +1007,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/float-button/demo/tooltip.tsx correctly 1`] = `
|
||||
exports[`renders components/float-button/demo/tooltip.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-float-btn ant-float-btn-default ant-float-btn-circle"
|
||||
type="button"
|
||||
@ -1046,7 +1046,7 @@ exports[`renders ./components/float-button/demo/tooltip.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/float-button/demo/type.tsx correctly 1`] = `
|
||||
exports[`renders components/float-button/demo/type.tsx correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-float-btn ant-float-btn-primary ant-float-btn-circle"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/form/demo/advanced-search.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/advanced-search.tsx extend context correctly 1`] = `
|
||||
<div>
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
@ -603,7 +603,7 @@ exports[`renders ./components/form/demo/advanced-search.tsx extend context corre
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/basic.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
autocomplete="off"
|
||||
class="ant-form ant-form-horizontal"
|
||||
@ -788,7 +788,7 @@ exports[`renders ./components/form/demo/basic.tsx extend context correctly 1`] =
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/col-24-debug.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/col-24-debug.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<form
|
||||
autocomplete="off"
|
||||
@ -1625,7 +1625,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/control-hooks.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/control-hooks.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="control-hooks"
|
||||
@ -1905,7 +1905,7 @@ exports[`renders ./components/form/demo/control-hooks.tsx extend context correct
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/control-ref.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/control-ref.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="control-ref"
|
||||
@ -2185,7 +2185,7 @@ exports[`renders ./components/form/demo/control-ref.tsx extend context correctly
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/customized-form-controls.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/customized-form-controls.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-inline"
|
||||
id="customized_form_controls"
|
||||
@ -2400,7 +2400,7 @@ exports[`renders ./components/form/demo/customized-form-controls.tsx extend cont
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/disabled.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/disabled.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<label
|
||||
class="ant-checkbox-wrapper ant-checkbox-wrapper-checked"
|
||||
@ -5207,7 +5207,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/disabled-input-debug.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/disabled-input-debug.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
style="max-width:600px"
|
||||
@ -5717,7 +5717,7 @@ exports[`renders ./components/form/demo/disabled-input-debug.tsx extend context
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/dynamic-form-item.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/dynamic-form-item.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="dynamic_form_item"
|
||||
@ -5842,7 +5842,7 @@ exports[`renders ./components/form/demo/dynamic-form-item.tsx extend context cor
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/dynamic-form-items.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/dynamic-form-items.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
autocomplete="off"
|
||||
class="ant-form ant-form-horizontal"
|
||||
@ -5933,7 +5933,7 @@ exports[`renders ./components/form/demo/dynamic-form-items.tsx extend context co
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/dynamic-form-items-complex.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/dynamic-form-items-complex.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
autocomplete="off"
|
||||
class="ant-form ant-form-horizontal"
|
||||
@ -6194,7 +6194,7 @@ exports[`renders ./components/form/demo/dynamic-form-items-complex.tsx extend co
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/dynamic-form-items-no-style.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/dynamic-form-items-no-style.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
autocomplete="off"
|
||||
class="ant-form ant-form-horizontal"
|
||||
@ -6315,7 +6315,7 @@ exports[`renders ./components/form/demo/dynamic-form-items-no-style.tsx extend c
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/dynamic-rule.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/dynamic-rule.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="dynamic_rule"
|
||||
@ -6467,7 +6467,7 @@ exports[`renders ./components/form/demo/dynamic-rule.tsx extend context correctl
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/form-context.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/form-context.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="basicForm"
|
||||
@ -6606,7 +6606,7 @@ exports[`renders ./components/form/demo/form-context.tsx extend context correctl
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/form-in-modal.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/form-in-modal.tsx extend context correctly 1`] = `
|
||||
<div>
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
@ -6619,7 +6619,7 @@ exports[`renders ./components/form/demo/form-in-modal.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/form-item-path.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/form-item-path.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-vertical"
|
||||
id="form_item_path"
|
||||
@ -6746,7 +6746,7 @@ exports[`renders ./components/form/demo/form-item-path.tsx extend context correc
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/global-state.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/global-state.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<form
|
||||
class="ant-form ant-form-inline"
|
||||
@ -6811,7 +6811,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/inline-login.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/inline-login.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-inline"
|
||||
id="horizontal_login"
|
||||
@ -6957,7 +6957,7 @@ exports[`renders ./components/form/demo/inline-login.tsx extend context correctl
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/label-debug.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/label-debug.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="label-ellipsis"
|
||||
@ -7113,7 +7113,7 @@ exports[`renders ./components/form/demo/label-debug.tsx extend context correctly
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/layout.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/layout.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
style="max-width:600px"
|
||||
@ -7315,7 +7315,7 @@ exports[`renders ./components/form/demo/layout.tsx extend context correctly 1`]
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/layout-can-wrap.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/layout-can-wrap.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="wrap"
|
||||
@ -7443,7 +7443,7 @@ exports[`renders ./components/form/demo/layout-can-wrap.tsx extend context corre
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/nest-messages.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/nest-messages.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="nest-messages"
|
||||
@ -7732,7 +7732,7 @@ exports[`renders ./components/form/demo/nest-messages.tsx extend context correct
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/normal-login.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/normal-login.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal login-form"
|
||||
id="normal_login"
|
||||
@ -7930,7 +7930,7 @@ exports[`renders ./components/form/demo/normal-login.tsx extend context correctl
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/ref-item.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/ref-item.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
style="max-width:600px"
|
||||
@ -8017,7 +8017,7 @@ exports[`renders ./components/form/demo/ref-item.tsx extend context correctly 1`
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/register.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/register.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="register"
|
||||
@ -9384,7 +9384,7 @@ exports[`renders ./components/form/demo/register.tsx extend context correctly 1`
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/required-mark.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/required-mark.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-vertical"
|
||||
>
|
||||
@ -9681,7 +9681,7 @@ exports[`renders ./components/form/demo/required-mark.tsx extend context correct
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/size.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/size.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal ant-form-default"
|
||||
style="max-width:600px"
|
||||
@ -11092,7 +11092,7 @@ exports[`renders ./components/form/demo/size.tsx extend context correctly 1`] =
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/time-related-controls.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/time-related-controls.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="time_related_controls"
|
||||
@ -18687,7 +18687,7 @@ exports[`renders ./components/form/demo/time-related-controls.tsx extend context
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/useWatch.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/useWatch.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<form
|
||||
autocomplete="off"
|
||||
@ -18846,7 +18846,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/validate-other.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/validate-other.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="validate_other"
|
||||
@ -20459,7 +20459,7 @@ exports[`renders ./components/form/demo/validate-other.tsx extend context correc
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/validate-static.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/validate-static.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
style="max-width:600px"
|
||||
@ -26592,7 +26592,7 @@ exports[`renders ./components/form/demo/validate-static.tsx extend context corre
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/warning-only.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/warning-only.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
autocomplete="off"
|
||||
class="ant-form ant-form-vertical"
|
||||
@ -26688,7 +26688,7 @@ exports[`renders ./components/form/demo/warning-only.tsx extend context correctl
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/without-form-create.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/form/demo/without-form-create.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
style="max-width:600px"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/form/demo/advanced-search.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/advanced-search.tsx correctly 1`] = `
|
||||
<div>
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
@ -443,7 +443,7 @@ exports[`renders ./components/form/demo/advanced-search.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/basic.tsx correctly 1`] = `
|
||||
<form
|
||||
autocomplete="off"
|
||||
class="ant-form ant-form-horizontal"
|
||||
@ -628,7 +628,7 @@ exports[`renders ./components/form/demo/basic.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/col-24-debug.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/col-24-debug.tsx correctly 1`] = `
|
||||
Array [
|
||||
<form
|
||||
autocomplete="off"
|
||||
@ -1255,7 +1255,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/control-hooks.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/control-hooks.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="control-hooks"
|
||||
@ -1438,7 +1438,7 @@ exports[`renders ./components/form/demo/control-hooks.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/control-ref.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/control-ref.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="control-ref"
|
||||
@ -1621,7 +1621,7 @@ exports[`renders ./components/form/demo/control-ref.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/customized-form-controls.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/customized-form-controls.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-inline"
|
||||
id="customized_form_controls"
|
||||
@ -1756,7 +1756,7 @@ exports[`renders ./components/form/demo/customized-form-controls.tsx correctly 1
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/disabled.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/disabled.tsx correctly 1`] = `
|
||||
Array [
|
||||
<label
|
||||
class="ant-checkbox-wrapper ant-checkbox-wrapper-checked"
|
||||
@ -2704,7 +2704,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/disabled-input-debug.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/disabled-input-debug.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
style="max-width:600px"
|
||||
@ -3214,7 +3214,7 @@ exports[`renders ./components/form/demo/disabled-input-debug.tsx correctly 1`] =
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/dynamic-form-item.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/dynamic-form-item.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="dynamic_form_item"
|
||||
@ -3339,7 +3339,7 @@ exports[`renders ./components/form/demo/dynamic-form-item.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/dynamic-form-items.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/dynamic-form-items.tsx correctly 1`] = `
|
||||
<form
|
||||
autocomplete="off"
|
||||
class="ant-form ant-form-horizontal"
|
||||
@ -3430,7 +3430,7 @@ exports[`renders ./components/form/demo/dynamic-form-items.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/dynamic-form-items-complex.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/dynamic-form-items-complex.tsx correctly 1`] = `
|
||||
<form
|
||||
autocomplete="off"
|
||||
class="ant-form ant-form-horizontal"
|
||||
@ -3611,7 +3611,7 @@ exports[`renders ./components/form/demo/dynamic-form-items-complex.tsx correctly
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/dynamic-form-items-no-style.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/dynamic-form-items-no-style.tsx correctly 1`] = `
|
||||
<form
|
||||
autocomplete="off"
|
||||
class="ant-form ant-form-horizontal"
|
||||
@ -3732,7 +3732,7 @@ exports[`renders ./components/form/demo/dynamic-form-items-no-style.tsx correctl
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/dynamic-rule.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/dynamic-rule.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="dynamic_rule"
|
||||
@ -3884,7 +3884,7 @@ exports[`renders ./components/form/demo/dynamic-rule.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/form-context.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/form-context.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="basicForm"
|
||||
@ -4023,7 +4023,7 @@ exports[`renders ./components/form/demo/form-context.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/form-in-modal.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/form-in-modal.tsx correctly 1`] = `
|
||||
<div>
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
@ -4036,7 +4036,7 @@ exports[`renders ./components/form/demo/form-in-modal.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/form-item-path.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/form-item-path.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-vertical"
|
||||
id="form_item_path"
|
||||
@ -4163,7 +4163,7 @@ exports[`renders ./components/form/demo/form-item-path.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/global-state.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/global-state.tsx correctly 1`] = `
|
||||
Array [
|
||||
<form
|
||||
class="ant-form ant-form-inline"
|
||||
@ -4228,7 +4228,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/inline-login.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/inline-login.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-inline"
|
||||
id="horizontal_login"
|
||||
@ -4374,7 +4374,7 @@ exports[`renders ./components/form/demo/inline-login.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/label-debug.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/label-debug.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="label-ellipsis"
|
||||
@ -4530,7 +4530,7 @@ exports[`renders ./components/form/demo/label-debug.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/layout.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/layout.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
style="max-width:600px"
|
||||
@ -4732,7 +4732,7 @@ exports[`renders ./components/form/demo/layout.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/layout-can-wrap.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/layout-can-wrap.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="wrap"
|
||||
@ -4860,7 +4860,7 @@ exports[`renders ./components/form/demo/layout-can-wrap.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/nest-messages.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/nest-messages.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="nest-messages"
|
||||
@ -5149,7 +5149,7 @@ exports[`renders ./components/form/demo/nest-messages.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/normal-login.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/normal-login.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal login-form"
|
||||
id="normal_login"
|
||||
@ -5347,7 +5347,7 @@ exports[`renders ./components/form/demo/normal-login.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/ref-item.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/ref-item.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
style="max-width:600px"
|
||||
@ -5434,7 +5434,7 @@ exports[`renders ./components/form/demo/ref-item.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/register.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/register.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="register"
|
||||
@ -6425,7 +6425,7 @@ exports[`renders ./components/form/demo/register.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/required-mark.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/required-mark.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-vertical"
|
||||
>
|
||||
@ -6684,7 +6684,7 @@ exports[`renders ./components/form/demo/required-mark.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/size.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/size.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal ant-form-default"
|
||||
style="max-width:600px"
|
||||
@ -7337,7 +7337,7 @@ exports[`renders ./components/form/demo/size.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/time-related-controls.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/time-related-controls.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="time_related_controls"
|
||||
@ -7893,7 +7893,7 @@ exports[`renders ./components/form/demo/time-related-controls.tsx correctly 1`]
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/useWatch.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/useWatch.tsx correctly 1`] = `
|
||||
Array [
|
||||
<form
|
||||
autocomplete="off"
|
||||
@ -8052,7 +8052,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/validate-other.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/validate-other.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
id="validate_other"
|
||||
@ -9487,7 +9487,7 @@ exports[`renders ./components/form/demo/validate-other.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/validate-static.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/validate-static.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
style="max-width:600px"
|
||||
@ -11283,7 +11283,7 @@ exports[`renders ./components/form/demo/validate-static.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/warning-only.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/warning-only.tsx correctly 1`] = `
|
||||
<form
|
||||
autocomplete="off"
|
||||
class="ant-form ant-form-vertical"
|
||||
@ -11379,7 +11379,7 @@ exports[`renders ./components/form/demo/warning-only.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/form/demo/without-form-create.tsx correctly 1`] = `
|
||||
exports[`renders components/form/demo/without-form-create.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
style="max-width:600px"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/grid/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/grid/demo/basic.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-row"
|
||||
@ -71,7 +71,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/flex.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/grid/demo/flex.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-divider ant-divider-horizontal ant-divider-with-text ant-divider-with-text-left"
|
||||
@ -280,7 +280,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/flex-align.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/grid/demo/flex-align.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-divider ant-divider-horizontal ant-divider-with-text ant-divider-with-text-left"
|
||||
@ -435,7 +435,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/flex-order.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/grid/demo/flex-order.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-divider ant-divider-horizontal ant-divider-with-text ant-divider-with-text-left"
|
||||
@ -508,7 +508,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/flex-stretch.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/grid/demo/flex-stretch.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-divider ant-divider-horizontal ant-divider-with-text ant-divider-with-text-left"
|
||||
@ -611,7 +611,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/gutter.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/grid/demo/gutter.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-divider ant-divider-horizontal ant-divider-with-text ant-divider-with-text-left"
|
||||
@ -821,7 +821,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/offset.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/grid/demo/offset.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-row"
|
||||
@ -863,7 +863,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/playground.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/grid/demo/playground.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<span>
|
||||
Horizontal Gutter (px):
|
||||
@ -1344,7 +1344,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/responsive.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/grid/demo/responsive.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-row"
|
||||
>
|
||||
@ -1366,7 +1366,7 @@ exports[`renders ./components/grid/demo/responsive.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/responsive-more.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/grid/demo/responsive-more.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-row"
|
||||
>
|
||||
@ -1388,7 +1388,7 @@ exports[`renders ./components/grid/demo/responsive-more.tsx extend context corre
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/sort.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/grid/demo/sort.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-row"
|
||||
>
|
||||
@ -1405,7 +1405,7 @@ exports[`renders ./components/grid/demo/sort.tsx extend context correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/useBreakpoint.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/grid/demo/useBreakpoint.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
Current break point:,
|
||||
<!-- -->,
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/grid/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/grid/demo/basic.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-row"
|
||||
@ -71,7 +71,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/flex.tsx correctly 1`] = `
|
||||
exports[`renders components/grid/demo/flex.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-divider ant-divider-horizontal ant-divider-with-text ant-divider-with-text-left"
|
||||
@ -280,7 +280,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/flex-align.tsx correctly 1`] = `
|
||||
exports[`renders components/grid/demo/flex-align.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-divider ant-divider-horizontal ant-divider-with-text ant-divider-with-text-left"
|
||||
@ -435,7 +435,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/flex-order.tsx correctly 1`] = `
|
||||
exports[`renders components/grid/demo/flex-order.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-divider ant-divider-horizontal ant-divider-with-text ant-divider-with-text-left"
|
||||
@ -508,7 +508,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/flex-stretch.tsx correctly 1`] = `
|
||||
exports[`renders components/grid/demo/flex-stretch.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-divider ant-divider-horizontal ant-divider-with-text ant-divider-with-text-left"
|
||||
@ -611,7 +611,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/gutter.tsx correctly 1`] = `
|
||||
exports[`renders components/grid/demo/gutter.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-divider ant-divider-horizontal ant-divider-with-text ant-divider-with-text-left"
|
||||
@ -821,7 +821,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/offset.tsx correctly 1`] = `
|
||||
exports[`renders components/grid/demo/offset.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-row"
|
||||
@ -863,7 +863,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/playground.tsx correctly 1`] = `
|
||||
exports[`renders components/grid/demo/playground.tsx correctly 1`] = `
|
||||
Array [
|
||||
<span>
|
||||
Horizontal Gutter (px):
|
||||
@ -1287,7 +1287,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/responsive.tsx correctly 1`] = `
|
||||
exports[`renders components/grid/demo/responsive.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-row"
|
||||
>
|
||||
@ -1309,7 +1309,7 @@ exports[`renders ./components/grid/demo/responsive.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/responsive-more.tsx correctly 1`] = `
|
||||
exports[`renders components/grid/demo/responsive-more.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-row"
|
||||
>
|
||||
@ -1331,7 +1331,7 @@ exports[`renders ./components/grid/demo/responsive-more.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/sort.tsx correctly 1`] = `
|
||||
exports[`renders components/grid/demo/sort.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-row"
|
||||
>
|
||||
@ -1348,7 +1348,7 @@ exports[`renders ./components/grid/demo/sort.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/grid/demo/useBreakpoint.tsx correctly 1`] = `
|
||||
exports[`renders components/grid/demo/useBreakpoint.tsx correctly 1`] = `
|
||||
Array [
|
||||
Current break point:,
|
||||
<!-- -->,
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/icon/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/icon/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -151,7 +151,7 @@ exports[`renders ./components/icon/demo/basic.tsx extend context correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/icon/demo/custom.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/icon/demo/custom.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -286,7 +286,7 @@ exports[`renders ./components/icon/demo/custom.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/icon/demo/iconfont.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/icon/demo/iconfont.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -358,7 +358,7 @@ exports[`renders ./components/icon/demo/iconfont.tsx extend context correctly 1`
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/icon/demo/scriptUrl.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/icon/demo/scriptUrl.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -452,7 +452,7 @@ exports[`renders ./components/icon/demo/scriptUrl.tsx extend context correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/icon/demo/two-tone.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/icon/demo/two-tone.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/icon/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/icon/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -151,7 +151,7 @@ exports[`renders ./components/icon/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/icon/demo/custom.tsx correctly 1`] = `
|
||||
exports[`renders components/icon/demo/custom.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -286,7 +286,7 @@ exports[`renders ./components/icon/demo/custom.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/icon/demo/iconfont.tsx correctly 1`] = `
|
||||
exports[`renders components/icon/demo/iconfont.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -358,7 +358,7 @@ exports[`renders ./components/icon/demo/iconfont.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/icon/demo/scriptUrl.tsx correctly 1`] = `
|
||||
exports[`renders components/icon/demo/scriptUrl.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -452,7 +452,7 @@ exports[`renders ./components/icon/demo/scriptUrl.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/icon/demo/two-tone.tsx correctly 1`] = `
|
||||
exports[`renders components/icon/demo/two-tone.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/image/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/image/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-image"
|
||||
style="width:200px"
|
||||
@ -41,7 +41,7 @@ exports[`renders ./components/image/demo/basic.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/image/demo/controlled-preview.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/image/demo/controlled-preview.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div>
|
||||
scaleStep:
|
||||
@ -175,7 +175,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/image/demo/fallback.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/image/demo/fallback.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-image"
|
||||
style="width:200px;height:200px"
|
||||
@ -218,7 +218,7 @@ exports[`renders ./components/image/demo/fallback.tsx extend context correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/image/demo/placeholder.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/image/demo/placeholder.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -295,7 +295,7 @@ exports[`renders ./components/image/demo/placeholder.tsx extend context correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/image/demo/preview-group.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/image/demo/preview-group.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-image"
|
||||
@ -376,7 +376,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/image/demo/preview-group-top-progress.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/image/demo/preview-group-top-progress.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-image"
|
||||
@ -495,7 +495,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/image/demo/preview-group-visible.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/image/demo/preview-group-visible.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-image"
|
||||
@ -650,7 +650,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/image/demo/preview-mask.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/image/demo/preview-mask.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-image"
|
||||
style="width:96px"
|
||||
@ -700,7 +700,7 @@ exports[`renders ./components/image/demo/preview-mask.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/image/demo/previewSrc.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/image/demo/previewSrc.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-image"
|
||||
style="width:200px"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/image/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/image/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-image"
|
||||
style="width:200px"
|
||||
@ -41,7 +41,7 @@ exports[`renders ./components/image/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/image/demo/controlled-preview.tsx correctly 1`] = `
|
||||
exports[`renders components/image/demo/controlled-preview.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div>
|
||||
scaleStep:
|
||||
@ -175,7 +175,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/image/demo/fallback.tsx correctly 1`] = `
|
||||
exports[`renders components/image/demo/fallback.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-image"
|
||||
style="width:200px;height:200px"
|
||||
@ -218,7 +218,7 @@ exports[`renders ./components/image/demo/fallback.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/image/demo/placeholder.tsx correctly 1`] = `
|
||||
exports[`renders components/image/demo/placeholder.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -295,7 +295,7 @@ exports[`renders ./components/image/demo/placeholder.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/image/demo/preview-group.tsx correctly 1`] = `
|
||||
exports[`renders components/image/demo/preview-group.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-image"
|
||||
@ -376,7 +376,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/image/demo/preview-group-top-progress.tsx correctly 1`] = `
|
||||
exports[`renders components/image/demo/preview-group-top-progress.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-image"
|
||||
@ -495,7 +495,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/image/demo/preview-group-visible.tsx correctly 1`] = `
|
||||
exports[`renders components/image/demo/preview-group-visible.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-image"
|
||||
@ -650,7 +650,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/image/demo/preview-mask.tsx correctly 1`] = `
|
||||
exports[`renders components/image/demo/preview-mask.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-image"
|
||||
style="width:96px"
|
||||
@ -700,7 +700,7 @@ exports[`renders ./components/image/demo/preview-mask.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/image/demo/previewSrc.tsx correctly 1`] = `
|
||||
exports[`renders components/image/demo/previewSrc.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-image"
|
||||
style="width:200px"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/input-number/demo/addon.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/addon.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -843,7 +843,7 @@ exports[`renders ./components/input-number/demo/addon.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-input-number"
|
||||
>
|
||||
@ -922,7 +922,7 @@ exports[`renders ./components/input-number/demo/basic.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/borderless.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/borderless.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-input-number ant-input-number-borderless"
|
||||
>
|
||||
@ -1001,7 +1001,7 @@ exports[`renders ./components/input-number/demo/borderless.tsx extend context co
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/controls.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/controls.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-input-number"
|
||||
>
|
||||
@ -1085,7 +1085,7 @@ exports[`renders ./components/input-number/demo/controls.tsx extend context corr
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/debug-token.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/debug-token.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -1247,7 +1247,7 @@ exports[`renders ./components/input-number/demo/debug-token.tsx extend context c
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/digit.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/digit.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-input-number"
|
||||
style="width:200px"
|
||||
@ -1327,7 +1327,7 @@ exports[`renders ./components/input-number/demo/digit.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/disabled.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/disabled.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-input-number ant-input-number-disabled"
|
||||
@ -1421,7 +1421,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/formatter.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/formatter.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -1587,7 +1587,7 @@ exports[`renders ./components/input-number/demo/formatter.tsx extend context cor
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/keyboard.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/keyboard.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -1698,7 +1698,7 @@ exports[`renders ./components/input-number/demo/keyboard.tsx extend context corr
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/out-of-range.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/out-of-range.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -1798,7 +1798,7 @@ exports[`renders ./components/input-number/demo/out-of-range.tsx extend context
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/prefix.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/prefix.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-input-number-affix-wrapper"
|
||||
@ -2088,7 +2088,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="display:flex;flex-direction:column;row-gap:16px"
|
||||
>
|
||||
@ -2169,7 +2169,7 @@ exports[`renders ./components/input-number/demo/render-panel.tsx extend context
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/size.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/size.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -2418,7 +2418,7 @@ exports[`renders ./components/input-number/demo/size.tsx extend context correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/status.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/status.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/input-number/demo/addon.tsx correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/addon.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -577,7 +577,7 @@ exports[`renders ./components/input-number/demo/addon.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-input-number"
|
||||
>
|
||||
@ -656,7 +656,7 @@ exports[`renders ./components/input-number/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/borderless.tsx correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/borderless.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-input-number ant-input-number-borderless"
|
||||
>
|
||||
@ -735,7 +735,7 @@ exports[`renders ./components/input-number/demo/borderless.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/controls.tsx correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/controls.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-input-number"
|
||||
>
|
||||
@ -819,7 +819,7 @@ exports[`renders ./components/input-number/demo/controls.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/debug-token.tsx correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/debug-token.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -981,7 +981,7 @@ exports[`renders ./components/input-number/demo/debug-token.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/digit.tsx correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/digit.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-input-number"
|
||||
style="width:200px"
|
||||
@ -1061,7 +1061,7 @@ exports[`renders ./components/input-number/demo/digit.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/disabled.tsx correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/disabled.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-input-number ant-input-number-disabled"
|
||||
@ -1155,7 +1155,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/formatter.tsx correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/formatter.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -1321,7 +1321,7 @@ exports[`renders ./components/input-number/demo/formatter.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/keyboard.tsx correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/keyboard.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -1432,7 +1432,7 @@ exports[`renders ./components/input-number/demo/keyboard.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/out-of-range.tsx correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/out-of-range.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -1532,7 +1532,7 @@ exports[`renders ./components/input-number/demo/out-of-range.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/prefix.tsx correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/prefix.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-input-number-affix-wrapper"
|
||||
@ -1822,7 +1822,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/render-panel.tsx correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/render-panel.tsx correctly 1`] = `
|
||||
<div
|
||||
style="display:flex;flex-direction:column;row-gap:16px"
|
||||
>
|
||||
@ -1903,7 +1903,7 @@ exports[`renders ./components/input-number/demo/render-panel.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/size.tsx correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/size.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -2152,7 +2152,7 @@ exports[`renders ./components/input-number/demo/size.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input-number/demo/status.tsx correctly 1`] = `
|
||||
exports[`renders components/input-number/demo/status.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/input/demo/addon.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/addon.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -597,7 +597,7 @@ exports[`renders ./components/input/demo/addon.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/align.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/align.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-mentions"
|
||||
@ -4831,7 +4831,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/allowClear.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/allowClear.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<span
|
||||
class="ant-input-affix-wrapper"
|
||||
@ -4914,7 +4914,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/autosize-textarea.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/autosize-textarea.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<textarea
|
||||
class="ant-input"
|
||||
@ -4937,7 +4937,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/basic.tsx extend context correctly 1`] = `
|
||||
<input
|
||||
class="ant-input"
|
||||
placeholder="Basic usage"
|
||||
@ -4946,7 +4946,7 @@ exports[`renders ./components/input/demo/basic.tsx extend context correctly 1`]
|
||||
/>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/borderless.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/borderless.tsx extend context correctly 1`] = `
|
||||
<input
|
||||
class="ant-input ant-input-borderless"
|
||||
placeholder="Borderless"
|
||||
@ -4955,7 +4955,7 @@ exports[`renders ./components/input/demo/borderless.tsx extend context correctly
|
||||
/>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/borderless-debug.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/borderless-debug.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="background-color:rgba(0, 0, 128, .2)"
|
||||
>
|
||||
@ -5130,7 +5130,7 @@ exports[`renders ./components/input/demo/borderless-debug.tsx extend context cor
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/compact-style.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/compact-style.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -5436,7 +5436,7 @@ exports[`renders ./components/input/demo/compact-style.tsx extend context correc
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/debug-addon.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/debug-addon.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -5572,7 +5572,7 @@ exports[`renders ./components/input/demo/debug-addon.tsx extend context correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/focus.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/focus.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -5687,7 +5687,7 @@ exports[`renders ./components/input/demo/focus.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/group.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/group.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="site-input-group-wrapper"
|
||||
>
|
||||
@ -9135,7 +9135,7 @@ exports[`renders ./components/input/demo/group.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/password-input.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/password-input.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -9289,7 +9289,7 @@ exports[`renders ./components/input/demo/password-input.tsx extend context corre
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/presuffix.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/presuffix.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<span
|
||||
class="ant-input-affix-wrapper"
|
||||
@ -9416,7 +9416,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/search-input.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/search-input.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -9807,7 +9807,7 @@ exports[`renders ./components/input/demo/search-input.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/search-input-loading.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/search-input-loading.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<span
|
||||
class="ant-input-group-wrapper ant-input-search"
|
||||
@ -9957,7 +9957,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/show-count.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/show-count.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<span
|
||||
class="ant-input-affix-wrapper"
|
||||
@ -9996,7 +9996,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/size.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/size.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<span
|
||||
class="ant-input-affix-wrapper ant-input-affix-wrapper-lg"
|
||||
@ -10104,7 +10104,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/status.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/status.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -10215,7 +10215,7 @@ exports[`renders ./components/input/demo/status.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/textarea.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/textarea.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<textarea
|
||||
class="ant-input"
|
||||
@ -10231,7 +10231,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/textarea-resize.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/textarea-resize.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-btn ant-btn-default"
|
||||
@ -10288,7 +10288,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/textarea-show-count.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/textarea-show-count.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-input-show-count ant-input-textarea ant-input-textarea-show-count"
|
||||
@ -10324,7 +10324,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/tooltip.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/input/demo/tooltip.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<input
|
||||
class="ant-input"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/input/demo/addon.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/addon.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -331,7 +331,7 @@ exports[`renders ./components/input/demo/addon.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/align.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/align.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-mentions"
|
||||
@ -1059,7 +1059,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/allowClear.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/allowClear.tsx correctly 1`] = `
|
||||
Array [
|
||||
<span
|
||||
class="ant-input-affix-wrapper"
|
||||
@ -1142,7 +1142,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/autosize-textarea.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/autosize-textarea.tsx correctly 1`] = `
|
||||
Array [
|
||||
<textarea
|
||||
class="ant-input"
|
||||
@ -1165,7 +1165,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/basic.tsx correctly 1`] = `
|
||||
<input
|
||||
class="ant-input"
|
||||
placeholder="Basic usage"
|
||||
@ -1174,7 +1174,7 @@ exports[`renders ./components/input/demo/basic.tsx correctly 1`] = `
|
||||
/>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/borderless.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/borderless.tsx correctly 1`] = `
|
||||
<input
|
||||
class="ant-input ant-input-borderless"
|
||||
placeholder="Borderless"
|
||||
@ -1183,7 +1183,7 @@ exports[`renders ./components/input/demo/borderless.tsx correctly 1`] = `
|
||||
/>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/borderless-debug.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/borderless-debug.tsx correctly 1`] = `
|
||||
<div
|
||||
style="background-color:rgba(0, 0, 128, .2)"
|
||||
>
|
||||
@ -1358,7 +1358,7 @@ exports[`renders ./components/input/demo/borderless-debug.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/compact-style.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/compact-style.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -1584,7 +1584,7 @@ exports[`renders ./components/input/demo/compact-style.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/debug-addon.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/debug-addon.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -1720,7 +1720,7 @@ exports[`renders ./components/input/demo/debug-addon.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/focus.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/focus.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -1835,7 +1835,7 @@ exports[`renders ./components/input/demo/focus.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/group.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/group.tsx correctly 1`] = `
|
||||
<div
|
||||
class="site-input-group-wrapper"
|
||||
>
|
||||
@ -2881,7 +2881,7 @@ exports[`renders ./components/input/demo/group.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/password-input.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/password-input.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -3035,7 +3035,7 @@ exports[`renders ./components/input/demo/password-input.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/presuffix.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/presuffix.tsx correctly 1`] = `
|
||||
Array [
|
||||
<span
|
||||
class="ant-input-affix-wrapper"
|
||||
@ -3143,7 +3143,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/search-input.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/search-input.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -3534,7 +3534,7 @@ exports[`renders ./components/input/demo/search-input.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/search-input-loading.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/search-input-loading.tsx correctly 1`] = `
|
||||
Array [
|
||||
<span
|
||||
class="ant-input-group-wrapper ant-input-search"
|
||||
@ -3684,7 +3684,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/show-count.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/show-count.tsx correctly 1`] = `
|
||||
Array [
|
||||
<span
|
||||
class="ant-input-affix-wrapper"
|
||||
@ -3723,7 +3723,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/size.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/size.tsx correctly 1`] = `
|
||||
Array [
|
||||
<span
|
||||
class="ant-input-affix-wrapper ant-input-affix-wrapper-lg"
|
||||
@ -3831,7 +3831,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/status.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/status.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -3942,7 +3942,7 @@ exports[`renders ./components/input/demo/status.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/textarea.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/textarea.tsx correctly 1`] = `
|
||||
Array [
|
||||
<textarea
|
||||
class="ant-input"
|
||||
@ -3958,7 +3958,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/textarea-resize.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/textarea-resize.tsx correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-btn ant-btn-default"
|
||||
@ -4015,7 +4015,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/textarea-show-count.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/textarea-show-count.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-input-show-count ant-input-textarea ant-input-textarea-show-count"
|
||||
@ -4051,7 +4051,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/input/demo/tooltip.tsx correctly 1`] = `
|
||||
exports[`renders components/input/demo/tooltip.tsx correctly 1`] = `
|
||||
<input
|
||||
class="ant-input"
|
||||
maxlength="16"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/layout/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/layout/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -157,7 +157,7 @@ exports[`renders ./components/layout/demo/basic.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/layout/demo/custom-trigger.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/layout/demo/custom-trigger.tsx extend context correctly 1`] = `
|
||||
<section
|
||||
class="ant-layout"
|
||||
>
|
||||
@ -418,7 +418,7 @@ exports[`renders ./components/layout/demo/custom-trigger.tsx extend context corr
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/layout/demo/fixed.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/layout/demo/fixed.tsx extend context correctly 1`] = `
|
||||
<section
|
||||
class="ant-layout"
|
||||
>
|
||||
@ -688,7 +688,7 @@ exports[`renders ./components/layout/demo/fixed.tsx extend context correctly 1`]
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/layout/demo/fixed-sider.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/layout/demo/fixed-sider.tsx extend context correctly 1`] = `
|
||||
<section
|
||||
class="ant-layout ant-layout-has-sider"
|
||||
>
|
||||
@ -1466,7 +1466,7 @@ exports[`renders ./components/layout/demo/fixed-sider.tsx extend context correct
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/layout/demo/responsive.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/layout/demo/responsive.tsx extend context correctly 1`] = `
|
||||
<section
|
||||
class="ant-layout"
|
||||
>
|
||||
@ -1781,7 +1781,7 @@ exports[`renders ./components/layout/demo/responsive.tsx extend context correctl
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/layout/demo/side.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/layout/demo/side.tsx extend context correctly 1`] = `
|
||||
<section
|
||||
class="ant-layout"
|
||||
style="min-height:100vh"
|
||||
@ -2421,7 +2421,7 @@ exports[`renders ./components/layout/demo/side.tsx extend context correctly 1`]
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/layout/demo/top.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/layout/demo/top.tsx extend context correctly 1`] = `
|
||||
<section
|
||||
class="ant-layout layout"
|
||||
>
|
||||
@ -3243,7 +3243,7 @@ exports[`renders ./components/layout/demo/top.tsx extend context correctly 1`] =
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/layout/demo/top-side.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/layout/demo/top-side.tsx extend context correctly 1`] = `
|
||||
<section
|
||||
class="ant-layout"
|
||||
>
|
||||
@ -4376,7 +4376,7 @@ exports[`renders ./components/layout/demo/top-side.tsx extend context correctly
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/layout/demo/top-side-2.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/layout/demo/top-side-2.tsx extend context correctly 1`] = `
|
||||
<section
|
||||
class="ant-layout"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/layout/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/layout/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -157,7 +157,7 @@ exports[`renders ./components/layout/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/layout/demo/custom-trigger.tsx correctly 1`] = `
|
||||
exports[`renders components/layout/demo/custom-trigger.tsx correctly 1`] = `
|
||||
<section
|
||||
class="ant-layout"
|
||||
>
|
||||
@ -315,7 +315,7 @@ exports[`renders ./components/layout/demo/custom-trigger.tsx correctly 1`] = `
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/layout/demo/fixed.tsx correctly 1`] = `
|
||||
exports[`renders components/layout/demo/fixed.tsx correctly 1`] = `
|
||||
<section
|
||||
class="ant-layout"
|
||||
>
|
||||
@ -470,7 +470,7 @@ exports[`renders ./components/layout/demo/fixed.tsx correctly 1`] = `
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/layout/demo/fixed-sider.tsx correctly 1`] = `
|
||||
exports[`renders components/layout/demo/fixed-sider.tsx correctly 1`] = `
|
||||
<section
|
||||
class="ant-layout ant-layout-has-sider"
|
||||
>
|
||||
@ -975,7 +975,7 @@ exports[`renders ./components/layout/demo/fixed-sider.tsx correctly 1`] = `
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/layout/demo/responsive.tsx correctly 1`] = `
|
||||
exports[`renders components/layout/demo/responsive.tsx correctly 1`] = `
|
||||
<section
|
||||
class="ant-layout"
|
||||
>
|
||||
@ -1153,7 +1153,7 @@ exports[`renders ./components/layout/demo/responsive.tsx correctly 1`] = `
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/layout/demo/side.tsx correctly 1`] = `
|
||||
exports[`renders components/layout/demo/side.tsx correctly 1`] = `
|
||||
<section
|
||||
class="ant-layout"
|
||||
style="min-height:100vh"
|
||||
@ -1434,7 +1434,7 @@ exports[`renders ./components/layout/demo/side.tsx correctly 1`] = `
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/layout/demo/top.tsx correctly 1`] = `
|
||||
exports[`renders components/layout/demo/top.tsx correctly 1`] = `
|
||||
<section
|
||||
class="ant-layout layout"
|
||||
>
|
||||
@ -1733,7 +1733,7 @@ exports[`renders ./components/layout/demo/top.tsx correctly 1`] = `
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/layout/demo/top-side.tsx correctly 1`] = `
|
||||
exports[`renders components/layout/demo/top-side.tsx correctly 1`] = `
|
||||
<section
|
||||
class="ant-layout"
|
||||
>
|
||||
@ -2091,7 +2091,7 @@ exports[`renders ./components/layout/demo/top-side.tsx correctly 1`] = `
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/layout/demo/top-side-2.tsx correctly 1`] = `
|
||||
exports[`renders components/layout/demo/top-side-2.tsx correctly 1`] = `
|
||||
<section
|
||||
class="ant-layout"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/list/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/list/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-list ant-list-split"
|
||||
>
|
||||
@ -167,7 +167,7 @@ exports[`renders ./components/list/demo/basic.tsx extend context correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/list/demo/grid.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/list/demo/grid.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-list ant-list-split ant-list-grid"
|
||||
>
|
||||
@ -327,7 +327,7 @@ exports[`renders ./components/list/demo/grid.tsx extend context correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/list/demo/grid-test.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/list/demo/grid-test.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-list ant-list-split ant-list-grid"
|
||||
@ -1019,7 +1019,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/list/demo/infinite-load.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/list/demo/infinite-load.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
id="scrollableDiv"
|
||||
style="height:400px;overflow:auto;padding:0 16px;border:1px solid rgba(140, 140, 140, 0.35)"
|
||||
@ -1121,7 +1121,7 @@ exports[`renders ./components/list/demo/infinite-load.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/list/demo/loadmore.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/list/demo/loadmore.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-list ant-list-split ant-list-loading demo-loadmore-list"
|
||||
>
|
||||
@ -1163,7 +1163,7 @@ exports[`renders ./components/list/demo/loadmore.tsx extend context correctly 1`
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/list/demo/pagination.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/list/demo/pagination.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
@ -1585,7 +1585,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/list/demo/responsive.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/list/demo/responsive.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-list ant-list-split ant-list-grid"
|
||||
>
|
||||
@ -1803,7 +1803,7 @@ exports[`renders ./components/list/demo/responsive.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/list/demo/simple.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/list/demo/simple.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-divider ant-divider-horizontal ant-divider-with-text ant-divider-with-text-left"
|
||||
@ -2043,7 +2043,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/list/demo/vertical.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/list/demo/vertical.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-list ant-list-vertical ant-list-lg ant-list-split ant-list-something-after-last-item"
|
||||
>
|
||||
@ -2746,7 +2746,7 @@ exports[`renders ./components/list/demo/vertical.tsx extend context correctly 1`
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/list/demo/virtual-list.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/list/demo/virtual-list.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-list ant-list-split"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/list/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/list/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-list ant-list-split"
|
||||
>
|
||||
@ -167,7 +167,7 @@ exports[`renders ./components/list/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/list/demo/grid.tsx correctly 1`] = `
|
||||
exports[`renders components/list/demo/grid.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-list ant-list-split ant-list-grid"
|
||||
>
|
||||
@ -327,7 +327,7 @@ exports[`renders ./components/list/demo/grid.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/list/demo/grid-test.tsx correctly 1`] = `
|
||||
exports[`renders components/list/demo/grid-test.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-list ant-list-split ant-list-grid"
|
||||
@ -1019,7 +1019,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/list/demo/infinite-load.tsx correctly 1`] = `
|
||||
exports[`renders components/list/demo/infinite-load.tsx correctly 1`] = `
|
||||
<div
|
||||
id="scrollableDiv"
|
||||
style="height:400px;overflow:auto;padding:0 16px;border:1px solid rgba(140, 140, 140, 0.35)"
|
||||
@ -1121,7 +1121,7 @@ exports[`renders ./components/list/demo/infinite-load.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/list/demo/loadmore.tsx correctly 1`] = `
|
||||
exports[`renders components/list/demo/loadmore.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-list ant-list-split ant-list-loading demo-loadmore-list"
|
||||
>
|
||||
@ -1163,7 +1163,7 @@ exports[`renders ./components/list/demo/loadmore.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/list/demo/pagination.tsx correctly 1`] = `
|
||||
exports[`renders components/list/demo/pagination.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
@ -1585,7 +1585,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/list/demo/responsive.tsx correctly 1`] = `
|
||||
exports[`renders components/list/demo/responsive.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-list ant-list-split ant-list-grid"
|
||||
>
|
||||
@ -1803,7 +1803,7 @@ exports[`renders ./components/list/demo/responsive.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/list/demo/simple.tsx correctly 1`] = `
|
||||
exports[`renders components/list/demo/simple.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-divider ant-divider-horizontal ant-divider-with-text ant-divider-with-text-left"
|
||||
@ -2043,7 +2043,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/list/demo/vertical.tsx correctly 1`] = `
|
||||
exports[`renders components/list/demo/vertical.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-list ant-list-vertical ant-list-lg ant-list-split ant-list-something-after-last-item"
|
||||
>
|
||||
@ -2746,7 +2746,7 @@ exports[`renders ./components/list/demo/vertical.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/list/demo/virtual-list.tsx correctly 1`] = `
|
||||
exports[`renders components/list/demo/virtual-list.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-list ant-list-split"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/mentions/demo/async.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/mentions/demo/async.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-mentions"
|
||||
style="width:100%"
|
||||
@ -12,7 +12,7 @@ exports[`renders ./components/mentions/demo/async.tsx extend context correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/mentions/demo/autoSize.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/mentions/demo/autoSize.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-mentions"
|
||||
style="width:100%"
|
||||
@ -24,7 +24,7 @@ exports[`renders ./components/mentions/demo/autoSize.tsx extend context correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/mentions/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/mentions/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-mentions"
|
||||
style="width:100%"
|
||||
@ -38,7 +38,7 @@ exports[`renders ./components/mentions/demo/basic.tsx extend context correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/mentions/demo/form.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/mentions/demo/form.tsx extend context correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
>
|
||||
@ -178,7 +178,7 @@ exports[`renders ./components/mentions/demo/form.tsx extend context correctly 1`
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/mentions/demo/placement.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/mentions/demo/placement.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-mentions"
|
||||
style="width:100%"
|
||||
@ -190,7 +190,7 @@ exports[`renders ./components/mentions/demo/placement.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/mentions/demo/prefix.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/mentions/demo/prefix.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-mentions"
|
||||
style="width:100%"
|
||||
@ -203,7 +203,7 @@ exports[`renders ./components/mentions/demo/prefix.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/mentions/demo/readonly.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/mentions/demo/readonly.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
style="margin-bottom:10px"
|
||||
@ -234,7 +234,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/mentions/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/mentions/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="padding-bottom:0;position:relative;width:fit-content;min-width:0"
|
||||
>
|
||||
@ -252,7 +252,7 @@ exports[`renders ./components/mentions/demo/render-panel.tsx extend context corr
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/mentions/demo/status.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/mentions/demo/status.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/mentions/demo/async.tsx correctly 1`] = `
|
||||
exports[`renders components/mentions/demo/async.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-mentions"
|
||||
style="width:100%"
|
||||
@ -12,7 +12,7 @@ exports[`renders ./components/mentions/demo/async.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/mentions/demo/autoSize.tsx correctly 1`] = `
|
||||
exports[`renders components/mentions/demo/autoSize.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-mentions"
|
||||
style="width:100%"
|
||||
@ -24,7 +24,7 @@ exports[`renders ./components/mentions/demo/autoSize.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/mentions/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/mentions/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-mentions"
|
||||
style="width:100%"
|
||||
@ -38,7 +38,7 @@ exports[`renders ./components/mentions/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/mentions/demo/form.tsx correctly 1`] = `
|
||||
exports[`renders components/mentions/demo/form.tsx correctly 1`] = `
|
||||
<form
|
||||
class="ant-form ant-form-horizontal"
|
||||
>
|
||||
@ -178,7 +178,7 @@ exports[`renders ./components/mentions/demo/form.tsx correctly 1`] = `
|
||||
</form>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/mentions/demo/placement.tsx correctly 1`] = `
|
||||
exports[`renders components/mentions/demo/placement.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-mentions"
|
||||
style="width:100%"
|
||||
@ -190,7 +190,7 @@ exports[`renders ./components/mentions/demo/placement.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/mentions/demo/prefix.tsx correctly 1`] = `
|
||||
exports[`renders components/mentions/demo/prefix.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-mentions"
|
||||
style="width:100%"
|
||||
@ -203,7 +203,7 @@ exports[`renders ./components/mentions/demo/prefix.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/mentions/demo/readonly.tsx correctly 1`] = `
|
||||
exports[`renders components/mentions/demo/readonly.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
style="margin-bottom:10px"
|
||||
@ -234,7 +234,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/mentions/demo/render-panel.tsx correctly 1`] = `
|
||||
exports[`renders components/mentions/demo/render-panel.tsx correctly 1`] = `
|
||||
<div
|
||||
style="padding-bottom:0;position:relative;width:fit-content;min-width:0"
|
||||
>
|
||||
@ -252,7 +252,7 @@ exports[`renders ./components/mentions/demo/render-panel.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/mentions/demo/status.tsx correctly 1`] = `
|
||||
exports[`renders components/mentions/demo/status.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/menu/demo/horizontal.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/menu/demo/horizontal.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-menu-overflow ant-menu ant-menu-root ant-menu-horizontal ant-menu-light"
|
||||
@ -357,7 +357,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/menu/demo/horizontal-dark.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/menu/demo/horizontal-dark.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-menu-overflow ant-menu ant-menu-root ant-menu-horizontal ant-menu-dark"
|
||||
@ -714,7 +714,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/menu/demo/inline.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/menu/demo/inline.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-menu ant-menu-root ant-menu-inline ant-menu-light"
|
||||
@ -1783,7 +1783,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/menu/demo/inline-collapsed.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/menu/demo/inline-collapsed.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="width:256px"
|
||||
>
|
||||
@ -2655,7 +2655,7 @@ exports[`renders ./components/menu/demo/inline-collapsed.tsx extend context corr
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/menu/demo/menu-v4.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/menu/demo/menu-v4.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
aria-checked="false"
|
||||
@ -3565,7 +3565,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/menu/demo/sider-current.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/menu/demo/sider-current.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-menu ant-menu-root ant-menu-inline ant-menu-light"
|
||||
@ -4454,7 +4454,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/menu/demo/style-debug.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/menu/demo/style-debug.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
aria-checked="true"
|
||||
@ -4759,7 +4759,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/menu/demo/submenu-theme.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/menu/demo/submenu-theme.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
aria-checked="false"
|
||||
@ -5082,7 +5082,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/menu/demo/switch-mode.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/menu/demo/switch-mode.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
aria-checked="false"
|
||||
@ -6017,7 +6017,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/menu/demo/theme.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/menu/demo/theme.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
aria-checked="true"
|
||||
@ -6932,7 +6932,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/menu/demo/vertical.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/menu/demo/vertical.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-menu ant-menu-root ant-menu-vertical ant-menu-light"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/menu/demo/horizontal.tsx correctly 1`] = `
|
||||
exports[`renders components/menu/demo/horizontal.tsx correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-menu-overflow ant-menu ant-menu-root ant-menu-horizontal ant-menu-light"
|
||||
@ -174,7 +174,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/menu/demo/horizontal-dark.tsx correctly 1`] = `
|
||||
exports[`renders components/menu/demo/horizontal-dark.tsx correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-menu-overflow ant-menu ant-menu-root ant-menu-horizontal ant-menu-dark"
|
||||
@ -348,7 +348,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/menu/demo/inline.tsx correctly 1`] = `
|
||||
exports[`renders components/menu/demo/inline.tsx correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-menu ant-menu-root ant-menu-inline ant-menu-light"
|
||||
@ -620,7 +620,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/menu/demo/inline-collapsed.tsx correctly 1`] = `
|
||||
exports[`renders components/menu/demo/inline-collapsed.tsx correctly 1`] = `
|
||||
<div
|
||||
style="width:256px"
|
||||
>
|
||||
@ -892,7 +892,7 @@ exports[`renders ./components/menu/demo/inline-collapsed.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/menu/demo/menu-v4.tsx correctly 1`] = `
|
||||
exports[`renders components/menu/demo/menu-v4.tsx correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
aria-checked="false"
|
||||
@ -1165,7 +1165,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/menu/demo/sider-current.tsx correctly 1`] = `
|
||||
exports[`renders components/menu/demo/sider-current.tsx correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-menu ant-menu-root ant-menu-inline ant-menu-light"
|
||||
@ -1359,7 +1359,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/menu/demo/style-debug.tsx correctly 1`] = `
|
||||
exports[`renders components/menu/demo/style-debug.tsx correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
aria-checked="true"
|
||||
@ -1507,7 +1507,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/menu/demo/submenu-theme.tsx correctly 1`] = `
|
||||
exports[`renders components/menu/demo/submenu-theme.tsx correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
aria-checked="false"
|
||||
@ -1613,7 +1613,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/menu/demo/switch-mode.tsx correctly 1`] = `
|
||||
exports[`renders components/menu/demo/switch-mode.tsx correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
aria-checked="false"
|
||||
@ -1911,7 +1911,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/menu/demo/theme.tsx correctly 1`] = `
|
||||
exports[`renders components/menu/demo/theme.tsx correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
aria-checked="true"
|
||||
@ -2131,7 +2131,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/menu/demo/vertical.tsx correctly 1`] = `
|
||||
exports[`renders components/menu/demo/vertical.tsx correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-menu ant-menu-root ant-menu-vertical ant-menu-light"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/message/demo/custom-style.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/message/demo/custom-style.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-default"
|
||||
type="button"
|
||||
@ -11,7 +11,7 @@ exports[`renders ./components/message/demo/custom-style.tsx extend context corre
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/message/demo/duration.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/message/demo/duration.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-default"
|
||||
type="button"
|
||||
@ -22,7 +22,7 @@ exports[`renders ./components/message/demo/duration.tsx extend context correctly
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/message/demo/hooks.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/message/demo/hooks.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -33,7 +33,7 @@ exports[`renders ./components/message/demo/hooks.tsx extend context correctly 1`
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/message/demo/info.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/message/demo/info.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -44,7 +44,7 @@ exports[`renders ./components/message/demo/info.tsx extend context correctly 1`]
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/message/demo/loading.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/message/demo/loading.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-default"
|
||||
type="button"
|
||||
@ -55,7 +55,7 @@ exports[`renders ./components/message/demo/loading.tsx extend context correctly
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/message/demo/other.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/message/demo/other.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -100,7 +100,7 @@ exports[`renders ./components/message/demo/other.tsx extend context correctly 1`
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/message/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/message/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-message-notice ant-message-notice-pure-panel"
|
||||
>
|
||||
@ -137,7 +137,7 @@ exports[`renders ./components/message/demo/render-panel.tsx extend context corre
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/message/demo/thenable.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/message/demo/thenable.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-default"
|
||||
type="button"
|
||||
@ -148,7 +148,7 @@ exports[`renders ./components/message/demo/thenable.tsx extend context correctly
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/message/demo/update.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/message/demo/update.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/message/demo/custom-style.tsx correctly 1`] = `
|
||||
exports[`renders components/message/demo/custom-style.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-default"
|
||||
type="button"
|
||||
@ -11,7 +11,7 @@ exports[`renders ./components/message/demo/custom-style.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/message/demo/duration.tsx correctly 1`] = `
|
||||
exports[`renders components/message/demo/duration.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-default"
|
||||
type="button"
|
||||
@ -22,7 +22,7 @@ exports[`renders ./components/message/demo/duration.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/message/demo/hooks.tsx correctly 1`] = `
|
||||
exports[`renders components/message/demo/hooks.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -33,7 +33,7 @@ exports[`renders ./components/message/demo/hooks.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/message/demo/info.tsx correctly 1`] = `
|
||||
exports[`renders components/message/demo/info.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -44,7 +44,7 @@ exports[`renders ./components/message/demo/info.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/message/demo/loading.tsx correctly 1`] = `
|
||||
exports[`renders components/message/demo/loading.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-default"
|
||||
type="button"
|
||||
@ -55,7 +55,7 @@ exports[`renders ./components/message/demo/loading.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/message/demo/other.tsx correctly 1`] = `
|
||||
exports[`renders components/message/demo/other.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -100,7 +100,7 @@ exports[`renders ./components/message/demo/other.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/message/demo/render-panel.tsx correctly 1`] = `
|
||||
exports[`renders components/message/demo/render-panel.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-message-notice ant-message-notice-pure-panel"
|
||||
>
|
||||
@ -137,7 +137,7 @@ exports[`renders ./components/message/demo/render-panel.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/message/demo/thenable.tsx correctly 1`] = `
|
||||
exports[`renders components/message/demo/thenable.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-default"
|
||||
type="button"
|
||||
@ -148,7 +148,7 @@ exports[`renders ./components/message/demo/thenable.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/message/demo/update.tsx correctly 1`] = `
|
||||
exports[`renders components/message/demo/update.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/modal/demo/async.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/modal/demo/async.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -11,7 +11,7 @@ exports[`renders ./components/modal/demo/async.tsx extend context correctly 1`]
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/modal/demo/basic.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -22,7 +22,7 @@ exports[`renders ./components/modal/demo/basic.tsx extend context correctly 1`]
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/button-props.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/modal/demo/button-props.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -33,7 +33,7 @@ exports[`renders ./components/modal/demo/button-props.tsx extend context correct
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/confirm.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/modal/demo/confirm.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -93,7 +93,7 @@ exports[`renders ./components/modal/demo/confirm.tsx extend context correctly 1`
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/confirm-router.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/modal/demo/confirm-router.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-default"
|
||||
type="button"
|
||||
@ -104,7 +104,7 @@ exports[`renders ./components/modal/demo/confirm-router.tsx extend context corre
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/custom-mouse-position.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/modal/demo/custom-mouse-position.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -115,7 +115,7 @@ exports[`renders ./components/modal/demo/custom-mouse-position.tsx extend contex
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/dark.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/modal/demo/dark.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -126,7 +126,7 @@ exports[`renders ./components/modal/demo/dark.tsx extend context correctly 1`] =
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/footer.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/modal/demo/footer.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -137,7 +137,7 @@ exports[`renders ./components/modal/demo/footer.tsx extend context correctly 1`]
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/hooks.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/modal/demo/hooks.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -195,7 +195,7 @@ exports[`renders ./components/modal/demo/hooks.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/locale.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/modal/demo/locale.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -227,7 +227,7 @@ exports[`renders ./components/modal/demo/locale.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/manual.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/modal/demo/manual.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-default"
|
||||
type="button"
|
||||
@ -238,7 +238,7 @@ exports[`renders ./components/modal/demo/manual.tsx extend context correctly 1`]
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/modal-render.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/modal/demo/modal-render.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-default"
|
||||
type="button"
|
||||
@ -249,7 +249,7 @@ exports[`renders ./components/modal/demo/modal-render.tsx extend context correct
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/position.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/modal/demo/position.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
@ -272,7 +272,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/modal/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="display:flex;flex-direction:column;row-gap:16px"
|
||||
>
|
||||
@ -514,7 +514,7 @@ exports[`renders ./components/modal/demo/render-panel.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/static-info.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/modal/demo/static-info.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -574,7 +574,7 @@ exports[`renders ./components/modal/demo/static-info.tsx extend context correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/width.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/modal/demo/width.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -585,7 +585,7 @@ exports[`renders ./components/modal/demo/width.tsx extend context correctly 1`]
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/wireframe.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/modal/demo/wireframe.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="display:flex;flex-direction:column;row-gap:16px"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/modal/demo/async.tsx correctly 1`] = `
|
||||
exports[`renders components/modal/demo/async.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -11,7 +11,7 @@ exports[`renders ./components/modal/demo/async.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/modal/demo/basic.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -22,7 +22,7 @@ exports[`renders ./components/modal/demo/basic.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/button-props.tsx correctly 1`] = `
|
||||
exports[`renders components/modal/demo/button-props.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -33,7 +33,7 @@ exports[`renders ./components/modal/demo/button-props.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/confirm.tsx correctly 1`] = `
|
||||
exports[`renders components/modal/demo/confirm.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -93,7 +93,7 @@ exports[`renders ./components/modal/demo/confirm.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/confirm-router.tsx correctly 1`] = `
|
||||
exports[`renders components/modal/demo/confirm-router.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-default"
|
||||
type="button"
|
||||
@ -104,7 +104,7 @@ exports[`renders ./components/modal/demo/confirm-router.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/custom-mouse-position.tsx correctly 1`] = `
|
||||
exports[`renders components/modal/demo/custom-mouse-position.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -115,7 +115,7 @@ exports[`renders ./components/modal/demo/custom-mouse-position.tsx correctly 1`]
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/dark.tsx correctly 1`] = `
|
||||
exports[`renders components/modal/demo/dark.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -126,7 +126,7 @@ exports[`renders ./components/modal/demo/dark.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/footer.tsx correctly 1`] = `
|
||||
exports[`renders components/modal/demo/footer.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -137,7 +137,7 @@ exports[`renders ./components/modal/demo/footer.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/hooks.tsx correctly 1`] = `
|
||||
exports[`renders components/modal/demo/hooks.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -195,7 +195,7 @@ exports[`renders ./components/modal/demo/hooks.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/locale.tsx correctly 1`] = `
|
||||
exports[`renders components/modal/demo/locale.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -227,7 +227,7 @@ exports[`renders ./components/modal/demo/locale.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/manual.tsx correctly 1`] = `
|
||||
exports[`renders components/modal/demo/manual.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-default"
|
||||
type="button"
|
||||
@ -238,7 +238,7 @@ exports[`renders ./components/modal/demo/manual.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/modal-render.tsx correctly 1`] = `
|
||||
exports[`renders components/modal/demo/modal-render.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-default"
|
||||
type="button"
|
||||
@ -249,7 +249,7 @@ exports[`renders ./components/modal/demo/modal-render.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/position.tsx correctly 1`] = `
|
||||
exports[`renders components/modal/demo/position.tsx correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
@ -272,7 +272,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/render-panel.tsx correctly 1`] = `
|
||||
exports[`renders components/modal/demo/render-panel.tsx correctly 1`] = `
|
||||
<div
|
||||
style="display:flex;flex-direction:column;row-gap:16px"
|
||||
>
|
||||
@ -514,7 +514,7 @@ exports[`renders ./components/modal/demo/render-panel.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/static-info.tsx correctly 1`] = `
|
||||
exports[`renders components/modal/demo/static-info.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -574,7 +574,7 @@ exports[`renders ./components/modal/demo/static-info.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/width.tsx correctly 1`] = `
|
||||
exports[`renders components/modal/demo/width.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -585,7 +585,7 @@ exports[`renders ./components/modal/demo/width.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/modal/demo/wireframe.tsx correctly 1`] = `
|
||||
exports[`renders components/modal/demo/wireframe.tsx correctly 1`] = `
|
||||
<div
|
||||
style="display:flex;flex-direction:column;row-gap:16px"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/notification/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/notification/demo/basic.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -11,7 +11,7 @@ exports[`renders ./components/notification/demo/basic.tsx extend context correct
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/notification/demo/custom-icon.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/notification/demo/custom-icon.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -22,7 +22,7 @@ exports[`renders ./components/notification/demo/custom-icon.tsx extend context c
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/notification/demo/custom-style.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/notification/demo/custom-style.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -33,7 +33,7 @@ exports[`renders ./components/notification/demo/custom-style.tsx extend context
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/notification/demo/duration.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/notification/demo/duration.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -44,7 +44,7 @@ exports[`renders ./components/notification/demo/duration.tsx extend context corr
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/notification/demo/hooks.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/notification/demo/hooks.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
@ -187,7 +187,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/notification/demo/placement.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/notification/demo/placement.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
@ -401,7 +401,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/notification/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/notification/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-notification-notice ant-notification-notice-pure-panel ant-notification-notice-closable"
|
||||
>
|
||||
@ -486,7 +486,7 @@ exports[`renders ./components/notification/demo/render-panel.tsx extend context
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/notification/demo/update.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/notification/demo/update.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -497,7 +497,7 @@ exports[`renders ./components/notification/demo/update.tsx extend context correc
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/notification/demo/with-btn.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/notification/demo/with-btn.tsx extend context correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -508,7 +508,7 @@ exports[`renders ./components/notification/demo/with-btn.tsx extend context corr
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/notification/demo/with-icon.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/notification/demo/with-icon.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/notification/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/notification/demo/basic.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -11,7 +11,7 @@ exports[`renders ./components/notification/demo/basic.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/notification/demo/custom-icon.tsx correctly 1`] = `
|
||||
exports[`renders components/notification/demo/custom-icon.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -22,7 +22,7 @@ exports[`renders ./components/notification/demo/custom-icon.tsx correctly 1`] =
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/notification/demo/custom-style.tsx correctly 1`] = `
|
||||
exports[`renders components/notification/demo/custom-style.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -33,7 +33,7 @@ exports[`renders ./components/notification/demo/custom-style.tsx correctly 1`] =
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/notification/demo/duration.tsx correctly 1`] = `
|
||||
exports[`renders components/notification/demo/duration.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -44,7 +44,7 @@ exports[`renders ./components/notification/demo/duration.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/notification/demo/hooks.tsx correctly 1`] = `
|
||||
exports[`renders components/notification/demo/hooks.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
@ -187,7 +187,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/notification/demo/placement.tsx correctly 1`] = `
|
||||
exports[`renders components/notification/demo/placement.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
@ -401,7 +401,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/notification/demo/render-panel.tsx correctly 1`] = `
|
||||
exports[`renders components/notification/demo/render-panel.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-notification-notice ant-notification-notice-pure-panel ant-notification-notice-closable"
|
||||
>
|
||||
@ -486,7 +486,7 @@ exports[`renders ./components/notification/demo/render-panel.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/notification/demo/update.tsx correctly 1`] = `
|
||||
exports[`renders components/notification/demo/update.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -497,7 +497,7 @@ exports[`renders ./components/notification/demo/update.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/notification/demo/with-btn.tsx correctly 1`] = `
|
||||
exports[`renders components/notification/demo/with-btn.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -508,7 +508,7 @@ exports[`renders ./components/notification/demo/with-btn.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/notification/demo/with-icon.tsx correctly 1`] = `
|
||||
exports[`renders components/notification/demo/with-icon.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/pagination/demo/all.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/all.tsx extend context correctly 1`] = `
|
||||
<ul
|
||||
class="ant-pagination"
|
||||
>
|
||||
@ -257,7 +257,7 @@ exports[`renders ./components/pagination/demo/all.tsx extend context correctly 1
|
||||
</ul>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/pagination/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/basic.tsx extend context correctly 1`] = `
|
||||
<ul
|
||||
class="ant-pagination"
|
||||
>
|
||||
@ -383,7 +383,7 @@ exports[`renders ./components/pagination/demo/basic.tsx extend context correctly
|
||||
</ul>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/pagination/demo/changer.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/changer.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-pagination"
|
||||
@ -866,7 +866,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/pagination/demo/controlled.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/controlled.tsx extend context correctly 1`] = `
|
||||
<ul
|
||||
class="ant-pagination"
|
||||
>
|
||||
@ -992,7 +992,7 @@ exports[`renders ./components/pagination/demo/controlled.tsx extend context corr
|
||||
</ul>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/pagination/demo/itemRender.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/itemRender.tsx extend context correctly 1`] = `
|
||||
<ul
|
||||
class="ant-pagination"
|
||||
>
|
||||
@ -1190,7 +1190,7 @@ exports[`renders ./components/pagination/demo/itemRender.tsx extend context corr
|
||||
</ul>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/pagination/demo/jump.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/jump.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-pagination"
|
||||
@ -1696,7 +1696,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/pagination/demo/mini.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/mini.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-pagination ant-pagination-mini"
|
||||
@ -2359,7 +2359,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/pagination/demo/more.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/more.tsx extend context correctly 1`] = `
|
||||
<ul
|
||||
class="ant-pagination"
|
||||
>
|
||||
@ -2649,7 +2649,7 @@ exports[`renders ./components/pagination/demo/more.tsx extend context correctly
|
||||
</ul>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/pagination/demo/simple.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/simple.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-pagination ant-pagination-simple"
|
||||
@ -2824,7 +2824,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/pagination/demo/total.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/total.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-pagination"
|
||||
@ -3218,7 +3218,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/pagination/demo/wireframe.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/wireframe.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-pagination"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/pagination/demo/all.tsx correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/all.tsx correctly 1`] = `
|
||||
<ul
|
||||
class="ant-pagination"
|
||||
>
|
||||
@ -257,7 +257,7 @@ exports[`renders ./components/pagination/demo/all.tsx correctly 1`] = `
|
||||
</ul>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/pagination/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/basic.tsx correctly 1`] = `
|
||||
<ul
|
||||
class="ant-pagination"
|
||||
>
|
||||
@ -383,7 +383,7 @@ exports[`renders ./components/pagination/demo/basic.tsx correctly 1`] = `
|
||||
</ul>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/pagination/demo/changer.tsx correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/changer.tsx correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-pagination"
|
||||
@ -866,7 +866,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/pagination/demo/controlled.tsx correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/controlled.tsx correctly 1`] = `
|
||||
<ul
|
||||
class="ant-pagination"
|
||||
>
|
||||
@ -992,7 +992,7 @@ exports[`renders ./components/pagination/demo/controlled.tsx correctly 1`] = `
|
||||
</ul>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/pagination/demo/itemRender.tsx correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/itemRender.tsx correctly 1`] = `
|
||||
<ul
|
||||
class="ant-pagination"
|
||||
>
|
||||
@ -1190,7 +1190,7 @@ exports[`renders ./components/pagination/demo/itemRender.tsx correctly 1`] = `
|
||||
</ul>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/pagination/demo/jump.tsx correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/jump.tsx correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-pagination"
|
||||
@ -1696,7 +1696,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/pagination/demo/mini.tsx correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/mini.tsx correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-pagination ant-pagination-mini"
|
||||
@ -2359,7 +2359,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/pagination/demo/more.tsx correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/more.tsx correctly 1`] = `
|
||||
<ul
|
||||
class="ant-pagination"
|
||||
>
|
||||
@ -2649,7 +2649,7 @@ exports[`renders ./components/pagination/demo/more.tsx correctly 1`] = `
|
||||
</ul>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/pagination/demo/simple.tsx correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/simple.tsx correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-pagination ant-pagination-simple"
|
||||
@ -2824,7 +2824,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/pagination/demo/total.tsx correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/total.tsx correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-pagination"
|
||||
@ -3218,7 +3218,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/pagination/demo/wireframe.tsx correctly 1`] = `
|
||||
exports[`renders components/pagination/demo/wireframe.tsx correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-pagination"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/popconfirm/demo/async.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/popconfirm/demo/async.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
@ -96,7 +96,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popconfirm/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/popconfirm/demo/basic.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<a
|
||||
href="#"
|
||||
@ -189,7 +189,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popconfirm/demo/dynamic-trigger.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/popconfirm/demo/dynamic-trigger.tsx extend context correctly 1`] = `
|
||||
<div>
|
||||
<a
|
||||
href="#"
|
||||
@ -305,7 +305,7 @@ exports[`renders ./components/popconfirm/demo/dynamic-trigger.tsx extend context
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popconfirm/demo/icon.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/popconfirm/demo/icon.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<a
|
||||
href="#"
|
||||
@ -402,7 +402,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popconfirm/demo/locale.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/popconfirm/demo/locale.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<a
|
||||
href="#"
|
||||
@ -495,7 +495,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popconfirm/demo/placement.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/popconfirm/demo/placement.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
style="margin-left:70px;white-space:nowrap"
|
||||
@ -1608,7 +1608,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popconfirm/demo/promise.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/popconfirm/demo/promise.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
@ -1704,7 +1704,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popconfirm/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/popconfirm/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-popover ant-popover-pure ant-popover-placement-top ant-popconfirm"
|
||||
@ -1873,7 +1873,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popconfirm/demo/wireframe.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/popconfirm/demo/wireframe.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-popover ant-popover-pure ant-popover-placement-top ant-popconfirm"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/popconfirm/demo/async.tsx correctly 1`] = `
|
||||
exports[`renders components/popconfirm/demo/async.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -11,7 +11,7 @@ exports[`renders ./components/popconfirm/demo/async.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popconfirm/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/popconfirm/demo/basic.tsx correctly 1`] = `
|
||||
<a
|
||||
href="#"
|
||||
>
|
||||
@ -19,7 +19,7 @@ exports[`renders ./components/popconfirm/demo/basic.tsx correctly 1`] = `
|
||||
</a>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popconfirm/demo/dynamic-trigger.tsx correctly 1`] = `
|
||||
exports[`renders components/popconfirm/demo/dynamic-trigger.tsx correctly 1`] = `
|
||||
<div>
|
||||
<a
|
||||
href="#"
|
||||
@ -52,7 +52,7 @@ exports[`renders ./components/popconfirm/demo/dynamic-trigger.tsx correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popconfirm/demo/icon.tsx correctly 1`] = `
|
||||
exports[`renders components/popconfirm/demo/icon.tsx correctly 1`] = `
|
||||
<a
|
||||
href="#"
|
||||
>
|
||||
@ -60,7 +60,7 @@ exports[`renders ./components/popconfirm/demo/icon.tsx correctly 1`] = `
|
||||
</a>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popconfirm/demo/locale.tsx correctly 1`] = `
|
||||
exports[`renders components/popconfirm/demo/locale.tsx correctly 1`] = `
|
||||
<a
|
||||
href="#"
|
||||
>
|
||||
@ -68,7 +68,7 @@ exports[`renders ./components/popconfirm/demo/locale.tsx correctly 1`] = `
|
||||
</a>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popconfirm/demo/placement.tsx correctly 1`] = `
|
||||
exports[`renders components/popconfirm/demo/placement.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
style="margin-left:70px;white-space:nowrap"
|
||||
@ -185,7 +185,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popconfirm/demo/promise.tsx correctly 1`] = `
|
||||
exports[`renders components/popconfirm/demo/promise.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -196,7 +196,7 @@ exports[`renders ./components/popconfirm/demo/promise.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popconfirm/demo/render-panel.tsx correctly 1`] = `
|
||||
exports[`renders components/popconfirm/demo/render-panel.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-popover ant-popover-pure ant-popover-placement-top ant-popconfirm"
|
||||
@ -365,7 +365,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popconfirm/demo/wireframe.tsx correctly 1`] = `
|
||||
exports[`renders components/popconfirm/demo/wireframe.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-popover ant-popover-pure ant-popover-placement-top ant-popconfirm"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/popover/demo/arrow.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/popover/demo/arrow.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="demo"
|
||||
>
|
||||
@ -624,7 +624,7 @@ exports[`renders ./components/popover/demo/arrow.tsx extend context correctly 1`
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popover/demo/arrow-point-at-center.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/popover/demo/arrow-point-at-center.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -724,7 +724,7 @@ exports[`renders ./components/popover/demo/arrow-point-at-center.tsx extend cont
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popover/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/popover/demo/basic.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
@ -772,7 +772,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popover/demo/control.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/popover/demo/control.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
@ -815,7 +815,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popover/demo/hover-with-click.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/popover/demo/hover-with-click.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
class="ant-btn ant-btn-default"
|
||||
@ -893,7 +893,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popover/demo/placement.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/popover/demo/placement.tsx extend context correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
style="margin-left:70px;white-space:nowrap"
|
||||
@ -1454,7 +1454,7 @@ exports[`renders ./components/popover/demo/placement.tsx extend context correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popover/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/popover/demo/render-panel.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-popover ant-popover-pure ant-popover-placement-top"
|
||||
@ -1527,7 +1527,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popover/demo/triggerType.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/popover/demo/triggerType.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -1679,7 +1679,7 @@ exports[`renders ./components/popover/demo/triggerType.tsx extend context correc
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popover/demo/wireframe.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/popover/demo/wireframe.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-popover ant-popover-pure ant-popover-placement-top"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/popover/demo/arrow.tsx correctly 1`] = `
|
||||
exports[`renders components/popover/demo/arrow.tsx correctly 1`] = `
|
||||
<div
|
||||
class="demo"
|
||||
>
|
||||
@ -180,7 +180,7 @@ exports[`renders ./components/popover/demo/arrow.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popover/demo/arrow-point-at-center.tsx correctly 1`] = `
|
||||
exports[`renders components/popover/demo/arrow-point-at-center.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -214,7 +214,7 @@ exports[`renders ./components/popover/demo/arrow-point-at-center.tsx correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popover/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/popover/demo/basic.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -225,7 +225,7 @@ exports[`renders ./components/popover/demo/basic.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popover/demo/control.tsx correctly 1`] = `
|
||||
exports[`renders components/popover/demo/control.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-primary"
|
||||
type="button"
|
||||
@ -236,7 +236,7 @@ exports[`renders ./components/popover/demo/control.tsx correctly 1`] = `
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popover/demo/hover-with-click.tsx correctly 1`] = `
|
||||
exports[`renders components/popover/demo/hover-with-click.tsx correctly 1`] = `
|
||||
<button
|
||||
class="ant-btn ant-btn-default"
|
||||
type="button"
|
||||
@ -247,7 +247,7 @@ exports[`renders ./components/popover/demo/hover-with-click.tsx correctly 1`] =
|
||||
</button>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popover/demo/placement.tsx correctly 1`] = `
|
||||
exports[`renders components/popover/demo/placement.tsx correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
style="margin-left:70px;white-space:nowrap"
|
||||
@ -364,7 +364,7 @@ exports[`renders ./components/popover/demo/placement.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popover/demo/render-panel.tsx correctly 1`] = `
|
||||
exports[`renders components/popover/demo/render-panel.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-popover ant-popover-pure ant-popover-placement-top"
|
||||
@ -437,7 +437,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popover/demo/triggerType.tsx correctly 1`] = `
|
||||
exports[`renders components/popover/demo/triggerType.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -484,7 +484,7 @@ exports[`renders ./components/popover/demo/triggerType.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/popover/demo/wireframe.tsx correctly 1`] = `
|
||||
exports[`renders components/popover/demo/wireframe.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-popover ant-popover-pure ant-popover-placement-top"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/progress/demo/circle.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/progress/demo/circle.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -210,7 +210,7 @@ exports[`renders ./components/progress/demo/circle.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/circle-dynamic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/progress/demo/circle-dynamic.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-progress ant-progress-circle ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
||||
@ -325,7 +325,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/circle-micro.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/progress/demo/circle-micro.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-progress ant-progress-inline-circle ant-progress-circle ant-progress-status-normal ant-progress-show-info"
|
||||
@ -407,7 +407,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/circle-mini.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/progress/demo/circle-mini.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -617,7 +617,7 @@ exports[`renders ./components/progress/demo/circle-mini.tsx extend context corre
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/dashboard.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/progress/demo/dashboard.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -737,7 +737,7 @@ exports[`renders ./components/progress/demo/dashboard.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/dynamic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/progress/demo/dynamic.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
||||
@ -824,7 +824,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/format.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/progress/demo/format.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -944,7 +944,7 @@ exports[`renders ./components/progress/demo/format.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/gradient-line.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/progress/demo/gradient-line.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
||||
@ -1169,7 +1169,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/line.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/progress/demo/line.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
||||
@ -1322,7 +1322,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/line-mini.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/progress/demo/line-mini.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
style="width:170px"
|
||||
>
|
||||
@ -1459,7 +1459,7 @@ exports[`renders ./components/progress/demo/line-mini.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/linecap.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/progress/demo/linecap.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
||||
@ -1606,7 +1606,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/segment.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/progress/demo/segment.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
||||
@ -1813,7 +1813,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/size.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/progress/demo/size.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
@ -2429,7 +2429,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/steps.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/progress/demo/steps.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-progress ant-progress-steps ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/progress/demo/circle.tsx correctly 1`] = `
|
||||
exports[`renders components/progress/demo/circle.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -210,7 +210,7 @@ exports[`renders ./components/progress/demo/circle.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/circle-dynamic.tsx correctly 1`] = `
|
||||
exports[`renders components/progress/demo/circle-dynamic.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-progress ant-progress-circle ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
||||
@ -325,7 +325,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/circle-micro.tsx correctly 1`] = `
|
||||
exports[`renders components/progress/demo/circle-micro.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-progress ant-progress-inline-circle ant-progress-circle ant-progress-status-normal ant-progress-show-info"
|
||||
@ -383,7 +383,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/circle-mini.tsx correctly 1`] = `
|
||||
exports[`renders components/progress/demo/circle-mini.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -593,7 +593,7 @@ exports[`renders ./components/progress/demo/circle-mini.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/dashboard.tsx correctly 1`] = `
|
||||
exports[`renders components/progress/demo/dashboard.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -713,7 +713,7 @@ exports[`renders ./components/progress/demo/dashboard.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/dynamic.tsx correctly 1`] = `
|
||||
exports[`renders components/progress/demo/dynamic.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
||||
@ -800,7 +800,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/format.tsx correctly 1`] = `
|
||||
exports[`renders components/progress/demo/format.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -920,7 +920,7 @@ exports[`renders ./components/progress/demo/format.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/gradient-line.tsx correctly 1`] = `
|
||||
exports[`renders components/progress/demo/gradient-line.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
||||
@ -1145,7 +1145,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/line.tsx correctly 1`] = `
|
||||
exports[`renders components/progress/demo/line.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
||||
@ -1298,7 +1298,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/line-mini.tsx correctly 1`] = `
|
||||
exports[`renders components/progress/demo/line-mini.tsx correctly 1`] = `
|
||||
<div
|
||||
style="width:170px"
|
||||
>
|
||||
@ -1435,7 +1435,7 @@ exports[`renders ./components/progress/demo/line-mini.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/linecap.tsx correctly 1`] = `
|
||||
exports[`renders components/progress/demo/linecap.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
||||
@ -1582,7 +1582,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/segment.tsx correctly 1`] = `
|
||||
exports[`renders components/progress/demo/segment.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
||||
@ -1732,7 +1732,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/size.tsx correctly 1`] = `
|
||||
exports[`renders components/progress/demo/size.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
@ -2300,7 +2300,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/progress/demo/steps.tsx correctly 1`] = `
|
||||
exports[`renders components/progress/demo/steps.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-progress ant-progress-steps ant-progress-status-normal ant-progress-show-info ant-progress-default"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/qrcode/demo/Popover.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/qrcode/demo/Popover.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<img
|
||||
alt="icon"
|
||||
@ -44,7 +44,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/qrcode/demo/base.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/qrcode/demo/base.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-qrcode"
|
||||
style="width:160px;height:160px"
|
||||
@ -57,7 +57,7 @@ exports[`renders ./components/qrcode/demo/base.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/qrcode/demo/customColor.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/qrcode/demo/customColor.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -93,7 +93,7 @@ exports[`renders ./components/qrcode/demo/customColor.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/qrcode/demo/customSize.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/qrcode/demo/customSize.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-btn-group"
|
||||
@ -177,7 +177,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/qrcode/demo/download.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/qrcode/demo/download.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
id="myqrcode"
|
||||
>
|
||||
@ -202,7 +202,7 @@ exports[`renders ./components/qrcode/demo/download.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/qrcode/demo/errorlevel.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/qrcode/demo/errorlevel.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-qrcode"
|
||||
@ -282,7 +282,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/qrcode/demo/icon.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/qrcode/demo/icon.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-qrcode"
|
||||
style="width:160px;height:160px"
|
||||
@ -299,7 +299,7 @@ exports[`renders ./components/qrcode/demo/icon.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/qrcode/demo/status.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/qrcode/demo/status.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/qrcode/demo/Popover.tsx correctly 1`] = `
|
||||
exports[`renders components/qrcode/demo/Popover.tsx correctly 1`] = `
|
||||
<img
|
||||
alt="icon"
|
||||
height="100"
|
||||
@ -9,7 +9,7 @@ exports[`renders ./components/qrcode/demo/Popover.tsx correctly 1`] = `
|
||||
/>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/qrcode/demo/base.tsx correctly 1`] = `
|
||||
exports[`renders components/qrcode/demo/base.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-qrcode"
|
||||
style="width:160px;height:160px"
|
||||
@ -22,7 +22,7 @@ exports[`renders ./components/qrcode/demo/base.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/qrcode/demo/customColor.tsx correctly 1`] = `
|
||||
exports[`renders components/qrcode/demo/customColor.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -58,7 +58,7 @@ exports[`renders ./components/qrcode/demo/customColor.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/qrcode/demo/customSize.tsx correctly 1`] = `
|
||||
exports[`renders components/qrcode/demo/customSize.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-btn-group"
|
||||
@ -142,7 +142,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/qrcode/demo/download.tsx correctly 1`] = `
|
||||
exports[`renders components/qrcode/demo/download.tsx correctly 1`] = `
|
||||
<div
|
||||
id="myqrcode"
|
||||
>
|
||||
@ -167,7 +167,7 @@ exports[`renders ./components/qrcode/demo/download.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/qrcode/demo/errorlevel.tsx correctly 1`] = `
|
||||
exports[`renders components/qrcode/demo/errorlevel.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-qrcode"
|
||||
@ -247,7 +247,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/qrcode/demo/icon.tsx correctly 1`] = `
|
||||
exports[`renders components/qrcode/demo/icon.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-qrcode"
|
||||
style="width:160px;height:160px"
|
||||
@ -264,7 +264,7 @@ exports[`renders ./components/qrcode/demo/icon.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/qrcode/demo/status.tsx correctly 1`] = `
|
||||
exports[`renders components/qrcode/demo/status.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/radio/demo/badge.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/radio/demo/badge.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-solid"
|
||||
>
|
||||
@ -85,7 +85,7 @@ exports[`renders ./components/radio/demo/badge.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/radio/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/radio/demo/basic.tsx extend context correctly 1`] = `
|
||||
<label
|
||||
class="ant-radio-wrapper"
|
||||
>
|
||||
@ -106,7 +106,7 @@ exports[`renders ./components/radio/demo/basic.tsx extend context correctly 1`]
|
||||
</label>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/radio/demo/disabled.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/radio/demo/disabled.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<label
|
||||
class="ant-radio-wrapper ant-radio-wrapper-disabled"
|
||||
@ -160,7 +160,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/radio/demo/radiobutton.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/radio/demo/radiobutton.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
@ -415,7 +415,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/radio/demo/radiobutton-solid.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/radio/demo/radiobutton-solid.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-solid"
|
||||
@ -584,7 +584,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/radio/demo/radiogroup.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/radio/demo/radiogroup.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
>
|
||||
@ -668,7 +668,7 @@ exports[`renders ./components/radio/demo/radiogroup.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/radio/demo/radiogroup-more.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/radio/demo/radiogroup-more.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
>
|
||||
@ -775,7 +775,7 @@ exports[`renders ./components/radio/demo/radiogroup-more.tsx extend context corr
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/radio/demo/radiogroup-options.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/radio/demo/radiogroup-options.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
@ -1035,7 +1035,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/radio/demo/radiogroup-with-name.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/radio/demo/radiogroup-with-name.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
>
|
||||
@ -1123,7 +1123,7 @@ exports[`renders ./components/radio/demo/radiogroup-with-name.tsx extend context
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/radio/demo/size.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/radio/demo/size.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline ant-radio-group-large"
|
||||
@ -1373,7 +1373,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/radio/demo/wireframe.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/radio/demo/wireframe.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/radio/demo/badge.tsx correctly 1`] = `
|
||||
exports[`renders components/radio/demo/badge.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-solid"
|
||||
>
|
||||
@ -85,7 +85,7 @@ exports[`renders ./components/radio/demo/badge.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/radio/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/radio/demo/basic.tsx correctly 1`] = `
|
||||
<label
|
||||
class="ant-radio-wrapper"
|
||||
>
|
||||
@ -106,7 +106,7 @@ exports[`renders ./components/radio/demo/basic.tsx correctly 1`] = `
|
||||
</label>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/radio/demo/disabled.tsx correctly 1`] = `
|
||||
exports[`renders components/radio/demo/disabled.tsx correctly 1`] = `
|
||||
Array [
|
||||
<label
|
||||
class="ant-radio-wrapper ant-radio-wrapper-disabled"
|
||||
@ -160,7 +160,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/radio/demo/radiobutton.tsx correctly 1`] = `
|
||||
exports[`renders components/radio/demo/radiobutton.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
@ -415,7 +415,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/radio/demo/radiobutton-solid.tsx correctly 1`] = `
|
||||
exports[`renders components/radio/demo/radiobutton-solid.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-solid"
|
||||
@ -584,7 +584,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/radio/demo/radiogroup.tsx correctly 1`] = `
|
||||
exports[`renders components/radio/demo/radiogroup.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
>
|
||||
@ -668,7 +668,7 @@ exports[`renders ./components/radio/demo/radiogroup.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/radio/demo/radiogroup-more.tsx correctly 1`] = `
|
||||
exports[`renders components/radio/demo/radiogroup-more.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
>
|
||||
@ -775,7 +775,7 @@ exports[`renders ./components/radio/demo/radiogroup-more.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/radio/demo/radiogroup-options.tsx correctly 1`] = `
|
||||
exports[`renders components/radio/demo/radiogroup-options.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
@ -1035,7 +1035,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/radio/demo/radiogroup-with-name.tsx correctly 1`] = `
|
||||
exports[`renders components/radio/demo/radiogroup-with-name.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
>
|
||||
@ -1123,7 +1123,7 @@ exports[`renders ./components/radio/demo/radiogroup-with-name.tsx correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/radio/demo/size.tsx correctly 1`] = `
|
||||
exports[`renders components/radio/demo/size.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline ant-radio-group-large"
|
||||
@ -1373,7 +1373,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/radio/demo/wireframe.tsx correctly 1`] = `
|
||||
exports[`renders components/radio/demo/wireframe.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/rate/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/rate/demo/basic.tsx extend context correctly 1`] = `
|
||||
<ul
|
||||
class="ant-rate"
|
||||
role="radiogroup"
|
||||
@ -299,7 +299,7 @@ exports[`renders ./components/rate/demo/basic.tsx extend context correctly 1`] =
|
||||
</ul>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/rate/demo/character.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/rate/demo/character.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-rate"
|
||||
@ -835,7 +835,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/rate/demo/character-function.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/rate/demo/character-function.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-rate"
|
||||
@ -1253,7 +1253,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/rate/demo/clear.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/rate/demo/clear.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-rate"
|
||||
@ -1861,7 +1861,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/rate/demo/disabled.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/rate/demo/disabled.tsx extend context correctly 1`] = `
|
||||
<ul
|
||||
class="ant-rate ant-rate-disabled"
|
||||
role="radiogroup"
|
||||
@ -2160,7 +2160,7 @@ exports[`renders ./components/rate/demo/disabled.tsx extend context correctly 1`
|
||||
</ul>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/rate/demo/half.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/rate/demo/half.tsx extend context correctly 1`] = `
|
||||
<ul
|
||||
class="ant-rate"
|
||||
role="radiogroup"
|
||||
@ -2459,7 +2459,7 @@ exports[`renders ./components/rate/demo/half.tsx extend context correctly 1`] =
|
||||
</ul>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/rate/demo/text.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/rate/demo/text.tsx extend context correctly 1`] = `
|
||||
<span>
|
||||
<ul
|
||||
class="ant-rate"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/rate/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/rate/demo/basic.tsx correctly 1`] = `
|
||||
<ul
|
||||
class="ant-rate"
|
||||
role="radiogroup"
|
||||
@ -299,7 +299,7 @@ exports[`renders ./components/rate/demo/basic.tsx correctly 1`] = `
|
||||
</ul>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/rate/demo/character.tsx correctly 1`] = `
|
||||
exports[`renders components/rate/demo/character.tsx correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-rate"
|
||||
@ -835,7 +835,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/rate/demo/character-function.tsx correctly 1`] = `
|
||||
exports[`renders components/rate/demo/character-function.tsx correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-rate"
|
||||
@ -1253,7 +1253,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/rate/demo/clear.tsx correctly 1`] = `
|
||||
exports[`renders components/rate/demo/clear.tsx correctly 1`] = `
|
||||
Array [
|
||||
<ul
|
||||
class="ant-rate"
|
||||
@ -1861,7 +1861,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/rate/demo/disabled.tsx correctly 1`] = `
|
||||
exports[`renders components/rate/demo/disabled.tsx correctly 1`] = `
|
||||
<ul
|
||||
class="ant-rate ant-rate-disabled"
|
||||
role="radiogroup"
|
||||
@ -2160,7 +2160,7 @@ exports[`renders ./components/rate/demo/disabled.tsx correctly 1`] = `
|
||||
</ul>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/rate/demo/half.tsx correctly 1`] = `
|
||||
exports[`renders components/rate/demo/half.tsx correctly 1`] = `
|
||||
<ul
|
||||
class="ant-rate"
|
||||
role="radiogroup"
|
||||
@ -2459,7 +2459,7 @@ exports[`renders ./components/rate/demo/half.tsx correctly 1`] = `
|
||||
</ul>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/rate/demo/text.tsx correctly 1`] = `
|
||||
exports[`renders components/rate/demo/text.tsx correctly 1`] = `
|
||||
<span>
|
||||
<ul
|
||||
class="ant-rate"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/result/demo/403.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/result/demo/403.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-result ant-result-403"
|
||||
>
|
||||
@ -313,7 +313,7 @@ exports[`renders ./components/result/demo/403.tsx extend context correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/result/demo/404.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/result/demo/404.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-result ant-result-404"
|
||||
>
|
||||
@ -644,7 +644,7 @@ exports[`renders ./components/result/demo/404.tsx extend context correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/result/demo/500.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/result/demo/500.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-result ant-result-500"
|
||||
>
|
||||
@ -1022,7 +1022,7 @@ exports[`renders ./components/result/demo/500.tsx extend context correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/result/demo/customIcon.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/result/demo/customIcon.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-result ant-result-info"
|
||||
>
|
||||
@ -1069,7 +1069,7 @@ exports[`renders ./components/result/demo/customIcon.tsx extend context correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/result/demo/error.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/result/demo/error.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-result ant-result-error"
|
||||
>
|
||||
@ -1209,7 +1209,7 @@ exports[`renders ./components/result/demo/error.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/result/demo/info.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/result/demo/info.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-result ant-result-info"
|
||||
>
|
||||
@ -1256,7 +1256,7 @@ exports[`renders ./components/result/demo/info.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/result/demo/success.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/result/demo/success.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-result ant-result-success"
|
||||
>
|
||||
@ -1316,7 +1316,7 @@ exports[`renders ./components/result/demo/success.tsx extend context correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/result/demo/warning.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/result/demo/warning.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-result ant-result-warning"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/result/demo/403.tsx correctly 1`] = `
|
||||
exports[`renders components/result/demo/403.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-result ant-result-403"
|
||||
>
|
||||
@ -313,7 +313,7 @@ exports[`renders ./components/result/demo/403.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/result/demo/404.tsx correctly 1`] = `
|
||||
exports[`renders components/result/demo/404.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-result ant-result-404"
|
||||
>
|
||||
@ -644,7 +644,7 @@ exports[`renders ./components/result/demo/404.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/result/demo/500.tsx correctly 1`] = `
|
||||
exports[`renders components/result/demo/500.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-result ant-result-500"
|
||||
>
|
||||
@ -1022,7 +1022,7 @@ exports[`renders ./components/result/demo/500.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/result/demo/customIcon.tsx correctly 1`] = `
|
||||
exports[`renders components/result/demo/customIcon.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-result ant-result-info"
|
||||
>
|
||||
@ -1069,7 +1069,7 @@ exports[`renders ./components/result/demo/customIcon.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/result/demo/error.tsx correctly 1`] = `
|
||||
exports[`renders components/result/demo/error.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-result ant-result-error"
|
||||
>
|
||||
@ -1209,7 +1209,7 @@ exports[`renders ./components/result/demo/error.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/result/demo/info.tsx correctly 1`] = `
|
||||
exports[`renders components/result/demo/info.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-result ant-result-info"
|
||||
>
|
||||
@ -1256,7 +1256,7 @@ exports[`renders ./components/result/demo/info.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/result/demo/success.tsx correctly 1`] = `
|
||||
exports[`renders components/result/demo/success.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-result ant-result-success"
|
||||
>
|
||||
@ -1316,7 +1316,7 @@ exports[`renders ./components/result/demo/success.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/result/demo/warning.tsx correctly 1`] = `
|
||||
exports[`renders components/result/demo/warning.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-result ant-result-warning"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/segmented/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-segmented"
|
||||
>
|
||||
@ -82,7 +82,7 @@ exports[`renders ./components/segmented/demo/basic.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/segmented/demo/block.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/block.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-segmented ant-segmented-block"
|
||||
>
|
||||
@ -136,7 +136,7 @@ exports[`renders ./components/segmented/demo/block.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/segmented/demo/controlled.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/controlled.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-segmented"
|
||||
>
|
||||
@ -190,7 +190,7 @@ exports[`renders ./components/segmented/demo/controlled.tsx extend context corre
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/segmented/demo/controlled-two.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/controlled-two.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-segmented"
|
||||
@ -298,7 +298,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/segmented/demo/custom.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/custom.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -519,7 +519,7 @@ exports[`renders ./components/segmented/demo/custom.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/segmented/demo/disabled.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/disabled.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -670,7 +670,7 @@ exports[`renders ./components/segmented/demo/disabled.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/segmented/demo/dynamic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/dynamic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -745,7 +745,7 @@ exports[`renders ./components/segmented/demo/dynamic.tsx extend context correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/segmented/demo/icon-only.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/icon-only.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-segmented"
|
||||
>
|
||||
@ -827,7 +827,7 @@ exports[`renders ./components/segmented/demo/icon-only.tsx extend context correc
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/segmented/demo/size.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/size.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -1085,7 +1085,7 @@ exports[`renders ./components/segmented/demo/size.tsx extend context correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/segmented/demo/size-consistent.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/size-consistent.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -1398,7 +1398,7 @@ exports[`renders ./components/segmented/demo/size-consistent.tsx extend context
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/segmented/demo/with-icon.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/with-icon.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-segmented"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/segmented/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-segmented"
|
||||
>
|
||||
@ -82,7 +82,7 @@ exports[`renders ./components/segmented/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/segmented/demo/block.tsx correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/block.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-segmented ant-segmented-block"
|
||||
>
|
||||
@ -136,7 +136,7 @@ exports[`renders ./components/segmented/demo/block.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/segmented/demo/controlled.tsx correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/controlled.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-segmented"
|
||||
>
|
||||
@ -190,7 +190,7 @@ exports[`renders ./components/segmented/demo/controlled.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/segmented/demo/controlled-two.tsx correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/controlled-two.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-segmented"
|
||||
@ -298,7 +298,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/segmented/demo/custom.tsx correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/custom.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -519,7 +519,7 @@ exports[`renders ./components/segmented/demo/custom.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/segmented/demo/disabled.tsx correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/disabled.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -670,7 +670,7 @@ exports[`renders ./components/segmented/demo/disabled.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/segmented/demo/dynamic.tsx correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/dynamic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -745,7 +745,7 @@ exports[`renders ./components/segmented/demo/dynamic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/segmented/demo/icon-only.tsx correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/icon-only.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-segmented"
|
||||
>
|
||||
@ -827,7 +827,7 @@ exports[`renders ./components/segmented/demo/icon-only.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/segmented/demo/size.tsx correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/size.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -1085,7 +1085,7 @@ exports[`renders ./components/segmented/demo/size.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/segmented/demo/size-consistent.tsx correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/size-consistent.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -1343,7 +1343,7 @@ exports[`renders ./components/segmented/demo/size-consistent.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/segmented/demo/with-icon.tsx correctly 1`] = `
|
||||
exports[`renders components/segmented/demo/with-icon.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-segmented"
|
||||
>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/select/demo/automatic-tokenization.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/automatic-tokenization.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-multiple ant-select-show-arrow ant-select-show-search"
|
||||
style="width:100%"
|
||||
@ -404,7 +404,7 @@ exports[`renders ./components/select/demo/automatic-tokenization.tsx extend cont
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -979,7 +979,7 @@ exports[`renders ./components/select/demo/basic.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/bordered.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/bordered.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -1271,7 +1271,7 @@ exports[`renders ./components/select/demo/bordered.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/coordinate.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/coordinate.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -1586,7 +1586,7 @@ exports[`renders ./components/select/demo/coordinate.tsx extend context correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/custom-dropdown-menu.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/custom-dropdown-menu.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-single ant-select-show-arrow"
|
||||
style="width:300px"
|
||||
@ -1786,7 +1786,7 @@ exports[`renders ./components/select/demo/custom-dropdown-menu.tsx extend contex
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/custom-tag-render.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/custom-tag-render.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-multiple ant-select-show-arrow ant-select-show-search"
|
||||
style="width:100%"
|
||||
@ -2064,7 +2064,7 @@ exports[`renders ./components/select/demo/custom-tag-render.tsx extend context c
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/debug.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/debug.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px;width:500px;position:relative;z-index:1;border:1px solid red;background-color:#fff"
|
||||
@ -2540,7 +2540,7 @@ exports[`renders ./components/select/demo/debug.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/hide-selected.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/hide-selected.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-multiple ant-select-show-arrow ant-select-show-search"
|
||||
style="width:100%"
|
||||
@ -2707,7 +2707,7 @@ exports[`renders ./components/select/demo/hide-selected.tsx extend context corre
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/label-in-value.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/label-in-value.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-single ant-select-show-arrow"
|
||||
style="width:120px"
|
||||
@ -2850,7 +2850,7 @@ exports[`renders ./components/select/demo/label-in-value.tsx extend context corr
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/multiple.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/multiple.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -3913,7 +3913,7 @@ exports[`renders ./components/select/demo/multiple.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/optgroup.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/optgroup.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-single ant-select-show-arrow"
|
||||
style="width:200px"
|
||||
@ -4090,7 +4090,7 @@ exports[`renders ./components/select/demo/optgroup.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/option-label-center.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/option-label-center.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -4273,7 +4273,7 @@ exports[`renders ./components/select/demo/option-label-center.tsx extend context
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/option-label-prop.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/option-label-prop.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-multiple ant-select-show-arrow ant-select-show-search"
|
||||
style="width:100%"
|
||||
@ -4576,7 +4576,7 @@ exports[`renders ./components/select/demo/option-label-prop.tsx extend context c
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/placement.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/placement.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
@ -4807,7 +4807,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/responsive.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/responsive.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -5920,7 +5920,7 @@ exports[`renders ./components/select/demo/responsive.tsx extend context correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/search.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/search.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-single ant-select-show-arrow ant-select-show-search"
|
||||
>
|
||||
@ -6075,7 +6075,7 @@ exports[`renders ./components/select/demo/search.tsx extend context correctly 1`
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/search-box.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/search-box.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-single ant-select-show-search"
|
||||
style="width:200px"
|
||||
@ -6120,7 +6120,7 @@ exports[`renders ./components/select/demo/search-box.tsx extend context correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/search-sort.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/search-sort.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-single ant-select-show-arrow ant-select-show-search"
|
||||
style="width:200px"
|
||||
@ -6327,7 +6327,7 @@ exports[`renders ./components/select/demo/search-sort.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/select-users.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/select-users.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-multiple ant-select-show-arrow ant-select-show-search"
|
||||
style="width:100%"
|
||||
@ -6416,7 +6416,7 @@ exports[`renders ./components/select/demo/select-users.tsx extend context correc
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/size.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/size.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
@ -8119,7 +8119,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/status.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/status.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -8366,7 +8366,7 @@ exports[`renders ./components/select/demo/status.tsx extend context correctly 1`
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/suffix.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/suffix.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -8675,7 +8675,7 @@ exports[`renders ./components/select/demo/suffix.tsx extend context correctly 1`
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/tags.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/select/demo/tags.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-multiple ant-select-show-arrow ant-select-show-search"
|
||||
style="width:100%"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/select/demo/automatic-tokenization.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/automatic-tokenization.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-multiple ant-select-show-arrow ant-select-show-search"
|
||||
style="width:100%"
|
||||
@ -72,7 +72,7 @@ exports[`renders ./components/select/demo/automatic-tokenization.tsx correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -368,7 +368,7 @@ exports[`renders ./components/select/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/big-data.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/big-data.tsx correctly 1`] = `
|
||||
Array [
|
||||
<h3
|
||||
class="ant-typography"
|
||||
@ -524,7 +524,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/bordered.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/bordered.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -664,7 +664,7 @@ exports[`renders ./components/select/demo/bordered.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/coordinate.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/coordinate.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -802,7 +802,7 @@ exports[`renders ./components/select/demo/coordinate.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/custom-dropdown-menu.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/custom-dropdown-menu.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-single ant-select-show-arrow"
|
||||
style="width:300px"
|
||||
@ -864,7 +864,7 @@ exports[`renders ./components/select/demo/custom-dropdown-menu.tsx correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/custom-tag-render.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/custom-tag-render.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-multiple ant-select-show-arrow ant-select-show-search"
|
||||
style="width:100%"
|
||||
@ -1002,7 +1002,7 @@ exports[`renders ./components/select/demo/custom-tag-render.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/debug.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/debug.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px;width:500px;position:relative;z-index:1;border:1px solid red;background-color:#fff"
|
||||
@ -1220,7 +1220,7 @@ exports[`renders ./components/select/demo/debug.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/hide-selected.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/hide-selected.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-multiple ant-select-show-arrow ant-select-show-search"
|
||||
style="width:100%"
|
||||
@ -1297,7 +1297,7 @@ exports[`renders ./components/select/demo/hide-selected.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/label-in-value.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/label-in-value.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-single ant-select-show-arrow"
|
||||
style="width:120px"
|
||||
@ -1360,7 +1360,7 @@ exports[`renders ./components/select/demo/label-in-value.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/multiple.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/multiple.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -1655,7 +1655,7 @@ exports[`renders ./components/select/demo/multiple.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/optgroup.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/optgroup.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-single ant-select-show-arrow"
|
||||
style="width:200px"
|
||||
@ -1718,7 +1718,7 @@ exports[`renders ./components/select/demo/optgroup.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/option-label-center.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/option-label-center.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -1817,7 +1817,7 @@ exports[`renders ./components/select/demo/option-label-center.tsx correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/option-label-prop.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/option-label-prop.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-multiple ant-select-show-arrow ant-select-show-search"
|
||||
style="width:100%"
|
||||
@ -1930,7 +1930,7 @@ exports[`renders ./components/select/demo/option-label-prop.tsx correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/placement.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/placement.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
@ -2078,7 +2078,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/responsive.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/responsive.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -2267,7 +2267,7 @@ exports[`renders ./components/select/demo/responsive.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/search.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/search.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-single ant-select-show-arrow ant-select-show-search"
|
||||
>
|
||||
@ -2325,7 +2325,7 @@ exports[`renders ./components/select/demo/search.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/search-box.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/search-box.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-single ant-select-show-search"
|
||||
style="width:200px"
|
||||
@ -2358,7 +2358,7 @@ exports[`renders ./components/select/demo/search-box.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/search-sort.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/search-sort.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-single ant-select-show-arrow ant-select-show-search"
|
||||
style="width:200px"
|
||||
@ -2417,7 +2417,7 @@ exports[`renders ./components/select/demo/search-sort.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/select-users.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/select-users.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-multiple ant-select-show-arrow ant-select-show-search"
|
||||
style="width:100%"
|
||||
@ -2494,7 +2494,7 @@ exports[`renders ./components/select/demo/select-users.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/size.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/size.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
@ -2941,7 +2941,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/status.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/status.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -3072,7 +3072,7 @@ exports[`renders ./components/select/demo/status.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/suffix.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/suffix.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-8px"
|
||||
@ -3212,7 +3212,7 @@ exports[`renders ./components/select/demo/suffix.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/select/demo/tags.tsx correctly 1`] = `
|
||||
exports[`renders components/select/demo/tags.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-select ant-select-multiple ant-select-show-arrow ant-select-show-search"
|
||||
style="width:100%"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/skeleton/demo/active.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/skeleton/demo/active.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-skeleton ant-skeleton-active"
|
||||
>
|
||||
@ -24,7 +24,7 @@ exports[`renders ./components/skeleton/demo/active.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/skeleton/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/skeleton/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-skeleton"
|
||||
>
|
||||
@ -48,7 +48,7 @@ exports[`renders ./components/skeleton/demo/basic.tsx extend context correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/skeleton/demo/children.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/skeleton/demo/children.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -81,7 +81,7 @@ exports[`renders ./components/skeleton/demo/children.tsx extend context correctl
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/skeleton/demo/complex.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/skeleton/demo/complex.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-skeleton ant-skeleton-with-avatar"
|
||||
>
|
||||
@ -111,7 +111,7 @@ exports[`renders ./components/skeleton/demo/complex.tsx extend context correctly
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/skeleton/demo/element.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/skeleton/demo/element.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
@ -649,7 +649,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/skeleton/demo/list.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/skeleton/demo/list.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
aria-checked="false"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/skeleton/demo/active.tsx correctly 1`] = `
|
||||
exports[`renders components/skeleton/demo/active.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-skeleton ant-skeleton-active"
|
||||
>
|
||||
@ -24,7 +24,7 @@ exports[`renders ./components/skeleton/demo/active.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/skeleton/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/skeleton/demo/basic.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-skeleton"
|
||||
>
|
||||
@ -48,7 +48,7 @@ exports[`renders ./components/skeleton/demo/basic.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/skeleton/demo/children.tsx correctly 1`] = `
|
||||
exports[`renders components/skeleton/demo/children.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -81,7 +81,7 @@ exports[`renders ./components/skeleton/demo/children.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/skeleton/demo/complex.tsx correctly 1`] = `
|
||||
exports[`renders components/skeleton/demo/complex.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-skeleton ant-skeleton-with-avatar"
|
||||
>
|
||||
@ -111,7 +111,7 @@ exports[`renders ./components/skeleton/demo/complex.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/skeleton/demo/element.tsx correctly 1`] = `
|
||||
exports[`renders components/skeleton/demo/element.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
@ -649,7 +649,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/skeleton/demo/list.tsx correctly 1`] = `
|
||||
exports[`renders components/skeleton/demo/list.tsx correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
aria-checked="false"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/slider/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/slider/demo/basic.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-slider ant-slider-horizontal"
|
||||
@ -141,7 +141,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/slider/demo/draggableTrack.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/slider/demo/draggableTrack.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-slider ant-slider-horizontal"
|
||||
>
|
||||
@ -216,7 +216,7 @@ exports[`renders ./components/slider/demo/draggableTrack.tsx extend context corr
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/slider/demo/event.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/slider/demo/event.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-slider ant-slider-horizontal"
|
||||
@ -336,7 +336,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/slider/demo/icon-slider.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/slider/demo/icon-slider.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="icon-wrapper"
|
||||
>
|
||||
@ -424,7 +424,7 @@ exports[`renders ./components/slider/demo/icon-slider.tsx extend context correct
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/slider/demo/input-number.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/slider/demo/input-number.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -705,7 +705,7 @@ exports[`renders ./components/slider/demo/input-number.tsx extend context correc
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/slider/demo/mark.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/slider/demo/mark.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<h4>
|
||||
included=true
|
||||
@ -1197,7 +1197,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/slider/demo/reverse.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/slider/demo/reverse.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-slider ant-slider-horizontal"
|
||||
@ -1338,7 +1338,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/slider/demo/show-tooltip.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/slider/demo/show-tooltip.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-slider ant-slider-horizontal"
|
||||
>
|
||||
@ -1384,7 +1384,7 @@ exports[`renders ./components/slider/demo/show-tooltip.tsx extend context correc
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/slider/demo/tip-formatter.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/slider/demo/tip-formatter.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-slider ant-slider-horizontal"
|
||||
@ -1473,7 +1473,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/slider/demo/vertical.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/slider/demo/vertical.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
style="display:inline-block;height:300px;margin-left:70px"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/slider/demo/basic.tsx correctly 1`] = `
|
||||
exports[`renders components/slider/demo/basic.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-slider ant-slider-horizontal"
|
||||
@ -84,7 +84,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/slider/demo/draggableTrack.tsx correctly 1`] = `
|
||||
exports[`renders components/slider/demo/draggableTrack.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-slider ant-slider-horizontal"
|
||||
>
|
||||
@ -121,7 +121,7 @@ exports[`renders ./components/slider/demo/draggableTrack.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/slider/demo/event.tsx correctly 1`] = `
|
||||
exports[`renders components/slider/demo/event.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-slider ant-slider-horizontal"
|
||||
@ -184,7 +184,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/slider/demo/icon-slider.tsx correctly 1`] = `
|
||||
exports[`renders components/slider/demo/icon-slider.tsx correctly 1`] = `
|
||||
<div
|
||||
class="icon-wrapper"
|
||||
>
|
||||
@ -253,7 +253,7 @@ exports[`renders ./components/slider/demo/icon-slider.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/slider/demo/input-number.tsx correctly 1`] = `
|
||||
exports[`renders components/slider/demo/input-number.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
@ -496,7 +496,7 @@ exports[`renders ./components/slider/demo/input-number.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/slider/demo/mark.tsx correctly 1`] = `
|
||||
exports[`renders components/slider/demo/mark.tsx correctly 1`] = `
|
||||
Array [
|
||||
<h4>
|
||||
included=true
|
||||
@ -874,7 +874,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/slider/demo/reverse.tsx correctly 1`] = `
|
||||
exports[`renders components/slider/demo/reverse.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-slider ant-slider-horizontal"
|
||||
@ -958,7 +958,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/slider/demo/tip-formatter.tsx correctly 1`] = `
|
||||
exports[`renders components/slider/demo/tip-formatter.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-slider ant-slider-horizontal"
|
||||
@ -1011,7 +1011,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/slider/demo/vertical.tsx correctly 1`] = `
|
||||
exports[`renders components/slider/demo/vertical.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
style="display:inline-block;height:300px;margin-left:70px"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/space/demo/align.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/space/demo/align.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="space-align-container"
|
||||
>
|
||||
@ -151,7 +151,7 @@ exports[`renders ./components/space/demo/align.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/base.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/space/demo/base.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -321,7 +321,7 @@ exports[`renders ./components/space/demo/base.tsx extend context correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/compact.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/space/demo/compact.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="site-space-compact-wrapper"
|
||||
>
|
||||
@ -8344,7 +8344,7 @@ exports[`renders ./components/space/demo/compact.tsx extend context correctly 1`
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/compact-button-vertical.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/space/demo/compact-button-vertical.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -8449,7 +8449,7 @@ exports[`renders ./components/space/demo/compact-button-vertical.tsx extend cont
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/compact-buttons.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/space/demo/compact-buttons.tsx extend context correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="ant-space-compact ant-space-compact-block"
|
||||
@ -9398,7 +9398,7 @@ exports[`renders ./components/space/demo/compact-buttons.tsx extend context corr
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/compact-debug.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/space/demo/compact-debug.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -12247,7 +12247,7 @@ exports[`renders ./components/space/demo/compact-debug.tsx extend context correc
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/compact-nested.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/space/demo/compact-nested.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-space-compact ant-space-compact-block"
|
||||
@ -14195,7 +14195,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/customize.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/space/demo/customize.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-slider ant-slider-horizontal"
|
||||
@ -14300,7 +14300,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/debug.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/space/demo/debug.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -14532,7 +14532,7 @@ exports[`renders ./components/space/demo/debug.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/gap-in-line.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/space/demo/gap-in-line.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
aria-checked="false"
|
||||
@ -14598,7 +14598,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/size.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/space/demo/size.tsx extend context correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
@ -14722,7 +14722,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/split.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/space/demo/split.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -14776,7 +14776,7 @@ exports[`renders ./components/space/demo/split.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/vertical.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/space/demo/vertical.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="display:flex"
|
||||
@ -14879,7 +14879,7 @@ exports[`renders ./components/space/demo/vertical.tsx extend context correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/wrap.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/space/demo/wrap.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-16px"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/space/demo/align.tsx correctly 1`] = `
|
||||
exports[`renders components/space/demo/align.tsx correctly 1`] = `
|
||||
<div
|
||||
class="space-align-container"
|
||||
>
|
||||
@ -151,7 +151,7 @@ exports[`renders ./components/space/demo/align.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/base.tsx correctly 1`] = `
|
||||
exports[`renders components/space/demo/base.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -243,7 +243,7 @@ exports[`renders ./components/space/demo/base.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/compact.tsx correctly 1`] = `
|
||||
exports[`renders components/space/demo/compact.tsx correctly 1`] = `
|
||||
<div
|
||||
class="site-space-compact-wrapper"
|
||||
>
|
||||
@ -1725,7 +1725,7 @@ exports[`renders ./components/space/demo/compact.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/compact-button-vertical.tsx correctly 1`] = `
|
||||
exports[`renders components/space/demo/compact-button-vertical.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -1830,7 +1830,7 @@ exports[`renders ./components/space/demo/compact-button-vertical.tsx correctly 1
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/compact-buttons.tsx correctly 1`] = `
|
||||
exports[`renders components/space/demo/compact-buttons.tsx correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="ant-space-compact ant-space-compact-block"
|
||||
@ -2224,7 +2224,7 @@ exports[`renders ./components/space/demo/compact-buttons.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/compact-debug.tsx correctly 1`] = `
|
||||
exports[`renders components/space/demo/compact-debug.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
>
|
||||
@ -3403,7 +3403,7 @@ exports[`renders ./components/space/demo/compact-debug.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/compact-nested.tsx correctly 1`] = `
|
||||
exports[`renders components/space/demo/compact-nested.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-space-compact ant-space-compact-block"
|
||||
@ -3816,7 +3816,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/customize.tsx correctly 1`] = `
|
||||
exports[`renders components/space/demo/customize.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-slider ant-slider-horizontal"
|
||||
@ -3902,7 +3902,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/debug.tsx correctly 1`] = `
|
||||
exports[`renders components/space/demo/debug.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -3978,7 +3978,7 @@ exports[`renders ./components/space/demo/debug.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/gap-in-line.tsx correctly 1`] = `
|
||||
exports[`renders components/space/demo/gap-in-line.tsx correctly 1`] = `
|
||||
Array [
|
||||
<button
|
||||
aria-checked="false"
|
||||
@ -4044,7 +4044,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/size.tsx correctly 1`] = `
|
||||
exports[`renders components/space/demo/size.tsx correctly 1`] = `
|
||||
Array [
|
||||
<div
|
||||
class="ant-radio-group ant-radio-group-outline"
|
||||
@ -4168,7 +4168,7 @@ Array [
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/split.tsx correctly 1`] = `
|
||||
exports[`renders components/space/demo/split.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -4222,7 +4222,7 @@ exports[`renders ./components/space/demo/split.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/vertical.tsx correctly 1`] = `
|
||||
exports[`renders components/space/demo/vertical.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="display:flex"
|
||||
@ -4325,7 +4325,7 @@ exports[`renders ./components/space/demo/vertical.tsx correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/space/demo/wrap.tsx correctly 1`] = `
|
||||
exports[`renders components/space/demo/wrap.tsx correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
style="flex-wrap:wrap;margin-bottom:-16px"
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders ./components/spin/demo/basic.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/spin/demo/basic.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
aria-busy="true"
|
||||
aria-live="polite"
|
||||
@ -25,7 +25,7 @@ exports[`renders ./components/spin/demo/basic.tsx extend context correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/spin/demo/custom-indicator.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/spin/demo/custom-indicator.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
aria-busy="true"
|
||||
aria-live="polite"
|
||||
@ -54,7 +54,7 @@ exports[`renders ./components/spin/demo/custom-indicator.tsx extend context corr
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/spin/demo/delayAndDebounce.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/spin/demo/delayAndDebounce.tsx extend context correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="ant-spin-nested-loading"
|
||||
@ -112,7 +112,7 @@ exports[`renders ./components/spin/demo/delayAndDebounce.tsx extend context corr
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/spin/demo/inside.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/spin/demo/inside.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="example"
|
||||
>
|
||||
@ -141,7 +141,7 @@ exports[`renders ./components/spin/demo/inside.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/spin/demo/nested.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/spin/demo/nested.tsx extend context correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="ant-spin-nested-loading"
|
||||
@ -199,7 +199,7 @@ exports[`renders ./components/spin/demo/nested.tsx extend context correctly 1`]
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/spin/demo/size.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/spin/demo/size.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-horizontal ant-space-align-center"
|
||||
>
|
||||
@ -286,7 +286,7 @@ exports[`renders ./components/spin/demo/size.tsx extend context correctly 1`] =
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`renders ./components/spin/demo/tip.tsx extend context correctly 1`] = `
|
||||
exports[`renders components/spin/demo/tip.tsx extend context correctly 1`] = `
|
||||
<div
|
||||
class="ant-space ant-space-vertical"
|
||||
style="width:100%"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user