@extscreen/es-core 1.0.19 → 1.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2179,7 +2179,7 @@ function ESLoadingViewComponent() {
2179
2179
  },
2180
2180
  });
2181
2181
 
2182
- Vue.component('es-loading-view-component', {
2182
+ Vue.component('loading-view', {
2183
2183
 
2184
2184
  render(h) {
2185
2185
  return h('LoadingViewComponent',
@@ -2198,7 +2198,7 @@ function ESTransitionImageViewComponent() {
2198
2198
  },
2199
2199
  });
2200
2200
 
2201
- Vue.component('es-transition-image-view-component', {
2201
+ Vue.component('img-transition', {
2202
2202
  methods: {
2203
2203
  setNextColor(color) {
2204
2204
  Vue.Native.callUIFunction(this.$refs.transitionImageComponent,
@@ -2233,7 +2233,7 @@ function ESQRCodeViewComponent() {
2233
2233
  },
2234
2234
  });
2235
2235
 
2236
- Vue.component('es-qr-code-view-component', {
2236
+ Vue.component('qr-view', {
2237
2237
 
2238
2238
  render(h) {
2239
2239
  return h('QrCodeComponent',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es-core",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {