v18.1.53 is released
This commit is contained in:
Родитель
f04d2974b8
Коммит
7b82cf803b
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.52 (2020-05-13)
|
||||
## 18.1.53 (2020-05-19)
|
||||
|
||||
### Common
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.52 (2020-05-13)
|
||||
## 18.1.53 (2020-05-19)
|
||||
|
||||
### Chips
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.52 (2020-05-13)
|
||||
## 18.1.53 (2020-05-19)
|
||||
|
||||
### Chips
|
||||
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.53 (2020-05-19)
|
||||
|
||||
### DatePicker
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#275716`- Issue with "script error occurs when disable the clear icon dynamically" has been resolved.
|
||||
|
||||
## 18.1.43 (2020-04-07)
|
||||
|
||||
### TimePicker
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.53 (2020-05-19)
|
||||
|
||||
### DatePicker
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#275716`- Issue with "script error occurs when disable the clear icon dynamically" has been resolved.
|
||||
|
||||
## 18.1.43 (2020-04-07)
|
||||
|
||||
### TimePicker
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-calendars",
|
||||
"version": "18.1.44",
|
||||
"version": "18.1.52",
|
||||
"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 Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.pkgName = '@syncfusion/ej2-angular-calendars';
|
||||
exports.pkgVer = '^18.1.44';
|
||||
exports.pkgVer = '^18.1.52';
|
||||
exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
|
||||
exports.themeVer = '~18.1.44';
|
||||
exports.themeVer = '~18.1.52';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export const pkgName = '@syncfusion/ej2-angular-calendars';
|
||||
export const pkgVer = '^18.1.44';
|
||||
export const pkgVer = '^18.1.52';
|
||||
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
|
||||
export const themeVer = '~18.1.44';
|
||||
export const themeVer = '~18.1.52';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-calendars",
|
||||
"version": "18.1.44",
|
||||
"version": "18.1.52",
|
||||
"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 Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export const pkgName = '@syncfusion/ej2-angular-calendars';
|
||||
export const pkgVer = '^18.1.44';
|
||||
export const pkgVer = '^18.1.52';
|
||||
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
|
||||
export const themeVer = '~18.1.44';
|
||||
export const themeVer = '~18.1.52';
|
||||
|
|
|
@ -2,6 +2,20 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.53 (2020-05-19)
|
||||
|
||||
### Accumulation chart
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#153764` - The size of the doughnuts graphs does not display correctly in the Edge browser issue fixed.
|
||||
|
||||
### Chart
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#273192` - Trendlines are placed behind the series issue has been fixed.
|
||||
|
||||
## 18.1.52 (2020-05-13)
|
||||
|
||||
### Accumulation chart
|
||||
|
|
|
@ -2,6 +2,20 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.53 (2020-05-19)
|
||||
|
||||
### Accumulation chart
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#153764` - The size of the doughnuts graphs does not display correctly in the Edge browser issue fixed.
|
||||
|
||||
### Chart
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#273192` - Trendlines are placed behind the series issue has been fixed.
|
||||
|
||||
## 18.1.52 (2020-05-13)
|
||||
|
||||
### Accumulation chart
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-charts",
|
||||
"version": "18.1.48",
|
||||
"version": "18.1.52",
|
||||
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.pkgName = '@syncfusion/ej2-angular-charts';
|
||||
exports.pkgVer = '^18.1.48';
|
||||
exports.pkgVer = '^18.1.52';
|
||||
exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
|
||||
exports.themeVer = '~18.1.48';
|
||||
exports.themeVer = '~18.1.52';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export const pkgName = '@syncfusion/ej2-angular-charts';
|
||||
export const pkgVer = '^18.1.48';
|
||||
export const pkgVer = '^18.1.52';
|
||||
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
|
||||
export const themeVer = '~18.1.48';
|
||||
export const themeVer = '~18.1.52';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-charts",
|
||||
"version": "18.1.48",
|
||||
"version": "18.1.52",
|
||||
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export const pkgName = '@syncfusion/ej2-angular-charts';
|
||||
export const pkgVer = '^18.1.48';
|
||||
export const pkgVer = '^18.1.52';
|
||||
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule, BulletChartModule';
|
||||
export const themeVer = '~18.1.48';
|
||||
export const themeVer = '~18.1.52';
|
||||
|
|
|
@ -200,7 +200,7 @@ ConnectorAnnotationsDirective.decorators = [
|
|||
* @nocollapse
|
||||
*/
|
||||
ConnectorAnnotationsDirective.ctorParameters = function () { return []; };
|
||||
var input$3 = ['addInfo', 'annotations', 'bridgeSpace', 'connectPadding', 'constraints', 'cornerRadius', 'dragSize', 'excludeFromLayout', 'flip', 'hitPadding', 'id', 'margin', 'previewSize', 'segments', 'shape', 'sourceDecorator', 'sourceID', 'sourcePadding', 'sourcePoint', 'sourcePortID', 'style', 'targetDecorator', 'targetID', 'targetPadding', 'targetPoint', 'targetPortID', 'tooltip', 'type', 'visible', 'wrapper', 'zIndex'];
|
||||
var input$3 = ['addInfo', 'annotations', 'bridgeSpace', 'connectionPadding', 'constraints', 'cornerRadius', 'dragSize', 'excludeFromLayout', 'flip', 'hitPadding', 'id', 'margin', 'previewSize', 'segments', 'shape', 'sourceDecorator', 'sourceID', 'sourcePadding', 'sourcePoint', 'sourcePortID', 'style', 'targetDecorator', 'targetID', 'targetPadding', 'targetPoint', 'targetPortID', 'tooltip', 'type', 'visible', 'wrapper', 'zIndex'];
|
||||
var outputs$3 = [];
|
||||
/**
|
||||
* Connectors Directive
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -179,7 +179,7 @@ ConnectorAnnotationsDirective.decorators = [
|
|||
*/
|
||||
ConnectorAnnotationsDirective.ctorParameters = () => [];
|
||||
|
||||
let input$3 = ['addInfo', 'annotations', 'bridgeSpace', 'connectPadding', 'constraints', 'cornerRadius', 'dragSize', 'excludeFromLayout', 'flip', 'hitPadding', 'id', 'margin', 'previewSize', 'segments', 'shape', 'sourceDecorator', 'sourceID', 'sourcePadding', 'sourcePoint', 'sourcePortID', 'style', 'targetDecorator', 'targetID', 'targetPadding', 'targetPoint', 'targetPortID', 'tooltip', 'type', 'visible', 'wrapper', 'zIndex'];
|
||||
let input$3 = ['addInfo', 'annotations', 'bridgeSpace', 'connectionPadding', 'constraints', 'cornerRadius', 'dragSize', 'excludeFromLayout', 'flip', 'hitPadding', 'id', 'margin', 'previewSize', 'segments', 'shape', 'sourceDecorator', 'sourceID', 'sourcePadding', 'sourcePoint', 'sourcePortID', 'style', 'targetDecorator', 'targetID', 'targetPadding', 'targetPoint', 'targetPortID', 'tooltip', 'type', 'visible', 'wrapper', 'zIndex'];
|
||||
let outputs$3 = [];
|
||||
/**
|
||||
* Connectors Directive
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -202,7 +202,7 @@ ConnectorAnnotationsDirective.decorators = [
|
|||
* @nocollapse
|
||||
*/
|
||||
ConnectorAnnotationsDirective.ctorParameters = function () { return []; };
|
||||
var input$3 = ['addInfo', 'annotations', 'bridgeSpace', 'connectPadding', 'constraints', 'cornerRadius', 'dragSize', 'excludeFromLayout', 'flip', 'hitPadding', 'id', 'margin', 'previewSize', 'segments', 'shape', 'sourceDecorator', 'sourceID', 'sourcePadding', 'sourcePoint', 'sourcePortID', 'style', 'targetDecorator', 'targetID', 'targetPadding', 'targetPoint', 'targetPortID', 'tooltip', 'type', 'visible', 'wrapper', 'zIndex'];
|
||||
var input$3 = ['addInfo', 'annotations', 'bridgeSpace', 'connectionPadding', 'constraints', 'cornerRadius', 'dragSize', 'excludeFromLayout', 'flip', 'hitPadding', 'id', 'margin', 'previewSize', 'segments', 'shape', 'sourceDecorator', 'sourceID', 'sourcePadding', 'sourcePoint', 'sourcePortID', 'style', 'targetDecorator', 'targetID', 'targetPadding', 'targetPoint', 'targetPortID', 'tooltip', 'type', 'visible', 'wrapper', 'zIndex'];
|
||||
var outputs$3 = [];
|
||||
/**
|
||||
* Connectors Directive
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-diagrams",
|
||||
"version": "18.1.48",
|
||||
"version": "18.1.52",
|
||||
"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 Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.pkgName = '@syncfusion/ej2-angular-diagrams';
|
||||
exports.pkgVer = '^18.1.48';
|
||||
exports.pkgVer = '^18.1.52';
|
||||
exports.moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
|
||||
exports.themeVer = '~18.1.48';
|
||||
exports.themeVer = '~18.1.52';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export const pkgName = '@syncfusion/ej2-angular-diagrams';
|
||||
export const pkgVer = '^18.1.48';
|
||||
export const pkgVer = '^18.1.52';
|
||||
export const moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
|
||||
export const themeVer = '~18.1.48';
|
||||
export const themeVer = '~18.1.52';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-diagrams",
|
||||
"version": "18.1.48",
|
||||
"version": "18.1.52",
|
||||
"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 Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export const pkgName = '@syncfusion/ej2-angular-diagrams';
|
||||
export const pkgVer = '^18.1.48';
|
||||
export const pkgVer = '^18.1.52';
|
||||
export const moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
|
||||
export const themeVer = '~18.1.48';
|
||||
export const themeVer = '~18.1.52';
|
||||
|
|
|
@ -3,7 +3,7 @@ import { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';
|
|||
|
||||
import { ConnectorAnnotationsDirective } from './connector-annotation.directive';
|
||||
|
||||
let input: string[] = ['addInfo', 'annotations', 'bridgeSpace', 'connectPadding', 'constraints', 'cornerRadius', 'dragSize', 'excludeFromLayout', 'flip', 'hitPadding', 'id', 'margin', 'previewSize', 'segments', 'shape', 'sourceDecorator', 'sourceID', 'sourcePadding', 'sourcePoint', 'sourcePortID', 'style', 'targetDecorator', 'targetID', 'targetPadding', 'targetPoint', 'targetPortID', 'tooltip', 'type', 'visible', 'wrapper', 'zIndex'];
|
||||
let input: string[] = ['addInfo', 'annotations', 'bridgeSpace', 'connectionPadding', 'constraints', 'cornerRadius', 'dragSize', 'excludeFromLayout', 'flip', 'hitPadding', 'id', 'margin', 'previewSize', 'segments', 'shape', 'sourceDecorator', 'sourceID', 'sourcePadding', 'sourcePoint', 'sourcePortID', 'style', 'targetDecorator', 'targetID', 'targetPadding', 'targetPoint', 'targetPortID', 'tooltip', 'type', 'visible', 'wrapper', 'zIndex'];
|
||||
let outputs: string[] = [];
|
||||
/**
|
||||
* Connectors Directive
|
||||
|
@ -57,7 +57,7 @@ export class ConnectorDirective extends ComplexBase<ConnectorDirective> {
|
|||
* Sets the connector padding value
|
||||
* @default 0
|
||||
*/
|
||||
public connectPadding: any;
|
||||
public connectionPadding: any;
|
||||
/**
|
||||
* Defines the constraints of connector
|
||||
* * None - Interaction of the connectors cannot be done.
|
||||
|
|
|
@ -2,6 +2,23 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.53 (2020-05-19)
|
||||
|
||||
### Document Editor
|
||||
|
||||
#### New Features
|
||||
|
||||
- `#272634` - Added API to get hidden bookmark.
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#275993` ,`#277160` - Button actions in comments and restrict editing pane will not trigger the form submit events now.
|
||||
- `#276810` - Table alignment property is now export properly.
|
||||
- `#277452` - Contents in table is now print properly.
|
||||
- `#273870` - Bookmarks API will not retrieve bookmark when selection is at end of bookmark.
|
||||
- `#273913` - Enable/Disable item by index in toolbar is now working properly.
|
||||
- `#276399` - After copy and paste table, table is now exported properly.
|
||||
|
||||
## 18.1.52 (2020-05-13)
|
||||
|
||||
### Document Editor
|
||||
|
|
|
@ -2,6 +2,23 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.53 (2020-05-19)
|
||||
|
||||
### Document Editor
|
||||
|
||||
#### New Features
|
||||
|
||||
- `#272634` - Added API to get hidden bookmark.
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#275993` ,`#277160` - Button actions in comments and restrict editing pane will not trigger the form submit events now.
|
||||
- `#276810` - Table alignment property is now export properly.
|
||||
- `#277452` - Contents in table is now print properly.
|
||||
- `#273870` - Bookmarks API will not retrieve bookmark when selection is at end of bookmark.
|
||||
- `#273913` - Enable/Disable item by index in toolbar is now working properly.
|
||||
- `#276399` - After copy and paste table, table is now exported properly.
|
||||
|
||||
## 18.1.52 (2020-05-13)
|
||||
|
||||
### Document Editor
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-documenteditor",
|
||||
"version": "18.1.48",
|
||||
"version": "18.1.52",
|
||||
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.pkgName = '@syncfusion/ej2-angular-documenteditor';
|
||||
exports.pkgVer = '^18.1.48';
|
||||
exports.pkgVer = '^18.1.52';
|
||||
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
||||
exports.themeVer = '~18.1.48';
|
||||
exports.themeVer = '~18.1.52';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
||||
export const pkgVer = '^18.1.48';
|
||||
export const pkgVer = '^18.1.52';
|
||||
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
||||
export const themeVer = '~18.1.48';
|
||||
export const themeVer = '~18.1.52';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-documenteditor",
|
||||
"version": "18.1.48",
|
||||
"version": "18.1.52",
|
||||
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
||||
export const pkgVer = '^18.1.48';
|
||||
export const pkgVer = '^18.1.52';
|
||||
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
||||
export const themeVer = '~18.1.48';
|
||||
export const themeVer = '~18.1.52';
|
||||
|
|
|
@ -2,6 +2,30 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.53 (2020-05-19)
|
||||
|
||||
### MultiSelect
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#273796` - Now, filtering works properly when paste the value in the input element.
|
||||
|
||||
### Dropdown Tree
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#274351` - The issue with "The Dropdown Tree initialized value which is not getting it in the form post" has been resolved.
|
||||
|
||||
### ListBox
|
||||
|
||||
#### New Features
|
||||
|
||||
- Provided Placeholder support to filterbar in listbox.
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- Move to and move from throws script error when listbox rendered with item template issue fixed.
|
||||
|
||||
## 18.1.52 (2020-05-13)
|
||||
|
||||
### ListBox
|
||||
|
|
|
@ -2,6 +2,30 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.53 (2020-05-19)
|
||||
|
||||
### MultiSelect
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#273796` - Now, filtering works properly when paste the value in the input element.
|
||||
|
||||
### Dropdown Tree
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#274351` - The issue with "The Dropdown Tree initialized value which is not getting it in the form post" has been resolved.
|
||||
|
||||
### ListBox
|
||||
|
||||
#### New Features
|
||||
|
||||
- Provided Placeholder support to filterbar in listbox.
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- Move to and move from throws script error when listbox rendered with item template issue fixed.
|
||||
|
||||
## 18.1.52 (2020-05-13)
|
||||
|
||||
### ListBox
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-dropdowns",
|
||||
"version": "18.1.48",
|
||||
"version": "18.1.52",
|
||||
"description": "Essential JS 2 DropDown Components for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.pkgName = '@syncfusion/ej2-angular-dropdowns';
|
||||
exports.pkgVer = '^18.1.48';
|
||||
exports.pkgVer = '^18.1.52';
|
||||
exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule';
|
||||
exports.themeVer = '~18.1.48';
|
||||
exports.themeVer = '~18.1.52';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export const pkgName = '@syncfusion/ej2-angular-dropdowns';
|
||||
export const pkgVer = '^18.1.48';
|
||||
export const pkgVer = '^18.1.52';
|
||||
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule';
|
||||
export const themeVer = '~18.1.48';
|
||||
export const themeVer = '~18.1.52';
|
||||
|
|
|
@ -445,15 +445,15 @@ ejs-listbox {
|
|||
}
|
||||
|
||||
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
||||
height: calc(100% - 39px);
|
||||
height: calc(100% - 45px);
|
||||
}
|
||||
|
||||
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
||||
height: calc(100% - 51px);
|
||||
height: calc(100% - 55px);
|
||||
}
|
||||
|
||||
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
||||
height: calc(100% - 41px);
|
||||
height: calc(100% - 45px);
|
||||
}
|
||||
|
||||
.e-listbox-wrapper {
|
||||
|
@ -470,7 +470,7 @@ ejs-listbox {
|
|||
}
|
||||
|
||||
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
||||
height: calc(100% - 43px);
|
||||
height: calc(100% - 47px);
|
||||
}
|
||||
|
||||
.e-listbox-wrapper .e-icons {
|
||||
|
|
|
@ -445,15 +445,15 @@ ejs-listbox {
|
|||
}
|
||||
|
||||
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
||||
height: calc(100% - 39px);
|
||||
height: calc(100% - 45px);
|
||||
}
|
||||
|
||||
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
||||
height: calc(100% - 50px);
|
||||
height: calc(100% - 55px);
|
||||
}
|
||||
|
||||
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
||||
height: calc(100% - 41px);
|
||||
height: calc(100% - 45px);
|
||||
}
|
||||
|
||||
.e-listbox-wrapper {
|
||||
|
@ -470,7 +470,7 @@ ejs-listbox {
|
|||
}
|
||||
|
||||
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
||||
height: calc(100% - 43px);
|
||||
height: calc(100% - 47px);
|
||||
}
|
||||
|
||||
.e-listbox-wrapper .e-icons {
|
||||
|
|
|
@ -2869,15 +2869,15 @@ ejs-listbox {
|
|||
}
|
||||
|
||||
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
||||
height: calc(100% - 39px);
|
||||
height: calc(100% - 45px);
|
||||
}
|
||||
|
||||
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
||||
height: calc(100% - 51px);
|
||||
height: calc(100% - 55px);
|
||||
}
|
||||
|
||||
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
||||
height: calc(100% - 41px);
|
||||
height: calc(100% - 45px);
|
||||
}
|
||||
|
||||
.e-listbox-wrapper {
|
||||
|
@ -2894,7 +2894,7 @@ ejs-listbox {
|
|||
}
|
||||
|
||||
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
||||
height: calc(100% - 43px);
|
||||
height: calc(100% - 47px);
|
||||
}
|
||||
|
||||
.e-listbox-wrapper .e-icons {
|
||||
|
|
|
@ -3129,15 +3129,15 @@ ejs-listbox {
|
|||
}
|
||||
|
||||
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
||||
height: calc(100% - 39px);
|
||||
height: calc(100% - 45px);
|
||||
}
|
||||
|
||||
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
||||
height: calc(100% - 50px);
|
||||
height: calc(100% - 55px);
|
||||
}
|
||||
|
||||
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
||||
height: calc(100% - 41px);
|
||||
height: calc(100% - 45px);
|
||||
}
|
||||
|
||||
.e-listbox-wrapper {
|
||||
|
@ -3154,7 +3154,7 @@ ejs-listbox {
|
|||
}
|
||||
|
||||
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
||||
height: calc(100% - 43px);
|
||||
height: calc(100% - 47px);
|
||||
}
|
||||
|
||||
.e-listbox-wrapper .e-icons {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-dropdowns",
|
||||
"version": "18.1.48",
|
||||
"version": "18.1.52",
|
||||
"description": "Essential JS 2 DropDown Components for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export const pkgName = '@syncfusion/ej2-angular-dropdowns';
|
||||
export const pkgVer = '^18.1.48';
|
||||
export const pkgVer = '^18.1.52';
|
||||
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule';
|
||||
export const themeVer = '~18.1.48';
|
||||
export const themeVer = '~18.1.52';
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.53 (2020-05-19)
|
||||
|
||||
### File Manager
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- Resolved the script error thrown from the File Manager component when resizing the window.
|
||||
|
||||
## 18.1.46 (2020-04-28)
|
||||
|
||||
### File Manager
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.53 (2020-05-19)
|
||||
|
||||
### File Manager
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- Resolved the script error thrown from the File Manager component when resizing the window.
|
||||
|
||||
## 18.1.46 (2020-04-28)
|
||||
|
||||
### File Manager
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-filemanager",
|
||||
"version": "18.1.46",
|
||||
"version": "18.1.52",
|
||||
"description": "Essential JS 2 FileManager Component for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.pkgName = '@syncfusion/ej2-angular-filemanager';
|
||||
exports.pkgVer = '^18.1.46';
|
||||
exports.pkgVer = '^18.1.52';
|
||||
exports.moduleName = 'FileManagerModule';
|
||||
exports.themeVer = '~18.1.46';
|
||||
exports.themeVer = '~18.1.52';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export const pkgName = '@syncfusion/ej2-angular-filemanager';
|
||||
export const pkgVer = '^18.1.46';
|
||||
export const pkgVer = '^18.1.52';
|
||||
export const moduleName = 'FileManagerModule';
|
||||
export const themeVer = '~18.1.46';
|
||||
export const themeVer = '~18.1.52';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-filemanager",
|
||||
"version": "18.1.46",
|
||||
"version": "18.1.52",
|
||||
"description": "Essential JS 2 FileManager Component for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export const pkgName = '@syncfusion/ej2-angular-filemanager';
|
||||
export const pkgVer = '^18.1.46';
|
||||
export const pkgVer = '^18.1.52';
|
||||
export const moduleName = 'FileManagerModule';
|
||||
export const themeVer = '~18.1.46';
|
||||
export const themeVer = '~18.1.52';
|
||||
|
|
|
@ -2,6 +2,26 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.53 (2020-05-19)
|
||||
|
||||
### Gantt
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#39566` - Issue when remove event markers dynamically has been resolved.
|
||||
- `F154261`,`#276047` - Issue while adding new record with empty data on load time gets resolved.
|
||||
- `#274206` - Issue in updating resource column gets resolved.
|
||||
|
||||
- `F154261`,`#276047` - Issue while adding new record with empty data on load time gets resolved.
|
||||
|
||||
#### New Features
|
||||
|
||||
- `#273107` - Provided support to render task type on load time.
|
||||
|
||||
#### Breaking Changes
|
||||
|
||||
- Now the resource value in the `taskData` is always array of objects type and it is irrespective of resource value type in data source.
|
||||
|
||||
## 18.1.52 (2020-05-13)
|
||||
|
||||
### Gantt
|
||||
|
|
|
@ -2,6 +2,26 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.53 (2020-05-19)
|
||||
|
||||
### Gantt
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#39566` - Issue when remove event markers dynamically has been resolved.
|
||||
- `F154261`,`#276047` - Issue while adding new record with empty data on load time gets resolved.
|
||||
- `#274206` - Issue in updating resource column gets resolved.
|
||||
|
||||
- `F154261`,`#276047` - Issue while adding new record with empty data on load time gets resolved.
|
||||
|
||||
#### New Features
|
||||
|
||||
- `#273107` - Provided support to render task type on load time.
|
||||
|
||||
#### Breaking Changes
|
||||
|
||||
- Now the resource value in the `taskData` is always array of objects type and it is irrespective of resource value type in data source.
|
||||
|
||||
## 18.1.52 (2020-05-13)
|
||||
|
||||
### Gantt
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-gantt",
|
||||
"version": "18.1.48",
|
||||
"version": "18.1.52",
|
||||
"description": "Essential JS 2 Gantt Component for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.pkgName = '@syncfusion/ej2-angular-gantt';
|
||||
exports.pkgVer = '^18.1.48';
|
||||
exports.pkgVer = '^18.1.52';
|
||||
exports.moduleName = 'GanttModule';
|
||||
exports.themeVer = '~18.1.48';
|
||||
exports.themeVer = '~18.1.52';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export const pkgName = '@syncfusion/ej2-angular-gantt';
|
||||
export const pkgVer = '^18.1.48';
|
||||
export const pkgVer = '^18.1.52';
|
||||
export const moduleName = 'GanttModule';
|
||||
export const themeVer = '~18.1.48';
|
||||
export const themeVer = '~18.1.52';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-gantt",
|
||||
"version": "18.1.48",
|
||||
"version": "18.1.52",
|
||||
"description": "Essential JS 2 Gantt Component for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export const pkgName = '@syncfusion/ej2-angular-gantt';
|
||||
export const pkgVer = '^18.1.48';
|
||||
export const pkgVer = '^18.1.52';
|
||||
export const moduleName = 'GanttModule';
|
||||
export const themeVer = '~18.1.48';
|
||||
export const themeVer = '~18.1.52';
|
||||
|
|
|
@ -2,21 +2,31 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.53 (2020-05-19)
|
||||
|
||||
### Grid
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#275858` - Border misalignment issue with `frozen` columns in batch editing has been fixed.
|
||||
- `#275150` - Grid with `frozen` columns and row height is not set properly issue has been fixed.
|
||||
- `#275631` - Grid with `frozen` columns and cell editing is not working properly issue has been fixed.
|
||||
- `#152895, #271656, #273560` - Grouped Headers are not rendered properly in pdf document issue has been resolved.
|
||||
- `#270479` - Script error while using `isFrozen` property in batch editing has been fixed.
|
||||
- `#275867` - Misalignment while editing the cell with frozen columns has been fixed.
|
||||
|
||||
## 18.1.52 (2020-05-13)
|
||||
|
||||
### Grid
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
-`#273572` - script error after pressing enter key in batch edit mode issue has been resolved.
|
||||
|
||||
|
||||
-`#153383` - grid lines mismatched while scrolling with frozen column in `firefox` issue has been resolved.
|
||||
-`#273838` - Unnecessary to include an Empty row when inserting a `frozenColumn` Grid row issue has been resolved.
|
||||
-`#274520` - `cellSeletected` and `cellDeSelected` events triggers many time while selecting cells via mouse issue has been resolved.
|
||||
-`#275010` - Need internal events for column chooser buttons issue has been fixed.
|
||||
-`#274227` - cancel icon not rendered in the filter bar with movable header has been fixed.
|
||||
|
||||
- `#273572` - script error after pressing enter key in batch edit mode issue has been resolved.
|
||||
- `#153383` - grid lines mismatched while scrolling with frozen column in `firefox` issue has been resolved.
|
||||
- `#273838` - Unnecessary to include an Empty row when inserting a `frozenColumn` Grid row issue has been resolved.
|
||||
- `#274520` - `cellSeletected` and `cellDeSelected` events triggers many time while selecting cells via mouse issue has been resolved.
|
||||
- `#275010` - Need internal events for column chooser buttons issue has been fixed.
|
||||
- `#274227` - cancel icon not rendered in the filter bar with movable header has been fixed.
|
||||
|
||||
#### New Features
|
||||
|
||||
|
@ -68,7 +78,6 @@
|
|||
- `#271748` - Autofit min and max width issue has been resolved.
|
||||
- `#223835, #272592` - script error while navigating from movable to frozen header issue has been resolved.
|
||||
- `#272340`- Mismatch of `requestType` while clear filtering in excel and Checkbox filter issue has been fixed.
|
||||
- `#152895`, `#271656`, `#273560`- Grouped Headers are not rendered properly in pdf document issue has been resolved.
|
||||
|
||||
## 18.1.44 (2020-04-14)
|
||||
|
||||
|
|
|
@ -2,21 +2,31 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.53 (2020-05-19)
|
||||
|
||||
### Grid
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#275858` - Border misalignment issue with `frozen` columns in batch editing has been fixed.
|
||||
- `#275150` - Grid with `frozen` columns and row height is not set properly issue has been fixed.
|
||||
- `#275631` - Grid with `frozen` columns and cell editing is not working properly issue has been fixed.
|
||||
- `#152895, #271656, #273560` - Grouped Headers are not rendered properly in pdf document issue has been resolved.
|
||||
- `#270479` - Script error while using `isFrozen` property in batch editing has been fixed.
|
||||
- `#275867` - Misalignment while editing the cell with frozen columns has been fixed.
|
||||
|
||||
## 18.1.52 (2020-05-13)
|
||||
|
||||
### Grid
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
-`#273572` - script error after pressing enter key in batch edit mode issue has been resolved.
|
||||
|
||||
|
||||
-`#153383` - grid lines mismatched while scrolling with frozen column in `firefox` issue has been resolved.
|
||||
-`#273838` - Unnecessary to include an Empty row when inserting a `frozenColumn` Grid row issue has been resolved.
|
||||
-`#274520` - `cellSeletected` and `cellDeSelected` events triggers many time while selecting cells via mouse issue has been resolved.
|
||||
-`#275010` - Need internal events for column chooser buttons issue has been fixed.
|
||||
-`#274227` - cancel icon not rendered in the filter bar with movable header has been fixed.
|
||||
|
||||
- `#273572` - script error after pressing enter key in batch edit mode issue has been resolved.
|
||||
- `#153383` - grid lines mismatched while scrolling with frozen column in `firefox` issue has been resolved.
|
||||
- `#273838` - Unnecessary to include an Empty row when inserting a `frozenColumn` Grid row issue has been resolved.
|
||||
- `#274520` - `cellSeletected` and `cellDeSelected` events triggers many time while selecting cells via mouse issue has been resolved.
|
||||
- `#275010` - Need internal events for column chooser buttons issue has been fixed.
|
||||
- `#274227` - cancel icon not rendered in the filter bar with movable header has been fixed.
|
||||
|
||||
#### New Features
|
||||
|
||||
|
@ -68,7 +78,6 @@
|
|||
- `#271748` - Autofit min and max width issue has been resolved.
|
||||
- `#223835, #272592` - script error while navigating from movable to frozen header issue has been resolved.
|
||||
- `#272340`- Mismatch of `requestType` while clear filtering in excel and Checkbox filter issue has been fixed.
|
||||
- `#152895`, `#271656`, `#273560`- Grouped Headers are not rendered properly in pdf document issue has been resolved.
|
||||
|
||||
## 18.1.44 (2020-04-14)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-grids",
|
||||
"version": "18.1.48",
|
||||
"version": "18.1.52",
|
||||
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.pkgName = '@syncfusion/ej2-angular-grids';
|
||||
exports.pkgVer = '^18.1.48';
|
||||
exports.pkgVer = '^18.1.52';
|
||||
exports.moduleName = 'GridModule, PagerModule';
|
||||
exports.themeVer = '~18.1.48';
|
||||
exports.themeVer = '~18.1.52';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export const pkgName = '@syncfusion/ej2-angular-grids';
|
||||
export const pkgVer = '^18.1.48';
|
||||
export const pkgVer = '^18.1.52';
|
||||
export const moduleName = 'GridModule, PagerModule';
|
||||
export const themeVer = '~18.1.48';
|
||||
export const themeVer = '~18.1.52';
|
||||
|
|
|
@ -2559,13 +2559,12 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.e-grid .e-frozenheader table tr td.e-rowcell {
|
||||
.e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-row.e-emptyrow {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.e-grid .e-frozencontent table tr td:first-child:empty,
|
||||
.e-grid .e-movablecontent table tr td:first-child:empty,
|
||||
.e-grid .e-frozenhdrcont table tr td:first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
||||
height: 35px;
|
||||
|
|
|
@ -2560,13 +2560,12 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.e-grid .e-frozenheader table tr td.e-rowcell {
|
||||
.e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-row.e-emptyrow {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.e-grid .e-frozencontent table tr td:first-child:empty,
|
||||
.e-grid .e-movablecontent table tr td:first-child:empty,
|
||||
.e-grid .e-frozenhdrcont table tr td:first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
||||
height: 35px;
|
||||
|
|
|
@ -2603,13 +2603,12 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.e-grid .e-frozenheader table tr td.e-rowcell {
|
||||
.e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-row.e-emptyrow {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.e-grid .e-frozencontent table tr td:first-child:empty,
|
||||
.e-grid .e-movablecontent table tr td:first-child:empty,
|
||||
.e-grid .e-frozenhdrcont table tr td:first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
||||
height: 35px;
|
||||
|
@ -2798,14 +2797,14 @@
|
|||
.e-grid .e-sortfilterdiv {
|
||||
float: right;
|
||||
height: 16px;
|
||||
margin: -27px -4px;
|
||||
margin: -28px -10px;
|
||||
padding: 15px 0;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.e-grid .e-gridheader .e-rightalign .e-sortfilterdiv {
|
||||
float: left;
|
||||
margin: -27px -2px;
|
||||
margin: -28px -9px;
|
||||
}
|
||||
|
||||
.e-grid .e-gridheader .e-sortfilter .e-rightalign .e-headercelldiv,
|
||||
|
@ -2882,22 +2881,22 @@
|
|||
font-size: 9px;
|
||||
height: 15px;
|
||||
line-height: 16px;
|
||||
margin: 2px 17px 0 2px;
|
||||
margin: 2px 8px 0 8px;
|
||||
text-align: center;
|
||||
width: 15px;
|
||||
}
|
||||
|
||||
.e-grid .e-gridheader .e-rightalign .e-sortnumber {
|
||||
float: left;
|
||||
margin: 2px 0 0 18px;
|
||||
margin: 2px 8px 0 8px;
|
||||
}
|
||||
|
||||
.e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv {
|
||||
margin: -28px 16px -29px 0;
|
||||
margin: -28px 10px -29px 0;
|
||||
}
|
||||
|
||||
.e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
|
||||
margin: -28px -11px -5px 3px;
|
||||
margin: -28px -11px -5px -5px;
|
||||
}
|
||||
|
||||
.e-grid.e-wrap .e-gridheader .e-rightalign .e-sortnumber {
|
||||
|
|
|
@ -2532,13 +2532,12 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.e-grid .e-frozenheader table tr td.e-rowcell {
|
||||
.e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-row.e-emptyrow {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.e-grid .e-frozencontent table tr td:first-child:empty,
|
||||
.e-grid .e-movablecontent table tr td:first-child:empty,
|
||||
.e-grid .e-frozenhdrcont table tr td:first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
||||
height: 35px;
|
||||
|
|
|
@ -2525,13 +2525,12 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.e-grid .e-frozenheader table tr td.e-rowcell {
|
||||
.e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-row.e-emptyrow {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.e-grid .e-frozencontent table tr td:first-child:empty,
|
||||
.e-grid .e-movablecontent table tr td:first-child:empty,
|
||||
.e-grid .e-frozenhdrcont table tr td:first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
||||
height: 35px;
|
||||
|
|
|
@ -1446,13 +1446,12 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.e-grid .e-frozenheader table tr td.e-rowcell {
|
||||
.e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-row.e-emptyrow {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.e-grid .e-frozencontent table tr td:first-child:empty,
|
||||
.e-grid .e-movablecontent table tr td:first-child:empty,
|
||||
.e-grid .e-frozenhdrcont table tr td:first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
||||
height: 35px;
|
||||
|
|
|
@ -1447,13 +1447,12 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.e-grid .e-frozenheader table tr td.e-rowcell {
|
||||
.e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-row.e-emptyrow {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.e-grid .e-frozencontent table tr td:first-child:empty,
|
||||
.e-grid .e-movablecontent table tr td:first-child:empty,
|
||||
.e-grid .e-frozenhdrcont table tr td:first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
||||
height: 35px;
|
||||
|
|
|
@ -1482,13 +1482,12 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.e-grid .e-frozenheader table tr td.e-rowcell {
|
||||
.e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-row.e-emptyrow {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.e-grid .e-frozencontent table tr td:first-child:empty,
|
||||
.e-grid .e-movablecontent table tr td:first-child:empty,
|
||||
.e-grid .e-frozenhdrcont table tr td:first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
||||
height: 35px;
|
||||
|
@ -1677,14 +1676,14 @@
|
|||
.e-grid .e-sortfilterdiv {
|
||||
float: right;
|
||||
height: 16px;
|
||||
margin: -27px -4px;
|
||||
margin: -28px -10px;
|
||||
padding: 15px 0;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.e-grid .e-gridheader .e-rightalign .e-sortfilterdiv {
|
||||
float: left;
|
||||
margin: -27px -2px;
|
||||
margin: -28px -9px;
|
||||
}
|
||||
|
||||
.e-grid .e-gridheader .e-sortfilter .e-rightalign .e-headercelldiv,
|
||||
|
@ -1761,22 +1760,22 @@
|
|||
font-size: 9px;
|
||||
height: 15px;
|
||||
line-height: 16px;
|
||||
margin: 2px 17px 0 2px;
|
||||
margin: 2px 8px 0 8px;
|
||||
text-align: center;
|
||||
width: 15px;
|
||||
}
|
||||
|
||||
.e-grid .e-gridheader .e-rightalign .e-sortnumber {
|
||||
float: left;
|
||||
margin: 2px 0 0 18px;
|
||||
margin: 2px 8px 0 8px;
|
||||
}
|
||||
|
||||
.e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv {
|
||||
margin: -28px 16px -29px 0;
|
||||
margin: -28px 10px -29px 0;
|
||||
}
|
||||
|
||||
.e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
|
||||
margin: -28px -11px -5px 3px;
|
||||
margin: -28px -11px -5px -5px;
|
||||
}
|
||||
|
||||
.e-grid.e-wrap .e-gridheader .e-rightalign .e-sortnumber {
|
||||
|
|
|
@ -1419,13 +1419,12 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.e-grid .e-frozenheader table tr td.e-rowcell {
|
||||
.e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-row.e-emptyrow {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.e-grid .e-frozencontent table tr td:first-child:empty,
|
||||
.e-grid .e-movablecontent table tr td:first-child:empty,
|
||||
.e-grid .e-frozenhdrcont table tr td:first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
||||
height: 35px;
|
||||
|
|
|
@ -1412,13 +1412,12 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.e-grid .e-frozenheader table tr td.e-rowcell {
|
||||
.e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-row.e-emptyrow {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.e-grid .e-frozencontent table tr td:first-child:empty,
|
||||
.e-grid .e-movablecontent table tr td:first-child:empty,
|
||||
.e-grid .e-frozenhdrcont table tr td:first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
||||
height: 35px;
|
||||
|
|
|
@ -1429,13 +1429,12 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.e-grid .e-frozenheader table tr td.e-rowcell {
|
||||
.e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-row.e-emptyrow {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.e-grid .e-frozencontent table tr td:first-child:empty,
|
||||
.e-grid .e-movablecontent table tr td:first-child:empty,
|
||||
.e-grid .e-frozenhdrcont table tr td:first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
||||
height: 35px;
|
||||
|
|
|
@ -1429,13 +1429,12 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.e-grid .e-frozenheader table tr td.e-rowcell {
|
||||
.e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-row.e-emptyrow {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.e-grid .e-frozencontent table tr td:first-child:empty,
|
||||
.e-grid .e-movablecontent table tr td:first-child:empty,
|
||||
.e-grid .e-frozenhdrcont table tr td:first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
||||
height: 35px;
|
||||
|
|
|
@ -1455,13 +1455,12 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.e-grid .e-frozenheader table tr td.e-rowcell {
|
||||
.e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-row.e-emptyrow {
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.e-grid .e-frozencontent table tr td:first-child:empty,
|
||||
.e-grid .e-movablecontent table tr td:first-child:empty,
|
||||
.e-grid .e-frozenhdrcont table tr td:first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
||||
height: 36px;
|
||||
|
|
|
@ -1477,13 +1477,12 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.e-grid .e-frozenheader table tr td.e-rowcell {
|
||||
.e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-row.e-emptyrow {
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.e-grid .e-frozencontent table tr td:first-child:empty,
|
||||
.e-grid .e-movablecontent table tr td:first-child:empty,
|
||||
.e-grid .e-frozenhdrcont table tr td:first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
||||
height: 36px;
|
||||
|
|
|
@ -2542,13 +2542,12 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.e-grid .e-frozenheader table tr td.e-rowcell {
|
||||
.e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-row.e-emptyrow {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.e-grid .e-frozencontent table tr td:first-child:empty,
|
||||
.e-grid .e-movablecontent table tr td:first-child:empty,
|
||||
.e-grid .e-frozenhdrcont table tr td:first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
||||
height: 35px;
|
||||
|
|
|
@ -2542,13 +2542,12 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.e-grid .e-frozenheader table tr td.e-rowcell {
|
||||
.e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-row.e-emptyrow {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.e-grid .e-frozencontent table tr td:first-child:empty,
|
||||
.e-grid .e-movablecontent table tr td:first-child:empty,
|
||||
.e-grid .e-frozenhdrcont table tr td:first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
||||
height: 35px;
|
||||
|
|
|
@ -2575,13 +2575,12 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.e-grid .e-frozenheader table tr td.e-rowcell {
|
||||
.e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-row.e-emptyrow {
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.e-grid .e-frozencontent table tr td:first-child:empty,
|
||||
.e-grid .e-movablecontent table tr td:first-child:empty,
|
||||
.e-grid .e-frozenhdrcont table tr td:first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
||||
height: 36px;
|
||||
|
|
|
@ -2597,13 +2597,12 @@
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.e-grid .e-frozenheader table tr td.e-rowcell {
|
||||
.e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,
|
||||
.e-grid .e-row.e-emptyrow {
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.e-grid .e-frozencontent table tr td:first-child:empty,
|
||||
.e-grid .e-movablecontent table tr td:first-child:empty,
|
||||
.e-grid .e-frozenhdrcont table tr td:first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
|
||||
.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
|
||||
height: 36px;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-grids",
|
||||
"version": "18.1.48",
|
||||
"version": "18.1.52",
|
||||
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export const pkgName = '@syncfusion/ej2-angular-grids';
|
||||
export const pkgVer = '^18.1.48';
|
||||
export const pkgVer = '^18.1.52';
|
||||
export const moduleName = 'GridModule, PagerModule';
|
||||
export const themeVer = '~18.1.48';
|
||||
export const themeVer = '~18.1.52';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-heatmap",
|
||||
"version": "18.1.45",
|
||||
"version": "18.1.52",
|
||||
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.pkgName = '@syncfusion/ej2-angular-heatmap';
|
||||
exports.pkgVer = '^18.1.45';
|
||||
exports.pkgVer = '^18.1.52';
|
||||
exports.moduleName = 'HeatMapModule';
|
||||
exports.themeVer = '~18.1.45';
|
||||
exports.themeVer = '~18.1.52';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export const pkgName = '@syncfusion/ej2-angular-heatmap';
|
||||
export const pkgVer = '^18.1.45';
|
||||
export const pkgVer = '^18.1.52';
|
||||
export const moduleName = 'HeatMapModule';
|
||||
export const themeVer = '~18.1.45';
|
||||
export const themeVer = '~18.1.52';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-heatmap",
|
||||
"version": "18.1.45",
|
||||
"version": "18.1.52",
|
||||
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export const pkgName = '@syncfusion/ej2-angular-heatmap';
|
||||
export const pkgVer = '^18.1.45';
|
||||
export const pkgVer = '^18.1.52';
|
||||
export const moduleName = 'HeatMapModule';
|
||||
export const themeVer = '~18.1.45';
|
||||
export const themeVer = '~18.1.52';
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.53 (2020-05-19)
|
||||
|
||||
### In-place Editor
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#273057` - Resolved the `EnableHtmlSanitizer` property is not working properly for In-place Editor value.
|
||||
|
||||
## 17.4.51 (2020-02-25)
|
||||
|
||||
### In-place Editor
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 18.1.53 (2020-05-19)
|
||||
|
||||
### In-place Editor
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- `#273057` - Resolved the `EnableHtmlSanitizer` property is not working properly for In-place Editor value.
|
||||
|
||||
## 17.4.51 (2020-02-25)
|
||||
|
||||
### In-place Editor
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@syncfusion/ej2-angular-inplace-editor",
|
||||
"version": "18.1.36",
|
||||
"version": "18.1.52",
|
||||
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Angular",
|
||||
"author": "Syncfusion Inc.",
|
||||
"license": "SEE LICENSE IN license",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.pkgName = '@syncfusion/ej2-angular-inplace-editor';
|
||||
exports.pkgVer = '^18.1.36';
|
||||
exports.pkgVer = '^18.1.52';
|
||||
exports.moduleName = 'InPlaceEditorModule';
|
||||
exports.themeVer = '~18.1.36';
|
||||
exports.themeVer = '~18.1.52';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
export const pkgName = '@syncfusion/ej2-angular-inplace-editor';
|
||||
export const pkgVer = '^18.1.36';
|
||||
export const pkgVer = '^18.1.52';
|
||||
export const moduleName = 'InPlaceEditorModule';
|
||||
export const themeVer = '~18.1.36';
|
||||
export const themeVer = '~18.1.52';
|
||||
|
|
|
@ -23,6 +23,10 @@
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
.e-popup.e-ddl .e-dropdownbase {
|
||||
min-height: 26px;
|
||||
}
|
||||
|
||||
.e-bigger .e-ddl.e-popup .e-list-item,
|
||||
.e-bigger .e-ddl.e-popup .e-list-group-item,
|
||||
.e-bigger .e-ddl.e-popup .e-fixed-head {
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче