@progress/kendo-vue-intl
Advanced tools
Comparing version 0.2.0-dev.201902050904 to 0.2.0-dev.201902051243
@@ -5,6 +5,5 @@ import IntlProvider from './IntlProvider'; | ||
// Automatic installation if Vue has been added to the global scope. | ||
// @ts-ignore | ||
if (typeof window !== 'undefined' && window.Vue) { | ||
// @ts-ignore | ||
window.Vue.component('kendo-intl-provider', IntlProvider); | ||
var vue = 'Vue'; | ||
if (typeof window !== 'undefined' && window[vue]) { | ||
window[vue].component('kendo-intl-provider', IntlProvider); | ||
} |
@@ -6,6 +6,5 @@ import { loadMessages } from './loadMessages'; | ||
// Automatic installation if Vue has been added to the global scope. | ||
// @ts-ignore | ||
if (typeof window !== 'undefined' && window.Vue) { | ||
// @ts-ignore | ||
window.Vue.component('kendo-localization-provider', LocalizationProvider); | ||
var vue = 'Vue'; | ||
if (typeof window !== 'undefined' && window[vue]) { | ||
window[vue].component('kendo-localization-provider', LocalizationProvider); | ||
} |
@@ -8,6 +8,5 @@ "use strict"; | ||
// Automatic installation if Vue has been added to the global scope. | ||
// @ts-ignore | ||
if (typeof window !== 'undefined' && window.Vue) { | ||
// @ts-ignore | ||
window.Vue.component('kendo-intl-provider', IntlProvider_1.default); | ||
var vue = 'Vue'; | ||
if (typeof window !== 'undefined' && window[vue]) { | ||
window[vue].component('kendo-intl-provider', IntlProvider_1.default); | ||
} |
@@ -10,6 +10,5 @@ "use strict"; | ||
// Automatic installation if Vue has been added to the global scope. | ||
// @ts-ignore | ||
if (typeof window !== 'undefined' && window.Vue) { | ||
// @ts-ignore | ||
window.Vue.component('kendo-localization-provider', LocalizationProvider_1.LocalizationProvider); | ||
var vue = 'Vue'; | ||
if (typeof window !== 'undefined' && window[vue]) { | ||
window[vue].component('kendo-localization-provider', LocalizationProvider_1.LocalizationProvider); | ||
} |
{ | ||
"name": "@progress/kendo-vue-intl", | ||
"description": "KendoVue Internationalization package", | ||
"version": "0.2.0-dev.201902050904", | ||
"version": "0.2.0-dev.201902051243", | ||
"repository": { | ||
@@ -30,3 +30,3 @@ "type": "git", | ||
"dependencies": { | ||
"@progress/kendo-vue-common": "0.2.0-dev.201902050904", | ||
"@progress/kendo-vue-common": "0.2.0-dev.201902051243", | ||
"@telerik/kendo-intl": "^1.3.0" | ||
@@ -33,0 +33,0 @@ }, |
Sorry, the diff of this file is too big to display
175089
1587
+ Added@progress/kendo-vue-common@0.2.0-dev.201902051243(transitive)
- Removed@progress/kendo-vue-common@0.2.0-dev.201902050904(transitive)