Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit 617b8c3

Browse files
authored
Implement types importing (#1101)
1 parent 3ae858c commit 617b8c3

10 files changed

Lines changed: 10453 additions & 7956 deletions

metadata/DeprecatedComponentsMetadata.json

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,18 @@
132132
},
133133
"format": {
134134
"PrimitiveTypes": [
135-
"DevExpress.ui.format",
135+
"format",
136136
"string"
137137
],
138138
"ComplexTypes": [
139139
"Format"
140140
],
141+
"TypeImports": [
142+
{
143+
"Name": "format",
144+
"Path": "ui/widget/ui.widget"
145+
}
146+
],
141147
"Description": "Specifies a display format for field values."
142148
},
143149
"groupIndex": {
@@ -345,14 +351,34 @@
345351
},
346352
"store": {
347353
"PrimitiveTypes": [
348-
"DevExpress.data.Store",
349-
"DevExpress.data.StoreOptions",
350-
"DevExpress.data.XmlaStore",
351-
"DevExpress.data.XmlaStoreOptions"
354+
"Store",
355+
"StoreOptions",
356+
"XmlaStore",
357+
"XmlaStoreOptions"
352358
],
353359
"ItemPrimitiveTypes": [
354360
"any"
355361
],
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+
],
356382
"Description": "Specifies the underlying Store instance used to access data.",
357383
"Options": {
358384
"type": {

0 commit comments

Comments
 (0)