Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix clear button issue #20

Open
wants to merge 1 commit into
base: Desktop_105_106_107_Nov-v2_merge_Nov
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,169 changes: 1,169 additions & 0 deletions dist/Vxg.common.js

Large diffs are not rendered by default.

231 changes: 231 additions & 0 deletions dist/Vxg.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,231 @@
.vxg-icon {
padding: 20px;
}
.vxg-app-bar {
height: 64px;
background-color: white;
margin-left: 25px;
}
.vxg-head-btn {
height: 100%;
background-color: white !important;
color: rgb(var(--vxg-ct0));
text-transform: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
margin-left: 10px;
}
.vxg-head-btn .v-icon {
color: rgb(var(--vxg-ci0)) !important;
}
.vxg-icon {
padding: 20px;
}
.vxg-app-bar {
height: 64px;
background-color: white;
margin-left: 25px;
}
.vxg-head-btn {
height: 100%;
background-color: white !important;
color: rgb(var(--vxg-ct0));
text-transform: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
margin-left: 10px;
}
.vxg-head-btn .v-icon {
color: rgb(var(--vxg-ci0)) !important;
}
.basic-footer[data-v-d93f7088] {
text-align: center;
color: #333;
position: absolute;
bottom: 0;
z-index: 9999;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
height: 23px;
right: 0;
background: transparent;
}
.basic-nav-stages .v-expansion-panel-content__wrap {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.basic-nav-stages .stage {
width: 95%;
height: 85px;
margin: 0px 4px 0px 7px;
}
.basic-nav-stages .stage h3 {
position: relative;
font-family: "Gill Sans", sans-serif;
top: 4px;
left: 13px;
}
.basic-nav-stages .stage p {
position: relative;
font-family: "Gill Sans", sans-serif;
font-size: 15px;
width: 94%;
top: 1px;
left: 13px;
}
.v-navigation-drawer {
background: #141B2D;
}
.v-navigation-drawer__content {
overflow-y: hidden;
}
nav.vxg-side {
background-color: #141B2D !important;
}
nav.vxg-side .v-sheet {
background-color: #141B2D !important;
}
nav.vxg-side .v-divider {
border-color: rgb(var(--vxg-ct2)) !important;
margin: 16px 8px;
height: 22px;
}
.btn-style {
background-color: #283348 !important;
width: 141px;
height: 281px;
margin: 4px !important;
}
.btn-style.selected-btn {
background-color: rgb(var(--vxg-cb1)) !important;
color: rgb(var(--vxg-ct1)) !important;
}
.btn-style.selected-btn .v-icon {
color: rgb(var(--vxg-ct1)) !important;
}
.vxg-toggle {
background-color: rgb(var(--vxg-cb1)) !important;
padding: 10px !important;
padding-bottom: 10px;
padding-top: 10px;
margin-right: 10px;
}
a.vxg-router-link {
display: block;
margin: 0px 8px;
padding: 16px 8px;
text-decoration: none !important;
color: rgb(var(--vxg-ct1)) !important;
border-radius: 8px;
}
a.vxg-router-link .v-icon {
color: rgb(var(--vxg-ct2)) !important;
}
a.vxg-router-link.router-link-active {
background-color: rgb(var(--vxg-cb2)) !important;
color: rgb(var(--vxg-ct1)) !important;
}
a.vxg-router-link.router-link-active .v-icon {
color: rgb(var(--vxg-ct1)) !important;
}
.vxg-side-open {
width: 48px;
height: 48px;
}
.drawer-toggle {
width: 48px;
}
.magnifierIcon {
margin: 3px 0 0 40px;
font-size: large;
color: #141b2d;
}
img.clip-path-group {
width: 20px;
}
img.Layer_5 {
width: 20px;
}
img.catppuccin-search {
width: 20px;
}
.font-size-13 {
font-size: 13px;
}
.searchIcons hr {
margin: 0 5px !important;
}
.searchIcons svg {
width: 20px;
height: 20px;
}
.v-input__control {
background: white;
margin-top: auto;
margin-left: 4px;
margin-right: 4px;
}
.comboxSearch .v-select__slot {
margin-left: 25px;
margin-bottom: 4px;
}
.comboxSearch .v-input__slot {
width: calc(100% - 30px);
}
.comboxSearch fieldset {
border: none !important;
}
.catppuccin-search {
width: 24px;
/* Adjust size as needed */
height: 24px;
/* Adjust size as needed */
}
.comboxSearch .v-input__icon {
position: absolute;
margin-left: 187px;
}
.v-text-field {
padding: 0 34px;
}
.comboxSearch2 .v-input__control {
margin-top: -6px;
}
.comboxSearch2 fieldset {
color: transparent !important;
}
.comboxSearch2 .v-input__append-inner {
visibility: hidden;
}
.comboxSearch2 .v-select__slot {
margin-left: 25px;
margin-bottom: 4px;
}
.vxg-form-field {
text-align: right;
padding: 0px 8px 0px 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
div.changes {
width: 100%;
color: rgba(0, 0, 0, 0.26) !important;
background-color: rgba(0, 0, 0, 0) !important;
}
div.changes table {
width: 100%;
background-color: #FFF !important;
border-bottom: 0px;
border-left: 0px;
border-right: 1px solid rgba(0, 0, 0, 0.26);
border-top: 1px solid rgba(0, 0, 0, 0.26);
}
div.changes th, div.changes td {
background-color: #FFF !important;
border-right: 0px;
border-top: 0px;
border-left: 1px solid rgba(0, 0, 0, 0.26);
border-bottom: 1px solid rgba(0, 0, 0, 0.26);
padding: 4px;
}
1,179 changes: 1,179 additions & 0 deletions dist/Vxg.umd.js

Large diffs are not rendered by default.

1,179 changes: 1,179 additions & 0 deletions dist/Vxg.umd.min.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions dist/demo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<meta charset="utf-8">
<title>Vxg demo</title>
<script src="./Vxg.umd.js"></script>

<link rel="stylesheet" href="./Vxg.css">


<script>
console.log(Vxg)
</script>
1 change: 1 addition & 0 deletions src/components/BasicSide.vue
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ export default {
this.search = '';
this.search2 = '';
this.$root.$emit('clear-nav-stages');
this.showSearch2 = false
},
show(action) {
return this.allow(action) &&
Expand Down