core-common.js.LICENSE.txt 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610
  1. /*!
  2. * Determine if an object is a Buffer
  3. *
  4. * @author Feross Aboukhadijeh <https://feross.org>
  5. * @license MIT
  6. */
  7. /*!
  8. * The buffer module from node.js, for the browser.
  9. *
  10. * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
  11. * @license MIT
  12. */
  13. /*!
  14. * The buffer module from node.js, for the browser.
  15. *
  16. * @author Feross Aboukhadijeh <https://feross.org>
  17. * @license MIT
  18. */
  19. /*!
  20. * Toastify js 1.12.0
  21. * https://github.com/apvarun/toastify-js
  22. * @license MIT licensed
  23. *
  24. * Copyright (C) 2018 Varun A P
  25. */
  26. /*!
  27. * Vue.js v2.7.14
  28. * (c) 2014-2022 Evan You
  29. * Released under the MIT License.
  30. */
  31. /*!
  32. * escape-html
  33. * Copyright(c) 2012-2013 TJ Holowaychuk
  34. * Copyright(c) 2015 Andreas Lubbe
  35. * Copyright(c) 2015 Tiancheng "Timothy" Gu
  36. * MIT Licensed
  37. */
  38. /*!
  39. * jQuery JavaScript Library v3.7.1
  40. * https://jquery.com/
  41. *
  42. * Copyright OpenJS Foundation and other contributors
  43. * Released under the MIT license
  44. * https://jquery.org/license
  45. *
  46. * Date: 2023-08-28T13:37Z
  47. */
  48. /*!
  49. * vuex v3.6.2
  50. * (c) 2021 Evan You
  51. * @license MIT
  52. */
  53. /*!
  54. * focus-trap 7.5.2
  55. * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
  56. */
  57. /*!
  58. * tabbable 6.2.0
  59. * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
  60. */
  61. /*! @license DOMPurify 3.0.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.6/LICENSE */
  62. /*! Hammer.JS - v2.0.7 - 2016-04-22
  63. * http://hammerjs.github.io/
  64. *
  65. * Copyright (c) 2016 Jorik Tangelder;
  66. * Licensed under the MIT license */
  67. /*! https://mths.be/punycode v1.4.1 by @mathias */
  68. /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
  69. /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
  70. /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
  71. /**
  72. * @copyright 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
  73. *
  74. * @author 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
  75. *
  76. * @license AGPL-3.0-or-later
  77. *
  78. * This program is free software: you can redistribute it and/or modify
  79. * it under the terms of the GNU Affero General Public License as
  80. * published by the Free Software Foundation, either version 3 of the
  81. * License, or (at your option) any later version.
  82. *
  83. * This program is distributed in the hope that it will be useful,
  84. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  85. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  86. * GNU Affero General Public License for more details.
  87. *
  88. * You should have received a copy of the GNU Affero General Public License
  89. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  90. */
  91. /**
  92. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  93. *
  94. * @author John Molakvoæ <skjnldsv@protonmail.com>
  95. *
  96. * @license AGPL-3.0-or-later
  97. *
  98. * This program is free software: you can redistribute it and/or modify
  99. * it under the terms of the GNU Affero General Public License as
  100. * published by the Free Software Foundation, either version 3 of the
  101. * License, or (at your option) any later version.
  102. *
  103. * This program is distributed in the hope that it will be useful,
  104. * but WITHOUT ANY WARRANTY without even the implied warranty of
  105. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  106. * GNU Affero General Public License for more details.
  107. *
  108. * You should have received a copy of the GNU Affero General Public License
  109. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  110. *
  111. */
  112. /**
  113. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  114. *
  115. * @author John Molakvoæ <skjnldsv@protonmail.com>
  116. *
  117. * @license AGPL-3.0-or-later
  118. *
  119. * This program is free software: you can redistribute it and/or modify
  120. * it under the terms of the GNU Affero General Public License as
  121. * published by the Free Software Foundation, either version 3 of the
  122. * License, or (at your option) any later version.
  123. *
  124. * This program is distributed in the hope that it will be useful,
  125. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  126. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  127. * GNU Affero General Public License for more details.
  128. *
  129. * You should have received a copy of the GNU Affero General Public License
  130. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  131. *
  132. */
  133. /**
  134. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  135. *
  136. * @author John Molakvoæ <skjnldsv@protonmail.com>
  137. *
  138. * @license AGPL-3.0-or-later
  139. *
  140. * This program is free software: you can redistribute it and/or modify
  141. * it under the terms of the GNU Affero General Public License as
  142. * published by the Free Software Foundation, either version 3 of the
  143. * License, or (at your option) any later version.
  144. *
  145. * This program is distributed in the hope that it will be useful,
  146. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  147. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  148. * GNU Affero General Public License for more details.
  149. *
  150. * You should have received a copy of the GNU Affero General Public License
  151. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  152. *
  153. */
  154. /**
  155. * @copyright Copyright (c) 2019 Georg Ehrke
  156. *
  157. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  158. *
  159. * @author Richard Steinmetz <richard@steinmetz.cloud>
  160. *
  161. * @license AGPL-3.0-or-later
  162. *
  163. * This program is free software: you can redistribute it and/or modify
  164. * it under the terms of the GNU Affero General Public License as
  165. * published by the Free Software Foundation, either version 3 of the
  166. * License, or (at your option) any later version.
  167. *
  168. * This program is distributed in the hope that it will be useful,
  169. * but WITHOUT ANY WARRANTY without even the implied warranty of
  170. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  171. * GNU Affero General Public License for more details.
  172. *
  173. * You should have received a copy of the GNU Affero General Public License
  174. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  175. *
  176. */
  177. /**
  178. * @copyright Copyright (c) 2019 Georg Ehrke
  179. *
  180. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  181. *
  182. * @license AGPL-3.0-or-later
  183. *
  184. * This program is free software: you can redistribute it and/or modify
  185. * it under the terms of the GNU Affero General Public License as
  186. * published by the Free Software Foundation, either version 3 of the
  187. * License, or (at your option) any later version.
  188. *
  189. * This program is distributed in the hope that it will be useful,
  190. * but WITHOUT ANY WARRANTY without even the implied warranty of
  191. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  192. * GNU Affero General Public License for more details.
  193. *
  194. * You should have received a copy of the GNU Affero General Public License
  195. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  196. *
  197. */
  198. /**
  199. * @copyright Copyright (c) 2019 Georg Ehrke
  200. *
  201. * @author Georg Ehrke <oc.list@georgehrke.com>
  202. *
  203. * @license AGPL-3.0-or-later
  204. *
  205. * This program is free software: you can redistribute it and/or modify
  206. * it under the terms of the GNU Affero General Public License as
  207. * published by the Free Software Foundation, either version 3 of the
  208. * License, or (at your option) any later version.
  209. *
  210. * This program is distributed in the hope that it will be useful,
  211. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  212. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  213. * GNU Affero General Public License for more details.
  214. *
  215. * You should have received a copy of the GNU Affero General Public License
  216. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  217. *
  218. */
  219. /**
  220. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  221. *
  222. * @author John Molakvoæ <skjnldsv@protonmail.com>
  223. *
  224. * @license AGPL-3.0-or-later
  225. *
  226. * This program is free software: you can redistribute it and/or modify
  227. * it under the terms of the GNU Affero General Public License as
  228. * published by the Free Software Foundation, either version 3 of the
  229. * License, or (at your option) any later version.
  230. *
  231. * This program is distributed in the hope that it will be useful,
  232. * but WITHOUT ANY WARRANTY without even the implied warranty of
  233. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  234. * GNU Affero General Public License for more details.
  235. *
  236. * You should have received a copy of the GNU Affero General Public License
  237. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  238. *
  239. */
  240. /**
  241. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  242. *
  243. * @author John Molakvoæ <skjnldsv@protonmail.com>
  244. *
  245. * @license AGPL-3.0-or-later
  246. *
  247. * This program is free software: you can redistribute it and/or modify
  248. * it under the terms of the GNU Affero General Public License as
  249. * published by the Free Software Foundation, either version 3 of the
  250. * License, or (at your option) any later version.
  251. *
  252. * This program is distributed in the hope that it will be useful,
  253. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  254. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  255. * GNU Affero General Public License for more details.
  256. *
  257. * You should have received a copy of the GNU Affero General Public License
  258. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  259. *
  260. */
  261. /**
  262. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  263. *
  264. * @author John Molakvoæ <skjnldsv@protonmail.com>
  265. *
  266. * @license AGPL-3.0-or-later
  267. *
  268. * This program is free software: you can redistribute it and/or modify
  269. * it under the terms of the GNU Affero General Public License as
  270. * published by the Free Software Foundation, either version 3 of the
  271. * License, or (at your option) any later version.
  272. *
  273. * This program is distributed in the hope that it will be useful,
  274. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  275. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  276. * GNU Affero General Public License for more details.
  277. *
  278. * You should have received a copy of the GNU Affero General Public License
  279. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  280. *
  281. */
  282. /**
  283. * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
  284. *
  285. * @author Julius Härtl <jus@bitgrid.net>
  286. *
  287. * @license AGPL-3.0-or-later
  288. *
  289. * This program is free software: you can redistribute it and/or modify
  290. * it under the terms of the GNU Affero General Public License as
  291. * published by the Free Software Foundation, either version 3 of the
  292. * License, or (at your option) any later version.
  293. *
  294. * This program is distributed in the hope that it will be useful,
  295. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  296. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  297. * GNU Affero General Public License for more details.
  298. *
  299. * You should have received a copy of the GNU Affero General Public License
  300. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  301. *
  302. */
  303. /**
  304. * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
  305. *
  306. * @author Julius Härtl <jus@bitgrid.net>
  307. * @author John Molakvoæ <skjnldsv@protonmail.com>
  308. *
  309. * @license AGPL-3.0-or-later
  310. *
  311. * This program is free software: you can redistribute it and/or modify
  312. * it under the terms of the GNU Affero General Public License as
  313. * published by the Free Software Foundation, either version 3 of the
  314. * License, or (at your option) any later version.
  315. *
  316. * This program is distributed in the hope that it will be useful,
  317. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  318. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  319. * GNU Affero General Public License for more details.
  320. *
  321. * You should have received a copy of the GNU Affero General Public License
  322. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  323. *
  324. */
  325. /**
  326. * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
  327. *
  328. * @author Julius Härtl <jus@bitgrid.net>
  329. * @author John Molakvoæ <skjnldsv@protonmail.com>
  330. *
  331. * @license GNU AGPL version 3 or any later version
  332. *
  333. * This program is free software: you can redistribute it and/or modify
  334. * it under the terms of the GNU Affero General Public License as
  335. * published by the Free Software Foundation, either version 3 of the
  336. * License, or (at your option) any later version.
  337. *
  338. * This program is distributed in the hope that it will be useful,
  339. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  340. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  341. * GNU Affero General Public License for more details.
  342. *
  343. * You should have received a copy of the GNU Affero General Public License
  344. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  345. */
  346. /**
  347. * @copyright Copyright (c) 2019 Kristof Hamann, Paul Schwörer
  348. *
  349. * @author Kristof Hamann
  350. * @author Paul Schwörer
  351. *
  352. * @license AGPL-3.0-or-later
  353. *
  354. * This program is free software: you can redistribute it and/or modify
  355. * it under the terms of the GNU Affero General Public License as
  356. * published by the Free Software Foundation, either version 3 of the
  357. * License, or (at your option) any later version.
  358. *
  359. * This program is distributed in the hope that it will be useful,
  360. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  361. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  362. * GNU Affero General Public License for more details.
  363. *
  364. * You should have received a copy of the GNU Affero General Public License
  365. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  366. *
  367. */
  368. /**
  369. * @copyright Copyright (c) 2020 Georg Ehrke <georg-nextcloud@ehrke.email>
  370. *
  371. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  372. *
  373. * @license AGPL-3.0-or-later
  374. *
  375. * This program is free software: you can redistribute it and/or modify
  376. * it under the terms of the GNU Affero General Public License as
  377. * published by the Free Software Foundation, either version 3 of the
  378. * License, or (at your option) any later version.
  379. *
  380. * This program is distributed in the hope that it will be useful,
  381. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  382. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  383. * GNU Affero General Public License for more details.
  384. *
  385. * You should have received a copy of the GNU Affero General Public License
  386. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  387. *
  388. */
  389. /**
  390. * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
  391. *
  392. * @author John Molakvoæ <skjnldsv@protonmail.com>
  393. *
  394. * @license AGPL-3.0-or-later
  395. *
  396. * This program is free software: you can redistribute it and/or modify
  397. * it under the terms of the GNU Affero General Public License as
  398. * published by the Free Software Foundation, either version 3 of the
  399. * License, or (at your option) any later version.
  400. *
  401. * This program is distributed in the hope that it will be useful,
  402. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  403. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  404. * GNU Affero General Public License for more details.
  405. *
  406. * You should have received a copy of the GNU Affero General Public License
  407. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  408. *
  409. */
  410. /**
  411. * @copyright Copyright (c) 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>
  412. *
  413. * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
  414. *
  415. * @license AGPL-3.0-or-later
  416. *
  417. * This program is free software: you can redistribute it and/or modify
  418. * it under the terms of the GNU Affero General Public License as
  419. * published by the Free Software Foundation, either version 3 of the
  420. * License, or (at your option) any later version.
  421. *
  422. * This program is distributed in the hope that it will be useful,
  423. * but WITHOUT ANY WARRANTY without even the implied warranty of
  424. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  425. * GNU Affero General Public License for more details.
  426. *
  427. * You should have received a copy of the GNU Affero General Public License
  428. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  429. *
  430. */
  431. /**
  432. * @copyright Copyright (c) 2021 Jonas Meurer <jonas@freesources.org>
  433. *
  434. * @author Jonas Meurer <jonas@freesources.org>
  435. *
  436. * @license AGPL-3.0-or-later
  437. *
  438. * This program is free software: you can redistribute it and/or modify
  439. * it under the terms of the GNU Affero General Public License as
  440. * published by the Free Software Foundation, either version 3 of the
  441. * License, or (at your option) any later version.
  442. *
  443. * This program is distributed in the hope that it will be useful,
  444. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  445. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  446. * GNU Affero General Public License for more details.
  447. *
  448. * You should have received a copy of the GNU Affero General Public License
  449. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  450. *
  451. */
  452. /**
  453. * @copyright Copyright (c) 2021 Raimund Schlüßler <raimund.schluessler@mailbox.org>
  454. *
  455. * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
  456. *
  457. * @license AGPL-3.0-or-later
  458. *
  459. * This program is free software: you can redistribute it and/or modify
  460. * it under the terms of the GNU Affero General Public License as
  461. * published by the Free Software Foundation, either version 3 of the
  462. * License, or (at your option) any later version.
  463. *
  464. * This program is distributed in the hope that it will be useful,
  465. * but WITHOUT ANY WARRANTY without even the implied warranty of
  466. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  467. * GNU Affero General Public License for more details.
  468. *
  469. * You should have received a copy of the GNU Affero General Public License
  470. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  471. *
  472. */
  473. /**
  474. * @copyright Copyright (c) 2022 John Molakvoæ <skjnldsv@protonmail.com>
  475. *
  476. * @author John Molakvoæ <skjnldsv@protonmail.com>
  477. *
  478. * @license AGPL-3.0-or-later
  479. *
  480. * This program is free software: you can redistribute it and/or modify
  481. * it under the terms of the GNU Affero General Public License as
  482. * published by the Free Software Foundation, either version 3 of the
  483. * License, or (at your option) any later version.
  484. *
  485. * This program is distributed in the hope that it will be useful,
  486. * but WITHOUT ANY WARRANTY without even the implied warranty of
  487. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  488. * GNU Affero General Public License for more details.
  489. *
  490. * You should have received a copy of the GNU Affero General Public License
  491. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  492. *
  493. */
  494. /**
  495. * @copyright Copyright (c) 2022 Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  496. *
  497. * @author Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  498. *
  499. * @license AGPL-3.0-or-later
  500. *
  501. * This program is free software: you can redistribute it and/or modify
  502. * it under the terms of the GNU Affero General Public License as
  503. * published by the Free Software Foundation, either version 3 of the
  504. * License, or (at your option) any later version.
  505. *
  506. * This program is distributed in the hope that it will be useful,
  507. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  508. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  509. * GNU Affero General Public License for more details.
  510. *
  511. * You should have received a copy of the GNU Affero General Public License
  512. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  513. *
  514. */
  515. /**
  516. * @copyright Copyright (c) 2023 Ferdinand Thiessen <opensource@fthiessen.de>
  517. *
  518. * @author Ferdinand Thiessen <opensource@fthiessen.de>
  519. * @author John Molakvoæ <skjnldsv@protonmail.com>
  520. *
  521. * @license AGPL-3.0-or-later
  522. *
  523. * This program is free software: you can redistribute it and/or modify
  524. * it under the terms of the GNU Affero General Public License as
  525. * published by the Free Software Foundation, either version 3 of the
  526. * License, or (at your option) any later version.
  527. *
  528. * This program is distributed in the hope that it will be useful,
  529. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  530. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  531. * GNU Affero General Public License for more details.
  532. *
  533. * You should have received a copy of the GNU Affero General Public License
  534. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  535. *
  536. */
  537. /**!
  538. * @fileOverview Kickass library to create and place poppers near their reference elements.
  539. * @version 1.16.1
  540. * @license
  541. * Copyright (c) 2016 Federico Zivolo and contributors
  542. *
  543. * Permission is hereby granted, free of charge, to any person obtaining a copy
  544. * of this software and associated documentation files (the "Software"), to deal
  545. * in the Software without restriction, including without limitation the rights
  546. * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  547. * copies of the Software, and to permit persons to whom the Software is
  548. * furnished to do so, subject to the following conditions:
  549. *
  550. * The above copyright notice and this permission notice shall be included in all
  551. * copies or substantial portions of the Software.
  552. *
  553. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  554. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  555. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  556. * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  557. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  558. * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  559. * SOFTWARE.
  560. */
  561. //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
  562. //! license : MIT
  563. //! moment.js
  564. //! moment.js locale configuration
  565. //! momentjs.com
  566. //! version : 2.29.4