Merge branch 'feature/calendar' into developer

This commit is contained in:
tiago.kayaya
2021-02-10 05:03:50 +01:00
5 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -32,4 +32,4 @@ npm-debug.log*
# Custom # Custom
/android /android
/package.json /package-lock.json
+2 -2
View File
@@ -54,8 +54,8 @@
</thead> </thead>
</table> </table>
<calendar
<calendar class="calendar-component" class="calendar-component"
[eventSource]="eventSource" [eventSource]="eventSource"
[calendarMode]="calendar.mode" [calendarMode]="calendar.mode"
[currentDate]="calendar.currentDate" [currentDate]="calendar.currentDate"
-1
View File
@@ -36,7 +36,6 @@ ion-slide{
.item{ .item{
/* background: red !important; */ /* background: red !important; */
text-transform: capitalize; text-transform: capitalize;
} }
.input-wrapper{ .input-wrapper{
border-left: red !important; border-left: red !important;
-1
View File
@@ -250,7 +250,6 @@ export class AgendaPage implements OnInit {
}); });
} }
// for calendar // for calendar
currentDayEventDisplayBorder(day: any, id: any){ currentDayEventDisplayBorder(day: any, id: any){
-1
View File
@@ -13,7 +13,6 @@ var month = [
var week = new Array('Domingo', 'Segunda', 'Terça', 'Quarta', 'Quinta', 'Sexta', 'Sábado'); var week = new Array('Domingo', 'Segunda', 'Terça', 'Quarta', 'Quinta', 'Sexta', 'Sábado');
class momentG { class momentG {
static run(date, formate , wgs){ static run(date, formate , wgs){
if(typeof date.getMonth != 'function') { if(typeof date.getMonth != 'function') {