react-semaphor 0.0.133 → 0.0.134
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/react-semaphor.d.ts
CHANGED
|
@@ -362,7 +362,7 @@ export declare const PYTHON_DEFAULT_CODE = "import pandas as pd\ndf = pd.DataFra
|
|
|
362
362
|
|
|
363
363
|
export declare const resolveDataType: (value: any) => string;
|
|
364
364
|
|
|
365
|
-
export declare function SelectComponent({ title, items, value, isLoading, isError, onChange, className, showIcon, }: SelectProps): JSX_2.Element;
|
|
365
|
+
export declare function SelectComponent({ title, items, value, isLoading, isError, connectionTooltip, onChange, className, showIcon, }: SelectProps): JSX_2.Element;
|
|
366
366
|
|
|
367
367
|
declare type SelectProps = {
|
|
368
368
|
title: string;
|
|
@@ -376,6 +376,7 @@ declare type SelectProps = {
|
|
|
376
376
|
onChange?: (value: string) => void;
|
|
377
377
|
className?: string;
|
|
378
378
|
showIcon?: boolean;
|
|
379
|
+
connectionTooltip?: string;
|
|
379
380
|
};
|
|
380
381
|
|
|
381
382
|
export declare function SemaphorQueryClient({ children, }: {
|
package/dist/react-semaphor.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a7 as t, a6 as r, Z as d, a2 as D, a1 as i, a0 as T, _ as l, a5 as u, a3 as A, am as n, an as E, a4 as h, ap as S, aa as b, a8 as m, aq as _, ac as C, ao as p, ab as g, ae as c, a9 as P, ad as Y, ah as f, af as y, X as q, Y as N, aj as O, ai as k, al as B, ag as v, ak as F } from "./index-
|
|
1
|
+
import { a7 as t, a6 as r, Z as d, a2 as D, a1 as i, a0 as T, _ as l, a5 as u, a3 as A, am as n, an as E, a4 as h, ap as S, aa as b, a8 as m, aq as _, ac as C, ao as p, ab as g, ae as c, a9 as P, ad as Y, ah as f, af as y, X as q, Y as N, aj as O, ai as k, al as B, ag as v, ak as F } from "./index-l06IhCcV.js";
|
|
2
2
|
import "react";
|
|
3
3
|
import "react-dom";
|
|
4
4
|
export {
|