@arun-s-aot/formsflow-webembed 1.0.1-dev.0 → 1.0.1-dev.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 +2 -2
- package/dist/963.forms-flow-webcomponent.js +2 -0
- package/dist/963.forms-flow-webcomponent.js.LICENSE.txt +72 -0
- package/dist/963.forms-flow-webcomponent.js.gz +0 -0
- package/dist/bundle-report.html +39 -0
- package/dist/forms-flow-webcomponent.js +2 -0
- package/dist/forms-flow-webcomponent.js.LICENSE.txt +96 -0
- package/dist/forms-flow-webcomponent.js.gz +0 -0
- package/dist/index.html +1 -0
- package/package.json +19 -11
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* EventEmitter2
|
|
3
|
+
* https://github.com/hij1nx/EventEmitter2
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) 2013 hij1nx
|
|
6
|
+
* Licensed under the MIT license.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
/*!
|
|
10
|
+
* Signature Pad v4.2.0 | https://github.com/szimek/signature_pad
|
|
11
|
+
* (c) 2024 Szymon Nowak | Released under the MIT license
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
/*!
|
|
15
|
+
* dist/inputmask
|
|
16
|
+
* https://github.com/RobinHerbots/Inputmask
|
|
17
|
+
* Copyright (c) 2010 - 2024 Robin Herbots
|
|
18
|
+
* Licensed under the MIT license
|
|
19
|
+
* Version: 5.0.9
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
/*!
|
|
23
|
+
* https://github.com/Starcounter-Jack/JSON-Patch
|
|
24
|
+
* (c) 2017-2021 Joachim Wester
|
|
25
|
+
* MIT license
|
|
26
|
+
*/
|
|
27
|
+
|
|
28
|
+
/*!
|
|
29
|
+
* https://github.com/Starcounter-Jack/JSON-Patch
|
|
30
|
+
* (c) 2017-2022 Joachim Wester
|
|
31
|
+
* MIT licensed
|
|
32
|
+
*/
|
|
33
|
+
|
|
34
|
+
/*! @formio/choices.js v10.2.1 | © 2024 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
|
|
35
|
+
|
|
36
|
+
/*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */
|
|
37
|
+
|
|
38
|
+
/*! Native Promise Only
|
|
39
|
+
v0.8.1 (c) Kyle Simpson
|
|
40
|
+
MIT License: http://getify.mit-license.org
|
|
41
|
+
*/
|
|
42
|
+
|
|
43
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* @license
|
|
47
|
+
* Lodash <https://lodash.com/>
|
|
48
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
49
|
+
* Released under MIT license <https://lodash.com/license>
|
|
50
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
51
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
52
|
+
*/
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @license React
|
|
56
|
+
* react-dom.production.min.js
|
|
57
|
+
*
|
|
58
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
59
|
+
*
|
|
60
|
+
* This source code is licensed under the MIT license found in the
|
|
61
|
+
* LICENSE file in the root directory of this source tree.
|
|
62
|
+
*/
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* @license React
|
|
66
|
+
* react.production.min.js
|
|
67
|
+
*
|
|
68
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
69
|
+
*
|
|
70
|
+
* This source code is licensed under the MIT license found in the
|
|
71
|
+
* LICENSE file in the root directory of this source tree.
|
|
72
|
+
*/
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* @license React
|
|
76
|
+
* scheduler.production.min.js
|
|
77
|
+
*
|
|
78
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
79
|
+
*
|
|
80
|
+
* This source code is licensed under the MIT license found in the
|
|
81
|
+
* LICENSE file in the root directory of this source tree.
|
|
82
|
+
*/
|
|
83
|
+
|
|
84
|
+
//! Copyright (c) JS Foundation and other contributors
|
|
85
|
+
|
|
86
|
+
//! github.com/moment/moment-timezone
|
|
87
|
+
|
|
88
|
+
//! license : MIT
|
|
89
|
+
|
|
90
|
+
//! moment-timezone.js
|
|
91
|
+
|
|
92
|
+
//! moment.js
|
|
93
|
+
|
|
94
|
+
//! moment.js locale configuration
|
|
95
|
+
|
|
96
|
+
//! version : 0.5.48
|
|
Binary file
|
package/dist/index.html
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="%PUBLIC_URL%/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png"/><link rel="stylesheet" href="https://forms-flow-microfrontends.aot-technologies.com/forms-flow-theme@v8.2.0/forms-flow-theme.min.css"><link href="https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600&display=swap" rel="stylesheet"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/formiojs@4.13.1/dist/formio.full.min.css"/><link rel="manifest" href="%PUBLIC_URL%/manifest.json"/><title>React App</title></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script defer="defer" src="forms-flow-webcomponent.js"></script></body></html>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arun-s-aot/formsflow-webembed",
|
|
3
|
-
"version": "1.0.1-dev.
|
|
3
|
+
"version": "1.0.1-dev.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -12,23 +12,22 @@
|
|
|
12
12
|
"LICENSE"
|
|
13
13
|
],
|
|
14
14
|
"main": "dist/forms-flow-webcomponent.js",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"axios": "
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"react-scripts": "5.0.1",
|
|
23
|
-
"react-to-webcomponent": "^1.5.1",
|
|
24
|
-
"web-vitals": "^5.1.0"
|
|
15
|
+
"peerDependencies": {
|
|
16
|
+
"keycloak-js": ">=26.0.0",
|
|
17
|
+
"axios": ">=1.0.0"
|
|
18
|
+
},
|
|
19
|
+
"peerDependenciesMeta": {
|
|
20
|
+
"keycloak-js": { "optional": true },
|
|
21
|
+
"axios": { "optional": true }
|
|
25
22
|
},
|
|
23
|
+
"dependencies": {},
|
|
26
24
|
"scripts": {
|
|
27
25
|
"start": "react-scripts start",
|
|
28
26
|
"build": "npm run build:react && npm run build:bundle && npm run copy:license",
|
|
29
27
|
"build:bundle": "webpack --config webpack.config.js",
|
|
30
28
|
"build:react": "react-scripts build",
|
|
31
29
|
"copy:license": "cp LICENSE dist/ 2>/dev/null || echo 'LICENSE file not found'",
|
|
30
|
+
"prepublishOnly": "npm run build",
|
|
32
31
|
"test": "react-scripts test",
|
|
33
32
|
"eject": "react-scripts eject"
|
|
34
33
|
},
|
|
@@ -51,6 +50,8 @@
|
|
|
51
50
|
]
|
|
52
51
|
},
|
|
53
52
|
"devDependencies": {
|
|
53
|
+
"@aot-technologies/formio-react": "^1.0.5",
|
|
54
|
+
"@aot-technologies/formsflow-formio-custom-elements": "^1.0.2",
|
|
54
55
|
"@babel/core": "^7.26.0",
|
|
55
56
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
56
57
|
"@babel/preset-env": "^7.26.0",
|
|
@@ -58,11 +59,18 @@
|
|
|
58
59
|
"@testing-library/jest-dom": "^6.6.3",
|
|
59
60
|
"@testing-library/react": "^16.2.0",
|
|
60
61
|
"@testing-library/user-event": "^14.6.1",
|
|
62
|
+
"axios": "^1.11.0",
|
|
61
63
|
"babel-loader": "^9.2.1",
|
|
62
64
|
"compression-webpack-plugin": "^11.1.0",
|
|
63
65
|
"html-webpack-plugin": "^5.6.3",
|
|
66
|
+
"keycloak-js": "^26.1.2",
|
|
64
67
|
"parcel": "^2.13.3",
|
|
65
68
|
"path": "^0.12.7",
|
|
69
|
+
"react": "^18.1.0",
|
|
70
|
+
"react-dom": "^18.1.0",
|
|
71
|
+
"react-scripts": "5.0.1",
|
|
72
|
+
"react-to-webcomponent": "^1.5.1",
|
|
73
|
+
"web-vitals": "^5.1.0",
|
|
66
74
|
"webpack": "^5.95.0",
|
|
67
75
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
68
76
|
"webpack-cli": "^5.1.4",
|