Skip to content

Commit 21f7659

Browse files
author
pipeline
committed
v19.2.48 is released
1 parent 7781fb8 commit 21f7659

File tree

1,559 files changed

+154
-183
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,559 files changed

+154
-183
lines changed
File renamed without changes.

components/barcodegenerator/src/barcode-generator/barcodegenerator.component.ts renamed to src/barcodegenerator/src/barcode-generator/barcodegenerator.component.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ for (let props of modelProps) {
2323

2424
export const isExecute: any = gh ? false : true;
2525

26-
export let tempProxy: any;
27-
2826
/**
2927
* Represents vue Barcode Component
3028
* ```html
@@ -59,7 +57,6 @@ export class BarcodeGeneratorComponent extends ComponentBase {
5957
this.bindProperties();
6058
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
6159
this.ej2Instances.setProperties = this.setProperties;
62-
tempProxy = this;
6360
}
6461
public setProperties(prop: any, muteOnChange: boolean): void {
6562
if(this.isVue3) {

components/barcodegenerator/src/datamatrix-generator/datamatrixgenerator.component.ts renamed to src/barcodegenerator/src/datamatrix-generator/datamatrixgenerator.component.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ for (let props of modelProps) {
2323

2424
export const isExecute: any = gh ? false : true;
2525

26-
export let tempProxy: any;
27-
2826
/**
2927
* Represents vue DataMatrix Component
3028
* ```html
@@ -59,7 +57,6 @@ export class DataMatrixGeneratorComponent extends ComponentBase {
5957
this.bindProperties();
6058
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
6159
this.ej2Instances.setProperties = this.setProperties;
62-
tempProxy = this;
6360
}
6461
public setProperties(prop: any, muteOnChange: boolean): void {
6562
if(this.isVue3) {

0 commit comments

Comments
 (0)