@onesy/ui-react 1.0.171 → 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/esm/useSubscription/useSubscription.js +25 -73
- package/index.js +1 -1
- package/package.json +3 -3
- package/useSubscription/useSubscription.js +25 -73
|
@@ -5,7 +5,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
|
-
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
8
|
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
10
9
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
11
10
|
var _react = _interopRequireDefault(require("react"));
|
|
@@ -20,7 +19,8 @@ var _IconButton = _interopRequireDefault(require("../IconButton"));
|
|
|
20
19
|
var _Interaction = _interopRequireDefault(require("../Interaction"));
|
|
21
20
|
var _Backdrop = _interopRequireDefault(require("../Backdrop"));
|
|
22
21
|
var _utils2 = require("../utils");
|
|
23
|
-
|
|
22
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
23
|
+
const _excluded = ["ref", "version", "size", "open", "onClose", "value", "items", "minZoom", "maxZoom", "incrementZoom", "overflow", "arrows", "startMain", "endMain", "startImage", "endImage", "startThumbnails", "endThumbnails", "ImageProps", "ImageWrapperProps", "IconButtonProps", "IconStart", "IconEnd", "IconClose", "className"];
|
|
24
24
|
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; }
|
|
25
25
|
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) { (0, _defineProperty2.default)(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; }
|
|
26
26
|
const useStyle = (0, _styleReact.style)(theme => ({
|
|
@@ -157,7 +157,7 @@ const useStyle = (0, _styleReact.style)(theme => ({
|
|
|
157
157
|
}), {
|
|
158
158
|
name: 'onesy-ImageGallery'
|
|
159
159
|
});
|
|
160
|
-
const ImageGallery =
|
|
160
|
+
const ImageGallery = props_ => {
|
|
161
161
|
var _theme$ui, _theme$ui2, _theme$elements, _theme$elements2, _theme$elements3, _theme$elements4, _theme$elements5, _refs$more$current3, _refs$more$current4, _refs$more$current5, _refs$more$current6;
|
|
162
162
|
const theme = (0, _styleReact.useOnesyTheme)();
|
|
163
163
|
const props = _objectSpread(_objectSpread(_objectSpread({}, theme === null || theme === void 0 || (_theme$ui = theme.ui) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.elements) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.all) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.props) === null || _theme$ui === void 0 ? void 0 : _theme$ui.default), theme === null || theme === void 0 || (_theme$ui2 = theme.ui) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.elements) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.onesyImageGallery) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.props) === null || _theme$ui2 === void 0 ? void 0 : _theme$ui2.default), props_);
|
|
@@ -167,6 +167,7 @@ const ImageGallery = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
|
|
|
167
167
|
const Interaction = (theme === null || theme === void 0 || (_theme$elements4 = theme.elements) === null || _theme$elements4 === void 0 ? void 0 : _theme$elements4.Interaction) || _Interaction.default;
|
|
168
168
|
const Backdrop = (theme === null || theme === void 0 || (_theme$elements5 = theme.elements) === null || _theme$elements5 === void 0 ? void 0 : _theme$elements5.Backdrop) || _Backdrop.default;
|
|
169
169
|
const {
|
|
170
|
+
ref,
|
|
170
171
|
version = 'modal',
|
|
171
172
|
size = 'regular',
|
|
172
173
|
open: open_,
|
|
@@ -388,81 +389,91 @@ const ImageGallery = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
|
|
|
388
389
|
tonal: true,
|
|
389
390
|
size: 'small'
|
|
390
391
|
}, IconButtonProps);
|
|
391
|
-
const arrowPre = moveValue && /*#__PURE__*/
|
|
392
|
+
const arrowPre = moveValue && /*#__PURE__*/(0, _jsxRuntime.jsx)(IconButton, _objectSpread(_objectSpread({
|
|
392
393
|
onClick: () => move(false),
|
|
393
394
|
disabled: !moveValue || ((_refs$more$current3 = refs.more.current) === null || _refs$more$current3 === void 0 ? void 0 : _refs$more$current3.scrollLeft) === 0
|
|
394
|
-
}, iconButtonProps, {
|
|
395
|
-
className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageGallery', theme) && ['onesy-ImageGallery-arrow', 'onesy-ImageGallery-arrow-start'], iconButtonProps === null || iconButtonProps === void 0 ? void 0 : iconButtonProps.className, classes.arrow])
|
|
396
|
-
|
|
397
|
-
|
|
395
|
+
}, iconButtonProps), {}, {
|
|
396
|
+
className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageGallery', theme) && ['onesy-ImageGallery-arrow', 'onesy-ImageGallery-arrow-start'], iconButtonProps === null || iconButtonProps === void 0 ? void 0 : iconButtonProps.className, classes.arrow]),
|
|
397
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(IconStart, {})
|
|
398
|
+
}));
|
|
399
|
+
const arrowPost = moveValue && /*#__PURE__*/(0, _jsxRuntime.jsx)(IconButton, _objectSpread(_objectSpread({
|
|
398
400
|
onClick: () => move(),
|
|
399
401
|
disabled: Math.ceil(((_refs$more$current4 = refs.more.current) === null || _refs$more$current4 === void 0 ? void 0 : _refs$more$current4.clientWidth) + ((_refs$more$current5 = refs.more.current) === null || _refs$more$current5 === void 0 ? void 0 : _refs$more$current5.scrollLeft)) === ((_refs$more$current6 = refs.more.current) === null || _refs$more$current6 === void 0 ? void 0 : _refs$more$current6.scrollWidth)
|
|
400
|
-
}, iconButtonProps, {
|
|
401
|
-
className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageGallery', theme) && ['onesy-ImageGallery-arrow', 'onesy-ImageGallery-arrow-end'], iconButtonProps === null || iconButtonProps === void 0 ? void 0 : iconButtonProps.className, classes.arrow])
|
|
402
|
-
|
|
402
|
+
}, iconButtonProps), {}, {
|
|
403
|
+
className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageGallery', theme) && ['onesy-ImageGallery-arrow', 'onesy-ImageGallery-arrow-end'], iconButtonProps === null || iconButtonProps === void 0 ? void 0 : iconButtonProps.className, classes.arrow]),
|
|
404
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(IconEnd, {})
|
|
405
|
+
}));
|
|
403
406
|
const more = !!(items !== null && items !== void 0 && items.length);
|
|
404
407
|
const onDragStartImage = event_5 => {
|
|
405
408
|
event_5.preventDefault();
|
|
406
409
|
};
|
|
407
410
|
const url = (media === null || media === void 0 ? void 0 : media.url) || (media === null || media === void 0 ? void 0 : media.urlSmall) || ((0, _utils.is)('string', media) ? media : '');
|
|
408
|
-
const main = /*#__PURE__*/
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
411
|
+
const main = /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
|
|
412
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(Line, {
|
|
413
|
+
justify: "center",
|
|
414
|
+
align: "center",
|
|
415
|
+
flex: true,
|
|
416
|
+
fullWidth: true,
|
|
417
|
+
className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageGallery', theme) && ['onesy-ImageGallery-main'], classes.main, classes[`main_version_${version}`], classes[`main_version_${version}_size_${size}`], !overflow && classes.noOverflow]),
|
|
418
|
+
children: [startMain, /*#__PURE__*/(0, _jsxRuntime.jsxs)(Line, _objectSpread(_objectSpread({
|
|
419
|
+
ref: refs.imageWrapper,
|
|
420
|
+
justify: "center",
|
|
421
|
+
align: "center",
|
|
422
|
+
fullWidth: true,
|
|
423
|
+
flex: true
|
|
424
|
+
}, ImageWrapperProps), {}, {
|
|
425
|
+
className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageGallery', theme) && ['onesy-ImageGallery-image-wrapper'], ImageWrapperProps === null || ImageWrapperProps === void 0 ? void 0 : ImageWrapperProps.className, classes.imageWrapper]),
|
|
426
|
+
style: _objectSpread({}, ImageWrapperProps === null || ImageWrapperProps === void 0 ? void 0 : ImageWrapperProps.style),
|
|
427
|
+
children: [startImage, url && /*#__PURE__*/(0, _jsxRuntime.jsx)(Image, _objectSpread(_objectSpread({
|
|
428
|
+
ref: item => {
|
|
429
|
+
refs.image.current = item;
|
|
430
|
+
setImageRef(item);
|
|
431
|
+
},
|
|
432
|
+
src: url,
|
|
433
|
+
alt: media === null || media === void 0 ? void 0 : media.name,
|
|
434
|
+
onMouseDown: onMouseDown,
|
|
435
|
+
onMouseUp: onMouseUp,
|
|
436
|
+
onTouchStart: onMouseDown,
|
|
437
|
+
onTouchEnd: onMouseUp,
|
|
438
|
+
onDragStart: onDragStartImage,
|
|
439
|
+
lazyLoad: version === 'regular'
|
|
440
|
+
}, ImageProps), {}, {
|
|
441
|
+
className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageGallery', theme) && ['onesy-ImageGallery-image'], ImageProps === null || ImageProps === void 0 ? void 0 : ImageProps.className, classes.image, classes.pointerEventsAuto])
|
|
442
|
+
})), endImage]
|
|
443
|
+
})), endMain]
|
|
444
|
+
}), more && /*#__PURE__*/(0, _jsxRuntime.jsx)(Line, {
|
|
445
|
+
align: "center",
|
|
446
|
+
fullWidth: true,
|
|
447
|
+
className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageGallery', theme) && ['onesy-ImageGallery-footer'], classes.footer]),
|
|
448
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(Line, {
|
|
449
|
+
gap: 1.5,
|
|
450
|
+
direction: "row",
|
|
451
|
+
justify: "center",
|
|
452
|
+
align: "center",
|
|
453
|
+
className: (0, _styleReact.classNames)([classes.itemsWrapper]),
|
|
454
|
+
children: [startThumbnails, arrows && arrowPre, /*#__PURE__*/(0, _jsxRuntime.jsx)(Line, {
|
|
455
|
+
ref: refs.more,
|
|
456
|
+
gap: 1,
|
|
457
|
+
direction: "row",
|
|
458
|
+
align: "center",
|
|
459
|
+
justify: "flex-start",
|
|
460
|
+
fullWidth: true,
|
|
461
|
+
onScroll: onScroll,
|
|
462
|
+
className: (0, _styleReact.classNames)([classes.items]),
|
|
463
|
+
children: items.map((item_0, index_0) => /*#__PURE__*/(0, _jsxRuntime.jsx)(Line, {
|
|
464
|
+
onClick: () => onValue(index_0),
|
|
465
|
+
className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageGallery', theme) && ['onesy-ImageGallery-item', value === index_0 && 'onesy-ImageGallery-item-selected'], classes.item, value === index_0 && classes.itemSelected]),
|
|
466
|
+
style: {
|
|
467
|
+
backgroundImage: `url('${(item_0 === null || item_0 === void 0 ? void 0 : item_0.urlSmall) || (item_0 === null || item_0 === void 0 ? void 0 : item_0.url) || item_0}')`
|
|
468
|
+
},
|
|
469
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(Interaction, {})
|
|
470
|
+
}))
|
|
471
|
+
}), arrows && arrowPost, endThumbnails]
|
|
472
|
+
})
|
|
473
|
+
})]
|
|
474
|
+
});
|
|
464
475
|
if (version === 'regular') {
|
|
465
|
-
return /*#__PURE__*/
|
|
476
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(Line, _objectSpread(_objectSpread({
|
|
466
477
|
ref: item_1 => {
|
|
467
478
|
if (ref) {
|
|
468
479
|
if ((0, _utils.is)('function', ref)) ref(item_1);else ref.current = item_1;
|
|
@@ -471,9 +482,11 @@ const ImageGallery = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
|
|
|
471
482
|
},
|
|
472
483
|
fullWidth: true,
|
|
473
484
|
className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageGallery', theme) && ['onesy-ImageGallery-root', `onesy-ImageGallery-version-${version}`, `onesy-ImageGallery-size-${size}`], className, classes.root, classes[`version_${version}`]])
|
|
474
|
-
}, other),
|
|
485
|
+
}, other), {}, {
|
|
486
|
+
children: main
|
|
487
|
+
}));
|
|
475
488
|
}
|
|
476
|
-
return /*#__PURE__*/
|
|
489
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(Backdrop, _objectSpread(_objectSpread({
|
|
477
490
|
ref: item_2 => {
|
|
478
491
|
if (ref) {
|
|
479
492
|
if ((0, _utils.is)('function', ref)) ref(item_2);else ref.current = item_2;
|
|
@@ -483,21 +496,26 @@ const ImageGallery = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
|
|
|
483
496
|
open: open,
|
|
484
497
|
onClose: onClose,
|
|
485
498
|
className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageGallery', theme) && ['onesy-ImageGallery-root', `onesy-ImageGallery-version-${version}`], className, classes.root, classes[`version_${version}`]])
|
|
486
|
-
}, other),
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
})
|
|
499
|
+
}, other), {}, {
|
|
500
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(Line, {
|
|
501
|
+
gap: 0,
|
|
502
|
+
fullWidth: true,
|
|
503
|
+
className: classes.wrapper,
|
|
504
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(Line, {
|
|
505
|
+
direction: "row",
|
|
506
|
+
justify: "flex-end",
|
|
507
|
+
fullWidth: true,
|
|
508
|
+
className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageGallery', theme) && ['onesy-ImageGallery-header'], classes.header]),
|
|
509
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(IconButton, {
|
|
510
|
+
version: "filled",
|
|
511
|
+
color: theme.palette.light ? 'default' : 'inverted',
|
|
512
|
+
onClick: onClose,
|
|
513
|
+
className: (0, _styleReact.classNames)([classes.pointerEventsAuto]),
|
|
514
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(IconClose, {})
|
|
515
|
+
})
|
|
516
|
+
}), main]
|
|
517
|
+
})
|
|
518
|
+
}));
|
|
519
|
+
};
|
|
502
520
|
ImageGallery.displayName = 'onesy-ImageGallery';
|
|
503
521
|
var _default = exports.default = ImageGallery;
|
package/ImageList/ImageList.js
CHANGED
|
@@ -5,7 +5,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
|
-
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
8
|
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
10
9
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
11
10
|
var _react = _interopRequireDefault(require("react"));
|
|
@@ -13,7 +12,8 @@ var _utils = require("@onesy/utils");
|
|
|
13
12
|
var _styleReact = require("@onesy/style-react");
|
|
14
13
|
var _useMediaQuery = _interopRequireDefault(require("../useMediaQuery"));
|
|
15
14
|
var _utils2 = require("../utils");
|
|
16
|
-
|
|
15
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
16
|
+
const _excluded = ["ref", "version", "gap", "rowGap", "columnGap", "columns", "Component", "className", "style", "children"];
|
|
17
17
|
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; }
|
|
18
18
|
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) { (0, _defineProperty2.default)(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; }
|
|
19
19
|
const useStyle = (0, _styleReact.style)(theme => ({
|
|
@@ -40,7 +40,7 @@ const useStyle = (0, _styleReact.style)(theme => ({
|
|
|
40
40
|
}), {
|
|
41
41
|
name: 'onesy-ImageList'
|
|
42
42
|
});
|
|
43
|
-
const ImageList =
|
|
43
|
+
const ImageList = props_ => {
|
|
44
44
|
var _theme$ui, _theme$ui2;
|
|
45
45
|
const theme = (0, _styleReact.useOnesyTheme)();
|
|
46
46
|
const props = _objectSpread(_objectSpread(_objectSpread({}, theme === null || theme === void 0 || (_theme$ui = theme.ui) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.elements) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.all) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.props) === null || _theme$ui === void 0 ? void 0 : _theme$ui.default), theme === null || theme === void 0 || (_theme$ui2 = theme.ui) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.elements) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.onesyImageList) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.props) === null || _theme$ui2 === void 0 ? void 0 : _theme$ui2.default), props_);
|
|
@@ -48,6 +48,7 @@ const ImageList = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
|
|
|
48
48
|
classes
|
|
49
49
|
} = useStyle();
|
|
50
50
|
const {
|
|
51
|
+
ref,
|
|
51
52
|
version = 'standard',
|
|
52
53
|
gap: gap_,
|
|
53
54
|
rowGap: rowGap_,
|
|
@@ -128,13 +129,17 @@ const ImageList = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
|
|
|
128
129
|
};
|
|
129
130
|
other.style = _objectSpread(_objectSpread({}, styles.root), style);
|
|
130
131
|
}
|
|
131
|
-
return /*#__PURE__*/
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
})
|
|
132
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(Wrapper, _objectSpread(_objectSpread({}, WrapperProps), {}, {
|
|
133
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(Component, _objectSpread(_objectSpread({
|
|
134
|
+
className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageList', theme) && [`onesy-ImageList-root`], className, classes.root, classes[`version_${version}`]])
|
|
135
|
+
}, other), {}, {
|
|
136
|
+
children: _react.default.Children.toArray(children).map((item_2, index) => (/*#__PURE__*/_react.default.cloneElement(item_2, {
|
|
137
|
+
key: index,
|
|
138
|
+
version,
|
|
139
|
+
style: _objectSpread(_objectSpread({}, styles.item), item_2.props.style)
|
|
140
|
+
})))
|
|
141
|
+
}))
|
|
142
|
+
}));
|
|
143
|
+
};
|
|
139
144
|
ImageList.displayName = 'onesy-ImageList';
|
|
140
145
|
var _default = exports.default = ImageList;
|
|
@@ -5,7 +5,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
|
-
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
8
|
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
10
9
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
11
10
|
var _react = _interopRequireDefault(require("react"));
|
|
@@ -14,7 +13,8 @@ var _styleReact = require("@onesy/style-react");
|
|
|
14
13
|
var _Line = _interopRequireDefault(require("../Line"));
|
|
15
14
|
var _useMediaQuery = _interopRequireDefault(require("../useMediaQuery"));
|
|
16
15
|
var _utils2 = require("../utils");
|
|
17
|
-
|
|
16
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
17
|
+
const _excluded = ["ref", "rows", "columns", "version", "Component", "className", "style", "children"];
|
|
18
18
|
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; }
|
|
19
19
|
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) { (0, _defineProperty2.default)(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; }
|
|
20
20
|
const useStyle = (0, _styleReact.style)(theme => ({
|
|
@@ -35,12 +35,13 @@ const useStyle = (0, _styleReact.style)(theme => ({
|
|
|
35
35
|
}), {
|
|
36
36
|
name: 'onesy-ImageListItem'
|
|
37
37
|
});
|
|
38
|
-
const ImageListItem =
|
|
38
|
+
const ImageListItem = props_ => {
|
|
39
39
|
var _theme$ui, _theme$ui2, _theme$elements;
|
|
40
40
|
const theme = (0, _styleReact.useOnesyTheme)();
|
|
41
41
|
const props = _objectSpread(_objectSpread(_objectSpread({}, theme === null || theme === void 0 || (_theme$ui = theme.ui) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.elements) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.all) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.props) === null || _theme$ui === void 0 ? void 0 : _theme$ui.default), theme === null || theme === void 0 || (_theme$ui2 = theme.ui) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.elements) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.onesyImageListItem) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.props) === null || _theme$ui2 === void 0 ? void 0 : _theme$ui2.default), props_);
|
|
42
42
|
const Line = (theme === null || theme === void 0 || (_theme$elements = theme.elements) === null || _theme$elements === void 0 ? void 0 : _theme$elements.Line) || _Line.default;
|
|
43
43
|
const {
|
|
44
|
+
ref,
|
|
44
45
|
rows: rows_,
|
|
45
46
|
columns: columns_,
|
|
46
47
|
version = 'standard',
|
|
@@ -81,7 +82,7 @@ const ImageListItem = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
|
|
|
81
82
|
}
|
|
82
83
|
const children = _react.default.Children.toArray(children_);
|
|
83
84
|
if (children.length > 1) other.justify = 'flex-end';
|
|
84
|
-
return /*#__PURE__*/
|
|
85
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(Line, _objectSpread(_objectSpread({
|
|
85
86
|
ref: item_0 => {
|
|
86
87
|
if (ref) {
|
|
87
88
|
if ((0, _utils.is)('function', ref)) ref(item_0);else ref.current = item_0;
|
|
@@ -95,7 +96,9 @@ const ImageListItem = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
|
|
|
95
96
|
Component: Component,
|
|
96
97
|
className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageListItem', theme) && ['onesy-ImageListItem-root'], className, classes.root, classes[`version_${version}`]]),
|
|
97
98
|
style: _objectSpread(_objectSpread({}, styles.root), style)
|
|
98
|
-
}, other),
|
|
99
|
-
|
|
99
|
+
}, other), {}, {
|
|
100
|
+
children: children
|
|
101
|
+
}));
|
|
102
|
+
};
|
|
100
103
|
ImageListItem.displayName = 'onesy-ImageListItem';
|
|
101
104
|
var _default = exports.default = ImageListItem;
|
|
@@ -5,7 +5,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
|
-
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
8
|
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
10
9
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
11
10
|
var _compilerRuntime = require("react/compiler-runtime");
|
|
@@ -13,6 +12,7 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
12
|
var _styleReact = require("@onesy/style-react");
|
|
14
13
|
var _ListItem = _interopRequireDefault(require("../ListItem"));
|
|
15
14
|
var _utils = require("../utils");
|
|
15
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
16
16
|
const _excluded = ["position", "backgroundOpacity", "Component", "className", "children"];
|
|
17
17
|
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; }
|
|
18
18
|
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) { (0, _defineProperty2.default)(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; }
|
|
@@ -33,9 +33,9 @@ const useStyle = (0, _styleReact.style)(theme => ({
|
|
|
33
33
|
}), {
|
|
34
34
|
name: 'onesy-ImageListItemBox'
|
|
35
35
|
});
|
|
36
|
-
const ImageListItemBox =
|
|
36
|
+
const ImageListItemBox = props_ => {
|
|
37
37
|
var _theme$ui, _theme$ui2, _theme$elements;
|
|
38
|
-
const $ = (0, _compilerRuntime.c)(
|
|
38
|
+
const $ = (0, _compilerRuntime.c)(7);
|
|
39
39
|
const theme = (0, _styleReact.useOnesyTheme)();
|
|
40
40
|
const props = _objectSpread(_objectSpread(_objectSpread({}, theme === null || theme === void 0 || (_theme$ui = theme.ui) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.elements) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.all) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.props) === null || _theme$ui === void 0 ? void 0 : _theme$ui.default), theme === null || theme === void 0 || (_theme$ui2 = theme.ui) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.elements) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.onesyImageListItemBox) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.props) === null || _theme$ui2 === void 0 ? void 0 : _theme$ui2.default), props_);
|
|
41
41
|
const ListItem = (theme === null || theme === void 0 || (_theme$elements = theme.elements) === null || _theme$elements === void 0 ? void 0 : _theme$elements.ListItem) || _ListItem.default;
|
|
@@ -54,25 +54,25 @@ const ImageListItemBox = /*#__PURE__*/_react.default.forwardRef((props_, ref) =>
|
|
|
54
54
|
} = useStyle();
|
|
55
55
|
const t2 = (0, _styleReact.classNames)([(0, _utils.staticClassName)("ImageListItemBox", theme) && ["onesy-ImageListItemBox-root"], className, classes.root, position && classes[`position_${position}`]]);
|
|
56
56
|
let t3;
|
|
57
|
-
if ($[0] !== Component || $[1] !== ListItem || $[2] !== backgroundOpacity || $[3] !== children || $[4] !== other || $[5] !==
|
|
58
|
-
t3 = /*#__PURE__*/
|
|
59
|
-
ref: ref,
|
|
57
|
+
if ($[0] !== Component || $[1] !== ListItem || $[2] !== backgroundOpacity || $[3] !== children || $[4] !== other || $[5] !== t2) {
|
|
58
|
+
t3 = /*#__PURE__*/(0, _jsxRuntime.jsx)(ListItem, _objectSpread(_objectSpread({
|
|
60
59
|
backgroundOpacity: backgroundOpacity,
|
|
61
60
|
Component: Component,
|
|
62
61
|
className: t2
|
|
63
|
-
}, other),
|
|
62
|
+
}, other), {}, {
|
|
63
|
+
children: children
|
|
64
|
+
}));
|
|
64
65
|
$[0] = Component;
|
|
65
66
|
$[1] = ListItem;
|
|
66
67
|
$[2] = backgroundOpacity;
|
|
67
68
|
$[3] = children;
|
|
68
69
|
$[4] = other;
|
|
69
|
-
$[5] =
|
|
70
|
-
$[6] =
|
|
71
|
-
$[7] = t3;
|
|
70
|
+
$[5] = t2;
|
|
71
|
+
$[6] = t3;
|
|
72
72
|
} else {
|
|
73
|
-
t3 = $[
|
|
73
|
+
t3 = $[6];
|
|
74
74
|
}
|
|
75
75
|
return t3;
|
|
76
|
-
}
|
|
76
|
+
};
|
|
77
77
|
ImageListItemBox.displayName = 'onesy-ImageListItemBox';
|
|
78
78
|
var _default = exports.default = ImageListItemBox;
|
package/Info/Info.js
CHANGED
|
@@ -5,7 +5,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
|
-
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
8
|
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
10
9
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
11
10
|
var _compilerRuntime = require("react/compiler-runtime");
|
|
@@ -19,6 +18,7 @@ var _Menu = _interopRequireDefault(require("../Menu"));
|
|
|
19
18
|
var _Tooltip = _interopRequireDefault(require("../Tooltip"));
|
|
20
19
|
var _Type = _interopRequireDefault(require("../Type"));
|
|
21
20
|
var _utils2 = require("../utils");
|
|
21
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
22
22
|
const _excluded = ["name", "title", "render", "Icon", "IconProps", "IconButtonProps", "TitleProps", "ContainerProps", "TooltipProps", "className", "children"];
|
|
23
23
|
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; }
|
|
24
24
|
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) { (0, _defineProperty2.default)(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; }
|
|
@@ -38,9 +38,9 @@ const useStyle = (0, _styleReact.style)(theme => ({
|
|
|
38
38
|
}), {
|
|
39
39
|
name: 'onesy-Info'
|
|
40
40
|
});
|
|
41
|
-
const Info =
|
|
41
|
+
const Info = props_ => {
|
|
42
42
|
var _theme$ui, _theme$ui2, _theme$elements, _theme$elements2, _theme$elements3, _theme$elements4, _theme$elements5;
|
|
43
|
-
const $ = (0, _compilerRuntime.c)(
|
|
43
|
+
const $ = (0, _compilerRuntime.c)(21);
|
|
44
44
|
const theme = (0, _styleReact.useOnesyTheme)();
|
|
45
45
|
const l = theme.l;
|
|
46
46
|
const props = _objectSpread(_objectSpread(_objectSpread({}, theme === null || theme === void 0 || (_theme$ui = theme.ui) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.elements) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.all) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.props) === null || _theme$ui === void 0 ? void 0 : _theme$ui.default), theme === null || theme === void 0 || (_theme$ui2 = theme.ui) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.elements) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.onesyInfo) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.props) === null || _theme$ui2 === void 0 ? void 0 : _theme$ui2.default), props_);
|
|
@@ -68,16 +68,21 @@ const Info = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
|
|
|
68
68
|
classes
|
|
69
69
|
} = useStyle();
|
|
70
70
|
const t1 = "center";
|
|
71
|
-
const t2 = (0, _utils.is)("function", render) ? render() : /*#__PURE__*/
|
|
71
|
+
const t2 = (0, _utils.is)("function", render) ? render() : /*#__PURE__*/(0, _jsxRuntime.jsx)(Line, {
|
|
72
72
|
gap: 1,
|
|
73
73
|
fullWidth: true,
|
|
74
|
-
className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)("Info", theme) && ["onesy-Info-menu"], classes.menu])
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
74
|
+
className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)("Info", theme) && ["onesy-Info-menu"], classes.menu]),
|
|
75
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(Line, _objectSpread(_objectSpread({
|
|
76
|
+
gap: 1,
|
|
77
|
+
fullWidth: true
|
|
78
|
+
}, ContainerProps), {}, {
|
|
79
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(Type, _objectSpread(_objectSpread({
|
|
80
|
+
version: "l2"
|
|
81
|
+
}, TitleProps), {}, {
|
|
82
|
+
children: title
|
|
83
|
+
})), children]
|
|
84
|
+
}))
|
|
85
|
+
});
|
|
81
86
|
const t3 = (0, _styleReact.classNames)([(0, _utils2.staticClassName)("Info", theme) && ["onesy-Info-root"], className, classes.root]);
|
|
82
87
|
let t4;
|
|
83
88
|
if ($[0] !== l || $[1] !== name) {
|
|
@@ -90,7 +95,7 @@ const Info = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
|
|
|
90
95
|
}
|
|
91
96
|
let t5;
|
|
92
97
|
if ($[3] !== Icon || $[4] !== IconProps) {
|
|
93
|
-
t5 = /*#__PURE__*/
|
|
98
|
+
t5 = /*#__PURE__*/(0, _jsxRuntime.jsx)(Icon, _objectSpread({}, IconProps));
|
|
94
99
|
$[3] = Icon;
|
|
95
100
|
$[4] = IconProps;
|
|
96
101
|
$[5] = t5;
|
|
@@ -99,7 +104,9 @@ const Info = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
|
|
|
99
104
|
}
|
|
100
105
|
let t6;
|
|
101
106
|
if ($[6] !== IconButton || $[7] !== IconButtonProps || $[8] !== t5) {
|
|
102
|
-
t6 = /*#__PURE__*/
|
|
107
|
+
t6 = /*#__PURE__*/(0, _jsxRuntime.jsx)(IconButton, _objectSpread(_objectSpread({}, IconButtonProps), {}, {
|
|
108
|
+
children: t5
|
|
109
|
+
}));
|
|
103
110
|
$[6] = IconButton;
|
|
104
111
|
$[7] = IconButtonProps;
|
|
105
112
|
$[8] = t5;
|
|
@@ -109,9 +116,13 @@ const Info = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
|
|
|
109
116
|
}
|
|
110
117
|
let t7;
|
|
111
118
|
if ($[10] !== Tooltip || $[11] !== TooltipProps || $[12] !== t4 || $[13] !== t6) {
|
|
112
|
-
t7 = /*#__PURE__*/
|
|
113
|
-
|
|
114
|
-
|
|
119
|
+
t7 = /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
|
120
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(Tooltip, _objectSpread(_objectSpread({
|
|
121
|
+
name: t4
|
|
122
|
+
}, TooltipProps), {}, {
|
|
123
|
+
children: t6
|
|
124
|
+
}))
|
|
125
|
+
});
|
|
115
126
|
$[10] = Tooltip;
|
|
116
127
|
$[11] = TooltipProps;
|
|
117
128
|
$[12] = t4;
|
|
@@ -121,24 +132,24 @@ const Info = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
|
|
|
121
132
|
t7 = $[14];
|
|
122
133
|
}
|
|
123
134
|
let t8;
|
|
124
|
-
if ($[15] !== Menu || $[16] !== other || $[17] !==
|
|
125
|
-
t8 = /*#__PURE__*/
|
|
126
|
-
ref: ref,
|
|
135
|
+
if ($[15] !== Menu || $[16] !== other || $[17] !== t2 || $[18] !== t3 || $[19] !== t7) {
|
|
136
|
+
t8 = /*#__PURE__*/(0, _jsxRuntime.jsx)(Menu, _objectSpread(_objectSpread({
|
|
127
137
|
alignment: t1,
|
|
128
138
|
name: t2,
|
|
129
139
|
className: t3
|
|
130
|
-
}, other),
|
|
140
|
+
}, other), {}, {
|
|
141
|
+
children: t7
|
|
142
|
+
}));
|
|
131
143
|
$[15] = Menu;
|
|
132
144
|
$[16] = other;
|
|
133
|
-
$[17] =
|
|
134
|
-
$[18] =
|
|
135
|
-
$[19] =
|
|
136
|
-
$[20] =
|
|
137
|
-
$[21] = t8;
|
|
145
|
+
$[17] = t2;
|
|
146
|
+
$[18] = t3;
|
|
147
|
+
$[19] = t7;
|
|
148
|
+
$[20] = t8;
|
|
138
149
|
} else {
|
|
139
|
-
t8 = $[
|
|
150
|
+
t8 = $[20];
|
|
140
151
|
}
|
|
141
152
|
return t8;
|
|
142
|
-
}
|
|
153
|
+
};
|
|
143
154
|
Info.displayName = 'onesy-Info';
|
|
144
155
|
var _default = exports.default = Info;
|