Skip to content

Commit

Permalink
Update to 19.2.9 (#1090)
Browse files Browse the repository at this point in the history
* Update to 19.2.9

* Revert "Merge branch '19.2' of https://github.com/DevExpress/devextreme-angular into update_branch_19.2.9"

This reverts commit e6862b1, reversing
changes made to 90b226a.

Co-authored-by: dxvladislavvolkov <[email protected]>
  • Loading branch information
dxrobot and dxvladislavvolkov authored Oct 27, 2020
1 parent 1748e51 commit 6cfb75b
Show file tree
Hide file tree
Showing 13 changed files with 7,985 additions and 10,541 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ npm-debug.log
metadata/generated
src/ui/
src/index.ts
artifacts
6 changes: 1 addition & 5 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,7 @@ gulp.task('npm.content', gulp.series('build.components', function() {
.pipe(gulp.dest(npmConfig.distPath));
}));

gulp.task('npm.pack', gulp.series(
'npm.content',
shell.task('npm run inject-descriptions'),
shell.task(['npm pack'], { cwd: buildConfig.npm.distPath })
));
gulp.task('npm.pack', gulp.series('npm.content', shell.task(['npm pack'], { cwd: buildConfig.npm.distPath })));

//------------TSLint------------

Expand Down
36 changes: 5 additions & 31 deletions metadata/DeprecatedComponentsMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,18 +132,12 @@
},
"format": {
"PrimitiveTypes": [
"format",
"DevExpress.ui.format",
"string"
],
"ComplexTypes": [
"Format"
],
"TypeImports": [
{
"Name": "format",
"Path": "ui/widget/ui.widget"
}
],
"Description": "Specifies a display format for field values."
},
"groupIndex": {
Expand Down Expand Up @@ -351,34 +345,14 @@
},
"store": {
"PrimitiveTypes": [
"Store",
"StoreOptions",
"XmlaStore",
"XmlaStoreOptions"
"DevExpress.data.Store",
"DevExpress.data.StoreOptions",
"DevExpress.data.XmlaStore",
"DevExpress.data.XmlaStoreOptions"
],
"ItemPrimitiveTypes": [
"any"
],
"TypeImports": [
{
"Name": "default",
"Alias": "Store",
"Path": "data/abstract_store"
},
{
"Name": "StoreOptions",
"Path": "data/abstract_store"
},
{
"Name": "default",
"Alias": "XmlaStore",
"Path": "ui/pivot_grid/xmla_store"
},
{
"Name": "XmlaStoreOptions",
"Path": "ui/pivot_grid/xmla_store"
}
],
"Description": "Specifies the underlying Store instance used to access data.",
"Options": {
"type": {
Expand Down
Loading

0 comments on commit 6cfb75b

Please sign in to comment.