mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Merge branch 'feature/calendar' into developer
This commit is contained in:
+1
-1
@@ -32,4 +32,4 @@ npm-debug.log*
|
|||||||
|
|
||||||
# Custom
|
# Custom
|
||||||
/android
|
/android
|
||||||
/package.json
|
/package-lock.json
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -250,7 +250,6 @@ export class AgendaPage implements OnInit {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// for calendar
|
// for calendar
|
||||||
currentDayEventDisplayBorder(day: any, id: any){
|
currentDayEventDisplayBorder(day: any, id: any){
|
||||||
|
|
||||||
|
|||||||
@@ -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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user