magneto365.ui 2.74.1-beta → 2.75.0

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.
Files changed (79) hide show
  1. package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
  2. package/dist/cjs/index.js +1239 -1214
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/types/components/UI/atoms/InlineDetails/InlineDetails.component.d.ts +3 -0
  5. package/dist/cjs/types/components/UI/atoms/InlineDetails/InlineDetails.interface.d.ts +13 -0
  6. package/dist/cjs/types/components/UI/atoms/InlineDetails/index.d.ts +2 -0
  7. package/dist/cjs/types/components/UI/atoms/Popover/Popover.interface.d.ts +0 -2
  8. package/dist/cjs/types/components/UI/atoms/index.d.ts +1 -0
  9. package/dist/cjs/types/components/UI/molecules/Drawer/Drawer.interface.d.ts +10 -0
  10. package/dist/cjs/types/components/UI/molecules/Input/Input.interface.d.ts +0 -4
  11. package/dist/cjs/types/components/UI/molecules/MobileSearchbar/MobileSearchbar.interface.d.ts +0 -4
  12. package/dist/cjs/types/components/UI/molecules/PortalTooltip/PortalTooltip.component.d.ts +3 -0
  13. package/dist/cjs/types/components/UI/molecules/PortalTooltip/PortalTooltip.interface.d.ts +45 -0
  14. package/dist/cjs/types/components/UI/molecules/PortalTooltip/hooks/usePortalTooltip.hook.d.ts +7 -0
  15. package/dist/cjs/types/components/UI/molecules/PortalTooltip/hooks/usePortalTooltipPosition.hook.d.ts +10 -0
  16. package/dist/cjs/types/components/UI/molecules/PortalTooltip/index.d.ts +2 -0
  17. package/dist/cjs/types/components/UI/molecules/ScrollableTab/ScrollableTab.component.d.ts +6 -0
  18. package/dist/cjs/types/components/UI/molecules/ScrollableTab/ScrollableTab.interface.d.ts +13 -0
  19. package/dist/cjs/types/components/UI/molecules/ScrollableTab/hooks/useScrollableTab.hook.d.ts +8 -0
  20. package/dist/cjs/types/components/UI/molecules/ScrollableTab/index.d.ts +2 -0
  21. package/dist/cjs/types/components/UI/molecules/TabItem/TabItem.component.d.ts +3 -0
  22. package/dist/cjs/types/components/UI/molecules/TabItem/TabItem.interface.d.ts +24 -0
  23. package/dist/cjs/types/components/UI/molecules/TabItem/TabItem.stories.d.ts +8 -0
  24. package/dist/cjs/types/components/UI/molecules/TabItem/index.d.ts +2 -0
  25. package/dist/cjs/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +1 -2
  26. package/dist/cjs/types/components/UI/molecules/index.d.ts +3 -0
  27. package/dist/cjs/types/components/UI/organism/FilterCard/FilterCard.interface.d.ts +0 -12
  28. package/dist/cjs/types/components/UI/organism/HeaderAnalyst/HeaderAnalyst.interface.d.ts +4 -3
  29. package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +1 -5
  30. package/dist/cjs/types/constants/icons.constants.d.ts +0 -3
  31. package/dist/cjs/types/constants/stories/InlineDetails.contants.d.ts +2 -0
  32. package/dist/cjs/types/constants/stories/analyst.constants.d.ts +0 -2
  33. package/dist/cjs/types/constants/stories/headers.constants.d.ts +3 -4
  34. package/dist/cjs/types/constants/stories/sideFilter.constants.d.ts +123 -0
  35. package/dist/esm/css/magneto.ui.lib.min.css +1 -1
  36. package/dist/esm/index.js +1236 -1215
  37. package/dist/esm/index.js.map +1 -1
  38. package/dist/esm/types/components/UI/atoms/InlineDetails/InlineDetails.component.d.ts +3 -0
  39. package/dist/esm/types/components/UI/atoms/InlineDetails/InlineDetails.interface.d.ts +13 -0
  40. package/dist/esm/types/components/UI/atoms/InlineDetails/index.d.ts +2 -0
  41. package/dist/esm/types/components/UI/atoms/Popover/Popover.interface.d.ts +0 -2
  42. package/dist/esm/types/components/UI/atoms/index.d.ts +1 -0
  43. package/dist/esm/types/components/UI/molecules/Drawer/Drawer.interface.d.ts +10 -0
  44. package/dist/esm/types/components/UI/molecules/Input/Input.interface.d.ts +0 -4
  45. package/dist/esm/types/components/UI/molecules/MobileSearchbar/MobileSearchbar.interface.d.ts +0 -4
  46. package/dist/esm/types/components/UI/molecules/PortalTooltip/PortalTooltip.component.d.ts +3 -0
  47. package/dist/esm/types/components/UI/molecules/PortalTooltip/PortalTooltip.interface.d.ts +45 -0
  48. package/dist/esm/types/components/UI/molecules/PortalTooltip/hooks/usePortalTooltip.hook.d.ts +7 -0
  49. package/dist/esm/types/components/UI/molecules/PortalTooltip/hooks/usePortalTooltipPosition.hook.d.ts +10 -0
  50. package/dist/esm/types/components/UI/molecules/PortalTooltip/index.d.ts +2 -0
  51. package/dist/esm/types/components/UI/molecules/ScrollableTab/ScrollableTab.component.d.ts +6 -0
  52. package/dist/esm/types/components/UI/molecules/ScrollableTab/ScrollableTab.interface.d.ts +13 -0
  53. package/dist/esm/types/components/UI/molecules/ScrollableTab/hooks/useScrollableTab.hook.d.ts +8 -0
  54. package/dist/esm/types/components/UI/molecules/ScrollableTab/index.d.ts +2 -0
  55. package/dist/esm/types/components/UI/molecules/TabItem/TabItem.component.d.ts +3 -0
  56. package/dist/esm/types/components/UI/molecules/TabItem/TabItem.interface.d.ts +24 -0
  57. package/dist/esm/types/components/UI/molecules/TabItem/TabItem.stories.d.ts +8 -0
  58. package/dist/esm/types/components/UI/molecules/TabItem/index.d.ts +2 -0
  59. package/dist/esm/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +1 -2
  60. package/dist/esm/types/components/UI/molecules/index.d.ts +3 -0
  61. package/dist/esm/types/components/UI/organism/FilterCard/FilterCard.interface.d.ts +0 -12
  62. package/dist/esm/types/components/UI/organism/HeaderAnalyst/HeaderAnalyst.interface.d.ts +4 -3
  63. package/dist/esm/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +1 -5
  64. package/dist/esm/types/constants/icons.constants.d.ts +0 -3
  65. package/dist/esm/types/constants/stories/InlineDetails.contants.d.ts +2 -0
  66. package/dist/esm/types/constants/stories/analyst.constants.d.ts +0 -2
  67. package/dist/esm/types/constants/stories/headers.constants.d.ts +3 -4
  68. package/dist/esm/types/constants/stories/sideFilter.constants.d.ts +123 -0
  69. package/dist/index.d.ts +122 -30
  70. package/package.json +1 -1
  71. package/dist/assets/3c9ef5949d25901a.svg +0 -11
  72. package/dist/assets/3f84ef2fa90fc06b.svg +0 -17
  73. package/dist/assets/a9f25ebc43dd2922.svg +0 -9
  74. package/dist/cjs/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.component.d.ts +0 -4
  75. package/dist/cjs/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.interface.d.ts +0 -55
  76. package/dist/cjs/types/components/UI/molecules/MegaMenuSearchBar/SearchBar.component.d.ts +0 -4
  77. package/dist/esm/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.component.d.ts +0 -4
  78. package/dist/esm/types/components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.interface.d.ts +0 -55
  79. package/dist/esm/types/components/UI/molecules/MegaMenuSearchBar/SearchBar.component.d.ts +0 -4
@@ -0,0 +1,3 @@
1
+ import { IInlineDetails } from './InlineDetails.interface';
2
+ export declare function InlineDetails({ details, className }: Readonly<IInlineDetails>): JSX.Element;
3
+ export default InlineDetails;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Interface for the InLineDetails component
3
+ */
4
+ export interface IInlineDetails {
5
+ /**
6
+ * Array of strings that will be displayed in a single line, separated by " | "
7
+ */
8
+ details: string[];
9
+ /**
10
+ * Optional className to apply custom styles to the wrapper element
11
+ */
12
+ className?: string;
13
+ }
@@ -0,0 +1,2 @@
1
+ export * from './InlineDetails.interface';
2
+ export { default as InlineDetails } from './InlineDetails.component';
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  declare type PositionY = 'top' | 'bottom';
3
2
  declare type PositionX = 'left' | 'center' | 'right';
4
3
  export interface IPopover {
@@ -31,6 +30,5 @@ export interface IPopover {
31
30
  */
32
31
  staticContent?: boolean;
33
32
  className?: string;
34
- style?: React.CSSProperties;
35
33
  }
36
34
  export {};
@@ -42,3 +42,4 @@ export * from './Text';
42
42
  export * from './ToggleButton';
43
43
  export * from './Typography';
44
44
  export * from './UserMenuButtonAnalyst';
45
+ export * from './InlineDetails';
@@ -46,6 +46,11 @@ export interface IDrawer {
46
46
  * this property sets custom styles into background drawer
47
47
  */
48
48
  backGroundClassName?: string;
49
+ /**
50
+ * An optional custom container where the Drawer Portal will be rendered.
51
+ * If not provided, it will use the body.
52
+ */
53
+ customContainer?: IDrawerPortal['customContainer'];
49
54
  }
50
55
  /**
51
56
  * This interface represents a Portal for the Drawer component.
@@ -56,4 +61,9 @@ export interface IDrawerPortal {
56
61
  * It can be a single JSX element, an array of JSX elements, or `false` to indicate no content.
57
62
  */
58
63
  children: false | JSX.Element | JSX.Element[];
64
+ /**
65
+ * An optional custom container where the Drawer Portal will be rendered.
66
+ * If not provided, it will use the body.
67
+ */
68
+ customContainer?: HTMLElement | ShadowRoot;
59
69
  }
@@ -57,8 +57,4 @@ export interface IInput extends React.InputHTMLAttributes<HTMLInputElement> {
57
57
  * this property sets the max counter value
58
58
  */
59
59
  maxCounterValue?: number;
60
- /**
61
- * Main Styles
62
- */
63
- mainClassName?: string;
64
60
  }
@@ -19,8 +19,4 @@ export interface IMobileSearchbar {
19
19
  * Sets the value for the input in the searchbar
20
20
  */
21
21
  termValue?: any;
22
- /**
23
- * placeholder
24
- */
25
- placeholder?: string;
26
22
  }
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IPortalTooltipProps } from './PortalTooltip.interface';
3
+ export declare const PortalTooltip: React.FC<IPortalTooltipProps>;
@@ -0,0 +1,45 @@
1
+ /// <reference types="react" />
2
+ import { TPosition } from '../Tooltip/Tooltip.interface';
3
+ export interface IPortalTooltipProps {
4
+ /**
5
+ * this property set the tooltip title
6
+ */
7
+ title: string;
8
+ /**
9
+ * this property set the tooltip position
10
+ * @default 'bottom'
11
+ */
12
+ position?: TPosition;
13
+ /**
14
+ * the tooltip component must wrap a component. This needs to be able to hold a ref
15
+ */
16
+ children: React.ReactElement;
17
+ /**
18
+ * this property set the tooltip visibility
19
+ * @default true
20
+ */
21
+ visible?: boolean;
22
+ /**
23
+ * this property set the tooltip width
24
+ * @default 'fit-content'
25
+ */
26
+ width?: string;
27
+ /**
28
+ * this property sets delay in milliseconds before the tooltip appears
29
+ */
30
+ enterDelay?: number;
31
+ /**
32
+ * this property sets delay in milliseconds before the tooltip disappears
33
+ */
34
+ leaveDelay?: number;
35
+ /**
36
+ * this property sets the offset in pixels for the tooltip position relative to the target element
37
+ * @default 8
38
+ */
39
+ offset?: number;
40
+ /**
41
+ * this property set the tooltip arrow visibility
42
+ * @default true
43
+ */
44
+ hasArrow?: boolean;
45
+ }
@@ -0,0 +1,7 @@
1
+ declare const usePortalTooltip: (visible: boolean, enterDelay?: number | undefined, leaveDelay?: number | undefined) => {
2
+ open: boolean;
3
+ tooltipContainer: HTMLElement | ShadowRoot;
4
+ showTooltip: () => void;
5
+ hideTooltip: () => void;
6
+ };
7
+ export default usePortalTooltip;
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ declare const usePortalTooltipPosition: (open: boolean, offset: number, position: string) => {
3
+ coords: {
4
+ top: number;
5
+ left: number;
6
+ };
7
+ triggerRef: import("react").RefObject<HTMLDivElement>;
8
+ tooltipRef: import("react").RefObject<HTMLDivElement>;
9
+ };
10
+ export default usePortalTooltipPosition;
@@ -0,0 +1,2 @@
1
+ export * from './PortalTooltip.interface';
2
+ export { PortalTooltip } from './PortalTooltip.component';
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { IScrollableTab } from './ScrollableTab.interface';
3
+ /**
4
+ * Molecule UI for ScrollableTab
5
+ */
6
+ export declare const ScrollableTab: React.FC<IScrollableTab>;
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ export interface IScrollableTab {
3
+ children: React.ReactNode | React.ReactNode[];
4
+ /**
5
+ * Optional prop to set the scroll amount when clicking the arrows
6
+ * @default 100
7
+ */
8
+ scrollAmount?: number;
9
+ /**
10
+ * Optional prop to add custom className
11
+ */
12
+ className?: string;
13
+ }
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ declare const useScrollableTab: () => {
3
+ showLeftArrow: boolean;
4
+ showRightArrow: boolean;
5
+ containerRef: React.RefObject<HTMLDivElement>;
6
+ handleScrollByAmount: (amount: number) => void | undefined;
7
+ };
8
+ export default useScrollableTab;
@@ -0,0 +1,2 @@
1
+ export * from './ScrollableTab.interface';
2
+ export { ScrollableTab } from './ScrollableTab.component';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { ITabItem } from './TabItem.interface';
3
+ export declare const TabItem: React.FC<ITabItem>;
@@ -0,0 +1,24 @@
1
+ export interface ITabItem {
2
+ /**
3
+ * Tab item text
4
+ */
5
+ text: string;
6
+ /**
7
+ * Tab item action
8
+ */
9
+ onClick?: () => void;
10
+ /**
11
+ * Tab item styles
12
+ */
13
+ className?: string;
14
+ /**
15
+ * Tab item disabled state
16
+ * @default false
17
+ */
18
+ isDisabled?: boolean;
19
+ /**
20
+ * Tab item selected state
21
+ * @default false
22
+ */
23
+ isSelected?: boolean;
24
+ }
@@ -0,0 +1,8 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import { TabItem } from './TabItem.component';
3
+ declare const meta: Meta<typeof TabItem>;
4
+ declare type Story = StoryObj<typeof TabItem>;
5
+ export declare const Default: Story;
6
+ export declare const Disabled: Story;
7
+ export declare const Selected: Story;
8
+ export default meta;
@@ -0,0 +1,2 @@
1
+ export * from './TabItem.interface';
2
+ export { TabItem } from './TabItem.component';
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare type TPosition = 'top' | 'bottom' | 'left' | 'right';
2
+ export declare type TPosition = 'top' | 'bottom' | 'left' | 'right';
3
3
  export interface ITooltipProps {
4
4
  /**
5
5
  * this property set the tooltip title
@@ -22,4 +22,3 @@ export interface ITooltipProps {
22
22
  */
23
23
  visible?: boolean;
24
24
  }
25
- export {};
@@ -81,5 +81,8 @@ export * from './Tooltip';
81
81
  export * from './UserMenu';
82
82
  export * from './UserMenuAnalyst';
83
83
  export * from './UserMenuWrapperAnalyst';
84
+ export * from './ScrollableTab';
85
+ export * from './TabItem';
86
+ export * from './PortalTooltip';
84
87
  export * from './ImageCard';
85
88
  export * from './CompanyCard';
@@ -16,16 +16,4 @@ export interface IFilterCard extends IFilter, ISearchRenderTypeProps {
16
16
  * This is the switch title and indicate if has switch
17
17
  */
18
18
  switchText?: string;
19
- /**
20
- * Identification Key for each filter card
21
- */
22
- index: number;
23
- /**
24
- *Function to bnotify an open filter
25
- */
26
- setCurrentOpenFilter: (index: number) => void;
27
- /**
28
- * key to know if a filter has changed
29
- */
30
- showFilters: boolean;
31
19
  }
@@ -1,5 +1,6 @@
1
1
  import { IBreadcrumbs, IUserMenuWrapperAnalystProps } from '@components/UI/molecules';
2
- import { ILogoComponent, ILinkProps } from '@components/UI/atoms';
2
+ import { ILogoComponent } from '@components/UI/atoms';
3
+ import React from 'react';
3
4
  export interface IHeaderAnalyst {
4
5
  /**
5
6
  * Breadcrumbs props
@@ -30,9 +31,9 @@ export interface IHeaderAnalyst {
30
31
  */
31
32
  userMenuProps: IUserMenuWrapperAnalystProps;
32
33
  /**
33
- * User notification link props
34
+ * Component to display a custom notification bell
34
35
  */
35
- userNotificationProps?: ILinkProps;
36
+ notificationBell?: React.ReactNode;
36
37
  }
37
38
  export interface ILogoAnalyst extends ILogoComponent {
38
39
  /**
@@ -3,8 +3,6 @@ import { ISearchbar } from '@components/UI/molecules';
3
3
  import { IPopoverRef } from '@components/UI/molecules/MegaMenuPopover/MegaMenuPopover.interface';
4
4
  import { IlistMenuUserProps } from '@components/UI/organism';
5
5
  import React, { ReactNode } from 'react';
6
- import { ISelectOptions } from '@components/UI/organism/Select2/Select2.interface';
7
- import { IMegaMenuSearchBar } from '@components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.interface';
8
6
  export interface IMegaMenuLink {
9
7
  label: string;
10
8
  url: string;
@@ -29,9 +27,7 @@ export interface IMegaMenuMainHeader {
29
27
  signUpText: string;
30
28
  onClickSignUp: (event: Event) => Promise<void>;
31
29
  };
32
- selectCountry?: ISelectOptions<unknown>;
33
- searchBarProps?: IMegaMenuSearchBar;
34
- mobileSearchBarProps: ISearchbar;
30
+ searchBarProps?: ISearchbar;
35
31
  homeUrl?: string;
36
32
  homeText?: string;
37
33
  }
@@ -188,6 +188,3 @@ export { default as WhatsAppDark } from '../assets/Whatsapp.svg';
188
188
  export { default as X } from '../assets/X.svg';
189
189
  export { default as Youtube } from '../assets/Youtube.svg';
190
190
  export { default as YoutubeSolid } from '../assets/YoutubeSolid.svg';
191
- export { default as FilterIcon } from '../assets/filter-search.svg';
192
- export { default as SortIcon } from '../assets/SortIcon.svg';
193
- export { default as CurrentLocation } from '../assets/current-location.svg';
@@ -0,0 +1,2 @@
1
+ import { IInlineDetails } from '@components/UI/atoms/InlineDetails';
2
+ export declare const inlineDetailsProps: IInlineDetails;
@@ -1,10 +1,8 @@
1
1
  import { IBreadcrumbs, IUserAnalyst, IUserMenuWrapperAnalystProps } from '@components/UI/molecules';
2
2
  import { IHeaderAnalyst, INavMenuAnalystProps, IModalAnalystProps } from '@components/UI/organism';
3
- import { ILinkProps } from '@components/UI/atoms';
4
3
  import { IAnalystTemplateProps } from '@components/UI/template';
5
4
  export declare const BreadCrumbAnalystProps: IBreadcrumbs;
6
5
  export declare const UserAnalystProps: IUserAnalyst;
7
- export declare const UserNotificationProps: ILinkProps;
8
6
  export declare const UserMenuAnalystProps: IUserMenuWrapperAnalystProps;
9
7
  export declare const HeaderAnalystProps: IHeaderAnalyst;
10
8
  export declare const NavMenuAnalystProps: INavMenuAnalystProps;
@@ -1,7 +1,6 @@
1
1
  import { IBreadcrumb, IMainButton, IconProps } from '@components/UI/atoms';
2
- import { IHeaderTabs, IListMenuIcons, IMenuItems, ISearchbar } from '@components/UI/molecules';
2
+ import { IHeaderTabs, IListMenuIcons, IMenuItems, IMobileSearchbar, ISearchbar } from '@components/UI/molecules';
3
3
  import { IBrands } from '@components/UI/molecules/BrandsContainer/BrandsContainer.interface';
4
- import { IMegaMenuSearchBar } from '@components/UI/molecules/MegaMenuSearchBar/MegaMenuSearchBar.interface';
5
4
  export declare const ourBrandsText = "Nuestras Marcas";
6
5
  export declare const brands: IBrands[];
7
6
  export declare const breadcrumbProps: IBreadcrumb;
@@ -82,8 +81,8 @@ export declare const DrawerRightTabStyles: {
82
81
  export declare const JobsTabsProps: IHeaderTabs;
83
82
  export declare const ProcessTabsProps: IHeaderTabs;
84
83
  export declare const CurriculumTabProps: IHeaderTabs;
85
- export declare const SearchbarProps: IMegaMenuSearchBar;
86
- export declare const MobileSearchbarProps: ISearchbar;
84
+ export declare const SearchbarProps: ISearchbar;
85
+ export declare const MobileSearchbarProps: IMobileSearchbar;
87
86
  export declare const iconPropsBreadCrumb: IconProps;
88
87
  export declare const searchMobileProps: IMainButton;
89
88
  export declare const closeSearchMobileProps: IMainButton;
@@ -33,7 +33,10 @@ export declare const storiesFilters: ({
33
33
  fieldsAlias: {
34
34
  id: string;
35
35
  label: string;
36
+ parentId?: undefined;
36
37
  };
38
+ fieldFullSearch?: undefined;
39
+ sourceName?: undefined;
37
40
  };
38
41
  values: {
39
42
  id: number;
@@ -43,6 +46,90 @@ export declare const storiesFilters: ({
43
46
  isApplied: boolean;
44
47
  }[];
45
48
  searchPlaceholder: string;
49
+ renderChild?: undefined;
50
+ child?: undefined;
51
+ filtersApplied?: undefined;
52
+ } | {
53
+ label: string;
54
+ field: string;
55
+ type: string;
56
+ renderType: string;
57
+ renderChild: string;
58
+ dataType: string;
59
+ multiple: boolean;
60
+ repository: {
61
+ type: string;
62
+ defaultFilter: {
63
+ active?: undefined;
64
+ };
65
+ defaultOrder: {
66
+ name?: undefined;
67
+ };
68
+ defaultOperator: number;
69
+ source: string;
70
+ fieldFullSearch: string;
71
+ sourceName: string;
72
+ fieldsAlias: {
73
+ id: string;
74
+ label: string;
75
+ parentId: null;
76
+ };
77
+ };
78
+ child: {
79
+ label: string;
80
+ field: string;
81
+ type: string;
82
+ renderType: string;
83
+ renderChild: string;
84
+ dataType: string;
85
+ multiple: boolean;
86
+ repository: {
87
+ type: string;
88
+ defaultFilter: {};
89
+ defaultOrder: {};
90
+ defaultOperator: number;
91
+ source: string;
92
+ fieldFullSearch: string;
93
+ sourceName: string;
94
+ fieldsAlias: {
95
+ id: string;
96
+ label: string;
97
+ parentId: string;
98
+ };
99
+ };
100
+ child: {
101
+ label: string;
102
+ field: string;
103
+ type: string;
104
+ renderType: string;
105
+ dataType: string;
106
+ multiple: boolean;
107
+ repository: {
108
+ type: string;
109
+ defaultFilter: {};
110
+ defaultOrder: {};
111
+ defaultOperator: number;
112
+ source: string;
113
+ fieldFullSearch: string;
114
+ sourceName: string;
115
+ fieldsAlias: {
116
+ id: string;
117
+ label: string;
118
+ parentId: string;
119
+ };
120
+ };
121
+ values: never[];
122
+ filtersApplied: string[];
123
+ searchPlaceholder: string;
124
+ };
125
+ values: never[];
126
+ filtersApplied: string[];
127
+ searchPlaceholder: string;
128
+ };
129
+ values: never[];
130
+ filtersApplied: number[];
131
+ searchPlaceholder: string;
132
+ placeholder?: undefined;
46
133
  } | {
47
134
  label: string;
48
135
  field: string;
@@ -63,7 +150,10 @@ export declare const storiesFilters: ({
63
150
  fieldsAlias: {
64
151
  id?: undefined;
65
152
  label?: undefined;
153
+ parentId?: undefined;
66
154
  };
155
+ fieldFullSearch?: undefined;
156
+ sourceName?: undefined;
67
157
  };
68
158
  values: ({
69
159
  operator: number;
@@ -86,6 +176,9 @@ export declare const storiesFilters: ({
86
176
  })[];
87
177
  searchPlaceholder: string;
88
178
  placeholder?: undefined;
179
+ renderChild?: undefined;
180
+ child?: undefined;
181
+ filtersApplied?: undefined;
89
182
  } | {
90
183
  label: string;
91
184
  field: string;
@@ -104,6 +197,8 @@ export declare const storiesFilters: ({
104
197
  defaultOperator: number;
105
198
  source: null;
106
199
  fieldsAlias: null;
200
+ fieldFullSearch?: undefined;
201
+ sourceName?: undefined;
107
202
  };
108
203
  values: ({
109
204
  operator: number;
@@ -135,6 +230,9 @@ export declare const storiesFilters: ({
135
230
  })[];
136
231
  searchPlaceholder: string;
137
232
  placeholder?: undefined;
233
+ renderChild?: undefined;
234
+ child?: undefined;
235
+ filtersApplied?: undefined;
138
236
  } | {
139
237
  label: string;
140
238
  field: string;
@@ -153,6 +251,8 @@ export declare const storiesFilters: ({
153
251
  defaultOperator: number;
154
252
  source: string;
155
253
  fieldsAlias: null;
254
+ fieldFullSearch?: undefined;
255
+ sourceName?: undefined;
156
256
  };
157
257
  values: {
158
258
  id: string;
@@ -165,6 +265,9 @@ export declare const storiesFilters: ({
165
265
  }[];
166
266
  searchPlaceholder: string;
167
267
  placeholder?: undefined;
268
+ renderChild?: undefined;
269
+ child?: undefined;
270
+ filtersApplied?: undefined;
168
271
  } | {
169
272
  label: string;
170
273
  field: string;
@@ -183,6 +286,8 @@ export declare const storiesFilters: ({
183
286
  defaultOperator: number;
184
287
  source: string;
185
288
  fieldsAlias: null;
289
+ fieldFullSearch?: undefined;
290
+ sourceName?: undefined;
186
291
  };
187
292
  values: {
188
293
  id: number;
@@ -193,6 +298,9 @@ export declare const storiesFilters: ({
193
298
  }[];
194
299
  searchPlaceholder: string;
195
300
  placeholder?: undefined;
301
+ renderChild?: undefined;
302
+ child?: undefined;
303
+ filtersApplied?: undefined;
196
304
  } | {
197
305
  label: string;
198
306
  field: string;
@@ -211,6 +319,8 @@ export declare const storiesFilters: ({
211
319
  defaultOperator: number;
212
320
  source: null;
213
321
  fieldsAlias: null;
322
+ fieldFullSearch?: undefined;
323
+ sourceName?: undefined;
214
324
  };
215
325
  values: {
216
326
  operator: number;
@@ -221,6 +331,9 @@ export declare const storiesFilters: ({
221
331
  }[];
222
332
  searchPlaceholder: string;
223
333
  placeholder?: undefined;
334
+ renderChild?: undefined;
335
+ child?: undefined;
336
+ filtersApplied?: undefined;
224
337
  } | {
225
338
  label: string;
226
339
  field: string;
@@ -239,6 +352,8 @@ export declare const storiesFilters: ({
239
352
  defaultOperator: number;
240
353
  source: null;
241
354
  fieldsAlias: null;
355
+ fieldFullSearch?: undefined;
356
+ sourceName?: undefined;
242
357
  };
243
358
  values: {
244
359
  operator: number;
@@ -249,6 +364,9 @@ export declare const storiesFilters: ({
249
364
  }[];
250
365
  searchPlaceholder: string;
251
366
  placeholder?: undefined;
367
+ renderChild?: undefined;
368
+ child?: undefined;
369
+ filtersApplied?: undefined;
252
370
  } | {
253
371
  label: string;
254
372
  field: string;
@@ -267,6 +385,8 @@ export declare const storiesFilters: ({
267
385
  defaultOperator: number;
268
386
  source: null;
269
387
  fieldsAlias: null;
388
+ fieldFullSearch?: undefined;
389
+ sourceName?: undefined;
270
390
  };
271
391
  values: {
272
392
  operator: number;
@@ -278,6 +398,9 @@ export declare const storiesFilters: ({
278
398
  }[];
279
399
  searchPlaceholder: string;
280
400
  placeholder?: undefined;
401
+ renderChild?: undefined;
402
+ child?: undefined;
403
+ filtersApplied?: undefined;
281
404
  })[];
282
405
  export declare const sideFilterProps: {
283
406
  title: string;