@datarecce/ui 0.1.32 → 0.1.34
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/api.d.mts +1 -1
- package/dist/api.d.ts +1 -1
- package/dist/components.d.mts +1 -1
- package/dist/components.d.ts +1 -1
- package/dist/hooks.d.mts +1 -1
- package/dist/hooks.d.ts +1 -1
- package/dist/{index-B9lSPJTi.d.ts → index-B0gR2tIj.d.ts} +70 -70
- package/dist/{index-B9lSPJTi.d.ts.map → index-B0gR2tIj.d.ts.map} +1 -1
- package/dist/{index-DsCU2oGL.d.mts → index-DUxtaFhx.d.mts} +70 -70
- package/dist/{index-DsCU2oGL.d.mts.map → index-DUxtaFhx.d.mts.map} +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/theme.d.mts +1 -1
- package/dist/theme.d.ts +1 -1
- package/dist/types.d.mts +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +6 -2
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { Theme, ThemeOptions } from "@mui/material/styles";
|
|
3
3
|
import * as React$2 from "react";
|
|
4
4
|
import React$1, { CSSProperties, ComponentType, Dispatch, ForwardRefExoticComponent, ReactNode, Ref, RefAttributes, SetStateAction } from "react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime10 from "react/jsx-runtime";
|
|
6
6
|
import { BoxProps } from "@mui/material/Box";
|
|
7
7
|
import { FallbackRender } from "@sentry/react";
|
|
8
8
|
import { SplitProps } from "react-split";
|
|
@@ -55,7 +55,7 @@ declare function MuiProvider({
|
|
|
55
55
|
children,
|
|
56
56
|
forcedTheme,
|
|
57
57
|
enableCssBaseline
|
|
58
|
-
}: MuiProviderProps):
|
|
58
|
+
}: MuiProviderProps): react_jsx_runtime10.JSX.Element;
|
|
59
59
|
//#endregion
|
|
60
60
|
//#region recce-source/js/src/components/ui/toaster.d.ts
|
|
61
61
|
/**
|
|
@@ -90,7 +90,7 @@ declare function ToasterProvider({
|
|
|
90
90
|
children
|
|
91
91
|
}: {
|
|
92
92
|
children: ReactNode;
|
|
93
|
-
}):
|
|
93
|
+
}): react_jsx_runtime10.JSX.Element;
|
|
94
94
|
/**
|
|
95
95
|
* Hook to use the toaster
|
|
96
96
|
*/
|
|
@@ -98,7 +98,7 @@ declare function useToaster(): ToasterContextValue;
|
|
|
98
98
|
/**
|
|
99
99
|
* Toaster component that renders toasts from the standalone toaster
|
|
100
100
|
*/
|
|
101
|
-
declare function Toaster():
|
|
101
|
+
declare function Toaster(): react_jsx_runtime10.JSX.Element;
|
|
102
102
|
//#endregion
|
|
103
103
|
//#region recce-source/js/src/components/errorboundary/ErrorBoundary.d.ts
|
|
104
104
|
declare const ErrorBoundary$1: ({
|
|
@@ -107,11 +107,11 @@ declare const ErrorBoundary$1: ({
|
|
|
107
107
|
}: {
|
|
108
108
|
children: ReactNode;
|
|
109
109
|
fallback?: React$2.ReactElement | FallbackRender | undefined;
|
|
110
|
-
}) =>
|
|
110
|
+
}) => react_jsx_runtime10.JSX.Element;
|
|
111
111
|
//#endregion
|
|
112
112
|
//#region recce-source/js/src/components/split/Split.d.ts
|
|
113
|
-
declare const HSplit: (props: SplitProps) =>
|
|
114
|
-
declare const VSplit: (props: SplitProps) =>
|
|
113
|
+
declare const HSplit: (props: SplitProps) => react_jsx_runtime10.JSX.Element;
|
|
114
|
+
declare const VSplit: (props: SplitProps) => react_jsx_runtime10.JSX.Element;
|
|
115
115
|
//#endregion
|
|
116
116
|
//#region recce-source/js/src/components/screenshot/ScreenshotBox.d.ts
|
|
117
117
|
interface ScreenshotBoxProps extends BoxProps {
|
|
@@ -122,7 +122,7 @@ interface ScreenshotBoxProps extends BoxProps {
|
|
|
122
122
|
declare const ScreenshotBox: React$2.ForwardRefExoticComponent<Omit<ScreenshotBoxProps, "ref"> & React$2.RefAttributes<HTMLDivElement>>;
|
|
123
123
|
//#endregion
|
|
124
124
|
//#region recce-source/js/src/components/lineage/LineagePage.d.ts
|
|
125
|
-
declare function LineagePage():
|
|
125
|
+
declare function LineagePage(): react_jsx_runtime10.JSX.Element;
|
|
126
126
|
//#endregion
|
|
127
127
|
//#region recce-source/js/src/lib/api/info.d.ts
|
|
128
128
|
/**
|
|
@@ -631,7 +631,7 @@ interface RunToolbarProps<VO> extends RunResultViewProps<VO> {
|
|
|
631
631
|
declare const RunToolbar: ({
|
|
632
632
|
warnings,
|
|
633
633
|
children
|
|
634
|
-
}: RunToolbarProps<DiffViewOptions>) =>
|
|
634
|
+
}: RunToolbarProps<DiffViewOptions>) => react_jsx_runtime10.JSX.Element;
|
|
635
635
|
//#endregion
|
|
636
636
|
//#region recce-source/js/src/components/data-grid/ScreenshotDataGrid.d.ts
|
|
637
637
|
/**
|
|
@@ -679,7 +679,7 @@ declare function ProfileDiffForm({
|
|
|
679
679
|
params,
|
|
680
680
|
onParamsChanged,
|
|
681
681
|
setIsReadyToExecute
|
|
682
|
-
}: ProfileDiffFormProp):
|
|
682
|
+
}: ProfileDiffFormProp): react_jsx_runtime10.JSX.Element;
|
|
683
683
|
//#endregion
|
|
684
684
|
//#region recce-source/js/src/components/valuediff/ValueDiffForm.d.ts
|
|
685
685
|
interface ValueDiffFormParams {
|
|
@@ -692,7 +692,7 @@ declare function ValueDiffForm({
|
|
|
692
692
|
params,
|
|
693
693
|
onParamsChanged,
|
|
694
694
|
setIsReadyToExecute
|
|
695
|
-
}: ValueDiffFormProp):
|
|
695
|
+
}: ValueDiffFormProp): react_jsx_runtime10.JSX.Element;
|
|
696
696
|
//#endregion
|
|
697
697
|
//#region recce-source/js/src/components/run/registry.d.ts
|
|
698
698
|
type ViewOptionTypes = LineageDiffViewOptions | DiffViewOptions | QueryViewOptions | QueryDiffViewOptions | ProfileDiffViewOptions | ValueDiffDetailViewOptions;
|
|
@@ -816,19 +816,19 @@ declare const LineageViewContext: React$1.Context<LineageViewContextType>;
|
|
|
816
816
|
declare const useLineageViewContext: () => LineageViewContextType | undefined;
|
|
817
817
|
//#endregion
|
|
818
818
|
//#region recce-source/js/src/components/lineage/LineageViewTopBar.d.ts
|
|
819
|
-
declare const LineageViewTopBar: () =>
|
|
819
|
+
declare const LineageViewTopBar: () => react_jsx_runtime10.JSX.Element;
|
|
820
820
|
//#endregion
|
|
821
821
|
//#region recce-source/js/src/components/lineage/GraphNode.d.ts
|
|
822
822
|
type GraphNodeProps = NodeProps<LineageGraphNode>;
|
|
823
|
-
declare function GraphNode(nodeProps: GraphNodeProps):
|
|
823
|
+
declare function GraphNode(nodeProps: GraphNodeProps): react_jsx_runtime10.JSX.Element;
|
|
824
824
|
//#endregion
|
|
825
825
|
//#region recce-source/js/src/components/lineage/GraphEdge.d.ts
|
|
826
826
|
type GraphEdgeProps = EdgeProps<LineageGraphEdge>;
|
|
827
|
-
declare function GraphEdge(props: GraphEdgeProps):
|
|
827
|
+
declare function GraphEdge(props: GraphEdgeProps): react_jsx_runtime10.JSX.Element;
|
|
828
828
|
//#endregion
|
|
829
829
|
//#region recce-source/js/src/components/lineage/GraphColumnNode.d.ts
|
|
830
830
|
type GrapeColumnNodeProps = NodeProps<LineageGraphColumnNode>;
|
|
831
|
-
declare function GraphColumnNode(nodeProps: GrapeColumnNodeProps):
|
|
831
|
+
declare function GraphColumnNode(nodeProps: GrapeColumnNodeProps): react_jsx_runtime10.JSX.Element;
|
|
832
832
|
//#endregion
|
|
833
833
|
//#region recce-source/js/src/components/lineage/NodeView.d.ts
|
|
834
834
|
interface NodeViewProps {
|
|
@@ -838,7 +838,7 @@ interface NodeViewProps {
|
|
|
838
838
|
declare function NodeView({
|
|
839
839
|
node,
|
|
840
840
|
onCloseNode
|
|
841
|
-
}: NodeViewProps):
|
|
841
|
+
}: NodeViewProps): react_jsx_runtime10.JSX.Element;
|
|
842
842
|
//#endregion
|
|
843
843
|
//#region recce-source/js/src/components/lineage/NodeSqlView.d.ts
|
|
844
844
|
interface NodeSqlViewProps {
|
|
@@ -846,20 +846,20 @@ interface NodeSqlViewProps {
|
|
|
846
846
|
}
|
|
847
847
|
declare const NodeSqlView: ({
|
|
848
848
|
node
|
|
849
|
-
}: NodeSqlViewProps) =>
|
|
849
|
+
}: NodeSqlViewProps) => react_jsx_runtime10.JSX.Element | "Not available";
|
|
850
850
|
//#endregion
|
|
851
851
|
//#region recce-source/js/src/components/lineage/NodeTag.d.ts
|
|
852
852
|
declare function ResourceTypeTag({
|
|
853
853
|
node
|
|
854
854
|
}: {
|
|
855
855
|
node: LineageGraphNode;
|
|
856
|
-
}):
|
|
856
|
+
}): react_jsx_runtime10.JSX.Element;
|
|
857
857
|
interface ModelRowCountProps {
|
|
858
858
|
rowCount?: RowCountDiff;
|
|
859
859
|
}
|
|
860
860
|
declare function ModelRowCount({
|
|
861
861
|
rowCount
|
|
862
|
-
}: ModelRowCountProps):
|
|
862
|
+
}: ModelRowCountProps): react_jsx_runtime10.JSX.Element;
|
|
863
863
|
interface RowCountDiffTagProps {
|
|
864
864
|
node: LineageGraphNode;
|
|
865
865
|
rowCount?: RowCountDiff;
|
|
@@ -872,7 +872,7 @@ declare function RowCountDiffTag({
|
|
|
872
872
|
node,
|
|
873
873
|
onRefresh,
|
|
874
874
|
isFetching
|
|
875
|
-
}: RowCountDiffTagProps):
|
|
875
|
+
}: RowCountDiffTagProps): react_jsx_runtime10.JSX.Element;
|
|
876
876
|
interface RowCountTagProps {
|
|
877
877
|
node: LineageGraphNode;
|
|
878
878
|
rowCount?: RowCount;
|
|
@@ -882,10 +882,10 @@ interface RowCountTagProps {
|
|
|
882
882
|
}
|
|
883
883
|
//#endregion
|
|
884
884
|
//#region recce-source/js/src/components/lineage/SetupConnectionBanner.d.ts
|
|
885
|
-
declare function SetupConnectionBanner():
|
|
885
|
+
declare function SetupConnectionBanner(): react_jsx_runtime10.JSX.Element;
|
|
886
886
|
//#endregion
|
|
887
887
|
//#region recce-source/js/src/components/query/QueryPage.d.ts
|
|
888
|
-
declare const QueryPage: () =>
|
|
888
|
+
declare const QueryPage: () => react_jsx_runtime10.JSX.Element;
|
|
889
889
|
//#endregion
|
|
890
890
|
//#region recce-source/js/src/components/query/QueryForm.d.ts
|
|
891
891
|
interface QueryFormProps extends BoxProps {
|
|
@@ -896,7 +896,7 @@ declare const QueryForm: ({
|
|
|
896
896
|
defaultPrimaryKeys,
|
|
897
897
|
onPrimaryKeysChange,
|
|
898
898
|
...props
|
|
899
|
-
}: QueryFormProps) =>
|
|
899
|
+
}: QueryFormProps) => react_jsx_runtime10.JSX.Element;
|
|
900
900
|
//#endregion
|
|
901
901
|
//#region recce-source/js/src/components/query/SqlEditor.d.ts
|
|
902
902
|
interface SqlEditorProps {
|
|
@@ -932,7 +932,7 @@ declare function SqlEditor({
|
|
|
932
932
|
manifestData,
|
|
933
933
|
schemas,
|
|
934
934
|
...props
|
|
935
|
-
}: SqlEditorProps):
|
|
935
|
+
}: SqlEditorProps): react_jsx_runtime10.JSX.Element;
|
|
936
936
|
//#endregion
|
|
937
937
|
//#region recce-source/js/src/components/query/QueryResultView.d.ts
|
|
938
938
|
interface QueryResultViewProp extends RunResultViewProps<QueryViewOptions> {
|
|
@@ -962,10 +962,10 @@ declare const DiffText: ({
|
|
|
962
962
|
grayOut,
|
|
963
963
|
noCopy,
|
|
964
964
|
fontSize
|
|
965
|
-
}: DiffTextProps) =>
|
|
965
|
+
}: DiffTextProps) => react_jsx_runtime10.JSX.Element;
|
|
966
966
|
//#endregion
|
|
967
967
|
//#region recce-source/js/src/components/query/SetupConnectionGuide.d.ts
|
|
968
|
-
declare function SetupConnectionGuide():
|
|
968
|
+
declare function SetupConnectionGuide(): react_jsx_runtime10.JSX.Element;
|
|
969
969
|
//#endregion
|
|
970
970
|
//#region recce-source/js/src/components/editor/CodeEditor.d.ts
|
|
971
971
|
type CodeEditorLanguage = "sql" | "yaml";
|
|
@@ -1000,7 +1000,7 @@ declare function CodeEditor({
|
|
|
1000
1000
|
className,
|
|
1001
1001
|
theme,
|
|
1002
1002
|
keyBindings
|
|
1003
|
-
}: CodeEditorProps):
|
|
1003
|
+
}: CodeEditorProps): react_jsx_runtime10.JSX.Element;
|
|
1004
1004
|
//#endregion
|
|
1005
1005
|
//#region recce-source/js/src/components/editor/DiffEditor.d.ts
|
|
1006
1006
|
type DiffEditorLanguage = "sql" | "yaml";
|
|
@@ -1030,7 +1030,7 @@ declare function DiffEditor({
|
|
|
1030
1030
|
className,
|
|
1031
1031
|
theme,
|
|
1032
1032
|
onModifiedChange
|
|
1033
|
-
}: DiffEditorProps):
|
|
1033
|
+
}: DiffEditorProps): react_jsx_runtime10.JSX.Element;
|
|
1034
1034
|
//#endregion
|
|
1035
1035
|
//#region recce-source/js/src/components/schema/SchemaView.d.ts
|
|
1036
1036
|
interface SchemaViewProps {
|
|
@@ -1064,7 +1064,7 @@ declare function ColumnNameCell({
|
|
|
1064
1064
|
singleEnv?: boolean;
|
|
1065
1065
|
cllRunning?: boolean;
|
|
1066
1066
|
showMenu?: boolean;
|
|
1067
|
-
}):
|
|
1067
|
+
}): react_jsx_runtime10.JSX.Element;
|
|
1068
1068
|
//#endregion
|
|
1069
1069
|
//#region recce-source/js/src/components/check/CheckList.d.ts
|
|
1070
1070
|
declare const CheckList: ({
|
|
@@ -1077,7 +1077,7 @@ declare const CheckList: ({
|
|
|
1077
1077
|
selectedItem: string | null;
|
|
1078
1078
|
onCheckSelected: (checkId: string) => void;
|
|
1079
1079
|
onChecksReordered: (source: number, destination: number) => void;
|
|
1080
|
-
}) =>
|
|
1080
|
+
}) => react_jsx_runtime10.JSX.Element;
|
|
1081
1081
|
//#endregion
|
|
1082
1082
|
//#region recce-source/js/src/components/check/CheckDetail.d.ts
|
|
1083
1083
|
interface CheckDetailProps {
|
|
@@ -1097,7 +1097,7 @@ interface CheckBreadcrumbProps {
|
|
|
1097
1097
|
declare function CheckBreadcrumb({
|
|
1098
1098
|
name,
|
|
1099
1099
|
setName
|
|
1100
|
-
}: CheckBreadcrumbProps):
|
|
1100
|
+
}: CheckBreadcrumbProps): react_jsx_runtime10.JSX.Element;
|
|
1101
1101
|
//#endregion
|
|
1102
1102
|
//#region recce-source/js/src/components/check/CheckDescription.d.ts
|
|
1103
1103
|
interface CheckDescriptionProps {
|
|
@@ -1107,10 +1107,10 @@ interface CheckDescriptionProps {
|
|
|
1107
1107
|
declare function CheckDescription({
|
|
1108
1108
|
value,
|
|
1109
1109
|
onChange
|
|
1110
|
-
}: CheckDescriptionProps):
|
|
1110
|
+
}: CheckDescriptionProps): react_jsx_runtime10.JSX.Element;
|
|
1111
1111
|
//#endregion
|
|
1112
1112
|
//#region recce-source/js/src/components/check/CheckEmptyState.d.ts
|
|
1113
|
-
declare const CheckEmptyState: () =>
|
|
1113
|
+
declare const CheckEmptyState: () => react_jsx_runtime10.JSX.Element;
|
|
1114
1114
|
//#endregion
|
|
1115
1115
|
//#region recce-source/js/src/components/check/LineageDiffView.d.ts
|
|
1116
1116
|
interface LineageDiffViewProps {
|
|
@@ -1130,10 +1130,10 @@ interface RunPageProps$1 {
|
|
|
1130
1130
|
}
|
|
1131
1131
|
declare const RunPage: ({
|
|
1132
1132
|
runId
|
|
1133
|
-
}: RunPageProps$1) =>
|
|
1133
|
+
}: RunPageProps$1) => react_jsx_runtime10.JSX.Element;
|
|
1134
1134
|
//#endregion
|
|
1135
1135
|
//#region recce-source/js/src/components/run/RunList.d.ts
|
|
1136
|
-
declare const RunList: () =>
|
|
1136
|
+
declare const RunList: () => react_jsx_runtime10.JSX.Element;
|
|
1137
1137
|
//#endregion
|
|
1138
1138
|
//#region recce-source/js/src/components/run/RunView.d.ts
|
|
1139
1139
|
interface RunViewProps<VO = ViewOptionTypes> {
|
|
@@ -1171,7 +1171,7 @@ declare const RunModal: ({
|
|
|
1171
1171
|
title,
|
|
1172
1172
|
params: defaultParams,
|
|
1173
1173
|
RunForm
|
|
1174
|
-
}: RunModalProps) =>
|
|
1174
|
+
}: RunModalProps) => react_jsx_runtime10.JSX.Element;
|
|
1175
1175
|
//#endregion
|
|
1176
1176
|
//#region recce-source/js/src/components/run/RunResultPane.d.ts
|
|
1177
1177
|
interface RunPageProps {
|
|
@@ -1182,14 +1182,14 @@ interface RunPageProps {
|
|
|
1182
1182
|
declare const RunResultPane: ({
|
|
1183
1183
|
onClose,
|
|
1184
1184
|
isSingleEnvironment
|
|
1185
|
-
}: RunPageProps) =>
|
|
1185
|
+
}: RunPageProps) => react_jsx_runtime10.JSX.Element;
|
|
1186
1186
|
//#endregion
|
|
1187
1187
|
//#region recce-source/js/src/components/run/RunStatusAndDate.d.ts
|
|
1188
1188
|
declare const RunStatusAndDate: ({
|
|
1189
1189
|
run
|
|
1190
1190
|
}: {
|
|
1191
1191
|
run: Run;
|
|
1192
|
-
}) =>
|
|
1192
|
+
}) => react_jsx_runtime10.JSX.Element;
|
|
1193
1193
|
//#endregion
|
|
1194
1194
|
//#region recce-source/js/src/components/profile/ProfileDiffResultView.d.ts
|
|
1195
1195
|
type ProfileDiffResultViewProp = RunResultViewProps<ProfileDiffViewOptions>;
|
|
@@ -1211,7 +1211,7 @@ declare function HistogramDiffForm({
|
|
|
1211
1211
|
params,
|
|
1212
1212
|
onParamsChanged,
|
|
1213
1213
|
setIsReadyToExecute
|
|
1214
|
-
}: HistogramDiffEditProps):
|
|
1214
|
+
}: HistogramDiffEditProps): react_jsx_runtime10.JSX.Element;
|
|
1215
1215
|
//#endregion
|
|
1216
1216
|
//#region recce-source/js/src/components/histogram/HistogramDiffResultView.d.ts
|
|
1217
1217
|
type HistogramDiffResultViewProp = RunResultViewProps;
|
|
@@ -1223,7 +1223,7 @@ declare function TopKDiffForm({
|
|
|
1223
1223
|
params,
|
|
1224
1224
|
onParamsChanged,
|
|
1225
1225
|
setIsReadyToExecute
|
|
1226
|
-
}: TopKDiffFormProps):
|
|
1226
|
+
}: TopKDiffFormProps): react_jsx_runtime10.JSX.Element;
|
|
1227
1227
|
//#endregion
|
|
1228
1228
|
//#region recce-source/js/src/components/top-k/TopKDiffResultView.d.ts
|
|
1229
1229
|
type TopKDiffResultViewProp = RunResultViewProps;
|
|
@@ -1256,7 +1256,7 @@ declare function HistogramChart({
|
|
|
1256
1256
|
data,
|
|
1257
1257
|
hideAxis,
|
|
1258
1258
|
animation
|
|
1259
|
-
}: HistogramChartProps):
|
|
1259
|
+
}: HistogramChartProps): react_jsx_runtime10.JSX.Element;
|
|
1260
1260
|
//#endregion
|
|
1261
1261
|
//#region recce-source/js/src/components/charts/TopKSummaryList.d.ts
|
|
1262
1262
|
interface Props$2 {
|
|
@@ -1272,17 +1272,17 @@ declare function TopKSummaryList({
|
|
|
1272
1272
|
topk,
|
|
1273
1273
|
valids,
|
|
1274
1274
|
isDisplayTopTen
|
|
1275
|
-
}: Props$2):
|
|
1275
|
+
}: Props$2): react_jsx_runtime10.JSX.Element;
|
|
1276
1276
|
//#endregion
|
|
1277
1277
|
//#region recce-source/js/src/components/charts/SquareIcon.d.ts
|
|
1278
1278
|
declare function SquareIcon({
|
|
1279
1279
|
color
|
|
1280
1280
|
}: {
|
|
1281
1281
|
color: string;
|
|
1282
|
-
}):
|
|
1282
|
+
}): react_jsx_runtime10.JSX.Element;
|
|
1283
1283
|
//#endregion
|
|
1284
1284
|
//#region recce-source/js/src/components/summary/SummaryView.d.ts
|
|
1285
|
-
declare function SummaryView():
|
|
1285
|
+
declare function SummaryView(): react_jsx_runtime10.JSX.Element;
|
|
1286
1286
|
//#endregion
|
|
1287
1287
|
//#region recce-source/js/src/components/summary/ChangeSummary.d.ts
|
|
1288
1288
|
interface Props$1 {
|
|
@@ -1290,7 +1290,7 @@ interface Props$1 {
|
|
|
1290
1290
|
}
|
|
1291
1291
|
declare function ChangeSummary({
|
|
1292
1292
|
lineageGraph
|
|
1293
|
-
}: Props$1):
|
|
1293
|
+
}: Props$1): react_jsx_runtime10.JSX.Element;
|
|
1294
1294
|
//#endregion
|
|
1295
1295
|
//#region recce-source/js/src/components/summary/SchemaSummary.d.ts
|
|
1296
1296
|
interface Props {
|
|
@@ -1298,16 +1298,16 @@ interface Props {
|
|
|
1298
1298
|
}
|
|
1299
1299
|
declare function SchemaSummary({
|
|
1300
1300
|
lineageGraph
|
|
1301
|
-
}: Props):
|
|
1301
|
+
}: Props): react_jsx_runtime10.JSX.Element;
|
|
1302
1302
|
//#endregion
|
|
1303
1303
|
//#region recce-source/js/src/components/app/EnvInfo.d.ts
|
|
1304
|
-
declare function EnvInfo$1():
|
|
1304
|
+
declare function EnvInfo$1(): react_jsx_runtime10.JSX.Element;
|
|
1305
1305
|
//#endregion
|
|
1306
1306
|
//#region recce-source/js/app/(mainComponents)/TopBar.d.ts
|
|
1307
|
-
declare function TopBar():
|
|
1307
|
+
declare function TopBar(): react_jsx_runtime10.JSX.Element;
|
|
1308
1308
|
//#endregion
|
|
1309
1309
|
//#region recce-source/js/app/(mainComponents)/NavBar.d.ts
|
|
1310
|
-
declare function NavBar():
|
|
1310
|
+
declare function NavBar(): react_jsx_runtime10.JSX.Element;
|
|
1311
1311
|
//#endregion
|
|
1312
1312
|
//#region recce-source/js/app/(mainComponents)/DisplayModeToggle.d.ts
|
|
1313
1313
|
/**
|
|
@@ -1316,10 +1316,10 @@ declare function NavBar(): react_jsx_runtime0.JSX.Element;
|
|
|
1316
1316
|
* Uses next-themes to persist the user's preference.
|
|
1317
1317
|
* Default is light theme, with future support for system preference.
|
|
1318
1318
|
*/
|
|
1319
|
-
declare function DisplayModeToggle():
|
|
1319
|
+
declare function DisplayModeToggle(): react_jsx_runtime10.JSX.Element;
|
|
1320
1320
|
//#endregion
|
|
1321
1321
|
//#region recce-source/js/app/(mainComponents)/RecceVersionBadge.d.ts
|
|
1322
|
-
declare function RecceVersionBadge():
|
|
1322
|
+
declare function RecceVersionBadge(): react_jsx_runtime10.JSX.Element;
|
|
1323
1323
|
//#endregion
|
|
1324
1324
|
//#region recce-source/js/src/components/shared/HistoryToggle.d.ts
|
|
1325
1325
|
declare function HistoryToggle(): ReactNode;
|
|
@@ -1330,15 +1330,15 @@ declare function HistoryToggle(): ReactNode;
|
|
|
1330
1330
|
* Only shows when remaining time is below the warning threshold
|
|
1331
1331
|
* Styled as a warning indicator to draw user attention
|
|
1332
1332
|
*/
|
|
1333
|
-
declare function IdleTimeoutBadge():
|
|
1333
|
+
declare function IdleTimeoutBadge(): react_jsx_runtime10.JSX.Element;
|
|
1334
1334
|
//#endregion
|
|
1335
1335
|
//#region recce-source/js/src/components/icons/index.d.ts
|
|
1336
|
-
declare const IconSync: (props: React$1.SVGProps<SVGSVGElement>) =>
|
|
1337
|
-
declare const IconExport: (props: React$1.SVGProps<SVGSVGElement>) =>
|
|
1338
|
-
declare const IconImport: (props: React$1.SVGProps<SVGSVGElement>) =>
|
|
1339
|
-
declare const IconSave: (props: React$1.SVGProps<SVGSVGElement>) =>
|
|
1340
|
-
declare const IconEdit: (props: React$1.SVGProps<SVGSVGElement>) =>
|
|
1341
|
-
declare const IconInfo: (props: React$1.SVGProps<SVGSVGElement>) =>
|
|
1336
|
+
declare const IconSync: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime10.JSX.Element;
|
|
1337
|
+
declare const IconExport: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime10.JSX.Element;
|
|
1338
|
+
declare const IconImport: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime10.JSX.Element;
|
|
1339
|
+
declare const IconSave: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime10.JSX.Element;
|
|
1340
|
+
declare const IconEdit: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime10.JSX.Element;
|
|
1341
|
+
declare const IconInfo: (props: React$1.SVGProps<SVGSVGElement>) => react_jsx_runtime10.JSX.Element;
|
|
1342
1342
|
//#endregion
|
|
1343
1343
|
//#region recce-source/js/src/lib/api/instanceInfo.d.ts
|
|
1344
1344
|
interface RecceInstanceInfo {
|
|
@@ -1371,7 +1371,7 @@ declare function useClipBoardToast(): {
|
|
|
1371
1371
|
//#region recce-source/js/src/components/lineage/useValueDiffAlertDialog.d.ts
|
|
1372
1372
|
declare function useValueDiffAlertDialog(): {
|
|
1373
1373
|
confirm: (nodeCount: number) => Promise<boolean>;
|
|
1374
|
-
AlertDialog:
|
|
1374
|
+
AlertDialog: react_jsx_runtime10.JSX.Element;
|
|
1375
1375
|
};
|
|
1376
1376
|
//#endregion
|
|
1377
1377
|
//#region recce-source/js/src/lib/hooks/RecceContextProvider.d.ts
|
|
@@ -1400,7 +1400,7 @@ interface RecceContextProps {
|
|
|
1400
1400
|
*/
|
|
1401
1401
|
declare function RecceContextProvider({
|
|
1402
1402
|
children
|
|
1403
|
-
}: RecceContextProps):
|
|
1403
|
+
}: RecceContextProps): react_jsx_runtime10.JSX.Element;
|
|
1404
1404
|
//#endregion
|
|
1405
1405
|
//#region recce-source/js/src/lib/hooks/RecceInstanceContext.d.ts
|
|
1406
1406
|
type RecceFeatureMode = "read only" | "metadata only" | null;
|
|
@@ -1427,7 +1427,7 @@ declare function RecceInstanceInfoProvider({
|
|
|
1427
1427
|
children
|
|
1428
1428
|
}: {
|
|
1429
1429
|
children: React.ReactNode;
|
|
1430
|
-
}):
|
|
1430
|
+
}): react_jsx_runtime10.JSX.Element;
|
|
1431
1431
|
declare const useRecceInstanceContext: () => InstanceInfoType;
|
|
1432
1432
|
//#endregion
|
|
1433
1433
|
//#region recce-source/js/src/lib/hooks/LineageGraphContext.d.ts
|
|
@@ -1464,7 +1464,7 @@ interface LineageGraphProps {
|
|
|
1464
1464
|
}
|
|
1465
1465
|
declare function LineageGraphContextProvider({
|
|
1466
1466
|
children
|
|
1467
|
-
}: LineageGraphProps):
|
|
1467
|
+
}: LineageGraphProps): react_jsx_runtime10.JSX.Element;
|
|
1468
1468
|
declare const useLineageGraphContext: () => LineageGraphContextType;
|
|
1469
1469
|
declare const useRunsAggregated: () => [RunsAggregated | undefined, () => void];
|
|
1470
1470
|
//#endregion
|
|
@@ -1479,7 +1479,7 @@ declare function RecceShareStateContextProvider({
|
|
|
1479
1479
|
children
|
|
1480
1480
|
}: {
|
|
1481
1481
|
children: React$1.ReactNode;
|
|
1482
|
-
}):
|
|
1482
|
+
}): react_jsx_runtime10.JSX.Element;
|
|
1483
1483
|
declare const useRecceShareStateContext: () => ShareStateProps;
|
|
1484
1484
|
//#endregion
|
|
1485
1485
|
//#region recce-source/js/src/lib/hooks/RecceQueryContext.d.ts
|
|
@@ -1498,7 +1498,7 @@ interface QueryContextProps {
|
|
|
1498
1498
|
}
|
|
1499
1499
|
declare function RecceQueryContextProvider({
|
|
1500
1500
|
children
|
|
1501
|
-
}: QueryContextProps):
|
|
1501
|
+
}: QueryContextProps): react_jsx_runtime10.JSX.Element;
|
|
1502
1502
|
declare const useRecceQueryContext: () => QueryContext;
|
|
1503
1503
|
interface RowCountStateContext {
|
|
1504
1504
|
isNodesFetching: string[];
|
|
@@ -1509,7 +1509,7 @@ interface RowCountStateContextProps {
|
|
|
1509
1509
|
}
|
|
1510
1510
|
declare function RowCountStateContextProvider({
|
|
1511
1511
|
children
|
|
1512
|
-
}: RowCountStateContextProps):
|
|
1512
|
+
}: RowCountStateContextProps): react_jsx_runtime10.JSX.Element;
|
|
1513
1513
|
declare const useRowCountStateContext: () => RowCountStateContext;
|
|
1514
1514
|
//#endregion
|
|
1515
1515
|
//#region recce-source/js/src/lib/hooks/RecceActionContext.d.ts
|
|
@@ -1536,7 +1536,7 @@ interface RecceActionContextProviderProps {
|
|
|
1536
1536
|
}
|
|
1537
1537
|
declare function RecceActionContextProvider({
|
|
1538
1538
|
children
|
|
1539
|
-
}: RecceActionContextProviderProps):
|
|
1539
|
+
}: RecceActionContextProviderProps): react_jsx_runtime10.JSX.Element;
|
|
1540
1540
|
declare const useRecceActionContext: () => RecceActionContextType;
|
|
1541
1541
|
//#endregion
|
|
1542
1542
|
//#region recce-source/js/src/lib/hooks/RecceCheckContext.d.ts
|
|
@@ -1549,7 +1549,7 @@ interface CheckContextProps {
|
|
|
1549
1549
|
}
|
|
1550
1550
|
declare function RecceCheckContextProvider({
|
|
1551
1551
|
children
|
|
1552
|
-
}: CheckContextProps):
|
|
1552
|
+
}: CheckContextProps): react_jsx_runtime10.JSX.Element;
|
|
1553
1553
|
declare const useRecceCheckContext: () => CheckContext;
|
|
1554
1554
|
//#endregion
|
|
1555
1555
|
//#region recce-source/js/src/lib/hooks/IdleTimeoutContext.d.ts
|
|
@@ -1584,7 +1584,7 @@ declare function IdleTimeoutProvider({
|
|
|
1584
1584
|
children
|
|
1585
1585
|
}: {
|
|
1586
1586
|
children: ReactNode;
|
|
1587
|
-
}):
|
|
1587
|
+
}): react_jsx_runtime10.JSX.Element;
|
|
1588
1588
|
/**
|
|
1589
1589
|
* Hook to access idle timeout context
|
|
1590
1590
|
* @throws Error if used outside IdleTimeoutProvider
|
|
@@ -1639,7 +1639,7 @@ declare function ApiConfigProvider({
|
|
|
1639
1639
|
apiPrefix,
|
|
1640
1640
|
authToken,
|
|
1641
1641
|
baseUrl
|
|
1642
|
-
}: ApiConfigProviderProps):
|
|
1642
|
+
}: ApiConfigProviderProps): react_jsx_runtime10.JSX.Element;
|
|
1643
1643
|
/**
|
|
1644
1644
|
* Hook to access the API configuration and configured axios client.
|
|
1645
1645
|
*
|
|
@@ -2169,4 +2169,4 @@ declare const sessionStorageKeys: {
|
|
|
2169
2169
|
};
|
|
2170
2170
|
//#endregion
|
|
2171
2171
|
export { token as $, getLineageDiff as $i, NodeView as $n, ValueDiffDetailViewOptions as $r, IconSave as $t, connectToCloud as A, getRun as Ai, CheckEmptyState as An, LineageDiffParams as Ar, RecceActionContextProvider as At, submitQueryBase as B, getCll as Bi, DiffText as Bn, isProfileRun as Br, useLineageGraphContext as Bt, SchemaDiffViewParams as C, TopKResult as Ci, RunResultPane as Cn, RunToolbar as Cr, useApiConfig as Ct, markOnboardingCompleted as D, SubmitRunTrackProps as Di, RunPage as Dn, ColumnRenderMode as Dr, RecceCheckContextProvider as Dt, getServerFlag as E, SubmitOptions as Ei, RunList as En, AxiosQueryParams as Er, useIdleTimeout as Et, QueryPreviewChangeParams as F, waitRun as Fi, ColumnNameCell as Fn, RunParamTypes as Fr, useRecceQueryContext as Ft, Theme as G, LineageDiffResult as Gi, QueryPage as Gn, isRowCountRun as Gr, useValueDiffAlertDialog as Gt, VERSION as H, LineageData as Hi, QueryResultView as Hn, isQueryDiffRun as Hr, RecceInstanceInfoProvider as Ht, QueryResult as I, CllInput as Ii, SchemaView as In, SchemaDiffParams as Ir, useRowCountStateContext as It, colors as J, NodeColumnData as Ji, ResourceTypeTag as Jn, isTopKDiffRun as Jr, useRecceInstanceInfo as Jt, ThemeOptions as K, ManifestMetadata as Ki, SetupConnectionBanner as Kn, isSchemaDiffRun as Kr, useClipBoardToast as Kt, QueryRunParams as L, CllNodeData as Li, DiffEditor as Ln, isHistogramDiffRun as Lr, RecceShareStateContextProvider as Lt, QueryDiffResult as M, searchRuns as Mi, CheckBreadcrumb as Mn, RowDataTypes as Mr, useRecceActionContext as Mt, QueryDiffViewOptions as N, submitRun as Ni, CheckDetail as Nn, RowObjectType as Nr, RecceQueryContextProvider as Nt, markRelaunchHintCompleted as O, aggregateRuns as Oi, SchemaDiffView as On, ColumnType as Or, useRecceCheckContext as Ot, QueryParams as P, submitRunFromCheck as Pi, CheckList as Pn, Run as Pr, RowCountStateContextProvider as Pt, semanticColors as Q, getLineage as Qi, NodeSqlView as Qn, ValueDiffDetailResult as Qr, IconInfo as Qt, QueryViewOptions as R, ColumnLineageData as Ri, CodeEditor as Rn, isLineageDiffRun as Rr, useRecceShareStateContext as Rt, select as S, TopKDiffResult as Si, RunStatusAndDate as Sn, ScreenshotDataGrid as Sr, useApiClient as St, RecceServerFlags as T, RunsAggregated as Ti, RunView as Tn, RunResultViewProps as Tr, IdleTimeoutProvider as Tt, Colors as U, LineageDataFromMetadata as Ui, SqlEditor as Un, isQueryRun as Ur, useRecceInstanceContext as Ut, submitQueryDiff as V, CatalogMetadata as Vi, QueryDiffResultView as Vn, isQueryBaseRun as Vr, useRunsAggregated as Vt, SemanticColors as W, LineageDiffData as Wi, QueryForm as Wn, isRowCountDiffRun as Wr, RecceContextProvider as Wt, lightTheme as X, SQLMeshInfo as Xi, RowCountDiffTagProps as Xn, isValueDiffRun as Xr, IconExport as Xt, darkTheme as Y, NodeData as Yi, RowCountDiffTag as Yn, isValueDiffDetailRun as Yr, IconEdit as Yt, muiTheme as Z, ServerInfoResult as Zi, RowCountTagProps as Zn, ValueDiffDetailParams as Zr, IconImport as Zt, saveAs as _, HistogramResult as _i, HistogramDiffResultView as _n, reorderChecks as _r, RouteConfigProvider as _t, User as a, stateMetadata as aa, RowCountDiffResult as ai, NavBar as an, useLineageViewContext as ar, columnPrecisionSelectOptions as at, SelectInput as b, ProfileDiffViewOptions as bi, ValueDiffResultView as bn, ValueDiffForm as br, ApiConfig as bt, ImportedState as c, HSplit as ca, submitRowCountDiff as ci, SchemaSummary as cn, createLineageDiffCheck as cr, buildQuery as ct, SyncStateInput as d, Toaster as da, RowCountDiff as di, SquareIcon as dn, createCheckByRun as dr, useAppLocation as dt, getLineageWithError as ea, ValueDiffParams as ei, IconSync as en, GraphColumnNode as er, PUBLIC_API_URL as et, SyncStateResponse as f, ToasterProvider as fa, fetchModelRowCount as fi, TopKSummaryList as fn, createSimpleCheck as fr, useAppLocationWithSearch as ft, rename as g, reactQueryClient as ga, HistogramDiffResult as gi, TopKDiffForm as gn, markAsPresetCheck as gr, RouteConfigContextType as gt, isStateSyncing as h, axiosClient as ha, HistogramDiffParams as hi, TopKDiffResultView as hn, listChecks as hr, RouteConfig as ht, useVersionNumber as i, pullRequestInfo as ia, RowCountDiffParams as ii, DisplayModeToggle as in, LineageViewContext as ir, deltaPercentageString as it, QueryDiffParams as j, listRuns as ji, CheckDescription as jn, RowData as jr, RecceActionContextType as jt, ConnectToCloud as k, cancelRun as ki, LineageDiffView as kn, DataFrame as kr, RecceActionContext as kt, SaveAsInput as l, VSplit as la, QueryRowCountResult as li, ChangeSummary as ln, Check as lr, buildTitle as lt, importState as m, MuiProvider as ma, queryRowCount as mi, RowCountDiffResultView as mn, getCheck as mr, useAppRoute as mt, localStorageKeys as n, getServerInfo as na, submitValueDiff as ni, HistoryToggle as nn, GraphNode as nr, DisableTooltipMessages as nt, fetchGitHubAvatar as o, LineagePage as oa, RowCountParams as oi, TopBar as on, LineageView as or, isSchemaChanged as ot, exportState as p, useToaster as pa, queryModelRowCount as pi, HistogramChart as pn, deleteCheck as pr, useAppNavigation as pt, TokenFn as q, ModelInfoResult as qi, ModelRowCount as qn, isSimpleRun as qr, useCheckToast as qt, getVersion as r, gitInfo as ra, submitValueDiffDetail as ri, RecceVersionBadge as rn, LineageViewTopBar as rr, RECCE_SUPPORT_CALENDAR_URL as rt, fetchUser as s, ScreenshotBox as sa, RowCountResult as si, EnvInfo$1 as sn, LineageDiffViewOptions as sr, buildDescription as st, sessionStorageKeys as t, getModelInfo as ta, ValueDiffResult as ti, IdleTimeoutBadge as tn, GraphEdge as tr, PUBLIC_CLOUD_WEB_URL as tt, ShareStateResponse as u, ErrorBoundary$1 as ua, RowCount as ui, SummaryView as un, CreateCheckBody as ur, navigateTo as ut, shareState as v, ProfileDiffParams as vi, HistogramDiffForm as vn, updateCheck as vr, useRouteConfig as vt, createSchemaDiffCheck as w, submitProfileDiff as wi, RunModal as wn, RunFormProps as wr, useApiConfigSafe as wt, SelectOutput as x, TopKDiffParams as xi, ProfileDiffResultView as xn, ProfileDiffForm as xr, ApiConfigProvider as xt, syncState as y, ProfileDiffResult as yi, ValueDiffDetailResultView as yn, useChecks as yr, useRouteConfigSafe as yt, submitQuery as z, ImpactRadiusParams as zi, SetupConnectionGuide as zn, isProfileDiffRun as zr, LineageGraphContextProvider as zt };
|
|
2172
|
-
//# sourceMappingURL=index-
|
|
2172
|
+
//# sourceMappingURL=index-DUxtaFhx.d.mts.map
|