@formio/js 5.0.0-dev.5632.8d1873d → 5.0.0-dev.5633.3e0990b
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/Changelog.md +8 -0
- package/dist/formio.builder.css +0 -4
- package/dist/formio.builder.min.css +1 -1
- package/dist/formio.form.css +0 -4
- package/dist/formio.form.js +4 -4
- package/dist/formio.form.min.css +1 -1
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.full.css +0 -4
- package/dist/formio.full.js +5 -5
- package/dist/formio.full.min.css +1 -1
- package/dist/formio.full.min.js +1 -1
- package/lib/cjs/Webform.d.ts +7 -0
- package/lib/cjs/Webform.js +15 -5
- package/lib/cjs/WebformBuilder.js +8 -2
- package/lib/cjs/components/_classes/component/Component.d.ts +14 -1
- package/lib/cjs/components/_classes/component/Component.js +24 -14
- package/lib/cjs/components/form/Form.d.ts +7 -0
- package/lib/cjs/components/form/Form.js +17 -7
- package/lib/cjs/components/signature/Signature.js +1 -1
- package/lib/mjs/Webform.d.ts +7 -0
- package/lib/mjs/Webform.js +15 -5
- package/lib/mjs/WebformBuilder.js +8 -2
- package/lib/mjs/components/_classes/component/Component.d.ts +14 -1
- package/lib/mjs/components/_classes/component/Component.js +32 -14
- package/lib/mjs/components/form/Form.d.ts +7 -0
- package/lib/mjs/components/form/Form.js +15 -5
- package/lib/mjs/components/signature/Signature.js +1 -1
- package/package.json +1 -1
package/dist/formio.full.css
CHANGED
|
@@ -3199,10 +3199,6 @@ body.formio-dialog-open {
|
|
|
3199
3199
|
justify-content: flex-end;
|
|
3200
3200
|
}
|
|
3201
3201
|
|
|
3202
|
-
.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons {
|
|
3203
|
-
*zoom: 1;
|
|
3204
|
-
}
|
|
3205
|
-
|
|
3206
3202
|
.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons:after {
|
|
3207
3203
|
content: "";
|
|
3208
3204
|
display: table;
|