commit
15c32cbcd7
11
.eslintrc.js
11
.eslintrc.js
|
@ -84,16 +84,7 @@ const appConfig = {
|
|||
},
|
||||
},
|
||||
],
|
||||
'@typescript-eslint/member-ordering': [
|
||||
'error',
|
||||
{
|
||||
default:
|
||||
{
|
||||
order: 'as-written',
|
||||
},
|
||||
|
||||
}
|
||||
],
|
||||
'@typescript-eslint/member-ordering': 'off',
|
||||
'@typescript-eslint/naming-convention': [
|
||||
'error',
|
||||
{
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -9,6 +9,6 @@ module.exports = {
|
|||
'src/**/*.{ts,html}',
|
||||
'!src/testing/**/*',
|
||||
],
|
||||
transformIgnorePatterns: ['node_modules/(?!@stencil|@angular|@ionic|@moodlehq|@ngx-translate|swiper)'],
|
||||
transformIgnorePatterns: ['node_modules/(?!@stencil|@angular|@ionic|@moodlehq|@ngx-translate|@awesome-cordova-plugins|swiper)'],
|
||||
moduleNameMapper: pathsToModuleNameMapper(compilerOptions.paths, { prefix: '<rootDir>/src/' }),
|
||||
};
|
||||
|
|
File diff suppressed because it is too large
Load Diff
43
package.json
43
package.json
|
@ -44,14 +44,14 @@
|
|||
"lang:create-langindex": "./scripts/create_langindex.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "^17.1.0",
|
||||
"@angular/common": "^17.1.0",
|
||||
"@angular/compiler": "^17.1.0",
|
||||
"@angular/core": "^17.1.0",
|
||||
"@angular/forms": "^17.1.0",
|
||||
"@angular/platform-browser": "^17.1.0",
|
||||
"@angular/platform-browser-dynamic": "^17.1.0",
|
||||
"@angular/router": "^17.1.0",
|
||||
"@angular/animations": "^17.3.0",
|
||||
"@angular/common": "^17.3.0",
|
||||
"@angular/compiler": "^17.3.0",
|
||||
"@angular/core": "^17.3.0",
|
||||
"@angular/forms": "^17.3.0",
|
||||
"@angular/platform-browser": "^17.3.0",
|
||||
"@angular/platform-browser-dynamic": "^17.3.0",
|
||||
"@angular/router": "^17.3.0",
|
||||
"@awesome-cordova-plugins/badge": "^6.6.0",
|
||||
"@awesome-cordova-plugins/camera": "^6.6.0",
|
||||
"@awesome-cordova-plugins/clipboard": "^6.6.0",
|
||||
|
@ -132,15 +132,15 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@angular-builders/custom-webpack": "^17.0.0",
|
||||
"@angular-devkit/build-angular": "^17.1.0",
|
||||
"@angular-eslint/builder": "^17.1.0",
|
||||
"@angular-eslint/eslint-plugin": "^17.1.0",
|
||||
"@angular-eslint/eslint-plugin-template": "^17.1.0",
|
||||
"@angular-eslint/schematics": "^17.1.0",
|
||||
"@angular-eslint/template-parser": "^17.1.0",
|
||||
"@angular/cli": "^17.1.0",
|
||||
"@angular/compiler-cli": "^17.1.0",
|
||||
"@angular/language-service": "^17.1.0",
|
||||
"@angular-devkit/build-angular": "^17.3.0",
|
||||
"@angular-eslint/builder": "^17.3.0",
|
||||
"@angular-eslint/eslint-plugin": "^17.3.0",
|
||||
"@angular-eslint/eslint-plugin-template": "^17.3.0",
|
||||
"@angular-eslint/schematics": "^17.3.0",
|
||||
"@angular-eslint/template-parser": "^17.3.0",
|
||||
"@angular/cli": "^17.3.0",
|
||||
"@angular/compiler-cli": "^17.3.0",
|
||||
"@angular/language-service": "^17.3.0",
|
||||
"@ionic/angular-toolkit": "^10.0.0",
|
||||
"@ionic/cli": "^7.2.0",
|
||||
"@types/faker": "^5.1.3",
|
||||
|
@ -163,12 +163,8 @@
|
|||
"eslint-plugin-promise": "^6.1.1",
|
||||
"faker": "^5.1.0",
|
||||
"fs-extra": "^9.1.0",
|
||||
"gulp": "4.0.2",
|
||||
"gulp": "^5.0.0",
|
||||
"gulp-clip-empty-files": "^0.1.2",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-flatten": "^0.4.0",
|
||||
"gulp-htmlmin": "^5.0.1",
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-slash": "^1.1.3",
|
||||
"jest": "^29.7.0",
|
||||
"jest-preset-angular": "^13.1.4",
|
||||
|
@ -179,7 +175,8 @@
|
|||
"terser-webpack-plugin": "^5.3.9",
|
||||
"ts-jest": "^29.1.1",
|
||||
"ts-node": "^8.3.0",
|
||||
"typescript": "~5.3.3"
|
||||
"typescript": "~5.3.3",
|
||||
"vinyl": "^3.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.18.2 <19"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
diff --git a/node_modules/@angular/compiler/fesm2022/compiler.mjs b/node_modules/@angular/compiler/fesm2022/compiler.mjs
|
||||
index 5831cd3..c0ae072 100755
|
||||
index cbc9c4d..36f1ebc 100755
|
||||
--- a/node_modules/@angular/compiler/fesm2022/compiler.mjs
|
||||
+++ b/node_modules/@angular/compiler/fesm2022/compiler.mjs
|
||||
@@ -6072,13 +6072,41 @@ var R3NgModuleMetadataKind;
|
||||
@@ -6070,13 +6070,41 @@ var R3NgModuleMetadataKind;
|
||||
R3NgModuleMetadataKind[R3NgModuleMetadataKind["Global"] = 0] = "Global";
|
||||
R3NgModuleMetadataKind[R3NgModuleMetadataKind["Local"] = 1] = "Local";
|
||||
})(R3NgModuleMetadataKind || (R3NgModuleMetadataKind = {}));
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"addnewentry": "Add a new entry",
|
||||
"associatewithcourse": "Blog about course {{$a.coursename}}",
|
||||
"associatewithmodule": "Blog about {{$a.modtype}}: {{$a.modname}}",
|
||||
"associations": "Associations",
|
||||
"blog": "Blog",
|
||||
"blogentries": "Blog entries",
|
||||
|
@ -14,7 +16,5 @@
|
|||
"publishtoworld": "Anyone in the world",
|
||||
"showonlyyourentries": "Show only your entries",
|
||||
"siteblogheading": "Site blog",
|
||||
"tags": "Tags",
|
||||
"associatewithcourse": "Blog about course {{$a.coursename}}",
|
||||
"associatewithmodule": "Blog about {{$a.modtype}}: {{$a.modname}}"
|
||||
"tags": "Tags"
|
||||
}
|
||||
|
|
|
@ -1,37 +1,37 @@
|
|||
{
|
||||
"contactdataprotectionofficer": "Contact the privacy officer",
|
||||
"cancelrequest": "Cancel request",
|
||||
"cancelrequestconfirmation": "Do you really want cancel this data request?",
|
||||
"createnewdatarequest": "Create a new data request",
|
||||
"datarequests": "Data requests",
|
||||
"daterequested": "Date requested",
|
||||
"deletemyaccount": "Delete my account",
|
||||
"download": "Download",
|
||||
"message": "Message",
|
||||
"newrequest": "New request",
|
||||
"nopersonaldatarequests": "You don't have any personal data requests",
|
||||
"pluginname": "Data privacy",
|
||||
"replyto": "Reply to",
|
||||
"requestactions": "Actions",
|
||||
"requestby": "Requested by",
|
||||
"requestcomments": "Comments",
|
||||
"requeststatus": "Status",
|
||||
"requestsubmitted": "Your request has been submitted to the privacy officer",
|
||||
"requesttype_help": "Select the reason for contacting the privacy officer. Be aware that deletion of all personal data will result in you no longer being able to log in to the site.",
|
||||
"requesttype": "Type",
|
||||
"requesttypedelete": "Delete all of my personal data",
|
||||
"requesttypeexport": "Export all of my personal data",
|
||||
"requesttypeothers": "General enquiry",
|
||||
"send": "Send",
|
||||
"statusapproved": "Approved",
|
||||
"statusawaitingapproval": "Awaiting approval",
|
||||
"statuscancelled": "Cancelled",
|
||||
"statuscomplete": "Complete",
|
||||
"statusdeleted": "Deleted",
|
||||
"statusexpired": "Expired",
|
||||
"statuspending": "Pending",
|
||||
"statuspreprocessing": "Pre-processing",
|
||||
"statusprocessing": "Processing",
|
||||
"statusready": "Download ready",
|
||||
"statusrejected": "Rejected"
|
||||
"cancelrequest": "Cancel request",
|
||||
"cancelrequestconfirmation": "Do you really want cancel this data request?",
|
||||
"contactdataprotectionofficer": "Contact the privacy officer",
|
||||
"createnewdatarequest": "Create a new data request",
|
||||
"datarequests": "Data requests",
|
||||
"daterequested": "Date requested",
|
||||
"deletemyaccount": "Delete my account",
|
||||
"download": "Download",
|
||||
"message": "Message",
|
||||
"newrequest": "New request",
|
||||
"nopersonaldatarequests": "You don't have any personal data requests",
|
||||
"pluginname": "Data privacy",
|
||||
"replyto": "Reply to",
|
||||
"requestactions": "Actions",
|
||||
"requestby": "Requested by",
|
||||
"requestcomments": "Comments",
|
||||
"requeststatus": "Status",
|
||||
"requestsubmitted": "Your request has been submitted to the privacy officer",
|
||||
"requesttype": "Type",
|
||||
"requesttype_help": "Select the reason for contacting the privacy officer. Be aware that deletion of all personal data will result in you no longer being able to log in to the site.",
|
||||
"requesttypedelete": "Delete all of my personal data",
|
||||
"requesttypeexport": "Export all of my personal data",
|
||||
"requesttypeothers": "General enquiry",
|
||||
"send": "Send",
|
||||
"statusapproved": "Approved",
|
||||
"statusawaitingapproval": "Awaiting approval",
|
||||
"statuscancelled": "Cancelled",
|
||||
"statuscomplete": "Complete",
|
||||
"statusdeleted": "Deleted",
|
||||
"statusexpired": "Expired",
|
||||
"statuspending": "Pending",
|
||||
"statuspreprocessing": "Pre-processing",
|
||||
"statusprocessing": "Processing",
|
||||
"statusready": "Download ready",
|
||||
"statusrejected": "Rejected"
|
||||
}
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
"responseby": "Respondent",
|
||||
"responseon": "Date",
|
||||
"sitepolicynotagreederror": "Site policy not agreed.",
|
||||
"steppolicies": "Policy {{$a.numpolicy}} out of {{$a.totalpolicies}}",
|
||||
"status1": "Active",
|
||||
"status2": "Inactive",
|
||||
"steppolicies": "Policy {{$a.numpolicy}} out of {{$a.totalpolicies}}",
|
||||
"useracceptanceactionaccept": "Accept",
|
||||
"useracceptanceactionacceptone": "Accept {{$a}}",
|
||||
"useracceptanceactiondecline": "Decline",
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
"allcategories": "All categories",
|
||||
"allcourses": "All courses",
|
||||
"empty": "What are you searching for?",
|
||||
"err_minlength": "You must enter at least {{$a.format}} characters here.",
|
||||
"filtercategories": "Filter results by",
|
||||
"filtercourses": "Search in",
|
||||
"filterheader": "Filter",
|
||||
"globalsearch": "Global search",
|
||||
"noresults": "No results for \"{{$a}}\"",
|
||||
"noresultshelp": "Check for typos or try using different keywords",
|
||||
"err_minlength": "You must enter at least {{$a.format}} characters here.",
|
||||
"resultby": "By {{$a}}"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue