@elliemae/ds-data-table-drag-and-drop-cell 3.49.0-rc.8 → 3.49.0
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.
|
@@ -35,7 +35,7 @@ __export(constants_exports, {
|
|
|
35
35
|
module.exports = __toCommonJS(constants_exports);
|
|
36
36
|
var React = __toESM(require("react"));
|
|
37
37
|
var import_ds_system = require("@elliemae/ds-system");
|
|
38
|
-
const DSDataTableDragAndDropCellName = "
|
|
38
|
+
const DSDataTableDragAndDropCellName = "DSDatatabledraganddropcell";
|
|
39
39
|
const DATA_TABLE_DRAG_AND_DROP_CELL_SLOTS = {
|
|
40
40
|
ROOT: "root",
|
|
41
41
|
GRIPPER: "gripper"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/constants/index.ts", "../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSDataTableDragAndDropCellName = '
|
|
4
|
+
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSDataTableDragAndDropCellName = 'DSDatatabledraganddropcell';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const DATA_TABLE_DRAG_AND_DROP_CELL_SLOTS = {\n ROOT: 'root',\n GRIPPER: 'gripper',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const DATA_TABLE_DRAG_AND_DROP_CELL_DATA_TESTID = slotObjectToDataTestIds(\n DSDataTableDragAndDropCellName,\n DATA_TABLE_DRAG_AND_DROP_CELL_SLOTS,\n);\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAwC;AAEjC,MAAM,iCAAiC;AAGvC,MAAM,sCAAsC;AAAA,EACjD,MAAM;AAAA,EACN,SAAS;AACX;AAGO,MAAM,gDAA4C;AAAA,EACvD;AAAA,EACA;AACF;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { slotObjectToDataTestIds } from "@elliemae/ds-system";
|
|
3
|
-
const DSDataTableDragAndDropCellName = "
|
|
3
|
+
const DSDataTableDragAndDropCellName = "DSDatatabledraganddropcell";
|
|
4
4
|
const DATA_TABLE_DRAG_AND_DROP_CELL_SLOTS = {
|
|
5
5
|
ROOT: "root",
|
|
6
6
|
GRIPPER: "gripper"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/constants/index.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSDataTableDragAndDropCellName = '
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSDataTableDragAndDropCellName = 'DSDatatabledraganddropcell';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const DATA_TABLE_DRAG_AND_DROP_CELL_SLOTS = {\n ROOT: 'root',\n GRIPPER: 'gripper',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const DATA_TABLE_DRAG_AND_DROP_CELL_DATA_TESTID = slotObjectToDataTestIds(\n DSDataTableDragAndDropCellName,\n DATA_TABLE_DRAG_AND_DROP_CELL_SLOTS,\n);\n"],
|
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,+BAA+B;AAEjC,MAAM,iCAAiC;AAGvC,MAAM,sCAAsC;AAAA,EACjD,MAAM;AAAA,EACN,SAAS;AACX;AAGO,MAAM,4CAA4C;AAAA,EACvD;AAAA,EACA;AACF;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const DSDataTableDragAndDropCellName = "
|
|
1
|
+
export declare const DSDataTableDragAndDropCellName = "DSDatatabledraganddropcell";
|
|
2
2
|
export declare const DATA_TABLE_DRAG_AND_DROP_CELL_SLOTS: {
|
|
3
3
|
readonly ROOT: "root";
|
|
4
4
|
readonly GRIPPER: "gripper";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-data-table-drag-and-drop-cell",
|
|
3
|
-
"version": "3.49.0
|
|
3
|
+
"version": "3.49.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Data Table Drag And Drop Cell",
|
|
6
6
|
"files": [
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"url": "https://git.elliemae.io/platform-ui/dimsum.git"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
28
|
-
"pnpm": ">=
|
|
29
|
-
"node": ">=
|
|
28
|
+
"pnpm": ">=9",
|
|
29
|
+
"node": ">=22"
|
|
30
30
|
},
|
|
31
31
|
"author": "ICE MT",
|
|
32
32
|
"jestSonar": {
|
|
@@ -37,16 +37,18 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@xstyled/styled-components": "~3.6.0",
|
|
40
|
-
"@elliemae/ds-data-table-cell": "3.49.0
|
|
41
|
-
"@elliemae/ds-icons": "3.49.0
|
|
42
|
-
"@elliemae/ds-props-helpers": "3.49.0
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
40
|
+
"@elliemae/ds-data-table-cell": "3.49.0",
|
|
41
|
+
"@elliemae/ds-icons": "3.49.0",
|
|
42
|
+
"@elliemae/ds-props-helpers": "3.49.0",
|
|
43
|
+
"@elliemae/ds-typescript-helpers": "3.49.0",
|
|
44
|
+
"@elliemae/ds-system": "3.49.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
48
|
+
"jest": "~29.7.0",
|
|
49
|
+
"jest-cli": "~29.7.0",
|
|
48
50
|
"styled-components": "~5.3.9",
|
|
49
|
-
"@elliemae/ds-monorepo-devops": "3.49.0
|
|
51
|
+
"@elliemae/ds-monorepo-devops": "3.49.0"
|
|
50
52
|
},
|
|
51
53
|
"peerDependencies": {
|
|
52
54
|
"@testing-library/jest-dom": "~5.16.4",
|