@maif/react-forms 1.0.36 → 1.0.39
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 -12
- package/lib/esm/index.js +620 -824
- package/lib/index.js +622 -825
- package/package.json +11 -4
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -10
- package/.github/ISSUE_TEMPLATE/feature_request.md +0 -10
- package/.github/workflows/build-playground.yml +0 -34
- package/.github/workflows/generate-release-note.yml +0 -48
- package/.github/workflows/release.yml +0 -73
- package/docs/asset-manifest.json +0 -24
- package/docs/index.html +0 -1
- package/docs/manifest.json +0 -25
- package/docs/robots.txt +0 -3
- package/docs/static/css/2.6902daba.chunk.css +0 -11
- package/docs/static/css/2.6902daba.chunk.css.map +0 -1
- package/docs/static/css/main.8693c9f3.chunk.css +0 -2
- package/docs/static/css/main.8693c9f3.chunk.css.map +0 -1
- package/docs/static/js/2.bc3a307f.chunk.js +0 -3
- package/docs/static/js/2.bc3a307f.chunk.js.LICENSE.txt +0 -147
- package/docs/static/js/2.bc3a307f.chunk.js.map +0 -1
- package/docs/static/js/main.a5abf7f1.chunk.js +0 -2
- package/docs/static/js/main.a5abf7f1.chunk.js.map +0 -1
- package/docs/static/js/runtime-main.368a22f5.js +0 -2
- package/docs/static/js/runtime-main.368a22f5.js.map +0 -1
- package/docs/static/media/fa-brands-400.2285773e.woff +0 -0
- package/docs/static/media/fa-brands-400.23f19bb0.eot +0 -0
- package/docs/static/media/fa-brands-400.2f517e09.svg +0 -3717
- package/docs/static/media/fa-brands-400.527940b1.ttf +0 -0
- package/docs/static/media/fa-brands-400.d878b0a6.woff2 +0 -0
- package/docs/static/media/fa-regular-400.4689f52c.svg +0 -801
- package/docs/static/media/fa-regular-400.491974d1.ttf +0 -0
- package/docs/static/media/fa-regular-400.77206a6b.eot +0 -0
- package/docs/static/media/fa-regular-400.7a333762.woff2 +0 -0
- package/docs/static/media/fa-regular-400.bb58e57c.woff +0 -0
- package/docs/static/media/fa-solid-900.1551f4f6.woff2 +0 -0
- package/docs/static/media/fa-solid-900.7a8b4f13.svg +0 -5034
- package/docs/static/media/fa-solid-900.9bbb245e.eot +0 -0
- package/docs/static/media/fa-solid-900.be9ee23c.ttf +0 -0
- package/docs/static/media/fa-solid-900.eeccf4f6.woff +0 -0
- package/examples/.env +0 -2
- package/examples/README.md +0 -0
- package/examples/package.json +0 -43
- package/examples/public/index.html +0 -43
- package/examples/public/manifest.json +0 -25
- package/examples/public/robots.txt +0 -3
- package/examples/src/App.css +0 -10
- package/examples/src/Playground.js +0 -158
- package/examples/src/WrapperError.js +0 -21
- package/examples/src/index.css +0 -13
- package/examples/src/index.js +0 -11
- package/examples/src/reportWebVitals.js +0 -13
- package/examples/src/schema/basic.json +0 -15
- package/examples/src/schema/constrainedBasic.json +0 -28
- package/examples/src/schema/constraintsWithRef.json +0 -44
- package/examples/src/schema/dynamicForm.json +0 -57
- package/examples/src/schema/formArray.js +0 -30
- package/examples/src/schema/formInForm.json +0 -39
- package/examples/src/schema/selector.json +0 -14
- package/jest-sync.config.json +0 -17
- package/rollup.config.js +0 -66
- package/scripts/build.sh +0 -34
- package/test/array.spec.js +0 -78
- package/test/bool.spec.js +0 -29
- package/test/date.spec.js +0 -41
- package/test/number.spec.js +0 -124
- package/test/object.spec.js +0 -14
- package/test/string.spec.js +0 -87
- package/test/testUtils.js +0 -30
- package/test-setup.js +0 -9
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/*!
|
|
8
|
-
autosize 4.0.4
|
|
9
|
-
license: MIT
|
|
10
|
-
http://www.jacklmoore.com/autosize
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
/*!
|
|
14
|
-
* RegJSGen
|
|
15
|
-
* Copyright 2014 Benjamin Tan <https://d10.github.io/>
|
|
16
|
-
* Available under MIT license <http://d10.mit-license.org/>
|
|
17
|
-
*/
|
|
18
|
-
|
|
19
|
-
/*!
|
|
20
|
-
* The buffer module from node.js, for the browser.
|
|
21
|
-
*
|
|
22
|
-
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
|
|
23
|
-
* @license MIT
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
/*!
|
|
27
|
-
* The buffer module from node.js, for the browser.
|
|
28
|
-
*
|
|
29
|
-
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
|
|
30
|
-
* @license MIT
|
|
31
|
-
*/
|
|
32
|
-
|
|
33
|
-
/*!
|
|
34
|
-
Copyright (c) 2018 Jed Watson.
|
|
35
|
-
Licensed under the MIT License (MIT), see
|
|
36
|
-
http://jedwatson.github.io/classnames
|
|
37
|
-
*/
|
|
38
|
-
|
|
39
|
-
/*!
|
|
40
|
-
* Chart.js v2.9.4
|
|
41
|
-
* https://www.chartjs.org
|
|
42
|
-
* (c) 2020 Chart.js Contributors
|
|
43
|
-
* Released under the MIT License
|
|
44
|
-
*/
|
|
45
|
-
|
|
46
|
-
/*!
|
|
47
|
-
* Determine if an object is a Buffer
|
|
48
|
-
*
|
|
49
|
-
* @author Feross Aboukhadijeh <https://feross.org>
|
|
50
|
-
* @license MIT
|
|
51
|
-
*/
|
|
52
|
-
|
|
53
|
-
/*!
|
|
54
|
-
* The buffer module from node.js, for the browser.
|
|
55
|
-
*
|
|
56
|
-
* @author Feross Aboukhadijeh <http://feross.org>
|
|
57
|
-
* @license MIT
|
|
58
|
-
*/
|
|
59
|
-
|
|
60
|
-
/*!
|
|
61
|
-
* repeat-string <https://github.com/jonschlinkert/repeat-string>
|
|
62
|
-
*
|
|
63
|
-
* Copyright (c) 2014-2015, Jon Schlinkert.
|
|
64
|
-
* Licensed under the MIT License.
|
|
65
|
-
*/
|
|
66
|
-
|
|
67
|
-
/*! *****************************************************************************
|
|
68
|
-
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
69
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
70
|
-
this file except in compliance with the License. You may obtain a copy of the
|
|
71
|
-
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
72
|
-
|
|
73
|
-
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
74
|
-
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
75
|
-
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
76
|
-
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
77
|
-
|
|
78
|
-
See the Apache Version 2.0 License for specific language governing permissions
|
|
79
|
-
and limitations under the License.
|
|
80
|
-
***************************************************************************** */
|
|
81
|
-
|
|
82
|
-
/*! Based on https://mths.be/fromcodepoint v0.2.0 by @mathias */
|
|
83
|
-
|
|
84
|
-
/*! https://mths.be/fromcodepoint v0.2.1 by @mathias */
|
|
85
|
-
|
|
86
|
-
/*! https://mths.be/jsesc v1.3.0 by @mathias */
|
|
87
|
-
|
|
88
|
-
/*! https://mths.be/regenerate v1.3.2 by @mathias | MIT license */
|
|
89
|
-
|
|
90
|
-
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
91
|
-
|
|
92
|
-
/*! showdown v 1.9.1 - 02-11-2019 */
|
|
93
|
-
|
|
94
|
-
/**
|
|
95
|
-
* A better abstraction over CSS.
|
|
96
|
-
*
|
|
97
|
-
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
|
|
98
|
-
* @website https://github.com/cssinjs/jss
|
|
99
|
-
* @license MIT
|
|
100
|
-
*/
|
|
101
|
-
|
|
102
|
-
/** @license React v0.20.2
|
|
103
|
-
* scheduler.production.min.js
|
|
104
|
-
*
|
|
105
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
106
|
-
*
|
|
107
|
-
* This source code is licensed under the MIT license found in the
|
|
108
|
-
* LICENSE file in the root directory of this source tree.
|
|
109
|
-
*/
|
|
110
|
-
|
|
111
|
-
/** @license React v16.13.1
|
|
112
|
-
* react-is.production.min.js
|
|
113
|
-
*
|
|
114
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
115
|
-
*
|
|
116
|
-
* This source code is licensed under the MIT license found in the
|
|
117
|
-
* LICENSE file in the root directory of this source tree.
|
|
118
|
-
*/
|
|
119
|
-
|
|
120
|
-
/** @license React v17.0.2
|
|
121
|
-
* react-dom.production.min.js
|
|
122
|
-
*
|
|
123
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
124
|
-
*
|
|
125
|
-
* This source code is licensed under the MIT license found in the
|
|
126
|
-
* LICENSE file in the root directory of this source tree.
|
|
127
|
-
*/
|
|
128
|
-
|
|
129
|
-
/** @license React v17.0.2
|
|
130
|
-
* react-jsx-runtime.production.min.js
|
|
131
|
-
*
|
|
132
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
133
|
-
*
|
|
134
|
-
* This source code is licensed under the MIT license found in the
|
|
135
|
-
* LICENSE file in the root directory of this source tree.
|
|
136
|
-
*/
|
|
137
|
-
|
|
138
|
-
/** @license React v17.0.2
|
|
139
|
-
* react.production.min.js
|
|
140
|
-
*
|
|
141
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
142
|
-
*
|
|
143
|
-
* This source code is licensed under the MIT license found in the
|
|
144
|
-
* LICENSE file in the root directory of this source tree.
|
|
145
|
-
*/
|
|
146
|
-
|
|
147
|
-
//! moment.js
|