@datarecce/ui 1.53.0-nightly.20260616 → 1.53.2
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/{RouteConfigContext-B9Wq4LRq.d.ts → RouteConfigContext-CRxwjA3a.d.ts} +3 -3
- package/dist/{RouteConfigContext-B9Wq4LRq.d.ts.map → RouteConfigContext-CRxwjA3a.d.ts.map} +1 -1
- package/dist/{ScreenshotDataGrid-C8snBiZi.d.ts → ScreenshotDataGrid-CTp_HEpb.d.ts} +2 -2
- package/dist/{ScreenshotDataGrid-C8snBiZi.d.ts.map → ScreenshotDataGrid-CTp_HEpb.d.ts.map} +1 -1
- package/dist/advanced.d.ts +5 -5
- package/dist/advanced.js +1 -1
- package/dist/components-run.d.ts +2 -2
- package/dist/components-run.js +1 -1
- package/dist/components.d.ts +5 -5
- package/dist/components.js +1 -1
- package/dist/contexts.d.ts +3 -3
- package/dist/hooks-CeTKVd72.js +7 -0
- package/dist/hooks-CeTKVd72.js.map +1 -0
- package/dist/hooks.d.ts +1 -1
- package/dist/hooks.js +1 -1
- package/dist/{index-JMq11hbe.d.ts → index-BRyoSMEd.d.ts} +7 -7
- package/dist/{index-JMq11hbe.d.ts.map → index-BRyoSMEd.d.ts.map} +1 -1
- package/dist/{index-CQRX1OT9.d.ts → index-Ccdaxnlh.d.ts} +2 -2
- package/dist/{index-CQRX1OT9.d.ts.map → index-Ccdaxnlh.d.ts.map} +1 -1
- package/dist/{index-CtXdIcug.d.ts → index-Cqok64Sw.d.ts} +2 -2
- package/dist/{index-CtXdIcug.d.ts.map → index-Cqok64Sw.d.ts.map} +1 -1
- package/dist/{index-DgZ__aEk.d.ts → index-Da0AhIBC.d.ts} +13 -13
- package/dist/index-Da0AhIBC.d.ts.map +1 -0
- package/dist/{index-CQP6dbtm.d.ts → index-DqNK3h9o.d.ts} +7 -7
- package/dist/{index-CQP6dbtm.d.ts.map → index-DqNK3h9o.d.ts.map} +1 -1
- package/dist/{index-CbMseltT.d.ts → index-gs16KfoD.d.ts} +4 -4
- package/dist/{index-CbMseltT.d.ts.map → index-gs16KfoD.d.ts.map} +1 -1
- package/dist/index.d.ts +8 -8
- package/dist/index.js +1 -1
- package/dist/{lineage-hJFmMNQM.d.ts → lineage-Cqlo57P1.d.ts} +41 -41
- package/dist/lineage-Cqlo57P1.d.ts.map +1 -0
- package/dist/{primitives-DZszdeaB.d.ts → primitives-4OaWN3IW.d.ts} +43 -43
- package/dist/{primitives-DZszdeaB.d.ts.map → primitives-4OaWN3IW.d.ts.map} +1 -1
- package/dist/primitives.d.ts +4 -4
- package/dist/primitives.js +1 -1
- package/dist/result.d.ts +1 -1
- package/dist/result.js +1 -1
- package/dist/src-DH5i0LSg.js +12 -0
- package/dist/src-DH5i0LSg.js.map +1 -0
- package/dist/styles.css +2 -2
- package/dist/{theme-DuHMu70W.js → theme-u98ih3Tv.js} +2 -2
- package/dist/{theme-DuHMu70W.js.map → theme-u98ih3Tv.js.map} +1 -1
- package/dist/theme.js +1 -1
- package/dist/{types-Je-sKjuJ.d.ts → types-D9KPWvGb.d.ts} +10 -10
- package/dist/{types-Je-sKjuJ.d.ts.map → types-D9KPWvGb.d.ts.map} +1 -1
- package/dist/types.d.ts +5 -5
- package/dist/utils-Dl2dMzK8.js.map +1 -1
- package/package.json +1 -1
- package/dist/hooks-4ihGFMoX.js +0 -7
- package/dist/hooks-4ihGFMoX.js.map +0 -1
- package/dist/index-DgZ__aEk.d.ts.map +0 -1
- package/dist/lineage-hJFmMNQM.d.ts.map +0 -1
- package/dist/src-v1l8Y8pq.js +0 -12
- package/dist/src-v1l8Y8pq.js.map +0 -1
|
@@ -77,7 +77,7 @@ interface ApiProviderProps {
|
|
|
77
77
|
declare function ApiProvider({
|
|
78
78
|
children,
|
|
79
79
|
config
|
|
80
|
-
}: ApiProviderProps): import("react
|
|
80
|
+
}: ApiProviderProps): import("react").JSX.Element;
|
|
81
81
|
//#endregion
|
|
82
82
|
//#region src/providers/contexts/RouteConfigContext.d.ts
|
|
83
83
|
/**
|
|
@@ -140,7 +140,7 @@ interface RouteConfigProviderProps extends Partial<RouteConfig> {
|
|
|
140
140
|
declare function RouteConfigProvider({
|
|
141
141
|
children,
|
|
142
142
|
basePath
|
|
143
|
-
}: RouteConfigProviderProps): import("react
|
|
143
|
+
}: RouteConfigProviderProps): import("react").JSX.Element;
|
|
144
144
|
/**
|
|
145
145
|
* Hook to access route configuration.
|
|
146
146
|
*
|
|
@@ -167,4 +167,4 @@ declare function useRouteConfig(): RouteConfigContextType;
|
|
|
167
167
|
declare function useRouteConfigSafe(): RouteConfigContextType | null;
|
|
168
168
|
//#endregion
|
|
169
169
|
export { useRouteConfig as a, useApiClient as c, RouteConfigProviderProps as i, useApiConfig as l, RouteConfigContextType as n, useRouteConfigSafe as o, RouteConfigProvider as r, ApiProvider as s, RouteConfig as t, useApiConfigOptional as u };
|
|
170
|
-
//# sourceMappingURL=RouteConfigContext-
|
|
170
|
+
//# sourceMappingURL=RouteConfigContext-CRxwjA3a.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RouteConfigContext-
|
|
1
|
+
{"version":3,"file":"RouteConfigContext-CRxwjA3a.d.ts","names":[],"sources":["../src/providers/contexts/ApiContext.tsx","../src/providers/contexts/RouteConfigContext.tsx"],"mappings":";;;;;;;AAS0E;;;;;;;;;;UAchE,SAAA;EACR,OAAA;EACA,SAAA;EACA,SAAA;EACA,OAAA,GAAU,MAAM;EAChB,OAAA;AAAA;;;;UAMQ,eAAA;EACR,SAAA,EAAW,SAAS;EACpB,SAAA;EACA,SAAA;EACA,OAAA;AAAA;;AAY6C;AAa/C;;;;iBAbgB,YAAA,IAAgB,eAAe;AAuB/C;;;;AAA4B;AAA5B,iBAVgB,oBAAA,IAAwB,eAAe;;;;;;;iBAUvC,YAAA,IAAY,SAAA;;;AAenB;AAAA;;;;UAJC,kBAAA;EACR,MAAA,EAAQ,SAAS;EACjB,SAAA;EACA,SAAA;EACA,OAAA;AAAA;;;;UAMQ,gBAAA;EACR,QAAA,EAAU,SAAA;EACV,MAAA,EAAQ,SAAA,GAAY,kBAAA;AAAA;;;;iBAuFN,WAAA;EAAc,QAAA;EAAU;AAAA,GAAU,gBAAA,mBAAgB,GAAA,CAAA,OAAA;;;;;;AA9KQ;;;;;;;;;;;AAmBjE;AAAA;UCDQ,WAAA;;;;;;EAMf,QAAQ;AAAA;;ADKD;AAYT;UCXiB,sBAAA,SAA+B,WAAW;;;ADWZ;AAa/C;;EClBE,WAAA,GAAc,IAAA;AAAA;ADkBuC;AAUvD;;AAVuD,UCLtC,wBAAA,SAAiC,OAAA,CAAQ,WAAA;EACxD,QAAA,EAAU,SAAA;AAAA;ADgBX;;;;;;;;;;AAaQ;AAAA;;;;;AAbR,iBCGe,mBAAA;EACd,QAAA;EACA;AAAA,GACC,wBAAA,mBAAwB,GAAA,CAAA,OAAA;;;;;;;;;ADea;AAuFxC;;;;;;;;;iBC7BgB,cAAA,IAAkB,sBAAsB;;;;;iBAUxC,kBAAA,IAAsB,sBAAsB"}
|
|
@@ -53,10 +53,10 @@ interface EmptyRowsRendererProps {
|
|
|
53
53
|
}
|
|
54
54
|
declare function EmptyRowsRenderer({
|
|
55
55
|
emptyMessage
|
|
56
|
-
}: EmptyRowsRendererProps):
|
|
56
|
+
}: EmptyRowsRendererProps): React.JSX.Element;
|
|
57
57
|
declare const ScreenshotDataGrid: <TData = DataGridRow>(props: ScreenshotDataGridProps<TData> & {
|
|
58
58
|
ref?: Ref<DataGridHandle>;
|
|
59
59
|
}) => React.ReactNode;
|
|
60
60
|
//#endregion
|
|
61
61
|
export { EmptyRowsRenderer as a, GridReadyEvent as c, DataGridRow as i, ScreenshotDataGrid as l, ColGroupDef$1 as n, EmptyRowsRendererProps as o, DataGridHandle as r, GetRowIdParams as s, ColDef$1 as t, ScreenshotDataGridProps as u };
|
|
62
|
-
//# sourceMappingURL=ScreenshotDataGrid-
|
|
62
|
+
//# sourceMappingURL=ScreenshotDataGrid-CTp_HEpb.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScreenshotDataGrid-
|
|
1
|
+
{"version":3,"file":"ScreenshotDataGrid-CTp_HEpb.d.ts","names":[],"sources":["../src/components/data/ScreenshotDataGrid.tsx"],"mappings":";;;;;;;AA0CA;;UAAiB,cAAA;EACf,GAAA,EAAK,cAAA;EAAL;EAEA,OAAA,EAAS,WAAW;AAAA;;;AAAA;UAML,WAAA;EACf,QAAA;EAAA,CACC,GAAW;AAAA;AAAA;AASd;;;;;AATc,UASG,uBAAA,SAAgC,WAAA,UACvC,IAAA,CAAK,gBAAA,CAAiB,KAAA;EAEtB;EAAR,KAAA,GAAQ,aAAA;EAQU;EANlB,SAAA;EAMuC;EAJvC,SAAA;IACE,cAAA,GAAiB,KAAA,CAAM,SAAA;EAAA;EAOF;EAJvB,OAAA,IAAW,QAAA,CAAO,KAAA,IAAS,aAAA,CAAY,KAAA;EAV3B;EAYZ,IAAA,GAAO,KAAA;EAbgC;EAevC,oBAAA,GAAuB,QAAA,CAAO,KAAA;EAdtB;EAgBR,YAAA;EAhB8B;EAkB9B,kBAAA;AAAA;;;;UAMe,sBAAA;EACf,YAAY;AAAA;AAAA,iBAGE,iBAAA;EAAoB;AAAA,GAAgB,sBAAA,GAAsB,KAAA,CAAA,GAAA,CAAA,OAAA;AAAA,cA8P7D,kBAAA,WACH,WAAA,EAER,KAAA,EAAO,uBAAA,CAAwB,KAAA;EAAW,GAAA,GAAM,GAAA,CAAI,cAAA;AAAA,MACjD,KAAA,CAAM,SAAA"}
|
package/dist/advanced.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
import { rn as ColumnLineageData } from "./instanceInfo-D3d5flul.js";
|
|
3
3
|
import { a as LineageGraphColumnNode, c as LineageGraphNode, i as LineageGraph, l as LineageGraphNodes, m as isLineageGraphNode, p as isLineageGraphColumnNode, r as EnvInfo, s as LineageGraphEdge } from "./types-C7lJDCVr.js";
|
|
4
|
-
import { _ as toReactFlowBasic, c as useRunsAggregated, d as buildLineageGraph, f as getNeighborSet, g as selectUpstream, h as selectDownstream, l as COLUMN_HEIGHT, m as layoutWithDagre, p as intersect, s as useLineageGraphContext, u as NodeColumnSetMap, v as union } from "./index-
|
|
5
|
-
import { Ct as RunTypeIconMap, Dt as RowCountTag, Et as RowCountSummary, Gt as LineageTabContentProps, Jt as FIT_VIEW_PADDING, Kt as DIM_FILTER, St as NodeViewProps, Tt as RowCountDiffTag, Wt as LineageTabContent, Xt as ColumnAnnotation, Yt as LEGIBLE_MIN_ZOOM, bt as NodeViewActionCallbacks, n as toReactFlow, qt as EXPLORE_MIN_ZOOM, t as layout, wt as SchemaViewProps, xt as NodeViewNodeData, yt as NodeView } from "./lineage-
|
|
6
|
-
import { Dn as NodeChangeStatus } from "./primitives-
|
|
7
|
-
import { b as LineageCanvasProps, y as LineageCanvas } from "./index-
|
|
8
|
-
import { c as useRecceActionContext, g as InstanceInfoType, h as useRecceInstanceContext, i as IdleTimeoutContextType, p as useRecceInstanceInfo, r as useIdleTimeout, u as RecceActionContextType } from "./index-
|
|
4
|
+
import { _ as toReactFlowBasic, c as useRunsAggregated, d as buildLineageGraph, f as getNeighborSet, g as selectUpstream, h as selectDownstream, l as COLUMN_HEIGHT, m as layoutWithDagre, p as intersect, s as useLineageGraphContext, u as NodeColumnSetMap, v as union } from "./index-Cqok64Sw.js";
|
|
5
|
+
import { Ct as RunTypeIconMap, Dt as RowCountTag, Et as RowCountSummary, Gt as LineageTabContentProps, Jt as FIT_VIEW_PADDING, Kt as DIM_FILTER, St as NodeViewProps, Tt as RowCountDiffTag, Wt as LineageTabContent, Xt as ColumnAnnotation, Yt as LEGIBLE_MIN_ZOOM, bt as NodeViewActionCallbacks, n as toReactFlow, qt as EXPLORE_MIN_ZOOM, t as layout, wt as SchemaViewProps, xt as NodeViewNodeData, yt as NodeView } from "./lineage-Cqlo57P1.js";
|
|
6
|
+
import { Dn as NodeChangeStatus } from "./primitives-4OaWN3IW.js";
|
|
7
|
+
import { b as LineageCanvasProps, y as LineageCanvas } from "./index-DqNK3h9o.js";
|
|
8
|
+
import { c as useRecceActionContext, g as InstanceInfoType, h as useRecceInstanceContext, i as IdleTimeoutContextType, p as useRecceInstanceInfo, r as useIdleTimeout, u as RecceActionContextType } from "./index-gs16KfoD.js";
|
|
9
9
|
import { n as useThemeColors } from "./useThemeColors-CUdNH8LP.js";
|
|
10
10
|
import { a as SemanticColorVariant, i as ColorShade, s as colors } from "./index-L2LAN6Z9.js";
|
|
11
11
|
|
package/dist/advanced.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
"use client";import{D as e,E as t,S as n,a as r,b as i,c as a,i as o,j as s,l as c,m as l,n as u,o as d,p as f,r as p,s as m,t as h,y as g}from"./utils-FOrjYCpW.js";import{Fn as
|
|
2
|
+
"use client";import{D as e,E as t,S as n,a as r,b as i,c as a,i as o,j as s,l as c,m as l,n as u,o as d,p as f,r as p,s as m,t as h,y as g}from"./utils-FOrjYCpW.js";import{n as _}from"./colors-4aGxuAVw.js";import{Fn as v,Mn as y,Nn as b,Pn as x,t as S}from"./hooks-CeTKVd72.js";import{A as C,C as w,E as T,F as E,M as D,N as O,S as k,T as A,j,w as M}from"./src-DH5i0LSg.js";const N=`0.2.0`;export{N as ADVANCED_API_VERSION,h as COLUMN_HEIGHT,y as DIM_FILTER,b as EXPLORE_MIN_ZOOM,x as FIT_VIEW_PADDING,v as LEGIBLE_MIN_ZOOM,E as LineageCanvas,T as LineageTabContent,k as NodeView,w as RowCountDiffTag,M as RowCountSummary,A as RowCountTag,u as buildLineageGraph,_ as colors,O as computeImpactedColumns,D as computeIsImpacted,p as getNeighborSet,o as intersect,f as isLineageGraphColumnNode,l as isLineageGraphNode,C as layout,r as layoutWithDagre,d as selectDownstream,m as selectUpstream,j as toReactFlow,a as toReactFlowBasic,c as union,n as useIdleTimeout,g as useLineageGraphContext,s as useRecceActionContext,t as useRecceInstanceContext,e as useRecceInstanceInfo,i as useRunsAggregated,S as useThemeColors};
|
|
3
3
|
//# sourceMappingURL=advanced.js.map
|
package/dist/components-run.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
import { A as RunListProps, B as inferRunStatus, C as RunProgressOverlayProps, D as RunListItem, E as RunList, F as RunStatusBadgeProps, I as RunStatusWithDate, L as RunStatusWithDateProps, M as RunStatusAndDate, N as RunStatusAndDateProps, O as RunListItemData, P as RunStatusBadge, R as formatRunDate, S as RunProgressOverlay, T as RunProgressVariant, _ as registry, a as RunFormParamTypes, b as RunToolbarProps, c as RunResultViewRef, d as ViewOptionTypes, f as RunRegistry, g as findByRunType, h as defaultRunTypeConfig, i as RegistryEntry, j as RunStatus, k as RunListItemProps, l as RunTypeConfig, m as createRunTypeRegistry, n as PartialRunTypeRegistry, o as RunFormProps, p as createBoundFindByRunType, r as RefTypes, s as RunResultViewProps, t as IconComponent, u as RunTypeRegistry, v as DiffViewOptions, w as RunProgressProps, x as RunProgress, y as RunToolbar, z as formatRunDateTime } from "./types-
|
|
3
|
-
import { _ as RunModal, a as RunViewProps, c as CSVExportProps, d as RunResultPaneProps, f as RunResultPaneTabValue, g as RunModalProps, h as RunModalOss, i as RunView, l as RunResultExportMenuProps, m as SqlEditorProps, n as RunViewOssProps, o as RunResultPaneOss, p as SingleEnvironmentNotificationProps, r as ErrorBoundaryWrapperProps, s as AddToCheckButtonProps, t as RunViewOss, u as RunResultPane, v as RunModalProps$1, y as RunListOss } from "./index-
|
|
2
|
+
import { A as RunListProps, B as inferRunStatus, C as RunProgressOverlayProps, D as RunListItem, E as RunList, F as RunStatusBadgeProps, I as RunStatusWithDate, L as RunStatusWithDateProps, M as RunStatusAndDate, N as RunStatusAndDateProps, O as RunListItemData, P as RunStatusBadge, R as formatRunDate, S as RunProgressOverlay, T as RunProgressVariant, _ as registry, a as RunFormParamTypes, b as RunToolbarProps, c as RunResultViewRef, d as ViewOptionTypes, f as RunRegistry, g as findByRunType, h as defaultRunTypeConfig, i as RegistryEntry, j as RunStatus, k as RunListItemProps, l as RunTypeConfig, m as createRunTypeRegistry, n as PartialRunTypeRegistry, o as RunFormProps, p as createBoundFindByRunType, r as RefTypes, s as RunResultViewProps, t as IconComponent, u as RunTypeRegistry, v as DiffViewOptions, w as RunProgressProps, x as RunProgress, y as RunToolbar, z as formatRunDateTime } from "./types-D9KPWvGb.js";
|
|
3
|
+
import { _ as RunModal, a as RunViewProps, c as CSVExportProps, d as RunResultPaneProps, f as RunResultPaneTabValue, g as RunModalProps, h as RunModalOss, i as RunView, l as RunResultExportMenuProps, m as SqlEditorProps, n as RunViewOssProps, o as RunResultPaneOss, p as SingleEnvironmentNotificationProps, r as ErrorBoundaryWrapperProps, s as AddToCheckButtonProps, t as RunViewOss, u as RunResultPane, v as RunModalProps$1, y as RunListOss } from "./index-BRyoSMEd.js";
|
|
4
4
|
export { type AddToCheckButtonProps, type CSVExportProps, type DiffViewOptions, type ErrorBoundaryWrapperProps, type IconComponent, type PartialRunTypeRegistry, type RefTypes, type RegistryEntry, type RunFormParamTypes, type RunFormProps, RunList, RunListItem, type RunListItemData, type RunListItemProps, RunListOss, type RunListProps, RunModal, RunModalOss, type RunModalProps as RunModalOssProps, type RunModalProps$1 as RunModalProps, RunProgress, RunProgressOverlay, type RunProgressOverlayProps, type RunProgressProps, type RunProgressVariant, type RunRegistry, type RunResultExportMenuProps, RunResultPane, RunResultPaneOss, type RunResultPaneProps, type RunResultPaneTabValue, type RunResultViewProps, type RunResultViewRef, type RunStatus, RunStatusAndDate, type RunStatusAndDateProps, RunStatusBadge, type RunStatusBadgeProps, RunStatusWithDate, type RunStatusWithDateProps, RunToolbar, type RunToolbarProps, type RunTypeConfig, type RunTypeRegistry, RunView, RunViewOss, type RunViewOssProps, type RunViewProps, type SingleEnvironmentNotificationProps, type SqlEditorProps, type ViewOptionTypes, createBoundFindByRunType, createRunTypeRegistry, defaultRunTypeConfig, findByRunType, formatRunDate, formatRunDateTime, inferRunStatus, registry };
|
package/dist/components-run.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
"use client";import{At as e,B as t,
|
|
2
|
+
"use client";import{At as e,B as t,Dt as n,E as r,Et as i,F as a,Ft as o,H as s,I as c,L as l,Mt as u,N as d,Nt as f,O as p,Ot as m,P as h,Pt as g,R as _,Tt as v,V as y,jt as b,kt as x,z as S}from"./hooks-CeTKVd72.js";export{m as RunList,x as RunListItem,l as RunListOss,c as RunModal,a as RunModalOss,i as RunProgress,n as RunProgressOverlay,d as RunResultPane,p as RunResultPaneOss,e as RunStatusAndDate,b as RunStatusBadge,u as RunStatusWithDate,v as RunToolbar,h as RunView,r as RunViewOss,_ as createBoundFindByRunType,S as createRunTypeRegistry,t as defaultRunTypeConfig,y as findByRunType,f as formatRunDate,g as formatRunDateTime,o as inferRunStatus,s as registry};
|
package/dist/components.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
import { Nt as QueryViewOptions, Ot as QueryDiffViewOptions, nt as ValueDiffDetailViewOptions } from "./instanceInfo-D3d5flul.js";
|
|
3
|
-
import { $ as QueryForm, A as getIconForChangeStatus, At as HistogramDiffResultView, B as RowCountDiffRun, Bt as CheckDetailOss, C as TopKDiffResultView, D as IdleTimeoutBadge, E as TopKDiffForm, F as ChangeSummaryResult, Ft as ErrorBoundary, G as DualSqlEditorProps, H as RowCountResultViewProps, Ht as MainLayout, I as ColumnChangeResult, It as CheckPageLoadingOss, J as SetupConnectionGuide, K as SqlEditor, L as NODE_CHANGE_STATUS_MSGS, Lt as CheckPageContentOss, M as ChangeSummary, Mt as HistogramResultViewProps, N as ChangeStatus, Nt as HistogramDiffForm, O as calculateChangeSummary, Ot as LineagePageOss, P as ChangeSummaryProps, Pt as supportsHistogramDiff, Q as QueryPageOss, R as HistoryToggle, Rt as CheckListOss, S as classifyType, T as TopKDiffRun, U as RowCountRun, Ut as EnvInfo, V as RowCountResultView, Vt as Main, W as DualSqlEditor, X as QueryResultView, Y as SetupConnectionGuideProps, Z as QueryResultViewProps, _ as DataTypeIcon, _t as StalenessMessageVariant, a as ChecksView, at as ProfileResultView, b as buildColumnTooltip, c as ValueDiffResultViewProps, ct as ProfileDiffForm, d as ValueDiffFormParams, dt as RecceNotification, et as QueryFormProps, f as ValueDiffDetailResultView, ft as LineageViewNotification, g as SquareIconProps, gt as StalenessBannerVariant, h as SquareIcon, ht as StalenessBannerProps, it as ProfileDiffRun, j as SchemaSummary, jt as HistogramDiffRun, k as calculateColumnChange, kt as FirstTimePopover, l as ValueDiffRun, lt as ProfileDiffFormParams, m as ValueDiffDetailRun, mt as StalenessBanner, nt as QueryDiffResultViewProps, o as ChecksViewProps, ot as ProfileResultViewProps, p as ValueDiffDetailResultViewProps, pt as NotificationProps, q as SqlEditorProps, rt as ProfileDiffResultView, s as ValueDiffResultView, st as ProfileRun, tt as QueryDiffResultView, u as ValueDiffForm, ut as LearnHowLink, v as DataTypeIconProps, vt as StalenessToastAdapter, w as TopKDiffResultViewProps, x as TypeCategory, y as ColumnTooltipInput, z as RowCountDiffResultView, zt as CheckEmptyStateOss } from "./lineage-
|
|
4
|
-
import { $ as SchemaLegend, $t as CheckEmptyState, A as DiffTextProps, Dt as isDisabledByNoResult, F as ChangedOnlyCheckboxProps, M as DiffDisplayModeSwitch, N as DiffDisplayModeSwitchProps, P as ChangedOnlyCheckbox, Qt as CheckListProps, W as SchemaDiffStatus, Zt as CheckList, _n as LineageView, an as CheckDescriptionProps, cn as CheckCardProps, dn as CheckBreadcrumb, en as CheckEmptyStateProps, et as SchemaView, f as HSplit, fn as CheckBreadcrumbProps, gn as CheckActionsProps, hn as CheckActions, in as CheckDescription, j as DiffDisplayMode, k as DiffText, ln as CheckRunStatus, m as VSplit, mn as CheckActionType, n as ToggleSwitch, nn as CheckDetailProps, nt as ColumnNameCell, on as CheckCard, p as SplitProps, pn as CheckAction, q as SchemaDiffRow, r as ToggleSwitchProps, rn as CheckDetailTab, rt as ColumnNameCellProps, sn as CheckCardData, tn as CheckDetail, tt as SingleEnvSchemaView, un as CheckType, vn as LineageViewProps, yn as LineageViewRef } from "./primitives-
|
|
5
|
-
import { b as LineageCanvasProps, y as LineageCanvas } from "./index-
|
|
6
|
-
import { A as RunListProps, C as RunProgressOverlayProps, D as RunListItem, E as RunList, F as RunStatusBadgeProps, I as RunStatusWithDate, L as RunStatusWithDateProps, O as RunListItemData, P as RunStatusBadge, R as formatRunDate, S as RunProgressOverlay, T as RunProgressVariant, b as RunToolbarProps, c as RunResultViewRef, g as findByRunType, h as defaultRunTypeConfig, j as RunStatus, k as RunListItemProps, l as RunTypeConfig, m as createRunTypeRegistry, n as PartialRunTypeRegistry, o as RunFormProps, p as createBoundFindByRunType, s as RunResultViewProps, t as IconComponent, u as RunTypeRegistry, w as RunProgressProps, x as RunProgress, y as RunToolbar, z as formatRunDateTime } from "./types-
|
|
7
|
-
import { t as RunViewOss, y as RunListOss } from "./index-
|
|
3
|
+
import { $ as QueryForm, A as getIconForChangeStatus, At as HistogramDiffResultView, B as RowCountDiffRun, Bt as CheckDetailOss, C as TopKDiffResultView, D as IdleTimeoutBadge, E as TopKDiffForm, F as ChangeSummaryResult, Ft as ErrorBoundary, G as DualSqlEditorProps, H as RowCountResultViewProps, Ht as MainLayout, I as ColumnChangeResult, It as CheckPageLoadingOss, J as SetupConnectionGuide, K as SqlEditor, L as NODE_CHANGE_STATUS_MSGS, Lt as CheckPageContentOss, M as ChangeSummary, Mt as HistogramResultViewProps, N as ChangeStatus, Nt as HistogramDiffForm, O as calculateChangeSummary, Ot as LineagePageOss, P as ChangeSummaryProps, Pt as supportsHistogramDiff, Q as QueryPageOss, R as HistoryToggle, Rt as CheckListOss, S as classifyType, T as TopKDiffRun, U as RowCountRun, Ut as EnvInfo, V as RowCountResultView, Vt as Main, W as DualSqlEditor, X as QueryResultView, Y as SetupConnectionGuideProps, Z as QueryResultViewProps, _ as DataTypeIcon, _t as StalenessMessageVariant, a as ChecksView, at as ProfileResultView, b as buildColumnTooltip, c as ValueDiffResultViewProps, ct as ProfileDiffForm, d as ValueDiffFormParams, dt as RecceNotification, et as QueryFormProps, f as ValueDiffDetailResultView, ft as LineageViewNotification, g as SquareIconProps, gt as StalenessBannerVariant, h as SquareIcon, ht as StalenessBannerProps, it as ProfileDiffRun, j as SchemaSummary, jt as HistogramDiffRun, k as calculateColumnChange, kt as FirstTimePopover, l as ValueDiffRun, lt as ProfileDiffFormParams, m as ValueDiffDetailRun, mt as StalenessBanner, nt as QueryDiffResultViewProps, o as ChecksViewProps, ot as ProfileResultViewProps, p as ValueDiffDetailResultViewProps, pt as NotificationProps, q as SqlEditorProps, rt as ProfileDiffResultView, s as ValueDiffResultView, st as ProfileRun, tt as QueryDiffResultView, u as ValueDiffForm, ut as LearnHowLink, v as DataTypeIconProps, vt as StalenessToastAdapter, w as TopKDiffResultViewProps, x as TypeCategory, y as ColumnTooltipInput, z as RowCountDiffResultView, zt as CheckEmptyStateOss } from "./lineage-Cqlo57P1.js";
|
|
4
|
+
import { $ as SchemaLegend, $t as CheckEmptyState, A as DiffTextProps, Dt as isDisabledByNoResult, F as ChangedOnlyCheckboxProps, M as DiffDisplayModeSwitch, N as DiffDisplayModeSwitchProps, P as ChangedOnlyCheckbox, Qt as CheckListProps, W as SchemaDiffStatus, Zt as CheckList, _n as LineageView, an as CheckDescriptionProps, cn as CheckCardProps, dn as CheckBreadcrumb, en as CheckEmptyStateProps, et as SchemaView, f as HSplit, fn as CheckBreadcrumbProps, gn as CheckActionsProps, hn as CheckActions, in as CheckDescription, j as DiffDisplayMode, k as DiffText, ln as CheckRunStatus, m as VSplit, mn as CheckActionType, n as ToggleSwitch, nn as CheckDetailProps, nt as ColumnNameCell, on as CheckCard, p as SplitProps, pn as CheckAction, q as SchemaDiffRow, r as ToggleSwitchProps, rn as CheckDetailTab, rt as ColumnNameCellProps, sn as CheckCardData, tn as CheckDetail, tt as SingleEnvSchemaView, un as CheckType, vn as LineageViewProps, yn as LineageViewRef } from "./primitives-4OaWN3IW.js";
|
|
5
|
+
import { b as LineageCanvasProps, y as LineageCanvas } from "./index-DqNK3h9o.js";
|
|
6
|
+
import { A as RunListProps, C as RunProgressOverlayProps, D as RunListItem, E as RunList, F as RunStatusBadgeProps, I as RunStatusWithDate, L as RunStatusWithDateProps, O as RunListItemData, P as RunStatusBadge, R as formatRunDate, S as RunProgressOverlay, T as RunProgressVariant, b as RunToolbarProps, c as RunResultViewRef, g as findByRunType, h as defaultRunTypeConfig, j as RunStatus, k as RunListItemProps, l as RunTypeConfig, m as createRunTypeRegistry, n as PartialRunTypeRegistry, o as RunFormProps, p as createBoundFindByRunType, s as RunResultViewProps, t as IconComponent, u as RunTypeRegistry, w as RunProgressProps, x as RunProgress, y as RunToolbar, z as formatRunDateTime } from "./types-D9KPWvGb.js";
|
|
7
|
+
import { t as RunViewOss, y as RunListOss } from "./index-BRyoSMEd.js";
|
|
8
8
|
export { type ChangeStatus, ChangeSummary, type ChangeSummaryProps, type ChangeSummaryResult, ChangedOnlyCheckbox, type ChangedOnlyCheckboxProps, type CheckAction, type CheckActionType, CheckActions, type CheckActionsProps, CheckBreadcrumb, type CheckBreadcrumbProps, CheckCard, type CheckCardData, type CheckCardProps, CheckDescription, type CheckDescriptionProps, CheckDetail, CheckDetailOss, type CheckDetailProps, type CheckDetailTab, CheckEmptyState, CheckEmptyStateOss, type CheckEmptyStateProps, CheckList, CheckListOss, type CheckListProps, CheckPageContentOss, CheckPageLoadingOss, type CheckRunStatus, type CheckType, ChecksView, type ChecksViewProps, type ColumnChangeResult, ColumnNameCell, type ColumnNameCellProps, type ColumnTooltipInput, DataTypeIcon, type DataTypeIconProps, type DiffDisplayMode, DiffDisplayModeSwitch, type DiffDisplayModeSwitchProps, DiffText, type DiffTextProps, DualSqlEditor, type DualSqlEditorProps, EnvInfo, ErrorBoundary, FirstTimePopover, HSplit, HistogramDiffForm, HistogramDiffResultView, type HistogramDiffRun, type HistogramResultViewProps, HistoryToggle, type IconComponent, IdleTimeoutBadge, LearnHowLink, LineageCanvas, type LineageCanvasProps, LineagePageOss, LineageView, LineageViewNotification, type LineageViewProps, type LineageViewRef, Main, MainLayout, NODE_CHANGE_STATUS_MSGS, type NotificationProps, type PartialRunTypeRegistry, ProfileDiffForm, type ProfileDiffFormParams, ProfileDiffResultView, type ProfileDiffRun, ProfileResultView, type ProfileResultViewProps, type ProfileRun, QueryDiffResultView, type QueryDiffResultViewProps, type QueryDiffViewOptions, QueryForm, type QueryFormProps, QueryPageOss, QueryResultView, type QueryResultViewProps, type QueryViewOptions, RecceNotification, RowCountDiffResultView, type RowCountDiffRun, RowCountResultView, type RowCountResultViewProps, type RowCountRun, type RunFormProps, RunList, RunListItem, type RunListItemData, type RunListItemProps, RunListOss, type RunListProps, RunProgress, RunProgressOverlay, type RunProgressOverlayProps, type RunProgressProps, type RunProgressVariant, type RunResultViewProps, type RunResultViewRef, type RunStatus, RunStatusBadge, type RunStatusBadgeProps, RunStatusWithDate, type RunStatusWithDateProps, RunToolbar, type RunToolbarProps, type RunTypeConfig, type RunTypeRegistry, RunViewOss, type SchemaDiffRow, type SchemaDiffStatus, SchemaLegend, SchemaSummary, SchemaView, SetupConnectionGuide, type SetupConnectionGuideProps, SingleEnvSchemaView, type SplitProps, SqlEditor, type SqlEditorProps, SquareIcon, type SquareIconProps, StalenessBanner, type StalenessBannerProps, type StalenessBannerVariant, type StalenessMessageVariant, type StalenessToastAdapter, ToggleSwitch, type ToggleSwitchProps, TopKDiffForm, TopKDiffResultView, type TopKDiffResultViewProps, type TopKDiffRun, type TypeCategory, VSplit, ValueDiffDetailResultView, type ValueDiffDetailResultViewProps, type ValueDiffDetailRun, type ValueDiffDetailViewOptions, ValueDiffForm, type ValueDiffFormParams, ValueDiffResultView, type ValueDiffResultViewProps, type ValueDiffRun, buildColumnTooltip, calculateChangeSummary, calculateColumnChange, classifyType, createBoundFindByRunType, createRunTypeRegistry, defaultRunTypeConfig, findByRunType, formatRunDate, formatRunDateTime, getIconForChangeStatus, isDisabledByNoResult, supportsHistogramDiff };
|
package/dist/components.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
"use client";import{$ as e,A as t,B as n,D as r,Dt as i,
|
|
2
|
+
"use client";import{$ as e,A as t,B as n,D as r,Dt as i,E as a,Et as o,G as s,Gt as c,In as l,J as u,Jt as d,K as f,Kt as p,L as m,Ln as h,M as g,Mt as _,Nt as v,Ot as y,Pt as b,Q as x,Qt as S,R as C,Rn as w,Tt as T,U as E,V as D,W as O,X as k,Xt as A,Y as j,Z as M,Zt as N,at as P,cn as F,dt as I,et as L,hn as R,j as z,jt as B,k as V,kt as H,ln as U,mn as W,pn as G,q as K,qt as q,st as J,ut as Y,z as X,zt as Z}from"./hooks-CeTKVd72.js";import{B as Q,D as $,F as ee,I as te,L as ne,O as re,P as ie,R as ae,_ as oe,a as se,b as ce,c as le,d as ue,f as de,g as fe,h as pe,i as me,k as he,l as ge,m as _e,n as ve,o as ye,p as be,r as xe,s as Se,u as Ce,v as we,x as Te,y as Ee,z as De}from"./src-DH5i0LSg.js";import{ht as Oe}from"./utils-Dl2dMzK8.js";export{me as ChangeSummary,R as ChangedOnlyCheckbox,S as CheckActions,N as CheckBreadcrumb,A as CheckCard,d as CheckDescription,q as CheckDetail,be as CheckDetailOss,p as CheckEmptyState,de as CheckEmptyStateOss,c as CheckList,ue as CheckListOss,Ce as CheckPageContentOss,ge as CheckPageLoadingOss,ve as ChecksView,P as ColumnNameCell,l as DataTypeIcon,G as DiffDisplayModeSwitch,Oe as DiffText,V as DualSqlEditor,oe as EnvInfo,r as ErrorBoundary,te as FirstTimePopover,Y as HSplit,F as HistogramDiffForm,J as HistogramDiffResultView,Te as HistoryToggle,fe as IdleTimeoutBadge,z as LearnHowLink,ee as LineageCanvas,ce as LineagePageOss,Ee as LineageView,ie as LineageViewNotification,_e as Main,pe as MainLayout,le as NODE_CHANGE_STATUS_MSGS,L as ProfileDiffForm,x as ProfileDiffResultView,e as ProfileResultView,M as QueryDiffResultView,De as QueryForm,ne as QueryPageOss,k as QueryResultView,g as RecceNotification,u as RowCountDiffResultView,j as RowCountResultView,y as RunList,H as RunListItem,m as RunListOss,o as RunProgress,i as RunProgressOverlay,B as RunStatusBadge,_ as RunStatusWithDate,T as RunToolbar,a as RunViewOss,$ as SchemaLegend,xe as SchemaSummary,re as SchemaView,ae as SetupConnectionGuide,he as SingleEnvSchemaView,t as SqlEditor,Q as SquareIcon,we as StalenessBanner,W as ToggleSwitch,K as TopKDiffForm,f as TopKDiffResultView,I as VSplit,s as ValueDiffDetailResultView,O as ValueDiffForm,E as ValueDiffResultView,h as buildColumnTooltip,se as calculateChangeSummary,ye as calculateColumnChange,w as classifyType,C as createBoundFindByRunType,X as createRunTypeRegistry,n as defaultRunTypeConfig,D as findByRunType,v as formatRunDate,b as formatRunDateTime,Se as getIconForChangeStatus,Z as isDisabledByNoResult,U as supportsHistogramDiff};
|
package/dist/contexts.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { a as LineageGraphColumnNode, c as LineageGraphNode, d as NodeAction, f as SelectMode, i as LineageGraph, l as LineageGraphNodes, m as isLineageGraphNode, n as ActionState, o as LineageGraphContextType, p as isLineageGraphColumnNode, r as EnvInfo, s as LineageGraphEdge, t as ActionMode, u as LineageViewContextType } from "./types-C7lJDCVr.js";
|
|
3
|
-
import { _ as toReactFlowBasic, a as LineageGraphProvider, c as useRunsAggregated, d as buildLineageGraph, f as getNeighborSet, g as selectUpstream, h as selectDownstream, i as useLineageViewContextSafe, l as COLUMN_HEIGHT, m as layoutWithDagre, n as LineageViewContext, o as LineageGraphProviderProps, p as intersect, r as useLineageViewContext, s as useLineageGraphContext, t as useRecceServerFlag, u as NodeColumnSetMap, v as union } from "./index-
|
|
4
|
-
import { _ as RecceFeatureMode, a as useIdleTimeoutSafe, b as defaultInstanceInfo, c as useRecceActionContext, g as InstanceInfoType, h as useRecceInstanceContext, i as IdleTimeoutContextType, m as RecceInstanceInfoProvider, n as IdleTimeoutProvider, o as RecceActionProvider, p as useRecceInstanceInfo, r as useIdleTimeout, t as useIdleDetection, v as RecceFeatureToggles, y as defaultFeatureToggles } from "./index-
|
|
5
|
-
import { a as useRouteConfig, c as useApiClient, i as RouteConfigProviderProps, l as useApiConfig, n as RouteConfigContextType, o as useRouteConfigSafe, r as RouteConfigProvider, s as ApiProvider, t as RouteConfig, u as useApiConfigOptional } from "./RouteConfigContext-
|
|
3
|
+
import { _ as toReactFlowBasic, a as LineageGraphProvider, c as useRunsAggregated, d as buildLineageGraph, f as getNeighborSet, g as selectUpstream, h as selectDownstream, i as useLineageViewContextSafe, l as COLUMN_HEIGHT, m as layoutWithDagre, n as LineageViewContext, o as LineageGraphProviderProps, p as intersect, r as useLineageViewContext, s as useLineageGraphContext, t as useRecceServerFlag, u as NodeColumnSetMap, v as union } from "./index-Cqok64Sw.js";
|
|
4
|
+
import { _ as RecceFeatureMode, a as useIdleTimeoutSafe, b as defaultInstanceInfo, c as useRecceActionContext, g as InstanceInfoType, h as useRecceInstanceContext, i as IdleTimeoutContextType, m as RecceInstanceInfoProvider, n as IdleTimeoutProvider, o as RecceActionProvider, p as useRecceInstanceInfo, r as useIdleTimeout, t as useIdleDetection, v as RecceFeatureToggles, y as defaultFeatureToggles } from "./index-gs16KfoD.js";
|
|
5
|
+
import { a as useRouteConfig, c as useApiClient, i as RouteConfigProviderProps, l as useApiConfig, n as RouteConfigContextType, o as useRouteConfigSafe, r as RouteConfigProvider, s as ApiProvider, t as RouteConfig, u as useApiConfigOptional } from "./RouteConfigContext-CRxwjA3a.js";
|
|
6
6
|
export { type ActionMode, type ActionState, ApiProvider, COLUMN_HEIGHT, type EnvInfo, type IdleTimeoutContextType, IdleTimeoutProvider, type InstanceInfoType, type LineageGraph, type LineageGraphColumnNode, type LineageGraphContextType, type LineageGraphEdge, type LineageGraphNode, type LineageGraphNodes, LineageGraphProvider, type LineageGraphProviderProps, LineageViewContext, type LineageViewContextType, type NodeAction, type NodeColumnSetMap, RecceActionProvider, type RecceFeatureMode, type RecceFeatureToggles, RecceInstanceInfoProvider, type RouteConfig, type RouteConfigContextType, RouteConfigProvider, type RouteConfigProviderProps, type SelectMode, buildLineageGraph, defaultFeatureToggles, defaultInstanceInfo, getNeighborSet, intersect, isLineageGraphColumnNode, isLineageGraphNode, layoutWithDagre, selectDownstream, selectUpstream, toReactFlowBasic, union, useApiClient, useApiConfig, useApiConfigOptional, useIdleDetection, useIdleTimeout, useIdleTimeoutSafe, useLineageGraphContext, useLineageViewContext, useLineageViewContextSafe, useRecceActionContext, useRecceInstanceContext, useRecceInstanceInfo, useRecceServerFlag, useRouteConfig, useRouteConfigSafe, useRunsAggregated };
|