@natoora-libs/core 0.2.33 → 0.2.34-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.
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import React__default, { MouseEvent, CSSProperties, ReactNode, FC, ReactElement, ComponentType, ChangeEvent, ComponentProps, SVGProps } from 'react';
2
+ import React__default, { MouseEvent, CSSProperties, ReactNode, FC, ReactElement, KeyboardEvent, Ref, 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$k: React.MemoExoticComponent<(props: BoxButtonProps) => react_jsx_runtime.JSX.Element>;
175
+ declare const _default$m: 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$j: React.MemoExoticComponent<({ buttonType, color, disabled, href, tooltip, component, type, className, onClick, copy, subcopy, variant, copyColor, }: IExtendedButton) => react_jsx_runtime.JSX.Element>;
192
+ declare const _default$l: 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$i: React__default.MemoExoticComponent<({ autoFocus, className, color, copy, disabled, href, isLoading, onClick, type, variant, }: IFilledButton) => react_jsx_runtime.JSX.Element>;
206
+ declare const _default$k: 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$h: React.MemoExoticComponent<({ classes, disabled, variant, color, copy, handleClick, loading, loadingProps, }: FilledButtonLgProps) => react_jsx_runtime.JSX.Element>;
222
+ declare const _default$j: 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$g: React.MemoExoticComponent<(props: ImageButtonProps) => react_jsx_runtime.JSX.Element>;
229
+ declare const _default$i: 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$f: React__default.MemoExoticComponent<({ className, color, copy, disabled, href, isLoading, onClick, startIcon, style, subcopy, type, }: OutlinedButtonProps) => react_jsx_runtime.JSX.Element>;
260
+ declare const _default$h: 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$e: React.MemoExoticComponent<({ classes, variant, color, copy }: AButtonProps) => react_jsx_runtime.JSX.Element>;
268
+ declare const _default$g: 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$d: React.MemoExoticComponent<() => react_jsx_runtime.JSX.Element>;
294
+ declare const _default$f: 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$c: React.MemoExoticComponent<({ closeDialog, substitutionName, deleteSubstitution, }: IDeleteSubstitutionDialogContent) => react_jsx_runtime.JSX.Element>;
557
+ declare const _default$e: 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$b: React.MemoExoticComponent<({ closeDialog, userName, deleteUser, }: IDeleteUserDialogContent) => react_jsx_runtime.JSX.Element>;
564
+ declare const _default$d: 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$a: React.MemoExoticComponent<(props: FilledLabelProps) => react_jsx_runtime.JSX.Element>;
598
+ declare const _default$c: React.MemoExoticComponent<(props: FilledLabelProps) => react_jsx_runtime.JSX.Element>;
599
599
 
600
600
  type IFilterGroupSelector = {
601
601
  name?: string;
@@ -634,7 +634,30 @@ interface FixedFooterProps {
634
634
  children: React.ReactNode;
635
635
  justifyContent?: string;
636
636
  }
637
- declare const _default$9: React.MemoExoticComponent<({ justifyContent, children }: FixedFooterProps) => react_jsx_runtime.JSX.Element>;
637
+ declare const _default$b: React.MemoExoticComponent<({ justifyContent, children }: FixedFooterProps) => react_jsx_runtime.JSX.Element>;
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>;
638
661
 
639
662
  interface HeaderProps {
640
663
  appName: any;
@@ -749,10 +772,8 @@ interface PaginationForTableProps {
749
772
  position?: any;
750
773
  style?: any;
751
774
  updateFilters: any;
752
- siblingCount?: number;
753
- boundaryCount?: number;
754
775
  }
755
- declare const PaginationForTable: ({ appliedFilters, className, page, pagination, position, style, updateFilters, siblingCount, boundaryCount }: PaginationForTableProps) => react_jsx_runtime.JSX.Element;
776
+ declare const PaginationForTable: ({ appliedFilters, className, page, pagination, position, style, updateFilters, }: PaginationForTableProps) => react_jsx_runtime.JSX.Element;
756
777
 
757
778
  interface PhoneInputProps {
758
779
  value?: string | null;
@@ -1120,10 +1141,11 @@ type Props = {
1120
1141
  handleOpen: () => void;
1121
1142
  LeftDrawer: ReactNode;
1122
1143
  leftSection?: ReactNode;
1144
+ centerSection?: ReactNode;
1123
1145
  rightSection?: ReactNode;
1124
1146
  isAuthenticated?: boolean;
1125
1147
  };
1126
- declare const _default$1: React.MemoExoticComponent<({ imageLogoDarkSmall, imageLogoLightSmall, handleOpen, LeftDrawer, leftSection, rightSection, isAuthenticated, }: Props) => react_jsx_runtime.JSX.Element>;
1148
+ declare const _default$1: React.MemoExoticComponent<({ imageLogoDarkSmall, imageLogoLightSmall, handleOpen, LeftDrawer, leftSection, centerSection, rightSection, isAuthenticated, }: Props) => react_jsx_runtime.JSX.Element>;
1127
1149
 
1128
1150
  type IToastMessage = {
1129
1151
  toastType: 'success' | 'info' | 'warning' | 'error';
@@ -1199,4 +1221,4 @@ declare const SvgIconCompare: (props: SVGProps<SVGSVGElement>) => react_jsx_runt
1199
1221
 
1200
1222
  declare const SvgIconChart: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1201
1223
 
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 };
1224
+ export { ActiveFiltersIconButton, AddressFormFields, type AddressOption, AlertDialog, AlertDialogFullScreen, AppLabel, AppliedTableFiltersDisplay, AutocompleteFilterMenuContent, BackHeader, BottomBar, _default$m as BoxButton, CheckboxFilterMenuContent, ClearFiltersConfirmationDialog, CompanyLogo, ConfirmationDialog, ControlledCheckbox, ControlledNumberInput, ControlledNumericField, ControlledSelectWithArray, ControlledSelectWithObject, ControlledValidTextInput, DataGrid, Date, _default$e as DeleteSubstitutionDialogContent, _default$d as DeleteUserDialogContent, DeliveryInstructionsFormFields, DynamicOverflowTooltip, _default$l as ExtendedButton, FileCard, _default$k as FilledButton, _default$j as FilledButtonLg, _default$c as FilledLabel, FilterGroupSelector, FilterOptionsCheckboxes, FilterSimpleSelector, _default$b as FixedFooter, _default$9 as GlobalSearch, _default$a as GlobalSearchTrigger, GooglePlacesAddressAutocomplete, HashtagInput, HeadCell, Header, HeaderFilterObject, HeaderFilterOptions, HeaderFilters, SvgIconChart as IconChart, SvgIconCompare as IconCompare, _default$i as ImageButton, LabeledValueList, VirtualizedList as List, Loading, LocationsSectionInfo, Notes, Numpad, _default$8 as NumpadInput, NumpadPlus, type Option, Order, _default$h as OutlinedButton, _default$g as OutlinedButtonLg, PaginationForTable as Pagination, PhoneInput, _default$f 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, ComponentType, ChangeEvent, ComponentProps, SVGProps } from 'react';
2
+ import React__default, { MouseEvent, CSSProperties, ReactNode, FC, ReactElement, KeyboardEvent, Ref, 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$k: React.MemoExoticComponent<(props: BoxButtonProps) => react_jsx_runtime.JSX.Element>;
175
+ declare const _default$m: 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$j: React.MemoExoticComponent<({ buttonType, color, disabled, href, tooltip, component, type, className, onClick, copy, subcopy, variant, copyColor, }: IExtendedButton) => react_jsx_runtime.JSX.Element>;
192
+ declare const _default$l: 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$i: React__default.MemoExoticComponent<({ autoFocus, className, color, copy, disabled, href, isLoading, onClick, type, variant, }: IFilledButton) => react_jsx_runtime.JSX.Element>;
206
+ declare const _default$k: 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$h: React.MemoExoticComponent<({ classes, disabled, variant, color, copy, handleClick, loading, loadingProps, }: FilledButtonLgProps) => react_jsx_runtime.JSX.Element>;
222
+ declare const _default$j: 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$g: React.MemoExoticComponent<(props: ImageButtonProps) => react_jsx_runtime.JSX.Element>;
229
+ declare const _default$i: 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$f: React__default.MemoExoticComponent<({ className, color, copy, disabled, href, isLoading, onClick, startIcon, style, subcopy, type, }: OutlinedButtonProps) => react_jsx_runtime.JSX.Element>;
260
+ declare const _default$h: 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$e: React.MemoExoticComponent<({ classes, variant, color, copy }: AButtonProps) => react_jsx_runtime.JSX.Element>;
268
+ declare const _default$g: 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$d: React.MemoExoticComponent<() => react_jsx_runtime.JSX.Element>;
294
+ declare const _default$f: 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$c: React.MemoExoticComponent<({ closeDialog, substitutionName, deleteSubstitution, }: IDeleteSubstitutionDialogContent) => react_jsx_runtime.JSX.Element>;
557
+ declare const _default$e: 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$b: React.MemoExoticComponent<({ closeDialog, userName, deleteUser, }: IDeleteUserDialogContent) => react_jsx_runtime.JSX.Element>;
564
+ declare const _default$d: 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$a: React.MemoExoticComponent<(props: FilledLabelProps) => react_jsx_runtime.JSX.Element>;
598
+ declare const _default$c: React.MemoExoticComponent<(props: FilledLabelProps) => react_jsx_runtime.JSX.Element>;
599
599
 
600
600
  type IFilterGroupSelector = {
601
601
  name?: string;
@@ -634,7 +634,30 @@ interface FixedFooterProps {
634
634
  children: React.ReactNode;
635
635
  justifyContent?: string;
636
636
  }
637
- declare const _default$9: React.MemoExoticComponent<({ justifyContent, children }: FixedFooterProps) => react_jsx_runtime.JSX.Element>;
637
+ declare const _default$b: React.MemoExoticComponent<({ justifyContent, children }: FixedFooterProps) => react_jsx_runtime.JSX.Element>;
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>;
638
661
 
639
662
  interface HeaderProps {
640
663
  appName: any;
@@ -749,10 +772,8 @@ interface PaginationForTableProps {
749
772
  position?: any;
750
773
  style?: any;
751
774
  updateFilters: any;
752
- siblingCount?: number;
753
- boundaryCount?: number;
754
775
  }
755
- declare const PaginationForTable: ({ appliedFilters, className, page, pagination, position, style, updateFilters, siblingCount, boundaryCount }: PaginationForTableProps) => react_jsx_runtime.JSX.Element;
776
+ declare const PaginationForTable: ({ appliedFilters, className, page, pagination, position, style, updateFilters, }: PaginationForTableProps) => react_jsx_runtime.JSX.Element;
756
777
 
757
778
  interface PhoneInputProps {
758
779
  value?: string | null;
@@ -1120,10 +1141,11 @@ type Props = {
1120
1141
  handleOpen: () => void;
1121
1142
  LeftDrawer: ReactNode;
1122
1143
  leftSection?: ReactNode;
1144
+ centerSection?: ReactNode;
1123
1145
  rightSection?: ReactNode;
1124
1146
  isAuthenticated?: boolean;
1125
1147
  };
1126
- declare const _default$1: React.MemoExoticComponent<({ imageLogoDarkSmall, imageLogoLightSmall, handleOpen, LeftDrawer, leftSection, rightSection, isAuthenticated, }: Props) => react_jsx_runtime.JSX.Element>;
1148
+ declare const _default$1: React.MemoExoticComponent<({ imageLogoDarkSmall, imageLogoLightSmall, handleOpen, LeftDrawer, leftSection, centerSection, rightSection, isAuthenticated, }: Props) => react_jsx_runtime.JSX.Element>;
1127
1149
 
1128
1150
  type IToastMessage = {
1129
1151
  toastType: 'success' | 'info' | 'warning' | 'error';
@@ -1199,4 +1221,4 @@ declare const SvgIconCompare: (props: SVGProps<SVGSVGElement>) => react_jsx_runt
1199
1221
 
1200
1222
  declare const SvgIconChart: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1201
1223
 
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 };
1224
+ export { ActiveFiltersIconButton, AddressFormFields, type AddressOption, AlertDialog, AlertDialogFullScreen, AppLabel, AppliedTableFiltersDisplay, AutocompleteFilterMenuContent, BackHeader, BottomBar, _default$m as BoxButton, CheckboxFilterMenuContent, ClearFiltersConfirmationDialog, CompanyLogo, ConfirmationDialog, ControlledCheckbox, ControlledNumberInput, ControlledNumericField, ControlledSelectWithArray, ControlledSelectWithObject, ControlledValidTextInput, DataGrid, Date, _default$e as DeleteSubstitutionDialogContent, _default$d as DeleteUserDialogContent, DeliveryInstructionsFormFields, DynamicOverflowTooltip, _default$l as ExtendedButton, FileCard, _default$k as FilledButton, _default$j as FilledButtonLg, _default$c as FilledLabel, FilterGroupSelector, FilterOptionsCheckboxes, FilterSimpleSelector, _default$b as FixedFooter, _default$9 as GlobalSearch, _default$a as GlobalSearchTrigger, GooglePlacesAddressAutocomplete, HashtagInput, HeadCell, Header, HeaderFilterObject, HeaderFilterOptions, HeaderFilters, SvgIconChart as IconChart, SvgIconCompare as IconCompare, _default$i as ImageButton, LabeledValueList, VirtualizedList as List, Loading, LocationsSectionInfo, Notes, Numpad, _default$8 as NumpadInput, NumpadPlus, type Option, Order, _default$h as OutlinedButton, _default$g as OutlinedButtonLg, PaginationForTable as Pagination, PhoneInput, _default$f 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 };