UNPKG

@progress/kendo-vue-intl

Version:
9 lines (8 loc) 1.13 kB
/** * @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("./intlUtils.js"),i=require("./Intl/IntlProvider.js"),r=require("./Intl/IntlService.js"),o=require("./Localization/loadMessages.js"),t=require("./Localization/LocalizationProvider.js"),c=require("./Localization/LocalizationService.js"),n=require("@progress/kendo-intl");exports.provideIntlService=e.provideIntlService;exports.provideLocalizationService=e.provideLocalizationService;exports.IntlProvider=i.IntlProvider;exports.IntlService=r.IntlService;exports.loadMessages=o.loadMessages;exports.LocalizationProvider=t.LocalizationProvider;exports.LocalizationService=c.LocalizationService;Object.defineProperty(exports,"load",{enumerable:!0,get:()=>n.load});