@syncfusion/ej2-angular-barcode-generator
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ { | ||
"_inBundle": false, | ||
"_integrity": "sha512-MchCwjyYoY6QWxIqLJCzwhEL6TREUodANBqV3weF3lYtsgRAazbt6LkJtE5NY8qwV8GvG6ZTkyVtq0WhhM6XgQ==", | ||
"_integrity": "sha512-4MLaGFKeVPpX8INi5967V6/AYRTyEcpziDdsCtZ120FH+47B7FJ4URSiob7klfFaoct/RXtXYNORDJhwBMPQ3w==", | ||
"_location": "/@syncfusion/ej2-angular-barcode-generator", | ||
@@ -23,6 +23,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-barcode-generator/-/ej2-angular-barcode-generator-19.4.0.tgz", | ||
"_shasum": "c3fa156e576b4939c5a8bf79ea59169d01dbb96e", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-barcode-generator/-/ej2-angular-barcode-generator-19.4.0.tgz", | ||
"_shasum": "61318dd3f8b195e6d24201daec36c220ad50845f", | ||
"_spec": "@syncfusion/ej2-angular-barcode-generator@*", | ||
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/ivypackages/included", | ||
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included", | ||
"author": { | ||
@@ -36,25 +36,10 @@ "name": "Syncfusion Inc." | ||
"dependencies": { | ||
"@syncfusion/ej2-angular-base": "~28.2.5", | ||
"@syncfusion/ej2-barcode-generator": "28.2.12", | ||
"@syncfusion/ej2-base": "~28.2.12" | ||
"@syncfusion/ej2-angular-base": "~29.1.33", | ||
"@syncfusion/ej2-barcode-generator": "29.1.33", | ||
"@syncfusion/ej2-base": "~29.1.33" | ||
}, | ||
"deprecated": false, | ||
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Angular", | ||
"es2020": "fesm2020/syncfusion-ej2-angular-barcode-generator.mjs", | ||
"esm2020": "esm2020/syncfusion-ej2-angular-barcode-generator.mjs", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./syncfusion-ej2-angular-barcode-generator.d.ts", | ||
"esm2020": "./esm2020/syncfusion-ej2-angular-barcode-generator.mjs", | ||
"es2020": "./fesm2020/syncfusion-ej2-angular-barcode-generator.mjs", | ||
"es2015": "./fesm2015/syncfusion-ej2-angular-barcode-generator.mjs", | ||
"node": "./fesm2015/syncfusion-ej2-angular-barcode-generator.mjs", | ||
"default": "./fesm2020/syncfusion-ej2-angular-barcode-generator.mjs" | ||
} | ||
}, | ||
"fesm2015": "fesm2015/syncfusion-ej2-angular-barcode-generator.mjs", | ||
"fesm2020": "fesm2020/syncfusion-ej2-angular-barcode-generator.mjs", | ||
"devDependencies": {}, | ||
"es2015": "@syncfusion/ej2-angular-barcode-generator.js", | ||
"homepage": "https://www.syncfusion.com/angular-components", | ||
@@ -68,3 +53,5 @@ "keywords": [ | ||
"license": "SEE LICENSE IN license", | ||
"module": "fesm2015/syncfusion-ej2-angular-barcode-generator.mjs", | ||
"main": "dist/ej2-angular-barcode-generator.umd.js", | ||
"metadata": "ej2-angular-barcode-generator.metadata.json", | ||
"module": "@syncfusion/ej2-angular-barcode-generator.es5.js", | ||
"name": "@syncfusion/ej2-angular-barcode-generator", | ||
@@ -77,4 +64,4 @@ "repository": { | ||
"sideEffects": false, | ||
"typings": "syncfusion-ej2-angular-barcode-generator.d.ts", | ||
"version": "28.2.12" | ||
"typings": "ej2-angular-barcode-generator.d.ts", | ||
"version": "29.1.33-ngcc" | ||
} |
@@ -40,5 +40,5 @@ # Angular Barcode Generator Component | ||
### Adding Syncfusion<sup>®</sup> Barcode Generator package | ||
### Adding Syncfusion Barcode Generator package | ||
All Syncfusion<sup>®</sup> Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular barcode generator package, use the following command. | ||
All Syncfusion Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular barcode generator package, use the following command. | ||
@@ -53,9 +53,9 @@ ```bash | ||
* Imports the `BarcodeGeneratorAllModule`, `QRCodeGeneratorAllModule`, `DataMatrixGeneratorAllModule` in your application module `app.module.ts`. | ||
* Registers the Syncfusion<sup>®</sup> UI default theme (material) in the `angular.json` file. | ||
* Registers the Syncfusion UI default theme (material) in the `angular.json` file. | ||
This makes it easy to add the Syncfusion<sup>®</sup> Angular Barcode Generator module to your project and start using it in your application. | ||
This makes it easy to add the Syncfusion Angular Barcode Generator module to your project and start using it in your application. | ||
### Add Barcode Generator component | ||
In **src/app/app.component.ts**, use `<ejs-barcodegenerator>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion<sup>®</sup> Angular Barcode Generator component. | ||
In **src/app/app.component.ts**, use `<ejs-barcodegenerator>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion Angular Barcode Generator component. | ||
@@ -122,3 +122,3 @@ ```typescript | ||
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials). | ||
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials). | ||
@@ -125,0 +125,0 @@ > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pkgName = '@syncfusion/ej2-angular-barcode-generator'; | ||
exports.pkgVer = '^28.2.12'; | ||
exports.pkgVer = '^29.1.33'; | ||
exports.moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule'; | ||
exports.themeVer = '~28.2.12'; | ||
exports.themeVer = '~29.1.33'; |
export const pkgName = '@syncfusion/ej2-angular-barcode-generator'; | ||
export const pkgVer = '^28.2.12'; | ||
export const pkgVer = '^29.1.33'; | ||
export const moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule'; | ||
export const themeVer = '~28.2.12'; | ||
export const themeVer = '~29.1.33'; |
@@ -1,4 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./barcodegenerator.module"; | ||
/** | ||
@@ -8,5 +5,2 @@ * NgModule definition for the BarcodeGenerator component with providers. | ||
export declare class BarcodeGeneratorAllModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<BarcodeGeneratorAllModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<BarcodeGeneratorAllModule, never, [typeof i1.CommonModule, typeof i2.BarcodeGeneratorModule], [typeof i2.BarcodeGeneratorModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<BarcodeGeneratorAllModule>; | ||
} |
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core'; | ||
import { IComponentBase } from '@syncfusion/ej2-angular-base'; | ||
import { BarcodeGenerator } from '@syncfusion/ej2-barcode-generator'; | ||
import * as i0 from "@angular/core"; | ||
export declare const inputs: string[]; | ||
@@ -29,4 +28,2 @@ export declare const outputs: string[]; | ||
addTwoWay: (propList: string[]) => void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<BarcodeGeneratorComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<BarcodeGeneratorComponent, "ejs-barcodegenerator", never, { "backgroundColor": "backgroundColor"; "displayText": "displayText"; "enableCheckSum": "enableCheckSum"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "foreColor": "foreColor"; "height": "height"; "locale": "locale"; "margin": "margin"; "mode": "mode"; "type": "type"; "value": "value"; "width": "width"; }, { "invalid": "invalid"; }, never, never>; | ||
} |
@@ -1,4 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./barcodegenerator.component"; | ||
import * as i2 from "@angular/common"; | ||
/** | ||
@@ -8,5 +5,2 @@ * NgModule definition for the BarcodeGenerator component. | ||
export declare class BarcodeGeneratorModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<BarcodeGeneratorModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<BarcodeGeneratorModule, [typeof i1.BarcodeGeneratorComponent], [typeof i2.CommonModule], [typeof i1.BarcodeGeneratorComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<BarcodeGeneratorModule>; | ||
} |
@@ -1,4 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./datamatrixgenerator.module"; | ||
/** | ||
@@ -8,5 +5,2 @@ * NgModule definition for the DataMatrixGenerator component with providers. | ||
export declare class DataMatrixGeneratorAllModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DataMatrixGeneratorAllModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<DataMatrixGeneratorAllModule, never, [typeof i1.CommonModule, typeof i2.DataMatrixGeneratorModule], [typeof i2.DataMatrixGeneratorModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<DataMatrixGeneratorAllModule>; | ||
} |
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core'; | ||
import { IComponentBase } from '@syncfusion/ej2-angular-base'; | ||
import { DataMatrixGenerator } from '@syncfusion/ej2-barcode-generator'; | ||
import * as i0 from "@angular/core"; | ||
export declare const inputs: string[]; | ||
@@ -29,4 +28,2 @@ export declare const outputs: string[]; | ||
addTwoWay: (propList: string[]) => void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DataMatrixGeneratorComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<DataMatrixGeneratorComponent, "ejs-datamatrixgenerator", never, { "backgroundColor": "backgroundColor"; "displayText": "displayText"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "encoding": "encoding"; "foreColor": "foreColor"; "height": "height"; "locale": "locale"; "margin": "margin"; "mode": "mode"; "size": "size"; "value": "value"; "width": "width"; "xDimension": "xDimension"; }, { "invalid": "invalid"; }, never, never>; | ||
} |
@@ -1,4 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./datamatrixgenerator.component"; | ||
import * as i2 from "@angular/common"; | ||
/** | ||
@@ -8,5 +5,2 @@ * NgModule definition for the DataMatrixGenerator component. | ||
export declare class DataMatrixGeneratorModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DataMatrixGeneratorModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<DataMatrixGeneratorModule, [typeof i1.DataMatrixGeneratorComponent], [typeof i2.CommonModule], [typeof i1.DataMatrixGeneratorComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<DataMatrixGeneratorModule>; | ||
} |
@@ -1,4 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./qrcodegenerator.module"; | ||
/** | ||
@@ -8,5 +5,2 @@ * NgModule definition for the QRCodeGenerator component with providers. | ||
export declare class QRCodeGeneratorAllModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<QRCodeGeneratorAllModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<QRCodeGeneratorAllModule, never, [typeof i1.CommonModule, typeof i2.QRCodeGeneratorModule], [typeof i2.QRCodeGeneratorModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<QRCodeGeneratorAllModule>; | ||
} |
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core'; | ||
import { IComponentBase } from '@syncfusion/ej2-angular-base'; | ||
import { QRCodeGenerator } from '@syncfusion/ej2-barcode-generator'; | ||
import * as i0 from "@angular/core"; | ||
export declare const inputs: string[]; | ||
@@ -29,4 +28,2 @@ export declare const outputs: string[]; | ||
addTwoWay: (propList: string[]) => void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<QRCodeGeneratorComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<QRCodeGeneratorComponent, "ejs-qrcodegenerator", never, { "backgroundColor": "backgroundColor"; "displayText": "displayText"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "errorCorrectionLevel": "errorCorrectionLevel"; "foreColor": "foreColor"; "height": "height"; "locale": "locale"; "logo": "logo"; "margin": "margin"; "mode": "mode"; "value": "value"; "version": "version"; "width": "width"; "xDimension": "xDimension"; }, { "invalid": "invalid"; }, never, never>; | ||
} |
@@ -1,4 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./qrcodegenerator.component"; | ||
import * as i2 from "@angular/common"; | ||
/** | ||
@@ -8,5 +5,2 @@ * NgModule definition for the QRCodeGenerator component. | ||
export declare class QRCodeGeneratorModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<QRCodeGeneratorModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<QRCodeGeneratorModule, [typeof i1.QRCodeGeneratorComponent], [typeof i2.CommonModule], [typeof i1.QRCodeGeneratorComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<QRCodeGeneratorModule>; | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
199109
25.73%1660
34.2%162
-4.14%2
100%80
-20%2
Infinity%246
-0.81%8
-20%16
-11.11%111
-1.77%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed