@beppla/tapas-ui 1.2.35 → 1.3.0
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/StatisticsTable/StatisticsTable.js +976 -0
- package/commonjs/StatisticsTable/StatisticsTable.js.map +1 -0
- package/{package/commonjs → commonjs}/Theme/defaultTheme.js +6 -2
- package/commonjs/Theme/defaultTheme.js.map +1 -0
- package/{package/commonjs → commonjs}/index.js.map +1 -1
- package/module/StatisticsTable/StatisticsTable.js +970 -0
- package/module/StatisticsTable/StatisticsTable.js.map +1 -0
- package/{package/module → module}/Theme/defaultTheme.js +6 -2
- package/module/Theme/defaultTheme.js.map +1 -0
- package/{package/module → module}/index.js.map +1 -1
- package/package.json +67 -203
- package/typescript/StatisticsTable/StatisticsTable.d.ts +113 -0
- package/typescript/StatisticsTable/StatisticsTable.d.ts.map +1 -0
- package/typescript/StatisticsTable/index.d.ts +3 -0
- package/{package/typescript → typescript}/StatisticsTable/index.d.ts.map +1 -1
- package/{package/typescript → typescript}/Theme/defaultTheme.d.ts.map +1 -1
- package/{package/typescript → typescript}/index.d.ts +3 -2
- package/{package/typescript → typescript}/index.d.ts.map +1 -1
- package/components/Alert/Alert.tsx +0 -83
- package/components/AnimatedNavItem/AnimatedNavItem.tsx +0 -246
- package/components/AnimatedNavItem/index.tsx +0 -3
- package/components/BarChart/BarChart.tsx +0 -489
- package/components/BarChart/index.tsx +0 -2
- package/components/Button/Button.tsx +0 -86
- package/components/Button/ButtonGroup.tsx +0 -148
- package/components/Button/react-native-hoverable.d.ts +0 -14
- package/components/Calendar/Calendar.base.tsx +0 -393
- package/components/Calendar/Calendar.tsx +0 -107
- package/components/Calendar/ConcreteTimeSelector.tsx +0 -479
- package/components/Calendar/CustomRange.tsx +0 -538
- package/components/Calendar/DaySelector.tsx +0 -159
- package/components/Calendar/MonthSelector.tsx +0 -154
- package/components/Calendar/TimeSelector.tsx +0 -493
- package/components/Calendar/WeekDaySelector.tsx +0 -154
- package/components/Calendar/helper.ts +0 -138
- package/components/Calendar/local.ts +0 -124
- package/components/Calendar/types.ts +0 -113
- package/components/Card/Card.tsx +0 -276
- package/components/CheckBox/CheckBox.tsx +0 -157
- package/components/CheckBox/CheckBoxItem.tsx +0 -133
- package/components/CheckBox/GroupCheckBox.tsx +0 -87
- package/components/CircularProgress/CircularProgress.tsx +0 -45
- package/components/Collapsible/Collapsible.tsx +0 -88
- package/components/ComboChart/ComboChart.tsx +0 -189
- package/components/ComboChart/index.tsx +0 -3
- package/components/DashboardCard/DashboardCard.tsx +0 -221
- package/components/DataCell/DataCell.tsx +0 -670
- package/components/DataCell/index.tsx +0 -9
- package/components/DataTable/DataTable.tsx +0 -263
- package/components/DataTable/index.tsx +0 -3
- package/components/DeviceSelectionModal/DeviceSelectionModal.tsx +0 -368
- package/components/DraggableFlatList/DraggableFlatList.tsx +0 -12
- package/components/Drawer/Drawer.tsx +0 -224
- package/components/Dropdown/CustomDropdown.tsx +0 -254
- package/components/Dropdown/Dropdown.tsx +0 -830
- package/components/Dropdown/InputDropdown.tsx +0 -190
- package/components/ExternalLink/ExternalLink.tsx +0 -69
- package/components/Gantt/Accessories.tsx +0 -302
- package/components/Gantt/Gantt.tsx +0 -246
- package/components/Gantt/GanttInnerElementType.tsx +0 -131
- package/components/Gantt/helper.ts +0 -382
- package/components/Gantt/types.ts +0 -108
- package/components/Grid/FixedSizeGrid.tsx +0 -248
- package/components/Grid/Grid.base.tsx +0 -933
- package/components/Grid/StaticFixedSizeGrid.tsx +0 -511
- package/components/Grid/VariableSizeGrid.tsx +0 -514
- package/components/Grid/helper.ts +0 -69
- package/components/Grid/timer.ts +0 -32
- package/components/Header/Header.tsx +0 -240
- package/components/HelloWave/HelloWave.tsx +0 -70
- package/components/Hoverable/Hoverable.tsx +0 -65
- package/components/IconText/IconText.tsx +0 -132
- package/components/Icons/TapasIcon.tsx +0 -160
- package/components/Icons/TapasIconExpo.tsx +0 -115
- package/components/Icons/expoFontLoader.ts +0 -203
- package/components/Icons/fontLoader.ts +0 -247
- package/components/Icons/index.tsx +0 -19
- package/components/Icons/smartFontLoader.ts +0 -318
- package/components/Image/Image.tsx +0 -157
- package/components/Image/PreviewImg.tsx +0 -137
- package/components/Input/Input.tsx +0 -239
- package/components/Layout/DrawerContext.tsx +0 -31
- package/components/Layout/Layout.tsx +0 -119
- package/components/Layout/ToastContext.tsx +0 -29
- package/components/Layout/index.tsx +0 -24
- package/components/LineChart/LineChart.tsx +0 -371
- package/components/LineChart/index.tsx +0 -2
- package/components/ListItem/ListItem.tsx +0 -307
- package/components/Loading/Loading.tsx +0 -94
- package/components/MessageBox/MessageBox.tsx +0 -243
- package/components/MultiSelector/MultiSelector.tsx +0 -627
- package/components/MultiSelector/index.tsx +0 -2
- package/components/Navigation/Navigation.tsx +0 -327
- package/components/Notification/Notification.tsx +0 -289
- package/components/Notification/index.tsx +0 -2
- package/components/NumericInput/NumericInput.tsx +0 -244
- package/components/Overlay/Overlay.tsx +0 -30
- package/components/Pagination/Pagination.tsx +0 -271
- package/components/PieChart/PieChart.tsx +0 -261
- package/components/PieChart/index.tsx +0 -3
- package/components/Popover/Popover.tsx +0 -172
- package/components/Progress/Progress.tsx +0 -209
- package/components/Quantity/Quantity.tsx +0 -195
- package/components/Quantity/index.tsx +0 -2
- package/components/RadioButton/RadioButton.tsx +0 -119
- package/components/ReasonModal/ReasonModal.tsx +0 -223
- package/components/ReasonModal/index.tsx +0 -3
- package/components/ScanButton/ScanButton.tsx +0 -139
- package/components/SearchInput/SearchInput.tsx +0 -361
- package/components/SearchInput/index.tsx +0 -2
- package/components/SheetTitle/SheetTitle.tsx +0 -84
- package/components/Shell/Shell.tsx +0 -116
- package/components/Shell/styles.ts +0 -29
- package/components/Shell/types.ts +0 -23
- package/components/StatisticCard/StatisticCard.tsx +0 -132
- package/components/StatisticCard/index.tsx +0 -3
- package/components/StatisticsTable/StatisticsTable.tsx +0 -337
- package/components/StatisticsTable/index.tsx +0 -7
- package/components/Status/Status.tsx +0 -124
- package/components/Steps/Steps.tsx +0 -177
- package/components/Tab/TapasTab.tsx +0 -188
- package/components/Tab/index.tsx +0 -3
- package/components/TabTitle/TabTitle.tsx +0 -89
- package/components/TabTitle/index.tsx +0 -3
- package/components/TableColumnHeader/TableColumnHeader.tsx +0 -273
- package/components/TableColumnHeader/index.tsx +0 -7
- package/components/Tag/Tag.tsx +0 -92
- package/components/Task/Task.tsx +0 -309
- package/components/Task/type.ts +0 -6
- package/components/Text/Text.tsx +0 -152
- package/components/TextArea/TextArea.tsx +0 -348
- package/components/Theme/ThemeProvider.tsx +0 -13
- package/components/Theme/defaultTheme.ts +0 -220
- package/components/Theme/themed.d.ts +0 -102
- package/components/Timeline/Timeline.tsx +0 -230
- package/components/Toast/Toast.tsx +0 -167
- package/components/UserSwitcher/UserSwitcher.tsx +0 -273
- package/components/UserSwitcher/index.tsx +0 -3
- package/components/WebViewBridge/WebViewBridge.tsx +0 -1140
- package/components/WebViewBridge/index.tsx +0 -12
- package/components/WebViewBridge/useWebViewBridge.ts +0 -145
- package/components/WordCloud/WordCloud.tsx +0 -213
- package/components/WordCloud/index.tsx +0 -3
- package/components/common/bridgelessUtils.ts +0 -22
- package/components/common.ts +0 -8
- package/components/index.tsx +0 -182
- package/package/README.md +0 -107
- package/package/assets/adaptive-icon.png +0 -0
- package/package/assets/favicon.png +0 -0
- package/package/assets/fonts/customfont.ttf +0 -0
- package/package/assets/icon.png +0 -0
- package/package/assets/logo.png +0 -0
- package/package/assets/splash.png +0 -0
- package/package/assets/svg/customfont.svg +0 -333
- package/package/assets/svg/logo.svg +0 -9
- package/package/assets/tapas/favicon.png +0 -0
- package/package/assets/tapas/logo.png +0 -0
- package/package/assets/tapas/logo_no_word.png +0 -0
- package/package/assets/tapas/logo_transparent_white.png +0 -0
- package/package/commonjs/StatisticsTable/StatisticsTable.js +0 -384
- package/package/commonjs/StatisticsTable/StatisticsTable.js.map +0 -1
- package/package/commonjs/Theme/defaultTheme.js.map +0 -1
- package/package/init.js +0 -179
- package/package/module/AnimatedNavItem/README.md +0 -520
- package/package/module/DataCell/README.md +0 -1042
- package/package/module/Icons/README.md +0 -182
- package/package/module/Icons/icon-categories.json +0 -341
- package/package/module/Icons/real-icon-mapping.json +0 -1940
- package/package/module/Icons/selection.json +0 -1
- package/package/module/Input/README.md +0 -157
- package/package/module/Loading/README.md +0 -160
- package/package/module/MultiSelector/README.md +0 -246
- package/package/module/Notification/README.md +0 -158
- package/package/module/Quantity/README.md +0 -251
- package/package/module/ReasonModal/README.md +0 -320
- package/package/module/SearchInput/README.md +0 -304
- package/package/module/StatisticsTable/README.md +0 -178
- package/package/module/StatisticsTable/StatisticsTable.js +0 -378
- package/package/module/StatisticsTable/StatisticsTable.js.map +0 -1
- package/package/module/TabTitle/README.md +0 -399
- package/package/module/TableColumnHeader/README.md +0 -682
- package/package/module/Theme/defaultTheme.js.map +0 -1
- package/package/module/UserSwitcher/README.md +0 -334
- package/package/module/WebViewBridge/OPTIMIZATION_SUMMARY.md +0 -187
- package/package/module/WebViewBridge/README.md +0 -564
- package/package/package.json +0 -84
- package/package/typescript/StatisticsTable/StatisticsTable.d.ts +0 -35
- package/package/typescript/StatisticsTable/StatisticsTable.d.ts.map +0 -1
- package/package/typescript/StatisticsTable/index.d.ts +0 -3
- /package/{package/CHANGELOG.md → CHANGELOG.md} +0 -0
- /package/{package/commonjs → commonjs}/Alert/Alert.js +0 -0
- /package/{package/commonjs → commonjs}/Alert/Alert.js.map +0 -0
- /package/{package/commonjs → commonjs}/AnimatedNavItem/AnimatedNavItem.js +0 -0
- /package/{package/commonjs → commonjs}/AnimatedNavItem/AnimatedNavItem.js.map +0 -0
- /package/{components → commonjs}/AnimatedNavItem/README.md +0 -0
- /package/{package/commonjs → commonjs}/AnimatedNavItem/index.js +0 -0
- /package/{package/commonjs → commonjs}/AnimatedNavItem/index.js.map +0 -0
- /package/{package/commonjs → commonjs}/BarChart/BarChart.js +0 -0
- /package/{package/commonjs → commonjs}/BarChart/BarChart.js.map +0 -0
- /package/{package/commonjs → commonjs}/BarChart/index.js +0 -0
- /package/{package/commonjs → commonjs}/BarChart/index.js.map +0 -0
- /package/{package/commonjs → commonjs}/Button/Button.js +0 -0
- /package/{package/commonjs → commonjs}/Button/Button.js.map +0 -0
- /package/{package/commonjs → commonjs}/Button/ButtonGroup.js +0 -0
- /package/{package/commonjs → commonjs}/Button/ButtonGroup.js.map +0 -0
- /package/{package/commonjs → commonjs}/Button/react-native-hoverable.d.js +0 -0
- /package/{package/commonjs → commonjs}/Button/react-native-hoverable.d.js.map +0 -0
- /package/{package/commonjs → commonjs}/Calendar/Calendar.base.js +0 -0
- /package/{package/commonjs → commonjs}/Calendar/Calendar.base.js.map +0 -0
- /package/{package/commonjs → commonjs}/Calendar/Calendar.js +0 -0
- /package/{package/commonjs → commonjs}/Calendar/Calendar.js.map +0 -0
- /package/{package/commonjs → commonjs}/Calendar/ConcreteTimeSelector.js +0 -0
- /package/{package/commonjs → commonjs}/Calendar/ConcreteTimeSelector.js.map +0 -0
- /package/{package/commonjs → commonjs}/Calendar/CustomRange.js +0 -0
- /package/{package/commonjs → commonjs}/Calendar/CustomRange.js.map +0 -0
- /package/{package/commonjs → commonjs}/Calendar/DaySelector.js +0 -0
- /package/{package/commonjs → commonjs}/Calendar/DaySelector.js.map +0 -0
- /package/{package/commonjs → commonjs}/Calendar/MonthSelector.js +0 -0
- /package/{package/commonjs → commonjs}/Calendar/MonthSelector.js.map +0 -0
- /package/{package/commonjs → commonjs}/Calendar/TimeSelector.js +0 -0
- /package/{package/commonjs → commonjs}/Calendar/TimeSelector.js.map +0 -0
- /package/{package/commonjs → commonjs}/Calendar/WeekDaySelector.js +0 -0
- /package/{package/commonjs → commonjs}/Calendar/WeekDaySelector.js.map +0 -0
- /package/{package/commonjs → commonjs}/Calendar/helper.js +0 -0
- /package/{package/commonjs → commonjs}/Calendar/helper.js.map +0 -0
- /package/{package/commonjs → commonjs}/Calendar/local.js +0 -0
- /package/{package/commonjs → commonjs}/Calendar/local.js.map +0 -0
- /package/{package/commonjs → commonjs}/Calendar/types.js +0 -0
- /package/{package/commonjs → commonjs}/Calendar/types.js.map +0 -0
- /package/{package/commonjs → commonjs}/Card/Card.js +0 -0
- /package/{package/commonjs → commonjs}/Card/Card.js.map +0 -0
- /package/{package/commonjs → commonjs}/CheckBox/CheckBox.js +0 -0
- /package/{package/commonjs → commonjs}/CheckBox/CheckBox.js.map +0 -0
- /package/{package/commonjs → commonjs}/CheckBox/CheckBoxItem.js +0 -0
- /package/{package/commonjs → commonjs}/CheckBox/CheckBoxItem.js.map +0 -0
- /package/{package/commonjs → commonjs}/CheckBox/GroupCheckBox.js +0 -0
- /package/{package/commonjs → commonjs}/CheckBox/GroupCheckBox.js.map +0 -0
- /package/{package/commonjs → commonjs}/CircularProgress/CircularProgress.js +0 -0
- /package/{package/commonjs → commonjs}/CircularProgress/CircularProgress.js.map +0 -0
- /package/{package/commonjs → commonjs}/Collapsible/Collapsible.js +0 -0
- /package/{package/commonjs → commonjs}/Collapsible/Collapsible.js.map +0 -0
- /package/{package/commonjs → commonjs}/ComboChart/ComboChart.js +0 -0
- /package/{package/commonjs → commonjs}/ComboChart/ComboChart.js.map +0 -0
- /package/{package/commonjs → commonjs}/ComboChart/index.js +0 -0
- /package/{package/commonjs → commonjs}/ComboChart/index.js.map +0 -0
- /package/{package/commonjs → commonjs}/DashboardCard/DashboardCard.js +0 -0
- /package/{package/commonjs → commonjs}/DashboardCard/DashboardCard.js.map +0 -0
- /package/{package/commonjs → commonjs}/DataCell/DataCell.js +0 -0
- /package/{package/commonjs → commonjs}/DataCell/DataCell.js.map +0 -0
- /package/{components → commonjs}/DataCell/README.md +0 -0
- /package/{package/commonjs → commonjs}/DataCell/index.js +0 -0
- /package/{package/commonjs → commonjs}/DataCell/index.js.map +0 -0
- /package/{package/commonjs → commonjs}/DataTable/DataTable.js +0 -0
- /package/{package/commonjs → commonjs}/DataTable/DataTable.js.map +0 -0
- /package/{package/commonjs → commonjs}/DataTable/index.js +0 -0
- /package/{package/commonjs → commonjs}/DataTable/index.js.map +0 -0
- /package/{package/commonjs → commonjs}/DeviceSelectionModal/DeviceSelectionModal.js +0 -0
- /package/{package/commonjs → commonjs}/DeviceSelectionModal/DeviceSelectionModal.js.map +0 -0
- /package/{package/commonjs → commonjs}/DraggableFlatList/DraggableFlatList.js +0 -0
- /package/{package/commonjs → commonjs}/DraggableFlatList/DraggableFlatList.js.map +0 -0
- /package/{package/commonjs → commonjs}/Drawer/Drawer.js +0 -0
- /package/{package/commonjs → commonjs}/Drawer/Drawer.js.map +0 -0
- /package/{package/commonjs → commonjs}/Dropdown/CustomDropdown.js +0 -0
- /package/{package/commonjs → commonjs}/Dropdown/CustomDropdown.js.map +0 -0
- /package/{package/commonjs → commonjs}/Dropdown/Dropdown.js +0 -0
- /package/{package/commonjs → commonjs}/Dropdown/Dropdown.js.map +0 -0
- /package/{package/commonjs → commonjs}/Dropdown/InputDropdown.js +0 -0
- /package/{package/commonjs → commonjs}/Dropdown/InputDropdown.js.map +0 -0
- /package/{package/commonjs → commonjs}/ExternalLink/ExternalLink.js +0 -0
- /package/{package/commonjs → commonjs}/ExternalLink/ExternalLink.js.map +0 -0
- /package/{package/commonjs → commonjs}/Gantt/Accessories.js +0 -0
- /package/{package/commonjs → commonjs}/Gantt/Accessories.js.map +0 -0
- /package/{package/commonjs → commonjs}/Gantt/Gantt.js +0 -0
- /package/{package/commonjs → commonjs}/Gantt/Gantt.js.map +0 -0
- /package/{package/commonjs → commonjs}/Gantt/GanttInnerElementType.js +0 -0
- /package/{package/commonjs → commonjs}/Gantt/GanttInnerElementType.js.map +0 -0
- /package/{package/commonjs → commonjs}/Gantt/helper.js +0 -0
- /package/{package/commonjs → commonjs}/Gantt/helper.js.map +0 -0
- /package/{package/commonjs → commonjs}/Gantt/types.js +0 -0
- /package/{package/commonjs → commonjs}/Gantt/types.js.map +0 -0
- /package/{package/commonjs → commonjs}/Grid/FixedSizeGrid.js +0 -0
- /package/{package/commonjs → commonjs}/Grid/FixedSizeGrid.js.map +0 -0
- /package/{package/commonjs → commonjs}/Grid/Grid.base.js +0 -0
- /package/{package/commonjs → commonjs}/Grid/Grid.base.js.map +0 -0
- /package/{package/commonjs → commonjs}/Grid/StaticFixedSizeGrid.js +0 -0
- /package/{package/commonjs → commonjs}/Grid/StaticFixedSizeGrid.js.map +0 -0
- /package/{package/commonjs → commonjs}/Grid/VariableSizeGrid.js +0 -0
- /package/{package/commonjs → commonjs}/Grid/VariableSizeGrid.js.map +0 -0
- /package/{package/commonjs → commonjs}/Grid/helper.js +0 -0
- /package/{package/commonjs → commonjs}/Grid/helper.js.map +0 -0
- /package/{package/commonjs → commonjs}/Grid/timer.js +0 -0
- /package/{package/commonjs → commonjs}/Grid/timer.js.map +0 -0
- /package/{package/commonjs → commonjs}/Header/Header.js +0 -0
- /package/{package/commonjs → commonjs}/Header/Header.js.map +0 -0
- /package/{package/commonjs → commonjs}/HelloWave/HelloWave.js +0 -0
- /package/{package/commonjs → commonjs}/HelloWave/HelloWave.js.map +0 -0
- /package/{package/commonjs → commonjs}/Hoverable/Hoverable.js +0 -0
- /package/{package/commonjs → commonjs}/Hoverable/Hoverable.js.map +0 -0
- /package/{package/commonjs → commonjs}/IconText/IconText.js +0 -0
- /package/{package/commonjs → commonjs}/IconText/IconText.js.map +0 -0
- /package/{components → commonjs}/Icons/README.md +0 -0
- /package/{package/commonjs → commonjs}/Icons/TapasIcon.js +0 -0
- /package/{package/commonjs → commonjs}/Icons/TapasIcon.js.map +0 -0
- /package/{package/commonjs → commonjs}/Icons/TapasIconExpo.js +0 -0
- /package/{package/commonjs → commonjs}/Icons/TapasIconExpo.js.map +0 -0
- /package/{package/commonjs → commonjs}/Icons/expoFontLoader.js +0 -0
- /package/{package/commonjs → commonjs}/Icons/expoFontLoader.js.map +0 -0
- /package/{package/commonjs → commonjs}/Icons/fontLoader.js +0 -0
- /package/{package/commonjs → commonjs}/Icons/fontLoader.js.map +0 -0
- /package/{components → commonjs}/Icons/icon-categories.json +0 -0
- /package/{package/commonjs → commonjs}/Icons/index.js +0 -0
- /package/{package/commonjs → commonjs}/Icons/index.js.map +0 -0
- /package/{components → commonjs}/Icons/real-icon-mapping.json +0 -0
- /package/{components → commonjs}/Icons/selection.json +0 -0
- /package/{package/commonjs → commonjs}/Icons/smartFontLoader.js +0 -0
- /package/{package/commonjs → commonjs}/Icons/smartFontLoader.js.map +0 -0
- /package/{package/commonjs → commonjs}/Image/Image.js +0 -0
- /package/{package/commonjs → commonjs}/Image/Image.js.map +0 -0
- /package/{package/commonjs → commonjs}/Image/PreviewImg.js +0 -0
- /package/{package/commonjs → commonjs}/Image/PreviewImg.js.map +0 -0
- /package/{package/commonjs → commonjs}/Input/Input.js +0 -0
- /package/{package/commonjs → commonjs}/Input/Input.js.map +0 -0
- /package/{components → commonjs}/Input/README.md +0 -0
- /package/{package/commonjs → commonjs}/Layout/DrawerContext.js +0 -0
- /package/{package/commonjs → commonjs}/Layout/DrawerContext.js.map +0 -0
- /package/{package/commonjs → commonjs}/Layout/Layout.js +0 -0
- /package/{package/commonjs → commonjs}/Layout/Layout.js.map +0 -0
- /package/{package/commonjs → commonjs}/Layout/ToastContext.js +0 -0
- /package/{package/commonjs → commonjs}/Layout/ToastContext.js.map +0 -0
- /package/{package/commonjs → commonjs}/Layout/index.js +0 -0
- /package/{package/commonjs → commonjs}/Layout/index.js.map +0 -0
- /package/{package/commonjs → commonjs}/LineChart/LineChart.js +0 -0
- /package/{package/commonjs → commonjs}/LineChart/LineChart.js.map +0 -0
- /package/{package/commonjs → commonjs}/LineChart/index.js +0 -0
- /package/{package/commonjs → commonjs}/LineChart/index.js.map +0 -0
- /package/{package/commonjs → commonjs}/ListItem/ListItem.js +0 -0
- /package/{package/commonjs → commonjs}/ListItem/ListItem.js.map +0 -0
- /package/{package/commonjs → commonjs}/Loading/Loading.js +0 -0
- /package/{package/commonjs → commonjs}/Loading/Loading.js.map +0 -0
- /package/{components → commonjs}/Loading/README.md +0 -0
- /package/{package/commonjs → commonjs}/MessageBox/MessageBox.js +0 -0
- /package/{package/commonjs → commonjs}/MessageBox/MessageBox.js.map +0 -0
- /package/{package/commonjs → commonjs}/MultiSelector/MultiSelector.js +0 -0
- /package/{package/commonjs → commonjs}/MultiSelector/MultiSelector.js.map +0 -0
- /package/{components → commonjs}/MultiSelector/README.md +0 -0
- /package/{package/commonjs → commonjs}/MultiSelector/index.js +0 -0
- /package/{package/commonjs → commonjs}/MultiSelector/index.js.map +0 -0
- /package/{package/commonjs → commonjs}/Navigation/Navigation.js +0 -0
- /package/{package/commonjs → commonjs}/Navigation/Navigation.js.map +0 -0
- /package/{package/commonjs → commonjs}/Notification/Notification.js +0 -0
- /package/{package/commonjs → commonjs}/Notification/Notification.js.map +0 -0
- /package/{components → commonjs}/Notification/README.md +0 -0
- /package/{package/commonjs → commonjs}/Notification/index.js +0 -0
- /package/{package/commonjs → commonjs}/Notification/index.js.map +0 -0
- /package/{package/commonjs → commonjs}/NumericInput/NumericInput.js +0 -0
- /package/{package/commonjs → commonjs}/NumericInput/NumericInput.js.map +0 -0
- /package/{package/commonjs → commonjs}/Overlay/Overlay.js +0 -0
- /package/{package/commonjs → commonjs}/Overlay/Overlay.js.map +0 -0
- /package/{package/commonjs → commonjs}/Pagination/Pagination.js +0 -0
- /package/{package/commonjs → commonjs}/Pagination/Pagination.js.map +0 -0
- /package/{package/commonjs → commonjs}/PieChart/PieChart.js +0 -0
- /package/{package/commonjs → commonjs}/PieChart/PieChart.js.map +0 -0
- /package/{package/commonjs → commonjs}/PieChart/index.js +0 -0
- /package/{package/commonjs → commonjs}/PieChart/index.js.map +0 -0
- /package/{package/commonjs → commonjs}/Popover/Popover.js +0 -0
- /package/{package/commonjs → commonjs}/Popover/Popover.js.map +0 -0
- /package/{package/commonjs → commonjs}/Progress/Progress.js +0 -0
- /package/{package/commonjs → commonjs}/Progress/Progress.js.map +0 -0
- /package/{package/commonjs → commonjs}/Quantity/Quantity.js +0 -0
- /package/{package/commonjs → commonjs}/Quantity/Quantity.js.map +0 -0
- /package/{components → commonjs}/Quantity/README.md +0 -0
- /package/{package/commonjs → commonjs}/Quantity/index.js +0 -0
- /package/{package/commonjs → commonjs}/Quantity/index.js.map +0 -0
- /package/{package/commonjs → commonjs}/RadioButton/RadioButton.js +0 -0
- /package/{package/commonjs → commonjs}/RadioButton/RadioButton.js.map +0 -0
- /package/{components → commonjs}/ReasonModal/README.md +0 -0
- /package/{package/commonjs → commonjs}/ReasonModal/ReasonModal.js +0 -0
- /package/{package/commonjs → commonjs}/ReasonModal/ReasonModal.js.map +0 -0
- /package/{package/commonjs → commonjs}/ReasonModal/index.js +0 -0
- /package/{package/commonjs → commonjs}/ReasonModal/index.js.map +0 -0
- /package/{package/commonjs → commonjs}/ScanButton/ScanButton.js +0 -0
- /package/{package/commonjs → commonjs}/ScanButton/ScanButton.js.map +0 -0
- /package/{components → commonjs}/SearchInput/README.md +0 -0
- /package/{package/commonjs → commonjs}/SearchInput/SearchInput.js +0 -0
- /package/{package/commonjs → commonjs}/SearchInput/SearchInput.js.map +0 -0
- /package/{package/commonjs → commonjs}/SearchInput/index.js +0 -0
- /package/{package/commonjs → commonjs}/SearchInput/index.js.map +0 -0
- /package/{package/commonjs → commonjs}/SheetTitle/SheetTitle.js +0 -0
- /package/{package/commonjs → commonjs}/SheetTitle/SheetTitle.js.map +0 -0
- /package/{package/commonjs → commonjs}/Shell/Shell.js +0 -0
- /package/{package/commonjs → commonjs}/Shell/Shell.js.map +0 -0
- /package/{package/commonjs → commonjs}/Shell/styles.js +0 -0
- /package/{package/commonjs → commonjs}/Shell/styles.js.map +0 -0
- /package/{package/commonjs → commonjs}/Shell/types.js +0 -0
- /package/{package/commonjs → commonjs}/Shell/types.js.map +0 -0
- /package/{package/commonjs → commonjs}/StatisticCard/StatisticCard.js +0 -0
- /package/{package/commonjs → commonjs}/StatisticCard/StatisticCard.js.map +0 -0
- /package/{package/commonjs → commonjs}/StatisticCard/index.js +0 -0
- /package/{package/commonjs → commonjs}/StatisticCard/index.js.map +0 -0
- /package/{components → commonjs}/StatisticsTable/README.md +0 -0
- /package/{package/commonjs → commonjs}/StatisticsTable/index.js +0 -0
- /package/{package/commonjs → commonjs}/StatisticsTable/index.js.map +0 -0
- /package/{package/commonjs → commonjs}/Status/Status.js +0 -0
- /package/{package/commonjs → commonjs}/Status/Status.js.map +0 -0
- /package/{package/commonjs → commonjs}/Steps/Steps.js +0 -0
- /package/{package/commonjs → commonjs}/Steps/Steps.js.map +0 -0
- /package/{package/commonjs → commonjs}/Tab/TapasTab.js +0 -0
- /package/{package/commonjs → commonjs}/Tab/TapasTab.js.map +0 -0
- /package/{package/commonjs → commonjs}/Tab/index.js +0 -0
- /package/{package/commonjs → commonjs}/Tab/index.js.map +0 -0
- /package/{components → commonjs}/TabTitle/README.md +0 -0
- /package/{package/commonjs → commonjs}/TabTitle/TabTitle.js +0 -0
- /package/{package/commonjs → commonjs}/TabTitle/TabTitle.js.map +0 -0
- /package/{package/commonjs → commonjs}/TabTitle/index.js +0 -0
- /package/{package/commonjs → commonjs}/TabTitle/index.js.map +0 -0
- /package/{components → commonjs}/TableColumnHeader/README.md +0 -0
- /package/{package/commonjs → commonjs}/TableColumnHeader/TableColumnHeader.js +0 -0
- /package/{package/commonjs → commonjs}/TableColumnHeader/TableColumnHeader.js.map +0 -0
- /package/{package/commonjs → commonjs}/TableColumnHeader/index.js +0 -0
- /package/{package/commonjs → commonjs}/TableColumnHeader/index.js.map +0 -0
- /package/{package/commonjs → commonjs}/Tag/Tag.js +0 -0
- /package/{package/commonjs → commonjs}/Tag/Tag.js.map +0 -0
- /package/{package/commonjs → commonjs}/Task/Task.js +0 -0
- /package/{package/commonjs → commonjs}/Task/Task.js.map +0 -0
- /package/{package/commonjs → commonjs}/Task/type.js +0 -0
- /package/{package/commonjs → commonjs}/Task/type.js.map +0 -0
- /package/{package/commonjs → commonjs}/Text/Text.js +0 -0
- /package/{package/commonjs → commonjs}/Text/Text.js.map +0 -0
- /package/{package/commonjs → commonjs}/TextArea/TextArea.js +0 -0
- /package/{package/commonjs → commonjs}/TextArea/TextArea.js.map +0 -0
- /package/{package/commonjs → commonjs}/Theme/ThemeProvider.js +0 -0
- /package/{package/commonjs → commonjs}/Theme/ThemeProvider.js.map +0 -0
- /package/{package/commonjs → commonjs}/Theme/themed.d.js +0 -0
- /package/{package/commonjs → commonjs}/Theme/themed.d.js.map +0 -0
- /package/{package/commonjs → commonjs}/Timeline/Timeline.js +0 -0
- /package/{package/commonjs → commonjs}/Timeline/Timeline.js.map +0 -0
- /package/{package/commonjs → commonjs}/Toast/Toast.js +0 -0
- /package/{package/commonjs → commonjs}/Toast/Toast.js.map +0 -0
- /package/{components → commonjs}/UserSwitcher/README.md +0 -0
- /package/{package/commonjs → commonjs}/UserSwitcher/UserSwitcher.js +0 -0
- /package/{package/commonjs → commonjs}/UserSwitcher/UserSwitcher.js.map +0 -0
- /package/{package/commonjs → commonjs}/UserSwitcher/index.js +0 -0
- /package/{package/commonjs → commonjs}/UserSwitcher/index.js.map +0 -0
- /package/{components → commonjs}/WebViewBridge/OPTIMIZATION_SUMMARY.md +0 -0
- /package/{components → commonjs}/WebViewBridge/README.md +0 -0
- /package/{package/commonjs → commonjs}/WebViewBridge/WebViewBridge.js +0 -0
- /package/{package/commonjs → commonjs}/WebViewBridge/WebViewBridge.js.map +0 -0
- /package/{package/commonjs → commonjs}/WebViewBridge/index.js +0 -0
- /package/{package/commonjs → commonjs}/WebViewBridge/index.js.map +0 -0
- /package/{package/commonjs → commonjs}/WebViewBridge/useWebViewBridge.js +0 -0
- /package/{package/commonjs → commonjs}/WebViewBridge/useWebViewBridge.js.map +0 -0
- /package/{package/commonjs → commonjs}/WordCloud/WordCloud.js +0 -0
- /package/{package/commonjs → commonjs}/WordCloud/WordCloud.js.map +0 -0
- /package/{package/commonjs → commonjs}/WordCloud/index.js +0 -0
- /package/{package/commonjs → commonjs}/WordCloud/index.js.map +0 -0
- /package/{package/commonjs → commonjs}/common/bridgelessUtils.js +0 -0
- /package/{package/commonjs → commonjs}/common/bridgelessUtils.js.map +0 -0
- /package/{package/commonjs → commonjs}/common.js +0 -0
- /package/{package/commonjs → commonjs}/common.js.map +0 -0
- /package/{package/commonjs → commonjs}/index.js +0 -0
- /package/{package/commonjs → commonjs}/package.json +0 -0
- /package/{package/module → module}/Alert/Alert.js +0 -0
- /package/{package/module → module}/Alert/Alert.js.map +0 -0
- /package/{package/module → module}/AnimatedNavItem/AnimatedNavItem.js +0 -0
- /package/{package/module → module}/AnimatedNavItem/AnimatedNavItem.js.map +0 -0
- /package/{package/commonjs → module}/AnimatedNavItem/README.md +0 -0
- /package/{package/module → module}/AnimatedNavItem/index.js +0 -0
- /package/{package/module → module}/AnimatedNavItem/index.js.map +0 -0
- /package/{package/module → module}/BarChart/BarChart.js +0 -0
- /package/{package/module → module}/BarChart/BarChart.js.map +0 -0
- /package/{package/module → module}/BarChart/index.js +0 -0
- /package/{package/module → module}/BarChart/index.js.map +0 -0
- /package/{package/module → module}/Button/Button.js +0 -0
- /package/{package/module → module}/Button/Button.js.map +0 -0
- /package/{package/module → module}/Button/ButtonGroup.js +0 -0
- /package/{package/module → module}/Button/ButtonGroup.js.map +0 -0
- /package/{package/module → module}/Button/react-native-hoverable.d.js +0 -0
- /package/{package/module → module}/Button/react-native-hoverable.d.js.map +0 -0
- /package/{package/module → module}/Calendar/Calendar.base.js +0 -0
- /package/{package/module → module}/Calendar/Calendar.base.js.map +0 -0
- /package/{package/module → module}/Calendar/Calendar.js +0 -0
- /package/{package/module → module}/Calendar/Calendar.js.map +0 -0
- /package/{package/module → module}/Calendar/ConcreteTimeSelector.js +0 -0
- /package/{package/module → module}/Calendar/ConcreteTimeSelector.js.map +0 -0
- /package/{package/module → module}/Calendar/CustomRange.js +0 -0
- /package/{package/module → module}/Calendar/CustomRange.js.map +0 -0
- /package/{package/module → module}/Calendar/DaySelector.js +0 -0
- /package/{package/module → module}/Calendar/DaySelector.js.map +0 -0
- /package/{package/module → module}/Calendar/MonthSelector.js +0 -0
- /package/{package/module → module}/Calendar/MonthSelector.js.map +0 -0
- /package/{package/module → module}/Calendar/TimeSelector.js +0 -0
- /package/{package/module → module}/Calendar/TimeSelector.js.map +0 -0
- /package/{package/module → module}/Calendar/WeekDaySelector.js +0 -0
- /package/{package/module → module}/Calendar/WeekDaySelector.js.map +0 -0
- /package/{package/module → module}/Calendar/helper.js +0 -0
- /package/{package/module → module}/Calendar/helper.js.map +0 -0
- /package/{package/module → module}/Calendar/local.js +0 -0
- /package/{package/module → module}/Calendar/local.js.map +0 -0
- /package/{package/module → module}/Calendar/types.js +0 -0
- /package/{package/module → module}/Calendar/types.js.map +0 -0
- /package/{package/module → module}/Card/Card.js +0 -0
- /package/{package/module → module}/Card/Card.js.map +0 -0
- /package/{package/module → module}/CheckBox/CheckBox.js +0 -0
- /package/{package/module → module}/CheckBox/CheckBox.js.map +0 -0
- /package/{package/module → module}/CheckBox/CheckBoxItem.js +0 -0
- /package/{package/module → module}/CheckBox/CheckBoxItem.js.map +0 -0
- /package/{package/module → module}/CheckBox/GroupCheckBox.js +0 -0
- /package/{package/module → module}/CheckBox/GroupCheckBox.js.map +0 -0
- /package/{package/module → module}/CircularProgress/CircularProgress.js +0 -0
- /package/{package/module → module}/CircularProgress/CircularProgress.js.map +0 -0
- /package/{package/module → module}/Collapsible/Collapsible.js +0 -0
- /package/{package/module → module}/Collapsible/Collapsible.js.map +0 -0
- /package/{package/module → module}/ComboChart/ComboChart.js +0 -0
- /package/{package/module → module}/ComboChart/ComboChart.js.map +0 -0
- /package/{package/module → module}/ComboChart/index.js +0 -0
- /package/{package/module → module}/ComboChart/index.js.map +0 -0
- /package/{package/module → module}/DashboardCard/DashboardCard.js +0 -0
- /package/{package/module → module}/DashboardCard/DashboardCard.js.map +0 -0
- /package/{package/module → module}/DataCell/DataCell.js +0 -0
- /package/{package/module → module}/DataCell/DataCell.js.map +0 -0
- /package/{package/commonjs → module}/DataCell/README.md +0 -0
- /package/{package/module → module}/DataCell/index.js +0 -0
- /package/{package/module → module}/DataCell/index.js.map +0 -0
- /package/{package/module → module}/DataTable/DataTable.js +0 -0
- /package/{package/module → module}/DataTable/DataTable.js.map +0 -0
- /package/{package/module → module}/DataTable/index.js +0 -0
- /package/{package/module → module}/DataTable/index.js.map +0 -0
- /package/{package/module → module}/DeviceSelectionModal/DeviceSelectionModal.js +0 -0
- /package/{package/module → module}/DeviceSelectionModal/DeviceSelectionModal.js.map +0 -0
- /package/{package/module → module}/DraggableFlatList/DraggableFlatList.js +0 -0
- /package/{package/module → module}/DraggableFlatList/DraggableFlatList.js.map +0 -0
- /package/{package/module → module}/Drawer/Drawer.js +0 -0
- /package/{package/module → module}/Drawer/Drawer.js.map +0 -0
- /package/{package/module → module}/Dropdown/CustomDropdown.js +0 -0
- /package/{package/module → module}/Dropdown/CustomDropdown.js.map +0 -0
- /package/{package/module → module}/Dropdown/Dropdown.js +0 -0
- /package/{package/module → module}/Dropdown/Dropdown.js.map +0 -0
- /package/{package/module → module}/Dropdown/InputDropdown.js +0 -0
- /package/{package/module → module}/Dropdown/InputDropdown.js.map +0 -0
- /package/{package/module → module}/ExternalLink/ExternalLink.js +0 -0
- /package/{package/module → module}/ExternalLink/ExternalLink.js.map +0 -0
- /package/{package/module → module}/Gantt/Accessories.js +0 -0
- /package/{package/module → module}/Gantt/Accessories.js.map +0 -0
- /package/{package/module → module}/Gantt/Gantt.js +0 -0
- /package/{package/module → module}/Gantt/Gantt.js.map +0 -0
- /package/{package/module → module}/Gantt/GanttInnerElementType.js +0 -0
- /package/{package/module → module}/Gantt/GanttInnerElementType.js.map +0 -0
- /package/{package/module → module}/Gantt/helper.js +0 -0
- /package/{package/module → module}/Gantt/helper.js.map +0 -0
- /package/{package/module → module}/Gantt/types.js +0 -0
- /package/{package/module → module}/Gantt/types.js.map +0 -0
- /package/{package/module → module}/Grid/FixedSizeGrid.js +0 -0
- /package/{package/module → module}/Grid/FixedSizeGrid.js.map +0 -0
- /package/{package/module → module}/Grid/Grid.base.js +0 -0
- /package/{package/module → module}/Grid/Grid.base.js.map +0 -0
- /package/{package/module → module}/Grid/StaticFixedSizeGrid.js +0 -0
- /package/{package/module → module}/Grid/StaticFixedSizeGrid.js.map +0 -0
- /package/{package/module → module}/Grid/VariableSizeGrid.js +0 -0
- /package/{package/module → module}/Grid/VariableSizeGrid.js.map +0 -0
- /package/{package/module → module}/Grid/helper.js +0 -0
- /package/{package/module → module}/Grid/helper.js.map +0 -0
- /package/{package/module → module}/Grid/timer.js +0 -0
- /package/{package/module → module}/Grid/timer.js.map +0 -0
- /package/{package/module → module}/Header/Header.js +0 -0
- /package/{package/module → module}/Header/Header.js.map +0 -0
- /package/{package/module → module}/HelloWave/HelloWave.js +0 -0
- /package/{package/module → module}/HelloWave/HelloWave.js.map +0 -0
- /package/{package/module → module}/Hoverable/Hoverable.js +0 -0
- /package/{package/module → module}/Hoverable/Hoverable.js.map +0 -0
- /package/{package/module → module}/IconText/IconText.js +0 -0
- /package/{package/module → module}/IconText/IconText.js.map +0 -0
- /package/{package/commonjs → module}/Icons/README.md +0 -0
- /package/{package/module → module}/Icons/TapasIcon.js +0 -0
- /package/{package/module → module}/Icons/TapasIcon.js.map +0 -0
- /package/{package/module → module}/Icons/TapasIconExpo.js +0 -0
- /package/{package/module → module}/Icons/TapasIconExpo.js.map +0 -0
- /package/{package/module → module}/Icons/expoFontLoader.js +0 -0
- /package/{package/module → module}/Icons/expoFontLoader.js.map +0 -0
- /package/{package/module → module}/Icons/fontLoader.js +0 -0
- /package/{package/module → module}/Icons/fontLoader.js.map +0 -0
- /package/{package/commonjs → module}/Icons/icon-categories.json +0 -0
- /package/{package/module → module}/Icons/index.js +0 -0
- /package/{package/module → module}/Icons/index.js.map +0 -0
- /package/{package/commonjs → module}/Icons/real-icon-mapping.json +0 -0
- /package/{package/commonjs → module}/Icons/selection.json +0 -0
- /package/{package/module → module}/Icons/smartFontLoader.js +0 -0
- /package/{package/module → module}/Icons/smartFontLoader.js.map +0 -0
- /package/{package/module → module}/Image/Image.js +0 -0
- /package/{package/module → module}/Image/Image.js.map +0 -0
- /package/{package/module → module}/Image/PreviewImg.js +0 -0
- /package/{package/module → module}/Image/PreviewImg.js.map +0 -0
- /package/{package/module → module}/Input/Input.js +0 -0
- /package/{package/module → module}/Input/Input.js.map +0 -0
- /package/{package/commonjs → module}/Input/README.md +0 -0
- /package/{package/module → module}/Layout/DrawerContext.js +0 -0
- /package/{package/module → module}/Layout/DrawerContext.js.map +0 -0
- /package/{package/module → module}/Layout/Layout.js +0 -0
- /package/{package/module → module}/Layout/Layout.js.map +0 -0
- /package/{package/module → module}/Layout/ToastContext.js +0 -0
- /package/{package/module → module}/Layout/ToastContext.js.map +0 -0
- /package/{package/module → module}/Layout/index.js +0 -0
- /package/{package/module → module}/Layout/index.js.map +0 -0
- /package/{package/module → module}/LineChart/LineChart.js +0 -0
- /package/{package/module → module}/LineChart/LineChart.js.map +0 -0
- /package/{package/module → module}/LineChart/index.js +0 -0
- /package/{package/module → module}/LineChart/index.js.map +0 -0
- /package/{package/module → module}/ListItem/ListItem.js +0 -0
- /package/{package/module → module}/ListItem/ListItem.js.map +0 -0
- /package/{package/module → module}/Loading/Loading.js +0 -0
- /package/{package/module → module}/Loading/Loading.js.map +0 -0
- /package/{package/commonjs → module}/Loading/README.md +0 -0
- /package/{package/module → module}/MessageBox/MessageBox.js +0 -0
- /package/{package/module → module}/MessageBox/MessageBox.js.map +0 -0
- /package/{package/module → module}/MultiSelector/MultiSelector.js +0 -0
- /package/{package/module → module}/MultiSelector/MultiSelector.js.map +0 -0
- /package/{package/commonjs → module}/MultiSelector/README.md +0 -0
- /package/{package/module → module}/MultiSelector/index.js +0 -0
- /package/{package/module → module}/MultiSelector/index.js.map +0 -0
- /package/{package/module → module}/Navigation/Navigation.js +0 -0
- /package/{package/module → module}/Navigation/Navigation.js.map +0 -0
- /package/{package/module → module}/Notification/Notification.js +0 -0
- /package/{package/module → module}/Notification/Notification.js.map +0 -0
- /package/{package/commonjs → module}/Notification/README.md +0 -0
- /package/{package/module → module}/Notification/index.js +0 -0
- /package/{package/module → module}/Notification/index.js.map +0 -0
- /package/{package/module → module}/NumericInput/NumericInput.js +0 -0
- /package/{package/module → module}/NumericInput/NumericInput.js.map +0 -0
- /package/{package/module → module}/Overlay/Overlay.js +0 -0
- /package/{package/module → module}/Overlay/Overlay.js.map +0 -0
- /package/{package/module → module}/Pagination/Pagination.js +0 -0
- /package/{package/module → module}/Pagination/Pagination.js.map +0 -0
- /package/{package/module → module}/PieChart/PieChart.js +0 -0
- /package/{package/module → module}/PieChart/PieChart.js.map +0 -0
- /package/{package/module → module}/PieChart/index.js +0 -0
- /package/{package/module → module}/PieChart/index.js.map +0 -0
- /package/{package/module → module}/Popover/Popover.js +0 -0
- /package/{package/module → module}/Popover/Popover.js.map +0 -0
- /package/{package/module → module}/Progress/Progress.js +0 -0
- /package/{package/module → module}/Progress/Progress.js.map +0 -0
- /package/{package/module → module}/Quantity/Quantity.js +0 -0
- /package/{package/module → module}/Quantity/Quantity.js.map +0 -0
- /package/{package/commonjs → module}/Quantity/README.md +0 -0
- /package/{package/module → module}/Quantity/index.js +0 -0
- /package/{package/module → module}/Quantity/index.js.map +0 -0
- /package/{package/module → module}/RadioButton/RadioButton.js +0 -0
- /package/{package/module → module}/RadioButton/RadioButton.js.map +0 -0
- /package/{package/commonjs → module}/ReasonModal/README.md +0 -0
- /package/{package/module → module}/ReasonModal/ReasonModal.js +0 -0
- /package/{package/module → module}/ReasonModal/ReasonModal.js.map +0 -0
- /package/{package/module → module}/ReasonModal/index.js +0 -0
- /package/{package/module → module}/ReasonModal/index.js.map +0 -0
- /package/{package/module → module}/ScanButton/ScanButton.js +0 -0
- /package/{package/module → module}/ScanButton/ScanButton.js.map +0 -0
- /package/{package/commonjs → module}/SearchInput/README.md +0 -0
- /package/{package/module → module}/SearchInput/SearchInput.js +0 -0
- /package/{package/module → module}/SearchInput/SearchInput.js.map +0 -0
- /package/{package/module → module}/SearchInput/index.js +0 -0
- /package/{package/module → module}/SearchInput/index.js.map +0 -0
- /package/{package/module → module}/SheetTitle/SheetTitle.js +0 -0
- /package/{package/module → module}/SheetTitle/SheetTitle.js.map +0 -0
- /package/{package/module → module}/Shell/Shell.js +0 -0
- /package/{package/module → module}/Shell/Shell.js.map +0 -0
- /package/{package/module → module}/Shell/styles.js +0 -0
- /package/{package/module → module}/Shell/styles.js.map +0 -0
- /package/{package/module → module}/Shell/types.js +0 -0
- /package/{package/module → module}/Shell/types.js.map +0 -0
- /package/{package/module → module}/StatisticCard/StatisticCard.js +0 -0
- /package/{package/module → module}/StatisticCard/StatisticCard.js.map +0 -0
- /package/{package/module → module}/StatisticCard/index.js +0 -0
- /package/{package/module → module}/StatisticCard/index.js.map +0 -0
- /package/{package/commonjs → module}/StatisticsTable/README.md +0 -0
- /package/{package/module → module}/StatisticsTable/index.js +0 -0
- /package/{package/module → module}/StatisticsTable/index.js.map +0 -0
- /package/{package/module → module}/Status/Status.js +0 -0
- /package/{package/module → module}/Status/Status.js.map +0 -0
- /package/{package/module → module}/Steps/Steps.js +0 -0
- /package/{package/module → module}/Steps/Steps.js.map +0 -0
- /package/{package/module → module}/Tab/TapasTab.js +0 -0
- /package/{package/module → module}/Tab/TapasTab.js.map +0 -0
- /package/{package/module → module}/Tab/index.js +0 -0
- /package/{package/module → module}/Tab/index.js.map +0 -0
- /package/{package/commonjs → module}/TabTitle/README.md +0 -0
- /package/{package/module → module}/TabTitle/TabTitle.js +0 -0
- /package/{package/module → module}/TabTitle/TabTitle.js.map +0 -0
- /package/{package/module → module}/TabTitle/index.js +0 -0
- /package/{package/module → module}/TabTitle/index.js.map +0 -0
- /package/{package/commonjs → module}/TableColumnHeader/README.md +0 -0
- /package/{package/module → module}/TableColumnHeader/TableColumnHeader.js +0 -0
- /package/{package/module → module}/TableColumnHeader/TableColumnHeader.js.map +0 -0
- /package/{package/module → module}/TableColumnHeader/index.js +0 -0
- /package/{package/module → module}/TableColumnHeader/index.js.map +0 -0
- /package/{package/module → module}/Tag/Tag.js +0 -0
- /package/{package/module → module}/Tag/Tag.js.map +0 -0
- /package/{package/module → module}/Task/Task.js +0 -0
- /package/{package/module → module}/Task/Task.js.map +0 -0
- /package/{package/module → module}/Task/type.js +0 -0
- /package/{package/module → module}/Task/type.js.map +0 -0
- /package/{package/module → module}/Text/Text.js +0 -0
- /package/{package/module → module}/Text/Text.js.map +0 -0
- /package/{package/module → module}/TextArea/TextArea.js +0 -0
- /package/{package/module → module}/TextArea/TextArea.js.map +0 -0
- /package/{package/module → module}/Theme/ThemeProvider.js +0 -0
- /package/{package/module → module}/Theme/ThemeProvider.js.map +0 -0
- /package/{package/module → module}/Theme/themed.d.js +0 -0
- /package/{package/module → module}/Theme/themed.d.js.map +0 -0
- /package/{package/module → module}/Timeline/Timeline.js +0 -0
- /package/{package/module → module}/Timeline/Timeline.js.map +0 -0
- /package/{package/module → module}/Toast/Toast.js +0 -0
- /package/{package/module → module}/Toast/Toast.js.map +0 -0
- /package/{package/commonjs → module}/UserSwitcher/README.md +0 -0
- /package/{package/module → module}/UserSwitcher/UserSwitcher.js +0 -0
- /package/{package/module → module}/UserSwitcher/UserSwitcher.js.map +0 -0
- /package/{package/module → module}/UserSwitcher/index.js +0 -0
- /package/{package/module → module}/UserSwitcher/index.js.map +0 -0
- /package/{package/commonjs → module}/WebViewBridge/OPTIMIZATION_SUMMARY.md +0 -0
- /package/{package/commonjs → module}/WebViewBridge/README.md +0 -0
- /package/{package/module → module}/WebViewBridge/WebViewBridge.js +0 -0
- /package/{package/module → module}/WebViewBridge/WebViewBridge.js.map +0 -0
- /package/{package/module → module}/WebViewBridge/index.js +0 -0
- /package/{package/module → module}/WebViewBridge/index.js.map +0 -0
- /package/{package/module → module}/WebViewBridge/useWebViewBridge.js +0 -0
- /package/{package/module → module}/WebViewBridge/useWebViewBridge.js.map +0 -0
- /package/{package/module → module}/WordCloud/WordCloud.js +0 -0
- /package/{package/module → module}/WordCloud/WordCloud.js.map +0 -0
- /package/{package/module → module}/WordCloud/index.js +0 -0
- /package/{package/module → module}/WordCloud/index.js.map +0 -0
- /package/{package/module → module}/common/bridgelessUtils.js +0 -0
- /package/{package/module → module}/common/bridgelessUtils.js.map +0 -0
- /package/{package/module → module}/common.js +0 -0
- /package/{package/module → module}/common.js.map +0 -0
- /package/{package/module → module}/index.js +0 -0
- /package/{package/typescript → typescript}/Alert/Alert.d.ts +0 -0
- /package/{package/typescript → typescript}/Alert/Alert.d.ts.map +0 -0
- /package/{package/typescript → typescript}/AnimatedNavItem/AnimatedNavItem.d.ts +0 -0
- /package/{package/typescript → typescript}/AnimatedNavItem/AnimatedNavItem.d.ts.map +0 -0
- /package/{package/typescript → typescript}/AnimatedNavItem/index.d.ts +0 -0
- /package/{package/typescript → typescript}/AnimatedNavItem/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/BarChart/BarChart.d.ts +0 -0
- /package/{package/typescript → typescript}/BarChart/BarChart.d.ts.map +0 -0
- /package/{package/typescript → typescript}/BarChart/index.d.ts +0 -0
- /package/{package/typescript → typescript}/BarChart/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Button/Button.d.ts +0 -0
- /package/{package/typescript → typescript}/Button/Button.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Button/ButtonGroup.d.ts +0 -0
- /package/{package/typescript → typescript}/Button/ButtonGroup.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Calendar/Calendar.base.d.ts +0 -0
- /package/{package/typescript → typescript}/Calendar/Calendar.base.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Calendar/Calendar.d.ts +0 -0
- /package/{package/typescript → typescript}/Calendar/Calendar.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Calendar/ConcreteTimeSelector.d.ts +0 -0
- /package/{package/typescript → typescript}/Calendar/ConcreteTimeSelector.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Calendar/CustomRange.d.ts +0 -0
- /package/{package/typescript → typescript}/Calendar/CustomRange.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Calendar/DaySelector.d.ts +0 -0
- /package/{package/typescript → typescript}/Calendar/DaySelector.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Calendar/MonthSelector.d.ts +0 -0
- /package/{package/typescript → typescript}/Calendar/MonthSelector.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Calendar/TimeSelector.d.ts +0 -0
- /package/{package/typescript → typescript}/Calendar/TimeSelector.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Calendar/WeekDaySelector.d.ts +0 -0
- /package/{package/typescript → typescript}/Calendar/WeekDaySelector.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Calendar/helper.d.ts +0 -0
- /package/{package/typescript → typescript}/Calendar/helper.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Calendar/local.d.ts +0 -0
- /package/{package/typescript → typescript}/Calendar/local.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Calendar/types.d.ts +0 -0
- /package/{package/typescript → typescript}/Calendar/types.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Card/Card.d.ts +0 -0
- /package/{package/typescript → typescript}/Card/Card.d.ts.map +0 -0
- /package/{package/typescript → typescript}/CheckBox/CheckBox.d.ts +0 -0
- /package/{package/typescript → typescript}/CheckBox/CheckBox.d.ts.map +0 -0
- /package/{package/typescript → typescript}/CheckBox/CheckBoxItem.d.ts +0 -0
- /package/{package/typescript → typescript}/CheckBox/CheckBoxItem.d.ts.map +0 -0
- /package/{package/typescript → typescript}/CheckBox/GroupCheckBox.d.ts +0 -0
- /package/{package/typescript → typescript}/CheckBox/GroupCheckBox.d.ts.map +0 -0
- /package/{package/typescript → typescript}/CircularProgress/CircularProgress.d.ts +0 -0
- /package/{package/typescript → typescript}/CircularProgress/CircularProgress.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Collapsible/Collapsible.d.ts +0 -0
- /package/{package/typescript → typescript}/Collapsible/Collapsible.d.ts.map +0 -0
- /package/{package/typescript → typescript}/ComboChart/ComboChart.d.ts +0 -0
- /package/{package/typescript → typescript}/ComboChart/ComboChart.d.ts.map +0 -0
- /package/{package/typescript → typescript}/ComboChart/index.d.ts +0 -0
- /package/{package/typescript → typescript}/ComboChart/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/DashboardCard/DashboardCard.d.ts +0 -0
- /package/{package/typescript → typescript}/DashboardCard/DashboardCard.d.ts.map +0 -0
- /package/{package/typescript → typescript}/DataCell/DataCell.d.ts +0 -0
- /package/{package/typescript → typescript}/DataCell/DataCell.d.ts.map +0 -0
- /package/{package/typescript → typescript}/DataCell/index.d.ts +0 -0
- /package/{package/typescript → typescript}/DataCell/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/DataTable/DataTable.d.ts +0 -0
- /package/{package/typescript → typescript}/DataTable/DataTable.d.ts.map +0 -0
- /package/{package/typescript → typescript}/DataTable/index.d.ts +0 -0
- /package/{package/typescript → typescript}/DataTable/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/DeviceSelectionModal/DeviceSelectionModal.d.ts +0 -0
- /package/{package/typescript → typescript}/DeviceSelectionModal/DeviceSelectionModal.d.ts.map +0 -0
- /package/{package/typescript → typescript}/DraggableFlatList/DraggableFlatList.d.ts +0 -0
- /package/{package/typescript → typescript}/DraggableFlatList/DraggableFlatList.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Drawer/Drawer.d.ts +0 -0
- /package/{package/typescript → typescript}/Drawer/Drawer.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Dropdown/CustomDropdown.d.ts +0 -0
- /package/{package/typescript → typescript}/Dropdown/CustomDropdown.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Dropdown/Dropdown.d.ts +0 -0
- /package/{package/typescript → typescript}/Dropdown/Dropdown.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Dropdown/InputDropdown.d.ts +0 -0
- /package/{package/typescript → typescript}/Dropdown/InputDropdown.d.ts.map +0 -0
- /package/{package/typescript → typescript}/ExternalLink/ExternalLink.d.ts +0 -0
- /package/{package/typescript → typescript}/ExternalLink/ExternalLink.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Gantt/Accessories.d.ts +0 -0
- /package/{package/typescript → typescript}/Gantt/Accessories.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Gantt/Gantt.d.ts +0 -0
- /package/{package/typescript → typescript}/Gantt/Gantt.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Gantt/GanttInnerElementType.d.ts +0 -0
- /package/{package/typescript → typescript}/Gantt/GanttInnerElementType.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Gantt/helper.d.ts +0 -0
- /package/{package/typescript → typescript}/Gantt/helper.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Gantt/types.d.ts +0 -0
- /package/{package/typescript → typescript}/Gantt/types.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Grid/FixedSizeGrid.d.ts +0 -0
- /package/{package/typescript → typescript}/Grid/FixedSizeGrid.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Grid/Grid.base.d.ts +0 -0
- /package/{package/typescript → typescript}/Grid/Grid.base.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Grid/StaticFixedSizeGrid.d.ts +0 -0
- /package/{package/typescript → typescript}/Grid/StaticFixedSizeGrid.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Grid/VariableSizeGrid.d.ts +0 -0
- /package/{package/typescript → typescript}/Grid/VariableSizeGrid.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Grid/helper.d.ts +0 -0
- /package/{package/typescript → typescript}/Grid/helper.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Grid/timer.d.ts +0 -0
- /package/{package/typescript → typescript}/Grid/timer.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Header/Header.d.ts +0 -0
- /package/{package/typescript → typescript}/Header/Header.d.ts.map +0 -0
- /package/{package/typescript → typescript}/HelloWave/HelloWave.d.ts +0 -0
- /package/{package/typescript → typescript}/HelloWave/HelloWave.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Hoverable/Hoverable.d.ts +0 -0
- /package/{package/typescript → typescript}/Hoverable/Hoverable.d.ts.map +0 -0
- /package/{package/typescript → typescript}/IconText/IconText.d.ts +0 -0
- /package/{package/typescript → typescript}/IconText/IconText.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Icons/TapasIcon.d.ts +0 -0
- /package/{package/typescript → typescript}/Icons/TapasIcon.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Icons/TapasIconExpo.d.ts +0 -0
- /package/{package/typescript → typescript}/Icons/TapasIconExpo.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Icons/expoFontLoader.d.ts +0 -0
- /package/{package/typescript → typescript}/Icons/expoFontLoader.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Icons/fontLoader.d.ts +0 -0
- /package/{package/typescript → typescript}/Icons/fontLoader.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Icons/index.d.ts +0 -0
- /package/{package/typescript → typescript}/Icons/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Icons/smartFontLoader.d.ts +0 -0
- /package/{package/typescript → typescript}/Icons/smartFontLoader.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Image/Image.d.ts +0 -0
- /package/{package/typescript → typescript}/Image/Image.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Image/PreviewImg.d.ts +0 -0
- /package/{package/typescript → typescript}/Image/PreviewImg.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Input/Input.d.ts +0 -0
- /package/{package/typescript → typescript}/Input/Input.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Layout/DrawerContext.d.ts +0 -0
- /package/{package/typescript → typescript}/Layout/DrawerContext.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Layout/Layout.d.ts +0 -0
- /package/{package/typescript → typescript}/Layout/Layout.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Layout/ToastContext.d.ts +0 -0
- /package/{package/typescript → typescript}/Layout/ToastContext.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Layout/index.d.ts +0 -0
- /package/{package/typescript → typescript}/Layout/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/LineChart/LineChart.d.ts +0 -0
- /package/{package/typescript → typescript}/LineChart/LineChart.d.ts.map +0 -0
- /package/{package/typescript → typescript}/LineChart/index.d.ts +0 -0
- /package/{package/typescript → typescript}/LineChart/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/ListItem/ListItem.d.ts +0 -0
- /package/{package/typescript → typescript}/ListItem/ListItem.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Loading/Loading.d.ts +0 -0
- /package/{package/typescript → typescript}/Loading/Loading.d.ts.map +0 -0
- /package/{package/typescript → typescript}/MessageBox/MessageBox.d.ts +0 -0
- /package/{package/typescript → typescript}/MessageBox/MessageBox.d.ts.map +0 -0
- /package/{package/typescript → typescript}/MultiSelector/MultiSelector.d.ts +0 -0
- /package/{package/typescript → typescript}/MultiSelector/MultiSelector.d.ts.map +0 -0
- /package/{package/typescript → typescript}/MultiSelector/index.d.ts +0 -0
- /package/{package/typescript → typescript}/MultiSelector/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Navigation/Navigation.d.ts +0 -0
- /package/{package/typescript → typescript}/Navigation/Navigation.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Notification/Notification.d.ts +0 -0
- /package/{package/typescript → typescript}/Notification/Notification.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Notification/index.d.ts +0 -0
- /package/{package/typescript → typescript}/Notification/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/NumericInput/NumericInput.d.ts +0 -0
- /package/{package/typescript → typescript}/NumericInput/NumericInput.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Overlay/Overlay.d.ts +0 -0
- /package/{package/typescript → typescript}/Overlay/Overlay.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Pagination/Pagination.d.ts +0 -0
- /package/{package/typescript → typescript}/Pagination/Pagination.d.ts.map +0 -0
- /package/{package/typescript → typescript}/PieChart/PieChart.d.ts +0 -0
- /package/{package/typescript → typescript}/PieChart/PieChart.d.ts.map +0 -0
- /package/{package/typescript → typescript}/PieChart/index.d.ts +0 -0
- /package/{package/typescript → typescript}/PieChart/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Popover/Popover.d.ts +0 -0
- /package/{package/typescript → typescript}/Popover/Popover.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Progress/Progress.d.ts +0 -0
- /package/{package/typescript → typescript}/Progress/Progress.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Quantity/Quantity.d.ts +0 -0
- /package/{package/typescript → typescript}/Quantity/Quantity.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Quantity/index.d.ts +0 -0
- /package/{package/typescript → typescript}/Quantity/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/RadioButton/RadioButton.d.ts +0 -0
- /package/{package/typescript → typescript}/RadioButton/RadioButton.d.ts.map +0 -0
- /package/{package/typescript → typescript}/ReasonModal/ReasonModal.d.ts +0 -0
- /package/{package/typescript → typescript}/ReasonModal/ReasonModal.d.ts.map +0 -0
- /package/{package/typescript → typescript}/ReasonModal/index.d.ts +0 -0
- /package/{package/typescript → typescript}/ReasonModal/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/ScanButton/ScanButton.d.ts +0 -0
- /package/{package/typescript → typescript}/ScanButton/ScanButton.d.ts.map +0 -0
- /package/{package/typescript → typescript}/SearchInput/SearchInput.d.ts +0 -0
- /package/{package/typescript → typescript}/SearchInput/SearchInput.d.ts.map +0 -0
- /package/{package/typescript → typescript}/SearchInput/index.d.ts +0 -0
- /package/{package/typescript → typescript}/SearchInput/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/SheetTitle/SheetTitle.d.ts +0 -0
- /package/{package/typescript → typescript}/SheetTitle/SheetTitle.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Shell/Shell.d.ts +0 -0
- /package/{package/typescript → typescript}/Shell/Shell.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Shell/styles.d.ts +0 -0
- /package/{package/typescript → typescript}/Shell/styles.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Shell/types.d.ts +0 -0
- /package/{package/typescript → typescript}/Shell/types.d.ts.map +0 -0
- /package/{package/typescript → typescript}/StatisticCard/StatisticCard.d.ts +0 -0
- /package/{package/typescript → typescript}/StatisticCard/StatisticCard.d.ts.map +0 -0
- /package/{package/typescript → typescript}/StatisticCard/index.d.ts +0 -0
- /package/{package/typescript → typescript}/StatisticCard/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Status/Status.d.ts +0 -0
- /package/{package/typescript → typescript}/Status/Status.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Steps/Steps.d.ts +0 -0
- /package/{package/typescript → typescript}/Steps/Steps.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Tab/TapasTab.d.ts +0 -0
- /package/{package/typescript → typescript}/Tab/TapasTab.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Tab/index.d.ts +0 -0
- /package/{package/typescript → typescript}/Tab/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/TabTitle/TabTitle.d.ts +0 -0
- /package/{package/typescript → typescript}/TabTitle/TabTitle.d.ts.map +0 -0
- /package/{package/typescript → typescript}/TabTitle/index.d.ts +0 -0
- /package/{package/typescript → typescript}/TabTitle/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/TableColumnHeader/TableColumnHeader.d.ts +0 -0
- /package/{package/typescript → typescript}/TableColumnHeader/TableColumnHeader.d.ts.map +0 -0
- /package/{package/typescript → typescript}/TableColumnHeader/index.d.ts +0 -0
- /package/{package/typescript → typescript}/TableColumnHeader/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Tag/Tag.d.ts +0 -0
- /package/{package/typescript → typescript}/Tag/Tag.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Task/Task.d.ts +0 -0
- /package/{package/typescript → typescript}/Task/Task.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Task/type.d.ts +0 -0
- /package/{package/typescript → typescript}/Task/type.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Text/Text.d.ts +0 -0
- /package/{package/typescript → typescript}/Text/Text.d.ts.map +0 -0
- /package/{package/typescript → typescript}/TextArea/TextArea.d.ts +0 -0
- /package/{package/typescript → typescript}/TextArea/TextArea.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Theme/ThemeProvider.d.ts +0 -0
- /package/{package/typescript → typescript}/Theme/ThemeProvider.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Theme/defaultTheme.d.ts +0 -0
- /package/{package/typescript → typescript}/Timeline/Timeline.d.ts +0 -0
- /package/{package/typescript → typescript}/Timeline/Timeline.d.ts.map +0 -0
- /package/{package/typescript → typescript}/Toast/Toast.d.ts +0 -0
- /package/{package/typescript → typescript}/Toast/Toast.d.ts.map +0 -0
- /package/{package/typescript → typescript}/UserSwitcher/UserSwitcher.d.ts +0 -0
- /package/{package/typescript → typescript}/UserSwitcher/UserSwitcher.d.ts.map +0 -0
- /package/{package/typescript → typescript}/UserSwitcher/index.d.ts +0 -0
- /package/{package/typescript → typescript}/UserSwitcher/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/WebViewBridge/WebViewBridge.d.ts +0 -0
- /package/{package/typescript → typescript}/WebViewBridge/WebViewBridge.d.ts.map +0 -0
- /package/{package/typescript → typescript}/WebViewBridge/index.d.ts +0 -0
- /package/{package/typescript → typescript}/WebViewBridge/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/WebViewBridge/useWebViewBridge.d.ts +0 -0
- /package/{package/typescript → typescript}/WebViewBridge/useWebViewBridge.d.ts.map +0 -0
- /package/{package/typescript → typescript}/WordCloud/WordCloud.d.ts +0 -0
- /package/{package/typescript → typescript}/WordCloud/WordCloud.d.ts.map +0 -0
- /package/{package/typescript → typescript}/WordCloud/index.d.ts +0 -0
- /package/{package/typescript → typescript}/WordCloud/index.d.ts.map +0 -0
- /package/{package/typescript → typescript}/common/bridgelessUtils.d.ts +0 -0
- /package/{package/typescript → typescript}/common/bridgelessUtils.d.ts.map +0 -0
- /package/{package/typescript → typescript}/common.d.ts +0 -0
- /package/{package/typescript → typescript}/common.d.ts.map +0 -0
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { View, StyleSheet, TouchableOpacity } from 'react-native';
|
|
3
|
-
import Text from '../Text/Text';
|
|
4
|
-
import Card from '../Card/Card';
|
|
5
|
-
|
|
6
|
-
export interface StatisticCardProps {
|
|
7
|
-
title: string;
|
|
8
|
-
value: string | number;
|
|
9
|
-
prefix?: string;
|
|
10
|
-
suffix?: string;
|
|
11
|
-
trend?: {
|
|
12
|
-
value: number;
|
|
13
|
-
isPositive?: boolean;
|
|
14
|
-
};
|
|
15
|
-
description?: string;
|
|
16
|
-
icon?: React.ReactNode;
|
|
17
|
-
color?: string;
|
|
18
|
-
onPress?: () => void;
|
|
19
|
-
loading?: boolean;
|
|
20
|
-
style?: any;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
export const StatisticCard: React.FC<StatisticCardProps> = ({
|
|
24
|
-
title,
|
|
25
|
-
value,
|
|
26
|
-
prefix = '',
|
|
27
|
-
suffix = '',
|
|
28
|
-
trend,
|
|
29
|
-
description,
|
|
30
|
-
icon,
|
|
31
|
-
color = '#FF6B00',
|
|
32
|
-
onPress,
|
|
33
|
-
loading = false,
|
|
34
|
-
style,
|
|
35
|
-
}) => {
|
|
36
|
-
const Container: any = onPress ? TouchableOpacity : View;
|
|
37
|
-
|
|
38
|
-
const getTrendColor = () => {
|
|
39
|
-
if (!trend) return undefined;
|
|
40
|
-
return trend.isPositive !== false ? '#00B894' : '#D63031';
|
|
41
|
-
};
|
|
42
|
-
|
|
43
|
-
const getTrendSymbol = () => {
|
|
44
|
-
if (!trend) return '';
|
|
45
|
-
return trend.isPositive !== false ? '+' : '';
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
return (
|
|
49
|
-
<Container onPress={onPress} disabled={!onPress} activeOpacity={0.7}>
|
|
50
|
-
<Card cardId="statistic-card" style={[styles.container, style]}>
|
|
51
|
-
<View style={styles.header}>
|
|
52
|
-
<Text style={styles.title}>{title}</Text>
|
|
53
|
-
{icon && <View style={styles.iconContainer}>{icon}</View>}
|
|
54
|
-
</View>
|
|
55
|
-
|
|
56
|
-
<View style={styles.content}>
|
|
57
|
-
{loading ? (
|
|
58
|
-
<Text style={styles.loading}>Loading...</Text>
|
|
59
|
-
) : (
|
|
60
|
-
<>
|
|
61
|
-
<Text style={[styles.value, { color }]}>
|
|
62
|
-
{prefix}{value}{suffix}
|
|
63
|
-
</Text>
|
|
64
|
-
|
|
65
|
-
{trend && (
|
|
66
|
-
<View style={styles.trendContainer}>
|
|
67
|
-
<Text style={[styles.trend, { color: getTrendColor() }]}>
|
|
68
|
-
{getTrendSymbol()}{trend.value.toFixed(1)}%
|
|
69
|
-
</Text>
|
|
70
|
-
</View>
|
|
71
|
-
)}
|
|
72
|
-
|
|
73
|
-
{description && (
|
|
74
|
-
<Text style={styles.description}>{description}</Text>
|
|
75
|
-
)}
|
|
76
|
-
</>
|
|
77
|
-
)}
|
|
78
|
-
</View>
|
|
79
|
-
</Card>
|
|
80
|
-
</Container>
|
|
81
|
-
);
|
|
82
|
-
};
|
|
83
|
-
|
|
84
|
-
const styles = StyleSheet.create({
|
|
85
|
-
container: {
|
|
86
|
-
padding: 16,
|
|
87
|
-
minHeight: 120,
|
|
88
|
-
},
|
|
89
|
-
header: {
|
|
90
|
-
flexDirection: 'row',
|
|
91
|
-
justifyContent: 'space-between',
|
|
92
|
-
alignItems: 'center',
|
|
93
|
-
marginBottom: 12,
|
|
94
|
-
},
|
|
95
|
-
title: {
|
|
96
|
-
fontSize: 14,
|
|
97
|
-
color: '#7F8C8D',
|
|
98
|
-
fontWeight: '500',
|
|
99
|
-
},
|
|
100
|
-
iconContainer: {
|
|
101
|
-
width: 32,
|
|
102
|
-
height: 32,
|
|
103
|
-
justifyContent: 'center',
|
|
104
|
-
alignItems: 'center',
|
|
105
|
-
},
|
|
106
|
-
content: {
|
|
107
|
-
flex: 1,
|
|
108
|
-
},
|
|
109
|
-
value: {
|
|
110
|
-
fontSize: 32,
|
|
111
|
-
fontWeight: 'bold',
|
|
112
|
-
marginBottom: 4,
|
|
113
|
-
},
|
|
114
|
-
loading: {
|
|
115
|
-
fontSize: 16,
|
|
116
|
-
color: '#999',
|
|
117
|
-
},
|
|
118
|
-
trendContainer: {
|
|
119
|
-
marginTop: 4,
|
|
120
|
-
marginBottom: 8,
|
|
121
|
-
},
|
|
122
|
-
trend: {
|
|
123
|
-
fontSize: 14,
|
|
124
|
-
fontWeight: '600',
|
|
125
|
-
},
|
|
126
|
-
description: {
|
|
127
|
-
fontSize: 12,
|
|
128
|
-
color: '#95A5A6',
|
|
129
|
-
marginTop: 4,
|
|
130
|
-
},
|
|
131
|
-
});
|
|
132
|
-
|
|
@@ -1,337 +0,0 @@
|
|
|
1
|
-
import React, { useMemo } from 'react';
|
|
2
|
-
import { View, ScrollView, StyleSheet, Platform } from 'react-native';
|
|
3
|
-
import Text from '../Text/Text';
|
|
4
|
-
import Pagination from '../Pagination/Pagination';
|
|
5
|
-
|
|
6
|
-
export interface StatisticsTableColumn {
|
|
7
|
-
key: string;
|
|
8
|
-
title: string;
|
|
9
|
-
width?: number;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export interface StatisticsTableCell {
|
|
13
|
-
rowKey: string;
|
|
14
|
-
columnKey: string;
|
|
15
|
-
quantity: number;
|
|
16
|
-
amount: number;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export interface StatisticsTableProps {
|
|
20
|
-
// 行标题(如日期)
|
|
21
|
-
rows: Array<{ key: string; label: string }>;
|
|
22
|
-
// 列标题(如门店)
|
|
23
|
-
columns: StatisticsTableColumn[];
|
|
24
|
-
// 单元格数据
|
|
25
|
-
cells: StatisticsTableCell[];
|
|
26
|
-
// 是否显示行统计(Sum/Mean 列)
|
|
27
|
-
showRowStats?: boolean;
|
|
28
|
-
// 是否显示列统计(Sum/Mean 行)
|
|
29
|
-
showColumnStats?: boolean;
|
|
30
|
-
// 分页配置
|
|
31
|
-
pagination?: {
|
|
32
|
-
current: number;
|
|
33
|
-
pageSize: number;
|
|
34
|
-
total: number;
|
|
35
|
-
onChange?: (page: number, pageSize: number) => void;
|
|
36
|
-
} | false;
|
|
37
|
-
loading?: boolean;
|
|
38
|
-
emptyText?: string;
|
|
39
|
-
maxHeight?: number;
|
|
40
|
-
rowLabelWidth?: number;
|
|
41
|
-
style?: any;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
export function StatisticsTable({
|
|
45
|
-
rows,
|
|
46
|
-
columns,
|
|
47
|
-
cells,
|
|
48
|
-
showRowStats = false,
|
|
49
|
-
showColumnStats = false,
|
|
50
|
-
pagination,
|
|
51
|
-
loading = false,
|
|
52
|
-
emptyText = 'No data',
|
|
53
|
-
maxHeight = 500,
|
|
54
|
-
rowLabelWidth = 150,
|
|
55
|
-
style,
|
|
56
|
-
}: StatisticsTableProps) {
|
|
57
|
-
|
|
58
|
-
// 构建矩阵数据
|
|
59
|
-
const matrix = useMemo(() => {
|
|
60
|
-
const data: Record<string, Record<string, { quantity: number; amount: number }>> = {};
|
|
61
|
-
rows.forEach(row => {
|
|
62
|
-
if (!data[row.key]) {
|
|
63
|
-
data[row.key] = {};
|
|
64
|
-
}
|
|
65
|
-
columns.forEach(col => {
|
|
66
|
-
const cell = cells.find(c => c.rowKey === row.key && c.columnKey === col.key);
|
|
67
|
-
data[row.key]![col.key] = cell || { quantity: 0, amount: 0 };
|
|
68
|
-
});
|
|
69
|
-
});
|
|
70
|
-
return data;
|
|
71
|
-
}, [rows, columns, cells]);
|
|
72
|
-
|
|
73
|
-
// 计算行统计(每行的总和和平均值)
|
|
74
|
-
const rowStats = useMemo(() => {
|
|
75
|
-
if (!showRowStats) return null;
|
|
76
|
-
return rows.map(row => {
|
|
77
|
-
const rowCells = columns.map(col => matrix[row.key]?.[col.key] || { quantity: 0, amount: 0 });
|
|
78
|
-
const sumQuantity = rowCells.reduce((sum, cell) => sum + cell.quantity, 0);
|
|
79
|
-
const sumAmount = rowCells.reduce((sum, cell) => sum + cell.amount, 0);
|
|
80
|
-
const count = rowCells.length || 1;
|
|
81
|
-
const meanQuantity = sumQuantity / count;
|
|
82
|
-
const meanAmount = sumAmount / count;
|
|
83
|
-
return { sumQuantity, sumAmount, meanQuantity, meanAmount };
|
|
84
|
-
});
|
|
85
|
-
}, [rows, columns, matrix, showRowStats]);
|
|
86
|
-
|
|
87
|
-
// 计算列统计(每列的总和和平均值)
|
|
88
|
-
const columnStats = useMemo(() => {
|
|
89
|
-
if (!showColumnStats) return null;
|
|
90
|
-
return columns.map(col => {
|
|
91
|
-
const colCells = rows.map(row => matrix[row.key]?.[col.key] || { quantity: 0, amount: 0 });
|
|
92
|
-
const sumQuantity = colCells.reduce((sum, cell) => sum + cell.quantity, 0);
|
|
93
|
-
const sumAmount = colCells.reduce((sum, cell) => sum + cell.amount, 0);
|
|
94
|
-
const count = colCells.length || 1;
|
|
95
|
-
const meanQuantity = sumQuantity / count;
|
|
96
|
-
const meanAmount = sumAmount / count;
|
|
97
|
-
return { sumQuantity, sumAmount, meanQuantity, meanAmount };
|
|
98
|
-
});
|
|
99
|
-
}, [rows, columns, matrix, showColumnStats]);
|
|
100
|
-
|
|
101
|
-
if (loading) {
|
|
102
|
-
return (
|
|
103
|
-
<View style={[styles.container, style]}>
|
|
104
|
-
<View style={styles.loadingRow}>
|
|
105
|
-
<Text>Loading...</Text>
|
|
106
|
-
</View>
|
|
107
|
-
</View>
|
|
108
|
-
);
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
if (rows.length === 0 || columns.length === 0) {
|
|
112
|
-
return (
|
|
113
|
-
<View style={[styles.container, style]}>
|
|
114
|
-
<View style={styles.emptyRow}>
|
|
115
|
-
<Text style={styles.emptyText}>{emptyText}</Text>
|
|
116
|
-
</View>
|
|
117
|
-
</View>
|
|
118
|
-
);
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
return (
|
|
122
|
-
<View style={[styles.container, style]}>
|
|
123
|
-
<ScrollView
|
|
124
|
-
horizontal
|
|
125
|
-
showsHorizontalScrollIndicator={Platform.OS === 'web'}
|
|
126
|
-
>
|
|
127
|
-
<View>
|
|
128
|
-
{/* Table Header */}
|
|
129
|
-
<View style={styles.header}>
|
|
130
|
-
<View style={[styles.headerCell, { width: rowLabelWidth }]}>
|
|
131
|
-
<Text style={styles.headerText}></Text>
|
|
132
|
-
</View>
|
|
133
|
-
{columns.map((column) => (
|
|
134
|
-
<View key={column.key} style={[styles.headerCell, { width: column.width || 150 }]}>
|
|
135
|
-
<Text style={styles.headerText}>{column.title}</Text>
|
|
136
|
-
</View>
|
|
137
|
-
))}
|
|
138
|
-
{showRowStats && (
|
|
139
|
-
<>
|
|
140
|
-
<View style={[styles.headerCell, { width: 120 }]}>
|
|
141
|
-
<Text style={styles.headerText}>Sum</Text>
|
|
142
|
-
</View>
|
|
143
|
-
<View style={[styles.headerCell, { width: 120 }]}>
|
|
144
|
-
<Text style={styles.headerText}>Mean</Text>
|
|
145
|
-
</View>
|
|
146
|
-
</>
|
|
147
|
-
)}
|
|
148
|
-
</View>
|
|
149
|
-
|
|
150
|
-
{/* Table Body */}
|
|
151
|
-
<ScrollView
|
|
152
|
-
style={{ maxHeight }}
|
|
153
|
-
showsVerticalScrollIndicator={Platform.OS === 'web'}
|
|
154
|
-
>
|
|
155
|
-
{rows.map((row, rowIndex) => {
|
|
156
|
-
const rowStat = rowStats?.[rowIndex];
|
|
157
|
-
|
|
158
|
-
return (
|
|
159
|
-
<View key={row.key} style={styles.row}>
|
|
160
|
-
<View style={[styles.cell, { width: rowLabelWidth }]}>
|
|
161
|
-
<Text style={styles.rowLabel}>{row.label}</Text>
|
|
162
|
-
</View>
|
|
163
|
-
{columns.map((column) => {
|
|
164
|
-
const cell = matrix[row.key]?.[column.key] || { quantity: 0, amount: 0 };
|
|
165
|
-
return (
|
|
166
|
-
<View key={column.key} style={[styles.cell, { width: column.width || 150 }]}>
|
|
167
|
-
<Text style={styles.cellQuantity}>{cell.quantity}</Text>
|
|
168
|
-
<Text style={styles.cellAmount}>€{cell.amount.toFixed(2)}</Text>
|
|
169
|
-
</View>
|
|
170
|
-
);
|
|
171
|
-
})}
|
|
172
|
-
{showRowStats && rowStat && (
|
|
173
|
-
<>
|
|
174
|
-
<View style={[styles.cell, { width: 120 }]}>
|
|
175
|
-
<Text style={styles.cellQuantity}>{rowStat.sumQuantity}</Text>
|
|
176
|
-
<Text style={styles.cellAmount}>€{rowStat.sumAmount.toFixed(2)}</Text>
|
|
177
|
-
</View>
|
|
178
|
-
<View style={[styles.cell, { width: 120 }]}>
|
|
179
|
-
<Text style={styles.cellQuantity}>{rowStat.meanQuantity.toFixed(1)}</Text>
|
|
180
|
-
<Text style={styles.cellAmount}>€{rowStat.meanAmount.toFixed(2)}</Text>
|
|
181
|
-
</View>
|
|
182
|
-
</>
|
|
183
|
-
)}
|
|
184
|
-
</View>
|
|
185
|
-
);
|
|
186
|
-
})}
|
|
187
|
-
|
|
188
|
-
{/* Column Statistics (Sum/Mean rows) */}
|
|
189
|
-
{showColumnStats && columnStats && (
|
|
190
|
-
<>
|
|
191
|
-
<View style={[styles.row, styles.statsRow]}>
|
|
192
|
-
<View style={[styles.cell, { width: rowLabelWidth }]}>
|
|
193
|
-
<Text style={styles.statsLabel}>Sum</Text>
|
|
194
|
-
</View>
|
|
195
|
-
{columns.map((column, colIndex) => {
|
|
196
|
-
const stat = columnStats[colIndex];
|
|
197
|
-
return (
|
|
198
|
-
<View key={column.key} style={[styles.cell, { width: column.width || 150 }]}>
|
|
199
|
-
<Text style={styles.cellQuantity}>{stat?.sumQuantity || 0}</Text>
|
|
200
|
-
<Text style={styles.cellAmount}>€{stat?.sumAmount.toFixed(2) || '0.00'}</Text>
|
|
201
|
-
</View>
|
|
202
|
-
);
|
|
203
|
-
})}
|
|
204
|
-
{showRowStats && (
|
|
205
|
-
<>
|
|
206
|
-
<View style={[styles.cell, { width: 120 }]} />
|
|
207
|
-
<View style={[styles.cell, { width: 120 }]} />
|
|
208
|
-
</>
|
|
209
|
-
)}
|
|
210
|
-
</View>
|
|
211
|
-
<View style={[styles.row, styles.statsRow]}>
|
|
212
|
-
<View style={[styles.cell, { width: rowLabelWidth }]}>
|
|
213
|
-
<Text style={styles.statsLabel}>Mean</Text>
|
|
214
|
-
</View>
|
|
215
|
-
{columns.map((column, colIndex) => {
|
|
216
|
-
const stat = columnStats[colIndex];
|
|
217
|
-
return (
|
|
218
|
-
<View key={column.key} style={[styles.cell, { width: column.width || 150 }]}>
|
|
219
|
-
<Text style={styles.cellQuantity}>{stat?.meanQuantity.toFixed(1) || '0.0'}</Text>
|
|
220
|
-
<Text style={styles.cellAmount}>€{stat?.meanAmount.toFixed(2) || '0.00'}</Text>
|
|
221
|
-
</View>
|
|
222
|
-
);
|
|
223
|
-
})}
|
|
224
|
-
{showRowStats && (
|
|
225
|
-
<>
|
|
226
|
-
<View style={[styles.cell, { width: 120 }]} />
|
|
227
|
-
<View style={[styles.cell, { width: 120 }]} />
|
|
228
|
-
</>
|
|
229
|
-
)}
|
|
230
|
-
</View>
|
|
231
|
-
</>
|
|
232
|
-
)}
|
|
233
|
-
</ScrollView>
|
|
234
|
-
</View>
|
|
235
|
-
</ScrollView>
|
|
236
|
-
|
|
237
|
-
{/* Pagination */}
|
|
238
|
-
{pagination !== false && pagination && (
|
|
239
|
-
<View style={styles.paginationContainer}>
|
|
240
|
-
<Pagination
|
|
241
|
-
totalCount={`${pagination.total} items`}
|
|
242
|
-
pageParams={{
|
|
243
|
-
page: pagination.current,
|
|
244
|
-
pageSize: pagination.pageSize,
|
|
245
|
-
totalItems: pagination.total,
|
|
246
|
-
totalPage: Math.ceil(pagination.total / pagination.pageSize),
|
|
247
|
-
}}
|
|
248
|
-
onPageChange={(params) => {
|
|
249
|
-
pagination.onChange?.(params.page, params.pageSize);
|
|
250
|
-
}}
|
|
251
|
-
/>
|
|
252
|
-
</View>
|
|
253
|
-
)}
|
|
254
|
-
</View>
|
|
255
|
-
);
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
const styles = StyleSheet.create({
|
|
259
|
-
container: {
|
|
260
|
-
backgroundColor: '#FFFFFF',
|
|
261
|
-
borderRadius: 8,
|
|
262
|
-
overflow: 'hidden',
|
|
263
|
-
},
|
|
264
|
-
header: {
|
|
265
|
-
flexDirection: 'row',
|
|
266
|
-
backgroundColor: '#F5F5F5',
|
|
267
|
-
borderBottomWidth: 2,
|
|
268
|
-
borderBottomColor: '#E0E0E0',
|
|
269
|
-
},
|
|
270
|
-
headerCell: {
|
|
271
|
-
padding: 12,
|
|
272
|
-
borderRightWidth: 1,
|
|
273
|
-
borderRightColor: '#E0E0E0',
|
|
274
|
-
justifyContent: 'center',
|
|
275
|
-
},
|
|
276
|
-
headerText: {
|
|
277
|
-
fontSize: 14,
|
|
278
|
-
fontWeight: '600',
|
|
279
|
-
color: '#2C3E50',
|
|
280
|
-
},
|
|
281
|
-
row: {
|
|
282
|
-
flexDirection: 'row',
|
|
283
|
-
borderBottomWidth: 1,
|
|
284
|
-
borderBottomColor: '#F0F0F0',
|
|
285
|
-
backgroundColor: '#FFFFFF',
|
|
286
|
-
},
|
|
287
|
-
statsRow: {
|
|
288
|
-
backgroundColor: '#F9F9F9',
|
|
289
|
-
},
|
|
290
|
-
cell: {
|
|
291
|
-
padding: 12,
|
|
292
|
-
justifyContent: 'center',
|
|
293
|
-
borderRightWidth: 1,
|
|
294
|
-
borderRightColor: '#F0F0F0',
|
|
295
|
-
},
|
|
296
|
-
rowLabel: {
|
|
297
|
-
fontSize: 14,
|
|
298
|
-
fontWeight: '500',
|
|
299
|
-
color: '#2C3E50',
|
|
300
|
-
},
|
|
301
|
-
cellQuantity: {
|
|
302
|
-
fontSize: 14,
|
|
303
|
-
fontWeight: '500',
|
|
304
|
-
color: '#2C3E50',
|
|
305
|
-
marginBottom: 4,
|
|
306
|
-
},
|
|
307
|
-
cellAmount: {
|
|
308
|
-
fontSize: 12,
|
|
309
|
-
color: '#7F8C8D',
|
|
310
|
-
},
|
|
311
|
-
statsLabel: {
|
|
312
|
-
fontSize: 14,
|
|
313
|
-
fontWeight: '600',
|
|
314
|
-
color: '#2C3E50',
|
|
315
|
-
},
|
|
316
|
-
loadingRow: {
|
|
317
|
-
padding: 40,
|
|
318
|
-
justifyContent: 'center',
|
|
319
|
-
alignItems: 'center',
|
|
320
|
-
},
|
|
321
|
-
emptyRow: {
|
|
322
|
-
padding: 40,
|
|
323
|
-
justifyContent: 'center',
|
|
324
|
-
alignItems: 'center',
|
|
325
|
-
},
|
|
326
|
-
emptyText: {
|
|
327
|
-
fontSize: 14,
|
|
328
|
-
color: '#999',
|
|
329
|
-
},
|
|
330
|
-
paginationContainer: {
|
|
331
|
-
padding: 16,
|
|
332
|
-
borderTopWidth: 1,
|
|
333
|
-
borderTopColor: '#E0E0E0',
|
|
334
|
-
backgroundColor: '#FAFAFA',
|
|
335
|
-
},
|
|
336
|
-
});
|
|
337
|
-
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import {View, Text, StyleProp, ViewStyle} from 'react-native';
|
|
3
|
-
import {withTheme, makeStyles} from "@rneui/themed";
|
|
4
|
-
import defaultTheme from "../Theme/defaultTheme";
|
|
5
|
-
import {capitalizeFirstLetter} from '../common';
|
|
6
|
-
|
|
7
|
-
export type STATUS_TYPE = 'success' | 'error' | 'warning' | 'waiting' | 'unavailable' | 'disabled';
|
|
8
|
-
|
|
9
|
-
export interface Props {
|
|
10
|
-
mode?: 'point' | 'solid';
|
|
11
|
-
tag: string;
|
|
12
|
-
type: STATUS_TYPE;
|
|
13
|
-
testID?: string;
|
|
14
|
-
styles?: StyleProp<ViewStyle>;
|
|
15
|
-
}
|
|
16
|
-
const useStyles = makeStyles((theme: typeof defaultTheme) => {
|
|
17
|
-
return {
|
|
18
|
-
statusWrap: {
|
|
19
|
-
height: 24,
|
|
20
|
-
display: 'flex',
|
|
21
|
-
flexDirection: 'row',
|
|
22
|
-
justifyContent: 'flex-start',
|
|
23
|
-
alignItems: 'center'
|
|
24
|
-
},
|
|
25
|
-
base: {
|
|
26
|
-
width: 'auto',
|
|
27
|
-
fontFamily: theme?.fonts?.fontFamily,
|
|
28
|
-
fontSize: theme?.fonts.sizeM,
|
|
29
|
-
fontWeight: theme?.fonts.weightR,
|
|
30
|
-
paddingHorizontal: 6,
|
|
31
|
-
alignItems: 'center',
|
|
32
|
-
display: 'flex',
|
|
33
|
-
height: 24,
|
|
34
|
-
borderRadius: 4,
|
|
35
|
-
color: theme.colors.colorTextSecondary
|
|
36
|
-
},
|
|
37
|
-
unavailable: {
|
|
38
|
-
color: theme.colors.colorTextSecondary
|
|
39
|
-
},
|
|
40
|
-
disabled: {
|
|
41
|
-
backgroundColor: theme.colors.grey5
|
|
42
|
-
},
|
|
43
|
-
warning: {
|
|
44
|
-
backgroundColor: theme.colors.warning2
|
|
45
|
-
},
|
|
46
|
-
reserved: {
|
|
47
|
-
backgroundColor: theme.colors.colorStatusReserved
|
|
48
|
-
},
|
|
49
|
-
error: {
|
|
50
|
-
backgroundColor: theme.colors.colorStatusError
|
|
51
|
-
},
|
|
52
|
-
success: {
|
|
53
|
-
backgroundColor: theme.colors.colorStatusAvailable
|
|
54
|
-
},
|
|
55
|
-
waiting: {
|
|
56
|
-
borderColor: theme.colors.colorStatusAwaiting,
|
|
57
|
-
borderWidth: 1,
|
|
58
|
-
color: theme.colors.colorStatusAwaiting
|
|
59
|
-
},
|
|
60
|
-
point: {
|
|
61
|
-
borderRadius: 4,
|
|
62
|
-
height: 8,
|
|
63
|
-
width: 8
|
|
64
|
-
},
|
|
65
|
-
solid_disabled: {
|
|
66
|
-
borderColor: theme.colors.grey5,
|
|
67
|
-
borderWidth: 1,
|
|
68
|
-
color: theme.colors.grey5
|
|
69
|
-
},
|
|
70
|
-
solid_warning: {
|
|
71
|
-
borderColor: theme.colors.warning2,
|
|
72
|
-
borderWidth: 1,
|
|
73
|
-
color: theme.colors.warning2
|
|
74
|
-
},
|
|
75
|
-
solid_error: {
|
|
76
|
-
borderColor: theme.colors.colorStatusError,
|
|
77
|
-
borderWidth: 1,
|
|
78
|
-
color: theme.colors.colorStatusError
|
|
79
|
-
},
|
|
80
|
-
solid_success: {
|
|
81
|
-
borderColor: theme.colors.colorStatusAvailable,
|
|
82
|
-
borderWidth: 1,
|
|
83
|
-
color: theme.colors.colorStatusAvailable
|
|
84
|
-
},
|
|
85
|
-
solid_unavailable: {
|
|
86
|
-
color: theme.colors.colorTextSecondary,
|
|
87
|
-
borderColor: theme.colors.grey3,
|
|
88
|
-
borderWidth: 1
|
|
89
|
-
},
|
|
90
|
-
solid_waiting: {
|
|
91
|
-
color: theme.colors.colorStatusAwaiting,
|
|
92
|
-
borderColor: theme.colors.colorStatusAwaiting,
|
|
93
|
-
borderWidth: 1
|
|
94
|
-
},
|
|
95
|
-
solid_reserved: {
|
|
96
|
-
color: theme.colors.warning2,
|
|
97
|
-
borderColor: theme.colors.warning2,
|
|
98
|
-
borderWidth: 1
|
|
99
|
-
}
|
|
100
|
-
};
|
|
101
|
-
});
|
|
102
|
-
export const StatusTag: React.FC<Props> = ({tag, type, mode = 'point', ...props}) => {
|
|
103
|
-
const styles = useStyles(props);
|
|
104
|
-
const formattedTag = capitalizeFirstLetter(tag);
|
|
105
|
-
if (!tag) {
|
|
106
|
-
return null;
|
|
107
|
-
}
|
|
108
|
-
return (
|
|
109
|
-
<View testID={props?.testID} style={[styles.statusWrap, props.styles]}>
|
|
110
|
-
{mode === 'point' ? (
|
|
111
|
-
<>
|
|
112
|
-
<Text style={[styles.point, styles[type]]} />
|
|
113
|
-
<Text style={[styles.base]}>{formattedTag}</Text>
|
|
114
|
-
</>
|
|
115
|
-
) : (
|
|
116
|
-
<Text style={[styles.base, styles[`solid_${type}`]]}>
|
|
117
|
-
{formattedTag}
|
|
118
|
-
</Text>
|
|
119
|
-
)}
|
|
120
|
-
</View>
|
|
121
|
-
);
|
|
122
|
-
};
|
|
123
|
-
|
|
124
|
-
export default withTheme(StatusTag);
|