Skip to content

Commit 60beff9

Browse files
author
pipeline
committed
v19.2.49 is released
1 parent 21f7659 commit 60beff9

File tree

1,559 files changed

+218
-50
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

+218
-50
lines changed
File renamed without changes.

src/base/CHANGELOG.md renamed to components/base/CHANGELOG.md

+2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/buttons/CHANGELOG.md renamed to components/buttons/CHANGELOG.md

+2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/charts/CHANGELOG.md renamed to components/charts/CHANGELOG.md

+23
File renamed without changes.
File renamed without changes.

src/charts/package.json renamed to components/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-charts",
3-
"version": "19.2.46",
3+
"version": "19.2.47",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

src/charts/src/accumulation-chart/accumulationchart.component.ts renamed to components/charts/src/accumulation-chart/accumulationchart.component.ts

-3
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ for (let props of modelProps) {
2626

2727
export const isExecute: any = gh ? false : true;
2828

29-
export let tempProxy: any;
30-
3129
/**
3230
* Represents Vuejs AccumulationChart Component
3331
* ```vue
@@ -67,7 +65,6 @@ export class AccumulationChartComponent extends ComponentBase {
6765
this.bindProperties();
6866
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
6967
this.ej2Instances.setProperties = this.setProperties;
70-
tempProxy = this;
7168
}
7269
public setProperties(prop: any, muteOnChange: boolean): void {
7370
if(this.isVue3) {

src/charts/src/bullet-chart/bulletchart.component.ts renamed to components/charts/src/bullet-chart/bulletchart.component.ts

-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ for (let props of modelProps) {
2525

2626
export const isExecute: any = gh ? false : true;
2727

28-
export let tempProxy: any;
29-
3028
/**
3129
* Represents Vuejs BulletChart Component
3230
* ```vue
@@ -66,7 +64,6 @@ export class BulletChartComponent extends ComponentBase {
6664
this.bindProperties();
6765
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
6866
this.ej2Instances.setProperties = this.setProperties;
69-
tempProxy = this;
7067
}
7168
public setProperties(prop: any, muteOnChange: boolean): void {
7269
if(this.isVue3) {

src/charts/src/chart/chart.component.ts renamed to components/charts/src/chart/chart.component.ts

-3
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ for (let props of modelProps) {
3737

3838
export const isExecute: any = gh ? false : true;
3939

40-
export let tempProxy: any;
41-
4240
/**
4341
* Represents Vuejs chart Component
4442
* ```vue
@@ -78,7 +76,6 @@ export class ChartComponent extends ComponentBase {
7876
this.bindProperties();
7977
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
8078
this.ej2Instances.setProperties = this.setProperties;
81-
tempProxy = this;
8279
}
8380
public setProperties(prop: any, muteOnChange: boolean): void {
8481
if(this.isVue3) {
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/charts/src/range-navigator/rangenavigator.component.ts renamed to components/charts/src/range-navigator/rangenavigator.component.ts

-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ for (let props of modelProps) {
2525

2626
export const isExecute: any = gh ? false : true;
2727

28-
export let tempProxy: any;
29-
3028
/**
3129
* Represents Vuejs RangeNavigator Component
3230
* ```vue
@@ -66,7 +64,6 @@ export class RangeNavigatorComponent extends ComponentBase {
6664
this.bindProperties();
6765
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
6866
this.ej2Instances.setProperties = this.setProperties;
69-
tempProxy = this;
7067
}
7168
public setProperties(prop: any, muteOnChange: boolean): void {
7269
if(this.isVue3) {

src/charts/src/smithchart/smithchart.component.ts renamed to components/charts/src/smithchart/smithchart.component.ts

-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ for (let props of modelProps) {
2424

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

27-
export let tempProxy: any;
28-
2927
/**
3028
* Represents Vuejs Smithchart Component
3129
* ```vue
@@ -60,7 +58,6 @@ export class SmithchartComponent extends ComponentBase {
6058
this.bindProperties();
6159
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
6260
this.ej2Instances.setProperties = this.setProperties;
63-
tempProxy = this;
6461
}
6562
public setProperties(prop: any, muteOnChange: boolean): void {
6663
if(this.isVue3) {

src/charts/src/sparkline/sparkline.component.ts renamed to components/charts/src/sparkline/sparkline.component.ts

-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ for (let props of modelProps) {
2424

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

27-
export let tempProxy: any;
28-
2927
/**
3028
* Represents Vuejs Sparkline Component
3129
* ```vue
@@ -60,7 +58,6 @@ export class SparklineComponent extends ComponentBase {
6058
this.bindProperties();
6159
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
6260
this.ej2Instances.setProperties = this.setProperties;
63-
tempProxy = this;
6461
}
6562
public setProperties(prop: any, muteOnChange: boolean): void {
6663
if(this.isVue3) {

src/charts/src/stock-chart/stockchart.component.ts renamed to components/charts/src/stock-chart/stockchart.component.ts

-3
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ for (let props of modelProps) {
3333

3434
export const isExecute: any = gh ? false : true;
3535

36-
export let tempProxy: any;
37-
3836
/**
3937
* Represents Vuejs chart Component
4038
* ```vue
@@ -74,7 +72,6 @@ export class StockChartComponent extends ComponentBase {
7472
this.bindProperties();
7573
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
7674
this.ej2Instances.setProperties = this.setProperties;
77-
tempProxy = this;
7875
}
7976
public setProperties(prop: any, muteOnChange: boolean): void {
8077
if(this.isVue3) {
File renamed without changes.

src/circulargauge/CHANGELOG.md renamed to components/circulargauge/CHANGELOG.md

+10
File renamed without changes.
File renamed without changes.

src/circulargauge/package.json renamed to components/circulargauge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-circulargauge",
3-
"version": "19.2.46",
3+
"version": "19.2.47",
44
"description": "Essential JS 2 CircularGauge Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

src/circulargauge/src/circular-gauge/circulargauge.component.ts renamed to components/circulargauge/src/circular-gauge/circulargauge.component.ts

-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ for (let props of modelProps) {
2727

2828
export const isExecute: any = gh ? false : true;
2929

30-
export let tempProxy: any;
31-
3230
/**
3331
* Represents Vuejs Circular Gauge Component
3432
* ```vue
@@ -63,7 +61,6 @@ export class CircularGaugeComponent extends ComponentBase {
6361
this.bindProperties();
6462
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
6563
this.ej2Instances.setProperties = this.setProperties;
66-
tempProxy = this;
6764
}
6865
public setProperties(prop: any, muteOnChange: boolean): void {
6966
if(this.isVue3) {

src/diagrams/CHANGELOG.md renamed to components/diagrams/CHANGELOG.md

+11
File renamed without changes.
File renamed without changes.

src/diagrams/package.json renamed to components/diagrams/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-diagrams",
3-
"version": "19.2.46",
3+
"version": "19.2.48",
44
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
File renamed without changes.

0 commit comments

Comments
 (0)