core-common.js.LICENSE.txt 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. /*
  2. object-assign
  3. (c) Sindre Sorhus
  4. @license MIT
  5. */
  6. /*!
  7. * Determine if an object is a Buffer
  8. *
  9. * @author Feross Aboukhadijeh <https://feross.org>
  10. * @license MIT
  11. */
  12. /*!
  13. * Sizzle CSS Selector Engine v2.3.10
  14. * https://sizzlejs.com/
  15. *
  16. * Copyright JS Foundation and other contributors
  17. * Released under the MIT license
  18. * https://js.foundation/
  19. *
  20. * Date: 2023-02-14
  21. */
  22. /*!
  23. * The buffer module from node.js, for the browser.
  24. *
  25. * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
  26. * @license MIT
  27. */
  28. /*!
  29. * The buffer module from node.js, for the browser.
  30. *
  31. * @author Feross Aboukhadijeh <https://feross.org>
  32. * @license MIT
  33. */
  34. /*!
  35. * Toastify js 1.12.0
  36. * https://github.com/apvarun/toastify-js
  37. * @license MIT licensed
  38. *
  39. * Copyright (C) 2018 Varun A P
  40. */
  41. /*!
  42. * Vue.js v2.7.14
  43. * (c) 2014-2022 Evan You
  44. * Released under the MIT License.
  45. */
  46. /*!
  47. * escape-html
  48. * Copyright(c) 2012-2013 TJ Holowaychuk
  49. * Copyright(c) 2015 Andreas Lubbe
  50. * Copyright(c) 2015 Tiancheng "Timothy" Gu
  51. * MIT Licensed
  52. */
  53. /*!
  54. * jQuery JavaScript Library v3.6.4
  55. * https://jquery.com/
  56. *
  57. * Includes Sizzle.js
  58. * https://sizzlejs.com/
  59. *
  60. * Copyright OpenJS Foundation and other contributors
  61. * Released under the MIT license
  62. * https://jquery.org/license
  63. *
  64. * Date: 2023-03-08T15:28Z
  65. */
  66. /*!
  67. * vuex v3.6.2
  68. * (c) 2021 Evan You
  69. * @license MIT
  70. */
  71. /*!
  72. * focus-trap 7.2.0
  73. * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
  74. */
  75. /*!
  76. * focus-trap 7.4.3
  77. * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
  78. */
  79. /*!
  80. * tabbable 6.0.1
  81. * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
  82. */
  83. /*!
  84. * tabbable 6.2.0
  85. * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
  86. */
  87. /*! @license DOMPurify 3.0.3 | (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.3/LICENSE */
  88. /*! For license information please see NcActionButton.js.LICENSE.txt */
  89. /*! For license information please see NcActionInput.js.LICENSE.txt */
  90. /*! For license information please see NcActionLink.js.LICENSE.txt */
  91. /*! For license information please see NcActions.js.LICENSE.txt */
  92. /*! For license information please see NcAppContent.js.LICENSE.txt */
  93. /*! For license information please see NcAppNavigation.js.LICENSE.txt */
  94. /*! For license information please see NcAppNavigationItem.js.LICENSE.txt */
  95. /*! For license information please see NcAvatar.js.LICENSE.txt */
  96. /*! For license information please see NcButton.js.LICENSE.txt */
  97. /*! For license information please see NcModal.js.LICENSE.txt */
  98. /*! For license information please see NcNoteCard.js.LICENSE.txt */
  99. /*! For license information please see NcPasswordField.js.LICENSE.txt */
  100. /*! For license information please see NcSelect.js.LICENSE.txt */
  101. /*! For license information please see NcTextField.js.LICENSE.txt */
  102. /*! Hammer.JS - v2.0.7 - 2016-04-22
  103. * http://hammerjs.github.io/
  104. *
  105. * Copyright (c) 2016 Jorik Tangelder;
  106. * Licensed under the MIT license */
  107. /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
  108. /**
  109. * @copyright Copyright (c) 2019 Georg Ehrke
  110. *
  111. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  112. *
  113. * @author Richard Steinmetz <richard@steinmetz.cloud>
  114. *
  115. * @license AGPL-3.0-or-later
  116. *
  117. * This program is free software: you can redistribute it and/or modify
  118. * it under the terms of the GNU Affero General Public License as
  119. * published by the Free Software Foundation, either version 3 of the
  120. * License, or (at your option) any later version.
  121. *
  122. * This program is distributed in the hope that it will be useful,
  123. * but WITHOUT ANY WARRANTY without even the implied warranty of
  124. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  125. * GNU Affero General Public License for more details.
  126. *
  127. * You should have received a copy of the GNU Affero General Public License
  128. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  129. *
  130. */
  131. /**
  132. * @copyright Copyright (c) 2019 Georg Ehrke
  133. *
  134. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  135. *
  136. * @license AGPL-3.0-or-later
  137. *
  138. * This program is free software: you can redistribute it and/or modify
  139. * it under the terms of the GNU Affero General Public License as
  140. * published by the Free Software Foundation, either version 3 of the
  141. * License, or (at your option) any later version.
  142. *
  143. * This program is distributed in the hope that it will be useful,
  144. * but WITHOUT ANY WARRANTY without even the implied warranty of
  145. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  146. * GNU Affero General Public License for more details.
  147. *
  148. * You should have received a copy of the GNU Affero General Public License
  149. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  150. *
  151. */
  152. /**!
  153. * @fileOverview Kickass library to create and place poppers near their reference elements.
  154. * @version 1.16.1
  155. * @license
  156. * Copyright (c) 2016 Federico Zivolo and contributors
  157. *
  158. * Permission is hereby granted, free of charge, to any person obtaining a copy
  159. * of this software and associated documentation files (the "Software"), to deal
  160. * in the Software without restriction, including without limitation the rights
  161. * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  162. * copies of the Software, and to permit persons to whom the Software is
  163. * furnished to do so, subject to the following conditions:
  164. *
  165. * The above copyright notice and this permission notice shall be included in all
  166. * copies or substantial portions of the Software.
  167. *
  168. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  169. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  170. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  171. * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  172. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  173. * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  174. * SOFTWARE.
  175. */
  176. //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
  177. //! license : MIT
  178. //! moment.js
  179. //! moment.js locale configuration
  180. //! momentjs.com
  181. //! version : 2.29.4