@formio/js 5.1.0-dev.6108.401a61f → 5.1.0-dev.6112.eca5845
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/README.md +5 -0
- package/dist/formio.form.js +1 -1
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.full.js +1 -1
- package/dist/formio.full.min.js +1 -1
- package/lib/cjs/components/_classes/component/Component.js +1 -1
- package/lib/mjs/components/_classes/component/Component.js +1 -1
- package/package.json +1 -3
@@ -740,7 +740,7 @@ class Component extends Element_1.default {
|
|
740
740
|
this._conditionallyClear = true;
|
741
741
|
return this._conditionallyClear;
|
742
742
|
}
|
743
|
-
this._conditionallyClear = this.
|
743
|
+
this._conditionallyClear = this.parentShouldConditionallyClear();
|
744
744
|
return this._conditionallyClear;
|
745
745
|
}
|
746
746
|
/**
|
@@ -704,7 +704,7 @@ export default class Component extends Element {
|
|
704
704
|
this._conditionallyClear = true;
|
705
705
|
return this._conditionallyClear;
|
706
706
|
}
|
707
|
-
this._conditionallyClear = this.
|
707
|
+
this._conditionallyClear = this.parentShouldConditionallyClear();
|
708
708
|
return this._conditionallyClear;
|
709
709
|
}
|
710
710
|
/**
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@formio/js",
|
3
|
-
"version": "5.1.0-dev.
|
3
|
+
"version": "5.1.0-dev.6112.eca5845",
|
4
4
|
"description": "JavaScript powered Forms with JSON Form Builder",
|
5
5
|
"main": "lib/cjs/index.js",
|
6
6
|
"exports": {
|
@@ -130,8 +130,6 @@
|
|
130
130
|
"escape-string-regexp": "^5.0.0",
|
131
131
|
"eslint": "^8.57.0",
|
132
132
|
"eslint-plugin-jsdoc": "^48.2.5",
|
133
|
-
"eslint-plugin-no-unsanitized": "^4.1.2",
|
134
|
-
"eslint-plugin-security": "^3.0.1",
|
135
133
|
"fetch-mock": "^9.11.0",
|
136
134
|
"file-loader": "^6.2.0",
|
137
135
|
"flatpickr": "^4.6.13",
|