@datarecce/ui 0.1.23 → 0.1.24
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/{RecceCheckContext-_xzNlnbJ.js → RecceCheckContext-Cb41gigE.js} +4 -3
- package/dist/RecceCheckContext-Cb41gigE.js.map +1 -0
- package/dist/{RecceCheckContext-DIQjrvH8.mjs → RecceCheckContext-CzsuuXxT.mjs} +4 -3
- package/dist/RecceCheckContext-CzsuuXxT.mjs.map +1 -0
- package/dist/api.d.mts +2 -2
- package/dist/api.d.ts +2 -2
- package/dist/api.js +3 -2
- package/dist/api.mjs +3 -3
- package/dist/{components-CfY72Lq2.mjs → components-BHxcVq0D.mjs} +244 -208
- package/dist/components-BHxcVq0D.mjs.map +1 -0
- package/dist/{components-DXbVq9Cw.js → components-Bmc5X473.js} +244 -210
- package/dist/components-Bmc5X473.js.map +1 -0
- package/dist/components.d.mts +1 -1
- package/dist/components.d.ts +1 -1
- package/dist/components.js +4 -4
- package/dist/components.mjs +4 -4
- package/dist/{hooks-C8pyX9m_.mjs → hooks-B0XGswIh.mjs} +3 -3
- package/dist/{hooks-C8pyX9m_.mjs.map → hooks-B0XGswIh.mjs.map} +1 -1
- package/dist/{hooks-C4jkoryM.js → hooks-C99PZcmB.js} +3 -3
- package/dist/{hooks-C4jkoryM.js.map → hooks-C99PZcmB.js.map} +1 -1
- package/dist/hooks.d.mts +2 -2
- package/dist/hooks.d.ts +2 -2
- package/dist/hooks.js +4 -3
- package/dist/hooks.mjs +4 -4
- package/dist/{index-DIHuswfP.d.mts → index-04n48ic2.d.mts} +46 -40
- package/dist/index-04n48ic2.d.mts.map +1 -0
- package/dist/{index-CVPmrztP.d.ts → index-CgyLTrll.d.ts} +115 -109
- package/dist/index-CgyLTrll.d.ts.map +1 -0
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +7 -5
- package/dist/index.mjs +6 -6
- package/dist/{state-AeoqV9ja.js → state-Ct-DP81O.js} +90 -79
- package/dist/state-Ct-DP81O.js.map +1 -0
- package/dist/{state-BbgVwFV2.mjs → state-CwepO01b.mjs} +85 -80
- package/dist/state-CwepO01b.mjs.map +1 -0
- package/dist/types.d.mts +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/{version-MxW9vrDY.js → version-BgsW-hXj.js} +22 -12
- package/dist/version-BgsW-hXj.js.map +1 -0
- package/dist/{version-C2NU3xyx.mjs → version-Bz2CiMHD.mjs} +18 -14
- package/dist/version-Bz2CiMHD.mjs.map +1 -0
- package/package.json +2 -1
- package/dist/RecceCheckContext-DIQjrvH8.mjs.map +0 -1
- package/dist/RecceCheckContext-_xzNlnbJ.js.map +0 -1
- package/dist/components-CfY72Lq2.mjs.map +0 -1
- package/dist/components-DXbVq9Cw.js.map +0 -1
- package/dist/index-CVPmrztP.d.ts.map +0 -1
- package/dist/index-DIHuswfP.d.mts.map +0 -1
- package/dist/state-AeoqV9ja.js.map +0 -1
- package/dist/state-BbgVwFV2.mjs.map +0 -1
- package/dist/version-C2NU3xyx.mjs.map +0 -1
- package/dist/version-MxW9vrDY.js.map +0 -1
|
@@ -3,7 +3,7 @@ import * as axios0 from "axios";
|
|
|
3
3
|
import { AxiosInstance, AxiosResponse } from "axios";
|
|
4
4
|
import * as _tanstack_react_query0 from "@tanstack/react-query";
|
|
5
5
|
import { QueryClient } from "@tanstack/react-query";
|
|
6
|
-
import * as
|
|
6
|
+
import * as react_jsx_runtime12 from "react/jsx-runtime";
|
|
7
7
|
import * as React$2 from "react";
|
|
8
8
|
import React$1, { CSSProperties, ComponentType, Dispatch, ForwardRefExoticComponent, ReactNode, Ref, RefAttributes, SetStateAction } from "react";
|
|
9
9
|
import { FallbackRender } from "@sentry/react";
|
|
@@ -50,7 +50,7 @@ declare function MuiProvider({
|
|
|
50
50
|
children,
|
|
51
51
|
forcedTheme,
|
|
52
52
|
enableCssBaseline
|
|
53
|
-
}: MuiProviderProps):
|
|
53
|
+
}: MuiProviderProps): react_jsx_runtime12.JSX.Element;
|
|
54
54
|
//#endregion
|
|
55
55
|
//#region recce-source/js/src/components/ui/toaster.d.ts
|
|
56
56
|
/**
|
|
@@ -85,7 +85,7 @@ declare function ToasterProvider({
|
|
|
85
85
|
children
|
|
86
86
|
}: {
|
|
87
87
|
children: ReactNode;
|
|
88
|
-
}):
|
|
88
|
+
}): react_jsx_runtime12.JSX.Element;
|
|
89
89
|
/**
|
|
90
90
|
* Hook to use the toaster
|
|
91
91
|
*/
|
|
@@ -93,7 +93,7 @@ declare function useToaster(): ToasterContextValue;
|
|
|
93
93
|
/**
|
|
94
94
|
* Toaster component that renders toasts from the standalone toaster
|
|
95
95
|
*/
|
|
96
|
-
declare function Toaster():
|
|
96
|
+
declare function Toaster(): react_jsx_runtime12.JSX.Element;
|
|
97
97
|
//#endregion
|
|
98
98
|
//#region recce-source/js/src/components/errorboundary/ErrorBoundary.d.ts
|
|
99
99
|
declare const ErrorBoundary: ({
|
|
@@ -102,11 +102,11 @@ declare const ErrorBoundary: ({
|
|
|
102
102
|
}: {
|
|
103
103
|
children: ReactNode;
|
|
104
104
|
fallback?: React$2.ReactElement | FallbackRender | undefined;
|
|
105
|
-
}) =>
|
|
105
|
+
}) => react_jsx_runtime12.JSX.Element;
|
|
106
106
|
//#endregion
|
|
107
107
|
//#region recce-source/js/src/components/split/Split.d.ts
|
|
108
|
-
declare const HSplit: (props: SplitProps) =>
|
|
109
|
-
declare const VSplit: (props: SplitProps) =>
|
|
108
|
+
declare const HSplit: (props: SplitProps) => react_jsx_runtime12.JSX.Element;
|
|
109
|
+
declare const VSplit: (props: SplitProps) => react_jsx_runtime12.JSX.Element;
|
|
110
110
|
//#endregion
|
|
111
111
|
//#region recce-source/js/src/components/screenshot/ScreenshotBox.d.ts
|
|
112
112
|
interface ScreenshotBoxProps extends BoxProps {
|
|
@@ -117,7 +117,7 @@ interface ScreenshotBoxProps extends BoxProps {
|
|
|
117
117
|
declare const ScreenshotBox: React$2.ForwardRefExoticComponent<Omit<ScreenshotBoxProps, "ref"> & React$2.RefAttributes<HTMLDivElement>>;
|
|
118
118
|
//#endregion
|
|
119
119
|
//#region recce-source/js/src/components/lineage/LineagePage.d.ts
|
|
120
|
-
declare function LineagePage():
|
|
120
|
+
declare function LineagePage(): react_jsx_runtime12.JSX.Element;
|
|
121
121
|
//#endregion
|
|
122
122
|
//#region recce-source/js/src/lib/api/info.d.ts
|
|
123
123
|
/**
|
|
@@ -277,7 +277,7 @@ interface ColumnLineageData {
|
|
|
277
277
|
child_map: Record<string, Set<string>>;
|
|
278
278
|
};
|
|
279
279
|
}
|
|
280
|
-
declare function getCll(input: CllInput): Promise<ColumnLineageData>;
|
|
280
|
+
declare function getCll(input: CllInput, client?: AxiosInstance): Promise<ColumnLineageData>;
|
|
281
281
|
//#endregion
|
|
282
282
|
//#region recce-source/js/src/components/lineage/lineage.d.ts
|
|
283
283
|
/**
|
|
@@ -338,13 +338,13 @@ interface SubmitOptions {
|
|
|
338
338
|
nowait?: boolean;
|
|
339
339
|
trackProps?: SubmitRunTrackProps;
|
|
340
340
|
}
|
|
341
|
-
declare function submitRun(type: RunType, params?: RunParamTypes, options?: SubmitOptions): Promise<Run | Pick<Run, "run_id">>;
|
|
342
|
-
declare function getRun(runId: string): Promise<Run>;
|
|
343
|
-
declare function waitRun(runId: string, timeout?: number): Promise<Run>;
|
|
344
|
-
declare function cancelRun(runId: string): Promise<AxiosResponse<never, any, {}>>;
|
|
345
|
-
declare function submitRunFromCheck(checkId: string, options?: SubmitOptions): Promise<Run | Pick<Run, "run_id">>;
|
|
346
|
-
declare function searchRuns(type: string, params?: AxiosQueryParams, limit?: number): Promise<Run[]>;
|
|
347
|
-
declare function listRuns(): Promise<Run[]>;
|
|
341
|
+
declare function submitRun(type: RunType, params?: RunParamTypes, options?: SubmitOptions, client?: AxiosInstance): Promise<Run | Pick<Run, "run_id">>;
|
|
342
|
+
declare function getRun(runId: string, client?: AxiosInstance): Promise<Run>;
|
|
343
|
+
declare function waitRun(runId: string, timeout?: number, client?: AxiosInstance): Promise<Run>;
|
|
344
|
+
declare function cancelRun(runId: string, client?: AxiosInstance): Promise<AxiosResponse<never, any, {}>>;
|
|
345
|
+
declare function submitRunFromCheck(checkId: string, options?: SubmitOptions, client?: AxiosInstance): Promise<Run | Pick<Run, "run_id">>;
|
|
346
|
+
declare function searchRuns(type: string, params?: AxiosQueryParams, limit?: number, client?: AxiosInstance): Promise<Run[]>;
|
|
347
|
+
declare function listRuns(client?: AxiosInstance): Promise<Run[]>;
|
|
348
348
|
type RunsAggregated = Record<string, Record<"row_count_diff" | "value_diff" | "row_count", {
|
|
349
349
|
run_id: string;
|
|
350
350
|
result: unknown;
|
|
@@ -365,7 +365,7 @@ interface ProfileDiffViewOptions {
|
|
|
365
365
|
display_mode?: "side_by_side" | "inline";
|
|
366
366
|
columnsRenderMode?: Record<string, ColumnRenderMode>;
|
|
367
367
|
}
|
|
368
|
-
declare function submitProfileDiff(params: ProfileDiffParams, options?: SubmitOptions): Promise<Run | Pick<Run, "run_id">>;
|
|
368
|
+
declare function submitProfileDiff(params: ProfileDiffParams, options?: SubmitOptions, client?: AxiosInstance): Promise<Run | Pick<Run, "run_id">>;
|
|
369
369
|
interface TopKDiffParams {
|
|
370
370
|
model: string;
|
|
371
371
|
column_name: string;
|
|
@@ -412,9 +412,9 @@ interface QueryRowCountResult {
|
|
|
412
412
|
runId: string;
|
|
413
413
|
result: RowCountDiffResult;
|
|
414
414
|
}
|
|
415
|
-
declare function fetchModelRowCount(modelName: string): Promise<RowCountDiff>;
|
|
416
|
-
declare function queryModelRowCount(modelName: string): Promise<RowCountDiff>;
|
|
417
|
-
declare function queryRowCount(modelNames: string[]): Promise<QueryRowCountResult>;
|
|
415
|
+
declare function fetchModelRowCount(modelName: string, client?: AxiosInstance): Promise<RowCountDiff>;
|
|
416
|
+
declare function queryModelRowCount(modelName: string, client?: AxiosInstance): Promise<RowCountDiff>;
|
|
417
|
+
declare function queryRowCount(modelNames: string[], client?: AxiosInstance): Promise<QueryRowCountResult>;
|
|
418
418
|
//#endregion
|
|
419
419
|
//#region recce-source/js/src/lib/api/rowcount.d.ts
|
|
420
420
|
interface RowCountParams {
|
|
@@ -425,7 +425,7 @@ interface RowCountDiffParams {
|
|
|
425
425
|
node_names: string[];
|
|
426
426
|
}
|
|
427
427
|
type RowCountDiffResult = Record<string, RowCountDiff>;
|
|
428
|
-
declare function submitRowCountDiff(params: RowCountDiffParams, options?: SubmitOptions): Promise<Run | Pick<Run, "run_id">>;
|
|
428
|
+
declare function submitRowCountDiff(params: RowCountDiffParams, options?: SubmitOptions, client?: AxiosInstance): Promise<Run | Pick<Run, "run_id">>;
|
|
429
429
|
//#endregion
|
|
430
430
|
//#region recce-source/js/src/lib/api/valuediff.d.ts
|
|
431
431
|
interface ValueDiffResult {
|
|
@@ -441,7 +441,7 @@ interface ValueDiffParams {
|
|
|
441
441
|
primary_key: string | string[];
|
|
442
442
|
columns?: string[];
|
|
443
443
|
}
|
|
444
|
-
declare function submitValueDiff(params: ValueDiffParams, options?: SubmitOptions): Promise<Run | Pick<Run, "run_id">>;
|
|
444
|
+
declare function submitValueDiff(params: ValueDiffParams, options?: SubmitOptions, client?: AxiosInstance): Promise<Run | Pick<Run, "run_id">>;
|
|
445
445
|
type ValueDiffDetailResult = DataFrame;
|
|
446
446
|
type ValueDiffDetailParams = ValueDiffParams;
|
|
447
447
|
interface ValueDiffDetailViewOptions {
|
|
@@ -450,7 +450,7 @@ interface ValueDiffDetailViewOptions {
|
|
|
450
450
|
display_mode?: "inline" | "side_by_side";
|
|
451
451
|
columnsRenderMode?: Record<string, ColumnRenderMode>;
|
|
452
452
|
}
|
|
453
|
-
declare function submitValueDiffDetail(params: ValueDiffParams, options?: SubmitOptions): Promise<Run | Pick<Run, "run_id">>;
|
|
453
|
+
declare function submitValueDiffDetail(params: ValueDiffParams, options?: SubmitOptions, client?: AxiosInstance): Promise<Run | Pick<Run, "run_id">>;
|
|
454
454
|
//#endregion
|
|
455
455
|
//#region recce-source/js/src/lib/api/types.d.ts
|
|
456
456
|
type AxiosQueryParams = Record<string, string | string[] | number | number[] | undefined>;
|
|
@@ -626,7 +626,7 @@ interface RunToolbarProps<VO> extends RunResultViewProps<VO> {
|
|
|
626
626
|
declare const RunToolbar: ({
|
|
627
627
|
warnings,
|
|
628
628
|
children
|
|
629
|
-
}: RunToolbarProps<DiffViewOptions>) =>
|
|
629
|
+
}: RunToolbarProps<DiffViewOptions>) => react_jsx_runtime12.JSX.Element;
|
|
630
630
|
//#endregion
|
|
631
631
|
//#region recce-source/js/src/components/data-grid/ScreenshotDataGrid.d.ts
|
|
632
632
|
/**
|
|
@@ -674,7 +674,7 @@ declare function ProfileDiffForm({
|
|
|
674
674
|
params,
|
|
675
675
|
onParamsChanged,
|
|
676
676
|
setIsReadyToExecute
|
|
677
|
-
}: ProfileDiffFormProp):
|
|
677
|
+
}: ProfileDiffFormProp): react_jsx_runtime12.JSX.Element;
|
|
678
678
|
//#endregion
|
|
679
679
|
//#region recce-source/js/src/components/valuediff/ValueDiffForm.d.ts
|
|
680
680
|
interface ValueDiffFormParams {
|
|
@@ -687,7 +687,7 @@ declare function ValueDiffForm({
|
|
|
687
687
|
params,
|
|
688
688
|
onParamsChanged,
|
|
689
689
|
setIsReadyToExecute
|
|
690
|
-
}: ValueDiffFormProp):
|
|
690
|
+
}: ValueDiffFormProp): react_jsx_runtime12.JSX.Element;
|
|
691
691
|
//#endregion
|
|
692
692
|
//#region recce-source/js/src/components/run/registry.d.ts
|
|
693
693
|
type ViewOptionTypes = LineageDiffViewOptions | DiffViewOptions | QueryViewOptions | QueryDiffViewOptions | ProfileDiffViewOptions | ValueDiffDetailViewOptions;
|
|
@@ -722,18 +722,18 @@ interface CreateCheckBody {
|
|
|
722
722
|
view_options?: Record<string, string | boolean>;
|
|
723
723
|
track_props?: Record<string, string | boolean>;
|
|
724
724
|
}
|
|
725
|
-
declare function createSimpleCheck(): Promise<Check>;
|
|
726
|
-
declare function createCheckByRun(runId: string, viewOptions?: Record<string, unknown
|
|
727
|
-
declare function listChecks(): Promise<Check[]>;
|
|
725
|
+
declare function createSimpleCheck(client?: AxiosInstance): Promise<Check>;
|
|
726
|
+
declare function createCheckByRun(runId: string, viewOptions?: Record<string, unknown>, client?: AxiosInstance): Promise<Check>;
|
|
727
|
+
declare function listChecks(client?: AxiosInstance): Promise<Check[]>;
|
|
728
728
|
declare function useChecks(enabled: boolean): _tanstack_react_query0.UseQueryResult<Check<unknown, unknown>[], Error>;
|
|
729
|
-
declare function getCheck(checkId: string): Promise<Check<RunParamTypes>>;
|
|
730
|
-
declare function updateCheck(checkId: string, payload: Partial<Check
|
|
731
|
-
declare function deleteCheck(checkId: string): Promise<Pick<Check<unknown, unknown>, "check_id">>;
|
|
729
|
+
declare function getCheck(checkId: string, client?: AxiosInstance): Promise<Check<RunParamTypes>>;
|
|
730
|
+
declare function updateCheck(checkId: string, payload: Partial<Check>, client?: AxiosInstance): Promise<Check>;
|
|
731
|
+
declare function deleteCheck(checkId: string, client?: AxiosInstance): Promise<Pick<Check<unknown, unknown>, "check_id">>;
|
|
732
732
|
declare function reorderChecks(order: {
|
|
733
733
|
source: number;
|
|
734
734
|
destination: number;
|
|
735
|
-
}): Promise<AxiosResponse<unknown, any, {}>>;
|
|
736
|
-
declare function markAsPresetCheck(checkId: string): Promise<void>;
|
|
735
|
+
}, client?: AxiosInstance): Promise<AxiosResponse<unknown, any, {}>>;
|
|
736
|
+
declare function markAsPresetCheck(checkId: string, client?: AxiosInstance): Promise<void>;
|
|
737
737
|
//#endregion
|
|
738
738
|
//#region recce-source/js/src/lib/api/lineagecheck.d.ts
|
|
739
739
|
interface LineageDiffViewOptions {
|
|
@@ -744,7 +744,7 @@ interface LineageDiffViewOptions {
|
|
|
744
744
|
exclude?: string;
|
|
745
745
|
column_level_lineage?: CllInput;
|
|
746
746
|
}
|
|
747
|
-
declare function createLineageDiffCheck(viewOptions: LineageDiffViewOptions): Promise<Check>;
|
|
747
|
+
declare function createLineageDiffCheck(viewOptions: LineageDiffViewOptions, client?: AxiosInstance): Promise<Check>;
|
|
748
748
|
//#endregion
|
|
749
749
|
//#region recce-source/js/src/components/lineage/LineageView.d.ts
|
|
750
750
|
interface LineageViewProps {
|
|
@@ -811,19 +811,19 @@ declare const LineageViewContext: React$1.Context<LineageViewContextType>;
|
|
|
811
811
|
declare const useLineageViewContext: () => LineageViewContextType | undefined;
|
|
812
812
|
//#endregion
|
|
813
813
|
//#region recce-source/js/src/components/lineage/LineageViewTopBar.d.ts
|
|
814
|
-
declare const LineageViewTopBar: () =>
|
|
814
|
+
declare const LineageViewTopBar: () => react_jsx_runtime12.JSX.Element;
|
|
815
815
|
//#endregion
|
|
816
816
|
//#region recce-source/js/src/components/lineage/GraphNode.d.ts
|
|
817
817
|
type GraphNodeProps = NodeProps<LineageGraphNode>;
|
|
818
|
-
declare function GraphNode(nodeProps: GraphNodeProps):
|
|
818
|
+
declare function GraphNode(nodeProps: GraphNodeProps): react_jsx_runtime12.JSX.Element;
|
|
819
819
|
//#endregion
|
|
820
820
|
//#region recce-source/js/src/components/lineage/GraphEdge.d.ts
|
|
821
821
|
type GraphEdgeProps = EdgeProps<LineageGraphEdge>;
|
|
822
|
-
declare function GraphEdge(props: GraphEdgeProps):
|
|
822
|
+
declare function GraphEdge(props: GraphEdgeProps): react_jsx_runtime12.JSX.Element;
|
|
823
823
|
//#endregion
|
|
824
824
|
//#region recce-source/js/src/components/lineage/GraphColumnNode.d.ts
|
|
825
825
|
type GrapeColumnNodeProps = NodeProps<LineageGraphColumnNode>;
|
|
826
|
-
declare function GraphColumnNode(nodeProps: GrapeColumnNodeProps):
|
|
826
|
+
declare function GraphColumnNode(nodeProps: GrapeColumnNodeProps): react_jsx_runtime12.JSX.Element;
|
|
827
827
|
//#endregion
|
|
828
828
|
//#region recce-source/js/src/components/lineage/NodeView.d.ts
|
|
829
829
|
interface NodeViewProps {
|
|
@@ -833,7 +833,7 @@ interface NodeViewProps {
|
|
|
833
833
|
declare function NodeView({
|
|
834
834
|
node,
|
|
835
835
|
onCloseNode
|
|
836
|
-
}: NodeViewProps):
|
|
836
|
+
}: NodeViewProps): react_jsx_runtime12.JSX.Element;
|
|
837
837
|
//#endregion
|
|
838
838
|
//#region recce-source/js/src/components/lineage/NodeSqlView.d.ts
|
|
839
839
|
interface NodeSqlViewProps {
|
|
@@ -841,20 +841,20 @@ interface NodeSqlViewProps {
|
|
|
841
841
|
}
|
|
842
842
|
declare const NodeSqlView: ({
|
|
843
843
|
node
|
|
844
|
-
}: NodeSqlViewProps) =>
|
|
844
|
+
}: NodeSqlViewProps) => react_jsx_runtime12.JSX.Element | "Not available";
|
|
845
845
|
//#endregion
|
|
846
846
|
//#region recce-source/js/src/components/lineage/NodeTag.d.ts
|
|
847
847
|
declare function ResourceTypeTag({
|
|
848
848
|
node
|
|
849
849
|
}: {
|
|
850
850
|
node: LineageGraphNode;
|
|
851
|
-
}):
|
|
851
|
+
}): react_jsx_runtime12.JSX.Element;
|
|
852
852
|
interface ModelRowCountProps {
|
|
853
853
|
rowCount?: RowCountDiff;
|
|
854
854
|
}
|
|
855
855
|
declare function ModelRowCount({
|
|
856
856
|
rowCount
|
|
857
|
-
}: ModelRowCountProps):
|
|
857
|
+
}: ModelRowCountProps): react_jsx_runtime12.JSX.Element;
|
|
858
858
|
interface RowCountDiffTagProps {
|
|
859
859
|
node: LineageGraphNode;
|
|
860
860
|
rowCount?: RowCountDiff;
|
|
@@ -867,7 +867,7 @@ declare function RowCountDiffTag({
|
|
|
867
867
|
node,
|
|
868
868
|
onRefresh,
|
|
869
869
|
isFetching
|
|
870
|
-
}: RowCountDiffTagProps):
|
|
870
|
+
}: RowCountDiffTagProps): react_jsx_runtime12.JSX.Element;
|
|
871
871
|
interface RowCountTagProps {
|
|
872
872
|
node: LineageGraphNode;
|
|
873
873
|
rowCount?: RowCount;
|
|
@@ -877,10 +877,10 @@ interface RowCountTagProps {
|
|
|
877
877
|
}
|
|
878
878
|
//#endregion
|
|
879
879
|
//#region recce-source/js/src/components/lineage/SetupConnectionBanner.d.ts
|
|
880
|
-
declare function SetupConnectionBanner():
|
|
880
|
+
declare function SetupConnectionBanner(): react_jsx_runtime12.JSX.Element;
|
|
881
881
|
//#endregion
|
|
882
882
|
//#region recce-source/js/src/components/query/QueryPage.d.ts
|
|
883
|
-
declare const QueryPage: () =>
|
|
883
|
+
declare const QueryPage: () => react_jsx_runtime12.JSX.Element;
|
|
884
884
|
//#endregion
|
|
885
885
|
//#region recce-source/js/src/components/query/QueryForm.d.ts
|
|
886
886
|
interface QueryFormProps extends BoxProps {
|
|
@@ -891,7 +891,7 @@ declare const QueryForm: ({
|
|
|
891
891
|
defaultPrimaryKeys,
|
|
892
892
|
onPrimaryKeysChange,
|
|
893
893
|
...props
|
|
894
|
-
}: QueryFormProps) =>
|
|
894
|
+
}: QueryFormProps) => react_jsx_runtime12.JSX.Element;
|
|
895
895
|
//#endregion
|
|
896
896
|
//#region recce-source/js/src/components/query/SqlEditor.d.ts
|
|
897
897
|
interface SqlEditorProps {
|
|
@@ -927,7 +927,7 @@ declare function SqlEditor({
|
|
|
927
927
|
manifestData,
|
|
928
928
|
schemas,
|
|
929
929
|
...props
|
|
930
|
-
}: SqlEditorProps):
|
|
930
|
+
}: SqlEditorProps): react_jsx_runtime12.JSX.Element;
|
|
931
931
|
//#endregion
|
|
932
932
|
//#region recce-source/js/src/components/query/QueryResultView.d.ts
|
|
933
933
|
interface QueryResultViewProp extends RunResultViewProps<QueryViewOptions> {
|
|
@@ -957,10 +957,10 @@ declare const DiffText: ({
|
|
|
957
957
|
grayOut,
|
|
958
958
|
noCopy,
|
|
959
959
|
fontSize
|
|
960
|
-
}: DiffTextProps) =>
|
|
960
|
+
}: DiffTextProps) => react_jsx_runtime12.JSX.Element;
|
|
961
961
|
//#endregion
|
|
962
962
|
//#region recce-source/js/src/components/query/SetupConnectionGuide.d.ts
|
|
963
|
-
declare function SetupConnectionGuide():
|
|
963
|
+
declare function SetupConnectionGuide(): react_jsx_runtime12.JSX.Element;
|
|
964
964
|
//#endregion
|
|
965
965
|
//#region recce-source/js/src/components/editor/CodeEditor.d.ts
|
|
966
966
|
type CodeEditorLanguage = "sql" | "yaml";
|
|
@@ -995,7 +995,7 @@ declare function CodeEditor({
|
|
|
995
995
|
className,
|
|
996
996
|
theme,
|
|
997
997
|
keyBindings
|
|
998
|
-
}: CodeEditorProps):
|
|
998
|
+
}: CodeEditorProps): react_jsx_runtime12.JSX.Element;
|
|
999
999
|
//#endregion
|
|
1000
1000
|
//#region recce-source/js/src/components/editor/DiffEditor.d.ts
|
|
1001
1001
|
type DiffEditorLanguage = "sql" | "yaml";
|
|
@@ -1025,7 +1025,7 @@ declare function DiffEditor({
|
|
|
1025
1025
|
className,
|
|
1026
1026
|
theme,
|
|
1027
1027
|
onModifiedChange
|
|
1028
|
-
}: DiffEditorProps):
|
|
1028
|
+
}: DiffEditorProps): react_jsx_runtime12.JSX.Element;
|
|
1029
1029
|
//#endregion
|
|
1030
1030
|
//#region recce-source/js/src/components/schema/SchemaView.d.ts
|
|
1031
1031
|
interface SchemaViewProps {
|
|
@@ -1059,7 +1059,7 @@ declare function ColumnNameCell({
|
|
|
1059
1059
|
singleEnv?: boolean;
|
|
1060
1060
|
cllRunning?: boolean;
|
|
1061
1061
|
showMenu?: boolean;
|
|
1062
|
-
}):
|
|
1062
|
+
}): react_jsx_runtime12.JSX.Element;
|
|
1063
1063
|
//#endregion
|
|
1064
1064
|
//#region recce-source/js/src/components/check/CheckList.d.ts
|
|
1065
1065
|
declare const CheckList: ({
|
|
@@ -1072,7 +1072,7 @@ declare const CheckList: ({
|
|
|
1072
1072
|
selectedItem: string | null;
|
|
1073
1073
|
onCheckSelected: (checkId: string) => void;
|
|
1074
1074
|
onChecksReordered: (source: number, destination: number) => void;
|
|
1075
|
-
}) =>
|
|
1075
|
+
}) => react_jsx_runtime12.JSX.Element;
|
|
1076
1076
|
//#endregion
|
|
1077
1077
|
//#region recce-source/js/src/components/check/CheckDetail.d.ts
|
|
1078
1078
|
interface CheckDetailProps {
|
|
@@ -1092,7 +1092,7 @@ interface CheckBreadcrumbProps {
|
|
|
1092
1092
|
declare function CheckBreadcrumb({
|
|
1093
1093
|
name,
|
|
1094
1094
|
setName
|
|
1095
|
-
}: CheckBreadcrumbProps):
|
|
1095
|
+
}: CheckBreadcrumbProps): react_jsx_runtime12.JSX.Element;
|
|
1096
1096
|
//#endregion
|
|
1097
1097
|
//#region recce-source/js/src/components/check/CheckDescription.d.ts
|
|
1098
1098
|
interface CheckDescriptionProps {
|
|
@@ -1102,10 +1102,10 @@ interface CheckDescriptionProps {
|
|
|
1102
1102
|
declare function CheckDescription({
|
|
1103
1103
|
value,
|
|
1104
1104
|
onChange
|
|
1105
|
-
}: CheckDescriptionProps):
|
|
1105
|
+
}: CheckDescriptionProps): react_jsx_runtime12.JSX.Element;
|
|
1106
1106
|
//#endregion
|
|
1107
1107
|
//#region recce-source/js/src/components/check/CheckEmptyState.d.ts
|
|
1108
|
-
declare const CheckEmptyState: () =>
|
|
1108
|
+
declare const CheckEmptyState: () => react_jsx_runtime12.JSX.Element;
|
|
1109
1109
|
//#endregion
|
|
1110
1110
|
//#region recce-source/js/src/components/check/LineageDiffView.d.ts
|
|
1111
1111
|
interface LineageDiffViewProps {
|
|
@@ -1125,10 +1125,10 @@ interface RunPageProps$1 {
|
|
|
1125
1125
|
}
|
|
1126
1126
|
declare const RunPage: ({
|
|
1127
1127
|
runId
|
|
1128
|
-
}: RunPageProps$1) =>
|
|
1128
|
+
}: RunPageProps$1) => react_jsx_runtime12.JSX.Element;
|
|
1129
1129
|
//#endregion
|
|
1130
1130
|
//#region recce-source/js/src/components/run/RunList.d.ts
|
|
1131
|
-
declare const RunList: () =>
|
|
1131
|
+
declare const RunList: () => react_jsx_runtime12.JSX.Element;
|
|
1132
1132
|
//#endregion
|
|
1133
1133
|
//#region recce-source/js/src/components/run/RunView.d.ts
|
|
1134
1134
|
interface RunViewProps<VO = ViewOptionTypes> {
|
|
@@ -1166,7 +1166,7 @@ declare const RunModal: ({
|
|
|
1166
1166
|
title,
|
|
1167
1167
|
params: defaultParams,
|
|
1168
1168
|
RunForm
|
|
1169
|
-
}: RunModalProps) =>
|
|
1169
|
+
}: RunModalProps) => react_jsx_runtime12.JSX.Element;
|
|
1170
1170
|
//#endregion
|
|
1171
1171
|
//#region recce-source/js/src/components/run/RunResultPane.d.ts
|
|
1172
1172
|
interface RunPageProps {
|
|
@@ -1177,14 +1177,14 @@ interface RunPageProps {
|
|
|
1177
1177
|
declare const RunResultPane: ({
|
|
1178
1178
|
onClose,
|
|
1179
1179
|
isSingleEnvironment
|
|
1180
|
-
}: RunPageProps) =>
|
|
1180
|
+
}: RunPageProps) => react_jsx_runtime12.JSX.Element;
|
|
1181
1181
|
//#endregion
|
|
1182
1182
|
//#region recce-source/js/src/components/run/RunStatusAndDate.d.ts
|
|
1183
1183
|
declare const RunStatusAndDate: ({
|
|
1184
1184
|
run
|
|
1185
1185
|
}: {
|
|
1186
1186
|
run: Run;
|
|
1187
|
-
}) =>
|
|
1187
|
+
}) => react_jsx_runtime12.JSX.Element;
|
|
1188
1188
|
//#endregion
|
|
1189
1189
|
//#region recce-source/js/src/components/profile/ProfileDiffResultView.d.ts
|
|
1190
1190
|
type ProfileDiffResultViewProp = RunResultViewProps<ProfileDiffViewOptions>;
|
|
@@ -1206,7 +1206,7 @@ declare function HistogramDiffForm({
|
|
|
1206
1206
|
params,
|
|
1207
1207
|
onParamsChanged,
|
|
1208
1208
|
setIsReadyToExecute
|
|
1209
|
-
}: HistogramDiffEditProps):
|
|
1209
|
+
}: HistogramDiffEditProps): react_jsx_runtime12.JSX.Element;
|
|
1210
1210
|
//#endregion
|
|
1211
1211
|
//#region recce-source/js/src/components/histogram/HistogramDiffResultView.d.ts
|
|
1212
1212
|
type HistogramDiffResultViewProp = RunResultViewProps;
|
|
@@ -1218,7 +1218,7 @@ declare function TopKDiffForm({
|
|
|
1218
1218
|
params,
|
|
1219
1219
|
onParamsChanged,
|
|
1220
1220
|
setIsReadyToExecute
|
|
1221
|
-
}: TopKDiffFormProps):
|
|
1221
|
+
}: TopKDiffFormProps): react_jsx_runtime12.JSX.Element;
|
|
1222
1222
|
//#endregion
|
|
1223
1223
|
//#region recce-source/js/src/components/top-k/TopKDiffResultView.d.ts
|
|
1224
1224
|
type TopKDiffResultViewProp = RunResultViewProps;
|
|
@@ -1251,7 +1251,7 @@ declare function HistogramChart({
|
|
|
1251
1251
|
data,
|
|
1252
1252
|
hideAxis,
|
|
1253
1253
|
animation
|
|
1254
|
-
}: HistogramChartProps):
|
|
1254
|
+
}: HistogramChartProps): react_jsx_runtime12.JSX.Element;
|
|
1255
1255
|
//#endregion
|
|
1256
1256
|
//#region recce-source/js/src/components/charts/TopKSummaryList.d.ts
|
|
1257
1257
|
interface Props$2 {
|
|
@@ -1267,17 +1267,17 @@ declare function TopKSummaryList({
|
|
|
1267
1267
|
topk,
|
|
1268
1268
|
valids,
|
|
1269
1269
|
isDisplayTopTen
|
|
1270
|
-
}: Props$2):
|
|
1270
|
+
}: Props$2): react_jsx_runtime12.JSX.Element;
|
|
1271
1271
|
//#endregion
|
|
1272
1272
|
//#region recce-source/js/src/components/charts/SquareIcon.d.ts
|
|
1273
1273
|
declare function SquareIcon({
|
|
1274
1274
|
color
|
|
1275
1275
|
}: {
|
|
1276
1276
|
color: string;
|
|
1277
|
-
}):
|
|
1277
|
+
}): react_jsx_runtime12.JSX.Element;
|
|
1278
1278
|
//#endregion
|
|
1279
1279
|
//#region recce-source/js/src/components/summary/SummaryView.d.ts
|
|
1280
|
-
declare function SummaryView():
|
|
1280
|
+
declare function SummaryView(): react_jsx_runtime12.JSX.Element;
|
|
1281
1281
|
//#endregion
|
|
1282
1282
|
//#region recce-source/js/src/components/summary/ChangeSummary.d.ts
|
|
1283
1283
|
interface Props$1 {
|
|
@@ -1285,7 +1285,7 @@ interface Props$1 {
|
|
|
1285
1285
|
}
|
|
1286
1286
|
declare function ChangeSummary({
|
|
1287
1287
|
lineageGraph
|
|
1288
|
-
}: Props$1):
|
|
1288
|
+
}: Props$1): react_jsx_runtime12.JSX.Element;
|
|
1289
1289
|
//#endregion
|
|
1290
1290
|
//#region recce-source/js/src/components/summary/SchemaSummary.d.ts
|
|
1291
1291
|
interface Props {
|
|
@@ -1293,16 +1293,16 @@ interface Props {
|
|
|
1293
1293
|
}
|
|
1294
1294
|
declare function SchemaSummary({
|
|
1295
1295
|
lineageGraph
|
|
1296
|
-
}: Props):
|
|
1296
|
+
}: Props): react_jsx_runtime12.JSX.Element;
|
|
1297
1297
|
//#endregion
|
|
1298
1298
|
//#region recce-source/js/src/components/app/EnvInfo.d.ts
|
|
1299
|
-
declare function EnvInfo$1():
|
|
1299
|
+
declare function EnvInfo$1(): react_jsx_runtime12.JSX.Element;
|
|
1300
1300
|
//#endregion
|
|
1301
1301
|
//#region recce-source/js/app/(mainComponents)/TopBar.d.ts
|
|
1302
|
-
declare function TopBar():
|
|
1302
|
+
declare function TopBar(): react_jsx_runtime12.JSX.Element;
|
|
1303
1303
|
//#endregion
|
|
1304
1304
|
//#region recce-source/js/app/(mainComponents)/NavBar.d.ts
|
|
1305
|
-
declare function NavBar():
|
|
1305
|
+
declare function NavBar(): react_jsx_runtime12.JSX.Element;
|
|
1306
1306
|
//#endregion
|
|
1307
1307
|
//#region recce-source/js/app/(mainComponents)/DisplayModeToggle.d.ts
|
|
1308
1308
|
/**
|
|
@@ -1311,10 +1311,10 @@ declare function NavBar(): react_jsx_runtime0.JSX.Element;
|
|
|
1311
1311
|
* Uses next-themes to persist the user's preference.
|
|
1312
1312
|
* Default is light theme, with future support for system preference.
|
|
1313
1313
|
*/
|
|
1314
|
-
declare function DisplayModeToggle():
|
|
1314
|
+
declare function DisplayModeToggle(): react_jsx_runtime12.JSX.Element;
|
|
1315
1315
|
//#endregion
|
|
1316
1316
|
//#region recce-source/js/app/(mainComponents)/RecceVersionBadge.d.ts
|
|
1317
|
-
declare function RecceVersionBadge():
|
|
1317
|
+
declare function RecceVersionBadge(): react_jsx_runtime12.JSX.Element;
|
|
1318
1318
|
//#endregion
|
|
1319
1319
|
//#region recce-source/js/src/components/shared/HistoryToggle.d.ts
|
|
1320
1320
|
declare function HistoryToggle(): ReactNode;
|
|
@@ -1325,15 +1325,15 @@ declare function HistoryToggle(): ReactNode;
|
|
|
1325
1325
|
* Only shows when remaining time is below the warning threshold
|
|
1326
1326
|
* Styled as a warning indicator to draw user attention
|
|
1327
1327
|
*/
|
|
1328
|
-
declare function IdleTimeoutBadge():
|
|
1328
|
+
declare function IdleTimeoutBadge(): react_jsx_runtime12.JSX.Element;
|
|
1329
1329
|
//#endregion
|
|
1330
1330
|
//#region recce-source/js/src/components/icons/index.d.ts
|
|
1331
|
-
declare const IconSync: (props: React$1.SVGProps<SVGSVGElement>) =>
|
|
1332
|
-
declare const IconExport: (props: React$1.SVGProps<SVGSVGElement>) =>
|
|
1333
|
-
declare const IconImport: (props: React$1.SVGProps<SVGSVGElement>) =>
|
|
1334
|
-
declare const IconSave: (props: React$1.SVGProps<SVGSVGElement>) =>
|
|
1335
|
-
declare const IconEdit: (props: React$1.SVGProps<SVGSVGElement>) =>
|
|
1336
|
-
declare const IconInfo: (props: React$1.SVGProps<SVGSVGElement>) =>
|
|
1331
|
+
declare const IconSync: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime12.JSX.Element;
|
|
1332
|
+
declare const IconExport: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime12.JSX.Element;
|
|
1333
|
+
declare const IconImport: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime12.JSX.Element;
|
|
1334
|
+
declare const IconSave: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime12.JSX.Element;
|
|
1335
|
+
declare const IconEdit: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime12.JSX.Element;
|
|
1336
|
+
declare const IconInfo: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime12.JSX.Element;
|
|
1337
1337
|
//#endregion
|
|
1338
1338
|
//#region recce-source/js/src/lib/api/instanceInfo.d.ts
|
|
1339
1339
|
interface RecceInstanceInfo {
|
|
@@ -1366,7 +1366,7 @@ declare function useClipBoardToast(): {
|
|
|
1366
1366
|
//#region recce-source/js/src/components/lineage/useValueDiffAlertDialog.d.ts
|
|
1367
1367
|
declare function useValueDiffAlertDialog(): {
|
|
1368
1368
|
confirm: (nodeCount: number) => Promise<boolean>;
|
|
1369
|
-
AlertDialog:
|
|
1369
|
+
AlertDialog: react_jsx_runtime12.JSX.Element;
|
|
1370
1370
|
};
|
|
1371
1371
|
//#endregion
|
|
1372
1372
|
//#region recce-source/js/src/lib/hooks/RecceContextProvider.d.ts
|
|
@@ -1395,7 +1395,7 @@ interface RecceContextProps {
|
|
|
1395
1395
|
*/
|
|
1396
1396
|
declare function RecceContextProvider({
|
|
1397
1397
|
children
|
|
1398
|
-
}: RecceContextProps):
|
|
1398
|
+
}: RecceContextProps): react_jsx_runtime12.JSX.Element;
|
|
1399
1399
|
//#endregion
|
|
1400
1400
|
//#region recce-source/js/src/lib/hooks/RecceInstanceContext.d.ts
|
|
1401
1401
|
type RecceFeatureMode = "read only" | "metadata only" | null;
|
|
@@ -1422,7 +1422,7 @@ declare function RecceInstanceInfoProvider({
|
|
|
1422
1422
|
children
|
|
1423
1423
|
}: {
|
|
1424
1424
|
children: React.ReactNode;
|
|
1425
|
-
}):
|
|
1425
|
+
}): react_jsx_runtime12.JSX.Element;
|
|
1426
1426
|
declare const useRecceInstanceContext: () => InstanceInfoType;
|
|
1427
1427
|
//#endregion
|
|
1428
1428
|
//#region recce-source/js/src/lib/hooks/LineageGraphContext.d.ts
|
|
@@ -1459,7 +1459,7 @@ interface LineageGraphProps {
|
|
|
1459
1459
|
}
|
|
1460
1460
|
declare function LineageGraphContextProvider({
|
|
1461
1461
|
children
|
|
1462
|
-
}: LineageGraphProps):
|
|
1462
|
+
}: LineageGraphProps): react_jsx_runtime12.JSX.Element;
|
|
1463
1463
|
declare const useLineageGraphContext: () => LineageGraphContextType;
|
|
1464
1464
|
declare const useRunsAggregated: () => [RunsAggregated | undefined, () => void];
|
|
1465
1465
|
//#endregion
|
|
@@ -1474,7 +1474,7 @@ declare function RecceShareStateContextProvider({
|
|
|
1474
1474
|
children
|
|
1475
1475
|
}: {
|
|
1476
1476
|
children: React$1.ReactNode;
|
|
1477
|
-
}):
|
|
1477
|
+
}): react_jsx_runtime12.JSX.Element;
|
|
1478
1478
|
declare const useRecceShareStateContext: () => ShareStateProps;
|
|
1479
1479
|
//#endregion
|
|
1480
1480
|
//#region recce-source/js/src/lib/hooks/RecceQueryContext.d.ts
|
|
@@ -1493,7 +1493,7 @@ interface QueryContextProps {
|
|
|
1493
1493
|
}
|
|
1494
1494
|
declare function RecceQueryContextProvider({
|
|
1495
1495
|
children
|
|
1496
|
-
}: QueryContextProps):
|
|
1496
|
+
}: QueryContextProps): react_jsx_runtime12.JSX.Element;
|
|
1497
1497
|
declare const useRecceQueryContext: () => QueryContext;
|
|
1498
1498
|
interface RowCountStateContext {
|
|
1499
1499
|
isNodesFetching: string[];
|
|
@@ -1504,7 +1504,7 @@ interface RowCountStateContextProps {
|
|
|
1504
1504
|
}
|
|
1505
1505
|
declare function RowCountStateContextProvider({
|
|
1506
1506
|
children
|
|
1507
|
-
}: RowCountStateContextProps):
|
|
1507
|
+
}: RowCountStateContextProps): react_jsx_runtime12.JSX.Element;
|
|
1508
1508
|
declare const useRowCountStateContext: () => RowCountStateContext;
|
|
1509
1509
|
//#endregion
|
|
1510
1510
|
//#region recce-source/js/src/lib/hooks/RecceActionContext.d.ts
|
|
@@ -1525,12 +1525,13 @@ interface RecceActionContextType {
|
|
|
1525
1525
|
setHistoryOpen: Dispatch<SetStateAction<boolean>>;
|
|
1526
1526
|
clearRunResult: () => void;
|
|
1527
1527
|
}
|
|
1528
|
+
declare const RecceActionContext: React$1.Context<RecceActionContextType>;
|
|
1528
1529
|
interface RecceActionContextProviderProps {
|
|
1529
1530
|
children: React$1.ReactNode;
|
|
1530
1531
|
}
|
|
1531
1532
|
declare function RecceActionContextProvider({
|
|
1532
1533
|
children
|
|
1533
|
-
}: RecceActionContextProviderProps):
|
|
1534
|
+
}: RecceActionContextProviderProps): react_jsx_runtime12.JSX.Element;
|
|
1534
1535
|
declare const useRecceActionContext: () => RecceActionContextType;
|
|
1535
1536
|
//#endregion
|
|
1536
1537
|
//#region recce-source/js/src/lib/hooks/RecceCheckContext.d.ts
|
|
@@ -1543,7 +1544,7 @@ interface CheckContextProps {
|
|
|
1543
1544
|
}
|
|
1544
1545
|
declare function RecceCheckContextProvider({
|
|
1545
1546
|
children
|
|
1546
|
-
}: CheckContextProps):
|
|
1547
|
+
}: CheckContextProps): react_jsx_runtime12.JSX.Element;
|
|
1547
1548
|
declare const useRecceCheckContext: () => CheckContext;
|
|
1548
1549
|
//#endregion
|
|
1549
1550
|
//#region recce-source/js/src/lib/hooks/IdleTimeoutContext.d.ts
|
|
@@ -1578,7 +1579,7 @@ declare function IdleTimeoutProvider({
|
|
|
1578
1579
|
children
|
|
1579
1580
|
}: {
|
|
1580
1581
|
children: ReactNode;
|
|
1581
|
-
}):
|
|
1582
|
+
}): react_jsx_runtime12.JSX.Element;
|
|
1582
1583
|
/**
|
|
1583
1584
|
* Hook to access idle timeout context
|
|
1584
1585
|
* @throws Error if used outside IdleTimeoutProvider
|
|
@@ -1633,7 +1634,7 @@ declare function ApiConfigProvider({
|
|
|
1633
1634
|
apiPrefix,
|
|
1634
1635
|
authToken,
|
|
1635
1636
|
baseUrl
|
|
1636
|
-
}: ApiConfigProviderProps):
|
|
1637
|
+
}: ApiConfigProviderProps): react_jsx_runtime12.JSX.Element;
|
|
1637
1638
|
/**
|
|
1638
1639
|
* Hook to access the API configuration and configured axios client.
|
|
1639
1640
|
*
|
|
@@ -1720,15 +1721,15 @@ interface QueryDiffViewOptions {
|
|
|
1720
1721
|
display_mode?: "inline" | "side_by_side";
|
|
1721
1722
|
columnsRenderMode?: Record<string, ColumnRenderMode>;
|
|
1722
1723
|
}
|
|
1723
|
-
declare function submitQuery(params: QueryRunParams, options?: SubmitOptions): Promise<Run | Pick<Run, "run_id">>;
|
|
1724
|
-
declare function submitQueryBase(params: QueryRunParams, options?: SubmitOptions): Promise<Run | Pick<Run, "run_id">>;
|
|
1725
|
-
declare function submitQueryDiff(params: QueryDiffParams, options?: SubmitOptions): Promise<Run | Pick<Run, "run_id">>;
|
|
1724
|
+
declare function submitQuery(params: QueryRunParams, options?: SubmitOptions, client?: AxiosInstance): Promise<Run | Pick<Run, "run_id">>;
|
|
1725
|
+
declare function submitQueryBase(params: QueryRunParams, options?: SubmitOptions, client?: AxiosInstance): Promise<Run | Pick<Run, "run_id">>;
|
|
1726
|
+
declare function submitQueryDiff(params: QueryDiffParams, options?: SubmitOptions, client?: AxiosInstance): Promise<Run | Pick<Run, "run_id">>;
|
|
1726
1727
|
//#endregion
|
|
1727
1728
|
//#region recce-source/js/src/lib/api/connectToCloud.d.ts
|
|
1728
1729
|
interface ConnectToCloud {
|
|
1729
1730
|
connection_url: string;
|
|
1730
1731
|
}
|
|
1731
|
-
declare function connectToCloud(): Promise<ConnectToCloud>;
|
|
1732
|
+
declare function connectToCloud(client?: AxiosInstance): Promise<ConnectToCloud>;
|
|
1732
1733
|
//#endregion
|
|
1733
1734
|
//#region recce-source/js/src/lib/api/flag.d.ts
|
|
1734
1735
|
interface RecceServerFlags {
|
|
@@ -1747,7 +1748,7 @@ interface SchemaDiffViewParams {
|
|
|
1747
1748
|
view_mode?: "all" | "changed_models";
|
|
1748
1749
|
packages?: string[];
|
|
1749
1750
|
}
|
|
1750
|
-
declare function createSchemaDiffCheck(params: SchemaDiffViewParams): Promise<Check>;
|
|
1751
|
+
declare function createSchemaDiffCheck(params: SchemaDiffViewParams, client?: AxiosInstance): Promise<Check>;
|
|
1751
1752
|
//#endregion
|
|
1752
1753
|
//#region recce-source/js/src/lib/api/select.d.ts
|
|
1753
1754
|
interface SelectInput {
|
|
@@ -1759,7 +1760,7 @@ interface SelectInput {
|
|
|
1759
1760
|
interface SelectOutput {
|
|
1760
1761
|
nodes: string[];
|
|
1761
1762
|
}
|
|
1762
|
-
declare function select(input: SelectInput): Promise<SelectOutput>;
|
|
1763
|
+
declare function select(input: SelectInput, client?: AxiosInstance): Promise<SelectOutput>;
|
|
1763
1764
|
//#endregion
|
|
1764
1765
|
//#region recce-source/js/src/lib/api/state.d.ts
|
|
1765
1766
|
interface SaveAsInput {
|
|
@@ -1770,24 +1771,24 @@ interface ImportedState {
|
|
|
1770
1771
|
runs: number;
|
|
1771
1772
|
checks: number;
|
|
1772
1773
|
}
|
|
1773
|
-
declare function saveAs(input: SaveAsInput): Promise<void>;
|
|
1774
|
-
declare function rename(input: SaveAsInput): Promise<void>;
|
|
1775
|
-
declare function exportState(): Promise<string>;
|
|
1776
|
-
declare function importState(file: File, checksOnly?: boolean): Promise<ImportedState>;
|
|
1777
|
-
declare function isStateSyncing(): Promise<boolean>;
|
|
1774
|
+
declare function saveAs(input: SaveAsInput, client?: AxiosInstance): Promise<void>;
|
|
1775
|
+
declare function rename(input: SaveAsInput, client?: AxiosInstance): Promise<void>;
|
|
1776
|
+
declare function exportState(client?: AxiosInstance): Promise<string>;
|
|
1777
|
+
declare function importState(file: File, checksOnly?: boolean, client?: AxiosInstance): Promise<ImportedState>;
|
|
1778
|
+
declare function isStateSyncing(client?: AxiosInstance): Promise<boolean>;
|
|
1778
1779
|
interface SyncStateInput {
|
|
1779
1780
|
method?: "overwrite" | "revert" | "merge";
|
|
1780
1781
|
}
|
|
1781
1782
|
interface SyncStateResponse {
|
|
1782
1783
|
status: "accepted" | "conflict" | "syncing";
|
|
1783
1784
|
}
|
|
1784
|
-
declare function syncState(input: SyncStateInput): Promise<SyncStateResponse>;
|
|
1785
|
+
declare function syncState(input: SyncStateInput, client?: AxiosInstance): Promise<SyncStateResponse>;
|
|
1785
1786
|
interface ShareStateResponse {
|
|
1786
1787
|
status: string;
|
|
1787
1788
|
message: string;
|
|
1788
1789
|
share_url?: string;
|
|
1789
1790
|
}
|
|
1790
|
-
declare function shareState(): Promise<ShareStateResponse>;
|
|
1791
|
+
declare function shareState(client?: AxiosInstance): Promise<ShareStateResponse>;
|
|
1791
1792
|
//#endregion
|
|
1792
1793
|
//#region recce-source/js/src/lib/api/user.d.ts
|
|
1793
1794
|
interface User {
|
|
@@ -1797,10 +1798,15 @@ interface User {
|
|
|
1797
1798
|
email: string;
|
|
1798
1799
|
onboarding_state: string;
|
|
1799
1800
|
}
|
|
1800
|
-
declare function fetchUser(): Promise<User>;
|
|
1801
|
+
declare function fetchUser(client?: AxiosInstance): Promise<User>;
|
|
1801
1802
|
declare function fetchGitHubAvatar(userId: string): Promise<string | null>;
|
|
1802
1803
|
//#endregion
|
|
1803
1804
|
//#region recce-source/js/src/lib/api/version.d.ts
|
|
1805
|
+
interface VersionResponse {
|
|
1806
|
+
version: string;
|
|
1807
|
+
latestVersion: string;
|
|
1808
|
+
}
|
|
1809
|
+
declare function getVersion(client?: AxiosInstance): Promise<VersionResponse>;
|
|
1804
1810
|
declare function useVersionNumber(): {
|
|
1805
1811
|
version: string;
|
|
1806
1812
|
latestVersion: string;
|
|
@@ -1821,5 +1827,5 @@ declare const sessionStorageKeys: {
|
|
|
1821
1827
|
lineageNotificationDismissed: string;
|
|
1822
1828
|
};
|
|
1823
1829
|
//#endregion
|
|
1824
|
-
export {
|
|
1825
|
-
//# sourceMappingURL=index-
|
|
1830
|
+
export { ApiConfig as $, ValueDiffForm as $n, ProfileDiffViewOptions as $r, ValueDiffResultView as $t, connectToCloud as A, ServerInfoResult as Ai, RowCountTagProps as An, ValueDiffDetailParams as Ar, IconImport as At, submitQueryBase as B, ScreenshotBox as Bi, LineageDiffViewOptions as Bn, RowCountResult as Br, EnvInfo$1 as Bt, SchemaDiffViewParams as C, LineageDiffData as Ci, QueryForm as Cn, isRowCountDiffRun as Cr, RecceContextProvider as Ct, markOnboardingCompleted as D, NodeColumnData as Di, ResourceTypeTag as Dn, isTopKDiffRun as Dr, useRecceInstanceInfo as Dt, getServerFlag as E, ModelInfoResult as Ei, ModelRowCount as En, isSimpleRun as Er, useCheckToast as Et, QueryPreviewChangeParams as F, getServerInfo as Fi, GraphNode as Fn, submitValueDiff as Fr, HistoryToggle as Ft, DisableTooltipMessages as G, ToasterProvider as Gi, createSimpleCheck as Gn, fetchModelRowCount as Gr, TopKSummaryList as Gt, VERSION as H, VSplit as Hi, Check as Hn, QueryRowCountResult as Hr, ChangeSummary as Ht, QueryResult as I, gitInfo as Ii, LineageViewTopBar as In, submitValueDiffDetail as Ir, RecceVersionBadge as It, columnPrecisionSelectOptions as J, axiosClient as Ji, listChecks as Jn, HistogramDiffParams as Jr, TopKDiffResultView as Jt, RECCE_SUPPORT_CALENDAR_URL as K, useToaster as Ki, deleteCheck as Kn, queryModelRowCount as Kr, HistogramChart as Kt, QueryRunParams as L, pullRequestInfo as Li, LineageViewContext as Ln, RowCountDiffParams as Lr, DisplayModeToggle as Lt, QueryDiffResult as M, getLineageDiff as Mi, NodeView as Mn, ValueDiffDetailViewOptions as Mr, IconSave as Mt, QueryDiffViewOptions as N, getLineageWithError as Ni, GraphColumnNode as Nn, ValueDiffParams as Nr, IconSync as Nt, markRelaunchHintCompleted as O, NodeData as Oi, RowCountDiffTag as On, isValueDiffDetailRun as Or, IconEdit as Ot, QueryParams as P, getModelInfo as Pi, GraphEdge as Pn, ValueDiffResult as Pr, IdleTimeoutBadge as Pt, buildTitle as Q, useChecks as Qn, ProfileDiffResult as Qr, ValueDiffDetailResultView as Qt, QueryViewOptions as R, stateMetadata as Ri, useLineageViewContext as Rn, RowCountDiffResult as Rr, NavBar as Rt, select as S, LineageDataFromMetadata as Si, SqlEditor as Sn, isQueryRun as Sr, useRecceInstanceContext as St, RecceServerFlags as T, ManifestMetadata as Ti, SetupConnectionBanner as Tn, isSchemaDiffRun as Tr, useClipBoardToast as Tt, PUBLIC_API_URL as U, ErrorBoundary as Ui, CreateCheckBody as Un, RowCount as Ur, SummaryView as Ut, submitQueryDiff as V, HSplit as Vi, createLineageDiffCheck as Vn, submitRowCountDiff as Vr, SchemaSummary as Vt, PUBLIC_CLOUD_WEB_URL as W, Toaster as Wi, createCheckByRun as Wn, RowCountDiff as Wr, SquareIcon as Wt, buildDescription as X, reorderChecks as Xn, HistogramResult as Xr, HistogramDiffResultView as Xt, isSchemaChanged as Y, reactQueryClient as Yi, markAsPresetCheck as Yn, HistogramDiffResult as Yr, TopKDiffForm as Yt, buildQuery as Z, updateCheck as Zn, ProfileDiffParams as Zr, HistogramDiffForm as Zt, saveAs as _, ColumnLineageData as _i, CodeEditor as _n, isLineageDiffRun as _r, useRecceShareStateContext as _t, User as a, SubmitOptions as ai, RunList as an, AxiosQueryParams as ar, useIdleTimeout as at, SelectInput as b, CatalogMetadata as bi, QueryDiffResultView as bn, isQueryBaseRun as br, useRunsAggregated as bt, ImportedState as c, cancelRun as ci, LineageDiffView as cn, DataFrame as cr, RecceActionContext as ct, SyncStateInput as d, searchRuns as di, CheckBreadcrumb as dn, RowDataTypes as dr, useRecceActionContext as dt, TopKDiffParams as ei, ProfileDiffResultView as en, ProfileDiffForm as er, ApiConfigProvider as et, SyncStateResponse as f, submitRun as fi, CheckDetail as fn, RowObjectType as fr, RecceQueryContextProvider as ft, rename as g, CllNodeData as gi, DiffEditor as gn, isHistogramDiffRun as gr, RecceShareStateContextProvider as gt, isStateSyncing as h, CllInput as hi, SchemaView as hn, SchemaDiffParams as hr, useRowCountStateContext as ht, useVersionNumber as i, RunsAggregated as ii, RunView as in, RunResultViewProps as ir, IdleTimeoutProvider as it, QueryDiffParams as j, getLineage as ji, NodeSqlView as jn, ValueDiffDetailResult as jr, IconInfo as jt, ConnectToCloud as k, SQLMeshInfo as ki, RowCountDiffTagProps as kn, isValueDiffRun as kr, IconExport as kt, SaveAsInput as l, getRun as li, CheckEmptyState as ln, LineageDiffParams as lr, RecceActionContextProvider as lt, importState as m, waitRun as mi, ColumnNameCell as mn, RunParamTypes as mr, useRecceQueryContext as mt, localStorageKeys as n, TopKResult as ni, RunResultPane as nn, RunToolbar as nr, useApiConfig as nt, fetchGitHubAvatar as o, SubmitRunTrackProps as oi, RunPage as on, ColumnRenderMode as or, RecceCheckContextProvider as ot, exportState as p, submitRunFromCheck as pi, CheckList as pn, Run as pr, RowCountStateContextProvider as pt, deltaPercentageString as q, MuiProvider as qi, getCheck as qn, queryRowCount as qr, RowCountDiffResultView as qt, getVersion as r, submitProfileDiff as ri, RunModal as rn, RunFormProps as rr, useApiConfigSafe as rt, fetchUser as s, aggregateRuns as si, SchemaDiffView as sn, ColumnType as sr, useRecceCheckContext as st, sessionStorageKeys as t, TopKDiffResult as ti, RunStatusAndDate as tn, ScreenshotDataGrid as tr, useApiClient as tt, ShareStateResponse as u, listRuns as ui, CheckDescription as un, RowData as ur, RecceActionContextType as ut, shareState as v, ImpactRadiusParams as vi, SetupConnectionGuide as vn, isProfileDiffRun as vr, LineageGraphContextProvider as vt, createSchemaDiffCheck as w, LineageDiffResult as wi, QueryPage as wn, isRowCountRun as wr, useValueDiffAlertDialog as wt, SelectOutput as x, LineageData as xi, QueryResultView as xn, isQueryDiffRun as xr, RecceInstanceInfoProvider as xt, syncState as y, getCll as yi, DiffText as yn, isProfileRun as yr, useLineageGraphContext as yt, submitQuery as z, LineagePage as zi, LineageView as zn, RowCountParams as zr, TopBar as zt };
|
|
1831
|
+
//# sourceMappingURL=index-CgyLTrll.d.ts.map
|