UNPKG

@progress/kendo-vue-charts

Version:
9 lines (8 loc) 909 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 o=require("../base/ConfigurationComponent.js"),r=require("@progress/kendo-vue-common"),i=require("../../utils/main.js"),e=require("vue"),s=e.defineComponent({name:"KendoChartLegendInactiveItems",props:{labels:{type:Object,default:function(){}}},render(){const t=r.getDefaultSlots(this),n=i.removeUndefinedProps(this.$props);return e.h(o.Configuration,{config:n,chartKey:"inactiveItems"},function(){return t})}});exports.ChartLegendInactiveItems=s;