diff --git a/package-lock.json b/package-lock.json index 3c82bdf4f..0a3e9955f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1948,6 +1948,79 @@ } } }, + "@fullcalendar/angular": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@fullcalendar/angular/-/angular-5.3.0.tgz", + "integrity": "sha512-6i1BzG72UbQOWaRWnS8HgKZ19rInJuWk7IC5vvR4OCWwxfTwHfZd6Z+nWAOFTSpT1BGtoBpfdoTB0GwV9+iaYA==", + "requires": { + "@fullcalendar/core": "~5.3.0", + "fast-deep-equal": "^3.1.1" + } + }, + "@fullcalendar/common": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.3.0.tgz", + "integrity": "sha512-TYWV2hx9tKNWjRWX8Im3nyikXMekpPBurqxM6jRxEdKzfhzKEHlJEyBi8Buz8Xg4Qyg2KkjuWwq2+ImGg0hcOw==", + "requires": { + "tslib": "^2.0.0" + }, + "dependencies": { + "tslib": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz", + "integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==" + } + } + }, + "@fullcalendar/core": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-5.3.0.tgz", + "integrity": "sha512-blA6r4dFKRyFxB3tiG8eeF2kl75rep8aavYZGpALGZEfPLf/T3xqPf4ulgYZ5bojsUXS9FQM0NqFM9jD/XSnOg==", + "requires": { + "@fullcalendar/common": "~5.3.0", + "preact": "^10.0.5", + "tslib": "^2.0.0" + }, + "dependencies": { + "tslib": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz", + "integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==" + } + } + }, + "@fullcalendar/daygrid": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-5.3.0.tgz", + "integrity": "sha512-YDE7Pnxf+jkkQjogYPEgHDn4mahgUl2eNJRSytQOBJDVrsWcR/nAXI0PhsWHKi86BZVviEiEjzuLv+e4jeIVCg==", + "requires": { + "@fullcalendar/common": "~5.3.0", + "tslib": "^2.0.0" + }, + "dependencies": { + "tslib": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz", + "integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==" + } + } + }, + "@fullcalendar/interaction": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-5.3.0.tgz", + "integrity": "sha512-ls1OlE55axFUEVHdk3k+gRThx6dvOtk7XKTYHCy1nQmKafWhvW8wuf8v8Pa5uUAndRkNVZZNfbha842P4zb+NA==", + "requires": { + "@fullcalendar/common": "~5.3.0", + "tslib": "^2.0.0" + }, + "dependencies": { + "tslib": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz", + "integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==" + } + } + }, "@ionic-native/core": { "version": "5.27.0", "resolved": "https://registry.npmjs.org/@ionic-native/core/-/core-5.27.0.tgz", @@ -6565,8 +6638,7 @@ "fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, "fast-glob": { "version": "3.2.4", @@ -11074,6 +11146,11 @@ "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==", "dev": true }, + "preact": { + "version": "10.4.7", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.4.7.tgz", + "integrity": "sha512-DtnnPbOm7oxW7Sxf5Co+KSIOxo7bGm0vLfJN/wGey7G2sAGKnGP5+bFyE2YIgutMISQl6xFVTsOd6l/Au88VVw==" + }, "prepend-http": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", diff --git a/package.json b/package.json index 9940c0444..2050a0c54 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,9 @@ "@angular/router": "~9.1.6", "@capacitor/android": "^2.4.0", "@capacitor/core": "2.4.0", + "@fullcalendar/angular": "^5.3.0", + "@fullcalendar/daygrid": "^5.3.0", + "@fullcalendar/interaction": "^5.3.0", "@ionic-native/core": "^5.0.7", "@ionic-native/splash-screen": "^5.0.0", "@ionic-native/status-bar": "^5.0.0", diff --git a/src/app/pages/agenda/agenda.page.html b/src/app/pages/agenda/agenda.page.html index 6618a6530..5f114a479 100644 --- a/src/app/pages/agenda/agenda.page.html +++ b/src/app/pages/agenda/agenda.page.html @@ -2,6 +2,19 @@ Agenda + + + + Combinada + + + Oficial + + + Pessoal + + + @@ -19,19 +32,14 @@ --> - - - - Combinada - - - Oficial - - - Pessoal - - - + + + +