@dazhicheng/ui 1.5.90 → 1.5.91

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -23698,7 +23698,7 @@ class dk extends hp {
23698
23698
  * @description 卸载分组表单时恢复初始schema
23699
23699
  */
23700
23700
  unmount() {
23701
- this._applyGroupSchema(vl(this._initialGroupSchema)), this.hiddenGroupKeys.clear(), this._clearNavErrorCounts(), super.unmount();
23701
+ this._applyGroupSchema(vl(this._initialGroupSchema)), this.hiddenGroupKeys.clear(), this.virtual && (this._clearAllCachedErrors(), this._hasValidated = !1), this._clearNavErrorCounts(), super.unmount();
23702
23702
  }
23703
23703
  }
23704
23704
  const oy = `<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="currentColor"><!-- Icon from Remix Icon by Remix Design - https://github.com/Remix-Design/RemixIcon/blob/master/License --><path d="M18 11V8l4 4l-4 4v-3h-5v5h3l-4 4l-4-4h3v-5H6v3l-4-4l4-4v3h5V6H8l4-4l4 4h-3v5z"/></svg>\r
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dazhicheng/ui",
3
- "version": "1.5.90",
3
+ "version": "1.5.91",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",