UNPKG

@progress/kendo-vue-data-tools

Version:
9 lines (8 loc) 880 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),t=require("@progress/kendo-vue-common"),n=require("@progress/kendo-vue-animation"),s=e.defineComponent({props:{show:Boolean},render(){const o=t.getDefaultSlots(this);return e.createVNode("div",{class:"k-columnmenu-item-content"},[e.createVNode(n.Reveal,{appear:this.$props.show,style:{position:"relative",display:"block"}},{default:()=>[this.$props.show?o:null]})])}});exports.ColumnMenuItemContent=s;