## Components - [x] Accordion (@Justineo) - [x] Alert (@feibinyang) - [x] AlertBox (@feibinyang) - [x] Anchor (@xiaodemen) - [x] Autocomplete (@xiaodemen) - [x] Badge (@Justineo) - [x] Breadcrumb (@r7r10t32) - [x] BreadcrumbItem (@r7r10t32) - [x] Button (@IceEnd) - [x] ButtonGroup (@IceEnd) - [x] Calendar (@IceEnd) - [x] Carousel (@Justineo) - [x] Checkbox (@codeDebugTest) - [x] CheckboxGroup (@codeDebugTest) - [x] CheckButtonGroup (@codeDebugTest) - [x] Collapse (@Justineo) - [x] Column (@StarShinny) - [x] ConfirmBox (@feibinyang) - [x] DatePicker (@StarShinny) - [x] Dialog (@StarShinny) - [x] Drawer (@xiaodemen) - [x] Dropdown (@fengChongxiu) - [x] Embedded (@Justineo) - [x] Field (@fengChongxiu) - [x] Fieldset (@fengChongxiu) - [x] FilterPanel (@feibinyang) - [x] Form (@fengChongxiu) - [x] GridRow (@feibinyang) - [x] GridColumn (@feibinyang) - [x] GridContainer (@feibinyang) - [ ] Icon (@codeDebugTest) - [x] Input (@codeDebugTest) - [x] InputGroup (@Justineo) - [x] Label (@codeDebugTest) - [ ] Link - [x] NumberInput (@7inspire) - [x] Option - [x] OptionGroup - [x] Overlay (@Justineo) - [x] Pagination (@codeDebugTest) - [x] Popover (@Justineo) - [x] Progress - [x] PromptBox (@feibinyang) - [x] Radio (@Justineo) - [x] RadioButtonGroup (@Justineo) - [x] RadioGroup (@Justineo) - [x] Schedule (@StarShinny) - [x] SearchBox (@StarShinny) - [x] Select - [x] Slider (@HankLiang) - [x] Span (@Justineo) - [x] Steps (@r7r10t32) - [x] Switch (@7inspire) - [x] Tab (@Justineo) - [x] Table (@StarShinny) - [x] Tabs (@Justineo) - [x] Tag (@codeDebugTest) - [x] Textarea (@Justineo) - [x] Toast (@HankLiang) - [x] Tooltip (@HankLiang) - [x] Transfer (@r7r10t32) - [x] Tree <sup>*</sup> (@feibinyang) - [x] Uploader (@r7r10t32) ## Managers - [x] simple-dialog (@feibinyang ) - [x] alert (@feibinyang ) - [x] confirm (@feibinyang ) - [x] prompt (@feibinyang ) - [x] config (@Justineo ) - [x] focus - [ ] i18n - [ ] overlay - [x] rule (@feibinyang) - [ ] toast - [x] type (@feibinyang) ## Mixins - [ ] activatable - [ ] focusable - [ ] dropdown - [ ] form - [ ] i18n - [ ] input - [ ] key-select - [ ] menu - [ ] overlay - [ ] select - [ ] table - [ ] ui ## Directives - [x] drag (@Justineo) - [x] longpress (@Justineo) - [x] nudge (@Justineo) - [x] outside (@Justineo) - [x] resize (@Justineo) ## Plugins - [ ] alert - [ ] confirm - [ ] prompt - [ ] toast --- ## 单测方法 在 `packages/veui` 目录下,运行 `npm run test` 即可。运行后会显示测试结果和覆盖率的概况。需要详细了解覆盖的情况,可以查看 `packages/veui/test/coverage` 目录下生成的覆盖率报告(直接用浏览器打开下面的 `Icov-report/index.html` 即可)。
Components
Managers
Mixins
Directives
Plugins
单测方法
在
packages/veui目录下,运行npm run test即可。运行后会显示测试结果和覆盖率的概况。需要详细了解覆盖的情况,可以查看packages/veui/test/coverage目录下生成的覆盖率报告(直接用浏览器打开下面的Icov-report/index.html即可)。