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