xref: /webtrees/resources/js/vendor.js (revision 242a78626998a767db1568b24919e94ae4b38ac3)
171239cb6SGreg Roach/**
271239cb6SGreg Roach * webtrees: online genealogy
3*242a7862SGreg 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";
3271239cb6SGreg Roach
33510d3f2fSGreg Roachimport "hideshowpassword";
34510d3f2fSGreg Roach
3571239cb6SGreg Roachimport "moment";
3671239cb6SGreg Roach
3771239cb6SGreg Roachimport "jquery-colorbox";
3871239cb6SGreg Roach
3971239cb6SGreg Roachimport "wheelzoom";
4071239cb6SGreg Roach
4171239cb6SGreg Roachimport "leaflet";
4271239cb6SGreg Roachimport "leaflet-providers";
4371239cb6SGreg Roachwindow.GeoSearch = require("leaflet-geosearch");
4471239cb6SGreg Roachimport "leaflet.markercluster";
4571239cb6SGreg Roachimport "beautifymarker";
46