@datarecce/ui 0.2.0 → 0.2.1
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/{AuthModal-C8LetZNB.js → AuthModal-CMvanLVi.js} +5 -5
- package/dist/{AuthModal-C8LetZNB.js.map → AuthModal-CMvanLVi.js.map} +1 -1
- package/dist/{LineageCanvas-CR38SDYr.d.ts → LineageCanvas-CZ64gqTb.d.ts} +4 -4
- package/dist/{LineageCanvas-CR38SDYr.d.ts.map → LineageCanvas-CZ64gqTb.d.ts.map} +1 -1
- package/dist/{RunProgress-DyFIALbI.d.ts → RunProgress-CEMFSkwr.d.ts} +17 -17
- package/dist/{RunProgress-DyFIALbI.d.ts.map → RunProgress-CEMFSkwr.d.ts.map} +1 -1
- package/dist/{ScreenshotDataGrid-BfxYUThx.d.ts → ScreenshotDataGrid-CeuGj_hE.d.ts} +3 -3
- package/dist/{ScreenshotDataGrid-BfxYUThx.d.ts.map → ScreenshotDataGrid-CeuGj_hE.d.ts.map} +1 -1
- package/dist/{SplitPane-B-BLxZaQ.d.ts → SplitPane-DdIE_DA1.d.ts} +30 -30
- package/dist/{SplitPane-B-BLxZaQ.d.ts.map → SplitPane-DdIE_DA1.d.ts.map} +1 -1
- package/dist/advanced.d.ts +4 -4
- package/dist/components-run.d.ts +4 -4
- package/dist/components-run.js +1 -1
- package/dist/components.d.ts +14 -14
- package/dist/components.js +1 -1
- package/dist/contexts.d.ts +2 -2
- package/dist/hooks.d.ts +10 -10
- package/dist/hooks.js +1 -1
- package/dist/{index-DmwYRgDR.d.ts → index-B3Jgu2eV.d.ts} +7 -7
- package/dist/{index-DmwYRgDR.d.ts.map → index-B3Jgu2eV.d.ts.map} +1 -1
- package/dist/{index-C_kD4ZQ3.d.ts → index-Bt9tMcsF.d.ts} +33 -113
- package/dist/index-Bt9tMcsF.d.ts.map +1 -0
- package/dist/{index-DVoQsx5c.d.ts → index-C-GvORS_.d.ts} +7 -7
- package/dist/{index-DVoQsx5c.d.ts.map → index-C-GvORS_.d.ts.map} +1 -1
- package/dist/{index-DTCpHvX_.d.ts → index-CMxFy9tk.d.ts} +7 -7
- package/dist/{index-DTCpHvX_.d.ts.map → index-CMxFy9tk.d.ts.map} +1 -1
- package/dist/{index-o48TPoFN.d.ts → index-Cf_T0pUg.d.ts} +14 -14
- package/dist/{index-o48TPoFN.d.ts.map → index-Cf_T0pUg.d.ts.map} +1 -1
- package/dist/{index-CiPcALu4.d.ts → index-Cuz7hTgv.d.ts} +2 -2
- package/dist/{index-CiPcALu4.d.ts.map → index-Cuz7hTgv.d.ts.map} +1 -1
- package/dist/{index-BFkbe0aF.d.ts → index-DlLO5r9F.d.ts} +11 -11
- package/dist/{index-BFkbe0aF.d.ts.map → index-DlLO5r9F.d.ts.map} +1 -1
- package/dist/{index-Ba3hp2Ng.d.ts → index-ZQVNLsef.d.ts} +8 -8
- package/dist/{index-Ba3hp2Ng.d.ts.map → index-ZQVNLsef.d.ts.map} +1 -1
- package/dist/index.d.ts +14 -14
- package/dist/index.js +1 -1
- package/dist/{primitives-CgGUvwHB.d.ts → primitives-DDfv2i13.d.ts} +184 -22
- package/dist/primitives-DDfv2i13.d.ts.map +1 -0
- package/dist/primitives.d.ts +8 -8
- package/dist/primitives.js +1 -1
- package/dist/result.d.ts +2 -2
- package/dist/result.js +1 -1
- package/dist/{src-BgHSbbHk.js → src-8TqlheHK.js} +6 -6
- package/dist/{src-BgHSbbHk.js.map → src-8TqlheHK.js.map} +1 -1
- package/dist/{types-CFbNxrx2.d.ts → types-piNWusq2.d.ts} +6 -6
- package/dist/{types-CFbNxrx2.d.ts.map → types-piNWusq2.d.ts.map} +1 -1
- package/dist/types.d.ts +7 -7
- package/dist/utils-RnK-NtWU.js +5 -0
- package/dist/utils-RnK-NtWU.js.map +1 -0
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +1 -1
- package/package.json +2 -2
- package/dist/index-C_kD4ZQ3.d.ts.map +0 -1
- package/dist/primitives-CgGUvwHB.d.ts.map +0 -1
- package/dist/utils-CXWhfyxC.js +0 -5
- package/dist/utils-CXWhfyxC.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
|
-
import * as
|
|
2
|
+
import * as react37 from "react";
|
|
3
3
|
import { MouseEvent, ReactNode } from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime64 from "react/jsx-runtime";
|
|
5
5
|
import { Edge, EdgeProps } from "@xyflow/react";
|
|
6
6
|
|
|
7
7
|
//#region src/components/lineage/edges/LineageEdge.d.ts
|
|
@@ -26,8 +26,8 @@ declare function LineageEdgeComponent({
|
|
|
26
26
|
targetPosition,
|
|
27
27
|
data,
|
|
28
28
|
selected
|
|
29
|
-
}: LineageEdgeProps):
|
|
30
|
-
declare const LineageEdge:
|
|
29
|
+
}: LineageEdgeProps): react_jsx_runtime64.JSX.Element;
|
|
30
|
+
declare const LineageEdge: react37.MemoExoticComponent<typeof LineageEdgeComponent>;
|
|
31
31
|
//#endregion
|
|
32
32
|
//#region src/components/lineage/nodes/LineageNode.d.ts
|
|
33
33
|
/**
|
|
@@ -185,8 +185,8 @@ declare function LineageNodeComponent({
|
|
|
185
185
|
onSelect,
|
|
186
186
|
onContextMenu,
|
|
187
187
|
onShowImpactRadius
|
|
188
|
-
}: LineageNodeProps):
|
|
189
|
-
declare const LineageNode:
|
|
188
|
+
}: LineageNodeProps): react_jsx_runtime64.JSX.Element;
|
|
189
|
+
declare const LineageNode: react37.MemoExoticComponent<typeof LineageNodeComponent>;
|
|
190
190
|
//#endregion
|
|
191
191
|
export { EdgeChangeStatus as a, LineageEdgeProps as c, NodeChangeStatus as i, LineageNodeData as n, LineageEdge as o, LineageNodeProps as r, LineageEdgeData as s, LineageNode as t };
|
|
192
|
-
//# sourceMappingURL=index-
|
|
192
|
+
//# sourceMappingURL=index-B3Jgu2eV.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-B3Jgu2eV.d.ts","names":[],"sources":["../src/components/lineage/edges/LineageEdge.tsx","../src/components/lineage/nodes/LineageNode.tsx"],"sourcesContent":[],"mappings":";;;;;;;KAWY,gBAAA;UAEK,eAAA,SAAwB;;iBAExB;;EAJL,aAAA,CAAA,EAAA,OAAgB;EAEX;EASL,KAAA,CAAA,EAAA,MAAA;AAEZ;AASS,KAXG,eAAA,GAAkB,IAWD,CAXM,eAWN,CAAA;AAC3B,KAVU,gBAAA,GAAmB,SAU7B,CAVuC,eAUvC,CAAA;iBADO,oBAAA,CAEP;EAAA,EAAA;EAAA,OAAA;EAAA,OAAA;EAAA,OAAA;EAAA,OAAA;EAAA,cAAA;EAAA,cAAA;EAAA,IAAA;EAAA;AAAA,CAAA,EAQC,gBARD,CAAA,EAQiB,mBAAA,CAAA,GAAA,CAAA,OARjB;AACA,cA0DW,WA1DX,EA0DsB,OAAA,CAAA,mBA1DtB,CAAA,OA0DsB,oBA1DtB,CAAA;;;;;;KCCU,gBAAA;;AD1BZ;AAEA;AASY,KCoBA,UAAA,GDpBe,QAAA,GAAQ,WAAA,GAAA,eAAD;AAElC;AAA0D;;AAWxD,KCYU,cAAA,GDZV,UAAA,GAAA,cAAA,GAAA,kBAAA,GAAA,SAAA;;;;AAIA,UCiBe,eAAA,SAAwB,MDjBvC,CAAA,MAAA,EAAA,OAAA,CAAA,CAAA;EACA;EACA,KAAA,EAAA,MAAA;EACA;EACC,QAAA,CAAA,EAAA,MAAA;EAAgB;EAAA,YAAA,CAAA,ECmBF,gBDnBE;EAmDN;;;;ECzDD;EAKA,WAAA,CAAA,EAAU,MAAA;EAKV;EASK,WAAA,CAAA,EAAA,OAAgB;EAMhB;EAaE,OAAA,CAAA,EAHP,KAGO,CAAA;IAHP,IAAA,EAAA,MAAA;IAhB6B,IAAA,CAAA,EAAA,MAAA;IAAM,YAAA,CAAA,EAmB5B,gBAnB4B;EA0B9B,CAAA,CAAA;;;;;AA8BK,UA9BL,gBAAA,CA8BK;EAwBI;EAAU,EAAA,EAAA,MAAA;EA2I3B;EACP,IAAA,EA9LM,eA8LN;EACA;EACA,QAAA,CAAA,EAAA,OAAA;EAEA;EACA,WAAA,CAAA,EAAA,OAAA;EACA;EACA,UAAA,CAAA,EA7La,UA6Lb;EACA;EACA,cAAA,CAAA,EAAA,OAAA;EAEA;EACA,SAAA,CAAA,EAAA,OAAA;EACA;EACA,aAAA,CAAA,EAAA,OAAA;EAEA;EACA,WAAA,CAAA,EAAA,OAAA;EACA;EACA,SAAA,CAAA,EA7LY,SA6LZ;EAEA;EAEA,kBAAA,CAAA,EAAA,OAAA;EACA;EACA,cAAA,CAAA,EA/LiB,cA+LjB;EACA;EACA,iBAAA,CAAA,EA/LoB,SA+LpB;EACC;EAAgB,UAAA,CAAA,EAAA,OAAA;EAAA;EAyUN,WAAA,CAAA,EAAwC,OAAA;;;;;;;;;;;;;;0BAjf3B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA2IjB,oBAAA;;;;;;;;;;;;;;;;;;;;;;;;GA6BN,mBAAgB,mBAAA,CAAA,GAAA,CAAA;cAyUN,aAAW,OAAA,CAAA,2BAAA"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
2
|
import { C as Run, Gt as RowObjectType, J as ValueDiffDetailViewOptions, X as ValueDiffResult, Y as ValueDiffParams, dt as ProfileDiffViewOptions, ft as TopKDiffParams, ht as TopKViewOptions, it as RowCountResult, l as Check, nt as RowCountDiffResult, on as NodeData, ot as HistogramDiffParams, pt as TopKDiffResult, rn as ManifestMetadata, st as HistogramDiffResult, ut as ProfileDiffResult, wt as QueryViewOptions, yt as QueryDiffViewOptions } from "./flag-CiR2E5oz.js";
|
|
3
3
|
import { i as LineageGraph } from "./types-CZre3j02.js";
|
|
4
|
-
import { nt as CheckActionType, p as SchemaDiffRow$1, q as CheckDetailTab, tt as CheckAction } from "./SplitPane-
|
|
5
|
-
import { o as RunFormProps } from "./types-
|
|
6
|
-
import { r as DataGridHandle } from "./ScreenshotDataGrid-
|
|
7
|
-
import { n as CreatedResultViewProps } from "./index-
|
|
8
|
-
import { m as Check$1 } from "./index-
|
|
4
|
+
import { nt as CheckActionType, p as SchemaDiffRow$1, q as CheckDetailTab, tt as CheckAction } from "./SplitPane-DdIE_DA1.js";
|
|
5
|
+
import { o as RunFormProps } from "./types-piNWusq2.js";
|
|
6
|
+
import { r as DataGridHandle } from "./ScreenshotDataGrid-CeuGj_hE.js";
|
|
7
|
+
import { n as CreatedResultViewProps } from "./index-Cuz7hTgv.js";
|
|
8
|
+
import { m as Check$1 } from "./index-ZQVNLsef.js";
|
|
9
9
|
import "@tanstack/react-query";
|
|
10
10
|
import * as React$2 from "react";
|
|
11
11
|
import React$1, { ComponentType, Dispatch, ForwardRefExoticComponent, PropsWithChildren, ReactNode, Ref, RefAttributes, SVGProps, SetStateAction } from "react";
|
|
12
|
-
import * as
|
|
12
|
+
import * as react_jsx_runtime77 from "react/jsx-runtime";
|
|
13
13
|
import { BoxProps } from "@mui/material/Box";
|
|
14
14
|
import "@mui/material/styles";
|
|
15
15
|
import { EdgeProps } from "@xyflow/react";
|
|
@@ -18,7 +18,7 @@ import { ColDef, ColGroupDef, ICellRendererParams } from "ag-grid-community";
|
|
|
18
18
|
import { FallbackRender } from "@sentry/react";
|
|
19
19
|
|
|
20
20
|
//#region src/components/app/EnvInfo.d.ts
|
|
21
|
-
declare function EnvInfo():
|
|
21
|
+
declare function EnvInfo(): react_jsx_runtime77.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
//#region src/components/app/MainLayout.d.ts
|
|
24
24
|
interface MainLayoutProps {
|
|
@@ -29,7 +29,7 @@ interface MainLayoutProps {
|
|
|
29
29
|
declare function MainLayout({
|
|
30
30
|
children,
|
|
31
31
|
lineage
|
|
32
|
-
}: MainLayoutProps):
|
|
32
|
+
}: MainLayoutProps): react_jsx_runtime77.JSX.Element;
|
|
33
33
|
interface MainProps {
|
|
34
34
|
children: ReactNode;
|
|
35
35
|
lineage: ReactNode;
|
|
@@ -42,7 +42,7 @@ declare function Main({
|
|
|
42
42
|
lineage,
|
|
43
43
|
isLineageRoute,
|
|
44
44
|
disableInternalHistory
|
|
45
|
-
}: MainProps):
|
|
45
|
+
}: MainProps): react_jsx_runtime77.JSX.Element;
|
|
46
46
|
//#endregion
|
|
47
47
|
//#region src/components/check/CheckDetailOss.d.ts
|
|
48
48
|
interface CheckDetailProps {
|
|
@@ -55,7 +55,7 @@ declare function CheckDetailOss({
|
|
|
55
55
|
}: CheckDetailProps): ReactNode;
|
|
56
56
|
//#endregion
|
|
57
57
|
//#region src/components/check/CheckEmptyStateOss.d.ts
|
|
58
|
-
declare const CheckEmptyStateOss: () =>
|
|
58
|
+
declare const CheckEmptyStateOss: () => react_jsx_runtime77.JSX.Element;
|
|
59
59
|
//#endregion
|
|
60
60
|
//#region src/components/check/CheckListOss.d.ts
|
|
61
61
|
declare const CheckListOss: ({
|
|
@@ -68,7 +68,7 @@ declare const CheckListOss: ({
|
|
|
68
68
|
selectedItem: string | null;
|
|
69
69
|
onCheckSelected: (checkId: string) => void;
|
|
70
70
|
onChecksReordered: (source: number, destination: number) => void;
|
|
71
|
-
}) =>
|
|
71
|
+
}) => react_jsx_runtime77.JSX.Element;
|
|
72
72
|
//#endregion
|
|
73
73
|
//#region src/components/check/CheckPageContentOss.d.ts
|
|
74
74
|
declare const CheckPageContentOss: () => ReactNode;
|
|
@@ -86,7 +86,7 @@ declare const ErrorBoundary: ({
|
|
|
86
86
|
}: {
|
|
87
87
|
children: ReactNode;
|
|
88
88
|
fallback?: React$2.ReactElement | FallbackRender | undefined;
|
|
89
|
-
}) =>
|
|
89
|
+
}) => react_jsx_runtime77.JSX.Element;
|
|
90
90
|
//#endregion
|
|
91
91
|
//#region src/components/histogram/HistogramDiffForm.d.ts
|
|
92
92
|
/**
|
|
@@ -114,7 +114,7 @@ declare function HistogramDiffForm({
|
|
|
114
114
|
params,
|
|
115
115
|
onParamsChanged,
|
|
116
116
|
setIsReadyToExecute
|
|
117
|
-
}: HistogramDiffEditProps):
|
|
117
|
+
}: HistogramDiffEditProps): react_jsx_runtime77.JSX.Element;
|
|
118
118
|
//#endregion
|
|
119
119
|
//#region src/components/histogram/HistogramResultView.d.ts
|
|
120
120
|
/**
|
|
@@ -213,7 +213,7 @@ declare function useRecceTheme(): ThemeContextValue;
|
|
|
213
213
|
declare const VERSION = "0.2.0";
|
|
214
214
|
//#endregion
|
|
215
215
|
//#region src/components/lineage/LineagePageOss.d.ts
|
|
216
|
-
declare function LineagePageOss():
|
|
216
|
+
declare function LineagePageOss(): react_jsx_runtime77.JSX.Element;
|
|
217
217
|
//#endregion
|
|
218
218
|
//#region src/components/lineage/styles.d.ts
|
|
219
219
|
/**
|
|
@@ -229,14 +229,14 @@ interface NotificationProps {
|
|
|
229
229
|
declare function LineageViewNotification({
|
|
230
230
|
notification,
|
|
231
231
|
type
|
|
232
|
-
}: NotificationProps):
|
|
232
|
+
}: NotificationProps): react_jsx_runtime77.JSX.Element | null;
|
|
233
233
|
//#endregion
|
|
234
234
|
//#region src/components/onboarding-guide/Notification.d.ts
|
|
235
235
|
declare const RecceNotification: (props: PropsWithChildren<{
|
|
236
236
|
onClose: () => void;
|
|
237
237
|
align?: string;
|
|
238
|
-
}>) =>
|
|
239
|
-
declare const LearnHowLink: () =>
|
|
238
|
+
}>) => react_jsx_runtime77.JSX.Element;
|
|
239
|
+
declare const LearnHowLink: () => react_jsx_runtime77.JSX.Element;
|
|
240
240
|
//#endregion
|
|
241
241
|
//#region src/components/profile/ProfileDiffForm.d.ts
|
|
242
242
|
interface ProfileDiffFormParams {
|
|
@@ -249,7 +249,7 @@ declare function ProfileDiffForm({
|
|
|
249
249
|
params,
|
|
250
250
|
onParamsChanged,
|
|
251
251
|
setIsReadyToExecute
|
|
252
|
-
}: ProfileDiffFormProp):
|
|
252
|
+
}: ProfileDiffFormProp): react_jsx_runtime77.JSX.Element;
|
|
253
253
|
//#endregion
|
|
254
254
|
//#region src/components/profile/ProfileResultView.d.ts
|
|
255
255
|
/**
|
|
@@ -358,10 +358,10 @@ declare const QueryForm$1: ({
|
|
|
358
358
|
defaultPrimaryKeys,
|
|
359
359
|
onPrimaryKeysChange,
|
|
360
360
|
...props
|
|
361
|
-
}: QueryFormProps) =>
|
|
361
|
+
}: QueryFormProps) => react_jsx_runtime77.JSX.Element;
|
|
362
362
|
//#endregion
|
|
363
363
|
//#region src/components/query/QueryPageOss.d.ts
|
|
364
|
-
declare const QueryPageOss: () =>
|
|
364
|
+
declare const QueryPageOss: () => react_jsx_runtime77.JSX.Element;
|
|
365
365
|
//#endregion
|
|
366
366
|
//#region src/components/query/QueryResultView.d.ts
|
|
367
367
|
type QueryRun = Extract<Run, {
|
|
@@ -410,7 +410,7 @@ interface SetupConnectionGuideProps {
|
|
|
410
410
|
*/
|
|
411
411
|
declare function SetupConnectionGuide({
|
|
412
412
|
supportCalendarUrl
|
|
413
|
-
}: SetupConnectionGuideProps):
|
|
413
|
+
}: SetupConnectionGuideProps): react_jsx_runtime77.JSX.Element;
|
|
414
414
|
//#endregion
|
|
415
415
|
//#region src/components/query/SqlEditor.d.ts
|
|
416
416
|
interface SqlEditorProps {
|
|
@@ -450,7 +450,7 @@ declare function SqlEditor({
|
|
|
450
450
|
manifestData,
|
|
451
451
|
schemas,
|
|
452
452
|
...props
|
|
453
|
-
}: SqlEditorProps):
|
|
453
|
+
}: SqlEditorProps): react_jsx_runtime77.JSX.Element;
|
|
454
454
|
declare function DualSqlEditor({
|
|
455
455
|
value,
|
|
456
456
|
baseValue,
|
|
@@ -463,7 +463,7 @@ declare function DualSqlEditor({
|
|
|
463
463
|
labels,
|
|
464
464
|
SetupGuide,
|
|
465
465
|
...props
|
|
466
|
-
}: DualSqlEditorProps):
|
|
466
|
+
}: DualSqlEditorProps): react_jsx_runtime77.JSX.Element;
|
|
467
467
|
//#endregion
|
|
468
468
|
//#region src/components/rowcount/RowCountResultView.d.ts
|
|
469
469
|
/**
|
|
@@ -545,7 +545,7 @@ declare function ColumnNameCell({
|
|
|
545
545
|
singleEnv,
|
|
546
546
|
cllRunning,
|
|
547
547
|
showMenu
|
|
548
|
-
}: ColumnNameCellProps):
|
|
548
|
+
}: ColumnNameCellProps): react_jsx_runtime77.JSX.Element;
|
|
549
549
|
//#endregion
|
|
550
550
|
//#region src/components/schema/SchemaView.d.ts
|
|
551
551
|
interface SchemaViewProps {
|
|
@@ -629,7 +629,7 @@ interface ChangeSummaryResult {
|
|
|
629
629
|
*/
|
|
630
630
|
declare function ChangeSummary({
|
|
631
631
|
lineageGraph
|
|
632
|
-
}: ChangeSummaryProps):
|
|
632
|
+
}: ChangeSummaryProps): react_jsx_runtime77.JSX.Element;
|
|
633
633
|
//#endregion
|
|
634
634
|
//#region src/components/summary/SchemaSummary.d.ts
|
|
635
635
|
interface SchemaSummaryProps {
|
|
@@ -637,7 +637,7 @@ interface SchemaSummaryProps {
|
|
|
637
637
|
}
|
|
638
638
|
declare function SchemaSummary({
|
|
639
639
|
lineageGraph
|
|
640
|
-
}: SchemaSummaryProps):
|
|
640
|
+
}: SchemaSummaryProps): react_jsx_runtime77.JSX.Element;
|
|
641
641
|
//#endregion
|
|
642
642
|
//#region src/components/summary/utils.d.ts
|
|
643
643
|
/**
|
|
@@ -681,7 +681,7 @@ declare function calculateChangeSummary(lineageGraph: LineageGraph): ChangeSumma
|
|
|
681
681
|
* Only shows when remaining time is below the warning threshold
|
|
682
682
|
* Styled as a warning indicator to draw user attention
|
|
683
683
|
*/
|
|
684
|
-
declare function IdleTimeoutBadge():
|
|
684
|
+
declare function IdleTimeoutBadge(): react_jsx_runtime77.JSX.Element | null;
|
|
685
685
|
//#endregion
|
|
686
686
|
//#region src/components/top-k/TopKDiffForm.d.ts
|
|
687
687
|
type TopKDiffFormProps = RunFormProps<TopKDiffParams>;
|
|
@@ -689,7 +689,7 @@ declare function TopKDiffForm({
|
|
|
689
689
|
params,
|
|
690
690
|
onParamsChanged,
|
|
691
691
|
setIsReadyToExecute
|
|
692
|
-
}: TopKDiffFormProps):
|
|
692
|
+
}: TopKDiffFormProps): react_jsx_runtime77.JSX.Element;
|
|
693
693
|
//#endregion
|
|
694
694
|
//#region src/components/top-k/TopKDiffResultView.d.ts
|
|
695
695
|
/**
|
|
@@ -726,55 +726,6 @@ interface TopKDiffResultViewProps extends CreatedResultViewProps<TopKViewOptions
|
|
|
726
726
|
*/
|
|
727
727
|
declare const TopKDiffResultView: ForwardRefExoticComponent<TopKDiffResultViewProps & RefAttributes<HTMLDivElement>>;
|
|
728
728
|
//#endregion
|
|
729
|
-
//#region src/components/ui/ChangedOnlyCheckbox.d.ts
|
|
730
|
-
interface ChangedOnlyCheckboxProps {
|
|
731
|
-
/** Whether the changed-only filter is enabled */
|
|
732
|
-
changedOnly?: boolean;
|
|
733
|
-
/** Callback when the checkbox state changes */
|
|
734
|
-
onChange: () => void;
|
|
735
|
-
}
|
|
736
|
-
/**
|
|
737
|
-
* A checkbox component for filtering diff results to show only changed rows.
|
|
738
|
-
*
|
|
739
|
-
* @example
|
|
740
|
-
* ```tsx
|
|
741
|
-
* <ChangedOnlyCheckbox
|
|
742
|
-
* changedOnly={viewOptions.changed_only}
|
|
743
|
-
* onChange={() => setChangedOnly(!viewOptions.changed_only)}
|
|
744
|
-
* />
|
|
745
|
-
* ```
|
|
746
|
-
*/
|
|
747
|
-
declare function ChangedOnlyCheckbox({
|
|
748
|
-
changedOnly,
|
|
749
|
-
onChange
|
|
750
|
-
}: ChangedOnlyCheckboxProps): react_jsx_runtime60.JSX.Element;
|
|
751
|
-
//#endregion
|
|
752
|
-
//#region src/components/ui/DiffDisplayModeSwitch.d.ts
|
|
753
|
-
type DiffDisplayMode = "inline" | "side_by_side";
|
|
754
|
-
interface DiffDisplayModeSwitchProps {
|
|
755
|
-
/** Current display mode */
|
|
756
|
-
displayMode: DiffDisplayMode;
|
|
757
|
-
/** Callback when display mode changes */
|
|
758
|
-
onDisplayModeChanged: (displayMode: DiffDisplayMode) => void;
|
|
759
|
-
}
|
|
760
|
-
/**
|
|
761
|
-
* A switch component for toggling between inline and side-by-side diff display modes.
|
|
762
|
-
*
|
|
763
|
-
* When in inline mode, also shows color legend (Base = red, Current = green).
|
|
764
|
-
*
|
|
765
|
-
* @example
|
|
766
|
-
* ```tsx
|
|
767
|
-
* <DiffDisplayModeSwitch
|
|
768
|
-
* displayMode="inline"
|
|
769
|
-
* onDisplayModeChanged={(mode) => setDisplayMode(mode)}
|
|
770
|
-
* />
|
|
771
|
-
* ```
|
|
772
|
-
*/
|
|
773
|
-
declare function DiffDisplayModeSwitch({
|
|
774
|
-
displayMode,
|
|
775
|
-
onDisplayModeChanged
|
|
776
|
-
}: DiffDisplayModeSwitchProps): react_jsx_runtime60.JSX.Element;
|
|
777
|
-
//#endregion
|
|
778
729
|
//#region src/components/ui/SquareIcon.d.ts
|
|
779
730
|
interface SquareIconProps {
|
|
780
731
|
/** The background color of the square icon */
|
|
@@ -785,38 +736,7 @@ interface SquareIconProps {
|
|
|
785
736
|
*/
|
|
786
737
|
declare function SquareIcon({
|
|
787
738
|
color
|
|
788
|
-
}: SquareIconProps):
|
|
789
|
-
//#endregion
|
|
790
|
-
//#region src/components/ui/ToggleSwitch.d.ts
|
|
791
|
-
interface ToggleSwitchProps {
|
|
792
|
-
/** Current toggle state */
|
|
793
|
-
value: boolean;
|
|
794
|
-
/** Callback when toggle state changes */
|
|
795
|
-
onChange: (value: boolean) => void;
|
|
796
|
-
/** Label for the "on" state */
|
|
797
|
-
textOn?: string;
|
|
798
|
-
/** Label for the "off" state */
|
|
799
|
-
textOff?: string;
|
|
800
|
-
}
|
|
801
|
-
/**
|
|
802
|
-
* A toggle switch component that allows switching between two values.
|
|
803
|
-
*
|
|
804
|
-
* @example
|
|
805
|
-
* ```tsx
|
|
806
|
-
* <ToggleSwitch
|
|
807
|
-
* value={isEnabled}
|
|
808
|
-
* onChange={setIsEnabled}
|
|
809
|
-
* textOff="Inline"
|
|
810
|
-
* textOn="Side by side"
|
|
811
|
-
* />
|
|
812
|
-
* ```
|
|
813
|
-
*/
|
|
814
|
-
declare function ToggleSwitch({
|
|
815
|
-
value,
|
|
816
|
-
onChange,
|
|
817
|
-
textOn,
|
|
818
|
-
textOff
|
|
819
|
-
}: ToggleSwitchProps): react_jsx_runtime60.JSX.Element;
|
|
739
|
+
}: SquareIconProps): react_jsx_runtime77.JSX.Element;
|
|
820
740
|
//#endregion
|
|
821
741
|
//#region src/components/valuediff/ValueDiffDetailResultView.d.ts
|
|
822
742
|
/**
|
|
@@ -864,7 +784,7 @@ declare function ValueDiffForm({
|
|
|
864
784
|
params,
|
|
865
785
|
onParamsChanged,
|
|
866
786
|
setIsReadyToExecute
|
|
867
|
-
}: ValueDiffFormProp):
|
|
787
|
+
}: ValueDiffFormProp): react_jsx_runtime77.JSX.Element;
|
|
868
788
|
//#endregion
|
|
869
789
|
//#region src/components/valuediff/ValueDiffResultView.d.ts
|
|
870
790
|
/**
|
|
@@ -1069,11 +989,11 @@ declare function ChecksViewComponent({
|
|
|
1069
989
|
maxListSize,
|
|
1070
990
|
listTitle,
|
|
1071
991
|
className
|
|
1072
|
-
}: ChecksViewProps):
|
|
992
|
+
}: ChecksViewProps): react_jsx_runtime77.JSX.Element;
|
|
1073
993
|
/**
|
|
1074
994
|
* Memoized ChecksView component for performance optimization.
|
|
1075
995
|
*/
|
|
1076
996
|
declare const ChecksView: React$2.MemoExoticComponent<typeof ChecksViewComponent>;
|
|
1077
997
|
//#endregion
|
|
1078
|
-
export {
|
|
1079
|
-
//# sourceMappingURL=index-
|
|
998
|
+
export { ProfileResultView as $, SingleEnvSchemaView$1 as A, Main as At, SqlEditor as B, ChangeStatus as C, supportsHistogramDiff as Ct, NODE_CHANGE_STATUS_MSGS as D, CheckListOss as Dt, ColumnChangeResult as E, CheckPageContentOss as Et, RowCountResultView as F, QueryResultViewProps as G, SetupConnectionGuide as H, RowCountResultViewProps as I, QueryFormProps as J, QueryPageOss as K, RowCountRun as L, ColumnNameCellProps as M, EnvInfo as Mt, RowCountDiffResultView as N, HistoryToggle as O, CheckEmptyStateOss as Ot, RowCountDiffRun as P, ProfileDiffRun as Q, DualSqlEditor as R, ChangeSummary as S, HistogramDiffForm as St, ChangeSummaryResult as T, CheckPageLoadingOss as Tt, SetupConnectionGuideProps as U, SqlEditorProps as V, QueryResultView as W, QueryDiffResultViewProps as X, QueryDiffResultView as Y, ProfileDiffResultView as Z, IdleTimeoutBadge as _, toSchemaDataGrid as _t, ValueDiffRun as a, RecceNotification as at, getIconForChangeStatus as b, HistogramDiffRun as bt, ValueDiffDetailResultView as c, LineagePageOss as ct, SquareIcon as d, SchemaDataGridOptions as dt, ProfileResultViewProps as et, SquareIconProps as f, SchemaDataGridResult as ft, TopKDiffForm as g, mergeColumns as gt, TopKDiffRun as h, SingleEnvSchemaDataGridResult as ht, ValueDiffResultViewProps as i, LearnHowLink as it, ColumnNameCell as j, MainLayout as jt, SchemaView$1 as k, CheckDetailOss as kt, ValueDiffDetailResultViewProps as l, VERSION as lt, TopKDiffResultViewProps as m, SchemaRow as mt, ChecksViewProps as n, ProfileDiffForm as nt, ValueDiffForm as o, LineageViewNotification as ot, TopKDiffResultView as p, SchemaDiffRow as pt, QueryForm$1 as q, ValueDiffResultView as r, ProfileDiffFormParams as rt, ValueDiffFormParams as s, NotificationProps as st, ChecksView as t, ProfileRun as tt, ValueDiffDetailRun as u, useRecceTheme as ut, calculateChangeSummary as v, toSingleEnvDataGrid as vt, ChangeSummaryProps as w, ErrorBoundary as wt, SchemaSummary as x, HistogramResultViewProps as xt, calculateColumnChange as y, HistogramDiffResultView as yt, DualSqlEditorProps as z };
|
|
999
|
+
//# sourceMappingURL=index-Bt9tMcsF.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-Bt9tMcsF.d.ts","names":[],"sources":["../src/components/app/EnvInfo.tsx","../src/components/app/MainLayout.tsx","../src/components/check/CheckDetailOss.tsx","../src/components/check/CheckEmptyStateOss.tsx","../src/components/check/CheckListOss.tsx","../src/components/check/CheckPageContentOss.tsx","../src/components/check/CheckPageLoadingOss.tsx","../src/components/errorboundary/ErrorBoundary.tsx","../src/components/histogram/HistogramDiffForm.tsx","../src/components/histogram/HistogramResultView.tsx","../src/lib/dataGrid/generators/toSchemaDataGrid.ts","../src/providers/contexts/ThemeContext.tsx","../src/index.ts","../src/components/lineage/LineagePageOss.tsx","../src/components/lineage/styles.tsx","../src/components/notifications/LineageViewNotification.tsx","../src/components/onboarding-guide/Notification.tsx","../src/components/profile/ProfileDiffForm.tsx","../src/components/profile/ProfileResultView.tsx","../src/components/query/QueryDiffResultView.tsx","../src/components/query/QueryForm.tsx","../src/components/query/QueryPageOss.tsx","../src/components/query/QueryResultView.tsx","../src/components/query/SetupConnectionGuide.tsx","../src/components/query/SqlEditor.tsx","../src/components/rowcount/RowCountResultView.tsx","../src/components/schema/ColumnNameCell.tsx","../src/components/schema/SchemaView.tsx","../src/components/shared/HistoryToggle.tsx","../src/components/summary/types.ts","../src/components/summary/ChangeSummary.tsx","../src/components/summary/SchemaSummary.tsx","../src/components/summary/utils.ts","../src/components/timeout/IdleTimeoutBadge.tsx","../src/components/top-k/TopKDiffForm.tsx","../src/components/top-k/TopKDiffResultView.tsx","../src/components/ui/SquareIcon.tsx","../src/components/valuediff/ValueDiffDetailResultView.tsx","../src/components/valuediff/ValueDiffForm.tsx","../src/components/valuediff/ValueDiffResultView.tsx","../src/components/views/ChecksView.tsx"],"sourcesContent":[],"mappings":"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"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
import { i as RecceInstanceInfo } from "./flag-CiR2E5oz.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as _tanstack_react_query6 from "@tanstack/react-query";
|
|
4
4
|
import { Dispatch, ReactNode, SetStateAction } from "react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime131 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/contexts/action/types.d.ts
|
|
8
8
|
/**
|
|
@@ -137,7 +137,7 @@ declare function RecceActionProvider({
|
|
|
137
137
|
onShowRunId,
|
|
138
138
|
initialRunId,
|
|
139
139
|
initialHistoryOpen
|
|
140
|
-
}: RecceActionProviderProps):
|
|
140
|
+
}: RecceActionProviderProps): react_jsx_runtime131.JSX.Element;
|
|
141
141
|
/**
|
|
142
142
|
* Hook to access the RecceAction context.
|
|
143
143
|
*
|
|
@@ -184,7 +184,7 @@ declare function IdleTimeoutProvider({
|
|
|
184
184
|
children
|
|
185
185
|
}: {
|
|
186
186
|
children: ReactNode;
|
|
187
|
-
}):
|
|
187
|
+
}): react_jsx_runtime131.JSX.Element;
|
|
188
188
|
/**
|
|
189
189
|
* Hook to access idle timeout context
|
|
190
190
|
* @throws Error if used outside IdleTimeoutProvider
|
|
@@ -298,7 +298,7 @@ declare function RecceInstanceInfoProvider({
|
|
|
298
298
|
children
|
|
299
299
|
}: {
|
|
300
300
|
children: ReactNode;
|
|
301
|
-
}):
|
|
301
|
+
}): react_jsx_runtime131.JSX.Element;
|
|
302
302
|
/**
|
|
303
303
|
* Hook to access the Recce instance context.
|
|
304
304
|
*
|
|
@@ -343,7 +343,7 @@ declare function useRecceInstanceContext(): InstanceInfoType;
|
|
|
343
343
|
* }
|
|
344
344
|
* ```
|
|
345
345
|
*/
|
|
346
|
-
declare function useRecceInstanceInfo():
|
|
346
|
+
declare function useRecceInstanceInfo(): _tanstack_react_query6.UseQueryResult<RecceInstanceInfo, Error>;
|
|
347
347
|
//#endregion
|
|
348
348
|
export { AxiosQueryParams as _, RecceFeatureMode as a, SubmitRunTrackProps as b, defaultInstanceInfo as c, useIdleTimeout as d, IdleTimeoutContextType as f, useRecceActionContext as g, RecceActionProviderProps as h, InstanceInfoType as i, useIdleDetection as l, RecceActionProvider as m, RecceInstanceInfoProvider as n, RecceFeatureToggles as o, useIdleTimeoutSafe as p, useRecceInstanceContext as r, defaultFeatureToggles as s, useRecceInstanceInfo as t, IdleTimeoutProvider as u, RecceActionContextType as v, RecceActionOptions as y };
|
|
349
|
-
//# sourceMappingURL=index-
|
|
349
|
+
//# sourceMappingURL=index-C-GvORS_.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-C-GvORS_.d.ts","names":[],"sources":["../src/contexts/action/types.ts","../src/contexts/action/RecceActionContext.tsx","../src/contexts/idle/types.ts","../src/contexts/idle/IdleTimeoutContext.tsx","../src/contexts/idle/useIdleDetection.ts","../src/contexts/instance/types.ts","../src/contexts/instance/RecceInstanceContext.tsx","../src/contexts/instance/useRecceInstanceInfo.ts"],"sourcesContent":[],"mappings":"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"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
import { Ot as RunsAggregated, en as LineageDataFromMetadata, t as RecceServerFlags, tn as LineageDiffData } from "./flag-CiR2E5oz.js";
|
|
3
3
|
import { c as LineageGraphNode, i as LineageGraph, l as LineageGraphNodes, o as LineageGraphContextType, r as EnvInfo, s as LineageGraphEdge, u as LineageViewContextType } from "./types-CZre3j02.js";
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
4
|
+
import * as _tanstack_react_query5 from "@tanstack/react-query";
|
|
5
|
+
import * as react35 from "react";
|
|
6
6
|
import { ReactNode } from "react";
|
|
7
|
-
import * as
|
|
7
|
+
import * as react_jsx_runtime59 from "react/jsx-runtime";
|
|
8
8
|
|
|
9
9
|
//#region src/contexts/lineage/utils.d.ts
|
|
10
10
|
/**
|
|
@@ -175,7 +175,7 @@ declare function LineageGraphProvider({
|
|
|
175
175
|
onRefetchLineageGraph,
|
|
176
176
|
runsAggregated,
|
|
177
177
|
onRefetchRunsAggregated
|
|
178
|
-
}: LineageGraphProviderProps):
|
|
178
|
+
}: LineageGraphProviderProps): react_jsx_runtime59.JSX.Element;
|
|
179
179
|
/**
|
|
180
180
|
* Hook to access the LineageGraph context.
|
|
181
181
|
*
|
|
@@ -192,7 +192,7 @@ declare function useLineageGraphContext(): LineageGraphContextType;
|
|
|
192
192
|
declare function useRunsAggregated(): [RunsAggregated | undefined, (() => void) | undefined];
|
|
193
193
|
//#endregion
|
|
194
194
|
//#region src/contexts/lineage/LineageViewContext.d.ts
|
|
195
|
-
declare const LineageViewContext:
|
|
195
|
+
declare const LineageViewContext: react35.Context<LineageViewContextType | undefined>;
|
|
196
196
|
declare const useLineageViewContextSafe: () => LineageViewContextType;
|
|
197
197
|
declare const useLineageViewContext: () => LineageViewContextType | undefined;
|
|
198
198
|
//#endregion
|
|
@@ -205,7 +205,7 @@ declare const useLineageViewContext: () => LineageViewContextType | undefined;
|
|
|
205
205
|
*
|
|
206
206
|
* @returns TanStack Query result with RecceServerFlags data
|
|
207
207
|
*/
|
|
208
|
-
declare function useRecceServerFlag():
|
|
208
|
+
declare function useRecceServerFlag(): _tanstack_react_query5.UseQueryResult<RecceServerFlags, Error>;
|
|
209
209
|
//#endregion
|
|
210
210
|
export { toReactFlowBasic as _, LineageGraphProvider as a, useRunsAggregated as c, buildLineageGraph as d, getNeighborSet as f, selectUpstream as g, selectDownstream as h, useLineageViewContextSafe as i, COLUMN_HEIGHT as l, layoutWithDagre as m, LineageViewContext as n, LineageGraphProviderProps as o, intersect as p, useLineageViewContext as r, useLineageGraphContext as s, useRecceServerFlag as t, NodeColumnSetMap as u, union as v };
|
|
211
|
-
//# sourceMappingURL=index-
|
|
211
|
+
//# sourceMappingURL=index-CMxFy9tk.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-CMxFy9tk.d.ts","names":[],"sources":["../src/contexts/lineage/utils.ts","../src/contexts/lineage/LineageGraphContext.tsx","../src/contexts/lineage/LineageViewContext.tsx","../src/contexts/lineage/useRecceServerFlag.ts"],"sourcesContent":[],"mappings":"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"}
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
import { At as SubmitRunTrackProps, C as Run, an as NodeColumnData, l as Check } from "./flag-CiR2E5oz.js";
|
|
3
3
|
import { c as LineageGraphNode, n as ActionState } from "./types-CZre3j02.js";
|
|
4
4
|
import { M as CheckEvent } from "./api-ZZ4cc9b9.js";
|
|
5
|
-
import { i as RegistryEntry } from "./types-
|
|
6
|
-
import { r as DataGridHandle } from "./ScreenshotDataGrid-
|
|
5
|
+
import { i as RegistryEntry } from "./types-piNWusq2.js";
|
|
6
|
+
import { r as DataGridHandle } from "./ScreenshotDataGrid-CeuGj_hE.js";
|
|
7
7
|
import * as _tanstack_react_query0 from "@tanstack/react-query";
|
|
8
8
|
import { AxiosInstance } from "axios";
|
|
9
9
|
import React, { JSX, ReactNode } from "react";
|
|
10
|
-
import * as
|
|
10
|
+
import * as react_jsx_runtime17 from "react/jsx-runtime";
|
|
11
11
|
|
|
12
12
|
//#region src/components/ui/mui-provider.d.ts
|
|
13
13
|
interface MuiProviderProps {
|
|
@@ -40,7 +40,7 @@ declare function MuiProvider({
|
|
|
40
40
|
children,
|
|
41
41
|
forcedTheme,
|
|
42
42
|
enableCssBaseline
|
|
43
|
-
}: MuiProviderProps):
|
|
43
|
+
}: MuiProviderProps): react_jsx_runtime17.JSX.Element;
|
|
44
44
|
//#endregion
|
|
45
45
|
//#region src/hooks/CheckContextAdapter.d.ts
|
|
46
46
|
interface CheckContextAdapterProps {
|
|
@@ -67,7 +67,7 @@ interface OSSCheckContext {
|
|
|
67
67
|
*/
|
|
68
68
|
declare function CheckContextAdapter({
|
|
69
69
|
children
|
|
70
|
-
}: CheckContextAdapterProps):
|
|
70
|
+
}: CheckContextAdapterProps): react_jsx_runtime17.JSX.Element;
|
|
71
71
|
/**
|
|
72
72
|
* OSS-compatible hook that returns the check context with guaranteed non-optional fields.
|
|
73
73
|
* This wraps @datarecce/ui's useCheckContext and provides type safety for OSS components.
|
|
@@ -92,7 +92,7 @@ interface LineageGraphAdapterProps {
|
|
|
92
92
|
*/
|
|
93
93
|
declare function LineageGraphAdapter({
|
|
94
94
|
children
|
|
95
|
-
}: LineageGraphAdapterProps):
|
|
95
|
+
}: LineageGraphAdapterProps): react_jsx_runtime17.JSX.Element;
|
|
96
96
|
//#endregion
|
|
97
97
|
//#region src/hooks/QueryContextAdapter.d.ts
|
|
98
98
|
interface QueryContextAdapterProps {
|
|
@@ -128,7 +128,7 @@ interface OSSQueryContext {
|
|
|
128
128
|
*/
|
|
129
129
|
declare function QueryContextAdapter({
|
|
130
130
|
children
|
|
131
|
-
}: QueryContextAdapterProps):
|
|
131
|
+
}: QueryContextAdapterProps): react_jsx_runtime17.JSX.Element;
|
|
132
132
|
/**
|
|
133
133
|
* OSS-compatible hook that returns the query context with guaranteed non-optional fields.
|
|
134
134
|
* This wraps @datarecce/ui's useQueryContext and provides type safety for OSS components.
|
|
@@ -162,7 +162,7 @@ interface RecceActionAdapterProps {
|
|
|
162
162
|
*/
|
|
163
163
|
declare function RecceActionAdapter({
|
|
164
164
|
children
|
|
165
|
-
}: RecceActionAdapterProps):
|
|
165
|
+
}: RecceActionAdapterProps): react_jsx_runtime17.JSX.Element;
|
|
166
166
|
//#endregion
|
|
167
167
|
//#region src/hooks/RecceContextProvider.d.ts
|
|
168
168
|
interface RecceContextProps {
|
|
@@ -190,7 +190,7 @@ interface RecceContextProps {
|
|
|
190
190
|
*/
|
|
191
191
|
declare function RecceContextProvider({
|
|
192
192
|
children
|
|
193
|
-
}: RecceContextProps):
|
|
193
|
+
}: RecceContextProps): react_jsx_runtime17.JSX.Element;
|
|
194
194
|
//#endregion
|
|
195
195
|
//#region src/hooks/RecceShareStateContext.d.ts
|
|
196
196
|
interface ShareStateProps {
|
|
@@ -203,7 +203,7 @@ declare function RecceShareStateContextProvider({
|
|
|
203
203
|
children
|
|
204
204
|
}: {
|
|
205
205
|
children: React.ReactNode;
|
|
206
|
-
}):
|
|
206
|
+
}): react_jsx_runtime17.JSX.Element;
|
|
207
207
|
declare const useRecceShareStateContext: () => ShareStateProps;
|
|
208
208
|
//#endregion
|
|
209
209
|
//#region src/hooks/ScreenShot.d.ts
|
|
@@ -241,7 +241,7 @@ declare function useCopyToClipboard({
|
|
|
241
241
|
isErrored: boolean;
|
|
242
242
|
isSuccess: boolean;
|
|
243
243
|
copyToClipboard: () => Promise<void>;
|
|
244
|
-
ImageDownloadModal: () =>
|
|
244
|
+
ImageDownloadModal: () => react_jsx_runtime17.JSX.Element;
|
|
245
245
|
ref: React.RefObject<DataGridRefType | null>;
|
|
246
246
|
};
|
|
247
247
|
declare function useCopyToClipboardButton(options?: HookOptions): {
|
|
@@ -251,7 +251,7 @@ declare function useCopyToClipboardButton(options?: HookOptions): {
|
|
|
251
251
|
...props
|
|
252
252
|
}: {
|
|
253
253
|
imageType?: "png" | "jpeg";
|
|
254
|
-
}) =>
|
|
254
|
+
}) => react_jsx_runtime17.JSX.Element;
|
|
255
255
|
onMouseEnter: () => void;
|
|
256
256
|
onMouseLeave: () => void;
|
|
257
257
|
onCopyToClipboard: () => Promise<void>;
|
|
@@ -259,7 +259,7 @@ declare function useCopyToClipboardButton(options?: HookOptions): {
|
|
|
259
259
|
declare function useImageDownloadModal(): {
|
|
260
260
|
onOpen: () => void;
|
|
261
261
|
setImgBlob: React.Dispatch<React.SetStateAction<Blob | undefined>>;
|
|
262
|
-
ImageDownloadModal: () =>
|
|
262
|
+
ImageDownloadModal: () => react_jsx_runtime17.JSX.Element;
|
|
263
263
|
};
|
|
264
264
|
//#endregion
|
|
265
265
|
//#region src/hooks/useApiConfig.d.ts
|
|
@@ -731,4 +731,4 @@ interface UseValueDiffAlertDialogReturn {
|
|
|
731
731
|
declare function useValueDiffAlertDialog(options?: UseValueDiffAlertDialogOptions): UseValueDiffAlertDialogReturn;
|
|
732
732
|
//#endregion
|
|
733
733
|
export { useCopyToClipboard as A, defaultSqlQuery as B, useCheckEvents as C, ApiConfigContextType as D, useAvatar as E, RecceContextProvider as F, useRecceCheckContext as G, LineageGraphAdapter as H, RecceActionAdapter as I, MuiProvider as K, RecceActionOptions as L, useImageDownloadModal as M, RecceShareStateContextProvider as N, useApiConfig as O, useRecceShareStateContext as P, OSSQueryContext as R, useClipBoardToast as S, UseAvatarResult as T, CheckContextAdapter as U, useRecceQueryContext as V, OSSCheckContext as W, useIsDark as _, useRun as a, useCSVExport as b, MultiNodesActionTracking as c, UseMultiNodesActionReturn as d, useMultiNodesAction as f, useModelColumns as g, unionColumns as h, UseRunResult as i, useCopyToClipboardButton as j, IGNORE_SCREENSHOT_CLASS as k, MultiNodesActionType as l, extractColumns as m, UseValueDiffAlertDialogReturn as n, MultiNodesActionCallbacks as o, UseModelColumnsReturn as p, useValueDiffAlertDialog as r, MultiNodesActionTrackProps as s, UseValueDiffAlertDialogOptions as t, UseMultiNodesActionOptions as u, useGuideToast as v, UseAvatarOptions as w, useCountdownToast as x, useFeedbackCollectionToast as y, QueryContextAdapter as z };
|
|
734
|
-
//# sourceMappingURL=index-
|
|
734
|
+
//# sourceMappingURL=index-Cf_T0pUg.d.ts.map
|