UNPKG

@progress/kendo-vue-charts

Version:
9 lines (8 loc) 938 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 t=require("vue"),o=require("../base/CollectionConfigurationComponent.js"),r=require("@progress/kendo-vue-common");function n(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!t.isVNode(e)}const i=t.defineComponent({name:"KendoChartNavigatorSeries",render(){const e=r.getDefaultSlots(this);return t.createVNode(o.CollectionConfiguration,{chartKey:"series",parentKey:"navigator"},n(e)?e:{default:()=>[e]})}});exports.ChartNavigatorSeries=i;