profinansy-ui-lib 3.6.50 → 3.6.52

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.
@@ -35,6 +35,8 @@ export type TBubbleProps = {
35
35
  scroll?: TScrollBubbles;
36
36
  /** Класс для таба */
37
37
  tabClass?: string;
38
+ /** Включен ли двойной клик по табу */
39
+ doubleClickAllowed?: boolean;
38
40
  } & (Single | Multiple);
39
41
  export type Single = {
40
42
  /** Мульти выбор значений **/
@@ -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
- placement: Placement;
28
- strategy: import("@floating-ui/utils").Strategy;
29
27
  x: number;
30
28
  y: number;
29
+ placement: Placement;
30
+ strategy: import("@floating-ui/utils").Strategy;
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
- placement: Placement;
27
- strategy: import("@floating-ui/utils").Strategy;
28
26
  x: number;
29
27
  y: number;
28
+ placement: Placement;
29
+ strategy: import("@floating-ui/utils").Strategy;
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
- placement: Placement;
29
- strategy: import("@floating-ui/utils").Strategy;
30
28
  x: number;
31
29
  y: number;
30
+ placement: Placement;
31
+ strategy: import("@floating-ui/utils").Strategy;
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
- placement: Placement;
32
- strategy: import("@floating-ui/utils").Strategy;
33
31
  x: number;
34
32
  y: number;
33
+ placement: Placement;
34
+ strategy: import("@floating-ui/utils").Strategy;
35
35
  middlewareData: import("@floating-ui/react").MiddlewareData;
36
36
  isPositioned: boolean;
37
37
  update: () => void;
@@ -1,5 +1,5 @@
1
1
  import { IColumnTable } from './Table.typed';
2
2
  export declare const getAlignment: (alignment: IColumnTable['alignment']) => {
3
3
  justifyContent: string;
4
- textAlign: "center" | "right" | "left";
4
+ textAlign: "center" | "left" | "right";
5
5
  };
@@ -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
- placement: Placement;
29
- strategy: import("@floating-ui/utils").Strategy;
30
28
  x: number;
31
29
  y: number;
30
+ placement: Placement;
31
+ strategy: import("@floating-ui/utils").Strategy;
32
32
  middlewareData: import("@floating-ui/react").MiddlewareData;
33
33
  isPositioned: boolean;
34
34
  update: () => void;