@natoora-libs/core 0.2.48 → 0.2.49-dev-doug-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/dist/components/index.cjs +20 -297
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.cts +3 -1
- package/dist/components/index.d.ts +3 -1
- package/dist/components/index.js +90 -368
- package/dist/components/index.js.map +1 -1
- package/dist/hooks/index.js +0 -1
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/providers/index.js +0 -1
- package/dist/providers/index.js.map +1 -1
- package/dist/utils/index.js +0 -1
- package/package.json +5 -3
- package/dist/chunk-5WRI5ZAA.js +0 -31
- package/dist/chunk-5WRI5ZAA.js.map +0 -1
|
@@ -772,8 +772,10 @@ interface PaginationForTableProps {
|
|
|
772
772
|
position?: any;
|
|
773
773
|
style?: any;
|
|
774
774
|
updateFilters: any;
|
|
775
|
+
siblingCount?: number;
|
|
776
|
+
boundaryCount?: number;
|
|
775
777
|
}
|
|
776
|
-
declare const PaginationForTable: ({ appliedFilters, className, page, pagination, position, style, updateFilters, }: PaginationForTableProps) => react_jsx_runtime.JSX.Element;
|
|
778
|
+
declare const PaginationForTable: ({ appliedFilters, className, page, pagination, position, style, updateFilters, siblingCount, boundaryCount }: PaginationForTableProps) => react_jsx_runtime.JSX.Element;
|
|
777
779
|
|
|
778
780
|
interface PhoneInputProps {
|
|
779
781
|
value?: string | null;
|
|
@@ -772,8 +772,10 @@ interface PaginationForTableProps {
|
|
|
772
772
|
position?: any;
|
|
773
773
|
style?: any;
|
|
774
774
|
updateFilters: any;
|
|
775
|
+
siblingCount?: number;
|
|
776
|
+
boundaryCount?: number;
|
|
775
777
|
}
|
|
776
|
-
declare const PaginationForTable: ({ appliedFilters, className, page, pagination, position, style, updateFilters, }: PaginationForTableProps) => react_jsx_runtime.JSX.Element;
|
|
778
|
+
declare const PaginationForTable: ({ appliedFilters, className, page, pagination, position, style, updateFilters, siblingCount, boundaryCount }: PaginationForTableProps) => react_jsx_runtime.JSX.Element;
|
|
777
779
|
|
|
778
780
|
interface PhoneInputProps {
|
|
779
781
|
value?: string | null;
|