Add FullCalendar module

This commit is contained in:
CactusPuppy 2021-04-19 21:52:42 -07:00
parent df9c7d5222
commit c372cbbd00
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
3 changed files with 80 additions and 0 deletions

3
.gitignore vendored
View file

@ -121,3 +121,6 @@ build-iPhoneSimulator/
# Used by RuboCop. Remote config files pulled in from inherit_from directive.
.rubocop-https?--*
# Ignore Javascript package binaries
/node_modules

5
package.json Normal file
View file

@ -0,0 +1,5 @@
{
"dependencies": {
"@fullcalendar/resource-timegrid": "^5.6.0"
}
}

72
yarn.lock Normal file
View file

@ -0,0 +1,72 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@fullcalendar/common@~5.6.0":
version "5.6.0"
resolved "https://registry.yarnpkg.com/@fullcalendar/common/-/common-5.6.0.tgz#27206084df07fbab33a67478b0d9b05542b09b79"
integrity sha512-4i4kZDVpRvfdKoJHRljDHsoYu466Odor9FhekP+67dIUoNnXSDTnQRmGfURwiF4RwaTsdWKe2+B7gors9G7zZA==
dependencies:
tslib "^2.0.3"
"@fullcalendar/daygrid@~5.6.0":
version "5.6.0"
resolved "https://registry.yarnpkg.com/@fullcalendar/daygrid/-/daygrid-5.6.0.tgz#705508a7e7c5d560d01877485283f370c3c70780"
integrity sha512-UaNn6/vKQ3zI4/sDhrMACkIHOSZb/MA0JGlvvw3OTYFULqE5TISuYYnDbo9S1Wdz3AbTBvCzYy5Qk1vZQFsGwg==
dependencies:
"@fullcalendar/common" "~5.6.0"
tslib "^2.0.3"
"@fullcalendar/premium-common@~5.6.0":
version "5.6.0"
resolved "https://registry.yarnpkg.com/@fullcalendar/premium-common/-/premium-common-5.6.0.tgz#d8dba80dbf09a664184d061928d1ad9ace079238"
integrity sha512-AtcoKphdGasBHNlN9DD7Kxc/7EmCUpIRu7JVRJYnrm4cR8rM3gCUCMMoPt8pyEfy4P/GN/4wGko54kgPkLzUTg==
dependencies:
"@fullcalendar/common" "~5.6.0"
tslib "^2.0.3"
"@fullcalendar/resource-common@~5.6.0":
version "5.6.0"
resolved "https://registry.yarnpkg.com/@fullcalendar/resource-common/-/resource-common-5.6.0.tgz#e9f5688f366ea4ec10e7756485a2ab25d957513c"
integrity sha512-9FTGQcUO+ER6U44Tj32c+pSvsJ+5CrGs1RDxRyei8UIvUwY6SxQySgdAozW3yxwozEoc5TZ7xLrlLw7vKAwN6w==
dependencies:
"@fullcalendar/common" "~5.6.0"
"@fullcalendar/premium-common" "~5.6.0"
tslib "^2.0.3"
"@fullcalendar/resource-daygrid@~5.6.0":
version "5.6.0"
resolved "https://registry.yarnpkg.com/@fullcalendar/resource-daygrid/-/resource-daygrid-5.6.0.tgz#537468cdc3910557586fa0d335bcd1bd7b5bdc77"
integrity sha512-KWV61gxtgFoaFTPi6b/MP/FaROMtu8c2ijzznMY5VPjQzjU5CSaWLpPht1T2ZOije3QTiDZ8Gx4M4yLFKMHCAg==
dependencies:
"@fullcalendar/common" "~5.6.0"
"@fullcalendar/daygrid" "~5.6.0"
"@fullcalendar/premium-common" "~5.6.0"
"@fullcalendar/resource-common" "~5.6.0"
tslib "^2.0.3"
"@fullcalendar/resource-timegrid@^5.6.0":
version "5.6.0"
resolved "https://registry.yarnpkg.com/@fullcalendar/resource-timegrid/-/resource-timegrid-5.6.0.tgz#5461026d085f64297d7507980a7ed069c29002a7"
integrity sha512-BAiSTeuL8P0YwG2o6roavDP2dlA5cXFrxcYhx4qvEyqxscmGunI5NnxhmXafpnWO60PgvwHO++EoJvAsR3WSSg==
dependencies:
"@fullcalendar/common" "~5.6.0"
"@fullcalendar/premium-common" "~5.6.0"
"@fullcalendar/resource-common" "~5.6.0"
"@fullcalendar/resource-daygrid" "~5.6.0"
"@fullcalendar/timegrid" "~5.6.0"
tslib "^2.0.3"
"@fullcalendar/timegrid@~5.6.0":
version "5.6.0"
resolved "https://registry.yarnpkg.com/@fullcalendar/timegrid/-/timegrid-5.6.0.tgz#0e489d60f224042211e688d3273154964aab6b54"
integrity sha512-NG55pzPvrzZEuVq+/Vn1ZbyKARVjsE6PzhiOHvJuyt3gzVPeWjXGUWjDN3BSDZ8p/4dthbF6H9mCPia977aV1g==
dependencies:
"@fullcalendar/common" "~5.6.0"
"@fullcalendar/daygrid" "~5.6.0"
tslib "^2.0.3"
tslib@^2.0.3:
version "2.2.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==