@elliemae/ds-datagrids 3.37.0-next.6 → 3.37.0-next.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/index.js.map +2 -2
- package/package.json +2 -2
package/dist/cjs/index.js.map
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../src/index.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
4
|
-
"sourcesContent": ["export * from '@elliemae/ds-legacy-datagrids';\n", "import * as React from 'react';\nexport { React };\n"],
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;ACAA,YAAuB;
|
4
|
+
"sourcesContent": ["// export {\n// DSDataGrid,\n// DSDataGridsWithSchema,\n// ColumnsOptionsMenuSection,\n// getColumnVisibilityMenuOption,\n// EmptyState,\n// IconColumn,\n// BodyHeaderScrollSyncPlugin,\n// DndColumnsPlugin,\n// ColumnSizingPlugin,\n// CustomRendererPlugin,\n// EditablePlugin,\n// ComboBox,\n// TextBox,\n// ExpandablePlugin,\n// ExpandableColumn,\n// FilterablePlugin,\n// InfiniteScrollPlugin,\n// PaginationPlugin,\n// ResizablePlugin,\n// DndRowsPlugin,\n// SelectablePlugin,\n// SortablePlugin,\n// ToolbarPlugin,\n// ExportDataPlugin,\n// VirtualizationPlugin,\n// RowSizes,\n// RowSizesOptions,\n// RowSizesOptionsArr,\n// CellWithAddons,\n// CellContainer,\n// } from '@elliemae/ds-legacy-datagrids';\nexport * from '@elliemae/ds-legacy-datagrids';\n", "import * as React from 'react';\nexport { React };\n"],
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;ACAA,YAAuB;ADgCvB,wBAAc,0CAhCd;",
|
6
6
|
"names": []
|
7
7
|
}
|
package/dist/esm/index.js.map
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.tsx"],
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export * from '@elliemae/ds-legacy-datagrids';\n"],
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "// export {\n// DSDataGrid,\n// DSDataGridsWithSchema,\n// ColumnsOptionsMenuSection,\n// getColumnVisibilityMenuOption,\n// EmptyState,\n// IconColumn,\n// BodyHeaderScrollSyncPlugin,\n// DndColumnsPlugin,\n// ColumnSizingPlugin,\n// CustomRendererPlugin,\n// EditablePlugin,\n// ComboBox,\n// TextBox,\n// ExpandablePlugin,\n// ExpandableColumn,\n// FilterablePlugin,\n// InfiniteScrollPlugin,\n// PaginationPlugin,\n// ResizablePlugin,\n// DndRowsPlugin,\n// SelectablePlugin,\n// SortablePlugin,\n// ToolbarPlugin,\n// ExportDataPlugin,\n// VirtualizationPlugin,\n// RowSizes,\n// RowSizesOptions,\n// RowSizesOptionsArr,\n// CellWithAddons,\n// CellContainer,\n// } from '@elliemae/ds-legacy-datagrids';\nexport * from '@elliemae/ds-legacy-datagrids';\n"],
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACgCvB,cAAc;",
|
6
6
|
"names": []
|
7
7
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-datagrids",
|
3
|
-
"version": "3.37.0-next.
|
3
|
+
"version": "3.37.0-next.7",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Data Grids",
|
6
6
|
"files": [
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"devDependencies": {
|
46
46
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
47
47
|
"styled-components": "~5.3.9",
|
48
|
-
"@elliemae/ds-monorepo-devops": "3.37.0-next.
|
48
|
+
"@elliemae/ds-monorepo-devops": "3.37.0-next.7"
|
49
49
|
},
|
50
50
|
"peerDependencies": {
|
51
51
|
"lodash": "^4.17.21",
|