-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Farshad Nour Mohammadi
committed
Jul 5, 2022
1 parent
9686bf9
commit b89780b
Showing
54 changed files
with
3,450 additions
and
5 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
body { | ||
background: #eee; | ||
} | ||
|
||
.content { | ||
margin: 0 auto; | ||
width: 80%; | ||
max-width: 800px; | ||
} | ||
|
||
|
||
|
||
.MIL-Barchart-VTE { | ||
height: 600px; | ||
width:500px; | ||
} | ||
|
||
.objectsm { | ||
height: 100px; | ||
width:500px; | ||
} | ||
|
||
.bg { | ||
background-color: azure; | ||
} | ||
|
||
.object { | ||
height: 100px; | ||
width:100% !important; | ||
} | ||
|
||
.center { | ||
display: float; | ||
margin-left: auto; | ||
margin-right: auto; | ||
width: 50%; | ||
} | ||
|
||
.chart { | ||
width:100% !important; | ||
height: 350px !important; | ||
} | ||
|
||
.chartTable { | ||
height:100% !important; | ||
width:100% !important; | ||
} | ||
|
||
.chart2 { | ||
height: 300px !important; | ||
width:500px; | ||
} | ||
|
||
.data-top-bot { | ||
margin-bottom: 20px !important; | ||
margin-top: 20px !important; | ||
} | ||
|
||
.nav-link-color { | ||
color: #0155cc !important; | ||
text-decoration: none; | ||
display: inline-block !important; | ||
position: relative; | ||
} | ||
|
||
|
||
.nav-link-color:after { | ||
content: ''; | ||
position: absolute; | ||
width: 100%; | ||
transform: scaleX(0); | ||
height: 2px; | ||
bottom: 0; | ||
left: 0; | ||
background-color: #0155cc; | ||
transform-origin: center; | ||
transition: transform 0.25s ease-out; | ||
} | ||
|
||
.nav-link-color:hover:after { | ||
transform: scaleX(1); | ||
transform-origin: center; | ||
} | ||
|
||
div.qvobject, | ||
div.qvplaceholder { | ||
padding: 0px 10px 10px 10px; | ||
height: 400px; | ||
background-color: white; | ||
} | ||
|
||
div.qvobject100 { | ||
padding: 0px 0px 0px 0px; | ||
height: 100px; | ||
} | ||
|
||
div.qvobject200 { | ||
padding: 0px 10px 10px 10px; | ||
height: 200px; | ||
} | ||
|
||
div.qvobject250 { | ||
padding: 0px 10px 10px 10px; | ||
height: 250px; | ||
} | ||
div.qvobject500 { | ||
padding: 0px 10px 10px 10px; | ||
height: 500px; | ||
} | ||
|
||
.current-page { | ||
font-weight: bold !important; | ||
text-decoration: underline !important; | ||
} | ||
|
||
.listboxProv { | ||
height:250px; | ||
} | ||
|
||
.listbox { | ||
height:600px !important; | ||
padding:0px !important; | ||
} | ||
|
||
.icon { | ||
display:block !important; | ||
margin-left: auto !important; | ||
margin-right: auto !important; | ||
padding: 0px !important; | ||
} |
Binary file added
BIN
+39.6 KB
public/documents/Duiding bij de statistische bijdrage van het Openbaar Ministerie.pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!DOCTYPE html> | ||
<html lang="nl"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Omgevingshandhavingsrapportage | Departement Omgeving</title> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="assets/style.css"/> | ||
</head> | ||
<body is="vl-body"> | ||
<div style="flex: 1"> | ||
<vl-template> | ||
<vl-header | ||
slot="header" | ||
data-vl-identifier="b77b3e2d-d967-453f-a95b-1e1e235a07d7" | ||
data-vl-development | ||
></vl-header> | ||
<div slot="main"> | ||
<div id="app"></div> | ||
</div> | ||
<vl-footer | ||
slot="footer" | ||
data-vl-identifier="71c13f70-f8fd-4c08-86d4-e97be1dce576" | ||
data-vl-development | ||
></vl-footer> | ||
</vl-template> | ||
</div> | ||
|
||
<script type="module" src="./bundle.js"></script> | ||
</body> | ||
|
||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import '@nebula.js/stardust' | ||
import '@nebula.js/sn-bar-chart' | ||
const nebbie = embed.createConfiguration({ | ||
context: { | ||
theme: 'light', | ||
language: 'nl-NL', | ||
}, | ||
types: [ | ||
{ | ||
name: 'barchart', | ||
load: () => Promise.resolve(window['@nebula.js/sn-bar-chart']), | ||
}, | ||
], | ||
}); | ||
|
||
export default n; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
import enigma from "enigma.js"; | ||
import schema from "enigma.js/schemas/12.170.2.json"; | ||
|
||
async function getQCSHeaders({ webIntegrationId, url }) { | ||
const response = await fetch(`${url}`, { | ||
// credentials: "include", | ||
}); | ||
if (response.status === 401) { | ||
const loginUrl = new URL(`${url}/login`); | ||
loginUrl.searchParams.append("returnto", window.location.href); | ||
/* loginUrl.searchParams.append("qlik-web-integration-id", webIntegrationId);*/ | ||
window.location.href = loginUrl; | ||
return undefined; | ||
} | ||
const csrfToken = new Map(response.headers).get("qlik-csrf-token"); | ||
return { | ||
"qlik-web-integration-id": webIntegrationId, | ||
"qlik-csrf-token": csrfToken, | ||
}; | ||
} | ||
|
||
async function getEnigmaApp({ host, appId, headers }) { | ||
const params = Object.keys(headers) | ||
.map((key) => `${key}=${headers[key]}`) | ||
.join("&"); | ||
|
||
const enigmaGlobal = await enigma | ||
.create({ | ||
schema, | ||
url: `ws://${host}/app/${appId}?${params}`, | ||
}) | ||
.open(); | ||
|
||
return enigmaGlobal.openDoc(appId); | ||
} | ||
|
||
async function connect({ url, appId }) { | ||
const host = url.replace(/^https?:\/\//, "").replace(/\/?/, ""); | ||
const headers = await getQCSHeaders({ url/*, webIntegrationId*/ }); | ||
return getEnigmaApp({ host, headers, appId }); | ||
} | ||
|
||
export default connect; | ||
|
Oops, something went wrong.