@natoora-libs/core 0.2.32-global-search-dev → 0.2.33
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 +653 -932
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.cts +18 -40
- package/dist/components/index.d.ts +18 -40
- package/dist/components/index.js +551 -828
- package/dist/components/index.js.map +1 -1
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import React__default, { MouseEvent, CSSProperties, ReactNode, FC, ReactElement,
|
|
2
|
+
import React__default, { MouseEvent, CSSProperties, ReactNode, FC, ReactElement, ComponentType, ChangeEvent, ComponentProps, SVGProps } from 'react';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import { UseFormReturn, Control, ControllerRenderProps, ControllerFieldState, UseFormTrigger, FieldValues, Path } from 'react-hook-form';
|
|
5
5
|
import { H as HeadCell, a as HeaderFilters, b as HeaderFilterOptions, c as HeaderFilterObject, T as TableDesktopProps, O as Order, R as RowId } from '../TableDesktop-BQk0gStR.cjs';
|
|
@@ -172,7 +172,7 @@ interface BoxButtonProps {
|
|
|
172
172
|
extra?: any;
|
|
173
173
|
borderColor?: any;
|
|
174
174
|
}
|
|
175
|
-
declare const _default$
|
|
175
|
+
declare const _default$k: React.MemoExoticComponent<(props: BoxButtonProps) => react_jsx_runtime.JSX.Element>;
|
|
176
176
|
|
|
177
177
|
interface IExtendedButton {
|
|
178
178
|
buttonType?: 'button' | 'submit';
|
|
@@ -189,7 +189,7 @@ interface IExtendedButton {
|
|
|
189
189
|
variant?: 'contained' | 'outlined' | 'text';
|
|
190
190
|
copyColor?: string;
|
|
191
191
|
}
|
|
192
|
-
declare const _default$
|
|
192
|
+
declare const _default$j: React.MemoExoticComponent<({ buttonType, color, disabled, href, tooltip, component, type, className, onClick, copy, subcopy, variant, copyColor, }: IExtendedButton) => react_jsx_runtime.JSX.Element>;
|
|
193
193
|
|
|
194
194
|
interface IFilledButton {
|
|
195
195
|
autoFocus?: boolean;
|
|
@@ -203,7 +203,7 @@ interface IFilledButton {
|
|
|
203
203
|
type?: 'button' | 'submit';
|
|
204
204
|
variant?: 'contained' | 'outlined' | 'text';
|
|
205
205
|
}
|
|
206
|
-
declare const _default$
|
|
206
|
+
declare const _default$i: React__default.MemoExoticComponent<({ autoFocus, className, color, copy, disabled, href, isLoading, onClick, type, variant, }: IFilledButton) => react_jsx_runtime.JSX.Element>;
|
|
207
207
|
|
|
208
208
|
interface FilledButtonLgProps {
|
|
209
209
|
classes?: any;
|
|
@@ -219,14 +219,14 @@ interface FilledButtonLgProps {
|
|
|
219
219
|
style?: string;
|
|
220
220
|
};
|
|
221
221
|
}
|
|
222
|
-
declare const _default$
|
|
222
|
+
declare const _default$h: React.MemoExoticComponent<({ classes, disabled, variant, color, copy, handleClick, loading, loadingProps, }: FilledButtonLgProps) => react_jsx_runtime.JSX.Element>;
|
|
223
223
|
|
|
224
224
|
interface ImageButtonProps {
|
|
225
225
|
src?: any;
|
|
226
226
|
onClick?: any;
|
|
227
227
|
value?: any;
|
|
228
228
|
}
|
|
229
|
-
declare const _default$
|
|
229
|
+
declare const _default$g: React.MemoExoticComponent<(props: ImageButtonProps) => react_jsx_runtime.JSX.Element>;
|
|
230
230
|
|
|
231
231
|
interface SquareButtonProps {
|
|
232
232
|
children: any;
|
|
@@ -257,7 +257,7 @@ interface OutlinedButtonProps {
|
|
|
257
257
|
subcopy?: any;
|
|
258
258
|
type?: any;
|
|
259
259
|
}
|
|
260
|
-
declare const _default$
|
|
260
|
+
declare const _default$f: React__default.MemoExoticComponent<({ className, color, copy, disabled, href, isLoading, onClick, startIcon, style, subcopy, type, }: OutlinedButtonProps) => react_jsx_runtime.JSX.Element>;
|
|
261
261
|
|
|
262
262
|
interface AButtonProps {
|
|
263
263
|
classes?: any;
|
|
@@ -265,7 +265,7 @@ interface AButtonProps {
|
|
|
265
265
|
color?: string;
|
|
266
266
|
copy?: any;
|
|
267
267
|
}
|
|
268
|
-
declare const _default$
|
|
268
|
+
declare const _default$e: React.MemoExoticComponent<({ classes, variant, color, copy }: AButtonProps) => react_jsx_runtime.JSX.Element>;
|
|
269
269
|
|
|
270
270
|
interface IRoundButton {
|
|
271
271
|
active?: boolean;
|
|
@@ -291,7 +291,7 @@ interface IRoundButton {
|
|
|
291
291
|
*/
|
|
292
292
|
declare const RoundButton: ({ active, children, className, disabled, focused, icon, iconColor, isContrast, isTableButton, noStrokes, onClick, size, tooltip, variant, testID, }: IRoundButton) => react_jsx_runtime.JSX.Element;
|
|
293
293
|
|
|
294
|
-
declare const _default$
|
|
294
|
+
declare const _default$d: React.MemoExoticComponent<() => react_jsx_runtime.JSX.Element>;
|
|
295
295
|
|
|
296
296
|
interface ActionButtonProps {
|
|
297
297
|
app?: any;
|
|
@@ -554,14 +554,14 @@ interface IDeleteSubstitutionDialogContent {
|
|
|
554
554
|
deleteSubstitution: () => void;
|
|
555
555
|
substitutionName: string;
|
|
556
556
|
}
|
|
557
|
-
declare const _default$
|
|
557
|
+
declare const _default$c: React.MemoExoticComponent<({ closeDialog, substitutionName, deleteSubstitution, }: IDeleteSubstitutionDialogContent) => react_jsx_runtime.JSX.Element>;
|
|
558
558
|
|
|
559
559
|
interface IDeleteUserDialogContent {
|
|
560
560
|
closeDialog: () => void;
|
|
561
561
|
deleteUser: () => void;
|
|
562
562
|
userName: string;
|
|
563
563
|
}
|
|
564
|
-
declare const _default$
|
|
564
|
+
declare const _default$b: React.MemoExoticComponent<({ closeDialog, userName, deleteUser, }: IDeleteUserDialogContent) => react_jsx_runtime.JSX.Element>;
|
|
565
565
|
|
|
566
566
|
type BaseDeliveryInstructionsFormFields = {
|
|
567
567
|
alarm_code?: string | null;
|
|
@@ -595,7 +595,7 @@ interface FilledLabelProps {
|
|
|
595
595
|
color?: string;
|
|
596
596
|
copy?: any;
|
|
597
597
|
}
|
|
598
|
-
declare const _default$
|
|
598
|
+
declare const _default$a: React.MemoExoticComponent<(props: FilledLabelProps) => react_jsx_runtime.JSX.Element>;
|
|
599
599
|
|
|
600
600
|
type IFilterGroupSelector = {
|
|
601
601
|
name?: string;
|
|
@@ -634,30 +634,7 @@ interface FixedFooterProps {
|
|
|
634
634
|
children: React.ReactNode;
|
|
635
635
|
justifyContent?: string;
|
|
636
636
|
}
|
|
637
|
-
declare const _default$
|
|
638
|
-
|
|
639
|
-
type GlobalSearchTriggerProps = {
|
|
640
|
-
onClick?: () => void;
|
|
641
|
-
onFocus?: () => void;
|
|
642
|
-
onChange?: (value: string) => void;
|
|
643
|
-
onKeyDown?: (event: KeyboardEvent<HTMLInputElement>) => void;
|
|
644
|
-
readOnly?: boolean;
|
|
645
|
-
placeholder?: string;
|
|
646
|
-
ariaLabel?: string;
|
|
647
|
-
shortcutLabel?: string;
|
|
648
|
-
value?: string;
|
|
649
|
-
minWidth?: number | string;
|
|
650
|
-
sx?: SxProps<Theme>;
|
|
651
|
-
ref?: Ref<HTMLDivElement>;
|
|
652
|
-
inputRef?: Ref<HTMLInputElement>;
|
|
653
|
-
};
|
|
654
|
-
declare const _default$a: React.MemoExoticComponent<({ onClick, onFocus, onChange, onKeyDown, readOnly, placeholder, ariaLabel, shortcutLabel, value, minWidth, sx, ref, inputRef, }: GlobalSearchTriggerProps) => react_jsx_runtime.JSX.Element>;
|
|
655
|
-
|
|
656
|
-
type GlobalSearchProps = {
|
|
657
|
-
onNavigate?(route: string): void;
|
|
658
|
-
shouldUseWindowLocation?(path: string): boolean;
|
|
659
|
-
};
|
|
660
|
-
declare const _default$9: React.MemoExoticComponent<({ onNavigate, shouldUseWindowLocation, }: GlobalSearchProps) => react_jsx_runtime.JSX.Element>;
|
|
637
|
+
declare const _default$9: React.MemoExoticComponent<({ justifyContent, children }: FixedFooterProps) => react_jsx_runtime.JSX.Element>;
|
|
661
638
|
|
|
662
639
|
interface HeaderProps {
|
|
663
640
|
appName: any;
|
|
@@ -772,8 +749,10 @@ interface PaginationForTableProps {
|
|
|
772
749
|
position?: any;
|
|
773
750
|
style?: any;
|
|
774
751
|
updateFilters: any;
|
|
752
|
+
siblingCount?: number;
|
|
753
|
+
boundaryCount?: number;
|
|
775
754
|
}
|
|
776
|
-
declare const PaginationForTable: ({ appliedFilters, className, page, pagination, position, style, updateFilters, }: PaginationForTableProps) => react_jsx_runtime.JSX.Element;
|
|
755
|
+
declare const PaginationForTable: ({ appliedFilters, className, page, pagination, position, style, updateFilters, siblingCount, boundaryCount }: PaginationForTableProps) => react_jsx_runtime.JSX.Element;
|
|
777
756
|
|
|
778
757
|
interface PhoneInputProps {
|
|
779
758
|
value?: string | null;
|
|
@@ -1141,11 +1120,10 @@ type Props = {
|
|
|
1141
1120
|
handleOpen: () => void;
|
|
1142
1121
|
LeftDrawer: ReactNode;
|
|
1143
1122
|
leftSection?: ReactNode;
|
|
1144
|
-
centerSection?: ReactNode;
|
|
1145
1123
|
rightSection?: ReactNode;
|
|
1146
1124
|
isAuthenticated?: boolean;
|
|
1147
1125
|
};
|
|
1148
|
-
declare const _default$1: React.MemoExoticComponent<({ imageLogoDarkSmall, imageLogoLightSmall, handleOpen, LeftDrawer, leftSection,
|
|
1126
|
+
declare const _default$1: React.MemoExoticComponent<({ imageLogoDarkSmall, imageLogoLightSmall, handleOpen, LeftDrawer, leftSection, rightSection, isAuthenticated, }: Props) => react_jsx_runtime.JSX.Element>;
|
|
1149
1127
|
|
|
1150
1128
|
type IToastMessage = {
|
|
1151
1129
|
toastType: 'success' | 'info' | 'warning' | 'error';
|
|
@@ -1221,4 +1199,4 @@ declare const SvgIconCompare: (props: SVGProps<SVGSVGElement>) => react_jsx_runt
|
|
|
1221
1199
|
|
|
1222
1200
|
declare const SvgIconChart: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
1223
1201
|
|
|
1224
|
-
export { ActiveFiltersIconButton, AddressFormFields, type AddressOption, AlertDialog, AlertDialogFullScreen, AppLabel, AppliedTableFiltersDisplay, AutocompleteFilterMenuContent, BackHeader, BottomBar, _default$
|
|
1202
|
+
export { ActiveFiltersIconButton, AddressFormFields, type AddressOption, AlertDialog, AlertDialogFullScreen, AppLabel, AppliedTableFiltersDisplay, AutocompleteFilterMenuContent, BackHeader, BottomBar, _default$k as BoxButton, CheckboxFilterMenuContent, ClearFiltersConfirmationDialog, CompanyLogo, ConfirmationDialog, ControlledCheckbox, ControlledNumberInput, ControlledNumericField, ControlledSelectWithArray, ControlledSelectWithObject, ControlledValidTextInput, DataGrid, Date, _default$c as DeleteSubstitutionDialogContent, _default$b as DeleteUserDialogContent, DeliveryInstructionsFormFields, DynamicOverflowTooltip, _default$j as ExtendedButton, FileCard, _default$i as FilledButton, _default$h as FilledButtonLg, _default$a as FilledLabel, FilterGroupSelector, FilterOptionsCheckboxes, FilterSimpleSelector, _default$9 as FixedFooter, GooglePlacesAddressAutocomplete, HashtagInput, HeadCell, Header, HeaderFilterObject, HeaderFilterOptions, HeaderFilters, SvgIconChart as IconChart, SvgIconCompare as IconCompare, _default$g as ImageButton, LabeledValueList, VirtualizedList as List, Loading, LocationsSectionInfo, Notes, Numpad, _default$8 as NumpadInput, NumpadPlus, type Option, Order, _default$f as OutlinedButton, _default$e as OutlinedButtonLg, PaginationForTable as Pagination, PhoneInput, _default$d as Pin, ActionButton as PinnedApp, PlusMinusInput, ProductBust, ProductImage, RenderAvatar, RenderContentList, RoundButton, RowId, RowProductCard, ScrollableDialog, SearchAndFilterHeader, _default$7 as SearchAndFilterHeaderForTable, SearchFieldDebounced, SearchHeader, _default$6 as SearchWithFilters, _default$5 as SearchWithFiltersForTable, SectionName, SmartMultipleSelect, SmartSelect, SmartTableHeader, SmartTableHeaderFilterMenu, SquareButton, _default$4 as SquareLabel, _default$3 as Switch, Table, TableDesktopCell, TableDesktopEditableField, TableEmptyResult, _default$2 as TableHeader, TableLoading, TextDivider, _default$1 as TheToolbar, ThemedDateRangePicker, ToastMessage, TwoButtonDialog, UploadButton, _default as UserBust, icons };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import React__default, { MouseEvent, CSSProperties, ReactNode, FC, ReactElement,
|
|
2
|
+
import React__default, { MouseEvent, CSSProperties, ReactNode, FC, ReactElement, ComponentType, ChangeEvent, ComponentProps, SVGProps } from 'react';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import { UseFormReturn, Control, ControllerRenderProps, ControllerFieldState, UseFormTrigger, FieldValues, Path } from 'react-hook-form';
|
|
5
5
|
import { H as HeadCell, a as HeaderFilters, b as HeaderFilterOptions, c as HeaderFilterObject, T as TableDesktopProps, O as Order, R as RowId } from '../TableDesktop-BQk0gStR.js';
|
|
@@ -172,7 +172,7 @@ interface BoxButtonProps {
|
|
|
172
172
|
extra?: any;
|
|
173
173
|
borderColor?: any;
|
|
174
174
|
}
|
|
175
|
-
declare const _default$
|
|
175
|
+
declare const _default$k: React.MemoExoticComponent<(props: BoxButtonProps) => react_jsx_runtime.JSX.Element>;
|
|
176
176
|
|
|
177
177
|
interface IExtendedButton {
|
|
178
178
|
buttonType?: 'button' | 'submit';
|
|
@@ -189,7 +189,7 @@ interface IExtendedButton {
|
|
|
189
189
|
variant?: 'contained' | 'outlined' | 'text';
|
|
190
190
|
copyColor?: string;
|
|
191
191
|
}
|
|
192
|
-
declare const _default$
|
|
192
|
+
declare const _default$j: React.MemoExoticComponent<({ buttonType, color, disabled, href, tooltip, component, type, className, onClick, copy, subcopy, variant, copyColor, }: IExtendedButton) => react_jsx_runtime.JSX.Element>;
|
|
193
193
|
|
|
194
194
|
interface IFilledButton {
|
|
195
195
|
autoFocus?: boolean;
|
|
@@ -203,7 +203,7 @@ interface IFilledButton {
|
|
|
203
203
|
type?: 'button' | 'submit';
|
|
204
204
|
variant?: 'contained' | 'outlined' | 'text';
|
|
205
205
|
}
|
|
206
|
-
declare const _default$
|
|
206
|
+
declare const _default$i: React__default.MemoExoticComponent<({ autoFocus, className, color, copy, disabled, href, isLoading, onClick, type, variant, }: IFilledButton) => react_jsx_runtime.JSX.Element>;
|
|
207
207
|
|
|
208
208
|
interface FilledButtonLgProps {
|
|
209
209
|
classes?: any;
|
|
@@ -219,14 +219,14 @@ interface FilledButtonLgProps {
|
|
|
219
219
|
style?: string;
|
|
220
220
|
};
|
|
221
221
|
}
|
|
222
|
-
declare const _default$
|
|
222
|
+
declare const _default$h: React.MemoExoticComponent<({ classes, disabled, variant, color, copy, handleClick, loading, loadingProps, }: FilledButtonLgProps) => react_jsx_runtime.JSX.Element>;
|
|
223
223
|
|
|
224
224
|
interface ImageButtonProps {
|
|
225
225
|
src?: any;
|
|
226
226
|
onClick?: any;
|
|
227
227
|
value?: any;
|
|
228
228
|
}
|
|
229
|
-
declare const _default$
|
|
229
|
+
declare const _default$g: React.MemoExoticComponent<(props: ImageButtonProps) => react_jsx_runtime.JSX.Element>;
|
|
230
230
|
|
|
231
231
|
interface SquareButtonProps {
|
|
232
232
|
children: any;
|
|
@@ -257,7 +257,7 @@ interface OutlinedButtonProps {
|
|
|
257
257
|
subcopy?: any;
|
|
258
258
|
type?: any;
|
|
259
259
|
}
|
|
260
|
-
declare const _default$
|
|
260
|
+
declare const _default$f: React__default.MemoExoticComponent<({ className, color, copy, disabled, href, isLoading, onClick, startIcon, style, subcopy, type, }: OutlinedButtonProps) => react_jsx_runtime.JSX.Element>;
|
|
261
261
|
|
|
262
262
|
interface AButtonProps {
|
|
263
263
|
classes?: any;
|
|
@@ -265,7 +265,7 @@ interface AButtonProps {
|
|
|
265
265
|
color?: string;
|
|
266
266
|
copy?: any;
|
|
267
267
|
}
|
|
268
|
-
declare const _default$
|
|
268
|
+
declare const _default$e: React.MemoExoticComponent<({ classes, variant, color, copy }: AButtonProps) => react_jsx_runtime.JSX.Element>;
|
|
269
269
|
|
|
270
270
|
interface IRoundButton {
|
|
271
271
|
active?: boolean;
|
|
@@ -291,7 +291,7 @@ interface IRoundButton {
|
|
|
291
291
|
*/
|
|
292
292
|
declare const RoundButton: ({ active, children, className, disabled, focused, icon, iconColor, isContrast, isTableButton, noStrokes, onClick, size, tooltip, variant, testID, }: IRoundButton) => react_jsx_runtime.JSX.Element;
|
|
293
293
|
|
|
294
|
-
declare const _default$
|
|
294
|
+
declare const _default$d: React.MemoExoticComponent<() => react_jsx_runtime.JSX.Element>;
|
|
295
295
|
|
|
296
296
|
interface ActionButtonProps {
|
|
297
297
|
app?: any;
|
|
@@ -554,14 +554,14 @@ interface IDeleteSubstitutionDialogContent {
|
|
|
554
554
|
deleteSubstitution: () => void;
|
|
555
555
|
substitutionName: string;
|
|
556
556
|
}
|
|
557
|
-
declare const _default$
|
|
557
|
+
declare const _default$c: React.MemoExoticComponent<({ closeDialog, substitutionName, deleteSubstitution, }: IDeleteSubstitutionDialogContent) => react_jsx_runtime.JSX.Element>;
|
|
558
558
|
|
|
559
559
|
interface IDeleteUserDialogContent {
|
|
560
560
|
closeDialog: () => void;
|
|
561
561
|
deleteUser: () => void;
|
|
562
562
|
userName: string;
|
|
563
563
|
}
|
|
564
|
-
declare const _default$
|
|
564
|
+
declare const _default$b: React.MemoExoticComponent<({ closeDialog, userName, deleteUser, }: IDeleteUserDialogContent) => react_jsx_runtime.JSX.Element>;
|
|
565
565
|
|
|
566
566
|
type BaseDeliveryInstructionsFormFields = {
|
|
567
567
|
alarm_code?: string | null;
|
|
@@ -595,7 +595,7 @@ interface FilledLabelProps {
|
|
|
595
595
|
color?: string;
|
|
596
596
|
copy?: any;
|
|
597
597
|
}
|
|
598
|
-
declare const _default$
|
|
598
|
+
declare const _default$a: React.MemoExoticComponent<(props: FilledLabelProps) => react_jsx_runtime.JSX.Element>;
|
|
599
599
|
|
|
600
600
|
type IFilterGroupSelector = {
|
|
601
601
|
name?: string;
|
|
@@ -634,30 +634,7 @@ interface FixedFooterProps {
|
|
|
634
634
|
children: React.ReactNode;
|
|
635
635
|
justifyContent?: string;
|
|
636
636
|
}
|
|
637
|
-
declare const _default$
|
|
638
|
-
|
|
639
|
-
type GlobalSearchTriggerProps = {
|
|
640
|
-
onClick?: () => void;
|
|
641
|
-
onFocus?: () => void;
|
|
642
|
-
onChange?: (value: string) => void;
|
|
643
|
-
onKeyDown?: (event: KeyboardEvent<HTMLInputElement>) => void;
|
|
644
|
-
readOnly?: boolean;
|
|
645
|
-
placeholder?: string;
|
|
646
|
-
ariaLabel?: string;
|
|
647
|
-
shortcutLabel?: string;
|
|
648
|
-
value?: string;
|
|
649
|
-
minWidth?: number | string;
|
|
650
|
-
sx?: SxProps<Theme>;
|
|
651
|
-
ref?: Ref<HTMLDivElement>;
|
|
652
|
-
inputRef?: Ref<HTMLInputElement>;
|
|
653
|
-
};
|
|
654
|
-
declare const _default$a: React.MemoExoticComponent<({ onClick, onFocus, onChange, onKeyDown, readOnly, placeholder, ariaLabel, shortcutLabel, value, minWidth, sx, ref, inputRef, }: GlobalSearchTriggerProps) => react_jsx_runtime.JSX.Element>;
|
|
655
|
-
|
|
656
|
-
type GlobalSearchProps = {
|
|
657
|
-
onNavigate?(route: string): void;
|
|
658
|
-
shouldUseWindowLocation?(path: string): boolean;
|
|
659
|
-
};
|
|
660
|
-
declare const _default$9: React.MemoExoticComponent<({ onNavigate, shouldUseWindowLocation, }: GlobalSearchProps) => react_jsx_runtime.JSX.Element>;
|
|
637
|
+
declare const _default$9: React.MemoExoticComponent<({ justifyContent, children }: FixedFooterProps) => react_jsx_runtime.JSX.Element>;
|
|
661
638
|
|
|
662
639
|
interface HeaderProps {
|
|
663
640
|
appName: any;
|
|
@@ -772,8 +749,10 @@ interface PaginationForTableProps {
|
|
|
772
749
|
position?: any;
|
|
773
750
|
style?: any;
|
|
774
751
|
updateFilters: any;
|
|
752
|
+
siblingCount?: number;
|
|
753
|
+
boundaryCount?: number;
|
|
775
754
|
}
|
|
776
|
-
declare const PaginationForTable: ({ appliedFilters, className, page, pagination, position, style, updateFilters, }: PaginationForTableProps) => react_jsx_runtime.JSX.Element;
|
|
755
|
+
declare const PaginationForTable: ({ appliedFilters, className, page, pagination, position, style, updateFilters, siblingCount, boundaryCount }: PaginationForTableProps) => react_jsx_runtime.JSX.Element;
|
|
777
756
|
|
|
778
757
|
interface PhoneInputProps {
|
|
779
758
|
value?: string | null;
|
|
@@ -1141,11 +1120,10 @@ type Props = {
|
|
|
1141
1120
|
handleOpen: () => void;
|
|
1142
1121
|
LeftDrawer: ReactNode;
|
|
1143
1122
|
leftSection?: ReactNode;
|
|
1144
|
-
centerSection?: ReactNode;
|
|
1145
1123
|
rightSection?: ReactNode;
|
|
1146
1124
|
isAuthenticated?: boolean;
|
|
1147
1125
|
};
|
|
1148
|
-
declare const _default$1: React.MemoExoticComponent<({ imageLogoDarkSmall, imageLogoLightSmall, handleOpen, LeftDrawer, leftSection,
|
|
1126
|
+
declare const _default$1: React.MemoExoticComponent<({ imageLogoDarkSmall, imageLogoLightSmall, handleOpen, LeftDrawer, leftSection, rightSection, isAuthenticated, }: Props) => react_jsx_runtime.JSX.Element>;
|
|
1149
1127
|
|
|
1150
1128
|
type IToastMessage = {
|
|
1151
1129
|
toastType: 'success' | 'info' | 'warning' | 'error';
|
|
@@ -1221,4 +1199,4 @@ declare const SvgIconCompare: (props: SVGProps<SVGSVGElement>) => react_jsx_runt
|
|
|
1221
1199
|
|
|
1222
1200
|
declare const SvgIconChart: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
1223
1201
|
|
|
1224
|
-
export { ActiveFiltersIconButton, AddressFormFields, type AddressOption, AlertDialog, AlertDialogFullScreen, AppLabel, AppliedTableFiltersDisplay, AutocompleteFilterMenuContent, BackHeader, BottomBar, _default$
|
|
1202
|
+
export { ActiveFiltersIconButton, AddressFormFields, type AddressOption, AlertDialog, AlertDialogFullScreen, AppLabel, AppliedTableFiltersDisplay, AutocompleteFilterMenuContent, BackHeader, BottomBar, _default$k as BoxButton, CheckboxFilterMenuContent, ClearFiltersConfirmationDialog, CompanyLogo, ConfirmationDialog, ControlledCheckbox, ControlledNumberInput, ControlledNumericField, ControlledSelectWithArray, ControlledSelectWithObject, ControlledValidTextInput, DataGrid, Date, _default$c as DeleteSubstitutionDialogContent, _default$b as DeleteUserDialogContent, DeliveryInstructionsFormFields, DynamicOverflowTooltip, _default$j as ExtendedButton, FileCard, _default$i as FilledButton, _default$h as FilledButtonLg, _default$a as FilledLabel, FilterGroupSelector, FilterOptionsCheckboxes, FilterSimpleSelector, _default$9 as FixedFooter, GooglePlacesAddressAutocomplete, HashtagInput, HeadCell, Header, HeaderFilterObject, HeaderFilterOptions, HeaderFilters, SvgIconChart as IconChart, SvgIconCompare as IconCompare, _default$g as ImageButton, LabeledValueList, VirtualizedList as List, Loading, LocationsSectionInfo, Notes, Numpad, _default$8 as NumpadInput, NumpadPlus, type Option, Order, _default$f as OutlinedButton, _default$e as OutlinedButtonLg, PaginationForTable as Pagination, PhoneInput, _default$d as Pin, ActionButton as PinnedApp, PlusMinusInput, ProductBust, ProductImage, RenderAvatar, RenderContentList, RoundButton, RowId, RowProductCard, ScrollableDialog, SearchAndFilterHeader, _default$7 as SearchAndFilterHeaderForTable, SearchFieldDebounced, SearchHeader, _default$6 as SearchWithFilters, _default$5 as SearchWithFiltersForTable, SectionName, SmartMultipleSelect, SmartSelect, SmartTableHeader, SmartTableHeaderFilterMenu, SquareButton, _default$4 as SquareLabel, _default$3 as Switch, Table, TableDesktopCell, TableDesktopEditableField, TableEmptyResult, _default$2 as TableHeader, TableLoading, TextDivider, _default$1 as TheToolbar, ThemedDateRangePicker, ToastMessage, TwoButtonDialog, UploadButton, _default as UserBust, icons };
|