@finos/legend-lego 1.1.29 → 1.1.31
Sign up to get free protection for your applications and to get access to all the features.
@@ -13,9 +13,10 @@
|
|
13
13
|
* See the License for the specific language governing permissions and
|
14
14
|
* limitations under the License.
|
15
15
|
*/
|
16
|
+
/// <reference types="react" resolution-mode="require"/>
|
16
17
|
import { type AgReactUiProps, type AgGridReactProps } from '@ag-grid-community/react';
|
17
|
-
import { type CellMouseOverEvent, type ICellRendererParams } from '@ag-grid-community/core';
|
18
|
+
import { type CellMouseOverEvent, type ICellRendererParams, type GridOptions, type ColDef } from '@ag-grid-community/core';
|
18
19
|
export declare function DataGrid<TData = unknown>(props: AgGridReactProps<TData> | AgReactUiProps<TData>): JSX.Element;
|
19
20
|
export declare const configureDataGridComponent: () => void;
|
20
|
-
export type { CellMouseOverEvent as DataGridCellMouseOverEvent, ICellRendererParams as DataGridCellRendererParams, };
|
21
|
+
export type { CellMouseOverEvent as DataGridCellMouseOverEvent, ICellRendererParams as DataGridCellRendererParams, GridOptions as DataGridOptions, ColDef as DataGridColumnDefinition, };
|
21
22
|
//# sourceMappingURL=DataGrid.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DataGrid.d.ts","sourceRoot":"","sources":["../../src/data-grid/DataGrid.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
1
|
+
{"version":3,"file":"DataGrid.d.ts","sourceRoot":"","sources":["../../src/data-grid/DataGrid.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAEH,OAAO,EAEL,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACtB,MAAM,0BAA0B,CAAC;AAElC,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,mBAAmB,EACxB,KAAK,WAAW,EAChB,KAAK,MAAM,EAEZ,MAAM,yBAAyB,CAAC;AAEjC,wBAAgB,QAAQ,CAAC,KAAK,GAAG,OAAO,EACtC,KAAK,EAAE,gBAAgB,CAAC,KAAK,CAAC,GAAG,cAAc,CAAC,KAAK,CAAC,GACrD,GAAG,CAAC,OAAO,CAab;AAED,eAAO,MAAM,0BAA0B,QAAO,IAE7C,CAAC;AAEF,YAAY,EACV,kBAAkB,IAAI,0BAA0B,EAChD,mBAAmB,IAAI,0BAA0B,EACjD,WAAW,IAAI,eAAe,EAC9B,MAAM,IAAI,wBAAwB,GACnC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DataGrid.js","sourceRoot":"","sources":["../../src/data-grid/DataGrid.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,WAAW,GAGZ,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,
|
1
|
+
{"version":3,"file":"DataGrid.js","sourceRoot":"","sources":["../../src/data-grid/DataGrid.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,WAAW,GAGZ,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAKL,cAAc,GACf,MAAM,yBAAyB,CAAC;AAEjC,MAAM,UAAU,QAAQ,CACtB,KAAsD;IAEtD,OAAO,CACL,KAAC,WAAW;IACV,6FAA6F;IAC7F,2FAA2F;IAC3F,oFAAoF;IACpF,8EAA8E;IAC9E,qDAAqD;;QAJrD,6FAA6F;QAC7F,2FAA2F;QAC3F,oFAAoF;QACpF,8EAA8E;QAC9E,qDAAqD;QACrD,6BAA6B,EAAE,IAAI,KAC/B,KAAK,EACT,OAAO,EAAE,CAAC,wBAAwB,CAAC,GACnC,CACH,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,MAAM,0BAA0B,GAAG,GAAS,EAAE;IACnD,cAAc,CAAC,eAAe,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAC7D,CAAC,CAAC"}
|
package/lib/index.css
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-lego",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.31",
|
4
4
|
"description": "Legend shared advanced application components and building blocks",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -47,33 +47,33 @@
|
|
47
47
|
"test:watch": "jest --watch"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
|
-
"@ag-grid-community/client-side-row-model": "30.0
|
51
|
-
"@ag-grid-community/core": "30.0
|
52
|
-
"@ag-grid-community/react": "30.0
|
53
|
-
"@ag-grid-community/styles": "30.0
|
54
|
-
"@finos/legend-application": "15.0.
|
55
|
-
"@finos/legend-art": "7.0.
|
56
|
-
"@finos/legend-graph": "31.2.
|
57
|
-
"@finos/legend-shared": "10.0.
|
50
|
+
"@ag-grid-community/client-side-row-model": "30.1.0",
|
51
|
+
"@ag-grid-community/core": "30.1.0",
|
52
|
+
"@ag-grid-community/react": "30.1.0",
|
53
|
+
"@ag-grid-community/styles": "30.1.0",
|
54
|
+
"@finos/legend-application": "15.0.42",
|
55
|
+
"@finos/legend-art": "7.0.42",
|
56
|
+
"@finos/legend-graph": "31.2.3",
|
57
|
+
"@finos/legend-shared": "10.0.26",
|
58
58
|
"@types/css-font-loading-module": "0.0.9",
|
59
|
-
"@types/react": "18.2.
|
59
|
+
"@types/react": "18.2.22",
|
60
60
|
"@types/react-dom": "18.2.7",
|
61
61
|
"mobx": "6.10.2",
|
62
|
-
"mobx-react-lite": "
|
63
|
-
"monaco-editor": "0.
|
62
|
+
"mobx-react-lite": "4.0.4",
|
63
|
+
"monaco-editor": "0.43.0",
|
64
64
|
"react": "18.2.0",
|
65
65
|
"react-dnd": "16.0.1",
|
66
66
|
"react-dom": "18.2.0"
|
67
67
|
},
|
68
68
|
"devDependencies": {
|
69
|
-
"@finos/legend-dev-utils": "2.0.
|
70
|
-
"@jest/globals": "29.
|
69
|
+
"@finos/legend-dev-utils": "2.0.80",
|
70
|
+
"@jest/globals": "29.7.0",
|
71
71
|
"cross-env": "7.0.3",
|
72
|
-
"eslint": "8.
|
73
|
-
"jest": "29.
|
72
|
+
"eslint": "8.49.0",
|
73
|
+
"jest": "29.7.0",
|
74
74
|
"npm-run-all": "4.1.5",
|
75
75
|
"rimraf": "5.0.1",
|
76
|
-
"sass": "1.
|
76
|
+
"sass": "1.67.0",
|
77
77
|
"typescript": "5.2.2"
|
78
78
|
},
|
79
79
|
"peerDependencies": {
|
@@ -23,6 +23,8 @@ import { ClientSideRowModelModule } from '@ag-grid-community/client-side-row-mod
|
|
23
23
|
import {
|
24
24
|
type CellMouseOverEvent,
|
25
25
|
type ICellRendererParams,
|
26
|
+
type GridOptions,
|
27
|
+
type ColDef,
|
26
28
|
ModuleRegistry,
|
27
29
|
} from '@ag-grid-community/core';
|
28
30
|
|
@@ -50,4 +52,6 @@ export const configureDataGridComponent = (): void => {
|
|
50
52
|
export type {
|
51
53
|
CellMouseOverEvent as DataGridCellMouseOverEvent,
|
52
54
|
ICellRendererParams as DataGridCellRendererParams,
|
55
|
+
GridOptions as DataGridOptions,
|
56
|
+
ColDef as DataGridColumnDefinition,
|
53
57
|
};
|