@onesy/ui-react 1.0.172 → 1.0.173
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/Accordion/Accordion.js +93 -74
- package/AdvancedTextField/AdvancedTextField.js +7 -6
- package/Append/Append.js +24 -19
- package/AreaChart/AreaChart.js +15 -17
- package/AreaChartItem/AreaChartItem.js +63 -58
- package/AudioPlayer/AudioPlayer.js +180 -148
- package/AudioRecorder/AudioRecorder.js +104 -59
- package/AutoComplete/AutoComplete.js +135 -125
- package/AutoCompleteCountry/AutoCompleteCountry.js +10 -11
- package/AutoCompleteCurrency/AutoCompleteCurrency.js +4 -5
- package/Avatar/Avatar.js +11 -8
- package/AvatarGroup/AvatarGroup.js +21 -20
- package/Backdrop/Backdrop.js +30 -21
- package/Badge/Badge.js +18 -17
- package/Banner/Banner.js +15 -12
- package/BottomAppBar/BottomAppBar.js +14 -14
- package/BottomSheet/BottomSheet.js +9 -11
- package/Box/Box.js +12 -12
- package/Breadcrumbs/Breadcrumbs.js +38 -34
- package/BubbleChart/BubbleChart.js +159 -134
- package/BubbleChartItem/BubbleChartItem.js +48 -43
- package/Button/Button.js +46 -39
- package/Buttons/Buttons.d.ts +1 -1
- package/Buttons/Buttons.js +34 -28
- package/Calendar/Calendar.js +357 -315
- package/CalendarAvailability/CalendarAvailability.js +351 -298
- package/CalendarMenu/CalendarMenu.js +93 -79
- package/CalendarMonth/CalendarMonth.js +113 -102
- package/CalendarViews/CalendarViews.js +138 -115
- package/CalendarWeek/CalendarWeek.js +180 -158
- package/Card/Card.js +16 -15
- package/CardButton/CardButton.js +11 -10
- package/CardFooter/CardFooter.js +12 -12
- package/CardHeader/CardHeader.js +13 -13
- package/CardImage/CardImage.js +10 -12
- package/CardMain/CardMain.js +12 -12
- package/Carousel/Carousel.js +140 -124
- package/Chart/Chart.js +438 -393
- package/Checkbox/Checkbox.js +46 -43
- package/Chip/Chip.js +12 -11
- package/Chips/Chips.js +20 -20
- package/ClickListener/ClickListener.js +19 -15
- package/Clock/Clock.js +38 -36
- package/ColorTextField/ColorTextField.js +33 -27
- package/ColumnChart/ColumnChart.js +16 -17
- package/ColumnChartItem/ColumnChartItem.js +35 -31
- package/Confirm/Confirm.js +51 -35
- package/Container/Container.js +9 -6
- package/CookieBanner/CookieBanner.js +55 -41
- package/Countdown/Countdown.js +163 -123
- package/DatePicker/DatePicker.js +236 -197
- package/DateRangePicker/DateRangePicker.js +9 -11
- package/DateTimePicker/DateTimePicker.js +127 -103
- package/DateTimeRangePicker/DateTimeRangePicker.js +9 -11
- package/Divider/Divider.js +25 -21
- package/DonutChart/DonutChart.js +9 -11
- package/DragAndDropList/DragAndDropList.js +8 -4
- package/Drawing/Drawing.js +369 -312
- package/DropZone/DropZone.js +20 -15
- package/Emojis/Emojis.js +95 -85
- package/Expand/Expand.js +78 -70
- package/Fab/Fab.js +4 -6
- package/Fade/Fade.js +64 -58
- package/FileChoose/FileChoose.js +69 -60
- package/Focus/Focus.js +19 -16
- package/Form/Form.js +69 -57
- package/FormRow/FormRow.js +49 -38
- package/Forms/Forms.js +13 -13
- package/Frame/Frame.js +62 -54
- package/Grid/Grid.js +15 -12
- package/Grow/Grow.js +60 -52
- package/HTMLCanvas/HTMLCanvas.js +88 -74
- package/IFrame/IFrame.js +33 -27
- package/Icon/Icon.js +14 -14
- package/IconButton/IconButton.js +12 -14
- package/Image/Image.js +19 -15
- package/ImageCrop/ImageCrop.js +96 -87
- package/ImageEdit/ImageEdit.js +355 -290
- package/ImageGallery/ImageGallery.js +104 -86
- package/ImageList/ImageList.js +16 -11
- package/ImageListItem/ImageListItem.js +9 -6
- package/ImageListItemBox/ImageListItemBox.js +12 -12
- package/Info/Info.js +38 -27
- package/Interaction/Interaction.js +57 -52
- package/Keyframes/Keyframes.js +11 -9
- package/Label/Label.js +59 -50
- package/Labels/Labels.js +30 -26
- package/Line/Line.js +10 -7
- package/LineChart/LineChart.js +16 -17
- package/LineChartItem/LineChartItem.js +30 -26
- package/LinearMeter/LinearMeter.js +92 -87
- package/LinearProgress/LinearProgress.js +27 -22
- package/Link/Link.js +7 -6
- package/Links/Links.js +128 -118
- package/List/List.js +23 -21
- package/ListItem/ListItem.js +68 -58
- package/ListSubheader/ListSubheader.js +9 -11
- package/MainProgress/MainProgress.js +14 -12
- package/MainProgressMaterial/MainProgressMaterial.js +16 -14
- package/Markdown/Markdown.js +6 -5
- package/Masonry/Masonry.js +26 -22
- package/Medias/Medias.js +95 -93
- package/Menu/Menu.js +51 -45
- package/MenuDesktop/MenuDesktop.js +141 -130
- package/MenuItem/MenuItem.js +75 -64
- package/Meta/Meta.js +21 -19
- package/Modal/Modal.js +52 -39
- package/ModalFooter/ModalFooter.js +12 -12
- package/ModalHeader/ModalHeader.js +12 -12
- package/ModalIcon/ModalIcon.js +55 -13
- package/ModalMain/ModalMain.js +12 -12
- package/ModalText/ModalText.js +12 -12
- package/ModalTitle/ModalTitle.js +12 -12
- package/MoreOptions/MoreOptions.js +14 -12
- package/Move/Move.js +9 -6
- package/NavigationBar/NavigationBar.js +7 -6
- package/NavigationDrawer/NavigationDrawer.js +7 -6
- package/NavigationItem/NavigationItem.js +58 -48
- package/NavigationRail/NavigationRail.js +25 -22
- package/NotFound/NotFound.js +21 -18
- package/NumericTextField/NumericTextField.js +14 -9
- package/Page/Page.js +50 -38
- package/PageTransition/PageTransition.js +8 -7
- package/Pagination/Pagination.js +41 -31
- package/PaginationItem/PaginationItem.js +20 -18
- package/Parallax/Parallax.js +4 -3
- package/Path/Path.js +9 -11
- package/PieChart/PieChart.js +96 -79
- package/Placeholder/Placeholder.js +15 -12
- package/Portal/Portal.js +41 -18
- package/Properties/Properties.js +17 -18
- package/Property/Property.js +24 -17
- package/Radio/Radio.js +25 -21
- package/Radios/Radios.js +30 -26
- package/Rating/Rating.js +36 -31
- package/Reset/Reset.js +4 -1
- package/Reveal/Reveal.js +17 -13
- package/RichTextEditor/RichTextEditor.js +1011 -824
- package/RoundMeter/RoundMeter.js +98 -93
- package/RoundProgress/RoundProgress.js +36 -32
- package/ScatterChart/ScatterChart.js +15 -17
- package/ScatterChartItem/ScatterChartItem.js +36 -34
- package/ScreenCapture/ScreenCapture.js +57 -43
- package/Section/Section.js +66 -56
- package/SectionAction/SectionAction.js +17 -13
- package/SectionBoxes/SectionBoxes.js +75 -67
- package/SectionCards/SectionCards.js +86 -76
- package/SectionCarousel/SectionCarousel.js +72 -65
- package/SectionContact/SectionContact.js +65 -58
- package/SectionImageGallery/SectionImageGallery.js +13 -10
- package/SectionLogos/SectionLogos.js +34 -30
- package/SectionMedia/SectionMedia.js +41 -34
- package/SectionReviews/SectionReviews.js +76 -67
- package/SectionTextMedia/SectionTextMedia.js +64 -57
- package/SectionTimeline/SectionTimeline.js +46 -43
- package/SectionWatch/SectionWatch.js +12 -9
- package/Select/Select.js +163 -151
- package/Share/Share.js +165 -151
- package/Slide/Slide.js +29 -26
- package/Slider/Slider.js +87 -81
- package/SmartTextField/SmartTextField.js +453 -361
- package/Snackbar/Snackbar.js +48 -38
- package/Snackbars/Snackbars.js +43 -40
- package/Space/Space.js +731 -630
- package/SpeechToText/SpeechToText.js +20 -14
- package/SpeedDial/SpeedDial.js +84 -65
- package/SpeedDialItem/SpeedDialItem.js +22 -19
- package/SpyScroll/SpyScroll.js +16 -12
- package/Step/Step.js +29 -27
- package/Stepper/Stepper.js +42 -41
- package/Surface/Surface.js +7 -7
- package/Switch/Switch.js +49 -41
- package/Tab/Tab.js +40 -35
- package/Table/Table.js +19 -16
- package/TableBody/TableBody.js +14 -14
- package/TableCell/TableCell.js +37 -30
- package/TableFooter/TableFooter.js +13 -13
- package/TableHead/TableHead.js +25 -21
- package/TableHeader/TableHeader.js +14 -14
- package/TablePagination/TablePagination.js +67 -49
- package/TableRow/TableRow.js +14 -14
- package/Tabs/Tabs.js +55 -49
- package/Text/Text.js +17 -13
- package/TextField/TextField.js +135 -111
- package/TextToSpeech/TextToSpeech.js +20 -14
- package/TimePicker/TimePicker.js +196 -160
- package/TimeRangePicker/TimeRangePicker.js +9 -11
- package/Timeline/Timeline.js +13 -13
- package/TimelineItem/TimelineItem.js +29 -24
- package/Timer/Timer.js +137 -94
- package/ToggleButton/ToggleButton.js +10 -12
- package/ToggleButtons/ToggleButtons.js +9 -11
- package/Tooltip/Tooltip.js +63 -54
- package/TopAppBar/TopAppBar.js +32 -25
- package/Transition/Transition.js +11 -9
- package/Tree/Tree.js +73 -61
- package/Type/Type.js +7 -6
- package/VideoPlayer/VideoPlayer.js +207 -170
- package/ViewSplit/ViewSplit.js +49 -40
- package/Watch/Watch.js +204 -187
- package/Weather/Weather.js +58 -49
- package/Whiteboard/Whiteboard.js +28 -24
- package/Widgets/Widgets.js +60 -54
- package/WindowSplit/WindowSplit.js +59 -52
- package/Zoom/Zoom.js +60 -52
- package/esm/Accordion/Accordion.js +93 -74
- package/esm/AdvancedTextField/AdvancedTextField.js +7 -6
- package/esm/Append/Append.js +24 -19
- package/esm/AreaChart/AreaChart.js +15 -17
- package/esm/AreaChartItem/AreaChartItem.js +63 -58
- package/esm/AudioPlayer/AudioPlayer.js +180 -148
- package/esm/AudioRecorder/AudioRecorder.js +104 -59
- package/esm/AutoComplete/AutoComplete.js +135 -125
- package/esm/AutoCompleteCountry/AutoCompleteCountry.js +10 -11
- package/esm/AutoCompleteCurrency/AutoCompleteCurrency.js +4 -5
- package/esm/Avatar/Avatar.js +11 -8
- package/esm/AvatarGroup/AvatarGroup.js +18 -17
- package/esm/Backdrop/Backdrop.js +30 -21
- package/esm/Badge/Badge.js +18 -17
- package/esm/Banner/Banner.js +15 -12
- package/esm/BottomAppBar/BottomAppBar.js +14 -14
- package/esm/BottomSheet/BottomSheet.js +9 -11
- package/esm/Box/Box.js +12 -12
- package/esm/Breadcrumbs/Breadcrumbs.js +37 -33
- package/esm/BubbleChart/BubbleChart.js +159 -134
- package/esm/BubbleChartItem/BubbleChartItem.js +48 -43
- package/esm/Button/Button.js +45 -38
- package/esm/Buttons/Buttons.js +33 -28
- package/esm/Calendar/Calendar.js +357 -315
- package/esm/CalendarAvailability/CalendarAvailability.js +348 -295
- package/esm/CalendarMenu/CalendarMenu.js +93 -79
- package/esm/CalendarMonth/CalendarMonth.js +113 -102
- package/esm/CalendarViews/CalendarViews.js +138 -115
- package/esm/CalendarWeek/CalendarWeek.js +177 -155
- package/esm/Card/Card.js +16 -15
- package/esm/CardButton/CardButton.js +11 -10
- package/esm/CardFooter/CardFooter.js +12 -12
- package/esm/CardHeader/CardHeader.js +13 -13
- package/esm/CardImage/CardImage.js +10 -12
- package/esm/CardMain/CardMain.js +12 -12
- package/esm/Carousel/Carousel.js +140 -124
- package/esm/Chart/Chart.js +433 -388
- package/esm/Checkbox/Checkbox.js +46 -43
- package/esm/Chip/Chip.js +12 -11
- package/esm/Chips/Chips.js +20 -20
- package/esm/ClickListener/ClickListener.js +19 -15
- package/esm/Clock/Clock.js +38 -36
- package/esm/ColorTextField/ColorTextField.js +33 -27
- package/esm/ColumnChart/ColumnChart.js +16 -17
- package/esm/ColumnChartItem/ColumnChartItem.js +35 -31
- package/esm/Confirm/Confirm.js +51 -35
- package/esm/Container/Container.js +9 -6
- package/esm/CookieBanner/CookieBanner.js +55 -41
- package/esm/Countdown/Countdown.js +163 -123
- package/esm/DatePicker/DatePicker.js +236 -197
- package/esm/DateRangePicker/DateRangePicker.js +9 -11
- package/esm/DateTimePicker/DateTimePicker.js +127 -103
- package/esm/DateTimeRangePicker/DateTimeRangePicker.js +9 -11
- package/esm/Divider/Divider.js +25 -21
- package/esm/DonutChart/DonutChart.js +9 -11
- package/esm/DragAndDropList/DragAndDropList.js +8 -4
- package/esm/Drawing/Drawing.js +368 -311
- package/esm/DropZone/DropZone.js +20 -15
- package/esm/Emojis/Emojis.js +95 -85
- package/esm/Expand/Expand.js +77 -69
- package/esm/Fab/Fab.js +4 -6
- package/esm/Fade/Fade.js +64 -58
- package/esm/FileChoose/FileChoose.js +69 -60
- package/esm/Focus/Focus.js +19 -16
- package/esm/Form/Form.js +69 -57
- package/esm/FormRow/FormRow.js +49 -38
- package/esm/Forms/Forms.js +13 -13
- package/esm/Frame/Frame.js +62 -54
- package/esm/Grid/Grid.js +13 -10
- package/esm/Grow/Grow.js +60 -52
- package/esm/HTMLCanvas/HTMLCanvas.js +88 -74
- package/esm/IFrame/IFrame.js +33 -27
- package/esm/Icon/Icon.js +14 -14
- package/esm/IconButton/IconButton.js +12 -14
- package/esm/Image/Image.js +19 -15
- package/esm/ImageCrop/ImageCrop.js +96 -87
- package/esm/ImageEdit/ImageEdit.js +355 -290
- package/esm/ImageGallery/ImageGallery.js +104 -86
- package/esm/ImageList/ImageList.js +16 -11
- package/esm/ImageListItem/ImageListItem.js +9 -6
- package/esm/ImageListItemBox/ImageListItemBox.js +12 -12
- package/esm/Info/Info.js +38 -27
- package/esm/Interaction/Interaction.js +57 -52
- package/esm/Keyframes/Keyframes.js +11 -9
- package/esm/Label/Label.js +59 -50
- package/esm/Labels/Labels.js +30 -26
- package/esm/Line/Line.js +10 -7
- package/esm/LineChart/LineChart.js +16 -17
- package/esm/LineChartItem/LineChartItem.js +30 -26
- package/esm/LinearMeter/LinearMeter.js +92 -87
- package/esm/LinearProgress/LinearProgress.js +27 -22
- package/esm/Link/Link.js +7 -6
- package/esm/Links/Links.js +125 -115
- package/esm/List/List.js +23 -21
- package/esm/ListItem/ListItem.js +68 -58
- package/esm/ListSubheader/ListSubheader.js +9 -11
- package/esm/MainProgress/MainProgress.js +14 -12
- package/esm/MainProgressMaterial/MainProgressMaterial.js +16 -14
- package/esm/Markdown/Markdown.js +6 -5
- package/esm/Masonry/Masonry.js +26 -22
- package/esm/Medias/Medias.js +95 -93
- package/esm/Menu/Menu.js +51 -45
- package/esm/MenuDesktop/MenuDesktop.js +139 -128
- package/esm/MenuItem/MenuItem.js +75 -64
- package/esm/Meta/Meta.js +21 -19
- package/esm/Modal/Modal.js +52 -39
- package/esm/ModalFooter/ModalFooter.js +12 -12
- package/esm/ModalHeader/ModalHeader.js +12 -12
- package/esm/ModalIcon/ModalIcon.js +55 -13
- package/esm/ModalMain/ModalMain.js +12 -12
- package/esm/ModalText/ModalText.js +12 -12
- package/esm/ModalTitle/ModalTitle.js +12 -12
- package/esm/MoreOptions/MoreOptions.js +14 -12
- package/esm/Move/Move.js +9 -6
- package/esm/NavigationBar/NavigationBar.js +7 -6
- package/esm/NavigationDrawer/NavigationDrawer.js +7 -6
- package/esm/NavigationItem/NavigationItem.js +58 -48
- package/esm/NavigationRail/NavigationRail.js +25 -22
- package/esm/NotFound/NotFound.js +21 -18
- package/esm/NumericTextField/NumericTextField.js +14 -9
- package/esm/Page/Page.js +50 -38
- package/esm/PageTransition/PageTransition.js +8 -7
- package/esm/Pagination/Pagination.js +41 -31
- package/esm/PaginationItem/PaginationItem.js +20 -18
- package/esm/Parallax/Parallax.js +4 -3
- package/esm/Path/Path.js +9 -11
- package/esm/PieChart/PieChart.js +96 -79
- package/esm/Placeholder/Placeholder.js +15 -12
- package/esm/Portal/Portal.js +41 -18
- package/esm/Properties/Properties.js +17 -18
- package/esm/Property/Property.js +24 -17
- package/esm/Radio/Radio.js +25 -21
- package/esm/Radios/Radios.js +30 -26
- package/esm/Rating/Rating.js +35 -30
- package/esm/Reset/Reset.js +4 -1
- package/esm/Reveal/Reveal.js +17 -13
- package/esm/RichTextEditor/RichTextEditor.js +1011 -824
- package/esm/RoundMeter/RoundMeter.js +98 -93
- package/esm/RoundProgress/RoundProgress.js +36 -32
- package/esm/ScatterChart/ScatterChart.js +15 -17
- package/esm/ScatterChartItem/ScatterChartItem.js +36 -34
- package/esm/ScreenCapture/ScreenCapture.js +57 -43
- package/esm/Section/Section.js +66 -56
- package/esm/SectionAction/SectionAction.js +17 -13
- package/esm/SectionBoxes/SectionBoxes.js +75 -67
- package/esm/SectionCards/SectionCards.js +86 -76
- package/esm/SectionCarousel/SectionCarousel.js +72 -65
- package/esm/SectionContact/SectionContact.js +65 -58
- package/esm/SectionImageGallery/SectionImageGallery.js +13 -10
- package/esm/SectionLogos/SectionLogos.js +34 -30
- package/esm/SectionMedia/SectionMedia.js +41 -34
- package/esm/SectionReviews/SectionReviews.js +74 -65
- package/esm/SectionTextMedia/SectionTextMedia.js +64 -57
- package/esm/SectionTimeline/SectionTimeline.js +46 -43
- package/esm/SectionWatch/SectionWatch.js +12 -9
- package/esm/Select/Select.js +161 -149
- package/esm/Share/Share.js +165 -151
- package/esm/Slide/Slide.js +28 -25
- package/esm/Slider/Slider.js +86 -80
- package/esm/SmartTextField/SmartTextField.js +450 -358
- package/esm/Snackbar/Snackbar.js +48 -38
- package/esm/Snackbars/Snackbars.js +40 -37
- package/esm/Space/Space.js +731 -630
- package/esm/SpeechToText/SpeechToText.js +20 -14
- package/esm/SpeedDial/SpeedDial.js +84 -65
- package/esm/SpeedDialItem/SpeedDialItem.js +22 -19
- package/esm/SpyScroll/SpyScroll.js +16 -12
- package/esm/Step/Step.js +29 -27
- package/esm/Stepper/Stepper.js +42 -41
- package/esm/Surface/Surface.js +7 -7
- package/esm/Switch/Switch.js +49 -41
- package/esm/Tab/Tab.js +40 -35
- package/esm/Table/Table.js +19 -16
- package/esm/TableBody/TableBody.js +14 -14
- package/esm/TableCell/TableCell.js +37 -30
- package/esm/TableFooter/TableFooter.js +13 -13
- package/esm/TableHead/TableHead.js +25 -21
- package/esm/TableHeader/TableHeader.js +14 -14
- package/esm/TablePagination/TablePagination.js +67 -49
- package/esm/TableRow/TableRow.js +14 -14
- package/esm/Tabs/Tabs.js +55 -49
- package/esm/Text/Text.js +17 -13
- package/esm/TextField/TextField.js +129 -105
- package/esm/TextToSpeech/TextToSpeech.js +20 -14
- package/esm/TimePicker/TimePicker.js +196 -160
- package/esm/TimeRangePicker/TimeRangePicker.js +9 -11
- package/esm/Timeline/Timeline.js +13 -13
- package/esm/TimelineItem/TimelineItem.js +29 -24
- package/esm/Timer/Timer.js +137 -94
- package/esm/ToggleButton/ToggleButton.js +10 -12
- package/esm/ToggleButtons/ToggleButtons.js +9 -11
- package/esm/Tooltip/Tooltip.js +62 -53
- package/esm/TopAppBar/TopAppBar.js +32 -25
- package/esm/Transition/Transition.js +11 -9
- package/esm/Tree/Tree.js +73 -61
- package/esm/Type/Type.js +7 -6
- package/esm/VideoPlayer/VideoPlayer.js +207 -170
- package/esm/ViewSplit/ViewSplit.js +49 -40
- package/esm/Watch/Watch.js +204 -187
- package/esm/Weather/Weather.js +58 -49
- package/esm/Whiteboard/Whiteboard.js +28 -24
- package/esm/Widgets/Widgets.js +57 -51
- package/esm/WindowSplit/WindowSplit.js +59 -52
- package/esm/Zoom/Zoom.js +60 -52
- package/esm/index.js +1 -1
- package/index.js +1 -1
- package/package.json +3 -3
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
1
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
|
-
const _excluded = ["tonal", "color", "size", "sticky", "stickyOffset", "timeout", "loading", "LinearGradientProps", "TableRowLoaderProps", "Component", "className", "style", "children"];
|
|
3
|
+
const _excluded = ["ref", "tonal", "color", "size", "sticky", "stickyOffset", "timeout", "loading", "LinearGradientProps", "TableRowLoaderProps", "Component", "className", "style", "children"];
|
|
5
4
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
5
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
6
|
import React from 'react';
|
|
@@ -12,6 +11,7 @@ import { staticClassName } from '../utils';
|
|
|
12
11
|
import TableRowElement from '../TableRow';
|
|
13
12
|
import LinearProgressElement from '../LinearProgress';
|
|
14
13
|
import useResize from '../useResize';
|
|
14
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
15
15
|
const useStyle = styleMethod(theme => ({
|
|
16
16
|
root: {
|
|
17
17
|
display: 'table-header-group',
|
|
@@ -40,13 +40,14 @@ const useStyle = styleMethod(theme => ({
|
|
|
40
40
|
}), {
|
|
41
41
|
name: 'onesy-TableHead'
|
|
42
42
|
});
|
|
43
|
-
const TableHead =
|
|
43
|
+
const TableHead = props_ => {
|
|
44
44
|
const theme = useOnesyTheme();
|
|
45
45
|
const props = _objectSpread(_objectSpread(_objectSpread({}, theme?.ui?.elements?.all?.props?.default), theme?.ui?.elements?.onesyTableHead?.props?.default), props_);
|
|
46
46
|
const Surface = theme?.elements?.Surface || SurfaceElement;
|
|
47
47
|
const TableRow = theme?.elements?.TableRow || TableRowElement;
|
|
48
48
|
const LinearProgress = theme?.elements?.LinearProgress || LinearProgressElement;
|
|
49
49
|
const {
|
|
50
|
+
ref,
|
|
50
51
|
tonal = true,
|
|
51
52
|
color = 'themed',
|
|
52
53
|
size = 'regular',
|
|
@@ -140,7 +141,7 @@ const TableHead = /*#__PURE__*/React.forwardRef((props_, ref) => {
|
|
|
140
141
|
};
|
|
141
142
|
}
|
|
142
143
|
}, [timeout, windowWidth, sticky, root]);
|
|
143
|
-
return /*#__PURE__*/
|
|
144
|
+
return /*#__PURE__*/_jsxs(Surface, _objectSpread(_objectSpread({
|
|
144
145
|
ref: item => {
|
|
145
146
|
if (ref) {
|
|
146
147
|
if (is('function', ref)) ref(item);
|
|
@@ -155,22 +156,25 @@ const TableHead = /*#__PURE__*/React.forwardRef((props_, ref) => {
|
|
|
155
156
|
Component: Component,
|
|
156
157
|
className: classNames([staticClassName('TableHead', theme) && [`onesy-TableHead-root`, `onesy-TableHead-size-${size}`, sticky && `onesy-TableHead-sticky`, stickyActive && `onesy-TableHead-sticky-active`], className, classes.root, sticky && classes.sticky, stickyActive && classes.stickyActive]),
|
|
157
158
|
style: _objectSpread(_objectSpread({}, style), styleOther)
|
|
158
|
-
}, other),
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
})
|
|
159
|
+
}, other), {}, {
|
|
160
|
+
children: [React.Children.toArray(children).map((item_0, index) => (/*#__PURE__*/React.cloneElement(item_0, {
|
|
161
|
+
key: index,
|
|
162
|
+
tonal: item_0.props.tonal !== undefined ? item_0.props.tonal : tonal,
|
|
163
|
+
color: item_0.props.color !== undefined ? item_0.props.color : color,
|
|
164
|
+
size: item_0.props.size !== undefined ? item_0.props.size : size,
|
|
165
|
+
position: 'head'
|
|
166
|
+
}))), loading && /*#__PURE__*/_jsx(TableRow, _objectSpread(_objectSpread({}, TableRowLoaderProps), {}, {
|
|
167
|
+
className: classNames([staticClassName('TableHead', theme) && [`onesy-TableHead-row-loader`], TableRowLoaderProps?.className, classes.rowLoader]),
|
|
168
|
+
children: /*#__PURE__*/_jsx(LinearProgress, _objectSpread(_objectSpread({
|
|
169
|
+
tonal: true,
|
|
170
|
+
color: "primary",
|
|
171
|
+
colspan: "100%",
|
|
172
|
+
Component: "td"
|
|
173
|
+
}, LinearGradientProps), {}, {
|
|
174
|
+
className: classNames([staticClassName('TableHead', theme) && [`onesy-TableHead-td-loader`], LinearGradientProps?.className, classes.tdLoader])
|
|
175
|
+
}))
|
|
176
|
+
}))]
|
|
177
|
+
}));
|
|
178
|
+
};
|
|
175
179
|
TableHead.displayName = 'onesy-TableHead';
|
|
176
180
|
export default TableHead;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
1
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
3
|
const _excluded = ["tonal", "color", "size", "Component", "className", "children"];
|
|
@@ -10,6 +9,7 @@ import { classNames, style as styleMethod, useOnesyTheme } from '@onesy/style-re
|
|
|
10
9
|
import LineElement from '../Line';
|
|
11
10
|
import SurfaceElement from '../Surface';
|
|
12
11
|
import { staticClassName } from '../utils';
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
const useStyle = styleMethod(theme => ({
|
|
14
14
|
root: {},
|
|
15
15
|
size_small: {
|
|
@@ -24,8 +24,8 @@ const useStyle = styleMethod(theme => ({
|
|
|
24
24
|
}), {
|
|
25
25
|
name: 'onesy-TableHeader'
|
|
26
26
|
});
|
|
27
|
-
const TableHeader =
|
|
28
|
-
const $ = _c(
|
|
27
|
+
const TableHeader = props_ => {
|
|
28
|
+
const $ = _c(8);
|
|
29
29
|
const theme = useOnesyTheme();
|
|
30
30
|
const props = _objectSpread(_objectSpread(_objectSpread({}, theme?.ui?.elements?.all?.props?.default), theme?.ui?.elements?.onesyTableHeader?.props?.default), props_);
|
|
31
31
|
const Line = theme?.elements?.Line || LineElement;
|
|
@@ -49,27 +49,27 @@ const TableHeader = /*#__PURE__*/React.forwardRef((props_, ref) => {
|
|
|
49
49
|
const t4 = Surface;
|
|
50
50
|
const t5 = classNames([staticClassName("TableHeader", theme) && ["onesy-TableHeader-root", `onesy-TableHeader-size-${size}`], className, classes.root, classes[`size_${size}`]]);
|
|
51
51
|
let t6;
|
|
52
|
-
if ($[0] !== Component || $[1] !== children || $[2] !== color || $[3] !== other || $[4] !==
|
|
53
|
-
t6 = /*#__PURE__*/
|
|
54
|
-
ref: ref,
|
|
52
|
+
if ($[0] !== Component || $[1] !== children || $[2] !== color || $[3] !== other || $[4] !== t4 || $[5] !== t5 || $[6] !== tonal) {
|
|
53
|
+
t6 = /*#__PURE__*/_jsx(Component, _objectSpread(_objectSpread({
|
|
55
54
|
tonal: tonal,
|
|
56
55
|
color: color,
|
|
57
56
|
Component: t4,
|
|
58
57
|
className: t5
|
|
59
|
-
}, other),
|
|
58
|
+
}, other), {}, {
|
|
59
|
+
children: children
|
|
60
|
+
}));
|
|
60
61
|
$[0] = Component;
|
|
61
62
|
$[1] = children;
|
|
62
63
|
$[2] = color;
|
|
63
64
|
$[3] = other;
|
|
64
|
-
$[4] =
|
|
65
|
-
$[5] =
|
|
66
|
-
$[6] =
|
|
67
|
-
$[7] =
|
|
68
|
-
$[8] = t6;
|
|
65
|
+
$[4] = t4;
|
|
66
|
+
$[5] = t5;
|
|
67
|
+
$[6] = tonal;
|
|
68
|
+
$[7] = t6;
|
|
69
69
|
} else {
|
|
70
|
-
t6 = $[
|
|
70
|
+
t6 = $[7];
|
|
71
71
|
}
|
|
72
72
|
return t6;
|
|
73
|
-
}
|
|
73
|
+
};
|
|
74
74
|
TableHeader.displayName = 'onesy-TableHeader';
|
|
75
75
|
export default TableHeader;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
1
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
3
|
const _excluded = ["tonal", "color", "version", "elevation", "size", "page", "pageDefault", "onChange", "rowsPerPage", "rowsPerPageDefault", "rowsPerPageOptions", "rowsPerPageText", "onRowsPerPageChange", "total", "first", "before", "next", "last", "IconFirst", "IconBefore", "IconNext", "IconLast", "Component", "className", "children"];
|
|
@@ -17,6 +16,7 @@ import SelectElement from '../Select';
|
|
|
17
16
|
import ListItemElement from '../ListItem';
|
|
18
17
|
import IconButtonElement from '../IconButton';
|
|
19
18
|
import { staticClassName } from '../utils';
|
|
19
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
20
20
|
const useStyle = styleMethod(theme => ({
|
|
21
21
|
root: {},
|
|
22
22
|
select: {
|
|
@@ -28,7 +28,7 @@ const useStyle = styleMethod(theme => ({
|
|
|
28
28
|
}), {
|
|
29
29
|
name: 'onesy-TablePagination'
|
|
30
30
|
});
|
|
31
|
-
const TablePagination =
|
|
31
|
+
const TablePagination = props_ => {
|
|
32
32
|
const theme = useOnesyTheme();
|
|
33
33
|
const l = theme.l;
|
|
34
34
|
const props = _objectSpread(_objectSpread(_objectSpread({}, theme?.ui?.elements?.all?.props?.default), theme?.ui?.elements?.onesyTablePagination?.props?.default), props_);
|
|
@@ -92,58 +92,76 @@ const TablePagination = /*#__PURE__*/React.forwardRef((props_, ref) => {
|
|
|
92
92
|
elevation,
|
|
93
93
|
size
|
|
94
94
|
};
|
|
95
|
-
return /*#__PURE__*/
|
|
96
|
-
ref: ref,
|
|
95
|
+
return /*#__PURE__*/_jsxs(Line, _objectSpread(_objectSpread({
|
|
97
96
|
gap: 3,
|
|
98
97
|
direction: "row",
|
|
99
98
|
justify: "flex-start",
|
|
100
99
|
align: "center",
|
|
101
100
|
Component: Component,
|
|
102
101
|
className: classNames([staticClassName('TablePagination', theme) && [`onesy-TablePagination-root`, `onesy-TablePagination-version-${version}`, `onesy-TablePagination-size-${size}`], className, classes.root])
|
|
103
|
-
}, other),
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
})
|
|
102
|
+
}, other), {}, {
|
|
103
|
+
children: [/*#__PURE__*/_jsx(Line, {
|
|
104
|
+
gap: 1,
|
|
105
|
+
direction: "row",
|
|
106
|
+
justify: "flex-start",
|
|
107
|
+
align: "center",
|
|
108
|
+
children: /*#__PURE__*/_jsx(Select, {
|
|
109
|
+
tonal: tonal,
|
|
110
|
+
color: color,
|
|
111
|
+
label: rowsPerPageText,
|
|
112
|
+
size: "small",
|
|
113
|
+
value: rowsPerPage,
|
|
114
|
+
onChange: onUpdateRowsPerPage,
|
|
115
|
+
className: classNames([staticClassName('TablePagination', theme) && [`onesy-TablePagination-select`], classes.select]),
|
|
116
|
+
children: rowsPerPageOptions.map(item => /*#__PURE__*/_jsx(ListItem, {
|
|
117
|
+
primary: item,
|
|
118
|
+
value: item,
|
|
119
|
+
button: true
|
|
120
|
+
}, item))
|
|
121
|
+
})
|
|
122
|
+
}), /*#__PURE__*/_jsxs(Type, {
|
|
123
|
+
version: "b2",
|
|
124
|
+
gap: 1,
|
|
125
|
+
direction: "row",
|
|
126
|
+
justify: "flex-start",
|
|
127
|
+
align: "center",
|
|
128
|
+
Component: Line,
|
|
129
|
+
className: classNames([staticClassName('TablePagination', theme) && [`onesy-TablePagination-text`], classes.text]),
|
|
130
|
+
children: [/*#__PURE__*/_jsxs("span", {
|
|
131
|
+
children: [page * rowsPerPage + 1, " - ", (page + 1) * rowsPerPage || total]
|
|
132
|
+
}), " ", /*#__PURE__*/_jsx("span", {
|
|
133
|
+
children: l('of')
|
|
134
|
+
}), " ", /*#__PURE__*/_jsx("span", {
|
|
135
|
+
children: total
|
|
136
|
+
})]
|
|
137
|
+
}), /*#__PURE__*/_jsxs(Line, {
|
|
138
|
+
gap: 1,
|
|
139
|
+
direction: "row",
|
|
140
|
+
justify: "flex-start",
|
|
141
|
+
align: "center",
|
|
142
|
+
children: [first && /*#__PURE__*/_jsx(IconButton, _objectSpread(_objectSpread({
|
|
143
|
+
onClick: () => update(0),
|
|
144
|
+
disabled: page === 0
|
|
145
|
+
}, IconButtonProps), {}, {
|
|
146
|
+
children: /*#__PURE__*/_jsx(IconFirst, {})
|
|
147
|
+
})), before && /*#__PURE__*/_jsx(IconButton, _objectSpread(_objectSpread({
|
|
148
|
+
onClick: () => update(clamp(page - 1, 0, maxPage)),
|
|
149
|
+
disabled: page === 0
|
|
150
|
+
}, IconButtonProps), {}, {
|
|
151
|
+
children: /*#__PURE__*/_jsx(IconBefore, {})
|
|
152
|
+
})), next && /*#__PURE__*/_jsx(IconButton, _objectSpread(_objectSpread({
|
|
153
|
+
onClick: () => update(clamp(page + 1, 0, maxPage)),
|
|
154
|
+
disabled: page === maxPage
|
|
155
|
+
}, IconButtonProps), {}, {
|
|
156
|
+
children: /*#__PURE__*/_jsx(IconNext, {})
|
|
157
|
+
})), last && /*#__PURE__*/_jsx(IconButton, _objectSpread(_objectSpread({
|
|
158
|
+
onClick: () => update(maxPage),
|
|
159
|
+
disabled: page === maxPage
|
|
160
|
+
}, IconButtonProps), {}, {
|
|
161
|
+
children: /*#__PURE__*/_jsx(IconLast, {})
|
|
162
|
+
}))]
|
|
163
|
+
})]
|
|
164
|
+
}));
|
|
165
|
+
};
|
|
148
166
|
TablePagination.displayName = 'onesy-TablePagination';
|
|
149
167
|
export default TablePagination;
|
package/esm/TableRow/TableRow.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
1
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
3
|
const _excluded = ["tonal", "color", "size", "hover", "selected", "position", "Component", "className", "children"];
|
|
@@ -10,6 +9,7 @@ import { is } from '@onesy/utils';
|
|
|
10
9
|
import { classNames, style as styleMethod, useOnesyTheme } from '@onesy/style-react';
|
|
11
10
|
import SurfaceElement from '../Surface';
|
|
12
11
|
import { staticClassName } from '../utils';
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
const useStyle = styleMethod(theme => ({
|
|
14
14
|
root: {
|
|
15
15
|
display: 'table-row',
|
|
@@ -30,8 +30,8 @@ const useStyle = styleMethod(theme => ({
|
|
|
30
30
|
}), {
|
|
31
31
|
name: 'onesy-TableRow'
|
|
32
32
|
});
|
|
33
|
-
const TableRow =
|
|
34
|
-
const $ = _c(
|
|
33
|
+
const TableRow = props_ => {
|
|
34
|
+
const $ = _c(8);
|
|
35
35
|
const theme = useOnesyTheme();
|
|
36
36
|
const props = _objectSpread(_objectSpread(_objectSpread({}, theme?.ui?.elements?.all?.props?.default), theme?.ui?.elements?.onesyTableRow?.props?.default), props_);
|
|
37
37
|
const Surface = theme?.elements?.Surface || SurfaceElement;
|
|
@@ -67,28 +67,28 @@ const TableRow = /*#__PURE__*/React.forwardRef((props_, ref) => {
|
|
|
67
67
|
noWeight: index === 0 && position === "body"
|
|
68
68
|
}) : item);
|
|
69
69
|
let t9;
|
|
70
|
-
if ($[0] !== Component || $[1] !== Surface || $[2] !== color || $[3] !== other || $[4] !==
|
|
71
|
-
t9 = /*#__PURE__*/
|
|
72
|
-
ref: ref,
|
|
70
|
+
if ($[0] !== Component || $[1] !== Surface || $[2] !== color || $[3] !== other || $[4] !== t7 || $[5] !== t8 || $[6] !== tonal) {
|
|
71
|
+
t9 = /*#__PURE__*/_jsx(Surface, _objectSpread(_objectSpread({
|
|
73
72
|
tonal: tonal,
|
|
74
73
|
color: color,
|
|
75
74
|
role: t6,
|
|
76
75
|
Component: Component,
|
|
77
76
|
className: t7
|
|
78
|
-
}, other),
|
|
77
|
+
}, other), {}, {
|
|
78
|
+
children: t8
|
|
79
|
+
}));
|
|
79
80
|
$[0] = Component;
|
|
80
81
|
$[1] = Surface;
|
|
81
82
|
$[2] = color;
|
|
82
83
|
$[3] = other;
|
|
83
|
-
$[4] =
|
|
84
|
-
$[5] =
|
|
85
|
-
$[6] =
|
|
86
|
-
$[7] =
|
|
87
|
-
$[8] = t9;
|
|
84
|
+
$[4] = t7;
|
|
85
|
+
$[5] = t8;
|
|
86
|
+
$[6] = tonal;
|
|
87
|
+
$[7] = t9;
|
|
88
88
|
} else {
|
|
89
|
-
t9 = $[
|
|
89
|
+
t9 = $[7];
|
|
90
90
|
}
|
|
91
91
|
return t9;
|
|
92
|
-
}
|
|
92
|
+
};
|
|
93
93
|
TableRow.displayName = 'onesy-TableRow';
|
|
94
94
|
export default TableRow;
|
package/esm/Tabs/Tabs.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
1
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
|
-
const _excluded = ["tonal", "color", "version", "value", "valueDefault", "onChange", "isActive", "activateOnFocus", "align", "justify", "orientation", "size", "initialLineUpdateTimeout", "arrows", "arrowsMobile", "fixed", "noDivider", "IconStart", "IconEnd", "IconTop", "IconBottom", "SurfaceProps", "Component", "className", "children"];
|
|
3
|
+
const _excluded = ["ref", "tonal", "color", "version", "value", "valueDefault", "onChange", "isActive", "activateOnFocus", "align", "justify", "orientation", "size", "initialLineUpdateTimeout", "arrows", "arrowsMobile", "fixed", "noDivider", "IconStart", "IconEnd", "IconTop", "IconBottom", "SurfaceProps", "Component", "className", "children"];
|
|
5
4
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
5
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
6
|
import React from 'react';
|
|
@@ -17,6 +16,7 @@ import IconButtonElement from '../IconButton';
|
|
|
17
16
|
import DividerElement from '../Divider';
|
|
18
17
|
import useMediaQuery from '../useMediaQuery';
|
|
19
18
|
import { staticClassName } from '../utils';
|
|
19
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
20
20
|
const useStyle = styleMethod(theme => ({
|
|
21
21
|
root: {
|
|
22
22
|
position: 'relative',
|
|
@@ -149,7 +149,7 @@ const useStyle = styleMethod(theme => ({
|
|
|
149
149
|
}), {
|
|
150
150
|
name: 'onesy-Tabs'
|
|
151
151
|
});
|
|
152
|
-
const Tabs =
|
|
152
|
+
const Tabs = props_ => {
|
|
153
153
|
const theme = useOnesyTheme();
|
|
154
154
|
const props = _objectSpread(_objectSpread(_objectSpread({}, theme?.ui?.elements?.all?.props?.default), theme?.ui?.elements?.onesyTabs?.props?.default), props_);
|
|
155
155
|
const Line = theme?.elements?.Line || LineElement;
|
|
@@ -157,6 +157,7 @@ const Tabs = /*#__PURE__*/React.forwardRef((props_, ref) => {
|
|
|
157
157
|
const IconButton = theme?.elements?.IconButton || IconButtonElement;
|
|
158
158
|
const Divider = theme?.elements?.Divider || DividerElement;
|
|
159
159
|
const {
|
|
160
|
+
ref,
|
|
160
161
|
tonal = true,
|
|
161
162
|
color = 'primary',
|
|
162
163
|
version = 'primary',
|
|
@@ -327,24 +328,26 @@ const Tabs = /*#__PURE__*/React.forwardRef((props_, ref) => {
|
|
|
327
328
|
const propPosition = orientation === 'horizontal' ? 'left' : 'top';
|
|
328
329
|
const propMain = orientation === 'horizontal' ? 'width' : 'height';
|
|
329
330
|
const useArrows = arrows && (!mobile || arrowsMobile);
|
|
330
|
-
const ArrowPre = /*#__PURE__*/
|
|
331
|
+
const ArrowPre = /*#__PURE__*/_jsx(IconButton, {
|
|
331
332
|
color: "inherit",
|
|
332
333
|
onClick: () => move(false),
|
|
333
334
|
className: classNames([staticClassName('Tabs', theme) && ['onesy-Tabs-arrow'], classes.arrow]),
|
|
334
|
-
disabled: refs.tabsRoot.current?.[orientation === 'horizontal' ? 'scrollLeft' : 'scrollTop'] === 0
|
|
335
|
-
|
|
336
|
-
|
|
335
|
+
disabled: refs.tabsRoot.current?.[orientation === 'horizontal' ? 'scrollLeft' : 'scrollTop'] === 0,
|
|
336
|
+
children: orientation === 'horizontal' ? /*#__PURE__*/_jsx(IconStart, {}) : /*#__PURE__*/_jsx(IconTop, {})
|
|
337
|
+
});
|
|
338
|
+
const ArrowPost = /*#__PURE__*/_jsx(IconButton, {
|
|
337
339
|
color: "inherit",
|
|
338
340
|
onClick: () => move(),
|
|
339
341
|
className: classNames([staticClassName('Tabs', theme) && ['onesy-Tabs-arrow'], classes.arrow]),
|
|
340
|
-
disabled: orientation === 'horizontal' ? Math.ceil(refs.tabsRoot.current?.clientWidth + refs.tabsRoot.current?.scrollLeft) === refs.tabsRoot.current?.scrollWidth : Math.ceil(refs.tabsRoot.current?.clientHeight + refs.tabsRoot.current?.scrollTop) === refs.tabsRoot.current?.scrollHeight
|
|
341
|
-
|
|
342
|
+
disabled: orientation === 'horizontal' ? Math.ceil(refs.tabsRoot.current?.clientWidth + refs.tabsRoot.current?.scrollLeft) === refs.tabsRoot.current?.scrollWidth : Math.ceil(refs.tabsRoot.current?.clientHeight + refs.tabsRoot.current?.scrollTop) === refs.tabsRoot.current?.scrollHeight,
|
|
343
|
+
children: orientation === 'horizontal' ? /*#__PURE__*/_jsx(IconEnd, {}) : /*#__PURE__*/_jsx(IconBottom, {})
|
|
344
|
+
});
|
|
342
345
|
const TabElements = React.Children.toArray(children).filter(item_0 => item_0?.type?.displayName?.endsWith('Tab'));
|
|
343
346
|
const tabActive = TabElements.find((item_1, index_0) => {
|
|
344
347
|
const valueItem_0 = item_1.props.value !== undefined ? item_1.props.value : index_0;
|
|
345
348
|
return is('function', refs.isActive.current) ? refs.isActive.current(value, valueItem_0) : value === valueItem_0;
|
|
346
349
|
});
|
|
347
|
-
return /*#__PURE__*/
|
|
350
|
+
return /*#__PURE__*/_jsxs(Surface, _objectSpread(_objectSpread(_objectSpread({
|
|
348
351
|
ref: item_2 => {
|
|
349
352
|
if (ref) {
|
|
350
353
|
if (is('function', ref)) ref(item_2);else ref.current = item_2;
|
|
@@ -363,45 +366,48 @@ const Tabs = /*#__PURE__*/React.forwardRef((props_, ref) => {
|
|
|
363
366
|
AdditionalProps: {
|
|
364
367
|
Component
|
|
365
368
|
}
|
|
366
|
-
}, SurfaceProps, {
|
|
369
|
+
}, SurfaceProps), {}, {
|
|
367
370
|
className: classNames([staticClassName('Tabs', theme) && ['onesy-Tabs-root', `onesy-Tabs-version-${version}`, `onesy-Tabs-size-${size}`], SurfaceProps?.className, className, classes.root, classes[`size_${size}`], classes[`orientation_${orientation}`], fixed && classes.fixed])
|
|
368
|
-
}, other),
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
})
|
|
371
|
+
}, other), {}, {
|
|
372
|
+
children: [useArrows && ArrowPre, !noDivider && /*#__PURE__*/_jsx(Divider, {
|
|
373
|
+
tonal: tonal,
|
|
374
|
+
color: color,
|
|
375
|
+
orientation: orientation,
|
|
376
|
+
className: classNames([staticClassName('Tabs', theme) && ['onesy-Tabs-divider'], classes.divider, classes[`divider_orientation_${orientation}`]])
|
|
377
|
+
}), /*#__PURE__*/_jsxs(Line, {
|
|
378
|
+
ref: refs.tabsRoot,
|
|
379
|
+
gap: 0,
|
|
380
|
+
direction: direction,
|
|
381
|
+
align: "flex-start",
|
|
382
|
+
justify: "flex-start",
|
|
383
|
+
onScroll: onScroll,
|
|
384
|
+
className: classNames([staticClassName('Tabs', theme) && ['onesy-Tabs-tabs'], classes.tabs, classes[`tabs_orientation_${orientation}`]]),
|
|
385
|
+
children: [tabActive && /*#__PURE__*/_jsx("span", {
|
|
386
|
+
className: classNames([staticClassName('Tabs', theme) && ['onesy-Tabs-line'], classes.line, classes[`line_version_${version}_size_${size}_orientation_${orientation}`], orientation === 'vertical' && theme.direction === 'rtl' && classes[`line_version_${version}_orientation_vertical_rtl`]]),
|
|
387
|
+
style: {
|
|
388
|
+
[propPosition]: orientation === 'horizontal' ? lineValues.x : lineValues.y,
|
|
389
|
+
[propMain]: lineValues[propMain]
|
|
390
|
+
}
|
|
391
|
+
}), TabElements.map((item_3, index_1) => {
|
|
392
|
+
const valueItem_1 = item_3.props.value !== undefined ? item_3.props.value : index_1;
|
|
393
|
+
return /*#__PURE__*/React.cloneElement(item_3, {
|
|
394
|
+
tonal: item_3.props.tonal !== undefined ? item_3.props.tonal : tonal,
|
|
395
|
+
color: item_3.props.color !== undefined ? item_3.props.color : color,
|
|
396
|
+
version: item_3.props.version !== undefined ? item_3.props.version : version,
|
|
397
|
+
value: item_3.props.value !== undefined ? item_3.props.value : index_1,
|
|
398
|
+
size: item_3.props.size !== undefined ? item_3.props.size : size,
|
|
399
|
+
index: index_1,
|
|
400
|
+
onChange,
|
|
401
|
+
activateOnFocus: item_3.props.activateOnFocus !== undefined ? item_3.props.activateOnFocus : activateOnFocus,
|
|
402
|
+
active: is('function', refs.isActive.current) ? refs.isActive.current(value, valueItem_1) : value === valueItem_1,
|
|
403
|
+
onClick: event_0 => {
|
|
404
|
+
onChange(valueItem_1, index_1);
|
|
405
|
+
if (is('function', item_3.props.onClick)) item_3.props.onClick(event_0);
|
|
406
|
+
}
|
|
407
|
+
});
|
|
408
|
+
})]
|
|
409
|
+
}), useArrows && ArrowPost]
|
|
410
|
+
}));
|
|
411
|
+
};
|
|
406
412
|
Tabs.displayName = 'onesy-Tabs';
|
|
407
413
|
export default Tabs;
|
package/esm/Text/Text.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
1
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
|
-
const _excluded = ["value", "columns", "responsive", "divider", "top", "bottom", "start", "end", "TypeProps", "HorizontalProps", "className", "children"];
|
|
3
|
+
const _excluded = ["ref", "value", "columns", "responsive", "divider", "top", "bottom", "start", "end", "TypeProps", "HorizontalProps", "className", "children"];
|
|
5
4
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
5
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
6
|
import React from 'react';
|
|
@@ -11,6 +10,7 @@ import TypeElement from '../Type';
|
|
|
11
10
|
import LineElement from '../Line';
|
|
12
11
|
import useMediaQuery from '../useMediaQuery';
|
|
13
12
|
import { valueBreakpoints, staticClassName } from '../utils';
|
|
13
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
14
14
|
const useStyle = styleMethod(theme => ({
|
|
15
15
|
root: {},
|
|
16
16
|
type: {
|
|
@@ -34,12 +34,13 @@ const useStyle = styleMethod(theme => ({
|
|
|
34
34
|
}), {
|
|
35
35
|
name: 'onesy-Text'
|
|
36
36
|
});
|
|
37
|
-
const Text =
|
|
37
|
+
const Text = props_ => {
|
|
38
38
|
const theme = useOnesyTheme();
|
|
39
39
|
const props = _objectSpread(_objectSpread(_objectSpread({}, theme?.ui?.elements?.all?.props?.default), theme?.ui?.elements?.onesyText?.props?.default), props_);
|
|
40
40
|
const Line = theme?.elements?.Line || LineElement;
|
|
41
41
|
const Type = theme?.elements?.Type || TypeElement;
|
|
42
42
|
const {
|
|
43
|
+
ref,
|
|
43
44
|
value: value_,
|
|
44
45
|
columns: columns_,
|
|
45
46
|
responsive = true,
|
|
@@ -89,15 +90,15 @@ const Text = /*#__PURE__*/React.forwardRef((props_, ref) => {
|
|
|
89
90
|
}
|
|
90
91
|
let value = value_ !== undefined ? value_ : children;
|
|
91
92
|
value = is('string', value) ? textToInnerHTML(value) : '';
|
|
92
|
-
const main = /*#__PURE__*/
|
|
93
|
+
const main = /*#__PURE__*/_jsx(Type, _objectSpread(_objectSpread({
|
|
93
94
|
version: "b2"
|
|
94
|
-
}, TypeProps, {
|
|
95
|
+
}, TypeProps), {}, {
|
|
95
96
|
className: classNames([staticClassName('Text', theme) && ['onesy-Text-type'], TypeProps?.className, classes.type, divider && classes.divider, classes[`column_${columns}`]]),
|
|
96
97
|
dangerouslySetInnerHTML: {
|
|
97
98
|
__html: value
|
|
98
99
|
}
|
|
99
100
|
}));
|
|
100
|
-
return /*#__PURE__*/
|
|
101
|
+
return /*#__PURE__*/_jsxs(Line, _objectSpread(_objectSpread({
|
|
101
102
|
ref: item_0 => {
|
|
102
103
|
if (ref) {
|
|
103
104
|
if (is('function', ref)) ref(item_0);else ref.current = item_0;
|
|
@@ -109,12 +110,15 @@ const Text = /*#__PURE__*/React.forwardRef((props_, ref) => {
|
|
|
109
110
|
align: "unset",
|
|
110
111
|
className: classNames([staticClassName('Text', theme) && ['onesy-Text-root'], className, classes.root]),
|
|
111
112
|
fullWidth: true
|
|
112
|
-
}, other),
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
113
|
+
}, other), {}, {
|
|
114
|
+
children: [top, /*#__PURE__*/_jsx(Line, _objectSpread(_objectSpread({
|
|
115
|
+
direction: "row",
|
|
116
|
+
fullWidth: true
|
|
117
|
+
}, HorizontalProps), {}, {
|
|
118
|
+
className: classNames([staticClassName('Text', theme) && ['onesy-Text-main'], HorizontalProps?.className, classes.main]),
|
|
119
|
+
children: main
|
|
120
|
+
})), bottom]
|
|
121
|
+
}));
|
|
122
|
+
};
|
|
119
123
|
Text.displayName = 'onesy-Text';
|
|
120
124
|
export default Text;
|