@whitesev/pops 2.3.2 → 2.3.3
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.amd.js +3 -3
- package/dist/index.amd.js.map +1 -1
- package/dist/index.cjs.js +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.iife.js +3 -3
- package/dist/index.iife.js.map +1 -1
- package/dist/index.system.js +3 -3
- package/dist/index.system.js.map +1 -1
- package/dist/index.umd.js +3 -3
- package/dist/index.umd.js.map +1 -1
- package/dist/types/src/components/rightClickMenu/types/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -68,10 +68,10 @@ export interface PopsRightClickMenuDetails extends Pick<PopsCommonConfig, "useSh
|
|
|
68
68
|
*/
|
|
69
69
|
className?: string;
|
|
70
70
|
/**
|
|
71
|
-
* 是否启用动画,默认
|
|
71
|
+
* 是否启用动画,默认false
|
|
72
72
|
*
|
|
73
73
|
* 该动画为从上往下展开
|
|
74
|
-
* @default
|
|
74
|
+
* @default false
|
|
75
75
|
*/
|
|
76
76
|
isAnimation?: boolean;
|
|
77
77
|
/**
|