UNPKG

@progress/kendo-vue-charts

Version:
29 lines (28 loc) 1.01 kB
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { defineComponent as e, createVNode as o, isVNode as r } from "vue"; import { CollectionConfiguration as n } from "../base/CollectionConfigurationComponent.mjs"; import { getDefaultSlots as i } from "@progress/kendo-vue-common"; function a(t) { return typeof t == "function" || Object.prototype.toString.call(t) === "[object Object]" && !r(t); } const p = /* @__PURE__ */ e({ name: "KendoChartNavigatorSeries", render() { const t = i(this); return o(n, { chartKey: "series", parentKey: "navigator" }, a(t) ? t : { default: () => [t] }); } }); export { p as ChartNavigatorSeries };