@fullcalendar/core 7.0.0-beta.4 → 7.0.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/README.md +7 -1
- package/{index.cjs → cjs/index.cjs} +491 -365
- package/cjs/internal-classnames.cjs +11 -0
- package/{internal-common.cjs → cjs/internal-common.cjs} +5466 -5268
- package/{internal.cjs → cjs/internal.cjs} +25 -19
- package/{locales → cjs/locales}/af.cjs +8 -10
- package/{locales → cjs/locales}/ar-dz.cjs +7 -10
- package/{locales → cjs/locales}/ar-kw.cjs +7 -10
- package/{locales → cjs/locales}/ar-ly.cjs +7 -10
- package/{locales → cjs/locales}/ar-ma.cjs +7 -10
- package/{locales → cjs/locales}/ar-sa.cjs +7 -10
- package/{locales → cjs/locales}/ar-tn.cjs +7 -10
- package/{locales → cjs/locales}/ar.cjs +7 -10
- package/{locales → cjs/locales}/az.cjs +8 -11
- package/{locales → cjs/locales}/bg.cjs +8 -10
- package/{locales → cjs/locales}/bn.cjs +7 -10
- package/{locales → cjs/locales}/bs.cjs +10 -12
- package/{locales → cjs/locales}/ca.cjs +10 -12
- package/{locales → cjs/locales}/cs.cjs +9 -11
- package/{locales → cjs/locales}/cy.cjs +8 -11
- package/{locales → cjs/locales}/da.cjs +8 -11
- package/cjs/locales/de-at.cjs +57 -0
- package/cjs/locales/de.cjs +57 -0
- package/{locales → cjs/locales}/el.cjs +9 -11
- package/{locales → cjs/locales}/en-au.cjs +4 -5
- package/{locales → cjs/locales}/en-gb.cjs +4 -5
- package/{locales → cjs/locales}/en-nz.cjs +4 -5
- package/{locales → cjs/locales}/eo.cjs +10 -12
- package/cjs/locales/es-us.cjs +34 -0
- package/cjs/locales/es.cjs +40 -0
- package/{locales → cjs/locales}/et.cjs +10 -12
- package/{locales → cjs/locales}/eu.cjs +10 -12
- package/{locales → cjs/locales}/fa.cjs +9 -11
- package/{locales → cjs/locales}/fi.cjs +10 -12
- package/cjs/locales/fr-ca.cjs +21 -0
- package/{locales → cjs/locales}/fr-ch.cjs +10 -12
- package/{locales → cjs/locales}/fr.cjs +10 -13
- package/cjs/locales/gl.cjs +40 -0
- package/{locales → cjs/locales}/he.cjs +8 -11
- package/{locales → cjs/locales}/hi.cjs +9 -11
- package/{locales → cjs/locales}/hr.cjs +10 -12
- package/{locales → cjs/locales}/hu.cjs +8 -11
- package/{locales → cjs/locales}/hy-am.cjs +9 -11
- package/{locales → cjs/locales}/id.cjs +10 -12
- package/{locales → cjs/locales}/is.cjs +8 -11
- package/{locales → cjs/locales}/it.cjs +10 -12
- package/{locales → cjs/locales}/ja.cjs +7 -10
- package/cjs/locales/ka.cjs +27 -0
- package/{locales → cjs/locales}/kk.cjs +9 -12
- package/{locales → cjs/locales}/km.cjs +7 -10
- package/{locales → cjs/locales}/ko.cjs +7 -10
- package/{locales → cjs/locales}/ku.cjs +7 -10
- package/{locales → cjs/locales}/lb.cjs +10 -12
- package/{locales → cjs/locales}/lt.cjs +10 -12
- package/{locales → cjs/locales}/lv.cjs +10 -12
- package/{locales → cjs/locales}/mk.cjs +9 -11
- package/{locales → cjs/locales}/ms.cjs +10 -12
- package/{locales → cjs/locales}/nb.cjs +11 -17
- package/{locales → cjs/locales}/ne.cjs +7 -10
- package/{locales → cjs/locales}/nl.cjs +8 -10
- package/{locales → cjs/locales}/nn.cjs +8 -11
- package/{locales → cjs/locales}/pl.cjs +10 -12
- package/cjs/locales/pt-br.cjs +40 -0
- package/{locales → cjs/locales}/pt.cjs +10 -12
- package/{locales → cjs/locales}/ro.cjs +10 -12
- package/{locales → cjs/locales}/ru.cjs +10 -12
- package/{locales → cjs/locales}/si-lk.cjs +9 -11
- package/{locales → cjs/locales}/sk.cjs +9 -11
- package/{locales → cjs/locales}/sl.cjs +7 -10
- package/{locales → cjs/locales}/sm.cjs +7 -10
- package/{locales → cjs/locales}/sq.cjs +10 -12
- package/{locales → cjs/locales}/sr-cyrl.cjs +9 -11
- package/{locales → cjs/locales}/sr.cjs +9 -11
- package/cjs/locales/sv.cjs +41 -0
- package/{locales → cjs/locales}/ta-in.cjs +8 -11
- package/{locales → cjs/locales}/th.cjs +9 -12
- package/{locales → cjs/locales}/tr.cjs +9 -11
- package/cjs/locales/ug.cjs +18 -0
- package/{locales → cjs/locales}/uk.cjs +10 -12
- package/{locales → cjs/locales}/uz-cy.cjs +7 -10
- package/{locales → cjs/locales}/uz.cjs +8 -10
- package/{locales → cjs/locales}/vi.cjs +9 -11
- package/{locales → cjs/locales}/zh-cn.cjs +7 -10
- package/{locales → cjs/locales}/zh-tw.cjs +7 -10
- package/{preact.cjs → cjs/preact.cjs} +1 -0
- package/esm/index.d.ts +53 -0
- package/{index.js → esm/index.js} +493 -369
- package/esm/internal-classnames.d.ts +1 -0
- package/esm/internal-classnames.js +3 -0
- package/{internal-common.d.ts → esm/internal-common.d.ts} +726 -693
- package/{internal-common.js → esm/internal-common.js} +5438 -5245
- package/esm/internal.d.ts +5 -0
- package/esm/internal.js +3 -0
- package/{locales → esm/locales}/af.js +8 -10
- package/{locales → esm/locales}/ar-dz.js +7 -10
- package/{locales → esm/locales}/ar-kw.js +7 -10
- package/{locales → esm/locales}/ar-ly.js +7 -10
- package/{locales → esm/locales}/ar-ma.js +7 -10
- package/{locales → esm/locales}/ar-sa.js +7 -10
- package/{locales → esm/locales}/ar-tn.js +7 -10
- package/{locales → esm/locales}/ar.js +7 -10
- package/{locales → esm/locales}/az.js +8 -11
- package/{locales → esm/locales}/bg.js +8 -10
- package/{locales → esm/locales}/bn.js +7 -10
- package/{locales → esm/locales}/bs.js +10 -12
- package/esm/locales/ca.js +21 -0
- package/{locales → esm/locales}/cs.js +9 -11
- package/{locales → esm/locales}/cy.js +8 -11
- package/{locales → esm/locales}/da.js +8 -11
- package/esm/locales/de-at.js +53 -0
- package/esm/locales/de.js +53 -0
- package/{locales → esm/locales}/el.js +9 -11
- package/{locales → esm/locales}/en-au.js +4 -5
- package/{locales → esm/locales}/en-gb.js +4 -5
- package/{locales → esm/locales}/en-nz.js +4 -5
- package/esm/locales/eo.js +21 -0
- package/esm/locales/es-us.js +30 -0
- package/esm/locales/es.js +36 -0
- package/{locales → esm/locales}/et.js +10 -12
- package/esm/locales/eu.js +21 -0
- package/{locales → esm/locales}/fa.js +9 -11
- package/esm/locales/fi.js +21 -0
- package/esm/locales/fr-ca.js +17 -0
- package/esm/locales/fr-ch.js +21 -0
- package/esm/locales/fr.js +21 -0
- package/esm/locales/gl.js +36 -0
- package/esm/locales/he.js +17 -0
- package/{locales → esm/locales}/hi.js +9 -11
- package/{locales → esm/locales}/hr.js +10 -12
- package/{locales → esm/locales}/hu.js +8 -11
- package/{locales → esm/locales}/hy-am.js +9 -11
- package/esm/locales/id.js +21 -0
- package/{locales → esm/locales}/is.js +8 -11
- package/{locales → esm/locales}/it.js +10 -12
- package/{locales → esm/locales}/ja.js +7 -10
- package/esm/locales/ka.js +23 -0
- package/esm/locales/kk.js +22 -0
- package/{locales → esm/locales}/km.js +7 -10
- package/esm/locales/ko.js +16 -0
- package/{locales → esm/locales}/ku.js +7 -10
- package/esm/locales/lb.js +21 -0
- package/esm/locales/lt.js +21 -0
- package/esm/locales/lv.js +23 -0
- package/esm/locales/mk.js +19 -0
- package/{locales → esm/locales}/ms.js +10 -12
- package/{locales → esm/locales}/nb.js +11 -17
- package/{locales → esm/locales}/ne.js +7 -10
- package/{locales → esm/locales}/nl.js +8 -10
- package/{locales → esm/locales}/nn.js +8 -11
- package/esm/locales/pl.js +21 -0
- package/esm/locales/pt-br.js +36 -0
- package/esm/locales/pt.js +21 -0
- package/{locales → esm/locales}/ro.js +10 -12
- package/esm/locales/ru.js +23 -0
- package/esm/locales/si-lk.js +21 -0
- package/{locales → esm/locales}/sk.js +9 -11
- package/{locales → esm/locales}/sl.js +7 -10
- package/esm/locales/sm.js +16 -0
- package/{locales → esm/locales}/sq.js +10 -12
- package/{locales → esm/locales}/sr-cyrl.js +9 -11
- package/{locales → esm/locales}/sr.js +9 -11
- package/esm/locales/sv.js +37 -0
- package/esm/locales/ta-in.js +22 -0
- package/esm/locales/th.js +22 -0
- package/{locales → esm/locales}/tr.js +9 -11
- package/esm/locales/ug.js +14 -0
- package/esm/locales/uk.js +23 -0
- package/{locales → esm/locales}/uz-cy.js +7 -10
- package/{locales → esm/locales}/uz.js +8 -10
- package/{locales → esm/locales}/vi.js +9 -11
- package/{locales → esm/locales}/zh-cn.js +7 -10
- package/esm/locales/zh-tw.js +16 -0
- package/{preact.d.ts → esm/preact.d.ts} +4 -3
- package/esm/preact.js +3 -0
- package/{locales/af.global.js → global/locales/af.js} +12 -14
- package/global/locales/af.min.js +6 -0
- package/{locales/ar-dz.global.js → global/locales/ar-dz.js} +11 -14
- package/global/locales/ar-dz.min.js +6 -0
- package/{locales/ar-kw.global.js → global/locales/ar-kw.js} +11 -14
- package/global/locales/ar-kw.min.js +6 -0
- package/{locales/ar-ly.global.js → global/locales/ar-ly.js} +11 -14
- package/global/locales/ar-ly.min.js +6 -0
- package/{locales/ar-ma.global.js → global/locales/ar-ma.js} +11 -14
- package/global/locales/ar-ma.min.js +6 -0
- package/{locales/ar-sa.global.js → global/locales/ar-sa.js} +11 -14
- package/global/locales/ar-sa.min.js +6 -0
- package/{locales/ar-tn.global.js → global/locales/ar-tn.js} +11 -14
- package/global/locales/ar-tn.min.js +6 -0
- package/{locales/ar.global.js → global/locales/ar.js} +11 -14
- package/global/locales/ar.min.js +6 -0
- package/{locales/az.global.js → global/locales/az.js} +12 -15
- package/global/locales/az.min.js +6 -0
- package/{locales/bg.global.js → global/locales/bg.js} +12 -14
- package/global/locales/bg.min.js +6 -0
- package/{locales/bn.global.js → global/locales/bn.js} +11 -14
- package/global/locales/bn.min.js +6 -0
- package/global/locales/bs.js +33 -0
- package/global/locales/bs.min.js +6 -0
- package/global/locales/ca.js +31 -0
- package/global/locales/ca.min.js +6 -0
- package/{locales/cs.global.js → global/locales/cs.js} +13 -15
- package/global/locales/cs.min.js +6 -0
- package/global/locales/cy.js +30 -0
- package/global/locales/cy.min.js +6 -0
- package/global/locales/da.js +30 -0
- package/global/locales/da.min.js +6 -0
- package/global/locales/de-at.js +63 -0
- package/global/locales/de-at.min.js +6 -0
- package/global/locales/de.js +63 -0
- package/global/locales/de.min.js +6 -0
- package/global/locales/el.js +31 -0
- package/global/locales/el.min.js +6 -0
- package/{locales/en-au.global.js → global/locales/en-au.js} +8 -9
- package/global/locales/en-au.min.js +6 -0
- package/{locales/en-gb.global.js → global/locales/en-gb.js} +8 -9
- package/global/locales/en-gb.min.js +6 -0
- package/{locales/en-nz.global.js → global/locales/en-nz.js} +8 -9
- package/global/locales/en-nz.min.js +6 -0
- package/global/locales/eo.js +31 -0
- package/global/locales/eo.min.js +6 -0
- package/global/locales/es-us.js +40 -0
- package/global/locales/es-us.min.js +6 -0
- package/global/locales/es.js +46 -0
- package/global/locales/es.min.js +6 -0
- package/global/locales/et.js +33 -0
- package/global/locales/et.min.js +6 -0
- package/global/locales/eu.js +31 -0
- package/global/locales/eu.min.js +6 -0
- package/{locales/fa.global.js → global/locales/fa.js} +13 -15
- package/global/locales/fa.min.js +6 -0
- package/global/locales/fi.js +31 -0
- package/global/locales/fi.min.js +6 -0
- package/global/locales/fr-ca.js +27 -0
- package/global/locales/fr-ca.min.js +6 -0
- package/global/locales/fr-ch.js +31 -0
- package/global/locales/fr-ch.min.js +6 -0
- package/global/locales/fr.js +31 -0
- package/global/locales/fr.min.js +6 -0
- package/global/locales/gl.js +46 -0
- package/global/locales/gl.min.js +6 -0
- package/global/locales/he.js +27 -0
- package/global/locales/he.min.js +6 -0
- package/{locales/hi.global.js → global/locales/hi.js} +13 -15
- package/global/locales/hi.min.js +6 -0
- package/global/locales/hr.js +33 -0
- package/global/locales/hr.min.js +6 -0
- package/global/locales/hu.js +30 -0
- package/global/locales/hu.min.js +6 -0
- package/{locales/hy-am.global.js → global/locales/hy-am.js} +13 -15
- package/global/locales/hy-am.min.js +6 -0
- package/global/locales/id.js +31 -0
- package/global/locales/id.min.js +6 -0
- package/global/locales/is.js +30 -0
- package/global/locales/is.min.js +6 -0
- package/global/locales/it.js +33 -0
- package/global/locales/it.min.js +6 -0
- package/global/locales/ja.js +28 -0
- package/global/locales/ja.min.js +6 -0
- package/global/locales/ka.js +33 -0
- package/global/locales/ka.min.js +6 -0
- package/global/locales/kk.js +32 -0
- package/global/locales/kk.min.js +6 -0
- package/{locales/km.global.js → global/locales/km.js} +11 -14
- package/global/locales/km.min.js +6 -0
- package/global/locales/ko.js +26 -0
- package/global/locales/ko.min.js +6 -0
- package/{locales/ku.global.js → global/locales/ku.js} +11 -14
- package/global/locales/ku.min.js +6 -0
- package/global/locales/lb.js +31 -0
- package/global/locales/lb.min.js +6 -0
- package/global/locales/lt.js +31 -0
- package/global/locales/lt.min.js +6 -0
- package/global/locales/lv.js +33 -0
- package/global/locales/lv.min.js +6 -0
- package/global/locales/mk.js +29 -0
- package/global/locales/mk.min.js +6 -0
- package/global/locales/ms.js +33 -0
- package/global/locales/ms.min.js +6 -0
- package/{locales/nb.global.js → global/locales/nb.js} +15 -21
- package/global/locales/nb.min.js +6 -0
- package/{locales/ne.global.js → global/locales/ne.js} +11 -14
- package/global/locales/ne.min.js +6 -0
- package/{locales/nl.global.js → global/locales/nl.js} +12 -14
- package/global/locales/nl.min.js +6 -0
- package/global/locales/nn.js +30 -0
- package/global/locales/nn.min.js +6 -0
- package/global/locales/pl.js +31 -0
- package/global/locales/pl.min.js +6 -0
- package/global/locales/pt-br.js +46 -0
- package/global/locales/pt-br.min.js +6 -0
- package/global/locales/pt.js +31 -0
- package/global/locales/pt.min.js +6 -0
- package/global/locales/ro.js +33 -0
- package/global/locales/ro.min.js +6 -0
- package/global/locales/ru.js +33 -0
- package/global/locales/ru.min.js +6 -0
- package/global/locales/si-lk.js +31 -0
- package/global/locales/si-lk.min.js +6 -0
- package/{locales/sk.global.js → global/locales/sk.js} +13 -15
- package/global/locales/sk.min.js +6 -0
- package/{locales/sl.global.js → global/locales/sl.js} +11 -14
- package/global/locales/sl.min.js +6 -0
- package/global/locales/sm.js +26 -0
- package/global/locales/sm.min.js +6 -0
- package/global/locales/sq.js +33 -0
- package/global/locales/sq.min.js +6 -0
- package/{locales/sr-cyrl.global.js → global/locales/sr-cyrl.js} +13 -15
- package/global/locales/sr-cyrl.min.js +6 -0
- package/{locales/sr.global.js → global/locales/sr.js} +13 -15
- package/global/locales/sr.min.js +6 -0
- package/global/locales/sv.js +47 -0
- package/global/locales/sv.min.js +6 -0
- package/global/locales/ta-in.js +32 -0
- package/global/locales/ta-in.min.js +6 -0
- package/global/locales/th.js +32 -0
- package/global/locales/th.min.js +6 -0
- package/{locales/tr.global.js → global/locales/tr.js} +13 -15
- package/global/locales/tr.min.js +6 -0
- package/global/locales/ug.js +24 -0
- package/global/locales/ug.min.js +6 -0
- package/global/locales/uk.js +33 -0
- package/global/locales/uk.min.js +6 -0
- package/{locales/uz-cy.global.js → global/locales/uz-cy.js} +11 -14
- package/global/locales/uz-cy.min.js +6 -0
- package/{locales/uz.global.js → global/locales/uz.js} +12 -14
- package/global/locales/uz.min.js +6 -0
- package/{locales/vi.global.js → global/locales/vi.js} +13 -15
- package/global/locales/vi.min.js +6 -0
- package/{locales/zh-cn.global.js → global/locales/zh-cn.js} +11 -14
- package/global/locales/zh-cn.min.js +6 -0
- package/global/locales/zh-tw.js +26 -0
- package/global/locales/zh-tw.min.js +6 -0
- package/global/locales-all.js +1730 -0
- package/global/locales-all.min.js +6 -0
- package/{index.global.js → global.js} +5204 -4877
- package/global.min.js +6 -0
- package/package.json +53 -35
- package/skeleton.css +477 -0
- package/skeleton.min.css +1 -0
- package/skeleton.styles.js +30 -0
- package/index.d.ts +0 -48
- package/index.global.min.js +0 -6
- package/internal.d.ts +0 -4
- package/internal.js +0 -3
- package/locales/af.global.min.js +0 -6
- package/locales/ar-dz.global.min.js +0 -6
- package/locales/ar-kw.global.min.js +0 -6
- package/locales/ar-ly.global.min.js +0 -6
- package/locales/ar-ma.global.min.js +0 -6
- package/locales/ar-sa.global.min.js +0 -6
- package/locales/ar-tn.global.min.js +0 -6
- package/locales/ar.global.min.js +0 -6
- package/locales/az.global.min.js +0 -6
- package/locales/bg.global.min.js +0 -6
- package/locales/bn.global.min.js +0 -6
- package/locales/bs.global.js +0 -35
- package/locales/bs.global.min.js +0 -6
- package/locales/ca.global.js +0 -33
- package/locales/ca.global.min.js +0 -6
- package/locales/ca.js +0 -23
- package/locales/cs.global.min.js +0 -6
- package/locales/cy.global.js +0 -33
- package/locales/cy.global.min.js +0 -6
- package/locales/da.global.js +0 -33
- package/locales/da.global.min.js +0 -6
- package/locales/de-at.cjs +0 -62
- package/locales/de-at.global.js +0 -68
- package/locales/de-at.global.min.js +0 -6
- package/locales/de-at.js +0 -58
- package/locales/de.cjs +0 -62
- package/locales/de.global.js +0 -68
- package/locales/de.global.min.js +0 -6
- package/locales/de.js +0 -58
- package/locales/el.global.js +0 -33
- package/locales/el.global.min.js +0 -6
- package/locales/en-au.global.min.js +0 -6
- package/locales/en-gb.global.min.js +0 -6
- package/locales/en-nz.global.min.js +0 -6
- package/locales/eo.global.js +0 -33
- package/locales/eo.global.min.js +0 -6
- package/locales/eo.js +0 -23
- package/locales/es-us.cjs +0 -27
- package/locales/es-us.global.js +0 -33
- package/locales/es-us.global.min.js +0 -6
- package/locales/es-us.js +0 -23
- package/locales/es.cjs +0 -45
- package/locales/es.global.js +0 -51
- package/locales/es.global.min.js +0 -6
- package/locales/es.js +0 -41
- package/locales/et.global.js +0 -35
- package/locales/et.global.min.js +0 -6
- package/locales/eu.global.js +0 -33
- package/locales/eu.global.min.js +0 -6
- package/locales/eu.js +0 -23
- package/locales/fa.global.min.js +0 -6
- package/locales/fi.global.js +0 -33
- package/locales/fi.global.min.js +0 -6
- package/locales/fi.js +0 -23
- package/locales/fr-ca.cjs +0 -23
- package/locales/fr-ca.global.js +0 -29
- package/locales/fr-ca.global.min.js +0 -6
- package/locales/fr-ca.js +0 -19
- package/locales/fr-ch.global.js +0 -33
- package/locales/fr-ch.global.min.js +0 -6
- package/locales/fr-ch.js +0 -23
- package/locales/fr.global.js +0 -34
- package/locales/fr.global.min.js +0 -6
- package/locales/fr.js +0 -24
- package/locales/gl.cjs +0 -45
- package/locales/gl.global.js +0 -51
- package/locales/gl.global.min.js +0 -6
- package/locales/gl.js +0 -41
- package/locales/he.global.js +0 -30
- package/locales/he.global.min.js +0 -6
- package/locales/he.js +0 -20
- package/locales/hi.global.min.js +0 -6
- package/locales/hr.global.js +0 -35
- package/locales/hr.global.min.js +0 -6
- package/locales/hu.global.js +0 -33
- package/locales/hu.global.min.js +0 -6
- package/locales/hy-am.global.min.js +0 -6
- package/locales/id.global.js +0 -33
- package/locales/id.global.min.js +0 -6
- package/locales/id.js +0 -23
- package/locales/is.global.js +0 -33
- package/locales/is.global.min.js +0 -6
- package/locales/it.global.js +0 -35
- package/locales/it.global.min.js +0 -6
- package/locales/ja.global.js +0 -31
- package/locales/ja.global.min.js +0 -6
- package/locales/ka.cjs +0 -29
- package/locales/ka.global.js +0 -35
- package/locales/ka.global.min.js +0 -6
- package/locales/ka.js +0 -25
- package/locales/kk.global.js +0 -35
- package/locales/kk.global.min.js +0 -6
- package/locales/kk.js +0 -25
- package/locales/km.global.min.js +0 -6
- package/locales/ko.global.js +0 -29
- package/locales/ko.global.min.js +0 -6
- package/locales/ko.js +0 -19
- package/locales/ku.global.min.js +0 -6
- package/locales/lb.global.js +0 -33
- package/locales/lb.global.min.js +0 -6
- package/locales/lb.js +0 -23
- package/locales/lt.global.js +0 -33
- package/locales/lt.global.min.js +0 -6
- package/locales/lt.js +0 -23
- package/locales/lv.global.js +0 -35
- package/locales/lv.global.min.js +0 -6
- package/locales/lv.js +0 -25
- package/locales/mk.global.js +0 -31
- package/locales/mk.global.min.js +0 -6
- package/locales/mk.js +0 -21
- package/locales/ms.global.js +0 -35
- package/locales/ms.global.min.js +0 -6
- package/locales/nb.global.min.js +0 -6
- package/locales/ne.global.min.js +0 -6
- package/locales/nl.global.min.js +0 -6
- package/locales/nn.global.js +0 -33
- package/locales/nn.global.min.js +0 -6
- package/locales/pl.global.js +0 -33
- package/locales/pl.global.min.js +0 -6
- package/locales/pl.js +0 -23
- package/locales/pt-br.cjs +0 -45
- package/locales/pt-br.global.js +0 -51
- package/locales/pt-br.global.min.js +0 -6
- package/locales/pt-br.js +0 -41
- package/locales/pt.global.js +0 -33
- package/locales/pt.global.min.js +0 -6
- package/locales/pt.js +0 -23
- package/locales/ro.global.js +0 -35
- package/locales/ro.global.min.js +0 -6
- package/locales/ru.global.js +0 -35
- package/locales/ru.global.min.js +0 -6
- package/locales/ru.js +0 -25
- package/locales/si-lk.global.js +0 -33
- package/locales/si-lk.global.min.js +0 -6
- package/locales/si-lk.js +0 -23
- package/locales/sk.global.min.js +0 -6
- package/locales/sl.global.min.js +0 -6
- package/locales/sm.global.js +0 -29
- package/locales/sm.global.min.js +0 -6
- package/locales/sm.js +0 -19
- package/locales/sq.global.js +0 -35
- package/locales/sq.global.min.js +0 -6
- package/locales/sr-cyrl.global.min.js +0 -6
- package/locales/sr.global.min.js +0 -6
- package/locales/sv.cjs +0 -46
- package/locales/sv.global.js +0 -52
- package/locales/sv.global.min.js +0 -6
- package/locales/sv.js +0 -42
- package/locales/ta-in.global.js +0 -35
- package/locales/ta-in.global.min.js +0 -6
- package/locales/ta-in.js +0 -25
- package/locales/th.global.js +0 -35
- package/locales/th.global.min.js +0 -6
- package/locales/th.js +0 -25
- package/locales/tr.global.min.js +0 -6
- package/locales/ug.cjs +0 -20
- package/locales/ug.global.js +0 -26
- package/locales/ug.global.min.js +0 -6
- package/locales/ug.js +0 -16
- package/locales/uk.global.js +0 -35
- package/locales/uk.global.min.js +0 -6
- package/locales/uk.js +0 -25
- package/locales/uz-cy.global.min.js +0 -6
- package/locales/uz.global.min.js +0 -6
- package/locales/vi.global.min.js +0 -6
- package/locales/zh-cn.global.min.js +0 -6
- package/locales/zh-tw.global.js +0 -29
- package/locales/zh-tw.global.min.js +0 -6
- package/locales/zh-tw.js +0 -19
- package/locales-all.global.js +0 -1927
- package/locales-all.global.min.js +0 -6
- package/preact.js +0 -3
- /package/{locales-all.cjs → cjs/locales-all.cjs} +0 -0
- /package/{locales → esm/locales}/af.d.ts +0 -0
- /package/{locales → esm/locales}/ar-dz.d.ts +0 -0
- /package/{locales → esm/locales}/ar-kw.d.ts +0 -0
- /package/{locales → esm/locales}/ar-ly.d.ts +0 -0
- /package/{locales → esm/locales}/ar-ma.d.ts +0 -0
- /package/{locales → esm/locales}/ar-sa.d.ts +0 -0
- /package/{locales → esm/locales}/ar-tn.d.ts +0 -0
- /package/{locales → esm/locales}/ar.d.ts +0 -0
- /package/{locales → esm/locales}/az.d.ts +0 -0
- /package/{locales → esm/locales}/bg.d.ts +0 -0
- /package/{locales → esm/locales}/bn.d.ts +0 -0
- /package/{locales → esm/locales}/bs.d.ts +0 -0
- /package/{locales → esm/locales}/ca.d.ts +0 -0
- /package/{locales → esm/locales}/cs.d.ts +0 -0
- /package/{locales → esm/locales}/cy.d.ts +0 -0
- /package/{locales → esm/locales}/da.d.ts +0 -0
- /package/{locales → esm/locales}/de-at.d.ts +0 -0
- /package/{locales → esm/locales}/de.d.ts +0 -0
- /package/{locales → esm/locales}/el.d.ts +0 -0
- /package/{locales → esm/locales}/en-au.d.ts +0 -0
- /package/{locales → esm/locales}/en-gb.d.ts +0 -0
- /package/{locales → esm/locales}/en-nz.d.ts +0 -0
- /package/{locales → esm/locales}/eo.d.ts +0 -0
- /package/{locales → esm/locales}/es-us.d.ts +0 -0
- /package/{locales → esm/locales}/es.d.ts +0 -0
- /package/{locales → esm/locales}/et.d.ts +0 -0
- /package/{locales → esm/locales}/eu.d.ts +0 -0
- /package/{locales → esm/locales}/fa.d.ts +0 -0
- /package/{locales → esm/locales}/fi.d.ts +0 -0
- /package/{locales → esm/locales}/fr-ca.d.ts +0 -0
- /package/{locales → esm/locales}/fr-ch.d.ts +0 -0
- /package/{locales → esm/locales}/fr.d.ts +0 -0
- /package/{locales → esm/locales}/gl.d.ts +0 -0
- /package/{locales → esm/locales}/he.d.ts +0 -0
- /package/{locales → esm/locales}/hi.d.ts +0 -0
- /package/{locales → esm/locales}/hr.d.ts +0 -0
- /package/{locales → esm/locales}/hu.d.ts +0 -0
- /package/{locales → esm/locales}/hy-am.d.ts +0 -0
- /package/{locales → esm/locales}/id.d.ts +0 -0
- /package/{locales → esm/locales}/is.d.ts +0 -0
- /package/{locales → esm/locales}/it.d.ts +0 -0
- /package/{locales → esm/locales}/ja.d.ts +0 -0
- /package/{locales → esm/locales}/ka.d.ts +0 -0
- /package/{locales → esm/locales}/kk.d.ts +0 -0
- /package/{locales → esm/locales}/km.d.ts +0 -0
- /package/{locales → esm/locales}/ko.d.ts +0 -0
- /package/{locales → esm/locales}/ku.d.ts +0 -0
- /package/{locales → esm/locales}/lb.d.ts +0 -0
- /package/{locales → esm/locales}/lt.d.ts +0 -0
- /package/{locales → esm/locales}/lv.d.ts +0 -0
- /package/{locales → esm/locales}/mk.d.ts +0 -0
- /package/{locales → esm/locales}/ms.d.ts +0 -0
- /package/{locales → esm/locales}/nb.d.ts +0 -0
- /package/{locales → esm/locales}/ne.d.ts +0 -0
- /package/{locales → esm/locales}/nl.d.ts +0 -0
- /package/{locales → esm/locales}/nn.d.ts +0 -0
- /package/{locales → esm/locales}/pl.d.ts +0 -0
- /package/{locales → esm/locales}/pt-br.d.ts +0 -0
- /package/{locales → esm/locales}/pt.d.ts +0 -0
- /package/{locales → esm/locales}/ro.d.ts +0 -0
- /package/{locales → esm/locales}/ru.d.ts +0 -0
- /package/{locales → esm/locales}/si-lk.d.ts +0 -0
- /package/{locales → esm/locales}/sk.d.ts +0 -0
- /package/{locales → esm/locales}/sl.d.ts +0 -0
- /package/{locales → esm/locales}/sm.d.ts +0 -0
- /package/{locales → esm/locales}/sq.d.ts +0 -0
- /package/{locales → esm/locales}/sr-cyrl.d.ts +0 -0
- /package/{locales → esm/locales}/sr.d.ts +0 -0
- /package/{locales → esm/locales}/sv.d.ts +0 -0
- /package/{locales → esm/locales}/ta-in.d.ts +0 -0
- /package/{locales → esm/locales}/th.d.ts +0 -0
- /package/{locales → esm/locales}/tr.d.ts +0 -0
- /package/{locales → esm/locales}/ug.d.ts +0 -0
- /package/{locales → esm/locales}/uk.d.ts +0 -0
- /package/{locales → esm/locales}/uz-cy.d.ts +0 -0
- /package/{locales → esm/locales}/uz.d.ts +0 -0
- /package/{locales → esm/locales}/vi.d.ts +0 -0
- /package/{locales → esm/locales}/zh-cn.d.ts +0 -0
- /package/{locales → esm/locales}/zh-tw.d.ts +0 -0
- /package/{locales-all.d.ts → esm/locales-all.d.ts} +0 -0
- /package/{locales-all.js → esm/locales-all.js} +0 -0
package/skeleton.css
ADDED
|
@@ -0,0 +1,477 @@
|
|
|
1
|
+
|
|
2
|
+
:root {
|
|
3
|
+
--fc-sticky-header-footer-z: 3;
|
|
4
|
+
--fc-popover-z: 4;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.fc-b6 {
|
|
8
|
+
z-index: var(--fc-popover-z) !important;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.fc-Cu {
|
|
12
|
+
isolation: isolate;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/*
|
|
16
|
+
This will prevent all ancestors from customizing their box size unless they use .contentBox
|
|
17
|
+
*/
|
|
18
|
+
.fc-Bn,
|
|
19
|
+
.fc-Bn *,
|
|
20
|
+
.fc-Bn *:before,
|
|
21
|
+
.fc-Bn *:after {
|
|
22
|
+
box-sizing: border-box !important;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/* classes attached to <body> */
|
|
26
|
+
.fc-5y,
|
|
27
|
+
.fc-5y * {
|
|
28
|
+
cursor: not-allowed !important;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.fc-mU {
|
|
32
|
+
-ms-overflow-style: none !important; /* IE and Edge */
|
|
33
|
+
scrollbar-width: none !important; /* Firefox */
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/* Hide scrollbar for Chrome, Safari and Opera */
|
|
37
|
+
.fc-mU::-webkit-scrollbar {
|
|
38
|
+
display: none !important;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.fc-dq {
|
|
42
|
+
flex-shrink: 0 !important;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.fc-EL .fc-xq {
|
|
46
|
+
display: flex !important;
|
|
47
|
+
flex-direction: row !important;
|
|
48
|
+
flex-wrap: wrap !important;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/* HACK for Safari. Can't do break-inside:avoid with flexbox items, likely b/c it's not standard:
|
|
52
|
+
https://stackoverflow.com/a/60256345 */
|
|
53
|
+
.fc-K5 .fc-xq > * {
|
|
54
|
+
float: left !important;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
[dir=rtl] .fc-K5 .fc-xq > *,
|
|
58
|
+
.fc-K5[dir=rtl] .fc-xq > * {
|
|
59
|
+
float: right !important;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.fc-K5 .fc-xq::after {
|
|
63
|
+
content: "" !important;
|
|
64
|
+
display: block !important;
|
|
65
|
+
clear: both !important;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.fc-Y2 {
|
|
69
|
+
cursor: pointer !important;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.fc-cs {
|
|
73
|
+
cursor: n-resize !important;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.fc-rC {
|
|
77
|
+
cursor: s-resize !important;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.fc-ns {
|
|
81
|
+
cursor: w-resize !important;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
[dir=rtl] .fc-ns {
|
|
85
|
+
cursor: e-resize !important;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.fc-EB {
|
|
89
|
+
cursor: e-resize !important;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
[dir=rtl] .fc-EB {
|
|
93
|
+
cursor: w-resize !important;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.fc-Aa {
|
|
97
|
+
cursor: col-resize !important;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.fc-jM,
|
|
101
|
+
.fc-5w,
|
|
102
|
+
.fc-i5 {
|
|
103
|
+
position: absolute !important;
|
|
104
|
+
box-sizing: content-box !important;
|
|
105
|
+
width: 100% !important;
|
|
106
|
+
height: 100% !important;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.fc-jM {
|
|
110
|
+
padding: 10px !important;
|
|
111
|
+
margin: -10px !important;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.fc-5w {
|
|
115
|
+
padding-left: 10px !important;
|
|
116
|
+
padding-right: 10px !important;
|
|
117
|
+
margin-left: -10px !important;
|
|
118
|
+
margin-right: -10px !important;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.fc-i5 {
|
|
122
|
+
padding-top: 10px !important;
|
|
123
|
+
padding-bottom: 10px !important;
|
|
124
|
+
margin-top: -10px !important;
|
|
125
|
+
margin-bottom: -10px !important;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
/* QUESTION: why not use -left -right instead of negative margins/padding for ALL? */
|
|
129
|
+
.fc-zF {
|
|
130
|
+
position: absolute;
|
|
131
|
+
top: 0;
|
|
132
|
+
bottom: 0;
|
|
133
|
+
left: -5px;
|
|
134
|
+
right: -5px;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.fc-rz {
|
|
138
|
+
-webkit-user-select: none;
|
|
139
|
+
-moz-user-select: none;
|
|
140
|
+
user-select: none;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
/* Border Utils */
|
|
144
|
+
/* ------------------------------------------------------------------------------------------------- */
|
|
145
|
+
|
|
146
|
+
/* TODO: break-out to x and y. don't have "only" all */
|
|
147
|
+
/* TODO: instead of "border" utils, call them "borderless" to subtract? */
|
|
148
|
+
|
|
149
|
+
.fc-X8 {
|
|
150
|
+
border: 0 !important;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.fc-vj {
|
|
154
|
+
border-left: 0 !important;
|
|
155
|
+
border-right: 0 !important;
|
|
156
|
+
border-bottom: 0 !important;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.fc-UZ {
|
|
160
|
+
border-top: 0 !important;
|
|
161
|
+
border-left: 0 !important;
|
|
162
|
+
border-right: 0 !important;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.fc-mQ,
|
|
166
|
+
.fc-X1 {
|
|
167
|
+
border-top: 0 !important;
|
|
168
|
+
border-bottom: 0 !important;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.fc-mQ {
|
|
172
|
+
border-inline-end: 0 !important;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.fc-X1 {
|
|
176
|
+
border-inline-start: 0 !important;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.fc-Cg {
|
|
180
|
+
border-left: 0 !important;
|
|
181
|
+
border-right: 0 !important;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.fc-VQ {
|
|
185
|
+
border-top: 0 !important;
|
|
186
|
+
border-bottom: 0 !important;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.fc-a6 {
|
|
190
|
+
border-top: 0 !important;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.fc-TW {
|
|
194
|
+
border-bottom: 0 !important;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
/* for matching cell start-border, assumed to be 1px, which can't be guaranteed */
|
|
198
|
+
.fc-zS {
|
|
199
|
+
border-inline-start: 1px solid transparent !important;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
/* Flexbox Utils */
|
|
203
|
+
/* ------------------------------------------------------------------------------------------------- */
|
|
204
|
+
|
|
205
|
+
.fc-y2 {
|
|
206
|
+
display: flex !important;
|
|
207
|
+
flex-direction: row !important;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.fc-pu {
|
|
211
|
+
display: flex !important;
|
|
212
|
+
flex-direction: column !important;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.fc-4V {
|
|
216
|
+
flex-grow: 1 !important;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.fc-no {
|
|
220
|
+
flex-grow: 1 !important;
|
|
221
|
+
flex-basis: 0 !important;
|
|
222
|
+
min-width: 0 !important;
|
|
223
|
+
min-height: 0 !important;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
/*
|
|
227
|
+
TODO: use liquidX/Y elsewhere because frees up min other dimension; less collisions
|
|
228
|
+
*/
|
|
229
|
+
.fc-Wa {
|
|
230
|
+
flex-grow: 1 !important;
|
|
231
|
+
flex-basis: 0 !important;
|
|
232
|
+
min-width: 0 !important;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
/* Print-Safe Utils (media:screen ONLY) */
|
|
236
|
+
/* ------------------------------------------------------------------------------------------------- */
|
|
237
|
+
|
|
238
|
+
.fc-EL .fc-mg,
|
|
239
|
+
.fc-EL .fc-SN {
|
|
240
|
+
display: flex !important;
|
|
241
|
+
flex-direction: column !important;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
/* Table Utils */
|
|
245
|
+
/* ------------------------------------------------------------------------------------------------- */
|
|
246
|
+
|
|
247
|
+
.fc-ec {
|
|
248
|
+
margin: 0 !important;
|
|
249
|
+
padding: 0 !important;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.fc-wp {
|
|
253
|
+
padding: 0 !important;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.fc-Kw {
|
|
257
|
+
margin: 0 !important;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.fc-0O {
|
|
261
|
+
margin-top: 0 !important;
|
|
262
|
+
margin-bottom: 0 !important;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.fc-R5 {
|
|
266
|
+
margin-left: 0 !important;
|
|
267
|
+
margin-right: 0 !important;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.fc-0I {
|
|
271
|
+
flex-shrink: 0 !important;
|
|
272
|
+
white-space: nowrap !important;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
/* Misc Utils */
|
|
276
|
+
/* ------------------------------------------------------------------------------------------------- */
|
|
277
|
+
|
|
278
|
+
.fc-iX {
|
|
279
|
+
overflow: hidden !important;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
/*
|
|
283
|
+
TODO: eventually use this on daygrid/timegrid events' inner, time, and title, FOR PRINT
|
|
284
|
+
Needed to prevent wrapping to multiple lines, increasing height, throwing off print-positioning,
|
|
285
|
+
which can't rely on dynamic height detection after print-flag activated.
|
|
286
|
+
*/
|
|
287
|
+
.fc-cr {
|
|
288
|
+
white-space: nowrap !important;
|
|
289
|
+
overflow: hidden !important;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.fc-tU {
|
|
293
|
+
box-shadow: none !important;
|
|
294
|
+
border-radius: 0 !important
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.fc-ig {
|
|
298
|
+
position: relative !important;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.fc-VV {
|
|
302
|
+
position: absolute !important;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.fc-99 {
|
|
306
|
+
inset-inline-start: 0 !important;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.fc-f4 {
|
|
310
|
+
position: absolute !important;
|
|
311
|
+
top: 0 !important;
|
|
312
|
+
left: 0 !important;
|
|
313
|
+
right: 0 !important;
|
|
314
|
+
bottom: 0 !important;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.fc-M6,
|
|
318
|
+
.fc-QA {
|
|
319
|
+
position: absolute !important;
|
|
320
|
+
left: 0 !important;
|
|
321
|
+
right: 0 !important;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.fc-IC,
|
|
325
|
+
.fc-xI {
|
|
326
|
+
position: absolute !important;
|
|
327
|
+
top: 0 !important;
|
|
328
|
+
bottom: 0 !important;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.fc-M6 {
|
|
332
|
+
top: 0 !important;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.fc-xI {
|
|
336
|
+
left: 0 !important;
|
|
337
|
+
right: 0 !important;
|
|
338
|
+
width: 0 !important;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
@media not print {
|
|
342
|
+
.fc-qW {
|
|
343
|
+
position: sticky !important;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.fc-hq {
|
|
347
|
+
position: sticky !important;
|
|
348
|
+
top: 0 !important;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
/* Sticks to either left or right (the flex "start") depending on ltr/rtl */
|
|
352
|
+
.fc-oe {
|
|
353
|
+
position: sticky !important;
|
|
354
|
+
left: 0 !important;
|
|
355
|
+
right: 0 !important;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.fc-wB {
|
|
359
|
+
position: sticky !important;
|
|
360
|
+
top: 0 !important;
|
|
361
|
+
z-index: var(--fc-sticky-header-footer-z) !important;
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
/* Only needed when padding/border must be separate from width/height */
|
|
366
|
+
.fc-TV {
|
|
367
|
+
box-sizing: content-box !important;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.fc-BP {
|
|
371
|
+
position: absolute !important;
|
|
372
|
+
left: -10000px !important;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.fc-IX {
|
|
376
|
+
align-items: center !important;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.fc-Cj {
|
|
380
|
+
align-items: flex-start !important;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.fc-7k {
|
|
384
|
+
align-items: flex-end !important;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.fc-B7 {
|
|
388
|
+
text-decoration: inherit;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
/* Footer Scrollbar */
|
|
392
|
+
/* ------------------------------------------------------------------------------------------------- */
|
|
393
|
+
|
|
394
|
+
.fc-aa {
|
|
395
|
+
position: sticky !important;
|
|
396
|
+
bottom: 0 !important;
|
|
397
|
+
z-index: var(--fc-sticky-header-footer-z) !important;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.fc-rR > * {
|
|
401
|
+
margin-top: -1px !important;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.fc-rR > * > * {
|
|
405
|
+
height: 1px !important;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
/* Print-Safe Utils */
|
|
409
|
+
/* ------------------------------------------------------------------------------------------------- */
|
|
410
|
+
|
|
411
|
+
.fc-K5 .fc-ms {
|
|
412
|
+
-moz-column-break-inside: avoid !important;
|
|
413
|
+
break-inside: avoid !important;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.fc-K5 .fc-mg {
|
|
417
|
+
display: table !important;
|
|
418
|
+
table-layout: fixed !important;
|
|
419
|
+
width: 100% !important;
|
|
420
|
+
border-spacing: 0 !important;
|
|
421
|
+
border-collapse: collapse !important;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.fc-K5 .fc-SN {
|
|
425
|
+
display: table-header-group !important;
|
|
426
|
+
-moz-column-break-inside: avoid !important;
|
|
427
|
+
break-inside: avoid !important;
|
|
428
|
+
background: #fff !important;
|
|
429
|
+
z-index: 9999 !important;
|
|
430
|
+
position: relative !important;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.fc-LB {
|
|
434
|
+
/* min-height when multiple rows coexist, provides sane aspect-ratio for cells */
|
|
435
|
+
min-height: 6em !important;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
/* Z-index */
|
|
439
|
+
/* ------------------------------------------------------------------------------------------------- */
|
|
440
|
+
|
|
441
|
+
.fc-Bs {
|
|
442
|
+
z-index: 0;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.fc-jo {
|
|
446
|
+
z-index: 1;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.fc-i1:focus-visible {
|
|
450
|
+
z-index: 2;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
/* INTERNAL MARKER -- used to mark an element for internal significance */
|
|
454
|
+
/* ------------------------------------------------------------------------------------------------- */
|
|
455
|
+
|
|
456
|
+
.fc-v3 {}
|
|
457
|
+
|
|
458
|
+
.fc-gI {}
|
|
459
|
+
.fc-IL {}
|
|
460
|
+
.fc-Es {}
|
|
461
|
+
.fc-P6 {}
|
|
462
|
+
.fc-Wp {}
|
|
463
|
+
.fc-WB {}
|
|
464
|
+
.fc-pe {}
|
|
465
|
+
.fc-0l {}
|
|
466
|
+
|
|
467
|
+
.fc-eR {}
|
|
468
|
+
|
|
469
|
+
.fc-na {}
|
|
470
|
+
|
|
471
|
+
.fc-3e {}
|
|
472
|
+
|
|
473
|
+
.fc-q5 {}
|
|
474
|
+
|
|
475
|
+
.fc-I5 {}
|
|
476
|
+
|
|
477
|
+
.fc-vD {}
|
package/skeleton.min.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--fc-sticky-header-footer-z:3;--fc-popover-z:4}.fc-b6{z-index:var(--fc-popover-z)!important}.fc-Cu{isolation:isolate}.fc-Bn,.fc-Bn *,.fc-Bn :after,.fc-Bn :before{box-sizing:border-box!important}.fc-5y,.fc-5y *{cursor:not-allowed!important}.fc-mU{-ms-overflow-style:none!important;scrollbar-width:none!important}.fc-mU::-webkit-scrollbar{display:none!important}.fc-dq{flex-shrink:0!important}.fc-EL .fc-xq{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important}.fc-K5 .fc-xq>*{float:left!important}.fc-K5[dir=rtl] .fc-xq>*,[dir=rtl] .fc-K5 .fc-xq>*{float:right!important}.fc-K5 .fc-xq:after{clear:both!important;content:""!important;display:block!important}.fc-Y2{cursor:pointer!important}.fc-cs{cursor:n-resize!important}.fc-rC{cursor:s-resize!important}.fc-ns{cursor:w-resize!important}.fc-EB,[dir=rtl] .fc-ns{cursor:e-resize!important}[dir=rtl] .fc-EB{cursor:w-resize!important}.fc-Aa{cursor:col-resize!important}.fc-5w,.fc-i5,.fc-jM{box-sizing:content-box!important;height:100%!important;position:absolute!important;width:100%!important}.fc-jM{margin:-10px!important;padding:10px!important}.fc-5w{margin-left:-10px!important;margin-right:-10px!important;padding-left:10px!important;padding-right:10px!important}.fc-i5{margin-bottom:-10px!important;margin-top:-10px!important;padding-bottom:10px!important;padding-top:10px!important}.fc-zF{bottom:0;left:-5px;position:absolute;right:-5px;top:0}.fc-rz{-webkit-user-select:none;-moz-user-select:none;user-select:none}.fc-X8{border:0!important}.fc-vj{border-bottom:0!important}.fc-UZ,.fc-vj{border-left:0!important;border-right:0!important}.fc-UZ,.fc-X1,.fc-mQ{border-top:0!important}.fc-X1,.fc-mQ{border-bottom:0!important}.fc-mQ{border-inline-end:0!important}.fc-X1{border-inline-start:0!important}.fc-Cg{border-left:0!important;border-right:0!important}.fc-VQ{border-bottom:0!important}.fc-VQ,.fc-a6{border-top:0!important}.fc-TW{border-bottom:0!important}.fc-zS{border-inline-start:1px solid transparent!important}.fc-y2{flex-direction:row!important}.fc-pu,.fc-y2{display:flex!important}.fc-pu{flex-direction:column!important}.fc-4V{flex-grow:1!important}.fc-no{min-height:0!important}.fc-Wa,.fc-no{flex-basis:0!important;flex-grow:1!important;min-width:0!important}.fc-EL .fc-SN,.fc-EL .fc-mg{display:flex!important;flex-direction:column!important}.fc-ec{margin:0!important}.fc-ec,.fc-wp{padding:0!important}.fc-Kw{margin:0!important}.fc-0O{margin-bottom:0!important;margin-top:0!important}.fc-R5{margin-left:0!important;margin-right:0!important}.fc-0I{flex-shrink:0!important;white-space:nowrap!important}.fc-cr,.fc-iX{overflow:hidden!important}.fc-cr{white-space:nowrap!important}.fc-tU{border-radius:0!important;box-shadow:none!important}.fc-ig{position:relative!important}.fc-VV{position:absolute!important}.fc-99{inset-inline-start:0!important}.fc-f4{bottom:0!important;top:0!important}.fc-M6,.fc-QA,.fc-f4{left:0!important;position:absolute!important;right:0!important}.fc-IC,.fc-xI{bottom:0!important;position:absolute!important}.fc-IC,.fc-M6,.fc-xI{top:0!important}.fc-xI{left:0!important;right:0!important;width:0!important}@media not print{.fc-hq,.fc-qW{position:sticky!important}.fc-hq{top:0!important}.fc-oe{left:0!important;right:0!important}.fc-oe,.fc-wB{position:sticky!important}.fc-wB{top:0!important;z-index:var(--fc-sticky-header-footer-z)!important}}.fc-TV{box-sizing:content-box!important}.fc-BP{left:-10000px!important;position:absolute!important}.fc-IX{align-items:center!important}.fc-Cj{align-items:flex-start!important}.fc-7k{align-items:flex-end!important}.fc-B7{text-decoration:inherit}.fc-aa{bottom:0!important;position:sticky!important;z-index:var(--fc-sticky-header-footer-z)!important}.fc-rR>*{margin-top:-1px!important}.fc-rR>*>*{height:1px!important}.fc-K5 .fc-ms{-moz-column-break-inside:avoid!important;break-inside:avoid!important}.fc-K5 .fc-mg{border-collapse:collapse!important;border-spacing:0!important;display:table!important;table-layout:fixed!important;width:100%!important}.fc-K5 .fc-SN{display:table-header-group!important;-moz-column-break-inside:avoid!important;background:#fff!important;break-inside:avoid!important;position:relative!important;z-index:9999!important}.fc-LB{min-height:6em!important}.fc-Bs{z-index:0}.fc-jo{z-index:1}.fc-i1:focus-visible{z-index:2}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
((cssText) => {
|
|
2
|
+
let applyStyles
|
|
3
|
+
|
|
4
|
+
if (typeof document === 'undefined') {
|
|
5
|
+
applyStyles = () => {}
|
|
6
|
+
} else if (
|
|
7
|
+
'adoptedStyleSheets' in Document.prototype &&
|
|
8
|
+
'replaceSync' in CSSStyleSheet.prototype
|
|
9
|
+
) {
|
|
10
|
+
const styleSheet = new CSSStyleSheet()
|
|
11
|
+
styleSheet.replaceSync(cssText)
|
|
12
|
+
applyStyles = (target = document) => {
|
|
13
|
+
target.adoptedStyleSheets = [...target.adoptedStyleSheets, styleSheet]
|
|
14
|
+
}
|
|
15
|
+
} else {
|
|
16
|
+
const styleEl = document.createElement('style')
|
|
17
|
+
styleEl.textContent = cssText
|
|
18
|
+
applyStyles = (target = document.head) => {
|
|
19
|
+
target.appendChild(styleEl.parentNode ? styleEl.cloneNode(true) : styleEl)
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
const oldApplyStyles = globalThis.__applyFullCalendarStyles
|
|
24
|
+
globalThis.__applyFullCalendarStyles = (target) => {
|
|
25
|
+
oldApplyStyles && oldApplyStyles(target)
|
|
26
|
+
applyStyles(target)
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
applyStyles()
|
|
30
|
+
})(":root{--fc-sticky-header-footer-z:3;--fc-popover-z:4}.fc-b6{z-index:var(--fc-popover-z)!important}.fc-Cu{isolation:isolate}.fc-Bn,.fc-Bn *,.fc-Bn :after,.fc-Bn :before{box-sizing:border-box!important}.fc-5y,.fc-5y *{cursor:not-allowed!important}.fc-mU{-ms-overflow-style:none!important;scrollbar-width:none!important}.fc-mU::-webkit-scrollbar{display:none!important}.fc-dq{flex-shrink:0!important}.fc-EL .fc-xq{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important}.fc-K5 .fc-xq>*{float:left!important}.fc-K5[dir=rtl] .fc-xq>*,[dir=rtl] .fc-K5 .fc-xq>*{float:right!important}.fc-K5 .fc-xq:after{clear:both!important;content:\"\"!important;display:block!important}.fc-Y2{cursor:pointer!important}.fc-cs{cursor:n-resize!important}.fc-rC{cursor:s-resize!important}.fc-ns{cursor:w-resize!important}.fc-EB,[dir=rtl] .fc-ns{cursor:e-resize!important}[dir=rtl] .fc-EB{cursor:w-resize!important}.fc-Aa{cursor:col-resize!important}.fc-5w,.fc-i5,.fc-jM{box-sizing:content-box!important;height:100%!important;position:absolute!important;width:100%!important}.fc-jM{margin:-10px!important;padding:10px!important}.fc-5w{margin-left:-10px!important;margin-right:-10px!important;padding-left:10px!important;padding-right:10px!important}.fc-i5{margin-bottom:-10px!important;margin-top:-10px!important;padding-bottom:10px!important;padding-top:10px!important}.fc-zF{bottom:0;left:-5px;position:absolute;right:-5px;top:0}.fc-rz{-webkit-user-select:none;-moz-user-select:none;user-select:none}.fc-X8{border:0!important}.fc-vj{border-bottom:0!important}.fc-UZ,.fc-vj{border-left:0!important;border-right:0!important}.fc-UZ,.fc-X1,.fc-mQ{border-top:0!important}.fc-X1,.fc-mQ{border-bottom:0!important}.fc-mQ{border-inline-end:0!important}.fc-X1{border-inline-start:0!important}.fc-Cg{border-left:0!important;border-right:0!important}.fc-VQ{border-bottom:0!important}.fc-VQ,.fc-a6{border-top:0!important}.fc-TW{border-bottom:0!important}.fc-zS{border-inline-start:1px solid transparent!important}.fc-y2{flex-direction:row!important}.fc-pu,.fc-y2{display:flex!important}.fc-pu{flex-direction:column!important}.fc-4V{flex-grow:1!important}.fc-no{min-height:0!important}.fc-Wa,.fc-no{flex-basis:0!important;flex-grow:1!important;min-width:0!important}.fc-EL .fc-SN,.fc-EL .fc-mg{display:flex!important;flex-direction:column!important}.fc-ec{margin:0!important}.fc-ec,.fc-wp{padding:0!important}.fc-Kw{margin:0!important}.fc-0O{margin-bottom:0!important;margin-top:0!important}.fc-R5{margin-left:0!important;margin-right:0!important}.fc-0I{flex-shrink:0!important;white-space:nowrap!important}.fc-cr,.fc-iX{overflow:hidden!important}.fc-cr{white-space:nowrap!important}.fc-tU{border-radius:0!important;box-shadow:none!important}.fc-ig{position:relative!important}.fc-VV{position:absolute!important}.fc-99{inset-inline-start:0!important}.fc-f4{bottom:0!important;top:0!important}.fc-M6,.fc-QA,.fc-f4{left:0!important;position:absolute!important;right:0!important}.fc-IC,.fc-xI{bottom:0!important;position:absolute!important}.fc-IC,.fc-M6,.fc-xI{top:0!important}.fc-xI{left:0!important;right:0!important;width:0!important}@media not print{.fc-hq,.fc-qW{position:sticky!important}.fc-hq{top:0!important}.fc-oe{left:0!important;right:0!important}.fc-oe,.fc-wB{position:sticky!important}.fc-wB{top:0!important;z-index:var(--fc-sticky-header-footer-z)!important}}.fc-TV{box-sizing:content-box!important}.fc-BP{left:-10000px!important;position:absolute!important}.fc-IX{align-items:center!important}.fc-Cj{align-items:flex-start!important}.fc-7k{align-items:flex-end!important}.fc-B7{text-decoration:inherit}.fc-aa{bottom:0!important;position:sticky!important;z-index:var(--fc-sticky-header-footer-z)!important}.fc-rR>*{margin-top:-1px!important}.fc-rR>*>*{height:1px!important}.fc-K5 .fc-ms{-moz-column-break-inside:avoid!important;break-inside:avoid!important}.fc-K5 .fc-mg{border-collapse:collapse!important;border-spacing:0!important;display:table!important;table-layout:fixed!important;width:100%!important}.fc-K5 .fc-SN{display:table-header-group!important;-moz-column-break-inside:avoid!important;background:#fff!important;break-inside:avoid!important;position:relative!important;z-index:9999!important}.fc-LB{min-height:6em!important}.fc-Bs{z-index:0}.fc-jo{z-index:1}.fc-i1:focus-visible{z-index:2}")
|
package/index.d.ts
DELETED
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { C as CalendarImpl, a as CalendarOptions, N as NativeFormatterOptions, D as DateInput, P as PluginDefInput, b as PluginDef, L as LocaleInput } from './internal-common.js';
|
|
2
|
-
export { U as AllDayContentArg, X as AllDayMountArg, A as AllowFunc, B as BusinessHoursInput, ai as ButtonHintCompoundInput, a9 as ButtonIconsInput, aa as ButtonTextCompoundInput, c as CalendarApi, f as CalendarListeners, a as CalendarOptions, v as ClassNamesGenerator, r as ConstraintInput, p as CssDimValue, a8 as CustomButtonInput, w as CustomContentGenerator, aj as CustomRenderingHandler, ak as CustomRenderingStore, D as DateInput, am as DatePointApi, j as DateRangeInput, a4 as DateSelectArg, an as DateSelectionApi, al as DateSpanApi, i as DateSpanInput, a5 as DateUnselectArg, ad as DatesSetArg, _ as DayCellContentArg, $ as DayCellMountArg, Y as DayHeaderContentArg, Z as DayHeaderMountArg, x as DidMountHandler, ao as Duration, h as DurationInput, ae as EventAddArg, d as EventApi, af as EventChangeArg, a2 as EventClickArg, ab as EventContentArg, ag as EventDropArg, a3 as EventHoveringArg, n as EventInput, o as EventInputTransformer, ac as EventMountArg, ah as EventRemoveArg, e as EventRenderRange, ap as EventSegment, E as EventSourceApi, l as EventSourceFunc, m as EventSourceFuncArg, k as EventSourceInput, F as FormatterInput, J as JsonRequestError, L as LocaleInput, q as LocaleSingularArg, aq as MoreLinkAction, as as MoreLinkArg, M as MoreLinkContentArg, at as MoreLinkHandler, I as MoreLinkMountArg, ar as MoreLinkSimpleAction, y as NowIndicatorContentArg, z as NowIndicatorMountArg, O as OverlapFunc, b as PluginDef, P as PluginDefInput, R as SlotLabelContentArg, T as SlotLabelMountArg, K as SlotLaneContentArg, Q as SlotLaneMountArg, S as SpecificViewContentArg, u as SpecificViewMountArg, a7 as ToolbarInput, V as ViewApi, t as ViewComponentType, a0 as ViewContentArg, a1 as ViewMountArg, g as ViewOptions, a6 as WeekNumberCalculation, G as WeekNumberContentArg, H as WeekNumberMountArg, W as WillUnmountHandler, s as sliceEvents } from './internal-common.js';
|
|
3
|
-
import 'preact';
|
|
4
|
-
import './preact.js';
|
|
5
|
-
import './index.js';
|
|
6
|
-
|
|
7
|
-
declare class Calendar extends CalendarImpl {
|
|
8
|
-
el: HTMLElement;
|
|
9
|
-
private currentData;
|
|
10
|
-
private renderRunner;
|
|
11
|
-
private isRendering;
|
|
12
|
-
private isRendered;
|
|
13
|
-
private currentClassNames;
|
|
14
|
-
private customContentRenderId;
|
|
15
|
-
constructor(el: HTMLElement, optionOverrides?: CalendarOptions);
|
|
16
|
-
private handleAction;
|
|
17
|
-
private handleData;
|
|
18
|
-
private handleRenderRequest;
|
|
19
|
-
render(): void;
|
|
20
|
-
destroy(): void;
|
|
21
|
-
updateSize(): void;
|
|
22
|
-
batchRendering(func: any): void;
|
|
23
|
-
pauseRendering(): void;
|
|
24
|
-
resumeRendering(): void;
|
|
25
|
-
resetOptions(optionOverrides: any, changedOptionNames?: string[]): void;
|
|
26
|
-
private setClassNames;
|
|
27
|
-
private setHeight;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
interface FormatDateOptions extends NativeFormatterOptions {
|
|
31
|
-
locale?: string;
|
|
32
|
-
}
|
|
33
|
-
interface FormatRangeOptions extends FormatDateOptions {
|
|
34
|
-
separator?: string;
|
|
35
|
-
isEndExclusive?: boolean;
|
|
36
|
-
}
|
|
37
|
-
declare function formatDate(dateInput: DateInput, options?: FormatDateOptions): string;
|
|
38
|
-
declare function formatRange(startInput: DateInput, endInput: DateInput, options: FormatRangeOptions): string;
|
|
39
|
-
|
|
40
|
-
declare function createPlugin(input: PluginDefInput): PluginDef;
|
|
41
|
-
|
|
42
|
-
declare const globalLocales: LocaleInput[];
|
|
43
|
-
|
|
44
|
-
declare const globalPlugins: PluginDef[];
|
|
45
|
-
|
|
46
|
-
declare const version: string;
|
|
47
|
-
|
|
48
|
-
export { Calendar, FormatDateOptions, FormatRangeOptions, createPlugin, formatDate, formatRange, globalLocales, globalPlugins, version };
|