@elliemae/ds-datagrids 3.18.0-next.0 → 3.18.0-next.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/dist/types/renders/styled.d.ts +3 -3
- package/package.json +23 -23
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const CellWrapper: import("styled-components").StyledComponent<
|
|
3
|
-
export declare const ValueWrapper: import("styled-components").StyledComponent<
|
|
4
|
-
export declare const CellContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object, never>;
|
|
2
|
+
export declare const CellWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
3
|
+
export declare const ValueWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
4
|
+
export declare const CellContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-datagrids",
|
|
3
|
-
"version": "3.18.0-next.
|
|
3
|
+
"version": "3.18.0-next.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Data Grids",
|
|
6
6
|
"files": [
|
|
@@ -543,25 +543,6 @@
|
|
|
543
543
|
"typeSafety": false
|
|
544
544
|
},
|
|
545
545
|
"dependencies": {
|
|
546
|
-
"@elliemae/ds-button": "3.18.0-next.0",
|
|
547
|
-
"@elliemae/ds-classnames": "3.18.0-next.0",
|
|
548
|
-
"@elliemae/ds-controlled-form": "3.18.0-next.0",
|
|
549
|
-
"@elliemae/ds-datagrids": "3.18.0-next.0",
|
|
550
|
-
"@elliemae/ds-dropdownmenu": "3.18.0-next.0",
|
|
551
|
-
"@elliemae/ds-filterbar": "3.18.0-next.0",
|
|
552
|
-
"@elliemae/ds-form": "3.18.0-next.0",
|
|
553
|
-
"@elliemae/ds-grid": "3.18.0-next.0",
|
|
554
|
-
"@elliemae/ds-icons": "3.18.0-next.0",
|
|
555
|
-
"@elliemae/ds-menu": "3.18.0-next.0",
|
|
556
|
-
"@elliemae/ds-popper": "3.18.0-next.0",
|
|
557
|
-
"@elliemae/ds-props-helpers": "3.18.0-next.0",
|
|
558
|
-
"@elliemae/ds-separator": "3.18.0-next.0",
|
|
559
|
-
"@elliemae/ds-shared": "3.18.0-next.0",
|
|
560
|
-
"@elliemae/ds-spinner": "3.18.0-next.0",
|
|
561
|
-
"@elliemae/ds-system": "3.18.0-next.0",
|
|
562
|
-
"@elliemae/ds-toolbar": "3.18.0-next.0",
|
|
563
|
-
"@elliemae/ds-truncated-tooltip-text": "3.18.0-next.0",
|
|
564
|
-
"@elliemae/ds-utilities": "3.18.0-next.0",
|
|
565
546
|
"comparejs": "~1.0.3",
|
|
566
547
|
"memoize-one": "~6.0.0",
|
|
567
548
|
"moment": "~2.29.4",
|
|
@@ -574,7 +555,26 @@
|
|
|
574
555
|
"segmentize": "~0.4.1",
|
|
575
556
|
"sortabular": "~1.6.0",
|
|
576
557
|
"stylesheet-helpers": "~0.2.2",
|
|
577
|
-
"uuid": "~8.3.2"
|
|
558
|
+
"uuid": "~8.3.2",
|
|
559
|
+
"@elliemae/ds-button": "3.18.0-next.2",
|
|
560
|
+
"@elliemae/ds-classnames": "3.18.0-next.2",
|
|
561
|
+
"@elliemae/ds-controlled-form": "3.18.0-next.2",
|
|
562
|
+
"@elliemae/ds-datagrids": "3.18.0-next.2",
|
|
563
|
+
"@elliemae/ds-filterbar": "3.18.0-next.2",
|
|
564
|
+
"@elliemae/ds-grid": "3.18.0-next.2",
|
|
565
|
+
"@elliemae/ds-dropdownmenu": "3.18.0-next.2",
|
|
566
|
+
"@elliemae/ds-form": "3.18.0-next.2",
|
|
567
|
+
"@elliemae/ds-icons": "3.18.0-next.2",
|
|
568
|
+
"@elliemae/ds-popper": "3.18.0-next.2",
|
|
569
|
+
"@elliemae/ds-menu": "3.18.0-next.2",
|
|
570
|
+
"@elliemae/ds-props-helpers": "3.18.0-next.2",
|
|
571
|
+
"@elliemae/ds-separator": "3.18.0-next.2",
|
|
572
|
+
"@elliemae/ds-spinner": "3.18.0-next.2",
|
|
573
|
+
"@elliemae/ds-shared": "3.18.0-next.2",
|
|
574
|
+
"@elliemae/ds-toolbar": "3.18.0-next.2",
|
|
575
|
+
"@elliemae/ds-system": "3.18.0-next.2",
|
|
576
|
+
"@elliemae/ds-truncated-tooltip-text": "3.18.0-next.2",
|
|
577
|
+
"@elliemae/ds-utilities": "3.18.0-next.2"
|
|
578
578
|
},
|
|
579
579
|
"devDependencies": {
|
|
580
580
|
"@testing-library/jest-dom": "~5.16.5",
|
|
@@ -586,7 +586,7 @@
|
|
|
586
586
|
"lodash": "^4.17.21",
|
|
587
587
|
"react": "~17.0.2",
|
|
588
588
|
"react-dom": "^17.0.2",
|
|
589
|
-
"styled-components": "~5.3.
|
|
589
|
+
"styled-components": "~5.3.9"
|
|
590
590
|
},
|
|
591
591
|
"scripts": {
|
|
592
592
|
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
@@ -597,6 +597,6 @@
|
|
|
597
597
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
598
598
|
"dev:build": "pnpm --filter {.}... build",
|
|
599
599
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
600
|
-
"checkDeps": "
|
|
600
|
+
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
601
601
|
}
|
|
602
602
|
}
|