This commit is contained in:
2025-11-14 14:47:26 +00:00
parent 69ecf2c7c1
commit 3b4876793e
104 changed files with 231517 additions and 1029 deletions
-2
View File
@@ -41,7 +41,6 @@ import { CCAcademicPeriodNodeShapeUtil } from './cc-base/cc-graph/CCAcademicPeri
import { CCRegistrationPeriodNodeShapeUtil } from './cc-base/cc-graph/CCRegistrationPeriodNodeShapeUtil'
import { CCDepartmentStructureNodeShapeUtil } from './cc-base/cc-graph/CCDepartmentStructureNodeShapeUtil'
import { CCUserTeacherTimetableNodeShapeUtil } from './cc-base/cc-graph/CCUserTeacherTimetableNodeShapeUtil'
import { CCUserTimetableLessonNodeShapeUtil } from './cc-base/cc-graph/CCUserTimetableLessonNodeShapeUtil'
import { CCSearchShapeUtil } from './cc-base/cc-search/CCSearchShapeUtil'
import { CCWebBrowserShapeUtil } from './cc-base/cc-web-browser/CCWebBrowserUtil'
// Define all shape utils in a single object for easy maintenance
@@ -88,7 +87,6 @@ export const ShapeUtils = {
CCRegistrationPeriodNode: CCRegistrationPeriodNodeShapeUtil,
CCDepartmentStructureNode: CCDepartmentStructureNodeShapeUtil,
CCUserTeacherTimetableNode: CCUserTeacherTimetableNodeShapeUtil,
CCUserTimetableLessonNode: CCUserTimetableLessonNodeShapeUtil,
CCSearch: CCSearchShapeUtil,
CCWebBrowser: CCWebBrowserShapeUtil,
}