@formio/js 5.0.0-rc.50 → 5.0.0-rc.51
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 +4241 -4702
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.form.min.js.LICENSE.txt +49 -13
- package/dist/formio.full.js +4251 -5362
- package/dist/formio.full.min.js +1 -1
- package/dist/formio.full.min.js.LICENSE.txt +49 -13
- package/dist/formio.js +79 -89
- package/dist/formio.min.js +1 -1
- package/dist/formio.min.js.LICENSE.txt +1 -1
- package/dist/formio.utils.js +1701 -1581
- package/dist/formio.utils.min.js +1 -1
- package/dist/formio.utils.min.js.LICENSE.txt +48 -12
- package/lib/cjs/utils/utils.d.ts +1 -1
- package/lib/cjs/utils/utils.js +1 -1
- package/lib/mjs/utils/utils.d.ts +1 -1
- package/lib/mjs/utils/utils.js +1 -1
- package/package.json +2 -2
@@ -11,14 +11,6 @@
|
|
11
11
|
* Version: 5.0.8
|
12
12
|
*/
|
13
13
|
|
14
|
-
/*!
|
15
|
-
* dist/inputmask
|
16
|
-
* https://github.com/RobinHerbots/Inputmask
|
17
|
-
* Copyright (c) 2010 - 2023 Robin Herbots
|
18
|
-
* Licensed under the MIT license
|
19
|
-
* Version: 5.0.9-beta.45
|
20
|
-
*/
|
21
|
-
|
22
14
|
/*!
|
23
15
|
* https://github.com/Starcounter-Jack/JSON-Patch
|
24
16
|
* (c) 2017-2021 Joachim Wester
|
@@ -31,15 +23,59 @@
|
|
31
23
|
* MIT licensed
|
32
24
|
*/
|
33
25
|
|
34
|
-
/*!
|
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
|
+
*/
|
35
33
|
|
36
|
-
/*!
|
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
|
+
*/
|
37
41
|
|
38
|
-
/*!
|
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
|
+
/*! @formio/choices.js v10.2.1 | © 2024 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
|
39
75
|
|
40
|
-
/*!
|
76
|
+
/*! @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 */
|
41
77
|
|
42
|
-
/*!
|
78
|
+
/*! formiojs v5.0.0-rc.51 | https://unpkg.com/formiojs@5.0.0-rc.51/LICENSE.txt */
|
43
79
|
|
44
80
|
/**
|
45
81
|
* @license
|