hapus assets

This commit is contained in:
Fuzi_fauzia 2024-06-14 11:25:12 +07:00
parent 31bda7fb98
commit 6a0b6f4f73
275 changed files with 116 additions and 128 deletions

22
package-lock.json generated
View File

@ -65,6 +65,7 @@
"ngx-echarts": "^15.0.1", "ngx-echarts": "^15.0.1",
"ngx-google-places-autocomplete": "^2.0.5", "ngx-google-places-autocomplete": "^2.0.5",
"ngx-image-cropper": "^6.3.2", "ngx-image-cropper": "^6.3.2",
"ngx-mask": "^14.2.4",
"ngx-masonry": "^14.0.1", "ngx-masonry": "^14.0.1",
"ngx-perfect-scrollbar": "^10.1.1", "ngx-perfect-scrollbar": "^10.1.1",
"ngx-quill": "^20.0.1", "ngx-quill": "^20.0.1",
@ -14433,6 +14434,19 @@
"@angular/core": ">=13.0.0" "@angular/core": ">=13.0.0"
} }
}, },
"node_modules/ngx-mask": {
"version": "14.2.4",
"resolved": "https://registry.npmjs.org/ngx-mask/-/ngx-mask-14.2.4.tgz",
"integrity": "sha512-158nAe2tyiZa2T8COoI6SvJCQHqpJ4+JW0amGcvVEYUBF6FIoYK66BlnOJURAOy5qry0d0N45w7J/LGsCBgZcg==",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": ">=10.0.0",
"@angular/core": ">=10.0.0",
"@angular/forms": ">=10.0.0"
}
},
"node_modules/ngx-masonry": { "node_modules/ngx-masonry": {
"version": "14.0.1", "version": "14.0.1",
"resolved": "https://registry.npmjs.org/ngx-masonry/-/ngx-masonry-14.0.1.tgz", "resolved": "https://registry.npmjs.org/ngx-masonry/-/ngx-masonry-14.0.1.tgz",
@ -30171,6 +30185,14 @@
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }
}, },
"ngx-mask": {
"version": "14.2.4",
"resolved": "https://registry.npmjs.org/ngx-mask/-/ngx-mask-14.2.4.tgz",
"integrity": "sha512-158nAe2tyiZa2T8COoI6SvJCQHqpJ4+JW0amGcvVEYUBF6FIoYK66BlnOJURAOy5qry0d0N45w7J/LGsCBgZcg==",
"requires": {
"tslib": "^2.3.0"
}
},
"ngx-masonry": { "ngx-masonry": {
"version": "14.0.1", "version": "14.0.1",
"resolved": "https://registry.npmjs.org/ngx-masonry/-/ngx-masonry-14.0.1.tgz", "resolved": "https://registry.npmjs.org/ngx-masonry/-/ngx-masonry-14.0.1.tgz",

View File

@ -71,6 +71,7 @@
"ngx-echarts": "^15.0.1", "ngx-echarts": "^15.0.1",
"ngx-google-places-autocomplete": "^2.0.5", "ngx-google-places-autocomplete": "^2.0.5",
"ngx-image-cropper": "^6.3.2", "ngx-image-cropper": "^6.3.2",
"ngx-mask": "^14.2.4",
"ngx-masonry": "^14.0.1", "ngx-masonry": "^14.0.1",
"ngx-perfect-scrollbar": "^10.1.1", "ngx-perfect-scrollbar": "^10.1.1",
"ngx-quill": "^20.0.1", "ngx-quill": "^20.0.1",

View File

@ -13,7 +13,7 @@
href="https://allbestsistem.com/" href="https://allbestsistem.com/"
target="_blank" target="_blank"
style="background-color: #000000 !important;" style="background-color: #000000 !important;"
>Smart Building Management Systems (V@2024-06-13.01) >Smart Building Management Systems (V@2024-06-14.01)
</a></span </a></span
> >
</p> </p>

View File

@ -28,11 +28,11 @@
class="navbar-brand" class="navbar-brand"
routerLink="/dashboard/sales" routerLink="/dashboard/sales"
> >
<!-- <img <img
class="brand-logo" class="brand-logo"
alt="modern admin logo" alt="modern admin logo"
src="../../../../assets/images/Smart-Building.png" src="../../../../assets/images/logo/smart2.png"
/> --> />
<!-- <h3 class="brand-text" style="color: #ffffff;">{{_themeSettingsConfig.brand.brand_name}}</h3> --> <!-- <h3 class="brand-text" style="color: #ffffff;">{{_themeSettingsConfig.brand.brand_name}}</h3> -->
<div class="brand-text-wrapper" style="max-width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;"> <div class="brand-text-wrapper" style="max-width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">
<h3 class="brand-text" style="color: #ffffff; margin: 0;"> <h3 class="brand-text" style="color: #ffffff; margin: 0;">
@ -106,7 +106,11 @@
ngbDropdown ngbDropdown
*ngIf="notification === 'on'" *ngIf="notification === 'on'"
> >
<a class="nav-link nav-link-label" ngbDropdownToggle> <!-- <a class="nav-link nav-link-label" ngbDropdownToggle>
<i class="ficon feather ft-bell" style="color: #bef264"></i>
<span class="badge badge-pill badge-danger badge-up badge-glow">5</span>
</a> -->
<a class="nav-link nav-link-label">
<i class="ficon feather ft-bell" style="color: #bef264"></i> <i class="ficon feather ft-bell" style="color: #bef264"></i>
<!-- <span class="badge badge-pill badge-danger badge-up badge-glow">5</span> --> <!-- <span class="badge badge-pill badge-danger badge-up badge-glow">5</span> -->
</a> </a>
@ -336,16 +340,16 @@
class="dropdown-menu dropdown-menu-right" class="dropdown-menu dropdown-menu-right"
aria-labelledby="dropdownProfileMenu" aria-labelledby="dropdownProfileMenu"
> >
<a class="dropdown-item" [routerLink]="['/user/user-profile']" <a class="dropdown-item"
><i class="feather ft-user"></i> Edit Profile ><i class="feather ft-user"></i> Edit Profile
</a> </a>
<a class="dropdown-item" [routerLink]="['/email']" <a class="dropdown-item"
><i class="feather ft-mail"></i> My Inbox ><i class="feather ft-mail"></i> My Inbox
</a> </a>
<a class="dropdown-item" [routerLink]="['/todos']" <a class="dropdown-item"
><i class="feather ft-check-square"></i> Task ><i class="feather ft-check-square"></i> Task
</a> </a>
<a class="dropdown-item" [routerLink]="['/chats']" <a class="dropdown-item"
><i class="feather ft-message-square"></i> Chats ><i class="feather ft-message-square"></i> Chats
</a> </a>
<div class="dropdown-divider"></div> <div class="dropdown-divider"></div>

View File

@ -29,5 +29,5 @@ export const ThemeSettingsConfig = {
// value:'http://evolvision.com/wp-content/uploads/2018/01/envelope4-green.png' // value:'http://evolvision.com/wp-content/uploads/2018/01/envelope4-green.png'
}, },
}, },
defaultTitleSuffix: 'Modern Admin - Angular 11+ Bootstrap 5 Admin Dashboard Template' defaultTitleSuffix: ''
}; };

View File

@ -74,7 +74,8 @@ export class AppComponent implements OnInit {
} }
} }
if (this.title && this.router.url !== '/') { if (this.title && this.router.url !== '/') {
this.titleService.setTitle(this.title + ' - ' + this._themeSettingsConfig.defaultTitleSuffix); this.titleService.setTitle(this.title);
// this.titleService.setTitle(this.title + ' - ' + this._themeSettingsConfig.defaultTitleSuffix);
} else { } else {
if ((this.router.url === '/' || this.router.url === '/login' || this.router.url === '/register') && if ((this.router.url === '/' || this.router.url === '/login' || this.router.url === '/register') &&
!localStorage.getItem('remember')) { !localStorage.getItem('remember')) {

View File

@ -14,7 +14,7 @@
<div class="card border-grey border-lighten-3 px-1 py-1 box-shadow-3 m-0"> <div class="card border-grey border-lighten-3 px-1 py-1 box-shadow-3 m-0">
<div class="card-body"> <div class="card-body">
<span class="card-title text-center"> <span class="card-title text-center">
<img src="../../../../../assets/images/logo/logo-dark-lg.png" class="img-fluid mx-auto d-block pt-2" <img src="../../../../../assets/images/logo/smart.png" class="img-fluid mx-auto d-block pt-2"
width="250" alt="logo"> width="250" alt="logo">
</span> </span>
</div> </div>

View File

@ -7,7 +7,7 @@
<div class="col-12 d-flex align-items-center justify-content-center"> <div class="col-12 d-flex align-items-center justify-content-center">
<div class="col-lg-6 col-10"> <div class="col-lg-6 col-10">
<img class="img-fluid mx-auto d-block pb-3 pt-4 width-65-per" <img class="img-fluid mx-auto d-block pb-3 pt-4 width-65-per"
src="../../../../../assets/images/logo/logo-dark-lg.png" alt="Modern Search"> src="../../../../../assets/images/logo/smart.png" alt="Modern Search">
<fieldset class="form-group position-relative"> <fieldset class="form-group position-relative">
<input type="text" class="form-control form-control-xl input-xl" id="iconLeft1" <input type="text" class="form-control form-control-xl input-xl" id="iconLeft1"
placeholder="Explore Modern ..."> placeholder="Explore Modern ...">

View File

@ -7,7 +7,7 @@
<div class="card-body"> <div class="card-body">
<span class="card-title text-center"> <span class="card-title text-center">
<img <img
src="assets/images/logo/logo-dark-lg.png" src="assets/images/logo/smart.png"
class="img-fluid mx-auto d-block pt-2" class="img-fluid mx-auto d-block pt-2"
width="250" width="250"
alt="logo" alt="logo"

View File

@ -223,28 +223,57 @@
<div class="col-4"> <div class="col-4">
<div class="form-group"> <div class="form-group">
<div class="input-group"> <div class="input-group">
<input <input
type="text" type="text"
class="form-control" class="form-control"
placeholder="Kwh" placeholder="Kwh"
[(ngModel)]="kwhTerm" [(ngModel)]="kwhTerm"
disabled disabled
/> />
<div class="input-group-append" style="background-color: #252525 !important;"> <div
<span class="input-group-text" style="background-color: #252525 !important; color: #ffffff;">Kwh</span> class="input-group-append"
style="background-color: #252525 !important"
>
<span
class="input-group-text"
style="
background-color: #252525 !important;
color: #ffffff;
height: 40px !important;
"
>Kwh</span
>
</div>
</div> </div>
</div> </div>
</div>
</div> </div>
<div class="col-4"> <div class="col-4">
<div class="form-group"> <div class="form-group">
<input <div class="input-group">
type="text" <input
class="form-control" type="text"
placeholder="Cost" class="form-control"
[(ngModel)]="costTerm" placeholder="Cost"
disabled mask="separator"
/> thousandSeparator="."
[(ngModel)]="costTerm"
disabled
/>
<div
class="input-group-append"
style="background-color: #252525 !important"
>
<span
class="input-group-text"
style="
background-color: #252525 !important;
color: #ffffff;
height: 40px !important;
"
>IDR</span
>
</div>
</div>
</div> </div>
</div> </div>
@ -299,14 +328,16 @@
> >
<ngx-datatable-column <ngx-datatable-column
name="#" name="#"
[flexGrow]="1" [flexGrow]="0.5"
[minWidth]="10" [minWidth]="30"
> >
<ng-template <ng-template
ngx-datatable-cell-template ngx-datatable-cell-template
let-rowIndex="rowIndex" let-rowIndex="rowIndex"
> >
{{ rowIndex + 1 }} <p style="color: #ffffff !important">
{{ rowIndex + 1 }}
</p>
</ng-template> </ng-template>
</ngx-datatable-column> </ngx-datatable-column>
<ngx-datatable-column <ngx-datatable-column

View File

@ -17,7 +17,8 @@ import { NgChartsModule } from 'ng2-charts';
import { ChartistModule } from 'ng-chartist'; import { ChartistModule } from 'ng-chartist';
import { MatchHeightModule } from '../../partials/general/match-height/match-height.module'; import { MatchHeightModule } from '../../partials/general/match-height/match-height.module';
import { ModalAddActualComponent } from './modal-add-actual/modal-add-actual.component'; import { ModalAddActualComponent } from './modal-add-actual/modal-add-actual.component';
import { NgxMaskModule, IConfig } from 'ngx-mask'
export const options: Partial<null|IConfig> | (() => Partial<IConfig>) = null;
@NgModule({ @NgModule({
@ -40,6 +41,7 @@ import { ModalAddActualComponent } from './modal-add-actual/modal-add-actual.com
NgChartsModule, NgChartsModule,
ChartistModule, ChartistModule,
MatchHeightModule, MatchHeightModule,
NgxMaskModule.forRoot(),
BlockUIModule.forRoot({ BlockUIModule.forRoot({
template: BlockTemplateComponent template: BlockTemplateComponent
}), }),

View File

@ -1,7 +1,7 @@
<div class="modal-body" style="background-color: #000000 !important"> <div class="modal-body" style="background-color: #000000 !important">
<h4 style="color: #ffffff">Input the actual cost of your expenses</h4> <h4 style="color: #ffffff">Input the actual cost of your expenses</h4>
<p style="color: #ffffff">Building : {{buildingName}}</p> <p style="color: #ffffff">Building : {{ buildingName }}</p>
<p style="color: #ffffff">Periode : {{formattedDate}}</p> <p style="color: #ffffff">Periode : {{ formattedDate }}</p>
<form [formGroup]="myForm"> <form [formGroup]="myForm">
<div class="form-group"> <div class="form-group">
<input <input
@ -10,6 +10,8 @@
id="real_cost" id="real_cost"
formControlName="real_cost" formControlName="real_cost"
placeholder="0.00" placeholder="0.00"
mask="separator"
thousandSeparator="."
/> />
</div> </div>
</form> </form>

View File

@ -7,7 +7,7 @@
<div class="card-body"> <div class="card-body">
<span class="card-title text-center"> <span class="card-title text-center">
<img <img
src="assets/images/logo/logo-dark-lg.png" src="assets/images/logo/smart.png"
class="img-fluid mx-auto d-block pt-2" class="img-fluid mx-auto d-block pt-2"
width="250" width="250"
alt="logo" alt="logo"

View File

@ -7,7 +7,7 @@
<div class="card-body"> <div class="card-body">
<span class="card-title text-center"> <span class="card-title text-center">
<img <img
src="assets/images/logo/logo-dark-lg.png" src="assets/images/logo/smart.png"
class="img-fluid mx-auto d-block pt-2" class="img-fluid mx-auto d-block pt-2"
width="250" width="250"
alt="logo" alt="logo"

View File

@ -7,7 +7,7 @@
<div class="card-body"> <div class="card-body">
<span class="card-title text-center"> <span class="card-title text-center">
<img <img
src="assets/images/logo/logo-dark-lg.png" src="assets/images/logo/smart.png"
class="img-fluid mx-auto d-block pt-2" class="img-fluid mx-auto d-block pt-2"
width="250" width="250"
alt="logo" alt="logo"

View File

@ -7,7 +7,7 @@
<div class="card-body"> <div class="card-body">
<span class="card-title text-center"> <span class="card-title text-center">
<img <img
src="assets/images/logo/logo-dark-lg.png" src="assets/images/logo/smart.png"
class="img-fluid mx-auto d-block pt-2" class="img-fluid mx-auto d-block pt-2"
width="250" width="250"
alt="logo" alt="logo"

View File

@ -7,7 +7,7 @@
<div class="card-body"> <div class="card-body">
<span class="card-title text-center"> <span class="card-title text-center">
<img <img
src="assets/images/logo/logo-dark-lg.png" src="assets/images/logo/smart.png"
class="img-fluid mx-auto d-block pt-2" class="img-fluid mx-auto d-block pt-2"
width="250" width="250"
alt="logo" alt="logo"

View File

@ -9,13 +9,15 @@
<div class="card border-grey border-lighten-3 px-1 py-1 m-0"> <div class="card border-grey border-lighten-3 px-1 py-1 m-0">
<div class="card-header border-0"> <div class="card-header border-0">
<div class="card-title text-center"> <div class="card-title text-center">
<!-- <img <img
src="assets/images/logo/logo-dark.png" class="brand-logo"
src="assets/images/logo/smart.png"
alt="branding logo" alt="branding logo"
/> --> height="100" width="400"
<h3 class="brand-text" style="color: #000000; margin: 0; font-weight: 600;"> />
<!-- <h3 class="brand-text" style="color: #000000; margin: 0; font-weight: 600;">
Smart Building Smart Building
</h3> </h3> -->
</div> </div>
</div> </div>
<div class="card-content"> <div class="card-content">
@ -136,15 +138,15 @@
<p <p
class="card-subtitle line-on-side text-muted text-center font-small-3 mx-2 my-1" class="card-subtitle line-on-side text-muted text-center font-small-3 mx-2 my-1"
> >
<span>(v@2024.06.13.01)</span> <span>(v@2024.06.14.01)</span>
</p> </p>
<div class="card-body"> <!-- <div class="card-body">
<a <a
[routerLink]="['/register']" [routerLink]="['/register']"
class="btn btn-outline-danger btn-block" class="btn btn-outline-danger btn-block"
><i class="la la-user"></i> Register</a ><i class="la la-user"></i> Register</a
> >
</div> </div> -->
</div> </div>
</div> </div>
</div> </div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 447 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 693 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 757 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 684 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

Some files were not shown because too many files have changed in this diff Show More