Skip to content

Commit

Permalink
Added grid
Browse files Browse the repository at this point in the history
  • Loading branch information
alexazv committed Jan 4, 2021
1 parent f35924b commit 0b195db
Show file tree
Hide file tree
Showing 293 changed files with 87,510 additions and 330 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"start": "yarn buildConfig && yarn serve",
"buildConfig": "webpack --entry ./src/luigi-config/luigi-config.es6.js --output-path ./public/assets --output-filename luigi-config.js --mode production",
"serve": "vue-cli-service serve --port 9000",
"build": "vue-cli-service build && yarn build-wc",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-wc": "vue-cli-service build --target wc --inline-vue --name side-bar ./src/components/Sidebar.vue,./src/components/navbar.vue"
"build-wc": "vue-cli-service build --target wc --inline-vue --name side-bar ./src/components/Sidebar.vue,./src/components/navbar.vue --dest public/sidebar"
},
"dependencies": {
"@luigi-project/client": "^1.5.0",
Expand All @@ -17,11 +17,11 @@
"@luigi-project/plugin-auth-oidc": "^1.5.0",
"@sap-theming/theming-base-content": "^11.1.22",
"@vue/web-component-wrapper": "^1.2.0",
"axios": "^0.21.0",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"fundamental-styles": "^0.12.0",
"keycloak-js": "^11.0.3",
"unnic-system-beta": "^0.0.10",
"unnic-system-beta": "^0.0.20",
"vue": "^2.6.11",
"vue-router": "^3.4.8",
"vuex": "^3.5.1"
Expand Down
2 changes: 1 addition & 1 deletion public/assets/luigi-config.js

Large diffs are not rendered by default.

108 changes: 0 additions & 108 deletions public/auth/callback.html

This file was deleted.

56 changes: 0 additions & 56 deletions public/auth/idpmock/implicit.html

This file was deleted.

24 changes: 0 additions & 24 deletions public/auth/idpmock/implicit.js

This file was deleted.

28 changes: 0 additions & 28 deletions public/auth/idpmock/logout.html

This file was deleted.

44 changes: 0 additions & 44 deletions public/auth/logout.html

This file was deleted.

Binary file modified public/favicon.ico
Binary file not shown.
11 changes: 2 additions & 9 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,15 @@
/>
<!-- <link rel="stylesheet" href="/luigi-core/luigi.css" /> -->
<link rel="stylesheet" href="/assets/app.css" type="text/css" />
<link rel="stylesheet" href="/assets/unnic.css" />
<link rel="stylesheet" href="/unnic/unnic.css" />
<style></style>
</head>
<body>
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]"></script> -->
<!-- <noscript>You need to enable JavaScript to run this app.</noscript> -->
<script>
const moveFrame = () => {
console.log(document.getElementById('navbar'))
console.log(document.getElementById('app'))
// document.getElementById('navbar').appendChild(document.getElementById('app'));
}
</script>
<script src="/luigi-core/luigi.js"></script>
<script src="/assets/luigi-config.js"></script>
<script src="/assets/side-bar.min.js"></script>
<script src="/sidebar/side-bar.min.js"></script>
<div class="weni-outer">
<side-bar-sidebar></side-bar-sidebar>
<div id="navbar" class="weni-navbar">
Expand Down
2 changes: 1 addition & 1 deletion public/assets/side-bar.min.js → public/side-bar.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions public/sidebar/demo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<meta charset="utf-8">
<title>side-bar demo</title>
<script src="https://unpkg.com/vue"></script>
<script src="./side-bar.js"></script>


<side-bar-sidebar></side-bar-sidebar>

<side-bar-navbar></side-bar-navbar>

8 changes: 8 additions & 0 deletions public/sidebar/fonts/.reuse/dep5
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Theming Base Content
Upstream-Contact: Eugen Roth <[email protected]>
Source: https://github.com/SAP/theming-base-content

Files: *
Copyright: 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors
License: Apache-2.0
Loading

0 comments on commit 0b195db

Please sign in to comment.