From 26def523244a46f8265f24dfbc78ba59d53b8550 Mon Sep 17 00:00:00 2001 From: Roman Semenov Date: Thu, 12 Dec 2024 15:26:06 +0400 Subject: [PATCH] fix --- .../js/ui/card_view/data_controller.d.ts | 16 ++++++++-------- packages/devextreme/ts/dx.all.d.ts | 4 ---- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/packages/devextreme/js/ui/card_view/data_controller.d.ts b/packages/devextreme/js/ui/card_view/data_controller.d.ts index c1d228cf6e93..2ae877b13e49 100644 --- a/packages/devextreme/js/ui/card_view/data_controller.d.ts +++ b/packages/devextreme/js/ui/card_view/data_controller.d.ts @@ -1,4 +1,4 @@ -import { DataSourceLike } from '../../data/data_source'; +// import { DataSourceLike } from '../../data/data_source'; /** * @docid @@ -6,13 +6,13 @@ import { DataSourceLike } from '../../data/data_source'; * @namespace DevExpress.ui.dxCardView */ export type DataControllerProperties = { - /** - * @docid - * @default undefined - * @type string | Array | Store | DataSource | DataSourceOptions - * @public - */ - dataSource?: DataSourceLike; + // /** + // * @docid + // * @default undefined + // * @type string | Array | Store | DataSource | DataSourceOptions + // * @public + // */ + // dataSource?: DataSourceLike; /** * @docid * @public diff --git a/packages/devextreme/ts/dx.all.d.ts b/packages/devextreme/ts/dx.all.d.ts index d20e27ee292e..43b63f65244e 100644 --- a/packages/devextreme/ts/dx.all.d.ts +++ b/packages/devextreme/ts/dx.all.d.ts @@ -31130,10 +31130,6 @@ declare module DevExpress.ui.dxCardView { * @deprecated Attention! This type is for internal purposes only. If you used it previously, please submit a ticket to our {@link https://supportcenter.devexpress.com/ticket/create Support Center}. We will check if there is an alternative solution. */ export type DataControllerProperties = { - /** - * [descr:DataControllerProperties.dataSource] - */ - dataSource?: DevExpress.data.DataSource.DataSourceLike; /** * [descr:DataControllerProperties.paging] */