Skip to content

Commit

Permalink
v28.1.33 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Dec 12, 2024
1 parent 4acbc7d commit 44e6c2a
Show file tree
Hide file tree
Showing 510 changed files with 1,272 additions and 1,586 deletions.
2 changes: 1 addition & 1 deletion components/barcodegenerator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## 27.2.5 (2024-12-03)
## 28.1.33 (2024-12-12)

### Barcode

Expand Down
8 changes: 4 additions & 4 deletions components/barcodegenerator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ npm run serve
```
Initiating a new project prompts us to choose the type of project to be used for the current application. Select the option `Default ([Vue 2] babel, eslint)` from the menu.

### Adding Syncfusion Barcode package
### Adding Syncfusion<sup>®</sup> Barcode package

All Syncfusion Vue packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install Vue barcode package, use the following command.
All Syncfusion<sup>®</sup> Vue packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install Vue barcode package, use the following command.

```bash
npm install @syncfusion/ej2-vue-barcode-generator --save
Expand Down Expand Up @@ -140,10 +140,10 @@ Check the changelog [here](https://ej2.syncfusion.com/vue/documentation/release-

## License and copyright

> 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+ [Vue UI components](https://www.syncfusion.com/vue-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<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+ [Vue UI components](https://www.syncfusion.com/vue-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).
> 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.
See [LICENSE FILE](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license) for more info.

&copy; Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
&copy; Copyright 2022 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ export let BarcodeGeneratorComponent: DefineVueComponent<BarcodeGeneratorModel>
custom(): void {
this.updated();
},
destroy(): void {
return this.ej2Instances.destroy();
},
exportAsBase64Image(exportType: Object): Object {
return this.ej2Instances.exportAsBase64Image(exportType);
},
Expand All @@ -117,6 +120,7 @@ export type BarcodeGeneratorComponent = typeof ComponentBase & {
trigger(eventName: string, eventProp: {
[key: string]: Object;
}, successHandler?: Function): void;
destroy(): void;
exportAsBase64Image(exportType: Object): Object;
exportImage(filename: string, exportType: Object): void
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ export let DataMatrixGeneratorComponent: DefineVueComponent<DataMatrixGeneratorM
custom(): void {
this.updated();
},
destroy(): void {
return this.ej2Instances.destroy();
},
exportAsBase64Image(barcodeExportType: Object): Object {
return this.ej2Instances.exportAsBase64Image(barcodeExportType);
},
Expand All @@ -117,6 +120,7 @@ export type DataMatrixGeneratorComponent = typeof ComponentBase & {
trigger(eventName: string, eventProp: {
[key: string]: Object;
}, successHandler?: Function): void;
destroy(): void;
exportAsBase64Image(barcodeExportType: Object): Object;
exportImage(fileName: string, exportType: Object): void
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ export let QRCodeGeneratorComponent: DefineVueComponent<QRCodeGeneratorModel> =
custom(): void {
this.updated();
},
destroy(): void {
return this.ej2Instances.destroy();
},
exportAsBase64Image(barcodeExportType: Object): Object {
return this.ej2Instances.exportAsBase64Image(barcodeExportType);
},
Expand All @@ -117,6 +120,7 @@ export type QRCodeGeneratorComponent = typeof ComponentBase & {
trigger(eventName: string, eventProp: {
[key: string]: Object;
}, successHandler?: Function): void;
destroy(): void;
exportAsBase64Image(barcodeExportType: Object): Object;
exportImage(filename: string, barcodeExportType: Object): void
};
Expand Down
1 change: 1 addition & 0 deletions components/barcodegenerator/styles/barcode/bds.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-barcode-generator/styles/barcode/bds.scss';
1 change: 1 addition & 0 deletions components/barcodegenerator/styles/barcode/tailwind3.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-barcode-generator/styles/barcode/tailwind3.scss';
1 change: 1 addition & 0 deletions components/barcodegenerator/styles/bds-lite.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-barcode-generator/styles/bds-lite.scss';
1 change: 1 addition & 0 deletions components/barcodegenerator/styles/bds.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'barcode/bds.scss';
1 change: 1 addition & 0 deletions components/barcodegenerator/styles/tailwind3-lite.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-barcode-generator/styles/tailwind3-lite.scss';
1 change: 1 addition & 0 deletions components/barcodegenerator/styles/tailwind3.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'barcode/tailwind3.scss';
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": "27.1.50",
"version": "19.3.53",
"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
23 changes: 22 additions & 1 deletion components/buttons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,34 @@

## [Unreleased]

## 27.2.2 (2024-11-15)
## 28.1.33 (2024-12-12)

### Switch

#### Features

- The Switch component now includes a `beforeChange` event, allowing users to intercept and manage state changes before they occur, such as for validation or cancellation.

### Chip

#### Features

- `#FB16787` - Provided template support to render HTML elements as chip item content.

## 27.2.4 (2024-11-26)

### Checkbox

#### Bug Fixes

- `#F857466`- The issue with "Need to set the label tag for attribute if user changes the checkbox input id in checkbox component" has been resolved.

## 27.2.2 (2024-11-15)

### Checkbox

#### Bug Fixes

- `#F95768`- The issue with "Parent element click event `prevented` while clicking on switch component in angular." has been resolved.

## 27.1.58 (2024-11-05)
Expand Down
4 changes: 2 additions & 2 deletions components/buttons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b

## License and copyright

> 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+ [Vue UI components](https://www.syncfusion.com/vue-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<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+ [Vue UI components](https://www.syncfusion.com/vue-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).
> 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.
See [LICENSE FILE](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license) for more info.

&copy; Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
&copy; Copyright 2024 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
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": "27.2.2",
"version": "18.64.1",
"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/switch/switch.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { isUndefined } from '@syncfusion/ej2-base';
import { Switch, SwitchModel } from '@syncfusion/ej2-buttons';


export const properties: string[] = ['isLazyUpdate', 'plugins', 'checked', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'locale', 'name', 'offLabel', 'onLabel', 'value', 'change', 'created'];
export const properties: string[] = ['isLazyUpdate', 'plugins', 'checked', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'locale', 'name', 'offLabel', 'onLabel', 'value', 'beforeChange', 'change', 'created'];
export const modelProps: string[] = ['checked'];

export const testProp: any = getProps({props: properties});
Expand Down
1 change: 1 addition & 0 deletions components/buttons/styles/bds-lite.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/bds-lite.scss';
7 changes: 7 additions & 0 deletions components/buttons/styles/bds.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@import 'button/bds.scss';
@import 'check-box/bds.scss';
@import 'radio-button/bds.scss';
@import 'switch/bds.scss';
@import 'chips/bds.scss';
@import 'floating-action-button/bds.scss';
@import 'speed-dial/bds.scss';
1 change: 1 addition & 0 deletions components/buttons/styles/button/bds.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/button/bds.scss';
1 change: 1 addition & 0 deletions components/buttons/styles/button/tailwind3.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/button/tailwind3.scss';
1 change: 1 addition & 0 deletions components/buttons/styles/check-box/bds.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/check-box/bds.scss';
1 change: 1 addition & 0 deletions components/buttons/styles/check-box/tailwind3.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/check-box/tailwind3.scss';
1 change: 1 addition & 0 deletions components/buttons/styles/chips/bds.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/chips/bds.scss';
1 change: 1 addition & 0 deletions components/buttons/styles/chips/tailwind3.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/chips/tailwind3.scss';
1 change: 1 addition & 0 deletions components/buttons/styles/floating-action-button/bds.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/floating-action-button/bds.scss';
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/floating-action-button/tailwind3.scss';
1 change: 1 addition & 0 deletions components/buttons/styles/radio-button/bds.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/radio-button/bds.scss';
1 change: 1 addition & 0 deletions components/buttons/styles/radio-button/tailwind3.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/radio-button/tailwind3.scss';
1 change: 1 addition & 0 deletions components/buttons/styles/speed-dial/bds.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/speed-dial/bds.scss';
1 change: 1 addition & 0 deletions components/buttons/styles/speed-dial/tailwind3.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/speed-dial/tailwind3.scss';
1 change: 1 addition & 0 deletions components/buttons/styles/switch/bds.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/switch/bds.scss';
1 change: 1 addition & 0 deletions components/buttons/styles/switch/tailwind3.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/switch/tailwind3.scss';
1 change: 1 addition & 0 deletions components/buttons/styles/tailwind3-lite.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-buttons/styles/tailwind3-lite.scss';
7 changes: 7 additions & 0 deletions components/buttons/styles/tailwind3.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@import 'button/tailwind3.scss';
@import 'check-box/tailwind3.scss';
@import 'radio-button/tailwind3.scss';
@import 'switch/tailwind3.scss';
@import 'chips/tailwind3.scss';
@import 'floating-action-button/tailwind3.scss';
@import 'speed-dial/tailwind3.scss';
50 changes: 1 addition & 49 deletions components/calendars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,55 +2,7 @@

## [Unreleased]

## 27.2.5 (2024-12-03)

### DatePicker

#### Bug Fixes

- `#I648389` - Fixed an issue where the CSS for the selected value was removed when the minimum and maximum properties were changed dynamically.

- `#I654432` - Fixed an issue where the Clear Icon was displayed when the enable mask support had no value.

## 27.2.2 (2024-11-15)

### DatePicker

#### Bug Fixes

- `#I648389` - Fixed an issue where the CSS for the selected value was removed when the minimum and maximum properties were changed dynamically.

## 27.1.57 (2024-10-29)

### DateRangePicker

#### Bug Fixes

- `#I643169` - Fixed an issue where the popup repositions to `Right-Bottom` when clicking on the custom range, even though it is set to `Left-Bottom`.

## 27.1.55 (2024-10-22)

### DateTimePicker

#### Bug Fixes

- `#I632734` - Fixed an issue where the page automatically scrolled to the top when users began typing in the masked datetime picker on iPad.

## 27.1.51 (2024-09-30)

### DateTimePicker

#### Bug Fixes

- `#I628891` - Resolved the issue where the "DateTimePicker Mask" was not functioning correctly after deletion using the keyboard.

## 27.1.50 (2024-09-24)

### DatePicker

#### Bug Fixes

- `#I628537` - Fixed an issue where users were unable to navigate through data cells using the arrow keys while a popup was open.
## 28.1.33 (2024-12-12)

### DateRangePicker

Expand Down
4 changes: 2 additions & 2 deletions components/calendars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b

## License and copyright

> 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+ [Vue UI components](https://www.syncfusion.com/vue-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<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+ [Vue UI components](https://www.syncfusion.com/vue-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).
> 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.
See [LICENSE FILE](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license) for more info.

&copy; Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
&copy; Copyright 2024 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
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": "27.2.2",
"version": "18.32.5",
"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
1 change: 1 addition & 0 deletions components/calendars/styles/bds-lite.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-calendars/styles/bds-lite.scss';
5 changes: 5 additions & 0 deletions components/calendars/styles/bds.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@import 'calendar/bds.scss';
@import 'timepicker/bds.scss';
@import 'datepicker/bds.scss';
@import 'daterangepicker/bds.scss';
@import 'datetimepicker/bds.scss';
1 change: 1 addition & 0 deletions components/calendars/styles/calendar/bds.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-calendars/styles/calendar/bds.scss';
1 change: 1 addition & 0 deletions components/calendars/styles/calendar/tailwind3.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-calendars/styles/calendar/tailwind3.scss';
1 change: 1 addition & 0 deletions components/calendars/styles/datepicker/bds.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-calendars/styles/datepicker/bds.scss';
1 change: 1 addition & 0 deletions components/calendars/styles/datepicker/tailwind3.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-calendars/styles/datepicker/tailwind3.scss';
1 change: 1 addition & 0 deletions components/calendars/styles/daterangepicker/bds.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-calendars/styles/daterangepicker/bds.scss';
1 change: 1 addition & 0 deletions components/calendars/styles/daterangepicker/tailwind3.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-calendars/styles/daterangepicker/tailwind3.scss';
1 change: 1 addition & 0 deletions components/calendars/styles/datetimepicker/bds.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-calendars/styles/datetimepicker/bds.scss';
1 change: 1 addition & 0 deletions components/calendars/styles/datetimepicker/tailwind3.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-calendars/styles/datetimepicker/tailwind3.scss';
1 change: 1 addition & 0 deletions components/calendars/styles/tailwind3-lite.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-calendars/styles/tailwind3-lite.scss';
5 changes: 5 additions & 0 deletions components/calendars/styles/tailwind3.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@import 'calendar/tailwind3.scss';
@import 'timepicker/tailwind3.scss';
@import 'datepicker/tailwind3.scss';
@import 'daterangepicker/tailwind3.scss';
@import 'datetimepicker/tailwind3.scss';
1 change: 1 addition & 0 deletions components/calendars/styles/timepicker/bds.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-calendars/styles/timepicker/bds.scss';
1 change: 1 addition & 0 deletions components/calendars/styles/timepicker/tailwind3.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'ej2-calendars/styles/timepicker/tailwind3.scss';
Loading

0 comments on commit 44e6c2a

Please sign in to comment.