Skip to content

Commit

Permalink
v17.1.1-beta is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Jan 29, 2019
1 parent 3970d21 commit 40c65fc
Show file tree
Hide file tree
Showing 280 changed files with 1,018 additions and 577 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* New [GitHub issue](https://github.com/syncfusion/ej2-vue-ui-components/issues/issues/new).
* Ask your query in [Stack Overflow](https://stackoverflow.com/) with tag `syncfusion` and `ej2`.
## License
Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/LICENSE).
Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license).
## Changelog
Check the changelog [here](https://ej2.syncfusion.com/vue/documentation/release-notes?utm_source=npm&utm_campaign=ej2-vue-ui-components)
© Copyright 2018 Syncfusion, Inc. All Rights Reserved.
Expand Down
2 changes: 1 addition & 1 deletion components/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 16.4.46 (2019-01-08)
## 17.1.1-beta (2019-01-22)

### Common

Expand Down
2 changes: 1 addition & 1 deletion components/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-compone

Check the changelog [here](https://ej2.syncfusion.com/vue/documentation/release-notes?utm_source=npm&utm_campaign=ej2-vue-base)

© Copyright 2019 Syncfusion, Inc. All Rights Reserved.
© Copyright 2018 Syncfusion, Inc. All Rights Reserved.
The Syncfusion Essential Studio license and copyright applies to this distribution.
2 changes: 1 addition & 1 deletion components/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-base",
"version": "16.4.46",
"version": "16.3.31",
"description": "A common package of Essential JS 2 base Vue libraries, methods and class definitions",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 16.4.40-beta (2018-12-10)
## 17.1.1-beta (2019-01-22)

### Chips

Expand Down
6 changes: 3 additions & 3 deletions components/buttons/dist/ej2-vue-buttons.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/buttons/dist/ej2-vue-buttons.umd.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions components/buttons/dist/es6/ej2-vue-buttons.es2015.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/buttons/dist/es6/ej2-vue-buttons.es2015.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions components/buttons/dist/es6/ej2-vue-buttons.es5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/buttons/dist/es6/ej2-vue-buttons.es5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-buttons",
"version": "16.4.47",
"version": "16.2.41",
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/buttons/src/check-box/checkbox.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class CheckBoxComponent extends ComponentBase {
this.bindProperties();
}
public trigger(eventName: string, eventProp: {[key:string]:Object}): void {
if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {
if (eventName === 'change' && this.models && (this.models.length !== 0)) {
let key: string[] = this.models.toString().match(/checked|value/) || [];
let propKey: string = key[0];
if (eventProp && key && !isUndefined(eventProp[propKey])) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class RadioButtonComponent extends ComponentBase {
this.bindProperties();
}
public trigger(eventName: string, eventProp: {[key:string]:Object}): void {
if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {
if (eventName === 'change' && this.models && (this.models.length !== 0)) {
let key: string[] = this.models.toString().match(/checked|value/) || [];
let propKey: string = key[0];
if (eventProp && key && !isUndefined(eventProp[propKey])) {
Expand Down
2 changes: 1 addition & 1 deletion components/buttons/src/switch/switch.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class SwitchComponent extends ComponentBase {
this.bindProperties();
}
public trigger(eventName: string, eventProp: {[key:string]:Object}): void {
if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {
if (eventName === 'change' && this.models && (this.models.length !== 0)) {
let key: string[] = this.models.toString().match(/checked|value/) || [];
let propKey: string = key[0];
if (eventProp && key && !isUndefined(eventProp[propKey])) {
Expand Down
1 change: 1 addition & 0 deletions components/buttons/styles/button/highcontrast-light.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/button/highcontrast-light.scss';
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/check-box/highcontrast-light.scss';
1 change: 1 addition & 0 deletions components/buttons/styles/chips/highcontrast-light.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/chips/highcontrast-light.scss';
5 changes: 5 additions & 0 deletions components/buttons/styles/highcontrast-light.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@import 'button/highcontrast-light.scss';
@import 'check-box/highcontrast-light.scss';
@import 'radio-button/highcontrast-light.scss';
@import 'switch/highcontrast-light.scss';
@import 'chips/highcontrast-light.scss';
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/radio-button/highcontrast-light.scss';
1 change: 1 addition & 0 deletions components/buttons/styles/switch/highcontrast-light.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/switch/highcontrast-light.scss';
2 changes: 1 addition & 1 deletion components/calendars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 16.4.48 (2019-01-16)
## 17.1.1-beta (2019-01-22)

### TimePicker

Expand Down
6 changes: 3 additions & 3 deletions components/calendars/dist/ej2-vue-calendars.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/calendars/dist/ej2-vue-calendars.umd.min.js.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions components/calendars/dist/es6/ej2-vue-calendars.es2015.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions components/calendars/dist/es6/ej2-vue-calendars.es5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/calendars/dist/es6/ej2-vue-calendars.es5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/calendars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-calendars",
"version": "16.4.47",
"version": "16.2.41",
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
Expand Down
2 changes: 1 addition & 1 deletion components/calendars/src/calendar/calendar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class CalendarComponent extends ComponentBase {
this.bindProperties();
}
public trigger(eventName: string, eventProp: {[key:string]:Object}): void {
if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {
if (eventName === 'change' && this.models && (this.models.length !== 0)) {
let key: string[] = this.models.toString().match(/checked|value/) || [];
let propKey: string = key[0];
if (eventProp && key && !isUndefined(eventProp[propKey])) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class DatePickerComponent extends ComponentBase {
this.bindProperties();
}
public trigger(eventName: string, eventProp: {[key:string]:Object}): void {
if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {
if (eventName === 'change' && this.models && (this.models.length !== 0)) {
let key: string[] = this.models.toString().match(/checked|value/) || [];
let propKey: string = key[0];
if (eventProp && key && !isUndefined(eventProp[propKey])) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class DateRangePickerComponent extends ComponentBase {
this.bindProperties();
}
public trigger(eventName: string, eventProp: {[key:string]:Object}): void {
if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {
if (eventName === 'change' && this.models && (this.models.length !== 0)) {
let key: string[] = this.models.toString().match(/checked|value/) || [];
let propKey: string = key[0];
if (eventProp && key && !isUndefined(eventProp[propKey])) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ComponentBase, EJComponentDecorator } from '@syncfusion/ej2-vue-base';
import { DateTimePicker } from '@syncfusion/ej2-calendars';


export const properties: string[] = ['allowEdit', 'calendarMode', 'cssClass', 'depth', 'enablePersistence', 'enableRtl', 'enabled', 'firstDayOfWeek', 'floatLabelType', 'format', 'isMultiSelection', 'locale', 'max', 'min', 'placeholder', 'readonly', 'showClearButton', 'showTodayButton', 'start', 'step', 'strictMode', 'timeFormat', 'value', 'values', 'weekNumber', 'width', 'zIndex', 'blur', 'change', 'close', 'created', 'destroyed', 'focus', 'navigated', 'open', 'renderDayCell'];
export const properties: string[] = ['allowEdit', 'calendarMode', 'cssClass', 'depth', 'enablePersistence', 'enableRtl', 'enabled', 'firstDayOfWeek', 'floatLabelType', 'format', 'isMultiSelection', 'locale', 'max', 'min', 'placeholder', 'readonly', 'scrollTo', 'showClearButton', 'showTodayButton', 'start', 'step', 'strictMode', 'timeFormat', 'value', 'values', 'weekNumber', 'width', 'zIndex', 'blur', 'change', 'close', 'created', 'destroyed', 'focus', 'navigated', 'open', 'renderDayCell'];
export const modelProps: string[] = ['value'];

/**
Expand Down Expand Up @@ -39,7 +39,7 @@ export class DateTimePickerComponent extends ComponentBase {
this.bindProperties();
}
public trigger(eventName: string, eventProp: {[key:string]:Object}): void {
if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {
if (eventName === 'change' && this.models && (this.models.length !== 0)) {
let key: string[] = this.models.toString().match(/checked|value/) || [];
let propKey: string = key[0];
if (eventProp && key && !isUndefined(eventProp[propKey])) {
Expand Down
Loading

0 comments on commit 40c65fc

Please sign in to comment.