z-ui-pc 0.5.7 → 0.5.8

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/dist/index.d.ts CHANGED
@@ -307,7 +307,6 @@ declare class BaseFormInstanceManagement<T = TObj> {
307
307
  * @param prop
308
308
  */
309
309
  getFormItemByProp<U>(prop: keyof T): TUndefinable<U>;
310
- destroy(): void;
311
310
  }
312
311
 
313
312
  export declare class BaseFormItem<T extends TObj = TObj, U extends TObj = TObj> implements IBaseFormItem<T> {
package/dist/index.js CHANGED
@@ -2471,9 +2471,6 @@ class sa {
2471
2471
  getFormItemByProp(t) {
2472
2472
  return this.componentInstanceRefs ? Reflect.get(this.componentInstanceRefs, t) : void 0;
2473
2473
  }
2474
- destroy() {
2475
- this._instance = void 0, this.componentInstanceRefs = void 0;
2476
- }
2477
2474
  }
2478
2475
  class Bo {
2479
2476
  emitter = mn();
@@ -2647,7 +2644,7 @@ class Bo {
2647
2644
  * 销毁
2648
2645
  */
2649
2646
  destroy() {
2650
- this.formInstanceManagement.destroy(), this.columnManagement.destroy(), this.emitter.all.clear();
2647
+ this.columnManagement.destroy(), this.emitter.all.clear();
2651
2648
  }
2652
2649
  }
2653
2650
  class la extends Bo {
@@ -5102,7 +5099,7 @@ const st = (e) => typeof e == "boolean" ? e ? "left" : void 0 : e, Bs = (e) => {
5102
5099
  }, Dl = (e) => ({
5103
5100
  ...cl,
5104
5101
  ...e ?? {}
5105
- }), dl = "0.5.7", pl = {
5102
+ }), dl = "0.5.8", pl = {
5106
5103
  version: dl
5107
5104
  };
5108
5105
  function Gl(e, t, o) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "z-ui-pc",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
4
4
  "description": "适用于pc端的前端组件库",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",