z-ui-pc 1.0.1 → 1.0.2
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 +5 -0
- package/dist/index.js +1422 -1408
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -652,6 +652,11 @@ options: TOptionsReturn;
|
|
|
652
652
|
on: TEvent;
|
|
653
653
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
654
654
|
|
|
655
|
+
/**
|
|
656
|
+
* 关闭所有弹框
|
|
657
|
+
*/
|
|
658
|
+
export declare const closeAllDialog: () => void;
|
|
659
|
+
|
|
655
660
|
/**
|
|
656
661
|
* 为 baseFormColumn 提供一个类型定义的函数
|
|
657
662
|
* 详细 IAttrs 类型请参考 @see: @components/z-form/core/typing
|