Skip to content

Commit 2c0a23f

Browse files
CardView Popups for ASP.NET (#30215)
1 parent d4211f9 commit 2c0a23f

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed

packages/devextreme/js/ui/card_view.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ export type Editing<TCardData=unknown, TKey=unknown> = {
913913
/**
914914
* @docid dxCardViewEditing.popup
915915
* @public
916-
* @type object
916+
* @type dxPopupOptions
917917
*/
918918
popup?: PopupProperties;
919919
/**
@@ -1560,7 +1560,7 @@ export interface dxCardViewOptions<TCardData = unknown, TKey = unknown> extends
15601560
/**
15611561
* @docid
15621562
* @public
1563-
* @type object
1563+
* @type dxPopupOptions
15641564
*/
15651565
filterBuilderPopup?: PopupProperties;
15661566
/**

tools/imd-cfg.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
{
22
"cli": {
33
"artifacts": "./artifacts/internal-tools"
4-
}
4+
},
5+
"mutations": [
6+
{
7+
"kind": "remove",
8+
"uid": "/card_view:dxCardViewOptions.filterBuilderPopup"
9+
},
10+
{
11+
"kind": "remove",
12+
"uid": "/card_view:Editing.popup"
13+
},
14+
{
15+
"kind": "add",
16+
"uid": "ui/card_view:dxCardViewOptions.filterBuilderPopup",
17+
"types": [
18+
{
19+
"kind": "object",
20+
"name": "Object"
21+
}
22+
]
23+
},
24+
{
25+
"kind": "add",
26+
"uid": "ui/card_view:Editing.popup",
27+
"types": [
28+
{
29+
"kind": "object",
30+
"name": "Object"
31+
}
32+
]
33+
}
34+
]
535
}

0 commit comments

Comments
 (0)