@shelf/global-renderer 0.10.5 → 0.11.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 +16 -0
- package/lib/DecisionTreeContent/helpers.d.ts +4 -4
- package/lib/index.d.ts +0 -2
- package/lib/renderDTContent.js +1 -1
- package/lib/renderStaticDTDiagram.js +1 -1
- package/lib/renderStaticDTDiagram.js.LICENSE.txt +1 -101
- package/package.json +3 -3
- package/lib/index.js +0 -2
- package/lib/index.js.LICENSE.txt +0 -167
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
1
|
/*!
|
|
8
2
|
* Sizzle CSS Selector Engine v2.3.6
|
|
9
3
|
* https://sizzlejs.com/
|
|
@@ -15,59 +9,6 @@ object-assign
|
|
|
15
9
|
* Date: 2021-02-16
|
|
16
10
|
*/
|
|
17
11
|
|
|
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
12
|
/*!
|
|
72
13
|
* jQuery JavaScript Library v3.6.0
|
|
73
14
|
* https://jquery.com/
|
|
@@ -82,42 +23,10 @@ object-assign
|
|
|
82
23
|
* Date: 2021-03-02T17:08Z
|
|
83
24
|
*/
|
|
84
25
|
|
|
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 */
|
|
26
|
+
/*! For license information please see StaticTree.js.LICENSE.txt */
|
|
114
27
|
|
|
115
28
|
/*! For license information please see index.js.LICENSE.txt */
|
|
116
29
|
|
|
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
30
|
/**
|
|
122
31
|
* @license
|
|
123
32
|
* Lodash <https://lodash.com/>
|
|
@@ -156,12 +65,3 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
156
65
|
* This source code is licensed under the MIT license found in the
|
|
157
66
|
* LICENSE file in the root directory of this source tree.
|
|
158
67
|
*/
|
|
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
|
-
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shelf/global-renderer",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "The package exposes entrypoints with window's function(-s) to render React component",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"start": "start-storybook -p 3001"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@shelf/decision-tree-editor": "^7.20.
|
|
31
|
+
"@shelf/decision-tree-editor": "^7.20.3",
|
|
32
32
|
"@shelf/i18n": "9.17.102",
|
|
33
33
|
"@types/react-dom": "18.0.6",
|
|
34
34
|
"i18next": "20.2.2",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"lodash": "4.17.x",
|
|
43
43
|
"react": "18.x.x"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "b3539c80089169e249c9c2ba47d4956d70ab9e17"
|
|
46
46
|
}
|