fullcalendar 6.0.0-beta.1 → 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.
- package/{LICENSE.txt → LICENSE.md} +0 -0
- package/index.cjs +32 -0
- package/index.d.ts +2 -0
- package/{main.js → index.global.js} +7155 -7901
- package/index.global.js.map +1 -0
- package/index.global.min.js +6 -0
- package/index.js +9 -0
- package/package.json +36 -18
- package/locales/af.js +0 -27
- package/locales/ar-dz.js +0 -28
- package/locales/ar-kw.js +0 -28
- package/locales/ar-ly.js +0 -28
- package/locales/ar-ma.js +0 -28
- package/locales/ar-sa.js +0 -28
- package/locales/ar-tn.js +0 -28
- package/locales/ar.js +0 -28
- package/locales/az.js +0 -29
- package/locales/bg.js +0 -28
- package/locales/bn.js +0 -29
- package/locales/bs.js +0 -29
- package/locales/ca.js +0 -27
- package/locales/cs.js +0 -29
- package/locales/cy.js +0 -28
- package/locales/da.js +0 -27
- package/locales/de-at.js +0 -65
- package/locales/de.js +0 -65
- package/locales/el.js +0 -27
- package/locales/en-au.js +0 -24
- package/locales/en-gb.js +0 -24
- package/locales/en-nz.js +0 -24
- package/locales/eo.js +0 -27
- package/locales/es-us.js +0 -27
- package/locales/es.js +0 -46
- package/locales/et.js +0 -29
- package/locales/eu.js +0 -27
- package/locales/fa.js +0 -30
- package/locales/fi.js +0 -27
- package/locales/fr-ca.js +0 -24
- package/locales/fr-ch.js +0 -28
- package/locales/fr.js +0 -28
- package/locales/gl.js +0 -27
- package/locales/he.js +0 -24
- package/locales/hi.js +0 -29
- package/locales/hr.js +0 -29
- package/locales/hu.js +0 -27
- package/locales/hy-am.js +0 -29
- package/locales/id.js +0 -27
- package/locales/is.js +0 -27
- package/locales/it.js +0 -29
- package/locales/ja.js +0 -25
- package/locales/ka.js +0 -29
- package/locales/kk.js +0 -29
- package/locales/km.js +0 -28
- package/locales/ko.js +0 -23
- package/locales/ku.js +0 -28
- package/locales/lb.js +0 -27
- package/locales/lt.js +0 -27
- package/locales/lv.js +0 -29
- package/locales/mk.js +0 -25
- package/locales/ms.js +0 -29
- package/locales/nb.js +0 -38
- package/locales/ne.js +0 -27
- package/locales/nl.js +0 -27
- package/locales/nn.js +0 -27
- package/locales/pl.js +0 -27
- package/locales/pt-br.js +0 -25
- package/locales/pt.js +0 -27
- package/locales/ro.js +0 -29
- package/locales/ru.js +0 -29
- package/locales/si-lk.js +0 -27
- package/locales/sk.js +0 -29
- package/locales/sl.js +0 -27
- package/locales/sm.js +0 -23
- package/locales/sq.js +0 -29
- package/locales/sr-cyrl.js +0 -29
- package/locales/sr.js +0 -29
- package/locales/sv.js +0 -47
- package/locales/ta-in.js +0 -29
- package/locales/th.js +0 -30
- package/locales/tr.js +0 -27
- package/locales/ug.js +0 -17
- package/locales/uk.js +0 -29
- package/locales/uz.js +0 -21
- package/locales/vi.js +0 -29
- package/locales/zh-cn.js +0 -30
- package/locales/zh-tw.js +0 -23
- package/locales-all.js +0 -1793
- package/locales-all.min.js +0 -1
- package/main.min.js +0 -6
package/locales/sq.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
FullCalendar.globalLocales.push(function () {
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
var sq = {
|
|
5
|
-
code: 'sq',
|
|
6
|
-
week: {
|
|
7
|
-
dow: 1, // Monday is the first day of the week.
|
|
8
|
-
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
9
|
-
},
|
|
10
|
-
buttonText: {
|
|
11
|
-
prev: 'mbrapa',
|
|
12
|
-
next: 'Përpara',
|
|
13
|
-
today: 'sot',
|
|
14
|
-
month: 'Muaj',
|
|
15
|
-
week: 'Javë',
|
|
16
|
-
day: 'Ditë',
|
|
17
|
-
list: 'Listë',
|
|
18
|
-
},
|
|
19
|
-
weekText: 'Ja',
|
|
20
|
-
allDayText: 'Gjithë ditën',
|
|
21
|
-
moreLinkText: function(n) {
|
|
22
|
-
return '+më tepër ' + n
|
|
23
|
-
},
|
|
24
|
-
noEventsText: 'Nuk ka evente për të shfaqur',
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
return sq;
|
|
28
|
-
|
|
29
|
-
}());
|
package/locales/sr-cyrl.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
FullCalendar.globalLocales.push(function () {
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
var srCyrl = {
|
|
5
|
-
code: 'sr-cyrl',
|
|
6
|
-
week: {
|
|
7
|
-
dow: 1, // Monday is the first day of the week.
|
|
8
|
-
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
|
9
|
-
},
|
|
10
|
-
buttonText: {
|
|
11
|
-
prev: 'Претходна',
|
|
12
|
-
next: 'следећи',
|
|
13
|
-
today: 'Данас',
|
|
14
|
-
month: 'Месец',
|
|
15
|
-
week: 'Недеља',
|
|
16
|
-
day: 'Дан',
|
|
17
|
-
list: 'Планер',
|
|
18
|
-
},
|
|
19
|
-
weekText: 'Сед',
|
|
20
|
-
allDayText: 'Цео дан',
|
|
21
|
-
moreLinkText: function(n) {
|
|
22
|
-
return '+ још ' + n
|
|
23
|
-
},
|
|
24
|
-
noEventsText: 'Нема догађаја за приказ',
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
return srCyrl;
|
|
28
|
-
|
|
29
|
-
}());
|
package/locales/sr.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
FullCalendar.globalLocales.push(function () {
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
var sr = {
|
|
5
|
-
code: 'sr',
|
|
6
|
-
week: {
|
|
7
|
-
dow: 1, // Monday is the first day of the week.
|
|
8
|
-
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
|
9
|
-
},
|
|
10
|
-
buttonText: {
|
|
11
|
-
prev: 'Prethodna',
|
|
12
|
-
next: 'Sledeći',
|
|
13
|
-
today: 'Danas',
|
|
14
|
-
month: 'Mеsеc',
|
|
15
|
-
week: 'Nеdеlja',
|
|
16
|
-
day: 'Dan',
|
|
17
|
-
list: 'Planеr',
|
|
18
|
-
},
|
|
19
|
-
weekText: 'Sed',
|
|
20
|
-
allDayText: 'Cеo dan',
|
|
21
|
-
moreLinkText: function(n) {
|
|
22
|
-
return '+ još ' + n
|
|
23
|
-
},
|
|
24
|
-
noEventsText: 'Nеma događaja za prikaz',
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
return sr;
|
|
28
|
-
|
|
29
|
-
}());
|
package/locales/sv.js
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
FullCalendar.globalLocales.push(function () {
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
var sv = {
|
|
5
|
-
code: 'sv',
|
|
6
|
-
week: {
|
|
7
|
-
dow: 1, // Monday is the first day of the week.
|
|
8
|
-
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
9
|
-
},
|
|
10
|
-
buttonText: {
|
|
11
|
-
prev: 'Förra',
|
|
12
|
-
next: 'Nästa',
|
|
13
|
-
today: 'Idag',
|
|
14
|
-
month: 'Månad',
|
|
15
|
-
week: 'Vecka',
|
|
16
|
-
day: 'Dag',
|
|
17
|
-
list: 'Program',
|
|
18
|
-
},
|
|
19
|
-
buttonHints: {
|
|
20
|
-
prev(buttonText) {
|
|
21
|
-
return `Föregående ${buttonText.toLocaleLowerCase()}`
|
|
22
|
-
},
|
|
23
|
-
next(buttonText) {
|
|
24
|
-
return `Nästa ${buttonText.toLocaleLowerCase()}`
|
|
25
|
-
},
|
|
26
|
-
today(buttonText) {
|
|
27
|
-
return (buttonText === 'Program' ? 'Detta' : 'Denna') + ' ' + buttonText.toLocaleLowerCase()
|
|
28
|
-
},
|
|
29
|
-
},
|
|
30
|
-
viewHint: '$0 vy',
|
|
31
|
-
navLinkHint: 'Gå till $0',
|
|
32
|
-
moreLinkHint(eventCnt) {
|
|
33
|
-
return `Visa ytterligare ${eventCnt} händelse${eventCnt === 1 ? '' : 'r'}`
|
|
34
|
-
},
|
|
35
|
-
weekText: 'v.',
|
|
36
|
-
weekTextLong: 'Vecka',
|
|
37
|
-
allDayText: 'Heldag',
|
|
38
|
-
moreLinkText: 'till',
|
|
39
|
-
noEventsText: 'Inga händelser att visa',
|
|
40
|
-
closeHint: 'Stäng',
|
|
41
|
-
timeHint: 'Klockan',
|
|
42
|
-
eventHint: 'Händelse',
|
|
43
|
-
};
|
|
44
|
-
|
|
45
|
-
return sv;
|
|
46
|
-
|
|
47
|
-
}());
|
package/locales/ta-in.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
FullCalendar.globalLocales.push(function () {
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
var taIn = {
|
|
5
|
-
code: 'ta-in',
|
|
6
|
-
week: {
|
|
7
|
-
dow: 1, // Monday is the first day of the week.
|
|
8
|
-
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
9
|
-
},
|
|
10
|
-
buttonText: {
|
|
11
|
-
prev: 'முந்தைய',
|
|
12
|
-
next: 'அடுத்தது',
|
|
13
|
-
today: 'இன்று',
|
|
14
|
-
month: 'மாதம்',
|
|
15
|
-
week: 'வாரம்',
|
|
16
|
-
day: 'நாள்',
|
|
17
|
-
list: 'தினசரி அட்டவணை',
|
|
18
|
-
},
|
|
19
|
-
weekText: 'வாரம்',
|
|
20
|
-
allDayText: 'நாள் முழுவதும்',
|
|
21
|
-
moreLinkText: function(n) {
|
|
22
|
-
return '+ மேலும் ' + n
|
|
23
|
-
},
|
|
24
|
-
noEventsText: 'காண்பிக்க நிகழ்வுகள் இல்லை',
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
return taIn;
|
|
28
|
-
|
|
29
|
-
}());
|
package/locales/th.js
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
FullCalendar.globalLocales.push(function () {
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
var th = {
|
|
5
|
-
code: 'th',
|
|
6
|
-
week: {
|
|
7
|
-
dow: 1, // Monday is the first day of the week.
|
|
8
|
-
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
9
|
-
},
|
|
10
|
-
buttonText: {
|
|
11
|
-
prev: 'ก่อนหน้า',
|
|
12
|
-
next: 'ถัดไป',
|
|
13
|
-
prevYear: 'ปีก่อนหน้า',
|
|
14
|
-
nextYear: 'ปีถัดไป',
|
|
15
|
-
year: 'ปี',
|
|
16
|
-
today: 'วันนี้',
|
|
17
|
-
month: 'เดือน',
|
|
18
|
-
week: 'สัปดาห์',
|
|
19
|
-
day: 'วัน',
|
|
20
|
-
list: 'กำหนดการ',
|
|
21
|
-
},
|
|
22
|
-
weekText: 'สัปดาห์',
|
|
23
|
-
allDayText: 'ตลอดวัน',
|
|
24
|
-
moreLinkText: 'เพิ่มเติม',
|
|
25
|
-
noEventsText: 'ไม่มีกิจกรรมที่จะแสดง',
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
return th;
|
|
29
|
-
|
|
30
|
-
}());
|
package/locales/tr.js
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
FullCalendar.globalLocales.push(function () {
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
var tr = {
|
|
5
|
-
code: 'tr',
|
|
6
|
-
week: {
|
|
7
|
-
dow: 1, // Monday is the first day of the week.
|
|
8
|
-
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
|
9
|
-
},
|
|
10
|
-
buttonText: {
|
|
11
|
-
prev: 'geri',
|
|
12
|
-
next: 'ileri',
|
|
13
|
-
today: 'bugün',
|
|
14
|
-
month: 'Ay',
|
|
15
|
-
week: 'Hafta',
|
|
16
|
-
day: 'Gün',
|
|
17
|
-
list: 'Ajanda',
|
|
18
|
-
},
|
|
19
|
-
weekText: 'Hf',
|
|
20
|
-
allDayText: 'Tüm gün',
|
|
21
|
-
moreLinkText: 'daha fazla',
|
|
22
|
-
noEventsText: 'Gösterilecek etkinlik yok',
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
return tr;
|
|
26
|
-
|
|
27
|
-
}());
|
package/locales/ug.js
DELETED
package/locales/uk.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
FullCalendar.globalLocales.push(function () {
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
var uk = {
|
|
5
|
-
code: 'uk',
|
|
6
|
-
week: {
|
|
7
|
-
dow: 1, // Monday is the first day of the week.
|
|
8
|
-
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
|
9
|
-
},
|
|
10
|
-
buttonText: {
|
|
11
|
-
prev: 'Попередній',
|
|
12
|
-
next: 'далі',
|
|
13
|
-
today: 'Сьогодні',
|
|
14
|
-
month: 'Місяць',
|
|
15
|
-
week: 'Тиждень',
|
|
16
|
-
day: 'День',
|
|
17
|
-
list: 'Порядок денний',
|
|
18
|
-
},
|
|
19
|
-
weekText: 'Тиж',
|
|
20
|
-
allDayText: 'Увесь день',
|
|
21
|
-
moreLinkText: function(n) {
|
|
22
|
-
return '+ще ' + n + '...'
|
|
23
|
-
},
|
|
24
|
-
noEventsText: 'Немає подій для відображення',
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
return uk;
|
|
28
|
-
|
|
29
|
-
}());
|
package/locales/uz.js
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
FullCalendar.globalLocales.push(function () {
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
var uz = {
|
|
5
|
-
code: 'uz',
|
|
6
|
-
buttonText: {
|
|
7
|
-
month: 'Oy',
|
|
8
|
-
week: 'Xafta',
|
|
9
|
-
day: 'Kun',
|
|
10
|
-
list: 'Kun tartibi',
|
|
11
|
-
},
|
|
12
|
-
allDayText: "Kun bo'yi",
|
|
13
|
-
moreLinkText: function(n) {
|
|
14
|
-
return '+ yana ' + n
|
|
15
|
-
},
|
|
16
|
-
noEventsText: "Ko'rsatish uchun voqealar yo'q",
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
return uz;
|
|
20
|
-
|
|
21
|
-
}());
|
package/locales/vi.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
FullCalendar.globalLocales.push(function () {
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
var vi = {
|
|
5
|
-
code: 'vi',
|
|
6
|
-
week: {
|
|
7
|
-
dow: 1, // Monday is the first day of the week.
|
|
8
|
-
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
9
|
-
},
|
|
10
|
-
buttonText: {
|
|
11
|
-
prev: 'Trước',
|
|
12
|
-
next: 'Tiếp',
|
|
13
|
-
today: 'Hôm nay',
|
|
14
|
-
month: 'Tháng',
|
|
15
|
-
week: 'Tuần',
|
|
16
|
-
day: 'Ngày',
|
|
17
|
-
list: 'Lịch biểu',
|
|
18
|
-
},
|
|
19
|
-
weekText: 'Tu',
|
|
20
|
-
allDayText: 'Cả ngày',
|
|
21
|
-
moreLinkText: function(n) {
|
|
22
|
-
return '+ thêm ' + n
|
|
23
|
-
},
|
|
24
|
-
noEventsText: 'Không có sự kiện để hiển thị',
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
return vi;
|
|
28
|
-
|
|
29
|
-
}());
|
package/locales/zh-cn.js
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
FullCalendar.globalLocales.push(function () {
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
var zhCn = {
|
|
5
|
-
code: 'zh-cn',
|
|
6
|
-
week: {
|
|
7
|
-
// GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效
|
|
8
|
-
dow: 1, // Monday is the first day of the week.
|
|
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: function(n) {
|
|
23
|
-
return '另外 ' + n + ' 个'
|
|
24
|
-
},
|
|
25
|
-
noEventsText: '没有事件显示',
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
return zhCn;
|
|
29
|
-
|
|
30
|
-
}());
|
package/locales/zh-tw.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
FullCalendar.globalLocales.push(function () {
|
|
2
|
-
'use strict';
|
|
3
|
-
|
|
4
|
-
var zhTw = {
|
|
5
|
-
code: 'zh-tw',
|
|
6
|
-
buttonText: {
|
|
7
|
-
prev: '上月',
|
|
8
|
-
next: '下月',
|
|
9
|
-
today: '今天',
|
|
10
|
-
month: '月',
|
|
11
|
-
week: '週',
|
|
12
|
-
day: '天',
|
|
13
|
-
list: '活動列表',
|
|
14
|
-
},
|
|
15
|
-
weekText: '周',
|
|
16
|
-
allDayText: '整天',
|
|
17
|
-
moreLinkText: '顯示更多',
|
|
18
|
-
noEventsText: '没有任何活動',
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
return zhTw;
|
|
22
|
-
|
|
23
|
-
}());
|