@progress/kendo-vue-charts
Version:
9 lines (8 loc) • 1.17 kB
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../base/ConfigurationComponent.js"),i=require("@progress/kendo-vue-common"),o=require("../../utils/main.js"),n=require("vue"),u=n.defineComponent({name:"KendoChartPaneTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(e){return["center","left","right"].includes(e)}},text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const e=i.getDefaultSlots(this),t=o.removeUndefinedProps(this.$props);return n.h(r.Configuration,{config:t,chartKey:"title"},function(){return e})}});exports.ChartPaneTitle=u;