@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.
@@ -1,3 +1,11 @@
1
+ /*!
2
+ * dist/inputmask
3
+ * https://github.com/RobinHerbots/Inputmask
4
+ * Copyright (c) 2010 - 2023 Robin Herbots
5
+ * Licensed under the MIT license
6
+ * Version: 5.0.8
7
+ */
8
+
1
9
  /*!
2
10
  * https://github.com/Starcounter-Jack/JSON-Patch
3
11
  * (c) 2017-2021 Joachim Wester
@@ -10,57 +18,9 @@
10
18
  * MIT licensed
11
19
  */
12
20
 
13
- /*!
14
- * dependencyLibs/inputmask.dependencyLib.js
15
- * https://github.com/RobinHerbots/Inputmask
16
- * Copyright (c) 2010 - 2019 Robin Herbots
17
- * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
18
- * Version: 4.0.9
19
- */
20
-
21
- /*!
22
- * global/window.js
23
- * https://github.com/RobinHerbots/Inputmask
24
- * Copyright (c) 2010 - 2019 Robin Herbots
25
- * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
26
- * Version: 4.0.9
27
- */
28
-
29
- /*!
30
- * inputmask.date.extensions.js
31
- * https://github.com/RobinHerbots/Inputmask
32
- * Copyright (c) 2010 - 2019 Robin Herbots
33
- * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
34
- * Version: 4.0.9
35
- */
36
-
37
- /*!
38
- * inputmask.extensions.js
39
- * https://github.com/RobinHerbots/Inputmask
40
- * Copyright (c) 2010 - 2019 Robin Herbots
41
- * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
42
- * Version: 4.0.9
43
- */
44
-
45
- /*!
46
- * inputmask.js
47
- * https://github.com/RobinHerbots/Inputmask
48
- * Copyright (c) 2010 - 2019 Robin Herbots
49
- * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
50
- * Version: 4.0.9
51
- */
52
-
53
- /*!
54
- * inputmask.numeric.extensions.js
55
- * https://github.com/RobinHerbots/Inputmask
56
- * Copyright (c) 2010 - 2019 Robin Herbots
57
- * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
58
- * Version: 4.0.9
59
- */
60
-
61
21
  /*! @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 */
62
22
 
63
- /*! formiojs v5.0.0-rc.51 | https://unpkg.com/formiojs@5.0.0-rc.51/LICENSE.txt */
23
+ /*! formiojs v5.0.0-rc.52 | https://unpkg.com/formiojs@5.0.0-rc.52/LICENSE.txt */
64
24
 
65
25
  /**
66
26
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formio/js",
3
- "version": "5.0.0-rc.51",
3
+ "version": "5.0.0-rc.52",
4
4
  "description": "JavaScript powered Forms with JSON Form Builder",
5
5
  "main": "lib/cjs/index.js",
6
6
  "exports": {
@@ -77,7 +77,7 @@
77
77
  "dependencies": {
78
78
  "@formio/bootstrap": "^3.0.0-rc.24",
79
79
  "@formio/choices.js": "^10.2.1",
80
- "@formio/core": "^2.1.0-dev.tt.7",
80
+ "@formio/core": "^2.1.0-dev.tt.8",
81
81
  "@formio/text-mask-addons": "^3.8.0-formio.2",
82
82
  "@formio/vanilla-text-mask": "^5.1.1-formio.1",
83
83
  "abortcontroller-polyfill": "^1.7.5",