herum-shared 0.1.37 → 0.1.38
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/constants/index.d.ts
CHANGED
|
@@ -120,16 +120,6 @@ declare const dateRangePlaceHolder: string;
|
|
|
120
120
|
declare const dateRangeTimeRangePlaceHolder: string;
|
|
121
121
|
declare const dateRangeTimeRangeWithoutSecondsPlaceHolder: string;
|
|
122
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
123
|
declare const resourceIdPlaceholder = "$resourceId";
|
|
134
124
|
declare const defaultCloseTime: Date;
|
|
135
125
|
declare const defaultOpenTime: Date;
|
|
@@ -792,4 +782,16 @@ declare const dialogsNotes: {
|
|
|
792
782
|
};
|
|
793
783
|
declare const insuranceDialogPageNavigationData: DialogConfig;
|
|
794
784
|
|
|
795
|
-
|
|
785
|
+
declare const calendarActiveColorCssVariable: string;
|
|
786
|
+
declare const calendarHoverColorCssVariable: string;
|
|
787
|
+
declare const calendarLibrarySelector: string;
|
|
788
|
+
declare const calendarLibraryBodyCellSelector: string;
|
|
789
|
+
declare const timerActiveColorCssVariable: string;
|
|
790
|
+
declare const timerHoverColorCssVariable: string;
|
|
791
|
+
declare const timerItemSizeColorCssVariable: string;
|
|
792
|
+
declare const dayInMilliSeconds: number;
|
|
793
|
+
declare const secondInMilliseconds: number;
|
|
794
|
+
declare const minuteInMilliseconds: number;
|
|
795
|
+
declare const timePattern: string;
|
|
796
|
+
|
|
797
|
+
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, minuteInMilliseconds, previewImageKey, readynessDisplayName, regexExpressions, resourceFileTypes, resourceFormKeys, resourceIdPlaceholder, resourceKeys, resourceTypes, resourcesFilesSuffixes, routes, secondInMilliseconds, 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 };
|
|
@@ -135,16 +135,6 @@ const dateRangePlaceHolder = `${datePlaceHolder}-${datePlaceHolder}`;
|
|
|
135
135
|
const dateRangeTimeRangePlaceHolder = `${dateTimePlaceHolder}-${dateTimePlaceHolder}`;
|
|
136
136
|
const dateRangeTimeRangeWithoutSecondsPlaceHolder = `${dateTimeWithoutSecondsPlaceHolder}-${dateTimeWithoutSecondsPlaceHolder}`;
|
|
137
137
|
|
|
138
|
-
const calendarActiveColorCssVariable = '--active-calendar-color';
|
|
139
|
-
const calendarHoverColorCssVariable = '--hover-calendar-color';
|
|
140
|
-
const calendarLibrarySelector = 'mat-calendar';
|
|
141
|
-
const calendarLibraryBodyCellSelector = 'td.mat-calendar-body-cell';
|
|
142
|
-
const timerActiveColorCssVariable = '--active-timer-color';
|
|
143
|
-
const timerHoverColorCssVariable = '--hover-timer-color';
|
|
144
|
-
const timerItemSizeColorCssVariable = '--hover-timer-color';
|
|
145
|
-
const dayInMilliSeconds = 60 * 60 * 24 * 1000;
|
|
146
|
-
const timePattern = 'HH:mm:ss';
|
|
147
|
-
|
|
148
138
|
const resourceIdPlaceholder = "$resourceId";
|
|
149
139
|
const defaultCloseTime = new Date('01-01-2999');
|
|
150
140
|
const defaultOpenTime = new Date('01-01-1999');
|
|
@@ -703,9 +693,21 @@ const insuranceDialogPageNavigationData = {
|
|
|
703
693
|
closeActionButton: dialogsCloseActionButtons.pageNavigation
|
|
704
694
|
};
|
|
705
695
|
|
|
696
|
+
const calendarActiveColorCssVariable = '--active-calendar-color';
|
|
697
|
+
const calendarHoverColorCssVariable = '--hover-calendar-color';
|
|
698
|
+
const calendarLibrarySelector = 'mat-calendar';
|
|
699
|
+
const calendarLibraryBodyCellSelector = 'td.mat-calendar-body-cell';
|
|
700
|
+
const timerActiveColorCssVariable = '--active-timer-color';
|
|
701
|
+
const timerHoverColorCssVariable = '--hover-timer-color';
|
|
702
|
+
const timerItemSizeColorCssVariable = '--hover-timer-color';
|
|
703
|
+
const dayInMilliSeconds = 60 * 60 * 24 * 1000;
|
|
704
|
+
const secondInMilliseconds = 1000;
|
|
705
|
+
const minuteInMilliseconds = 60 * secondInMilliseconds;
|
|
706
|
+
const timePattern = 'HH:mm:ss';
|
|
707
|
+
|
|
706
708
|
/**
|
|
707
709
|
* Generated bundle index. Do not edit.
|
|
708
710
|
*/
|
|
709
711
|
|
|
710
|
-
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 };
|
|
712
|
+
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, minuteInMilliseconds, previewImageKey, readynessDisplayName, regexExpressions, resourceFileTypes, resourceFormKeys, resourceIdPlaceholder, resourceKeys, resourceTypes, resourcesFilesSuffixes, routes, secondInMilliseconds, 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 };
|
|
711
713
|
//# sourceMappingURL=herum-shared-constants.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"herum-shared-constants.mjs","sources":["../../../projects/herum-shared/constants/assignmentMetadata.ts","../../../projects/herum-shared/constants/common-keys.ts","../../../projects/herum-shared/constants/common-values.ts","../../../projects/herum-shared/constants/date-placeholders.ts","../../../projects/herum-shared/constants/date-time-pickers.ts","../../../projects/herum-shared/constants/defaultAuthorizationObject.ts","../../../projects/herum-shared/constants/defaultTrackTextChangesStyle.ts","../../../projects/herum-shared/constants/uploads-manager.ts","../../../projects/herum-shared/constants/toasts.ts","../../../projects/herum-shared/constants/error-headers.ts","../../../projects/herum-shared/constants/files-mimes.ts","../../../projects/herum-shared/constants/files-suffixes.ts","../../../projects/herum-shared/constants/general-errors.ts","../../../projects/herum-shared/constants/images-paths.ts","../../../projects/herum-shared/constants/initialMediaSettings.ts","../../../projects/herum-shared/constants/resourceFileTypes.ts","../../../projects/herum-shared/constants/resourceTypes.ts","../../../projects/herum-shared/constants/routes.ts","../../../projects/herum-shared/constants/sign-up-form-field.ts","../../../projects/herum-shared/constants/socketUpdateKeys.ts","../../../projects/herum-shared/constants/svgs-strings.ts","../../../projects/herum-shared/constants/system.ts","../../../projects/herum-shared/constants/validators-names.ts","../../../projects/herum-shared/constants/regex-expressions.ts","../../../projects/herum-shared/constants/table-row-heights.ts","../../../projects/herum-shared/constants/dialogs-data.ts","../../../projects/herum-shared/constants/herum-shared-constants.ts"],"sourcesContent":["\r\nexport const assignmentMetadata = {\r\n state: 0,\r\n name: 'שיבוץ זמני'\r\n }","import { SignUpField } from 'herum-shared/herum-types';\r\n\r\nexport const collectionFormKeys = {\r\n files: 'files',\r\n name: 'name',\r\n description: 'description',\r\n subjects: 'subjects',\r\n isPublic: 'isPublic',\r\n groupsPermissions: 'groupsPermissions',\r\n groupsViewPermissions: 'groupsViewPermissions',\r\n tags: 'tags'\r\n};\r\n\r\nexport const collectionFormValues = {\r\n public: 'ציבורי',\r\n private: 'פרטי'\r\n};\r\n\r\n\r\nexport const resourceKeys = {\r\n previewImage: 'previewImage',\r\n minimumGradeToPass: 'minimumGradeToPass',\r\n isIncludedInAverageGrade: 'isIncludedInAverageGrade'\r\n};\r\n\r\nexport const resourceFormKeys = {\r\n title: 'title',\r\n resourceType: 'resourceType',\r\n description: 'description',\r\n files: 'files',\r\n positionInCollection: 'positionInCollection',\r\n exercise: 'exercise'\r\n};\r\n\r\nexport const generalKeys = {\r\n id: 'id',\r\n subjects: 'subjects',\r\n newFileRequest: 'newFileRequest',\r\n file: 'file',\r\n additionalFiles: 'additionalFiles',\r\n resourceFile: 'resourceFile',\r\n ids: 'ids',\r\n resourceType: 'resourceType',\r\n groups: 'groups',\r\n quiz: 'quiz',\r\n request: 'request',\r\n newValue: 'NEW_VALUE',\r\n storyPrefix: 'story/'\r\n};\r\n\r\nexport const types = {\r\n string: 'string',\r\n object: 'object',\r\n number: 'number',\r\n boolean: 'boolean',\r\n function: 'function'\r\n}\r\n\r\nexport const inputs = {\r\n resource: 'resource',\r\n collection: 'collection',\r\n resourceSubscriptions: 'resourceSubscriptions'\r\n}\r\n\r\nexport const readynessDisplayName = {\r\n high: 'גבוהה',\r\n medium: 'בינונית',\r\n low: 'נמוכה'\r\n};\r\n\r\nexport const signUpFormKeys = {\r\n firstName: 'firstName',\r\n lastName: 'lastName',\r\n personalId: 'personalId',\r\n militaryId: 'militaryId',\r\n groups: 'groups',\r\n referringUser: 'referringUser',\r\n militaryStatus: 'militaryStatus',\r\n gender: 'gender',\r\n civilProfession: 'civilProfession',\r\n sections: 'sections',\r\n sagahs: 'sagahs',\r\n subjectAreas: 'subjectAreas',\r\n phoneNumber: 'phoneNumber',\r\n militaryEmail: 'militaryEmail'\r\n} as const;\r\n\r\nexport const signUpFormFields: Record<keyof typeof signUpFormKeys, SignUpField> = \r\n(Object.keys(signUpFormKeys) as Array<keyof typeof signUpFormKeys>).reduce(\r\n (resultObject, currentKey) => {\r\n resultObject[currentKey] = {\r\n field: signUpFormKeys[currentKey],\r\n showSeparator: false,\r\n };\r\n return resultObject;\r\n },\r\n {} as Record<keyof typeof signUpFormKeys, SignUpField>\r\n);\r\n\r\nexport const formsErrorMessages = {\r\n requiredField: 'שדה חובה למילוי',\r\n personalIdIsUsed: 'מספר תעודת הזהות הינו בשימוש',\r\n militaryIdIsUsed: 'המספר אישי הינו בשימוש',\r\n notValidPersonalId: 'תעודת זהות לא תקינה',\r\n notValidMilitarylId: 'מספר אישי לא תקין'\r\n};\r\n\r\nexport const formStatuses = {\r\n valid: 'VALID',\r\n invalid: 'INVALID',\r\n disabled: 'DISABLED',\r\n pending: 'PENDING'\r\n};\r\n\r\nexport const defaultPlaceholder: string = 'הקלד/י...';\r\n\r\nexport const attributes = {\r\n preventMacroKeysPressEvent: 'prevent-macro-keys-press-event',\r\n contenteditable: 'contenteditable'\r\n};\r\n\r\nexport const keyboardAsciiCodes: { [key: string]: number } = {\r\n space: 32,\r\n right: 39,\r\n clear: 12,\r\n left: 37,\r\n insert: 45,\r\n home: 36,\r\n pageUp: 33,\r\n end: 35,\r\n pageDown: 34,\r\n arrowDown: 40\r\n};\r\n\r\nexport const sideBarSizeButtonId: string = 'side-bar-size-button';\r\n\r\nexport const previewImageKey: string = 'previewImage';\r\n\r\nexport const defaultGrade: number = -1;\r\n\r\nexport const anySubFileTypeWildCard: string = '/*';","export const defaultUserId = '1';","export const datePlaceHolder: string = 'dd/mm/yyyy';\r\nexport const timePlaceHolder: string = 'hh:mm:ss';\r\nexport const timeWithoutSecondsPlaceHolder: string = 'hh:mm';\r\n\r\nexport const dateTimePlaceHolder: string = `${datePlaceHolder} ${timePlaceHolder}`;\r\nexport const dateTimeWithoutSecondsPlaceHolder: string = `${datePlaceHolder} ${timeWithoutSecondsPlaceHolder}`;\r\n\r\nexport const dateRangePlaceHolder: string = `${datePlaceHolder}-${datePlaceHolder}`;\r\n\r\nexport const dateRangeTimeRangePlaceHolder: string = `${dateTimePlaceHolder}-${dateTimePlaceHolder}`;\r\nexport const dateRangeTimeRangeWithoutSecondsPlaceHolder: string = `${dateTimeWithoutSecondsPlaceHolder}-${dateTimeWithoutSecondsPlaceHolder}`;","export const calendarActiveColorCssVariable: string = '--active-calendar-color';\r\nexport const calendarHoverColorCssVariable: string = '--hover-calendar-color';\r\n\r\nexport const calendarLibrarySelector: string = 'mat-calendar';\r\nexport const calendarLibraryBodyCellSelector: string = 'td.mat-calendar-body-cell';\r\n\r\nexport const timerActiveColorCssVariable: string = '--active-timer-color';\r\nexport const timerHoverColorCssVariable: string = '--hover-timer-color';\r\nexport const timerItemSizeColorCssVariable: string = '--hover-timer-color';\r\n\r\nexport const dayInMilliSeconds: number = 60 * 60 * 24 * 1000;\r\n\r\nexport const timePattern: string = 'HH:mm:ss';","import { BackendMicroResourceAuthorization } from 'herum-shared/herum-types';\r\nimport { microResourceAuthorizationType } from 'herum-shared/herum-types';\r\nimport { cloneDeep } from 'lodash';\r\n\r\nexport const resourceIdPlaceholder = \"$resourceId\"\r\nexport const defaultCloseTime = new Date('01-01-2999');\r\nexport const defaultOpenTime = new Date('01-01-1999');\r\n\r\nconst openStatus = {\r\n openingTime: new Date(),\r\n closingTime: defaultCloseTime,\r\n authorizationDisplayText: 'פתוח',\r\n collectionItemType: undefined\r\n};\r\n\r\nconst closeStatus = {\r\n openingTime: defaultOpenTime,\r\n closingTime: defaultOpenTime,\r\n authorizationDisplayText: 'סגור',\r\n collectionItemType: undefined\r\n};\r\n\r\nexport const defaultAuthorizationObject = {\r\n view(): BackendMicroResourceAuthorization {\r\n return cloneDeep({\r\n propertyPath: `ResourceSubscriptions[${resourceIdPlaceholder}]`,\r\n authorizationType: microResourceAuthorizationType.view,\r\n ...openStatus\r\n })\r\n },\r\n edit(): BackendMicroResourceAuthorization {\r\n return cloneDeep({\r\n propertyPath: `ResourceSubscriptions[${resourceIdPlaceholder}]`,\r\n authorizationType: microResourceAuthorizationType.update,\r\n ...closeStatus\r\n })\r\n },\r\n fill(): BackendMicroResourceAuthorization {\r\n return cloneDeep({\r\n propertyPath: `ResourceSubscriptions[${resourceIdPlaceholder}]`,\r\n authorizationType: microResourceAuthorizationType.fill,\r\n ...openStatus\r\n })\r\n },\r\n resourceGrade(): BackendMicroResourceAuthorization {\r\n return cloneDeep({\r\n propertyPath: `ResourceSubscriptions[${resourceIdPlaceholder}].Grade.Grade`,\r\n authorizationType: microResourceAuthorizationType.view,\r\n ...closeStatus\r\n })\r\n },\r\n questionGrade(): BackendMicroResourceAuthorization {\r\n return cloneDeep({\r\n propertyPath: `ResourceSubscriptions[${resourceIdPlaceholder}].QuizData.UserQuestionsData[].Grade`,\r\n authorizationType: microResourceAuthorizationType.view,\r\n ...closeStatus\r\n })\r\n },\r\n areAnswersCorrect(): BackendMicroResourceAuthorization {\r\n return cloneDeep({\r\n propertyPath: `ResourceSubscriptions[${resourceIdPlaceholder}].QuizData.UserQuestionsData[].AreAnswersCorrect`,\r\n authorizationType: microResourceAuthorizationType.view,\r\n ...closeStatus\r\n })\r\n }\r\n ,\r\n answerNotes(): BackendMicroResourceAuthorization {\r\n return cloneDeep({\r\n propertyPath: `ResourceSubscriptions[${resourceIdPlaceholder}].QuizData.UserQuestionsData[].AnswerNotes[]`,\r\n authorizationType: microResourceAuthorizationType.view,\r\n ...closeStatus\r\n })\r\n },\r\n isCorrect(): BackendMicroResourceAuthorization {\r\n return cloneDeep({\r\n propertyPath: `[${resourceIdPlaceholder}].Quiz.Questions[].Answers[].IsCorrect`,\r\n authorizationType: microResourceAuthorizationType.view,\r\n ...closeStatus,\r\n collectionItemType: 'Resources'\r\n })\r\n }\r\n};\r\n\r\nexport function getQuizDefaultAuthorizations(): BackendMicroResourceAuthorization[] {\r\n return [defaultAuthorizationObject.view(), defaultAuthorizationObject.fill(), ...getPublishAuthorization()];\r\n}\r\n\r\nexport function getPublishAuthorization(): BackendMicroResourceAuthorization[] {\r\n return [defaultAuthorizationObject.resourceGrade(), defaultAuthorizationObject.questionGrade(), defaultAuthorizationObject.areAnswersCorrect(), defaultAuthorizationObject.answerNotes(), defaultAuthorizationObject.isCorrect()]\r\n}\r\n\r\nexport function getMediaDefaultAuthorizations(): BackendMicroResourceAuthorization[] {\r\n return [defaultAuthorizationObject.view(), defaultAuthorizationObject.edit()];\r\n}\r\n\r\nexport function getPropertyPathsOfPublishAuthorization(): string[] {\r\n return ([defaultAuthorizationObject.resourceGrade().propertyPath, defaultAuthorizationObject.questionGrade().propertyPath,\r\n defaultAuthorizationObject.areAnswersCorrect().propertyPath, defaultAuthorizationObject.answerNotes().propertyPath, defaultAuthorizationObject.isCorrect().propertyPath]);\r\n}\r\n\r\nexport const viewPermissionLabel: string = 'צפייה';","\r\nexport const defaultTrackTextChangesStyle = {\r\n ins: 'color: #FF0A4D; font-weight: bold; text-decoration: none',\r\n del: 'color: #FF0A4D;',\r\n commentMarker: 'position: relative;',\r\n tooltip: 'display:none; position: fixed; background: white; color: black; padding: 10px; border-radius: 8px; box-shadow: 0px 2px 4px rgba(0,0,0,0.3); z-index: 1000; overflow-y: auto; max-height:400px',\r\n tooltipText: 'width: 64%; margin: 0 0 5px 0',\r\n tooltipButtonsContainer: 'display: flex; justify-content: space-between; height: fit-content;'\r\n};","import { UploadProgressStatus, UploadProgressType } from 'herum-shared/herum-types';\r\n\r\nexport const uploadsProgressMetadataTypes: { [uploadsProgressMetadataType: string]: UploadProgressType } = {\r\n story: 'story',\r\n pdf: 'pdf',\r\n video: 'video',\r\n quiz: 'quiz',\r\n exercise: 'exercise',\r\n genericFile: 'genericFile',\r\n image: 'image',\r\n collection: 'collection'\r\n};\r\n\r\nexport const uploadStatuses: { [uploadsProgressStatus: string]: UploadProgressStatus } = {\r\n success: 'success',\r\n error: 'error',\r\n loading: 'loading',\r\n idle:'idle'\r\n};\r\n\r\nexport const defaultUploadsManagerTitle: string = 'העלאות למערכת';\r\n\r\nexport const uploadsManagerKeys = {\r\n dependentIdHeader: 'Dependent-Id',\r\n reportUploadProgressIdHeader: 'Report-Upload-Progress-Id',\r\n uploadsManagerTitleHeader: 'Uploads-Manager-Title',\r\n commonDependentsIdHeader: 'Common-Dependents-Id',\r\n numberOfObservableArrowFunctionsHeader: 'Number-Of-Observable-Arrow-Functions',\r\n\r\n dependentId: 'dependentId',\r\n reportUploadProgressId: 'reportUploadProgressId',\r\n uploadsManagerTitle: 'uploadsManagerTitle',\r\n commonDependentsId: 'commonDependentsId',\r\n numberOfObservableArrowFunctions: 'numberOfObservableArrowFunctions',\r\n\r\n resourceUpload: 'העלאת משאב',\r\n collectionUpload: 'העלאת מארז',\r\n fileUpload: 'העלאת קובץ',\r\n megaBytes: 'מגה בייט',\r\n bytes: 'בייט',\r\n defaultUploadsManagerTitle: defaultUploadsManagerTitle,\r\n file: 'קובץ',\r\n resource: 'משאב',\r\n collection: 'מארז',\r\n};","import { ToastContext, ToastState, ToastStatus, ToastTemplate } from 'herum-shared/herum-types';\r\nimport { HttpHeaders } from \"@angular/common/http\";\r\nimport { MongoUpdates } from 'herum-shared/environment';\r\nimport { AuthenticationPaths } from 'herum-shared/environment';\r\n\r\nexport const toastsTemplatesKeys: { [key: string]: string } = {\r\n chromeBrowserVersion: 'chromeBrowserVersion',\r\n addOrUpdateNotebookSuccess: 'addOrUpdateNotebookSuccess',\r\n addOrUpdateNotebookError: 'addOrUpdateNotebookError'\r\n};\r\n\r\nexport const toastStatuses: { [toastStatus: string]: ToastStatus } = {\r\n success: 'success',\r\n error: 'error',\r\n information: 'information'\r\n};\r\n\r\nexport const getSignUpMethod = (authenticationPaths: AuthenticationPaths) => {\r\n const signUpRoutesParts = authenticationPaths.signUp.split('/');\r\n return signUpRoutesParts[signUpRoutesParts.length - 1];\r\n}\r\n\r\nexport const toastStates: { [toastState: string]: ToastState } = {\r\n preEnter: 'pre-enter',\r\n enter: 'enter'\r\n};\r\n\r\nexport const getMongoMethodsDisplayedNamesMap = (mongoUpdates: MongoUpdates, authenticationPaths: AuthenticationPaths): { [key: string]: string } => ({\r\n [mongoUpdates.Methods.Attach]: 'שיוך',\r\n [mongoUpdates.Methods.Create]: 'יצירה',\r\n [mongoUpdates.Methods.AddOrUpdate]: 'עדכון',\r\n [mongoUpdates.Methods.Basic]: 'עדכון',\r\n [mongoUpdates.Methods.Delete]: 'מחיקה',\r\n [mongoUpdates.Submethods.Duplicate]: 'שכפול',\r\n [mongoUpdates.Methods.ListItemDeletion]: 'מחיקה',\r\n [getSignUpMethod(authenticationPaths)]: 'הרשמה'\r\n});\r\n\r\nexport const statusCodes: { [key: string]: (wordToReplace: string) => string } =\r\n{\r\n 'genericError': (wordToReplace: string) => `פעולת ${wordToReplace} נכשלה. אנא בצעו את הפעולה פעם נוספת`,\r\n '401': (wordToReplace: string) => `פעולת ${wordToReplace} נכשלה. אנא התחבר לאתר מחדש.`,\r\n '403': (wordToReplace: string) => `פעולת ${wordToReplace} נכשלה. נראה שאין לך הרשאות לביצוע פעולה זו.`,\r\n '504': (wordToReplace: string) => `פעולת ${wordToReplace} נכשלה, יש לבצע פעולה פשוטה יותר.`\r\n};\r\n\r\nexport const toastContext: ToastContext =\r\n{\r\n title: (wordToReplace: string) => `פעולת ${wordToReplace}`,\r\n error: (wordToReplace: string) => `פעולת ${wordToReplace} נכשלה. אנא בצעו את הפעולה פעם נוספת.`,\r\n success: (wordToReplace: string) => `פעולת ${wordToReplace} הושלמה בהצלחה!`,\r\n statusCodes\r\n};\r\n\r\nexport const toastsKeys: { [key: string]: string } = {\r\n skipToastHeader: 'Skip-Toast',\r\n skipToast: 'skipToast'\r\n};\r\n\r\nexport const skipToastHeader: HttpHeaders = new HttpHeaders().set(toastsKeys.skipToastHeader, 'true');\r\n\r\nexport const getToastsTemplates = (mongoUpdates: MongoUpdates, authenticationPaths: AuthenticationPaths): { [key: string]: ToastTemplate } => {\r\n\r\n const mongoMethodsDisplayedNamesMap = getMongoMethodsDisplayedNamesMap(mongoUpdates, authenticationPaths);\r\n return ({\r\n [toastsTemplatesKeys.chromeBrowserVersion]: {\r\n title: 'גרסאת כרום',\r\n information: 'לתשומת ליבך, ביה\"ס הדיגיטלי עובד הכי טוב בגרסאות כרום 97 ומעלה.'\r\n },\r\n [toastsTemplatesKeys.addOrUpdateNotebookSuccess]: {\r\n title: `פעולת ${mongoMethodsDisplayedNamesMap[mongoUpdates.Methods.AddOrUpdate]} מחברת`,\r\n success: `פעולת ${mongoMethodsDisplayedNamesMap[mongoUpdates.Methods.AddOrUpdate]} מחברת הצליחה`\r\n },\r\n [toastsTemplatesKeys.addOrUpdateNotebookError]: {\r\n title: `פעולת ${mongoMethodsDisplayedNamesMap[mongoUpdates.Methods.AddOrUpdate]} מחברת`,\r\n error: `פעולת ${mongoMethodsDisplayedNamesMap[mongoUpdates.Methods.AddOrUpdate]} מחברת נכשלה`\r\n },\r\n [toastsTemplatesKeys.hadrachaToolBarError]: {\r\n title: `פעולת סרגל כלים`,\r\n error: `יש לבחור משאבים לפני ביצוע הפעולה.`\r\n }\r\n })\r\n};","\r\nimport { uploadsManagerKeys } from './uploads-manager';\r\nimport { toastsKeys } from './toasts';\r\n\r\nexport const errorHeadersToSet: { [key: string]: string } = {\r\n [uploadsManagerKeys.numberOfObservableArrowFunctions]: uploadsManagerKeys.numberOfObservableArrowFunctionsHeader,\r\n [uploadsManagerKeys.commonDependentsId]: uploadsManagerKeys.commonDependentsIdHeader,\r\n [uploadsManagerKeys.dependentId]: uploadsManagerKeys.dependentIdHeader,\r\n [uploadsManagerKeys.reportUploadProgressId]: uploadsManagerKeys.reportUploadProgressIdHeader,\r\n [toastsKeys.skipToast]: toastsKeys.skipToastHeader\r\n};","export const videoPreviewSupportedMimes = ['mp4', 'webm', 'ogg'];\r\nexport const audioPreviewSupportedMimes = ['mpeg', 'wav', 'x-wav', 'ogg'];\r\nexport const audioAndVideoPreviewSupportedMimes = [...new Set([...videoPreviewSupportedMimes, ...audioPreviewSupportedMimes])];","import { uploadsProgressMetadataTypes } from './uploads-manager';\r\n\r\nexport const filesSuffixes: { [key: string]: string[] } = {\r\n [uploadsProgressMetadataTypes.image]: ['jpg', 'jpeg', 'png', 'gif', 'bmp', 'tiff', 'psd', 'svg', 'webp'],\r\n [uploadsProgressMetadataTypes.pdf]: ['pdf'],\r\n [uploadsProgressMetadataTypes.video]: ['video', 'mp4', 'mkv', 'avi', 'mov', 'wmv', 'flv', '3gp', 'webm']\r\n};\r\n\r\nexport const resourcesFilesSuffixes = {\r\n Story: '/story.html',\r\n Pdf: '.pdf',\r\n Video: '.mp4',\r\n Presentation: '.pptx'\r\n}\r\n\r\nexport const videoPreviewSupportedSuffixes = ['.mp4', '.webm', '.ogg'];\r\nexport const audioPreviewSupportedSuffixes = ['.mp3', '.wav', , '.ogg'];\r\nexport const audioAndVideoPreviewSupportedSuffixes = [...new Set([...videoPreviewSupportedSuffixes, ...audioPreviewSupportedSuffixes])];","export const timestampError: string = 'הערך שהוזן אינו תקין'; \r\nexport const formatError: string = 'הפורמט אינו תקין'; \r\nexport const minDateError: string = 'בחר/י תאריך מעל התאריך המינימאלי'; \r\nexport const startEndDateError: string = 'בחירת תאריכים אינה תקינה'; \r\n","export const activeDragPath: string = 'assets/shared/icons/active-drag.svg';\r\nexport const dragPath: string = 'assets/shared/icons/drag.svg';\r\n\r\nexport const maleAvatarPath: string = 'assets/shared/icons/maleAvatar.svg';\r\nexport const femaleAvatarPath: string = 'assets/shared/icons/femaleAvatar.svg';","export const initialMediaSettings = {\r\n currentTime: 0,\r\n isPlaying: false,\r\n playbackSpeed: 1,\r\n id: null\r\n};","export const resourceFileTypes = {\r\n directory: 'Directory'\r\n};","export const resourceTypes = {\r\n story: 'Story',\r\n pdf: 'Pdf',\r\n quiz: 'Quiz',\r\n exercise: 'Exercise',\r\n video: 'Video',\r\n learningUnit: 'learningUnit'\r\n};","export const routes = {\r\n login: 'login',\r\n catalog: 'catalog'\r\n};","import { formsErrorMessages, signUpFormKeys } from \"./common-keys\";\r\nexport const herumClosedListMultiSelectType = 'herum-closed-list-multi-select';\r\n\r\nexport const signUpFormFieldsData = [\r\n\r\n {\r\n name: signUpFormKeys.personalId,\r\n label: 'תעודת זהות',\r\n type: 'herum-input-field',\r\n typeInput: 'numeric-text',\r\n placeholder: 'הקלד/י מספר תעודת זהות...'\r\n },\r\n {\r\n name: signUpFormKeys.militaryId,\r\n label: 'מספר אישי',\r\n type: 'herum-input-field',\r\n typeInput: 'numeric-text',\r\n placeholder: 'הקלד/י מספר אישי...'\r\n }, {\r\n name: signUpFormKeys.firstName,\r\n label: 'שם פרטי',\r\n type: 'herum-input-field',\r\n typeInput: 'text',\r\n errorMsg: formsErrorMessages.requiredField,\r\n placeholder: 'הקלד/י שם פרטי...'\r\n },\r\n {\r\n name: signUpFormKeys.lastName,\r\n label: 'שם משפחה',\r\n type: 'herum-input-field',\r\n typeInput: 'text',\r\n errorMsg: formsErrorMessages.requiredField,\r\n placeholder: 'הקלד/י שם משפחה...'\r\n },\r\n {\r\n name: signUpFormKeys.militaryStatus,\r\n label: '',\r\n type: 'herum-radio-button',\r\n options: [{ name: 'סדיר', id: 'sadir' }, { name: 'מילואים', id: 'miluim' }]\r\n },\r\n {\r\n name: signUpFormKeys.civilProfession,\r\n label: 'מקצוע אזרחי',\r\n type: 'herum-closed-list-select',\r\n size: 'responsive',\r\n dropDownDirection: 'downwards'\r\n },\r\n {\r\n name: signUpFormKeys.sections,\r\n label: 'שיוך לזירות',\r\n type: herumClosedListMultiSelectType,\r\n closedListName: 'sections',\r\n size: 'responsive',\r\n dropDownDirection: 'downwards'\r\n },\r\n {\r\n name: signUpFormKeys.sagahs,\r\n label: 'שיוך לסג\"חים',\r\n type: herumClosedListMultiSelectType,\r\n closedListName: 'sagah',\r\n size: 'responsive',\r\n dropDownDirection: 'downwards'\r\n },\r\n {\r\n name: signUpFormKeys.subjectAreas,\r\n label: 'שיוך לתחומים',\r\n type: herumClosedListMultiSelectType,\r\n closedListName: 'subjectArea',\r\n size: 'responsive',\r\n dropDownDirection: 'downwards'\r\n },\r\n {\r\n name: signUpFormKeys.groups,\r\n label: 'שיוך לקבוצות',\r\n type: 'herum-multi-select',\r\n options: [],\r\n size: 'responsive',\r\n dropDownDirection: 'downwards'\r\n },\r\n {\r\n name: signUpFormKeys.referringUser,\r\n label: 'למי הגעת?',\r\n type: 'herum-input-field',\r\n typeInput: 'text',\r\n errorMsg: formsErrorMessages.requiredField,\r\n disabled: false\r\n },\r\n {\r\n name: signUpFormKeys.phoneNumber,\r\n label: 'טלפון נייד',\r\n type: 'herum-input-field',\r\n typeInput: 'text',\r\n errorMsg: 'טלפון לא תקין',\r\n placeholder: 'הקלד/י מספר טלפון נייד...'\r\n },\r\n {\r\n name: signUpFormKeys.militaryEmail,\r\n label: 'מייל צבאי',\r\n type: 'herum-input-field',\r\n typeInput: 'email',\r\n errorMsg: 'מייל לא תקין',\r\n placeholder: 'הקלד/י כתובת מייל צבאית...'\r\n },\r\n {\r\n name: signUpFormKeys.gender,\r\n label: '',\r\n type: 'herum-radio-button',\r\n options: [{ name: 'זכר', id: 0, }, { name: 'נקבה', id: 1 }]\r\n },\r\n];\r\n\r\nexport function getSignUpFormFieldsByFields(fieldNames: string[]) {\r\n const filteredSignUpFormFields = signUpFormFieldsData.filter(field => fieldNames.includes(field.name));\r\n\r\n filteredSignUpFormFields.forEach((field, index) => {\r\n if (field.dropDownDirection && (index + 1) > filteredSignUpFormFields.length - 2)\r\n field.dropDownDirection = 'upwards';\r\n });\r\n\r\n return filteredSignUpFormFields;\r\n}","export const socketUpdateKeys = {\r\n GetOnlineUsers: 'GetOnlineUsers',\r\n LessonStateUpdate: 'LessonStateUpdate',\r\n StudentLessonStateUpdate: 'StudentLessonStateUpdate',\r\n StartLesson: 'StartLesson',\r\n SendMessage: 'SendMessage',\r\n ConnectionMessage: 'ConnectionMessage',\r\n\r\n OnlineUsers: 'OnlineUsers',\r\n LessonUsers: 'LessonUsers',\r\n LessonState: 'LessonState',\r\n GetConnectedInControlUsers: 'GetConnectedInControlUsers',\r\n ConnectedInControlUsers: 'ConnectedInControlUsers',\r\n UserJoined: 'UserJoined',\r\n ReceivedMessage: 'ReceivedMessage',\r\n RemoveStudent: 'RemoveStudent'\r\n};","export const svgsStrings =\r\n{\r\n edit: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"17.002\" height=\"16.25\" viewBox=\"0 0 17.002 17.258\"><path id=\"Path_784\" data-name=\"Path 784\" d=\"M105.89,340.545l.742-.742a3.146,3.146,0,0,1,4.45,4.45l-.742.742m-4.45-4.45a5.246,5.246,0,0,0,4.45,4.45m-4.45-4.45-6.818,6.818a10.889,10.889,0,0,0-.887.947,5.217,5.217,0,0,0-.6.969,10.97,10.97,0,0,0-.448,1.221l-.875,2.626m14.082-8.131-6.818,6.818a10.89,10.89,0,0,1-.947.887,5.217,5.217,0,0,1-.969.6,10.976,10.976,0,0,1-1.221.448l-2.626.875m0,0-.642.215a.85.85,0,0,1-1.074-1.074l.215-.642m1.5,1.5-1.5-1.5\" transform=\"translate(-95.502 -338.16)\" fill=\"none\" stroke-width=\"1\"/></svg>',\r\n garbage: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"15.222\" height=\"16.25\" viewBox=\"0 0 15.222 17\"><g id=\"trash\" transform=\"translate(35.5 83.5)\"><path id=\"Path_1367\" data-name=\"Path 1367\" d=\"M4,7H18.222\" transform=\"translate(-39 -86.444)\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1368\" data-name=\"Path 1368\" d=\"M10,11v5.35\" transform=\"translate(-39.667 -86.9)\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1369\" data-name=\"Path 1369\" d=\"M14,11v5.35\" transform=\"translate(-40.111 -86.9)\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1370\" data-name=\"Path 1370\" d=\"M5,7l.889,10.7a1.78,1.78,0,0,0,1.777,1.783h7.108A1.78,1.78,0,0,0,16.551,17.7L17.439,7\" transform=\"translate(-39.108 -86.482)\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1371\" data-name=\"Path 1371\" d=\"M9,6.566V3.892A.892.892,0,0,1,9.892,3h3.566a.892.892,0,0,1,.892.892V6.566\" transform=\"translate(-39.564 -86)\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></svg>',\r\n greyUploadFile: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16.059\" height=\"17\" viewBox=\"0 0 16.059 17\"><g id=\"upload\" transform=\"translate(-3.5 -3.5)\"><path id=\"Path_1362\" data-name=\"Path 1362\" d=\"M4,17v2a1.944,1.944,0,0,0,1.882,2H17.176a1.944,1.944,0,0,0,1.882-2V17\" transform=\"translate(0 -1)\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1363\" data-name=\"Path 1363\" d=\"M7,9l4.529-5,4.529,5\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1364\" data-name=\"Path 1364\" d=\"M12,4V16\" transform=\"translate(-0.471)\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></svg>',\r\n uploadFile: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16.059\" height=\"17\" viewBox=\"0 0 16.059 17\" stroke=\"#7897a8\"><g id=\"upload\" transform=\"translate(-3.5 -3.5)\"><path id=\"Path_1362\" data-name=\"Path 1362\" d=\"M4,17v2a1.944,1.944,0,0,0,1.882,2H17.176a1.944,1.944,0,0,0,1.882-2V17\" transform=\"translate(0 -1)\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1363\" data-name=\"Path 1363\" d=\"M7,9l4.529-5,4.529,5\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1364\" data-name=\"Path 1364\" d=\"M12,4V16\" transform=\"translate(-0.471)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></svg>',\r\n downloadFile: '<svg width=\"21\" height=\"15\" viewBox=\"0 0 21 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path stroke-width=\"1.1\" d=\"M20 8.09094L20 11.6364C20 12.2633 19.7498 12.8645 19.3044 13.3077C18.859 13.751 18.2549 14 17.625 14L3.375 14C2.74511 14 2.14102 13.751 1.69562 13.3077C1.25022 12.8645 1 12.2633 1 11.6364L1 8.09094\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 0.999978L10.5 9.2727M10.5 9.2727L6.9375 5.72725M10.5 9.2727L14.0625 5.72725\" stroke-linecap=\"round\" stroke-width=\"1.1\" stroke-linejoin=\"round\"/></svg>',\r\n\r\n '.mp4': '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\"><g id=\"video\" transform=\"translate(-3.5 -3.5)\"><path id=\"Path_1352\" data-name=\"Path 1352\" d=\"M4,4,4,6A2,2,0,0,1,6,4H18a2,2,0,0,1,2,2V18a2,2,0,0,1-2,2H6a2,2,0,0,1-2-2Z\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1353\" data-name=\"Path 1353\" d=\"M8,4V20\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1354\" data-name=\"Path 1354\" d=\"M16,4V20\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1355\" data-name=\"Path 1355\" d=\"M4,8H8\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1356\" data-name=\"Path 1356\" d=\"M4,16H8\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1357\" data-name=\"Path 1357\" d=\"M4,12H20\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1358\" data-name=\"Path 1358\" d=\"M16,8h4\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1359\" data-name=\"Path 1359\" d=\"M16,16h4\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></svg>',\r\n '.pdf': '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13.403\" height=\"16.5\" viewBox=\"0 0 13.403 16.5\"><g id=\"Pdf\" transform=\"translate(-13.75 -1.75)\"><g id=\"Group_942\" data-name=\"Group 942\" transform=\"translate(14 2)\"><g id=\"Group_939\" data-name=\"Group 939\" transform=\"translate(0 0)\"><g id=\"Group_938\" data-name=\"Group 938\"><path id=\"Path_1342\" data-name=\"Path 1342\" d=\"M25.613,18H15.29A1.292,1.292,0,0,1,14,16.71V3.29A1.292,1.292,0,0,1,15.29,2h5.25a1.282,1.282,0,0,1,.912.378l5.073,5.073a1.282,1.282,0,0,1,.378.912V16.71A1.292,1.292,0,0,1,25.613,18ZM15.29,2.516a.775.775,0,0,0-.774.774V16.71a.775.775,0,0,0,.774.774H25.613a.775.775,0,0,0,.774-.774V8.363a.78.78,0,0,0-.227-.547L21.088,2.743a.769.769,0,0,0-.547-.227Z\" transform=\"translate(-14 -2)\" fill=\"#7897a8\" stroke=\"#7897a8\" stroke-width=\"0.5\"/></g></g><g id=\"Group_941\" data-name=\"Group 941\" transform=\"translate(2.413 5.032)\"><g id=\"Group_940\" data-name=\"Group 940\"><path id=\"Path_1343\" data-name=\"Path 1343\" d=\"M40.763,46.074a.407.407,0,0,0-.119-.2,1.649,1.649,0,0,0-1.065-.252,8.8,8.8,0,0,0-1.28.094,3.189,3.189,0,0,1-.594-.41,4.335,4.335,0,0,1-1.072-1.663c.015-.061.028-.114.041-.168a10.821,10.821,0,0,0,.188-1.948.566.566,0,0,0-.034-.139l-.022-.057A.462.462,0,0,0,36.388,41l-.126,0h0a.476.476,0,0,0-.485.3,5.643,5.643,0,0,0,.3,2.541l-.075.181c-.208.508-.468,1.019-.7,1.47l-.03.058c-.243.474-.462.876-.662,1.217l-.205.108c-.015.008-.368.195-.45.244a2.518,2.518,0,0,0-1.243,1.271.312.312,0,0,0,.119.346l.2.1a.611.611,0,0,0,.271.065c.5,0,1.079-.622,1.877-2.015a18.675,18.675,0,0,1,2.892-.686,4.989,4.989,0,0,0,2.107.668.975.975,0,0,0,.248-.027.43.43,0,0,0,.246-.168A.893.893,0,0,0,40.763,46.074Zm-7.577,2.453a3.466,3.466,0,0,1,.985-1.178c.034-.027.116-.1.191-.177A3.559,3.559,0,0,1,33.187,48.526Zm3.156-7.268c.16,0,.252.4.259.783a1.61,1.61,0,0,1-.191.843,4.09,4.09,0,0,1-.135-1.052S36.269,41.258,36.343,41.258ZM35.4,46.437q.168-.3.347-.635a11.887,11.887,0,0,0,.609-1.329,4.4,4.4,0,0,0,1.005,1.248l.157.126A12.765,12.765,0,0,0,35.4,46.437Zm5.088-.045a.743.743,0,0,1-.28.048,3.287,3.287,0,0,1-1.161-.351c.195-.014.374-.022.534-.022a2.051,2.051,0,0,1,.667.072C40.535,46.213,40.539,46.361,40.488,46.392Z\" transform=\"translate(-32.697 -41)\" fill=\"#7897a8\" stroke=\"#7897a8\" stroke-width=\"0.5\"/></g></g></g></g></svg>',\r\n '.pptx': '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13.403\" height=\"16.5\" viewBox=\"0 0 13.403 16.5\"><g id=\"ppt\" transform=\"translate(-13.26 -1.75)\"><g id=\"Group_942\" data-name=\"Group 942\" transform=\"translate(13.51 2)\"><g id=\"Group_939\" data-name=\"Group 939\" transform=\"translate(0 0)\"><g id=\"Group_938\" data-name=\"Group 938\"><path id=\"Path_1342\" data-name=\"Path 1342\" d=\"M25.613,18H15.29A1.292,1.292,0,0,1,14,16.71V3.29A1.292,1.292,0,0,1,15.29,2h5.25a1.282,1.282,0,0,1,.912.378l5.073,5.073a1.282,1.282,0,0,1,.378.912V16.71A1.292,1.292,0,0,1,25.613,18ZM15.29,2.516a.775.775,0,0,0-.774.774V16.71a.775.775,0,0,0,.774.774H25.613a.775.775,0,0,0,.774-.774V8.363a.78.78,0,0,0-.227-.547L21.088,2.743a.769.769,0,0,0-.547-.227Z\" transform=\"translate(-14 -2)\" fill=\"#7897a8\" stroke=\"#7897a8\" stroke-width=\"0.5\"/></g></g></g><path id=\"Path_1360\" data-name=\"Path 1360\" d=\"M78,107.1h1.549a1.549,1.549,0,1,0,0-3.1H78v4.648\" transform=\"translate(-58.99 -94.5)\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></svg>',\r\n // story: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16.502\" height=\"13.579\" viewBox=\"0 0 16.502 13.579\"><path id=\"Folder\" d=\"M16.825,8.355a.727.727,0,0,0-.567-.269H14.806V7.36a2.18,2.18,0,0,0-2.18-2.18H8.063L7.83,4.453A2.18,2.18,0,0,0,5.767,3H3.18A2.18,2.18,0,0,0,1,5.18V13.9a2.18,2.18,0,0,0,2.18,2.18H13.643a2.18,2.18,0,0,0,2.122-1.708l1.221-5.4a.727.727,0,0,0-.16-.618Zm-12.65,5.7a.727.727,0,0,1-.727.567H3.18a.727.727,0,0,1-.727-.727V5.18a.727.727,0,0,1,.727-.727H5.767a.727.727,0,0,1,.727.494l.392,1.192a.727.727,0,0,0,.654.494h5.086a.727.727,0,0,1,.727.727v.727H6.086a.727.727,0,0,0-.727.567Zm10.172,0a.727.727,0,0,1-.727.567H5.512a1.032,1.032,0,0,0,.08-.254L6.668,9.539h8.719Z\" transform=\"translate(-0.75 -2.75)\" fill=\"#65899c\" stroke=\"#fff\" stroke-width=\"0.5\"/></svg>',\r\n bigVideo: '<svg width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_12_1734)\"> <path d=\"M37.5 25.0001L48.8825 19.3101C49.2636 19.1196 49.6869 19.0298 50.1125 19.0489C50.538 19.0681 50.9516 19.1957 51.314 19.4196C51.6764 19.6435 51.9756 19.9562 52.1831 20.3282C52.3907 20.7002 52.4998 21.1191 52.5 21.5451V38.4551C52.4998 38.881 52.3907 39.2999 52.1831 39.6719C51.9756 40.0439 51.6764 40.3566 51.314 40.5805C50.9516 40.8044 50.538 40.932 50.1125 40.9512C49.6869 40.9704 49.2636 40.8805 48.8825 40.6901L37.5 35.0001V25.0001Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M7.5 20C7.5 18.6739 8.02678 17.4021 8.96447 16.4645C9.90215 15.5268 11.1739 15 12.5 15H32.5C33.8261 15 35.0979 15.5268 36.0355 16.4645C36.9732 17.4021 37.5 18.6739 37.5 20V40C37.5 41.3261 36.9732 42.5979 36.0355 43.5355C35.0979 44.4732 33.8261 45 32.5 45H12.5C11.1739 45 9.90215 44.4732 8.96447 43.5355C8.02678 42.5979 7.5 41.3261 7.5 40V20Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> </g> <defs> <clipPath id=\"clip0_12_1734\"> <rect width=\"60\" height=\"60\" fill=\"white\"/> </clipPath> </defs> </svg> ',\r\n bigPdf: '<svg width=\"60\" height=\"60\" id=\"Group_872\" data-name=\"Group 872\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.255 16.25\"><defs><clipPath id=\"clip-path\"><rect id=\"Rectangle_1674\" data-name=\"Rectangle 1674\" width=\"16.255\" height=\"16.25\" fill=\"none\"/></clipPath></defs><g id=\"Group_871\" data-name=\"Group 871\" clip-path=\"url(#clip-path)\"><path id=\"Path_1239\" data-name=\"Path 1239\" d=\"M3.072,8.649h.594v4.217H3.072Zm.523,2.91v-.564h.719a1.018,1.018,0,0,0,.736-.242.945.945,0,0,0,.249-.708.767.767,0,0,0-.249-.621,1.112,1.112,0,0,0-.736-.211H3.607V8.649h.707A1.792,1.792,0,0,1,5.515,9a1.305,1.305,0,0,1,.408,1.043,1.478,1.478,0,0,1-.408,1.129,1.688,1.688,0,0,1-1.2.385Z\" fill=\"#65899c\"/><path id=\"Path_1240\" data-name=\"Path 1240\" d=\"M3.072,8.649h.594v4.217H3.072Zm.523,2.91v-.564h.719a1.018,1.018,0,0,0,.736-.242.945.945,0,0,0,.249-.708.767.767,0,0,0-.249-.621,1.112,1.112,0,0,0-.736-.211H3.607V8.649h.707A1.792,1.792,0,0,1,5.515,9a1.305,1.305,0,0,1,.408,1.043,1.478,1.478,0,0,1-.408,1.129,1.688,1.688,0,0,1-1.2.385Z\" fill=\"none\" stroke=\"#65899c\" stroke-width=\"0.25\"/><path id=\"Path_1241\" data-name=\"Path 1241\" d=\"M6.577,8.648h.594v4.217H6.577Zm.552,4.217V12.3H7.6a1.24,1.24,0,0,0,.979-.371A1.645,1.645,0,0,0,8.9,10.816a1.872,1.872,0,0,0-.328-1.2,1.194,1.194,0,0,0-.979-.4H7.141L7.07,8.648H7.6q1.931,0,1.93,2.168,0,2.049-1.93,2.049Z\" fill=\"#65899c\"/><path id=\"Path_1242\" data-name=\"Path 1242\" d=\"M6.577,8.648h.594v4.217H6.577Zm.552,4.217V12.3H7.6a1.24,1.24,0,0,0,.979-.371A1.645,1.645,0,0,0,8.9,10.816a1.872,1.872,0,0,0-.328-1.2,1.194,1.194,0,0,0-.979-.4H7.141L7.07,8.648H7.6q1.931,0,1.93,2.168,0,2.049-1.93,2.049Z\" fill=\"none\" stroke=\"#65899c\" stroke-width=\"0.25\"/><path id=\"Path_1243\" data-name=\"Path 1243\" d=\"M10.259,8.649h.594v4.217h-.594Zm0,0H13.05v.564H10.259Zm0,2h2.257v.564H10.259Z\" fill=\"#65899c\"/><path id=\"Path_1244\" data-name=\"Path 1244\" d=\"M10.259,8.649h.594v4.217h-.594Zm0,0H13.05v.564H10.259Zm0,2h2.257v.564H10.259Z\" fill=\"none\" stroke=\"#65899c\" stroke-width=\"0.25\"/><path id=\"Path_1245\" data-name=\"Path 1245\" d=\"M16.041,7.005,12.788,7c-1.712-.033-2.655-.049-3.315-.71-.68-.679-.68-1.647-.68-3.576V.783h.774V2.717c0,1.715,0,2.576.453,3.03.439.439,1.272.454,2.782.482l.151,0h3.088Z\" fill=\"#65899c\"/><path id=\"Path_1246\" data-name=\"Path 1246\" d=\"M16.041,7.005,12.788,7c-1.712-.033-2.655-.049-3.315-.71-.68-.679-.68-1.647-.68-3.576V.783h.774V2.717c0,1.715,0,2.576.453,3.03.439.439,1.272.454,2.782.482l.151,0h3.088Z\" fill=\"none\" stroke=\"#65899c\" stroke-width=\"0.25\"/><path id=\"Path_1247\" data-name=\"Path 1247\" d=\"M12.336,16.125H3.915a3.8,3.8,0,0,1-3.79-3.79V3.915A3.8,3.8,0,0,1,3.915.125l6,.053a1.746,1.746,0,0,1,1.252.549l4.477,4.781a1.8,1.8,0,0,1,.489,1.235l-.005,5.592a3.8,3.8,0,0,1-3.79,3.79M3.912.9A3.019,3.019,0,0,0,.9,3.915v8.42a3.019,3.019,0,0,0,3.016,3.016h8.421a3.019,3.019,0,0,0,3.016-3.016l.005-5.592a1.029,1.029,0,0,0-.279-.706L10.6,1.256a.962.962,0,0,0-.694-.3Z\" fill=\"#65899c\"/><path id=\"Path_1248\" data-name=\"Path 1248\" d=\"M12.336,16.125H3.915a3.8,3.8,0,0,1-3.79-3.79V3.915A3.8,3.8,0,0,1,3.915.125l6,.053a1.746,1.746,0,0,1,1.252.549l4.477,4.781a1.8,1.8,0,0,1,.489,1.235l-.005,5.592A3.8,3.8,0,0,1,12.336,16.125ZM3.912.9A3.019,3.019,0,0,0,.9,3.915v8.42a3.019,3.019,0,0,0,3.016,3.016h8.421a3.019,3.019,0,0,0,3.016-3.016l.005-5.592a1.029,1.029,0,0,0-.279-.706L10.6,1.256a.962.962,0,0,0-.694-.3Z\" fill=\"none\" stroke=\"#65899c\" stroke-width=\"0.25\"/></g></svg>',\r\n bigAudio: '<svg width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_12_1745)\"> <path d=\"M10 37.5C10 36.1739 10.5268 34.9021 11.4645 33.9645C12.4021 33.0268 13.6739 32.5 15 32.5H17.5C18.8261 32.5 20.0979 33.0268 21.0355 33.9645C21.9732 34.9021 22.5 36.1739 22.5 37.5V45C22.5 46.3261 21.9732 47.5979 21.0355 48.5355C20.0979 49.4732 18.8261 50 17.5 50H15C13.6739 50 12.4021 49.4732 11.4645 48.5355C10.5268 47.5979 10 46.3261 10 45V37.5Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M37.5 37.5C37.5 36.1739 38.0268 34.9021 38.9645 33.9645C39.9021 33.0268 41.1739 32.5 42.5 32.5H45C46.3261 32.5 47.5979 33.0268 48.5355 33.9645C49.4732 34.9021 50 36.1739 50 37.5V45C50 46.3261 49.4732 47.5979 48.5355 48.5355C47.5979 49.4732 46.3261 50 45 50H42.5C41.1739 50 39.9021 49.4732 38.9645 48.5355C38.0268 47.5979 37.5 46.3261 37.5 45V37.5Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 37.5V30C10 24.6957 12.1071 19.6086 15.8579 15.8579C19.6086 12.1071 24.6957 10 30 10C35.3043 10 40.3914 12.1071 44.1421 15.8579C47.8929 19.6086 50 24.6957 50 30V37.5\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> </g> <defs> <clipPath id=\"clip0_12_1745\"> <rect width=\"60\" height=\"60\" fill=\"white\"/> </clipPath></defs></svg>',\r\n responsiveUploadFile: '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16.059 17\" stroke=\"#7897a8\"><g id=\"upload\" transform=\"translate(-3.5 -3.5)\"><path id=\"Path_1362\" data-name=\"Path 1362\" d=\"M4,17v2a1.944,1.944,0,0,0,1.882,2H17.176a1.944,1.944,0,0,0,1.882-2V17\" transform=\"translate(0 -1)\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1363\" data-name=\"Path 1363\" d=\"M7,9l4.529-5,4.529,5\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1364\" data-name=\"Path 1364\" d=\"M12,4V16\" transform=\"translate(-0.471)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></svg>',\r\n\r\n cancel: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 12 12\"><path id=\"Union_8\" data-name=\"Union 8\" d=\"M9.742,11.613,6,7.871,2.258,11.613A1.323,1.323,0,0,1,.388,9.742L4.129,6,.388,2.258A1.322,1.322,0,0,1,2.258.388L6,4.129,9.742.388a1.323,1.323,0,0,1,1.871,1.87L7.871,6l3.742,3.742a1.323,1.323,0,0,1-1.871,1.871Z\" transform=\"translate(0 0)\" fill=\"none\" stroke=\"#7897a8\"/></svg>',\r\n X: '<svg class=\"my-svg\" xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"9\" viewBox=\"0 0 12 12\"><path id=\"Union_8\" data-name=\"Union 8\" d=\"M9.742,11.613,6,7.871,2.258,11.613A1.323,1.323,0,0,1,.388,9.742L4.129,6,.388,2.258A1.322,1.322,0,0,1,2.258.388L6,4.129,9.742.388a1.323,1.323,0,0,1,1.871,1.87L7.871,6l3.742,3.742a1.323,1.323,0,0,1-1.871,1.871Z\" transform=\"translate(0 0)\" stroke-width=\"0\"/></svg>',\r\n chevron: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14px\" height:\"14px\" viewBox=\"0 0 11.299 6.649\"><path id=\"Vector_43-2\" data-name=\"Vector 43-2\" d=\"M1006.235,549.5,1002,553.735l-4.236-4.235\" transform=\"translate(-996.35 -548.086)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"/></svg>',\r\n smallChevron: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11.299\" height=\"6.649\" viewBox=\"0 0 11.299 6.649\"><path id=\"Vector_43-2\" data-name=\"Vector 43-2\" d=\"M1006.235,549.5,1002,553.735l-4.236-4.235\" transform=\"translate(-996.35 -548.086)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"/></svg>',\r\n search: '<svg width=\"100%\" height:\"100%\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2.78653 9.25985C2.27371 8.49236 2 7.59004 2 6.667C2 5.42923 2.4917 4.24217 3.36693 3.36693C4.24217 2.4917 5.42923 2 6.667 2C7.59004 2 8.49236 2.27371 9.25985 2.78653C10.0273 3.29935 10.6255 4.02823 10.9787 4.88102C11.332 5.7338 11.4244 6.67218 11.2443 7.57749C11.0642 8.4828 10.6198 9.31438 9.96707 9.96707C9.31438 10.6198 8.4828 11.0642 7.57749 11.2443C6.67218 11.4244 5.7338 11.332 4.88102 10.9787C4.02823 10.6255 3.29935 10.0273 2.78653 9.25985Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 14L10 10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',\r\n clock: '<svg width=\"100%\" height:\"100%\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.30029 7.019C1.30029 8.20945 1.64312 9.37316 2.28543 10.363C2.92774 11.3528 3.84068 12.1243 4.9088 12.5798C5.97692 13.0354 7.15224 13.1546 8.28615 12.9223C9.42006 12.6901 10.4616 12.1168 11.2791 11.2751C12.0966 10.4333 12.6534 9.36082 12.8789 8.19325C13.1045 7.02568 12.9887 5.81546 12.5463 4.71563C12.1038 3.6158 11.3546 2.67576 10.3933 2.01438C9.43204 1.35301 8.30188 1 7.14576 1C5.59544 1 4.10863 1.63414 3.01239 2.76292C1.91615 3.89171 1.30029 5.42266 1.30029 7.019Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.15625 3.70801V7.00801L9.08014 8.98901\" stroke=\"#26945A\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',\r\n calendar: '<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.66669 10.0002C1.66669 6.85747 1.66669 5.28612 2.643 4.30981C3.61931 3.3335 5.19066 3.3335 8.33335 3.3335H11.6667C14.8094 3.3335 16.3807 3.3335 17.357 4.30981C18.3334 5.28612 18.3334 6.85747 18.3334 10.0002V11.6668C18.3334 14.8095 18.3334 16.3809 17.357 17.3572C16.3807 18.3335 14.8094 18.3335 11.6667 18.3335H8.33335C5.19066 18.3335 3.61931 18.3335 2.643 17.3572C1.66669 16.3809 1.66669 14.8095 1.66669 11.6668V10.0002Z\" stroke-width=\"1\"/><path d=\"M5.83331 3.3335V2.0835\" stroke-width=\"1\" stroke-linecap=\"round\"/><path d=\"M14.1667 3.3335V2.0835\" stroke-width=\"1\" stroke-linecap=\"round\"/><path d=\"M2.08331 7.5H17.9166\" stroke-width=\"1\" stroke-linecap=\"round\"/><path d=\"M15 14.1667C15 14.6269 14.6269 15 14.1666 15C13.7064 15 13.3333 14.6269 13.3333 14.1667C13.3333 13.7064 13.7064 13.3333 14.1666 13.3333C14.6269 13.3333 15 13.7064 15 14.1667Z\"/><path d=\"M15 10.8333C15 11.2936 14.6269 11.6667 14.1666 11.6667C13.7064 11.6667 13.3333 11.2936 13.3333 10.8333C13.3333 10.3731 13.7064 10 14.1666 10C14.6269 10 15 10.3731 15 10.8333Z\" /><path d=\"M10.8334 14.1667C10.8334 14.6269 10.4603 15 10 15C9.53978 15 9.16669 14.6269 9.16669 14.1667C9.16669 13.7064 9.53978 13.3333 10 13.3333C10.4603 13.3333 10.8334 13.7064 10.8334 14.1667Z\" /><path d=\"M10.8334 10.8333C10.8334 11.2936 10.4603 11.6667 10 11.6667C9.53978 11.6667 9.16669 11.2936 9.16669 10.8333C9.16669 10.3731 9.53978 10 10 10C10.4603 10 10.8334 10.3731 10.8334 10.8333Z\" /><path d=\"M6.66667 14.1667C6.66667 14.6269 6.29357 15 5.83333 15C5.3731 15 5 14.6269 5 14.1667C5 13.7064 5.3731 13.3333 5.83333 13.3333C6.29357 13.3333 6.66667 13.7064 6.66667 14.1667Z\" /><path d=\"M6.66667 10.8333C6.66667 11.2936 6.29357 11.6667 5.83333 11.6667C5.3731 11.6667 5 11.2936 5 10.8333C5 10.3731 5.3731 10 5.83333 10C6.29357 10 6.66667 10.3731 6.66667 10.8333Z\" /></svg>',\r\n\r\n civilProfession: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14.621\" height=\"17.175\" viewBox=\"0 0 14.621 17.175\"><g id=\"Group_1472\" data-name=\"Group 1472\" transform=\"translate(0.157 0.157)\"><g id=\"Group_1471\" data-name=\"Group 1471\" transform=\"translate(0.343 0.343)\"> <path id=\"Path_2640\" data-name=\"Path 2640\" d=\"M11.5.5V3.905a.852.852,0,0,0,.851.851h3.405\" transform=\"translate(-2.136 -0.5)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2641\" data-name=\"Path 2641\" d=\"M2.5,4.756V2.2A1.7,1.7,0,0,1,4.2.5h5.959l4.256,4.256v9.364a1.7,1.7,0,0,1-1.7,1.7H8.459\" transform=\"translate(-0.797 -0.5)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2642\" data-name=\"Path 2642\" d=\"M.5,11.054A2.554,2.554,0,1,0,3.054,8.5,2.554,2.554,0,0,0,.5,11.054\" transform=\"translate(-0.5 -1.69)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2643\" data-name=\"Path 2643\" d=\"M1.777,14.5.5,18.756,3.054,17.48l2.554,1.277L4.331,14.5\" transform=\"translate(-0.5 -2.582)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></g></svg>',\r\n position: '<svg id=\"report-money\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path id=\"Path_2553\" data-name=\"Path 2553\" d=\"M8.881,5H6.94A2.016,2.016,0,0,0,5,7.083v12.5a2.016,2.016,0,0,0,1.94,2.083h9.7a2.016,2.016,0,0,0,1.94-2.083V7.083A2.016,2.016,0,0,0,16.643,5H14.7\" transform=\"translate(0.208 -0.792)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2554\" data-name=\"Path 2554\" d=\"M9,3,9,5.083A2.083,2.083,0,0,1,11.083,3h2.083A2.083,2.083,0,0,1,15.25,5.083h0a2.083,2.083,0,0,1-2.083,2.083H11.083A2.083,2.083,0,0,1,9,5.083Z\" transform=\"translate(-0.125 0.125)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2555\" data-name=\"Path 2555\" d=\"M14.167,11h-2.6a1.563,1.563,0,0,0,0,3.125H12.6a1.563,1.563,0,0,1,0,3.125H10\" transform=\"translate(-0.083 -0.153)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2556\" data-name=\"Path 2556\" d=\"M12,17.292v1.042M12,10v1.042\" transform=\"translate(0 -0.208)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></svg>',\r\n role: '<svg id=\"military-award\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path id=\"Path_2568\" data-name=\"Path 2568\" d=\"M11.932,12.932,8,12.932A3.932,3.932,0,1,0,11.932,9,3.932,3.932,0,0,0,8,12.932\" transform=\"translate(0.068 0.076)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2569\" data-name=\"Path 2569\" d=\"M8.39,10.458,7.407,8H2l2.438,5.69a1.966,1.966,0,0,0,1.809,1.192H8.39\" transform=\"translate(-0.034 0.056)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2570\" data-name=\"Path 2570\" d=\"M15.5,10.458,16.483,8H21.89l-2.438,5.69a1.966,1.966,0,0,1-1.809,1.192H15.5\" transform=\"translate(0.144 0.056)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></svg>',\r\n school: '<svg id=\"school_1_\" data-name=\"school (1)\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path id=\"Path_2565\" data-name=\"Path 2565\" d=\"M22.167,8.833,12.083,5,2,8.833l10.083,3.833L22.167,8.833v5.75\" transform=\"translate(-0.083 0.149)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2566\" data-name=\"Path 2566\" d=\"M6,10.6v5.175c0,1.588,2.574,2.875,5.75,2.875s5.75-1.287,5.75-2.875V10.6\" transform=\"translate(0.25 0.238)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></svg>',\r\n struct: '<svg id=\"user-scan\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path id=\"Path_2558\" data-name=\"Path 2558\" d=\"M10,9.185A2.185,2.185,0,1,0,12.185,7,2.185,2.185,0,0,0,10,9.185\" transform=\"translate(-0.185 -0.13)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2559\" data-name=\"Path 2559\" d=\"M4,8.371V6.185A2.185,2.185,0,0,1,6.185,4H8.371\" transform=\"translate(-0.074 -0.074)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2560\" data-name=\"Path 2560\" d=\"M4,16v2.185a2.185,2.185,0,0,0,2.185,2.185H8.371\" transform=\"translate(-0.074 -0.297)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2561\" data-name=\"Path 2561\" d=\"M16,4h2.185a2.185,2.185,0,0,1,2.185,2.185V8.371\" transform=\"translate(-0.297 -0.074)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2562\" data-name=\"Path 2562\" d=\"M16,20.371h2.185a2.185,2.185,0,0,0,2.185-2.185V16\" transform=\"translate(-0.297 -0.297)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2563\" data-name=\"Path 2563\" d=\"M8,16.185A2.185,2.185,0,0,1,10.185,14h4.371a2.185,2.185,0,0,1,2.185,2.185\" transform=\"translate(-0.371 -0.118)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></svg>',\r\n id: '<svg id=\"id_1_\" data-name=\"id (1)\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path id=\"Path_2547\" data-name=\"Path 2547\" d=\"M3,4,3,6.775A2.814,2.814,0,0,1,5.85,4h11.4A2.814,2.814,0,0,1,20.1,6.775v9.251a2.814,2.814,0,0,1-2.85,2.775H5.85A2.814,2.814,0,0,1,3,16.026Z\" transform=\"translate(0.449 0.599)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2548\" data-name=\"Path 2548\" d=\"M9.3,10.3,7,10.3A2.3,2.3,0,1,0,9.3,8,2.3,2.3,0,0,0,7,10.3\" transform=\"translate(-0.21 -0.24)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2549\" data-name=\"Path 2549\" d=\"M15,8h2.3\" transform=\"translate(-0.204 0)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2550\" data-name=\"Path 2550\" d=\"M15,12h2.3\" transform=\"translate(-0.204)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2551\" data-name=\"Path 2551\" d=\"M7,16H18.5\" transform=\"translate(-0.749 0)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></svg>',\r\n clipboardText: '<svg id=\"clipboard-text\" xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 18 18\"><path id=\"Path_2572\" data-name=\"Path 2572\" d=\"M8,5H6.5A1.5,1.5,0,0,0,5,6.5v9A1.5,1.5,0,0,0,6.5,17H14a1.5,1.5,0,0,0,1.5-1.5v-9A1.5,1.5,0,0,0,14,5H12.5\" transform=\"translate(-1.25 -1.25)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2574\" data-name=\"Path 2574\" d=\"M9,12h4.5\" transform=\"translate(-2.25 -2.25)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2576\" data-name=\"Path 2576\" d=\"M9,12h4.5\" transform=\"translate(-2.25 -5.25)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2575\" data-name=\"Path 2575\" d=\"M9,16h4.5\" transform=\"translate(-2.25 -3.25)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></svg>',\r\n\r\n audio: '<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 10.7143C1 10.2596 1.16857 9.82359 1.46863 9.5021C1.76869 9.18061 2.17565 9 2.6 9H3.4C3.82435 9 4.23131 9.18061 4.53137 9.5021C4.83143 9.82359 5 10.2596 5 10.7143V13.2857C5 13.7404 4.83143 14.1764 4.53137 14.4979C4.23131 14.8194 3.82435 15 3.4 15H2.6C2.17565 15 1.76869 14.8194 1.46863 14.4979C1.16857 14.1764 1 13.7404 1 13.2857V10.7143Z\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11 10.7143C11 10.2596 11.1686 9.82359 11.4686 9.5021C11.7687 9.18061 12.1757 9 12.6 9H13.4C13.8243 9 14.2313 9.18061 14.5314 9.5021C14.8314 9.82359 15 10.2596 15 10.7143V13.2857C15 13.7404 14.8314 14.1764 14.5314 14.4979C14.2313 14.8194 13.8243 15 13.4 15H12.6C12.1757 15 11.7687 14.8194 11.4686 14.4979C11.1686 14.1764 11 13.7404 11 13.2857V10.7143Z\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M1 11V8.27273C1 6.34388 1.7375 4.49403 3.05025 3.13013C4.36301 1.76623 6.14348 1 8 1C9.85652 1 11.637 1.76623 12.9497 3.13013C14.2625 4.49403 15 6.34388 15 8.27273V11\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>/svg>',\r\n collection: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"21\" height=\"22\" viewBox=\"0 0 21 18\"><defs><clipPath id=\"clip-path\"><rect id=\"Rectangle_2250\" data-name=\"Rectangle 2250\" width=\"16\" height=\"18\" fill=\"none\" stroke-width=\"1\"/></clipPath></defs><g id=\"Group_1560\" data-name=\"Group 1560\" transform=\"translate(4 4)\"><path id=\"Path_2888\" data-name=\"Path 2888\" d=\"M0,0H24V24H0Z\" transform=\"translate(-4 -4)\" fill=\"none\"/><g id=\"Group_1559\" data-name=\"Group 1559\" transform=\"translate(0 -1)\" clip-path=\"url(#clip-path)\"><path id=\"Path_2886\" data-name=\"Path 2886\" d=\"M15,1V17H3a2,2,0,0,1-2-2V3A2,2,0,0,1,3,1Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2887\" data-name=\"Path 2887\" d=\"M15,13H3a2,2,0,0,0-2,2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><line id=\"Line_438\" data-name=\"Line 438\" x2=\"6\" transform=\"translate(5 5)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></g></svg>',\r\n exercise: '<svg id=\"Group_882\" data-name=\"Group 882\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"16.005\" height=\"16\" viewBox=\"0 0 16.005 16\"><defs><clipPath id=\"clip-path\"><rect id=\"Rectangle_1679\" data-name=\"Rectangle 1679\" width=\"16.005\" height=\"16\" fill=\"none\"/></clipPath></defs><g id=\"Group_881\" data-name=\"Group 881\" clip-path=\"url(#clip-path)\"><path id=\"Path_1277\" data-name=\"Path 1277\" d=\"M9.829,10.33H3.638a.387.387,0,0,1,0-.774H9.829a.387.387,0,0,1,0,.774\" /><path id=\"Path_1278\" data-name=\"Path 1278\" d=\"M7.894,13.039H3.638a.387.387,0,1,1,0-.774H7.894a.387.387,0,1,1,0,.774\" /><path id=\"Path_1279\" data-name=\"Path 1279\" d=\"M15.916,6.88l-3.253,0c-1.712-.033-2.655-.049-3.315-.71-.68-.679-.68-1.647-.68-3.576V.658h.774V2.592c0,1.715,0,2.576.454,3.03.439.439,1.271.454,2.781.482l.151,0h3.088Z\" /><path id=\"Path_1280\" data-name=\"Path 1280\" d=\"M12.21,16H3.79A3.794,3.794,0,0,1,0,12.21V3.79A3.794,3.794,0,0,1,3.79,0l6,.052A1.747,1.747,0,0,1,11.04.6l4.477,4.781A1.8,1.8,0,0,1,16,6.619l0,5.591A3.8,3.8,0,0,1,12.21,16M3.787.774A3.019,3.019,0,0,0,.774,3.79v8.42A3.019,3.019,0,0,0,3.79,15.226h8.42a3.02,3.02,0,0,0,3.017-3.016l0-5.592a1.03,1.03,0,0,0-.278-.707l-4.478-4.78A.971.971,0,0,0,9.781.826Z\" /></g></svg>',\r\n genericFile: '<svg class=\"generic-file-icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"13.165\" height=\"16.641\" viewBox=\"0 0 13.165 16.641\"><g id=\"file-dots\" transform=\"translate(-3.845 -2.107)\"><path id=\"Path_1460\" data-name=\"Path 1460\" d=\"M15.427,18.641H6.738A1.738,1.738,0,0,1,5,16.9V4.738A1.738,1.738,0,0,1,6.738,3H12.82l4.345,4.345V16.9A1.738,1.738,0,0,1,15.427,18.641Z\" transform=\"translate(-0.655 -0.393)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1461\" data-name=\"Path 1461\" d=\"M9,14v.009\" transform=\"translate(-1.18 -1.835)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1462\" data-name=\"Path 1462\" d=\"M12,14v.009\" transform=\"translate(-1.573 -1.835)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1463\" data-name=\"Path 1463\" d=\"M15,14v.009\" transform=\"translate(-1.966 -1.835)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></svg>',\r\n image: '<svg id=\"photo-up\" xmlns=\"http://www.w3.org/2000/svg\" width=\"22\" height=\"22\" viewBox=\"0 0 22 18\"><path id=\"Path_2633\" data-name=\"Path 2633\" d=\"M0,0H24V24H0Z\" fill=\"none\"/><g id=\"Group_1464\" data-name=\"Group 1464\" transform=\"translate(1 1)\"><path id=\"Path_2634\" data-name=\"Path 2634\" d=\"M15,8h.008\" transform=\"translate(-1.895 -0.789)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2635\" data-name=\"Path 2635\" d=\"M11,18.162H5.527A2.527,2.527,0,0,1,3,15.635V5.527A2.527,2.527,0,0,1,5.527,3H15.635a2.527,2.527,0,0,1,2.527,2.527V11\" transform=\"translate(0 0)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2636\" data-name=\"Path 2636\" d=\"M3,15.084l4.192-4.192a1.689,1.689,0,0,1,2.515,0l2.935,2.935\" transform=\"translate(0 -1.146)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2637\" data-name=\"Path 2637\" d=\"M14,13.73l.838-.838a1.677,1.677,0,0,1,1.856-.441\" transform=\"translate(-1.729 -1.47)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2638\" data-name=\"Path 2638\" d=\"M19,21.031V16\" transform=\"translate(-2.515 -2.031)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2639\" data-name=\"Path 2639\" d=\"M21.031,18.515,18.515,16,16,18.515\" transform=\"translate(-2.031 -2.044)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></svg>',\r\n pdf: '<svg id=\"Group_884\" data-name=\"Group 884\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"16.005\" height=\"16\" viewBox=\"0 0 16.005 16\"><defs><clipPath id=\"clip-path\"><rect id=\"Rectangle_1680\" data-name=\"Rectangle 1680\" width=\"16.005\" height=\"16\" fill=\"none\"/></clipPath></defs><g id=\"Group_883\" data-name=\"Group 883\" clip-path=\"url(#clip-path)\"><path id=\"Path_1281\" data-name=\"Path 1281\" d=\"M2.947,8.524h.594v4.217H2.947Zm.523,2.91V10.87h.719a1.018,1.018,0,0,0,.736-.242.945.945,0,0,0,.249-.708A.767.767,0,0,0,4.925,9.3a1.112,1.112,0,0,0-.736-.211H3.482V8.524h.707a1.792,1.792,0,0,1,1.2.353A1.305,1.305,0,0,1,5.8,9.92a1.478,1.478,0,0,1-.408,1.129,1.688,1.688,0,0,1-1.2.385Z\" /><path id=\"Path_1282\" data-name=\"Path 1282\" d=\"M6.452,8.523h.594V12.74H6.452ZM7,12.74v-.564h.469a1.24,1.24,0,0,0,.979-.371,1.645,1.645,0,0,0,.328-1.114,1.872,1.872,0,0,0-.328-1.2,1.194,1.194,0,0,0-.979-.4H7.016l-.071-.565h.528q1.931,0,1.93,2.168,0,2.049-1.93,2.049Z\" /> <path id=\"Path_1283\" data-name=\"Path 1283\" d=\"M10.134,8.524h.594v4.217h-.594Zm0,0h2.791v.564H10.134Zm0,2h2.257v.564H10.134Z\" /><path id=\"Path_1284\" data-name=\"Path 1284\" d=\"M15.916,6.88l-3.253,0c-1.712-.033-2.655-.049-3.315-.71-.68-.679-.68-1.647-.68-3.576V.658h.774V2.592c0,1.715,0,2.576.453,3.03.439.439,1.272.454,2.782.482l.151,0h3.088Z\" /><path id=\"Path_1285\" data-name=\"Path 1285\" d=\"M12.211,16H3.79A3.8,3.8,0,0,1,0,12.21V3.79A3.8,3.8,0,0,1,3.79,0l6,.053A1.746,1.746,0,0,1,11.04.6l4.477,4.781a1.8,1.8,0,0,1,.489,1.235L16,12.21A3.8,3.8,0,0,1,12.211,16M3.787.774A3.019,3.019,0,0,0,.774,3.79v8.42A3.019,3.019,0,0,0,3.79,15.226h8.421a3.019,3.019,0,0,0,3.016-3.016l.005-5.592a1.029,1.029,0,0,0-.279-.706L10.475,1.131a.962.962,0,0,0-.694-.3Z\" /></g></svg>',\r\n presentation: '<svg id=\"Group_886\" data-name=\"Group 886\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17.684\" height=\"16\" viewBox=\"0 0 17.684 16\"><defs><clipPath id=\"clip-path\"><rect id=\"Rectangle_1681\" data-name=\"Rectangle 1681\" width=\"17.684\" height=\"16\" fill=\"none\"/></clipPath></defs><g id=\"Group_885\" data-name=\"Group 885\" clip-path=\"url(#clip-path)\"> <path id=\"Path_1286\" data-name=\"Path 1286\" d=\"M12.211,11.789H5.474c-2.495,0-3.748,0-4.61-.863S0,8.811,0,6.316V5.474C0,2.979,0,1.726.864.863S2.979,0,5.474,0h6.737c2.495,0,3.747,0,4.61.863s.863,2.116.863,4.611v.842c0,2.495,0,3.747-.864,4.61s-2.114.863-4.609.863M5.474.842c-2.263,0-3.4,0-4.015.617S.842,3.21.842,5.474v.842c0,2.263,0,3.4.617,4.014s1.752.617,4.015.617h6.737c2.263,0,3.4,0,4.014-.617s.617-1.751.617-4.014V5.474c0-2.264,0-3.4-.616-4.015S14.474.842,12.211.842Z\" /><path id=\"Path_1287\" data-name=\"Path 1287\" d=\"M13.9,16a.44.44,0,0,1-.133-.021l-4.92-1.64-4.919,1.64a.422.422,0,0,1-.266-.8l4.764-1.588v-1.8a.421.421,0,0,1,.842,0v1.8l4.765,1.588A.421.421,0,0,1,13.9,16\" /></g></svg>',\r\n quiz: '<svg id=\"Group_888\" data-name=\"Group 888\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"14.476\" height=\"16\" viewBox=\"0 0 14.476 16\"><defs><clipPath id=\"clip-path\"><rect id=\"Rectangle_1682\" data-name=\"Rectangle 1682\" width=\"14.476\" height=\"16\" fill=\"none\"/></clipPath></defs><g id=\"Group_887\" data-name=\"Group 887\" clip-path=\"url(#clip-path)\"><path id=\"Path_1288\" data-name=\"Path 1288\" d=\"M9.524,16H4.953c-2.258,0-3.391,0-4.172-.781S0,13.305,0,11.048V6.476c0-2.257,0-3.39.781-4.171.715-.714,1.764-.771,3.407-.78l0,.762c-1.642.009-2.4.088-2.873.557C.762,3.4.762,4.429.762,6.476v4.572c0,2.047,0,3.075.558,3.633s1.585.557,3.633.557H9.524c2.047,0,3.075,0,3.632-.557s.558-1.586.558-3.633V6.476c0-2.047,0-3.074-.558-3.632-.468-.469-1.23-.548-2.872-.557l0-.762c1.643.009,2.693.066,3.407.78.781.781.781,1.914.781,4.171v4.572c0,2.257,0,3.39-.781,4.171S11.781,16,9.524,16\" /><path id=\"Path_1289\" data-name=\"Path 1289\" d=\"M8,9.763H3.048a.286.286,0,1,1,0-.571H8a.286.286,0,1,1,0,.571\" /><path id=\"Path_1290\" data-name=\"Path 1290\" d=\"M8,7.063H3.048a.286.286,0,1,1,0-.571H8a.286.286,0,1,1,0,.571\" /><path id=\"Path_1291\" data-name=\"Path 1291\" d=\"M8,12.476H3.048a.286.286,0,1,1,0-.571H8a.286.286,0,1,1,0,.571\" /><path id=\"Path_1292\" data-name=\"Path 1292\" d=\"M9.143,3.81H5.333A1.526,1.526,0,0,1,3.809,2.286V1.524A1.526,1.526,0,0,1,5.333,0h3.81a1.525,1.525,0,0,1,1.523,1.524v.762A1.525,1.525,0,0,1,9.143,3.81M5.333.762a.763.763,0,0,0-.762.762v.762a.763.763,0,0,0,.762.762h3.81A.762.762,0,0,0,9.9,2.286V1.524A.762.762,0,0,0,9.143.762Z\" /><path id=\"Path_1293\" data-name=\"Path 1293\" d=\"M10.64,7.445a.182.182,0,0,1-.136-.061l-.347-.389a.182.182,0,0,1,.272-.243l.211.237.732-.82a.182.182,0,1,1,.272.243l-.868.972a.182.182,0,0,1-.136.061\" /><path id=\"Path_1294\" data-name=\"Path 1294\" d=\"M10.64,10.146a.182.182,0,0,1-.136-.061L10.157,9.7a.182.182,0,0,1,.272-.243l.211.237.732-.82a.182.182,0,1,1,.272.243l-.868.972a.182.182,0,0,1-.136.061\" /><path id=\"Path_1295\" data-name=\"Path 1295\" d=\"M10.64,12.859A.182.182,0,0,1,10.5,12.8l-.347-.389a.182.182,0,0,1,.272-.243l.211.237.732-.82a.182.182,0,1,1,.272.243l-.868.972a.182.182,0,0,1-.136.061\" /></g></svg>',\r\n story: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20.554\" height=\"17.009\" viewBox=\"0 0 20.554 17.009\"><g id=\"Group_952\" data-name=\"Group 952\" transform=\"translate(-0.5 -1.491)\"> <g id=\"Group_951\" data-name=\"Group 951\"> <path id=\"Path_1356\" data-name=\"Path 1356\" d=\"M20.063,6.538,11.175,2.093a.889.889,0,0,0-.8,0L1.491,6.538a.886.886,0,0,0-.4.412,1.1,1.1,0,0,0-.1.384v5.124a.89.89,0,0,0,1.778,0V8.647l1.778.711v4.358a.89.89,0,0,0,.492.8,11.458,11.458,0,0,0,5.73,1.706,11.464,11.464,0,0,0,5.73-1.706.891.891,0,0,0,.492-.8V9.358l3-1.2a.891.891,0,0,0,.067-1.621Zm-4.842,6.629-.867.433a8.033,8.033,0,0,1-7.155,0l-.867-.433v-3.1l4.114,1.646a.887.887,0,0,0,.331.062.871.871,0,0,0,.331-.063l4.114-1.646ZM10.777,9.931,4.057,7.242l6.721-3.359L17.5,7.242,10.777,9.931ZM1.889,14.444A.889.889,0,0,0,1,15.333V17.11a.889.889,0,0,0,1.778,0V15.333A.889.889,0,0,0,1.889,14.444Z\" stroke=\"#fff\" stroke-width=\"1\"/> </g></g></svg>',\r\n video: '<svg id=\"Group_890\" data-name=\"Group 890\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><defs><clipPath id=\"clip-path\"><rect id=\"Rectangle_1683\" data-name=\"Rectangle 1683\" width=\"16\" height=\"16\" fill=\"none\"/></clipPath></defs><g id=\"Group_889\" data-name=\"Group 889\" clip-path=\"url(#clip-path)\"> <path id=\"Path_1296\" data-name=\"Path 1296\" d=\"M8,16a8,8,0,1,1,8-8,8.009,8.009,0,0,1-8,8M8,.762A7.238,7.238,0,1,0,15.238,8,7.246,7.246,0,0,0,8,.762\" /> <path id=\"Path_1297\" data-name=\"Path 1297\" d=\"M6.912,11.431a.88.88,0,0,1-.549-.194c-.507-.38-.544-1.017-.618-2.284-.019-.333-.031-.66-.031-.953s.012-.62.031-.952c.074-1.268.111-1.9.617-2.286.574-.431,1.149-.08,2.02.449.22.133.433.27.619.4.212.149.444.329.678.519.854.7,1.369,1.116,1.369,1.869s-.515,1.171-1.367,1.867c-.236.192-.468.372-.682.521-.184.131-.4.267-.617.4a3.279,3.279,0,0,1-1.47.643M6.93,5.337a.18.18,0,0,0-.11.034c-.224.168-.258.752-.314,1.72-.018.317-.03.629-.03.909s.012.591.03.909c.056.967.09,1.551.315,1.72.145.108.436-.048,1.166-.491.2-.125.4-.25.575-.373.2-.141.417-.309.635-.488.81-.659,1.089-.906,1.089-1.277s-.28-.619-1.088-1.278c-.219-.178-.435-.346-.636-.487-.174-.123-.372-.249-.575-.373A3.108,3.108,0,0,0,6.93,5.337\" /></g></svg>',\r\n\r\n success: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><g id=\"success\" transform=\"translate(-268 -524)\"><g id=\"circle-check\" transform=\"translate(268 524)\"><path id=\"Path_1570\" data-name=\"Path 1570\" d=\"M0,0H24V24H0Z\" fill=\"none\"/><path id=\"Path_1571\" data-name=\"Path 1571\" d=\"M12,21.5A9.5,9.5,0,1,1,21.5,12,9.438,9.438,0,0,1,12,21.5ZM3.5,12A8.5,8.5,0,1,0,12,3.5,8.444,8.444,0,0,0,3.5,12Z\"/> <path id=\"Path_1572\" data-name=\"Path 1572\" d=\"M11.25,14.5h-.094a.75.75,0,0,1-.473-.168l-2.156-1.75a.75.75,0,0,1,.945-1.165l1.683,1.366L14.47,9.47A.75.75,0,1,1,15.53,10.53l-3.75,3.75A.75.75,0,0,1,11.25,14.5Z\"/></g></g></svg>',\r\n error: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><g id=\"Error\" transform=\"translate(-310 -524)\"><path id=\"Path_1570\" data-name=\"Path 1570\" d=\"M0,0H24V24H0Z\" transform=\"translate(310 524)\" fill=\"none\"/><path id=\"Path_1571\" data-name=\"Path 1571\" d=\"M12,21.5A9.5,9.5,0,1,1,21.5,12,9.438,9.438,0,0,1,12,21.5ZM3.5,12A8.5,8.5,0,1,0,12,3.5,8.444,8.444,0,0,0,3.5,12Z\" transform=\"translate(310 524)\" fill=\"#ff0a4d\"/><line id=\"Line_433\" data-name=\"Line 433\" x1=\"5\" y2=\"5\" transform=\"translate(319.5 533.5)\" fill=\"none\" stroke=\"#ff0a4d\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><line id=\"Line_434\" data-name=\"Line 434\" x2=\"5\" y2=\"5\" transform=\"translate(319.5 533.5)\" fill=\"none\" stroke=\"#ff0a4d\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></svg>',\r\n information: '<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.75 10.55V7.75M7.75 4.95H7.757M14.75 7.75C14.75 11.616 11.616 14.75 7.75 14.75C3.88401 14.75 0.75 11.616 0.75 7.75C0.75 3.88401 3.88401 0.75 7.75 0.75C11.616 0.75 14.75 3.88401 14.75 7.75Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',\r\n\r\n primaryPlay: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"100%\" height=\"100%\" viewBox=\"0 0 247.285 247.285\"><defs><clipPath id=\"clip-path\"><rect id=\"Rectangle_537\" data-name=\"Rectangle 537\" width=\"247.285\" height=\"247.285\" fill=\"#fff\"/></clipPath><linearGradient id=\"linear-gradient\" x1=\"0.5\" x2=\"0.5\" y2=\"1\" gradientUnits=\"objectBoundingBox\"><stop class=\"start-stop-color\" offset=\"0\" stop-color=\"\"/><stop class=\"middle-stop-color\" offset=\"0.661\" stop-color=\"\"/><stop class=\"end-stop-color\" offset=\"1\" stop-color=\"\"/></linearGradient></defs><g id=\"Group_944\" data-name=\"Group 944\" transform=\"translate(-508.407 -275.197)\"><g id=\"Group_770\" data-name=\"Group 770\" transform=\"translate(508.407 275.197)\" opacity=\"0.5\" style=\"mix-blend-mode: overlay;isolation: isolate\"><g id=\"Group_769\" data-name=\"Group 769\"><g id=\"Group_768\" data-name=\"Group 768\" clip-path=\"url(#clip-path)\"><path id=\"Path_975\" data-name=\"Path 975\" d=\"M2042.058,1095.954a123.643,123.643,0,1,1-123.643-123.643,123.643,123.643,0,0,1,123.643,123.643\" transform=\"translate(-1794.772 -972.311)\" fill=\"#fff\"/></g></g></g><path id=\"Path_976\" data-name=\"Path 976\" d=\"M2197.875,1288.733l-60.24-33.5a7.1,7.1,0,0,0-10.546,6.2v66.994a7.1,7.1,0,0,0,10.546,6.2l60.24-33.5a7.1,7.1,0,0,0,0-12.406\" transform=\"translate(-1519.037 -896.098)\" fill=\"url(#linear-gradient)\"/></g></svg>',\r\n\r\n hadrachaHierarchy: '<svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4 19L6.757 11.649C6.82844 11.4584 6.95632 11.2942 7.12357 11.1782C7.29082 11.0623 7.48948 11.0001 7.693 11H20M4 19H18.026C18.4913 18.9999 18.942 18.8375 19.3004 18.5409C19.6589 18.2443 19.9028 17.832 19.99 17.375L20.986 12.164C21.0098 12.0208 21.0022 11.8741 20.9636 11.7342C20.925 11.5943 20.8564 11.4644 20.7626 11.3536C20.6688 11.2429 20.5519 11.1539 20.4203 11.0928C20.2886 11.0317 20.1452 11.0001 20 11M4 19C3.46957 19 2.96086 18.7893 2.58579 18.4142C2.21071 18.0391 2 17.5304 2 17V6C2 5.46957 2.21071 4.96086 2.58579 4.58579C2.96086 4.21071 3.46957 4 4 4H8L11 7H18C18.5304 7 19.0391 7.21071 19.4142 7.58579C19.7893 7.96086 20 8.46957 20 9V11\" stroke-width=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',\r\n hadrachaHierarchyResource: '<svg width=\"16\" height=\"20\" viewBox=\"0 0 16 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.8644 1V5C9.8644 5.26522 9.96966 5.51957 10.157 5.70711C10.3444 5.89464 10.5985 6 10.8634 6H14.8596M9.8644 1H2.87113C2.3412 1 1.83298 1.21071 1.45827 1.58579C1.08356 1.96086 0.873047 2.46957 0.873047 3V17C0.873047 17.5304 1.08356 18.0391 1.45827 18.4142C1.83298 18.7893 2.3412 19 2.87113 19H12.8615C13.3914 19 13.8997 18.7893 14.2744 18.4142C14.6491 18.0391 14.8596 17.5304 14.8596 17V6M9.8644 1L14.8596 6M4.8692 15H10.8634M4.8692 11H10.8634\" stroke-width=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',\r\n link: '<svg width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.99151 9.25504C7.31542 9.68851 7.72868 10.0472 8.20326 10.3067C8.67783 10.5663 9.20261 10.7206 9.74201 10.7593C10.2814 10.798 10.8228 10.72 11.3295 10.5309C11.8362 10.3417 12.2963 10.0456 12.6786 9.66275L14.9414 7.39769C15.6283 6.6857 16.0085 5.7321 15.9999 4.74229C15.9913 3.75247 15.5946 2.80563 14.8954 2.1057C14.1962 1.40577 13.2503 1.00874 12.2615 1.00014C11.2727 0.991541 10.32 1.37205 9.60877 2.05971L8.31145 3.35079M10.0085 7.74496C9.68458 7.31149 9.27132 6.95281 8.79674 6.69327C8.32217 6.43373 7.79739 6.27939 7.25799 6.24072C6.71859 6.20205 6.17719 6.27995 5.67051 6.46915C5.16383 6.65835 4.70373 6.95441 4.32141 7.33725L2.05864 9.60231C1.37167 10.3143 0.99155 11.2679 1.00014 12.2577C1.00874 13.2475 1.40536 14.1944 2.10458 14.8943C2.80381 15.5942 3.74969 15.9913 4.73851 15.9999C5.72732 16.0085 6.67996 15.628 7.39123 14.9403L8.681 13.6492\" stroke-width=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',\r\n messagePlus: '<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ><g clip - path=\"url(#clip0_17_2752)\"><path d=\"M8 9H16\" stroke - linecap=\"round\" stroke - linejoin=\"round\"/>< path d=\"M8 13H14\" stroke- linecap=\"round\" stroke - linejoin=\"round\" /> <path d=\"M12.01 18.594L8 21V18H6C5.20435 18 4.44129 17.6839 3.87868 17.1213C3.31607 16.5587 3 15.7956 3 15V7C3 6.20435 3.31607 5.44129 3.87868 4.87868C4.44129 4.31607 5.20435 4 6 4H18C18.7956 4 19.5587 4.31607 20.1213 4.87868C20.6839 5.44129 21 6.20435 21 7V12.5\" stroke - linecap=\"round\" stroke - linejoin=\"round\" /> <path d=\"M16 19H22\" stroke - linecap=\"round\" stroke - linejoin=\"round\" /> <path d=\"M19 16V22\" stroke - linecap=\"round\" stroke - linejoin=\"round\" /> </g>< defs ><clipPath id=\"clip0_17_2752\" ><rect width=\"24\" height = \"24\" fill =\"white\" /></clipPath> </defs> </svg>',\r\n}","export const system = {\r\n college: \"college\",\r\n herum: \"herum\",\r\n hadracha: \"hadracha\"\r\n};","export const validatorsNames = {\r\n invalidIDNumber: 'invalidIDNumber',\r\n isUniqueIdValidator: 'isUniqueIdValidator',\r\n pattern: 'pattern',\r\n required: 'required'\r\n};","export const regexExpressions = {\r\n digitsOnly: /^[0-9]*$/,\r\n templateInterpolation: /{{(.+?)}}/g,\r\n sevenDigitsLength: /^\\d{7}$/,\r\n militaryIdLength: /^\\d{7,9}$/,\r\n curlyBraces: /{ }/g,\r\n squareBrackets: /\\[(.*?)\\]/,\r\n chromeVersion: /Chrome\\/(\\d+)\\./,\r\n fullDateTime: /^\\d{2}\\/\\d{2}\\/\\d{4} \\d{2}:\\d{2}:\\d{2}$/,\r\n fullRangeDateTime: /^\\d{2}\\/\\d{2}\\/\\d{4} \\d{2}:\\d{2}:\\d{2}-\\d{2}\\/\\d{2}\\/\\d{4} \\d{2}:\\d{2}:\\d{2}$/,\r\n rangeDateTimeWithoutSeconds: /^\\d{2}\\/\\d{2}\\/\\d{4} \\d{2}:\\d{2}-\\d{2}\\/\\d{2}\\/\\d{4} \\d{2}:\\d{2}$/,\r\n dateTimeWithoutSeconds: /^\\d{2}\\/\\d{2}\\/\\d{4} \\d{2}:\\d{2}$/,\r\n chromeVersionRegex: /Chrome\\/([0-9.]+)/,\r\n removeSpacesRegex: /\\s+/g,\r\n phoneNumberTenDigits: /^\\d{10}$/\r\n}","export const tableRowHeights = {\r\n switchCell: 40,\r\n doubleLines: 60,\r\n default: 25\r\n}","import { DialogConfig } from 'herum-shared/herum-types';\r\n\r\nexport const dialogsSubmitActionButtons = {\r\n save: 'שמור',\r\n approve: 'אשר',\r\n delete: 'מחק',\r\n add: 'הוסף',\r\n submit: 'הגש',\r\n pageNavigation: 'צא מהדף'\r\n};\r\n\r\nexport const dialogsCloseActionButtons = {\r\n pageNavigation: 'הישאר'\r\n};\r\n\r\nexport const dialogsTitles = {\r\n serverError: 'התרחשה שגיאה בשרת',\r\n userError: 'באסה...',\r\n cancelAttachedCollections: 'ביטול שיוך מארזים',\r\n\r\n attachCollections: 'שיוך מארזי למידה לכל המשתמשים',\r\n\r\n deleteResources: 'מחיקת משאבים',\r\n deleteResource: 'מחיקת משאב',\r\n deleteCollegeResource: 'מחיקת תיק יישום',\r\n\r\n deleteCollection: 'מחיקת מארז',\r\n\r\n addResource: 'הוספת משאב חדש',\r\n addUser: 'הוספת משתמש',\r\n\r\n editResource: 'עריכת משאב',\r\n updateResources: 'עדכון משאבים',\r\n editUser: 'עריכת משתמש',\r\n editTeacher: 'עריכת מורה',\r\n editStudent: 'עריכת חניך',\r\n\r\n editCollectionPriority: 'שינוי עדיפות למארז',\r\n editCollection: 'עריכת מארז למידה',\r\n editCollections: 'עריכת מארזים למשתמש',\r\n\r\n deleteGroups: 'מחיקת קבוצות',\r\n\r\n timeoutError: 'הבקשה כבדה מידי',\r\n\r\n pageNavigation: 'יציאה מהדף',\r\n quizSubmission: 'הגשת מבחן',\r\n notAuthorized: 'אין גישה',\r\n addExistingUser: 'אדם זה כבר משוייך',\r\n addedStructWithExistingUsers: 'שיוך גוף עם אנשים קיימים',\r\n resetQuiz: 'איפוס המבחן לחניך',\r\n removeUserFromPage: 'הסרת יוזר מעמוד',\r\n removeUserFromStruct: 'הסרת יוזר מגוף',\r\n};\r\n\r\nexport const dialogsDescriptions = {\r\n defaultInsurance: 'האם הינך בטוח כי ברצונך לבצע שינוים אלו?',\r\n unsavedChanges: 'האם הינך בטוח כי ברצונך לצאת? השינויים שבוצעו לא ישמרו',\r\n serverError: 'נראה שנתקלנו בתקלה, יש לנסות לרענן את הדף',\r\n timeoutError: 'הרגת אותנו... יש לנסות בקשה פשוטה יותר',\r\n criticalServerError: 'נראה שנתקלנו בתקלה, יש לבצע התחברות מחדש',\r\n forbiddenServerError: 'נראה שאין לך הרשאות לביצוע פעולה זו. ',\r\n cancelAttachedCollections: 'האם אתה בטוח שברצונך למחוק מארזים אלו ממשתמשים נבחרים?',\r\n attachCollections: 'האם את\\ה בטוח\\ה שברצונך לשייך את המארזים למשתמשים הנבחרים?',\r\n editCollectionPriority: 'האם את/ה בטוח/ה שברצונך לשנות את עדיפות המארז הנבחר?',\r\n deleteResources: 'האם את/ה בטוח/ה שברצונך למחוק משאבים אלו?',\r\n deleteResource: 'האם את/ה בטוח/ה שברצונך למחוק משאב זה?',\r\n deleteCollegeResource: 'האם את/ה בטוח/ה שברצונך למחוק תיק יישום זה?',\r\n updateMicroResourcesOpeningTime: 'האם ברצונך לעדכן את זמני הפתיחה של כלל המשאבים לזמני פתיחת המטלה?',\r\n\r\n editUser: 'האם את/ה בטוח/ה שברצונך לערוך משתמש זה?',\r\n\r\n deleteGroups: 'האם אתה בטוח שברצונך למחוק קבוצות אלו?',\r\n deleteCollection: 'האם את/ה בטוח/ה שברצונך למחוק מארז זה?',\r\n deleteLastResource: 'האם את/ה בטוח/ה שברצונך למחוק משאב זה ? המחיקה תוביל למחיקת המארז',\r\n addExistingUser: 'האם תרצה להחליף את התפקיד שלו לתפקיד זה?',\r\n addedStructWithExistingUsers: 'חלק מהאנשים ששייכת מהגוף כבר משוייכים לעמוד',\r\n quizPartialSubmission: 'לתשומת ליבך חלק מהשאלות לא נענו במלואן. האם ברצונך להמשיך ולהגיש את המבחן?',\r\n notAuthorized: 'איי איי איי, אין לך גישה לעמוד הזה',\r\n resetQuiz: 'איפוס המבחן לחניך ימחק את כל התשובות והציון. לא ניתן יהיה לשחזר מידע זה לאחר האיפוס.',\r\n removeUserFromPage: 'הסרת המשתמש מהעמוד תמחק את כל הנתונים שלו- כולל נתוני המבחנים אם ישנם, באופן שאינו ניתן לשחזור. האם למחוק את המשתמש?',\r\n removeUserFromStruct: 'הסרת המשתמש מהגוף תמחק את כל הנתונים שלו באופן שאינו ניתן לשחזור. האם למחוק את המשתמש?'\r\n};\r\n\r\nexport const dialogsNotes = {\r\n resetQuiz: '*שימו לב: אם מועד המענה למבחן הסתיים, יש לעדכן את הרשאת מענה לחניך.'\r\n};\r\n\r\nexport const insuranceDialogPageNavigationData: DialogConfig = {\r\n title: dialogsTitles.pageNavigation, description: dialogsDescriptions.unsavedChanges, submitActionButton: dialogsSubmitActionButtons.pageNavigation,\r\n closeActionButton: dialogsCloseActionButtons.pageNavigation\r\n};","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"herum-shared-constants.mjs","sources":["../../../projects/herum-shared/constants/assignmentMetadata.ts","../../../projects/herum-shared/constants/common-keys.ts","../../../projects/herum-shared/constants/common-values.ts","../../../projects/herum-shared/constants/date-placeholders.ts","../../../projects/herum-shared/constants/defaultAuthorizationObject.ts","../../../projects/herum-shared/constants/defaultTrackTextChangesStyle.ts","../../../projects/herum-shared/constants/uploads-manager.ts","../../../projects/herum-shared/constants/toasts.ts","../../../projects/herum-shared/constants/error-headers.ts","../../../projects/herum-shared/constants/files-mimes.ts","../../../projects/herum-shared/constants/files-suffixes.ts","../../../projects/herum-shared/constants/general-errors.ts","../../../projects/herum-shared/constants/images-paths.ts","../../../projects/herum-shared/constants/initialMediaSettings.ts","../../../projects/herum-shared/constants/resourceFileTypes.ts","../../../projects/herum-shared/constants/resourceTypes.ts","../../../projects/herum-shared/constants/routes.ts","../../../projects/herum-shared/constants/sign-up-form-field.ts","../../../projects/herum-shared/constants/socketUpdateKeys.ts","../../../projects/herum-shared/constants/svgs-strings.ts","../../../projects/herum-shared/constants/system.ts","../../../projects/herum-shared/constants/validators-names.ts","../../../projects/herum-shared/constants/regex-expressions.ts","../../../projects/herum-shared/constants/table-row-heights.ts","../../../projects/herum-shared/constants/dialogs-data.ts","../../../projects/herum-shared/constants/time-constants.ts","../../../projects/herum-shared/constants/herum-shared-constants.ts"],"sourcesContent":["\r\nexport const assignmentMetadata = {\r\n state: 0,\r\n name: 'שיבוץ זמני'\r\n }","import { SignUpField } from 'herum-shared/herum-types';\r\n\r\nexport const collectionFormKeys = {\r\n files: 'files',\r\n name: 'name',\r\n description: 'description',\r\n subjects: 'subjects',\r\n isPublic: 'isPublic',\r\n groupsPermissions: 'groupsPermissions',\r\n groupsViewPermissions: 'groupsViewPermissions',\r\n tags: 'tags'\r\n};\r\n\r\nexport const collectionFormValues = {\r\n public: 'ציבורי',\r\n private: 'פרטי'\r\n};\r\n\r\n\r\nexport const resourceKeys = {\r\n previewImage: 'previewImage',\r\n minimumGradeToPass: 'minimumGradeToPass',\r\n isIncludedInAverageGrade: 'isIncludedInAverageGrade'\r\n};\r\n\r\nexport const resourceFormKeys = {\r\n title: 'title',\r\n resourceType: 'resourceType',\r\n description: 'description',\r\n files: 'files',\r\n positionInCollection: 'positionInCollection',\r\n exercise: 'exercise'\r\n};\r\n\r\nexport const generalKeys = {\r\n id: 'id',\r\n subjects: 'subjects',\r\n newFileRequest: 'newFileRequest',\r\n file: 'file',\r\n additionalFiles: 'additionalFiles',\r\n resourceFile: 'resourceFile',\r\n ids: 'ids',\r\n resourceType: 'resourceType',\r\n groups: 'groups',\r\n quiz: 'quiz',\r\n request: 'request',\r\n newValue: 'NEW_VALUE',\r\n storyPrefix: 'story/'\r\n};\r\n\r\nexport const types = {\r\n string: 'string',\r\n object: 'object',\r\n number: 'number',\r\n boolean: 'boolean',\r\n function: 'function'\r\n}\r\n\r\nexport const inputs = {\r\n resource: 'resource',\r\n collection: 'collection',\r\n resourceSubscriptions: 'resourceSubscriptions'\r\n}\r\n\r\nexport const readynessDisplayName = {\r\n high: 'גבוהה',\r\n medium: 'בינונית',\r\n low: 'נמוכה'\r\n};\r\n\r\nexport const signUpFormKeys = {\r\n firstName: 'firstName',\r\n lastName: 'lastName',\r\n personalId: 'personalId',\r\n militaryId: 'militaryId',\r\n groups: 'groups',\r\n referringUser: 'referringUser',\r\n militaryStatus: 'militaryStatus',\r\n gender: 'gender',\r\n civilProfession: 'civilProfession',\r\n sections: 'sections',\r\n sagahs: 'sagahs',\r\n subjectAreas: 'subjectAreas',\r\n phoneNumber: 'phoneNumber',\r\n militaryEmail: 'militaryEmail'\r\n} as const;\r\n\r\nexport const signUpFormFields: Record<keyof typeof signUpFormKeys, SignUpField> = \r\n(Object.keys(signUpFormKeys) as Array<keyof typeof signUpFormKeys>).reduce(\r\n (resultObject, currentKey) => {\r\n resultObject[currentKey] = {\r\n field: signUpFormKeys[currentKey],\r\n showSeparator: false,\r\n };\r\n return resultObject;\r\n },\r\n {} as Record<keyof typeof signUpFormKeys, SignUpField>\r\n);\r\n\r\nexport const formsErrorMessages = {\r\n requiredField: 'שדה חובה למילוי',\r\n personalIdIsUsed: 'מספר תעודת הזהות הינו בשימוש',\r\n militaryIdIsUsed: 'המספר אישי הינו בשימוש',\r\n notValidPersonalId: 'תעודת זהות לא תקינה',\r\n notValidMilitarylId: 'מספר אישי לא תקין'\r\n};\r\n\r\nexport const formStatuses = {\r\n valid: 'VALID',\r\n invalid: 'INVALID',\r\n disabled: 'DISABLED',\r\n pending: 'PENDING'\r\n};\r\n\r\nexport const defaultPlaceholder: string = 'הקלד/י...';\r\n\r\nexport const attributes = {\r\n preventMacroKeysPressEvent: 'prevent-macro-keys-press-event',\r\n contenteditable: 'contenteditable'\r\n};\r\n\r\nexport const keyboardAsciiCodes: { [key: string]: number } = {\r\n space: 32,\r\n right: 39,\r\n clear: 12,\r\n left: 37,\r\n insert: 45,\r\n home: 36,\r\n pageUp: 33,\r\n end: 35,\r\n pageDown: 34,\r\n arrowDown: 40\r\n};\r\n\r\nexport const sideBarSizeButtonId: string = 'side-bar-size-button';\r\n\r\nexport const previewImageKey: string = 'previewImage';\r\n\r\nexport const defaultGrade: number = -1;\r\n\r\nexport const anySubFileTypeWildCard: string = '/*';","export const defaultUserId = '1';","export const datePlaceHolder: string = 'dd/mm/yyyy';\r\nexport const timePlaceHolder: string = 'hh:mm:ss';\r\nexport const timeWithoutSecondsPlaceHolder: string = 'hh:mm';\r\n\r\nexport const dateTimePlaceHolder: string = `${datePlaceHolder} ${timePlaceHolder}`;\r\nexport const dateTimeWithoutSecondsPlaceHolder: string = `${datePlaceHolder} ${timeWithoutSecondsPlaceHolder}`;\r\n\r\nexport const dateRangePlaceHolder: string = `${datePlaceHolder}-${datePlaceHolder}`;\r\n\r\nexport const dateRangeTimeRangePlaceHolder: string = `${dateTimePlaceHolder}-${dateTimePlaceHolder}`;\r\nexport const dateRangeTimeRangeWithoutSecondsPlaceHolder: string = `${dateTimeWithoutSecondsPlaceHolder}-${dateTimeWithoutSecondsPlaceHolder}`;","import { BackendMicroResourceAuthorization } from 'herum-shared/herum-types';\r\nimport { microResourceAuthorizationType } from 'herum-shared/herum-types';\r\nimport { cloneDeep } from 'lodash';\r\n\r\nexport const resourceIdPlaceholder = \"$resourceId\"\r\nexport const defaultCloseTime = new Date('01-01-2999');\r\nexport const defaultOpenTime = new Date('01-01-1999');\r\n\r\nconst openStatus = {\r\n openingTime: new Date(),\r\n closingTime: defaultCloseTime,\r\n authorizationDisplayText: 'פתוח',\r\n collectionItemType: undefined\r\n};\r\n\r\nconst closeStatus = {\r\n openingTime: defaultOpenTime,\r\n closingTime: defaultOpenTime,\r\n authorizationDisplayText: 'סגור',\r\n collectionItemType: undefined\r\n};\r\n\r\nexport const defaultAuthorizationObject = {\r\n view(): BackendMicroResourceAuthorization {\r\n return cloneDeep({\r\n propertyPath: `ResourceSubscriptions[${resourceIdPlaceholder}]`,\r\n authorizationType: microResourceAuthorizationType.view,\r\n ...openStatus\r\n })\r\n },\r\n edit(): BackendMicroResourceAuthorization {\r\n return cloneDeep({\r\n propertyPath: `ResourceSubscriptions[${resourceIdPlaceholder}]`,\r\n authorizationType: microResourceAuthorizationType.update,\r\n ...closeStatus\r\n })\r\n },\r\n fill(): BackendMicroResourceAuthorization {\r\n return cloneDeep({\r\n propertyPath: `ResourceSubscriptions[${resourceIdPlaceholder}]`,\r\n authorizationType: microResourceAuthorizationType.fill,\r\n ...openStatus\r\n })\r\n },\r\n resourceGrade(): BackendMicroResourceAuthorization {\r\n return cloneDeep({\r\n propertyPath: `ResourceSubscriptions[${resourceIdPlaceholder}].Grade.Grade`,\r\n authorizationType: microResourceAuthorizationType.view,\r\n ...closeStatus\r\n })\r\n },\r\n questionGrade(): BackendMicroResourceAuthorization {\r\n return cloneDeep({\r\n propertyPath: `ResourceSubscriptions[${resourceIdPlaceholder}].QuizData.UserQuestionsData[].Grade`,\r\n authorizationType: microResourceAuthorizationType.view,\r\n ...closeStatus\r\n })\r\n },\r\n areAnswersCorrect(): BackendMicroResourceAuthorization {\r\n return cloneDeep({\r\n propertyPath: `ResourceSubscriptions[${resourceIdPlaceholder}].QuizData.UserQuestionsData[].AreAnswersCorrect`,\r\n authorizationType: microResourceAuthorizationType.view,\r\n ...closeStatus\r\n })\r\n }\r\n ,\r\n answerNotes(): BackendMicroResourceAuthorization {\r\n return cloneDeep({\r\n propertyPath: `ResourceSubscriptions[${resourceIdPlaceholder}].QuizData.UserQuestionsData[].AnswerNotes[]`,\r\n authorizationType: microResourceAuthorizationType.view,\r\n ...closeStatus\r\n })\r\n },\r\n isCorrect(): BackendMicroResourceAuthorization {\r\n return cloneDeep({\r\n propertyPath: `[${resourceIdPlaceholder}].Quiz.Questions[].Answers[].IsCorrect`,\r\n authorizationType: microResourceAuthorizationType.view,\r\n ...closeStatus,\r\n collectionItemType: 'Resources'\r\n })\r\n }\r\n};\r\n\r\nexport function getQuizDefaultAuthorizations(): BackendMicroResourceAuthorization[] {\r\n return [defaultAuthorizationObject.view(), defaultAuthorizationObject.fill(), ...getPublishAuthorization()];\r\n}\r\n\r\nexport function getPublishAuthorization(): BackendMicroResourceAuthorization[] {\r\n return [defaultAuthorizationObject.resourceGrade(), defaultAuthorizationObject.questionGrade(), defaultAuthorizationObject.areAnswersCorrect(), defaultAuthorizationObject.answerNotes(), defaultAuthorizationObject.isCorrect()]\r\n}\r\n\r\nexport function getMediaDefaultAuthorizations(): BackendMicroResourceAuthorization[] {\r\n return [defaultAuthorizationObject.view(), defaultAuthorizationObject.edit()];\r\n}\r\n\r\nexport function getPropertyPathsOfPublishAuthorization(): string[] {\r\n return ([defaultAuthorizationObject.resourceGrade().propertyPath, defaultAuthorizationObject.questionGrade().propertyPath,\r\n defaultAuthorizationObject.areAnswersCorrect().propertyPath, defaultAuthorizationObject.answerNotes().propertyPath, defaultAuthorizationObject.isCorrect().propertyPath]);\r\n}\r\n\r\nexport const viewPermissionLabel: string = 'צפייה';","\r\nexport const defaultTrackTextChangesStyle = {\r\n ins: 'color: #FF0A4D; font-weight: bold; text-decoration: none',\r\n del: 'color: #FF0A4D;',\r\n commentMarker: 'position: relative;',\r\n tooltip: 'display:none; position: fixed; background: white; color: black; padding: 10px; border-radius: 8px; box-shadow: 0px 2px 4px rgba(0,0,0,0.3); z-index: 1000; overflow-y: auto; max-height:400px',\r\n tooltipText: 'width: 64%; margin: 0 0 5px 0',\r\n tooltipButtonsContainer: 'display: flex; justify-content: space-between; height: fit-content;'\r\n};","import { UploadProgressStatus, UploadProgressType } from 'herum-shared/herum-types';\r\n\r\nexport const uploadsProgressMetadataTypes: { [uploadsProgressMetadataType: string]: UploadProgressType } = {\r\n story: 'story',\r\n pdf: 'pdf',\r\n video: 'video',\r\n quiz: 'quiz',\r\n exercise: 'exercise',\r\n genericFile: 'genericFile',\r\n image: 'image',\r\n collection: 'collection'\r\n};\r\n\r\nexport const uploadStatuses: { [uploadsProgressStatus: string]: UploadProgressStatus } = {\r\n success: 'success',\r\n error: 'error',\r\n loading: 'loading',\r\n idle:'idle'\r\n};\r\n\r\nexport const defaultUploadsManagerTitle: string = 'העלאות למערכת';\r\n\r\nexport const uploadsManagerKeys = {\r\n dependentIdHeader: 'Dependent-Id',\r\n reportUploadProgressIdHeader: 'Report-Upload-Progress-Id',\r\n uploadsManagerTitleHeader: 'Uploads-Manager-Title',\r\n commonDependentsIdHeader: 'Common-Dependents-Id',\r\n numberOfObservableArrowFunctionsHeader: 'Number-Of-Observable-Arrow-Functions',\r\n\r\n dependentId: 'dependentId',\r\n reportUploadProgressId: 'reportUploadProgressId',\r\n uploadsManagerTitle: 'uploadsManagerTitle',\r\n commonDependentsId: 'commonDependentsId',\r\n numberOfObservableArrowFunctions: 'numberOfObservableArrowFunctions',\r\n\r\n resourceUpload: 'העלאת משאב',\r\n collectionUpload: 'העלאת מארז',\r\n fileUpload: 'העלאת קובץ',\r\n megaBytes: 'מגה בייט',\r\n bytes: 'בייט',\r\n defaultUploadsManagerTitle: defaultUploadsManagerTitle,\r\n file: 'קובץ',\r\n resource: 'משאב',\r\n collection: 'מארז',\r\n};","import { ToastContext, ToastState, ToastStatus, ToastTemplate } from 'herum-shared/herum-types';\r\nimport { HttpHeaders } from \"@angular/common/http\";\r\nimport { MongoUpdates } from 'herum-shared/environment';\r\nimport { AuthenticationPaths } from 'herum-shared/environment';\r\n\r\nexport const toastsTemplatesKeys: { [key: string]: string } = {\r\n chromeBrowserVersion: 'chromeBrowserVersion',\r\n addOrUpdateNotebookSuccess: 'addOrUpdateNotebookSuccess',\r\n addOrUpdateNotebookError: 'addOrUpdateNotebookError'\r\n};\r\n\r\nexport const toastStatuses: { [toastStatus: string]: ToastStatus } = {\r\n success: 'success',\r\n error: 'error',\r\n information: 'information'\r\n};\r\n\r\nexport const getSignUpMethod = (authenticationPaths: AuthenticationPaths) => {\r\n const signUpRoutesParts = authenticationPaths.signUp.split('/');\r\n return signUpRoutesParts[signUpRoutesParts.length - 1];\r\n}\r\n\r\nexport const toastStates: { [toastState: string]: ToastState } = {\r\n preEnter: 'pre-enter',\r\n enter: 'enter'\r\n};\r\n\r\nexport const getMongoMethodsDisplayedNamesMap = (mongoUpdates: MongoUpdates, authenticationPaths: AuthenticationPaths): { [key: string]: string } => ({\r\n [mongoUpdates.Methods.Attach]: 'שיוך',\r\n [mongoUpdates.Methods.Create]: 'יצירה',\r\n [mongoUpdates.Methods.AddOrUpdate]: 'עדכון',\r\n [mongoUpdates.Methods.Basic]: 'עדכון',\r\n [mongoUpdates.Methods.Delete]: 'מחיקה',\r\n [mongoUpdates.Submethods.Duplicate]: 'שכפול',\r\n [mongoUpdates.Methods.ListItemDeletion]: 'מחיקה',\r\n [getSignUpMethod(authenticationPaths)]: 'הרשמה'\r\n});\r\n\r\nexport const statusCodes: { [key: string]: (wordToReplace: string) => string } =\r\n{\r\n 'genericError': (wordToReplace: string) => `פעולת ${wordToReplace} נכשלה. אנא בצעו את הפעולה פעם נוספת`,\r\n '401': (wordToReplace: string) => `פעולת ${wordToReplace} נכשלה. אנא התחבר לאתר מחדש.`,\r\n '403': (wordToReplace: string) => `פעולת ${wordToReplace} נכשלה. נראה שאין לך הרשאות לביצוע פעולה זו.`,\r\n '504': (wordToReplace: string) => `פעולת ${wordToReplace} נכשלה, יש לבצע פעולה פשוטה יותר.`\r\n};\r\n\r\nexport const toastContext: ToastContext =\r\n{\r\n title: (wordToReplace: string) => `פעולת ${wordToReplace}`,\r\n error: (wordToReplace: string) => `פעולת ${wordToReplace} נכשלה. אנא בצעו את הפעולה פעם נוספת.`,\r\n success: (wordToReplace: string) => `פעולת ${wordToReplace} הושלמה בהצלחה!`,\r\n statusCodes\r\n};\r\n\r\nexport const toastsKeys: { [key: string]: string } = {\r\n skipToastHeader: 'Skip-Toast',\r\n skipToast: 'skipToast'\r\n};\r\n\r\nexport const skipToastHeader: HttpHeaders = new HttpHeaders().set(toastsKeys.skipToastHeader, 'true');\r\n\r\nexport const getToastsTemplates = (mongoUpdates: MongoUpdates, authenticationPaths: AuthenticationPaths): { [key: string]: ToastTemplate } => {\r\n\r\n const mongoMethodsDisplayedNamesMap = getMongoMethodsDisplayedNamesMap(mongoUpdates, authenticationPaths);\r\n return ({\r\n [toastsTemplatesKeys.chromeBrowserVersion]: {\r\n title: 'גרסאת כרום',\r\n information: 'לתשומת ליבך, ביה\"ס הדיגיטלי עובד הכי טוב בגרסאות כרום 97 ומעלה.'\r\n },\r\n [toastsTemplatesKeys.addOrUpdateNotebookSuccess]: {\r\n title: `פעולת ${mongoMethodsDisplayedNamesMap[mongoUpdates.Methods.AddOrUpdate]} מחברת`,\r\n success: `פעולת ${mongoMethodsDisplayedNamesMap[mongoUpdates.Methods.AddOrUpdate]} מחברת הצליחה`\r\n },\r\n [toastsTemplatesKeys.addOrUpdateNotebookError]: {\r\n title: `פעולת ${mongoMethodsDisplayedNamesMap[mongoUpdates.Methods.AddOrUpdate]} מחברת`,\r\n error: `פעולת ${mongoMethodsDisplayedNamesMap[mongoUpdates.Methods.AddOrUpdate]} מחברת נכשלה`\r\n },\r\n [toastsTemplatesKeys.hadrachaToolBarError]: {\r\n title: `פעולת סרגל כלים`,\r\n error: `יש לבחור משאבים לפני ביצוע הפעולה.`\r\n }\r\n })\r\n};","\r\nimport { uploadsManagerKeys } from './uploads-manager';\r\nimport { toastsKeys } from './toasts';\r\n\r\nexport const errorHeadersToSet: { [key: string]: string } = {\r\n [uploadsManagerKeys.numberOfObservableArrowFunctions]: uploadsManagerKeys.numberOfObservableArrowFunctionsHeader,\r\n [uploadsManagerKeys.commonDependentsId]: uploadsManagerKeys.commonDependentsIdHeader,\r\n [uploadsManagerKeys.dependentId]: uploadsManagerKeys.dependentIdHeader,\r\n [uploadsManagerKeys.reportUploadProgressId]: uploadsManagerKeys.reportUploadProgressIdHeader,\r\n [toastsKeys.skipToast]: toastsKeys.skipToastHeader\r\n};","export const videoPreviewSupportedMimes = ['mp4', 'webm', 'ogg'];\r\nexport const audioPreviewSupportedMimes = ['mpeg', 'wav', 'x-wav', 'ogg'];\r\nexport const audioAndVideoPreviewSupportedMimes = [...new Set([...videoPreviewSupportedMimes, ...audioPreviewSupportedMimes])];","import { uploadsProgressMetadataTypes } from './uploads-manager';\r\n\r\nexport const filesSuffixes: { [key: string]: string[] } = {\r\n [uploadsProgressMetadataTypes.image]: ['jpg', 'jpeg', 'png', 'gif', 'bmp', 'tiff', 'psd', 'svg', 'webp'],\r\n [uploadsProgressMetadataTypes.pdf]: ['pdf'],\r\n [uploadsProgressMetadataTypes.video]: ['video', 'mp4', 'mkv', 'avi', 'mov', 'wmv', 'flv', '3gp', 'webm']\r\n};\r\n\r\nexport const resourcesFilesSuffixes = {\r\n Story: '/story.html',\r\n Pdf: '.pdf',\r\n Video: '.mp4',\r\n Presentation: '.pptx'\r\n}\r\n\r\nexport const videoPreviewSupportedSuffixes = ['.mp4', '.webm', '.ogg'];\r\nexport const audioPreviewSupportedSuffixes = ['.mp3', '.wav', , '.ogg'];\r\nexport const audioAndVideoPreviewSupportedSuffixes = [...new Set([...videoPreviewSupportedSuffixes, ...audioPreviewSupportedSuffixes])];","export const timestampError: string = 'הערך שהוזן אינו תקין'; \r\nexport const formatError: string = 'הפורמט אינו תקין'; \r\nexport const minDateError: string = 'בחר/י תאריך מעל התאריך המינימאלי'; \r\nexport const startEndDateError: string = 'בחירת תאריכים אינה תקינה'; \r\n","export const activeDragPath: string = 'assets/shared/icons/active-drag.svg';\r\nexport const dragPath: string = 'assets/shared/icons/drag.svg';\r\n\r\nexport const maleAvatarPath: string = 'assets/shared/icons/maleAvatar.svg';\r\nexport const femaleAvatarPath: string = 'assets/shared/icons/femaleAvatar.svg';","export const initialMediaSettings = {\r\n currentTime: 0,\r\n isPlaying: false,\r\n playbackSpeed: 1,\r\n id: null\r\n};","export const resourceFileTypes = {\r\n directory: 'Directory'\r\n};","export const resourceTypes = {\r\n story: 'Story',\r\n pdf: 'Pdf',\r\n quiz: 'Quiz',\r\n exercise: 'Exercise',\r\n video: 'Video',\r\n learningUnit: 'learningUnit'\r\n};","export const routes = {\r\n login: 'login',\r\n catalog: 'catalog'\r\n};","import { formsErrorMessages, signUpFormKeys } from \"./common-keys\";\r\nexport const herumClosedListMultiSelectType = 'herum-closed-list-multi-select';\r\n\r\nexport const signUpFormFieldsData = [\r\n\r\n {\r\n name: signUpFormKeys.personalId,\r\n label: 'תעודת זהות',\r\n type: 'herum-input-field',\r\n typeInput: 'numeric-text',\r\n placeholder: 'הקלד/י מספר תעודת זהות...'\r\n },\r\n {\r\n name: signUpFormKeys.militaryId,\r\n label: 'מספר אישי',\r\n type: 'herum-input-field',\r\n typeInput: 'numeric-text',\r\n placeholder: 'הקלד/י מספר אישי...'\r\n }, {\r\n name: signUpFormKeys.firstName,\r\n label: 'שם פרטי',\r\n type: 'herum-input-field',\r\n typeInput: 'text',\r\n errorMsg: formsErrorMessages.requiredField,\r\n placeholder: 'הקלד/י שם פרטי...'\r\n },\r\n {\r\n name: signUpFormKeys.lastName,\r\n label: 'שם משפחה',\r\n type: 'herum-input-field',\r\n typeInput: 'text',\r\n errorMsg: formsErrorMessages.requiredField,\r\n placeholder: 'הקלד/י שם משפחה...'\r\n },\r\n {\r\n name: signUpFormKeys.militaryStatus,\r\n label: '',\r\n type: 'herum-radio-button',\r\n options: [{ name: 'סדיר', id: 'sadir' }, { name: 'מילואים', id: 'miluim' }]\r\n },\r\n {\r\n name: signUpFormKeys.civilProfession,\r\n label: 'מקצוע אזרחי',\r\n type: 'herum-closed-list-select',\r\n size: 'responsive',\r\n dropDownDirection: 'downwards'\r\n },\r\n {\r\n name: signUpFormKeys.sections,\r\n label: 'שיוך לזירות',\r\n type: herumClosedListMultiSelectType,\r\n closedListName: 'sections',\r\n size: 'responsive',\r\n dropDownDirection: 'downwards'\r\n },\r\n {\r\n name: signUpFormKeys.sagahs,\r\n label: 'שיוך לסג\"חים',\r\n type: herumClosedListMultiSelectType,\r\n closedListName: 'sagah',\r\n size: 'responsive',\r\n dropDownDirection: 'downwards'\r\n },\r\n {\r\n name: signUpFormKeys.subjectAreas,\r\n label: 'שיוך לתחומים',\r\n type: herumClosedListMultiSelectType,\r\n closedListName: 'subjectArea',\r\n size: 'responsive',\r\n dropDownDirection: 'downwards'\r\n },\r\n {\r\n name: signUpFormKeys.groups,\r\n label: 'שיוך לקבוצות',\r\n type: 'herum-multi-select',\r\n options: [],\r\n size: 'responsive',\r\n dropDownDirection: 'downwards'\r\n },\r\n {\r\n name: signUpFormKeys.referringUser,\r\n label: 'למי הגעת?',\r\n type: 'herum-input-field',\r\n typeInput: 'text',\r\n errorMsg: formsErrorMessages.requiredField,\r\n disabled: false\r\n },\r\n {\r\n name: signUpFormKeys.phoneNumber,\r\n label: 'טלפון נייד',\r\n type: 'herum-input-field',\r\n typeInput: 'text',\r\n errorMsg: 'טלפון לא תקין',\r\n placeholder: 'הקלד/י מספר טלפון נייד...'\r\n },\r\n {\r\n name: signUpFormKeys.militaryEmail,\r\n label: 'מייל צבאי',\r\n type: 'herum-input-field',\r\n typeInput: 'email',\r\n errorMsg: 'מייל לא תקין',\r\n placeholder: 'הקלד/י כתובת מייל צבאית...'\r\n },\r\n {\r\n name: signUpFormKeys.gender,\r\n label: '',\r\n type: 'herum-radio-button',\r\n options: [{ name: 'זכר', id: 0, }, { name: 'נקבה', id: 1 }]\r\n },\r\n];\r\n\r\nexport function getSignUpFormFieldsByFields(fieldNames: string[]) {\r\n const filteredSignUpFormFields = signUpFormFieldsData.filter(field => fieldNames.includes(field.name));\r\n\r\n filteredSignUpFormFields.forEach((field, index) => {\r\n if (field.dropDownDirection && (index + 1) > filteredSignUpFormFields.length - 2)\r\n field.dropDownDirection = 'upwards';\r\n });\r\n\r\n return filteredSignUpFormFields;\r\n}","export const socketUpdateKeys = {\r\n GetOnlineUsers: 'GetOnlineUsers',\r\n LessonStateUpdate: 'LessonStateUpdate',\r\n StudentLessonStateUpdate: 'StudentLessonStateUpdate',\r\n StartLesson: 'StartLesson',\r\n SendMessage: 'SendMessage',\r\n ConnectionMessage: 'ConnectionMessage',\r\n\r\n OnlineUsers: 'OnlineUsers',\r\n LessonUsers: 'LessonUsers',\r\n LessonState: 'LessonState',\r\n GetConnectedInControlUsers: 'GetConnectedInControlUsers',\r\n ConnectedInControlUsers: 'ConnectedInControlUsers',\r\n UserJoined: 'UserJoined',\r\n ReceivedMessage: 'ReceivedMessage',\r\n RemoveStudent: 'RemoveStudent'\r\n};","export const svgsStrings =\r\n{\r\n edit: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"17.002\" height=\"16.25\" viewBox=\"0 0 17.002 17.258\"><path id=\"Path_784\" data-name=\"Path 784\" d=\"M105.89,340.545l.742-.742a3.146,3.146,0,0,1,4.45,4.45l-.742.742m-4.45-4.45a5.246,5.246,0,0,0,4.45,4.45m-4.45-4.45-6.818,6.818a10.889,10.889,0,0,0-.887.947,5.217,5.217,0,0,0-.6.969,10.97,10.97,0,0,0-.448,1.221l-.875,2.626m14.082-8.131-6.818,6.818a10.89,10.89,0,0,1-.947.887,5.217,5.217,0,0,1-.969.6,10.976,10.976,0,0,1-1.221.448l-2.626.875m0,0-.642.215a.85.85,0,0,1-1.074-1.074l.215-.642m1.5,1.5-1.5-1.5\" transform=\"translate(-95.502 -338.16)\" fill=\"none\" stroke-width=\"1\"/></svg>',\r\n garbage: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"15.222\" height=\"16.25\" viewBox=\"0 0 15.222 17\"><g id=\"trash\" transform=\"translate(35.5 83.5)\"><path id=\"Path_1367\" data-name=\"Path 1367\" d=\"M4,7H18.222\" transform=\"translate(-39 -86.444)\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1368\" data-name=\"Path 1368\" d=\"M10,11v5.35\" transform=\"translate(-39.667 -86.9)\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1369\" data-name=\"Path 1369\" d=\"M14,11v5.35\" transform=\"translate(-40.111 -86.9)\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1370\" data-name=\"Path 1370\" d=\"M5,7l.889,10.7a1.78,1.78,0,0,0,1.777,1.783h7.108A1.78,1.78,0,0,0,16.551,17.7L17.439,7\" transform=\"translate(-39.108 -86.482)\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1371\" data-name=\"Path 1371\" d=\"M9,6.566V3.892A.892.892,0,0,1,9.892,3h3.566a.892.892,0,0,1,.892.892V6.566\" transform=\"translate(-39.564 -86)\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></svg>',\r\n greyUploadFile: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16.059\" height=\"17\" viewBox=\"0 0 16.059 17\"><g id=\"upload\" transform=\"translate(-3.5 -3.5)\"><path id=\"Path_1362\" data-name=\"Path 1362\" d=\"M4,17v2a1.944,1.944,0,0,0,1.882,2H17.176a1.944,1.944,0,0,0,1.882-2V17\" transform=\"translate(0 -1)\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1363\" data-name=\"Path 1363\" d=\"M7,9l4.529-5,4.529,5\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1364\" data-name=\"Path 1364\" d=\"M12,4V16\" transform=\"translate(-0.471)\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></svg>',\r\n uploadFile: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16.059\" height=\"17\" viewBox=\"0 0 16.059 17\" stroke=\"#7897a8\"><g id=\"upload\" transform=\"translate(-3.5 -3.5)\"><path id=\"Path_1362\" data-name=\"Path 1362\" d=\"M4,17v2a1.944,1.944,0,0,0,1.882,2H17.176a1.944,1.944,0,0,0,1.882-2V17\" transform=\"translate(0 -1)\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1363\" data-name=\"Path 1363\" d=\"M7,9l4.529-5,4.529,5\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1364\" data-name=\"Path 1364\" d=\"M12,4V16\" transform=\"translate(-0.471)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></svg>',\r\n downloadFile: '<svg width=\"21\" height=\"15\" viewBox=\"0 0 21 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path stroke-width=\"1.1\" d=\"M20 8.09094L20 11.6364C20 12.2633 19.7498 12.8645 19.3044 13.3077C18.859 13.751 18.2549 14 17.625 14L3.375 14C2.74511 14 2.14102 13.751 1.69562 13.3077C1.25022 12.8645 1 12.2633 1 11.6364L1 8.09094\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 0.999978L10.5 9.2727M10.5 9.2727L6.9375 5.72725M10.5 9.2727L14.0625 5.72725\" stroke-linecap=\"round\" stroke-width=\"1.1\" stroke-linejoin=\"round\"/></svg>',\r\n\r\n '.mp4': '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\"><g id=\"video\" transform=\"translate(-3.5 -3.5)\"><path id=\"Path_1352\" data-name=\"Path 1352\" d=\"M4,4,4,6A2,2,0,0,1,6,4H18a2,2,0,0,1,2,2V18a2,2,0,0,1-2,2H6a2,2,0,0,1-2-2Z\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1353\" data-name=\"Path 1353\" d=\"M8,4V20\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1354\" data-name=\"Path 1354\" d=\"M16,4V20\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1355\" data-name=\"Path 1355\" d=\"M4,8H8\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1356\" data-name=\"Path 1356\" d=\"M4,16H8\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1357\" data-name=\"Path 1357\" d=\"M4,12H20\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1358\" data-name=\"Path 1358\" d=\"M16,8h4\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1359\" data-name=\"Path 1359\" d=\"M16,16h4\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></svg>',\r\n '.pdf': '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13.403\" height=\"16.5\" viewBox=\"0 0 13.403 16.5\"><g id=\"Pdf\" transform=\"translate(-13.75 -1.75)\"><g id=\"Group_942\" data-name=\"Group 942\" transform=\"translate(14 2)\"><g id=\"Group_939\" data-name=\"Group 939\" transform=\"translate(0 0)\"><g id=\"Group_938\" data-name=\"Group 938\"><path id=\"Path_1342\" data-name=\"Path 1342\" d=\"M25.613,18H15.29A1.292,1.292,0,0,1,14,16.71V3.29A1.292,1.292,0,0,1,15.29,2h5.25a1.282,1.282,0,0,1,.912.378l5.073,5.073a1.282,1.282,0,0,1,.378.912V16.71A1.292,1.292,0,0,1,25.613,18ZM15.29,2.516a.775.775,0,0,0-.774.774V16.71a.775.775,0,0,0,.774.774H25.613a.775.775,0,0,0,.774-.774V8.363a.78.78,0,0,0-.227-.547L21.088,2.743a.769.769,0,0,0-.547-.227Z\" transform=\"translate(-14 -2)\" fill=\"#7897a8\" stroke=\"#7897a8\" stroke-width=\"0.5\"/></g></g><g id=\"Group_941\" data-name=\"Group 941\" transform=\"translate(2.413 5.032)\"><g id=\"Group_940\" data-name=\"Group 940\"><path id=\"Path_1343\" data-name=\"Path 1343\" d=\"M40.763,46.074a.407.407,0,0,0-.119-.2,1.649,1.649,0,0,0-1.065-.252,8.8,8.8,0,0,0-1.28.094,3.189,3.189,0,0,1-.594-.41,4.335,4.335,0,0,1-1.072-1.663c.015-.061.028-.114.041-.168a10.821,10.821,0,0,0,.188-1.948.566.566,0,0,0-.034-.139l-.022-.057A.462.462,0,0,0,36.388,41l-.126,0h0a.476.476,0,0,0-.485.3,5.643,5.643,0,0,0,.3,2.541l-.075.181c-.208.508-.468,1.019-.7,1.47l-.03.058c-.243.474-.462.876-.662,1.217l-.205.108c-.015.008-.368.195-.45.244a2.518,2.518,0,0,0-1.243,1.271.312.312,0,0,0,.119.346l.2.1a.611.611,0,0,0,.271.065c.5,0,1.079-.622,1.877-2.015a18.675,18.675,0,0,1,2.892-.686,4.989,4.989,0,0,0,2.107.668.975.975,0,0,0,.248-.027.43.43,0,0,0,.246-.168A.893.893,0,0,0,40.763,46.074Zm-7.577,2.453a3.466,3.466,0,0,1,.985-1.178c.034-.027.116-.1.191-.177A3.559,3.559,0,0,1,33.187,48.526Zm3.156-7.268c.16,0,.252.4.259.783a1.61,1.61,0,0,1-.191.843,4.09,4.09,0,0,1-.135-1.052S36.269,41.258,36.343,41.258ZM35.4,46.437q.168-.3.347-.635a11.887,11.887,0,0,0,.609-1.329,4.4,4.4,0,0,0,1.005,1.248l.157.126A12.765,12.765,0,0,0,35.4,46.437Zm5.088-.045a.743.743,0,0,1-.28.048,3.287,3.287,0,0,1-1.161-.351c.195-.014.374-.022.534-.022a2.051,2.051,0,0,1,.667.072C40.535,46.213,40.539,46.361,40.488,46.392Z\" transform=\"translate(-32.697 -41)\" fill=\"#7897a8\" stroke=\"#7897a8\" stroke-width=\"0.5\"/></g></g></g></g></svg>',\r\n '.pptx': '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13.403\" height=\"16.5\" viewBox=\"0 0 13.403 16.5\"><g id=\"ppt\" transform=\"translate(-13.26 -1.75)\"><g id=\"Group_942\" data-name=\"Group 942\" transform=\"translate(13.51 2)\"><g id=\"Group_939\" data-name=\"Group 939\" transform=\"translate(0 0)\"><g id=\"Group_938\" data-name=\"Group 938\"><path id=\"Path_1342\" data-name=\"Path 1342\" d=\"M25.613,18H15.29A1.292,1.292,0,0,1,14,16.71V3.29A1.292,1.292,0,0,1,15.29,2h5.25a1.282,1.282,0,0,1,.912.378l5.073,5.073a1.282,1.282,0,0,1,.378.912V16.71A1.292,1.292,0,0,1,25.613,18ZM15.29,2.516a.775.775,0,0,0-.774.774V16.71a.775.775,0,0,0,.774.774H25.613a.775.775,0,0,0,.774-.774V8.363a.78.78,0,0,0-.227-.547L21.088,2.743a.769.769,0,0,0-.547-.227Z\" transform=\"translate(-14 -2)\" fill=\"#7897a8\" stroke=\"#7897a8\" stroke-width=\"0.5\"/></g></g></g><path id=\"Path_1360\" data-name=\"Path 1360\" d=\"M78,107.1h1.549a1.549,1.549,0,1,0,0-3.1H78v4.648\" transform=\"translate(-58.99 -94.5)\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></svg>',\r\n // story: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16.502\" height=\"13.579\" viewBox=\"0 0 16.502 13.579\"><path id=\"Folder\" d=\"M16.825,8.355a.727.727,0,0,0-.567-.269H14.806V7.36a2.18,2.18,0,0,0-2.18-2.18H8.063L7.83,4.453A2.18,2.18,0,0,0,5.767,3H3.18A2.18,2.18,0,0,0,1,5.18V13.9a2.18,2.18,0,0,0,2.18,2.18H13.643a2.18,2.18,0,0,0,2.122-1.708l1.221-5.4a.727.727,0,0,0-.16-.618Zm-12.65,5.7a.727.727,0,0,1-.727.567H3.18a.727.727,0,0,1-.727-.727V5.18a.727.727,0,0,1,.727-.727H5.767a.727.727,0,0,1,.727.494l.392,1.192a.727.727,0,0,0,.654.494h5.086a.727.727,0,0,1,.727.727v.727H6.086a.727.727,0,0,0-.727.567Zm10.172,0a.727.727,0,0,1-.727.567H5.512a1.032,1.032,0,0,0,.08-.254L6.668,9.539h8.719Z\" transform=\"translate(-0.75 -2.75)\" fill=\"#65899c\" stroke=\"#fff\" stroke-width=\"0.5\"/></svg>',\r\n bigVideo: '<svg width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_12_1734)\"> <path d=\"M37.5 25.0001L48.8825 19.3101C49.2636 19.1196 49.6869 19.0298 50.1125 19.0489C50.538 19.0681 50.9516 19.1957 51.314 19.4196C51.6764 19.6435 51.9756 19.9562 52.1831 20.3282C52.3907 20.7002 52.4998 21.1191 52.5 21.5451V38.4551C52.4998 38.881 52.3907 39.2999 52.1831 39.6719C51.9756 40.0439 51.6764 40.3566 51.314 40.5805C50.9516 40.8044 50.538 40.932 50.1125 40.9512C49.6869 40.9704 49.2636 40.8805 48.8825 40.6901L37.5 35.0001V25.0001Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M7.5 20C7.5 18.6739 8.02678 17.4021 8.96447 16.4645C9.90215 15.5268 11.1739 15 12.5 15H32.5C33.8261 15 35.0979 15.5268 36.0355 16.4645C36.9732 17.4021 37.5 18.6739 37.5 20V40C37.5 41.3261 36.9732 42.5979 36.0355 43.5355C35.0979 44.4732 33.8261 45 32.5 45H12.5C11.1739 45 9.90215 44.4732 8.96447 43.5355C8.02678 42.5979 7.5 41.3261 7.5 40V20Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> </g> <defs> <clipPath id=\"clip0_12_1734\"> <rect width=\"60\" height=\"60\" fill=\"white\"/> </clipPath> </defs> </svg> ',\r\n bigPdf: '<svg width=\"60\" height=\"60\" id=\"Group_872\" data-name=\"Group 872\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.255 16.25\"><defs><clipPath id=\"clip-path\"><rect id=\"Rectangle_1674\" data-name=\"Rectangle 1674\" width=\"16.255\" height=\"16.25\" fill=\"none\"/></clipPath></defs><g id=\"Group_871\" data-name=\"Group 871\" clip-path=\"url(#clip-path)\"><path id=\"Path_1239\" data-name=\"Path 1239\" d=\"M3.072,8.649h.594v4.217H3.072Zm.523,2.91v-.564h.719a1.018,1.018,0,0,0,.736-.242.945.945,0,0,0,.249-.708.767.767,0,0,0-.249-.621,1.112,1.112,0,0,0-.736-.211H3.607V8.649h.707A1.792,1.792,0,0,1,5.515,9a1.305,1.305,0,0,1,.408,1.043,1.478,1.478,0,0,1-.408,1.129,1.688,1.688,0,0,1-1.2.385Z\" fill=\"#65899c\"/><path id=\"Path_1240\" data-name=\"Path 1240\" d=\"M3.072,8.649h.594v4.217H3.072Zm.523,2.91v-.564h.719a1.018,1.018,0,0,0,.736-.242.945.945,0,0,0,.249-.708.767.767,0,0,0-.249-.621,1.112,1.112,0,0,0-.736-.211H3.607V8.649h.707A1.792,1.792,0,0,1,5.515,9a1.305,1.305,0,0,1,.408,1.043,1.478,1.478,0,0,1-.408,1.129,1.688,1.688,0,0,1-1.2.385Z\" fill=\"none\" stroke=\"#65899c\" stroke-width=\"0.25\"/><path id=\"Path_1241\" data-name=\"Path 1241\" d=\"M6.577,8.648h.594v4.217H6.577Zm.552,4.217V12.3H7.6a1.24,1.24,0,0,0,.979-.371A1.645,1.645,0,0,0,8.9,10.816a1.872,1.872,0,0,0-.328-1.2,1.194,1.194,0,0,0-.979-.4H7.141L7.07,8.648H7.6q1.931,0,1.93,2.168,0,2.049-1.93,2.049Z\" fill=\"#65899c\"/><path id=\"Path_1242\" data-name=\"Path 1242\" d=\"M6.577,8.648h.594v4.217H6.577Zm.552,4.217V12.3H7.6a1.24,1.24,0,0,0,.979-.371A1.645,1.645,0,0,0,8.9,10.816a1.872,1.872,0,0,0-.328-1.2,1.194,1.194,0,0,0-.979-.4H7.141L7.07,8.648H7.6q1.931,0,1.93,2.168,0,2.049-1.93,2.049Z\" fill=\"none\" stroke=\"#65899c\" stroke-width=\"0.25\"/><path id=\"Path_1243\" data-name=\"Path 1243\" d=\"M10.259,8.649h.594v4.217h-.594Zm0,0H13.05v.564H10.259Zm0,2h2.257v.564H10.259Z\" fill=\"#65899c\"/><path id=\"Path_1244\" data-name=\"Path 1244\" d=\"M10.259,8.649h.594v4.217h-.594Zm0,0H13.05v.564H10.259Zm0,2h2.257v.564H10.259Z\" fill=\"none\" stroke=\"#65899c\" stroke-width=\"0.25\"/><path id=\"Path_1245\" data-name=\"Path 1245\" d=\"M16.041,7.005,12.788,7c-1.712-.033-2.655-.049-3.315-.71-.68-.679-.68-1.647-.68-3.576V.783h.774V2.717c0,1.715,0,2.576.453,3.03.439.439,1.272.454,2.782.482l.151,0h3.088Z\" fill=\"#65899c\"/><path id=\"Path_1246\" data-name=\"Path 1246\" d=\"M16.041,7.005,12.788,7c-1.712-.033-2.655-.049-3.315-.71-.68-.679-.68-1.647-.68-3.576V.783h.774V2.717c0,1.715,0,2.576.453,3.03.439.439,1.272.454,2.782.482l.151,0h3.088Z\" fill=\"none\" stroke=\"#65899c\" stroke-width=\"0.25\"/><path id=\"Path_1247\" data-name=\"Path 1247\" d=\"M12.336,16.125H3.915a3.8,3.8,0,0,1-3.79-3.79V3.915A3.8,3.8,0,0,1,3.915.125l6,.053a1.746,1.746,0,0,1,1.252.549l4.477,4.781a1.8,1.8,0,0,1,.489,1.235l-.005,5.592a3.8,3.8,0,0,1-3.79,3.79M3.912.9A3.019,3.019,0,0,0,.9,3.915v8.42a3.019,3.019,0,0,0,3.016,3.016h8.421a3.019,3.019,0,0,0,3.016-3.016l.005-5.592a1.029,1.029,0,0,0-.279-.706L10.6,1.256a.962.962,0,0,0-.694-.3Z\" fill=\"#65899c\"/><path id=\"Path_1248\" data-name=\"Path 1248\" d=\"M12.336,16.125H3.915a3.8,3.8,0,0,1-3.79-3.79V3.915A3.8,3.8,0,0,1,3.915.125l6,.053a1.746,1.746,0,0,1,1.252.549l4.477,4.781a1.8,1.8,0,0,1,.489,1.235l-.005,5.592A3.8,3.8,0,0,1,12.336,16.125ZM3.912.9A3.019,3.019,0,0,0,.9,3.915v8.42a3.019,3.019,0,0,0,3.016,3.016h8.421a3.019,3.019,0,0,0,3.016-3.016l.005-5.592a1.029,1.029,0,0,0-.279-.706L10.6,1.256a.962.962,0,0,0-.694-.3Z\" fill=\"none\" stroke=\"#65899c\" stroke-width=\"0.25\"/></g></svg>',\r\n bigAudio: '<svg width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_12_1745)\"> <path d=\"M10 37.5C10 36.1739 10.5268 34.9021 11.4645 33.9645C12.4021 33.0268 13.6739 32.5 15 32.5H17.5C18.8261 32.5 20.0979 33.0268 21.0355 33.9645C21.9732 34.9021 22.5 36.1739 22.5 37.5V45C22.5 46.3261 21.9732 47.5979 21.0355 48.5355C20.0979 49.4732 18.8261 50 17.5 50H15C13.6739 50 12.4021 49.4732 11.4645 48.5355C10.5268 47.5979 10 46.3261 10 45V37.5Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> <path d=\"M37.5 37.5C37.5 36.1739 38.0268 34.9021 38.9645 33.9645C39.9021 33.0268 41.1739 32.5 42.5 32.5H45C46.3261 32.5 47.5979 33.0268 48.5355 33.9645C49.4732 34.9021 50 36.1739 50 37.5V45C50 46.3261 49.4732 47.5979 48.5355 48.5355C47.5979 49.4732 46.3261 50 45 50H42.5C41.1739 50 39.9021 49.4732 38.9645 48.5355C38.0268 47.5979 37.5 46.3261 37.5 45V37.5Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 37.5V30C10 24.6957 12.1071 19.6086 15.8579 15.8579C19.6086 12.1071 24.6957 10 30 10C35.3043 10 40.3914 12.1071 44.1421 15.8579C47.8929 19.6086 50 24.6957 50 30V37.5\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> </g> <defs> <clipPath id=\"clip0_12_1745\"> <rect width=\"60\" height=\"60\" fill=\"white\"/> </clipPath></defs></svg>',\r\n responsiveUploadFile: '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16.059 17\" stroke=\"#7897a8\"><g id=\"upload\" transform=\"translate(-3.5 -3.5)\"><path id=\"Path_1362\" data-name=\"Path 1362\" d=\"M4,17v2a1.944,1.944,0,0,0,1.882,2H17.176a1.944,1.944,0,0,0,1.882-2V17\" transform=\"translate(0 -1)\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1363\" data-name=\"Path 1363\" d=\"M7,9l4.529-5,4.529,5\" fill=\"none\" stroke=\"#7897a8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1364\" data-name=\"Path 1364\" d=\"M12,4V16\" transform=\"translate(-0.471)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></svg>',\r\n\r\n cancel: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 12 12\"><path id=\"Union_8\" data-name=\"Union 8\" d=\"M9.742,11.613,6,7.871,2.258,11.613A1.323,1.323,0,0,1,.388,9.742L4.129,6,.388,2.258A1.322,1.322,0,0,1,2.258.388L6,4.129,9.742.388a1.323,1.323,0,0,1,1.871,1.87L7.871,6l3.742,3.742a1.323,1.323,0,0,1-1.871,1.871Z\" transform=\"translate(0 0)\" fill=\"none\" stroke=\"#7897a8\"/></svg>',\r\n X: '<svg class=\"my-svg\" xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"9\" viewBox=\"0 0 12 12\"><path id=\"Union_8\" data-name=\"Union 8\" d=\"M9.742,11.613,6,7.871,2.258,11.613A1.323,1.323,0,0,1,.388,9.742L4.129,6,.388,2.258A1.322,1.322,0,0,1,2.258.388L6,4.129,9.742.388a1.323,1.323,0,0,1,1.871,1.87L7.871,6l3.742,3.742a1.323,1.323,0,0,1-1.871,1.871Z\" transform=\"translate(0 0)\" stroke-width=\"0\"/></svg>',\r\n chevron: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14px\" height:\"14px\" viewBox=\"0 0 11.299 6.649\"><path id=\"Vector_43-2\" data-name=\"Vector 43-2\" d=\"M1006.235,549.5,1002,553.735l-4.236-4.235\" transform=\"translate(-996.35 -548.086)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"/></svg>',\r\n smallChevron: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11.299\" height=\"6.649\" viewBox=\"0 0 11.299 6.649\"><path id=\"Vector_43-2\" data-name=\"Vector 43-2\" d=\"M1006.235,549.5,1002,553.735l-4.236-4.235\" transform=\"translate(-996.35 -548.086)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"/></svg>',\r\n search: '<svg width=\"100%\" height:\"100%\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2.78653 9.25985C2.27371 8.49236 2 7.59004 2 6.667C2 5.42923 2.4917 4.24217 3.36693 3.36693C4.24217 2.4917 5.42923 2 6.667 2C7.59004 2 8.49236 2.27371 9.25985 2.78653C10.0273 3.29935 10.6255 4.02823 10.9787 4.88102C11.332 5.7338 11.4244 6.67218 11.2443 7.57749C11.0642 8.4828 10.6198 9.31438 9.96707 9.96707C9.31438 10.6198 8.4828 11.0642 7.57749 11.2443C6.67218 11.4244 5.7338 11.332 4.88102 10.9787C4.02823 10.6255 3.29935 10.0273 2.78653 9.25985Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 14L10 10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',\r\n clock: '<svg width=\"100%\" height:\"100%\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.30029 7.019C1.30029 8.20945 1.64312 9.37316 2.28543 10.363C2.92774 11.3528 3.84068 12.1243 4.9088 12.5798C5.97692 13.0354 7.15224 13.1546 8.28615 12.9223C9.42006 12.6901 10.4616 12.1168 11.2791 11.2751C12.0966 10.4333 12.6534 9.36082 12.8789 8.19325C13.1045 7.02568 12.9887 5.81546 12.5463 4.71563C12.1038 3.6158 11.3546 2.67576 10.3933 2.01438C9.43204 1.35301 8.30188 1 7.14576 1C5.59544 1 4.10863 1.63414 3.01239 2.76292C1.91615 3.89171 1.30029 5.42266 1.30029 7.019Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.15625 3.70801V7.00801L9.08014 8.98901\" stroke=\"#26945A\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',\r\n calendar: '<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.66669 10.0002C1.66669 6.85747 1.66669 5.28612 2.643 4.30981C3.61931 3.3335 5.19066 3.3335 8.33335 3.3335H11.6667C14.8094 3.3335 16.3807 3.3335 17.357 4.30981C18.3334 5.28612 18.3334 6.85747 18.3334 10.0002V11.6668C18.3334 14.8095 18.3334 16.3809 17.357 17.3572C16.3807 18.3335 14.8094 18.3335 11.6667 18.3335H8.33335C5.19066 18.3335 3.61931 18.3335 2.643 17.3572C1.66669 16.3809 1.66669 14.8095 1.66669 11.6668V10.0002Z\" stroke-width=\"1\"/><path d=\"M5.83331 3.3335V2.0835\" stroke-width=\"1\" stroke-linecap=\"round\"/><path d=\"M14.1667 3.3335V2.0835\" stroke-width=\"1\" stroke-linecap=\"round\"/><path d=\"M2.08331 7.5H17.9166\" stroke-width=\"1\" stroke-linecap=\"round\"/><path d=\"M15 14.1667C15 14.6269 14.6269 15 14.1666 15C13.7064 15 13.3333 14.6269 13.3333 14.1667C13.3333 13.7064 13.7064 13.3333 14.1666 13.3333C14.6269 13.3333 15 13.7064 15 14.1667Z\"/><path d=\"M15 10.8333C15 11.2936 14.6269 11.6667 14.1666 11.6667C13.7064 11.6667 13.3333 11.2936 13.3333 10.8333C13.3333 10.3731 13.7064 10 14.1666 10C14.6269 10 15 10.3731 15 10.8333Z\" /><path d=\"M10.8334 14.1667C10.8334 14.6269 10.4603 15 10 15C9.53978 15 9.16669 14.6269 9.16669 14.1667C9.16669 13.7064 9.53978 13.3333 10 13.3333C10.4603 13.3333 10.8334 13.7064 10.8334 14.1667Z\" /><path d=\"M10.8334 10.8333C10.8334 11.2936 10.4603 11.6667 10 11.6667C9.53978 11.6667 9.16669 11.2936 9.16669 10.8333C9.16669 10.3731 9.53978 10 10 10C10.4603 10 10.8334 10.3731 10.8334 10.8333Z\" /><path d=\"M6.66667 14.1667C6.66667 14.6269 6.29357 15 5.83333 15C5.3731 15 5 14.6269 5 14.1667C5 13.7064 5.3731 13.3333 5.83333 13.3333C6.29357 13.3333 6.66667 13.7064 6.66667 14.1667Z\" /><path d=\"M6.66667 10.8333C6.66667 11.2936 6.29357 11.6667 5.83333 11.6667C5.3731 11.6667 5 11.2936 5 10.8333C5 10.3731 5.3731 10 5.83333 10C6.29357 10 6.66667 10.3731 6.66667 10.8333Z\" /></svg>',\r\n\r\n civilProfession: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14.621\" height=\"17.175\" viewBox=\"0 0 14.621 17.175\"><g id=\"Group_1472\" data-name=\"Group 1472\" transform=\"translate(0.157 0.157)\"><g id=\"Group_1471\" data-name=\"Group 1471\" transform=\"translate(0.343 0.343)\"> <path id=\"Path_2640\" data-name=\"Path 2640\" d=\"M11.5.5V3.905a.852.852,0,0,0,.851.851h3.405\" transform=\"translate(-2.136 -0.5)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2641\" data-name=\"Path 2641\" d=\"M2.5,4.756V2.2A1.7,1.7,0,0,1,4.2.5h5.959l4.256,4.256v9.364a1.7,1.7,0,0,1-1.7,1.7H8.459\" transform=\"translate(-0.797 -0.5)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2642\" data-name=\"Path 2642\" d=\"M.5,11.054A2.554,2.554,0,1,0,3.054,8.5,2.554,2.554,0,0,0,.5,11.054\" transform=\"translate(-0.5 -1.69)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2643\" data-name=\"Path 2643\" d=\"M1.777,14.5.5,18.756,3.054,17.48l2.554,1.277L4.331,14.5\" transform=\"translate(-0.5 -2.582)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></g></svg>',\r\n position: '<svg id=\"report-money\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path id=\"Path_2553\" data-name=\"Path 2553\" d=\"M8.881,5H6.94A2.016,2.016,0,0,0,5,7.083v12.5a2.016,2.016,0,0,0,1.94,2.083h9.7a2.016,2.016,0,0,0,1.94-2.083V7.083A2.016,2.016,0,0,0,16.643,5H14.7\" transform=\"translate(0.208 -0.792)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2554\" data-name=\"Path 2554\" d=\"M9,3,9,5.083A2.083,2.083,0,0,1,11.083,3h2.083A2.083,2.083,0,0,1,15.25,5.083h0a2.083,2.083,0,0,1-2.083,2.083H11.083A2.083,2.083,0,0,1,9,5.083Z\" transform=\"translate(-0.125 0.125)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2555\" data-name=\"Path 2555\" d=\"M14.167,11h-2.6a1.563,1.563,0,0,0,0,3.125H12.6a1.563,1.563,0,0,1,0,3.125H10\" transform=\"translate(-0.083 -0.153)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2556\" data-name=\"Path 2556\" d=\"M12,17.292v1.042M12,10v1.042\" transform=\"translate(0 -0.208)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></svg>',\r\n role: '<svg id=\"military-award\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path id=\"Path_2568\" data-name=\"Path 2568\" d=\"M11.932,12.932,8,12.932A3.932,3.932,0,1,0,11.932,9,3.932,3.932,0,0,0,8,12.932\" transform=\"translate(0.068 0.076)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2569\" data-name=\"Path 2569\" d=\"M8.39,10.458,7.407,8H2l2.438,5.69a1.966,1.966,0,0,0,1.809,1.192H8.39\" transform=\"translate(-0.034 0.056)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2570\" data-name=\"Path 2570\" d=\"M15.5,10.458,16.483,8H21.89l-2.438,5.69a1.966,1.966,0,0,1-1.809,1.192H15.5\" transform=\"translate(0.144 0.056)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></svg>',\r\n school: '<svg id=\"school_1_\" data-name=\"school (1)\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path id=\"Path_2565\" data-name=\"Path 2565\" d=\"M22.167,8.833,12.083,5,2,8.833l10.083,3.833L22.167,8.833v5.75\" transform=\"translate(-0.083 0.149)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2566\" data-name=\"Path 2566\" d=\"M6,10.6v5.175c0,1.588,2.574,2.875,5.75,2.875s5.75-1.287,5.75-2.875V10.6\" transform=\"translate(0.25 0.238)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></svg>',\r\n struct: '<svg id=\"user-scan\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path id=\"Path_2558\" data-name=\"Path 2558\" d=\"M10,9.185A2.185,2.185,0,1,0,12.185,7,2.185,2.185,0,0,0,10,9.185\" transform=\"translate(-0.185 -0.13)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2559\" data-name=\"Path 2559\" d=\"M4,8.371V6.185A2.185,2.185,0,0,1,6.185,4H8.371\" transform=\"translate(-0.074 -0.074)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2560\" data-name=\"Path 2560\" d=\"M4,16v2.185a2.185,2.185,0,0,0,2.185,2.185H8.371\" transform=\"translate(-0.074 -0.297)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2561\" data-name=\"Path 2561\" d=\"M16,4h2.185a2.185,2.185,0,0,1,2.185,2.185V8.371\" transform=\"translate(-0.297 -0.074)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2562\" data-name=\"Path 2562\" d=\"M16,20.371h2.185a2.185,2.185,0,0,0,2.185-2.185V16\" transform=\"translate(-0.297 -0.297)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2563\" data-name=\"Path 2563\" d=\"M8,16.185A2.185,2.185,0,0,1,10.185,14h4.371a2.185,2.185,0,0,1,2.185,2.185\" transform=\"translate(-0.371 -0.118)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></svg>',\r\n id: '<svg id=\"id_1_\" data-name=\"id (1)\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path id=\"Path_2547\" data-name=\"Path 2547\" d=\"M3,4,3,6.775A2.814,2.814,0,0,1,5.85,4h11.4A2.814,2.814,0,0,1,20.1,6.775v9.251a2.814,2.814,0,0,1-2.85,2.775H5.85A2.814,2.814,0,0,1,3,16.026Z\" transform=\"translate(0.449 0.599)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2548\" data-name=\"Path 2548\" d=\"M9.3,10.3,7,10.3A2.3,2.3,0,1,0,9.3,8,2.3,2.3,0,0,0,7,10.3\" transform=\"translate(-0.21 -0.24)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2549\" data-name=\"Path 2549\" d=\"M15,8h2.3\" transform=\"translate(-0.204 0)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2550\" data-name=\"Path 2550\" d=\"M15,12h2.3\" transform=\"translate(-0.204)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2551\" data-name=\"Path 2551\" d=\"M7,16H18.5\" transform=\"translate(-0.749 0)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></svg>',\r\n clipboardText: '<svg id=\"clipboard-text\" xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 18 18\"><path id=\"Path_2572\" data-name=\"Path 2572\" d=\"M8,5H6.5A1.5,1.5,0,0,0,5,6.5v9A1.5,1.5,0,0,0,6.5,17H14a1.5,1.5,0,0,0,1.5-1.5v-9A1.5,1.5,0,0,0,14,5H12.5\" transform=\"translate(-1.25 -1.25)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2574\" data-name=\"Path 2574\" d=\"M9,12h4.5\" transform=\"translate(-2.25 -2.25)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2576\" data-name=\"Path 2576\" d=\"M9,12h4.5\" transform=\"translate(-2.25 -5.25)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2575\" data-name=\"Path 2575\" d=\"M9,16h4.5\" transform=\"translate(-2.25 -3.25)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></svg>',\r\n\r\n audio: '<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 10.7143C1 10.2596 1.16857 9.82359 1.46863 9.5021C1.76869 9.18061 2.17565 9 2.6 9H3.4C3.82435 9 4.23131 9.18061 4.53137 9.5021C4.83143 9.82359 5 10.2596 5 10.7143V13.2857C5 13.7404 4.83143 14.1764 4.53137 14.4979C4.23131 14.8194 3.82435 15 3.4 15H2.6C2.17565 15 1.76869 14.8194 1.46863 14.4979C1.16857 14.1764 1 13.7404 1 13.2857V10.7143Z\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11 10.7143C11 10.2596 11.1686 9.82359 11.4686 9.5021C11.7687 9.18061 12.1757 9 12.6 9H13.4C13.8243 9 14.2313 9.18061 14.5314 9.5021C14.8314 9.82359 15 10.2596 15 10.7143V13.2857C15 13.7404 14.8314 14.1764 14.5314 14.4979C14.2313 14.8194 13.8243 15 13.4 15H12.6C12.1757 15 11.7687 14.8194 11.4686 14.4979C11.1686 14.1764 11 13.7404 11 13.2857V10.7143Z\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M1 11V8.27273C1 6.34388 1.7375 4.49403 3.05025 3.13013C4.36301 1.76623 6.14348 1 8 1C9.85652 1 11.637 1.76623 12.9497 3.13013C14.2625 4.49403 15 6.34388 15 8.27273V11\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>/svg>',\r\n collection: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"21\" height=\"22\" viewBox=\"0 0 21 18\"><defs><clipPath id=\"clip-path\"><rect id=\"Rectangle_2250\" data-name=\"Rectangle 2250\" width=\"16\" height=\"18\" fill=\"none\" stroke-width=\"1\"/></clipPath></defs><g id=\"Group_1560\" data-name=\"Group 1560\" transform=\"translate(4 4)\"><path id=\"Path_2888\" data-name=\"Path 2888\" d=\"M0,0H24V24H0Z\" transform=\"translate(-4 -4)\" fill=\"none\"/><g id=\"Group_1559\" data-name=\"Group 1559\" transform=\"translate(0 -1)\" clip-path=\"url(#clip-path)\"><path id=\"Path_2886\" data-name=\"Path 2886\" d=\"M15,1V17H3a2,2,0,0,1-2-2V3A2,2,0,0,1,3,1Z\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2887\" data-name=\"Path 2887\" d=\"M15,13H3a2,2,0,0,0-2,2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><line id=\"Line_438\" data-name=\"Line 438\" x2=\"6\" transform=\"translate(5 5)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></g></svg>',\r\n exercise: '<svg id=\"Group_882\" data-name=\"Group 882\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"16.005\" height=\"16\" viewBox=\"0 0 16.005 16\"><defs><clipPath id=\"clip-path\"><rect id=\"Rectangle_1679\" data-name=\"Rectangle 1679\" width=\"16.005\" height=\"16\" fill=\"none\"/></clipPath></defs><g id=\"Group_881\" data-name=\"Group 881\" clip-path=\"url(#clip-path)\"><path id=\"Path_1277\" data-name=\"Path 1277\" d=\"M9.829,10.33H3.638a.387.387,0,0,1,0-.774H9.829a.387.387,0,0,1,0,.774\" /><path id=\"Path_1278\" data-name=\"Path 1278\" d=\"M7.894,13.039H3.638a.387.387,0,1,1,0-.774H7.894a.387.387,0,1,1,0,.774\" /><path id=\"Path_1279\" data-name=\"Path 1279\" d=\"M15.916,6.88l-3.253,0c-1.712-.033-2.655-.049-3.315-.71-.68-.679-.68-1.647-.68-3.576V.658h.774V2.592c0,1.715,0,2.576.454,3.03.439.439,1.271.454,2.781.482l.151,0h3.088Z\" /><path id=\"Path_1280\" data-name=\"Path 1280\" d=\"M12.21,16H3.79A3.794,3.794,0,0,1,0,12.21V3.79A3.794,3.794,0,0,1,3.79,0l6,.052A1.747,1.747,0,0,1,11.04.6l4.477,4.781A1.8,1.8,0,0,1,16,6.619l0,5.591A3.8,3.8,0,0,1,12.21,16M3.787.774A3.019,3.019,0,0,0,.774,3.79v8.42A3.019,3.019,0,0,0,3.79,15.226h8.42a3.02,3.02,0,0,0,3.017-3.016l0-5.592a1.03,1.03,0,0,0-.278-.707l-4.478-4.78A.971.971,0,0,0,9.781.826Z\" /></g></svg>',\r\n genericFile: '<svg class=\"generic-file-icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"13.165\" height=\"16.641\" viewBox=\"0 0 13.165 16.641\"><g id=\"file-dots\" transform=\"translate(-3.845 -2.107)\"><path id=\"Path_1460\" data-name=\"Path 1460\" d=\"M15.427,18.641H6.738A1.738,1.738,0,0,1,5,16.9V4.738A1.738,1.738,0,0,1,6.738,3H12.82l4.345,4.345V16.9A1.738,1.738,0,0,1,15.427,18.641Z\" transform=\"translate(-0.655 -0.393)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1461\" data-name=\"Path 1461\" d=\"M9,14v.009\" transform=\"translate(-1.18 -1.835)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1462\" data-name=\"Path 1462\" d=\"M12,14v.009\" transform=\"translate(-1.573 -1.835)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_1463\" data-name=\"Path 1463\" d=\"M15,14v.009\" transform=\"translate(-1.966 -1.835)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></svg>',\r\n image: '<svg id=\"photo-up\" xmlns=\"http://www.w3.org/2000/svg\" width=\"22\" height=\"22\" viewBox=\"0 0 22 18\"><path id=\"Path_2633\" data-name=\"Path 2633\" d=\"M0,0H24V24H0Z\" fill=\"none\"/><g id=\"Group_1464\" data-name=\"Group 1464\" transform=\"translate(1 1)\"><path id=\"Path_2634\" data-name=\"Path 2634\" d=\"M15,8h.008\" transform=\"translate(-1.895 -0.789)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2635\" data-name=\"Path 2635\" d=\"M11,18.162H5.527A2.527,2.527,0,0,1,3,15.635V5.527A2.527,2.527,0,0,1,5.527,3H15.635a2.527,2.527,0,0,1,2.527,2.527V11\" transform=\"translate(0 0)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2636\" data-name=\"Path 2636\" d=\"M3,15.084l4.192-4.192a1.689,1.689,0,0,1,2.515,0l2.935,2.935\" transform=\"translate(0 -1.146)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2637\" data-name=\"Path 2637\" d=\"M14,13.73l.838-.838a1.677,1.677,0,0,1,1.856-.441\" transform=\"translate(-1.729 -1.47)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2638\" data-name=\"Path 2638\" d=\"M19,21.031V16\" transform=\"translate(-2.515 -2.031)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><path id=\"Path_2639\" data-name=\"Path 2639\" d=\"M21.031,18.515,18.515,16,16,18.515\" transform=\"translate(-2.031 -2.044)\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></svg>',\r\n pdf: '<svg id=\"Group_884\" data-name=\"Group 884\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"16.005\" height=\"16\" viewBox=\"0 0 16.005 16\"><defs><clipPath id=\"clip-path\"><rect id=\"Rectangle_1680\" data-name=\"Rectangle 1680\" width=\"16.005\" height=\"16\" fill=\"none\"/></clipPath></defs><g id=\"Group_883\" data-name=\"Group 883\" clip-path=\"url(#clip-path)\"><path id=\"Path_1281\" data-name=\"Path 1281\" d=\"M2.947,8.524h.594v4.217H2.947Zm.523,2.91V10.87h.719a1.018,1.018,0,0,0,.736-.242.945.945,0,0,0,.249-.708A.767.767,0,0,0,4.925,9.3a1.112,1.112,0,0,0-.736-.211H3.482V8.524h.707a1.792,1.792,0,0,1,1.2.353A1.305,1.305,0,0,1,5.8,9.92a1.478,1.478,0,0,1-.408,1.129,1.688,1.688,0,0,1-1.2.385Z\" /><path id=\"Path_1282\" data-name=\"Path 1282\" d=\"M6.452,8.523h.594V12.74H6.452ZM7,12.74v-.564h.469a1.24,1.24,0,0,0,.979-.371,1.645,1.645,0,0,0,.328-1.114,1.872,1.872,0,0,0-.328-1.2,1.194,1.194,0,0,0-.979-.4H7.016l-.071-.565h.528q1.931,0,1.93,2.168,0,2.049-1.93,2.049Z\" /> <path id=\"Path_1283\" data-name=\"Path 1283\" d=\"M10.134,8.524h.594v4.217h-.594Zm0,0h2.791v.564H10.134Zm0,2h2.257v.564H10.134Z\" /><path id=\"Path_1284\" data-name=\"Path 1284\" d=\"M15.916,6.88l-3.253,0c-1.712-.033-2.655-.049-3.315-.71-.68-.679-.68-1.647-.68-3.576V.658h.774V2.592c0,1.715,0,2.576.453,3.03.439.439,1.272.454,2.782.482l.151,0h3.088Z\" /><path id=\"Path_1285\" data-name=\"Path 1285\" d=\"M12.211,16H3.79A3.8,3.8,0,0,1,0,12.21V3.79A3.8,3.8,0,0,1,3.79,0l6,.053A1.746,1.746,0,0,1,11.04.6l4.477,4.781a1.8,1.8,0,0,1,.489,1.235L16,12.21A3.8,3.8,0,0,1,12.211,16M3.787.774A3.019,3.019,0,0,0,.774,3.79v8.42A3.019,3.019,0,0,0,3.79,15.226h8.421a3.019,3.019,0,0,0,3.016-3.016l.005-5.592a1.029,1.029,0,0,0-.279-.706L10.475,1.131a.962.962,0,0,0-.694-.3Z\" /></g></svg>',\r\n presentation: '<svg id=\"Group_886\" data-name=\"Group 886\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17.684\" height=\"16\" viewBox=\"0 0 17.684 16\"><defs><clipPath id=\"clip-path\"><rect id=\"Rectangle_1681\" data-name=\"Rectangle 1681\" width=\"17.684\" height=\"16\" fill=\"none\"/></clipPath></defs><g id=\"Group_885\" data-name=\"Group 885\" clip-path=\"url(#clip-path)\"> <path id=\"Path_1286\" data-name=\"Path 1286\" d=\"M12.211,11.789H5.474c-2.495,0-3.748,0-4.61-.863S0,8.811,0,6.316V5.474C0,2.979,0,1.726.864.863S2.979,0,5.474,0h6.737c2.495,0,3.747,0,4.61.863s.863,2.116.863,4.611v.842c0,2.495,0,3.747-.864,4.61s-2.114.863-4.609.863M5.474.842c-2.263,0-3.4,0-4.015.617S.842,3.21.842,5.474v.842c0,2.263,0,3.4.617,4.014s1.752.617,4.015.617h6.737c2.263,0,3.4,0,4.014-.617s.617-1.751.617-4.014V5.474c0-2.264,0-3.4-.616-4.015S14.474.842,12.211.842Z\" /><path id=\"Path_1287\" data-name=\"Path 1287\" d=\"M13.9,16a.44.44,0,0,1-.133-.021l-4.92-1.64-4.919,1.64a.422.422,0,0,1-.266-.8l4.764-1.588v-1.8a.421.421,0,0,1,.842,0v1.8l4.765,1.588A.421.421,0,0,1,13.9,16\" /></g></svg>',\r\n quiz: '<svg id=\"Group_888\" data-name=\"Group 888\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"14.476\" height=\"16\" viewBox=\"0 0 14.476 16\"><defs><clipPath id=\"clip-path\"><rect id=\"Rectangle_1682\" data-name=\"Rectangle 1682\" width=\"14.476\" height=\"16\" fill=\"none\"/></clipPath></defs><g id=\"Group_887\" data-name=\"Group 887\" clip-path=\"url(#clip-path)\"><path id=\"Path_1288\" data-name=\"Path 1288\" d=\"M9.524,16H4.953c-2.258,0-3.391,0-4.172-.781S0,13.305,0,11.048V6.476c0-2.257,0-3.39.781-4.171.715-.714,1.764-.771,3.407-.78l0,.762c-1.642.009-2.4.088-2.873.557C.762,3.4.762,4.429.762,6.476v4.572c0,2.047,0,3.075.558,3.633s1.585.557,3.633.557H9.524c2.047,0,3.075,0,3.632-.557s.558-1.586.558-3.633V6.476c0-2.047,0-3.074-.558-3.632-.468-.469-1.23-.548-2.872-.557l0-.762c1.643.009,2.693.066,3.407.78.781.781.781,1.914.781,4.171v4.572c0,2.257,0,3.39-.781,4.171S11.781,16,9.524,16\" /><path id=\"Path_1289\" data-name=\"Path 1289\" d=\"M8,9.763H3.048a.286.286,0,1,1,0-.571H8a.286.286,0,1,1,0,.571\" /><path id=\"Path_1290\" data-name=\"Path 1290\" d=\"M8,7.063H3.048a.286.286,0,1,1,0-.571H8a.286.286,0,1,1,0,.571\" /><path id=\"Path_1291\" data-name=\"Path 1291\" d=\"M8,12.476H3.048a.286.286,0,1,1,0-.571H8a.286.286,0,1,1,0,.571\" /><path id=\"Path_1292\" data-name=\"Path 1292\" d=\"M9.143,3.81H5.333A1.526,1.526,0,0,1,3.809,2.286V1.524A1.526,1.526,0,0,1,5.333,0h3.81a1.525,1.525,0,0,1,1.523,1.524v.762A1.525,1.525,0,0,1,9.143,3.81M5.333.762a.763.763,0,0,0-.762.762v.762a.763.763,0,0,0,.762.762h3.81A.762.762,0,0,0,9.9,2.286V1.524A.762.762,0,0,0,9.143.762Z\" /><path id=\"Path_1293\" data-name=\"Path 1293\" d=\"M10.64,7.445a.182.182,0,0,1-.136-.061l-.347-.389a.182.182,0,0,1,.272-.243l.211.237.732-.82a.182.182,0,1,1,.272.243l-.868.972a.182.182,0,0,1-.136.061\" /><path id=\"Path_1294\" data-name=\"Path 1294\" d=\"M10.64,10.146a.182.182,0,0,1-.136-.061L10.157,9.7a.182.182,0,0,1,.272-.243l.211.237.732-.82a.182.182,0,1,1,.272.243l-.868.972a.182.182,0,0,1-.136.061\" /><path id=\"Path_1295\" data-name=\"Path 1295\" d=\"M10.64,12.859A.182.182,0,0,1,10.5,12.8l-.347-.389a.182.182,0,0,1,.272-.243l.211.237.732-.82a.182.182,0,1,1,.272.243l-.868.972a.182.182,0,0,1-.136.061\" /></g></svg>',\r\n story: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20.554\" height=\"17.009\" viewBox=\"0 0 20.554 17.009\"><g id=\"Group_952\" data-name=\"Group 952\" transform=\"translate(-0.5 -1.491)\"> <g id=\"Group_951\" data-name=\"Group 951\"> <path id=\"Path_1356\" data-name=\"Path 1356\" d=\"M20.063,6.538,11.175,2.093a.889.889,0,0,0-.8,0L1.491,6.538a.886.886,0,0,0-.4.412,1.1,1.1,0,0,0-.1.384v5.124a.89.89,0,0,0,1.778,0V8.647l1.778.711v4.358a.89.89,0,0,0,.492.8,11.458,11.458,0,0,0,5.73,1.706,11.464,11.464,0,0,0,5.73-1.706.891.891,0,0,0,.492-.8V9.358l3-1.2a.891.891,0,0,0,.067-1.621Zm-4.842,6.629-.867.433a8.033,8.033,0,0,1-7.155,0l-.867-.433v-3.1l4.114,1.646a.887.887,0,0,0,.331.062.871.871,0,0,0,.331-.063l4.114-1.646ZM10.777,9.931,4.057,7.242l6.721-3.359L17.5,7.242,10.777,9.931ZM1.889,14.444A.889.889,0,0,0,1,15.333V17.11a.889.889,0,0,0,1.778,0V15.333A.889.889,0,0,0,1.889,14.444Z\" stroke=\"#fff\" stroke-width=\"1\"/> </g></g></svg>',\r\n video: '<svg id=\"Group_890\" data-name=\"Group 890\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><defs><clipPath id=\"clip-path\"><rect id=\"Rectangle_1683\" data-name=\"Rectangle 1683\" width=\"16\" height=\"16\" fill=\"none\"/></clipPath></defs><g id=\"Group_889\" data-name=\"Group 889\" clip-path=\"url(#clip-path)\"> <path id=\"Path_1296\" data-name=\"Path 1296\" d=\"M8,16a8,8,0,1,1,8-8,8.009,8.009,0,0,1-8,8M8,.762A7.238,7.238,0,1,0,15.238,8,7.246,7.246,0,0,0,8,.762\" /> <path id=\"Path_1297\" data-name=\"Path 1297\" d=\"M6.912,11.431a.88.88,0,0,1-.549-.194c-.507-.38-.544-1.017-.618-2.284-.019-.333-.031-.66-.031-.953s.012-.62.031-.952c.074-1.268.111-1.9.617-2.286.574-.431,1.149-.08,2.02.449.22.133.433.27.619.4.212.149.444.329.678.519.854.7,1.369,1.116,1.369,1.869s-.515,1.171-1.367,1.867c-.236.192-.468.372-.682.521-.184.131-.4.267-.617.4a3.279,3.279,0,0,1-1.47.643M6.93,5.337a.18.18,0,0,0-.11.034c-.224.168-.258.752-.314,1.72-.018.317-.03.629-.03.909s.012.591.03.909c.056.967.09,1.551.315,1.72.145.108.436-.048,1.166-.491.2-.125.4-.25.575-.373.2-.141.417-.309.635-.488.81-.659,1.089-.906,1.089-1.277s-.28-.619-1.088-1.278c-.219-.178-.435-.346-.636-.487-.174-.123-.372-.249-.575-.373A3.108,3.108,0,0,0,6.93,5.337\" /></g></svg>',\r\n\r\n success: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><g id=\"success\" transform=\"translate(-268 -524)\"><g id=\"circle-check\" transform=\"translate(268 524)\"><path id=\"Path_1570\" data-name=\"Path 1570\" d=\"M0,0H24V24H0Z\" fill=\"none\"/><path id=\"Path_1571\" data-name=\"Path 1571\" d=\"M12,21.5A9.5,9.5,0,1,1,21.5,12,9.438,9.438,0,0,1,12,21.5ZM3.5,12A8.5,8.5,0,1,0,12,3.5,8.444,8.444,0,0,0,3.5,12Z\"/> <path id=\"Path_1572\" data-name=\"Path 1572\" d=\"M11.25,14.5h-.094a.75.75,0,0,1-.473-.168l-2.156-1.75a.75.75,0,0,1,.945-1.165l1.683,1.366L14.47,9.47A.75.75,0,1,1,15.53,10.53l-3.75,3.75A.75.75,0,0,1,11.25,14.5Z\"/></g></g></svg>',\r\n error: '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><g id=\"Error\" transform=\"translate(-310 -524)\"><path id=\"Path_1570\" data-name=\"Path 1570\" d=\"M0,0H24V24H0Z\" transform=\"translate(310 524)\" fill=\"none\"/><path id=\"Path_1571\" data-name=\"Path 1571\" d=\"M12,21.5A9.5,9.5,0,1,1,21.5,12,9.438,9.438,0,0,1,12,21.5ZM3.5,12A8.5,8.5,0,1,0,12,3.5,8.444,8.444,0,0,0,3.5,12Z\" transform=\"translate(310 524)\" fill=\"#ff0a4d\"/><line id=\"Line_433\" data-name=\"Line 433\" x1=\"5\" y2=\"5\" transform=\"translate(319.5 533.5)\" fill=\"none\" stroke=\"#ff0a4d\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/><line id=\"Line_434\" data-name=\"Line 434\" x2=\"5\" y2=\"5\" transform=\"translate(319.5 533.5)\" fill=\"none\" stroke=\"#ff0a4d\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\"/></g></svg>',\r\n information: '<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.75 10.55V7.75M7.75 4.95H7.757M14.75 7.75C14.75 11.616 11.616 14.75 7.75 14.75C3.88401 14.75 0.75 11.616 0.75 7.75C0.75 3.88401 3.88401 0.75 7.75 0.75C11.616 0.75 14.75 3.88401 14.75 7.75Z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',\r\n\r\n primaryPlay: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"100%\" height=\"100%\" viewBox=\"0 0 247.285 247.285\"><defs><clipPath id=\"clip-path\"><rect id=\"Rectangle_537\" data-name=\"Rectangle 537\" width=\"247.285\" height=\"247.285\" fill=\"#fff\"/></clipPath><linearGradient id=\"linear-gradient\" x1=\"0.5\" x2=\"0.5\" y2=\"1\" gradientUnits=\"objectBoundingBox\"><stop class=\"start-stop-color\" offset=\"0\" stop-color=\"\"/><stop class=\"middle-stop-color\" offset=\"0.661\" stop-color=\"\"/><stop class=\"end-stop-color\" offset=\"1\" stop-color=\"\"/></linearGradient></defs><g id=\"Group_944\" data-name=\"Group 944\" transform=\"translate(-508.407 -275.197)\"><g id=\"Group_770\" data-name=\"Group 770\" transform=\"translate(508.407 275.197)\" opacity=\"0.5\" style=\"mix-blend-mode: overlay;isolation: isolate\"><g id=\"Group_769\" data-name=\"Group 769\"><g id=\"Group_768\" data-name=\"Group 768\" clip-path=\"url(#clip-path)\"><path id=\"Path_975\" data-name=\"Path 975\" d=\"M2042.058,1095.954a123.643,123.643,0,1,1-123.643-123.643,123.643,123.643,0,0,1,123.643,123.643\" transform=\"translate(-1794.772 -972.311)\" fill=\"#fff\"/></g></g></g><path id=\"Path_976\" data-name=\"Path 976\" d=\"M2197.875,1288.733l-60.24-33.5a7.1,7.1,0,0,0-10.546,6.2v66.994a7.1,7.1,0,0,0,10.546,6.2l60.24-33.5a7.1,7.1,0,0,0,0-12.406\" transform=\"translate(-1519.037 -896.098)\" fill=\"url(#linear-gradient)\"/></g></svg>',\r\n\r\n hadrachaHierarchy: '<svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4 19L6.757 11.649C6.82844 11.4584 6.95632 11.2942 7.12357 11.1782C7.29082 11.0623 7.48948 11.0001 7.693 11H20M4 19H18.026C18.4913 18.9999 18.942 18.8375 19.3004 18.5409C19.6589 18.2443 19.9028 17.832 19.99 17.375L20.986 12.164C21.0098 12.0208 21.0022 11.8741 20.9636 11.7342C20.925 11.5943 20.8564 11.4644 20.7626 11.3536C20.6688 11.2429 20.5519 11.1539 20.4203 11.0928C20.2886 11.0317 20.1452 11.0001 20 11M4 19C3.46957 19 2.96086 18.7893 2.58579 18.4142C2.21071 18.0391 2 17.5304 2 17V6C2 5.46957 2.21071 4.96086 2.58579 4.58579C2.96086 4.21071 3.46957 4 4 4H8L11 7H18C18.5304 7 19.0391 7.21071 19.4142 7.58579C19.7893 7.96086 20 8.46957 20 9V11\" stroke-width=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',\r\n hadrachaHierarchyResource: '<svg width=\"16\" height=\"20\" viewBox=\"0 0 16 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.8644 1V5C9.8644 5.26522 9.96966 5.51957 10.157 5.70711C10.3444 5.89464 10.5985 6 10.8634 6H14.8596M9.8644 1H2.87113C2.3412 1 1.83298 1.21071 1.45827 1.58579C1.08356 1.96086 0.873047 2.46957 0.873047 3V17C0.873047 17.5304 1.08356 18.0391 1.45827 18.4142C1.83298 18.7893 2.3412 19 2.87113 19H12.8615C13.3914 19 13.8997 18.7893 14.2744 18.4142C14.6491 18.0391 14.8596 17.5304 14.8596 17V6M9.8644 1L14.8596 6M4.8692 15H10.8634M4.8692 11H10.8634\" stroke-width=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',\r\n link: '<svg width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.99151 9.25504C7.31542 9.68851 7.72868 10.0472 8.20326 10.3067C8.67783 10.5663 9.20261 10.7206 9.74201 10.7593C10.2814 10.798 10.8228 10.72 11.3295 10.5309C11.8362 10.3417 12.2963 10.0456 12.6786 9.66275L14.9414 7.39769C15.6283 6.6857 16.0085 5.7321 15.9999 4.74229C15.9913 3.75247 15.5946 2.80563 14.8954 2.1057C14.1962 1.40577 13.2503 1.00874 12.2615 1.00014C11.2727 0.991541 10.32 1.37205 9.60877 2.05971L8.31145 3.35079M10.0085 7.74496C9.68458 7.31149 9.27132 6.95281 8.79674 6.69327C8.32217 6.43373 7.79739 6.27939 7.25799 6.24072C6.71859 6.20205 6.17719 6.27995 5.67051 6.46915C5.16383 6.65835 4.70373 6.95441 4.32141 7.33725L2.05864 9.60231C1.37167 10.3143 0.99155 11.2679 1.00014 12.2577C1.00874 13.2475 1.40536 14.1944 2.10458 14.8943C2.80381 15.5942 3.74969 15.9913 4.73851 15.9999C5.72732 16.0085 6.67996 15.628 7.39123 14.9403L8.681 13.6492\" stroke-width=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',\r\n messagePlus: '<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" ><g clip - path=\"url(#clip0_17_2752)\"><path d=\"M8 9H16\" stroke - linecap=\"round\" stroke - linejoin=\"round\"/>< path d=\"M8 13H14\" stroke- linecap=\"round\" stroke - linejoin=\"round\" /> <path d=\"M12.01 18.594L8 21V18H6C5.20435 18 4.44129 17.6839 3.87868 17.1213C3.31607 16.5587 3 15.7956 3 15V7C3 6.20435 3.31607 5.44129 3.87868 4.87868C4.44129 4.31607 5.20435 4 6 4H18C18.7956 4 19.5587 4.31607 20.1213 4.87868C20.6839 5.44129 21 6.20435 21 7V12.5\" stroke - linecap=\"round\" stroke - linejoin=\"round\" /> <path d=\"M16 19H22\" stroke - linecap=\"round\" stroke - linejoin=\"round\" /> <path d=\"M19 16V22\" stroke - linecap=\"round\" stroke - linejoin=\"round\" /> </g>< defs ><clipPath id=\"clip0_17_2752\" ><rect width=\"24\" height = \"24\" fill =\"white\" /></clipPath> </defs> </svg>',\r\n}","export const system = {\r\n college: \"college\",\r\n herum: \"herum\",\r\n hadracha: \"hadracha\"\r\n};","export const validatorsNames = {\r\n invalidIDNumber: 'invalidIDNumber',\r\n isUniqueIdValidator: 'isUniqueIdValidator',\r\n pattern: 'pattern',\r\n required: 'required'\r\n};","export const regexExpressions = {\r\n digitsOnly: /^[0-9]*$/,\r\n templateInterpolation: /{{(.+?)}}/g,\r\n sevenDigitsLength: /^\\d{7}$/,\r\n militaryIdLength: /^\\d{7,9}$/,\r\n curlyBraces: /{ }/g,\r\n squareBrackets: /\\[(.*?)\\]/,\r\n chromeVersion: /Chrome\\/(\\d+)\\./,\r\n fullDateTime: /^\\d{2}\\/\\d{2}\\/\\d{4} \\d{2}:\\d{2}:\\d{2}$/,\r\n fullRangeDateTime: /^\\d{2}\\/\\d{2}\\/\\d{4} \\d{2}:\\d{2}:\\d{2}-\\d{2}\\/\\d{2}\\/\\d{4} \\d{2}:\\d{2}:\\d{2}$/,\r\n rangeDateTimeWithoutSeconds: /^\\d{2}\\/\\d{2}\\/\\d{4} \\d{2}:\\d{2}-\\d{2}\\/\\d{2}\\/\\d{4} \\d{2}:\\d{2}$/,\r\n dateTimeWithoutSeconds: /^\\d{2}\\/\\d{2}\\/\\d{4} \\d{2}:\\d{2}$/,\r\n chromeVersionRegex: /Chrome\\/([0-9.]+)/,\r\n removeSpacesRegex: /\\s+/g,\r\n phoneNumberTenDigits: /^\\d{10}$/\r\n}","export const tableRowHeights = {\r\n switchCell: 40,\r\n doubleLines: 60,\r\n default: 25\r\n}","import { DialogConfig } from 'herum-shared/herum-types';\r\n\r\nexport const dialogsSubmitActionButtons = {\r\n save: 'שמור',\r\n approve: 'אשר',\r\n delete: 'מחק',\r\n add: 'הוסף',\r\n submit: 'הגש',\r\n pageNavigation: 'צא מהדף'\r\n};\r\n\r\nexport const dialogsCloseActionButtons = {\r\n pageNavigation: 'הישאר'\r\n};\r\n\r\nexport const dialogsTitles = {\r\n serverError: 'התרחשה שגיאה בשרת',\r\n userError: 'באסה...',\r\n cancelAttachedCollections: 'ביטול שיוך מארזים',\r\n\r\n attachCollections: 'שיוך מארזי למידה לכל המשתמשים',\r\n\r\n deleteResources: 'מחיקת משאבים',\r\n deleteResource: 'מחיקת משאב',\r\n deleteCollegeResource: 'מחיקת תיק יישום',\r\n\r\n deleteCollection: 'מחיקת מארז',\r\n\r\n addResource: 'הוספת משאב חדש',\r\n addUser: 'הוספת משתמש',\r\n\r\n editResource: 'עריכת משאב',\r\n updateResources: 'עדכון משאבים',\r\n editUser: 'עריכת משתמש',\r\n editTeacher: 'עריכת מורה',\r\n editStudent: 'עריכת חניך',\r\n\r\n editCollectionPriority: 'שינוי עדיפות למארז',\r\n editCollection: 'עריכת מארז למידה',\r\n editCollections: 'עריכת מארזים למשתמש',\r\n\r\n deleteGroups: 'מחיקת קבוצות',\r\n\r\n timeoutError: 'הבקשה כבדה מידי',\r\n\r\n pageNavigation: 'יציאה מהדף',\r\n quizSubmission: 'הגשת מבחן',\r\n notAuthorized: 'אין גישה',\r\n addExistingUser: 'אדם זה כבר משוייך',\r\n addedStructWithExistingUsers: 'שיוך גוף עם אנשים קיימים',\r\n resetQuiz: 'איפוס המבחן לחניך',\r\n removeUserFromPage: 'הסרת יוזר מעמוד',\r\n removeUserFromStruct: 'הסרת יוזר מגוף',\r\n};\r\n\r\nexport const dialogsDescriptions = {\r\n defaultInsurance: 'האם הינך בטוח כי ברצונך לבצע שינוים אלו?',\r\n unsavedChanges: 'האם הינך בטוח כי ברצונך לצאת? השינויים שבוצעו לא ישמרו',\r\n serverError: 'נראה שנתקלנו בתקלה, יש לנסות לרענן את הדף',\r\n timeoutError: 'הרגת אותנו... יש לנסות בקשה פשוטה יותר',\r\n criticalServerError: 'נראה שנתקלנו בתקלה, יש לבצע התחברות מחדש',\r\n forbiddenServerError: 'נראה שאין לך הרשאות לביצוע פעולה זו. ',\r\n cancelAttachedCollections: 'האם אתה בטוח שברצונך למחוק מארזים אלו ממשתמשים נבחרים?',\r\n attachCollections: 'האם את\\ה בטוח\\ה שברצונך לשייך את המארזים למשתמשים הנבחרים?',\r\n editCollectionPriority: 'האם את/ה בטוח/ה שברצונך לשנות את עדיפות המארז הנבחר?',\r\n deleteResources: 'האם את/ה בטוח/ה שברצונך למחוק משאבים אלו?',\r\n deleteResource: 'האם את/ה בטוח/ה שברצונך למחוק משאב זה?',\r\n deleteCollegeResource: 'האם את/ה בטוח/ה שברצונך למחוק תיק יישום זה?',\r\n updateMicroResourcesOpeningTime: 'האם ברצונך לעדכן את זמני הפתיחה של כלל המשאבים לזמני פתיחת המטלה?',\r\n\r\n editUser: 'האם את/ה בטוח/ה שברצונך לערוך משתמש זה?',\r\n\r\n deleteGroups: 'האם אתה בטוח שברצונך למחוק קבוצות אלו?',\r\n deleteCollection: 'האם את/ה בטוח/ה שברצונך למחוק מארז זה?',\r\n deleteLastResource: 'האם את/ה בטוח/ה שברצונך למחוק משאב זה ? המחיקה תוביל למחיקת המארז',\r\n addExistingUser: 'האם תרצה להחליף את התפקיד שלו לתפקיד זה?',\r\n addedStructWithExistingUsers: 'חלק מהאנשים ששייכת מהגוף כבר משוייכים לעמוד',\r\n quizPartialSubmission: 'לתשומת ליבך חלק מהשאלות לא נענו במלואן. האם ברצונך להמשיך ולהגיש את המבחן?',\r\n notAuthorized: 'איי איי איי, אין לך גישה לעמוד הזה',\r\n resetQuiz: 'איפוס המבחן לחניך ימחק את כל התשובות והציון. לא ניתן יהיה לשחזר מידע זה לאחר האיפוס.',\r\n removeUserFromPage: 'הסרת המשתמש מהעמוד תמחק את כל הנתונים שלו- כולל נתוני המבחנים אם ישנם, באופן שאינו ניתן לשחזור. האם למחוק את המשתמש?',\r\n removeUserFromStruct: 'הסרת המשתמש מהגוף תמחק את כל הנתונים שלו באופן שאינו ניתן לשחזור. האם למחוק את המשתמש?'\r\n};\r\n\r\nexport const dialogsNotes = {\r\n resetQuiz: '*שימו לב: אם מועד המענה למבחן הסתיים, יש לעדכן את הרשאת מענה לחניך.'\r\n};\r\n\r\nexport const insuranceDialogPageNavigationData: DialogConfig = {\r\n title: dialogsTitles.pageNavigation, description: dialogsDescriptions.unsavedChanges, submitActionButton: dialogsSubmitActionButtons.pageNavigation,\r\n closeActionButton: dialogsCloseActionButtons.pageNavigation\r\n};","export const calendarActiveColorCssVariable: string = '--active-calendar-color';\r\nexport const calendarHoverColorCssVariable: string = '--hover-calendar-color';\r\n\r\nexport const calendarLibrarySelector: string = 'mat-calendar';\r\nexport const calendarLibraryBodyCellSelector: string = 'td.mat-calendar-body-cell';\r\n\r\nexport const timerActiveColorCssVariable: string = '--active-timer-color';\r\nexport const timerHoverColorCssVariable: string = '--hover-timer-color';\r\nexport const timerItemSizeColorCssVariable: string = '--hover-timer-color';\r\n\r\nexport const dayInMilliSeconds: number = 60 * 60 * 24 * 1000;\r\nexport const secondInMilliseconds: number = 1000;\r\nexport const minuteInMilliseconds: number = 60 * secondInMilliseconds;\r\n\r\nexport const timePattern: string = 'HH:mm:ss';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { cloneDeep } from 'lodash';
|
|
2
|
-
import { regexExpressions, types, uploadsManagerKeys } from 'herum-shared/constants';
|
|
2
|
+
import { regexExpressions, types, uploadsManagerKeys, minuteInMilliseconds } from 'herum-shared/constants';
|
|
3
3
|
import { HttpHeaders } from '@angular/common/http';
|
|
4
4
|
import jsSHA from 'jssha';
|
|
5
5
|
|
|
@@ -278,7 +278,6 @@ const removeUnwantedProperties = (baseObject, wantedProperties) => {
|
|
|
278
278
|
return baseObject;
|
|
279
279
|
};
|
|
280
280
|
|
|
281
|
-
const minuteInMilliseconds = 60 * 1000;
|
|
282
281
|
const safetyMarginInMilliseconds = 2 * 60 * 1000;
|
|
283
282
|
const buildPath = (parts) => {
|
|
284
283
|
return parts.reduce((path, part) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"herum-shared-utils.mjs","sources":["../../../projects/herum-shared/utils/array.ts","../../../projects/herum-shared/utils/assignment.ts","../../../projects/herum-shared/utils/comparers.ts","../../../projects/herum-shared/utils/date.ts","../../../projects/herum-shared/utils/element.ts","../../../projects/herum-shared/utils/file.ts","../../../projects/herum-shared/utils/browser.ts","../../../projects/herum-shared/utils/hierarchy.ts","../../../projects/herum-shared/utils/number.ts","../../../projects/herum-shared/utils/object.ts","../../../projects/herum-shared/utils/request-helpers.ts","../../../projects/herum-shared/utils/style.ts","../../../projects/herum-shared/utils/subscription.ts","../../../projects/herum-shared/utils/string.ts","../../../projects/herum-shared/utils/herum-shared-utils.ts"],"sourcesContent":["import { IdentifiedEntity } from 'herum-shared/herum-types';\r\n\r\nexport const flatten = <T>(arr: T[][]): T[] => {\r\n if (!arr)\r\n return [];\r\n\r\n return arr.reduce((acc, cur) => acc.concat(cur), []);\r\n};\r\n\r\nexport const findKeyByValue = (array: {}[], value: any) => {\r\n const entry = array.find(object => Object.values(object).includes(value));\r\n return entry ? Object.keys(entry)[0] : undefined;\r\n};\r\n\r\nexport const parseToIdentifiedEntitiesArray = (array: string[]): IdentifiedEntity[] => {\r\n return array.map((name, index) => { return { name, id: index.toString() } });\r\n};","export const getAssignmentStateDisplayName = (state) => {\n return state == 0 ? 'שיבוץ זמני' : state == 1 ? 'אכ\"א' : 'אג\"ת';\n};\n","import { cloneDeep } from \"lodash\";\r\n\r\nexport type ListsDiffs<Item extends { [innerItemProperty: string]: { id: string } } | {}> = { deletedItems: Item[], newItems: Item[], updatedItems: Item[] };\r\n\r\nexport const getDifferencesInObjects = <MainObject, ObjectToCheck>(mainObject: MainObject, comparedObject: ObjectToCheck) => {\r\n let changedFieldsObject: { [key: string]: any[] } = {};\r\n Object.keys(comparedObject).forEach(key => {\r\n if (Array.isArray(comparedObject[key]) && mainObject[key])\r\n changedFieldsObject[key] = mainObject[key].filter(item => !comparedObject[key].map(object => object.id).includes(item.id));\r\n\r\n if (!changedFieldsObject[key]?.length)\r\n delete changedFieldsObject[key];\r\n })\r\n\r\n return changedFieldsObject;\r\n};\r\n\r\nexport const removeCommonObjectsBetweenArrays = <MainItem extends { id: string; }, CheckedItem extends { id: string; }>(mainArray: MainItem[], checkedArray: CheckedItem[]): MainItem[] => {\r\n const clonedMainArray: MainItem[] = cloneDeep(mainArray);\r\n return clonedMainArray.filter(mainItem => !checkedArray.some(comparedItem => comparedItem.id === mainItem.id));\r\n};\r\n\r\nexport const removeCommonItemsInObjectsFields = (mainObject: { [key: string]: any }, secondaryObject: { [key: string]: any }) => {\r\n const mainKeys: string[] = Object.keys(mainObject);\r\n const secondaryKeys: string[] = Object.keys(secondaryObject);\r\n\r\n mainKeys.forEach(mainKey => {\r\n const mainValue = mainObject[mainKey];\r\n\r\n if (Array.isArray(mainValue)) {\r\n const mainItemsIds = mainValue.map(item => item.id);\r\n\r\n secondaryKeys.forEach(secondaryKey => {\r\n const secondaryValue = secondaryObject[secondaryKey];\r\n\r\n if (Array.isArray(secondaryValue)) {\r\n const uniqueItems = secondaryValue.filter(item => !mainItemsIds.includes(item.id));\r\n secondaryObject[secondaryKey] = uniqueItems;\r\n\r\n if (!secondaryObject[secondaryKey].length)\r\n delete secondaryObject[secondaryKey];\r\n }\r\n });\r\n }\r\n });\r\n\r\n return secondaryObject;\r\n};\r\n\r\nexport const getDifferencesInLists = <Item extends { [innerItemProperty: string]: { id: string } } | {}>(sourceList: Item[], editedList: Item[], innerItemProperty: string): ListsDiffs<Item> => {\r\n const newItems = editedList.filter(\r\n newItem => !sourceList.some(sourceItem => sourceItem[innerItemProperty]?.id === newItem[innerItemProperty]?.id)\r\n );\r\n const deletedItems = sourceList.filter(\r\n sourceItem => !editedList.some(newItem => newItem[innerItemProperty]?.id === sourceItem[innerItemProperty]?.id)\r\n );\r\n\r\n const updatedItems = editedList.filter(item => {\r\n const prev = sourceList.find(sourceItem => sourceItem[innerItemProperty]?.id === item[innerItemProperty]?.id);\r\n\r\n return prev && JSON.stringify(prev) !== JSON.stringify(item);\r\n });\r\n\r\n return { deletedItems: deletedItems, newItems: newItems, updatedItems: updatedItems };\r\n};\r\n\r\nexport const removeDuplicatesBetweenArrays = <Item>(mainArray: Item[], otherArray: Item[]): Item[] => {\r\n const getUserId = (u: any) => u?.user?.id ?? u?.id;\r\n const clonedOtherArray: Item[] = Array.isArray(otherArray) ? cloneDeep(otherArray) : [];\r\n const clonedMainArray: Item[] = Array.isArray(mainArray) ? cloneDeep(mainArray) : [];\r\n\r\n const mergedArrays = [...clonedMainArray, ...clonedOtherArray].filter((user, index, arr) => arr.findIndex((u) => getUserId(u) === getUserId(user)) === index);\r\n\r\n return mergedArrays;\r\n};","import { MicroResourceAuthorizationBase } from 'herum-shared/herum-types';\r\n\r\nexport const convertToDate = (dateString: string) => {\r\n const date = new Date(dateString);\r\n\r\n const day = date.getDate();\r\n const month = date.getMonth() + 1;\r\n const year = date.getFullYear();\r\n\r\n if (day == 1 && month == 1 && year == 1) return '(התאריך לא קיים)'\r\n\r\n return `${day}/${month}/${year}`;\r\n};\r\n\r\nexport const generateNewTimeStamp = () => {\r\n let date = new Date();\r\n\r\n let year = date.getUTCFullYear();\r\n let month = String(date.getUTCMonth() + 1).padStart(2, '0');\r\n let day = String(date.getUTCDate()).padStart(2, '0');\r\n let hours = String(date.getUTCHours()).padStart(2, '0');\r\n let minutes = String(date.getUTCMinutes()).padStart(2, '0');\r\n let seconds = String(date.getUTCSeconds()).padStart(2, '0');\r\n let milliseconds = String(date.getUTCMilliseconds()).padStart(3, '0');\r\n\r\n return `${year}-${month}-${day}T${hours}:${minutes}:${seconds}.${milliseconds}Z`;\r\n};\r\n\r\nexport const updateFullYear = (dateToUpdate: Date, date: Date) => {\r\n const year = date.getFullYear();\r\n const month = date.getMonth();\r\n const day = date.getDate();\r\n dateToUpdate.setFullYear(year, month, day);\r\n\r\n return dateToUpdate;\r\n};\r\n\r\nexport const getMicroResourceTextualTimeString = (microResourceAuthorization: MicroResourceAuthorizationBase): string => {\r\n if (!microResourceAuthorization) return 'לא קיים'\r\n const now = new Date();\r\n let isOpeningTimePass = microResourceAuthorization.openingTime && new Date(microResourceAuthorization.openingTime).getTime() < now.getTime();\r\n let isClosingTimePass = microResourceAuthorization.closingTime && new Date(microResourceAuthorization.closingTime).getTime() < now.getTime();\r\n\r\n if (isClosingTimePass && isOpeningTimePass) return 'סגור';\r\n\r\n let time: Date = new Date(isOpeningTimePass ? microResourceAuthorization.closingTime : microResourceAuthorization.openingTime)\r\n let res: string;\r\n\r\n const diff = Math.abs(time.getTime() - now.getTime());\r\n const seconds = Math.floor(diff / 1000);\r\n const minutes = Math.floor(seconds / 60);\r\n const hours = Math.floor(minutes / 60);\r\n const days = Math.floor(hours / 24);\r\n const weeks = Math.floor(days / 7);\r\n const months = Math.floor(days / 30);\r\n const years = Math.floor(days / 365);\r\n\r\n if (isOpeningTimePass) {\r\n time = new Date(microResourceAuthorization.closingTime)\r\n if (years > 10) return 'פתוח'\r\n\r\n res = \"יסגר בעוד \"\r\n }\r\n else {\r\n time = new Date(microResourceAuthorization.openingTime);\r\n if (isNaN(time.getTime())) return 'סגור';\r\n if (years > 10) return 'סגור'\r\n\r\n res = \"יפתח בעוד \"\r\n }\r\n\r\n if (years != 0)\r\n res += `${years} שנים`;\r\n else if (months != 0)\r\n res += `${months} חודשים`;\r\n else if (weeks != 0)\r\n res += `${weeks} שבועות`;\r\n else if (days != 0)\r\n res += `${days} ימים`;\r\n else if (hours != 0)\r\n res += `${hours} שעות`;\r\n else if (minutes != 0)\r\n res += `${minutes} דקות`;\r\n else if (seconds != 0)\r\n res += `${seconds} שניות`;\r\n else\r\n return res.split(\" \")[0] + ' עכשיו';\r\n return res;\r\n};\r\n\r\nexport const getTimeAsAgo = (time: Date) => {\r\n const diff = new Date().getTime() - time.getTime();\r\n const seconds = Math.floor(diff / 1000);\r\n const minutes = Math.floor(seconds / 60);\r\n const hours = Math.floor(minutes / 60);\r\n const days = Math.floor(hours / 24);\r\n const weeks = Math.floor(days / 7);\r\n const months = Math.floor(days / 30);\r\n const years = Math.floor(days / 365);\r\n\r\n let res = 'לפני ';\r\n if (years != 0)\r\n res += `${years} שנים`;\r\n else if (months != 0)\r\n res += `${months} חודשים`;\r\n else if (weeks != 0)\r\n res += `${weeks} שבועות`;\r\n else if (days != 0)\r\n res += `${days} ימים`;\r\n else if (hours != 0)\r\n res += `${hours} שעות`;\r\n else if (minutes != 0)\r\n res += `${minutes} דקות`;\r\n else if (seconds != 0)\r\n res += `${seconds} שניות`;\r\n else\r\n res = ' עכשיו';\r\n\r\n return res;\r\n};","import { ElementRef, QueryList } from \"@angular/core\";\r\nimport { EntitiesLayoutProperties } from 'herum-shared/herum-types';\r\n\r\nconst entityGap: number = 12;\r\n\r\nexport const isTruncatedTitleElement = (element: HTMLElement): boolean => {\r\n const renderedWidth = element.offsetWidth;\r\n const scrollWidth = element.scrollWidth;\r\n\r\n return element.innerText.includes('...') || renderedWidth < scrollWidth || element.scrollHeight > element.offsetHeight;\r\n};\r\n\r\nexport const getEntitiesLayoutProperties = (entitiesWrapperElement: ElementRef, entitiesElement: QueryList<ElementRef>, entities: unknown[], entitiesWrapperHeight?: number): EntitiesLayoutProperties => {\r\n const entitiesWrapper = entitiesWrapperElement.nativeElement;\r\n const entitiesWrapperWidth = entitiesWrapper.clientWidth;\r\n\r\n entitiesWrapperHeight = entitiesWrapperHeight ?? entitiesWrapper.clientHeight;\r\n\r\n const entityWidth = entitiesElement.first.nativeElement.offsetWidth;\r\n const entityHeight = entitiesElement.first.nativeElement.offsetHeight;\r\n\r\n const columns = Math.max(1, Math.floor((entitiesWrapperWidth + entityGap) / (entityWidth + entityGap)));\r\n let rows = Math.max(1, Math.floor((entitiesWrapperHeight + entityGap) / (entityHeight + entityGap)));\r\n\r\n const numberOfElementsInPage = rows * columns;\r\n const totalPages = Math.ceil(entities.length / numberOfElementsInPage);\r\n\r\n return { numberOfElementsInPage, totalPages, columns, rows, entityWidth, entityHeight, entitiesWrapperHeight, entitiesWrapperWidth };\r\n};\r\n\r\nexport const setElementsGridStyle = (entitiesWrapperElement: ElementRef, layoutProperties: EntitiesLayoutProperties) => {\r\n const entitiesWrapper = entitiesWrapperElement.nativeElement;\r\n let { columns, rows, entityWidth, entityHeight, entitiesWrapperWidth, entitiesWrapperHeight } = layoutProperties;\r\n\r\n const columnGap = (entitiesWrapperWidth - columns * entityWidth) / columns - 1;\r\n const rowGap = (entitiesWrapperHeight - rows * entityHeight) / rows - 1;\r\n\r\n let gap = Math.min(columnGap, rowGap);\r\n gap = gap < entityGap ? entityGap : gap;\r\n\r\n entitiesWrapper.style.gridTemplateColumns = `repeat(${columns}, ${entityWidth}px)`;\r\n entitiesWrapper.style.gridTemplateRows = `repeat(${rows}, ${entityHeight}px)`;\r\n entitiesWrapper.style.gridAutoRows = `${entityHeight} px`;\r\n entitiesWrapper.style.gap = `${gap}px`;\r\n};\r\n\r\nexport const setNavFlexLayoutStyle = (entitiesSectionElement: ElementRef, entitiesWrapperElement: ElementRef, showNavButtons: boolean, navButtonsWidth: number) => {\r\n const entitiesWrapper = entitiesWrapperElement.nativeElement;\r\n\r\n entitiesWrapper.style.width = `calc(100% - ${showNavButtons || entitiesWrapper.style.display === 'grid' ? navButtonsWidth : 0}px)`;\r\n\r\n if (entitiesWrapper.style.display !== 'flex') {\r\n entitiesSectionElement.nativeElement.style.alignItems = 'center';\r\n\r\n entitiesWrapper.style.display = 'flex';\r\n entitiesWrapper.style.gap = `${entityGap}px`;\r\n entitiesWrapper.style.justifyContent = 'normal';\r\n }\r\n};\r\n\r\nexport const setNavFlexLayout = (entitiesSectionElement: ElementRef, entitiesWrapperElement: ElementRef, navButtonElement: ElementRef, entitiesElement: QueryList<ElementRef>) => {\r\n const entitiesSectionElementWidth = entitiesSectionElement.nativeElement.clientWidth;\r\n const cardWidth = entitiesElement.first?.nativeElement?.clientWidth;\r\n\r\n const navButtonsWidth = navButtonElement?.nativeElement?.offsetWidth ?? 0;\r\n\r\n const availableWidth = entitiesSectionElementWidth - navButtonsWidth;\r\n const numberOfElementsInPage = Math.max(1, Math.floor((availableWidth + entityGap) / (cardWidth + entityGap)));\r\n\r\n const showNavButtons = entitiesElement?.length - numberOfElementsInPage > 0;\r\n setNavFlexLayoutStyle(entitiesSectionElement, entitiesWrapperElement, showNavButtons, navButtonsWidth);\r\n\r\n return numberOfElementsInPage;\r\n};\r\n","export const getDeserializedFile = async (response: Response, fileName: string, fileType?: string) => {\n const blob = await response.blob();\n return new File([blob], fileName, { type: fileType ?? blob.type });\n};\n\nexport const downloadFile = (fileName: string, data: File | Blob) => {\n const objectUrl = URL.createObjectURL(data);\n const anchorElement = document.createElement('a');\n anchorElement.href = objectUrl;\n anchorElement.download = fileName;\n anchorElement.click();\n\n anchorElement.remove();\n URL.revokeObjectURL(objectUrl);\n};","import { regexExpressions } from \"herum-shared/constants\";\r\n\r\nexport const getBrowserVersion = (browserRegexExp: RegExp): number | undefined => {\r\n let browserVersionMatchResult: RegExpMatchArray = navigator.userAgent.match(browserRegexExp);\r\n return browserVersionMatchResult ? parseInt(browserVersionMatchResult[1], 10) : undefined;\r\n};\r\n\r\n\r\nexport const getChromeVersion = () => {\r\n const userAgent = navigator.userAgent;\r\n const match = userAgent.match(regexExpressions.chromeVersionRegex);\r\n if (match)\r\n return match[1];\r\n\r\n return undefined;\r\n};","import { FullHierarchyPartsPlaces } from 'herum-shared/herum-types';\n\nexport const getHierarchyPartIfExist = (parts: string[], part: FullHierarchyPartsPlaces) => {\n return parts.length > part ? parts[part] : '';\n};\n","export const bytesToMegabytes = (bytes: number): number => {\r\n return bytes / (1024 ** 2);\r\n};","import { types } from \"herum-shared/constants\";\r\n\r\nexport const remainJustWantedValueInDictionary = (wantedValue: string, fields: { [key: string]: any }) => {\r\n let object = {};\r\n\r\n Object.entries(fields).forEach(([key, value]) => {\r\n (Array.isArray(value)) ?\r\n object[key] = value.map(item => (typeof item === types.object ? { [wantedValue]: item[wantedValue] } : { [wantedValue]: item }))\r\n :\r\n object[key] = (typeof value === types.object ? { [wantedValue]: value[wantedValue] } : value);\r\n\r\n });\r\n return object;\r\n};\r\n\r\nexport const removeUnwantedProperties = (baseObject: any, wantedProperties: string[]) => {\r\n let unwantedProperties = Object.keys(baseObject).filter(property => !wantedProperties.includes(property))\r\n unwantedProperties.forEach(property => delete baseObject[property])\r\n return baseObject;\r\n};","import { HttpHeaders } from \"@angular/common/http\";\r\nimport { uploadsManagerKeys } from \"herum-shared/constants\";\r\nimport { DependentMetadata } from 'herum-shared/herum-types';\r\n\r\nconst minuteInMilliseconds: number = 60 * 1000;\r\nconst safetyMarginInMilliseconds: number = 2 * 60 * 1000;\r\n\r\nexport const buildPath = (parts: string[]) => {\r\n return parts.reduce((path, part) => {\r\n return path + '/' + part;\r\n }, '').slice(1);\r\n};\r\n\r\nexport const setHeaders = (headers: HttpHeaders, headersToSet: { key: string, value: any }[], isEncodeURIComponent?: boolean): HttpHeaders => {\r\n headersToSet.forEach(headerToSet => {\r\n headers = headers.set(headerToSet.key, isEncodeURIComponent ? encodeURIComponent((headerToSet.value).toString()) : (headerToSet.value).toString());\r\n });\r\n return headers;\r\n};\r\n\r\nexport const convertDependentMetadataToHeaders = (dependentMetadata: DependentMetadata) => {\r\n if (dependentMetadata)\r\n var { dependentId, commonDependentsId, numberOfObservableArrowFunctions } = dependentMetadata;\r\n\r\n let headers: HttpHeaders = new HttpHeaders();\r\n\r\n if (dependentId) {\r\n headers = setHeaders(headers, [\r\n { key: uploadsManagerKeys.dependentIdHeader, value: dependentId },\r\n { key: uploadsManagerKeys.commonDependentsIdHeader, value: commonDependentsId },\r\n { key: uploadsManagerKeys.numberOfObservableArrowFunctionsHeader, value: numberOfObservableArrowFunctions }\r\n ]);\r\n }\r\n\r\n return headers;\r\n};\r\n\r\nexport const getVersionPathParameter = (lastUpdateTime: Date) => {\r\n if (!lastUpdateTime) return;\r\n return (Date.now() - lastUpdateTime?.getTime() < 10 * minuteInMilliseconds + safetyMarginInMilliseconds) ? `?v=${lastUpdateTime?.toISOString()}` : '';\r\n};","export const convertHeightToPixels = (value: string): number => {\n const numberValue: number = parseInt(value, 10);\n\n if (value.endsWith('vh'))\n return numberValue * (window.innerHeight / 100);\n else if (value.endsWith('px'))\n return numberValue;\n\n return numberValue;\n};\n\nexport const getDropdownAnimationStates = (\n isDropdownOpen: boolean,\n dropDownDirection: 'upwards' | 'downwards'\n) => {\n if (isDropdownOpen)\n return dropDownDirection === 'upwards' ? 'openUp' : 'openDown';\n\n return dropDownDirection === 'upwards' ? 'closeDown' : 'closeUp';\n};","import { CollectionSubscription, ResourceSubscription } from 'herum-shared/herum-types';\n\nexport const getSubscriptionWithLastActivityTime = (\n subscriptions: CollectionSubscription[] | ResourceSubscription[]\n): CollectionSubscription => {\n if (!subscriptions?.length)\n return null;\n\n return (subscriptions as CollectionSubscription[])?.reduce((max, subscription) => {\n return (new Date(subscription.lastActivityTime) > new Date(max.lastActivityTime)) ? subscription : max;\n });\n};\n\nexport const getLastSubscriptionByField = (\n subscriptions: CollectionSubscription[] | ResourceSubscription[],\n field: string\n): CollectionSubscription => {\n if (!subscriptions?.length)\n return null;\n\n return (subscriptions as CollectionSubscription[])?.reduce((max, subscription) => {\n return (new Date(subscription[field]) > new Date(max[field])) ? subscription : max;\n });\n};","import { regexExpressions } from \"herum-shared/constants\";\r\n\r\nimport jsSHA from 'jssha';\r\n\r\nexport const toHash = (source: string) => {\r\n let shaObj = new jsSHA('SHA-256', 'TEXT');\r\n shaObj.update(source);\r\n let hash = shaObj.getHash('HEX');\r\n\r\n return hash;\r\n};\r\n\r\nexport const toFirstCapitalLetter = (text: string) => {\r\n return text[0].toUpperCase() + text.slice(1);\r\n};\r\n\r\nexport const toFirstLowerCaseLetter = (text: string) => {\r\n if (!text) return;\r\n return text[0].toLocaleLowerCase() + text.slice(1);\r\n};\r\n\r\nexport const camelCaseToPascalCase = (camelCase: string) => {\r\n return camelCase.charAt(0).toUpperCase() + camelCase.slice(1);\r\n};\r\n\r\nexport const capitalizeWord = (word: string): string => {\r\n return word.charAt(0).toUpperCase() + word.slice(1);\r\n};\r\n\r\nexport const replaceInterpolateKeysWithObjectProperties = (string: string, object: Object): string => {\r\n const matches = string.match(regexExpressions.templateInterpolation);\r\n\r\n if (matches)\r\n matches.forEach((match) => { const key = match.slice(2, -2); string = string.replace(match, object[key]) });\r\n\r\n return string;\r\n};","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"herum-shared-utils.mjs","sources":["../../../projects/herum-shared/utils/array.ts","../../../projects/herum-shared/utils/assignment.ts","../../../projects/herum-shared/utils/comparers.ts","../../../projects/herum-shared/utils/date.ts","../../../projects/herum-shared/utils/element.ts","../../../projects/herum-shared/utils/file.ts","../../../projects/herum-shared/utils/browser.ts","../../../projects/herum-shared/utils/hierarchy.ts","../../../projects/herum-shared/utils/number.ts","../../../projects/herum-shared/utils/object.ts","../../../projects/herum-shared/utils/request-helpers.ts","../../../projects/herum-shared/utils/style.ts","../../../projects/herum-shared/utils/subscription.ts","../../../projects/herum-shared/utils/string.ts","../../../projects/herum-shared/utils/herum-shared-utils.ts"],"sourcesContent":["import { IdentifiedEntity } from 'herum-shared/herum-types';\r\n\r\nexport const flatten = <T>(arr: T[][]): T[] => {\r\n if (!arr)\r\n return [];\r\n\r\n return arr.reduce((acc, cur) => acc.concat(cur), []);\r\n};\r\n\r\nexport const findKeyByValue = (array: {}[], value: any) => {\r\n const entry = array.find(object => Object.values(object).includes(value));\r\n return entry ? Object.keys(entry)[0] : undefined;\r\n};\r\n\r\nexport const parseToIdentifiedEntitiesArray = (array: string[]): IdentifiedEntity[] => {\r\n return array.map((name, index) => { return { name, id: index.toString() } });\r\n};","export const getAssignmentStateDisplayName = (state) => {\n return state == 0 ? 'שיבוץ זמני' : state == 1 ? 'אכ\"א' : 'אג\"ת';\n};\n","import { cloneDeep } from \"lodash\";\r\n\r\nexport type ListsDiffs<Item extends { [innerItemProperty: string]: { id: string } } | {}> = { deletedItems: Item[], newItems: Item[], updatedItems: Item[] };\r\n\r\nexport const getDifferencesInObjects = <MainObject, ObjectToCheck>(mainObject: MainObject, comparedObject: ObjectToCheck) => {\r\n let changedFieldsObject: { [key: string]: any[] } = {};\r\n Object.keys(comparedObject).forEach(key => {\r\n if (Array.isArray(comparedObject[key]) && mainObject[key])\r\n changedFieldsObject[key] = mainObject[key].filter(item => !comparedObject[key].map(object => object.id).includes(item.id));\r\n\r\n if (!changedFieldsObject[key]?.length)\r\n delete changedFieldsObject[key];\r\n })\r\n\r\n return changedFieldsObject;\r\n};\r\n\r\nexport const removeCommonObjectsBetweenArrays = <MainItem extends { id: string; }, CheckedItem extends { id: string; }>(mainArray: MainItem[], checkedArray: CheckedItem[]): MainItem[] => {\r\n const clonedMainArray: MainItem[] = cloneDeep(mainArray);\r\n return clonedMainArray.filter(mainItem => !checkedArray.some(comparedItem => comparedItem.id === mainItem.id));\r\n};\r\n\r\nexport const removeCommonItemsInObjectsFields = (mainObject: { [key: string]: any }, secondaryObject: { [key: string]: any }) => {\r\n const mainKeys: string[] = Object.keys(mainObject);\r\n const secondaryKeys: string[] = Object.keys(secondaryObject);\r\n\r\n mainKeys.forEach(mainKey => {\r\n const mainValue = mainObject[mainKey];\r\n\r\n if (Array.isArray(mainValue)) {\r\n const mainItemsIds = mainValue.map(item => item.id);\r\n\r\n secondaryKeys.forEach(secondaryKey => {\r\n const secondaryValue = secondaryObject[secondaryKey];\r\n\r\n if (Array.isArray(secondaryValue)) {\r\n const uniqueItems = secondaryValue.filter(item => !mainItemsIds.includes(item.id));\r\n secondaryObject[secondaryKey] = uniqueItems;\r\n\r\n if (!secondaryObject[secondaryKey].length)\r\n delete secondaryObject[secondaryKey];\r\n }\r\n });\r\n }\r\n });\r\n\r\n return secondaryObject;\r\n};\r\n\r\nexport const getDifferencesInLists = <Item extends { [innerItemProperty: string]: { id: string } } | {}>(sourceList: Item[], editedList: Item[], innerItemProperty: string): ListsDiffs<Item> => {\r\n const newItems = editedList.filter(\r\n newItem => !sourceList.some(sourceItem => sourceItem[innerItemProperty]?.id === newItem[innerItemProperty]?.id)\r\n );\r\n const deletedItems = sourceList.filter(\r\n sourceItem => !editedList.some(newItem => newItem[innerItemProperty]?.id === sourceItem[innerItemProperty]?.id)\r\n );\r\n\r\n const updatedItems = editedList.filter(item => {\r\n const prev = sourceList.find(sourceItem => sourceItem[innerItemProperty]?.id === item[innerItemProperty]?.id);\r\n\r\n return prev && JSON.stringify(prev) !== JSON.stringify(item);\r\n });\r\n\r\n return { deletedItems: deletedItems, newItems: newItems, updatedItems: updatedItems };\r\n};\r\n\r\nexport const removeDuplicatesBetweenArrays = <Item>(mainArray: Item[], otherArray: Item[]): Item[] => {\r\n const getUserId = (u: any) => u?.user?.id ?? u?.id;\r\n const clonedOtherArray: Item[] = Array.isArray(otherArray) ? cloneDeep(otherArray) : [];\r\n const clonedMainArray: Item[] = Array.isArray(mainArray) ? cloneDeep(mainArray) : [];\r\n\r\n const mergedArrays = [...clonedMainArray, ...clonedOtherArray].filter((user, index, arr) => arr.findIndex((u) => getUserId(u) === getUserId(user)) === index);\r\n\r\n return mergedArrays;\r\n};","import { MicroResourceAuthorizationBase } from 'herum-shared/herum-types';\r\n\r\nexport const convertToDate = (dateString: string) => {\r\n const date = new Date(dateString);\r\n\r\n const day = date.getDate();\r\n const month = date.getMonth() + 1;\r\n const year = date.getFullYear();\r\n\r\n if (day == 1 && month == 1 && year == 1) return '(התאריך לא קיים)'\r\n\r\n return `${day}/${month}/${year}`;\r\n};\r\n\r\nexport const generateNewTimeStamp = () => {\r\n let date = new Date();\r\n\r\n let year = date.getUTCFullYear();\r\n let month = String(date.getUTCMonth() + 1).padStart(2, '0');\r\n let day = String(date.getUTCDate()).padStart(2, '0');\r\n let hours = String(date.getUTCHours()).padStart(2, '0');\r\n let minutes = String(date.getUTCMinutes()).padStart(2, '0');\r\n let seconds = String(date.getUTCSeconds()).padStart(2, '0');\r\n let milliseconds = String(date.getUTCMilliseconds()).padStart(3, '0');\r\n\r\n return `${year}-${month}-${day}T${hours}:${minutes}:${seconds}.${milliseconds}Z`;\r\n};\r\n\r\nexport const updateFullYear = (dateToUpdate: Date, date: Date) => {\r\n const year = date.getFullYear();\r\n const month = date.getMonth();\r\n const day = date.getDate();\r\n dateToUpdate.setFullYear(year, month, day);\r\n\r\n return dateToUpdate;\r\n};\r\n\r\nexport const getMicroResourceTextualTimeString = (microResourceAuthorization: MicroResourceAuthorizationBase): string => {\r\n if (!microResourceAuthorization) return 'לא קיים'\r\n const now = new Date();\r\n let isOpeningTimePass = microResourceAuthorization.openingTime && new Date(microResourceAuthorization.openingTime).getTime() < now.getTime();\r\n let isClosingTimePass = microResourceAuthorization.closingTime && new Date(microResourceAuthorization.closingTime).getTime() < now.getTime();\r\n\r\n if (isClosingTimePass && isOpeningTimePass) return 'סגור';\r\n\r\n let time: Date = new Date(isOpeningTimePass ? microResourceAuthorization.closingTime : microResourceAuthorization.openingTime)\r\n let res: string;\r\n\r\n const diff = Math.abs(time.getTime() - now.getTime());\r\n const seconds = Math.floor(diff / 1000);\r\n const minutes = Math.floor(seconds / 60);\r\n const hours = Math.floor(minutes / 60);\r\n const days = Math.floor(hours / 24);\r\n const weeks = Math.floor(days / 7);\r\n const months = Math.floor(days / 30);\r\n const years = Math.floor(days / 365);\r\n\r\n if (isOpeningTimePass) {\r\n time = new Date(microResourceAuthorization.closingTime)\r\n if (years > 10) return 'פתוח'\r\n\r\n res = \"יסגר בעוד \"\r\n }\r\n else {\r\n time = new Date(microResourceAuthorization.openingTime);\r\n if (isNaN(time.getTime())) return 'סגור';\r\n if (years > 10) return 'סגור'\r\n\r\n res = \"יפתח בעוד \"\r\n }\r\n\r\n if (years != 0)\r\n res += `${years} שנים`;\r\n else if (months != 0)\r\n res += `${months} חודשים`;\r\n else if (weeks != 0)\r\n res += `${weeks} שבועות`;\r\n else if (days != 0)\r\n res += `${days} ימים`;\r\n else if (hours != 0)\r\n res += `${hours} שעות`;\r\n else if (minutes != 0)\r\n res += `${minutes} דקות`;\r\n else if (seconds != 0)\r\n res += `${seconds} שניות`;\r\n else\r\n return res.split(\" \")[0] + ' עכשיו';\r\n return res;\r\n};\r\n\r\nexport const getTimeAsAgo = (time: Date) => {\r\n const diff = new Date().getTime() - time.getTime();\r\n const seconds = Math.floor(diff / 1000);\r\n const minutes = Math.floor(seconds / 60);\r\n const hours = Math.floor(minutes / 60);\r\n const days = Math.floor(hours / 24);\r\n const weeks = Math.floor(days / 7);\r\n const months = Math.floor(days / 30);\r\n const years = Math.floor(days / 365);\r\n\r\n let res = 'לפני ';\r\n if (years != 0)\r\n res += `${years} שנים`;\r\n else if (months != 0)\r\n res += `${months} חודשים`;\r\n else if (weeks != 0)\r\n res += `${weeks} שבועות`;\r\n else if (days != 0)\r\n res += `${days} ימים`;\r\n else if (hours != 0)\r\n res += `${hours} שעות`;\r\n else if (minutes != 0)\r\n res += `${minutes} דקות`;\r\n else if (seconds != 0)\r\n res += `${seconds} שניות`;\r\n else\r\n res = ' עכשיו';\r\n\r\n return res;\r\n};","import { ElementRef, QueryList } from \"@angular/core\";\r\nimport { EntitiesLayoutProperties } from 'herum-shared/herum-types';\r\n\r\nconst entityGap: number = 12;\r\n\r\nexport const isTruncatedTitleElement = (element: HTMLElement): boolean => {\r\n const renderedWidth = element.offsetWidth;\r\n const scrollWidth = element.scrollWidth;\r\n\r\n return element.innerText.includes('...') || renderedWidth < scrollWidth || element.scrollHeight > element.offsetHeight;\r\n};\r\n\r\nexport const getEntitiesLayoutProperties = (entitiesWrapperElement: ElementRef, entitiesElement: QueryList<ElementRef>, entities: unknown[], entitiesWrapperHeight?: number): EntitiesLayoutProperties => {\r\n const entitiesWrapper = entitiesWrapperElement.nativeElement;\r\n const entitiesWrapperWidth = entitiesWrapper.clientWidth;\r\n\r\n entitiesWrapperHeight = entitiesWrapperHeight ?? entitiesWrapper.clientHeight;\r\n\r\n const entityWidth = entitiesElement.first.nativeElement.offsetWidth;\r\n const entityHeight = entitiesElement.first.nativeElement.offsetHeight;\r\n\r\n const columns = Math.max(1, Math.floor((entitiesWrapperWidth + entityGap) / (entityWidth + entityGap)));\r\n let rows = Math.max(1, Math.floor((entitiesWrapperHeight + entityGap) / (entityHeight + entityGap)));\r\n\r\n const numberOfElementsInPage = rows * columns;\r\n const totalPages = Math.ceil(entities.length / numberOfElementsInPage);\r\n\r\n return { numberOfElementsInPage, totalPages, columns, rows, entityWidth, entityHeight, entitiesWrapperHeight, entitiesWrapperWidth };\r\n};\r\n\r\nexport const setElementsGridStyle = (entitiesWrapperElement: ElementRef, layoutProperties: EntitiesLayoutProperties) => {\r\n const entitiesWrapper = entitiesWrapperElement.nativeElement;\r\n let { columns, rows, entityWidth, entityHeight, entitiesWrapperWidth, entitiesWrapperHeight } = layoutProperties;\r\n\r\n const columnGap = (entitiesWrapperWidth - columns * entityWidth) / columns - 1;\r\n const rowGap = (entitiesWrapperHeight - rows * entityHeight) / rows - 1;\r\n\r\n let gap = Math.min(columnGap, rowGap);\r\n gap = gap < entityGap ? entityGap : gap;\r\n\r\n entitiesWrapper.style.gridTemplateColumns = `repeat(${columns}, ${entityWidth}px)`;\r\n entitiesWrapper.style.gridTemplateRows = `repeat(${rows}, ${entityHeight}px)`;\r\n entitiesWrapper.style.gridAutoRows = `${entityHeight} px`;\r\n entitiesWrapper.style.gap = `${gap}px`;\r\n};\r\n\r\nexport const setNavFlexLayoutStyle = (entitiesSectionElement: ElementRef, entitiesWrapperElement: ElementRef, showNavButtons: boolean, navButtonsWidth: number) => {\r\n const entitiesWrapper = entitiesWrapperElement.nativeElement;\r\n\r\n entitiesWrapper.style.width = `calc(100% - ${showNavButtons || entitiesWrapper.style.display === 'grid' ? navButtonsWidth : 0}px)`;\r\n\r\n if (entitiesWrapper.style.display !== 'flex') {\r\n entitiesSectionElement.nativeElement.style.alignItems = 'center';\r\n\r\n entitiesWrapper.style.display = 'flex';\r\n entitiesWrapper.style.gap = `${entityGap}px`;\r\n entitiesWrapper.style.justifyContent = 'normal';\r\n }\r\n};\r\n\r\nexport const setNavFlexLayout = (entitiesSectionElement: ElementRef, entitiesWrapperElement: ElementRef, navButtonElement: ElementRef, entitiesElement: QueryList<ElementRef>) => {\r\n const entitiesSectionElementWidth = entitiesSectionElement.nativeElement.clientWidth;\r\n const cardWidth = entitiesElement.first?.nativeElement?.clientWidth;\r\n\r\n const navButtonsWidth = navButtonElement?.nativeElement?.offsetWidth ?? 0;\r\n\r\n const availableWidth = entitiesSectionElementWidth - navButtonsWidth;\r\n const numberOfElementsInPage = Math.max(1, Math.floor((availableWidth + entityGap) / (cardWidth + entityGap)));\r\n\r\n const showNavButtons = entitiesElement?.length - numberOfElementsInPage > 0;\r\n setNavFlexLayoutStyle(entitiesSectionElement, entitiesWrapperElement, showNavButtons, navButtonsWidth);\r\n\r\n return numberOfElementsInPage;\r\n};\r\n","export const getDeserializedFile = async (response: Response, fileName: string, fileType?: string) => {\n const blob = await response.blob();\n return new File([blob], fileName, { type: fileType ?? blob.type });\n};\n\nexport const downloadFile = (fileName: string, data: File | Blob) => {\n const objectUrl = URL.createObjectURL(data);\n const anchorElement = document.createElement('a');\n anchorElement.href = objectUrl;\n anchorElement.download = fileName;\n anchorElement.click();\n\n anchorElement.remove();\n URL.revokeObjectURL(objectUrl);\n};","import { regexExpressions } from \"herum-shared/constants\";\r\n\r\nexport const getBrowserVersion = (browserRegexExp: RegExp): number | undefined => {\r\n let browserVersionMatchResult: RegExpMatchArray = navigator.userAgent.match(browserRegexExp);\r\n return browserVersionMatchResult ? parseInt(browserVersionMatchResult[1], 10) : undefined;\r\n};\r\n\r\n\r\nexport const getChromeVersion = () => {\r\n const userAgent = navigator.userAgent;\r\n const match = userAgent.match(regexExpressions.chromeVersionRegex);\r\n if (match)\r\n return match[1];\r\n\r\n return undefined;\r\n};","import { FullHierarchyPartsPlaces } from 'herum-shared/herum-types';\n\nexport const getHierarchyPartIfExist = (parts: string[], part: FullHierarchyPartsPlaces) => {\n return parts.length > part ? parts[part] : '';\n};\n","export const bytesToMegabytes = (bytes: number): number => {\r\n return bytes / (1024 ** 2);\r\n};","import { types } from \"herum-shared/constants\";\r\n\r\nexport const remainJustWantedValueInDictionary = (wantedValue: string, fields: { [key: string]: any }) => {\r\n let object = {};\r\n\r\n Object.entries(fields).forEach(([key, value]) => {\r\n (Array.isArray(value)) ?\r\n object[key] = value.map(item => (typeof item === types.object ? { [wantedValue]: item[wantedValue] } : { [wantedValue]: item }))\r\n :\r\n object[key] = (typeof value === types.object ? { [wantedValue]: value[wantedValue] } : value);\r\n\r\n });\r\n return object;\r\n};\r\n\r\nexport const removeUnwantedProperties = (baseObject: any, wantedProperties: string[]) => {\r\n let unwantedProperties = Object.keys(baseObject).filter(property => !wantedProperties.includes(property))\r\n unwantedProperties.forEach(property => delete baseObject[property])\r\n return baseObject;\r\n};","import { HttpHeaders } from \"@angular/common/http\";\r\nimport { minuteInMilliseconds, uploadsManagerKeys } from \"herum-shared/constants\";\r\nimport { DependentMetadata } from 'herum-shared/herum-types';\r\n\r\nconst safetyMarginInMilliseconds: number = 2 * 60 * 1000;\r\n\r\nexport const buildPath = (parts: string[]) => {\r\n return parts.reduce((path, part) => {\r\n return path + '/' + part;\r\n }, '').slice(1);\r\n};\r\n\r\nexport const setHeaders = (headers: HttpHeaders, headersToSet: { key: string, value: any }[], isEncodeURIComponent?: boolean): HttpHeaders => {\r\n headersToSet.forEach(headerToSet => {\r\n headers = headers.set(headerToSet.key, isEncodeURIComponent ? encodeURIComponent((headerToSet.value).toString()) : (headerToSet.value).toString());\r\n });\r\n return headers;\r\n};\r\n\r\nexport const convertDependentMetadataToHeaders = (dependentMetadata: DependentMetadata) => {\r\n if (dependentMetadata)\r\n var { dependentId, commonDependentsId, numberOfObservableArrowFunctions } = dependentMetadata;\r\n\r\n let headers: HttpHeaders = new HttpHeaders();\r\n\r\n if (dependentId) {\r\n headers = setHeaders(headers, [\r\n { key: uploadsManagerKeys.dependentIdHeader, value: dependentId },\r\n { key: uploadsManagerKeys.commonDependentsIdHeader, value: commonDependentsId },\r\n { key: uploadsManagerKeys.numberOfObservableArrowFunctionsHeader, value: numberOfObservableArrowFunctions }\r\n ]);\r\n }\r\n\r\n return headers;\r\n};\r\n\r\nexport const getVersionPathParameter = (lastUpdateTime: Date) => {\r\n if (!lastUpdateTime) return;\r\n return (Date.now() - lastUpdateTime?.getTime() < 10 * minuteInMilliseconds + safetyMarginInMilliseconds) ? `?v=${lastUpdateTime?.toISOString()}` : '';\r\n};","export const convertHeightToPixels = (value: string): number => {\n const numberValue: number = parseInt(value, 10);\n\n if (value.endsWith('vh'))\n return numberValue * (window.innerHeight / 100);\n else if (value.endsWith('px'))\n return numberValue;\n\n return numberValue;\n};\n\nexport const getDropdownAnimationStates = (\n isDropdownOpen: boolean,\n dropDownDirection: 'upwards' | 'downwards'\n) => {\n if (isDropdownOpen)\n return dropDownDirection === 'upwards' ? 'openUp' : 'openDown';\n\n return dropDownDirection === 'upwards' ? 'closeDown' : 'closeUp';\n};","import { CollectionSubscription, ResourceSubscription } from 'herum-shared/herum-types';\n\nexport const getSubscriptionWithLastActivityTime = (\n subscriptions: CollectionSubscription[] | ResourceSubscription[]\n): CollectionSubscription => {\n if (!subscriptions?.length)\n return null;\n\n return (subscriptions as CollectionSubscription[])?.reduce((max, subscription) => {\n return (new Date(subscription.lastActivityTime) > new Date(max.lastActivityTime)) ? subscription : max;\n });\n};\n\nexport const getLastSubscriptionByField = (\n subscriptions: CollectionSubscription[] | ResourceSubscription[],\n field: string\n): CollectionSubscription => {\n if (!subscriptions?.length)\n return null;\n\n return (subscriptions as CollectionSubscription[])?.reduce((max, subscription) => {\n return (new Date(subscription[field]) > new Date(max[field])) ? subscription : max;\n });\n};","import { regexExpressions } from \"herum-shared/constants\";\r\n\r\nimport jsSHA from 'jssha';\r\n\r\nexport const toHash = (source: string) => {\r\n let shaObj = new jsSHA('SHA-256', 'TEXT');\r\n shaObj.update(source);\r\n let hash = shaObj.getHash('HEX');\r\n\r\n return hash;\r\n};\r\n\r\nexport const toFirstCapitalLetter = (text: string) => {\r\n return text[0].toUpperCase() + text.slice(1);\r\n};\r\n\r\nexport const toFirstLowerCaseLetter = (text: string) => {\r\n if (!text) return;\r\n return text[0].toLocaleLowerCase() + text.slice(1);\r\n};\r\n\r\nexport const camelCaseToPascalCase = (camelCase: string) => {\r\n return camelCase.charAt(0).toUpperCase() + camelCase.slice(1);\r\n};\r\n\r\nexport const capitalizeWord = (word: string): string => {\r\n return word.charAt(0).toUpperCase() + word.slice(1);\r\n};\r\n\r\nexport const replaceInterpolateKeysWithObjectProperties = (string: string, object: Object): string => {\r\n const matches = string.match(regexExpressions.templateInterpolation);\r\n\r\n if (matches)\r\n matches.forEach((match) => { const key = match.slice(2, -2); string = string.replace(match, object[key]) });\r\n\r\n return string;\r\n};","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|