LICENSES 3.2 KB

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