herum-shared 0.1.25

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.
Files changed (236) hide show
  1. package/README.md +63 -0
  2. package/animations/index.d.ts +5 -0
  3. package/assets/feed/exercise/exerciseAchivment.svg +11 -0
  4. package/assets/feed/icons/active/audio.svg +5 -0
  5. package/assets/feed/icons/active/collection.svg +15 -0
  6. package/assets/feed/icons/active/exercise.svg +13 -0
  7. package/assets/feed/icons/active/generic-file.svg +8 -0
  8. package/assets/feed/icons/active/image.svg +11 -0
  9. package/assets/feed/icons/active/link.svg +6 -0
  10. package/assets/feed/icons/active/pdf.svg +14 -0
  11. package/assets/feed/icons/active/presentation.svg +11 -0
  12. package/assets/feed/icons/active/quiz.svg +17 -0
  13. package/assets/feed/icons/active/story.svg +7 -0
  14. package/assets/feed/icons/active/video.svg +11 -0
  15. package/assets/feed/icons/comment.svg +12 -0
  16. package/assets/feed/icons/error/audio.svg +5 -0
  17. package/assets/feed/icons/error/collection.svg +15 -0
  18. package/assets/feed/icons/error/exercise.svg +13 -0
  19. package/assets/feed/icons/error/generic-file.svg +8 -0
  20. package/assets/feed/icons/error/image.svg +11 -0
  21. package/assets/feed/icons/error/pdf.svg +14 -0
  22. package/assets/feed/icons/error/presentation.svg +11 -0
  23. package/assets/feed/icons/error/quiz.svg +17 -0
  24. package/assets/feed/icons/error/story.svg +7 -0
  25. package/assets/feed/icons/error/video.svg +11 -0
  26. package/assets/feed/icons/eye.svg +13 -0
  27. package/assets/feed/icons/garbage-secondary.svg +14 -0
  28. package/assets/feed/icons/garbage.svg +14 -0
  29. package/assets/feed/icons/green-x.svg +165 -0
  30. package/assets/feed/icons/hamburger.svg +2 -0
  31. package/assets/feed/icons/inactive/audio.svg +5 -0
  32. package/assets/feed/icons/inactive/exercise.svg +17 -0
  33. package/assets/feed/icons/inactive/link.svg +6 -0
  34. package/assets/feed/icons/inactive/pdf.svg +19 -0
  35. package/assets/feed/icons/inactive/presentation.svg +13 -0
  36. package/assets/feed/icons/inactive/quiz.svg +25 -0
  37. package/assets/feed/icons/inactive/story.svg +7 -0
  38. package/assets/feed/icons/inactive/video.svg +13 -0
  39. package/assets/feed/icons/status/Group 856.svg +11 -0
  40. package/assets/feed/icons/status/almostDone.svg +11 -0
  41. package/assets/feed/icons/status/done.svg +11 -0
  42. package/assets/feed/icons/status/inProgress.svg +13 -0
  43. package/assets/feed/icons/white-chevron.svg +3 -0
  44. package/assets/feed/icons/wide-mode.png +0 -0
  45. package/assets/feed/icons/wide-mode.svg +7 -0
  46. package/assets/feed/icons/wide-mode2.svg +8 -0
  47. package/assets/files-icons/.image.svg +11 -0
  48. package/assets/files-icons/.mp4.png +0 -0
  49. package/assets/files-icons/.mp4.svg +12 -0
  50. package/assets/files-icons/.pdf.png +0 -0
  51. package/assets/files-icons/.pdf.svg +16 -0
  52. package/assets/files-icons/.pptx.png +0 -0
  53. package/assets/files-icons/.pptx.svg +12 -0
  54. package/assets/files-icons/.video.svg +12 -0
  55. package/assets/files-icons/default-file.png +0 -0
  56. package/assets/files-icons/generic-file.svg +8 -0
  57. package/assets/files-icons/story.png +0 -0
  58. package/assets/files-icons/story.svg +3 -0
  59. package/assets/files-icons/upload-file.svg +4 -0
  60. package/assets/general/calendar.svg +12 -0
  61. package/assets/general/chevron.svg +3 -0
  62. package/assets/general/clock.svg +4 -0
  63. package/assets/general/closed-chevron.png +0 -0
  64. package/assets/general/college-calendar.svg +12 -0
  65. package/assets/general/comment-icon.svg +12 -0
  66. package/assets/general/dialogX.png +0 -0
  67. package/assets/general/errorOwl.png +0 -0
  68. package/assets/general/green-x.svg +4 -0
  69. package/assets/general/grey-chevron.svg +3 -0
  70. package/assets/general/keyboardLink.svg +15 -0
  71. package/assets/general/logo.png +0 -0
  72. package/assets/general/noCollectionsMessage.svg +59 -0
  73. package/assets/general/open-chevron.png +0 -0
  74. package/assets/general/owl-logo.svg +98 -0
  75. package/assets/general/secondary-x.svg +3 -0
  76. package/assets/general/user.svg +15 -0
  77. package/assets/general/white-chevron.svg +3 -0
  78. package/assets/quiz/greenHeaderArrow.svg +12 -0
  79. package/assets/quiz/greyHeaderArrow.svg +12 -0
  80. package/assets/quiz/happyOwl.svg +126 -0
  81. package/assets/quiz/sadOwl.svg +94 -0
  82. package/assets/quiz/skip.svg +5 -0
  83. package/assets/shared/atoms/inputs/herum-inputs.component.scss +56 -0
  84. package/assets/shared/atoms/selects/herum-selects.component.scss +141 -0
  85. package/assets/shared/atoms/uploadingStatuses/error.svg +8 -0
  86. package/assets/shared/atoms/uploadingStatuses/information.svg +6 -0
  87. package/assets/shared/atoms/uploadingStatuses/success.svg +9 -0
  88. package/assets/shared/audio-images/gray-pause.svg +4 -0
  89. package/assets/shared/audio-images/gray-play.svg +3 -0
  90. package/assets/shared/audio-images/next15.svg +7 -0
  91. package/assets/shared/audio-images/pause.svg +4 -0
  92. package/assets/shared/audio-images/play.svg +3 -0
  93. package/assets/shared/audio-images/previous15.svg +7 -0
  94. package/assets/shared/background/cubes.png +0 -0
  95. package/assets/shared/background/cubes.svg +1900 -0
  96. package/assets/shared/icons/V.svg +3 -0
  97. package/assets/shared/icons/X.svg +3 -0
  98. package/assets/shared/icons/active-clipboard.svg +7 -0
  99. package/assets/shared/icons/active-drag.svg +44 -0
  100. package/assets/shared/icons/active-upload.svg +3 -0
  101. package/assets/shared/icons/add.svg +3 -0
  102. package/assets/shared/icons/attachUsers.png +0 -0
  103. package/assets/shared/icons/big-no-result-owl.png +0 -0
  104. package/assets/shared/icons/bigV.svg +3 -0
  105. package/assets/shared/icons/celeb-owl.png +0 -0
  106. package/assets/shared/icons/clock.svg +3 -0
  107. package/assets/shared/icons/drag.svg +44 -0
  108. package/assets/shared/icons/edit.svg +3 -0
  109. package/assets/shared/icons/editCollection.png +0 -0
  110. package/assets/shared/icons/femaleAvatar.svg +80 -0
  111. package/assets/shared/icons/inactive-clipboard.svg +7 -0
  112. package/assets/shared/icons/input/X.png +0 -0
  113. package/assets/shared/icons/input/X.svg +3 -0
  114. package/assets/shared/icons/input/drag.svg +6 -0
  115. package/assets/shared/icons/input/green-search.png +0 -0
  116. package/assets/shared/icons/input/grey-search.png +0 -0
  117. package/assets/shared/icons/input/search.svg +4 -0
  118. package/assets/shared/icons/maleAvatar.svg +55 -0
  119. package/assets/shared/icons/no-result-owl.png +0 -0
  120. package/assets/shared/icons/resources.svg +6 -0
  121. package/assets/shared/icons/secondary-x.svg +3 -0
  122. package/assets/shared/icons/settings.png +0 -0
  123. package/assets/shared/icons/stepper/white-v.svg +3 -0
  124. package/assets/shared/icons/table/edit.svg +3 -0
  125. package/assets/shared/icons/target.png +0 -0
  126. package/assets/shared/icons/upload.png +0 -0
  127. package/assets/shared/icons/upload.svg +7 -0
  128. package/assets/shared/icons/user.svg +8 -0
  129. package/assets/shared/icons/video/Play.PNG +0 -0
  130. package/assets/shared/icons/video/back10.PNG +0 -0
  131. package/assets/shared/icons/video/back10.svg +7 -0
  132. package/assets/shared/icons/video/download.PNG +0 -0
  133. package/assets/shared/icons/video/download.svg +4 -0
  134. package/assets/shared/icons/video/fullScreen.PNG +0 -0
  135. package/assets/shared/icons/video/fullScreen.svg +7 -0
  136. package/assets/shared/icons/video/minimize.png +0 -0
  137. package/assets/shared/icons/video/mute.png +0 -0
  138. package/assets/shared/icons/video/mute.svg +7 -0
  139. package/assets/shared/icons/video/next10.PNG +0 -0
  140. package/assets/shared/icons/video/next10.svg +7 -0
  141. package/assets/shared/icons/video/pause.PNG +0 -0
  142. package/assets/shared/icons/video/pause.svg +5 -0
  143. package/assets/shared/icons/video/pictureInPicture.png +0 -0
  144. package/assets/shared/icons/video/pictureInPicture.svg +5 -0
  145. package/assets/shared/icons/video/pictureInPictureOff.svg +7 -0
  146. package/assets/shared/icons/video/play.svg +4 -0
  147. package/assets/shared/icons/video/primary-play.png +0 -0
  148. package/assets/shared/icons/video/primaryPlay.svg +22 -0
  149. package/assets/shared/icons/video/sound.svg +8 -0
  150. package/assets/shared/icons/video/speaker.PNG +0 -0
  151. package/assets/shared/trackChanges/edit.svg +11 -0
  152. package/assets/shared/trackChanges/message-plus.svg +14 -0
  153. package/assets/shared/trackChanges/show-comments.svg +5 -0
  154. package/assets/shared/trackChanges/text-reference.svg +3 -0
  155. package/assets/shared/trackChanges/trash.svg +9 -0
  156. package/atoms/index.d.ts +836 -0
  157. package/constants/index.d.ts +795 -0
  158. package/decorators/index.d.ts +3 -0
  159. package/dialogs/index.d.ts +41 -0
  160. package/directives/index.d.ts +55 -0
  161. package/environment/index.d.ts +129 -0
  162. package/errors/index.d.ts +26 -0
  163. package/fesm2022/herum-shared-animations.mjs +41 -0
  164. package/fesm2022/herum-shared-animations.mjs.map +1 -0
  165. package/fesm2022/herum-shared-atoms.mjs +2919 -0
  166. package/fesm2022/herum-shared-atoms.mjs.map +1 -0
  167. package/fesm2022/herum-shared-constants.mjs +711 -0
  168. package/fesm2022/herum-shared-constants.mjs.map +1 -0
  169. package/fesm2022/herum-shared-decorators.mjs +12 -0
  170. package/fesm2022/herum-shared-decorators.mjs.map +1 -0
  171. package/fesm2022/herum-shared-dialogs.mjs +113 -0
  172. package/fesm2022/herum-shared-dialogs.mjs.map +1 -0
  173. package/fesm2022/herum-shared-directives.mjs +226 -0
  174. package/fesm2022/herum-shared-directives.mjs.map +1 -0
  175. package/fesm2022/herum-shared-environment.mjs +10 -0
  176. package/fesm2022/herum-shared-environment.mjs.map +1 -0
  177. package/fesm2022/herum-shared-errors.mjs +71 -0
  178. package/fesm2022/herum-shared-errors.mjs.map +1 -0
  179. package/fesm2022/herum-shared-fetched-message.mjs +118 -0
  180. package/fesm2022/herum-shared-fetched-message.mjs.map +1 -0
  181. package/fesm2022/herum-shared-herum-types.mjs +106 -0
  182. package/fesm2022/herum-shared-herum-types.mjs.map +1 -0
  183. package/fesm2022/herum-shared-molecules.mjs +1530 -0
  184. package/fesm2022/herum-shared-molecules.mjs.map +1 -0
  185. package/fesm2022/herum-shared-mongo-molecules.mjs +269 -0
  186. package/fesm2022/herum-shared-mongo-molecules.mjs.map +1 -0
  187. package/fesm2022/herum-shared-mongo-services.mjs +441 -0
  188. package/fesm2022/herum-shared-mongo-services.mjs.map +1 -0
  189. package/fesm2022/herum-shared-mongo.mjs +729 -0
  190. package/fesm2022/herum-shared-mongo.mjs.map +1 -0
  191. package/fesm2022/herum-shared-objectsExample.mjs +190 -0
  192. package/fesm2022/herum-shared-objectsExample.mjs.map +1 -0
  193. package/fesm2022/herum-shared-pipes.mjs +406 -0
  194. package/fesm2022/herum-shared-pipes.mjs.map +1 -0
  195. package/fesm2022/herum-shared-services.mjs +1107 -0
  196. package/fesm2022/herum-shared-services.mjs.map +1 -0
  197. package/fesm2022/herum-shared-static-services.mjs +140 -0
  198. package/fesm2022/herum-shared-static-services.mjs.map +1 -0
  199. package/fesm2022/herum-shared-table.mjs +837 -0
  200. package/fesm2022/herum-shared-table.mjs.map +1 -0
  201. package/fesm2022/herum-shared-testsObjects.mjs +5722 -0
  202. package/fesm2022/herum-shared-testsObjects.mjs.map +1 -0
  203. package/fesm2022/herum-shared-tokens.mjs +13 -0
  204. package/fesm2022/herum-shared-tokens.mjs.map +1 -0
  205. package/fesm2022/herum-shared-utils.mjs +380 -0
  206. package/fesm2022/herum-shared-utils.mjs.map +1 -0
  207. package/fesm2022/herum-shared-validators.mjs +76 -0
  208. package/fesm2022/herum-shared-validators.mjs.map +1 -0
  209. package/fesm2022/herum-shared.mjs +11709 -0
  210. package/fesm2022/herum-shared.mjs.map +1 -0
  211. package/fetched-message/index.d.ts +49 -0
  212. package/herum-types/index.d.ts +198 -0
  213. package/index.d.ts +2946 -0
  214. package/molecules/index.d.ts +458 -0
  215. package/mongo/index.d.ts +175 -0
  216. package/mongo/molecules/index.d.ts +76 -0
  217. package/mongo/services/index.d.ts +98 -0
  218. package/objectsExample/index.d.ts +11 -0
  219. package/package.json +128 -0
  220. package/pipes/index.d.ts +93 -0
  221. package/services/index.d.ts +266 -0
  222. package/static-services/index.d.ts +25 -0
  223. package/styles/_mixin.scss +86 -0
  224. package/styles/collection-wizard-layout.component.scss +70 -0
  225. package/styles/dialogs.scss +49 -0
  226. package/styles/forms.scss +18 -0
  227. package/styles/overView.scss +115 -0
  228. package/styles/variables/_colors.college.scss +65 -0
  229. package/styles/variables/_colors.scss +161 -0
  230. package/styles/variables/_sizes.scss +73 -0
  231. package/styles/wizard-steps-layout.scss +21 -0
  232. package/table/index.d.ts +233 -0
  233. package/testsObjects/index.d.ts +91 -0
  234. package/tokens/index.d.ts +8 -0
  235. package/utils/index.d.ts +92 -0
  236. package/validators/index.d.ts +20 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"herum-shared-herum-types.mjs","sources":["../../../projects/herum-shared/herum-types/index.ts","../../../projects/herum-shared/herum-types/herum-shared-herum-types.ts"],"sourcesContent":["//temporary file to export all types from herum-shared package\n\nexport type AlignDir = any;\nexport const AlignDir: any = {};\n\nexport type Answer = any;\nexport const Answer: any = {};\n\nexport type AnswerNote = any;\nexport const AnswerNote: any = {};\n\nexport type AudioVisualConfiguration = any;\nexport const AudioVisualConfiguration: any = {};\n\nexport type AuthenticationResponse = any;\nexport const AuthenticationResponse: any = {};\n\nexport type BackendLoginFormat = any;\nexport const BackendLoginFormat: any = {};\n\nexport type BackendMicroResourceAuthorization = any;\nexport const BackendMicroResourceAuthorization: any = {};\n\nexport type BaseRowData = any;\nexport const BaseRowData: any = {};\n\nexport type ClosedList = any;\nexport const ClosedList: any = {};\n\nexport type Collection = any;\nexport const Collection: any = {};\n\nexport type CollectionBase = any;\nexport const CollectionBase: any = {};\n\nexport type CollectionSubscription = any;\nexport const CollectionSubscription: any = {};\n\nexport type CommonDependentsToast = any;\nexport const CommonDependentsToast: any = {};\n\nexport type ComplexObservableArrowFunctions = any;\nexport const ComplexObservableArrowFunctions: any = {};\n\nexport type DateTimePicker = any;\nexport const DateTimePicker: any = {};\n\nexport type DbActionResponse = any;\nexport const DbActionResponse: any = {};\n\nexport type DbListItem<T = any> = any;\nexport const DbListItem: any = {};\n\nexport type DependentMetadata = any;\nexport const DependentMetadata: any = {};\n\nexport type DialogConfig = any;\nexport const DialogConfig: any = {};\n\nexport type DisplayIdentifiedEntity = any;\nexport const DisplayIdentifiedEntity: any = {};\n\nexport type EntitiesLayoutProperties = any;\nexport const EntitiesLayoutProperties: any = {};\n\nexport type FailedDependentsRequestMetadata = any;\nexport const FailedDependentsRequestMetadata: any = {};\n\nexport type FailedDependentsRequestsContext = any;\nexport const FailedDependentsRequestsContext: any = {};\n\nexport type FeedPriority = any;\nexport const FeedPriority: any = {};\n\nexport type FetchedMessage = any;\nexport const FetchedMessage: any = {};\n\nexport type FileData = any;\nexport const FileData: any = {};\n\nexport type FullHierarchyPartsPlaces = any;\nexport const FullHierarchyPartsPlaces: any = {};\n\nexport type GQLVariable = any;\nexport const GQLVariable: any = {};\n\nexport type Gender = any;\nexport const Gender: any = {};\n\nexport type GlobalKeyboardEvent = any;\nexport const GlobalKeyboardEvent: any = {};\n\nexport type GraphQLFilter = any;\nexport const GraphQLFilter: any = {};\n\nexport type GraphQLOrder = any;\nexport const GraphQLOrder: any = {};\n\nexport type GraphQlOffsetPaging = any;\nexport const GraphQlOffsetPaging: any = {};\n\nexport type GraphQlQuery = any;\nexport const GraphQlQuery: any = {};\n\nexport type GraphQlResult = any;\nexport const GraphQlResult: any = {};\n\nexport type Group = any;\nexport const Group: any = {};\n\nexport type HerumTableParams = any;\nexport const HerumTableParams: any = {};\n\nexport type HoveredHerumRowTable = any;\nexport const HoveredHerumRowTable: any = {};\n\nexport type IMediaPlayer = any;\nexport const IMediaPlayer: any = {};\n\nexport type ISystemTrackTextChangesService = any;\nexport const ISystemTrackTextChangesService: any = {};\n\nexport type ISystemUserService = any;\nexport const ISystemUserService: any = {};\n\nexport type IdentifiedEntity = any;\nexport const IdentifiedEntity: any = {};\n\nexport type KeyValue = any;\nexport const KeyValue: any = {};\n\nexport type Lesson = any;\nexport const Lesson: any = {};\n\nexport type LessonResourceSubscription = any;\nexport const LessonResourceSubscription: any = {};\n\nexport type LessonStudentSubscription = any;\nexport const LessonStudentSubscription: any = {};\n\nexport type MediaSettings = any;\nexport const MediaSettings: any = {};\n\nexport type MenuItem = any;\nexport const MenuItem: any = {};\n\nexport type MicroResourceAuthorizationBase = any;\nexport const MicroResourceAuthorizationBase: any = {};\n\nexport type MicroResourceAuthorizationType = any;\nexport const MicroResourceAuthorizationType: any = {};\n\nexport type MicroResourceFrontData = any;\nexport const MicroResourceFrontData: any = {};\n\nexport type ModelInfo = any;\nexport const ModelInfo: any = {};\n\nexport type ModifiedResource = any;\nexport const ModifiedResource: any = {};\n\nexport type NodeMenuItem<T = any> = any;\nexport const NodeMenuItem: any = {};\n\nexport type ObservableArrowFunction = any;\nexport const ObservableArrowFunction: any = {};\n\nexport type PermissionTemplate = any;\nexport const PermissionTemplate: any = {};\n\nexport type ProgressOverView = any;\nexport const ProgressOverView: any = {};\n\nexport type Question = any;\nexport const Question: any = {};\n\nexport type QuizData = any;\nexport const QuizData: any = {};\n\nexport type QuizHeaderState = any;\nexport const QuizHeaderState: any = {};\n\nexport type RecursiveTitledOption = any;\nexport const RecursiveTitledOption: any = {};\n\nexport type Resource = any;\nexport const Resource: any = {};\n\nexport type ResourceGradeUpdate = any;\nexport const ResourceGradeUpdate: any = {};\n\nexport type ResourcePreview = any;\nexport const ResourcePreview: any = {};\n\nexport type ResourceState = any;\nexport const ResourceState: any = {};\n\nexport type ResourceSubscription = any;\nexport const ResourceSubscription: any = {};\n\nexport type SectionListItem = any;\nexport const SectionListItem: any = {};\n\nexport type SecurityQuestion = any;\nexport const SecurityQuestion: any = {};\n\nexport type SignInFormData = any;\nexport const SignInFormData: any = {};\n\nexport type SignUpField = any;\nexport const SignUpField: any = {};\n\nexport type SignUpFormData = any;\nexport const SignUpFormData: any = {};\n\nexport type Step = any;\nexport const Step: any = {};\n\nexport type StepStatus = any;\nexport const StepStatus: any = {};\n\nexport type SubscriptionStatus = any;\nexport const SubscriptionStatus: any = {};\n\nexport type SystemIdentifier = any;\nexport const SystemIdentifier: any = {};\n\nexport type SystemTreeNodeData = any;\nexport const SystemTreeNodeData: any = {};\n\nexport type TableActions = any;\nexport const TableActions: any = {};\n\nexport type TextChange = any;\nexport const TextChange: any = {};\n\nexport type TextChangeStyle = any;\nexport const TextChangeStyle: any = {};\n\nexport type TimeRange = any;\nexport const TimeRange: any = {};\n\nexport type TimeUnit = any;\nexport const TimeUnit: any = {};\n\nexport type Toast = any;\nexport const Toast: any = {};\n\nexport type ToastContext = any;\nexport const ToastContext: any = {};\n\nexport type ToastHttpResponseDependencies = any;\nexport const ToastHttpResponseDependencies: any = {};\n\nexport type ToastState = any;\nexport const ToastState: any = {};\n\nexport type ToastStatus = any;\nexport const ToastStatus: any = {};\n\nexport type ToastTemplate = any;\nexport const ToastTemplate: any = {};\n\nexport type TreeNode = any;\nexport const TreeNode: any = {};\n\nexport type TreeNodeAssignmentsData = any;\nexport const TreeNodeAssignmentsData: any = {};\n\nexport type UploadProgressMetadata = any;\nexport const UploadProgressMetadata: any = {};\n\nexport type UploadProgressStatus = any;\nexport const UploadProgressStatus: any = {};\n\nexport type UploadProgressType = any;\nexport const UploadProgressType: any = {};\n\nexport type User = any;\nexport const User: any = {};\n\nexport type UserAnswer = any;\nexport const UserAnswer: any = {};\n\nexport type UserPreview = any;\nexport const UserPreview: any = {};\n\nexport type UserQuestionData = any;\nexport const UserQuestionData: any = {};\n\nexport type UsersLessonPermissionsDalResponse = any;\nexport const UsersLessonPermissionsDalResponse: any = {};\n\nexport type ViewModelType = any;\nexport const ViewModelType: any = {};\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}