Skip to content

Commit

Permalink
Merge branch 'release/v0.9.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
musicEnfanthen committed Aug 19, 2022
2 parents fc7f803 + 2b911d2 commit d21f514
Show file tree
Hide file tree
Showing 197 changed files with 51,544 additions and 4,245 deletions.
151 changes: 151 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "awg-app",
"version": "0.8.5",
"version": "0.9.0",
"license": "MIT",
"author": {
"name": "Stefan Münnich",
Expand Down Expand Up @@ -90,57 +90,57 @@
"@angular/router": "~13.3.11",
"@ctrl/ngx-codemirror": "^5.1.1",
"@fortawesome/angular-fontawesome": "^0.10.2",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@kolkov/ngx-gallery": "2.0.1",
"@ng-bootstrap/ng-bootstrap": "^12.1.2",
"@popperjs/core": "^2.11.5",
"bootstrap": "^5.1.3",
"codemirror": "^5.65.6",
"bootstrap": "^5.2.0",
"codemirror": "^5.65.7",
"d3-drag": "^3.0.0",
"d3-fetch": "^3.0.1",
"d3-force": "^3.0.0",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"font-awesome": "^4.7.0",
"json2typescript": "^1.5.1",
"n3": "^1.16.2",
"ngx-json-viewer": "^3.1.0",
"ngx-order-pipe": "^2.2.0",
"rdfstore": "musicenfanthen/rdfstore-js#v0.9.18-alpha.4",
"rxjs": "~7.5.5",
"rdfstore": "musicenfanthen/rdfstore-js#v0.9.18-alpha.5",
"rxjs": "~7.5.6",
"snapsvg": "^0.5.1",
"tslib": "^2.4.0",
"zone.js": "~0.11.6"
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.8",
"@angular-devkit/build-angular": "~13.3.9",
"@angular-eslint/builder": "^13.5.0",
"@angular-eslint/eslint-plugin": "^13.5.0",
"@angular-eslint/eslint-plugin-template": "^13.5.0",
"@angular-eslint/schematics": "^13.5.0",
"@angular-eslint/template-parser": "^13.5.0",
"@angular/cli": "~13.3.8",
"@angular/cli": "~13.3.9",
"@angular/compiler-cli": "~13.3.11",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-angular": "^17.0.3",
"@compodoc/compodoc": "^1.1.19",
"@types/d3": "^7.4.0",
"@types/jasmine": "~4.0.3",
"@types/node": "^16.11.41",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@types/node": "^16.11.49",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"angular-cli-ghpages": "^1.0.0",
"conventional-recommended-bump": "^6.1.0",
"cross-var": "^1.1.0",
"eslint": "^8.18.0",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-angular": "^4.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.3",
"eslint-plugin-jsdoc": "^39.3.6",
"eslint-plugin-prettier": "^4.2.1",
"gzipper": "^7.1.0",
"husky": "^8.0.1",
"jasmine-core": "~4.2.0",
"jasmine-core": "~4.3.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "^2.2.0",
Expand Down
6 changes: 3 additions & 3 deletions src/app/app.globals.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// THIS IS AN AUTO-GENERATED FILE. DO NOT CHANGE IT MANUALLY!
// Generated last time on Fri Jul 1 11:18:25 2022
// Generated last time on Fri Aug 19 15:39:14 2022

/**
* The latest version of the AWG App
*/
export const appVersion = '0.8.5';
export const appVersion = '0.9.0';

/**
* The release date of the latest version of the AWG App
*/
export const appVersionReleaseDate = '01. Juli 2022';
export const appVersionReleaseDate = '19. August 2022';

/**
* The URL of the AWG App
Expand Down
18 changes: 9 additions & 9 deletions src/app/core/core-models/meta.model.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* The MetaSectionTypes enumeration.
*
* It stores the possible meta data section types.
* It stores the possible metadata section types.
*/
export enum MetaSectionTypes {
page = 'page',
Expand All @@ -12,7 +12,7 @@ export enum MetaSectionTypes {
/**
* The MetaPerson class.
*
* It is used to store the meta data about a Person.
* It is used to store the metadata about a Person.
*/
export class MetaPerson {
/**
Expand All @@ -30,7 +30,7 @@ export class MetaPerson {
* The MetaPage class.
*
* It is used in the context of the app framework
* to store the meta data for the main framework.
* to store the metadata for the main framework.
*/
export class MetaPage {
/**
Expand Down Expand Up @@ -83,7 +83,7 @@ export class MetaPage {
* The MetaStructure class.
*
* It is used in the context of the structure view
* to store the meta data about the structure overview.
* to store the metadata about the structure overview.
*/
export class MetaStructure {
/**
Expand All @@ -101,7 +101,7 @@ export class MetaStructure {
* The MetaContact class.
*
* It is used in the context of the contact view
* to store the meta data about contact information.
* to store the metadata about contact information.
*/
export class MetaContact {
/**
Expand Down Expand Up @@ -178,21 +178,21 @@ export class MetaContact {
* The Meta class.
*
* It is used in the context of the app framework
* to store the meta data for different parts of the app.
* to store the metadata for different parts of the app.
*/
export class Meta {
/**
* The meta data for the main app framework.
* The metadata for the main app framework.
*/
page: MetaPage;

/**
* The meta data for the structure view.
* The metadata for the structure view.
*/
structure: MetaStructure;

/**
* The meta data for the contact view.
* The metadata for the contact view.
*/
contact: MetaContact;
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class FooterCopyrightComponent {
/**
* Input variable: pageMetaData.
*
* It keeps the page meta data for the component.
* It keeps the page metadata for the component.
*/
@Input()
pageMetaData: MetaPage;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class FooterDeclarationComponent {
/**
* Input variable: pageMetaData.
*
* It keeps the page meta data for the component.
* It keeps the page metadata for the component.
*/
@Input()
pageMetaData: MetaPage;
Expand Down
6 changes: 3 additions & 3 deletions src/app/core/footer/footer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class FooterComponent implements OnInit {
/**
* Public variable: pageMetaData.
*
* It keeps the page meta data for the footer.
* It keeps the page metadata for the footer.
*/
pageMetaData: MetaPage;

Expand All @@ -36,7 +36,7 @@ export class FooterComponent implements OnInit {
* Constructor of the FooterComponent.
*
* It declares a private CoreService instance
* to get the meta data and logos.
* to get the metadata and logos.
*
* @param {CoreService} coreService Instance of the CoreService.
*/
Expand All @@ -56,7 +56,7 @@ export class FooterComponent implements OnInit {
* Public method: provideMetaData.
*
* It calls the CoreService to provide
* the meta data and logos for the footer.
* the metadata and logos for the footer.
*
* @returns {void} Sets the pageMetaData and logos variables.
*/
Expand Down
9 changes: 6 additions & 3 deletions src/app/core/navbar/navbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item" ngbDropdown>
<a class="nav-link d-flex" id="dropdownNavEdition" ngbDropdownToggle>
<li class="nav-item" ngbDropdown [class.active]="isActiveRoute('/edition')">
<a id="dropdownNavEdition" class="nav-link d-flex" ngbDropdownToggle>
<!-- do not show text on sm devices, change order from md devices up -->
<span class="d-sm-none d-md-inline">Edition</span>
<fa-icon [icon]="faFileAlt" class="order-md-minus-1"></fa-icon>
Expand Down Expand Up @@ -64,7 +64,10 @@ <h6 class="dropdown-header">{{ editionWork.work.full }}</h6>
routerLinkActive="active"
>Edierter Notentext</a
>
<a class="dropdown-item" [routerLink]="[editionWork.baseRoute, editionWork.reportRoute.route]"
<a
class="dropdown-item"
[routerLink]="[editionWork.baseRoute, editionWork.reportRoute.route]"
routerLinkActive="active"
>Kritischer Bericht</a
>
<div class="dropdown-divider"></div>
Expand Down
Loading

0 comments on commit d21f514

Please sign in to comment.