@elliemae/ds-data-table-drag-and-drop-cell 3.61.11 → 3.70.0-alpha.9
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/react-desc-prop-types.ts", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
4
|
+
"sourcesContent": ["import type { XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';\nimport { PropTypes, xstyledPropTypes, getPropsPerSlotPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport type { WeakValidationMap } from 'react';\nimport { DSDataTableDragAndDropCellName, DATA_TABLE_DRAG_AND_DROP_CELL_SLOTS } from './constants/index.js';\n\nexport declare namespace DSDataTableDragAndDropCellT {\n export interface RequiredProps {}\n\n export interface DefaultProps {\n disabled: boolean;\n active: boolean;\n shouldShowFocus: boolean;\n }\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDataTableDragAndDropCellName,\n typeof DATA_TABLE_DRAG_AND_DROP_CELL_SLOTS\n > {\n className?: string;\n }\n\n export interface Props extends Partial<DefaultProps>, OptionalProps, XstyledProps, RequiredProps {}\n\n export interface InternalProps extends DefaultProps, OptionalProps, XstyledProps, RequiredProps {}\n}\n\nexport const defaultProps: DSDataTableDragAndDropCellT.DefaultProps = {\n disabled: false,\n active: false,\n shouldShowFocus: true,\n};\n\nexport const DSDataTableDragAndDropCellPropTypes: DSPropTypesSchema<DSDataTableDragAndDropCellT.Props> = {\n ...xstyledPropTypes,\n ...getPropsPerSlotPropTypes(DSDataTableDragAndDropCellName, DATA_TABLE_DRAG_AND_DROP_CELL_SLOTS),\n className: PropTypes.string.description('className for the wrapper'),\n disabled: PropTypes.bool.description('Whether its disabled or not'),\n active: PropTypes.bool.description('Whether its active or not'),\n shouldShowFocus: PropTypes.bool.description('Whether its should the focus or not'),\n};\n\nexport const DSDataTableDragAndDropCellPropTypesSchema =\n DSDataTableDragAndDropCellPropTypes as unknown as WeakValidationMap<DSDataTableDragAndDropCellT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,8BAAsE;AAGtE,uBAAoF;AAuB7E,MAAM,eAAyD;AAAA,EACpE,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,iBAAiB;AACnB;AAEO,MAAM,sCAA4F;AAAA,EACvG,GAAG;AAAA,EACH,OAAG,kDAAyB,iDAAgC,oDAAmC;AAAA,EAC/F,WAAW,kCAAU,OAAO,YAAY,2BAA2B;AAAA,EACnE,UAAU,kCAAU,KAAK,YAAY,6BAA6B;AAAA,EAClE,QAAQ,kCAAU,KAAK,YAAY,2BAA2B;AAAA,EAC9D,iBAAiB,kCAAU,KAAK,YAAY,qCAAqC;AACnF;AAEO,MAAM,4CACX;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/react-desc-prop-types.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import type { XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';\nimport { PropTypes, xstyledPropTypes, getPropsPerSlotPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport type { WeakValidationMap } from 'react';\nimport { DSDataTableDragAndDropCellName, DATA_TABLE_DRAG_AND_DROP_CELL_SLOTS } from './constants/index.js';\n\nexport declare namespace DSDataTableDragAndDropCellT {\n export interface RequiredProps {}\n\n export interface DefaultProps {\n disabled: boolean;\n active: boolean;\n shouldShowFocus: boolean;\n }\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDataTableDragAndDropCellName,\n typeof DATA_TABLE_DRAG_AND_DROP_CELL_SLOTS\n > {\n className?: string;\n }\n\n export interface Props extends Partial<DefaultProps>, OptionalProps, XstyledProps, RequiredProps {}\n\n export interface InternalProps extends DefaultProps, OptionalProps, XstyledProps, RequiredProps {}\n}\n\nexport const defaultProps: DSDataTableDragAndDropCellT.DefaultProps = {\n disabled: false,\n active: false,\n shouldShowFocus: true,\n};\n\nexport const DSDataTableDragAndDropCellPropTypes: DSPropTypesSchema<DSDataTableDragAndDropCellT.Props> = {\n ...xstyledPropTypes,\n ...getPropsPerSlotPropTypes(DSDataTableDragAndDropCellName, DATA_TABLE_DRAG_AND_DROP_CELL_SLOTS),\n className: PropTypes.string.description('className for the wrapper'),\n disabled: PropTypes.bool.description('Whether its disabled or not'),\n active: PropTypes.bool.description('Whether its active or not'),\n shouldShowFocus: PropTypes.bool.description('Whether its should the focus or not'),\n};\n\nexport const DSDataTableDragAndDropCellPropTypesSchema =\n DSDataTableDragAndDropCellPropTypes as unknown as WeakValidationMap<DSDataTableDragAndDropCellT.Props>;\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACCvB,SAAS,WAAW,kBAAkB,gCAAgC;AAGtE,SAAS,gCAAgC,2CAA2C;AAuB7E,MAAM,eAAyD;AAAA,EACpE,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,iBAAiB;AACnB;AAEO,MAAM,sCAA4F;AAAA,EACvG,GAAG;AAAA,EACH,GAAG,yBAAyB,gCAAgC,mCAAmC;AAAA,EAC/F,WAAW,UAAU,OAAO,YAAY,2BAA2B;AAAA,EACnE,UAAU,UAAU,KAAK,YAAY,6BAA6B;AAAA,EAClE,QAAQ,UAAU,KAAK,YAAY,2BAA2B;AAAA,EAC9D,iBAAiB,UAAU,KAAK,YAAY,qCAAqC;AACnF;AAEO,MAAM,4CACX;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-data-table-drag-and-drop-cell",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.70.0-alpha.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Data Table Drag And Drop Cell",
|
|
6
6
|
"files": [
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
],
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
25
|
-
"url": "https://
|
|
25
|
+
"url": "https://github.com/intcx/PLATFORM-UI.dimsum.git"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
28
28
|
"pnpm": ">=9",
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
"indent": 4
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@elliemae/ds-data-table-cell": "3.
|
|
40
|
-
"@elliemae/ds-
|
|
41
|
-
"@elliemae/ds-
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
39
|
+
"@elliemae/ds-data-table-cell": "3.70.0-alpha.9",
|
|
40
|
+
"@elliemae/ds-props-helpers": "3.70.0-alpha.9",
|
|
41
|
+
"@elliemae/ds-icons": "3.70.0-alpha.9",
|
|
42
|
+
"@elliemae/ds-test-utils": "3.70.0-alpha.9",
|
|
43
|
+
"@elliemae/ds-typescript-helpers": "3.70.0-alpha.9",
|
|
44
|
+
"@elliemae/ds-system": "3.70.0-alpha.9"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"jest": "^30.0.0",
|
|
48
|
-
"styled-components": "~5.3.
|
|
49
|
-
"@elliemae/ds-monorepo-devops": "3.
|
|
48
|
+
"styled-components": "~5.3.11",
|
|
49
|
+
"@elliemae/ds-monorepo-devops": "3.70.0-alpha.9"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@testing-library/user-event": "~14.6.1",
|
|
55
55
|
"react": "^18.3.1",
|
|
56
56
|
"react-dom": "^18.3.1",
|
|
57
|
-
"styled-components": "~5.3.
|
|
57
|
+
"styled-components": "~5.3.11"
|
|
58
58
|
},
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|