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,795 @@
1
+ import { SignUpField, BackendMicroResourceAuthorization, ToastTemplate, ToastContext, ToastState, ToastStatus, UploadProgressStatus, UploadProgressType, DialogConfig } from 'herum-shared/herum-types';
2
+ import { HttpHeaders } from '@angular/common/http';
3
+ import { MongoUpdates, AuthenticationPaths } from 'herum-shared/environment';
4
+
5
+ declare const assignmentMetadata: {
6
+ state: number;
7
+ name: string;
8
+ };
9
+
10
+ declare const collectionFormKeys: {
11
+ files: string;
12
+ name: string;
13
+ description: string;
14
+ subjects: string;
15
+ isPublic: string;
16
+ groupsPermissions: string;
17
+ groupsViewPermissions: string;
18
+ tags: string;
19
+ };
20
+ declare const collectionFormValues: {
21
+ public: string;
22
+ private: string;
23
+ };
24
+ declare const resourceKeys: {
25
+ previewImage: string;
26
+ minimumGradeToPass: string;
27
+ isIncludedInAverageGrade: string;
28
+ };
29
+ declare const resourceFormKeys: {
30
+ title: string;
31
+ resourceType: string;
32
+ description: string;
33
+ files: string;
34
+ positionInCollection: string;
35
+ exercise: string;
36
+ };
37
+ declare const generalKeys: {
38
+ id: string;
39
+ subjects: string;
40
+ newFileRequest: string;
41
+ file: string;
42
+ additionalFiles: string;
43
+ resourceFile: string;
44
+ ids: string;
45
+ resourceType: string;
46
+ groups: string;
47
+ quiz: string;
48
+ request: string;
49
+ newValue: string;
50
+ storyPrefix: string;
51
+ };
52
+ declare const types: {
53
+ string: string;
54
+ object: string;
55
+ number: string;
56
+ boolean: string;
57
+ function: string;
58
+ };
59
+ declare const inputs: {
60
+ resource: string;
61
+ collection: string;
62
+ resourceSubscriptions: string;
63
+ };
64
+ declare const readynessDisplayName: {
65
+ high: string;
66
+ medium: string;
67
+ low: string;
68
+ };
69
+ declare const signUpFormKeys: {
70
+ readonly firstName: "firstName";
71
+ readonly lastName: "lastName";
72
+ readonly personalId: "personalId";
73
+ readonly militaryId: "militaryId";
74
+ readonly groups: "groups";
75
+ readonly referringUser: "referringUser";
76
+ readonly militaryStatus: "militaryStatus";
77
+ readonly gender: "gender";
78
+ readonly civilProfession: "civilProfession";
79
+ readonly sections: "sections";
80
+ readonly sagahs: "sagahs";
81
+ readonly subjectAreas: "subjectAreas";
82
+ readonly phoneNumber: "phoneNumber";
83
+ readonly militaryEmail: "militaryEmail";
84
+ };
85
+ declare const signUpFormFields: Record<keyof typeof signUpFormKeys, SignUpField>;
86
+ declare const formsErrorMessages: {
87
+ requiredField: string;
88
+ personalIdIsUsed: string;
89
+ militaryIdIsUsed: string;
90
+ notValidPersonalId: string;
91
+ notValidMilitarylId: string;
92
+ };
93
+ declare const formStatuses: {
94
+ valid: string;
95
+ invalid: string;
96
+ disabled: string;
97
+ pending: string;
98
+ };
99
+ declare const defaultPlaceholder: string;
100
+ declare const attributes: {
101
+ preventMacroKeysPressEvent: string;
102
+ contenteditable: string;
103
+ };
104
+ declare const keyboardAsciiCodes: {
105
+ [key: string]: number;
106
+ };
107
+ declare const sideBarSizeButtonId: string;
108
+ declare const previewImageKey: string;
109
+ declare const defaultGrade: number;
110
+ declare const anySubFileTypeWildCard: string;
111
+
112
+ declare const defaultUserId = "1";
113
+
114
+ declare const datePlaceHolder: string;
115
+ declare const timePlaceHolder: string;
116
+ declare const timeWithoutSecondsPlaceHolder: string;
117
+ declare const dateTimePlaceHolder: string;
118
+ declare const dateTimeWithoutSecondsPlaceHolder: string;
119
+ declare const dateRangePlaceHolder: string;
120
+ declare const dateRangeTimeRangePlaceHolder: string;
121
+ declare const dateRangeTimeRangeWithoutSecondsPlaceHolder: string;
122
+
123
+ declare const calendarActiveColorCssVariable: string;
124
+ declare const calendarHoverColorCssVariable: string;
125
+ declare const calendarLibrarySelector: string;
126
+ declare const calendarLibraryBodyCellSelector: string;
127
+ declare const timerActiveColorCssVariable: string;
128
+ declare const timerHoverColorCssVariable: string;
129
+ declare const timerItemSizeColorCssVariable: string;
130
+ declare const dayInMilliSeconds: number;
131
+ declare const timePattern: string;
132
+
133
+ declare const resourceIdPlaceholder = "$resourceId";
134
+ declare const defaultCloseTime: Date;
135
+ declare const defaultOpenTime: Date;
136
+ declare const defaultAuthorizationObject: {
137
+ view(): BackendMicroResourceAuthorization;
138
+ edit(): BackendMicroResourceAuthorization;
139
+ fill(): BackendMicroResourceAuthorization;
140
+ resourceGrade(): BackendMicroResourceAuthorization;
141
+ questionGrade(): BackendMicroResourceAuthorization;
142
+ areAnswersCorrect(): BackendMicroResourceAuthorization;
143
+ answerNotes(): BackendMicroResourceAuthorization;
144
+ isCorrect(): BackendMicroResourceAuthorization;
145
+ };
146
+ declare function getQuizDefaultAuthorizations(): BackendMicroResourceAuthorization[];
147
+ declare function getPublishAuthorization(): BackendMicroResourceAuthorization[];
148
+ declare function getMediaDefaultAuthorizations(): BackendMicroResourceAuthorization[];
149
+ declare function getPropertyPathsOfPublishAuthorization(): string[];
150
+ declare const viewPermissionLabel: string;
151
+
152
+ declare const defaultTrackTextChangesStyle: {
153
+ ins: string;
154
+ del: string;
155
+ commentMarker: string;
156
+ tooltip: string;
157
+ tooltipText: string;
158
+ tooltipButtonsContainer: string;
159
+ };
160
+
161
+ declare const errorHeadersToSet: {
162
+ [key: string]: string;
163
+ };
164
+
165
+ declare const videoPreviewSupportedMimes: string[];
166
+ declare const audioPreviewSupportedMimes: string[];
167
+ declare const audioAndVideoPreviewSupportedMimes: string[];
168
+
169
+ declare const filesSuffixes: {
170
+ [key: string]: string[];
171
+ };
172
+ declare const resourcesFilesSuffixes: {
173
+ Story: string;
174
+ Pdf: string;
175
+ Video: string;
176
+ Presentation: string;
177
+ };
178
+ declare const videoPreviewSupportedSuffixes: string[];
179
+ declare const audioPreviewSupportedSuffixes: string[];
180
+ declare const audioAndVideoPreviewSupportedSuffixes: string[];
181
+
182
+ declare const timestampError: string;
183
+ declare const formatError: string;
184
+ declare const minDateError: string;
185
+ declare const startEndDateError: string;
186
+
187
+ declare const activeDragPath: string;
188
+ declare const dragPath: string;
189
+ declare const maleAvatarPath: string;
190
+ declare const femaleAvatarPath: string;
191
+
192
+ declare const initialMediaSettings: {
193
+ currentTime: number;
194
+ isPlaying: boolean;
195
+ playbackSpeed: number;
196
+ id: any;
197
+ };
198
+
199
+ declare const resourceFileTypes: {
200
+ directory: string;
201
+ };
202
+
203
+ declare const resourceTypes: {
204
+ story: string;
205
+ pdf: string;
206
+ quiz: string;
207
+ exercise: string;
208
+ video: string;
209
+ learningUnit: string;
210
+ };
211
+
212
+ declare const routes: {
213
+ login: string;
214
+ catalog: string;
215
+ };
216
+
217
+ declare const herumClosedListMultiSelectType = "herum-closed-list-multi-select";
218
+ declare const signUpFormFieldsData: ({
219
+ name: "personalId";
220
+ label: string;
221
+ type: string;
222
+ typeInput: string;
223
+ placeholder: string;
224
+ errorMsg?: undefined;
225
+ options?: undefined;
226
+ size?: undefined;
227
+ dropDownDirection?: undefined;
228
+ closedListName?: undefined;
229
+ disabled?: undefined;
230
+ } | {
231
+ name: "militaryId";
232
+ label: string;
233
+ type: string;
234
+ typeInput: string;
235
+ placeholder: string;
236
+ errorMsg?: undefined;
237
+ options?: undefined;
238
+ size?: undefined;
239
+ dropDownDirection?: undefined;
240
+ closedListName?: undefined;
241
+ disabled?: undefined;
242
+ } | {
243
+ name: "firstName";
244
+ label: string;
245
+ type: string;
246
+ typeInput: string;
247
+ errorMsg: string;
248
+ placeholder: string;
249
+ options?: undefined;
250
+ size?: undefined;
251
+ dropDownDirection?: undefined;
252
+ closedListName?: undefined;
253
+ disabled?: undefined;
254
+ } | {
255
+ name: "lastName";
256
+ label: string;
257
+ type: string;
258
+ typeInput: string;
259
+ errorMsg: string;
260
+ placeholder: string;
261
+ options?: undefined;
262
+ size?: undefined;
263
+ dropDownDirection?: undefined;
264
+ closedListName?: undefined;
265
+ disabled?: undefined;
266
+ } | {
267
+ name: "militaryStatus";
268
+ label: string;
269
+ type: string;
270
+ options: {
271
+ name: string;
272
+ id: string;
273
+ }[];
274
+ typeInput?: undefined;
275
+ placeholder?: undefined;
276
+ errorMsg?: undefined;
277
+ size?: undefined;
278
+ dropDownDirection?: undefined;
279
+ closedListName?: undefined;
280
+ disabled?: undefined;
281
+ } | {
282
+ name: "civilProfession";
283
+ label: string;
284
+ type: string;
285
+ size: string;
286
+ dropDownDirection: string;
287
+ typeInput?: undefined;
288
+ placeholder?: undefined;
289
+ errorMsg?: undefined;
290
+ options?: undefined;
291
+ closedListName?: undefined;
292
+ disabled?: undefined;
293
+ } | {
294
+ name: "sections";
295
+ label: string;
296
+ type: string;
297
+ closedListName: string;
298
+ size: string;
299
+ dropDownDirection: string;
300
+ typeInput?: undefined;
301
+ placeholder?: undefined;
302
+ errorMsg?: undefined;
303
+ options?: undefined;
304
+ disabled?: undefined;
305
+ } | {
306
+ name: "sagahs";
307
+ label: string;
308
+ type: string;
309
+ closedListName: string;
310
+ size: string;
311
+ dropDownDirection: string;
312
+ typeInput?: undefined;
313
+ placeholder?: undefined;
314
+ errorMsg?: undefined;
315
+ options?: undefined;
316
+ disabled?: undefined;
317
+ } | {
318
+ name: "subjectAreas";
319
+ label: string;
320
+ type: string;
321
+ closedListName: string;
322
+ size: string;
323
+ dropDownDirection: string;
324
+ typeInput?: undefined;
325
+ placeholder?: undefined;
326
+ errorMsg?: undefined;
327
+ options?: undefined;
328
+ disabled?: undefined;
329
+ } | {
330
+ name: "groups";
331
+ label: string;
332
+ type: string;
333
+ options: any[];
334
+ size: string;
335
+ dropDownDirection: string;
336
+ typeInput?: undefined;
337
+ placeholder?: undefined;
338
+ errorMsg?: undefined;
339
+ closedListName?: undefined;
340
+ disabled?: undefined;
341
+ } | {
342
+ name: "referringUser";
343
+ label: string;
344
+ type: string;
345
+ typeInput: string;
346
+ errorMsg: string;
347
+ disabled: boolean;
348
+ placeholder?: undefined;
349
+ options?: undefined;
350
+ size?: undefined;
351
+ dropDownDirection?: undefined;
352
+ closedListName?: undefined;
353
+ } | {
354
+ name: "phoneNumber";
355
+ label: string;
356
+ type: string;
357
+ typeInput: string;
358
+ errorMsg: string;
359
+ placeholder: string;
360
+ options?: undefined;
361
+ size?: undefined;
362
+ dropDownDirection?: undefined;
363
+ closedListName?: undefined;
364
+ disabled?: undefined;
365
+ } | {
366
+ name: "militaryEmail";
367
+ label: string;
368
+ type: string;
369
+ typeInput: string;
370
+ errorMsg: string;
371
+ placeholder: string;
372
+ options?: undefined;
373
+ size?: undefined;
374
+ dropDownDirection?: undefined;
375
+ closedListName?: undefined;
376
+ disabled?: undefined;
377
+ } | {
378
+ name: "gender";
379
+ label: string;
380
+ type: string;
381
+ options: {
382
+ name: string;
383
+ id: number;
384
+ }[];
385
+ typeInput?: undefined;
386
+ placeholder?: undefined;
387
+ errorMsg?: undefined;
388
+ size?: undefined;
389
+ dropDownDirection?: undefined;
390
+ closedListName?: undefined;
391
+ disabled?: undefined;
392
+ })[];
393
+ declare function getSignUpFormFieldsByFields(fieldNames: string[]): ({
394
+ name: "personalId";
395
+ label: string;
396
+ type: string;
397
+ typeInput: string;
398
+ placeholder: string;
399
+ errorMsg?: undefined;
400
+ options?: undefined;
401
+ size?: undefined;
402
+ dropDownDirection?: undefined;
403
+ closedListName?: undefined;
404
+ disabled?: undefined;
405
+ } | {
406
+ name: "militaryId";
407
+ label: string;
408
+ type: string;
409
+ typeInput: string;
410
+ placeholder: string;
411
+ errorMsg?: undefined;
412
+ options?: undefined;
413
+ size?: undefined;
414
+ dropDownDirection?: undefined;
415
+ closedListName?: undefined;
416
+ disabled?: undefined;
417
+ } | {
418
+ name: "firstName";
419
+ label: string;
420
+ type: string;
421
+ typeInput: string;
422
+ errorMsg: string;
423
+ placeholder: string;
424
+ options?: undefined;
425
+ size?: undefined;
426
+ dropDownDirection?: undefined;
427
+ closedListName?: undefined;
428
+ disabled?: undefined;
429
+ } | {
430
+ name: "lastName";
431
+ label: string;
432
+ type: string;
433
+ typeInput: string;
434
+ errorMsg: string;
435
+ placeholder: string;
436
+ options?: undefined;
437
+ size?: undefined;
438
+ dropDownDirection?: undefined;
439
+ closedListName?: undefined;
440
+ disabled?: undefined;
441
+ } | {
442
+ name: "militaryStatus";
443
+ label: string;
444
+ type: string;
445
+ options: {
446
+ name: string;
447
+ id: string;
448
+ }[];
449
+ typeInput?: undefined;
450
+ placeholder?: undefined;
451
+ errorMsg?: undefined;
452
+ size?: undefined;
453
+ dropDownDirection?: undefined;
454
+ closedListName?: undefined;
455
+ disabled?: undefined;
456
+ } | {
457
+ name: "civilProfession";
458
+ label: string;
459
+ type: string;
460
+ size: string;
461
+ dropDownDirection: string;
462
+ typeInput?: undefined;
463
+ placeholder?: undefined;
464
+ errorMsg?: undefined;
465
+ options?: undefined;
466
+ closedListName?: undefined;
467
+ disabled?: undefined;
468
+ } | {
469
+ name: "sections";
470
+ label: string;
471
+ type: string;
472
+ closedListName: string;
473
+ size: string;
474
+ dropDownDirection: string;
475
+ typeInput?: undefined;
476
+ placeholder?: undefined;
477
+ errorMsg?: undefined;
478
+ options?: undefined;
479
+ disabled?: undefined;
480
+ } | {
481
+ name: "sagahs";
482
+ label: string;
483
+ type: string;
484
+ closedListName: string;
485
+ size: string;
486
+ dropDownDirection: string;
487
+ typeInput?: undefined;
488
+ placeholder?: undefined;
489
+ errorMsg?: undefined;
490
+ options?: undefined;
491
+ disabled?: undefined;
492
+ } | {
493
+ name: "subjectAreas";
494
+ label: string;
495
+ type: string;
496
+ closedListName: string;
497
+ size: string;
498
+ dropDownDirection: string;
499
+ typeInput?: undefined;
500
+ placeholder?: undefined;
501
+ errorMsg?: undefined;
502
+ options?: undefined;
503
+ disabled?: undefined;
504
+ } | {
505
+ name: "groups";
506
+ label: string;
507
+ type: string;
508
+ options: any[];
509
+ size: string;
510
+ dropDownDirection: string;
511
+ typeInput?: undefined;
512
+ placeholder?: undefined;
513
+ errorMsg?: undefined;
514
+ closedListName?: undefined;
515
+ disabled?: undefined;
516
+ } | {
517
+ name: "referringUser";
518
+ label: string;
519
+ type: string;
520
+ typeInput: string;
521
+ errorMsg: string;
522
+ disabled: boolean;
523
+ placeholder?: undefined;
524
+ options?: undefined;
525
+ size?: undefined;
526
+ dropDownDirection?: undefined;
527
+ closedListName?: undefined;
528
+ } | {
529
+ name: "phoneNumber";
530
+ label: string;
531
+ type: string;
532
+ typeInput: string;
533
+ errorMsg: string;
534
+ placeholder: string;
535
+ options?: undefined;
536
+ size?: undefined;
537
+ dropDownDirection?: undefined;
538
+ closedListName?: undefined;
539
+ disabled?: undefined;
540
+ } | {
541
+ name: "militaryEmail";
542
+ label: string;
543
+ type: string;
544
+ typeInput: string;
545
+ errorMsg: string;
546
+ placeholder: string;
547
+ options?: undefined;
548
+ size?: undefined;
549
+ dropDownDirection?: undefined;
550
+ closedListName?: undefined;
551
+ disabled?: undefined;
552
+ } | {
553
+ name: "gender";
554
+ label: string;
555
+ type: string;
556
+ options: {
557
+ name: string;
558
+ id: number;
559
+ }[];
560
+ typeInput?: undefined;
561
+ placeholder?: undefined;
562
+ errorMsg?: undefined;
563
+ size?: undefined;
564
+ dropDownDirection?: undefined;
565
+ closedListName?: undefined;
566
+ disabled?: undefined;
567
+ })[];
568
+
569
+ declare const socketUpdateKeys: {
570
+ GetOnlineUsers: string;
571
+ LessonStateUpdate: string;
572
+ StudentLessonStateUpdate: string;
573
+ StartLesson: string;
574
+ SendMessage: string;
575
+ ConnectionMessage: string;
576
+ OnlineUsers: string;
577
+ LessonUsers: string;
578
+ LessonState: string;
579
+ GetConnectedInControlUsers: string;
580
+ ConnectedInControlUsers: string;
581
+ UserJoined: string;
582
+ ReceivedMessage: string;
583
+ RemoveStudent: string;
584
+ };
585
+
586
+ declare const svgsStrings: {
587
+ edit: string;
588
+ garbage: string;
589
+ greyUploadFile: string;
590
+ uploadFile: string;
591
+ downloadFile: string;
592
+ '.mp4': string;
593
+ '.pdf': string;
594
+ '.pptx': string;
595
+ bigVideo: string;
596
+ bigPdf: string;
597
+ bigAudio: string;
598
+ responsiveUploadFile: string;
599
+ cancel: string;
600
+ X: string;
601
+ chevron: string;
602
+ smallChevron: string;
603
+ search: string;
604
+ clock: string;
605
+ calendar: string;
606
+ civilProfession: string;
607
+ position: string;
608
+ role: string;
609
+ school: string;
610
+ struct: string;
611
+ id: string;
612
+ clipboardText: string;
613
+ audio: string;
614
+ collection: string;
615
+ exercise: string;
616
+ genericFile: string;
617
+ image: string;
618
+ pdf: string;
619
+ presentation: string;
620
+ quiz: string;
621
+ story: string;
622
+ video: string;
623
+ success: string;
624
+ error: string;
625
+ information: string;
626
+ primaryPlay: string;
627
+ hadrachaHierarchy: string;
628
+ hadrachaHierarchyResource: string;
629
+ link: string;
630
+ messagePlus: string;
631
+ };
632
+
633
+ declare const system: {
634
+ college: string;
635
+ herum: string;
636
+ hadracha: string;
637
+ };
638
+
639
+ declare const toastsTemplatesKeys: {
640
+ [key: string]: string;
641
+ };
642
+ declare const toastStatuses: {
643
+ [toastStatus: string]: ToastStatus;
644
+ };
645
+ declare const getSignUpMethod: (authenticationPaths: AuthenticationPaths) => string;
646
+ declare const toastStates: {
647
+ [toastState: string]: ToastState;
648
+ };
649
+ declare const getMongoMethodsDisplayedNamesMap: (mongoUpdates: MongoUpdates, authenticationPaths: AuthenticationPaths) => {
650
+ [key: string]: string;
651
+ };
652
+ declare const statusCodes: {
653
+ [key: string]: (wordToReplace: string) => string;
654
+ };
655
+ declare const toastContext: ToastContext;
656
+ declare const toastsKeys: {
657
+ [key: string]: string;
658
+ };
659
+ declare const skipToastHeader: HttpHeaders;
660
+ declare const getToastsTemplates: (mongoUpdates: MongoUpdates, authenticationPaths: AuthenticationPaths) => {
661
+ [key: string]: ToastTemplate;
662
+ };
663
+
664
+ declare const uploadsProgressMetadataTypes: {
665
+ [uploadsProgressMetadataType: string]: UploadProgressType;
666
+ };
667
+ declare const uploadStatuses: {
668
+ [uploadsProgressStatus: string]: UploadProgressStatus;
669
+ };
670
+ declare const defaultUploadsManagerTitle: string;
671
+ declare const uploadsManagerKeys: {
672
+ dependentIdHeader: string;
673
+ reportUploadProgressIdHeader: string;
674
+ uploadsManagerTitleHeader: string;
675
+ commonDependentsIdHeader: string;
676
+ numberOfObservableArrowFunctionsHeader: string;
677
+ dependentId: string;
678
+ reportUploadProgressId: string;
679
+ uploadsManagerTitle: string;
680
+ commonDependentsId: string;
681
+ numberOfObservableArrowFunctions: string;
682
+ resourceUpload: string;
683
+ collectionUpload: string;
684
+ fileUpload: string;
685
+ megaBytes: string;
686
+ bytes: string;
687
+ defaultUploadsManagerTitle: string;
688
+ file: string;
689
+ resource: string;
690
+ collection: string;
691
+ };
692
+
693
+ declare const validatorsNames: {
694
+ invalidIDNumber: string;
695
+ isUniqueIdValidator: string;
696
+ pattern: string;
697
+ required: string;
698
+ };
699
+
700
+ declare const regexExpressions: {
701
+ digitsOnly: RegExp;
702
+ templateInterpolation: RegExp;
703
+ sevenDigitsLength: RegExp;
704
+ militaryIdLength: RegExp;
705
+ curlyBraces: RegExp;
706
+ squareBrackets: RegExp;
707
+ chromeVersion: RegExp;
708
+ fullDateTime: RegExp;
709
+ fullRangeDateTime: RegExp;
710
+ rangeDateTimeWithoutSeconds: RegExp;
711
+ dateTimeWithoutSeconds: RegExp;
712
+ chromeVersionRegex: RegExp;
713
+ removeSpacesRegex: RegExp;
714
+ phoneNumberTenDigits: RegExp;
715
+ };
716
+
717
+ declare const tableRowHeights: {
718
+ switchCell: number;
719
+ doubleLines: number;
720
+ default: number;
721
+ };
722
+
723
+ declare const dialogsSubmitActionButtons: {
724
+ save: string;
725
+ approve: string;
726
+ delete: string;
727
+ add: string;
728
+ submit: string;
729
+ pageNavigation: string;
730
+ };
731
+ declare const dialogsCloseActionButtons: {
732
+ pageNavigation: string;
733
+ };
734
+ declare const dialogsTitles: {
735
+ serverError: string;
736
+ userError: string;
737
+ cancelAttachedCollections: string;
738
+ attachCollections: string;
739
+ deleteResources: string;
740
+ deleteResource: string;
741
+ deleteCollegeResource: string;
742
+ deleteCollection: string;
743
+ addResource: string;
744
+ addUser: string;
745
+ editResource: string;
746
+ updateResources: string;
747
+ editUser: string;
748
+ editTeacher: string;
749
+ editStudent: string;
750
+ editCollectionPriority: string;
751
+ editCollection: string;
752
+ editCollections: string;
753
+ deleteGroups: string;
754
+ timeoutError: string;
755
+ pageNavigation: string;
756
+ quizSubmission: string;
757
+ notAuthorized: string;
758
+ addExistingUser: string;
759
+ addedStructWithExistingUsers: string;
760
+ resetQuiz: string;
761
+ removeUserFromPage: string;
762
+ removeUserFromStruct: string;
763
+ };
764
+ declare const dialogsDescriptions: {
765
+ defaultInsurance: string;
766
+ unsavedChanges: string;
767
+ serverError: string;
768
+ timeoutError: string;
769
+ criticalServerError: string;
770
+ forbiddenServerError: string;
771
+ cancelAttachedCollections: string;
772
+ attachCollections: string;
773
+ editCollectionPriority: string;
774
+ deleteResources: string;
775
+ deleteResource: string;
776
+ deleteCollegeResource: string;
777
+ updateMicroResourcesOpeningTime: string;
778
+ editUser: string;
779
+ deleteGroups: string;
780
+ deleteCollection: string;
781
+ deleteLastResource: string;
782
+ addExistingUser: string;
783
+ addedStructWithExistingUsers: string;
784
+ quizPartialSubmission: string;
785
+ notAuthorized: string;
786
+ resetQuiz: string;
787
+ removeUserFromPage: string;
788
+ removeUserFromStruct: string;
789
+ };
790
+ declare const dialogsNotes: {
791
+ resetQuiz: string;
792
+ };
793
+ declare const insuranceDialogPageNavigationData: DialogConfig;
794
+
795
+ export { activeDragPath, anySubFileTypeWildCard, assignmentMetadata, attributes, audioAndVideoPreviewSupportedMimes, audioAndVideoPreviewSupportedSuffixes, audioPreviewSupportedMimes, audioPreviewSupportedSuffixes, calendarActiveColorCssVariable, calendarHoverColorCssVariable, calendarLibraryBodyCellSelector, calendarLibrarySelector, collectionFormKeys, collectionFormValues, datePlaceHolder, dateRangePlaceHolder, dateRangeTimeRangePlaceHolder, dateRangeTimeRangeWithoutSecondsPlaceHolder, dateTimePlaceHolder, dateTimeWithoutSecondsPlaceHolder, dayInMilliSeconds, defaultAuthorizationObject, defaultCloseTime, defaultGrade, defaultOpenTime, defaultPlaceholder, defaultTrackTextChangesStyle, defaultUploadsManagerTitle, defaultUserId, dialogsCloseActionButtons, dialogsDescriptions, dialogsNotes, dialogsSubmitActionButtons, dialogsTitles, dragPath, errorHeadersToSet, femaleAvatarPath, filesSuffixes, formStatuses, formatError, formsErrorMessages, generalKeys, getMediaDefaultAuthorizations, getMongoMethodsDisplayedNamesMap, getPropertyPathsOfPublishAuthorization, getPublishAuthorization, getQuizDefaultAuthorizations, getSignUpFormFieldsByFields, getSignUpMethod, getToastsTemplates, herumClosedListMultiSelectType, initialMediaSettings, inputs, insuranceDialogPageNavigationData, keyboardAsciiCodes, maleAvatarPath, minDateError, previewImageKey, readynessDisplayName, regexExpressions, resourceFileTypes, resourceFormKeys, resourceIdPlaceholder, resourceKeys, resourceTypes, resourcesFilesSuffixes, routes, sideBarSizeButtonId, signUpFormFields, signUpFormFieldsData, signUpFormKeys, skipToastHeader, socketUpdateKeys, startEndDateError, statusCodes, svgsStrings, system, tableRowHeights, timePattern, timePlaceHolder, timeWithoutSecondsPlaceHolder, timerActiveColorCssVariable, timerHoverColorCssVariable, timerItemSizeColorCssVariable, timestampError, toastContext, toastStates, toastStatuses, toastsKeys, toastsTemplatesKeys, types, uploadStatuses, uploadsManagerKeys, uploadsProgressMetadataTypes, validatorsNames, videoPreviewSupportedMimes, videoPreviewSupportedSuffixes, viewPermissionLabel };