@wibetter/json-schema-editor 5.3.1 → 6.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.css +2 -2
- package/lib/index.js +1 -3853
- package/lib/index.js.LICENSE.txt +2 -2
- package/package.json +5 -6
- package/sdk/index.css +0 -7
- package/sdk/index.js +0 -88176
- package/sdk/index.js.LICENSE.txt +0 -81
package/sdk/index.js.LICENSE.txt
DELETED
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* based on code from:
|
|
3
|
-
*
|
|
4
|
-
* @license RequireJS text 0.25.0 Copyright (c) 2010-2011, The Dojo Foundation All Rights Reserved.
|
|
5
|
-
* Available via the MIT or new BSD license.
|
|
6
|
-
* see: http://github.com/jrburke/requirejs for details
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
/*
|
|
10
|
-
object-assign
|
|
11
|
-
(c) Sindre Sorhus
|
|
12
|
-
@license MIT
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/*!
|
|
16
|
-
Copyright (c) 2018 Jed Watson.
|
|
17
|
-
Licensed under the MIT License (MIT), see
|
|
18
|
-
http://jedwatson.github.io/classnames
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
/*!
|
|
22
|
-
* @wibetter/json-schema-editor v5.3.1
|
|
23
|
-
* author: wibetter
|
|
24
|
-
* build tool: AKFun
|
|
25
|
-
* build time: Fri Apr 18 2025 10:37:03 GMT+0800 (中国标准时间)
|
|
26
|
-
* build tool info: https://github.com/wibetter/akfun
|
|
27
|
-
*/
|
|
28
|
-
|
|
29
|
-
/*! *****************************************************************************
|
|
30
|
-
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
31
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
32
|
-
this file except in compliance with the License. You may obtain a copy of the
|
|
33
|
-
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
34
|
-
|
|
35
|
-
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
36
|
-
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
37
|
-
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
38
|
-
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
39
|
-
|
|
40
|
-
See the Apache Version 2.0 License for specific language governing permissions
|
|
41
|
-
and limitations under the License.
|
|
42
|
-
***************************************************************************** */
|
|
43
|
-
|
|
44
|
-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* @license
|
|
48
|
-
* Lodash <https://lodash.com/>
|
|
49
|
-
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
50
|
-
* Released under MIT license <https://lodash.com/license>
|
|
51
|
-
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
52
|
-
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
53
|
-
*/
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @license React
|
|
57
|
-
* react-is.production.min.js
|
|
58
|
-
*
|
|
59
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
60
|
-
*
|
|
61
|
-
* This source code is licensed under the MIT license found in the
|
|
62
|
-
* LICENSE file in the root directory of this source tree.
|
|
63
|
-
*/
|
|
64
|
-
|
|
65
|
-
/** @license React v0.19.1
|
|
66
|
-
* scheduler.production.min.js
|
|
67
|
-
*
|
|
68
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
69
|
-
*
|
|
70
|
-
* This source code is licensed under the MIT license found in the
|
|
71
|
-
* LICENSE file in the root directory of this source tree.
|
|
72
|
-
*/
|
|
73
|
-
|
|
74
|
-
/** @license React v16.14.0
|
|
75
|
-
* react-dom.production.min.js
|
|
76
|
-
*
|
|
77
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
78
|
-
*
|
|
79
|
-
* This source code is licensed under the MIT license found in the
|
|
80
|
-
* LICENSE file in the root directory of this source tree.
|
|
81
|
-
*/
|