xref: /webtrees/resources/js/vendor.js (revision bdbdb10c9744d92eab4dbf722f4f6d742575736b)
171239cb6SGreg Roach/**
271239cb6SGreg Roach * webtrees: online genealogy
3242a7862SGreg Roach * Copyright (C) 2019 webtrees development team
471239cb6SGreg Roach * This program is free software: you can redistribute it and/or modify
571239cb6SGreg Roach * it under the terms of the GNU General Public License as published by
671239cb6SGreg Roach * the Free Software Foundation, either version 3 of the License, or
771239cb6SGreg Roach * (at your option) any later version.
871239cb6SGreg Roach * This program is distributed in the hope that it will be useful,
971239cb6SGreg Roach * but WITHOUT ANY WARRANTY; without even the implied warranty of
1071239cb6SGreg Roach * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1171239cb6SGreg Roach * GNU General Public License for more details.
1271239cb6SGreg Roach * You should have received a copy of the GNU General Public License
1371239cb6SGreg Roach * along with this program. If not, see <http://www.gnu.org/licenses/>.
1471239cb6SGreg Roach */
1571239cb6SGreg Roach
1671239cb6SGreg Roachimport $ from "jquery";
1771239cb6SGreg Roachwindow.$ = window.jQuery = $;
1871239cb6SGreg Roach
1971239cb6SGreg Roachimport "popper.js";
2071239cb6SGreg Roachimport "bootstrap";
2171239cb6SGreg Roachimport "datatables.net";
2271239cb6SGreg Roach
2371239cb6SGreg Roachwindow.Bloodhound = require("corejs-typeahead/dist/bloodhound.min.js");
2471239cb6SGreg Roachimport "corejs-typeahead";
2571239cb6SGreg Roach
2671239cb6SGreg Roachimport "datatables.net-bs4";
2771239cb6SGreg Roach
2871239cb6SGreg Roach// See https://github.com/RubaXa/Sortable/issues/1229
2971239cb6SGreg Roachwindow.Sortable = require('sortablejs');
3071239cb6SGreg Roach
3171239cb6SGreg Roachimport "select2";
32*bdbdb10cSGreg Roach//import "select2/dist/js/i18n/*.js";
33*bdbdb10cSGreg Roach
34*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/af.js";
35*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/ar.js";
36*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/az.js";
37*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/bg.js";
38*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/bn.js";
39*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/bs.js";
40*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/ca.js";
41*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/cs.js";
42*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/da.js";
43*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/de.js";
44*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/dsb.js";
45*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/el.js";
46*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/en.js";
47*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/es.js";
48*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/et.js";
49*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/eu.js";
50*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/fa.js";
51*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/fi.js";
52*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/fr.js";
53*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/gl.js";
54*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/he.js";
55*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/hi.js";
56*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/hr.js";
57*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/hsb.js";
58*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/hu.js";
59*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/hy.js";
60*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/id.js";
61*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/is.js";
62*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/it.js";
63*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/ja.js";
64*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/ka.js";
65*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/km.js";
66*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/ko.js";
67*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/lt.js";
68*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/lv.js";
69*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/mk.js";
70*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/ms.js";
71*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/nb.js";
72*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/ne.js";
73*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/nl.js";
74*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/pl.js";
75*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/ps.js";
76*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/pt-BR.js";
77*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/pt.js";
78*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/ro.js";
79*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/ru.js";
80*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/sk.js";
81*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/sl.js";
82*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/sq.js";
83*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/sr-Cyrl.js";
84*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/sr.js";
85*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/sv.js";
86*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/th.js";
87*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/tk.js";
88*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/tr.js";
89*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/uk.js";
90*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/vi.js";
91*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/zh-CN.js";
92*bdbdb10cSGreg Roachimport "select2/dist/js/i18n/zh-TW.js";
9371239cb6SGreg Roach
94510d3f2fSGreg Roachimport "hideshowpassword";
95510d3f2fSGreg Roach
9671239cb6SGreg Roachimport "moment";
9771239cb6SGreg Roach
9871239cb6SGreg Roachimport "jquery-colorbox";
9971239cb6SGreg Roach
10071239cb6SGreg Roachimport "wheelzoom";
10171239cb6SGreg Roach
10271239cb6SGreg Roachimport "leaflet";
10371239cb6SGreg Roachimport "leaflet-providers";
10471239cb6SGreg Roachwindow.GeoSearch = require("leaflet-geosearch");
10571239cb6SGreg Roachimport "leaflet.markercluster";
10671239cb6SGreg Roachimport "beautifymarker";
107