@fullcalendar/core 5.11.3 → 6.0.0-beta.2

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.
Files changed (420) hide show
  1. package/{LICENSE.txt → LICENSE.md} +0 -0
  2. package/README.md +3 -3
  3. package/index.cjs +1545 -0
  4. package/index.d.ts +44 -0
  5. package/{main.global.js → index.global.js} +7130 -7704
  6. package/index.global.min.js +6 -0
  7. package/index.js +1536 -0
  8. package/internal-common.cjs +8064 -0
  9. package/internal-common.d.ts +2783 -0
  10. package/internal-common.js +7826 -0
  11. package/internal.cjs +198 -0
  12. package/internal.d.ts +4 -0
  13. package/internal.js +3 -0
  14. package/locales/af.cjs +26 -0
  15. package/locales/af.d.ts +5 -2
  16. package/locales/af.global.js +29 -24
  17. package/locales/af.global.min.js +6 -0
  18. package/locales/af.js +20 -24
  19. package/locales/ar-dz.cjs +27 -0
  20. package/locales/ar-dz.d.ts +5 -2
  21. package/locales/ar-dz.global.js +30 -25
  22. package/locales/ar-dz.global.min.js +6 -0
  23. package/locales/ar-dz.js +21 -25
  24. package/locales/ar-kw.cjs +27 -0
  25. package/locales/ar-kw.d.ts +5 -2
  26. package/locales/ar-kw.global.js +30 -25
  27. package/locales/ar-kw.global.min.js +6 -0
  28. package/locales/ar-kw.js +21 -25
  29. package/locales/ar-ly.cjs +27 -0
  30. package/locales/ar-ly.d.ts +5 -2
  31. package/locales/ar-ly.global.js +30 -25
  32. package/locales/ar-ly.global.min.js +6 -0
  33. package/locales/ar-ly.js +21 -25
  34. package/locales/ar-ma.cjs +27 -0
  35. package/locales/ar-ma.d.ts +5 -2
  36. package/locales/ar-ma.global.js +30 -25
  37. package/locales/ar-ma.global.min.js +6 -0
  38. package/locales/ar-ma.js +21 -25
  39. package/locales/ar-sa.cjs +27 -0
  40. package/locales/ar-sa.d.ts +5 -2
  41. package/locales/ar-sa.global.js +30 -25
  42. package/locales/ar-sa.global.min.js +6 -0
  43. package/locales/ar-sa.js +21 -25
  44. package/locales/ar-tn.cjs +27 -0
  45. package/locales/ar-tn.d.ts +5 -2
  46. package/locales/ar-tn.global.js +30 -25
  47. package/locales/ar-tn.global.min.js +6 -0
  48. package/locales/ar-tn.js +21 -25
  49. package/locales/ar.cjs +27 -0
  50. package/locales/ar.d.ts +5 -2
  51. package/locales/ar.global.js +30 -25
  52. package/locales/ar.global.min.js +6 -0
  53. package/locales/ar.js +21 -25
  54. package/locales/az.cjs +28 -0
  55. package/locales/az.d.ts +5 -2
  56. package/locales/az.global.js +31 -26
  57. package/locales/az.global.min.js +6 -0
  58. package/locales/az.js +22 -26
  59. package/locales/bg.cjs +27 -0
  60. package/locales/bg.d.ts +5 -2
  61. package/locales/bg.global.js +30 -25
  62. package/locales/bg.global.min.js +6 -0
  63. package/locales/bg.js +21 -25
  64. package/locales/bn.cjs +28 -0
  65. package/locales/bn.d.ts +5 -2
  66. package/locales/bn.global.js +31 -26
  67. package/locales/bn.global.min.js +6 -0
  68. package/locales/bn.js +22 -26
  69. package/locales/bs.cjs +28 -0
  70. package/locales/bs.d.ts +5 -2
  71. package/locales/bs.global.js +31 -26
  72. package/locales/bs.global.min.js +6 -0
  73. package/locales/bs.js +22 -26
  74. package/locales/ca.cjs +26 -0
  75. package/locales/ca.d.ts +5 -2
  76. package/locales/ca.global.js +29 -24
  77. package/locales/ca.global.min.js +6 -0
  78. package/locales/ca.js +20 -24
  79. package/locales/cs.cjs +28 -0
  80. package/locales/cs.d.ts +5 -2
  81. package/locales/cs.global.js +31 -26
  82. package/locales/cs.global.min.js +6 -0
  83. package/locales/cs.js +22 -26
  84. package/locales/cy.cjs +27 -0
  85. package/locales/cy.d.ts +5 -2
  86. package/locales/cy.global.js +30 -25
  87. package/locales/cy.global.min.js +6 -0
  88. package/locales/cy.js +21 -25
  89. package/locales/da.cjs +26 -0
  90. package/locales/da.d.ts +5 -2
  91. package/locales/da.global.js +29 -24
  92. package/locales/da.global.min.js +6 -0
  93. package/locales/da.js +20 -24
  94. package/locales/de-at.cjs +63 -0
  95. package/locales/de-at.d.ts +5 -2
  96. package/locales/de-at.global.js +66 -56
  97. package/locales/de-at.global.min.js +6 -0
  98. package/locales/de-at.js +53 -52
  99. package/locales/de.cjs +63 -0
  100. package/locales/de.d.ts +5 -2
  101. package/locales/de.global.js +66 -56
  102. package/locales/de.global.min.js +6 -0
  103. package/locales/de.js +53 -52
  104. package/locales/el.cjs +26 -0
  105. package/locales/el.d.ts +5 -2
  106. package/locales/el.global.js +29 -24
  107. package/locales/el.global.min.js +6 -0
  108. package/locales/el.js +20 -24
  109. package/locales/en-au.cjs +23 -0
  110. package/locales/en-au.d.ts +5 -2
  111. package/locales/en-au.global.js +26 -21
  112. package/locales/en-au.global.min.js +6 -0
  113. package/locales/en-au.js +17 -21
  114. package/locales/en-gb.cjs +23 -0
  115. package/locales/en-gb.d.ts +5 -2
  116. package/locales/en-gb.global.js +26 -21
  117. package/locales/en-gb.global.min.js +6 -0
  118. package/locales/en-gb.js +17 -21
  119. package/locales/en-nz.cjs +23 -0
  120. package/locales/en-nz.d.ts +5 -2
  121. package/locales/en-nz.global.js +26 -21
  122. package/locales/en-nz.global.min.js +6 -0
  123. package/locales/en-nz.js +17 -21
  124. package/locales/eo.cjs +26 -0
  125. package/locales/eo.d.ts +5 -2
  126. package/locales/eo.global.js +29 -24
  127. package/locales/eo.global.min.js +6 -0
  128. package/locales/eo.js +20 -24
  129. package/locales/es-us.cjs +26 -0
  130. package/locales/es-us.d.ts +5 -2
  131. package/locales/es-us.global.js +29 -24
  132. package/locales/es-us.global.min.js +6 -0
  133. package/locales/es-us.js +20 -24
  134. package/locales/es.cjs +45 -0
  135. package/locales/es.d.ts +5 -2
  136. package/locales/es.global.js +48 -42
  137. package/locales/es.global.min.js +6 -0
  138. package/locales/es.js +39 -42
  139. package/locales/et.cjs +28 -0
  140. package/locales/et.d.ts +5 -2
  141. package/locales/et.global.js +31 -26
  142. package/locales/et.global.min.js +6 -0
  143. package/locales/et.js +22 -26
  144. package/locales/eu.cjs +26 -0
  145. package/locales/eu.d.ts +5 -2
  146. package/locales/eu.global.js +29 -24
  147. package/locales/eu.global.min.js +6 -0
  148. package/locales/eu.js +20 -24
  149. package/locales/fa.cjs +29 -0
  150. package/locales/fa.d.ts +5 -2
  151. package/locales/fa.global.js +32 -27
  152. package/locales/fa.global.min.js +6 -0
  153. package/locales/fa.js +23 -27
  154. package/locales/fi.cjs +26 -0
  155. package/locales/fi.d.ts +5 -2
  156. package/locales/fi.global.js +29 -24
  157. package/locales/fi.global.min.js +6 -0
  158. package/locales/fi.js +20 -24
  159. package/locales/fr-ca.cjs +23 -0
  160. package/locales/fr-ca.d.ts +5 -2
  161. package/locales/fr-ca.global.js +26 -21
  162. package/locales/fr-ca.global.min.js +6 -0
  163. package/locales/fr-ca.js +17 -21
  164. package/locales/fr-ch.cjs +27 -0
  165. package/locales/fr-ch.d.ts +5 -2
  166. package/locales/fr-ch.global.js +30 -25
  167. package/locales/fr-ch.global.min.js +6 -0
  168. package/locales/fr-ch.js +21 -25
  169. package/locales/fr.cjs +27 -0
  170. package/locales/fr.d.ts +5 -2
  171. package/locales/fr.global.js +30 -25
  172. package/locales/fr.global.min.js +6 -0
  173. package/locales/fr.js +21 -25
  174. package/locales/gl.cjs +26 -0
  175. package/locales/gl.d.ts +5 -2
  176. package/locales/gl.global.js +29 -24
  177. package/locales/gl.global.min.js +6 -0
  178. package/locales/gl.js +20 -24
  179. package/locales/he.cjs +23 -0
  180. package/locales/he.d.ts +5 -2
  181. package/locales/he.global.js +26 -21
  182. package/locales/he.global.min.js +6 -0
  183. package/locales/he.js +17 -21
  184. package/locales/hi.cjs +28 -0
  185. package/locales/hi.d.ts +5 -2
  186. package/locales/hi.global.js +31 -26
  187. package/locales/hi.global.min.js +6 -0
  188. package/locales/hi.js +22 -26
  189. package/locales/hr.cjs +28 -0
  190. package/locales/hr.d.ts +5 -2
  191. package/locales/hr.global.js +31 -26
  192. package/locales/hr.global.min.js +6 -0
  193. package/locales/hr.js +22 -26
  194. package/locales/hu.cjs +26 -0
  195. package/locales/hu.d.ts +5 -2
  196. package/locales/hu.global.js +29 -24
  197. package/locales/hu.global.min.js +6 -0
  198. package/locales/hu.js +20 -24
  199. package/locales/hy-am.cjs +28 -0
  200. package/locales/hy-am.d.ts +5 -2
  201. package/locales/hy-am.global.js +31 -26
  202. package/locales/hy-am.global.min.js +6 -0
  203. package/locales/hy-am.js +22 -26
  204. package/locales/id.cjs +26 -0
  205. package/locales/id.d.ts +5 -2
  206. package/locales/id.global.js +29 -24
  207. package/locales/id.global.min.js +6 -0
  208. package/locales/id.js +20 -24
  209. package/locales/is.cjs +26 -0
  210. package/locales/is.d.ts +5 -2
  211. package/locales/is.global.js +29 -24
  212. package/locales/is.global.min.js +6 -0
  213. package/locales/is.js +20 -24
  214. package/locales/it.cjs +28 -0
  215. package/locales/it.d.ts +5 -2
  216. package/locales/it.global.js +31 -26
  217. package/locales/it.global.min.js +6 -0
  218. package/locales/it.js +22 -26
  219. package/locales/ja.cjs +24 -0
  220. package/locales/ja.d.ts +5 -2
  221. package/locales/ja.global.js +27 -22
  222. package/locales/ja.global.min.js +6 -0
  223. package/locales/ja.js +18 -22
  224. package/locales/ka.cjs +28 -0
  225. package/locales/ka.d.ts +5 -2
  226. package/locales/ka.global.js +31 -26
  227. package/locales/ka.global.min.js +6 -0
  228. package/locales/ka.js +22 -26
  229. package/locales/kk.cjs +28 -0
  230. package/locales/kk.d.ts +5 -2
  231. package/locales/kk.global.js +31 -26
  232. package/locales/kk.global.min.js +6 -0
  233. package/locales/kk.js +22 -26
  234. package/locales/km.cjs +27 -0
  235. package/locales/km.d.ts +5 -2
  236. package/locales/km.global.js +30 -25
  237. package/locales/km.global.min.js +6 -0
  238. package/locales/km.js +21 -25
  239. package/locales/ko.cjs +22 -0
  240. package/locales/ko.d.ts +5 -2
  241. package/locales/ko.global.js +25 -20
  242. package/locales/ko.global.min.js +6 -0
  243. package/locales/ko.js +16 -20
  244. package/locales/ku.cjs +27 -0
  245. package/locales/ku.d.ts +5 -2
  246. package/locales/ku.global.js +30 -25
  247. package/locales/ku.global.min.js +6 -0
  248. package/locales/ku.js +21 -25
  249. package/locales/lb.cjs +26 -0
  250. package/locales/lb.d.ts +5 -2
  251. package/locales/lb.global.js +29 -24
  252. package/locales/lb.global.min.js +6 -0
  253. package/locales/lb.js +20 -24
  254. package/locales/lt.cjs +26 -0
  255. package/locales/lt.d.ts +5 -2
  256. package/locales/lt.global.js +29 -24
  257. package/locales/lt.global.min.js +6 -0
  258. package/locales/lt.js +20 -24
  259. package/locales/lv.cjs +28 -0
  260. package/locales/lv.d.ts +5 -2
  261. package/locales/lv.global.js +31 -26
  262. package/locales/lv.global.min.js +6 -0
  263. package/locales/lv.js +22 -26
  264. package/locales/mk.cjs +24 -0
  265. package/locales/mk.d.ts +5 -2
  266. package/locales/mk.global.js +27 -22
  267. package/locales/mk.global.min.js +6 -0
  268. package/locales/mk.js +18 -22
  269. package/locales/ms.cjs +28 -0
  270. package/locales/ms.d.ts +5 -2
  271. package/locales/ms.global.js +31 -26
  272. package/locales/ms.global.min.js +6 -0
  273. package/locales/ms.js +22 -26
  274. package/locales/nb.cjs +37 -0
  275. package/locales/nb.d.ts +5 -2
  276. package/locales/nb.global.js +40 -35
  277. package/locales/nb.global.min.js +6 -0
  278. package/locales/nb.js +31 -35
  279. package/locales/ne.cjs +26 -0
  280. package/locales/ne.d.ts +5 -2
  281. package/locales/ne.global.js +29 -24
  282. package/locales/ne.global.min.js +6 -0
  283. package/locales/ne.js +20 -24
  284. package/locales/nl.cjs +26 -0
  285. package/locales/nl.d.ts +5 -2
  286. package/locales/nl.global.js +29 -24
  287. package/locales/nl.global.min.js +6 -0
  288. package/locales/nl.js +20 -24
  289. package/locales/nn.cjs +26 -0
  290. package/locales/nn.d.ts +5 -2
  291. package/locales/nn.global.js +29 -24
  292. package/locales/nn.global.min.js +6 -0
  293. package/locales/nn.js +20 -24
  294. package/locales/pl.cjs +26 -0
  295. package/locales/pl.d.ts +5 -2
  296. package/locales/pl.global.js +29 -24
  297. package/locales/pl.global.min.js +6 -0
  298. package/locales/pl.js +20 -24
  299. package/locales/pt-br.cjs +24 -0
  300. package/locales/pt-br.d.ts +5 -2
  301. package/locales/pt-br.global.js +27 -22
  302. package/locales/pt-br.global.min.js +6 -0
  303. package/locales/pt-br.js +18 -22
  304. package/locales/pt.cjs +26 -0
  305. package/locales/pt.d.ts +5 -2
  306. package/locales/pt.global.js +29 -24
  307. package/locales/pt.global.min.js +6 -0
  308. package/locales/pt.js +20 -24
  309. package/locales/ro.cjs +28 -0
  310. package/locales/ro.d.ts +5 -2
  311. package/locales/ro.global.js +31 -26
  312. package/locales/ro.global.min.js +6 -0
  313. package/locales/ro.js +22 -26
  314. package/locales/ru.cjs +28 -0
  315. package/locales/ru.d.ts +5 -2
  316. package/locales/ru.global.js +31 -26
  317. package/locales/ru.global.min.js +6 -0
  318. package/locales/ru.js +22 -26
  319. package/locales/si-lk.cjs +26 -0
  320. package/locales/si-lk.d.ts +5 -2
  321. package/locales/si-lk.global.js +29 -24
  322. package/locales/si-lk.global.min.js +6 -0
  323. package/locales/si-lk.js +20 -24
  324. package/locales/sk.cjs +28 -0
  325. package/locales/sk.d.ts +5 -2
  326. package/locales/sk.global.js +31 -26
  327. package/locales/sk.global.min.js +6 -0
  328. package/locales/sk.js +22 -26
  329. package/locales/sl.cjs +26 -0
  330. package/locales/sl.d.ts +5 -2
  331. package/locales/sl.global.js +29 -24
  332. package/locales/sl.global.min.js +6 -0
  333. package/locales/sl.js +20 -24
  334. package/locales/sm.cjs +22 -0
  335. package/locales/sm.d.ts +5 -2
  336. package/locales/sm.global.js +25 -20
  337. package/locales/sm.global.min.js +6 -0
  338. package/locales/sm.js +16 -20
  339. package/locales/sq.cjs +28 -0
  340. package/locales/sq.d.ts +5 -2
  341. package/locales/sq.global.js +31 -26
  342. package/locales/sq.global.min.js +6 -0
  343. package/locales/sq.js +22 -26
  344. package/locales/sr-cyrl.cjs +28 -0
  345. package/locales/sr-cyrl.d.ts +5 -2
  346. package/locales/sr-cyrl.global.js +31 -26
  347. package/locales/sr-cyrl.global.min.js +6 -0
  348. package/locales/sr-cyrl.js +22 -26
  349. package/locales/sr.cjs +28 -0
  350. package/locales/sr.d.ts +5 -2
  351. package/locales/sr.global.js +31 -26
  352. package/locales/sr.global.min.js +6 -0
  353. package/locales/sr.js +22 -26
  354. package/locales/sv.cjs +46 -0
  355. package/locales/sv.d.ts +5 -2
  356. package/locales/sv.global.js +49 -44
  357. package/locales/sv.global.min.js +6 -0
  358. package/locales/sv.js +38 -42
  359. package/locales/ta-in.cjs +28 -0
  360. package/locales/ta-in.d.ts +5 -2
  361. package/locales/ta-in.global.js +31 -26
  362. package/locales/ta-in.global.min.js +6 -0
  363. package/locales/ta-in.js +22 -26
  364. package/locales/th.cjs +29 -0
  365. package/locales/th.d.ts +5 -2
  366. package/locales/th.global.js +32 -27
  367. package/locales/th.global.min.js +6 -0
  368. package/locales/th.js +23 -27
  369. package/locales/tr.cjs +26 -0
  370. package/locales/tr.d.ts +5 -2
  371. package/locales/tr.global.js +29 -24
  372. package/locales/tr.global.min.js +6 -0
  373. package/locales/tr.js +20 -24
  374. package/locales/ug.cjs +16 -0
  375. package/locales/ug.d.ts +5 -2
  376. package/locales/ug.global.js +19 -14
  377. package/locales/ug.global.min.js +6 -0
  378. package/locales/ug.js +10 -14
  379. package/locales/uk.cjs +28 -0
  380. package/locales/uk.d.ts +5 -2
  381. package/locales/uk.global.js +31 -26
  382. package/locales/uk.global.min.js +6 -0
  383. package/locales/uk.js +22 -26
  384. package/locales/uz.cjs +20 -0
  385. package/locales/uz.d.ts +5 -2
  386. package/locales/uz.global.js +23 -18
  387. package/locales/uz.global.min.js +6 -0
  388. package/locales/uz.js +14 -18
  389. package/locales/vi.cjs +28 -0
  390. package/locales/vi.d.ts +5 -2
  391. package/locales/vi.global.js +31 -26
  392. package/locales/vi.global.min.js +6 -0
  393. package/locales/vi.js +22 -26
  394. package/locales/zh-cn.cjs +29 -0
  395. package/locales/zh-cn.d.ts +5 -2
  396. package/locales/zh-cn.global.js +32 -26
  397. package/locales/zh-cn.global.min.js +6 -0
  398. package/locales/zh-cn.js +23 -26
  399. package/locales/zh-tw.cjs +22 -0
  400. package/locales/zh-tw.d.ts +5 -2
  401. package/locales/zh-tw.global.js +25 -20
  402. package/locales/zh-tw.global.min.js +6 -0
  403. package/locales/zh-tw.js +16 -20
  404. package/locales-all.cjs +88 -0
  405. package/locales-all.d.ts +6 -2
  406. package/locales-all.global.js +1792 -1852
  407. package/locales-all.global.min.js +6 -1
  408. package/locales-all.js +80 -1849
  409. package/package.json +61 -18
  410. package/preact.cjs +22 -0
  411. package/preact.d.ts +8 -0
  412. package/preact.js +3 -0
  413. package/main.cjs.js +0 -138
  414. package/main.d.ts +0 -30
  415. package/main.global.min.js +0 -6
  416. package/main.js +0 -128
  417. package/main.js.map +0 -1
  418. package/vdom.cjs.js +0 -105
  419. package/vdom.d.ts +0 -23
  420. package/vdom.js +0 -80
@@ -1,59 +1,69 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
1
+ /*!
2
+ FullCalendar Core v6.0.0-beta.2
3
+ Docs & License: https://fullcalendar.io/
4
+ (c) 2022 Adam Shaw
5
+ */
6
+ (function (internal_js) {
7
+ 'use strict';
3
8
 
4
- function affix(buttonText) {
5
- return buttonText === "Tag" || buttonText === "Monat" ? "r" : buttonText === "Jahr" ? "s" : "";
6
- }
7
- var de = {
8
- code: "de",
9
- week: {
10
- dow: 1,
11
- doy: 4
12
- },
13
- buttonText: {
14
- prev: "Zur\xFCck",
15
- next: "Vor",
16
- today: "Heute",
17
- year: "Jahr",
18
- month: "Monat",
19
- week: "Woche",
20
- day: "Tag",
21
- list: "Termin\xFCbersicht"
22
- },
23
- weekText: "KW",
24
- weekTextLong: "Woche",
25
- allDayText: "Ganzt\xE4gig",
26
- moreLinkText: function(n) {
27
- return "+ weitere " + n;
28
- },
29
- noEventsText: "Keine Ereignisse anzuzeigen",
30
- buttonHints: {
31
- prev: function(buttonText) {
32
- return "Vorherige".concat(affix(buttonText), " ").concat(buttonText);
33
- },
34
- next: function(buttonText) {
35
- return "N\xE4chste".concat(affix(buttonText), " ").concat(buttonText);
36
- },
37
- today: function(buttonText) {
38
- if (buttonText === "Tag") {
39
- return "Heute";
40
- }
41
- return "Diese".concat(affix(buttonText), " ").concat(buttonText);
42
- }
43
- },
44
- viewHint: function(buttonText) {
45
- var glue = buttonText === "Woche" ? "n" : buttonText === "Monat" ? "s" : "es";
46
- return buttonText + glue + "ansicht";
47
- },
48
- navLinkHint: "Gehe zu $0",
49
- moreLinkHint: function(eventCnt) {
50
- return "Zeige " + (eventCnt === 1 ? "ein weiteres Ereignis" : eventCnt + " weitere Ereignisse");
51
- },
52
- closeHint: "Schlie\xDFen",
53
- timeHint: "Uhrzeit",
54
- eventHint: "Ereignis"
55
- };
9
+ function affix(buttonText) {
10
+ return (buttonText === 'Tag' || buttonText === 'Monat') ? 'r' :
11
+ buttonText === 'Jahr' ? 's' : '';
12
+ }
13
+ var locale = {
14
+ code: 'de',
15
+ week: {
16
+ dow: 1,
17
+ doy: 4, // The week that contains Jan 4th is the first week of the year.
18
+ },
19
+ buttonText: {
20
+ prev: 'Zurück',
21
+ next: 'Vor',
22
+ today: 'Heute',
23
+ year: 'Jahr',
24
+ month: 'Monat',
25
+ week: 'Woche',
26
+ day: 'Tag',
27
+ list: 'Terminübersicht',
28
+ },
29
+ weekText: 'KW',
30
+ weekTextLong: 'Woche',
31
+ allDayText: 'Ganztägig',
32
+ moreLinkText(n) {
33
+ return '+ weitere ' + n;
34
+ },
35
+ noEventsText: 'Keine Ereignisse anzuzeigen',
36
+ buttonHints: {
37
+ prev(buttonText) {
38
+ return `Vorherige${affix(buttonText)} ${buttonText}`;
39
+ },
40
+ next(buttonText) {
41
+ return `Nächste${affix(buttonText)} ${buttonText}`;
42
+ },
43
+ today(buttonText) {
44
+ // Heute, Diese Woche, Dieser Monat, Dieses Jahr
45
+ if (buttonText === 'Tag') {
46
+ return 'Heute';
47
+ }
48
+ return `Diese${affix(buttonText)} ${buttonText}`;
49
+ },
50
+ },
51
+ viewHint(buttonText) {
52
+ // → Tagesansicht, Wochenansicht, Monatsansicht, Jahresansicht
53
+ const glue = buttonText === 'Woche' ? 'n' : buttonText === 'Monat' ? 's' : 'es';
54
+ return buttonText + glue + 'ansicht';
55
+ },
56
+ navLinkHint: 'Gehe zu $0',
57
+ moreLinkHint(eventCnt) {
58
+ return 'Zeige ' + (eventCnt === 1 ?
59
+ 'ein weiteres Ereignis' :
60
+ eventCnt + ' weitere Ereignisse');
61
+ },
62
+ closeHint: 'Schließen',
63
+ timeHint: 'Uhrzeit',
64
+ eventHint: 'Ereignis',
65
+ };
56
66
 
57
- return de;
67
+ internal_js.globalLocales.push(locale);
58
68
 
59
- }());
69
+ })(FullCalendar.Internal);
@@ -0,0 +1,6 @@
1
+ /*!
2
+ FullCalendar Core v6.0.0-beta.2
3
+ Docs & License: https://fullcalendar.io/
4
+ (c) 2022 Adam Shaw
5
+ */
6
+ !function(e){"use strict";function t(e){return"Tag"===e||"Monat"===e?"r":"Jahr"===e?"s":""}var n={code:"de",week:{dow:1,doy:4},buttonText:{prev:"Zurück",next:"Vor",today:"Heute",year:"Jahr",month:"Monat",week:"Woche",day:"Tag",list:"Terminübersicht"},weekText:"KW",weekTextLong:"Woche",allDayText:"Ganztägig",moreLinkText:e=>"+ weitere "+e,noEventsText:"Keine Ereignisse anzuzeigen",buttonHints:{prev:e=>`Vorherige${t(e)} ${e}`,next:e=>`Nächste${t(e)} ${e}`,today:e=>"Tag"===e?"Heute":`Diese${t(e)} ${e}`},viewHint:e=>e+("Woche"===e?"n":"Monat"===e?"s":"es")+"ansicht",navLinkHint:"Gehe zu $0",moreLinkHint:e=>"Zeige "+(1===e?"ein weiteres Ereignis":e+" weitere Ereignisse"),closeHint:"Schließen",timeHint:"Uhrzeit",eventHint:"Ereignis"};FullCalendar.Internal.globalLocales.push(n)}();
package/locales/de.js CHANGED
@@ -1,58 +1,59 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
1
  function affix(buttonText) {
6
- return buttonText === "Tag" || buttonText === "Monat" ? "r" : buttonText === "Jahr" ? "s" : "";
2
+ return (buttonText === 'Tag' || buttonText === 'Monat') ? 'r' :
3
+ buttonText === 'Jahr' ? 's' : '';
7
4
  }
8
- var de = {
9
- code: "de",
10
- week: {
11
- dow: 1,
12
- doy: 4
13
- },
14
- buttonText: {
15
- prev: "Zur\xFCck",
16
- next: "Vor",
17
- today: "Heute",
18
- year: "Jahr",
19
- month: "Monat",
20
- week: "Woche",
21
- day: "Tag",
22
- list: "Termin\xFCbersicht"
23
- },
24
- weekText: "KW",
25
- weekTextLong: "Woche",
26
- allDayText: "Ganzt\xE4gig",
27
- moreLinkText: function(n) {
28
- return "+ weitere " + n;
29
- },
30
- noEventsText: "Keine Ereignisse anzuzeigen",
31
- buttonHints: {
32
- prev: function(buttonText) {
33
- return "Vorherige".concat(affix(buttonText), " ").concat(buttonText);
5
+ var l17 = {
6
+ code: 'de',
7
+ week: {
8
+ dow: 1,
9
+ doy: 4, // The week that contains Jan 4th is the first week of the year.
10
+ },
11
+ buttonText: {
12
+ prev: 'Zurück',
13
+ next: 'Vor',
14
+ today: 'Heute',
15
+ year: 'Jahr',
16
+ month: 'Monat',
17
+ week: 'Woche',
18
+ day: 'Tag',
19
+ list: 'Terminübersicht',
20
+ },
21
+ weekText: 'KW',
22
+ weekTextLong: 'Woche',
23
+ allDayText: 'Ganztägig',
24
+ moreLinkText(n) {
25
+ return '+ weitere ' + n;
26
+ },
27
+ noEventsText: 'Keine Ereignisse anzuzeigen',
28
+ buttonHints: {
29
+ prev(buttonText) {
30
+ return `Vorherige${affix(buttonText)} ${buttonText}`;
31
+ },
32
+ next(buttonText) {
33
+ return `Nächste${affix(buttonText)} ${buttonText}`;
34
+ },
35
+ today(buttonText) {
36
+ // → Heute, Diese Woche, Dieser Monat, Dieses Jahr
37
+ if (buttonText === 'Tag') {
38
+ return 'Heute';
39
+ }
40
+ return `Diese${affix(buttonText)} ${buttonText}`;
41
+ },
42
+ },
43
+ viewHint(buttonText) {
44
+ // → Tagesansicht, Wochenansicht, Monatsansicht, Jahresansicht
45
+ const glue = buttonText === 'Woche' ? 'n' : buttonText === 'Monat' ? 's' : 'es';
46
+ return buttonText + glue + 'ansicht';
34
47
  },
35
- next: function(buttonText) {
36
- return "N\xE4chste".concat(affix(buttonText), " ").concat(buttonText);
48
+ navLinkHint: 'Gehe zu $0',
49
+ moreLinkHint(eventCnt) {
50
+ return 'Zeige ' + (eventCnt === 1 ?
51
+ 'ein weiteres Ereignis' :
52
+ eventCnt + ' weitere Ereignisse');
37
53
  },
38
- today: function(buttonText) {
39
- if (buttonText === "Tag") {
40
- return "Heute";
41
- }
42
- return "Diese".concat(affix(buttonText), " ").concat(buttonText);
43
- }
44
- },
45
- viewHint: function(buttonText) {
46
- var glue = buttonText === "Woche" ? "n" : buttonText === "Monat" ? "s" : "es";
47
- return buttonText + glue + "ansicht";
48
- },
49
- navLinkHint: "Gehe zu $0",
50
- moreLinkHint: function(eventCnt) {
51
- return "Zeige " + (eventCnt === 1 ? "ein weiteres Ereignis" : eventCnt + " weitere Ereignisse");
52
- },
53
- closeHint: "Schlie\xDFen",
54
- timeHint: "Uhrzeit",
55
- eventHint: "Ereignis"
54
+ closeHint: 'Schließen',
55
+ timeHint: 'Uhrzeit',
56
+ eventHint: 'Ereignis',
56
57
  };
57
58
 
58
- exports.default = de;
59
+ export { l17 as default };
package/locales/el.cjs ADDED
@@ -0,0 +1,26 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var l18 = {
6
+ code: 'el',
7
+ week: {
8
+ dow: 1,
9
+ doy: 4, // The week that contains Jan 4st is the first week of the year.
10
+ },
11
+ buttonText: {
12
+ prev: 'Προηγούμενος',
13
+ next: 'Επόμενος',
14
+ today: 'Σήμερα',
15
+ month: 'Μήνας',
16
+ week: 'Εβδομάδα',
17
+ day: 'Ημέρα',
18
+ list: 'Ατζέντα',
19
+ },
20
+ weekText: 'Εβδ',
21
+ allDayText: 'Ολοήμερο',
22
+ moreLinkText: 'περισσότερα',
23
+ noEventsText: 'Δεν υπάρχουν γεγονότα προς εμφάνιση',
24
+ };
25
+
26
+ exports["default"] = l18;
package/locales/el.d.ts CHANGED
@@ -1,3 +1,6 @@
1
- import { LocaleInput } from '@fullcalendar/common';
1
+ import { LocaleInput } from '../index.js';
2
+
2
3
  declare const _default: LocaleInput;
3
- export default _default;
4
+ //# sourceMappingURL=el.d.ts.map
5
+
6
+ export { _default as default };
@@ -1,27 +1,32 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
1
+ /*!
2
+ FullCalendar Core v6.0.0-beta.2
3
+ Docs & License: https://fullcalendar.io/
4
+ (c) 2022 Adam Shaw
5
+ */
6
+ (function (internal_js) {
7
+ 'use strict';
3
8
 
4
- var el = {
5
- code: "el",
6
- week: {
7
- dow: 1,
8
- doy: 4
9
- },
10
- buttonText: {
11
- prev: "\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF\u03C2",
12
- next: "\u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03BF\u03C2",
13
- today: "\u03A3\u03AE\u03BC\u03B5\u03C1\u03B1",
14
- month: "\u039C\u03AE\u03BD\u03B1\u03C2",
15
- week: "\u0395\u03B2\u03B4\u03BF\u03BC\u03AC\u03B4\u03B1",
16
- day: "\u0397\u03BC\u03AD\u03C1\u03B1",
17
- list: "\u0391\u03C4\u03B6\u03AD\u03BD\u03C4\u03B1"
18
- },
19
- weekText: "\u0395\u03B2\u03B4",
20
- allDayText: "\u039F\u03BB\u03BF\u03AE\u03BC\u03B5\u03C1\u03BF",
21
- moreLinkText: "\u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B1",
22
- noEventsText: "\u0394\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03BF\u03C5\u03BD \u03B3\u03B5\u03B3\u03BF\u03BD\u03CC\u03C4\u03B1 \u03C0\u03C1\u03BF\u03C2 \u03B5\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7"
23
- };
9
+ var locale = {
10
+ code: 'el',
11
+ week: {
12
+ dow: 1,
13
+ doy: 4, // The week that contains Jan 4st is the first week of the year.
14
+ },
15
+ buttonText: {
16
+ prev: 'Προηγούμενος',
17
+ next: 'Επόμενος',
18
+ today: 'Σήμερα',
19
+ month: 'Μήνας',
20
+ week: 'Εβδομάδα',
21
+ day: 'Ημέρα',
22
+ list: 'Ατζέντα',
23
+ },
24
+ weekText: 'Εβδ',
25
+ allDayText: 'Ολοήμερο',
26
+ moreLinkText: 'περισσότερα',
27
+ noEventsText: 'Δεν υπάρχουν γεγονότα προς εμφάνιση',
28
+ };
24
29
 
25
- return el;
30
+ internal_js.globalLocales.push(locale);
26
31
 
27
- }());
32
+ })(FullCalendar.Internal);
@@ -0,0 +1,6 @@
1
+ /*!
2
+ FullCalendar Core v6.0.0-beta.2
3
+ Docs & License: https://fullcalendar.io/
4
+ (c) 2022 Adam Shaw
5
+ */
6
+ !function(e){"use strict";FullCalendar.Internal.globalLocales.push({code:"el",week:{dow:1,doy:4},buttonText:{prev:"Προηγούμενος",next:"Επόμενος",today:"Σήμερα",month:"Μήνας",week:"Εβδομάδα",day:"Ημέρα",list:"Ατζέντα"},weekText:"Εβδ",allDayText:"Ολοήμερο",moreLinkText:"περισσότερα",noEventsText:"Δεν υπάρχουν γεγονότα προς εμφάνιση"})}();
package/locales/el.js CHANGED
@@ -1,26 +1,22 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var el = {
6
- code: "el",
7
- week: {
8
- dow: 1,
9
- doy: 4
10
- },
11
- buttonText: {
12
- prev: "\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF\u03C2",
13
- next: "\u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03BF\u03C2",
14
- today: "\u03A3\u03AE\u03BC\u03B5\u03C1\u03B1",
15
- month: "\u039C\u03AE\u03BD\u03B1\u03C2",
16
- week: "\u0395\u03B2\u03B4\u03BF\u03BC\u03AC\u03B4\u03B1",
17
- day: "\u0397\u03BC\u03AD\u03C1\u03B1",
18
- list: "\u0391\u03C4\u03B6\u03AD\u03BD\u03C4\u03B1"
19
- },
20
- weekText: "\u0395\u03B2\u03B4",
21
- allDayText: "\u039F\u03BB\u03BF\u03AE\u03BC\u03B5\u03C1\u03BF",
22
- moreLinkText: "\u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B1",
23
- noEventsText: "\u0394\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03BF\u03C5\u03BD \u03B3\u03B5\u03B3\u03BF\u03BD\u03CC\u03C4\u03B1 \u03C0\u03C1\u03BF\u03C2 \u03B5\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7"
1
+ var l18 = {
2
+ code: 'el',
3
+ week: {
4
+ dow: 1,
5
+ doy: 4, // The week that contains Jan 4st is the first week of the year.
6
+ },
7
+ buttonText: {
8
+ prev: 'Προηγούμενος',
9
+ next: 'Επόμενος',
10
+ today: 'Σήμερα',
11
+ month: 'Μήνας',
12
+ week: 'Εβδομάδα',
13
+ day: 'Ημέρα',
14
+ list: 'Ατζέντα',
15
+ },
16
+ weekText: 'Εβδ',
17
+ allDayText: 'Ολοήμερο',
18
+ moreLinkText: 'περισσότερα',
19
+ noEventsText: 'Δεν υπάρχουν γεγονότα προς εμφάνιση',
24
20
  };
25
21
 
26
- exports.default = el;
22
+ export { l18 as default };
@@ -0,0 +1,23 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var l19 = {
6
+ code: 'en-au',
7
+ week: {
8
+ dow: 1,
9
+ doy: 4, // The week that contains Jan 4th is the first week of the year.
10
+ },
11
+ buttonHints: {
12
+ prev: 'Previous $0',
13
+ next: 'Next $0',
14
+ today: 'This $0',
15
+ },
16
+ viewHint: '$0 view',
17
+ navLinkHint: 'Go to $0',
18
+ moreLinkHint(eventCnt) {
19
+ return `Show ${eventCnt} more event${eventCnt === 1 ? '' : 's'}`;
20
+ },
21
+ };
22
+
23
+ exports["default"] = l19;
@@ -1,3 +1,6 @@
1
- import { LocaleInput } from '@fullcalendar/common';
1
+ import { LocaleInput } from '../index.js';
2
+
2
3
  declare const _default: LocaleInput;
3
- export default _default;
4
+ //# sourceMappingURL=en-au.d.ts.map
5
+
6
+ export { _default as default };
@@ -1,24 +1,29 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
1
+ /*!
2
+ FullCalendar Core v6.0.0-beta.2
3
+ Docs & License: https://fullcalendar.io/
4
+ (c) 2022 Adam Shaw
5
+ */
6
+ (function (internal_js) {
7
+ 'use strict';
3
8
 
4
- var enAu = {
5
- code: "en-au",
6
- week: {
7
- dow: 1,
8
- doy: 4
9
- },
10
- buttonHints: {
11
- prev: "Previous $0",
12
- next: "Next $0",
13
- today: "This $0"
14
- },
15
- viewHint: "$0 view",
16
- navLinkHint: "Go to $0",
17
- moreLinkHint: function(eventCnt) {
18
- return "Show ".concat(eventCnt, " more event").concat(eventCnt === 1 ? "" : "s");
19
- }
20
- };
9
+ var locale = {
10
+ code: 'en-au',
11
+ week: {
12
+ dow: 1,
13
+ doy: 4, // The week that contains Jan 4th is the first week of the year.
14
+ },
15
+ buttonHints: {
16
+ prev: 'Previous $0',
17
+ next: 'Next $0',
18
+ today: 'This $0',
19
+ },
20
+ viewHint: '$0 view',
21
+ navLinkHint: 'Go to $0',
22
+ moreLinkHint(eventCnt) {
23
+ return `Show ${eventCnt} more event${eventCnt === 1 ? '' : 's'}`;
24
+ },
25
+ };
21
26
 
22
- return enAu;
27
+ internal_js.globalLocales.push(locale);
23
28
 
24
- }());
29
+ })(FullCalendar.Internal);
@@ -0,0 +1,6 @@
1
+ /*!
2
+ FullCalendar Core v6.0.0-beta.2
3
+ Docs & License: https://fullcalendar.io/
4
+ (c) 2022 Adam Shaw
5
+ */
6
+ !function(e){"use strict";var n={code:"en-au",week:{dow:1,doy:4},buttonHints:{prev:"Previous $0",next:"Next $0",today:"This $0"},viewHint:"$0 view",navLinkHint:"Go to $0",moreLinkHint:e=>`Show ${e} more event${1===e?"":"s"}`};FullCalendar.Internal.globalLocales.push(n)}();
package/locales/en-au.js CHANGED
@@ -1,23 +1,19 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var enAu = {
6
- code: "en-au",
7
- week: {
8
- dow: 1,
9
- doy: 4
10
- },
11
- buttonHints: {
12
- prev: "Previous $0",
13
- next: "Next $0",
14
- today: "This $0"
15
- },
16
- viewHint: "$0 view",
17
- navLinkHint: "Go to $0",
18
- moreLinkHint: function(eventCnt) {
19
- return "Show ".concat(eventCnt, " more event").concat(eventCnt === 1 ? "" : "s");
20
- }
1
+ var l19 = {
2
+ code: 'en-au',
3
+ week: {
4
+ dow: 1,
5
+ doy: 4, // The week that contains Jan 4th is the first week of the year.
6
+ },
7
+ buttonHints: {
8
+ prev: 'Previous $0',
9
+ next: 'Next $0',
10
+ today: 'This $0',
11
+ },
12
+ viewHint: '$0 view',
13
+ navLinkHint: 'Go to $0',
14
+ moreLinkHint(eventCnt) {
15
+ return `Show ${eventCnt} more event${eventCnt === 1 ? '' : 's'}`;
16
+ },
21
17
  };
22
18
 
23
- exports.default = enAu;
19
+ export { l19 as default };
@@ -0,0 +1,23 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var l20 = {
6
+ code: 'en-gb',
7
+ week: {
8
+ dow: 1,
9
+ doy: 4, // The week that contains Jan 4th is the first week of the year.
10
+ },
11
+ buttonHints: {
12
+ prev: 'Previous $0',
13
+ next: 'Next $0',
14
+ today: 'This $0',
15
+ },
16
+ viewHint: '$0 view',
17
+ navLinkHint: 'Go to $0',
18
+ moreLinkHint(eventCnt) {
19
+ return `Show ${eventCnt} more event${eventCnt === 1 ? '' : 's'}`;
20
+ },
21
+ };
22
+
23
+ exports["default"] = l20;
@@ -1,3 +1,6 @@
1
- import { LocaleInput } from '@fullcalendar/common';
1
+ import { LocaleInput } from '../index.js';
2
+
2
3
  declare const _default: LocaleInput;
3
- export default _default;
4
+ //# sourceMappingURL=en-gb.d.ts.map
5
+
6
+ export { _default as default };
@@ -1,24 +1,29 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
1
+ /*!
2
+ FullCalendar Core v6.0.0-beta.2
3
+ Docs & License: https://fullcalendar.io/
4
+ (c) 2022 Adam Shaw
5
+ */
6
+ (function (internal_js) {
7
+ 'use strict';
3
8
 
4
- var enGb = {
5
- code: "en-gb",
6
- week: {
7
- dow: 1,
8
- doy: 4
9
- },
10
- buttonHints: {
11
- prev: "Previous $0",
12
- next: "Next $0",
13
- today: "This $0"
14
- },
15
- viewHint: "$0 view",
16
- navLinkHint: "Go to $0",
17
- moreLinkHint: function(eventCnt) {
18
- return "Show ".concat(eventCnt, " more event").concat(eventCnt === 1 ? "" : "s");
19
- }
20
- };
9
+ var locale = {
10
+ code: 'en-gb',
11
+ week: {
12
+ dow: 1,
13
+ doy: 4, // The week that contains Jan 4th is the first week of the year.
14
+ },
15
+ buttonHints: {
16
+ prev: 'Previous $0',
17
+ next: 'Next $0',
18
+ today: 'This $0',
19
+ },
20
+ viewHint: '$0 view',
21
+ navLinkHint: 'Go to $0',
22
+ moreLinkHint(eventCnt) {
23
+ return `Show ${eventCnt} more event${eventCnt === 1 ? '' : 's'}`;
24
+ },
25
+ };
21
26
 
22
- return enGb;
27
+ internal_js.globalLocales.push(locale);
23
28
 
24
- }());
29
+ })(FullCalendar.Internal);
@@ -0,0 +1,6 @@
1
+ /*!
2
+ FullCalendar Core v6.0.0-beta.2
3
+ Docs & License: https://fullcalendar.io/
4
+ (c) 2022 Adam Shaw
5
+ */
6
+ !function(e){"use strict";var n={code:"en-gb",week:{dow:1,doy:4},buttonHints:{prev:"Previous $0",next:"Next $0",today:"This $0"},viewHint:"$0 view",navLinkHint:"Go to $0",moreLinkHint:e=>`Show ${e} more event${1===e?"":"s"}`};FullCalendar.Internal.globalLocales.push(n)}();