').text(value.street).html() + ' st., bld. ' + $('
').text(value.building).html();
- $(this).html(html);
- }
- });
-
- $('#user .editable').on('hidden', function(e, reason) {
- if (reason === 'save' || reason === 'nochange') {
- var $next = $(this).closest('tr').next().find('.editable');
- if ($('#autoopen').is(':checked')) {
- setTimeout(function() {
- $next.editable('show');
- }, 300);
- } else {
- $next.focus();
- }
- }
- });
- }
- });
-})(jQuery);
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_1/_card.scss b/app/frontend/static/assets/scss/demo_1/_card.scss
deleted file mode 100755
index 2ba51366..00000000
--- a/app/frontend/static/assets/scss/demo_1/_card.scss
+++ /dev/null
@@ -1,13 +0,0 @@
-.card {
- box-shadow: $card-dropshadow;
- border: solid 1px $card-bg;
- border-radius: 0px;
-
- .card-title {
- color: $body-text-color;
- }
-
- .card-header {
- background: $accent-color;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_1/_dashboard.scss b/app/frontend/static/assets/scss/demo_1/_dashboard.scss
deleted file mode 100755
index 25718291..00000000
--- a/app/frontend/static/assets/scss/demo_1/_dashboard.scss
+++ /dev/null
@@ -1,64 +0,0 @@
-#sales-statistics-legend {
- .chartjs-legend {
- margin-top: 20px;
- margin-right: 20px;
-
- ul {
- li {
- color: $body-text-color;
-
- span {
- width: 20px;
- height: 3px;
- border-radius: 0px;
- }
- }
- }
- }
-}
-
-#net-profit-legend {
- .chartjs-legend {
- li {
- font-weight: 500;
- color: $body-text-color;
- }
- }
-}
-
-.average-price-card {
- .card {
- background: $card-accent-color;
- }
-
- h3 {
- margin-bottom: 0;
- }
-
- .icon-holder {
- border-radius: 5px;
- border: 1px solid $iconholder-primary-border-color;
- width: 40px;
- height: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
- background: $iconholder-primary-bg;
- color: $iconholder-primary-color;
- font-size: 20px;
-
- i {
- line-height: 1;
- }
- }
-}
-
-#dashboard-vmap {
- height: 161px;
- width: 100%;
-
- .jvectormap-zoomin,
- .jvectormap-zoomout {
- display: none;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_1/_footer.scss b/app/frontend/static/assets/scss/demo_1/_footer.scss
deleted file mode 100755
index 6d0ecb40..00000000
--- a/app/frontend/static/assets/scss/demo_1/_footer.scss
+++ /dev/null
@@ -1,22 +0,0 @@
-/* Footer */
-.footer {
- background: $footer-bg;
- color: $footer-color;
- padding: 20px 1rem;
- transition: all $action-transition-duration $action-transition-timing-function;
- -moz-transition: all $action-transition-duration $action-transition-timing-function;
- -webkit-transition: all $action-transition-duration $action-transition-timing-function;
- -ms-transition: all $action-transition-duration $action-transition-timing-function;
- border-top: $border-width solid $border-color;
- font-size: calc(#{$default-font-size} - 0.05rem);
- font-family: $type-1;
-
- a {
- font-size: inherit;
- }
-
- @media (max-width: 991px) {
- margin-left: 0;
- width: 100%;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_1/_layouts.scss b/app/frontend/static/assets/scss/demo_1/_layouts.scss
deleted file mode 100755
index a26b2bbb..00000000
--- a/app/frontend/static/assets/scss/demo_1/_layouts.scss
+++ /dev/null
@@ -1,477 +0,0 @@
-.navbar {
- &.fixed-top {
- +.page-body-wrapper {
- padding-top: $navbar-height;
- }
- }
-}
-
-
-// Sidebar Mini
-.sidebar-mini {
- @media (min-width: 992px) {
- .navbar {
- .navbar-brand-wrapper {
- width: $sidebar-width-mini;
- }
-
- .navbar-menu-wrapper {
- width: calc(100% - #{$sidebar-width-mini});
- }
- }
-
- .sidebar {
- width: $sidebar-width-mini;
-
- .nav {
- .nav-item {
- .nav-link {
- display: flex;
- align-content: center;
- justify-content: center;
- flex-direction: column;
- position: relative;
-
- &:before {
- display: none;
- }
-
- .menu-title {
- display: inline-block;
- }
-
- .badge {
- margin-left: 5px;
- display: none;
- }
-
- img {
- display: block;
- margin-right: auto;
- margin-left: auto;
- margin-bottom: 10px;
- }
-
- .menu-arrow {
- position: absolute;
- right: 7px;
- }
-
- .menu-icon {
- margin-right: 0;
- }
- }
- }
- }
-
- >.nav {
- &:not(.sub-menu) {
- >.nav-item {
- &:hover {
- &:not(.nav-profile):not(.hover-open) {
- >.nav-link:not([aria-expanded="true"]) {
- padding-left: 0px;
-
- .rtl & {
- padding-left: 0px;
- padding-right: 0px;
- }
-
- &:hover {
- padding-left: 0px;
- padding-right: 0px;
- }
- }
- }
- }
- }
- }
- }
- }
-
- .main-panel {
- width: calc(100% - #{$sidebar-width-mini});
- }
-
- &:not(.sidebar-icon-only) {
-
- //Apply these styles only when sidebar-mini is not collapsed to icon-only mode
- .sidebar {
- .nav {
- &:not(.sub-menu) {
- >.nav-item {
- border-top: 1px solid rgba($sidebar-dark-menu-color, .2);
-
- &.nav-profile {
- .nav-link {
- .profile-image {
- margin-right: 0;
- }
-
- .dot-indicator {
- bottom: 10px;
- }
-
- .text-wrapper {
- text-align: center;
- }
- }
- }
-
- &.nav-category {
- display: none;
- }
-
- .nav-link {
- height: auto;
- padding: $sidebar-mini-menu-padding;
-
- i {
- &.menu-icon {
- margin-bottom: 0.5rem;
- }
- }
- }
- }
- }
-
- .nav-item {
-
- .collapse,
- .collapsing,
- .collapse.show {
- .sub-menu {
- padding: 0 0.5rem;
-
- .nav-item {
- .nav-link {
- padding: 10px 0;
- text-align: center;
-
- &:before {
- display: none;
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
-}
-
-// Sidebar Icon Only
-.sidebar-icon-only {
- @media (min-width: 992px) {
- .navbar {
- .navbar-brand-wrapper {
- width: $sidebar-width-icon;
-
- .brand-logo {
- display: none;
- }
-
- .brand-logo-mini {
- display: flex;
- }
- }
-
- .navbar-menu-wrapper {
- width: calc(100% - #{$sidebar-width-icon});
- }
- }
-
- .sidebar {
- width: $sidebar-width-icon;
-
- .nav {
- overflow: visible;
-
- .nav-item {
- position: relative;
-
- .nav-link {
- display: block;
- text-align: center;
- padding-left: 25px;
- padding-right: 25px;
-
- .badge,
- .menu-title,
- &:before {
- display: none;
- }
-
- i {
- &.menu-icon {
- display: inline-block;
- margin-right: 0;
- font-size: 22px;
- }
-
- &.menu-arrow {
- display: none;
- }
- }
- }
-
- &.nav-profile,
- &.nav-category {
- display: none;
- }
-
- .collapse {
- display: none;
- }
-
- &.hover-open {
- .nav-link {
- background: $sidebar-dark-menu-hover-bg;
-
- .menu-title {
- display: flex;
- align-items: center;
- background: $sidebar-dark-menu-hover-bg;
- color: $sidebar-dark-menu-color;
- padding: 12px 0 10px 25px;
- left: $sidebar-width-icon;
- position: absolute;
- text-align: left;
- top: 0;
- width: $sidebar-icon-only-submenu-width;
- z-index: 1;
- height: $nav-link-height;
- line-height: 1.8;
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
-
- @at-root #{selector-append(".rtl", &)} {
- padding: 12px 25px 10px 0px;
- left: auto;
- right: $sidebar-width-icon;
- text-align: right;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- border-top-left-radius: 5px;
- border-bottom-left-radius: 5px;
- }
-
- &:after {
- display: none;
- }
- }
-
- &[data-toggle=collapse] {
- .menu-title {
- border-bottom-right-radius: 0;
-
- @at-root #{selector-append(".rtl", &)} {
- border-bottom-left-radius: 0;
- }
- }
- }
- }
-
- .collapse,
- .collapse,
- .collapsing {
- display: block;
- padding: 0;
- background: $sidebar-light-menu-hover-bg;
- color: $sidebar-light-menu-color;
- position: absolute;
- top: $nav-link-height;
- left: $sidebar-width-icon;
- width: $sidebar-icon-only-submenu-width;
- border-bottom-right-radius: 5px;
- box-shadow: $sidebar-icon-only-collapse-shadow;
-
- @at-root #{selector-append(".rtl", &)} {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 5px;
- }
-
- @at-root #{selector-append(".rtl", &)} {
- left: auto;
- right: $sidebar-width-icon;
- }
- }
- }
- }
-
- &.sub-menu {
- .nav-item {
- .nav-link {
- text-align: left;
- color: $sidebar-light-menu-color;
-
- &:before {
- display: none;
- }
-
- &:hover {
- color: darken($white, 20%);
- }
-
- @at-root #{selector-append(".rtl", &)} {
- text-align: right;
- }
- }
- }
- }
- }
- }
-
- .main-panel {
- width: calc(100% - #{$sidebar-width-icon});
- }
- }
-}
-
-// Hidden Sidebar
-.sidebar-hidden {
- @media (min-width: 992px) {
- .sidebar {
- transition: width $action-transition-duration $action-transition-timing-function;
- -webkit-transition: width $action-transition-duration $action-transition-timing-function;
- -moz-transition: width $action-transition-duration $action-transition-timing-function;
- -ms-transition: width $action-transition-duration $action-transition-timing-function;
- width: 0;
- }
-
- .main-panel {
- width: 100%;
- }
- }
-}
-
-// Absolute sidebar with overlay to content
-.sidebar-absolute {
- @media (min-width: 992px) {
- .page-body-wrapper {
- position: relative;
-
- .sidebar {
- transition: none;
- }
- }
-
- &:not(.sidebar-hidden) {
- .sidebar {
- position: absolute;
- height: 100%;
- box-shadow: $sidebar-box-shadow;
- }
- }
-
- .main-panel {
- width: 100%;
- transition: none;
- }
- }
-}
-
-//Fixed sidebar
-.sidebar-fixed {
- @media(min-width: 992px) {
- .sidebar {
- position: fixed;
- max-height: auto;
-
- .nav {
- max-height: calc(100vh - #{$navbar-height});
- overflow: auto;
- position: relative;
-
- &.sub-menu {
- max-height: none;
- }
- }
- }
-
- .main-panel {
- margin-left: $sidebar-width-lg;
- }
-
- &.sidebar-icon-only {
- .main-panel {
- margin-left: $sidebar-width-icon;
- }
- }
- }
-}
-
-//Boxed layout
-.boxed-layout {
- @media (min-width: 992px) {
- background: $boxed-layout-bg;
-
- .container-scroller {
- width: 100%;
- max-width: $boxed-container-width;
- margin-left: auto;
- margin-right: auto;
- }
-
- .navbar {
- width: 100%;
- max-width: $boxed-container-width;
- margin-left: auto;
- margin-right: auto;
- }
- }
-}
-
-//RTL layout
-.rtl {
- direction: rtl;
- text-align: right;
-
- .sidebar {
- .nav {
- padding-right: 0;
-
- .nav-item {
- .nav-link {
- i {
- &.menu-icon {
- margin-right: 0;
- margin-left: 0.5em;
- }
-
- &.menu-arrow {
- margin-left: 0;
- margin-right: auto;
- }
- }
-
- .badge {
- margin-left: 0;
- margin-right: auto;
- }
- }
- }
- }
- }
-
- .product-chart-wrapper,
- .settings-panel .tab-content .tab-pane .scroll-wrapper,
- .sidebar-fixed .nav,
- .table-responsive,
- ul.chats {
- &::-webkit-scrollbar {
- width: 0.5em;
- }
-
- &::-webkit-scrollbar-track {
- -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
- }
-
- &::-webkit-scrollbar-thumb {
- background-color: darkgrey;
- outline: 1px solid slategrey;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_1/_misc.scss b/app/frontend/static/assets/scss/demo_1/_misc.scss
deleted file mode 100755
index 402ab5fe..00000000
--- a/app/frontend/static/assets/scss/demo_1/_misc.scss
+++ /dev/null
@@ -1,152 +0,0 @@
-.page-body-wrapper {
- min-height: calc(100vh - #{$navbar-height});
- display: flex;
- flex-direction: row;
- padding-left: 0;
- padding-right: 0;
-
- &.full-page-wrapper {
- width: 100%;
- min-height: 100vh;
- }
-}
-
-.main-panel {
- transition: width $action-transition-duration $action-transition-timing-function, margin $action-transition-duration $action-transition-timing-function;
- width: calc(100% - #{$sidebar-width-lg});
- min-height: calc(100vh - #{$navbar-height});
- display: flex;
- flex-direction: column;
-
- @media (max-width: 991px) {
- margin-left: 0;
- width: 100%;
- }
-}
-
-.content-wrapper {
- background: $content-bg;
- padding: 1.5rem 1.7rem;
- width: 100%;
- flex-grow: 1;
-}
-
-.container-scroller {
- overflow: hidden;
-}
-
-.page-header {
- display: flex;
- width: 100%;
- padding-bottom: 15px;
- border-bottom: 1px solid $border-color;
- margin-bottom: 15px;
-
- @media (max-width: 992px) {
- display: inline-block;
- }
-}
-
-.page-title {
- margin-top: 0;
- margin-bottom: 2px;
-
- @media (max-width: 992px) {
- margin-botttom: 15px;
- }
-}
-
-.quick-links {
- list-style: none;
- margin-bottom: 0;
- display: inline-flex;
- align-items: center;
- margin-top: 4px;
- padding-left: 0;
-
- @media (min-width: 992px) {
- padding-left: 10px;
- }
-
- li {
- margin-right: 10px;
- border-right: 1px solid $body-color;
- line-height: 1;
-
- a {
- display: inline-block;
- color: $body-color;
- text-decoration: none;
- padding-right: 10px;
- }
-
- &:last-child {
- margin-right: 0;
- border-right: none;
-
- a {
- padding-right: 0;
- }
- }
- }
-}
-
-.page-title-header {
- margin-bottom: 20px;
-}
-
-.page-header-toolbar {
- display: flex;
- align-items: center;
- width: 100%;
-
- @media (max-width: 992px) {
- display: inline-block;
-
- .toolbar-item {
- margin-top: 20px;
- }
- }
-
- .btn-group,
- .btn {
- border: none;
-
- i {
- font-size: 1.24rem;
- color: $page-header-toolbar-btn-color;
- }
-
- &.dropdown-toggle {
- &:after {
- color: $page-header-toolbar-btn-color;
- }
- }
- }
-}
-
-.filter-wrapper {
- display: flex;
- margin-left: 15px;
-
- @media (max-width: 992px) {
- margin-left: 0;
- }
-}
-
-.sort-wrapper {
- display: flex;
- width: 46%;
-
- @media (max-width: 992px) {
- width: 100%;
- }
-}
-
-.advanced-link {
- display: flex;
- align-items: center;
- margin-left: 30px;
- margin-right: 20px;
- white-space: nowrap;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_1/_nav.scss b/app/frontend/static/assets/scss/demo_1/_nav.scss
deleted file mode 100755
index f4ce9dee..00000000
--- a/app/frontend/static/assets/scss/demo_1/_nav.scss
+++ /dev/null
@@ -1,145 +0,0 @@
-.nav,
-.navbar-nav {
- .nav-item {
- line-height: 1;
-
- &.dropdown {
- @media (max-width: 992px) {
- position: unset;
- }
-
- .dropdown-toggle {
- &:after {
- border: none;
- content: "\F140";
- font-family: "Material Design Icons";
- font-size: 20px;
- color: $navbar-dropdown-toggle-arrow-color;
- text-rendering: auto;
- line-height: inherit;
- vertical-align: 0;
- }
- }
-
- .count-indicator {
- position: relative;
- text-align: center;
-
- i {
- font-size: 21px;
- margin-right: 0;
- vertical-align: middle;
- }
-
- .count {
- position: absolute;
- left: 50%;
- width: 1rem;
- height: 1rem;
- border-radius: 100%;
- background: $navbar-count-indicator-bg;
- color: $white;
- font-size: 11px;
- top: -1px;
- font-weight: 600;
- line-height: 1rem;
- border: none;
- text-align: center;
- }
-
- &:after {
- display: none;
- }
- }
-
- i {
- margin-right: 0.5rem;
- vertical-align: middle;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
-
- .navbar-dropdown {
- font-size: 0.9rem;
- margin-top: 15px;
- position: absolute;
- right: 0;
- left: auto;
- border: 1px solid $navbar-dropdown-border-color;
- padding: 0 0 20px;
- min-width: 100%;
- border-radius: 2px;
- @extend .dropdownAnimation;
- box-shadow: $navbar-dropdown-box-shadow;
- overflow-x: hidden;
- .rtl & {
- right: auto;
- left: 0;
- }
-
- @media (max-width: 991px) {
- right: -85px;
- }
-
- &.dropdown-left {
- left: 0;
- right: auto;
- }
-
- .badge {
- margin-left: 0.5rem;
-
- .rtl & {
- margin-left: 0;
- margin-right: 1.25rem;
- }
-
- @media (max-width:991px) {
- margin-right: 0.5rem;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
- }
-
- .dropdown-item {
- display: flex;
- align-items: center;
- margin-bottom: 0;
- padding: 5px 25px;
-
- i {
- font-size: 24px;
- }
-
- .ellipsis {
- max-width: 200px;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- .preview-icon {
- width: 40px;
- height: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
-
- .small-text {
- font-size: 0.75rem;
- }
- }
-
- .dropdown-divider {
- margin: 0;
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_1/_navbar.scss b/app/frontend/static/assets/scss/demo_1/_navbar.scss
deleted file mode 100755
index 6a117b66..00000000
--- a/app/frontend/static/assets/scss/demo_1/_navbar.scss
+++ /dev/null
@@ -1,217 +0,0 @@
-/* Navbar */
-
-.navbar {
- &.default-layout {
- font-family: $type-2;
- background: $navbar-bg;
- transition: background $action-transition-duration $action-transition-timing-function;
- -webkit-transition: background $action-transition-duration $action-transition-timing-function;
- -moz-transition: background $action-transition-duration $action-transition-timing-function;
- -ms-transition: background $action-transition-duration $action-transition-timing-function;
-
- .navbar-brand-wrapper {
- transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -webkit-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -moz-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -ms-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- background: $sidebar-gradient-color-2;
- width: $sidebar-width-lg;
- height: $navbar-height;
-
- .navbar-brand {
- color: $white;
- font-size: 1.5rem;
- line-height: 48px;
- margin-right: 0;
- padding: 0.25rem 0;
- display: flex;
-
- &:active,
- &:focus,
- &:hover {
- color: lighten(color(gray-dark), 10%);
- }
-
- img {
- width: 170px;
- max-width: 100%;
- margin: auto;
- vertical-align: middle;
- }
- }
-
- .brand-logo-mini {
- display: none;
-
- img {
- width: 40px;
- max-width: 100%;
- margin: auto;
- }
- }
- }
-
- .navbar-menu-wrapper {
- transition: width $action-transition-duration $action-transition-timing-function;
- -webkit-transition: width $action-transition-duration $action-transition-timing-function;
- -moz-transition: width $action-transition-duration $action-transition-timing-function;
- -ms-transition: width $action-transition-duration $action-transition-timing-function;
- color: $navbar-menu-wrapper-color;
- padding-left: 15px;
- padding-right: 15px;
- width: calc(100% - #{$sidebar-width-lg});
- height: $navbar-height;
- box-shadow: $navbar-menu-wrapper-box-shadow;
-
- @media (max-width: 991px) {
- width: calc(100% - #{$sidebar-width-icon});
- }
-
- .navbar-toggler {
- border: 0;
- color: inherit;
-
- &:not(.navbar-toggler-right) {
- @media (max-width: 991px) {
- display: none;
- }
- }
- }
-
- .search-form {
- width: 35%;
- margin-right: 30px;
-
- .form-group {
- margin-bottom: 0;
- }
- }
-
- .navbar-nav {
- flex-direction: row;
- align-items: center;
-
- .nav-item {
- margin-left: 1rem;
-
- @media (max-width: 992px) {
- margin-left: 10px;
- margin-right: 0px;
- }
-
- .nav-link {
- color: inherit;
- font-size: $navbar-font-size;
- vertical-align: middle;
-
- @media (max-width: 767px) {
- margin-left: 0.5rem;
- margin-right: 0.5rem;
- }
-
- i {
- font-size: $navbar-icon-font-size;
- vertical-align: middle;
- margin-right: 0;
- }
- }
-
- &.user-dropdown {
- margin-left: 35px;
-
- &:before {
- position: relative;
- top: 2px;
- font-size: 20px;
- color: $navbar-dropdown-toggle-arrow-color;
- }
-
- .dropdown-menu {
- min-width: 250px;
- margin-top: 9px;
-
- .dropdown-header {
- padding: 20px;
- }
-
- .dropdown-item {
- padding: 10px 15px;
- }
- }
-
- .dropdown-toggle {
- &:after {
- position: relative;
- top: 50%;
- }
- }
- }
-
- &.language-dropdown {
- .dropdown-menu {
- width: 170px;
- left: -15px !important;
-
-
- .dropdown-item {
- padding-left: 22px;
- padding-right: 12px;
-
- .flag-icon-holder {
- margin-right: 15px;
- }
- }
- }
-
- .flag-icon-holder {
- height: 25px;
- width: 25px;
- border-radius: 100%;
- overflow: hidden;
-
- i {
- font-size: 25px;
- }
- }
- }
- }
-
- &.navbar-nav-right {
- @media (min-width: 992px) {
- margin-left: auto;
-
- .rtl & {
- margin-left: 0;
- margin-right: auto;
- }
- }
- }
- }
- }
- }
-}
-
-@media (max-width:991px) {
- .navbar {
- &.default-layout {
- flex-direction: row;
-
- .navbar-brand-wrapper {
- width: $sidebar-width-icon;
-
- .brand-logo {
- display: none;
- }
-
- .brand-logo-mini {
- display: inline-block;
- }
- }
- }
- }
-
- .navbar-collapse {
- display: flex;
- margin-top: 0.5rem;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_1/_sidebar.scss b/app/frontend/static/assets/scss/demo_1/_sidebar.scss
deleted file mode 100755
index 7e6f431a..00000000
--- a/app/frontend/static/assets/scss/demo_1/_sidebar.scss
+++ /dev/null
@@ -1,317 +0,0 @@
-/* Sidebar */
-
-.sidebar {
- min-height: calc(100vh - #{$navbar-height});
- background: $sidebar-gradient;
- font-family: $type-2;
- padding: 0;
- width: $sidebar-width-lg;
- z-index: 11;
- transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -webkit-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -moz-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -ms-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
-
- >.nav {
- overflow: hidden;
- flex-wrap: nowrap;
- flex-direction: column;
-
- .nav-item {
- .collapse {
- z-index: 999;
- }
-
- &:not(.hover-open) {
-
- .collapse,
- .collapsing {
- .sub-menu {
- margin: 5px 0;
-
- .rtl & {
- padding: $rtl-sidebar-submenu-padding;
- }
-
- .nav-item {
- .nav-link {
- padding: 10px 0px 10px 70px;
- position: relative;
- color: rgba($sidebar-light-menu-color, 0.8);
- font-size: calc(#{$sidebar-menu-font-size} - 2px);
- font-weight: 500;
- transition-duration: 0.5s;
- transition-timing-function: "ease-in-out";
- transition-property: "background", "color", "box-shadow", "padding";
-
- &:before {
- content: "";
- position: absolute;
- top: 0px;
- left: 35px;
- display: block;
- height: 100%;
- width: 2px;
- background: $sidebar-light-submenu-line-color;
-
- .rtl & {
- right: -5px;
- left: unset;
- }
- }
-
- &:hover {
- color: $sidebar-light-menu-color;
-
- &:before {
- background: #fff;
- }
- }
-
- .rtl & {
- padding: 10px 15px 10px 0px;
- }
- }
-
- &:first-child {
- .nav-link {
- padding-top: 0;
- }
- }
-
- &:last-child {
- .nav-link {
- padding-bottom: 0;
- }
- }
- }
- }
- }
- }
-
- .nav-link {
- align-items: center;
- display: flex;
- padding: $sidebar-menu-padding;
- white-space: nowrap;
- color: $sidebar-light-menu-color;
-
- .rtl & {
- padding: $sidebar-menu-padding-rtl;
- }
-
- i {
- &.menu-arrow {
- margin-left: auto;
- margin-right: 0;
- transition-duration: 0.2s;
- transition-property: transform;
- transition-timing-function: ease-in;
-
- &:before {
- content: "\F054";
- font-family: "Material Design Icons";
- font-size: 18px;
- line-height: 1;
- font-style: normal;
- vertical-align: middle;
- color: $sidebar-light-menu-arrow-color;
- }
- }
- }
-
- &[aria-expanded="true"] {
-
- i {
- &.menu-arrow {
- transform: rotate(90deg);
- }
- }
- }
-
- .menu-icon {
- display: none;
- margin-right: 1.25rem;
- width: $sidebar-icon-size;
- line-height: 1;
- font-size: 18px;
- color: $sidebar-light-menu-icon-color;
-
- .rtl & {
- margin-right: 0;
- margin-left: 1.25rem;
- }
- }
-
- .menu-title {
- color: inherit;
- display: inline-block;
- font-size: $sidebar-menu-font-size;
- line-height: 1;
- vertical-align: middle;
- font-weight: 500;
- }
-
- .badge {
- margin-left: auto;
- }
-
- &:hover {
- color: $sidebar-navlink-menu-item-hover-color;
- }
- }
-
- &.active {
- >.nav-link {
- color: $sidebar-light-menu-active-color;
-
- .menu-title,
- i {
- color: inherit;
- }
- }
- }
-
- &.nav-profile {
- max-width: 270px;
- margin-right: auto;
- margin-left: auto;
- margin-top: 30px;
- margin-bottom: 30px;
-
- .nav-link {
- display: flex;
- border-radius: 3px;
- border: $sidebar-nav-item-profile-border-color;
- background-color: $sidebar-nav-item-profile-bg;
- color: $sidebar-nav-item-profile-color;
- padding: 15px 25px;
-
- .profile-image {
- margin-right: 15px;
- position: relative;
-
- .rtl & {
- margin-right: 0;
- margin-left: 15px;
- }
- }
-
- .dot-indicator {
- position: absolute;
- bottom: 0px;
- right: 0px;
- }
-
- .profile-name {
- margin-bottom: 5px;
- font-weight: 500;
- font-size: 15px;
- color: $sidebar-profile-name-color;
- }
-
- .designation {
- margin-bottom: 0;
- font-weight: 400;
- color: $sidebar-profile-designation-color;
- }
- }
- }
-
- &.nav-category {
- color: $sidebar-light-category-color;
- border-bottom: 1px solid $sidebar-nav-category-border-color;
- margin: 0 30px;
- font-size: 15px;
- font-weight: 500;
- padding: 10px 0px 15px 0px;
- }
- }
-
- >.nav-item {
- >.nav-link {
- height: $nav-link-height;
- }
- }
-
- >.nav-item:not(.nav-profile) {
- >.nav-link {
- position: relative;
-
- &:before {
- content: "";
- position: absolute;
- left: 30px;
- right: 50%;
- width: 10px;
- height: 10px;
- border-radius: 100%;
- border: 2px solid $sidebar-nav-item-dot-color;
- display: block;
-
- .rtl & {
- left: auto;
- right: 45px;
- }
- }
- }
- }
-
- &:not(.sub-menu) {
- >.nav-item {
- >.nav-link {
- background: transparent;
- transition-duration: 0.3s;
- transition-timing-function: "ease-in-out";
- transition-property: "background", "color", "box-shadow", "padding";
- }
-
- &:hover {
- &:not(.nav-profile):not(.hover-open) {
- >.nav-link:not([aria-expanded="true"]) {
- background: $sidebar-light-menu-hover-bg;
- padding-left: 65px;
-
- .rtl & {
- padding-left: 30px;
- padding-right: 80px;
- }
-
- &:before {
- border-color: $sidebar-light-menu-hover-color;
- }
-
- .menu-title {
- color: $sidebar-light-menu-hover-color;
- }
-
- .menu-arrow {
- &:before {
- color: $sidebar-light-menu-arrow-color;
- }
- }
- }
- }
- }
- }
- }
- }
-}
-
-/* style for off-canvas menu*/
-
-@media screen and (max-width: 991px) {
- .sidebar-offcanvas {
- position: fixed;
- max-height: calc(100vh - #{$navbar-height});
- top: $navbar-height;
- bottom: 0;
- overflow: auto;
- right: -$sidebar-width-lg;
- transition: all 0.25s ease-out;
-
- &.active {
- right: 0;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_1/_variables.scss b/app/frontend/static/assets/scss/demo_1/_variables.scss
deleted file mode 100755
index 9b7fbb5b..00000000
--- a/app/frontend/static/assets/scss/demo_1/_variables.scss
+++ /dev/null
@@ -1,107 +0,0 @@
-////////// COLOR VARIABLES //////////
-$body-text-color: $body-color;
-$accent-color: #fff;
-$content-bg:#F3F3F3;
-$footer-bg: #dbdbdb;
-$footer-color: color(dark);
-$border-color: #cdd6dc;
-$footer-height: 60px;
-$card-bg:#dde4eb;
-$card-accent-color: #030aac;
-$card-dropshadow: 0 0 0 0 rgba(90, 113, 208, 0.11),
-0 4px 16px 0 rgba(167, 175, 183, 0.33);
-$iconholder-primary-bg:#2944b5;
-$iconholder-primary-color: #fff;
-$iconholder-primary-border-color:#4e55c5;
-$boxed-layout-bg: lighten(color(gray), 50%);
-////////// COLOR VARIABLES //////////
-
-////////// SIDEBAR ////////
-$sidebar-width-lg: 270px;
-$sidebar-width-mini: 185px;
-$sidebar-width-icon: 70px;
-$sidebar-light-bg: $white;
-$sidebar-box-shadow: 0 0 3px 1px #a7a3a3;
-$sidebar-gradient-color-1:#5768f3;
-$sidebar-gradient-color-2:#1c45ef;
-$sidebar-gradient:linear-gradient(to top, $sidebar-gradient-color-1, $sidebar-gradient-color-2);
-$sidebar-light-menu-color: #fff;
-$sidebar-light-submenu-color: $sidebar-light-menu-color;
-$sidebar-light-category-color: rgba(255, 255, 255, 0.7);
-$sidebar-light-menu-icon-color: $sidebar-light-menu-color;
-$sidebar-light-menu-arrow-color: #bfccda;
-$sidebar-profile-name-color: #fff !default;
-$sidebar-profile-designation-color:#fff !default;
-
-$sidebar-light-menu-active-bg: #fff;
-$sidebar-light-menu-active-color: #fff;
-
-$sidebar-light-menu-hover-bg: darken($sidebar-gradient-color-1, 20%);
-$sidebar-light-menu-hover-color:#fff;
-$sidebar-light-submenu-hover-bg: initial;
-$sidebar-light-submenu-hover-color: #000;
-$sidebar-light-submenu-line-color: darken($sidebar-gradient-color-1, 18%);
-$sidebar-navlink-menu-item-hover-color:darken($sidebar-light-menu-color, 5%);
-$sidebar-nav-item-profile-border-color:1px solid rgba(#fff, 0.11);
-$sidebar-nav-item-profile-bg:rgba(255, 255, 255, 0.1);
-$sidebar-nav-item-profile-color: #fff;
-$sidebar-nav-category-border-color:rgba(255, 255, 255, 0.13);
-$sidebar-nav-item-dot-color:#fff;
-
-
-$sidebar-dark-bg: #252C46;
-$sidebar-dark-menu-color: #9F9EA3;
-$sidebar-dark-menu-active-bg: lighten($sidebar-dark-bg, 5%);
-$sidebar-dark-menu-active-color: $white;
-$sidebar-dark-menu-hover-bg: $sidebar-dark-menu-active-bg;
-$sidebar-dark-menu-hover-color: $sidebar-dark-menu-color;
-$sidebar-dark-submenu-color: $sidebar-dark-menu-color;
-$sidebar-dark-submenu-hover-bg: initial;
-$sidebar-dark-submenu-hover-color: #000;
-$sidebar-dark-category-color: #999999;
-$sidebar-dark-menu-icon-color: #9F9EA3;
-$sidebar-dark-profile-name-color: #404852;
-$sidebar-dark-profile-title-color: #8d9498;
-$sidebar-menu-font-size: 15px;
-$sidebar-icon-size: 16px;
-$sidebar-menu-padding: 15px 30px 15px 55px;
-$sidebar-menu-padding-rtl: 15px 70px 15px 30px;
-$nav-link-height: 52px;
-$sidebar-submenu-padding: 0 0 0 4rem;
-$sidebar-submenu-font-size: $sidebar-menu-font-size;
-$sidebar-submenu-item-padding: .75rem 1rem;
-$sidebar-icon-font-size: .9375rem;
-$sidebar-arrow-font-size: .625rem;
-$sidebar-profile-bg: transparent;
-$sidebar-profile-padding: 0rem 1.625rem 2.25rem 1.188rem;
-$sidebar-mini-menu-padding: .8125rem 1rem .8125rem 1rem;
-$sidebar-icon-only-menu-padding: .5rem 1.625rem .5rem 1.188rem;
-$sidebar-icon-only-submenu-width: 200px;
-$sidebar-icon-only-collapse-shadow: 0 1px 15px 1px rgba(113, 106, 202, .08);
-$rtl-sidebar-submenu-padding: 0 3.45rem 0 0;
-///////// SIDEBAR ////////
-
-///////// NAVBAR ////////
-$navbar-bg: #fff;
-$navbar-height: 63px;
-$navbar-light-color: #202339;
-$navbar-font-size: $sidebar-menu-font-size;
-$navbar-icon-font-size: 1.25rem;
-$navbar-dropdown-toggle-arrow-color:grey;
-$navbar-count-indicator-bg:#FF0017;
-$navbar-dropdown-border-color:rgba(182, 182, 182, 0.1);
-$navbar-dropdown-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
-$navbar-menu-wrapper-color:#001737;
-$navbar-menu-wrapper-box-shadow:0 4px 16px 0 rgba(167, 175, 183, 0.33);
-///////// NAVBAR ////////
-$page-header-toolbar-btn-color: theme-color(primary);
-$fc-button-bg:theme-color(primary);
-$fc-button-color: #fff;
-$fc-state-active-bg:darken(theme-color(primary), 5%);
-$fc-state-active-color:$white;
-$fc-navigation-button-color: theme-color(primary);
-$fc-today-button-bg:theme-color(primary);
-$fc-today-button-color: #fff;
-$fc-event-bg:theme-color(success);
-$fc-event-color:$white;
-$fc-more-cell-color:theme-color(dark);
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_1/components/_full-calendar.scss b/app/frontend/static/assets/scss/demo_1/components/_full-calendar.scss
deleted file mode 100755
index 9d377bbd..00000000
--- a/app/frontend/static/assets/scss/demo_1/components/_full-calendar.scss
+++ /dev/null
@@ -1,215 +0,0 @@
-/* Full Calendar */
-
-#calendar {
- .fc-header-toolbar {
- background: $card-bg;
- padding: 28px 0 80px;
- margin-bottom: 0;
-
- .fc-button-group {
- border-radius: 5px;
-
- .fc-button {
- box-shadow: none;
- padding: 1px 12px;
- margin-right: 0;
- font-size: 0.9375rem;
- font-weight: 400;
- line-height: 1.33;
- border: none;
- background: $fc-button-bg;
- color: $fc-button-color;
- text-shadow: none;
- transition-duration: 0.3s;
-
- &:first-letter {
- text-transform: uppercase;
- }
-
- &.fc-state-active {
- background: $fc-state-active-bg;
- color: $fc-state-active-color;
- }
-
- &.fc-next-button,
- &.fc-prev-button {
- background: lighten($card-bg, 4%);
- color: $body-color;
- margin-right: 7px;
- height: 2.0625rem;
- width: 2.25rem;
- border: none;
-
- span {
- top: -3px;
- right: 9px;
-
- &:after {
- font: normal normal normal 24px/1 "Material Design Icons";
- display: block;
- line-height: 21px;
- }
- }
- }
-
- &.fc-prev-button {
- span {
- &:after {
- content: "\F141";
- }
- }
- }
-
- &.fc-next-button {
- span {
- &:after {
- content: "\F142";
- }
- }
- }
- }
- }
-
- .fc-today-button {
- box-shadow: none;
- padding: 1px 12px;
- border-radius: 2px;
- margin-right: 4px;
- font-size: 0.9375rem;
- font-weight: 400;
- line-height: 1.33;
- border: none;
- background: $fc-today-button-bg;
- color: $fc-today-button-color;
- text-shadow: none;
- transition-duration: 0.3s;
-
- &:first-letter {
- text-transform: uppercase;
- }
- }
-
- .fc-left {
- padding-left: 25px;
- }
-
- .fc-right {
- padding-right: 25px;
- }
-
- .fc-center {
- h2 {
- font-size: 1.125rem;
- font-weight: 600;
- text-transform: uppercase;
- }
- }
- }
-
- .fc-view-container {
- .fc-view {
- background: $content-bg;
-
- table {
- thead.fc-head {
- border: none;
-
- tr {
- td {
- .fc-widget-header {
- border: none;
-
- table {
- thead {
- border: none;
-
- tr {
- th.fc-day-header {
- text-transform: uppercase;
- padding: 0.4375rem 0;
- border-color: $border-color;
- font-size: $default-font-size;
- }
- }
- }
- }
- }
-
- &.fc-head-container {
- border-color: $border-color;
- border-bottom: none;
- background: lighten($card-bg, 4%);
- }
- }
- }
- }
-
- tbody.fc-body {
- background: $card-bg;
-
- tr {
- td.fc-widget-content {
- border-color: $border-color;
-
- .fc-day-grid-container {
- .fc-day-grid {
- .fc-row {
- border-color: $border-color;
-
- .fc-bg {
- table {
- tr {
- td {
- border-color: $border-color;
- }
- }
- }
- }
-
- .fc-content-skeleton {
- table {
- thead {
- tr {
- td.fc-day-top {
- padding: 8px;
- font-size: $default-font-size;
- font-weight: 600;
- }
- }
- }
-
- tbody {
- tr {
- td {
- &.fc-event-container {
- .fc-h-event {
- background: $fc-event-bg;
- border: none;
- padding: 6px 12px 6px 22px;
- font-weight: 500;
- color: $fc-event-color;
- font-size: 12px;
- border-radius: 4px;
- }
- }
-
- &.fc-more-cell {
- font-weight: 600;
- color: $fc-more-cell-color;
- padding: 0 7px;
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_1/components/_modals.scss b/app/frontend/static/assets/scss/demo_1/components/_modals.scss
deleted file mode 100755
index f30eefe5..00000000
--- a/app/frontend/static/assets/scss/demo_1/components/_modals.scss
+++ /dev/null
@@ -1,5 +0,0 @@
-.modal {
- .modal-dialog {
- margin-top: calc(#{$navbar-height} + 30px);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_1/components/_nav.scss b/app/frontend/static/assets/scss/demo_1/components/_nav.scss
deleted file mode 100755
index e69de29b..00000000
diff --git a/app/frontend/static/assets/scss/demo_1/style.scss b/app/frontend/static/assets/scss/demo_1/style.scss
deleted file mode 100755
index c0597886..00000000
--- a/app/frontend/static/assets/scss/demo_1/style.scss
+++ /dev/null
@@ -1,19 +0,0 @@
-/* Layouts */
-
-@import "../../../../node_modules/bootstrap/scss/functions";
-@import "../../../../node_modules/bootstrap/scss/variables";
-@import "../shared/variables";
-@import "./variables";
-@import "../shared/mixins/misc";
-@import "../shared/mixins/animation";
-@import "./nav";
-@import "./navbar";
-@import "./sidebar";
-@import "./footer";
-@import "./layouts";
-@import "./card";
-@import "./misc";
-@import "./dashboard";
-
-@import "./components/modals";
-@import "./components/full-calendar";
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_10/_card.scss b/app/frontend/static/assets/scss/demo_10/_card.scss
deleted file mode 100755
index 0b7492d3..00000000
--- a/app/frontend/static/assets/scss/demo_10/_card.scss
+++ /dev/null
@@ -1,4 +0,0 @@
-.card {
- border-radius: 0px;
- border: 1px solid #e5e9f2;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_10/_dashboard.scss b/app/frontend/static/assets/scss/demo_10/_dashboard.scss
deleted file mode 100755
index 56869dc9..00000000
--- a/app/frontend/static/assets/scss/demo_10/_dashboard.scss
+++ /dev/null
@@ -1,138 +0,0 @@
-.subscribe-overview-card {
- .nav-tabs {
- display: flex;
- border-bottom: none;
-
- .nav-item {
- display: flex;
- border-radius: 2px;
- box-shadow: 0 4px 8px 0 rgba(42, 55, 71, 0.15);
- margin: 5px;
- width: calc(100% / 3 - 7px);
-
- .nav-link {
- display: flex;
- flex-direction: column;
- border: none;
- padding: 15px 0px;
- border-radius: 2px;
- width: 100%;
-
- i {
- text-align: center;
- margin-right: 0px;
- margin-left: 0px;
- margin-bottom: 5px;
- }
-
- &.active {
- background: theme-color(success);
- color: #fff;
- }
- }
-
- &:last-child {
- margin-right: 0px;
- }
-
- &:first-child {
- margin-left: 0px;
- }
- }
- }
-
- .tab-content {
- .tab-pane {
- position: relative;
-
- .badge-group {
- display: flex;
- justify-content: space-between;
- position: absolute;
- bottom: 0px;
- right: 5px;
- left: 15px;
- margin-bottom: 15px;
-
-
- .badge {
- color: $text-muted;
- background: #fff;
- border-radius: 4px;
- margin-right: 10px;
- padding: 8px 10px;
- box-shadow: 0 4px 8px 0 rgba(42, 55, 71, 0.15);
- transition: 0.3s ease;
-
- &.active {
- color: #fff;
- background: theme-color(success);
- }
- }
- }
- }
- }
-}
-
-.social-earnings-card {}
-
-.card-footer-toolbar {
- display: flex;
-
- .footer-col {
- position: relative;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 33.33%;
- padding: 15px 0px;
-
- &:after {
- content: "";
- position: absolute;
- display: block;
- right: 0px;
- top: 15px;
- bottom: 0px;
- height: 40px;
- width: 1px;
- background: $border-color;
- }
-
- &:last-child {
- &:after {
- display: none;
- }
- }
-
- p {
- font-weight: 500;
- margin-bottom: 0;
- }
- }
-}
-
-.weather-card-bg {
- background: url("../../images/dashboard/weather-card.jpg") no-repeat center;
- background-size: cover;
-}
-
-.overall-progress-bg {
- background: url("../../images/dashboard/progress-card-bg.jpg") no-repeat center;
- background-size: cover;
-}
-
-.card-background-bg {
- background: url("../../images/dashboard/profile-card.jpg") no-repeat center;
- background-size: cover;
-}
-
-.overall-progress-card {
- .dot-indicator {
- width: 15px;
- height: 15px;
- border-width: 3px;
- border-style: solid;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_10/_footer.scss b/app/frontend/static/assets/scss/demo_10/_footer.scss
deleted file mode 100755
index 425afdcb..00000000
--- a/app/frontend/static/assets/scss/demo_10/_footer.scss
+++ /dev/null
@@ -1,22 +0,0 @@
-/* Footer */
-.footer {
- background: $footer-bg;
- color: $footer-color;
- padding: 20px 1rem;
- transition: all $action-transition-duration $action-transition-timing-function;
- -moz-transition: all $action-transition-duration $action-transition-timing-function;
- -webkit-transition: all $action-transition-duration $action-transition-timing-function;
- -ms-transition: all $action-transition-duration $action-transition-timing-function;
- border-top: $border-width solid $border-color;
- font-size: calc(#{$default-font-size} - 0.05rem);
- font-family: $type-1;
-
- a {
- color: theme-color(success);
- font-size: inherit;
- }
- @media (max-width: 991px) {
- margin-left: 0;
- width: 100%;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_10/_layouts.scss b/app/frontend/static/assets/scss/demo_10/_layouts.scss
deleted file mode 100755
index 526a3be1..00000000
--- a/app/frontend/static/assets/scss/demo_10/_layouts.scss
+++ /dev/null
@@ -1,199 +0,0 @@
-.navbar {
- &.fixed-top {
- +.page-body-wrapper {
- padding-top: $navbar-height;
- }
- }
-}
-
-.container-scroller {
- margin-top: $navbar-height;
-}
-
-
-// Sidebar Icon Only
-.sidebar-icon-only {
- @media (min-width: 992px) {
- .navbar {
- .navbar-brand-wrapper {
- width: $sidebar-width-icon;
-
- .brand-logo {
- display: none;
- }
-
- .brand-logo-mini {
- display: flex;
- }
- }
-
- .navbar-menu-wrapper {
- width: calc(100% - #{$sidebar-width-icon});
- }
- }
-
- .sidebar {
- width: $sidebar-width-icon;
-
- .nav {
- overflow: visible;
-
- .nav-item {
- position: relative;
-
- .nav-link {
- display: block;
- text-align: center;
- padding: 18px 10px;
- margin: 0 5px;
-
- .badge,
- .menu-title {
- display: none;
- }
-
- i {
- &.menu-icon {
- margin-right: 0;
- }
-
- &.menu-arrow {
- display: none;
- }
- }
- }
-
- &.nav-category {
- display: none;
- }
-
- &.profile-section {
- padding: 20px 14px;
-
- .notification-indicator-wrapper {
- margin-right: 0;
- }
-
- .profile-info-user,
- .progress-details {
- display: none !important;
- }
- }
-
- .collapse {
- display: none;
- }
-
- &.hover-open {
- .nav-link {
- .menu-title {
- display: flex;
- align-items: center;
- background: $sidebar-light-menu-hover-bg;
- color: $sidebar-light-menu-color;
- padding: 0.5rem 1.25rem;
- left: $sidebar-width-icon;
- position: absolute;
- text-align: left;
- top: 0;
- width: $sidebar-icon-only-submenu-width;
- z-index: 1;
- height: $nav-link-height;
- line-height: 1.8;
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
-
- @at-root #{selector-append(".rtl", &)} {
- left: auto;
- right: $sidebar-width-icon;
- text-align: right;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- border-top-left-radius: 5px;
- border-bottom-left-radius: 5px;
- }
-
- &:after {
- display: none;
- }
- }
-
- &[data-toggle=collapse] {
- .menu-title {
- border-bottom-right-radius: 0;
-
- @at-root #{selector-append(".rtl", &)} {
- border-bottom-left-radius: 0;
- }
- }
- }
- }
-
- .collapse,
- .collapsing {
- display: block;
- padding: 0.5rem 0;
- background: $sidebar-light-menu-hover-bg;
- color: $sidebar-light-menu-color;
- position: absolute;
- top: $nav-link-height;
- left: $sidebar-width-icon;
- width: $sidebar-icon-only-submenu-width;
- border-bottom-right-radius: 5px;
-
- @at-root #{selector-append(".rtl", &)} {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 5px;
- }
-
- @at-root #{selector-append(".rtl", &)} {
- left: auto;
- right: $sidebar-width-icon;
- }
-
- -webkit-box-shadow: 0 1px 15px 1px rgba(113, 106, 202, .08);
- -moz-box-shadow: 0 1px 15px 1px rgba(113, 106, 202, .08);
- box-shadow: 0 1px 15px 1px rgba(113, 106, 202, .08);
- }
- }
- }
-
- &.sub-menu {
- padding: $sidebar-icon-only-submenu-padding;
-
- .nav-item {
- .nav-link {
- text-align: left;
- background: inherit;
- color: $sidebar-light-menu-color;
-
- &:hover {
- color: darken($sidebar-light-menu-color, 5%);
- }
-
- @at-root #{selector-append(".rtl", &)} {
- text-align: right;
- }
- }
-
- &:nth-child(5n+1),
- &:nth-child(5n+2),
- &:nth-child(5n+3),
- &:nth-child(5n+4),
- &:nth-child(5n+5) {
- .nav-link {
- &:before {
- background: $white;
- }
- }
- }
- }
- }
- }
- }
-
- .main-panel {
- width: calc(100% - #{$sidebar-width-icon});
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_10/_misc.scss b/app/frontend/static/assets/scss/demo_10/_misc.scss
deleted file mode 100755
index 709b063c..00000000
--- a/app/frontend/static/assets/scss/demo_10/_misc.scss
+++ /dev/null
@@ -1,36 +0,0 @@
-.page-body-wrapper {
- min-height: calc(100vh - #{$navbar-height});
- display: flex;
- flex-direction: row;
- padding-left: 0;
- padding-right: 0;
-
- &.full-page-wrapper {
- width: 100%;
- min-height: 100vh;
- }
-}
-
-.main-panel {
- transition: width $action-transition-duration $action-transition-timing-function, margin $action-transition-duration $action-transition-timing-function;
- width: calc(100% - #{$sidebar-width-lg});
- min-height: calc(100vh - #{$navbar-height});
- display: flex;
- flex-direction: column;
-
- @media (max-width: 991px) {
- margin-left: 0;
- width: 100%;
- }
-}
-
-.content-wrapper {
- background: $content-bg;
- padding: 1.5rem 1.7rem;
- width: 100%;
- flex-grow: 1;
-}
-
-.container-scroller {
- overflow: hidden;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_10/_nav.scss b/app/frontend/static/assets/scss/demo_10/_nav.scss
deleted file mode 100755
index 2132bdac..00000000
--- a/app/frontend/static/assets/scss/demo_10/_nav.scss
+++ /dev/null
@@ -1,152 +0,0 @@
-.nav,
-.navbar-nav {
- .nav-item {
- line-height: 1;
-
- &.dropdown {
- @media (max-width: 992px) {
- position: unset;
- }
-
- .dropdown-toggle {
- &:after {
- border: none;
- content: "\F140";
- font: normal normal normal 28px/1 "Material Design Icons";
- font-size: inherit;
- text-rendering: auto;
- line-height: inherit;
- vertical-align: 0;
- }
- }
-
- .count-indicator {
- position: relative;
- text-align: center;
-
- i {
- font-size: 21px;
- margin-right: 0;
- vertical-align: middle;
- }
-
- .count {
- position: absolute;
- left: 50%;
- width: 10px;
- height: 10px;
- border-radius: 100%;
- background: #ff027e;
- color: $white;
- font-size: 11px;
- top: 6px;
- font-weight: 600;
- line-height: 1rem;
- border: 1px solid #fff;
- text-align: center;
- }
-
- &:after {
- display: none;
- }
- }
-
- i {
- margin-right: 0.5rem;
- vertical-align: middle;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
-
- .navbar-dropdown {
- font-size: 0.9rem;
- margin-top: 0;
- position: absolute;
- right: 0;
- left: auto;
- border: 1px solid rgba(182, 182, 182, 0.1);
- padding: 0 0 20px;
- min-width: 100%;
- border-radius: 2px;
- @extend .dropdownAnimation;
- -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- overflow-x: hidden;
- max-height: 300px;
- overflow-y: auto;
-
- .rtl & {
- right: auto;
- left: 0;
- }
-
- overflow: hidden;
-
- @media (max-width: 991px) {
- right: -85px;
- }
-
- &.dropdown-left {
- left: 0;
- right: auto;
- }
-
- .badge {
- margin-left: 2.5rem;
-
- .rtl & {
- margin-left: 0;
- margin-right: 1.25rem;
- }
-
- @media (max-width:991px) {
- margin-right: 0.5rem;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
- }
-
- .dropdown-item {
- display: flex;
- align-items: center;
- margin-bottom: 0;
- padding: 10px 25px;
-
- i {
- color: $text-muted;
- font-size: .875rem;
- }
-
- .ellipsis {
- max-width: 200px;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- .preview-icon {
- width: 40px;
- height: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
-
- .small-text {
- font-size: 0.75rem;
- }
- }
-
- .dropdown-divider {
- margin: 0;
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_10/_navbar.scss b/app/frontend/static/assets/scss/demo_10/_navbar.scss
deleted file mode 100755
index ed9b2f98..00000000
--- a/app/frontend/static/assets/scss/demo_10/_navbar.scss
+++ /dev/null
@@ -1,202 +0,0 @@
-/* Navbar */
-
-.navbar {
- &.default-layout {
- font-family: $type-2;
- background: #fff;
- transition: background $action-transition-duration $action-transition-timing-function;
- -webkit-transition: background $action-transition-duration $action-transition-timing-function;
- -moz-transition: background $action-transition-duration $action-transition-timing-function;
- -ms-transition: background $action-transition-duration $action-transition-timing-function;
-
- .navbar-brand-wrapper {
- transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -webkit-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -moz-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -ms-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- background: $sidebar-light-bg;
- border-bottom: 1px solid $border-color;
- width: $sidebar-width-lg;
- height: $navbar-height;
-
- .navbar-brand {
- color: $white;
- font-size: 1.5rem;
- line-height: 48px;
- margin-right: 0;
- padding: 0.25rem 0;
- display: flex;
-
- &:active,
- &:focus,
- &:hover {
- color: lighten(color(gray-dark), 10%);
- }
-
- img {
- width: calc(#{$sidebar-width-lg} - 130px);
- max-width: 100%;
- height: 28px;
- margin: auto;
- vertical-align: middle;
- }
- }
-
- .brand-logo-mini {
- display: none;
-
- img {
- width: calc(#{$sidebar-width-icon} - 50px);
- max-width: 100%;
- height: 28px;
- margin: auto;
- }
- }
- }
-
- .navbar-menu-wrapper {
- transition: width $action-transition-duration $action-transition-timing-function;
- -webkit-transition: width $action-transition-duration $action-transition-timing-function;
- -moz-transition: width $action-transition-duration $action-transition-timing-function;
- -ms-transition: width $action-transition-duration $action-transition-timing-function;
- padding-left: 15px;
- padding-right: 15px;
- width: calc(100% - #{$sidebar-width-lg});
- height: $navbar-height;
- border-left: 1px solid $border-color;
-
- @media (max-width: 991px) {
- width: auto;
- }
-
- .navbar-toggler {
- border: 0;
- color: $navbar-light-color;
-
- &:not(.navbar-toggler-right) {
- @media (max-width: 991px) {
- display: none;
- }
- }
- }
-
- .page-title {
- font-weight: 500;
- margin-bottom: 0;
- margin-top: 2px;
- margin-right: 100%;
- }
-
- .navbar-nav {
- flex-direction: row;
- align-items: center;
-
- .nav-item {
- margin-left: 1rem;
-
- &.dropdown {
- .dropdown-menu {
- min-width: 240px;
- padding-top: 15px;
- padding-bottom: 15px;
- overflow-y: auto;
- max-height: 340px;
- }
- }
-
- &.languageDropdown {
- .nav-link {
- display: flex;
- align-items: center;
- border: 1px solid $border-color;
- border-radius: 4px;
- padding: 5px 10px 5px 15px;
- font-weight: 500;
-
- .flag-icon {
- margin-right: 10px;
- }
- }
- }
-
- &.user-dropdown {
- margin-left: 2.5rem;
-
- .nav-link {
- display: flex;
- align-items: center;
- font-weight: 500;
- }
- }
-
- @media (max-width: 992px) {
- margin-left: 10px;
- margin-right: 0px;
- }
-
- .nav-link {
- color: $navbar-light-color;
- font-size: $navbar-font-size;
- vertical-align: middle;
-
- @media (max-width: 767px) {
- margin-left: 0.5rem;
- margin-right: 0.5rem;
- }
-
- i {
- font-size: $navbar-icon-font-size;
- vertical-align: middle;
- }
-
- .profile-text {
- margin-right: 15px;
-
- .rtl & {
- margin-right: 0;
- margin-left: 15px;
- }
- }
- }
- }
-
- &.navbar-nav-right {
- @media (min-width: 992px) {
- margin-left: auto;
- margin-right: 15px;
-
- .rtl & {
- margin-left: 0;
- margin-right: auto;
- }
- }
- }
- }
- }
- }
-}
-
-@media (max-width:991px) {
- .navbar {
- &.default-layout {
- flex-direction: row;
-
- .navbar-brand-wrapper {
- width: 75px;
-
- .brand-logo {
- display: none;
- }
-
- .brand-logo-mini {
- display: inline-block;
- }
- }
- }
- }
-
- .navbar-collapse {
- display: flex;
- margin-top: 0.5rem;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_10/_sidebar.scss b/app/frontend/static/assets/scss/demo_10/_sidebar.scss
deleted file mode 100755
index 8daf340f..00000000
--- a/app/frontend/static/assets/scss/demo_10/_sidebar.scss
+++ /dev/null
@@ -1,242 +0,0 @@
-/* Sidebar */
-
-.sidebar {
- min-height: calc(100vh - #{$navbar-height});
- background: $sidebar-light-bg;
- font-family: $type-2;
- padding: 0;
- width: $sidebar-width-lg;
- z-index: 11;
- transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -webkit-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -moz-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -ms-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
-
- .nav {
- overflow: hidden;
- flex-wrap: nowrap;
- flex-direction: column;
-
- .nav-item {
- margin-bottom: 5px;
-
- .collapse {
- z-index: 999;
- }
-
- .nav-link {
- align-items: center;
- display: flex;
- padding: $sidebar-menu-padding;
- white-space: nowrap;
- height: $nav-link-height;
- color: $sidebar-light-menu-color;
- margin: 0 15px;
- border-radius: 2px;
-
- i {
- &.menu-arrow {
- margin-left: auto;
- margin-right: 0;
- transition-duration: 0.2s;
- transition-property: transform;
- transition-timing-function: ease-in;
-
- &:before {
- content: "\F13C";
- font-family: "Material Design Icons";
- font-size: 18px;
- line-height: 1;
- font-style: normal;
- vertical-align: middle;
- color: #bfccda;
- }
- }
- }
-
- &[aria-expanded="true"] {
- background: $sidebar-light-menu-active-bg;
-
- i {
- &.menu-arrow {
- transform: rotate(180deg);
- }
- }
- }
-
- .menu-icon {
- margin-right: 1.25rem;
- width: $sidebar-icon-size;
- line-height: 1;
- font-size: 18px;
- color: lighten($sidebar-light-menu-icon-color, 30%);
-
- .rtl & {
- margin-right: 0;
- margin-left: 1.25rem;
- }
- }
-
- .menu-title {
- color: inherit;
- display: inline-block;
- font-size: $sidebar-menu-font-size;
- line-height: 1;
- vertical-align: middle;
- font-weight: 400;
- }
-
- .badge {
- margin-left: auto;
- }
-
- &:hover {
- color: darken($sidebar-light-menu-color, 5%);
- }
- }
-
- &.active {
- >.nav-link {
- background: $sidebar-light-menu-active-bg;
- color: $sidebar-light-menu-active-color;
-
- .menu-title,
- i {
- color: inherit;
- }
- }
- }
-
- &.nav-category {
- padding: 20px 10px 20px 30px;
- color: #bfccda;
- font-size: 13px;
- font-weight: 500;
- }
-
- &.profile-section {
- padding: 20px 34px;
-
- .profile-name {
- margin-top: 3px;
- margin-bottom: 5px;
- font-size: 15px;
- font-weight: 500;
- white-space: nowrap;
- }
-
- .profile-type {
- font-weight: 300;
- color: $text-muted;
- }
-
- .notification-indicator-wrapper {
- position: relative;
- margin-right: 15px;
-
- .profile-img {
- box-shadow: 0 4px 8px 0 rgba(42, 55, 71, 0.15);
- }
-
- .notification-indicator {
- position: absolute;
- bottom: 5px;
- right: -7px;
- border-radius: 100%;
- height: 13px;
- width: 13px;
- border: 3px solid #fff;
- }
- }
-
- .progress-details {
- display: flex;
- flex-wrap: nowrap;
- margin-top: 20px;
-
- .col-section {
- padding: 10px 20px;
- border-right: 1px solid $border-color;
-
- &:first-child {
- padding-left: 0;
- }
-
- &:last-child {
- border-right: none;
- }
- }
- }
- }
- }
-
- &:not(.sub-menu) {
- >.nav-item {
- &:hover {
- &:not(.nav-profile) {
- >.nav-link {
- background: $sidebar-light-menu-hover-bg;
- color: $sidebar-light-menu-hover-color;
- }
- }
- }
- }
- }
-
- &.sub-menu {
- margin-bottom: 0;
- padding: $sidebar-submenu-padding;
-
- .nav-item {
- .nav-link {
- background: $sidebar-light-menu-active-bg;
- color: $sidebar-light-submenu-color;
- padding: $sidebar-submenu-item-padding;
- font-size: $sidebar-submenu-font-size;
- line-height: 1;
- height: auto;
-
- &.active {
- color: $sidebar-light-menu-active-color;
- background: transparent;
-
- &:before {
- background: $sidebar-light-menu-active-color;
- }
- }
- }
-
- &:hover {
- >.nav-link {
- background: $sidebar-light-submenu-hover-bg;
- color: $sidebar-light-submenu-hover-color;
-
- &:before {
- background: $sidebar-light-submenu-hover-color;
- }
- }
- }
- }
- }
- }
-}
-
-/* style for off-canvas menu*/
-@media screen and (max-width: 991px) {
- .sidebar-offcanvas {
- position: fixed;
- max-height: calc(100vh - #{$navbar-height});
- top: $navbar-height;
- bottom: 0;
- overflow: auto;
- right: -$sidebar-width-lg;
- -webkit-transition: all 0.25s ease-out;
- -o-transition: all 0.25s ease-out;
- transition: all 0.25s ease-out;
-
- &.active {
- box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
- right: 0;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_10/_variables.scss b/app/frontend/static/assets/scss/demo_10/_variables.scss
deleted file mode 100755
index 98f3ad64..00000000
--- a/app/frontend/static/assets/scss/demo_10/_variables.scss
+++ /dev/null
@@ -1,49 +0,0 @@
-////////// COLOR VARIABLES //////////
-$content-bg:#f3f4fa;
-$footer-bg: $content-bg;
-$footer-color: color(dark);
-$border-color: #f2f2f2;
-$footer-height: 60px;
-////////// COLOR VARIABLES //////////
-
-////////// SIDEBAR ////////
-$sidebar-width-lg: 255px;
-$sidebar-width-mini: 185px;
-$sidebar-width-icon: 70px;
-$sidebar-light-bg: $white;
-$sidebar-light-menu-color: #212529;
-$sidebar-light-menu-active-bg: #e5e9f2;
-$sidebar-light-menu-active-color: $sidebar-light-menu-color;
-$sidebar-light-menu-hover-bg: $sidebar-light-menu-active-bg;
-$sidebar-light-menu-hover-color: $sidebar-light-menu-color;
-$sidebar-light-submenu-color: $sidebar-light-menu-color;
-$sidebar-light-submenu-hover-bg: darken($sidebar-light-menu-active-bg, 5%);
-$sidebar-light-submenu-hover-color: #000;
-$sidebar-light-category-color: #999999;
-$sidebar-light-menu-icon-color: $sidebar-light-menu-color;
-$sidebar-light-profile-name-color: #404852;
-$sidebar-light-profile-title-color: #8d9498;
-$sidebar-menu-font-size: 14px;
-$sidebar-icon-size: 16px;
-$sidebar-menu-padding: 10px 15px 10px 15px;
-$nav-link-height: 52px;
-$sidebar-submenu-padding: 0;
-$sidebar-submenu-font-size: $sidebar-menu-font-size;
-$sidebar-submenu-item-padding: .75rem 1.1rem;
-$sidebar-icon-font-size: .9375rem;
-$sidebar-arrow-font-size: .625rem;
-$sidebar-profile-bg: transparent;
-$sidebar-profile-padding: 0rem 1.625rem 2.25rem 1.188rem;
-$sidebar-mini-menu-padding: .8125rem 1rem .8125rem 1rem;
-$sidebar-icon-only-menu-padding: .5rem 1.625rem .5rem 1.188rem;
-$sidebar-icon-only-submenu-padding: 0 0 0 1.5rem;
-$sidebar-icon-only-submenu-width: 200px;
-$rtl-sidebar-submenu-padding: 0 3.45rem 0 0;
-///////// SIDEBAR ////////
-
-///////// NAVBAR ////////
-$navbar-height: 63px;
-$navbar-light-color: #202339;
-$navbar-font-size: $sidebar-menu-font-size;
-$navbar-icon-font-size: 1.25rem;
-///////// NAVBAR ////////
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_10/components/_dropdown.scss b/app/frontend/static/assets/scss/demo_10/components/_dropdown.scss
deleted file mode 100755
index e69de29b..00000000
diff --git a/app/frontend/static/assets/scss/demo_10/components/_full-calendar.scss b/app/frontend/static/assets/scss/demo_10/components/_full-calendar.scss
deleted file mode 100755
index e429e953..00000000
--- a/app/frontend/static/assets/scss/demo_10/components/_full-calendar.scss
+++ /dev/null
@@ -1,206 +0,0 @@
-/* Full Calendar */
-
-#calendar {
- .fc-header-toolbar {
- background: $white;
- padding: 28px 0 80px;
- margin-bottom: 0;
-
- .fc-button-group {
- border-radius: 5px;
-
- .fc-button {
- box-shadow: none;
- padding: 1px 12px;
- margin-right: 0;
- font-size: 0.9375rem;
- font-weight: 400;
- line-height: 1.33;
- border: none;
- background: theme-color(primary);
- color: $white;
- text-shadow: none;
- transition-duration: 0.3s;
-
- &:first-letter {
- text-transform: uppercase;
- }
-
- &.fc-state-active {
- background: darken(theme-color(primary), 5%);
- color: $white;
- }
-
- &.fc-next-button,
- &.fc-prev-button {
- background: $white;
- color: theme-color(primary);
- margin-right: 7px;
- height: 2.0625rem;
- width: 2.25rem;
- border: none;
-
- span {
- top: -3px;
- right: 9px;
-
- &:after {
- font: normal normal normal 24px/1 "Material Design Icons";
- display: block;
- line-height: 21px;
- }
- }
- }
-
- &.fc-prev-button {
- span {
- &:after {
- content: "\F141";
- }
- }
- }
-
- &.fc-next-button {
- span {
- &:after {
- content: "\F142";
- }
- }
- }
- }
- }
-
- .fc-today-button {
- box-shadow: none;
- padding: 1px 12px;
- border-radius: 2px;
- margin-right: 4px;
- font-size: 0.9375rem;
- font-weight: 400;
- line-height: 1.33;
- border: none;
- background: theme-color(primary);
- color: $white;
- text-shadow: none;
- transition-duration: 0.3s;
-
- &:first-letter {
- text-transform: uppercase;
- }
- }
-
- .fc-center {
- h2 {
- font-size: 1.125rem;
- font-weight: 600;
- text-transform: uppercase;
- }
- }
- }
-
- .fc-view-container {
- .fc-view {
- background: $content-bg;
-
- table {
- thead.fc-head {
- border: none;
-
- tr {
- td {
- .fc-widget-header {
- border: none;
-
- table {
- thead {
- border: none;
-
- tr {
- th.fc-day-header {
- text-transform: uppercase;
- padding: 0.4375rem 0;
- border-color: $border-color;
- font-size: $default-font-size;
- }
- }
- }
- }
- }
-
- &.fc-head-container {
- border-color: #f7f7f7;
- border-bottom: none;
- }
- }
- }
- }
-
- tbody.fc-body {
- background: $white;
-
- tr {
- td.fc-widget-content {
- border-color: $border-color;
-
- .fc-day-grid-container {
- .fc-day-grid {
- .fc-row {
- border-color: $border-color;
-
- .fc-bg {
- table {
- tr {
- td {
- border-color: $border-color;
- }
- }
- }
- }
-
- .fc-content-skeleton {
- table {
- thead {
- tr {
- td.fc-day-top {
- padding: 8px;
- font-size: $default-font-size;
- font-weight: 600;
- }
- }
- }
-
- tbody {
- tr {
- td {
- &.fc-event-container {
- .fc-h-event {
- background: theme-color(success);
- border: none;
- padding: 6px 12px 6px 22px;
- font-weight: 500;
- color: $white;
- font-size: 12px;
- border-radius: 4px;
- }
- }
-
- &.fc-more-cell {
- font-weight: 600;
- color: theme-color(dark);
- padding: 0 7px;
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_10/components/_modals.scss b/app/frontend/static/assets/scss/demo_10/components/_modals.scss
deleted file mode 100755
index f30eefe5..00000000
--- a/app/frontend/static/assets/scss/demo_10/components/_modals.scss
+++ /dev/null
@@ -1,5 +0,0 @@
-.modal {
- .modal-dialog {
- margin-top: calc(#{$navbar-height} + 30px);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_10/components/_nav.scss b/app/frontend/static/assets/scss/demo_10/components/_nav.scss
deleted file mode 100755
index a4c0a943..00000000
--- a/app/frontend/static/assets/scss/demo_10/components/_nav.scss
+++ /dev/null
@@ -1,147 +0,0 @@
-.nav,
-.navbar-nav {
- .nav-item {
- line-height: 1;
-
- &.dropdown {
- .dropdown-toggle {
- &:after {
- border: none;
- content: "\F140";
- font: normal normal normal 28px/1 "Material Design Icons";
- font-size: inherit;
- text-rendering: auto;
- line-height: inherit;
- vertical-align: 0;
- }
- }
-
- .count-indicator {
- position: relative;
- text-align: center;
-
- i {
- font-size: 21px;
- margin-right: 0;
- vertical-align: middle;
- }
-
- .count {
- position: absolute;
- left: 50%;
- width: 1rem;
- height: 1rem;
- border-radius: 100%;
- background: #FF0017;
- color: $white;
- font-size: 11px;
- top: -1px;
- font-weight: 600;
- line-height: 1rem;
- border: none;
- text-align: center;
- }
-
- &:after {
- display: none;
- }
- }
-
- i {
- margin-right: 0.5rem;
- vertical-align: middle;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
-
- .navbar-dropdown {
- font-size: 0.9rem;
- margin-top: 0;
- position: absolute;
- top: calc(#{$navbar-height} - 6px);
- right: 0;
- left: auto;
- border: 1px solid rgba(182, 182, 182, 0.1);
- padding: 0 0 20px;
- min-width: 100%;
- border-radius: 2px;
- @extend .dropdownAnimation;
- -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
-
- .rtl & {
- right: auto;
- left: 0;
- }
-
- overflow: hidden;
-
- @media (max-width: 991px) {
- right: -85px;
- }
-
- &.dropdown-left {
- left: 0;
- right: auto;
- }
-
- .badge {
- margin-left: 2.5rem;
-
- .rtl & {
- margin-left: 0;
- margin-right: 1.25rem;
- }
-
- @media (max-width:991px) {
- margin-right: 0.5rem;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
- }
-
- .dropdown-item {
- @extend .d-flex;
- @extend .align-items-center;
- margin-bottom: 0;
- padding: 7px 25px;
-
- i {
- font-size: 24px;
- }
-
- .ellipsis {
- max-width: 200px;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- .preview-icon {
- width: 40px;
- height: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
-
- .small-text {
- font-size: 0.75rem;
- }
- }
-
- .dropdown-divider {
- margin: 0;
- }
- }
- }
-
- .nav-link {}
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_10/style.scss b/app/frontend/static/assets/scss/demo_10/style.scss
deleted file mode 100755
index 4d2639c6..00000000
--- a/app/frontend/static/assets/scss/demo_10/style.scss
+++ /dev/null
@@ -1,20 +0,0 @@
-/* Layouts */
-
-@import "../../../../node_modules/bootstrap/scss/functions";
-@import "../../../../node_modules/bootstrap/scss/variables";
-@import "../shared/variables";
-@import "./variables";
-@import "../shared/mixins/misc";
-@import "../shared/mixins/animation";
-@import "./nav";
-@import "./navbar";
-@import "./sidebar";
-@import "./footer";
-@import "./layouts";
-@import "./card";
-@import "./misc";
-@import "./dashboard";
-@import "./components/dropdown";
-
-@import "./components/modals";
-@import "./components/full-calendar";
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_11/_animation.scss b/app/frontend/static/assets/scss/demo_11/_animation.scss
deleted file mode 100755
index 5f3472cc..00000000
--- a/app/frontend/static/assets/scss/demo_11/_animation.scss
+++ /dev/null
@@ -1,12 +0,0 @@
-@keyframes dropdownAnimation {
- from {
- opacity: 0;
- transform: translate3d(0, -30px, 0);
- }
-
- to {
- opacity: 1;
- transform: none;
- transform: translate3d(0, 0px, 0);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_11/_card.scss b/app/frontend/static/assets/scss/demo_11/_card.scss
deleted file mode 100755
index e964cd36..00000000
--- a/app/frontend/static/assets/scss/demo_11/_card.scss
+++ /dev/null
@@ -1,3 +0,0 @@
-.card {
- box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.02);
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_11/_footer.scss b/app/frontend/static/assets/scss/demo_11/_footer.scss
deleted file mode 100755
index 425afdcb..00000000
--- a/app/frontend/static/assets/scss/demo_11/_footer.scss
+++ /dev/null
@@ -1,22 +0,0 @@
-/* Footer */
-.footer {
- background: $footer-bg;
- color: $footer-color;
- padding: 20px 1rem;
- transition: all $action-transition-duration $action-transition-timing-function;
- -moz-transition: all $action-transition-duration $action-transition-timing-function;
- -webkit-transition: all $action-transition-duration $action-transition-timing-function;
- -ms-transition: all $action-transition-duration $action-transition-timing-function;
- border-top: $border-width solid $border-color;
- font-size: calc(#{$default-font-size} - 0.05rem);
- font-family: $type-1;
-
- a {
- color: theme-color(success);
- font-size: inherit;
- }
- @media (max-width: 991px) {
- margin-left: 0;
- width: 100%;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_11/_full-calendar.scss b/app/frontend/static/assets/scss/demo_11/_full-calendar.scss
deleted file mode 100755
index e429e953..00000000
--- a/app/frontend/static/assets/scss/demo_11/_full-calendar.scss
+++ /dev/null
@@ -1,206 +0,0 @@
-/* Full Calendar */
-
-#calendar {
- .fc-header-toolbar {
- background: $white;
- padding: 28px 0 80px;
- margin-bottom: 0;
-
- .fc-button-group {
- border-radius: 5px;
-
- .fc-button {
- box-shadow: none;
- padding: 1px 12px;
- margin-right: 0;
- font-size: 0.9375rem;
- font-weight: 400;
- line-height: 1.33;
- border: none;
- background: theme-color(primary);
- color: $white;
- text-shadow: none;
- transition-duration: 0.3s;
-
- &:first-letter {
- text-transform: uppercase;
- }
-
- &.fc-state-active {
- background: darken(theme-color(primary), 5%);
- color: $white;
- }
-
- &.fc-next-button,
- &.fc-prev-button {
- background: $white;
- color: theme-color(primary);
- margin-right: 7px;
- height: 2.0625rem;
- width: 2.25rem;
- border: none;
-
- span {
- top: -3px;
- right: 9px;
-
- &:after {
- font: normal normal normal 24px/1 "Material Design Icons";
- display: block;
- line-height: 21px;
- }
- }
- }
-
- &.fc-prev-button {
- span {
- &:after {
- content: "\F141";
- }
- }
- }
-
- &.fc-next-button {
- span {
- &:after {
- content: "\F142";
- }
- }
- }
- }
- }
-
- .fc-today-button {
- box-shadow: none;
- padding: 1px 12px;
- border-radius: 2px;
- margin-right: 4px;
- font-size: 0.9375rem;
- font-weight: 400;
- line-height: 1.33;
- border: none;
- background: theme-color(primary);
- color: $white;
- text-shadow: none;
- transition-duration: 0.3s;
-
- &:first-letter {
- text-transform: uppercase;
- }
- }
-
- .fc-center {
- h2 {
- font-size: 1.125rem;
- font-weight: 600;
- text-transform: uppercase;
- }
- }
- }
-
- .fc-view-container {
- .fc-view {
- background: $content-bg;
-
- table {
- thead.fc-head {
- border: none;
-
- tr {
- td {
- .fc-widget-header {
- border: none;
-
- table {
- thead {
- border: none;
-
- tr {
- th.fc-day-header {
- text-transform: uppercase;
- padding: 0.4375rem 0;
- border-color: $border-color;
- font-size: $default-font-size;
- }
- }
- }
- }
- }
-
- &.fc-head-container {
- border-color: #f7f7f7;
- border-bottom: none;
- }
- }
- }
- }
-
- tbody.fc-body {
- background: $white;
-
- tr {
- td.fc-widget-content {
- border-color: $border-color;
-
- .fc-day-grid-container {
- .fc-day-grid {
- .fc-row {
- border-color: $border-color;
-
- .fc-bg {
- table {
- tr {
- td {
- border-color: $border-color;
- }
- }
- }
- }
-
- .fc-content-skeleton {
- table {
- thead {
- tr {
- td.fc-day-top {
- padding: 8px;
- font-size: $default-font-size;
- font-weight: 600;
- }
- }
- }
-
- tbody {
- tr {
- td {
- &.fc-event-container {
- .fc-h-event {
- background: theme-color(success);
- border: none;
- padding: 6px 12px 6px 22px;
- font-weight: 500;
- color: $white;
- font-size: 12px;
- border-radius: 4px;
- }
- }
-
- &.fc-more-cell {
- font-weight: 600;
- color: theme-color(dark);
- padding: 0 7px;
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_11/_misc.scss b/app/frontend/static/assets/scss/demo_11/_misc.scss
deleted file mode 100755
index 2203576e..00000000
--- a/app/frontend/static/assets/scss/demo_11/_misc.scss
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-.page-body-wrapper {
- min-height: calc(100vh - #{$navbar-height});
- background: $content-bg;
- padding-left: 0;
- padding-right: 0;
-
- &.full-page-wrapper {
- width: 100%;
- min-height: 100vh;
- }
-}
-
-.main-panel {
- min-height: calc(100vh - #{$navbar-height});
- margin-left: auto;
-}
-
-.content-wrapper {
- padding: 1.5rem 0;
- width: 100%;
- flex-grow: 1;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_11/_nav.scss b/app/frontend/static/assets/scss/demo_11/_nav.scss
deleted file mode 100755
index 0027f0ae..00000000
--- a/app/frontend/static/assets/scss/demo_11/_nav.scss
+++ /dev/null
@@ -1,148 +0,0 @@
-.nav,
-.navbar-nav {
- .nav-item {
- line-height: 1;
-
- &.dropdown {
- @media (max-width: 992px) {
- position: unset;
- }
-
- .dropdown-toggle {
- &:after {
- border: none;
- content: "\F140";
- font: normal normal normal 28px/1 "Material Design Icons";
- font-size: inherit;
- text-rendering: auto;
- line-height: inherit;
- vertical-align: 0;
- }
- }
-
- .count-indicator {
- position: relative;
- text-align: center;
-
- i {
- font-size: 21px;
- margin-right: 0;
- vertical-align: middle;
- }
-
- .count {
- position: absolute;
- left: 50%;
- width: 1rem;
- height: 1rem;
- border-radius: 100%;
- background: #FF0017;
- color: $white;
- font-size: 11px;
- top: -1px;
- font-weight: 600;
- line-height: 1rem;
- border: none;
- text-align: center;
- }
-
- &:after {
- display: none;
- }
- }
-
- i {
- margin-right: 0.5rem;
- vertical-align: middle;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
-
- .navbar-dropdown {
- font-size: 0.9rem;
- margin-top: 0;
- position: absolute;
- right: 0;
- left: auto;
- border: 1px solid rgba(182, 182, 182, 0.1);
- padding: 0 0 20px;
- min-width: 100%;
- border-radius: 2px;
- @extend .dropdownAnimation;
- -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
-
- .rtl & {
- right: auto;
- left: 0;
- }
-
- overflow: hidden;
-
- @media (max-width: 991px) {
- right: -85px;
- }
-
- &.dropdown-left {
- left: 0;
- right: auto;
- }
-
- .badge {
- margin-left: 2.5rem;
-
- .rtl & {
- margin-left: 0;
- margin-right: 1.25rem;
- }
-
- @media (max-width:991px) {
- margin-right: 0.5rem;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
- }
-
- .dropdown-item {
- display: flex;
- align-items: center;
- margin-bottom: 0;
- padding: 7px 25px;
-
- i {
- font-size: 24px;
- }
-
- .ellipsis {
- max-width: 200px;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- .preview-icon {
- width: 40px;
- height: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
-
- .small-text {
- font-size: 0.75rem;
- }
- }
-
- .dropdown-divider {
- margin: 0;
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_11/_navbar.scss b/app/frontend/static/assets/scss/demo_11/_navbar.scss
deleted file mode 100755
index c9b1f425..00000000
--- a/app/frontend/static/assets/scss/demo_11/_navbar.scss
+++ /dev/null
@@ -1,493 +0,0 @@
-@mixin menu-style {
- @media (min-width: $grid-breakpoints-md) {
- position: absolute;
- width: calc(100% - 1px);
- left: 0;
- right: 0;
- top: $navbar-bottom-height;
- z-index: 999;
- background: $horizontal-bottom-menu-item-bg-hover;
- border-top: none;
- box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.06);
- }
-
- @media (max-width: $grid-breakpoints-md) {
- position: relative;
- top: 0;
- padding-top: 20px;
- box-shadow: none;
- }
-}
-
-.navbar {
- &.horizontal-layout {
- font-family: $type-1;
- background: $horizontal-top-menu-bg;
- box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
-
- .nav-top {
- padding: 0px 15px;
-
- .navbar-brand-wrapper {
- width: $navbar-brand-wrapper-width;
- height: $navbar-height;
-
- .navbar-brand {
- color: $white;
- font-size: 1.5rem;
- line-height: 55px;
- margin-right: 0;
- padding: 0.25rem 0;
-
- &:active,
- &:focus,
- &:hover {
- color: lighten(color(gray-dark), 10%);
- }
-
- img {
- max-width: 100%;
- height: 28px;
- margin: auto;
- vertical-align: middle;
- }
- }
-
- .brand-logo-mini {
- display: none;
-
- img {
- width: auto;
- max-width: 100%;
- height: 28px;
- margin-left: 0;
- }
- }
-
- @media (max-width: $grid-breakpoints-sm) {
- width: $navbar-brand-wrapper-mini-width;
-
- .brand-logo {
- display: none;
- }
-
- .brand-logo-mini {
- display: block;
- }
- }
- }
-
- .navbar-menu-wrapper {
- color: $white;
- padding-left: 15px;
- width: calc(100% - #{$navbar-brand-wrapper-width});
- position: relative;
-
- @media (max-width: 992px) {
- position: unset;
- }
-
- .search-box {
- transition: 0.3s ease;
- transition-property: position, width, height, background-color;
-
- .input-group-text {
- padding-right: 0;
- border-top: none;
- border-right: none;
- border-bottom: none;
- }
-
- .form-control {
- border: none;
- font-weight: 600;
- transition: 0.3s ease;
- transition-property: position, width, height, background-color;
- }
-
- .search-close {
- display: none;
- }
-
- &.search-mode {
- position: absolute;
- top: 0px;
- right: 0;
- left: 0;
- bottom: 0;
- display: flex;
- z-index: 99;
- height: 100%;
- width: 100%;
-
- .input-group-text {
- font-size: 24px;
- }
-
- .form-control {
- height: 100%;
- font-size: 20px;
- font-weight: 500;
-
- @include placeholder {
- font-size: inherit;
- font-weight: inherit;
- }
- }
-
- .search-close {
- display: block;
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- right: 0;
- z-index: 99;
- font-size: 24px;
- padding: 10px;
- color: theme-color(primary);
- }
- }
- }
-
- .navbar-nav {
- flex-direction: row;
- align-items: center;
-
- .nav-item {
- margin-left: 1rem;
- margin-right: 1rem;
-
- .nav-link {
- color: $horizontal-menu-item-color;
- font-size: $navbar-font-size;
- vertical-align: middle;
-
- i {
- font-size: $navbar-icon-font-size;
- vertical-align: middle;
- }
- }
-
- &.user-dropdown {
- display: flex;
- border-left: 1px solid $border-color;
- padding-left: 20px;
- margin-left: 25px;
-
- .dropdown-toggle {
- &:after {
- content: "\F1d9";
- font-family: "Material Design Icons";
- font-size: 25px;
- }
- }
-
- .nav-link {
- padding-top: 0;
- padding-bottom: 0;
-
- .wrapper {
- color: $horizontal-menu-item-color;
- text-align: right;
-
- .profile-text {
- font-size: 16px;
- font-weight: 500;
- margin-bottom: 5px;
- }
-
- .user-designation {
- opacity: 0.66;
- }
- }
-
- .display-avatar {
- margin-left: 10px;
- }
- }
- }
- }
-
- &.quick-link {
- .nav-item {
- .nav-link {
- margin-right: 10px;
- font-weight: 500;
- font-size: 14px;
- }
-
- &.active {
- .nav-link {
- color: theme-color(primary);
- }
- }
- }
- }
- }
-
- .navbar-toggler {
- display: none;
-
- @media (max-width: $grid-breakpoints-md) {
- display: block;
- padding-right: 0;
- }
- }
-
- @media (max-width: $grid-breakpoints-sm) {
- width: calc(100% - #{$navbar-brand-wrapper-mini-width});
- }
- }
- }
-
- .nav-bottom {
- position: relative;
- top: 0;
- right: 0;
- left: 0;
- width: 100%;
- display: flex;
- align-items: center;
- transition-duration: 3s;
- transition-property: left, right;
- background: $horizontal-bottom-menu-item-bg;
-
- @media (max-width: $grid-breakpoints-md) {
- display: none;
- }
-
- .page-navigation {
- float: left;
- position: relative;
- width: 100%;
- height: $navbar-bottom-height;
- z-index: 99;
- background: $horizontal-bottom-menu-item-bg;
- transition-duration: 0.2s;
- transition-property: background, box-shadow;
-
- @media (max-width: $grid-breakpoints-md) {
- border: none;
- }
-
- >.nav-item {
- line-height: 1;
- width: 16.66%;
- text-align: center;
-
- @media (max-width: $grid-breakpoints-md) {
- display: block;
- width: 100%;
- border-right: none;
- text-align: left;
- background: $horizontal-bottom-menu-item-bg;
- }
-
- &:last-child {
- border-right: none;
- }
-
- >.nav-link {
- color: $horizontal-bottom-menu-item-color;
- line-height: 1;
- font-weight: 600;
- transition-duration: 0.2s;
- height: $navbar-bottom-height;
- display: flex;
- align-items: center;
- justify-content: center;
- white-space: nowrap;
-
- @media (max-width: $grid-breakpoints-md) {
- justify-content: start;
- background: $horizontal-bottom-menu-item-bg;
- }
-
- .link-icon {
- margin-right: 10px;
- font-size: 1.3rem;
- color: $horizontal-bottom-menu-item-color;
-
- .rtl & {
- margin-right: 0;
- margin-left: 10px;
- }
- }
-
- .menu-arrow {
- margin-left: 5px;
- font-size: 15px;
- display: inline-block;
- transform: rotate(0deg);
- transform-origin: center;
- transition-duration: $action-transition-duration;
-
- &:before {
- font: normal normal normal 24px/1 "Material Design Icons";
- content: "\F35D";
- font-size: inherit;
- }
- }
- }
-
- &:hover {
- .submenu {
- display: block;
- background: $horizontal-bottom-menu-item-bg-hover;
- }
-
- >.nav-link {
- background: darken($horizontal-bottom-menu-item-bg, 4%);
-
- .menu-arrow {
- transform: rotate(-180deg);
- }
- }
- }
-
- &.active {
- >.nav-link {
- background: darken($horizontal-bottom-menu-item-bg, 4%);
- color: $white;
-
- .link-icon,
- .menu-arrow {
- color: $white;
- }
- }
- }
-
- .submenu {
- display: none;
- animation-name: dropdownAnimation;
- animation-duration: $action-transition-duration;
- animation-fill-mode: both;
-
- ul {
- list-style-type: none;
- padding-left: 0;
-
- li {
- display: block;
- line-height: 20px;
-
- a {
- display: block;
- padding: 5px 10px;
- font-weight: 600;
- color: $horizontal-submenu-menu-color;
- text-decoration: none;
- text-align: left;
- margin: 4px 0;
- font-size: 14px;
- font-weight: 400;
- opacity: 0.8;
- @include ellipsor;
- transition-duration: 0.2s;
- transition-property: background;
- border-radius: 6px;
-
- &:hover {
- background: rgba(theme-color(primary), 0.1);
- }
- }
-
- &.active {
- a {
- background: rgba(theme-color(primary), 0.1);
- }
- }
- }
- }
- }
-
- &:not(.mega-menu) {
- .submenu {
- position: relative;
- top: -100%;
-
- @media (max-width: $grid-breakpoints-md) {
- top: 0;
- }
-
- ul {
- @include menu-style;
- padding: 15px;
-
- @media (max-width: $grid-breakpoints-md) {
- padding: 0 23px;
- }
- }
- }
- }
-
- &.mega-menu {
- .submenu {
- @include menu-style;
- top: calc($navbar-bottom-height - 2px);
- left: 0;
- padding: 25px;
-
- .category-heading {
- font-size: 14px;
- font-weight: 500;
- text-align: left;
- color: theme-color(primary);
- padding-bottom: 15px;
- border-bottom: 1px solid rgba($border-color, 0.6);
- }
-
- @media (max-width: $grid-breakpoints-md) {
- padding: 20px 32px;
-
- .col-group-wrapper {
- margin-left: 0;
- margin-right: 0;
-
- .col-group {
- padding-left: 0;
- padding-right: 0;
- margin-bottom: 20px;
-
- .category-heading {
- margin-bottom: 0;
-
- &:after {
- display: none;
- }
- }
- }
- }
- }
- }
- }
- }
- }
-
- &.header-toggled {
- @media (max-width: $grid-breakpoints-md) {
- display: block;
- background: transparent;
- }
- }
-
- &.fixed-top {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- z-index: 999;
-
- @media (max-width: $grid-breakpoints-md) {
- position: relative;
- }
-
- .page-navigation {
- margin-bottom: 0;
- border-bottom: none;
- box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.06);
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_11/_variables.scss b/app/frontend/static/assets/scss/demo_11/_variables.scss
deleted file mode 100755
index 9baa6c52..00000000
--- a/app/frontend/static/assets/scss/demo_11/_variables.scss
+++ /dev/null
@@ -1,26 +0,0 @@
-$bluish-gradient: linear-gradient(30deg, theme-color(primary), #814eff);
-$navbar-brand-wrapper-width: 185px;
-$navbar-brand-wrapper-mini-width: 70px;
-$menu-break-point: 1020px;
-$horizontal-navbar-height: 135px;
-$navbar-height: 63px;
-$navbar-font-size: 12px;
-$navbar-icon-font-size: 1.25rem;
-$horizontal-top-menu-bg: $white;
-$horizontal-menu-padding: 0 1rem;
-$horizontal-menu-height: 57px;
-$navbar-bottom-height: 50px;
-$horizontal-bottom-menu-item-bg: #0404FC;
-$horizontal-bottom-menu-item-bg-hover: $white;
-$horizontal-submenu-menu-color: $black;
-$horizontal-bottom-menu-item-color: $white;
-$horizontal-menu-item-color: #202339;
-$horizontal-menu-submenu-color: $horizontal-menu-item-color;
-$horizontal-menu-font-size: .875rem;
-$horizontal-menu-item-padding: .75rem 0;
-$horizontal-menu-icon-font-size: .9375rem;
-$horizontal-menu-submenu-item-padding: .85rem 0;
-
-$footer-bg: $content-bg;
-$footer-color: color(dark);
-$footer-height: 60px;
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_11/style.scss b/app/frontend/static/assets/scss/demo_11/style.scss
deleted file mode 100755
index 0d705334..00000000
--- a/app/frontend/static/assets/scss/demo_11/style.scss
+++ /dev/null
@@ -1,15 +0,0 @@
-/* Navbar */
-
-@import "../../../../node_modules/bootstrap/scss/functions";
-@import "../../../../node_modules/bootstrap/scss/variables";
-@import "../shared/variables";
-@import "../shared/mixins/misc";
-@import "../shared/mixins/animation";
-@import "./variables";
-@import "./animation";
-@import "./misc";
-@import "./nav";
-@import "./card";
-@import "./navbar";
-@import "./footer";
-@import "./full-calendar";
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_2/_card.scss b/app/frontend/static/assets/scss/demo_2/_card.scss
deleted file mode 100755
index e964cd36..00000000
--- a/app/frontend/static/assets/scss/demo_2/_card.scss
+++ /dev/null
@@ -1,3 +0,0 @@
-.card {
- box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.02);
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_2/_footer.scss b/app/frontend/static/assets/scss/demo_2/_footer.scss
deleted file mode 100755
index 425afdcb..00000000
--- a/app/frontend/static/assets/scss/demo_2/_footer.scss
+++ /dev/null
@@ -1,22 +0,0 @@
-/* Footer */
-.footer {
- background: $footer-bg;
- color: $footer-color;
- padding: 20px 1rem;
- transition: all $action-transition-duration $action-transition-timing-function;
- -moz-transition: all $action-transition-duration $action-transition-timing-function;
- -webkit-transition: all $action-transition-duration $action-transition-timing-function;
- -ms-transition: all $action-transition-duration $action-transition-timing-function;
- border-top: $border-width solid $border-color;
- font-size: calc(#{$default-font-size} - 0.05rem);
- font-family: $type-1;
-
- a {
- color: theme-color(success);
- font-size: inherit;
- }
- @media (max-width: 991px) {
- margin-left: 0;
- width: 100%;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_2/_layouts.scss b/app/frontend/static/assets/scss/demo_2/_layouts.scss
deleted file mode 100755
index 730ba726..00000000
--- a/app/frontend/static/assets/scss/demo_2/_layouts.scss
+++ /dev/null
@@ -1,476 +0,0 @@
-.navbar {
- &.fixed-top {
- +.page-body-wrapper {
- padding-top: $navbar-height;
- }
- }
-}
-
-
-// Sidebar Mini
-.sidebar-mini {
- @media (min-width: 992px) {
- .navbar {
- .navbar-brand-wrapper {
- width: $sidebar-width-mini;
- }
-
- .navbar-menu-wrapper {
- width: calc(100% - #{$sidebar-width-mini});
- }
- }
-
- .sidebar {
- width: $sidebar-width-mini;
-
- .nav {
- .nav-item {
- .nav-link {
- display: flex;
- align-content: center;
- justify-content: center;
- flex-direction: column;
- position: relative;
-
- .menu-title {
- display: inline-block;
- }
-
- .badge {
- margin-left: 5px;
- display: none;
- }
-
- img {
- display: block;
- margin-right: auto;
- margin-left: auto;
- margin-bottom: 10px;
- }
-
- .menu-arrow {
- position: absolute;
- right: 7px;
- }
-
- .menu-icon {
- margin-right: 0;
- }
- }
-
- &.nav-profile {
- .nav-link {
- justify-content: center;
-
- .profile-name {
- display: none;
- }
- }
-
- i {
- margin-left: 1rem;
- }
- }
-
- .sidebar-sticker {
- display: none;
- }
- }
- }
- }
-
- .main-panel {
- width: calc(100% - #{$sidebar-width-mini});
- }
-
- &:not(.sidebar-icon-only) {
-
- //Apply these styles only when sidebar-mini is not collapsed to icon-only mode
- .sidebar {
- .nav {
- &:not(.sub-menu) {
- >.nav-item {
- border-top: 1px solid rgba($sidebar-dark-menu-color, .2);
-
- &.nav-doc,
- &.nav-profile {
- border-top: 0;
- }
-
- .nav-link {
- height: auto;
- padding: $sidebar-mini-menu-padding;
-
- i {
- &.menu-icon {
- margin-bottom: 0.5rem;
- }
- }
- }
- }
- }
-
- &.sub-menu {
- padding: 0 0.5rem;
-
- .nav-item {
- .nav-link {
- padding: 1rem 0;
- text-align: center;
-
- &:before {
- display: none;
- }
- }
- }
- }
- }
- }
- }
- }
-}
-
-// Sidebar Icon Only
-.sidebar-icon-only {
- @media (min-width: 992px) {
- .navbar {
- .navbar-brand-wrapper {
- width: $sidebar-width-icon;
-
- .brand-logo {
- display: none;
- }
-
- .brand-logo-mini {
- display: flex;
- }
- }
-
- .navbar-menu-wrapper {
- width: calc(100% - #{$sidebar-width-icon});
- }
- }
-
- .sidebar {
- width: $sidebar-width-icon;
-
- .nav {
- overflow: visible;
-
- .nav-item {
- position: relative;
-
- .nav-link {
- display: block;
- text-align: center;
- padding-left: 25px;
- padding-right: 25px;
-
- .badge,
- .menu-title {
- display: none;
- }
-
- i {
- &.menu-icon {
- margin-right: 0;
- }
-
- &.menu-arrow {
- display: none;
- }
- }
- }
-
- &.nav-profile,
- .sidebar-sticker {
- display: none;
- }
-
- .collapse {
- display: none;
- }
-
- &.hover-open {
- .nav-link {
- .menu-title {
- display: flex;
- align-items: center;
- background: $sidebar-light-menu-hover-bg;
- color: $sidebar-light-menu-color;
-
- @at-root #{selector-append(".sidebar-dark", &)} {
- background: $sidebar-dark-menu-hover-bg;
- color: $sidebar-dark-menu-color;
- }
-
- padding: 0.5rem 1.25rem;
- left: $sidebar-width-icon;
- position: absolute;
- text-align: left;
- top: 0;
- width: $sidebar-icon-only-submenu-width;
- z-index: 1;
- height: $nav-link-height;
- line-height: 1.8;
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
-
- @at-root #{selector-append(".rtl", &)} {
- left: auto;
- right: $sidebar-width-icon;
- text-align: right;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- border-top-left-radius: 5px;
- border-bottom-left-radius: 5px;
- }
-
- &:after {
- display: none;
- }
- }
-
- &[data-toggle=collapse] {
- .menu-title {
- border-bottom-right-radius: 0;
-
- @at-root #{selector-append(".rtl", &)} {
- border-bottom-left-radius: 0;
- }
- }
- }
- }
-
- .collapse,
- .collapsing {
- display: block;
- padding: 0.5rem 0;
- background: $sidebar-light-menu-hover-bg;
- color: $sidebar-light-menu-color;
-
- @at-root #{selector-append(".sidebar-dark", &)} {
- background: $sidebar-dark-menu-hover-bg;
- color: $sidebar-dark-menu-color;
- }
-
- position: absolute;
- top: $nav-link-height;
- left: $sidebar-width-icon;
- width: $sidebar-icon-only-submenu-width;
- border-bottom-right-radius: 5px;
-
- @at-root #{selector-append(".rtl", &)} {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 5px;
- }
-
- @at-root #{selector-append(".rtl", &)} {
- left: auto;
- right: $sidebar-width-icon;
- }
-
- -webkit-box-shadow: 0 1px 15px 1px rgba(113, 106, 202, .08);
- -moz-box-shadow: 0 1px 15px 1px rgba(113, 106, 202, .08);
- box-shadow: 0 1px 15px 1px rgba(113, 106, 202, .08);
- }
- }
- }
-
- &.sub-menu {
- padding: $sidebar-icon-only-submenu-padding;
-
- .nav-item {
- .nav-link {
- text-align: left;
- color: $sidebar-light-menu-color;
-
- &:hover {
- color: darken($white, 20%);
- }
-
- @at-root #{selector-append(".sidebar-dark", &)} {
- color: $sidebar-dark-menu-color;
- }
-
- @at-root #{selector-append(".rtl", &)} {
- text-align: right;
- }
- }
-
- &:nth-child(5n+1),
- &:nth-child(5n+2),
- &:nth-child(5n+3),
- &:nth-child(5n+4),
- &:nth-child(5n+5) {
- .nav-link {
- &:before {
- background: $white;
- }
- }
- }
- }
- }
- }
- }
-
- .main-panel {
- width: calc(100% - #{$sidebar-width-icon});
- }
- }
-}
-
-// Hidden Sidebar
-.sidebar-hidden {
- @media (min-width: 992px) {
- .sidebar {
- transition: width $action-transition-duration $action-transition-timing-function;
- -webkit-transition: width $action-transition-duration $action-transition-timing-function;
- -moz-transition: width $action-transition-duration $action-transition-timing-function;
- -ms-transition: width $action-transition-duration $action-transition-timing-function;
- width: 0;
- }
-
- .main-panel {
- width: 100%;
- }
- }
-}
-
-// Absolute sidebar with overlay to content
-.sidebar-absolute {
- @media (min-width: 992px) {
- .page-body-wrapper {
- position: relative;
-
- .sidebar {
- transition: none;
- }
- }
-
- &:not(.sidebar-hidden) {
- .sidebar {
- position: absolute;
- height: 100%;
- -webkit-box-shadow: 0 0 3px 1px #a7a3a3;
- /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
- -moz-box-shadow: 0 0 3px 1px #a7a3a3;
- /* Firefox 3.5 - 3.6 */
- box-shadow: 0 0 3px 1px #a7a3a3;
- /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
- }
- }
-
- .main-panel {
- width: 100%;
- transition: none;
- }
- }
-}
-
-//Fixed sidebar
-.sidebar-fixed {
- @media(min-width: 992px) {
- .sidebar {
- position: fixed;
- max-height: auto;
-
- .nav {
- max-height: calc(100vh - #{$navbar-height});
- overflow: auto;
- position: relative;
-
- &.sub-menu {
- max-height: none;
- }
- }
- }
-
- .main-panel {
- margin-left: $sidebar-width-lg;
- }
-
- &.sidebar-icon-only {
- .main-panel {
- margin-left: $sidebar-width-icon;
- }
- }
- }
-}
-
-//Boxed layout
-.boxed-layout {
- @media (min-width: 992px) {
- background: lighten(color(gray), 50%);
-
- .container-scroller {
- width: 100%;
- max-width: $boxed-container-width;
- margin-left: auto;
- margin-right: auto;
- }
-
- .navbar {
- width: 100%;
- max-width: $boxed-container-width;
- margin-left: auto;
- margin-right: auto;
- }
- }
-}
-
-//RTL layout
-.rtl {
- direction: rtl;
- text-align: right;
-
- .sidebar {
- .nav {
- padding-right: 0;
-
- .nav-item {
- .nav-link {
- i {
- &.menu-icon {
- margin-right: 0;
- margin-left: 0.5em;
- }
-
- &.menu-arrow {
- margin-left: 0;
- margin-right: auto;
- }
- }
-
- .badge {
- margin-left: 0;
- margin-right: auto;
- }
- }
- }
-
- &.sub-menu {
- padding: $rtl-sidebar-submenu-padding;
- }
- }
- }
-
- .product-chart-wrapper,
- .settings-panel .tab-content .tab-pane .scroll-wrapper,
- .sidebar-fixed .nav,
- .table-responsive,
- ul.chats {
- &::-webkit-scrollbar {
- width: 0.5em;
- }
-
- &::-webkit-scrollbar-track {
- -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
- }
-
- &::-webkit-scrollbar-thumb {
- background-color: darkgrey;
- outline: 1px solid slategrey;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_2/_misc.scss b/app/frontend/static/assets/scss/demo_2/_misc.scss
deleted file mode 100755
index 709b063c..00000000
--- a/app/frontend/static/assets/scss/demo_2/_misc.scss
+++ /dev/null
@@ -1,36 +0,0 @@
-.page-body-wrapper {
- min-height: calc(100vh - #{$navbar-height});
- display: flex;
- flex-direction: row;
- padding-left: 0;
- padding-right: 0;
-
- &.full-page-wrapper {
- width: 100%;
- min-height: 100vh;
- }
-}
-
-.main-panel {
- transition: width $action-transition-duration $action-transition-timing-function, margin $action-transition-duration $action-transition-timing-function;
- width: calc(100% - #{$sidebar-width-lg});
- min-height: calc(100vh - #{$navbar-height});
- display: flex;
- flex-direction: column;
-
- @media (max-width: 991px) {
- margin-left: 0;
- width: 100%;
- }
-}
-
-.content-wrapper {
- background: $content-bg;
- padding: 1.5rem 1.7rem;
- width: 100%;
- flex-grow: 1;
-}
-
-.container-scroller {
- overflow: hidden;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_2/_nav.scss b/app/frontend/static/assets/scss/demo_2/_nav.scss
deleted file mode 100755
index f5bef69e..00000000
--- a/app/frontend/static/assets/scss/demo_2/_nav.scss
+++ /dev/null
@@ -1,151 +0,0 @@
-.nav,
-.navbar-nav {
- .nav-item {
- line-height: 1;
-
- &.dropdown {
- @media (max-width: 992px) {
- position: unset;
- }
-
- .dropdown-toggle {
- &:after {
- border: none;
- content: "\F140";
- font: normal normal normal 28px/1 "Material Design Icons";
- font-size: inherit;
- text-rendering: auto;
- line-height: inherit;
- vertical-align: 0;
- }
- }
-
- .count-indicator {
- position: relative;
- text-align: center;
-
- i {
- font-size: 21px;
- margin-right: 0;
- vertical-align: middle;
- }
-
- .count {
- position: absolute;
- left: 50%;
- width: 1rem;
- height: 1rem;
- border-radius: 100%;
- background: #FF0017;
- color: $white;
- font-size: 11px;
- top: -1px;
- font-weight: 600;
- line-height: 1rem;
- border: none;
- text-align: center;
- }
-
- &:after {
- display: none;
- }
- }
-
- i {
- margin-right: 0.5rem;
- vertical-align: middle;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
-
- .navbar-dropdown {
- font-size: 0.9rem;
- margin-top: 0;
- position: absolute;
- right: 0;
- left: auto;
- border: 1px solid rgba(182, 182, 182, 0.1);
- padding: 0 0 20px;
- min-width: 100%;
- border-radius: 2px;
- @extend .dropdownAnimation;
- -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- overflow-x: hidden;
- max-height: 300px;
- overflow-y: auto;
-
- .rtl & {
- right: auto;
- left: 0;
- }
-
- overflow: hidden;
-
- @media (max-width: 991px) {
- right: -85px;
- }
-
- &.dropdown-left {
- left: 0;
- right: auto;
- }
-
- .badge {
- margin-left: 2.5rem;
-
- .rtl & {
- margin-left: 0;
- margin-right: 1.25rem;
- }
-
- @media (max-width:991px) {
- margin-right: 0.5rem;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
- }
-
- .dropdown-item {
- display: flex;
- align-items: center;
- margin-bottom: 0;
- padding: 7px 25px;
-
- i {
- font-size: 24px;
- }
-
- .ellipsis {
- max-width: 200px;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- .preview-icon {
- width: 40px;
- height: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
-
- .small-text {
- font-size: 0.75rem;
- }
- }
-
- .dropdown-divider {
- margin: 0;
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_2/_navbar.scss b/app/frontend/static/assets/scss/demo_2/_navbar.scss
deleted file mode 100755
index 03e5a577..00000000
--- a/app/frontend/static/assets/scss/demo_2/_navbar.scss
+++ /dev/null
@@ -1,476 +0,0 @@
-/* Navbar */
-
-.navbar {
- &.default-layout {
- font-family: $type-2;
- background: $blue-teal-gradient;
- transition: background $action-transition-duration $action-transition-timing-function;
- -webkit-transition: background $action-transition-duration $action-transition-timing-function;
- -moz-transition: background $action-transition-duration $action-transition-timing-function;
- -ms-transition: background $action-transition-duration $action-transition-timing-function;
-
- .navbar-brand-wrapper {
- transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -webkit-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -moz-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -ms-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- background: $sidebar-light-bg;
-
- .sidebar-dark & {
- background: $sidebar-dark-bg;
- }
-
- width: $sidebar-width-lg;
- height: $navbar-height;
-
- .navbar-brand {
- color: $white;
- font-size: 1.5rem;
- line-height: 48px;
- margin-right: 0;
- padding: 0.25rem 0;
- display: flex;
-
- &:active,
- &:focus,
- &:hover {
- color: lighten(color(gray-dark), 10%);
- }
-
- img {
- width: calc(#{$sidebar-width-lg} - 130px);
- max-width: 100%;
- height: 28px;
- margin: auto;
- vertical-align: middle;
- }
- }
-
- .brand-logo-mini {
- display: none;
-
- img {
- width: calc(#{$sidebar-width-icon} - 50px);
- max-width: 100%;
- height: 28px;
- margin: auto;
- }
- }
- }
-
- .navbar-menu-wrapper {
- transition: width $action-transition-duration $action-transition-timing-function;
- -webkit-transition: width $action-transition-duration $action-transition-timing-function;
- -moz-transition: width $action-transition-duration $action-transition-timing-function;
- -ms-transition: width $action-transition-duration $action-transition-timing-function;
- color: $white;
- padding-left: 15px;
- padding-right: 15px;
- width: calc(100% - #{$sidebar-width-lg});
- height: $navbar-height;
-
- @media (max-width: 991px) {
- width: auto;
- }
-
- .navbar-toggler {
- border: 0;
- color: inherit;
-
- &:not(.navbar-toggler-right) {
- @media (max-width: 991px) {
- display: none;
- }
- }
- }
-
- .navbar-text {
- font-size: $default-font-size;
- }
-
- .navbar-nav {
- flex-direction: row;
- align-items: center;
-
- .nav-item {
- margin-left: 1rem;
- margin-right: 1rem;
-
- @media (max-width: 992px) {
- margin-left: 10px;
- margin-right: 0px;
- }
-
- .nav-link {
- color: inherit;
- font-size: $navbar-font-size;
- vertical-align: middle;
-
- @media (max-width: 767px) {
- margin-left: 0.5rem;
- margin-right: 0.5rem;
- }
-
- i {
- font-size: $navbar-icon-font-size;
- vertical-align: middle;
- }
-
- .profile-text {
- margin-right: 15px;
-
- .rtl & {
- margin-right: 0;
- margin-left: 15px;
- }
- }
-
- &.nav-btn {
- .btn {
- background: rgba($white, .1);
- padding: 0.75rem 1rem;
- color: $white;
- }
-
- &:after {
- display: none;
- }
- }
- }
-
- &.color-setting {
- i {
- font-size: 25px;
- vertical-align: text-top;
- }
- }
- }
-
- &.navbar-nav-right {
- @media (min-width: 992px) {
- margin-left: auto;
-
- .rtl & {
- margin-left: 0;
- margin-right: auto;
- }
- }
- }
-
- &.header-links {
- height: $navbar-height;
- padding-left: 2%;
-
- .nav-item {
- margin: 0;
-
- .nav-link {
- height: $navbar-height;
- font-size: $navbar-font-size;
- padding: 16px 25px;
- display: flex;
- align-items: center;
-
- i {
- margin-right: 10px;
- font-size: 21px;
-
- .rtl & {
- margin-right: 0;
- margin-left: 10px;
- }
- }
- }
-
- &.active {
- background: rgba($white, 0.13);
- }
- }
- }
- }
- }
-
- //navbar color variations
- &.navbar-dark {
- background: theme-color(dark);
-
- .navbar-toggler {
- color: $white;
- }
-
- .count {
- border-color: theme-color(dark);
- }
- }
-
- &.navbar-primary {
- background: theme-color(primary);
-
- .navbar-menu-wrapper {
- .navbar-nav {
- .nav-item {
- .nav-link {
- &.count-indicator {
- .count {
- background: theme-color(danger);
- color: $white;
- }
- }
- }
- }
- }
- }
- }
-
- &.navbar-success {
- background: theme-color(success);
-
- .navbar-menu-wrapper {
- input {
- color: $white;
-
- @include placeholder {
- color: inherit;
- }
- }
-
- .navbar-nav {
- .nav-item {
- .nav-link {
- &.count-indicator {
- .count {
- background: darken(theme-color(success), 30%);
- color: $white;
- border-color: theme-color(success);
-
- &.bg-success {
- background: darken(theme-color(success), 20%) !important;
- }
- }
- }
- }
- }
- }
- }
- }
-
- &.navbar-danger {
- background: theme-color(danger);
-
- .navbar-menu-wrapper {
- input {
- color: $white;
-
- @include placeholder {
- color: inherit;
- }
- }
-
- .navbar-nav {
- .nav-item {
- .nav-link {
- &.count-indicator {
- .count {
- background: darken(theme-color(danger), 30%);
- color: $white;
- border-color: theme-color(danger);
-
- &.bg-danger {
- background: darken(theme-color(danger), 20%) !important;
- }
- }
- }
- }
- }
- }
- }
- }
-
- &.navbar-warning {
- background: theme-color(warning);
-
- .navbar-menu-wrapper {
- input {
- color: $white;
-
- @include placeholder {
- color: inherit;
- }
- }
-
- .navbar-nav {
- .nav-item {
- .nav-link {
- &.count-indicator {
- .count {
- background: darken(theme-color(warning), 30%);
- color: $white;
- border-color: theme-color(warning);
-
- &.bg-warning {
- background: darken(theme-color(warning), 20%) !important;
- }
- }
- }
- }
- }
- }
- }
- }
-
- &.navbar-pink {
- background: color(pink);
-
- a {
- color: $white;
- }
-
- .navbar-toggler {
- color: $white;
- }
-
- .navbar-brand-wrapper {
- .navbar-brand {
- color: $white;
- }
- }
-
- .navbar-menu-wrapper {
- input {
- color: $white;
-
- @include placeholder {
- color: inherit;
- }
- }
-
- .navbar-nav {
- .nav-item {
- .nav-link {
- color: $white;
-
- &.count-indicator {
- .count {
- background: darken(color(pink), 30%);
- color: $white;
- border-color: color(pink);
-
- &.bg-pink {
- background: darken(color(pink), 20%) !important;
- }
- }
- }
- }
-
- &.dropdown {
- .navbar-dropdown {
- .dropdown-item {
- color: $black;
- }
- }
- }
- }
- }
- }
- }
-
- &.navbar-info {
- background: theme-color(info);
-
- a {
- color: $white;
- }
-
- .navbar-toggler {
- color: $white;
- }
-
- .navbar-menu-wrapper {
- input {
- color: $white;
-
- @include placeholder {
- color: inherit;
- }
- }
-
- .navbar-nav {
- .nav-item {
- color: $white;
-
- .nav-link {
- &.count-indicator {
- .count {
- background: darken(theme-color(info), 30%);
- color: $white;
- border-color: theme-color(info);
-
- &.bg-info {
- background: darken(theme-color(info), 20%) !important;
- }
- }
- }
- }
-
- &.dropdown {
- .navbar-dropdown {
- .dropdown-item {
- color: $black;
- }
- }
- }
- }
- }
- }
- }
-
- &.navbar-danger,
- &.navbar-dark,
- &.navbar-primary,
- &.navbar-success,
- &.navbar-warning {
- .navbar-brand-wrapper {
- .navbar-brand {
- color: $white;
- }
- }
-
- .navbar-menu-wrapper {
- .navbar-nav {
- .nav-item {
- .nav-link {
- color: $white;
- }
- }
- }
- }
-
- @extend .navbar-dark;
- }
- }
-}
-
-@media (max-width:991px) {
- .navbar {
- &.default-layout {
- flex-direction: row;
-
- .navbar-brand-wrapper {
- width: 75px;
-
- .brand-logo {
- display: none;
- }
-
- .brand-logo-mini {
- display: inline-block;
- }
- }
- }
- }
-
- .navbar-collapse {
- display: flex;
- margin-top: 0.5rem;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_2/_sidebar.scss b/app/frontend/static/assets/scss/demo_2/_sidebar.scss
deleted file mode 100755
index f1aea097..00000000
--- a/app/frontend/static/assets/scss/demo_2/_sidebar.scss
+++ /dev/null
@@ -1,354 +0,0 @@
-/* Sidebar */
-
-.sidebar {
- min-height: calc(100vh - #{$navbar-height});
- background: $sidebar-light-bg;
- font-family: $type-2;
- padding: 0;
- width: $sidebar-width-lg;
- z-index: 11;
- transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -webkit-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -moz-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -ms-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
-
- .nav {
- overflow: hidden;
- flex-wrap: nowrap;
- flex-direction: column;
-
- .nav-item {
- .collapse {
- z-index: 999;
- }
-
- .collapse.show,
- .collapsing {
- background: $sidebar-light-menu-active-bg;
- }
-
- .nav-link {
- align-items: center;
- display: flex;
- padding: $sidebar-menu-padding;
- white-space: nowrap;
- height: $nav-link-height;
- color: $sidebar-light-menu-color;
-
- i {
- &.menu-arrow {
- margin-left: auto;
- margin-right: 0;
- transition-duration: 0.2s;
- transition-property: transform;
- transition-timing-function: ease-in;
-
- &:before {
- content: "\F142";
- font-family: "Material Design Icons";
- font-size: 18px;
- line-height: 1;
- font-style: normal;
- vertical-align: middle;
- color: rgba($sidebar-light-menu-color, 0.5);
- }
- }
- }
-
- &[aria-expanded="true"] {
- background: $sidebar-light-menu-active-bg;
-
- i {
- &.menu-arrow {
- transform: rotate(90deg);
- }
- }
- }
-
- .menu-icon {
- margin-right: 1.25rem;
- width: $sidebar-icon-size;
- line-height: 1;
- font-size: 18px;
- color: lighten($sidebar-light-menu-icon-color, 30%);
-
- .rtl & {
- margin-right: 0;
- margin-left: 1.25rem;
- }
- }
-
- .menu-title {
- color: inherit;
- display: inline-block;
- font-size: $sidebar-menu-font-size;
- line-height: 1;
- vertical-align: middle;
- }
-
- .badge {
- margin-left: auto;
- }
-
- &:hover {
- color: darken($sidebar-light-menu-color, 5%);
- }
- }
-
- &.active {
- >.nav-link {
- color: $sidebar-light-menu-active-color;
-
- .menu-title,
- i {
- color: inherit;
- }
- }
- }
-
- &.nav-profile {
- .nav-link {
- display: flex;
- flex-direction: column;
- height: auto;
-
- .user-wrapper {
- display: flex;
- margin-bottom: 30px;
-
- .profile-image {
- width: 40px;
- height: 40px;
-
- img {
- border-radius: 100%;
- max-width: 100%;
- }
- }
-
- .text-wrapper {
- margin-left: 15px;
-
- .rtl & {
- margin-left: 0;
- margin-right: 15px;
- }
-
- .profile-name {
- font-weight: 500;
- margin-bottom: 8px;
- }
-
- .designation {
- margin-right: 3px;
- }
- }
- }
-
- .navbar-nav {
- overflow: visible;
-
- .dropdown {
- position: unset;
-
- .user-switch-dropdown-toggler {
- display: flex;
- flex-direction: row;
- padding: 1px 0px;
- }
-
- .dropdown-menu {
- top: 135px !important;
- left: 15px !important;
- min-width: auto !important;
- }
- }
- }
- }
- }
- }
-
- &:not(.sub-menu) {
- >.nav-item {
- &:hover {
- &:not(.nav-profile) {
- >.nav-link {
- background: $sidebar-light-menu-hover-bg;
- color: $sidebar-light-menu-hover-color;
- }
- }
- }
- }
- }
-
- &.sub-menu {
- margin-bottom: 0;
- padding: $sidebar-submenu-padding;
-
- .nav-item {
- .nav-link {
- color: $sidebar-light-submenu-color;
- padding: $sidebar-submenu-item-padding;
- font-size: $sidebar-submenu-font-size;
- line-height: 1;
- height: auto;
-
- &.active {
- color: $sidebar-light-menu-active-color;
- background: transparent;
-
- &:before {
- background: $sidebar-light-menu-active-color;
- }
- }
- }
-
- &:hover {
- >.nav-link {
- background: $sidebar-light-submenu-hover-bg;
- color: $sidebar-light-submenu-hover-color;
-
- &:before {
- background: $sidebar-light-submenu-hover-color;
- }
- }
- }
- }
- }
- }
-}
-
-//sidebar color variation
-.sidebar-dark {
- .sidebar {
- background: $sidebar-dark-bg;
-
- .nav {
- .nav-item {
-
- .collapse.show,
- .collapsing {
- background: $sidebar-dark-menu-active-bg;
- }
-
- .nav-link {
- color: $sidebar-dark-menu-color;
-
- &[aria-expanded="true"] {
- background: $sidebar-dark-menu-active-bg;
- }
-
- i:not(.btn i) {
- color: $sidebar-dark-menu-icon-color;
-
- &.menu-arrow {
- &:before {
- color: rgba($sidebar-dark-menu-color, 0.5);
- }
- }
- }
-
- &:hover {
- color: darken($sidebar-dark-menu-color, 5%);
- }
- }
-
- &.nav-profile {
- .profile-name {
- .name {
- color: $sidebar-dark-profile-name-color;
- }
-
- .designation {
- color: $sidebar-dark-profile-title-color;
- }
- }
-
- .notification-panel {
- &:before {
- background: $sidebar-dark-profile-name-color;
- }
-
- >span {
- background: $sidebar-dark-menu-active-bg;
-
- i {
- color: color(gray-light);
- }
- }
- }
- }
-
- &.active {
- >.nav-link {
- color: $sidebar-dark-menu-active-color;
- }
- }
-
- .sidebar-sticker {
- background: $sidebar-dark-menu-active-bg;
- }
- }
-
- &:not(.sub-menu) {
- >.nav-item {
- &:hover {
- &:not(.nav-profile) {
- >.nav-link {
- background: $sidebar-dark-menu-hover-bg;
- color: $sidebar-dark-menu-hover-color;
- }
- }
- }
- }
- }
-
- &.sub-menu {
- .nav-item {
- .nav-link {
- color: $sidebar-dark-submenu-color;
-
- &.active {
- color: $sidebar-dark-menu-active-color;
-
- &:before {
- background: $sidebar-dark-menu-active-color;
- }
- }
- }
-
- &:hover {
- >.nav-link {
- background: $sidebar-dark-submenu-hover-bg;
- color: $sidebar-dark-submenu-hover-color;
-
- &:before {
- background: $sidebar-dark-submenu-hover-color;
- }
- }
- }
- }
- }
- }
- }
-}
-
-/* style for off-canvas menu*/
-
-@media screen and (max-width: 991px) {
- .sidebar-offcanvas {
- position: fixed;
- max-height: calc(100vh - #{$navbar-height});
- top: $navbar-height;
- bottom: 0;
- overflow: auto;
- right: -$sidebar-width-lg;
- -webkit-transition: all 0.25s ease-out;
- -o-transition: all 0.25s ease-out;
- transition: all 0.25s ease-out;
-
- &.active {
- right: 0;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_2/_variables.scss b/app/frontend/static/assets/scss/demo_2/_variables.scss
deleted file mode 100755
index bc0605a5..00000000
--- a/app/frontend/static/assets/scss/demo_2/_variables.scss
+++ /dev/null
@@ -1,62 +0,0 @@
-////////// COLOR VARIABLES //////////
-$content-bg:#f3f4fa;
-$footer-bg: $content-bg;
-$footer-color: color(dark);
-$border-color: #f2f2f2;
-$footer-height: 60px;
-////////// COLOR VARIABLES //////////
-
-////////// SIDEBAR ////////
-$sidebar-width-lg: 255px;
-$sidebar-width-mini: 185px;
-$sidebar-width-icon: 70px;
-$sidebar-light-bg: $white;
-$sidebar-light-menu-color: #4a4a4a;
-$sidebar-light-menu-active-bg: #fafbfc;
-$sidebar-light-menu-active-color: theme-color(primary);
-$sidebar-light-menu-hover-bg: $sidebar-light-menu-active-bg;
-$sidebar-light-menu-hover-color: $sidebar-light-menu-color;
-$sidebar-light-submenu-color: $sidebar-light-menu-color;
-$sidebar-light-submenu-hover-bg: initial;
-$sidebar-light-submenu-hover-color: #000;
-$sidebar-light-category-color: #999999;
-$sidebar-light-menu-icon-color: $sidebar-light-menu-color;
-$sidebar-light-profile-name-color: #404852;
-$sidebar-light-profile-title-color: #8d9498;
-$sidebar-dark-bg: #252C46;
-$sidebar-dark-menu-color: #9F9EA3;
-$sidebar-dark-menu-active-bg: lighten($sidebar-dark-bg, 5%);
-$sidebar-dark-menu-active-color: $white;
-$sidebar-dark-menu-hover-bg: $sidebar-dark-menu-active-bg;
-$sidebar-dark-menu-hover-color: $sidebar-dark-menu-color;
-$sidebar-dark-submenu-color: $sidebar-dark-menu-color;
-$sidebar-dark-submenu-hover-bg: initial;
-$sidebar-dark-submenu-hover-color: #000;
-$sidebar-dark-category-color: #999999;
-$sidebar-dark-menu-icon-color: #9F9EA3;
-$sidebar-dark-profile-name-color: #404852;
-$sidebar-dark-profile-title-color: #8d9498;
-$sidebar-menu-font-size: 12px;
-$sidebar-icon-size: 16px;
-$sidebar-menu-padding: 16px 35px;
-$nav-link-height: 52px;
-$sidebar-submenu-padding: 0 0 0 4rem;
-$sidebar-submenu-font-size: $sidebar-menu-font-size;
-$sidebar-submenu-item-padding: .75rem 1rem;
-$sidebar-icon-font-size: .9375rem;
-$sidebar-arrow-font-size: .625rem;
-$sidebar-profile-bg: transparent;
-$sidebar-profile-padding: 0rem 1.625rem 2.25rem 1.188rem;
-$sidebar-mini-menu-padding: .8125rem 1rem .8125rem 1rem;
-$sidebar-icon-only-menu-padding: .5rem 1.625rem .5rem 1.188rem;
-$sidebar-icon-only-submenu-padding: 0 0 0 1.5rem;
-$sidebar-icon-only-submenu-width: 200px;
-$rtl-sidebar-submenu-padding: 0 3.45rem 0 0;
-///////// SIDEBAR ////////
-
-///////// NAVBAR ////////
-$navbar-height: 63px;
-$navbar-light-color: #202339;
-$navbar-font-size: $sidebar-menu-font-size;
-$navbar-icon-font-size: 1.25rem;
-///////// NAVBAR ////////
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_2/components/_full-calendar.scss b/app/frontend/static/assets/scss/demo_2/components/_full-calendar.scss
deleted file mode 100755
index e429e953..00000000
--- a/app/frontend/static/assets/scss/demo_2/components/_full-calendar.scss
+++ /dev/null
@@ -1,206 +0,0 @@
-/* Full Calendar */
-
-#calendar {
- .fc-header-toolbar {
- background: $white;
- padding: 28px 0 80px;
- margin-bottom: 0;
-
- .fc-button-group {
- border-radius: 5px;
-
- .fc-button {
- box-shadow: none;
- padding: 1px 12px;
- margin-right: 0;
- font-size: 0.9375rem;
- font-weight: 400;
- line-height: 1.33;
- border: none;
- background: theme-color(primary);
- color: $white;
- text-shadow: none;
- transition-duration: 0.3s;
-
- &:first-letter {
- text-transform: uppercase;
- }
-
- &.fc-state-active {
- background: darken(theme-color(primary), 5%);
- color: $white;
- }
-
- &.fc-next-button,
- &.fc-prev-button {
- background: $white;
- color: theme-color(primary);
- margin-right: 7px;
- height: 2.0625rem;
- width: 2.25rem;
- border: none;
-
- span {
- top: -3px;
- right: 9px;
-
- &:after {
- font: normal normal normal 24px/1 "Material Design Icons";
- display: block;
- line-height: 21px;
- }
- }
- }
-
- &.fc-prev-button {
- span {
- &:after {
- content: "\F141";
- }
- }
- }
-
- &.fc-next-button {
- span {
- &:after {
- content: "\F142";
- }
- }
- }
- }
- }
-
- .fc-today-button {
- box-shadow: none;
- padding: 1px 12px;
- border-radius: 2px;
- margin-right: 4px;
- font-size: 0.9375rem;
- font-weight: 400;
- line-height: 1.33;
- border: none;
- background: theme-color(primary);
- color: $white;
- text-shadow: none;
- transition-duration: 0.3s;
-
- &:first-letter {
- text-transform: uppercase;
- }
- }
-
- .fc-center {
- h2 {
- font-size: 1.125rem;
- font-weight: 600;
- text-transform: uppercase;
- }
- }
- }
-
- .fc-view-container {
- .fc-view {
- background: $content-bg;
-
- table {
- thead.fc-head {
- border: none;
-
- tr {
- td {
- .fc-widget-header {
- border: none;
-
- table {
- thead {
- border: none;
-
- tr {
- th.fc-day-header {
- text-transform: uppercase;
- padding: 0.4375rem 0;
- border-color: $border-color;
- font-size: $default-font-size;
- }
- }
- }
- }
- }
-
- &.fc-head-container {
- border-color: #f7f7f7;
- border-bottom: none;
- }
- }
- }
- }
-
- tbody.fc-body {
- background: $white;
-
- tr {
- td.fc-widget-content {
- border-color: $border-color;
-
- .fc-day-grid-container {
- .fc-day-grid {
- .fc-row {
- border-color: $border-color;
-
- .fc-bg {
- table {
- tr {
- td {
- border-color: $border-color;
- }
- }
- }
- }
-
- .fc-content-skeleton {
- table {
- thead {
- tr {
- td.fc-day-top {
- padding: 8px;
- font-size: $default-font-size;
- font-weight: 600;
- }
- }
- }
-
- tbody {
- tr {
- td {
- &.fc-event-container {
- .fc-h-event {
- background: theme-color(success);
- border: none;
- padding: 6px 12px 6px 22px;
- font-weight: 500;
- color: $white;
- font-size: 12px;
- border-radius: 4px;
- }
- }
-
- &.fc-more-cell {
- font-weight: 600;
- color: theme-color(dark);
- padding: 0 7px;
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_2/components/_modals.scss b/app/frontend/static/assets/scss/demo_2/components/_modals.scss
deleted file mode 100755
index f30eefe5..00000000
--- a/app/frontend/static/assets/scss/demo_2/components/_modals.scss
+++ /dev/null
@@ -1,5 +0,0 @@
-.modal {
- .modal-dialog {
- margin-top: calc(#{$navbar-height} + 30px);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_2/components/_nav.scss b/app/frontend/static/assets/scss/demo_2/components/_nav.scss
deleted file mode 100755
index a4c0a943..00000000
--- a/app/frontend/static/assets/scss/demo_2/components/_nav.scss
+++ /dev/null
@@ -1,147 +0,0 @@
-.nav,
-.navbar-nav {
- .nav-item {
- line-height: 1;
-
- &.dropdown {
- .dropdown-toggle {
- &:after {
- border: none;
- content: "\F140";
- font: normal normal normal 28px/1 "Material Design Icons";
- font-size: inherit;
- text-rendering: auto;
- line-height: inherit;
- vertical-align: 0;
- }
- }
-
- .count-indicator {
- position: relative;
- text-align: center;
-
- i {
- font-size: 21px;
- margin-right: 0;
- vertical-align: middle;
- }
-
- .count {
- position: absolute;
- left: 50%;
- width: 1rem;
- height: 1rem;
- border-radius: 100%;
- background: #FF0017;
- color: $white;
- font-size: 11px;
- top: -1px;
- font-weight: 600;
- line-height: 1rem;
- border: none;
- text-align: center;
- }
-
- &:after {
- display: none;
- }
- }
-
- i {
- margin-right: 0.5rem;
- vertical-align: middle;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
-
- .navbar-dropdown {
- font-size: 0.9rem;
- margin-top: 0;
- position: absolute;
- top: calc(#{$navbar-height} - 6px);
- right: 0;
- left: auto;
- border: 1px solid rgba(182, 182, 182, 0.1);
- padding: 0 0 20px;
- min-width: 100%;
- border-radius: 2px;
- @extend .dropdownAnimation;
- -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
-
- .rtl & {
- right: auto;
- left: 0;
- }
-
- overflow: hidden;
-
- @media (max-width: 991px) {
- right: -85px;
- }
-
- &.dropdown-left {
- left: 0;
- right: auto;
- }
-
- .badge {
- margin-left: 2.5rem;
-
- .rtl & {
- margin-left: 0;
- margin-right: 1.25rem;
- }
-
- @media (max-width:991px) {
- margin-right: 0.5rem;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
- }
-
- .dropdown-item {
- @extend .d-flex;
- @extend .align-items-center;
- margin-bottom: 0;
- padding: 7px 25px;
-
- i {
- font-size: 24px;
- }
-
- .ellipsis {
- max-width: 200px;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- .preview-icon {
- width: 40px;
- height: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
-
- .small-text {
- font-size: 0.75rem;
- }
- }
-
- .dropdown-divider {
- margin: 0;
- }
- }
- }
-
- .nav-link {}
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_2/style.scss b/app/frontend/static/assets/scss/demo_2/style.scss
deleted file mode 100755
index ab7347af..00000000
--- a/app/frontend/static/assets/scss/demo_2/style.scss
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Layouts */
-
-@import "../../../../node_modules/bootstrap/scss/functions";
-@import "../../../../node_modules/bootstrap/scss/variables";
-@import "../shared/variables";
-@import "./variables";
-@import "../shared/mixins/misc";
-@import "../shared/mixins/animation";
-@import "./nav";
-@import "./navbar";
-@import "./sidebar";
-@import "./footer";
-@import "./layouts";
-@import "./card";
-@import "./misc";
-
-@import "./components/modals";
-@import "./components/full-calendar";
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_3/_variables.scss b/app/frontend/static/assets/scss/demo_3/_variables.scss
deleted file mode 100755
index 4c0e757e..00000000
--- a/app/frontend/static/assets/scss/demo_3/_variables.scss
+++ /dev/null
@@ -1,126 +0,0 @@
-////////// COLOR VARIABLES //////////
-$default-text-color: #fff;
-$body-text-color: #fff;
-$content-bg:#1c1e2f;
-$accent-color: #222437;
-$footer-bg: $accent-color;
-$footer-color:$default-text-color;
-$text-muted:#b9c0d3;
-$text-gray: #4d4c4c;
-$body-color: $default-text-color;
-$border-color: #383e5d;
-$footer-height: 60px;
-$card-bg:$accent-color;
-$card-accent-color: #030aac;
-$card-dropshadow: 0 0 0 0 darken($accent-color, 5%);
-$iconholder-primary-bg:#2944b5;
-$iconholder-primary-color: #fff;
-$iconholder-primary-border-color:#4e55c5;
-$boxed-layout-bg: lighten($content-bg, 3%);
-$dropdown-bg: $accent-color;
-$dropdown-hover-bg: lighten($accent-color, 5%);
-$dropdown-hover-color: $white;
-////////// COLOR VARIABLES //////////
-
-////////// SIDEBAR ////////
-$sidebar-width-lg: 270px;
-$sidebar-width-mini: 185px;
-$sidebar-width-icon: 70px;
-$sidebar-light-bg: $white;
-$sidebar-box-shadow: 0 0 3px 1px #a7a3a3;
-$sidebar-gradient-color-1: #222437;
-$sidebar-gradient-color-2:#222437;
-$sidebar-gradient:linear-gradient(to top, $sidebar-gradient-color-1, $sidebar-gradient-color-2);
-$sidebar-light-menu-color: #fff;
-$sidebar-light-submenu-color: $sidebar-light-menu-color;
-$sidebar-light-category-color: rgba(255, 255, 255, 0.7);
-$sidebar-light-menu-icon-color: $sidebar-light-menu-color;
-$sidebar-light-menu-arrow-color: $text-muted;
-
-$sidebar-light-menu-active-bg: #fff;
-$sidebar-light-menu-active-color: #fff;
-
-$sidebar-light-menu-hover-bg: $sidebar-light-menu-active-bg;
-$sidebar-light-menu-hover-color: #0b0b0b;
-$sidebar-light-submenu-hover-bg: initial;
-$sidebar-light-submenu-hover-color: #000;
-$sidebar-light-submenu-line-color: rgba(255, 255, 255, 0.74);
-$sidebar-navlink-menu-item-hover-color:darken($sidebar-light-menu-color, 5%);
-$sidebar-nav-item-profile-border-color:1px solid rgba(#fff, 0.11);
-$sidebar-nav-item-profile-bg:rgba(255, 255, 255, 0.1);
-$sidebar-nav-item-profile-color: #fff;
-$sidebar-nav-category-border-color:rgba(255, 255, 255, 0.13);
-$sidebar-nav-item-dot-color:#fff;
-
-
-$sidebar-dark-bg: #252C46;
-$sidebar-dark-menu-color: #9F9EA3;
-$sidebar-dark-menu-active-bg: lighten($sidebar-dark-bg, 5%);
-$sidebar-dark-menu-active-color: $white;
-$sidebar-dark-menu-hover-bg: $sidebar-dark-menu-active-bg;
-$sidebar-dark-menu-hover-color: $sidebar-dark-menu-color;
-$sidebar-dark-submenu-color: $sidebar-dark-menu-color;
-$sidebar-dark-submenu-hover-bg: initial;
-$sidebar-dark-submenu-hover-color: #000;
-$sidebar-dark-category-color: #999999;
-$sidebar-dark-menu-icon-color: #9F9EA3;
-$sidebar-dark-profile-name-color: #404852;
-$sidebar-dark-profile-title-color: #8d9498;
-$sidebar-menu-font-size: 15px;
-$sidebar-icon-size: 16px;
-$sidebar-menu-padding: 15px 30px 15px 70px;
-$sidebar-menu-padding-rtl: 15px 70px 15px 30px;
-$nav-link-height: 52px;
-$sidebar-submenu-padding: 0 0 0 4rem;
-$sidebar-submenu-font-size: $sidebar-menu-font-size;
-$sidebar-submenu-item-padding: .75rem 1rem;
-$sidebar-icon-font-size: .9375rem;
-$sidebar-arrow-font-size: .625rem;
-$sidebar-profile-bg: transparent;
-$sidebar-profile-padding: 0rem 1.625rem 2.25rem 1.188rem;
-$sidebar-mini-menu-padding: .8125rem 1rem .8125rem 1rem;
-$sidebar-icon-only-menu-padding: .5rem 1.625rem .5rem 1.188rem;
-$sidebar-icon-only-submenu-width: 200px;
-$sidebar-icon-only-collapse-shadow: 0 1px 15px 1px rgba(113, 106, 202, .08);
-$rtl-sidebar-submenu-padding: 0 3.45rem 0 0;
-$sidebar-light-submenu-line-color: darken($sidebar-gradient-color-1, 5%);
-///////// SIDEBAR ////////
-
-///////// NAVBAR ////////
-$navbar-bg: $sidebar-gradient-color-1;
-$navbar-height: 63px;
-$navbar-light-color:$default-text-color;
-$navbar-font-size: $sidebar-menu-font-size;
-$navbar-icon-font-size: 1.25rem;
-$navbar-dropdown-toggle-arrow-color:grey;
-$navbar-count-indicator-bg:#FF0017;
-$navbar-dropdown-border-color:rgba(182, 182, 182, 0.1);
-$navbar-dropdown-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
-$navbar-menu-wrapper-color:$default-text-color;
-$navbar-menu-wrapper-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
-///////// NAVBAR ////////
-
-$page-header-toolbar-btn-color: theme-color(primary);
-$table-color:$body-color;
-$table-head-cell-color:$body-color;
-$popover-bg: lighten($card-bg, 4%);
-$popover-arrow-color: $popover-bg;
-$input-bg: lighten($card-bg, 4%);
-
-$calendar-header-toolbar-bg:$white;
-$fc-body-bg: $white;
-$fc-button-bg:theme-color(primary);
-$fc-button-color: #fff;
-$fc-state-active-bg:darken(theme-color(primary), 5%);
-$fc-state-active-color:$white;
-
-$fc-navigation-button-bg:$white;
-$fc-navigation-button-color: theme-color(primary);
-$fc-today-button-bg:theme-color(primary);
-$fc-today-button-color: #fff;
-$fc-head-container-bg:#f7f7f7;
-$fc-event-bg:theme-color(success);
-$fc-event-color:$white;
-$fc-more-cell-color:theme-color(dark);
-
-$progressbar-bg: lighten($card-bg, 8%);
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_3/style.scss b/app/frontend/static/assets/scss/demo_3/style.scss
deleted file mode 100755
index a3fcffd3..00000000
--- a/app/frontend/static/assets/scss/demo_3/style.scss
+++ /dev/null
@@ -1,163 +0,0 @@
-/* === Import Bootstrap functions and variables === */
-
-@import "../../../../node_modules/bootstrap/scss/functions";
-@import "../../../../node_modules/bootstrap/scss/variables";
-/*-------------------------------------------------------------------*/
-
-/* === Import template variables === */
-
-@import "../shared/variables";
-@import "../demo_1/variables";
-@import "./variables";
-/*-------------------------------------------------------------------*/
-
-/* === Boostrap Main SCSS === */
-
-@import "../../../../node_modules/bootstrap/scss/bootstrap";
-/*-------------------------------------------------------------------*/
-
-/* === Template mixins === */
-
-@import "../shared/mixins/animation";
-@import "../shared/mixins/accordions";
-@import "../shared/mixins/background";
-@import "../shared/mixins/badges";
-@import "../shared/mixins/blockqoute";
-@import "../shared/mixins/breadcrumbs";
-@import "../shared/mixins/buttons";
-@import "../shared/mixins/cards";
-@import "../shared/mixins/misc";
-@import "../shared/mixins/no-ui-slider";
-@import "../shared/mixins/pagination";
-@import "../shared/mixins/text";
-@import "../shared/mixins/popovers";
-@import "../shared/mixins/tabs";
-@import "../shared/mixins/tooltips";
-/*-------------------------------------------------------------------*/
-
-/* === Core Styles === */
-
-@import "../shared/reset";
-@import "../shared/fonts";
-@import "../shared/functions";
-@import "../shared/typography";
-@import "../shared/misc";
-@import "../shared/utilities";
-@import "../shared/demo";
-@import "../shared/dashboard";
-/*-------------------------------------------------------------------*/
-
-/* === Components === */
-
-@import "../demo_1/nav";
-@import "../demo_1/navbar";
-@import "../demo_1/sidebar";
-@import "../demo_1/footer";
-@import "../demo_1/layouts";
-@import "../demo_1/card";
-@import "../demo_1/misc";
-@import "../demo_1/dashboard";
-
-@import "../shared/components/accordions";
-@import "../shared/components/badges";
-@import "../shared/components/bootstrap-alerts";
-@import "../shared/components/bootstrap-progress";
-@import "../shared/components/buttons";
-@import "../shared/components/breadcrumbs";
-@import "../shared/components/cards";
-@import "../shared/components/checkbox-radio";
-@import "../shared/components/dropdown";
-@import "../shared/components/forms";
-@import "../shared/components/google-maps";
-@import "../shared/components/icons";
-@import "../shared/components/lists";
-@import "../shared/components/loaders/loaders";
-@import "../shared/components/modals";
-@import "../shared/components/new-account";
-@import "../shared/components/pagination";
-@import "../shared/components/popovers";
-@import "../shared/components/portfolio";
-@import "../shared/components/preview";
-@import "../shared/components/pricing-table";
-@import "../shared/components/tables";
-@import "../shared/components/tabs";
-@import "../shared/components/settings-panel";
-@import "../shared/components/todo-list";
-@import "../shared/components/tooltips";
-@import "../shared/components/user-profile";
-@import "../shared/components/widgets";
-@import "../shared/components/timeline/timeline-horizontal";
-@import "../shared/components/timeline/timeline-vertical";
-@import "../shared/components/timeline";
-@import "../shared/components/kanban";
-@import "../shared/components/chat";
-/*-------------------------------------------------------------------*/
-
-/* === Email === */
-
-@import "../shared/components/mail-components/mail-sidebar";
-@import "../shared/components/mail-components/view-controller/mail-list-container";
-@import "../shared/components/mail-components/view-controller/messagecontent";
-@import "../shared/components/mail-components/view-controller/view-controller";
-/*-------------------------------------------------------------------*/
-
-/* === Plugin overrides === */
-
-@import "../shared/components/plugin-overrides/ace";
-@import "../shared/components/plugin-overrides/avgrund";
-@import "../shared/components/plugin-overrides/bootstrap-tour";
-@import "../shared/components/plugin-overrides/chartjs";
-@import "../shared/components/plugin-overrides/chartist";
-@import "../shared/components/plugin-overrides/codemirror";
-@import "../shared/components/plugin-overrides/colcade";
-@import "../shared/components/plugin-overrides/colorpicker";
-@import "../shared/components/plugin-overrides/context-menu";
-@import "../shared/components/plugin-overrides/clockpicker";
-@import "../shared/components/plugin-overrides/data-tables";
-@import "../shared/components/plugin-overrides/datepicker";
-@import "../shared/components/plugin-overrides/dropify";
-@import "../shared/components/plugin-overrides/dropzone";
-@import "../shared/components/plugin-overrides/flot-chart";
-@import "../shared/components/plugin-overrides/google-charts";
-@import "../shared/components/plugin-overrides/icheck";
-@import "../shared/components/plugin-overrides/jquery-file-upload";
-@import "../shared/components/plugin-overrides/js-grid";
-@import "../shared/components/plugin-overrides/jvectormap";
-@import "../shared/components/plugin-overrides/light-gallery";
-@import "../shared/components/plugin-overrides/listify";
-@import "../shared/components/plugin-overrides/no-ui-slider";
-@import "../shared/components/plugin-overrides/owl-carousel";
-@import "../shared/components/plugin-overrides/progressbar-js";
-@import "../shared/components/plugin-overrides/pws-tabs";
-@import "../shared/components/plugin-overrides/quill";
-@import "../shared/components/plugin-overrides/rating";
-@import "../shared/components/plugin-overrides/select2";
-@import "../shared/components/plugin-overrides/summernote";
-@import "../shared/components/plugin-overrides/sweet-alert";
-@import "../shared/components/plugin-overrides/switchery";
-@import "../shared/components/plugin-overrides/tags";
-@import "../shared/components/plugin-overrides/tinymce";
-@import "../shared/components/plugin-overrides/toast";
-@import "../shared/components/plugin-overrides/typeahead";
-@import "../shared/components/plugin-overrides/wysieditor";
-@import "../shared/components/plugin-overrides/x-editable";
-@import "../shared/components/plugin-overrides/wizard";
-/*-------------------------------------------------------------------*/
-
-/* === Landing screens === */
-
-@import "../shared/screens/auth";
-@import "../shared/screens/error";
-@import "../shared/screens/lock-screen";
-@import "../shared/screens/landing";
-@import "../shared/screens/profile-page";
-@import "../shared/components/product-tile";
-@import "../shared/screens/project-list";
-@import "../shared/screens/st_wizard";
-@import "../shared/screens/invoice";
-@import "../shared/screens/tickets";
-/*-------------------------------------------------------------------*/
-
-
-@import "../demo_1/components/modals";
-@import "../demo_1/components/full-calendar";
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_4/_dashboard.scss b/app/frontend/static/assets/scss/demo_4/_dashboard.scss
deleted file mode 100755
index c1bb5820..00000000
--- a/app/frontend/static/assets/scss/demo_4/_dashboard.scss
+++ /dev/null
@@ -1,48 +0,0 @@
-#circleProgress_1,
-#circleProgress_2,
-#circleProgress_3 {
- width: 40px;
- min-width: 40px;
-}
-
-.dashboard-quick-link {
- padding-left: 20px;
-
- .nav-item {
- display: flex;
- align-items: center;
-
- .nav-link {
- color: $text-muted;
- border-right: 2px solid #dedede;
- padding: 5px 20px;
- font-weight: 300;
-
- i {
- color: $text-muted;
- }
-
- &:hover {
- color: #000;
-
- i {
- color: inherit;
- }
- }
- }
-
- &:last-child {
- .nav-link {
- border-right: none;
- }
- }
- }
-}
-
-.dashboard-kpi-cards {
- >.card {
- border-radius: 1px;
- border: 1px solid rgba(46, 91, 255, 0.19);
- box-shadow: 0 10px 20px 0 rgba(46, 91, 255, 0.07);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_4/_footer.scss b/app/frontend/static/assets/scss/demo_4/_footer.scss
deleted file mode 100755
index fc998dae..00000000
--- a/app/frontend/static/assets/scss/demo_4/_footer.scss
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Footer */
-.footer {
- background: $footer-bg;
- color: $footer-color;
- padding: 20px 1rem;
- transition: all $action-transition-duration $action-transition-timing-function;
- -moz-transition: all $action-transition-duration $action-transition-timing-function;
- -webkit-transition: all $action-transition-duration $action-transition-timing-function;
- -ms-transition: all $action-transition-duration $action-transition-timing-function;
- border-top: $border-width solid $border-color;
- font-size: calc(#{$default-font-size} - 0.05rem);
- font-family: $type-1;
-
- p {
- margin-bottom: 0;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_4/_layout.scss b/app/frontend/static/assets/scss/demo_4/_layout.scss
deleted file mode 100755
index cd5d02b4..00000000
--- a/app/frontend/static/assets/scss/demo_4/_layout.scss
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-.main-panel {
- transition: width 0.25s ease, margin 0.25s ease;
- width: calc(100% - #{$sidebar-width});
- min-height: calc(100vh - 63px);
- display: flex;
- flex-direction: column;
- margin-left: $sidebar-width;
-}
-
-.page-body-wrapper {
- min-height: 100vh;
- display: flex;
- flex-direction: row;
- padding-left: 0;
- padding-right: 0;
- padding-top: $navbar-height;
-}
-
-.content-wrapper {
- background: $content-bg;
- padding: $content-warpper-padding;
- width: 100%;
- flex-grow: 1;
-}
-
-@media (max-width: 991px) {
- .navbar {
- margin-left: 0;
- }
-
- .sidebar {
- left: calc(#{- $sidebar-width} - 10px);
- transition: 0.3s;
- transition-property: left;
-
- .sidebar-inner {
- >.nav {
- >.nav-item {
- .submenu {
- &.open {
- left: -$sidebar-collapse-panel-width;
- transition: 0.3s;
- transition-property: left;
- }
- }
- }
- }
- }
-
- &.active {
- left: 0px;
-
- .sidebar-inner {
- >.nav {
- >.nav-item {
- .submenu {
- &.open {
- left: $sidebar-width;
- }
- }
- }
- }
- }
- }
- }
-
-
- .main-panel {
- margin-left: 0;
- width: 100%;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_4/_misc.scss b/app/frontend/static/assets/scss/demo_4/_misc.scss
deleted file mode 100755
index 7e860a84..00000000
--- a/app/frontend/static/assets/scss/demo_4/_misc.scss
+++ /dev/null
@@ -1,8 +0,0 @@
-.page-title {
- margin-bottom: 10px;
-}
-
-.card {
- border-radius: 1px;
- box-shadow: 0 10px 20px 0 rgba(46, 91, 255, 0.07);
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_4/_nav.scss b/app/frontend/static/assets/scss/demo_4/_nav.scss
deleted file mode 100755
index 0027f0ae..00000000
--- a/app/frontend/static/assets/scss/demo_4/_nav.scss
+++ /dev/null
@@ -1,148 +0,0 @@
-.nav,
-.navbar-nav {
- .nav-item {
- line-height: 1;
-
- &.dropdown {
- @media (max-width: 992px) {
- position: unset;
- }
-
- .dropdown-toggle {
- &:after {
- border: none;
- content: "\F140";
- font: normal normal normal 28px/1 "Material Design Icons";
- font-size: inherit;
- text-rendering: auto;
- line-height: inherit;
- vertical-align: 0;
- }
- }
-
- .count-indicator {
- position: relative;
- text-align: center;
-
- i {
- font-size: 21px;
- margin-right: 0;
- vertical-align: middle;
- }
-
- .count {
- position: absolute;
- left: 50%;
- width: 1rem;
- height: 1rem;
- border-radius: 100%;
- background: #FF0017;
- color: $white;
- font-size: 11px;
- top: -1px;
- font-weight: 600;
- line-height: 1rem;
- border: none;
- text-align: center;
- }
-
- &:after {
- display: none;
- }
- }
-
- i {
- margin-right: 0.5rem;
- vertical-align: middle;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
-
- .navbar-dropdown {
- font-size: 0.9rem;
- margin-top: 0;
- position: absolute;
- right: 0;
- left: auto;
- border: 1px solid rgba(182, 182, 182, 0.1);
- padding: 0 0 20px;
- min-width: 100%;
- border-radius: 2px;
- @extend .dropdownAnimation;
- -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
-
- .rtl & {
- right: auto;
- left: 0;
- }
-
- overflow: hidden;
-
- @media (max-width: 991px) {
- right: -85px;
- }
-
- &.dropdown-left {
- left: 0;
- right: auto;
- }
-
- .badge {
- margin-left: 2.5rem;
-
- .rtl & {
- margin-left: 0;
- margin-right: 1.25rem;
- }
-
- @media (max-width:991px) {
- margin-right: 0.5rem;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
- }
-
- .dropdown-item {
- display: flex;
- align-items: center;
- margin-bottom: 0;
- padding: 7px 25px;
-
- i {
- font-size: 24px;
- }
-
- .ellipsis {
- max-width: 200px;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- .preview-icon {
- width: 40px;
- height: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
-
- .small-text {
- font-size: 0.75rem;
- }
- }
-
- .dropdown-divider {
- margin: 0;
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_4/_navbar.scss b/app/frontend/static/assets/scss/demo_4/_navbar.scss
deleted file mode 100755
index 6281c674..00000000
--- a/app/frontend/static/assets/scss/demo_4/_navbar.scss
+++ /dev/null
@@ -1,121 +0,0 @@
-.navbar {
- height: $navbar-height;
- background: $navbar-bg;
- margin-left: $sidebar-width;
- padding: 10px 30px;
- z-index: 100;
- box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
-
- .navbar-menu-wrapper {
- .nav {
- align-items: center;
-
- .nav-item {
- margin-left: 10px;
-
- .nav-link {
- color: $navbar-link-color;
- }
-
- .dropdown-menu {
- top: 64px;
- border-radius: 6px;
- min-width: 245px;
- box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
-
- .dropdown-item {
- padding: 14px 25px;
- color: $navbar-link-color;
- font-weight: 400;
- font-size: 13px;
-
- &.dropdown-header {
- background: #1b2d8f;
- height: 85px;
- color: #fff;
- }
-
- .dropdown-arrow {
- margin-left: auto;
- margin-right: 0;
- font-size: 19px;
- color: rgba($text-muted, 0.4);
- }
- }
- }
-
- &.circle-grid {
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 0px;
- height: 33px;
- width: 33px;
- max-width: 33px;
- max-height: 33px;
- border-radius: 50px;
- border: 1px solid $border-color;
- transition: 0.3s ease;
- transition-property: "background", "color";
-
- i {
- font-size: 17px;
- }
-
- &:hover {
- background: $sidebar-bg;
- border-color: $sidebar-bg;
-
- i {
- color: #fff;
- }
- }
- }
-
- &.indicator-language {
- overflow: hidden;
-
- i.flag-icon {
- font-size: 40px !important;
- background-size: cover;
- }
-
- &:hover {
- border: 1px solid $border-color;
- }
- }
-
- &.user-dropdown {
- border: none;
- width: 260px;
-
- .dropdown-menu {
- padding: 25px 20px;
-
- .active {
- background: $sidebar-bg;
- color: #fff;
- border-radius: 5px;
- }
- }
-
- .dropdown-toggle {
- margin-left: 20px;
- padding-left: 30px;
- padding-top: 0px;
- padding-bottom: 0px;
- border-left: 1px solid $border-color;
-
- &:after {
- content: "\f54f";
- }
-
- img {
- margin-right: 10px;
- }
- }
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_4/_sidebar.scss b/app/frontend/static/assets/scss/demo_4/_sidebar.scss
deleted file mode 100755
index 9785ecb6..00000000
--- a/app/frontend/static/assets/scss/demo_4/_sidebar.scss
+++ /dev/null
@@ -1,320 +0,0 @@
-.sidebar {
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- height: 100vh;
- width: $sidebar-width;
- background: $sidebar-bg;
- padding: 0;
- z-index: 100;
- transition: width 0.25s ease, background 0.25s ease;
- box-shadow: 0 4px 3px 0 rgba(72, 81, 236, 0.51);
-
- .sidebar-inner {
- position: relative;
- height: 100vh;
- max-height: 100vh;
- overflow-y: auto;
-
- .ps__thumb-y {
- background: darken($sidebar-bg, 10%);
- }
-
- .ps__rail-y {
- &:hover {
- background: transparent;
-
- .ps__thumb-y {
- width: 6px;
- }
- }
- }
-
- >.nav {
- padding-bottom: 100px;
-
- .brand-logo {
- position: sticky;
- top: 0;
- z-index: 11;
- background: $sidebar-bg;
-
- a {
- display: block;
- padding: 20px;
-
- img {
- display: block;
- margin: auto;
- width: 30px;
- }
- }
- }
-
- >.nav-item:not(.brand-logo) {
- >.nav-link {
- position: relative;
- padding: $sidebar-menu-item-padding;
- transition-duration: 0.2s;
- transition-property: "background", "color";
- transition-timing-function: ease-in;
-
- &:after {
- content: "";
- display: block;
- position: absolute;
- right: 0px;
- top: 0px;
- bottom: 0px;
- width: 4px;
- height: 100%;
- z-index: 10;
- border-radius: 2px 0 0 2px;
- transition: 0.3;
- transition-property: background;
- background: $sidebar-bg
- }
- }
- }
-
- >.nav-item {
- width: $sidebar-width;
-
- >.nav-link {
- .menu-icon {
- color: $sidebar-menu-icon-color;
- margin: auto;
- text-align: center;
- display: block;
- margin-bottom: 10px;
- font-size: 20px;
- }
-
- .menu-title {
- display: block;
- text-align: center;
- color: $sidebar-menu-title-color;
- font-family: $type-1;
- font-size: 13px;
- font-weight: 500;
- }
- }
-
- &:not(.brand-logo):not(.active):hover {
- >.nav-link {
- background: $sidebar-menu-item-hover-bg;
-
- .menu-icon,
- .menu-title {
- color: $sidebar-menu-item-hover-color;
- }
- }
- }
-
- &.settings-item-link {
- position: fixed;
- bottom: 0px;
- background: $sidebar-bg;
- }
-
- &.active {
- >.nav-link {
- &:after {
- content: "";
- background: #00c5d7;
- }
-
- .menu-icon,
- .menu-title {
- color: #fff;
- }
- }
- }
-
- .submenu {
- display: none;
- position: fixed;
- left: $sidebar-width;
- height: 100vh;
- top: 0;
- bottom: 0px;
- background: $sidebar-collapse-panel-bg;
- width: $sidebar-collapse-panel-width;
- overflow: hidden;
- box-shadow: 3px 0px 20px -3px rgba(0, 0, 0, 0.5);
- @extend .menufadeInLeft;
- animation-duration: 0.3s;
- z-index: 9999;
-
- .submenu-inner {
- position: relative;
- max-height: 100vh;
- overflow-y: auto;
- padding: 40px 45px 40px 30px;
- width:calc(#{$sidebar-collapse-panel-width} + 30px);
-
- .submenu-category-heading {
- color: #fff;
- font-weight: 500;
- margin-bottom: 0;
- }
-
- .submenu-toolbar {
- border-bottom: 1px solid #3e52bb;
- margin-bottom: 20px;
- padding-bottom: 20px;
-
- ul {
- padding-left: 0;
- padding-top: 20px;
-
- li {
- display: inline-block;
- margin-right: 10px;
-
- &:last-child {
- margin-right: 0;
- }
-
- a {
- padding: 0px 7px;
- display: inline-block;
- border-radius: 4px;
- border: 1px solid #3e52bb;
- background: $sidebar-collapse-panel-bg;
- transition: 0.3s ease;
- transition-property: 'background', 'color';
-
- i {
- color: $sidebar-collapse-panel-menu-item-color;
- }
-
- &:hover {
- background: $sidebar-collapse-panel-menu-item-color;
-
- i {
- color: #fff;
- }
- }
- }
- }
- }
- }
-
- .nav {
- .nav-item {
- display: block;
- width: 100%;
-
- &.nav-category {
- &:first-child {
- margin-top: 60px;
- }
-
- text-transform: uppercase;
- color: $sidebar-collapse-panel-menu-item-color;
- font-family: $type-1;
- font-size: 14px;
- font-weight: 500;
- margin-top: 45px;
- margin-bottom: 15px;
- }
-
- .nav-link {
- display: flex;
- align-items: center;
- padding: 10px 0px;
- color: $sidebar-collapse-panel-menu-item-color;
- font-family: $type-1;
- font-size: 14px;
- font-weight: 500;
- transition: 0.3s ease color;
-
- >i {
- font-size: 20px;
- margin-right: 10px;
- }
-
- .icon-holder {
- display: inline-flex;
- justify-content: center;
- align-items: center;
- height: 30px;
- width: 30px;
- border-radius: 100%;
- font-size: 15px;
- margin-right: 10px;
- background-image: linear-gradient(to bottom, #1b2c8d, #717bba);
-
- i {
- color: #fff;
- }
- }
-
- &:hover {
- color: #fff;
- }
- }
- }
-
- &.settings-nav {
- .nav-item:not(.nav-category) {
- position: relative;
- display: inline-flex;
- align-items: center;
-
- &:before {
- content: "-";
- display: inline-block;
- color: $sidebar-collapse-panel-menu-item-color;
- margin-right: 10px;
- }
- }
- }
- }
- }
-
- &.open {
- display: block;
- }
-
- &.bg-inverse-white {
- background: #fff;
-
- .submenu-category-heading {
- color: #000;
- padding-bottom: 20px;
- margin-bottom: 10px;
- border-bottom: 1px solid #ebebeb;
- }
-
- .nav {
- .nav-item {
- .nav-link {
- color: #000;
-
- &:hover {
- color: $sidebar-menu-title-color;
- }
- }
- }
- }
-
- .settings-nav {
- .nav-item {
- &.nav-category {
- color: #000;
- }
-
- .nav-link {
- color: #8f8f8f;
- }
- }
- }
- }
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_4/_table.scss b/app/frontend/static/assets/scss/demo_4/_table.scss
deleted file mode 100755
index 58d411f9..00000000
--- a/app/frontend/static/assets/scss/demo_4/_table.scss
+++ /dev/null
@@ -1,25 +0,0 @@
-.table {
- tr {
- td {
- padding: 10px 15px;
- }
- }
-
- &.table-striped {
- thead {
- tr {
- background: #fff;
- }
- }
-
- tbody {
- tr:nth-of-type(even) {
- background: #fff;
- }
-
- tr:nth-of-type(odd) {
- background: #f3f6fd;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_4/_variables.scss b/app/frontend/static/assets/scss/demo_4/_variables.scss
deleted file mode 100755
index e43ff1d6..00000000
--- a/app/frontend/static/assets/scss/demo_4/_variables.scss
+++ /dev/null
@@ -1,29 +0,0 @@
-$sidebar-width :100px;
-$sidebar-bg:rgb(27.0, 45.0, 143.0);
-$sidebar-menu-icon-color: #027bff;
-$sidebar-menu-title-color: #6879d2;
-$sidebar-menu-item-hover-bg: $sidebar-bg;
-$sidebar-menu-item-hover-color:rgba(#fff, 0.8);
-$sidebar-menu-item-padding: 20px 0;
-$sidebar-collapse-panel-bg: #1a2086;
-$sidebar-collapse-panel-width: 235px;
-$sidebar-collapse-panel-menu-item-color: #6879d2;
-
-
-
-$navbar-height: 70px;
-$navbar-bg: #fff;
-$navbar-link-color: #676c7b;
-
-
-$table-accent-bg: yellow;
-
-
-
-
-$content-warpper-padding: 1.5rem 1.7rem;
-$content-bg: rgb(234.0, 234.0, 234.0);
-
-$footer-bg: #232d39;
-$footer-color: #fff;
-$footer-height: 60px;
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_4/style.scss b/app/frontend/static/assets/scss/demo_4/style.scss
deleted file mode 100755
index a75cc76f..00000000
--- a/app/frontend/static/assets/scss/demo_4/style.scss
+++ /dev/null
@@ -1,15 +0,0 @@
-@import "../../../../node_modules/bootstrap/scss/functions";
-@import "../../../../node_modules/bootstrap/scss/variables";
-@import "../shared/variables";
-@import "../../../../node_modules/bootstrap/scss/mixins";
-@import "../../../../node_modules/bootstrap/scss/buttons";
-@import "../shared/mixins/animation";
-@import "./variables";
-@import "./nav";
-@import "./navbar";
-@import "./sidebar";
-@import "./footer";
-@import "./misc";
-@import "./table";
-@import "./dashboard";
-@import "./layout";
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_5/_card.scss b/app/frontend/static/assets/scss/demo_5/_card.scss
deleted file mode 100755
index cf5d2a05..00000000
--- a/app/frontend/static/assets/scss/demo_5/_card.scss
+++ /dev/null
@@ -1,5 +0,0 @@
-.card {
- border: 1px solid #dadfea;
- box-shadow: none;
- border-radius: 0px;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_5/_chartjs.scss b/app/frontend/static/assets/scss/demo_5/_chartjs.scss
deleted file mode 100755
index 4128de2a..00000000
--- a/app/frontend/static/assets/scss/demo_5/_chartjs.scss
+++ /dev/null
@@ -1,35 +0,0 @@
-.legend-list {
- list-style-type: none;
-
- li {
- display: inline-block;
-
- .legend-dots {
- height: 10px;
- width: 10px;
- }
- }
-}
-
-#salesOverview-legend {
- margin-left: auto;
-
- ul {
- list-style-type: none;
- padding-left: 0;
-
- li {
- display: inline-block;
- margin-right: 20px;
- color: $text-muted;
-
- span {
- display: inline-block;
- height: 10px;
- width: 10px;
- margin-right: 10px;
- border-radius: 100%;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_5/_dashboard.scss b/app/frontend/static/assets/scss/demo_5/_dashboard.scss
deleted file mode 100755
index 2b02e7e9..00000000
--- a/app/frontend/static/assets/scss/demo_5/_dashboard.scss
+++ /dev/null
@@ -1,31 +0,0 @@
-.calendar-widget {
- .calendar-widget-header {
- display: flex;
- align-items: center;
- border-bottom: 1px solid $border-color-primary;
- padding: 15px;
- border: 1px solid #dadfea;
- }
-
- .calendar-form-wrapper {
- display: flex;
- align-items: center;
- width: 50%;
- min-width: 300px;
-
- .form-control {
- border-radius: 0px;
- }
-
- .btn {
- white-space: nowrap;
- height: 44px;
- }
- }
-
- .fc-header-toolbar {
- @media (max-width: $grid-breakpoints-md) {
- display: none;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_5/_dropdown.scss b/app/frontend/static/assets/scss/demo_5/_dropdown.scss
deleted file mode 100755
index dda1a6a9..00000000
--- a/app/frontend/static/assets/scss/demo_5/_dropdown.scss
+++ /dev/null
@@ -1,45 +0,0 @@
-.dropdown {
- .dropdown-menu {
-
- &:before {
- content: "";
- position: absolute;
- top: -13px;
- right: 0px;
- display: block;
- background: #fff;
- border-radius: 2px;
- width: 15px;
- height: 15px;
- border: 1px solid $border-color;
- z-index: -1;
-
- @media (max-width: 991px) {
- display: none;
- }
- }
-
- @media (max-width: 991px) {
- width: 100%;
- }
-
- .dropdown-item {
- transition: 0.35s ease;
- transition-property: "background, color";
- }
-
- &.dropdown-menu-left {
- &:before {
- content: "";
- transform: translateX(-215px) translateY(8px) rotate(45deg);
- }
- }
-
- &.dropdown-menu-right {
- &:before {
- content: "";
- transform: translateX(-15px) translateY(8px) rotate(45deg);
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_5/_footer.scss b/app/frontend/static/assets/scss/demo_5/_footer.scss
deleted file mode 100755
index 3b42769f..00000000
--- a/app/frontend/static/assets/scss/demo_5/_footer.scss
+++ /dev/null
@@ -1,52 +0,0 @@
-/* Footer */
-.footer {
- background: $footer-bg;
- color: $footer-color;
- padding: 40px 0;
- font-size: calc(#{$default-font-size} - 0.05rem);
- font-family: $type-1;
- display: flex;
- width: 100%;
-
- p {
- margin-bottom: 0;
- }
-
- ul {
- padding-left: 0;
- list-style: none;
- margin-left: auto;
-
- li {
- display: inline-block;
- margin-right: 15px;
- padding-right: 15px;
- line-height: 1;
- border-right: 1px solid $border-color-primary;
-
- &:last-child {
- border-right: none;
- margin-right: 0;
- padding-right: 0;
- }
-
- a {
- font-family: $type-1;
- font-weight: 500;
- color: $footer-color;
- }
- }
- }
-
- @media (max-width: $grid-breakpoints-md) {
- flex-direction: column;
- justify-content: center;
- align-items: center;
-
- ul {
- padding-top: 10px;
- margin-left: 0;
- margin-bottom: 0;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_5/_full-calendar.scss b/app/frontend/static/assets/scss/demo_5/_full-calendar.scss
deleted file mode 100755
index 7d3f8549..00000000
--- a/app/frontend/static/assets/scss/demo_5/_full-calendar.scss
+++ /dev/null
@@ -1,307 +0,0 @@
-/* Full Calendar */
-
-#calendar {
- .fc-header-toolbar {
- background: $white;
- padding: 20px;
- margin-bottom: 0;
- border-left: 1px solid $border-color;
- border-right: 1px solid $border-color;
-
- .fc-button-group {
- border-radius: 0px;
- border: none;
-
- .fc-button {
- box-shadow: none;
- padding: 5px 20px;
- height: 45px;
- margin-right: 0;
- font-size: 15px;
- font-weight: 500;
- line-height: 1.33;
- border-radius: 0px;
- background: #fff;
- border-color: $border-color;
- color: $text-muted;
- text-shadow: none;
- transition-duration: 0.3s;
-
- &:not(:first-child):not(:last-child) {
- border-right: 1px solid $border-color;
- border-left: 1px solid $border-color;
- }
-
- &:first-letter {
- text-transform: uppercase;
- }
-
- &.fc-state-active {
- color: #664eeb;
- }
-
- &.fc-next-button,
- &.fc-prev-button {
- box-shadow: none;
- padding: 5px 10px;
- height: 45px;
- margin-right: 0;
- font-size: 15px;
- font-weight: 500;
- line-height: 1.33;
- border-radius: 0px;
- background: #fff;
- border-color: $border-color;
- color: $text-muted;
- text-shadow: none;
- transition-duration: 0.3s;
-
- span {
- overflow: visible;
- top: -4px;
-
- &:after {
- font-family: 'themify';
- display: block;
- line-height: 21px;
- font-size: 18px;
- }
- }
- }
-
- &.fc-prev-button {
- span {
- &:after {
- content: "\e64a";
- }
- }
- }
-
- &.fc-next-button {
- span {
- &:after {
- content: "\e649";
- }
- }
- }
- }
- }
-
- .fc-today-button {
- box-shadow: none;
- padding: 5px 20px;
- height: 45px;
- margin-right: 0;
- font-size: 15px;
- font-weight: 500;
- line-height: 1.33;
- border-radius: 0px;
- background: #fff;
- border-color: $border-color;
- color: $text-muted;
- text-shadow: none;
- transition-duration: 0.3s;
-
- &:first-letter {
- text-transform: uppercase;
- }
- }
-
- .fc-center {
- h2 {
- margin-top: 10px;
- font-size: 1.125rem;
- font-weight: 600;
- color: $text-muted;
- text-transform: uppercase;
- }
- }
- }
-
- .fc-view-container {
- .fc-view {
- background: #fff;
- border-top: 1px solid $border-color;
- border-left: 1px solid $border-color;
- border-right: 1px solid $border-color;
-
- table {
- thead.fc-head {
- tr {
- td {
- .fc-widget-header {
- border: none;
-
- table {
- thead {
- border: none;
-
- tr {
- th.fc-day-header {
- text-transform: uppercase;
- padding: 13px 10px;
- font-weight: 400;
- border-color: $border-color;
- font-size: $default-font-size;
- }
- }
- }
- }
- }
-
- &.fc-head-container {
- border-color: #f7f7f7;
- border-bottom: none;
- border-top: none;
- }
- }
- }
- }
-
- tbody.fc-body {
- background: $white;
-
- tr {
- td.fc-widget-content {
- border-color: $border-color;
- border-left: none;
- background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(92, 107, 192, 0.02));
-
- .fc-day-grid-container {
- .fc-day-grid {
- .fc-row {
- border-color: $border-color;
-
- .fc-bg {
- table {
- tr {
- td {
- border-color: $border-color;
- }
- }
- }
- }
-
- .fc-content-skeleton {
- table {
- thead {
- tr {
- td.fc-day-top {
- padding: 8px;
- font-size: $default-font-size;
- font-weight: 700;
- color: #8c97b2;
- }
- }
- }
-
- tbody {
- tr {
- td {
- &.fc-event-container {
- .fc-h-event {
- border: none;
- padding: 10px 25px;
- border-radius: 0px;
- height: 35px;
- position: relative;
-
- &:before {
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- height: 100%;
- width: 3px;
- }
-
- .fc-content {
- display: flex;
- flex-direction: column-reverse;
- margin-top: 5px;
-
- .fc-title {
- font-size: 12px;
- font-weight: 500;
- }
-
- .fc-time {
- font-size: 10px;
- font-weight: 300;
- }
- }
-
- &.event-invers-danger {
- &:before {
- content: "";
- background-color: theme-color(danger) !important;
- }
-
- background-color: rgba(theme-color(danger), 0.3) !important;
- color: theme-color(danger);
- }
-
- &.event-invers-primary {
- &:before {
- content: "";
- background-color: theme-color(primary) !important;
- }
-
- background-color: rgba(theme-color(primary), 0.3) !important;
- color: theme-color(primary);
-
- }
-
- &.event-invers-success {
- &:before {
- content: "";
- background-color: theme-color(success) !important;
- }
-
- background-color: rgba(theme-color(success), 0.3) !important;
- color: theme-color(success);
- }
-
- &.event-invers-warning {
- &:before {
- content: "";
- background-color: theme-color(warning) !important;
- }
-
- background-color: rgba(theme-color(warning), 0.08) !important;
- color: theme-color(warning);
- }
-
- &.event-invers-info {
- &:before {
- content: "";
- background-color: theme-color(info) !important;
- }
-
- background-color: rgba(theme-color(info), 0.3) !important;
- color: theme-color(info);
- }
- }
- }
-
- &.fc-more-cell {
- font-weight: 600;
- color: theme-color(dark);
- padding: 0 7px;
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_5/_header-toolbar.scss b/app/frontend/static/assets/scss/demo_5/_header-toolbar.scss
deleted file mode 100755
index 191a5295..00000000
--- a/app/frontend/static/assets/scss/demo_5/_header-toolbar.scss
+++ /dev/null
@@ -1,64 +0,0 @@
-.page-header-toolbar {
- padding: 30px 0px;
- border-bottom: 1px solid $border-color-primary;
- margin-top: 65px;
-
- .nav {
- display: flex;
- justify-content: flex-end;
-
- .nav-item {
- color: #fff;
- margin-right: 30px;
- padding-right: 30px;
- border-right: 1px solid $border-color-primary;
- display: flex;
- flex-direction: column;
- justify-content: center;
-
- &:last-child {
- margin-right: 0;
- padding-right: 0;
- border-right: none;
- }
-
- &.page-head-item {
- margin-right: auto;
- border-right: none;
-
- .head-tittle {
- margin-bottom: 5px;
- }
- }
-
- .head-tittle {
- opacity: 0.5;
- margin-bottom: 8px;
- }
-
- .page-heading {
- font-weight: 600;
- margin-bottom: 0;
- color: $accent-color;
- }
- }
- }
-
- @media (max-width: $grid-breakpoints-md) {
- margin-top: 0px;
-
- .nav {
- justify-content: flex-start;
-
- .nav-item {
- margin-right: 15px;
- padding-right: 15px;
-
- &.page-head-item {
- width: 100%;
- padding-bottom: 20px;
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_5/_layout.scss b/app/frontend/static/assets/scss/demo_5/_layout.scss
deleted file mode 100755
index fec67851..00000000
--- a/app/frontend/static/assets/scss/demo_5/_layout.scss
+++ /dev/null
@@ -1,27 +0,0 @@
-.main-panel {
- position: relative;
- padding: 75px 15px 0px 15px;
- max-width: 1300px;
- margin: auto;
-
- @media (max-width: $grid-breakpoints-md) {
- padding: 35px 15px 0px 15px;
- }
-}
-
-.page-body-wrapper {
- padding-left: 0;
- padding-right: 0;
- background: $content-bg;
-
-}
-
-.content-wrapper {
- padding: $content-warpper-padding;
- margin: 30px 0 0 0;
- background: #f9fafc;
- width: 100%;
- flex-grow: 1;
- min-height: 100vh;
- height: 100%;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_5/_nav-tabs.scss b/app/frontend/static/assets/scss/demo_5/_nav-tabs.scss
deleted file mode 100755
index 3ff8c638..00000000
--- a/app/frontend/static/assets/scss/demo_5/_nav-tabs.scss
+++ /dev/null
@@ -1,167 +0,0 @@
-.nav-tabs-wrapper {
- .screen-navigation-tab {
- position: relative;
- border-bottom: none;
-
- >.nav-item {
- display: block;
-
- >.nav-link {
- padding: 20px 30px;
- border-radius: 0px;
- font-family: $type-1;
- font-size: 13px;
- font-weight: 500;
- background: $secondary-color;
- color: #fff;
- border-width: 1px;
- border-style: solid;
- border-color: $primary-color;
- border-top: none;
- border-left: none;
- transition: 0.25s ease;
-
- &:hover {
- background: lighten($secondary-color, 5%);
- border-top: none;
- border-left: none;
- color: #fff;
- }
- }
-
- .submenu {
- position: absolute;
- top: calc(100% + 1px);
- right: 0px;
- left: 0;
- background: #fff;
- z-index: 99;
-
-
- .nav-submenu {
- display: none;
- padding: 15px 40px 15px 30px;
-
- >.nav-item {
- margin-right: 15px;
-
- &:last-child {
- margin-right: 0;
- }
-
- .nav-link {
- color: #706f6f;
- padding: 8px 12px 8px 0px;
- font-size: 14px;
- transition: 0.3s ease-in;
- transition-property: "color";
- border: none;
-
- .submenu-icons {
- margin-right: 10px;
- color: #e3e8e8;
- transition: 0.45s ease;
- transition-property: "color";
- }
-
- &:hover {
- color: $secondary-color;
-
- .submenu-icons {
- color: inherit;
- }
- }
- }
-
- &:first-child {
- .nav-link {
- padding-left: 0;
- }
- }
-
- &.export-link {
- border: 1px solid #027bff;
- color: #000;
- font-family: $type-1;
- font-weight: bold;
- margin-left: auto;
- padding-left: 12px;
- }
- }
- }
-
- @media (max-width: $grid-breakpoints-md) {
- position: relative;
-
- .nav-submenu {
- flex-direction: column;
- padding-left: 20px;
- padding-right: 20px;
-
- .nav-item {
- margin-right: 0;
-
- .nav-link {
- padding: 20px 0px;
- }
-
- &.export-link {
- display: block;
- margin-left: 0;
- text-align: center;
- }
- }
- }
- }
- }
-
- &.active {
- >.nav-link {
- background: #fff;
- color: #664eeb;
- }
-
- @media (min-width: $grid-breakpoints-md) {
- .submenu {
- .nav-submenu {
- display: flex;
- }
- }
- }
- }
- }
- }
-}
-
-@media (max-width: $grid-breakpoints-md) {
- .nav-tabs-wrapper {
- position: fixed;
- left: -300px;
- width: 300px;
- top: 0;
- bottom: 0;
- overflow-y: scroll;
- max-height: 100vh;
- height: 100vh;
- z-index: 9999;
- background: $secondary-color;
- transition: 0.3s ease left;
-
- .screen-navigation-tab {
- display: flex;
- flex-direction: column;
-
- .nav-item {
- &.active {
- .nav-link {
- border: none;
- }
- }
- }
- }
-
- &.sidemenu-opened {
- left: 0px;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_5/_nav.scss b/app/frontend/static/assets/scss/demo_5/_nav.scss
deleted file mode 100755
index 0027f0ae..00000000
--- a/app/frontend/static/assets/scss/demo_5/_nav.scss
+++ /dev/null
@@ -1,148 +0,0 @@
-.nav,
-.navbar-nav {
- .nav-item {
- line-height: 1;
-
- &.dropdown {
- @media (max-width: 992px) {
- position: unset;
- }
-
- .dropdown-toggle {
- &:after {
- border: none;
- content: "\F140";
- font: normal normal normal 28px/1 "Material Design Icons";
- font-size: inherit;
- text-rendering: auto;
- line-height: inherit;
- vertical-align: 0;
- }
- }
-
- .count-indicator {
- position: relative;
- text-align: center;
-
- i {
- font-size: 21px;
- margin-right: 0;
- vertical-align: middle;
- }
-
- .count {
- position: absolute;
- left: 50%;
- width: 1rem;
- height: 1rem;
- border-radius: 100%;
- background: #FF0017;
- color: $white;
- font-size: 11px;
- top: -1px;
- font-weight: 600;
- line-height: 1rem;
- border: none;
- text-align: center;
- }
-
- &:after {
- display: none;
- }
- }
-
- i {
- margin-right: 0.5rem;
- vertical-align: middle;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
-
- .navbar-dropdown {
- font-size: 0.9rem;
- margin-top: 0;
- position: absolute;
- right: 0;
- left: auto;
- border: 1px solid rgba(182, 182, 182, 0.1);
- padding: 0 0 20px;
- min-width: 100%;
- border-radius: 2px;
- @extend .dropdownAnimation;
- -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
-
- .rtl & {
- right: auto;
- left: 0;
- }
-
- overflow: hidden;
-
- @media (max-width: 991px) {
- right: -85px;
- }
-
- &.dropdown-left {
- left: 0;
- right: auto;
- }
-
- .badge {
- margin-left: 2.5rem;
-
- .rtl & {
- margin-left: 0;
- margin-right: 1.25rem;
- }
-
- @media (max-width:991px) {
- margin-right: 0.5rem;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
- }
-
- .dropdown-item {
- display: flex;
- align-items: center;
- margin-bottom: 0;
- padding: 7px 25px;
-
- i {
- font-size: 24px;
- }
-
- .ellipsis {
- max-width: 200px;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- .preview-icon {
- width: 40px;
- height: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
-
- .small-text {
- font-size: 0.75rem;
- }
- }
-
- .dropdown-divider {
- margin: 0;
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_5/_navbar.scss b/app/frontend/static/assets/scss/demo_5/_navbar.scss
deleted file mode 100755
index c41d5db9..00000000
--- a/app/frontend/static/assets/scss/demo_5/_navbar.scss
+++ /dev/null
@@ -1,229 +0,0 @@
-.navbar {
- display: flex;
- flex-direction: row;
- background: $navbar-bg;
- padding-left: 0;
- padding-right: 0;
- padding-bottom: 30px;
-
- &.fixed-top {
- position: sticky;
- }
-
- .navbar-brand-wrapper {
- width: $brand-wrapper-width;
- display: flex;
- align-items: center;
-
- .navbar-brand {
- margin-bottom: 10px;
- }
-
- .brand-logo-mini {
- display: none;
- margin-bottom: 0;
- }
-
- @media (max-width: 992px) {
- width: $brand-wrapper-width-mobile;
-
- .navbar-brand {
- display: none;
- }
-
- .brand-logo-mini {
- display: inline-block;
-
- img {
- width: 35px;
- }
- }
- }
- }
-
- .navbar-menu-wrapper {
- width: calc(100% - #{$brand-wrapper-width});
-
- @media (max-width: 992px) {
- width: calc(100% - #{$brand-wrapper-width-mobile});
- }
-
- .form-search {
- border: 1px solid $border-color-primary;
- width: 50%;
-
- .form-group {
- margin-bottom: 0;
-
- .form-control {
- @include placeholder {
- font-weight: bold;
- color: #fff;
- opacity: 0.56;
- }
- }
-
- .form-control,
- .input-group-append,
- .input-group-prepend {
- background: $content-bg;
- border: none;
-
- .input-group-text {
- border: none;
- text-align: center;
- font-size: 19px;
- color: #e3e8e8;
-
- i {
- margin-right: 0;
- }
- }
- }
- }
- }
-
- .nav {
- .nav-item {
- border: 1px solid $border-color-primary;
- display: flex;
- align-items: center;
- justify-content: center;
- min-width: 50px;
- margin-right: 10px;
- height: 45px;
-
- .nav-link {
- color: $navbar-link-color;
- padding: 5px 10px;
- text-align: center;
-
- i {
- font-size: 18px;
- }
- }
-
- &:last-child {
- margin-right: 0;
- }
-
- &.count-indicator {
- .count {
- left: 16px;
- width: 7px;
- height: 7px;
- top: 0px;
- }
- }
-
- &.dropdown {
- .dropdown-menu {
- padding: 0 0 25px 0;
- border: 1px solid $border-color;
- overflow: visible;
- top: 60px;
- z-index: 100;
- min-width: 250px;
-
- .dropdown-header {
- padding: 25px 0;
- background: #fff;
- border-bottom: 1px solid $border-color-light;
- margin-bottom: 10px;
- }
-
- .dropdown-item {
- background: #fff;
- z-index: 101;
- padding: 13px 25px;
- color: #232d39;
- font-size: 14px;
- transition: 0.35s ease;
- transition-property: "background, color";
-
- &:first-child {
- padding-top: 20px;
- }
-
- .badge {
- margin-left: 10px;
- height: 16px;
- line-height: 6px;
- }
-
- .dropdown-item-icon {
- font-size: 15px;
- color: $navbar-link-color;
- }
-
- .status-indicator {
- border: none;
- background: $secondary-color;
- margin-left: auto;
- }
- }
-
- &:not(.dropdown-h-style-1):not(.dropdown-h-style-2) {
- .dropdown-item {
- &:hover {
- background: #f5f5f5;
- }
- }
- }
-
- &.dropdown-h-style-1 {
- .dropdown-item {
- &:hover {
- background: #fff;
- color: $primary-color;
- }
- }
- }
-
- &.dropdown-h-style2 {
- .dropdown-item {
- &:hover {
- background: #fff;
- color: $primary-color;
-
- .dropdown-item-icon {
- color: $secondary-color;
- }
- }
- }
- }
- }
- }
-
- &.user-dropdown {
- .nav-link {
- display: flex;
- align-items: center;
-
- &.dropdown-toggle {
- &:after {
- font-family: "themify";
- content: "\e64b";
- font-size: 11px;
- }
- }
-
- .profile-text {
- font-size: 11px;
- font-weight: 600;
- margin-left: 7px;
- }
- }
- }
- }
- }
-
- .navbar-toggler {
- border: 1px solid $border-color-primary;
- border-radius: 0px;
- margin-left: 10px;
- height: 45px;
- color: $navbar-link-color;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_5/_variables.scss b/app/frontend/static/assets/scss/demo_5/_variables.scss
deleted file mode 100755
index 6f064893..00000000
--- a/app/frontend/static/assets/scss/demo_5/_variables.scss
+++ /dev/null
@@ -1,17 +0,0 @@
-$primary-color: #35017a;
-$secondary-color:#492EA4;
-$content-warpper-padding: 42px 30px;
-$content-bg: $primary-color;
-$border-color: #dadfea;
-$border-color-light: #f8f8f8;
-$border-color-primary: $secondary-color;
-
-$brand-wrapper-width: 200px;
-$brand-wrapper-width-mobile: 35px;
-$navbar-bg: $content-bg;
-$navbar-link-color: #e3e8e8;
-
-$main-container-padding: 100px 0 50px 0;
-$footer-bg: $content-bg;
-$footer-color: #664eeb;
-$footer-height: 60px;
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_5/style.scss b/app/frontend/static/assets/scss/demo_5/style.scss
deleted file mode 100755
index 0ce30d00..00000000
--- a/app/frontend/static/assets/scss/demo_5/style.scss
+++ /dev/null
@@ -1,18 +0,0 @@
-@import "../../../../node_modules/bootstrap/scss/functions";
-@import "../../../../node_modules/bootstrap/scss/variables";
-@import "../shared/variables";
-@import "../../../../node_modules/bootstrap/scss/mixins";
-@import "../shared/mixins/animation";
-@import "../shared/mixins/misc";
-@import "./variables";
-@import "./nav";
-@import "./navbar";
-@import "./nav-tabs";
-@import "./header-toolbar";
-@import "./footer";
-@import "./dashboard";
-@import "./card";
-@import "./layout";
-@import "./dropdown";
-@import "./chartjs";
-@import "./full-calendar";
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_6/_card.scss b/app/frontend/static/assets/scss/demo_6/_card.scss
deleted file mode 100755
index 066434cf..00000000
--- a/app/frontend/static/assets/scss/demo_6/_card.scss
+++ /dev/null
@@ -1,10 +0,0 @@
-.card {
- &.card-inverse {
- background: #000;
- color: #fff;
-
- .card-title {
- color: inherit;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_6/_content-aside-right.scss b/app/frontend/static/assets/scss/demo_6/_content-aside-right.scss
deleted file mode 100755
index d68b1796..00000000
--- a/app/frontend/static/assets/scss/demo_6/_content-aside-right.scss
+++ /dev/null
@@ -1,50 +0,0 @@
-.content-aside-right {
- background: #fff;
- border-radius: 10px;
- box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
- padding: 30px 20px 30px 30px;
-
- .activity-lists {
- list-style: none;
- padding-left: 0;
- margin-bottom: 0;
-
- .activity-list {
- display: flex;
- margin-bottom: 25px;
-
- &:last-child {
- margin-bottom: 0;
- }
-
- .profile-image {
- margin-right: 20px;
- }
-
- .activity-content {
- display: flex;
- flex-direction: column;
-
- .profile-image-name {
- margin-bottom: 0;
- font-size: 14px;
- font-weight: 500;
- }
-
- .activity-text {
- margin-bottom: 0;
- font-size: 12px;
- font-weight: 500;
- color: $text-muted;
- }
-
- .activity-time {
- margin-bottom: 0;
- font-size: 12px;
- font-weight: 500;
- color: $text-muted;
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_6/_dashboard.scss b/app/frontend/static/assets/scss/demo_6/_dashboard.scss
deleted file mode 100755
index a6e292d9..00000000
--- a/app/frontend/static/assets/scss/demo_6/_dashboard.scss
+++ /dev/null
@@ -1,43 +0,0 @@
-.traffic-report-cards {
- border-radius: 6px;
-
- .card {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 15px 25px;
-
- i {
- font-size: 35px;
- display: inline-block;
- margin-right: 15px;
- }
-
- p {
- margin-bottom: 0;
- }
-
- h6 {
- margin-bottom: 0;
- font-weight: 500;
- }
- }
-}
-
-.traffic-card-slider {
- .noUi-pips {
- .noUi-value {
- font-size: 13px;
- font-weight: 400;
- color: #676c7b;
- }
-
- &.noUi-pips-horizontal {
- .noUi-marker {
- &:nth-child(even) {
- height: 5px !important;
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_6/_footer.scss b/app/frontend/static/assets/scss/demo_6/_footer.scss
deleted file mode 100755
index e69de29b..00000000
diff --git a/app/frontend/static/assets/scss/demo_6/_layout.scss b/app/frontend/static/assets/scss/demo_6/_layout.scss
deleted file mode 100755
index 2971450b..00000000
--- a/app/frontend/static/assets/scss/demo_6/_layout.scss
+++ /dev/null
@@ -1,132 +0,0 @@
-body {
- color: #232329;
-}
-
-.hero-banner {
- height: 415px;
- width: 100%;
- display: block;
- background-image: linear-gradient(to bottom, #d41459, #911a6c);
-
- @media (max-width: $grid-breakpoints-md) {
- height: 300px;
- }
-}
-
-
-.page-body-wrapper {
- padding-left: 0;
- padding-right: 0;
-
- .main-panel {
- background: #F0F5F8;
- }
-}
-
-.sidebar-menu {
- width: $sidemenu-width;
- min-width: $sidemenu-width;
-
- @media (max-width: $grid-breakpoints-lg) {
- position: fixed;
- top: 0;
- left: -$sidemenu-width;
- border-radius: 0;
- z-index: 99;
- overflow-y: auto;
- transition: 0.3s ease-in-out;
-
- &.sidebar-open {
- left: 0px;
- }
- }
-}
-
-.content-aside-right {
- width: $content-aside-right-width;
- min-width: $content-aside-right-width;
- margin-left: auto;
-
- @media (max-width: $grid-breakpoints-xl) {
- position: fixed;
- top: 0;
- right: -$content-aside-right-width;
- border-radius: 0;
- z-index: 999;
- overflow-y: auto;
- max-height: 100vh;
- overflow-y: auto;
- transition: 0.3s ease-in-out;
-
- &.content-aside-right-open {
- right: 0;
- }
- }
-}
-
-.content-area {
- width: calc(100% - #{$sidemenu-width});
- display: grid;
- grid-template-rows: auto auto;
-
- @media (max-width: $grid-breakpoints-lg) {
- width: 100%;
- display: block;
- }
-
- .page-header {
- grid-column-start: 1;
- grid-column-end: 3;
- display: flex;
- justify-content: space-between;
- width: 100%;
- padding: 50px 20px 20px 20px;
-
- .page-title {
- font-size: 20px;
- font-weight: 500;
- margin: 0;
- color: #fff;
- }
-
- @media (max-width: $grid-breakpoints-md) {
- padding-top: 125px;
- }
- }
-
- .content-area-inner {
- grid-column-start: 1;
- grid-row-start: 2;
- grid-column-end: 3;
- width: calc(100% - #{$content-aside-right-width});
- min-width: calc(100% - #{$content-aside-right-width});
- padding-left: 20px;
- padding-right: 20px;
-
- @media (max-width: $grid-breakpoints-xl) {
- width: 100%;
- display: block;
- }
- }
-
- .content-aside-right {
- grid-column-start: 2;
- grid-row-start: 2;
- }
-}
-
-.content-wrapper {
- margin-top: -300px;
- display: flex;
- align-items: flex-start;
- padding-bottom: 40px;
-}
-
-.chat-open-overlay {
- position: fixed;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- z-index: 99;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_6/_nav.scss b/app/frontend/static/assets/scss/demo_6/_nav.scss
deleted file mode 100755
index 0027f0ae..00000000
--- a/app/frontend/static/assets/scss/demo_6/_nav.scss
+++ /dev/null
@@ -1,148 +0,0 @@
-.nav,
-.navbar-nav {
- .nav-item {
- line-height: 1;
-
- &.dropdown {
- @media (max-width: 992px) {
- position: unset;
- }
-
- .dropdown-toggle {
- &:after {
- border: none;
- content: "\F140";
- font: normal normal normal 28px/1 "Material Design Icons";
- font-size: inherit;
- text-rendering: auto;
- line-height: inherit;
- vertical-align: 0;
- }
- }
-
- .count-indicator {
- position: relative;
- text-align: center;
-
- i {
- font-size: 21px;
- margin-right: 0;
- vertical-align: middle;
- }
-
- .count {
- position: absolute;
- left: 50%;
- width: 1rem;
- height: 1rem;
- border-radius: 100%;
- background: #FF0017;
- color: $white;
- font-size: 11px;
- top: -1px;
- font-weight: 600;
- line-height: 1rem;
- border: none;
- text-align: center;
- }
-
- &:after {
- display: none;
- }
- }
-
- i {
- margin-right: 0.5rem;
- vertical-align: middle;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
-
- .navbar-dropdown {
- font-size: 0.9rem;
- margin-top: 0;
- position: absolute;
- right: 0;
- left: auto;
- border: 1px solid rgba(182, 182, 182, 0.1);
- padding: 0 0 20px;
- min-width: 100%;
- border-radius: 2px;
- @extend .dropdownAnimation;
- -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
-
- .rtl & {
- right: auto;
- left: 0;
- }
-
- overflow: hidden;
-
- @media (max-width: 991px) {
- right: -85px;
- }
-
- &.dropdown-left {
- left: 0;
- right: auto;
- }
-
- .badge {
- margin-left: 2.5rem;
-
- .rtl & {
- margin-left: 0;
- margin-right: 1.25rem;
- }
-
- @media (max-width:991px) {
- margin-right: 0.5rem;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
- }
-
- .dropdown-item {
- display: flex;
- align-items: center;
- margin-bottom: 0;
- padding: 7px 25px;
-
- i {
- font-size: 24px;
- }
-
- .ellipsis {
- max-width: 200px;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- .preview-icon {
- width: 40px;
- height: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
-
- .small-text {
- font-size: 0.75rem;
- }
- }
-
- .dropdown-divider {
- margin: 0;
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_6/_navbar.scss b/app/frontend/static/assets/scss/demo_6/_navbar.scss
deleted file mode 100755
index 1a0a7843..00000000
--- a/app/frontend/static/assets/scss/demo_6/_navbar.scss
+++ /dev/null
@@ -1,182 +0,0 @@
-.navbar {
- border-bottom: 1px solid rgba(255, 255, 255, 0.20);
- height: 80px;
-
- .navbar-col {
- display: flex;
- align-items: center;
-
- @media (max-width: 992px) {
- position: unset;
- }
-
- .brand-logo {
- max-width: 180px;
- display: block;
- margin: 0 auto;
-
- @media (max-width: $grid-breakpoints-md) {
- display: none;
- }
- }
-
- .brand-logo-mini {
- display: none;
- margin: 0 auto;
- width: 40px;
-
- @media (max-width: $grid-breakpoints-md) {
- display: block;
- }
- }
- }
-
- .nav {
- &.navbar-nav-right {
- justify-content: flex-end;
- }
-
- .nav-item {
- display: flex;
- align-items: center;
-
- .nav-link {
- display: flex;
- align-items: center;
-
- .title-text {
- margin-left: 10px;
- color: #fff;
- }
-
- i {
- font-size: 23px;
- color: #fff;
- }
-
- .count {
- top: 7px;
- left: 43%;
- width: 8px;
- height: 8px;
- }
- }
-
- &.dropdown {
- .dropdown-menu {
- padding: 0 0 25px 0;
- border: 1px solid $border-color;
- overflow: visible;
- top: 60px;
- z-index: 100;
- min-width: 250px;
-
- &:not(.dropdown-h-style-1):not(.dropdown-h-style-2) {
- .dropdown-item {
- &:hover {
- background: #f5f5f5;
- }
- }
- }
-
- &.dropdown-h-style-1 {
- .dropdown-item {
- &:hover {
- background: #fff;
- color: $primary-color;
- }
- }
- }
-
- &.dropdown-h-style2 {
- .dropdown-item {
- &:hover {
- background: #fff;
- color: $primary-color;
-
- .dropdown-item-icon {
- color: $primary-color;
- }
- }
- }
- }
- }
-
- .dropdown-header {
- padding: 25px 0;
- background: #fff;
- border-bottom: 1px solid $border-color-light;
- margin-bottom: 10px;
- }
-
- .dropdown-item {
- background: #fff;
- z-index: 101;
- padding: 13px 25px;
- color: #232d39;
- font-size: 14px;
- transition: 0.35s ease;
- transition-property: "background, color";
-
- &:first-child {
- padding-top: 20px;
- }
-
- .badge {
- margin-left: 10px;
- height: 16px;
- line-height: 6px;
- }
-
- .dropdown-item-icon {
- font-size: 18px;
- color: #a5a5a5;
- }
-
- .status-indicator {
- border: none;
- background: $text-gray;
- margin-left: auto;
- }
- }
-
- &.user-dropdown {
- .dropdown-toggle {
- padding-right: 0;
- color: #fff;
-
- img {
- margin-right: 10px;
- }
-
- &:after {
- display: none;
- }
- }
- }
-
- &.project-dropdown {
- display: flex;
- align-items: center;
-
- .dropdown-toggle {
- padding-right: 0;
- color: #fff;
-
- .title-text {}
- }
- }
- }
- }
- }
-
- .navbar-toggler {
- color: #fff;
- }
-
- .chat-toggler {
- background: transparent;
- border: none;
- color: #fff;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_6/_sidebar.scss b/app/frontend/static/assets/scss/demo_6/_sidebar.scss
deleted file mode 100755
index fac67f5d..00000000
--- a/app/frontend/static/assets/scss/demo_6/_sidebar.scss
+++ /dev/null
@@ -1,189 +0,0 @@
-.sidebar-menu {
- background: #fff;
- min-height: 100vh;
- height: 100%;
- border-radius: 10px;
- box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
-
- >.nav {
- display: flex;
- padding: 25px 30px 10px 30px;
-
- >.nav-item {
- width: 100%;
- overflow: hidden;
-
- >.nav-link {
- display: flex;
- align-items: center;
- background: #fff;
- padding: 10px 10px 10px 17px;
- border-radius: 10px 10px 0 0;
- transition: 0.3s ease;
- transition-property: "background", "color", "box-shadow";
- position: relative;
- z-index: 1;
-
- &:after {
- content: "";
- display: block;
- position: absolute;
- top: 0;
- right: 0;
- left: 0;
- bottom: 0;
- z-index: 0;
- transition: 0.6s ease;
- box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.0);
- }
-
- .menu-icons {
- color: #232329;
- margin-right: 15px;
- font-size: 20px;
- }
-
- .menu-title {
- color: #121212;
- font-size: 14px;
- font-weight: 500;
- }
-
- .menu-arrow {
- margin-left: auto;
-
- &:before {
- content: "\f140";
- font-family: "Material Design Icons";
- font-style: normal;
- color: #e3e8e8;
- font-size: 20px;
- }
- }
-
- .badge {
- margin-left: auto;
- height: 18px;
- line-height: 0.8;
- text-align: center;
- }
-
- &[aria-expanded="true"] {
- background-color: #f0f5f8;
-
- &:after {
- content: "";
- box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.05);
- }
- }
- }
-
- &.nav-category {
- font-size: 14px;
- font-weight: 500;
- color: #d4d4d4;
- margin: 20px 0 15px 20px;
- }
-
- .collapse,
- .collapsing {
- .sub-menu {
- background-color: #fff;
- border-radius: 0px 0px 6px 6px;
- padding: 15px 0px;
- transition-duration: 0.3s;
-
- .nav-item {
- .nav-link {
- position: relative;
- font-size: 14px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.36;
- letter-spacing: normal;
- padding: 6px 15px 6px 50px;
- color: #706f6f;
- transition: 0.3s ease;
- transition-property: color;
-
- &:before {
- content: "";
- position: absolute;
- left: 24px;
- top: 11px;
- height: 7px;
- width: 7px;
- border: 2px solid #979797;
- background: transparent;
- border-radius: 100%;
- transition: 0.3s ease-in;
- transition-property: border-color;
- }
-
- &:hover {
- color: $primary-color;
-
- &:before {
- border-color: $primary-color;
- background: $primary-color;
- }
- }
- }
- }
- }
-
- &.show,
- &.collapsing {
- .sub-menu {
- background-color: #f0f5f8;
- border-radius: 0px 0px 6px 6px;
- }
- }
- }
- }
- }
-
- .account-bar {
- padding: 20px 55px 25px 55px;
-
- .bar-actions {
- display: flex;
- align-items: center;
- justify-content: space-between;
-
- .action-link {
- i {
- color: #e3e8e8;
- font-size: 20px;
- }
- }
-
- .profile-wrapper {
- position: relative;
-
- .dot-indicator {
- position: absolute;
- bottom: 0px;
- right: 0px;
- width: 12px;
- height: 12px;
- border: 2px solid #fff;
- }
- }
- }
-
- .btn {
- margin-top: 20px;
- font-size: 14px;
- font-weight: 500;
- border-radius: 6px;
- padding: 13px 20px;
- }
- }
-
- .sidebar-footer {
- padding: 20px 35px 35px 35px;
- border-top: 1px solid $border-color-light;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_6/_template.scss b/app/frontend/static/assets/scss/demo_6/_template.scss
deleted file mode 100755
index e3e1711b..00000000
--- a/app/frontend/static/assets/scss/demo_6/_template.scss
+++ /dev/null
@@ -1,51 +0,0 @@
-.container-wrapper-width {
- width: 100%;
- max-width: 1370px;
- margin-left: auto;
- margin-right: auto;
-}
-
-.page-header {
- display: flex;
- justify-content: flex-end;
-
- @media (max-width: $grid-breakpoints-md) {
- flex-direction: column;
- }
-
- .page-header-content {
- display: flex;
-
- .server-load {
- display: flex;
- align-items: baseline;
- margin-right: 20px;
- padding-top: 3px;
-
- p {
- display: inline-block;
- white-space: nowrap;
- margin-bottom: 0;
- color: #fff;
- }
-
- .chart-wrapper {
- margin: 0 15px;
- }
- }
-
- .dropdown-toggle {
- border: 1px solid rgba(255, 255, 255, 0.2);
- color: #d4d4d4;
- padding: 10px 10px;
- }
-
- @media (max-width: $grid-breakpoints-md) {
- justify-content: space-between;
- }
-
- @media (max-width: $grid-breakpoints-sm) {
- flex-direction: column;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_6/_top-header.scss b/app/frontend/static/assets/scss/demo_6/_top-header.scss
deleted file mode 100755
index f08ca7f2..00000000
--- a/app/frontend/static/assets/scss/demo_6/_top-header.scss
+++ /dev/null
@@ -1,53 +0,0 @@
-.top-header {
- height: 35px;
- width: 100%;
- background: #232d39;
- display: flex;
- align-items: center;
-
- .top-header-inner {
- display: flex;
- justify-content: flex-end;
- align-items: center;
-
- ul {
- display: inline-block;
- list-style: none;
- padding-left: 0;
- margin-bottom: 0;
-
- >li {
- display: inline-block;
- border-right: 1px solid #fff;
- margin-right: 15px;
- padding-right: 15px;
- line-height: 1.2;
-
- &.language-dropdown {
- border-right: none;
- }
-
- &:last-child {
- padding-right: 0;
- margin-right: 0;
- border-right: none;
- }
-
- >a {
- color: #fff;
- padding: 0px;
- }
- }
- }
-
- .help-text {
- margin-right: auto;
- margin-bottom: 0;
- color: #fff;
-
- a {
- color: #cf2c70;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_6/_variables.scss b/app/frontend/static/assets/scss/demo_6/_variables.scss
deleted file mode 100755
index 54f84238..00000000
--- a/app/frontend/static/assets/scss/demo_6/_variables.scss
+++ /dev/null
@@ -1,5 +0,0 @@
-$border-color-light: #f0f5f8;
-$sidemenu-width: 270px;
-$content-aside-right-width: 265px;
-$text-muted: #d4d4d4;
-$primary-color: #ca005b;
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_6/style.scss b/app/frontend/static/assets/scss/demo_6/style.scss
deleted file mode 100755
index 903fc3d0..00000000
--- a/app/frontend/static/assets/scss/demo_6/style.scss
+++ /dev/null
@@ -1,17 +0,0 @@
-@import "../../../../node_modules/bootstrap/scss/functions";
-@import "../../../../node_modules/bootstrap/scss/variables";
-@import "../shared/variables";
-@import "../../../../node_modules/bootstrap/scss/mixins";
-@import "./variables";
-@import "../shared/mixins/animation";
-@import "../shared/mixins/misc";
-@import "./nav";
-@import "./navbar";
-@import "./sidebar";
-@import "./content-aside-right";
-@import "./footer";
-@import "./dashboard";
-@import "./card";
-@import "./top-header";
-@import "./template";
-@import "./layout";
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_7/_card.scss b/app/frontend/static/assets/scss/demo_7/_card.scss
deleted file mode 100755
index 98600191..00000000
--- a/app/frontend/static/assets/scss/demo_7/_card.scss
+++ /dev/null
@@ -1,5 +0,0 @@
-.card {
- border: 1px solid $border-color;
- border-radius: 6px;
- box-shadow: 0 10px 20px 0 rgba(46, 91, 255, 0.07);
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_7/_dashboard.scss b/app/frontend/static/assets/scss/demo_7/_dashboard.scss
deleted file mode 100755
index cf1852d1..00000000
--- a/app/frontend/static/assets/scss/demo_7/_dashboard.scss
+++ /dev/null
@@ -1,45 +0,0 @@
-.stats_card {
- .card {
- box-shadow: rgba(46, 91, 255, 0.08);
- position: relative;
- }
-
- .icon-wrapper {
- position: absolute;
- top: -10px;
- left: 0px;
- width: 50px;
- height: 50px;
- border-radius: 15px;
- display: flex;
- align-items: center;
- justify-content: center;
-
- &:after {
- content: "";
- width: 42px;
- height: 21px;
- border-radius: 16px;
- -webkit-filter: blur(10px);
- filter: blur(10px);
- }
-
- i {
- font-size: 22px;
- color: #fff;
- }
- }
-
- .wrapper {
- padding: 25px 0;
- margin-left: 60px;
-
- p {
- display: inline-block;
- }
-
- h4 {
- margin-bottom: 0;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_7/_footer.scss b/app/frontend/static/assets/scss/demo_7/_footer.scss
deleted file mode 100755
index 425afdcb..00000000
--- a/app/frontend/static/assets/scss/demo_7/_footer.scss
+++ /dev/null
@@ -1,22 +0,0 @@
-/* Footer */
-.footer {
- background: $footer-bg;
- color: $footer-color;
- padding: 20px 1rem;
- transition: all $action-transition-duration $action-transition-timing-function;
- -moz-transition: all $action-transition-duration $action-transition-timing-function;
- -webkit-transition: all $action-transition-duration $action-transition-timing-function;
- -ms-transition: all $action-transition-duration $action-transition-timing-function;
- border-top: $border-width solid $border-color;
- font-size: calc(#{$default-font-size} - 0.05rem);
- font-family: $type-1;
-
- a {
- color: theme-color(success);
- font-size: inherit;
- }
- @media (max-width: 991px) {
- margin-left: 0;
- width: 100%;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_7/_layouts.scss b/app/frontend/static/assets/scss/demo_7/_layouts.scss
deleted file mode 100755
index 9dacec84..00000000
--- a/app/frontend/static/assets/scss/demo_7/_layouts.scss
+++ /dev/null
@@ -1,185 +0,0 @@
-.navbar {
- &.fixed-top {
- +.page-body-wrapper {
- padding-top: $navbar-height;
- }
- }
-}
-
-
-
-// Sidebar Icon Only
-.sidebar-icon-only {
- @media (min-width: 992px) {
- .navbar {
- .navbar-brand-wrapper {
- width: $sidebar-width-icon;
-
- .brand-logo {
- display: none;
- }
-
- .brand-logo-mini {
- display: flex;
- }
- }
-
- .navbar-menu-wrapper {
- width: calc(100% - #{$sidebar-width-icon});
- }
- }
-
- .sidebar {
- width: $sidebar-width-icon;
-
- .nav {
- overflow: visible;
-
- .nav-item {
- position: relative;
- margin-left: 0;
- border-radius: 0px;
- overflow: visible;
-
- .nav-link {
- display: block;
- text-align: center;
- padding-left: 25px;
- padding-right: 25px;
-
- .badge,
- .menu-title {
- display: none;
- }
-
- i {
- &.menu-icon {
- margin-right: 0;
- }
-
- &.menu-arrow {
- display: none;
- }
- }
- }
-
- .collapse {
- display: none;
- }
-
- &.hover-open {
- .nav-link {
- .menu-title {
- display: flex;
- align-items: center;
- background: $sidebar-light-menu-hover-bg;
- color: $sidebar-light-menu-color;
-
- padding: 0.5rem 1.25rem;
- left: $sidebar-width-icon;
- position: absolute;
- text-align: left;
- top: 0;
- width: $sidebar-icon-only-submenu-width;
- z-index: 1;
- height: $nav-link-height;
- line-height: 1.8;
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
-
- @at-root #{selector-append(".rtl", &)} {
- left: auto;
- right: $sidebar-width-icon;
- text-align: right;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- border-top-left-radius: 5px;
- border-bottom-left-radius: 5px;
- }
-
- &:after {
- display: none;
- }
- }
-
- &[data-toggle=collapse] {
- .menu-title {
- border-bottom-right-radius: 0;
-
- @at-root #{selector-append(".rtl", &)} {
- border-bottom-left-radius: 0;
- }
- }
- }
- }
-
- .collapse,
- .collapsing {
- display: block;
- padding: 0.5rem 0;
- background: $sidebar-light-menu-hover-bg;
- color: $sidebar-light-menu-color;
-
- position: absolute;
- top: $nav-link-height;
- left: $sidebar-width-icon;
- width: $sidebar-icon-only-submenu-width;
- border-bottom-right-radius: 5px;
-
- @at-root #{selector-append(".rtl", &)} {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 5px;
- }
-
- @at-root #{selector-append(".rtl", &)} {
- left: auto;
- right: $sidebar-width-icon;
- }
-
- box-shadow:6px 11px 15px 1px rgba(0, 0, 0, 0.09);
- }
- }
- }
-
- &.sub-menu {
- padding: $sidebar-icon-only-submenu-padding;
-
- .nav-item {
- .nav-link {
- text-align: left;
- color: $sidebar-light-menu-color;
-
- &:hover {
- color: darken($white, 20%);
- }
-
- @at-root #{selector-append(".rtl", &)} {
- text-align: right;
- }
- }
-
- &:nth-child(5n+1),
- &:nth-child(5n+2),
- &:nth-child(5n+3),
- &:nth-child(5n+4),
- &:nth-child(5n+5) {
- .nav-link {
- &:before {
- background: $white;
- }
- }
- }
- }
- }
-
- &.nav-toolbar {
- display: none;
- }
- }
- }
-
- .main-panel {
- width: calc(100% - #{$sidebar-width-icon});
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_7/_misc.scss b/app/frontend/static/assets/scss/demo_7/_misc.scss
deleted file mode 100755
index 4b23a865..00000000
--- a/app/frontend/static/assets/scss/demo_7/_misc.scss
+++ /dev/null
@@ -1,152 +0,0 @@
-.page-body-wrapper {
- min-height: calc(100vh - #{$navbar-height});
- display: flex;
- flex-direction: row;
- padding-left: 0;
- padding-right: 0;
-
- &.full-page-wrapper {
- width: 100%;
- min-height: 100vh;
- }
-}
-
-.main-panel {
- transition: width $action-transition-duration $action-transition-timing-function, margin $action-transition-duration $action-transition-timing-function;
- width: calc(100% - #{$sidebar-width-lg});
- min-height: calc(100vh - #{$navbar-height});
- display: flex;
- flex-direction: column;
-
- @media (max-width: 991px) {
- margin-left: 0;
- width: 100%;
- }
-}
-
-.content-wrapper {
- background: $content-bg;
- padding: 1.5rem 1.7rem;
- width: 100%;
- flex-grow: 1;
- margin-top: $navbar-height;
-
-
- .content-header {
- padding: 5px 0 25px 0;
-
- .content-header-actions {
- padding-left: 10px;
- display: flex;
- align-items: center;
- border-left: 1px solid $border-color;
-
- @media (max-width: 991px) {
- border-left: none;
- }
- }
- }
-}
-
-.container-scroller {
- overflow: hidden;
-}
-
-.count-indicator {
- position: relative;
-
- .count {
- position: absolute;
- top: 5%;
- right: 0;
- border-radius: 100%;
-
- &:not(.count-sm) {
- width: 10px;
- height: 10px;
- }
-
- &.count-sm {
- height: 8px;
- width: 8px;
- }
- }
-}
-
-.list-group-item {
- padding: 15px 1.25rem;
-}
-
-.text-muted {
- color: #8798ad !important;
-}
-
-.icon-wrapper {
- position: relative;
- width: 45px;
- height: 45px;
- border-radius: 8px;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #fff;
- font-size: 20px;
- z-index: 1;
-
- &:after {
- content: "";
- position: absolute;
- bottom: -5px;
- width: 30px;
- height: 25px;
- z-index: -1;
- border-radius: 8px;
- -webkit-filter: blur(10px);
- filter: blur(10px);
- }
-
- &.icon-wrapper-primary {
- background-image: linear-gradient(to right, #1579ff, #0442dc);
-
- &:after {
- content: "";
- background-image: linear-gradient(to left, #54a5f6, #1088ee);
- }
- }
-
- &.icon-wrapper-success {
- background-image: linear-gradient(to left, #b4ec51, #429321);
-
- &:after {
- content: "";
- background-image: linear-gradient(to left, #b4ec51, #429321);
- }
- }
-
- &.icon-wrapper-info {
- background-image: linear-gradient(to left, #6d01ff, #c86dd7);
-
- &:after {
- content: "";
- background-color: #d8bcff;
- }
- }
-
- &.icon-wrapper-warning {
- background-image: linear-gradient(to bottom, #fad961, #f76b1c);
-
- &:after {
- content: "";
- background-color: #fed37a;
- }
- }
-
- &.icon-wrapper-danger {
- background-image: linear-gradient(to left, #d41459, #911a6c);
-
- &:after {
- content: "";
- background-image: linear-gradient(to bottom, #d41459, #911a6c);
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_7/_nav.scss b/app/frontend/static/assets/scss/demo_7/_nav.scss
deleted file mode 100755
index cfd1b2dd..00000000
--- a/app/frontend/static/assets/scss/demo_7/_nav.scss
+++ /dev/null
@@ -1,116 +0,0 @@
-.nav,
-.navbar-nav {
- .nav-item {
- line-height: 1;
-
- &.dropdown {
- .dropdown-toggle {
- &:after {
- border: none;
- content: "\F140";
- font: normal normal normal 28px/1 "Material Design Icons";
- font-size: inherit;
- text-rendering: auto;
- line-height: inherit;
- vertical-align: 0;
- }
- }
-
- i {
- vertical-align: middle;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
-
- @media (max-width: 992px) {
- position: unset;
- }
-
- .navbar-dropdown {
- font-size: 0.9rem;
- margin-top: 0;
- position: absolute;
- right: 0;
- left: auto;
- border: 1px solid rgba(182, 182, 182, 0.1);
- padding: 0 0 20px;
- min-width: 100%;
- border-radius: 2px;
- @extend .dropdownAnimation;
- -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
-
- .rtl & {
- right: auto;
- left: 0;
- }
-
- overflow: hidden;
-
- @media (max-width: 991px) {
- right: -85px;
- }
-
- &.dropdown-left {
- left: 0;
- right: auto;
- }
-
- .badge {
- margin-left: 2.5rem;
-
- .rtl & {
- margin-left: 0;
- margin-right: 1.25rem;
- }
-
- @media (max-width:991px) {
- margin-right: 0.5rem;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
- }
-
- .dropdown-item {
- display: flex;
- align-items: center;
- margin-bottom: 0;
- padding: 7px 25px;
-
- i {
- font-size: 24px;
- }
-
- .ellipsis {
- max-width: 200px;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- .preview-icon {
- width: 40px;
- height: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
-
- .small-text {
- font-size: 0.75rem;
- }
- }
-
- .dropdown-divider {
- margin: 0;
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_7/_navbar.scss b/app/frontend/static/assets/scss/demo_7/_navbar.scss
deleted file mode 100755
index 0dfa0c3a..00000000
--- a/app/frontend/static/assets/scss/demo_7/_navbar.scss
+++ /dev/null
@@ -1,189 +0,0 @@
-/* Navbar */
-
-.navbar {
- &.default-layout {
- font-family: $type-2;
- background: #fff;
-
- .navbar-brand-wrapper {
- transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -webkit-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -moz-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -ms-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- background: $sidebar-light-bg;
- width: $sidebar-width-lg;
- height: $navbar-height;
-
- .navbar-brand {
- color: $white;
- font-size: 1.5rem;
- line-height: 48px;
- margin-right: 0;
- padding: 0.25rem 0;
- display: flex;
-
- &:active,
- &:focus,
- &:hover {
- color: lighten(color(gray-dark), 10%);
- }
-
- img {
- width: 160px;
- max-width: 100%;
- margin: auto;
- vertical-align: middle;
- }
- }
-
- .brand-logo-mini {
- display: none;
-
- img {
- width: calc(#{$sidebar-width-icon} - 50px);
- max-width: 100%;
- height: 28px;
- margin: auto;
- }
- }
- }
-
- .navbar-menu-wrapper {
- transition: width $action-transition-duration $action-transition-timing-function;
- -webkit-transition: width $action-transition-duration $action-transition-timing-function;
- -moz-transition: width $action-transition-duration $action-transition-timing-function;
- -ms-transition: width $action-transition-duration $action-transition-timing-function;
- color: $white;
- padding-right: 15px;
- width: calc(100% - #{$sidebar-width-lg});
- height: $navbar-height;
- border-left: 1px solid $border-color;
-
- @media (max-width: 991px) {
- width: auto;
- border-left: none;
- }
-
- .navbar-toggler {
- border: 0;
- color: #2e384d;
- min-width: $navbar-height;
-
- &:not(.navbar-toggler-right) {
- @media (max-width: 991px) {
- display: none;
- }
- }
- }
-
- .navbar-text {
- font-size: $default-font-size;
- }
-
- .navbar-nav {
- flex-direction: row;
- align-items: center;
-
- .nav-item {
- height: $navbar-height;
- min-width: $navbar-height;
- display: flex;
- align-items: center;
- justify-content: center;
- border-left: 1px solid $border-color;
-
- @media (max-width: 992px) {
- margin-right: 0px;
- }
-
- .nav-link {
- color: #2e384d;
- font-size: $navbar-font-size;
- vertical-align: middle;
-
- @media (max-width: 767px) {
- margin-left: 0.5rem;
- margin-right: 0.5rem;
- }
-
- i {
- font-size: $navbar-icon-font-size;
- vertical-align: middle;
- }
-
- &.nav-btn {
- .btn {
- background: rgba($white, .1);
- padding: 0.75rem 1rem;
- color: $white;
- }
-
- &:after {
- display: none;
- }
- }
- }
- }
-
- &.navbar-nav-right {
- @media (min-width: 992px) {
- margin-left: auto;
-
- .rtl & {
- margin-left: 0;
- margin-right: auto;
- }
- }
- }
- }
-
- .form-search {
- width: 30%;
- padding-right: 0px;
-
- .form-control {
- border: none;
-
- @include placeholder {
- opacity: 0.56;
- font-family: Poppins;
- font-size: 14px;
- color: #8798ad;
- }
- }
-
- .input-group-prepend {
- .input-group-text {
- border: none;
- font-size: 23px;
- }
- }
- }
- }
- }
-}
-
-@media (max-width:991px) {
- .navbar {
- &.default-layout {
- flex-direction: row;
-
- .navbar-brand-wrapper {
- width: 75px;
-
- .brand-logo {
- display: none;
- }
-
- .brand-logo-mini {
- display: inline-block;
- }
- }
- }
- }
-
- .navbar-collapse {
- display: flex;
- margin-top: 0.5rem;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_7/_sidebar.scss b/app/frontend/static/assets/scss/demo_7/_sidebar.scss
deleted file mode 100755
index fc633f01..00000000
--- a/app/frontend/static/assets/scss/demo_7/_sidebar.scss
+++ /dev/null
@@ -1,331 +0,0 @@
-/* Sidebar */
-
-.sidebar {
- min-height: calc(100vh - #{$navbar-height});
- background: $sidebar-light-bg;
- font-family: $type-2;
- padding: 0;
- width: $sidebar-width-lg;
- z-index: 11;
- display: flex;
- flex-direction: column;
- box-shadow: 0 20px 40px 0 rgba(127, 143, 164, 0.36);
- transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -webkit-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -moz-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -ms-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
-
- >.nav {
- padding-top: 30px;
-
- >.nav-item {
- overflow: hidden;
-
- @media (max-width: 992px) {
- overflow: unset;
- }
- }
- }
-
- .nav {
- overflow: hidden;
- flex-wrap: nowrap;
- flex-direction: column;
-
- .nav-item {
- border-radius: 25px 0px 0px 25px;
- margin-left: 20px;
- color: #2e384d;
-
- .collapse {
- z-index: 999;
- }
-
- .collapse.show,
- .collapsing {
- background: $sidebar-light-menu-active-bg;
- }
-
- .nav-link {
- align-items: center;
- display: flex;
- padding: $sidebar-menu-padding;
- white-space: nowrap;
- height: $nav-link-height;
- color: $sidebar-light-menu-color;
-
- i {
- &.menu-arrow {
- margin-left: auto;
- margin-right: 0;
- transition-duration: 0.2s;
- transition-property: transform;
- transition-timing-function: ease-in;
-
- &:before {
- content: "\F142";
- font-family: "Material Design Icons";
- font-size: 18px;
- line-height: 1;
- font-style: normal;
- vertical-align: middle;
- color: rgba($sidebar-light-menu-color, 0.5);
- }
- }
- }
-
- &[aria-expanded="true"] {
- background: $sidebar-light-menu-active-bg;
-
- i {
- &.menu-arrow {
- transform: rotate(90deg);
- }
- }
- }
-
- .menu-icon {
- margin-right: 1.25rem;
- width: $sidebar-icon-size;
- line-height: 1;
- font-size: 18px;
- color: $sidebar-light-menu-icon-color;
-
- .rtl & {
- margin-right: 0;
- margin-left: 1.25rem;
- }
- }
-
- .menu-title {
- color: inherit;
- display: inline-block;
- font-size: $sidebar-menu-font-size;
- line-height: 1;
- vertical-align: middle;
- }
-
- .badge {
- margin-left: auto;
- }
-
- &:hover {
- color: darken($sidebar-light-menu-color, 5%);
- }
- }
-
- &.active {
- >.nav-link {
- color: $sidebar-light-menu-active-color;
-
- .menu-title,
- i {
- color: inherit;
- }
- }
- }
-
- &.nav-profile {
- .nav-link {
- display: flex;
- flex-direction: column;
- height: auto;
-
- .user-wrapper {
- display: flex;
- margin-bottom: 30px;
-
- .profile-image {
- width: 40px;
- height: 40px;
-
- img {
- border-radius: 100%;
- max-width: 100%;
- }
- }
-
- .text-wrapper {
- margin-left: 15px;
-
- .rtl & {
- margin-left: 0;
- margin-right: 15px;
- }
-
- .profile-name {
- font-weight: 500;
- margin-bottom: 8px;
- }
-
- .designation {
- margin-right: 3px;
- }
- }
- }
- }
- }
- }
-
- &:not(.sub-menu) {
- >.nav-item {
- &:hover {
- &:not(.nav-profile) {
- >.nav-link {
- background: $sidebar-light-menu-hover-bg;
- color: $sidebar-light-menu-hover-color;
- }
- }
- }
- }
- }
-
- &.sub-menu {
- margin-bottom: 0;
- padding: $sidebar-submenu-padding;
-
- .nav-item {
- .nav-link {
- color: $sidebar-light-submenu-color;
- padding: $sidebar-submenu-item-padding;
- font-size: $sidebar-submenu-font-size;
- line-height: 1;
- height: auto;
- position: relative;
-
- &:before {
- content: "";
- position: absolute;
- top: 0px;
- left: -22px;
- width: 1px;
- height: 100%;
- background: $sidebar-light-menu-color;
- }
-
- &.active {
- color: $sidebar-light-menu-active-color;
- background: transparent;
-
- &:before {
- background: $sidebar-light-menu-active-color;
- }
- }
- }
-
- &:first-child {
- .nav-link {
- padding-top: 0px;
- }
- }
-
- &:last-child {
- .nav-link {
- padding-bottom: 0px;
- }
- }
-
- &:hover {
- >.nav-link {
- background: $sidebar-light-submenu-hover-bg;
- color: $sidebar-light-submenu-hover-color;
-
- &:before {
- background: $sidebar-light-submenu-hover-color;
- }
- }
- }
- }
- }
- }
-
- .nav-toolbar {
- padding: 50px 30px 20px 30px;
- opacity: 1;
-
- .nav-category {
- color: $sidebar-light-menu-color;
- font-size: 13px;
- padding-bottom: 20px;
- }
-
- .list-group {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 15px 0;
- border-top: 1px solid $border-color;
-
- @media (max-width: 992px) {
- padding: 30px 0;
- }
-
- .profile-img {
- margin-right: 10px;
- }
-
- p {
- margin-bottom: 0;
- line-height: 1;
- }
-
- &.action-group {
- border-top: none;
-
- .nav {
- display: flex;
- flex-direction: row;
- padding-left: 0;
-
- .nav-item {
- margin-left: 0;
- border-right: 1px solid $border-color;
- padding: 0px;
- height: 40px;
- width: 55px;
- display: flex;
- align-items: center;
- justify-content: center;
-
- &:last-child {
- border-right: none;
- }
-
- a {
- font-size: 20px;
-
- i {
- color: #2e384d;
- }
- }
- }
- }
- }
- }
- }
-}
-
-/* style for off-canvas menu*/
-
-@media screen and (max-width: 991px) {
- .sidebar-offcanvas {
- display: grid;
- position: fixed;
- max-height: calc(100vh - #{$navbar-height});
- top: $navbar-height;
- bottom: 0;
- overflow-y: auto;
- right: -$sidebar-width-lg;
- -webkit-transition: all 0.25s ease-out;
- -o-transition: all 0.25s ease-out;
- transition: all 0.25s ease-out;
-
- .nav {
- overflow: visible;
- }
-
- &.active {
- right: 0;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_7/_table.scss b/app/frontend/static/assets/scss/demo_7/_table.scss
deleted file mode 100755
index e1d8a2fa..00000000
--- a/app/frontend/static/assets/scss/demo_7/_table.scss
+++ /dev/null
@@ -1,15 +0,0 @@
-.table {
- tr {
-
- td,
- th {
- padding: 13px 15px;
- }
-
- td {
- font-size: 13px;
- font-weight: 500;
- color: #212529;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_7/_variables.scss b/app/frontend/static/assets/scss/demo_7/_variables.scss
deleted file mode 100755
index dfb2155a..00000000
--- a/app/frontend/static/assets/scss/demo_7/_variables.scss
+++ /dev/null
@@ -1,49 +0,0 @@
-////////// COLOR VARIABLES //////////
-$content-bg:#F3F6FD;
-$footer-bg: $content-bg;
-$footer-color: color(dark);
-$border-color: #f2f2f2;
-$footer-height: 60px;
-////////// COLOR VARIABLES //////////
-
-////////// SIDEBAR ////////
-$sidebar-width-lg: 275px;
-$sidebar-width-mini: 185px;
-$sidebar-width-icon: 70px;
-$sidebar-light-bg: $white;
-$sidebar-light-menu-color: #8798ad;
-$sidebar-light-menu-active-bg: #fafbfc;
-$sidebar-light-menu-active-color: theme-color(primary);
-$sidebar-light-menu-hover-bg: $sidebar-light-menu-active-bg;
-$sidebar-light-menu-hover-color: $sidebar-light-menu-color;
-$sidebar-light-submenu-color: $sidebar-light-menu-color;
-$sidebar-light-submenu-hover-bg: initial;
-$sidebar-light-submenu-hover-color: #000;
-$sidebar-light-category-color: #999999;
-$sidebar-light-menu-icon-color: #2e384d;
-$sidebar-light-profile-name-color: #404852;
-$sidebar-light-profile-title-color: #8d9498;
-$sidebar-menu-font-size: 14px;
-$sidebar-icon-size: 16px;
-$sidebar-menu-padding: 16px 40px 15px 20px;
-$nav-link-height: 52px;
-$sidebar-submenu-padding: 15px 10px 25px 30px;
-$sidebar-submenu-font-size: $sidebar-menu-font-size;
-$sidebar-submenu-item-padding: 10px 10px 10px 6px;
-$sidebar-icon-font-size: .9375rem;
-$sidebar-arrow-font-size: .625rem;
-$sidebar-profile-bg: transparent;
-$sidebar-profile-padding: 0rem 1.625rem 2.25rem 1.188rem;
-$sidebar-mini-menu-padding: .8125rem 1rem .8125rem 1rem;
-$sidebar-icon-only-menu-padding: .5rem 1.625rem .5rem 1.188rem;
-$sidebar-icon-only-submenu-padding: 0 0 0 1.5rem;
-$sidebar-icon-only-submenu-width: 200px;
-$rtl-sidebar-submenu-padding: 0 3.45rem 0 0;
-///////// SIDEBAR ////////
-
-///////// NAVBAR ////////
-$navbar-height: 75px;
-$navbar-light-color: #202339;
-$navbar-font-size: $sidebar-menu-font-size;
-$navbar-icon-font-size: 1.25rem;
-///////// NAVBAR ////////
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_7/style.scss b/app/frontend/static/assets/scss/demo_7/style.scss
deleted file mode 100755
index c3b9c215..00000000
--- a/app/frontend/static/assets/scss/demo_7/style.scss
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Layouts */
-
-@import "../../../../node_modules/bootstrap/scss/functions";
-@import "../../../../node_modules/bootstrap/scss/variables";
-@import "../shared/variables";
-@import "./variables";
-@import "../shared/mixins/misc";
-@import "../shared/mixins/animation";
-@import "./nav";
-@import "./navbar";
-@import "./sidebar";
-@import "./footer";
-@import "./layouts";
-@import "./misc";
-@import "./card";
-@import "./table";
-@import "./dashboard";
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_8/_card.scss b/app/frontend/static/assets/scss/demo_8/_card.scss
deleted file mode 100755
index 779ef217..00000000
--- a/app/frontend/static/assets/scss/demo_8/_card.scss
+++ /dev/null
@@ -1,8 +0,0 @@
-.card {
- border-radius: 1px;
- box-shadow: 0 10px 20px 0 rgba(#cdcde6, 0.18);
-
- .card-header {
- padding: 20px 1.81rem;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_8/_dashboard.scss b/app/frontend/static/assets/scss/demo_8/_dashboard.scss
deleted file mode 100755
index fc94b029..00000000
--- a/app/frontend/static/assets/scss/demo_8/_dashboard.scss
+++ /dev/null
@@ -1,77 +0,0 @@
-.top-selling-product-list {
- .list-group-item {
- border-radius: 0px;
- border-left: none;
- border-right: none;
- display: flex;
- align-items: center;
-
- .img-thumbnail {
- width: 80px;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-right: 20px;
- border-radius: 0px;
-
- img {
- display: block;
- margin: auto;
- width: auto;
- max-width: 45px;
- }
- }
-
- &:last-child {
- border-bottom: none;
- }
-
- .product-description {
- h5 {
- margin-bottom: 7px;
- font-weight: 500;
- }
-
- p {
- margin-bottom: 0px;
- line-height: 10px;
- color: $text-muted;
- }
-
- small {
- color: $text-muted;
- }
-
- .br-widget {
- margin-left: 10px;
-
- a {
- &:after {
- content: "\f4d2";
- font-family: "Material Design Icons";
- }
- }
- }
- }
-
- .product-price {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- margin-left: auto;
-
- h4,
- p {
- margin-bottom: 0;
- }
- }
- }
-
- &:last-child {
- .list-group-item {
- &:last-child {
- border-radius: 0px;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_8/_footer.scss b/app/frontend/static/assets/scss/demo_8/_footer.scss
deleted file mode 100755
index 425afdcb..00000000
--- a/app/frontend/static/assets/scss/demo_8/_footer.scss
+++ /dev/null
@@ -1,22 +0,0 @@
-/* Footer */
-.footer {
- background: $footer-bg;
- color: $footer-color;
- padding: 20px 1rem;
- transition: all $action-transition-duration $action-transition-timing-function;
- -moz-transition: all $action-transition-duration $action-transition-timing-function;
- -webkit-transition: all $action-transition-duration $action-transition-timing-function;
- -ms-transition: all $action-transition-duration $action-transition-timing-function;
- border-top: $border-width solid $border-color;
- font-size: calc(#{$default-font-size} - 0.05rem);
- font-family: $type-1;
-
- a {
- color: theme-color(success);
- font-size: inherit;
- }
- @media (max-width: 991px) {
- margin-left: 0;
- width: 100%;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_8/_layouts.scss b/app/frontend/static/assets/scss/demo_8/_layouts.scss
deleted file mode 100755
index 8dfce394..00000000
--- a/app/frontend/static/assets/scss/demo_8/_layouts.scss
+++ /dev/null
@@ -1,185 +0,0 @@
-.navbar {
- &.fixed-top {
- +.page-body-wrapper {
- padding-top: $navbar-height;
- }
-
- }
-}
-
-
-// Sidebar Icon Only
-.sidebar-icon-only {
- @media (min-width: 992px) {
- .navbar {
- .navbar-brand-wrapper {
- width: $sidebar-width-icon;
-
- .brand-logo {
- display: none;
- }
-
- .brand-logo-mini {
- display: flex;
- }
- }
-
- .navbar-menu-wrapper {
- width: calc(100% - #{$sidebar-width-icon});
- }
- }
-
- .sidebar {
- width: $sidebar-width-icon;
-
- .nav {
- overflow: visible;
-
- .nav-item {
- position: relative;
- margin-left: 0;
- border-radius: 0px;
- overflow: visible;
-
- .nav-link {
- display: block;
- text-align: center;
- padding-left: 25px;
- padding-right: 25px;
-
- .badge,
- .menu-title {
- display: none;
- }
-
- i {
- &.menu-icon {
- margin-right: 0;
- }
-
- &.menu-arrow {
- display: none;
- }
- }
- }
-
- .collapse {
- display: none;
- }
-
- &.hover-open {
- .nav-link {
- .menu-title {
- display: flex;
- align-items: center;
- background: $sidebar-menu-hover-bg;
- color: $sidebar-menu-color;
-
- padding: 0.5rem 1.25rem;
- left: $sidebar-width-icon;
- position: absolute;
- text-align: left;
- top: 0;
- width: $sidebar-icon-only-submenu-width;
- z-index: 1;
- height: $nav-link-height;
- line-height: 1.8;
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
-
- @at-root #{selector-append(".rtl", &)} {
- left: auto;
- right: $sidebar-width-icon;
- text-align: right;
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- border-top-left-radius: 5px;
- border-bottom-left-radius: 5px;
- }
-
- &:after {
- display: none;
- }
- }
-
- &[data-toggle="collapse"] {
- .menu-title {
- border-bottom-right-radius: 0;
-
- @at-root #{selector-append(".rtl", &)} {
- border-bottom-left-radius: 0;
- }
- }
- }
- }
-
- .collapse,
- .collapsing {
- display: block;
- padding: 0.5rem 0;
- background: $sidebar-menu-hover-bg;
- color: $sidebar-menu-color;
-
- position: absolute;
- top: $nav-link-height;
- left: $sidebar-width-icon;
- width: $sidebar-icon-only-submenu-width;
- border-bottom-right-radius: 5px;
-
- @at-root #{selector-append(".rtl", &)} {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 5px;
- }
-
- @at-root #{selector-append(".rtl", &)} {
- left: auto;
- right: $sidebar-width-icon;
- }
-
- box-shadow: 6px 11px 15px 1px rgba(0, 0, 0, 0.09);
- }
- }
- }
-
- &.sub-menu {
- padding: $sidebar-icon-only-submenu-padding;
-
- .nav-item {
- .nav-link {
- text-align: left;
- color: $sidebar-menu-color;
-
- &:hover {
- color: darken($white, 20%);
- }
-
- @at-root #{selector-append(".rtl", &)} {
- text-align: right;
- }
- }
-
- &:nth-child(5n + 1),
- &:nth-child(5n + 2),
- &:nth-child(5n + 3),
- &:nth-child(5n + 4),
- &:nth-child(5n + 5) {
- .nav-link {
- &:before {
- background: $white;
- }
- }
- }
- }
- }
-
- &.nav-toolbar {
- display: none;
- }
- }
- }
-
- .main-panel {
- width: calc(100% - #{$sidebar-width-icon});
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_8/_misc.scss b/app/frontend/static/assets/scss/demo_8/_misc.scss
deleted file mode 100755
index 99ed2068..00000000
--- a/app/frontend/static/assets/scss/demo_8/_misc.scss
+++ /dev/null
@@ -1,147 +0,0 @@
-.page-body-wrapper {
- min-height: calc(100vh - #{$navbar-height});
- display: flex;
- flex-direction: row;
- padding-left: 0;
- padding-right: 0;
-
- &.full-page-wrapper {
- width: 100%;
- min-height: 100vh;
- }
-}
-
-.main-panel {
- transition: width $action-transition-duration $action-transition-timing-function, margin $action-transition-duration $action-transition-timing-function;
- width: calc(100% - #{$sidebar-width-lg});
- min-height: calc(100vh - #{$navbar-height});
-
- @media (max-width: 991px) {
- margin-left: 0;
- width: 100%;
- }
-}
-
-.content-wrapper {
- background: $content-bg;
- padding: $content-wrapper-padding-y $content-wrapper-padding-x;
- width: 100%;
- height: 100%;
- flex-grow: 1;
-
- .content-header {
- padding: 5px 0 25px 0;
-
- .content-header-actions {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- border-left: 1px solid $border-color;
-
- @media (max-width: 991px) {
- border-left: none;
- }
- }
- }
-}
-
-.container-scroller {
- overflow: hidden;
-}
-
-.list-group-item {
- padding: 24px 1.25rem;
-}
-
-.text-muted {
- color: #8798ad !important;
-}
-
-.icon-wrapper {
- position: relative;
- width: 45px;
- height: 45px;
- border-radius: 8px;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #fff;
- font-size: 20px;
- z-index: 1;
-
- &:after {
- content: "";
- position: absolute;
- bottom: -5px;
- width: 30px;
- height: 25px;
- z-index: -1;
- border-radius: 8px;
- -webkit-filter: blur(10px);
- filter: blur(10px);
- }
-
- &.icon-wrapper-primary {
- background-image: linear-gradient(to right, #1579ff, #0442dc);
-
- &:after {
- content: "";
- background-image: linear-gradient(to left, #54a5f6, #1088ee);
- }
- }
-
- &.icon-wrapper-success {
- background-image: linear-gradient(to left, #b4ec51, #429321);
-
- &:after {
- content: "";
- background-image: linear-gradient(to left, #b4ec51, #429321);
- }
- }
-
- &.icon-wrapper-info {
- background-image: linear-gradient(to left, #6d01ff, #c86dd7);
-
- &:after {
- content: "";
- background-color: #d8bcff;
- }
- }
-
- &.icon-wrapper-warning {
- background-image: linear-gradient(to bottom, #fad961, #f76b1c);
-
- &:after {
- content: "";
- background-color: #fed37a;
- }
- }
-
- &.icon-wrapper-danger {
- background-image: linear-gradient(to left, #d41459, #911a6c);
-
- &:after {
- content: "";
- background-image: linear-gradient(to bottom, #d41459, #911a6c);
- }
- }
-}
-
-.card-carousel {
- &.full-width {
- .owl-nav {
-
- .owl-prev,
- .owl-next {
- text-align: center;
- margin: 0 10px;
-
- i {
- &:before {
- background: transparent;
- }
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_8/_nav.scss b/app/frontend/static/assets/scss/demo_8/_nav.scss
deleted file mode 100755
index 807d2a17..00000000
--- a/app/frontend/static/assets/scss/demo_8/_nav.scss
+++ /dev/null
@@ -1,148 +0,0 @@
-.nav,
-.navbar-nav {
- .nav-item {
- line-height: 1;
-
- &.dropdown {
- .count-indicator {
- position: relative;
- text-align: center;
-
- i {
- font-size: 21px;
- margin-right: 0;
- vertical-align: middle;
- }
-
- .count {
- position: absolute;
- left: 50%;
- width: 1rem;
- height: 1rem;
- border-radius: 100%;
- background: #FF0017;
- color: $white;
- font-size: 11px;
- top: -5px;
- font-weight: 600;
- line-height: 1rem;
- border: none;
- text-align: center;
- }
-
- &:after {
- display: none;
- }
- }
-
- .dropdown-toggle {
- &:after {
- border: none;
- content: "\FA63";
- font: normal normal normal 28px/1 "Material Design Icons";
- font-size: inherit;
- text-rendering: auto;
- line-height: inherit;
- vertical-align: 0;
- color: #8eabcf;
- }
- }
-
- i {
- vertical-align: middle;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
-
- @media (max-width: 992px) {
- position: unset;
- }
-
- .navbar-dropdown {
- font-size: 0.9rem;
- margin-top: 0;
- position: absolute;
- right: 0;
- left: auto;
- border: 1px solid rgba(182, 182, 182, 0.1);
- padding: 0 0 20px;
- min-width: 100%;
- border-radius: 2px;
- @extend .dropdownAnimation;
- -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
-
- .rtl & {
- right: auto;
- left: 0;
- }
-
- overflow: hidden;
-
- @media (max-width: 991px) {
- right: -85px;
- }
-
- &.dropdown-left {
- left: 0;
- right: auto;
- }
-
- .badge {
- margin-left: 2.5rem;
-
- .rtl & {
- margin-left: 0;
- margin-right: 1.25rem;
- }
-
- @media (max-width:991px) {
- margin-right: 0.5rem;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
- }
-
- .dropdown-item {
- display: flex;
- align-items: center;
- margin-bottom: 0;
- padding: 7px 25px;
-
- i {
- font-size: 24px;
- }
-
- .ellipsis {
- max-width: 200px;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- .preview-icon {
- width: 40px;
- height: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
-
- .small-text {
- font-size: 0.75rem;
- }
- }
-
- .dropdown-divider {
- margin: 0;
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_8/_navbar.scss b/app/frontend/static/assets/scss/demo_8/_navbar.scss
deleted file mode 100755
index 43aa31c7..00000000
--- a/app/frontend/static/assets/scss/demo_8/_navbar.scss
+++ /dev/null
@@ -1,262 +0,0 @@
-/* Navbar */
-
-.navbar {
- background: $navbar-bg;
-
- .navbar-menu-wrapper {
- transition: width $action-transition-duration $action-transition-timing-function;
- -webkit-transition: width $action-transition-duration $action-transition-timing-function;
- -moz-transition: width $action-transition-duration $action-transition-timing-function;
- -ms-transition: width $action-transition-duration $action-transition-timing-function;
- color: $white;
- background: #fff;
- border-radius: 1px;
- box-shadow: 0 10px 20px 0 rgba(#cdcde6, 0.18);
- margin: 18px $content-wrapper-padding-x 0px 1.7rem;
- padding: 0px 15px;
- width: 100%;
- height: $navbar-height;
- border: 1px solid $border-color;
-
- @media (max-width: 991px) {
- border-left: none;
- }
-
- .navbar-toggler {
- border: 0;
- color: #2e384d;
- min-width: $navbar-height;
-
- &:not(.navbar-toggler-right) {
- @media (max-width: 991px) {
- display: none;
- }
- }
- }
-
- .navbar-text {
- font-size: $default-font-size;
- }
-
- .navbar-nav {
- flex-direction: row;
- align-items: center;
-
- .nav-item {
- height: $navbar-height;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-right: 25px;
-
- @media (max-width: 992px) {
- margin-right: 0px;
- }
-
- &.dropdown {
- .dropdown-menu {
- padding: 0 0 25px 0;
- border: 1px solid $border-color;
- overflow: visible;
- top: 80px;
- z-index: 100;
- min-width: 250px;
-
- .dropdown-header {
- padding: 25px 0;
- background: #fff;
- border-bottom: 1px solid $border-color;
- margin-bottom: 10px;
- }
-
- .dropdown-item {
- background: #fff;
- z-index: 101;
- padding: 13px 25px;
- color: #232d39;
- font-size: 14px;
- transition: 0.35s ease;
- transition-property: "background, color";
-
- &:first-child {
- padding-top: 20px;
- }
-
- .badge {
- margin-left: 10px;
- height: 16px;
- line-height: 6px;
- }
-
- .dropdown-item-icon {
- margin-right: .875rem;
- font-size: .875rem;
- color: inherit;
- }
-
- .status-indicator {
- border: none;
- background: theme-color(primary);
- margin-left: auto;
- }
- }
-
- &:not(.dropdown-h-style-1):not(.dropdown-h-style-2) {
- .dropdown-item {
- &:hover {
- background: #f5f5f5;
- }
- }
- }
-
- &.dropdown-h-style-1 {
- .dropdown-item {
- &:hover {
- background: #fff;
- color: theme-color(primary);
- }
- }
- }
-
- &.dropdown-h-style2 {
- .dropdown-item {
- &:hover {
- background: #fff;
- color: theme-color(primary);
-
- .dropdown-item-icon {
- color: theme-color(primary);
- }
- }
- }
- }
- }
- }
-
- >.nav-link {
- i {
- color: #e2e6ec;
- }
- }
-
- .nav-link {
- color: #000;
- font-size: $navbar-font-size;
- vertical-align: middle;
-
- @media (max-width: 767px) {
- margin-left: 0.5rem;
- margin-right: 0.5rem;
- }
-
- i {
- font-size: $navbar-icon-font-size;
- vertical-align: middle;
- }
-
- &.nav-btn {
- .btn {
- background: rgba($white, 0.1);
- padding: 0.75rem 1rem;
- color: $white;
- }
-
- &:after {
- display: none;
- }
- }
- }
-
- &:last-child {
- margin-right: 0;
- }
-
- &.language-dropdown {
- .nav-link {
- border: 1px solid $border-color;
- border-radius: 2px;
-
- i {
- font-size: 15px;
- }
- }
- }
- }
-
- &.navbar-nav-right {
- @media (min-width: 992px) {
- margin-left: auto;
-
- .rtl & {
- margin-left: 0;
- margin-right: auto;
- }
- }
- }
- }
-
- .action-toolbar {
- margin-right: 40px;
- color: #304055;
- }
-
- .form-search {
- width: 30%;
- padding-right: 0px;
-
- .input-group {
- border-top: 1px solid $border-color;
- border-bottom: 1px solid $border-color;
- border-left: 1px solid $border-color;
-
- .form-control {
- border: none;
- height: inherit;
-
- @include placeholder {
- font-size: 16px;
- font-weight: 500;
- color: #888da8;
- }
- }
-
- .input-group-prepend {
- .input-group-text {
- border: none;
- font-size: 16px;
- padding-right: 0;
- padding-left: 15px;
- color: #888da8;
- }
- }
- }
-
- .btn {
- font-size: 14px;
- font-weight: 600;
- border-radius: 0px 2px 2px 0px;
- }
- }
- }
-}
-
-@media (max-width: 991px) {
- .navbar {
- .navbar-brand-wrapper {
- width: 75px;
-
- .brand-logo {
- display: none;
- }
-
- .brand-logo-mini {
- display: inline-block;
- }
- }
- }
-
- .navbar-collapse {
- display: flex;
- margin-top: 0.5rem;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_8/_sidebar.scss b/app/frontend/static/assets/scss/demo_8/_sidebar.scss
deleted file mode 100755
index bae691ce..00000000
--- a/app/frontend/static/assets/scss/demo_8/_sidebar.scss
+++ /dev/null
@@ -1,221 +0,0 @@
-/* Sidebar */
-
-.sidebar {
- min-height: calc(100vh - #{$navbar-height});
- background: $sidebar-bg;
- font-family: $type-2;
- padding: 0 15px;
- width: $sidebar-width-lg;
- z-index: 11;
- transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -webkit-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -moz-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
- -ms-transition: width $action-transition-duration $action-transition-timing-function, background $action-transition-duration $action-transition-timing-function;
-
- .nav {
- overflow: hidden;
- flex-wrap: nowrap;
- flex-direction: column;
-
- .nav-item {
- &.plan-item {
- text-align: center;
- margin-top: 50px;
- margin-bottom: 30px;
-
- .logo {
- img {
- display: block;
- margin: 0 auto 15px auto;
- }
- }
-
- .plan-email {
- color: $text-muted;
- }
-
- .btn {
- margin-top: 25px;
- padding: 13px 70px;
- font-weight: 500;
- }
- }
-
- .collapse {
- z-index: 999;
- }
-
- .collapse.show,
- .collapsing {
- background: $sidebar-menu-active-bg;
- }
-
- .nav-link {
- align-items: center;
- display: flex;
- padding: $sidebar-menu-padding;
- white-space: nowrap;
- height: $nav-link-height;
- color: $sidebar-menu-color;
-
- i {
- &.menu-arrow {
- margin-left: auto;
- margin-right: 0;
- transition-duration: 0.2s;
- transition-property: transform;
- transition-timing-function: ease-in;
-
- &:before {
- content: "\F142";
- font-family: "Material Design Icons";
- font-size: 18px;
- line-height: 1;
- font-style: normal;
- vertical-align: middle;
- color: rgba($sidebar-menu-color, 0.5);
- }
- }
- }
-
- .menu-icon {
- margin-right: 1.25rem;
- width: $sidebar-icon-size;
- line-height: 1;
- font-size: 18px;
- color: $sidebar-menu-icon-color;
-
- .rtl & {
- margin-right: 0;
- margin-left: 1.25rem;
- }
- }
-
- .menu-title {
- color: inherit;
- display: inline-block;
- font-size: $sidebar-menu-font-size;
- font-weight: 600;
- line-height: 1;
- vertical-align: middle;
- }
-
- .badge {
- margin-left: auto;
- }
-
- &:hover {
- color: darken($sidebar-menu-color, 5%);
-
- .menu-icon {
- color: $sidebar-menu-icon-hover-color;
- }
- }
- }
-
- &.active {
- background: $sidebar-menu-item-active-bg;
-
- >.nav-link {
- color: $sidebar-menu-active-color;
-
- .menu-title,
- i {
- color: inherit;
- }
- }
-
- &:hover {
- >.nav-link {
- background: $sidebar-menu-item-active-hover-bg;
- }
- }
- }
- }
-
- &:not(.sub-menu) {
- >.nav-item {
- padding: 0 20px;
- border-radius: 2px;
- }
- }
-
- &.sub-menu {
- margin-bottom: 0;
- padding: $sidebar-submenu-padding;
-
- .nav-item {
- .nav-link {
- color: $sidebar-submenu-color;
- padding: $sidebar-submenu-item-padding;
- font-size: $sidebar-submenu-font-size;
- line-height: 1;
- height: auto;
-
- &.active {
- color: $sidebar-menu-active-color;
- background: transparent;
-
- &:before {
- background: $sidebar-menu-active-color;
- }
- }
- }
-
- &:hover {
- >.nav-link {
- background: $sidebar-submenu-hover-bg;
- color: $sidebar-submenu-hover-color;
-
- &:before {
- background: $sidebar-submenu-hover-color;
- }
- }
- }
- }
- }
- }
-
- .profile-card {
- margin-top: 60px;
- margin-bottom: 60px;
-
- .card {
- display: flex;
- justify-content: center;
- text-align: center;
- border-radius: 10px;
- padding: 35px 10px 25px 10px;
- box-shadow: none;
-
- .profile-img {
- display: block;
- margin: auto;
- }
-
- .dot-indicator {
- margin-left: 10px;
- }
- }
- }
-}
-
-/* style for off-canvas menu*/
-
-@media screen and (max-width: 991px) {
- .sidebar-offcanvas {
- position: fixed;
- max-height: 100vh;
- top: 0;
- bottom: 0;
- overflow: auto;
- left: -$sidebar-width-lg;
- -webkit-transition: all 0.25s ease-out;
- -o-transition: all 0.25s ease-out;
- transition: all 0.25s ease-out;
-
- &.active {
- left: 0;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_8/_table.scss b/app/frontend/static/assets/scss/demo_8/_table.scss
deleted file mode 100755
index e1d8a2fa..00000000
--- a/app/frontend/static/assets/scss/demo_8/_table.scss
+++ /dev/null
@@ -1,15 +0,0 @@
-.table {
- tr {
-
- td,
- th {
- padding: 13px 15px;
- }
-
- td {
- font-size: 13px;
- font-weight: 500;
- color: #212529;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_8/_variables.scss b/app/frontend/static/assets/scss/demo_8/_variables.scss
deleted file mode 100755
index d2b38a3c..00000000
--- a/app/frontend/static/assets/scss/demo_8/_variables.scss
+++ /dev/null
@@ -1,55 +0,0 @@
-////////// COLOR VARIABLES //////////
-$content-bg: #eaeff8;
-$footer-bg: $content-bg;
-$footer-color: color(dark);
-$border-color: #f2f2f2;
-$footer-height: 60px;
-$content-wrapper-padding-x: 1.7rem;
-$content-wrapper-padding-y:1.5rem;
-////////// COLOR VARIABLES //////////
-
-////////// SIDEBAR ////////
-$sidebar-width-lg: 275px;
-$sidebar-width-mini: 185px;
-$sidebar-width-icon: 70px;
-$sidebar-bg:#0a1727;
-$sidebar-menu-color: #fff;
-$sidebar-menu-active-bg: #fafbfc;
-$sidebar-menu-item-active-bg: theme-color(primary);
-$sidebar-menu-item-active-hover-bg: $sidebar-menu-item-active-bg;
-$sidebar-menu-active-color: #fff;
-$sidebar-menu-hover-bg: $sidebar-bg;
-$sidebar-menu-hover-color: #fff;
-$sidebar-menu-icon-hover-color: $sidebar-menu-hover-color;
-$sidebar-submenu-color: $sidebar-menu-color;
-$sidebar-submenu-hover-bg: initial;
-$sidebar-submenu-hover-color: #000;
-$sidebar-category-color: #999999;
-$sidebar-menu-icon-color: $sidebar-menu-color;
-$sidebar-profile-name-color: #404852;
-$sidebar-profile-title-color: #8d9498;
-$sidebar-menu-font-size: 14px;
-$sidebar-icon-size: 16px;
-$sidebar-menu-padding: 16px 0px 15px 0px;
-$nav-link-height: 52px;
-$sidebar-submenu-padding: 15px 10px 25px 15px;
-$sidebar-submenu-font-size: $sidebar-menu-font-size;
-$sidebar-submenu-item-padding: 10px 10px 10px 6px;
-$sidebar-icon-font-size: 0.9375rem;
-$sidebar-arrow-font-size: 0.625rem;
-$sidebar-profile-bg: transparent;
-$sidebar-profile-padding: 0rem 1.625rem 2.25rem 1.188rem;
-$sidebar-mini-menu-padding: 0.8125rem 1rem 0.8125rem 1rem;
-$sidebar-icon-only-menu-padding: 0.5rem 1.625rem 0.5rem 1.188rem;
-$sidebar-icon-only-submenu-padding: 0 0 0 1.5rem;
-$sidebar-icon-only-submenu-width: 200px;
-$rtl-sidebar-submenu-padding: 0 3.45rem 0 0;
-///////// SIDEBAR ////////
-
-///////// NAVBAR ////////
-$navbar-height: 75px;
-$navbar-bg: $content-bg;
-$navbar-light-color: #202339;
-$navbar-font-size: $sidebar-menu-font-size;
-$navbar-icon-font-size: 25px;
-///////// NAVBAR ////////
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_8/style.scss b/app/frontend/static/assets/scss/demo_8/style.scss
deleted file mode 100755
index c3b9c215..00000000
--- a/app/frontend/static/assets/scss/demo_8/style.scss
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Layouts */
-
-@import "../../../../node_modules/bootstrap/scss/functions";
-@import "../../../../node_modules/bootstrap/scss/variables";
-@import "../shared/variables";
-@import "./variables";
-@import "../shared/mixins/misc";
-@import "../shared/mixins/animation";
-@import "./nav";
-@import "./navbar";
-@import "./sidebar";
-@import "./footer";
-@import "./layouts";
-@import "./misc";
-@import "./card";
-@import "./table";
-@import "./dashboard";
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_9/_card.scss b/app/frontend/static/assets/scss/demo_9/_card.scss
deleted file mode 100755
index 5256a877..00000000
--- a/app/frontend/static/assets/scss/demo_9/_card.scss
+++ /dev/null
@@ -1,10 +0,0 @@
-.card {
- border-radius: 4px;
- box-shadow: 0 10px 20px 0 rgba(90, 113, 208, 0.11);
-
- .card-title {
- font-size: 14px;
- font-weight: 500;
- color: #9b9b9b;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_9/_dashboard.scss b/app/frontend/static/assets/scss/demo_9/_dashboard.scss
deleted file mode 100755
index 7a3abe72..00000000
--- a/app/frontend/static/assets/scss/demo_9/_dashboard.scss
+++ /dev/null
@@ -1,7 +0,0 @@
-#user-visits-map {
-
- .jvectormap-zoomin,
- .jvectormap-zoomout {
- display: none;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_9/_footer.scss b/app/frontend/static/assets/scss/demo_9/_footer.scss
deleted file mode 100755
index e69de29b..00000000
diff --git a/app/frontend/static/assets/scss/demo_9/_layout.scss b/app/frontend/static/assets/scss/demo_9/_layout.scss
deleted file mode 100755
index 3f2a44be..00000000
--- a/app/frontend/static/assets/scss/demo_9/_layout.scss
+++ /dev/null
@@ -1,130 +0,0 @@
-body {
- color: #232329;
-}
-
-.hero-banner {
- height: 570px;
- width: 100%;
- display: block;
- background-image: $gradient-bg;
-
- @media (max-width: $grid-breakpoints-md) {
- height: 325px;
- }
-}
-
-.page-body-wrapper {
- padding-left: 0;
- padding-right: 0;
-
- .main-panel {
- background: #fff;
- }
-}
-
-.sidebar-menu {
- width: $sidemenu-width;
- min-width: $sidemenu-width;
-
- @media (max-width: $grid-breakpoints-lg) {
- position: fixed;
- top: 0;
- left: -$sidemenu-width;
- background-image: $gradient-bg;
- box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
- padding: 60px 20px;
- border-radius: 0;
- z-index: 99;
- overflow-y: auto;
- transition: 0.3s ease-in-out;
-
- .nav {
- .nav-item {
- .nav-link {
- width: 105px;
- height: 105px;
- padding: 10px 0px 10px 0px;
- }
- }
- }
-
- .sidebar-footer {
- .progress-wrapper {
- .progress-wrapper-inner {
- display: flex;
- flex-direction: column;
-
- .progress-balance {
- margin-left: 0;
- }
- }
- }
- }
-
- .sidebar-footer-bottom {
- ul {
- li {
- a {
- color: #fff;
- }
- }
- }
-
- p {
- color: #fff;
- }
- }
-
- &.sidebar-open {
- left: 0px;
- }
- }
-}
-
-.content-area {
- width: 100%;
- padding-left: 40px;
- display: block;
-
- @media (max-width: $grid-breakpoints-lg) {
- padding-left: 20px;
- padding-right: 20px;
- }
-
- .page-header {
- display: flex;
- justify-content: space-between;
- width: 100%;
- padding: 5px 0px 20px 0px;
-
- .page-title {
- font-size: 20px;
- font-weight: 500;
- margin: 0;
- color: #fff;
- }
-
- @media (max-width: $grid-breakpoints-md) {
- padding-top: 145px;
- }
- }
-}
-
-.content-wrapper {
- margin-top: -465px;
- display: flex;
- align-items: flex-start;
- padding-bottom: 40px;
- padding-left: 15px;
- padding-right: 15px;
-
- @media (max-width: $grid-breakpoints-md) {
- margin-top: -320px;
- padding-left: 0;
- padding-right: 0;
- }
-
- @media (max-width: $grid-breakpoints-sm) {
- margin-top: -380px;
- }
-}
diff --git a/app/frontend/static/assets/scss/demo_9/_nav.scss b/app/frontend/static/assets/scss/demo_9/_nav.scss
deleted file mode 100755
index 0027f0ae..00000000
--- a/app/frontend/static/assets/scss/demo_9/_nav.scss
+++ /dev/null
@@ -1,148 +0,0 @@
-.nav,
-.navbar-nav {
- .nav-item {
- line-height: 1;
-
- &.dropdown {
- @media (max-width: 992px) {
- position: unset;
- }
-
- .dropdown-toggle {
- &:after {
- border: none;
- content: "\F140";
- font: normal normal normal 28px/1 "Material Design Icons";
- font-size: inherit;
- text-rendering: auto;
- line-height: inherit;
- vertical-align: 0;
- }
- }
-
- .count-indicator {
- position: relative;
- text-align: center;
-
- i {
- font-size: 21px;
- margin-right: 0;
- vertical-align: middle;
- }
-
- .count {
- position: absolute;
- left: 50%;
- width: 1rem;
- height: 1rem;
- border-radius: 100%;
- background: #FF0017;
- color: $white;
- font-size: 11px;
- top: -1px;
- font-weight: 600;
- line-height: 1rem;
- border: none;
- text-align: center;
- }
-
- &:after {
- display: none;
- }
- }
-
- i {
- margin-right: 0.5rem;
- vertical-align: middle;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
-
- .navbar-dropdown {
- font-size: 0.9rem;
- margin-top: 0;
- position: absolute;
- right: 0;
- left: auto;
- border: 1px solid rgba(182, 182, 182, 0.1);
- padding: 0 0 20px;
- min-width: 100%;
- border-radius: 2px;
- @extend .dropdownAnimation;
- -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
- box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
-
- .rtl & {
- right: auto;
- left: 0;
- }
-
- overflow: hidden;
-
- @media (max-width: 991px) {
- right: -85px;
- }
-
- &.dropdown-left {
- left: 0;
- right: auto;
- }
-
- .badge {
- margin-left: 2.5rem;
-
- .rtl & {
- margin-left: 0;
- margin-right: 1.25rem;
- }
-
- @media (max-width:991px) {
- margin-right: 0.5rem;
-
- .rtl & {
- margin-left: 0.5rem;
- margin-right: 0;
- }
- }
- }
-
- .dropdown-item {
- display: flex;
- align-items: center;
- margin-bottom: 0;
- padding: 7px 25px;
-
- i {
- font-size: 24px;
- }
-
- .ellipsis {
- max-width: 200px;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- .preview-icon {
- width: 40px;
- height: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
-
- .small-text {
- font-size: 0.75rem;
- }
- }
-
- .dropdown-divider {
- margin: 0;
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_9/_navbar.scss b/app/frontend/static/assets/scss/demo_9/_navbar.scss
deleted file mode 100755
index 5588cecb..00000000
--- a/app/frontend/static/assets/scss/demo_9/_navbar.scss
+++ /dev/null
@@ -1,263 +0,0 @@
-.navbar {
- height: 80px;
-
- .navbar-menu-wrapper {
- display: flex;
- width: calc(100% - #{$sidemenu-width});
- padding-left: 60px;
-
- @media (max-width: $grid-breakpoints-md) {
- width: calc(100% - #{$nav-brand-wrapper-sm});
- padding-left: 0;
- }
- }
-
- .nav-brand-wrapper {
- width: $sidemenu-width;
-
- @media (max-width: $grid-breakpoints-md) {
- max-width: $nav-brand-wrapper-sm;
- }
- }
-
- .nav {
- &.navbar-nav-right {
- justify-content: flex-end;
- }
-
- .nav-item {
- display: flex;
- align-items: center;
-
- .nav-link {
- display: flex;
- align-items: center;
- color: #fff;
-
- .title-text {
- margin-left: 10px;
- color: #fff;
- font-weight: 500;
- }
-
- i {
- font-size: 23px;
- color: inherit;
- }
-
- .count {
- top: 7px;
- left: 43%;
- width: 8px;
- height: 8px;
- }
- }
-
- &.brand-logo {
- padding-left: 20px;
-
- @media (max-width: $grid-breakpoints-md) {
- padding-left: 0;
- }
- }
-
- &.form-search {
- width: 50px;
- height: 50px;
- border-radius: 6px;
- background-color: rgba(255, 255, 255, 0.2);
- transition: 0.3s ease;
-
- i {
- font-size: 20px;
- text-align: center;
- }
-
- &:hover {
- background-color: rgba(255, 255, 255, 0.1);
- }
- }
-
- &.dropdown {
- .dropdown-menu {
- padding: 0 0 25px 0;
- border: 1px solid $border-color;
- overflow: visible;
- top: 60px;
- z-index: 100;
- min-width: 250px;
-
- &:not(.dropdown-h-style-1):not(.dropdown-h-style-2) {
- .dropdown-item {
- &:hover {
- background: #f5f5f5;
- }
- }
- }
-
- &.dropdown-h-style-1 {
- .dropdown-item {
- &:hover {
- background: #fff;
- color: $primary-color;
- }
- }
- }
-
- &.dropdown-h-style2 {
- .dropdown-item {
- &:hover {
- background: #fff;
- color: $primary-color;
-
- .dropdown-item-icon {
- color: $primary-color;
- }
- }
- }
- }
- }
-
- .dropdown-header {
- padding: 25px 0;
- background: #fff;
- border-bottom: 1px solid $border-color-light;
- margin-bottom: 10px;
- }
-
- .dropdown-item {
- background: #fff;
- z-index: 101;
- padding: 13px 25px;
- color: #232d39;
- font-size: 14px;
- transition: 0.35s ease;
- transition-property: "background, color";
-
- &:first-child {
- padding-top: 20px;
- }
-
- .badge {
- margin-left: 10px;
- height: 16px;
- line-height: 6px;
- }
-
- .dropdown-item-icon {
- font-size: 18px;
- color: #a5a5a5;
- }
-
- .status-indicator {
- border: none;
- background: $text-gray;
- margin-left: auto;
- }
- }
-
- &.user-dropdown {
- display: flex;
- border-left: 1px solid rgba(#fff, 0.4);
- padding-left: 20px;
- margin-left: 25px;
-
- .dropdown-toggle {
- &:after {
- content: "\F1d9";
- font-family: "Material Design Icons";
- font-size: 25px;
- }
- }
-
- .nav-link {
- padding-top: 0;
- padding-bottom: 0;
-
- .wrapper {
- color: #fff;
- text-align: right;
-
- .profile-text {
- font-size: 16px;
- font-weight: 500;
- margin-bottom: 5px;
- }
-
- .user-designation {
- opacity: 0.66;
- }
- }
-
- .display-avatar {
- background: rgba(255, 255, 255, 0.25);
- color: #fff;
- margin-left: 10px;
- }
- }
- }
-
- &.languageDropdown {
- .dropdown-toggle {
- border: 1px solid rgba(255, 255, 255, 0.3);
- border-radius: 6px;
- position: relative;
- padding-right: 35px;
- margin-right: 5px;
-
- &:after {
- content: "\F35D";
- font-family: "Material Design Icons";
- position: absolute;
- top: 10px;
- right: 5px;
- display: block;
- font-size: 25px;
- opacity: 0.3;
- }
-
- .dropdown-title {
- color: rgba(255, 255, 255, 0.6);
- }
-
- .flag-wrapper {
- width: 30px;
- height: 30px;
- display: block;
- overflow: hidden;
- border-radius: 100%;
- margin-right: 10px;
-
- .flag-icon {
- font-size: 30px;
- }
- }
- }
- }
-
- .dropdown-toggle {
- &.arrow-toggler {
- position: relative;
- padding-right: 30px;
-
- &:after {
- content: "\F35D";
- font-family: "Material Design Icons";
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- right: 5px;
- display: block;
- font-size: 25px;
- opacity: 0.3;
- }
- }
- }
- }
- }
- }
-
- .navbar-toggler {
- color: #fff;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_9/_sidebar.scss b/app/frontend/static/assets/scss/demo_9/_sidebar.scss
deleted file mode 100755
index 8406ee1c..00000000
--- a/app/frontend/static/assets/scss/demo_9/_sidebar.scss
+++ /dev/null
@@ -1,220 +0,0 @@
-.sidebar-menu {
- min-height: 100vh;
- height: 100%;
-
- .profile-tab {
- margin-bottom: 40px;
-
- .user-name {
- font-size: 20px;
- font-weight: 600;
- margin-bottom: 0;
- margin-top: 10px;
- color: #fff;
- }
-
- .account-type {
- font-size: 13px;
- font-weight: 500;
- opacity: 0.5;
- color: #fff;
- }
- }
-
- .user-stats {
- display: flex;
-
- .user-details {
- color: #fff;
- width: 50%;
-
- .stat-title {
- font-size: 15px;
- margin-bottom: 0px;
- }
-
- .stat-count {
- font-size: 30px;
- font-weight: 500;
- }
-
- &:last-child {
- padding-left: 10px;
- }
- }
- }
-
- >.nav {
- margin: 0 -10px;
-
- >.nav-item {
- padding: 10px;
-
- >.nav-link {
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- width: 125px;
- height: 125px;
- padding: 10px 10px 10px 17px;
- border-radius: 8px;
- background: #fff;
- box-shadow: 0 42px 60px 0 rgba(90, 113, 208, 0.11);
- z-index: 1;
- transition: 0.3s ease;
- transition-property: "box-shadow";
-
- &:after {
- content: "";
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- border-radius: inherit;
- z-index: 0;
- opacity: 0;
- background: linear-gradient(46deg, #0fadd0, #03bea5);
- transition: 0.4s ease-in-out;
- }
-
- .menu-icons {
- color: #c4c4c4;
- font-size: 20px;
- display: block;
- margin-bottom: 10px;
- z-index: 1;
- transition: 0.2s ease;
- transform: translateY(0);
- transition-property: "transform";
- }
-
- .menu-title {
- color: #c4c4c4;
- font-size: 16px;
- font-weight: 500;
- display: block;
- z-index: 1;
- }
-
- &:hover {
- box-shadow: 0 42px 60px 0 rgba(90, 113, 208, 0.2);
-
- &::after {
- opacity: 1;
- }
-
- .menu-icons {
- color: #fff;
- transform: translateY(-5px);
- }
-
- .menu-title {
- color: #fff;
- }
- }
- }
-
- &.active {
- .nav-link {
- background: linear-gradient(46deg, #0fadd0, #03bea5);
-
- .menu-icons {
- color: #fff;
- }
-
- .menu-title {
- color: #fff;
- }
- }
- }
- }
- }
-
- .sidebar-footer {
- background: #fff;
- box-shadow: 0 42px 60px 0 rgba(90, 113, 208, 0.11);
- padding: 40px 37px;
- display: block;
- border-radius: 8px;
- margin-top: 35px;
-
-
- .progress-wrapper {
- padding: 20px;
- border: 2px solid #ebeef7;
- border-radius: 4px;
-
- .progress-wrapper-inner {
- border-radius: 4px;
-
- .progress-title {
- color: #27d2e3;
- margin-bottom: 0;
- }
-
- .progress-balance {
- margin-bottom: 0;
- margin-left: 10px;
- }
- }
-
- .progress {
- background: #f2f2f2;
- margin-top: 5px;
-
- .progress-bar {
- box-shadow: 0 42px 60px 0 rgba(90, 113, 208, 0.11);
- background-image: linear-gradient(87deg, #2dc9eb, #14d2b8);
- }
- }
- }
-
- .upgrade-button {
- margin-top: 15px;
- }
- }
-
- .sidebar-footer-bottom {
- display: flex;
- flex-direction: column;
-
- ul {
- padding-left: 0;
- list-style: none;
- margin-top: 30px;
- margin-bottom: 20px;
-
- li {
- display: inline-block;
- border-right: 1px solid #c4c4c4;
- padding: 0px 10px;
- margin-right: 5px;
- line-height: 0;
-
- a {
- color: #c4c4c4;
- line-height: 1;
- }
-
- &:first-child {
- padding-left: 0;
- }
-
- &:last-child {
- border-right: none;
- margin-right: 0;
- padding-right: 0;
- }
- }
- }
-
- p {
- font-size: 15px;
- font-weight: 500;
- color: #c4c4c4;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_9/_template.scss b/app/frontend/static/assets/scss/demo_9/_template.scss
deleted file mode 100755
index 67112633..00000000
--- a/app/frontend/static/assets/scss/demo_9/_template.scss
+++ /dev/null
@@ -1,74 +0,0 @@
-.container-wrapper-width {
- width: 100%;
- max-width: 1370px;
- margin-left: auto;
- margin-right: auto;
-}
-
-.page-header {
- display: flex;
- justify-content: flex-end;
-
- @media (max-width: $grid-breakpoints-md) {
- flex-direction: column;
- }
-
- .info-section {
- .page-title {
- line-height: 1;
- }
-
- .dropdown-toggle {
- background: #45d4dd;
- color: #fff;
- padding: 9px 13px;
- margin-left: 20px;
-
- &:after {
- opacity: 0.5;
- }
- }
-
- p {
- color: #fff;
- }
- }
-
- .page-header-content {
- display: flex;
-
- .server-load {
- padding-top: 3px;
-
- .server-stats {
- .server-stats-title {
- margin-bottom: 0;
- color: #fff;
-
- .head-title {
- margin-bottom: 5px;
- opacity: 0.5;
- }
-
- .stats-count {
- line-height: 0.8;
- }
- }
- }
- }
-
- .dropdown-toggle {
- border: 1px solid rgba(255, 255, 255, 0.2);
- color: #d4d4d4;
- padding: 10px 10px;
- }
-
- @media (max-width: $grid-breakpoints-md) {
- justify-content: space-between;
- }
-
- @media (max-width: $grid-breakpoints-sm) {
- flex-direction: column;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_9/_variables.scss b/app/frontend/static/assets/scss/demo_9/_variables.scss
deleted file mode 100755
index f5f87e27..00000000
--- a/app/frontend/static/assets/scss/demo_9/_variables.scss
+++ /dev/null
@@ -1,7 +0,0 @@
-$border-color-light: #f0f5f8;
-$sidemenu-width: 270px;
-$content-aside-right-width: 265px;
-$text-muted: #d4d4d4;
-$primary-color: #ca005b;
-$nav-brand-wrapper-sm: 150px;
-$gradient-bg: linear-gradient(112deg, #2dc9eb, #14d2b8);
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/demo_9/style.scss b/app/frontend/static/assets/scss/demo_9/style.scss
deleted file mode 100755
index a66494f8..00000000
--- a/app/frontend/static/assets/scss/demo_9/style.scss
+++ /dev/null
@@ -1,15 +0,0 @@
-@import "../../../../node_modules/bootstrap/scss/functions";
-@import "../../../../node_modules/bootstrap/scss/variables";
-@import "../shared/variables";
-@import "../../../../node_modules/bootstrap/scss/mixins";
-@import "./variables";
-@import "../shared/mixins/animation";
-@import "../shared/mixins/misc";
-@import "./nav";
-@import "./navbar";
-@import "./sidebar";
-@import "./footer";
-@import "./dashboard";
-@import "./card";
-@import "./template";
-@import "./layout";
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/_dashboard.scss b/app/frontend/static/assets/scss/shared/_dashboard.scss
deleted file mode 100755
index d2d49249..00000000
--- a/app/frontend/static/assets/scss/shared/_dashboard.scss
+++ /dev/null
@@ -1,278 +0,0 @@
-/* Dashboard */
-
-.card-statistics {
- .highlight-icon {
- height: 53px;
- width: 53px;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 50px;
-
- i {
- font-size: 27px;
- }
- }
-
- .card-col {
- border-right: 1px solid $border-color;
-
- &:last-child {
- border-right: none;
- }
-
- @include media-breakpoint-down(sm) {
- padding-left: 0;
- padding-right: 0;
- position: relative;
- border: none;
-
- &:first-child,
- &:nth-child(2),
- &:nth-child(3) {
-
- &:after,
- &:before {
- content: "";
- position: absolute;
- background: $border-color;
- }
- }
-
- &:first-child {
- &:before {
- bottom: 0;
- width: 94.2%;
- height: 1px;
- right: 0;
- }
-
- &:after {
- bottom: 0;
- width: 1px;
- height: 100%;
- right: 0;
- }
- }
-
- &:nth-child(2) {
- &:before {
- bottom: 0;
- width: 94.2%;
- height: 1px;
- left: 0;
- }
- }
-
- &:nth-child(3) {
- &:before {
- width: 1px;
- height: 100%;
- right: 0;
- }
- }
- }
- }
-}
-
-.card-revenue-table {
- .revenue-item {
- border-bottom: 1px solid $border-color;
- @extend .py-3;
-
- &:last-child {
- border-bottom: 0;
- @extend .pb-0;
- }
-
- &:first-child {
- @extend .pt-0;
- }
-
- .revenue-desc {
- margin-right: auto;
- width: 80%;
-
- p {
- margin-bottom: 0;
- }
- }
-
- .revenue-amount {
- margin-left: auto;
- width: 40%;
-
- p {
- font-size: 1.25rem;
- font-family: $type-1;
- font-weight: 600;
- text-align: right;
-
- .rtl & {
- text-align: left;
- }
- }
- }
- }
-}
-
-.card-revenue {
- background: linear-gradient(120deg, #556cdc, #128bfc, #18bef1);
- background-size: cover;
- color: color(white);
-
- .highlight-text {
- font-size: 1.875rem;
- font-family: $type-1;
- font-weight: 500;
- }
-
- .badge {
- background-color: rgba(color(white), .2);
- font-size: 1.125rem;
- padding: 0.5rem 1.25rem;
- }
-}
-
-.card-weather {
- background: $card-bg;
-
- .card-body {
- background: $white;
-
- &:first-child {
- background: url("../../images/samples/weather.svg") no-repeat center;
- background-size: cover;
- }
- }
-
- .weather-date-location {
- padding: 0 0 38px;
- }
-
- .weather-data {
- padding: 0 0 4.75rem;
-
- i {
- font-size: 5.313rem;
- line-height: 1;
- }
- }
-
- .weakly-weather {
- background: $card-bg;
- overflow-x: auto;
-
- .weakly-weather-item {
- flex: 0 0 14.28%;
- border-right: 1px solid $border-color;
- padding: 1rem;
- text-align: center;
-
- i {
- font-size: 1.2rem;
- }
-
- &:last-child {
- border-right: 0;
- }
-
- .symbol {
- color: $text-muted;
- font-size: 1.875rem;
- font-weight: 300;
- }
- }
- }
-}
-
-.product-chart-wrapper {
- height: 92%;
-}
-
-#dashboardTrendingProgress {
- width: 60px;
-}
-
-.dashboard-bar-chart-legend {
- .col {
- text-align: center;
- display: flex;
- align-items: center;
- flex-direction: column;
-
- .bg {
- margin-left: auto;
- margin-right: auto;
- height: 5px;
- width: 30px;
- display: block;
- margin-top: 5px;
- }
-
- &:nth-child(1) {
- .bg {
- background: theme-color(info);
- }
- }
-
- &:nth-child(2) {
- .bg {
- background: theme-color(primary);
- }
- }
-
- &:nth-child(3) {
- .bg {
- background: theme-color(danger);
- }
- }
- }
-}
-
-.intro-banner {
- background: #dbe4ec;
- display: flex;
- align-items: center;
- padding: 20px;
- border-radius: 2px;
-
- .banner-image {
- width: 24%;
- max-width: 100%;
-
- img {
- display: block;
- margin: auto;
- }
- }
-
- .content-area {
- width: 58%;
- color: $black;
- display: flex;
- flex-direction: column;
- align-items: end;
- }
-}
-
-.sales-mini-tabs {
- border-bottom: none;
-
- .nav-item {
- .nav-link {
- border: none;
- font-weight: 500;
- padding: 5px 15px;
- border-radius: 2px;
- transition-duration: 0.7s;
- transition-property: "color";
-
- &.active {
- font-weight: 600;
- background: lighten($card-bg, 4%);
- color: theme-color(primary);
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/_demo.scss b/app/frontend/static/assets/scss/shared/_demo.scss
deleted file mode 100755
index c58dfea1..00000000
--- a/app/frontend/static/assets/scss/shared/_demo.scss
+++ /dev/null
@@ -1,177 +0,0 @@
-/* Demo Styles */
-// Add spacing to Boostrap components for demo purpose
-.template-demo {
- >.btn {
- @extend .mt-2;
- @extend .mr-2;
- }
-
- >.btn-toolbar {
- @extend .mt-2;
- @extend .mr-2;
- }
-
- >.btn-group {
- @extend .mt-2;
- @extend .mr-2;
-
- .btn {
- margin: 0 !important;
- }
- }
-
- .progress {
- margin-top: 1.5rem;
- }
-
- .circle-progress {
- @extend .mt-2;
- }
-
- >h2,
- >h3,
- >h4,
- >h5,
- >h6,
- >h1 {
- border-top: 1px solid $border-color;
- padding: 0.5rem 0 0;
- }
-
- .ul-slider {
- &.noUi-horizontal {
- margin-top: 2rem;
- }
-
- &.noUi-vertical {
- margin-right: 2rem;
- }
- }
-
- .dropdown {
- display: inline-block;
- @extend .mr-2;
- margin-bottom: 0.5rem;
- }
-
- nav {
- .breadcrumb {
- margin-bottom: 1.375rem;
- }
-
- &:last-child {
- .breadcrumb {
- margin-bottom: 0;
- }
- }
- }
-
- .editable-form {
- >.form-group {
- border-bottom: 1px solid $border-color;
- padding-bottom: 0.8rem;
- margin-bottom: 0.8rem;
- }
- }
-
- .circle-progress {
- padding: 15px;
- }
-
- .circle-progress-block {
- @extend .mb-3;
- @extend .px-2;
- }
-}
-
-.demo-modal {
- position: static;
- display: block;
-
- .modal-dialog {
- margin-top: 0 !important;
-
- &.modal-lg {
- max-width: 100%;
- }
- }
-}
-
-
-.documentation {
- padding-top: 0;
- max-width: 100%;
-
- .content-wrapper {
- padding-top: 0;
- min-height: calc(100vh - #{63px});
- }
-}
-
-.doc-table-contents,
-.doc-header {
- position: fixed;
-}
-
-.doc-header {
- padding-top: 24px;
- padding-bottom: 24px;
- z-index: 2;
- background: $content-bg;
-}
-
-.doc-content {
- padding-top: 157px;
-}
-
-.doc-table-contents {
- overflow: auto;
- max-height: calc(100% - 157px);
-
- ul {
- li {
- margin-top: 10px;
-
- &:before {
- font-size: .5rem;
- }
- }
- }
-}
-
-.doc-credits {
- ul {
- li {
- margin-bottom: 10px;
-
- a {
- margin-left: .25rem;
- }
- }
- }
-}
-
-.demo_blank_card {
- &.card-1 {
- height: 100vh;
- min-height: 400px;
- }
-
- &.card-2 {
- height: 320px;
- }
-
- &.card-3 {
- height: 500px;
- }
-}
-
-.loader-demo-box {
- @extend .border;
- @extend .border-secondary;
- @extend .rounded;
- width: 100%;
- height: 200px;
- @extend .d-flex;
- @extend .align-items-center;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/_fonts.scss b/app/frontend/static/assets/scss/shared/_fonts.scss
deleted file mode 100755
index d1b526da..00000000
--- a/app/frontend/static/assets/scss/shared/_fonts.scss
+++ /dev/null
@@ -1,3 +0,0 @@
-/* Fonts */
-
-@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/_functions.scss b/app/frontend/static/assets/scss/shared/_functions.scss
deleted file mode 100755
index a99bc6e8..00000000
--- a/app/frontend/static/assets/scss/shared/_functions.scss
+++ /dev/null
@@ -1,15 +0,0 @@
-// Functions
-@function social-color($key: "twitter") {
- @return map-get($social-colors, $key);
-}
-// Social Color
-@each $color, $value in $social-colors {
- .text-#{$color} {
- @include text-color(social-color($color));
- }
-}
-@each $color, $value in $social-colors {
- .bg-#{$color} {
- background: social-color($color);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/_misc.scss b/app/frontend/static/assets/scss/shared/_misc.scss
deleted file mode 100755
index eb9825c4..00000000
--- a/app/frontend/static/assets/scss/shared/_misc.scss
+++ /dev/null
@@ -1,35 +0,0 @@
-/* Miscellanoeous */
-
-body,
-html {
- overflow-x: hidden;
- padding-right: 0 !important; // resets padding right added by Bootstrap modal
-}
-
-*:-moz-full-screen,
-*:-webkit-full-screen,
-*:fullscreen *:-ms-fullscreen {
- overflow: auto !important;
-}
-
-.scroll-container {
- position: relative;
-
- &.horizontally {
- overflow-x: hidden;
- width: 100%;
- max-width: 100%;
- }
-
- &.vertically {
- overflow-y: hidden;
- height: 100%;
- max-height: 100%;
- }
-}
-
-pre {
- background: color(gray-lighter);
- padding: 15px;
- font-size: 14px;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/_reset.scss b/app/frontend/static/assets/scss/shared/_reset.scss
deleted file mode 100755
index 55c5974d..00000000
--- a/app/frontend/static/assets/scss/shared/_reset.scss
+++ /dev/null
@@ -1,138 +0,0 @@
-/* Reset Styles */
-
-body {
- padding: 0;
- margin: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-}
-
-.form-control,
-.form-control:focus {
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
-}
-
-.form-control {
- box-shadow: none;
-}
-
-.form-control:focus {
- outline: 0;
- box-shadow: none;
-}
-
-a,
-div,
-h1,
-h2,
-h3,
-h4,
-h5,
-p,
-span {
- text-shadow: none;
-}
-
-[type=button]:focus,
-a:active,
-a:focus,
-a:visited,
-button::-moz-focus-inner,
-input[type=button]::-moz-focus-inner,
-input[type=file]>input[type=button]::-moz-focus-inner,
-input[type=reset]::-moz-focus-inner,
-input[type=submit]::-moz-focus-inner,
-select::-moz-focus-inner {
- outline: 0;
-}
-
-.form-control:focus,
-button:focus,
-input,
-input:focus,
-select:focus,
-textarea:focus {
- outline: none;
- outline-width: 0;
- outline-color: transparent;
- box-shadow: none;
- outline-style: none;
-}
-
-textarea {
- resize: none;
- overflow-x: hidden;
-}
-
-.btn,
-.btn-group.open .dropdown-toggle,
-.btn:active,
-.btn:focus,
-.btn:hover,
-.btn:visited,
-a,
-a:active,
-a:checked,
-a:focus,
-a:hover,
-a:visited,
-body,
-button,
-button:active,
-button:hover,
-button:visited,
-div,
-input,
-input:active,
-input:focus,
-input:hover,
-input:visited,
-select,
-select:active,
-select:focus,
-select:visited,
-textarea,
-textarea:active,
-textarea:focus,
-textarea:hover,
-textarea:visited {
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
-}
-
-.btn.active.focus,
-.btn.active:focus,
-.btn.focus,
-.btn:active.focus,
-.btn:active:focus,
-.btn:focus,
-button,
-button:active,
-button:checked,
-button:focus,
-button:hover,
-button:visited {
- outline: 0;
- outline-offset: 0;
-}
-
-.bootstrap-select .dropdown-toggle:focus {
- outline: 0 !important;
- outline-offset: 0;
-}
-
-.dropdown-menu>li>a:active,
-.dropdown-menu>li>a:focus,
-.dropdown-menu>li>a:hover,
-.dropdown-menu>li>a:visited {
- outline: 0 !important;
-}
-
-a:focus,
-input:focus {
- border-color: transparent;
- outline: none;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/_typography.scss b/app/frontend/static/assets/scss/shared/_typography.scss
deleted file mode 100755
index a3c3811f..00000000
--- a/app/frontend/static/assets/scss/shared/_typography.scss
+++ /dev/null
@@ -1,190 +0,0 @@
-/* Typography */
-
-:root,
-body {
- font-size: 1rem;
- font-family: $type-1;
- color: $body-color;
-}
-
-.h1,
-.h2,
-.h3,
-.h4,
-.h5,
-.h6,
-h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
- font-family: $type-1;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: normal;
-}
-
-p,
-a:not([href]):not([tabindex]) {
- color: $body-color;
- font-size: $default-font-size;
-}
-
-.h1,
-h1 {
- font-size: 2.3125rem; //37px
-}
-
-.h2,
-h2 {
- font-size: 2rem; //32px
-}
-
-.h3,
-h3 {
- font-size: 1.6875rem; //27px
-}
-
-.h4,
-h4 {
- font-size: 1.25rem; //20px
-}
-
-.h5,
-h5 {
- font-size: 1.0625rem; //17px
-}
-
-.h6,
-h6 {
- font-size: 1rem; //16px
-}
-
-p {
- font-size: $default-font-size;
-}
-
-.display-1 {
- font-size: 3.75rem;
-
- @media (max-width: 991px) {
- font-size: 3rem;
- }
-}
-
-.display-2 {
- font-size: 3.125rem;
-
- @media (max-width: 991px) {
- font-size: 2.5rem;
- }
-}
-
-.display-3 {
- font-size: 2.5rem;
-
- @media (max-width: 991px) {
- font-size: 2rem;
- }
-}
-
-.display-4 {
- font-size: 1.875rem;
-
- @media (max-width: 991px) {
- font-size: 1.5rem;
- }
-}
-
-.display-5 {
- font-size: 1.25rem;
-
- @media (max-width: 991px) {
- font-size: 1rem;
- }
-}
-
-.blockquote {
- padding: 1.25rem;
- border: 1px solid $border-color;
-}
-
-address {
- p {
- margin-bottom: 0;
- }
-}
-
-//blockqoute color variations
-@each $color,
-$value in $theme-colors {
- .blockquote-#{$color} {
- @include blockquote($value);
- }
-}
-
-.page-title {
- color: $body-color;
- margin: 0.38rem 0 0.75rem;
-}
-
-.card-title {
- font-family: $type-2;
- font-weight: 500;
- color: #212229;
- margin-bottom: 15px;
- font-size: 14px;
- text-transform: capitalize;
-
- .rtl & {
- text-align: right;
- }
-}
-
-.card-subtitle {
- @extend .text-gray;
- font-weight: 300;
- font-family: $type-1;
- margin-top: 0.625rem;
- margin-bottom: 0.625rem;
-}
-
-.card-description {
- margin-bottom: 0.9375rem;
- font-family: $type-1;
-
- .rtl & {
- text-align: right;
- }
-}
-
-.font-weight-normal {
- font-weight: 400;
-}
-
-.font-weight-medium {
- font-weight: 500;
-}
-
-.font-weight-semibold {
- font-weight: 600;
-}
-
-small,
-.text-small {
- font-size: 12px;
-}
-
-.icon-lg {
- font-size: 2.5rem;
-}
-
-.icon-md {
- font-size: 1.875rem;
-}
-
-.icon-sm {
- font-size: 1.3rem;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/_utilities.scss b/app/frontend/static/assets/scss/shared/_utilities.scss
deleted file mode 100755
index b8f9bed1..00000000
--- a/app/frontend/static/assets/scss/shared/_utilities.scss
+++ /dev/null
@@ -1,435 +0,0 @@
-/* Utilities */
-.logo {
- width: 150px;
- max-width: 100%;
-}
-
-.grid-margin {
- margin-bottom: $grid-gutter-width;
-}
-
-.grid-margin-sm-0 {
- @media (min-width: 576px) {
- margin-bottom: 0;
- }
-}
-
-.grid-margin-md-0 {
- @media (min-width: 768px) {
- margin-bottom: 0;
- }
-}
-
-.grid-margin-lg-0 {
- @media (min-width: 992px) {
- margin-bottom: 0;
- }
-}
-
-.grid-margin-xl-0 {
- @media (min-width: 1200px) {
- margin-bottom: 0;
- }
-}
-
-.rounded-circle {
- &[class*='img'] {
- position: relative;
- overflow: hidden;
-
- .flag-icon {
- position: absolute;
- top: auto;
- left: -10px;
- right: 0;
- bottom: auto;
- width: calc(100% + 20px);
- height: 100%;
- display: block;
- margin: auto;
- }
- }
-}
-
-.img-curved {
- border-radius: 10px;
-}
-
-.img-raised {
- box-shadow: 0 4px 8px 0 rgba(42, 55, 71, 0.15);
-}
-
-.img-lg {
- width: 92px;
- min-width: 92px;
- height: 92px;
-}
-
-.img-md {
- width: 60px;
- min-width: 60px;
- height: 60px;
-}
-
-.img-sm {
- width: 43px;
- min-width: 43px;
- height: 43px;
-}
-
-.img-xs {
- width: 32px;
- min-width: 32px;
- height: 32px;
-}
-
-.img-ss {
- width: 35px;
- min-width: 35px;
- height: 35px;
-}
-
-.img-curved {
- border-radius: 10px;
-}
-
-.display-avatar {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 43px;
- min-width: 43px;
- height: 43px;
- font-size: 16px;
- font-weight: 600;
- border-radius: 100%;
-}
-
-.stretch-card {
- display: flex;
- align-items: stretch;
- justify-content: stretch;
-
- >.card {
- width: 100%;
- min-width: 100%;
- }
-}
-
-.dot-indicator {
- width: 10px;
- height: 10px;
- border-radius: 100%;
-
- &.dot-indicator-sm {
- width: 6px;
- height: 6px;
- }
-}
-
-.border-indicator {
- width: 10px;
- height: 10px;
- border-width: 2px;
- border-style: solid;
- border-color: $border-color;
- border-radius: 100%;
-}
-
-.dropdown-divider {
- border-color: $border-color;
-}
-
-.border-right-sm {
- @media (min-width: 576px) {
- border-right: $border-width solid $border-color;
- }
-}
-
-.border-right-md {
- @media (min-width: 768px) {
- border-right: $border-width solid $border-color;
- }
-}
-
-.border-right-lg {
- @media (min-width: 992px) {
- border-right: $border-width solid $border-color;
- }
-}
-
-.border-left-sm {
- @media (min-width: 576px) {
- border-left: $border-width solid $border-color;
- }
-}
-
-.border-strong {
- border-color: darken($border-color, 80%);
-}
-
-.count-wrapper {
- position: relative;
-
- .count {
- position: absolute;
- width: auto;
- min-width: 8px;
- min-height: 8px;
- padding: 2px 4px;
- font-size: 75%;
- line-height: 1;
- vertical-align: middle;
- border-radius: 100%;
- color: $white;
- font-weight: 500;
-
- &.top-right {
- top: -5px;
- right: 0;
- }
-
- &.bottom-right {
- bottom: -5px;
- right: 0;
- }
-
- &.bottom-left {
- bottom: -5px;
- left: 0;
- }
-
- &.top-left {
- top: -5px;
- left: 0;
- }
- }
-}
-
-.border-left-md {
- @media (min-width: 768px) {
- border-left: $border-width solid $border-color;
- }
-}
-
-.border-left-lg {
- @media (min-width: 992px) {
- border-left: $border-width solid $border-color;
- }
-}
-
-.text-gray {
- color: #212529;
-}
-
-.text-black {
- color: $black;
-}
-
-.flex-grow {
- flex-grow: 1;
-}
-
-.ellipsis {
- max-width: 95%;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
-}
-
-.no-wrap {
- white-space: nowrap;
-}
-
-.status-indicator {
- border-width: 2px;
- border-style: solid;
- border-color: theme-color(warning);
- border-radius: 100%;
- display: inline-block;
- height: 8px;
- width: 8px;
-
- &.online {
- border-color: theme-color(success);
- }
-
- &.offline {
- border-color: theme-color(primary);
- }
-
- &.away {
- border-color: theme-color(warning);
- }
-}
-
-.bg-transparent {
- background: transparent;
-}
-
-.aligner-wrapper {
- position: relative;
-
- .absolute {
- position: absolute;
-
- &.absolute-center {
- top: 50%;
- transform: translateY(-50%);
- bottom: 0;
- right: 0;
- left: 0;
- margin: auto;
- }
-
- &.left {
- left: 0;
- }
-
- &.right {
- right: 0;
- }
-
- &.bottom {
- bottom: 0;
- }
-
- &.top {
- top: 0;
- }
- }
-}
-
-.image-grouped {
- display: flex;
-
- .text-avatar,
- img {
- @extend .img-ss;
- border-radius: 100%;
- margin-left: -10px;
- z-index: 0;
- border: 4px solid $card-bg;
- transform: scale(1);
- transition-duration: 0.3s;
- transition-timing-function: ease;
- transition-property: "box-shadow", "z-index", "transform", "border-width";
-
- &:first-child {
- margin-left: 0;
- }
-
- &:hover {
- z-index: 1;
- box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.5);
- transform: scale(1.05);
- border-width: 0;
-
- }
- }
-
- .text-avatar {
- @extend .bg-inverse-primary;
- color: theme-color(primary);
- font-size: 11px;
- font-weight: 600;
- }
-}
-
-.v-strock-1 {
- width: 2px;
-}
-
-.v-strock-2 {
- width: 3px;
-}
-
-.v-strock-3 {
- width: 4px;
-}
-
-.v-strock-4 {
- width: 5px;
-}
-
-.h-strock-1 {
- height: 2px;
-}
-
-.h-strock-2 {
- height: 3px;
-}
-
-.h-strock-3 {
- height: 4px;
-}
-
-.h-strock-4 {
- height: 5px;
-}
-
-@each $color,
-$value in $theme-colors {
- .bg-inverse-#{$color} {
- @include bg-inverse-variant($value);
- }
-}
-
-.list {
- &.list-noborders {
- .list-item {
- border: none;
- }
- }
-
- padding-left: 0;
-
- .list-item {
- display: flex;
- align-items: center;
- padding: 0 0 30px 0;
-
- &:first-child {
- padding-top: 0;
- }
-
- &:last-child {
- padding-bottom: 0;
- }
- }
-}
-
-.text-transparent {
- opacity: 0.6;
-}
-
-.text-avatar {
- display: flex;
- justify-content: center;
- align-items: center;
- font-weight: 500;
-}
-
-.user-avatar {
- position: relative;
- display: inline-block;
-
- .edit-avatar-icon {
- position: absolute;
- bottom: 8%;
- right: -10px;
- height: 35px;
- width: 35px;
- border-radius: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- background: theme-color(secondary);
- color: $text-gray;
- border: 3px solid #fff;
-
- i {
- font-size: 15px;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/_variables.scss b/app/frontend/static/assets/scss/shared/_variables.scss
deleted file mode 100755
index 44661315..00000000
--- a/app/frontend/static/assets/scss/shared/_variables.scss
+++ /dev/null
@@ -1,260 +0,0 @@
-////////// COLOR SYSTEM //////////
-$blue: #00aeef;
-$indigo: #6610f2;
-$purple: #ab8ce4;
-$pink: #E91E63;
-$red: #ff0017;
-$orange: #fb9678;
-$yellow: #ffd500;
-$green: #3bd949;
-$teal: #58d8a3;
-$cyan: #57c7d4;
-$black: #000;
-$white: #ffffff;
-$white-smoke: #f4f4f4;
-$ghost-white: #f7fafc;
-$violet: #41478a;
-$darkslategray: #2e383e;
-$dodger-blue: #3498db;
-$blue-teal-gradient: linear-gradient(120deg, #556cdc, #128bfc, #18bef1);
-$blue-teal-gradient-light: linear-gradient(120deg, rgba(0, 228, 208, 0.7), rgba(89, 131, 232, 0.7));
-$theme-colors: (primary: #2196f3, secondary: #dde4eb, success:#19d895, info: #8862e0, warning: #ffaf00, danger: #ff6258, light: #fbfbfb, dark: #252C46);
-$colors: (blue: $blue, indigo: $indigo, purple: $purple, pink: $pink, red: $red, orange: $orange, yellow: $yellow, green: $green, teal: $teal, cyan: $cyan, white: $white, white-smoke: #f3f5f6, gray: $gray-600, gray-light: #8ba2b5, gray-lightest: #f7f7f9, gray-dark: #292b2c);
-////////// COLOR SYSTEM //////////
-////////// SOCIAL COLORS //////////
-$social-colors: (twitter: #4DBFF5, facebook: #648ACA, google: #E55F4B, linkedin: #0177b4, pinterest: #cc2127, youtube: #e52d27, github: #333333, behance: #1769ff, dribbble: #ea4c89, reddit: #ff4500);
-////////// SOCIAL COLORS //////////
-////////// FONTS //////////
-$type-1: 'roboto',
-sans-serif;
-$type-2: $type-1;
-$default-font-size: 0.875rem; //14px
-$text-muted: #858585 !default;
-$text-gray: #4d4c4c !default;
-$body-color: #001737 !default;
-$border-color:#d5dfe6 !default;
-$accent-color: #fff;
-////////// FONT VARIABLES //////////
-////////// BOOTSTRAP BREAKPOINTS //////////
-$grid-breakpoints-xs: 0px;
-$grid-breakpoints-sm: 576px;
-$grid-breakpoints-md: 768px;
-$grid-breakpoints-lg: 992px;
-$grid-breakpoints-xl: 1200px;
-////////// BOOTSTRAP BREAKPOINTS //////////
-
-////////// COLOR VARIABLES //////////
-$content-bg:#F3F3F3 !default;
-////////// COLOR VARIABLES //////////
-
-///////// SETTINGS PANEL ////////
-$settings-panel-width: 300px;
-
-///////// BUTTONS ////////
-$button-fixed-width: 120px;
-$btn-padding-y: 0.4rem;
-$btn-padding-x: 1rem;
-$btn-line-height: 1;
-$btn-padding-y-xs: .5rem;
-$btn-padding-x-xs: .75rem;
-$btn-padding-y-sm: 0.50rem;
-$btn-padding-x-sm: 0.81rem;
-$btn-padding-y-lg: 0.94rem;
-$btn-padding-x-lg: 1.94rem;
-$btn-font-size: .875rem;
-$btn-font-size-xs: .625rem;
-$btn-font-size-sm: .875rem;
-$btn-font-size-lg: .875rem;
-$btn-border-radius: .1875rem;
-$btn-border-radius-xs: .1875rem;
-$btn-border-radius-sm: .1875rem;
-$btn-border-radius-lg: .1875rem;
-$social-btn-padding: 13px;
-$social-btn-icon-size: 1rem;
-///////// BUTTONS ////////
-///////// FORMS /////////
-$input-bg: lighten($card-bg, 4%) !default;
-$input-border-radius: 2px;
-$input-placeholder-color: #c9c8c8 !default;
-$input-font-size: .75rem;
-$input-padding-y: .56rem;
-$input-padding-x: 1.375rem;
-$input-line-height: 1;
-$input-padding-y-sm: .5rem;
-$input-padding-x-sm: .81rem;
-$input-line-height-sm: 1;
-$input-padding-y-lg: .94rem;
-$input-padding-x-lg: 1.94rem;
-$input-line-height-lg: 1;
-$custom-switch-width: 2.25rem;
-$custom-control-indicator-size:1.25rem;
-$custom-switch-indicator-size: 1rem;
-$custom-switch-indicator-border-radius: 50px;
-$custom-control-indicator-checked-bg:#33ac2e !default;
-$custom-control-indicator-checked-border-color: $custom-control-indicator-checked-bg !default;
-$form-check-label-input-helper-bg: theme-color(light) !default;
-///////// FORMS /////////
-//////// DROPDOWNS ///////
-$dropdown-bg: #fff !default;
-$dropdown-hover-bg:theme-color(light) !default;
-$dropdown-hover-color: $body-color !default;
-$dropdown-divider-bg: $border-color !default;
-$dropdown-link-color: $body-color !default;
-$dropdown-header-color: $body-color !default;
-$dropdown-toggle-arrow-color: #fff !default;
-//////// DROPDOWNS ///////
-//////// TABLES ////////
-$table-hover-bg: #edf2f7 !default;
-$table-color:$body-color !default;
-$table-cell-padding: 12px 15px;
-$table-head-cell-color:$body-color;
-$border-cell-color: $border-color;
-$table-border-color: $border-color !default;
-$table-accent-bg: theme-color(light) !default;
-$table-inverse-bg: #2a2b32 !default;
-$table-inverse-color: color(white) !default;
-$table-striped-order: even !default;
-//////// TABLES ////////
-////////// MEASUREMENT AND PROPERTY VARIABLES //////////
-$boxed-container-width: 1200px;
-$border-property: 1px solid $border-color !default;
-$card-bg: #fff !default;
-$card-spacing-y: 1.875rem;
-$card-padding-y: 1.88rem;
-$card-padding-x: 1.81rem;
-$grid-gutter-width: 25px;
-$action-transition-duration: 0.25s;
-$action-transition-timing-function: ease;
-////////// OTHER VARIABLES //////////
-////////// BREAD CRUMBS VARIABLES //////////
-// default styles
-$breadcrumb-padding-y: 0.56rem;
-$breadcrumb-padding-x: 1.13rem;
-$breadcrumb-item-padding: .5rem;
-$breadcrumb-margin-bottom: 1rem;
-$breadcrumb-font-size: $default-font-size;
-$breadcrumb-bg: transparent;
-$breadcrumb-border-color: $border-color !default;
-$breadcrumb-divider-color: $gray-600 !default;
-$breadcrumb-active-color: $gray-700 !default;
-$breadcrumb-divider: "/";
-$breadcrumb-item-color: $black !default;
-// custom styles
-$breadcrumb-custom-padding-y: 0;
-$breadcrumb-custom-padding-x: 0;
-$breadcrumb-custom-item-padding-y: 0.56rem;
-$breadcrumb-custom-item-padding-x: 10px;
-$breadcrumb-item-bg: #dbe3e6 !default;
-////////// BREAD CRUMBS VARIABLES //////////
-////////// MODALS VARIABLES //////////
-$modal-inner-padding: 15px;
-$modal-dialog-margin: 10px;
-$modal-dialog-margin-y-sm-up: 30px;
-$modal-title-line-height: $line-height-base;
-$modal-content-bg: $content-bg !default;
-$modal-content-box-shadow-xs: 0 3px 9px rgba($black, .5) !default;
-$modal-content-box-shadow-sm-up: 0 5px 15px rgba($black, .5) !default;
-$modal-backdrop-bg: $black !default;
-$modal-backdrop-opacity: .5;
-$modal-header-border-color: $border-color !default;
-$modal-content-border-color: $border-color !default;
-$modal-footer-border-color: $border-color !default;
-$modal-header-border-width: $border-width;
-$modal-content-border-width: $border-width;
-$modal-footer-border-width: $border-width;
-$modal-header-padding-x: 26px;
-$modal-header-padding-y: 25px;
-$modal-body-padding-x: 26px;
-$modal-body-padding-y: 35px;
-$modal-footer-padding-x: 31px;
-$modal-footer-padding-y: 15px;
-$modal-lg: 90%;
-$modal-md: 500px;
-$modal-sm: 300px;
-$modal-transition: transform .4s ease;
-////////// MODALS VARIABLES //////////
-////////// TOOLTIP VARIABLES //////////
-//default styles
-$tooltip-font-size: .75rem;
-$tooltip-padding-y: .4rem;
-$tooltip-padding-x: .75rem;
-$tooltip-border-radius: .375rem;
-$tooltip-bg: theme-color(dark) !default;
-$tooltip-arrow-color: $tooltip-bg !default;
-////////// TOOLTIP VARIABLES //////////
-////////// POPOVER VARIABLES //////////
-//default styles
-$popover-bg: lighten($card-bg, 4%) !default;
-$popover-text-color: $black !default;
-$popover-border-color: $border-color !default;
-$popover-arrow-color: $popover-bg !default;
-$popover-arrow-outer-color: $popover-border-color !default;
-$popover-header-bg: $popover-bg !default;
-////////// POPOVER VARIABLES //////////
-////////// EMAIL VARIABLES //////////
-$email-view-wrapper-bg: $card-bg !default;
-$emal-menu-item-hover-color: rgba(240, 244, 249, 0.8) !default;
-$emal-menu-item-active-bg:rgba(theme-color(primary), 0.3) !default;
-$emal-menu-item-active-color: theme-color(primary) !default;
-////////// EMAIL VARIABLES //////////
-
-$avgrund-popin-bg: #fff !default;
-$avgrund-close-color:#fff !default;
-$progressbar-bg: darken($content-bg, 5%) !default;
-
-$tour-bg: #fff !default;
-$popover-title-bg:theme-color(primary) !default;
-$popover-title-color: #fff !default;
-
-$chartjs-tooltip-box-shadow:0px 0px 15px -5px rgba(0, 0, 0, 0.6) !default;
-
-
-$colcade-grid-bg: rgba(77, 199, 160, 0.2) !default;
-$colcade-grid-bg-item:rgb(77, 199, 160) !default;
-
-$context-menu-item-color:$black !default;
-$context-menu-hover-bg:$black !default;
-$context-menu-hover-color:#fff !default;
-
-$dropify-wrapper-hover-bg:linear-gradient(135deg, #F2F7F8 25%, transparent 25%, transparent 50%, #F2F7F8 50%, #F2F7F8 75%, transparent 75%, transparent) !default;
-$dropify-infos-bg:rgba(255, 255, 255, .9) !default;
-$dropify-infos-inner-filename-color:theme-color(primary) !default;
-$dropify-infos-message:#333 !default;
-$dropify-clear-bg:#fff !default;
-$dropify-clear-color:color(gray) !default;
-
-$jvectormap-container: $white !default;
-
-
-$noUi-base-bg:color(gray-lightest) !default;
-$noUi-connect-bg:theme-color(primary) !default;
-$noUi-origin-bg:theme-color(success) !default;
-
-$select2-selected-item-bg: theme-color(primary) !default;
-
-$inputtag-tab-bg:theme-color(primary) !default;
-$inputtag-tab-color:#fff !default;
-
-$typeahead-bg:#fff !default;
-$tt-query-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075) !default;
-$typeahead-tt-hint-color:color(gray) !default;
-$typeahead-tt-menu:color(white) !default;
-$tt-box-shadow:0 5px 10px rgba(0, 0, 0, .2) !default;
-$tt-suggestion-hover-bg:theme-color(primary) !default;
-$tt-suggestion-hover-color:color(white) !default;
-
-$wysieditor-code-bg:#ddd !default;
-$wysieditor-code-toolbar-bg:color(white) !default;
-$wysieditor-code-toolbar-color:theme-color(primary) !default;
-
-$timeline-badge-border-color:#fff !default;
-$timeline-badge-color: $white !default;
-$timeline-panel-box-shadow:1px 2px 35px 0 rgba(1, 1, 1, 0.1) !default;
-
-$bullet-line-list-shape-bg: color(white) !default;
-$alert-event-bg: rgba(theme-color(primary), 0.2) !default;
-$chat-container-height:950px;
-
-$purchase-banner-height: 55px;
-$purchase-banner-bg:#000;
-$purchase-banner-color: $white;
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_accordions.scss b/app/frontend/static/assets/scss/shared/components/_accordions.scss
deleted file mode 100755
index ead08a12..00000000
--- a/app/frontend/static/assets/scss/shared/components/_accordions.scss
+++ /dev/null
@@ -1,295 +0,0 @@
-/* Accordions */
-
-.accordion {
- .card {
- margin-bottom: 15px;
- border: 1px solid $border-color;
- border-radius: 4px;
-
- .card-header {
- background-color: transparent;
- border: none;
- padding: 0;
- font-size: 14px;
-
- a {
- display: block;
- padding: 0.75rem 1.70rem 0.75rem 1.25rem;
- background: lighten($card-bg, 4%);
- color: $body-color;
- text-decoration: none;
- font-size: $default-font-size;
- position: relative;
- font-weight: 600;
- transition-property: border-color, background;
- transition-duration: 0.5s;
- @include ellipsor;
-
- &:before {
- font-family: "Material Design Icons";
- position: absolute;
- right: 8px;
- top: 16px;
- font-size: 16px;
- display: block;
- font-weight: 500;
- color: $body-color;
- }
-
- .card-icon {
- margin-right: 15px;
- font-size: 20px;
- }
- }
- }
-
- .card-body {
- font-size: 0.88rem;
- padding: 12px 20px 26px;
-
- i {
- font-size: 1.25rem;
- }
- }
- }
-
- &.basic-accordion {
- .card {
- .card-header {
- a {
- &[aria-expanded="true"] {
- background: lighten($card-bg, 8%);
-
- &:before {
- content: "\F374";
- }
- }
-
- &[aria-expanded="false"] {
- &:before {
- content: "\F415";
- }
- }
- }
- }
- }
- }
-
- &.accordion-multiple-outline {
- .card {
- &:nth-child(5n+1) {
- @include accordion-multiple-outline-variant(info);
- }
-
- &:nth-child(5n+2) {
- @include accordion-multiple-outline-variant(success);
- }
-
- &:nth-child(5n+3) {
- @include accordion-multiple-outline-variant(primary);
- }
-
- &:nth-child(5n+4) {
- @include accordion-multiple-outline-variant(warning);
- }
-
- &:nth-child(5n+5) {
- @include accordion-multiple-outline-variant(danger);
- }
-
- .card-header {
- a {
- &[aria-expanded="true"] {
- &:before {
- content: "\F143";
- }
- }
-
- &[aria-expanded="false"] {
- &:before {
- content: "\F140";
- }
- }
- }
- }
- }
- }
-
- &.accordion-multiple-filled {
- .card {
- overflow: hidden;
-
- &:nth-child(5n+1) {
- @include accordion-multiple-filled-variant(info);
- }
-
- &:nth-child(5n+2) {
- @include accordion-multiple-filled-variant(success);
- }
-
- &:nth-child(5n+3) {
- @include accordion-multiple-filled-variant(primary);
- }
-
- &:nth-child(5n+4) {
- @include accordion-multiple-filled-variant(warning);
- }
-
- &:nth-child(5n+5) {
- @include accordion-multiple-filled-variant(danger);
- }
-
- .card-header {
- a {
- padding-left: 2.5rem;
- padding-right: 1rem;
- color: $white;
- font-weight: 300;
-
- &:before {
- left: 10px;
- right: unset;
- top: 12px;
- color: $white;
- }
-
- &[aria-expanded="true"] {
- &:before {
- content: "\F143";
- }
- }
-
- &[aria-expanded="false"] {
- &:before {
- content: "\F140";
- }
- }
- }
- }
- }
- }
-
- &.accordion-solid-bg {
- .card {
- background: theme-color(light);
-
- .card-header {
- a {
- color: theme-color(info);
- font-weight: 400;
-
- &:before {
- top: 12px;
- color: theme-color(info);
- }
-
- &[aria-expanded="true"] {
- background: theme-color(light);
-
- &:before {
- content: "\F143";
- }
- }
-
- &[aria-expanded="false"] {
- background: $white;
-
- &:before {
- content: "\F140";
- }
- }
- }
- }
- }
- }
-
- &.accordion-body-filled {
- .card {
- border-top: none;
- border-right: none;
- border-left: none;
- margin-bottom: 0;
-
- .card-header {
- a {
- padding: 23px 10px 23px 2.5rem;
- font-weight: 300;
-
- &:before {
- right: unset;
- left: 8px;
- top: 22px;
- font-size: 24px;
- transition-duration: 0.3s;
- transition-property: color;
- }
-
- &[aria-expanded="true"] {
- &:before {
- content: "\F376";
- color: theme-color(primary);
- }
- }
-
- &[aria-expanded="false"] {
- &:before {
- content: "\F417";
- color: theme-color(secondary);
- }
- }
- }
- }
-
- .card-body {
- background: theme-color(primary);
- color: $white;
- border-radius: 4px;
- }
- }
- }
-
- &.accordion-minimal {
- .card {
- border-top: none;
- border-right: none;
- border-left: none;
- margin-bottom: 0;
-
- .card-header {
- a {
- padding: 23px 20px;
- transition-duration: 0.4s;
- transition-property: font-weight;
-
- &[aria-expanded="true"] {
- font-weight: 600;
- }
-
- &[aria-expanded="false"] {
- font-weight: 300;
- }
- }
- }
-
- .card-body {
- padding: 30px 0;
- }
- }
- }
-}
-
-/* inverse buttons */
-
-@each $color,
-$value in $theme-colors {
- .accordion-inverse-#{$color} {
- @include accordion-inverse-variant($value);
- }
-}
-
-@each $color,
-$value in $theme-colors {
- .accordion-outline-#{$color} {
- @include accordion-outline-variant($value);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_badges.scss b/app/frontend/static/assets/scss/shared/components/_badges.scss
deleted file mode 100755
index c12ac431..00000000
--- a/app/frontend/static/assets/scss/shared/components/_badges.scss
+++ /dev/null
@@ -1,65 +0,0 @@
-/* Badges */
-
-.badge {
- border-radius: 0.25rem;
- font-size: 11px;
- font-weight: initial;
- line-height: 1;
- padding: 4px 6px;
- font-family: $type-1;
- font-weight: 600;
- letter-spacing: 0.04rem;
-
- &:empty {
- display: inline-block;
- min-width: 10px;
- min-height: 10px;
- padding: 0;
- margin-right: 10px;
- border-radius: 100%;
-
- .rtl & {
- margin-left: 10px;
- margin-right: 0;
- }
- }
-
- &.badge-pill {
- border-radius: 10rem;
- }
-
- &.badge-fw {
- min-width: 70px;
- }
-
- &.badge-lg {
- padding: 0.4rem 0.9rem;
- }
-}
-
-/*Badge variations*/
-
-@each $color,
-$value in $theme-colors {
- .badge-#{$color} {
- @include badge-variations($value);
- }
-}
-
-/*Badge inverse variations*/
-
-@each $color,
-$value in $theme-colors {
- .badge-inverse-#{$color} {
- @include badge-inverse-variations($value);
- }
-}
-
-/*Badge outlined variations*/
-
-@each $color,
-$value in $theme-colors {
- .badge-outline-#{$color} {
- @include badge-outline-variations($value);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_bootstrap-alerts.scss b/app/frontend/static/assets/scss/shared/components/_bootstrap-alerts.scss
deleted file mode 100755
index 6a00b5c3..00000000
--- a/app/frontend/static/assets/scss/shared/components/_bootstrap-alerts.scss
+++ /dev/null
@@ -1,21 +0,0 @@
-/* Bootstrap Alerts */
-.alert {
- font-size: $default-font-size;
-
- i {
- font-size: 1.25rem;
- margin-right: 1.25rem;
- vertical-align: middle;
- line-height: 0.5;
- }
-}
-@each $color, $value in $theme-colors {
- .alert-#{$color} {
- @include alert-variant(rgba(theme-color($color), .2), theme-color-level($color, 1), theme-color-level($color, 3));
- }
-}
-@each $color, $value in $theme-colors {
- .alert-fill-#{$color} {
- @include alert-variant(theme-color($color), theme-color($color), color(white));
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_bootstrap-progress.scss b/app/frontend/static/assets/scss/shared/components/_bootstrap-progress.scss
deleted file mode 100755
index ca4c3fab..00000000
--- a/app/frontend/static/assets/scss/shared/components/_bootstrap-progress.scss
+++ /dev/null
@@ -1,37 +0,0 @@
-/* Bootstrap Progress */
-
-.progress {
- border-radius: 3px;
- height: 8px;
- background: $progressbar-bg;
-
- .progress-bar {
- border-radius: 3px;
- }
-
- &.grouped {
- .progress-bar {
- border-radius: 0px;
-
- &:last-child {
- border-radius: 0px 3px 3px 0px;
- }
- }
- }
-
- &.progress-sm {
- height: 0.375rem;
- }
-
- &.progress-md {
- height: 8px;
- }
-
- &.progress-lg {
- height: 15px;
- }
-
- &.progress-xl {
- height: 18px;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_breadcrumbs.scss b/app/frontend/static/assets/scss/shared/components/_breadcrumbs.scss
deleted file mode 100755
index 672ed325..00000000
--- a/app/frontend/static/assets/scss/shared/components/_breadcrumbs.scss
+++ /dev/null
@@ -1,108 +0,0 @@
-/* Breadcrumbs */
-
-.breadcrumb {
- .breadcrumb-item {
- font-size: $breadcrumb-font-size;
-
- &.active {
- color: rgba($body-color, 0.8);
- }
- }
-
- &.breadcrumb-custom {
- padding: $breadcrumb-custom-padding-y $breadcrumb-custom-padding-x;
- border-color: $breadcrumb-item-bg;
-
- .breadcrumb-item {
- font-size: $breadcrumb-font-size;
- background: $breadcrumb-item-bg;
- padding: $breadcrumb-custom-item-padding-y $breadcrumb-custom-item-padding-x;
- color: $body-color;
- display: inline-block;
- vertical-align: top;
-
- &.active {
- color: $body-color;
- }
-
- &:last-child {
- background: transparent;
- }
-
- &:before {
- content: "";
- }
-
- a {
- position: relative;
- color: inherit;
- border: 1px solid $breadcrumb-item-bg;
- display: inline-block;
- vertical-align: top;
-
- &:after,
- &:before {
- position: absolute;
- top: -9px;
- width: 0;
- height: 0;
- content: "";
- border-top: 21px solid transparent;
- border-bottom: 21px solid transparent;
- }
-
- &:before {
- right: -22px;
- z-index: 3;
- border-left-color: $breadcrumb-item-bg;
- border-left-style: solid;
- border-left-width: 12px;
- }
-
- &:after {
- border-top: 21px solid transparent;
- border-bottom: 22px solid transparent;
- border-left: 12px solid $white;
- top: -9px;
- right: -23px;
- }
- }
-
- span {
- display: inline-block;
- vertical-align: top;
- }
- }
- }
-
- &.bg-danger,
- &.bg-dark,
- &.bg-info,
- &.bg-primary,
- &.bg-success,
- &.bg-warning {
- border: none;
-
- .breadcrumb-item {
- color: $breadcrumb-item-color;
-
- &:before {
- color: inherit;
- }
-
- a,
- span {
- color: inherit;
- }
- }
- }
-}
-
-/* inverse breadcrumb */
-
-@each $color,
-$value in $theme-colors {
- .bg-inverse-#{$color} {
- @include breadcrumb-inverse-variant($value);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_buttons.scss b/app/frontend/static/assets/scss/shared/components/_buttons.scss
deleted file mode 100755
index e649892f..00000000
--- a/app/frontend/static/assets/scss/shared/components/_buttons.scss
+++ /dev/null
@@ -1,213 +0,0 @@
-/* Buttons */
-
-.btn {
- font-size: $btn-font-size;
- line-height: 1;
- font-family: $type-1;
-
- i {
- margin-right: 0.3125rem;
- font-size: inherit;
- }
-
- .btn-label {
- &:before {
- font-size: 1rem;
- line-height: 5px;
- vertical-align: middle;
- }
-
- &.btn-label-left {
- margin-right: 5px;
- }
-
- &.btn-label-right {
- margin-left: 5px;
- }
- }
-
- &.btn-rounded {
- border-radius: 50px;
- }
-
- &.btn-square {
- border-radius: 0px;
- }
-
- &.btn-icons {
- width: 40px;
- height: 40px;
- padding: 10px;
- text-align: center;
- vertical-align: middle;
-
- i {
- margin: auto;
- line-height: initial;
- }
- }
-
- &.btn-fw {
- min-width: $button-fixed-width;
- }
-
- &.icon-btn {
- i {
- margin-right: 0;
- }
- }
-
- &.social-btn {
- padding: $social-btn-padding;
-
- i {
- margin-right: 0;
- font-size: $social-btn-icon-size;
- }
- }
-
- &.btn-sm {
- font-size: $btn-font-size-sm;
- }
-
- &.btn-lg {
- font-size: $btn-font-size-lg;
- }
-
- &.btn-xs {
- padding: $btn-padding-y-xs $btn-padding-x-xs;
- font-size: $btn-font-size-xs;
- }
-
- &.btn-transparent {
- background: transparent;
- }
-
- &.btn-danger,
- &.btn-info,
- &.btn-success,
- &.btn-teal,
- &.btn-warning {
- color: $white;
- }
-
- &.btn-outline-light {
- border-color: darken(theme-color(light), 15%);
- color: darken(theme-color(light), 15%);
- }
-
- &.btn-outline-secondary {
- color: rgba($black, 0.5);
- }
-
- &.btn-inverse-secondary {
- background-color: rgba(theme-color(secondary), 0.5);
- color: rgba($black, 0.5);
-
- &:hover {
- color: rgba($black, 0.5);
- }
- }
-
- &.btn-inverse-light {
- background-color: $white;
- color: rgba($black, 0.5);
- border-color: lighten($black, 85%);
-
- &:hover {
- color: rgba($black, 0.5);
- border-color: lighten($black, 85%);
- }
- }
-}
-
-.btn-group {
- border: $border-width solid $border-color;
- border-radius: $btn-border-radius;
-
- .btn {
- border-top: none;
- border-bottom: none;
- border-left: none;
-
- &:last-child {
- border-right: none;
- }
-
- &.btn-primary {
- border-color: darken(theme-color(primary), 3%);
- }
-
- &.btn-secondary {
- border-color: darken(theme-color(secondary), 3%);
- }
-
- &.btn-info {
- border-color: darken(theme-color(info), 3%);
- }
-
- &.btn-warning {
- border-color: darken(theme-color(warning), 3%);
- }
-
- &.btn-success {
- border-color: darken(theme-color(success), 3%);
- }
-
- &.btn-danger {
- border-color: darken(theme-color(danger), 3%);
- }
-
- &.btn-dark {
- border-color: darken(theme-color(dark), 3%);
- }
-
- &.btn-light {
- border-color: darken(theme-color(light), 3%);
- }
- }
-}
-
-.btn-toolbar {
- .btn-group {
- +.btn-group {
- @extend .ml-2;
- }
- }
-}
-
-/*social buttons*/
-
-@each $color,
-$value in $social-colors {
- .btn-#{$color} {
- @include social-button(social-color($color));
- }
-}
-
-/*social buttons*/
-
-@each $color,
-$value in $social-colors {
- .btn-social-outline-#{$color} {
- @include btn-social-outline-variant(social-color($color));
- }
-}
-
-/* inverse buttons */
-
-@each $color,
-$value in $theme-colors {
- .btn-inverse-#{$color} {
- @include button-inverse-variant($value);
- }
-}
-
-/* Inverse Outlined Buttons */
-
-@each $color,
-$value in $theme-colors {
- .btn-inverse-outline-#{$color} {
- @include button-inverse-outline-variant($value);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_cards.scss b/app/frontend/static/assets/scss/shared/components/_cards.scss
deleted file mode 100755
index 8575cca9..00000000
--- a/app/frontend/static/assets/scss/shared/components/_cards.scss
+++ /dev/null
@@ -1,104 +0,0 @@
-/* Cards */
-
-.card {
- border: none;
-
- .card-header {
- background: lighten($card-bg, 3%);
- padding: $card-padding-y $card-padding-x;
- border-bottom: 1px solid $border-color;
-
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- p,
- small {
- margin-bottom: 0px;
- }
-
- &.header-sm {
- padding: 15px $card-padding-x;
- height: 60px;
-
- p,
- .dropdown .dropdown-toggle i {
- color: $text-muted;
- }
- }
- }
-
- .card-body {
- padding: $card-padding-y $card-padding-x;
-
- &.no-gutter {
- padding: 0;
- }
-
- +.card-body {
- padding-top: 0;
- }
- }
-
- &.card-outline-success {
- border: 1px solid theme-color("success");
- }
-
- &.card-outline-primary {
- border: 1px solid theme-color("primary");
- }
-
- &.card-outline-warning {
- border: 1px solid theme-color("warning");
- }
-
- &.card-outline-danger {
- border: 1px solid theme-color("danger");
- }
-
- &.card-rounded {
- border-radius: 5px;
- }
-
- &.card-faded {
- background: #b5b0b2;
- border-color: #b5b0b2;
- }
-
- .card-subtitle {
- color: rgba($body-color, 0.7);
- }
-
- &.card-circle-progress {
- color: $white;
- text-align: center;
- }
-
- &.bg-blue-gradient {
- background: linear-gradient(to right, #065efd, #3169fd, #6f79fc);
- color: #fff;
- }
-
- &.bg-orange-gradient {
- background: linear-gradient(to right, #ff7f2e, #fe7452);
- color: #fff;
- }
-
- &.bg-green-gradient {
- background: linear-gradient(to right, #24e8a6, #09cdd1);
- color: #fff;
- }
-
- &.card-no-shadow {
- box-shadow: none;
- }
-}
-
-@each $color,
-$value in $theme-colors {
- .card-inverse-#{$color} {
- @include card-inverse-variant(rgba(theme-color($color), .2), theme-color-level($color, 1), theme-color-level($color, 3));
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_chat.scss b/app/frontend/static/assets/scss/shared/components/_chat.scss
deleted file mode 100755
index 42f9cb87..00000000
--- a/app/frontend/static/assets/scss/shared/components/_chat.scss
+++ /dev/null
@@ -1,207 +0,0 @@
-.chat-app-wrapper {
- position: relative;
- overflow: hidden;
-
- .chat-list-wrapper {
- overflow-y: auto;
- border-right: 1px solid $border-color;
- padding-bottom: 30px;
-
-
- @media (max-width: 768px) {
- position: absolute;
- left: -300px;
- top: 0;
- z-index: 99;
- bottom: 0px;
- background: $card-bg;
- width: 300px;
- height: 100%;
- border-right: none;
- transition-duration: 0.3s;
- transition-property: "box-shadow", "left";
-
- &.menu-open {
- left: 0px;
- box-shadow: 6px 4px 15px -5px rgba(0, 0, 0, 0.25);
- }
- }
-
- .chat-list-item-wrapper {
- padding-top: 20px;
- padding-bottom: 40px;
-
- .list-item {
- display: grid;
- grid-template-columns: 45px auto auto;
- grid-template-rows: 30px auto;
- padding: 15px 20px;
- transition-duration: 0.5s;
- transition-property: "background";
-
- .profile-image {
- position: relative;
-
- .dot-indicator {
- position: absolute;
- top: 15px;
- right: -5px;
- z-index: 1;
- height: 12px;
- width: 12px;
- border: 2px solid $card-bg;
- }
- }
-
- .user-name {
- color: $text-muted;
- padding-left: 20px;
- margin-bottom: 0;
- @extend .ellipsis;
- }
-
- .chat-time {
- color: $text-muted;
- text-align: right;
- }
-
- .chat-text {
- padding-left: 20px;
- grid-column-start: 2;
- grid-column-end: 4;
- grid-row-start: 2;
- margin-bottom: 0;
- }
-
- &:hover {
- background: rgba(theme-color(primary), 0.1);
- }
- }
- }
- }
-
- .chat-search-input {
- padding-top: 30px;
- padding-bottom: 10px;
-
- .form-control {
- height: 40px;
- border-right: none;
- border-radius: 4px 0px 0px 4px;
- color: $text-muted;
- }
-
- .input-group-text {
- padding: 8px 15px;
- font-size: 20px;
- border-radius: 0px 4px 4px 0px;
-
- i {
- color: $text-muted;
- }
- }
- }
-
- .sidebar-spacer {
- padding-left: 20px;
- padding-right: 20px;
- }
-
- .chat-container-wrapper {
- height: 100%;
- min-height: 100vh;
- max-height: $chat-container-height;
- overflow-y: auto;
- padding-bottom: 20px;
- padding: 0 15px 30px 15px;
-
- .chat-bubble {
- margin-top: 30px;
-
- .chat-message {
- border-radius: 4px;
- padding: 20px;
-
- p {
- &:last-child {
- margin-bottom: 0;
- }
- }
- }
-
- .sender-details {
- display: flex;
- align-items: center;
- padding-top: 10px;
-
- .sender-avatar {}
-
- .seen-text {
- margin-bottom: 0;
- color: $text-muted;
- }
- }
-
- &.incoming-chat {
- .chat-message {
- background: $content-bg;
- margin-left: 45px;
- }
-
- .sender-details {
- .seen-text {
- padding-left: 10px;
- }
- }
- }
-
- &.outgoing-chat {
- .chat-message {
- background: theme-color(primary);
- margin-left: auto;
- max-width: 290px;
- margin-right: 45px;
-
- p {
- color: $accent-color;
- }
- }
-
- .sender-details {
- flex-direction: row-reverse;
-
- .seen-text {
- padding-right: 10px;
- }
- }
- }
- }
- }
-
- .chat-sidebar {
- height: 100%;
- max-height: $chat-container-height;
- overflow-y: auto;
- border-left: 1px solid $border-color;
- }
-
- .chat-text-field {
- border-top: 1px solid $border-color;
- padding: 10px 0;
-
- .input-group {
-
- .input-group-prepend,
- .input-group-append {
- .input-group-text {
- border: none;
- }
- }
-
- .form-control {
- height: 45px;
- border: none;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_checkbox-radio.scss b/app/frontend/static/assets/scss/shared/components/_checkbox-radio.scss
deleted file mode 100755
index 36f86627..00000000
--- a/app/frontend/static/assets/scss/shared/components/_checkbox-radio.scss
+++ /dev/null
@@ -1,312 +0,0 @@
-/* Checkboxes and Radios */
-
-.form-check,
-.form-radio {
- position: relative;
- display: block;
- margin-top: 15px;
- margin-bottom: 10px;
-
- .form-check-label {
- display: block;
- padding-left: 30px;
-
- .rtl & {
- padding-left: 0;
- padding-right: 30px;
- }
-
- line-height: 1.5;
-
- input {
- position: absolute;
- margin-left: -20px;
- margin-top: 4px\9;
- top: 0;
- left: 0;
-
- .rtl & {
- left: auto;
- right: 0;
- }
-
- z-index: 1;
- cursor: pointer;
- opacity: 0;
- filter: alpha(opacity=0);
- margin-top: 0;
- }
- }
-}
-
-.form-check {
- .form-check-label {
- font-size: $default-font-size;
- line-height: 1.5;
- padding-left: 10px;
-
- input {
- &:checked {
- +.input-helper {
- &:before {
- background-color: $form-check-label-input-helper-bg;
- }
-
- &:after {
- width: 18px;
- opacity: 1;
- line-height: 18px;
- transform: scale(1);
- }
- }
- }
-
- &:disabled {
- +.input-helper {
- &:before {
- border-color: $border-color;
- }
- }
-
- &:checked {
- +.input-helper {
- &:after {
- color: $border-color;
- }
- }
- }
- }
- }
-
- .input-helper {
- &:before {
- position: absolute;
- content: "";
- top: 50%;
- transform: translateY(-50%);
- width: 18px;
- height: 18px;
- border-radius: 2px;
- left: 0;
-
- .rtl & {
- left: auto;
- right: 0;
- }
-
- border: 2px solid $border-color;
- transition: all;
- transition-duration: 0s;
- transition-duration: 250ms;
- }
-
- &:after {
- transition: all;
- transition-duration: 0s;
- transition-duration: 250ms;
- font-family: Material Design Icons;
- opacity: 0;
- filter: alpha(opacity=0);
- ;
- transform: scale(0);
- content: '\F12C';
- position: absolute;
- font-size: 0.9375rem;
- font-weight: bold;
- left: 0;
-
- .rtl & {
- left: auto;
- right: 0;
- }
-
- top: 14%;
- transform:translateY(-14%);
- color: theme-color(info);
- }
- }
- }
-
- &.form-check-flat {
- label {
- input {
- &:checked {
- +.input-helper {
- &:before {
- background-color: theme-color(success);
- border: none;
- }
- }
- }
-
- &:disabled {
- +.input-helper {
- &:after {
- color: $form-check-label-input-helper-bg;
- }
-
- &:before {
- border-color: $border-color;
- }
- }
-
- &:checked {
- +.input-helper {
- &:before {
- background: $form-check-label-input-helper-bg;
- }
- }
- }
- }
- }
-
- .input-helper {
- &:before {
- border: 2px solid $border-color;
- }
-
- &:after {
- color: $form-check-label-input-helper-bg;
- }
- }
- }
- }
-}
-
-.form-radio {
- label {
- input {
- +.input-helper {
- &:before {
- position: absolute;
- content: "";
- top: 50%;
- transform: translateY(-50%);
- left: 0;
-
- .rtl & {
- left: auto;
- right: 0;
- }
-
- border: 2px solid $border-color;
- width: 20px;
- height: 20px;
- border-radius: 50%;
- transition: all;
- transition-duration: 0s;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- }
-
- &:after {
- content: "";
- width: 8px;
- height: 8px;
- background: theme-color(danger);
- border-radius: 50%;
- top: 30%;
- transform: translateY(-30%);
- left: 6px;
-
- .rtl & {
- left: auto;
- right: 6px;
- }
-
- transition: none;
- transition-duration: 250s;
- opacity: 0;
- filter: alpha(opacity=0);
- transform: scale(0);
- position: absolute;
- }
- }
-
- &:checked {
- +.input-helper {
- &:before {
- background-color: $form-check-label-input-helper-bg;
- border: 2px solid $border-color;
- top: 30%;
- transform: translateY(-30%);
- }
-
- &:after {
- opacity: 1;
- line-height: 1.5;
- filter: alpha(opacity=100);
- transform: scale(1);
- }
- }
- }
-
- &:disabled {
- +.input-helper {
- &:before {
- border-color: $border-color;
- }
- }
-
- &:checked {
- +.input-helper {
- &:before {
- background-color: $form-check-label-input-helper-bg;
- border-color: $border-color;
- }
-
- &:after {
- background-color: $border-color;
- }
- }
- }
- }
- }
- }
-
- &.form-radio-flat {
- label {
- input {
- &:checked {
- +.input-helper {
- &:before {
- background: theme-color(success);
- border-color: theme-color(success);
- top: 50%;
- transform: translateY(-50%);
- }
-
- &:after {
- width: 20px;
- height: 20px;
- top: 50%;
- transform: translateY(-50%);
- left: -2px;
-
- .rtl & {
- left: auto;
- right: -2px;
- }
-
- color: $form-check-label-input-helper-bg;
- background: none;
- content: '\F12C';
- font-family: Material Design Icons;
- text-align: center;
- font-weight: bold;
- }
- }
- }
-
- &:disabled {
- +.input-helper {
- &:before {
- background: rgba(theme-color(success), 0.4);
- border-color: rgba(theme-color(success), 0.05);
- }
- }
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_dropdown.scss b/app/frontend/static/assets/scss/shared/components/_dropdown.scss
deleted file mode 100755
index 03b93326..00000000
--- a/app/frontend/static/assets/scss/shared/components/_dropdown.scss
+++ /dev/null
@@ -1,104 +0,0 @@
-/* Dropdowns */
-
-.dropdown {
- .dropdown-toggle {
- display: flex;
- align-items: center;
-
- &:after {
- border: none;
- content: "\F140";
- font-family: "Material Design Icons";
- font-size: 20px;
- color: $dropdown-toggle-arrow-color;
- text-rendering: auto;
- line-height: inherit;
- vertical-align: 0;
- }
-
- &.arrow-disabled {
- border: none;
- outline: none;
- box-shadow: none;
-
- &:focus,
- &:visited,
- &:active {
- outline: none;
- box-shadow: none;
- }
-
- &:after {
- display: none;
- }
- }
- }
-}
-
-.dropdown-menu {
- font-size: $default-font-size;
- border: 1px solid $border-color;
-
- @media (max-width: 992px) {
- position: unset;
- }
-
- .dropdown-header {
- background: $dropdown-bg;
- color: $body-color;
-
- * {
- background: inherit;
- color: inherit;
- }
- }
-
- a:not([href]):not([tabindex]):hover,
- a:not([href]):not([tabindex]):focus {
- &.dropdown-item {
- background: $dropdown-bg;
- color: $body-color;
-
- &:hover {
- background: $dropdown-hover-bg;
- color: $dropdown-hover-color;
- }
-
- &:active {
- background: initial;
- }
- }
- }
-
- .dropdown-item {
- background: $dropdown-bg;
- color: $body-color;
-
- &:hover {
- background: $dropdown-hover-bg;
- color: $dropdown-hover-color;
- }
-
- &:active {
- background: initial;
- }
- }
-
- &.dropdown-menu-left {
- left: 0 !important;
- right: auto !important;
-
- @media (max-width: 991px) {
- right: 0 !important;
- }
- }
-
- &.dropdown-menu-right {
- left: auto !important;
- right: 0 !important;
-
- @media (max-width: 991px) {
- left: 0 !important;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_forms.scss b/app/frontend/static/assets/scss/shared/components/_forms.scss
deleted file mode 100755
index 1914cbf9..00000000
--- a/app/frontend/static/assets/scss/shared/components/_forms.scss
+++ /dev/null
@@ -1,68 +0,0 @@
-/* Forms */
-
-.input-group-append,
-.input-group-prepend {
- background: $input-bg;
- color: $input-placeholder-color;
- width: auto;
- border: none;
-
- .input-group-text {
- background: transparent;
- border-color: $border-color;
- }
-}
-
-.form-control {
- display: inline-block;
- border: 1px solid $border-color;
- font-family: $type-1;
- font-size: $input-font-size;
- color: $body-color;
- padding: 0 .75rem;
- line-height: 14px;
- font-weight: 300;
-
- &.form-control-lg {
- padding: $input-btn-padding-y-lg .75rem;
- }
-
- &.form-control-sm {
- padding: $input-btn-padding-y-sm .75rem;
- }
-}
-
-textarea.form-control {
- height: auto;
- padding-top: 1rem;
- padding-bottom: 1rem;
-}
-
-select {
- &.form-control {
- padding: 0.4375rem 0.75rem;
- }
-}
-
-.form-group {
- label {
- font-size: $default-font-size;
- line-height: 1;
- vertical-align: top;
- }
-
- &.has-danger {
- .form-control {
- border-color: theme-color(danger);
- }
- }
-
- .file-upload-default {
- visibility: hidden;
- position: absolute;
- }
-
- .file-upload-info {
- background: transparent;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_google-maps.scss b/app/frontend/static/assets/scss/shared/components/_google-maps.scss
deleted file mode 100755
index 13001a8d..00000000
--- a/app/frontend/static/assets/scss/shared/components/_google-maps.scss
+++ /dev/null
@@ -1,25 +0,0 @@
-.map-container {
- position: relative;
- min-width: 100%;
- max-width: 100%;
- display: block;
- padding: 35% 0;
- overflow: hidden;
- border-radius: 5px;
- .google-map {
- display: block;
- position: absolute;
- top: 0;
- right: 0;
- left: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- &.no-controls {
- .gm-style-cc,
- .gmnoprint {
- display: none;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_icons.scss b/app/frontend/static/assets/scss/shared/components/_icons.scss
deleted file mode 100755
index 42fe772d..00000000
--- a/app/frontend/static/assets/scss/shared/components/_icons.scss
+++ /dev/null
@@ -1,25 +0,0 @@
-/* Icons */
-
-.icons-list {
- border-left: 1px solid $border-color;
- border-bottom: 1px solid $border-color;
-
- >div {
- background: $card-bg;
- border-top: 1px solid $border-color;
- border-right: 1px solid $border-color;
- display: flex;
- align-items: center;
- padding: 15px;
- font-family: $type-1;
- font-size: $default-font-size;
-
- i {
- display: inline-block;
- font-size: 20px;
- width: 40px;
- text-align: left;
- color: theme-color(primary);
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_kanban.scss b/app/frontend/static/assets/scss/shared/components/_kanban.scss
deleted file mode 100755
index 491439ac..00000000
--- a/app/frontend/static/assets/scss/shared/components/_kanban.scss
+++ /dev/null
@@ -1,164 +0,0 @@
-.board-wrapper {
- overflow-x: auto;
- display: flex;
- align-items: flex-start;
- flex-wrap: nowrap;
-
- .board-portlet {
- background: darken($content-bg, 3.5%);
- margin: 0px 15px;
- padding: 22px 20px;
- min-width: 350px;
- width: 350px;
- border-radius: 4px;
- }
-
- .portlet-heading {
- font-weight: 500;
- margin-bottom: 5px;
- }
-
- .task-number {
- color: $text-muted;
- }
-
- .portlet-card-list {
- padding-left: 0;
- list-style: none;
- min-height: 70px;
- }
-
- .portlet-card {
- width: 100%;
- border-radius: 4px;
- padding: 20px 20px 20px 20px;
- background: $card-bg;
- display: grid;
- grid-template-rows: 5;
- grid-template-columns: 2;
- border-radius: 6px;
- position: relative;
- margin-bottom: 15px;
- cursor: grab;
-
- .progress {
- position: absolute;
- top: 0px;
- left: 0px;
- right: 0px;
- border-radius: 6px 6px 0px 0px;
- height: 4px;
-
- .progress-bar {
- border-radius: 0px;
- }
- }
-
- .task-date {
- margin-bottom: 5px;
- color: $text-muted;
- grid-row-start: 1;
- grid-column-start: 1;
- }
-
- .action-dropdown {
- grid-row-start: 1;
- grid-column-start: 2;
- margin-left: auto;
-
- .dropdown-toggle {
- border: none;
- background: $card-bg;
-
- i {
- font-size: 20px;
- line-height: 20px;
-
- &:before {
- margin-right: -10px;
- }
- }
-
- &:after {
- display: none;
- }
- }
-
- .dropdown-menu-right {
- left: 0 !important;
- }
- }
-
- .task-title {
- font-weight: 500;
- grid-row-start: 2;
- grid-column-start: 1;
- grid-column-end: 3;
- font-size: 16px;
- margin-bottom: 15px;
- }
-
- .image-grouped {
- grid-row-start: 3;
- grid-column-start: 1;
- grid-column-end: 3;
- }
-
- .portlet-image {
- width: 100%;
- display: block;
- grid-row-start: 4;
- grid-column-start: 1;
- grid-column-end: 3;
- margin-top: 5px;
- margin-left: -20px;
- margin-right: -20px;
- width: calc(100% + 40px);
- }
-
- .badge {
- display: flex;
- align-items: center;
- justify-content: center;
- grid-row-start: 5;
- grid-column-start: 1;
- grid-column-end: 2;
- margin-top: 20px;
- }
-
- .due-date {
- grid-row-start: 5;
- grid-column-start: 2;
- grid-column-end: 3;
- margin-bottom: 0;
- text-align: right;
- margin-top: 20px;
- color: $text-muted;
- font-weight: 500;
- }
- }
-
- .add-portlet {
- background: $card-bg;
- border-radius: 6px;
- padding: 25px 10px;
- text-align: center;
- color: $text-muted;
- font-weight: 500;
- border: none;
- width: 100%;
- transition-duration: 0.4s;
- transition-property: "background";
-
- &:hover {
- background: darken($card-bg, 5%);
- }
- }
-
-}
-
-.kanban-toolbar {
- .btn {
- margin-left: 10px;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_lists.scss b/app/frontend/static/assets/scss/shared/components/_lists.scss
deleted file mode 100755
index c0475d3f..00000000
--- a/app/frontend/static/assets/scss/shared/components/_lists.scss
+++ /dev/null
@@ -1,114 +0,0 @@
-/* Lists */
-
-dl,
-ol,
-ul {
- padding-left: 1rem;
- font-size: $default-font-size;
-
- li {
- line-height: 1.8;
- }
-}
-
-.list-arrow,
-.list-star,
-.list-ticked {
- list-style: none;
- padding: 0;
-
- li {
- padding-left: 1.5rem;
-
- &:before {
- font-family: "Material Design Icons";
- margin-left: -1.5rem;
- width: 1.5rem;
- margin-right: 0.5rem;
- }
- }
-}
-
-.list-ticked {
- li {
- &:before {
- content: '\F12D';
- color: theme-color(danger);
- }
- }
-}
-
-.list-arrow {
- li {
- &:before {
- content: '\F142';
- color: theme-color(success);
- }
- }
-}
-
-.list-star {
- li {
- &:before {
- content: '\F4CE';
- color: theme-color(warning);
- }
- }
-}
-
-.bullet-line-list {
- padding-left: 30px;
- margin-bottom: 0;
- position: relative;
- list-style-type: none;
-
- .rtl & {
- padding-right: 0px;
- }
-
- li {
- position: relative;
- line-height: 1;
- padding-bottom: 10px;
-
- &:before {
- content: "";
- position: absolute;
- border-radius: 100%;
- width: 12px;
- height: 12px;
- left: -28px;
- top: 6px;
- border: 3px solid theme-color(primary);
- margin-right: 15px;
- z-index: 2;
- background: $bullet-line-list-shape-bg;
- }
-
- &:after {
- content: "";
- border: 1px solid $border-color;
- position: absolute;
- bottom: 0;
- left: -23px;
- height: 100%;
- }
-
- &:first-child {
- &:after {
- content: "";
- height: 80%;
- }
- }
-
- &:last-child {
- padding-bottom: 0;
-
- &:after {
- content: "";
- top: 0;
- height: 30%;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_modals.scss b/app/frontend/static/assets/scss/shared/components/_modals.scss
deleted file mode 100755
index 6eeb3702..00000000
--- a/app/frontend/static/assets/scss/shared/components/_modals.scss
+++ /dev/null
@@ -1,30 +0,0 @@
-/* Modals */
-.modal {
- .modal-dialog {
- .modal-content {
- background: lighten($card-bg, 4%);
-
- .modal-header {
- padding: $modal-header-padding-y $modal-header-padding-x;
- border-bottom: 1px solid $border-color;
-
- .close {
- span {
- font-size: 20px;
- font-weight: 400;
- color: #6a6a6a;
- }
- }
- }
-
- .modal-body {
- padding: $modal-body-padding-y $modal-body-padding-x;
- }
-
- .modal-footer {
- padding: $modal-footer-padding-y $modal-footer-padding-x;
- border-top: 1px solid $border-color;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_new-account.scss b/app/frontend/static/assets/scss/shared/components/_new-account.scss
deleted file mode 100755
index b59e8d58..00000000
--- a/app/frontend/static/assets/scss/shared/components/_new-account.scss
+++ /dev/null
@@ -1,81 +0,0 @@
-/* New Account */
-
-.new-accounts {
- overflow: hidden;
- position: relative;
-
- ul.chats {
- height: 100%;
- padding: 0;
- margin-bottom: 0;
- overflow-x: hidden;
-
- li.chat-persons {
- padding: 15px 0;
- display: block;
- border-bottom: 1px solid $border-color;
-
- &:last-child {
- border-bottom: none;
- }
-
- .btn {
- &.btn-xs {
- padding: 0.2rem 0.75rem;
- }
- }
-
- a {
- @extend .d-flex;
- @extend .align-items-center;
- text-decoration: none;
-
- span.pro-pic {
- display: inline-block;
- padding: 0;
- width: 20%;
- max-width: 40px;
-
- img {
- max-width: 100%;
- width: 100%;
- border-radius: 100%;
- }
- }
-
- div.user {
- width: 60%;
- @extend .d-flex;
- @extend .flex-column;
- padding: 5px 10px 0 15px;
-
- p.u-name {
- margin: 0;
- color: $body-color;
- @extend %ellipsor;
- }
-
- p.u-designation {
- margin: 0;
- color: $body-color;
- font-size: 12px;
- @extend %ellipsor;
- }
- }
-
- p.joined-date {
- text-align: right;
- margin-left: auto;
- margin-bottom: 0;
- font-size: 12px;
- @extend .text-gray;
-
- .rtl & {
- margin-left: 0;
- margin-right: auto;
- }
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_pagination.scss b/app/frontend/static/assets/scss/shared/components/_pagination.scss
deleted file mode 100755
index 7ad5f398..00000000
--- a/app/frontend/static/assets/scss/shared/components/_pagination.scss
+++ /dev/null
@@ -1,130 +0,0 @@
-/* Pagination */
-
-.pagination {
- .page-item {
- .page-link {
- border-color: $border-color;
- color: $body-color;
- font-size: 0.875rem;
- transition-duration: 0.3s;
- background: lighten($card-bg, 4%);
-
- &:focus {
- background: inherit;
- }
-
- i {
- &:before {
- font-size: inherit;
- line-height: 1;
- vertical-align: middle;
- }
- }
- }
-
- &.active,
- &:active,
- &:focus,
- &:hover {
- .page-link {
- background: theme-color("primary");
- border-color: theme-color("primary");
- color: color(white);
- }
- }
- }
-
- &.flat {
- .page-item {
- .page-link {
- border: none;
- border-radius: 2px;
- }
- }
- }
-
- &.separated {
- .page-item {
- margin-left: 2px;
- margin-right: 2px;
-
- &:first-child {
- margin-left: 0;
- }
-
- &:last-child {
- margin-right: 0;
- }
-
- .page-link {
- border-radius: 2px;
- }
- }
- }
-
- &.rounded {
- .page-item {
- .page-link {}
-
- &:first-child {
- .page-link {
- border-radius: 25px 0 0 25px;
- }
- }
-
- &:last-child {
- .page-link {
- border-radius: 0 25px 25px 0;
- }
- }
- }
- }
-
- &.rounded-flat {
- .page-item {
- margin-right: 3px;
- margin-left: 3px;
-
- .page-link {
- border: none;
- border-radius: 50px;
- }
- }
- }
-
- &.rounded-separated {
- .page-item {
- margin-left: 2px;
- margin-right: 2px;
-
- &:first-child {
- margin-left: 0;
-
- .page-link {
- border-radius: 10px 0 0 10px;
- }
- }
-
- &:last-child {
- margin-right: 0;
-
- .page-link {
- border-radius: 0 10px 10px 0;
- }
- }
-
- .page-link {
- border-radius: 2px;
- }
- }
- }
-}
-
-/* pagination variations */
-
-@each $color,
-$value in $theme-colors {
- .pagination-#{$color} {
- @include pagination-variants($value);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_popovers.scss b/app/frontend/static/assets/scss/shared/components/_popovers.scss
deleted file mode 100755
index 28b21221..00000000
--- a/app/frontend/static/assets/scss/shared/components/_popovers.scss
+++ /dev/null
@@ -1,120 +0,0 @@
-/* Popovers */
-
-.popover-static-demo {
- .popover {
- width: 185px;
- position: relative;
- display: block;
- float: left;
- margin: 1rem 0.5rem;
-
- &.bs-popover-bottom-demo,
- &.bs-popover-top-demo {
- .arrow {
- left: 50%;
- transform: translateX(-50%);
- }
- }
-
- &.bs-popover-left-demo,
- &.bs-popover-right-demo {
- .arrow {
- top: 50%;
- transform: translateY(-50%);
- }
- }
- }
-}
-
-.popover {
- z-index: 1029;
-
- &.bs-popover-top-demo {
- .arrow {
- &:before {
- border-top-color: $popover-arrow-color;
- }
-
- &:after {
- border-top-color: $popover-arrow-color;
- }
- }
- }
-
- &.bs-popover-right-demo {
- .arrow {
- &:before {
- border-right-color: $popover-arrow-color;
- }
-
- &:after {
- border-right-color: $popover-arrow-color;
- }
- }
- }
-
- &.bs-popover-bottom-demo {
- .arrow {
- &:before {
- border-bottom-color: $popover-arrow-color;
- }
-
- &:after {
- border-bottom-color: $popover-arrow-color;
- }
- }
-
- .popover-header {
- &:before {
- border-bottom: 0;
- }
- }
- }
-
- &.bs-popover-left-demo {
- .arrow {
- &:before {
- border-left-color: $popover-arrow-color;
- }
-
- &:after {
- border-left-color: $popover-arrow-color;
- }
- }
- }
-
- .popover-header {
- font-size: 0.9375rem;
- border-bottom: 0;
- color: theme-color(primary);
- background: $popover-bg;
- }
-
- .popover-body {
- color: $popover-text-color;
- background: $popover-bg;
- }
-
- &.left {
- .arrow {
- &:after {
- border-left-color: $popover-arrow-color;
- }
- }
- }
-
- &.right {
- .arrow {
- &:after {
- border-right-color: $popover-arrow-color;
- }
- }
- }
-}
-
-@each $color,
-$value in $theme-colors {
- .popover-#{$color} {
- @include popover-variant(theme-color($color));
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_portfolio.scss b/app/frontend/static/assets/scss/shared/components/_portfolio.scss
deleted file mode 100755
index c5e9f7a7..00000000
--- a/app/frontend/static/assets/scss/shared/components/_portfolio.scss
+++ /dev/null
@@ -1,95 +0,0 @@
-/* Portfolio */
-.portfolio-grid {
- figure {
- position: relative;
- float: left;
- overflow: hidden;
- width: 100%;
- background: theme-color(warning);
- text-align: center;
- cursor: pointer;
- @media (max-width: 767px) {
- width: 270px;
- }
-
- img {
- position: relative;
- display: block;
- min-height: 100%;
- max-width: 100%;
- width: 100%;
- opacity: 0.8;
- }
-
- figcaption {
- padding: 2em;
- color: $white;
- text-transform: uppercase;
- font-size: 1.25em;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
-
- &:after,
- &:before {
- pointer-events: none;
- }
- }
-
- &.effect-text-in {
- border-radius: 0.25rem;
-
- h4,
- img {
- -webkit-transition: -webkit-transform 0.35s;
- transition: transform 0.35s;
- }
-
- img {
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- }
-
- h4,
- p {
- position: absolute;
- bottom: 10px;
- left: 0;
- padding: 10px;
- margin-bottom: 0;
- width: 100%;
- }
-
- p {
- text-transform: none;
- opacity: 0;
- -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
- transition: opacity 0.35s, transform 0.35s;
- -webkit-transform: translate3d(0,50px,0);
- transform: translate3d(0,50px,0);
- }
-
- &:hover {
- img {
- -webkit-transform: translate3d(0,-80px,0);
- transform: translate3d(0,-80px,0);
- }
-
- h4 {
- -webkit-transform: translate3d(0,-100px,0);
- transform: translate3d(0,-100px,0);
- }
-
- p {
- opacity: 1;
- -webkit-transform: translate3d(0,0,0);
- transform: translate3d(0,0,0);
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_preview.scss b/app/frontend/static/assets/scss/shared/components/_preview.scss
deleted file mode 100755
index 83f1edd3..00000000
--- a/app/frontend/static/assets/scss/shared/components/_preview.scss
+++ /dev/null
@@ -1,137 +0,0 @@
-/* Preview */
-
-.preview-list {
- .preview-item {
- display: flex;
- flex-direction: row;
- align-items: flex-start;
- padding: 0.75rem 1.5rem;
- font-size: 0.875rem;
- border-bottom: 1px solid $border-color;
-
- &:last-child {
- border-bottom: 0;
- }
-
- .form-check {
- margin-top: 8px;
- margin-right: 1rem;
- }
-
- .preview-thumbnail {
- color: color(white);
- position: relative;
-
- .preview-icon,
- img {
- border-radius: 100%;
- }
-
- .preview-icon {
- padding: 6px;
- text-align: center;
-
- i {
- font-size: 1.125rem;
- }
- }
-
- .badge {
- border: 2px solid $border-color;
- border-radius: 100%;
- bottom: 5px;
- display: block;
- height: 14px;
- left: -5px;
- padding: 0;
- position: absolute;
- width: 14px;
-
- &.badge-online {
- @extend .badge-success;
- }
-
- &.badge-offline {
- @extend .badge-info;
- }
-
- &.badge-busy {
- @extend .badge-warning;
- }
- }
- }
-
- .preview-item-content {
- line-height: 1;
- padding-left: 1.5rem;
- color: $body-color;
-
- .rtl & {
- padding-left: 0;
- padding-right: 1.5rem;
- }
-
- &:first-child {
- padding-left: 0;
-
- .rtl & {
- padding-right: 0;
- }
- }
-
- p {
- margin-bottom: 10px;
-
- .content-category {
- font-family: $type-1;
- padding-right: 15px;
- border-right: 1px solid $border-color;
- @extend .text-muted;
- }
- }
- }
-
- .preview-actions {
- display: flex;
- flex-direction: row;
-
- i {
- width: 29px;
- color: color(gray-lightest);
- height: 29px;
- border: 2px solid color(gray-lightest);
- border-radius: 100%;
- padding: 3px 6px;
- display: inline-block;
-
- &:first-child {
- margin-right: 10px;
- }
- }
- }
- }
-
- &.comment-preview {
- .preview-item {
- padding: 0.87rem 0;
-
- &:first-child {
- padding-top: 0;
- }
-
- p {
- line-height: 27px;
- }
- }
- }
-
- &.bordered {
- .preview-item {
- border-bottom: 1px solid $border-color;
-
- &:last-child {
- border-bottom: 0;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_pricing-table.scss b/app/frontend/static/assets/scss/shared/components/_pricing-table.scss
deleted file mode 100755
index 812bdf17..00000000
--- a/app/frontend/static/assets/scss/shared/components/_pricing-table.scss
+++ /dev/null
@@ -1,20 +0,0 @@
-/* Pricing table */
-.pricing-table {
- .pricing-card {
- .pricing-card-body {
- padding: 50px 56px 43px;
-
- .plan-features {
- width: 100%;
- margin-bottom: 32px;
-
- li {
- text-align: left;
- padding: 4px 0;
- font-family: $type-1;
- font-size: $default-font-size;
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_product-tile.scss b/app/frontend/static/assets/scss/shared/components/_product-tile.scss
deleted file mode 100755
index c6c940bb..00000000
--- a/app/frontend/static/assets/scss/shared/components/_product-tile.scss
+++ /dev/null
@@ -1,283 +0,0 @@
-.product-nav-wrapper {
- display: flex;
- align-items: center;
-
- .product-filter-nav {
- list-style: none;
- margin-bottom: 30px;
-
- li {
- display: inline-block;
-
- a {
- display: inline-block;
- font-size: 16px;
- font-weight: 500;
- margin-right: 20px;
- color: $body-color;
- }
-
- &.active {
- a {
- color: theme-color(primary);
- }
- }
- }
- }
-
- .product-filter-options {
- margin-left: auto;
- padding-left: 0;
- display: flex;
- align-items: center;
-
- .account-user-info {
- list-style: none;
- margin-bottom: 30px;
-
- li {
- display: inline-block;
-
- a {
- display: inline-block;
- font-size: 16px;
- margin-right: 10px;
- padding-right: 10px;
- line-height: 1;
- color: $body-color;
- border-right: 1px solid $border-color;
- }
-
- &:last-child {
- a {
- border-right: none;
- }
- }
- }
- }
-
- .account-user-info {
- list-style: none;
- margin-bottom: 30px;
-
- li {
- display: inline-block;
-
- a {
- display: inline-block;
- font-size: 16px;
- margin-right: 10px;
- padding-right: 10px;
- line-height: 1;
- color: $body-color;
- border-right: 1px solid $border-color;
- text-decoration: none;
- }
-
- &:last-child {
- a {
- border-right: none;
- }
- }
- }
- }
-
- .account-user-link {
- list-style: none;
- margin-bottom: 30px;
-
- li {
- display: inline-block;
-
- a {
- display: inline-block;
- font-size: 16px;
- line-height: 1;
- color: $body-color;
- text-decoration: none;
-
- &:after {
- content: "/";
- display: inline-block;
- margin-left: 5px;
- margin-right: 5px;
- }
- }
-
- &:last-child {
- a {
- &:after {
- display: none;
- margin-left: 0px;
- }
- }
- }
- }
- }
-
- .account-user-actions {
- list-style: none;
- margin-bottom: 30px;
-
- li {
- display: inline-block;
- margin-right: 15px;
- position: relative;
-
- .badge {
- position: absolute;
- top: -12px;
- right: -7px;
- }
-
- a {
- display: inline-block;
- font-size: 16px;
- line-height: 1;
- color: $body-color;
- text-decoration: none;
- }
-
- &:last-child {
- margin-right: 0;
- }
- }
- }
- }
-}
-
-.product-item-wrapper {
- margin-bottom: -15px;
-
- .product-item {
- box-shadow: none;
- margin-bottom: 20px;
-
- .card {
- box-shadow: none;
- }
-
- .card-body {
- padding: 20px 25px;
- display: grid;
- position: relative;
- grid-template-columns: 70% 30%;
- grid-template-rows: auto;
- grid-template-areas:
- "product-image product-image"
- "product-title product-price"
- "product-variation product-actual-price"
- "product-description product-description";
-
- .action-holder {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- width: 100%;
- padding: 35px 40px;
- display: flex;
- align-items: center;
- z-index: 2;
-
- .sale-badge {
- display: flex;
- align-items: center;
- justify-content: center;
- line-height: 1;
- width: 40px;
- height: 40px;
- border-radius: 100%;
- color: #fff;
- font-size: 12px;
- font-weight: 500;
- }
-
- .favorite-button {
- margin-left: auto;
- color: #fff;
- font-size: 22px;
- }
- }
-
- .product_image {
- width: 100%;
- max-width: 100%;
- min-width: 100%;
- grid-area: product-image;
- margin-bottom: 15px;
- transform: scale(1);
- z-index: 1;
- border-radius: 0px;
- box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0);
- transition-duration: 0.3s;
- transition-timing-function: "ease";
- transition-property: "transform", "border-radius", "box-shadow";
- }
-
- .product-title {
- grid-area: product-title;
- font-size: 16px;
- font-weight: 500;
- margin-bottom: 10px;
- }
-
- .product-price {
- grid-area: product-price;
- font-size: 20px;
- font-weight: 500;
- text-align: right;
- margin-bottom: 10px;
- }
-
- .product-actual-price {
- grid-area: product-actual-price;
- font-size: 15px;
- color: $text-gray;
- text-align: right;
- text-decoration: line-through;
- }
-
- .product-variation {
- grid-area: product-variation;
- list-style-type: none;
- display: inline-block;
- padding-left: 0;
- padding-bottom: 0;
-
- li {
- display: inline-block;
- border: 1px solid $border-color;
- padding: 0px 15px;
- border-radius: 4px;
- font-size: 12px;
- font-weight: 500;
- transition-duration: 0.3s;
- transition-property: "background";
-
- a {
- color: inherit;
- text-decoration: none;
- }
-
- &:hover {
- background: theme-color(secondary);
- }
- }
- }
-
- .product-description {
- grid-area: product-description;
- line-height: 1.71;
- }
- }
-
- &:hover {
- .product_image {
- transform: scale(1.1);
- border-radius: 4px;
- box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.58);
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_settings-panel.scss b/app/frontend/static/assets/scss/shared/components/_settings-panel.scss
deleted file mode 100755
index 469b2dd7..00000000
--- a/app/frontend/static/assets/scss/shared/components/_settings-panel.scss
+++ /dev/null
@@ -1,384 +0,0 @@
-/* Settings Panel */
-
-.settings-panel {
- display: block;
- position: fixed;
- top: 0;
- right: -$settings-panel-width;
- bottom: 0;
- width: $settings-panel-width;
- height: 100vh;
- min-height: 100%;
- background: $card-bg;
- padding-top: 50px;
- transition-duration: $action-transition-duration;
- transition-timing-function: $action-transition-timing-function;
- transition-property: right, box-shadow;
- z-index: 9999;
-
- .nav-tabs {
- display: flex;
- justify-content: center;
- width: auto;
- margin: 0;
- padding: 0;
- background: $blue-teal-gradient;
-
- .nav-item {
- border: none;
-
- .nav-link {
- text-align: center;
- border: none;
- display: flex;
- align-items: center;
- color: rgba($white, 0.5);
- transition-duration: 0.4s;
- transition-property: color;
- justify-content: center;
-
- &.active {
- background: transparent;
- color: $white;
- }
- }
- }
- }
-
- .tab-content {
- border: none;
- padding: 20px 0 0;
-
- .tab-pane {
- &.scroll-wrapper {
- position: relative;
- max-height: 100vh;
- height: 100%;
- padding-bottom: 150px;
- }
- }
- }
-
- .settings-heading {
- padding: 16px 0 13px 20px;
-
- .rtl & {
- padding: 16px 35px 13px 0;
- text-align: right;
- }
- }
-
- small.settings-heading {
- .rtl & {
- padding: 16px 0 13px 12px;
- }
- }
-
- .sidebar-bg-options {
- padding: 13px 35px;
- display: flex;
- align-items: center;
- font-size: $default-font-size;
- line-height: 1;
- color: lighten($black, 35%);
- background: $white;
- transition-duration: $action-transition-duration;
- transition-property: background;
-
- &.selected {
- background: color(gray-lightest);
- }
-
- .rtl & {
- .rounded-circle {
- @extend .mr-0;
- @extend .ml-3;
- }
- }
- }
-
- .color-tiles {
- display: flex;
- justify-content: flex-start;
- flex-wrap: wrap;
- margin: 0 35px 10px;
- padding-top: 15px;
-
- .tiles {
- @extend .img-ss;
- @extend .rounded-circle;
- margin: 10px 18px;
- display: flex;
- align-items: center;
- justify-content: center;
-
- &:before {
- content: "";
- width: 0;
- height: 0;
- opacity: 0;
- background: rgba($white, 0.5);
- border-radius: 100%;
- border: 0 solid rgba($white, 0.4);
- transition-duration: $action-transition-duration;
- transition-timing-function: $action-transition-timing-function;
- }
-
- &.selected {
- &:before {
- width: 10px;
- height: 10px;
- opacity: 1;
- border-width: $border-width;
- }
- }
-
- &.primary {
- @extend .bg-primary;
- }
-
- &.success {
- @extend .bg-success;
- }
-
- &.warning {
- @extend .bg-warning;
- }
-
- &.danger {
- @extend .bg-danger;
- }
-
- &.pink {
- background: color(pink);
- }
-
- &.info {
- @extend .bg-info;
- }
-
- &.dark {
- @extend .bg-dark;
- }
-
- &.default {
- border: 1px solid lighten(color(gray), 60%);
- background: $blue-teal-gradient;
- }
- }
- }
-
- .chat-list {
- padding-left: 0;
-
- .list {
- padding: 0.4rem 0.8rem;
- display: flex;
- justify-content: space-between;
- border-bottom: $border-width solid $border-color;
-
- &:last-child {
- border-bottom: none;
- }
-
- .profile {
- position: relative;
- margin-right: 1rem;
-
- img {
- width: 2.50rem;
- height: 2.50rem;
- border-radius: 100%;
- }
-
- span {
- height: 0.75rem;
- width: 0.75rem;
- position: absolute;
- bottom: 0.34rem;
- right: 0;
- border: 0.13rem solid $white;
- border-radius: 100%;
-
- &.online {
- background: theme-color(success);
- }
-
- &.offline {
- background: theme-color(warning);
- }
- }
- }
-
- .info {
- margin-right: auto;
-
- p {
- display: block;
- margin-bottom: 0;
- @extend %ellipsor;
-
- &:last-child {
- opacity: 0.5;
- font-size: 0.8rem;
-
- .rtl & {
- text-align: right;
- }
- }
- }
- }
-
- &.active {
- background: lighten($content-bg, 5%);
- }
- }
- }
-
- &.open {
- right: 0;
- box-shadow: 7px 0 80px -9px rgba(0, 0, 0, 0.2);
- }
-
- .settings-close {
- position: absolute;
- top: 47px;
- right: 10px;
- color: theme-color(primary);
- background: transparent;
- border-radius: 4px;
- padding: 0 3px;
- cursor: pointer;
- transition-duration: 0.2s;
- z-index: 999;
-
- &:hover {
- background: rgba($white, 0.3);
- }
-
- .rtl & {
- right: unset;
- left: 10px;
- }
- }
-
- .events {
- p {
- font-family: $type-1;
- }
-
- .rtl & {
- p {
- text-align: right;
- }
-
- i {
- @extend .mr-0;
- @extend .ml-2;
- }
- }
- }
-
- .rtl & {
- right: unset;
- left: -$settings-panel-width;
- transition-property: left;
-
- .chat-list {
- padding-right: 0;
-
- .list {
- .profile {
- margin-right: 0;
- margin-left: 1rem;
- }
-
- .info {
- margin-right: 0;
- margin-left: auto;
-
- .badge {
- margin-right: 10px;
- }
- }
- }
- }
-
- &.open {
- left: 0;
- right: unset;
- }
- }
-
- .demo-screen-wrapper {
- height: 100vh;
- overflow-y: auto;
- padding-bottom: 100px;
- padding-top: 20px;
-
- .demo-thumb-image {
- display: block;
- margin-bottom: 5px;
- padding: 10px 25px;
-
- img {
- width: 100%;
- max-width: 100%;
- box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
- transform: scale(1);
- border-radius: 4px;
- transition-duration: 0.2s;
- transition-timing-function: ease;
- transition-property: "transform", "box-shadow";
-
- &:hover {
- transform: scale(1.05);
- box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
- }
- }
- }
- }
-}
-
-.right-sidebar-toggler-wrapper {
- position: fixed;
- bottom: 50px;
- right: 10px;
- z-index: 99;
- padding: 5px;
- background: $content-bg;
- border-radius: 4px;
- box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.4);
-
- .sidebar-toggler {
- padding: 7px 10px;
- color: $body-color;
- transition-duration: 0.3s;
- transition-timing-function: ease;
- background: $card-bg;
- margin-bottom: 5px;
- border-radius: 4px;
-
- &:last-child {
- margin-bottom: 0;
- }
-
- &:hover {
- background: rgba(theme-color(primary), 0.2);
- color: theme-color(primary);
- }
-
- layout-toggler {
- background: rgba(theme-color(success), 0.2);
- color: theme-color(success);
- }
-
- a {
- color: inherit;
- }
-
- &:last-child {
- border-bottom: none;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_tables.scss b/app/frontend/static/assets/scss/shared/components/_tables.scss
deleted file mode 100755
index db4f0787..00000000
--- a/app/frontend/static/assets/scss/shared/components/_tables.scss
+++ /dev/null
@@ -1,160 +0,0 @@
-/* Tables */
-
-.table {
- margin-bottom: 0;
-
- thead {
- th {
- border-top: 0;
- border-bottom-width: 1px;
- font-family: $type-2;
- font-weight: 500;
- color: $table-head-cell-color;
- border-bottom-color: $border-color;
-
- i {
- margin-left: 0.325rem;
- }
- }
- }
-
- tbody {
- td {
- border-top-color: $border-color;
- }
- }
-
- td,
- th {
- vertical-align: middle;
- font-size: $default-font-size;
- line-height: 1;
- white-space: nowrap;
- height: 35px;
- padding: $table-cell-padding;
-
- img {
- &:not(.thumb-image) {
- @extend .img-ss;
- border-radius: 100%;
- }
-
- &.thumb-image {
- width: 50px;
- height: 50px;
- border: 1px solid $border-color;
- }
- }
-
- .badge {
- margin-bottom: 0;
- }
-
- .form-check,
- .form-radio {
- margin-top: 0;
- margin-bottom: -0px;
- }
- }
-
- td {
- color: $table-color;
-
- .form-check {
- .form-check-label {
- input:checked+.input-helper {
- &:after {
- line-height: 1px;
- }
- }
- }
- }
- }
-
- &.table-borderless {
- border: none;
-
- td,
- th,
- tr {
- border: none;
- }
- }
-
- &.table-bordered {
- thead {
- border: 1px solid $border-color;
- border-bottom: none;
-
- tr {
- &:not(.enable-border) {
- th {
- border-left: none;
- border-right: none;
- }
- }
- }
- }
-
- td {
- border-color: $border-color;
- }
-
- &.table-edge-border-0 {
- border-left: none;
- border-right: none;
- border-bottom: none;
-
- thead {
- border-left: none;
- border-right: none;
- }
-
- th,
- td {
- &:first-child {
- border-left: 1px solid transparent;
- }
-
- &:last-child {
- border-right: 1px solid transparent;
- }
- }
- }
- }
-
- &.table-striped {
- tbody {
- tr {
- &:nth-child(odd) {
- background: $table-accent-bg;
- }
-
- &:nth-child(even) {
- background: transparent;
- }
- }
- }
- }
-
- &.table-stretched {
-
- thead,
- tbody {
- tr {
-
- th,
- td {
- &:first-child {
- padding-left: 0;
- }
-
- &:last-child {
- padding-right: 0;
- text-align: right;
- }
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_tabs.scss b/app/frontend/static/assets/scss/shared/components/_tabs.scss
deleted file mode 100755
index 48fb46b3..00000000
--- a/app/frontend/static/assets/scss/shared/components/_tabs.scss
+++ /dev/null
@@ -1,194 +0,0 @@
-/* Tabs */
-
-// Basic Styles
-.nav-pills,
-.nav-tabs {
- .nav-item {
- .nav-link {
- font-family: $type-1;
- line-height: 1;
- font-size: $default-font-size;
- color: $body-color;
- text-align: center;
- display: flex;
-
- i {
- margin-right: 10px;
- }
- }
- }
-}
-
-.tab-content {
- font-family: $type-1;
- font-size: $default-font-size;
- line-height: 1.71;
-}
-
-.tab-basic {
- border-bottom: none;
- margin-bottom: 20px;
-
- .nav-item {
- margin-right: 7%;
-
- .nav-link {
- color: $text-muted;
- padding: 0 0 7px;
- border-top: none;
- border-right: none;
- border-left: none;
- border-bottom: 2px solid $border-color;
-
- &.active {
- border-top: none;
- border-right: none;
- border-left: none;
- border-bottom: 2px solid theme-color(success);
- color: theme-color(success);
- background: $card-bg;
- }
- }
- }
-}
-
-.tab-content-basic {}
-
-.tab-solid {
- border: none;
- margin-bottom: 30px;
-
- .nav-item {
- .nav-link {
- border: none;
- padding: 10px 16px;
- border-radius: 4px;
-
- &:nth(fist-child) {
- padding-left: 0;
- }
-
- &.active {
- border: none;
- color: $white;
- }
- }
- }
-}
-
-.tab-content-solid {
- border: none;
- padding-left: 0;
- padding-right: 0;
-}
-
-@each $color,
-$value in $theme-colors {
- .tab-solid-#{$color} {
- @include tab-solid-variant($value);
- }
-}
-
-.tab-minimal {
- .nav-tabs {
- border: none;
-
- .nav-item {
- .nav-link {
- border: none;
- font-size: 14px;
-
- &.active {
- font-weight: 600;
- background: $card-bg;
- color: $body-color;
- }
-
- &:first-child {
- padding-left: 0;
- }
- }
- }
- }
-
- .tab-content {}
-}
-
-.tab-simple-styled {
- border-bottom: none;
- margin-top: 30px;
- margin-bottom: 30px;
-
- .nav-item {
- margin-right: 30px;
-
- .nav-link {
- border: none;
- padding: 0;
- color: $text-muted;
-
- &.active {
- background: $card-bg;
- color: theme-color(info);
- }
- }
- }
-}
-
-.tab-tile-style {
- display: flex;
- justify-content: space-around;
- border-bottom: none;
- margin-bottom: 30px;
-
- .nav-item {
- .nav-link {
- position: relative;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: flex-start;
- padding: 15px 25px;
- border-radius: 0px;
- border: none;
-
- p {
- margin-bottom: 0;
- }
- }
-
- &:hover {
- border: none;
- }
-
- &.active {
- .nav-link {
- background: rgba(#e6ecf5, 0.4);
-
- &:before {
- content: "";
- position: absolute;
- top: 0px;
- width: 100%;
- left: 0;
- height: 2px;
- background: theme-color(danger);
- right: 0;
- }
- }
- }
- }
-}
-
-.vertical-tab {
- display: flex;
-
- .nav-tabs {
- flex-direction: column;
- margin-bottom: 0;
- }
-
- .tab-content {
- margin-bottom: 0;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_timeline.scss b/app/frontend/static/assets/scss/shared/components/_timeline.scss
deleted file mode 100755
index 1d8ccc6d..00000000
--- a/app/frontend/static/assets/scss/shared/components/_timeline.scss
+++ /dev/null
@@ -1,61 +0,0 @@
-.timeline {
- list-style: none;
- padding-left: 0;
-
- .timeline-item {
- border-left: 1px solid $border-color;
- color: $text-muted;
- padding-left: 20px;
- padding-bottom: 20px;
- position: relative;
-
- &:before {
- content: "";
- height: 10px;
- width: 10px;
- border-radius: 10px;
- position: absolute;
- top: 0px;
- left: -5px;
- }
-
- &:nth-child(4n + 1) {
- &:before {
- background: theme-color(success);
- }
- }
-
- &:nth-child(4n + 2) {
- &:before {
- background: theme-color(primary);
- }
- }
-
- &:nth-child(4n + 3) {
- &:before {
- background: theme-color(warning);
- }
- }
-
- &:nth-child(4n + 4) {
- &:before {
- background: theme-color(info);
- }
- }
-
- &:last-child {
- border-left: none;
- padding-bottom: 0;
- }
-
- .timeline-content {
- margin-bottom: 0;
- line-height: 10px;
-
- }
-
- .event-time {
- margin-bottom: 0;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_todo-list.scss b/app/frontend/static/assets/scss/shared/components/_todo-list.scss
deleted file mode 100755
index 2073a189..00000000
--- a/app/frontend/static/assets/scss/shared/components/_todo-list.scss
+++ /dev/null
@@ -1,82 +0,0 @@
-/* Tabs */
-.add-items {
- margin-bottom: 1.5rem;
- overflow: hidden;
-
- input[type="text"] {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- width: 100%;
- }
-
- .btn {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- }
-}
-
-.list-wrapper {
- height: 100%;
- max-height: 100%;
-
- ul {
- padding: 0;
- text-align: left;
- list-style: none;
- margin-bottom: 0;
-
- li {
- @extend .d-flex;
- @extend .align-items-center;
- @extend .justify-content-start;
- font-size: 0.9375rem;
- padding: 0.4rem 0;
- border-bottom: 1px solid $border-color;
-
- .form-check {
- @extend %ellipsor;
- max-width: 90%;
-
- .form-check-label {
- @extend%ellipsor;
- }
- }
- .col-content{
- width: 100%;
- >div{
- width: 100%;
- }
- }
- }
- }
-
- input[type="checkbox"] {
- margin-right: 15px;
- }
-
- .remove {
- margin-left: auto;
- cursor: pointer;
- font-size: 1.3rem;
- font-weight: 600;
- color: theme-color(primary);
- width: 1.25rem;
- height: 1.25rem;
- line-height: 20px;
- text-align: center;
-
- .rtl & {
- margin-right: auto;
- margin-left: 0;
- }
- }
-
- .completed {
- text-decoration: line-through;
- text-decoration-color: theme-color(primary);
-
- .remove {
- text-decoration: none;
- }
- }
-}
diff --git a/app/frontend/static/assets/scss/shared/components/_tooltips.scss b/app/frontend/static/assets/scss/shared/components/_tooltips.scss
deleted file mode 100755
index 537d8593..00000000
--- a/app/frontend/static/assets/scss/shared/components/_tooltips.scss
+++ /dev/null
@@ -1,40 +0,0 @@
-/* Tooltips */
-
-.tooltip-static-demo {
- .tooltip {
- position: relative;
- display: inline-block;
- opacity: 1;
- margin: 0 10px 10px 0;
- }
- .bs-tooltip-bottom-demo,
- .bs-tooltip-top-demo {
- .arrow {
- left: 50%;
- transform: translateX(-50%);
- }
- }
- .bs-tooltip-left-demo,
- .bs-tooltip-right-demo {
- .arrow {
- top: 50%;
- transform: translateY(-50%);
- }
- }
-}
-
-.tooltip {
- font-size: $tooltip-font-size;
- min-width: 5.625rem;
- .tooltip-inner {
- font-family: $type-1;
- }
- z-index: 1029;
-}
-
-@each $color,
-$value in $theme-colors {
- .tooltip-#{$color} {
- @include tooltip-variant(theme-color($color));
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_user-profile.scss b/app/frontend/static/assets/scss/shared/components/_user-profile.scss
deleted file mode 100755
index 1163f43b..00000000
--- a/app/frontend/static/assets/scss/shared/components/_user-profile.scss
+++ /dev/null
@@ -1,92 +0,0 @@
-/* User Profile */
-
-.user-profile {
- .side-left {
- .card {
- .avatar {
- img {
- display: block;
- width: 90px;
- height: 90px;
- border-radius: 100%;
- margin-left: auto;
- margin-right: auto;
- @extend .mt-4;
- @extend .mb-3;
- }
- .name {
- text-align: center;
- color: theme-color(dark);
- font-size: 1.2rem;
- font-weight: 600;
- margin-bottom: 0;
- }
- .designation {
- text-align: center;
- color: color(gray);
- font-size: 0.8rem;
- font-weight: 600;
- }
- .email {
- text-align: center;
- color: theme-color(primary);
- display: block;
- }
- .number {
- display: block;
- text-align: center;
- color: theme-color(primary);
- }
- }
- .overview {
- .achivements {
- padding-left: 0;
- display: flex;
- justify-content: center;
- li {
- width: 33.333%;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- p {
- text-align: center;
- margin-bottom: 0;
- font-weight: 600;
- font-size: 1.4rem;
- color: theme-color(dark);
- &:last-child {
- font-weight: 500;
- font-size: 0.9rem;
- }
- }
- }
- }
- .about-user {
- @extend .mb-4;
- p {
- font-size: 0.8rem;
- }
- }
- .info-links {
- a {
- font-size: 0.8rem;
- display: block;
- margin-bottom: 10px;
- i {
- font-size: 0.8rem;
- margin-right: 10px;
- }
- span {
- text-align: left;
- display: inline-block;
- }
- }
- .website {}
- .social-link {}
- }
- }
- }
- }
- .side-right {}
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/_widgets.scss b/app/frontend/static/assets/scss/shared/components/_widgets.scss
deleted file mode 100755
index 514579a5..00000000
--- a/app/frontend/static/assets/scss/shared/components/_widgets.scss
+++ /dev/null
@@ -1,475 +0,0 @@
-.calendar-aside {
- display: block;
-
- .list {
- position: relative;
- padding: 10px 8px;
- display: flex;
- align-items: center;
- border-radius: 5px;
- transition-duration: $action-transition-duration;
- transition-property: background;
-
- .user-text {
- margin-bottom: 0;
- margin-left: 20px;
- font-size: $default-font-size;
- }
-
- .count {
- width: 20px;
- height: 20px;
- position: relative;
- border-radius: 50px;
- transition-duration: $action-transition-duration;
- transition-timing-function: $action-transition-timing-function;
- transition-property: opacity;
- display: flex;
- align-items: center;
- justify-content: center;
-
- &:before {
- content: "";
- position: absolute;
- left: 0;
- right: 0;
- top: 50%;
- display: block;
- height: 10px;
- width: 10px;
- margin: auto;
- border-radius: 50px;
- transform: translateY(-50%);
- transition-duration: $action-transition-duration;
- transition-timing-function: $action-transition-timing-function;
- }
-
- &.online {
- &:before {
- background: theme-color(success);
- }
- }
-
- &.offline {
- &:before {
- background: theme-color(danger);
- }
- }
-
- .close {
- font-size: 15px;
- margin: auto;
- opacity: 0;
- color: theme-color(danger);
- transition-duration: $action-transition-duration;
- transition-timing-function: $action-transition-timing-function;
- }
- }
-
- &:hover {
- background: theme-color(light);
-
- .count {
- &:before {
- z-index: 0;
- height: 20px;
- width: 20px;
- background: theme-color(light);
- }
-
- .close {
- z-index: 2;
- opacity: 1;
- }
- }
- }
- }
-}
-
-.data-list {
- width: 100%;
- overflow: auto;
-
- .list-item {
- display: flex;
- align-items: center;
- flex-wrap: nowrap;
- width: 100%;
- padding: 10px;
- border-bottom: 1px solid $border-color;
-
- &:last-child {
- border-bottom: none;
- }
-
- .graph {
- margin-left: auto;
- width: 110px;
- }
- }
-}
-
-#sourceLineChartLegend {
- padding-left: 0;
- margin-bottom: 0;
- list-style-type: none;
-
- li {
- display: inline-block;
- margin-right: 20px;
- color: $text-muted;
-
- .chart-color {
- height: 10px;
- width: 10px;
- display: inline-block;
- margin-right: 5px;
- @include border-radius(100%);
-
- .rtl & {
- margin-right: 0px;
- margin-left: 5px;
- }
- }
-
- &:last-child {
- margin-right: 0;
- }
-
- .rtl & {
- margin-right: 0px;
- margin-left: 20px;
-
- &:last-child {
- margin-left: 0px;
- }
- }
- }
-}
-
-.social-card {
- &.card-default {
- .action-bar {
- i {
- color: theme-color(secondary);
- }
- }
-
- .comment {
- color: $text-muted;
- }
-
- .posted-date {
- color: theme-color(primary);
- }
- }
-
- &.card-colored {
- .card-header {
- background: inherit;
- }
-
- &.facebook-card {
- background: social-color(facebook);
-
- .card-header {
- border-bottom-color: darken(social-color(facebook), 5%);
- }
- }
-
- &.twitter-card {
- background: social-color(twitter);
-
- .card-header {
- border-bottom-color: darken(social-color(twitter), 5%);
- }
- }
-
- &.google-card {
- background: social-color(google);
-
- .card-header {
- border-bottom-color: darken(social-color(google), 5%);
- }
- }
-
- &.linkedin-card {
- background: social-color(linkedin);
-
- .card-header {
- border-bottom-color: darken(social-color(linkedin), 5%);
- }
- }
-
- a,
- .media-info,
- .user-name,
- .comment,
- .posted-date,
- .platform-name,
- .headline,
- .action-bar {
- color: $white;
- }
- }
-}
-
-.top-selling-card {
- .column-wrapper {
- display: flex;
- justify-content: space-around;
-
- .column {
- width: 45%;
- padding: 25px 26px;
- border-radius: 3px;
- background: lighten($card-bg, 3%);
- transform: translateY(-25px);
- box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
- z-index: 10;
-
- i {
- font-size: 20px;
- }
- }
- }
-
- .item-wrapper {
- max-height: 210px;
- overflow-y: auto;
- }
-}
-
-.review-card {
- .comment-text {
- @include ellipsor;
- max-width: 70%;
- }
-}
-
-.list-item {
- display: flex;
- width: 100%;
- padding: 20px 0;
- border-bottom: 1px solid $border-color;
-
- &:first-child {
- padding-top: 30px;
- }
-
- &:last-child {
- border-bottom: none;
- }
-
- .preview-image {
- max-width: 80px;
- width: 80px;
- min-width: 80px;
-
- img {
- display: block;
- margin: auto;
- }
- }
-
- .content {
- width: calc(100% - 80px);
- padding-right: 30px;
-
- .user-name {
- margin-bottom: 0;
- margin-right: 10px;
- color: $text-muted;
- white-space: nowrap;
- }
-
- .time {
- color: $text-muted;
- margin-bottom: 3px;
- }
-
- .product-name {
- font-weight: 500;
- @include ellipsor;
- }
-
- .review-text {
- margin-bottom: 0;
- font-weight: 300;
- @include ellipsor;
- max-width: 95%;
- }
- }
-}
-
-.todo-list {
- .todo-item {
- border: 1px solid $border-color;
- border-radius: 6px;
- padding: 10px;
- margin-bottom: 10px;
-
- form {
- display: flex;
-
- .checkbox {
- width: 40px;
-
- .form-check {
- margin-left: 10px;
-
- .input-helper {
- &:after {
- line-height: 0px;
- }
- }
- }
- }
-
- .field-wrapper {
- width: calc(100% - 40px);
-
- .form-group {
- .form-control {
- font-weight: 500;
- }
-
- .tagsinput {
- .tag {
- color: $text-muted;
-
- &:before {
- content: "#";
- display: inline-block;
- }
- }
- }
-
- .btn {
- margin-right: 10px;
-
- &:last-child {
- margin-right: 0;
- }
- }
- }
- }
- }
-
- &:not(.edit-mode) {
- position: relative;
-
- .edit-icon {
- display: none;
- position: absolute;
- top: 0;
- right: 0;
- padding: 10px;
- cursor: pointer;
- }
-
- &:hover {
- background: theme-color(light);
-
- .edit-icon {
- display: block;
- }
-
- * {
- background: theme-color(light);
- }
- }
-
- form {
- .field-wrapper {
- .form-group {
- margin-bottom: 0;
-
- .tagsinput {
- border: none;
- height: 25px;
- max-height: 25px !important;
- min-height: 25px !important;
- padding: 0px 13px !important;
-
- .tag {
- background: transparent;
- padding: 0;
- margin-bottom: 0;
-
- a {
- display: none;
- }
- }
-
- #todo-tags-1_addTag,
- .tags_clear {
- display: none;
- }
- }
-
- .form-control {
- border: none;
- }
-
- .btn {
- display: none;
- }
-
- &.hidden-field {
- display: none;
- }
- }
- }
- }
- }
-
- &.edit-mode {
- form {
- .field-wrapper {
- .form-group {
- .tagsinput {
- .tag {
- color: $white;
- }
- }
- }
- }
- }
- }
- }
-}
-
-.activity-timeline {
- .activity {
- position: relative;
-
- &:before {
- content: "";
- position: absolute;
- left: 21px;
- top: 5px;
- bottom: 0px;
- height: 100%;
- display: block;
- width: 2px;
- background: #dee2e6;
- }
-
- .icon-wrapper {
- border: 3px solid #fff;
- }
-
- &:last-child {
- &:before {
- display: none;
- }
- }
- }
-}
-
-.product-info-card {
- .product-image {
- height: 100px;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/loaders/_bar-loader.scss b/app/frontend/static/assets/scss/shared/components/loaders/_bar-loader.scss
deleted file mode 100755
index 9ae78d32..00000000
--- a/app/frontend/static/assets/scss/shared/components/loaders/_bar-loader.scss
+++ /dev/null
@@ -1,47 +0,0 @@
-/* Bar loader */
-.bar-loader {
- width: 50px;
- height: 50px;
- border-radius: 100%;
- position: relative;
- margin: 0 auto;
-}
-
-.bar-loader span {
- display: inline-block;
- width: 5px;
- height: 30px;
- background-color: rgba(theme-color(danger), .7);
-}
-
-.bar-loader span:nth-child(1) {
- animation: grow 1s ease-in-out infinite;
-}
-
-.bar-loader span:nth-child(2) {
- animation: grow 1s ease-in-out 0.15s infinite;
-}
-
-.bar-loader span:nth-child(3) {
- animation: grow 1s ease-in-out 0.30s infinite;
-}
-
-.bar-loader span:nth-child(4) {
- animation: grow 1s ease-in-out 0.45s infinite;
-}
-@keyframes grow {
- 0%,
- 100% {
- -webkit-transform: scaleY(1);
- -ms-transform: scaleY(1);
- -o-transform: scaleY(1);
- transform: scaleY(1);
- }
-
- 50% {
- -webkit-transform: scaleY(1.8);
- -ms-transform: scaleY(1.8);
- -o-transform: scaleY(1.8);
- transform: scaleY(1.8);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/loaders/_circle-loader.scss b/app/frontend/static/assets/scss/shared/components/loaders/_circle-loader.scss
deleted file mode 100755
index 22740dc8..00000000
--- a/app/frontend/static/assets/scss/shared/components/loaders/_circle-loader.scss
+++ /dev/null
@@ -1,45 +0,0 @@
-/* Circle loader */
-.circle-loader {
- width: 70px;
- height: 70px;
- border-radius: 100%;
- position: relative;
- margin: 0 auto;
-}
-
-.circle-loader:after,
-.circle-loader:before {
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- border-radius: 100%;
- border: 10px solid transparent;
- border-top-color: theme-color(warning);
-}
-
-.circle-loader:before {
- z-index: 100;
- animation: spin 1s infinite;
-}
-
-.circle-loader:after {
- border: 10px solid theme-color(secondary);
-}
-@keyframes spin {
- 0% {
- -webkit-transform: rotate(0deg);
- -ms-transform: rotate(0deg);
- -o-transform: rotate(0deg);
- transform: rotate(0deg);
- }
-
- 100% {
- -webkit-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/loaders/_colored-balls.scss b/app/frontend/static/assets/scss/shared/components/loaders/_colored-balls.scss
deleted file mode 100755
index c082c54e..00000000
--- a/app/frontend/static/assets/scss/shared/components/loaders/_colored-balls.scss
+++ /dev/null
@@ -1,175 +0,0 @@
-#pgloading {
- position: static;
-
- .bokeh {
- font-size: 100px;
- width: 1em;
- height: 1em;
- position: relative;
- margin: 0 auto;
- border-radius: 50%;
- border: 0.01em solid $border-color;
- list-style: none;
- padding: 0;
-
- li {
- position: absolute;
- width: 0.2em;
- height: 0.2em;
- border-radius: 50%;
-
- &:nth-child(1) {
- left: 50%;
- top: 0;
- margin: 0 0 0 -.1em;
- background: theme-color(success);
- -webkit-transform-origin: 50% 250%;
- transform-origin: 50% 250%;
- -webkit-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
- animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
- }
-
- &:nth-child(2) {
- top: 50%;
- right: 0;
- margin: -.1em 0 0;
- background: theme-color(danger);
- -webkit-transform-origin: -150% 50%;
- transform-origin: -150% 50%;
- -webkit-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
- animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
- }
-
- &:nth-child(3) {
- left: 50%;
- bottom: 0;
- margin: 0 0 0 -.1em;
- background: theme-color(warning);
- -webkit-transform-origin: 50% -150%;
- transform-origin: 50% -150%;
- -webkit-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
- animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
- }
-
- &:nth-child(4) {
- top: 50%;
- left: 0;
- margin: -.1em 0 0;
- background: theme-color(primary);
- -webkit-transform-origin: 250% 50%;
- transform-origin: 250% 50%;
- -webkit-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
- animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
- }
- }
- }
-}
-@-webkit-keyframes rota {
- from {}
-
- to {
- -webkit-transform: rotate(360deg);
- }
-}
-@keyframes rota {
- from {}
-
- to {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
-}
-@-webkit-keyframes opa {
- 0% {}
-
- 12.0% {
- opacity: 0.80;
- }
-
- 19.5% {
- opacity: 0.88;
- }
-
- 37.2% {
- opacity: 0.64;
- }
-
- 40.5% {
- opacity: 0.52;
- }
-
- 52.7% {
- opacity: 0.69;
- }
-
- 60.2% {
- opacity: 0.60;
- }
-
- 66.6% {
- opacity: 0.52;
- }
-
- 70.0% {
- opacity: 0.63;
- }
-
- 79.9% {
- opacity: 0.60;
- }
-
- 84.2% {
- opacity: 0.75;
- }
-
- 91.0% {
- opacity: 0.87;
- }
-}
-@keyframes opa {
- 0% {}
-
- 12.0% {
- opacity: 0.80;
- }
-
- 19.5% {
- opacity: 0.88;
- }
-
- 37.2% {
- opacity: 0.64;
- }
-
- 40.5% {
- opacity: 0.52;
- }
-
- 52.7% {
- opacity: 0.69;
- }
-
- 60.2% {
- opacity: 0.60;
- }
-
- 66.6% {
- opacity: 0.52;
- }
-
- 70.0% {
- opacity: 0.63;
- }
-
- 79.9% {
- opacity: 0.60;
- }
-
- 84.2% {
- opacity: 0.75;
- }
-
- 91.0% {
- opacity: 0.87;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/loaders/_dot-opacity-loader.scss b/app/frontend/static/assets/scss/shared/components/loaders/_dot-opacity-loader.scss
deleted file mode 100755
index 51911f0a..00000000
--- a/app/frontend/static/assets/scss/shared/components/loaders/_dot-opacity-loader.scss
+++ /dev/null
@@ -1,40 +0,0 @@
-/* Dot opacity loader */
-.dot-opacity-loader {
- width: 100px;
- height: 100px;
- border-radius: 100%;
- position: relative;
- margin: 0 auto;
-}
-
-.dot-opacity-loader span {
- display: inline-block;
- width: 20px;
- height: 20px;
- border-radius: 100%;
- background-color: theme-color(primary);
- margin: 35px 5px;
- opacity: 0;
-}
-
-.dot-opacity-loader span:nth-child(1) {
- animation: opacitychange 1s ease-in-out infinite;
-}
-
-.dot-opacity-loader span:nth-child(2) {
- animation: opacitychange 1s ease-in-out 0.33s infinite;
-}
-
-.dot-opacity-loader span:nth-child(3) {
- animation: opacitychange 1s ease-in-out 0.66s infinite;
-}
-@keyframes opacitychange {
- 0%,
- 100% {
- opacity: 0;
- }
-
- 60% {
- opacity: 1;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/loaders/_flip-square-loader.scss b/app/frontend/static/assets/scss/shared/components/loaders/_flip-square-loader.scss
deleted file mode 100755
index 79637039..00000000
--- a/app/frontend/static/assets/scss/shared/components/loaders/_flip-square-loader.scss
+++ /dev/null
@@ -1,36 +0,0 @@
-/* Flip square */
-.flip-square-loader {
- -webkit-perspective: 120px;
- -moz-perspective: 120px;
- -ms-perspective: 120px;
- perspective: 120px;
- width: 100px;
- height: 100px;
- border-radius: 100%;
- position: relative;
- margin: 0 auto;
-}
-
-.flip-square-loader:before {
- content: "";
- position: absolute;
- left: 25px;
- top: 25px;
- width: 50px;
- height: 50px;
- background-color: rgba(theme-color(success), .7);
- animation: flip 1s infinite;
-}
-@keyframes flip {
- 0% {
- transform: rotate(0);
- }
-
- 50% {
- transform: rotateY(180deg);
- }
-
- 100% {
- transform: rotateY(180deg) rotateX(180deg);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/loaders/_glowing-ball.scss b/app/frontend/static/assets/scss/shared/components/loaders/_glowing-ball.scss
deleted file mode 100755
index 1e1c9460..00000000
--- a/app/frontend/static/assets/scss/shared/components/loaders/_glowing-ball.scss
+++ /dev/null
@@ -1,148 +0,0 @@
-.glowing-loader {
- position: relative;
-}
-
-.s2 {
- position: absolute;
- height: 70px;
- width: 70px;
- top: 50px;
- background-color: transparent;
- left: 50%;
- transform: translate(-50%, -50%);
-}
-
-.s1 {
- position: absolute;
- height: 70px;
- width: 70px;
- left: 50%;
- top: 50px;
- transform-origin: center;
- transform: translate(-50%, -50%) rotate(45deg);
- background-color: transparent;
-}
-
-.bigcon {
- position: absolute;
- height: 75px;
- width: 75px;
- left: 50%;
- top: 50px;
- transform-origin: center;
- transform: translate(-50%, -50%) rotate(-45deg);
- background-color: transparent;
- animation: bigcon 2s infinite linear;
- animation-delay: 0.25s;
-}
-
-.b {
- border-radius: 50%;
- position: absolute;
-}
-
-.s {
- width: 15px;
- height: 15px;
- animation: small 2s infinite ease;
- box-shadow: 0 2px rgba($black, .3);
- background-color: theme-color(primary);
-}
-
-.s:nth-child(1) {
- top: 0;
- left: 0;
-}
-
-.s:nth-child(2) {
- top: 0;
- right: 0;
-}
-
-.s:nth-child(3) {
- right: 0;
- bottom: 0;
-}
-
-.s:nth-child(4) {
- bottom: 0;
- left: 0;
-}
-
-.big {
- width: 15px;
- height: 15px;
- border-radius: 15px;
- box-shadow: 0 0 10px theme-color(primary), 0 0 20px theme-color(primary), 0 0 30px theme-color(primary), 0 0 50px theme-color(primary), 0 0 60px theme-color(primary);
- z-index: 1;
- background-color: theme-color(primary);
- animation: bigball 1s infinite linear;
-}
-
-.sb1 {
- animation-delay: -1.75s;
-}
-
-.sb6 {
- animation-delay: -1.5s;
-}
-
-.sb2 {
- animation-delay: -1.25s;
-}
-
-.sb7 {
- animation-delay: -1s;
-}
-
-.sb3 {
- animation-delay: -0.75s;
-}
-
-.sb8 {
- animation-delay: -0.5s;
-}
-
-.sb4 {
- animation-delay: -0.25s;
-}
-
-.sb5 {
- animation-delay: -0s;
-}
-@keyframes bigcon {
- 0% {
- transform-origin: center;
- transform: translate(-50%, -50%) rotate(45deg);
- }
-
- 100% {
- transform-origin: center;
- transform: translate(-50%, -50%) rotate(405deg);
- }
-}
-@keyframes small {
- 0% {
- transform: scale(1);
- background-color: lighten(theme-color(primary), 20%);
- }
-
- 10% {
- transform: scale(1.3);
- background-color: theme-color(primary);
- }
-
- 15% {
- transform: scale(1);
- }
-
- 25% {
- transform: scale(1);
- background-color: theme-color(primary);
- }
-
- 100% {
- transform: scale(1);
- background-color: theme-color(primary);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/loaders/_jumping-dots-loader.scss b/app/frontend/static/assets/scss/shared/components/loaders/_jumping-dots-loader.scss
deleted file mode 100755
index 19fe70e7..00000000
--- a/app/frontend/static/assets/scss/shared/components/loaders/_jumping-dots-loader.scss
+++ /dev/null
@@ -1,46 +0,0 @@
-/* Jumping dots loader */
-.jumping-dots-loader {
- width: 100px;
- height: 100px;
- border-radius: 100%;
- position: relative;
- margin: 0 auto;
-}
-
-.jumping-dots-loader span {
- display: inline-block;
- width: 20px;
- height: 20px;
- border-radius: 100%;
- background-color: rgba(theme-color(danger), .8);
- margin: 35px 5px;
-}
-
-.jumping-dots-loader span:nth-child(1) {
- animation: bounce 1s ease-in-out infinite;
-}
-
-.jumping-dots-loader span:nth-child(2) {
- animation: bounce 1s ease-in-out 0.33s infinite;
-}
-
-.jumping-dots-loader span:nth-child(3) {
- animation: bounce 1s ease-in-out 0.66s infinite;
-}
-@keyframes bounce {
- 0%,
- 100%,
- 75% {
- -webkit-transform: translateY(0);
- -ms-transform: translateY(0);
- -o-transform: translateY(0);
- transform: translateY(0);
- }
-
- 25% {
- -webkit-transform: translateY(-20px);
- -ms-transform: translateY(-20px);
- -o-transform: translateY(-20px);
- transform: translateY(-20px);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/loaders/_loaders.scss b/app/frontend/static/assets/scss/shared/components/loaders/_loaders.scss
deleted file mode 100755
index 3e63f9c7..00000000
--- a/app/frontend/static/assets/scss/shared/components/loaders/_loaders.scss
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Loaders */
-@import "variables";
-@import "colored-balls";
-@import "glowing-ball";
-@import "pixel-loader";
-@import "square-box";
-@import "circle-loader";
-@import "jumping-dots-loader";
-@import "bar-loader";
-@import "square-path-loader";
-@import "dot-opacity-loader";
-@import "flip-square-loader";
-@import "moving-square-loader";
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/loaders/_moving-square-loader.scss b/app/frontend/static/assets/scss/shared/components/loaders/_moving-square-loader.scss
deleted file mode 100755
index bdf9d19a..00000000
--- a/app/frontend/static/assets/scss/shared/components/loaders/_moving-square-loader.scss
+++ /dev/null
@@ -1,34 +0,0 @@
-/* Moving square loader */
-.moving-square-loader {
- width: 100px;
- height: 100px;
- border-radius: 100%;
- position: relative;
- margin: 0 auto;
-}
-
-.moving-square-loader:before {
- content: "";
- position: absolute;
- width: 10px;
- height: 10px;
- top: calc(50% - 10px);
- left: 0;
- background-color: rgba(theme-color(danger), .7);
- animation: rotatemove 1s infinite;
-}
-@keyframes rotatemove {
- 0% {
- -webkit-transform: scale(1) translateX(0px);
- -ms-transform: scale(1) translateX(0px);
- -o-transform: scale(1) translateX(0px);
- transform: scale(1) translateX(0px);
- }
-
- 100% {
- -webkit-transform: scale(2) translateX(45px);
- -ms-transform: scale(2) translateX(45px);
- -o-transform: scale(2) translateX(45px);
- transform: scale(2) translateX(45px);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/loaders/_pixel-loader.scss b/app/frontend/static/assets/scss/shared/components/loaders/_pixel-loader.scss
deleted file mode 100755
index 18633776..00000000
--- a/app/frontend/static/assets/scss/shared/components/loaders/_pixel-loader.scss
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Pixel loader */
-.pixel-loader {
- width: 10px;
- height: 10px;
- background: theme-color(warning);
- color: theme-color(warning);
- margin: 80px auto;
- box-shadow: 15px 15px 0 0, -15px -15px 0 0, 15px -15px 0 0, -15px 15px 0 0, 0 15px 0 0, 15px 0 0 0, -15px 0 0 0, 0 -15px 0 0;
- animation: anim 2s linear infinite;
-}
-@keyframes anim {
- 0% {
- -webkit-filter: hue-rotate(0deg);
- }
-
- 50% {
- box-shadow: 20px 20px 0 0, -20px -20px 0 0, 20px -20px 0 0, -20px 20px 0 0, 0 10px 0 0, 10px 0 0 0, -10px 0 0 0, 0 -10px 0 0;
- }
-
- 75% {
- box-shadow: 20px 20px 0 0, -20px -20px 0 0, 20px -20px 0 0, -20px 20px 0 0, 0 10px 0 0, 10px 0 0 0, -10px 0 0 0, 0 -10px 0 0;
- }
-
- 100% {
- transform: rotate(360deg);
- -webkit-filter: hue-rotate(360deg);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/loaders/_square-box.scss b/app/frontend/static/assets/scss/shared/components/loaders/_square-box.scss
deleted file mode 100755
index ac64517e..00000000
--- a/app/frontend/static/assets/scss/shared/components/loaders/_square-box.scss
+++ /dev/null
@@ -1,83 +0,0 @@
-/* Square box loader */
-@keyframes dyinglight {
- 15% {
- transform: scale(1.6);
- }
-
- 50% {
- transform: rotate(-89deg);
- }
-
- 100% {
- transform: rotate(-90deg);
- }
-}
-
-.square-box-loader {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- display: inline-block;
-}
-
-.square-box-loader-square {
- display: block;
- width: $square-size;
- height: $square-size;
- background: theme-color(primary);
-}
-
-.square-box-loader-container {
- position: absolute;
- left: 0;
- top: 0;
- bottom: 0;
- right: 0;
- transform-origin: 50% 50% 0;
- animation: dyinglight 1s ease infinite;
- backface-visibility: hidden;
-}
-
-.square-box-loader-corner-bottom:after,
-.square-box-loader-corner-bottom:before,
-.square-box-loader-corner-top:after,
-.square-box-loader-corner-top:before {
- position: absolute;
- width: $square-corner-size;
- height: $square-corner-size;
- color: theme-color(primary);
- content: '';
-}
-
-.square-box-loader-corner-top {
- &:before {
- border-left: 1px solid;
- border-top: 1px solid;
- top: -$square-corner-position;
- left: -$square-corner-position;
- }
-
- &:after {
- border-right: 1px solid;
- border-top: 1px solid;
- top: -$square-corner-position;
- right: -$square-corner-position;
- }
-}
-
-.square-box-loader-corner-bottom {
- &:before {
- border-left: 1px solid;
- border-bottom: 1px solid;
- bottom: -$square-corner-position;
- left: -$square-corner-position;
- }
-
- &:after {
- border-right: 1px solid;
- border-bottom: 1px solid;
- bottom: -$square-corner-position;
- right: -$square-corner-position;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/loaders/_square-path-loader.scss b/app/frontend/static/assets/scss/shared/components/loaders/_square-path-loader.scss
deleted file mode 100755
index 67640f51..00000000
--- a/app/frontend/static/assets/scss/shared/components/loaders/_square-path-loader.scss
+++ /dev/null
@@ -1,55 +0,0 @@
-/* Square path loader */
-.square-path-loader {
- width: 100px;
- height: 100px;
- border-radius: 100%;
- position: relative;
- margin: 0 auto;
-}
-
-.square-path-loader:after,
-.square-path-loader:before {
- content: "";
- width: 15px;
- height: 15px;
- position: absolute;
- top: 0;
- left: calc(50% - 10px);
- background-color: rgba(theme-color(success), .7);
- animation: squaremove 1s ease-in-out infinite;
-}
-
-.square-path-loader:after {
- bottom: 0;
- animation-delay: 0.5s;
-}
-@keyframes squaremove {
- 0%,
- 100% {
- -webkit-transform: translate(0,0) rotate(0);
- -ms-transform: translate(0,0) rotate(0);
- -o-transform: translate(0,0) rotate(0);
- transform: translate(0,0) rotate(0);
- }
-
- 25% {
- -webkit-transform: translate(40px,40px) rotate(45deg);
- -ms-transform: translate(40px,40px) rotate(45deg);
- -o-transform: translate(40px,40px) rotate(45deg);
- transform: translate(40px,40px) rotate(45deg);
- }
-
- 50% {
- -webkit-transform: translate(0px,80px) rotate(0deg);
- -ms-transform: translate(0px,80px) rotate(0deg);
- -o-transform: translate(0px,80px) rotate(0deg);
- transform: translate(0px,80px) rotate(0deg);
- }
-
- 75% {
- -webkit-transform: translate(-40px,40px) rotate(45deg);
- -ms-transform: translate(-40px,40px) rotate(45deg);
- -o-transform: translate(-40px,40px) rotate(45deg);
- transform: translate(-40px,40px) rotate(45deg);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/loaders/_variables.scss b/app/frontend/static/assets/scss/shared/components/loaders/_variables.scss
deleted file mode 100755
index 2d7ea1b3..00000000
--- a/app/frontend/static/assets/scss/shared/components/loaders/_variables.scss
+++ /dev/null
@@ -1,4 +0,0 @@
-$square-box-scale: 3;
-$square-size: 30px;
-$square-corner-size: ceil($square-size / $square-box-scale);
-$square-corner-position: ceil($square-corner-size / $square-box-scale);
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/mail-components/_mail-sidebar.scss b/app/frontend/static/assets/scss/shared/components/mail-components/_mail-sidebar.scss
deleted file mode 100755
index 840ea107..00000000
--- a/app/frontend/static/assets/scss/shared/components/mail-components/_mail-sidebar.scss
+++ /dev/null
@@ -1,170 +0,0 @@
-/* Mail Sidebar */
-
-.email-wrapper {
- .mail-sidebar {
- border-right: 1px solid $border-color;
- padding: 20px;
- background: $card-bg;
-
- .menu-bar {
- width: 100%;
- float: right;
- height: 100%;
- min-height: 100%;
-
- @media (max-width: $grid-breakpoints-sm) {
- min-height: 100vh;
- max-height: 100%;
- height: auto;
- overflow-y: auto;
- overflow-x: hidden;
- }
-
- .menu-items {
- padding: 0;
- margin-bottom: 0;
- height: auto;
- list-style-type: none;
-
- li {
- padding: 10px 15px;
- transition: 0.4s;
- position: relative;
- display: flex;
- align-items: center;
- justify-content: space-between;
-
- &:hover {
- background: $emal-menu-item-hover-color;
- }
-
- a {
- color: $body-color;
- font-size: $default-font-size;
- text-decoration: none;
-
- i {
- margin-right: 8px;
- font-size: $default-font-size;
- line-height: 1.5;
- }
- }
-
- &.active {
- background: $emal-menu-item-active-bg;
- border-radius: 4px;
-
- a {
- color: $emal-menu-item-active-color;
- }
- }
-
- &.compose {
- &:hover {
- background: transparent;
- }
- }
- }
- }
-
- .online-status {
- margin-top: 1rem;
-
- .chat {
- font-size: $default-font-size;
- color: $text-muted;
- margin-bottom: 0;
- font-family: $type-1;
- }
-
- .status {
- height: 10px;
- width: 10px;
- border-radius: 100%;
- display: inline-flex;
- justify-content: flex-start;
- transform: translateX(-43px) translateY(2px);
-
- &:after {
- font-size: 12px;
- color: $text-muted;
- margin: -5px 0 0 18px;
- }
- }
-
- .status.offline {
- background: theme-color(danger);
-
- &:after {
- content: "Offline";
- }
- }
-
- .status.online {
- background: theme-color(success);
-
- &:after {
- content: "Online";
- }
- }
- }
-
- .profile-list {
- padding: 10px 0;
- }
-
- .profile-list-item {
- border-bottom: 1px solid $border-color;
- padding: 6px 0;
- display: block;
-
- &:last-child {
- border-bottom: 0;
- }
-
- a {
- text-decoration: none;
- @extend .d-flex;
-
- .pro-pic {
- display: flex;
- align-items: center;
- padding: 0;
- width: 20%;
- max-width: 40px;
-
- img {
- max-width: 100%;
- width: 100%;
- border-radius: 100%;
- }
- }
-
- .user {
- width: 100%;
- @extend .d-flex;
- @extend .flex-column;
- padding: 5px 10px 0 15px;
-
- .u-name {
- margin: 0;
- font-family: $type-1;
- font-size: $default-font-size;
- line-height: 1;
- @extend %ellipsor;
- color: $body-color;
- font-weight: 500;
- }
-
- .u-designation {
- font-size: calc(#{$default-font-size} - 0.1rem);
- color: $body-color;
- @extend %ellipsor;
- margin-bottom: 0;
- }
- }
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/mail-components/view-controller/_mail-list-container.scss b/app/frontend/static/assets/scss/shared/components/mail-components/view-controller/_mail-list-container.scss
deleted file mode 100755
index bbe8e08e..00000000
--- a/app/frontend/static/assets/scss/shared/components/mail-components/view-controller/_mail-list-container.scss
+++ /dev/null
@@ -1,90 +0,0 @@
-/* Mail List Container */
-.email-wrapper {
- .mail-list-container {
- height: 100%;
- padding-left: 0;
- padding-right: 0;
- background: $card-bg;
-
- a {
- text-decoration: none;
- }
-
- .mail-list {
- border-bottom: 1px solid $border-color;
- display: flex;
- flex-direction: row;
- padding: 10px 15px;
- width: 100%;
-
- &:last-child {
- border-bottom: none;
- }
-
- .form-check {
- margin-top: 12px;
- width: 40px;
- }
-
- .content {
- width: 90%;
- padding-left: 0;
- padding-right: 0;
-
- @media (max-width: 450px) {
- width: 85%;
- }
-
- .sender-name {
- margin-bottom: 0;
- font-size: $default-font-size;
- font-family: $type-1;
- font-weight: 500;
- @extend %ellipsor;
- max-width: 95%;
- }
-
- .message_text {
- margin: 0;
- max-width: 93%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- @extend .text-muted;
- }
- }
-
- .details {
- @extend .d-flex;
- @extend .justify-content-end;
- width: 5.5%;
-
- .date {
- text-align: right;
- margin: auto 15px auto 0;
- white-space: nowrap;
- @extend .text-muted;
- }
-
- i {
- margin: auto 0;
- color: #ddd;
-
- &.favorite {
- color: theme-color(warning);
- }
- }
- }
-
- &.new_mail {
- background: rgba(theme-color(primary), 0.3);
-
- .details {
- .date {
- color: $body-color;
- }
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/mail-components/view-controller/_messagecontent.scss b/app/frontend/static/assets/scss/shared/components/mail-components/view-controller/_messagecontent.scss
deleted file mode 100755
index e65ad26f..00000000
--- a/app/frontend/static/assets/scss/shared/components/mail-components/view-controller/_messagecontent.scss
+++ /dev/null
@@ -1,95 +0,0 @@
-/* Message Content */
-.email-wrapper {
- .message-body {
- .sender-details {
- padding: 20px 15px 0;
- border-bottom: $border-property;
- display: flex;
-
- .details {
- padding-bottom: 0;
-
- .msg-subject {
- margin-bottom: 0;
- font-family: $type-1;
- }
-
- .sender-email {
- margin-bottom: 20px;
- font-family: $type-1;
-
- i {
- font-size: 1rem;
- font-family: $type-1;
- margin: 0 1px 0 7px;
- }
- }
- }
- }
-
- .message-content {
- padding: 50px 15px;
- }
-
- .attachments-sections {
- ul {
- list-style: none;
- border-top: $border-property;
- padding: 30px 15px 20px;
-
- li {
- padding: 10px;
- margin-right: 20px;
- border: $border-property;
- border-radius: 5px;
- @extend .d-inline-flex;
- @extend .flex-row;
- @extend .align-items-stretch;
-
- .thumb {
- display: inline-block;
- margin-right: 10px;
- @extend .d-flex;
- @extend .justify-content-center;
- @extend .align-items-center;
-
- i {
- font-size: 30px;
- margin: 0;
- color: $body-color;
- }
- }
-
- .details {
- p.file-name {
- display: block;
- @extend %ellipsor;
- margin-bottom: 0;
- color: $body-color;
- }
-
- .buttons {
- @extend .d-flex;
- @extend .align-items-center;
-
- .file-size {
- margin-right: 10px;
- margin-bottom: 0;
- font-size: $default-font-size;
- }
-
- a {
- font-size: $default-font-size;
- margin-right: 10px;
-
- &:last-child {
- margin-right: 0;
- }
- }
- }
- }
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/mail-components/view-controller/_view-controller.scss b/app/frontend/static/assets/scss/shared/components/mail-components/view-controller/_view-controller.scss
deleted file mode 100755
index eb9ec583..00000000
--- a/app/frontend/static/assets/scss/shared/components/mail-components/view-controller/_view-controller.scss
+++ /dev/null
@@ -1,51 +0,0 @@
-@import "./mail-list-container";
-@import "./messagecontent";
-
-.email-wrapper {
- display: grid;
- grid-template-columns: 280px auto;
- margin-top: 30px;
-
- .mail-view {
- display: none;
- background: $card-bg;
-
- .mail-header-toolbar {
- display: flex;
- align-items: center;
- padding: 20px 10px;
- }
- }
-
- .email-view-wrapper {
- background: $email-view-wrapper-bg;
- grid-column-start: 2;
- grid-column-end: 3;
- }
-}
-
-@media (max-width: 960px) {
- .email-wrapper {
- grid-template-columns: 200px auto;
- }
-}
-
-@media (max-width: 768px) {
- .email-wrapper {
- display: block;
- }
-
- .mail-sidebar {
- position: fixed;
- top: 63px;
- right: -250px;
- bottom: 0px;
- z-index: 99;
- width: 250px;
- transition-duration: 0.6s;
-
- &.menu-open {
- left: 0;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_ace.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_ace.scss
deleted file mode 100755
index 7271bd04..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_ace.scss
+++ /dev/null
@@ -1,7 +0,0 @@
-/* Ace Editor */
-
-.ace_editor {
- margin: auto;
- height: 300px;
- width: 100%;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_avgrund.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_avgrund.scss
deleted file mode 100755
index 6cd7e685..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_avgrund.scss
+++ /dev/null
@@ -1,96 +0,0 @@
-/* Avgrund Popup */
-
-.avgrund-popin {
- position: absolute;
- background: $avgrund-popin-bg;
- padding: 37px 33px;
- overflow: hidden;
- visibility: hidden;
- opacity: 0;
- top: 50%;
- left: 50%;
- z-index: 1000;
- font-size: $default-font-size;
- font-family: $type-1;
- font-weight: initial;
- line-height: 1.85;
- border-radius: 10px;
- transform: scale(0.8);
-
- p {
- font-size: $default-font-size;
- font-family: $type-1;
- font-weight: initial;
- }
-}
-
-.avgrund-overlay {
- background: $modal-backdrop-bg;
- width: 100%;
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- z-index: 101;
- visibility: hidden;
- opacity: 0;
- filter: alpha(opacity=0);
-}
-
-.avgrund-ready .avgrund-overlay,
-.avgrund-ready .avgrund-popin,
-body.avgrund-ready {
- transform-origin: 50% 50%;
- transition: 0.3s all ease-out;
-}
-
-body.avgrund-active {
- overflow: hidden;
-}
-
-.avgrund-active .avgrund-popin {
- visibility: visible;
- opacity: 1;
- transform: scale(1.1);
-}
-
-.avgrund-active .avgrund-overlay {
- visibility: visible;
- opacity: 0.5;
- height: 20000px;
-}
-
-.avgrund-popin.stack {
- transform: scale(1.5);
-}
-
-.avgrund-active .avgrund-popin.stack {
- transform: scale(1.1);
-}
-
-.avgrund-active .avgrund-blur {}
-
-/* Optional close button styles */
-
-.avgrund-close {
- display: block;
- color: $avgrund-close-color;
- background: $body-color;
- font-size: 10px;
- text-decoration: none;
- text-transform: uppercase;
- position: absolute;
- top: 10px;
- right: 10px;
- height: 17px;
- width: 17px;
- text-align: center;
- line-height: 16px;
- border-radius: 50px;
-
- &:hover {
- color: $avgrund-close-color;
- text-decoration: none;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_bootstrap-tour.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_bootstrap-tour.scss
deleted file mode 100755
index f8cbb312..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_bootstrap-tour.scss
+++ /dev/null
@@ -1,51 +0,0 @@
-/* Bootstrap Tour */
-.tour-tour {
- padding: 0;
- border: 0;
- font-family: $type-1;
- background: $tour-bg;
-
- .popover-title {
- background: $popover-title-bg;
- color: $popover-title-color;
- font-size: 0.8125rem;
- font-family: $type-1;
- padding: 0.75rem;
- }
-
- &.left {
- .arrow {
- &:after {
- border-left-color: $popover-title-bg;
- }
- }
- }
-
- &.right {
- .arrow {
- &:after {
- border-right-color: $popover-title-bg;
- }
- }
- }
-
- &.top {
- .arrow {
- &:after {
- border-top-color: $popover-title-bg;
- }
- }
- }
-
- &.bottom {
- .arrow {
- &:after {
- border-bottom-color: $popover-title-bg;
- }
- }
- }
-}
-
-.tour-step-background {
- display: none;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_chartist.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_chartist.scss
deleted file mode 100755
index c6c0c39c..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_chartist.scss
+++ /dev/null
@@ -1,65 +0,0 @@
-@mixin set-series-color($color) {
-
- .ct-point,
- .ct-line,
- .ct-bar,
- .ct-slice-donut {
- stroke: $color;
- }
-
- .ct-slice-pie,
- .ct-slice-donut-solid {
- fill: $color;
- stroke: #fff;
- }
-}
-
-// Styles
-.ct-chart {
- .ct-grid {
- stroke: rgba($body-color, 0.25);
- }
-
- .ct-label {
- font-size: 11px;
- color: $body-color;
- }
-
- .ct-line {
- stroke-width: 2px;
- }
-
- .ct-point {
- stroke-width: 8px;
- }
-
- .ct-chart-pie,
- .ct-chart-donut {
- .ct-label {
- font-size: 16px;
- fill: rgba(#fff, 0.75);
- }
- }
-}
-
-.ct-chart {
- .ct-series-a {
- @include set-series-color(theme-color(primary));
- }
-
- .ct-series-b {
- @include set-series-color(theme-color(info));
- }
-
- .ct-series-c {
- @include set-series-color(theme-color(danger));
- }
-
- .ct-series-d {
- @include set-series-color(theme-color(success));
- }
-
- .ct-series-e {
- @include set-series-color(theme-color(warning));
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_chartjs.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_chartjs.scss
deleted file mode 100755
index 3e356a22..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_chartjs.scss
+++ /dev/null
@@ -1,79 +0,0 @@
-#chartjs-tooltip {
- background: lighten($card-bg, 4%);
- border-radius: 4px;
- padding: 10px;
- box-shadow: $chartjs-tooltip-box-shadow;
- transition: 0.3s ease;
-
- table {
- tr {
- th {
- color: $text-muted;
- }
-
- td {
- display: flex;
- align-items: center;
- line-height: 1px;
- padding-top: 5px;
- padding-bottom: 5px;
-
- &:first-letter {
- text-transform: uppercase;
- }
-
- span {
- width: 7px;
- height: 7px;
- display: inline-block;
- border-radius: 100px;
- margin-right: 7px;
- color: $body-color;
- }
- }
- }
- }
-}
-
-.chartjs-legend {
- ul {
- list-style: none;
- padding-left: 0;
- display: flex;
- align-items: center;
- margin-bottom: 0;
-
- li {
- margin-right: 8%;
- display: flex;
- align-items: center;
- white-space: nowrap;
- color: $text-muted;
-
- span {
- height: 10px;
- width: 10px;
- border-radius: 100%;
- margin-right: 10px;
- display: inline-block;
- font-size: $default-font-size;
- }
- }
- }
-
- .rtl & {
- ul {
- padding-right: 0;
-
- li {
- margin-right: 0;
- margin-left: 8%;
-
- span {
- margin-right: 0;
- margin-left: 1rem;
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_clockpicker.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_clockpicker.scss
deleted file mode 100755
index 17edebdb..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_clockpicker.scss
+++ /dev/null
@@ -1,36 +0,0 @@
-/* Clockpicker */
-.clockpicker-popover {
- background-color: $border-color;
-
- &.left {
- .arrow {
- &:after {
- border-left-color: $border-color;
- }
- }
- }
-
- &.right {
- .arrow {
- &:after {
- border-right-color: $border-color;
- }
- }
- }
-
- &.top {
- .arrow {
- &:after {
- border-top-color: $border-color;
- }
- }
- }
-
- &.bottom {
- .arrow {
- &:after {
- border-bottom-color: $border-color;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_codemirror.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_codemirror.scss
deleted file mode 100755
index 9a489131..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_codemirror.scss
+++ /dev/null
@@ -1,11 +0,0 @@
-/* CodeMirror */
-.CodeMirror {
- font-size: 1rem;
- height: auto;
- min-height: auto;
- text-align: left;
-
- .CodeMirror-scroll {
- min-height: auto;
- }
-}
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_colcade.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_colcade.scss
deleted file mode 100755
index d7b2fa90..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_colcade.scss
+++ /dev/null
@@ -1,65 +0,0 @@
-/* Colcade */
-* {
- box-sizing: border-box;
-}
-
-.grid:after {
- display: block;
- content: '';
- clear: both;
-}
-
-.grid-col {
- float: left;
- width: 49%;
- margin-right: 2%;
- background: $colcade-grid-bg;
-}
-
-.grid-col--4 {
- margin-right: 0;
-}
-
-/* hide two middle */
-.grid-col--2,
-.grid-col--3 {
- display: none;
-}
-
-@media (min-width: 768px) {
- .grid-col {
- width: 32%;
- }
-
- .grid-col--2 {
- display: block;
- }
-}
-
-@media (min-width: 1200px) {
- .grid-col {
- width: 23.5%;
- }
-
- .grid-col--2,
- .grid-col--3 {
- display: block;
- }
-}
-
-.grid-item {
- background: $colcade-grid-bg-item;
- margin-bottom: 20px;
-}
-
-.grid-item--a {
- height: 80px;
-}
-
-.grid-item--b {
- height: 140px;
-}
-
-.grid-item--c {
- height: 300px;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_colorpicker.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_colorpicker.scss
deleted file mode 100755
index 55084e7c..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_colorpicker.scss
+++ /dev/null
@@ -1,26 +0,0 @@
-/* Colorpicker */
-.asColorPicker-dropdown {
- max-width: initial;
-}
-
-.asColorPicker-trigger {
- height: auto;
- @extend .input-group-prepend;
- padding: 10px;
- border: 1px solid $border-color;
- border-left: none;
-
- span {
- width: 8px;
- height: 8px;
- border-radius: 2px;
- }
-}
-
-.asColorPicker-input {
- @extend .form-control;
-}
-
-.asColorPicker-wrap {
- @extend .input-group;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_context-menu.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_context-menu.scss
deleted file mode 100755
index 68890128..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_context-menu.scss
+++ /dev/null
@@ -1,64 +0,0 @@
-/* Context Menu */
-.context-menu-icon {
- &:before {
- color: $black;
- font: normal normal normal 15px/1 "Material Design Icons";
- }
-
- &.context-menu-icon-cut {
- &:before {
- content: '\F190';
- }
- }
-
- &.context-menu-icon-edit {
- &:before {
- content: '\F3EF';
- }
- }
-
- &.context-menu-icon-copy {
- &:before {
- content: '\F18F';
- }
- }
-
- &.context-menu-icon-paste {
- &:before {
- content: '\F613';
- }
- }
-
- &.context-menu-icon-delete {
- &:before {
- content: '\F6CB';
- }
- }
-
- &.context-menu-icon-quit {
- &:before {
- content: '\F156';
- }
- }
-}
-
-.context-menu-list {
- box-shadow: none;
- border: 1px solid $border-color;
-
- .context-menu-item {
- span {
- color: $context-menu-item-color;
- font-size: 0.75rem;
- font-family: $type-1;
- }
-
- &.context-menu-hover {
- background: $context-menu-hover-bg;
-
- span {
- color: $context-menu-hover-color;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_data-tables.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_data-tables.scss
deleted file mode 100755
index 7851eb90..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_data-tables.scss
+++ /dev/null
@@ -1,141 +0,0 @@
-/* Data Tables */
-
-.dataTables_wrapper {
- padding-left: 0;
- padding-right: 0;
-
- label {
- font-size: 0.8125rem;
- }
-
- select {
- @extend .form-control;
- padding: 0.4rem;
- min-width: 75px;
- }
-
- .dataTables_length {
- select {
- margin-left: 0.25rem;
- margin-right: 0.25rem;
- }
- }
-
- .table-footer {
- padding-top: $card-padding-y;
- }
-
- .height-limiter {
- max-height: 400px;
- overflow-y: auto;
- box-shadow: inset 0px -6px 18px rgba(0, 0, 0, 0.06);
- }
-
- .dataTable {
- border-collapse: collapse !important;
-
- .btn {
- padding: 0.1rem 1rem;
- vertical-align: top;
- }
-
- thead {
-
- .sorting,
- .sorting_asc,
- .sorting_asc_disabled,
- .sorting_desc,
- .sorting_desc_disabled {
-
- &:after,
- &:before {
- top: 23px;
- }
- }
-
- th {
- vertical-align: middle;
- padding: $table-cell-padding;
- color: $body-color;
- font-weight: 500;
- }
- }
-
- tbody {
- tr {
- td {
- z-index: 10;
- }
- }
- }
-
- &.collapsed {
- tbody {
- >tr {
-
- &.odd,
- &.even {
- >td {
- &:first-child {
- padding-left: 30px;
- position: relative;
-
- &:before {
- content: "\F35d";
- font-family: "Material Design Icons";
- font-size: 20px;
- color: theme-color(primary);
- text-rendering: auto;
- line-height: inherit;
- vertical-align: 0;
- font-size: 30px;
- position: absolute;
- left: 0px;
- top: 12px;
- }
- }
- }
- }
-
- &.child {
- ul.dtr-details {
- list-style: none;
- padding-left: 0;
-
- li {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 5px 10px;
- border-bottom: $border-color;
-
- .dtr-title {
- font-weight: 500;
- }
-
- &:nth-child(even) {
- background: $content-bg;
- }
-
- &:last-child {
- margin-bottom: 0;
- border-bottom: none;
- }
- }
- }
- }
- }
- }
- }
- }
-
- .dataTables_paginate {
- margin-top: 20px !important;
- }
-
- .dataTables_info {
- font-size: $default-font-size;
- color: $text-muted;
- margin-top: 20px;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_datepicker.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_datepicker.scss
deleted file mode 100755
index 1e0bf837..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_datepicker.scss
+++ /dev/null
@@ -1,220 +0,0 @@
-/* Datepicker */
-.datepicker.datepicker-dropdown,
-.datepicker.datepicker-inline {
- padding: 0 25px;
- width: 30%;
- max-width: 500px;
- min-width: 250px;
-
- .datepicker-days {
- padding: 0.8rem 0.7rem;
-
- table.table-condensed {
- width: 100%;
-
- thead {
- tr {
- th {
- text-align: center;
- padding: 0.5rem 0;
-
- &.prev {
- color: color(gray);
- padding-bottom: 1rem;
- padding-top: 1rem;
- text-align: left;
- background: $card-bg;
- }
-
- &.datepicker-switch {
- color: color(gray);
- background: $card-bg;
- padding-bottom: 1rem;
- padding-top: 1rem;
- font-size: 1rem;
- font-weight: 600;
- }
-
- &.next {
- color: grey;
- padding-bottom: 1rem;
- padding-top: 1rem;
- text-align: right;
- background: $card-bg;
- }
-
- &.dow {
- font-family: $type-1;
- color: color(gray);
- font-size: 0.875rem;
- font-weight: initial;
-
- &:first-child {
- text-align: left;
- }
-
- &:last-child {
- text-align: right;
- }
- }
- }
- }
- }
-
- tbody {
- position: relative;
- top: 13px;
-
- td {
- text-align: center;
-
- &.day {
- font-size: 0.9375rem;
- padding: 0.5rem 0;
- color: $body-color;
-
- &:hover {
- background: lighten($card-bg, 4%);
- }
-
- &:first-child {
- text-align: left;
- }
-
- &:last-child {
- text-align: right;
- }
-
- &.active {
- color: #fff;
- background: transparent;
- position: relative;
- z-index: 1;
-
- &:before {
- content: "";
- width: 38px;
- height: 38px;
- background: theme-color(success);
- border-radius: 100%;
- display: block;
- margin: auto;
- vertical-align: middle;
- position: absolute;
- top: 1px;
- z-index: -1;
- left: 0;
- right: 0;
- }
- }
-
- &.today {
- color: #fff;
- background: transparent;
- position: relative;
- z-index: 1;
-
- &:before {
- content: "";
- width: 38px;
- height: 38px;
- background: theme-color(primary);
- border-radius: 100%;
- display: block;
- margin: auto;
- vertical-align: middle;
- position: absolute;
- top: 1px;
- z-index: -1;
- left: 0;
- right: 0;
- }
- }
- }
-
- &.old.day {
- color: darken(color(gray-lightest), 4.5%);
- }
-
- &:first-child {
- &.day {
-
- &.active,
- &.today {
- &:before {
- left: -42px;
- }
- }
- }
- }
-
- &:last-child {
- &.day {
-
- &.active,
- &.today {
- &:before {
- left: 30px;
- }
- }
- }
- }
- }
- }
- }
- }
-}
-
-.datepicker.datepicker-inline {
- width: 100%;
- max-width: 100%;
- min-width: 250px;
-
- thead {
- tr {
- th {
- &.prev {
- color: $body-color;
- padding-bottom: 0.5rem;
- padding-top: 0.5rem;
- }
-
- &.datepicker-switch {
- color: theme-color(primary);
- padding-bottom: 0.5rem;
- padding-top: 0.5rem;
- }
-
- &.next {
- color: $body-color;
- padding-bottom: 0.5rem;
- padding-top: 0.5rem;
- }
- }
- }
- }
-}
-
-.datepicker {
- >div {
- display: initial;
- padding: 0.375rem 0.75rem;
- margin-bottom: 0;
- font-size: 1rem;
- font-weight: 400;
- line-height: 1.5;
- color: $body-color;
- text-align: center;
- white-space: nowrap;
- border-radius: 2px;
- }
-
- &.input-group {
- border: 1px solid $border-color;
- padding: 0;
-
- .form-control {
- border: none;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_dropify.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_dropify.scss
deleted file mode 100755
index 84f97abb..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_dropify.scss
+++ /dev/null
@@ -1,67 +0,0 @@
-/* Dropify */
-
-.dropify-wrapper {
- border: 2px dashed $border-color;
- border-radius: 7px;
- background: lighten($card-bg, 4%);
-
- &:hover {
- background-size: 30px 30px;
- background-image: $dropify-wrapper-hover-bg;
- -webkit-animation: stripes 2s linear infinite;
- animation: stripes 2s linear infinite;
- }
-
- .dropify-message {
- span.file-icon {
- &:before {
- display: inline-block;
- font: normal normal normal 24px/1 "Material Design Icons";
- font-size: inherit;
- text-rendering: auto;
- line-height: inherit;
- -webkit-font-smoothing: antialiased;
- content: '\F552';
- color: $body-color;
- font-size: 1.25rem;
- }
- }
-
- p {
- font-size: 0.8125rem;
- color: $body-color;
- }
- }
-
- .dropify-preview {
- .dropify-infos {
- background: $dropify-infos-bg;
-
- .dropify-infos-inner {
- .dropify-filename {
- color: $dropify-infos-inner-filename-color;
- font-size: 20px;
- font-weight: 400;
- }
-
- .dropify-infos-message {
- color: $dropify-infos-message;
- font-weight: 500;
- }
- }
- }
-
- .dropify-render {
- img {
- opacity: 0.7;
- }
- }
- }
-
- .dropify-clear {
- background: $dropify-clear-bg;
- border: none;
- font-weight: 700;
- color: $dropify-clear-color;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_dropzone.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_dropzone.scss
deleted file mode 100755
index 70f9390c..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_dropzone.scss
+++ /dev/null
@@ -1,34 +0,0 @@
-/* Dropzone */
-
-.dropzone {
- border: 1px solid $border-color;
- min-height: 200px;
- .dz-message {
- text-align: center;
- width: 100%;
- span {
- font-size: .8125rem;
- color: $body-color;
- }
- }
- .dz-preview {
- margin: 5px;
- .dz-image {
- width: 74px;
- height: 74px;
- border-radius: 6px;
- }
- .dz-error-message {
- top: 80px;
- left: -35px;
- }
- .dz-success-mark,
- .dz-error-mark {
- margin-left: -17px;
- svg {
- width: 35px;
- height: 35px;
- }
- }
- }
-}
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_flot-chart.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_flot-chart.scss
deleted file mode 100755
index cb5cd0ea..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_flot-chart.scss
+++ /dev/null
@@ -1,64 +0,0 @@
-/* Flot chart */
-.float-chart-container {
- box-sizing: border-box;
- width: 100%;
- height: 100%;
- min-height: 300px;
- max-height: 100%;
-}
-
-.float-chart {
- width: 100%;
- position: relative;
-
- canvas {
- position: absolute !important;
- top: 0;
- bottom: 0;
- }
-
- max-width: none;
- height: 400px;
-}
-
-.flot-chart-legend {
- overflow-x: auto;
-
- table {
- tr {
- td {
- &.legendColorBox {
- width: 20px;
- height: 20px;
- margin-right: 15px;
- padding: 0 15px 0 22px;
- @include border-radius(100%);
- overflow: hidden;
-
- &:first-child {
- padding-left: 0;
- }
-
- div {
- border-width: 0 !important;
-
- div {
- @include border-radius(100%);
- border-width: 5px !important;
- }
- }
- }
-
- &.legendLabel {
- padding: 0 25px 0 0;
- border-right: 1px solid color(gray-lightest);
- font-weight: 600;
-
- &:last-child {
- border-right: none;
- }
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_google-charts.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_google-charts.scss
deleted file mode 100755
index d85494cd..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_google-charts.scss
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Google Charts */
-.google-chart-container {
- .google-charts {
- width: 100%;
- height: 280px;
- min-height: 280px;
- min-width: 100%;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_icheck.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_icheck.scss
deleted file mode 100755
index 45deb41e..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_icheck.scss
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Icheck */
-.icheck,
-.icheck-flat,
-.icheck-line,
-.icheck-square {
- margin-bottom: 0.5rem;
-
- label {
- font-size: 0.8125rem;
- line-height: 1.5;
- margin-left: 5px;
- margin-bottom: 0;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_jquery-file-upload.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_jquery-file-upload.scss
deleted file mode 100755
index df63e66c..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_jquery-file-upload.scss
+++ /dev/null
@@ -1,29 +0,0 @@
-/* Jquery File Upload */
-.ajax-upload-dragdrop {
- border-color: $border-color;
- border-style: dotted;
- max-width: 100%;
-
- span {
- b {
- font-size: 0.8125rem;
- color: $body-color;
- font-weight: initial;
- }
- }
-
- .ajax-file-upload {
- background: theme-color(info);
- box-shadow: none;
- height: auto;
- @extend .btn;
- }
-}
-
-.ajax-file-upload-container {
- min-height: 100px;
-
- .ajax-file-upload-statusbar {
- max-width: 100%;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_js-grid.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_js-grid.scss
deleted file mode 100755
index 2d91c5ab..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_js-grid.scss
+++ /dev/null
@@ -1,90 +0,0 @@
-/* Js-grid */
-.jsgrid {
-
- .jsgrid-header-cell,
- .jsgrid-cell {
- background: lighten($card-bg, 4%);
- border-color: $border-color;
- }
-
- .jsgrid-button {
- background-image: url("../../images/sprites/jsgrid-icons.png");
- }
-
- .jsgrid-grid-header {
- border: 1px solid $border-color;
- border-top: 0;
- }
-
- .jsgrid-grid-body {
- border-color: $border-color;
- }
-
- .jsgrid-table {
- @extend .table;
-
- th {
- font-weight: initial;
- font-family: $type-1;
- border-top-color: $border-color;
- }
-
- td {
- border-color: $border-color;
- }
-
- .jsgrid-filter-row {
-
- input[type=text],
- select {
- @extend .form-control;
- }
-
- input[type=number] {
- @extend .form-control;
- padding: 0.56rem 0;
- }
- }
- }
-
- .jsgrid-header-sort {
- &:before {
- margin-top: 10px;
- float: right;
- }
- }
-
- .jsgrid-header-sort-asc {
- &:before {
- border-color: transparent transparent $border-color;
- }
- }
-
- .jsgrid-header-sort-desc {
- &:before {
- border-color: $border-color transparent transparent;
- }
- }
-
- .jsgrid-pager {
- line-height: 2;
- display: flex;
- align-items: center;
- @extend .pagination;
-
- .jsgrid-pager-nav-button,
- .jsgrid-pager-page {
- @extend .page-item;
-
- a {
- @extend .page-link;
- }
- }
- }
-
- .jsgrid-pager-current-page {
- padding: 0.5rem 0.75rem;
- font-weight: initial;
- line-height: 1.25;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_jvectormap.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_jvectormap.scss
deleted file mode 100755
index 90e0b068..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_jvectormap.scss
+++ /dev/null
@@ -1,4 +0,0 @@
-/* Jvectormap */
-.jvectormap-container {
- background: $jvectormap-container;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_light-gallery.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_light-gallery.scss
deleted file mode 100755
index e3a2ac2a..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_light-gallery.scss
+++ /dev/null
@@ -1,37 +0,0 @@
-/* Light Gallery */
-.lightGallery {
- width: 100%;
- margin: 0;
-
- .image-tile {
- position: relative;
- @extend .col-xl-3;
- @extend .col-lg-3;
- @extend .col-md-3;
- @extend .col-md-4;
- @extend .col-6;
- margin-bottom: 30px;
-
- .demo-gallery-poster {
- @extend .d-flex;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
-
- img {
- display: block;
- margin: auto;
- width: 40%;
- max-width: 60px;
- min-width: 20px;
- }
- }
-
- img {
- max-width: 100%;
- width: 100%;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_listify.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_listify.scss
deleted file mode 100755
index 3003182b..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_listify.scss
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Listify */
-.listify-list {
- input {
- border: 1px solid $border-color;
- color: $text-muted;
- background: $input-bg;
- }
-
- ul.list {
- list-style: none;
- padding-left: 0;
-
- li {
- display: block;
- border-bottom: $border-property;
- padding: 15px 10px;
-
- h5 {
- color: theme-color("primary");
- }
-
- p {
- color: $text-muted;
- margin: 0;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_no-ui-slider.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_no-ui-slider.scss
deleted file mode 100755
index c63f8134..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_no-ui-slider.scss
+++ /dev/null
@@ -1,112 +0,0 @@
-/* No-ui-slider */
-
-.noUi-target {
- border: none;
- box-shadow: none;
- border-radius: 0;
-
- &.noUi-horizontal {
- height: 0.25rem;
-
- .noUi-handle {
- left: -17px;
- }
- }
-
- &.noUi-vertical {
- width: 0.25rem;
- height: 156px;
- display: inline-block;
-
- .noUi-handle {
- left: -6px;
- }
- }
-
- .noUi-base {
- background: $noUi-base-bg;
- box-shadow: none;
- border: none;
-
- .noUi-connect {
- background: $noUi-connect-bg;
- box-shadow: none;
- }
-
- .noUi-origin {
- background: $noUi-origin-bg;
-
- .noUi-handle {
- background: $white;
- border-radius: 100%;
- border: $border-width solid $border-color;
- width: 18px;
- height: 18px;
- top: -7px;
- outline: none;
- transition-duration: 0.4s;
-
- &:after,
- &:before {
- display: none;
- }
-
- &:after {
- display: block;
- position: absolute;
- top: 5px;
- left: 0;
- right: 0;
- margin: auto;
- width: 6px;
- height: 6px;
- background: theme-color(primary);
- border-radius: 100%;
- }
-
- .noUi-tooltip {
- font-family: $type-1;
- border-radius: 4px;
- border: none;
- line-height: 1;
- font-size: $default-font-size;
- padding: 13px 12px;
- bottom: 190%;
- }
- }
- }
- }
-
- .noUi-pips {
-
- .noUi-marker-horizontal,
- .noUi-marker-vertical {
- background: $border-color;
- }
-
- .noUi-marker-horizontal {
- height: 9px;
- width: 1px;
- }
-
- .noUi-marker-vertical {
- height: 1px;
- width: 9px;
- }
-
- .noUi-value {
- color: $body-color;
- font-size: 0.94rem;
- font-family: $type-1;
- }
- }
-}
-
-/* Slider Color variations */
-
-@each $color,
-$value in $theme-colors {
- .slider-#{$color} {
- @include slider-color-variant($value);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_owl-carousel.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_owl-carousel.scss
deleted file mode 100755
index c2fba323..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_owl-carousel.scss
+++ /dev/null
@@ -1,50 +0,0 @@
-/* Owl-carousel */
-.owl-carousel {
- img {
- border-radius: 4px;
- }
-
- &.full-width {
- .owl-nav {
- position: absolute;
- top: 30%;
- width: 100%;
- margin-top: 0;
-
- .owl-next,
- .owl-prev {
- background: transparent;
- color: $white;
-
- i {
- &:before {
- width: 40px;
- height: 40px;
- background: $text-muted;
- border-radius: 100%;
- font-size: 1.6rem;
- font-weight: bold;
- line-height: 40px;
- }
- }
- }
-
- .owl-prev {
- float: left;
- }
-
- .owl-next {
- float: right;
- }
- }
-
- .owl-dots {
- margin-top: 1rem;
- }
- }
-
- .item-video {
- width: 200px;
- height: 200px;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_progressbar-js.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_progressbar-js.scss
deleted file mode 100755
index f74331a4..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_progressbar-js.scss
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Progressbar-js */
-.ui-progress {
- border-radius: 50px;
-
- svg {
- background: $border-color;
- border-radius: 50px;
- }
-}
-
-.progressbar-js-circle {
- width: 100%;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_pws-tabs.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_pws-tabs.scss
deleted file mode 100755
index 0f2f9a06..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_pws-tabs.scss
+++ /dev/null
@@ -1,165 +0,0 @@
-/* Pws-tabs */
-
-.pws_tabs_container {
- ul.pws_tabs_controll {
- border-bottom: 1px solid theme-color(primary);
-
- li {
- &:first-child {
- a {
- border-radius: 5px 0 0 0;
- }
- }
-
- &:last-child {
- a {
- border-right: 1px solid theme-color(primary);
- border-radius: 0 5px 0 0;
- }
- }
-
- a {
- border: 1px solid theme-color(primary);
- border-bottom: none;
- border-right: none;
- background: #fff;
- color: theme-color(primary);
- padding: 0.3em 1.3em;
- margin-right: 0;
- font-weight: 500;
- font-size: 14px;
-
- &:hover {
- background: #fff;
- color: theme-color(primary);
- }
-
- &.pws_tab_active {
- background: theme-color(primary);
- color: #fff;
- }
- }
- }
- }
-
- .demo-tabs {
- border: 1px solid theme-color(primary);
- border-radius: 0 5px 5px 5px;
- overflow: hidden;
- background: theme-color(light);
- margin-bottom: 45px;
- padding-top: 3.5rem;
-
- .CodeMirror {
- margin-bottom: 20px;
- }
- }
-
- // Styles for vertical Tab
- &.pws_tabs_vertical {
- .pws_tabs_controll {
- border-right: none;
- border-bottom: none;
-
- li {
- &:first-child {
- a {
- border-radius: 5px 0 0 0;
- }
- }
-
- &:last-child {
- a {
- border-bottom: 1px solid theme-color(primary);
- border-radius: 0 0 0 5px;
- border-right: 0;
- }
- }
-
- a {
- border-radius: 0;
- border: 1px solid theme-color(primary);
- border-right: none;
- border-bottom: none;
- margin-bottom: 0;
- }
- }
- }
- }
-
- // Styles for vertical Tab
- // Styles for horizontal Tab
- &.pws_tabs_horizontal_bottom {
- .pws_tabs_list {
- margin-bottom: 0;
- }
-
- .pws_tabs_controll {
- border-top: 1px solid theme-color(primary);
- border-right: none;
- border-bottom: none;
-
- li {
- &:first-child {
- a {
- border-radius: 0 0 0 5px;
- }
- }
-
- &:last-child {
- a {
- border-radius: 0 0 5px 0;
- border-right: 1px solid theme-color(primary);
- }
- }
-
- a {
- border-radius: 0;
- border: 1px solid theme-color(primary);
- border-top: none;
- border-right: none;
- margin-right: 0;
- margin-bottom: 0;
- }
- }
- }
- }
-
- &.pws_tabs_horizontal_top {
- .pws_tabs_controll {
- border-bottom: 0px;
- }
- }
-
- // Styles for vertical Tab
- // Styles for RTL Tab
- &.pws_tabs_rtl {
- .pws_tabs_controll {
- li {
- &:first-child {
- a {
- border-radius: 0 5px 0 0;
- border-right: 1px solid theme-color(primary);
- }
- }
-
- &:last-child {
- a {
- border-right: none;
- border-radius: 5px 0 0 0;
- }
- }
-
- a {
- border: 1px solid theme-color(primary);
- border-bottom: none;
- border-right: none;
- margin-right: 0;
- margin-left: 0;
- }
- }
- }
- }
-
- // Styles for RTL Tab
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_quill.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_quill.scss
deleted file mode 100755
index 437b06bc..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_quill.scss
+++ /dev/null
@@ -1,11 +0,0 @@
-/* Quill Editor */
-.quill-container {
- height: 300px;
-}
-
-.ql-toolbar,
-.quill-container {
- &.ql-snow {
- border-color: $border-color;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_rating.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_rating.scss
deleted file mode 100755
index ba268a38..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_rating.scss
+++ /dev/null
@@ -1,82 +0,0 @@
-/* Rating */
-
-.br-theme-css-stars,
-.br-theme-fontawesome-stars {
- .br-widget {
- a {
- font-size: 15px;
- margin-right: 0px;
- &:last-child {
- margin-right: 0;
- }
- }
- a.br-active,
- a.br-selected {
- &:after {
- color: #F9CF57;
- }
- }
- }
-}
-
-.br-theme-bars-1to10,
-.br-theme-bars-horizontal,
-.br-theme-bars-movie,
-.br-theme-bars-pill,
-.br-theme-bars-reversed {
- .br-widget {
- a {
- background-color: rgba(#F9CF57, .6);
- color: #F9CF57;
- &.br-active,
- &.br-selected {
- background-color: #F9CF57;
- }
- }
- }
-}
-
-.br-theme-bars-square {
- .br-widget {
- a {
- border-color: rgba(#F9CF57, .6);
- color: rgba(#F9CF57, .6);
- &.br-active,
- &.br-selected {
- border-color: #F9CF57;
- color: #F9CF57;
- }
- }
- }
-}
-
-.br-theme-bars-1to10,
-.br-theme-bars-horizontal,
-.br-theme-bars-movie,
-.br-theme-bars-reversed {
- .br-widget {
- .br-current-rating {
- color: $body-color;
- font-size: $default-font-size;
- font-weight: initial;
- }
- }
-}
-
-.br-theme-bars-1to10 {
- height: 26px;
- .br-widget {
- height: 24px;
- .br-current-rating {
- line-height: 1;
- }
- }
-}
-
-.br-theme-bars-pill {
- .br-widget {
- a {
- line-height: 2.5;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_select2.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_select2.scss
deleted file mode 100755
index af1cbabf..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_select2.scss
+++ /dev/null
@@ -1,82 +0,0 @@
-/* Select2 */
-.select2-container--default {
- .select2-results__option--highlighted[aria-selected] {
- background: $select2-selected-item-bg;
- }
-
- .select2-dropdown,
- .select2-selection--multiple,
- .select2-selection--single {
- border-color: $border-color;
-
- .select2-search__field {
- border-color: $border-color;
- }
- }
-
- .select2-selection--single {
- height: auto;
- @extend .form-control;
-
- .select2-search__field {
- @extend .form-control;
- }
-
- .select2-selection__rendered {
- line-height: 14px;
- height: 40px;
- display: flex;
- align-items: center;
- }
-
- .select2-selection__arrow {
- top: 8px;
- }
- }
-
- .select2-dropdown {
- font-size: 0.8125rem;
- }
-
- &.select2-container--focus {
- .select2-selection--multiple {
- border-color: $border-color;
- }
- }
-
- .select2-selection--multiple {
- .select2-selection__choice {
- color: color(white);
- border: 0;
- border-radius: 3px;
- padding: 6px;
- font-size: 0.625rem;
- font-family: inherit;
- line-height: 1;
-
- .select2-selection__choice__remove {
- color: color(white);
- }
-
- &:nth-child(5n+1) {
- background: theme-color(primary);
- }
-
- &:nth-child(5n+2) {
- background: theme-color(success);
- }
-
- &:nth-child(5n+3) {
- background: theme-color(info);
- }
-
- &:nth-child(5n+4) {
- background: theme-color(danger);
- }
-
- &:nth-child(5n+5) {
- background: theme-color(warning);
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_summernote.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_summernote.scss
deleted file mode 100755
index 62a8b7a0..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_summernote.scss
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Summernote Editor */
-.note-editor {
- &.note-frame {
- border: 1px solid $border-color;
- }
-}
-
-.note-popover {
- border: 1px solid $border-color;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_sweet-alert.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_sweet-alert.scss
deleted file mode 100755
index 8204cef9..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_sweet-alert.scss
+++ /dev/null
@@ -1,64 +0,0 @@
-/* SweetAlert */
-
-.swal2-container {
- z-index: 1500;
-}
-
-.swal2-modal {
- min-height: 315px;
- @extend .d-flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- border-radius:10px;
- .swal2-title {
- font-size: 25px;
- line-height: 1;
- font-family: $type-1;
- color: $body-color;
- font-weight: initial;
- margin-bottom: 0;
- }
- .swal2-icon,
- .swal2-success-ring {
- margin-top: 0;
- margin-bottom: 42px;
- }
- .swal2-buttonswrapper {
- margin-top: 0;
- padding: 0;
- .swal2-styled {
- @extend .btn;
- margin-top: 0;
- font-weight: initial;
- &.swal2-confirm {
- @extend .btn;
- background-color: theme-color(success) !important;
- border: 1px solid theme-color(success) !important;
- font-weight: initial;
- margin-top: 32px;
- }
- &.swal2-cancel {
- @extend .btn;
- margin-top: 32px;
- background-color: $white !important;
- border: 1px solid $border-color;
- color: $body-color;
- font-weight: initial;
- }
- }
- }
- .swal2-content {
- font-size: $default-font-size;
- font-family: $type-1;
- color: $body-color;
- font-weight: initial;
- margin-top: 11px;
- }
- .swal2-close {
- font-size: 20px;
- }
- .swal2-success-ring {
- left: -30px;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_switchery.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_switchery.scss
deleted file mode 100755
index 8bdcc819..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_switchery.scss
+++ /dev/null
@@ -1,32 +0,0 @@
-/* Switchery */
-.switchery {
- width: 35px;
- height: 21px;
- border-radius: 11px;
-
- > small {
- width: 20px;
- height: 20px;
- }
-}
-
-.switchery-small {
- width: 25px;
- height: 13px;
-
- > small {
- width: 13px;
- height: 13px;
- }
-}
-
-.switchery-large {
- width: 50px;
- height: 28px;
- border-radius: 14px;
-
- > small {
- width: 27px;
- height: 27px;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_tags.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_tags.scss
deleted file mode 100755
index a4b99a36..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_tags.scss
+++ /dev/null
@@ -1,20 +0,0 @@
-/* Tags */
-div.tagsinput {
- padding: 15px 15px 10px;
- border-color: $border-color;
- background: lighten($card-bg, 4%);
-
- span.tag {
- background: $inputtag-tab-bg;
- border: 0;
- color: $inputtag-tab-color;
- padding: 6px 14px;
- font-size: 0.8125rem;
- font-family: inherit;
- line-height: 1;
-
- a {
- color: $inputtag-tab-color;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_tinymce.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_tinymce.scss
deleted file mode 100755
index 3065d7b1..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_tinymce.scss
+++ /dev/null
@@ -1,7 +0,0 @@
-/* TinyMCE Editor */
-.mce-tinymce {
- &.mce-panel,
- .mce-panel {
- border-color: $border-color;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_toast.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_toast.scss
deleted file mode 100755
index 2a6aea4f..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_toast.scss
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Toast */
-.jq-toast-wrap {
- .jq-icon-success {
- background-color: theme-color("success");
- }
-
- .jq-icon-info {
- background-color: theme-color("info");
- }
-
- .jq-icon-warning {
- background-color: theme-color("warning");
- }
-
- .jq-icon-error {
- background-color: theme-color("danger");
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_typeahead.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_typeahead.scss
deleted file mode 100755
index cc7ddd7b..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_typeahead.scss
+++ /dev/null
@@ -1,61 +0,0 @@
-/* Typeahead */
-.gist,
-.tt-menu {
- text-align: left;
-}
-
-.twitter-typeahead {
- max-width: 100%;
-}
-
-.tt-hint,
-.tt-query,
-.typeahead {
- @extend .form-control;
-}
-
-.typeahead {
- background-color: $typeahead-bg;
-
- &:focus {
- border-color: $border-color;
- }
-}
-
-.tt-query {
- box-shadow: $tt-query-box-shadow;
-}
-
-.tt-hint {
- color: $typeahead-tt-hint-color;
-}
-
-.tt-menu {
- width: 100%;
- margin: 12px 0;
- padding: 8px 0;
- background-color: $typeahead-tt-menu;
- border: 1px solid $border-color;
- border-radius: 8px;
- box-shadow: $tt-box-shadow;
-}
-
-.tt-suggestion {
- padding: 3px 20px;
- font-size: inherit;
-
- &:hover {
- cursor: pointer;
- color: $tt-suggestion-hover-color;
- background-color: $tt-suggestion-hover-bg;
- }
-
- .tt-cursor {
- color: $tt-suggestion-hover-color;
- background-color: $tt-suggestion-hover-bg;
- }
-
- p {
- margin: 0;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_wizard.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_wizard.scss
deleted file mode 100755
index 3c1f16d2..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_wizard.scss
+++ /dev/null
@@ -1,391 +0,0 @@
-/* Wizard */
-.wizard {
- display: block;
- width: 100%;
- overflow: hidden;
-
- a {
- outline: 0;
- }
-
- ul {
- list-style: none !important;
- padding: 0;
- margin: 0;
-
- >li {
- display: block;
- padding: 0;
- }
- }
-
- >.steps {
- .current-info {
- position: absolute;
- left: -999em;
- }
-
- position: relative;
- display: block;
- width: 100%;
-
- .number {
- font-size: $default-font-size;
- }
-
- >ul {
- >li {
- width: 25%;
- float: left;
- text-align: center;
- }
- }
-
- a {
- display: block;
- width: auto;
- margin: 0 0.5em 0.5em;
- padding: 1em;
- text-decoration: none;
- border-radius: 5px;
- font-size: $default-font-size;
- font-family: $type-1;
-
- &:hover {
- display: block;
- width: auto;
- margin: 0 0.5em 0.5em;
- padding: 1em;
- text-decoration: none;
- border-radius: 5px;
- }
-
- &:active {
- display: block;
- width: auto;
- margin: 0 0.5em 0.5em;
- padding: 1em;
- text-decoration: none;
- border-radius: 5px;
- }
- }
-
- .disabled {
- a {
- background: color(gray-lightest);
- color: color(gray);
- cursor: default;
-
- &:hover {
- background: color(gray-lightest);
- color: color(gray);
- cursor: default;
- }
-
- &:active {
- background: color(gray-lightest)e;
- color: color(gray);
- cursor: default;
- }
- }
- }
-
- .current {
- a {
- background: theme-color(primary);
- color: color(white);
- cursor: default;
-
- &:hover {
- background: theme-color(primary);
- color: color(white);
- cursor: default;
- }
-
- &:active {
- background: theme-color(primary);
- color: color(white);
- cursor: default;
- }
- }
- }
-
- .done {
- a {
- background: lighten(theme-color(primary), 20%);
- color: color(white);
-
- &:hover {
- background: lighten(theme-color(primary), 20%);
- color: color(white);
- }
-
- &:active {
- background: lighten(theme-color(primary), 20%);
- color: color(white);
- }
- }
- }
-
- .error {
- a {
- background: theme-color(danger);
- color: #fff;
-
- &:hover {
- background: theme-color(danger);
- color: #fff;
- }
-
- &:active {
- background: theme-color(danger);
- color: #fff;
- }
- }
- }
- }
-
- >.content {
- >.title {
- position: absolute;
- left: -999em;
- }
-
- background: $content-bg;
- display: block;
- margin: 0.5em;
- min-height: 24em;
- overflow: hidden;
- position: relative;
- width: auto;
- border-radius: 5px;
-
- >.body {
- float: left;
- position: absolute;
- width: 95%;
- height: 95%;
- padding: 2.5%;
- overflow-y: auto;
-
- ul {
- list-style: disc !important;
-
- >li {
- display: list-item;
- }
- }
-
- >iframe {
- border: 0 none;
- width: 100%;
- height: 100%;
- }
-
- input {
- display: block;
- border: 1px solid $border-color;
- }
-
- input[type="checkbox"] {
- display: inline-block;
- }
-
- input.error {
- background: rgb(251, 227, 228);
- border: 1px solid lighten(theme-color(danger), 20%);
- color: theme-color(danger);
- }
-
- label {
- display: inline-block;
- margin-bottom: 0.5em;
- }
-
- label.error {
- color: theme-color(danger);
- display: inline-block;
- margin-left: 1.5em;
- }
- }
- }
-
- >.actions {
- padding-top: 20px;
-
- >ul {
- >li {
- float: left;
- margin: 0 0.5em;
- }
-
- display: inline-block;
- text-align: right;
- }
-
- position: relative;
- display: block;
- text-align: right;
- width: 100%;
-
- a {
- @extend .btn;
- @extend .btn-primary;
- }
-
- .disabled {
- a {
- @extend .btn-outline-primary;
- }
- }
- }
-
- &.vertical {
- >.steps {
- display: inline;
- float: left;
- width: 30%;
-
- >ul {
- >li {
- float: none;
- width: 100%;
- text-align: left;
- }
- }
- }
-
- >.content {
- display: inline;
- float: left;
- margin: 0 2.5% 0.5em;
- width: 65%;
- }
-
- >.actions {
- display: inline;
- float: right;
- margin: 0 2.5%;
- width: 95%;
-
- >ul {
- >li {
- margin: 0 0 0 1em;
- }
- }
- }
- }
-}
-
-.tabcontrol {
- display: block;
- width: 100%;
- overflow: hidden;
-
- a {
- outline: 0;
- }
-
- ul {
- list-style: none !important;
- padding: 0;
- margin: 0;
-
- >li {
- display: block;
- padding: 0;
- }
- }
-
- >.steps {
- .current-info {
- position: absolute;
- left: -999em;
- }
-
- position: relative;
- display: block;
- width: 100%;
-
- >ul {
- position: relative;
- margin: 6px 0 0;
- top: 1px;
- z-index: 1;
-
- >li {
- float: left;
- margin: 5px 2px 0 0;
- padding: 1px;
- -webkit-border-top-left-radius: 5px;
- -webkit-border-top-right-radius: 5px;
- -moz-border-radius-topleft: 5px;
- -moz-border-radius-topright: 5px;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
-
- &:hover {
- background: #edecec;
- border: 1px solid $border-color;
- padding: 0;
- }
-
- >a {
- color: color(gray-light);
- display: inline-block;
- border: 0 none;
- margin: 0;
- padding: 10px 30px;
- text-decoration: none;
-
- &:hover {
- text-decoration: none;
- }
- }
- }
-
- >li.current {
- background: color(white);
- border: 1px solid $border-color;
- border-bottom: 0 none;
- padding: 0 0 1px;
- margin-top: 0;
-
- >a {
- padding: 15px 30px 10px;
- }
- }
- }
- }
-
- >.content {
- >.title {
- position: absolute;
- left: -999em;
- }
-
- position: relative;
- display: inline-block;
- width: 100%;
- height: 35em;
- overflow: hidden;
- border-top: 1px solid $border-color;
- padding-top: 20px;
-
- >.body {
- float: left;
- position: absolute;
- width: 95%;
- height: 95%;
- padding: 2.5%;
-
- ul {
- list-style: disc !important;
-
- >li {
- display: list-item;
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_wysieditor.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_wysieditor.scss
deleted file mode 100755
index a33dc5c8..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_wysieditor.scss
+++ /dev/null
@@ -1,146 +0,0 @@
-/* Wysi Editor */
-.wysi-editor {
- #toolbar [data-wysihtml-action] {
- float: right;
- }
-
- #toolbar,
- textarea {
- width: 920px;
- padding: 5px;
- box-sizing: border-box;
- }
-
- textarea {
- height: 280px;
- border: 1px solid $border-color;
- font-family: inherit;
- font-size: 1rem;
- }
-
- textarea:focus {
- color: black;
- border: 1px solid $border-color;
- }
-
- .wysihtml-action-active,
- .wysihtml-command-active {
- font-weight: bold;
- }
-
- [data-wysihtml-dialog] {
- margin: 5px 0 0;
- padding: 5px;
- border: 1px solid $border-color;
- }
-
- a[data-wysihtml-command-value="red"] {
- color: theme-color(danger);
- }
-
- a[data-wysihtml-command-value="green"] {
- color: theme-color(success);
- }
-
- a[data-wysihtml-command-value="blue"] {
- color: theme-color(info);
- }
-
- .wysihtml-editor,
- .wysihtml-editor table td {
- outline: 1px dotted $border-color;
- }
-
- code {
- background: $wysieditor-code-bg;
- padding: 10px;
- white-space: pre;
- display: block;
- margin: 1em 0;
- }
-
- .toolbar {
- display: block;
- border-radius: 3px;
- border: 1px solid $border-color;
- margin-bottom: 9px;
- line-height: 1em;
- }
-
- .toolbar a {
- display: inline-block;
- height: 1.5em;
- border-radius: 3px;
- font-size: 1rem;
- line-height: 1.5em;
- text-decoration: none;
- background: $wysieditor-code-toolbar-bg;
- border: 1px solid $border-color;
- padding: 0 0.2em;
- margin: 1px 0;
- color: $wysieditor-code-toolbar-color;
- }
-
- .toolbar .wysihtml-action-active,
- .toolbar a.wysihtml-command-active {
- background: #222;
- color: white;
- }
-
- .toolbar .block {
- padding: 1px;
- display: inline-block;
- background: #eee;
- border-radius: 3px;
- margin: 0 1px 1px 0;
- }
-
- div[data-wysihtml-dialog="createTable"] {
- position: absolute;
- background: white;
- }
-
- div[data-wysihtml-dialog="createTable"] td {
- width: 10px;
- height: 5px;
- border: 1px solid $border-color;
- }
-
- .wysihtml-editor table td.wysiwyg-tmp-selected-cell {
- outline: 2px solid theme-color(success);
- }
-
- .editor-container-tag {
- padding: 5px 10px;
- position: absolute;
- color: white;
- background: rgba(0, 0, 0, 0.8);
- width: 100px;
- margin-left: -50px;
- transition: 0.1s left, 0.1s top;
- }
-
- .wrap {
- max-width: 700px;
- margin: 40px;
- }
-
- .editable .wysihtml-uneditable-container {
- outline: 1px dotted $border-color;
- position: relative;
- }
-
- .editable .wysihtml-uneditable-container-right {
- float: right;
- width: 50%;
- margin-left: 2em;
- margin-bottom: 1em;
- }
-
- .editable .wysihtml-uneditable-container-left {
- float: left;
- width: 50%;
- margin-right: 2em;
- margin-bottom: 1em;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_x-editable.scss b/app/frontend/static/assets/scss/shared/components/plugin-overrides/_x-editable.scss
deleted file mode 100755
index 302364b1..00000000
--- a/app/frontend/static/assets/scss/shared/components/plugin-overrides/_x-editable.scss
+++ /dev/null
@@ -1,64 +0,0 @@
-/* X-editable */
-.editable-form {
- .editable {
- color: $body-color;
- font-size: 0.8125rem;
- }
-
- .editable-click {
- border-color: $body-color;
- }
-}
-
-.editable-container {
- &.editable-inline {
- max-width: 100%;
-
- .editableform {
- max-width: 100%;
-
- .control-group {
- max-width: 100%;
- white-space: initial;
-
- > div {
- max-width: 100%;
- }
-
- .editable-input {
- // max-width: 50%;
- input,
- textarea {
- max-width: 100%;
- }
-
- .combodate {
- .form-control {
- padding-left: 0;
- padding-right: 0;
- }
- }
- }
-
- .editable-buttons {
- @media (max-width: 991px) {
- display: block;
- margin-top: 10px;
- }
-
- .editable-submit {
- @extend .btn-info;
- @extend .btn-xs;
- @extend .mt-1;
- }
-
- .editable-cancel {
- @extend .btn-secondary;
- @extend .btn-xs;
- @extend .mt-1;
- }
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/timeline/_timeline-horizontal.scss b/app/frontend/static/assets/scss/shared/components/timeline/_timeline-horizontal.scss
deleted file mode 100755
index 1ad4ac98..00000000
--- a/app/frontend/static/assets/scss/shared/components/timeline/_timeline-horizontal.scss
+++ /dev/null
@@ -1,94 +0,0 @@
-.horizontal-timeline {
- .time-frame {
- border-bottom: 1px solid $border-color;
- padding-top: 20px;
-
- &:last-child {
- border-bottom: none;
- }
-
- .section-time-frame {
- margin-bottom: 30px;
- }
-
- .event {
- border-left: 1px solid $border-color;
- padding-left: 2rem;
- padding-bottom: 30px;
- position: relative;
-
- &:last-child {
- border-left: none;
- }
-
- .event-text {
- line-height: 1;
- font-weight: 400;
- margin-bottom: 0;
- @include ellipsor;
- }
-
- .tumbnail-views {
- display: inline-block;
-
- .thumbnail {
- float: left;
- margin-right: 16px;
- margin-top: 1rem;
-
- img {
- max-width: 100%;
- border-radius: 4px;
- }
- }
- }
-
- .event-alert {
- margin-top: 1rem;
- padding: 11px 25px;
- background: $alert-event-bg;
- width: 80%;
- font-family: $type-1;
- font-size: 13px;
- font-weight: 300;
- border-radius: 4px;
- }
-
- .event-info {
- margin-top: 0.8rem;
- font-family: $type-1;
- font-size: 12px;
- font-weight: 400;
- color: $text-muted;
- }
-
- &:before {
- content: "";
- position: absolute;
- top: 0;
- left: -5px;
- height: 10px;
- width: 10px;
- border-radius: 100%;
- }
-
- &:nth-child(3n+1) {
- &:before {
- background: theme-color(info);
- }
- }
-
- &:nth-child(3n+2) {
- &:before {
- background: theme-color(success);
- }
- }
-
- &:nth-child(3n+3) {
- &:before {
- background: theme-color(primary);
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/components/timeline/_timeline-vertical.scss b/app/frontend/static/assets/scss/shared/components/timeline/_timeline-vertical.scss
deleted file mode 100755
index 385785a1..00000000
--- a/app/frontend/static/assets/scss/shared/components/timeline/_timeline-vertical.scss
+++ /dev/null
@@ -1,167 +0,0 @@
-/* Timeline */
-.vertical-timeline {
- list-style: none;
- padding: 0;
- position: relative;
-
- &:before {
- top: 0;
- bottom: 0;
- position: absolute;
- content: " ";
- width: 3px;
- background-color: lighten($card-bg, 4%);
- left: 50%;
- margin-left: -1.5px;
- }
-
- .timeline-wrapper {
- display: block;
- margin-bottom: 20px;
- position: relative;
- width: 100%;
- padding-right: 90px;
-
- &:before {
- content: " ";
- display: table;
- }
-
- &:after {
- content: " ";
- display: table;
- clear: both;
- }
-
- .timeline-panel {
- border-radius: 2px;
- padding: 20px;
- position: relative;
- background: lighten($card-bg, 4%);
- border-radius: 6px;
- box-shadow: $timeline-panel-box-shadow;
- width: 35%;
- margin-left: 15%;
-
- &:before {
- position: absolute;
- top: 0;
- width: 100%;
- height: 2px;
- content: "";
- left: 0;
- right: 0;
- }
-
- &:after {
- position: absolute;
- top: 7px;
- right: -14px;
- display: inline-block;
- border-top: 14px solid transparent;
- border-left: 14px solid lighten($card-bg, 4%);
- border-right: 0 solid lighten($card-bg, 4%);
- border-bottom: 14px solid transparent;
- content: " ";
- }
-
- .timeline-title {
- margin-top: 0;
- color: $body-color;
- text-transform: uppercase;
- }
-
- .timeline-body {
- p {
- margin-bottom: 0;
-
- &+p {
- margin-top: 5px;
- }
- }
-
- ul {
- margin-bottom: 0;
- }
- }
-
- .timeline-footer {
- span {
- font-size: 0.6875rem;
- }
-
- i {
- font-size: 1.5rem;
- }
- }
- }
-
- .timeline-badge {
- width: 14px;
- height: 14px;
- position: absolute;
- top: 16px;
- left: calc(50% - 7px);
- z-index: 100;
- border-top-right-radius: 50%;
- border-top-left-radius: 50%;
- border-bottom-right-radius: 50%;
- border-bottom-left-radius: 50%;
- border: 2px solid lighten($card-bg, 4%);
-
- i {
- color: $timeline-badge-color;
- }
- }
-
- &.timeline-inverted {
- padding-right: 0;
- padding-left: 90px;
-
- .timeline-panel {
- margin-left: auto;
- margin-right: 15%;
-
- &:after {
- border-left-width: 0;
- border-right-width: 14px;
- left: -14px;
- right: auto;
- }
- }
- }
- }
-}
-
-@media (max-width: 767px) {
- .timeline {
- .timeline-wrapper {
- padding-right: 150px;
-
- &.timeline-inverted {
- padding-left: 150px;
- }
-
- .timeline-panel {
- width: 100%;
- margin-left: 0;
- margin-right: 0;
- }
- }
- }
-}
-
-@each $color,
-$value in $theme-colors {
- .timeline-wrapper-#{$color} {
- .timeline-panel {
- &:before {
- background: theme-color($color);
- }
- }
-
- .timeline-badge {
- background: theme-color($color);
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/mixins/_accordions.scss b/app/frontend/static/assets/scss/shared/mixins/_accordions.scss
deleted file mode 100755
index 6da3e94b..00000000
--- a/app/frontend/static/assets/scss/shared/mixins/_accordions.scss
+++ /dev/null
@@ -1,94 +0,0 @@
-// Accordion Inverse variations
-@mixin accordion-inverse-variant($color) {
- background: rgba($color, 0.16);
- color: $color;
- border: none;
-
- .card-header {
- color: $color;
- border: none;
-
- a,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- p,
- span {
- color: $color !important;
- }
-
- a {
- border-color: $color;
-
- &:before {
- color: $color !important;
- }
-
- &[aria-expanded="true"] {
- border-bottom: 1px solid rgba($color, 0.16);
- }
-
- &[aria-expanded="false"] {
- border-bottom: 1px solid transparent;
- }
- }
- }
-}
-@mixin accordion-outline-variant($color) {
- .card {
- border-color: $color;
-
- .card-header {
- border: none;
-
- a {
- border-color: $color;
-
- &:before {
- color: $color;
- }
- }
- }
- }
-}
-@mixin accordion-multiple-outline-variant($color) {
- border-color: theme-color($color);
-
- .card-header {
- a {
- .card-icon {
- color: theme-color($color);
- }
-
- &:before {
- color: theme-color($color);
- }
-
- &[aria-expanded="true"] {
- border-bottom: 1px solid theme-color($color);
- }
-
- &[aria-expanded="false"] {
- border-bottom: 1px solid $white;
- }
- }
- }
-}
-@mixin accordion-multiple-filled-variant($color) {
- .card-header {
- a {
- background: theme-color($color);
-
- &[aria-expanded="true"] {
- background: theme-color($color);
- }
-
- &[aria-expanded="false"] {
- background: theme-color($color);
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/mixins/_animation.scss b/app/frontend/static/assets/scss/shared/mixins/_animation.scss
deleted file mode 100755
index cff2ce91..00000000
--- a/app/frontend/static/assets/scss/shared/mixins/_animation.scss
+++ /dev/null
@@ -1,94 +0,0 @@
-/* Animation Mixins */
-
-@keyframes dropdownAnimation {
- from {
- opacity: 0;
- transform: translate3d(0, -30px, 0);
- }
-
- to {
- opacity: 1;
- transform: none;
- transform: translate3d(0, 0px, 0);
- }
-}
-
-.dropdownAnimation {
- animation-name: dropdownAnimation;
- animation-duration: $action-transition-duration;
- animation-fill-mode: both;
-}
-
-@mixin transition($settings) {
- -webkit-transition: $settings;
- -moz-transition: $settings;
- -ms-transition: $settings;
- -o-transition: $settings;
- transition: $settings;
-}
-
-@keyframes fadeOut {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- }
-}
-
-.fadeOut {
- animation-name: fadeOut;
-}
-
-.infinite-spin {
- @keyframes spin {
- from {
- transform: rotate(0deg);
- }
-
- to {
- transform: rotate(360deg);
- }
- }
-
- animation-name: spin;
- animation-duration: 3s;
- animation-iteration-count: infinite;
- animation-timing-function: linear;
-}
-
-@keyframes fadeInUp {
- from {
- opacity: 0;
- transform: translate3d(0, 100%, 0);
- }
-
- to {
- opacity: 1;
- transform: none;
- }
-}
-
-.fadeInUp {
- animation-name: fadeInUp;
-}
-
-@keyframes menufadeInLeft {
- from {
- opacity: 0;
- -webkit-transform: translate3d(-20px, 0, 0);
- transform: translate3d(-20px, 0, 0);
- }
-
- to {
- opacity: 1;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-}
-
-.menufadeInLeft {
- -webkit-animation-name: menufadeInLeft;
- animation-name: menufadeInLeft;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/mixins/_background.scss b/app/frontend/static/assets/scss/shared/mixins/_background.scss
deleted file mode 100755
index af38d330..00000000
--- a/app/frontend/static/assets/scss/shared/mixins/_background.scss
+++ /dev/null
@@ -1,21 +0,0 @@
-// Background Mixins //
-@mixin bg($color) {
- background: $color;
-}
-
-@mixin bg-gradient($color1, $color2) {
- background: $color1;
- /* For browsers that do not support gradients */
- background: -webkit-linear-gradient(90deg, $color1, $color2);
- /* For Safari 5.1 to 6.0 */
- background: -o-linear-gradient(90deg, $color1, $color2);
- /* For Opera 11.1 to 12.0 */
- background: -moz-linear-gradient(90deg, $color1, $color2);
- /* For Firefox 3.6 to 15 */
- background: linear-gradient(90deg, $color1, $color2);
- /* Standard syntax */
-}
-
-@mixin bg-inverse-variant($color) {
- background: rgba($color, 0.2);
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/mixins/_badges.scss b/app/frontend/static/assets/scss/shared/mixins/_badges.scss
deleted file mode 100755
index 4be937f0..00000000
--- a/app/frontend/static/assets/scss/shared/mixins/_badges.scss
+++ /dev/null
@@ -1,16 +0,0 @@
-// Badge variations
-@mixin badge-variations($color) {
- border: 1px solid $color;
- color: $white;
-}
-
-// Badge outlined variations
-@mixin badge-outline-variations($color) {
- color: $color;
- border: 1px solid $color;
-}
-
-@mixin badge-inverse-variations($color) {
- background: rgba($color, 0.3);
- color: $color;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/mixins/_blockqoute.scss b/app/frontend/static/assets/scss/shared/mixins/_blockqoute.scss
deleted file mode 100755
index 2180db9b..00000000
--- a/app/frontend/static/assets/scss/shared/mixins/_blockqoute.scss
+++ /dev/null
@@ -1,8 +0,0 @@
-// BlockQuote Mixins //
-@mixin blockquote($color) {
- border-color: $color;
-
- .blockquote-footer {
- color: $color;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/mixins/_breadcrumbs.scss b/app/frontend/static/assets/scss/shared/mixins/_breadcrumbs.scss
deleted file mode 100755
index 77f53bc4..00000000
--- a/app/frontend/static/assets/scss/shared/mixins/_breadcrumbs.scss
+++ /dev/null
@@ -1,44 +0,0 @@
-// Breadcrumb color variations
-@mixin breadcrumb-inverse-variant($color) {
- .breadcrumb {
- background: lighten($color, 25%);
- border-color: $color;
-
- .breadcrumb-item {
- color: $color;
-
- &:before {
- color: inherit;
- }
-
- a {
- color: inherit;
- }
- }
-
- &.breadcrumb-custom {
- background: $color;
-
- .breadcrumb-item {
- background: lighten($color, 25%);
-
- a {
- color: $color;
- border: none;
-
- &:before {
- border-left-color: lighten($color, 25%);
- }
- }
-
- span {
- color: $color;
- }
-
- &:last-child {
- background: transparent;
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/mixins/_buttons.scss b/app/frontend/static/assets/scss/shared/mixins/_buttons.scss
deleted file mode 100755
index 9e79941a..00000000
--- a/app/frontend/static/assets/scss/shared/mixins/_buttons.scss
+++ /dev/null
@@ -1,85 +0,0 @@
-@mixin social-button($color) {
- background: $color;
- color: color(white);
-
- &:hover {
- background: darken($color, 10%);
- }
-
- &.btn-link {
- background: none;
- color: $color;
-
- &:hover {
- color: darken($color, 10%);
- }
- }
-}
-
-@mixin btn-social-outline-variant($color) {
- background: transparent;
- border-color: $color;
- color: $color;
-
- &:hover {
- background: rgba($color, 0.2);
- }
-}
-
-@mixin button-inverse-variant($color, $color-hover: $white) {
- color: $color;
- background-color: rgba($color, 0.2);
- background-image: none;
- border-color: rgba($color, 0);
-
- @include hover {
- color: $color-hover;
- background-color: $color;
- border-color: $color;
- }
-
- &.disabled,
- &:disabled {
- color: $color;
- background-color: transparent;
- }
-
- &.active,
- &:active,
- .show>&.dropdown-toggle {
- color: $color-hover;
- background-color: $color;
- border-color: $color;
- }
-}
-
-@mixin button-inverse-outline-variant($color, $color-hover: $white) {
- color: $color;
- background-image: none;
- background: transparent;
- border-color: rgba($color, 0.2);
-
- @include hover {
- color: $color;
- background-color: rgba($color, 0.2);
- border-color: rgba($color, 0.2);
- }
-
- &.focus,
- &:focus {
- box-shadow: 0 0 0 3px rgba($color, .5);
- }
-
- &.disabled,
- &:disabled {
- color: $color;
- background-color: transparent;
- }
-
- &.active,
- &:active,
- .show>&.dropdown-toggle {
- color: $color-hover;
- border-color: $color;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/mixins/_cards.scss b/app/frontend/static/assets/scss/shared/mixins/_cards.scss
deleted file mode 100755
index c332b160..00000000
--- a/app/frontend/static/assets/scss/shared/mixins/_cards.scss
+++ /dev/null
@@ -1,6 +0,0 @@
-// Cards Mixins
-@mixin card-inverse-variant($bg, $border, $color) {
- background: $bg;
- border: 1px solid $border;
- color: $color;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/mixins/_misc.scss b/app/frontend/static/assets/scss/shared/mixins/_misc.scss
deleted file mode 100755
index a881a45c..00000000
--- a/app/frontend/static/assets/scss/shared/mixins/_misc.scss
+++ /dev/null
@@ -1,70 +0,0 @@
-//generic transform
-@mixin transform($transforms) {
- -moz-transform: $transforms;
- -o-transform: $transforms;
- -ms-transform: $transforms;
- -webkit-transform: $transforms;
- transform: $transforms;
-}
-
-// rotate
-@mixin rotate ($deg) {
- transform:rotate(#{$deg}deg);
-}
-
-// scale
-@mixin scale($scale) {
- transform: scale($scale);
-}
-
-// translate
-@mixin translate ($x, $y) {
- transform: translate($x, $y);
-}
-
-// skew
-@mixin skew ($x, $y) {
- transform:skew(#{$x}deg, #{$y}deg);
-}
-
-//transform origin
-@mixin transform-origin ($origin) {
- moz-transform-origin: $origin;
- -o-transform-origin: $origin;
- -ms-transform-origin: $origin;
- -webkit-transform-origin: $origin;
- transform-origin: $origin;
-}
-
-//Ellipsis
-%ellipsor {
- text-overflow: ellipsis;
- overflow: hidden;
- max-width: 100%;
- white-space: nowrap;
-}
-
-@mixin ellipsor {
- text-overflow: ellipsis;
- overflow: hidden;
- max-width: 100%;
- white-space: nowrap;
-}
-
-@mixin placeholder {
- &::-webkit-input-placeholder {
- @content;
- }
-
- &:-moz-placeholder {
- @content;
- }
-
- &::-moz-placeholder {
- @content;
- }
-
- &:-ms-input-placeholder {
- @content;
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/mixins/_no-ui-slider.scss b/app/frontend/static/assets/scss/shared/mixins/_no-ui-slider.scss
deleted file mode 100755
index 9e99d828..00000000
--- a/app/frontend/static/assets/scss/shared/mixins/_no-ui-slider.scss
+++ /dev/null
@@ -1,23 +0,0 @@
-// Sider color variations
-@mixin slider-color-variant($color) {
- .noUi-base {
- .noUi-connect {
- background: $color;
- }
-
- .noUi-origin {
- background: $color;
-
- .noUi-handle {
- &:after {
- background: $color;
- }
-
- .noUi-tooltip {
- background: $color;
- color: $white;
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/mixins/_pagination.scss b/app/frontend/static/assets/scss/shared/mixins/_pagination.scss
deleted file mode 100755
index d403a3b2..00000000
--- a/app/frontend/static/assets/scss/shared/mixins/_pagination.scss
+++ /dev/null
@@ -1,19 +0,0 @@
-// Pagination variations
-@mixin pagination-variants($color) {
- .page-item {
- &.active {
- .page-link {
- background: $color;
- border-color: $color;
- }
- }
-
- .page-link {
- &:hover {
- background: lighten($color,5%);
- border-color: $color;
- color: $white;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/mixins/_popovers.scss b/app/frontend/static/assets/scss/shared/mixins/_popovers.scss
deleted file mode 100755
index ca079eec..00000000
--- a/app/frontend/static/assets/scss/shared/mixins/_popovers.scss
+++ /dev/null
@@ -1,43 +0,0 @@
-// popover color variations //
-@mixin popover-variant($color) {
- .popover-header {
- background: $color;
- color: $white;
- }
-
- &.bs-popover-top {
- .arrow {
- &:after,
- &:before {
- border-top-color: $color;
- }
- }
- }
-
- &.bs-popover-right {
- .arrow {
- &:after,
- &:before {
- border-right-color: $color;
- }
- }
- }
-
- &.bs-popover-bottom {
- .arrow {
- &:after,
- &:before {
- border-bottom-color: $color;
- }
- }
- }
-
- &.bs-popover-left {
- .arrow {
- &:after,
- &:before {
- border-left-color: $color;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/mixins/_tabs.scss b/app/frontend/static/assets/scss/shared/mixins/_tabs.scss
deleted file mode 100755
index fdcb4b50..00000000
--- a/app/frontend/static/assets/scss/shared/mixins/_tabs.scss
+++ /dev/null
@@ -1,8 +0,0 @@
-// Solid tab variations
-@mixin tab-solid-variant($color) {
- .nav-link {
- &.active {
- background: $color;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/mixins/_text.scss b/app/frontend/static/assets/scss/shared/mixins/_text.scss
deleted file mode 100755
index 9f427349..00000000
--- a/app/frontend/static/assets/scss/shared/mixins/_text.scss
+++ /dev/null
@@ -1,3 +0,0 @@
-@mixin text-color($color) {
- color: $color;
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/mixins/_tooltips.scss b/app/frontend/static/assets/scss/shared/mixins/_tooltips.scss
deleted file mode 100755
index 02120697..00000000
--- a/app/frontend/static/assets/scss/shared/mixins/_tooltips.scss
+++ /dev/null
@@ -1,31 +0,0 @@
-// Tooltip color variations
-@mixin tooltip-variant($color) {
- .tooltip-inner {
- background: $color;
- color: $white;
- }
-
- &.bs-tooltip-top {
- .arrow::before {
- border-top-color: $color;
- }
- }
-
- &.bs-tooltip-right {
- .arrow::before {
- border-right-color: $color;
- }
- }
-
- &.bs-tooltip-bottom {
- .arrow::before {
- border-bottom-color: $color;
- }
- }
-
- &.bs-tooltip-left {
- .arrow::before {
- border-left-color: $color;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/screens/_auth.scss b/app/frontend/static/assets/scss/shared/screens/_auth.scss
deleted file mode 100755
index 16d67d95..00000000
--- a/app/frontend/static/assets/scss/shared/screens/_auth.scss
+++ /dev/null
@@ -1,344 +0,0 @@
-/* Auth */
-
-.full-page-wrapper {
- min-height: 100vh;
- padding-left: 0;
- padding-right: 0;
-}
-
-.auth {
- min-height: 100vh;
-
- &.auth-bg-1 {
- background: url("../../images/auth/login_1.jpg");
- background-size: cover;
- }
-
- &.register-bg-1 {
- background: url("../../images/auth/register.jpg") center center no-repeat;
- background-size: cover;
- }
-
- &.theme-one {
- .auto-form-wrapper {
- background: $card-bg;
- padding: 40px 40px 10px;
- border-radius: 4px;
- box-shadow: 0 -25px 37.7px 11.3px rgba(8, 143, 220, 0.07);
-
- .form-group {
- .input-group {
- height: 44px;
-
- .form-control {
- border: 1px solid darken($border-color, 5%);
- border-right: none;
- border-radius: 6px 0 0 6px;
- height: 44px;
- line-height: 4px;
- display: inline-block;
- padding-top: 0px;
- padding-bottom: 0px;
-
- &:focus {
- border-right: none;
- border-color: darken($border-color, 5%);
- }
- }
-
- .input-group-append {
- border-left: none;
-
- .input-group-text {
- border-radius: 0 6px 6px 0;
- border-left: none;
- border-color: darken($border-color, 5%);
- color: #b6b6b6;
- }
- }
- }
-
- .submit-btn {
- font-family: $type-1;
- font-size: 13px;
- padding: 12px 8px;
- font-weight: 600;
- }
- }
-
- .g-login {
- border: 1px solid $border-color;
- padding: 13px;
- font-size: 12px;
- font-weight: 600;
- background: transparent;
- }
- }
-
- .auth-footer {
- list-style-type: none;
- padding-left: 0;
- margin-top: 20px;
- margin-bottom: 10px;
- display: flex;
- justify-content: center;
-
- li {
- margin-right: 10px;
- line-height: 1;
- padding-right: 10px;
- border-right: 1px solid rgba(255, 255, 255, 0.4);
-
- &:last-child {
- margin-right: 0;
- border-right: none;
- }
-
- a {
- font-size: 13px;
- color: rgba(255, 255, 255, 0.4);
- }
- }
-
- @media (max-width: $grid-breakpoints-sm) {
- justify-content: center;
- }
- }
-
- .footer-text {
- color: rgba(255, 255, 255, 0.4);
- }
- }
-
- &.theme-two {
- .auto-form-wrapper {
- position: relative;
- height: 100vh;
- min-height: 100vh;
- max-height: 100vh;
- padding: 110px 5% 5%;
- border-radius: 4px;
-
- @media (max-width: $grid-breakpoints-sm) {
- padding: 11% 15px;
- text-align: center;
- height: 100%;
- max-height: 100%;
- }
-
- .nav-get-started {
- display: flex;
- align-items: center;
- justify-content: flex-end;
- position: absolute;
- top: 30px;
- right: 30px;
-
- @media (max-width: $grid-breakpoints-sm) {
- margin-bottom: 5%;
- margin-right: auto;
- margin-left: auto;
- position: relative;
- top: unset;
- right: unset;
- justify-content: center;
- }
-
- p {
- margin-bottom: 0;
- font-weight: 300;
- }
-
- .get-started-btn {
- border: 1px solid $border-color;
- padding: 10px 20px;
- font-size: 12px;
- font-weight: 600;
- color: $body-color;
- margin-left: 20px;
- border-radius: 50px;
- }
- }
-
- form {
- width: 50%;
- min-width: 300px;
- max-width: 480px;
-
- .form-group {
- width: 100%;
- margin-bottom: 25px;
-
- @media (max-width: $grid-breakpoints-sm) {
- margin-right: auto;
- margin-left: auto;
- }
-
- .input-group {
- height: 44px;
-
- .form-control {
- border: 1px solid darken($border-color, 5%);
- border-left: none;
- border-radius: 0 6px 6px 0;
- height: 45px;
-
- &:focus {
- border-left: none;
- border-color: darken($border-color, 5%);
- }
- }
-
- .input-group-prepend {
- .input-group-text {
- border-radius: 6px 0 0 6px;
- border-color: darken($border-color, 5%);
- border-right: none;
- color: #dfdfdf;
- }
- }
- }
-
- .submit-btn {
- font-family: $type-1;
- font-size: 13px;
- padding: 11px 33px;
- font-weight: 600;
- background-image: $blue-teal-gradient;
- }
- }
- }
-
- .footer-text {
- font-size: 13px;
- margin-bottom: 0;
- }
-
- .auth-footer {
- list-style-type: none;
- display: flex;
- margin-top: 7px;
- padding-left: 0;
- margin-bottom: 0;
-
- li {
- margin-right: 10px;
- line-height: 1;
- padding-right: 10px;
- border-right: 1px solid $text-muted;
-
- &:last-child {
- margin-right: 0;
- border-right: none;
- }
-
- a {
- font-size: 13px;
- color: $text-muted;
- }
- }
-
- @media (max-width: $grid-breakpoints-sm) {
- justify-content: center;
- }
- }
- }
-
- .banner-section {
- padding-right: 0;
-
- .slide-content {
- width: 100%;
-
- &.bg-1 {
- background: url("../../images/auth/login_2.jpg") no-repeat center center;
- background-size: cover;
- }
-
- &.bg-2 {
- background: url("../../images/auth/register_2.jpg") no-repeat center center;
- background-size: cover;
- }
- }
- }
- }
-
- &.multi-step-login {
- height: 100%;
- min-height: 100vh;
- background: $content-bg;
-
- .step-form {
- position: relative;
- width: 530px;
- margin: 50px auto;
- text-align: center;
-
- .step-progress {
- padding-left: 0;
- list-style-type: none;
- margin-bottom: 30px;
- overflow: hidden;
- counter-reset: step;
- display: flex;
- justify-content: space-around;
-
- li {
- position: relative;
- list-style-type: none;
- color: $body-color;
- font-size: 18px;
- font-weight: 500;
- float: left;
-
- &:before {
- display: flex;
- align-items: center;
- justify-content: center;
- content: counter(step);
- counter-increment: step;
- width: 30px;
- height: 30px;
- line-height: 20px;
- font-size: 16px;
- font-weight: 600;
- color: $body-color;
- background: darken($content-bg, 5%);
- border-radius: 100px;
- margin: 0 auto 5px auto;
- }
-
- &.active {
- &:before {
- background: theme-color(success);
- color: #fff;
- }
- }
-
- &:first-child:after {
- content: none;
- }
- }
- }
-
- fieldset {
- background: $card-bg;
- border-radius: 10px;
- padding: 30px 30px;
- box-sizing: border-box;
- margin: 0 auto;
- width: 100%;
- position: relative;
-
- &:not(:first-of-type) {
- display: none;
- }
- }
-
- .form-control {
- height: 40px;
- border-radius: 4px;
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/screens/_error.scss b/app/frontend/static/assets/scss/shared/screens/_error.scss
deleted file mode 100755
index e5dd7b07..00000000
--- a/app/frontend/static/assets/scss/shared/screens/_error.scss
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Error */
-.error-page {
- min-height: 100vh;
-
- h1 {
- font-size: 9.375rem;
- line-height: 1;
-
- @media (max-width: 991px) {
- font-size: 8rem;
- }
- }
-
- h2 {
- font-size: 4.375rem;
- line-height: 1;
- }
-
- .error-page-divider {
- @media (min-width: 992px) {
- border-left: 3px solid rgba($white, .2);
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/screens/_invoice.scss b/app/frontend/static/assets/scss/shared/screens/_invoice.scss
deleted file mode 100755
index 7483106a..00000000
--- a/app/frontend/static/assets/scss/shared/screens/_invoice.scss
+++ /dev/null
@@ -1,61 +0,0 @@
-body.invoice-page {
- .invoice-banner {
- background: url("../../images/samples/invoice_banner.jpg") no-repeat center center;
- background-size: cover;
- width: 100%;
- margin-top: 20px;
- border-radius: 4px;
- padding: 50px;
- color: #fff;
-
- hr {
- border-top: solid 1px rgba(255, 255, 255, 0.2);
- }
- }
-
- &.invoice-2 {
- table {
- width: 950px;
- margin-left: auto;
- margin-right: auto;
-
- tr {
-
- th,
- td {
- text-align: right;
- padding: 25px 10px;
-
- &:first-child {
- text-align: left;
- }
-
- &:last-child {
- padding-right: 50px;
- }
- }
-
- th {
- font-weight: 400;
- color: $text-muted;
- }
-
- td {
- font-weight: 600;
- }
- }
- }
- }
-
- @media print {
-
- .navbar,
- .sidebar,
- .footer,
- .right-sidebar-toggler-wrapper,
- .btn,
- .card-title {
- display: none !important;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/screens/_landing.scss b/app/frontend/static/assets/scss/shared/screens/_landing.scss
deleted file mode 100755
index 5ed84236..00000000
--- a/app/frontend/static/assets/scss/shared/screens/_landing.scss
+++ /dev/null
@@ -1,217 +0,0 @@
-/* Landing */
-
-.landing-page {
- .navbar {
- padding: 2rem 0;
- box-shadow: none;
- -webkit-box-shadow: none;
- .navbar-brand {
- img {
- width: 145px;
- }
- }
- .navbar-collapse {
- @media (max-width: 991px) {
- display: block;
- }
- &.collapse {
- display: none;
- }
- &.show {
- display: block;
- }
- .navbar-nav {
- .nav-item {
- .nav-link {
- color: $white;
- padding-left: 1rem;
- padding-right: 1rem;
- font-size: 0.9375rem;
- font-family: $type-1;
- text-align: left;
- @media (min-width: 992px) {
- margin-left: 1rem;
- margin-right: 1rem;
- &:first-child {
- margin-left: 0;
- }
- &:last-child {
- margin-right: 0;
- }
- }
- }
- }
- }
- }
- }
- .top-banner {
- background: $blue-teal-gradient;
- .demo-image {
- img {
- max-width: 500px;
- @media (min-width: 992px) {
- position: absolute;
- left: -80px;
- }
- @media (max-width: 991px) {
- margin-top: 1rem;
- max-width: 100%;
- }
- }
- }
- .top-banner-content {
- padding-top: 80px;
- padding-bottom: 120px;
- }
- }
- .middle-section {
- padding-top: 120px;
- padding-bottom: 80px;
- text-align: center;
- color: $black;
- .card {
- background: $white;
- border-radius: 10px;
- box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
- transition: box-shadow 0.5s ease;
- &:hover {
- box-shadow: 0 1px 0 rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .05), 0 5px 15px rgba(0, 0, 0, .05);
- }
- &.card-icon-top {
- position: relative;
- .card-body {
- padding: 3rem;
- }
- .card-icon {
- position: absolute;
- width: 65px;
- height: 65px;
- top: -30px;
- left: calc(50% - 30px);
- }
- }
- &.card-item-preview {
- position: relative;
- .badge {
- position: absolute;
- top: -25px;
- right: -35px;
- width: 65px;
- height: 65px;
- padding: 1rem;
- border-radius: 50%;
- line-height: 32px;
- font-size: 1rem;
- }
- .card-img-top {
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- }
- }
- }
- }
- .bottom-section {
- color: $black;
- text-align: center;
- padding-top: 80px;
- }
- .feature-list {
- margin-top: 100px;
- margin-bottom: 100px;
- .feature-list-row {
- &:first-child {
- @media (min-width: 992px) {
- border-bottom: 1px solid $white-smoke;
- }
- }
- .feature-list-item {
- padding-top: 1rem;
- padding-bottom: 2rem;
- i {
- display: block;
- font-size: 1.875rem;
- margin-bottom: 2rem;
- }
- h4 {
- @extend .font-weight-normal;
- }
- p {
- @extend .font-weight-light;
- }
- @media (min-width: 992px) {
- border-right: 1px solid $white-smoke;
- &:last-child {
- border-right: 0;
- }
- }
- .feature-description {
- font-family: $type-1;
- }
- }
- }
- }
- .footer {
- background: $blue-teal-gradient;
- margin: 0;
- width: 100%;
- padding: 80px 0 0;
- .footer-top {
- border-bottom: 1px solid rgba($white, .2);
- .brand-logo {
- width: 145px;
- }
- .footer-social-icons {
- margin-top: 3rem;
- i {
- width: 43px;
- height: 43px;
- font-size: 1rem;
- border-radius: 100%;
- text-align: center;
- line-height: 43px;
- margin-right: 0.5rem;
- }
- }
- .contact-details {
- i {
- font-size: 1.25rem;
- font-weight: 500;
- }
- }
- .nav {
- .nav-item {
- .nav-link {
- color: $white;
- border-right: 1px solid $border-color;
- padding-top: 0;
- padding-bottom: 0;
- font-size: 0.9375rem;
- font-family: $type-1;
- line-height: 1;
- }
- &:last-child {
- .nav-link {
- border-right: 0;
- }
- }
- &:first-child {
- .nav-link {
- padding-left: 0;
- }
- }
- }
- }
- .form-control {
- background: rgba($black, 0.3);
- border: none;
- border-radius: 1.25rem;
- padding-top: 0.75rem;
- padding-bottom: 0.75rem;
- }
- }
- .footer-bottom {
- color: $white;
- font-family: $type-1;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/screens/_lock-screen.scss b/app/frontend/static/assets/scss/shared/screens/_lock-screen.scss
deleted file mode 100755
index e69de29b..00000000
diff --git a/app/frontend/static/assets/scss/shared/screens/_profile-page.scss b/app/frontend/static/assets/scss/shared/screens/_profile-page.scss
deleted file mode 100755
index 4bbb25ef..00000000
--- a/app/frontend/static/assets/scss/shared/screens/_profile-page.scss
+++ /dev/null
@@ -1,123 +0,0 @@
-.profile-page {
- .profile-header {
- width: 100%;
- background: url("../../images/samples/profile_page/profile_header_banner.jpg") no-repeat center center;
- background-size: cover;
- padding: 60px 0;
- border-radius: 5px;
-
- .profile-info {
- .profile-user-name {
- margin-bottom: 0;
- font-family: $type-1;
- font-weight: 600;
- color: $accent-color;
- }
-
- .profile-user-designation {
- margin-bottom: 0;
- font-family: $type-1;
- color: $accent-color;
- }
-
- .br-wrapper {
- padding-left: 15px;
-
- .br-widget {
- height: auto;
- transform: translateY(-5px);
-
- a {
- font-size: 18px;
- margin-right: 0;
- }
- }
- }
- }
-
- .details {
- display: flex;
- align-items: center;
-
- .detail-col {
- border-right: 1px solid rgba($border-color, 0.3);
-
- &:last-child {
- border-right: none;
- margin-right: 0;
- }
-
- p {
- margin-bottom: 0;
- font-weight: 400;
- color: $accent-color;
-
- &:first-child {
- font-weight: 700;
- }
- }
- }
- }
- }
-
- .profile-body {
- padding-top: 50px;
-
- .tab-switch {
- border-bottom: 1px solid $border-color;
-
- .nav-item {
- .nav-link {
- color: $text-muted;
- font-size: 1rem;
- padding-bottom: 1.2rem;
- font-weight: 600;
- border-bottom: 3px solid $white;
- transition-duration: 0.4s;
- transition-timing-function: ease-in;
- transition-property: color, border-color;
-
- &.active {
- color: $black;
- border-bottom: 3px solid theme-color(primary);
- }
- }
- }
- }
-
- .tab-body {
- border: none;
- padding: 10px 0;
-
- .stages {
- position: relative;
-
- .stage-badge {
- position: absolute;
- top: 0;
- left: -20px;
- }
-
- .file-icon-wrapper {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
-
- .file-icon {
- height: 77px;
- width: 69px;
- padding: 5px;
- display: flex;
- align-items: center;
- justify-content: center;
-
- i {
- font-size: 43px;
- margin-right: 0;
- }
- }
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/screens/_project-list.scss b/app/frontend/static/assets/scss/shared/screens/_project-list.scss
deleted file mode 100755
index 8ac3fb25..00000000
--- a/app/frontend/static/assets/scss/shared/screens/_project-list.scss
+++ /dev/null
@@ -1,56 +0,0 @@
-.project-list-showcase {
- margin-left: -20px;
- margin-right: -20px;
- margin-bottom: -20px;
-
- .project-grid {
- padding-right: 20px;
- padding-left: 20px;
- margin-bottom: 40px;
- overflow: hidden;
-
- .img-holder {
- width: 100%;
- height: 140px;
- border-radius: 4px 4px 0 0;
-
- &.img-bg-1 {
- background: url("../../images/samples/300x300/1.jpg") no-repeat center;
- background-size: cover;
- }
-
- &.img-bg-2 {
- background: url("../../images/samples/300x300/2.jpg") no-repeat center;
- background-size: cover;
- }
-
- &.img-bg-3 {
- background: url("../../images/samples/300x300/3.jpg") no-repeat center;
- background-size: cover;
- }
- }
-
- .project-grid-inner {
- border: 1px solid $border-color;
- border-radius: 0 0 4px 4px;
- padding: 30px 25px 30px 25px;
- }
-
- .project-title {
- margin-bottom: 0;
- font-weight: 500;
- }
-
- .project-location {
- margin-bottom: 0;
- font-weight: 500;
- color: lighten($body-color, 5%);
- margin-bottom: 15px;
- }
-
- .action-tags {
- font-weight: 500;
- color: $body-color;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/screens/_st_wizard.scss b/app/frontend/static/assets/scss/shared/screens/_st_wizard.scss
deleted file mode 100755
index 60fd5cbe..00000000
--- a/app/frontend/static/assets/scss/shared/screens/_st_wizard.scss
+++ /dev/null
@@ -1,75 +0,0 @@
-.st-wizard-wrapper {
- .st-wizard-steps {
- display: inline-flex;
- border-top: 1px solid $border-color;
- border-bottom: 1px solid $border-color;
- padding-top: 10px;
- padding-bottom: 10px;
- margin-top: 25px;
- width: 100%;
-
- .wizard-step {
- display: inline-flex;
- align-items: center;
- color: $text-muted;
- border-right: 1px solid $border-color;
- margin-right: 20px;
- padding-right: 10%;
- text-decoration: none;
- pointer-events: none;
-
- &:last-child {
- border-right: none;
- margin-right: 0px;
- padding-right: 0px;
- }
-
- .step-number {
- font-size: 40px;
- font-weight: 600;
- margin-bottom: 0;
- margin-right: 10px;
- color: inherit;
- font-weight: 500;
- }
-
- .step-details {
- margin-bottom: 0;
- display: flex;
- align-items: center;
- color: inherit;
- font-weight: 500;
- line-height: 18px;
-
- @media (max-width: 578px) {
- display: none;
- }
- }
-
- &.done {
- color: theme-color(primary);
- pointer-events: auto;
- }
- }
- }
-
- .wizard-footer {
- display: flex;
- align-items: center;
- border-top: 1px solid $border-color;
- margin-top: 35px;
- padding-top: 30px;
-
- .terms-checkbox {
- display: none;
- margin-top: 0px;
- margin-bottom: 0;
- }
-
- .wrapper {
- display: flex;
- align-items: center;
- margin-left: auto;
- }
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/screens/_tickets.scss b/app/frontend/static/assets/scss/shared/screens/_tickets.scss
deleted file mode 100755
index a9e4b5b4..00000000
--- a/app/frontend/static/assets/scss/shared/screens/_tickets.scss
+++ /dev/null
@@ -1,147 +0,0 @@
-.tickets-tab-switch {
- border-bottom: none;
- display: flex;
- justify-content: space-between;
- margin-left: -10px;
- margin-right: -10px;
-
- .nav-item {
- display: block;
- width: 33.33%;
- padding: 0 10px;
-
- @include media-breakpoint-down(sm) {
- width: 100%;
- }
-
- .nav-link {
- display: flex;
- align-items: center;
- border-radius: 4px;
- background: darken($card-bg, 2%);
- padding: 20px;
- text-align: left;
- font-weight: 600;
- border: none;
- transition-duration: 0.3s;
- transition-timing-function: ease-in;
- transition-property: "background", "color";
-
- .badge {
- margin-left: auto;
- background: theme-color(primary);
- color: $accent-color;
- transition-duration: 0.3s;
- transition-timing-function: ease-in;
- transition-property: "background", "color";
- }
-
- &.active {
- background: theme-color(primary);
- color: $accent-color;
- border: none;
-
- .badge {
- background: theme-color(warning);
- color: $accent-color;
- }
- }
- }
- }
-}
-
-.tickets-date-group {
- display: flex;
- align-items: center;
- color: $text-muted;
- margin-top: 30px;
- margin-bottom: 20px;
- font-weight: 500;
-
- i {
- margin-right: 10px;
- font-size: 20px;
- }
-}
-
-.tickets-card {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- border: 1px solid $border-color;
- border-radius: 4px;
- padding: 15px 20px;
- margin-bottom: 15px;
- cursor: pointer;
- text-decoration: none;
- color: $body-color;
- transition-duration: 0.3s;
- transition-property: "background";
-
- .tickets-details {
- margin-right: auto;
-
- .wrapper {
- display: flex;
- align-items: center;
-
- span {
- margin-left: 10px;
-
- &:first-child {
- margin-left: 0;
- }
-
- i {
- margin-right: 5px;
- font-size: 15px;
- }
- }
- }
-
- h5 {
- margin-bottom: 0;
- }
-
- .badge {
- margin-left: 15px;
- }
-
- .assignee-avatar {
- width: 20px;
- height: 20px;
- border-radius: 100%;
- margin-left: 10px;
- }
- }
-
- .ticket-float {
- display: inline-flex;
- align-items: center;
-
- @include media-breakpoint-down(sm) {
- margin-top: 20px;
- }
-
- span {
- white-space: nowrap;
- @extend .ellipsis;
- }
-
- img,
- .category-icon {
- margin-right: 10px;
- }
-
- .category-icon {
- font-size: 22px;
- color: $text-muted;
- }
- }
-
- &:hover {
- text-decoration: none;
- color: inherit;
- background: darken($card-bg, 2%);
- }
-}
\ No newline at end of file
diff --git a/app/frontend/static/assets/scss/shared/style.scss b/app/frontend/static/assets/scss/shared/style.scss
deleted file mode 100755
index 25952140..00000000
--- a/app/frontend/static/assets/scss/shared/style.scss
+++ /dev/null
@@ -1,272 +0,0 @@
-/*------------------------------------------------------------------
- [Master Stylesheet]
-
- Project: Star Admin
- Version: 3.8.0
--------------------------------------------------------------------*/
-
-/*-------------------------------------------------------------------
- ===== Table of Contents =====
-
- * Bootstrap functions
- * Template variables
- * Boostrap Main SCSS
- * Template mixins
- + Animation Mixins
- + Accordion Mixins
- + Background Mixins
- + Badges Mixins
- + BlockQuote Mixins
- + Buttons Mixins
- + Breadcrumbs Mixins
- + Cards Mixins
- + Color Functions Mixins
- + Miscellaneous Mixins
- + No-ui-slider Mixins
- + Pagination Mixins
- + Popover Mixins
- + Tabs Mixins
- + Tooltip Mixins
- + Text Mixins
- * Core Styles
- + Reset Styles
- + Fonts
- + Functions
- + Typography
- + Miscellaneous
- + Layouts
- + Utilities
- + Demo styles
- + Dashboard
- * Components
- + Accordions
- + Badges
- + Bootstrap Alerts
- + Boostrap Progress
- + Buttons
- + Breadcrumbs
- + Cards
- + Checkboxes and Radios
- + Dropdowns
- + Forms
- + Google Maps
- + Icons
- + Lists
- + Loaders
- + Modals
- + New Accounts
- + Pagination
- + Popovers
- + Portfolio
- + Preview
- + Pricing Table
- + Tables
- + Tabs
- + Tooltips
- + Timeline
- + Todo List
- + Settings Panel
- + User Profile
- + Purchase Banner
- * Email
- + Mail Sidebar
- + Mail List Container
- + Message Content
- * Plugin Overrides
- + Ace Editor
- + Avgrund Popup
- + Bootstrap Tour
- + Chartjs
- + Chartist
- + CodeMirror
- + Colcade
- + Colorpicker
- + Context Menu
- + Data Tables
- + Datepicker
- + Dropify
- + Dropzone
- + Flot chart
- + Full Calendar
- + Google Charts
- + Icheck
- + Jquery File Upload
- + Js-grid
- + Jvectormap
- + Light Gallery
- + Listify
- + No-ui-slider
- + Owl-carousel
- + Progressbar-js
- + Pws-tabs
- + Quill Editor
- + Rating
- + Select2
- + Summernote Editor
- + SweetAlert
- + Switchery
- + Tags
- + TinyMCE Editor
- + Toast
- + Typeahead
- + Wysi Editor
- + X-editable
- + Wizard
- * Screens
- + Auth
- + Error
- + Lock Screen
- + Landing
- + Profile Page
- + Invoice
- + Tickets
--------------------------------------------------------------------*/
-
-/*-------------------------------------------------------------------*/
-
-/* === Import Bootstrap functions and variables === */
-
-@import "../../../../node_modules/bootstrap/scss/functions";
-@import "../../../../node_modules/bootstrap/scss/variables";
-/*-------------------------------------------------------------------*/
-
-/* === Import template variables === */
-
-@import "variables";
-/*-------------------------------------------------------------------*/
-
-/* === Boostrap Main SCSS === */
-
-@import "../../../../node_modules/bootstrap/scss/bootstrap";
-/*-------------------------------------------------------------------*/
-
-/* === Template mixins === */
-
-@import "mixins/animation";
-@import "mixins/accordions";
-@import "mixins/background";
-@import "mixins/badges";
-@import "mixins/blockqoute";
-@import "mixins/breadcrumbs";
-@import "mixins/buttons";
-@import "mixins/cards";
-@import "mixins/misc";
-@import "mixins/no-ui-slider";
-@import "mixins/pagination";
-@import "mixins/text";
-@import "mixins/popovers";
-@import "mixins/tabs";
-@import "mixins/tooltips";
-/*-------------------------------------------------------------------*/
-
-/* === Core Styles === */
-
-@import "reset";
-@import "fonts";
-@import "functions";
-@import "typography";
-@import "misc";
-@import "utilities";
-@import "demo";
-@import "dashboard";
-/*-------------------------------------------------------------------*/
-
-/* === Components === */
-
-@import "components/accordions";
-@import "components/badges";
-@import "components/bootstrap-alerts";
-@import "components/bootstrap-progress";
-@import "components/buttons";
-@import "components/breadcrumbs";
-@import "components/cards";
-@import "components/checkbox-radio";
-@import "components/dropdown";
-@import "components/forms";
-@import "components/google-maps";
-@import "components/icons";
-@import "components/lists";
-@import "components/loaders/loaders";
-@import "components/modals";
-@import "components/new-account";
-@import "components/pagination";
-@import "components/popovers";
-@import "components/portfolio";
-@import "components/preview";
-@import "components/pricing-table";
-@import "components/tables";
-@import "components/tabs";
-@import "components/settings-panel";
-@import "components/todo-list";
-@import "components/tooltips";
-@import "components/user-profile";
-@import "components/widgets";
-@import "components/timeline/timeline-horizontal";
-@import "components/timeline/timeline-vertical";
-@import "components/timeline";
-@import "components/kanban";
-@import "components/chat";
-@import "components/product-tile";
-/*-------------------------------------------------------------------*/
-
-/* === Email === */
-
-@import "components/mail-components/mail-sidebar";
-@import "components/mail-components/view-controller/view-controller";
-/*-------------------------------------------------------------------*/
-
-/* === Plugin overrides === */
-
-@import "components/plugin-overrides/ace";
-@import "components/plugin-overrides/avgrund";
-@import "components/plugin-overrides/bootstrap-tour";
-@import "components/plugin-overrides/chartjs";
-@import "components/plugin-overrides/chartist";
-@import "components/plugin-overrides/codemirror";
-@import "components/plugin-overrides/colcade";
-@import "components/plugin-overrides/colorpicker";
-@import "components/plugin-overrides/context-menu";
-@import "components/plugin-overrides/clockpicker";
-@import "components/plugin-overrides/data-tables";
-@import "components/plugin-overrides/datepicker";
-@import "components/plugin-overrides/dropify";
-@import "components/plugin-overrides/dropzone";
-@import "components/plugin-overrides/flot-chart";
-@import "components/plugin-overrides/google-charts";
-@import "components/plugin-overrides/icheck";
-@import "components/plugin-overrides/jquery-file-upload";
-@import "components/plugin-overrides/js-grid";
-@import "components/plugin-overrides/jvectormap";
-@import "components/plugin-overrides/light-gallery";
-@import "components/plugin-overrides/listify";
-@import "components/plugin-overrides/no-ui-slider";
-@import "components/plugin-overrides/owl-carousel";
-@import "components/plugin-overrides/progressbar-js";
-@import "components/plugin-overrides/pws-tabs";
-@import "components/plugin-overrides/quill";
-@import "components/plugin-overrides/rating";
-@import "components/plugin-overrides/select2";
-@import "components/plugin-overrides/summernote";
-@import "components/plugin-overrides/sweet-alert";
-@import "components/plugin-overrides/switchery";
-@import "components/plugin-overrides/tags";
-@import "components/plugin-overrides/tinymce";
-@import "components/plugin-overrides/toast";
-@import "components/plugin-overrides/typeahead";
-@import "components/plugin-overrides/wysieditor";
-@import "components/plugin-overrides/x-editable";
-@import "components/plugin-overrides/wizard";
-/*-------------------------------------------------------------------*/
-
-/* === Landing screens === */
-
-@import "screens/auth";
-@import "screens/error";
-@import "screens/lock-screen";
-@import "screens/landing";
-@import "screens/profile-page";
-@import "screens/st_wizard";
-@import "screens/invoice";
-@import "screens/project-list";
-@import "screens/tickets";
-/*-------------------------------------------------------------------*/
\ No newline at end of file
diff --git a/app/frontend/static/assets/vendors/bootstrap-maxlength/bootstrap-maxlength.min.js b/app/frontend/static/assets/vendors/bootstrap-maxlength/bootstrap-maxlength.min.js
deleted file mode 100755
index 4bb29c26..00000000
--- a/app/frontend/static/assets/vendors/bootstrap-maxlength/bootstrap-maxlength.min.js
+++ /dev/null
@@ -1,10 +0,0 @@
-/* ==========================================================
- *
- * bootstrap-maxlength.js v 1.6.0
- * Copyright 2015 Maurizio Napoleoni @mimonap
- * Licensed under MIT License
- * URL: https://github.com/mimo84/bootstrap-maxlength/blob/master/LICENSE
- *
- * ========================================================== */
-
-!function(a){"use strict";a.event.special.destroyed||(a.event.special.destroyed={remove:function(a){a.handler&&a.handler()}}),a.fn.extend({maxlength:function(b,c){function d(a){var c=a.val();c=b.twoCharLinebreak?c.replace(/\r(?!\n)|\n(?!\r)/g,"\r\n"):c.replace(new RegExp("\r?\n","g"),"\n");var d=0;return d=b.utf8?f(c):c.length}function e(a,c){var d=a.val(),e=0;b.twoCharLinebreak&&(d=d.replace(/\r(?!\n)|\n(?!\r)/g,"\r\n"),"\n"===d.substr(d.length-1)&&d.length%2===1&&(e=1)),a.val(d.substr(0,c-e))}function f(a){for(var b=0,c=0;c
d?b++:b+=d>127&&2048>d?2:3}return b}function g(a,c,e){var f=!0;return!b.alwaysShow&&e-d(a)>c&&(f=!1),f}function h(a,b){var c=b-d(a);return c}function i(a,b){b.css({display:"block"}),a.trigger("maxlength.shown")}function j(a,b){b.css({display:"none"}),a.trigger("maxlength.hidden")}function k(a,c,d){var e="";return b.message?e="function"==typeof b.message?b.message(a,c):b.message.replace("%charsTyped%",d).replace("%charsRemaining%",c-d).replace("%charsTotal%",c):(b.preText&&(e+=b.preText),e+=b.showCharsTyped?d:c-d,b.showMaxLength&&(e+=b.separator+c),b.postText&&(e+=b.postText)),e}function l(a,c,d,e){e&&(e.html(k(c.val(),d,d-a)),a>0?g(c,b.threshold,d)?i(c,e.removeClass(b.limitReachedClass).addClass(b.warningClass)):j(c,e):i(c,e.removeClass(b.warningClass).addClass(b.limitReachedClass))),b.allowOverMax&&(0>a?c.addClass("overmax"):c.removeClass("overmax"))}function m(b){var c=b[0];return a.extend({},"function"==typeof c.getBoundingClientRect?c.getBoundingClientRect():{width:c.offsetWidth,height:c.offsetHeight},b.offset())}function n(c,d){var e=m(c);if("function"===a.type(b.placement))return void b.placement(c,d,e);if(a.isPlainObject(b.placement))return void o(b.placement,d);var f=c.outerWidth(),g=d.outerWidth(),h=d.width(),i=d.height();switch(b.appendToParent&&(e.top-=c.parent().offset().top,e.left-=c.parent().offset().left),b.placement){case"bottom":d.css({top:e.top+e.height,left:e.left+e.width/2-h/2});break;case"top":d.css({top:e.top-i,left:e.left+e.width/2-h/2});break;case"left":d.css({top:e.top+e.height/2-i/2,left:e.left-h});break;case"right":d.css({top:e.top+e.height/2-i/2,left:e.left+e.width});break;case"bottom-right":d.css({top:e.top+e.height,left:e.left+e.width});break;case"top-right":d.css({top:e.top-i,left:e.left+f});break;case"top-left":d.css({top:e.top-i,left:e.left-g});break;case"bottom-left":d.css({top:e.top+c.outerHeight(),left:e.left-g});break;case"centered-right":d.css({top:e.top+i/2,left:e.left+f-g-3});break;case"bottom-right-inside":d.css({top:e.top+e.height,left:e.left+e.width-g});break;case"top-right-inside":d.css({top:e.top-i,left:e.left+f-g});break;case"top-left-inside":d.css({top:e.top-i,left:e.left});break;case"bottom-left-inside":d.css({top:e.top+c.outerHeight(),left:e.left})}}function o(c,d){if(c&&d){var e=["top","bottom","left","right","position"],f={};a.each(e,function(a,c){var d=b.placement[c];"undefined"!=typeof d&&(f[c]=d)}),d.css(f)}}function p(a){var c="maxlength";return b.allowOverMax&&(c="data-bs-mxl"),a.attr(c)||a.attr("size")}var q=a("body"),r={showOnReady:!1,alwaysShow:!1,threshold:10,warningClass:"label label-success",limitReachedClass:"label label-important label-danger",separator:" / ",preText:"",postText:"",showMaxLength:!0,placement:"bottom",message:null,showCharsTyped:!0,validate:!1,utf8:!1,appendToParent:!1,twoCharLinebreak:!0,allowOverMax:!1};return a.isFunction(b)&&!c&&(c=b,b={}),b=a.extend(r,b),this.each(function(){function c(){var c=k(g.val(),d,"0");d=p(g),f||(f=a('').css({display:"none",position:"absolute",whiteSpace:"nowrap",zIndex:1099}).html(c)),g.is("textarea")&&(g.data("maxlenghtsizex",g.outerWidth()),g.data("maxlenghtsizey",g.outerHeight()),g.mouseup(function(){(g.outerWidth()!==g.data("maxlenghtsizex")||g.outerHeight()!==g.data("maxlenghtsizey"))&&n(g,f),g.data("maxlenghtsizex",g.outerWidth()),g.data("maxlenghtsizey",g.outerHeight())})),b.appendToParent?(g.parent().append(f),g.parent().css("position","relative")):q.append(f);var e=h(g,p(g));l(e,g,d,f),n(g,f)}var d,f,g=a(this);a(window).resize(function(){f&&n(g,f)}),b.allowOverMax&&(a(this).attr("data-bs-mxl",a(this).attr("maxlength")),a(this).removeAttr("maxlength")),b.showOnReady?g.ready(function(){c()}):g.focus(function(){c()}),g.on("maxlength.reposition",function(){n(g,f)}),g.on("destroyed",function(){f&&f.remove()}),g.on("blur",function(){f&&!b.showOnReady&&f.remove()}),g.on("input",function(){var a=p(g),c=h(g,a),i=!0;return b.validate&&0>c?(e(g,a),i=!1):l(c,g,d,f),("bottom-right-inside"===b.placement||"top-right-inside"===b.placement)&&n(g,f),i})})}})}(jQuery);
\ No newline at end of file
diff --git a/app/frontend/static/assets/vendors/c3/c3.js b/app/frontend/static/assets/vendors/c3/c3.js
deleted file mode 100755
index 7c2ac191..00000000
--- a/app/frontend/static/assets/vendors/c3/c3.js
+++ /dev/null
@@ -1,11179 +0,0 @@
-/* @license C3.js v0.7.1 | (c) C3 Team and other contributors | http://c3js.org/ */
-(function (global, factory) {
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
- typeof define === 'function' && define.amd ? define(factory) :
- (global = global || self, global.c3 = factory());
-}(this, function () { 'use strict';
-
- function _typeof(obj) {
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
- _typeof = function (obj) {
- return typeof obj;
- };
- } else {
- _typeof = function (obj) {
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
- };
- }
-
- return _typeof(obj);
- }
-
- function _classCallCheck(instance, Constructor) {
- if (!(instance instanceof Constructor)) {
- throw new TypeError("Cannot call a class as a function");
- }
- }
-
- function _defineProperty(obj, key, value) {
- if (key in obj) {
- Object.defineProperty(obj, key, {
- value: value,
- enumerable: true,
- configurable: true,
- writable: true
- });
- } else {
- obj[key] = value;
- }
-
- return obj;
- }
-
- function ChartInternal(api) {
- var $$ = this;
- $$.d3 = window.d3 ? window.d3 : typeof require !== 'undefined' ? require("d3") : undefined;
- $$.api = api;
- $$.config = $$.getDefaultConfig();
- $$.data = {};
- $$.cache = {};
- $$.axes = {};
- }
-
- /**
- * The Chart class
- *
- * The methods of this class is the public APIs of the chart object.
- */
-
- function Chart(config) {
- this.internal = new ChartInternal(this);
- this.internal.loadConfig(config);
- this.internal.beforeInit(config);
- this.internal.init();
- this.internal.afterInit(config); // bind "this" to nested API
-
- (function bindThis(fn, target, argThis) {
- Object.keys(fn).forEach(function (key) {
- target[key] = fn[key].bind(argThis);
-
- if (Object.keys(fn[key]).length > 0) {
- bindThis(fn[key], target[key], argThis);
- }
- });
- })(Chart.prototype, this, this);
- }
-
- function AxisInternal(component, params) {
- var internal = this;
- internal.component = component;
- internal.params = params || {};
- internal.d3 = component.d3;
- internal.scale = internal.d3.scaleLinear();
- internal.range;
- internal.orient = "bottom";
- internal.innerTickSize = 6;
- internal.outerTickSize = this.params.withOuterTick ? 6 : 0;
- internal.tickPadding = 3;
- internal.tickValues = null;
- internal.tickFormat;
- internal.tickArguments;
- internal.tickOffset = 0;
- internal.tickCulling = true;
- internal.tickCentered;
- internal.tickTextCharSize;
- internal.tickTextRotate = internal.params.tickTextRotate;
- internal.tickLength;
- internal.axis = internal.generateAxis();
- }
-
- AxisInternal.prototype.axisX = function (selection, x, tickOffset) {
- selection.attr("transform", function (d) {
- return "translate(" + Math.ceil(x(d) + tickOffset) + ", 0)";
- });
- };
-
- AxisInternal.prototype.axisY = function (selection, y) {
- selection.attr("transform", function (d) {
- return "translate(0," + Math.ceil(y(d)) + ")";
- });
- };
-
- AxisInternal.prototype.scaleExtent = function (domain) {
- var start = domain[0],
- stop = domain[domain.length - 1];
- return start < stop ? [start, stop] : [stop, start];
- };
-
- AxisInternal.prototype.generateTicks = function (scale) {
- var internal = this;
- var i,
- domain,
- ticks = [];
-
- if (scale.ticks) {
- return scale.ticks.apply(scale, internal.tickArguments);
- }
-
- domain = scale.domain();
-
- for (i = Math.ceil(domain[0]); i < domain[1]; i++) {
- ticks.push(i);
- }
-
- if (ticks.length > 0 && ticks[0] > 0) {
- ticks.unshift(ticks[0] - (ticks[1] - ticks[0]));
- }
-
- return ticks;
- };
-
- AxisInternal.prototype.copyScale = function () {
- var internal = this;
- var newScale = internal.scale.copy(),
- domain;
-
- if (internal.params.isCategory) {
- domain = internal.scale.domain();
- newScale.domain([domain[0], domain[1] - 1]);
- }
-
- return newScale;
- };
-
- AxisInternal.prototype.textFormatted = function (v) {
- var internal = this,
- formatted = internal.tickFormat ? internal.tickFormat(v) : v;
- return typeof formatted !== 'undefined' ? formatted : '';
- };
-
- AxisInternal.prototype.updateRange = function () {
- var internal = this;
- internal.range = internal.scale.rangeExtent ? internal.scale.rangeExtent() : internal.scaleExtent(internal.scale.range());
- return internal.range;
- };
-
- AxisInternal.prototype.updateTickTextCharSize = function (tick) {
- var internal = this;
-
- if (internal.tickTextCharSize) {
- return internal.tickTextCharSize;
- }
-
- var size = {
- h: 11.5,
- w: 5.5
- };
- tick.select('text').text(function (d) {
- return internal.textFormatted(d);
- }).each(function (d) {
- var box = this.getBoundingClientRect(),
- text = internal.textFormatted(d),
- h = box.height,
- w = text ? box.width / text.length : undefined;
-
- if (h && w) {
- size.h = h;
- size.w = w;
- }
- }).text('');
- internal.tickTextCharSize = size;
- return size;
- };
-
- AxisInternal.prototype.isVertical = function () {
- return this.orient === 'left' || this.orient === 'right';
- };
-
- AxisInternal.prototype.tspanData = function (d, i, scale) {
- var internal = this;
- var splitted = internal.params.tickMultiline ? internal.splitTickText(d, scale) : [].concat(internal.textFormatted(d));
-
- if (internal.params.tickMultiline && internal.params.tickMultilineMax > 0) {
- splitted = internal.ellipsify(splitted, internal.params.tickMultilineMax);
- }
-
- return splitted.map(function (s) {
- return {
- index: i,
- splitted: s,
- length: splitted.length
- };
- });
- };
-
- AxisInternal.prototype.splitTickText = function (d, scale) {
- var internal = this,
- tickText = internal.textFormatted(d),
- maxWidth = internal.params.tickWidth,
- subtext,
- spaceIndex,
- textWidth,
- splitted = [];
-
- if (Object.prototype.toString.call(tickText) === "[object Array]") {
- return tickText;
- }
-
- if (!maxWidth || maxWidth <= 0) {
- maxWidth = internal.isVertical() ? 95 : internal.params.isCategory ? Math.ceil(scale(1) - scale(0)) - 12 : 110;
- }
-
- function split(splitted, text) {
- spaceIndex = undefined;
-
- for (var i = 1; i < text.length; i++) {
- if (text.charAt(i) === ' ') {
- spaceIndex = i;
- }
-
- subtext = text.substr(0, i + 1);
- textWidth = internal.tickTextCharSize.w * subtext.length; // if text width gets over tick width, split by space index or crrent index
-
- if (maxWidth < textWidth) {
- return split(splitted.concat(text.substr(0, spaceIndex ? spaceIndex : i)), text.slice(spaceIndex ? spaceIndex + 1 : i));
- }
- }
-
- return splitted.concat(text);
- }
-
- return split(splitted, tickText + "");
- };
-
- AxisInternal.prototype.ellipsify = function (splitted, max) {
- if (splitted.length <= max) {
- return splitted;
- }
-
- var ellipsified = splitted.slice(0, max);
- var remaining = 3;
-
- for (var i = max - 1; i >= 0; i--) {
- var available = ellipsified[i].length;
- ellipsified[i] = ellipsified[i].substr(0, available - remaining).padEnd(available, '.');
- remaining -= available;
-
- if (remaining <= 0) {
- break;
- }
- }
-
- return ellipsified;
- };
-
- AxisInternal.prototype.updateTickLength = function () {
- var internal = this;
- internal.tickLength = Math.max(internal.innerTickSize, 0) + internal.tickPadding;
- };
-
- AxisInternal.prototype.lineY2 = function (d) {
- var internal = this,
- tickPosition = internal.scale(d) + (internal.tickCentered ? 0 : internal.tickOffset);
- return internal.range[0] < tickPosition && tickPosition < internal.range[1] ? internal.innerTickSize : 0;
- };
-
- AxisInternal.prototype.textY = function () {
- var internal = this,
- rotate = internal.tickTextRotate;
- return rotate ? 11.5 - 2.5 * (rotate / 15) * (rotate > 0 ? 1 : -1) : internal.tickLength;
- };
-
- AxisInternal.prototype.textTransform = function () {
- var internal = this,
- rotate = internal.tickTextRotate;
- return rotate ? "rotate(" + rotate + ")" : "";
- };
-
- AxisInternal.prototype.textTextAnchor = function () {
- var internal = this,
- rotate = internal.tickTextRotate;
- return rotate ? rotate > 0 ? "start" : "end" : "middle";
- };
-
- AxisInternal.prototype.tspanDx = function () {
- var internal = this,
- rotate = internal.tickTextRotate;
- return rotate ? 8 * Math.sin(Math.PI * (rotate / 180)) : 0;
- };
-
- AxisInternal.prototype.tspanDy = function (d, i) {
- var internal = this,
- dy = internal.tickTextCharSize.h;
-
- if (i === 0) {
- if (internal.isVertical()) {
- dy = -((d.length - 1) * (internal.tickTextCharSize.h / 2) - 3);
- } else {
- dy = ".71em";
- }
- }
-
- return dy;
- };
-
- AxisInternal.prototype.generateAxis = function () {
- var internal = this,
- d3 = internal.d3,
- params = internal.params;
-
- function axis(g, transition) {
- var self;
- g.each(function () {
- var g = axis.g = d3.select(this);
- var scale0 = this.__chart__ || internal.scale,
- scale1 = this.__chart__ = internal.copyScale();
- var ticksValues = internal.tickValues ? internal.tickValues : internal.generateTicks(scale1),
- ticks = g.selectAll(".tick").data(ticksValues, scale1),
- tickEnter = ticks.enter().insert("g", ".domain").attr("class", "tick").style("opacity", 1e-6),
- // MEMO: No exit transition. The reason is this transition affects max tick width calculation because old tick will be included in the ticks.
- tickExit = ticks.exit().remove(),
- tickUpdate = ticks.merge(tickEnter),
- tickTransform,
- tickX,
- tickY;
-
- if (params.isCategory) {
- internal.tickOffset = Math.ceil((scale1(1) - scale1(0)) / 2);
- tickX = internal.tickCentered ? 0 : internal.tickOffset;
- tickY = internal.tickCentered ? internal.tickOffset : 0;
- } else {
- internal.tickOffset = tickX = 0;
- }
-
- internal.updateRange();
- internal.updateTickLength();
- internal.updateTickTextCharSize(g.select('.tick'));
- var lineUpdate = tickUpdate.select("line").merge(tickEnter.append("line")),
- textUpdate = tickUpdate.select("text").merge(tickEnter.append("text"));
- var tspans = tickUpdate.selectAll('text').selectAll('tspan').data(function (d, i) {
- return internal.tspanData(d, i, scale1);
- }),
- tspanEnter = tspans.enter().append('tspan'),
- tspanUpdate = tspanEnter.merge(tspans).text(function (d) {
- return d.splitted;
- });
- tspans.exit().remove();
- var path = g.selectAll(".domain").data([0]),
- pathUpdate = path.enter().append("path").merge(path).attr("class", "domain"); // TODO: each attr should be one function and change its behavior by internal.orient, probably
-
- switch (internal.orient) {
- case "bottom":
- {
- tickTransform = internal.axisX;
- lineUpdate.attr("x1", tickX).attr("x2", tickX).attr("y2", function (d, i) {
- return internal.lineY2(d, i);
- });
- textUpdate.attr("x", 0).attr("y", function (d, i) {
- return internal.textY(d, i);
- }).attr("transform", function (d, i) {
- return internal.textTransform(d, i);
- }).style("text-anchor", function (d, i) {
- return internal.textTextAnchor(d, i);
- });
- tspanUpdate.attr('x', 0).attr("dy", function (d, i) {
- return internal.tspanDy(d, i);
- }).attr('dx', function (d, i) {
- return internal.tspanDx(d, i);
- });
- pathUpdate.attr("d", "M" + internal.range[0] + "," + internal.outerTickSize + "V0H" + internal.range[1] + "V" + internal.outerTickSize);
- break;
- }
-
- case "top":
- {
- // TODO: rotated tick text
- tickTransform = internal.axisX;
- lineUpdate.attr("x1", tickX).attr("x2", tickX).attr("y2", function (d, i) {
- return -1 * internal.lineY2(d, i);
- });
- textUpdate.attr("x", 0).attr("y", function (d, i) {
- return -1 * internal.textY(d, i) - (params.isCategory ? 2 : internal.tickLength - 2);
- }).attr("transform", function (d, i) {
- return internal.textTransform(d, i);
- }).style("text-anchor", function (d, i) {
- return internal.textTextAnchor(d, i);
- });
- tspanUpdate.attr('x', 0).attr("dy", function (d, i) {
- return internal.tspanDy(d, i);
- }).attr('dx', function (d, i) {
- return internal.tspanDx(d, i);
- });
- pathUpdate.attr("d", "M" + internal.range[0] + "," + -internal.outerTickSize + "V0H" + internal.range[1] + "V" + -internal.outerTickSize);
- break;
- }
-
- case "left":
- {
- tickTransform = internal.axisY;
- lineUpdate.attr("x2", -internal.innerTickSize).attr("y1", tickY).attr("y2", tickY);
- textUpdate.attr("x", -internal.tickLength).attr("y", internal.tickOffset).style("text-anchor", "end");
- tspanUpdate.attr('x', -internal.tickLength).attr("dy", function (d, i) {
- return internal.tspanDy(d, i);
- });
- pathUpdate.attr("d", "M" + -internal.outerTickSize + "," + internal.range[0] + "H0V" + internal.range[1] + "H" + -internal.outerTickSize);
- break;
- }
-
- case "right":
- {
- tickTransform = internal.axisY;
- lineUpdate.attr("x2", internal.innerTickSize).attr("y1", tickY).attr("y2", tickY);
- textUpdate.attr("x", internal.tickLength).attr("y", internal.tickOffset).style("text-anchor", "start");
- tspanUpdate.attr('x', internal.tickLength).attr("dy", function (d, i) {
- return internal.tspanDy(d, i);
- });
- pathUpdate.attr("d", "M" + internal.outerTickSize + "," + internal.range[0] + "H0V" + internal.range[1] + "H" + internal.outerTickSize);
- break;
- }
- }
-
- if (scale1.rangeBand) {
- var x = scale1,
- dx = x.rangeBand() / 2;
-
- scale0 = scale1 = function scale1(d) {
- return x(d) + dx;
- };
- } else if (scale0.rangeBand) {
- scale0 = scale1;
- } else {
- tickExit.call(tickTransform, scale1, internal.tickOffset);
- }
-
- tickEnter.call(tickTransform, scale0, internal.tickOffset);
- self = (transition ? tickUpdate.transition(transition) : tickUpdate).style('opacity', 1).call(tickTransform, scale1, internal.tickOffset);
- });
- return self;
- }
-
- axis.scale = function (x) {
- if (!arguments.length) {
- return internal.scale;
- }
-
- internal.scale = x;
- return axis;
- };
-
- axis.orient = function (x) {
- if (!arguments.length) {
- return internal.orient;
- }
-
- internal.orient = x in {
- top: 1,
- right: 1,
- bottom: 1,
- left: 1
- } ? x + "" : "bottom";
- return axis;
- };
-
- axis.tickFormat = function (format) {
- if (!arguments.length) {
- return internal.tickFormat;
- }
-
- internal.tickFormat = format;
- return axis;
- };
-
- axis.tickCentered = function (isCentered) {
- if (!arguments.length) {
- return internal.tickCentered;
- }
-
- internal.tickCentered = isCentered;
- return axis;
- };
-
- axis.tickOffset = function () {
- return internal.tickOffset;
- };
-
- axis.tickInterval = function () {
- var interval, length;
-
- if (params.isCategory) {
- interval = internal.tickOffset * 2;
- } else {
- length = axis.g.select('path.domain').node().getTotalLength() - internal.outerTickSize * 2;
- interval = length / axis.g.selectAll('line').size();
- }
-
- return interval === Infinity ? 0 : interval;
- };
-
- axis.ticks = function () {
- if (!arguments.length) {
- return internal.tickArguments;
- }
-
- internal.tickArguments = arguments;
- return axis;
- };
-
- axis.tickCulling = function (culling) {
- if (!arguments.length) {
- return internal.tickCulling;
- }
-
- internal.tickCulling = culling;
- return axis;
- };
-
- axis.tickValues = function (x) {
- if (typeof x === 'function') {
- internal.tickValues = function () {
- return x(internal.scale.domain());
- };
- } else {
- if (!arguments.length) {
- return internal.tickValues;
- }
-
- internal.tickValues = x;
- }
-
- return axis;
- };
-
- return axis;
- };
-
- var CLASS = {
- target: 'c3-target',
- chart: 'c3-chart',
- chartLine: 'c3-chart-line',
- chartLines: 'c3-chart-lines',
- chartBar: 'c3-chart-bar',
- chartBars: 'c3-chart-bars',
- chartText: 'c3-chart-text',
- chartTexts: 'c3-chart-texts',
- chartArc: 'c3-chart-arc',
- chartArcs: 'c3-chart-arcs',
- chartArcsTitle: 'c3-chart-arcs-title',
- chartArcsBackground: 'c3-chart-arcs-background',
- chartArcsGaugeUnit: 'c3-chart-arcs-gauge-unit',
- chartArcsGaugeMax: 'c3-chart-arcs-gauge-max',
- chartArcsGaugeMin: 'c3-chart-arcs-gauge-min',
- selectedCircle: 'c3-selected-circle',
- selectedCircles: 'c3-selected-circles',
- eventRect: 'c3-event-rect',
- eventRects: 'c3-event-rects',
- eventRectsSingle: 'c3-event-rects-single',
- eventRectsMultiple: 'c3-event-rects-multiple',
- zoomRect: 'c3-zoom-rect',
- brush: 'c3-brush',
- dragZoom: 'c3-drag-zoom',
- focused: 'c3-focused',
- defocused: 'c3-defocused',
- region: 'c3-region',
- regions: 'c3-regions',
- title: 'c3-title',
- tooltipContainer: 'c3-tooltip-container',
- tooltip: 'c3-tooltip',
- tooltipName: 'c3-tooltip-name',
- shape: 'c3-shape',
- shapes: 'c3-shapes',
- line: 'c3-line',
- lines: 'c3-lines',
- bar: 'c3-bar',
- bars: 'c3-bars',
- circle: 'c3-circle',
- circles: 'c3-circles',
- arc: 'c3-arc',
- arcLabelLine: 'c3-arc-label-line',
- arcs: 'c3-arcs',
- area: 'c3-area',
- areas: 'c3-areas',
- empty: 'c3-empty',
- text: 'c3-text',
- texts: 'c3-texts',
- gaugeValue: 'c3-gauge-value',
- grid: 'c3-grid',
- gridLines: 'c3-grid-lines',
- xgrid: 'c3-xgrid',
- xgrids: 'c3-xgrids',
- xgridLine: 'c3-xgrid-line',
- xgridLines: 'c3-xgrid-lines',
- xgridFocus: 'c3-xgrid-focus',
- ygrid: 'c3-ygrid',
- ygrids: 'c3-ygrids',
- ygridLine: 'c3-ygrid-line',
- ygridLines: 'c3-ygrid-lines',
- colorScale: 'c3-colorscale',
- stanfordElements: 'c3-stanford-elements',
- stanfordLine: 'c3-stanford-line',
- stanfordLines: 'c3-stanford-lines',
- stanfordRegion: 'c3-stanford-region',
- stanfordRegions: 'c3-stanford-regions',
- stanfordText: 'c3-stanford-text',
- stanfordTexts: 'c3-stanford-texts',
- axis: 'c3-axis',
- axisX: 'c3-axis-x',
- axisXLabel: 'c3-axis-x-label',
- axisY: 'c3-axis-y',
- axisYLabel: 'c3-axis-y-label',
- axisY2: 'c3-axis-y2',
- axisY2Label: 'c3-axis-y2-label',
- legendBackground: 'c3-legend-background',
- legendItem: 'c3-legend-item',
- legendItemEvent: 'c3-legend-item-event',
- legendItemTile: 'c3-legend-item-tile',
- legendItemHidden: 'c3-legend-item-hidden',
- legendItemFocused: 'c3-legend-item-focused',
- dragarea: 'c3-dragarea',
- EXPANDED: '_expanded_',
- SELECTED: '_selected_',
- INCLUDED: '_included_'
- };
-
- var asHalfPixel = function asHalfPixel(n) {
- return Math.ceil(n) + 0.5;
- };
- var ceil10 = function ceil10(v) {
- return Math.ceil(v / 10) * 10;
- };
- var diffDomain = function diffDomain(d) {
- return d[1] - d[0];
- };
- var getOption = function getOption(options, key, defaultValue) {
- return isDefined(options[key]) ? options[key] : defaultValue;
- };
- var getPathBox = function getPathBox(path) {
- var box = path.getBoundingClientRect(),
- items = [path.pathSegList.getItem(0), path.pathSegList.getItem(1)],
- minX = items[0].x,
- minY = Math.min(items[0].y, items[1].y);
- return {
- x: minX,
- y: minY,
- width: box.width,
- height: box.height
- };
- };
- var hasValue = function hasValue(dict, value) {
- var found = false;
- Object.keys(dict).forEach(function (key) {
- if (dict[key] === value) {
- found = true;
- }
- });
- return found;
- };
- var isArray = function isArray(o) {
- return Array.isArray(o);
- };
- var isDefined = function isDefined(v) {
- return typeof v !== 'undefined';
- };
- var isEmpty = function isEmpty(o) {
- return typeof o === 'undefined' || o === null || isString(o) && o.length === 0 || _typeof(o) === 'object' && Object.keys(o).length === 0;
- };
- var isFunction = function isFunction(o) {
- return typeof o === 'function';
- };
- var isString = function isString(o) {
- return typeof o === 'string';
- };
- var isUndefined = function isUndefined(v) {
- return typeof v === 'undefined';
- };
- var isValue = function isValue(v) {
- return v || v === 0;
- };
- var notEmpty = function notEmpty(o) {
- return !isEmpty(o);
- };
- var sanitise = function sanitise(str) {
- return typeof str === 'string' ? str.replace(//g, '>') : str;
- };
-
- var Axis = function Axis(owner) {
- _classCallCheck(this, Axis);
-
- this.owner = owner;
- this.d3 = owner.d3;
- this.internal = AxisInternal;
- };
-
- Axis.prototype.init = function init() {
- var $$ = this.owner,
- config = $$.config,
- main = $$.main;
- $$.axes.x = main.append("g").attr("class", CLASS.axis + ' ' + CLASS.axisX).attr("clip-path", config.axis_x_inner ? "" : $$.clipPathForXAxis).attr("transform", $$.getTranslate('x')).style("visibility", config.axis_x_show ? 'visible' : 'hidden');
- $$.axes.x.append("text").attr("class", CLASS.axisXLabel).attr("transform", config.axis_rotated ? "rotate(-90)" : "").style("text-anchor", this.textAnchorForXAxisLabel.bind(this));
- $$.axes.y = main.append("g").attr("class", CLASS.axis + ' ' + CLASS.axisY).attr("clip-path", config.axis_y_inner ? "" : $$.clipPathForYAxis).attr("transform", $$.getTranslate('y')).style("visibility", config.axis_y_show ? 'visible' : 'hidden');
- $$.axes.y.append("text").attr("class", CLASS.axisYLabel).attr("transform", config.axis_rotated ? "" : "rotate(-90)").style("text-anchor", this.textAnchorForYAxisLabel.bind(this));
- $$.axes.y2 = main.append("g").attr("class", CLASS.axis + ' ' + CLASS.axisY2) // clip-path?
- .attr("transform", $$.getTranslate('y2')).style("visibility", config.axis_y2_show ? 'visible' : 'hidden');
- $$.axes.y2.append("text").attr("class", CLASS.axisY2Label).attr("transform", config.axis_rotated ? "" : "rotate(-90)").style("text-anchor", this.textAnchorForY2AxisLabel.bind(this));
- };
-
- Axis.prototype.getXAxis = function getXAxis(scale, orient, tickFormat, tickValues, withOuterTick, withoutTransition, withoutRotateTickText) {
- var $$ = this.owner,
- config = $$.config,
- axisParams = {
- isCategory: $$.isCategorized(),
- withOuterTick: withOuterTick,
- tickMultiline: config.axis_x_tick_multiline,
- tickMultilineMax: config.axis_x_tick_multiline ? Number(config.axis_x_tick_multilineMax) : 0,
- tickWidth: config.axis_x_tick_width,
- tickTextRotate: withoutRotateTickText ? 0 : config.axis_x_tick_rotate,
- withoutTransition: withoutTransition
- },
- axis = new this.internal(this, axisParams).axis.scale(scale).orient(orient);
-
- if ($$.isTimeSeries() && tickValues && typeof tickValues !== "function") {
- tickValues = tickValues.map(function (v) {
- return $$.parseDate(v);
- });
- } // Set tick
-
-
- axis.tickFormat(tickFormat).tickValues(tickValues);
-
- if ($$.isCategorized()) {
- axis.tickCentered(config.axis_x_tick_centered);
-
- if (isEmpty(config.axis_x_tick_culling)) {
- config.axis_x_tick_culling = false;
- }
- }
-
- return axis;
- };
-
- Axis.prototype.updateXAxisTickValues = function updateXAxisTickValues(targets, axis) {
- var $$ = this.owner,
- config = $$.config,
- tickValues;
-
- if (config.axis_x_tick_fit || config.axis_x_tick_count) {
- tickValues = this.generateTickValues($$.mapTargetsToUniqueXs(targets), config.axis_x_tick_count, $$.isTimeSeries());
- }
-
- if (axis) {
- axis.tickValues(tickValues);
- } else {
- $$.xAxis.tickValues(tickValues);
- $$.subXAxis.tickValues(tickValues);
- }
-
- return tickValues;
- };
-
- Axis.prototype.getYAxis = function getYAxis(scale, orient, tickFormat, tickValues, withOuterTick, withoutTransition, withoutRotateTickText) {
- var $$ = this.owner,
- config = $$.config,
- axisParams = {
- withOuterTick: withOuterTick,
- withoutTransition: withoutTransition,
- tickTextRotate: withoutRotateTickText ? 0 : config.axis_y_tick_rotate
- },
- axis = new this.internal(this, axisParams).axis.scale(scale).orient(orient).tickFormat(tickFormat);
-
- if ($$.isTimeSeriesY()) {
- axis.ticks(config.axis_y_tick_time_type, config.axis_y_tick_time_interval);
- } else {
- axis.tickValues(tickValues);
- }
-
- return axis;
- };
-
- Axis.prototype.getId = function getId(id) {
- var config = this.owner.config;
- return id in config.data_axes ? config.data_axes[id] : 'y';
- };
-
- Axis.prototype.getXAxisTickFormat = function getXAxisTickFormat() {
- // #2251 previously set any negative values to a whole number,
- // however both should be truncated according to the users format specification
- var $$ = this.owner,
- config = $$.config;
- var format = $$.isTimeSeries() ? $$.defaultAxisTimeFormat : $$.isCategorized() ? $$.categoryName : function (v) {
- return v;
- };
-
- if (config.axis_x_tick_format) {
- if (isFunction(config.axis_x_tick_format)) {
- format = config.axis_x_tick_format;
- } else if ($$.isTimeSeries()) {
- format = function format(date) {
- return date ? $$.axisTimeFormat(config.axis_x_tick_format)(date) : "";
- };
- }
- }
-
- return isFunction(format) ? function (v) {
- return format.call($$, v);
- } : format;
- };
-
- Axis.prototype.getTickValues = function getTickValues(tickValues, axis) {
- return tickValues ? tickValues : axis ? axis.tickValues() : undefined;
- };
-
- Axis.prototype.getXAxisTickValues = function getXAxisTickValues() {
- return this.getTickValues(this.owner.config.axis_x_tick_values, this.owner.xAxis);
- };
-
- Axis.prototype.getYAxisTickValues = function getYAxisTickValues() {
- return this.getTickValues(this.owner.config.axis_y_tick_values, this.owner.yAxis);
- };
-
- Axis.prototype.getY2AxisTickValues = function getY2AxisTickValues() {
- return this.getTickValues(this.owner.config.axis_y2_tick_values, this.owner.y2Axis);
- };
-
- Axis.prototype.getLabelOptionByAxisId = function getLabelOptionByAxisId(axisId) {
- var $$ = this.owner,
- config = $$.config,
- option;
-
- if (axisId === 'y') {
- option = config.axis_y_label;
- } else if (axisId === 'y2') {
- option = config.axis_y2_label;
- } else if (axisId === 'x') {
- option = config.axis_x_label;
- }
-
- return option;
- };
-
- Axis.prototype.getLabelText = function getLabelText(axisId) {
- var option = this.getLabelOptionByAxisId(axisId);
- return isString(option) ? option : option ? option.text : null;
- };
-
- Axis.prototype.setLabelText = function setLabelText(axisId, text) {
- var $$ = this.owner,
- config = $$.config,
- option = this.getLabelOptionByAxisId(axisId);
-
- if (isString(option)) {
- if (axisId === 'y') {
- config.axis_y_label = text;
- } else if (axisId === 'y2') {
- config.axis_y2_label = text;
- } else if (axisId === 'x') {
- config.axis_x_label = text;
- }
- } else if (option) {
- option.text = text;
- }
- };
-
- Axis.prototype.getLabelPosition = function getLabelPosition(axisId, defaultPosition) {
- var option = this.getLabelOptionByAxisId(axisId),
- position = option && _typeof(option) === 'object' && option.position ? option.position : defaultPosition;
- return {
- isInner: position.indexOf('inner') >= 0,
- isOuter: position.indexOf('outer') >= 0,
- isLeft: position.indexOf('left') >= 0,
- isCenter: position.indexOf('center') >= 0,
- isRight: position.indexOf('right') >= 0,
- isTop: position.indexOf('top') >= 0,
- isMiddle: position.indexOf('middle') >= 0,
- isBottom: position.indexOf('bottom') >= 0
- };
- };
-
- Axis.prototype.getXAxisLabelPosition = function getXAxisLabelPosition() {
- return this.getLabelPosition('x', this.owner.config.axis_rotated ? 'inner-top' : 'inner-right');
- };
-
- Axis.prototype.getYAxisLabelPosition = function getYAxisLabelPosition() {
- return this.getLabelPosition('y', this.owner.config.axis_rotated ? 'inner-right' : 'inner-top');
- };
-
- Axis.prototype.getY2AxisLabelPosition = function getY2AxisLabelPosition() {
- return this.getLabelPosition('y2', this.owner.config.axis_rotated ? 'inner-right' : 'inner-top');
- };
-
- Axis.prototype.getLabelPositionById = function getLabelPositionById(id) {
- return id === 'y2' ? this.getY2AxisLabelPosition() : id === 'y' ? this.getYAxisLabelPosition() : this.getXAxisLabelPosition();
- };
-
- Axis.prototype.textForXAxisLabel = function textForXAxisLabel() {
- return this.getLabelText('x');
- };
-
- Axis.prototype.textForYAxisLabel = function textForYAxisLabel() {
- return this.getLabelText('y');
- };
-
- Axis.prototype.textForY2AxisLabel = function textForY2AxisLabel() {
- return this.getLabelText('y2');
- };
-
- Axis.prototype.xForAxisLabel = function xForAxisLabel(forHorizontal, position) {
- var $$ = this.owner;
-
- if (forHorizontal) {
- return position.isLeft ? 0 : position.isCenter ? $$.width / 2 : $$.width;
- } else {
- return position.isBottom ? -$$.height : position.isMiddle ? -$$.height / 2 : 0;
- }
- };
-
- Axis.prototype.dxForAxisLabel = function dxForAxisLabel(forHorizontal, position) {
- if (forHorizontal) {
- return position.isLeft ? "0.5em" : position.isRight ? "-0.5em" : "0";
- } else {
- return position.isTop ? "-0.5em" : position.isBottom ? "0.5em" : "0";
- }
- };
-
- Axis.prototype.textAnchorForAxisLabel = function textAnchorForAxisLabel(forHorizontal, position) {
- if (forHorizontal) {
- return position.isLeft ? 'start' : position.isCenter ? 'middle' : 'end';
- } else {
- return position.isBottom ? 'start' : position.isMiddle ? 'middle' : 'end';
- }
- };
-
- Axis.prototype.xForXAxisLabel = function xForXAxisLabel() {
- return this.xForAxisLabel(!this.owner.config.axis_rotated, this.getXAxisLabelPosition());
- };
-
- Axis.prototype.xForYAxisLabel = function xForYAxisLabel() {
- return this.xForAxisLabel(this.owner.config.axis_rotated, this.getYAxisLabelPosition());
- };
-
- Axis.prototype.xForY2AxisLabel = function xForY2AxisLabel() {
- return this.xForAxisLabel(this.owner.config.axis_rotated, this.getY2AxisLabelPosition());
- };
-
- Axis.prototype.dxForXAxisLabel = function dxForXAxisLabel() {
- return this.dxForAxisLabel(!this.owner.config.axis_rotated, this.getXAxisLabelPosition());
- };
-
- Axis.prototype.dxForYAxisLabel = function dxForYAxisLabel() {
- return this.dxForAxisLabel(this.owner.config.axis_rotated, this.getYAxisLabelPosition());
- };
-
- Axis.prototype.dxForY2AxisLabel = function dxForY2AxisLabel() {
- return this.dxForAxisLabel(this.owner.config.axis_rotated, this.getY2AxisLabelPosition());
- };
-
- Axis.prototype.dyForXAxisLabel = function dyForXAxisLabel() {
- var $$ = this.owner,
- config = $$.config,
- position = this.getXAxisLabelPosition();
-
- if (config.axis_rotated) {
- return position.isInner ? "1.2em" : -25 - ($$.config.axis_x_inner ? 0 : this.getMaxTickWidth('x'));
- } else {
- return position.isInner ? "-0.5em" : config.axis_x_height ? config.axis_x_height - 10 : "3em";
- }
- };
-
- Axis.prototype.dyForYAxisLabel = function dyForYAxisLabel() {
- var $$ = this.owner,
- position = this.getYAxisLabelPosition();
-
- if ($$.config.axis_rotated) {
- return position.isInner ? "-0.5em" : "3em";
- } else {
- return position.isInner ? "1.2em" : -10 - ($$.config.axis_y_inner ? 0 : this.getMaxTickWidth('y') + 10);
- }
- };
-
- Axis.prototype.dyForY2AxisLabel = function dyForY2AxisLabel() {
- var $$ = this.owner,
- position = this.getY2AxisLabelPosition();
-
- if ($$.config.axis_rotated) {
- return position.isInner ? "1.2em" : "-2.2em";
- } else {
- return position.isInner ? "-0.5em" : 15 + ($$.config.axis_y2_inner ? 0 : this.getMaxTickWidth('y2') + 15);
- }
- };
-
- Axis.prototype.textAnchorForXAxisLabel = function textAnchorForXAxisLabel() {
- var $$ = this.owner;
- return this.textAnchorForAxisLabel(!$$.config.axis_rotated, this.getXAxisLabelPosition());
- };
-
- Axis.prototype.textAnchorForYAxisLabel = function textAnchorForYAxisLabel() {
- var $$ = this.owner;
- return this.textAnchorForAxisLabel($$.config.axis_rotated, this.getYAxisLabelPosition());
- };
-
- Axis.prototype.textAnchorForY2AxisLabel = function textAnchorForY2AxisLabel() {
- var $$ = this.owner;
- return this.textAnchorForAxisLabel($$.config.axis_rotated, this.getY2AxisLabelPosition());
- };
-
- Axis.prototype.getMaxTickWidth = function getMaxTickWidth(id, withoutRecompute) {
- var $$ = this.owner,
- config = $$.config,
- maxWidth = 0,
- targetsToShow,
- scale,
- axis,
- dummy,
- svg;
-
- if (withoutRecompute && $$.currentMaxTickWidths[id]) {
- return $$.currentMaxTickWidths[id];
- }
-
- if ($$.svg) {
- targetsToShow = $$.filterTargetsToShow($$.data.targets);
-
- if (id === 'y') {
- scale = $$.y.copy().domain($$.getYDomain(targetsToShow, 'y'));
- axis = this.getYAxis(scale, $$.yOrient, config.axis_y_tick_format, $$.yAxisTickValues, false, true, true);
- } else if (id === 'y2') {
- scale = $$.y2.copy().domain($$.getYDomain(targetsToShow, 'y2'));
- axis = this.getYAxis(scale, $$.y2Orient, config.axis_y2_tick_format, $$.y2AxisTickValues, false, true, true);
- } else {
- scale = $$.x.copy().domain($$.getXDomain(targetsToShow));
- axis = this.getXAxis(scale, $$.xOrient, $$.xAxisTickFormat, $$.xAxisTickValues, false, true, true);
- this.updateXAxisTickValues(targetsToShow, axis);
- }
-
- dummy = $$.d3.select('body').append('div').classed('c3', true);
- svg = dummy.append("svg").style('visibility', 'hidden').style('position', 'fixed').style('top', 0).style('left', 0), svg.append('g').call(axis).each(function () {
- $$.d3.select(this).selectAll('text').each(function () {
- var box = this.getBoundingClientRect();
-
- if (maxWidth < box.width) {
- maxWidth = box.width;
- }
- });
- dummy.remove();
- });
- }
-
- $$.currentMaxTickWidths[id] = maxWidth <= 0 ? $$.currentMaxTickWidths[id] : maxWidth;
- return $$.currentMaxTickWidths[id];
- };
-
- Axis.prototype.updateLabels = function updateLabels(withTransition) {
- var $$ = this.owner;
- var axisXLabel = $$.main.select('.' + CLASS.axisX + ' .' + CLASS.axisXLabel),
- axisYLabel = $$.main.select('.' + CLASS.axisY + ' .' + CLASS.axisYLabel),
- axisY2Label = $$.main.select('.' + CLASS.axisY2 + ' .' + CLASS.axisY2Label);
- (withTransition ? axisXLabel.transition() : axisXLabel).attr("x", this.xForXAxisLabel.bind(this)).attr("dx", this.dxForXAxisLabel.bind(this)).attr("dy", this.dyForXAxisLabel.bind(this)).text(this.textForXAxisLabel.bind(this));
- (withTransition ? axisYLabel.transition() : axisYLabel).attr("x", this.xForYAxisLabel.bind(this)).attr("dx", this.dxForYAxisLabel.bind(this)).attr("dy", this.dyForYAxisLabel.bind(this)).text(this.textForYAxisLabel.bind(this));
- (withTransition ? axisY2Label.transition() : axisY2Label).attr("x", this.xForY2AxisLabel.bind(this)).attr("dx", this.dxForY2AxisLabel.bind(this)).attr("dy", this.dyForY2AxisLabel.bind(this)).text(this.textForY2AxisLabel.bind(this));
- };
-
- Axis.prototype.getPadding = function getPadding(padding, key, defaultValue, domainLength) {
- var p = typeof padding === 'number' ? padding : padding[key];
-
- if (!isValue(p)) {
- return defaultValue;
- }
-
- if (padding.unit === 'ratio') {
- return padding[key] * domainLength;
- } // assume padding is pixels if unit is not specified
-
-
- return this.convertPixelsToAxisPadding(p, domainLength);
- };
-
- Axis.prototype.convertPixelsToAxisPadding = function convertPixelsToAxisPadding(pixels, domainLength) {
- var $$ = this.owner,
- length = $$.config.axis_rotated ? $$.width : $$.height;
- return domainLength * (pixels / length);
- };
-
- Axis.prototype.generateTickValues = function generateTickValues(values, tickCount, forTimeSeries) {
- var tickValues = values,
- targetCount,
- start,
- end,
- count,
- interval,
- i,
- tickValue;
-
- if (tickCount) {
- targetCount = isFunction(tickCount) ? tickCount() : tickCount; // compute ticks according to tickCount
-
- if (targetCount === 1) {
- tickValues = [values[0]];
- } else if (targetCount === 2) {
- tickValues = [values[0], values[values.length - 1]];
- } else if (targetCount > 2) {
- count = targetCount - 2;
- start = values[0];
- end = values[values.length - 1];
- interval = (end - start) / (count + 1); // re-construct unique values
-
- tickValues = [start];
-
- for (i = 0; i < count; i++) {
- tickValue = +start + interval * (i + 1);
- tickValues.push(forTimeSeries ? new Date(tickValue) : tickValue);
- }
-
- tickValues.push(end);
- }
- }
-
- if (!forTimeSeries) {
- tickValues = tickValues.sort(function (a, b) {
- return a - b;
- });
- }
-
- return tickValues;
- };
-
- Axis.prototype.generateTransitions = function generateTransitions(duration) {
- var $$ = this.owner,
- axes = $$.axes;
- return {
- axisX: duration ? axes.x.transition().duration(duration) : axes.x,
- axisY: duration ? axes.y.transition().duration(duration) : axes.y,
- axisY2: duration ? axes.y2.transition().duration(duration) : axes.y2,
- axisSubX: duration ? axes.subx.transition().duration(duration) : axes.subx
- };
- };
-
- Axis.prototype.redraw = function redraw(duration, isHidden) {
- var $$ = this.owner,
- transition = duration ? $$.d3.transition().duration(duration) : null;
- $$.axes.x.style("opacity", isHidden ? 0 : 1).call($$.xAxis, transition);
- $$.axes.y.style("opacity", isHidden ? 0 : 1).call($$.yAxis, transition);
- $$.axes.y2.style("opacity", isHidden ? 0 : 1).call($$.y2Axis, transition);
- $$.axes.subx.style("opacity", isHidden ? 0 : 1).call($$.subXAxis, transition);
- };
-
- var c3 = {
- version: "0.7.1",
- chart: {
- fn: Chart.prototype,
- internal: {
- fn: ChartInternal.prototype,
- axis: {
- fn: Axis.prototype,
- internal: {
- fn: AxisInternal.prototype
- }
- }
- }
- },
- generate: function generate(config) {
- return new Chart(config);
- }
- };
-
- ChartInternal.prototype.beforeInit = function () {// can do something
- };
-
- ChartInternal.prototype.afterInit = function () {// can do something
- };
-
- ChartInternal.prototype.init = function () {
- var $$ = this,
- config = $$.config;
- $$.initParams();
-
- if (config.data_url) {
- $$.convertUrlToData(config.data_url, config.data_mimeType, config.data_headers, config.data_keys, $$.initWithData);
- } else if (config.data_json) {
- $$.initWithData($$.convertJsonToData(config.data_json, config.data_keys));
- } else if (config.data_rows) {
- $$.initWithData($$.convertRowsToData(config.data_rows));
- } else if (config.data_columns) {
- $$.initWithData($$.convertColumnsToData(config.data_columns));
- } else {
- throw Error('url or json or rows or columns is required.');
- }
- };
-
- ChartInternal.prototype.initParams = function () {
- var $$ = this,
- d3 = $$.d3,
- config = $$.config; // MEMO: clipId needs to be unique because it conflicts when multiple charts exist
-
- $$.clipId = "c3-" + +new Date() + '-clip';
- $$.clipIdForXAxis = $$.clipId + '-xaxis';
- $$.clipIdForYAxis = $$.clipId + '-yaxis';
- $$.clipIdForGrid = $$.clipId + '-grid';
- $$.clipIdForSubchart = $$.clipId + '-subchart';
- $$.clipPath = $$.getClipPath($$.clipId);
- $$.clipPathForXAxis = $$.getClipPath($$.clipIdForXAxis);
- $$.clipPathForYAxis = $$.getClipPath($$.clipIdForYAxis);
- $$.clipPathForGrid = $$.getClipPath($$.clipIdForGrid);
- $$.clipPathForSubchart = $$.getClipPath($$.clipIdForSubchart);
- $$.dragStart = null;
- $$.dragging = false;
- $$.flowing = false;
- $$.cancelClick = false;
- $$.mouseover = false;
- $$.transiting = false;
- $$.color = $$.generateColor();
- $$.levelColor = $$.generateLevelColor();
- $$.dataTimeParse = (config.data_xLocaltime ? d3.timeParse : d3.utcParse)($$.config.data_xFormat);
- $$.axisTimeFormat = config.axis_x_localtime ? d3.timeFormat : d3.utcFormat;
-
- $$.defaultAxisTimeFormat = function (date) {
- if (date.getMilliseconds()) {
- return d3.timeFormat(".%L")(date);
- }
-
- if (date.getSeconds()) {
- return d3.timeFormat(":%S")(date);
- }
-
- if (date.getMinutes()) {
- return d3.timeFormat("%I:%M")(date);
- }
-
- if (date.getHours()) {
- return d3.timeFormat("%I %p")(date);
- }
-
- if (date.getDay() && date.getDate() !== 1) {
- return d3.timeFormat("%-m/%-d")(date);
- }
-
- if (date.getDate() !== 1) {
- return d3.timeFormat("%-m/%-d")(date);
- }
-
- if (date.getMonth()) {
- return d3.timeFormat("%-m/%-d")(date);
- }
-
- return d3.timeFormat("%Y/%-m/%-d")(date);
- };
-
- $$.hiddenTargetIds = [];
- $$.hiddenLegendIds = [];
- $$.focusedTargetIds = [];
- $$.defocusedTargetIds = [];
- $$.xOrient = config.axis_rotated ? config.axis_x_inner ? "right" : "left" : config.axis_x_inner ? "top" : "bottom";
- $$.yOrient = config.axis_rotated ? config.axis_y_inner ? "top" : "bottom" : config.axis_y_inner ? "right" : "left";
- $$.y2Orient = config.axis_rotated ? config.axis_y2_inner ? "bottom" : "top" : config.axis_y2_inner ? "left" : "right";
- $$.subXOrient = config.axis_rotated ? "left" : "bottom";
- $$.isLegendRight = config.legend_position === 'right';
- $$.isLegendInset = config.legend_position === 'inset';
- $$.isLegendTop = config.legend_inset_anchor === 'top-left' || config.legend_inset_anchor === 'top-right';
- $$.isLegendLeft = config.legend_inset_anchor === 'top-left' || config.legend_inset_anchor === 'bottom-left';
- $$.legendStep = 0;
- $$.legendItemWidth = 0;
- $$.legendItemHeight = 0;
- $$.currentMaxTickWidths = {
- x: 0,
- y: 0,
- y2: 0
- };
- $$.rotated_padding_left = 30;
- $$.rotated_padding_right = config.axis_rotated && !config.axis_x_show ? 0 : 30;
- $$.rotated_padding_top = 5;
- $$.withoutFadeIn = {};
- $$.intervalForObserveInserted = undefined;
- $$.axes.subx = d3.selectAll([]); // needs when excluding subchart.js
- };
-
- ChartInternal.prototype.initChartElements = function () {
- if (this.initBar) {
- this.initBar();
- }
-
- if (this.initLine) {
- this.initLine();
- }
-
- if (this.initArc) {
- this.initArc();
- }
-
- if (this.initGauge) {
- this.initGauge();
- }
-
- if (this.initText) {
- this.initText();
- }
- };
-
- ChartInternal.prototype.initWithData = function (data) {
- var $$ = this,
- d3 = $$.d3,
- config = $$.config;
- var defs,
- main,
- binding = true;
- $$.axis = new Axis($$);
-
- if (!config.bindto) {
- $$.selectChart = d3.selectAll([]);
- } else if (typeof config.bindto.node === 'function') {
- $$.selectChart = config.bindto;
- } else {
- $$.selectChart = d3.select(config.bindto);
- }
-
- if ($$.selectChart.empty()) {
- $$.selectChart = d3.select(document.createElement('div')).style('opacity', 0);
- $$.observeInserted($$.selectChart);
- binding = false;
- }
-
- $$.selectChart.html("").classed("c3", true); // Init data as targets
-
- $$.data.xs = {};
- $$.data.targets = $$.convertDataToTargets(data);
-
- if (config.data_filter) {
- $$.data.targets = $$.data.targets.filter(config.data_filter);
- } // Set targets to hide if needed
-
-
- if (config.data_hide) {
- $$.addHiddenTargetIds(config.data_hide === true ? $$.mapToIds($$.data.targets) : config.data_hide);
- }
-
- if (config.legend_hide) {
- $$.addHiddenLegendIds(config.legend_hide === true ? $$.mapToIds($$.data.targets) : config.legend_hide);
- }
-
- if ($$.isStanfordGraphType()) {
- $$.initStanfordData();
- } // Init sizes and scales
-
-
- $$.updateSizes();
- $$.updateScales(); // Set domains for each scale
-
- $$.x.domain(d3.extent($$.getXDomain($$.data.targets)));
- $$.y.domain($$.getYDomain($$.data.targets, 'y'));
- $$.y2.domain($$.getYDomain($$.data.targets, 'y2'));
- $$.subX.domain($$.x.domain());
- $$.subY.domain($$.y.domain());
- $$.subY2.domain($$.y2.domain()); // Save original x domain for zoom update
-
- $$.orgXDomain = $$.x.domain();
- /*-- Basic Elements --*/
- // Define svgs
-
- $$.svg = $$.selectChart.append("svg").style("overflow", "hidden").on('mouseenter', function () {
- return config.onmouseover.call($$);
- }).on('mouseleave', function () {
- return config.onmouseout.call($$);
- });
-
- if ($$.config.svg_classname) {
- $$.svg.attr('class', $$.config.svg_classname);
- } // Define defs
-
-
- defs = $$.svg.append("defs");
- $$.clipChart = $$.appendClip(defs, $$.clipId);
- $$.clipXAxis = $$.appendClip(defs, $$.clipIdForXAxis);
- $$.clipYAxis = $$.appendClip(defs, $$.clipIdForYAxis);
- $$.clipGrid = $$.appendClip(defs, $$.clipIdForGrid);
- $$.clipSubchart = $$.appendClip(defs, $$.clipIdForSubchart);
- $$.updateSvgSize(); // Define regions
-
- main = $$.main = $$.svg.append("g").attr("transform", $$.getTranslate('main'));
-
- if ($$.initPie) {
- $$.initPie();
- }
-
- if ($$.initDragZoom) {
- $$.initDragZoom();
- }
-
- if ($$.initSubchart) {
- $$.initSubchart();
- }
-
- if ($$.initTooltip) {
- $$.initTooltip();
- }
-
- if ($$.initLegend) {
- $$.initLegend();
- }
-
- if ($$.initTitle) {
- $$.initTitle();
- }
-
- if ($$.initZoom) {
- $$.initZoom();
- }
-
- if ($$.isStanfordGraphType()) {
- $$.drawColorScale();
- } // Update selection based on size and scale
- // TODO: currently this must be called after initLegend because of update of sizes, but it should be done in initSubchart.
-
-
- if ($$.initSubchartBrush) {
- $$.initSubchartBrush();
- }
- /*-- Main Region --*/
- // text when empty
-
-
- main.append("text").attr("class", CLASS.text + ' ' + CLASS.empty).attr("text-anchor", "middle") // horizontal centering of text at x position in all browsers.
- .attr("dominant-baseline", "middle"); // vertical centering of text at y position in all browsers, except IE.
- // Regions
-
- $$.initRegion(); // Grids
-
- $$.initGrid(); // Define g for chart area
-
- main.append('g').attr("clip-path", $$.clipPath).attr('class', CLASS.chart); // Grid lines
-
- if (config.grid_lines_front) {
- $$.initGridLines();
- }
-
- $$.initStanfordElements(); // Cover whole with rects for events
-
- $$.initEventRect(); // Define g for chart
-
- $$.initChartElements(); // Add Axis
-
- $$.axis.init(); // Set targets
-
- $$.updateTargets($$.data.targets); // Set default extent if defined
-
- if (config.axis_x_selection) {
- $$.brush.selectionAsValue($$.getDefaultSelection());
- } // Draw with targets
-
-
- if (binding) {
- $$.updateDimension();
- $$.config.oninit.call($$);
- $$.redraw({
- withTransition: false,
- withTransform: true,
- withUpdateXDomain: true,
- withUpdateOrgXDomain: true,
- withTransitionForAxis: false
- });
- } // Bind to resize event
-
-
- $$.bindResize(); // Bind to window focus event
-
- $$.bindWindowFocus(); // export element of the chart
-
- $$.api.element = $$.selectChart.node();
- };
-
- ChartInternal.prototype.smoothLines = function (el, type) {
- var $$ = this;
-
- if (type === 'grid') {
- el.each(function () {
- var g = $$.d3.select(this),
- x1 = g.attr('x1'),
- x2 = g.attr('x2'),
- y1 = g.attr('y1'),
- y2 = g.attr('y2');
- g.attr({
- 'x1': Math.ceil(x1),
- 'x2': Math.ceil(x2),
- 'y1': Math.ceil(y1),
- 'y2': Math.ceil(y2)
- });
- });
- }
- };
-
- ChartInternal.prototype.updateSizes = function () {
- var $$ = this,
- config = $$.config;
- var legendHeight = $$.legend ? $$.getLegendHeight() : 0,
- legendWidth = $$.legend ? $$.getLegendWidth() : 0,
- legendHeightForBottom = $$.isLegendRight || $$.isLegendInset ? 0 : legendHeight,
- hasArc = $$.hasArcType(),
- xAxisHeight = config.axis_rotated || hasArc ? 0 : $$.getHorizontalAxisHeight('x'),
- subchartHeight = config.subchart_show && !hasArc ? config.subchart_size_height + xAxisHeight : 0;
- $$.currentWidth = $$.getCurrentWidth();
- $$.currentHeight = $$.getCurrentHeight(); // for main
-
- $$.margin = config.axis_rotated ? {
- top: $$.getHorizontalAxisHeight('y2') + $$.getCurrentPaddingTop(),
- right: hasArc ? 0 : $$.getCurrentPaddingRight(),
- bottom: $$.getHorizontalAxisHeight('y') + legendHeightForBottom + $$.getCurrentPaddingBottom(),
- left: subchartHeight + (hasArc ? 0 : $$.getCurrentPaddingLeft())
- } : {
- top: 4 + $$.getCurrentPaddingTop(),
- // for top tick text
- right: hasArc ? 0 : $$.getCurrentPaddingRight(),
- bottom: xAxisHeight + subchartHeight + legendHeightForBottom + $$.getCurrentPaddingBottom(),
- left: hasArc ? 0 : $$.getCurrentPaddingLeft()
- }; // for subchart
-
- $$.margin2 = config.axis_rotated ? {
- top: $$.margin.top,
- right: NaN,
- bottom: 20 + legendHeightForBottom,
- left: $$.rotated_padding_left
- } : {
- top: $$.currentHeight - subchartHeight - legendHeightForBottom,
- right: NaN,
- bottom: xAxisHeight + legendHeightForBottom,
- left: $$.margin.left
- }; // for legend
-
- $$.margin3 = {
- top: 0,
- right: NaN,
- bottom: 0,
- left: 0
- };
-
- if ($$.updateSizeForLegend) {
- $$.updateSizeForLegend(legendHeight, legendWidth);
- }
-
- $$.width = $$.currentWidth - $$.margin.left - $$.margin.right;
- $$.height = $$.currentHeight - $$.margin.top - $$.margin.bottom;
-
- if ($$.width < 0) {
- $$.width = 0;
- }
-
- if ($$.height < 0) {
- $$.height = 0;
- }
-
- $$.width2 = config.axis_rotated ? $$.margin.left - $$.rotated_padding_left - $$.rotated_padding_right : $$.width;
- $$.height2 = config.axis_rotated ? $$.height : $$.currentHeight - $$.margin2.top - $$.margin2.bottom;
-
- if ($$.width2 < 0) {
- $$.width2 = 0;
- }
-
- if ($$.height2 < 0) {
- $$.height2 = 0;
- } // for arc
-
-
- $$.arcWidth = $$.width - ($$.isLegendRight ? legendWidth + 10 : 0);
- $$.arcHeight = $$.height - ($$.isLegendRight ? 0 : 10);
-
- if ($$.hasType('gauge') && !config.gauge_fullCircle) {
- $$.arcHeight += $$.height - $$.getGaugeLabelHeight();
- }
-
- if ($$.updateRadius) {
- $$.updateRadius();
- }
-
- if ($$.isLegendRight && hasArc) {
- $$.margin3.left = $$.arcWidth / 2 + $$.radiusExpanded * 1.1;
- }
- };
-
- ChartInternal.prototype.updateTargets = function (targets) {
- var $$ = this;
- /*-- Main --*/
- //-- Text --//
-
- $$.updateTargetsForText(targets); //-- Bar --//
-
- $$.updateTargetsForBar(targets); //-- Line --//
-
- $$.updateTargetsForLine(targets); //-- Arc --//
-
- if ($$.hasArcType() && $$.updateTargetsForArc) {
- $$.updateTargetsForArc(targets);
- }
- /*-- Sub --*/
-
-
- if ($$.updateTargetsForSubchart) {
- $$.updateTargetsForSubchart(targets);
- } // Fade-in each chart
-
-
- $$.showTargets();
- };
-
- ChartInternal.prototype.showTargets = function () {
- var $$ = this;
- $$.svg.selectAll('.' + CLASS.target).filter(function (d) {
- return $$.isTargetToShow(d.id);
- }).transition().duration($$.config.transition_duration).style("opacity", 1);
- };
-
- ChartInternal.prototype.redraw = function (options, transitions) {
- var $$ = this,
- main = $$.main,
- d3 = $$.d3,
- config = $$.config;
- var areaIndices = $$.getShapeIndices($$.isAreaType),
- barIndices = $$.getShapeIndices($$.isBarType),
- lineIndices = $$.getShapeIndices($$.isLineType);
- var withY, withSubchart, withTransition, withTransitionForExit, withTransitionForAxis, withTransform, withUpdateXDomain, withUpdateOrgXDomain, withTrimXDomain, withLegend, withEventRect, withDimension, withUpdateXAxis;
- var hideAxis = $$.hasArcType();
- var drawArea, drawBar, drawLine, xForText, yForText;
- var duration, durationForExit, durationForAxis;
- var transitionsToWait, waitForDraw, flow, transition;
- var targetsToShow = $$.filterTargetsToShow($$.data.targets),
- tickValues,
- i,
- intervalForCulling,
- xDomainForZoom;
- var xv = $$.xv.bind($$),
- cx,
- cy;
- options = options || {};
- withY = getOption(options, "withY", true);
- withSubchart = getOption(options, "withSubchart", true);
- withTransition = getOption(options, "withTransition", true);
- withTransform = getOption(options, "withTransform", false);
- withUpdateXDomain = getOption(options, "withUpdateXDomain", false);
- withUpdateOrgXDomain = getOption(options, "withUpdateOrgXDomain", false);
- withTrimXDomain = getOption(options, "withTrimXDomain", true);
- withUpdateXAxis = getOption(options, "withUpdateXAxis", withUpdateXDomain);
- withLegend = getOption(options, "withLegend", false);
- withEventRect = getOption(options, "withEventRect", true);
- withDimension = getOption(options, "withDimension", true);
- withTransitionForExit = getOption(options, "withTransitionForExit", withTransition);
- withTransitionForAxis = getOption(options, "withTransitionForAxis", withTransition);
- duration = withTransition ? config.transition_duration : 0;
- durationForExit = withTransitionForExit ? duration : 0;
- durationForAxis = withTransitionForAxis ? duration : 0;
- transitions = transitions || $$.axis.generateTransitions(durationForAxis); // update legend and transform each g
-
- if (withLegend && config.legend_show) {
- $$.updateLegend($$.mapToIds($$.data.targets), options, transitions);
- } else if (withDimension) {
- // need to update dimension (e.g. axis.y.tick.values) because y tick values should change
- // no need to update axis in it because they will be updated in redraw()
- $$.updateDimension(true);
- } // MEMO: needed for grids calculation
-
-
- if ($$.isCategorized() && targetsToShow.length === 0) {
- $$.x.domain([0, $$.axes.x.selectAll('.tick').size()]);
- }
-
- if (targetsToShow.length) {
- $$.updateXDomain(targetsToShow, withUpdateXDomain, withUpdateOrgXDomain, withTrimXDomain);
-
- if (!config.axis_x_tick_values) {
- tickValues = $$.axis.updateXAxisTickValues(targetsToShow);
- }
- } else {
- $$.xAxis.tickValues([]);
- $$.subXAxis.tickValues([]);
- }
-
- if (config.zoom_rescale && !options.flow) {
- xDomainForZoom = $$.x.orgDomain();
- }
-
- $$.y.domain($$.getYDomain(targetsToShow, 'y', xDomainForZoom));
- $$.y2.domain($$.getYDomain(targetsToShow, 'y2', xDomainForZoom));
-
- if (!config.axis_y_tick_values && config.axis_y_tick_count) {
- $$.yAxis.tickValues($$.axis.generateTickValues($$.y.domain(), config.axis_y_tick_count));
- }
-
- if (!config.axis_y2_tick_values && config.axis_y2_tick_count) {
- $$.y2Axis.tickValues($$.axis.generateTickValues($$.y2.domain(), config.axis_y2_tick_count));
- } // axes
-
-
- $$.axis.redraw(durationForAxis, hideAxis); // Update axis label
-
- $$.axis.updateLabels(withTransition); // show/hide if manual culling needed
-
- if ((withUpdateXDomain || withUpdateXAxis) && targetsToShow.length) {
- if (config.axis_x_tick_culling && tickValues) {
- for (i = 1; i < tickValues.length; i++) {
- if (tickValues.length / i < config.axis_x_tick_culling_max) {
- intervalForCulling = i;
- break;
- }
- }
-
- $$.svg.selectAll('.' + CLASS.axisX + ' .tick text').each(function (e) {
- var index = tickValues.indexOf(e);
-
- if (index >= 0) {
- d3.select(this).style('display', index % intervalForCulling ? 'none' : 'block');
- }
- });
- } else {
- $$.svg.selectAll('.' + CLASS.axisX + ' .tick text').style('display', 'block');
- }
- } // setup drawer - MEMO: these must be called after axis updated
-
-
- drawArea = $$.generateDrawArea ? $$.generateDrawArea(areaIndices, false) : undefined;
- drawBar = $$.generateDrawBar ? $$.generateDrawBar(barIndices) : undefined;
- drawLine = $$.generateDrawLine ? $$.generateDrawLine(lineIndices, false) : undefined;
- xForText = $$.generateXYForText(areaIndices, barIndices, lineIndices, true);
- yForText = $$.generateXYForText(areaIndices, barIndices, lineIndices, false); // update circleY based on updated parameters
-
- $$.updateCircleY(); // generate circle x/y functions depending on updated params
-
- cx = ($$.config.axis_rotated ? $$.circleY : $$.circleX).bind($$);
- cy = ($$.config.axis_rotated ? $$.circleX : $$.circleY).bind($$); // Update sub domain
-
- if (withY) {
- $$.subY.domain($$.getYDomain(targetsToShow, 'y'));
- $$.subY2.domain($$.getYDomain(targetsToShow, 'y2'));
- } // xgrid focus
-
-
- $$.updateXgridFocus(); // Data empty label positioning and text.
-
- main.select("text." + CLASS.text + '.' + CLASS.empty).attr("x", $$.width / 2).attr("y", $$.height / 2).text(config.data_empty_label_text).transition().style('opacity', targetsToShow.length ? 0 : 1); // event rect
-
- if (withEventRect) {
- $$.redrawEventRect();
- } // grid
-
-
- $$.updateGrid(duration);
- $$.updateStanfordElements(duration); // rect for regions
-
- $$.updateRegion(duration); // bars
-
- $$.updateBar(durationForExit); // lines, areas and circles
-
- $$.updateLine(durationForExit);
- $$.updateArea(durationForExit);
- $$.updateCircle(cx, cy); // text
-
- if ($$.hasDataLabel()) {
- $$.updateText(xForText, yForText, durationForExit);
- } // title
-
-
- if ($$.redrawTitle) {
- $$.redrawTitle();
- } // arc
-
-
- if ($$.redrawArc) {
- $$.redrawArc(duration, durationForExit, withTransform);
- } // subchart
-
-
- if ($$.redrawSubchart) {
- $$.redrawSubchart(withSubchart, transitions, duration, durationForExit, areaIndices, barIndices, lineIndices);
- }
-
- if ($$.isStanfordGraphType()) {
- $$.drawColorScale();
- } // circles for select
-
-
- main.selectAll('.' + CLASS.selectedCircles).filter($$.isBarType.bind($$)).selectAll('circle').remove();
-
- if (options.flow) {
- flow = $$.generateFlow({
- targets: targetsToShow,
- flow: options.flow,
- duration: options.flow.duration,
- drawBar: drawBar,
- drawLine: drawLine,
- drawArea: drawArea,
- cx: cx,
- cy: cy,
- xv: xv,
- xForText: xForText,
- yForText: yForText
- });
- }
-
- if ($$.isTabVisible()) {
- // Only use transition if tab visible. See #938.
- if (duration) {
- // transition should be derived from one transition
- transition = d3.transition().duration(duration);
- transitionsToWait = [];
- [$$.redrawBar(drawBar, true, transition), $$.redrawLine(drawLine, true, transition), $$.redrawArea(drawArea, true, transition), $$.redrawCircle(cx, cy, true, transition), $$.redrawText(xForText, yForText, options.flow, true, transition), $$.redrawRegion(true, transition), $$.redrawGrid(true, transition)].forEach(function (transitions) {
- transitions.forEach(function (transition) {
- transitionsToWait.push(transition);
- });
- }); // Wait for end of transitions to call flow and onrendered callback
-
- waitForDraw = $$.generateWait();
- transitionsToWait.forEach(function (t) {
- waitForDraw.add(t);
- });
- waitForDraw(function () {
- if (flow) {
- flow();
- }
-
- if (config.onrendered) {
- config.onrendered.call($$);
- }
- });
- } else {
- $$.redrawBar(drawBar);
- $$.redrawLine(drawLine);
- $$.redrawArea(drawArea);
- $$.redrawCircle(cx, cy);
- $$.redrawText(xForText, yForText, options.flow);
- $$.redrawRegion();
- $$.redrawGrid();
-
- if (flow) {
- flow();
- }
-
- if (config.onrendered) {
- config.onrendered.call($$);
- }
- }
- } // update fadein condition
-
-
- $$.mapToIds($$.data.targets).forEach(function (id) {
- $$.withoutFadeIn[id] = true;
- });
- };
-
- ChartInternal.prototype.updateAndRedraw = function (options) {
- var $$ = this,
- config = $$.config,
- transitions;
- options = options || {}; // same with redraw
-
- options.withTransition = getOption(options, "withTransition", true);
- options.withTransform = getOption(options, "withTransform", false);
- options.withLegend = getOption(options, "withLegend", false); // NOT same with redraw
-
- options.withUpdateXDomain = getOption(options, "withUpdateXDomain", true);
- options.withUpdateOrgXDomain = getOption(options, "withUpdateOrgXDomain", true);
- options.withTransitionForExit = false;
- options.withTransitionForTransform = getOption(options, "withTransitionForTransform", options.withTransition); // MEMO: this needs to be called before updateLegend and it means this ALWAYS needs to be called)
-
- $$.updateSizes(); // MEMO: called in updateLegend in redraw if withLegend
-
- if (!(options.withLegend && config.legend_show)) {
- transitions = $$.axis.generateTransitions(options.withTransitionForAxis ? config.transition_duration : 0); // Update scales
-
- $$.updateScales();
- $$.updateSvgSize(); // Update g positions
-
- $$.transformAll(options.withTransitionForTransform, transitions);
- } // Draw with new sizes & scales
-
-
- $$.redraw(options, transitions);
- };
-
- ChartInternal.prototype.redrawWithoutRescale = function () {
- this.redraw({
- withY: false,
- withSubchart: false,
- withEventRect: false,
- withTransitionForAxis: false
- });
- };
-
- ChartInternal.prototype.isTimeSeries = function () {
- return this.config.axis_x_type === 'timeseries';
- };
-
- ChartInternal.prototype.isCategorized = function () {
- return this.config.axis_x_type.indexOf('categor') >= 0;
- };
-
- ChartInternal.prototype.isCustomX = function () {
- var $$ = this,
- config = $$.config;
- return !$$.isTimeSeries() && (config.data_x || notEmpty(config.data_xs));
- };
-
- ChartInternal.prototype.isTimeSeriesY = function () {
- return this.config.axis_y_type === 'timeseries';
- };
-
- ChartInternal.prototype.getTranslate = function (target) {
- var $$ = this,
- config = $$.config,
- x,
- y;
-
- if (target === 'main') {
- x = asHalfPixel($$.margin.left);
- y = asHalfPixel($$.margin.top);
- } else if (target === 'context') {
- x = asHalfPixel($$.margin2.left);
- y = asHalfPixel($$.margin2.top);
- } else if (target === 'legend') {
- x = $$.margin3.left;
- y = $$.margin3.top;
- } else if (target === 'x') {
- x = 0;
- y = config.axis_rotated ? 0 : $$.height;
- } else if (target === 'y') {
- x = 0;
- y = config.axis_rotated ? $$.height : 0;
- } else if (target === 'y2') {
- x = config.axis_rotated ? 0 : $$.width;
- y = config.axis_rotated ? 1 : 0;
- } else if (target === 'subx') {
- x = 0;
- y = config.axis_rotated ? 0 : $$.height2;
- } else if (target === 'arc') {
- x = $$.arcWidth / 2;
- y = $$.arcHeight / 2 - ($$.hasType('gauge') ? 6 : 0); // to prevent wrong display of min and max label
- }
-
- return "translate(" + x + "," + y + ")";
- };
-
- ChartInternal.prototype.initialOpacity = function (d) {
- return d.value !== null && this.withoutFadeIn[d.id] ? 1 : 0;
- };
-
- ChartInternal.prototype.initialOpacityForCircle = function (d) {
- return d.value !== null && this.withoutFadeIn[d.id] ? this.opacityForCircle(d) : 0;
- };
-
- ChartInternal.prototype.opacityForCircle = function (d) {
- var isPointShouldBeShown = isFunction(this.config.point_show) ? this.config.point_show(d) : this.config.point_show;
- var opacity = isPointShouldBeShown || this.isStanfordType(d) ? 1 : 0;
- return isValue(d.value) ? this.isScatterType(d) ? 0.5 : opacity : 0;
- };
-
- ChartInternal.prototype.opacityForText = function () {
- return this.hasDataLabel() ? 1 : 0;
- };
-
- ChartInternal.prototype.xx = function (d) {
- return d ? this.x(d.x) : null;
- };
-
- ChartInternal.prototype.xvCustom = function (d, xyValue) {
- var $$ = this,
- value = xyValue ? d[xyValue] : d.value;
-
- if ($$.isTimeSeries()) {
- value = $$.parseDate(d.value);
- } else if ($$.isCategorized() && typeof d.value === 'string') {
- value = $$.config.axis_x_categories.indexOf(d.value);
- }
-
- return Math.ceil($$.x(value));
- };
-
- ChartInternal.prototype.yvCustom = function (d, xyValue) {
- var $$ = this,
- yScale = d.axis && d.axis === 'y2' ? $$.y2 : $$.y,
- value = xyValue ? d[xyValue] : d.value;
- return Math.ceil(yScale(value));
- };
-
- ChartInternal.prototype.xv = function (d) {
- var $$ = this,
- value = d.value;
-
- if ($$.isTimeSeries()) {
- value = $$.parseDate(d.value);
- } else if ($$.isCategorized() && typeof d.value === 'string') {
- value = $$.config.axis_x_categories.indexOf(d.value);
- }
-
- return Math.ceil($$.x(value));
- };
-
- ChartInternal.prototype.yv = function (d) {
- var $$ = this,
- yScale = d.axis && d.axis === 'y2' ? $$.y2 : $$.y;
- return Math.ceil(yScale(d.value));
- };
-
- ChartInternal.prototype.subxx = function (d) {
- return d ? this.subX(d.x) : null;
- };
-
- ChartInternal.prototype.transformMain = function (withTransition, transitions) {
- var $$ = this,
- xAxis,
- yAxis,
- y2Axis;
-
- if (transitions && transitions.axisX) {
- xAxis = transitions.axisX;
- } else {
- xAxis = $$.main.select('.' + CLASS.axisX);
-
- if (withTransition) {
- xAxis = xAxis.transition();
- }
- }
-
- if (transitions && transitions.axisY) {
- yAxis = transitions.axisY;
- } else {
- yAxis = $$.main.select('.' + CLASS.axisY);
-
- if (withTransition) {
- yAxis = yAxis.transition();
- }
- }
-
- if (transitions && transitions.axisY2) {
- y2Axis = transitions.axisY2;
- } else {
- y2Axis = $$.main.select('.' + CLASS.axisY2);
-
- if (withTransition) {
- y2Axis = y2Axis.transition();
- }
- }
-
- (withTransition ? $$.main.transition() : $$.main).attr("transform", $$.getTranslate('main'));
- xAxis.attr("transform", $$.getTranslate('x'));
- yAxis.attr("transform", $$.getTranslate('y'));
- y2Axis.attr("transform", $$.getTranslate('y2'));
- $$.main.select('.' + CLASS.chartArcs).attr("transform", $$.getTranslate('arc'));
- };
-
- ChartInternal.prototype.transformAll = function (withTransition, transitions) {
- var $$ = this;
- $$.transformMain(withTransition, transitions);
-
- if ($$.config.subchart_show) {
- $$.transformContext(withTransition, transitions);
- }
-
- if ($$.legend) {
- $$.transformLegend(withTransition);
- }
- };
-
- ChartInternal.prototype.updateSvgSize = function () {
- var $$ = this,
- brush = $$.svg.select(".c3-brush .overlay");
- $$.svg.attr('width', $$.currentWidth).attr('height', $$.currentHeight);
- $$.svg.selectAll(['#' + $$.clipId, '#' + $$.clipIdForGrid]).select('rect').attr('width', $$.width).attr('height', $$.height);
- $$.svg.select('#' + $$.clipIdForXAxis).select('rect').attr('x', $$.getXAxisClipX.bind($$)).attr('y', $$.getXAxisClipY.bind($$)).attr('width', $$.getXAxisClipWidth.bind($$)).attr('height', $$.getXAxisClipHeight.bind($$));
- $$.svg.select('#' + $$.clipIdForYAxis).select('rect').attr('x', $$.getYAxisClipX.bind($$)).attr('y', $$.getYAxisClipY.bind($$)).attr('width', $$.getYAxisClipWidth.bind($$)).attr('height', $$.getYAxisClipHeight.bind($$));
- $$.svg.select('#' + $$.clipIdForSubchart).select('rect').attr('width', $$.width).attr('height', brush.size() ? brush.attr('height') : 0); // MEMO: parent div's height will be bigger than svg when
-
- $$.selectChart.style('max-height', $$.currentHeight + "px");
- };
-
- ChartInternal.prototype.updateDimension = function (withoutAxis) {
- var $$ = this;
-
- if (!withoutAxis) {
- if ($$.config.axis_rotated) {
- $$.axes.x.call($$.xAxis);
- $$.axes.subx.call($$.subXAxis);
- } else {
- $$.axes.y.call($$.yAxis);
- $$.axes.y2.call($$.y2Axis);
- }
- }
-
- $$.updateSizes();
- $$.updateScales();
- $$.updateSvgSize();
- $$.transformAll(false);
- };
-
- ChartInternal.prototype.observeInserted = function (selection) {
- var $$ = this,
- observer;
-
- if (typeof MutationObserver === 'undefined') {
- window.console.error("MutationObserver not defined.");
- return;
- }
-
- observer = new MutationObserver(function (mutations) {
- mutations.forEach(function (mutation) {
- if (mutation.type === 'childList' && mutation.previousSibling) {
- observer.disconnect(); // need to wait for completion of load because size calculation requires the actual sizes determined after that completion
-
- $$.intervalForObserveInserted = window.setInterval(function () {
- // parentNode will NOT be null when completed
- if (selection.node().parentNode) {
- window.clearInterval($$.intervalForObserveInserted);
- $$.updateDimension();
-
- if ($$.brush) {
- $$.brush.update();
- }
-
- $$.config.oninit.call($$);
- $$.redraw({
- withTransform: true,
- withUpdateXDomain: true,
- withUpdateOrgXDomain: true,
- withTransition: false,
- withTransitionForTransform: false,
- withLegend: true
- });
- selection.transition().style('opacity', 1);
- }
- }, 10);
- }
- });
- });
- observer.observe(selection.node(), {
- attributes: true,
- childList: true,
- characterData: true
- });
- };
- /**
- * Binds handlers to the window resize event.
- */
-
-
- ChartInternal.prototype.bindResize = function () {
- var $$ = this,
- config = $$.config;
- $$.resizeFunction = $$.generateResize(); // need to call .remove
-
- $$.resizeFunction.add(function () {
- config.onresize.call($$);
- });
-
- if (config.resize_auto) {
- $$.resizeFunction.add(function () {
- if ($$.resizeTimeout !== undefined) {
- window.clearTimeout($$.resizeTimeout);
- }
-
- $$.resizeTimeout = window.setTimeout(function () {
- delete $$.resizeTimeout;
- $$.updateAndRedraw({
- withUpdateXDomain: false,
- withUpdateOrgXDomain: false,
- withTransition: false,
- withTransitionForTransform: false,
- withLegend: true
- });
-
- if ($$.brush) {
- $$.brush.update();
- }
- }, 100);
- });
- }
-
- $$.resizeFunction.add(function () {
- config.onresized.call($$);
- });
-
- $$.resizeIfElementDisplayed = function () {
- // if element not displayed skip it
- if ($$.api == null || !$$.api.element.offsetParent) {
- return;
- }
-
- $$.resizeFunction();
- };
-
- if (window.attachEvent) {
- window.attachEvent('onresize', $$.resizeIfElementDisplayed);
- } else if (window.addEventListener) {
- window.addEventListener('resize', $$.resizeIfElementDisplayed, false);
- } else {
- // fallback to this, if this is a very old browser
- var wrapper = window.onresize;
-
- if (!wrapper) {
- // create a wrapper that will call all charts
- wrapper = $$.generateResize();
- } else if (!wrapper.add || !wrapper.remove) {
- // there is already a handler registered, make sure we call it too
- wrapper = $$.generateResize();
- wrapper.add(window.onresize);
- } // add this graph to the wrapper, we will be removed if the user calls destroy
-
-
- wrapper.add($$.resizeFunction);
-
- window.onresize = function () {
- // if element not displayed skip it
- if (!$$.api.element.offsetParent) {
- return;
- }
-
- wrapper();
- };
- }
- };
- /**
- * Binds handlers to the window focus event.
- */
-
-
- ChartInternal.prototype.bindWindowFocus = function () {
- var _this = this;
-
- if (this.windowFocusHandler) {
- // The handler is already set
- return;
- }
-
- this.windowFocusHandler = function () {
- _this.redraw();
- };
-
- window.addEventListener('focus', this.windowFocusHandler);
- };
- /**
- * Unbinds from the window focus event.
- */
-
-
- ChartInternal.prototype.unbindWindowFocus = function () {
- window.removeEventListener('focus', this.windowFocusHandler);
- delete this.windowFocusHandler;
- };
-
- ChartInternal.prototype.generateResize = function () {
- var resizeFunctions = [];
-
- function callResizeFunctions() {
- resizeFunctions.forEach(function (f) {
- f();
- });
- }
-
- callResizeFunctions.add = function (f) {
- resizeFunctions.push(f);
- };
-
- callResizeFunctions.remove = function (f) {
- for (var i = 0; i < resizeFunctions.length; i++) {
- if (resizeFunctions[i] === f) {
- resizeFunctions.splice(i, 1);
- break;
- }
- }
- };
-
- return callResizeFunctions;
- };
-
- ChartInternal.prototype.endall = function (transition, callback) {
- var n = 0;
- transition.each(function () {
- ++n;
- }).on("end", function () {
- if (! --n) {
- callback.apply(this, arguments);
- }
- });
- };
-
- ChartInternal.prototype.generateWait = function () {
- var $$ = this;
-
- var transitionsToWait = [],
- f = function f(callback) {
- var timer = setInterval(function () {
- if (!$$.isTabVisible()) {
- return;
- }
-
- var done = 0;
- transitionsToWait.forEach(function (t) {
- if (t.empty()) {
- done += 1;
- return;
- }
-
- try {
- t.transition();
- } catch (e) {
- done += 1;
- }
- });
-
- if (done === transitionsToWait.length) {
- clearInterval(timer);
-
- if (callback) {
- callback();
- }
- }
- }, 50);
- };
-
- f.add = function (transition) {
- transitionsToWait.push(transition);
- };
-
- return f;
- };
-
- ChartInternal.prototype.parseDate = function (date) {
- var $$ = this,
- parsedDate;
-
- if (date instanceof Date) {
- parsedDate = date;
- } else if (typeof date === 'string') {
- parsedDate = $$.dataTimeParse(date);
- } else if (_typeof(date) === 'object') {
- parsedDate = new Date(+date);
- } else if (typeof date === 'number' && !isNaN(date)) {
- parsedDate = new Date(+date);
- }
-
- if (!parsedDate || isNaN(+parsedDate)) {
- window.console.error("Failed to parse x '" + date + "' to Date object");
- }
-
- return parsedDate;
- };
-
- ChartInternal.prototype.isTabVisible = function () {
- return !document.hidden;
- };
-
- ChartInternal.prototype.getPathBox = getPathBox;
- ChartInternal.prototype.CLASS = CLASS;
-
- /* jshint ignore:start */
- // SVGPathSeg API polyfill
- // https://github.com/progers/pathseg
- //
- // This is a drop-in replacement for the SVGPathSeg and SVGPathSegList APIs that were removed from
- // SVG2 (https://lists.w3.org/Archives/Public/www-svg/2015Jun/0044.html), including the latest spec
- // changes which were implemented in Firefox 43 and Chrome 46.
- (function () {
-
- if (!("SVGPathSeg" in window)) {
- // Spec: http://www.w3.org/TR/SVG11/single-page.html#paths-InterfaceSVGPathSeg
- window.SVGPathSeg = function (type, typeAsLetter, owningPathSegList) {
- this.pathSegType = type;
- this.pathSegTypeAsLetter = typeAsLetter;
- this._owningPathSegList = owningPathSegList;
- };
-
- window.SVGPathSeg.prototype.classname = "SVGPathSeg";
- window.SVGPathSeg.PATHSEG_UNKNOWN = 0;
- window.SVGPathSeg.PATHSEG_CLOSEPATH = 1;
- window.SVGPathSeg.PATHSEG_MOVETO_ABS = 2;
- window.SVGPathSeg.PATHSEG_MOVETO_REL = 3;
- window.SVGPathSeg.PATHSEG_LINETO_ABS = 4;
- window.SVGPathSeg.PATHSEG_LINETO_REL = 5;
- window.SVGPathSeg.PATHSEG_CURVETO_CUBIC_ABS = 6;
- window.SVGPathSeg.PATHSEG_CURVETO_CUBIC_REL = 7;
- window.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_ABS = 8;
- window.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_REL = 9;
- window.SVGPathSeg.PATHSEG_ARC_ABS = 10;
- window.SVGPathSeg.PATHSEG_ARC_REL = 11;
- window.SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_ABS = 12;
- window.SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_REL = 13;
- window.SVGPathSeg.PATHSEG_LINETO_VERTICAL_ABS = 14;
- window.SVGPathSeg.PATHSEG_LINETO_VERTICAL_REL = 15;
- window.SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS = 16;
- window.SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_REL = 17;
- window.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS = 18;
- window.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL = 19; // Notify owning PathSegList on any changes so they can be synchronized back to the path element.
-
- window.SVGPathSeg.prototype._segmentChanged = function () {
- if (this._owningPathSegList) this._owningPathSegList.segmentChanged(this);
- };
-
- window.SVGPathSegClosePath = function (owningPathSegList) {
- window.SVGPathSeg.call(this, window.SVGPathSeg.PATHSEG_CLOSEPATH, "z", owningPathSegList);
- };
-
- window.SVGPathSegClosePath.prototype = Object.create(window.SVGPathSeg.prototype);
-
- window.SVGPathSegClosePath.prototype.toString = function () {
- return "[object SVGPathSegClosePath]";
- };
-
- window.SVGPathSegClosePath.prototype._asPathString = function () {
- return this.pathSegTypeAsLetter;
- };
-
- window.SVGPathSegClosePath.prototype.clone = function () {
- return new window.SVGPathSegClosePath(undefined);
- };
-
- window.SVGPathSegMovetoAbs = function (owningPathSegList, x, y) {
- window.SVGPathSeg.call(this, window.SVGPathSeg.PATHSEG_MOVETO_ABS, "M", owningPathSegList);
- this._x = x;
- this._y = y;
- };
-
- window.SVGPathSegMovetoAbs.prototype = Object.create(window.SVGPathSeg.prototype);
-
- window.SVGPathSegMovetoAbs.prototype.toString = function () {
- return "[object SVGPathSegMovetoAbs]";
- };
-
- window.SVGPathSegMovetoAbs.prototype._asPathString = function () {
- return this.pathSegTypeAsLetter + " " + this._x + " " + this._y;
- };
-
- window.SVGPathSegMovetoAbs.prototype.clone = function () {
- return new window.SVGPathSegMovetoAbs(undefined, this._x, this._y);
- };
-
- Object.defineProperty(window.SVGPathSegMovetoAbs.prototype, "x", {
- get: function get() {
- return this._x;
- },
- set: function set(x) {
- this._x = x;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegMovetoAbs.prototype, "y", {
- get: function get() {
- return this._y;
- },
- set: function set(y) {
- this._y = y;
-
- this._segmentChanged();
- },
- enumerable: true
- });
-
- window.SVGPathSegMovetoRel = function (owningPathSegList, x, y) {
- window.SVGPathSeg.call(this, window.SVGPathSeg.PATHSEG_MOVETO_REL, "m", owningPathSegList);
- this._x = x;
- this._y = y;
- };
-
- window.SVGPathSegMovetoRel.prototype = Object.create(window.SVGPathSeg.prototype);
-
- window.SVGPathSegMovetoRel.prototype.toString = function () {
- return "[object SVGPathSegMovetoRel]";
- };
-
- window.SVGPathSegMovetoRel.prototype._asPathString = function () {
- return this.pathSegTypeAsLetter + " " + this._x + " " + this._y;
- };
-
- window.SVGPathSegMovetoRel.prototype.clone = function () {
- return new window.SVGPathSegMovetoRel(undefined, this._x, this._y);
- };
-
- Object.defineProperty(window.SVGPathSegMovetoRel.prototype, "x", {
- get: function get() {
- return this._x;
- },
- set: function set(x) {
- this._x = x;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegMovetoRel.prototype, "y", {
- get: function get() {
- return this._y;
- },
- set: function set(y) {
- this._y = y;
-
- this._segmentChanged();
- },
- enumerable: true
- });
-
- window.SVGPathSegLinetoAbs = function (owningPathSegList, x, y) {
- window.SVGPathSeg.call(this, window.SVGPathSeg.PATHSEG_LINETO_ABS, "L", owningPathSegList);
- this._x = x;
- this._y = y;
- };
-
- window.SVGPathSegLinetoAbs.prototype = Object.create(window.SVGPathSeg.prototype);
-
- window.SVGPathSegLinetoAbs.prototype.toString = function () {
- return "[object SVGPathSegLinetoAbs]";
- };
-
- window.SVGPathSegLinetoAbs.prototype._asPathString = function () {
- return this.pathSegTypeAsLetter + " " + this._x + " " + this._y;
- };
-
- window.SVGPathSegLinetoAbs.prototype.clone = function () {
- return new window.SVGPathSegLinetoAbs(undefined, this._x, this._y);
- };
-
- Object.defineProperty(window.SVGPathSegLinetoAbs.prototype, "x", {
- get: function get() {
- return this._x;
- },
- set: function set(x) {
- this._x = x;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegLinetoAbs.prototype, "y", {
- get: function get() {
- return this._y;
- },
- set: function set(y) {
- this._y = y;
-
- this._segmentChanged();
- },
- enumerable: true
- });
-
- window.SVGPathSegLinetoRel = function (owningPathSegList, x, y) {
- window.SVGPathSeg.call(this, window.SVGPathSeg.PATHSEG_LINETO_REL, "l", owningPathSegList);
- this._x = x;
- this._y = y;
- };
-
- window.SVGPathSegLinetoRel.prototype = Object.create(window.SVGPathSeg.prototype);
-
- window.SVGPathSegLinetoRel.prototype.toString = function () {
- return "[object SVGPathSegLinetoRel]";
- };
-
- window.SVGPathSegLinetoRel.prototype._asPathString = function () {
- return this.pathSegTypeAsLetter + " " + this._x + " " + this._y;
- };
-
- window.SVGPathSegLinetoRel.prototype.clone = function () {
- return new window.SVGPathSegLinetoRel(undefined, this._x, this._y);
- };
-
- Object.defineProperty(window.SVGPathSegLinetoRel.prototype, "x", {
- get: function get() {
- return this._x;
- },
- set: function set(x) {
- this._x = x;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegLinetoRel.prototype, "y", {
- get: function get() {
- return this._y;
- },
- set: function set(y) {
- this._y = y;
-
- this._segmentChanged();
- },
- enumerable: true
- });
-
- window.SVGPathSegCurvetoCubicAbs = function (owningPathSegList, x, y, x1, y1, x2, y2) {
- window.SVGPathSeg.call(this, window.SVGPathSeg.PATHSEG_CURVETO_CUBIC_ABS, "C", owningPathSegList);
- this._x = x;
- this._y = y;
- this._x1 = x1;
- this._y1 = y1;
- this._x2 = x2;
- this._y2 = y2;
- };
-
- window.SVGPathSegCurvetoCubicAbs.prototype = Object.create(window.SVGPathSeg.prototype);
-
- window.SVGPathSegCurvetoCubicAbs.prototype.toString = function () {
- return "[object SVGPathSegCurvetoCubicAbs]";
- };
-
- window.SVGPathSegCurvetoCubicAbs.prototype._asPathString = function () {
- return this.pathSegTypeAsLetter + " " + this._x1 + " " + this._y1 + " " + this._x2 + " " + this._y2 + " " + this._x + " " + this._y;
- };
-
- window.SVGPathSegCurvetoCubicAbs.prototype.clone = function () {
- return new window.SVGPathSegCurvetoCubicAbs(undefined, this._x, this._y, this._x1, this._y1, this._x2, this._y2);
- };
-
- Object.defineProperty(window.SVGPathSegCurvetoCubicAbs.prototype, "x", {
- get: function get() {
- return this._x;
- },
- set: function set(x) {
- this._x = x;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoCubicAbs.prototype, "y", {
- get: function get() {
- return this._y;
- },
- set: function set(y) {
- this._y = y;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoCubicAbs.prototype, "x1", {
- get: function get() {
- return this._x1;
- },
- set: function set(x1) {
- this._x1 = x1;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoCubicAbs.prototype, "y1", {
- get: function get() {
- return this._y1;
- },
- set: function set(y1) {
- this._y1 = y1;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoCubicAbs.prototype, "x2", {
- get: function get() {
- return this._x2;
- },
- set: function set(x2) {
- this._x2 = x2;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoCubicAbs.prototype, "y2", {
- get: function get() {
- return this._y2;
- },
- set: function set(y2) {
- this._y2 = y2;
-
- this._segmentChanged();
- },
- enumerable: true
- });
-
- window.SVGPathSegCurvetoCubicRel = function (owningPathSegList, x, y, x1, y1, x2, y2) {
- window.SVGPathSeg.call(this, window.SVGPathSeg.PATHSEG_CURVETO_CUBIC_REL, "c", owningPathSegList);
- this._x = x;
- this._y = y;
- this._x1 = x1;
- this._y1 = y1;
- this._x2 = x2;
- this._y2 = y2;
- };
-
- window.SVGPathSegCurvetoCubicRel.prototype = Object.create(window.SVGPathSeg.prototype);
-
- window.SVGPathSegCurvetoCubicRel.prototype.toString = function () {
- return "[object SVGPathSegCurvetoCubicRel]";
- };
-
- window.SVGPathSegCurvetoCubicRel.prototype._asPathString = function () {
- return this.pathSegTypeAsLetter + " " + this._x1 + " " + this._y1 + " " + this._x2 + " " + this._y2 + " " + this._x + " " + this._y;
- };
-
- window.SVGPathSegCurvetoCubicRel.prototype.clone = function () {
- return new window.SVGPathSegCurvetoCubicRel(undefined, this._x, this._y, this._x1, this._y1, this._x2, this._y2);
- };
-
- Object.defineProperty(window.SVGPathSegCurvetoCubicRel.prototype, "x", {
- get: function get() {
- return this._x;
- },
- set: function set(x) {
- this._x = x;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoCubicRel.prototype, "y", {
- get: function get() {
- return this._y;
- },
- set: function set(y) {
- this._y = y;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoCubicRel.prototype, "x1", {
- get: function get() {
- return this._x1;
- },
- set: function set(x1) {
- this._x1 = x1;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoCubicRel.prototype, "y1", {
- get: function get() {
- return this._y1;
- },
- set: function set(y1) {
- this._y1 = y1;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoCubicRel.prototype, "x2", {
- get: function get() {
- return this._x2;
- },
- set: function set(x2) {
- this._x2 = x2;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoCubicRel.prototype, "y2", {
- get: function get() {
- return this._y2;
- },
- set: function set(y2) {
- this._y2 = y2;
-
- this._segmentChanged();
- },
- enumerable: true
- });
-
- window.SVGPathSegCurvetoQuadraticAbs = function (owningPathSegList, x, y, x1, y1) {
- window.SVGPathSeg.call(this, window.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_ABS, "Q", owningPathSegList);
- this._x = x;
- this._y = y;
- this._x1 = x1;
- this._y1 = y1;
- };
-
- window.SVGPathSegCurvetoQuadraticAbs.prototype = Object.create(window.SVGPathSeg.prototype);
-
- window.SVGPathSegCurvetoQuadraticAbs.prototype.toString = function () {
- return "[object SVGPathSegCurvetoQuadraticAbs]";
- };
-
- window.SVGPathSegCurvetoQuadraticAbs.prototype._asPathString = function () {
- return this.pathSegTypeAsLetter + " " + this._x1 + " " + this._y1 + " " + this._x + " " + this._y;
- };
-
- window.SVGPathSegCurvetoQuadraticAbs.prototype.clone = function () {
- return new window.SVGPathSegCurvetoQuadraticAbs(undefined, this._x, this._y, this._x1, this._y1);
- };
-
- Object.defineProperty(window.SVGPathSegCurvetoQuadraticAbs.prototype, "x", {
- get: function get() {
- return this._x;
- },
- set: function set(x) {
- this._x = x;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoQuadraticAbs.prototype, "y", {
- get: function get() {
- return this._y;
- },
- set: function set(y) {
- this._y = y;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoQuadraticAbs.prototype, "x1", {
- get: function get() {
- return this._x1;
- },
- set: function set(x1) {
- this._x1 = x1;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoQuadraticAbs.prototype, "y1", {
- get: function get() {
- return this._y1;
- },
- set: function set(y1) {
- this._y1 = y1;
-
- this._segmentChanged();
- },
- enumerable: true
- });
-
- window.SVGPathSegCurvetoQuadraticRel = function (owningPathSegList, x, y, x1, y1) {
- window.SVGPathSeg.call(this, window.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_REL, "q", owningPathSegList);
- this._x = x;
- this._y = y;
- this._x1 = x1;
- this._y1 = y1;
- };
-
- window.SVGPathSegCurvetoQuadraticRel.prototype = Object.create(window.SVGPathSeg.prototype);
-
- window.SVGPathSegCurvetoQuadraticRel.prototype.toString = function () {
- return "[object SVGPathSegCurvetoQuadraticRel]";
- };
-
- window.SVGPathSegCurvetoQuadraticRel.prototype._asPathString = function () {
- return this.pathSegTypeAsLetter + " " + this._x1 + " " + this._y1 + " " + this._x + " " + this._y;
- };
-
- window.SVGPathSegCurvetoQuadraticRel.prototype.clone = function () {
- return new window.SVGPathSegCurvetoQuadraticRel(undefined, this._x, this._y, this._x1, this._y1);
- };
-
- Object.defineProperty(window.SVGPathSegCurvetoQuadraticRel.prototype, "x", {
- get: function get() {
- return this._x;
- },
- set: function set(x) {
- this._x = x;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoQuadraticRel.prototype, "y", {
- get: function get() {
- return this._y;
- },
- set: function set(y) {
- this._y = y;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoQuadraticRel.prototype, "x1", {
- get: function get() {
- return this._x1;
- },
- set: function set(x1) {
- this._x1 = x1;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoQuadraticRel.prototype, "y1", {
- get: function get() {
- return this._y1;
- },
- set: function set(y1) {
- this._y1 = y1;
-
- this._segmentChanged();
- },
- enumerable: true
- });
-
- window.SVGPathSegArcAbs = function (owningPathSegList, x, y, r1, r2, angle, largeArcFlag, sweepFlag) {
- window.SVGPathSeg.call(this, window.SVGPathSeg.PATHSEG_ARC_ABS, "A", owningPathSegList);
- this._x = x;
- this._y = y;
- this._r1 = r1;
- this._r2 = r2;
- this._angle = angle;
- this._largeArcFlag = largeArcFlag;
- this._sweepFlag = sweepFlag;
- };
-
- window.SVGPathSegArcAbs.prototype = Object.create(window.SVGPathSeg.prototype);
-
- window.SVGPathSegArcAbs.prototype.toString = function () {
- return "[object SVGPathSegArcAbs]";
- };
-
- window.SVGPathSegArcAbs.prototype._asPathString = function () {
- return this.pathSegTypeAsLetter + " " + this._r1 + " " + this._r2 + " " + this._angle + " " + (this._largeArcFlag ? "1" : "0") + " " + (this._sweepFlag ? "1" : "0") + " " + this._x + " " + this._y;
- };
-
- window.SVGPathSegArcAbs.prototype.clone = function () {
- return new window.SVGPathSegArcAbs(undefined, this._x, this._y, this._r1, this._r2, this._angle, this._largeArcFlag, this._sweepFlag);
- };
-
- Object.defineProperty(window.SVGPathSegArcAbs.prototype, "x", {
- get: function get() {
- return this._x;
- },
- set: function set(x) {
- this._x = x;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegArcAbs.prototype, "y", {
- get: function get() {
- return this._y;
- },
- set: function set(y) {
- this._y = y;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegArcAbs.prototype, "r1", {
- get: function get() {
- return this._r1;
- },
- set: function set(r1) {
- this._r1 = r1;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegArcAbs.prototype, "r2", {
- get: function get() {
- return this._r2;
- },
- set: function set(r2) {
- this._r2 = r2;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegArcAbs.prototype, "angle", {
- get: function get() {
- return this._angle;
- },
- set: function set(angle) {
- this._angle = angle;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegArcAbs.prototype, "largeArcFlag", {
- get: function get() {
- return this._largeArcFlag;
- },
- set: function set(largeArcFlag) {
- this._largeArcFlag = largeArcFlag;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegArcAbs.prototype, "sweepFlag", {
- get: function get() {
- return this._sweepFlag;
- },
- set: function set(sweepFlag) {
- this._sweepFlag = sweepFlag;
-
- this._segmentChanged();
- },
- enumerable: true
- });
-
- window.SVGPathSegArcRel = function (owningPathSegList, x, y, r1, r2, angle, largeArcFlag, sweepFlag) {
- window.SVGPathSeg.call(this, window.SVGPathSeg.PATHSEG_ARC_REL, "a", owningPathSegList);
- this._x = x;
- this._y = y;
- this._r1 = r1;
- this._r2 = r2;
- this._angle = angle;
- this._largeArcFlag = largeArcFlag;
- this._sweepFlag = sweepFlag;
- };
-
- window.SVGPathSegArcRel.prototype = Object.create(window.SVGPathSeg.prototype);
-
- window.SVGPathSegArcRel.prototype.toString = function () {
- return "[object SVGPathSegArcRel]";
- };
-
- window.SVGPathSegArcRel.prototype._asPathString = function () {
- return this.pathSegTypeAsLetter + " " + this._r1 + " " + this._r2 + " " + this._angle + " " + (this._largeArcFlag ? "1" : "0") + " " + (this._sweepFlag ? "1" : "0") + " " + this._x + " " + this._y;
- };
-
- window.SVGPathSegArcRel.prototype.clone = function () {
- return new window.SVGPathSegArcRel(undefined, this._x, this._y, this._r1, this._r2, this._angle, this._largeArcFlag, this._sweepFlag);
- };
-
- Object.defineProperty(window.SVGPathSegArcRel.prototype, "x", {
- get: function get() {
- return this._x;
- },
- set: function set(x) {
- this._x = x;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegArcRel.prototype, "y", {
- get: function get() {
- return this._y;
- },
- set: function set(y) {
- this._y = y;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegArcRel.prototype, "r1", {
- get: function get() {
- return this._r1;
- },
- set: function set(r1) {
- this._r1 = r1;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegArcRel.prototype, "r2", {
- get: function get() {
- return this._r2;
- },
- set: function set(r2) {
- this._r2 = r2;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegArcRel.prototype, "angle", {
- get: function get() {
- return this._angle;
- },
- set: function set(angle) {
- this._angle = angle;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegArcRel.prototype, "largeArcFlag", {
- get: function get() {
- return this._largeArcFlag;
- },
- set: function set(largeArcFlag) {
- this._largeArcFlag = largeArcFlag;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegArcRel.prototype, "sweepFlag", {
- get: function get() {
- return this._sweepFlag;
- },
- set: function set(sweepFlag) {
- this._sweepFlag = sweepFlag;
-
- this._segmentChanged();
- },
- enumerable: true
- });
-
- window.SVGPathSegLinetoHorizontalAbs = function (owningPathSegList, x) {
- window.SVGPathSeg.call(this, window.SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_ABS, "H", owningPathSegList);
- this._x = x;
- };
-
- window.SVGPathSegLinetoHorizontalAbs.prototype = Object.create(window.SVGPathSeg.prototype);
-
- window.SVGPathSegLinetoHorizontalAbs.prototype.toString = function () {
- return "[object SVGPathSegLinetoHorizontalAbs]";
- };
-
- window.SVGPathSegLinetoHorizontalAbs.prototype._asPathString = function () {
- return this.pathSegTypeAsLetter + " " + this._x;
- };
-
- window.SVGPathSegLinetoHorizontalAbs.prototype.clone = function () {
- return new window.SVGPathSegLinetoHorizontalAbs(undefined, this._x);
- };
-
- Object.defineProperty(window.SVGPathSegLinetoHorizontalAbs.prototype, "x", {
- get: function get() {
- return this._x;
- },
- set: function set(x) {
- this._x = x;
-
- this._segmentChanged();
- },
- enumerable: true
- });
-
- window.SVGPathSegLinetoHorizontalRel = function (owningPathSegList, x) {
- window.SVGPathSeg.call(this, window.SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_REL, "h", owningPathSegList);
- this._x = x;
- };
-
- window.SVGPathSegLinetoHorizontalRel.prototype = Object.create(window.SVGPathSeg.prototype);
-
- window.SVGPathSegLinetoHorizontalRel.prototype.toString = function () {
- return "[object SVGPathSegLinetoHorizontalRel]";
- };
-
- window.SVGPathSegLinetoHorizontalRel.prototype._asPathString = function () {
- return this.pathSegTypeAsLetter + " " + this._x;
- };
-
- window.SVGPathSegLinetoHorizontalRel.prototype.clone = function () {
- return new window.SVGPathSegLinetoHorizontalRel(undefined, this._x);
- };
-
- Object.defineProperty(window.SVGPathSegLinetoHorizontalRel.prototype, "x", {
- get: function get() {
- return this._x;
- },
- set: function set(x) {
- this._x = x;
-
- this._segmentChanged();
- },
- enumerable: true
- });
-
- window.SVGPathSegLinetoVerticalAbs = function (owningPathSegList, y) {
- window.SVGPathSeg.call(this, window.SVGPathSeg.PATHSEG_LINETO_VERTICAL_ABS, "V", owningPathSegList);
- this._y = y;
- };
-
- window.SVGPathSegLinetoVerticalAbs.prototype = Object.create(window.SVGPathSeg.prototype);
-
- window.SVGPathSegLinetoVerticalAbs.prototype.toString = function () {
- return "[object SVGPathSegLinetoVerticalAbs]";
- };
-
- window.SVGPathSegLinetoVerticalAbs.prototype._asPathString = function () {
- return this.pathSegTypeAsLetter + " " + this._y;
- };
-
- window.SVGPathSegLinetoVerticalAbs.prototype.clone = function () {
- return new window.SVGPathSegLinetoVerticalAbs(undefined, this._y);
- };
-
- Object.defineProperty(window.SVGPathSegLinetoVerticalAbs.prototype, "y", {
- get: function get() {
- return this._y;
- },
- set: function set(y) {
- this._y = y;
-
- this._segmentChanged();
- },
- enumerable: true
- });
-
- window.SVGPathSegLinetoVerticalRel = function (owningPathSegList, y) {
- window.SVGPathSeg.call(this, window.SVGPathSeg.PATHSEG_LINETO_VERTICAL_REL, "v", owningPathSegList);
- this._y = y;
- };
-
- window.SVGPathSegLinetoVerticalRel.prototype = Object.create(window.SVGPathSeg.prototype);
-
- window.SVGPathSegLinetoVerticalRel.prototype.toString = function () {
- return "[object SVGPathSegLinetoVerticalRel]";
- };
-
- window.SVGPathSegLinetoVerticalRel.prototype._asPathString = function () {
- return this.pathSegTypeAsLetter + " " + this._y;
- };
-
- window.SVGPathSegLinetoVerticalRel.prototype.clone = function () {
- return new window.SVGPathSegLinetoVerticalRel(undefined, this._y);
- };
-
- Object.defineProperty(window.SVGPathSegLinetoVerticalRel.prototype, "y", {
- get: function get() {
- return this._y;
- },
- set: function set(y) {
- this._y = y;
-
- this._segmentChanged();
- },
- enumerable: true
- });
-
- window.SVGPathSegCurvetoCubicSmoothAbs = function (owningPathSegList, x, y, x2, y2) {
- window.SVGPathSeg.call(this, window.SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS, "S", owningPathSegList);
- this._x = x;
- this._y = y;
- this._x2 = x2;
- this._y2 = y2;
- };
-
- window.SVGPathSegCurvetoCubicSmoothAbs.prototype = Object.create(window.SVGPathSeg.prototype);
-
- window.SVGPathSegCurvetoCubicSmoothAbs.prototype.toString = function () {
- return "[object SVGPathSegCurvetoCubicSmoothAbs]";
- };
-
- window.SVGPathSegCurvetoCubicSmoothAbs.prototype._asPathString = function () {
- return this.pathSegTypeAsLetter + " " + this._x2 + " " + this._y2 + " " + this._x + " " + this._y;
- };
-
- window.SVGPathSegCurvetoCubicSmoothAbs.prototype.clone = function () {
- return new window.SVGPathSegCurvetoCubicSmoothAbs(undefined, this._x, this._y, this._x2, this._y2);
- };
-
- Object.defineProperty(window.SVGPathSegCurvetoCubicSmoothAbs.prototype, "x", {
- get: function get() {
- return this._x;
- },
- set: function set(x) {
- this._x = x;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoCubicSmoothAbs.prototype, "y", {
- get: function get() {
- return this._y;
- },
- set: function set(y) {
- this._y = y;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoCubicSmoothAbs.prototype, "x2", {
- get: function get() {
- return this._x2;
- },
- set: function set(x2) {
- this._x2 = x2;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoCubicSmoothAbs.prototype, "y2", {
- get: function get() {
- return this._y2;
- },
- set: function set(y2) {
- this._y2 = y2;
-
- this._segmentChanged();
- },
- enumerable: true
- });
-
- window.SVGPathSegCurvetoCubicSmoothRel = function (owningPathSegList, x, y, x2, y2) {
- window.SVGPathSeg.call(this, window.SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_REL, "s", owningPathSegList);
- this._x = x;
- this._y = y;
- this._x2 = x2;
- this._y2 = y2;
- };
-
- window.SVGPathSegCurvetoCubicSmoothRel.prototype = Object.create(window.SVGPathSeg.prototype);
-
- window.SVGPathSegCurvetoCubicSmoothRel.prototype.toString = function () {
- return "[object SVGPathSegCurvetoCubicSmoothRel]";
- };
-
- window.SVGPathSegCurvetoCubicSmoothRel.prototype._asPathString = function () {
- return this.pathSegTypeAsLetter + " " + this._x2 + " " + this._y2 + " " + this._x + " " + this._y;
- };
-
- window.SVGPathSegCurvetoCubicSmoothRel.prototype.clone = function () {
- return new window.SVGPathSegCurvetoCubicSmoothRel(undefined, this._x, this._y, this._x2, this._y2);
- };
-
- Object.defineProperty(window.SVGPathSegCurvetoCubicSmoothRel.prototype, "x", {
- get: function get() {
- return this._x;
- },
- set: function set(x) {
- this._x = x;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoCubicSmoothRel.prototype, "y", {
- get: function get() {
- return this._y;
- },
- set: function set(y) {
- this._y = y;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoCubicSmoothRel.prototype, "x2", {
- get: function get() {
- return this._x2;
- },
- set: function set(x2) {
- this._x2 = x2;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoCubicSmoothRel.prototype, "y2", {
- get: function get() {
- return this._y2;
- },
- set: function set(y2) {
- this._y2 = y2;
-
- this._segmentChanged();
- },
- enumerable: true
- });
-
- window.SVGPathSegCurvetoQuadraticSmoothAbs = function (owningPathSegList, x, y) {
- window.SVGPathSeg.call(this, window.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS, "T", owningPathSegList);
- this._x = x;
- this._y = y;
- };
-
- window.SVGPathSegCurvetoQuadraticSmoothAbs.prototype = Object.create(window.SVGPathSeg.prototype);
-
- window.SVGPathSegCurvetoQuadraticSmoothAbs.prototype.toString = function () {
- return "[object SVGPathSegCurvetoQuadraticSmoothAbs]";
- };
-
- window.SVGPathSegCurvetoQuadraticSmoothAbs.prototype._asPathString = function () {
- return this.pathSegTypeAsLetter + " " + this._x + " " + this._y;
- };
-
- window.SVGPathSegCurvetoQuadraticSmoothAbs.prototype.clone = function () {
- return new window.SVGPathSegCurvetoQuadraticSmoothAbs(undefined, this._x, this._y);
- };
-
- Object.defineProperty(window.SVGPathSegCurvetoQuadraticSmoothAbs.prototype, "x", {
- get: function get() {
- return this._x;
- },
- set: function set(x) {
- this._x = x;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoQuadraticSmoothAbs.prototype, "y", {
- get: function get() {
- return this._y;
- },
- set: function set(y) {
- this._y = y;
-
- this._segmentChanged();
- },
- enumerable: true
- });
-
- window.SVGPathSegCurvetoQuadraticSmoothRel = function (owningPathSegList, x, y) {
- window.SVGPathSeg.call(this, window.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL, "t", owningPathSegList);
- this._x = x;
- this._y = y;
- };
-
- window.SVGPathSegCurvetoQuadraticSmoothRel.prototype = Object.create(window.SVGPathSeg.prototype);
-
- window.SVGPathSegCurvetoQuadraticSmoothRel.prototype.toString = function () {
- return "[object SVGPathSegCurvetoQuadraticSmoothRel]";
- };
-
- window.SVGPathSegCurvetoQuadraticSmoothRel.prototype._asPathString = function () {
- return this.pathSegTypeAsLetter + " " + this._x + " " + this._y;
- };
-
- window.SVGPathSegCurvetoQuadraticSmoothRel.prototype.clone = function () {
- return new window.SVGPathSegCurvetoQuadraticSmoothRel(undefined, this._x, this._y);
- };
-
- Object.defineProperty(window.SVGPathSegCurvetoQuadraticSmoothRel.prototype, "x", {
- get: function get() {
- return this._x;
- },
- set: function set(x) {
- this._x = x;
-
- this._segmentChanged();
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathSegCurvetoQuadraticSmoothRel.prototype, "y", {
- get: function get() {
- return this._y;
- },
- set: function set(y) {
- this._y = y;
-
- this._segmentChanged();
- },
- enumerable: true
- }); // Add createSVGPathSeg* functions to window.SVGPathElement.
- // Spec: http://www.w3.org/TR/SVG11/single-page.html#paths-Interfacewindow.SVGPathElement.
-
- window.SVGPathElement.prototype.createSVGPathSegClosePath = function () {
- return new window.SVGPathSegClosePath(undefined);
- };
-
- window.SVGPathElement.prototype.createSVGPathSegMovetoAbs = function (x, y) {
- return new window.SVGPathSegMovetoAbs(undefined, x, y);
- };
-
- window.SVGPathElement.prototype.createSVGPathSegMovetoRel = function (x, y) {
- return new window.SVGPathSegMovetoRel(undefined, x, y);
- };
-
- window.SVGPathElement.prototype.createSVGPathSegLinetoAbs = function (x, y) {
- return new window.SVGPathSegLinetoAbs(undefined, x, y);
- };
-
- window.SVGPathElement.prototype.createSVGPathSegLinetoRel = function (x, y) {
- return new window.SVGPathSegLinetoRel(undefined, x, y);
- };
-
- window.SVGPathElement.prototype.createSVGPathSegCurvetoCubicAbs = function (x, y, x1, y1, x2, y2) {
- return new window.SVGPathSegCurvetoCubicAbs(undefined, x, y, x1, y1, x2, y2);
- };
-
- window.SVGPathElement.prototype.createSVGPathSegCurvetoCubicRel = function (x, y, x1, y1, x2, y2) {
- return new window.SVGPathSegCurvetoCubicRel(undefined, x, y, x1, y1, x2, y2);
- };
-
- window.SVGPathElement.prototype.createSVGPathSegCurvetoQuadraticAbs = function (x, y, x1, y1) {
- return new window.SVGPathSegCurvetoQuadraticAbs(undefined, x, y, x1, y1);
- };
-
- window.SVGPathElement.prototype.createSVGPathSegCurvetoQuadraticRel = function (x, y, x1, y1) {
- return new window.SVGPathSegCurvetoQuadraticRel(undefined, x, y, x1, y1);
- };
-
- window.SVGPathElement.prototype.createSVGPathSegArcAbs = function (x, y, r1, r2, angle, largeArcFlag, sweepFlag) {
- return new window.SVGPathSegArcAbs(undefined, x, y, r1, r2, angle, largeArcFlag, sweepFlag);
- };
-
- window.SVGPathElement.prototype.createSVGPathSegArcRel = function (x, y, r1, r2, angle, largeArcFlag, sweepFlag) {
- return new window.SVGPathSegArcRel(undefined, x, y, r1, r2, angle, largeArcFlag, sweepFlag);
- };
-
- window.SVGPathElement.prototype.createSVGPathSegLinetoHorizontalAbs = function (x) {
- return new window.SVGPathSegLinetoHorizontalAbs(undefined, x);
- };
-
- window.SVGPathElement.prototype.createSVGPathSegLinetoHorizontalRel = function (x) {
- return new window.SVGPathSegLinetoHorizontalRel(undefined, x);
- };
-
- window.SVGPathElement.prototype.createSVGPathSegLinetoVerticalAbs = function (y) {
- return new window.SVGPathSegLinetoVerticalAbs(undefined, y);
- };
-
- window.SVGPathElement.prototype.createSVGPathSegLinetoVerticalRel = function (y) {
- return new window.SVGPathSegLinetoVerticalRel(undefined, y);
- };
-
- window.SVGPathElement.prototype.createSVGPathSegCurvetoCubicSmoothAbs = function (x, y, x2, y2) {
- return new window.SVGPathSegCurvetoCubicSmoothAbs(undefined, x, y, x2, y2);
- };
-
- window.SVGPathElement.prototype.createSVGPathSegCurvetoCubicSmoothRel = function (x, y, x2, y2) {
- return new window.SVGPathSegCurvetoCubicSmoothRel(undefined, x, y, x2, y2);
- };
-
- window.SVGPathElement.prototype.createSVGPathSegCurvetoQuadraticSmoothAbs = function (x, y) {
- return new window.SVGPathSegCurvetoQuadraticSmoothAbs(undefined, x, y);
- };
-
- window.SVGPathElement.prototype.createSVGPathSegCurvetoQuadraticSmoothRel = function (x, y) {
- return new window.SVGPathSegCurvetoQuadraticSmoothRel(undefined, x, y);
- };
-
- if (!("getPathSegAtLength" in window.SVGPathElement.prototype)) {
- // Add getPathSegAtLength to SVGPathElement.
- // Spec: https://www.w3.org/TR/SVG11/single-page.html#paths-__svg__SVGPathElement__getPathSegAtLength
- // This polyfill requires SVGPathElement.getTotalLength to implement the distance-along-a-path algorithm.
- window.SVGPathElement.prototype.getPathSegAtLength = function (distance) {
- if (distance === undefined || !isFinite(distance)) throw "Invalid arguments.";
- var measurementElement = document.createElementNS("http://www.w3.org/2000/svg", "path");
- measurementElement.setAttribute("d", this.getAttribute("d"));
- var lastPathSegment = measurementElement.pathSegList.numberOfItems - 1; // If the path is empty, return 0.
-
- if (lastPathSegment <= 0) return 0;
-
- do {
- measurementElement.pathSegList.removeItem(lastPathSegment);
- if (distance > measurementElement.getTotalLength()) break;
- lastPathSegment--;
- } while (lastPathSegment > 0);
-
- return lastPathSegment;
- };
- }
- }
-
- if (!("SVGPathSegList" in window)) {
- // Spec: http://www.w3.org/TR/SVG11/single-page.html#paths-InterfaceSVGPathSegList
- window.SVGPathSegList = function (pathElement) {
- this._pathElement = pathElement;
- this._list = this._parsePath(this._pathElement.getAttribute("d")); // Use a MutationObserver to catch changes to the path's "d" attribute.
-
- this._mutationObserverConfig = {
- "attributes": true,
- "attributeFilter": ["d"]
- };
- this._pathElementMutationObserver = new MutationObserver(this._updateListFromPathMutations.bind(this));
-
- this._pathElementMutationObserver.observe(this._pathElement, this._mutationObserverConfig);
- };
-
- window.SVGPathSegList.prototype.classname = "SVGPathSegList";
- Object.defineProperty(window.SVGPathSegList.prototype, "numberOfItems", {
- get: function get() {
- this._checkPathSynchronizedToList();
-
- return this._list.length;
- },
- enumerable: true
- }); // Add the pathSegList accessors to window.SVGPathElement.
- // Spec: http://www.w3.org/TR/SVG11/single-page.html#paths-InterfaceSVGAnimatedPathData
-
- Object.defineProperty(window.SVGPathElement.prototype, "pathSegList", {
- get: function get() {
- if (!this._pathSegList) this._pathSegList = new window.SVGPathSegList(this);
- return this._pathSegList;
- },
- enumerable: true
- }); // FIXME: The following are not implemented and simply return window.SVGPathElement.pathSegList.
-
- Object.defineProperty(window.SVGPathElement.prototype, "normalizedPathSegList", {
- get: function get() {
- return this.pathSegList;
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathElement.prototype, "animatedPathSegList", {
- get: function get() {
- return this.pathSegList;
- },
- enumerable: true
- });
- Object.defineProperty(window.SVGPathElement.prototype, "animatedNormalizedPathSegList", {
- get: function get() {
- return this.pathSegList;
- },
- enumerable: true
- }); // Process any pending mutations to the path element and update the list as needed.
- // This should be the first call of all public functions and is needed because
- // MutationObservers are not synchronous so we can have pending asynchronous mutations.
-
- window.SVGPathSegList.prototype._checkPathSynchronizedToList = function () {
- this._updateListFromPathMutations(this._pathElementMutationObserver.takeRecords());
- };
-
- window.SVGPathSegList.prototype._updateListFromPathMutations = function (mutationRecords) {
- if (!this._pathElement) return;
- var hasPathMutations = false;
- mutationRecords.forEach(function (record) {
- if (record.attributeName == "d") hasPathMutations = true;
- });
- if (hasPathMutations) this._list = this._parsePath(this._pathElement.getAttribute("d"));
- }; // Serialize the list and update the path's 'd' attribute.
-
-
- window.SVGPathSegList.prototype._writeListToPath = function () {
- this._pathElementMutationObserver.disconnect();
-
- this._pathElement.setAttribute("d", window.SVGPathSegList._pathSegArrayAsString(this._list));
-
- this._pathElementMutationObserver.observe(this._pathElement, this._mutationObserverConfig);
- }; // When a path segment changes the list needs to be synchronized back to the path element.
-
-
- window.SVGPathSegList.prototype.segmentChanged = function (pathSeg) {
- this._writeListToPath();
- };
-
- window.SVGPathSegList.prototype.clear = function () {
- this._checkPathSynchronizedToList();
-
- this._list.forEach(function (pathSeg) {
- pathSeg._owningPathSegList = null;
- });
-
- this._list = [];
-
- this._writeListToPath();
- };
-
- window.SVGPathSegList.prototype.initialize = function (newItem) {
- this._checkPathSynchronizedToList();
-
- this._list = [newItem];
- newItem._owningPathSegList = this;
-
- this._writeListToPath();
-
- return newItem;
- };
-
- window.SVGPathSegList.prototype._checkValidIndex = function (index) {
- if (isNaN(index) || index < 0 || index >= this.numberOfItems) throw "INDEX_SIZE_ERR";
- };
-
- window.SVGPathSegList.prototype.getItem = function (index) {
- this._checkPathSynchronizedToList();
-
- this._checkValidIndex(index);
-
- return this._list[index];
- };
-
- window.SVGPathSegList.prototype.insertItemBefore = function (newItem, index) {
- this._checkPathSynchronizedToList(); // Spec: If the index is greater than or equal to numberOfItems, then the new item is appended to the end of the list.
-
-
- if (index > this.numberOfItems) index = this.numberOfItems;
-
- if (newItem._owningPathSegList) {
- // SVG2 spec says to make a copy.
- newItem = newItem.clone();
- }
-
- this._list.splice(index, 0, newItem);
-
- newItem._owningPathSegList = this;
-
- this._writeListToPath();
-
- return newItem;
- };
-
- window.SVGPathSegList.prototype.replaceItem = function (newItem, index) {
- this._checkPathSynchronizedToList();
-
- if (newItem._owningPathSegList) {
- // SVG2 spec says to make a copy.
- newItem = newItem.clone();
- }
-
- this._checkValidIndex(index);
-
- this._list[index] = newItem;
- newItem._owningPathSegList = this;
-
- this._writeListToPath();
-
- return newItem;
- };
-
- window.SVGPathSegList.prototype.removeItem = function (index) {
- this._checkPathSynchronizedToList();
-
- this._checkValidIndex(index);
-
- var item = this._list[index];
-
- this._list.splice(index, 1);
-
- this._writeListToPath();
-
- return item;
- };
-
- window.SVGPathSegList.prototype.appendItem = function (newItem) {
- this._checkPathSynchronizedToList();
-
- if (newItem._owningPathSegList) {
- // SVG2 spec says to make a copy.
- newItem = newItem.clone();
- }
-
- this._list.push(newItem);
-
- newItem._owningPathSegList = this; // TODO: Optimize this to just append to the existing attribute.
-
- this._writeListToPath();
-
- return newItem;
- };
-
- window.SVGPathSegList._pathSegArrayAsString = function (pathSegArray) {
- var string = "";
- var first = true;
- pathSegArray.forEach(function (pathSeg) {
- if (first) {
- first = false;
- string += pathSeg._asPathString();
- } else {
- string += " " + pathSeg._asPathString();
- }
- });
- return string;
- }; // This closely follows SVGPathParser::parsePath from Source/core/svg/SVGPathParser.cpp.
-
-
- window.SVGPathSegList.prototype._parsePath = function (string) {
- if (!string || string.length == 0) return [];
- var owningPathSegList = this;
-
- var Builder = function Builder() {
- this.pathSegList = [];
- };
-
- Builder.prototype.appendSegment = function (pathSeg) {
- this.pathSegList.push(pathSeg);
- };
-
- var Source = function Source(string) {
- this._string = string;
- this._currentIndex = 0;
- this._endIndex = this._string.length;
- this._previousCommand = window.SVGPathSeg.PATHSEG_UNKNOWN;
-
- this._skipOptionalSpaces();
- };
-
- Source.prototype._isCurrentSpace = function () {
- var character = this._string[this._currentIndex];
- return character <= " " && (character == " " || character == "\n" || character == "\t" || character == "\r" || character == "\f");
- };
-
- Source.prototype._skipOptionalSpaces = function () {
- while (this._currentIndex < this._endIndex && this._isCurrentSpace()) {
- this._currentIndex++;
- }
-
- return this._currentIndex < this._endIndex;
- };
-
- Source.prototype._skipOptionalSpacesOrDelimiter = function () {
- if (this._currentIndex < this._endIndex && !this._isCurrentSpace() && this._string.charAt(this._currentIndex) != ",") return false;
-
- if (this._skipOptionalSpaces()) {
- if (this._currentIndex < this._endIndex && this._string.charAt(this._currentIndex) == ",") {
- this._currentIndex++;
-
- this._skipOptionalSpaces();
- }
- }
-
- return this._currentIndex < this._endIndex;
- };
-
- Source.prototype.hasMoreData = function () {
- return this._currentIndex < this._endIndex;
- };
-
- Source.prototype.peekSegmentType = function () {
- var lookahead = this._string[this._currentIndex];
- return this._pathSegTypeFromChar(lookahead);
- };
-
- Source.prototype._pathSegTypeFromChar = function (lookahead) {
- switch (lookahead) {
- case "Z":
- case "z":
- return window.SVGPathSeg.PATHSEG_CLOSEPATH;
-
- case "M":
- return window.SVGPathSeg.PATHSEG_MOVETO_ABS;
-
- case "m":
- return window.SVGPathSeg.PATHSEG_MOVETO_REL;
-
- case "L":
- return window.SVGPathSeg.PATHSEG_LINETO_ABS;
-
- case "l":
- return window.SVGPathSeg.PATHSEG_LINETO_REL;
-
- case "C":
- return window.SVGPathSeg.PATHSEG_CURVETO_CUBIC_ABS;
-
- case "c":
- return window.SVGPathSeg.PATHSEG_CURVETO_CUBIC_REL;
-
- case "Q":
- return window.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_ABS;
-
- case "q":
- return window.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_REL;
-
- case "A":
- return window.SVGPathSeg.PATHSEG_ARC_ABS;
-
- case "a":
- return window.SVGPathSeg.PATHSEG_ARC_REL;
-
- case "H":
- return window.SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_ABS;
-
- case "h":
- return window.SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_REL;
-
- case "V":
- return window.SVGPathSeg.PATHSEG_LINETO_VERTICAL_ABS;
-
- case "v":
- return window.SVGPathSeg.PATHSEG_LINETO_VERTICAL_REL;
-
- case "S":
- return window.SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS;
-
- case "s":
- return window.SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_REL;
-
- case "T":
- return window.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS;
-
- case "t":
- return window.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL;
-
- default:
- return window.SVGPathSeg.PATHSEG_UNKNOWN;
- }
- };
-
- Source.prototype._nextCommandHelper = function (lookahead, previousCommand) {
- // Check for remaining coordinates in the current command.
- if ((lookahead == "+" || lookahead == "-" || lookahead == "." || lookahead >= "0" && lookahead <= "9") && previousCommand != window.SVGPathSeg.PATHSEG_CLOSEPATH) {
- if (previousCommand == window.SVGPathSeg.PATHSEG_MOVETO_ABS) return window.SVGPathSeg.PATHSEG_LINETO_ABS;
- if (previousCommand == window.SVGPathSeg.PATHSEG_MOVETO_REL) return window.SVGPathSeg.PATHSEG_LINETO_REL;
- return previousCommand;
- }
-
- return window.SVGPathSeg.PATHSEG_UNKNOWN;
- };
-
- Source.prototype.initialCommandIsMoveTo = function () {
- // If the path is empty it is still valid, so return true.
- if (!this.hasMoreData()) return true;
- var command = this.peekSegmentType(); // Path must start with moveTo.
-
- return command == window.SVGPathSeg.PATHSEG_MOVETO_ABS || command == window.SVGPathSeg.PATHSEG_MOVETO_REL;
- }; // Parse a number from an SVG path. This very closely follows genericParseNumber(...) from Source/core/svg/SVGParserUtilities.cpp.
- // Spec: http://www.w3.org/TR/SVG11/single-page.html#paths-PathDataBNF
-
-
- Source.prototype._parseNumber = function () {
- var exponent = 0;
- var integer = 0;
- var frac = 1;
- var decimal = 0;
- var sign = 1;
- var expsign = 1;
- var startIndex = this._currentIndex;
-
- this._skipOptionalSpaces(); // Read the sign.
-
-
- if (this._currentIndex < this._endIndex && this._string.charAt(this._currentIndex) == "+") this._currentIndex++;else if (this._currentIndex < this._endIndex && this._string.charAt(this._currentIndex) == "-") {
- this._currentIndex++;
- sign = -1;
- }
- if (this._currentIndex == this._endIndex || (this._string.charAt(this._currentIndex) < "0" || this._string.charAt(this._currentIndex) > "9") && this._string.charAt(this._currentIndex) != ".") // The first character of a number must be one of [0-9+-.].
- return undefined; // Read the integer part, build right-to-left.
-
- var startIntPartIndex = this._currentIndex;
-
- while (this._currentIndex < this._endIndex && this._string.charAt(this._currentIndex) >= "0" && this._string.charAt(this._currentIndex) <= "9") {
- this._currentIndex++;
- } // Advance to first non-digit.
-
-
- if (this._currentIndex != startIntPartIndex) {
- var scanIntPartIndex = this._currentIndex - 1;
- var multiplier = 1;
-
- while (scanIntPartIndex >= startIntPartIndex) {
- integer += multiplier * (this._string.charAt(scanIntPartIndex--) - "0");
- multiplier *= 10;
- }
- } // Read the decimals.
-
-
- if (this._currentIndex < this._endIndex && this._string.charAt(this._currentIndex) == ".") {
- this._currentIndex++; // There must be a least one digit following the .
-
- if (this._currentIndex >= this._endIndex || this._string.charAt(this._currentIndex) < "0" || this._string.charAt(this._currentIndex) > "9") return undefined;
-
- while (this._currentIndex < this._endIndex && this._string.charAt(this._currentIndex) >= "0" && this._string.charAt(this._currentIndex) <= "9") {
- frac *= 10;
- decimal += (this._string.charAt(this._currentIndex) - "0") / frac;
- this._currentIndex += 1;
- }
- } // Read the exponent part.
-
-
- if (this._currentIndex != startIndex && this._currentIndex + 1 < this._endIndex && (this._string.charAt(this._currentIndex) == "e" || this._string.charAt(this._currentIndex) == "E") && this._string.charAt(this._currentIndex + 1) != "x" && this._string.charAt(this._currentIndex + 1) != "m") {
- this._currentIndex++; // Read the sign of the exponent.
-
- if (this._string.charAt(this._currentIndex) == "+") {
- this._currentIndex++;
- } else if (this._string.charAt(this._currentIndex) == "-") {
- this._currentIndex++;
- expsign = -1;
- } // There must be an exponent.
-
-
- if (this._currentIndex >= this._endIndex || this._string.charAt(this._currentIndex) < "0" || this._string.charAt(this._currentIndex) > "9") return undefined;
-
- while (this._currentIndex < this._endIndex && this._string.charAt(this._currentIndex) >= "0" && this._string.charAt(this._currentIndex) <= "9") {
- exponent *= 10;
- exponent += this._string.charAt(this._currentIndex) - "0";
- this._currentIndex++;
- }
- }
-
- var number = integer + decimal;
- number *= sign;
- if (exponent) number *= Math.pow(10, expsign * exponent);
- if (startIndex == this._currentIndex) return undefined;
-
- this._skipOptionalSpacesOrDelimiter();
-
- return number;
- };
-
- Source.prototype._parseArcFlag = function () {
- if (this._currentIndex >= this._endIndex) return undefined;
- var flag = false;
-
- var flagChar = this._string.charAt(this._currentIndex++);
-
- if (flagChar == "0") flag = false;else if (flagChar == "1") flag = true;else return undefined;
-
- this._skipOptionalSpacesOrDelimiter();
-
- return flag;
- };
-
- Source.prototype.parseSegment = function () {
- var lookahead = this._string[this._currentIndex];
-
- var command = this._pathSegTypeFromChar(lookahead);
-
- if (command == window.SVGPathSeg.PATHSEG_UNKNOWN) {
- // Possibly an implicit command. Not allowed if this is the first command.
- if (this._previousCommand == window.SVGPathSeg.PATHSEG_UNKNOWN) return null;
- command = this._nextCommandHelper(lookahead, this._previousCommand);
- if (command == window.SVGPathSeg.PATHSEG_UNKNOWN) return null;
- } else {
- this._currentIndex++;
- }
-
- this._previousCommand = command;
-
- switch (command) {
- case window.SVGPathSeg.PATHSEG_MOVETO_REL:
- return new window.SVGPathSegMovetoRel(owningPathSegList, this._parseNumber(), this._parseNumber());
-
- case window.SVGPathSeg.PATHSEG_MOVETO_ABS:
- return new window.SVGPathSegMovetoAbs(owningPathSegList, this._parseNumber(), this._parseNumber());
-
- case window.SVGPathSeg.PATHSEG_LINETO_REL:
- return new window.SVGPathSegLinetoRel(owningPathSegList, this._parseNumber(), this._parseNumber());
-
- case window.SVGPathSeg.PATHSEG_LINETO_ABS:
- return new window.SVGPathSegLinetoAbs(owningPathSegList, this._parseNumber(), this._parseNumber());
-
- case window.SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_REL:
- return new window.SVGPathSegLinetoHorizontalRel(owningPathSegList, this._parseNumber());
-
- case window.SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_ABS:
- return new window.SVGPathSegLinetoHorizontalAbs(owningPathSegList, this._parseNumber());
-
- case window.SVGPathSeg.PATHSEG_LINETO_VERTICAL_REL:
- return new window.SVGPathSegLinetoVerticalRel(owningPathSegList, this._parseNumber());
-
- case window.SVGPathSeg.PATHSEG_LINETO_VERTICAL_ABS:
- return new window.SVGPathSegLinetoVerticalAbs(owningPathSegList, this._parseNumber());
-
- case window.SVGPathSeg.PATHSEG_CLOSEPATH:
- this._skipOptionalSpaces();
-
- return new window.SVGPathSegClosePath(owningPathSegList);
-
- case window.SVGPathSeg.PATHSEG_CURVETO_CUBIC_REL:
- var points = {
- x1: this._parseNumber(),
- y1: this._parseNumber(),
- x2: this._parseNumber(),
- y2: this._parseNumber(),
- x: this._parseNumber(),
- y: this._parseNumber()
- };
- return new window.SVGPathSegCurvetoCubicRel(owningPathSegList, points.x, points.y, points.x1, points.y1, points.x2, points.y2);
-
- case window.SVGPathSeg.PATHSEG_CURVETO_CUBIC_ABS:
- var points = {
- x1: this._parseNumber(),
- y1: this._parseNumber(),
- x2: this._parseNumber(),
- y2: this._parseNumber(),
- x: this._parseNumber(),
- y: this._parseNumber()
- };
- return new window.SVGPathSegCurvetoCubicAbs(owningPathSegList, points.x, points.y, points.x1, points.y1, points.x2, points.y2);
-
- case window.SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_REL:
- var points = {
- x2: this._parseNumber(),
- y2: this._parseNumber(),
- x: this._parseNumber(),
- y: this._parseNumber()
- };
- return new window.SVGPathSegCurvetoCubicSmoothRel(owningPathSegList, points.x, points.y, points.x2, points.y2);
-
- case window.SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS:
- var points = {
- x2: this._parseNumber(),
- y2: this._parseNumber(),
- x: this._parseNumber(),
- y: this._parseNumber()
- };
- return new window.SVGPathSegCurvetoCubicSmoothAbs(owningPathSegList, points.x, points.y, points.x2, points.y2);
-
- case window.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_REL:
- var points = {
- x1: this._parseNumber(),
- y1: this._parseNumber(),
- x: this._parseNumber(),
- y: this._parseNumber()
- };
- return new window.SVGPathSegCurvetoQuadraticRel(owningPathSegList, points.x, points.y, points.x1, points.y1);
-
- case window.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_ABS:
- var points = {
- x1: this._parseNumber(),
- y1: this._parseNumber(),
- x: this._parseNumber(),
- y: this._parseNumber()
- };
- return new window.SVGPathSegCurvetoQuadraticAbs(owningPathSegList, points.x, points.y, points.x1, points.y1);
-
- case window.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL:
- return new window.SVGPathSegCurvetoQuadraticSmoothRel(owningPathSegList, this._parseNumber(), this._parseNumber());
-
- case window.SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS:
- return new window.SVGPathSegCurvetoQuadraticSmoothAbs(owningPathSegList, this._parseNumber(), this._parseNumber());
-
- case window.SVGPathSeg.PATHSEG_ARC_REL:
- var points = {
- x1: this._parseNumber(),
- y1: this._parseNumber(),
- arcAngle: this._parseNumber(),
- arcLarge: this._parseArcFlag(),
- arcSweep: this._parseArcFlag(),
- x: this._parseNumber(),
- y: this._parseNumber()
- };
- return new window.SVGPathSegArcRel(owningPathSegList, points.x, points.y, points.x1, points.y1, points.arcAngle, points.arcLarge, points.arcSweep);
-
- case window.SVGPathSeg.PATHSEG_ARC_ABS:
- var points = {
- x1: this._parseNumber(),
- y1: this._parseNumber(),
- arcAngle: this._parseNumber(),
- arcLarge: this._parseArcFlag(),
- arcSweep: this._parseArcFlag(),
- x: this._parseNumber(),
- y: this._parseNumber()
- };
- return new window.SVGPathSegArcAbs(owningPathSegList, points.x, points.y, points.x1, points.y1, points.arcAngle, points.arcLarge, points.arcSweep);
-
- default:
- throw "Unknown path seg type.";
- }
- };
-
- var builder = new Builder();
- var source = new Source(string);
- if (!source.initialCommandIsMoveTo()) return [];
-
- while (source.hasMoreData()) {
- var pathSeg = source.parseSegment();
- if (!pathSeg) return [];
- builder.appendSegment(pathSeg);
- }
-
- return builder.pathSegList;
- };
- }
- })(); // String.padEnd polyfill for IE11
- //
- // https://github.com/uxitten/polyfill/blob/master/string.polyfill.js
- // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/padEnd
-
-
- if (!String.prototype.padEnd) {
- String.prototype.padEnd = function padEnd(targetLength, padString) {
- targetLength = targetLength >> 0; //floor if number or convert non-number to 0;
-
- padString = String(typeof padString !== 'undefined' ? padString : ' ');
-
- if (this.length > targetLength) {
- return String(this);
- } else {
- targetLength = targetLength - this.length;
-
- if (targetLength > padString.length) {
- padString += padString.repeat(targetLength / padString.length); //append to original to ensure we are longer than needed
- }
-
- return String(this) + padString.slice(0, targetLength);
- }
- };
- }
- /* jshint ignore:end */
-
- Chart.prototype.axis = function () {};
-
- Chart.prototype.axis.labels = function (labels) {
- var $$ = this.internal;
-
- if (arguments.length) {
- Object.keys(labels).forEach(function (axisId) {
- $$.axis.setLabelText(axisId, labels[axisId]);
- });
- $$.axis.updateLabels();
- } // TODO: return some values?
-
- };
-
- Chart.prototype.axis.max = function (max) {
- var $$ = this.internal,
- config = $$.config;
-
- if (arguments.length) {
- if (_typeof(max) === 'object') {
- if (isValue(max.x)) {
- config.axis_x_max = max.x;
- }
-
- if (isValue(max.y)) {
- config.axis_y_max = max.y;
- }
-
- if (isValue(max.y2)) {
- config.axis_y2_max = max.y2;
- }
- } else {
- config.axis_y_max = config.axis_y2_max = max;
- }
-
- $$.redraw({
- withUpdateOrgXDomain: true,
- withUpdateXDomain: true
- });
- } else {
- return {
- x: config.axis_x_max,
- y: config.axis_y_max,
- y2: config.axis_y2_max
- };
- }
- };
-
- Chart.prototype.axis.min = function (min) {
- var $$ = this.internal,
- config = $$.config;
-
- if (arguments.length) {
- if (_typeof(min) === 'object') {
- if (isValue(min.x)) {
- config.axis_x_min = min.x;
- }
-
- if (isValue(min.y)) {
- config.axis_y_min = min.y;
- }
-
- if (isValue(min.y2)) {
- config.axis_y2_min = min.y2;
- }
- } else {
- config.axis_y_min = config.axis_y2_min = min;
- }
-
- $$.redraw({
- withUpdateOrgXDomain: true,
- withUpdateXDomain: true
- });
- } else {
- return {
- x: config.axis_x_min,
- y: config.axis_y_min,
- y2: config.axis_y2_min
- };
- }
- };
-
- Chart.prototype.axis.range = function (range) {
- if (arguments.length) {
- if (isDefined(range.max)) {
- this.axis.max(range.max);
- }
-
- if (isDefined(range.min)) {
- this.axis.min(range.min);
- }
- } else {
- return {
- max: this.axis.max(),
- min: this.axis.min()
- };
- }
- };
-
- Chart.prototype.category = function (i, category) {
- var $$ = this.internal,
- config = $$.config;
-
- if (arguments.length > 1) {
- config.axis_x_categories[i] = category;
- $$.redraw();
- }
-
- return config.axis_x_categories[i];
- };
-
- Chart.prototype.categories = function (categories) {
- var $$ = this.internal,
- config = $$.config;
-
- if (!arguments.length) {
- return config.axis_x_categories;
- }
-
- config.axis_x_categories = categories;
- $$.redraw();
- return config.axis_x_categories;
- };
-
- Chart.prototype.resize = function (size) {
- var $$ = this.internal,
- config = $$.config;
- config.size_width = size ? size.width : null;
- config.size_height = size ? size.height : null;
- this.flush();
- };
-
- Chart.prototype.flush = function () {
- var $$ = this.internal;
- $$.updateAndRedraw({
- withLegend: true,
- withTransition: false,
- withTransitionForTransform: false
- });
- };
-
- Chart.prototype.destroy = function () {
- var $$ = this.internal;
- window.clearInterval($$.intervalForObserveInserted);
-
- if ($$.resizeTimeout !== undefined) {
- window.clearTimeout($$.resizeTimeout);
- }
-
- if (window.detachEvent) {
- window.detachEvent('onresize', $$.resizeIfElementDisplayed);
- } else if (window.removeEventListener) {
- window.removeEventListener('resize', $$.resizeIfElementDisplayed);
- } else {
- var wrapper = window.onresize; // check if no one else removed our wrapper and remove our resizeFunction from it
-
- if (wrapper && wrapper.add && wrapper.remove) {
- wrapper.remove($$.resizeFunction);
- }
- } // Removes the inner resize functions
-
-
- $$.resizeFunction.remove(); // Unbinds from the window focus event
-
- $$.unbindWindowFocus();
- $$.selectChart.classed('c3', false).html(""); // MEMO: this is needed because the reference of some elements will not be released, then memory leak will happen.
-
- Object.keys($$).forEach(function (key) {
- $$[key] = null;
- });
- return null;
- };
-
- Chart.prototype.color = function (id) {
- var $$ = this.internal;
- return $$.color(id); // more patterns
- };
-
- Chart.prototype.data = function (targetIds) {
- var targets = this.internal.data.targets;
- return typeof targetIds === 'undefined' ? targets : targets.filter(function (t) {
- return [].concat(targetIds).indexOf(t.id) >= 0;
- });
- };
-
- Chart.prototype.data.shown = function (targetIds) {
- return this.internal.filterTargetsToShow(this.data(targetIds));
- };
-
- Chart.prototype.data.values = function (targetId) {
- var targets,
- values = null;
-
- if (targetId) {
- targets = this.data(targetId);
- values = targets[0] ? targets[0].values.map(function (d) {
- return d.value;
- }) : null;
- }
-
- return values;
- };
-
- Chart.prototype.data.names = function (names) {
- this.internal.clearLegendItemTextBoxCache();
- return this.internal.updateDataAttributes('names', names);
- };
-
- Chart.prototype.data.colors = function (colors) {
- return this.internal.updateDataAttributes('colors', colors);
- };
-
- Chart.prototype.data.axes = function (axes) {
- return this.internal.updateDataAttributes('axes', axes);
- };
-
- Chart.prototype.flow = function (args) {
- var $$ = this.internal,
- targets,
- data,
- notfoundIds = [],
- orgDataCount = $$.getMaxDataCount(),
- dataCount,
- domain,
- baseTarget,
- baseValue,
- length = 0,
- tail = 0,
- diff,
- to;
-
- if (args.json) {
- data = $$.convertJsonToData(args.json, args.keys);
- } else if (args.rows) {
- data = $$.convertRowsToData(args.rows);
- } else if (args.columns) {
- data = $$.convertColumnsToData(args.columns);
- } else {
- return;
- }
-
- targets = $$.convertDataToTargets(data, true); // Update/Add data
-
- $$.data.targets.forEach(function (t) {
- var found = false,
- i,
- j;
-
- for (i = 0; i < targets.length; i++) {
- if (t.id === targets[i].id) {
- found = true;
-
- if (t.values[t.values.length - 1]) {
- tail = t.values[t.values.length - 1].index + 1;
- }
-
- length = targets[i].values.length;
-
- for (j = 0; j < length; j++) {
- targets[i].values[j].index = tail + j;
-
- if (!$$.isTimeSeries()) {
- targets[i].values[j].x = tail + j;
- }
- }
-
- t.values = t.values.concat(targets[i].values);
- targets.splice(i, 1);
- break;
- }
- }
-
- if (!found) {
- notfoundIds.push(t.id);
- }
- }); // Append null for not found targets
-
- $$.data.targets.forEach(function (t) {
- var i, j;
-
- for (i = 0; i < notfoundIds.length; i++) {
- if (t.id === notfoundIds[i]) {
- tail = t.values[t.values.length - 1].index + 1;
-
- for (j = 0; j < length; j++) {
- t.values.push({
- id: t.id,
- index: tail + j,
- x: $$.isTimeSeries() ? $$.getOtherTargetX(tail + j) : tail + j,
- value: null
- });
- }
- }
- }
- }); // Generate null values for new target
-
- if ($$.data.targets.length) {
- targets.forEach(function (t) {
- var i,
- missing = [];
-
- for (i = $$.data.targets[0].values[0].index; i < tail; i++) {
- missing.push({
- id: t.id,
- index: i,
- x: $$.isTimeSeries() ? $$.getOtherTargetX(i) : i,
- value: null
- });
- }
-
- t.values.forEach(function (v) {
- v.index += tail;
-
- if (!$$.isTimeSeries()) {
- v.x += tail;
- }
- });
- t.values = missing.concat(t.values);
- });
- }
-
- $$.data.targets = $$.data.targets.concat(targets); // add remained
- // check data count because behavior needs to change when it's only one
-
- dataCount = $$.getMaxDataCount();
- baseTarget = $$.data.targets[0];
- baseValue = baseTarget.values[0]; // Update length to flow if needed
-
- if (isDefined(args.to)) {
- length = 0;
- to = $$.isTimeSeries() ? $$.parseDate(args.to) : args.to;
- baseTarget.values.forEach(function (v) {
- if (v.x < to) {
- length++;
- }
- });
- } else if (isDefined(args.length)) {
- length = args.length;
- } // If only one data, update the domain to flow from left edge of the chart
-
-
- if (!orgDataCount) {
- if ($$.isTimeSeries()) {
- if (baseTarget.values.length > 1) {
- diff = baseTarget.values[baseTarget.values.length - 1].x - baseValue.x;
- } else {
- diff = baseValue.x - $$.getXDomain($$.data.targets)[0];
- }
- } else {
- diff = 1;
- }
-
- domain = [baseValue.x - diff, baseValue.x];
- $$.updateXDomain(null, true, true, false, domain);
- } else if (orgDataCount === 1) {
- if ($$.isTimeSeries()) {
- diff = (baseTarget.values[baseTarget.values.length - 1].x - baseValue.x) / 2;
- domain = [new Date(+baseValue.x - diff), new Date(+baseValue.x + diff)];
- $$.updateXDomain(null, true, true, false, domain);
- }
- } // Set targets
-
-
- $$.updateTargets($$.data.targets); // Redraw with new targets
-
- $$.redraw({
- flow: {
- index: baseValue.index,
- length: length,
- duration: isValue(args.duration) ? args.duration : $$.config.transition_duration,
- done: args.done,
- orgDataCount: orgDataCount
- },
- withLegend: true,
- withTransition: orgDataCount > 1,
- withTrimXDomain: false,
- withUpdateXAxis: true
- });
- };
-
- ChartInternal.prototype.generateFlow = function (args) {
- var $$ = this,
- config = $$.config,
- d3 = $$.d3;
- return function () {
- var targets = args.targets,
- flow = args.flow,
- drawBar = args.drawBar,
- drawLine = args.drawLine,
- drawArea = args.drawArea,
- cx = args.cx,
- cy = args.cy,
- xv = args.xv,
- xForText = args.xForText,
- yForText = args.yForText,
- duration = args.duration;
-
- var translateX,
- scaleX = 1,
- transform,
- flowIndex = flow.index,
- flowLength = flow.length,
- flowStart = $$.getValueOnIndex($$.data.targets[0].values, flowIndex),
- flowEnd = $$.getValueOnIndex($$.data.targets[0].values, flowIndex + flowLength),
- orgDomain = $$.x.domain(),
- domain,
- durationForFlow = flow.duration || duration,
- done = flow.done || function () {},
- wait = $$.generateWait();
-
- var xgrid, xgridLines, mainRegion, mainText, mainBar, mainLine, mainArea, mainCircle; // set flag
-
- $$.flowing = true; // remove head data after rendered
-
- $$.data.targets.forEach(function (d) {
- d.values.splice(0, flowLength);
- }); // update x domain to generate axis elements for flow
-
- domain = $$.updateXDomain(targets, true, true); // update elements related to x scale
-
- if ($$.updateXGrid) {
- $$.updateXGrid(true);
- }
-
- xgrid = $$.xgrid || d3.selectAll([]); // xgrid needs to be obtained after updateXGrid
-
- xgridLines = $$.xgridLines || d3.selectAll([]);
- mainRegion = $$.mainRegion || d3.selectAll([]);
- mainText = $$.mainText || d3.selectAll([]);
- mainBar = $$.mainBar || d3.selectAll([]);
- mainLine = $$.mainLine || d3.selectAll([]);
- mainArea = $$.mainArea || d3.selectAll([]);
- mainCircle = $$.mainCircle || d3.selectAll([]); // generate transform to flow
-
- if (!flow.orgDataCount) {
- // if empty
- if ($$.data.targets[0].values.length !== 1) {
- translateX = $$.x(orgDomain[0]) - $$.x(domain[0]);
- } else {
- if ($$.isTimeSeries()) {
- flowStart = $$.getValueOnIndex($$.data.targets[0].values, 0);
- flowEnd = $$.getValueOnIndex($$.data.targets[0].values, $$.data.targets[0].values.length - 1);
- translateX = $$.x(flowStart.x) - $$.x(flowEnd.x);
- } else {
- translateX = diffDomain(domain) / 2;
- }
- }
- } else if (flow.orgDataCount === 1 || (flowStart && flowStart.x) === (flowEnd && flowEnd.x)) {
- translateX = $$.x(orgDomain[0]) - $$.x(domain[0]);
- } else {
- if ($$.isTimeSeries()) {
- translateX = $$.x(orgDomain[0]) - $$.x(domain[0]);
- } else {
- translateX = $$.x(flowStart.x) - $$.x(flowEnd.x);
- }
- }
-
- scaleX = diffDomain(orgDomain) / diffDomain(domain);
- transform = 'translate(' + translateX + ',0) scale(' + scaleX + ',1)';
- $$.hideXGridFocus();
- var flowTransition = d3.transition().ease(d3.easeLinear).duration(durationForFlow);
- wait.add($$.xAxis($$.axes.x, flowTransition));
- wait.add(mainBar.transition(flowTransition).attr('transform', transform));
- wait.add(mainLine.transition(flowTransition).attr('transform', transform));
- wait.add(mainArea.transition(flowTransition).attr('transform', transform));
- wait.add(mainCircle.transition(flowTransition).attr('transform', transform));
- wait.add(mainText.transition(flowTransition).attr('transform', transform));
- wait.add(mainRegion.filter($$.isRegionOnX).transition(flowTransition).attr('transform', transform));
- wait.add(xgrid.transition(flowTransition).attr('transform', transform));
- wait.add(xgridLines.transition(flowTransition).attr('transform', transform));
- wait(function () {
- var i,
- shapes = [],
- texts = []; // remove flowed elements
-
- if (flowLength) {
- for (i = 0; i < flowLength; i++) {
- shapes.push('.' + CLASS.shape + '-' + (flowIndex + i));
- texts.push('.' + CLASS.text + '-' + (flowIndex + i));
- }
-
- $$.svg.selectAll('.' + CLASS.shapes).selectAll(shapes).remove();
- $$.svg.selectAll('.' + CLASS.texts).selectAll(texts).remove();
- $$.svg.select('.' + CLASS.xgrid).remove();
- } // draw again for removing flowed elements and reverting attr
-
-
- xgrid.attr('transform', null).attr('x1', $$.xgridAttr.x1).attr('x2', $$.xgridAttr.x2).attr('y1', $$.xgridAttr.y1).attr('y2', $$.xgridAttr.y2).style("opacity", $$.xgridAttr.opacity);
- xgridLines.attr('transform', null);
- xgridLines.select('line').attr("x1", config.axis_rotated ? 0 : xv).attr("x2", config.axis_rotated ? $$.width : xv);
- xgridLines.select('text').attr("x", config.axis_rotated ? $$.width : 0).attr("y", xv);
- mainBar.attr('transform', null).attr("d", drawBar);
- mainLine.attr('transform', null).attr("d", drawLine);
- mainArea.attr('transform', null).attr("d", drawArea);
- mainCircle.attr('transform', null).attr("cx", cx).attr("cy", cy);
- mainText.attr('transform', null).attr('x', xForText).attr('y', yForText).style('fill-opacity', $$.opacityForText.bind($$));
- mainRegion.attr('transform', null);
- mainRegion.filter($$.isRegionOnX).attr("x", $$.regionX.bind($$)).attr("width", $$.regionWidth.bind($$)); // callback for end of flow
-
- done();
- $$.flowing = false;
- });
- };
- };
-
- Chart.prototype.focus = function (targetIds) {
- var $$ = this.internal,
- candidates;
- targetIds = $$.mapToTargetIds(targetIds);
- candidates = $$.svg.selectAll($$.selectorTargets(targetIds.filter($$.isTargetToShow, $$))), this.revert();
- this.defocus();
- candidates.classed(CLASS.focused, true).classed(CLASS.defocused, false);
-
- if ($$.hasArcType()) {
- $$.expandArc(targetIds);
- }
-
- $$.toggleFocusLegend(targetIds, true);
- $$.focusedTargetIds = targetIds;
- $$.defocusedTargetIds = $$.defocusedTargetIds.filter(function (id) {
- return targetIds.indexOf(id) < 0;
- });
- };
-
- Chart.prototype.defocus = function (targetIds) {
- var $$ = this.internal,
- candidates;
- targetIds = $$.mapToTargetIds(targetIds);
- candidates = $$.svg.selectAll($$.selectorTargets(targetIds.filter($$.isTargetToShow, $$))), candidates.classed(CLASS.focused, false).classed(CLASS.defocused, true);
-
- if ($$.hasArcType()) {
- $$.unexpandArc(targetIds);
- }
-
- $$.toggleFocusLegend(targetIds, false);
- $$.focusedTargetIds = $$.focusedTargetIds.filter(function (id) {
- return targetIds.indexOf(id) < 0;
- });
- $$.defocusedTargetIds = targetIds;
- };
-
- Chart.prototype.revert = function (targetIds) {
- var $$ = this.internal,
- candidates;
- targetIds = $$.mapToTargetIds(targetIds);
- candidates = $$.svg.selectAll($$.selectorTargets(targetIds)); // should be for all targets
-
- candidates.classed(CLASS.focused, false).classed(CLASS.defocused, false);
-
- if ($$.hasArcType()) {
- $$.unexpandArc(targetIds);
- }
-
- if ($$.config.legend_show) {
- $$.showLegend(targetIds.filter($$.isLegendToShow.bind($$)));
- $$.legend.selectAll($$.selectorLegends(targetIds)).filter(function () {
- return $$.d3.select(this).classed(CLASS.legendItemFocused);
- }).classed(CLASS.legendItemFocused, false);
- }
-
- $$.focusedTargetIds = [];
- $$.defocusedTargetIds = [];
- };
-
- Chart.prototype.xgrids = function (grids) {
- var $$ = this.internal,
- config = $$.config;
-
- if (!grids) {
- return config.grid_x_lines;
- }
-
- config.grid_x_lines = grids;
- $$.redrawWithoutRescale();
- return config.grid_x_lines;
- };
-
- Chart.prototype.xgrids.add = function (grids) {
- var $$ = this.internal;
- return this.xgrids($$.config.grid_x_lines.concat(grids ? grids : []));
- };
-
- Chart.prototype.xgrids.remove = function (params) {
- // TODO: multiple
- var $$ = this.internal;
- $$.removeGridLines(params, true);
- };
-
- Chart.prototype.ygrids = function (grids) {
- var $$ = this.internal,
- config = $$.config;
-
- if (!grids) {
- return config.grid_y_lines;
- }
-
- config.grid_y_lines = grids;
- $$.redrawWithoutRescale();
- return config.grid_y_lines;
- };
-
- Chart.prototype.ygrids.add = function (grids) {
- var $$ = this.internal;
- return this.ygrids($$.config.grid_y_lines.concat(grids ? grids : []));
- };
-
- Chart.prototype.ygrids.remove = function (params) {
- // TODO: multiple
- var $$ = this.internal;
- $$.removeGridLines(params, false);
- };
-
- Chart.prototype.groups = function (groups) {
- var $$ = this.internal,
- config = $$.config;
-
- if (isUndefined(groups)) {
- return config.data_groups;
- }
-
- config.data_groups = groups;
- $$.redraw();
- return config.data_groups;
- };
-
- Chart.prototype.legend = function () {};
-
- Chart.prototype.legend.show = function (targetIds) {
- var $$ = this.internal;
- $$.showLegend($$.mapToTargetIds(targetIds));
- $$.updateAndRedraw({
- withLegend: true
- });
- };
-
- Chart.prototype.legend.hide = function (targetIds) {
- var $$ = this.internal;
- $$.hideLegend($$.mapToTargetIds(targetIds));
- $$.updateAndRedraw({
- withLegend: false
- });
- };
-
- Chart.prototype.load = function (args) {
- var $$ = this.internal,
- config = $$.config; // update xs if specified
-
- if (args.xs) {
- $$.addXs(args.xs);
- } // update names if exists
-
-
- if ('names' in args) {
- Chart.prototype.data.names.bind(this)(args.names);
- } // update classes if exists
-
-
- if ('classes' in args) {
- Object.keys(args.classes).forEach(function (id) {
- config.data_classes[id] = args.classes[id];
- });
- } // update categories if exists
-
-
- if ('categories' in args && $$.isCategorized()) {
- config.axis_x_categories = args.categories;
- } // update axes if exists
-
-
- if ('axes' in args) {
- Object.keys(args.axes).forEach(function (id) {
- config.data_axes[id] = args.axes[id];
- });
- } // update colors if exists
-
-
- if ('colors' in args) {
- Object.keys(args.colors).forEach(function (id) {
- config.data_colors[id] = args.colors[id];
- });
- } // use cache if exists
-
-
- if ('cacheIds' in args && $$.hasCaches(args.cacheIds)) {
- $$.load($$.getCaches(args.cacheIds), args.done);
- return;
- } // unload if needed
-
-
- if ('unload' in args) {
- // TODO: do not unload if target will load (included in url/rows/columns)
- $$.unload($$.mapToTargetIds(typeof args.unload === 'boolean' && args.unload ? null : args.unload), function () {
- $$.loadFromArgs(args);
- });
- } else {
- $$.loadFromArgs(args);
- }
- };
-
- Chart.prototype.unload = function (args) {
- var $$ = this.internal;
- args = args || {};
-
- if (args instanceof Array) {
- args = {
- ids: args
- };
- } else if (typeof args === 'string') {
- args = {
- ids: [args]
- };
- }
-
- $$.unload($$.mapToTargetIds(args.ids), function () {
- $$.redraw({
- withUpdateOrgXDomain: true,
- withUpdateXDomain: true,
- withLegend: true
- });
-
- if (args.done) {
- args.done();
- }
- });
- };
-
- Chart.prototype.regions = function (regions) {
- var $$ = this.internal,
- config = $$.config;
-
- if (!regions) {
- return config.regions;
- }
-
- config.regions = regions;
- $$.redrawWithoutRescale();
- return config.regions;
- };
-
- Chart.prototype.regions.add = function (regions) {
- var $$ = this.internal,
- config = $$.config;
-
- if (!regions) {
- return config.regions;
- }
-
- config.regions = config.regions.concat(regions);
- $$.redrawWithoutRescale();
- return config.regions;
- };
-
- Chart.prototype.regions.remove = function (options) {
- var $$ = this.internal,
- config = $$.config,
- duration,
- classes,
- regions;
- options = options || {};
- duration = getOption(options, "duration", config.transition_duration);
- classes = getOption(options, "classes", [CLASS.region]);
- regions = $$.main.select('.' + CLASS.regions).selectAll(classes.map(function (c) {
- return '.' + c;
- }));
- (duration ? regions.transition().duration(duration) : regions).style('opacity', 0).remove();
- config.regions = config.regions.filter(function (region) {
- var found = false;
-
- if (!region['class']) {
- return true;
- }
-
- region['class'].split(' ').forEach(function (c) {
- if (classes.indexOf(c) >= 0) {
- found = true;
- }
- });
- return !found;
- });
- return config.regions;
- };
-
- Chart.prototype.selected = function (targetId) {
- var $$ = this.internal,
- d3 = $$.d3;
- return $$.main.selectAll('.' + CLASS.shapes + $$.getTargetSelectorSuffix(targetId)).selectAll('.' + CLASS.shape).filter(function () {
- return d3.select(this).classed(CLASS.SELECTED);
- }).nodes().map(function (d) {
- var data = d.__data__;
- return data.data ? data.data : data;
- });
- };
-
- Chart.prototype.select = function (ids, indices, resetOther) {
- var $$ = this.internal,
- d3 = $$.d3,
- config = $$.config;
-
- if (!config.data_selection_enabled) {
- return;
- }
-
- $$.main.selectAll('.' + CLASS.shapes).selectAll('.' + CLASS.shape).each(function (d, i) {
- var shape = d3.select(this),
- id = d.data ? d.data.id : d.id,
- toggle = $$.getToggle(this, d).bind($$),
- isTargetId = config.data_selection_grouped || !ids || ids.indexOf(id) >= 0,
- isTargetIndex = !indices || indices.indexOf(i) >= 0,
- isSelected = shape.classed(CLASS.SELECTED); // line/area selection not supported yet
-
- if (shape.classed(CLASS.line) || shape.classed(CLASS.area)) {
- return;
- }
-
- if (isTargetId && isTargetIndex) {
- if (config.data_selection_isselectable(d) && !isSelected) {
- toggle(true, shape.classed(CLASS.SELECTED, true), d, i);
- }
- } else if (isDefined(resetOther) && resetOther) {
- if (isSelected) {
- toggle(false, shape.classed(CLASS.SELECTED, false), d, i);
- }
- }
- });
- };
-
- Chart.prototype.unselect = function (ids, indices) {
- var $$ = this.internal,
- d3 = $$.d3,
- config = $$.config;
-
- if (!config.data_selection_enabled) {
- return;
- }
-
- $$.main.selectAll('.' + CLASS.shapes).selectAll('.' + CLASS.shape).each(function (d, i) {
- var shape = d3.select(this),
- id = d.data ? d.data.id : d.id,
- toggle = $$.getToggle(this, d).bind($$),
- isTargetId = config.data_selection_grouped || !ids || ids.indexOf(id) >= 0,
- isTargetIndex = !indices || indices.indexOf(i) >= 0,
- isSelected = shape.classed(CLASS.SELECTED); // line/area selection not supported yet
-
- if (shape.classed(CLASS.line) || shape.classed(CLASS.area)) {
- return;
- }
-
- if (isTargetId && isTargetIndex) {
- if (config.data_selection_isselectable(d)) {
- if (isSelected) {
- toggle(false, shape.classed(CLASS.SELECTED, false), d, i);
- }
- }
- }
- });
- };
-
- Chart.prototype.show = function (targetIds, options) {
- var $$ = this.internal,
- targets;
- targetIds = $$.mapToTargetIds(targetIds);
- options = options || {};
- $$.removeHiddenTargetIds(targetIds);
- targets = $$.svg.selectAll($$.selectorTargets(targetIds));
- targets.transition().style('display', 'initial', 'important').style('opacity', 1, 'important').call($$.endall, function () {
- targets.style('opacity', null).style('opacity', 1);
- });
-
- if (options.withLegend) {
- $$.showLegend(targetIds);
- }
-
- $$.redraw({
- withUpdateOrgXDomain: true,
- withUpdateXDomain: true,
- withLegend: true
- });
- };
-
- Chart.prototype.hide = function (targetIds, options) {
- var $$ = this.internal,
- targets;
- targetIds = $$.mapToTargetIds(targetIds);
- options = options || {};
- $$.addHiddenTargetIds(targetIds);
- targets = $$.svg.selectAll($$.selectorTargets(targetIds));
- targets.transition().style('opacity', 0, 'important').call($$.endall, function () {
- targets.style('opacity', null).style('opacity', 0);
- targets.style('display', 'none');
- });
-
- if (options.withLegend) {
- $$.hideLegend(targetIds);
- }
-
- $$.redraw({
- withUpdateOrgXDomain: true,
- withUpdateXDomain: true,
- withLegend: true
- });
- };
-
- Chart.prototype.toggle = function (targetIds, options) {
- var that = this,
- $$ = this.internal;
- $$.mapToTargetIds(targetIds).forEach(function (targetId) {
- $$.isTargetToShow(targetId) ? that.hide(targetId, options) : that.show(targetId, options);
- });
- };
-
- Chart.prototype.tooltip = function () {};
-
- Chart.prototype.tooltip.show = function (args) {
- var $$ = this.internal,
- targets,
- data,
- mouse = {}; // determine mouse position on the chart
-
- if (args.mouse) {
- mouse = args.mouse;
- } else {
- // determine focus data
- if (args.data) {
- data = args.data;
- } else if (typeof args.x !== 'undefined') {
- if (args.id) {
- targets = $$.data.targets.filter(function (t) {
- return t.id === args.id;
- });
- } else {
- targets = $$.data.targets;
- }
-
- data = $$.filterByX(targets, args.x).slice(0, 1)[0];
- }
-
- mouse = data ? $$.getMousePosition(data) : null;
- } // emulate mouse events to show
-
-
- $$.dispatchEvent('mousemove', mouse);
- $$.config.tooltip_onshow.call($$, data);
- };
-
- Chart.prototype.tooltip.hide = function () {
- // TODO: get target data by checking the state of focus
- this.internal.dispatchEvent('mouseout', 0);
- this.internal.config.tooltip_onhide.call(this);
- };
-
- Chart.prototype.transform = function (type, targetIds) {
- var $$ = this.internal,
- options = ['pie', 'donut'].indexOf(type) >= 0 ? {
- withTransform: true
- } : null;
- $$.transformTo(targetIds, type, options);
- };
-
- ChartInternal.prototype.transformTo = function (targetIds, type, optionsForRedraw) {
- var $$ = this,
- withTransitionForAxis = !$$.hasArcType(),
- options = optionsForRedraw || {
- withTransitionForAxis: withTransitionForAxis
- };
- options.withTransitionForTransform = false;
- $$.transiting = false;
- $$.setTargetType(targetIds, type);
- $$.updateTargets($$.data.targets); // this is needed when transforming to arc
-
- $$.updateAndRedraw(options);
- };
-
- Chart.prototype.x = function (x) {
- var $$ = this.internal;
-
- if (arguments.length) {
- $$.updateTargetX($$.data.targets, x);
- $$.redraw({
- withUpdateOrgXDomain: true,
- withUpdateXDomain: true
- });
- }
-
- return $$.data.xs;
- };
-
- Chart.prototype.xs = function (xs) {
- var $$ = this.internal;
-
- if (arguments.length) {
- $$.updateTargetXs($$.data.targets, xs);
- $$.redraw({
- withUpdateOrgXDomain: true,
- withUpdateXDomain: true
- });
- }
-
- return $$.data.xs;
- };
-
- Chart.prototype.zoom = function (domain) {
- var $$ = this.internal;
-
- if (domain) {
- if ($$.isTimeSeries()) {
- domain = domain.map(function (x) {
- return $$.parseDate(x);
- });
- }
-
- if ($$.config.subchart_show) {
- $$.brush.selectionAsValue(domain, true);
- } else {
- $$.updateXDomain(null, true, false, false, domain);
- $$.redraw({
- withY: $$.config.zoom_rescale,
- withSubchart: false
- });
- }
-
- $$.config.zoom_onzoom.call(this, $$.x.orgDomain());
- return domain;
- } else {
- return $$.x.domain();
- }
- };
-
- Chart.prototype.zoom.enable = function (enabled) {
- var $$ = this.internal;
- $$.config.zoom_enabled = enabled;
- $$.updateAndRedraw();
- };
-
- Chart.prototype.unzoom = function () {
- var $$ = this.internal;
-
- if ($$.config.subchart_show) {
- $$.brush.clear();
- } else {
- $$.updateXDomain(null, true, false, false, $$.subX.domain());
- $$.redraw({
- withY: $$.config.zoom_rescale,
- withSubchart: false
- });
- }
- };
-
- Chart.prototype.zoom.max = function (max) {
- var $$ = this.internal,
- config = $$.config,
- d3 = $$.d3;
-
- if (max === 0 || max) {
- config.zoom_x_max = d3.max([$$.orgXDomain[1], max]);
- } else {
- return config.zoom_x_max;
- }
- };
-
- Chart.prototype.zoom.min = function (min) {
- var $$ = this.internal,
- config = $$.config,
- d3 = $$.d3;
-
- if (min === 0 || min) {
- config.zoom_x_min = d3.min([$$.orgXDomain[0], min]);
- } else {
- return config.zoom_x_min;
- }
- };
-
- Chart.prototype.zoom.range = function (range) {
- if (arguments.length) {
- if (isDefined(range.max)) {
- this.domain.max(range.max);
- }
-
- if (isDefined(range.min)) {
- this.domain.min(range.min);
- }
- } else {
- return {
- max: this.domain.max(),
- min: this.domain.min()
- };
- }
- };
-
- ChartInternal.prototype.initPie = function () {
- var $$ = this,
- d3 = $$.d3;
- $$.pie = d3.pie().value(function (d) {
- return d.values.reduce(function (a, b) {
- return a + b.value;
- }, 0);
- });
- var orderFct = $$.getOrderFunction(); // we need to reverse the returned order if asc or desc to have the slice in expected order.
-
- if (orderFct && ($$.isOrderAsc() || $$.isOrderDesc())) {
- var defaultSort = orderFct;
-
- orderFct = function orderFct(t1, t2) {
- return defaultSort(t1, t2) * -1;
- };
- }
-
- $$.pie.sort(orderFct || null);
- };
-
- ChartInternal.prototype.updateRadius = function () {
- var $$ = this,
- config = $$.config,
- w = config.gauge_width || config.donut_width,
- gaugeArcWidth = $$.filterTargetsToShow($$.data.targets).length * $$.config.gauge_arcs_minWidth;
- $$.radiusExpanded = Math.min($$.arcWidth, $$.arcHeight) / 2 * ($$.hasType('gauge') ? 0.85 : 1);
- $$.radius = $$.radiusExpanded * 0.95;
- $$.innerRadiusRatio = w ? ($$.radius - w) / $$.radius : 0.6;
- $$.innerRadius = $$.hasType('donut') || $$.hasType('gauge') ? $$.radius * $$.innerRadiusRatio : 0;
- $$.gaugeArcWidth = w ? w : gaugeArcWidth <= $$.radius - $$.innerRadius ? $$.radius - $$.innerRadius : gaugeArcWidth <= $$.radius ? gaugeArcWidth : $$.radius;
- };
-
- ChartInternal.prototype.updateArc = function () {
- var $$ = this;
- $$.svgArc = $$.getSvgArc();
- $$.svgArcExpanded = $$.getSvgArcExpanded();
- $$.svgArcExpandedSub = $$.getSvgArcExpanded(0.98);
- };
-
- ChartInternal.prototype.updateAngle = function (d) {
- var $$ = this,
- config = $$.config,
- found = false,
- index = 0,
- gMin,
- gMax,
- gTic,
- gValue;
-
- if (!config) {
- return null;
- }
-
- $$.pie($$.filterTargetsToShow($$.data.targets)).forEach(function (t) {
- if (!found && t.data.id === d.data.id) {
- found = true;
- d = t;
- d.index = index;
- }
-
- index++;
- });
-
- if (isNaN(d.startAngle)) {
- d.startAngle = 0;
- }
-
- if (isNaN(d.endAngle)) {
- d.endAngle = d.startAngle;
- }
-
- if ($$.isGaugeType(d.data)) {
- gMin = config.gauge_min;
- gMax = config.gauge_max;
- gTic = Math.PI * (config.gauge_fullCircle ? 2 : 1) / (gMax - gMin);
- gValue = d.value < gMin ? 0 : d.value < gMax ? d.value - gMin : gMax - gMin;
- d.startAngle = config.gauge_startingAngle;
- d.endAngle = d.startAngle + gTic * gValue;
- }
-
- return found ? d : null;
- };
-
- ChartInternal.prototype.getSvgArc = function () {
- var $$ = this,
- hasGaugeType = $$.hasType('gauge'),
- singleArcWidth = $$.gaugeArcWidth / $$.filterTargetsToShow($$.data.targets).length,
- arc = $$.d3.arc().outerRadius(function (d) {
- return hasGaugeType ? $$.radius - singleArcWidth * d.index : $$.radius;
- }).innerRadius(function (d) {
- return hasGaugeType ? $$.radius - singleArcWidth * (d.index + 1) : $$.innerRadius;
- }),
- newArc = function newArc(d, withoutUpdate) {
- var updated;
-
- if (withoutUpdate) {
- return arc(d);
- } // for interpolate
-
-
- updated = $$.updateAngle(d);
- return updated ? arc(updated) : "M 0 0";
- }; // TODO: extends all function
-
-
- newArc.centroid = arc.centroid;
- return newArc;
- };
-
- ChartInternal.prototype.getSvgArcExpanded = function (rate) {
- rate = rate || 1;
- var $$ = this,
- hasGaugeType = $$.hasType('gauge'),
- singleArcWidth = $$.gaugeArcWidth / $$.filterTargetsToShow($$.data.targets).length,
- expandWidth = Math.min($$.radiusExpanded * rate - $$.radius, singleArcWidth * 0.8 - (1 - rate) * 100),
- arc = $$.d3.arc().outerRadius(function (d) {
- return hasGaugeType ? $$.radius - singleArcWidth * d.index + expandWidth : $$.radiusExpanded * rate;
- }).innerRadius(function (d) {
- return hasGaugeType ? $$.radius - singleArcWidth * (d.index + 1) : $$.innerRadius;
- });
- return function (d) {
- var updated = $$.updateAngle(d);
- return updated ? arc(updated) : "M 0 0";
- };
- };
-
- ChartInternal.prototype.getArc = function (d, withoutUpdate, force) {
- return force || this.isArcType(d.data) ? this.svgArc(d, withoutUpdate) : "M 0 0";
- };
-
- ChartInternal.prototype.transformForArcLabel = function (d) {
- var $$ = this,
- config = $$.config,
- updated = $$.updateAngle(d),
- c,
- x,
- y,
- h,
- ratio,
- translate = "",
- hasGauge = $$.hasType('gauge');
-
- if (updated && !hasGauge) {
- c = this.svgArc.centroid(updated);
- x = isNaN(c[0]) ? 0 : c[0];
- y = isNaN(c[1]) ? 0 : c[1];
- h = Math.sqrt(x * x + y * y);
-
- if ($$.hasType('donut') && config.donut_label_ratio) {
- ratio = isFunction(config.donut_label_ratio) ? config.donut_label_ratio(d, $$.radius, h) : config.donut_label_ratio;
- } else if ($$.hasType('pie') && config.pie_label_ratio) {
- ratio = isFunction(config.pie_label_ratio) ? config.pie_label_ratio(d, $$.radius, h) : config.pie_label_ratio;
- } else {
- ratio = $$.radius && h ? (36 / $$.radius > 0.375 ? 1.175 - 36 / $$.radius : 0.8) * $$.radius / h : 0;
- }
-
- translate = "translate(" + x * ratio + ',' + y * ratio + ")";
- } else if (updated && hasGauge && $$.filterTargetsToShow($$.data.targets).length > 1) {
- var y1 = Math.sin(updated.endAngle - Math.PI / 2);
- x = Math.cos(updated.endAngle - Math.PI / 2) * ($$.radiusExpanded + 25);
- y = y1 * ($$.radiusExpanded + 15 - Math.abs(y1 * 10)) + 3;
- translate = "translate(" + x + ',' + y + ")";
- }
-
- return translate;
- };
-
- ChartInternal.prototype.getArcRatio = function (d) {
- var $$ = this,
- config = $$.config,
- whole = Math.PI * ($$.hasType('gauge') && !config.gauge_fullCircle ? 1 : 2);
- return d ? (d.endAngle - d.startAngle) / whole : null;
- };
-
- ChartInternal.prototype.convertToArcData = function (d) {
- return this.addName({
- id: d.data.id,
- value: d.value,
- ratio: this.getArcRatio(d),
- index: d.index
- });
- };
-
- ChartInternal.prototype.textForArcLabel = function (d) {
- var $$ = this,
- updated,
- value,
- ratio,
- id,
- format;
-
- if (!$$.shouldShowArcLabel()) {
- return "";
- }
-
- updated = $$.updateAngle(d);
- value = updated ? updated.value : null;
- ratio = $$.getArcRatio(updated);
- id = d.data.id;
-
- if (!$$.hasType('gauge') && !$$.meetsArcLabelThreshold(ratio)) {
- return "";
- }
-
- format = $$.getArcLabelFormat();
- return format ? format(value, ratio, id) : $$.defaultArcValueFormat(value, ratio);
- };
-
- ChartInternal.prototype.textForGaugeMinMax = function (value, isMax) {
- var $$ = this,
- format = $$.getGaugeLabelExtents();
- return format ? format(value, isMax) : value;
- };
-
- ChartInternal.prototype.expandArc = function (targetIds) {
- var $$ = this,
- interval; // MEMO: avoid to cancel transition
-
- if ($$.transiting) {
- interval = window.setInterval(function () {
- if (!$$.transiting) {
- window.clearInterval(interval);
-
- if ($$.legend.selectAll('.c3-legend-item-focused').size() > 0) {
- $$.expandArc(targetIds);
- }
- }
- }, 10);
- return;
- }
-
- targetIds = $$.mapToTargetIds(targetIds);
- $$.svg.selectAll($$.selectorTargets(targetIds, '.' + CLASS.chartArc)).each(function (d) {
- if (!$$.shouldExpand(d.data.id)) {
- return;
- }
-
- $$.d3.select(this).selectAll('path').transition().duration($$.expandDuration(d.data.id)).attr("d", $$.svgArcExpanded).transition().duration($$.expandDuration(d.data.id) * 2).attr("d", $$.svgArcExpandedSub).each(function (d) {
- if ($$.isDonutType(d.data)) ;
- });
- });
- };
-
- ChartInternal.prototype.unexpandArc = function (targetIds) {
- var $$ = this;
-
- if ($$.transiting) {
- return;
- }
-
- targetIds = $$.mapToTargetIds(targetIds);
- $$.svg.selectAll($$.selectorTargets(targetIds, '.' + CLASS.chartArc)).selectAll('path').transition().duration(function (d) {
- return $$.expandDuration(d.data.id);
- }).attr("d", $$.svgArc);
- $$.svg.selectAll('.' + CLASS.arc);
- };
-
- ChartInternal.prototype.expandDuration = function (id) {
- var $$ = this,
- config = $$.config;
-
- if ($$.isDonutType(id)) {
- return config.donut_expand_duration;
- } else if ($$.isGaugeType(id)) {
- return config.gauge_expand_duration;
- } else if ($$.isPieType(id)) {
- return config.pie_expand_duration;
- } else {
- return 50;
- }
- };
-
- ChartInternal.prototype.shouldExpand = function (id) {
- var $$ = this,
- config = $$.config;
- return $$.isDonutType(id) && config.donut_expand || $$.isGaugeType(id) && config.gauge_expand || $$.isPieType(id) && config.pie_expand;
- };
-
- ChartInternal.prototype.shouldShowArcLabel = function () {
- var $$ = this,
- config = $$.config,
- shouldShow = true;
-
- if ($$.hasType('donut')) {
- shouldShow = config.donut_label_show;
- } else if ($$.hasType('pie')) {
- shouldShow = config.pie_label_show;
- } // when gauge, always true
-
-
- return shouldShow;
- };
-
- ChartInternal.prototype.meetsArcLabelThreshold = function (ratio) {
- var $$ = this,
- config = $$.config,
- threshold = $$.hasType('donut') ? config.donut_label_threshold : config.pie_label_threshold;
- return ratio >= threshold;
- };
-
- ChartInternal.prototype.getArcLabelFormat = function () {
- var $$ = this,
- config = $$.config,
- format = config.pie_label_format;
-
- if ($$.hasType('gauge')) {
- format = config.gauge_label_format;
- } else if ($$.hasType('donut')) {
- format = config.donut_label_format;
- }
-
- return format;
- };
-
- ChartInternal.prototype.getGaugeLabelExtents = function () {
- var $$ = this,
- config = $$.config;
- return config.gauge_label_extents;
- };
-
- ChartInternal.prototype.getArcTitle = function () {
- var $$ = this;
- return $$.hasType('donut') ? $$.config.donut_title : "";
- };
-
- ChartInternal.prototype.updateTargetsForArc = function (targets) {
- var $$ = this,
- main = $$.main,
- mainPies,
- mainPieEnter,
- classChartArc = $$.classChartArc.bind($$),
- classArcs = $$.classArcs.bind($$),
- classFocus = $$.classFocus.bind($$);
- mainPies = main.select('.' + CLASS.chartArcs).selectAll('.' + CLASS.chartArc).data($$.pie(targets)).attr("class", function (d) {
- return classChartArc(d) + classFocus(d.data);
- });
- mainPieEnter = mainPies.enter().append("g").attr("class", classChartArc);
- mainPieEnter.append('g').attr('class', classArcs);
- mainPieEnter.append("text").attr("dy", $$.hasType('gauge') ? "-.1em" : ".35em").style("opacity", 0).style("text-anchor", "middle").style("pointer-events", "none"); // MEMO: can not keep same color..., but not bad to update color in redraw
- //mainPieUpdate.exit().remove();
- };
-
- ChartInternal.prototype.initArc = function () {
- var $$ = this;
- $$.arcs = $$.main.select('.' + CLASS.chart).append("g").attr("class", CLASS.chartArcs).attr("transform", $$.getTranslate('arc'));
- $$.arcs.append('text').attr('class', CLASS.chartArcsTitle).style("text-anchor", "middle").text($$.getArcTitle());
- };
-
- ChartInternal.prototype.redrawArc = function (duration, durationForExit, withTransform) {
- var $$ = this,
- d3 = $$.d3,
- config = $$.config,
- main = $$.main,
- arcs,
- mainArc,
- arcLabelLines,
- mainArcLabelLine,
- hasGaugeType = $$.hasType('gauge');
- arcs = main.selectAll('.' + CLASS.arcs).selectAll('.' + CLASS.arc).data($$.arcData.bind($$));
- mainArc = arcs.enter().append('path').attr("class", $$.classArc.bind($$)).style("fill", function (d) {
- return $$.color(d.data);
- }).style("cursor", function (d) {
- return config.interaction_enabled && config.data_selection_isselectable(d) ? "pointer" : null;
- }).each(function (d) {
- if ($$.isGaugeType(d.data)) {
- d.startAngle = d.endAngle = config.gauge_startingAngle;
- }
-
- this._current = d;
- }).merge(arcs);
-
- if (hasGaugeType) {
- arcLabelLines = main.selectAll('.' + CLASS.arcs).selectAll('.' + CLASS.arcLabelLine).data($$.arcData.bind($$));
- mainArcLabelLine = arcLabelLines.enter().append('rect').attr("class", function (d) {
- return CLASS.arcLabelLine + ' ' + CLASS.target + ' ' + CLASS.target + '-' + d.data.id;
- }).merge(arcLabelLines);
-
- if ($$.filterTargetsToShow($$.data.targets).length === 1) {
- mainArcLabelLine.style("display", "none");
- } else {
- mainArcLabelLine.style("fill", function (d) {
- return $$.levelColor ? $$.levelColor(d.data.values[0].value) : $$.color(d.data);
- }).style("display", config.gauge_labelLine_show ? "" : "none").each(function (d) {
- var lineLength = 0,
- lineThickness = 2,
- x = 0,
- y = 0,
- transform = "";
-
- if ($$.hiddenTargetIds.indexOf(d.data.id) < 0) {
- var updated = $$.updateAngle(d),
- innerLineLength = $$.gaugeArcWidth / $$.filterTargetsToShow($$.data.targets).length * (updated.index + 1),
- lineAngle = updated.endAngle - Math.PI / 2,
- arcInnerRadius = $$.radius - innerLineLength,
- linePositioningAngle = lineAngle - (arcInnerRadius === 0 ? 0 : 1 / arcInnerRadius);
- lineLength = $$.radiusExpanded - $$.radius + innerLineLength;
- x = Math.cos(linePositioningAngle) * arcInnerRadius;
- y = Math.sin(linePositioningAngle) * arcInnerRadius;
- transform = "rotate(" + lineAngle * 180 / Math.PI + ", " + x + ", " + y + ")";
- }
-
- d3.select(this).attr('x', x).attr('y', y).attr('width', lineLength).attr('height', lineThickness).attr('transform', transform).style("stroke-dasharray", "0, " + (lineLength + lineThickness) + ", 0");
- });
- }
- }
-
- mainArc.attr("transform", function (d) {
- return !$$.isGaugeType(d.data) && withTransform ? "scale(0)" : "";
- }).on('mouseover', config.interaction_enabled ? function (d) {
- var updated, arcData;
-
- if ($$.transiting) {
- // skip while transiting
- return;
- }
-
- updated = $$.updateAngle(d);
-
- if (updated) {
- arcData = $$.convertToArcData(updated); // transitions
-
- $$.expandArc(updated.data.id);
- $$.api.focus(updated.data.id);
- $$.toggleFocusLegend(updated.data.id, true);
- $$.config.data_onmouseover(arcData, this);
- }
- } : null).on('mousemove', config.interaction_enabled ? function (d) {
- var updated = $$.updateAngle(d),
- arcData,
- selectedData;
-
- if (updated) {
- arcData = $$.convertToArcData(updated), selectedData = [arcData];
- $$.showTooltip(selectedData, this);
- }
- } : null).on('mouseout', config.interaction_enabled ? function (d) {
- var updated, arcData;
-
- if ($$.transiting) {
- // skip while transiting
- return;
- }
-
- updated = $$.updateAngle(d);
-
- if (updated) {
- arcData = $$.convertToArcData(updated); // transitions
-
- $$.unexpandArc(updated.data.id);
- $$.api.revert();
- $$.revertLegend();
- $$.hideTooltip();
- $$.config.data_onmouseout(arcData, this);
- }
- } : null).on('click', config.interaction_enabled ? function (d, i) {
- var updated = $$.updateAngle(d),
- arcData;
-
- if (updated) {
- arcData = $$.convertToArcData(updated);
-
- if ($$.toggleShape) {
- $$.toggleShape(this, arcData, i);
- }
-
- $$.config.data_onclick.call($$.api, arcData, this);
- }
- } : null).each(function () {
- $$.transiting = true;
- }).transition().duration(duration).attrTween("d", function (d) {
- var updated = $$.updateAngle(d),
- interpolate;
-
- if (!updated) {
- return function () {
- return "M 0 0";
- };
- } // if (this._current === d) {
- // this._current = {
- // startAngle: Math.PI*2,
- // endAngle: Math.PI*2,
- // };
- // }
-
-
- if (isNaN(this._current.startAngle)) {
- this._current.startAngle = 0;
- }
-
- if (isNaN(this._current.endAngle)) {
- this._current.endAngle = this._current.startAngle;
- }
-
- interpolate = d3.interpolate(this._current, updated);
- this._current = interpolate(0);
- return function (t) {
- var interpolated = interpolate(t);
- interpolated.data = d.data; // data.id will be updated by interporator
-
- return $$.getArc(interpolated, true);
- };
- }).attr("transform", withTransform ? "scale(1)" : "").style("fill", function (d) {
- return $$.levelColor ? $$.levelColor(d.data.values[0].value) : $$.color(d.data.id);
- }) // Where gauge reading color would receive customization.
- .call($$.endall, function () {
- $$.transiting = false;
- });
- arcs.exit().transition().duration(durationForExit).style('opacity', 0).remove();
- main.selectAll('.' + CLASS.chartArc).select('text').style("opacity", 0).attr('class', function (d) {
- return $$.isGaugeType(d.data) ? CLASS.gaugeValue : '';
- }).text($$.textForArcLabel.bind($$)).attr("transform", $$.transformForArcLabel.bind($$)).style('font-size', function (d) {
- return $$.isGaugeType(d.data) && $$.filterTargetsToShow($$.data.targets).length === 1 ? Math.round($$.radius / 5) + 'px' : '';
- }).transition().duration(duration).style("opacity", function (d) {
- return $$.isTargetToShow(d.data.id) && $$.isArcType(d.data) ? 1 : 0;
- });
- main.select('.' + CLASS.chartArcsTitle).style("opacity", $$.hasType('donut') || hasGaugeType ? 1 : 0);
-
- if (hasGaugeType) {
- var index = 0;
- var backgroundArc = $$.arcs.select('g.' + CLASS.chartArcsBackground).selectAll('path.' + CLASS.chartArcsBackground).data($$.data.targets);
- backgroundArc.enter().append("path").attr("class", function (d, i) {
- return CLASS.chartArcsBackground + ' ' + CLASS.chartArcsBackground + '-' + i;
- }).merge(backgroundArc).attr("d", function (d1) {
- if ($$.hiddenTargetIds.indexOf(d1.id) >= 0) {
- return "M 0 0";
- }
-
- var d = {
- data: [{
- value: config.gauge_max
- }],
- startAngle: config.gauge_startingAngle,
- endAngle: -1 * config.gauge_startingAngle * (config.gauge_fullCircle ? Math.PI : 1),
- index: index++
- };
- return $$.getArc(d, true, true);
- });
- backgroundArc.exit().remove();
- $$.arcs.select('.' + CLASS.chartArcsGaugeUnit).attr("dy", ".75em").text(config.gauge_label_show ? config.gauge_units : '');
- $$.arcs.select('.' + CLASS.chartArcsGaugeMin).attr("dx", -1 * ($$.innerRadius + ($$.radius - $$.innerRadius) / (config.gauge_fullCircle ? 1 : 2)) + "px").attr("dy", "1.2em").text(config.gauge_label_show ? $$.textForGaugeMinMax(config.gauge_min, false) : '');
- $$.arcs.select('.' + CLASS.chartArcsGaugeMax).attr("dx", $$.innerRadius + ($$.radius - $$.innerRadius) / (config.gauge_fullCircle ? 1 : 2) + "px").attr("dy", "1.2em").text(config.gauge_label_show ? $$.textForGaugeMinMax(config.gauge_max, true) : '');
- }
- };
-
- ChartInternal.prototype.initGauge = function () {
- var arcs = this.arcs;
-
- if (this.hasType('gauge')) {
- arcs.append('g').attr("class", CLASS.chartArcsBackground);
- arcs.append("text").attr("class", CLASS.chartArcsGaugeUnit).style("text-anchor", "middle").style("pointer-events", "none");
- arcs.append("text").attr("class", CLASS.chartArcsGaugeMin).style("text-anchor", "middle").style("pointer-events", "none");
- arcs.append("text").attr("class", CLASS.chartArcsGaugeMax).style("text-anchor", "middle").style("pointer-events", "none");
- }
- };
-
- ChartInternal.prototype.getGaugeLabelHeight = function () {
- return this.config.gauge_label_show ? 20 : 0;
- };
-
- ChartInternal.prototype.hasCaches = function (ids) {
- for (var i = 0; i < ids.length; i++) {
- if (!(ids[i] in this.cache)) {
- return false;
- }
- }
-
- return true;
- };
-
- ChartInternal.prototype.addCache = function (id, target) {
- this.cache[id] = this.cloneTarget(target);
- };
-
- ChartInternal.prototype.getCaches = function (ids) {
- var targets = [],
- i;
-
- for (i = 0; i < ids.length; i++) {
- if (ids[i] in this.cache) {
- targets.push(this.cloneTarget(this.cache[ids[i]]));
- }
- }
-
- return targets;
- };
-
- ChartInternal.prototype.categoryName = function (i) {
- var config = this.config;
- return i < config.axis_x_categories.length ? config.axis_x_categories[i] : i;
- };
-
- ChartInternal.prototype.generateTargetClass = function (targetId) {
- return targetId || targetId === 0 ? ('-' + targetId).replace(/\s/g, '-') : '';
- };
-
- ChartInternal.prototype.generateClass = function (prefix, targetId) {
- return " " + prefix + " " + prefix + this.generateTargetClass(targetId);
- };
-
- ChartInternal.prototype.classText = function (d) {
- return this.generateClass(CLASS.text, d.index);
- };
-
- ChartInternal.prototype.classTexts = function (d) {
- return this.generateClass(CLASS.texts, d.id);
- };
-
- ChartInternal.prototype.classShape = function (d) {
- return this.generateClass(CLASS.shape, d.index);
- };
-
- ChartInternal.prototype.classShapes = function (d) {
- return this.generateClass(CLASS.shapes, d.id);
- };
-
- ChartInternal.prototype.classLine = function (d) {
- return this.classShape(d) + this.generateClass(CLASS.line, d.id);
- };
-
- ChartInternal.prototype.classLines = function (d) {
- return this.classShapes(d) + this.generateClass(CLASS.lines, d.id);
- };
-
- ChartInternal.prototype.classCircle = function (d) {
- return this.classShape(d) + this.generateClass(CLASS.circle, d.index);
- };
-
- ChartInternal.prototype.classCircles = function (d) {
- return this.classShapes(d) + this.generateClass(CLASS.circles, d.id);
- };
-
- ChartInternal.prototype.classBar = function (d) {
- return this.classShape(d) + this.generateClass(CLASS.bar, d.index);
- };
-
- ChartInternal.prototype.classBars = function (d) {
- return this.classShapes(d) + this.generateClass(CLASS.bars, d.id);
- };
-
- ChartInternal.prototype.classArc = function (d) {
- return this.classShape(d.data) + this.generateClass(CLASS.arc, d.data.id);
- };
-
- ChartInternal.prototype.classArcs = function (d) {
- return this.classShapes(d.data) + this.generateClass(CLASS.arcs, d.data.id);
- };
-
- ChartInternal.prototype.classArea = function (d) {
- return this.classShape(d) + this.generateClass(CLASS.area, d.id);
- };
-
- ChartInternal.prototype.classAreas = function (d) {
- return this.classShapes(d) + this.generateClass(CLASS.areas, d.id);
- };
-
- ChartInternal.prototype.classRegion = function (d, i) {
- return this.generateClass(CLASS.region, i) + ' ' + ('class' in d ? d['class'] : '');
- };
-
- ChartInternal.prototype.classEvent = function (d) {
- return this.generateClass(CLASS.eventRect, d.index);
- };
-
- ChartInternal.prototype.classTarget = function (id) {
- var $$ = this;
- var additionalClassSuffix = $$.config.data_classes[id],
- additionalClass = '';
-
- if (additionalClassSuffix) {
- additionalClass = ' ' + CLASS.target + '-' + additionalClassSuffix;
- }
-
- return $$.generateClass(CLASS.target, id) + additionalClass;
- };
-
- ChartInternal.prototype.classFocus = function (d) {
- return this.classFocused(d) + this.classDefocused(d);
- };
-
- ChartInternal.prototype.classFocused = function (d) {
- return ' ' + (this.focusedTargetIds.indexOf(d.id) >= 0 ? CLASS.focused : '');
- };
-
- ChartInternal.prototype.classDefocused = function (d) {
- return ' ' + (this.defocusedTargetIds.indexOf(d.id) >= 0 ? CLASS.defocused : '');
- };
-
- ChartInternal.prototype.classChartText = function (d) {
- return CLASS.chartText + this.classTarget(d.id);
- };
-
- ChartInternal.prototype.classChartLine = function (d) {
- return CLASS.chartLine + this.classTarget(d.id);
- };
-
- ChartInternal.prototype.classChartBar = function (d) {
- return CLASS.chartBar + this.classTarget(d.id);
- };
-
- ChartInternal.prototype.classChartArc = function (d) {
- return CLASS.chartArc + this.classTarget(d.data.id);
- };
-
- ChartInternal.prototype.getTargetSelectorSuffix = function (targetId) {
- return this.generateTargetClass(targetId).replace(/([?!@#$%^&*()_=+,.<>'":;\[\]\/|~`{}\\])/g, '\\$1');
- };
-
- ChartInternal.prototype.selectorTarget = function (id, prefix) {
- return (prefix || '') + '.' + CLASS.target + this.getTargetSelectorSuffix(id);
- };
-
- ChartInternal.prototype.selectorTargets = function (ids, prefix) {
- var $$ = this;
- ids = ids || [];
- return ids.length ? ids.map(function (id) {
- return $$.selectorTarget(id, prefix);
- }) : null;
- };
-
- ChartInternal.prototype.selectorLegend = function (id) {
- return '.' + CLASS.legendItem + this.getTargetSelectorSuffix(id);
- };
-
- ChartInternal.prototype.selectorLegends = function (ids) {
- var $$ = this;
- return ids && ids.length ? ids.map(function (id) {
- return $$.selectorLegend(id);
- }) : null;
- };
-
- ChartInternal.prototype.getClipPath = function (id) {
- var isIE9 = window.navigator.appVersion.toLowerCase().indexOf("msie 9.") >= 0;
- return "url(" + (isIE9 ? "" : document.URL.split('#')[0]) + "#" + id + ")";
- };
-
- ChartInternal.prototype.appendClip = function (parent, id) {
- return parent.append("clipPath").attr("id", id).append("rect");
- };
-
- ChartInternal.prototype.getAxisClipX = function (forHorizontal) {
- // axis line width + padding for left
- var left = Math.max(30, this.margin.left);
- return forHorizontal ? -(1 + left) : -(left - 1);
- };
-
- ChartInternal.prototype.getAxisClipY = function (forHorizontal) {
- return forHorizontal ? -20 : -this.margin.top;
- };
-
- ChartInternal.prototype.getXAxisClipX = function () {
- var $$ = this;
- return $$.getAxisClipX(!$$.config.axis_rotated);
- };
-
- ChartInternal.prototype.getXAxisClipY = function () {
- var $$ = this;
- return $$.getAxisClipY(!$$.config.axis_rotated);
- };
-
- ChartInternal.prototype.getYAxisClipX = function () {
- var $$ = this;
- return $$.config.axis_y_inner ? -1 : $$.getAxisClipX($$.config.axis_rotated);
- };
-
- ChartInternal.prototype.getYAxisClipY = function () {
- var $$ = this;
- return $$.getAxisClipY($$.config.axis_rotated);
- };
-
- ChartInternal.prototype.getAxisClipWidth = function (forHorizontal) {
- var $$ = this,
- left = Math.max(30, $$.margin.left),
- right = Math.max(30, $$.margin.right); // width + axis line width + padding for left/right
-
- return forHorizontal ? $$.width + 2 + left + right : $$.margin.left + 20;
- };
-
- ChartInternal.prototype.getAxisClipHeight = function (forHorizontal) {
- // less than 20 is not enough to show the axis label 'outer' without legend
- return (forHorizontal ? this.margin.bottom : this.margin.top + this.height) + 20;
- };
-
- ChartInternal.prototype.getXAxisClipWidth = function () {
- var $$ = this;
- return $$.getAxisClipWidth(!$$.config.axis_rotated);
- };
-
- ChartInternal.prototype.getXAxisClipHeight = function () {
- var $$ = this;
- return $$.getAxisClipHeight(!$$.config.axis_rotated);
- };
-
- ChartInternal.prototype.getYAxisClipWidth = function () {
- var $$ = this;
- return $$.getAxisClipWidth($$.config.axis_rotated) + ($$.config.axis_y_inner ? 20 : 0);
- };
-
- ChartInternal.prototype.getYAxisClipHeight = function () {
- var $$ = this;
- return $$.getAxisClipHeight($$.config.axis_rotated);
- };
-
- ChartInternal.prototype.generateColor = function () {
- var $$ = this,
- config = $$.config,
- d3 = $$.d3,
- colors = config.data_colors,
- pattern = notEmpty(config.color_pattern) ? config.color_pattern : d3.schemeCategory10,
- callback = config.data_color,
- ids = [];
- return function (d) {
- var id = d.id || d.data && d.data.id || d,
- color; // if callback function is provided
-
- if (colors[id] instanceof Function) {
- color = colors[id](d);
- } // if specified, choose that color
- else if (colors[id]) {
- color = colors[id];
- } // if not specified, choose from pattern
- else {
- if (ids.indexOf(id) < 0) {
- ids.push(id);
- }
-
- color = pattern[ids.indexOf(id) % pattern.length];
- colors[id] = color;
- }
-
- return callback instanceof Function ? callback(color, d) : color;
- };
- };
-
- ChartInternal.prototype.generateLevelColor = function () {
- var $$ = this,
- config = $$.config,
- colors = config.color_pattern,
- threshold = config.color_threshold,
- asValue = threshold.unit === 'value',
- values = threshold.values && threshold.values.length ? threshold.values : [],
- max = threshold.max || 100;
- return notEmpty(threshold) && notEmpty(colors) ? function (value) {
- var i,
- v,
- color = colors[colors.length - 1];
-
- for (i = 0; i < values.length; i++) {
- v = asValue ? value : value * 100 / max;
-
- if (v < values[i]) {
- color = colors[i];
- break;
- }
- }
-
- return color;
- } : null;
- };
-
- ChartInternal.prototype.getDefaultConfig = function () {
- var config = {
- bindto: '#chart',
- svg_classname: undefined,
- size_width: undefined,
- size_height: undefined,
- padding_left: undefined,
- padding_right: undefined,
- padding_top: undefined,
- padding_bottom: undefined,
- resize_auto: true,
- zoom_enabled: false,
- zoom_initialRange: undefined,
- zoom_type: 'scroll',
- zoom_disableDefaultBehavior: false,
- zoom_privileged: false,
- zoom_rescale: false,
- zoom_onzoom: function zoom_onzoom() {},
- zoom_onzoomstart: function zoom_onzoomstart() {},
- zoom_onzoomend: function zoom_onzoomend() {},
- zoom_x_min: undefined,
- zoom_x_max: undefined,
- interaction_brighten: true,
- interaction_enabled: true,
- onmouseover: function onmouseover() {},
- onmouseout: function onmouseout() {},
- onresize: function onresize() {},
- onresized: function onresized() {},
- oninit: function oninit() {},
- onrendered: function onrendered() {},
- transition_duration: 350,
- data_epochs: 'epochs',
- data_x: undefined,
- data_xs: {},
- data_xFormat: '%Y-%m-%d',
- data_xLocaltime: true,
- data_xSort: true,
- data_idConverter: function data_idConverter(id) {
- return id;
- },
- data_names: {},
- data_classes: {},
- data_groups: [],
- data_axes: {},
- data_type: undefined,
- data_types: {},
- data_labels: {},
- data_order: 'desc',
- data_regions: {},
- data_color: undefined,
- data_colors: {},
- data_hide: false,
- data_filter: undefined,
- data_selection_enabled: false,
- data_selection_grouped: false,
- data_selection_isselectable: function data_selection_isselectable() {
- return true;
- },
- data_selection_multiple: true,
- data_selection_draggable: false,
- data_onclick: function data_onclick() {},
- data_onmouseover: function data_onmouseover() {},
- data_onmouseout: function data_onmouseout() {},
- data_onselected: function data_onselected() {},
- data_onunselected: function data_onunselected() {},
- data_url: undefined,
- data_headers: undefined,
- data_json: undefined,
- data_rows: undefined,
- data_columns: undefined,
- data_mimeType: undefined,
- data_keys: undefined,
- // configuration for no plot-able data supplied.
- data_empty_label_text: "",
- // subchart
- subchart_show: false,
- subchart_size_height: 60,
- subchart_axis_x_show: true,
- subchart_onbrush: function subchart_onbrush() {},
- // color
- color_pattern: [],
- color_threshold: {},
- // legend
- legend_show: true,
- legend_hide: false,
- legend_position: 'bottom',
- legend_inset_anchor: 'top-left',
- legend_inset_x: 10,
- legend_inset_y: 0,
- legend_inset_step: undefined,
- legend_item_onclick: undefined,
- legend_item_onmouseover: undefined,
- legend_item_onmouseout: undefined,
- legend_equally: false,
- legend_padding: 0,
- legend_item_tile_width: 10,
- legend_item_tile_height: 10,
- // axis
- axis_rotated: false,
- axis_x_show: true,
- axis_x_type: 'indexed',
- axis_x_localtime: true,
- axis_x_categories: [],
- axis_x_tick_centered: false,
- axis_x_tick_format: undefined,
- axis_x_tick_culling: {},
- axis_x_tick_culling_max: 10,
- axis_x_tick_count: undefined,
- axis_x_tick_fit: true,
- axis_x_tick_values: null,
- axis_x_tick_rotate: 0,
- axis_x_tick_outer: true,
- axis_x_tick_multiline: true,
- axis_x_tick_multilineMax: 0,
- axis_x_tick_width: null,
- axis_x_max: undefined,
- axis_x_min: undefined,
- axis_x_padding: {},
- axis_x_height: undefined,
- axis_x_selection: undefined,
- axis_x_label: {},
- axis_x_inner: undefined,
- axis_y_show: true,
- axis_y_type: undefined,
- axis_y_max: undefined,
- axis_y_min: undefined,
- axis_y_inverted: false,
- axis_y_center: undefined,
- axis_y_inner: undefined,
- axis_y_label: {},
- axis_y_tick_format: undefined,
- axis_y_tick_outer: true,
- axis_y_tick_values: null,
- axis_y_tick_rotate: 0,
- axis_y_tick_count: undefined,
- axis_y_tick_time_type: undefined,
- axis_y_tick_time_interval: undefined,
- axis_y_padding: {},
- axis_y_default: undefined,
- axis_y2_show: false,
- axis_y2_max: undefined,
- axis_y2_min: undefined,
- axis_y2_inverted: false,
- axis_y2_center: undefined,
- axis_y2_inner: undefined,
- axis_y2_label: {},
- axis_y2_tick_format: undefined,
- axis_y2_tick_outer: true,
- axis_y2_tick_values: null,
- axis_y2_tick_count: undefined,
- axis_y2_padding: {},
- axis_y2_default: undefined,
- // grid
- grid_x_show: false,
- grid_x_type: 'tick',
- grid_x_lines: [],
- grid_y_show: false,
- // not used
- // grid_y_type: 'tick',
- grid_y_lines: [],
- grid_y_ticks: 10,
- grid_focus_show: true,
- grid_lines_front: true,
- // point - point of each data
- point_show: true,
- point_r: 2.5,
- point_sensitivity: 10,
- point_focus_expand_enabled: true,
- point_focus_expand_r: undefined,
- point_select_r: undefined,
- // line
- line_connectNull: false,
- line_step_type: 'step',
- // bar
- bar_width: undefined,
- bar_width_ratio: 0.6,
- bar_width_max: undefined,
- bar_zerobased: true,
- bar_space: 0,
- // area
- area_zerobased: true,
- area_above: false,
- // pie
- pie_label_show: true,
- pie_label_format: undefined,
- pie_label_threshold: 0.05,
- pie_label_ratio: undefined,
- pie_expand: {},
- pie_expand_duration: 50,
- // gauge
- gauge_fullCircle: false,
- gauge_label_show: true,
- gauge_labelLine_show: true,
- gauge_label_format: undefined,
- gauge_min: 0,
- gauge_max: 100,
- gauge_startingAngle: -1 * Math.PI / 2,
- gauge_label_extents: undefined,
- gauge_units: undefined,
- gauge_width: undefined,
- gauge_arcs_minWidth: 5,
- gauge_expand: {},
- gauge_expand_duration: 50,
- // donut
- donut_label_show: true,
- donut_label_format: undefined,
- donut_label_threshold: 0.05,
- donut_label_ratio: undefined,
- donut_width: undefined,
- donut_title: "",
- donut_expand: {},
- donut_expand_duration: 50,
- // spline
- spline_interpolation_type: 'cardinal',
- // stanford
- stanford_lines: [],
- stanford_regions: [],
- stanford_texts: [],
- stanford_scaleMin: undefined,
- stanford_scaleMax: undefined,
- stanford_scaleWidth: undefined,
- stanford_scaleFormat: undefined,
- stanford_colors: undefined,
- stanford_padding: {
- top: 0,
- right: 0,
- bottom: 0,
- left: 0
- },
- // region - region to change style
- regions: [],
- // tooltip - show when mouseover on each data
- tooltip_show: true,
- tooltip_grouped: true,
- tooltip_order: undefined,
- tooltip_format_title: undefined,
- tooltip_format_name: undefined,
- tooltip_format_value: undefined,
- tooltip_horizontal: undefined,
- tooltip_position: undefined,
- tooltip_contents: function tooltip_contents(d, defaultTitleFormat, defaultValueFormat, color) {
- return this.getTooltipContent ? this.getTooltipContent(d, defaultTitleFormat, defaultValueFormat, color) : '';
- },
- tooltip_init_show: false,
- tooltip_init_x: 0,
- tooltip_init_position: {
- top: '0px',
- left: '50px'
- },
- tooltip_onshow: function tooltip_onshow() {},
- tooltip_onhide: function tooltip_onhide() {},
- // title
- title_text: undefined,
- title_padding: {
- top: 0,
- right: 0,
- bottom: 0,
- left: 0
- },
- title_position: 'top-center'
- };
- Object.keys(this.additionalConfig).forEach(function (key) {
- config[key] = this.additionalConfig[key];
- }, this);
- return config;
- };
-
- ChartInternal.prototype.additionalConfig = {};
-
- ChartInternal.prototype.loadConfig = function (config) {
- var this_config = this.config,
- target,
- keys,
- read;
-
- function find() {
- var key = keys.shift(); // console.log("key =>", key, ", target =>", target);
-
- if (key && target && _typeof(target) === 'object' && key in target) {
- target = target[key];
- return find();
- } else if (!key) {
- return target;
- } else {
- return undefined;
- }
- }
-
- Object.keys(this_config).forEach(function (key) {
- target = config;
- keys = key.split('_');
- read = find(); // console.log("CONFIG : ", key, read);
-
- if (isDefined(read)) {
- this_config[key] = read;
- }
- });
- };
-
- ChartInternal.prototype.convertUrlToData = function (url, mimeType, headers, keys, done) {
- var $$ = this,
- type = mimeType ? mimeType : 'csv',
- f,
- converter;
-
- if (type === 'json') {
- f = $$.d3.json;
- converter = $$.convertJsonToData;
- } else if (type === 'tsv') {
- f = $$.d3.tsv;
- converter = $$.convertXsvToData;
- } else {
- f = $$.d3.csv;
- converter = $$.convertXsvToData;
- }
-
- f(url, headers).then(function (data) {
- done.call($$, converter.call($$, data, keys));
- })["catch"](function (error) {
- throw error;
- });
- };
-
- ChartInternal.prototype.convertXsvToData = function (xsv) {
- var keys = xsv.columns,
- rows = xsv;
-
- if (rows.length === 0) {
- return {
- keys: keys,
- rows: [keys.reduce(function (row, key) {
- return Object.assign(row, _defineProperty({}, key, null));
- }, {})]
- };
- } else {
- // [].concat() is to convert result into a plain array otherwise
- // test is not happy because rows have properties.
- return {
- keys: keys,
- rows: [].concat(xsv)
- };
- }
- };
-
- ChartInternal.prototype.convertJsonToData = function (json, keys) {
- var $$ = this,
- new_rows = [],
- targetKeys,
- data;
-
- if (keys) {
- // when keys specified, json would be an array that includes objects
- if (keys.x) {
- targetKeys = keys.value.concat(keys.x);
- $$.config.data_x = keys.x;
- } else {
- targetKeys = keys.value;
- }
-
- new_rows.push(targetKeys);
- json.forEach(function (o) {
- var new_row = [];
- targetKeys.forEach(function (key) {
- // convert undefined to null because undefined data will be removed in convertDataToTargets()
- var v = $$.findValueInJson(o, key);
-
- if (isUndefined(v)) {
- v = null;
- }
-
- new_row.push(v);
- });
- new_rows.push(new_row);
- });
- data = $$.convertRowsToData(new_rows);
- } else {
- Object.keys(json).forEach(function (key) {
- new_rows.push([key].concat(json[key]));
- });
- data = $$.convertColumnsToData(new_rows);
- }
-
- return data;
- };
-
- ChartInternal.prototype.findValueInJson = function (object, path) {
- path = path.replace(/\[(\w+)\]/g, '.$1'); // convert indexes to properties (replace [] with .)
-
- path = path.replace(/^\./, ''); // strip a leading dot
-
- var pathArray = path.split('.');
-
- for (var i = 0; i < pathArray.length; ++i) {
- var k = pathArray[i];
-
- if (k in object) {
- object = object[k];
- } else {
- return;
- }
- }
-
- return object;
- };
- /**
- * Converts the rows to normalized data.
- * @param {any[][]} rows The row data
- * @return {Object}
- */
-
-
- ChartInternal.prototype.convertRowsToData = function (rows) {
- var newRows = [];
- var keys = rows[0];
-
- for (var i = 1; i < rows.length; i++) {
- var newRow = {};
-
- for (var j = 0; j < rows[i].length; j++) {
- if (isUndefined(rows[i][j])) {
- throw new Error("Source data is missing a component at (" + i + "," + j + ")!");
- }
-
- newRow[keys[j]] = rows[i][j];
- }
-
- newRows.push(newRow);
- }
-
- return {
- keys: keys,
- rows: newRows
- };
- };
- /**
- * Converts the columns to normalized data.
- * @param {any[][]} columns The column data
- * @return {Object}
- */
-
-
- ChartInternal.prototype.convertColumnsToData = function (columns) {
- var newRows = [];
- var keys = [];
-
- for (var i = 0; i < columns.length; i++) {
- var key = columns[i][0];
-
- for (var j = 1; j < columns[i].length; j++) {
- if (isUndefined(newRows[j - 1])) {
- newRows[j - 1] = {};
- }
-
- if (isUndefined(columns[i][j])) {
- throw new Error("Source data is missing a component at (" + i + "," + j + ")!");
- }
-
- newRows[j - 1][key] = columns[i][j];
- }
-
- keys.push(key);
- }
-
- return {
- keys: keys,
- rows: newRows
- };
- };
- /**
- * Converts the data format into the target format.
- * @param {!Object} data
- * @param {!Array} data.keys Ordered list of target IDs.
- * @param {!Array} data.rows Rows of data to convert.
- * @param {boolean} appendXs True to append to $$.data.xs, False to replace.
- * @return {!Array}
- */
-
-
- ChartInternal.prototype.convertDataToTargets = function (data, appendXs) {
- var $$ = this,
- config = $$.config,
- targets,
- ids,
- xs,
- keys,
- epochs; // handles format where keys are not orderly provided
-
- if (isArray(data)) {
- keys = Object.keys(data[0]);
- } else {
- keys = data.keys;
- data = data.rows;
- }
-
- xs = keys.filter($$.isX, $$);
-
- if (!$$.isStanfordGraphType()) {
- ids = keys.filter($$.isNotX, $$);
- } else {
- epochs = keys.filter($$.isEpochs, $$);
- ids = keys.filter($$.isNotXAndNotEpochs, $$);
-
- if (xs.length !== 1 || epochs.length !== 1 || ids.length !== 1) {
- throw new Error('You must define the \'x\' key name and the \'epochs\' for Stanford Diagrams');
- }
- } // save x for update data by load when custom x and c3.x API
-
-
- ids.forEach(function (id) {
- var xKey = $$.getXKey(id);
-
- if ($$.isCustomX() || $$.isTimeSeries()) {
- // if included in input data
- if (xs.indexOf(xKey) >= 0) {
- $$.data.xs[id] = (appendXs && $$.data.xs[id] ? $$.data.xs[id] : []).concat(data.map(function (d) {
- return d[xKey];
- }).filter(isValue).map(function (rawX, i) {
- return $$.generateTargetX(rawX, id, i);
- }));
- } // if not included in input data, find from preloaded data of other id's x
- else if (config.data_x) {
- $$.data.xs[id] = $$.getOtherTargetXs();
- } // if not included in input data, find from preloaded data
- else if (notEmpty(config.data_xs)) {
- $$.data.xs[id] = $$.getXValuesOfXKey(xKey, $$.data.targets);
- } // MEMO: if no x included, use same x of current will be used
-
- } else {
- $$.data.xs[id] = data.map(function (d, i) {
- return i;
- });
- }
- }); // check x is defined
-
- ids.forEach(function (id) {
- if (!$$.data.xs[id]) {
- throw new Error('x is not defined for id = "' + id + '".');
- }
- }); // convert to target
-
- targets = ids.map(function (id, index) {
- var convertedId = config.data_idConverter(id);
- return {
- id: convertedId,
- id_org: id,
- values: data.map(function (d, i) {
- var xKey = $$.getXKey(id),
- rawX = d[xKey],
- value = d[id] !== null && !isNaN(d[id]) ? +d[id] : null,
- x,
- returnData; // use x as categories if custom x and categorized
-
- if ($$.isCustomX() && $$.isCategorized() && !isUndefined(rawX)) {
- if (index === 0 && i === 0) {
- config.axis_x_categories = [];
- }
-
- x = config.axis_x_categories.indexOf(rawX);
-
- if (x === -1) {
- x = config.axis_x_categories.length;
- config.axis_x_categories.push(rawX);
- }
- } else {
- x = $$.generateTargetX(rawX, id, i);
- } // mark as x = undefined if value is undefined and filter to remove after mapped
-
-
- if (isUndefined(d[id]) || $$.data.xs[id].length <= i) {
- x = undefined;
- }
-
- returnData = {
- x: x,
- value: value,
- id: convertedId
- };
-
- if ($$.isStanfordGraphType()) {
- returnData.epochs = d[epochs];
- }
-
- return returnData;
- }).filter(function (v) {
- return isDefined(v.x);
- })
- };
- }); // finish targets
-
- targets.forEach(function (t) {
- var i; // sort values by its x
-
- if (config.data_xSort) {
- t.values = t.values.sort(function (v1, v2) {
- var x1 = v1.x || v1.x === 0 ? v1.x : Infinity,
- x2 = v2.x || v2.x === 0 ? v2.x : Infinity;
- return x1 - x2;
- });
- } // indexing each value
-
-
- i = 0;
- t.values.forEach(function (v) {
- v.index = i++;
- }); // this needs to be sorted because its index and value.index is identical
-
- $$.data.xs[t.id].sort(function (v1, v2) {
- return v1 - v2;
- });
- }); // cache information about values
-
- $$.hasNegativeValue = $$.hasNegativeValueInTargets(targets);
- $$.hasPositiveValue = $$.hasPositiveValueInTargets(targets); // set target types
-
- if (config.data_type) {
- $$.setTargetType($$.mapToIds(targets).filter(function (id) {
- return !(id in config.data_types);
- }), config.data_type);
- } // cache as original id keyed
-
-
- targets.forEach(function (d) {
- $$.addCache(d.id_org, d);
- });
- return targets;
- };
-
- ChartInternal.prototype.isEpochs = function (key) {
- var $$ = this,
- config = $$.config;
- return config.data_epochs && key === config.data_epochs;
- };
-
- ChartInternal.prototype.isX = function (key) {
- var $$ = this,
- config = $$.config;
- return config.data_x && key === config.data_x || notEmpty(config.data_xs) && hasValue(config.data_xs, key);
- };
-
- ChartInternal.prototype.isNotX = function (key) {
- return !this.isX(key);
- };
-
- ChartInternal.prototype.isNotXAndNotEpochs = function (key) {
- return !this.isX(key) && !this.isEpochs(key);
- };
-
- ChartInternal.prototype.getXKey = function (id) {
- var $$ = this,
- config = $$.config;
- return config.data_x ? config.data_x : notEmpty(config.data_xs) ? config.data_xs[id] : null;
- };
-
- ChartInternal.prototype.getXValuesOfXKey = function (key, targets) {
- var $$ = this,
- xValues,
- ids = targets && notEmpty(targets) ? $$.mapToIds(targets) : [];
- ids.forEach(function (id) {
- if ($$.getXKey(id) === key) {
- xValues = $$.data.xs[id];
- }
- });
- return xValues;
- };
-
- ChartInternal.prototype.getXValue = function (id, i) {
- var $$ = this;
- return id in $$.data.xs && $$.data.xs[id] && isValue($$.data.xs[id][i]) ? $$.data.xs[id][i] : i;
- };
-
- ChartInternal.prototype.getOtherTargetXs = function () {
- var $$ = this,
- idsForX = Object.keys($$.data.xs);
- return idsForX.length ? $$.data.xs[idsForX[0]] : null;
- };
-
- ChartInternal.prototype.getOtherTargetX = function (index) {
- var xs = this.getOtherTargetXs();
- return xs && index < xs.length ? xs[index] : null;
- };
-
- ChartInternal.prototype.addXs = function (xs) {
- var $$ = this;
- Object.keys(xs).forEach(function (id) {
- $$.config.data_xs[id] = xs[id];
- });
- };
-
- ChartInternal.prototype.addName = function (data) {
- var $$ = this,
- name;
-
- if (data) {
- name = $$.config.data_names[data.id];
- data.name = name !== undefined ? name : data.id;
- }
-
- return data;
- };
-
- ChartInternal.prototype.getValueOnIndex = function (values, index) {
- var valueOnIndex = values.filter(function (v) {
- return v.index === index;
- });
- return valueOnIndex.length ? valueOnIndex[0] : null;
- };
-
- ChartInternal.prototype.updateTargetX = function (targets, x) {
- var $$ = this;
- targets.forEach(function (t) {
- t.values.forEach(function (v, i) {
- v.x = $$.generateTargetX(x[i], t.id, i);
- });
- $$.data.xs[t.id] = x;
- });
- };
-
- ChartInternal.prototype.updateTargetXs = function (targets, xs) {
- var $$ = this;
- targets.forEach(function (t) {
- if (xs[t.id]) {
- $$.updateTargetX([t], xs[t.id]);
- }
- });
- };
-
- ChartInternal.prototype.generateTargetX = function (rawX, id, index) {
- var $$ = this,
- x;
-
- if ($$.isTimeSeries()) {
- x = rawX ? $$.parseDate(rawX) : $$.parseDate($$.getXValue(id, index));
- } else if ($$.isCustomX() && !$$.isCategorized()) {
- x = isValue(rawX) ? +rawX : $$.getXValue(id, index);
- } else {
- x = index;
- }
-
- return x;
- };
-
- ChartInternal.prototype.cloneTarget = function (target) {
- return {
- id: target.id,
- id_org: target.id_org,
- values: target.values.map(function (d) {
- return {
- x: d.x,
- value: d.value,
- id: d.id
- };
- })
- };
- };
-
- ChartInternal.prototype.getMaxDataCount = function () {
- var $$ = this;
- return $$.d3.max($$.data.targets, function (t) {
- return t.values.length;
- });
- };
-
- ChartInternal.prototype.mapToIds = function (targets) {
- return targets.map(function (d) {
- return d.id;
- });
- };
-
- ChartInternal.prototype.mapToTargetIds = function (ids) {
- var $$ = this;
- return ids ? [].concat(ids) : $$.mapToIds($$.data.targets);
- };
-
- ChartInternal.prototype.hasTarget = function (targets, id) {
- var ids = this.mapToIds(targets),
- i;
-
- for (i = 0; i < ids.length; i++) {
- if (ids[i] === id) {
- return true;
- }
- }
-
- return false;
- };
-
- ChartInternal.prototype.isTargetToShow = function (targetId) {
- return this.hiddenTargetIds.indexOf(targetId) < 0;
- };
-
- ChartInternal.prototype.isLegendToShow = function (targetId) {
- return this.hiddenLegendIds.indexOf(targetId) < 0;
- };
-
- ChartInternal.prototype.filterTargetsToShow = function (targets) {
- var $$ = this;
- return targets.filter(function (t) {
- return $$.isTargetToShow(t.id);
- });
- };
-
- ChartInternal.prototype.mapTargetsToUniqueXs = function (targets) {
- var $$ = this;
- var xs = $$.d3.set($$.d3.merge(targets.map(function (t) {
- return t.values.map(function (v) {
- return +v.x;
- });
- }))).values();
- xs = $$.isTimeSeries() ? xs.map(function (x) {
- return new Date(+x);
- }) : xs.map(function (x) {
- return +x;
- });
- return xs.sort(function (a, b) {
- return a < b ? -1 : a > b ? 1 : a >= b ? 0 : NaN;
- });
- };
-
- ChartInternal.prototype.addHiddenTargetIds = function (targetIds) {
- targetIds = targetIds instanceof Array ? targetIds : new Array(targetIds);
-
- for (var i = 0; i < targetIds.length; i++) {
- if (this.hiddenTargetIds.indexOf(targetIds[i]) < 0) {
- this.hiddenTargetIds = this.hiddenTargetIds.concat(targetIds[i]);
- }
- }
- };
-
- ChartInternal.prototype.removeHiddenTargetIds = function (targetIds) {
- this.hiddenTargetIds = this.hiddenTargetIds.filter(function (id) {
- return targetIds.indexOf(id) < 0;
- });
- };
-
- ChartInternal.prototype.addHiddenLegendIds = function (targetIds) {
- targetIds = targetIds instanceof Array ? targetIds : new Array(targetIds);
-
- for (var i = 0; i < targetIds.length; i++) {
- if (this.hiddenLegendIds.indexOf(targetIds[i]) < 0) {
- this.hiddenLegendIds = this.hiddenLegendIds.concat(targetIds[i]);
- }
- }
- };
-
- ChartInternal.prototype.removeHiddenLegendIds = function (targetIds) {
- this.hiddenLegendIds = this.hiddenLegendIds.filter(function (id) {
- return targetIds.indexOf(id) < 0;
- });
- };
-
- ChartInternal.prototype.getValuesAsIdKeyed = function (targets) {
- var ys = {};
- targets.forEach(function (t) {
- ys[t.id] = [];
- t.values.forEach(function (v) {
- ys[t.id].push(v.value);
- });
- });
- return ys;
- };
-
- ChartInternal.prototype.checkValueInTargets = function (targets, checker) {
- var ids = Object.keys(targets),
- i,
- j,
- values;
-
- for (i = 0; i < ids.length; i++) {
- values = targets[ids[i]].values;
-
- for (j = 0; j < values.length; j++) {
- if (checker(values[j].value)) {
- return true;
- }
- }
- }
-
- return false;
- };
-
- ChartInternal.prototype.hasNegativeValueInTargets = function (targets) {
- return this.checkValueInTargets(targets, function (v) {
- return v < 0;
- });
- };
-
- ChartInternal.prototype.hasPositiveValueInTargets = function (targets) {
- return this.checkValueInTargets(targets, function (v) {
- return v > 0;
- });
- };
-
- ChartInternal.prototype.isOrderDesc = function () {
- var config = this.config;
- return typeof config.data_order === 'string' && config.data_order.toLowerCase() === 'desc';
- };
-
- ChartInternal.prototype.isOrderAsc = function () {
- var config = this.config;
- return typeof config.data_order === 'string' && config.data_order.toLowerCase() === 'asc';
- };
-
- ChartInternal.prototype.getOrderFunction = function () {
- var $$ = this,
- config = $$.config,
- orderAsc = $$.isOrderAsc(),
- orderDesc = $$.isOrderDesc();
-
- if (orderAsc || orderDesc) {
- var reducer = function reducer(p, c) {
- return p + Math.abs(c.value);
- };
-
- return function (t1, t2) {
- var t1Sum = t1.values.reduce(reducer, 0),
- t2Sum = t2.values.reduce(reducer, 0);
- return orderAsc ? t2Sum - t1Sum : t1Sum - t2Sum;
- };
- } else if (isFunction(config.data_order)) {
- return config.data_order;
- } else if (isArray(config.data_order)) {
- var order = config.data_order;
- return function (t1, t2) {
- return order.indexOf(t1.id) - order.indexOf(t2.id);
- };
- }
- };
-
- ChartInternal.prototype.orderTargets = function (targets) {
- var fct = this.getOrderFunction();
-
- if (fct) {
- targets.sort(fct);
- }
-
- return targets;
- };
-
- ChartInternal.prototype.filterByX = function (targets, x) {
- return this.d3.merge(targets.map(function (t) {
- return t.values;
- })).filter(function (v) {
- return v.x - x === 0;
- });
- };
-
- ChartInternal.prototype.filterRemoveNull = function (data) {
- return data.filter(function (d) {
- return isValue(d.value);
- });
- };
-
- ChartInternal.prototype.filterByXDomain = function (targets, xDomain) {
- return targets.map(function (t) {
- return {
- id: t.id,
- id_org: t.id_org,
- values: t.values.filter(function (v) {
- return xDomain[0] <= v.x && v.x <= xDomain[1];
- })
- };
- });
- };
-
- ChartInternal.prototype.hasDataLabel = function () {
- var config = this.config;
-
- if (typeof config.data_labels === 'boolean' && config.data_labels) {
- return true;
- } else if (_typeof(config.data_labels) === 'object' && notEmpty(config.data_labels)) {
- return true;
- }
-
- return false;
- };
-
- ChartInternal.prototype.getDataLabelLength = function (min, max, key) {
- var $$ = this,
- lengths = [0, 0],
- paddingCoef = 1.3;
- $$.selectChart.select('svg').selectAll('.dummy').data([min, max]).enter().append('text').text(function (d) {
- return $$.dataLabelFormat(d.id)(d);
- }).each(function (d, i) {
- lengths[i] = this.getBoundingClientRect()[key] * paddingCoef;
- }).remove();
- return lengths;
- };
- /**
- * Returns true if the given data point is not arc type, otherwise false.
- * @param {Object} d The data point
- * @return {boolean}
- */
-
-
- ChartInternal.prototype.isNoneArc = function (d) {
- return this.hasTarget(this.data.targets, d.id);
- };
- /**
- * Returns true if the given data point is arc type, otherwise false.
- * @param {Object} d The data point
- * @return {boolean}
- */
-
-
- ChartInternal.prototype.isArc = function (d) {
- return 'data' in d && this.hasTarget(this.data.targets, d.data.id);
- };
-
- ChartInternal.prototype.findClosestFromTargets = function (targets, pos) {
- var $$ = this,
- candidates; // map to array of closest points of each target
-
- candidates = targets.map(function (target) {
- return $$.findClosest(target.values, pos);
- }); // decide closest point and return
-
- return $$.findClosest(candidates, pos);
- };
-
- ChartInternal.prototype.findClosest = function (values, pos) {
- var $$ = this,
- minDist = $$.config.point_sensitivity,
- closest; // find mouseovering bar
-
- values.filter(function (v) {
- return v && $$.isBarType(v.id);
- }).forEach(function (v) {
- var shape = $$.main.select('.' + CLASS.bars + $$.getTargetSelectorSuffix(v.id) + ' .' + CLASS.bar + '-' + v.index).node();
-
- if (!closest && $$.isWithinBar($$.d3.mouse(shape), shape)) {
- closest = v;
- }
- }); // find closest point from non-bar
-
- values.filter(function (v) {
- return v && !$$.isBarType(v.id);
- }).forEach(function (v) {
- var d = $$.config.tooltip_horizontal ? $$.horizontalDistance(v, pos) : $$.dist(v, pos);
-
- if (d < minDist) {
- minDist = d;
- closest = v;
- }
- });
- return closest;
- };
-
- ChartInternal.prototype.dist = function (data, pos) {
- var $$ = this,
- config = $$.config,
- xIndex = config.axis_rotated ? 1 : 0,
- yIndex = config.axis_rotated ? 0 : 1,
- y = $$.circleY(data, data.index),
- x = $$.x(data.x);
- return Math.sqrt(Math.pow(x - pos[xIndex], 2) + Math.pow(y - pos[yIndex], 2));
- };
-
- ChartInternal.prototype.horizontalDistance = function (data, pos) {
- var $$ = this,
- config = $$.config,
- xIndex = config.axis_rotated ? 1 : 0,
- x = $$.x(data.x);
- return Math.abs(x - pos[xIndex]);
- };
-
- ChartInternal.prototype.convertValuesToStep = function (values) {
- var converted = [].concat(values),
- i;
-
- if (!this.isCategorized()) {
- return values;
- }
-
- for (i = values.length + 1; 0 < i; i--) {
- converted[i] = converted[i - 1];
- }
-
- converted[0] = {
- x: converted[0].x - 1,
- value: converted[0].value,
- id: converted[0].id
- };
- converted[values.length + 1] = {
- x: converted[values.length].x + 1,
- value: converted[values.length].value,
- id: converted[values.length].id
- };
- return converted;
- };
-
- ChartInternal.prototype.updateDataAttributes = function (name, attrs) {
- var $$ = this,
- config = $$.config,
- current = config['data_' + name];
-
- if (typeof attrs === 'undefined') {
- return current;
- }
-
- Object.keys(attrs).forEach(function (id) {
- current[id] = attrs[id];
- });
- $$.redraw({
- withLegend: true
- });
- return current;
- };
-
- ChartInternal.prototype.load = function (targets, args) {
- var $$ = this;
-
- if (targets) {
- // filter loading targets if needed
- if (args.filter) {
- targets = targets.filter(args.filter);
- } // set type if args.types || args.type specified
-
-
- if (args.type || args.types) {
- targets.forEach(function (t) {
- var type = args.types && args.types[t.id] ? args.types[t.id] : args.type;
- $$.setTargetType(t.id, type);
- });
- } // Update/Add data
-
-
- $$.data.targets.forEach(function (d) {
- for (var i = 0; i < targets.length; i++) {
- if (d.id === targets[i].id) {
- d.values = targets[i].values;
- targets.splice(i, 1);
- break;
- }
- }
- });
- $$.data.targets = $$.data.targets.concat(targets); // add remained
- } // Set targets
-
-
- $$.updateTargets($$.data.targets); // Redraw with new targets
-
- $$.redraw({
- withUpdateOrgXDomain: true,
- withUpdateXDomain: true,
- withLegend: true
- });
-
- if (args.done) {
- args.done();
- }
- };
-
- ChartInternal.prototype.loadFromArgs = function (args) {
- var $$ = this;
-
- if (args.data) {
- $$.load($$.convertDataToTargets(args.data), args);
- } else if (args.url) {
- $$.convertUrlToData(args.url, args.mimeType, args.headers, args.keys, function (data) {
- $$.load($$.convertDataToTargets(data), args);
- });
- } else if (args.json) {
- $$.load($$.convertDataToTargets($$.convertJsonToData(args.json, args.keys)), args);
- } else if (args.rows) {
- $$.load($$.convertDataToTargets($$.convertRowsToData(args.rows)), args);
- } else if (args.columns) {
- $$.load($$.convertDataToTargets($$.convertColumnsToData(args.columns)), args);
- } else {
- $$.load(null, args);
- }
- };
-
- ChartInternal.prototype.unload = function (targetIds, done) {
- var $$ = this;
-
- if (!done) {
- done = function done() {};
- } // filter existing target
-
-
- targetIds = targetIds.filter(function (id) {
- return $$.hasTarget($$.data.targets, id);
- }); // If no target, call done and return
-
- if (!targetIds || targetIds.length === 0) {
- done();
- return;
- }
-
- $$.svg.selectAll(targetIds.map(function (id) {
- return $$.selectorTarget(id);
- })).transition().style('opacity', 0).remove().call($$.endall, done);
- targetIds.forEach(function (id) {
- // Reset fadein for future load
- $$.withoutFadeIn[id] = false; // Remove target's elements
-
- if ($$.legend) {
- $$.legend.selectAll('.' + CLASS.legendItem + $$.getTargetSelectorSuffix(id)).remove();
- } // Remove target
-
-
- $$.data.targets = $$.data.targets.filter(function (t) {
- return t.id !== id;
- });
- });
- };
-
- ChartInternal.prototype.getYDomainMin = function (targets) {
- var $$ = this,
- config = $$.config,
- ids = $$.mapToIds(targets),
- ys = $$.getValuesAsIdKeyed(targets),
- j,
- k,
- baseId,
- idsInGroup,
- id,
- hasNegativeValue;
-
- if (config.data_groups.length > 0) {
- hasNegativeValue = $$.hasNegativeValueInTargets(targets);
-
- for (j = 0; j < config.data_groups.length; j++) {
- // Determine baseId
- idsInGroup = config.data_groups[j].filter(function (id) {
- return ids.indexOf(id) >= 0;
- });
-
- if (idsInGroup.length === 0) {
- continue;
- }
-
- baseId = idsInGroup[0]; // Consider negative values
-
- if (hasNegativeValue && ys[baseId]) {
- ys[baseId].forEach(function (v, i) {
- ys[baseId][i] = v < 0 ? v : 0;
- });
- } // Compute min
-
-
- for (k = 1; k < idsInGroup.length; k++) {
- id = idsInGroup[k];
-
- if (!ys[id]) {
- continue;
- }
-
- ys[id].forEach(function (v, i) {
- if ($$.axis.getId(id) === $$.axis.getId(baseId) && ys[baseId] && !(hasNegativeValue && +v > 0)) {
- ys[baseId][i] += +v;
- }
- });
- }
- }
- }
-
- return $$.d3.min(Object.keys(ys).map(function (key) {
- return $$.d3.min(ys[key]);
- }));
- };
-
- ChartInternal.prototype.getYDomainMax = function (targets) {
- var $$ = this,
- config = $$.config,
- ids = $$.mapToIds(targets),
- ys = $$.getValuesAsIdKeyed(targets),
- j,
- k,
- baseId,
- idsInGroup,
- id,
- hasPositiveValue;
-
- if (config.data_groups.length > 0) {
- hasPositiveValue = $$.hasPositiveValueInTargets(targets);
-
- for (j = 0; j < config.data_groups.length; j++) {
- // Determine baseId
- idsInGroup = config.data_groups[j].filter(function (id) {
- return ids.indexOf(id) >= 0;
- });
-
- if (idsInGroup.length === 0) {
- continue;
- }
-
- baseId = idsInGroup[0]; // Consider positive values
-
- if (hasPositiveValue && ys[baseId]) {
- ys[baseId].forEach(function (v, i) {
- ys[baseId][i] = v > 0 ? v : 0;
- });
- } // Compute max
-
-
- for (k = 1; k < idsInGroup.length; k++) {
- id = idsInGroup[k];
-
- if (!ys[id]) {
- continue;
- }
-
- ys[id].forEach(function (v, i) {
- if ($$.axis.getId(id) === $$.axis.getId(baseId) && ys[baseId] && !(hasPositiveValue && +v < 0)) {
- ys[baseId][i] += +v;
- }
- });
- }
- }
- }
-
- return $$.d3.max(Object.keys(ys).map(function (key) {
- return $$.d3.max(ys[key]);
- }));
- };
-
- ChartInternal.prototype.getYDomain = function (targets, axisId, xDomain) {
- var $$ = this,
- config = $$.config,
- targetsByAxisId = targets.filter(function (t) {
- return $$.axis.getId(t.id) === axisId;
- }),
- yTargets = xDomain ? $$.filterByXDomain(targetsByAxisId, xDomain) : targetsByAxisId,
- yMin = axisId === 'y2' ? config.axis_y2_min : config.axis_y_min,
- yMax = axisId === 'y2' ? config.axis_y2_max : config.axis_y_max,
- yDomainMin = $$.getYDomainMin(yTargets),
- yDomainMax = $$.getYDomainMax(yTargets),
- domain,
- domainLength,
- padding,
- padding_top,
- padding_bottom,
- center = axisId === 'y2' ? config.axis_y2_center : config.axis_y_center,
- yDomainAbs,
- lengths,
- diff,
- ratio,
- isAllPositive,
- isAllNegative,
- isZeroBased = $$.hasType('bar', yTargets) && config.bar_zerobased || $$.hasType('area', yTargets) && config.area_zerobased,
- isInverted = axisId === 'y2' ? config.axis_y2_inverted : config.axis_y_inverted,
- showHorizontalDataLabel = $$.hasDataLabel() && config.axis_rotated,
- showVerticalDataLabel = $$.hasDataLabel() && !config.axis_rotated; // MEMO: avoid inverting domain unexpectedly
-
- yDomainMin = isValue(yMin) ? yMin : isValue(yMax) ? yDomainMin < yMax ? yDomainMin : yMax - 10 : yDomainMin;
- yDomainMax = isValue(yMax) ? yMax : isValue(yMin) ? yMin < yDomainMax ? yDomainMax : yMin + 10 : yDomainMax;
-
- if (yTargets.length === 0) {
- // use current domain if target of axisId is none
- return axisId === 'y2' ? $$.y2.domain() : $$.y.domain();
- }
-
- if (isNaN(yDomainMin)) {
- // set minimum to zero when not number
- yDomainMin = 0;
- }
-
- if (isNaN(yDomainMax)) {
- // set maximum to have same value as yDomainMin
- yDomainMax = yDomainMin;
- }
-
- if (yDomainMin === yDomainMax) {
- yDomainMin < 0 ? yDomainMax = 0 : yDomainMin = 0;
- }
-
- isAllPositive = yDomainMin >= 0 && yDomainMax >= 0;
- isAllNegative = yDomainMin <= 0 && yDomainMax <= 0; // Cancel zerobased if axis_*_min / axis_*_max specified
-
- if (isValue(yMin) && isAllPositive || isValue(yMax) && isAllNegative) {
- isZeroBased = false;
- } // Bar/Area chart should be 0-based if all positive|negative
-
-
- if (isZeroBased) {
- if (isAllPositive) {
- yDomainMin = 0;
- }
-
- if (isAllNegative) {
- yDomainMax = 0;
- }
- }
-
- domainLength = Math.abs(yDomainMax - yDomainMin);
- padding = padding_top = padding_bottom = domainLength * 0.1;
-
- if (typeof center !== 'undefined') {
- yDomainAbs = Math.max(Math.abs(yDomainMin), Math.abs(yDomainMax));
- yDomainMax = center + yDomainAbs;
- yDomainMin = center - yDomainAbs;
- } // add padding for data label
-
-
- if (showHorizontalDataLabel) {
- lengths = $$.getDataLabelLength(yDomainMin, yDomainMax, 'width');
- diff = diffDomain($$.y.range());
- ratio = [lengths[0] / diff, lengths[1] / diff];
- padding_top += domainLength * (ratio[1] / (1 - ratio[0] - ratio[1]));
- padding_bottom += domainLength * (ratio[0] / (1 - ratio[0] - ratio[1]));
- } else if (showVerticalDataLabel) {
- lengths = $$.getDataLabelLength(yDomainMin, yDomainMax, 'height');
- padding_top += $$.axis.convertPixelsToAxisPadding(lengths[1], domainLength);
- padding_bottom += $$.axis.convertPixelsToAxisPadding(lengths[0], domainLength);
- }
-
- if (axisId === 'y' && notEmpty(config.axis_y_padding)) {
- padding_top = $$.axis.getPadding(config.axis_y_padding, 'top', padding_top, domainLength);
- padding_bottom = $$.axis.getPadding(config.axis_y_padding, 'bottom', padding_bottom, domainLength);
- }
-
- if (axisId === 'y2' && notEmpty(config.axis_y2_padding)) {
- padding_top = $$.axis.getPadding(config.axis_y2_padding, 'top', padding_top, domainLength);
- padding_bottom = $$.axis.getPadding(config.axis_y2_padding, 'bottom', padding_bottom, domainLength);
- } // Bar/Area chart should be 0-based if all positive|negative
-
-
- if (isZeroBased) {
- if (isAllPositive) {
- padding_bottom = yDomainMin;
- }
-
- if (isAllNegative) {
- padding_top = -yDomainMax;
- }
- }
-
- domain = [yDomainMin - padding_bottom, yDomainMax + padding_top];
- return isInverted ? domain.reverse() : domain;
- };
-
- ChartInternal.prototype.getXDomainMin = function (targets) {
- var $$ = this,
- config = $$.config;
- return isDefined(config.axis_x_min) ? $$.isTimeSeries() ? this.parseDate(config.axis_x_min) : config.axis_x_min : $$.d3.min(targets, function (t) {
- return $$.d3.min(t.values, function (v) {
- return v.x;
- });
- });
- };
-
- ChartInternal.prototype.getXDomainMax = function (targets) {
- var $$ = this,
- config = $$.config;
- return isDefined(config.axis_x_max) ? $$.isTimeSeries() ? this.parseDate(config.axis_x_max) : config.axis_x_max : $$.d3.max(targets, function (t) {
- return $$.d3.max(t.values, function (v) {
- return v.x;
- });
- });
- };
-
- ChartInternal.prototype.getXDomainPadding = function (domain) {
- var $$ = this,
- config = $$.config,
- diff = domain[1] - domain[0],
- maxDataCount,
- padding,
- paddingLeft,
- paddingRight;
-
- if ($$.isCategorized()) {
- padding = 0;
- } else if ($$.hasType('bar')) {
- maxDataCount = $$.getMaxDataCount();
- padding = maxDataCount > 1 ? diff / (maxDataCount - 1) / 2 : 0.5;
- } else {
- padding = diff * 0.01;
- }
-
- if (_typeof(config.axis_x_padding) === 'object' && notEmpty(config.axis_x_padding)) {
- paddingLeft = isValue(config.axis_x_padding.left) ? config.axis_x_padding.left : padding;
- paddingRight = isValue(config.axis_x_padding.right) ? config.axis_x_padding.right : padding;
- } else if (typeof config.axis_x_padding === 'number') {
- paddingLeft = paddingRight = config.axis_x_padding;
- } else {
- paddingLeft = paddingRight = padding;
- }
-
- return {
- left: paddingLeft,
- right: paddingRight
- };
- };
-
- ChartInternal.prototype.getXDomain = function (targets) {
- var $$ = this,
- xDomain = [$$.getXDomainMin(targets), $$.getXDomainMax(targets)],
- firstX = xDomain[0],
- lastX = xDomain[1],
- padding = $$.getXDomainPadding(xDomain),
- min = 0,
- max = 0; // show center of x domain if min and max are the same
-
- if (firstX - lastX === 0 && !$$.isCategorized()) {
- if ($$.isTimeSeries()) {
- firstX = new Date(firstX.getTime() * 0.5);
- lastX = new Date(lastX.getTime() * 1.5);
- } else {
- firstX = firstX === 0 ? 1 : firstX * 0.5;
- lastX = lastX === 0 ? -1 : lastX * 1.5;
- }
- }
-
- if (firstX || firstX === 0) {
- min = $$.isTimeSeries() ? new Date(firstX.getTime() - padding.left) : firstX - padding.left;
- }
-
- if (lastX || lastX === 0) {
- max = $$.isTimeSeries() ? new Date(lastX.getTime() + padding.right) : lastX + padding.right;
- }
-
- return [min, max];
- };
-
- ChartInternal.prototype.updateXDomain = function (targets, withUpdateXDomain, withUpdateOrgXDomain, withTrim, domain) {
- var $$ = this,
- config = $$.config;
-
- if (withUpdateOrgXDomain) {
- $$.x.domain(domain ? domain : $$.d3.extent($$.getXDomain(targets)));
- $$.orgXDomain = $$.x.domain();
-
- if (config.zoom_enabled) {
- $$.zoom.update();
- }
-
- $$.subX.domain($$.x.domain());
-
- if ($$.brush) {
- $$.brush.updateScale($$.subX);
- }
- }
-
- if (withUpdateXDomain) {
- $$.x.domain(domain ? domain : !$$.brush || $$.brush.empty() ? $$.orgXDomain : $$.brush.selectionAsValue());
- } // Trim domain when too big by zoom mousemove event
-
-
- if (withTrim) {
- $$.x.domain($$.trimXDomain($$.x.orgDomain()));
- }
-
- return $$.x.domain();
- };
-
- ChartInternal.prototype.trimXDomain = function (domain) {
- var zoomDomain = this.getZoomDomain(),
- min = zoomDomain[0],
- max = zoomDomain[1];
-
- if (domain[0] <= min) {
- domain[1] = +domain[1] + (min - domain[0]);
- domain[0] = min;
- }
-
- if (max <= domain[1]) {
- domain[0] = +domain[0] - (domain[1] - max);
- domain[1] = max;
- }
-
- return domain;
- };
-
- ChartInternal.prototype.drag = function (mouse) {
- var $$ = this,
- config = $$.config,
- main = $$.main,
- d3 = $$.d3;
- var sx, sy, mx, my, minX, maxX, minY, maxY;
-
- if ($$.hasArcType()) {
- return;
- }
-
- if (!config.data_selection_enabled) {
- return;
- } // do nothing if not selectable
-
-
- if (!config.data_selection_multiple) {
- return;
- } // skip when single selection because drag is used for multiple selection
-
-
- sx = $$.dragStart[0];
- sy = $$.dragStart[1];
- mx = mouse[0];
- my = mouse[1];
- minX = Math.min(sx, mx);
- maxX = Math.max(sx, mx);
- minY = config.data_selection_grouped ? $$.margin.top : Math.min(sy, my);
- maxY = config.data_selection_grouped ? $$.height : Math.max(sy, my);
- main.select('.' + CLASS.dragarea).attr('x', minX).attr('y', minY).attr('width', maxX - minX).attr('height', maxY - minY); // TODO: binary search when multiple xs
-
- main.selectAll('.' + CLASS.shapes).selectAll('.' + CLASS.shape).filter(function (d) {
- return config.data_selection_isselectable(d);
- }).each(function (d, i) {
- var shape = d3.select(this),
- isSelected = shape.classed(CLASS.SELECTED),
- isIncluded = shape.classed(CLASS.INCLUDED),
- _x,
- _y,
- _w,
- _h,
- toggle,
- isWithin = false,
- box;
-
- if (shape.classed(CLASS.circle)) {
- _x = shape.attr("cx") * 1;
- _y = shape.attr("cy") * 1;
- toggle = $$.togglePoint;
- isWithin = minX < _x && _x < maxX && minY < _y && _y < maxY;
- } else if (shape.classed(CLASS.bar)) {
- box = getPathBox(this);
- _x = box.x;
- _y = box.y;
- _w = box.width;
- _h = box.height;
- toggle = $$.togglePath;
- isWithin = !(maxX < _x || _x + _w < minX) && !(maxY < _y || _y + _h < minY);
- } else {
- // line/area selection not supported yet
- return;
- }
-
- if (isWithin ^ isIncluded) {
- shape.classed(CLASS.INCLUDED, !isIncluded); // TODO: included/unincluded callback here
-
- shape.classed(CLASS.SELECTED, !isSelected);
- toggle.call($$, !isSelected, shape, d, i);
- }
- });
- };
-
- ChartInternal.prototype.dragstart = function (mouse) {
- var $$ = this,
- config = $$.config;
-
- if ($$.hasArcType()) {
- return;
- }
-
- if (!config.data_selection_enabled) {
- return;
- } // do nothing if not selectable
-
-
- $$.dragStart = mouse;
- $$.main.select('.' + CLASS.chart).append('rect').attr('class', CLASS.dragarea).style('opacity', 0.1);
- $$.dragging = true;
- };
-
- ChartInternal.prototype.dragend = function () {
- var $$ = this,
- config = $$.config;
-
- if ($$.hasArcType()) {
- return;
- }
-
- if (!config.data_selection_enabled) {
- return;
- } // do nothing if not selectable
-
-
- $$.main.select('.' + CLASS.dragarea).transition().duration(100).style('opacity', 0).remove();
- $$.main.selectAll('.' + CLASS.shape).classed(CLASS.INCLUDED, false);
- $$.dragging = false;
- };
-
- ChartInternal.prototype.getYFormat = function (forArc) {
- var $$ = this,
- formatForY = forArc && !$$.hasType('gauge') ? $$.defaultArcValueFormat : $$.yFormat,
- formatForY2 = forArc && !$$.hasType('gauge') ? $$.defaultArcValueFormat : $$.y2Format;
- return function (v, ratio, id) {
- var format = $$.axis.getId(id) === 'y2' ? formatForY2 : formatForY;
- return format.call($$, v, ratio);
- };
- };
-
- ChartInternal.prototype.yFormat = function (v) {
- var $$ = this,
- config = $$.config,
- format = config.axis_y_tick_format ? config.axis_y_tick_format : $$.defaultValueFormat;
- return format(v);
- };
-
- ChartInternal.prototype.y2Format = function (v) {
- var $$ = this,
- config = $$.config,
- format = config.axis_y2_tick_format ? config.axis_y2_tick_format : $$.defaultValueFormat;
- return format(v);
- };
-
- ChartInternal.prototype.defaultValueFormat = function (v) {
- return isValue(v) ? +v : "";
- };
-
- ChartInternal.prototype.defaultArcValueFormat = function (v, ratio) {
- return (ratio * 100).toFixed(1) + '%';
- };
-
- ChartInternal.prototype.dataLabelFormat = function (targetId) {
- var $$ = this,
- data_labels = $$.config.data_labels,
- format,
- defaultFormat = function defaultFormat(v) {
- return isValue(v) ? +v : "";
- }; // find format according to axis id
-
-
- if (typeof data_labels.format === 'function') {
- format = data_labels.format;
- } else if (_typeof(data_labels.format) === 'object') {
- if (data_labels.format[targetId]) {
- format = data_labels.format[targetId] === true ? defaultFormat : data_labels.format[targetId];
- } else {
- format = function format() {
- return '';
- };
- }
- } else {
- format = defaultFormat;
- }
-
- return format;
- };
-
- ChartInternal.prototype.initGrid = function () {
- var $$ = this,
- config = $$.config,
- d3 = $$.d3;
- $$.grid = $$.main.append('g').attr("clip-path", $$.clipPathForGrid).attr('class', CLASS.grid);
-
- if (config.grid_x_show) {
- $$.grid.append("g").attr("class", CLASS.xgrids);
- }
-
- if (config.grid_y_show) {
- $$.grid.append('g').attr('class', CLASS.ygrids);
- }
-
- if (config.grid_focus_show) {
- $$.grid.append('g').attr("class", CLASS.xgridFocus).append('line').attr('class', CLASS.xgridFocus);
- }
-
- $$.xgrid = d3.selectAll([]);
-
- if (!config.grid_lines_front) {
- $$.initGridLines();
- }
- };
-
- ChartInternal.prototype.initGridLines = function () {
- var $$ = this,
- d3 = $$.d3;
- $$.gridLines = $$.main.append('g').attr("clip-path", $$.clipPathForGrid).attr('class', CLASS.grid + ' ' + CLASS.gridLines);
- $$.gridLines.append('g').attr("class", CLASS.xgridLines);
- $$.gridLines.append('g').attr('class', CLASS.ygridLines);
- $$.xgridLines = d3.selectAll([]);
- };
-
- ChartInternal.prototype.updateXGrid = function (withoutUpdate) {
- var $$ = this,
- config = $$.config,
- d3 = $$.d3,
- xgridData = $$.generateGridData(config.grid_x_type, $$.x),
- tickOffset = $$.isCategorized() ? $$.xAxis.tickOffset() : 0;
- $$.xgridAttr = config.axis_rotated ? {
- 'x1': 0,
- 'x2': $$.width,
- 'y1': function y1(d) {
- return $$.x(d) - tickOffset;
- },
- 'y2': function y2(d) {
- return $$.x(d) - tickOffset;
- }
- } : {
- 'x1': function x1(d) {
- return $$.x(d) + tickOffset;
- },
- 'x2': function x2(d) {
- return $$.x(d) + tickOffset;
- },
- 'y1': 0,
- 'y2': $$.height
- };
-
- $$.xgridAttr.opacity = function () {
- var pos = +d3.select(this).attr(config.axis_rotated ? 'y1' : 'x1');
- return pos === (config.axis_rotated ? $$.height : 0) ? 0 : 1;
- };
-
- var xgrid = $$.main.select('.' + CLASS.xgrids).selectAll('.' + CLASS.xgrid).data(xgridData);
- var xgridEnter = xgrid.enter().append('line').attr("class", CLASS.xgrid).attr('x1', $$.xgridAttr.x1).attr('x2', $$.xgridAttr.x2).attr('y1', $$.xgridAttr.y1).attr('y2', $$.xgridAttr.y2).style("opacity", 0);
- $$.xgrid = xgridEnter.merge(xgrid);
-
- if (!withoutUpdate) {
- $$.xgrid.attr('x1', $$.xgridAttr.x1).attr('x2', $$.xgridAttr.x2).attr('y1', $$.xgridAttr.y1).attr('y2', $$.xgridAttr.y2).style("opacity", $$.xgridAttr.opacity);
- }
-
- xgrid.exit().remove();
- };
-
- ChartInternal.prototype.updateYGrid = function () {
- var $$ = this,
- config = $$.config,
- gridValues = $$.yAxis.tickValues() || $$.y.ticks(config.grid_y_ticks);
- var ygrid = $$.main.select('.' + CLASS.ygrids).selectAll('.' + CLASS.ygrid).data(gridValues);
- var ygridEnter = ygrid.enter().append('line') // TODO: x1, x2, y1, y2, opacity need to be set here maybe
- .attr('class', CLASS.ygrid);
- $$.ygrid = ygridEnter.merge(ygrid);
- $$.ygrid.attr("x1", config.axis_rotated ? $$.y : 0).attr("x2", config.axis_rotated ? $$.y : $$.width).attr("y1", config.axis_rotated ? 0 : $$.y).attr("y2", config.axis_rotated ? $$.height : $$.y);
- ygrid.exit().remove();
- $$.smoothLines($$.ygrid, 'grid');
- };
-
- ChartInternal.prototype.gridTextAnchor = function (d) {
- return d.position ? d.position : "end";
- };
-
- ChartInternal.prototype.gridTextDx = function (d) {
- return d.position === 'start' ? 4 : d.position === 'middle' ? 0 : -4;
- };
-
- ChartInternal.prototype.xGridTextX = function (d) {
- return d.position === 'start' ? -this.height : d.position === 'middle' ? -this.height / 2 : 0;
- };
-
- ChartInternal.prototype.yGridTextX = function (d) {
- return d.position === 'start' ? 0 : d.position === 'middle' ? this.width / 2 : this.width;
- };
-
- ChartInternal.prototype.updateGrid = function (duration) {
- var $$ = this,
- main = $$.main,
- config = $$.config,
- xgridLine,
- xgridLineEnter,
- ygridLine,
- ygridLineEnter,
- xv = $$.xv.bind($$),
- yv = $$.yv.bind($$),
- xGridTextX = $$.xGridTextX.bind($$),
- yGridTextX = $$.yGridTextX.bind($$); // hide if arc type
-
- $$.grid.style('visibility', $$.hasArcType() ? 'hidden' : 'visible');
- main.select('line.' + CLASS.xgridFocus).style("visibility", "hidden");
-
- if (config.grid_x_show) {
- $$.updateXGrid();
- }
-
- xgridLine = main.select('.' + CLASS.xgridLines).selectAll('.' + CLASS.xgridLine).data(config.grid_x_lines); // enter
-
- xgridLineEnter = xgridLine.enter().append('g').attr("class", function (d) {
- return CLASS.xgridLine + (d['class'] ? ' ' + d['class'] : '');
- });
- xgridLineEnter.append('line').attr("x1", config.axis_rotated ? 0 : xv).attr("x2", config.axis_rotated ? $$.width : xv).attr("y1", config.axis_rotated ? xv : 0).attr("y2", config.axis_rotated ? xv : $$.height).style("opacity", 0);
- xgridLineEnter.append('text').attr("text-anchor", $$.gridTextAnchor).attr("transform", config.axis_rotated ? "" : "rotate(-90)").attr("x", config.axis_rotated ? yGridTextX : xGridTextX).attr("y", xv).attr('dx', $$.gridTextDx).attr('dy', -5).style("opacity", 0); // udpate
-
- $$.xgridLines = xgridLineEnter.merge(xgridLine); // done in d3.transition() of the end of this function
- // exit
-
- xgridLine.exit().transition().duration(duration).style("opacity", 0).remove(); // Y-Grid
-
- if (config.grid_y_show) {
- $$.updateYGrid();
- }
-
- ygridLine = main.select('.' + CLASS.ygridLines).selectAll('.' + CLASS.ygridLine).data(config.grid_y_lines); // enter
-
- ygridLineEnter = ygridLine.enter().append('g').attr("class", function (d) {
- return CLASS.ygridLine + (d['class'] ? ' ' + d['class'] : '');
- });
- ygridLineEnter.append('line').attr("x1", config.axis_rotated ? yv : 0).attr("x2", config.axis_rotated ? yv : $$.width).attr("y1", config.axis_rotated ? 0 : yv).attr("y2", config.axis_rotated ? $$.height : yv).style("opacity", 0);
- ygridLineEnter.append('text').attr("text-anchor", $$.gridTextAnchor).attr("transform", config.axis_rotated ? "rotate(-90)" : "").attr("x", config.axis_rotated ? xGridTextX : yGridTextX).attr("y", yv).attr('dx', $$.gridTextDx).attr('dy', -5).style("opacity", 0); // update
-
- $$.ygridLines = ygridLineEnter.merge(ygridLine);
- $$.ygridLines.select('line').transition().duration(duration).attr("x1", config.axis_rotated ? yv : 0).attr("x2", config.axis_rotated ? yv : $$.width).attr("y1", config.axis_rotated ? 0 : yv).attr("y2", config.axis_rotated ? $$.height : yv).style("opacity", 1);
- $$.ygridLines.select('text').transition().duration(duration).attr("x", config.axis_rotated ? $$.xGridTextX.bind($$) : $$.yGridTextX.bind($$)).attr("y", yv).text(function (d) {
- return d.text;
- }).style("opacity", 1); // exit
-
- ygridLine.exit().transition().duration(duration).style("opacity", 0).remove();
- };
-
- ChartInternal.prototype.redrawGrid = function (withTransition, transition) {
- var $$ = this,
- config = $$.config,
- xv = $$.xv.bind($$),
- lines = $$.xgridLines.select('line'),
- texts = $$.xgridLines.select('text');
- return [(withTransition ? lines.transition(transition) : lines).attr("x1", config.axis_rotated ? 0 : xv).attr("x2", config.axis_rotated ? $$.width : xv).attr("y1", config.axis_rotated ? xv : 0).attr("y2", config.axis_rotated ? xv : $$.height).style("opacity", 1), (withTransition ? texts.transition(transition) : texts).attr("x", config.axis_rotated ? $$.yGridTextX.bind($$) : $$.xGridTextX.bind($$)).attr("y", xv).text(function (d) {
- return d.text;
- }).style("opacity", 1)];
- };
-
- ChartInternal.prototype.showXGridFocus = function (selectedData) {
- var $$ = this,
- config = $$.config,
- dataToShow = selectedData.filter(function (d) {
- return d && isValue(d.value);
- }),
- focusEl = $$.main.selectAll('line.' + CLASS.xgridFocus),
- xx = $$.xx.bind($$);
-
- if (!config.tooltip_show) {
- return;
- } // Hide when scatter plot exists
-
-
- if ($$.hasType('scatter') || $$.hasType('stanford') || $$.hasArcType()) {
- return;
- }
-
- focusEl.style("visibility", "visible").data([dataToShow[0]]).attr(config.axis_rotated ? 'y1' : 'x1', xx).attr(config.axis_rotated ? 'y2' : 'x2', xx);
- $$.smoothLines(focusEl, 'grid');
- };
-
- ChartInternal.prototype.hideXGridFocus = function () {
- this.main.select('line.' + CLASS.xgridFocus).style("visibility", "hidden");
- };
-
- ChartInternal.prototype.updateXgridFocus = function () {
- var $$ = this,
- config = $$.config;
- $$.main.select('line.' + CLASS.xgridFocus).attr("x1", config.axis_rotated ? 0 : -10).attr("x2", config.axis_rotated ? $$.width : -10).attr("y1", config.axis_rotated ? -10 : 0).attr("y2", config.axis_rotated ? -10 : $$.height);
- };
-
- ChartInternal.prototype.generateGridData = function (type, scale) {
- var $$ = this,
- gridData = [],
- xDomain,
- firstYear,
- lastYear,
- i,
- tickNum = $$.main.select("." + CLASS.axisX).selectAll('.tick').size();
-
- if (type === 'year') {
- xDomain = $$.getXDomain();
- firstYear = xDomain[0].getFullYear();
- lastYear = xDomain[1].getFullYear();
-
- for (i = firstYear; i <= lastYear; i++) {
- gridData.push(new Date(i + '-01-01 00:00:00'));
- }
- } else {
- gridData = scale.ticks(10);
-
- if (gridData.length > tickNum) {
- // use only int
- gridData = gridData.filter(function (d) {
- return ("" + d).indexOf('.') < 0;
- });
- }
- }
-
- return gridData;
- };
-
- ChartInternal.prototype.getGridFilterToRemove = function (params) {
- return params ? function (line) {
- var found = false;
- [].concat(params).forEach(function (param) {
- if ('value' in param && line.value === param.value || 'class' in param && line['class'] === param['class']) {
- found = true;
- }
- });
- return found;
- } : function () {
- return true;
- };
- };
-
- ChartInternal.prototype.removeGridLines = function (params, forX) {
- var $$ = this,
- config = $$.config,
- toRemove = $$.getGridFilterToRemove(params),
- toShow = function toShow(line) {
- return !toRemove(line);
- },
- classLines = forX ? CLASS.xgridLines : CLASS.ygridLines,
- classLine = forX ? CLASS.xgridLine : CLASS.ygridLine;
-
- $$.main.select('.' + classLines).selectAll('.' + classLine).filter(toRemove).transition().duration(config.transition_duration).style('opacity', 0).remove();
-
- if (forX) {
- config.grid_x_lines = config.grid_x_lines.filter(toShow);
- } else {
- config.grid_y_lines = config.grid_y_lines.filter(toShow);
- }
- };
-
- ChartInternal.prototype.initEventRect = function () {
- var $$ = this,
- config = $$.config;
- $$.main.select('.' + CLASS.chart).append("g").attr("class", CLASS.eventRects).style('fill-opacity', 0);
- $$.eventRect = $$.main.select('.' + CLASS.eventRects).append('rect').attr('class', CLASS.eventRect); // event rect handle zoom event as well
-
- if (config.zoom_enabled && $$.zoom) {
- $$.eventRect.call($$.zoom).on("dblclick.zoom", null);
-
- if (config.zoom_initialRange) {
- // WORKAROUND: Add transition to apply transform immediately when no subchart
- $$.eventRect.transition().duration(0).call($$.zoom.transform, $$.zoomTransform(config.zoom_initialRange));
- }
- }
- };
-
- ChartInternal.prototype.redrawEventRect = function () {
- var $$ = this,
- d3 = $$.d3,
- config = $$.config,
- x,
- y,
- w,
- h; // TODO: rotated not supported yet
-
- x = 0;
- y = 0;
- w = $$.width;
- h = $$.height;
-
- function mouseout() {
- $$.svg.select('.' + CLASS.eventRect).style('cursor', null);
- $$.hideXGridFocus();
- $$.hideTooltip();
- $$.unexpandCircles();
- $$.unexpandBars();
- } // rects for mouseover
-
-
- $$.main.select('.' + CLASS.eventRects).style('cursor', config.zoom_enabled ? config.axis_rotated ? 'ns-resize' : 'ew-resize' : null);
- $$.eventRect.attr('x', x).attr('y', y).attr('width', w).attr('height', h).on('mouseout', config.interaction_enabled ? function () {
- if (!config) {
- return;
- } // chart is destroyed
-
-
- if ($$.hasArcType()) {
- return;
- }
-
- mouseout();
- } : null).on('mousemove', config.interaction_enabled ? function () {
- var targetsToShow, mouse, closest, sameXData, selectedData;
-
- if ($$.dragging) {
- return;
- } // do nothing when dragging
-
-
- if ($$.hasArcType(targetsToShow)) {
- return;
- }
-
- targetsToShow = $$.filterTargetsToShow($$.data.targets);
- mouse = d3.mouse(this);
- closest = $$.findClosestFromTargets(targetsToShow, mouse);
-
- if ($$.mouseover && (!closest || closest.id !== $$.mouseover.id)) {
- config.data_onmouseout.call($$.api, $$.mouseover);
- $$.mouseover = undefined;
- }
-
- if (!closest) {
- mouseout();
- return;
- }
-
- if ($$.isScatterOrStanfordType(closest) || !config.tooltip_grouped) {
- sameXData = [closest];
- } else {
- sameXData = $$.filterByX(targetsToShow, closest.x);
- } // show tooltip when cursor is close to some point
-
-
- selectedData = sameXData.map(function (d) {
- return $$.addName(d);
- });
- $$.showTooltip(selectedData, this); // expand points
-
- if (config.point_focus_expand_enabled) {
- $$.unexpandCircles();
- selectedData.forEach(function (d) {
- $$.expandCircles(d.index, d.id, false);
- });
- }
-
- $$.expandBars(closest.index, closest.id, true); // Show xgrid focus line
-
- $$.showXGridFocus(selectedData); // Show cursor as pointer if point is close to mouse position
-
- if ($$.isBarType(closest.id) || $$.dist(closest, mouse) < config.point_sensitivity) {
- $$.svg.select('.' + CLASS.eventRect).style('cursor', 'pointer');
-
- if (!$$.mouseover) {
- config.data_onmouseover.call($$.api, closest);
- $$.mouseover = closest;
- }
- }
- } : null).on('click', config.interaction_enabled ? function () {
- var targetsToShow, mouse, closest, sameXData;
-
- if ($$.hasArcType(targetsToShow)) {
- return;
- }
-
- targetsToShow = $$.filterTargetsToShow($$.data.targets);
- mouse = d3.mouse(this);
- closest = $$.findClosestFromTargets(targetsToShow, mouse);
-
- if (!closest) {
- return;
- } // select if selection enabled
-
-
- if ($$.isBarType(closest.id) || $$.dist(closest, mouse) < config.point_sensitivity) {
- if ($$.isScatterOrStanfordType(closest) || !config.data_selection_grouped) {
- sameXData = [closest];
- } else {
- sameXData = $$.filterByX(targetsToShow, closest.x);
- }
-
- sameXData.forEach(function (d) {
- $$.main.selectAll('.' + CLASS.shapes + $$.getTargetSelectorSuffix(d.id)).selectAll('.' + CLASS.shape + '-' + d.index).each(function () {
- if (config.data_selection_grouped || $$.isWithinShape(this, d)) {
- $$.toggleShape(this, d, d.index);
- config.data_onclick.call($$.api, d, this);
- }
- });
- });
- }
- } : null).call(config.interaction_enabled && config.data_selection_draggable && $$.drag ? d3.drag().on('drag', function () {
- $$.drag(d3.mouse(this));
- }).on('start', function () {
- $$.dragstart(d3.mouse(this));
- }).on('end', function () {
- $$.dragend();
- }) : function () {});
- };
-
- ChartInternal.prototype.getMousePosition = function (data) {
- var $$ = this;
- return [$$.x(data.x), $$.getYScale(data.id)(data.value)];
- };
-
- ChartInternal.prototype.dispatchEvent = function (type, mouse) {
- var $$ = this,
- selector = '.' + CLASS.eventRect,
- eventRect = $$.main.select(selector).node(),
- box = eventRect.getBoundingClientRect(),
- x = box.left + (mouse ? mouse[0] : 0),
- y = box.top + (mouse ? mouse[1] : 0),
- event = document.createEvent("MouseEvents");
- event.initMouseEvent(type, true, true, window, 0, x, y, x, y, false, false, false, false, 0, null);
- eventRect.dispatchEvent(event);
- };
-
- ChartInternal.prototype.initLegend = function () {
- var $$ = this;
- $$.legendItemTextBox = {};
- $$.legendHasRendered = false;
- $$.legend = $$.svg.append("g").attr("transform", $$.getTranslate('legend'));
-
- if (!$$.config.legend_show) {
- $$.legend.style('visibility', 'hidden');
- $$.hiddenLegendIds = $$.mapToIds($$.data.targets);
- return;
- } // MEMO: call here to update legend box and tranlate for all
- // MEMO: translate will be upated by this, so transform not needed in updateLegend()
-
-
- $$.updateLegendWithDefaults();
- };
-
- ChartInternal.prototype.updateLegendWithDefaults = function () {
- var $$ = this;
- $$.updateLegend($$.mapToIds($$.data.targets), {
- withTransform: false,
- withTransitionForTransform: false,
- withTransition: false
- });
- };
-
- ChartInternal.prototype.updateSizeForLegend = function (legendHeight, legendWidth) {
- var $$ = this,
- config = $$.config,
- insetLegendPosition = {
- top: $$.isLegendTop ? $$.getCurrentPaddingTop() + config.legend_inset_y + 5.5 : $$.currentHeight - legendHeight - $$.getCurrentPaddingBottom() - config.legend_inset_y,
- left: $$.isLegendLeft ? $$.getCurrentPaddingLeft() + config.legend_inset_x + 0.5 : $$.currentWidth - legendWidth - $$.getCurrentPaddingRight() - config.legend_inset_x + 0.5
- };
- $$.margin3 = {
- top: $$.isLegendRight ? 0 : $$.isLegendInset ? insetLegendPosition.top : $$.currentHeight - legendHeight,
- right: NaN,
- bottom: 0,
- left: $$.isLegendRight ? $$.currentWidth - legendWidth : $$.isLegendInset ? insetLegendPosition.left : 0
- };
- };
-
- ChartInternal.prototype.transformLegend = function (withTransition) {
- var $$ = this;
- (withTransition ? $$.legend.transition() : $$.legend).attr("transform", $$.getTranslate('legend'));
- };
-
- ChartInternal.prototype.updateLegendStep = function (step) {
- this.legendStep = step;
- };
-
- ChartInternal.prototype.updateLegendItemWidth = function (w) {
- this.legendItemWidth = w;
- };
-
- ChartInternal.prototype.updateLegendItemHeight = function (h) {
- this.legendItemHeight = h;
- };
-
- ChartInternal.prototype.getLegendWidth = function () {
- var $$ = this;
- return $$.config.legend_show ? $$.isLegendRight || $$.isLegendInset ? $$.legendItemWidth * ($$.legendStep + 1) : $$.currentWidth : 0;
- };
-
- ChartInternal.prototype.getLegendHeight = function () {
- var $$ = this,
- h = 0;
-
- if ($$.config.legend_show) {
- if ($$.isLegendRight) {
- h = $$.currentHeight;
- } else {
- h = Math.max(20, $$.legendItemHeight) * ($$.legendStep + 1);
- }
- }
-
- return h;
- };
-
- ChartInternal.prototype.opacityForLegend = function (legendItem) {
- return legendItem.classed(CLASS.legendItemHidden) ? null : 1;
- };
-
- ChartInternal.prototype.opacityForUnfocusedLegend = function (legendItem) {
- return legendItem.classed(CLASS.legendItemHidden) ? null : 0.3;
- };
-
- ChartInternal.prototype.toggleFocusLegend = function (targetIds, focus) {
- var $$ = this;
- targetIds = $$.mapToTargetIds(targetIds);
- $$.legend.selectAll('.' + CLASS.legendItem).filter(function (id) {
- return targetIds.indexOf(id) >= 0;
- }).classed(CLASS.legendItemFocused, focus).transition().duration(100).style('opacity', function () {
- var opacity = focus ? $$.opacityForLegend : $$.opacityForUnfocusedLegend;
- return opacity.call($$, $$.d3.select(this));
- });
- };
-
- ChartInternal.prototype.revertLegend = function () {
- var $$ = this,
- d3 = $$.d3;
- $$.legend.selectAll('.' + CLASS.legendItem).classed(CLASS.legendItemFocused, false).transition().duration(100).style('opacity', function () {
- return $$.opacityForLegend(d3.select(this));
- });
- };
-
- ChartInternal.prototype.showLegend = function (targetIds) {
- var $$ = this,
- config = $$.config;
-
- if (!config.legend_show) {
- config.legend_show = true;
- $$.legend.style('visibility', 'visible');
-
- if (!$$.legendHasRendered) {
- $$.updateLegendWithDefaults();
- }
- }
-
- $$.removeHiddenLegendIds(targetIds);
- $$.legend.selectAll($$.selectorLegends(targetIds)).style('visibility', 'visible').transition().style('opacity', function () {
- return $$.opacityForLegend($$.d3.select(this));
- });
- };
-
- ChartInternal.prototype.hideLegend = function (targetIds) {
- var $$ = this,
- config = $$.config;
-
- if (config.legend_show && isEmpty(targetIds)) {
- config.legend_show = false;
- $$.legend.style('visibility', 'hidden');
- }
-
- $$.addHiddenLegendIds(targetIds);
- $$.legend.selectAll($$.selectorLegends(targetIds)).style('opacity', 0).style('visibility', 'hidden');
- };
-
- ChartInternal.prototype.clearLegendItemTextBoxCache = function () {
- this.legendItemTextBox = {};
- };
-
- ChartInternal.prototype.updateLegend = function (targetIds, options, transitions) {
- var $$ = this,
- config = $$.config;
- var xForLegend, xForLegendText, xForLegendRect, yForLegend, yForLegendText, yForLegendRect, x1ForLegendTile, x2ForLegendTile, yForLegendTile;
- var paddingTop = 4,
- paddingRight = 10,
- maxWidth = 0,
- maxHeight = 0,
- posMin = 10,
- tileWidth = config.legend_item_tile_width + 5;
- var l,
- totalLength = 0,
- offsets = {},
- widths = {},
- heights = {},
- margins = [0],
- steps = {},
- step = 0;
- var withTransition, withTransitionForTransform;
- var texts, rects, tiles, background; // Skip elements when their name is set to null
-
- targetIds = targetIds.filter(function (id) {
- return !isDefined(config.data_names[id]) || config.data_names[id] !== null;
- });
- options = options || {};
- withTransition = getOption(options, "withTransition", true);
- withTransitionForTransform = getOption(options, "withTransitionForTransform", true);
-
- function getTextBox(textElement, id) {
- if (!$$.legendItemTextBox[id]) {
- $$.legendItemTextBox[id] = $$.getTextRect(textElement.textContent, CLASS.legendItem, textElement);
- }
-
- return $$.legendItemTextBox[id];
- }
-
- function updatePositions(textElement, id, index) {
- var reset = index === 0,
- isLast = index === targetIds.length - 1,
- box = getTextBox(textElement, id),
- itemWidth = box.width + tileWidth + (isLast && !($$.isLegendRight || $$.isLegendInset) ? 0 : paddingRight) + config.legend_padding,
- itemHeight = box.height + paddingTop,
- itemLength = $$.isLegendRight || $$.isLegendInset ? itemHeight : itemWidth,
- areaLength = $$.isLegendRight || $$.isLegendInset ? $$.getLegendHeight() : $$.getLegendWidth(),
- margin,
- maxLength; // MEMO: care about condifion of step, totalLength
-
- function updateValues(id, withoutStep) {
- if (!withoutStep) {
- margin = (areaLength - totalLength - itemLength) / 2;
-
- if (margin < posMin) {
- margin = (areaLength - itemLength) / 2;
- totalLength = 0;
- step++;
- }
- }
-
- steps[id] = step;
- margins[step] = $$.isLegendInset ? 10 : margin;
- offsets[id] = totalLength;
- totalLength += itemLength;
- }
-
- if (reset) {
- totalLength = 0;
- step = 0;
- maxWidth = 0;
- maxHeight = 0;
- }
-
- if (config.legend_show && !$$.isLegendToShow(id)) {
- widths[id] = heights[id] = steps[id] = offsets[id] = 0;
- return;
- }
-
- widths[id] = itemWidth;
- heights[id] = itemHeight;
-
- if (!maxWidth || itemWidth >= maxWidth) {
- maxWidth = itemWidth;
- }
-
- if (!maxHeight || itemHeight >= maxHeight) {
- maxHeight = itemHeight;
- }
-
- maxLength = $$.isLegendRight || $$.isLegendInset ? maxHeight : maxWidth;
-
- if (config.legend_equally) {
- Object.keys(widths).forEach(function (id) {
- widths[id] = maxWidth;
- });
- Object.keys(heights).forEach(function (id) {
- heights[id] = maxHeight;
- });
- margin = (areaLength - maxLength * targetIds.length) / 2;
-
- if (margin < posMin) {
- totalLength = 0;
- step = 0;
- targetIds.forEach(function (id) {
- updateValues(id);
- });
- } else {
- updateValues(id, true);
- }
- } else {
- updateValues(id);
- }
- }
-
- if ($$.isLegendInset) {
- step = config.legend_inset_step ? config.legend_inset_step : targetIds.length;
- $$.updateLegendStep(step);
- }
-
- if ($$.isLegendRight) {
- xForLegend = function xForLegend(id) {
- return maxWidth * steps[id];
- };
-
- yForLegend = function yForLegend(id) {
- return margins[steps[id]] + offsets[id];
- };
- } else if ($$.isLegendInset) {
- xForLegend = function xForLegend(id) {
- return maxWidth * steps[id] + 10;
- };
-
- yForLegend = function yForLegend(id) {
- return margins[steps[id]] + offsets[id];
- };
- } else {
- xForLegend = function xForLegend(id) {
- return margins[steps[id]] + offsets[id];
- };
-
- yForLegend = function yForLegend(id) {
- return maxHeight * steps[id];
- };
- }
-
- xForLegendText = function xForLegendText(id, i) {
- return xForLegend(id, i) + 4 + config.legend_item_tile_width;
- };
-
- yForLegendText = function yForLegendText(id, i) {
- return yForLegend(id, i) + 9;
- };
-
- xForLegendRect = function xForLegendRect(id, i) {
- return xForLegend(id, i);
- };
-
- yForLegendRect = function yForLegendRect(id, i) {
- return yForLegend(id, i) - 5;
- };
-
- x1ForLegendTile = function x1ForLegendTile(id, i) {
- return xForLegend(id, i) - 2;
- };
-
- x2ForLegendTile = function x2ForLegendTile(id, i) {
- return xForLegend(id, i) - 2 + config.legend_item_tile_width;
- };
-
- yForLegendTile = function yForLegendTile(id, i) {
- return yForLegend(id, i) + 4;
- }; // Define g for legend area
-
-
- l = $$.legend.selectAll('.' + CLASS.legendItem).data(targetIds).enter().append('g').attr('class', function (id) {
- return $$.generateClass(CLASS.legendItem, id);
- }).style('visibility', function (id) {
- return $$.isLegendToShow(id) ? 'visible' : 'hidden';
- }).style('cursor', 'pointer').on('click', function (id) {
- if (config.legend_item_onclick) {
- config.legend_item_onclick.call($$, id);
- } else {
- if ($$.d3.event.altKey) {
- $$.api.hide();
- $$.api.show(id);
- } else {
- $$.api.toggle(id);
- $$.isTargetToShow(id) ? $$.api.focus(id) : $$.api.revert();
- }
- }
- }).on('mouseover', function (id) {
- if (config.legend_item_onmouseover) {
- config.legend_item_onmouseover.call($$, id);
- } else {
- $$.d3.select(this).classed(CLASS.legendItemFocused, true);
-
- if (!$$.transiting && $$.isTargetToShow(id)) {
- $$.api.focus(id);
- }
- }
- }).on('mouseout', function (id) {
- if (config.legend_item_onmouseout) {
- config.legend_item_onmouseout.call($$, id);
- } else {
- $$.d3.select(this).classed(CLASS.legendItemFocused, false);
- $$.api.revert();
- }
- });
- l.append('text').text(function (id) {
- return isDefined(config.data_names[id]) ? config.data_names[id] : id;
- }).each(function (id, i) {
- updatePositions(this, id, i);
- }).style("pointer-events", "none").attr('x', $$.isLegendRight || $$.isLegendInset ? xForLegendText : -200).attr('y', $$.isLegendRight || $$.isLegendInset ? -200 : yForLegendText);
- l.append('rect').attr("class", CLASS.legendItemEvent).style('fill-opacity', 0).attr('x', $$.isLegendRight || $$.isLegendInset ? xForLegendRect : -200).attr('y', $$.isLegendRight || $$.isLegendInset ? -200 : yForLegendRect);
- l.append('line').attr('class', CLASS.legendItemTile).style('stroke', $$.color).style("pointer-events", "none").attr('x1', $$.isLegendRight || $$.isLegendInset ? x1ForLegendTile : -200).attr('y1', $$.isLegendRight || $$.isLegendInset ? -200 : yForLegendTile).attr('x2', $$.isLegendRight || $$.isLegendInset ? x2ForLegendTile : -200).attr('y2', $$.isLegendRight || $$.isLegendInset ? -200 : yForLegendTile).attr('stroke-width', config.legend_item_tile_height); // Set background for inset legend
-
- background = $$.legend.select('.' + CLASS.legendBackground + ' rect');
-
- if ($$.isLegendInset && maxWidth > 0 && background.size() === 0) {
- background = $$.legend.insert('g', '.' + CLASS.legendItem).attr("class", CLASS.legendBackground).append('rect');
- }
-
- texts = $$.legend.selectAll('text').data(targetIds).text(function (id) {
- return isDefined(config.data_names[id]) ? config.data_names[id] : id;
- }) // MEMO: needed for update
- .each(function (id, i) {
- updatePositions(this, id, i);
- });
- (withTransition ? texts.transition() : texts).attr('x', xForLegendText).attr('y', yForLegendText);
- rects = $$.legend.selectAll('rect.' + CLASS.legendItemEvent).data(targetIds);
- (withTransition ? rects.transition() : rects).attr('width', function (id) {
- return widths[id];
- }).attr('height', function (id) {
- return heights[id];
- }).attr('x', xForLegendRect).attr('y', yForLegendRect);
- tiles = $$.legend.selectAll('line.' + CLASS.legendItemTile).data(targetIds);
- (withTransition ? tiles.transition() : tiles).style('stroke', $$.levelColor ? function (id) {
- return $$.levelColor($$.cache[id].values[0].value);
- } : $$.color).attr('x1', x1ForLegendTile).attr('y1', yForLegendTile).attr('x2', x2ForLegendTile).attr('y2', yForLegendTile);
-
- if (background) {
- (withTransition ? background.transition() : background).attr('height', $$.getLegendHeight() - 12).attr('width', maxWidth * (step + 1) + 10);
- } // toggle legend state
-
-
- $$.legend.selectAll('.' + CLASS.legendItem).classed(CLASS.legendItemHidden, function (id) {
- return !$$.isTargetToShow(id);
- }); // Update all to reflect change of legend
-
- $$.updateLegendItemWidth(maxWidth);
- $$.updateLegendItemHeight(maxHeight);
- $$.updateLegendStep(step); // Update size and scale
-
- $$.updateSizes();
- $$.updateScales();
- $$.updateSvgSize(); // Update g positions
-
- $$.transformAll(withTransitionForTransform, transitions);
- $$.legendHasRendered = true;
- };
-
- ChartInternal.prototype.initRegion = function () {
- var $$ = this;
- $$.region = $$.main.append('g').attr("clip-path", $$.clipPath).attr("class", CLASS.regions);
- };
-
- ChartInternal.prototype.updateRegion = function (duration) {
- var $$ = this,
- config = $$.config; // hide if arc type
-
- $$.region.style('visibility', $$.hasArcType() ? 'hidden' : 'visible');
- var mainRegion = $$.main.select('.' + CLASS.regions).selectAll('.' + CLASS.region).data(config.regions);
- var mainRegionEnter = mainRegion.enter().append('rect').attr("x", $$.regionX.bind($$)).attr("y", $$.regionY.bind($$)).attr("width", $$.regionWidth.bind($$)).attr("height", $$.regionHeight.bind($$)).style("fill-opacity", 0);
- $$.mainRegion = mainRegionEnter.merge(mainRegion).attr('class', $$.classRegion.bind($$));
- mainRegion.exit().transition().duration(duration).style("opacity", 0).remove();
- };
-
- ChartInternal.prototype.redrawRegion = function (withTransition, transition) {
- var $$ = this,
- regions = $$.mainRegion;
- return [(withTransition ? regions.transition(transition) : regions).attr("x", $$.regionX.bind($$)).attr("y", $$.regionY.bind($$)).attr("width", $$.regionWidth.bind($$)).attr("height", $$.regionHeight.bind($$)).style("fill-opacity", function (d) {
- return isValue(d.opacity) ? d.opacity : 0.1;
- })];
- };
-
- ChartInternal.prototype.regionX = function (d) {
- var $$ = this,
- config = $$.config,
- xPos,
- yScale = d.axis === 'y' ? $$.y : $$.y2;
-
- if (d.axis === 'y' || d.axis === 'y2') {
- xPos = config.axis_rotated ? 'start' in d ? yScale(d.start) : 0 : 0;
- } else {
- xPos = config.axis_rotated ? 0 : 'start' in d ? $$.x($$.isTimeSeries() ? $$.parseDate(d.start) : d.start) : 0;
- }
-
- return xPos;
- };
-
- ChartInternal.prototype.regionY = function (d) {
- var $$ = this,
- config = $$.config,
- yPos,
- yScale = d.axis === 'y' ? $$.y : $$.y2;
-
- if (d.axis === 'y' || d.axis === 'y2') {
- yPos = config.axis_rotated ? 0 : 'end' in d ? yScale(d.end) : 0;
- } else {
- yPos = config.axis_rotated ? 'start' in d ? $$.x($$.isTimeSeries() ? $$.parseDate(d.start) : d.start) : 0 : 0;
- }
-
- return yPos;
- };
-
- ChartInternal.prototype.regionWidth = function (d) {
- var $$ = this,
- config = $$.config,
- start = $$.regionX(d),
- end,
- yScale = d.axis === 'y' ? $$.y : $$.y2;
-
- if (d.axis === 'y' || d.axis === 'y2') {
- end = config.axis_rotated ? 'end' in d ? yScale(d.end) : $$.width : $$.width;
- } else {
- end = config.axis_rotated ? $$.width : 'end' in d ? $$.x($$.isTimeSeries() ? $$.parseDate(d.end) : d.end) : $$.width;
- }
-
- return end < start ? 0 : end - start;
- };
-
- ChartInternal.prototype.regionHeight = function (d) {
- var $$ = this,
- config = $$.config,
- start = this.regionY(d),
- end,
- yScale = d.axis === 'y' ? $$.y : $$.y2;
-
- if (d.axis === 'y' || d.axis === 'y2') {
- end = config.axis_rotated ? $$.height : 'start' in d ? yScale(d.start) : $$.height;
- } else {
- end = config.axis_rotated ? 'end' in d ? $$.x($$.isTimeSeries() ? $$.parseDate(d.end) : d.end) : $$.height : $$.height;
- }
-
- return end < start ? 0 : end - start;
- };
-
- ChartInternal.prototype.isRegionOnX = function (d) {
- return !d.axis || d.axis === 'x';
- };
-
- ChartInternal.prototype.getScale = function (min, max, forTimeseries) {
- return (forTimeseries ? this.d3.scaleTime() : this.d3.scaleLinear()).range([min, max]);
- };
-
- ChartInternal.prototype.getX = function (min, max, domain, offset) {
- var $$ = this,
- scale = $$.getScale(min, max, $$.isTimeSeries()),
- _scale = domain ? scale.domain(domain) : scale,
- key; // Define customized scale if categorized axis
-
-
- if ($$.isCategorized()) {
- offset = offset || function () {
- return 0;
- };
-
- scale = function scale(d, raw) {
- var v = _scale(d) + offset(d);
- return raw ? v : Math.ceil(v);
- };
- } else {
- scale = function scale(d, raw) {
- var v = _scale(d);
-
- return raw ? v : Math.ceil(v);
- };
- } // define functions
-
-
- for (key in _scale) {
- scale[key] = _scale[key];
- }
-
- scale.orgDomain = function () {
- return _scale.domain();
- }; // define custom domain() for categorized axis
-
-
- if ($$.isCategorized()) {
- scale.domain = function (domain) {
- if (!arguments.length) {
- domain = this.orgDomain();
- return [domain[0], domain[1] + 1];
- }
-
- _scale.domain(domain);
-
- return scale;
- };
- }
-
- return scale;
- };
-
- ChartInternal.prototype.getY = function (min, max, domain) {
- var scale = this.getScale(min, max, this.isTimeSeriesY());
-
- if (domain) {
- scale.domain(domain);
- }
-
- return scale;
- };
-
- ChartInternal.prototype.getYScale = function (id) {
- return this.axis.getId(id) === 'y2' ? this.y2 : this.y;
- };
-
- ChartInternal.prototype.getSubYScale = function (id) {
- return this.axis.getId(id) === 'y2' ? this.subY2 : this.subY;
- };
-
- ChartInternal.prototype.updateScales = function () {
- var $$ = this,
- config = $$.config,
- forInit = !$$.x; // update edges
-
- $$.xMin = config.axis_rotated ? 1 : 0;
- $$.xMax = config.axis_rotated ? $$.height : $$.width;
- $$.yMin = config.axis_rotated ? 0 : $$.height;
- $$.yMax = config.axis_rotated ? $$.width : 1;
- $$.subXMin = $$.xMin;
- $$.subXMax = $$.xMax;
- $$.subYMin = config.axis_rotated ? 0 : $$.height2;
- $$.subYMax = config.axis_rotated ? $$.width2 : 1; // update scales
-
- $$.x = $$.getX($$.xMin, $$.xMax, forInit ? undefined : $$.x.orgDomain(), function () {
- return $$.xAxis.tickOffset();
- });
- $$.y = $$.getY($$.yMin, $$.yMax, forInit ? config.axis_y_default : $$.y.domain());
- $$.y2 = $$.getY($$.yMin, $$.yMax, forInit ? config.axis_y2_default : $$.y2.domain());
- $$.subX = $$.getX($$.xMin, $$.xMax, $$.orgXDomain, function (d) {
- return d % 1 ? 0 : $$.subXAxis.tickOffset();
- });
- $$.subY = $$.getY($$.subYMin, $$.subYMax, forInit ? config.axis_y_default : $$.subY.domain());
- $$.subY2 = $$.getY($$.subYMin, $$.subYMax, forInit ? config.axis_y2_default : $$.subY2.domain()); // update axes
-
- $$.xAxisTickFormat = $$.axis.getXAxisTickFormat();
- $$.xAxisTickValues = $$.axis.getXAxisTickValues();
- $$.yAxisTickValues = $$.axis.getYAxisTickValues();
- $$.y2AxisTickValues = $$.axis.getY2AxisTickValues();
- $$.xAxis = $$.axis.getXAxis($$.x, $$.xOrient, $$.xAxisTickFormat, $$.xAxisTickValues, config.axis_x_tick_outer);
- $$.subXAxis = $$.axis.getXAxis($$.subX, $$.subXOrient, $$.xAxisTickFormat, $$.xAxisTickValues, config.axis_x_tick_outer);
- $$.yAxis = $$.axis.getYAxis($$.y, $$.yOrient, config.axis_y_tick_format, $$.yAxisTickValues, config.axis_y_tick_outer);
- $$.y2Axis = $$.axis.getYAxis($$.y2, $$.y2Orient, config.axis_y2_tick_format, $$.y2AxisTickValues, config.axis_y2_tick_outer); // Set initialized scales to brush and zoom
-
- if (!forInit) {
- if ($$.brush) {
- $$.brush.updateScale($$.subX);
- }
- } // update for arc
-
-
- if ($$.updateArc) {
- $$.updateArc();
- }
- };
-
- ChartInternal.prototype.selectPoint = function (target, d, i) {
- var $$ = this,
- config = $$.config,
- cx = (config.axis_rotated ? $$.circleY : $$.circleX).bind($$),
- cy = (config.axis_rotated ? $$.circleX : $$.circleY).bind($$),
- r = $$.pointSelectR.bind($$);
- config.data_onselected.call($$.api, d, target.node()); // add selected-circle on low layer g
-
- $$.main.select('.' + CLASS.selectedCircles + $$.getTargetSelectorSuffix(d.id)).selectAll('.' + CLASS.selectedCircle + '-' + i).data([d]).enter().append('circle').attr("class", function () {
- return $$.generateClass(CLASS.selectedCircle, i);
- }).attr("cx", cx).attr("cy", cy).attr("stroke", function () {
- return $$.color(d);
- }).attr("r", function (d) {
- return $$.pointSelectR(d) * 1.4;
- }).transition().duration(100).attr("r", r);
- };
-
- ChartInternal.prototype.unselectPoint = function (target, d, i) {
- var $$ = this;
- $$.config.data_onunselected.call($$.api, d, target.node()); // remove selected-circle from low layer g
-
- $$.main.select('.' + CLASS.selectedCircles + $$.getTargetSelectorSuffix(d.id)).selectAll('.' + CLASS.selectedCircle + '-' + i).transition().duration(100).attr('r', 0).remove();
- };
-
- ChartInternal.prototype.togglePoint = function (selected, target, d, i) {
- selected ? this.selectPoint(target, d, i) : this.unselectPoint(target, d, i);
- };
-
- ChartInternal.prototype.selectPath = function (target, d) {
- var $$ = this;
- $$.config.data_onselected.call($$, d, target.node());
-
- if ($$.config.interaction_brighten) {
- target.transition().duration(100).style("fill", function () {
- return $$.d3.rgb($$.color(d)).brighter(0.75);
- });
- }
- };
-
- ChartInternal.prototype.unselectPath = function (target, d) {
- var $$ = this;
- $$.config.data_onunselected.call($$, d, target.node());
-
- if ($$.config.interaction_brighten) {
- target.transition().duration(100).style("fill", function () {
- return $$.color(d);
- });
- }
- };
-
- ChartInternal.prototype.togglePath = function (selected, target, d, i) {
- selected ? this.selectPath(target, d, i) : this.unselectPath(target, d, i);
- };
-
- ChartInternal.prototype.getToggle = function (that, d) {
- var $$ = this,
- toggle;
-
- if (that.nodeName === 'circle') {
- if ($$.isStepType(d)) {
- // circle is hidden in step chart, so treat as within the click area
- toggle = function toggle() {}; // TODO: how to select step chart?
-
- } else {
- toggle = $$.togglePoint;
- }
- } else if (that.nodeName === 'path') {
- toggle = $$.togglePath;
- }
-
- return toggle;
- };
-
- ChartInternal.prototype.toggleShape = function (that, d, i) {
- var $$ = this,
- d3 = $$.d3,
- config = $$.config,
- shape = d3.select(that),
- isSelected = shape.classed(CLASS.SELECTED),
- toggle = $$.getToggle(that, d).bind($$);
-
- if (config.data_selection_enabled && config.data_selection_isselectable(d)) {
- if (!config.data_selection_multiple) {
- $$.main.selectAll('.' + CLASS.shapes + (config.data_selection_grouped ? $$.getTargetSelectorSuffix(d.id) : "")).selectAll('.' + CLASS.shape).each(function (d, i) {
- var shape = d3.select(this);
-
- if (shape.classed(CLASS.SELECTED)) {
- toggle(false, shape.classed(CLASS.SELECTED, false), d, i);
- }
- });
- }
-
- shape.classed(CLASS.SELECTED, !isSelected);
- toggle(!isSelected, shape, d, i);
- }
- };
-
- ChartInternal.prototype.initBar = function () {
- var $$ = this;
- $$.main.select('.' + CLASS.chart).append("g").attr("class", CLASS.chartBars);
- };
-
- ChartInternal.prototype.updateTargetsForBar = function (targets) {
- var $$ = this,
- config = $$.config,
- mainBars,
- mainBarEnter,
- classChartBar = $$.classChartBar.bind($$),
- classBars = $$.classBars.bind($$),
- classFocus = $$.classFocus.bind($$);
- mainBars = $$.main.select('.' + CLASS.chartBars).selectAll('.' + CLASS.chartBar).data(targets).attr('class', function (d) {
- return classChartBar(d) + classFocus(d);
- });
- mainBarEnter = mainBars.enter().append('g').attr('class', classChartBar).style("pointer-events", "none"); // Bars for each data
-
- mainBarEnter.append('g').attr("class", classBars).style("cursor", function (d) {
- return config.data_selection_isselectable(d) ? "pointer" : null;
- });
- };
-
- ChartInternal.prototype.updateBar = function (durationForExit) {
- var $$ = this,
- barData = $$.barData.bind($$),
- classBar = $$.classBar.bind($$),
- initialOpacity = $$.initialOpacity.bind($$),
- color = function color(d) {
- return $$.color(d.id);
- };
-
- var mainBar = $$.main.selectAll('.' + CLASS.bars).selectAll('.' + CLASS.bar).data(barData);
- var mainBarEnter = mainBar.enter().append('path').attr("class", classBar).style("stroke", color).style("fill", color);
- $$.mainBar = mainBarEnter.merge(mainBar).style("opacity", initialOpacity);
- mainBar.exit().transition().duration(durationForExit).style("opacity", 0);
- };
-
- ChartInternal.prototype.redrawBar = function (drawBar, withTransition, transition) {
- return [(withTransition ? this.mainBar.transition(transition) : this.mainBar).attr('d', drawBar).style("stroke", this.color).style("fill", this.color).style("opacity", 1)];
- };
-
- ChartInternal.prototype.getBarW = function (axis, barTargetsNum) {
- var $$ = this,
- config = $$.config,
- w = typeof config.bar_width === 'number' ? config.bar_width : barTargetsNum ? axis.tickInterval() * config.bar_width_ratio / barTargetsNum : 0;
- return config.bar_width_max && w > config.bar_width_max ? config.bar_width_max : w;
- };
-
- ChartInternal.prototype.getBars = function (i, id) {
- var $$ = this;
- return (id ? $$.main.selectAll('.' + CLASS.bars + $$.getTargetSelectorSuffix(id)) : $$.main).selectAll('.' + CLASS.bar + (isValue(i) ? '-' + i : ''));
- };
-
- ChartInternal.prototype.expandBars = function (i, id, reset) {
- var $$ = this;
-
- if (reset) {
- $$.unexpandBars();
- }
-
- $$.getBars(i, id).classed(CLASS.EXPANDED, true);
- };
-
- ChartInternal.prototype.unexpandBars = function (i) {
- var $$ = this;
- $$.getBars(i).classed(CLASS.EXPANDED, false);
- };
-
- ChartInternal.prototype.generateDrawBar = function (barIndices, isSub) {
- var $$ = this,
- config = $$.config,
- getPoints = $$.generateGetBarPoints(barIndices, isSub);
- return function (d, i) {
- // 4 points that make a bar
- var points = getPoints(d, i); // switch points if axis is rotated, not applicable for sub chart
-
- var indexX = config.axis_rotated ? 1 : 0;
- var indexY = config.axis_rotated ? 0 : 1;
- var path = 'M ' + points[0][indexX] + ',' + points[0][indexY] + ' ' + 'L' + points[1][indexX] + ',' + points[1][indexY] + ' ' + 'L' + points[2][indexX] + ',' + points[2][indexY] + ' ' + 'L' + points[3][indexX] + ',' + points[3][indexY] + ' ' + 'z';
- return path;
- };
- };
-
- ChartInternal.prototype.generateGetBarPoints = function (barIndices, isSub) {
- var $$ = this,
- axis = isSub ? $$.subXAxis : $$.xAxis,
- barTargetsNum = barIndices.__max__ + 1,
- barW = $$.getBarW(axis, barTargetsNum),
- barX = $$.getShapeX(barW, barTargetsNum, barIndices, !!isSub),
- barY = $$.getShapeY(!!isSub),
- barOffset = $$.getShapeOffset($$.isBarType, barIndices, !!isSub),
- barSpaceOffset = barW * ($$.config.bar_space / 2),
- yScale = isSub ? $$.getSubYScale : $$.getYScale;
- return function (d, i) {
- var y0 = yScale.call($$, d.id)(0),
- offset = barOffset(d, i) || y0,
- // offset is for stacked bar chart
- posX = barX(d),
- posY = barY(d); // fix posY not to overflow opposite quadrant
-
- if ($$.config.axis_rotated) {
- if (0 < d.value && posY < y0 || d.value < 0 && y0 < posY) {
- posY = y0;
- }
- } // 4 points that make a bar
-
-
- return [[posX + barSpaceOffset, offset], [posX + barSpaceOffset, posY - (y0 - offset)], [posX + barW - barSpaceOffset, posY - (y0 - offset)], [posX + barW - barSpaceOffset, offset]];
- };
- };
-
- ChartInternal.prototype.isWithinBar = function (mouse, that) {
- var box = that.getBoundingClientRect(),
- seg0 = that.pathSegList.getItem(0),
- seg1 = that.pathSegList.getItem(1),
- x = Math.min(seg0.x, seg1.x),
- y = Math.min(seg0.y, seg1.y),
- w = box.width,
- h = box.height,
- offset = 2,
- sx = x - offset,
- ex = x + w + offset,
- sy = y + h + offset,
- ey = y - offset;
- return sx < mouse[0] && mouse[0] < ex && ey < mouse[1] && mouse[1] < sy;
- };
-
- ChartInternal.prototype.getShapeIndices = function (typeFilter) {
- var $$ = this,
- config = $$.config,
- indices = {},
- i = 0,
- j,
- k;
- $$.filterTargetsToShow($$.data.targets.filter(typeFilter, $$)).forEach(function (d) {
- for (j = 0; j < config.data_groups.length; j++) {
- if (config.data_groups[j].indexOf(d.id) < 0) {
- continue;
- }
-
- for (k = 0; k < config.data_groups[j].length; k++) {
- if (config.data_groups[j][k] in indices) {
- indices[d.id] = indices[config.data_groups[j][k]];
- break;
- }
- }
- }
-
- if (isUndefined(indices[d.id])) {
- indices[d.id] = i++;
- }
- });
- indices.__max__ = i - 1;
- return indices;
- };
-
- ChartInternal.prototype.getShapeX = function (offset, targetsNum, indices, isSub) {
- var $$ = this,
- scale = isSub ? $$.subX : $$.x;
- return function (d) {
- var index = d.id in indices ? indices[d.id] : 0;
- return d.x || d.x === 0 ? scale(d.x) - offset * (targetsNum / 2 - index) : 0;
- };
- };
-
- ChartInternal.prototype.getShapeY = function (isSub) {
- var $$ = this;
- return function (d) {
- var scale = isSub ? $$.getSubYScale(d.id) : $$.getYScale(d.id);
- return scale(d.value);
- };
- };
-
- ChartInternal.prototype.getShapeOffset = function (typeFilter, indices, isSub) {
- var $$ = this,
- targets = $$.orderTargets($$.filterTargetsToShow($$.data.targets.filter(typeFilter, $$))),
- targetIds = targets.map(function (t) {
- return t.id;
- });
- return function (d, i) {
- var scale = isSub ? $$.getSubYScale(d.id) : $$.getYScale(d.id),
- y0 = scale(0),
- offset = y0;
- targets.forEach(function (t) {
- var values = $$.isStepType(d) ? $$.convertValuesToStep(t.values) : t.values;
-
- if (t.id === d.id || indices[t.id] !== indices[d.id]) {
- return;
- }
-
- if (targetIds.indexOf(t.id) < targetIds.indexOf(d.id)) {
- // check if the x values line up
- if (typeof values[i] === 'undefined' || +values[i].x !== +d.x) {
- // "+" for timeseries
- // if not, try to find the value that does line up
- i = -1;
- values.forEach(function (v, j) {
- if (v.x === d.x) {
- i = j;
- }
- });
- }
-
- if (i in values && values[i].value * d.value >= 0) {
- offset += scale(values[i].value) - y0;
- }
- }
- });
- return offset;
- };
- };
-
- ChartInternal.prototype.isWithinShape = function (that, d) {
- var $$ = this,
- shape = $$.d3.select(that),
- isWithin;
-
- if (!$$.isTargetToShow(d.id)) {
- isWithin = false;
- } else if (that.nodeName === 'circle') {
- isWithin = $$.isStepType(d) ? $$.isWithinStep(that, $$.getYScale(d.id)(d.value)) : $$.isWithinCircle(that, $$.pointSelectR(d) * 1.5);
- } else if (that.nodeName === 'path') {
- isWithin = shape.classed(CLASS.bar) ? $$.isWithinBar($$.d3.mouse(that), that) : true;
- }
-
- return isWithin;
- };
-
- ChartInternal.prototype.getInterpolate = function (d) {
- var $$ = this,
- d3 = $$.d3,
- types = {
- 'linear': d3.curveLinear,
- 'linear-closed': d3.curveLinearClosed,
- 'basis': d3.curveBasis,
- 'basis-open': d3.curveBasisOpen,
- 'basis-closed': d3.curveBasisClosed,
- 'bundle': d3.curveBundle,
- 'cardinal': d3.curveCardinal,
- 'cardinal-open': d3.curveCardinalOpen,
- 'cardinal-closed': d3.curveCardinalClosed,
- 'monotone': d3.curveMonotoneX,
- 'step': d3.curveStep,
- 'step-before': d3.curveStepBefore,
- 'step-after': d3.curveStepAfter
- },
- type;
-
- if ($$.isSplineType(d)) {
- type = types[$$.config.spline_interpolation_type] || types.cardinal;
- } else if ($$.isStepType(d)) {
- type = types[$$.config.line_step_type];
- } else {
- type = types.linear;
- }
-
- return type;
- };
-
- ChartInternal.prototype.initLine = function () {
- var $$ = this;
- $$.main.select('.' + CLASS.chart).append("g").attr("class", CLASS.chartLines);
- };
-
- ChartInternal.prototype.updateTargetsForLine = function (targets) {
- var $$ = this,
- config = $$.config,
- mainLines,
- mainLineEnter,
- classChartLine = $$.classChartLine.bind($$),
- classLines = $$.classLines.bind($$),
- classAreas = $$.classAreas.bind($$),
- classCircles = $$.classCircles.bind($$),
- classFocus = $$.classFocus.bind($$);
- mainLines = $$.main.select('.' + CLASS.chartLines).selectAll('.' + CLASS.chartLine).data(targets).attr('class', function (d) {
- return classChartLine(d) + classFocus(d);
- });
- mainLineEnter = mainLines.enter().append('g').attr('class', classChartLine).style('opacity', 0).style("pointer-events", "none"); // Lines for each data
-
- mainLineEnter.append('g').attr("class", classLines); // Areas
-
- mainLineEnter.append('g').attr('class', classAreas); // Circles for each data point on lines
-
- mainLineEnter.append('g').attr("class", function (d) {
- return $$.generateClass(CLASS.selectedCircles, d.id);
- });
- mainLineEnter.append('g').attr("class", classCircles).style("cursor", function (d) {
- return config.data_selection_isselectable(d) ? "pointer" : null;
- }); // Update date for selected circles
-
- targets.forEach(function (t) {
- $$.main.selectAll('.' + CLASS.selectedCircles + $$.getTargetSelectorSuffix(t.id)).selectAll('.' + CLASS.selectedCircle).each(function (d) {
- d.value = t.values[d.index].value;
- });
- }); // MEMO: can not keep same color...
- //mainLineUpdate.exit().remove();
- };
-
- ChartInternal.prototype.updateLine = function (durationForExit) {
- var $$ = this;
- var mainLine = $$.main.selectAll('.' + CLASS.lines).selectAll('.' + CLASS.line).data($$.lineData.bind($$));
- var mainLineEnter = mainLine.enter().append('path').attr('class', $$.classLine.bind($$)).style("stroke", $$.color);
- $$.mainLine = mainLineEnter.merge(mainLine).style("opacity", $$.initialOpacity.bind($$)).style('shape-rendering', function (d) {
- return $$.isStepType(d) ? 'crispEdges' : '';
- }).attr('transform', null);
- mainLine.exit().transition().duration(durationForExit).style('opacity', 0);
- };
-
- ChartInternal.prototype.redrawLine = function (drawLine, withTransition, transition) {
- return [(withTransition ? this.mainLine.transition(transition) : this.mainLine).attr("d", drawLine).style("stroke", this.color).style("opacity", 1)];
- };
-
- ChartInternal.prototype.generateDrawLine = function (lineIndices, isSub) {
- var $$ = this,
- config = $$.config,
- line = $$.d3.line(),
- getPoints = $$.generateGetLinePoints(lineIndices, isSub),
- yScaleGetter = isSub ? $$.getSubYScale : $$.getYScale,
- xValue = function xValue(d) {
- return (isSub ? $$.subxx : $$.xx).call($$, d);
- },
- yValue = function yValue(d, i) {
- return config.data_groups.length > 0 ? getPoints(d, i)[0][1] : yScaleGetter.call($$, d.id)(d.value);
- };
-
- line = config.axis_rotated ? line.x(yValue).y(xValue) : line.x(xValue).y(yValue);
-
- if (!config.line_connectNull) {
- line = line.defined(function (d) {
- return d.value != null;
- });
- }
-
- return function (d) {
- var values = config.line_connectNull ? $$.filterRemoveNull(d.values) : d.values,
- x = isSub ? $$.subX : $$.x,
- y = yScaleGetter.call($$, d.id),
- x0 = 0,
- y0 = 0,
- path;
-
- if ($$.isLineType(d)) {
- if (config.data_regions[d.id]) {
- path = $$.lineWithRegions(values, x, y, config.data_regions[d.id]);
- } else {
- if ($$.isStepType(d)) {
- values = $$.convertValuesToStep(values);
- }
-
- path = line.curve($$.getInterpolate(d))(values);
- }
- } else {
- if (values[0]) {
- x0 = x(values[0].x);
- y0 = y(values[0].value);
- }
-
- path = config.axis_rotated ? "M " + y0 + " " + x0 : "M " + x0 + " " + y0;
- }
-
- return path ? path : "M 0 0";
- };
- };
-
- ChartInternal.prototype.generateGetLinePoints = function (lineIndices, isSub) {
- // partial duplication of generateGetBarPoints
- var $$ = this,
- config = $$.config,
- lineTargetsNum = lineIndices.__max__ + 1,
- x = $$.getShapeX(0, lineTargetsNum, lineIndices, !!isSub),
- y = $$.getShapeY(!!isSub),
- lineOffset = $$.getShapeOffset($$.isLineType, lineIndices, !!isSub),
- yScale = isSub ? $$.getSubYScale : $$.getYScale;
- return function (d, i) {
- var y0 = yScale.call($$, d.id)(0),
- offset = lineOffset(d, i) || y0,
- // offset is for stacked area chart
- posX = x(d),
- posY = y(d); // fix posY not to overflow opposite quadrant
-
- if (config.axis_rotated) {
- if (0 < d.value && posY < y0 || d.value < 0 && y0 < posY) {
- posY = y0;
- }
- } // 1 point that marks the line position
-
-
- return [[posX, posY - (y0 - offset)], [posX, posY - (y0 - offset)], // needed for compatibility
- [posX, posY - (y0 - offset)], // needed for compatibility
- [posX, posY - (y0 - offset)] // needed for compatibility
- ];
- };
- };
-
- ChartInternal.prototype.lineWithRegions = function (d, x, y, _regions) {
- var $$ = this,
- config = $$.config,
- prev = -1,
- i,
- j,
- s = "M",
- sWithRegion,
- xp,
- yp,
- dx,
- dy,
- dd,
- diff,
- diffx2,
- xOffset = $$.isCategorized() ? 0.5 : 0,
- xValue,
- yValue,
- regions = [];
-
- function isWithinRegions(x, regions) {
- var i;
-
- for (i = 0; i < regions.length; i++) {
- if (regions[i].start < x && x <= regions[i].end) {
- return true;
- }
- }
-
- return false;
- } // Check start/end of regions
-
-
- if (isDefined(_regions)) {
- for (i = 0; i < _regions.length; i++) {
- regions[i] = {};
-
- if (isUndefined(_regions[i].start)) {
- regions[i].start = d[0].x;
- } else {
- regions[i].start = $$.isTimeSeries() ? $$.parseDate(_regions[i].start) : _regions[i].start;
- }
-
- if (isUndefined(_regions[i].end)) {
- regions[i].end = d[d.length - 1].x;
- } else {
- regions[i].end = $$.isTimeSeries() ? $$.parseDate(_regions[i].end) : _regions[i].end;
- }
- }
- } // Set scales
-
-
- xValue = config.axis_rotated ? function (d) {
- return y(d.value);
- } : function (d) {
- return x(d.x);
- };
- yValue = config.axis_rotated ? function (d) {
- return x(d.x);
- } : function (d) {
- return y(d.value);
- }; // Define svg generator function for region
-
- function generateM(points) {
- return 'M' + points[0][0] + ' ' + points[0][1] + ' ' + points[1][0] + ' ' + points[1][1];
- }
-
- if ($$.isTimeSeries()) {
- sWithRegion = function sWithRegion(d0, d1, j, diff) {
- var x0 = d0.x.getTime(),
- x_diff = d1.x - d0.x,
- xv0 = new Date(x0 + x_diff * j),
- xv1 = new Date(x0 + x_diff * (j + diff)),
- points;
-
- if (config.axis_rotated) {
- points = [[y(yp(j)), x(xv0)], [y(yp(j + diff)), x(xv1)]];
- } else {
- points = [[x(xv0), y(yp(j))], [x(xv1), y(yp(j + diff))]];
- }
-
- return generateM(points);
- };
- } else {
- sWithRegion = function sWithRegion(d0, d1, j, diff) {
- var points;
-
- if (config.axis_rotated) {
- points = [[y(yp(j), true), x(xp(j))], [y(yp(j + diff), true), x(xp(j + diff))]];
- } else {
- points = [[x(xp(j), true), y(yp(j))], [x(xp(j + diff), true), y(yp(j + diff))]];
- }
-
- return generateM(points);
- };
- } // Generate
-
-
- for (i = 0; i < d.length; i++) {
- // Draw as normal
- if (isUndefined(regions) || !isWithinRegions(d[i].x, regions)) {
- s += " " + xValue(d[i]) + " " + yValue(d[i]);
- } // Draw with region // TODO: Fix for horizotal charts
- else {
- xp = $$.getScale(d[i - 1].x + xOffset, d[i].x + xOffset, $$.isTimeSeries());
- yp = $$.getScale(d[i - 1].value, d[i].value);
- dx = x(d[i].x) - x(d[i - 1].x);
- dy = y(d[i].value) - y(d[i - 1].value);
- dd = Math.sqrt(Math.pow(dx, 2) + Math.pow(dy, 2));
- diff = 2 / dd;
- diffx2 = diff * 2;
-
- for (j = diff; j <= 1; j += diffx2) {
- s += sWithRegion(d[i - 1], d[i], j, diff);
- }
- }
-
- prev = d[i].x;
- }
-
- return s;
- };
-
- ChartInternal.prototype.updateArea = function (durationForExit) {
- var $$ = this,
- d3 = $$.d3;
- var mainArea = $$.main.selectAll('.' + CLASS.areas).selectAll('.' + CLASS.area).data($$.lineData.bind($$));
- var mainAreaEnter = mainArea.enter().append('path').attr("class", $$.classArea.bind($$)).style("fill", $$.color).style("opacity", function () {
- $$.orgAreaOpacity = +d3.select(this).style('opacity');
- return 0;
- });
- $$.mainArea = mainAreaEnter.merge(mainArea).style("opacity", $$.orgAreaOpacity);
- mainArea.exit().transition().duration(durationForExit).style('opacity', 0);
- };
-
- ChartInternal.prototype.redrawArea = function (drawArea, withTransition, transition) {
- return [(withTransition ? this.mainArea.transition(transition) : this.mainArea).attr("d", drawArea).style("fill", this.color).style("opacity", this.orgAreaOpacity)];
- };
-
- ChartInternal.prototype.generateDrawArea = function (areaIndices, isSub) {
- var $$ = this,
- config = $$.config,
- area = $$.d3.area(),
- getPoints = $$.generateGetAreaPoints(areaIndices, isSub),
- yScaleGetter = isSub ? $$.getSubYScale : $$.getYScale,
- xValue = function xValue(d) {
- return (isSub ? $$.subxx : $$.xx).call($$, d);
- },
- value0 = function value0(d, i) {
- return config.data_groups.length > 0 ? getPoints(d, i)[0][1] : yScaleGetter.call($$, d.id)($$.getAreaBaseValue(d.id));
- },
- value1 = function value1(d, i) {
- return config.data_groups.length > 0 ? getPoints(d, i)[1][1] : yScaleGetter.call($$, d.id)(d.value);
- };
-
- area = config.axis_rotated ? area.x0(value0).x1(value1).y(xValue) : area.x(xValue).y0(config.area_above ? 0 : value0).y1(value1);
-
- if (!config.line_connectNull) {
- area = area.defined(function (d) {
- return d.value !== null;
- });
- }
-
- return function (d) {
- var values = config.line_connectNull ? $$.filterRemoveNull(d.values) : d.values,
- x0 = 0,
- y0 = 0,
- path;
-
- if ($$.isAreaType(d)) {
- if ($$.isStepType(d)) {
- values = $$.convertValuesToStep(values);
- }
-
- path = area.curve($$.getInterpolate(d))(values);
- } else {
- if (values[0]) {
- x0 = $$.x(values[0].x);
- y0 = $$.getYScale(d.id)(values[0].value);
- }
-
- path = config.axis_rotated ? "M " + y0 + " " + x0 : "M " + x0 + " " + y0;
- }
-
- return path ? path : "M 0 0";
- };
- };
-
- ChartInternal.prototype.getAreaBaseValue = function () {
- return 0;
- };
-
- ChartInternal.prototype.generateGetAreaPoints = function (areaIndices, isSub) {
- // partial duplication of generateGetBarPoints
- var $$ = this,
- config = $$.config,
- areaTargetsNum = areaIndices.__max__ + 1,
- x = $$.getShapeX(0, areaTargetsNum, areaIndices, !!isSub),
- y = $$.getShapeY(!!isSub),
- areaOffset = $$.getShapeOffset($$.isAreaType, areaIndices, !!isSub),
- yScale = isSub ? $$.getSubYScale : $$.getYScale;
- return function (d, i) {
- var y0 = yScale.call($$, d.id)(0),
- offset = areaOffset(d, i) || y0,
- // offset is for stacked area chart
- posX = x(d),
- posY = y(d); // fix posY not to overflow opposite quadrant
-
- if (config.axis_rotated) {
- if (0 < d.value && posY < y0 || d.value < 0 && y0 < posY) {
- posY = y0;
- }
- } // 1 point that marks the area position
-
-
- return [[posX, offset], [posX, posY - (y0 - offset)], [posX, posY - (y0 - offset)], // needed for compatibility
- [posX, offset] // needed for compatibility
- ];
- };
- };
-
- ChartInternal.prototype.updateCircle = function (cx, cy) {
- var $$ = this;
- var mainCircle = $$.main.selectAll('.' + CLASS.circles).selectAll('.' + CLASS.circle).data($$.lineOrScatterOrStanfordData.bind($$));
- var mainCircleEnter = mainCircle.enter().append("circle").attr('shape-rendering', 'crispEdges').attr("class", $$.classCircle.bind($$)).attr("cx", cx).attr("cy", cy).attr("r", $$.pointR.bind($$)).style("fill", $$.isStanfordGraphType() ? $$.getStanfordPointColor.bind($$) : $$.color);
- $$.mainCircle = mainCircleEnter.merge(mainCircle).style("opacity", $$.isStanfordGraphType() ? 1 : $$.initialOpacityForCircle.bind($$));
- mainCircle.exit().style("opacity", 0);
- };
-
- ChartInternal.prototype.redrawCircle = function (cx, cy, withTransition, transition) {
- var $$ = this,
- selectedCircles = $$.main.selectAll('.' + CLASS.selectedCircle);
- return [(withTransition ? $$.mainCircle.transition(transition) : $$.mainCircle).style('opacity', this.opacityForCircle.bind($$)).style("fill", $$.isStanfordGraphType() ? $$.getStanfordPointColor.bind($$) : $$.color).attr("cx", cx).attr("cy", cy), (withTransition ? selectedCircles.transition(transition) : selectedCircles).attr("cx", cx).attr("cy", cy)];
- };
-
- ChartInternal.prototype.circleX = function (d) {
- return d.x || d.x === 0 ? this.x(d.x) : null;
- };
-
- ChartInternal.prototype.updateCircleY = function () {
- var $$ = this,
- lineIndices,
- getPoints;
-
- if ($$.config.data_groups.length > 0) {
- lineIndices = $$.getShapeIndices($$.isLineType), getPoints = $$.generateGetLinePoints(lineIndices);
-
- $$.circleY = function (d, i) {
- return getPoints(d, i)[0][1];
- };
- } else {
- $$.circleY = function (d) {
- return $$.getYScale(d.id)(d.value);
- };
- }
- };
-
- ChartInternal.prototype.getCircles = function (i, id) {
- var $$ = this;
- return (id ? $$.main.selectAll('.' + CLASS.circles + $$.getTargetSelectorSuffix(id)) : $$.main).selectAll('.' + CLASS.circle + (isValue(i) ? '-' + i : ''));
- };
-
- ChartInternal.prototype.expandCircles = function (i, id, reset) {
- var $$ = this,
- r = $$.pointExpandedR.bind($$);
-
- if (reset) {
- $$.unexpandCircles();
- }
-
- $$.getCircles(i, id).classed(CLASS.EXPANDED, true).attr('r', r);
- };
-
- ChartInternal.prototype.unexpandCircles = function (i) {
- var $$ = this,
- r = $$.pointR.bind($$);
- $$.getCircles(i).filter(function () {
- return $$.d3.select(this).classed(CLASS.EXPANDED);
- }).classed(CLASS.EXPANDED, false).attr('r', r);
- };
-
- ChartInternal.prototype.pointR = function (d) {
- var $$ = this,
- config = $$.config;
- return $$.isStepType(d) ? 0 : isFunction(config.point_r) ? config.point_r(d) : config.point_r;
- };
-
- ChartInternal.prototype.pointExpandedR = function (d) {
- var $$ = this,
- config = $$.config;
-
- if (config.point_focus_expand_enabled) {
- return isFunction(config.point_focus_expand_r) ? config.point_focus_expand_r(d) : config.point_focus_expand_r ? config.point_focus_expand_r : $$.pointR(d) * 1.75;
- } else {
- return $$.pointR(d);
- }
- };
-
- ChartInternal.prototype.pointSelectR = function (d) {
- var $$ = this,
- config = $$.config;
- return isFunction(config.point_select_r) ? config.point_select_r(d) : config.point_select_r ? config.point_select_r : $$.pointR(d) * 4;
- };
-
- ChartInternal.prototype.isWithinCircle = function (that, r) {
- var d3 = this.d3,
- mouse = d3.mouse(that),
- d3_this = d3.select(that),
- cx = +d3_this.attr("cx"),
- cy = +d3_this.attr("cy");
- return Math.sqrt(Math.pow(cx - mouse[0], 2) + Math.pow(cy - mouse[1], 2)) < r;
- };
-
- ChartInternal.prototype.isWithinStep = function (that, y) {
- return Math.abs(y - this.d3.mouse(that)[1]) < 30;
- };
-
- ChartInternal.prototype.getCurrentWidth = function () {
- var $$ = this,
- config = $$.config;
- return config.size_width ? config.size_width : $$.getParentWidth();
- };
-
- ChartInternal.prototype.getCurrentHeight = function () {
- var $$ = this,
- config = $$.config,
- h = config.size_height ? config.size_height : $$.getParentHeight();
- return h > 0 ? h : 320 / ($$.hasType('gauge') && !config.gauge_fullCircle ? 2 : 1);
- };
-
- ChartInternal.prototype.getCurrentPaddingTop = function () {
- var $$ = this,
- config = $$.config,
- padding = isValue(config.padding_top) ? config.padding_top : 0;
-
- if ($$.title && $$.title.node()) {
- padding += $$.getTitlePadding();
- }
-
- return padding;
- };
-
- ChartInternal.prototype.getCurrentPaddingBottom = function () {
- var config = this.config;
- return isValue(config.padding_bottom) ? config.padding_bottom : 0;
- };
-
- ChartInternal.prototype.getCurrentPaddingLeft = function (withoutRecompute) {
- var $$ = this,
- config = $$.config;
-
- if (isValue(config.padding_left)) {
- return config.padding_left;
- } else if (config.axis_rotated) {
- return !config.axis_x_show || config.axis_x_inner ? 1 : Math.max(ceil10($$.getAxisWidthByAxisId('x', withoutRecompute)), 40);
- } else if (!config.axis_y_show || config.axis_y_inner) {
- // && !config.axis_rotated
- return $$.axis.getYAxisLabelPosition().isOuter ? 30 : 1;
- } else {
- return ceil10($$.getAxisWidthByAxisId('y', withoutRecompute));
- }
- };
-
- ChartInternal.prototype.getCurrentPaddingRight = function () {
- var $$ = this,
- config = $$.config,
- padding = 0,
- defaultPadding = 10,
- legendWidthOnRight = $$.isLegendRight ? $$.getLegendWidth() + 20 : 0;
-
- if (isValue(config.padding_right)) {
- padding = config.padding_right + 1; // 1 is needed not to hide tick line
- } else if (config.axis_rotated) {
- padding = defaultPadding + legendWidthOnRight;
- } else if (!config.axis_y2_show || config.axis_y2_inner) {
- // && !config.axis_rotated
- padding = 2 + legendWidthOnRight + ($$.axis.getY2AxisLabelPosition().isOuter ? 20 : 0);
- } else {
- padding = ceil10($$.getAxisWidthByAxisId('y2')) + legendWidthOnRight;
- }
-
- if ($$.colorScale && $$.colorScale.node()) {
- padding += $$.getColorScalePadding();
- }
-
- return padding;
- };
-
- ChartInternal.prototype.getParentRectValue = function (key) {
- var parent = this.selectChart.node(),
- v;
-
- while (parent && parent.tagName !== 'BODY') {
- try {
- v = parent.getBoundingClientRect()[key];
- } catch (e) {
- if (key === 'width') {
- // In IE in certain cases getBoundingClientRect
- // will cause an "unspecified error"
- v = parent.offsetWidth;
- }
- }
-
- if (v) {
- break;
- }
-
- parent = parent.parentNode;
- }
-
- return v;
- };
-
- ChartInternal.prototype.getParentWidth = function () {
- return this.getParentRectValue('width');
- };
-
- ChartInternal.prototype.getParentHeight = function () {
- var h = this.selectChart.style('height');
- return h.indexOf('px') > 0 ? +h.replace('px', '') : 0;
- };
-
- ChartInternal.prototype.getSvgLeft = function (withoutRecompute) {
- var $$ = this,
- config = $$.config,
- hasLeftAxisRect = config.axis_rotated || !config.axis_rotated && !config.axis_y_inner,
- leftAxisClass = config.axis_rotated ? CLASS.axisX : CLASS.axisY,
- leftAxis = $$.main.select('.' + leftAxisClass).node(),
- svgRect = leftAxis && hasLeftAxisRect ? leftAxis.getBoundingClientRect() : {
- right: 0
- },
- chartRect = $$.selectChart.node().getBoundingClientRect(),
- hasArc = $$.hasArcType(),
- svgLeft = svgRect.right - chartRect.left - (hasArc ? 0 : $$.getCurrentPaddingLeft(withoutRecompute));
- return svgLeft > 0 ? svgLeft : 0;
- };
-
- ChartInternal.prototype.getAxisWidthByAxisId = function (id, withoutRecompute) {
- var $$ = this,
- position = $$.axis.getLabelPositionById(id);
- return $$.axis.getMaxTickWidth(id, withoutRecompute) + (position.isInner ? 20 : 40);
- };
-
- ChartInternal.prototype.getHorizontalAxisHeight = function (axisId) {
- var $$ = this,
- config = $$.config,
- h = 30;
-
- if (axisId === 'x' && !config.axis_x_show) {
- return 8;
- }
-
- if (axisId === 'x' && config.axis_x_height) {
- return config.axis_x_height;
- }
-
- if (axisId === 'y' && !config.axis_y_show) {
- return config.legend_show && !$$.isLegendRight && !$$.isLegendInset ? 10 : 1;
- }
-
- if (axisId === 'y2' && !config.axis_y2_show) {
- return $$.rotated_padding_top;
- } // Calculate x axis height when tick rotated
-
-
- if (axisId === 'x' && !config.axis_rotated && config.axis_x_tick_rotate) {
- h = 30 + $$.axis.getMaxTickWidth(axisId) * Math.cos(Math.PI * (90 - Math.abs(config.axis_x_tick_rotate)) / 180);
- } // Calculate y axis height when tick rotated
-
-
- if (axisId === 'y' && config.axis_rotated && config.axis_y_tick_rotate) {
- h = 30 + $$.axis.getMaxTickWidth(axisId) * Math.cos(Math.PI * (90 - Math.abs(config.axis_y_tick_rotate)) / 180);
- }
-
- return h + ($$.axis.getLabelPositionById(axisId).isInner ? 0 : 10) + (axisId === 'y2' ? -10 : 0);
- };
-
- ChartInternal.prototype.initBrush = function (scale) {
- var $$ = this,
- d3 = $$.d3; // TODO: dynamically change brushY/brushX according to axis_rotated.
-
- $$.brush = ($$.config.axis_rotated ? d3.brushY() : d3.brushX()).on("brush", function () {
- var event = d3.event.sourceEvent;
-
- if (event && event.type === "zoom") {
- return;
- }
-
- $$.redrawForBrush();
- }).on("end", function () {
- var event = d3.event.sourceEvent;
-
- if (event && event.type === "zoom") {
- return;
- }
-
- if ($$.brush.empty() && event && event.type !== 'end') {
- $$.brush.clear();
- }
- });
-
- $$.brush.updateExtent = function () {
- var range = this.scale.range(),
- extent;
-
- if ($$.config.axis_rotated) {
- extent = [[0, range[0]], [$$.width2, range[1]]];
- } else {
- extent = [[range[0], 0], [range[1], $$.height2]];
- }
-
- this.extent(extent);
- return this;
- };
-
- $$.brush.updateScale = function (scale) {
- this.scale = scale;
- return this;
- };
-
- $$.brush.update = function (scale) {
- this.updateScale(scale || $$.subX).updateExtent();
- $$.context.select('.' + CLASS.brush).call(this);
- };
-
- $$.brush.clear = function () {
- $$.context.select('.' + CLASS.brush).call($$.brush.move, null);
- };
-
- $$.brush.selection = function () {
- return d3.brushSelection($$.context.select('.' + CLASS.brush).node());
- };
-
- $$.brush.selectionAsValue = function (selectionAsValue, withTransition) {
- var selection, brush;
-
- if (selectionAsValue) {
- if ($$.context) {
- selection = [this.scale(selectionAsValue[0]), this.scale(selectionAsValue[1])];
- brush = $$.context.select('.' + CLASS.brush);
-
- if (withTransition) {
- brush = brush.transition();
- }
-
- $$.brush.move(brush, selection);
- }
-
- return [];
- }
-
- selection = $$.brush.selection() || [0, 0];
- return [this.scale.invert(selection[0]), this.scale.invert(selection[1])];
- };
-
- $$.brush.empty = function () {
- var selection = $$.brush.selection();
- return !selection || selection[0] === selection[1];
- };
-
- return $$.brush.updateScale(scale);
- };
-
- ChartInternal.prototype.initSubchart = function () {
- var $$ = this,
- config = $$.config,
- context = $$.context = $$.svg.append("g").attr("transform", $$.getTranslate('context')),
- visibility = config.subchart_show ? 'visible' : 'hidden'; // set style
-
- context.style('visibility', visibility); // Define g for chart area
-
- context.append('g').attr("clip-path", $$.clipPathForSubchart).attr('class', CLASS.chart); // Define g for bar chart area
-
- context.select('.' + CLASS.chart).append("g").attr("class", CLASS.chartBars); // Define g for line chart area
-
- context.select('.' + CLASS.chart).append("g").attr("class", CLASS.chartLines); // Add extent rect for Brush
-
- context.append("g").attr("clip-path", $$.clipPath).attr("class", CLASS.brush); // ATTENTION: This must be called AFTER chart added
- // Add Axis
-
- $$.axes.subx = context.append("g").attr("class", CLASS.axisX).attr("transform", $$.getTranslate('subx')).attr("clip-path", config.axis_rotated ? "" : $$.clipPathForXAxis);
- };
-
- ChartInternal.prototype.initSubchartBrush = function () {
- var $$ = this; // Add extent rect for Brush
-
- $$.initBrush($$.subX).updateExtent();
- $$.context.select('.' + CLASS.brush).call($$.brush);
- };
-
- ChartInternal.prototype.updateTargetsForSubchart = function (targets) {
- var $$ = this,
- context = $$.context,
- config = $$.config,
- contextLineEnter,
- contextLine,
- contextBarEnter,
- contextBar,
- classChartBar = $$.classChartBar.bind($$),
- classBars = $$.classBars.bind($$),
- classChartLine = $$.classChartLine.bind($$),
- classLines = $$.classLines.bind($$),
- classAreas = $$.classAreas.bind($$);
-
- if (config.subchart_show) {
- //-- Bar --//
- contextBar = context.select('.' + CLASS.chartBars).selectAll('.' + CLASS.chartBar).data(targets);
- contextBarEnter = contextBar.enter().append('g').style('opacity', 0);
- contextBarEnter.merge(contextBar).attr('class', classChartBar); // Bars for each data
-
- contextBarEnter.append('g').attr("class", classBars); //-- Line --//
-
- contextLine = context.select('.' + CLASS.chartLines).selectAll('.' + CLASS.chartLine).data(targets);
- contextLineEnter = contextLine.enter().append('g').style('opacity', 0);
- contextLineEnter.merge(contextLine).attr('class', classChartLine); // Lines for each data
-
- contextLineEnter.append("g").attr("class", classLines); // Area
-
- contextLineEnter.append("g").attr("class", classAreas); //-- Brush --//
-
- context.selectAll('.' + CLASS.brush + ' rect').attr(config.axis_rotated ? "width" : "height", config.axis_rotated ? $$.width2 : $$.height2);
- }
- };
-
- ChartInternal.prototype.updateBarForSubchart = function (durationForExit) {
- var $$ = this;
- var contextBar = $$.context.selectAll('.' + CLASS.bars).selectAll('.' + CLASS.bar).data($$.barData.bind($$));
- var contextBarEnter = contextBar.enter().append('path').attr("class", $$.classBar.bind($$)).style("stroke", 'none').style("fill", $$.color);
- contextBar.exit().transition().duration(durationForExit).style('opacity', 0).remove();
- $$.contextBar = contextBarEnter.merge(contextBar).style("opacity", $$.initialOpacity.bind($$));
- };
-
- ChartInternal.prototype.redrawBarForSubchart = function (drawBarOnSub, withTransition, duration) {
- (withTransition ? this.contextBar.transition(Math.random().toString()).duration(duration) : this.contextBar).attr('d', drawBarOnSub).style('opacity', 1);
- };
-
- ChartInternal.prototype.updateLineForSubchart = function (durationForExit) {
- var $$ = this;
- var contextLine = $$.context.selectAll('.' + CLASS.lines).selectAll('.' + CLASS.line).data($$.lineData.bind($$));
- var contextLineEnter = contextLine.enter().append('path').attr('class', $$.classLine.bind($$)).style('stroke', $$.color);
- contextLine.exit().transition().duration(durationForExit).style('opacity', 0).remove();
- $$.contextLine = contextLineEnter.merge(contextLine).style("opacity", $$.initialOpacity.bind($$));
- };
-
- ChartInternal.prototype.redrawLineForSubchart = function (drawLineOnSub, withTransition, duration) {
- (withTransition ? this.contextLine.transition(Math.random().toString()).duration(duration) : this.contextLine).attr("d", drawLineOnSub).style('opacity', 1);
- };
-
- ChartInternal.prototype.updateAreaForSubchart = function (durationForExit) {
- var $$ = this,
- d3 = $$.d3;
- var contextArea = $$.context.selectAll('.' + CLASS.areas).selectAll('.' + CLASS.area).data($$.lineData.bind($$));
- var contextAreaEnter = contextArea.enter().append('path').attr("class", $$.classArea.bind($$)).style("fill", $$.color).style("opacity", function () {
- $$.orgAreaOpacity = +d3.select(this).style('opacity');
- return 0;
- });
- contextArea.exit().transition().duration(durationForExit).style('opacity', 0).remove();
- $$.contextArea = contextAreaEnter.merge(contextArea).style("opacity", 0);
- };
-
- ChartInternal.prototype.redrawAreaForSubchart = function (drawAreaOnSub, withTransition, duration) {
- (withTransition ? this.contextArea.transition(Math.random().toString()).duration(duration) : this.contextArea).attr("d", drawAreaOnSub).style("fill", this.color).style("opacity", this.orgAreaOpacity);
- };
-
- ChartInternal.prototype.redrawSubchart = function (withSubchart, transitions, duration, durationForExit, areaIndices, barIndices, lineIndices) {
- var $$ = this,
- d3 = $$.d3,
- config = $$.config,
- drawAreaOnSub,
- drawBarOnSub,
- drawLineOnSub;
- $$.context.style('visibility', config.subchart_show ? 'visible' : 'hidden'); // subchart
-
- if (config.subchart_show) {
- // reflect main chart to extent on subchart if zoomed
- if (d3.event && d3.event.type === 'zoom') {
- $$.brush.selectionAsValue($$.x.orgDomain());
- } // update subchart elements if needed
-
-
- if (withSubchart) {
- // extent rect
- if (!$$.brush.empty()) {
- $$.brush.selectionAsValue($$.x.orgDomain());
- } // setup drawer - MEMO: this must be called after axis updated
-
-
- drawAreaOnSub = $$.generateDrawArea(areaIndices, true);
- drawBarOnSub = $$.generateDrawBar(barIndices, true);
- drawLineOnSub = $$.generateDrawLine(lineIndices, true);
- $$.updateBarForSubchart(duration);
- $$.updateLineForSubchart(duration);
- $$.updateAreaForSubchart(duration);
- $$.redrawBarForSubchart(drawBarOnSub, duration, duration);
- $$.redrawLineForSubchart(drawLineOnSub, duration, duration);
- $$.redrawAreaForSubchart(drawAreaOnSub, duration, duration);
- }
- }
- };
-
- ChartInternal.prototype.redrawForBrush = function () {
- var $$ = this,
- x = $$.x,
- d3 = $$.d3,
- s;
- $$.redraw({
- withTransition: false,
- withY: $$.config.zoom_rescale,
- withSubchart: false,
- withUpdateXDomain: true,
- withEventRect: false,
- withDimension: false
- }); // update zoom transation binded to event rect
-
- s = d3.event.selection || $$.brush.scale.range();
- $$.main.select('.' + CLASS.eventRect).call($$.zoom.transform, d3.zoomIdentity.scale($$.width / (s[1] - s[0])).translate(-s[0], 0));
- $$.config.subchart_onbrush.call($$.api, x.orgDomain());
- };
-
- ChartInternal.prototype.transformContext = function (withTransition, transitions) {
- var $$ = this,
- subXAxis;
-
- if (transitions && transitions.axisSubX) {
- subXAxis = transitions.axisSubX;
- } else {
- subXAxis = $$.context.select('.' + CLASS.axisX);
-
- if (withTransition) {
- subXAxis = subXAxis.transition();
- }
- }
-
- $$.context.attr("transform", $$.getTranslate('context'));
- subXAxis.attr("transform", $$.getTranslate('subx'));
- };
-
- ChartInternal.prototype.getDefaultSelection = function () {
- var $$ = this,
- config = $$.config,
- selection = isFunction(config.axis_x_selection) ? config.axis_x_selection($$.getXDomain($$.data.targets)) : config.axis_x_selection;
-
- if ($$.isTimeSeries()) {
- selection = [$$.parseDate(selection[0]), $$.parseDate(selection[1])];
- }
-
- return selection;
- };
-
- ChartInternal.prototype.initText = function () {
- var $$ = this;
- $$.main.select('.' + CLASS.chart).append("g").attr("class", CLASS.chartTexts);
- $$.mainText = $$.d3.selectAll([]);
- };
-
- ChartInternal.prototype.updateTargetsForText = function (targets) {
- var $$ = this,
- classChartText = $$.classChartText.bind($$),
- classTexts = $$.classTexts.bind($$),
- classFocus = $$.classFocus.bind($$);
- var mainText = $$.main.select('.' + CLASS.chartTexts).selectAll('.' + CLASS.chartText).data(targets);
- var mainTextEnter = mainText.enter().append('g').attr('class', classChartText).style('opacity', 0).style("pointer-events", "none");
- mainTextEnter.append('g').attr('class', classTexts);
- mainTextEnter.merge(mainText).attr('class', function (d) {
- return classChartText(d) + classFocus(d);
- });
- };
-
- ChartInternal.prototype.updateText = function (xForText, yForText, durationForExit) {
- var $$ = this,
- config = $$.config,
- barOrLineData = $$.barOrLineData.bind($$),
- classText = $$.classText.bind($$);
- var mainText = $$.main.selectAll('.' + CLASS.texts).selectAll('.' + CLASS.text).data(barOrLineData);
- var mainTextEnter = mainText.enter().append('text').attr("class", classText).attr('text-anchor', function (d) {
- return config.axis_rotated ? d.value < 0 ? 'end' : 'start' : 'middle';
- }).style("stroke", 'none').attr('x', xForText).attr('y', yForText).style("fill", function (d) {
- return $$.color(d);
- }).style("fill-opacity", 0);
- $$.mainText = mainTextEnter.merge(mainText).text(function (d, i, j) {
- return $$.dataLabelFormat(d.id)(d.value, d.id, i, j);
- });
- mainText.exit().transition().duration(durationForExit).style('fill-opacity', 0).remove();
- };
-
- ChartInternal.prototype.redrawText = function (xForText, yForText, forFlow, withTransition, transition) {
- return [(withTransition ? this.mainText.transition(transition) : this.mainText).attr('x', xForText).attr('y', yForText).style("fill", this.color).style("fill-opacity", forFlow ? 0 : this.opacityForText.bind(this))];
- };
-
- ChartInternal.prototype.getTextRect = function (text, cls, element) {
- var dummy = this.d3.select('body').append('div').classed('c3', true),
- svg = dummy.append("svg").style('visibility', 'hidden').style('position', 'fixed').style('top', 0).style('left', 0),
- font = this.d3.select(element).style('font'),
- rect;
- svg.selectAll('.dummy').data([text]).enter().append('text').classed(cls ? cls : "", true).style('font', font).text(text).each(function () {
- rect = this.getBoundingClientRect();
- });
- dummy.remove();
- return rect;
- };
-
- ChartInternal.prototype.generateXYForText = function (areaIndices, barIndices, lineIndices, forX) {
- var $$ = this,
- getAreaPoints = $$.generateGetAreaPoints(areaIndices, false),
- getBarPoints = $$.generateGetBarPoints(barIndices, false),
- getLinePoints = $$.generateGetLinePoints(lineIndices, false),
- getter = forX ? $$.getXForText : $$.getYForText;
- return function (d, i) {
- var getPoints = $$.isAreaType(d) ? getAreaPoints : $$.isBarType(d) ? getBarPoints : getLinePoints;
- return getter.call($$, getPoints(d, i), d, this);
- };
- };
-
- ChartInternal.prototype.getXForText = function (points, d, textElement) {
- var $$ = this,
- box = textElement.getBoundingClientRect(),
- xPos,
- padding;
-
- if ($$.config.axis_rotated) {
- padding = $$.isBarType(d) ? 4 : 6;
- xPos = points[2][1] + padding * (d.value < 0 ? -1 : 1);
- } else {
- xPos = $$.hasType('bar') ? (points[2][0] + points[0][0]) / 2 : points[0][0];
- } // show labels regardless of the domain if value is null
-
-
- if (d.value === null) {
- if (xPos > $$.width) {
- xPos = $$.width - box.width;
- } else if (xPos < 0) {
- xPos = 4;
- }
- }
-
- return xPos;
- };
-
- ChartInternal.prototype.getYForText = function (points, d, textElement) {
- var $$ = this,
- box = textElement.getBoundingClientRect(),
- yPos;
-
- if ($$.config.axis_rotated) {
- yPos = (points[0][0] + points[2][0] + box.height * 0.6) / 2;
- } else {
- yPos = points[2][1];
-
- if (d.value < 0 || d.value === 0 && !$$.hasPositiveValue) {
- yPos += box.height;
-
- if ($$.isBarType(d) && $$.isSafari()) {
- yPos -= 3;
- } else if (!$$.isBarType(d) && $$.isChrome()) {
- yPos += 3;
- }
- } else {
- yPos += $$.isBarType(d) ? -3 : -6;
- }
- } // show labels regardless of the domain if value is null
-
-
- if (d.value === null && !$$.config.axis_rotated) {
- if (yPos < box.height) {
- yPos = box.height;
- } else if (yPos > this.height) {
- yPos = this.height - 4;
- }
- }
-
- return yPos;
- };
-
- ChartInternal.prototype.initTitle = function () {
- var $$ = this;
- $$.title = $$.svg.append("text").text($$.config.title_text).attr("class", $$.CLASS.title);
- };
-
- ChartInternal.prototype.redrawTitle = function () {
- var $$ = this;
- $$.title.attr("x", $$.xForTitle.bind($$)).attr("y", $$.yForTitle.bind($$));
- };
-
- ChartInternal.prototype.xForTitle = function () {
- var $$ = this,
- config = $$.config,
- position = config.title_position || 'left',
- x;
-
- if (position.indexOf('right') >= 0) {
- x = $$.currentWidth - $$.getTextRect($$.title.node().textContent, $$.CLASS.title, $$.title.node()).width - config.title_padding.right;
- } else if (position.indexOf('center') >= 0) {
- x = ($$.currentWidth - $$.getTextRect($$.title.node().textContent, $$.CLASS.title, $$.title.node()).width) / 2;
- } else {
- // left
- x = config.title_padding.left;
- }
-
- return x;
- };
-
- ChartInternal.prototype.yForTitle = function () {
- var $$ = this;
- return $$.config.title_padding.top + $$.getTextRect($$.title.node().textContent, $$.CLASS.title, $$.title.node()).height;
- };
-
- ChartInternal.prototype.getTitlePadding = function () {
- var $$ = this;
- return $$.yForTitle() + $$.config.title_padding.bottom;
- };
-
- function powerOfTen(d) {
- return d / Math.pow(10, Math.ceil(Math.log(d) / Math.LN10 - 1e-12)) === 1;
- }
-
- ChartInternal.prototype.drawColorScale = function () {
- var $$ = this,
- d3 = $$.d3,
- config = $$.config,
- target = $$.data.targets[0],
- barWidth,
- barHeight,
- axis,
- points,
- legendAxis,
- axisScale,
- inverseScale,
- height;
- barWidth = !isNaN(config.stanford_scaleWidth) ? config.stanford_scaleWidth : 20;
- barHeight = 5;
-
- if (barHeight < 0 || barWidth < 0) {
- throw Error("Colorscale's barheight and barwidth must be greater than 0.");
- }
-
- height = $$.height - config.stanford_padding.bottom - config.stanford_padding.top;
- points = d3.range(config.stanford_padding.bottom, height, barHeight);
- inverseScale = d3.scaleSequential(target.colors).domain([points[points.length - 1], points[0]]);
-
- if ($$.colorScale) {
- $$.colorScale.remove();
- }
-
- $$.colorScale = $$.svg.append("g").attr('width', 50).attr('height', height).attr('class', CLASS.colorScale);
- $$.colorScale.append('g').attr('transform', "translate(0, ".concat(config.stanford_padding.top, ")")).selectAll('bars').data(points).enter().append('rect').attr('y', function (d, i) {
- return i * barHeight;
- }).attr('x', 0).attr('width', barWidth).attr('height', barHeight).attr('fill', function (d) {
- return inverseScale(d);
- }); // Legend Axis
-
- axisScale = d3.scaleLog().domain([target.minEpochs, target.maxEpochs]).domain([target.minEpochs, target.maxEpochs]).range([points[0] + config.stanford_padding.top + points[points.length - 1] + barHeight - 1, points[0] + config.stanford_padding.top]);
- legendAxis = d3.axisRight(axisScale);
-
- if (config.stanford_scaleFormat === 'pow10') {
- legendAxis.tickValues([1, 10, 100, 1000, 10000, 100000, 1000000, 10000000]);
- } else if (isFunction(config.stanford_scaleFormat)) {
- legendAxis.tickFormat(config.stanford_scaleFormat);
- } else {
- legendAxis.tickFormat(d3.format("d"));
- } // Draw Axis
-
-
- axis = $$.colorScale.append("g").attr("class", "legend axis").attr("transform", "translate(".concat(barWidth, ",0)")).call(legendAxis);
-
- if (config.stanford_scaleFormat === 'pow10') {
- axis.selectAll(".tick text").text(null).filter(powerOfTen).text(10).append("tspan").attr("dy", "-.7em") // https://bl.ocks.org/mbostock/6738229
- .text(function (d) {
- return Math.round(Math.log(d) / Math.LN10);
- });
- }
-
- $$.colorScale.attr('transform', "translate(".concat($$.currentWidth - $$.xForColorScale(), ", 0)"));
- };
-
- ChartInternal.prototype.xForColorScale = function () {
- var $$ = this;
- return $$.config.stanford_padding.right + $$.colorScale.node().getBBox().width;
- };
-
- ChartInternal.prototype.getColorScalePadding = function () {
- var $$ = this;
- return $$.xForColorScale() + $$.config.stanford_padding.left + 20;
- };
-
- ChartInternal.prototype.isStanfordGraphType = function () {
- var $$ = this;
- return $$.config.data_type === 'stanford';
- };
-
- ChartInternal.prototype.initStanfordData = function () {
- var $$ = this,
- d3 = $$.d3,
- config = $$.config,
- target = $$.data.targets[0],
- epochs,
- maxEpochs,
- minEpochs; // Make larger values appear on top
-
- target.values.sort(compareEpochs); // Get array of epochs
-
- epochs = target.values.map(function (a) {
- return a.epochs;
- });
- minEpochs = !isNaN(config.stanford_scaleMin) ? config.stanford_scaleMin : d3.min(epochs);
- maxEpochs = !isNaN(config.stanford_scaleMax) ? config.stanford_scaleMax : d3.max(epochs);
-
- if (minEpochs > maxEpochs) {
- throw Error("Number of minEpochs has to be smaller than maxEpochs");
- }
-
- target.colors = isFunction(config.stanford_colors) ? config.stanford_colors : d3.interpolateHslLong(d3.hsl(250, 1, 0.5), d3.hsl(0, 1, 0.5));
- target.colorscale = d3.scaleSequentialLog(target.colors).domain([minEpochs, maxEpochs]);
- target.minEpochs = minEpochs;
- target.maxEpochs = maxEpochs;
- };
-
- ChartInternal.prototype.getStanfordPointColor = function (d) {
- var $$ = this,
- target = $$.data.targets[0];
- return target.colorscale(d.epochs);
- }; // http://jsfiddle.net/Xotic750/KtzLq/
-
-
- ChartInternal.prototype.getCentroid = function (points) {
- var area = getRegionArea(points);
- var x = 0,
- y = 0,
- i,
- j,
- f,
- point1,
- point2;
-
- for (i = 0, j = points.length - 1; i < points.length; j = i, i += 1) {
- point1 = points[i];
- point2 = points[j];
- f = point1.x * point2.y - point2.x * point1.y;
- x += (point1.x + point2.x) * f;
- y += (point1.y + point2.y) * f;
- }
-
- f = area * 6;
- return {
- x: x / f,
- y: y / f
- };
- };
-
- ChartInternal.prototype.getStanfordTooltipTitle = function (d) {
- var $$ = this,
- labelX = $$.axis.getLabelText('x'),
- labelY = $$.axis.getLabelText('y');
- return "\n ".concat(labelX ? sanitise(labelX) : "x", " | ").concat(d.x, " |
\n ").concat(labelY ? sanitise(labelY) : "y", " | ").concat(d.value, " |
\n ");
- };
-
- ChartInternal.prototype.countEpochsInRegion = function (region) {
- var $$ = this,
- target = $$.data.targets[0],
- total,
- count;
- total = target.values.reduce(function (accumulator, currentValue) {
- return accumulator + Number(currentValue.epochs);
- }, 0);
- count = target.values.reduce(function (accumulator, currentValue) {
- if (pointInRegion(currentValue, region)) {
- return accumulator + Number(currentValue.epochs);
- }
-
- return accumulator;
- }, 0);
- return {
- value: count,
- percentage: count !== 0 ? (count / total * 100).toFixed(1) : 0
- };
- };
-
- var getRegionArea = function getRegionArea(points) {
- // thanks to: https://stackoverflow.com/questions/16282330/find-centerpoint-of-polygon-in-javascript
- var area = 0,
- i,
- j,
- point1,
- point2;
-
- for (i = 0, j = points.length - 1; i < points.length; j = i, i += 1) {
- point1 = points[i];
- point2 = points[j];
- area += point1.x * point2.y;
- area -= point1.y * point2.x;
- }
-
- area /= 2;
- return area;
- };
- var pointInRegion = function pointInRegion(point, region) {
- // thanks to: http://bl.ocks.org/bycoffe/5575904
- // ray-casting algorithm based on
- // http://www.ecse.rpi.edu/Homepages/wrf/Research/Short_Notes/pnpoly.html
- var xi,
- yi,
- yj,
- xj,
- intersect,
- x = point.x,
- y = point.value,
- inside = false;
-
- for (var i = 0, j = region.length - 1; i < region.length; j = i++) {
- xi = region[i].x;
- yi = region[i].y;
- xj = region[j].x;
- yj = region[j].y;
- intersect = yi > y !== yj > y && x < (xj - xi) * (y - yi) / (yj - yi) + xi;
-
- if (intersect) {
- inside = !inside;
- }
- }
-
- return inside;
- };
- var compareEpochs = function compareEpochs(a, b) {
- if (a.epochs < b.epochs) {
- return -1;
- }
-
- if (a.epochs > b.epochs) {
- return 1;
- }
-
- return 0;
- };
-
- ChartInternal.prototype.initStanfordElements = function () {
- var $$ = this; // Avoid blocking eventRect
-
- $$.stanfordElements = $$.main.select('.' + CLASS.chart).append('g').attr('class', CLASS.stanfordElements);
- $$.stanfordElements.append('g').attr('class', CLASS.stanfordLines);
- $$.stanfordElements.append('g').attr('class', CLASS.stanfordTexts);
- $$.stanfordElements.append('g').attr('class', CLASS.stanfordRegions);
- };
-
- ChartInternal.prototype.updateStanfordElements = function (duration) {
- var $$ = this,
- main = $$.main,
- config = $$.config,
- stanfordLine,
- stanfordLineEnter,
- stanfordRegion,
- stanfordRegionEnter,
- stanfordText,
- stanfordTextEnter,
- xvCustom = $$.xvCustom.bind($$),
- yvCustom = $$.yvCustom.bind($$),
- countPointsInRegion = $$.countEpochsInRegion.bind($$); // Stanford-Lines
-
- stanfordLine = main.select('.' + CLASS.stanfordLines).style('shape-rendering', 'geometricprecision').selectAll('.' + CLASS.stanfordLine).data(config.stanford_lines); // enter
-
- stanfordLineEnter = stanfordLine.enter().append('g').attr("class", function (d) {
- return CLASS.stanfordLine + (d['class'] ? ' ' + d['class'] : '');
- });
- stanfordLineEnter.append('line').attr("x1", function (d) {
- return config.axis_rotated ? yvCustom(d, 'value_y1') : xvCustom(d, 'value_x1');
- }).attr("x2", function (d) {
- return config.axis_rotated ? yvCustom(d, 'value_y2') : xvCustom(d, 'value_x2');
- }).attr("y1", function (d) {
- return config.axis_rotated ? xvCustom(d, 'value_x1') : yvCustom(d, 'value_y1');
- }).attr("y2", function (d) {
- return config.axis_rotated ? xvCustom(d, 'value_x2') : yvCustom(d, 'value_y2');
- }).style("opacity", 0); // update
-
- $$.stanfordLines = stanfordLineEnter.merge(stanfordLine);
- $$.stanfordLines.select('line').transition().duration(duration).attr("x1", function (d) {
- return config.axis_rotated ? yvCustom(d, 'value_y1') : xvCustom(d, 'value_x1');
- }).attr("x2", function (d) {
- return config.axis_rotated ? yvCustom(d, 'value_y2') : xvCustom(d, 'value_x2');
- }).attr("y1", function (d) {
- return config.axis_rotated ? xvCustom(d, 'value_x1') : yvCustom(d, 'value_y1');
- }).attr("y2", function (d) {
- return config.axis_rotated ? xvCustom(d, 'value_x2') : yvCustom(d, 'value_y2');
- }).style("opacity", 1); // exit
-
- stanfordLine.exit().transition().duration(duration).style("opacity", 0).remove(); // Stanford-Text
-
- stanfordText = main.select('.' + CLASS.stanfordTexts).selectAll('.' + CLASS.stanfordText).data(config.stanford_texts); // enter
-
- stanfordTextEnter = stanfordText.enter().append('g').attr("class", function (d) {
- return CLASS.stanfordText + (d['class'] ? ' ' + d['class'] : '');
- });
- stanfordTextEnter.append('text').attr("x", function (d) {
- return config.axis_rotated ? yvCustom(d, 'y') : xvCustom(d, 'x');
- }).attr("y", function (d) {
- return config.axis_rotated ? xvCustom(d, 'x') : yvCustom(d, 'y');
- }).style("opacity", 0); // update
-
- $$.stanfordTexts = stanfordTextEnter.merge(stanfordText);
- $$.stanfordTexts.select('text').transition().duration(duration).attr("x", function (d) {
- return config.axis_rotated ? yvCustom(d, 'y') : xvCustom(d, 'x');
- }).attr("y", function (d) {
- return config.axis_rotated ? xvCustom(d, 'x') : yvCustom(d, 'y');
- }).text(function (d) {
- return d.content;
- }).style("opacity", 1); // exit
-
- stanfordText.exit().transition().duration(duration).style("opacity", 0).remove(); // Stanford-Regions
-
- stanfordRegion = main.select('.' + CLASS.stanfordRegions).selectAll('.' + CLASS.stanfordRegion).data(config.stanford_regions); // enter
-
- stanfordRegionEnter = stanfordRegion.enter().append('g').attr("class", function (d) {
- return CLASS.stanfordRegion + (d['class'] ? ' ' + d['class'] : '');
- });
- stanfordRegionEnter.append('polygon').attr("points", function (d) {
- return d.points.map(function (value) {
- return [config.axis_rotated ? yvCustom(value, 'y') : xvCustom(value, 'x'), config.axis_rotated ? xvCustom(value, 'x') : yvCustom(value, 'y')].join(",");
- }).join(" ");
- }).style("opacity", 0);
- stanfordRegionEnter.append('text').attr("x", function (d) {
- return $$.getCentroid(d.points).x;
- }).attr("y", function (d) {
- return $$.getCentroid(d.points).y;
- }).style("opacity", 0); // update
-
- $$.stanfordRegions = stanfordRegionEnter.merge(stanfordRegion);
- $$.stanfordRegions.select('polygon').transition().duration(duration).attr("points", function (d) {
- return d.points.map(function (value) {
- return [config.axis_rotated ? yvCustom(value, 'y') : xvCustom(value, 'x'), config.axis_rotated ? xvCustom(value, 'x') : yvCustom(value, 'y')].join(",");
- }).join(" ");
- }).style("opacity", function (d) {
- return d.opacity ? d.opacity : 0.2;
- });
- $$.stanfordRegions.select('text').transition().duration(duration).attr("x", function (d) {
- return config.axis_rotated ? yvCustom($$.getCentroid(d.points), 'y') : xvCustom($$.getCentroid(d.points), 'x');
- }).attr("y", function (d) {
- return config.axis_rotated ? xvCustom($$.getCentroid(d.points), 'x') : yvCustom($$.getCentroid(d.points), 'y');
- }).text(function (d) {
- if (d.text) {
- var value, percentage, temp;
-
- if ($$.isStanfordGraphType()) {
- temp = countPointsInRegion(d.points);
- value = temp.value;
- percentage = temp.percentage;
- }
-
- return d.text(value, percentage);
- }
-
- return "";
- }).attr("text-anchor", "middle").attr("dominant-baseline", "middle").style("opacity", 1); // exit
-
- stanfordRegion.exit().transition().duration(duration).style("opacity", 0).remove();
- };
-
- ChartInternal.prototype.initTooltip = function () {
- var $$ = this,
- config = $$.config,
- i;
- $$.tooltip = $$.selectChart.style("position", "relative").append("div").attr('class', CLASS.tooltipContainer).style("position", "absolute").style("pointer-events", "none").style("display", "none"); // Show tooltip if needed
-
- if (config.tooltip_init_show) {
- if ($$.isTimeSeries() && isString(config.tooltip_init_x)) {
- config.tooltip_init_x = $$.parseDate(config.tooltip_init_x);
-
- for (i = 0; i < $$.data.targets[0].values.length; i++) {
- if ($$.data.targets[0].values[i].x - config.tooltip_init_x === 0) {
- break;
- }
- }
-
- config.tooltip_init_x = i;
- }
-
- $$.tooltip.html(config.tooltip_contents.call($$, $$.data.targets.map(function (d) {
- return $$.addName(d.values[config.tooltip_init_x]);
- }), $$.axis.getXAxisTickFormat(), $$.getYFormat($$.hasArcType()), $$.color));
- $$.tooltip.style("top", config.tooltip_init_position.top).style("left", config.tooltip_init_position.left).style("display", "block");
- }
- };
-
- ChartInternal.prototype.getTooltipSortFunction = function () {
- var $$ = this,
- config = $$.config;
-
- if (config.data_groups.length === 0 || config.tooltip_order !== undefined) {
- // if data are not grouped or if an order is specified
- // for the tooltip values we sort them by their values
- var order = config.tooltip_order;
-
- if (order === undefined) {
- order = config.data_order;
- }
-
- var valueOf = function valueOf(obj) {
- return obj ? obj.value : null;
- }; // if data are not grouped, we sort them by their value
-
-
- if (isString(order) && order.toLowerCase() === 'asc') {
- return function (a, b) {
- return valueOf(a) - valueOf(b);
- };
- } else if (isString(order) && order.toLowerCase() === 'desc') {
- return function (a, b) {
- return valueOf(b) - valueOf(a);
- };
- } else if (isFunction(order)) {
- // if the function is from data_order we need
- // to wrap the returned function in order to format
- // the sorted value to the expected format
- var sortFunction = order;
-
- if (config.tooltip_order === undefined) {
- sortFunction = function sortFunction(a, b) {
- return order(a ? {
- id: a.id,
- values: [a]
- } : null, b ? {
- id: b.id,
- values: [b]
- } : null);
- };
- }
-
- return sortFunction;
- } else if (isArray(order)) {
- return function (a, b) {
- return order.indexOf(a.id) - order.indexOf(b.id);
- };
- }
- } else {
- // if data are grouped, we follow the order of grouped targets
- var ids = $$.orderTargets($$.data.targets).map(function (i) {
- return i.id;
- }); // if it was either asc or desc we need to invert the order
- // returned by orderTargets
-
- if ($$.isOrderAsc() || $$.isOrderDesc()) {
- ids = ids.reverse();
- }
-
- return function (a, b) {
- return ids.indexOf(a.id) - ids.indexOf(b.id);
- };
- }
- };
-
- ChartInternal.prototype.getTooltipContent = function (d, defaultTitleFormat, defaultValueFormat, color) {
- var $$ = this,
- config = $$.config,
- titleFormat = config.tooltip_format_title || defaultTitleFormat,
- nameFormat = config.tooltip_format_name || function (name) {
- return name;
- },
- valueFormat = config.tooltip_format_value || defaultValueFormat,
- text,
- i,
- title,
- value,
- name,
- bgcolor;
-
- var tooltipSortFunction = this.getTooltipSortFunction();
-
- if (tooltipSortFunction) {
- d.sort(tooltipSortFunction);
- }
-
- for (i = 0; i < d.length; i++) {
- if (!(d[i] && (d[i].value || d[i].value === 0))) {
- continue;
- }
-
- if ($$.isStanfordGraphType()) {
- // Custom tooltip for stanford plots
- if (!text) {
- title = $$.getStanfordTooltipTitle(d[i]);
- text = "