@mescius/wijmo.vue2.barcode.common 5.20242.23-nightly.d20241114.t020149 → 5.20242.23-nightly.d20241119.t030240
Sign up to get free protection for your applications and to get access to all the features.
- package/es2015-commonjs.js +2 -2
- package/es2015-esm.js +2 -2
- package/es5-esm.js +2 -2
- package/index.d.ts +1 -1
- package/index.js +2 -2
- package/package.json +4 -4
package/es2015-commonjs.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
*
|
3
|
-
* Wijmo Library 5.20242.23-nightly.
|
3
|
+
* Wijmo Library 5.20242.23-nightly.d20241119.t030240
|
4
4
|
* https://developer.mescius.com/wijmo
|
5
5
|
*
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
@@ -11,4 +11,4 @@
|
|
11
11
|
*
|
12
12
|
*/
|
13
13
|
|
14
|
-
"use strict";var __importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var o={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(o[r]=e[r]);o.default=e;return o};Object.defineProperty(exports,"__esModule",{value:!0});const wijmo_vue2_base_1=require("@mescius/wijmo.vue2.base"),wjcBarcodeCommon=__importStar(require("@mescius/wijmo.barcode.common"));class WjBarcodeCodabarBehavior extends wijmo_vue2_base_1.WjComponentBehavior{}WjBarcodeCodabarBehavior.tag="wj-barcode-codabar";WjBarcodeCodabarBehavior.props=["isDisabled","tabOrder","
|
14
|
+
"use strict";var __importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var o={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(o[r]=e[r]);o.default=e;return o};Object.defineProperty(exports,"__esModule",{value:!0});const wijmo_vue2_base_1=require("@mescius/wijmo.vue2.base"),wjcBarcodeCommon=__importStar(require("@mescius/wijmo.barcode.common"));class WjBarcodeCodabarBehavior extends wijmo_vue2_base_1.WjComponentBehavior{}WjBarcodeCodabarBehavior.tag="wj-barcode-codabar";WjBarcodeCodabarBehavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","checkDigit","labelPosition","nwRatio"];WjBarcodeCodabarBehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeCodabarBehavior.classCtor=function(){return wjcBarcodeCommon.Codabar};exports.WjBarcodeCodabar=WjBarcodeCodabarBehavior.register();function registerV3WjBarcodeCodabar(e){e.component(WjBarcodeCodabarBehavior.tag,exports.WjBarcodeCodabar)}class WjBarcodeEan8Behavior extends wijmo_vue2_base_1.WjComponentBehavior{}WjBarcodeEan8Behavior.tag="wj-barcode-ean8";WjBarcodeEan8Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition"];WjBarcodeEan8Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeEan8Behavior.classCtor=function(){return wjcBarcodeCommon.Ean8};exports.WjBarcodeEan8=WjBarcodeEan8Behavior.register();function registerV3WjBarcodeEan8(e){e.component(WjBarcodeEan8Behavior.tag,exports.WjBarcodeEan8)}class WjBarcodeEan13Behavior extends wijmo_vue2_base_1.WjComponentBehavior{}WjBarcodeEan13Behavior.tag="wj-barcode-ean13";WjBarcodeEan13Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","addOn","addOnHeight","addOnLabelPosition"];WjBarcodeEan13Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeEan13Behavior.classCtor=function(){return wjcBarcodeCommon.Ean13};exports.WjBarcodeEan13=WjBarcodeEan13Behavior.register();function registerV3WjBarcodeEan13(e){e.component(WjBarcodeEan13Behavior.tag,exports.WjBarcodeEan13)}class WjBarcodeCode39Behavior extends wijmo_vue2_base_1.WjComponentBehavior{}WjBarcodeCode39Behavior.tag="wj-barcode-code39";WjBarcodeCode39Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","checkDigit","fullAscii","labelPosition","nwRatio","labelWithStartAndStopCharacter"];WjBarcodeCode39Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeCode39Behavior.classCtor=function(){return wjcBarcodeCommon.Code39};exports.WjBarcodeCode39=WjBarcodeCode39Behavior.register();function registerV3WjBarcodeCode39(e){e.component(WjBarcodeCode39Behavior.tag,exports.WjBarcodeCode39)}class WjBarcodeCode128Behavior extends wijmo_vue2_base_1.WjComponentBehavior{}WjBarcodeCode128Behavior.tag="wj-barcode-code128";WjBarcodeCode128Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","codeSet","labelPosition"];WjBarcodeCode128Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeCode128Behavior.classCtor=function(){return wjcBarcodeCommon.Code128};exports.WjBarcodeCode128=WjBarcodeCode128Behavior.register();function registerV3WjBarcodeCode128(e){e.component(WjBarcodeCode128Behavior.tag,exports.WjBarcodeCode128)}class WjBarcodeGs1_128Behavior extends wijmo_vue2_base_1.WjComponentBehavior{}WjBarcodeGs1_128Behavior.tag="wj-barcode-gs1_128";WjBarcodeGs1_128Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","labelPosition"];WjBarcodeGs1_128Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeGs1_128Behavior.classCtor=function(){return wjcBarcodeCommon.Gs1_128};exports.WjBarcodeGs1_128=WjBarcodeGs1_128Behavior.register();function registerV3WjBarcodeGs1_128(e){e.component(WjBarcodeGs1_128Behavior.tag,exports.WjBarcodeGs1_128)}class WjBarcodeUpcABehavior extends wijmo_vue2_base_1.WjComponentBehavior{}WjBarcodeUpcABehavior.tag="wj-barcode-upc-a";WjBarcodeUpcABehavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"];WjBarcodeUpcABehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeUpcABehavior.classCtor=function(){return wjcBarcodeCommon.UpcA};exports.WjBarcodeUpcA=WjBarcodeUpcABehavior.register();function registerV3WjBarcodeUpcA(e){e.component(WjBarcodeUpcABehavior.tag,exports.WjBarcodeUpcA)}class WjBarcodeUpcE0Behavior extends wijmo_vue2_base_1.WjComponentBehavior{}WjBarcodeUpcE0Behavior.tag="wj-barcode-upc-e0";WjBarcodeUpcE0Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"];WjBarcodeUpcE0Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeUpcE0Behavior.classCtor=function(){return wjcBarcodeCommon.UpcE0};exports.WjBarcodeUpcE0=WjBarcodeUpcE0Behavior.register();function registerV3WjBarcodeUpcE0(e){e.component(WjBarcodeUpcE0Behavior.tag,exports.WjBarcodeUpcE0)}class WjBarcodeUpcE1Behavior extends wijmo_vue2_base_1.WjComponentBehavior{}WjBarcodeUpcE1Behavior.tag="wj-barcode-upc-e1";WjBarcodeUpcE1Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"];WjBarcodeUpcE1Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeUpcE1Behavior.classCtor=function(){return wjcBarcodeCommon.UpcE1};exports.WjBarcodeUpcE1=WjBarcodeUpcE1Behavior.register();function registerV3WjBarcodeUpcE1(e){e.component(WjBarcodeUpcE1Behavior.tag,exports.WjBarcodeUpcE1)}class WjBarcodeQrCodeBehavior extends wijmo_vue2_base_1.WjComponentBehavior{}WjBarcodeQrCodeBehavior.tag="wj-barcode-qr-code";WjBarcodeQrCodeBehavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","charCode","charset","model","version","errorCorrectionLevel","mask","connection","connectionIndex"];WjBarcodeQrCodeBehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeQrCodeBehavior.classCtor=function(){return wjcBarcodeCommon.QrCode};exports.WjBarcodeQrCode=WjBarcodeQrCodeBehavior.register();function registerV3WjBarcodeQrCode(e){e.component(WjBarcodeQrCodeBehavior.tag,exports.WjBarcodeQrCode)}function registerBarcodeCommon(e){if(wijmo_vue2_base_1.VueApi.isV3Plus){registerV3WjBarcodeCodabar(e);registerV3WjBarcodeEan8(e);registerV3WjBarcodeEan13(e);registerV3WjBarcodeCode39(e);registerV3WjBarcodeCode128(e);registerV3WjBarcodeGs1_128(e);registerV3WjBarcodeUpcA(e);registerV3WjBarcodeUpcE0(e);registerV3WjBarcodeUpcE1(e);registerV3WjBarcodeQrCode(e)}}exports.registerBarcodeCommon=registerBarcodeCommon;
|
package/es2015-esm.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
*
|
3
|
-
* Wijmo Library 5.20242.23-nightly.
|
3
|
+
* Wijmo Library 5.20242.23-nightly.d20241119.t030240
|
4
4
|
* https://developer.mescius.com/wijmo
|
5
5
|
*
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
@@ -11,4 +11,4 @@
|
|
11
11
|
*
|
12
12
|
*/
|
13
13
|
|
14
|
-
import{VueApi,WjComponentBehavior}from"@mescius/wijmo.vue2.base";import*as wjcBarcodeCommon from"@mescius/wijmo.barcode.common";class WjBarcodeCodabarBehavior extends WjComponentBehavior{}WjBarcodeCodabarBehavior.tag="wj-barcode-codabar";WjBarcodeCodabarBehavior.props=["isDisabled","tabOrder","
|
14
|
+
import{VueApi,WjComponentBehavior}from"@mescius/wijmo.vue2.base";import*as wjcBarcodeCommon from"@mescius/wijmo.barcode.common";class WjBarcodeCodabarBehavior extends WjComponentBehavior{}WjBarcodeCodabarBehavior.tag="wj-barcode-codabar";WjBarcodeCodabarBehavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","checkDigit","labelPosition","nwRatio"];WjBarcodeCodabarBehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeCodabarBehavior.classCtor=function(){return wjcBarcodeCommon.Codabar};export var WjBarcodeCodabar=WjBarcodeCodabarBehavior.register();function registerV3WjBarcodeCodabar(e){e.component(WjBarcodeCodabarBehavior.tag,WjBarcodeCodabar)}class WjBarcodeEan8Behavior extends WjComponentBehavior{}WjBarcodeEan8Behavior.tag="wj-barcode-ean8";WjBarcodeEan8Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition"];WjBarcodeEan8Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeEan8Behavior.classCtor=function(){return wjcBarcodeCommon.Ean8};export var WjBarcodeEan8=WjBarcodeEan8Behavior.register();function registerV3WjBarcodeEan8(e){e.component(WjBarcodeEan8Behavior.tag,WjBarcodeEan8)}class WjBarcodeEan13Behavior extends WjComponentBehavior{}WjBarcodeEan13Behavior.tag="wj-barcode-ean13";WjBarcodeEan13Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","addOn","addOnHeight","addOnLabelPosition"];WjBarcodeEan13Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeEan13Behavior.classCtor=function(){return wjcBarcodeCommon.Ean13};export var WjBarcodeEan13=WjBarcodeEan13Behavior.register();function registerV3WjBarcodeEan13(e){e.component(WjBarcodeEan13Behavior.tag,WjBarcodeEan13)}class WjBarcodeCode39Behavior extends WjComponentBehavior{}WjBarcodeCode39Behavior.tag="wj-barcode-code39";WjBarcodeCode39Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","checkDigit","fullAscii","labelPosition","nwRatio","labelWithStartAndStopCharacter"];WjBarcodeCode39Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeCode39Behavior.classCtor=function(){return wjcBarcodeCommon.Code39};export var WjBarcodeCode39=WjBarcodeCode39Behavior.register();function registerV3WjBarcodeCode39(e){e.component(WjBarcodeCode39Behavior.tag,WjBarcodeCode39)}class WjBarcodeCode128Behavior extends WjComponentBehavior{}WjBarcodeCode128Behavior.tag="wj-barcode-code128";WjBarcodeCode128Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","codeSet","labelPosition"];WjBarcodeCode128Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeCode128Behavior.classCtor=function(){return wjcBarcodeCommon.Code128};export var WjBarcodeCode128=WjBarcodeCode128Behavior.register();function registerV3WjBarcodeCode128(e){e.component(WjBarcodeCode128Behavior.tag,WjBarcodeCode128)}class WjBarcodeGs1_128Behavior extends WjComponentBehavior{}WjBarcodeGs1_128Behavior.tag="wj-barcode-gs1_128";WjBarcodeGs1_128Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","labelPosition"];WjBarcodeGs1_128Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeGs1_128Behavior.classCtor=function(){return wjcBarcodeCommon.Gs1_128};export var WjBarcodeGs1_128=WjBarcodeGs1_128Behavior.register();function registerV3WjBarcodeGs1_128(e){e.component(WjBarcodeGs1_128Behavior.tag,WjBarcodeGs1_128)}class WjBarcodeUpcABehavior extends WjComponentBehavior{}WjBarcodeUpcABehavior.tag="wj-barcode-upc-a";WjBarcodeUpcABehavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"];WjBarcodeUpcABehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeUpcABehavior.classCtor=function(){return wjcBarcodeCommon.UpcA};export var WjBarcodeUpcA=WjBarcodeUpcABehavior.register();function registerV3WjBarcodeUpcA(e){e.component(WjBarcodeUpcABehavior.tag,WjBarcodeUpcA)}class WjBarcodeUpcE0Behavior extends WjComponentBehavior{}WjBarcodeUpcE0Behavior.tag="wj-barcode-upc-e0";WjBarcodeUpcE0Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"];WjBarcodeUpcE0Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeUpcE0Behavior.classCtor=function(){return wjcBarcodeCommon.UpcE0};export var WjBarcodeUpcE0=WjBarcodeUpcE0Behavior.register();function registerV3WjBarcodeUpcE0(e){e.component(WjBarcodeUpcE0Behavior.tag,WjBarcodeUpcE0)}class WjBarcodeUpcE1Behavior extends WjComponentBehavior{}WjBarcodeUpcE1Behavior.tag="wj-barcode-upc-e1";WjBarcodeUpcE1Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"];WjBarcodeUpcE1Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeUpcE1Behavior.classCtor=function(){return wjcBarcodeCommon.UpcE1};export var WjBarcodeUpcE1=WjBarcodeUpcE1Behavior.register();function registerV3WjBarcodeUpcE1(e){e.component(WjBarcodeUpcE1Behavior.tag,WjBarcodeUpcE1)}class WjBarcodeQrCodeBehavior extends WjComponentBehavior{}WjBarcodeQrCodeBehavior.tag="wj-barcode-qr-code";WjBarcodeQrCodeBehavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","charCode","charset","model","version","errorCorrectionLevel","mask","connection","connectionIndex"];WjBarcodeQrCodeBehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeQrCodeBehavior.classCtor=function(){return wjcBarcodeCommon.QrCode};export var WjBarcodeQrCode=WjBarcodeQrCodeBehavior.register();function registerV3WjBarcodeQrCode(e){e.component(WjBarcodeQrCodeBehavior.tag,WjBarcodeQrCode)}export function registerBarcodeCommon(e){if(VueApi.isV3Plus){registerV3WjBarcodeCodabar(e);registerV3WjBarcodeEan8(e);registerV3WjBarcodeEan13(e);registerV3WjBarcodeCode39(e);registerV3WjBarcodeCode128(e);registerV3WjBarcodeGs1_128(e);registerV3WjBarcodeUpcA(e);registerV3WjBarcodeUpcE0(e);registerV3WjBarcodeUpcE1(e);registerV3WjBarcodeQrCode(e)}}
|
package/es5-esm.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
*
|
3
|
-
* Wijmo Library 5.20242.23-nightly.
|
3
|
+
* Wijmo Library 5.20242.23-nightly.d20241119.t030240
|
4
4
|
* https://developer.mescius.com/wijmo
|
5
5
|
*
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
@@ -11,4 +11,4 @@
|
|
11
11
|
*
|
12
12
|
*/
|
13
13
|
|
14
|
-
var __extends=this&&this.__extends||function(){var extendStatics=function(e,o){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,o){e.__proto__=o}||function(e,o){for(var r in o)o.hasOwnProperty(r)&&(e[r]=o[r])})(e,o)};return function(e,o){extendStatics(e,o);function __(){this.constructor=e}e.prototype=null===o?Object.create(o):(__.prototype=o.prototype,new __)}}();import{VueApi,WjComponentBehavior}from"@mescius/wijmo.vue2.base";import*as wjcBarcodeCommon from"@mescius/wijmo.barcode.common";var WjBarcodeCodabarBehavior=function(e){__extends(WjBarcodeCodabarBehavior,e);function WjBarcodeCodabarBehavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeCodabarBehavior.tag="wj-barcode-codabar";WjBarcodeCodabarBehavior.props=["isDisabled","tabOrder","
|
14
|
+
var __extends=this&&this.__extends||function(){var extendStatics=function(e,o){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,o){e.__proto__=o}||function(e,o){for(var r in o)o.hasOwnProperty(r)&&(e[r]=o[r])})(e,o)};return function(e,o){extendStatics(e,o);function __(){this.constructor=e}e.prototype=null===o?Object.create(o):(__.prototype=o.prototype,new __)}}();import{VueApi,WjComponentBehavior}from"@mescius/wijmo.vue2.base";import*as wjcBarcodeCommon from"@mescius/wijmo.barcode.common";var WjBarcodeCodabarBehavior=function(e){__extends(WjBarcodeCodabarBehavior,e);function WjBarcodeCodabarBehavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeCodabarBehavior.tag="wj-barcode-codabar";WjBarcodeCodabarBehavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","checkDigit","labelPosition","nwRatio"];WjBarcodeCodabarBehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeCodabarBehavior.classCtor=function(){return wjcBarcodeCommon.Codabar};return WjBarcodeCodabarBehavior}(WjComponentBehavior);export var WjBarcodeCodabar=WjBarcodeCodabarBehavior.register();function registerV3WjBarcodeCodabar(e){e.component(WjBarcodeCodabarBehavior.tag,WjBarcodeCodabar)}var WjBarcodeEan8Behavior=function(e){__extends(WjBarcodeEan8Behavior,e);function WjBarcodeEan8Behavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeEan8Behavior.tag="wj-barcode-ean8";WjBarcodeEan8Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition"];WjBarcodeEan8Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeEan8Behavior.classCtor=function(){return wjcBarcodeCommon.Ean8};return WjBarcodeEan8Behavior}(WjComponentBehavior);export var WjBarcodeEan8=WjBarcodeEan8Behavior.register();function registerV3WjBarcodeEan8(e){e.component(WjBarcodeEan8Behavior.tag,WjBarcodeEan8)}var WjBarcodeEan13Behavior=function(e){__extends(WjBarcodeEan13Behavior,e);function WjBarcodeEan13Behavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeEan13Behavior.tag="wj-barcode-ean13";WjBarcodeEan13Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","addOn","addOnHeight","addOnLabelPosition"];WjBarcodeEan13Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeEan13Behavior.classCtor=function(){return wjcBarcodeCommon.Ean13};return WjBarcodeEan13Behavior}(WjComponentBehavior);export var WjBarcodeEan13=WjBarcodeEan13Behavior.register();function registerV3WjBarcodeEan13(e){e.component(WjBarcodeEan13Behavior.tag,WjBarcodeEan13)}var WjBarcodeCode39Behavior=function(e){__extends(WjBarcodeCode39Behavior,e);function WjBarcodeCode39Behavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeCode39Behavior.tag="wj-barcode-code39";WjBarcodeCode39Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","checkDigit","fullAscii","labelPosition","nwRatio","labelWithStartAndStopCharacter"];WjBarcodeCode39Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeCode39Behavior.classCtor=function(){return wjcBarcodeCommon.Code39};return WjBarcodeCode39Behavior}(WjComponentBehavior);export var WjBarcodeCode39=WjBarcodeCode39Behavior.register();function registerV3WjBarcodeCode39(e){e.component(WjBarcodeCode39Behavior.tag,WjBarcodeCode39)}var WjBarcodeCode128Behavior=function(e){__extends(WjBarcodeCode128Behavior,e);function WjBarcodeCode128Behavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeCode128Behavior.tag="wj-barcode-code128";WjBarcodeCode128Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","codeSet","labelPosition"];WjBarcodeCode128Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeCode128Behavior.classCtor=function(){return wjcBarcodeCommon.Code128};return WjBarcodeCode128Behavior}(WjComponentBehavior);export var WjBarcodeCode128=WjBarcodeCode128Behavior.register();function registerV3WjBarcodeCode128(e){e.component(WjBarcodeCode128Behavior.tag,WjBarcodeCode128)}var WjBarcodeGs1_128Behavior=function(e){__extends(WjBarcodeGs1_128Behavior,e);function WjBarcodeGs1_128Behavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeGs1_128Behavior.tag="wj-barcode-gs1_128";WjBarcodeGs1_128Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","labelPosition"];WjBarcodeGs1_128Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeGs1_128Behavior.classCtor=function(){return wjcBarcodeCommon.Gs1_128};return WjBarcodeGs1_128Behavior}(WjComponentBehavior);export var WjBarcodeGs1_128=WjBarcodeGs1_128Behavior.register();function registerV3WjBarcodeGs1_128(e){e.component(WjBarcodeGs1_128Behavior.tag,WjBarcodeGs1_128)}var WjBarcodeUpcABehavior=function(e){__extends(WjBarcodeUpcABehavior,e);function WjBarcodeUpcABehavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeUpcABehavior.tag="wj-barcode-upc-a";WjBarcodeUpcABehavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"];WjBarcodeUpcABehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeUpcABehavior.classCtor=function(){return wjcBarcodeCommon.UpcA};return WjBarcodeUpcABehavior}(WjComponentBehavior);export var WjBarcodeUpcA=WjBarcodeUpcABehavior.register();function registerV3WjBarcodeUpcA(e){e.component(WjBarcodeUpcABehavior.tag,WjBarcodeUpcA)}var WjBarcodeUpcE0Behavior=function(e){__extends(WjBarcodeUpcE0Behavior,e);function WjBarcodeUpcE0Behavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeUpcE0Behavior.tag="wj-barcode-upc-e0";WjBarcodeUpcE0Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"];WjBarcodeUpcE0Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeUpcE0Behavior.classCtor=function(){return wjcBarcodeCommon.UpcE0};return WjBarcodeUpcE0Behavior}(WjComponentBehavior);export var WjBarcodeUpcE0=WjBarcodeUpcE0Behavior.register();function registerV3WjBarcodeUpcE0(e){e.component(WjBarcodeUpcE0Behavior.tag,WjBarcodeUpcE0)}var WjBarcodeUpcE1Behavior=function(e){__extends(WjBarcodeUpcE1Behavior,e);function WjBarcodeUpcE1Behavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeUpcE1Behavior.tag="wj-barcode-upc-e1";WjBarcodeUpcE1Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"];WjBarcodeUpcE1Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeUpcE1Behavior.classCtor=function(){return wjcBarcodeCommon.UpcE1};return WjBarcodeUpcE1Behavior}(WjComponentBehavior);export var WjBarcodeUpcE1=WjBarcodeUpcE1Behavior.register();function registerV3WjBarcodeUpcE1(e){e.component(WjBarcodeUpcE1Behavior.tag,WjBarcodeUpcE1)}var WjBarcodeQrCodeBehavior=function(e){__extends(WjBarcodeQrCodeBehavior,e);function WjBarcodeQrCodeBehavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeQrCodeBehavior.tag="wj-barcode-qr-code";WjBarcodeQrCodeBehavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","charCode","charset","model","version","errorCorrectionLevel","mask","connection","connectionIndex"];WjBarcodeQrCodeBehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeQrCodeBehavior.classCtor=function(){return wjcBarcodeCommon.QrCode};return WjBarcodeQrCodeBehavior}(WjComponentBehavior);export var WjBarcodeQrCode=WjBarcodeQrCodeBehavior.register();function registerV3WjBarcodeQrCode(e){e.component(WjBarcodeQrCodeBehavior.tag,WjBarcodeQrCode)}export function registerBarcodeCommon(e){if(VueApi.isV3Plus){registerV3WjBarcodeCodabar(e);registerV3WjBarcodeEan8(e);registerV3WjBarcodeEan13(e);registerV3WjBarcodeCode39(e);registerV3WjBarcodeCode128(e);registerV3WjBarcodeGs1_128(e);registerV3WjBarcodeUpcA(e);registerV3WjBarcodeUpcE0(e);registerV3WjBarcodeUpcE1(e);registerV3WjBarcodeQrCode(e)}}
|
package/index.d.ts
CHANGED
package/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
*
|
3
|
-
* Wijmo Library 5.20242.23-nightly.
|
3
|
+
* Wijmo Library 5.20242.23-nightly.d20241119.t030240
|
4
4
|
* https://developer.mescius.com/wijmo
|
5
5
|
*
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
@@ -11,4 +11,4 @@
|
|
11
11
|
*
|
12
12
|
*/
|
13
13
|
|
14
|
-
"use strict";var __extends=this&&this.__extends||function(){var extendStatics=function(e,o){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,o){e.__proto__=o}||function(e,o){for(var r in o)o.hasOwnProperty(r)&&(e[r]=o[r])})(e,o)};return function(e,o){extendStatics(e,o);function __(){this.constructor=e}e.prototype=null===o?Object.create(o):(__.prototype=o.prototype,new __)}}(),__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var o={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(o[r]=e[r]);o.default=e;return o};Object.defineProperty(exports,"__esModule",{value:!0});var wijmo_vue2_base_1=require("@mescius/wijmo.vue2.base"),wjcBarcodeCommon=__importStar(require("@mescius/wijmo.barcode.common")),WjBarcodeCodabarBehavior=function(e){__extends(WjBarcodeCodabarBehavior,e);function WjBarcodeCodabarBehavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeCodabarBehavior.tag="wj-barcode-codabar";WjBarcodeCodabarBehavior.props=["isDisabled","tabOrder","
|
14
|
+
"use strict";var __extends=this&&this.__extends||function(){var extendStatics=function(e,o){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,o){e.__proto__=o}||function(e,o){for(var r in o)o.hasOwnProperty(r)&&(e[r]=o[r])})(e,o)};return function(e,o){extendStatics(e,o);function __(){this.constructor=e}e.prototype=null===o?Object.create(o):(__.prototype=o.prototype,new __)}}(),__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var o={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(o[r]=e[r]);o.default=e;return o};Object.defineProperty(exports,"__esModule",{value:!0});var wijmo_vue2_base_1=require("@mescius/wijmo.vue2.base"),wjcBarcodeCommon=__importStar(require("@mescius/wijmo.barcode.common")),WjBarcodeCodabarBehavior=function(e){__extends(WjBarcodeCodabarBehavior,e);function WjBarcodeCodabarBehavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeCodabarBehavior.tag="wj-barcode-codabar";WjBarcodeCodabarBehavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","checkDigit","labelPosition","nwRatio"];WjBarcodeCodabarBehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeCodabarBehavior.classCtor=function(){return wjcBarcodeCommon.Codabar};return WjBarcodeCodabarBehavior}(wijmo_vue2_base_1.WjComponentBehavior);exports.WjBarcodeCodabar=WjBarcodeCodabarBehavior.register();function registerV3WjBarcodeCodabar(e){e.component(WjBarcodeCodabarBehavior.tag,exports.WjBarcodeCodabar)}var WjBarcodeEan8Behavior=function(e){__extends(WjBarcodeEan8Behavior,e);function WjBarcodeEan8Behavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeEan8Behavior.tag="wj-barcode-ean8";WjBarcodeEan8Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition"];WjBarcodeEan8Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeEan8Behavior.classCtor=function(){return wjcBarcodeCommon.Ean8};return WjBarcodeEan8Behavior}(wijmo_vue2_base_1.WjComponentBehavior);exports.WjBarcodeEan8=WjBarcodeEan8Behavior.register();function registerV3WjBarcodeEan8(e){e.component(WjBarcodeEan8Behavior.tag,exports.WjBarcodeEan8)}var WjBarcodeEan13Behavior=function(e){__extends(WjBarcodeEan13Behavior,e);function WjBarcodeEan13Behavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeEan13Behavior.tag="wj-barcode-ean13";WjBarcodeEan13Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","addOn","addOnHeight","addOnLabelPosition"];WjBarcodeEan13Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeEan13Behavior.classCtor=function(){return wjcBarcodeCommon.Ean13};return WjBarcodeEan13Behavior}(wijmo_vue2_base_1.WjComponentBehavior);exports.WjBarcodeEan13=WjBarcodeEan13Behavior.register();function registerV3WjBarcodeEan13(e){e.component(WjBarcodeEan13Behavior.tag,exports.WjBarcodeEan13)}var WjBarcodeCode39Behavior=function(e){__extends(WjBarcodeCode39Behavior,e);function WjBarcodeCode39Behavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeCode39Behavior.tag="wj-barcode-code39";WjBarcodeCode39Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","checkDigit","fullAscii","labelPosition","nwRatio","labelWithStartAndStopCharacter"];WjBarcodeCode39Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeCode39Behavior.classCtor=function(){return wjcBarcodeCommon.Code39};return WjBarcodeCode39Behavior}(wijmo_vue2_base_1.WjComponentBehavior);exports.WjBarcodeCode39=WjBarcodeCode39Behavior.register();function registerV3WjBarcodeCode39(e){e.component(WjBarcodeCode39Behavior.tag,exports.WjBarcodeCode39)}var WjBarcodeCode128Behavior=function(e){__extends(WjBarcodeCode128Behavior,e);function WjBarcodeCode128Behavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeCode128Behavior.tag="wj-barcode-code128";WjBarcodeCode128Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","codeSet","labelPosition"];WjBarcodeCode128Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeCode128Behavior.classCtor=function(){return wjcBarcodeCommon.Code128};return WjBarcodeCode128Behavior}(wijmo_vue2_base_1.WjComponentBehavior);exports.WjBarcodeCode128=WjBarcodeCode128Behavior.register();function registerV3WjBarcodeCode128(e){e.component(WjBarcodeCode128Behavior.tag,exports.WjBarcodeCode128)}var WjBarcodeGs1_128Behavior=function(e){__extends(WjBarcodeGs1_128Behavior,e);function WjBarcodeGs1_128Behavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeGs1_128Behavior.tag="wj-barcode-gs1_128";WjBarcodeGs1_128Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","labelPosition"];WjBarcodeGs1_128Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeGs1_128Behavior.classCtor=function(){return wjcBarcodeCommon.Gs1_128};return WjBarcodeGs1_128Behavior}(wijmo_vue2_base_1.WjComponentBehavior);exports.WjBarcodeGs1_128=WjBarcodeGs1_128Behavior.register();function registerV3WjBarcodeGs1_128(e){e.component(WjBarcodeGs1_128Behavior.tag,exports.WjBarcodeGs1_128)}var WjBarcodeUpcABehavior=function(e){__extends(WjBarcodeUpcABehavior,e);function WjBarcodeUpcABehavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeUpcABehavior.tag="wj-barcode-upc-a";WjBarcodeUpcABehavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"];WjBarcodeUpcABehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeUpcABehavior.classCtor=function(){return wjcBarcodeCommon.UpcA};return WjBarcodeUpcABehavior}(wijmo_vue2_base_1.WjComponentBehavior);exports.WjBarcodeUpcA=WjBarcodeUpcABehavior.register();function registerV3WjBarcodeUpcA(e){e.component(WjBarcodeUpcABehavior.tag,exports.WjBarcodeUpcA)}var WjBarcodeUpcE0Behavior=function(e){__extends(WjBarcodeUpcE0Behavior,e);function WjBarcodeUpcE0Behavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeUpcE0Behavior.tag="wj-barcode-upc-e0";WjBarcodeUpcE0Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"];WjBarcodeUpcE0Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeUpcE0Behavior.classCtor=function(){return wjcBarcodeCommon.UpcE0};return WjBarcodeUpcE0Behavior}(wijmo_vue2_base_1.WjComponentBehavior);exports.WjBarcodeUpcE0=WjBarcodeUpcE0Behavior.register();function registerV3WjBarcodeUpcE0(e){e.component(WjBarcodeUpcE0Behavior.tag,exports.WjBarcodeUpcE0)}var WjBarcodeUpcE1Behavior=function(e){__extends(WjBarcodeUpcE1Behavior,e);function WjBarcodeUpcE1Behavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeUpcE1Behavior.tag="wj-barcode-upc-e1";WjBarcodeUpcE1Behavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"];WjBarcodeUpcE1Behavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeUpcE1Behavior.classCtor=function(){return wjcBarcodeCommon.UpcE1};return WjBarcodeUpcE1Behavior}(wijmo_vue2_base_1.WjComponentBehavior);exports.WjBarcodeUpcE1=WjBarcodeUpcE1Behavior.register();function registerV3WjBarcodeUpcE1(e){e.component(WjBarcodeUpcE1Behavior.tag,exports.WjBarcodeUpcE1)}var WjBarcodeQrCodeBehavior=function(e){__extends(WjBarcodeQrCodeBehavior,e);function WjBarcodeQrCodeBehavior(){return null!==e&&e.apply(this,arguments)||this}WjBarcodeQrCodeBehavior.tag="wj-barcode-qr-code";WjBarcodeQrCodeBehavior.props=["isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","charCode","charset","model","version","errorCorrectionLevel","mask","connection","connectionIndex"];WjBarcodeQrCodeBehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","isValidChanged"];WjBarcodeQrCodeBehavior.classCtor=function(){return wjcBarcodeCommon.QrCode};return WjBarcodeQrCodeBehavior}(wijmo_vue2_base_1.WjComponentBehavior);exports.WjBarcodeQrCode=WjBarcodeQrCodeBehavior.register();function registerV3WjBarcodeQrCode(e){e.component(WjBarcodeQrCodeBehavior.tag,exports.WjBarcodeQrCode)}function registerBarcodeCommon(e){if(wijmo_vue2_base_1.VueApi.isV3Plus){registerV3WjBarcodeCodabar(e);registerV3WjBarcodeEan8(e);registerV3WjBarcodeEan13(e);registerV3WjBarcodeCode39(e);registerV3WjBarcodeCode128(e);registerV3WjBarcodeGs1_128(e);registerV3WjBarcodeUpcA(e);registerV3WjBarcodeUpcE0(e);registerV3WjBarcodeUpcE1(e);registerV3WjBarcodeQrCode(e)}}exports.registerBarcodeCommon=registerBarcodeCommon;
|
package/package.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mescius/wijmo.vue2.barcode.common",
|
3
|
-
"version": "5.20242.23-nightly.
|
3
|
+
"version": "5.20242.23-nightly.d20241119.t030240",
|
4
4
|
"description": "UI library for pure JS, Angular, React, Vue and more...",
|
5
5
|
"author": "MESCIUS inc",
|
6
6
|
"license": "Commercial",
|
7
7
|
"main": "./index.js",
|
8
8
|
"types": "./index.d.ts",
|
9
9
|
"dependencies": {
|
10
|
-
"@mescius/wijmo": "5.20242.23-nightly.
|
11
|
-
"@mescius/wijmo.barcode.common": "5.20242.23-nightly.
|
12
|
-
"@mescius/wijmo.vue2.base": "5.20242.23-nightly.
|
10
|
+
"@mescius/wijmo": "5.20242.23-nightly.d20241119.t030240",
|
11
|
+
"@mescius/wijmo.barcode.common": "5.20242.23-nightly.d20241119.t030240",
|
12
|
+
"@mescius/wijmo.vue2.base": "5.20242.23-nightly.d20241119.t030240"
|
13
13
|
},
|
14
14
|
"homepage": "https://developer.mescius.com/wijmo",
|
15
15
|
"bugs": {
|