@formio/js 5.0.0-rc.40 → 5.0.0-rc.42
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/formio.builder.css +2 -2
- package/dist/formio.builder.min.css +1 -1
- 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.css +2 -2
- package/dist/formio.form.js +114 -37
- package/dist/formio.form.min.css +1 -1
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.form.min.js.LICENSE.txt +7 -7
- package/dist/formio.full.css +2 -2
- package/dist/formio.full.js +115 -38
- package/dist/formio.full.min.css +1 -1
- package/dist/formio.full.min.js +1 -1
- package/dist/formio.full.min.js.LICENSE.txt +7 -7
- package/dist/formio.js +76 -4
- package/dist/formio.min.js +1 -1
- package/dist/formio.min.js.LICENSE.txt +13 -1
- package/dist/formio.utils.js +48 -4
- package/dist/formio.utils.min.js +1 -1
- package/dist/formio.utils.min.js.LICENSE.txt +3 -3
- package/lib/cjs/Embed.js +11 -11
- package/lib/cjs/Form.js +32 -1
- package/lib/cjs/Webform.js +1 -1
- package/lib/cjs/WebformBuilder.js +18 -2
- package/lib/cjs/components/datagrid/DataGrid.js +1 -1
- package/lib/cjs/components/datetime/fixtures/comp13.js +118 -0
- package/lib/cjs/components/datetime/fixtures/index.js +3 -1
- package/lib/cjs/components/form/Form.js +27 -3
- package/lib/cjs/components/radio/Radio.js +13 -0
- package/lib/cjs/providers/storage/util.js +2 -2
- package/lib/cjs/utils/conditionOperators/IsEqualTo.js +1 -1
- package/lib/cjs/widgets/CalendarWidget.js +8 -0
- package/lib/mjs/Form.js +32 -1
- package/lib/mjs/Webform.js +1 -1
- package/lib/mjs/WebformBuilder.js +17 -1
- package/lib/mjs/components/datagrid/DataGrid.js +1 -1
- package/lib/mjs/components/datetime/fixtures/comp13.js +116 -0
- package/lib/mjs/components/datetime/fixtures/index.js +2 -1
- package/lib/mjs/components/form/Form.js +25 -2
- package/lib/mjs/components/radio/Radio.js +16 -0
- package/lib/mjs/utils/conditionOperators/IsEqualTo.js +1 -1
- package/lib/mjs/widgets/CalendarWidget.js +8 -0
- package/package.json +11 -11
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
|
-
* Signature Pad v4.
|
3
|
-
* (c)
|
2
|
+
* Signature Pad v4.2.0 | https://github.com/szimek/signature_pad
|
3
|
+
* (c) 2024 Szymon Nowak | Released under the MIT license
|
4
4
|
*/
|
5
5
|
|
6
6
|
/*!
|
@@ -14,9 +14,9 @@
|
|
14
14
|
/*!
|
15
15
|
* dist/inputmask
|
16
16
|
* https://github.com/RobinHerbots/Inputmask
|
17
|
-
* Copyright (c) 2010 -
|
17
|
+
* Copyright (c) 2010 - 2024 Robin Herbots
|
18
18
|
* Licensed under the MIT license
|
19
|
-
* Version: 5.0.9-beta.
|
19
|
+
* Version: 5.0.9-beta.62
|
20
20
|
*/
|
21
21
|
|
22
22
|
/*!
|
@@ -33,11 +33,11 @@
|
|
33
33
|
|
34
34
|
/*! @formio/choices.js v10.2.1 | © 2024 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
|
35
35
|
|
36
|
-
/*! @license DOMPurify 3.0.
|
36
|
+
/*! @license DOMPurify 3.0.11 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.11/LICENSE */
|
37
37
|
|
38
|
-
/*! @license DOMPurify 3.0.
|
38
|
+
/*! @license DOMPurify 3.0.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.0.6/LICENSE */
|
39
39
|
|
40
|
-
/*! formiojs v5.0.0-rc.
|
40
|
+
/*! formiojs v5.0.0-rc.42 | https://unpkg.com/formiojs@5.0.0-rc.42/LICENSE.txt */
|
41
41
|
|
42
42
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
43
43
|
|
package/dist/formio.full.css
CHANGED
@@ -3335,8 +3335,8 @@ body.formio-dialog-open {
|
|
3335
3335
|
color: #EB0000;
|
3336
3336
|
}
|
3337
3337
|
|
3338
|
-
.formio-component-radio.formio-component-label-hidden.required .label-position-right.form-check-label:before,
|
3339
|
-
.formio-component-selectboxes.formio-component-label-hidden.required .label-position-right.form-check-label:before {
|
3338
|
+
.formio-component-radio.formio-component-label-hidden.required .form-check .label-position-right.form-check-label:before,
|
3339
|
+
.formio-component-selectboxes.formio-component-label-hidden.required .form-check .label-position-right.form-check-label:before {
|
3340
3340
|
right: 20px;
|
3341
3341
|
}
|
3342
3342
|
|