@shelf/global-renderer 0.1.0
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/CHANGELOG.md +10 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -0
- package/lib/index.js.LICENSE.txt +167 -0
- package/lib/renderStaticDTDiagram.d.ts +2 -0
- package/lib/renderStaticDTDiagram.js +2 -0
- package/lib/renderStaticDTDiagram.js.LICENSE.txt +167 -0
- package/package.json +38 -0
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
/*
|
|
2
|
+
object-assign
|
|
3
|
+
(c) Sindre Sorhus
|
|
4
|
+
@license MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*!
|
|
8
|
+
* Sizzle CSS Selector Engine v2.3.6
|
|
9
|
+
* https://sizzlejs.com/
|
|
10
|
+
*
|
|
11
|
+
* Copyright JS Foundation and other contributors
|
|
12
|
+
* Released under the MIT license
|
|
13
|
+
* https://js.foundation/
|
|
14
|
+
*
|
|
15
|
+
* Date: 2021-02-16
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/*!
|
|
19
|
+
Copyright (c) 2018 Jed Watson.
|
|
20
|
+
Licensed under the MIT License (MIT), see
|
|
21
|
+
http://jedwatson.github.io/classnames
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
/*!
|
|
25
|
+
* bem-cn v3.0.1
|
|
26
|
+
* Friendly BEM class names generator, greate for React
|
|
27
|
+
* @author Alexander Burtsev, https://github.com/albburtsev
|
|
28
|
+
*/
|
|
29
|
+
|
|
30
|
+
/*!
|
|
31
|
+
* condense-newlines <https://github.com/jonschlinkert/condense-newlines>
|
|
32
|
+
*
|
|
33
|
+
* Copyright (c) 2014 Jon Schlinkert, contributors.
|
|
34
|
+
* Licensed under the MIT License
|
|
35
|
+
*/
|
|
36
|
+
|
|
37
|
+
/*!
|
|
38
|
+
* froala_editor v4.0.14 (https://www.froala.com/wysiwyg-editor)
|
|
39
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
|
40
|
+
* Copyright 2014-2022 Froala Labs
|
|
41
|
+
*/
|
|
42
|
+
|
|
43
|
+
/*!
|
|
44
|
+
* is-extendable <https://github.com/jonschlinkert/is-extendable>
|
|
45
|
+
*
|
|
46
|
+
* Copyright (c) 2015, Jon Schlinkert.
|
|
47
|
+
* Licensed under the MIT License.
|
|
48
|
+
*/
|
|
49
|
+
|
|
50
|
+
/*!
|
|
51
|
+
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
|
52
|
+
*
|
|
53
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
54
|
+
* Released under the MIT License.
|
|
55
|
+
*/
|
|
56
|
+
|
|
57
|
+
/*!
|
|
58
|
+
* is-whitespace <https://github.com/jonschlinkert/is-whitespace>
|
|
59
|
+
*
|
|
60
|
+
* Copyright (c) 2014-2015, Jon Schlinkert.
|
|
61
|
+
* Licensed under the MIT License.
|
|
62
|
+
*/
|
|
63
|
+
|
|
64
|
+
/*!
|
|
65
|
+
* isobject <https://github.com/jonschlinkert/isobject>
|
|
66
|
+
*
|
|
67
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
68
|
+
* Released under the MIT License.
|
|
69
|
+
*/
|
|
70
|
+
|
|
71
|
+
/*!
|
|
72
|
+
* jQuery JavaScript Library v3.6.0
|
|
73
|
+
* https://jquery.com/
|
|
74
|
+
*
|
|
75
|
+
* Includes Sizzle.js
|
|
76
|
+
* https://sizzlejs.com/
|
|
77
|
+
*
|
|
78
|
+
* Copyright OpenJS Foundation and other contributors
|
|
79
|
+
* Released under the MIT license
|
|
80
|
+
* https://jquery.org/license
|
|
81
|
+
*
|
|
82
|
+
* Date: 2021-03-02T17:08Z
|
|
83
|
+
*/
|
|
84
|
+
|
|
85
|
+
/*!
|
|
86
|
+
* pretty <https://github.com/jonschlinkert/pretty>
|
|
87
|
+
*
|
|
88
|
+
* Copyright (c) 2013-2015, 2017, Jon Schlinkert.
|
|
89
|
+
* Released under the MIT License.
|
|
90
|
+
*/
|
|
91
|
+
|
|
92
|
+
/*! *****************************************************************************
|
|
93
|
+
Copyright (c) Microsoft Corporation.
|
|
94
|
+
|
|
95
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
96
|
+
purpose with or without fee is hereby granted.
|
|
97
|
+
|
|
98
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
99
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
100
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
101
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
102
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
103
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
104
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
105
|
+
***************************************************************************** */
|
|
106
|
+
|
|
107
|
+
/*! @license DOMPurify 2.3.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.3/LICENSE */
|
|
108
|
+
|
|
109
|
+
/*! For license information please see RichTextEditorFull.js.LICENSE.txt */
|
|
110
|
+
|
|
111
|
+
/*! For license information please see browserHelpers.js.LICENSE.txt */
|
|
112
|
+
|
|
113
|
+
/*! For license information please see colors.js.LICENSE.txt */
|
|
114
|
+
|
|
115
|
+
/*! For license information please see index.js.LICENSE.txt */
|
|
116
|
+
|
|
117
|
+
/*! https://mths.be/scrollingelement v1.5.2 by @diegoperini & @mathias | MIT license */
|
|
118
|
+
|
|
119
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* @license
|
|
123
|
+
* Lodash <https://lodash.com/>
|
|
124
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
125
|
+
* Released under MIT license <https://lodash.com/license>
|
|
126
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
127
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
128
|
+
*/
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* @license React
|
|
132
|
+
* react-dom.production.min.js
|
|
133
|
+
*
|
|
134
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
135
|
+
*
|
|
136
|
+
* This source code is licensed under the MIT license found in the
|
|
137
|
+
* LICENSE file in the root directory of this source tree.
|
|
138
|
+
*/
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* @license React
|
|
142
|
+
* react.production.min.js
|
|
143
|
+
*
|
|
144
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
145
|
+
*
|
|
146
|
+
* This source code is licensed under the MIT license found in the
|
|
147
|
+
* LICENSE file in the root directory of this source tree.
|
|
148
|
+
*/
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* @license React
|
|
152
|
+
* scheduler.production.min.js
|
|
153
|
+
*
|
|
154
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
155
|
+
*
|
|
156
|
+
* This source code is licensed under the MIT license found in the
|
|
157
|
+
* LICENSE file in the root directory of this source tree.
|
|
158
|
+
*/
|
|
159
|
+
|
|
160
|
+
/** @license React v16.13.1
|
|
161
|
+
* react-is.production.min.js
|
|
162
|
+
*
|
|
163
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
164
|
+
*
|
|
165
|
+
* This source code is licensed under the MIT license found in the
|
|
166
|
+
* LICENSE file in the root directory of this source tree.
|
|
167
|
+
*/
|