Fixed #540 - FullCalendar 5.4 Update
parent
67b5af112f
commit
e55f0701de
|
@ -28,10 +28,10 @@
|
|||
],
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.4.4",
|
||||
"@fullcalendar/core": "4.0.2",
|
||||
"@fullcalendar/daygrid": "4.0.1",
|
||||
"@fullcalendar/interaction": "4.0.2",
|
||||
"@fullcalendar/timegrid": "4.0.1",
|
||||
"@fullcalendar/core": "5.4.0",
|
||||
"@fullcalendar/daygrid": "5.4.0",
|
||||
"@fullcalendar/interaction": "5.4.0",
|
||||
"@fullcalendar/timegrid": "5.4.0",
|
||||
"@vue/cli-plugin-babel": "~4.5.0",
|
||||
"@vue/cli-plugin-eslint": "~4.5.0",
|
||||
"@vue/cli-plugin-router": "~4.5.0",
|
||||
|
|
|
@ -2091,30 +2091,41 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid #383838;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid #383838;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #383838;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #383838;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #43a5f4;
|
||||
border: 1px solid #43a5f4;
|
||||
color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid #383838;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #383838;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #212529;
|
||||
|
|
|
@ -2091,30 +2091,41 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid #383838;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid #383838;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #383838;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #383838;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #6abd6e;
|
||||
border: 1px solid #6abd6e;
|
||||
color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid #383838;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #383838;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #212529;
|
||||
|
|
|
@ -2091,30 +2091,41 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid #383838;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid #383838;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #383838;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #383838;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #ffcd2e;
|
||||
border: 1px solid #ffcd2e;
|
||||
color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid #383838;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #383838;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #212529;
|
||||
|
|
|
@ -2091,30 +2091,41 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid #383838;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid #383838;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #383838;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #383838;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #b052c0;
|
||||
border: 1px solid #b052c0;
|
||||
color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid #383838;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #383838;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #ffffff;
|
||||
|
|
|
@ -2103,30 +2103,41 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #2a323d;
|
||||
border: 1px solid #3f4b5b;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #2a323d;
|
||||
border: 1px solid #3f4b5b;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #3f4b5b;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #151515;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #3f4b5b;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #56bdff;
|
||||
border: 1px solid #56bdff;
|
||||
color: #151515;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #2a323d;
|
||||
border: 1px solid #3f4b5b;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #3f4b5b;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #151515;
|
||||
|
|
|
@ -2103,30 +2103,41 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #2a323d;
|
||||
border: 1px solid #3f4b5b;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #2a323d;
|
||||
border: 1px solid #3f4b5b;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #3f4b5b;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #151515;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #3f4b5b;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #aa70c7;
|
||||
border: 1px solid #aa70c7;
|
||||
color: #151515;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #2a323d;
|
||||
border: 1px solid #3f4b5b;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #3f4b5b;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #151515;
|
||||
|
|
|
@ -2103,30 +2103,41 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #efefef;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #212529;
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #212529;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #dee2e6;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #dee2e6;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #0069d9;
|
||||
border: 1px solid #0069d9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #efefef;
|
||||
border: 1px solid #dee2e6;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #dee2e6;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #ffffff;
|
||||
|
|
|
@ -2103,30 +2103,41 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #efefef;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #212529;
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #212529;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #dee2e6;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #dee2e6;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #7a38a7;
|
||||
border: 1px solid #7a38a7;
|
||||
color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #efefef;
|
||||
border: 1px solid #dee2e6;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #dee2e6;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #ffffff;
|
||||
|
|
|
@ -2091,30 +2091,41 @@
|
|||
border-bottom-right-radius: 2px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #faf9f8;
|
||||
border: 1px solid #a19f9d;
|
||||
color: #323130;
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #ffffff;
|
||||
border: 1px solid #a19f9d;
|
||||
color: #323130;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #a19f9d;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #a19f9d;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #0078d4;
|
||||
border: 1px solid #0078d4;
|
||||
color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #faf9f8;
|
||||
border: 1px solid #a19f9d;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #a19f9d;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #ffffff;
|
||||
|
|
|
@ -2103,30 +2103,41 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #191919;
|
||||
border: 1px solid #191919;
|
||||
color: #dedede;
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #323232;
|
||||
border: 1px solid #191919;
|
||||
color: #dedede;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #191919;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #191919;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #FFD54F;
|
||||
border: 1px solid #FFD54F;
|
||||
color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #191919;
|
||||
border: 1px solid #191919;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #191919;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #212529;
|
||||
|
|
|
@ -2103,30 +2103,41 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #191919;
|
||||
border: 1px solid #191919;
|
||||
color: #dedede;
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #323232;
|
||||
border: 1px solid #191919;
|
||||
color: #dedede;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #191919;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #191919;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #4FC3F7;
|
||||
border: 1px solid #4FC3F7;
|
||||
color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #191919;
|
||||
border: 1px solid #191919;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #191919;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #212529;
|
||||
|
|
|
@ -2103,30 +2103,41 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #191919;
|
||||
border: 1px solid #191919;
|
||||
color: #dedede;
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #323232;
|
||||
border: 1px solid #191919;
|
||||
color: #dedede;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #191919;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #191919;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #AED581;
|
||||
border: 1px solid #AED581;
|
||||
color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #191919;
|
||||
border: 1px solid #191919;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #191919;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #212529;
|
||||
|
|
|
@ -2103,30 +2103,41 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #191919;
|
||||
border: 1px solid #191919;
|
||||
color: #dedede;
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #323232;
|
||||
border: 1px solid #191919;
|
||||
color: #dedede;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #191919;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #191919;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #F06292;
|
||||
border: 1px solid #F06292;
|
||||
color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #191919;
|
||||
border: 1px solid #191919;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #191919;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #212529;
|
||||
|
|
|
@ -2115,30 +2115,41 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #CE93D8;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid rgba(255, 255, 255, 0.12);
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: rgba(206, 147, 216, 0.16);
|
||||
border: 1px solid rgba(206, 147, 216, 0.16);
|
||||
color: #CE93D8;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #121212;
|
||||
|
|
|
@ -2115,30 +2115,41 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #9FA8DA;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid rgba(255, 255, 255, 0.12);
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: rgba(159, 168, 218, 0.16);
|
||||
border: 1px solid rgba(159, 168, 218, 0.16);
|
||||
color: #9FA8DA;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #121212;
|
||||
|
|
|
@ -2115,30 +2115,41 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e0e0e0;
|
||||
color: #000001;
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e0e0e0;
|
||||
color: #000001;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #e0e0e0;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #673AB7;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #e0e0e0;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: rgba(103, 58, 183, 0.12);
|
||||
border: 1px solid rgba(103, 58, 183, 0.12);
|
||||
color: #673AB7;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e0e0e0;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #e0e0e0;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #ffffff;
|
||||
|
|
|
@ -2115,30 +2115,41 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e0e0e0;
|
||||
color: #000001;
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e0e0e0;
|
||||
color: #000001;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #e0e0e0;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #3F51B5;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #e0e0e0;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: rgba(63, 81, 181, 0.12);
|
||||
border: 1px solid rgba(63, 81, 181, 0.12);
|
||||
color: #3F51B5;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e0e0e0;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #e0e0e0;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #ffffff;
|
||||
|
|
|
@ -2115,30 +2115,41 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #673AB7;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid rgba(255, 255, 255, 0.12);
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: rgba(103, 58, 183, 0.16);
|
||||
border: 1px solid rgba(103, 58, 183, 0.16);
|
||||
color: #673AB7;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #ffffff;
|
||||
|
|
|
@ -2115,30 +2115,41 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #3F51B5;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid rgba(255, 255, 255, 0.12);
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: rgba(63, 81, 181, 0.16);
|
||||
border: 1px solid rgba(63, 81, 181, 0.16);
|
||||
color: #3F51B5;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #1e1e1e;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #ffffff;
|
||||
|
|
|
@ -2115,30 +2115,41 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e0e0e0;
|
||||
color: #000001;
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e0e0e0;
|
||||
color: #000001;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #e0e0e0;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #673AB7;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #e0e0e0;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: rgba(103, 58, 183, 0.12);
|
||||
border: 1px solid rgba(103, 58, 183, 0.12);
|
||||
color: #673AB7;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e0e0e0;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #e0e0e0;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #ffffff;
|
||||
|
|
|
@ -2115,30 +2115,41 @@
|
|||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e0e0e0;
|
||||
color: #000001;
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e0e0e0;
|
||||
color: #000001;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #e0e0e0;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #3F51B5;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #e0e0e0;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: rgba(63, 81, 181, 0.12);
|
||||
border: 1px solid rgba(63, 81, 181, 0.12);
|
||||
color: #3F51B5;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #ffffff;
|
||||
border: 1px solid #e0e0e0;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #e0e0e0;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #ffffff;
|
||||
|
|
|
@ -2091,30 +2091,41 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #007ad9;
|
||||
border: 1px solid #007ad9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #ffffff;
|
||||
border: 1px solid #c8c8c8;
|
||||
color: #333333;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #007ad9;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #007ad9;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #116fbf;
|
||||
border: 1px solid #116fbf;
|
||||
color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #007ad9;
|
||||
border: 1px solid #007ad9;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #c8c8c8;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #ffffff;
|
||||
|
|
|
@ -2103,30 +2103,41 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #333333;
|
||||
border: 1px solid #333333;
|
||||
color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #ffffff;
|
||||
border: 1px solid #c8c8c8;
|
||||
color: #333333;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #333333;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #333333;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #116fbf;
|
||||
border: 1px solid #116fbf;
|
||||
color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #333333;
|
||||
border: 1px solid #333333;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #c8c8c8;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #ffffff;
|
||||
|
|
|
@ -2103,30 +2103,41 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #f4f4f4;
|
||||
border: 1px solid #c8c8c8;
|
||||
color: #333333;
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #ffffff;
|
||||
border: 1px solid #c8c8c8;
|
||||
color: #333333;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #c8c8c8;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #c8c8c8;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #318c63;
|
||||
border: 1px solid #318c63;
|
||||
color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #f4f4f4;
|
||||
border: 1px solid #c8c8c8;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #c8c8c8;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #ffffff;
|
||||
|
|
|
@ -2103,30 +2103,41 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #f4f4f4;
|
||||
border: 1px solid #c8c8c8;
|
||||
color: #333333;
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #ffffff;
|
||||
border: 1px solid #c8c8c8;
|
||||
color: #333333;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #c8c8c8;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #c8c8c8;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #116fbf;
|
||||
border: 1px solid #116fbf;
|
||||
color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #f4f4f4;
|
||||
border: 1px solid #c8c8c8;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #c8c8c8;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #ffffff;
|
||||
|
|
|
@ -2091,30 +2091,41 @@
|
|||
border-bottom-right-radius: 2px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #7B95A3;
|
||||
border: 1px solid #7B95A3;
|
||||
color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dadada;
|
||||
color: #666666;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #7B95A3;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #385048;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #7B95A3;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #AFD3C8;
|
||||
border: 1px solid #6c8999;
|
||||
color: #385048;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #7B95A3;
|
||||
border: 1px solid #7B95A3;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #dadada;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #ffffff;
|
||||
|
|
|
@ -2091,30 +2091,41 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #f8f9fa;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #495057;
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #495057;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #dee2e6;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #dee2e6;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #0d89ec;
|
||||
border: 1px solid #0d89ec;
|
||||
color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #f8f9fa;
|
||||
border: 1px solid #dee2e6;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #dee2e6;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #ffffff;
|
||||
|
|
|
@ -2091,30 +2091,41 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #f8f9fa;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #495057;
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #495057;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #dee2e6;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #dee2e6;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #449e48;
|
||||
border: 1px solid #449e48;
|
||||
color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #f8f9fa;
|
||||
border: 1px solid #dee2e6;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #dee2e6;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #ffffff;
|
||||
|
|
|
@ -2091,30 +2091,41 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #f8f9fa;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #495057;
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #495057;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #dee2e6;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #dee2e6;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #ecb100;
|
||||
border: 1px solid #ecb100;
|
||||
color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #f8f9fa;
|
||||
border: 1px solid #dee2e6;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #dee2e6;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #212529;
|
||||
|
|
|
@ -2091,30 +2091,41 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #f8f9fa;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #495057;
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #ffffff;
|
||||
border: 1px solid #dee2e6;
|
||||
color: #495057;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #dee2e6;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #dee2e6;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #8c239e;
|
||||
border: 1px solid #8c239e;
|
||||
color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #f8f9fa;
|
||||
border: 1px solid #dee2e6;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #dee2e6;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #ffffff;
|
||||
|
|
|
@ -2091,30 +2091,41 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #1f2d40;
|
||||
border: 1px solid #304562;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #1f2d40;
|
||||
border: 1px solid #304562;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #304562;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #304562;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #43a5f4;
|
||||
border: 1px solid #43a5f4;
|
||||
color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #1f2d40;
|
||||
border: 1px solid #304562;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #304562;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #212529;
|
||||
|
|
|
@ -2091,30 +2091,41 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #1f2d40;
|
||||
border: 1px solid #304562;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #1f2d40;
|
||||
border: 1px solid #304562;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #304562;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #304562;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #6abd6e;
|
||||
border: 1px solid #6abd6e;
|
||||
color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #1f2d40;
|
||||
border: 1px solid #304562;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #304562;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #212529;
|
||||
|
|
|
@ -2091,30 +2091,41 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #1f2d40;
|
||||
border: 1px solid #304562;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #1f2d40;
|
||||
border: 1px solid #304562;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #304562;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #304562;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #ffcd2e;
|
||||
border: 1px solid #ffcd2e;
|
||||
color: #212529;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #1f2d40;
|
||||
border: 1px solid #304562;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #304562;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #212529;
|
||||
|
|
|
@ -2091,30 +2091,41 @@
|
|||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
.fc .fc-view-container th {
|
||||
.fc .fc-view-harness th {
|
||||
background: #1f2d40;
|
||||
border: 1px solid #304562;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
.fc .fc-view-container td.fc-widget-content {
|
||||
.fc .fc-view-harness td {
|
||||
background: #1f2d40;
|
||||
border: 1px solid #304562;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
||||
.fc .fc-view-container td.fc-head-container {
|
||||
border: 1px solid #304562;
|
||||
.fc .fc-view-harness .fc-daygrid-event-dot {
|
||||
border-color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-row {
|
||||
.fc .fc-view-harness .fc-row {
|
||||
border-right: 1px solid #304562;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-container .fc-event {
|
||||
.fc .fc-view-harness .fc-event, .fc .fc-view-harness .fc-event-main {
|
||||
background: #b052c0;
|
||||
border: 1px solid #b052c0;
|
||||
color: #ffffff;
|
||||
}
|
||||
.fc .fc-view-container .fc-divider {
|
||||
.fc .fc-view-harness .fc-divider {
|
||||
background: #1f2d40;
|
||||
border: 1px solid #304562;
|
||||
display: none !important;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid {
|
||||
border: 1px solid #304562;
|
||||
}
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-header > *,
|
||||
.fc .fc-view-harness .fc-scrollgrid-section-footer > * {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.fc .fc-toolbar .fc-button {
|
||||
color: #ffffff;
|
||||
|
|
|
@ -42,7 +42,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
initialize() {
|
||||
let defaultConfig = {theme: false};
|
||||
let defaultConfig = {themeSystem: 'standard'};
|
||||
let config = this.options ? {...this.options, ...defaultConfig} : defaultConfig;
|
||||
this.calendar = new Calendar(this.$el, config);
|
||||
this.calendar.render();
|
||||
|
|
|
@ -100,9 +100,6 @@ import './assets/styles/primevue.css';
|
|||
import 'primeflex/primeflex.css';
|
||||
import 'primeicons/primeicons.css';
|
||||
import 'prismjs/themes/prism-coy.css';
|
||||
import '@fullcalendar/core/main.min.css';
|
||||
import '@fullcalendar/daygrid/main.min.css';
|
||||
import '@fullcalendar/timegrid/main.min.css';
|
||||
import './assets/styles/flags.css';
|
||||
|
||||
router.beforeEach(function (to, from, next) {
|
||||
|
|
|
@ -29,8 +29,8 @@ export default {
|
|||
return {
|
||||
options: {
|
||||
plugins:[dayGridPlugin, timeGridPlugin, interactionPlugin],
|
||||
defaultDate: '2019-01-01',
|
||||
header: {
|
||||
initialDate : '2019-01-01',
|
||||
headerToolbar: {
|
||||
left: 'prev,next',
|
||||
center: 'title',
|
||||
right: 'dayGridMonth,timeGridWeek,timeGridDay'
|
||||
|
|
|
@ -10,7 +10,7 @@ import FullCalendar from 'primevue/fullcalendar';
|
|||
</code></pre>
|
||||
|
||||
<h5>Getting Started</h5>
|
||||
<p>FullCalendar is a wrapper around on <a href="https://fullcalendar.io/docs/v4">FullCalendar 4.0.0+</a> so fullcalendar needs to be included in your project.
|
||||
<p>FullCalendar is a wrapper around on <a href="https://fullcalendar.io/docs/v4">FullCalendar 5.4.0+</a> so fullcalendar needs to be included in your project.
|
||||
For a complete documentation and samples please refer to the <a href="https://fullcalendar.io/">fullcalendar website</a>.</p>
|
||||
<pre v-code>
|
||||
<code>
|
||||
|
@ -25,15 +25,6 @@ npm install @fullcalendar/daygrid --save
|
|||
npm install @fullcalendar/timegrid --save
|
||||
npm install @fullcalendar/interaction --save
|
||||
|
||||
</code></pre>
|
||||
|
||||
<p>Include the core style and the styles of the plugins that you use in your application.</p>
|
||||
<pre v-code>
|
||||
<code>
|
||||
import '@fullcalendar/core/main.min.css';
|
||||
import '@fullcalendar/daygrid/main.min.css';
|
||||
import '@fullcalendar/timegrid/main.min.css';
|
||||
|
||||
</code></pre>
|
||||
|
||||
<p>Events should be an array and defined using the events property.</p>
|
||||
|
@ -99,6 +90,7 @@ export default class EventService {
|
|||
getEvents() {
|
||||
return axios.get('demo/data/events.json').then(res => res.data.data);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
</code></pre>
|
||||
|
@ -144,8 +136,8 @@ export default {
|
|||
return {
|
||||
options: {
|
||||
plugins:[dayGridPlugin, timeGridPlugin, interactionPlugin],
|
||||
defaultDate: '2019-01-01',
|
||||
header: {
|
||||
initialDate: '2019-01-01',
|
||||
headerToolbar: {
|
||||
left: 'prev,next',
|
||||
center: 'title',
|
||||
right: 'dayGridMonth,timeGridWeek,timeGridDay'
|
||||
|
@ -175,8 +167,8 @@ export default {
|
|||
return {
|
||||
options: {
|
||||
plugins:[dayGridPlugin, timeGridPlugin, interactionPlugin],
|
||||
defaultDate: '2019-01-01',
|
||||
header: {
|
||||
initialDate: '2019-01-01',
|
||||
headerToolbar: {
|
||||
left: 'prev,next',
|
||||
center: 'title',
|
||||
right: 'dayGridMonth,timeGridWeek,timeGridDay'
|
||||
|
@ -244,8 +236,8 @@ export default {
|
|||
return {
|
||||
options: {
|
||||
plugins:[dayGridPlugin, timeGridPlugin, interactionPlugin],
|
||||
defaultDate: '2019-01-01',
|
||||
header: {
|
||||
initialDate: '2019-01-01',
|
||||
headerToolbar: {
|
||||
left: 'prev,next',
|
||||
center: 'title',
|
||||
right: 'dayGridMonth,timeGridWeek,timeGridDay'
|
||||
|
|
|
@ -115,7 +115,7 @@ dependencies: {
|
|||
</tr>
|
||||
<tr>
|
||||
<td>FullCalendar</td>
|
||||
<td>FullCalendar 4.0.2+.</td>
|
||||
<td>FullCalendar 5.4.0+.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PrimeFlex</td>
|
||||
|
|
Loading…
Reference in New Issue