vue-qrious
Advanced tools
Comparing version 1.5.5-beta.0 to 1.5.5-beta.1
@@ -79,2 +79,4 @@ 'use strict'; | ||
var vueH = Vue__default['default'].h; | ||
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition | ||
h = h || vueH; | ||
var imgProps = __assign(__assign({}, this.$attrs), { src: this.dataUrl }); | ||
@@ -81,0 +83,0 @@ // eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-return |
@@ -1,1 +0,1 @@ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var r=require("qrious"),t=require("vue");function e(r){return r&&"object"==typeof r&&"default"in r?r:{default:r}}var i=e(r),n=e(t),a=function(){return(a=Object.assign||function(r){for(var t,e=1,i=arguments.length;e<i;e++)for(var n in t=arguments[e])Object.prototype.hasOwnProperty.call(t,n)&&(r[n]=t[n]);return r}).apply(this,arguments)},u=["L","M","Q","H"],o={props:{value:{type:String,required:!0},background:String,backgroundAlpha:Number,foreground:String,foregroundAlpha:Number,level:{type:String,validator:function(r){return u.includes(r)}},mime:String,padding:Number,size:Number},data:function(){var r=new i.default(this.$props);return{qrious:r,dataUrl:r.toDataURL(this.mime)}},watch:{$props:{deep:!0,handler:function(){this.qrious.set(this.$props),this.dataUrl=this.qrious.toDataURL(this.mime)}}},render:function(r){var t=n.default.h,e=a(a({},this.$attrs),{src:this.dataUrl});return r("img",t?e:{domProps:e})}};exports.LEVELS=u,exports.default=o; | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var r=require("qrious"),t=require("vue");function e(r){return r&&"object"==typeof r&&"default"in r?r:{default:r}}var i=e(r),a=e(t),n=function(){return(n=Object.assign||function(r){for(var t,e=1,i=arguments.length;e<i;e++)for(var a in t=arguments[e])Object.prototype.hasOwnProperty.call(t,a)&&(r[a]=t[a]);return r}).apply(this,arguments)},u=["L","M","Q","H"],o={props:{value:{type:String,required:!0},background:String,backgroundAlpha:Number,foreground:String,foregroundAlpha:Number,level:{type:String,validator:function(r){return u.includes(r)}},mime:String,padding:Number,size:Number},data:function(){var r=new i.default(this.$props);return{qrious:r,dataUrl:r.toDataURL(this.mime)}},watch:{$props:{deep:!0,handler:function(){this.qrious.set(this.$props),this.dataUrl=this.qrious.toDataURL(this.mime)}}},render:function(r){var t=a.default.h;r=r||t;var e=n(n({},this.$attrs),{src:this.dataUrl});return r("img",t?e:{domProps:e})}};exports.LEVELS=u,exports.default=o; |
@@ -44,2 +44,4 @@ import QRious from 'qrious'; | ||
const vueH = Vue.h; | ||
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition | ||
h = h || vueH; | ||
const imgProps = Object.assign(Object.assign({}, this.$attrs), { src: this.dataUrl }); | ||
@@ -46,0 +48,0 @@ // eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-return |
@@ -1,1 +0,1 @@ | ||
import r from"qrious";import t from"vue";const e=["L","M","Q","H"];var i={props:{value:{type:String,required:!0},background:String,backgroundAlpha:Number,foreground:String,foregroundAlpha:Number,level:{type:String,validator:r=>e.includes(r)},mime:String,padding:Number,size:Number},data(){const t=new r(this.$props);return{qrious:t,dataUrl:t.toDataURL(this.mime)}},watch:{$props:{deep:!0,handler(){this.qrious.set(this.$props),this.dataUrl=this.qrious.toDataURL(this.mime)}}},render(r){const e=t.h,i=Object.assign(Object.assign({},this.$attrs),{src:this.dataUrl});return r("img",e?i:{domProps:i})}};export default i;export{e as LEVELS}; | ||
import r from"qrious";import t from"vue";const e=["L","M","Q","H"];var i={props:{value:{type:String,required:!0},background:String,backgroundAlpha:Number,foreground:String,foregroundAlpha:Number,level:{type:String,validator:r=>e.includes(r)},mime:String,padding:Number,size:Number},data(){const t=new r(this.$props);return{qrious:t,dataUrl:t.toDataURL(this.mime)}},watch:{$props:{deep:!0,handler(){this.qrious.set(this.$props),this.dataUrl=this.qrious.toDataURL(this.mime)}}},render(r){const e=t.h;r=r||e;const i=Object.assign(Object.assign({},this.$attrs),{src:this.dataUrl});return r("img",e?i:{domProps:i})}};export default i;export{e as LEVELS}; |
@@ -70,2 +70,4 @@ import QRious from 'qrious'; | ||
var vueH = Vue.h; | ||
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition | ||
h = h || vueH; | ||
var imgProps = __assign(__assign({}, this.$attrs), { src: this.dataUrl }); | ||
@@ -72,0 +74,0 @@ // eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-return |
@@ -15,2 +15,2 @@ import r from"qrious";import t from"vue"; | ||
PERFORMANCE OF THIS SOFTWARE. | ||
***************************************************************************** */var e=function(){return(e=Object.assign||function(r){for(var t,e=1,i=arguments.length;e<i;e++)for(var o in t=arguments[e])Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}).apply(this,arguments)},i=["L","M","Q","H"],o={props:{value:{type:String,required:!0},background:String,backgroundAlpha:Number,foreground:String,foregroundAlpha:Number,level:{type:String,validator:function(r){return i.includes(r)}},mime:String,padding:Number,size:Number},data:function(){var t=new r(this.$props);return{qrious:t,dataUrl:t.toDataURL(this.mime)}},watch:{$props:{deep:!0,handler:function(){this.qrious.set(this.$props),this.dataUrl=this.qrious.toDataURL(this.mime)}}},render:function(r){var i=t.h,o=e(e({},this.$attrs),{src:this.dataUrl});return r("img",i?o:{domProps:o})}};export default o;export{i as LEVELS}; | ||
***************************************************************************** */var e=function(){return(e=Object.assign||function(r){for(var t,e=1,i=arguments.length;e<i;e++)for(var o in t=arguments[e])Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r}).apply(this,arguments)},i=["L","M","Q","H"],o={props:{value:{type:String,required:!0},background:String,backgroundAlpha:Number,foreground:String,foregroundAlpha:Number,level:{type:String,validator:function(r){return i.includes(r)}},mime:String,padding:Number,size:Number},data:function(){var t=new r(this.$props);return{qrious:t,dataUrl:t.toDataURL(this.mime)}},watch:{$props:{deep:!0,handler:function(){this.qrious.set(this.$props),this.dataUrl=this.qrious.toDataURL(this.mime)}}},render:function(r){var i=t.h;r=r||i;var o=e(e({},this.$attrs),{src:this.dataUrl});return r("img",i?o:{domProps:o})}};export default o;export{i as LEVELS}; |
@@ -44,2 +44,4 @@ import { __assign } from "tslib"; | ||
var vueH = Vue.h; | ||
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition | ||
h = h || vueH; | ||
var imgProps = __assign(__assign({}, this.$attrs), { src: this.dataUrl }); | ||
@@ -46,0 +48,0 @@ // eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-return |
@@ -78,2 +78,4 @@ (function (global, factory) { | ||
var vueH = Vue__default['default'].h; | ||
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition | ||
h = h || vueH; | ||
var imgProps = __assign(__assign({}, this.$attrs), { src: this.dataUrl }); | ||
@@ -80,0 +82,0 @@ // eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-return |
@@ -1,1 +0,1 @@ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("qrious"),require("vue")):"function"==typeof define&&define.amd?define(["exports","qrious","vue"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).VueQrious={},e.QRious,e.Vue)}(this,(function(e,t,r){"use strict";function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=i(t),o=i(r),u=function(){return(u=Object.assign||function(e){for(var t,r=1,i=arguments.length;r<i;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},a=["L","M","Q","H"],s={props:{value:{type:String,required:!0},background:String,backgroundAlpha:Number,foreground:String,foregroundAlpha:Number,level:{type:String,validator:function(e){return a.includes(e)}},mime:String,padding:Number,size:Number},data:function(){var e=new n.default(this.$props);return{qrious:e,dataUrl:e.toDataURL(this.mime)}},watch:{$props:{deep:!0,handler:function(){this.qrious.set(this.$props),this.dataUrl=this.qrious.toDataURL(this.mime)}}},render:function(e){var t=o.default.h,r=u(u({},this.$attrs),{src:this.dataUrl});return e("img",t?r:{domProps:r})}};e.LEVELS=a,e.default=s,Object.defineProperty(e,"__esModule",{value:!0})})); | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("qrious"),require("vue")):"function"==typeof define&&define.amd?define(["exports","qrious","vue"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).VueQrious={},e.QRious,e.Vue)}(this,(function(e,t,r){"use strict";function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n=i(t),o=i(r),u=function(){return(u=Object.assign||function(e){for(var t,r=1,i=arguments.length;r<i;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}).apply(this,arguments)},a=["L","M","Q","H"],s={props:{value:{type:String,required:!0},background:String,backgroundAlpha:Number,foreground:String,foregroundAlpha:Number,level:{type:String,validator:function(e){return a.includes(e)}},mime:String,padding:Number,size:Number},data:function(){var e=new n.default(this.$props);return{qrious:e,dataUrl:e.toDataURL(this.mime)}},watch:{$props:{deep:!0,handler:function(){this.qrious.set(this.$props),this.dataUrl=this.qrious.toDataURL(this.mime)}}},render:function(e){var t=o.default.h;e=e||t;var r=u(u({},this.$attrs),{src:this.dataUrl});return e("img",t?r:{domProps:r})}};e.LEVELS=a,e.default=s,Object.defineProperty(e,"__esModule",{value:!0})})); |
{ | ||
"name": "vue-qrious", | ||
"version": "1.5.5-beta.0+cb3e1ea", | ||
"version": "1.5.5-beta.1", | ||
"description": "🤳 A Vue component for QR code generation with qrious", | ||
@@ -34,4 +34,3 @@ "repository": "git@github.com:rx-ts/vue.git", | ||
"sideEffects": false, | ||
"esm5": "lib", | ||
"gitHead": "cb3e1ea08bac87f1ea12b00fc06a8ecfa34c8cca" | ||
"esm5": "lib" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
420
0
165600
18