@olea-bps/components 1.0.0 → 1.0.4
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/TimetableDay/index.js +1 -1
- package/TimetableMonth/index.js +1 -1
- package/index.js +1 -1
- package/package.json +6 -6
- /package/{Component/342/200/216JobsFilter/index.js" → ComponentJobsFilter/index.js} +0 -0
- /package/{Component/342/200/216JobsFilter/styles.js" → ComponentJobsFilter/styles.js} +0 -0
package/TimetableDay/index.js
CHANGED
|
@@ -22,7 +22,7 @@ import componentStyles from "./styles";
|
|
|
22
22
|
import { Calendar } from 'react-native-big-calendar';
|
|
23
23
|
import { useCourses } from '@olea-bps/context-timetable';
|
|
24
24
|
import CalendarStrip from 'react-native-calendar-strip';
|
|
25
|
-
import CourseDetailDialog from '../
|
|
25
|
+
import CourseDetailDialog from '../CourseDetailDialog';
|
|
26
26
|
import { DateTime, Duration } from 'luxon';
|
|
27
27
|
import { TabView } from 'react-native-tab-view';
|
|
28
28
|
import moment from 'moment';
|
package/TimetableMonth/index.js
CHANGED
|
@@ -21,7 +21,7 @@ import { onUpdateRefreshing } from '@olea-bps/core';
|
|
|
21
21
|
import componentStyles from "./styles";
|
|
22
22
|
import { Calendar } from 'react-native-big-calendar';
|
|
23
23
|
import { useCourses } from '@olea-bps/context-timetable';
|
|
24
|
-
import CourseDetailDialog from '../
|
|
24
|
+
import CourseDetailDialog from '../CourseDetailDialog';
|
|
25
25
|
import CalendarStrip from 'react-native-calendar-strip';
|
|
26
26
|
import { DateTime } from 'luxon';
|
|
27
27
|
|
package/index.js
CHANGED
|
@@ -36,4 +36,4 @@ export { default as TimetableWeek } from './TimetableWeek';
|
|
|
36
36
|
export { default as TopNews } from './TopNews';
|
|
37
37
|
export { default as TopNewsHtwk } from './TopNewsHtwk';
|
|
38
38
|
export { default as WebView } from './WebView';
|
|
39
|
-
export { default as
|
|
39
|
+
export { default as ComponentJobsFilter } from './ComponentJobsFilter';
|
package/package.json
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@olea-bps/components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Consolidated components for OLEA",
|
|
5
5
|
"main": "index.js",
|
|
6
|
-
"repository":
|
|
7
|
-
"type": "git",
|
|
8
|
-
"url": "https://github.com/tuc-urz/olea.git",
|
|
9
|
-
"directory": "packages/components"
|
|
10
|
-
},
|
|
6
|
+
"repository": "https://github.com/tuc-urz/olea.git",
|
|
11
7
|
"author": "codeculture<info@codeculture.de>",
|
|
12
8
|
"license": "Apache-2.0",
|
|
13
9
|
"files": [
|
|
@@ -21,6 +17,10 @@
|
|
|
21
17
|
"react-native-paper": "^5.14.5",
|
|
22
18
|
"@olea-bps/core": "^1.0.0",
|
|
23
19
|
"@olea-bps/context-connectivity": "^1.0.0",
|
|
20
|
+
"@olea-bps/context-event": "^1.0.0",
|
|
21
|
+
"@olea-bps/context-news": "^1.0.0",
|
|
22
|
+
"@olea-bps/context-canteen": "^1.0.0",
|
|
23
|
+
"@olea-bps/context-timetable": "^1.0.0",
|
|
24
24
|
"moment": "^2.29.4",
|
|
25
25
|
"react-native-tab-view": "^4.1.3",
|
|
26
26
|
"expo-linear-gradient": "^14.1.5",
|
|
File without changes
|
|
File without changes
|