@formio/js 5.0.0-rc.51 → 5.0.0-rc.52
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/formio.embed.js +1 -1
- package/dist/formio.embed.min.js +1 -1
- package/dist/formio.embed.min.js.LICENSE.txt +1 -1
- package/dist/formio.form.js +16 -186
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.form.min.js.LICENSE.txt +1 -49
- package/dist/formio.full.js +16 -156
- package/dist/formio.full.min.js +1 -1
- package/dist/formio.full.min.js.LICENSE.txt +1 -49
- package/dist/formio.js +3 -3
- package/dist/formio.min.js +1 -1
- package/dist/formio.min.js.LICENSE.txt +1 -1
- package/dist/formio.utils.js +24 -194
- package/dist/formio.utils.min.js +1 -1
- package/dist/formio.utils.min.js.LICENSE.txt +9 -49
- package/package.json +2 -2
@@ -23,59 +23,11 @@
|
|
23
23
|
* MIT licensed
|
24
24
|
*/
|
25
25
|
|
26
|
-
/*!
|
27
|
-
* dependencyLibs/inputmask.dependencyLib.js
|
28
|
-
* https://github.com/RobinHerbots/Inputmask
|
29
|
-
* Copyright (c) 2010 - 2019 Robin Herbots
|
30
|
-
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
31
|
-
* Version: 4.0.9
|
32
|
-
*/
|
33
|
-
|
34
|
-
/*!
|
35
|
-
* global/window.js
|
36
|
-
* https://github.com/RobinHerbots/Inputmask
|
37
|
-
* Copyright (c) 2010 - 2019 Robin Herbots
|
38
|
-
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
39
|
-
* Version: 4.0.9
|
40
|
-
*/
|
41
|
-
|
42
|
-
/*!
|
43
|
-
* inputmask.date.extensions.js
|
44
|
-
* https://github.com/RobinHerbots/Inputmask
|
45
|
-
* Copyright (c) 2010 - 2019 Robin Herbots
|
46
|
-
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
47
|
-
* Version: 4.0.9
|
48
|
-
*/
|
49
|
-
|
50
|
-
/*!
|
51
|
-
* inputmask.extensions.js
|
52
|
-
* https://github.com/RobinHerbots/Inputmask
|
53
|
-
* Copyright (c) 2010 - 2019 Robin Herbots
|
54
|
-
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
55
|
-
* Version: 4.0.9
|
56
|
-
*/
|
57
|
-
|
58
|
-
/*!
|
59
|
-
* inputmask.js
|
60
|
-
* https://github.com/RobinHerbots/Inputmask
|
61
|
-
* Copyright (c) 2010 - 2019 Robin Herbots
|
62
|
-
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
63
|
-
* Version: 4.0.9
|
64
|
-
*/
|
65
|
-
|
66
|
-
/*!
|
67
|
-
* inputmask.numeric.extensions.js
|
68
|
-
* https://github.com/RobinHerbots/Inputmask
|
69
|
-
* Copyright (c) 2010 - 2019 Robin Herbots
|
70
|
-
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
71
|
-
* Version: 4.0.9
|
72
|
-
*/
|
73
|
-
|
74
26
|
/*! @formio/choices.js v10.2.1 | © 2024 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
|
75
27
|
|
76
28
|
/*! @license DOMPurify 3.1.2 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.2/LICENSE */
|
77
29
|
|
78
|
-
/*! formiojs v5.0.0-rc.
|
30
|
+
/*! formiojs v5.0.0-rc.52 | https://unpkg.com/formiojs@5.0.0-rc.52/LICENSE.txt */
|
79
31
|
|
80
32
|
/**
|
81
33
|
* @license
|