@elliemae/ds-datagrids 2.0.0 → 2.1.0-rc.1
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/DataGridImpl.js +2 -2
- package/cjs/PaginatedDataGrid.js +2 -2
- package/cjs/components/BodyCell.js +2 -2
- package/cjs/components/BodyList.js +2 -2
- package/cjs/components/HeaderCell.js +2 -2
- package/cjs/components/List.js +2 -2
- package/cjs/components/ListItem.js +2 -2
- package/cjs/components/NoResults.js +2 -2
- package/cjs/components/Table.js +2 -2
- package/cjs/components/TableBody.js +2 -2
- package/cjs/components/TableHeader.js +2 -2
- package/cjs/plugins/body-header-scroll-sync/BodyHeaderScrollSyncPlugin.js +2 -2
- package/cjs/plugins/column-dnd/DndColumnsPlugin.js +2 -2
- package/cjs/plugins/column-sizing/columnMeasurerTransformer.js +2 -2
- package/cjs/plugins/column-sizing/ext-points/getTableProps.js +2 -2
- package/cjs/plugins/column-sizing/useColumnSizeService.js +2 -2
- package/cjs/plugins/custom-cell-renderer/addCustomRendererToCell.js +2 -2
- package/cjs/plugins/custom-cell-renderer/getRendererComponent.js +2 -2
- package/cjs/plugins/editable/EditableComponents/ComboBox.js +2 -2
- package/cjs/plugins/editable/EditableComponents/TextBox.js +2 -2
- package/cjs/plugins/editable/decorateEditable.js +2 -2
- package/cjs/plugins/editable/getEditorComponent.js +2 -2
- package/cjs/plugins/expandable-grid/ExpandableColumn.js +2 -2
- package/cjs/plugins/expandable-grid/ExpandablePlugin.js +2 -2
- package/cjs/plugins/expandable-grid/ExpandedRow.js +2 -2
- package/cjs/plugins/expandable-grid/ExpandedRowExtra.js +2 -2
- package/cjs/plugins/export-data/ExportDataPlugin.js +2 -2
- package/cjs/plugins/filterable/addFilterToColumn.js +2 -2
- package/cjs/plugins/filterable/components/FilterableHeader.js +2 -2
- package/cjs/plugins/filterable/components/filterable-menus/TextFilterMenu.js +2 -2
- package/cjs/plugins/filterable/filtering-helper/filterRowsByQuery.js +2 -2
- package/cjs/plugins/filterable/helper.js +2 -2
- package/cjs/plugins/filterable/useFilterableState.js +2 -2
- package/cjs/plugins/grouping-grid/GroupingPlugin.js +2 -2
- package/cjs/plugins/infinite-scrolling/InfiniteScrollPlugin.js +2 -2
- package/cjs/plugins/pagination/PaginationPlugin.js +2 -2
- package/cjs/plugins/pagination/components/PerPageDropdown.js +2 -2
- package/cjs/plugins/pagination/usePaginationState.js +2 -2
- package/cjs/plugins/resizable/decorateResizable.js +2 -2
- package/cjs/plugins/row-dnd/DndRowsPlugin.js +2 -2
- package/cjs/plugins/selectable/addSelectableColumn.js +2 -2
- package/cjs/plugins/selectable/helper.js +2 -2
- package/cjs/plugins/selectable/selectableFormatter.js +2 -2
- package/cjs/plugins/selectable/useSelectableState.js +2 -2
- package/cjs/plugins/sortable/sortTree.js +2 -2
- package/cjs/plugins/sortable/sorter.js +2 -2
- package/cjs/plugins/sortable/useSortableState.js +2 -2
- package/cjs/plugins/toolbar/RowRenderer.js +2 -2
- package/cjs/plugins/toolbar/ToolbarTrigger.js +2 -2
- package/cjs/plugins/virtualization/AutoHeightList.js +2 -2
- package/cjs/plugins/virtualization/VirtualizationPlugin.js +2 -2
- package/cjs/plugins/virtualization/VirtualizedBody.js +2 -2
- package/cjs/utilities/normalizeData.js +2 -2
- package/esm/DataGridImpl.js +2 -2
- package/esm/PaginatedDataGrid.js +2 -2
- package/esm/components/BodyCell.js +2 -2
- package/esm/components/BodyList.js +2 -2
- package/esm/components/HeaderCell.js +2 -2
- package/esm/components/List.js +2 -2
- package/esm/components/ListItem.js +2 -2
- package/esm/components/NoResults.js +2 -2
- package/esm/components/Table.js +2 -2
- package/esm/components/TableBody.js +2 -2
- package/esm/components/TableHeader.js +2 -2
- package/esm/plugins/body-header-scroll-sync/BodyHeaderScrollSyncPlugin.js +2 -2
- package/esm/plugins/column-dnd/DndColumnsPlugin.js +2 -2
- package/esm/plugins/column-sizing/columnMeasurerTransformer.js +2 -2
- package/esm/plugins/column-sizing/ext-points/getTableProps.js +2 -2
- package/esm/plugins/column-sizing/useColumnSizeService.js +2 -2
- package/esm/plugins/custom-cell-renderer/addCustomRendererToCell.js +2 -2
- package/esm/plugins/custom-cell-renderer/getRendererComponent.js +2 -2
- package/esm/plugins/editable/EditableComponents/ComboBox.js +2 -2
- package/esm/plugins/editable/EditableComponents/TextBox.js +2 -2
- package/esm/plugins/editable/decorateEditable.js +2 -2
- package/esm/plugins/editable/getEditorComponent.js +2 -2
- package/esm/plugins/expandable-grid/ExpandableColumn.js +2 -2
- package/esm/plugins/expandable-grid/ExpandablePlugin.js +2 -2
- package/esm/plugins/expandable-grid/ExpandedRow.js +2 -2
- package/esm/plugins/expandable-grid/ExpandedRowExtra.js +2 -2
- package/esm/plugins/export-data/ExportDataPlugin.js +2 -2
- package/esm/plugins/filterable/addFilterToColumn.js +2 -2
- package/esm/plugins/filterable/components/FilterableHeader.js +2 -2
- package/esm/plugins/filterable/components/filterable-menus/TextFilterMenu.js +2 -2
- package/esm/plugins/filterable/filtering-helper/filterRowsByQuery.js +2 -2
- package/esm/plugins/filterable/helper.js +2 -2
- package/esm/plugins/filterable/useFilterableState.js +2 -2
- package/esm/plugins/grouping-grid/GroupingPlugin.js +2 -2
- package/esm/plugins/infinite-scrolling/InfiniteScrollPlugin.js +2 -2
- package/esm/plugins/pagination/PaginationPlugin.js +2 -2
- package/esm/plugins/pagination/components/PerPageDropdown.js +2 -2
- package/esm/plugins/pagination/usePaginationState.js +2 -2
- package/esm/plugins/resizable/decorateResizable.js +2 -2
- package/esm/plugins/row-dnd/DndRowsPlugin.js +2 -2
- package/esm/plugins/selectable/addSelectableColumn.js +2 -2
- package/esm/plugins/selectable/helper.js +2 -2
- package/esm/plugins/selectable/selectableFormatter.js +2 -2
- package/esm/plugins/selectable/useSelectableState.js +2 -2
- package/esm/plugins/sortable/sortTree.js +2 -2
- package/esm/plugins/sortable/sorter.js +2 -2
- package/esm/plugins/sortable/useSortableState.js +2 -2
- package/esm/plugins/toolbar/RowRenderer.js +2 -2
- package/esm/plugins/toolbar/ToolbarTrigger.js +2 -2
- package/esm/plugins/virtualization/AutoHeightList.js +2 -2
- package/esm/plugins/virtualization/VirtualizationPlugin.js +2 -2
- package/esm/plugins/virtualization/VirtualizedBody.js +2 -2
- package/esm/utilities/normalizeData.js +2 -2
- package/package.json +20 -20
- package/types/DSDataGrid.d.ts +208 -208
|
@@ -8,9 +8,9 @@ import 'core-js/modules/esnext.iterator.constructor.js';
|
|
|
8
8
|
import 'core-js/modules/esnext.iterator.for-each.js';
|
|
9
9
|
import 'core-js/modules/es.string.replace.js';
|
|
10
10
|
|
|
11
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
|
11
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
12
12
|
|
|
13
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
13
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
14
14
|
const normalizeRows = rows => rows.map(row => {
|
|
15
15
|
Object.keys(row).forEach(key => row[normalizeText(key)] = row[key]);
|
|
16
16
|
return row;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-datagrids",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.1.0-rc.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Data Grids",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -541,25 +541,25 @@
|
|
|
541
541
|
"generateSubmodules": true
|
|
542
542
|
},
|
|
543
543
|
"dependencies": {
|
|
544
|
-
"@elliemae/ds-basic": "2.0.
|
|
545
|
-
"@elliemae/ds-button": "2.0.
|
|
546
|
-
"@elliemae/ds-classnames": "2.0.
|
|
547
|
-
"@elliemae/ds-controlled-form": "2.0.
|
|
548
|
-
"@elliemae/ds-datagrids": "2.0.
|
|
549
|
-
"@elliemae/ds-dropdownmenu": "2.0.
|
|
550
|
-
"@elliemae/ds-filterbar": "2.0.
|
|
551
|
-
"@elliemae/ds-form": "2.0.
|
|
552
|
-
"@elliemae/ds-grid": "2.0.
|
|
553
|
-
"@elliemae/ds-icons": "2.0.
|
|
554
|
-
"@elliemae/ds-menu": "2.0.
|
|
555
|
-
"@elliemae/ds-popper": "2.0.
|
|
556
|
-
"@elliemae/ds-separator": "2.0.
|
|
557
|
-
"@elliemae/ds-shared": "2.0.
|
|
558
|
-
"@elliemae/ds-spinner": "2.0.
|
|
559
|
-
"@elliemae/ds-system": "2.0.
|
|
560
|
-
"@elliemae/ds-toolbar": "2.0.
|
|
561
|
-
"@elliemae/ds-truncated-tooltip-text": "2.0.
|
|
562
|
-
"@elliemae/ds-utilities": "2.0.
|
|
544
|
+
"@elliemae/ds-basic": "2.1.0-rc.1",
|
|
545
|
+
"@elliemae/ds-button": "2.1.0-rc.1",
|
|
546
|
+
"@elliemae/ds-classnames": "2.1.0-rc.1",
|
|
547
|
+
"@elliemae/ds-controlled-form": "2.1.0-rc.1",
|
|
548
|
+
"@elliemae/ds-datagrids": "2.1.0-rc.1",
|
|
549
|
+
"@elliemae/ds-dropdownmenu": "2.1.0-rc.1",
|
|
550
|
+
"@elliemae/ds-filterbar": "2.1.0-rc.1",
|
|
551
|
+
"@elliemae/ds-form": "2.1.0-rc.1",
|
|
552
|
+
"@elliemae/ds-grid": "2.1.0-rc.1",
|
|
553
|
+
"@elliemae/ds-icons": "2.1.0-rc.1",
|
|
554
|
+
"@elliemae/ds-menu": "2.1.0-rc.1",
|
|
555
|
+
"@elliemae/ds-popper": "2.1.0-rc.1",
|
|
556
|
+
"@elliemae/ds-separator": "2.1.0-rc.1",
|
|
557
|
+
"@elliemae/ds-shared": "2.1.0-rc.1",
|
|
558
|
+
"@elliemae/ds-spinner": "2.1.0-rc.1",
|
|
559
|
+
"@elliemae/ds-system": "2.1.0-rc.1",
|
|
560
|
+
"@elliemae/ds-toolbar": "2.1.0-rc.1",
|
|
561
|
+
"@elliemae/ds-truncated-tooltip-text": "2.1.0-rc.1",
|
|
562
|
+
"@elliemae/ds-utilities": "2.1.0-rc.1",
|
|
563
563
|
"comparejs": "~1.0.3",
|
|
564
564
|
"memoize-one": "~5.1.1",
|
|
565
565
|
"moment": "~2.29.1",
|