@elliemae/ds-pagination 3.17.0-next.2 → 3.17.0-next.20
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.
|
@@ -2,5 +2,5 @@ interface PaginatorHeaderOptions {
|
|
|
2
2
|
pageDetailsTitle: string;
|
|
3
3
|
pageInfoWidth: number;
|
|
4
4
|
}
|
|
5
|
-
export declare const createPaginatorHeader: ({ pageDetailsTitle, pageInfoWidth }: PaginatorHeaderOptions) => () => JSX.Element;
|
|
5
|
+
export declare const createPaginatorHeader: ({ pageDetailsTitle, pageInfoWidth }: PaginatorHeaderOptions) => () => import("react/jsx-runtime.js").JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -508,6 +508,7 @@ export declare const DSPaginationStyledPartPropTypes: {
|
|
|
508
508
|
radioGroup: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
509
509
|
readOnly: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
510
510
|
rel: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
511
|
+
rev: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
511
512
|
required: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
512
513
|
resource: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
513
514
|
results: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-pagination",
|
|
3
|
-
"version": "3.17.0-next.
|
|
3
|
+
"version": "3.17.0-next.20",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Pagination",
|
|
6
6
|
"files": [
|
|
@@ -76,16 +76,15 @@
|
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"@xstyled/system": "~3.7.3",
|
|
79
|
-
"@
|
|
80
|
-
"@elliemae/ds-
|
|
81
|
-
"@elliemae/ds-
|
|
82
|
-
"@elliemae/ds-
|
|
83
|
-
"@elliemae/ds-
|
|
84
|
-
"@elliemae/ds-
|
|
85
|
-
"@elliemae/ds-
|
|
86
|
-
"@elliemae/ds-
|
|
87
|
-
"@elliemae/ds-
|
|
88
|
-
"@elliemae/ds-grid": "3.17.0-next.2"
|
|
79
|
+
"@elliemae/ds-button-v2": "3.17.0-next.20",
|
|
80
|
+
"@elliemae/ds-circular-progress-indicator": "3.17.0-next.20",
|
|
81
|
+
"@elliemae/ds-dropdownmenu": "3.17.0-next.20",
|
|
82
|
+
"@elliemae/ds-grid": "3.17.0-next.20",
|
|
83
|
+
"@elliemae/ds-props-helpers": "3.17.0-next.20",
|
|
84
|
+
"@elliemae/ds-icons": "3.17.0-next.20",
|
|
85
|
+
"@elliemae/ds-system": "3.17.0-next.20",
|
|
86
|
+
"@elliemae/ds-typography": "3.17.0-next.20",
|
|
87
|
+
"@elliemae/ds-utilities": "3.17.0-next.20"
|
|
89
88
|
},
|
|
90
89
|
"devDependencies": {
|
|
91
90
|
"@testing-library/jest-dom": "~5.16.5",
|
package/dist/types/styled.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { XstyledProps } from '@elliemae/ds-props-helpers';
|
|
3
|
-
export declare const StyledPaginationContainer: 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, import("@elliemae/ds-grid/dist/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement> & XstyledProps, never>;
|
|
4
|
-
export declare const StyledPaginationWrapper: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
|
|
5
|
-
export declare const DSPaginationSeparator: 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, import("@xstyled/util").Props<import("@xstyled/system").Theme> & import("@xstyled/system").TypographyProps<import("@xstyled/system").Theme> & import("@elliemae/ds-system").SpaceProps & import("@xstyled/system").BoxShadowProps<import("@xstyled/system").Theme> & import("@xstyled/system").FlexboxesProps<import("@xstyled/system").Theme> & import("@xstyled/system").LayoutProps<import("@xstyled/system").Theme> & import("@elliemae/ds-system").ColorProps, never>;
|
|
6
|
-
export declare const InvisibleDiv: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
|
|
7
|
-
export declare const PaginationDropdownButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonT.Props>, import("@elliemae/ds-system").Theme, import("styled-components").ThemeProps<import("@xstyled/system").Theme>, never>;
|
|
8
|
-
export declare const PreviousNextPageButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonT.Props>, import("@elliemae/ds-system").Theme, import("styled-components").ThemeProps<import("@xstyled/system").Theme>, never>;
|