LICENSES 3.4 KB

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