herum-types 1.0.1
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/ActivityUpdate/StudentQuizUpdateData.d.ts +5 -0
- package/ActivityUpdate/StudentQuizUpdateData.js +1 -0
- package/ActivityUpdate/index.d.ts +4 -0
- package/ActivityUpdate/index.js +4 -0
- package/Auth/AuthenticationResponse.d.ts +5 -0
- package/Auth/AuthenticationResponse.js +1 -0
- package/Auth/LoginType.d.ts +5 -0
- package/Auth/LoginType.js +6 -0
- package/Auth/backendLoginFormat.d.ts +4 -0
- package/Auth/backendLoginFormat.js +1 -0
- package/Auth/index.d.ts +6 -0
- package/Auth/index.js +6 -0
- package/Collection/Collection.d.ts +23 -0
- package/Collection/Collection.js +2 -0
- package/Collection/CollectionBase.d.ts +14 -0
- package/Collection/CollectionBase.js +2 -0
- package/Collection/index.d.ts +5 -0
- package/Collection/index.js +5 -0
- package/Dialogs/AssignmentDialogConfig.d.ts +5 -0
- package/Dialogs/AssignmentDialogConfig.js +1 -0
- package/Dialogs/DialogConfig.d.ts +9 -0
- package/Dialogs/DialogConfig.js +1 -0
- package/Dialogs/FetchedMessage.d.ts +7 -0
- package/Dialogs/FetchedMessage.js +1 -0
- package/Dialogs/SelectionDialog.d.ts +5 -0
- package/Dialogs/SelectionDialog.js +1 -0
- package/Dialogs/assignmentsConfigs.d.ts +4 -0
- package/Dialogs/assignmentsConfigs.js +21 -0
- package/Dialogs/index.d.ts +8 -0
- package/Dialogs/index.js +8 -0
- package/Enums/CertificateLevel.d.ts +4 -0
- package/Enums/CertificateLevel.js +5 -0
- package/Enums/CollectionAction.d.ts +4 -0
- package/Enums/CollectionAction.js +5 -0
- package/Enums/FeedPriority.d.ts +40 -0
- package/Enums/FeedPriority.js +23 -0
- package/Enums/FeedPriorityStatus.d.ts +4 -0
- package/Enums/FeedPriorityStatus.js +6 -0
- package/Enums/FetchedMessageKeys.d.ts +4 -0
- package/Enums/FetchedMessageKeys.js +5 -0
- package/Enums/FullHierarchyPartsPlaces.d.ts +6 -0
- package/Enums/FullHierarchyPartsPlaces.js +7 -0
- package/Enums/Gender.d.ts +5 -0
- package/Enums/Gender.js +6 -0
- package/Enums/HerumPageHeaderAction.d.ts +6 -0
- package/Enums/HerumPageHeaderAction.js +7 -0
- package/Enums/QuizHeaderState.d.ts +9 -0
- package/Enums/QuizHeaderState.js +10 -0
- package/Enums/QuizStatus.d.ts +6 -0
- package/Enums/QuizStatus.js +7 -0
- package/Enums/ResourceState.d.ts +5 -0
- package/Enums/ResourceState.js +6 -0
- package/Enums/StateUpdateActionType.d.ts +4 -0
- package/Enums/StateUpdateActionType.js +5 -0
- package/Enums/SubscriptionStatus.d.ts +5 -0
- package/Enums/SubscriptionStatus.js +6 -0
- package/Enums/TimeUnit.d.ts +5 -0
- package/Enums/TimeUnit.js +2 -0
- package/Enums/index.d.ts +17 -0
- package/Enums/index.js +17 -0
- package/GenericUpdates/AddOrUpdate.d.ts +4 -0
- package/GenericUpdates/AddOrUpdate.js +1 -0
- package/GenericUpdates/Attach.d.ts +8 -0
- package/GenericUpdates/Attach.js +1 -0
- package/GenericUpdates/DbActionResponse.d.ts +15 -0
- package/GenericUpdates/DbActionResponse.js +1 -0
- package/GenericUpdates/ListItemDeletion.d.ts +6 -0
- package/GenericUpdates/ListItemDeletion.js +1 -0
- package/GenericUpdates/index.d.ts +7 -0
- package/GenericUpdates/index.js +7 -0
- package/GraphQL/GQLVariable.d.ts +5 -0
- package/GraphQL/GQLVariable.js +1 -0
- package/GraphQL/GraphQLError.d.ts +8 -0
- package/GraphQL/GraphQLError.js +1 -0
- package/GraphQL/GraphQLFilter.d.ts +5 -0
- package/GraphQL/GraphQLFilter.js +1 -0
- package/GraphQL/GraphQLOrder.d.ts +3 -0
- package/GraphQL/GraphQLOrder.js +1 -0
- package/GraphQL/GraphQlOffsetPaging.d.ts +4 -0
- package/GraphQL/GraphQlOffsetPaging.js +1 -0
- package/GraphQL/GraphQlOffsetPagingResult.d.ts +8 -0
- package/GraphQL/GraphQlOffsetPagingResult.js +1 -0
- package/GraphQL/GraphQlPaging.d.ts +4 -0
- package/GraphQL/GraphQlPaging.js +1 -0
- package/GraphQL/GraphQlQuery.d.ts +29 -0
- package/GraphQL/GraphQlQuery.js +1 -0
- package/GraphQL/GraphQlResult.d.ts +13 -0
- package/GraphQL/GraphQlResult.js +1 -0
- package/GraphQL/NestedObjectFilter.d.ts +37 -0
- package/GraphQL/NestedObjectFilter.js +1 -0
- package/GraphQL/index.d.ts +13 -0
- package/GraphQL/index.js +13 -0
- package/Group/AndFieldsPermission.d.ts +22 -0
- package/Group/AndFieldsPermission.js +1 -0
- package/Group/CollectionPermission.d.ts +6 -0
- package/Group/CollectionPermission.js +1 -0
- package/Group/CollectionPermissionType.d.ts +3 -0
- package/Group/CollectionPermissionType.js +1 -0
- package/Group/Group.d.ts +13 -0
- package/Group/Group.js +1 -0
- package/Group/PermittedGroup.d.ts +7 -0
- package/Group/PermittedGroup.js +1 -0
- package/Group/StructPermission.d.ts +6 -0
- package/Group/StructPermission.js +1 -0
- package/Group/index.d.ts +9 -0
- package/Group/index.js +9 -0
- package/HadrachaPage/GradeData.d.ts +4 -0
- package/HadrachaPage/GradeData.js +1 -0
- package/HadrachaPage/HadrachaAssignment.d.ts +14 -0
- package/HadrachaPage/HadrachaAssignment.js +1 -0
- package/HadrachaPage/HadrachaPage.d.ts +15 -0
- package/HadrachaPage/HadrachaPage.js +1 -0
- package/HadrachaPage/HadrachaPagePermissionType.d.ts +7 -0
- package/HadrachaPage/HadrachaPagePermissionType.js +1 -0
- package/HadrachaPage/HadrachaPageResourceSubscription.d.ts +13 -0
- package/HadrachaPage/HadrachaPageResourceSubscription.js +1 -0
- package/HadrachaPage/HadrachaPageStruct.d.ts +4 -0
- package/HadrachaPage/HadrachaPageStruct.js +1 -0
- package/HadrachaPage/HadrachaPageStructPermissionType.d.ts +10 -0
- package/HadrachaPage/HadrachaPageStructPermissionType.js +1 -0
- package/HadrachaPage/HadrachaPageUserSubscription.d.ts +16 -0
- package/HadrachaPage/HadrachaPageUserSubscription.js +1 -0
- package/HadrachaPage/index.d.ts +11 -0
- package/HadrachaPage/index.js +11 -0
- package/HttpRequests/HadrachaSubscriptionUpdate.d.ts +9 -0
- package/HttpRequests/HadrachaSubscriptionUpdate.js +1 -0
- package/HttpRequests/ResourceSubscriptionUpdate.d.ts +8 -0
- package/HttpRequests/ResourceSubscriptionUpdate.js +1 -0
- package/HttpRequests/index.d.ts +5 -0
- package/HttpRequests/index.js +5 -0
- package/Interceptors/ExpandedError.d.ts +4 -0
- package/Interceptors/ExpandedError.js +1 -0
- package/Interceptors/HandledUploadProgressMetadata.d.ts +12 -0
- package/Interceptors/HandledUploadProgressMetadata.js +1 -0
- package/Interceptors/index.d.ts +5 -0
- package/Interceptors/index.js +5 -0
- package/Lessons/Lesson.d.ts +14 -0
- package/Lessons/Lesson.js +1 -0
- package/Lessons/LessonPreview.d.ts +8 -0
- package/Lessons/LessonPreview.js +1 -0
- package/Lessons/LessonResourceSubscription.d.ts +11 -0
- package/Lessons/LessonResourceSubscription.js +1 -0
- package/Lessons/LessonState.d.ts +12 -0
- package/Lessons/LessonState.js +1 -0
- package/Lessons/LessonStudentSingleSubscription.d.ts +6 -0
- package/Lessons/LessonStudentSingleSubscription.js +1 -0
- package/Lessons/LessonStudentSubscription.d.ts +6 -0
- package/Lessons/LessonStudentSubscription.js +1 -0
- package/Lessons/LessonTeacherSubscription.d.ts +6 -0
- package/Lessons/LessonTeacherSubscription.js +1 -0
- package/Lessons/MicroResourceAuthorization.d.ts +19 -0
- package/Lessons/MicroResourceAuthorization.js +1 -0
- package/Lessons/index.d.ts +11 -0
- package/Lessons/index.js +11 -0
- package/Permission/PermissionTemplate.d.ts +9 -0
- package/Permission/PermissionTemplate.js +1 -0
- package/Permission/index.d.ts +4 -0
- package/Permission/index.js +4 -0
- package/Previews/CollectionPreview.d.ts +3 -0
- package/Previews/CollectionPreview.js +1 -0
- package/Previews/GroupPreview.d.ts +4 -0
- package/Previews/GroupPreview.js +1 -0
- package/Previews/HadrachaPagePreview.d.ts +10 -0
- package/Previews/HadrachaPagePreview.js +1 -0
- package/Previews/PlaylistPreview.d.ts +7 -0
- package/Previews/PlaylistPreview.js +1 -0
- package/Previews/ResourcePreview.d.ts +16 -0
- package/Previews/ResourcePreview.js +1 -0
- package/Previews/StructPreview.d.ts +7 -0
- package/Previews/StructPreview.js +1 -0
- package/Previews/SubjectPreview.d.ts +3 -0
- package/Previews/SubjectPreview.js +1 -0
- package/Previews/UserPreview.d.ts +9 -0
- package/Previews/UserPreview.js +1 -0
- package/Previews/index.d.ts +11 -0
- package/Previews/index.js +11 -0
- package/RealTime/Requests/SocketEmptyRequest.d.ts +3 -0
- package/RealTime/Requests/SocketEmptyRequest.js +1 -0
- package/RealTime/Requests/SocketMessageRequest.d.ts +7 -0
- package/RealTime/Requests/SocketMessageRequest.js +1 -0
- package/RealTime/Requests/SocketNewLessonRequest.d.ts +8 -0
- package/RealTime/Requests/SocketNewLessonRequest.js +1 -0
- package/RealTime/Requests/SocketStateRequest.d.ts +8 -0
- package/RealTime/Requests/SocketStateRequest.js +1 -0
- package/RealTime/Requests/SocketUserRequest.d.ts +6 -0
- package/RealTime/Requests/SocketUserRequest.js +1 -0
- package/RealTime/Requests/SocketUsersRequest.d.ts +6 -0
- package/RealTime/Requests/SocketUsersRequest.js +1 -0
- package/RealTime/Requests/index.d.ts +9 -0
- package/RealTime/Requests/index.js +9 -0
- package/RealTime/Responses/SocketLessonResponse.d.ts +6 -0
- package/RealTime/Responses/SocketLessonResponse.js +1 -0
- package/RealTime/Responses/SocketMessageResponse.d.ts +6 -0
- package/RealTime/Responses/SocketMessageResponse.js +1 -0
- package/RealTime/Responses/SocketStateResponse.d.ts +7 -0
- package/RealTime/Responses/SocketStateResponse.js +1 -0
- package/RealTime/Responses/SocketUserResponse.d.ts +6 -0
- package/RealTime/Responses/SocketUserResponse.js +1 -0
- package/RealTime/Responses/SocketUsersResponse.d.ts +6 -0
- package/RealTime/Responses/SocketUsersResponse.js +1 -0
- package/RealTime/Responses/index.d.ts +8 -0
- package/RealTime/Responses/index.js +8 -0
- package/RealTime/SocketMessage.d.ts +4 -0
- package/RealTime/SocketMessage.js +1 -0
- package/RealTime/index.d.ts +6 -0
- package/RealTime/index.js +6 -0
- package/Resource/CollegeData.d.ts +11 -0
- package/Resource/CollegeData.js +1 -0
- package/Resource/Exercise/Exercise.d.ts +6 -0
- package/Resource/Exercise/Exercise.js +1 -0
- package/Resource/Exercise/StreamRequestTemplate.d.ts +10 -0
- package/Resource/Exercise/StreamRequestTemplate.js +1 -0
- package/Resource/Exercise/index.d.ts +5 -0
- package/Resource/Exercise/index.js +5 -0
- package/Resource/GradingMethodData.d.ts +5 -0
- package/Resource/GradingMethodData.js +1 -0
- package/Resource/MicroResource/MicroResourceAuthorizationType.d.ts +5 -0
- package/Resource/MicroResource/MicroResourceAuthorizationType.js +6 -0
- package/Resource/MicroResource/MicroResourceFrontData.d.ts +18 -0
- package/Resource/MicroResource/MicroResourceFrontData.js +1 -0
- package/Resource/MicroResource/index.d.ts +5 -0
- package/Resource/MicroResource/index.js +5 -0
- package/Resource/ModifiedResource.d.ts +8 -0
- package/Resource/ModifiedResource.js +1 -0
- package/Resource/Quiz/Answer.model.d.ts +8 -0
- package/Resource/Quiz/Answer.model.js +8 -0
- package/Resource/Quiz/AnswerData.d.ts +5 -0
- package/Resource/Quiz/AnswerData.js +5 -0
- package/Resource/Quiz/Question.model.d.ts +20 -0
- package/Resource/Quiz/Question.model.js +18 -0
- package/Resource/Quiz/QuestionIdToAnswerData.d.ts +2 -0
- package/Resource/Quiz/QuestionIdToAnswerData.js +1 -0
- package/Resource/Quiz/Quiz.model.d.ts +9 -0
- package/Resource/Quiz/Quiz.model.js +8 -0
- package/Resource/Quiz/QuizData.d.ts +16 -0
- package/Resource/Quiz/QuizData.js +1 -0
- package/Resource/Quiz/QuizGradeData.d.ts +8 -0
- package/Resource/Quiz/QuizGradeData.js +1 -0
- package/Resource/Quiz/QuizUpdateData.d.ts +7 -0
- package/Resource/Quiz/QuizUpdateData.js +1 -0
- package/Resource/Quiz/QuizUserAnswer.d.ts +5 -0
- package/Resource/Quiz/QuizUserAnswer.js +1 -0
- package/Resource/Quiz/index.d.ts +12 -0
- package/Resource/Quiz/index.js +12 -0
- package/Resource/QuizSubmission.d.ts +8 -0
- package/Resource/QuizSubmission.js +1 -0
- package/Resource/Resource.d.ts +22 -0
- package/Resource/Resource.js +1 -0
- package/Resource/ResourceAdditionalFile.d.ts +4 -0
- package/Resource/ResourceAdditionalFile.js +1 -0
- package/Resource/ResourceContainment.d.ts +6 -0
- package/Resource/ResourceContainment.js +1 -0
- package/Resource/ResourceGradeUpdate.d.ts +5 -0
- package/Resource/ResourceGradeUpdate.js +1 -0
- package/Resource/ResourceHierarchy.d.ts +12 -0
- package/Resource/ResourceHierarchy.js +1 -0
- package/Resource/ServerQuizData.d.ts +9 -0
- package/Resource/ServerQuizData.js +1 -0
- package/Resource/index.d.ts +16 -0
- package/Resource/index.js +16 -0
- package/Shared/AssignmentMetadata.d.ts +12 -0
- package/Shared/AssignmentMetadata.js +1 -0
- package/Shared/AudioConfiguration.d.ts +16 -0
- package/Shared/AudioConfiguration.js +1 -0
- package/Shared/ClosedList.d.ts +9 -0
- package/Shared/ClosedList.js +1 -0
- package/Shared/CollectionOverView.d.ts +9 -0
- package/Shared/CollectionOverView.js +1 -0
- package/Shared/CommonQuestions.d.ts +12 -0
- package/Shared/CommonQuestions.js +1 -0
- package/Shared/DateTimePicker.d.ts +2 -0
- package/Shared/DateTimePicker.js +1 -0
- package/Shared/DbListItem.d.ts +4 -0
- package/Shared/DbListItem.js +1 -0
- package/Shared/DisplayIdentifiedEntity.d.ts +4 -0
- package/Shared/DisplayIdentifiedEntity.js +1 -0
- package/Shared/DisplayedRoute.d.ts +10 -0
- package/Shared/DisplayedRoute.js +1 -0
- package/Shared/EntitiesLayoutProperties.d.ts +10 -0
- package/Shared/EntitiesLayoutProperties.js +1 -0
- package/Shared/FileData.d.ts +9 -0
- package/Shared/FileData.js +1 -0
- package/Shared/FormChange.d.ts +4 -0
- package/Shared/FormChange.js +1 -0
- package/Shared/GlobalKeyboardEvent.d.ts +13 -0
- package/Shared/GlobalKeyboardEvent.js +1 -0
- package/Shared/IdentifiedEntity.d.ts +4 -0
- package/Shared/IdentifiedEntity.js +1 -0
- package/Shared/IdentifiedOption.d.ts +4 -0
- package/Shared/IdentifiedOption.js +1 -0
- package/Shared/KeyValue.d.ts +6 -0
- package/Shared/KeyValue.js +1 -0
- package/Shared/MediaSettings.d.ts +9 -0
- package/Shared/MediaSettings.js +1 -0
- package/Shared/MenuItem.d.ts +9 -0
- package/Shared/MenuItem.js +1 -0
- package/Shared/ModelInfo.d.ts +12 -0
- package/Shared/ModelInfo.js +1 -0
- package/Shared/Note.d.ts +5 -0
- package/Shared/Note.js +1 -0
- package/Shared/PageSection.d.ts +4 -0
- package/Shared/PageSection.js +1 -0
- package/Shared/Permission.d.ts +7 -0
- package/Shared/Permission.js +1 -0
- package/Shared/ProgressOverView.d.ts +9 -0
- package/Shared/ProgressOverView.js +1 -0
- package/Shared/RecursiveTitledOptions.d.ts +6 -0
- package/Shared/RecursiveTitledOptions.js +1 -0
- package/Shared/ResourceComment.d.ts +7 -0
- package/Shared/ResourceComment.js +1 -0
- package/Shared/SectionListItem.d.ts +4 -0
- package/Shared/SectionListItem.js +1 -0
- package/Shared/SignUpField.d.ts +4 -0
- package/Shared/SignUpField.js +1 -0
- package/Shared/SocketMessage.d.ts +4 -0
- package/Shared/SocketMessage.js +1 -0
- package/Shared/Step/LessonStep.d.ts +4 -0
- package/Shared/Step/LessonStep.js +1 -0
- package/Shared/Step/Step.d.ts +9 -0
- package/Shared/Step/Step.js +1 -0
- package/Shared/Step/StepperStatus.d.ts +5 -0
- package/Shared/Step/StepperStatus.js +6 -0
- package/Shared/Step/index.d.ts +6 -0
- package/Shared/Step/index.js +6 -0
- package/Shared/Subject.d.ts +3 -0
- package/Shared/Subject.js +1 -0
- package/Shared/SystemIdentifier.d.ts +1 -0
- package/Shared/SystemIdentifier.js +1 -0
- package/Shared/TimeRange.d.ts +4 -0
- package/Shared/TimeRange.js +1 -0
- package/Shared/TreeModels/CollegeTreeNodeData.d.ts +8 -0
- package/Shared/TreeModels/CollegeTreeNodeData.js +1 -0
- package/Shared/TreeModels/HadrachaTreeNodeData.d.ts +8 -0
- package/Shared/TreeModels/HadrachaTreeNodeData.js +1 -0
- package/Shared/TreeModels/NodeMenuItem.d.ts +7 -0
- package/Shared/TreeModels/NodeMenuItem.js +1 -0
- package/Shared/TreeModels/TreeNode.d.ts +29 -0
- package/Shared/TreeModels/TreeNode.js +1 -0
- package/Shared/TreeModels/TreeNodeData.d.ts +25 -0
- package/Shared/TreeModels/TreeNodeData.js +1 -0
- package/Shared/TreeModels/index.d.ts +8 -0
- package/Shared/TreeModels/index.js +8 -0
- package/Shared/UserPermission.d.ts +4 -0
- package/Shared/UserPermission.js +1 -0
- package/Shared/ViewModeType.d.ts +1 -0
- package/Shared/ViewModeType.js +1 -0
- package/Shared/index.d.ts +39 -0
- package/Shared/index.js +39 -0
- package/Shared/signInFormData.d.ts +4 -0
- package/Shared/signInFormData.js +1 -0
- package/Shared/signUpFormData.d.ts +20 -0
- package/Shared/signUpFormData.js +1 -0
- package/Struct/BaseStructUserRowData.d.ts +6 -0
- package/Struct/BaseStructUserRowData.js +1 -0
- package/Struct/CollegeAssignment.d.ts +5 -0
- package/Struct/CollegeAssignment.js +1 -0
- package/Struct/CollegeStruct.d.ts +22 -0
- package/Struct/CollegeStruct.js +1 -0
- package/Struct/CollegeStructTotals.d.ts +5 -0
- package/Struct/CollegeStructTotals.js +1 -0
- package/Struct/HadrachaStructTotals.d.ts +3 -0
- package/Struct/HadrachaStructTotals.js +1 -0
- package/Struct/PakaFile.d.ts +9 -0
- package/Struct/PakaFile.js +1 -0
- package/Struct/PartialStruct.d.ts +36 -0
- package/Struct/PartialStruct.js +1 -0
- package/Struct/Struct.d.ts +21 -0
- package/Struct/Struct.js +1 -0
- package/Struct/StructAssigment.d.ts +7 -0
- package/Struct/StructAssigment.js +1 -0
- package/Struct/StructAssignmentState.d.ts +6 -0
- package/Struct/StructAssignmentState.js +7 -0
- package/Struct/StructFile.d.ts +8 -0
- package/Struct/StructFile.js +1 -0
- package/Struct/StructFileStatusData.d.ts +8 -0
- package/Struct/StructFileStatusData.js +1 -0
- package/Struct/StructHadrachaPageSubscription.d.ts +8 -0
- package/Struct/StructHadrachaPageSubscription.js +1 -0
- package/Struct/StructLesson.d.ts +4 -0
- package/Struct/StructLesson.js +1 -0
- package/Struct/StructPaginatedLesson.d.ts +25 -0
- package/Struct/StructPaginatedLesson.js +1 -0
- package/Struct/StructReview.d.ts +9 -0
- package/Struct/StructReview.js +1 -0
- package/Struct/StructTotals.d.ts +5 -0
- package/Struct/StructTotals.js +1 -0
- package/Struct/StructUserRowData.d.ts +16 -0
- package/Struct/StructUserRowData.js +1 -0
- package/Struct/index.d.ts +21 -0
- package/Struct/index.js +21 -0
- package/Table/AlignDir.d.ts +1 -0
- package/Table/AlignDir.js +1 -0
- package/Table/BaseRowData.d.ts +3 -0
- package/Table/BaseRowData.js +1 -0
- package/Table/HerumTableParams.d.ts +14 -0
- package/Table/HerumTableParams.js +1 -0
- package/Table/HoveredHerumRowTable.d.ts +5 -0
- package/Table/HoveredHerumRowTable.js +1 -0
- package/Table/TableActions.d.ts +4 -0
- package/Table/TableActions.js +5 -0
- package/Table/index.d.ts +8 -0
- package/Table/index.js +8 -0
- package/Toast/CommonDependentsErrorToast .d.ts +5 -0
- package/Toast/CommonDependentsErrorToast .js +1 -0
- package/Toast/CommonDependentsErrorToast.d.ts +5 -0
- package/Toast/CommonDependentsErrorToast.js +1 -0
- package/Toast/Toast.d.ts +9 -0
- package/Toast/Toast.js +1 -0
- package/Toast/ToastContext.d.ts +10 -0
- package/Toast/ToastContext.js +1 -0
- package/Toast/ToastHttpResponseDependencies.d.ts +4 -0
- package/Toast/ToastHttpResponseDependencies.js +1 -0
- package/Toast/ToastState.d.ts +1 -0
- package/Toast/ToastState.js +1 -0
- package/Toast/ToastStatus.d.ts +1 -0
- package/Toast/ToastStatus.js +1 -0
- package/Toast/ToastTemplate.d.ts +6 -0
- package/Toast/ToastTemplate.js +1 -0
- package/Toast/index.d.ts +10 -0
- package/Toast/index.js +10 -0
- package/TrackTextChanges/DeletionTagsUpdateData.d.ts +7 -0
- package/TrackTextChanges/DeletionTagsUpdateData.js +1 -0
- package/TrackTextChanges/TextChange.d.ts +15 -0
- package/TrackTextChanges/TextChange.js +1 -0
- package/TrackTextChanges/TrackTextStyle.d.ts +11 -0
- package/TrackTextChanges/TrackTextStyle.js +1 -0
- package/TrackTextChanges/index.d.ts +6 -0
- package/TrackTextChanges/index.js +6 -0
- package/User/Address.d.ts +5 -0
- package/User/Address.js +1 -0
- package/User/CollectionSubscription.d.ts +18 -0
- package/User/CollectionSubscription.js +1 -0
- package/User/HadrachaPageSubscription.d.ts +16 -0
- package/User/HadrachaPageSubscription.js +1 -0
- package/User/LoginData.d.ts +3 -0
- package/User/LoginData.js +1 -0
- package/User/MultiSelectClosedLists.d.ts +7 -0
- package/User/MultiSelectClosedLists.js +1 -0
- package/User/QuizSubscription/QuizSubscription.d.ts +7 -0
- package/User/QuizSubscription/QuizSubscription.js +1 -0
- package/User/QuizSubscription/UserAnswer.d.ts +5 -0
- package/User/QuizSubscription/UserAnswer.js +1 -0
- package/User/QuizSubscription/UserQuestionData.d.ts +22 -0
- package/User/QuizSubscription/UserQuestionData.js +1 -0
- package/User/QuizSubscription/index.d.ts +6 -0
- package/User/QuizSubscription/index.js +6 -0
- package/User/ResourceSubscription.d.ts +16 -0
- package/User/ResourceSubscription.js +1 -0
- package/User/SecurityQuestion.d.ts +6 -0
- package/User/SecurityQuestion.js +1 -0
- package/User/Shamap.d.ts +9 -0
- package/User/Shamap.js +1 -0
- package/User/StudentLessonSubscription.d.ts +9 -0
- package/User/StudentLessonSubscription.js +1 -0
- package/User/Subscription.d.ts +3 -0
- package/User/Subscription.js +1 -0
- package/User/TeacherLessonSubscription.d.ts +6 -0
- package/User/TeacherLessonSubscription.js +1 -0
- package/User/User.d.ts +68 -0
- package/User/User.js +1 -0
- package/User/UserAssignment.d.ts +7 -0
- package/User/UserAssignment.js +1 -0
- package/User/UserExerciseData.d.ts +8 -0
- package/User/UserExerciseData.js +1 -0
- package/User/UserStudentAssignment.d.ts +5 -0
- package/User/UserStudentAssignment.js +1 -0
- package/User/UserTeacherAssignment.d.ts +5 -0
- package/User/UserTeacherAssignment.js +1 -0
- package/User/UserUpdateActionType.d.ts +6 -0
- package/User/UserUpdateActionType.js +1 -0
- package/User/UsersWithPermissions.d.ts +7 -0
- package/User/UsersWithPermissions.js +1 -0
- package/User/index.d.ts +22 -0
- package/User/index.js +22 -0
- package/index.d.ts +27 -0
- package/index.js +27 -0
- package/interfaces/IMediaPlayer.d.ts +10 -0
- package/interfaces/IMediaPlayer.js +2 -0
- package/interfaces/ISystemTrackTextChangesService.d.ts +4 -0
- package/interfaces/ISystemTrackTextChangesService.js +1 -0
- package/interfaces/ISystemUserService.d.ts +13 -0
- package/interfaces/ISystemUserService.js +1 -0
- package/interfaces/can-deactivate.guard.d.ts +3 -0
- package/interfaces/can-deactivate.guard.js +1 -0
- package/interfaces/index.d.ts +8 -0
- package/interfaces/index.js +8 -0
- package/interfaces/stream-state.d.ts +9 -0
- package/interfaces/stream-state.js +1 -0
- package/package.json +31 -0
- package/uploads-manager/ComplexObservableArrowFunctions.d.ts +2 -0
- package/uploads-manager/ComplexObservableArrowFunctions.js +1 -0
- package/uploads-manager/DependentMetadata.d.ts +5 -0
- package/uploads-manager/DependentMetadata.js +1 -0
- package/uploads-manager/FailedDependentsRequestsContext.d.ts +10 -0
- package/uploads-manager/FailedDependentsRequestsContext.js +1 -0
- package/uploads-manager/ObservableArrowFunction.d.ts +2 -0
- package/uploads-manager/ObservableArrowFunction.js +1 -0
- package/uploads-manager/UploadProgressMetadata.d.ts +15 -0
- package/uploads-manager/UploadProgressMetadata.js +1 -0
- package/uploads-manager/UploadProgressStatus.d.ts +1 -0
- package/uploads-manager/UploadProgressStatus.js +1 -0
- package/uploads-manager/UploadProgressType.d.ts +1 -0
- package/uploads-manager/UploadProgressType.js +1 -0
- package/uploads-manager/index.d.ts +10 -0
- package/uploads-manager/index.js +10 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { TreeNodeDataBase } from './TreeNodeData';
|
|
2
|
+
import { CollegeStructTotals } from '../../Struct/CollegeStructTotals';
|
|
3
|
+
import { StructLesson } from '../../Struct/StructLesson';
|
|
4
|
+
export type CollegeTreeNodeData = TreeNodeDataBase & {
|
|
5
|
+
percentage: number;
|
|
6
|
+
totals: CollegeStructTotals;
|
|
7
|
+
lessons?: StructLesson[];
|
|
8
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { HadrachaPageStructPermissionType } from "../../HadrachaPage/HadrachaPageStructPermissionType";
|
|
2
|
+
import { HadrachaStructTotals } from "../../Struct/HadrachaStructTotals";
|
|
3
|
+
import { TreeNodeDataBase } from "./TreeNodeData";
|
|
4
|
+
export type HadrachaTreeNodeData = Omit<TreeNodeDataBase, 'loggedUserPermissions'> & {
|
|
5
|
+
percentage: number;
|
|
6
|
+
totals: HadrachaStructTotals;
|
|
7
|
+
loggedUserPermissions: HadrachaPageStructPermissionType;
|
|
8
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { CollegeTreeNodeData } from './CollegeTreeNodeData';
|
|
2
|
+
import { HadrachaTreeNodeData } from './HadrachaTreeNodeData';
|
|
3
|
+
import { TreeNodeAssignmentsData, TreeNodeDataBase } from './TreeNodeData';
|
|
4
|
+
export type TreeNode = {
|
|
5
|
+
parent?: TreeNode;
|
|
6
|
+
data: TreeNodeAssignmentsData | TreeNodeDataBase | CollegeTreeNodeData | HadrachaTreeNodeData;
|
|
7
|
+
childrens?: TreeNode[];
|
|
8
|
+
isExpended?: boolean;
|
|
9
|
+
height?: number;
|
|
10
|
+
childernDisplayLogic?: (children: TreeNode, parent: TreeNode) => boolean;
|
|
11
|
+
};
|
|
12
|
+
export type GenericTreeNode<T> = {
|
|
13
|
+
parent?: GenericTreeNode<T>;
|
|
14
|
+
data: GenericTreeNodeBaseData<T>;
|
|
15
|
+
childrens?: GenericTreeNode<T>[];
|
|
16
|
+
isExpended?: boolean;
|
|
17
|
+
height?: number;
|
|
18
|
+
childernDisplayLogic?: (children: TreeNode, parent: TreeNode) => boolean;
|
|
19
|
+
};
|
|
20
|
+
export type GenericTreeNodeBaseData<T> = {
|
|
21
|
+
id: string;
|
|
22
|
+
title: string;
|
|
23
|
+
type?: string;
|
|
24
|
+
logicalId?: string;
|
|
25
|
+
displayContentOnHadrachaPage?: boolean;
|
|
26
|
+
text?: string;
|
|
27
|
+
data: T;
|
|
28
|
+
};
|
|
29
|
+
export type SystemTreeNodeData = TreeNodeAssignmentsData | TreeNodeDataBase | CollegeTreeNodeData | HadrachaTreeNodeData;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { StructTotals } from '../../Struct/StructTotals';
|
|
2
|
+
import { IdentifiedEntity } from '../IdentifiedEntity';
|
|
3
|
+
import { Permission } from '../Permission';
|
|
4
|
+
export type TreeNodeAssignmentsData = TreeNodeDataBase & {
|
|
5
|
+
percentage: number;
|
|
6
|
+
readynessDisplayName: string;
|
|
7
|
+
assignmentsCounter: number;
|
|
8
|
+
competencyCluster: string;
|
|
9
|
+
totals: StructTotals;
|
|
10
|
+
competencyClusterCounters: CompetencyClusterCounter[];
|
|
11
|
+
shouldHavePaka: boolean;
|
|
12
|
+
};
|
|
13
|
+
export type TreeNodeDataBase = {
|
|
14
|
+
id: string;
|
|
15
|
+
isPublic: boolean;
|
|
16
|
+
title: string;
|
|
17
|
+
description: string;
|
|
18
|
+
fullHierarchy?: IdentifiedEntity[];
|
|
19
|
+
status?: 'high' | 'medium' | 'low';
|
|
20
|
+
loggedUserPermissions: Permission;
|
|
21
|
+
};
|
|
22
|
+
export type CompetencyClusterCounter = {
|
|
23
|
+
name: string;
|
|
24
|
+
counter: number;
|
|
25
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type ViewModelType = "wide" | "narrow";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @file Automatically generated by barrelsby.
|
|
3
|
+
*/
|
|
4
|
+
export * from "./AssignmentMetadata";
|
|
5
|
+
export * from "./AudioConfiguration";
|
|
6
|
+
export * from "./ClosedList";
|
|
7
|
+
export * from "./CollectionOverView";
|
|
8
|
+
export * from "./CommonQuestions";
|
|
9
|
+
export * from "./DateTimePicker";
|
|
10
|
+
export * from "./DbListItem";
|
|
11
|
+
export * from "./DisplayIdentifiedEntity";
|
|
12
|
+
export * from "./DisplayedRoute";
|
|
13
|
+
export * from "./EntitiesLayoutProperties";
|
|
14
|
+
export * from "./FileData";
|
|
15
|
+
export * from "./FormChange";
|
|
16
|
+
export * from "./GlobalKeyboardEvent";
|
|
17
|
+
export * from "./IdentifiedEntity";
|
|
18
|
+
export * from "./IdentifiedOption";
|
|
19
|
+
export * from "./KeyValue";
|
|
20
|
+
export * from "./MediaSettings";
|
|
21
|
+
export * from "./MenuItem";
|
|
22
|
+
export * from "./ModelInfo";
|
|
23
|
+
export * from "./Note";
|
|
24
|
+
export * from "./PageSection";
|
|
25
|
+
export * from "./Permission";
|
|
26
|
+
export * from "./ProgressOverView";
|
|
27
|
+
export * from "./RecursiveTitledOptions";
|
|
28
|
+
export * from "./ResourceComment";
|
|
29
|
+
export * from "./SectionListItem";
|
|
30
|
+
export * from "./SignUpField";
|
|
31
|
+
export * from "./Subject";
|
|
32
|
+
export * from "./SystemIdentifier";
|
|
33
|
+
export * from "./TimeRange";
|
|
34
|
+
export * from "./UserPermission";
|
|
35
|
+
export * from "./ViewModeType";
|
|
36
|
+
export * from "./signInFormData";
|
|
37
|
+
export * from "./signUpFormData";
|
|
38
|
+
export * from "./Step/index";
|
|
39
|
+
export * from "./TreeModels/index";
|
package/Shared/index.js
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @file Automatically generated by barrelsby.
|
|
3
|
+
*/
|
|
4
|
+
export * from "./AssignmentMetadata";
|
|
5
|
+
export * from "./AudioConfiguration";
|
|
6
|
+
export * from "./ClosedList";
|
|
7
|
+
export * from "./CollectionOverView";
|
|
8
|
+
export * from "./CommonQuestions";
|
|
9
|
+
export * from "./DateTimePicker";
|
|
10
|
+
export * from "./DbListItem";
|
|
11
|
+
export * from "./DisplayIdentifiedEntity";
|
|
12
|
+
export * from "./DisplayedRoute";
|
|
13
|
+
export * from "./EntitiesLayoutProperties";
|
|
14
|
+
export * from "./FileData";
|
|
15
|
+
export * from "./FormChange";
|
|
16
|
+
export * from "./GlobalKeyboardEvent";
|
|
17
|
+
export * from "./IdentifiedEntity";
|
|
18
|
+
export * from "./IdentifiedOption";
|
|
19
|
+
export * from "./KeyValue";
|
|
20
|
+
export * from "./MediaSettings";
|
|
21
|
+
export * from "./MenuItem";
|
|
22
|
+
export * from "./ModelInfo";
|
|
23
|
+
export * from "./Note";
|
|
24
|
+
export * from "./PageSection";
|
|
25
|
+
export * from "./Permission";
|
|
26
|
+
export * from "./ProgressOverView";
|
|
27
|
+
export * from "./RecursiveTitledOptions";
|
|
28
|
+
export * from "./ResourceComment";
|
|
29
|
+
export * from "./SectionListItem";
|
|
30
|
+
export * from "./SignUpField";
|
|
31
|
+
export * from "./Subject";
|
|
32
|
+
export * from "./SystemIdentifier";
|
|
33
|
+
export * from "./TimeRange";
|
|
34
|
+
export * from "./UserPermission";
|
|
35
|
+
export * from "./ViewModeType";
|
|
36
|
+
export * from "./signInFormData";
|
|
37
|
+
export * from "./signUpFormData";
|
|
38
|
+
export * from "./Step/index";
|
|
39
|
+
export * from "./TreeModels/index";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { GroupPreview } from "../Previews/GroupPreview";
|
|
2
|
+
import { DbListItem } from "../Shared/DbListItem";
|
|
3
|
+
import { SectionListItem } from "../Shared/SectionListItem";
|
|
4
|
+
export type SignUpFormData = {
|
|
5
|
+
firstName?: string;
|
|
6
|
+
lastName?: string;
|
|
7
|
+
personalId?: string;
|
|
8
|
+
militaryId?: string;
|
|
9
|
+
referringUser?: string;
|
|
10
|
+
groups?: GroupPreview[];
|
|
11
|
+
mandatoryServiceEndDate?: Date;
|
|
12
|
+
militaryStatus?: string;
|
|
13
|
+
gender?: number;
|
|
14
|
+
civilProfession?: string;
|
|
15
|
+
sections?: SectionListItem[];
|
|
16
|
+
sagahs?: DbListItem<string>[];
|
|
17
|
+
subjectAreas?: DbListItem<string>[];
|
|
18
|
+
personalEmail?: string;
|
|
19
|
+
phoneNumber?: string;
|
|
20
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { StructPreview } from "../Previews/StructPreview";
|
|
2
|
+
import { StructAssignment } from "./StructAssigment";
|
|
3
|
+
import { GroupPreview } from "../Previews/GroupPreview";
|
|
4
|
+
import { Permission } from "../Shared/Permission";
|
|
5
|
+
import { CollegeAssignment } from "./CollegeAssignment";
|
|
6
|
+
import { StructLesson } from "./StructLesson";
|
|
7
|
+
export type CollegeStruct = {
|
|
8
|
+
id: string;
|
|
9
|
+
name: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
isPublic?: boolean;
|
|
12
|
+
studentAssignments?: CollegeAssignment[];
|
|
13
|
+
teacherAssignments?: CollegeAssignment[];
|
|
14
|
+
lessons?: StructLesson[];
|
|
15
|
+
assignments?: StructAssignment[];
|
|
16
|
+
permittedGroups?: {
|
|
17
|
+
groupPreview: GroupPreview;
|
|
18
|
+
permission: Permission;
|
|
19
|
+
}[];
|
|
20
|
+
parentStruct?: StructPreview;
|
|
21
|
+
childrenStructs?: StructPreview[];
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { StructPreview } from "../Previews/StructPreview";
|
|
2
|
+
import { StructReview } from './StructReview';
|
|
3
|
+
import { PakaFile } from './PakaFile';
|
|
4
|
+
import { StructAssignment } from "./StructAssigment";
|
|
5
|
+
import { GroupPreview } from "../Previews/GroupPreview";
|
|
6
|
+
import { Permission } from "../Shared/Permission";
|
|
7
|
+
import { StructLesson } from "./StructLesson";
|
|
8
|
+
import { FileData } from "../Shared/FileData";
|
|
9
|
+
export type PartialStruct = {
|
|
10
|
+
id: string;
|
|
11
|
+
name?: string;
|
|
12
|
+
previewImage?: Partial<FileData>;
|
|
13
|
+
description?: string;
|
|
14
|
+
fullHierarchyName?: string;
|
|
15
|
+
emergencyLocation?: string;
|
|
16
|
+
directCommander?: string;
|
|
17
|
+
reviews?: StructReview[];
|
|
18
|
+
pakaFiles?: PakaFile[];
|
|
19
|
+
competencyCluster?: string;
|
|
20
|
+
externalCodes?: {
|
|
21
|
+
code: string;
|
|
22
|
+
id: string;
|
|
23
|
+
}[];
|
|
24
|
+
shouldHavePaka?: boolean;
|
|
25
|
+
isPublic?: boolean;
|
|
26
|
+
assignments?: StructAssignment[];
|
|
27
|
+
permittedGroups?: {
|
|
28
|
+
groupPreview: GroupPreview;
|
|
29
|
+
permission: Permission;
|
|
30
|
+
}[];
|
|
31
|
+
parentStruct?: StructPreview;
|
|
32
|
+
childrenStructs?: StructPreview[];
|
|
33
|
+
militaryHierarchy?: string;
|
|
34
|
+
lessons?: StructLesson[];
|
|
35
|
+
system?: string;
|
|
36
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { HadrachaStructAssignment } from "../HadrachaPage/HadrachaAssignment";
|
|
2
|
+
import { UserPreview } from "../Previews/UserPreview";
|
|
3
|
+
import { PartialStruct } from "./PartialStruct";
|
|
4
|
+
import { StructHadrachaPageSubscription } from "./StructHadrachaPageSubscription";
|
|
5
|
+
export type Struct = PartialStruct & {
|
|
6
|
+
owners?: UserPreview[];
|
|
7
|
+
studentAssignments?: {
|
|
8
|
+
user: UserPreview;
|
|
9
|
+
}[];
|
|
10
|
+
teacherAssignments?: {
|
|
11
|
+
user: UserPreview;
|
|
12
|
+
}[];
|
|
13
|
+
hadrachaStudentAssignments?: HadrachaStructAssignment[];
|
|
14
|
+
hadrachaTeacherAssignments?: HadrachaStructAssignment[];
|
|
15
|
+
hadrachaOtherAssignments?: HadrachaStructAssignment[];
|
|
16
|
+
hadrachaPages?: StructHadrachaPageSubscription[];
|
|
17
|
+
rankPromotionData?: {
|
|
18
|
+
rank: string;
|
|
19
|
+
isRequired: boolean;
|
|
20
|
+
};
|
|
21
|
+
};
|
package/Struct/Struct.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export var StructAssignmentState;
|
|
2
|
+
(function (StructAssignmentState) {
|
|
3
|
+
StructAssignmentState[StructAssignmentState["Temporary"] = 0] = "Temporary";
|
|
4
|
+
StructAssignmentState[StructAssignmentState["HumanResourcesApproved"] = 1] = "HumanResourcesApproved";
|
|
5
|
+
StructAssignmentState[StructAssignmentState["ToRPApproved"] = 2] = "ToRPApproved";
|
|
6
|
+
StructAssignmentState[StructAssignmentState["Manual"] = 3] = "Manual";
|
|
7
|
+
})(StructAssignmentState || (StructAssignmentState = {}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { HadrachaPagePreview } from "../Previews/HadrachaPagePreview";
|
|
2
|
+
export type StructHadrachaPageSubscription = {
|
|
3
|
+
hadrachaPage: HadrachaPagePreview;
|
|
4
|
+
weight?: number;
|
|
5
|
+
};
|
|
6
|
+
export type IdentifiedStructHadrachaPageSubscription = StructHadrachaPageSubscription & {
|
|
7
|
+
id?: string;
|
|
8
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export type StructPaginatedLesson = {
|
|
2
|
+
id: '';
|
|
3
|
+
name: '';
|
|
4
|
+
studentAssignments: [
|
|
5
|
+
{
|
|
6
|
+
user: {
|
|
7
|
+
id: '';
|
|
8
|
+
firstName: '';
|
|
9
|
+
lastName: '';
|
|
10
|
+
pictureUrl: '';
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
];
|
|
14
|
+
lessons: {
|
|
15
|
+
items: [
|
|
16
|
+
{
|
|
17
|
+
lessonPreview: {
|
|
18
|
+
id: '';
|
|
19
|
+
name: '';
|
|
20
|
+
startTime: Date;
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
];
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { BaseRowData } from "../Table/BaseRowData";
|
|
2
|
+
import { GroupPreview } from "../Previews/GroupPreview";
|
|
3
|
+
import { SectionListItem } from "../Shared/SectionListItem";
|
|
4
|
+
import { DbListItem } from "../Shared/DbListItem";
|
|
5
|
+
import { BaseStructUserRowData } from "./BaseStructUserRowData";
|
|
6
|
+
export type StructUserRowData = BaseStructUserRowData & BaseRowData & {
|
|
7
|
+
firstName?: string;
|
|
8
|
+
lastName?: string;
|
|
9
|
+
militaryId?: string;
|
|
10
|
+
profession?: string;
|
|
11
|
+
groups?: GroupPreview[];
|
|
12
|
+
sections?: SectionListItem[];
|
|
13
|
+
subjectAreas?: DbListItem<string>[];
|
|
14
|
+
sagahs?: DbListItem<string>[];
|
|
15
|
+
civilProfession?: string;
|
|
16
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @file Automatically generated by barrelsby.
|
|
3
|
+
*/
|
|
4
|
+
export * from "./BaseStructUserRowData";
|
|
5
|
+
export * from "./CollegeAssignment";
|
|
6
|
+
export * from "./CollegeStruct";
|
|
7
|
+
export * from "./CollegeStructTotals";
|
|
8
|
+
export * from "./HadrachaStructTotals";
|
|
9
|
+
export * from "./PakaFile";
|
|
10
|
+
export * from "./PartialStruct";
|
|
11
|
+
export * from "./Struct";
|
|
12
|
+
export * from "./StructAssigment";
|
|
13
|
+
export * from "./StructAssignmentState";
|
|
14
|
+
export * from "./StructFile";
|
|
15
|
+
export * from "./StructFileStatusData";
|
|
16
|
+
export * from "./StructHadrachaPageSubscription";
|
|
17
|
+
export * from "./StructLesson";
|
|
18
|
+
export * from "./StructPaginatedLesson";
|
|
19
|
+
export * from "./StructReview";
|
|
20
|
+
export * from "./StructTotals";
|
|
21
|
+
export * from "./StructUserRowData";
|
package/Struct/index.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @file Automatically generated by barrelsby.
|
|
3
|
+
*/
|
|
4
|
+
export * from "./BaseStructUserRowData";
|
|
5
|
+
export * from "./CollegeAssignment";
|
|
6
|
+
export * from "./CollegeStruct";
|
|
7
|
+
export * from "./CollegeStructTotals";
|
|
8
|
+
export * from "./HadrachaStructTotals";
|
|
9
|
+
export * from "./PakaFile";
|
|
10
|
+
export * from "./PartialStruct";
|
|
11
|
+
export * from "./Struct";
|
|
12
|
+
export * from "./StructAssigment";
|
|
13
|
+
export * from "./StructAssignmentState";
|
|
14
|
+
export * from "./StructFile";
|
|
15
|
+
export * from "./StructFileStatusData";
|
|
16
|
+
export * from "./StructHadrachaPageSubscription";
|
|
17
|
+
export * from "./StructLesson";
|
|
18
|
+
export * from "./StructPaginatedLesson";
|
|
19
|
+
export * from "./StructReview";
|
|
20
|
+
export * from "./StructTotals";
|
|
21
|
+
export * from "./StructUserRowData";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type AlignDir = 'center' | 'right' | 'left' | 'top' | 'bottom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ICellRendererParams } from 'ag-grid-community';
|
|
2
|
+
import { AlignDir } from './AlignDir';
|
|
3
|
+
export type HerumTableParams = ICellRendererParams & {
|
|
4
|
+
value: any;
|
|
5
|
+
valueFormatted: any;
|
|
6
|
+
options: any[];
|
|
7
|
+
action: number;
|
|
8
|
+
isCopyableToClipboard: boolean;
|
|
9
|
+
align?: AlignDir;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
iconSrc?: string;
|
|
12
|
+
styleFormatter?: (params: HerumTableParams) => ({});
|
|
13
|
+
blocked?: boolean;
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|