core-common.js.LICENSE.txt 22 KB

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