@shelf/global-renderer 2.3.0 → 3.0.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/README.md +1 -0
- package/lib/renderDTContent.js +7 -32
- package/lib/renderDTContent.js.LICENSE.txt +10 -0
- package/lib/renderStaticDTDiagram.js +1 -3950
- package/lib/renderStaticDTDiagram.js.LICENSE.txt +12 -56
- package/package.json +37 -37
|
@@ -1,37 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
http://jedwatson.github.io/classnames
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/*!
|
|
8
|
-
* Sizzle CSS Selector Engine v2.3.10
|
|
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: 2023-02-14
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
/*!
|
|
19
|
-
Copyright (c) 2017 Jed Watson.
|
|
20
|
-
Licensed under the MIT License (MIT), see
|
|
21
|
-
http://jedwatson.github.io/classnames
|
|
22
|
-
*/
|
|
23
|
-
|
|
24
|
-
/*!
|
|
25
|
-
* froala_editor v4.1.4 (https://www.froala.com/wysiwyg-editor)
|
|
26
|
-
* License https://froala.com/wysiwyg-editor/terms/
|
|
27
|
-
* Copyright 2014-2023 Froala Labs
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
|
-
/*!
|
|
31
|
-
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
|
2
|
+
* Sizzle CSS Selector Engine v2.3.10
|
|
3
|
+
* https://sizzlejs.com/
|
|
32
4
|
*
|
|
33
|
-
* Copyright
|
|
34
|
-
* Released under the MIT
|
|
5
|
+
* Copyright JS Foundation and other contributors
|
|
6
|
+
* Released under the MIT license
|
|
7
|
+
* https://js.foundation/
|
|
8
|
+
*
|
|
9
|
+
* Date: 2023-02-14
|
|
35
10
|
*/
|
|
36
11
|
|
|
37
12
|
/*!
|
|
@@ -48,8 +23,6 @@
|
|
|
48
23
|
* Date: 2023-03-08T15:28Z
|
|
49
24
|
*/
|
|
50
25
|
|
|
51
|
-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
52
|
-
|
|
53
26
|
/**
|
|
54
27
|
* @license
|
|
55
28
|
* Lodash <https://lodash.com/>
|
|
@@ -81,9 +54,9 @@
|
|
|
81
54
|
|
|
82
55
|
/**
|
|
83
56
|
* @license React
|
|
84
|
-
* react-
|
|
57
|
+
* react-jsx-runtime.production.js
|
|
85
58
|
*
|
|
86
|
-
* Copyright (c)
|
|
59
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
87
60
|
*
|
|
88
61
|
* This source code is licensed under the MIT license found in the
|
|
89
62
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -91,7 +64,7 @@
|
|
|
91
64
|
|
|
92
65
|
/**
|
|
93
66
|
* @license React
|
|
94
|
-
* react
|
|
67
|
+
* react.production.js
|
|
95
68
|
*
|
|
96
69
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
97
70
|
*
|
|
@@ -101,7 +74,7 @@
|
|
|
101
74
|
|
|
102
75
|
/**
|
|
103
76
|
* @license React
|
|
104
|
-
*
|
|
77
|
+
* scheduler.production.js
|
|
105
78
|
*
|
|
106
79
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
107
80
|
*
|
|
@@ -111,7 +84,7 @@
|
|
|
111
84
|
|
|
112
85
|
/**
|
|
113
86
|
* @license React
|
|
114
|
-
*
|
|
87
|
+
* use-sync-external-store-shim.production.js
|
|
115
88
|
*
|
|
116
89
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
117
90
|
*
|
|
@@ -129,20 +102,3 @@
|
|
|
129
102
|
*
|
|
130
103
|
* @license MIT
|
|
131
104
|
*/
|
|
132
|
-
|
|
133
|
-
/**
|
|
134
|
-
* @license nested-property https://github.com/cosmosio/nested-property
|
|
135
|
-
*
|
|
136
|
-
* The MIT License (MIT)
|
|
137
|
-
*
|
|
138
|
-
* Copyright (c) 2014-2015 Olivier Scherrer <pode.fr@gmail.com>
|
|
139
|
-
*/
|
|
140
|
-
|
|
141
|
-
/** @license React v16.13.1
|
|
142
|
-
* react-is.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
|
-
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shelf/global-renderer",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "The package exposes entrypoints with window's function(-s) to render React component",
|
|
5
5
|
"main": "lib",
|
|
6
6
|
"type": "module",
|
|
@@ -17,57 +17,57 @@
|
|
|
17
17
|
],
|
|
18
18
|
"prettier": "@shelf/prettier-config",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@shelf/basic-components": "
|
|
20
|
+
"@shelf/basic-components": "32.0.5",
|
|
21
21
|
"@shelf/bem": "5.0.0",
|
|
22
|
-
"@shelf/color-picker": "
|
|
22
|
+
"@shelf/color-picker": "12.0.5",
|
|
23
23
|
"@shelf/colors": "4.0.5",
|
|
24
|
-
"@shelf/content-view": "0.
|
|
25
|
-
"@shelf/datetime": "2.
|
|
26
|
-
"@shelf/decision-tree-editor-components": "
|
|
27
|
-
"@shelf/gem-components": "
|
|
28
|
-
"@shelf/i18n": "
|
|
29
|
-
"@shelf/icons": "
|
|
30
|
-
"@shelf/location-selector": "
|
|
31
|
-
"@shelf/ratings-components": "
|
|
32
|
-
"@shelf/rich-text-editor": "
|
|
33
|
-
"@shelf/search-components": "
|
|
34
|
-
"@shelf/sweet-alert": "
|
|
35
|
-
"@shelf/toc": "
|
|
36
|
-
"@shelf/wiki-text-sanitize": "0.
|
|
37
|
-
"react": "19.
|
|
24
|
+
"@shelf/content-view": "6.0.5",
|
|
25
|
+
"@shelf/datetime": "2.6.0",
|
|
26
|
+
"@shelf/decision-tree-editor-components": "14.0.5",
|
|
27
|
+
"@shelf/gem-components": "29.0.5",
|
|
28
|
+
"@shelf/i18n": "20.1.1",
|
|
29
|
+
"@shelf/icons": "16.0.5",
|
|
30
|
+
"@shelf/location-selector": "18.0.5",
|
|
31
|
+
"@shelf/ratings-components": "17.0.5",
|
|
32
|
+
"@shelf/rich-text-editor": "13.0.5",
|
|
33
|
+
"@shelf/search-components": "26.0.5",
|
|
34
|
+
"@shelf/sweet-alert": "3.3.113",
|
|
35
|
+
"@shelf/toc": "3.0.5",
|
|
36
|
+
"@shelf/wiki-text-sanitize": "0.26.17",
|
|
37
|
+
"react": "19.2.3",
|
|
38
38
|
"react-color": "2.19.3",
|
|
39
|
-
"react-dom": "19.
|
|
40
|
-
"react-i18next": "
|
|
39
|
+
"react-dom": "19.2.3",
|
|
40
|
+
"react-i18next": "16.5.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@babel/core": "7.
|
|
43
|
+
"@babel/core": "7.28.5",
|
|
44
44
|
"@shelf/babel-config": "3.0.0",
|
|
45
45
|
"@shelf/eslint-config": "5.4.0",
|
|
46
46
|
"@shelf/prettier-config": "1.0.0",
|
|
47
47
|
"@shelf/tsconfig": "0.1.0",
|
|
48
|
-
"@shelf/types": "
|
|
49
|
-
"@shelf/types-ddb": "48.
|
|
50
|
-
"@swc/core": "1.
|
|
51
|
-
"@swc/jest": "0.2.
|
|
52
|
-
"@testing-library/dom": "10.4.
|
|
53
|
-
"@testing-library/jest-dom": "6.
|
|
54
|
-
"@testing-library/react": "16.
|
|
55
|
-
"@types/jest": "
|
|
56
|
-
"@types/lodash-es": "4.17.
|
|
57
|
-
"@types/node": "
|
|
58
|
-
"@types/react": "19.
|
|
59
|
-
"@types/react-dom": "19.
|
|
48
|
+
"@shelf/types": "71.15.1",
|
|
49
|
+
"@shelf/types-ddb": "48.56.3",
|
|
50
|
+
"@swc/core": "1.15.5",
|
|
51
|
+
"@swc/jest": "0.2.39",
|
|
52
|
+
"@testing-library/dom": "10.4.1",
|
|
53
|
+
"@testing-library/jest-dom": "6.9.1",
|
|
54
|
+
"@testing-library/react": "16.3.1",
|
|
55
|
+
"@types/jest": "30.0.0",
|
|
56
|
+
"@types/lodash-es": "4.17.12",
|
|
57
|
+
"@types/node": "^25.0.2",
|
|
58
|
+
"@types/react": "19.2.7",
|
|
59
|
+
"@types/react-dom": "19.2.3",
|
|
60
60
|
"babel-loader": "10.0.0",
|
|
61
61
|
"eslint": "9.39.2",
|
|
62
62
|
"husky": "9.1.7",
|
|
63
|
-
"i18next": "
|
|
64
|
-
"jest": "
|
|
65
|
-
"jest-environment-jsdom": "
|
|
66
|
-
"lint-staged": "16.
|
|
63
|
+
"i18next": "25.7.3",
|
|
64
|
+
"jest": "30.2.0",
|
|
65
|
+
"jest-environment-jsdom": "30.2.0",
|
|
66
|
+
"lint-staged": "16.2.7",
|
|
67
67
|
"lodash-es": "4.17.21",
|
|
68
68
|
"path-browserify": "1.0.1",
|
|
69
69
|
"prettier": "3.7.4",
|
|
70
|
-
"styled-components": "6.1.
|
|
70
|
+
"styled-components": "6.1.19",
|
|
71
71
|
"ts-node": "10.9.2",
|
|
72
72
|
"typescript": "5.9.3",
|
|
73
73
|
"webpack": "5.103.0",
|