UNPKG

@progress/kendo-vue-charts

Version:
9 lines (8 loc) 937 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"),a=e.defineComponent({name:"KendoChartNavigatorHint",props:{content:{type:Function,default:void 0},format:String,visible:{type:Boolean,default:void 0}},render(){const t=r.getDefaultSlots(this),n=i.removeUndefinedProps(this.$props);return e.h(o.Configuration,{config:n,chartKey:"hint"},function(){return t})}});exports.ChartNavigatorHint=a;