Skip to content

Commit

Permalink
Merge pull request #204 from OnroerendErfgoed/develop
Browse files Browse the repository at this point in the history
release 0.12.0
  • Loading branch information
cedrikv authored Aug 2, 2022
2 parents 0227f95 + 0cb389c commit 6570d99
Show file tree
Hide file tree
Showing 112 changed files with 2,417 additions and 1,791 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
(wim) Error: You must provide the URL of lib/mappings.wasm by calling SourceMapConsumer.initialize
```
export NODE_OPTIONS=--no-experimental-fetch
```
(End)


# Oerelia
Onroerend Erfgoed library of common Aurelia components

Expand Down
4 changes: 3 additions & 1 deletion aurelia_project/tasks/process-css.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import {build} from 'aurelia-cli';
import * as gulp from 'gulp';
import * as project from '../aurelia.json';
import * as sass from 'gulp-sass';
import * as dartSass from 'sass';
import * as gulpSass from 'gulp-sass';
const sass = gulpSass(dartSass);

export default function processCSS() {
return gulp.src(project.cssProcessor.source, {sourcemaps: true})
Expand Down
219 changes: 126 additions & 93 deletions dist/commonjs/actor-widget/styles/actor-widget.css
Original file line number Diff line number Diff line change
@@ -1,94 +1,127 @@
.actor-widget {
width: 70vw; }
.actor-widget .tabs-content {
background: #ededed;
padding: 5px 10px;
margin-top: 1px; }
.actor-widget .tabs dd {
margin-right: 1px !important; }
.actor-widget ag-grid-aurelia {
color: #333;
font-size: 0.875rem; }
.actor-widget ag-grid-aurelia .ag-cell-edit-input {
margin: 0; }
.actor-widget ag-grid-aurelia.error .ag-overlay-wrapper {
border: 1px solid red; }
.actor-widget ag-grid-aurelia .ag-overlay-wrapper {
background-color: aliceblue; }
.actor-widget ag-grid-aurelia .ag-overlay-wrapper.ag-overlay-no-rows-wrapper {
padding-top: 0; }
.actor-widget ag-grid-aurelia .ag-root-wrapper {
border: 1px solid #DDD; }
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header {
background-color: #EEE; }
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header .ag-cell-label-container,
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header .ag-header-cell-label {
height: inherit;
width: inherit; }
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header .ag-header-cell-sortable {
cursor: pointer; }
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header .ag-header-icon {
position: absolute;
right: 5px;
transform: scale(0.75); }
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header-cell-label,
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-cell {
display: flex;
align-items: center;
padding: 5px; }
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header-cell-resize {
position: absolute;
right: 0; }
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-row .ag-cell, .actor-widget ag-grid-aurelia .ag-root-wrapper .ag-row .ag-header-cell, .actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header-row .ag-cell, .actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header-row .ag-header-cell {
border-color: #DDD;
border-style: solid;
border-width: 0 1px 1px 0; }
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-cell-focus {
outline: none; }
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport .ag-body-container.ag-layout-auto-height {
display: block;
min-height: 0;
margin-bottom: 0; }
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport .ag-row-focus {
background-color: #BBB; }
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport .acties-cell, .actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport .icon-cell {
justify-content: center; }
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport i.fa, .actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport a.fa {
cursor: pointer;
color: #753f7f; }
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport i.fa.fa-times {
cursor: default;
color: #960000; }
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport i.fa.fa-check {
cursor: default;
color: #008000; }
.actor-widget ux-dialog-body {
padding: 20px; }
.actor-widget ux-dialog-body .content {
width: 1100px;
height: 500px; }
.actor-widget ux-dialog-body .content .row {
max-width: 100%; }
.actor-widget ag-grid-aurelia {
height: 300px; }
.actor-widget .actor-actions {
float: right;
margin-top: 10px;
margin-bottom: 2rem; }
.actor-widget .actor-actions .actor-action {
float: left;
margin-left: 15px; }
.actor-widget .actor-actions .actor-action i {
margin-left: 5px;
margin-right: 5px; }
.actor-widget .search-buttons a {
padding-left: 15px;
padding-right: 15px; }
.actor-widget .placeholder-container label {
width: 80px;
padding-right: 5px; }
.actor-widget .advanced-search-container, .actor-widget .detail-container {
background-color: #ededed;
padding-top: 10px;
margin-bottom: 10px;
border: 1px solid rgba(117, 63, 127, 0.3) !important; }
width: 70vw;
}
.actor-widget .tabs-content {
background: rgb(237, 237, 237);
padding: 5px 10px;
margin-top: 1px;
}
.actor-widget .tabs dd {
margin-right: 1px !important;
}
.actor-widget ag-grid-aurelia {
color: #333;
font-size: 0.875rem;
}
.actor-widget ag-grid-aurelia .ag-cell-edit-input {
margin: 0;
}
.actor-widget ag-grid-aurelia.error .ag-overlay-wrapper {
border: 1px solid red;
}
.actor-widget ag-grid-aurelia .ag-overlay-wrapper {
background-color: aliceblue;
}
.actor-widget ag-grid-aurelia .ag-overlay-wrapper.ag-overlay-no-rows-wrapper {
padding-top: 0;
}
.actor-widget ag-grid-aurelia .ag-root-wrapper {
border: 1px solid #DDD;
}
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header {
background-color: #EEE;
}
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header .ag-cell-label-container,
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header .ag-header-cell-label {
height: inherit;
width: inherit;
}
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header .ag-header-cell-sortable {
cursor: pointer;
}
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header .ag-header-icon {
position: absolute;
right: 5px;
transform: scale(0.75);
}
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header-cell-label,
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-cell {
display: flex;
align-items: center;
padding: 5px;
}
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header-cell-resize {
position: absolute;
right: 0;
}
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-row .ag-cell, .actor-widget ag-grid-aurelia .ag-root-wrapper .ag-row .ag-header-cell, .actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header-row .ag-cell, .actor-widget ag-grid-aurelia .ag-root-wrapper .ag-header-row .ag-header-cell {
border-color: #DDD;
border-style: solid;
border-width: 0 1px 1px 0;
}
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-cell-focus {
outline: none;
}
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport .ag-body-container.ag-layout-auto-height {
display: block;
min-height: 0;
margin-bottom: 0;
}
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport .ag-row-focus {
background-color: #BBB;
}
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport .acties-cell, .actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport .icon-cell {
justify-content: center;
}
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport i.fa, .actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport a.fa {
cursor: pointer;
color: rgb(117, 63, 127);
}
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport i.fa.fa-times {
cursor: default;
color: #960000;
}
.actor-widget ag-grid-aurelia .ag-root-wrapper .ag-body-viewport i.fa.fa-check {
cursor: default;
color: #008000;
}
.actor-widget ux-dialog-body {
padding: 20px;
}
.actor-widget ux-dialog-body .content {
width: 1100px;
height: 500px;
}
.actor-widget ux-dialog-body .content .row {
max-width: 100%;
}
.actor-widget ag-grid-aurelia {
height: 300px;
}
.actor-widget .actor-actions {
float: right;
margin-top: 10px;
margin-bottom: 2rem;
}
.actor-widget .actor-actions .actor-action {
float: left;
margin-left: 15px;
}
.actor-widget .actor-actions .actor-action i {
margin-left: 5px;
margin-right: 5px;
}
.actor-widget .search-buttons a {
padding-left: 15px;
padding-right: 15px;
}
.actor-widget .placeholder-container label {
width: 80px;
padding-right: 5px;
}
.actor-widget .advanced-search-container, .actor-widget .detail-container {
background-color: #ededed;
padding-top: 10px;
margin-bottom: 10px;
border: 1px solid rgba(117, 63, 127, 0.3) !important;
}
12 changes: 7 additions & 5 deletions dist/commonjs/adres-crab/styles/adres-crab.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
.adres-crab div.placeholder-container {
margin: 0;
border: none; }
.adres-crab div.placeholder-container label {
width: 30%; }

border: none;
}
.adres-crab div.placeholder-container label {
width: 30%;
}
.adres-crab .copy-button {
margin-left: 5px; }
margin-left: 5px;
}
61 changes: 33 additions & 28 deletions dist/commonjs/autocomplete/styles/autocomplete.css
Original file line number Diff line number Diff line change
@@ -1,32 +1,37 @@
.placeholder-container autocomplete {
width: 100%; }
width: 100%;
}

autocomplete {
display: inline-block;
position: relative; }
autocomplete .suggestions {
min-width: 100%;
list-style-type: none;
cursor: default;
padding: 0;
margin: 0;
border: 1px solid #ccc;
background: #FFF;
box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
position: absolute;
z-index: 9999;
max-height: 15rem;
overflow: hidden;
overflow-y: auto;
box-sizing: border-box; }
autocomplete .suggestion {
padding: 0 .3rem;
line-height: 1.5rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #333; }
autocomplete .suggestion:hover,
autocomplete .suggestion.selected {
background: #2da3ce;
color: #FFF; }
position: relative;
}
autocomplete .suggestions {
min-width: 100%;
list-style-type: none;
cursor: default;
padding: 0;
margin: 0;
border: 1px solid #ccc;
background: #FFF;
box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
position: absolute;
z-index: 9999;
max-height: 15rem;
overflow: hidden;
overflow-y: auto;
box-sizing: border-box;
}
autocomplete .suggestion {
padding: 0 0.3rem;
line-height: 1.5rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #333;
}
autocomplete .suggestion:hover,
autocomplete .suggestion.selected {
background: #2da3ce;
color: #FFF;
}
10 changes: 10 additions & 0 deletions dist/commonjs/beheer-footer/beheer-footer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.appFooter {
margin: 0;
border-top: 1px #efefef solid;
height: 25px;
width: 100%;
background: #ffffff url("static/img/pyoes/OE-vlaanderen-logo.png") no-repeat center left;
background-size: 24px;
padding-left: 24px;
font-size: 0.875rem;
}
3 changes: 3 additions & 0 deletions dist/commonjs/beheer-footer/beheer-footer.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export declare class BeheerFooter {
datumCopyright: string;
}
1 change: 1 addition & 0 deletions dist/commonjs/beheer-footer/beheer-footer.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/commonjs/beheer-footer/beheer-footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<template><require from="./beheer-footer.css"></require><div class="appFooter">&#169; ${datumCopyright} <a href="https://www.onroerenderfgoed.be" title="Ga naar de website van Onroerend Erfgoed">Onroerend Erfgoed</a> - <a href="https://www.onroerenderfgoed.be/nl/over-ons/contact" title="Stel ons een vraag">Contacteer ons</a> - <a href="https://www.onroerenderfgoed.be/nl/juridisch" title="Disclaimer">Gebruiksvoorwaarden</a></div></template>
24 changes: 24 additions & 0 deletions dist/commonjs/beheer-footer/beheer-footer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/commonjs/beheer-footer/beheer-footer.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/commonjs/beheer-footer/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import { FrameworkConfiguration } from 'aurelia-framework';
export declare function configure(config: FrameworkConfiguration): void;
1 change: 1 addition & 0 deletions dist/commonjs/beheer-footer/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions dist/commonjs/beheer-footer/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/commonjs/beheer-footer/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6570d99

Please sign in to comment.