mui-toolpad-extended-tuni 1.0.3 → 2.1.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/README.md +47 -25
- package/dist/{EduMLToolpad → LMSToolpad}/EduMLProvider.d.ts +1 -0
- package/dist/LMSToolpad/LMSProvider.d.ts +26 -0
- package/dist/LMSToolpad/components/CenteredHeading.d.ts +7 -0
- package/dist/LMSToolpad/components/Courses/CourseCodeLoader.d.ts +15 -0
- package/dist/LMSToolpad/components/Courses/CourseInstanceLoader.d.ts +16 -0
- package/dist/LMSToolpad/components/Courses/CourseInstanceSelector.d.ts +15 -0
- package/dist/LMSToolpad/components/Courses/CourseItem.d.ts +25 -0
- package/dist/LMSToolpad/components/Courses/CourseList.d.ts +24 -0
- package/dist/LMSToolpad/components/Courses/CourseSelector.d.ts +23 -0
- package/dist/LMSToolpad/components/Courses/CourseTools.d.ts +22 -0
- package/dist/LMSToolpad/components/Courses/LayoutToggle.d.ts +7 -0
- package/dist/LMSToolpad/components/Home.d.ts +13 -0
- package/dist/LMSToolpad/components/MicroserviceNavigationBuilder.d.ts +45 -0
- package/dist/LMSToolpad/components/MicroserviceRoutes.d.ts +44 -0
- package/dist/LMSToolpad/components/ToolCard.d.ts +8 -0
- package/dist/LMSToolpad/components/ToolDisplayer.d.ts +21 -0
- package/dist/{EduMLToolpad → LMSToolpad}/components/sidebar/Footer.d.ts +2 -1
- package/dist/{EduMLToolpad → LMSToolpad}/constants.d.ts +1 -0
- package/dist/{EduMLToolpad → LMSToolpad}/hooks/useCustomRouter.d.ts +1 -0
- package/dist/{EduMLToolpad → LMSToolpad}/network/axiosConfig.d.ts +1 -0
- package/dist/LMSToolpad/store/useCourseStore.d.ts +31 -0
- package/dist/{EduMLToolpad → LMSToolpad}/store/useNavigationStore.d.ts +14 -0
- package/dist/LMSToolpad/utils/courseFilters.d.ts +14 -0
- package/dist/index.cjs +84 -84
- package/dist/index.d.ts +32 -24
- package/dist/index.es.js +6104 -5362
- package/package.json +1 -1
- package/dist/EduMLToolpad/components/Courses/CourseItem.d.ts +0 -9
- package/dist/EduMLToolpad/components/Courses/CourseList.d.ts +0 -9
- package/dist/EduMLToolpad/components/Courses/CourseSelector.d.ts +0 -3
- package/dist/EduMLToolpad/components/Courses/CourseTools.d.ts +0 -3
- package/dist/EduMLToolpad/components/Home.d.ts +0 -3
- package/dist/EduMLToolpad/store/useCourseStore.d.ts +0 -15
- package/dist/EduMLToolpad/utils/slugify.d.ts +0 -1
- /package/dist/{EduMLToolpad → LMSToolpad}/components/Courses/LtiLoginUrlForm.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/components/Courses/NoCoursesMessage.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/components/DevelopmentTools.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/components/Dialogs/DialogOpener.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/components/Dialogs/FormDialog.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/components/EduMLDialog.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/components/IconWithBadge.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/components/LoadingScreen.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/components/Logo.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/components/Notifications.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/components/PageToolBar.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/components/ToolSelector.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/components/UserSwitcher.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/components/toolbar/Account.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/components/toolbar/Actions.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/components/tools/addActions.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/components/tools/addIcons.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/components/tools/iconsByType.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/components/tools/utils/ActionFCWrapper.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/components/tools/utils/IconFCWrapper.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/interfaces.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/layout/breadcrumbs/SizableContentHeader.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/network/courses.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/network/users.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/store/useDialogStore.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/store/useNotificationsStore.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/store/useUserStore.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/theme/EduMLTheme.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/tools/ErrorBoundary.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/tools/NullStateWarning.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/types/toolpad.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/types/vite-env.d.ts +0 -0
- /package/dist/{EduMLToolpad → LMSToolpad}/utils/caseConverter.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
import { Course } from '../../store/useCourseStore';
|
|
3
|
-
type CourseItemProps = {
|
|
4
|
-
course: Course;
|
|
5
|
-
isSelected: boolean;
|
|
6
|
-
onSelect: (course: Course) => void;
|
|
7
|
-
};
|
|
8
|
-
declare const CourseItem: ({ course, isSelected, onSelect }: CourseItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
export default CourseItem;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
import { Course } from '../../store/useCourseStore';
|
|
3
|
-
type CourseListProps = {
|
|
4
|
-
courses: Course[];
|
|
5
|
-
selectedCourse?: Course | null;
|
|
6
|
-
onSelectCourse: (course: Course) => void;
|
|
7
|
-
};
|
|
8
|
-
declare const CourseList: ({ courses, selectedCourse, onSelectCourse, }: CourseListProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
export default CourseList;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
export interface Course {
|
|
3
|
-
id: string;
|
|
4
|
-
title: string;
|
|
5
|
-
description: string;
|
|
6
|
-
createdAt: string;
|
|
7
|
-
ltiLoginUrl: string;
|
|
8
|
-
updatedAt: string;
|
|
9
|
-
}
|
|
10
|
-
export interface CourseRaw {
|
|
11
|
-
title: string;
|
|
12
|
-
description: string;
|
|
13
|
-
}
|
|
14
|
-
declare const useCourseStore: any;
|
|
15
|
-
export default useCourseStore;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const slugify: (text: string) => string;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|