2 files changed
+17
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
19 | 34 |
|
- .husky/.gitignore+1
- .husky/commit-msg+5
- .husky/pre-commit+6
- .husky/pre-push+5
- .husky/pre-push2+5
- .huskyrc-7
- package.json+17-14
- scripts/postinstall/apexcharts.sh+4
- scripts/postinstall/ngcc.sh+4
- src/app/core/models/index.ts+1
- src/app/core/models/user-room.ts+7
- src/app/core/services/customers/customer.service.spec.ts
- src/app/core/services/customers/customer.service.ts+3-1
- src/app/core/services/customers/index.ts+1
- src/app/core/services/room/index.ts+1
- src/app/core/services/room/room.service.spec.ts
- src/app/core/services/room/room.service.ts+10-5
- src/app/core/services/user-room/index.ts+1
- src/app/core/services/user-room/user-room.service.spec.ts+16
- src/app/core/services/user-room/user-room.service.ts+18
- src/app/routes/customer/customer-list/customer-list.component.ts+1-1
- src/app/routes/customer/customer.module.ts+1-5
- src/app/routes/dashboard/dashboard.module.ts+6-1
- src/app/routes/dashboard/dashboard/dashboard.component.html+25
- src/app/routes/dashboard/dashboard/dashboard.component.scss+9
- src/app/routes/dashboard/dashboard/dashboard.component.ts+32-1
- src/app/routes/dashboard/dialog/add-user-room/add-user-room.component.html+31
- src/app/routes/dashboard/dialog/add-user-room/add-user-room.component.scss
- src/app/routes/dashboard/dialog/add-user-room/add-user-room.component.spec.ts+25
- src/app/routes/dashboard/dialog/add-user-room/add-user-room.component.ts+55
- src/app/routes/room/room-list/room-list.component.ts+6-2
- src/app/routes/room/room.module.ts+1-1
- src/app/shared/shared.material.module.ts+7-1
- src/app/shared/shared.module.ts+7-1
- src/styles.scss+2
- src/styles/_misc.scss+10
- src/styles/_variables.scss+2
- tools/postinstall/apexcharts-patch.js+18
- yarn.lock+118-94
0 commit comments