UNPKG

@progress/kendo-vue-charts

Version:
9 lines (8 loc) 730 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 e=require("@progress/kendo-charts"),n=(t,h,o)=>{const a=e.chartBaseTheme();if(typeof document=="undefined"){t.dispatch({type:"push",payload:a});return}let d={};try{d=e.chartTheme(o)}finally{t.dispatch({type:"push",payload:e.deepExtend(a,d)}),h()}};exports.loadTheme=n;