@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,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 hu = {
5
- code: "hu",
6
- week: {
7
- dow: 1,
8
- doy: 4
9
- },
10
- buttonText: {
11
- prev: "vissza",
12
- next: "el\u0151re",
13
- today: "ma",
14
- month: "H\xF3nap",
15
- week: "H\xE9t",
16
- day: "Nap",
17
- list: "Lista"
18
- },
19
- weekText: "H\xE9t",
20
- allDayText: "Eg\xE9sz nap",
21
- moreLinkText: "tov\xE1bbi",
22
- noEventsText: "Nincs megjelen\xEDthet\u0151 esem\xE9ny"
23
- };
9
+ var locale = {
10
+ code: 'hu',
11
+ week: {
12
+ dow: 1,
13
+ doy: 4, // The week that contains Jan 4th is the first week of the year.
14
+ },
15
+ buttonText: {
16
+ prev: 'vissza',
17
+ next: 'előre',
18
+ today: 'ma',
19
+ month: 'Hónap',
20
+ week: 'Hét',
21
+ day: 'Nap',
22
+ list: 'Lista',
23
+ },
24
+ weekText: 'Hét',
25
+ allDayText: 'Egész nap',
26
+ moreLinkText: 'további',
27
+ noEventsText: 'Nincs megjeleníthető esemény',
28
+ };
24
29
 
25
- return hu;
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:"hu",week:{dow:1,doy:4},buttonText:{prev:"vissza",next:"előre",today:"ma",month:"Hónap",week:"Hét",day:"Nap",list:"Lista"},weekText:"Hét",allDayText:"Egész nap",moreLinkText:"további",noEventsText:"Nincs megjeleníthető esemény"})}();
package/locales/hu.js CHANGED
@@ -1,26 +1,22 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var hu = {
6
- code: "hu",
7
- week: {
8
- dow: 1,
9
- doy: 4
10
- },
11
- buttonText: {
12
- prev: "vissza",
13
- next: "el\u0151re",
14
- today: "ma",
15
- month: "H\xF3nap",
16
- week: "H\xE9t",
17
- day: "Nap",
18
- list: "Lista"
19
- },
20
- weekText: "H\xE9t",
21
- allDayText: "Eg\xE9sz nap",
22
- moreLinkText: "tov\xE1bbi",
23
- noEventsText: "Nincs megjelen\xEDthet\u0151 esem\xE9ny"
1
+ var l36 = {
2
+ code: 'hu',
3
+ week: {
4
+ dow: 1,
5
+ doy: 4, // The week that contains Jan 4th is the first week of the year.
6
+ },
7
+ buttonText: {
8
+ prev: 'vissza',
9
+ next: 'előre',
10
+ today: 'ma',
11
+ month: 'Hónap',
12
+ week: 'Hét',
13
+ day: 'Nap',
14
+ list: 'Lista',
15
+ },
16
+ weekText: 'Hét',
17
+ allDayText: 'Egész nap',
18
+ moreLinkText: 'további',
19
+ noEventsText: 'Nincs megjeleníthető esemény',
24
20
  };
25
21
 
26
- exports.default = hu;
22
+ export { l36 as default };
@@ -0,0 +1,28 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var l37 = {
6
+ code: 'hy-am',
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: 'Նախորդ',
13
+ next: 'Հաջորդ',
14
+ today: 'Այսօր',
15
+ month: 'Ամիս',
16
+ week: 'Շաբաթ',
17
+ day: 'Օր',
18
+ list: 'Օրվա ցուցակ',
19
+ },
20
+ weekText: 'Շաբ',
21
+ allDayText: 'Ամբողջ օր',
22
+ moreLinkText(n) {
23
+ return '+ ևս ' + n;
24
+ },
25
+ noEventsText: 'Բացակայում է իրադարձությունը ցուցադրելու',
26
+ };
27
+
28
+ exports["default"] = l37;
@@ -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=hy-am.d.ts.map
5
+
6
+ export { _default as default };
@@ -1,29 +1,34 @@
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 hyAm = {
5
- code: "hy-am",
6
- week: {
7
- dow: 1,
8
- doy: 4
9
- },
10
- buttonText: {
11
- prev: "\u0546\u0561\u056D\u0578\u0580\u0564",
12
- next: "\u0540\u0561\u057B\u0578\u0580\u0564",
13
- today: "\u0531\u0575\u057D\u0585\u0580",
14
- month: "\u0531\u0574\u056B\u057D",
15
- week: "\u0547\u0561\u0562\u0561\u0569",
16
- day: "\u0555\u0580",
17
- list: "\u0555\u0580\u057E\u0561 \u0581\u0578\u0582\u0581\u0561\u056F"
18
- },
19
- weekText: "\u0547\u0561\u0562",
20
- allDayText: "\u0531\u0574\u0562\u0578\u0572\u057B \u0585\u0580",
21
- moreLinkText: function(n) {
22
- return "+ \u0587\u057D " + n;
23
- },
24
- noEventsText: "\u0532\u0561\u0581\u0561\u056F\u0561\u0575\u0578\u0582\u0574 \u0567 \u056B\u0580\u0561\u0564\u0561\u0580\u0571\u0578\u0582\u0569\u0575\u0578\u0582\u0576\u0568 \u0581\u0578\u0582\u0581\u0561\u0564\u0580\u0565\u056C\u0578\u0582"
25
- };
9
+ var locale = {
10
+ code: 'hy-am',
11
+ week: {
12
+ dow: 1,
13
+ doy: 4, // The week that contains Jan 4th 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(n) {
27
+ return '+ ևս ' + n;
28
+ },
29
+ noEventsText: 'Բացակայում է իրադարձությունը ցուցադրելու',
30
+ };
26
31
 
27
- return hyAm;
32
+ internal_js.globalLocales.push(locale);
28
33
 
29
- }());
34
+ })(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 t={code:"hy-am",week:{dow:1,doy:4},buttonText:{prev:"Նախորդ",next:"Հաջորդ",today:"Այսօր",month:"Ամիս",week:"Շաբաթ",day:"Օր",list:"Օրվա ցուցակ"},weekText:"Շաբ",allDayText:"Ամբողջ օր",moreLinkText:e=>"+ ևս "+e,noEventsText:"Բացակայում է իրադարձությունը ցուցադրելու"};FullCalendar.Internal.globalLocales.push(t)}();
package/locales/hy-am.js CHANGED
@@ -1,28 +1,24 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var hyAm = {
6
- code: "hy-am",
7
- week: {
8
- dow: 1,
9
- doy: 4
10
- },
11
- buttonText: {
12
- prev: "\u0546\u0561\u056D\u0578\u0580\u0564",
13
- next: "\u0540\u0561\u057B\u0578\u0580\u0564",
14
- today: "\u0531\u0575\u057D\u0585\u0580",
15
- month: "\u0531\u0574\u056B\u057D",
16
- week: "\u0547\u0561\u0562\u0561\u0569",
17
- day: "\u0555\u0580",
18
- list: "\u0555\u0580\u057E\u0561 \u0581\u0578\u0582\u0581\u0561\u056F"
19
- },
20
- weekText: "\u0547\u0561\u0562",
21
- allDayText: "\u0531\u0574\u0562\u0578\u0572\u057B \u0585\u0580",
22
- moreLinkText: function(n) {
23
- return "+ \u0587\u057D " + n;
24
- },
25
- noEventsText: "\u0532\u0561\u0581\u0561\u056F\u0561\u0575\u0578\u0582\u0574 \u0567 \u056B\u0580\u0561\u0564\u0561\u0580\u0571\u0578\u0582\u0569\u0575\u0578\u0582\u0576\u0568 \u0581\u0578\u0582\u0581\u0561\u0564\u0580\u0565\u056C\u0578\u0582"
1
+ var l37 = {
2
+ code: 'hy-am',
3
+ week: {
4
+ dow: 1,
5
+ doy: 4, // The week that contains Jan 4th 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(n) {
19
+ return '+ ևս ' + n;
20
+ },
21
+ noEventsText: 'Բացակայում է իրադարձությունը ցուցադրելու',
26
22
  };
27
23
 
28
- exports.default = hyAm;
24
+ export { l37 as default };
package/locales/id.cjs ADDED
@@ -0,0 +1,26 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var l38 = {
6
+ code: 'id',
7
+ week: {
8
+ dow: 1,
9
+ doy: 7, // The week that contains Jan 1st is the first week of the year.
10
+ },
11
+ buttonText: {
12
+ prev: 'mundur',
13
+ next: 'maju',
14
+ today: 'hari ini',
15
+ month: 'Bulan',
16
+ week: 'Minggu',
17
+ day: 'Hari',
18
+ list: 'Agenda',
19
+ },
20
+ weekText: 'Mg',
21
+ allDayText: 'Sehari penuh',
22
+ moreLinkText: 'lebih',
23
+ noEventsText: 'Tidak ada acara untuk ditampilkan',
24
+ };
25
+
26
+ exports["default"] = l38;
package/locales/id.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=id.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 id = {
5
- code: "id",
6
- week: {
7
- dow: 1,
8
- doy: 7
9
- },
10
- buttonText: {
11
- prev: "mundur",
12
- next: "maju",
13
- today: "hari ini",
14
- month: "Bulan",
15
- week: "Minggu",
16
- day: "Hari",
17
- list: "Agenda"
18
- },
19
- weekText: "Mg",
20
- allDayText: "Sehari penuh",
21
- moreLinkText: "lebih",
22
- noEventsText: "Tidak ada acara untuk ditampilkan"
23
- };
9
+ var locale = {
10
+ code: 'id',
11
+ week: {
12
+ dow: 1,
13
+ doy: 7, // The week that contains Jan 1st is the first week of the year.
14
+ },
15
+ buttonText: {
16
+ prev: 'mundur',
17
+ next: 'maju',
18
+ today: 'hari ini',
19
+ month: 'Bulan',
20
+ week: 'Minggu',
21
+ day: 'Hari',
22
+ list: 'Agenda',
23
+ },
24
+ weekText: 'Mg',
25
+ allDayText: 'Sehari penuh',
26
+ moreLinkText: 'lebih',
27
+ noEventsText: 'Tidak ada acara untuk ditampilkan',
28
+ };
24
29
 
25
- return id;
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:"id",week:{dow:1,doy:7},buttonText:{prev:"mundur",next:"maju",today:"hari ini",month:"Bulan",week:"Minggu",day:"Hari",list:"Agenda"},weekText:"Mg",allDayText:"Sehari penuh",moreLinkText:"lebih",noEventsText:"Tidak ada acara untuk ditampilkan"})}();
package/locales/id.js CHANGED
@@ -1,26 +1,22 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var id = {
6
- code: "id",
7
- week: {
8
- dow: 1,
9
- doy: 7
10
- },
11
- buttonText: {
12
- prev: "mundur",
13
- next: "maju",
14
- today: "hari ini",
15
- month: "Bulan",
16
- week: "Minggu",
17
- day: "Hari",
18
- list: "Agenda"
19
- },
20
- weekText: "Mg",
21
- allDayText: "Sehari penuh",
22
- moreLinkText: "lebih",
23
- noEventsText: "Tidak ada acara untuk ditampilkan"
1
+ var l38 = {
2
+ code: 'id',
3
+ week: {
4
+ dow: 1,
5
+ doy: 7, // The week that contains Jan 1st is the first week of the year.
6
+ },
7
+ buttonText: {
8
+ prev: 'mundur',
9
+ next: 'maju',
10
+ today: 'hari ini',
11
+ month: 'Bulan',
12
+ week: 'Minggu',
13
+ day: 'Hari',
14
+ list: 'Agenda',
15
+ },
16
+ weekText: 'Mg',
17
+ allDayText: 'Sehari penuh',
18
+ moreLinkText: 'lebih',
19
+ noEventsText: 'Tidak ada acara untuk ditampilkan',
24
20
  };
25
21
 
26
- exports.default = id;
22
+ export { l38 as default };
package/locales/is.cjs ADDED
@@ -0,0 +1,26 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var l39 = {
6
+ code: 'is',
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: 'Fyrri',
13
+ next: 'Næsti',
14
+ today: 'Í dag',
15
+ month: 'Mánuður',
16
+ week: 'Vika',
17
+ day: 'Dagur',
18
+ list: 'Dagskrá',
19
+ },
20
+ weekText: 'Vika',
21
+ allDayText: 'Allan daginn',
22
+ moreLinkText: 'meira',
23
+ noEventsText: 'Engir viðburðir til að sýna',
24
+ };
25
+
26
+ exports["default"] = l39;
package/locales/is.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=is.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 is = {
5
- code: "is",
6
- week: {
7
- dow: 1,
8
- doy: 4
9
- },
10
- buttonText: {
11
- prev: "Fyrri",
12
- next: "N\xE6sti",
13
- today: "\xCD dag",
14
- month: "M\xE1nu\xF0ur",
15
- week: "Vika",
16
- day: "Dagur",
17
- list: "Dagskr\xE1"
18
- },
19
- weekText: "Vika",
20
- allDayText: "Allan daginn",
21
- moreLinkText: "meira",
22
- noEventsText: "Engir vi\xF0bur\xF0ir til a\xF0 s\xFDna"
23
- };
9
+ var locale = {
10
+ code: 'is',
11
+ week: {
12
+ dow: 1,
13
+ doy: 4, // The week that contains Jan 4th is the first week of the year.
14
+ },
15
+ buttonText: {
16
+ prev: 'Fyrri',
17
+ next: 'Næsti',
18
+ today: dag',
19
+ month: 'Mánuður',
20
+ week: 'Vika',
21
+ day: 'Dagur',
22
+ list: 'Dagskrá',
23
+ },
24
+ weekText: 'Vika',
25
+ allDayText: 'Allan daginn',
26
+ moreLinkText: 'meira',
27
+ noEventsText: 'Engir viðburðir til sýna',
28
+ };
24
29
 
25
- return is;
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:"is",week:{dow:1,doy:4},buttonText:{prev:"Fyrri",next:"Næsti",today:"Í dag",month:"Mánuður",week:"Vika",day:"Dagur",list:"Dagskrá"},weekText:"Vika",allDayText:"Allan daginn",moreLinkText:"meira",noEventsText:"Engir viðburðir til að sýna"})}();
package/locales/is.js CHANGED
@@ -1,26 +1,22 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var is = {
6
- code: "is",
7
- week: {
8
- dow: 1,
9
- doy: 4
10
- },
11
- buttonText: {
12
- prev: "Fyrri",
13
- next: "N\xE6sti",
14
- today: "\xCD dag",
15
- month: "M\xE1nu\xF0ur",
16
- week: "Vika",
17
- day: "Dagur",
18
- list: "Dagskr\xE1"
19
- },
20
- weekText: "Vika",
21
- allDayText: "Allan daginn",
22
- moreLinkText: "meira",
23
- noEventsText: "Engir vi\xF0bur\xF0ir til a\xF0 s\xFDna"
1
+ var l39 = {
2
+ code: 'is',
3
+ week: {
4
+ dow: 1,
5
+ doy: 4, // The week that contains Jan 4th is the first week of the year.
6
+ },
7
+ buttonText: {
8
+ prev: 'Fyrri',
9
+ next: 'Næsti',
10
+ today: 'Í dag',
11
+ month: 'Mánuður',
12
+ week: 'Vika',
13
+ day: 'Dagur',
14
+ list: 'Dagskrá',
15
+ },
16
+ weekText: 'Vika',
17
+ allDayText: 'Allan daginn',
18
+ moreLinkText: 'meira',
19
+ noEventsText: 'Engir viðburðir til að sýna',
24
20
  };
25
21
 
26
- exports.default = is;
22
+ export { l39 as default };
package/locales/it.cjs ADDED
@@ -0,0 +1,28 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var l40 = {
6
+ code: 'it',
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: 'Prec',
13
+ next: 'Succ',
14
+ today: 'Oggi',
15
+ month: 'Mese',
16
+ week: 'Settimana',
17
+ day: 'Giorno',
18
+ list: 'Agenda',
19
+ },
20
+ weekText: 'Sm',
21
+ allDayText: 'Tutto il giorno',
22
+ moreLinkText(n) {
23
+ return '+altri ' + n;
24
+ },
25
+ noEventsText: 'Non ci sono eventi da visualizzare',
26
+ };
27
+
28
+ exports["default"] = l40;
package/locales/it.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=it.d.ts.map
5
+
6
+ export { _default as default };