Skip to content

Commit

Permalink
Deploying to gh-pages from main @ 6273a30 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnmbond committed Oct 31, 2023
0 parents commit 9e86875
Show file tree
Hide file tree
Showing 422 changed files with 48,313 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
33 changes: 33 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NCalc 101</title>
<base href="/" />
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="css/app.css" />
<link rel="icon" type="image/png" href="favicon.png" />
<link href="PanoramicData.NCalc101.styles.css" rel="stylesheet" />
<link rel="stylesheet" href="lib/font-awesome/css/all.min.css" />
</head>

<body>
<div id="app">
<svg class="loading-progress">
<circle r="40%" cx="50%" cy="50%" />
<circle r="40%" cx="50%" cy="50%" />
</svg>
<div class="loading-progress-text"></div>
</div>

<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>
<script src="_framework/blazor.webassembly.js"></script>
</body>

</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ncalc101.magicsuite.net
174 changes: 174 additions & 0 deletions PanoramicData.NCalc101.styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,174 @@
@import '_content/PanoramicData.Blazor/PanoramicData.Blazor.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-h2jpzjcu7y] {
position: relative;
display: flex;
flex-direction: column;
}

main[b-h2jpzjcu7y] {
flex: 1;
}

.sidebar[b-h2jpzjcu7y] {
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-h2jpzjcu7y] {
background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5;
justify-content: flex-end;
height: 3.5rem;
display: flex;
align-items: center;
}

.top-row[b-h2jpzjcu7y] a, .top-row[b-h2jpzjcu7y] .btn-link {
white-space: nowrap;
margin-left: 1.5rem;
text-decoration: none;
}

.top-row[b-h2jpzjcu7y] a:hover, .top-row[b-h2jpzjcu7y] .btn-link:hover {
text-decoration: underline;
}

.top-row[b-h2jpzjcu7y] a:first-child {
overflow: hidden;
text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
.top-row[b-h2jpzjcu7y] {
justify-content: space-between;
}

.top-row[b-h2jpzjcu7y] a, .top-row[b-h2jpzjcu7y] .btn-link {
margin-left: 0;
}
}

@media (min-width: 641px) {
.page[b-h2jpzjcu7y] {
flex-direction: row;
}

.sidebar[b-h2jpzjcu7y] {
width: 250px;
height: 100vh;
position: sticky;
top: 0;
}

.top-row[b-h2jpzjcu7y] {
position: sticky;
top: 0;
z-index: 1;
}

.top-row.auth[b-h2jpzjcu7y] a:first-child {
flex: 1;
text-align: right;
width: 0;
}

.top-row[b-h2jpzjcu7y], article[b-h2jpzjcu7y] {
padding-left: 2rem !important;
padding-right: 1.5rem !important;
}
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-r0oc5ojvzr] {
background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-r0oc5ojvzr] {
height: 3.5rem;
background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-r0oc5ojvzr] {
font-size: 1.1rem;
}

.bi[b-r0oc5ojvzr] {
display: inline-block;
position: relative;
width: 1.25rem;
height: 1.25rem;
margin-right: 0.75rem;
top: -1px;
background-size: cover;
}

.bi-house-door-fill[b-r0oc5ojvzr] {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-r0oc5ojvzr] {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-r0oc5ojvzr] {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-r0oc5ojvzr] {
font-size: 0.9rem;
padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-r0oc5ojvzr] {
padding-top: 1rem;
}

.nav-item:last-of-type[b-r0oc5ojvzr] {
padding-bottom: 1rem;
}

.nav-item[b-r0oc5ojvzr] a {
color: #d7d7d7;
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}

.nav-item[b-r0oc5ojvzr] a.active {
background-color: rgba(255,255,255,0.37);
color: white;
}

.nav-item[b-r0oc5ojvzr] a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}

@media (min-width: 641px) {
.navbar-toggler[b-r0oc5ojvzr] {
display: none;
}

.collapse[b-r0oc5ojvzr] {
/* Never collapse the sidebar for wide screens */
display: block;
}

.nav-scrollable[b-r0oc5ojvzr] {
/* Allow sidebar to scroll for tall menus */
height: calc(100vh - 3.5rem);
overflow-y: auto;
}
}
/* /Components/Pages/Home.razor.rz.scp.css */
.variable-table[b-tlyoxlw63f] {
width: 100vw;
height: 100vh;
}

.result[b-tlyoxlw63f] {
width: 100vw;
height: 100vh;
}
50 changes: 50 additions & 0 deletions _content/PanoramicData.Blazor/PDContextMenu.razor.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
var menuEl = null;
var popper = null;

export function hasPopperJs() {
return typeof Popper !== "undefined";
}

export function showMenu(menuId, x, y) {
menuEl = document.getElementById(menuId);
if (menuEl) {
var reference = {
getBoundingClientRect() {
return {
width: 0,
height: 0,
top: y,
bottom: y,
left: x,
right: x
};
}
};
var options = {
placement: 'bottom-start',
positionFixed: true
};
menuEl.classList.add("show");
popper = Popper.createPopper(reference, menuEl, options); // this is popper v2.4.4 syntax
document.addEventListener("mousedown", documentMouseDown);
}
}

export function hideMenu() {
if (menuEl) {
menuEl.classList.remove("show");
document.removeEventListener("mousedown", documentMouseDown);
if (popper) {
popper.destroy();
}
}
}

export function documentMouseDown(event) {
if (menuEl && popper) {
let isClickInside = menuEl.contains(event.target);
if (!isClickInside) {
hideMenu();
}
}
}
11 changes: 11 additions & 0 deletions _content/PanoramicData.Blazor/PDDragPanel.razor.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
//export function init(id) {
// var el = document.getElementById(id);
// if (el) {
// el.addEventListener("dragstart", function (e) {
// var crt = e.target.el;
// if (crt) {
// e.dataTransfer.setDragImage(crt, 0, 0);
// }
// }, false);
// }
//}
25 changes: 25 additions & 0 deletions _content/PanoramicData.Blazor/PDDropDown.razor.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
export function initialize(id, ref, opt) {
var el = document.getElementById(id);
if (el) {

el.parentElement.addEventListener("keypress", function (ev) {
if (ev.keyCode === 13 && ref) {
ref.invokeMethodAsync("OnKeyPressed", 13);
}
});

el.addEventListener("shown.bs.dropdown", function () {
if (ref) {
ref.invokeMethodAsync("OnDropDownShown");
}
});

el.addEventListener("hidden.bs.dropdown", function () {
if (ref) {
ref.invokeMethodAsync("OnDropDownHidden");
}
});

return new bootstrap.Dropdown(el, opt);
}
}
Loading

0 comments on commit 9e86875

Please sign in to comment.