This commit is contained in:
pipeline 2024-04-16 02:40:34 +00:00
Родитель 96ddef6c2e
Коммит 724bf172f6
43 изменённых файлов: 196 добавлений и 43 удалений

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 25.1.39 (2024-04-09)
## 25.1.40 (2024-04-16)
### Barcode

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 25.1.39 (2024-04-09)
## 25.1.40 (2024-04-16)
### Common

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 25.1.39 (2024-04-09)
### Checkbox
#### Bug Fixes
- `#I574511` - The issue with "script error thrown while clicking the checkbox through JS." has been resolved.
## 25.1.35 (2024-03-15)
### Checkbox

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-buttons",
"version": "25.1.35",
"version": "25.1.39",
"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",

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 25.1.40 (2024-04-16)
### DatePicker
#### Bug Fixes
- `#I572913` - Resolved the console error that occurred when dynamically showing the popup on focus out.
## 25.1.37 (2024-03-26)
### DateTimePicker

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-calendars",
"version": "25.1.37",
"version": "25.1.39",
"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",

Просмотреть файл

@ -2,6 +2,15 @@
## [Unreleased]
## 25.1.40 (2024-04-16)
### Chart
#### Bug Fixes
- `#I574804` - Now, the title is wrapped properly when it exits the chart in wrap mode.
- `#I573884` - Now, all legend items with the same value in point mode will render properly.
## 25.1.39 (2024-04-09)
### Chart

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-charts",
"version": "25.1.38",
"version": "25.1.39",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,20 @@
## [Unreleased]
## 25.1.40 (2024-04-16)
### Diagram
#### Bug Fixes
- `#FB51986` - Now, The Diagram is rendered with swimlane when passing element container as a second parameter.
- `#FB52116` - Now, The user handle is not visible while dragging the node/connector.
- `#I570099` - Now, Phase is selectable after deleting first phase without swimlane header.
- `#I51986` - Now, aria-label value is added in text edit mode for annotation resolving accessibility error.
- `#I561938` - Now, the connectors routed properly with shortest routing distance while using enable routing.
- `#I568115` - Prevented overlapping of Nodes during collapse of multiple nodes with Layout Animation.
- `#FB52027` - Now, the text edit for Bpmn text annotation working properly.
## 25.1.39 (2024-04-09)
### Diagram
@ -9,7 +23,6 @@
#### Bug Fixes
- `#I570446` - Now, zoom in and zoom out works properly while setting canZoomOut as true.
- `#I561938` - Now, the connectors routed properly with shortest routing distance while using enable routing.
- `#I565099` - Now, the undo redo works properly for swimlane after cut and delete.
## 25.1.38 (2024-04-02)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-diagrams",
"version": "25.1.38",
"version": "25.1.39",
"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",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-documenteditor",
"version": "25.1.38",
"version": "25.1.39",
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -4,10 +4,18 @@
## 25.1.39 (2024-04-09)
### AutoComplete
#### Bug Fixes
- `#I556993` - Resolved the issue in Autocomplete where the highlight selection was not removed after selecting a value from the dropdown when autofill was enabled.
### ListBox
#### Bug Fixes
- `#I566450` - Issue with "When clicking moveAllTo toolbar, the disabled item is also moved to the listbox" has been resolved.
- `#I575330` - Issue with "Script error thrown in listbox while drag and drop hover on textbox element" has been resolved.
- `#I565976` - Issue with "The getSortedList and getDataList method datasource order is not proper while using addItems, removeItem method and change their position using drag and drop" has been resolved.
### DropDownTree

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-dropdowns",
"version": "25.1.37",
"version": "25.1.39",
"description": "Essential JS 2 DropDown Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 25.1.40 (2024-04-16)
### FileManager
#### Bug Fixes
- `#I574902` - The error dialog that appears when refreshing the File Manager component's SQL service has been resolved.
## 25.1.39 (2024-04-09)
### FileManager
@ -10,6 +18,7 @@
- `#I574481` - The issue with context menu items not getting disabled when menu items contain spaces in the File Manager component has been resolved.
- `#I573974` - The console error while trying to persist the deleted file in the File Manager component has been resolved.
- `#I574902` - The error dialog that appears when refreshing the File Manager component's SQL service has been resolved.
## 25.1.38 (2024-04-02)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-filemanager",
"version": "25.1.38",
"version": "25.1.39",
"description": "Essential JS 2 FileManager Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,12 +2,26 @@
## [Unreleased]
## 25.1.40 (2024-04-16)
### GanttChart
#### Bug fixes
- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.
- `#I577383` - Predecessor not validated properly for parent task issue has been fixed.
- `#I574986` - Console error occurs while adding segments via dialog in Gantt issue has been fixed.
- `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed.
- `#I577383` - Predecessor not validated properly for parent task issue has been fixed.
## 25.1.39 (2024-04-09)
### GanttChart
#### Bug fixes
- `#I574841` - Console error occurs while opening dialog where fields and column are different.
- `#I570307` - Toolbar refresh script error throws in Gantt issue has been fixed.
- `#I568101` - The Gantt search toolbar item is not working in mobile mode issue has been fixed.
- `#I566632` - Duration calculations are incorrect in edit or add dialog in decimals issue has been fixed.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-gantt",
"version": "25.1.38",
"version": "25.1.39",
"description": "Essential JS 2 Gantt Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,17 @@
## [Unreleased]
## 25.1.40 (2024-04-16)
### Grid
#### Bug fixes
- `#I577961` - The issue where checkbox selection was not working properly upon touching the header checkbox has been fixed.
- `#FB52524` - Script error thrown when refreshing `aggregateModule` with grouping has been fixed.
- `#I576058` - The issue with validation message positioning in dialog edit mode with frozen columns has been resolved.
- `#I576570` - The issue where command column buttons were removed upon deleting a record in the infinite scrolling grid has been fixed.
## 25.1.39 (2024-04-09)
### Grid

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-grids",
"version": "25.1.38",
"version": "25.1.39",
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 25.1.39 (2024-04-09)
## 25.1.35 (2024-03-15)
### HeatMap

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-heatmap",
"version": "18.14.11",
"version": "25.1.35",
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 25.1.40 (2024-04-16)
### Image Editor
#### Bug Fixes
- The issue with "content and close icon not proper in alert dialog of the ImageEditor" has been resolved.
## 25.1.39 (2024-04-09)
### Image Editor

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-image-editor",
"version": "25.1.38",
"version": "25.1.39",
"description": "Essential JS 2 ImageEditor for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 25.1.39 (2024-04-09)
## 25.1.40 (2024-04-16)
### DashboardLayout

Просмотреть файл

@ -14,22 +14,13 @@
## [Unreleased]
## 24.1.46 (2024-01-17)
## 25.1.40 (2024-04-16)
### LinearGauge
#### Bug Fixes
- `#I539323` - The pointer value will no longer be reset when the pointer is dragged and the scrollbar on the page is moved.
## 24.1.41 (2023-12-18)
### LinearGauge
#### New Features
- In the Linear Gauge axis, a text pointer can now be displayed to indicate the axis value. The value can also be changed by dragging and dropping the text pointer. Additionally, the text pointer can be animated.
- Linear Gauge elements such as the axis line, ranges, and pointers can now be animated one by one to create a smooth appearance when rendered initially.
- `#I573933` - The tooltips will now be properly aligned with the axis line when the `offset` property is set in the axis line.
## 18.3.47 (2020-11-05)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-lineargauge",
"version": "24.1.46",
"version": "25.1.35",
"description": "Essential JS 2 LinearGauge Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -113,7 +113,27 @@ export let LinearGaugeComponent: DefineVueComponent<LinearGaugeModel> = vueDefi
}
});
export type LinearGaugeComponent = InstanceType<typeof LinearGaugeComponent>;
export type LinearGaugeComponent = typeof ComponentBase & {
ej2Instances: LinearGauge;
isVue3: boolean;
isLazyUpdate: Boolean;
plugins: any[];
propKeys: string[];
models: string[];
hasChildDirective: boolean;
tagMapper: {
[key: string]: Object;
};
tagNameMapper: Object;
setProperties(prop: any, muteOnChange: boolean): void;
trigger(eventName: string, eventProp: {
[key: string]: Object;
}, successHandler?: Function): void;
export(type: Object, fileName: string, orientation?: Object, allowDownload?: boolean): Object;
print(id?: string[] | string | Object): void;
setAnnotationValue(annotationIndex: number, content: string | Object, axisValue?: number): void;
setPointerValue(axisIndex: number, pointerIndex: number, value: number): void
};
export const LinearGaugePlugin = {
name: 'ejs-lineargauge',

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 25.1.39 (2024-04-09)
## 25.1.40 (2024-04-16)
### ListBox

Просмотреть файл

@ -14,6 +14,15 @@
## [Unreleased]
## 25.1.40 (2024-04-16)
### Maps
#### Bug Fixes
- `#I566503` - The slight variation between the sublayer shape map and tile images of the online map in the base layer is now properly synchronized when panning the Maps.
- `#F186927` - The pinch zooming will now work properly for the online maps, which zoom in and out by a factor of 1.
## 25.1.37 (2024-03-26)
### Maps

Просмотреть файл

@ -2,6 +2,26 @@
## [Unreleased]
## 25.1.40 (2024-04-16)
### TreeView
#### Bug Fixes
- `#I572876` - The issue with "The checkbox state are not read by the screen reader in the TreeView component with edge browser" has been resolved.
### Stepper
#### Bug Fixes
- `#I570244` - The issue with stepper component styles being overridden using CSS `important` has been resolved.
### Accordion
#### Bug Fixes
- An issue where the `expandedIndices` returns empty when the HTML sanitizer is enabled has been fixed.
## 25.1.38 (2024-04-02)
### Menu

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-navigations",
"version": "25.1.38",
"version": "25.1.39",
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,6 +2,19 @@
## [Unreleased]
## 25.1.40 (2024-04-16)
### PDF Viewer
#### Bug Fixes
- `#I571265` - Now, the author name is not changed for shape and free text annotations upon saving the document.
- `#I572045` - Now, the transparent background color is not changed to black upon importing exported annotation and saving the document.
- `#I572061` - Now, the standalone saved PDF document with a `Not Approved` dynamic stamp does not throw an error when opened in Adobe.
- `#I569884` - Now, the script error is not occurred when setting the text markup annotation module to false.
- `#F187662` - Now, the exception is not occurred when right clicking the form fields in the provided document.
- `#I572289` - Now, the exception does not occur when dynamically loading PDF documents in standalone mode.
## 25.1.39 (2024-04-09)
### PDF Viewer

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-pdfviewer",
"version": "25.1.38",
"version": "25.1.39",
"description": "Essential JS 2 PDF viewer Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -8,6 +8,8 @@
#### Bug fixes
- `#I496624` - Value sorting will now work properly in an OLAP pivot table with a single measure.
- `#I547664` - Excel exporting will now work properly in the pivot table using the server-side engine.
- `#I572220` - The issue with persistence not working properly in the Pivot Table with remote data has been fixed.
## 25.1.38 (2024-04-02)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-pivotview",
"version": "25.1.38",
"version": "25.1.39",
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-popups",
"version": "25.1.38",
"version": "25.1.39",
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 25.1.39 (2024-04-09)
## 25.1.40 (2024-04-16)
### ProgressBar

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 25.1.39 (2024-04-09)
## 25.1.40 (2024-04-16)
### QueryBuilder

Просмотреть файл

@ -2,17 +2,27 @@
## [Unreleased]
## 25.1.40 (2024-04-16)
### RichTextEditor
#### Bug Fixes
- `#I569839` - Now, the `title` attribute is added properly for the audio and video elements, inserted using the `executeCommand` public method in the Rich Text Editor.
- `#I572603` - Now, pressing the enter key after inserting the table work's properly.
- `#I567787` - Now, copy and paste text into the Rich Text Editor when using `enterkey` as `BR` work's properly.
## 25.1.39 (2024-04-09)
### RichTextEditor
#### Bug Fixes
- `#I569839` - Now, the `title` attribute is added properly for the audio and video elements, inserted using the `executeCommand` public method in the Rich Text Editor.
- `#I572044` - Now, the cursor is set after the image when pasting the image or image with text into the Rich Text Editor.
- `#I572044` - Now the cursor is set after the image when you paste the image only when `PasteCleanup` module is used into the Rich Text Editor.
- `#I569849` - Now, the abort icon and uploading percentage are aligned properly in the image dialog of the Rich Text Editor.
- `#I570370` - Now, the backspace key is working properly when copying and pasting an image with content.
- `#I553157` - Now, the bullet format list gets removed properly when we replace the content in RichTextEditor.
- `#I572138` - Now, pressing the enter key by placing the cursor at the end of the table creates a new line, and the cursor is focused on the new line.
## 25.1.38 (2024-04-02)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-richtexteditor",
"version": "25.1.38",
"version": "25.1.39",
"description": "Essential JS 2 RichTextEditor component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

Просмотреть файл

@ -147,7 +147,7 @@ export let RichTextEditorComponent: DefineVueComponent<RichTextEditorModel> = v
enableToolbarItem(items: string | string[], muteToolbarUpdate?: boolean): void {
return this.ej2Instances.enableToolbarItem(items, muteToolbarUpdate);
},
executeCommand(commandName: Object, value?: string | Object | Object | Object | Object | Object, option?: Object): void {
executeCommand(commandName: Object, value?: string | Object | Object | Object | Object | Object | Object | Object, option?: Object): void {
return this.ej2Instances.executeCommand(commandName, value, option);
},
focusIn(): void {
@ -243,7 +243,7 @@ export type RichTextEditorComponent = typeof ComponentBase & {
closeDialog(type: Object): void;
disableToolbarItem(items: string | string[], muteToolbarUpdate?: boolean): void;
enableToolbarItem(items: string | string[], muteToolbarUpdate?: boolean): void;
executeCommand(commandName: Object, value?: string | Object | Object | Object | Object | Object, option?: Object): void;
executeCommand(commandName: Object, value?: string | Object | Object | Object | Object | Object | Object | Object, option?: Object): void;
focusIn(): void;
focusOut(): void;
getCharCount(): number;

Просмотреть файл

@ -2,7 +2,7 @@
## [Unreleased]
## 25.1.39 (2024-04-09)
## 25.1.40 (2024-04-16)
### Schedule

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-vue-treegrid",
"version": "25.1.37",
"version": "25.1.39",
"description": "Essential JS 2 TreeGrid Component for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",