@hi-ui/hiui 1.5.21 → 1.5.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -0
- package/es/alert/__test__/index.test.js +2 -2
- package/es/alert/index.js +23 -19
- package/es/badge/index.js +16 -12
- package/es/button/Button.js +17 -15
- package/es/button/ButtonGroup.js +14 -10
- package/es/button/IconLoading.js +4 -4
- package/es/button/__test__/index.test.js +1 -1
- package/es/card/index.js +21 -17
- package/es/cascader/Cascader.js +24 -20
- package/es/cascader/__test__/index.test.js +6 -6
- package/es/cascader/menu.js +18 -14
- package/es/checkbox/Base.js +16 -12
- package/es/checkbox/CheckBox.js +17 -13
- package/es/collapse/__test__/index.test.js +10 -10
- package/es/collapse/index.js +33 -25
- package/es/confirm/index.js +16 -12
- package/es/context/index.js +21 -17
- package/es/counter/__test__/index.test.js +1 -1
- package/es/counter/index.js +18 -14
- package/es/date-picker/BasePicker.js +21 -17
- package/es/date-picker/Calender.js +29 -21
- package/es/date-picker/DatePanel.js +39 -34
- package/es/date-picker/DatePicker.js +17 -13
- package/es/date-picker/DateRangePanel.js +40 -36
- package/es/date-picker/Modal.js +14 -10
- package/es/date-picker/Time.js +42 -38
- package/es/date-picker/TimePanel.js +15 -11
- package/es/date-picker/TimePeriodPanel.js +19 -15
- package/es/date-picker/TimePicker.js +15 -11
- package/es/date-picker/TimeRangePanel.js +17 -13
- package/es/date-picker/WeekRangePanel.js +33 -29
- package/es/date-picker/dateUtil.js +8 -0
- package/es/dropdown/Dropdown.js +30 -26
- package/es/dropdown/__test__/index.test.js +5 -5
- package/es/ficon/index.js +14 -10
- package/es/form/index.js +14 -10
- package/es/form/item.js +19 -15
- package/es/grid/index.js +24 -20
- package/es/icon/index.js +14 -10
- package/es/index.js +1 -1
- package/es/input/index.js +24 -20
- package/es/loading/index.js +20 -16
- package/es/locales/en-US.js +6 -1
- package/es/locales/zh-CN.js +6 -1
- package/es/menu/Item.js +15 -11
- package/es/menu/ItemGroup.js +16 -12
- package/es/menu/SubMenu.js +21 -17
- package/es/menu/Title.js +16 -12
- package/es/menu/index.js +31 -23
- package/es/modal/__test__/index.test.js +8 -8
- package/es/modal/index.js +24 -20
- package/es/nav-menu/NavMenu.js +21 -17
- package/es/nav-menu/__test__/index.test.js +6 -6
- package/es/notification/index.js +21 -17
- package/es/pagination/Pager.js +2 -2
- package/es/pagination/Pagination.js +34 -29
- package/es/pagination/__test__/index.test.js +3 -3
- package/es/panel/index.js +18 -14
- package/es/popover/__test__/index.test.js +8 -8
- package/es/popover/index.js +20 -16
- package/es/popper/index.js +22 -16
- package/es/progress/BarProgress.js +4 -4
- package/es/progress/CircleProgress.js +5 -5
- package/es/progress/DashboardProgress.js +5 -5
- package/es/progress/index.js +17 -13
- package/es/radio/__test__/index.test.js +3 -3
- package/es/radio/index.js +18 -14
- package/es/rate/Icons.js +68 -68
- package/es/rate/Rate.js +25 -23
- package/es/rate/__test__/index.test.js +3 -3
- package/es/select/Option.js +13 -9
- package/es/select/Select.js +34 -23
- package/es/select/SelectDropdown.js +33 -24
- package/es/select/SelectInput.js +47 -46
- package/es/select/__test__/index.test.js +9 -9
- package/es/stepper/index.js +21 -17
- package/es/switch/__test__/index.test.js +3 -3
- package/es/switch/index.js +15 -11
- package/es/table/__test__/index.test.js +2 -2
- package/es/table/body.js +33 -29
- package/es/table/checkbox/index.js +16 -12
- package/es/table/clickOuterside.js +14 -10
- package/es/table/footer.js +32 -24
- package/es/table/header.js +41 -41
- package/es/table/index.js +86 -73
- package/es/table/menu/index.js +18 -14
- package/es/table/pover.js +23 -21
- package/es/table/tableContent.js +19 -15
- package/es/tabs/ItemDropdown.js +20 -16
- package/es/tabs/TabPane.js +14 -10
- package/es/tabs/Tabs.js +27 -23
- package/es/timeline/__test__/index.test.js +1 -1
- package/es/timeline/foldingItem.js +17 -13
- package/es/timeline/index.js +31 -27
- package/es/tooltip/__test__/index.test.js +10 -10
- package/es/tooltip/index.js +18 -16
- package/es/transfer/Item.js +35 -32
- package/es/transfer/index.js +41 -33
- package/es/tree/Tree.js +41 -34
- package/es/tree/TreeDivider.js +3 -3
- package/es/tree/TreeItem.js +41 -38
- package/es/tree/TreeNode.js +38 -30
- package/es/tree/util.js +9 -5
- package/es/upload/Preview.js +28 -24
- package/es/upload/Upload.js +20 -16
- package/es/upload/UploadAvatar.js +31 -27
- package/es/upload/UploadClick.js +25 -23
- package/es/upload/UploadDrag.js +32 -28
- package/es/upload/UploadPhoto.js +31 -27
- package/es/upload/UploadPictureCard.js +26 -24
- package/es/upload/index.js +18 -14
- package/package.json +4 -1
- package/test/coverage/coverage-summary.json +0 -123
- package/test/coverage/lcov-report/Dropdown.jsx.html +0 -507
- package/test/coverage/lcov-report/DropdownButton.jsx.html +0 -285
- package/test/coverage/lcov-report/DropdownMenu.jsx.html +0 -276
- package/test/coverage/lcov-report/DropdownMenuItem.jsx.html +0 -402
- package/test/coverage/lcov-report/ItemDropdown.js.html +0 -399
- package/test/coverage/lcov-report/TabPane.js.html +0 -162
- package/test/coverage/lcov-report/Tabs.js.html +0 -804
- package/test/coverage/lcov-report/_util/SwitchVersion.js.html +0 -117
- package/test/coverage/lcov-report/_util/depreactedPropsCompat.js.html +0 -180
- package/test/coverage/lcov-report/_util/deprecatedPropsCheck.js.html +0 -120
- package/test/coverage/lcov-report/_util/index.html +0 -136
- package/test/coverage/lcov-report/_util/index.js.html +0 -75
- package/test/coverage/lcov-report/alert/Alert.js.html +0 -303
- package/test/coverage/lcov-report/alert/index.html +0 -97
- package/test/coverage/lcov-report/badge/Badge.js.html +0 -195
- package/test/coverage/lcov-report/badge/index.html +0 -97
- package/test/coverage/lcov-report/base.css +0 -224
- package/test/coverage/lcov-report/block-navigation.js +0 -79
- package/test/coverage/lcov-report/breadcrumb/index.html +0 -97
- package/test/coverage/lcov-report/breadcrumb/index.js.html +0 -165
- package/test/coverage/lcov-report/button/Button.js.html +0 -429
- package/test/coverage/lcov-report/button/ButtonGroup.js.html +0 -129
- package/test/coverage/lcov-report/button/IconLoading.js.html +0 -123
- package/test/coverage/lcov-report/button/index.html +0 -136
- package/test/coverage/lcov-report/button/index.js.html +0 -90
- package/test/coverage/lcov-report/card/index.html +0 -97
- package/test/coverage/lcov-report/card/index.js.html +0 -444
- package/test/coverage/lcov-report/carousel/index.html +0 -97
- package/test/coverage/lcov-report/carousel/index.js.html +0 -534
- package/test/coverage/lcov-report/cascader/Cascader.js.html +0 -1335
- package/test/coverage/lcov-report/cascader/Menu.js.html +0 -372
- package/test/coverage/lcov-report/cascader/index.html +0 -110
- package/test/coverage/lcov-report/checkbox/Checkbox.js.html +0 -360
- package/test/coverage/lcov-report/checkbox/Group.js.html +0 -429
- package/test/coverage/lcov-report/checkbox/index.html +0 -123
- package/test/coverage/lcov-report/checkbox/index.js.html +0 -105
- package/test/coverage/lcov-report/collapse/index.html +0 -97
- package/test/coverage/lcov-report/collapse/index.js.html +0 -432
- package/test/coverage/lcov-report/context/index.html +0 -97
- package/test/coverage/lcov-report/context/index.js.html +0 -252
- package/test/coverage/lcov-report/counter/Counter.js.html +0 -831
- package/test/coverage/lcov-report/counter/index.html +0 -110
- package/test/coverage/lcov-report/counter/index.js.html +0 -87
- package/test/coverage/lcov-report/date-picker/BasePicker.js.html +0 -1173
- package/test/coverage/lcov-report/date-picker/Calender.js.html +0 -975
- package/test/coverage/lcov-report/date-picker/DatePanel.js.html +0 -945
- package/test/coverage/lcov-report/date-picker/DatePicker.js.html +0 -270
- package/test/coverage/lcov-report/date-picker/DateRangePanel.js.html +0 -1260
- package/test/coverage/lcov-report/date-picker/Modal.js.html +0 -150
- package/test/coverage/lcov-report/date-picker/Time.js.html +0 -537
- package/test/coverage/lcov-report/date-picker/TimeList.js.html +0 -459
- package/test/coverage/lcov-report/date-picker/TimePanel.js.html +0 -195
- package/test/coverage/lcov-report/date-picker/TimePeriodPanel.js.html +0 -264
- package/test/coverage/lcov-report/date-picker/TimePicker.js.html +0 -225
- package/test/coverage/lcov-report/date-picker/TimeRangePanel.js.html +0 -165
- package/test/coverage/lcov-report/date-picker/Type.js.html +0 -144
- package/test/coverage/lcov-report/date-picker/WeekRangePanel.js.html +0 -870
- package/test/coverage/lcov-report/date-picker/constants.js.html +0 -192
- package/test/coverage/lcov-report/date-picker/dateUtil.js.html +0 -453
- package/test/coverage/lcov-report/date-picker/index.html +0 -318
- package/test/coverage/lcov-report/date-picker/index.js.html +0 -90
- package/test/coverage/lcov-report/date-picker/util.js.html +0 -168
- package/test/coverage/lcov-report/dropdown/Dropdown.jsx.html +0 -507
- package/test/coverage/lcov-report/dropdown/DropdownButton.jsx.html +0 -285
- package/test/coverage/lcov-report/dropdown/DropdownMenu.jsx.html +0 -276
- package/test/coverage/lcov-report/dropdown/DropdownMenuItem.jsx.html +0 -402
- package/test/coverage/lcov-report/dropdown/index.html +0 -162
- package/test/coverage/lcov-report/dropdown/index.js.html +0 -201
- package/test/coverage/lcov-report/dropdown/utils.js.html +0 -114
- package/test/coverage/lcov-report/form/Form.js.html +0 -423
- package/test/coverage/lcov-report/form/Item.js.html +0 -729
- package/test/coverage/lcov-report/form/index.html +0 -123
- package/test/coverage/lcov-report/form/index.js.html +0 -93
- package/test/coverage/lcov-report/grid/index.html +0 -97
- package/test/coverage/lcov-report/grid/index.js.html +0 -357
- package/test/coverage/lcov-report/icon/index.html +0 -97
- package/test/coverage/lcov-report/icon/index.js.html +0 -114
- package/test/coverage/lcov-report/index.html +0 -656
- package/test/coverage/lcov-report/index.js.html +0 -207
- package/test/coverage/lcov-report/index.test.js.snap.html +0 -171
- package/test/coverage/lcov-report/input/Input.js.html +0 -1038
- package/test/coverage/lcov-report/input/index.html +0 -123
- package/test/coverage/lcov-report/input/index.js.html +0 -90
- package/test/coverage/lcov-report/input/util.js.html +0 -498
- package/test/coverage/lcov-report/lib/index.html +0 -97
- package/test/coverage/lcov-report/lib/withDragDropContext.js.html +0 -81
- package/test/coverage/lcov-report/loading/Loading.js.html +0 -423
- package/test/coverage/lcov-report/loading/index.html +0 -110
- package/test/coverage/lcov-report/loading/index.js.html +0 -84
- package/test/coverage/lcov-report/locales/en-US.js.html +0 -429
- package/test/coverage/lcov-report/locales/index.html +0 -123
- package/test/coverage/lcov-report/locales/index.js.html +0 -90
- package/test/coverage/lcov-report/locales/zh-CN.js.html +0 -354
- package/test/coverage/lcov-report/menu/Item.js.html +0 -219
- package/test/coverage/lcov-report/menu/Menu.js.html +0 -1032
- package/test/coverage/lcov-report/menu/SubMenu.js.html +0 -558
- package/test/coverage/lcov-report/menu/Title.js.html +0 -204
- package/test/coverage/lcov-report/menu/index.html +0 -149
- package/test/coverage/lcov-report/menu/index.js.html +0 -105
- package/test/coverage/lcov-report/message/index.html +0 -97
- package/test/coverage/lcov-report/message/index.js.html +0 -198
- package/test/coverage/lcov-report/modal/index.html +0 -97
- package/test/coverage/lcov-report/modal/index.js.html +0 -534
- package/test/coverage/lcov-report/nav-menu/NavMenu.js.html +0 -702
- package/test/coverage/lcov-report/nav-menu/index.html +0 -110
- package/test/coverage/lcov-report/nav-menu/index.js.html +0 -81
- package/test/coverage/lcov-report/notice/Notice.js.html +0 -243
- package/test/coverage/lcov-report/notice/NoticeContainer.js.html +0 -219
- package/test/coverage/lcov-report/notice/index.html +0 -123
- package/test/coverage/lcov-report/notice/index.js.html +0 -168
- package/test/coverage/lcov-report/notification/HandleNotification/index.html +0 -97
- package/test/coverage/lcov-report/notification/HandleNotification/index.js.html +0 -534
- package/test/coverage/lcov-report/notification/index.html +0 -97
- package/test/coverage/lcov-report/notification/index.js.html +0 -282
- package/test/coverage/lcov-report/pagination/Pager.js.html +0 -204
- package/test/coverage/lcov-report/pagination/Pagination.js.html +0 -1338
- package/test/coverage/lcov-report/pagination/index.html +0 -123
- package/test/coverage/lcov-report/pagination/index.js.html +0 -102
- package/test/coverage/lcov-report/popover/index.html +0 -97
- package/test/coverage/lcov-report/popover/index.js.html +0 -510
- package/test/coverage/lcov-report/popper/index.html +0 -97
- package/test/coverage/lcov-report/popper/index.js.html +0 -687
- package/test/coverage/lcov-report/prettify.css +0 -1
- package/test/coverage/lcov-report/prettify.js +0 -2
- package/test/coverage/lcov-report/progress/BarProgress.js.html +0 -186
- package/test/coverage/lcov-report/progress/CircleProgress.js.html +0 -168
- package/test/coverage/lcov-report/progress/DashboardProgress.js.html +0 -222
- package/test/coverage/lcov-report/progress/Progress.js.html +0 -219
- package/test/coverage/lcov-report/progress/index.html +0 -136
- package/test/coverage/lcov-report/radio/Group.js.html +0 -447
- package/test/coverage/lcov-report/radio/Radio.js.html +0 -399
- package/test/coverage/lcov-report/radio/index.html +0 -123
- package/test/coverage/lcov-report/radio/index.js.html +0 -105
- package/test/coverage/lcov-report/rate/Icons.js.html +0 -999
- package/test/coverage/lcov-report/rate/Rate.js.html +0 -579
- package/test/coverage/lcov-report/rate/index.html +0 -110
- package/test/coverage/lcov-report/rate/index.js.html +0 -84
- package/test/coverage/lcov-report/select/Select.js.html +0 -1992
- package/test/coverage/lcov-report/select/SelectDropdown.js.html +0 -468
- package/test/coverage/lcov-report/select/SelectInput.js.html +0 -885
- package/test/coverage/lcov-report/select/common.js.html +0 -105
- package/test/coverage/lcov-report/select/index.html +0 -149
- package/test/coverage/lcov-report/select/index.js.html +0 -87
- package/test/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/test/coverage/lcov-report/sorter.js +0 -170
- package/test/coverage/lcov-report/stepper/Stepper.js.html +0 -366
- package/test/coverage/lcov-report/stepper/index.html +0 -110
- package/test/coverage/lcov-report/stepper/index.js.html +0 -162
- package/test/coverage/lcov-report/switch/__tests__/__snapshots__/index.html +0 -97
- package/test/coverage/lcov-report/switch/__tests__/__snapshots__/index.test.js.snap.html +0 -171
- package/test/coverage/lcov-report/switch/index.html +0 -97
- package/test/coverage/lcov-report/switch/index.js.html +0 -282
- package/test/coverage/lcov-report/table/Body.js.html +0 -588
- package/test/coverage/lcov-report/table/ClickOuterside.js.html +0 -201
- package/test/coverage/lcov-report/table/Footer.js.html +0 -435
- package/test/coverage/lcov-report/table/Header.js.html +0 -480
- package/test/coverage/lcov-report/table/TableContent.js.html +0 -204
- package/test/coverage/lcov-report/table/checkbox/index.html +0 -97
- package/test/coverage/lcov-report/table/checkbox/index.js.html +0 -213
- package/test/coverage/lcov-report/table/index.html +0 -188
- package/test/coverage/lcov-report/table/index.js.html +0 -3078
- package/test/coverage/lcov-report/table/menu/index.html +0 -97
- package/test/coverage/lcov-report/table/menu/index.js.html +0 -207
- package/test/coverage/lcov-report/table/prefix.js.html +0 -87
- package/test/coverage/lcov-report/table/tool.js.html +0 -387
- package/test/coverage/lcov-report/tabs/ItemDropdown.js.html +0 -387
- package/test/coverage/lcov-report/tabs/TabPane.js.html +0 -162
- package/test/coverage/lcov-report/tabs/Tabs.js.html +0 -795
- package/test/coverage/lcov-report/tabs/index.html +0 -136
- package/test/coverage/lcov-report/tabs/index.js.html +0 -108
- package/test/coverage/lcov-report/tag/index.html +0 -97
- package/test/coverage/lcov-report/tag/index.js.html +0 -216
- package/test/coverage/lcov-report/timeline/FoldingItem.js.html +0 -135
- package/test/coverage/lcov-report/timeline/index.html +0 -110
- package/test/coverage/lcov-report/timeline/index.js.html +0 -435
- package/test/coverage/lcov-report/tooltip/index.html +0 -97
- package/test/coverage/lcov-report/tooltip/index.js.html +0 -483
- package/test/coverage/lcov-report/transfer/Item.js.html +0 -402
- package/test/coverage/lcov-report/transfer/Transfer.js.html +0 -1350
- package/test/coverage/lcov-report/transfer/index.html +0 -123
- package/test/coverage/lcov-report/transfer/index.js.html +0 -78
- package/test/coverage/lcov-report/tree/IconLoading.js.html +0 -123
- package/test/coverage/lcov-report/tree/Tree.js.html +0 -786
- package/test/coverage/lcov-report/tree/TreeDivider.js.html +0 -120
- package/test/coverage/lcov-report/tree/TreeItem.js.html +0 -1098
- package/test/coverage/lcov-report/tree/TreeNode.js.html +0 -2013
- package/test/coverage/lcov-report/tree/index.html +0 -175
- package/test/coverage/lcov-report/tree/index.js.html +0 -81
- package/test/coverage/lcov-report/tree/util.js.html +0 -483
- package/test/coverage/lcov-report/upload/Preview.js.html +0 -948
- package/test/coverage/lcov-report/upload/Upload.js.html +0 -1113
- package/test/coverage/lcov-report/upload/UploadAvatar.js.html +0 -825
- package/test/coverage/lcov-report/upload/UploadClick.js.html +0 -366
- package/test/coverage/lcov-report/upload/UploadDrag.js.html +0 -561
- package/test/coverage/lcov-report/upload/UploadPhoto.js.html +0 -498
- package/test/coverage/lcov-report/upload/UploadPictureCard.js.html +0 -372
- package/test/coverage/lcov-report/upload/index.html +0 -188
- package/test/coverage/lcov-report/upload/main.js.html +0 -153
- package/test/coverage/lcov-report/utils.js.html +0 -114
- package/test/coverage/lcov.info +0 -10561
|
@@ -1,204 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<title>Code coverage report for menu/Title.js</title>
|
|
5
|
-
<meta charset="utf-8" />
|
|
6
|
-
<link rel="stylesheet" href="../prettify.css" />
|
|
7
|
-
<link rel="stylesheet" href="../base.css" />
|
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
-
<style type='text/css'>
|
|
10
|
-
.coverage-summary .sorter {
|
|
11
|
-
background-image: url(../sort-arrow-sprite.png);
|
|
12
|
-
}
|
|
13
|
-
</style>
|
|
14
|
-
</head>
|
|
15
|
-
<body>
|
|
16
|
-
<div class='wrapper'>
|
|
17
|
-
<div class='pad1'>
|
|
18
|
-
<h1>
|
|
19
|
-
<a href="../index.html">All files</a> / <a href="index.html">menu</a> Title.js
|
|
20
|
-
</h1>
|
|
21
|
-
<div class='clearfix'>
|
|
22
|
-
<div class='fl pad1y space-right2'>
|
|
23
|
-
<span class="strong">100% </span>
|
|
24
|
-
<span class="quiet">Statements</span>
|
|
25
|
-
<span class='fraction'>8/8</span>
|
|
26
|
-
</div>
|
|
27
|
-
<div class='fl pad1y space-right2'>
|
|
28
|
-
<span class="strong">100% </span>
|
|
29
|
-
<span class="quiet">Branches</span>
|
|
30
|
-
<span class='fraction'>6/6</span>
|
|
31
|
-
</div>
|
|
32
|
-
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">100% </span>
|
|
34
|
-
<span class="quiet">Functions</span>
|
|
35
|
-
<span class='fraction'>2/2</span>
|
|
36
|
-
</div>
|
|
37
|
-
<div class='fl pad1y space-right2'>
|
|
38
|
-
<span class="strong">100% </span>
|
|
39
|
-
<span class="quiet">Lines</span>
|
|
40
|
-
<span class='fraction'>8/8</span>
|
|
41
|
-
</div>
|
|
42
|
-
</div>
|
|
43
|
-
<p class="quiet">
|
|
44
|
-
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
45
|
-
</p>
|
|
46
|
-
</div>
|
|
47
|
-
<div class='status-line high'></div>
|
|
48
|
-
<pre><table class="coverage">
|
|
49
|
-
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
50
|
-
<a name='L2'></a><a href='#L2'>2</a>
|
|
51
|
-
<a name='L3'></a><a href='#L3'>3</a>
|
|
52
|
-
<a name='L4'></a><a href='#L4'>4</a>
|
|
53
|
-
<a name='L5'></a><a href='#L5'>5</a>
|
|
54
|
-
<a name='L6'></a><a href='#L6'>6</a>
|
|
55
|
-
<a name='L7'></a><a href='#L7'>7</a>
|
|
56
|
-
<a name='L8'></a><a href='#L8'>8</a>
|
|
57
|
-
<a name='L9'></a><a href='#L9'>9</a>
|
|
58
|
-
<a name='L10'></a><a href='#L10'>10</a>
|
|
59
|
-
<a name='L11'></a><a href='#L11'>11</a>
|
|
60
|
-
<a name='L12'></a><a href='#L12'>12</a>
|
|
61
|
-
<a name='L13'></a><a href='#L13'>13</a>
|
|
62
|
-
<a name='L14'></a><a href='#L14'>14</a>
|
|
63
|
-
<a name='L15'></a><a href='#L15'>15</a>
|
|
64
|
-
<a name='L16'></a><a href='#L16'>16</a>
|
|
65
|
-
<a name='L17'></a><a href='#L17'>17</a>
|
|
66
|
-
<a name='L18'></a><a href='#L18'>18</a>
|
|
67
|
-
<a name='L19'></a><a href='#L19'>19</a>
|
|
68
|
-
<a name='L20'></a><a href='#L20'>20</a>
|
|
69
|
-
<a name='L21'></a><a href='#L21'>21</a>
|
|
70
|
-
<a name='L22'></a><a href='#L22'>22</a>
|
|
71
|
-
<a name='L23'></a><a href='#L23'>23</a>
|
|
72
|
-
<a name='L24'></a><a href='#L24'>24</a>
|
|
73
|
-
<a name='L25'></a><a href='#L25'>25</a>
|
|
74
|
-
<a name='L26'></a><a href='#L26'>26</a>
|
|
75
|
-
<a name='L27'></a><a href='#L27'>27</a>
|
|
76
|
-
<a name='L28'></a><a href='#L28'>28</a>
|
|
77
|
-
<a name='L29'></a><a href='#L29'>29</a>
|
|
78
|
-
<a name='L30'></a><a href='#L30'>30</a>
|
|
79
|
-
<a name='L31'></a><a href='#L31'>31</a>
|
|
80
|
-
<a name='L32'></a><a href='#L32'>32</a>
|
|
81
|
-
<a name='L33'></a><a href='#L33'>33</a>
|
|
82
|
-
<a name='L34'></a><a href='#L34'>34</a>
|
|
83
|
-
<a name='L35'></a><a href='#L35'>35</a>
|
|
84
|
-
<a name='L36'></a><a href='#L36'>36</a>
|
|
85
|
-
<a name='L37'></a><a href='#L37'>37</a>
|
|
86
|
-
<a name='L38'></a><a href='#L38'>38</a>
|
|
87
|
-
<a name='L39'></a><a href='#L39'>39</a>
|
|
88
|
-
<a name='L40'></a><a href='#L40'>40</a>
|
|
89
|
-
<a name='L41'></a><a href='#L41'>41</a>
|
|
90
|
-
<a name='L42'></a><a href='#L42'>42</a>
|
|
91
|
-
<a name='L43'></a><a href='#L43'>43</a>
|
|
92
|
-
<a name='L44'></a><a href='#L44'>44</a>
|
|
93
|
-
<a name='L45'></a><a href='#L45'>45</a>
|
|
94
|
-
<a name='L46'></a><a href='#L46'>46</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
95
|
-
<span class="cline-any cline-neutral"> </span>
|
|
96
|
-
<span class="cline-any cline-neutral"> </span>
|
|
97
|
-
<span class="cline-any cline-neutral"> </span>
|
|
98
|
-
<span class="cline-any cline-neutral"> </span>
|
|
99
|
-
<span class="cline-any cline-neutral"> </span>
|
|
100
|
-
<span class="cline-any cline-yes">210x</span>
|
|
101
|
-
<span class="cline-any cline-yes">174x</span>
|
|
102
|
-
<span class="cline-any cline-neutral"> </span>
|
|
103
|
-
<span class="cline-any cline-yes">210x</span>
|
|
104
|
-
<span class="cline-any cline-yes">36x</span>
|
|
105
|
-
<span class="cline-any cline-neutral"> </span>
|
|
106
|
-
<span class="cline-any cline-neutral"> </span>
|
|
107
|
-
<span class="cline-any cline-yes">210x</span>
|
|
108
|
-
<span class="cline-any cline-neutral"> </span>
|
|
109
|
-
<span class="cline-any cline-neutral"> </span>
|
|
110
|
-
<span class="cline-any cline-neutral"> </span>
|
|
111
|
-
<span class="cline-any cline-neutral"> </span>
|
|
112
|
-
<span class="cline-any cline-neutral"> </span>
|
|
113
|
-
<span class="cline-any cline-neutral"> </span>
|
|
114
|
-
<span class="cline-any cline-neutral"> </span>
|
|
115
|
-
<span class="cline-any cline-neutral"> </span>
|
|
116
|
-
<span class="cline-any cline-neutral"> </span>
|
|
117
|
-
<span class="cline-any cline-neutral"> </span>
|
|
118
|
-
<span class="cline-any cline-neutral"> </span>
|
|
119
|
-
<span class="cline-any cline-yes">210x</span>
|
|
120
|
-
<span class="cline-any cline-neutral"> </span>
|
|
121
|
-
<span class="cline-any cline-yes">210x</span>
|
|
122
|
-
<span class="cline-any cline-neutral"> </span>
|
|
123
|
-
<span class="cline-any cline-neutral"> </span>
|
|
124
|
-
<span class="cline-any cline-neutral"> </span>
|
|
125
|
-
<span class="cline-any cline-neutral"> </span>
|
|
126
|
-
<span class="cline-any cline-neutral"> </span>
|
|
127
|
-
<span class="cline-any cline-neutral"> </span>
|
|
128
|
-
<span class="cline-any cline-neutral"> </span>
|
|
129
|
-
<span class="cline-any cline-neutral"> </span>
|
|
130
|
-
<span class="cline-any cline-neutral"> </span>
|
|
131
|
-
<span class="cline-any cline-neutral"> </span>
|
|
132
|
-
<span class="cline-any cline-neutral"> </span>
|
|
133
|
-
<span class="cline-any cline-neutral"> </span>
|
|
134
|
-
<span class="cline-any cline-yes">1x</span>
|
|
135
|
-
<span class="cline-any cline-neutral"> </span>
|
|
136
|
-
<span class="cline-any cline-neutral"> </span>
|
|
137
|
-
<span class="cline-any cline-neutral"> </span>
|
|
138
|
-
<span class="cline-any cline-neutral"> </span>
|
|
139
|
-
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">import React, {Component} from 'react'
|
|
140
|
-
import PropTypes from 'prop-types'
|
|
141
|
-
import Icon from '../icon'
|
|
142
|
-
|
|
143
|
-
class Title extends Component {
|
|
144
|
-
renderIcon (icon) {
|
|
145
|
-
if (!icon) {
|
|
146
|
-
icon = null
|
|
147
|
-
}
|
|
148
|
-
if (typeof icon === 'string') {
|
|
149
|
-
icon = <Icon name={icon} />
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
return (
|
|
153
|
-
icon
|
|
154
|
-
? (<div className='hi-menu__title-icon'>
|
|
155
|
-
{icon}
|
|
156
|
-
</div>) : null
|
|
157
|
-
)
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
render () {
|
|
161
|
-
const {
|
|
162
|
-
content,
|
|
163
|
-
icon
|
|
164
|
-
} = this.props
|
|
165
|
-
|
|
166
|
-
return (
|
|
167
|
-
<React.Fragment>
|
|
168
|
-
{
|
|
169
|
-
this.renderIcon(icon)
|
|
170
|
-
}
|
|
171
|
-
<div className='hi-menu__title-content'>
|
|
172
|
-
{content}
|
|
173
|
-
</div>
|
|
174
|
-
</React.Fragment>
|
|
175
|
-
)
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
Title.propTypes = {
|
|
180
|
-
content: PropTypes.oneOfType([PropTypes.string, PropTypes.node]),
|
|
181
|
-
icon: PropTypes.oneOfType([PropTypes.string, PropTypes.node])
|
|
182
|
-
}
|
|
183
|
-
export default Title
|
|
184
|
-
</pre></td></tr>
|
|
185
|
-
</table></pre>
|
|
186
|
-
<div class='push'></div><!-- for sticky footer -->
|
|
187
|
-
</div><!-- /wrapper -->
|
|
188
|
-
<div class='footer quiet pad2 space-top1 center small'>
|
|
189
|
-
Code coverage
|
|
190
|
-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Wed Jan 08 2020 19:06:13 GMT+0800 (GMT+08:00)
|
|
191
|
-
</div>
|
|
192
|
-
</div>
|
|
193
|
-
<script src="../prettify.js"></script>
|
|
194
|
-
<script>
|
|
195
|
-
window.onload = function () {
|
|
196
|
-
if (typeof prettyPrint === 'function') {
|
|
197
|
-
prettyPrint();
|
|
198
|
-
}
|
|
199
|
-
};
|
|
200
|
-
</script>
|
|
201
|
-
<script src="../sorter.js"></script>
|
|
202
|
-
<script src="../block-navigation.js"></script>
|
|
203
|
-
</body>
|
|
204
|
-
</html>
|
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<title>Code coverage report for menu</title>
|
|
5
|
-
<meta charset="utf-8" />
|
|
6
|
-
<link rel="stylesheet" href="../prettify.css" />
|
|
7
|
-
<link rel="stylesheet" href="../base.css" />
|
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
-
<style type='text/css'>
|
|
10
|
-
.coverage-summary .sorter {
|
|
11
|
-
background-image: url(../sort-arrow-sprite.png);
|
|
12
|
-
}
|
|
13
|
-
</style>
|
|
14
|
-
</head>
|
|
15
|
-
<body>
|
|
16
|
-
<div class='wrapper'>
|
|
17
|
-
<div class='pad1'>
|
|
18
|
-
<h1>
|
|
19
|
-
<a href="../index.html">All files</a> menu
|
|
20
|
-
</h1>
|
|
21
|
-
<div class='clearfix'>
|
|
22
|
-
<div class='fl pad1y space-right2'>
|
|
23
|
-
<span class="strong">99.3% </span>
|
|
24
|
-
<span class="quiet">Statements</span>
|
|
25
|
-
<span class='fraction'>142/143</span>
|
|
26
|
-
</div>
|
|
27
|
-
<div class='fl pad1y space-right2'>
|
|
28
|
-
<span class="strong">92.71% </span>
|
|
29
|
-
<span class="quiet">Branches</span>
|
|
30
|
-
<span class='fraction'>89/96</span>
|
|
31
|
-
</div>
|
|
32
|
-
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">100% </span>
|
|
34
|
-
<span class="quiet">Functions</span>
|
|
35
|
-
<span class='fraction'>41/41</span>
|
|
36
|
-
</div>
|
|
37
|
-
<div class='fl pad1y space-right2'>
|
|
38
|
-
<span class="strong">99.3% </span>
|
|
39
|
-
<span class="quiet">Lines</span>
|
|
40
|
-
<span class='fraction'>142/143</span>
|
|
41
|
-
</div>
|
|
42
|
-
</div>
|
|
43
|
-
<p class="quiet">
|
|
44
|
-
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
45
|
-
</p>
|
|
46
|
-
</div>
|
|
47
|
-
<div class='status-line high'></div>
|
|
48
|
-
<div class="pad1">
|
|
49
|
-
<table class="coverage-summary">
|
|
50
|
-
<thead>
|
|
51
|
-
<tr>
|
|
52
|
-
<th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
|
|
53
|
-
<th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
|
|
54
|
-
<th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
|
|
55
|
-
<th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
56
|
-
<th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
|
|
57
|
-
<th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
58
|
-
<th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
|
|
59
|
-
<th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
60
|
-
<th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
|
|
61
|
-
<th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
62
|
-
</tr>
|
|
63
|
-
</thead>
|
|
64
|
-
<tbody><tr>
|
|
65
|
-
<td class="file high" data-value="Item.js"><a href="Item.js.html">Item.js</a></td>
|
|
66
|
-
<td data-value="100" class="pic high"><div class="chart"><div class="cover-fill cover-full" style="width: 100%;"></div><div class="cover-empty" style="width:0%;"></div></div></td>
|
|
67
|
-
<td data-value="100" class="pct high">100%</td>
|
|
68
|
-
<td data-value="9" class="abs high">9/9</td>
|
|
69
|
-
<td data-value="50" class="pct medium">50%</td>
|
|
70
|
-
<td data-value="2" class="abs medium">1/2</td>
|
|
71
|
-
<td data-value="100" class="pct high">100%</td>
|
|
72
|
-
<td data-value="2" class="abs high">2/2</td>
|
|
73
|
-
<td data-value="100" class="pct high">100%</td>
|
|
74
|
-
<td data-value="9" class="abs high">9/9</td>
|
|
75
|
-
</tr>
|
|
76
|
-
|
|
77
|
-
<tr>
|
|
78
|
-
<td class="file high" data-value="Menu.js"><a href="Menu.js.html">Menu.js</a></td>
|
|
79
|
-
<td data-value="98.96" class="pic high"><div class="chart"><div class="cover-fill" style="width: 98%;"></div><div class="cover-empty" style="width:2%;"></div></div></td>
|
|
80
|
-
<td data-value="98.96" class="pct high">98.96%</td>
|
|
81
|
-
<td data-value="96" class="abs high">95/96</td>
|
|
82
|
-
<td data-value="91.55" class="pct high">91.55%</td>
|
|
83
|
-
<td data-value="71" class="abs high">65/71</td>
|
|
84
|
-
<td data-value="100" class="pct high">100%</td>
|
|
85
|
-
<td data-value="26" class="abs high">26/26</td>
|
|
86
|
-
<td data-value="98.96" class="pct high">98.96%</td>
|
|
87
|
-
<td data-value="96" class="abs high">95/96</td>
|
|
88
|
-
</tr>
|
|
89
|
-
|
|
90
|
-
<tr>
|
|
91
|
-
<td class="file high" data-value="SubMenu.js"><a href="SubMenu.js.html">SubMenu.js</a></td>
|
|
92
|
-
<td data-value="100" class="pic high"><div class="chart"><div class="cover-fill cover-full" style="width: 100%;"></div><div class="cover-empty" style="width:0%;"></div></div></td>
|
|
93
|
-
<td data-value="100" class="pct high">100%</td>
|
|
94
|
-
<td data-value="30" class="abs high">30/30</td>
|
|
95
|
-
<td data-value="100" class="pct high">100%</td>
|
|
96
|
-
<td data-value="17" class="abs high">17/17</td>
|
|
97
|
-
<td data-value="100" class="pct high">100%</td>
|
|
98
|
-
<td data-value="11" class="abs high">11/11</td>
|
|
99
|
-
<td data-value="100" class="pct high">100%</td>
|
|
100
|
-
<td data-value="30" class="abs high">30/30</td>
|
|
101
|
-
</tr>
|
|
102
|
-
|
|
103
|
-
<tr>
|
|
104
|
-
<td class="file high" data-value="Title.js"><a href="Title.js.html">Title.js</a></td>
|
|
105
|
-
<td data-value="100" class="pic high"><div class="chart"><div class="cover-fill cover-full" style="width: 100%;"></div><div class="cover-empty" style="width:0%;"></div></div></td>
|
|
106
|
-
<td data-value="100" class="pct high">100%</td>
|
|
107
|
-
<td data-value="8" class="abs high">8/8</td>
|
|
108
|
-
<td data-value="100" class="pct high">100%</td>
|
|
109
|
-
<td data-value="6" class="abs high">6/6</td>
|
|
110
|
-
<td data-value="100" class="pct high">100%</td>
|
|
111
|
-
<td data-value="2" class="abs high">2/2</td>
|
|
112
|
-
<td data-value="100" class="pct high">100%</td>
|
|
113
|
-
<td data-value="8" class="abs high">8/8</td>
|
|
114
|
-
</tr>
|
|
115
|
-
|
|
116
|
-
<tr>
|
|
117
|
-
<td class="file empty" data-value="index.js"><a href="index.js.html">index.js</a></td>
|
|
118
|
-
<td data-value="0" class="pic empty"><div class="chart"><div class="cover-fill" style="width: 0%;"></div><div class="cover-empty" style="width:100%;"></div></div></td>
|
|
119
|
-
<td data-value="0" class="pct empty">0%</td>
|
|
120
|
-
<td data-value="0" class="abs empty">0/0</td>
|
|
121
|
-
<td data-value="0" class="pct empty">0%</td>
|
|
122
|
-
<td data-value="0" class="abs empty">0/0</td>
|
|
123
|
-
<td data-value="0" class="pct empty">0%</td>
|
|
124
|
-
<td data-value="0" class="abs empty">0/0</td>
|
|
125
|
-
<td data-value="0" class="pct empty">0%</td>
|
|
126
|
-
<td data-value="0" class="abs empty">0/0</td>
|
|
127
|
-
</tr>
|
|
128
|
-
|
|
129
|
-
</tbody>
|
|
130
|
-
</table>
|
|
131
|
-
</div><div class='push'></div><!-- for sticky footer -->
|
|
132
|
-
</div><!-- /wrapper -->
|
|
133
|
-
<div class='footer quiet pad2 space-top1 center small'>
|
|
134
|
-
Code coverage
|
|
135
|
-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Wed Jan 08 2020 19:06:13 GMT+0800 (GMT+08:00)
|
|
136
|
-
</div>
|
|
137
|
-
</div>
|
|
138
|
-
<script src="../prettify.js"></script>
|
|
139
|
-
<script>
|
|
140
|
-
window.onload = function () {
|
|
141
|
-
if (typeof prettyPrint === 'function') {
|
|
142
|
-
prettyPrint();
|
|
143
|
-
}
|
|
144
|
-
};
|
|
145
|
-
</script>
|
|
146
|
-
<script src="../sorter.js"></script>
|
|
147
|
-
<script src="../block-navigation.js"></script>
|
|
148
|
-
</body>
|
|
149
|
-
</html>
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<title>Code coverage report for menu/index.js</title>
|
|
5
|
-
<meta charset="utf-8" />
|
|
6
|
-
<link rel="stylesheet" href="../prettify.css" />
|
|
7
|
-
<link rel="stylesheet" href="../base.css" />
|
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
-
<style type='text/css'>
|
|
10
|
-
.coverage-summary .sorter {
|
|
11
|
-
background-image: url(../sort-arrow-sprite.png);
|
|
12
|
-
}
|
|
13
|
-
</style>
|
|
14
|
-
</head>
|
|
15
|
-
<body>
|
|
16
|
-
<div class='wrapper'>
|
|
17
|
-
<div class='pad1'>
|
|
18
|
-
<h1>
|
|
19
|
-
<a href="../index.html">All files</a> / <a href="index.html">menu</a> index.js
|
|
20
|
-
</h1>
|
|
21
|
-
<div class='clearfix'>
|
|
22
|
-
<div class='fl pad1y space-right2'>
|
|
23
|
-
<span class="strong">0% </span>
|
|
24
|
-
<span class="quiet">Statements</span>
|
|
25
|
-
<span class='fraction'>0/0</span>
|
|
26
|
-
</div>
|
|
27
|
-
<div class='fl pad1y space-right2'>
|
|
28
|
-
<span class="strong">0% </span>
|
|
29
|
-
<span class="quiet">Branches</span>
|
|
30
|
-
<span class='fraction'>0/0</span>
|
|
31
|
-
</div>
|
|
32
|
-
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">0% </span>
|
|
34
|
-
<span class="quiet">Functions</span>
|
|
35
|
-
<span class='fraction'>0/0</span>
|
|
36
|
-
</div>
|
|
37
|
-
<div class='fl pad1y space-right2'>
|
|
38
|
-
<span class="strong">0% </span>
|
|
39
|
-
<span class="quiet">Lines</span>
|
|
40
|
-
<span class='fraction'>0/0</span>
|
|
41
|
-
</div>
|
|
42
|
-
</div>
|
|
43
|
-
<p class="quiet">
|
|
44
|
-
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
45
|
-
</p>
|
|
46
|
-
</div>
|
|
47
|
-
<div class='status-line low'></div>
|
|
48
|
-
<pre><table class="coverage">
|
|
49
|
-
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
50
|
-
<a name='L2'></a><a href='#L2'>2</a>
|
|
51
|
-
<a name='L3'></a><a href='#L3'>3</a>
|
|
52
|
-
<a name='L4'></a><a href='#L4'>4</a>
|
|
53
|
-
<a name='L5'></a><a href='#L5'>5</a>
|
|
54
|
-
<a name='L6'></a><a href='#L6'>6</a>
|
|
55
|
-
<a name='L7'></a><a href='#L7'>7</a>
|
|
56
|
-
<a name='L8'></a><a href='#L8'>8</a>
|
|
57
|
-
<a name='L9'></a><a href='#L9'>9</a>
|
|
58
|
-
<a name='L10'></a><a href='#L10'>10</a>
|
|
59
|
-
<a name='L11'></a><a href='#L11'>11</a>
|
|
60
|
-
<a name='L12'></a><a href='#L12'>12</a>
|
|
61
|
-
<a name='L13'></a><a href='#L13'>13</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
62
|
-
<span class="cline-any cline-neutral"> </span>
|
|
63
|
-
<span class="cline-any cline-neutral"> </span>
|
|
64
|
-
<span class="cline-any cline-neutral"> </span>
|
|
65
|
-
<span class="cline-any cline-neutral"> </span>
|
|
66
|
-
<span class="cline-any cline-neutral"> </span>
|
|
67
|
-
<span class="cline-any cline-neutral"> </span>
|
|
68
|
-
<span class="cline-any cline-neutral"> </span>
|
|
69
|
-
<span class="cline-any cline-neutral"> </span>
|
|
70
|
-
<span class="cline-any cline-neutral"> </span>
|
|
71
|
-
<span class="cline-any cline-neutral"> </span>
|
|
72
|
-
<span class="cline-any cline-neutral"> </span>
|
|
73
|
-
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">import Menu from './Menu'
|
|
74
|
-
import { depreactedPropsCompat } from '../_util'
|
|
75
|
-
|
|
76
|
-
export default depreactedPropsCompat([
|
|
77
|
-
['placement', 'mode'],
|
|
78
|
-
['collapsed', 'mini'],
|
|
79
|
-
['showCollapse', 'miniToggle'],
|
|
80
|
-
['showAllSubMenus', 'fatMenu'],
|
|
81
|
-
['onCollapse', 'onMiniChange'],
|
|
82
|
-
['data', 'datas']
|
|
83
|
-
])(Menu)
|
|
84
|
-
export { Menu }
|
|
85
|
-
</pre></td></tr>
|
|
86
|
-
</table></pre>
|
|
87
|
-
<div class='push'></div><!-- for sticky footer -->
|
|
88
|
-
</div><!-- /wrapper -->
|
|
89
|
-
<div class='footer quiet pad2 space-top1 center small'>
|
|
90
|
-
Code coverage
|
|
91
|
-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Wed Jan 08 2020 19:06:13 GMT+0800 (GMT+08:00)
|
|
92
|
-
</div>
|
|
93
|
-
</div>
|
|
94
|
-
<script src="../prettify.js"></script>
|
|
95
|
-
<script>
|
|
96
|
-
window.onload = function () {
|
|
97
|
-
if (typeof prettyPrint === 'function') {
|
|
98
|
-
prettyPrint();
|
|
99
|
-
}
|
|
100
|
-
};
|
|
101
|
-
</script>
|
|
102
|
-
<script src="../sorter.js"></script>
|
|
103
|
-
<script src="../block-navigation.js"></script>
|
|
104
|
-
</body>
|
|
105
|
-
</html>
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<title>Code coverage report for message</title>
|
|
5
|
-
<meta charset="utf-8" />
|
|
6
|
-
<link rel="stylesheet" href="../prettify.css" />
|
|
7
|
-
<link rel="stylesheet" href="../base.css" />
|
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
-
<style type='text/css'>
|
|
10
|
-
.coverage-summary .sorter {
|
|
11
|
-
background-image: url(../sort-arrow-sprite.png);
|
|
12
|
-
}
|
|
13
|
-
</style>
|
|
14
|
-
</head>
|
|
15
|
-
<body>
|
|
16
|
-
<div class='wrapper'>
|
|
17
|
-
<div class='pad1'>
|
|
18
|
-
<h1>
|
|
19
|
-
<a href="../index.html">All files</a> message
|
|
20
|
-
</h1>
|
|
21
|
-
<div class='clearfix'>
|
|
22
|
-
<div class='fl pad1y space-right2'>
|
|
23
|
-
<span class="strong">100% </span>
|
|
24
|
-
<span class="quiet">Statements</span>
|
|
25
|
-
<span class='fraction'>4/4</span>
|
|
26
|
-
</div>
|
|
27
|
-
<div class='fl pad1y space-right2'>
|
|
28
|
-
<span class="strong">100% </span>
|
|
29
|
-
<span class="quiet">Branches</span>
|
|
30
|
-
<span class='fraction'>6/6</span>
|
|
31
|
-
</div>
|
|
32
|
-
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">100% </span>
|
|
34
|
-
<span class="quiet">Functions</span>
|
|
35
|
-
<span class='fraction'>1/1</span>
|
|
36
|
-
</div>
|
|
37
|
-
<div class='fl pad1y space-right2'>
|
|
38
|
-
<span class="strong">100% </span>
|
|
39
|
-
<span class="quiet">Lines</span>
|
|
40
|
-
<span class='fraction'>4/4</span>
|
|
41
|
-
</div>
|
|
42
|
-
</div>
|
|
43
|
-
<p class="quiet">
|
|
44
|
-
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
45
|
-
</p>
|
|
46
|
-
</div>
|
|
47
|
-
<div class='status-line high'></div>
|
|
48
|
-
<div class="pad1">
|
|
49
|
-
<table class="coverage-summary">
|
|
50
|
-
<thead>
|
|
51
|
-
<tr>
|
|
52
|
-
<th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
|
|
53
|
-
<th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
|
|
54
|
-
<th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
|
|
55
|
-
<th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
56
|
-
<th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
|
|
57
|
-
<th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
58
|
-
<th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
|
|
59
|
-
<th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
60
|
-
<th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
|
|
61
|
-
<th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
62
|
-
</tr>
|
|
63
|
-
</thead>
|
|
64
|
-
<tbody><tr>
|
|
65
|
-
<td class="file high" data-value="index.js"><a href="index.js.html">index.js</a></td>
|
|
66
|
-
<td data-value="100" class="pic high"><div class="chart"><div class="cover-fill cover-full" style="width: 100%;"></div><div class="cover-empty" style="width:0%;"></div></div></td>
|
|
67
|
-
<td data-value="100" class="pct high">100%</td>
|
|
68
|
-
<td data-value="4" class="abs high">4/4</td>
|
|
69
|
-
<td data-value="100" class="pct high">100%</td>
|
|
70
|
-
<td data-value="6" class="abs high">6/6</td>
|
|
71
|
-
<td data-value="100" class="pct high">100%</td>
|
|
72
|
-
<td data-value="1" class="abs high">1/1</td>
|
|
73
|
-
<td data-value="100" class="pct high">100%</td>
|
|
74
|
-
<td data-value="4" class="abs high">4/4</td>
|
|
75
|
-
</tr>
|
|
76
|
-
|
|
77
|
-
</tbody>
|
|
78
|
-
</table>
|
|
79
|
-
</div><div class='push'></div><!-- for sticky footer -->
|
|
80
|
-
</div><!-- /wrapper -->
|
|
81
|
-
<div class='footer quiet pad2 space-top1 center small'>
|
|
82
|
-
Code coverage
|
|
83
|
-
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Wed Jan 08 2020 19:06:13 GMT+0800 (GMT+08:00)
|
|
84
|
-
</div>
|
|
85
|
-
</div>
|
|
86
|
-
<script src="../prettify.js"></script>
|
|
87
|
-
<script>
|
|
88
|
-
window.onload = function () {
|
|
89
|
-
if (typeof prettyPrint === 'function') {
|
|
90
|
-
prettyPrint();
|
|
91
|
-
}
|
|
92
|
-
};
|
|
93
|
-
</script>
|
|
94
|
-
<script src="../sorter.js"></script>
|
|
95
|
-
<script src="../block-navigation.js"></script>
|
|
96
|
-
</body>
|
|
97
|
-
</html>
|