@elliemae/ds-data-table 1.55.0 → 1.56.0-rc.2
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/cjs/DataTable.js +1 -1
- package/cjs/addons/Columns/ColumnDragHandle/ColumnDragHandle.js +1 -1
- package/cjs/addons/Columns/ColumnExpand/ColumnExpand.js +1 -1
- package/cjs/addons/Columns/ColumnSelectMultiple/ColumnSelectMultiple.js +1 -1
- package/cjs/addons/Columns/ColumnSelectSingle/ColumnSelectSingle.js +1 -1
- package/cjs/addons/Columns/index.js +1 -1
- package/cjs/addons/Editables/ComboboxEditableCell/ComboboxEditableCell.js +1 -1
- package/cjs/addons/Editables/DateEditableCell/DateEditableCell.js +1 -1
- package/cjs/addons/Editables/TextEditableCell/TextEditableCell.js +1 -1
- package/cjs/addons/Editables/index.js +1 -1
- package/cjs/addons/Filters/Components/DateRangeFilter/index.js +1 -1
- package/cjs/addons/Filters/Components/NumberRangeFilter/index.js +1 -1
- package/cjs/addons/Filters/Components/SelectFilter/BaseSelectFilter.js +1 -1
- package/cjs/addons/Filters/Components/SelectFilter/MultiSelectFilter.js +1 -1
- package/cjs/addons/Filters/Components/SelectFilter/SingleSelectFilter.js +1 -1
- package/cjs/addons/Filters/Components/SelectFilter/useSelectFilterHandlers.js +1 -1
- package/cjs/addons/Filters/Components/SelectFilter/utils.js +1 -1
- package/cjs/addons/Filters/Components/SingleDateFilter/index.js +1 -1
- package/cjs/addons/Filters/Components/TextInputFilter/index.js +1 -1
- package/cjs/addons/Filters/Components/index.js +1 -1
- package/cjs/addons/Filters/index.js +1 -1
- package/cjs/addons/Pagination/PagesButtons.js +1 -1
- package/cjs/addons/Pagination/Pagination.js +1 -1
- package/cjs/addons/Pagination/index.js +1 -1
- package/cjs/configs/index.js +1 -1
- package/cjs/configs/useDatatableConfig.js +1 -1
- package/cjs/configs/useTableColsWithAddons.js +5 -3
- package/cjs/configs/useTableColsWithAddons.js.map +1 -1
- package/cjs/exported-related/EditableCell.js +1 -1
- package/cjs/exported-related/FilterPopover.js +1 -1
- package/cjs/exported-related/Filters/applyOutOfTheBoxFilters.js +1 -1
- package/cjs/exported-related/Filters/dateRangeFilterFn.js +1 -1
- package/cjs/exported-related/Filters/index.js +1 -1
- package/cjs/exported-related/Filters/singleDateFilterFn.js +1 -1
- package/cjs/exported-related/RowRenderer/DefaultRowContentRenderer.js +1 -1
- package/cjs/exported-related/RowRenderer/index.js +1 -1
- package/cjs/exported-related/RowRenderer/useRowRendererHandlers.js +1 -1
- package/cjs/exported-related/Toolbar/Toolbar.js +1 -1
- package/cjs/exported-related/Toolbar/index.js +1 -1
- package/cjs/exported-related/index.js +1 -1
- package/cjs/helpers/dndkit/hierarchy/customCollisionDetection.js +1 -1
- package/cjs/helpers/dndkit/hierarchy/getHierarchyKeyboardCoordinates.js +1 -1
- package/cjs/helpers/dndkit/hierarchy/useHierarchyDndkitConfig.js +1 -1
- package/cjs/helpers/dndkit/hierarchy/useHierarchyPreviewHandlers.js +1 -1
- package/cjs/index.js +1 -1
- package/cjs/parts/Cells/Cell.js +1 -1
- package/cjs/parts/Cells/index.js +1 -1
- package/cjs/parts/DnDHandle.js +1 -1
- package/cjs/parts/FilterBar/FiltersBar.js +1 -1
- package/cjs/parts/FilterBar/index.js +1 -1
- package/cjs/parts/Filters/index.js +1 -1
- package/cjs/parts/Headers/HeaderCell.js +1 -1
- package/cjs/parts/Headers/HeaderCellGroup.js +1 -1
- package/cjs/parts/Headers/HeaderCellTitle.js +1 -1
- package/cjs/parts/Headers/HeaderResizer.js +1 -1
- package/cjs/parts/Headers/index.js +1 -1
- package/cjs/parts/HoC/withConditionalDnDColumnContext.js +1 -1
- package/cjs/parts/HoC/withDnDSortableColumnContext.js +1 -1
- package/cjs/parts/Row.js +1 -1
- package/cjs/parts/RowLoading.js +1 -1
- package/cjs/parts/RowVariants/RowVariantHeader.js +1 -1
- package/cjs/parts/RowVariants/RowVariantPrimary.js +1 -1
- package/cjs/parts/RowVariants/RowVariantSecondary.js +1 -1
- package/cjs/parts/RowVariants/index.js +1 -1
- package/cjs/parts/Rows.js +1 -1
- package/cjs/parts/TableContent.js +1 -1
- package/cjs/parts/VirtualRowsList.js +1 -1
- package/cjs/parts/index.js +1 -1
- package/cjs/{styled-b48112f8.js → styled-26b1eef5.js} +20 -9
- package/cjs/styled-26b1eef5.js.map +1 -0
- package/cjs/styled.js +1 -1
- package/esm/DataTable.js +1 -1
- package/esm/addons/Columns/ColumnDragHandle/ColumnDragHandle.js +1 -1
- package/esm/addons/Columns/ColumnExpand/ColumnExpand.js +1 -1
- package/esm/addons/Columns/ColumnSelectMultiple/ColumnSelectMultiple.js +1 -1
- package/esm/addons/Columns/ColumnSelectSingle/ColumnSelectSingle.js +1 -1
- package/esm/addons/Columns/index.js +1 -1
- package/esm/addons/Editables/ComboboxEditableCell/ComboboxEditableCell.js +1 -1
- package/esm/addons/Editables/DateEditableCell/DateEditableCell.js +1 -1
- package/esm/addons/Editables/TextEditableCell/TextEditableCell.js +1 -1
- package/esm/addons/Editables/index.js +1 -1
- package/esm/addons/Filters/Components/DateRangeFilter/index.js +1 -1
- package/esm/addons/Filters/Components/NumberRangeFilter/index.js +1 -1
- package/esm/addons/Filters/Components/SelectFilter/BaseSelectFilter.js +1 -1
- package/esm/addons/Filters/Components/SelectFilter/MultiSelectFilter.js +1 -1
- package/esm/addons/Filters/Components/SelectFilter/SingleSelectFilter.js +1 -1
- package/esm/addons/Filters/Components/SelectFilter/useSelectFilterHandlers.js +1 -1
- package/esm/addons/Filters/Components/SelectFilter/utils.js +1 -1
- package/esm/addons/Filters/Components/SingleDateFilter/index.js +1 -1
- package/esm/addons/Filters/Components/TextInputFilter/index.js +1 -1
- package/esm/addons/Filters/Components/index.js +1 -1
- package/esm/addons/Filters/index.js +1 -1
- package/esm/addons/Pagination/PagesButtons.js +1 -1
- package/esm/addons/Pagination/Pagination.js +1 -1
- package/esm/addons/Pagination/index.js +1 -1
- package/esm/configs/index.js +1 -1
- package/esm/configs/useDatatableConfig.js +1 -1
- package/esm/configs/useTableColsWithAddons.js +6 -4
- package/esm/configs/useTableColsWithAddons.js.map +1 -1
- package/esm/exported-related/EditableCell.js +1 -1
- package/esm/exported-related/FilterPopover.js +1 -1
- package/esm/exported-related/Filters/applyOutOfTheBoxFilters.js +1 -1
- package/esm/exported-related/Filters/dateRangeFilterFn.js +1 -1
- package/esm/exported-related/Filters/index.js +1 -1
- package/esm/exported-related/Filters/singleDateFilterFn.js +1 -1
- package/esm/exported-related/RowRenderer/DefaultRowContentRenderer.js +1 -1
- package/esm/exported-related/RowRenderer/index.js +1 -1
- package/esm/exported-related/RowRenderer/useRowRendererHandlers.js +1 -1
- package/esm/exported-related/Toolbar/Toolbar.js +1 -1
- package/esm/exported-related/Toolbar/index.js +1 -1
- package/esm/exported-related/index.js +1 -1
- package/esm/helpers/dndkit/hierarchy/customCollisionDetection.js +1 -1
- package/esm/helpers/dndkit/hierarchy/getHierarchyKeyboardCoordinates.js +1 -1
- package/esm/helpers/dndkit/hierarchy/useHierarchyDndkitConfig.js +1 -1
- package/esm/helpers/dndkit/hierarchy/useHierarchyPreviewHandlers.js +1 -1
- package/esm/index.js +1 -1
- package/esm/parts/Cells/Cell.js +1 -1
- package/esm/parts/Cells/index.js +1 -1
- package/esm/parts/DnDHandle.js +1 -1
- package/esm/parts/FilterBar/FiltersBar.js +1 -1
- package/esm/parts/FilterBar/index.js +1 -1
- package/esm/parts/Filters/index.js +1 -1
- package/esm/parts/Headers/HeaderCell.js +1 -1
- package/esm/parts/Headers/HeaderCellGroup.js +1 -1
- package/esm/parts/Headers/HeaderCellTitle.js +1 -1
- package/esm/parts/Headers/HeaderResizer.js +1 -1
- package/esm/parts/Headers/index.js +1 -1
- package/esm/parts/HoC/withConditionalDnDColumnContext.js +1 -1
- package/esm/parts/HoC/withDnDSortableColumnContext.js +1 -1
- package/esm/parts/Row.js +1 -1
- package/esm/parts/RowLoading.js +1 -1
- package/esm/parts/RowVariants/RowVariantHeader.js +1 -1
- package/esm/parts/RowVariants/RowVariantPrimary.js +1 -1
- package/esm/parts/RowVariants/RowVariantSecondary.js +1 -1
- package/esm/parts/RowVariants/index.js +1 -1
- package/esm/parts/Rows.js +1 -1
- package/esm/parts/TableContent.js +1 -1
- package/esm/parts/VirtualRowsList.js +1 -1
- package/esm/parts/index.js +1 -1
- package/esm/{styled-98b7b59b.js → styled-2aa33852.js} +21 -10
- package/esm/styled-2aa33852.js.map +1 -0
- package/esm/styled.js +1 -1
- package/package.json +14 -14
- package/cjs/styled-b48112f8.js.map +0 -1
- package/esm/styled-98b7b59b.js.map +0 -1
package/cjs/styled.js
CHANGED
|
@@ -16,7 +16,7 @@ require('./configs/useRowFlattenization.js');
|
|
|
16
16
|
require('@babel/runtime/helpers/toConsumableArray');
|
|
17
17
|
require('@babel/runtime/helpers/defineProperty');
|
|
18
18
|
require('@elliemae/ds-icons');
|
|
19
|
-
var addons_Columns_ColumnExpand_ColumnExpand = require('./styled-
|
|
19
|
+
var addons_Columns_ColumnExpand_ColumnExpand = require('./styled-26b1eef5.js');
|
|
20
20
|
require('@elliemae/ds-form/Checkbox');
|
|
21
21
|
require('@elliemae/ds-form/Radio');
|
|
22
22
|
require('@elliemae/ds-circular-progress-indicator');
|
package/esm/DataTable.js
CHANGED
|
@@ -3,7 +3,7 @@ import React, { useMemo, useRef } from 'react';
|
|
|
3
3
|
import { Provider } from 'react-redux';
|
|
4
4
|
import { configureStore } from '@reduxjs/toolkit';
|
|
5
5
|
import { describe } from 'react-desc';
|
|
6
|
-
import { T as TableContent } from './styled-
|
|
6
|
+
import { T as TableContent } from './styled-2aa33852.js';
|
|
7
7
|
import { storeConfig } from './redux/storeConfig.js';
|
|
8
8
|
import DataTableContext, { defaultProps } from './DataTableContext.js';
|
|
9
9
|
import { DATA_TESTID } from './configs/constants.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '../../../hooks/useRecoverFocusRow.js';
|
|
3
|
-
export { c as dragHandleColumn } from '../../../styled-
|
|
3
|
+
export { c as dragHandleColumn } from '../../../styled-2aa33852.js';
|
|
4
4
|
import '@elliemae/ds-grid';
|
|
5
5
|
import '@elliemae/ds-circular-progress-indicator';
|
|
6
6
|
import 'styled-components';
|
|
@@ -2,7 +2,7 @@ import '@babel/runtime/helpers/esm/defineProperty';
|
|
|
2
2
|
import 'react';
|
|
3
3
|
import '@elliemae/ds-icons';
|
|
4
4
|
import 'styled-components';
|
|
5
|
-
export { e as expandRowColumn } from '../../../styled-
|
|
5
|
+
export { e as expandRowColumn } from '../../../styled-2aa33852.js';
|
|
6
6
|
import '../../../configs/constants.js';
|
|
7
7
|
import '@babel/runtime/helpers/esm/slicedToArray';
|
|
8
8
|
import 'react-virtual';
|
|
@@ -8,7 +8,7 @@ import '../../../configs/useRowFlattenization.js';
|
|
|
8
8
|
import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
9
9
|
import '@elliemae/ds-icons';
|
|
10
10
|
import 'styled-components';
|
|
11
|
-
export { m as multiSelectColumn } from '../../../styled-
|
|
11
|
+
export { m as multiSelectColumn } from '../../../styled-2aa33852.js';
|
|
12
12
|
import '@elliemae/ds-form/Radio';
|
|
13
13
|
import '@elliemae/ds-grid';
|
|
14
14
|
import '@elliemae/ds-circular-progress-indicator';
|
|
@@ -8,7 +8,7 @@ import 'react-virtual';
|
|
|
8
8
|
import '../../../configs/useRowFlattenization.js';
|
|
9
9
|
import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
10
10
|
import '@elliemae/ds-icons';
|
|
11
|
-
export { b as singleSelectColumn } from '../../../styled-
|
|
11
|
+
export { b as singleSelectColumn } from '../../../styled-2aa33852.js';
|
|
12
12
|
import '@elliemae/ds-form/Checkbox';
|
|
13
13
|
import '@elliemae/ds-grid';
|
|
14
14
|
import '@elliemae/ds-circular-progress-indicator';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { actionColumn } from './ColumnAction/ColumnAction.js';
|
|
2
|
-
export { _ as INTERNAL_COLUMNS, c as dragHandleColumn, e as expandRowColumn, m as multiSelectColumn, b as singleSelectColumn } from '../../styled-
|
|
2
|
+
export { _ as INTERNAL_COLUMNS, c as dragHandleColumn, e as expandRowColumn, m as multiSelectColumn, b as singleSelectColumn } from '../../styled-2aa33852.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'styled-components';
|
|
5
5
|
import '@elliemae/ds-grid';
|
|
@@ -11,7 +11,7 @@ import '../../../configs/useRowFlattenization.js';
|
|
|
11
11
|
import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
12
12
|
import '@babel/runtime/helpers/esm/defineProperty';
|
|
13
13
|
import '@elliemae/ds-icons';
|
|
14
|
-
export { C as ComboboxEditableCell } from '../../../styled-
|
|
14
|
+
export { C as ComboboxEditableCell } from '../../../styled-2aa33852.js';
|
|
15
15
|
import '@elliemae/ds-form/Checkbox';
|
|
16
16
|
import '@elliemae/ds-form/Radio';
|
|
17
17
|
import '@elliemae/ds-grid';
|
|
@@ -10,7 +10,7 @@ import '../../../configs/useRowFlattenization.js';
|
|
|
10
10
|
import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
11
11
|
import '@babel/runtime/helpers/esm/defineProperty';
|
|
12
12
|
import '@elliemae/ds-icons';
|
|
13
|
-
import { E as EditableCell } from '../../../styled-
|
|
13
|
+
import { E as EditableCell } from '../../../styled-2aa33852.js';
|
|
14
14
|
import '@elliemae/ds-form/Checkbox';
|
|
15
15
|
import '@elliemae/ds-form/Radio';
|
|
16
16
|
import '@elliemae/ds-grid';
|
|
@@ -10,7 +10,7 @@ import '../../../configs/useRowFlattenization.js';
|
|
|
10
10
|
import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
11
11
|
import '@babel/runtime/helpers/esm/defineProperty';
|
|
12
12
|
import '@elliemae/ds-icons';
|
|
13
|
-
export { k as TextEditableCell } from '../../../styled-
|
|
13
|
+
export { k as TextEditableCell } from '../../../styled-2aa33852.js';
|
|
14
14
|
import '@elliemae/ds-form/Checkbox';
|
|
15
15
|
import '@elliemae/ds-form/Radio';
|
|
16
16
|
import '@elliemae/ds-grid';
|
|
@@ -3,7 +3,7 @@ import 'react';
|
|
|
3
3
|
import '@elliemae/ds-icons/DatePicker2';
|
|
4
4
|
import '@elliemae/ds-grid';
|
|
5
5
|
import '@elliemae/ds-controlled-form';
|
|
6
|
-
export { f as DateRangeFilter } from '../../../../styled-
|
|
6
|
+
export { f as DateRangeFilter } from '../../../../styled-2aa33852.js';
|
|
7
7
|
import 'styled-components';
|
|
8
8
|
import '@elliemae/ds-button';
|
|
9
9
|
import '@elliemae/ds-icons/MoreOptionsVert';
|
|
@@ -3,7 +3,7 @@ import 'react';
|
|
|
3
3
|
import '@elliemae/ds-grid';
|
|
4
4
|
import '@elliemae/ds-form/TextBox';
|
|
5
5
|
import '@elliemae/ds-icons/SearchXsmall';
|
|
6
|
-
export { N as NumberRangeFilter } from '../../../../styled-
|
|
6
|
+
export { N as NumberRangeFilter } from '../../../../styled-2aa33852.js';
|
|
7
7
|
import '@babel/runtime/helpers/esm/slicedToArray';
|
|
8
8
|
import 'styled-components';
|
|
9
9
|
import '@elliemae/ds-button';
|
|
@@ -6,7 +6,7 @@ import 'react-virtual';
|
|
|
6
6
|
import '@elliemae/ds-icons/SearchXsmall';
|
|
7
7
|
import '@elliemae/ds-form/Checkbox';
|
|
8
8
|
import './components.js';
|
|
9
|
-
export { L as BaseSelectFilter } from '../../../../styled-
|
|
9
|
+
export { L as BaseSelectFilter } from '../../../../styled-2aa33852.js';
|
|
10
10
|
import 'styled-components';
|
|
11
11
|
import '@elliemae/ds-button';
|
|
12
12
|
import '@elliemae/ds-icons/MoreOptionsVert';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { M as MultiSelectFilter } from '../../../../styled-
|
|
2
|
+
export { M as MultiSelectFilter } from '../../../../styled-2aa33852.js';
|
|
3
3
|
import '@babel/runtime/helpers/esm/slicedToArray';
|
|
4
4
|
import '@elliemae/ds-button';
|
|
5
5
|
import '@elliemae/ds-popperjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { S as SingleSelectFilter } from '../../../../styled-
|
|
2
|
+
export { S as SingleSelectFilter } from '../../../../styled-2aa33852.js';
|
|
3
3
|
import '@babel/runtime/helpers/esm/slicedToArray';
|
|
4
4
|
import '@elliemae/ds-button';
|
|
5
5
|
import '@elliemae/ds-popperjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
2
2
|
import 'react';
|
|
3
|
-
export { K as useSelectFilterHandlers } from '../../../../styled-
|
|
3
|
+
export { K as useSelectFilterHandlers } from '../../../../styled-2aa33852.js';
|
|
4
4
|
import 'styled-components';
|
|
5
5
|
import '@elliemae/ds-grid';
|
|
6
6
|
import '@elliemae/ds-icons/EditPencil';
|
|
@@ -7,7 +7,7 @@ import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
|
7
7
|
import '@babel/runtime/helpers/esm/defineProperty';
|
|
8
8
|
import '@elliemae/ds-icons';
|
|
9
9
|
import 'styled-components';
|
|
10
|
-
export { I as focusNextMenuItem, J as focusPrevMenuItem } from '../../../../styled-
|
|
10
|
+
export { I as focusNextMenuItem, J as focusPrevMenuItem } from '../../../../styled-2aa33852.js';
|
|
11
11
|
import '@elliemae/ds-form/Checkbox';
|
|
12
12
|
import '@elliemae/ds-form/Radio';
|
|
13
13
|
import '@elliemae/ds-grid';
|
|
@@ -3,7 +3,7 @@ import 'react';
|
|
|
3
3
|
import '@elliemae/ds-icons/DatePicker2';
|
|
4
4
|
import '@elliemae/ds-grid';
|
|
5
5
|
import '@elliemae/ds-controlled-form';
|
|
6
|
-
export { g as SingleDateFilter } from '../../../../styled-
|
|
6
|
+
export { g as SingleDateFilter } from '../../../../styled-2aa33852.js';
|
|
7
7
|
import 'styled-components';
|
|
8
8
|
import '@elliemae/ds-button';
|
|
9
9
|
import '@elliemae/ds-icons/MoreOptionsVert';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '@elliemae/ds-icons/SearchXsmall';
|
|
3
|
-
export { h as TextInputFilter } from '../../../../styled-
|
|
3
|
+
export { h as TextInputFilter } from '../../../../styled-2aa33852.js';
|
|
4
4
|
import '@babel/runtime/helpers/esm/slicedToArray';
|
|
5
5
|
import 'styled-components';
|
|
6
6
|
import '@elliemae/ds-button';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { f as DateRangeFilter, M as MultiSelectFilter, N as NumberRangeFilter, g as SingleDateFilter, S as SingleSelectFilter, h as TextInputFilter } from '../../../styled-
|
|
1
|
+
export { f as DateRangeFilter, M as MultiSelectFilter, N as NumberRangeFilter, g as SingleDateFilter, S as SingleSelectFilter, h as TextInputFilter } from '../../../styled-2aa33852.js';
|
|
2
2
|
import 'styled-components';
|
|
3
3
|
import '@elliemae/ds-grid';
|
|
4
4
|
import '@elliemae/ds-icons/EditPencil';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { f as DateRangeFilter, M as MultiSelectFilter, N as NumberRangeFilter, g as SingleDateFilter, S as SingleSelectFilter, h as TextInputFilter } from '../../styled-
|
|
1
|
+
export { f as DateRangeFilter, M as MultiSelectFilter, N as NumberRangeFilter, g as SingleDateFilter, S as SingleSelectFilter, h as TextInputFilter } from '../../styled-2aa33852.js';
|
|
2
2
|
import 'styled-components';
|
|
3
3
|
import '@elliemae/ds-grid';
|
|
4
4
|
import '@elliemae/ds-icons/EditPencil';
|
|
@@ -10,7 +10,7 @@ import '../../configs/useRowFlattenization.js';
|
|
|
10
10
|
import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
11
11
|
import '@babel/runtime/helpers/esm/defineProperty';
|
|
12
12
|
import '@elliemae/ds-icons';
|
|
13
|
-
export { i as default } from '../../styled-
|
|
13
|
+
export { i as default } from '../../styled-2aa33852.js';
|
|
14
14
|
import '@elliemae/ds-form/Checkbox';
|
|
15
15
|
import '@elliemae/ds-form/Radio';
|
|
16
16
|
import '@elliemae/ds-grid';
|
package/esm/configs/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import './useTableColsWithAddons.js';
|
|
|
13
13
|
import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
14
14
|
import '@babel/runtime/helpers/esm/defineProperty';
|
|
15
15
|
import '../addons/Columns/ColumnAction/ColumnAction.js';
|
|
16
|
-
import '../styled-
|
|
16
|
+
import '../styled-2aa33852.js';
|
|
17
17
|
import 'styled-components';
|
|
18
18
|
import '@elliemae/ds-grid';
|
|
19
19
|
import '@elliemae/ds-icons/EditPencil';
|
|
@@ -11,7 +11,7 @@ import '../helpers/getIdFromUniqueRowAccessor.js';
|
|
|
11
11
|
import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
12
12
|
import '@babel/runtime/helpers/esm/defineProperty';
|
|
13
13
|
import '../addons/Columns/ColumnAction/ColumnAction.js';
|
|
14
|
-
import '../styled-
|
|
14
|
+
import '../styled-2aa33852.js';
|
|
15
15
|
import 'styled-components';
|
|
16
16
|
import '@elliemae/ds-grid';
|
|
17
17
|
import '@elliemae/ds-icons/EditPencil';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import _toConsumableArray from '@babel/runtime/helpers/esm/toConsumableArray';
|
|
2
2
|
import _defineProperty from '@babel/runtime/helpers/esm/defineProperty';
|
|
3
|
-
import { useMemo } from 'react';
|
|
3
|
+
import { useMemo, createRef } from 'react';
|
|
4
4
|
import { actionColumn } from '../addons/Columns/ColumnAction/ColumnAction.js';
|
|
5
|
-
import { e as expandRowColumn, b as singleSelectColumn, m as multiSelectColumn, c as dragHandleColumn } from '../styled-
|
|
5
|
+
import { e as expandRowColumn, b as singleSelectColumn, m as multiSelectColumn, c as dragHandleColumn } from '../styled-2aa33852.js';
|
|
6
6
|
import 'styled-components';
|
|
7
7
|
import '@elliemae/ds-grid';
|
|
8
8
|
import '@elliemae/ds-icons/EditPencil';
|
|
@@ -116,11 +116,13 @@ var augmentColumns = function augmentColumns(columns) {
|
|
|
116
116
|
if (column.columns) column.columns = column.columns.map(function (col, i) {
|
|
117
117
|
return augmentColumn(col, i, id, depth + 1);
|
|
118
118
|
});
|
|
119
|
-
return _objectSpread({
|
|
119
|
+
return _objectSpread(_objectSpread({
|
|
120
120
|
id: id,
|
|
121
121
|
parentId: parentId,
|
|
122
122
|
depth: depth
|
|
123
|
-
}, column)
|
|
123
|
+
}, column), {}, {
|
|
124
|
+
ref: /*#__PURE__*/createRef()
|
|
125
|
+
});
|
|
124
126
|
};
|
|
125
127
|
|
|
126
128
|
return columns.map(function (col, index) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTableColsWithAddons.js","sources":["../../../src/configs/useTableColsWithAddons.tsx"],"sourcesContent":["/* eslint-disable max-params */\nimport { useMemo } from 'react';\nimport { TypescriptColumn, TypescriptProps } from '../types/props';\n\nimport {\n dragHandleColumn,\n expandRowColumn,\n actionColumn,\n singleSelectColumn,\n multiSelectColumn,\n} from '../addons/Columns';\n\ntype useTableColsWithAddonsType = (config: TypescriptProps) => TypescriptColumn[];\n\nconst augmentColumns = (columns: TypescriptColumn[]): TypescriptColumn[] => {\n const augmentColumn = (column: TypescriptColumn, index: number, parentId = null, depth = 0) => {\n let id = `column${index}`;\n if (typeof column.Header === 'string') id = column.Header;\n if (typeof column.accessor === 'string') id = column.accessor;\n if (column.columns) column.columns = column.columns.map((col, i) => augmentColumn(col, i, id, depth + 1));\n return {\n id,\n parentId,\n depth,\n ...column,\n };\n };\n return columns.map((col, index) => augmentColumn(col, index));\n};\n\nconst useTableColsWithAddons: useTableColsWithAddonsType = ({\n columns,\n renderRowActions,\n isExpandable,\n selectSingle,\n selection,\n dragAndDropRows,\n noSelectionColumn,\n}) =>\n useMemo(() => {\n const columnsWithAddons = [...augmentColumns(columns)];\n\n if (isExpandable) columnsWithAddons.unshift(expandRowColumn);\n if (selection && !noSelectionColumn)\n if (selectSingle) columnsWithAddons.unshift(singleSelectColumn);\n else columnsWithAddons.unshift(multiSelectColumn);\n if (dragAndDropRows) columnsWithAddons.unshift(dragHandleColumn);\n if (renderRowActions) columnsWithAddons.push(actionColumn(renderRowActions));\n\n return columnsWithAddons;\n }, [columns, isExpandable, selection, noSelectionColumn, selectSingle, dragAndDropRows, renderRowActions]);\n\nexport default useTableColsWithAddons;\n"],"names":["augmentColumns","columns","augmentColumn","column","index","parentId","depth","id","Header","accessor","map","col","i","useTableColsWithAddons","renderRowActions","isExpandable","selectSingle","selection","dragAndDropRows","noSelectionColumn","useMemo","columnsWithAddons","unshift","expandRowColumn","singleSelectColumn","multiSelectColumn","dragHandleColumn","push","actionColumn"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAcA,IAAMA,cAAc,GAAG,SAAjBA,cAAiB,CAACC,OAAD,EAAqD;AAC1E,MAAMC,aAAa,GAAG,SAAhBA,aAAgB,CAACC,MAAD,EAA2BC,KAA3B,EAAyE;AAAA,QAA/BC,QAA+B,uEAApB,IAAoB;AAAA,QAAdC,KAAc,uEAAN,CAAM;AAC7F,QAAIC,EAAE,mBAAYH,KAAZ,CAAN;AACA,QAAI,OAAOD,MAAM,CAACK,MAAd,KAAyB,QAA7B,EAAuCD,EAAE,GAAGJ,MAAM,CAACK,MAAZ;AACvC,QAAI,OAAOL,MAAM,CAACM,QAAd,KAA2B,QAA/B,EAAyCF,EAAE,GAAGJ,MAAM,CAACM,QAAZ;AACzC,QAAIN,MAAM,CAACF,OAAX,EAAoBE,MAAM,CAACF,OAAP,GAAiBE,MAAM,CAACF,OAAP,CAAeS,GAAf,CAAmB,UAACC,GAAD,EAAMC,CAAN;AAAA,aAAYV,aAAa,CAACS,GAAD,EAAMC,CAAN,EAASL,EAAT,EAAaD,KAAK,GAAG,CAArB,CAAzB;AAAA,KAAnB,CAAjB;AACpB;AACEC,MAAAA,EAAE,EAAFA,EADF;AAEEF,MAAAA,QAAQ,EAARA,QAFF;AAGEC,MAAAA,KAAK,EAALA;AAHF,OAIKH,MAJL;
|
|
1
|
+
{"version":3,"file":"useTableColsWithAddons.js","sources":["../../../src/configs/useTableColsWithAddons.tsx"],"sourcesContent":["/* eslint-disable max-params */\nimport { createRef, useMemo } from 'react';\nimport { TypescriptColumn, TypescriptProps } from '../types/props';\n\nimport {\n dragHandleColumn,\n expandRowColumn,\n actionColumn,\n singleSelectColumn,\n multiSelectColumn,\n} from '../addons/Columns';\n\ntype useTableColsWithAddonsType = (config: TypescriptProps) => TypescriptColumn[];\n\nconst augmentColumns = (columns: TypescriptColumn[]): TypescriptColumn[] => {\n const augmentColumn = (column: TypescriptColumn, index: number, parentId = null, depth = 0) => {\n let id = `column${index}`;\n if (typeof column.Header === 'string') id = column.Header;\n if (typeof column.accessor === 'string') id = column.accessor;\n if (column.columns) column.columns = column.columns.map((col, i) => augmentColumn(col, i, id, depth + 1));\n return {\n id,\n parentId,\n depth,\n ...column,\n ref: createRef<HTMLTableColElement>(),\n };\n };\n return columns.map((col, index) => augmentColumn(col, index));\n};\n\nconst useTableColsWithAddons: useTableColsWithAddonsType = ({\n columns,\n renderRowActions,\n isExpandable,\n selectSingle,\n selection,\n dragAndDropRows,\n noSelectionColumn,\n}) =>\n useMemo(() => {\n const columnsWithAddons = [...augmentColumns(columns)];\n\n if (isExpandable) columnsWithAddons.unshift(expandRowColumn);\n if (selection && !noSelectionColumn)\n if (selectSingle) columnsWithAddons.unshift(singleSelectColumn);\n else columnsWithAddons.unshift(multiSelectColumn);\n if (dragAndDropRows) columnsWithAddons.unshift(dragHandleColumn);\n if (renderRowActions) columnsWithAddons.push(actionColumn(renderRowActions));\n\n return columnsWithAddons;\n }, [columns, isExpandable, selection, noSelectionColumn, selectSingle, dragAndDropRows, renderRowActions]);\n\nexport default useTableColsWithAddons;\n"],"names":["augmentColumns","columns","augmentColumn","column","index","parentId","depth","id","Header","accessor","map","col","i","ref","createRef","useTableColsWithAddons","renderRowActions","isExpandable","selectSingle","selection","dragAndDropRows","noSelectionColumn","useMemo","columnsWithAddons","unshift","expandRowColumn","singleSelectColumn","multiSelectColumn","dragHandleColumn","push","actionColumn"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAcA,IAAMA,cAAc,GAAG,SAAjBA,cAAiB,CAACC,OAAD,EAAqD;AAC1E,MAAMC,aAAa,GAAG,SAAhBA,aAAgB,CAACC,MAAD,EAA2BC,KAA3B,EAAyE;AAAA,QAA/BC,QAA+B,uEAApB,IAAoB;AAAA,QAAdC,KAAc,uEAAN,CAAM;AAC7F,QAAIC,EAAE,mBAAYH,KAAZ,CAAN;AACA,QAAI,OAAOD,MAAM,CAACK,MAAd,KAAyB,QAA7B,EAAuCD,EAAE,GAAGJ,MAAM,CAACK,MAAZ;AACvC,QAAI,OAAOL,MAAM,CAACM,QAAd,KAA2B,QAA/B,EAAyCF,EAAE,GAAGJ,MAAM,CAACM,QAAZ;AACzC,QAAIN,MAAM,CAACF,OAAX,EAAoBE,MAAM,CAACF,OAAP,GAAiBE,MAAM,CAACF,OAAP,CAAeS,GAAf,CAAmB,UAACC,GAAD,EAAMC,CAAN;AAAA,aAAYV,aAAa,CAACS,GAAD,EAAMC,CAAN,EAASL,EAAT,EAAaD,KAAK,GAAG,CAArB,CAAzB;AAAA,KAAnB,CAAjB;AACpB;AACEC,MAAAA,EAAE,EAAFA,EADF;AAEEF,MAAAA,QAAQ,EAARA,QAFF;AAGEC,MAAAA,KAAK,EAALA;AAHF,OAIKH,MAJL;AAKEU,MAAAA,GAAG,eAAEC,SAAS;AALhB;AAOD,GAZD;;AAaA,SAAOb,OAAO,CAACS,GAAR,CAAY,UAACC,GAAD,EAAMP,KAAN;AAAA,WAAgBF,aAAa,CAACS,GAAD,EAAMP,KAAN,CAA7B;AAAA,GAAZ,CAAP;AACD,CAfD;;IAiBMW,sBAAkD,GAAG,SAArDA,sBAAqD;AAAA,MACzDd,OADyD,QACzDA,OADyD;AAAA,MAEzDe,gBAFyD,QAEzDA,gBAFyD;AAAA,MAGzDC,YAHyD,QAGzDA,YAHyD;AAAA,MAIzDC,YAJyD,QAIzDA,YAJyD;AAAA,MAKzDC,SALyD,QAKzDA,SALyD;AAAA,MAMzDC,eANyD,QAMzDA,eANyD;AAAA,MAOzDC,iBAPyD,QAOzDA,iBAPyD;AAAA,SASzDC,OAAO,CAAC,YAAM;AACZ,QAAMC,iBAAiB,sBAAOvB,cAAc,CAACC,OAAD,CAArB,CAAvB;;AAEA,QAAIgB,YAAJ,EAAkBM,iBAAiB,CAACC,OAAlB,CAA0BC,eAA1B;AAClB,QAAIN,SAAS,IAAI,CAACE,iBAAlB,EACE,IAAIH,YAAJ,EAAkBK,iBAAiB,CAACC,OAAlB,CAA0BE,kBAA1B,EAAlB,KACKH,iBAAiB,CAACC,OAAlB,CAA0BG,iBAA1B;AACP,QAAIP,eAAJ,EAAqBG,iBAAiB,CAACC,OAAlB,CAA0BI,gBAA1B;AACrB,QAAIZ,gBAAJ,EAAsBO,iBAAiB,CAACM,IAAlB,CAAuBC,YAAY,CAACd,gBAAD,CAAnC;AAEtB,WAAOO,iBAAP;AACD,GAXM,EAWJ,CAACtB,OAAD,EAAUgB,YAAV,EAAwBE,SAAxB,EAAmCE,iBAAnC,EAAsDH,YAAtD,EAAoEE,eAApE,EAAqFJ,gBAArF,CAXI,CATkD;AAAA;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '@babel/runtime/helpers/esm/slicedToArray';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
export { E as EditableCell } from '../styled-
|
|
4
|
+
export { E as EditableCell } from '../styled-2aa33852.js';
|
|
5
5
|
import '../DataTableContext.js';
|
|
6
6
|
import 'styled-components';
|
|
7
7
|
import '@elliemae/ds-grid';
|
|
@@ -10,7 +10,7 @@ import '../configs/useRowFlattenization.js';
|
|
|
10
10
|
import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
11
11
|
import '@babel/runtime/helpers/esm/defineProperty';
|
|
12
12
|
import '@elliemae/ds-icons';
|
|
13
|
-
export { F as FilterPopover } from '../styled-
|
|
13
|
+
export { F as FilterPopover } from '../styled-2aa33852.js';
|
|
14
14
|
import '@elliemae/ds-form/Checkbox';
|
|
15
15
|
import '@elliemae/ds-form/Radio';
|
|
16
16
|
import '@elliemae/ds-grid';
|
|
@@ -2,7 +2,7 @@ import '@babel/runtime/helpers/esm/defineProperty';
|
|
|
2
2
|
import './singleSelectFilterFn.js';
|
|
3
3
|
import './multiSelectFilterFn.js';
|
|
4
4
|
import './textFilterFn.js';
|
|
5
|
-
export { a as applyOutOfTheBoxFilters } from '../../styled-
|
|
5
|
+
export { a as applyOutOfTheBoxFilters } from '../../styled-2aa33852.js';
|
|
6
6
|
import './numberRangeFilterFn.js';
|
|
7
7
|
import '../FilterTypes.js';
|
|
8
8
|
import 'styled-components';
|
|
@@ -8,7 +8,7 @@ import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
|
8
8
|
import '@babel/runtime/helpers/esm/defineProperty';
|
|
9
9
|
import '@elliemae/ds-icons';
|
|
10
10
|
import 'styled-components';
|
|
11
|
-
export { d as dateRangeFilterFn } from '../../styled-
|
|
11
|
+
export { d as dateRangeFilterFn } from '../../styled-2aa33852.js';
|
|
12
12
|
import '@elliemae/ds-form/Checkbox';
|
|
13
13
|
import '@elliemae/ds-form/Radio';
|
|
14
14
|
import '@elliemae/ds-grid';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as applyOutOfTheBoxFilters, d as dateRangeFilterFn, s as singleDateFilterFn } from '../../styled-
|
|
1
|
+
export { a as applyOutOfTheBoxFilters, d as dateRangeFilterFn, s as singleDateFilterFn } from '../../styled-2aa33852.js';
|
|
2
2
|
export { textFilterFn } from './textFilterFn.js';
|
|
3
3
|
export { singleSelectFilterFn } from './singleSelectFilterFn.js';
|
|
4
4
|
export { multiSelectFilterFn } from './multiSelectFilterFn.js';
|
|
@@ -8,7 +8,7 @@ import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
|
8
8
|
import '@babel/runtime/helpers/esm/defineProperty';
|
|
9
9
|
import '@elliemae/ds-icons';
|
|
10
10
|
import 'styled-components';
|
|
11
|
-
export { s as singleDateFilterFn } from '../../styled-
|
|
11
|
+
export { s as singleDateFilterFn } from '../../styled-2aa33852.js';
|
|
12
12
|
import '@elliemae/ds-form/Checkbox';
|
|
13
13
|
import '@elliemae/ds-form/Radio';
|
|
14
14
|
import '@elliemae/ds-grid';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@babel/runtime/helpers/esm/extends';
|
|
2
2
|
import 'react';
|
|
3
|
-
export { p as DefaultRowContentRenderer } from '../../styled-
|
|
3
|
+
export { p as DefaultRowContentRenderer } from '../../styled-2aa33852.js';
|
|
4
4
|
import '../../configs/constants.js';
|
|
5
5
|
import '@babel/runtime/helpers/esm/slicedToArray';
|
|
6
6
|
import 'react-virtual';
|
|
@@ -2,7 +2,7 @@ import '@babel/runtime/helpers/esm/extends';
|
|
|
2
2
|
import '@babel/runtime/helpers/esm/defineProperty';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '../../DataTableContext.js';
|
|
5
|
-
export { q as default } from '../../styled-
|
|
5
|
+
export { q as default } from '../../styled-2aa33852.js';
|
|
6
6
|
import './useRowRendererProperties.js';
|
|
7
7
|
import '../../parts/DropIndicator.js';
|
|
8
8
|
import '../../parts/HoC/SortableItemContext.js';
|
|
@@ -7,7 +7,7 @@ import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
|
7
7
|
import '@babel/runtime/helpers/esm/defineProperty';
|
|
8
8
|
import '@elliemae/ds-icons';
|
|
9
9
|
import 'styled-components';
|
|
10
|
-
export { u as useRowRendererHandlers } from '../../styled-
|
|
10
|
+
export { u as useRowRendererHandlers } from '../../styled-2aa33852.js';
|
|
11
11
|
import '@elliemae/ds-form/Checkbox';
|
|
12
12
|
import '@elliemae/ds-form/Radio';
|
|
13
13
|
import '@elliemae/ds-grid';
|
|
@@ -10,7 +10,7 @@ import '../../configs/useRowFlattenization.js';
|
|
|
10
10
|
import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
11
11
|
import '@babel/runtime/helpers/esm/defineProperty';
|
|
12
12
|
import '@elliemae/ds-icons';
|
|
13
|
-
import '../../styled-
|
|
13
|
+
import '../../styled-2aa33852.js';
|
|
14
14
|
import '@elliemae/ds-form/Checkbox';
|
|
15
15
|
import '@elliemae/ds-form/Radio';
|
|
16
16
|
import '@elliemae/ds-grid';
|
|
@@ -12,7 +12,7 @@ import '../../helpers/getIdFromUniqueRowAccessor.js';
|
|
|
12
12
|
import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
13
13
|
import '@babel/runtime/helpers/esm/defineProperty';
|
|
14
14
|
import '@elliemae/ds-icons';
|
|
15
|
-
import '../../styled-
|
|
15
|
+
import '../../styled-2aa33852.js';
|
|
16
16
|
import '@elliemae/ds-grid';
|
|
17
17
|
import '@elliemae/ds-icons/EditPencil';
|
|
18
18
|
import '../../helpers/sizeToCss.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { E as EditableCell, F as FilterPopover, a as applyOutOfTheBoxFilters, d as dateRangeFilterFn, s as singleDateFilterFn } from '../styled-
|
|
1
|
+
export { E as EditableCell, F as FilterPopover, a as applyOutOfTheBoxFilters, d as dateRangeFilterFn, s as singleDateFilterFn } from '../styled-2aa33852.js';
|
|
2
2
|
export { Toolbar } from './Toolbar/Toolbar.js';
|
|
3
3
|
export { groupBy } from './groupBy.js';
|
|
4
4
|
export { FILTER_TYPES } from './FilterTypes.js';
|
|
@@ -7,7 +7,7 @@ import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
|
7
7
|
import '@babel/runtime/helpers/esm/defineProperty';
|
|
8
8
|
import '@elliemae/ds-icons';
|
|
9
9
|
import 'styled-components';
|
|
10
|
-
export { A as customCollisionDetection } from '../../../styled-
|
|
10
|
+
export { A as customCollisionDetection } from '../../../styled-2aa33852.js';
|
|
11
11
|
import '@elliemae/ds-form/Checkbox';
|
|
12
12
|
import '@elliemae/ds-form/Radio';
|
|
13
13
|
import '@elliemae/ds-grid';
|
|
@@ -8,7 +8,7 @@ import '../../../configs/useRowFlattenization.js';
|
|
|
8
8
|
import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
9
9
|
import '@elliemae/ds-icons';
|
|
10
10
|
import 'styled-components';
|
|
11
|
-
export { z as getHierarchyKeyboardCoordinates } from '../../../styled-
|
|
11
|
+
export { z as getHierarchyKeyboardCoordinates } from '../../../styled-2aa33852.js';
|
|
12
12
|
import '@elliemae/ds-form/Checkbox';
|
|
13
13
|
import '@elliemae/ds-form/Radio';
|
|
14
14
|
import '@elliemae/ds-grid';
|
|
@@ -3,7 +3,7 @@ import '@babel/runtime/helpers/esm/defineProperty';
|
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@dnd-kit/core';
|
|
5
5
|
import './useHierarchyActionHandlers.js';
|
|
6
|
-
export { B as default } from '../../../styled-
|
|
6
|
+
export { B as default } from '../../../styled-2aa33852.js';
|
|
7
7
|
import './useHierarchyAnnouncements.js';
|
|
8
8
|
import 'styled-components';
|
|
9
9
|
import '@elliemae/ds-grid';
|
|
@@ -7,7 +7,7 @@ import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
|
7
7
|
import '@babel/runtime/helpers/esm/defineProperty';
|
|
8
8
|
import '@elliemae/ds-icons';
|
|
9
9
|
import 'styled-components';
|
|
10
|
-
export { y as useHierarchyPreviewHandlers } from '../../../styled-
|
|
10
|
+
export { y as useHierarchyPreviewHandlers } from '../../../styled-2aa33852.js';
|
|
11
11
|
import '@elliemae/ds-form/Checkbox';
|
|
12
12
|
import '@elliemae/ds-form/Radio';
|
|
13
13
|
import '@elliemae/ds-grid';
|
package/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { DataTable, DataTableWithSchema } from './DataTable.js';
|
|
2
|
-
export { E as EditableCell, F as FilterPopover, a as applyOutOfTheBoxFilters, d as dateRangeFilterFn, s as singleDateFilterFn } from './styled-
|
|
2
|
+
export { E as EditableCell, F as FilterPopover, a as applyOutOfTheBoxFilters, d as dateRangeFilterFn, s as singleDateFilterFn } from './styled-2aa33852.js';
|
|
3
3
|
export { Toolbar } from './exported-related/Toolbar/Toolbar.js';
|
|
4
4
|
export { groupBy } from './exported-related/groupBy.js';
|
|
5
5
|
export { FILTER_TYPES } from './exported-related/FilterTypes.js';
|
package/esm/parts/Cells/Cell.js
CHANGED
|
@@ -4,7 +4,7 @@ import '@babel/runtime/helpers/esm/slicedToArray';
|
|
|
4
4
|
import 'react';
|
|
5
5
|
import '@elliemae/ds-truncated-tooltip-text';
|
|
6
6
|
import '@elliemae/ds-grid';
|
|
7
|
-
export { l as default } from '../../styled-
|
|
7
|
+
export { l as default } from '../../styled-2aa33852.js';
|
|
8
8
|
import '../../DataTableContext.js';
|
|
9
9
|
import '../HoC/SortableItemContext.js';
|
|
10
10
|
import '@elliemae/ds-form/Checkbox';
|
package/esm/parts/Cells/index.js
CHANGED
package/esm/parts/DnDHandle.js
CHANGED
|
@@ -10,7 +10,7 @@ import 'react-virtual';
|
|
|
10
10
|
import '../configs/useRowFlattenization.js';
|
|
11
11
|
import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
12
12
|
import '@elliemae/ds-icons';
|
|
13
|
-
export { D as default } from '../styled-
|
|
13
|
+
export { D as default } from '../styled-2aa33852.js';
|
|
14
14
|
import '@elliemae/ds-form/Checkbox';
|
|
15
15
|
import '@elliemae/ds-form/Radio';
|
|
16
16
|
import '@elliemae/ds-grid';
|
|
@@ -11,7 +11,7 @@ import { DATA_TESTID } from '../../configs/constants.js';
|
|
|
11
11
|
import 'react-virtual';
|
|
12
12
|
import '../../configs/useRowFlattenization.js';
|
|
13
13
|
import '@elliemae/ds-icons';
|
|
14
|
-
import '../../styled-
|
|
14
|
+
import '../../styled-2aa33852.js';
|
|
15
15
|
import '@elliemae/ds-form/Checkbox';
|
|
16
16
|
import '@elliemae/ds-form/Radio';
|
|
17
17
|
import '@elliemae/ds-grid';
|
|
@@ -24,7 +24,7 @@ import 'react-virtual';
|
|
|
24
24
|
import '../../configs/useRowFlattenization.js';
|
|
25
25
|
import '../../helpers/getIdFromUniqueRowAccessor.js';
|
|
26
26
|
import '@elliemae/ds-icons';
|
|
27
|
-
import '../../styled-
|
|
27
|
+
import '../../styled-2aa33852.js';
|
|
28
28
|
import '@elliemae/ds-grid';
|
|
29
29
|
import '@elliemae/ds-icons/EditPencil';
|
|
30
30
|
import '../../helpers/sizeToCss.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
2
2
|
import '@babel/runtime/helpers/esm/defineProperty';
|
|
3
3
|
import 'react';
|
|
4
|
-
export { O as FilterMapItem } from '../../styled-
|
|
4
|
+
export { O as FilterMapItem } from '../../styled-2aa33852.js';
|
|
5
5
|
import '@babel/runtime/helpers/esm/slicedToArray';
|
|
6
6
|
import '@elliemae/ds-button';
|
|
7
7
|
import '@elliemae/ds-popperjs';
|
|
@@ -3,7 +3,7 @@ import 'react';
|
|
|
3
3
|
import 'react-redux';
|
|
4
4
|
import '@elliemae/ds-grid';
|
|
5
5
|
import '../../redux/reducers/index.js';
|
|
6
|
-
export { V as HeaderCell } from '../../styled-
|
|
6
|
+
export { V as HeaderCell } from '../../styled-2aa33852.js';
|
|
7
7
|
import '../../DataTableContext.js';
|
|
8
8
|
import '../SortByCaret.js';
|
|
9
9
|
import '@elliemae/ds-circular-progress-indicator';
|
|
@@ -2,7 +2,7 @@ import 'react';
|
|
|
2
2
|
import '@elliemae/ds-grid';
|
|
3
3
|
import 'styled-components';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
export { X as HeaderCellGroup } from '../../styled-
|
|
5
|
+
export { X as HeaderCellGroup } from '../../styled-2aa33852.js';
|
|
6
6
|
import '../HoC/SortableItemContext.js';
|
|
7
7
|
import '../DropIndicator.js';
|
|
8
8
|
import '../SortableHeaderCell.js';
|
|
@@ -9,7 +9,7 @@ import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
|
9
9
|
import '@babel/runtime/helpers/esm/defineProperty';
|
|
10
10
|
import '@elliemae/ds-icons';
|
|
11
11
|
import 'styled-components';
|
|
12
|
-
export { U as HeaderCellTitle } from '../../styled-
|
|
12
|
+
export { U as HeaderCellTitle } from '../../styled-2aa33852.js';
|
|
13
13
|
import '@elliemae/ds-form/Checkbox';
|
|
14
14
|
import '@elliemae/ds-form/Radio';
|
|
15
15
|
import '@elliemae/ds-grid';
|
|
@@ -8,7 +8,7 @@ import '../../configs/useRowFlattenization.js';
|
|
|
8
8
|
import '@babel/runtime/helpers/esm/toConsumableArray';
|
|
9
9
|
import '@elliemae/ds-icons';
|
|
10
10
|
import 'styled-components';
|
|
11
|
-
export { Q as HeaderResizer } from '../../styled-
|
|
11
|
+
export { Q as HeaderResizer } from '../../styled-2aa33852.js';
|
|
12
12
|
import '@elliemae/ds-form/Checkbox';
|
|
13
13
|
import '@elliemae/ds-form/Radio';
|
|
14
14
|
import '@elliemae/ds-grid';
|
|
@@ -3,7 +3,7 @@ import 'react';
|
|
|
3
3
|
import '@dnd-kit/core';
|
|
4
4
|
import '@dnd-kit/sortable';
|
|
5
5
|
import './DragOverlayContext.js';
|
|
6
|
-
export { G as DnDGroupContext, H as withConditionalDnDColumnContext } from '../../styled-
|
|
6
|
+
export { G as DnDGroupContext, H as withConditionalDnDColumnContext } from '../../styled-2aa33852.js';
|
|
7
7
|
import '../../DataTableContext.js';
|
|
8
8
|
import 'styled-components';
|
|
9
9
|
import '@elliemae/ds-grid';
|