profinansy-ui-lib 3.6.55 → 3.6.57
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/blocks/SearchSideMenu/Search.d.ts +8 -0
- package/dist/components/blocks/{sideMenu/components/Search → SearchSideMenu}/compoenents/SearchWindow/SearchWindowSideMenu.d.ts +1 -1
- package/dist/components/blocks/SearchSideMenu/index.d.ts +1 -0
- package/dist/components/uikit/Dropdown/Dropdown.d.ts +2 -2
- package/dist/components/uikit/FilterButton/Drop/Drop.d.ts +2 -2
- package/dist/components/uikit/Hint/Hint.d.ts +2 -2
- package/dist/components/uikit/Popup/Popup.d.ts +2 -2
- package/dist/components/uikit/Table/utils.d.ts +1 -1
- package/dist/components/uikit/Tooltip/Tooltip.d.ts +2 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.js +137 -137
- package/package.json +1 -1
- package/dist/components/blocks/sideMenu/components/Search/Search.d.ts +0 -8
- /package/dist/components/blocks/{sideMenu/components/Search → SearchSideMenu}/Search.styled.d.ts +0 -0
- /package/dist/components/blocks/{sideMenu/components/Search → SearchSideMenu}/compoenents/SearchWindow/SearchWindowSideMenu.styled.d.ts +0 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SearchCategories } from '../search/Search.const';
|
|
2
|
+
interface IProps {
|
|
3
|
+
category: SearchCategories;
|
|
4
|
+
isOpenMode: boolean;
|
|
5
|
+
height: number;
|
|
6
|
+
}
|
|
7
|
+
declare const SearchSideMenu: ({ isOpenMode, height, category }: IProps) => JSX.Element;
|
|
8
|
+
export { SearchSideMenu };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SearchSideMenu } from './Search';
|
|
@@ -24,10 +24,10 @@ export declare function useDrop({ placement, onOpenList }: {
|
|
|
24
24
|
floating: HTMLElement;
|
|
25
25
|
} & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
|
|
26
26
|
context: {
|
|
27
|
-
x: number;
|
|
28
|
-
y: number;
|
|
29
27
|
placement: Placement;
|
|
30
28
|
strategy: import("@floating-ui/utils").Strategy;
|
|
29
|
+
x: number;
|
|
30
|
+
y: number;
|
|
31
31
|
middlewareData: import("@floating-ui/react").MiddlewareData;
|
|
32
32
|
isPositioned: boolean;
|
|
33
33
|
update: () => void;
|
|
@@ -23,10 +23,10 @@ export declare function useDrop({ placement }: {
|
|
|
23
23
|
floating: HTMLElement;
|
|
24
24
|
} & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
|
|
25
25
|
context: {
|
|
26
|
-
x: number;
|
|
27
|
-
y: number;
|
|
28
26
|
placement: Placement;
|
|
29
27
|
strategy: import("@floating-ui/utils").Strategy;
|
|
28
|
+
x: number;
|
|
29
|
+
y: number;
|
|
30
30
|
middlewareData: import("@floating-ui/react").MiddlewareData;
|
|
31
31
|
isPositioned: boolean;
|
|
32
32
|
update: () => void;
|
|
@@ -25,10 +25,10 @@ export declare function useHint({ placement, isClickMobile }?: HintOptions): {
|
|
|
25
25
|
floating: HTMLElement;
|
|
26
26
|
} & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
|
|
27
27
|
context: {
|
|
28
|
-
x: number;
|
|
29
|
-
y: number;
|
|
30
28
|
placement: Placement;
|
|
31
29
|
strategy: import("@floating-ui/utils").Strategy;
|
|
30
|
+
x: number;
|
|
31
|
+
y: number;
|
|
32
32
|
middlewareData: import("@floating-ui/react").MiddlewareData;
|
|
33
33
|
isPositioned: boolean;
|
|
34
34
|
update: () => void;
|
|
@@ -28,10 +28,10 @@ export declare function usePopup({ placement, isHover }: {
|
|
|
28
28
|
floating: HTMLElement;
|
|
29
29
|
} & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
|
|
30
30
|
context: {
|
|
31
|
-
x: number;
|
|
32
|
-
y: number;
|
|
33
31
|
placement: Placement;
|
|
34
32
|
strategy: import("@floating-ui/utils").Strategy;
|
|
33
|
+
x: number;
|
|
34
|
+
y: number;
|
|
35
35
|
middlewareData: import("@floating-ui/react").MiddlewareData;
|
|
36
36
|
isPositioned: boolean;
|
|
37
37
|
update: () => void;
|
|
@@ -25,10 +25,10 @@ export declare function useTooltip({ placement, isHover, showArrow }: {
|
|
|
25
25
|
floating: HTMLElement;
|
|
26
26
|
} & import("@floating-ui/react").ExtendedElements<import("@floating-ui/react").ReferenceType>;
|
|
27
27
|
context: {
|
|
28
|
-
x: number;
|
|
29
|
-
y: number;
|
|
30
28
|
placement: Placement;
|
|
31
29
|
strategy: import("@floating-ui/utils").Strategy;
|
|
30
|
+
x: number;
|
|
31
|
+
y: number;
|
|
32
32
|
middlewareData: import("@floating-ui/react").MiddlewareData;
|
|
33
33
|
isPositioned: boolean;
|
|
34
34
|
update: () => void;
|
package/dist/index.d.ts
CHANGED
|
@@ -10,6 +10,8 @@ export { ShareList } from './components/blocks/ShareList';
|
|
|
10
10
|
export { Support } from './components/blocks/Support';
|
|
11
11
|
export { Notification } from './components/blocks/Notification';
|
|
12
12
|
export { NotificationShort } from './components/blocks/Notification';
|
|
13
|
+
export { SearchSideMenu } from './components/blocks/SearchSideMenu';
|
|
14
|
+
export { SearchCategories } from './components/blocks/search/Search.const';
|
|
13
15
|
export { LayoutSideMenu } from './components/layouts/LayoutSideMenu';
|
|
14
16
|
export { useHidingFromApp } from './hooks/useHiddingFromApp';
|
|
15
17
|
export { useHidingChat } from './hooks/useHidingChat';
|