前端初始化
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
||||
const require_runtime = require("../../../utils/vue/props/runtime.js");
|
||||
//#region ../../packages/components/popper/src/trigger.ts
|
||||
/**
|
||||
* @deprecated Removed after 3.0.0, Use `PopperTriggerProps` instead.
|
||||
*/
|
||||
const popperTriggerProps = require_runtime.buildProps({
|
||||
/** @description Indicates the reference element to which the popper is attached */
|
||||
virtualRef: { type: require_runtime.definePropType(Object) },
|
||||
/** @description Indicates whether virtual triggering is enabled */
|
||||
virtualTriggering: Boolean,
|
||||
onMouseenter: { type: require_runtime.definePropType(Function) },
|
||||
onMouseleave: { type: require_runtime.definePropType(Function) },
|
||||
onClick: { type: require_runtime.definePropType(Function) },
|
||||
onKeydown: { type: require_runtime.definePropType(Function) },
|
||||
onFocus: { type: require_runtime.definePropType(Function) },
|
||||
onBlur: { type: require_runtime.definePropType(Function) },
|
||||
onContextmenu: { type: require_runtime.definePropType(Function) },
|
||||
id: String,
|
||||
open: Boolean
|
||||
});
|
||||
/** @deprecated use `popperTriggerProps` instead, and it will be deprecated in the next major version */
|
||||
const usePopperTriggerProps = popperTriggerProps;
|
||||
//#endregion
|
||||
exports.popperTriggerProps = popperTriggerProps;
|
||||
exports.usePopperTriggerProps = usePopperTriggerProps;
|
||||
|
||||
//# sourceMappingURL=trigger.js.map
|
||||
Reference in New Issue
Block a user