|
@@ -31,13 +31,13 @@
|
|
*/
|
|
*/
|
|
|
|
|
|
/*!
|
|
/*!
|
|
- * Cropper.js v1.5.13
|
|
|
|
|
|
+ * Cropper.js v1.6.1
|
|
* https://fengyuanchen.github.io/cropperjs
|
|
* https://fengyuanchen.github.io/cropperjs
|
|
*
|
|
*
|
|
* Copyright 2015-present Chen Fengyuan
|
|
* Copyright 2015-present Chen Fengyuan
|
|
* Released under the MIT license
|
|
* Released under the MIT license
|
|
*
|
|
*
|
|
- * Date: 2022-11-20T05:30:46.114Z
|
|
|
|
|
|
+ * Date: 2023-09-17T03:44:19.860Z
|
|
*/
|
|
*/
|
|
|
|
|
|
/*!
|
|
/*!
|
|
@@ -56,6 +56,20 @@
|
|
* Licensed under GPL 3.
|
|
* Licensed under GPL 3.
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
+/*!
|
|
|
|
+ * The buffer module from node.js, for the browser.
|
|
|
|
+ *
|
|
|
|
+ * @author Feross Aboukhadijeh <http://feross.org>
|
|
|
|
+ * @license MIT
|
|
|
|
+ */
|
|
|
|
+
|
|
|
|
+/*!
|
|
|
|
+ * The buffer module from node.js, for the browser.
|
|
|
|
+ *
|
|
|
|
+ * @author Feross Aboukhadijeh <https://feross.org>
|
|
|
|
+ * @license MIT
|
|
|
|
+ */
|
|
|
|
+
|
|
/*!
|
|
/*!
|
|
* Vue.js v2.7.14
|
|
* Vue.js v2.7.14
|
|
* (c) 2014-2022 Evan You
|
|
* (c) 2014-2022 Evan You
|
|
@@ -63,14 +77,14 @@
|
|
*/
|
|
*/
|
|
|
|
|
|
/*!
|
|
/*!
|
|
- * jQuery JavaScript Library v3.7.0
|
|
|
|
|
|
+ * jQuery JavaScript Library v3.7.1
|
|
* https://jquery.com/
|
|
* https://jquery.com/
|
|
*
|
|
*
|
|
* Copyright OpenJS Foundation and other contributors
|
|
* Copyright OpenJS Foundation and other contributors
|
|
* Released under the MIT license
|
|
* Released under the MIT license
|
|
* https://jquery.org/license
|
|
* https://jquery.org/license
|
|
*
|
|
*
|
|
- * Date: 2023-05-11T18:29Z
|
|
|
|
|
|
+ * Date: 2023-08-28T13:37Z
|
|
*/
|
|
*/
|
|
|
|
|
|
/*!
|
|
/*!
|
|
@@ -143,6 +157,18 @@ and limitations under the License.
|
|
|
|
|
|
/*! https://mths.be/punycode v1.4.1 by @mathias */
|
|
/*! https://mths.be/punycode v1.4.1 by @mathias */
|
|
|
|
|
|
|
|
+/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
|
|
+
|
|
|
|
+/*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
|
|
+
|
|
|
|
+/*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
|
|
+
|
|
|
|
+/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
|
|
+
|
|
|
|
+/*! simple-peer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
|
|
+
|
|
|
|
+/*! simple-websocket. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* vue-class-component v7.2.3
|
|
* vue-class-component v7.2.3
|
|
* (c) 2015-present Evan You
|
|
* (c) 2015-present Evan You
|
|
@@ -158,6 +184,23 @@ and limitations under the License.
|
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * @license Apache-2.0
|
|
|
|
+ * Copyright 2018 Novage LLC.
|
|
|
|
+ *
|
|
|
|
+ * Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
+ * you may not use this file except in compliance with the License.
|
|
|
|
+ * You may obtain a copy of the License at
|
|
|
|
+ *
|
|
|
|
+ * http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
+ *
|
|
|
|
+ * Unless required by applicable law or agreed to in writing, software
|
|
|
|
+ * distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
+ * See the License for the specific language governing permissions and
|
|
|
|
+ * limitations under the License.
|
|
|
|
+ */
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* filesize
|
|
* filesize
|
|
*
|
|
*
|