@hero-design/rn 8.99.4 → 8.100.0-alpha.0
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 +17 -0
- package/coverage/clover.xml +4923 -0
- package/coverage/coverage-final.json +378 -0
- package/coverage/lcov-report/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +87 -0
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +1511 -0
- package/coverage/lcov-report/niceNumbers.ts.html +328 -0
- package/coverage/lcov-report/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +2 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +196 -0
- package/coverage/lcov-report/src/components/Accordion/AccordionItem.tsx.html +232 -0
- package/coverage/lcov-report/src/components/Accordion/StyledAccordion.tsx.html +172 -0
- package/coverage/lcov-report/src/components/Accordion/index.html +146 -0
- package/coverage/lcov-report/src/components/Accordion/index.tsx.html +334 -0
- package/coverage/lcov-report/src/components/Alert/StyledAlert.tsx.html +304 -0
- package/coverage/lcov-report/src/components/Alert/index.html +131 -0
- package/coverage/lcov-report/src/components/Alert/index.tsx.html +556 -0
- package/coverage/lcov-report/src/components/AnimatedScroller/AnimatedFAB.tsx.html +550 -0
- package/coverage/lcov-report/src/components/AnimatedScroller/AnimatedScrollable.tsx.html +295 -0
- package/coverage/lcov-report/src/components/AnimatedScroller/FlatListWithFAB.tsx.html +154 -0
- package/coverage/lcov-report/src/components/AnimatedScroller/ScrollViewWithFAB.tsx.html +148 -0
- package/coverage/lcov-report/src/components/AnimatedScroller/SectionListWithFAB.tsx.html +163 -0
- package/coverage/lcov-report/src/components/AnimatedScroller/index.html +191 -0
- package/coverage/lcov-report/src/components/AnimatedScroller/index.tsx.html +100 -0
- package/coverage/lcov-report/src/components/AppCue/StyledAppCue.tsx.html +301 -0
- package/coverage/lcov-report/src/components/AppCue/index.html +146 -0
- package/coverage/lcov-report/src/components/AppCue/index.tsx.html +658 -0
- package/coverage/lcov-report/src/components/AppCue/utils.ts.html +604 -0
- package/coverage/lcov-report/src/components/Attachment/StyledAttachment.tsx.html +217 -0
- package/coverage/lcov-report/src/components/Attachment/index.html +131 -0
- package/coverage/lcov-report/src/components/Attachment/index.tsx.html +322 -0
- package/coverage/lcov-report/src/components/Avatar/Avatar.tsx.html +367 -0
- package/coverage/lcov-report/src/components/Avatar/AvatarStack/StyledAvatarStack.tsx.html +334 -0
- package/coverage/lcov-report/src/components/Avatar/AvatarStack/index.html +146 -0
- package/coverage/lcov-report/src/components/Avatar/AvatarStack/index.tsx.html +523 -0
- package/coverage/lcov-report/src/components/Avatar/AvatarStack/utils.ts.html +148 -0
- package/coverage/lcov-report/src/components/Avatar/StyledAvatar.tsx.html +286 -0
- package/coverage/lcov-report/src/components/Avatar/index.html +146 -0
- package/coverage/lcov-report/src/components/Avatar/index.ts.html +103 -0
- package/coverage/lcov-report/src/components/Badge/Count.tsx.html +265 -0
- package/coverage/lcov-report/src/components/Badge/Status.tsx.html +322 -0
- package/coverage/lcov-report/src/components/Badge/StyledBadge.tsx.html +397 -0
- package/coverage/lcov-report/src/components/Badge/constants.ts.html +88 -0
- package/coverage/lcov-report/src/components/Badge/index.html +176 -0
- package/coverage/lcov-report/src/components/Badge/index.tsx.html +358 -0
- package/coverage/lcov-report/src/components/BottomNavigation/StyledBottomNavigation.tsx.html +259 -0
- package/coverage/lcov-report/src/components/BottomNavigation/index.html +131 -0
- package/coverage/lcov-report/src/components/BottomNavigation/index.tsx.html +571 -0
- package/coverage/lcov-report/src/components/BottomSheet/BottomSheetContext.ts.html +118 -0
- package/coverage/lcov-report/src/components/BottomSheet/Footer.tsx.html +145 -0
- package/coverage/lcov-report/src/components/BottomSheet/Header.tsx.html +304 -0
- package/coverage/lcov-report/src/components/BottomSheet/ScrollView.tsx.html +256 -0
- package/coverage/lcov-report/src/components/BottomSheet/StyledBottomSheet.tsx.html +403 -0
- package/coverage/lcov-report/src/components/BottomSheet/index.html +191 -0
- package/coverage/lcov-report/src/components/BottomSheet/index.tsx.html +793 -0
- package/coverage/lcov-report/src/components/Box/StyledBox.tsx.html +250 -0
- package/coverage/lcov-report/src/components/Box/config.ts.html +700 -0
- package/coverage/lcov-report/src/components/Box/index.html +146 -0
- package/coverage/lcov-report/src/components/Box/index.tsx.html +124 -0
- package/coverage/lcov-report/src/components/Button/Button.tsx.html +1045 -0
- package/coverage/lcov-report/src/components/Button/IconButton.tsx.html +292 -0
- package/coverage/lcov-report/src/components/Button/LoadingIndicator/StyledLoadingIndicator.tsx.html +307 -0
- package/coverage/lcov-report/src/components/Button/LoadingIndicator/index.html +131 -0
- package/coverage/lcov-report/src/components/Button/LoadingIndicator/index.tsx.html +511 -0
- package/coverage/lcov-report/src/components/Button/StyledButton.tsx.html +1561 -0
- package/coverage/lcov-report/src/components/Button/UtilityButton/StyledUtilityButton.tsx.html +160 -0
- package/coverage/lcov-report/src/components/Button/UtilityButton/index.html +131 -0
- package/coverage/lcov-report/src/components/Button/UtilityButton/index.tsx.html +259 -0
- package/coverage/lcov-report/src/components/Button/index.html +161 -0
- package/coverage/lcov-report/src/components/Button/index.tsx.html +136 -0
- package/coverage/lcov-report/src/components/Calendar/CalendarRange.tsx.html +1111 -0
- package/coverage/lcov-report/src/components/Calendar/CalendarRangeConnector.tsx.html +289 -0
- package/coverage/lcov-report/src/components/Calendar/CalendarRowItem.tsx.html +286 -0
- package/coverage/lcov-report/src/components/Calendar/StyledCalendar.tsx.html +397 -0
- package/coverage/lcov-report/src/components/Calendar/helpers.ts.html +394 -0
- package/coverage/lcov-report/src/components/Calendar/index.html +191 -0
- package/coverage/lcov-report/src/components/Calendar/index.tsx.html +1171 -0
- package/coverage/lcov-report/src/components/Card/DataCard/StyledDataCard.tsx.html +160 -0
- package/coverage/lcov-report/src/components/Card/DataCard/index.html +131 -0
- package/coverage/lcov-report/src/components/Card/DataCard/index.tsx.html +193 -0
- package/coverage/lcov-report/src/components/Card/StyledCard.tsx.html +160 -0
- package/coverage/lcov-report/src/components/Card/index.html +131 -0
- package/coverage/lcov-report/src/components/Card/index.tsx.html +232 -0
- package/coverage/lcov-report/src/components/Carousel/CardCarousel.tsx.html +844 -0
- package/coverage/lcov-report/src/components/Carousel/CarouselItem.tsx.html +313 -0
- package/coverage/lcov-report/src/components/Carousel/StyledCardCarousel.tsx.html +172 -0
- package/coverage/lcov-report/src/components/Carousel/StyledCarousel.tsx.html +325 -0
- package/coverage/lcov-report/src/components/Carousel/contants.ts.html +115 -0
- package/coverage/lcov-report/src/components/Carousel/index.html +191 -0
- package/coverage/lcov-report/src/components/Carousel/index.tsx.html +775 -0
- package/coverage/lcov-report/src/components/Chart/ChartSelect/StyledChartSelect.tsx.html +112 -0
- package/coverage/lcov-report/src/components/Chart/ChartSelect/index.html +131 -0
- package/coverage/lcov-report/src/components/Chart/ChartSelect/index.tsx.html +496 -0
- package/coverage/lcov-report/src/components/Chart/ColumnChart/ColumnChartContent.tsx.html +337 -0
- package/coverage/lcov-report/src/components/Chart/ColumnChart/Segment.tsx.html +283 -0
- package/coverage/lcov-report/src/components/Chart/ColumnChart/StackedSegment.tsx.html +382 -0
- package/coverage/lcov-report/src/components/Chart/ColumnChart/StyledColumnChart.tsx.html +112 -0
- package/coverage/lcov-report/src/components/Chart/ColumnChart/index.html +176 -0
- package/coverage/lcov-report/src/components/Chart/ColumnChart/index.tsx.html +733 -0
- package/coverage/lcov-report/src/components/Chart/Line/Line.tsx.html +328 -0
- package/coverage/lcov-report/src/components/Chart/Line/index.html +131 -0
- package/coverage/lcov-report/src/components/Chart/Line/index.tsx.html +514 -0
- package/coverage/lcov-report/src/components/Chart/StyledChart.tsx.html +133 -0
- package/coverage/lcov-report/src/components/Chart/index.html +131 -0
- package/coverage/lcov-report/src/components/Chart/index.tsx.html +124 -0
- package/coverage/lcov-report/src/components/Chart/shared/AxisLabel.tsx.html +160 -0
- package/coverage/lcov-report/src/components/Chart/shared/ChartFrame.tsx.html +478 -0
- package/coverage/lcov-report/src/components/Chart/shared/ChartHeader.tsx.html +142 -0
- package/coverage/lcov-report/src/components/Chart/shared/EmptyState.tsx.html +226 -0
- package/coverage/lcov-report/src/components/Chart/shared/XAxis.tsx.html +292 -0
- package/coverage/lcov-report/src/components/Chart/shared/XAxisGrid.tsx.html +211 -0
- package/coverage/lcov-report/src/components/Chart/shared/YAxis.tsx.html +397 -0
- package/coverage/lcov-report/src/components/Chart/shared/YAxisGrid.tsx.html +259 -0
- package/coverage/lcov-report/src/components/Chart/shared/constants.ts.html +91 -0
- package/coverage/lcov-report/src/components/Chart/shared/hooks/index.html +161 -0
- package/coverage/lcov-report/src/components/Chart/shared/hooks/useColorScale.ts.html +160 -0
- package/coverage/lcov-report/src/components/Chart/shared/hooks/useGenerateTicks.ts.html +166 -0
- package/coverage/lcov-report/src/components/Chart/shared/hooks/useScaleBandX.ts.html +136 -0
- package/coverage/lcov-report/src/components/Chart/shared/hooks/useScaleLinearY.ts.html +175 -0
- package/coverage/lcov-report/src/components/Chart/shared/index.html +251 -0
- package/coverage/lcov-report/src/components/Chart/shared/niceNumbers.ts.html +289 -0
- package/coverage/lcov-report/src/components/Checkbox/StyledCheckbox.tsx.html +217 -0
- package/coverage/lcov-report/src/components/Checkbox/index.html +131 -0
- package/coverage/lcov-report/src/components/Checkbox/index.tsx.html +448 -0
- package/coverage/lcov-report/src/components/Chip/StyledChip.tsx.html +445 -0
- package/coverage/lcov-report/src/components/Chip/index.html +131 -0
- package/coverage/lcov-report/src/components/Chip/index.tsx.html +415 -0
- package/coverage/lcov-report/src/components/Collapse/StyledCollapse.tsx.html +157 -0
- package/coverage/lcov-report/src/components/Collapse/index.html +131 -0
- package/coverage/lcov-report/src/components/Collapse/index.tsx.html +370 -0
- package/coverage/lcov-report/src/components/ContentNavigator/StyledContentNavigator.tsx.html +115 -0
- package/coverage/lcov-report/src/components/ContentNavigator/index.html +131 -0
- package/coverage/lcov-report/src/components/ContentNavigator/index.tsx.html +397 -0
- package/coverage/lcov-report/src/components/DatePicker/DatePickerAndroid.tsx.html +340 -0
- package/coverage/lcov-report/src/components/DatePicker/DatePickerCalendar.tsx.html +571 -0
- package/coverage/lcov-report/src/components/DatePicker/DatePickerIOS.tsx.html +361 -0
- package/coverage/lcov-report/src/components/DatePicker/Dialog/AndroidDialog.tsx.html +289 -0
- package/coverage/lcov-report/src/components/DatePicker/Dialog/IOSDialog.tsx.html +358 -0
- package/coverage/lcov-report/src/components/DatePicker/Dialog/index.html +131 -0
- package/coverage/lcov-report/src/components/DatePicker/StyledDatePicker.tsx.html +112 -0
- package/coverage/lcov-report/src/components/DatePicker/hooks/index.html +146 -0
- package/coverage/lcov-report/src/components/DatePicker/hooks/useCalculateDate.tsx.html +187 -0
- package/coverage/lcov-report/src/components/DatePicker/hooks/useFormatDate.ts.html +160 -0
- package/coverage/lcov-report/src/components/DatePicker/hooks/utils.ts.html +175 -0
- package/coverage/lcov-report/src/components/DatePicker/index.html +176 -0
- package/coverage/lcov-report/src/components/DatePicker/index.tsx.html +175 -0
- package/coverage/lcov-report/src/components/Divider/StyledDivider.tsx.html +169 -0
- package/coverage/lcov-report/src/components/Divider/index.html +131 -0
- package/coverage/lcov-report/src/components/Divider/index.tsx.html +205 -0
- package/coverage/lcov-report/src/components/Drawer/DragableDrawer/helpers.ts.html +223 -0
- package/coverage/lcov-report/src/components/Drawer/DragableDrawer/index.html +131 -0
- package/coverage/lcov-report/src/components/Drawer/DragableDrawer/index.tsx.html +697 -0
- package/coverage/lcov-report/src/components/Drawer/StyledDrawer.tsx.html +337 -0
- package/coverage/lcov-report/src/components/Drawer/index.html +131 -0
- package/coverage/lcov-report/src/components/Drawer/index.tsx.html +376 -0
- package/coverage/lcov-report/src/components/FAB/ActionGroup/ActionItem.tsx.html +313 -0
- package/coverage/lcov-report/src/components/FAB/ActionGroup/StyledActionGroup.tsx.html +289 -0
- package/coverage/lcov-report/src/components/FAB/ActionGroup/StyledActionItem.tsx.html +175 -0
- package/coverage/lcov-report/src/components/FAB/ActionGroup/index.html +161 -0
- package/coverage/lcov-report/src/components/FAB/ActionGroup/index.tsx.html +715 -0
- package/coverage/lcov-report/src/components/FAB/AnimatedFABIcon.tsx.html +226 -0
- package/coverage/lcov-report/src/components/FAB/FAB.tsx.html +871 -0
- package/coverage/lcov-report/src/components/FAB/Pair/StyledFAB.tsx.html +142 -0
- package/coverage/lcov-report/src/components/FAB/Pair/index.html +131 -0
- package/coverage/lcov-report/src/components/FAB/Pair/index.tsx.html +223 -0
- package/coverage/lcov-report/src/components/FAB/StyledFAB.tsx.html +229 -0
- package/coverage/lcov-report/src/components/FAB/index.html +161 -0
- package/coverage/lcov-report/src/components/FAB/index.tsx.html +109 -0
- package/coverage/lcov-report/src/components/FloatingIsland/StyledFloatingIsland.tsx.html +181 -0
- package/coverage/lcov-report/src/components/FloatingIsland/index.html +131 -0
- package/coverage/lcov-report/src/components/FloatingIsland/index.tsx.html +367 -0
- package/coverage/lcov-report/src/components/HeroDesignProvider/index.html +116 -0
- package/coverage/lcov-report/src/components/HeroDesignProvider/index.tsx.html +166 -0
- package/coverage/lcov-report/src/components/Icon/AnimatedIcon.tsx.html +226 -0
- package/coverage/lcov-report/src/components/Icon/HeroIcon/index.html +116 -0
- package/coverage/lcov-report/src/components/Icon/HeroIcon/index.tsx.html +238 -0
- package/coverage/lcov-report/src/components/Icon/IconList.ts.html +1486 -0
- package/coverage/lcov-report/src/components/Icon/index.html +161 -0
- package/coverage/lcov-report/src/components/Icon/index.tsx.html +412 -0
- package/coverage/lcov-report/src/components/Icon/utils.ts.html +103 -0
- package/coverage/lcov-report/src/components/Image/index.html +116 -0
- package/coverage/lcov-report/src/components/Image/index.tsx.html +238 -0
- package/coverage/lcov-report/src/components/List/BasicListItem.tsx.html +442 -0
- package/coverage/lcov-report/src/components/List/ListItem.tsx.html +565 -0
- package/coverage/lcov-report/src/components/List/StyledBasicListItem.tsx.html +187 -0
- package/coverage/lcov-report/src/components/List/StyledListItem.tsx.html +325 -0
- package/coverage/lcov-report/src/components/List/index.html +176 -0
- package/coverage/lcov-report/src/components/List/index.tsx.html +127 -0
- package/coverage/lcov-report/src/components/LocaleProvider/context.ts.html +106 -0
- package/coverage/lcov-report/src/components/LocaleProvider/hooks.ts.html +142 -0
- package/coverage/lcov-report/src/components/LocaleProvider/index.html +161 -0
- package/coverage/lcov-report/src/components/LocaleProvider/index.tsx.html +166 -0
- package/coverage/lcov-report/src/components/LocaleProvider/utils.ts.html +127 -0
- package/coverage/lcov-report/src/components/MapPin/Focussed.tsx.html +169 -0
- package/coverage/lcov-report/src/components/MapPin/StyledMapPin.tsx.html +301 -0
- package/coverage/lcov-report/src/components/MapPin/index.html +146 -0
- package/coverage/lcov-report/src/components/MapPin/index.tsx.html +274 -0
- package/coverage/lcov-report/src/components/Modal/index.html +116 -0
- package/coverage/lcov-report/src/components/Modal/index.tsx.html +736 -0
- package/coverage/lcov-report/src/components/PageControl/StyledPageControl.tsx.html +136 -0
- package/coverage/lcov-report/src/components/PageControl/index.html +131 -0
- package/coverage/lcov-report/src/components/PageControl/index.tsx.html +319 -0
- package/coverage/lcov-report/src/components/PinInput/PinCell.tsx.html +193 -0
- package/coverage/lcov-report/src/components/PinInput/StyledPinInput.tsx.html +358 -0
- package/coverage/lcov-report/src/components/PinInput/index.html +146 -0
- package/coverage/lcov-report/src/components/PinInput/index.tsx.html +817 -0
- package/coverage/lcov-report/src/components/Portal/PortalHost.tsx.html +166 -0
- package/coverage/lcov-report/src/components/Portal/PortalProvider.tsx.html +190 -0
- package/coverage/lcov-report/src/components/Portal/constants.ts.html +115 -0
- package/coverage/lcov-report/src/components/Portal/contexts.ts.html +127 -0
- package/coverage/lcov-report/src/components/Portal/index.html +221 -0
- package/coverage/lcov-report/src/components/Portal/index.tsx.html +283 -0
- package/coverage/lcov-report/src/components/Portal/reducer.ts.html +403 -0
- package/coverage/lcov-report/src/components/Portal/usePortal.ts.html +235 -0
- package/coverage/lcov-report/src/components/Portal/usePortalState.ts.html +118 -0
- package/coverage/lcov-report/src/components/Progress/ProgressBar.tsx.html +358 -0
- package/coverage/lcov-report/src/components/Progress/ProgressCircle.tsx.html +460 -0
- package/coverage/lcov-report/src/components/Progress/ProgressStep.tsx.html +352 -0
- package/coverage/lcov-report/src/components/Progress/StyledProgressBar.tsx.html +181 -0
- package/coverage/lcov-report/src/components/Progress/StyledProgressCircle.tsx.html +163 -0
- package/coverage/lcov-report/src/components/Progress/StyledStep.tsx.html +235 -0
- package/coverage/lcov-report/src/components/Progress/constants.ts.html +133 -0
- package/coverage/lcov-report/src/components/Progress/index.html +221 -0
- package/coverage/lcov-report/src/components/Progress/index.tsx.html +118 -0
- package/coverage/lcov-report/src/components/Radio/Radio.tsx.html +331 -0
- package/coverage/lcov-report/src/components/Radio/RadioGroup.tsx.html +343 -0
- package/coverage/lcov-report/src/components/Radio/StyledRadio.tsx.html +211 -0
- package/coverage/lcov-report/src/components/Radio/index.html +161 -0
- package/coverage/lcov-report/src/components/Radio/index.tsx.html +100 -0
- package/coverage/lcov-report/src/components/Rate/StyledRate.tsx.html +133 -0
- package/coverage/lcov-report/src/components/Rate/index.html +131 -0
- package/coverage/lcov-report/src/components/Rate/index.tsx.html +355 -0
- package/coverage/lcov-report/src/components/RefreshControl/index.html +116 -0
- package/coverage/lcov-report/src/components/RefreshControl/index.tsx.html +160 -0
- package/coverage/lcov-report/src/components/RichTextEditor/EditorEvent.ts.html +106 -0
- package/coverage/lcov-report/src/components/RichTextEditor/EditorToolbar.tsx.html +736 -0
- package/coverage/lcov-report/src/components/RichTextEditor/MentionList.tsx.html +382 -0
- package/coverage/lcov-report/src/components/RichTextEditor/RichTextEditor.tsx.html +1450 -0
- package/coverage/lcov-report/src/components/RichTextEditor/StyledRichTextEditor.ts.html +139 -0
- package/coverage/lcov-report/src/components/RichTextEditor/StyledToolbar.ts.html +181 -0
- package/coverage/lcov-report/src/components/RichTextEditor/constants.ts.html +112 -0
- package/coverage/lcov-report/src/components/RichTextEditor/heroEditorApp.ts.html +94 -0
- package/coverage/lcov-report/src/components/RichTextEditor/index.html +236 -0
- package/coverage/lcov-report/src/components/RichTextEditor/index.tsx.html +118 -0
- package/coverage/lcov-report/src/components/RichTextEditor/utils/events.ts.html +178 -0
- package/coverage/lcov-report/src/components/RichTextEditor/utils/index.html +131 -0
- package/coverage/lcov-report/src/components/RichTextEditor/utils/rnWebView.ts.html +142 -0
- package/coverage/lcov-report/src/components/Search/SearchOneLine.tsx.html +787 -0
- package/coverage/lcov-report/src/components/Search/SearchSuffixIcon.tsx.html +229 -0
- package/coverage/lcov-report/src/components/Search/SearchTwoLine.tsx.html +295 -0
- package/coverage/lcov-report/src/components/Search/StyledSearch.tsx.html +310 -0
- package/coverage/lcov-report/src/components/Search/index.html +191 -0
- package/coverage/lcov-report/src/components/Search/index.tsx.html +136 -0
- package/coverage/lcov-report/src/components/Search/utils.tsx.html +178 -0
- package/coverage/lcov-report/src/components/SectionHeading/StyledHeading.tsx.html +190 -0
- package/coverage/lcov-report/src/components/SectionHeading/index.html +131 -0
- package/coverage/lcov-report/src/components/SectionHeading/index.tsx.html +445 -0
- package/coverage/lcov-report/src/components/Select/BaseOptionList.tsx.html +310 -0
- package/coverage/lcov-report/src/components/Select/Footer.tsx.html +109 -0
- package/coverage/lcov-report/src/components/Select/MultiSelect/Option.tsx.html +229 -0
- package/coverage/lcov-report/src/components/Select/MultiSelect/OptionList.tsx.html +301 -0
- package/coverage/lcov-report/src/components/Select/MultiSelect/index.html +161 -0
- package/coverage/lcov-report/src/components/Select/MultiSelect/index.tsx.html +685 -0
- package/coverage/lcov-report/src/components/Select/MultiSelect/utils.ts.html +121 -0
- package/coverage/lcov-report/src/components/Select/SingleSelect/Option.tsx.html +178 -0
- package/coverage/lcov-report/src/components/Select/SingleSelect/OptionList.tsx.html +325 -0
- package/coverage/lcov-report/src/components/Select/SingleSelect/StyledSingleSelect.tsx.html +103 -0
- package/coverage/lcov-report/src/components/Select/SingleSelect/index.html +161 -0
- package/coverage/lcov-report/src/components/Select/SingleSelect/index.tsx.html +574 -0
- package/coverage/lcov-report/src/components/Select/StyledSelect.tsx.html +151 -0
- package/coverage/lcov-report/src/components/Select/helpers.tsx.html +298 -0
- package/coverage/lcov-report/src/components/Select/index.html +176 -0
- package/coverage/lcov-report/src/components/Select/index.tsx.html +115 -0
- package/coverage/lcov-report/src/components/Skeleton/StyledSkeleton.tsx.html +160 -0
- package/coverage/lcov-report/src/components/Skeleton/index.html +131 -0
- package/coverage/lcov-report/src/components/Skeleton/index.tsx.html +475 -0
- package/coverage/lcov-report/src/components/Slider/RangeSlider.tsx.html +646 -0
- package/coverage/lcov-report/src/components/Slider/SingleSlider.tsx.html +352 -0
- package/coverage/lcov-report/src/components/Slider/StyledRangeSlider.tsx.html +133 -0
- package/coverage/lcov-report/src/components/Slider/index.html +161 -0
- package/coverage/lcov-report/src/components/Slider/index.tsx.html +127 -0
- package/coverage/lcov-report/src/components/Spinner/AnimatedSpinner.tsx.html +295 -0
- package/coverage/lcov-report/src/components/Spinner/StyledSpinner.tsx.html +304 -0
- package/coverage/lcov-report/src/components/Spinner/index.html +146 -0
- package/coverage/lcov-report/src/components/Spinner/index.tsx.html +190 -0
- package/coverage/lcov-report/src/components/StatusScreens/Empty/StyledEmpty.tsx.html +223 -0
- package/coverage/lcov-report/src/components/StatusScreens/Empty/index.html +131 -0
- package/coverage/lcov-report/src/components/StatusScreens/Empty/index.tsx.html +376 -0
- package/coverage/lcov-report/src/components/StatusScreens/Error/StyledError.tsx.html +355 -0
- package/coverage/lcov-report/src/components/StatusScreens/Error/index.html +131 -0
- package/coverage/lcov-report/src/components/StatusScreens/Error/index.tsx.html +961 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Add.tsx.html +232 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Boom.tsx.html +268 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Build.tsx.html +220 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Clock.tsx.html +199 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Confetti.tsx.html +319 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Connections.tsx.html +256 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Error.tsx.html +250 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Info.tsx.html +190 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/List.tsx.html +196 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Location.tsx.html +196 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Merge.tsx.html +262 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Notifications.tsx.html +163 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Search.tsx.html +193 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Star.tsx.html +196 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/Success.tsx.html +208 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/User.tsx.html +214 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/assets/index.html +341 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/index.html +116 -0
- package/coverage/lcov-report/src/components/StatusScreens/StatusIcon/index.tsx.html +274 -0
- package/coverage/lcov-report/src/components/StatusScreens/Success/StyledSuccess.tsx.html +340 -0
- package/coverage/lcov-report/src/components/StatusScreens/Success/index.html +131 -0
- package/coverage/lcov-report/src/components/StatusScreens/Success/index.tsx.html +631 -0
- package/coverage/lcov-report/src/components/Swipeable/StyledSwipeable.tsx.html +118 -0
- package/coverage/lcov-report/src/components/Swipeable/SwipeableAction.tsx.html +220 -0
- package/coverage/lcov-report/src/components/Swipeable/index.html +146 -0
- package/coverage/lcov-report/src/components/Swipeable/index.tsx.html +646 -0
- package/coverage/lcov-report/src/components/Switch/SelectorSwitch/Option.tsx.html +352 -0
- package/coverage/lcov-report/src/components/Switch/SelectorSwitch/StyledSelectorSwitch.tsx.html +193 -0
- package/coverage/lcov-report/src/components/Switch/SelectorSwitch/index.html +146 -0
- package/coverage/lcov-report/src/components/Switch/SelectorSwitch/index.tsx.html +442 -0
- package/coverage/lcov-report/src/components/Switch/StyledSwitch.tsx.html +175 -0
- package/coverage/lcov-report/src/components/Switch/index.html +131 -0
- package/coverage/lcov-report/src/components/Switch/index.tsx.html +346 -0
- package/coverage/lcov-report/src/components/Tabs/ActiveTabIndicator.tsx.html +196 -0
- package/coverage/lcov-report/src/components/Tabs/SceneView.tsx.html +283 -0
- package/coverage/lcov-report/src/components/Tabs/ScrollableTabs.tsx.html +418 -0
- package/coverage/lcov-report/src/components/Tabs/ScrollableTabsHeader/ScrollableTabsHeader.tsx.html +814 -0
- package/coverage/lcov-report/src/components/Tabs/ScrollableTabsHeader/hooks/index.html +131 -0
- package/coverage/lcov-report/src/components/Tabs/ScrollableTabsHeader/hooks/useInitHighlightedAnimation.ts.html +220 -0
- package/coverage/lcov-report/src/components/Tabs/ScrollableTabsHeader/hooks/useInitUnderlinedAnimation.ts.html +358 -0
- package/coverage/lcov-report/src/components/Tabs/ScrollableTabsHeader/index.html +116 -0
- package/coverage/lcov-report/src/components/Tabs/StyledScrollableTabs.tsx.html +307 -0
- package/coverage/lcov-report/src/components/Tabs/StyledTabs.tsx.html +250 -0
- package/coverage/lcov-report/src/components/Tabs/TabWithBadge.tsx.html +247 -0
- package/coverage/lcov-report/src/components/Tabs/index.html +251 -0
- package/coverage/lcov-report/src/components/Tabs/index.tsx.html +847 -0
- package/coverage/lcov-report/src/components/Tabs/useHandlePageScroll.tsx.html +181 -0
- package/coverage/lcov-report/src/components/Tabs/useIsFocused.tsx.html +142 -0
- package/coverage/lcov-report/src/components/Tabs/utils.ts.html +124 -0
- package/coverage/lcov-report/src/components/Tag/StyledTag.tsx.html +190 -0
- package/coverage/lcov-report/src/components/Tag/index.html +131 -0
- package/coverage/lcov-report/src/components/Tag/index.tsx.html +268 -0
- package/coverage/lcov-report/src/components/TextInput/StyledTextInput.tsx.html +514 -0
- package/coverage/lcov-report/src/components/TextInput/index.html +131 -0
- package/coverage/lcov-report/src/components/TextInput/index.tsx.html +1693 -0
- package/coverage/lcov-report/src/components/TimePicker/StyledTimePicker.tsx.html +112 -0
- package/coverage/lcov-report/src/components/TimePicker/TimePickerAndroid.tsx.html +277 -0
- package/coverage/lcov-report/src/components/TimePicker/TimePickerIOS.tsx.html +376 -0
- package/coverage/lcov-report/src/components/TimePicker/index.html +161 -0
- package/coverage/lcov-report/src/components/TimePicker/index.tsx.html +130 -0
- package/coverage/lcov-report/src/components/Toast/StyledToast.tsx.html +334 -0
- package/coverage/lcov-report/src/components/Toast/Toast.tsx.html +505 -0
- package/coverage/lcov-report/src/components/Toast/ToastContainer.tsx.html +355 -0
- package/coverage/lcov-report/src/components/Toast/ToastContext.ts.html +214 -0
- package/coverage/lcov-report/src/components/Toast/ToastProvider.tsx.html +280 -0
- package/coverage/lcov-report/src/components/Toast/index.html +191 -0
- package/coverage/lcov-report/src/components/Toast/index.tsx.html +118 -0
- package/coverage/lcov-report/src/components/Toolbar/StyledToolbar.tsx.html +460 -0
- package/coverage/lcov-report/src/components/Toolbar/ToolbarGroup.tsx.html +196 -0
- package/coverage/lcov-report/src/components/Toolbar/ToolbarItem.tsx.html +448 -0
- package/coverage/lcov-report/src/components/Toolbar/ToolbarMessage.tsx.html +601 -0
- package/coverage/lcov-report/src/components/Toolbar/index.html +176 -0
- package/coverage/lcov-report/src/components/Toolbar/index.tsx.html +151 -0
- package/coverage/lcov-report/src/components/Typography/Body/StyledBody.tsx.html +223 -0
- package/coverage/lcov-report/src/components/Typography/Body/index.html +131 -0
- package/coverage/lcov-report/src/components/Typography/Body/index.tsx.html +301 -0
- package/coverage/lcov-report/src/components/Typography/Caption/StyledCaption.tsx.html +136 -0
- package/coverage/lcov-report/src/components/Typography/Caption/index.html +131 -0
- package/coverage/lcov-report/src/components/Typography/Caption/index.tsx.html +271 -0
- package/coverage/lcov-report/src/components/Typography/Label/StyledLabel.tsx.html +127 -0
- package/coverage/lcov-report/src/components/Typography/Label/index.html +131 -0
- package/coverage/lcov-report/src/components/Typography/Label/index.tsx.html +253 -0
- package/coverage/lcov-report/src/components/Typography/Text/StyledText.tsx.html +244 -0
- package/coverage/lcov-report/src/components/Typography/Text/index.html +131 -0
- package/coverage/lcov-report/src/components/Typography/Text/index.tsx.html +361 -0
- package/coverage/lcov-report/src/components/Typography/Title/StyledTitle.tsx.html +145 -0
- package/coverage/lcov-report/src/components/Typography/Title/index.html +131 -0
- package/coverage/lcov-report/src/components/Typography/Title/index.tsx.html +298 -0
- package/coverage/lcov-report/src/components/Typography/index.html +131 -0
- package/coverage/lcov-report/src/components/Typography/index.tsx.html +163 -0
- package/coverage/lcov-report/src/components/Typography/types.ts.html +142 -0
- package/coverage/lcov-report/src/index.html +131 -0
- package/coverage/lcov-report/src/index.ts.html +571 -0
- package/coverage/lcov-report/src/locales/en_AU.ts.html +115 -0
- package/coverage/lcov-report/src/locales/en_CA.ts.html +115 -0
- package/coverage/lcov-report/src/locales/index.html +146 -0
- package/coverage/lcov-report/src/locales/index.ts.html +106 -0
- package/coverage/lcov-report/src/testHelpers/index.html +116 -0
- package/coverage/lcov-report/src/testHelpers/renderWithTheme.tsx.html +133 -0
- package/coverage/lcov-report/src/theme/ThemeProvider.ts.html +142 -0
- package/coverage/lcov-report/src/theme/ThemeSwitcher.tsx.html +310 -0
- package/coverage/lcov-report/src/theme/components/accordion.ts.html +142 -0
- package/coverage/lcov-report/src/theme/components/alert.ts.html +229 -0
- package/coverage/lcov-report/src/theme/components/appCue.ts.html +151 -0
- package/coverage/lcov-report/src/theme/components/attachment.ts.html +169 -0
- package/coverage/lcov-report/src/theme/components/avatar.ts.html +259 -0
- package/coverage/lcov-report/src/theme/components/badge.ts.html +358 -0
- package/coverage/lcov-report/src/theme/components/bottomNavigation.ts.html +172 -0
- package/coverage/lcov-report/src/theme/components/bottomSheet.ts.html +193 -0
- package/coverage/lcov-report/src/theme/components/button.ts.html +445 -0
- package/coverage/lcov-report/src/theme/components/calendar.ts.html +214 -0
- package/coverage/lcov-report/src/theme/components/card.ts.html +172 -0
- package/coverage/lcov-report/src/theme/components/cardCarousel.ts.html +160 -0
- package/coverage/lcov-report/src/theme/components/carousel.ts.html +217 -0
- package/coverage/lcov-report/src/theme/components/chart.ts.html +163 -0
- package/coverage/lcov-report/src/theme/components/checkbox.ts.html +229 -0
- package/coverage/lcov-report/src/theme/components/chip.ts.html +235 -0
- package/coverage/lcov-report/src/theme/components/columnChart.ts.html +130 -0
- package/coverage/lcov-report/src/theme/components/contentNavigator.ts.html +118 -0
- package/coverage/lcov-report/src/theme/components/datePicker.ts.html +118 -0
- package/coverage/lcov-report/src/theme/components/divider.ts.html +154 -0
- package/coverage/lcov-report/src/theme/components/drawer.ts.html +190 -0
- package/coverage/lcov-report/src/theme/components/empty.ts.html +223 -0
- package/coverage/lcov-report/src/theme/components/error.ts.html +268 -0
- package/coverage/lcov-report/src/theme/components/fab.ts.html +337 -0
- package/coverage/lcov-report/src/theme/components/floatingIsland.ts.html +178 -0
- package/coverage/lcov-report/src/theme/components/icon.ts.html +172 -0
- package/coverage/lcov-report/src/theme/components/image.ts.html +121 -0
- package/coverage/lcov-report/src/theme/components/index.html +881 -0
- package/coverage/lcov-report/src/theme/components/list.ts.html +223 -0
- package/coverage/lcov-report/src/theme/components/mapPin.ts.html +235 -0
- package/coverage/lcov-report/src/theme/components/pageControl.ts.html +160 -0
- package/coverage/lcov-report/src/theme/components/pinInput.ts.html +313 -0
- package/coverage/lcov-report/src/theme/components/progress.ts.html +265 -0
- package/coverage/lcov-report/src/theme/components/radio.ts.html +193 -0
- package/coverage/lcov-report/src/theme/components/rate.ts.html +133 -0
- package/coverage/lcov-report/src/theme/components/refreshControl.ts.html +118 -0
- package/coverage/lcov-report/src/theme/components/richTextEditor.ts.html +193 -0
- package/coverage/lcov-report/src/theme/components/search.ts.html +292 -0
- package/coverage/lcov-report/src/theme/components/sectionHeading.ts.html +142 -0
- package/coverage/lcov-report/src/theme/components/select.ts.html +154 -0
- package/coverage/lcov-report/src/theme/components/skeleton.ts.html +151 -0
- package/coverage/lcov-report/src/theme/components/slider.ts.html +178 -0
- package/coverage/lcov-report/src/theme/components/spinner.ts.html +184 -0
- package/coverage/lcov-report/src/theme/components/success.ts.html +241 -0
- package/coverage/lcov-report/src/theme/components/swipeable.ts.html +151 -0
- package/coverage/lcov-report/src/theme/components/switch.ts.html +235 -0
- package/coverage/lcov-report/src/theme/components/tabs.ts.html +202 -0
- package/coverage/lcov-report/src/theme/components/tag.ts.html +274 -0
- package/coverage/lcov-report/src/theme/components/textInput.ts.html +409 -0
- package/coverage/lcov-report/src/theme/components/timePicker.ts.html +118 -0
- package/coverage/lcov-report/src/theme/components/toast.ts.html +241 -0
- package/coverage/lcov-report/src/theme/components/toolbar.ts.html +262 -0
- package/coverage/lcov-report/src/theme/components/typography.ts.html +622 -0
- package/coverage/lcov-report/src/theme/getTheme.ts.html +637 -0
- package/coverage/lcov-report/src/theme/global/borders.ts.html +187 -0
- package/coverage/lcov-report/src/theme/global/colors/eBens.ts.html +163 -0
- package/coverage/lcov-report/src/theme/global/colors/ehJobs.ts.html +127 -0
- package/coverage/lcov-report/src/theme/global/colors/ehWork.ts.html +166 -0
- package/coverage/lcov-report/src/theme/global/colors/ehWorkDark.ts.html +277 -0
- package/coverage/lcov-report/src/theme/global/colors/global.ts.html +247 -0
- package/coverage/lcov-report/src/theme/global/colors/globalDark.ts.html +238 -0
- package/coverage/lcov-report/src/theme/global/colors/index.html +326 -0
- package/coverage/lcov-report/src/theme/global/colors/jobs.ts.html +163 -0
- package/coverage/lcov-report/src/theme/global/colors/swag.ts.html +169 -0
- package/coverage/lcov-report/src/theme/global/colors/swagDark.ts.html +175 -0
- package/coverage/lcov-report/src/theme/global/colors/swagLight.ts.html +121 -0
- package/coverage/lcov-report/src/theme/global/colors/swagLightGlobal.ts.html +127 -0
- package/coverage/lcov-report/src/theme/global/colors/swagLightJobs.ts.html +121 -0
- package/coverage/lcov-report/src/theme/global/colors/swagSystemPalette.ts.html +112 -0
- package/coverage/lcov-report/src/theme/global/colors/wallet.ts.html +163 -0
- package/coverage/lcov-report/src/theme/global/colors/work.ts.html +163 -0
- package/coverage/lcov-report/src/theme/global/index.html +191 -0
- package/coverage/lcov-report/src/theme/global/index.ts.html +280 -0
- package/coverage/lcov-report/src/theme/global/scale.ts.html +172 -0
- package/coverage/lcov-report/src/theme/global/shadows/ehJobs.ts.html +196 -0
- package/coverage/lcov-report/src/theme/global/shadows/ehWork.ts.html +193 -0
- package/coverage/lcov-report/src/theme/global/shadows/ehWorkDark.ts.html +193 -0
- package/coverage/lcov-report/src/theme/global/shadows/index.html +161 -0
- package/coverage/lcov-report/src/theme/global/shadows/index.ts.html +166 -0
- package/coverage/lcov-report/src/theme/global/sizes.ts.html +172 -0
- package/coverage/lcov-report/src/theme/global/space.ts.html +181 -0
- package/coverage/lcov-report/src/theme/global/typography.ts.html +376 -0
- package/coverage/lcov-report/src/theme/index.html +161 -0
- package/coverage/lcov-report/src/theme/index.ts.html +214 -0
- package/coverage/lcov-report/src/types.ts.html +238 -0
- package/coverage/lcov-report/src/utils/functions.ts.html +91 -0
- package/coverage/lcov-report/src/utils/helpers.ts.html +424 -0
- package/coverage/lcov-report/src/utils/hooks.ts.html +172 -0
- package/coverage/lcov-report/src/utils/index.html +146 -0
- package/coverage/lcov.info +11518 -0
- package/es/index.js +5626 -692
- package/jest.config.js +1 -1
- package/lib/index.js +5550 -615
- package/locales/en_AU.d.ts +3 -0
- package/locales/en_CA.d.ts +3 -0
- package/locales/index.d.ts +5 -0
- package/locales/types.d.ts +10 -0
- package/package.json +4 -2
- package/src/components/Avatar/AvatarStack/utils.ts +6 -4
- package/src/components/Badge/Status.tsx +1 -1
- package/src/components/Badge/__tests__/Status.spec.tsx +20 -0
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +2 -0
- package/src/components/Chart/ChartSelect/StyledChartSelect.tsx +9 -0
- package/src/components/Chart/ChartSelect/__tests__/StyledChartSelect.spec.tsx +15 -0
- package/src/components/Chart/ChartSelect/__tests__/__snapshots__/StyledChartSelect.spec.tsx.snap +20 -0
- package/src/components/Chart/ChartSelect/__tests__/index.spec.tsx +111 -0
- package/src/components/Chart/ChartSelect/index.tsx +137 -0
- package/src/components/Chart/ColumnChart/ColumnChartContent.tsx +84 -0
- package/src/components/Chart/ColumnChart/Segment.tsx +66 -0
- package/src/components/Chart/ColumnChart/StackedSegment.tsx +99 -0
- package/src/components/Chart/ColumnChart/StyledColumnChart.tsx +9 -0
- package/src/components/Chart/ColumnChart/__tests__/ColumnChartContent.spec.tsx +68 -0
- package/src/components/Chart/ColumnChart/__tests__/Segment.spec.tsx +99 -0
- package/src/components/Chart/ColumnChart/__tests__/StackedSegment.spec.tsx +115 -0
- package/src/components/Chart/ColumnChart/__tests__/__snapshots__/StackedSegment.spec.tsx.snap +120 -0
- package/src/components/Chart/ColumnChart/__tests__/__snapshots__/index.spec.tsx.snap +1405 -0
- package/src/components/Chart/ColumnChart/__tests__/index.spec.tsx +134 -0
- package/src/components/Chart/ColumnChart/index.tsx +216 -0
- package/src/components/Chart/Line/Line.tsx +81 -0
- package/src/components/Chart/Line/__tests__/Line.spec.tsx +148 -0
- package/src/components/Chart/Line/__tests__/__snapshots__/Line.spec.tsx.snap +56 -0
- package/src/components/Chart/Line/__tests__/__snapshots__/index.spec.tsx.snap +1461 -0
- package/src/components/Chart/Line/__tests__/index.spec.tsx +112 -0
- package/src/components/Chart/Line/index.tsx +143 -0
- package/src/components/Chart/StyledChart.tsx +16 -0
- package/src/components/Chart/index.tsx +13 -0
- package/src/components/Chart/shared/AxisLabel.tsx +25 -0
- package/src/components/Chart/shared/ChartFrame.tsx +131 -0
- package/src/components/Chart/shared/ChartHeader.tsx +19 -0
- package/src/components/Chart/shared/EmptyState.tsx +83 -0
- package/src/components/Chart/shared/XAxis.tsx +69 -0
- package/src/components/Chart/shared/XAxisGrid.tsx +42 -0
- package/src/components/Chart/shared/YAxis.tsx +104 -0
- package/src/components/Chart/shared/YAxisGrid.tsx +58 -0
- package/src/components/Chart/shared/__tests__/ChartFrame.spec.tsx +125 -0
- package/src/components/Chart/shared/__tests__/ChartHeader.spec.tsx +22 -0
- package/src/components/Chart/shared/__tests__/EmptyState.spec.tsx +29 -0
- package/src/components/Chart/shared/__tests__/XAXisGrid.spec.tsx +30 -0
- package/src/components/Chart/shared/__tests__/XAxis.spec.tsx +42 -0
- package/src/components/Chart/shared/__tests__/YAxis.spec.tsx +72 -0
- package/src/components/Chart/shared/__tests__/YAxisGrid.spec.tsx +35 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/ChartFrame.spec.tsx.snap +3058 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/ChartHeader.spec.tsx.snap +160 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/EmptyState.spec.tsx.snap +155 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/XAXisGrid.spec.tsx.snap +197 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/XAxis.spec.tsx.snap +369 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/YAxis.spec.tsx.snap +1013 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/YAxisGrid.spec.tsx.snap +228 -0
- package/src/components/Chart/shared/__tests__/niceNumbers.spec.tsx +127 -0
- package/src/components/Chart/shared/constants.ts +2 -0
- package/src/components/Chart/shared/hooks/useColorScale.ts +25 -0
- package/src/components/Chart/shared/hooks/useGenerateTicks.ts +27 -0
- package/src/components/Chart/shared/hooks/useScaleBandX.ts +17 -0
- package/src/components/Chart/shared/hooks/useScaleLinearY.ts +30 -0
- package/src/components/Chart/shared/niceNumbers.ts +68 -0
- package/src/components/Chart/types.ts +100 -0
- package/src/components/Select/MultiSelect/OptionList.tsx +1 -1
- package/src/components/Select/MultiSelect/index.tsx +2 -6
- package/src/components/Select/MultiSelect/utils.ts +7 -3
- package/src/components/Select/SingleSelect/OptionList.tsx +1 -1
- package/src/components/Select/SingleSelect/index.tsx +2 -7
- package/src/components/Select/__tests__/helpers.spec.tsx +0 -36
- package/src/components/Select/helpers.tsx +0 -75
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +3 -0
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +3 -0
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +2 -0
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +1 -0
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
- package/src/index.ts +2 -0
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +28 -0
- package/src/theme/components/chart.ts +28 -0
- package/src/theme/components/columnChart.ts +15 -0
- package/src/theme/getTheme.ts +6 -0
- package/src/types.ts +4 -0
- package/src/utils/__tests__/helpers.spec.ts +36 -1
- package/src/utils/helpers.ts +76 -1
- package/stats/8.100.0/rn-stats.html +4842 -0
- package/stats/8.99.4/rn-stats.html +1 -1
- package/types/components/Badge/Status.d.ts +0 -1
- package/types/components/Chart/ChartSelect/StyledChartSelect.d.ts +8 -0
- package/types/components/Chart/ChartSelect/index.d.ts +63 -0
- package/types/components/Chart/ColumnChart/ColumnChartContent.d.ts +25 -0
- package/types/components/Chart/ColumnChart/Segment.d.ts +14 -0
- package/types/components/Chart/ColumnChart/StackedSegment.d.ts +28 -0
- package/types/components/Chart/ColumnChart/StyledColumnChart.d.ts +8 -0
- package/types/components/Chart/ColumnChart/index.d.ts +80 -0
- package/types/components/Chart/Line/Line.d.ts +21 -0
- package/types/components/Chart/Line/index.d.ts +35 -0
- package/types/components/Chart/StyledChart.d.ts +9 -0
- package/types/components/Chart/index.d.ts +9 -0
- package/types/components/Chart/shared/AxisContext.d.ts +8 -0
- package/types/components/Chart/shared/AxisLabel.d.ts +7 -0
- package/types/components/Chart/shared/ChartFrame.d.ts +30 -0
- package/types/components/Chart/shared/ChartHeader.d.ts +8 -0
- package/types/components/Chart/shared/EmptyState.d.ts +8 -0
- package/types/components/Chart/shared/TextWrapper.d.ts +11 -0
- package/types/components/Chart/shared/XAxis.d.ts +8 -0
- package/types/components/Chart/shared/XAxisGrid.d.ts +8 -0
- package/types/components/Chart/shared/YAxis.d.ts +10 -0
- package/types/components/Chart/shared/YAxisGrid.d.ts +10 -0
- package/types/components/Chart/shared/constants.d.ts +2 -0
- package/types/components/Chart/shared/context/AxisContext.d.ts +8 -0
- package/types/components/Chart/shared/hooks/useColorScale.d.ts +7 -0
- package/types/components/Chart/shared/hooks/useGenerateTicks.d.ts +6 -0
- package/types/components/Chart/shared/hooks/useScaleBandX.d.ts +8 -0
- package/types/components/Chart/shared/hooks/useScaleLinearY.d.ts +9 -0
- package/types/components/Chart/shared/niceNumbers.d.ts +12 -0
- package/types/components/Chart/types.d.ts +84 -0
- package/types/components/DatePicker/DatePickerDialog/AndroidDatePickerDialog.d.ts +4 -0
- package/types/components/DatePicker/DatePickerDialog/IOSDatePickerDialog.d.ts +4 -0
- package/types/components/DatePicker/DatePickerDialog/type.d.ts +50 -0
- package/types/components/DatePicker/useCalculateDate.d.ts +4 -0
- package/types/components/DatePicker/useFormatDate.d.ts +12 -0
- package/types/components/Empty/StyledEmpty.d.ts +21 -0
- package/types/components/Empty/index.d.ts +31 -0
- package/types/components/Error/StyledError.d.ts +53 -0
- package/types/components/Error/index.d.ts +56 -0
- package/types/components/Select/helpers.d.ts +0 -5
- package/types/components/Success/StyledSuccess.d.ts +49 -0
- package/types/components/Success/index.d.ts +50 -0
- package/types/index.d.ts +2 -1
- package/types/theme/components/chart.d.ts +22 -0
- package/types/theme/components/columnChart.d.ts +10 -0
- package/types/theme/getTheme.d.ts +4 -0
- package/types/theme/global/shadows/shadows.d.ts +9 -0
- package/types/theme/global/shadows/swagLight.d.ts +3 -0
- package/types/theme/global/shadows/swagLightJobs.d.ts +3 -0
- package/types/theme/global/shadows.d.ts +16 -0
- package/types/types.d.ts +3 -1
- package/types/utils/helpers.d.ts +5 -0
- package/.turbo/turbo-build.log +0 -18
|
@@ -0,0 +1,881 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for src/theme/components</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../../../prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="../../../base.css" />
|
|
10
|
+
<link rel="shortcut icon" type="image/x-icon" href="../../../favicon.png" />
|
|
11
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
+
<style type='text/css'>
|
|
13
|
+
.coverage-summary .sorter {
|
|
14
|
+
background-image: url(../../../sort-arrow-sprite.png);
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<div class='wrapper'>
|
|
21
|
+
<div class='pad1'>
|
|
22
|
+
<h1><a href="../../../index.html">All files</a> src/theme/components</h1>
|
|
23
|
+
<div class='clearfix'>
|
|
24
|
+
|
|
25
|
+
<div class='fl pad1y space-right2'>
|
|
26
|
+
<span class="strong">100% </span>
|
|
27
|
+
<span class="quiet">Statements</span>
|
|
28
|
+
<span class='fraction'>337/337</span>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div class='fl pad1y space-right2'>
|
|
33
|
+
<span class="strong">100% </span>
|
|
34
|
+
<span class="quiet">Branches</span>
|
|
35
|
+
<span class='fraction'>0/0</span>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<div class='fl pad1y space-right2'>
|
|
40
|
+
<span class="strong">100% </span>
|
|
41
|
+
<span class="quiet">Functions</span>
|
|
42
|
+
<span class='fraction'>52/52</span>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div class='fl pad1y space-right2'>
|
|
47
|
+
<span class="strong">100% </span>
|
|
48
|
+
<span class="quiet">Lines</span>
|
|
49
|
+
<span class='fraction'>337/337</span>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
<p class="quiet">
|
|
55
|
+
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.
|
|
56
|
+
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
63
|
+
</div>
|
|
64
|
+
<div class='status-line high'></div>
|
|
65
|
+
<div class="pad1">
|
|
66
|
+
<table class="coverage-summary">
|
|
67
|
+
<thead>
|
|
68
|
+
<tr>
|
|
69
|
+
<th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
|
|
70
|
+
<th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
|
|
71
|
+
<th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
|
|
72
|
+
<th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
73
|
+
<th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
|
|
74
|
+
<th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
75
|
+
<th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
|
|
76
|
+
<th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
77
|
+
<th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
|
|
78
|
+
<th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
79
|
+
</tr>
|
|
80
|
+
</thead>
|
|
81
|
+
<tbody><tr>
|
|
82
|
+
<td class="file high" data-value="accordion.ts"><a href="accordion.ts.html">accordion.ts</a></td>
|
|
83
|
+
<td data-value="100" class="pic high">
|
|
84
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
85
|
+
</td>
|
|
86
|
+
<td data-value="100" class="pct high">100%</td>
|
|
87
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
88
|
+
<td data-value="100" class="pct high">100%</td>
|
|
89
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
90
|
+
<td data-value="100" class="pct high">100%</td>
|
|
91
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
92
|
+
<td data-value="100" class="pct high">100%</td>
|
|
93
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
94
|
+
</tr>
|
|
95
|
+
|
|
96
|
+
<tr>
|
|
97
|
+
<td class="file high" data-value="alert.ts"><a href="alert.ts.html">alert.ts</a></td>
|
|
98
|
+
<td data-value="100" class="pic high">
|
|
99
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
100
|
+
</td>
|
|
101
|
+
<td data-value="100" class="pct high">100%</td>
|
|
102
|
+
<td data-value="8" class="abs high">8/8</td>
|
|
103
|
+
<td data-value="100" class="pct high">100%</td>
|
|
104
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
105
|
+
<td data-value="100" class="pct high">100%</td>
|
|
106
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
107
|
+
<td data-value="100" class="pct high">100%</td>
|
|
108
|
+
<td data-value="8" class="abs high">8/8</td>
|
|
109
|
+
</tr>
|
|
110
|
+
|
|
111
|
+
<tr>
|
|
112
|
+
<td class="file high" data-value="appCue.ts"><a href="appCue.ts.html">appCue.ts</a></td>
|
|
113
|
+
<td data-value="100" class="pic high">
|
|
114
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
115
|
+
</td>
|
|
116
|
+
<td data-value="100" class="pct high">100%</td>
|
|
117
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
118
|
+
<td data-value="100" class="pct high">100%</td>
|
|
119
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
120
|
+
<td data-value="100" class="pct high">100%</td>
|
|
121
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
122
|
+
<td data-value="100" class="pct high">100%</td>
|
|
123
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
124
|
+
</tr>
|
|
125
|
+
|
|
126
|
+
<tr>
|
|
127
|
+
<td class="file high" data-value="attachment.ts"><a href="attachment.ts.html">attachment.ts</a></td>
|
|
128
|
+
<td data-value="100" class="pic high">
|
|
129
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
130
|
+
</td>
|
|
131
|
+
<td data-value="100" class="pct high">100%</td>
|
|
132
|
+
<td data-value="6" class="abs high">6/6</td>
|
|
133
|
+
<td data-value="100" class="pct high">100%</td>
|
|
134
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
135
|
+
<td data-value="100" class="pct high">100%</td>
|
|
136
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
137
|
+
<td data-value="100" class="pct high">100%</td>
|
|
138
|
+
<td data-value="6" class="abs high">6/6</td>
|
|
139
|
+
</tr>
|
|
140
|
+
|
|
141
|
+
<tr>
|
|
142
|
+
<td class="file high" data-value="avatar.ts"><a href="avatar.ts.html">avatar.ts</a></td>
|
|
143
|
+
<td data-value="100" class="pic high">
|
|
144
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
145
|
+
</td>
|
|
146
|
+
<td data-value="100" class="pct high">100%</td>
|
|
147
|
+
<td data-value="8" class="abs high">8/8</td>
|
|
148
|
+
<td data-value="100" class="pct high">100%</td>
|
|
149
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
150
|
+
<td data-value="100" class="pct high">100%</td>
|
|
151
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
152
|
+
<td data-value="100" class="pct high">100%</td>
|
|
153
|
+
<td data-value="8" class="abs high">8/8</td>
|
|
154
|
+
</tr>
|
|
155
|
+
|
|
156
|
+
<tr>
|
|
157
|
+
<td class="file high" data-value="badge.ts"><a href="badge.ts.html">badge.ts</a></td>
|
|
158
|
+
<td data-value="100" class="pic high">
|
|
159
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
160
|
+
</td>
|
|
161
|
+
<td data-value="100" class="pct high">100%</td>
|
|
162
|
+
<td data-value="10" class="abs high">10/10</td>
|
|
163
|
+
<td data-value="100" class="pct high">100%</td>
|
|
164
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
165
|
+
<td data-value="100" class="pct high">100%</td>
|
|
166
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
167
|
+
<td data-value="100" class="pct high">100%</td>
|
|
168
|
+
<td data-value="10" class="abs high">10/10</td>
|
|
169
|
+
</tr>
|
|
170
|
+
|
|
171
|
+
<tr>
|
|
172
|
+
<td class="file high" data-value="bottomNavigation.ts"><a href="bottomNavigation.ts.html">bottomNavigation.ts</a></td>
|
|
173
|
+
<td data-value="100" class="pic high">
|
|
174
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
175
|
+
</td>
|
|
176
|
+
<td data-value="100" class="pct high">100%</td>
|
|
177
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
178
|
+
<td data-value="100" class="pct high">100%</td>
|
|
179
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
180
|
+
<td data-value="100" class="pct high">100%</td>
|
|
181
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
182
|
+
<td data-value="100" class="pct high">100%</td>
|
|
183
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
184
|
+
</tr>
|
|
185
|
+
|
|
186
|
+
<tr>
|
|
187
|
+
<td class="file high" data-value="bottomSheet.ts"><a href="bottomSheet.ts.html">bottomSheet.ts</a></td>
|
|
188
|
+
<td data-value="100" class="pic high">
|
|
189
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
190
|
+
</td>
|
|
191
|
+
<td data-value="100" class="pct high">100%</td>
|
|
192
|
+
<td data-value="6" class="abs high">6/6</td>
|
|
193
|
+
<td data-value="100" class="pct high">100%</td>
|
|
194
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
195
|
+
<td data-value="100" class="pct high">100%</td>
|
|
196
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
197
|
+
<td data-value="100" class="pct high">100%</td>
|
|
198
|
+
<td data-value="6" class="abs high">6/6</td>
|
|
199
|
+
</tr>
|
|
200
|
+
|
|
201
|
+
<tr>
|
|
202
|
+
<td class="file high" data-value="button.ts"><a href="button.ts.html">button.ts</a></td>
|
|
203
|
+
<td data-value="100" class="pic high">
|
|
204
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
205
|
+
</td>
|
|
206
|
+
<td data-value="100" class="pct high">100%</td>
|
|
207
|
+
<td data-value="10" class="abs high">10/10</td>
|
|
208
|
+
<td data-value="100" class="pct high">100%</td>
|
|
209
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
210
|
+
<td data-value="100" class="pct high">100%</td>
|
|
211
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
212
|
+
<td data-value="100" class="pct high">100%</td>
|
|
213
|
+
<td data-value="10" class="abs high">10/10</td>
|
|
214
|
+
</tr>
|
|
215
|
+
|
|
216
|
+
<tr>
|
|
217
|
+
<td class="file high" data-value="calendar.ts"><a href="calendar.ts.html">calendar.ts</a></td>
|
|
218
|
+
<td data-value="100" class="pic high">
|
|
219
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
220
|
+
</td>
|
|
221
|
+
<td data-value="100" class="pct high">100%</td>
|
|
222
|
+
<td data-value="8" class="abs high">8/8</td>
|
|
223
|
+
<td data-value="100" class="pct high">100%</td>
|
|
224
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
225
|
+
<td data-value="100" class="pct high">100%</td>
|
|
226
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
227
|
+
<td data-value="100" class="pct high">100%</td>
|
|
228
|
+
<td data-value="8" class="abs high">8/8</td>
|
|
229
|
+
</tr>
|
|
230
|
+
|
|
231
|
+
<tr>
|
|
232
|
+
<td class="file high" data-value="card.ts"><a href="card.ts.html">card.ts</a></td>
|
|
233
|
+
<td data-value="100" class="pic high">
|
|
234
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
235
|
+
</td>
|
|
236
|
+
<td data-value="100" class="pct high">100%</td>
|
|
237
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
238
|
+
<td data-value="100" class="pct high">100%</td>
|
|
239
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
240
|
+
<td data-value="100" class="pct high">100%</td>
|
|
241
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
242
|
+
<td data-value="100" class="pct high">100%</td>
|
|
243
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
244
|
+
</tr>
|
|
245
|
+
|
|
246
|
+
<tr>
|
|
247
|
+
<td class="file high" data-value="cardCarousel.ts"><a href="cardCarousel.ts.html">cardCarousel.ts</a></td>
|
|
248
|
+
<td data-value="100" class="pic high">
|
|
249
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
250
|
+
</td>
|
|
251
|
+
<td data-value="100" class="pct high">100%</td>
|
|
252
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
253
|
+
<td data-value="100" class="pct high">100%</td>
|
|
254
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
255
|
+
<td data-value="100" class="pct high">100%</td>
|
|
256
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
257
|
+
<td data-value="100" class="pct high">100%</td>
|
|
258
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
259
|
+
</tr>
|
|
260
|
+
|
|
261
|
+
<tr>
|
|
262
|
+
<td class="file high" data-value="carousel.ts"><a href="carousel.ts.html">carousel.ts</a></td>
|
|
263
|
+
<td data-value="100" class="pic high">
|
|
264
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
265
|
+
</td>
|
|
266
|
+
<td data-value="100" class="pct high">100%</td>
|
|
267
|
+
<td data-value="6" class="abs high">6/6</td>
|
|
268
|
+
<td data-value="100" class="pct high">100%</td>
|
|
269
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
270
|
+
<td data-value="100" class="pct high">100%</td>
|
|
271
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
272
|
+
<td data-value="100" class="pct high">100%</td>
|
|
273
|
+
<td data-value="6" class="abs high">6/6</td>
|
|
274
|
+
</tr>
|
|
275
|
+
|
|
276
|
+
<tr>
|
|
277
|
+
<td class="file high" data-value="chart.ts"><a href="chart.ts.html">chart.ts</a></td>
|
|
278
|
+
<td data-value="100" class="pic high">
|
|
279
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
280
|
+
</td>
|
|
281
|
+
<td data-value="100" class="pct high">100%</td>
|
|
282
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
283
|
+
<td data-value="100" class="pct high">100%</td>
|
|
284
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
285
|
+
<td data-value="100" class="pct high">100%</td>
|
|
286
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
287
|
+
<td data-value="100" class="pct high">100%</td>
|
|
288
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
289
|
+
</tr>
|
|
290
|
+
|
|
291
|
+
<tr>
|
|
292
|
+
<td class="file high" data-value="checkbox.ts"><a href="checkbox.ts.html">checkbox.ts</a></td>
|
|
293
|
+
<td data-value="100" class="pic high">
|
|
294
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
295
|
+
</td>
|
|
296
|
+
<td data-value="100" class="pct high">100%</td>
|
|
297
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
298
|
+
<td data-value="100" class="pct high">100%</td>
|
|
299
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
300
|
+
<td data-value="100" class="pct high">100%</td>
|
|
301
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
302
|
+
<td data-value="100" class="pct high">100%</td>
|
|
303
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
304
|
+
</tr>
|
|
305
|
+
|
|
306
|
+
<tr>
|
|
307
|
+
<td class="file high" data-value="chip.ts"><a href="chip.ts.html">chip.ts</a></td>
|
|
308
|
+
<td data-value="100" class="pic high">
|
|
309
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
310
|
+
</td>
|
|
311
|
+
<td data-value="100" class="pct high">100%</td>
|
|
312
|
+
<td data-value="8" class="abs high">8/8</td>
|
|
313
|
+
<td data-value="100" class="pct high">100%</td>
|
|
314
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
315
|
+
<td data-value="100" class="pct high">100%</td>
|
|
316
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
317
|
+
<td data-value="100" class="pct high">100%</td>
|
|
318
|
+
<td data-value="8" class="abs high">8/8</td>
|
|
319
|
+
</tr>
|
|
320
|
+
|
|
321
|
+
<tr>
|
|
322
|
+
<td class="file high" data-value="columnChart.ts"><a href="columnChart.ts.html">columnChart.ts</a></td>
|
|
323
|
+
<td data-value="100" class="pic high">
|
|
324
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
325
|
+
</td>
|
|
326
|
+
<td data-value="100" class="pct high">100%</td>
|
|
327
|
+
<td data-value="4" class="abs high">4/4</td>
|
|
328
|
+
<td data-value="100" class="pct high">100%</td>
|
|
329
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
330
|
+
<td data-value="100" class="pct high">100%</td>
|
|
331
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
332
|
+
<td data-value="100" class="pct high">100%</td>
|
|
333
|
+
<td data-value="4" class="abs high">4/4</td>
|
|
334
|
+
</tr>
|
|
335
|
+
|
|
336
|
+
<tr>
|
|
337
|
+
<td class="file high" data-value="contentNavigator.ts"><a href="contentNavigator.ts.html">contentNavigator.ts</a></td>
|
|
338
|
+
<td data-value="100" class="pic high">
|
|
339
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
340
|
+
</td>
|
|
341
|
+
<td data-value="100" class="pct high">100%</td>
|
|
342
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
343
|
+
<td data-value="100" class="pct high">100%</td>
|
|
344
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
345
|
+
<td data-value="100" class="pct high">100%</td>
|
|
346
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
347
|
+
<td data-value="100" class="pct high">100%</td>
|
|
348
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
349
|
+
</tr>
|
|
350
|
+
|
|
351
|
+
<tr>
|
|
352
|
+
<td class="file high" data-value="datePicker.ts"><a href="datePicker.ts.html">datePicker.ts</a></td>
|
|
353
|
+
<td data-value="100" class="pic high">
|
|
354
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
355
|
+
</td>
|
|
356
|
+
<td data-value="100" class="pct high">100%</td>
|
|
357
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
358
|
+
<td data-value="100" class="pct high">100%</td>
|
|
359
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
360
|
+
<td data-value="100" class="pct high">100%</td>
|
|
361
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
362
|
+
<td data-value="100" class="pct high">100%</td>
|
|
363
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
364
|
+
</tr>
|
|
365
|
+
|
|
366
|
+
<tr>
|
|
367
|
+
<td class="file high" data-value="divider.ts"><a href="divider.ts.html">divider.ts</a></td>
|
|
368
|
+
<td data-value="100" class="pic high">
|
|
369
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
370
|
+
</td>
|
|
371
|
+
<td data-value="100" class="pct high">100%</td>
|
|
372
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
373
|
+
<td data-value="100" class="pct high">100%</td>
|
|
374
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
375
|
+
<td data-value="100" class="pct high">100%</td>
|
|
376
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
377
|
+
<td data-value="100" class="pct high">100%</td>
|
|
378
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
379
|
+
</tr>
|
|
380
|
+
|
|
381
|
+
<tr>
|
|
382
|
+
<td class="file high" data-value="drawer.ts"><a href="drawer.ts.html">drawer.ts</a></td>
|
|
383
|
+
<td data-value="100" class="pic high">
|
|
384
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
385
|
+
</td>
|
|
386
|
+
<td data-value="100" class="pct high">100%</td>
|
|
387
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
388
|
+
<td data-value="100" class="pct high">100%</td>
|
|
389
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
390
|
+
<td data-value="100" class="pct high">100%</td>
|
|
391
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
392
|
+
<td data-value="100" class="pct high">100%</td>
|
|
393
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
394
|
+
</tr>
|
|
395
|
+
|
|
396
|
+
<tr>
|
|
397
|
+
<td class="file high" data-value="empty.ts"><a href="empty.ts.html">empty.ts</a></td>
|
|
398
|
+
<td data-value="100" class="pic high">
|
|
399
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
400
|
+
</td>
|
|
401
|
+
<td data-value="100" class="pct high">100%</td>
|
|
402
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
403
|
+
<td data-value="100" class="pct high">100%</td>
|
|
404
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
405
|
+
<td data-value="100" class="pct high">100%</td>
|
|
406
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
407
|
+
<td data-value="100" class="pct high">100%</td>
|
|
408
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
409
|
+
</tr>
|
|
410
|
+
|
|
411
|
+
<tr>
|
|
412
|
+
<td class="file high" data-value="error.ts"><a href="error.ts.html">error.ts</a></td>
|
|
413
|
+
<td data-value="100" class="pic high">
|
|
414
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
415
|
+
</td>
|
|
416
|
+
<td data-value="100" class="pct high">100%</td>
|
|
417
|
+
<td data-value="8" class="abs high">8/8</td>
|
|
418
|
+
<td data-value="100" class="pct high">100%</td>
|
|
419
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
420
|
+
<td data-value="100" class="pct high">100%</td>
|
|
421
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
422
|
+
<td data-value="100" class="pct high">100%</td>
|
|
423
|
+
<td data-value="8" class="abs high">8/8</td>
|
|
424
|
+
</tr>
|
|
425
|
+
|
|
426
|
+
<tr>
|
|
427
|
+
<td class="file high" data-value="fab.ts"><a href="fab.ts.html">fab.ts</a></td>
|
|
428
|
+
<td data-value="100" class="pic high">
|
|
429
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
430
|
+
</td>
|
|
431
|
+
<td data-value="100" class="pct high">100%</td>
|
|
432
|
+
<td data-value="10" class="abs high">10/10</td>
|
|
433
|
+
<td data-value="100" class="pct high">100%</td>
|
|
434
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
435
|
+
<td data-value="100" class="pct high">100%</td>
|
|
436
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
437
|
+
<td data-value="100" class="pct high">100%</td>
|
|
438
|
+
<td data-value="10" class="abs high">10/10</td>
|
|
439
|
+
</tr>
|
|
440
|
+
|
|
441
|
+
<tr>
|
|
442
|
+
<td class="file high" data-value="floatingIsland.ts"><a href="floatingIsland.ts.html">floatingIsland.ts</a></td>
|
|
443
|
+
<td data-value="100" class="pic high">
|
|
444
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
445
|
+
</td>
|
|
446
|
+
<td data-value="100" class="pct high">100%</td>
|
|
447
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
448
|
+
<td data-value="100" class="pct high">100%</td>
|
|
449
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
450
|
+
<td data-value="100" class="pct high">100%</td>
|
|
451
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
452
|
+
<td data-value="100" class="pct high">100%</td>
|
|
453
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
454
|
+
</tr>
|
|
455
|
+
|
|
456
|
+
<tr>
|
|
457
|
+
<td class="file high" data-value="icon.ts"><a href="icon.ts.html">icon.ts</a></td>
|
|
458
|
+
<td data-value="100" class="pic high">
|
|
459
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
460
|
+
</td>
|
|
461
|
+
<td data-value="100" class="pct high">100%</td>
|
|
462
|
+
<td data-value="4" class="abs high">4/4</td>
|
|
463
|
+
<td data-value="100" class="pct high">100%</td>
|
|
464
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
465
|
+
<td data-value="100" class="pct high">100%</td>
|
|
466
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
467
|
+
<td data-value="100" class="pct high">100%</td>
|
|
468
|
+
<td data-value="4" class="abs high">4/4</td>
|
|
469
|
+
</tr>
|
|
470
|
+
|
|
471
|
+
<tr>
|
|
472
|
+
<td class="file high" data-value="image.ts"><a href="image.ts.html">image.ts</a></td>
|
|
473
|
+
<td data-value="100" class="pic high">
|
|
474
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
475
|
+
</td>
|
|
476
|
+
<td data-value="100" class="pct high">100%</td>
|
|
477
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
478
|
+
<td data-value="100" class="pct high">100%</td>
|
|
479
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
480
|
+
<td data-value="100" class="pct high">100%</td>
|
|
481
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
482
|
+
<td data-value="100" class="pct high">100%</td>
|
|
483
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
484
|
+
</tr>
|
|
485
|
+
|
|
486
|
+
<tr>
|
|
487
|
+
<td class="file high" data-value="list.ts"><a href="list.ts.html">list.ts</a></td>
|
|
488
|
+
<td data-value="100" class="pic high">
|
|
489
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
490
|
+
</td>
|
|
491
|
+
<td data-value="100" class="pct high">100%</td>
|
|
492
|
+
<td data-value="8" class="abs high">8/8</td>
|
|
493
|
+
<td data-value="100" class="pct high">100%</td>
|
|
494
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
495
|
+
<td data-value="100" class="pct high">100%</td>
|
|
496
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
497
|
+
<td data-value="100" class="pct high">100%</td>
|
|
498
|
+
<td data-value="8" class="abs high">8/8</td>
|
|
499
|
+
</tr>
|
|
500
|
+
|
|
501
|
+
<tr>
|
|
502
|
+
<td class="file high" data-value="mapPin.ts"><a href="mapPin.ts.html">mapPin.ts</a></td>
|
|
503
|
+
<td data-value="100" class="pic high">
|
|
504
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
505
|
+
</td>
|
|
506
|
+
<td data-value="100" class="pct high">100%</td>
|
|
507
|
+
<td data-value="9" class="abs high">9/9</td>
|
|
508
|
+
<td data-value="100" class="pct high">100%</td>
|
|
509
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
510
|
+
<td data-value="100" class="pct high">100%</td>
|
|
511
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
512
|
+
<td data-value="100" class="pct high">100%</td>
|
|
513
|
+
<td data-value="9" class="abs high">9/9</td>
|
|
514
|
+
</tr>
|
|
515
|
+
|
|
516
|
+
<tr>
|
|
517
|
+
<td class="file high" data-value="pageControl.ts"><a href="pageControl.ts.html">pageControl.ts</a></td>
|
|
518
|
+
<td data-value="100" class="pic high">
|
|
519
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
520
|
+
</td>
|
|
521
|
+
<td data-value="100" class="pct high">100%</td>
|
|
522
|
+
<td data-value="6" class="abs high">6/6</td>
|
|
523
|
+
<td data-value="100" class="pct high">100%</td>
|
|
524
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
525
|
+
<td data-value="100" class="pct high">100%</td>
|
|
526
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
527
|
+
<td data-value="100" class="pct high">100%</td>
|
|
528
|
+
<td data-value="6" class="abs high">6/6</td>
|
|
529
|
+
</tr>
|
|
530
|
+
|
|
531
|
+
<tr>
|
|
532
|
+
<td class="file high" data-value="pinInput.ts"><a href="pinInput.ts.html">pinInput.ts</a></td>
|
|
533
|
+
<td data-value="100" class="pic high">
|
|
534
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
535
|
+
</td>
|
|
536
|
+
<td data-value="100" class="pct high">100%</td>
|
|
537
|
+
<td data-value="10" class="abs high">10/10</td>
|
|
538
|
+
<td data-value="100" class="pct high">100%</td>
|
|
539
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
540
|
+
<td data-value="100" class="pct high">100%</td>
|
|
541
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
542
|
+
<td data-value="100" class="pct high">100%</td>
|
|
543
|
+
<td data-value="10" class="abs high">10/10</td>
|
|
544
|
+
</tr>
|
|
545
|
+
|
|
546
|
+
<tr>
|
|
547
|
+
<td class="file high" data-value="progress.ts"><a href="progress.ts.html">progress.ts</a></td>
|
|
548
|
+
<td data-value="100" class="pic high">
|
|
549
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
550
|
+
</td>
|
|
551
|
+
<td data-value="100" class="pct high">100%</td>
|
|
552
|
+
<td data-value="6" class="abs high">6/6</td>
|
|
553
|
+
<td data-value="100" class="pct high">100%</td>
|
|
554
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
555
|
+
<td data-value="100" class="pct high">100%</td>
|
|
556
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
557
|
+
<td data-value="100" class="pct high">100%</td>
|
|
558
|
+
<td data-value="6" class="abs high">6/6</td>
|
|
559
|
+
</tr>
|
|
560
|
+
|
|
561
|
+
<tr>
|
|
562
|
+
<td class="file high" data-value="radio.ts"><a href="radio.ts.html">radio.ts</a></td>
|
|
563
|
+
<td data-value="100" class="pic high">
|
|
564
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
565
|
+
</td>
|
|
566
|
+
<td data-value="100" class="pct high">100%</td>
|
|
567
|
+
<td data-value="10" class="abs high">10/10</td>
|
|
568
|
+
<td data-value="100" class="pct high">100%</td>
|
|
569
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
570
|
+
<td data-value="100" class="pct high">100%</td>
|
|
571
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
572
|
+
<td data-value="100" class="pct high">100%</td>
|
|
573
|
+
<td data-value="10" class="abs high">10/10</td>
|
|
574
|
+
</tr>
|
|
575
|
+
|
|
576
|
+
<tr>
|
|
577
|
+
<td class="file high" data-value="rate.ts"><a href="rate.ts.html">rate.ts</a></td>
|
|
578
|
+
<td data-value="100" class="pic high">
|
|
579
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
580
|
+
</td>
|
|
581
|
+
<td data-value="100" class="pct high">100%</td>
|
|
582
|
+
<td data-value="4" class="abs high">4/4</td>
|
|
583
|
+
<td data-value="100" class="pct high">100%</td>
|
|
584
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
585
|
+
<td data-value="100" class="pct high">100%</td>
|
|
586
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
587
|
+
<td data-value="100" class="pct high">100%</td>
|
|
588
|
+
<td data-value="4" class="abs high">4/4</td>
|
|
589
|
+
</tr>
|
|
590
|
+
|
|
591
|
+
<tr>
|
|
592
|
+
<td class="file high" data-value="refreshControl.ts"><a href="refreshControl.ts.html">refreshControl.ts</a></td>
|
|
593
|
+
<td data-value="100" class="pic high">
|
|
594
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
595
|
+
</td>
|
|
596
|
+
<td data-value="100" class="pct high">100%</td>
|
|
597
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
598
|
+
<td data-value="100" class="pct high">100%</td>
|
|
599
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
600
|
+
<td data-value="100" class="pct high">100%</td>
|
|
601
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
602
|
+
<td data-value="100" class="pct high">100%</td>
|
|
603
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
604
|
+
</tr>
|
|
605
|
+
|
|
606
|
+
<tr>
|
|
607
|
+
<td class="file high" data-value="richTextEditor.ts"><a href="richTextEditor.ts.html">richTextEditor.ts</a></td>
|
|
608
|
+
<td data-value="100" class="pic high">
|
|
609
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
610
|
+
</td>
|
|
611
|
+
<td data-value="100" class="pct high">100%</td>
|
|
612
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
613
|
+
<td data-value="100" class="pct high">100%</td>
|
|
614
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
615
|
+
<td data-value="100" class="pct high">100%</td>
|
|
616
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
617
|
+
<td data-value="100" class="pct high">100%</td>
|
|
618
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
619
|
+
</tr>
|
|
620
|
+
|
|
621
|
+
<tr>
|
|
622
|
+
<td class="file high" data-value="search.ts"><a href="search.ts.html">search.ts</a></td>
|
|
623
|
+
<td data-value="100" class="pic high">
|
|
624
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
625
|
+
</td>
|
|
626
|
+
<td data-value="100" class="pct high">100%</td>
|
|
627
|
+
<td data-value="10" class="abs high">10/10</td>
|
|
628
|
+
<td data-value="100" class="pct high">100%</td>
|
|
629
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
630
|
+
<td data-value="100" class="pct high">100%</td>
|
|
631
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
632
|
+
<td data-value="100" class="pct high">100%</td>
|
|
633
|
+
<td data-value="10" class="abs high">10/10</td>
|
|
634
|
+
</tr>
|
|
635
|
+
|
|
636
|
+
<tr>
|
|
637
|
+
<td class="file high" data-value="sectionHeading.ts"><a href="sectionHeading.ts.html">sectionHeading.ts</a></td>
|
|
638
|
+
<td data-value="100" class="pic high">
|
|
639
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
640
|
+
</td>
|
|
641
|
+
<td data-value="100" class="pct high">100%</td>
|
|
642
|
+
<td data-value="4" class="abs high">4/4</td>
|
|
643
|
+
<td data-value="100" class="pct high">100%</td>
|
|
644
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
645
|
+
<td data-value="100" class="pct high">100%</td>
|
|
646
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
647
|
+
<td data-value="100" class="pct high">100%</td>
|
|
648
|
+
<td data-value="4" class="abs high">4/4</td>
|
|
649
|
+
</tr>
|
|
650
|
+
|
|
651
|
+
<tr>
|
|
652
|
+
<td class="file high" data-value="select.ts"><a href="select.ts.html">select.ts</a></td>
|
|
653
|
+
<td data-value="100" class="pic high">
|
|
654
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
655
|
+
</td>
|
|
656
|
+
<td data-value="100" class="pct high">100%</td>
|
|
657
|
+
<td data-value="4" class="abs high">4/4</td>
|
|
658
|
+
<td data-value="100" class="pct high">100%</td>
|
|
659
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
660
|
+
<td data-value="100" class="pct high">100%</td>
|
|
661
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
662
|
+
<td data-value="100" class="pct high">100%</td>
|
|
663
|
+
<td data-value="4" class="abs high">4/4</td>
|
|
664
|
+
</tr>
|
|
665
|
+
|
|
666
|
+
<tr>
|
|
667
|
+
<td class="file high" data-value="skeleton.ts"><a href="skeleton.ts.html">skeleton.ts</a></td>
|
|
668
|
+
<td data-value="100" class="pic high">
|
|
669
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
670
|
+
</td>
|
|
671
|
+
<td data-value="100" class="pct high">100%</td>
|
|
672
|
+
<td data-value="4" class="abs high">4/4</td>
|
|
673
|
+
<td data-value="100" class="pct high">100%</td>
|
|
674
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
675
|
+
<td data-value="100" class="pct high">100%</td>
|
|
676
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
677
|
+
<td data-value="100" class="pct high">100%</td>
|
|
678
|
+
<td data-value="4" class="abs high">4/4</td>
|
|
679
|
+
</tr>
|
|
680
|
+
|
|
681
|
+
<tr>
|
|
682
|
+
<td class="file high" data-value="slider.ts"><a href="slider.ts.html">slider.ts</a></td>
|
|
683
|
+
<td data-value="100" class="pic high">
|
|
684
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
685
|
+
</td>
|
|
686
|
+
<td data-value="100" class="pct high">100%</td>
|
|
687
|
+
<td data-value="6" class="abs high">6/6</td>
|
|
688
|
+
<td data-value="100" class="pct high">100%</td>
|
|
689
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
690
|
+
<td data-value="100" class="pct high">100%</td>
|
|
691
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
692
|
+
<td data-value="100" class="pct high">100%</td>
|
|
693
|
+
<td data-value="6" class="abs high">6/6</td>
|
|
694
|
+
</tr>
|
|
695
|
+
|
|
696
|
+
<tr>
|
|
697
|
+
<td class="file high" data-value="spinner.ts"><a href="spinner.ts.html">spinner.ts</a></td>
|
|
698
|
+
<td data-value="100" class="pic high">
|
|
699
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
700
|
+
</td>
|
|
701
|
+
<td data-value="100" class="pct high">100%</td>
|
|
702
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
703
|
+
<td data-value="100" class="pct high">100%</td>
|
|
704
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
705
|
+
<td data-value="100" class="pct high">100%</td>
|
|
706
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
707
|
+
<td data-value="100" class="pct high">100%</td>
|
|
708
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
709
|
+
</tr>
|
|
710
|
+
|
|
711
|
+
<tr>
|
|
712
|
+
<td class="file high" data-value="success.ts"><a href="success.ts.html">success.ts</a></td>
|
|
713
|
+
<td data-value="100" class="pic high">
|
|
714
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
715
|
+
</td>
|
|
716
|
+
<td data-value="100" class="pct high">100%</td>
|
|
717
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
718
|
+
<td data-value="100" class="pct high">100%</td>
|
|
719
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
720
|
+
<td data-value="100" class="pct high">100%</td>
|
|
721
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
722
|
+
<td data-value="100" class="pct high">100%</td>
|
|
723
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
724
|
+
</tr>
|
|
725
|
+
|
|
726
|
+
<tr>
|
|
727
|
+
<td class="file high" data-value="swipeable.ts"><a href="swipeable.ts.html">swipeable.ts</a></td>
|
|
728
|
+
<td data-value="100" class="pic high">
|
|
729
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
730
|
+
</td>
|
|
731
|
+
<td data-value="100" class="pct high">100%</td>
|
|
732
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
733
|
+
<td data-value="100" class="pct high">100%</td>
|
|
734
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
735
|
+
<td data-value="100" class="pct high">100%</td>
|
|
736
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
737
|
+
<td data-value="100" class="pct high">100%</td>
|
|
738
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
739
|
+
</tr>
|
|
740
|
+
|
|
741
|
+
<tr>
|
|
742
|
+
<td class="file high" data-value="switch.ts"><a href="switch.ts.html">switch.ts</a></td>
|
|
743
|
+
<td data-value="100" class="pic high">
|
|
744
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
745
|
+
</td>
|
|
746
|
+
<td data-value="100" class="pct high">100%</td>
|
|
747
|
+
<td data-value="6" class="abs high">6/6</td>
|
|
748
|
+
<td data-value="100" class="pct high">100%</td>
|
|
749
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
750
|
+
<td data-value="100" class="pct high">100%</td>
|
|
751
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
752
|
+
<td data-value="100" class="pct high">100%</td>
|
|
753
|
+
<td data-value="6" class="abs high">6/6</td>
|
|
754
|
+
</tr>
|
|
755
|
+
|
|
756
|
+
<tr>
|
|
757
|
+
<td class="file high" data-value="tabs.ts"><a href="tabs.ts.html">tabs.ts</a></td>
|
|
758
|
+
<td data-value="100" class="pic high">
|
|
759
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
760
|
+
</td>
|
|
761
|
+
<td data-value="100" class="pct high">100%</td>
|
|
762
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
763
|
+
<td data-value="100" class="pct high">100%</td>
|
|
764
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
765
|
+
<td data-value="100" class="pct high">100%</td>
|
|
766
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
767
|
+
<td data-value="100" class="pct high">100%</td>
|
|
768
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
769
|
+
</tr>
|
|
770
|
+
|
|
771
|
+
<tr>
|
|
772
|
+
<td class="file high" data-value="tag.ts"><a href="tag.ts.html">tag.ts</a></td>
|
|
773
|
+
<td data-value="100" class="pic high">
|
|
774
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
775
|
+
</td>
|
|
776
|
+
<td data-value="100" class="pct high">100%</td>
|
|
777
|
+
<td data-value="9" class="abs high">9/9</td>
|
|
778
|
+
<td data-value="100" class="pct high">100%</td>
|
|
779
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
780
|
+
<td data-value="100" class="pct high">100%</td>
|
|
781
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
782
|
+
<td data-value="100" class="pct high">100%</td>
|
|
783
|
+
<td data-value="9" class="abs high">9/9</td>
|
|
784
|
+
</tr>
|
|
785
|
+
|
|
786
|
+
<tr>
|
|
787
|
+
<td class="file high" data-value="textInput.ts"><a href="textInput.ts.html">textInput.ts</a></td>
|
|
788
|
+
<td data-value="100" class="pic high">
|
|
789
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
790
|
+
</td>
|
|
791
|
+
<td data-value="100" class="pct high">100%</td>
|
|
792
|
+
<td data-value="10" class="abs high">10/10</td>
|
|
793
|
+
<td data-value="100" class="pct high">100%</td>
|
|
794
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
795
|
+
<td data-value="100" class="pct high">100%</td>
|
|
796
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
797
|
+
<td data-value="100" class="pct high">100%</td>
|
|
798
|
+
<td data-value="10" class="abs high">10/10</td>
|
|
799
|
+
</tr>
|
|
800
|
+
|
|
801
|
+
<tr>
|
|
802
|
+
<td class="file high" data-value="timePicker.ts"><a href="timePicker.ts.html">timePicker.ts</a></td>
|
|
803
|
+
<td data-value="100" class="pic high">
|
|
804
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
805
|
+
</td>
|
|
806
|
+
<td data-value="100" class="pct high">100%</td>
|
|
807
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
808
|
+
<td data-value="100" class="pct high">100%</td>
|
|
809
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
810
|
+
<td data-value="100" class="pct high">100%</td>
|
|
811
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
812
|
+
<td data-value="100" class="pct high">100%</td>
|
|
813
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
814
|
+
</tr>
|
|
815
|
+
|
|
816
|
+
<tr>
|
|
817
|
+
<td class="file high" data-value="toast.ts"><a href="toast.ts.html">toast.ts</a></td>
|
|
818
|
+
<td data-value="100" class="pic high">
|
|
819
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
820
|
+
</td>
|
|
821
|
+
<td data-value="100" class="pct high">100%</td>
|
|
822
|
+
<td data-value="8" class="abs high">8/8</td>
|
|
823
|
+
<td data-value="100" class="pct high">100%</td>
|
|
824
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
825
|
+
<td data-value="100" class="pct high">100%</td>
|
|
826
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
827
|
+
<td data-value="100" class="pct high">100%</td>
|
|
828
|
+
<td data-value="8" class="abs high">8/8</td>
|
|
829
|
+
</tr>
|
|
830
|
+
|
|
831
|
+
<tr>
|
|
832
|
+
<td class="file high" data-value="toolbar.ts"><a href="toolbar.ts.html">toolbar.ts</a></td>
|
|
833
|
+
<td data-value="100" class="pic high">
|
|
834
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
835
|
+
</td>
|
|
836
|
+
<td data-value="100" class="pct high">100%</td>
|
|
837
|
+
<td data-value="9" class="abs high">9/9</td>
|
|
838
|
+
<td data-value="100" class="pct high">100%</td>
|
|
839
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
840
|
+
<td data-value="100" class="pct high">100%</td>
|
|
841
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
842
|
+
<td data-value="100" class="pct high">100%</td>
|
|
843
|
+
<td data-value="9" class="abs high">9/9</td>
|
|
844
|
+
</tr>
|
|
845
|
+
|
|
846
|
+
<tr>
|
|
847
|
+
<td class="file high" data-value="typography.ts"><a href="typography.ts.html">typography.ts</a></td>
|
|
848
|
+
<td data-value="100" class="pic high">
|
|
849
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
850
|
+
</td>
|
|
851
|
+
<td data-value="100" class="pct high">100%</td>
|
|
852
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
853
|
+
<td data-value="100" class="pct high">100%</td>
|
|
854
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
855
|
+
<td data-value="100" class="pct high">100%</td>
|
|
856
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
857
|
+
<td data-value="100" class="pct high">100%</td>
|
|
858
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
859
|
+
</tr>
|
|
860
|
+
|
|
861
|
+
</tbody>
|
|
862
|
+
</table>
|
|
863
|
+
</div>
|
|
864
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
865
|
+
</div><!-- /wrapper -->
|
|
866
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
867
|
+
Code coverage generated by
|
|
868
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
869
|
+
at 2025-05-23T08:28:16.256Z
|
|
870
|
+
</div>
|
|
871
|
+
<script src="../../../prettify.js"></script>
|
|
872
|
+
<script>
|
|
873
|
+
window.onload = function () {
|
|
874
|
+
prettyPrint();
|
|
875
|
+
};
|
|
876
|
+
</script>
|
|
877
|
+
<script src="../../../sorter.js"></script>
|
|
878
|
+
<script src="../../../block-navigation.js"></script>
|
|
879
|
+
</body>
|
|
880
|
+
</html>
|
|
881
|
+
|