LICENSES 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. /*!
  2. * The buffer module from node.js, for the browser.
  3. *
  4. * @author Feross Aboukhadijeh <http://feross.org>
  5. * @license MIT
  6. */
  7. /*!
  8. * vue-router v3.6.5
  9. * (c) 2022 Evan You
  10. * @license MIT
  11. */
  12. /*!
  13. * Fuse.js v3.6.1 - Lightweight fuzzy-search (http://fusejs.io)
  14. *
  15. * Copyright (c) 2012-2017 Kirollos Risk (http://kiro.me)
  16. * All Rights Reserved. Apache Software License 2.0
  17. *
  18. * http://www.apache.org/licenses/LICENSE-2.0
  19. */
  20. /*!
  21. * JavaScript Cookie v2.2.1
  22. * https://github.com/js-cookie/js-cookie
  23. *
  24. * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
  25. * Released under the MIT license
  26. */
  27. /*!
  28. * Quill Editor v1.2.3
  29. * https://quilljs.com/
  30. * Copyright (c) 2014, Jason Chen
  31. * Copyright (c) 2013, salesforce.com
  32. */
  33. /*!
  34. * Quill Editor v1.3.7
  35. * https://quilljs.com/
  36. * Copyright (c) 2014, Jason Chen
  37. * Copyright (c) 2013, salesforce.com
  38. */
  39. /*!
  40. * The buffer module from node.js, for the browser.
  41. *
  42. * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
  43. * @license MIT
  44. */
  45. /*!
  46. * The buffer module from node.js, for the browser.
  47. *
  48. * @author Feross Aboukhadijeh <http://feross.org>
  49. * @license MIT
  50. */
  51. /*!
  52. * Vue.js v2.7.14
  53. * (c) 2014-2022 Evan You
  54. * Released under the MIT License.
  55. */
  56. /*!
  57. * clipboard.js v2.0.11
  58. * https://clipboardjs.com/
  59. *
  60. * Licensed MIT © Zeno Rocha
  61. */
  62. /*!
  63. * vue-client-only v0.0.0-semantic-release
  64. * (c) 2021-present egoist <0x142857@gmail.com>
  65. * Released under the MIT License.
  66. */
  67. /*!
  68. * vue-no-ssr v1.1.1
  69. * (c) 2018-present egoist <0x142857@gmail.com>
  70. * Released under the MIT License.
  71. */
  72. /*!
  73. * vuex v3.6.2
  74. * (c) 2021 Evan You
  75. * @license MIT
  76. */
  77. /*!
  78. * screenfull
  79. * v4.2.1 - 2019-07-27
  80. * (c) Sindre Sorhus; MIT License
  81. */
  82. /*! *****************************************************************************
  83. Copyright (c) Microsoft Corporation.
  84. Permission to use, copy, modify, and/or distribute this software for any
  85. purpose with or without fee is hereby granted.
  86. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
  87. REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  88. AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
  89. INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  90. LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  91. OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  92. PERFORMANCE OF THIS SOFTWARE.
  93. ***************************************************************************** */
  94. /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
  95. /*! sheetjs (C) 2013-present SheetJS -- http://sheetjs.com */
  96. /*! xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
  97. /**
  98. * Checks if an event is supported in the current execution environment.
  99. *
  100. * NOTE: This will not work correctly for non-generic events such as `change`,
  101. * `reset`, `load`, `error`, and `select`.
  102. *
  103. * Borrows from Modernizr.
  104. *
  105. * @param {string} eventNameSuffix Event name, e.g. "click".
  106. * @param {?boolean} capture Check if the capture phase is supported.
  107. * @return {boolean} True if the event is supported.
  108. * @internal
  109. * @license Modernizr 3.0.0pre (Custom Build) | MIT
  110. */
  111. /**!
  112. * Sortable 1.10.2
  113. * @author RubaXa <trash@rubaxa.org>
  114. * @author owenm <owen23355@gmail.com>
  115. * @license MIT
  116. */