@keepeek/keepicker-react 1.1.0 → 1.2.0-beta.1
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 +9 -8
- package/dist/index.js +2 -2
- package/dist/license.txt +15 -0
- package/package.json +21 -16
package/dist/license.txt
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Axios Cache Interceptor v1.3.1
|
|
3
|
+
* (c) 2021-present Arthur Fiorette & Contributors
|
|
4
|
+
* Released under the MIT License.
|
|
5
|
+
*/
|
|
6
|
+
|
|
1
7
|
/*!
|
|
2
8
|
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
|
3
9
|
*
|
|
@@ -7,6 +13,15 @@
|
|
|
7
13
|
|
|
8
14
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
9
15
|
|
|
16
|
+
/**
|
|
17
|
+
* @license
|
|
18
|
+
* Lodash <https://lodash.com/>
|
|
19
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
20
|
+
* Released under MIT license <https://lodash.com/license>
|
|
21
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
22
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
23
|
+
*/
|
|
24
|
+
|
|
10
25
|
/**
|
|
11
26
|
* @license React
|
|
12
27
|
* react-dom.production.min.js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keepeek/keepicker-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0-beta.1",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist/index.js",
|
|
6
6
|
"dist/license.txt"
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"@braintree/sanitize-url": "6.0.2",
|
|
11
11
|
"@emotion/react": "11.8.2",
|
|
12
12
|
"@emotion/styled": "11.8.1",
|
|
13
|
-
"@keepeek/api-client": "
|
|
14
|
-
"@keepeek/commons": "
|
|
15
|
-
"@keepeek/refront-components": "
|
|
13
|
+
"@keepeek/api-client": "2.61.0-beta.1",
|
|
14
|
+
"@keepeek/commons": "3.1.0-beta.4",
|
|
15
|
+
"@keepeek/refront-components": "7.1.0-beta.2",
|
|
16
16
|
"@mui/icons-material": "5.5.0",
|
|
17
17
|
"@mui/lab": "5.0.0-alpha.72",
|
|
18
18
|
"@mui/material": "5.5.3",
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"@react-hook/resize-observer": "1.2.5",
|
|
21
21
|
"@tanstack/react-table": "8.9.3",
|
|
22
22
|
"axios": "0.26.0",
|
|
23
|
+
"axios-cache-interceptor": "1.3.1",
|
|
23
24
|
"axios-retry": "3.3.1",
|
|
24
25
|
"clsx": "1.1.1",
|
|
25
26
|
"copy-to-clipboard": "3.3.1",
|
|
@@ -29,9 +30,10 @@
|
|
|
29
30
|
"formik": "2.2.9",
|
|
30
31
|
"html-react-parser": "3.0.4",
|
|
31
32
|
"i18next": "21.6.12",
|
|
32
|
-
"i18next-browser-languagedetector": "
|
|
33
|
+
"i18next-browser-languagedetector": "7.1.0",
|
|
33
34
|
"image-focus": "1.2.1",
|
|
34
35
|
"js-base64": "3.7.2",
|
|
36
|
+
"jwt-decode": "3.1.2",
|
|
35
37
|
"keycloak-js": "19.0.1",
|
|
36
38
|
"lodash": "4.17.21",
|
|
37
39
|
"notistack": "2.0.3",
|
|
@@ -67,46 +69,49 @@
|
|
|
67
69
|
"@semantic-release/git": "10.0.1",
|
|
68
70
|
"@semantic-release/npm": "9.0.0",
|
|
69
71
|
"@semantic-release/release-notes-generator": "11.0.4",
|
|
70
|
-
"@testing-library/jest-dom": "
|
|
71
|
-
"@testing-library/react": "
|
|
72
|
-
"@testing-library/user-event": "
|
|
73
|
-
"@types/jest": "
|
|
72
|
+
"@testing-library/jest-dom": "6.1.4",
|
|
73
|
+
"@testing-library/react": "14.0.0",
|
|
74
|
+
"@testing-library/user-event": "14.5.1",
|
|
75
|
+
"@types/jest": "29.5.5",
|
|
74
76
|
"@types/node": "17.0.21",
|
|
75
77
|
"@types/react": "18.0.27",
|
|
76
78
|
"@types/react-dom": "18.0.10",
|
|
79
|
+
"@types/uuid": "8.3.2",
|
|
80
|
+
"axios-mock-adapter": "1.22.0",
|
|
77
81
|
"clipboardy": "2.0.0",
|
|
78
82
|
"cross-env": "7.0.3",
|
|
79
83
|
"eslint-config-react-app": "7.0.0",
|
|
80
84
|
"husky": "7.0.4",
|
|
81
85
|
"hygen": "6.2.11",
|
|
82
|
-
"ncp": "2.0.0",
|
|
83
86
|
"npm-package-json-lint": "5.4.2",
|
|
84
87
|
"openai": "3.3.0",
|
|
85
88
|
"prettier": "3.0.3",
|
|
86
89
|
"quicktype": "15.0.261",
|
|
90
|
+
"rimraf": "5.0.1",
|
|
87
91
|
"semantic-release": "19.0.2",
|
|
88
92
|
"serve": "13.0.2",
|
|
89
93
|
"source-map-explorer": "2.5.3",
|
|
90
|
-
"ts-jest": "
|
|
94
|
+
"ts-jest": "29.1.1",
|
|
91
95
|
"ts-node": "10.6.0",
|
|
92
96
|
"typescript": "4.9.5"
|
|
93
97
|
},
|
|
94
98
|
"scripts": {
|
|
95
99
|
"prestart": "yarn generate-model-interfaces",
|
|
96
100
|
"start": "react-scripts start",
|
|
97
|
-
"prebuild": "yarn generate-model-interfaces",
|
|
101
|
+
"prebuild": "rimraf dist && yarn generate-model-interfaces",
|
|
98
102
|
"build": "react-scripts build",
|
|
99
|
-
"postbuild": "ncp dist/static/js/*.js dist/index.js && ncp dist/static/js/*.txt dist/license.txt",
|
|
100
103
|
"pretest": "yarn generate-model-interfaces",
|
|
101
|
-
"test": "react-scripts test",
|
|
104
|
+
"test": "react-scripts test src/ --coverage --watchAll=false",
|
|
102
105
|
"eject": "react-scripts eject",
|
|
103
106
|
"yalc:link": "yalc link @keepeek/commons && yalc link @keepeek/api-client && yalc link @keepeek/refront-components",
|
|
104
107
|
"lint": "npmPkgJsonLint . && eslint src --fix",
|
|
105
108
|
"prepare": "husky install",
|
|
106
|
-
"build:drupal-windows": "yarn build && copy \"
|
|
109
|
+
"build:drupal-windows": "yarn build && copy \"dist\\static\\js\\main.*.js\" \"C:\\dev\\dev\\workspaceRefront\\drupal\\js\\keepicker.js\" /Y",
|
|
107
110
|
"build:azure": "cross-env PUBLIC_URL='/poc-keepicker-auth/0.1.0' yarn build",
|
|
111
|
+
"postbuild": "node scripts/package_file_for_npm.js",
|
|
112
|
+
"pregenerate-model-interfaces": "rimraf --glob src/models/configuration/**/*.ts",
|
|
108
113
|
"generate-model-interfaces": "node scripts/generate_model_interfaces.js",
|
|
109
|
-
"analyse": "source-map-explorer '
|
|
114
|
+
"analyse": "source-map-explorer 'dist/static/js/*.js'",
|
|
110
115
|
"trad:add": "hygen trad add",
|
|
111
116
|
"trad:complete": "hygen trad complete & yarn lint"
|
|
112
117
|
},
|