ods-component-lib 1.18.89 → 1.18.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/devextreme/OdsRemoteDataGrid/OdsRemoteDataGrid.Types.d.ts +3 -0
- package/dist/components/devextreme/OdsRemoteDataGrid.d.ts +3 -0
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +12 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/stories/OdsRemoteDataGrid/OdsRemoteDataGrid.stories.d.ts +28 -0
- package/dist/stories/OdsRemoteDataGrid/Samples/DataGridTreeView/DataGridTreeView.Constants.d.ts +37 -0
- package/dist/stories/OdsRemoteDataGrid/Samples/DataGridTreeView/DataGridTreeView.MockData.d.ts +18 -0
- package/dist/stories/OdsRemoteDataGrid/Samples/DataGridTreeView/DataGridTreeView.Sample.d.ts +1 -0
- package/package.json +1 -1
- package/dist/stories/OdsPivotGrid/OdsPivotGrid.stories.d.ts +0 -15
- package/dist/stories/OdsPivotGrid/Samples/BasicPivotGrid/BasicPivotGrid.Constants.d.ts +0 -2
- package/dist/stories/OdsPivotGrid/Samples/BasicPivotGrid/BasicPivotGrid.MockData.d.ts +0 -7
- package/dist/stories/OdsPivotGrid/Samples/BasicPivotGrid/BasicPivotGrid.Sample.d.ts +0 -1
|
@@ -4,11 +4,38 @@ import "antd/dist/reset.css";
|
|
|
4
4
|
import "./dxgrid.css";
|
|
5
5
|
import "../Commons/index.css";
|
|
6
6
|
import "../Commons/App.css";
|
|
7
|
+
import "devextreme/dist/css/dx.light.css";
|
|
8
|
+
import "./dxgrid.css";
|
|
7
9
|
declare const _default: {
|
|
8
10
|
title: string;
|
|
9
11
|
component: (props: import("../../components/devextreme/OdsRemoteDataGrid/OdsRemoteDataGrid.Types").IOdsDataGridProps) => import("react").JSX.Element;
|
|
10
12
|
tags: string[];
|
|
11
13
|
argTypes: {
|
|
14
|
+
showMasterDetail: {
|
|
15
|
+
control: string;
|
|
16
|
+
description: string;
|
|
17
|
+
defaultValue: boolean;
|
|
18
|
+
table: {
|
|
19
|
+
defaultValue: {
|
|
20
|
+
summary: string;
|
|
21
|
+
};
|
|
22
|
+
category: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
detailData: {
|
|
26
|
+
table: {
|
|
27
|
+
category: string;
|
|
28
|
+
};
|
|
29
|
+
control: string;
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
32
|
+
detailGridColums: {
|
|
33
|
+
control: string;
|
|
34
|
+
description: string;
|
|
35
|
+
table: {
|
|
36
|
+
category: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
12
39
|
language: {
|
|
13
40
|
options: string[];
|
|
14
41
|
control: {
|
|
@@ -89,3 +116,4 @@ export declare const DataGridSummaryTypesAndColoredCells: any;
|
|
|
89
116
|
export declare const DataGridMergeCellAndInfoBox: any;
|
|
90
117
|
export declare const DataGridToolbarItems: any;
|
|
91
118
|
export declare const CollapsibleDataGrid: any;
|
|
119
|
+
export declare const TreeView: any;
|
package/dist/stories/OdsRemoteDataGrid/Samples/DataGridTreeView/DataGridTreeView.Constants.d.ts
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const DataGridColumns: ({
|
|
3
|
+
dataField: string;
|
|
4
|
+
dataType: string;
|
|
5
|
+
caption: string;
|
|
6
|
+
dataStructure?: undefined;
|
|
7
|
+
cellRender?: undefined;
|
|
8
|
+
dataSource?: undefined;
|
|
9
|
+
} | {
|
|
10
|
+
dataField: string;
|
|
11
|
+
caption: string;
|
|
12
|
+
dataStructure: string;
|
|
13
|
+
cellRender: (value: any) => import("react").JSX.Element;
|
|
14
|
+
dataSource: {
|
|
15
|
+
label: string;
|
|
16
|
+
value: boolean;
|
|
17
|
+
}[];
|
|
18
|
+
dataType?: undefined;
|
|
19
|
+
})[];
|
|
20
|
+
export declare const DetailGridColumns: ({
|
|
21
|
+
dataField: string;
|
|
22
|
+
dataType: string;
|
|
23
|
+
caption: string;
|
|
24
|
+
dataStructure?: undefined;
|
|
25
|
+
cellRender?: undefined;
|
|
26
|
+
dataSource?: undefined;
|
|
27
|
+
} | {
|
|
28
|
+
dataField: string;
|
|
29
|
+
caption: string;
|
|
30
|
+
dataStructure: string;
|
|
31
|
+
cellRender: (value: any) => import("react").JSX.Element;
|
|
32
|
+
dataSource: {
|
|
33
|
+
label: string;
|
|
34
|
+
value: boolean;
|
|
35
|
+
}[];
|
|
36
|
+
dataType?: undefined;
|
|
37
|
+
})[];
|
package/dist/stories/OdsRemoteDataGrid/Samples/DataGridTreeView/DataGridTreeView.MockData.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare const mainData: {
|
|
2
|
+
ID: number;
|
|
3
|
+
Name: string;
|
|
4
|
+
Currency: string;
|
|
5
|
+
IsActive: boolean;
|
|
6
|
+
}[];
|
|
7
|
+
export declare const detailData: {
|
|
8
|
+
15007: {
|
|
9
|
+
Name: string;
|
|
10
|
+
Currency: string;
|
|
11
|
+
IsActive: boolean;
|
|
12
|
+
}[];
|
|
13
|
+
15020: {
|
|
14
|
+
Name: string;
|
|
15
|
+
Currency: string;
|
|
16
|
+
IsActive: boolean;
|
|
17
|
+
}[];
|
|
18
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DataGridTreeViewTemplate: any;
|
package/package.json
CHANGED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import PivotGrid from 'devextreme-react/pivot-grid';
|
|
2
|
-
import 'devextreme/dist/css/dx.light.css';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof PivotGrid;
|
|
6
|
-
tags: string[];
|
|
7
|
-
argTypes: {};
|
|
8
|
-
parameters: {
|
|
9
|
-
controls: {
|
|
10
|
-
exclude: any[];
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
export default _default;
|
|
15
|
-
export declare const Basic: any;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const BasicPivotGridTemplate: any;
|