This commit is contained in:
pipeline 2019-07-11 14:07:24 +00:00
Родитель 06c5abd70a
Коммит 29dab1ce5b
418 изменённых файлов: 22557 добавлений и 1367 удалений

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

@ -1 +1 @@
{"name":"@syncfusion/ej2-angular-barcode-generator","version":"16.4.40","description":"Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Angular","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-barcode-generator":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","Syncfusion","web-components","barcode","angular","ng","ng-barcodes","ej2-ng-barcodes"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"sideEffects":true,"main":"dist/ej2-angular-barcode-generator.umd.js","module":"@syncfusion/ej2-angular-barcode-generator.es5.js","es2015":"@syncfusion/ej2-angular-barcode-generator.js","typings":"ej2-angular-barcode-generator.d.ts","metadata":"ej2-angular-barcode-generator.metadata.json"}
{"name":"@syncfusion/ej2-angular-barcode-generator","version":"17.2.28","description":"Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Angular","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-barcode-generator":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","Syncfusion","web-components","barcode","angular","ng","ng-barcodes","ej2-ng-barcodes"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"sideEffects":true,"main":"dist/ej2-angular-barcode-generator.umd.js","module":"@syncfusion/ej2-angular-barcode-generator.es5.js","es2015":"@syncfusion/ej2-angular-barcode-generator.js","typings":"ej2-angular-barcode-generator.d.ts","metadata":"ej2-angular-barcode-generator.metadata.json"}

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

@ -1,6 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-barcode-generator';
exports.pkgVer = '^16.4.40';
exports.pkgVer = '^17.2.28';
exports.moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
exports.themeVer = '~16.4.40';
exports.themeVer = '~17.2.28';

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

@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-barcode-generator';
export const pkgVer = '^16.4.40';
export const pkgVer = '^17.2.28';
export const moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
export const themeVer = '~16.4.40';
export const themeVer = '~17.2.28';

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-barcode-generator",
"version": "16.4.40",
"version": "17.2.28",
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-barcode-generator';
export const pkgVer = '^16.4.40';
export const pkgVer = '^17.2.28';
export const moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
export const themeVer = '~16.4.40';
export const themeVer = '~17.2.28';

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

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

@ -431,6 +431,7 @@ class FormBase {
propagateChange(_) { return; }
propagateTouch() { return; }
localChange(e) {
//tslint:disable-next-line
let value = (e.checked === undefined ? e.value : e.checked);
this.objCheck = isObject(value);
if (this.objCheck === true) {
@ -444,9 +445,15 @@ class FormBase {
}
else {
if (value !== this.angularValue && this.propagateChange !== undefined && value !== undefined) {
// Update angular from our control
this.propagateChange(value);
this.angularValue = value;
// While reset form using reset() method ng-dirty not get updated, so while value is empty just update angularValue only
if (value !== '' && value !== null) {
// Update angular from our control
this.propagateChange(value);
this.angularValue = value;
}
else {
this.angularValue = value;
}
}
}
}

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

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

@ -466,6 +466,7 @@ var FormBase = /** @__PURE__ @class */ (function () {
FormBase.prototype.propagateChange = function (_) { return; };
FormBase.prototype.propagateTouch = function () { return; };
FormBase.prototype.localChange = function (e) {
//tslint:disable-next-line
var value = (e.checked === undefined ? e.value : e.checked);
this.objCheck = isObject(value);
if (this.objCheck === true) {
@ -479,9 +480,15 @@ var FormBase = /** @__PURE__ @class */ (function () {
}
else {
if (value !== this.angularValue && this.propagateChange !== undefined && value !== undefined) {
// Update angular from our control
this.propagateChange(value);
this.angularValue = value;
// While reset form using reset() method ng-dirty not get updated, so while value is empty just update angularValue only
if (value !== '' && value !== null) {
// Update angular from our control
this.propagateChange(value);
this.angularValue = value;
}
else {
this.angularValue = value;
}
}
}
};

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-base",
"version": "17.1.1",
"version": "17.2.28",
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -28,7 +28,8 @@ export class FormBase<T> implements ControlValueAccessor {
public preventChange: boolean;
public localChange(e: { value?: T, checked?: T }): void {
let value: T = (e.checked === undefined ? e.value : e.checked);
//tslint:disable-next-line
let value: T | any = (e.checked === undefined ? e.value : e.checked);
this.objCheck = isObject(value);
if (this.objCheck === true) {
this.duplicateValue = JSON.stringify(value);
@ -40,9 +41,14 @@ export class FormBase<T> implements ControlValueAccessor {
}
} else {
if (value !== this.angularValue && this.propagateChange !== undefined && value !== undefined) {
// Update angular from our control
this.propagateChange(value);
this.angularValue = value;
// While reset form using reset() method ng-dirty not get updated, so while value is empty just update angularValue only
if (value !== '' && value !== null) {
// Update angular from our control
this.propagateChange(value);
this.angularValue = value;
} else {
this.angularValue = value;
}
}
}
}

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

@ -2,6 +2,14 @@
## [Unreleased]
## 17.2.34 (2019-07-11)
### Chips
#### Bug Fixes
- I239111 - Issue with getting selected chip using `getSelectedChips` method in Edge browser has been fixed.
## 17.2.28-beta (2019-06-27)
### Chips

8
components/buttons/dist/CHANGELOG.md поставляемый
Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 17.2.34 (2019-07-11)
### Chips
#### Bug Fixes
- I239111 - Issue with getting selected chip using `getSelectedChips` method in Edge browser has been fixed.
## 17.2.28-beta (2019-06-27)
### Chips

2
components/buttons/dist/package.json поставляемый
Просмотреть файл

@ -1 +1 @@
{"name":"@syncfusion/ej2-angular-buttons","version":"17.1.1","description":"A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-buttons":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","syncfusion","ej2-buttons","button","ej2 button","checkbox","ej2 checkbox","checkboxes","radio button","radiobutton","radiobuttons","ej2 radiobutton","switch","ej2 switch","primary button","flat button","round button","icon button","togglebutton","toggle button","form control","form controls","input","angular","ng","ej2-ng-buttons","ng-button","ng-checkbox","ng-radiobutton","ng-switch"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"sideEffects":true,"main":"dist/ej2-angular-buttons.umd.js","module":"@syncfusion/ej2-angular-buttons.es5.js","es2015":"@syncfusion/ej2-angular-buttons.js","typings":"ej2-angular-buttons.d.ts","metadata":"ej2-angular-buttons.metadata.json"}
{"name":"@syncfusion/ej2-angular-buttons","version":"17.2.28","description":"A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-buttons":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","syncfusion","ej2-buttons","button","ej2 button","checkbox","ej2 checkbox","checkboxes","radio button","radiobutton","radiobuttons","ej2 radiobutton","switch","ej2 switch","primary button","flat button","round button","icon button","togglebutton","toggle button","form control","form controls","input","angular","ng","ej2-ng-buttons","ng-button","ng-checkbox","ng-radiobutton","ng-switch"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"sideEffects":true,"main":"dist/ej2-angular-buttons.umd.js","module":"@syncfusion/ej2-angular-buttons.es5.js","es2015":"@syncfusion/ej2-angular-buttons.js","typings":"ej2-angular-buttons.d.ts","metadata":"ej2-angular-buttons.metadata.json"}

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

@ -1,6 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-buttons';
exports.pkgVer = '^17.1.1';
exports.pkgVer = '^17.2.28';
exports.moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
exports.themeVer = '~17.1.1';
exports.themeVer = '~17.2.28';

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

@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-buttons';
export const pkgVer = '^17.1.1';
export const pkgVer = '^17.2.28';
export const moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
export const themeVer = '~17.1.1';
export const themeVer = '~17.2.28';

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-buttons",
"version": "17.1.1",
"version": "17.2.28",
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-buttons';
export const pkgVer = '^17.1.1';
export const pkgVer = '^17.2.28';
export const moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule';
export const themeVer = '~17.1.1';
export const themeVer = '~17.2.28';

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

@ -2,6 +2,15 @@
## [Unreleased]
## 17.2.34 (2019-07-11)
### DateTimePicker
#### Bug Fixes
- #239623 - Now, TimePicker popup closed properly in Edge/IE browsers when place more number of DateTimePicker in single page.
- `#240491` - Now, you can change the today button visibility dynamically along with min and max datetime.
## 17.2.28-beta (2019-06-27)
### Calendar

9
components/calendars/dist/CHANGELOG.md поставляемый
Просмотреть файл

@ -2,6 +2,15 @@
## [Unreleased]
## 17.2.34 (2019-07-11)
### DateTimePicker
#### Bug Fixes
- #239623 - Now, TimePicker popup closed properly in Edge/IE browsers when place more number of DateTimePicker in single page.
- `#240491` - Now, you can change the today button visibility dynamically along with min and max datetime.
## 17.2.28-beta (2019-06-27)
### Calendar

2
components/calendars/dist/package.json поставляемый
Просмотреть файл

@ -1 +1 @@
{"name":"@syncfusion/ej2-angular-calendars","version":"17.2.1","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","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-calendars":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","syncfusion","web-components","calendar","date","time","datetime","daterange","culture","month","year","decade","timepicker","strict-mode","step","interval","min","max","globalization","datepicker","daterangepicker","datetimepicker","enable-persistence","locale","value","format","week-number","enable-rtl","presets","min-days","max-days","start-date","end-date","time-format","rangepicker","month-picker","angular","ng","ng-calendars","ej2-ng-calendars"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"sideEffects":true,"main":"dist/ej2-angular-calendars.umd.js","module":"@syncfusion/ej2-angular-calendars.es5.js","es2015":"@syncfusion/ej2-angular-calendars.js","typings":"ej2-angular-calendars.d.ts","metadata":"ej2-angular-calendars.metadata.json"}
{"name":"@syncfusion/ej2-angular-calendars","version":"17.2.28","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","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-calendars":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","syncfusion","web-components","calendar","date","time","datetime","daterange","culture","month","year","decade","timepicker","strict-mode","step","interval","min","max","globalization","datepicker","daterangepicker","datetimepicker","enable-persistence","locale","value","format","week-number","enable-rtl","presets","min-days","max-days","start-date","end-date","time-format","rangepicker","month-picker","angular","ng","ng-calendars","ej2-ng-calendars"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"sideEffects":true,"main":"dist/ej2-angular-calendars.umd.js","module":"@syncfusion/ej2-angular-calendars.es5.js","es2015":"@syncfusion/ej2-angular-calendars.js","typings":"ej2-angular-calendars.d.ts","metadata":"ej2-angular-calendars.metadata.json"}

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

@ -1,6 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-calendars';
exports.pkgVer = '^17.2.1';
exports.pkgVer = '^17.2.28';
exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
exports.themeVer = '~17.2.1';
exports.themeVer = '~17.2.28';

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

@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-calendars';
export const pkgVer = '^17.2.1';
export const pkgVer = '^17.2.28';
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
export const themeVer = '~17.2.1';
export const themeVer = '~17.2.28';

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-calendars",
"version": "17.2.1",
"version": "17.2.28",
"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 = '^17.2.1';
export const pkgVer = '^17.2.28';
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
export const themeVer = '~17.2.1';
export const themeVer = '~17.2.28';

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

@ -2,6 +2,14 @@
## [Unreleased]
## 17.2.34 (2019-07-11)
### Accumulation chart
#### Bug Fixes
- #240342 - Accumulation chart print not working proper in IE and Edge browsers issue fixed.
## 17.2.28-beta (2019-06-27)
### Chart

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

8
components/charts/dist/CHANGELOG.md поставляемый
Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 17.2.34 (2019-07-11)
### Accumulation chart
#### Bug Fixes
- #240342 - Accumulation chart print not working proper in IE and Edge browsers issue fixed.
## 17.2.28-beta (2019-06-27)
### Chart

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

2
components/charts/dist/package.json поставляемый
Просмотреть файл

@ -1 +1 @@
{"name":"@syncfusion/ej2-angular-charts","version":"17.1.1","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","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-charts":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2-chart","chart","pie","ej2-pie","accumulation-chart","ej2-rangeNavigator","rangenavigator","stockchart","accumulation","syncfusion","web-components","Javascript","Typescript","data","sparkline","Sparkline ej2-smithchart","smithchart","syncfusion","angular","ng-charts","ej2-ng-charts","ng-accumulationchart","ej2-ng-accumulationchart","ng-rangenavigator","ej2-ng-rangenavigator","ng-sparkline","ej2-ng-sparkline","ng-smithchart","ej2-ng-smithchart"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"sideEffects":true,"main":"dist/ej2-angular-charts.umd.js","module":"@syncfusion/ej2-angular-charts.es5.js","es2015":"@syncfusion/ej2-angular-charts.js","typings":"ej2-angular-charts.d.ts","metadata":"ej2-angular-charts.metadata.json"}
{"name":"@syncfusion/ej2-angular-charts","version":"17.2.28","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","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-charts":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2-chart","chart","pie","ej2-pie","accumulation-chart","ej2-rangeNavigator","rangenavigator","stockchart","accumulation","syncfusion","web-components","Javascript","Typescript","data","sparkline","Sparkline ej2-smithchart","smithchart","syncfusion","angular","ng-charts","ej2-ng-charts","ng-accumulationchart","ej2-ng-accumulationchart","ng-rangenavigator","ej2-ng-rangenavigator","ng-sparkline","ej2-ng-sparkline","ng-smithchart","ej2-ng-smithchart"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"sideEffects":true,"main":"dist/ej2-angular-charts.umd.js","module":"@syncfusion/ej2-angular-charts.es5.js","es2015":"@syncfusion/ej2-angular-charts.js","typings":"ej2-angular-charts.d.ts","metadata":"ej2-angular-charts.metadata.json"}

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

@ -1,6 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-charts';
exports.pkgVer = '^17.1.1';
exports.pkgVer = '^17.2.28';
exports.moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule';
exports.themeVer = '~17.1.1';
exports.themeVer = '~17.2.28';

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

@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-charts';
export const pkgVer = '^17.1.1';
export const pkgVer = '^17.2.28';
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule';
export const themeVer = '~17.1.1';
export const themeVer = '~17.2.28';

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-charts",
"version": "17.1.1",
"version": "17.2.28",
"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 = '^17.1.1';
export const pkgVer = '^17.2.28';
export const moduleName = 'ChartModule, AccumulationChartModule, RangeNavigatorModule, SparklineModule, SmithchartModule, StockChartModule';
export const themeVer = '~17.1.1';
export const themeVer = '~17.2.28';

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

@ -295,7 +295,7 @@ export class AxisDirective extends ComplexBase<AxisDirective> {
* * Category: Renders a category axis.
* * Logarithmic: Renders a log axis.
* @default 'Double'
* @asptype Syncfusion.EJ2.Charts.ValueType
* @blazortype Syncfusion.EJ2.Blazor.Charts.ValueType
* @isenumeration true
*/
public valueType: any;

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

@ -37,8 +37,9 @@ export class CategoryDirective extends ComplexBase<CategoryDirective> {
* * Without Border
* * Brace
* * CurlyBrace
* @default ''
* @default 'Rectangle'
* @aspdefaultvalueignore
* @blazordefaultvalueignore
*/
public type: any;
/**

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

@ -268,7 +268,7 @@ export class StockChartAxisDirective extends ComplexBase<StockChartAxisDirective
* * Category: Renders a category axis.
* * Logarithmic: Renders a log axis.
* @default 'Double'
* @asptype Syncfusion.EJ2.Charts.ValueType
* @blazortype Syncfusion.EJ2.Blazor.Charts.ValueType
* @isenumeration true
*/
public valueType: any;

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

@ -2,13 +2,24 @@
## [Unreleased]
## 17.2.34 (2019-07-11)
### CircularGauge
#### Bug Fixes
- `#I238300` - The issue with animation in circular gauge and flickering has been resolved
- `#I237654` - Unwanted code snippet from circular gauge's user interaction sample has been removed
- `#I238300` - The issue with animation in circular gauge and flickering has been resolved
## 17.1.50 (2019-06-04)
### CircularGauge
#### Bug Fixes
- #I237023 - The issue with pointer animation on setting more than 80% of the pointer radius has been fixed.
- `#I237023` - The issue with pointer animation on setting more than 80% of the pointer radius has been fixed.
## 17.1.48 (2019-05-21)
@ -16,7 +27,7 @@
#### Bug Fixes
- #I236468 - When drag the range bar pointer, the console error thrown is resolved now.
- `#I236468` - When drag the range bar pointer, the console error thrown is resolved now.
## 17.1.44 (2019-05-07)
@ -24,7 +35,7 @@
#### Bug Fixes
- #I234531 - The issue with rendering circular gauge when setting cancel argument to true in the "axisLabelRender" event has been fixed.
- `#I234531` - The issue with rendering circular gauge when setting cancel argument to true in the "axisLabelRender" event has been fixed.
## 17.1.43 (2019-04-30)
@ -32,8 +43,8 @@
#### Bug Fixes
- #I234082 - Circular gauge tooltip is not shown in IE browser issue has been fixed.
- #I234174 - Tooltip content width and adding a border to control container alignment issues have been fixed
- `#I234082` - Circular gauge tooltip is not shown in IE browser issue has been fixed.
- `#I234174` - Tooltip content width and adding a border to control container alignment issues have been fixed
## 16.4.54 (2019-02-19)

21
components/circulargauge/dist/CHANGELOG.md поставляемый
Просмотреть файл

@ -2,13 +2,24 @@
## [Unreleased]
## 17.2.34 (2019-07-11)
### CircularGauge
#### Bug Fixes
- `#I238300` - The issue with animation in circular gauge and flickering has been resolved
- `#I237654` - Unwanted code snippet from circular gauge's user interaction sample has been removed
- `#I238300` - The issue with animation in circular gauge and flickering has been resolved
## 17.1.50 (2019-06-04)
### CircularGauge
#### Bug Fixes
- #I237023 - The issue with pointer animation on setting more than 80% of the pointer radius has been fixed.
- `#I237023` - The issue with pointer animation on setting more than 80% of the pointer radius has been fixed.
## 17.1.48 (2019-05-21)
@ -16,7 +27,7 @@
#### Bug Fixes
- #I236468 - When drag the range bar pointer, the console error thrown is resolved now.
- `#I236468` - When drag the range bar pointer, the console error thrown is resolved now.
## 17.1.44 (2019-05-07)
@ -24,7 +35,7 @@
#### Bug Fixes
- #I234531 - The issue with rendering circular gauge when setting cancel argument to true in the "axisLabelRender" event has been fixed.
- `#I234531` - The issue with rendering circular gauge when setting cancel argument to true in the "axisLabelRender" event has been fixed.
## 17.1.43 (2019-04-30)
@ -32,8 +43,8 @@
#### Bug Fixes
- #I234082 - Circular gauge tooltip is not shown in IE browser issue has been fixed.
- #I234174 - Tooltip content width and adding a border to control container alignment issues have been fixed
- `#I234082` - Circular gauge tooltip is not shown in IE browser issue has been fixed.
- `#I234174` - Tooltip content width and adding a border to control container alignment issues have been fixed
## 16.4.54 (2019-02-19)

2
components/circulargauge/dist/package.json поставляемый
Просмотреть файл

@ -1 +1 @@
{"name":"@syncfusion/ej2-angular-circulargauge","version":"17.1.1","description":"Essential JS 2 CircularGauge Components for Angular","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-circulargauge":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","syncfusion","ej2-circulargauge","web-components","circular-gauge","annotation","scale","range","axis","pointer","tooltip","thermometer","container","typescript","angular","ng-circulargauge","ej2-ng-circulargauge"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"sideEffects":true,"main":"dist/ej2-angular-circulargauge.umd.js","module":"@syncfusion/ej2-angular-circulargauge.es5.js","es2015":"@syncfusion/ej2-angular-circulargauge.js","typings":"ej2-angular-circulargauge.d.ts","metadata":"ej2-angular-circulargauge.metadata.json"}
{"name":"@syncfusion/ej2-angular-circulargauge","version":"17.2.28","description":"Essential JS 2 CircularGauge Components for Angular","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-circulargauge":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","syncfusion","ej2-circulargauge","web-components","circular-gauge","annotation","scale","range","axis","pointer","tooltip","thermometer","container","typescript","angular","ng-circulargauge","ej2-ng-circulargauge"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"sideEffects":true,"main":"dist/ej2-angular-circulargauge.umd.js","module":"@syncfusion/ej2-angular-circulargauge.es5.js","es2015":"@syncfusion/ej2-angular-circulargauge.js","typings":"ej2-angular-circulargauge.d.ts","metadata":"ej2-angular-circulargauge.metadata.json"}

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

@ -1,6 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-circulargauge';
exports.pkgVer = '^17.1.1';
exports.pkgVer = '^17.2.28';
exports.moduleName = 'CircularGaugeModule';
exports.themeVer = '~17.1.1';
exports.themeVer = '~17.2.28';

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

@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-circulargauge';
export const pkgVer = '^17.1.1';
export const pkgVer = '^17.2.28';
export const moduleName = 'CircularGaugeModule';
export const themeVer = '~17.1.1';
export const themeVer = '~17.2.28';

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-circulargauge",
"version": "17.1.1",
"version": "17.2.28",
"description": "Essential JS 2 CircularGauge Components for Angular",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",

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

@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-circulargauge';
export const pkgVer = '^17.1.1';
export const pkgVer = '^17.2.28';
export const moduleName = 'CircularGaugeModule';
export const themeVer = '~17.1.1';
export const themeVer = '~17.2.28';

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

@ -2,6 +2,14 @@
## [Unreleased]
## 17.2.34 (2019-07-11)
### Diagram
#### Bug Fixes
- #239193 - The issue "element does not placed properly when specify the position as (0,0)" is now resolved.
## 17.2.28-beta (2019-06-27)
### Diagram

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

8
components/diagrams/dist/CHANGELOG.md поставляемый
Просмотреть файл

@ -2,6 +2,14 @@
## [Unreleased]
## 17.2.34 (2019-07-11)
### Diagram
#### Bug Fixes
- #239193 - The issue "element does not placed properly when specify the position as (0,0)" is now resolved.
## 17.2.28-beta (2019-06-27)
### Diagram

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

2
components/diagrams/dist/package.json поставляемый
Просмотреть файл

@ -1 +1 @@
{"name":"@syncfusion/ej2-angular-diagrams","version":"16.56.0","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","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-diagrams":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","Syncfusion","web-components","diagram","angular","ng","ng-diagrams","ej2-ng-diagrams"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"sideEffects":true,"main":"dist/ej2-angular-diagrams.umd.js","module":"@syncfusion/ej2-angular-diagrams.es5.js","es2015":"@syncfusion/ej2-angular-diagrams.js","typings":"ej2-angular-diagrams.d.ts","metadata":"ej2-angular-diagrams.metadata.json"}
{"name":"@syncfusion/ej2-angular-diagrams","version":"17.2.28","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","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-diagrams":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","Syncfusion","web-components","diagram","angular","ng","ng-diagrams","ej2-ng-diagrams"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"sideEffects":true,"main":"dist/ej2-angular-diagrams.umd.js","module":"@syncfusion/ej2-angular-diagrams.es5.js","es2015":"@syncfusion/ej2-angular-diagrams.js","typings":"ej2-angular-diagrams.d.ts","metadata":"ej2-angular-diagrams.metadata.json"}

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

@ -1,6 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-diagrams';
exports.pkgVer = '^16.56.0';
exports.pkgVer = '^17.2.28';
exports.moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
exports.themeVer = '~16.56.0';
exports.themeVer = '~17.2.28';

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

@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-diagrams';
export const pkgVer = '^16.56.0';
export const pkgVer = '^17.2.28';
export const moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
export const themeVer = '~16.56.0';
export const themeVer = '~17.2.28';

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

@ -1,6 +1,6 @@
{
"name": "@syncfusion/ej2-angular-diagrams",
"version": "16.56.0",
"version": "17.2.28",
"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 = '^16.56.0';
export const pkgVer = '^17.2.28';
export const moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
export const themeVer = '~16.56.0';
export const themeVer = '~17.2.28';

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

@ -40,6 +40,7 @@ export class ConnectorAnnotationDirective extends ComplexBase<ConnectorAnnotatio
* Allows the user to save custom information/data about an annotation
*
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public addInfo: any;
@ -57,6 +58,7 @@ export class ConnectorAnnotationDirective extends ComplexBase<ConnectorAnnotatio
* * InheritReadOnly - Enables/Disables the InheritReadOnly Constraints
* @default 'InheritReadOnly'
* @aspnumberenum
* @blazornumberenum
*/
public constraints: any;
/**
@ -67,6 +69,7 @@ export class ConnectorAnnotationDirective extends ComplexBase<ConnectorAnnotatio
/**
* Sets the displacement of an annotation from its actual position
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public displacement: any;
@ -78,6 +81,7 @@ export class ConnectorAnnotationDirective extends ComplexBase<ConnectorAnnotatio
/**
* Sets the height of the text
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public height: any;
@ -95,6 +99,7 @@ export class ConnectorAnnotationDirective extends ComplexBase<ConnectorAnnotatio
* Sets the hyperlink of the label
*
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public hyperlink: any;
@ -151,6 +156,7 @@ export class ConnectorAnnotationDirective extends ComplexBase<ConnectorAnnotatio
/**
* Sets the width of the text
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public width: any;

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

@ -36,6 +36,7 @@ export class ConnectorDirective extends ComplexBase<ConnectorDirective> {
/**
* Allows the user to save custom information/data about a node/connector
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public addInfo: any;
@ -72,6 +73,7 @@ export class ConnectorDirective extends ComplexBase<ConnectorDirective> {
* * ReadOnly - Enables ReadOnly
* @default 'None'
* @aspnumberenum
* @blazornumberenum
*/
public constraints: any;
/**
@ -92,6 +94,7 @@ export class ConnectorDirective extends ComplexBase<ConnectorDirective> {
/**
* Flip the element in Horizontal/Vertical directions
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default None
*/
public flip: any;
@ -118,6 +121,7 @@ export class ConnectorDirective extends ComplexBase<ConnectorDirective> {
/**
* Defines the collection of connection points of nodes/connectors
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public ports: any;
@ -146,6 +150,7 @@ export class ConnectorDirective extends ComplexBase<ConnectorDirective> {
/**
* Sets the source padding of the connector
* @default 0
* @isblazornullabletype true
*/
public sourcePadding: any;
/**
@ -176,6 +181,7 @@ export class ConnectorDirective extends ComplexBase<ConnectorDirective> {
/**
* Sets the target padding of the connector
* @default 0
* @isblazornullabletype true
*/
public targetPadding: any;
/**

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

@ -28,6 +28,7 @@ export class LayerDirective extends ComplexBase<LayerDirective> {
* Defines the description of the layer
*
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public addInfo: any;
@ -44,6 +45,7 @@ export class LayerDirective extends ComplexBase<LayerDirective> {
/**
* Defines the collection of the objects that are added to a particular layer
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public objects: any;

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

@ -40,6 +40,7 @@ export class NodeAnnotationDirective extends ComplexBase<NodeAnnotationDirective
* Allows the user to save custom information/data about an annotation
*
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public addInfo: any;
@ -49,6 +50,7 @@ export class NodeAnnotationDirective extends ComplexBase<NodeAnnotationDirective
* * InheritReadOnly - Enables/Disables the InheritReadOnly Constraints
* @default 'InheritReadOnly'
* @aspnumberenum
* @blazornumberenum
*/
public constraints: any;
/**
@ -64,6 +66,7 @@ export class NodeAnnotationDirective extends ComplexBase<NodeAnnotationDirective
/**
* Sets the height of the text
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public height: any;
@ -81,6 +84,7 @@ export class NodeAnnotationDirective extends ComplexBase<NodeAnnotationDirective
* Sets the hyperlink of the label
*
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public hyperlink: any;
@ -132,6 +136,7 @@ export class NodeAnnotationDirective extends ComplexBase<NodeAnnotationDirective
/**
* Sets the width of the text
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public width: any;

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

@ -30,12 +30,14 @@ export class NodeDirective extends ComplexBase<NodeDirective> {
/**
* Allows the user to save custom information/data about a node/connector
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public addInfo: any;
/**
* Defines the collection of textual annotations of nodes/connectors
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public annotations: any;
@ -52,11 +54,13 @@ export class NodeDirective extends ComplexBase<NodeDirective> {
/**
* Sets the border width of the node
* @default 0
* @isblazornullabletype true
*/
public borderWidth: any;
/**
* Defines the children of group element
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public children: any;
@ -68,18 +72,21 @@ export class NodeDirective extends ComplexBase<NodeDirective> {
/**
* Used to define a index of column in the grid
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public columnIndex: any;
/**
* Merge the column use the property in the grid container
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public columnSpan: any;
/**
* Used to define the column for the grid container
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public columns: any;
@ -114,11 +121,13 @@ export class NodeDirective extends ComplexBase<NodeDirective> {
* * ReadOnly - Enables the ReadOnly support for Annotation
* @default 'Default'
* @aspnumberenum
* @blazornumberenum
*/
public constraints: any;
/**
* Defines the type of the container
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default null
*/
public container: any;
@ -139,12 +148,14 @@ export class NodeDirective extends ComplexBase<NodeDirective> {
/**
* Flip the element in Horizontal/Vertical directions
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default None
*/
public flip: any;
/**
* Sets the height of the node
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public height: any;
@ -171,24 +182,28 @@ export class NodeDirective extends ComplexBase<NodeDirective> {
/**
* Sets the maximum height of the node
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public maxHeight: any;
/**
* Sets the maximum width of the node
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public maxWidth: any;
/**
* Sets the minimum height of the node
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public minHeight: any;
/**
* Sets the minimum width of the node
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public minWidth: any;
@ -210,6 +225,7 @@ export class NodeDirective extends ComplexBase<NodeDirective> {
/**
* Defines the collection of connection points of nodes/connectors
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public ports: any;
@ -221,18 +237,21 @@ export class NodeDirective extends ComplexBase<NodeDirective> {
/**
* Used to define a index of row in the grid
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public rowIndex: any;
/**
* Merge the row use the property in the grid container
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public rowSpan: any;
/**
* Used to define the rows for the grid container
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public rows: any;
@ -271,6 +290,7 @@ export class NodeDirective extends ComplexBase<NodeDirective> {
/**
* Sets the width of the node
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public width: any;

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

@ -32,6 +32,7 @@ export class PortDirective extends ComplexBase<PortDirective> {
/**
* Allows the user to save custom information/data about a port
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public addInfo: any;
@ -39,6 +40,7 @@ export class PortDirective extends ComplexBase<PortDirective> {
* Defines the constraints of port
* @default 'Default'
* @aspnumberenum
* @blazornumberenum
*/
public constraints: any;
/**
@ -109,6 +111,7 @@ export class PortDirective extends ComplexBase<PortDirective> {
* * Connect - Shows the port when a connection end point is dragged over a node
* @default 'Connect'
* @aspnumberenum
* @blazornumberenum
*/
public visibility: any;
/**

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

@ -30,6 +30,7 @@ export class PaletteDirective extends ComplexBase<PaletteDirective> {
/**
* Sets the height of the symbol group
* @aspdefaultvalueignore
* @blazordefaultvalueignore
* @default undefined
*/
public height: any;

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

@ -2,6 +2,21 @@
## [Unreleased]
## 17.2.34 (2019-07-11)
### Document Editor
#### Breaking Changes
- The `pasteLocal` method in `Editor` module is changed to `paste`, which accepts the sfdt string as argument. If sfdt string does not present, paste the local clipboard data.
#### Bug Fixes
- `#240558` - Page numbers are now updated properly.
- `#228049` - Table left border and shadings are now rendered properly.
- `#228049` - Paragraph left indent will never add extra space in table cell.
- `#239144` - Font Type and size value gets highlight when focused on corresponding dropdown list.
## 17.2.28-beta (2019-06-27)
### Document Editor
@ -12,21 +27,21 @@
#### New Features
- #229069 - Added contextual spacing support.
- #158324, #226019, #226018, #227644, #238417 - Added support for chart preservation.
- #94889 ,#87537, #223333 ,#222513, #224521 ,#227620 ,#227052 ,#227362, #236997 - Added spell check support.
- #226631 ,#227594, #231373, #233073 - Added clipboard paste with formatted content.
- #140903 ,#227192, #227641 ,#227640 - Added restrict editing support.
- #237725 - Added API to customize gap between each page.
- `#229069` - Added contextual spacing support.
- `#158324`, `#226019`, `#226018`, `#227644`, `#238417` - Added support for chart preservation.
- `#94889` ,`#87537`, `#223333` ,`#222513`, `#224521` ,`#227620` ,`#227052` ,`#227362`, `#236997` - Added spell check support.
- `#226631` ,`#227594`, `#231373`, `#233073` - Added clipboard paste with formatted content.
- `#140903` ,`#227192`, `#227641` ,`#227640` - Added restrict editing support.
- `#237725` - Added API to customize gap between each page.
#### Bug Fixes
- #237415, #238902 - Document exported properly when document contains hyphen character.
- #228049 - Tab character width is now calculated properly.
- #228049 - Table with repeat header is now layout properly.
- #234073 - Table is now pasted properly.
- #236808 - Document exported properly when document contains text form field.
- #144848 - Table shading is now exported properly.
- `#237415`, `#238902` - Document exported properly when document contains hyphen character.
- `#228049` - Tab character width is now calculated properly.
- `#228049` - Table with repeat header is now layout properly.
- `#234073` - Table is now pasted properly.
- `#236808` - Document exported properly when document contains text form field.
- `#144848` - Table shading is now exported properly.
## 17.1.50 (2019-06-04)
@ -34,8 +49,8 @@
#### Bug Fixes
- #236930 - Table exported properly when document contains continuous table.
- #236502 - Table last column resizing is now working properly.
- `#236930` - Table exported properly when document contains continuous table.
- `#236502` - Table last column resizing is now working properly.
## 17.1.49 (2019-05-29)
@ -43,7 +58,7 @@
#### Bug Fixes
- #226399 - Header and Footer is now layout properly if document contains section break
- `#226399` - Header and Footer is now layout properly if document contains section break
## 17.1.48 (2019-05-21)
@ -51,15 +66,15 @@
#### Bug Fixes
- #234799 - Bold button is now aligned properly in modify style dialog.
- #236061, #236039 - Document editor container component is now destroyed properly.
- #234146 - Section formats are now applied properly.
- #233556, #234406 - Table of Contents are now inserted properly.
- #234249 - Multilevel lists are now exported properly.
- #234084 - Selection is now updated properly after clear formatting.
- #234073 - Copy is now working properly for nested table.
- #234799 - Renaming the existing style in modify style dialog is now updated properly.
- #234799 - Text alignment is now updating properly while modify style using style dialog.
- `#234799` - Bold button is now aligned properly in modify style dialog.
- `#236061`, `#236039` - Document editor container component is now destroyed properly.
- `#234146` - Section formats are now applied properly.
- `#233556`, `#234406` - Table of Contents are now inserted properly.
- `#234249` - Multilevel lists are now exported properly.
- `#234084` - Selection is now updated properly after clear formatting.
- `#234073` - Copy is now working properly for nested table.
- `#234799` - Renaming the existing style in modify style dialog is now updated properly.
- `#234799` - Text alignment is now updating properly while modify style using style dialog.
## 17.1.47 (2019-05-14)
@ -67,12 +82,12 @@
#### New Features
- #142821 - Added API to insert bookmark and fetch all bookmarks in document.
- #142820 - Added API to insert hyperlink.
- `#142821` - Added API to insert bookmark and fetch all bookmarks in document.
- `#142820` - Added API to insert hyperlink.
#### Bug Fixes
- #230628 - Updated dialog animation.
- `#230628` - Updated dialog animation.
## 17.1.44 (2019-05-07)
@ -80,7 +95,7 @@
#### Bug Fixes
- #233280 - Improvised performance while updating page field.
- `#233280` - Improvised performance while updating page field.
## 17.1.43 (2019-04-30)
@ -88,7 +103,7 @@
#### Bug Fixes
- #233908 - Height for merged cell is now updated properly.
- `#233908` - Height for merged cell is now updated properly.
## 17.1.42 (2019-04-23)
@ -96,7 +111,7 @@
#### Bug Fixes
- #231353 - Text search results are now navigated properly.
- `#231353` - Text search results are now navigated properly.
## 17.1.41 (2019-04-16)
@ -104,9 +119,9 @@
#### Bug Fixes
- #232616 - Document contents are now exported properly.
- #232616 - Page hang on editing the document is fixed.
- #232327 - Tables are now removed properly.
- `#232616` - Document contents are now exported properly.
- `#232616` - Page hang on editing the document is fixed.
- `#232327` - Tables are now removed properly.
## 17.1.40 (2019-04-09)

81
components/documenteditor/dist/CHANGELOG.md поставляемый
Просмотреть файл

@ -2,6 +2,21 @@
## [Unreleased]
## 17.2.34 (2019-07-11)
### Document Editor
#### Breaking Changes
- The `pasteLocal` method in `Editor` module is changed to `paste`, which accepts the sfdt string as argument. If sfdt string does not present, paste the local clipboard data.
#### Bug Fixes
- `#240558` - Page numbers are now updated properly.
- `#228049` - Table left border and shadings are now rendered properly.
- `#228049` - Paragraph left indent will never add extra space in table cell.
- `#239144` - Font Type and size value gets highlight when focused on corresponding dropdown list.
## 17.2.28-beta (2019-06-27)
### Document Editor
@ -12,21 +27,21 @@
#### New Features
- #229069 - Added contextual spacing support.
- #158324, #226019, #226018, #227644, #238417 - Added support for chart preservation.
- #94889 ,#87537, #223333 ,#222513, #224521 ,#227620 ,#227052 ,#227362, #236997 - Added spell check support.
- #226631 ,#227594, #231373, #233073 - Added clipboard paste with formatted content.
- #140903 ,#227192, #227641 ,#227640 - Added restrict editing support.
- #237725 - Added API to customize gap between each page.
- `#229069` - Added contextual spacing support.
- `#158324`, `#226019`, `#226018`, `#227644`, `#238417` - Added support for chart preservation.
- `#94889` ,`#87537`, `#223333` ,`#222513`, `#224521` ,`#227620` ,`#227052` ,`#227362`, `#236997` - Added spell check support.
- `#226631` ,`#227594`, `#231373`, `#233073` - Added clipboard paste with formatted content.
- `#140903` ,`#227192`, `#227641` ,`#227640` - Added restrict editing support.
- `#237725` - Added API to customize gap between each page.
#### Bug Fixes
- #237415, #238902 - Document exported properly when document contains hyphen character.
- #228049 - Tab character width is now calculated properly.
- #228049 - Table with repeat header is now layout properly.
- #234073 - Table is now pasted properly.
- #236808 - Document exported properly when document contains text form field.
- #144848 - Table shading is now exported properly.
- `#237415`, `#238902` - Document exported properly when document contains hyphen character.
- `#228049` - Tab character width is now calculated properly.
- `#228049` - Table with repeat header is now layout properly.
- `#234073` - Table is now pasted properly.
- `#236808` - Document exported properly when document contains text form field.
- `#144848` - Table shading is now exported properly.
## 17.1.50 (2019-06-04)
@ -34,8 +49,8 @@
#### Bug Fixes
- #236930 - Table exported properly when document contains continuous table.
- #236502 - Table last column resizing is now working properly.
- `#236930` - Table exported properly when document contains continuous table.
- `#236502` - Table last column resizing is now working properly.
## 17.1.49 (2019-05-29)
@ -43,7 +58,7 @@
#### Bug Fixes
- #226399 - Header and Footer is now layout properly if document contains section break
- `#226399` - Header and Footer is now layout properly if document contains section break
## 17.1.48 (2019-05-21)
@ -51,15 +66,15 @@
#### Bug Fixes
- #234799 - Bold button is now aligned properly in modify style dialog.
- #236061, #236039 - Document editor container component is now destroyed properly.
- #234146 - Section formats are now applied properly.
- #233556, #234406 - Table of Contents are now inserted properly.
- #234249 - Multilevel lists are now exported properly.
- #234084 - Selection is now updated properly after clear formatting.
- #234073 - Copy is now working properly for nested table.
- #234799 - Renaming the existing style in modify style dialog is now updated properly.
- #234799 - Text alignment is now updating properly while modify style using style dialog.
- `#234799` - Bold button is now aligned properly in modify style dialog.
- `#236061`, `#236039` - Document editor container component is now destroyed properly.
- `#234146` - Section formats are now applied properly.
- `#233556`, `#234406` - Table of Contents are now inserted properly.
- `#234249` - Multilevel lists are now exported properly.
- `#234084` - Selection is now updated properly after clear formatting.
- `#234073` - Copy is now working properly for nested table.
- `#234799` - Renaming the existing style in modify style dialog is now updated properly.
- `#234799` - Text alignment is now updating properly while modify style using style dialog.
## 17.1.47 (2019-05-14)
@ -67,12 +82,12 @@
#### New Features
- #142821 - Added API to insert bookmark and fetch all bookmarks in document.
- #142820 - Added API to insert hyperlink.
- `#142821` - Added API to insert bookmark and fetch all bookmarks in document.
- `#142820` - Added API to insert hyperlink.
#### Bug Fixes
- #230628 - Updated dialog animation.
- `#230628` - Updated dialog animation.
## 17.1.44 (2019-05-07)
@ -80,7 +95,7 @@
#### Bug Fixes
- #233280 - Improvised performance while updating page field.
- `#233280` - Improvised performance while updating page field.
## 17.1.43 (2019-04-30)
@ -88,7 +103,7 @@
#### Bug Fixes
- #233908 - Height for merged cell is now updated properly.
- `#233908` - Height for merged cell is now updated properly.
## 17.1.42 (2019-04-23)
@ -96,7 +111,7 @@
#### Bug Fixes
- #231353 - Text search results are now navigated properly.
- `#231353` - Text search results are now navigated properly.
## 17.1.41 (2019-04-16)
@ -104,9 +119,9 @@
#### Bug Fixes
- #232616 - Document contents are now exported properly.
- #232616 - Page hang on editing the document is fixed.
- #232327 - Tables are now removed properly.
- `#232616` - Document contents are now exported properly.
- `#232616` - Page hang on editing the document is fixed.
- `#232327` - Tables are now removed properly.
## 17.1.40 (2019-04-09)

2
components/documenteditor/dist/package.json поставляемый
Просмотреть файл

@ -1 +1 @@
{"name":"@syncfusion/ej2-angular-documenteditor","version":"17.1.1","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","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-documenteditor":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor","ej2-documenteditor-container","ej2-angular-documenteditor","angular-documenteditor","angular"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"sideEffects":true,"main":"dist/ej2-angular-documenteditor.umd.js","module":"@syncfusion/ej2-angular-documenteditor.es5.js","es2015":"@syncfusion/ej2-angular-documenteditor.js","typings":"ej2-angular-documenteditor.d.ts","metadata":"ej2-angular-documenteditor.metadata.json"}
{"name":"@syncfusion/ej2-angular-documenteditor","version":"17.2.28","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","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-documenteditor":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor","ej2-documenteditor-container","ej2-angular-documenteditor","angular-documenteditor","angular"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"sideEffects":true,"main":"dist/ej2-angular-documenteditor.umd.js","module":"@syncfusion/ej2-angular-documenteditor.es5.js","es2015":"@syncfusion/ej2-angular-documenteditor.js","typings":"ej2-angular-documenteditor.d.ts","metadata":"ej2-angular-documenteditor.metadata.json"}

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

@ -1,6 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-documenteditor';
exports.pkgVer = '^17.1.1';
exports.pkgVer = '^17.2.28';
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
exports.themeVer = '~17.1.1';
exports.themeVer = '~17.2.28';

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

@ -1,4 +1,4 @@
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
export const pkgVer = '^17.1.1';
export const pkgVer = '^17.2.28';
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
export const themeVer = '~17.1.1';
export const themeVer = '~17.2.28';

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

@ -605,6 +605,11 @@
margin-left: 40px;
}
.e-de-para-dlg-spacing-div.e-de-rtl {
margin-left: 0;
margin-right: 40px;
}
.e-de-toc-dlg-heading {
color: "";
display: block;
@ -1397,11 +1402,6 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
width: 115px;
}
.e-de-font-content-label.e-rtl {
margin-left: 10px;
margin-right: 15px;
}
.e-de-font-color-margin {
margin-right: 10px;
margin-top: 5px;
@ -2336,7 +2336,7 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-43%, -43%);
}
.e-de-header-footer-list {
@ -2922,6 +2922,10 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
content: '\eba4';
}
.e-de-flip {
transform: scaleX(-1);
}
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
height: 0;
line-height: 0;

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

@ -605,6 +605,11 @@
margin-left: 40px;
}
.e-de-para-dlg-spacing-div.e-de-rtl {
margin-left: 0;
margin-right: 40px;
}
.e-de-toc-dlg-heading {
color: #333;
display: block;
@ -1397,11 +1402,6 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
width: 115px;
}
.e-de-font-content-label.e-rtl {
margin-left: 10px;
margin-right: 15px;
}
.e-de-font-color-margin {
margin-right: 10px;
margin-top: 5px;
@ -2336,7 +2336,7 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-43%, -43%);
}
.e-de-header-footer-list {
@ -2922,6 +2922,10 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
content: '\ebca';
}
.e-de-flip {
transform: scaleX(-1);
}
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
height: 0;
line-height: 0;

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

@ -602,6 +602,11 @@
margin-left: 40px;
}
.e-de-para-dlg-spacing-div.e-de-rtl {
margin-left: 0;
margin-right: 40px;
}
.e-de-toc-dlg-heading {
color: #212529;
display: block;
@ -1537,11 +1542,6 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
width: 115px;
}
.e-de-font-content-label.e-rtl {
margin-left: 10px;
margin-right: 15px;
}
.e-de-font-color-margin {
margin-right: 8px;
margin-top: 5px;
@ -2467,7 +2467,7 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-43%, -43%);
}
.e-de-header-footer-list {
@ -3045,6 +3045,10 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
content: '\e7ab';
}
.e-de-flip {
transform: scaleX(-1);
}
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
height: 0;
line-height: 0;

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

@ -311,6 +311,10 @@
content: '\eba4';
}
.e-de-flip {
transform: scaleX(-1);
}
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
height: 0;
line-height: 0;

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

@ -311,6 +311,10 @@
content: '\ebca';
}
.e-de-flip {
transform: scaleX(-1);
}
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
height: 0;
line-height: 0;

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

@ -303,6 +303,10 @@
content: '\e7ab';
}
.e-de-flip {
transform: scaleX(-1);
}
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
height: 0;
line-height: 0;

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

@ -307,6 +307,10 @@
content: '\e58f';
}
.e-de-flip {
transform: scaleX(-1);
}
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
height: 0;
line-height: 0;

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

@ -307,6 +307,10 @@
content: '\ebf2';
}
.e-de-flip {
transform: scaleX(-1);
}
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
height: 0;
line-height: 0;

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

@ -2055,7 +2055,7 @@ label[for='container_wholeWord'] {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-43%, -43%);
}
.e-de-ctnr-close::before {
@ -2367,6 +2367,10 @@ label[for='container_wholeWord'] {
content: '\e58f';
}
.e-de-flip {
transform: scaleX(-1);
}
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
height: 0;
line-height: 0;

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

@ -307,6 +307,10 @@
content: '\ea91';
}
.e-de-flip {
transform: scaleX(-1);
}
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
height: 0;
line-height: 0;

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

@ -321,6 +321,10 @@
content: '\eba4';
}
.e-de-flip {
transform: scaleX(-1);
}
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
height: 0;
line-height: 0;

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

@ -84,6 +84,10 @@
font-size: 16px;
}
.e-de-flip {
transform: scaleX(-1);
}
.e-de-ctnr-print::before {
content: '\eb5e';
}

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

@ -605,6 +605,11 @@
margin-left: 40px;
}
.e-de-para-dlg-spacing-div.e-de-rtl {
margin-left: 0;
margin-right: 40px;
}
.e-de-toc-dlg-heading {
color: "";
display: block;
@ -1397,11 +1402,6 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
width: 115px;
}
.e-de-font-content-label.e-rtl {
margin-left: 10px;
margin-right: 15px;
}
.e-de-font-color-margin {
margin-right: 10px;
margin-top: 5px;
@ -2336,7 +2336,7 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-43%, -43%);
}
.e-de-header-footer-list {

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

@ -605,6 +605,11 @@
margin-left: 40px;
}
.e-de-para-dlg-spacing-div.e-de-rtl {
margin-left: 0;
margin-right: 40px;
}
.e-de-toc-dlg-heading {
color: #333;
display: block;
@ -1397,11 +1402,6 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
width: 115px;
}
.e-de-font-content-label.e-rtl {
margin-left: 10px;
margin-right: 15px;
}
.e-de-font-color-margin {
margin-right: 10px;
margin-top: 5px;
@ -2336,7 +2336,7 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-43%, -43%);
}
.e-de-header-footer-list {

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

@ -602,6 +602,11 @@
margin-left: 40px;
}
.e-de-para-dlg-spacing-div.e-de-rtl {
margin-left: 0;
margin-right: 40px;
}
.e-de-toc-dlg-heading {
color: #212529;
display: block;
@ -1537,11 +1542,6 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
width: 115px;
}
.e-de-font-content-label.e-rtl {
margin-left: 10px;
margin-right: 15px;
}
.e-de-font-color-margin {
margin-right: 8px;
margin-top: 5px;
@ -2467,7 +2467,7 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-43%, -43%);
}
.e-de-header-footer-list {

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

@ -605,6 +605,11 @@
margin-left: 40px;
}
.e-de-para-dlg-spacing-div.e-de-rtl {
margin-left: 0;
margin-right: 40px;
}
.e-de-toc-dlg-heading {
color: #dadada;
display: block;
@ -1397,11 +1402,6 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
width: 130px;
}
.e-de-font-content-label.e-rtl {
margin-left: 1px;
margin-right: 20px;
}
.e-de-font-color-margin {
margin-right: 10px;
margin-top: 8px;
@ -2336,7 +2336,7 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-43%, -43%);
}
.e-de-header-footer-list {

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

@ -605,6 +605,11 @@
margin-left: 40px;
}
.e-de-para-dlg-spacing-div.e-de-rtl {
margin-left: 0;
margin-right: 40px;
}
.e-de-toc-dlg-heading {
color: #333;
display: block;
@ -1397,11 +1402,6 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
width: 130px;
}
.e-de-font-content-label.e-rtl {
margin-left: 1px;
margin-right: 20px;
}
.e-de-font-color-margin {
margin-right: 10px;
margin-top: 8px;
@ -2336,7 +2336,7 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-43%, -43%);
}
.e-de-header-footer-list {

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

@ -2055,7 +2055,7 @@ label[for='container_wholeWord'] {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-43%, -43%);
}
.e-documenteditor .e-close::before {

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

@ -605,6 +605,11 @@
margin-left: 40px;
}
.e-de-para-dlg-spacing-div.e-de-rtl {
margin-left: 0;
margin-right: 40px;
}
.e-de-toc-dlg-heading {
color: #fff;
display: block;
@ -1397,11 +1402,6 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
width: 115px;
}
.e-de-font-content-label.e-rtl {
margin-left: 7px;
margin-right: 20px;
}
.e-de-font-color-margin {
margin-right: 10px;
margin-top: 8px;
@ -2336,7 +2336,7 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-43%, -43%);
}
.e-de-header-footer-list {

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

@ -602,6 +602,11 @@
margin-left: 40px;
}
.e-de-para-dlg-spacing-div.e-de-rtl {
margin-left: 0;
margin-right: 40px;
}
.e-de-toc-dlg-heading {
color: #9e9e9e;
display: block;
@ -1394,11 +1399,6 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
width: 115px;
}
.e-de-font-content-label.e-rtl {
margin-left: 6px;
margin-right: 15px;
}
.e-de-font-color-margin {
margin-right: 10px;
margin-top: 6px;
@ -2333,7 +2333,7 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-43%, -43%);
}
.e-de-header-footer-list {

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

@ -603,6 +603,11 @@
margin-left: 40px;
}
.e-de-para-dlg-spacing-div.e-de-rtl {
margin-left: 0;
margin-right: 40px;
}
.e-de-toc-dlg-heading {
color: rgba(0, 0, 0, 0.87);
display: block;
@ -1395,11 +1400,6 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
width: 115px;
}
.e-de-font-content-label.e-rtl {
margin-left: 6px;
margin-right: 15px;
}
.e-de-font-color-margin {
margin-right: 10px;
margin-top: 6px;
@ -2334,7 +2334,7 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-43%, -43%);
}
.e-de-header-footer-list {

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

@ -605,6 +605,11 @@
margin-left: 40px;
}
.e-de-para-dlg-spacing-div.e-de-rtl {
margin-left: 0;
margin-right: 40px;
}
.e-de-toc-dlg-heading {
color: #dadada;
display: block;
@ -1397,11 +1402,6 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
width: 130px;
}
.e-de-font-content-label.e-rtl {
margin-left: 1px;
margin-right: 20px;
}
.e-de-font-color-margin {
margin-right: 10px;
margin-top: 8px;
@ -2336,7 +2336,7 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-43%, -43%);
}
.e-de-header-footer-list {
@ -2918,6 +2918,10 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
content: '\e58f';
}
.e-de-flip {
transform: scaleX(-1);
}
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
height: 0;
line-height: 0;

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

@ -605,6 +605,11 @@
margin-left: 40px;
}
.e-de-para-dlg-spacing-div.e-de-rtl {
margin-left: 0;
margin-right: 40px;
}
.e-de-toc-dlg-heading {
color: #333;
display: block;
@ -1397,11 +1402,6 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
width: 130px;
}
.e-de-font-content-label.e-rtl {
margin-left: 1px;
margin-right: 20px;
}
.e-de-font-color-margin {
margin-right: 10px;
margin-top: 8px;
@ -2336,7 +2336,7 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-43%, -43%);
}
.e-de-header-footer-list {
@ -2918,6 +2918,10 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
content: '\ebf2';
}
.e-de-flip {
transform: scaleX(-1);
}
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
height: 0;
line-height: 0;

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

@ -2055,7 +2055,7 @@ label[for='container_wholeWord'] {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-43%, -43%);
}
.e-documenteditor .e-close::before {
@ -2820,6 +2820,10 @@ label[for='container_wholeWord'] {
content: '\e58f';
}
.e-de-flip {
transform: scaleX(-1);
}
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
height: 0;
line-height: 0;

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

@ -605,6 +605,11 @@
margin-left: 40px;
}
.e-de-para-dlg-spacing-div.e-de-rtl {
margin-left: 0;
margin-right: 40px;
}
.e-de-toc-dlg-heading {
color: #fff;
display: block;
@ -1397,11 +1402,6 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
width: 115px;
}
.e-de-font-content-label.e-rtl {
margin-left: 7px;
margin-right: 20px;
}
.e-de-font-color-margin {
margin-right: 10px;
margin-top: 8px;
@ -2336,7 +2336,7 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-43%, -43%);
}
.e-de-header-footer-list {
@ -2918,6 +2918,10 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
content: '\ea91';
}
.e-de-flip {
transform: scaleX(-1);
}
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
height: 0;
line-height: 0;

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

@ -602,6 +602,11 @@
margin-left: 40px;
}
.e-de-para-dlg-spacing-div.e-de-rtl {
margin-left: 0;
margin-right: 40px;
}
.e-de-toc-dlg-heading {
color: #9e9e9e;
display: block;
@ -1394,11 +1399,6 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
width: 115px;
}
.e-de-font-content-label.e-rtl {
margin-left: 6px;
margin-right: 15px;
}
.e-de-font-color-margin {
margin-right: 10px;
margin-top: 6px;
@ -2333,7 +2333,7 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-43%, -43%);
}
.e-de-header-footer-list {
@ -2928,6 +2928,10 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
content: '\eba4';
}
.e-de-flip {
transform: scaleX(-1);
}
.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
height: 0;
line-height: 0;

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

@ -603,6 +603,11 @@
margin-left: 40px;
}
.e-de-para-dlg-spacing-div.e-de-rtl {
margin-left: 0;
margin-right: 40px;
}
.e-de-toc-dlg-heading {
color: rgba(0, 0, 0, 0.87);
display: block;
@ -1395,11 +1400,6 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
width: 115px;
}
.e-de-font-content-label.e-rtl {
margin-left: 6px;
margin-right: 15px;
}
.e-de-font-color-margin {
margin-right: 10px;
margin-top: 6px;
@ -2334,7 +2334,7 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transform: translate(-43%, -43%);
}
.e-de-header-footer-list {
@ -2692,6 +2692,10 @@ label[for='container_editor_wholeWord_e-de-rtl'] {
font-size: 16px;
}
.e-de-flip {
transform: scaleX(-1);
}
.e-de-ctnr-print::before {
content: '\eb5e';
}

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше