@react-md/core 1.0.0-next.8 → 1.0.0-next.9
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/.stylelintrc.json +14 -0
- package/.turbo/turbo-build.log +5 -5
- package/.turbo/turbo-lint.log +13 -0
- package/CHANGELOG.md +9 -0
- package/README.md +39 -24
- package/coverage/clover.xml +1013 -404
- package/coverage/coverage-final.json +9 -2
- package/coverage/lcov-report/AutoComplete.tsx.html +283 -0
- package/coverage/lcov-report/RootHtml.tsx.html +370 -0
- package/coverage/lcov-report/Select.tsx.html +1411 -0
- package/coverage/lcov-report/autocomplete/AutoComplete.tsx.html +283 -0
- package/coverage/lcov-report/autocomplete/Autocomplete.tsx.html +283 -0
- package/coverage/lcov-report/autocomplete/index.html +161 -0
- package/coverage/lcov-report/autocomplete/useAutoComplete.ts.html +775 -0
- package/coverage/lcov-report/autocomplete/useAutocomplete.ts.html +775 -0
- package/coverage/lcov-report/autocomplete/useInlineAutoComplete.ts.html +340 -0
- package/coverage/lcov-report/autocomplete/useInlineAutocomplete.ts.html +346 -0
- package/coverage/lcov-report/autocomplete/utils.ts.html +106 -0
- package/coverage/lcov-report/avatar/Avatar.tsx.html +162 -99
- package/coverage/lcov-report/avatar/index.html +19 -34
- package/coverage/lcov-report/avatar/styles.ts.html +1 -1
- package/coverage/lcov-report/button/Button.tsx.html +85 -85
- package/coverage/lcov-report/button/index.html +12 -12
- package/coverage/lcov-report/dialog/DialogFooter.tsx.html +36 -36
- package/coverage/lcov-report/dialog/DialogHeader.tsx.html +26 -26
- package/coverage/lcov-report/dialog/index.html +34 -19
- package/coverage/lcov-report/form/AutoComplete.tsx.html +283 -0
- package/coverage/lcov-report/form/Form.tsx.html +22 -22
- package/coverage/lcov-report/form/OptGroup.tsx.html +169 -166
- package/coverage/lcov-report/form/Option.tsx.html +727 -0
- package/coverage/lcov-report/form/Select.tsx.html +962 -1112
- package/coverage/lcov-report/form/SelectOriginal.tsx.html +1630 -0
- package/coverage/lcov-report/form/SelectV2.tsx.html +1024 -0
- package/coverage/lcov-report/form/SelectedOption.tsx.html +250 -0
- package/coverage/lcov-report/form/index.html +57 -12
- package/coverage/lcov-report/form/selectUtils.ts.html +188 -221
- package/coverage/lcov-report/form/useAutoComplete.ts.html +787 -0
- package/coverage/lcov-report/form/useCombobox.ts.html +454 -460
- package/coverage/lcov-report/form/useComboboxList.ts.html +108 -93
- package/coverage/lcov-report/form/useFormReset.ts.html +229 -0
- package/coverage/lcov-report/form/useInlineAutoComplete.ts.html +379 -0
- package/coverage/lcov-report/form/useSelectCombobox.ts.html +499 -0
- package/coverage/lcov-report/form/utils.ts.html +209 -170
- package/coverage/lcov-report/icon/FontIcon.tsx.html +28 -28
- package/coverage/lcov-report/icon/MaterialIcon.tsx.html +235 -0
- package/coverage/lcov-report/icon/index.html +1 -1
- package/coverage/lcov-report/index.html +36 -21
- package/coverage/lcov-report/media-queries/appSize.ts.html +1 -1
- package/coverage/lcov-report/media-queries/index.html +1 -1
- package/coverage/lcov-report/menu/DropdownMenu.tsx.html +188 -188
- package/coverage/lcov-report/menu/Menu.tsx.html +271 -265
- package/coverage/lcov-report/menu/MenuItem.tsx.html +292 -0
- package/coverage/lcov-report/menu/MenuVisibilityProvider.tsx.html +48 -33
- package/coverage/lcov-report/menu/index.html +45 -15
- package/coverage/lcov-report/menu/useContextMenu.ts.html +490 -0
- package/coverage/lcov-report/movement/index.html +19 -19
- package/coverage/lcov-report/movement/useKeyboardMovementProvider.ts.html +422 -383
- package/coverage/lcov-report/positioning/constants.ts.html +463 -0
- package/coverage/lcov-report/positioning/index.html +30 -30
- package/coverage/lcov-report/positioning/useFixedPositioning.ts.html +1321 -0
- package/coverage/lcov-report/progress/CircularProgress.tsx.html +184 -184
- package/coverage/lcov-report/progress/index.html +19 -34
- package/coverage/lcov-report/searching/caseInsensitive.ts.html +685 -0
- package/coverage/lcov-report/searching/fuzzy.ts.html +610 -0
- package/coverage/lcov-report/searching/index.html +161 -0
- package/coverage/lcov-report/searching/toSearchQuery.ts.html +139 -0
- package/coverage/lcov-report/searching/utils.ts.html +247 -0
- package/coverage/lcov-report/src/CoreProviders.tsx.html +20 -20
- package/coverage/lcov-report/src/NoSsr.tsx.html +1 -1
- package/coverage/lcov-report/src/RootHtml.tsx.html +370 -0
- package/coverage/lcov-report/src/SsrProvider.tsx.html +10 -10
- package/coverage/lcov-report/src/app-bar/AppBar.tsx.html +1 -1
- package/coverage/lcov-report/src/app-bar/AppBarTitle.tsx.html +1 -1
- package/coverage/lcov-report/src/app-bar/index.html +1 -1
- package/coverage/lcov-report/src/avatar/Avatar.tsx.html +1 -1
- package/coverage/lcov-report/src/avatar/index.html +1 -1
- package/coverage/lcov-report/src/avatar/styles.ts.html +1 -1
- package/coverage/lcov-report/src/badge/Badge.tsx.html +1 -1
- package/coverage/lcov-report/src/badge/index.html +1 -1
- package/coverage/lcov-report/src/box/Box.tsx.html +1 -1
- package/coverage/lcov-report/src/box/index.html +1 -1
- package/coverage/lcov-report/src/box/styles.ts.html +1 -1
- package/coverage/lcov-report/src/button/AsyncButton.tsx.html +1 -1
- package/coverage/lcov-report/src/button/Button.tsx.html +1 -1
- package/coverage/lcov-report/src/button/ButtonUnstyled.tsx.html +1 -1
- package/coverage/lcov-report/src/button/FloatingActionButton.tsx.html +1 -1
- package/coverage/lcov-report/src/button/TooltippedButton.tsx.html +1 -1
- package/coverage/lcov-report/src/button/buttonStyles.ts.html +1 -1
- package/coverage/lcov-report/src/button/buttonUnstyledStyles.ts.html +1 -1
- package/coverage/lcov-report/src/button/index.html +1 -1
- package/coverage/lcov-report/src/card/Card.tsx.html +1 -1
- package/coverage/lcov-report/src/card/CardContent.tsx.html +1 -1
- package/coverage/lcov-report/src/card/CardFooter.tsx.html +1 -1
- package/coverage/lcov-report/src/card/CardHeader.tsx.html +1 -1
- package/coverage/lcov-report/src/card/CardSubtitle.tsx.html +1 -1
- package/coverage/lcov-report/src/card/CardTitle.tsx.html +1 -1
- package/coverage/lcov-report/src/card/ClickableCard.tsx.html +1 -1
- package/coverage/lcov-report/src/card/index.html +1 -1
- package/coverage/lcov-report/src/card/styles.ts.html +1 -1
- package/coverage/lcov-report/src/chip/Chip.tsx.html +1 -1
- package/coverage/lcov-report/src/chip/index.html +1 -1
- package/coverage/lcov-report/src/chip/styles.ts.html +1 -1
- package/coverage/lcov-report/src/cssUtils.ts.html +53 -53
- package/coverage/lcov-report/src/delegateEvent.ts.html +1 -1
- package/coverage/lcov-report/src/dialog/Dialog.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/DialogContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/DialogContent.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/DialogFooter.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/DialogHeader.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/DialogTitle.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/FixedDialog.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/NestedDialogProvider.ts.html +1 -1
- package/coverage/lcov-report/src/dialog/index.html +1 -1
- package/coverage/lcov-report/src/dialog/styles.ts.html +1 -1
- package/coverage/lcov-report/src/divider/Divider.tsx.html +1 -1
- package/coverage/lcov-report/src/divider/index.html +1 -1
- package/coverage/lcov-report/src/divider/styles.ts.html +1 -1
- package/coverage/lcov-report/src/draggable/index.html +1 -1
- package/coverage/lcov-report/src/draggable/useDraggable.ts.html +1 -1
- package/coverage/lcov-report/src/draggable/utils.ts.html +1 -1
- package/coverage/lcov-report/src/expansion-panel/ExpansionList.tsx.html +1 -1
- package/coverage/lcov-report/src/expansion-panel/ExpansionPanel.tsx.html +1 -1
- package/coverage/lcov-report/src/expansion-panel/ExpansionPanelHeader.tsx.html +1 -1
- package/coverage/lcov-report/src/expansion-panel/index.html +1 -1
- package/coverage/lcov-report/src/expansion-panel/useExpansionList.ts.html +1 -1
- package/coverage/lcov-report/src/expansion-panel/useExpansionPanels.ts.html +1 -1
- package/coverage/lcov-report/src/focus/index.html +1 -1
- package/coverage/lcov-report/src/focus/useFocusContainer.ts.html +1 -1
- package/coverage/lcov-report/src/focus/utils.ts.html +1 -1
- package/coverage/lcov-report/src/form/AutoComplete.tsx.html +283 -0
- package/coverage/lcov-report/src/form/Checkbox.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Fieldset.tsx.html +1 -1
- package/coverage/lcov-report/src/form/FileInput.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Form.tsx.html +11 -8
- package/coverage/lcov-report/src/form/FormMessage.tsx.html +1 -1
- package/coverage/lcov-report/src/form/FormMessageContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/form/FormMessageCounter.tsx.html +1 -1
- package/coverage/lcov-report/src/form/InputToggle.tsx.html +1 -1
- package/coverage/lcov-report/src/form/InputToggleIcon.tsx.html +56 -56
- package/coverage/lcov-report/src/form/Label.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Legend.tsx.html +1 -1
- package/coverage/lcov-report/src/form/MenuItemCheckbox.tsx.html +3 -3
- package/coverage/lcov-report/src/form/MenuItemFileInput.tsx.html +1 -1
- package/coverage/lcov-report/src/form/MenuItemInputToggle.tsx.html +178 -232
- package/coverage/lcov-report/src/form/MenuItemRadio.tsx.html +3 -3
- package/coverage/lcov-report/src/form/MenuItemSwitch.tsx.html +1 -1
- package/coverage/lcov-report/src/form/MenuItemTextField.tsx.html +1 -1
- package/coverage/lcov-report/src/form/NativeSelect.tsx.html +1 -1
- package/coverage/lcov-report/src/form/OptGroup.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Option.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Password.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Radio.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Select.tsx.html +894 -1146
- package/coverage/lcov-report/src/form/SelectValue.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Slider.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderMark.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderMarkLabel.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderThumb.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderTrack.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderValueMarks.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderValueTooltip.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Switch.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SwitchTrack.tsx.html +1 -1
- package/coverage/lcov-report/src/form/TextArea.tsx.html +1 -1
- package/coverage/lcov-report/src/form/TextField.tsx.html +1 -1
- package/coverage/lcov-report/src/form/TextFieldAddon.tsx.html +1 -1
- package/coverage/lcov-report/src/form/TextFieldContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/form/TextFieldContainerStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/fileUtils.ts.html +1 -1
- package/coverage/lcov-report/src/form/formConfig.ts.html +1 -1
- package/coverage/lcov-report/src/form/formMessageStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/index.html +30 -900
- package/coverage/lcov-report/src/form/inputToggleStyles.ts.html +30 -30
- package/coverage/lcov-report/src/form/menuItemInputToggleStyles.ts.html +319 -0
- package/coverage/lcov-report/src/form/nativeSelectStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/optionStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/passwordStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/selectStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/selectUtils.ts.html +1 -1
- package/coverage/lcov-report/src/form/sliderUtils.ts.html +1 -1
- package/coverage/lcov-report/src/form/switchStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/textAreaStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/textFieldStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/useAutoComplete.ts.html +787 -0
- package/coverage/lcov-report/src/form/useCheckboxGroup.ts.html +1 -1
- package/coverage/lcov-report/src/form/useCombobox.ts.html +943 -457
- package/coverage/lcov-report/src/form/useEditableCombobox.ts.html +502 -0
- package/coverage/lcov-report/src/form/useFileUpload.ts.html +1 -1
- package/coverage/lcov-report/src/form/useInlineAutoComplete.ts.html +109 -0
- package/coverage/lcov-report/src/form/useListboxProvider.ts.html +1 -1
- package/coverage/lcov-report/src/form/useNumberField.ts.html +1 -1
- package/coverage/lcov-report/src/form/useRadioGroup.ts.html +1 -1
- package/coverage/lcov-report/src/form/useRangeSlider.ts.html +1 -1
- package/coverage/lcov-report/src/form/useResizingTextArea.ts.html +1 -1
- package/coverage/lcov-report/src/form/useSelectCombobox.ts.html +295 -0
- package/coverage/lcov-report/src/form/useSlider.ts.html +1 -1
- package/coverage/lcov-report/src/form/useTextField.ts.html +1 -1
- package/coverage/lcov-report/src/form/utils.ts.html +200 -170
- package/coverage/lcov-report/src/form/validation.ts.html +1 -1
- package/coverage/lcov-report/src/hoverMode/index.html +1 -1
- package/coverage/lcov-report/src/hoverMode/useHoverMode.ts.html +1 -1
- package/coverage/lcov-report/src/hoverMode/useHoverModeProvider.ts.html +1 -1
- package/coverage/lcov-report/src/icon/FontIcon.tsx.html +28 -28
- package/coverage/lcov-report/src/icon/IconRotator.tsx.html +1 -1
- package/coverage/lcov-report/src/icon/MaterialIcon.tsx.html +1 -1
- package/coverage/lcov-report/src/icon/MaterialSymbol.tsx.html +1 -1
- package/coverage/lcov-report/src/icon/SVGIcon.tsx.html +1 -1
- package/coverage/lcov-report/src/icon/TextIconSpacing.tsx.html +51 -51
- package/coverage/lcov-report/src/icon/iconConfig.tsx.html +10 -10
- package/coverage/lcov-report/src/icon/index.html +1 -1
- package/coverage/lcov-report/src/icon/material.ts.html +1 -1
- package/coverage/lcov-report/src/icon/materialConfig.ts.html +1 -1
- package/coverage/lcov-report/src/icon/styles.ts.html +38 -38
- package/coverage/lcov-report/src/index.html +9 -354
- package/coverage/lcov-report/src/interaction/Ripple.tsx.html +1 -1
- package/coverage/lcov-report/src/interaction/RippleContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/interaction/UserInteractionModeProvider.tsx.html +87 -87
- package/coverage/lcov-report/src/interaction/config.ts.html +7 -7
- package/coverage/lcov-report/src/interaction/index.html +1 -1
- package/coverage/lcov-report/src/interaction/useElementInteraction.tsx.html +83 -83
- package/coverage/lcov-report/src/interaction/useHigherContrastChildren.tsx.html +7 -7
- package/coverage/lcov-report/src/interaction/utils.ts.html +1 -1
- package/coverage/lcov-report/src/layout/LayoutAppBar.tsx.html +1 -1
- package/coverage/lcov-report/src/layout/LayoutNav.tsx.html +1 -1
- package/coverage/lcov-report/src/layout/LayoutWindowSplitter.tsx.html +1 -1
- package/coverage/lcov-report/src/layout/Main.tsx.html +1 -1
- package/coverage/lcov-report/src/layout/index.html +1 -1
- package/coverage/lcov-report/src/layout/layoutNavStyles.ts.html +1 -1
- package/coverage/lcov-report/src/layout/layoutWindowSplitterStyles.ts.html +1 -1
- package/coverage/lcov-report/src/layout/mainStyles.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useExpandableLayout.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useHorizontalLayoutTransition.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useLayoutAppBarHeight.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useLayoutTree.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useLayoutWindowSplitter.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useMainTabIndex.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useResizableLayout.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useTemporaryLayout.ts.html +1 -1
- package/coverage/lcov-report/src/link/Link.tsx.html +1 -1
- package/coverage/lcov-report/src/link/SkipToMainContent.tsx.html +1 -1
- package/coverage/lcov-report/src/link/index.html +1 -1
- package/coverage/lcov-report/src/link/styles.ts.html +1 -1
- package/coverage/lcov-report/src/list/List.tsx.html +30 -30
- package/coverage/lcov-report/src/list/ListItem.tsx.html +124 -124
- package/coverage/lcov-report/src/list/ListItemAddon.tsx.html +35 -35
- package/coverage/lcov-report/src/list/ListItemChildren.tsx.html +79 -79
- package/coverage/lcov-report/src/list/ListItemLink.tsx.html +2 -2
- package/coverage/lcov-report/src/list/ListItemText.tsx.html +35 -35
- package/coverage/lcov-report/src/list/ListSubheader.tsx.html +1 -1
- package/coverage/lcov-report/src/list/getListItemHeight.ts.html +44 -47
- package/coverage/lcov-report/src/list/index.html +5 -5
- package/coverage/lcov-report/src/list/listItemStyles.ts.html +65 -65
- package/coverage/lcov-report/src/media-queries/AppSizeProvider.tsx.html +49 -49
- package/coverage/lcov-report/src/media-queries/appSize.ts.html +1 -1
- package/coverage/lcov-report/src/media-queries/index.html +1 -1
- package/coverage/lcov-report/src/media-queries/useMediaQuery.ts.html +24 -24
- package/coverage/lcov-report/src/menu/DropdownMenu.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/Menu.tsx.html +3 -3
- package/coverage/lcov-report/src/menu/MenuBar.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuButton.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuConfigurationProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuItem.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuItemButton.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuItemGroup.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuItemSeparator.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuSheet.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuVisibilityProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuWidget.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuWidgetKeyboardProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/index.html +1 -1
- package/coverage/lcov-report/src/menu/useContextMenu.ts.html +1 -1
- package/coverage/lcov-report/src/menu/useMenuBarProvider.ts.html +1 -1
- package/coverage/lcov-report/src/menu/utils.ts.html +1 -1
- package/coverage/lcov-report/src/movement/constants.ts.html +1 -1
- package/coverage/lcov-report/src/movement/findMatchIndex.ts.html +1 -1
- package/coverage/lcov-report/src/movement/index.html +17 -62
- package/coverage/lcov-report/src/movement/useKeyboardMovementProvider.ts.html +1 -1
- package/coverage/lcov-report/src/movement/utils.ts.html +143 -119
- package/coverage/lcov-report/src/overlay/Overlay.tsx.html +1 -1
- package/coverage/lcov-report/src/overlay/index.html +1 -1
- package/coverage/lcov-report/src/overlay/overlayStyles.ts.html +1 -1
- package/coverage/lcov-report/src/portal/Portal.tsx.html +1 -1
- package/coverage/lcov-report/src/portal/PortalContainerProvider.tsx.html +36 -36
- package/coverage/lcov-report/src/portal/index.html +1 -1
- package/coverage/lcov-report/src/positioning/constants.ts.html +1 -1
- package/coverage/lcov-report/src/positioning/createHorizontalPosition.ts.html +1 -1
- package/coverage/lcov-report/src/positioning/createVerticalPosition.ts.html +1 -1
- package/coverage/lcov-report/src/positioning/getFixedPosition.ts.html +1 -1
- package/coverage/lcov-report/src/positioning/index.html +1 -1
- package/coverage/lcov-report/src/positioning/useFixedPositioning.ts.html +1 -1
- package/coverage/lcov-report/src/positioning/utils.ts.html +1 -1
- package/coverage/lcov-report/src/progress/CircularProgress.tsx.html +81 -81
- package/coverage/lcov-report/src/progress/LinearProgress.tsx.html +1 -1
- package/coverage/lcov-report/src/progress/getProgressA11y.ts.html +1 -1
- package/coverage/lcov-report/src/progress/index.html +1 -1
- package/coverage/lcov-report/src/responsive-item/ResponsiveItemContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/responsive-item/ResponsiveItemOverlay.tsx.html +1 -1
- package/coverage/lcov-report/src/responsive-item/index.html +1 -1
- package/coverage/lcov-report/src/responsive-item/styles.ts.html +1 -1
- package/coverage/lcov-report/src/scroll/ScrollLock.tsx.html +1 -1
- package/coverage/lcov-report/src/scroll/getScrollbarWidth.ts.html +1 -1
- package/coverage/lcov-report/src/scroll/index.html +1 -1
- package/coverage/lcov-report/src/scroll/useScrollLock.ts.html +1 -1
- package/coverage/lcov-report/src/segmented-button/SegmentedButton.tsx.html +1 -1
- package/coverage/lcov-report/src/segmented-button/SegmentedButtonContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/segmented-button/index.html +1 -1
- package/coverage/lcov-report/src/segmented-button/segmentedButtonContainerStyles.ts.html +1 -1
- package/coverage/lcov-report/src/segmented-button/segmentedButtonStyles.ts.html +1 -1
- package/coverage/lcov-report/src/sheet/Sheet.tsx.html +1 -1
- package/coverage/lcov-report/src/sheet/index.html +1 -1
- package/coverage/lcov-report/src/sheet/styles.ts.html +1 -1
- package/coverage/lcov-report/src/snackbar/DefaultToastRenderer.tsx.html +1 -1
- package/coverage/lcov-report/src/snackbar/Snackbar.tsx.html +1 -1
- package/coverage/lcov-report/src/snackbar/Toast.tsx.html +1 -1
- package/coverage/lcov-report/src/snackbar/ToastActionButton.tsx.html +1 -1
- package/coverage/lcov-report/src/snackbar/ToastCloseButton.tsx.html +1 -1
- package/coverage/lcov-report/src/snackbar/ToastContent.tsx.html +1 -1
- package/coverage/lcov-report/src/snackbar/ToastManager.tsx.html +1 -1
- package/coverage/lcov-report/src/snackbar/ToastManagerProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/snackbar/index.html +1 -1
- package/coverage/lcov-report/src/snackbar/snackbarStyles.ts.html +1 -1
- package/coverage/lcov-report/src/snackbar/toastContentStyles.ts.html +1 -1
- package/coverage/lcov-report/src/snackbar/toastStyles.ts.html +1 -1
- package/coverage/lcov-report/src/snackbar/useCurrentToastActions.ts.html +1 -1
- package/coverage/lcov-report/src/suspense/CircularProgressSuspense.tsx.html +142 -142
- package/coverage/lcov-report/src/suspense/NullSuspense.tsx.html +88 -88
- package/coverage/lcov-report/src/suspense/index.html +32 -32
- package/coverage/lcov-report/src/table/Table.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableBody.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableCell.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableCellContent.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableCheckbox.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableConfigurationProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableContainerProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableFooter.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableHeader.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableRadio.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableRow.tsx.html +1 -1
- package/coverage/lcov-report/src/table/index.html +1 -1
- package/coverage/lcov-report/src/table/tableCellStyles.ts.html +1 -1
- package/coverage/lcov-report/src/table/tableContainerStyles.ts.html +1 -1
- package/coverage/lcov-report/src/table/tableFooterStyles.ts.html +1 -1
- package/coverage/lcov-report/src/table/tableHeaderStyles.ts.html +1 -1
- package/coverage/lcov-report/src/table/tableRowStyles.ts.html +1 -1
- package/coverage/lcov-report/src/table/tableStyles.ts.html +1 -1
- package/coverage/lcov-report/src/tabs/Tab.tsx.html +1 -1
- package/coverage/lcov-report/src/tabs/TabList.tsx.html +1 -1
- package/coverage/lcov-report/src/tabs/TabListScrollButton.tsx.html +1 -1
- package/coverage/lcov-report/src/tabs/index.html +1 -1
- package/coverage/lcov-report/src/tabs/tabIndicatorStyles.ts.html +1 -1
- package/coverage/lcov-report/src/tabs/tabListScrollButtonStyles.ts.html +1 -1
- package/coverage/lcov-report/src/tabs/tabListStyles.ts.html +1 -1
- package/coverage/lcov-report/src/tabs/tabStyles.ts.html +1 -1
- package/coverage/lcov-report/src/tabs/useTabList.ts.html +1 -1
- package/coverage/lcov-report/src/tabs/useTabs.ts.html +1 -1
- package/coverage/lcov-report/src/tabs/utils.ts.html +1 -1
- package/coverage/lcov-report/src/test-utils/IntersectionObserver.ts.html +1 -1
- package/coverage/lcov-report/src/test-utils/ResizeObserver.ts.html +1 -1
- package/coverage/lcov-report/src/test-utils/data-testid.ts.html +18 -6
- package/coverage/lcov-report/src/test-utils/drag.ts.html +1 -1
- package/coverage/lcov-report/src/test-utils/index.html +7 -7
- package/coverage/lcov-report/src/test-utils/jest-setup.ts.html +9 -9
- package/coverage/lcov-report/src/test-utils/matchMedia.ts.html +4 -4
- package/coverage/lcov-report/src/test-utils/polyfills/IntersectionObserver.ts.html +4 -4
- package/coverage/lcov-report/src/test-utils/polyfills/ResizeObserver.ts.html +3 -3
- package/coverage/lcov-report/src/test-utils/polyfills/TextDecoder.ts.html +106 -0
- package/coverage/lcov-report/src/test-utils/polyfills/TextEncoder.ts.html +100 -0
- package/coverage/lcov-report/src/test-utils/polyfills/index.html +1 -1
- package/coverage/lcov-report/src/test-utils/polyfills/matchMedia.ts.html +6 -6
- package/coverage/lcov-report/src/test-utils/polyfills/offsetParent.ts.html +14 -14
- package/coverage/lcov-report/src/test-utils/polyfills/scrollIntoView.ts.html +5 -5
- package/coverage/lcov-report/src/test-utils/render.tsx.html +21 -21
- package/coverage/lcov-report/src/test-utils/root-html-environment.ts.html +85 -0
- package/coverage/lcov-report/src/test-utils/timers.ts.html +1 -1
- package/coverage/lcov-report/src/theme/LocalStorageColorSchemeProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/theme/ThemeProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/theme/colors.ts.html +1 -1
- package/coverage/lcov-report/src/theme/cssVars.ts.html +1 -1
- package/coverage/lcov-report/src/theme/index.html +1 -1
- package/coverage/lcov-report/src/theme/useCSSVariables.ts.html +1 -1
- package/coverage/lcov-report/src/theme/useColorScheme.ts.html +1 -1
- package/coverage/lcov-report/src/theme/useColorSchemeMetaTag.ts.html +1 -1
- package/coverage/lcov-report/src/theme/useColorSchemeProvider.ts.html +1 -1
- package/coverage/lcov-report/src/theme/usePrefersColorScheme.ts.html +1 -1
- package/coverage/lcov-report/src/theme/utils.ts.html +1 -1
- package/coverage/lcov-report/src/tooltip/Tooltip.tsx.html +1 -1
- package/coverage/lcov-report/src/tooltip/TooltipHoverModeProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/tooltip/constants.ts.html +1 -1
- package/coverage/lcov-report/src/tooltip/index.html +1 -1
- package/coverage/lcov-report/src/tooltip/tooltipStyles.ts.html +1 -1
- package/coverage/lcov-report/src/tooltip/useTooltip.ts.html +1 -1
- package/coverage/lcov-report/src/tooltip/useTooltipPosition.ts.html +1 -1
- package/coverage/lcov-report/src/tooltip/utils.ts.html +1 -1
- package/coverage/lcov-report/src/transition/CSSTransition.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/Collapse.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/CrossFade.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/ScaleTransition.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/SkeletonPlaceholder.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/Slide.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/SlideContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/collapseStyles.ts.html +13 -13
- package/coverage/lcov-report/src/transition/config.ts.html +3 -3
- package/coverage/lcov-report/src/transition/index.html +7 -7
- package/coverage/lcov-report/src/transition/maxWidthTransition.ts.html +1 -1
- package/coverage/lcov-report/src/transition/skeletonPlaceholderUtils.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useCSSTransition.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useCarousel.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useCollapseTransition.ts.html +96 -150
- package/coverage/lcov-report/src/transition/useCrossFadeTransition.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useMaxWidthTransition.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useScaleTransition.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useSkeletonPlaceholder.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useSlideTransition.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useTransition.ts.html +152 -152
- package/coverage/lcov-report/src/transition/utils.ts.html +14 -14
- package/coverage/lcov-report/src/tree/DefaultTreeItemRenderer.tsx.html +1 -1
- package/coverage/lcov-report/src/tree/Tree.tsx.html +1 -1
- package/coverage/lcov-report/src/tree/TreeGroup.tsx.html +45 -45
- package/coverage/lcov-report/src/tree/TreeItem.tsx.html +1 -1
- package/coverage/lcov-report/src/tree/TreeItemExpander.tsx.html +1 -1
- package/coverage/lcov-report/src/tree/TreeProvider.tsx.html +8 -8
- package/coverage/lcov-report/src/tree/index.html +1 -1
- package/coverage/lcov-report/src/tree/styles.ts.html +5 -5
- package/coverage/lcov-report/src/tree/useTree.ts.html +1 -1
- package/coverage/lcov-report/src/tree/useTreeExpansion.ts.html +1 -1
- package/coverage/lcov-report/src/tree/useTreeItems.ts.html +1 -1
- package/coverage/lcov-report/src/tree/useTreeMovement.ts.html +1 -1
- package/coverage/lcov-report/src/tree/useTreeSelection.ts.html +1 -1
- package/coverage/lcov-report/src/tree/utils.ts.html +1 -1
- package/coverage/lcov-report/src/typography/SrOnly.tsx.html +12 -12
- package/coverage/lcov-report/src/typography/TextContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/typography/Typography.tsx.html +94 -94
- package/coverage/lcov-report/src/typography/WritingDirectionProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/typography/index.html +1 -1
- package/coverage/lcov-report/src/useAsyncAction.ts.html +1 -1
- package/coverage/lcov-report/src/useDebouncedFunction.ts.html +1 -1
- package/coverage/lcov-report/src/useDropzone.ts.html +1 -1
- package/coverage/lcov-report/src/useElementSize.ts.html +1 -1
- package/coverage/lcov-report/src/useEnsuredId.ts.html +8 -8
- package/coverage/lcov-report/src/useEnsuredRef.ts.html +11 -11
- package/coverage/lcov-report/src/useEnsuredState.ts.html +16 -16
- package/coverage/lcov-report/src/useHtmlClassName.ts.html +1 -1
- package/coverage/lcov-report/src/useIntersectionObserver.ts.html +1 -1
- package/coverage/lcov-report/src/useIsomorphicLayoutEffect.ts.html +1 -1
- package/coverage/lcov-report/src/useLocalStorage.ts.html +1 -1
- package/coverage/lcov-report/src/useOrientation.ts.html +32 -32
- package/coverage/lcov-report/src/usePageInactive.ts.html +1 -1
- package/coverage/lcov-report/src/useResizeListener.ts.html +1 -1
- package/coverage/lcov-report/src/useResizeObserver.ts.html +23 -23
- package/coverage/lcov-report/src/useThrottledFunction.ts.html +1 -1
- package/coverage/lcov-report/src/useToggle.ts.html +1 -1
- package/coverage/lcov-report/src/useUnmounted.ts.html +1 -1
- package/coverage/lcov-report/src/useWindowSize.ts.html +1 -1
- package/coverage/lcov-report/src/utils/RenderRecursively.tsx.html +1 -1
- package/coverage/lcov-report/src/utils/alphaNumericSort.ts.html +1 -1
- package/coverage/lcov-report/src/utils/applyRef.ts.html +1 -1
- package/coverage/lcov-report/src/utils/bem.ts.html +50 -50
- package/coverage/lcov-report/src/utils/filters.ts.html +357 -84
- package/coverage/lcov-report/src/utils/getClientPosition.ts.html +1 -1
- package/coverage/lcov-report/src/utils/getMiddleOfRange.ts.html +1 -1
- package/coverage/lcov-report/src/utils/getPercentage.ts.html +1 -1
- package/coverage/lcov-report/src/utils/getRangeDefaultValue.ts.html +1 -1
- package/coverage/lcov-report/src/utils/getRangeSteps.ts.html +1 -1
- package/coverage/lcov-report/src/utils/identity.ts.html +1 -1
- package/coverage/lcov-report/src/utils/index.html +13 -268
- package/coverage/lcov-report/src/utils/isElementVisible.ts.html +1 -1
- package/coverage/lcov-report/src/utils/loop.ts.html +1 -1
- package/coverage/lcov-report/src/utils/nearest.ts.html +1 -1
- package/coverage/lcov-report/src/utils/parseCssLengthUnit.ts.html +1 -1
- package/coverage/lcov-report/src/utils/randomInt.ts.html +1 -1
- package/coverage/lcov-report/src/utils/wait.ts.html +1 -1
- package/coverage/lcov-report/src/utils/withinRange.ts.html +1 -1
- package/coverage/lcov-report/src/window-splitter/WindowSplitter.tsx.html +1 -1
- package/coverage/lcov-report/src/window-splitter/index.html +1 -1
- package/coverage/lcov-report/src/window-splitter/useWindowSplitter.ts.html +1 -1
- package/coverage/lcov-report/transition/config.ts.html +5 -5
- package/coverage/lcov-report/transition/index.html +1 -1
- package/coverage/lcov-report/transition/useScaleTransition.ts.html +535 -0
- package/coverage/lcov-report/useAutoComplete.ts.html +787 -0
- package/coverage/lcov-report/useCollapseTransition.ts.html +166 -211
- package/coverage/lcov-report/useCombobox.ts.html +1513 -0
- package/coverage/lcov-report/useInlineAutoComplete.ts.html +379 -0
- package/coverage/lcov-report/useSelectCombobox.ts.html +295 -0
- package/coverage/lcov-report/utils/alphaNumericSort.ts.html +11 -50
- package/coverage/lcov-report/utils/filters.ts.html +1056 -201
- package/coverage/lcov-report/utils/index.html +10 -10
- package/coverage/lcov-report/utils/searching.ts.html +85 -0
- package/coverage/lcov-report/utils.ts.html +109 -277
- package/coverage/lcov.info +928 -259
- package/dist/RootHtml.d.ts +62 -0
- package/dist/RootHtml.js +49 -0
- package/dist/RootHtml.js.map +1 -0
- package/dist/avatar/Avatar.d.ts +14 -0
- package/dist/avatar/Avatar.js +5 -2
- package/dist/avatar/Avatar.js.map +1 -1
- package/dist/dialog/FixedDialog.d.ts +5 -4
- package/dist/dialog/FixedDialog.js +5 -4
- package/dist/dialog/FixedDialog.js.map +1 -1
- package/dist/form/NativeSelect.d.ts +5 -2
- package/dist/form/NativeSelect.js.map +1 -1
- package/dist/form/Option.js +3 -2
- package/dist/form/Option.js.map +1 -1
- package/dist/form/Select.d.ts +105 -15
- package/dist/form/Select.js +160 -249
- package/dist/form/Select.js.map +1 -1
- package/dist/form/SelectedOption.d.ts +21 -0
- package/dist/form/SelectedOption.js +37 -0
- package/dist/form/SelectedOption.js.map +1 -0
- package/dist/form/TextField.d.ts +2 -2
- package/dist/form/TextField.js.map +1 -1
- package/dist/form/_form.scss +8 -13
- package/dist/form/selectUtils.d.ts +1 -3
- package/dist/form/selectUtils.js +2 -10
- package/dist/form/selectUtils.js.map +1 -1
- package/dist/form/types.d.ts +6 -6
- package/dist/form/types.js.map +1 -1
- package/dist/form/useCombobox.d.ts +157 -0
- package/dist/form/useCombobox.js +206 -0
- package/dist/form/useCombobox.js.map +1 -0
- package/dist/form/useEditableCombobox.d.ts +15 -0
- package/dist/form/useEditableCombobox.js +101 -0
- package/dist/form/useEditableCombobox.js.map +1 -0
- package/dist/form/useFormReset.d.ts +16 -0
- package/dist/form/useFormReset.js +32 -0
- package/dist/form/useFormReset.js.map +1 -0
- package/dist/form/useListboxProvider.d.ts +1 -0
- package/dist/form/useListboxProvider.js +1 -0
- package/dist/form/useListboxProvider.js.map +1 -1
- package/dist/form/useSelectCombobox.d.ts +17 -0
- package/dist/form/useSelectCombobox.js +36 -0
- package/dist/form/useSelectCombobox.js.map +1 -0
- package/dist/form/utils.d.ts +11 -1
- package/dist/form/utils.js +6 -0
- package/dist/form/utils.js.map +1 -1
- package/dist/index.d.ts +14 -1
- package/dist/index.js +14 -1
- package/dist/index.js.map +1 -1
- package/dist/menu/Menu.js +12 -1
- package/dist/menu/Menu.js.map +1 -1
- package/dist/menu/useContextMenu.d.ts +3 -3
- package/dist/menu/useContextMenu.js +3 -3
- package/dist/menu/useContextMenu.js.map +1 -1
- package/dist/movement/types.d.ts +40 -21
- package/dist/movement/types.js.map +1 -1
- package/dist/movement/useKeyboardMovementProvider.js +15 -4
- package/dist/movement/useKeyboardMovementProvider.js.map +1 -1
- package/dist/movement/utils.d.ts +7 -2
- package/dist/movement/utils.js +10 -0
- package/dist/movement/utils.js.map +1 -1
- package/dist/positioning/useFixedPositioning.js +0 -8
- package/dist/positioning/useFixedPositioning.js.map +1 -1
- package/dist/searching/caseInsensitive.d.ts +150 -0
- package/dist/searching/caseInsensitive.js +30 -0
- package/dist/searching/caseInsensitive.js.map +1 -0
- package/dist/searching/fuzzy.d.ts +128 -0
- package/dist/searching/fuzzy.js +54 -0
- package/dist/searching/fuzzy.js.map +1 -0
- package/dist/searching/toSearchQuery.d.ts +5 -0
- package/dist/searching/toSearchQuery.js +13 -0
- package/dist/searching/toSearchQuery.js.map +1 -0
- package/dist/searching/types.d.ts +28 -0
- package/dist/searching/types.js +5 -0
- package/dist/searching/types.js.map +1 -0
- package/dist/searching/utils.d.ts +21 -0
- package/dist/searching/utils.js +28 -0
- package/dist/searching/utils.js.map +1 -0
- package/dist/test-utils/IntersectionObserver.d.ts +12 -0
- package/dist/test-utils/ResizeObserver.d.ts +172 -0
- package/dist/test-utils/data-testid.d.ts +7 -0
- package/dist/test-utils/data-testid.js +1 -0
- package/dist/test-utils/data-testid.js.map +1 -1
- package/dist/test-utils/drag.d.ts +26 -0
- package/dist/test-utils/index.d.ts +7 -0
- package/dist/test-utils/jest-setup.d.ts +1 -0
- package/dist/test-utils/matchMedia.d.ts +101 -0
- package/dist/test-utils/polyfills/IntersectionObserver.d.ts +1 -0
- package/dist/test-utils/polyfills/ResizeObserver.d.ts +1 -0
- package/dist/test-utils/polyfills/TextDecoder.d.ts +1 -0
- package/dist/test-utils/polyfills/TextDecoder.js +8 -0
- package/dist/test-utils/polyfills/TextDecoder.js.map +1 -0
- package/dist/test-utils/polyfills/TextEncoder.d.ts +1 -0
- package/dist/test-utils/polyfills/TextEncoder.js +6 -0
- package/dist/test-utils/polyfills/TextEncoder.js.map +1 -0
- package/dist/test-utils/polyfills/index.d.ts +7 -0
- package/dist/test-utils/polyfills/index.js +2 -0
- package/dist/test-utils/polyfills/index.js.map +1 -1
- package/dist/test-utils/polyfills/matchMedia.d.ts +1 -0
- package/dist/test-utils/polyfills/offsetParent.d.ts +1 -0
- package/dist/test-utils/polyfills/scrollIntoView.d.ts +1 -0
- package/dist/test-utils/render.d.ts +13 -0
- package/dist/test-utils/timers.d.ts +39 -0
- package/dist/transition/useCollapseTransition.d.ts +3 -18
- package/dist/transition/useCollapseTransition.js +1 -10
- package/dist/transition/useCollapseTransition.js.map +1 -1
- package/dist/transition/utils.js +7 -2
- package/dist/transition/utils.js.map +1 -1
- package/dist/useEnsuredState.d.ts +1 -1
- package/dist/useEnsuredState.js.map +1 -1
- package/dist/utils/alphaNumericSort.d.ts +1 -1
- package/dist/utils/alphaNumericSort.js +2 -10
- package/dist/utils/alphaNumericSort.js.map +1 -1
- package/jest.config.ts +4 -0
- package/package.json +14 -13
- package/src/RootHtml.tsx +95 -0
- package/src/__tests__/RootHtml.node.tsx +46 -0
- package/src/__tests__/__snapshots__/RootHtml.node.tsx.snap +19 -0
- package/src/avatar/Avatar.tsx +24 -3
- package/src/avatar/__tests__/Avatar.tsx +1 -1
- package/src/avatar/__tests__/__snapshots__/Avatar.tsx.snap +6 -6
- package/src/dialog/FixedDialog.tsx +5 -4
- package/src/form/NativeSelect.tsx +6 -3
- package/src/form/Option.tsx +8 -2
- package/src/form/Select.tsx +251 -335
- package/src/form/SelectedOption.tsx +55 -0
- package/src/form/TextField.tsx +2 -2
- package/src/form/__tests__/Select.tsx +439 -0
- package/src/form/__tests__/__snapshots__/Select.tsx.snap +492 -0
- package/src/form/__tests__/useFormReset.tsx +195 -0
- package/src/form/_form.scss +8 -13
- package/src/form/selectUtils.ts +3 -14
- package/src/form/types.ts +6 -6
- package/src/form/useCombobox.ts +523 -0
- package/src/form/useEditableCombobox.ts +139 -0
- package/src/form/useFormReset.ts +48 -0
- package/src/form/useListboxProvider.ts +2 -0
- package/src/form/useSelectCombobox.ts +70 -0
- package/src/form/utils.ts +17 -4
- package/src/index.ts +14 -1
- package/src/menu/Menu.tsx +9 -1
- package/src/menu/__tests__/__snapshots__/useContextMenu.tsx.snap +54 -0
- package/src/menu/__tests__/useContextMenu.tsx +41 -0
- package/src/menu/useContextMenu.ts +3 -3
- package/src/movement/types.ts +50 -25
- package/src/movement/useKeyboardMovementProvider.ts +21 -8
- package/src/movement/utils.ts +12 -2
- package/src/positioning/__tests__/__snapshots__/useFixedPositioning.tsx.snap +0 -32
- package/src/positioning/__tests__/useFixedPositioning.tsx +0 -14
- package/src/positioning/useFixedPositioning.ts +0 -6
- package/src/searching/__tests__/caseInsensitive.ts +165 -0
- package/src/searching/__tests__/fuzzy.ts +169 -0
- package/src/searching/__tests__/toSearchQuery.ts +21 -0
- package/src/searching/caseInsensitive.ts +200 -0
- package/src/searching/fuzzy.ts +175 -0
- package/src/searching/toSearchQuery.ts +18 -0
- package/src/searching/types.ts +34 -0
- package/src/searching/utils.ts +54 -0
- package/src/test-utils/data-testid.ts +5 -1
- package/src/test-utils/polyfills/TextDecoder.ts +7 -0
- package/src/test-utils/polyfills/TextEncoder.ts +5 -0
- package/src/test-utils/polyfills/index.ts +2 -0
- package/src/transition/__tests__/utils.ts +25 -0
- package/src/transition/useCollapseTransition.ts +6 -24
- package/src/transition/utils.ts +10 -5
- package/src/useEnsuredState.ts +1 -1
- package/src/utils/alphaNumericSort.ts +3 -16
- package/tsconfig.json +2 -2
- package/tsconfig.types.json +1 -1
- package/dist/form/SelectValue.d.ts +0 -17
- package/dist/form/SelectValue.js +0 -32
- package/dist/form/SelectValue.js.map +0 -1
- package/dist/utils/filters.d.ts +0 -196
- package/dist/utils/filters.js +0 -67
- package/dist/utils/filters.js.map +0 -1
- package/src/form/SelectValue.tsx +0 -39
- package/src/utils/filters.ts +0 -320
package/coverage/clover.xml
CHANGED
|
@@ -1,407 +1,1016 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
5
|
-
<
|
|
6
|
-
<metrics statements="
|
|
7
|
-
<
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
<
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
<
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
<
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
2
|
+
<coverage generated="1709494720384" clover="3.2.0">
|
|
3
|
+
<project timestamp="1709494720384" name="All files">
|
|
4
|
+
<metrics statements="974" coveredstatements="584" conditionals="34" coveredconditionals="28" methods="14" coveredmethods="10" elements="1022" coveredelements="622" complexity="0" loc="974" ncloc="974" packages="3" files="9" classes="9"/>
|
|
5
|
+
<package name="autocomplete">
|
|
6
|
+
<metrics statements="390" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
7
|
+
<file name="Autocomplete.tsx" path="/home/mlaursen/code/react-md/packages/core/src/autocomplete/Autocomplete.tsx">
|
|
8
|
+
<metrics statements="66" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
9
|
+
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
10
|
+
<line num="2" count="0" type="stmt"/>
|
|
11
|
+
<line num="3" count="0" type="stmt"/>
|
|
12
|
+
<line num="4" count="0" type="stmt"/>
|
|
13
|
+
<line num="5" count="0" type="stmt"/>
|
|
14
|
+
<line num="6" count="0" type="stmt"/>
|
|
15
|
+
<line num="7" count="0" type="stmt"/>
|
|
16
|
+
<line num="8" count="0" type="stmt"/>
|
|
17
|
+
<line num="9" count="0" type="stmt"/>
|
|
18
|
+
<line num="10" count="0" type="stmt"/>
|
|
19
|
+
<line num="11" count="0" type="stmt"/>
|
|
20
|
+
<line num="12" count="0" type="stmt"/>
|
|
21
|
+
<line num="13" count="0" type="stmt"/>
|
|
22
|
+
<line num="14" count="0" type="stmt"/>
|
|
23
|
+
<line num="15" count="0" type="stmt"/>
|
|
24
|
+
<line num="16" count="0" type="stmt"/>
|
|
25
|
+
<line num="17" count="0" type="stmt"/>
|
|
26
|
+
<line num="18" count="0" type="stmt"/>
|
|
27
|
+
<line num="19" count="0" type="stmt"/>
|
|
28
|
+
<line num="20" count="0" type="stmt"/>
|
|
29
|
+
<line num="21" count="0" type="stmt"/>
|
|
30
|
+
<line num="22" count="0" type="stmt"/>
|
|
31
|
+
<line num="23" count="0" type="stmt"/>
|
|
32
|
+
<line num="24" count="0" type="stmt"/>
|
|
33
|
+
<line num="25" count="0" type="stmt"/>
|
|
34
|
+
<line num="26" count="0" type="stmt"/>
|
|
35
|
+
<line num="27" count="0" type="stmt"/>
|
|
36
|
+
<line num="28" count="0" type="stmt"/>
|
|
37
|
+
<line num="29" count="0" type="stmt"/>
|
|
38
|
+
<line num="30" count="0" type="stmt"/>
|
|
39
|
+
<line num="31" count="0" type="stmt"/>
|
|
40
|
+
<line num="32" count="0" type="stmt"/>
|
|
41
|
+
<line num="33" count="0" type="stmt"/>
|
|
42
|
+
<line num="34" count="0" type="stmt"/>
|
|
43
|
+
<line num="35" count="0" type="stmt"/>
|
|
44
|
+
<line num="36" count="0" type="stmt"/>
|
|
45
|
+
<line num="37" count="0" type="stmt"/>
|
|
46
|
+
<line num="38" count="0" type="stmt"/>
|
|
47
|
+
<line num="39" count="0" type="stmt"/>
|
|
48
|
+
<line num="40" count="0" type="stmt"/>
|
|
49
|
+
<line num="41" count="0" type="stmt"/>
|
|
50
|
+
<line num="42" count="0" type="stmt"/>
|
|
51
|
+
<line num="43" count="0" type="stmt"/>
|
|
52
|
+
<line num="44" count="0" type="stmt"/>
|
|
53
|
+
<line num="45" count="0" type="stmt"/>
|
|
54
|
+
<line num="46" count="0" type="stmt"/>
|
|
55
|
+
<line num="47" count="0" type="stmt"/>
|
|
56
|
+
<line num="48" count="0" type="stmt"/>
|
|
57
|
+
<line num="49" count="0" type="stmt"/>
|
|
58
|
+
<line num="50" count="0" type="stmt"/>
|
|
59
|
+
<line num="51" count="0" type="stmt"/>
|
|
60
|
+
<line num="52" count="0" type="stmt"/>
|
|
61
|
+
<line num="53" count="0" type="stmt"/>
|
|
62
|
+
<line num="54" count="0" type="stmt"/>
|
|
63
|
+
<line num="55" count="0" type="stmt"/>
|
|
64
|
+
<line num="56" count="0" type="stmt"/>
|
|
65
|
+
<line num="57" count="0" type="stmt"/>
|
|
66
|
+
<line num="58" count="0" type="stmt"/>
|
|
67
|
+
<line num="59" count="0" type="stmt"/>
|
|
68
|
+
<line num="60" count="0" type="stmt"/>
|
|
69
|
+
<line num="61" count="0" type="stmt"/>
|
|
70
|
+
<line num="62" count="0" type="stmt"/>
|
|
71
|
+
<line num="63" count="0" type="stmt"/>
|
|
72
|
+
<line num="64" count="0" type="stmt"/>
|
|
73
|
+
<line num="65" count="0" type="stmt"/>
|
|
74
|
+
<line num="66" count="0" type="stmt"/>
|
|
75
|
+
</file>
|
|
76
|
+
<file name="useAutocomplete.ts" path="/home/mlaursen/code/react-md/packages/core/src/autocomplete/useAutocomplete.ts">
|
|
77
|
+
<metrics statements="230" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
78
|
+
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
79
|
+
<line num="2" count="0" type="stmt"/>
|
|
80
|
+
<line num="3" count="0" type="stmt"/>
|
|
81
|
+
<line num="4" count="0" type="stmt"/>
|
|
82
|
+
<line num="5" count="0" type="stmt"/>
|
|
83
|
+
<line num="6" count="0" type="stmt"/>
|
|
84
|
+
<line num="7" count="0" type="stmt"/>
|
|
85
|
+
<line num="8" count="0" type="stmt"/>
|
|
86
|
+
<line num="9" count="0" type="stmt"/>
|
|
87
|
+
<line num="10" count="0" type="stmt"/>
|
|
88
|
+
<line num="11" count="0" type="stmt"/>
|
|
89
|
+
<line num="12" count="0" type="stmt"/>
|
|
90
|
+
<line num="13" count="0" type="stmt"/>
|
|
91
|
+
<line num="14" count="0" type="stmt"/>
|
|
92
|
+
<line num="15" count="0" type="stmt"/>
|
|
93
|
+
<line num="16" count="0" type="stmt"/>
|
|
94
|
+
<line num="17" count="0" type="stmt"/>
|
|
95
|
+
<line num="18" count="0" type="stmt"/>
|
|
96
|
+
<line num="19" count="0" type="stmt"/>
|
|
97
|
+
<line num="20" count="0" type="stmt"/>
|
|
98
|
+
<line num="21" count="0" type="stmt"/>
|
|
99
|
+
<line num="22" count="0" type="stmt"/>
|
|
100
|
+
<line num="23" count="0" type="stmt"/>
|
|
101
|
+
<line num="24" count="0" type="stmt"/>
|
|
102
|
+
<line num="25" count="0" type="stmt"/>
|
|
103
|
+
<line num="26" count="0" type="stmt"/>
|
|
104
|
+
<line num="27" count="0" type="stmt"/>
|
|
105
|
+
<line num="28" count="0" type="stmt"/>
|
|
106
|
+
<line num="29" count="0" type="stmt"/>
|
|
107
|
+
<line num="30" count="0" type="stmt"/>
|
|
108
|
+
<line num="31" count="0" type="stmt"/>
|
|
109
|
+
<line num="32" count="0" type="stmt"/>
|
|
110
|
+
<line num="33" count="0" type="stmt"/>
|
|
111
|
+
<line num="34" count="0" type="stmt"/>
|
|
112
|
+
<line num="35" count="0" type="stmt"/>
|
|
113
|
+
<line num="36" count="0" type="stmt"/>
|
|
114
|
+
<line num="37" count="0" type="stmt"/>
|
|
115
|
+
<line num="38" count="0" type="stmt"/>
|
|
116
|
+
<line num="39" count="0" type="stmt"/>
|
|
117
|
+
<line num="40" count="0" type="stmt"/>
|
|
118
|
+
<line num="41" count="0" type="stmt"/>
|
|
119
|
+
<line num="42" count="0" type="stmt"/>
|
|
120
|
+
<line num="43" count="0" type="stmt"/>
|
|
121
|
+
<line num="44" count="0" type="stmt"/>
|
|
122
|
+
<line num="45" count="0" type="stmt"/>
|
|
123
|
+
<line num="46" count="0" type="stmt"/>
|
|
124
|
+
<line num="47" count="0" type="stmt"/>
|
|
125
|
+
<line num="48" count="0" type="stmt"/>
|
|
126
|
+
<line num="49" count="0" type="stmt"/>
|
|
127
|
+
<line num="50" count="0" type="stmt"/>
|
|
128
|
+
<line num="51" count="0" type="stmt"/>
|
|
129
|
+
<line num="52" count="0" type="stmt"/>
|
|
130
|
+
<line num="53" count="0" type="stmt"/>
|
|
131
|
+
<line num="54" count="0" type="stmt"/>
|
|
132
|
+
<line num="55" count="0" type="stmt"/>
|
|
133
|
+
<line num="56" count="0" type="stmt"/>
|
|
134
|
+
<line num="57" count="0" type="stmt"/>
|
|
135
|
+
<line num="58" count="0" type="stmt"/>
|
|
136
|
+
<line num="59" count="0" type="stmt"/>
|
|
137
|
+
<line num="60" count="0" type="stmt"/>
|
|
138
|
+
<line num="61" count="0" type="stmt"/>
|
|
139
|
+
<line num="62" count="0" type="stmt"/>
|
|
140
|
+
<line num="63" count="0" type="stmt"/>
|
|
141
|
+
<line num="64" count="0" type="stmt"/>
|
|
142
|
+
<line num="65" count="0" type="stmt"/>
|
|
143
|
+
<line num="66" count="0" type="stmt"/>
|
|
144
|
+
<line num="67" count="0" type="stmt"/>
|
|
145
|
+
<line num="68" count="0" type="stmt"/>
|
|
146
|
+
<line num="69" count="0" type="stmt"/>
|
|
147
|
+
<line num="70" count="0" type="stmt"/>
|
|
148
|
+
<line num="71" count="0" type="stmt"/>
|
|
149
|
+
<line num="72" count="0" type="stmt"/>
|
|
150
|
+
<line num="73" count="0" type="stmt"/>
|
|
151
|
+
<line num="74" count="0" type="stmt"/>
|
|
152
|
+
<line num="75" count="0" type="stmt"/>
|
|
153
|
+
<line num="76" count="0" type="stmt"/>
|
|
154
|
+
<line num="77" count="0" type="stmt"/>
|
|
155
|
+
<line num="78" count="0" type="stmt"/>
|
|
156
|
+
<line num="79" count="0" type="stmt"/>
|
|
157
|
+
<line num="80" count="0" type="stmt"/>
|
|
158
|
+
<line num="81" count="0" type="stmt"/>
|
|
159
|
+
<line num="82" count="0" type="stmt"/>
|
|
160
|
+
<line num="83" count="0" type="stmt"/>
|
|
161
|
+
<line num="84" count="0" type="stmt"/>
|
|
162
|
+
<line num="85" count="0" type="stmt"/>
|
|
163
|
+
<line num="86" count="0" type="stmt"/>
|
|
164
|
+
<line num="87" count="0" type="stmt"/>
|
|
165
|
+
<line num="88" count="0" type="stmt"/>
|
|
166
|
+
<line num="89" count="0" type="stmt"/>
|
|
167
|
+
<line num="90" count="0" type="stmt"/>
|
|
168
|
+
<line num="91" count="0" type="stmt"/>
|
|
169
|
+
<line num="92" count="0" type="stmt"/>
|
|
170
|
+
<line num="93" count="0" type="stmt"/>
|
|
171
|
+
<line num="94" count="0" type="stmt"/>
|
|
172
|
+
<line num="95" count="0" type="stmt"/>
|
|
173
|
+
<line num="96" count="0" type="stmt"/>
|
|
174
|
+
<line num="97" count="0" type="stmt"/>
|
|
175
|
+
<line num="98" count="0" type="stmt"/>
|
|
176
|
+
<line num="99" count="0" type="stmt"/>
|
|
177
|
+
<line num="100" count="0" type="stmt"/>
|
|
178
|
+
<line num="101" count="0" type="stmt"/>
|
|
179
|
+
<line num="102" count="0" type="stmt"/>
|
|
180
|
+
<line num="103" count="0" type="stmt"/>
|
|
181
|
+
<line num="104" count="0" type="stmt"/>
|
|
182
|
+
<line num="105" count="0" type="stmt"/>
|
|
183
|
+
<line num="106" count="0" type="stmt"/>
|
|
184
|
+
<line num="107" count="0" type="stmt"/>
|
|
185
|
+
<line num="108" count="0" type="stmt"/>
|
|
186
|
+
<line num="109" count="0" type="stmt"/>
|
|
187
|
+
<line num="110" count="0" type="stmt"/>
|
|
188
|
+
<line num="111" count="0" type="stmt"/>
|
|
189
|
+
<line num="112" count="0" type="stmt"/>
|
|
190
|
+
<line num="113" count="0" type="stmt"/>
|
|
191
|
+
<line num="114" count="0" type="stmt"/>
|
|
192
|
+
<line num="115" count="0" type="stmt"/>
|
|
193
|
+
<line num="116" count="0" type="stmt"/>
|
|
194
|
+
<line num="117" count="0" type="stmt"/>
|
|
195
|
+
<line num="118" count="0" type="stmt"/>
|
|
196
|
+
<line num="119" count="0" type="stmt"/>
|
|
197
|
+
<line num="120" count="0" type="stmt"/>
|
|
198
|
+
<line num="121" count="0" type="stmt"/>
|
|
199
|
+
<line num="122" count="0" type="stmt"/>
|
|
200
|
+
<line num="123" count="0" type="stmt"/>
|
|
201
|
+
<line num="124" count="0" type="stmt"/>
|
|
202
|
+
<line num="125" count="0" type="stmt"/>
|
|
203
|
+
<line num="126" count="0" type="stmt"/>
|
|
204
|
+
<line num="127" count="0" type="stmt"/>
|
|
205
|
+
<line num="128" count="0" type="stmt"/>
|
|
206
|
+
<line num="129" count="0" type="stmt"/>
|
|
207
|
+
<line num="130" count="0" type="stmt"/>
|
|
208
|
+
<line num="131" count="0" type="stmt"/>
|
|
209
|
+
<line num="132" count="0" type="stmt"/>
|
|
210
|
+
<line num="133" count="0" type="stmt"/>
|
|
211
|
+
<line num="134" count="0" type="stmt"/>
|
|
212
|
+
<line num="135" count="0" type="stmt"/>
|
|
213
|
+
<line num="136" count="0" type="stmt"/>
|
|
214
|
+
<line num="137" count="0" type="stmt"/>
|
|
215
|
+
<line num="138" count="0" type="stmt"/>
|
|
216
|
+
<line num="139" count="0" type="stmt"/>
|
|
217
|
+
<line num="140" count="0" type="stmt"/>
|
|
218
|
+
<line num="141" count="0" type="stmt"/>
|
|
219
|
+
<line num="142" count="0" type="stmt"/>
|
|
220
|
+
<line num="143" count="0" type="stmt"/>
|
|
221
|
+
<line num="144" count="0" type="stmt"/>
|
|
222
|
+
<line num="145" count="0" type="stmt"/>
|
|
223
|
+
<line num="146" count="0" type="stmt"/>
|
|
224
|
+
<line num="147" count="0" type="stmt"/>
|
|
225
|
+
<line num="148" count="0" type="stmt"/>
|
|
226
|
+
<line num="149" count="0" type="stmt"/>
|
|
227
|
+
<line num="150" count="0" type="stmt"/>
|
|
228
|
+
<line num="151" count="0" type="stmt"/>
|
|
229
|
+
<line num="152" count="0" type="stmt"/>
|
|
230
|
+
<line num="153" count="0" type="stmt"/>
|
|
231
|
+
<line num="154" count="0" type="stmt"/>
|
|
232
|
+
<line num="155" count="0" type="stmt"/>
|
|
233
|
+
<line num="156" count="0" type="stmt"/>
|
|
234
|
+
<line num="157" count="0" type="stmt"/>
|
|
235
|
+
<line num="158" count="0" type="stmt"/>
|
|
236
|
+
<line num="159" count="0" type="stmt"/>
|
|
237
|
+
<line num="160" count="0" type="stmt"/>
|
|
238
|
+
<line num="161" count="0" type="stmt"/>
|
|
239
|
+
<line num="162" count="0" type="stmt"/>
|
|
240
|
+
<line num="163" count="0" type="stmt"/>
|
|
241
|
+
<line num="164" count="0" type="stmt"/>
|
|
242
|
+
<line num="165" count="0" type="stmt"/>
|
|
243
|
+
<line num="166" count="0" type="stmt"/>
|
|
244
|
+
<line num="167" count="0" type="stmt"/>
|
|
245
|
+
<line num="168" count="0" type="stmt"/>
|
|
246
|
+
<line num="169" count="0" type="stmt"/>
|
|
247
|
+
<line num="170" count="0" type="stmt"/>
|
|
248
|
+
<line num="171" count="0" type="stmt"/>
|
|
249
|
+
<line num="172" count="0" type="stmt"/>
|
|
250
|
+
<line num="173" count="0" type="stmt"/>
|
|
251
|
+
<line num="174" count="0" type="stmt"/>
|
|
252
|
+
<line num="175" count="0" type="stmt"/>
|
|
253
|
+
<line num="176" count="0" type="stmt"/>
|
|
254
|
+
<line num="177" count="0" type="stmt"/>
|
|
255
|
+
<line num="178" count="0" type="stmt"/>
|
|
256
|
+
<line num="179" count="0" type="stmt"/>
|
|
257
|
+
<line num="180" count="0" type="stmt"/>
|
|
258
|
+
<line num="181" count="0" type="stmt"/>
|
|
259
|
+
<line num="182" count="0" type="stmt"/>
|
|
260
|
+
<line num="183" count="0" type="stmt"/>
|
|
261
|
+
<line num="184" count="0" type="stmt"/>
|
|
262
|
+
<line num="185" count="0" type="stmt"/>
|
|
263
|
+
<line num="186" count="0" type="stmt"/>
|
|
264
|
+
<line num="187" count="0" type="stmt"/>
|
|
265
|
+
<line num="188" count="0" type="stmt"/>
|
|
266
|
+
<line num="189" count="0" type="stmt"/>
|
|
267
|
+
<line num="190" count="0" type="stmt"/>
|
|
268
|
+
<line num="191" count="0" type="stmt"/>
|
|
269
|
+
<line num="192" count="0" type="stmt"/>
|
|
270
|
+
<line num="193" count="0" type="stmt"/>
|
|
271
|
+
<line num="194" count="0" type="stmt"/>
|
|
272
|
+
<line num="195" count="0" type="stmt"/>
|
|
273
|
+
<line num="196" count="0" type="stmt"/>
|
|
274
|
+
<line num="197" count="0" type="stmt"/>
|
|
275
|
+
<line num="198" count="0" type="stmt"/>
|
|
276
|
+
<line num="199" count="0" type="stmt"/>
|
|
277
|
+
<line num="200" count="0" type="stmt"/>
|
|
278
|
+
<line num="201" count="0" type="stmt"/>
|
|
279
|
+
<line num="202" count="0" type="stmt"/>
|
|
280
|
+
<line num="203" count="0" type="stmt"/>
|
|
281
|
+
<line num="204" count="0" type="stmt"/>
|
|
282
|
+
<line num="205" count="0" type="stmt"/>
|
|
283
|
+
<line num="206" count="0" type="stmt"/>
|
|
284
|
+
<line num="207" count="0" type="stmt"/>
|
|
285
|
+
<line num="208" count="0" type="stmt"/>
|
|
286
|
+
<line num="209" count="0" type="stmt"/>
|
|
287
|
+
<line num="210" count="0" type="stmt"/>
|
|
288
|
+
<line num="211" count="0" type="stmt"/>
|
|
289
|
+
<line num="212" count="0" type="stmt"/>
|
|
290
|
+
<line num="213" count="0" type="stmt"/>
|
|
291
|
+
<line num="214" count="0" type="stmt"/>
|
|
292
|
+
<line num="215" count="0" type="stmt"/>
|
|
293
|
+
<line num="216" count="0" type="stmt"/>
|
|
294
|
+
<line num="217" count="0" type="stmt"/>
|
|
295
|
+
<line num="218" count="0" type="stmt"/>
|
|
296
|
+
<line num="219" count="0" type="stmt"/>
|
|
297
|
+
<line num="220" count="0" type="stmt"/>
|
|
298
|
+
<line num="221" count="0" type="stmt"/>
|
|
299
|
+
<line num="222" count="0" type="stmt"/>
|
|
300
|
+
<line num="223" count="0" type="stmt"/>
|
|
301
|
+
<line num="224" count="0" type="stmt"/>
|
|
302
|
+
<line num="225" count="0" type="stmt"/>
|
|
303
|
+
<line num="226" count="0" type="stmt"/>
|
|
304
|
+
<line num="227" count="0" type="stmt"/>
|
|
305
|
+
<line num="228" count="0" type="stmt"/>
|
|
306
|
+
<line num="229" count="0" type="stmt"/>
|
|
307
|
+
<line num="230" count="0" type="stmt"/>
|
|
308
|
+
</file>
|
|
309
|
+
<file name="useInlineAutocomplete.ts" path="/home/mlaursen/code/react-md/packages/core/src/autocomplete/useInlineAutocomplete.ts">
|
|
310
|
+
<metrics statements="87" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
311
|
+
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
312
|
+
<line num="2" count="0" type="stmt"/>
|
|
313
|
+
<line num="3" count="0" type="stmt"/>
|
|
314
|
+
<line num="4" count="0" type="stmt"/>
|
|
315
|
+
<line num="5" count="0" type="stmt"/>
|
|
316
|
+
<line num="6" count="0" type="stmt"/>
|
|
317
|
+
<line num="7" count="0" type="stmt"/>
|
|
318
|
+
<line num="8" count="0" type="stmt"/>
|
|
319
|
+
<line num="9" count="0" type="stmt"/>
|
|
320
|
+
<line num="10" count="0" type="stmt"/>
|
|
321
|
+
<line num="11" count="0" type="stmt"/>
|
|
322
|
+
<line num="12" count="0" type="stmt"/>
|
|
323
|
+
<line num="13" count="0" type="stmt"/>
|
|
324
|
+
<line num="14" count="0" type="stmt"/>
|
|
325
|
+
<line num="15" count="0" type="stmt"/>
|
|
326
|
+
<line num="16" count="0" type="stmt"/>
|
|
327
|
+
<line num="17" count="0" type="stmt"/>
|
|
328
|
+
<line num="18" count="0" type="stmt"/>
|
|
329
|
+
<line num="19" count="0" type="stmt"/>
|
|
330
|
+
<line num="20" count="0" type="stmt"/>
|
|
331
|
+
<line num="21" count="0" type="stmt"/>
|
|
332
|
+
<line num="22" count="0" type="stmt"/>
|
|
333
|
+
<line num="23" count="0" type="stmt"/>
|
|
334
|
+
<line num="24" count="0" type="stmt"/>
|
|
335
|
+
<line num="25" count="0" type="stmt"/>
|
|
336
|
+
<line num="26" count="0" type="stmt"/>
|
|
337
|
+
<line num="27" count="0" type="stmt"/>
|
|
338
|
+
<line num="28" count="0" type="stmt"/>
|
|
339
|
+
<line num="29" count="0" type="stmt"/>
|
|
340
|
+
<line num="30" count="0" type="stmt"/>
|
|
341
|
+
<line num="31" count="0" type="stmt"/>
|
|
342
|
+
<line num="32" count="0" type="stmt"/>
|
|
343
|
+
<line num="33" count="0" type="stmt"/>
|
|
344
|
+
<line num="34" count="0" type="stmt"/>
|
|
345
|
+
<line num="35" count="0" type="stmt"/>
|
|
346
|
+
<line num="36" count="0" type="stmt"/>
|
|
347
|
+
<line num="37" count="0" type="stmt"/>
|
|
348
|
+
<line num="38" count="0" type="stmt"/>
|
|
349
|
+
<line num="39" count="0" type="stmt"/>
|
|
350
|
+
<line num="40" count="0" type="stmt"/>
|
|
351
|
+
<line num="41" count="0" type="stmt"/>
|
|
352
|
+
<line num="42" count="0" type="stmt"/>
|
|
353
|
+
<line num="43" count="0" type="stmt"/>
|
|
354
|
+
<line num="44" count="0" type="stmt"/>
|
|
355
|
+
<line num="45" count="0" type="stmt"/>
|
|
356
|
+
<line num="46" count="0" type="stmt"/>
|
|
357
|
+
<line num="47" count="0" type="stmt"/>
|
|
358
|
+
<line num="48" count="0" type="stmt"/>
|
|
359
|
+
<line num="49" count="0" type="stmt"/>
|
|
360
|
+
<line num="50" count="0" type="stmt"/>
|
|
361
|
+
<line num="51" count="0" type="stmt"/>
|
|
362
|
+
<line num="52" count="0" type="stmt"/>
|
|
363
|
+
<line num="53" count="0" type="stmt"/>
|
|
364
|
+
<line num="54" count="0" type="stmt"/>
|
|
365
|
+
<line num="55" count="0" type="stmt"/>
|
|
366
|
+
<line num="56" count="0" type="stmt"/>
|
|
367
|
+
<line num="57" count="0" type="stmt"/>
|
|
368
|
+
<line num="58" count="0" type="stmt"/>
|
|
369
|
+
<line num="59" count="0" type="stmt"/>
|
|
370
|
+
<line num="60" count="0" type="stmt"/>
|
|
371
|
+
<line num="61" count="0" type="stmt"/>
|
|
372
|
+
<line num="62" count="0" type="stmt"/>
|
|
373
|
+
<line num="63" count="0" type="stmt"/>
|
|
374
|
+
<line num="64" count="0" type="stmt"/>
|
|
375
|
+
<line num="65" count="0" type="stmt"/>
|
|
376
|
+
<line num="66" count="0" type="stmt"/>
|
|
377
|
+
<line num="67" count="0" type="stmt"/>
|
|
378
|
+
<line num="68" count="0" type="stmt"/>
|
|
379
|
+
<line num="69" count="0" type="stmt"/>
|
|
380
|
+
<line num="70" count="0" type="stmt"/>
|
|
381
|
+
<line num="71" count="0" type="stmt"/>
|
|
382
|
+
<line num="72" count="0" type="stmt"/>
|
|
383
|
+
<line num="73" count="0" type="stmt"/>
|
|
384
|
+
<line num="74" count="0" type="stmt"/>
|
|
385
|
+
<line num="75" count="0" type="stmt"/>
|
|
386
|
+
<line num="76" count="0" type="stmt"/>
|
|
387
|
+
<line num="77" count="0" type="stmt"/>
|
|
388
|
+
<line num="78" count="0" type="stmt"/>
|
|
389
|
+
<line num="79" count="0" type="stmt"/>
|
|
390
|
+
<line num="80" count="0" type="stmt"/>
|
|
391
|
+
<line num="81" count="0" type="stmt"/>
|
|
392
|
+
<line num="82" count="0" type="stmt"/>
|
|
393
|
+
<line num="83" count="0" type="stmt"/>
|
|
394
|
+
<line num="84" count="0" type="stmt"/>
|
|
395
|
+
<line num="85" count="0" type="stmt"/>
|
|
396
|
+
<line num="86" count="0" type="stmt"/>
|
|
397
|
+
<line num="87" count="0" type="stmt"/>
|
|
398
|
+
</file>
|
|
399
|
+
<file name="utils.ts" path="/home/mlaursen/code/react-md/packages/core/src/autocomplete/utils.ts">
|
|
400
|
+
<metrics statements="7" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
401
|
+
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
402
|
+
<line num="2" count="0" type="stmt"/>
|
|
403
|
+
<line num="3" count="0" type="stmt"/>
|
|
404
|
+
<line num="4" count="0" type="stmt"/>
|
|
405
|
+
<line num="5" count="0" type="stmt"/>
|
|
406
|
+
<line num="6" count="0" type="stmt"/>
|
|
407
|
+
<line num="7" count="0" type="stmt"/>
|
|
408
|
+
</file>
|
|
409
|
+
</package>
|
|
410
|
+
<package name="searching">
|
|
411
|
+
<metrics statements="447" coveredstatements="447" conditionals="26" coveredconditionals="26" methods="9" coveredmethods="9"/>
|
|
412
|
+
<file name="caseInsensitive.ts" path="/home/mlaursen/code/react-md/packages/core/src/searching/caseInsensitive.ts">
|
|
413
|
+
<metrics statements="200" coveredstatements="200" conditionals="5" coveredconditionals="5" methods="3" coveredmethods="3"/>
|
|
414
|
+
<line num="1" count="1" type="stmt"/>
|
|
415
|
+
<line num="2" count="1" type="stmt"/>
|
|
416
|
+
<line num="3" count="1" type="stmt"/>
|
|
417
|
+
<line num="4" count="1" type="stmt"/>
|
|
418
|
+
<line num="5" count="1" type="stmt"/>
|
|
419
|
+
<line num="6" count="1" type="stmt"/>
|
|
420
|
+
<line num="7" count="1" type="stmt"/>
|
|
421
|
+
<line num="8" count="1" type="stmt"/>
|
|
422
|
+
<line num="9" count="1" type="stmt"/>
|
|
423
|
+
<line num="10" count="1" type="stmt"/>
|
|
424
|
+
<line num="11" count="1" type="stmt"/>
|
|
425
|
+
<line num="12" count="1" type="stmt"/>
|
|
426
|
+
<line num="13" count="1" type="stmt"/>
|
|
427
|
+
<line num="14" count="1" type="stmt"/>
|
|
428
|
+
<line num="15" count="1" type="stmt"/>
|
|
429
|
+
<line num="16" count="1" type="stmt"/>
|
|
430
|
+
<line num="17" count="1" type="stmt"/>
|
|
431
|
+
<line num="18" count="1" type="stmt"/>
|
|
432
|
+
<line num="19" count="1" type="stmt"/>
|
|
433
|
+
<line num="20" count="1" type="stmt"/>
|
|
434
|
+
<line num="21" count="1" type="stmt"/>
|
|
435
|
+
<line num="22" count="1" type="stmt"/>
|
|
436
|
+
<line num="23" count="1" type="stmt"/>
|
|
437
|
+
<line num="24" count="1" type="stmt"/>
|
|
438
|
+
<line num="25" count="1" type="stmt"/>
|
|
439
|
+
<line num="26" count="1" type="stmt"/>
|
|
440
|
+
<line num="27" count="1" type="stmt"/>
|
|
441
|
+
<line num="28" count="1" type="stmt"/>
|
|
442
|
+
<line num="29" count="1" type="stmt"/>
|
|
443
|
+
<line num="30" count="1" type="stmt"/>
|
|
444
|
+
<line num="31" count="1" type="stmt"/>
|
|
445
|
+
<line num="32" count="1" type="stmt"/>
|
|
446
|
+
<line num="33" count="1" type="stmt"/>
|
|
447
|
+
<line num="34" count="1" type="stmt"/>
|
|
448
|
+
<line num="35" count="1" type="stmt"/>
|
|
449
|
+
<line num="36" count="1" type="stmt"/>
|
|
450
|
+
<line num="37" count="1" type="stmt"/>
|
|
451
|
+
<line num="38" count="1" type="stmt"/>
|
|
452
|
+
<line num="39" count="1" type="stmt"/>
|
|
453
|
+
<line num="40" count="1" type="stmt"/>
|
|
454
|
+
<line num="41" count="1" type="stmt"/>
|
|
455
|
+
<line num="42" count="1" type="stmt"/>
|
|
456
|
+
<line num="43" count="1" type="stmt"/>
|
|
457
|
+
<line num="44" count="1" type="stmt"/>
|
|
458
|
+
<line num="45" count="1" type="stmt"/>
|
|
459
|
+
<line num="46" count="1" type="stmt"/>
|
|
460
|
+
<line num="47" count="1" type="stmt"/>
|
|
461
|
+
<line num="48" count="1" type="stmt"/>
|
|
462
|
+
<line num="49" count="1" type="stmt"/>
|
|
463
|
+
<line num="50" count="1" type="stmt"/>
|
|
464
|
+
<line num="51" count="1" type="stmt"/>
|
|
465
|
+
<line num="52" count="1" type="stmt"/>
|
|
466
|
+
<line num="53" count="1" type="stmt"/>
|
|
467
|
+
<line num="54" count="1" type="stmt"/>
|
|
468
|
+
<line num="55" count="1" type="stmt"/>
|
|
469
|
+
<line num="56" count="1" type="stmt"/>
|
|
470
|
+
<line num="57" count="1" type="stmt"/>
|
|
471
|
+
<line num="58" count="1" type="stmt"/>
|
|
472
|
+
<line num="59" count="1" type="stmt"/>
|
|
473
|
+
<line num="60" count="1" type="stmt"/>
|
|
474
|
+
<line num="61" count="1" type="stmt"/>
|
|
475
|
+
<line num="62" count="1" type="stmt"/>
|
|
476
|
+
<line num="63" count="1" type="stmt"/>
|
|
477
|
+
<line num="64" count="1" type="stmt"/>
|
|
478
|
+
<line num="65" count="1" type="stmt"/>
|
|
479
|
+
<line num="66" count="1" type="stmt"/>
|
|
480
|
+
<line num="67" count="1" type="stmt"/>
|
|
481
|
+
<line num="68" count="1" type="stmt"/>
|
|
482
|
+
<line num="69" count="1" type="stmt"/>
|
|
483
|
+
<line num="70" count="1" type="stmt"/>
|
|
484
|
+
<line num="71" count="1" type="stmt"/>
|
|
485
|
+
<line num="72" count="1" type="stmt"/>
|
|
486
|
+
<line num="73" count="1" type="stmt"/>
|
|
487
|
+
<line num="74" count="1" type="stmt"/>
|
|
488
|
+
<line num="75" count="1" type="stmt"/>
|
|
489
|
+
<line num="76" count="1" type="stmt"/>
|
|
490
|
+
<line num="77" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
491
|
+
<line num="78" count="59" type="stmt"/>
|
|
492
|
+
<line num="79" count="59" type="stmt"/>
|
|
493
|
+
<line num="80" count="59" type="stmt"/>
|
|
494
|
+
<line num="81" count="59" type="stmt"/>
|
|
495
|
+
<line num="82" count="59" type="cond" truecount="1" falsecount="0"/>
|
|
496
|
+
<line num="83" count="13" type="stmt"/>
|
|
497
|
+
<line num="84" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
498
|
+
<line num="85" count="46" type="stmt"/>
|
|
499
|
+
<line num="86" count="46" type="stmt"/>
|
|
500
|
+
<line num="87" count="46" type="stmt"/>
|
|
501
|
+
<line num="88" count="1" type="stmt"/>
|
|
502
|
+
<line num="89" count="1" type="stmt"/>
|
|
503
|
+
<line num="90" count="1" type="stmt"/>
|
|
504
|
+
<line num="91" count="1" type="stmt"/>
|
|
505
|
+
<line num="92" count="1" type="stmt"/>
|
|
506
|
+
<line num="93" count="1" type="stmt"/>
|
|
507
|
+
<line num="94" count="1" type="stmt"/>
|
|
508
|
+
<line num="95" count="1" type="stmt"/>
|
|
509
|
+
<line num="96" count="1" type="stmt"/>
|
|
510
|
+
<line num="97" count="1" type="stmt"/>
|
|
511
|
+
<line num="98" count="1" type="stmt"/>
|
|
512
|
+
<line num="99" count="1" type="stmt"/>
|
|
513
|
+
<line num="100" count="1" type="stmt"/>
|
|
514
|
+
<line num="101" count="1" type="stmt"/>
|
|
515
|
+
<line num="102" count="1" type="stmt"/>
|
|
516
|
+
<line num="103" count="1" type="stmt"/>
|
|
517
|
+
<line num="104" count="1" type="stmt"/>
|
|
518
|
+
<line num="105" count="1" type="stmt"/>
|
|
519
|
+
<line num="106" count="1" type="stmt"/>
|
|
520
|
+
<line num="107" count="1" type="stmt"/>
|
|
521
|
+
<line num="108" count="1" type="stmt"/>
|
|
522
|
+
<line num="109" count="1" type="stmt"/>
|
|
523
|
+
<line num="110" count="1" type="stmt"/>
|
|
524
|
+
<line num="111" count="1" type="stmt"/>
|
|
525
|
+
<line num="112" count="1" type="stmt"/>
|
|
526
|
+
<line num="113" count="1" type="stmt"/>
|
|
527
|
+
<line num="114" count="1" type="stmt"/>
|
|
528
|
+
<line num="115" count="1" type="stmt"/>
|
|
529
|
+
<line num="116" count="1" type="stmt"/>
|
|
530
|
+
<line num="117" count="1" type="stmt"/>
|
|
531
|
+
<line num="118" count="1" type="stmt"/>
|
|
532
|
+
<line num="119" count="1" type="stmt"/>
|
|
533
|
+
<line num="120" count="1" type="stmt"/>
|
|
534
|
+
<line num="121" count="1" type="stmt"/>
|
|
535
|
+
<line num="122" count="1" type="stmt"/>
|
|
536
|
+
<line num="123" count="1" type="stmt"/>
|
|
537
|
+
<line num="124" count="1" type="stmt"/>
|
|
538
|
+
<line num="125" count="1" type="stmt"/>
|
|
539
|
+
<line num="126" count="1" type="stmt"/>
|
|
540
|
+
<line num="127" count="1" type="stmt"/>
|
|
541
|
+
<line num="128" count="1" type="stmt"/>
|
|
542
|
+
<line num="129" count="1" type="stmt"/>
|
|
543
|
+
<line num="130" count="1" type="stmt"/>
|
|
544
|
+
<line num="131" count="1" type="stmt"/>
|
|
545
|
+
<line num="132" count="1" type="stmt"/>
|
|
546
|
+
<line num="133" count="1" type="stmt"/>
|
|
547
|
+
<line num="134" count="1" type="stmt"/>
|
|
548
|
+
<line num="135" count="1" type="stmt"/>
|
|
549
|
+
<line num="136" count="1" type="stmt"/>
|
|
550
|
+
<line num="137" count="1" type="stmt"/>
|
|
551
|
+
<line num="138" count="1" type="stmt"/>
|
|
552
|
+
<line num="139" count="1" type="stmt"/>
|
|
553
|
+
<line num="140" count="1" type="stmt"/>
|
|
554
|
+
<line num="141" count="1" type="stmt"/>
|
|
555
|
+
<line num="142" count="1" type="stmt"/>
|
|
556
|
+
<line num="143" count="1" type="stmt"/>
|
|
557
|
+
<line num="144" count="1" type="stmt"/>
|
|
558
|
+
<line num="145" count="1" type="stmt"/>
|
|
559
|
+
<line num="146" count="1" type="stmt"/>
|
|
560
|
+
<line num="147" count="1" type="stmt"/>
|
|
561
|
+
<line num="148" count="1" type="stmt"/>
|
|
562
|
+
<line num="149" count="1" type="stmt"/>
|
|
563
|
+
<line num="150" count="1" type="stmt"/>
|
|
564
|
+
<line num="151" count="1" type="stmt"/>
|
|
565
|
+
<line num="152" count="1" type="stmt"/>
|
|
566
|
+
<line num="153" count="1" type="stmt"/>
|
|
567
|
+
<line num="154" count="1" type="stmt"/>
|
|
568
|
+
<line num="155" count="1" type="stmt"/>
|
|
569
|
+
<line num="156" count="1" type="stmt"/>
|
|
570
|
+
<line num="157" count="1" type="stmt"/>
|
|
571
|
+
<line num="158" count="1" type="stmt"/>
|
|
572
|
+
<line num="159" count="1" type="stmt"/>
|
|
573
|
+
<line num="160" count="1" type="stmt"/>
|
|
574
|
+
<line num="161" count="1" type="stmt"/>
|
|
575
|
+
<line num="162" count="1" type="stmt"/>
|
|
576
|
+
<line num="163" count="1" type="stmt"/>
|
|
577
|
+
<line num="164" count="1" type="stmt"/>
|
|
578
|
+
<line num="165" count="1" type="stmt"/>
|
|
579
|
+
<line num="166" count="1" type="stmt"/>
|
|
580
|
+
<line num="167" count="1" type="stmt"/>
|
|
581
|
+
<line num="168" count="1" type="stmt"/>
|
|
582
|
+
<line num="169" count="1" type="stmt"/>
|
|
583
|
+
<line num="170" count="1" type="stmt"/>
|
|
584
|
+
<line num="171" count="1" type="stmt"/>
|
|
585
|
+
<line num="172" count="1" type="stmt"/>
|
|
586
|
+
<line num="173" count="1" type="stmt"/>
|
|
587
|
+
<line num="174" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
588
|
+
<line num="175" count="23" type="stmt"/>
|
|
589
|
+
<line num="176" count="23" type="stmt"/>
|
|
590
|
+
<line num="177" count="23" type="stmt"/>
|
|
591
|
+
<line num="178" count="23" type="stmt"/>
|
|
592
|
+
<line num="179" count="23" type="stmt"/>
|
|
593
|
+
<line num="180" count="23" type="stmt"/>
|
|
594
|
+
<line num="181" count="23" type="stmt"/>
|
|
595
|
+
<line num="182" count="23" type="stmt"/>
|
|
596
|
+
<line num="183" count="23" type="stmt"/>
|
|
597
|
+
<line num="184" count="23" type="stmt"/>
|
|
598
|
+
<line num="185" count="23" type="stmt"/>
|
|
599
|
+
<line num="186" count="23" type="stmt"/>
|
|
600
|
+
<line num="187" count="23" type="stmt"/>
|
|
601
|
+
<line num="188" count="23" type="stmt"/>
|
|
602
|
+
<line num="189" count="23" type="stmt"/>
|
|
603
|
+
<line num="190" count="23" type="stmt"/>
|
|
604
|
+
<line num="191" count="23" type="stmt"/>
|
|
605
|
+
<line num="192" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
606
|
+
<line num="193" count="59" type="stmt"/>
|
|
607
|
+
<line num="194" count="59" type="stmt"/>
|
|
608
|
+
<line num="195" count="59" type="stmt"/>
|
|
609
|
+
<line num="196" count="59" type="stmt"/>
|
|
610
|
+
<line num="197" count="59" type="stmt"/>
|
|
611
|
+
<line num="198" count="59" type="stmt"/>
|
|
612
|
+
<line num="199" count="23" type="stmt"/>
|
|
613
|
+
<line num="200" count="23" type="stmt"/>
|
|
614
|
+
</file>
|
|
615
|
+
<file name="fuzzy.ts" path="/home/mlaursen/code/react-md/packages/core/src/searching/fuzzy.ts">
|
|
616
|
+
<metrics statements="175" coveredstatements="175" conditionals="3" coveredconditionals="3" methods="3" coveredmethods="3"/>
|
|
617
|
+
<line num="1" count="1" type="stmt"/>
|
|
618
|
+
<line num="2" count="1" type="stmt"/>
|
|
619
|
+
<line num="3" count="1" type="stmt"/>
|
|
620
|
+
<line num="4" count="1" type="stmt"/>
|
|
621
|
+
<line num="5" count="1" type="stmt"/>
|
|
622
|
+
<line num="6" count="1" type="stmt"/>
|
|
623
|
+
<line num="7" count="1" type="stmt"/>
|
|
624
|
+
<line num="8" count="1" type="stmt"/>
|
|
625
|
+
<line num="9" count="1" type="stmt"/>
|
|
626
|
+
<line num="10" count="1" type="stmt"/>
|
|
627
|
+
<line num="11" count="1" type="stmt"/>
|
|
628
|
+
<line num="12" count="1" type="stmt"/>
|
|
629
|
+
<line num="13" count="1" type="stmt"/>
|
|
630
|
+
<line num="14" count="1" type="stmt"/>
|
|
631
|
+
<line num="15" count="1" type="stmt"/>
|
|
632
|
+
<line num="16" count="1" type="stmt"/>
|
|
633
|
+
<line num="17" count="1" type="stmt"/>
|
|
634
|
+
<line num="18" count="1" type="stmt"/>
|
|
635
|
+
<line num="19" count="1" type="stmt"/>
|
|
636
|
+
<line num="20" count="1" type="stmt"/>
|
|
637
|
+
<line num="21" count="1" type="stmt"/>
|
|
638
|
+
<line num="22" count="1" type="stmt"/>
|
|
639
|
+
<line num="23" count="1" type="stmt"/>
|
|
640
|
+
<line num="24" count="1" type="stmt"/>
|
|
641
|
+
<line num="25" count="1" type="stmt"/>
|
|
642
|
+
<line num="26" count="1" type="stmt"/>
|
|
643
|
+
<line num="27" count="1" type="stmt"/>
|
|
644
|
+
<line num="28" count="1" type="stmt"/>
|
|
645
|
+
<line num="29" count="1" type="stmt"/>
|
|
646
|
+
<line num="30" count="1" type="stmt"/>
|
|
647
|
+
<line num="31" count="1" type="stmt"/>
|
|
648
|
+
<line num="32" count="1" type="stmt"/>
|
|
649
|
+
<line num="33" count="1" type="stmt"/>
|
|
650
|
+
<line num="34" count="1" type="stmt"/>
|
|
651
|
+
<line num="35" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
652
|
+
<line num="36" count="11" type="stmt"/>
|
|
653
|
+
<line num="37" count="11" type="stmt"/>
|
|
654
|
+
<line num="38" count="11" type="stmt"/>
|
|
655
|
+
<line num="39" count="11" type="stmt"/>
|
|
656
|
+
<line num="40" count="11" type="stmt"/>
|
|
657
|
+
<line num="41" count="11" type="stmt"/>
|
|
658
|
+
<line num="42" count="11" type="stmt"/>
|
|
659
|
+
<line num="43" count="11" type="stmt"/>
|
|
660
|
+
<line num="44" count="11" type="stmt"/>
|
|
661
|
+
<line num="45" count="11" type="stmt"/>
|
|
662
|
+
<line num="46" count="1" type="stmt"/>
|
|
663
|
+
<line num="47" count="1" type="stmt"/>
|
|
664
|
+
<line num="48" count="1" type="stmt"/>
|
|
665
|
+
<line num="49" count="1" type="stmt"/>
|
|
666
|
+
<line num="50" count="1" type="stmt"/>
|
|
667
|
+
<line num="51" count="1" type="stmt"/>
|
|
668
|
+
<line num="52" count="1" type="stmt"/>
|
|
669
|
+
<line num="53" count="1" type="stmt"/>
|
|
670
|
+
<line num="54" count="1" type="stmt"/>
|
|
671
|
+
<line num="55" count="1" type="stmt"/>
|
|
672
|
+
<line num="56" count="1" type="stmt"/>
|
|
673
|
+
<line num="57" count="1" type="stmt"/>
|
|
674
|
+
<line num="58" count="1" type="stmt"/>
|
|
675
|
+
<line num="59" count="1" type="stmt"/>
|
|
676
|
+
<line num="60" count="1" type="stmt"/>
|
|
677
|
+
<line num="61" count="1" type="stmt"/>
|
|
678
|
+
<line num="62" count="1" type="stmt"/>
|
|
679
|
+
<line num="63" count="1" type="stmt"/>
|
|
680
|
+
<line num="64" count="1" type="stmt"/>
|
|
681
|
+
<line num="65" count="1" type="stmt"/>
|
|
682
|
+
<line num="66" count="1" type="stmt"/>
|
|
683
|
+
<line num="67" count="1" type="stmt"/>
|
|
684
|
+
<line num="68" count="1" type="stmt"/>
|
|
685
|
+
<line num="69" count="1" type="stmt"/>
|
|
686
|
+
<line num="70" count="1" type="stmt"/>
|
|
687
|
+
<line num="71" count="1" type="stmt"/>
|
|
688
|
+
<line num="72" count="1" type="stmt"/>
|
|
689
|
+
<line num="73" count="1" type="stmt"/>
|
|
690
|
+
<line num="74" count="1" type="stmt"/>
|
|
691
|
+
<line num="75" count="1" type="stmt"/>
|
|
692
|
+
<line num="76" count="1" type="stmt"/>
|
|
693
|
+
<line num="77" count="1" type="stmt"/>
|
|
694
|
+
<line num="78" count="1" type="stmt"/>
|
|
695
|
+
<line num="79" count="1" type="stmt"/>
|
|
696
|
+
<line num="80" count="1" type="stmt"/>
|
|
697
|
+
<line num="81" count="1" type="stmt"/>
|
|
698
|
+
<line num="82" count="1" type="stmt"/>
|
|
699
|
+
<line num="83" count="1" type="stmt"/>
|
|
700
|
+
<line num="84" count="1" type="stmt"/>
|
|
701
|
+
<line num="85" count="1" type="stmt"/>
|
|
702
|
+
<line num="86" count="1" type="stmt"/>
|
|
703
|
+
<line num="87" count="1" type="stmt"/>
|
|
704
|
+
<line num="88" count="1" type="stmt"/>
|
|
705
|
+
<line num="89" count="1" type="stmt"/>
|
|
706
|
+
<line num="90" count="1" type="stmt"/>
|
|
707
|
+
<line num="91" count="1" type="stmt"/>
|
|
708
|
+
<line num="92" count="1" type="stmt"/>
|
|
709
|
+
<line num="93" count="1" type="stmt"/>
|
|
710
|
+
<line num="94" count="1" type="stmt"/>
|
|
711
|
+
<line num="95" count="1" type="stmt"/>
|
|
712
|
+
<line num="96" count="1" type="stmt"/>
|
|
713
|
+
<line num="97" count="1" type="stmt"/>
|
|
714
|
+
<line num="98" count="1" type="stmt"/>
|
|
715
|
+
<line num="99" count="1" type="stmt"/>
|
|
716
|
+
<line num="100" count="1" type="stmt"/>
|
|
717
|
+
<line num="101" count="1" type="stmt"/>
|
|
718
|
+
<line num="102" count="1" type="stmt"/>
|
|
719
|
+
<line num="103" count="1" type="stmt"/>
|
|
720
|
+
<line num="104" count="1" type="stmt"/>
|
|
721
|
+
<line num="105" count="1" type="stmt"/>
|
|
722
|
+
<line num="106" count="1" type="stmt"/>
|
|
723
|
+
<line num="107" count="1" type="stmt"/>
|
|
724
|
+
<line num="108" count="1" type="stmt"/>
|
|
725
|
+
<line num="109" count="1" type="stmt"/>
|
|
726
|
+
<line num="110" count="1" type="stmt"/>
|
|
727
|
+
<line num="111" count="1" type="stmt"/>
|
|
728
|
+
<line num="112" count="1" type="stmt"/>
|
|
729
|
+
<line num="113" count="1" type="stmt"/>
|
|
730
|
+
<line num="114" count="1" type="stmt"/>
|
|
731
|
+
<line num="115" count="1" type="stmt"/>
|
|
732
|
+
<line num="116" count="1" type="stmt"/>
|
|
733
|
+
<line num="117" count="1" type="stmt"/>
|
|
734
|
+
<line num="118" count="1" type="stmt"/>
|
|
735
|
+
<line num="119" count="1" type="stmt"/>
|
|
736
|
+
<line num="120" count="1" type="stmt"/>
|
|
737
|
+
<line num="121" count="1" type="stmt"/>
|
|
738
|
+
<line num="122" count="1" type="stmt"/>
|
|
739
|
+
<line num="123" count="1" type="stmt"/>
|
|
740
|
+
<line num="124" count="1" type="stmt"/>
|
|
741
|
+
<line num="125" count="1" type="stmt"/>
|
|
742
|
+
<line num="126" count="1" type="stmt"/>
|
|
743
|
+
<line num="127" count="1" type="stmt"/>
|
|
744
|
+
<line num="128" count="1" type="stmt"/>
|
|
745
|
+
<line num="129" count="1" type="stmt"/>
|
|
746
|
+
<line num="130" count="1" type="stmt"/>
|
|
747
|
+
<line num="131" count="1" type="stmt"/>
|
|
748
|
+
<line num="132" count="1" type="stmt"/>
|
|
749
|
+
<line num="133" count="1" type="stmt"/>
|
|
750
|
+
<line num="134" count="1" type="stmt"/>
|
|
751
|
+
<line num="135" count="1" type="stmt"/>
|
|
752
|
+
<line num="136" count="1" type="stmt"/>
|
|
753
|
+
<line num="137" count="1" type="stmt"/>
|
|
754
|
+
<line num="138" count="1" type="stmt"/>
|
|
755
|
+
<line num="139" count="1" type="stmt"/>
|
|
756
|
+
<line num="140" count="1" type="stmt"/>
|
|
757
|
+
<line num="141" count="1" type="stmt"/>
|
|
758
|
+
<line num="142" count="1" type="stmt"/>
|
|
759
|
+
<line num="143" count="1" type="stmt"/>
|
|
760
|
+
<line num="144" count="1" type="stmt"/>
|
|
761
|
+
<line num="145" count="1" type="stmt"/>
|
|
762
|
+
<line num="146" count="1" type="stmt"/>
|
|
763
|
+
<line num="147" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
764
|
+
<line num="148" count="14" type="stmt"/>
|
|
765
|
+
<line num="149" count="14" type="stmt"/>
|
|
766
|
+
<line num="150" count="14" type="stmt"/>
|
|
767
|
+
<line num="151" count="14" type="stmt"/>
|
|
768
|
+
<line num="152" count="14" type="stmt"/>
|
|
769
|
+
<line num="153" count="14" type="stmt"/>
|
|
770
|
+
<line num="154" count="14" type="stmt"/>
|
|
771
|
+
<line num="155" count="14" type="stmt"/>
|
|
772
|
+
<line num="156" count="14" type="stmt"/>
|
|
773
|
+
<line num="157" count="14" type="stmt"/>
|
|
774
|
+
<line num="158" count="14" type="stmt"/>
|
|
775
|
+
<line num="159" count="14" type="stmt"/>
|
|
776
|
+
<line num="160" count="14" type="stmt"/>
|
|
777
|
+
<line num="161" count="14" type="stmt"/>
|
|
778
|
+
<line num="162" count="14" type="stmt"/>
|
|
779
|
+
<line num="163" count="14" type="stmt"/>
|
|
780
|
+
<line num="164" count="14" type="stmt"/>
|
|
781
|
+
<line num="165" count="14" type="stmt"/>
|
|
782
|
+
<line num="166" count="14" type="stmt"/>
|
|
783
|
+
<line num="167" count="14" type="stmt"/>
|
|
784
|
+
<line num="168" count="14" type="stmt"/>
|
|
785
|
+
<line num="169" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
786
|
+
<line num="170" count="100115" type="stmt"/>
|
|
787
|
+
<line num="171" count="100115" type="stmt"/>
|
|
788
|
+
<line num="172" count="100115" type="stmt"/>
|
|
789
|
+
<line num="173" count="100115" type="stmt"/>
|
|
790
|
+
<line num="174" count="14" type="stmt"/>
|
|
791
|
+
<line num="175" count="14" type="stmt"/>
|
|
792
|
+
</file>
|
|
793
|
+
<file name="toSearchQuery.ts" path="/home/mlaursen/code/react-md/packages/core/src/searching/toSearchQuery.ts">
|
|
794
|
+
<metrics statements="18" coveredstatements="18" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
|
795
|
+
<line num="1" count="1" type="stmt"/>
|
|
796
|
+
<line num="2" count="1" type="stmt"/>
|
|
797
|
+
<line num="3" count="1" type="stmt"/>
|
|
798
|
+
<line num="4" count="1" type="stmt"/>
|
|
799
|
+
<line num="5" count="1" type="stmt"/>
|
|
800
|
+
<line num="6" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
801
|
+
<line num="7" count="100210" type="stmt"/>
|
|
802
|
+
<line num="8" count="100210" type="stmt"/>
|
|
803
|
+
<line num="9" count="100210" type="stmt"/>
|
|
804
|
+
<line num="10" count="100210" type="stmt"/>
|
|
805
|
+
<line num="11" count="100210" type="cond" truecount="1" falsecount="0"/>
|
|
806
|
+
<line num="12" count="25" type="stmt"/>
|
|
807
|
+
<line num="13" count="100210" type="cond" truecount="2" falsecount="0"/>
|
|
808
|
+
<line num="14" count="11" type="stmt"/>
|
|
809
|
+
<line num="15" count="11" type="stmt"/>
|
|
810
|
+
<line num="16" count="100210" type="stmt"/>
|
|
811
|
+
<line num="17" count="100210" type="stmt"/>
|
|
812
|
+
<line num="18" count="100210" type="stmt"/>
|
|
813
|
+
</file>
|
|
814
|
+
<file name="utils.ts" path="/home/mlaursen/code/react-md/packages/core/src/searching/utils.ts">
|
|
815
|
+
<metrics statements="54" coveredstatements="54" conditionals="14" coveredconditionals="14" methods="2" coveredmethods="2"/>
|
|
816
|
+
<line num="1" count="1" type="stmt"/>
|
|
817
|
+
<line num="2" count="1" type="stmt"/>
|
|
818
|
+
<line num="3" count="1" type="stmt"/>
|
|
819
|
+
<line num="4" count="1" type="stmt"/>
|
|
820
|
+
<line num="5" count="1" type="stmt"/>
|
|
821
|
+
<line num="6" count="1" type="stmt"/>
|
|
822
|
+
<line num="7" count="1" type="stmt"/>
|
|
823
|
+
<line num="8" count="1" type="stmt"/>
|
|
824
|
+
<line num="9" count="1" type="stmt"/>
|
|
825
|
+
<line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
826
|
+
<line num="11" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
827
|
+
<line num="12" count="100165" type="cond" truecount="1" falsecount="0"/>
|
|
828
|
+
<line num="13" count="100162" type="stmt"/>
|
|
829
|
+
<line num="14" count="100162" type="cond" truecount="1" falsecount="0"/>
|
|
830
|
+
<line num="15" count="3" type="stmt"/>
|
|
831
|
+
<line num="16" count="3" type="stmt"/>
|
|
832
|
+
<line num="17" count="3" type="stmt"/>
|
|
833
|
+
<line num="18" count="3" type="stmt"/>
|
|
834
|
+
<line num="19" count="3" type="stmt"/>
|
|
835
|
+
<line num="20" count="1" type="stmt"/>
|
|
836
|
+
<line num="21" count="1" type="stmt"/>
|
|
837
|
+
<line num="22" count="1" type="stmt"/>
|
|
838
|
+
<line num="23" count="1" type="stmt"/>
|
|
839
|
+
<line num="24" count="1" type="stmt"/>
|
|
840
|
+
<line num="25" count="1" type="stmt"/>
|
|
841
|
+
<line num="26" count="1" type="stmt"/>
|
|
842
|
+
<line num="27" count="1" type="stmt"/>
|
|
843
|
+
<line num="28" count="1" type="stmt"/>
|
|
844
|
+
<line num="29" count="1" type="stmt"/>
|
|
845
|
+
<line num="30" count="1" type="stmt"/>
|
|
846
|
+
<line num="31" count="1" type="stmt"/>
|
|
847
|
+
<line num="32" count="1" type="stmt"/>
|
|
848
|
+
<line num="33" count="1" type="stmt"/>
|
|
849
|
+
<line num="34" count="1" type="stmt"/>
|
|
850
|
+
<line num="35" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
851
|
+
<line num="36" count="37" type="stmt"/>
|
|
852
|
+
<line num="37" count="37" type="stmt"/>
|
|
853
|
+
<line num="38" count="37" type="stmt"/>
|
|
854
|
+
<line num="39" count="37" type="cond" truecount="2" falsecount="0"/>
|
|
855
|
+
<line num="40" count="37" type="cond" truecount="1" falsecount="0"/>
|
|
856
|
+
<line num="41" count="5" type="stmt"/>
|
|
857
|
+
<line num="42" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
858
|
+
<line num="43" count="32" type="stmt"/>
|
|
859
|
+
<line num="44" count="32" type="stmt"/>
|
|
860
|
+
<line num="45" count="37" type="cond" truecount="1" falsecount="0"/>
|
|
861
|
+
<line num="46" count="2" type="stmt"/>
|
|
862
|
+
<line num="47" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
863
|
+
<line num="48" count="30" type="stmt"/>
|
|
864
|
+
<line num="49" count="37" type="cond" truecount="2" falsecount="0"/>
|
|
865
|
+
<line num="50" count="37" type="stmt"/>
|
|
866
|
+
<line num="51" count="37" type="cond" truecount="1" falsecount="0"/>
|
|
867
|
+
<line num="52" count="100177" type="stmt"/>
|
|
868
|
+
<line num="53" count="37" type="stmt"/>
|
|
869
|
+
<line num="54" count="37" type="stmt"/>
|
|
870
|
+
</file>
|
|
871
|
+
</package>
|
|
872
|
+
<package name="utils">
|
|
873
|
+
<metrics statements="137" coveredstatements="137" conditionals="4" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
874
|
+
<file name="alphaNumericSort.ts" path="/home/mlaursen/code/react-md/packages/core/src/utils/alphaNumericSort.ts">
|
|
875
|
+
<metrics statements="137" coveredstatements="137" conditionals="4" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
876
|
+
<line num="1" count="1" type="stmt"/>
|
|
877
|
+
<line num="2" count="1" type="stmt"/>
|
|
878
|
+
<line num="3" count="1" type="stmt"/>
|
|
879
|
+
<line num="4" count="1" type="stmt"/>
|
|
880
|
+
<line num="5" count="1" type="stmt"/>
|
|
881
|
+
<line num="6" count="1" type="stmt"/>
|
|
882
|
+
<line num="7" count="1" type="stmt"/>
|
|
883
|
+
<line num="8" count="1" type="stmt"/>
|
|
884
|
+
<line num="9" count="1" type="stmt"/>
|
|
885
|
+
<line num="10" count="1" type="stmt"/>
|
|
886
|
+
<line num="11" count="1" type="stmt"/>
|
|
887
|
+
<line num="12" count="1" type="stmt"/>
|
|
888
|
+
<line num="13" count="1" type="stmt"/>
|
|
889
|
+
<line num="14" count="1" type="stmt"/>
|
|
890
|
+
<line num="15" count="1" type="stmt"/>
|
|
891
|
+
<line num="16" count="1" type="stmt"/>
|
|
892
|
+
<line num="17" count="1" type="stmt"/>
|
|
893
|
+
<line num="18" count="1" type="stmt"/>
|
|
894
|
+
<line num="19" count="1" type="stmt"/>
|
|
895
|
+
<line num="20" count="1" type="stmt"/>
|
|
896
|
+
<line num="21" count="1" type="stmt"/>
|
|
897
|
+
<line num="22" count="1" type="stmt"/>
|
|
898
|
+
<line num="23" count="1" type="stmt"/>
|
|
899
|
+
<line num="24" count="1" type="stmt"/>
|
|
900
|
+
<line num="25" count="1" type="stmt"/>
|
|
901
|
+
<line num="26" count="1" type="stmt"/>
|
|
902
|
+
<line num="27" count="1" type="stmt"/>
|
|
903
|
+
<line num="28" count="1" type="stmt"/>
|
|
904
|
+
<line num="29" count="1" type="stmt"/>
|
|
905
|
+
<line num="30" count="1" type="stmt"/>
|
|
906
|
+
<line num="31" count="1" type="stmt"/>
|
|
907
|
+
<line num="32" count="1" type="stmt"/>
|
|
908
|
+
<line num="33" count="1" type="stmt"/>
|
|
909
|
+
<line num="34" count="1" type="stmt"/>
|
|
910
|
+
<line num="35" count="1" type="stmt"/>
|
|
911
|
+
<line num="36" count="1" type="stmt"/>
|
|
912
|
+
<line num="37" count="1" type="stmt"/>
|
|
913
|
+
<line num="38" count="1" type="stmt"/>
|
|
914
|
+
<line num="39" count="1" type="stmt"/>
|
|
915
|
+
<line num="40" count="1" type="stmt"/>
|
|
916
|
+
<line num="41" count="1" type="stmt"/>
|
|
917
|
+
<line num="42" count="1" type="stmt"/>
|
|
918
|
+
<line num="43" count="1" type="stmt"/>
|
|
919
|
+
<line num="44" count="1" type="stmt"/>
|
|
920
|
+
<line num="45" count="1" type="stmt"/>
|
|
921
|
+
<line num="46" count="1" type="stmt"/>
|
|
922
|
+
<line num="47" count="1" type="stmt"/>
|
|
923
|
+
<line num="48" count="1" type="stmt"/>
|
|
924
|
+
<line num="49" count="1" type="stmt"/>
|
|
925
|
+
<line num="50" count="1" type="stmt"/>
|
|
926
|
+
<line num="51" count="1" type="stmt"/>
|
|
927
|
+
<line num="52" count="1" type="stmt"/>
|
|
928
|
+
<line num="53" count="1" type="stmt"/>
|
|
929
|
+
<line num="54" count="1" type="stmt"/>
|
|
930
|
+
<line num="55" count="1" type="stmt"/>
|
|
931
|
+
<line num="56" count="1" type="stmt"/>
|
|
932
|
+
<line num="57" count="1" type="stmt"/>
|
|
933
|
+
<line num="58" count="1" type="stmt"/>
|
|
934
|
+
<line num="59" count="1" type="stmt"/>
|
|
935
|
+
<line num="60" count="1" type="stmt"/>
|
|
936
|
+
<line num="61" count="1" type="stmt"/>
|
|
937
|
+
<line num="62" count="1" type="stmt"/>
|
|
938
|
+
<line num="63" count="1" type="stmt"/>
|
|
939
|
+
<line num="64" count="1" type="stmt"/>
|
|
940
|
+
<line num="65" count="1" type="stmt"/>
|
|
941
|
+
<line num="66" count="1" type="stmt"/>
|
|
942
|
+
<line num="67" count="1" type="stmt"/>
|
|
943
|
+
<line num="68" count="1" type="stmt"/>
|
|
944
|
+
<line num="69" count="1" type="stmt"/>
|
|
945
|
+
<line num="70" count="1" type="stmt"/>
|
|
946
|
+
<line num="71" count="1" type="stmt"/>
|
|
947
|
+
<line num="72" count="1" type="stmt"/>
|
|
948
|
+
<line num="73" count="1" type="stmt"/>
|
|
949
|
+
<line num="74" count="1" type="stmt"/>
|
|
950
|
+
<line num="75" count="1" type="stmt"/>
|
|
951
|
+
<line num="76" count="1" type="stmt"/>
|
|
952
|
+
<line num="77" count="1" type="stmt"/>
|
|
953
|
+
<line num="78" count="1" type="stmt"/>
|
|
954
|
+
<line num="79" count="1" type="stmt"/>
|
|
955
|
+
<line num="80" count="1" type="stmt"/>
|
|
956
|
+
<line num="81" count="1" type="stmt"/>
|
|
957
|
+
<line num="82" count="1" type="stmt"/>
|
|
958
|
+
<line num="83" count="1" type="stmt"/>
|
|
959
|
+
<line num="84" count="1" type="stmt"/>
|
|
960
|
+
<line num="85" count="1" type="stmt"/>
|
|
961
|
+
<line num="86" count="1" type="stmt"/>
|
|
962
|
+
<line num="87" count="1" type="stmt"/>
|
|
963
|
+
<line num="88" count="1" type="stmt"/>
|
|
964
|
+
<line num="89" count="1" type="stmt"/>
|
|
965
|
+
<line num="90" count="1" type="stmt"/>
|
|
966
|
+
<line num="91" count="1" type="stmt"/>
|
|
967
|
+
<line num="92" count="1" type="stmt"/>
|
|
968
|
+
<line num="93" count="1" type="stmt"/>
|
|
969
|
+
<line num="94" count="1" type="stmt"/>
|
|
970
|
+
<line num="95" count="1" type="stmt"/>
|
|
971
|
+
<line num="96" count="1" type="stmt"/>
|
|
972
|
+
<line num="97" count="1" type="stmt"/>
|
|
973
|
+
<line num="98" count="1" type="stmt"/>
|
|
974
|
+
<line num="99" count="1" type="stmt"/>
|
|
975
|
+
<line num="100" count="1" type="stmt"/>
|
|
976
|
+
<line num="101" count="1" type="stmt"/>
|
|
977
|
+
<line num="102" count="1" type="stmt"/>
|
|
978
|
+
<line num="103" count="1" type="stmt"/>
|
|
979
|
+
<line num="104" count="1" type="stmt"/>
|
|
980
|
+
<line num="105" count="1" type="stmt"/>
|
|
981
|
+
<line num="106" count="1" type="stmt"/>
|
|
982
|
+
<line num="107" count="1" type="stmt"/>
|
|
983
|
+
<line num="108" count="1" type="stmt"/>
|
|
984
|
+
<line num="109" count="1" type="stmt"/>
|
|
985
|
+
<line num="110" count="1" type="stmt"/>
|
|
986
|
+
<line num="111" count="1" type="stmt"/>
|
|
987
|
+
<line num="112" count="1" type="stmt"/>
|
|
988
|
+
<line num="113" count="1" type="stmt"/>
|
|
989
|
+
<line num="114" count="1" type="stmt"/>
|
|
990
|
+
<line num="115" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
991
|
+
<line num="116" count="4" type="stmt"/>
|
|
992
|
+
<line num="117" count="4" type="stmt"/>
|
|
993
|
+
<line num="118" count="4" type="stmt"/>
|
|
994
|
+
<line num="119" count="4" type="stmt"/>
|
|
995
|
+
<line num="120" count="4" type="stmt"/>
|
|
996
|
+
<line num="121" count="4" type="stmt"/>
|
|
997
|
+
<line num="122" count="4" type="stmt"/>
|
|
998
|
+
<line num="123" count="4" type="stmt"/>
|
|
999
|
+
<line num="124" count="4" type="stmt"/>
|
|
1000
|
+
<line num="125" count="4" type="stmt"/>
|
|
1001
|
+
<line num="126" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1002
|
+
<line num="127" count="11" type="stmt"/>
|
|
1003
|
+
<line num="128" count="11" type="stmt"/>
|
|
1004
|
+
<line num="129" count="11" type="stmt"/>
|
|
1005
|
+
<line num="130" count="11" type="cond" truecount="0" falsecount="1"/>
|
|
1006
|
+
<line num="131" count="11" type="cond" truecount="0" falsecount="1"/>
|
|
1007
|
+
<line num="132" count="11" type="stmt"/>
|
|
1008
|
+
<line num="133" count="11" type="stmt"/>
|
|
1009
|
+
<line num="134" count="11" type="stmt"/>
|
|
1010
|
+
<line num="135" count="4" type="stmt"/>
|
|
1011
|
+
<line num="136" count="4" type="stmt"/>
|
|
1012
|
+
<line num="137" count="4" type="stmt"/>
|
|
1013
|
+
</file>
|
|
1014
|
+
</package>
|
|
406
1015
|
</project>
|
|
407
1016
|
</coverage>
|