@beppla/tapas-ui 1.0.66 → 1.0.67
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/commonjs/Alert/Alert.js +27 -0
- package/commonjs/Alert/Alert.js.map +1 -0
- package/commonjs/AnimatedNavItem/AnimatedNavItem.js +71 -0
- package/commonjs/AnimatedNavItem/AnimatedNavItem.js.map +1 -0
- package/commonjs/BarChart/BarChart.js +195 -65
- package/commonjs/BarChart/BarChart.js.map +1 -1
- package/commonjs/BarChart/index.js +1 -1
- package/commonjs/BarChart/index.js.map +1 -0
- package/commonjs/Button/Button.js +131 -64
- package/commonjs/Button/Button.js.map +1 -0
- package/commonjs/Button/ButtonGroup.js +51 -0
- package/commonjs/Button/ButtonGroup.js.map +1 -0
- package/commonjs/Calendar/Calendar.base.js +165 -102
- package/commonjs/Calendar/Calendar.base.js.map +1 -1
- package/commonjs/Calendar/Calendar.js +55 -0
- package/commonjs/Calendar/Calendar.js.map +1 -0
- package/commonjs/Calendar/ConcreteTimeSelector.js +221 -145
- package/commonjs/Calendar/ConcreteTimeSelector.js.map +1 -0
- package/commonjs/Calendar/CustomRange.js +277 -203
- package/commonjs/Calendar/CustomRange.js.map +1 -1
- package/commonjs/Calendar/DaySelector.js +116 -55
- package/commonjs/Calendar/DaySelector.js.map +1 -1
- package/commonjs/Calendar/MonthSelector.js +118 -56
- package/commonjs/Calendar/MonthSelector.js.map +1 -1
- package/commonjs/Calendar/TimeSelector.js +224 -151
- package/commonjs/Calendar/TimeSelector.js.map +1 -1
- package/commonjs/Calendar/WeekDaySelector.js +118 -56
- package/commonjs/Calendar/WeekDaySelector.js.map +1 -1
- package/commonjs/Calendar/helper.js +86 -55
- package/commonjs/Calendar/helper.js.map +1 -0
- package/commonjs/Calendar/local.js.map +1 -0
- package/commonjs/Calendar/types.js +11 -11
- package/commonjs/Calendar/types.js.map +1 -1
- package/commonjs/Card/Card.js +82 -0
- package/commonjs/Card/Card.js.map +1 -0
- package/commonjs/CheckBox/CheckBox.js +27 -0
- package/commonjs/CheckBox/CheckBox.js.map +1 -0
- package/commonjs/CheckBox/CheckBoxItem.js +29 -0
- package/commonjs/CheckBox/CheckBoxItem.js.map +1 -0
- package/commonjs/CheckBox/GroupCheckBox.js +46 -0
- package/commonjs/CheckBox/GroupCheckBox.js.map +1 -0
- package/commonjs/CircularProgress/CircularProgress.js +11 -0
- package/commonjs/CircularProgress/CircularProgress.js.map +1 -0
- package/commonjs/Collapsible/Collapsible.js.map +1 -0
- package/commonjs/DashboardCard/DashboardCard.js +34 -0
- package/commonjs/DashboardCard/DashboardCard.js.map +1 -0
- package/commonjs/DataCell/DataCell.js +259 -205
- package/commonjs/DataCell/DataCell.js.map +1 -1
- package/commonjs/DataCell/index.js.map +2 -1
- package/commonjs/DataTable/DataTable.js +144 -70
- package/commonjs/DataTable/DataTable.js.map +1 -1
- package/commonjs/DataTable/index.js +3 -2
- package/commonjs/DataTable/index.js.map +1 -1
- package/commonjs/DeviceSelectionModal/DeviceSelectionModal.js +296 -243
- package/commonjs/DeviceSelectionModal/DeviceSelectionModal.js.map +1 -1
- package/commonjs/DraggableFlatList/DraggableFlatList.js +11 -9
- package/commonjs/DraggableFlatList/DraggableFlatList.js.map +1 -1
- package/commonjs/Drawer/Drawer.js +36 -0
- package/commonjs/Drawer/Drawer.js.map +1 -0
- package/commonjs/Dropdown/CustomDropdown.js +207 -164
- package/commonjs/Dropdown/CustomDropdown.js.map +1 -1
- package/commonjs/Dropdown/Dropdown.js +110 -0
- package/commonjs/Dropdown/Dropdown.js.map +1 -0
- package/commonjs/Dropdown/InputDropdown.js +52 -0
- package/commonjs/Dropdown/InputDropdown.js.map +1 -0
- package/commonjs/ExternalLink/ExternalLink.js +193 -45
- package/commonjs/ExternalLink/ExternalLink.js.map +1 -1
- package/commonjs/Gantt/Accessories.js +171 -156
- package/commonjs/Gantt/Accessories.js.map +1 -1
- package/commonjs/Gantt/Gantt.js +193 -121
- package/commonjs/Gantt/Gantt.js.map +1 -1
- package/commonjs/Gantt/GanttInnerElementType.js +54 -0
- package/commonjs/Gantt/GanttInnerElementType.js.map +1 -0
- package/commonjs/Gantt/helper.js +20 -0
- package/commonjs/Gantt/helper.js.map +1 -0
- package/commonjs/Gantt/types.js +4 -4
- package/commonjs/Gantt/types.js.map +1 -1
- package/commonjs/Grid/FixedSizeGrid.js +15 -0
- package/commonjs/Grid/FixedSizeGrid.js.map +1 -1
- package/commonjs/Grid/StaticFixedSizeGrid.js +277 -216
- package/commonjs/Grid/StaticFixedSizeGrid.js.map +1 -0
- package/commonjs/Grid/VariableSizeGrid.js +22 -0
- package/commonjs/Grid/VariableSizeGrid.js.map +1 -0
- package/commonjs/Grid/helper.js +11 -12
- package/commonjs/Grid/helper.js.map +1 -0
- package/commonjs/Grid/timer.js +8 -4
- package/commonjs/Grid/timer.js.map +1 -1
- package/commonjs/Header/Header.js +54 -0
- package/commonjs/Header/Header.js.map +1 -0
- package/commonjs/HelloWave/HelloWave.js +31 -0
- package/commonjs/HelloWave/HelloWave.js.map +1 -0
- package/commonjs/Hoverable/Hoverable.js +20 -0
- package/commonjs/Hoverable/Hoverable.js.map +1 -0
- package/commonjs/IconText/IconText.js +68 -44
- package/commonjs/IconText/IconText.js.map +1 -1
- package/commonjs/Icons/TapasIcon.js +56 -0
- package/commonjs/Icons/TapasIcon.js.map +1 -0
- package/commonjs/Icons/TapasIconExpo.js +108 -49
- package/commonjs/Icons/TapasIconExpo.js.map +1 -1
- package/commonjs/Icons/expoFontLoader.js +149 -0
- package/commonjs/Icons/expoFontLoader.js.map +1 -0
- package/commonjs/Icons/fontLoader.js +318 -147
- package/commonjs/Icons/fontLoader.js.map +1 -0
- package/commonjs/Icons/index.js +12 -0
- package/commonjs/Icons/index.js.map +1 -0
- package/commonjs/Icons/smartFontLoader.js +232 -0
- package/commonjs/Icons/smartFontLoader.js.map +1 -0
- package/commonjs/Image/Image.js +138 -77
- package/commonjs/Image/Image.js.map +1 -1
- package/commonjs/Image/PreviewImg.js +98 -45
- package/commonjs/Image/PreviewImg.js.map +1 -0
- package/commonjs/Input/Input.js +38 -0
- package/commonjs/Input/Input.js.map +1 -0
- package/commonjs/Layout/Layout.js +28 -0
- package/commonjs/Layout/Layout.js.map +1 -0
- package/commonjs/Layout/ToastContext.js +67 -18
- package/commonjs/Layout/ToastContext.js.map +1 -0
- package/commonjs/Layout/index.js +38 -34
- package/commonjs/Layout/index.js.map +1 -1
- package/commonjs/LineChart/LineChart.js +205 -54
- package/commonjs/LineChart/LineChart.js.map +2 -1
- package/commonjs/LineChart/index.js +1 -1
- package/commonjs/LineChart/index.js.map +1 -0
- package/commonjs/ListItem/ListItem.js +132 -65
- package/commonjs/ListItem/ListItem.js.map +1 -1
- package/commonjs/Loading/Loading.js +30 -0
- package/commonjs/Loading/Loading.js.map +1 -0
- package/commonjs/MessageBox/MessageBox.js +51 -0
- package/commonjs/MessageBox/MessageBox.js.map +1 -0
- package/commonjs/MultiSelector/MultiSelector.js +226 -135
- package/commonjs/MultiSelector/MultiSelector.js.map +1 -1
- package/commonjs/Navigation/Navigation.js +3 -2
- package/commonjs/Navigation/Navigation.js.map +2 -1
- package/commonjs/Notification/Notification.js +48 -0
- package/commonjs/Notification/Notification.js.map +1 -0
- package/commonjs/Notification/index.js +3 -0
- package/commonjs/Notification/index.js.map +1 -0
- package/commonjs/NumericInput/NumericInput.js +23 -0
- package/commonjs/NumericInput/NumericInput.js.map +1 -0
- package/commonjs/Overlay/Overlay.js +20 -0
- package/commonjs/Overlay/Overlay.js.map +1 -0
- package/commonjs/Pagination/Pagination.js +39 -0
- package/commonjs/Pagination/Pagination.js.map +1 -0
- package/commonjs/PieChart/PieChart.js +76 -58
- package/commonjs/PieChart/PieChart.js.map +1 -0
- package/commonjs/PieChart/index.js +1 -1
- package/commonjs/PieChart/index.js.map +1 -0
- package/commonjs/Popover/Popover.js +120 -99
- package/commonjs/Popover/Popover.js.map +1 -1
- package/commonjs/Quantity/Quantity.js +70 -0
- package/commonjs/Quantity/Quantity.js.map +1 -0
- package/commonjs/RadioButton/RadioButton.js +94 -46
- package/commonjs/RadioButton/RadioButton.js.map +1 -1
- package/commonjs/ReasonModal/ReasonModal.js +70 -0
- package/commonjs/ReasonModal/ReasonModal.js.map +1 -0
- package/commonjs/ScanButton/ScanButton.js +51 -37
- package/commonjs/ScanButton/ScanButton.js.map +1 -1
- package/commonjs/SearchInput/SearchInput.js +153 -76
- package/commonjs/SearchInput/SearchInput.js.map +1 -0
- package/commonjs/SearchInput/index.js +3 -0
- package/commonjs/SearchInput/index.js.map +1 -0
- package/commonjs/SheetTitle/SheetTitle.js +6 -0
- package/commonjs/SheetTitle/SheetTitle.js.map +1 -0
- package/commonjs/Shell/Shell.js +46 -0
- package/commonjs/Shell/Shell.js.map +1 -0
- package/commonjs/Shell/styles.js.map +1 -0
- package/commonjs/Shell/types.js.map +1 -0
- package/commonjs/StatisticCard/StatisticCard.js +41 -34
- package/commonjs/StatisticCard/StatisticCard.js.map +1 -1
- package/commonjs/StatisticCard/index.js +1 -0
- package/commonjs/StatisticCard/index.js.map +1 -0
- package/commonjs/Status/Status.js +38 -25
- package/commonjs/Status/Status.js.map +1 -1
- package/commonjs/TabTitle/TabTitle.js +71 -43
- package/commonjs/TabTitle/TabTitle.js.map +1 -1
- package/commonjs/TabTitle/index.js +15 -9
- package/commonjs/TabTitle/index.js.map +2 -1
- package/commonjs/TableColumnHeader/TableColumnHeader.js +154 -89
- package/commonjs/TableColumnHeader/TableColumnHeader.js.map +1 -0
- package/commonjs/Tag/Tag.js +41 -0
- package/commonjs/Tag/Tag.js.map +1 -0
- package/commonjs/Task/Task.js +124 -117
- package/commonjs/Task/Task.js.map +1 -1
- package/commonjs/Task/type.js +4 -4
- package/commonjs/Task/type.js.map +1 -0
- package/commonjs/Text/Text.js +26 -0
- package/commonjs/Text/Text.js.map +1 -0
- package/commonjs/Theme/ThemeProvider.js +1 -0
- package/commonjs/Theme/ThemeProvider.js.map +1 -1
- package/commonjs/Timeline/Timeline.js +23 -0
- package/commonjs/Timeline/Timeline.js.map +1 -0
- package/commonjs/Toast/Toast.js +94 -41
- package/commonjs/Toast/Toast.js.map +1 -1
- package/commonjs/UserSwitcher/UserSwitcher.js +195 -121
- package/commonjs/UserSwitcher/UserSwitcher.js.map +1 -1
- package/commonjs/common.js +1 -0
- package/commonjs/common.js.map +1 -0
- package/commonjs/index.js +336 -426
- package/commonjs/index.js.map +1 -1
- package/module/Alert/Alert.js +77 -0
- package/module/Alert/Alert.js.map +1 -0
- package/module/AnimatedNavItem/AnimatedNavItem.js +107 -0
- package/module/AnimatedNavItem/AnimatedNavItem.js.map +1 -0
- package/module/AnimatedNavItem/index.js +31 -2
- package/module/AnimatedNavItem/index.js.map +1 -1
- package/module/BarChart/BarChart.js +201 -63
- package/module/BarChart/BarChart.js.map +1 -1
- package/module/BarChart/index.js +10 -0
- package/module/BarChart/index.js.map +1 -1
- package/module/Button/Button.js +68 -0
- package/module/Button/Button.js.map +1 -0
- package/module/Button/ButtonGroup.js +186 -106
- package/module/Button/ButtonGroup.js.map +1 -1
- package/module/Calendar/Calendar.base.js +169 -98
- package/module/Calendar/Calendar.base.js.map +1 -1
- package/module/Calendar/Calendar.js +126 -46
- package/module/Calendar/Calendar.js.map +1 -0
- package/module/Calendar/ConcreteTimeSelector.js +225 -140
- package/module/Calendar/ConcreteTimeSelector.js.map +1 -0
- package/module/Calendar/CustomRange.js +182 -0
- package/module/Calendar/CustomRange.js.map +1 -1
- package/module/Calendar/DaySelector.js +93 -0
- package/module/Calendar/DaySelector.js.map +1 -0
- package/module/Calendar/MonthSelector.js +95 -0
- package/module/Calendar/MonthSelector.js.map +1 -0
- package/module/Calendar/TimeSelector.js +174 -0
- package/module/Calendar/TimeSelector.js.map +1 -0
- package/module/Calendar/WeekDaySelector.js +95 -0
- package/module/Calendar/WeekDaySelector.js.map +1 -0
- package/module/Calendar/helper.js +45 -0
- package/module/Calendar/helper.js.map +1 -0
- package/module/Calendar/local.js +7 -1
- package/module/Calendar/local.js.map +1 -1
- package/module/Calendar/types.js +6 -0
- package/module/Calendar/types.js.map +1 -1
- package/module/Card/Card.js +133 -0
- package/module/Card/Card.js.map +1 -0
- package/module/CheckBox/CheckBox.js +65 -0
- package/module/CheckBox/CheckBox.js.map +1 -0
- package/module/CheckBox/CheckBoxItem.js +74 -0
- package/module/CheckBox/CheckBoxItem.js.map +1 -0
- package/module/CheckBox/GroupCheckBox.js +107 -39
- package/module/CheckBox/GroupCheckBox.js.map +1 -1
- package/module/CircularProgress/CircularProgress.js +22 -0
- package/module/CircularProgress/CircularProgress.js.map +1 -0
- package/module/DashboardCard/DashboardCard.js +116 -53
- package/module/DashboardCard/DashboardCard.js.map +1 -1
- package/module/DataCell/DataCell.js +265 -203
- package/module/DataCell/DataCell.js.map +1 -0
- package/module/DataCell/index.js +28 -0
- package/module/DataCell/index.js.map +1 -0
- package/module/DataTable/DataTable.js +100 -0
- package/module/DataTable/DataTable.js.map +1 -0
- package/module/DataTable/index.js +10 -0
- package/module/DataTable/index.js.map +1 -0
- package/module/DeviceSelectionModal/DeviceSelectionModal.js +124 -0
- package/module/DeviceSelectionModal/DeviceSelectionModal.js.map +1 -0
- package/module/Drawer/Drawer.js +157 -133
- package/module/Drawer/Drawer.js.map +1 -1
- package/module/Dropdown/Dropdown.js +504 -407
- package/module/Dropdown/Dropdown.js.map +1 -1
- package/module/Dropdown/InputDropdown.js +99 -0
- package/module/Dropdown/InputDropdown.js.map +1 -0
- package/module/ExternalLink/ExternalLink.js +150 -0
- package/module/ExternalLink/ExternalLink.js.map +1 -0
- package/module/Gantt/Gantt.js +198 -118
- package/module/Gantt/Gantt.js.map +1 -0
- package/module/Gantt/GanttInnerElementType.js +133 -61
- package/module/Gantt/GanttInnerElementType.js.map +1 -0
- package/module/Gantt/helper.js +149 -137
- package/module/Gantt/helper.js.map +1 -1
- package/module/Gantt/types.js +2 -0
- package/module/Gantt/types.js.map +1 -1
- package/module/Grid/FixedSizeGrid.js +22 -0
- package/module/Grid/FixedSizeGrid.js.map +1 -0
- package/module/Grid/Grid.base.js +85 -0
- package/module/Grid/Grid.base.js.map +1 -0
- package/module/Grid/StaticFixedSizeGrid.js +133 -0
- package/module/Grid/StaticFixedSizeGrid.js.map +1 -0
- package/module/Grid/VariableSizeGrid.js +124 -102
- package/module/Grid/VariableSizeGrid.js.map +1 -1
- package/module/Grid/helper.js +19 -13
- package/module/Grid/helper.js.map +1 -0
- package/module/Grid/timer.js +9 -0
- package/module/Grid/timer.js.map +1 -1
- package/module/Header/Header.js +89 -0
- package/module/Header/Header.js.map +1 -0
- package/module/HelloWave/HelloWave.js +41 -0
- package/module/HelloWave/HelloWave.js.map +1 -0
- package/module/Hoverable/Hoverable.js +45 -0
- package/module/Hoverable/Hoverable.js.map +1 -0
- package/module/IconText/IconText.js +56 -0
- package/module/IconText/IconText.js.map +1 -0
- package/module/Icons/TapasIcon.js +108 -46
- package/module/Icons/TapasIcon.js.map +1 -0
- package/module/Icons/TapasIconExpo.js +112 -44
- package/module/Icons/TapasIconExpo.js.map +1 -0
- package/module/Icons/expoFontLoader.js +155 -0
- package/module/Icons/expoFontLoader.js.map +1 -0
- package/module/Icons/fontLoader.js +325 -147
- package/module/Icons/fontLoader.js.map +1 -1
- package/module/Icons/index.js +64 -7
- package/module/Icons/index.js.map +1 -1
- package/module/Icons/smartFontLoader.js +383 -188
- package/module/Icons/smartFontLoader.js.map +1 -0
- package/module/Image/Image.js +93 -0
- package/module/Image/Image.js.map +1 -0
- package/module/Image/PreviewImg.js +65 -0
- package/module/Image/PreviewImg.js.map +1 -1
- package/module/Input/Input.js +112 -34
- package/module/Input/Input.js.map +1 -1
- package/module/Layout/DrawerContext.js +69 -0
- package/module/Layout/DrawerContext.js.map +1 -0
- package/module/Layout/Layout.js +145 -79
- package/module/Layout/Layout.js.map +1 -0
- package/module/Layout/ToastContext.js +74 -16
- package/module/Layout/ToastContext.js.map +1 -0
- package/module/Layout/index.js +47 -14
- package/module/Layout/index.js.map +1 -0
- package/module/LineChart/LineChart.js +212 -53
- package/module/LineChart/LineChart.js.map +2 -1
- package/module/LineChart/index.js +10 -0
- package/module/LineChart/index.js.map +1 -0
- package/module/ListItem/ListItem.js +137 -61
- package/module/ListItem/ListItem.js.map +1 -1
- package/module/Loading/Loading.js +48 -0
- package/module/MessageBox/MessageBox.js +181 -122
- package/module/MessageBox/MessageBox.js.map +1 -1
- package/module/MultiSelector/MultiSelector.js +191 -0
- package/module/MultiSelector/MultiSelector.js.map +1 -0
- package/module/MultiSelector/index.js +16 -0
- package/module/MultiSelector/index.js.map +1 -0
- package/module/Navigation/Navigation.js +95 -2
- package/module/Navigation/Navigation.js.map +1 -1
- package/module/Notification/Notification.js +140 -63
- package/module/Notification/Notification.js.map +1 -1
- package/module/Notification/index.js +16 -0
- package/module/Notification/index.js.map +1 -0
- package/module/NumericInput/NumericInput.js +54 -0
- package/module/NumericInput/NumericInput.js.map +1 -0
- package/module/Overlay/Overlay.js +29 -0
- package/module/Pagination/Pagination.js +156 -89
- package/module/Pagination/Pagination.js.map +1 -1
- package/module/PieChart/PieChart.js +83 -57
- package/module/PieChart/PieChart.js.map +1 -1
- package/module/PieChart/index.js +10 -0
- package/module/PieChart/index.js.map +1 -0
- package/module/Popover/Popover.js +58 -0
- package/module/Popover/Popover.js.map +1 -0
- package/module/Progress/Progress.js +16 -0
- package/module/Progress/Progress.js.map +1 -0
- package/module/Quantity/Quantity.js +101 -0
- package/module/Quantity/Quantity.js.map +1 -0
- package/module/RadioButton/RadioButton.js +82 -0
- package/module/RadioButton/RadioButton.js.map +1 -0
- package/module/ReasonModal/ReasonModal.js +105 -0
- package/module/ReasonModal/ReasonModal.js.map +1 -0
- package/module/ReasonModal/index.js +27 -0
- package/module/ReasonModal/index.js.map +1 -0
- package/module/ScanButton/ScanButton.js +45 -0
- package/module/SearchInput/SearchInput.js +94 -0
- package/module/SearchInput/SearchInput.js.map +1 -0
- package/module/SearchInput/index.js +16 -0
- package/module/SearchInput/index.js.map +1 -0
- package/module/SheetTitle/SheetTitle.js +15 -0
- package/module/SheetTitle/SheetTitle.js.map +1 -0
- package/module/Shell/Shell.js +77 -0
- package/module/Shell/Shell.js.map +1 -0
- package/module/Shell/styles.js +6 -0
- package/module/Shell/styles.js.map +1 -0
- package/module/Shell/types.js +7 -1
- package/module/Shell/types.js.map +1 -0
- package/module/StatisticCard/StatisticCard.js +48 -33
- package/module/StatisticCard/StatisticCard.js.map +1 -1
- package/module/StatisticCard/index.js +8 -0
- package/module/StatisticCard/index.js.map +1 -0
- package/module/Status/Status.js +31 -0
- package/module/Status/Status.js.map +1 -0
- package/module/Steps/Steps.js +16 -0
- package/module/Steps/Steps.js.map +1 -0
- package/module/TabTitle/TabTitle.js +76 -43
- package/module/TabTitle/TabTitle.js.map +1 -0
- package/module/TabTitle/index.js +28 -0
- package/module/TabTitle/index.js.map +1 -0
- package/module/TableColumnHeader/TableColumnHeader.js +159 -87
- package/module/TableColumnHeader/TableColumnHeader.js.map +1 -1
- package/module/TableColumnHeader/index.js +31 -2
- package/module/TableColumnHeader/index.js.map +1 -0
- package/module/Tag/Tag.js +93 -30
- package/module/Tag/Tag.js.map +1 -1
- package/module/Task/Task.js.map +1 -0
- package/module/Task/type.js +9 -3
- package/module/Task/type.js.map +1 -1
- package/module/Text/Text.js +108 -33
- package/module/Text/Text.js.map +1 -1
- package/module/TextArea/TextArea.js +119 -0
- package/module/TextArea/TextArea.js.map +1 -0
- package/module/Theme/ThemeProvider.js +12 -0
- package/module/Theme/ThemeProvider.js.map +1 -1
- package/module/Theme/defaultTheme.js +20 -0
- package/module/Theme/defaultTheme.js.map +1 -0
- package/module/Timeline/Timeline.js +54 -0
- package/module/Timeline/Timeline.js.map +1 -0
- package/module/Toast/Toast.js +74 -0
- package/module/Toast/Toast.js.map +1 -0
- package/module/UserSwitcher/UserSwitcher.js +199 -118
- package/module/UserSwitcher/UserSwitcher.js.map +1 -1
- package/module/UserSwitcher/index.js +31 -2
- package/module/UserSwitcher/index.js.map +1 -1
- package/module/common.js +6 -0
- package/module/common.js.map +1 -0
- package/module/index.js +603 -0
- package/module/index.js.map +1 -0
- package/package.json +1 -1
- package/typescript/BarChart/BarChart.d.ts.map +1 -1
- package/typescript/LineChart/LineChart.d.ts.map +1 -1
- package/typescript/Navigation/Navigation.d.ts.map +1 -1
|
@@ -1,303 +1,356 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var __createBinding = void 0 && (void 0).__createBinding || (Object.create ? function (o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return m[k];
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
Object.defineProperty(o, k2, desc);
|
|
15
|
+
} : function (o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
o[k2] = m[k];
|
|
18
|
+
});
|
|
19
|
+
var __setModuleDefault = void 0 && (void 0).__setModuleDefault || (Object.create ? function (o, v) {
|
|
20
|
+
Object.defineProperty(o, "default", {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
value: v
|
|
23
|
+
});
|
|
24
|
+
} : function (o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = void 0 && (void 0).__importStar || function () {
|
|
28
|
+
var ownKeys = function (o) {
|
|
29
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
30
|
+
var ar = [];
|
|
31
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
32
|
+
return ar;
|
|
33
|
+
};
|
|
34
|
+
return ownKeys(o);
|
|
35
|
+
};
|
|
36
|
+
return function (mod) {
|
|
37
|
+
if (mod && mod.__esModule) return mod;
|
|
38
|
+
var result = {};
|
|
39
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
40
|
+
__setModuleDefault(result, mod);
|
|
41
|
+
return result;
|
|
42
|
+
};
|
|
43
|
+
}();
|
|
3
44
|
Object.defineProperty(exports, "__esModule", {
|
|
4
45
|
value: true
|
|
5
46
|
});
|
|
6
|
-
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
47
|
+
var react_1 = __importStar(require("react"));
|
|
48
|
+
var react_native_1 = require("react-native");
|
|
49
|
+
var themed_1 = require("@rneui/themed");
|
|
50
|
+
var DeviceSelectionModal = function (_a) {
|
|
51
|
+
var visible = _a.visible,
|
|
52
|
+
devices = _a.devices,
|
|
53
|
+
selectedDeviceId = _a.selectedDeviceId,
|
|
54
|
+
onClose = _a.onClose,
|
|
55
|
+
onConfirm = _a.onConfirm,
|
|
56
|
+
title = _a.title,
|
|
57
|
+
_b = _a.isLoading,
|
|
58
|
+
isLoading = _b === void 0 ? false : _b,
|
|
59
|
+
_c = _a.error,
|
|
60
|
+
error = _c === void 0 ? null : _c,
|
|
61
|
+
onRetry = _a.onRetry,
|
|
62
|
+
_d = _a.selectDeviceText,
|
|
63
|
+
selectDeviceText = _d === void 0 ? "Select Device" : _d,
|
|
64
|
+
_e = _a.pleaseSelectDeviceText,
|
|
65
|
+
pleaseSelectDeviceText = _e === void 0 ? "Please select a device" : _e,
|
|
66
|
+
_f = _a.loadingDevicesText,
|
|
67
|
+
loadingDevicesText = _f === void 0 ? "Loading devices..." : _f,
|
|
68
|
+
_g = _a.noDevicesAvailableText,
|
|
69
|
+
noDevicesAvailableText = _g === void 0 ? "No devices available" : _g,
|
|
70
|
+
_h = _a.closeText,
|
|
71
|
+
closeText = _h === void 0 ? "Close" : _h,
|
|
72
|
+
_j = _a.confirmText,
|
|
73
|
+
confirmText = _j === void 0 ? "Confirm" : _j,
|
|
74
|
+
_k = _a.retryText,
|
|
75
|
+
retryText = _k === void 0 ? "Retry" : _k,
|
|
76
|
+
testID = _a.testID;
|
|
77
|
+
var _l = (0, react_1.useState)(selectedDeviceId),
|
|
78
|
+
localSelectedId = _l[0],
|
|
79
|
+
setLocalSelectedId = _l[1];
|
|
80
|
+
var styles = useStyles();
|
|
81
|
+
var theme = (0, themed_1.useTheme)();
|
|
82
|
+
var handleDeviceSelect = function (deviceId) {
|
|
35
83
|
setLocalSelectedId(deviceId);
|
|
36
84
|
};
|
|
37
|
-
|
|
85
|
+
var handleConfirm = function () {
|
|
38
86
|
if (localSelectedId) {
|
|
39
87
|
onConfirm(localSelectedId);
|
|
40
88
|
}
|
|
41
89
|
};
|
|
42
|
-
|
|
90
|
+
var handleClose = function () {
|
|
43
91
|
setLocalSelectedId(selectedDeviceId);
|
|
44
92
|
onClose();
|
|
45
93
|
};
|
|
46
|
-
|
|
47
|
-
item
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
return /*#__PURE__*/_react.default.createElement(_reactNative.TouchableOpacity, {
|
|
94
|
+
var renderDeviceItem = function (_a) {
|
|
95
|
+
var item = _a.item;
|
|
96
|
+
var isSelected = item.id === localSelectedId;
|
|
97
|
+
return react_1.default.createElement(react_native_1.TouchableOpacity, {
|
|
51
98
|
style: [styles.deviceItem, isSelected && styles.selectedDeviceItem],
|
|
52
|
-
onPress: ()
|
|
53
|
-
|
|
99
|
+
onPress: function () {
|
|
100
|
+
return handleDeviceSelect(item.id);
|
|
101
|
+
}
|
|
102
|
+
}, react_1.default.createElement(react_native_1.View, {
|
|
54
103
|
style: styles.radioContainer
|
|
55
|
-
},
|
|
104
|
+
}, react_1.default.createElement(react_native_1.View, {
|
|
56
105
|
style: [styles.radioButton, isSelected && styles.radioButtonSelected]
|
|
57
|
-
}, isSelected &&
|
|
106
|
+
}, isSelected && react_1.default.createElement(react_native_1.View, {
|
|
58
107
|
style: styles.radioButtonInner
|
|
59
|
-
}))),
|
|
108
|
+
}))), react_1.default.createElement(react_native_1.View, {
|
|
60
109
|
style: styles.deviceInfo
|
|
61
|
-
},
|
|
110
|
+
}, react_1.default.createElement(react_native_1.Text, {
|
|
62
111
|
style: [styles.deviceName, isSelected && styles.selectedDeviceName]
|
|
63
|
-
}, item.name), item.description &&
|
|
112
|
+
}, item.name), item.description && react_1.default.createElement(react_native_1.Text, {
|
|
64
113
|
style: styles.deviceDescription
|
|
65
114
|
}, item.description)));
|
|
66
115
|
};
|
|
67
|
-
return
|
|
116
|
+
return react_1.default.createElement(react_native_1.Modal, {
|
|
68
117
|
visible: visible,
|
|
69
118
|
transparent: true,
|
|
70
119
|
animationType: "fade",
|
|
71
120
|
onRequestClose: handleClose,
|
|
72
121
|
testID: testID
|
|
73
|
-
},
|
|
122
|
+
}, react_1.default.createElement(react_native_1.View, {
|
|
74
123
|
style: styles.overlay
|
|
75
|
-
},
|
|
124
|
+
}, react_1.default.createElement(react_native_1.View, {
|
|
76
125
|
style: styles.modalContainer
|
|
77
|
-
},
|
|
126
|
+
}, react_1.default.createElement(react_native_1.View, {
|
|
78
127
|
style: styles.header
|
|
79
|
-
},
|
|
128
|
+
}, react_1.default.createElement(react_native_1.Text, {
|
|
80
129
|
style: styles.title
|
|
81
|
-
}, title || selectDeviceText),
|
|
130
|
+
}, title || selectDeviceText), react_1.default.createElement(react_native_1.Text, {
|
|
82
131
|
style: styles.subtitle
|
|
83
|
-
}, pleaseSelectDeviceText)),
|
|
132
|
+
}, pleaseSelectDeviceText)), react_1.default.createElement(react_native_1.View, {
|
|
84
133
|
style: styles.deviceList
|
|
85
|
-
}, isLoading ?
|
|
134
|
+
}, isLoading ? react_1.default.createElement(react_native_1.View, {
|
|
86
135
|
style: styles.loadingContainer
|
|
87
|
-
},
|
|
136
|
+
}, react_1.default.createElement(react_native_1.ActivityIndicator, {
|
|
88
137
|
size: "large",
|
|
89
138
|
color: theme.theme.colors.primary
|
|
90
|
-
}),
|
|
139
|
+
}), react_1.default.createElement(react_native_1.Text, {
|
|
91
140
|
style: styles.loadingText
|
|
92
|
-
}, loadingDevicesText)) : error ?
|
|
141
|
+
}, loadingDevicesText)) : error ? react_1.default.createElement(react_native_1.View, {
|
|
93
142
|
style: styles.errorContainer
|
|
94
|
-
},
|
|
143
|
+
}, react_1.default.createElement(react_native_1.Text, {
|
|
95
144
|
style: styles.errorText
|
|
96
|
-
}, error), onRetry &&
|
|
145
|
+
}, error), onRetry && react_1.default.createElement(react_native_1.TouchableOpacity, {
|
|
97
146
|
style: styles.retryButton,
|
|
98
147
|
onPress: onRetry
|
|
99
|
-
},
|
|
148
|
+
}, react_1.default.createElement(react_native_1.Text, {
|
|
100
149
|
style: styles.retryButtonText
|
|
101
|
-
}, retryText))) : (devices || []).length === 0 ?
|
|
150
|
+
}, retryText))) : (devices || []).length === 0 ? react_1.default.createElement(react_native_1.View, {
|
|
102
151
|
style: styles.emptyContainer
|
|
103
|
-
},
|
|
152
|
+
}, react_1.default.createElement(react_native_1.Text, {
|
|
104
153
|
style: styles.emptyText
|
|
105
|
-
}, noDevicesAvailableText)) :
|
|
154
|
+
}, noDevicesAvailableText)) : react_1.default.createElement(react_native_1.FlatList, {
|
|
106
155
|
data: devices,
|
|
107
|
-
keyExtractor: item
|
|
156
|
+
keyExtractor: function (item) {
|
|
157
|
+
return item.id;
|
|
158
|
+
},
|
|
108
159
|
renderItem: renderDeviceItem,
|
|
109
160
|
showsVerticalScrollIndicator: false
|
|
110
|
-
})),
|
|
161
|
+
})), react_1.default.createElement(react_native_1.View, {
|
|
111
162
|
style: styles.footer
|
|
112
|
-
},
|
|
163
|
+
}, react_1.default.createElement(react_native_1.TouchableOpacity, {
|
|
113
164
|
style: styles.closeButton,
|
|
114
165
|
onPress: handleClose
|
|
115
|
-
},
|
|
166
|
+
}, react_1.default.createElement(react_native_1.Text, {
|
|
116
167
|
style: styles.closeButtonText
|
|
117
|
-
}, closeText)),
|
|
168
|
+
}, closeText)), react_1.default.createElement(react_native_1.TouchableOpacity, {
|
|
118
169
|
style: [styles.confirmButton, !localSelectedId && styles.confirmButtonDisabled],
|
|
119
170
|
onPress: handleConfirm,
|
|
120
171
|
disabled: !localSelectedId
|
|
121
|
-
},
|
|
172
|
+
}, react_1.default.createElement(react_native_1.Text, {
|
|
122
173
|
style: [styles.confirmButtonText, !localSelectedId && styles.confirmButtonTextDisabled]
|
|
123
174
|
}, confirmText))))));
|
|
124
175
|
};
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
modalContainer: {
|
|
133
|
-
backgroundColor: theme.colors.white,
|
|
134
|
-
borderRadius: 12,
|
|
135
|
-
width: '90%',
|
|
136
|
-
maxWidth: 400,
|
|
137
|
-
maxHeight: '80%',
|
|
138
|
-
shadowColor: '#000',
|
|
139
|
-
shadowOffset: {
|
|
140
|
-
width: 0,
|
|
141
|
-
height: 8
|
|
176
|
+
var useStyles = (0, themed_1.makeStyles)(function (theme) {
|
|
177
|
+
return {
|
|
178
|
+
overlay: {
|
|
179
|
+
flex: 1,
|
|
180
|
+
backgroundColor: 'rgba(0, 0, 0, 0.5)',
|
|
181
|
+
justifyContent: 'center',
|
|
182
|
+
alignItems: 'center'
|
|
142
183
|
},
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
}
|
|
302
|
-
|
|
184
|
+
modalContainer: {
|
|
185
|
+
backgroundColor: theme.colors.white,
|
|
186
|
+
borderRadius: 12,
|
|
187
|
+
width: '90%',
|
|
188
|
+
maxWidth: 400,
|
|
189
|
+
maxHeight: '80%',
|
|
190
|
+
shadowColor: '#000',
|
|
191
|
+
shadowOffset: {
|
|
192
|
+
width: 0,
|
|
193
|
+
height: 8
|
|
194
|
+
},
|
|
195
|
+
shadowOpacity: 0.08,
|
|
196
|
+
shadowRadius: 24,
|
|
197
|
+
elevation: 8
|
|
198
|
+
},
|
|
199
|
+
header: {
|
|
200
|
+
padding: 24,
|
|
201
|
+
paddingBottom: 16,
|
|
202
|
+
borderBottomWidth: 1,
|
|
203
|
+
borderBottomColor: theme.colors.grey4
|
|
204
|
+
},
|
|
205
|
+
title: {
|
|
206
|
+
fontSize: 18,
|
|
207
|
+
fontWeight: '600',
|
|
208
|
+
color: theme.colors.primary,
|
|
209
|
+
marginBottom: 8
|
|
210
|
+
},
|
|
211
|
+
subtitle: {
|
|
212
|
+
fontSize: 14,
|
|
213
|
+
color: theme.colors.grey1,
|
|
214
|
+
fontWeight: '400'
|
|
215
|
+
},
|
|
216
|
+
deviceList: {
|
|
217
|
+
maxHeight: 300,
|
|
218
|
+
paddingHorizontal: 24,
|
|
219
|
+
paddingVertical: 16
|
|
220
|
+
},
|
|
221
|
+
deviceItem: {
|
|
222
|
+
flexDirection: 'row',
|
|
223
|
+
alignItems: 'center',
|
|
224
|
+
paddingVertical: 16,
|
|
225
|
+
paddingHorizontal: 12,
|
|
226
|
+
borderRadius: 8,
|
|
227
|
+
marginBottom: 8
|
|
228
|
+
},
|
|
229
|
+
selectedDeviceItem: {
|
|
230
|
+
backgroundColor: theme.colors.grey3
|
|
231
|
+
},
|
|
232
|
+
radioContainer: {
|
|
233
|
+
marginRight: 12
|
|
234
|
+
},
|
|
235
|
+
radioButton: {
|
|
236
|
+
width: 20,
|
|
237
|
+
height: 20,
|
|
238
|
+
borderRadius: 10,
|
|
239
|
+
borderWidth: 2,
|
|
240
|
+
borderColor: theme.colors.greyOutline,
|
|
241
|
+
justifyContent: 'center',
|
|
242
|
+
alignItems: 'center'
|
|
243
|
+
},
|
|
244
|
+
radioButtonSelected: {
|
|
245
|
+
borderColor: theme.colors.primary
|
|
246
|
+
},
|
|
247
|
+
radioButtonInner: {
|
|
248
|
+
width: 10,
|
|
249
|
+
height: 10,
|
|
250
|
+
borderRadius: 5,
|
|
251
|
+
backgroundColor: theme.colors.primary
|
|
252
|
+
},
|
|
253
|
+
deviceInfo: {
|
|
254
|
+
flex: 1
|
|
255
|
+
},
|
|
256
|
+
deviceName: {
|
|
257
|
+
fontSize: 16,
|
|
258
|
+
fontWeight: '500',
|
|
259
|
+
color: theme.colors.primary,
|
|
260
|
+
marginBottom: 4
|
|
261
|
+
},
|
|
262
|
+
selectedDeviceName: {
|
|
263
|
+
color: theme.colors.primary
|
|
264
|
+
},
|
|
265
|
+
deviceDescription: {
|
|
266
|
+
fontSize: 12,
|
|
267
|
+
color: theme.colors.grey1,
|
|
268
|
+
fontWeight: '400'
|
|
269
|
+
},
|
|
270
|
+
footer: {
|
|
271
|
+
flexDirection: 'row',
|
|
272
|
+
padding: 24,
|
|
273
|
+
paddingTop: 16,
|
|
274
|
+
borderTopWidth: 1,
|
|
275
|
+
borderTopColor: theme.colors.grey4,
|
|
276
|
+
gap: 12
|
|
277
|
+
},
|
|
278
|
+
closeButton: {
|
|
279
|
+
flex: 1,
|
|
280
|
+
height: 48,
|
|
281
|
+
borderRadius: 8,
|
|
282
|
+
borderWidth: 1,
|
|
283
|
+
borderColor: theme.colors.greyOutline,
|
|
284
|
+
justifyContent: 'center',
|
|
285
|
+
alignItems: 'center'
|
|
286
|
+
},
|
|
287
|
+
closeButtonText: {
|
|
288
|
+
fontSize: 16,
|
|
289
|
+
fontWeight: '500',
|
|
290
|
+
color: theme.colors.grey1
|
|
291
|
+
},
|
|
292
|
+
confirmButton: {
|
|
293
|
+
flex: 1,
|
|
294
|
+
height: 48,
|
|
295
|
+
borderRadius: 8,
|
|
296
|
+
backgroundColor: theme.colors.primary,
|
|
297
|
+
justifyContent: 'center',
|
|
298
|
+
alignItems: 'center'
|
|
299
|
+
},
|
|
300
|
+
confirmButtonDisabled: {
|
|
301
|
+
backgroundColor: theme.colors.grey3
|
|
302
|
+
},
|
|
303
|
+
confirmButtonText: {
|
|
304
|
+
fontSize: 16,
|
|
305
|
+
fontWeight: '600',
|
|
306
|
+
color: theme.colors.white
|
|
307
|
+
},
|
|
308
|
+
confirmButtonTextDisabled: {
|
|
309
|
+
color: theme.colors.grey1
|
|
310
|
+
},
|
|
311
|
+
loadingContainer: {
|
|
312
|
+
alignItems: 'center',
|
|
313
|
+
justifyContent: 'center',
|
|
314
|
+
paddingVertical: 40
|
|
315
|
+
},
|
|
316
|
+
loadingText: {
|
|
317
|
+
marginTop: 16,
|
|
318
|
+
fontSize: 14,
|
|
319
|
+
color: theme.colors.grey1
|
|
320
|
+
},
|
|
321
|
+
errorContainer: {
|
|
322
|
+
alignItems: 'center',
|
|
323
|
+
justifyContent: 'center',
|
|
324
|
+
paddingVertical: 40
|
|
325
|
+
},
|
|
326
|
+
errorText: {
|
|
327
|
+
fontSize: 14,
|
|
328
|
+
color: theme.colors.error || '#FF6B6B',
|
|
329
|
+
textAlign: 'center',
|
|
330
|
+
marginBottom: 16
|
|
331
|
+
},
|
|
332
|
+
retryButton: {
|
|
333
|
+
paddingHorizontal: 20,
|
|
334
|
+
paddingVertical: 8,
|
|
335
|
+
backgroundColor: theme.colors.primary,
|
|
336
|
+
borderRadius: 6
|
|
337
|
+
},
|
|
338
|
+
retryButtonText: {
|
|
339
|
+
fontSize: 14,
|
|
340
|
+
color: theme.colors.white,
|
|
341
|
+
fontWeight: '500'
|
|
342
|
+
},
|
|
343
|
+
emptyContainer: {
|
|
344
|
+
alignItems: 'center',
|
|
345
|
+
justifyContent: 'center',
|
|
346
|
+
paddingVertical: 40
|
|
347
|
+
},
|
|
348
|
+
emptyText: {
|
|
349
|
+
fontSize: 14,
|
|
350
|
+
color: theme.colors.grey1,
|
|
351
|
+
textAlign: 'center'
|
|
352
|
+
}
|
|
353
|
+
};
|
|
354
|
+
});
|
|
355
|
+
exports.default = (0, themed_1.withTheme)(DeviceSelectionModal);
|
|
303
356
|
//# sourceMappingURL=DeviceSelectionModal.js.map
|