Skip to content

Commit 6cfb75b

Browse files
dxrobotdxvladislavvolkov
and
dxvladislavvolkov
authored
Update to 19.2.9 (#1090)
* 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]>
1 parent 1748e51 commit 6cfb75b

13 files changed

+7985
-10541
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ npm-debug.log
99
metadata/generated
1010
src/ui/
1111
src/index.ts
12-
artifacts

gulpfile.js

+1-5
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,7 @@ gulp.task('npm.content', gulp.series('build.components', function() {
148148
.pipe(gulp.dest(npmConfig.distPath));
149149
}));
150150

151-
gulp.task('npm.pack', gulp.series(
152-
'npm.content',
153-
shell.task('npm run inject-descriptions'),
154-
shell.task(['npm pack'], { cwd: buildConfig.npm.distPath })
155-
));
151+
gulp.task('npm.pack', gulp.series('npm.content', shell.task(['npm pack'], { cwd: buildConfig.npm.distPath })));
156152

157153
//------------TSLint------------
158154

metadata/DeprecatedComponentsMetadata.json

+5-31
Original file line numberDiff line numberDiff line change
@@ -132,18 +132,12 @@
132132
},
133133
"format": {
134134
"PrimitiveTypes": [
135-
"format",
135+
"DevExpress.ui.format",
136136
"string"
137137
],
138138
"ComplexTypes": [
139139
"Format"
140140
],
141-
"TypeImports": [
142-
{
143-
"Name": "format",
144-
"Path": "ui/widget/ui.widget"
145-
}
146-
],
147141
"Description": "Specifies a display format for field values."
148142
},
149143
"groupIndex": {
@@ -351,34 +345,14 @@
351345
},
352346
"store": {
353347
"PrimitiveTypes": [
354-
"Store",
355-
"StoreOptions",
356-
"XmlaStore",
357-
"XmlaStoreOptions"
348+
"DevExpress.data.Store",
349+
"DevExpress.data.StoreOptions",
350+
"DevExpress.data.XmlaStore",
351+
"DevExpress.data.XmlaStoreOptions"
358352
],
359353
"ItemPrimitiveTypes": [
360354
"any"
361355
],
362-
"TypeImports": [
363-
{
364-
"Name": "default",
365-
"Alias": "Store",
366-
"Path": "data/abstract_store"
367-
},
368-
{
369-
"Name": "StoreOptions",
370-
"Path": "data/abstract_store"
371-
},
372-
{
373-
"Name": "default",
374-
"Alias": "XmlaStore",
375-
"Path": "ui/pivot_grid/xmla_store"
376-
},
377-
{
378-
"Name": "XmlaStoreOptions",
379-
"Path": "ui/pivot_grid/xmla_store"
380-
}
381-
],
382356
"Description": "Specifies the underlying Store instance used to access data.",
383357
"Options": {
384358
"type": {

0 commit comments

Comments
 (0)