mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-05 01:19:45 +08:00
cbcfd38ca7
* build: try to use dumi as doc tool
* docs: migrate demo structure to dumi way
* refactor: use type export & import
* docs: migrate demo previewer to dumi
* docs: create empty layout & components
* docs: apply custom rehype plugin
* docs: create empty extra pages
* docs: Add Banner component
* chore: move theme tsconfig.json
* docs: home page init
* docs: migrate header (#37896)
* docs: header
* docs: update
* docs: home init
* clean up
* test: fix site lint
* chore: tsc ignore demo
* chore: dumi demo migrate script
* chore: cards
* docs: home layout
* docs: Update locale logic
* docs: fix getLink logic
* chore: fix ci (#37899)
* chore: fix ci
* ci: remove check-ts-demo
* ci: preview build
* test: ignore demo.tsx
* chore: update script
* test: update snapshot
* test: update node and image test
* chore: add .surgeignore
* docs: layout providers (#37908)
* docs: add components sidebar (#37923)
* docs: sidebar
* docs: update docs title
* docs: update design doc
* chore: code clean
* docs: handle changelog page
* docs: add title
* docs: add subtitle
* docs: active header nav
* chore: code clean
* docs: overview
* chore: code clean
* docs: update intl (#37918)
* docs: update intl
* chore: code clean
* docs: update favicons
* chore: update testPathIgnorePatterns
* chore: code clean
* chore: code clean
* chore: copy 404.html (#37996)
* docs: Home page theme picker
* chore: Update migrate script
* docs: home page update
* docs: theme editor style
* docs: theme lang
* chore: update migrate.js
* docs: fix demo (#38094)
* chore: update migrate.js
* docs: update md
* docs: update demo
* test: fix snapshot
* chore: move debug to code attr in migrate script
* chore: update md
Co-authored-by: PeachScript <scdzwyxst@gmail.com>
* feat: overview page
* feat: Migrate `404` page (#38118)
* feat: migrate IconSearch component (#37916)
* feat<site/IconSearch>: copy IconDisplay from site to .dumi
* feat<site/IconSearch>: change docs of icon
* feat<site/IconSearch>: tweak
* feat<site/IconSearch>: use useIntl instead of injectIntl
* feat<site/IconSearch>: fix ts type error
* feat<site/IconSearch>: use intl.formatMessage to render text
* docs: Adjust home btn sizw
* docs: Update doc
* feat: v5 site overview page (#38131)
* feat: site
* fix: fix
* feat: v5 site overview page
* fix: fix path
* fix: fix
* fix: fix
* docs: fix margin logic
* feat: v5 site change-log page (#38137)
* feat: v5 site change-log page (#38162)
* docs: site redirect to home pag
* docs: theme picker
* docs: use react-intl from dumi (#38183)
* docs: Theme Picker
* docs: update dumi config
* docs: home back fix
* docs: picker colorful
* docs: locale of it
* docs: update components desc
* docs: site of links
* docs: update components list
* docs: update desc
* feat: Migrate `DemoWrapper` component (#38166)
* feat: Migrate `DemoWrapper` component
* feat: remove invalid comments and add comment for `key` prop
* docs: FloatButton pure panel
* chore: update demo
* chore: update dumi config
* Revert "chore: update demo"
This reverts commit 028265d3ba
.
* chore: test logic adjust to support cnpm modules
* chore: add locale alias
* docs: /index to /
* docs: add locale redirect head script
* chore: adjust compact
* docs: fix missing token
* feat: compact switch
* chore: code clean
* docs: update home
* docs: fix radius token
* docs: hash of it
* chore: adjust home page
* docs: Add background map
* docs: site theme bac logic
* docs: avatar
* docs: update logo color
* docs: home banner
* docs: adjust tour size
* docs: purepanl update
* docs: transfooter
* docs: update banner gif
* docs: content (#38361)
* docs: title & EditButton
* docs: content
* chore: fix toc
* docs: resource page
* docs: transform resource data from hast
* docs: filename & Resource Card
* chore: enable prerender
* chore: remove less
* docs: toc style
* chore: fix lint
* docs: fix Layout page
* docs: fix CP page
* chore: update demos
* docs: workaround for export dynamic html
* chore: enable demo eslint
* docs: table style
* fix: header shadow
* chore: update snapshot
* fix: toc style
* docs: add title
* docs: Adjust site
* feat: helmet
* docs: site css
* fix: description
* feat: toc debug
* docs: update config-provider
* feat: use colorPanel
* fix: colorPanel value
* feat: anchor ink ball style
* feat: apply theme editor
* fix: code block style
* chore: update demo
* chore: fix lint
* chore: code clean
* chore: update snapshot
* feat: ts2js
* chore: description
* docs: site ready for ssr
includes:
- move client render logic to useEffect in site theme
- extract antd cssinjs to a single css file like bisheng
- workaround to support react@18 pipeableStream for emotion
* chore: bump testing lib
* docs: font size of title
* chore: remove react-sortable-hoc
* chore: update snapshot
* chore: update script
Co-authored-by: PeachScript <scdzwyxst@gmail.com>
Co-authored-by: MadCcc <1075746765@qq.com>
Co-authored-by: zqran <uuxnet@gmail.com>
Co-authored-by: TrickyPi <530257315@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
545 lines
16 KiB
TypeScript
545 lines
16 KiB
TypeScript
import React, { useState } from 'react';
|
||
import {
|
||
DownloadOutlined,
|
||
LeftOutlined,
|
||
MinusOutlined,
|
||
PlusOutlined,
|
||
RightOutlined,
|
||
SearchOutlined as SearchIcon,
|
||
SmileOutlined,
|
||
} from '@ant-design/icons';
|
||
import type { RadioChangeEvent } from 'antd';
|
||
import {
|
||
Badge,
|
||
Button,
|
||
Cascader,
|
||
Col,
|
||
ConfigProvider,
|
||
Divider,
|
||
Input,
|
||
InputNumber,
|
||
Modal,
|
||
Pagination,
|
||
Radio,
|
||
Rate,
|
||
Row,
|
||
Select,
|
||
Steps,
|
||
Switch,
|
||
Tree,
|
||
TreeSelect,
|
||
} from 'antd';
|
||
import type { DirectionType } from 'antd/es/config-provider';
|
||
|
||
const InputGroup = Input.Group;
|
||
const ButtonGroup = Button.Group;
|
||
const { Option } = Select;
|
||
const { TreeNode } = Tree;
|
||
const { Search } = Input;
|
||
|
||
const cascaderOptions = [
|
||
{
|
||
value: 'tehran',
|
||
label: 'تهران',
|
||
children: [
|
||
{
|
||
value: 'tehran-c',
|
||
label: 'تهران',
|
||
children: [
|
||
{
|
||
value: 'saadat-abad',
|
||
label: 'سعادت آیاد',
|
||
},
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
value: 'ardabil',
|
||
label: 'اردبیل',
|
||
children: [
|
||
{
|
||
value: 'ardabil-c',
|
||
label: 'اردبیل',
|
||
children: [
|
||
{
|
||
value: 'primadar',
|
||
label: 'پیرمادر',
|
||
},
|
||
],
|
||
},
|
||
],
|
||
},
|
||
{
|
||
value: 'gilan',
|
||
label: 'گیلان',
|
||
children: [
|
||
{
|
||
value: 'rasht',
|
||
label: 'رشت',
|
||
children: [
|
||
{
|
||
value: 'district-3',
|
||
label: 'منطقه ۳',
|
||
},
|
||
],
|
||
},
|
||
],
|
||
},
|
||
];
|
||
type Placement = 'bottomLeft' | 'bottomRight' | 'topLeft' | 'topRight';
|
||
|
||
const Page: React.FC<{ popupPlacement: Placement }> = ({ popupPlacement }) => {
|
||
const [currentStep, setCurrentStep] = useState(0);
|
||
const [modalOpen, setModalOpen] = useState(false);
|
||
const [badgeCount, setBadgeCount] = useState(5);
|
||
const [showBadge, setShowBadge] = useState(true);
|
||
|
||
const selectBefore = (
|
||
<Select defaultValue="Http://" style={{ width: 90 }}>
|
||
<Option value="Http://">Http://</Option>
|
||
<Option value="Https://">Https://</Option>
|
||
</Select>
|
||
);
|
||
|
||
const selectAfter = (
|
||
<Select defaultValue=".com" style={{ width: 80 }}>
|
||
<Option value=".com">.com</Option>
|
||
<Option value=".jp">.jp</Option>
|
||
<Option value=".cn">.cn</Option>
|
||
<Option value=".org">.org</Option>
|
||
</Select>
|
||
);
|
||
|
||
// ==== Cascader ====
|
||
const cascaderFilter = (inputValue: string, path: { label: string }[]) =>
|
||
path.some(option => option.label.toLowerCase().indexOf(inputValue.toLowerCase()) > -1);
|
||
|
||
const onCascaderChange = (value: any) => {
|
||
console.log(value);
|
||
};
|
||
// ==== End Cascader ====
|
||
|
||
// ==== Modal ====
|
||
const showModal = () => {
|
||
setModalOpen(true);
|
||
};
|
||
|
||
const handleOk = (e: React.MouseEvent<HTMLElement>) => {
|
||
console.log(e);
|
||
setModalOpen(false);
|
||
};
|
||
|
||
const handleCancel = (e: React.MouseEvent<HTMLElement>) => {
|
||
console.log(e);
|
||
setModalOpen(false);
|
||
};
|
||
|
||
// ==== End Modal ====
|
||
|
||
const onStepsChange = (newCurrentStep: number) => {
|
||
console.log('onChange:', newCurrentStep);
|
||
setCurrentStep(newCurrentStep);
|
||
};
|
||
|
||
// ==== Badge ====
|
||
|
||
const increaseBadge = () => {
|
||
setBadgeCount(badgeCount + 1);
|
||
};
|
||
|
||
const declineBadge = () => {
|
||
let newBadgeCount = badgeCount - 1;
|
||
if (newBadgeCount < 0) {
|
||
newBadgeCount = 0;
|
||
}
|
||
setBadgeCount(newBadgeCount);
|
||
};
|
||
|
||
const onChangeBadge = (checked: boolean) => {
|
||
setShowBadge(checked);
|
||
};
|
||
// ==== End Badge ====
|
||
|
||
return (
|
||
<div className="direction-components">
|
||
<Row>
|
||
<Col span={24}>
|
||
<Divider orientation="left">Cascader example</Divider>
|
||
<Cascader
|
||
suffixIcon={<SearchIcon />}
|
||
options={cascaderOptions}
|
||
onChange={onCascaderChange}
|
||
placeholder="یک مورد انتخاب کنید"
|
||
popupPlacement={popupPlacement}
|
||
/>
|
||
With search:
|
||
<Cascader
|
||
suffixIcon={<SmileOutlined />}
|
||
options={cascaderOptions}
|
||
onChange={onCascaderChange}
|
||
placeholder="Select an item"
|
||
popupPlacement={popupPlacement}
|
||
showSearch={{ filter: cascaderFilter }}
|
||
/>
|
||
</Col>
|
||
</Row>
|
||
<br />
|
||
<Row>
|
||
<Col span={12}>
|
||
<Divider orientation="left">Switch example</Divider>
|
||
|
||
<Switch defaultChecked />
|
||
|
||
<Switch loading defaultChecked />
|
||
|
||
<Switch size="small" loading />
|
||
</Col>
|
||
<Col span={12}>
|
||
<Divider orientation="left">Radio Group example</Divider>
|
||
|
||
<Radio.Group defaultValue="c" buttonStyle="solid">
|
||
<Radio.Button value="a">تهران</Radio.Button>
|
||
<Radio.Button value="b" disabled>
|
||
اصفهان
|
||
</Radio.Button>
|
||
<Radio.Button value="c">فارس</Radio.Button>
|
||
<Radio.Button value="d">خوزستان</Radio.Button>
|
||
</Radio.Group>
|
||
</Col>
|
||
</Row>
|
||
<br />
|
||
<Row>
|
||
<Col span={12}>
|
||
<Divider orientation="left">Button example</Divider>
|
||
<div className="button-demo">
|
||
<Button type="primary" icon={<DownloadOutlined />} />
|
||
<Button type="primary" shape="circle" icon={<DownloadOutlined />} />
|
||
<Button type="primary" shape="round" icon={<DownloadOutlined />} />
|
||
<Button type="primary" shape="round" icon={<DownloadOutlined />}>
|
||
Download
|
||
</Button>
|
||
<Button type="primary" icon={<DownloadOutlined />}>
|
||
Download
|
||
</Button>
|
||
<br />
|
||
<Button.Group>
|
||
<Button type="primary">
|
||
<LeftOutlined />
|
||
Backward
|
||
</Button>
|
||
<Button type="primary">
|
||
Forward
|
||
<RightOutlined />
|
||
</Button>
|
||
</Button.Group>
|
||
<Button type="primary" loading>
|
||
Loading
|
||
</Button>
|
||
<Button type="primary" size="small" loading>
|
||
Loading
|
||
</Button>
|
||
</div>
|
||
</Col>
|
||
<Col span={12}>
|
||
<Divider orientation="left">Tree example</Divider>
|
||
<Tree
|
||
showLine
|
||
checkable
|
||
defaultExpandedKeys={['0-0-0', '0-0-1']}
|
||
defaultSelectedKeys={['0-0-0', '0-0-1']}
|
||
defaultCheckedKeys={['0-0-0', '0-0-1']}
|
||
>
|
||
<TreeNode title="parent 1" key="0-0">
|
||
<TreeNode title="parent 1-0" key="0-0-0" disabled>
|
||
<TreeNode title="leaf" key="0-0-0-0" disableCheckbox />
|
||
<TreeNode title="leaf" key="0-0-0-1" />
|
||
</TreeNode>
|
||
<TreeNode title="parent 1-1" key="0-0-1">
|
||
<TreeNode title={<span style={{ color: '#1890ff' }}>sss</span>} key="0-0-1-0" />
|
||
</TreeNode>
|
||
</TreeNode>
|
||
</Tree>
|
||
</Col>
|
||
</Row>
|
||
<br />
|
||
<Row>
|
||
<Col span={24}>
|
||
<Divider orientation="left">Input (Input Group) example</Divider>
|
||
<InputGroup size="large">
|
||
<Row gutter={8}>
|
||
<Col span={5}>
|
||
<Input defaultValue="0571" />
|
||
</Col>
|
||
<Col span={8}>
|
||
<Input defaultValue="26888888" />
|
||
</Col>
|
||
</Row>
|
||
</InputGroup>
|
||
<br />
|
||
<InputGroup compact>
|
||
<Input style={{ width: '20%' }} defaultValue="0571" />
|
||
<Input style={{ width: '30%' }} defaultValue="26888888" />
|
||
</InputGroup>
|
||
<br />
|
||
<InputGroup compact>
|
||
<Select defaultValue="Option1">
|
||
<Option value="Option1">Option1</Option>
|
||
<Option value="Option2">Option2</Option>
|
||
</Select>
|
||
<Input style={{ width: '50%' }} defaultValue="input content" />
|
||
<InputNumber />
|
||
</InputGroup>
|
||
<br />
|
||
<Search placeholder="input search text" enterButton="Search" size="large" />
|
||
<br />
|
||
<br />
|
||
<div style={{ marginBottom: 16 }}>
|
||
<Input addonBefore={selectBefore} addonAfter={selectAfter} defaultValue="mysite" />
|
||
</div>
|
||
<br />
|
||
<Row>
|
||
<Col span={12}>
|
||
<Divider orientation="left">Select example</Divider>
|
||
<Select mode="multiple" defaultValue="مورچه" style={{ width: 120 }}>
|
||
<Option value="jack">Jack</Option>
|
||
<Option value="مورچه">مورچه</Option>
|
||
<Option value="disabled" disabled>
|
||
Disabled
|
||
</Option>
|
||
<Option value="Yiminghe">yiminghe</Option>
|
||
</Select>
|
||
<Select defaultValue="مورچه" style={{ width: 120 }} disabled>
|
||
<Option value="مورچه">مورچه</Option>
|
||
</Select>
|
||
<Select defaultValue="مورچه" style={{ width: 120 }} loading>
|
||
<Option value="مورچه">مورچه</Option>
|
||
</Select>
|
||
<Select
|
||
showSearch
|
||
style={{ width: 200 }}
|
||
placeholder="Select a person"
|
||
optionFilterProp="children"
|
||
filterOption={(input, option) =>
|
||
option?.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0
|
||
}
|
||
>
|
||
<Option value="jack">Jack</Option>
|
||
<Option value="سعید">سعید</Option>
|
||
<Option value="tom">Tom</Option>
|
||
</Select>
|
||
</Col>
|
||
<Col span={12}>
|
||
<Divider orientation="left">TreeSelect example</Divider>
|
||
<div>
|
||
<TreeSelect
|
||
showSearch
|
||
style={{ width: '100%' }}
|
||
dropdownStyle={{ maxHeight: 400, overflow: 'auto' }}
|
||
placeholder="Please select"
|
||
allowClear
|
||
treeDefaultExpandAll
|
||
>
|
||
<TreeNode title="parent 1" key="0-1">
|
||
<TreeNode title="parent 1-0" key="0-1-1">
|
||
<TreeNode title="my leaf" key="random" />
|
||
<TreeNode title="your leaf" key="random1" />
|
||
</TreeNode>
|
||
<TreeNode title="parent 1-1" key="random2">
|
||
<TreeNode title={<b style={{ color: '#08c' }}>sss</b>} key="random3" />
|
||
</TreeNode>
|
||
</TreeNode>
|
||
</TreeSelect>
|
||
</div>
|
||
</Col>
|
||
</Row>
|
||
<br />
|
||
<Row>
|
||
<Col span={24}>
|
||
<Divider orientation="left">Modal example</Divider>
|
||
<div>
|
||
<Button type="primary" onClick={showModal}>
|
||
Open Modal
|
||
</Button>
|
||
<Modal title="پنچره ساده" open={modalOpen} onOk={handleOk} onCancel={handleCancel}>
|
||
<p>نگاشتههای خود را اینجا قراردهید</p>
|
||
<p>نگاشتههای خود را اینجا قراردهید</p>
|
||
<p>نگاشتههای خود را اینجا قراردهید</p>
|
||
</Modal>
|
||
</div>
|
||
</Col>
|
||
</Row>
|
||
<br />
|
||
<Row>
|
||
<Col span={24}>
|
||
<Divider orientation="left">Steps example</Divider>
|
||
<div>
|
||
<Steps
|
||
progressDot
|
||
current={currentStep}
|
||
items={[
|
||
{
|
||
title: 'Finished',
|
||
description: 'This is a description.',
|
||
},
|
||
{
|
||
title: 'In Progress',
|
||
description: 'This is a description.',
|
||
},
|
||
{
|
||
title: 'Waiting',
|
||
description: 'This is a description.',
|
||
},
|
||
]}
|
||
/>
|
||
<br />
|
||
<Steps
|
||
current={currentStep}
|
||
onChange={onStepsChange}
|
||
items={[
|
||
{
|
||
title: 'Step 1',
|
||
description: 'This is a description.',
|
||
},
|
||
{
|
||
title: 'Step 2',
|
||
description: 'This is a description.',
|
||
},
|
||
{
|
||
title: 'Step 3',
|
||
description: 'This is a description.',
|
||
},
|
||
]}
|
||
/>
|
||
</div>
|
||
</Col>
|
||
</Row>
|
||
<br />
|
||
<Row>
|
||
<Col span={12}>
|
||
<Divider orientation="left">Rate example</Divider>
|
||
<div>
|
||
<Rate defaultValue={2.5} />
|
||
<br />
|
||
<strong>* Note:</strong> Half star not implemented in RTL direction, it will be
|
||
supported after <a href="https://github.com/react-component/rate">rc-rate</a>{' '}
|
||
implement rtl support.
|
||
</div>
|
||
</Col>
|
||
<Col span={12}>
|
||
<Divider orientation="left">Badge example</Divider>
|
||
<div>
|
||
<div>
|
||
<Badge count={badgeCount}>
|
||
<a href="#" className="head-example" />
|
||
</Badge>
|
||
<ButtonGroup>
|
||
<Button onClick={declineBadge}>
|
||
<MinusOutlined />
|
||
</Button>
|
||
<Button onClick={increaseBadge}>
|
||
<PlusOutlined />
|
||
</Button>
|
||
</ButtonGroup>
|
||
</div>
|
||
<div style={{ marginTop: 10 }}>
|
||
<Badge dot={showBadge}>
|
||
<a href="#" className="head-example" />
|
||
</Badge>
|
||
<Switch onChange={onChangeBadge} checked={showBadge} />
|
||
</div>
|
||
</div>
|
||
</Col>
|
||
</Row>
|
||
</Col>
|
||
</Row>
|
||
|
||
<br />
|
||
<br />
|
||
<Row>
|
||
<Col span={24}>
|
||
<Divider orientation="left">Pagination example</Divider>
|
||
<Pagination showSizeChanger defaultCurrent={3} total={500} />
|
||
</Col>
|
||
</Row>
|
||
<br />
|
||
<Row>
|
||
<Col span={24}>
|
||
<Divider orientation="left">Grid System example</Divider>
|
||
<div className="grid-demo">
|
||
<div className="code-box-demo">
|
||
<p>
|
||
<strong>* Note:</strong> Every calculation in RTL grid system is from right side
|
||
(offset, push, etc.)
|
||
</p>
|
||
<Row>
|
||
<Col span={8}>col-8</Col>
|
||
<Col span={8} offset={8}>
|
||
col-8
|
||
</Col>
|
||
</Row>
|
||
<Row>
|
||
<Col span={6} offset={6}>
|
||
col-6 col-offset-6
|
||
</Col>
|
||
<Col span={6} offset={6}>
|
||
col-6 col-offset-6
|
||
</Col>
|
||
</Row>
|
||
<Row>
|
||
<Col span={12} offset={6}>
|
||
col-12 col-offset-6
|
||
</Col>
|
||
</Row>
|
||
<Row>
|
||
<Col span={18} push={6}>
|
||
col-18 col-push-6
|
||
</Col>
|
||
<Col span={6} pull={18}>
|
||
col-6 col-pull-18
|
||
</Col>
|
||
</Row>
|
||
</div>
|
||
</div>
|
||
</Col>
|
||
</Row>
|
||
</div>
|
||
);
|
||
};
|
||
|
||
const App: React.FC = () => {
|
||
const [direction, setDirection] = useState<DirectionType>('ltr');
|
||
const [popupPlacement, setPopupPlacement] = useState<Placement>('bottomLeft');
|
||
|
||
const changeDirection = (e: RadioChangeEvent) => {
|
||
const directionValue = e.target.value;
|
||
setDirection(directionValue);
|
||
if (directionValue === 'rtl') {
|
||
setPopupPlacement('bottomRight');
|
||
} else {
|
||
setPopupPlacement('bottomLeft');
|
||
}
|
||
};
|
||
|
||
return (
|
||
<>
|
||
<div style={{ marginBottom: 16 }}>
|
||
<span style={{ marginRight: 16 }}>Change direction of components: </span>
|
||
<Radio.Group defaultValue="ltr" onChange={changeDirection}>
|
||
<Radio.Button key="ltr" value="ltr">
|
||
LTR
|
||
</Radio.Button>
|
||
<Radio.Button key="rtl" value="rtl">
|
||
RTL
|
||
</Radio.Button>
|
||
</Radio.Group>
|
||
</div>
|
||
<ConfigProvider direction={direction}>
|
||
<Page popupPlacement={popupPlacement} />
|
||
</ConfigProvider>
|
||
</>
|
||
);
|
||
};
|
||
|
||
export default App;
|