mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
Merge branch 'feature/calendar' into developer
This commit is contained in:
+1
-1
@@ -32,4 +32,4 @@ npm-debug.log*
|
||||
|
||||
# Custom
|
||||
/android
|
||||
/package.json
|
||||
/package-lock.json
|
||||
|
||||
@@ -54,8 +54,8 @@
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
|
||||
<calendar class="calendar-component"
|
||||
<calendar
|
||||
class="calendar-component"
|
||||
[eventSource]="eventSource"
|
||||
[calendarMode]="calendar.mode"
|
||||
[currentDate]="calendar.currentDate"
|
||||
|
||||
@@ -36,7 +36,6 @@ ion-slide{
|
||||
.item{
|
||||
/* background: red !important; */
|
||||
text-transform: capitalize;
|
||||
|
||||
}
|
||||
.input-wrapper{
|
||||
border-left: red !important;
|
||||
|
||||
@@ -250,7 +250,6 @@ export class AgendaPage implements OnInit {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
// for calendar
|
||||
currentDayEventDisplayBorder(day: any, id: any){
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@ var month = [
|
||||
var week = new Array('Domingo', 'Segunda', 'Terça', 'Quarta', 'Quinta', 'Sexta', 'Sábado');
|
||||
|
||||
class momentG {
|
||||
|
||||
static run(date, formate , wgs){
|
||||
|
||||
if(typeof date.getMonth != 'function') {
|
||||
|
||||
Reference in New Issue
Block a user