@keepeek/keepicker-react 1.6.0-beta.9 → 1.7.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 +174 -10
- package/dist/index.js +2 -2
- package/dist/license.txt +10 -2
- package/package.json +39 -41
package/dist/license.txt
CHANGED
|
@@ -21,8 +21,6 @@
|
|
|
21
21
|
* Released under the MIT License.
|
|
22
22
|
*/
|
|
23
23
|
|
|
24
|
-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
25
|
-
|
|
26
24
|
/**
|
|
27
25
|
* @license
|
|
28
26
|
* Lodash <https://lodash.com/>
|
|
@@ -42,6 +40,16 @@
|
|
|
42
40
|
* LICENSE file in the root directory of this source tree.
|
|
43
41
|
*/
|
|
44
42
|
|
|
43
|
+
/**
|
|
44
|
+
* @license React
|
|
45
|
+
* react-is.production.min.js
|
|
46
|
+
*
|
|
47
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
48
|
+
*
|
|
49
|
+
* This source code is licensed under the MIT license found in the
|
|
50
|
+
* LICENSE file in the root directory of this source tree.
|
|
51
|
+
*/
|
|
52
|
+
|
|
45
53
|
/**
|
|
46
54
|
* @license React
|
|
47
55
|
* react-jsx-runtime.production.min.js
|
package/package.json
CHANGED
|
@@ -1,117 +1,115 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keepeek/keepicker-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist/index.js",
|
|
6
6
|
"dist/license.txt"
|
|
7
7
|
],
|
|
8
8
|
"private": false,
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@braintree/sanitize-url": "6.0.
|
|
10
|
+
"@braintree/sanitize-url": "6.0.4",
|
|
11
11
|
"@emotion/react": "11.8.2",
|
|
12
12
|
"@emotion/styled": "11.8.1",
|
|
13
|
-
"@keepeek/api-client": "2.
|
|
14
|
-
"@keepeek/commons": "3.
|
|
15
|
-
"@keepeek/refront-components": "7.
|
|
13
|
+
"@keepeek/api-client": "2.71.0",
|
|
14
|
+
"@keepeek/commons": "3.38.0",
|
|
15
|
+
"@keepeek/refront-components": "7.43.3",
|
|
16
16
|
"@mui/icons-material": "5.5.0",
|
|
17
17
|
"@mui/lab": "5.0.0-alpha.72",
|
|
18
18
|
"@mui/material": "5.5.3",
|
|
19
|
-
"@r2wc/react-to-web-component": "2.0.
|
|
20
|
-
"@react-hook/resize-observer": "1.2.
|
|
19
|
+
"@r2wc/react-to-web-component": "2.0.3",
|
|
20
|
+
"@react-hook/resize-observer": "1.2.6",
|
|
21
21
|
"@tanstack/react-table": "8.9.3",
|
|
22
|
-
"axios": "0.
|
|
22
|
+
"axios": "0.28.0",
|
|
23
23
|
"axios-cache-interceptor": "1.3.1",
|
|
24
24
|
"axios-retry": "3.3.1",
|
|
25
25
|
"clsx": "1.1.1",
|
|
26
|
-
"copy-to-clipboard": "3.3.
|
|
26
|
+
"copy-to-clipboard": "3.3.3",
|
|
27
27
|
"cra-template-typescript": "1.1.3",
|
|
28
28
|
"cropperjs": "1.6.1",
|
|
29
29
|
"dayjs": "1.10.8",
|
|
30
30
|
"dropzone": "6.0.0-beta.2",
|
|
31
31
|
"formik": "2.2.9",
|
|
32
|
-
"html-react-parser": "3.0.
|
|
32
|
+
"html-react-parser": "3.0.16",
|
|
33
33
|
"i18next": "21.6.12",
|
|
34
34
|
"i18next-browser-languagedetector": "7.1.0",
|
|
35
35
|
"image-focus": "1.2.1",
|
|
36
|
-
"js-base64": "3.7.
|
|
36
|
+
"js-base64": "3.7.7",
|
|
37
37
|
"jwt-decode": "3.1.2",
|
|
38
|
-
"keycloak-js": "19.0.
|
|
38
|
+
"keycloak-js": "19.0.3",
|
|
39
39
|
"lodash": "4.17.21",
|
|
40
|
-
"notistack": "2.0.
|
|
40
|
+
"notistack": "2.0.8",
|
|
41
41
|
"react": "18.2.0",
|
|
42
42
|
"react-canvas-confetti": "1.3.0",
|
|
43
43
|
"react-dnd": "16.0.1",
|
|
44
44
|
"react-dnd-html5-backend": "16.0.1",
|
|
45
45
|
"react-dom": "18.2.0",
|
|
46
46
|
"react-error-boundary": "3.1.4",
|
|
47
|
-
"react-file-drop": "3.1.
|
|
47
|
+
"react-file-drop": "3.1.6",
|
|
48
48
|
"react-h5-audio-player": "3.8.3",
|
|
49
49
|
"react-hook-form": "7.35.0",
|
|
50
50
|
"react-html-parser": "2.0.2",
|
|
51
51
|
"react-i18next": "13.0.1",
|
|
52
52
|
"react-lazy-load-image-component": "1.6.0",
|
|
53
|
-
"react-
|
|
53
|
+
"react-responsive-masonry": "2.2.0",
|
|
54
|
+
"react-pdf": "5.7.2",
|
|
54
55
|
"react-router-dom": "6.14.1",
|
|
55
56
|
"react-scripts": "5.0.1",
|
|
56
57
|
"react-spring": "9.4.5",
|
|
57
58
|
"react-zoom-pan-pinch": "2.6.1",
|
|
58
|
-
"recoil": "0.7.
|
|
59
|
-
"sanitize-html": "2.
|
|
59
|
+
"recoil": "0.7.7",
|
|
60
|
+
"sanitize-html": "2.12.1",
|
|
60
61
|
"tslib": "2.3.1",
|
|
61
62
|
"use-debounce": "7.0.1",
|
|
62
63
|
"uuid": "8.3.2",
|
|
63
64
|
"yup": "0.32.11",
|
|
64
|
-
"yup-locales": "1.2.
|
|
65
|
-
"zod": "3.22.
|
|
65
|
+
"yup-locales": "1.2.21",
|
|
66
|
+
"zod": "3.22.4"
|
|
66
67
|
},
|
|
67
68
|
"devDependencies": {
|
|
68
69
|
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
|
|
69
|
-
"@commitlint/cli": "
|
|
70
|
+
"@commitlint/cli": "19.0.3",
|
|
70
71
|
"@commitlint/config-angular": "16.2.1",
|
|
71
72
|
"@semantic-release/changelog": "6.0.3",
|
|
72
|
-
"@semantic-release/commit-analyzer": "10.0.
|
|
73
|
+
"@semantic-release/commit-analyzer": "10.0.4",
|
|
73
74
|
"@semantic-release/git": "10.0.1",
|
|
74
|
-
"@semantic-release/npm": "9.0.
|
|
75
|
-
"@semantic-release/release-notes-generator": "11.0.
|
|
75
|
+
"@semantic-release/npm": "9.0.2",
|
|
76
|
+
"@semantic-release/release-notes-generator": "11.0.7",
|
|
76
77
|
"@testing-library/jest-dom": "6.1.4",
|
|
77
78
|
"@testing-library/react": "14.0.0",
|
|
78
|
-
"@testing-library/user-event": "14.5.
|
|
79
|
-
"@types/jest": "29.5.
|
|
80
|
-
"@types/node": "17.0.
|
|
81
|
-
"@types/react": "18.
|
|
79
|
+
"@testing-library/user-event": "14.5.2",
|
|
80
|
+
"@types/jest": "29.5.12",
|
|
81
|
+
"@types/node": "17.0.45",
|
|
82
|
+
"@types/react": "18.3.3",
|
|
82
83
|
"@types/react-dom": "18.0.10",
|
|
83
|
-
"@types/uuid": "8.3.
|
|
84
|
+
"@types/uuid": "8.3.4",
|
|
84
85
|
"axios-mock-adapter": "1.22.0",
|
|
85
|
-
"clipboardy": "2.0.0",
|
|
86
86
|
"cross-env": "7.0.3",
|
|
87
|
-
"eslint-config-react-app": "7.0.
|
|
87
|
+
"eslint-config-react-app": "7.0.1",
|
|
88
88
|
"husky": "7.0.4",
|
|
89
89
|
"hygen": "6.2.11",
|
|
90
90
|
"npm-package-json-lint": "5.4.2",
|
|
91
|
-
"openai": "
|
|
91
|
+
"openai": "4.52.3",
|
|
92
92
|
"prettier": "3.0.3",
|
|
93
|
-
"quicktype": "
|
|
94
|
-
"rimraf": "5.0.
|
|
95
|
-
"semantic-release": "19.0.
|
|
96
|
-
"serve": "
|
|
93
|
+
"quicktype": "23.0.105",
|
|
94
|
+
"rimraf": "5.0.5",
|
|
95
|
+
"semantic-release": "19.0.5",
|
|
96
|
+
"serve": "14.2.1",
|
|
97
97
|
"source-map-explorer": "2.5.3",
|
|
98
|
-
"ts-jest": "29.1.
|
|
98
|
+
"ts-jest": "29.1.2",
|
|
99
99
|
"ts-node": "10.6.0",
|
|
100
100
|
"typescript": "4.9.5"
|
|
101
101
|
},
|
|
102
102
|
"scripts": {
|
|
103
|
-
"prestart": "yarn
|
|
103
|
+
"prestart": "yarn prebuild",
|
|
104
104
|
"start": "react-scripts start",
|
|
105
|
-
"prebuild": "
|
|
105
|
+
"prebuild": "yarn generate-model-interfaces && rimraf dist",
|
|
106
106
|
"build": "react-scripts build",
|
|
107
107
|
"pretest": "yarn generate-model-interfaces",
|
|
108
|
-
"test": "react-scripts test src/ --coverage --watchAll=false",
|
|
108
|
+
"test": "react-scripts test src/ --coverage --maxWorkers=2 --watchAll=false",
|
|
109
109
|
"eject": "react-scripts eject",
|
|
110
110
|
"yalc:link": "yalc link @keepeek/commons && yalc link @keepeek/api-client && yalc link @keepeek/refront-components",
|
|
111
111
|
"lint": "npmPkgJsonLint . && eslint src --fix",
|
|
112
112
|
"prepare": "husky install",
|
|
113
|
-
"build:drupal-windows": "yarn build && copy \"dist\\static\\js\\main.*.js\" \"C:\\dev\\dev\\workspaceRefront\\drupal\\js\\keepicker.js\" /Y",
|
|
114
|
-
"build:azure": "cross-env PUBLIC_URL='/poc-keepicker-auth/0.1.0' yarn build",
|
|
115
113
|
"postbuild": "node scripts/package_file_for_npm.js",
|
|
116
114
|
"pregenerate-model-interfaces": "rimraf --glob src/models/configuration/**/*.ts",
|
|
117
115
|
"generate-model-interfaces": "node scripts/generate_model_interfaces.js",
|