hy-design-ui 0.1.12 → 0.1.13

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.
@@ -1,4 +1,5 @@
1
1
  interface HyDrawer {
2
+ /** 是否挂载到 body,默认 true,避免表单校验样式污染嵌套弹层 */
2
3
  appendToBody?: boolean;
3
4
  appendTo?: string | HTMLElement;
4
5
  lockScroll?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hy-design-ui",
3
3
  "private": false,
4
- "version": "0.1.12",
4
+ "version": "0.1.13",
5
5
  "types": "./dist/hy-design-ui.d.ts",
6
6
  "typings": "./dist/hy-design-ui.d.ts",
7
7
  "main": "./dist/hy-design-ui.umd.cjs",