@keepeek/keepicker-react 1.21.0-beta.5 → 1.21.0-beta.6
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/dist/index.js +2 -2
- package/dist/license.txt +28 -17
- package/package.json +21 -14
package/dist/license.txt
CHANGED
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
|
|
33
33
|
/**
|
|
34
34
|
* @license React
|
|
35
|
-
* react-dom.production.
|
|
35
|
+
* react-dom-client.production.js
|
|
36
36
|
*
|
|
37
|
-
* Copyright (c)
|
|
37
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
38
38
|
*
|
|
39
39
|
* This source code is licensed under the MIT license found in the
|
|
40
40
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
|
|
43
43
|
/**
|
|
44
44
|
* @license React
|
|
45
|
-
* react-
|
|
45
|
+
* react-dom.production.js
|
|
46
46
|
*
|
|
47
|
-
* Copyright (c)
|
|
47
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
48
48
|
*
|
|
49
49
|
* This source code is licensed under the MIT license found in the
|
|
50
50
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
|
|
53
53
|
/**
|
|
54
54
|
* @license React
|
|
55
|
-
* react.production.
|
|
55
|
+
* react-is.production.js
|
|
56
56
|
*
|
|
57
|
-
* Copyright (c)
|
|
57
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
58
58
|
*
|
|
59
59
|
* This source code is licensed under the MIT license found in the
|
|
60
60
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -62,9 +62,29 @@
|
|
|
62
62
|
|
|
63
63
|
/**
|
|
64
64
|
* @license React
|
|
65
|
-
*
|
|
65
|
+
* react-jsx-runtime.production.js
|
|
66
66
|
*
|
|
67
|
-
* Copyright (c)
|
|
67
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
68
|
+
*
|
|
69
|
+
* This source code is licensed under the MIT license found in the
|
|
70
|
+
* LICENSE file in the root directory of this source tree.
|
|
71
|
+
*/
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* @license React
|
|
75
|
+
* react.production.js
|
|
76
|
+
*
|
|
77
|
+
* Copyright (c) Meta Platforms, Inc. and 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
|
+
*/
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* @license React
|
|
85
|
+
* scheduler.production.js
|
|
86
|
+
*
|
|
87
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
68
88
|
*
|
|
69
89
|
* This source code is licensed under the MIT license found in the
|
|
70
90
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -132,13 +152,4 @@
|
|
|
132
152
|
* LICENSE file in the root directory of this source tree.
|
|
133
153
|
*/
|
|
134
154
|
|
|
135
|
-
/** @license React v17.0.2
|
|
136
|
-
* react-is.production.min.js
|
|
137
|
-
*
|
|
138
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
139
|
-
*
|
|
140
|
-
* This source code is licensed under the MIT license found in the
|
|
141
|
-
* LICENSE file in the root directory of this source tree.
|
|
142
|
-
*/
|
|
143
|
-
|
|
144
155
|
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keepeek/keepicker-react",
|
|
3
|
-
"version": "1.21.0-beta.
|
|
3
|
+
"version": "1.21.0-beta.6",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist/index.js",
|
|
6
6
|
"dist/license.txt"
|
|
@@ -16,12 +16,14 @@
|
|
|
16
16
|
"@fortawesome/pro-regular-svg-icons": "6.6.0",
|
|
17
17
|
"@fortawesome/pro-solid-svg-icons": "6.6.0",
|
|
18
18
|
"@fortawesome/react-fontawesome": "0.2.2",
|
|
19
|
-
"@keepeek/api-client": "2.
|
|
20
|
-
"@keepeek/commons": "3.
|
|
21
|
-
"@keepeek/refront-components": "7.
|
|
22
|
-
"@mui/icons-material": "5.
|
|
23
|
-
"@mui/lab": "5.0.0-alpha.
|
|
24
|
-
"@mui/material": "5.
|
|
19
|
+
"@keepeek/api-client": "2.103.0",
|
|
20
|
+
"@keepeek/commons": "3.87.0",
|
|
21
|
+
"@keepeek/refront-components": "7.120.2",
|
|
22
|
+
"@mui/icons-material": "5.18.0",
|
|
23
|
+
"@mui/lab": "5.0.0-alpha.177",
|
|
24
|
+
"@mui/material": "5.18.0",
|
|
25
|
+
"@mui/x-date-pickers": "7.29.4",
|
|
26
|
+
"@mui/x-tree-view": "6.17.0",
|
|
25
27
|
"@r2wc/react-to-web-component": "2.0.3",
|
|
26
28
|
"@react-hook/resize-observer": "1.2.6",
|
|
27
29
|
"@tanstack/react-table": "8.9.3",
|
|
@@ -45,12 +47,12 @@
|
|
|
45
47
|
"lodash": "4.17.21",
|
|
46
48
|
"notistack": "2.0.8",
|
|
47
49
|
"pdfjs-dist": "2.13.216",
|
|
48
|
-
"react": "
|
|
50
|
+
"react": "19.0.0",
|
|
49
51
|
"react-canvas-confetti": "1.3.0",
|
|
50
52
|
"react-dnd": "16.0.1",
|
|
51
53
|
"react-dnd-html5-backend": "16.0.1",
|
|
52
|
-
"react-dom": "
|
|
53
|
-
"react-error-boundary": "
|
|
54
|
+
"react-dom": "19.0.0",
|
|
55
|
+
"react-error-boundary": "6.1.2",
|
|
54
56
|
"react-file-drop": "3.1.6",
|
|
55
57
|
"react-h5-audio-player": "3.8.3",
|
|
56
58
|
"react-hook-form": "7.35.0",
|
|
@@ -61,7 +63,7 @@
|
|
|
61
63
|
"react-responsive-masonry": "2.2.0",
|
|
62
64
|
"react-router-dom": "6.14.1",
|
|
63
65
|
"react-scripts": "5.0.1",
|
|
64
|
-
"react-spring": "
|
|
66
|
+
"react-spring": "10.0.4",
|
|
65
67
|
"react-zoom-pan-pinch": "2.6.1",
|
|
66
68
|
"recoil": "0.7.7",
|
|
67
69
|
"sanitize-html": "2.12.1",
|
|
@@ -86,8 +88,8 @@
|
|
|
86
88
|
"@testing-library/user-event": "14.5.2",
|
|
87
89
|
"@types/jest": "29.5.14",
|
|
88
90
|
"@types/node": "17.0.45",
|
|
89
|
-
"@types/react": "
|
|
90
|
-
"@types/react-dom": "
|
|
91
|
+
"@types/react": "19.0.0",
|
|
92
|
+
"@types/react-dom": "19.0.0",
|
|
91
93
|
"@types/sanitize-html": "2.11.0",
|
|
92
94
|
"@types/uuid": "8.3.4",
|
|
93
95
|
"axios-mock-adapter": "1.22.0",
|
|
@@ -105,7 +107,11 @@
|
|
|
105
107
|
"source-map-explorer": "2.5.3",
|
|
106
108
|
"ts-jest": "29.1.2",
|
|
107
109
|
"ts-node": "10.6.0",
|
|
108
|
-
"
|
|
110
|
+
"patch-package": "8.0.0",
|
|
111
|
+
"typescript": "5.8.3"
|
|
112
|
+
},
|
|
113
|
+
"resolutions": {
|
|
114
|
+
"@types/react": "19.0.0"
|
|
109
115
|
},
|
|
110
116
|
"scripts": {
|
|
111
117
|
"prestart": "yarn prebuild",
|
|
@@ -118,6 +124,7 @@
|
|
|
118
124
|
"yalc:link": "yalc link @keepeek/commons && yalc link @keepeek/api-client && yalc link @keepeek/refront-components",
|
|
119
125
|
"lint": "npmPkgJsonLint . && eslint src --fix",
|
|
120
126
|
"prepare": "husky install",
|
|
127
|
+
"postinstall": "patch-package",
|
|
121
128
|
"postbuild": "node scripts/package_file_for_npm.js",
|
|
122
129
|
"pregenerate-model-interfaces": "rimraf --glob src/models/configuration/**/*.ts",
|
|
123
130
|
"generate-model-interfaces": "node scripts/generate_model_interfaces.js",
|