LICENSES 3.4 KB

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