@react-md/core 1.0.0-next.2 → 1.0.0-next.3
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/.turbo/turbo-lint.log +12 -0
- package/.turbo/turbo-test.log +179 -0
- package/.turbo/turbo-typecheck.log +4 -0
- package/CHANGELOG.md +103 -0
- package/coverage/clover.xml +437 -3
- package/coverage/coverage-final.json +4 -1
- package/coverage/lcov-report/Avatar.tsx.html +472 -0
- package/coverage/lcov-report/IconRotator.tsx.html +322 -0
- package/coverage/lcov-report/ListItem.tsx.html +892 -0
- package/coverage/lcov-report/Portal.tsx.html +223 -0
- package/coverage/lcov-report/PortalContainerProvider.tsx.html +367 -0
- package/coverage/lcov-report/SkeletonPlaceholder.tsx.html +613 -0
- package/coverage/lcov-report/Tab.tsx.html +261 -147
- package/coverage/lcov-report/TreeGroup.tsx.html +313 -0
- package/coverage/lcov-report/app-bar/AppBar.tsx.html +178 -28
- package/coverage/lcov-report/app-bar/index.html +7 -7
- package/coverage/lcov-report/button/TooltippedButton.tsx.html +445 -0
- package/coverage/lcov-report/button/index.html +10 -10
- package/coverage/lcov-report/card/Card.tsx.html +349 -0
- package/coverage/lcov-report/card/CardContent.tsx.html +223 -0
- package/coverage/lcov-report/card/ClickableCard.tsx.html +400 -0
- package/coverage/lcov-report/card/index.html +21 -21
- package/coverage/lcov-report/card/styles.ts.html +428 -392
- package/coverage/lcov-report/cssUtils.ts.html +86 -59
- package/coverage/lcov-report/draggable/index.html +21 -36
- package/coverage/lcov-report/draggable/useDraggable.ts.html +377 -368
- package/coverage/lcov-report/draggable/utils.ts.html +96 -195
- package/coverage/lcov-report/expansion-panel/ExpansionList.tsx.html +211 -0
- package/coverage/lcov-report/expansion-panel/ExpansionPanel.tsx.html +12 -15
- package/coverage/lcov-report/expansion-panel/index.html +34 -19
- package/coverage/lcov-report/expansion-panel/useExpansionPanels.ts.html +928 -0
- package/coverage/lcov-report/form/MenuItemInputToggle.tsx.html +2 -2
- package/coverage/lcov-report/form/Select.tsx.html +1663 -0
- package/coverage/lcov-report/form/Slider.tsx.html +163 -40
- package/coverage/lcov-report/form/index.html +21 -21
- package/coverage/lcov-report/icon/FontIcon.tsx.html +28 -28
- package/coverage/lcov-report/icon/index.html +1 -1
- package/coverage/lcov-report/index.html +41 -11
- package/coverage/lcov-report/interaction/UserInteractionModeProvider.tsx.html +679 -0
- package/coverage/lcov-report/interaction/config.ts.html +181 -0
- package/coverage/lcov-report/interaction/index.html +33 -18
- package/coverage/lcov-report/list/List.tsx.html +490 -0
- package/coverage/lcov-report/list/ListItem.tsx.html +886 -0
- package/coverage/lcov-report/list/ListItemAddon.tsx.html +286 -0
- package/coverage/lcov-report/list/ListItemChildren.tsx.html +445 -0
- package/coverage/lcov-report/list/ListItemLink.tsx.html +5 -5
- package/coverage/lcov-report/list/index.html +81 -6
- package/coverage/lcov-report/list/listItemStyles.ts.html +703 -0
- package/coverage/lcov-report/media-queries/appSize.ts.html +1 -1
- package/coverage/lcov-report/media-queries/index.html +1 -1
- package/coverage/lcov-report/menu/Menu.tsx.html +37 -19
- package/coverage/lcov-report/menu/index.html +14 -44
- package/coverage/lcov-report/sheet/index.html +8 -8
- package/coverage/lcov-report/sheet/styles.ts.html +376 -0
- package/coverage/lcov-report/skeletonPlaceholderUtils.ts.html +400 -0
- package/coverage/lcov-report/src/CoreProviders.tsx.html +20 -20
- package/coverage/lcov-report/src/NoSsr.tsx.html +1 -1
- package/coverage/lcov-report/src/SsrProvider.tsx.html +10 -10
- package/coverage/lcov-report/src/app-bar/AppBar.tsx.html +143 -23
- package/coverage/lcov-report/src/app-bar/AppBarTitle.tsx.html +1 -1
- package/coverage/lcov-report/src/app-bar/index.html +5 -5
- package/coverage/lcov-report/src/avatar/Avatar.tsx.html +2 -2
- package/coverage/lcov-report/src/avatar/index.html +1 -1
- package/coverage/lcov-report/src/avatar/styles.ts.html +1 -1
- package/coverage/lcov-report/src/badge/Badge.tsx.html +1 -1
- package/coverage/lcov-report/src/badge/index.html +1 -1
- package/coverage/lcov-report/src/box/Box.tsx.html +1 -1
- package/coverage/lcov-report/src/box/index.html +23 -8
- package/coverage/lcov-report/src/box/styles.ts.html +46 -46
- package/coverage/lcov-report/src/button/AsyncButton.tsx.html +1 -1
- package/coverage/lcov-report/src/button/Button.tsx.html +84 -84
- package/coverage/lcov-report/src/button/ButtonUnstyled.tsx.html +1 -1
- package/coverage/lcov-report/src/button/FloatingActionButton.tsx.html +11 -11
- package/coverage/lcov-report/src/button/TooltippedButton.tsx.html +445 -0
- package/coverage/lcov-report/src/button/buttonStyles.ts.html +52 -52
- package/coverage/lcov-report/src/button/buttonUnstyledStyles.ts.html +1 -1
- package/coverage/lcov-report/src/button/index.html +83 -8
- package/coverage/lcov-report/src/card/Card.tsx.html +37 -31
- package/coverage/lcov-report/src/card/CardContent.tsx.html +4 -4
- package/coverage/lcov-report/src/card/CardFooter.tsx.html +1 -1
- package/coverage/lcov-report/src/card/CardHeader.tsx.html +1 -1
- package/coverage/lcov-report/src/card/CardSubtitle.tsx.html +1 -1
- package/coverage/lcov-report/src/card/CardTitle.tsx.html +1 -1
- package/coverage/lcov-report/src/card/ClickableCard.tsx.html +400 -0
- package/coverage/lcov-report/src/card/index.html +24 -9
- package/coverage/lcov-report/src/card/styles.ts.html +58 -31
- package/coverage/lcov-report/src/chip/Chip.tsx.html +1 -1
- package/coverage/lcov-report/src/chip/index.html +7 -7
- package/coverage/lcov-report/src/chip/styles.ts.html +9 -12
- package/coverage/lcov-report/src/cssUtils.ts.html +53 -53
- package/coverage/lcov-report/src/delegateEvent.ts.html +109 -109
- package/coverage/lcov-report/src/dialog/Dialog.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/DialogContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/DialogContent.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/DialogFooter.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/DialogHeader.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/DialogTitle.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/FixedDialog.tsx.html +1 -1
- package/coverage/lcov-report/src/dialog/NestedDialogProvider.ts.html +1 -1
- package/coverage/lcov-report/src/dialog/index.html +129 -9
- package/coverage/lcov-report/src/dialog/styles.ts.html +1 -1
- package/coverage/lcov-report/src/divider/Divider.tsx.html +4 -7
- package/coverage/lcov-report/src/divider/index.html +5 -5
- package/coverage/lcov-report/src/divider/styles.ts.html +1 -1
- package/coverage/lcov-report/src/draggable/index.html +27 -27
- package/coverage/lcov-report/src/draggable/useDraggable.ts.html +47 -44
- package/coverage/lcov-report/src/draggable/utils.ts.html +29 -131
- package/coverage/lcov-report/src/expansion-panel/ExpansionList.tsx.html +1 -1
- package/coverage/lcov-report/src/expansion-panel/ExpansionPanel.tsx.html +1 -1
- package/coverage/lcov-report/src/expansion-panel/ExpansionPanelHeader.tsx.html +1 -1
- package/coverage/lcov-report/src/expansion-panel/index.html +8 -8
- package/coverage/lcov-report/src/expansion-panel/useExpansionList.ts.html +1 -1
- package/coverage/lcov-report/src/expansion-panel/useExpansionPanels.ts.html +36 -24
- package/coverage/lcov-report/src/focus/index.html +1 -1
- package/coverage/lcov-report/src/focus/useFocusContainer.ts.html +1 -1
- package/coverage/lcov-report/src/focus/utils.ts.html +1 -1
- package/coverage/lcov-report/src/form/Checkbox.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Fieldset.tsx.html +1 -1
- package/coverage/lcov-report/src/form/FileInput.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Form.tsx.html +1 -1
- package/coverage/lcov-report/src/form/FormMessage.tsx.html +1 -1
- package/coverage/lcov-report/src/form/FormMessageContainer.tsx.html +5 -5
- package/coverage/lcov-report/src/form/FormMessageCounter.tsx.html +1 -1
- package/coverage/lcov-report/src/form/InputToggle.tsx.html +110 -110
- package/coverage/lcov-report/src/form/InputToggleIcon.tsx.html +63 -63
- package/coverage/lcov-report/src/form/Label.tsx.html +98 -98
- package/coverage/lcov-report/src/form/Legend.tsx.html +1 -1
- package/coverage/lcov-report/src/form/MenuItemCheckbox.tsx.html +1 -1
- package/coverage/lcov-report/src/form/MenuItemFileInput.tsx.html +1 -1
- package/coverage/lcov-report/src/form/MenuItemInputToggle.tsx.html +2 -2
- package/coverage/lcov-report/src/form/MenuItemRadio.tsx.html +1 -1
- package/coverage/lcov-report/src/form/MenuItemSwitch.tsx.html +1 -1
- package/coverage/lcov-report/src/form/MenuItemTextField.tsx.html +1 -1
- package/coverage/lcov-report/src/form/NativeSelect.tsx.html +1 -1
- package/coverage/lcov-report/src/form/OptGroup.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Option.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Password.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Radio.tsx.html +3 -3
- package/coverage/lcov-report/src/form/Select.tsx.html +29 -5
- package/coverage/lcov-report/src/form/SelectValue.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Slider.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderMark.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderMarkLabel.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderThumb.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderTrack.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderValueMarks.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SliderValueTooltip.tsx.html +1 -1
- package/coverage/lcov-report/src/form/Switch.tsx.html +1 -1
- package/coverage/lcov-report/src/form/SwitchTrack.tsx.html +1 -1
- package/coverage/lcov-report/src/form/TextArea.tsx.html +2 -2
- package/coverage/lcov-report/src/form/TextField.tsx.html +1 -1
- package/coverage/lcov-report/src/form/TextFieldAddon.tsx.html +1 -1
- package/coverage/lcov-report/src/form/TextFieldContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/form/TextFieldContainerStyles.ts.html +8 -8
- package/coverage/lcov-report/src/form/fileUtils.ts.html +1 -1
- package/coverage/lcov-report/src/form/formConfig.ts.html +1 -1
- package/coverage/lcov-report/src/form/formMessageStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/index.html +940 -10
- package/coverage/lcov-report/src/form/inputToggleStyles.ts.html +30 -30
- package/coverage/lcov-report/src/form/nativeSelectStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/optionStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/passwordStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/selectStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/selectUtils.ts.html +1 -1
- package/coverage/lcov-report/src/form/sliderUtils.ts.html +1 -1
- package/coverage/lcov-report/src/form/switchStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/textAreaStyles.ts.html +3 -3
- package/coverage/lcov-report/src/form/textFieldStyles.ts.html +1 -1
- package/coverage/lcov-report/src/form/useCheckboxGroup.ts.html +1 -1
- package/coverage/lcov-report/src/form/useFileUpload.ts.html +1 -1
- package/coverage/lcov-report/src/form/useListboxProvider.ts.html +1 -1
- package/coverage/lcov-report/src/form/useNumberField.ts.html +1 -1
- package/coverage/lcov-report/src/form/useRadioGroup.ts.html +47 -47
- package/coverage/lcov-report/src/form/useRangeSlider.ts.html +1 -1
- package/coverage/lcov-report/src/form/useResizingTextArea.ts.html +1 -1
- package/coverage/lcov-report/src/form/useSlider.ts.html +1 -1
- package/coverage/lcov-report/src/form/useTextField.ts.html +1 -1
- package/coverage/lcov-report/src/form/utils.ts.html +1 -1
- package/coverage/lcov-report/src/form/validation.ts.html +1 -1
- package/coverage/lcov-report/src/hoverMode/index.html +1 -1
- package/coverage/lcov-report/src/hoverMode/useHoverMode.ts.html +98 -98
- package/coverage/lcov-report/src/hoverMode/useHoverModeProvider.ts.html +19 -19
- package/coverage/lcov-report/src/icon/FontIcon.tsx.html +28 -28
- package/coverage/lcov-report/src/icon/IconRotator.tsx.html +5 -8
- package/coverage/lcov-report/src/icon/MaterialIcon.tsx.html +1 -1
- package/coverage/lcov-report/src/icon/MaterialSymbol.tsx.html +1 -1
- package/coverage/lcov-report/src/icon/SVGIcon.tsx.html +1 -1
- package/coverage/lcov-report/src/icon/TextIconSpacing.tsx.html +1 -1
- package/coverage/lcov-report/src/icon/iconConfig.tsx.html +8 -8
- package/coverage/lcov-report/src/icon/index.html +7 -7
- package/coverage/lcov-report/src/icon/material.ts.html +1 -1
- package/coverage/lcov-report/src/icon/materialConfig.ts.html +1 -1
- package/coverage/lcov-report/src/icon/styles.ts.html +38 -38
- package/coverage/lcov-report/src/index.html +354 -9
- package/coverage/lcov-report/src/interaction/Ripple.tsx.html +1 -1
- package/coverage/lcov-report/src/interaction/RippleContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/interaction/UserInteractionModeProvider.tsx.html +87 -87
- package/coverage/lcov-report/src/interaction/config.ts.html +7 -7
- package/coverage/lcov-report/src/interaction/index.html +1 -1
- package/coverage/lcov-report/src/interaction/useElementInteraction.tsx.html +123 -123
- package/coverage/lcov-report/src/interaction/useHigherContrastChildren.tsx.html +17 -17
- package/coverage/lcov-report/src/interaction/utils.ts.html +1 -1
- package/coverage/lcov-report/src/layout/LayoutAppBar.tsx.html +1 -1
- package/coverage/lcov-report/src/layout/LayoutNav.tsx.html +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 +15 -15
- 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 +20 -32
- package/coverage/lcov-report/src/layout/useLayoutTree.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useLayoutWindowSplitter.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useMainTabIndex.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useResizableLayout.ts.html +1 -1
- package/coverage/lcov-report/src/layout/useTemporaryLayout.ts.html +1 -1
- package/coverage/lcov-report/src/link/Link.tsx.html +1 -1
- package/coverage/lcov-report/src/link/SkipToMainContent.tsx.html +1 -1
- package/coverage/lcov-report/src/link/index.html +1 -1
- package/coverage/lcov-report/src/link/styles.ts.html +1 -1
- package/coverage/lcov-report/src/list/List.tsx.html +30 -30
- package/coverage/lcov-report/src/list/ListItem.tsx.html +37 -16
- package/coverage/lcov-report/src/list/ListItemAddon.tsx.html +13 -7
- package/coverage/lcov-report/src/list/ListItemChildren.tsx.html +12 -6
- package/coverage/lcov-report/src/list/ListItemLink.tsx.html +4 -4
- package/coverage/lcov-report/src/list/ListItemText.tsx.html +1 -1
- package/coverage/lcov-report/src/list/ListSubheader.tsx.html +1 -1
- package/coverage/lcov-report/src/list/getListItemHeight.ts.html +1 -1
- package/coverage/lcov-report/src/list/index.html +11 -11
- package/coverage/lcov-report/src/list/listItemStyles.ts.html +39 -9
- package/coverage/lcov-report/src/media-queries/AppSizeProvider.tsx.html +54 -54
- package/coverage/lcov-report/src/media-queries/appSize.ts.html +1 -1
- package/coverage/lcov-report/src/media-queries/index.html +1 -1
- package/coverage/lcov-report/src/media-queries/useMediaQuery.ts.html +25 -25
- package/coverage/lcov-report/src/menu/DropdownMenu.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/Menu.tsx.html +2 -2
- package/coverage/lcov-report/src/menu/MenuBar.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuButton.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuConfigurationProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuItem.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuItemButton.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuItemGroup.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuItemSeparator.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuSheet.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuVisibilityProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuWidget.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/MenuWidgetKeyboardProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/menu/index.html +1 -1
- package/coverage/lcov-report/src/menu/useContextMenu.ts.html +1 -1
- package/coverage/lcov-report/src/menu/useMenuBarProvider.ts.html +1 -1
- package/coverage/lcov-report/src/menu/utils.ts.html +1 -1
- package/coverage/lcov-report/src/movement/constants.ts.html +1 -1
- package/coverage/lcov-report/src/movement/findMatchIndex.ts.html +1 -1
- package/coverage/lcov-report/src/movement/index.html +1 -1
- package/coverage/lcov-report/src/movement/useKeyboardMovementProvider.ts.html +3 -3
- package/coverage/lcov-report/src/movement/utils.ts.html +1 -1
- package/coverage/lcov-report/src/overlay/Overlay.tsx.html +1 -1
- package/coverage/lcov-report/src/overlay/index.html +1 -1
- package/coverage/lcov-report/src/overlay/overlayStyles.ts.html +1 -1
- package/coverage/lcov-report/src/portal/Portal.tsx.html +7 -7
- package/coverage/lcov-report/src/portal/PortalContainerProvider.tsx.html +59 -35
- package/coverage/lcov-report/src/portal/index.html +7 -7
- package/coverage/lcov-report/src/positioning/constants.ts.html +1 -1
- package/coverage/lcov-report/src/positioning/createHorizontalPosition.ts.html +47 -47
- package/coverage/lcov-report/src/positioning/createVerticalPosition.ts.html +55 -55
- package/coverage/lcov-report/src/positioning/getFixedPosition.ts.html +89 -89
- package/coverage/lcov-report/src/positioning/index.html +1 -1
- package/coverage/lcov-report/src/positioning/useFixedPositioning.ts.html +193 -193
- package/coverage/lcov-report/src/positioning/utils.ts.html +59 -59
- package/coverage/lcov-report/src/progress/CircularProgress.tsx.html +3 -3
- package/coverage/lcov-report/src/progress/LinearProgress.tsx.html +3 -3
- package/coverage/lcov-report/src/progress/getProgressA11y.ts.html +1 -1
- package/coverage/lcov-report/src/progress/index.html +20 -5
- package/coverage/lcov-report/src/responsive-item/ResponsiveItemContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/responsive-item/ResponsiveItemOverlay.tsx.html +1 -1
- package/coverage/lcov-report/src/responsive-item/index.html +1 -1
- package/coverage/lcov-report/src/responsive-item/styles.ts.html +1 -1
- package/coverage/lcov-report/src/scroll/ScrollLock.tsx.html +1 -1
- package/coverage/lcov-report/src/scroll/getScrollbarWidth.ts.html +1 -1
- package/coverage/lcov-report/src/scroll/index.html +1 -1
- package/coverage/lcov-report/src/scroll/useScrollLock.ts.html +1 -1
- package/coverage/lcov-report/src/segmented-button/SegmentedButton.tsx.html +1 -1
- package/coverage/lcov-report/src/segmented-button/SegmentedButtonContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/segmented-button/index.html +1 -1
- package/coverage/lcov-report/src/segmented-button/segmentedButtonContainerStyles.ts.html +1 -1
- package/coverage/lcov-report/src/segmented-button/segmentedButtonStyles.ts.html +1 -1
- package/coverage/lcov-report/src/sheet/Sheet.tsx.html +1 -1
- package/coverage/lcov-report/src/sheet/index.html +5 -5
- package/coverage/lcov-report/src/sheet/styles.ts.html +45 -48
- package/coverage/lcov-report/src/snackbar/DefaultToastRenderer.tsx.html +80 -80
- package/coverage/lcov-report/src/snackbar/Snackbar.tsx.html +21 -45
- package/coverage/lcov-report/src/snackbar/Toast.tsx.html +108 -93
- package/coverage/lcov-report/src/snackbar/ToastActionButton.tsx.html +1 -1
- package/coverage/lcov-report/src/snackbar/ToastCloseButton.tsx.html +1 -1
- package/coverage/lcov-report/src/snackbar/ToastContent.tsx.html +48 -48
- package/coverage/lcov-report/src/snackbar/ToastManager.tsx.html +278 -275
- package/coverage/lcov-report/src/snackbar/ToastManagerProvider.tsx.html +6 -6
- package/coverage/lcov-report/src/snackbar/index.html +19 -19
- package/coverage/lcov-report/src/snackbar/snackbarStyles.ts.html +15 -15
- package/coverage/lcov-report/src/snackbar/toastContentStyles.ts.html +14 -14
- package/coverage/lcov-report/src/snackbar/toastStyles.ts.html +27 -27
- package/coverage/lcov-report/src/snackbar/useCurrentToastActions.ts.html +1 -1
- package/coverage/lcov-report/src/suspense/CircularProgressSuspense.tsx.html +1 -1
- package/coverage/lcov-report/src/suspense/NullSuspense.tsx.html +1 -1
- package/coverage/lcov-report/src/suspense/index.html +20 -5
- package/coverage/lcov-report/src/table/Table.tsx.html +45 -114
- package/coverage/lcov-report/src/table/TableBody.tsx.html +43 -43
- package/coverage/lcov-report/src/table/TableCell.tsx.html +109 -298
- package/coverage/lcov-report/src/table/TableCellContent.tsx.html +81 -27
- package/coverage/lcov-report/src/table/TableCheckbox.tsx.html +16 -10
- package/coverage/lcov-report/src/table/TableConfigurationProvider.tsx.html +20 -20
- package/coverage/lcov-report/src/table/TableContainer.tsx.html +7 -28
- package/coverage/lcov-report/src/table/TableContainerProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/table/TableFooter.tsx.html +64 -43
- package/coverage/lcov-report/src/table/TableHeader.tsx.html +41 -92
- package/coverage/lcov-report/src/table/TableRadio.tsx.html +676 -0
- package/coverage/lcov-report/src/table/TableRow.tsx.html +38 -119
- package/coverage/lcov-report/src/table/index.html +151 -46
- package/coverage/lcov-report/src/table/tableCellStyles.ts.html +334 -0
- package/coverage/lcov-report/src/table/tableContainerStyles.ts.html +142 -0
- package/coverage/lcov-report/src/table/tableFooterStyles.ts.html +166 -0
- package/coverage/lcov-report/src/table/tableHeaderStyles.ts.html +172 -0
- package/coverage/lcov-report/src/table/tableRowStyles.ts.html +169 -0
- package/coverage/lcov-report/src/table/tableStyles.ts.html +157 -0
- package/coverage/lcov-report/src/tabs/Tab.tsx.html +263 -143
- package/coverage/lcov-report/src/tabs/TabList.tsx.html +1 -1
- package/coverage/lcov-report/src/tabs/TabListScrollButton.tsx.html +1 -1
- package/coverage/lcov-report/src/tabs/index.html +25 -25
- package/coverage/lcov-report/src/tabs/tabIndicatorStyles.ts.html +37 -7
- package/coverage/lcov-report/src/tabs/tabListScrollButtonStyles.ts.html +1 -1
- package/coverage/lcov-report/src/tabs/tabListStyles.ts.html +2 -2
- package/coverage/lcov-report/src/tabs/tabStyles.ts.html +64 -28
- package/coverage/lcov-report/src/tabs/useTabList.ts.html +44 -38
- package/coverage/lcov-report/src/tabs/useTabs.ts.html +1 -1
- 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 +205 -205
- package/coverage/lcov-report/src/test-utils/data-testid.ts.html +1 -1
- package/coverage/lcov-report/src/test-utils/drag.ts.html +1 -1
- package/coverage/lcov-report/src/test-utils/index.html +4 -4
- package/coverage/lcov-report/src/test-utils/jest-setup.ts.html +9 -9
- package/coverage/lcov-report/src/test-utils/matchMedia.ts.html +4 -4
- package/coverage/lcov-report/src/test-utils/polyfills/IntersectionObserver.ts.html +4 -4
- package/coverage/lcov-report/src/test-utils/polyfills/ResizeObserver.ts.html +3 -3
- package/coverage/lcov-report/src/test-utils/polyfills/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 +1 -1
- package/coverage/lcov-report/src/theme/colors.ts.html +1 -1
- package/coverage/lcov-report/src/theme/cssVars.ts.html +1 -1
- package/coverage/lcov-report/src/theme/index.html +1 -1
- package/coverage/lcov-report/src/theme/useCSSVariables.ts.html +25 -25
- package/coverage/lcov-report/src/theme/useColorScheme.ts.html +1 -1
- package/coverage/lcov-report/src/theme/useColorSchemeMetaTag.ts.html +1 -1
- package/coverage/lcov-report/src/theme/useColorSchemeProvider.ts.html +1 -1
- package/coverage/lcov-report/src/theme/usePrefersColorScheme.ts.html +1 -1
- package/coverage/lcov-report/src/theme/utils.ts.html +1 -1
- package/coverage/lcov-report/src/tooltip/Tooltip.tsx.html +62 -62
- package/coverage/lcov-report/src/tooltip/TooltipHoverModeProvider.tsx.html +3 -3
- package/coverage/lcov-report/src/tooltip/constants.ts.html +1 -1
- package/coverage/lcov-report/src/tooltip/index.html +9 -9
- package/coverage/lcov-report/src/tooltip/tooltipStyles.ts.html +12 -12
- package/coverage/lcov-report/src/tooltip/useTooltip.ts.html +243 -222
- package/coverage/lcov-report/src/tooltip/useTooltipPosition.ts.html +27 -27
- package/coverage/lcov-report/src/tooltip/utils.ts.html +22 -22
- 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 +374 -338
- package/coverage/lcov-report/src/transition/Slide.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/SlideContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/transition/collapseStyles.ts.html +13 -13
- package/coverage/lcov-report/src/transition/config.ts.html +5 -5
- package/coverage/lcov-report/src/transition/index.html +47 -32
- package/coverage/lcov-report/src/transition/maxWidthTransition.ts.html +1 -1
- package/coverage/lcov-report/src/transition/skeletonPlaceholderUtils.ts.html +400 -0
- package/coverage/lcov-report/src/transition/useCSSTransition.ts.html +68 -68
- package/coverage/lcov-report/src/transition/useCarousel.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useCollapseTransition.ts.html +87 -87
- 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 +607 -562
- package/coverage/lcov-report/src/transition/useSlideTransition.ts.html +1 -1
- package/coverage/lcov-report/src/transition/useTransition.ts.html +237 -237
- package/coverage/lcov-report/src/transition/utils.ts.html +43 -43
- package/coverage/lcov-report/src/tree/DefaultTreeItemRenderer.tsx.html +18 -6
- package/coverage/lcov-report/src/tree/Tree.tsx.html +20 -8
- package/coverage/lcov-report/src/tree/TreeGroup.tsx.html +45 -45
- package/coverage/lcov-report/src/tree/TreeItem.tsx.html +7 -10
- package/coverage/lcov-report/src/tree/TreeItemExpander.tsx.html +1 -1
- package/coverage/lcov-report/src/tree/TreeProvider.tsx.html +8 -8
- package/coverage/lcov-report/src/tree/index.html +11 -11
- package/coverage/lcov-report/src/tree/styles.ts.html +8 -35
- package/coverage/lcov-report/src/tree/useTree.ts.html +1 -1
- package/coverage/lcov-report/src/tree/useTreeExpansion.ts.html +1 -1
- package/coverage/lcov-report/src/tree/useTreeItems.ts.html +1 -1
- package/coverage/lcov-report/src/tree/useTreeMovement.ts.html +1 -1
- package/coverage/lcov-report/src/tree/useTreeSelection.ts.html +1 -1
- package/coverage/lcov-report/src/tree/utils.ts.html +1 -1
- package/coverage/lcov-report/src/typography/SrOnly.tsx.html +1 -1
- package/coverage/lcov-report/src/typography/TextContainer.tsx.html +1 -1
- package/coverage/lcov-report/src/typography/Typography.tsx.html +1 -1
- package/coverage/lcov-report/src/typography/WritingDirectionProvider.tsx.html +1 -1
- package/coverage/lcov-report/src/typography/index.html +1 -1
- package/coverage/lcov-report/src/useAsyncAction.ts.html +1 -1
- package/coverage/lcov-report/src/useDebouncedFunction.ts.html +1 -1
- package/coverage/lcov-report/src/useDropzone.ts.html +1 -1
- package/coverage/lcov-report/src/useElementSize.ts.html +334 -0
- package/coverage/lcov-report/src/useEnsuredId.ts.html +8 -8
- package/coverage/lcov-report/src/useEnsuredRef.ts.html +14 -14
- package/coverage/lcov-report/src/useEnsuredState.ts.html +1 -1
- package/coverage/lcov-report/src/useHtmlClassName.ts.html +1 -1
- package/coverage/lcov-report/src/useIntersectionObserver.ts.html +1 -1
- package/coverage/lcov-report/src/useIsomorphicLayoutEffect.ts.html +1 -1
- package/coverage/lcov-report/src/useLocalStorage.ts.html +1 -1
- package/coverage/lcov-report/src/useOrientation.ts.html +32 -32
- package/coverage/lcov-report/src/usePageInactive.ts.html +30 -30
- package/coverage/lcov-report/src/useResizeListener.ts.html +38 -32
- package/coverage/lcov-report/src/useResizeObserver.ts.html +68 -179
- package/coverage/lcov-report/src/useThrottledFunction.ts.html +1 -1
- package/coverage/lcov-report/src/useToggle.ts.html +1 -1
- package/coverage/lcov-report/src/useUnmounted.ts.html +1 -1
- package/coverage/lcov-report/src/useWindowSize.ts.html +124 -94
- 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 +45 -45
- 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/getMiddleOfRange.ts.html +163 -0
- package/coverage/lcov-report/src/utils/getPercentage.ts.html +9 -9
- package/coverage/lcov-report/src/utils/getRangeDefaultValue.ts.html +66 -87
- package/coverage/lcov-report/src/utils/getRangeSteps.ts.html +7 -7
- package/coverage/lcov-report/src/utils/identity.ts.html +1 -1
- package/coverage/lcov-report/src/utils/index.html +46 -31
- package/coverage/lcov-report/src/utils/isElementVisible.ts.html +1 -1
- package/coverage/lcov-report/src/utils/isValidNumber.ts.html +118 -0
- package/coverage/lcov-report/src/utils/loop.ts.html +1 -1
- package/coverage/lcov-report/src/utils/nearest.ts.html +21 -21
- package/coverage/lcov-report/src/utils/parseCssLengthUnit.ts.html +18 -18
- package/coverage/lcov-report/src/utils/randomInt.ts.html +52 -52
- 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 +14 -14
- package/coverage/lcov-report/src/window-splitter/useWindowSplitter.ts.html +19 -67
- package/coverage/lcov-report/src/window-splitter/useWindowSplitterMaxValue.ts.html +256 -0
- package/coverage/lcov-report/suspense/CircularProgressSuspense.tsx.html +283 -0
- package/coverage/lcov-report/suspense/NullSuspense.tsx.html +202 -0
- package/coverage/lcov-report/suspense/index.html +131 -0
- package/coverage/lcov-report/tabIndicatorStyles.ts.html +43 -13
- package/coverage/lcov-report/tabListStyles.ts.html +35 -26
- package/coverage/lcov-report/tabStyles.ts.html +68 -26
- package/coverage/lcov-report/tabs/Tab.tsx.html +233 -143
- package/coverage/lcov-report/tabs/TabList.tsx.html +85 -85
- package/coverage/lcov-report/tabs/index.html +56 -11
- package/coverage/lcov-report/tabs/tabIndicatorStyles.ts.html +187 -0
- package/coverage/lcov-report/tabs/tabListStyles.ts.html +241 -0
- package/coverage/lcov-report/tabs/tabStyles.ts.html +253 -0
- package/coverage/lcov-report/tabs/useTabList.ts.html +736 -0
- package/coverage/lcov-report/tabs/useTabs.ts.html +1 -1
- package/coverage/lcov-report/tabs/utils.ts.html +1 -1
- package/coverage/lcov-report/test-utils/index.html +21 -21
- package/coverage/lcov-report/test-utils/use.ts.html +187 -0
- package/coverage/lcov-report/tooltip/Tooltip.tsx.html +62 -62
- package/coverage/lcov-report/tooltip/index.html +10 -70
- package/coverage/lcov-report/tooltip/useTooltip.ts.html +243 -222
- package/coverage/lcov-report/transition/SkeletonPlaceholder.tsx.html +595 -0
- package/coverage/lcov-report/transition/config.ts.html +5 -5
- package/coverage/lcov-report/transition/index.html +1 -1
- package/coverage/lcov-report/transition/skeletonPlaceholderUtils.ts.html +400 -0
- package/coverage/lcov-report/transition/useSkeletonPlaceholder.ts.html +952 -0
- package/coverage/lcov-report/tree/TreeItem.tsx.html +7 -10
- package/coverage/lcov-report/tree/index.html +12 -27
- package/coverage/lcov-report/tree/styles.ts.html +538 -0
- package/coverage/lcov-report/typography/Typography.tsx.html +110 -110
- package/coverage/lcov-report/typography/WritingDirectionProvider.tsx.html +75 -75
- package/coverage/lcov-report/typography/index.html +15 -15
- package/coverage/lcov-report/useSkeletonPlaceholder.ts.html +952 -0
- package/coverage/lcov-report/useTabList.ts.html +142 -136
- package/coverage/lcov-report/useWindowSplitter.ts.html +640 -0
- package/coverage/lcov-report/useWindowSplitterMaxValue.ts.html +256 -0
- package/coverage/lcov-report/utils/index.html +16 -31
- package/coverage/lcov-report/utils/isElementVisible.ts.html +14 -14
- package/coverage/lcov-report/utils/randomInt.ts.html +148 -0
- package/coverage/lcov-report/utils/wait.ts.html +1 -1
- package/coverage/lcov-report/window-splitter/index.html +21 -36
- package/coverage/lcov-report/window-splitter/useWindowSplitter.ts.html +406 -328
- package/coverage/lcov.info +474 -0
- package/dist/_box-shadows.scss +12 -2
- package/dist/_core.scss +0 -2
- package/dist/_utils.scss +22 -0
- package/dist/app-bar/AppBar.d.ts +4 -9
- package/dist/app-bar/AppBar.js +29 -7
- package/dist/app-bar/AppBar.js.map +1 -1
- package/dist/app-bar/_app-bar.scss +7 -9
- package/dist/avatar/Avatar.d.ts +1 -1
- package/dist/avatar/Avatar.js.map +1 -1
- package/dist/badge/_badge.scss +12 -7
- package/dist/button/TooltippedButton.d.ts +62 -0
- package/dist/button/TooltippedButton.js +62 -0
- package/dist/button/TooltippedButton.js.map +1 -0
- package/dist/card/Card.js +3 -2
- package/dist/card/Card.js.map +1 -1
- package/dist/card/CardContent.js +1 -1
- package/dist/card/CardContent.js.map +1 -1
- package/dist/card/ClickableCard.d.ts +42 -0
- package/dist/card/ClickableCard.js +73 -0
- package/dist/card/ClickableCard.js.map +1 -0
- package/dist/card/_card.scss +15 -9
- package/dist/card/styles.d.ts +8 -0
- package/dist/card/styles.js +6 -3
- package/dist/card/styles.js.map +1 -1
- package/dist/dialog/_dialog.scss +28 -15
- package/dist/divider/_divider.scss +9 -10
- package/dist/draggable/useDraggable.d.ts +12 -23
- package/dist/draggable/useDraggable.js +15 -6
- package/dist/draggable/useDraggable.js.map +1 -1
- package/dist/draggable/utils.d.ts +4 -17
- package/dist/draggable/utils.js +9 -25
- package/dist/draggable/utils.js.map +1 -1
- package/dist/expansion-panel/_expansion-panel.scss +25 -16
- package/dist/expansion-panel/useExpansionPanels.d.ts +5 -3
- package/dist/expansion-panel/useExpansionPanels.js +16 -9
- package/dist/expansion-panel/useExpansionPanels.js.map +1 -1
- package/dist/form/MenuItemInputToggle.d.ts +1 -1
- package/dist/form/MenuItemInputToggle.js.map +1 -1
- package/dist/form/Select.js +6 -1
- package/dist/form/Select.js.map +1 -1
- package/dist/form/_form.scss +40 -22
- package/dist/icon/IconRotator.js +2 -3
- package/dist/icon/IconRotator.js.map +1 -1
- package/dist/icon/_icon.scss +7 -2
- package/dist/index.d.ts +5 -0
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/dist/interaction/_interaction.scss +12 -9
- package/dist/layout/useLayoutAppBarHeight.js +5 -9
- package/dist/layout/useLayoutAppBarHeight.js.map +1 -1
- package/dist/link/_link.scss +26 -12
- package/dist/list/ListItem.d.ts +8 -3
- package/dist/list/ListItem.js +4 -3
- package/dist/list/ListItem.js.map +1 -1
- package/dist/list/ListItemAddon.js +2 -1
- package/dist/list/ListItemAddon.js.map +1 -1
- package/dist/list/ListItemChildren.js +3 -2
- package/dist/list/ListItemChildren.js.map +1 -1
- package/dist/list/ListItemLink.js +3 -3
- package/dist/list/ListItemLink.js.map +1 -1
- package/dist/list/_list.scss +29 -18
- package/dist/list/listItemStyles.d.ts +9 -1
- package/dist/list/listItemStyles.js +5 -5
- package/dist/list/listItemStyles.js.map +1 -1
- package/dist/list/types.d.ts +14 -4
- package/dist/list/types.js.map +1 -1
- package/dist/menu/Menu.d.ts +1 -1
- package/dist/menu/Menu.js.map +1 -1
- package/dist/menu/_menu.scss +3 -14
- package/dist/portal/PortalContainerProvider.d.ts +2 -2
- package/dist/portal/PortalContainerProvider.js +6 -1
- package/dist/portal/PortalContainerProvider.js.map +1 -1
- package/dist/sheet/styles.d.ts +14 -15
- package/dist/sheet/styles.js.map +1 -1
- package/dist/table/TableCheckbox.d.ts +3 -2
- package/dist/table/TableCheckbox.js +4 -2
- package/dist/table/TableCheckbox.js.map +1 -1
- package/dist/table/TableRadio.d.ts +3 -2
- package/dist/table/TableRadio.js +4 -2
- package/dist/table/TableRadio.js.map +1 -1
- package/dist/table/tableCellStyles.d.ts +1 -1
- package/dist/table/tableCellStyles.js.map +1 -1
- package/dist/tabs/Tab.d.ts +24 -3
- package/dist/tabs/Tab.js +15 -8
- package/dist/tabs/Tab.js.map +1 -1
- package/dist/tabs/_tabs.scss +28 -16
- package/dist/tabs/tabIndicatorStyles.d.ts +2 -1
- package/dist/tabs/tabIndicatorStyles.js +6 -3
- package/dist/tabs/tabIndicatorStyles.js.map +1 -1
- package/dist/tabs/tabListStyles.js +2 -1
- package/dist/tabs/tabListStyles.js.map +1 -1
- package/dist/tabs/tabStyles.d.ts +2 -0
- package/dist/tabs/tabStyles.js +6 -3
- package/dist/tabs/tabStyles.js.map +1 -1
- package/dist/tabs/useTabList.d.ts +3 -3
- package/dist/tabs/useTabList.js +9 -6
- package/dist/tabs/useTabList.js.map +1 -1
- package/dist/tooltip/useTooltip.d.ts +14 -14
- package/dist/tooltip/useTooltip.js.map +1 -1
- package/dist/transition/SkeletonPlaceholder.d.ts +2 -2
- package/dist/transition/SkeletonPlaceholder.js +8 -3
- package/dist/transition/SkeletonPlaceholder.js.map +1 -1
- package/dist/transition/_transition.scss +12 -7
- package/dist/transition/skeletonPlaceholderUtils.d.ts +77 -0
- package/dist/transition/skeletonPlaceholderUtils.js +38 -0
- package/dist/transition/skeletonPlaceholderUtils.js.map +1 -0
- package/dist/transition/useSkeletonPlaceholder.d.ts +12 -7
- package/dist/transition/useSkeletonPlaceholder.js +38 -37
- package/dist/transition/useSkeletonPlaceholder.js.map +1 -1
- package/dist/tree/DefaultTreeItemRenderer.d.ts +2 -2
- package/dist/tree/DefaultTreeItemRenderer.js.map +1 -1
- package/dist/tree/Tree.d.ts +8 -4
- package/dist/tree/Tree.js.map +1 -1
- package/dist/tree/TreeItem.js +3 -4
- package/dist/tree/TreeItem.js.map +1 -1
- package/dist/tree/_tree.scss +29 -22
- package/dist/tree/styles.d.ts +0 -6
- package/dist/tree/styles.js +1 -2
- package/dist/tree/styles.js.map +1 -1
- package/dist/types.d.ts +7 -0
- package/dist/types.js +1 -2
- package/dist/types.js.map +1 -1
- package/dist/typography/_typography.scss +12 -2
- package/dist/useElementSize.d.ts +40 -0
- package/dist/useElementSize.js +53 -0
- package/dist/useElementSize.js.map +1 -0
- package/dist/useResizeListener.d.ts +1 -1
- package/dist/useResizeListener.js +1 -0
- package/dist/useResizeListener.js.map +1 -1
- package/dist/useResizeObserver.d.ts +4 -43
- package/dist/useResizeObserver.js +3 -42
- package/dist/useResizeObserver.js.map +1 -1
- package/dist/useWindowSize.d.ts +14 -11
- package/dist/useWindowSize.js +12 -7
- package/dist/useWindowSize.js.map +1 -1
- package/dist/utils/getMiddleOfRange.d.ts +13 -0
- package/dist/utils/getMiddleOfRange.js +20 -0
- package/dist/utils/getMiddleOfRange.js.map +1 -0
- package/dist/utils/getRangeDefaultValue.d.ts +3 -5
- package/dist/utils/getRangeDefaultValue.js +3 -13
- package/dist/utils/getRangeDefaultValue.js.map +1 -1
- package/dist/utils/getRangeSteps.d.ts +1 -1
- package/dist/utils/getRangeSteps.js +2 -2
- package/dist/utils/getRangeSteps.js.map +1 -1
- package/dist/utils/nearest.js +1 -1
- package/dist/utils/nearest.js.map +1 -1
- package/dist/window-splitter/_window-splitter.scss +11 -16
- package/dist/window-splitter/useWindowSplitter.d.ts +3 -5
- package/dist/window-splitter/useWindowSplitter.js +3 -11
- package/dist/window-splitter/useWindowSplitter.js.map +1 -1
- package/package.json +18 -18
- package/src/__tests__/useElementSize.tsx +181 -0
- package/src/__tests__/useWindowSize.node.tsx +56 -0
- package/src/__tests__/useWindowSize.tsx +156 -0
- package/src/_box-shadows.scss +12 -2
- package/src/_core.scss +0 -2
- package/src/_utils.scss +22 -0
- package/src/app-bar/AppBar.tsx +59 -19
- package/src/app-bar/__tests__/__snapshots__/AppBar.tsx.snap +21 -21
- package/src/app-bar/_app-bar.scss +7 -9
- package/src/avatar/Avatar.tsx +1 -1
- package/src/badge/_badge.scss +12 -7
- package/src/button/TooltippedButton.tsx +120 -0
- package/src/button/__tests__/TooltippedButton.tsx +60 -0
- package/src/button/__tests__/__snapshots__/TooltippedButton.tsx.snap +26 -0
- package/src/card/Card.tsx +5 -3
- package/src/card/CardContent.tsx +3 -3
- package/src/card/ClickableCard.tsx +105 -0
- package/src/card/__tests__/ClickableCard.tsx +66 -0
- package/src/card/__tests__/__snapshots__/CardHeader.tsx.snap +1 -1
- package/src/card/__tests__/__snapshots__/CardSubtitle.tsx.snap +2 -2
- package/src/card/__tests__/__snapshots__/ClickableCard.tsx.snap +20 -0
- package/src/card/__tests__/__snapshots__/styles.ts.snap +1 -1
- package/src/card/_card.scss +15 -9
- package/src/card/styles.ts +19 -10
- package/src/dialog/_dialog.scss +28 -15
- package/src/divider/_divider.scss +9 -10
- package/src/draggable/useDraggable.ts +26 -25
- package/src/draggable/utils.ts +16 -50
- package/src/expansion-panel/__tests__/ExpansionPanel.tsx +2 -2
- package/src/expansion-panel/_expansion-panel.scss +25 -16
- package/src/expansion-panel/useExpansionPanels.ts +20 -16
- package/src/form/MenuItemInputToggle.tsx +1 -1
- package/src/form/Select.tsx +9 -1
- package/src/form/_form.scss +40 -22
- package/src/icon/IconRotator.tsx +1 -2
- package/src/icon/_icon.scss +7 -2
- package/src/index.ts +5 -0
- package/src/interaction/_interaction.scss +12 -9
- package/src/layout/__tests__/__snapshots__/LayoutAppBar.tsx.snap +4 -4
- package/src/layout/__tests__/__snapshots__/useExpandableLayout.tsx.snap +1 -1
- package/src/layout/__tests__/__snapshots__/useLayoutTree.tsx.snap +18 -18
- package/src/layout/__tests__/__snapshots__/useResizableLayout.tsx.snap +1 -1
- package/src/layout/__tests__/__snapshots__/useTemporaryLayout.tsx.snap +1 -1
- package/src/layout/useLayoutAppBarHeight.ts +5 -9
- package/src/link/_link.scss +26 -12
- package/src/list/ListItem.tsx +19 -12
- package/src/list/ListItemAddon.tsx +5 -3
- package/src/list/ListItemChildren.tsx +4 -2
- package/src/list/ListItemLink.tsx +3 -3
- package/src/list/__tests__/ListItem.tsx +1 -1
- package/src/list/__tests__/__snapshots__/ListItem.tsx.snap +1 -1
- package/src/list/_list.scss +29 -18
- package/src/list/listItemStyles.ts +15 -5
- package/src/list/types.ts +15 -4
- package/src/menu/Menu.tsx +1 -1
- package/src/menu/_menu.scss +3 -14
- package/src/portal/PortalContainerProvider.tsx +10 -2
- package/src/portal/__tests__/PortalContainerProvider.tsx +23 -0
- package/src/sheet/styles.ts +14 -15
- package/src/suspense/__tests__/CircularProgressSuspense.tsx +90 -0
- package/src/suspense/__tests__/NullSuspense.tsx +46 -0
- package/src/suspense/__tests__/__snapshots__/CircularProgressSuspense.tsx.snap +24 -0
- package/src/table/TableCheckbox.tsx +4 -2
- package/src/table/TableRadio.tsx +4 -2
- package/src/table/tableCellStyles.ts +1 -1
- package/src/tabs/Tab.tsx +110 -70
- package/src/tabs/__tests__/Tab.tsx +25 -2
- package/src/tabs/__tests__/TabList.tsx +4 -4
- package/src/tabs/__tests__/__snapshots__/TabList.tsx.snap +2 -2
- package/src/tabs/_tabs.scss +28 -16
- package/src/tabs/tabIndicatorStyles.ts +13 -3
- package/src/tabs/tabListStyles.ts +1 -1
- package/src/tabs/tabStyles.ts +16 -4
- package/src/tabs/useTabList.ts +10 -8
- package/src/tooltip/useTooltip.ts +23 -16
- package/src/transition/SkeletonPlaceholder.tsx +18 -6
- package/src/transition/__tests__/SkeletonPlaceholder.tsx +72 -0
- package/src/transition/__tests__/__snapshots__/SkeletonPlaceholder.tsx.snap +24 -0
- package/src/transition/_transition.scss +12 -7
- package/src/transition/skeletonPlaceholderUtils.ts +105 -0
- package/src/transition/useSkeletonPlaceholder.ts +62 -47
- package/src/tree/DefaultTreeItemRenderer.tsx +6 -2
- package/src/tree/Tree.tsx +8 -4
- package/src/tree/TreeItem.tsx +3 -4
- package/src/tree/__tests__/Tree.tsx +1 -1
- package/src/tree/__tests__/__snapshots__/Tree.tsx.snap +124 -124
- package/src/tree/_tree.scss +29 -22
- package/src/tree/styles.ts +0 -9
- package/src/types.ts +8 -0
- package/src/typography/_typography.scss +12 -2
- package/src/useElementSize.ts +83 -0
- package/src/useResizeListener.ts +3 -1
- package/src/useResizeObserver.ts +7 -44
- package/src/useWindowSize.ts +29 -19
- package/src/utils/__tests__/getMiddleOfRange.ts +12 -0
- package/src/utils/__tests__/getRangeDefaultValue.ts +47 -0
- package/src/utils/getMiddleOfRange.ts +26 -0
- package/src/utils/getRangeDefaultValue.ts +8 -15
- package/src/utils/getRangeSteps.ts +2 -2
- package/src/utils/nearest.ts +1 -1
- package/src/window-splitter/_window-splitter.scss +11 -16
- package/src/window-splitter/useWindowSplitter.ts +12 -28
package/coverage/clover.xml
CHANGED
|
@@ -1,6 +1,440 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1705003771580" clover="3.2.0">
|
|
3
|
+
<project timestamp="1705003771580" name="All files">
|
|
4
|
+
<metrics statements="419" coveredstatements="409" conditionals="18" coveredconditionals="7" methods="5" coveredmethods="5" elements="442" coveredelements="421" complexity="0" loc="419" ncloc="419" packages="2" files="3" classes="3"/>
|
|
5
|
+
<package name="suspense">
|
|
6
|
+
<metrics statements="105" coveredstatements="105" conditionals="4" coveredconditionals="4" methods="2" coveredmethods="2"/>
|
|
7
|
+
<file name="CircularProgressSuspense.tsx" path="/home/mlaursen/code/react-md/packages/core/src/suspense/CircularProgressSuspense.tsx">
|
|
8
|
+
<metrics statements="66" coveredstatements="66" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
|
|
9
|
+
<line num="1" count="1" type="stmt"/>
|
|
10
|
+
<line num="2" count="1" type="stmt"/>
|
|
11
|
+
<line num="3" count="1" type="stmt"/>
|
|
12
|
+
<line num="4" count="1" type="stmt"/>
|
|
13
|
+
<line num="5" count="1" type="stmt"/>
|
|
14
|
+
<line num="6" count="1" type="stmt"/>
|
|
15
|
+
<line num="7" count="1" type="stmt"/>
|
|
16
|
+
<line num="8" count="1" type="stmt"/>
|
|
17
|
+
<line num="9" count="1" type="stmt"/>
|
|
18
|
+
<line num="10" count="1" type="stmt"/>
|
|
19
|
+
<line num="11" count="1" type="stmt"/>
|
|
20
|
+
<line num="12" count="1" type="stmt"/>
|
|
21
|
+
<line num="13" count="1" type="stmt"/>
|
|
22
|
+
<line num="14" count="1" type="stmt"/>
|
|
23
|
+
<line num="15" count="1" type="stmt"/>
|
|
24
|
+
<line num="16" count="1" type="stmt"/>
|
|
25
|
+
<line num="17" count="1" type="stmt"/>
|
|
26
|
+
<line num="18" count="1" type="stmt"/>
|
|
27
|
+
<line num="19" count="1" type="stmt"/>
|
|
28
|
+
<line num="20" count="1" type="stmt"/>
|
|
29
|
+
<line num="21" count="1" type="stmt"/>
|
|
30
|
+
<line num="22" count="1" type="stmt"/>
|
|
31
|
+
<line num="23" count="1" type="stmt"/>
|
|
32
|
+
<line num="24" count="1" type="stmt"/>
|
|
33
|
+
<line num="25" count="1" type="stmt"/>
|
|
34
|
+
<line num="26" count="1" type="stmt"/>
|
|
35
|
+
<line num="27" count="1" type="stmt"/>
|
|
36
|
+
<line num="28" count="1" type="stmt"/>
|
|
37
|
+
<line num="29" count="1" type="stmt"/>
|
|
38
|
+
<line num="30" count="1" type="stmt"/>
|
|
39
|
+
<line num="31" count="1" type="stmt"/>
|
|
40
|
+
<line num="32" count="1" type="stmt"/>
|
|
41
|
+
<line num="33" count="1" type="stmt"/>
|
|
42
|
+
<line num="34" count="1" type="stmt"/>
|
|
43
|
+
<line num="35" count="1" type="stmt"/>
|
|
44
|
+
<line num="36" count="1" type="stmt"/>
|
|
45
|
+
<line num="37" count="1" type="stmt"/>
|
|
46
|
+
<line num="38" count="1" type="stmt"/>
|
|
47
|
+
<line num="39" count="1" type="stmt"/>
|
|
48
|
+
<line num="40" count="1" type="stmt"/>
|
|
49
|
+
<line num="41" count="1" type="stmt"/>
|
|
50
|
+
<line num="42" count="1" type="stmt"/>
|
|
51
|
+
<line num="43" count="1" type="stmt"/>
|
|
52
|
+
<line num="44" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
53
|
+
<line num="45" count="3" type="stmt"/>
|
|
54
|
+
<line num="46" count="3" type="stmt"/>
|
|
55
|
+
<line num="47" count="3" type="stmt"/>
|
|
56
|
+
<line num="48" count="3" type="stmt"/>
|
|
57
|
+
<line num="49" count="3" type="stmt"/>
|
|
58
|
+
<line num="50" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
59
|
+
<line num="51" count="3" type="stmt"/>
|
|
60
|
+
<line num="52" count="3" type="stmt"/>
|
|
61
|
+
<line num="53" count="3" type="stmt"/>
|
|
62
|
+
<line num="54" count="3" type="stmt"/>
|
|
63
|
+
<line num="55" count="3" type="stmt"/>
|
|
64
|
+
<line num="56" count="3" type="stmt"/>
|
|
65
|
+
<line num="57" count="3" type="stmt"/>
|
|
66
|
+
<line num="58" count="3" type="stmt"/>
|
|
67
|
+
<line num="59" count="3" type="stmt"/>
|
|
68
|
+
<line num="60" count="3" type="stmt"/>
|
|
69
|
+
<line num="61" count="3" type="stmt"/>
|
|
70
|
+
<line num="62" count="3" type="stmt"/>
|
|
71
|
+
<line num="63" count="3" type="stmt"/>
|
|
72
|
+
<line num="64" count="3" type="stmt"/>
|
|
73
|
+
<line num="65" count="3" type="stmt"/>
|
|
74
|
+
<line num="66" count="3" type="stmt"/>
|
|
75
|
+
</file>
|
|
76
|
+
<file name="NullSuspense.tsx" path="/home/mlaursen/code/react-md/packages/core/src/suspense/NullSuspense.tsx">
|
|
77
|
+
<metrics statements="39" coveredstatements="39" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
78
|
+
<line num="1" count="1" type="stmt"/>
|
|
79
|
+
<line num="2" count="1" type="stmt"/>
|
|
80
|
+
<line num="3" count="1" type="stmt"/>
|
|
81
|
+
<line num="4" count="1" type="stmt"/>
|
|
82
|
+
<line num="5" count="1" type="stmt"/>
|
|
83
|
+
<line num="6" count="1" type="stmt"/>
|
|
84
|
+
<line num="7" count="1" type="stmt"/>
|
|
85
|
+
<line num="8" count="1" type="stmt"/>
|
|
86
|
+
<line num="9" count="1" type="stmt"/>
|
|
87
|
+
<line num="10" count="1" type="stmt"/>
|
|
88
|
+
<line num="11" count="1" type="stmt"/>
|
|
89
|
+
<line num="12" count="1" type="stmt"/>
|
|
90
|
+
<line num="13" count="1" type="stmt"/>
|
|
91
|
+
<line num="14" count="1" type="stmt"/>
|
|
92
|
+
<line num="15" count="1" type="stmt"/>
|
|
93
|
+
<line num="16" count="1" type="stmt"/>
|
|
94
|
+
<line num="17" count="1" type="stmt"/>
|
|
95
|
+
<line num="18" count="1" type="stmt"/>
|
|
96
|
+
<line num="19" count="1" type="stmt"/>
|
|
97
|
+
<line num="20" count="1" type="stmt"/>
|
|
98
|
+
<line num="21" count="1" type="stmt"/>
|
|
99
|
+
<line num="22" count="1" type="stmt"/>
|
|
100
|
+
<line num="23" count="1" type="stmt"/>
|
|
101
|
+
<line num="24" count="1" type="stmt"/>
|
|
102
|
+
<line num="25" count="1" type="stmt"/>
|
|
103
|
+
<line num="26" count="1" type="stmt"/>
|
|
104
|
+
<line num="27" count="1" type="stmt"/>
|
|
105
|
+
<line num="28" count="1" type="stmt"/>
|
|
106
|
+
<line num="29" count="1" type="stmt"/>
|
|
107
|
+
<line num="30" count="1" type="stmt"/>
|
|
108
|
+
<line num="31" count="1" type="stmt"/>
|
|
109
|
+
<line num="32" count="1" type="stmt"/>
|
|
110
|
+
<line num="33" count="1" type="stmt"/>
|
|
111
|
+
<line num="34" count="1" type="stmt"/>
|
|
112
|
+
<line num="35" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
113
|
+
<line num="36" count="1" type="stmt"/>
|
|
114
|
+
<line num="37" count="1" type="stmt"/>
|
|
115
|
+
<line num="38" count="1" type="stmt"/>
|
|
116
|
+
<line num="39" count="1" type="stmt"/>
|
|
117
|
+
</file>
|
|
118
|
+
</package>
|
|
119
|
+
<package name="typography">
|
|
120
|
+
<metrics statements="314" coveredstatements="304" conditionals="14" coveredconditionals="3" methods="3" coveredmethods="3"/>
|
|
121
|
+
<file name="Typography.tsx" path="/home/mlaursen/code/react-md/packages/core/src/typography/Typography.tsx">
|
|
122
|
+
<metrics statements="314" coveredstatements="304" conditionals="14" coveredconditionals="3" methods="3" coveredmethods="3"/>
|
|
123
|
+
<line num="1" count="1" type="stmt"/>
|
|
124
|
+
<line num="2" count="1" type="stmt"/>
|
|
125
|
+
<line num="3" count="1" type="stmt"/>
|
|
126
|
+
<line num="4" count="1" type="stmt"/>
|
|
127
|
+
<line num="5" count="1" type="stmt"/>
|
|
128
|
+
<line num="6" count="1" type="stmt"/>
|
|
129
|
+
<line num="7" count="1" type="stmt"/>
|
|
130
|
+
<line num="8" count="1" type="stmt"/>
|
|
131
|
+
<line num="9" count="1" type="stmt"/>
|
|
132
|
+
<line num="10" count="1" type="stmt"/>
|
|
133
|
+
<line num="11" count="1" type="stmt"/>
|
|
134
|
+
<line num="12" count="1" type="stmt"/>
|
|
135
|
+
<line num="13" count="1" type="stmt"/>
|
|
136
|
+
<line num="14" count="1" type="stmt"/>
|
|
137
|
+
<line num="15" count="1" type="stmt"/>
|
|
138
|
+
<line num="16" count="1" type="stmt"/>
|
|
139
|
+
<line num="17" count="1" type="stmt"/>
|
|
140
|
+
<line num="18" count="1" type="stmt"/>
|
|
141
|
+
<line num="19" count="1" type="stmt"/>
|
|
142
|
+
<line num="20" count="1" type="stmt"/>
|
|
143
|
+
<line num="21" count="1" type="stmt"/>
|
|
144
|
+
<line num="22" count="1" type="stmt"/>
|
|
145
|
+
<line num="23" count="1" type="stmt"/>
|
|
146
|
+
<line num="24" count="1" type="stmt"/>
|
|
147
|
+
<line num="25" count="1" type="stmt"/>
|
|
148
|
+
<line num="26" count="1" type="stmt"/>
|
|
149
|
+
<line num="27" count="1" type="stmt"/>
|
|
150
|
+
<line num="28" count="1" type="stmt"/>
|
|
151
|
+
<line num="29" count="1" type="stmt"/>
|
|
152
|
+
<line num="30" count="1" type="stmt"/>
|
|
153
|
+
<line num="31" count="1" type="stmt"/>
|
|
154
|
+
<line num="32" count="1" type="stmt"/>
|
|
155
|
+
<line num="33" count="1" type="stmt"/>
|
|
156
|
+
<line num="34" count="1" type="stmt"/>
|
|
157
|
+
<line num="35" count="1" type="stmt"/>
|
|
158
|
+
<line num="36" count="1" type="stmt"/>
|
|
159
|
+
<line num="37" count="1" type="stmt"/>
|
|
160
|
+
<line num="38" count="1" type="stmt"/>
|
|
161
|
+
<line num="39" count="1" type="stmt"/>
|
|
162
|
+
<line num="40" count="1" type="stmt"/>
|
|
163
|
+
<line num="41" count="1" type="stmt"/>
|
|
164
|
+
<line num="42" count="1" type="stmt"/>
|
|
165
|
+
<line num="43" count="1" type="stmt"/>
|
|
166
|
+
<line num="44" count="1" type="stmt"/>
|
|
167
|
+
<line num="45" count="1" type="stmt"/>
|
|
168
|
+
<line num="46" count="1" type="stmt"/>
|
|
169
|
+
<line num="47" count="1" type="stmt"/>
|
|
170
|
+
<line num="48" count="1" type="stmt"/>
|
|
171
|
+
<line num="49" count="1" type="stmt"/>
|
|
172
|
+
<line num="50" count="1" type="stmt"/>
|
|
173
|
+
<line num="51" count="1" type="stmt"/>
|
|
174
|
+
<line num="52" count="1" type="stmt"/>
|
|
175
|
+
<line num="53" count="1" type="stmt"/>
|
|
176
|
+
<line num="54" count="1" type="stmt"/>
|
|
177
|
+
<line num="55" count="1" type="stmt"/>
|
|
178
|
+
<line num="56" count="1" type="stmt"/>
|
|
179
|
+
<line num="57" count="1" type="stmt"/>
|
|
180
|
+
<line num="58" count="1" type="stmt"/>
|
|
181
|
+
<line num="59" count="1" type="stmt"/>
|
|
182
|
+
<line num="60" count="1" type="stmt"/>
|
|
183
|
+
<line num="61" count="1" type="stmt"/>
|
|
184
|
+
<line num="62" count="1" type="stmt"/>
|
|
185
|
+
<line num="63" count="1" type="stmt"/>
|
|
186
|
+
<line num="64" count="1" type="stmt"/>
|
|
187
|
+
<line num="65" count="1" type="stmt"/>
|
|
188
|
+
<line num="66" count="1" type="stmt"/>
|
|
189
|
+
<line num="67" count="1" type="stmt"/>
|
|
190
|
+
<line num="68" count="1" type="stmt"/>
|
|
191
|
+
<line num="69" count="1" type="stmt"/>
|
|
192
|
+
<line num="70" count="1" type="stmt"/>
|
|
193
|
+
<line num="71" count="1" type="stmt"/>
|
|
194
|
+
<line num="72" count="1" type="stmt"/>
|
|
195
|
+
<line num="73" count="1" type="stmt"/>
|
|
196
|
+
<line num="74" count="1" type="stmt"/>
|
|
197
|
+
<line num="75" count="1" type="stmt"/>
|
|
198
|
+
<line num="76" count="1" type="stmt"/>
|
|
199
|
+
<line num="77" count="1" type="stmt"/>
|
|
200
|
+
<line num="78" count="1" type="stmt"/>
|
|
201
|
+
<line num="79" count="1" type="stmt"/>
|
|
202
|
+
<line num="80" count="1" type="stmt"/>
|
|
203
|
+
<line num="81" count="1" type="stmt"/>
|
|
204
|
+
<line num="82" count="1" type="stmt"/>
|
|
205
|
+
<line num="83" count="1" type="stmt"/>
|
|
206
|
+
<line num="84" count="1" type="stmt"/>
|
|
207
|
+
<line num="85" count="1" type="stmt"/>
|
|
208
|
+
<line num="86" count="1" type="stmt"/>
|
|
209
|
+
<line num="87" count="1" type="stmt"/>
|
|
210
|
+
<line num="88" count="1" type="stmt"/>
|
|
211
|
+
<line num="89" count="1" type="stmt"/>
|
|
212
|
+
<line num="90" count="1" type="stmt"/>
|
|
213
|
+
<line num="91" count="1" type="stmt"/>
|
|
214
|
+
<line num="92" count="1" type="stmt"/>
|
|
215
|
+
<line num="93" count="1" type="stmt"/>
|
|
216
|
+
<line num="94" count="1" type="stmt"/>
|
|
217
|
+
<line num="95" count="1" type="stmt"/>
|
|
218
|
+
<line num="96" count="1" type="stmt"/>
|
|
219
|
+
<line num="97" count="1" type="stmt"/>
|
|
220
|
+
<line num="98" count="1" type="stmt"/>
|
|
221
|
+
<line num="99" count="1" type="stmt"/>
|
|
222
|
+
<line num="100" count="1" type="stmt"/>
|
|
223
|
+
<line num="101" count="1" type="stmt"/>
|
|
224
|
+
<line num="102" count="1" type="stmt"/>
|
|
225
|
+
<line num="103" count="1" type="stmt"/>
|
|
226
|
+
<line num="104" count="1" type="stmt"/>
|
|
227
|
+
<line num="105" count="1" type="stmt"/>
|
|
228
|
+
<line num="106" count="1" type="stmt"/>
|
|
229
|
+
<line num="107" count="1" type="stmt"/>
|
|
230
|
+
<line num="108" count="1" type="stmt"/>
|
|
231
|
+
<line num="109" count="1" type="stmt"/>
|
|
232
|
+
<line num="110" count="1" type="stmt"/>
|
|
233
|
+
<line num="111" count="1" type="stmt"/>
|
|
234
|
+
<line num="112" count="1" type="stmt"/>
|
|
235
|
+
<line num="113" count="1" type="stmt"/>
|
|
236
|
+
<line num="114" count="1" type="stmt"/>
|
|
237
|
+
<line num="115" count="1" type="stmt"/>
|
|
238
|
+
<line num="116" count="1" type="stmt"/>
|
|
239
|
+
<line num="117" count="1" type="stmt"/>
|
|
240
|
+
<line num="118" count="1" type="stmt"/>
|
|
241
|
+
<line num="119" count="1" type="stmt"/>
|
|
242
|
+
<line num="120" count="1" type="stmt"/>
|
|
243
|
+
<line num="121" count="1" type="stmt"/>
|
|
244
|
+
<line num="122" count="1" type="stmt"/>
|
|
245
|
+
<line num="123" count="1" type="stmt"/>
|
|
246
|
+
<line num="124" count="1" type="stmt"/>
|
|
247
|
+
<line num="125" count="1" type="stmt"/>
|
|
248
|
+
<line num="126" count="1" type="stmt"/>
|
|
249
|
+
<line num="127" count="1" type="stmt"/>
|
|
250
|
+
<line num="128" count="1" type="stmt"/>
|
|
251
|
+
<line num="129" count="1" type="stmt"/>
|
|
252
|
+
<line num="130" count="1" type="stmt"/>
|
|
253
|
+
<line num="131" count="1" type="stmt"/>
|
|
254
|
+
<line num="132" count="1" type="stmt"/>
|
|
255
|
+
<line num="133" count="1" type="stmt"/>
|
|
256
|
+
<line num="134" count="1" type="stmt"/>
|
|
257
|
+
<line num="135" count="1" type="stmt"/>
|
|
258
|
+
<line num="136" count="1" type="stmt"/>
|
|
259
|
+
<line num="137" count="1" type="stmt"/>
|
|
260
|
+
<line num="138" count="1" type="stmt"/>
|
|
261
|
+
<line num="139" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
262
|
+
<line num="140" count="4" type="stmt"/>
|
|
263
|
+
<line num="141" count="4" type="stmt"/>
|
|
264
|
+
<line num="142" count="4" type="stmt"/>
|
|
265
|
+
<line num="143" count="4" type="stmt"/>
|
|
266
|
+
<line num="144" count="4" type="stmt"/>
|
|
267
|
+
<line num="145" count="4" type="stmt"/>
|
|
268
|
+
<line num="146" count="4" type="stmt"/>
|
|
269
|
+
<line num="147" count="4" type="stmt"/>
|
|
270
|
+
<line num="148" count="4" type="stmt"/>
|
|
271
|
+
<line num="149" count="4" type="stmt"/>
|
|
272
|
+
<line num="150" count="4" type="stmt"/>
|
|
273
|
+
<line num="151" count="4" type="stmt"/>
|
|
274
|
+
<line num="152" count="1" type="stmt"/>
|
|
275
|
+
<line num="153" count="1" type="stmt"/>
|
|
276
|
+
<line num="154" count="1" type="stmt"/>
|
|
277
|
+
<line num="155" count="1" type="stmt"/>
|
|
278
|
+
<line num="156" count="1" type="stmt"/>
|
|
279
|
+
<line num="157" count="1" type="stmt"/>
|
|
280
|
+
<line num="158" count="1" type="stmt"/>
|
|
281
|
+
<line num="159" count="1" type="stmt"/>
|
|
282
|
+
<line num="160" count="1" type="stmt"/>
|
|
283
|
+
<line num="161" count="1" type="stmt"/>
|
|
284
|
+
<line num="162" count="1" type="stmt"/>
|
|
285
|
+
<line num="163" count="1" type="stmt"/>
|
|
286
|
+
<line num="164" count="1" type="stmt"/>
|
|
287
|
+
<line num="165" count="1" type="stmt"/>
|
|
288
|
+
<line num="166" count="1" type="stmt"/>
|
|
289
|
+
<line num="167" count="1" type="stmt"/>
|
|
290
|
+
<line num="168" count="1" type="stmt"/>
|
|
291
|
+
<line num="169" count="1" type="stmt"/>
|
|
292
|
+
<line num="170" count="1" type="stmt"/>
|
|
293
|
+
<line num="171" count="1" type="stmt"/>
|
|
294
|
+
<line num="172" count="1" type="stmt"/>
|
|
295
|
+
<line num="173" count="1" type="stmt"/>
|
|
296
|
+
<line num="174" count="1" type="stmt"/>
|
|
297
|
+
<line num="175" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
298
|
+
<line num="176" count="4" type="stmt"/>
|
|
299
|
+
<line num="177" count="4" type="stmt"/>
|
|
300
|
+
<line num="178" count="4" type="stmt"/>
|
|
301
|
+
<line num="179" count="4" type="cond" truecount="0" falsecount="1"/>
|
|
302
|
+
<line num="180" count="0" type="stmt"/>
|
|
303
|
+
<line num="181" count="0" type="stmt"/>
|
|
304
|
+
<line num="182" count="4" type="stmt"/>
|
|
305
|
+
<line num="183" count="4" type="stmt"/>
|
|
306
|
+
<line num="184" count="4" type="cond" truecount="0" falsecount="1"/>
|
|
307
|
+
<line num="185" count="0" type="stmt"/>
|
|
308
|
+
<line num="186" count="4" type="cond" truecount="0" falsecount="1"/>
|
|
309
|
+
<line num="187" count="0" type="stmt"/>
|
|
310
|
+
<line num="188" count="4" type="cond" truecount="0" falsecount="1"/>
|
|
311
|
+
<line num="189" count="0" type="stmt"/>
|
|
312
|
+
<line num="190" count="4" type="cond" truecount="0" falsecount="1"/>
|
|
313
|
+
<line num="191" count="0" type="stmt"/>
|
|
314
|
+
<line num="192" count="4" type="cond" truecount="0" falsecount="1"/>
|
|
315
|
+
<line num="193" count="0" type="stmt"/>
|
|
316
|
+
<line num="194" count="4" type="cond" truecount="0" falsecount="1"/>
|
|
317
|
+
<line num="195" count="4" type="cond" truecount="0" falsecount="1"/>
|
|
318
|
+
<line num="196" count="4" type="cond" truecount="0" falsecount="1"/>
|
|
319
|
+
<line num="197" count="0" type="stmt"/>
|
|
320
|
+
<line num="198" count="4" type="stmt"/>
|
|
321
|
+
<line num="199" count="4" type="stmt"/>
|
|
322
|
+
<line num="200" count="4" type="stmt"/>
|
|
323
|
+
<line num="201" count="4" type="cond" truecount="0" falsecount="1"/>
|
|
324
|
+
<line num="202" count="0" type="stmt"/>
|
|
325
|
+
<line num="203" count="4" type="cond" truecount="0" falsecount="1"/>
|
|
326
|
+
<line num="204" count="0" type="stmt"/>
|
|
327
|
+
<line num="205" count="4" type="stmt"/>
|
|
328
|
+
<line num="206" count="4" type="stmt"/>
|
|
329
|
+
<line num="207" count="1" type="stmt"/>
|
|
330
|
+
<line num="208" count="1" type="stmt"/>
|
|
331
|
+
<line num="209" count="1" type="stmt"/>
|
|
332
|
+
<line num="210" count="1" type="stmt"/>
|
|
333
|
+
<line num="211" count="1" type="stmt"/>
|
|
334
|
+
<line num="212" count="1" type="stmt"/>
|
|
335
|
+
<line num="213" count="1" type="stmt"/>
|
|
336
|
+
<line num="214" count="1" type="stmt"/>
|
|
337
|
+
<line num="215" count="1" type="stmt"/>
|
|
338
|
+
<line num="216" count="1" type="stmt"/>
|
|
339
|
+
<line num="217" count="1" type="stmt"/>
|
|
340
|
+
<line num="218" count="1" type="stmt"/>
|
|
341
|
+
<line num="219" count="1" type="stmt"/>
|
|
342
|
+
<line num="220" count="1" type="stmt"/>
|
|
343
|
+
<line num="221" count="1" type="stmt"/>
|
|
344
|
+
<line num="222" count="1" type="stmt"/>
|
|
345
|
+
<line num="223" count="1" type="stmt"/>
|
|
346
|
+
<line num="224" count="1" type="stmt"/>
|
|
347
|
+
<line num="225" count="1" type="stmt"/>
|
|
348
|
+
<line num="226" count="1" type="stmt"/>
|
|
349
|
+
<line num="227" count="1" type="stmt"/>
|
|
350
|
+
<line num="228" count="1" type="stmt"/>
|
|
351
|
+
<line num="229" count="1" type="stmt"/>
|
|
352
|
+
<line num="230" count="1" type="stmt"/>
|
|
353
|
+
<line num="231" count="1" type="stmt"/>
|
|
354
|
+
<line num="232" count="1" type="stmt"/>
|
|
355
|
+
<line num="233" count="1" type="stmt"/>
|
|
356
|
+
<line num="234" count="1" type="stmt"/>
|
|
357
|
+
<line num="235" count="1" type="stmt"/>
|
|
358
|
+
<line num="236" count="1" type="stmt"/>
|
|
359
|
+
<line num="237" count="1" type="stmt"/>
|
|
360
|
+
<line num="238" count="1" type="stmt"/>
|
|
361
|
+
<line num="239" count="1" type="stmt"/>
|
|
362
|
+
<line num="240" count="1" type="stmt"/>
|
|
363
|
+
<line num="241" count="1" type="stmt"/>
|
|
364
|
+
<line num="242" count="1" type="stmt"/>
|
|
365
|
+
<line num="243" count="1" type="stmt"/>
|
|
366
|
+
<line num="244" count="1" type="stmt"/>
|
|
367
|
+
<line num="245" count="1" type="stmt"/>
|
|
368
|
+
<line num="246" count="1" type="stmt"/>
|
|
369
|
+
<line num="247" count="1" type="stmt"/>
|
|
370
|
+
<line num="248" count="1" type="stmt"/>
|
|
371
|
+
<line num="249" count="1" type="stmt"/>
|
|
372
|
+
<line num="250" count="1" type="stmt"/>
|
|
373
|
+
<line num="251" count="1" type="stmt"/>
|
|
374
|
+
<line num="252" count="1" type="stmt"/>
|
|
375
|
+
<line num="253" count="1" type="stmt"/>
|
|
376
|
+
<line num="254" count="1" type="stmt"/>
|
|
377
|
+
<line num="255" count="1" type="stmt"/>
|
|
378
|
+
<line num="256" count="1" type="stmt"/>
|
|
379
|
+
<line num="257" count="1" type="stmt"/>
|
|
380
|
+
<line num="258" count="1" type="stmt"/>
|
|
381
|
+
<line num="259" count="1" type="stmt"/>
|
|
382
|
+
<line num="260" count="1" type="stmt"/>
|
|
383
|
+
<line num="261" count="1" type="stmt"/>
|
|
384
|
+
<line num="262" count="1" type="stmt"/>
|
|
385
|
+
<line num="263" count="1" type="stmt"/>
|
|
386
|
+
<line num="264" count="1" type="stmt"/>
|
|
387
|
+
<line num="265" count="1" type="stmt"/>
|
|
388
|
+
<line num="266" count="1" type="stmt"/>
|
|
389
|
+
<line num="267" count="1" type="stmt"/>
|
|
390
|
+
<line num="268" count="1" type="stmt"/>
|
|
391
|
+
<line num="269" count="1" type="stmt"/>
|
|
392
|
+
<line num="270" count="1" type="stmt"/>
|
|
393
|
+
<line num="271" count="1" type="stmt"/>
|
|
394
|
+
<line num="272" count="1" type="stmt"/>
|
|
395
|
+
<line num="273" count="1" type="stmt"/>
|
|
396
|
+
<line num="274" count="1" type="stmt"/>
|
|
397
|
+
<line num="275" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
398
|
+
<line num="276" count="4" type="stmt"/>
|
|
399
|
+
<line num="277" count="4" type="stmt"/>
|
|
400
|
+
<line num="278" count="4" type="stmt"/>
|
|
401
|
+
<line num="279" count="4" type="stmt"/>
|
|
402
|
+
<line num="280" count="4" type="stmt"/>
|
|
403
|
+
<line num="281" count="4" type="stmt"/>
|
|
404
|
+
<line num="282" count="4" type="stmt"/>
|
|
405
|
+
<line num="283" count="4" type="stmt"/>
|
|
406
|
+
<line num="284" count="4" type="stmt"/>
|
|
407
|
+
<line num="285" count="4" type="stmt"/>
|
|
408
|
+
<line num="286" count="4" type="stmt"/>
|
|
409
|
+
<line num="287" count="4" type="stmt"/>
|
|
410
|
+
<line num="288" count="4" type="stmt"/>
|
|
411
|
+
<line num="289" count="4" type="stmt"/>
|
|
412
|
+
<line num="290" count="4" type="stmt"/>
|
|
413
|
+
<line num="291" count="4" type="stmt"/>
|
|
414
|
+
<line num="292" count="4" type="stmt"/>
|
|
415
|
+
<line num="293" count="4" type="stmt"/>
|
|
416
|
+
<line num="294" count="4" type="stmt"/>
|
|
417
|
+
<line num="295" count="4" type="stmt"/>
|
|
418
|
+
<line num="296" count="4" type="stmt"/>
|
|
419
|
+
<line num="297" count="4" type="stmt"/>
|
|
420
|
+
<line num="298" count="4" type="stmt"/>
|
|
421
|
+
<line num="299" count="4" type="stmt"/>
|
|
422
|
+
<line num="300" count="4" type="stmt"/>
|
|
423
|
+
<line num="301" count="4" type="stmt"/>
|
|
424
|
+
<line num="302" count="4" type="stmt"/>
|
|
425
|
+
<line num="303" count="4" type="stmt"/>
|
|
426
|
+
<line num="304" count="4" type="stmt"/>
|
|
427
|
+
<line num="305" count="4" type="stmt"/>
|
|
428
|
+
<line num="306" count="4" type="stmt"/>
|
|
429
|
+
<line num="307" count="4" type="stmt"/>
|
|
430
|
+
<line num="308" count="4" type="stmt"/>
|
|
431
|
+
<line num="309" count="4" type="stmt"/>
|
|
432
|
+
<line num="310" count="4" type="stmt"/>
|
|
433
|
+
<line num="311" count="4" type="stmt"/>
|
|
434
|
+
<line num="312" count="4" type="stmt"/>
|
|
435
|
+
<line num="313" count="4" type="stmt"/>
|
|
436
|
+
<line num="314" count="1" type="stmt"/>
|
|
437
|
+
</file>
|
|
438
|
+
</package>
|
|
5
439
|
</project>
|
|
6
440
|
</coverage>
|