@datarecce/ui 0.2.1 → 1.35.0-nightly.20260203
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/{LineageCanvas-CZ64gqTb.d.ts → LineageCanvas-PNr935_P.d.ts} +2 -2
- package/dist/{LineageCanvas-CZ64gqTb.d.ts.map → LineageCanvas-PNr935_P.d.ts.map} +1 -1
- package/dist/{RunProgress-CEMFSkwr.d.ts → RunProgress-Dv05eufn.d.ts} +17 -17
- package/dist/{RunProgress-CEMFSkwr.d.ts.map → RunProgress-Dv05eufn.d.ts.map} +1 -1
- package/dist/{SplitPane-DdIE_DA1.d.ts → SplitPane-DeCj-meP.d.ts} +30 -30
- package/dist/{SplitPane-DdIE_DA1.d.ts.map → SplitPane-DeCj-meP.d.ts.map} +1 -1
- package/dist/advanced.d.ts +4 -4
- package/dist/components-run.d.ts +3 -3
- package/dist/components.d.ts +12 -12
- package/dist/components.js +1 -1
- package/dist/contexts.d.ts +2 -2
- package/dist/hooks.d.ts +8 -8
- package/dist/{index-C-GvORS_.d.ts → index-5N28QK4h.d.ts} +3 -3
- package/dist/{index-C-GvORS_.d.ts.map → index-5N28QK4h.d.ts.map} +1 -1
- package/dist/{index-Cf_T0pUg.d.ts → index-B-gp_PTp.d.ts} +14 -14
- package/dist/{index-Cf_T0pUg.d.ts.map → index-B-gp_PTp.d.ts.map} +1 -1
- package/dist/{index-ZQVNLsef.d.ts → index-BBfD4Mdf.d.ts} +8 -8
- package/dist/{index-ZQVNLsef.d.ts.map → index-BBfD4Mdf.d.ts.map} +1 -1
- package/dist/{index-CMxFy9tk.d.ts → index-BYKSMoe3.d.ts} +7 -7
- package/dist/{index-CMxFy9tk.d.ts.map → index-BYKSMoe3.d.ts.map} +1 -1
- package/dist/{index-B3Jgu2eV.d.ts → index-C1oPk2ih.d.ts} +7 -7
- package/dist/{index-B3Jgu2eV.d.ts.map → index-C1oPk2ih.d.ts.map} +1 -1
- package/dist/{index-DlLO5r9F.d.ts → index-CVAX4y3R.d.ts} +10 -10
- package/dist/{index-DlLO5r9F.d.ts.map → index-CVAX4y3R.d.ts.map} +1 -1
- package/dist/{index-Bt9tMcsF.d.ts → index-DYkLIoch.d.ts} +30 -30
- package/dist/{index-Bt9tMcsF.d.ts.map → index-DYkLIoch.d.ts.map} +1 -1
- package/dist/index.d.ts +12 -12
- package/dist/index.js +1 -1
- package/dist/{primitives-DDfv2i13.d.ts → primitives-DtrHSxCQ.d.ts} +27 -27
- package/dist/{primitives-DDfv2i13.d.ts.map → primitives-DtrHSxCQ.d.ts.map} +1 -1
- package/dist/primitives.d.ts +5 -5
- package/dist/{src-8TqlheHK.js → src-DT6OR7M3.js} +2 -2
- package/dist/src-DT6OR7M3.js.map +1 -0
- package/dist/{types-piNWusq2.d.ts → types-DEuwSrAz.d.ts} +5 -5
- package/dist/{types-piNWusq2.d.ts.map → types-DEuwSrAz.d.ts.map} +1 -1
- package/dist/types.d.ts +7 -7
- package/dist/utils.d.ts +1 -1
- package/package.json +2 -2
- package/dist/src-8TqlheHK.js.map +0 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
import { C as Run, D as RunType, J as ValueDiffDetailViewOptions, Y as ValueDiffParams, dt as ProfileDiffViewOptions, ft as TopKDiffParams, ht as TopKViewOptions, lt as ProfileDiffParams, ot as HistogramDiffParams, s as LineageDiffViewOptions, wt as QueryViewOptions, yt as QueryDiffViewOptions, zt as AxiosQueryParams } from "./flag-CiR2E5oz.js";
|
|
3
3
|
import { r as DataGridHandle } from "./ScreenshotDataGrid-CeuGj_hE.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react25 from "react";
|
|
5
5
|
import { ComponentType, ForwardRefExoticComponent, ReactNode, Ref, RefAttributes } from "react";
|
|
6
|
-
import * as
|
|
6
|
+
import * as react_jsx_runtime41 from "react/jsx-runtime";
|
|
7
7
|
|
|
8
8
|
//#region src/components/run/RunToolbar.d.ts
|
|
9
9
|
/**
|
|
@@ -56,8 +56,8 @@ declare function RunToolbarComponent({
|
|
|
56
56
|
warnings,
|
|
57
57
|
children,
|
|
58
58
|
className
|
|
59
|
-
}: RunToolbarProps):
|
|
60
|
-
declare const RunToolbar:
|
|
59
|
+
}: RunToolbarProps): react_jsx_runtime41.JSX.Element;
|
|
60
|
+
declare const RunToolbar: react25.MemoExoticComponent<typeof RunToolbarComponent>;
|
|
61
61
|
//#endregion
|
|
62
62
|
//#region src/components/run/types.d.ts
|
|
63
63
|
/**
|
|
@@ -168,4 +168,4 @@ type RunFormParamTypes = ProfileDiffParams | ValueDiffParams | TopKDiffParams |
|
|
|
168
168
|
type RegistryEntry<RefType = RefTypes, ViewOptions = ViewOptionTypes, FormParams = RunFormParamTypes> = RunTypeConfig<RefType, ViewOptions, FormParams>;
|
|
169
169
|
//#endregion
|
|
170
170
|
export { RunFormParamTypes as a, RunResultViewRef as c, ViewOptionTypes as d, DiffViewOptions as f, RegistryEntry as i, RunTypeConfig as l, RunToolbarProps as m, PartialRunTypeRegistry as n, RunFormProps as o, RunToolbar as p, RefTypes as r, RunResultViewProps as s, IconComponent as t, RunTypeRegistry as u };
|
|
171
|
-
//# sourceMappingURL=types-
|
|
171
|
+
//# sourceMappingURL=types-DEuwSrAz.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types-
|
|
1
|
+
{"version":3,"file":"types-DEuwSrAz.d.ts","names":[],"sources":["../src/components/run/RunToolbar.tsx","../src/components/run/types.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;;;UAYiB,eAAA;;EAAA,YAAA,CAAA,EAAA,OAAe;AAQhC;AAOC;;;AAgCC,UAvCe,eAAA,CAuCf;EACC;EAAe,QAAA,CAAA,EAAA,MAAA,EAAA;EAAA;EAmDL,QAAA,CAAA,EAvFA,SAuFsC;;;;ACpEnD;;;;;;AAoBA;;;;;AAqBA;AAcA;;;;;;;;;;;AAkCA;AAaA;AAUA;;iBDnGS,mBAAA,CCmGyC;EAAA,QAAA;EAAA,QAAA;EAAA;AAAA,CAAA,ED/F/C,eC+F+C,CAAA,ED/FhC,mBAAA,CAAA,GAAA,CAAA,OC+FgC;AAAJ,cD5CjC,UC4CiC,ED5CvB,OAAA,CAAA,mBC4CuB,CAAA,OD5CvB,mBC4CuB,CAAA;;;ADhI7C;;;;;;;AAoFY,UCpEI,YDoEkC,CAA5B,KAAA,OAAA,CAAA,CAAA;;UClEb,QAAQ;;EAFD,eAAY,EAAA,CAAA,MAAA,EAID,OAJC,CAIO,EAJP,CAAA,EAAA,GAAA,IAAA;EAEX;EAAR,mBAAA,EAAA,CAAA,gBAAA,EAAA,OAAA,EAAA,GAAA,IAAA;;;;AAkBV;;;;;AAqBY,UArBK,kBAqBW,CAAA,KAAA,OAAa,CAAA,CAAA;EAcxB;EAST,GAAA,EA1CD,GA0CC;EAIe;EAAnB,WAAA,CAAA,EA5CY,EA4CZ;EAAgD;EAAd,oBAAA,CAAA,EAAA,CAAA,WAAA,EA1CC,EA0CD,EAAA,GAAA,IAAA;;;;;;AAqBtC;AAaA;AAUA;AAA+B,KAvEnB,aAAA,GAAgB,aAuEG,CAAA,GAAA,CAAA;;;;AAU/B;;;;;AAKI,UAxEa,aAwEb,CAAA,UAAA,OAAA,EAAA,cAAA,OAAA,EAAA,aAAA,OAAA,CAAA,CAAA;EACA;EACA,KAAA,EAAA,MAAA;EAAe;EAMP,IAAA,EAvEJ,aAuEY;EAAO;EAAJ,aAAA,CAAA,EApEL,yBAoEK,CAnEnB,kBAmEmB,CAnEA,WAmEA,CAAA,GAnEe,aAmEf,CAnE6B,OAmE7B,CAAA,CAAA;EAA0B;EAAJ,OAAA,CAAA,EA/DjC,aA+DiC,CA/DnB,YA+DmB,CA/DN,UA+DM,CAAA,CAAA;;AAM7C;;;;;;;AAeA;;;AAGe,KAtEH,eAAA,GAsEG,QArEP,OAsEU,GAtEA,aAsEA,EAAS;;;;;;;;;;KA1Df,sBAAA,GAAyB,QAAQ;;;;;KAUjC,gBAAA,GAAmB,eAAe,IAAI;;;;;KAUtC,eAAA,GACR,yBACA,kBACA,mBACA,uBACA,yBACA,6BACA;;;;;KAMQ,QAAA,GAAW,IAAI,kBAAkB,IAAI;;;;;KAMrC,iBAAA,GACR,oBACA,kBACA,iBACA,sBACA;;;;;;;;;KAUQ,wBACA,wBACI,8BACD,qBACX,cAAc,SAAS,aAAa"}
|
package/dist/types.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
2
|
import { $t as LineageData, Ot as RunsAggregated, Qt as GitInfo, Zt as CatalogMetadata, a as ServerMode, an as NodeColumnData, cn as SQLMeshInfo, en as LineageDataFromMetadata, i as RecceInstanceInfo, ln as ServerInfoResult, on as NodeData, rn as ManifestMetadata, sn as PullRequestInfo, t as RecceServerFlags, tn as LineageDiffData, un as StateMetadata } from "./flag-CiR2E5oz.js";
|
|
3
3
|
import { a as LineageGraphColumnNode, c as LineageGraphNode, i as LineageGraph, l as LineageGraphNodes, o as LineageGraphContextType, r as EnvInfo, s as LineageGraphEdge } from "./types-CZre3j02.js";
|
|
4
|
-
import { o as LineageGraphProviderProps, u as NodeColumnSetMap } from "./index-
|
|
5
|
-
import { a as EdgeChangeStatus, c as LineageEdgeProps, i as NodeChangeStatus, n as LineageNodeData, r as LineageNodeProps, s as LineageEdgeData } from "./index-
|
|
6
|
-
import { n as LineageCanvasProps } from "./LineageCanvas-
|
|
7
|
-
import { _ as AxiosQueryParams, a as RecceFeatureMode, b as SubmitRunTrackProps, f as IdleTimeoutContextType, h as RecceActionProviderProps, i as InstanceInfoType, o as RecceFeatureToggles, v as RecceActionContextType, y as RecceActionOptions } from "./index-
|
|
4
|
+
import { o as LineageGraphProviderProps, u as NodeColumnSetMap } from "./index-BYKSMoe3.js";
|
|
5
|
+
import { a as EdgeChangeStatus, c as LineageEdgeProps, i as NodeChangeStatus, n as LineageNodeData, r as LineageNodeProps, s as LineageEdgeData } from "./index-C1oPk2ih.js";
|
|
6
|
+
import { n as LineageCanvasProps } from "./LineageCanvas-PNr935_P.js";
|
|
7
|
+
import { _ as AxiosQueryParams, a as RecceFeatureMode, b as SubmitRunTrackProps, f as IdleTimeoutContextType, h as RecceActionProviderProps, i as InstanceInfoType, o as RecceFeatureToggles, v as RecceActionContextType, y as RecceActionOptions } from "./index-5N28QK4h.js";
|
|
8
8
|
import { t as ThemeColors } from "./useThemeColors-DHEroo8f.js";
|
|
9
9
|
import { n as SemanticColorVariant, t as ColorShade } from "./colors-vY9Yzui0.js";
|
|
10
10
|
import "./api-ZZ4cc9b9.js";
|
|
11
|
-
import { $ as CheckRunStatus, A as LineageLegendProps, B as LineageViewRef, C as HistogramChartProps, H as CheckListProps, I as LineageColumnNodeData, K as CheckDetailProps, L as LineageColumnNodeProps, O as ChangeStatusLegendItem, P as ColumnTransformationType, Q as CheckCardProps, T as HistogramDataset, W as CheckEmptyStateProps, Y as CheckDescriptionProps, Z as CheckCardData, _ as TopKBarChartProps, a as EmptyStateProps, b as ChartBarColors, c as DiffEditorProps, d as SchemaDiffHandle, et as CheckType, f as SchemaDiffProps, it as CheckActionsProps, j as TransformationLegendItem, l as DiffEditorTheme, m as SchemaDiffStatus, nt as CheckActionType, p as SchemaDiffRow, q as CheckDetailTab, r as SplitPaneProps, s as DiffEditorLanguage, t as SplitDirection, tt as CheckAction, v as TopKDataset, w as HistogramDataType, x as ChartThemeColors, y as TopKItem, z as LineageViewProps } from "./SplitPane-
|
|
12
|
-
import { _ as RunStatusWithDateProps, a as RunProgressVariant, c as RunListItemData, d as RunStatus, h as RunStatusBadgeProps, i as RunProgressProps, l as RunListItemProps, r as RunProgressOverlayProps, u as RunListProps } from "./RunProgress-
|
|
13
|
-
import { _ as CheckProviderProps, a as RoutingConfig, d as QueryProviderProps, f as QueryResult, h as CheckContextType, i as NavigateOptions, l as QueryContextType, m as Check, o as RoutingContextValue, r as RecceProviderProps, t as TYPES_API_VERSION } from "./index-
|
|
11
|
+
import { $ as CheckRunStatus, A as LineageLegendProps, B as LineageViewRef, C as HistogramChartProps, H as CheckListProps, I as LineageColumnNodeData, K as CheckDetailProps, L as LineageColumnNodeProps, O as ChangeStatusLegendItem, P as ColumnTransformationType, Q as CheckCardProps, T as HistogramDataset, W as CheckEmptyStateProps, Y as CheckDescriptionProps, Z as CheckCardData, _ as TopKBarChartProps, a as EmptyStateProps, b as ChartBarColors, c as DiffEditorProps, d as SchemaDiffHandle, et as CheckType, f as SchemaDiffProps, it as CheckActionsProps, j as TransformationLegendItem, l as DiffEditorTheme, m as SchemaDiffStatus, nt as CheckActionType, p as SchemaDiffRow, q as CheckDetailTab, r as SplitPaneProps, s as DiffEditorLanguage, t as SplitDirection, tt as CheckAction, v as TopKDataset, w as HistogramDataType, x as ChartThemeColors, y as TopKItem, z as LineageViewProps } from "./SplitPane-DeCj-meP.js";
|
|
12
|
+
import { _ as RunStatusWithDateProps, a as RunProgressVariant, c as RunListItemData, d as RunStatus, h as RunStatusBadgeProps, i as RunProgressProps, l as RunListItemProps, r as RunProgressOverlayProps, u as RunListProps } from "./RunProgress-Dv05eufn.js";
|
|
13
|
+
import { _ as CheckProviderProps, a as RoutingConfig, d as QueryProviderProps, f as QueryResult, h as CheckContextType, i as NavigateOptions, l as QueryContextType, m as Check, o as RoutingContextValue, r as RecceProviderProps, t as TYPES_API_VERSION } from "./index-BBfD4Mdf.js";
|
|
14
14
|
import { t as Theme } from "./index-N8N7XmRj.js";
|
|
15
15
|
export { AxiosQueryParams, CatalogMetadata, ChangeStatusLegendItem, ChartBarColors, ChartThemeColors, Check, CheckAction, CheckActionType, CheckActionsProps, CheckCardData, CheckCardProps, CheckContextType, CheckDescriptionProps, CheckDetailProps, CheckDetailTab, CheckEmptyStateProps, CheckListProps, CheckProviderProps, CheckRunStatus, CheckType, ColorShade, ColumnTransformationType, DiffEditorLanguage, DiffEditorProps, DiffEditorTheme, EdgeChangeStatus, EmptyStateProps, EnvInfo, GitInfo, HistogramChartProps, HistogramDataType, HistogramDataset, IdleTimeoutContextType, InstanceInfoType, LineageCanvasProps, LineageColumnNodeData, LineageColumnNodeProps, LineageData, LineageDataFromMetadata, LineageDiffData, LineageEdgeData, LineageEdgeProps, LineageGraph, LineageGraphColumnNode, LineageGraphContextType, LineageGraphEdge, LineageGraphNode, LineageGraphNodes, LineageGraphProviderProps, LineageLegendProps, LineageNodeData, LineageNodeProps, LineageViewProps, LineageViewRef, ManifestMetadata, NavigateOptions, NodeChangeStatus, NodeColumnData, NodeColumnSetMap, NodeData, PullRequestInfo, QueryContextType, QueryProviderProps, QueryResult, RecceActionContextType, RecceActionOptions, RecceActionProviderProps, RecceFeatureMode, RecceFeatureToggles, RecceInstanceInfo, RecceProviderProps, RecceServerFlags, RoutingConfig, RoutingContextValue, RunListItemData, RunListItemProps, RunListProps, RunProgressOverlayProps, RunProgressProps, RunProgressVariant, RunStatus, RunStatusBadgeProps, RunStatusWithDateProps, RunsAggregated, SQLMeshInfo, SchemaDiffHandle, SchemaDiffProps, SchemaDiffRow, SchemaDiffStatus, SemanticColorVariant, ServerInfoResult, ServerMode, SplitDirection, SplitPaneProps, StateMetadata, SubmitRunTrackProps, TYPES_API_VERSION, Theme, ThemeColors, TopKBarChartProps, TopKDataset, TopKItem, TransformationLegendItem };
|
package/dist/utils.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
import "./flag-CiR2E5oz.js";
|
|
3
3
|
import "./types-CZre3j02.js";
|
|
4
|
-
import "./index-
|
|
4
|
+
import "./index-BYKSMoe3.js";
|
|
5
5
|
import "./api-ZZ4cc9b9.js";
|
|
6
6
|
import { $ as RowCountDiffDataGridResult, $t as isExcludedColumn, A as RowCountRowData, At as BuildDiffColumnDefinitionsResult, B as MergeColumnMapEntry, Bt as ColumnRenderComponents, C as validateColumns, Ct as SimpleColumnDefinition, D as validateToDataGridInputs, Dt as ToDataDiffGridConfig, E as validateToDataDiffGridInputs, Et as QueryDataDiffGridOptions, F as BuildDiffRowsConfig, Ft as RecceColumnContext, G as columnRenderedValue, Gt as ColumnPrecisionOption, H as buildColumnMap, Ht as DataFrameColumnHeaderProps, I as BuildDiffRowsResult, It as createCellClassBase, J as getCellClass, Jt as ColumnOrderConfig, K as determineRowStatus, Kt as columnPrecisionSelectOptions, L as DiffColumnMapEntry, Lt as createCellClassCurrent, M as getRowCountDiffStatus, Mt as buildDiffColumnDefinitions, N as rowCountDiffResultToDataFrame, Nt as DiffColumnConfig, O as validateToValueDiffGridInputs, Ot as toDataDiffGrid, P as rowCountResultToDataFrame, Pt as DiffColumnResult, Q as validatePrimaryKeys, Qt as getSimpleDisplayColumns, R as buildDiffRows, Rt as toDiffColumn, S as validateColumnDataAlignment, St as BuildSimpleColumnDefinitionsResult, T as validatePrimaryKeyConfig, Tt as DataDiffGridResult, U as buildJoinedColumnMap, Ut as DiffColumnRenderComponents, V as RowStats, Vt as DataFrameColumnGroupHeaderProps, W as buildMergedColumnMap, Wt as SimpleColumnRenderComponents, X as getPrimaryKeyValue, Xt as buildColumnOrder, Y as getHeaderCellClass, Yt as GridColumnsConfig, Z as toRenderedValue, Zt as getDisplayColumns, _ as formatTimestamp, _t as DataGridResult, a as hashStringToNumber, an as toCSV, at as DiffColumnConfigConfigured, b as deltaPercentageString, bt as toDataGrid, c as MergeStatus, cn as extractCSVData, ct as defaultRenderComponents, d as formatAsAbbreviatedNumber, dn as downloadCSV, dt as toDataGridConfigured, en as isPinnedColumn, et as toRowCountDiffDataGrid, f as formatIntervalMinMax, ft as toDiffColumnConfigured, g as formatTimeToNow, gt as toValueDiffGrid, h as formatDuration, ht as ValueDiffGridResult, i as getValueAtPath, in as generateTimestamp, it as BuildSimpleColumnDefinitionsConfigConfigured, j as calculateDelta, jt as DiffColumnDefinition, k as RowCountDiffRowData, kt as BuildDiffColumnDefinitionsConfig, l as mergeKeys, ln as supportsCSVExport, lt as defaultSimpleRenderComponents, m as TimeFormatStyle, mt as ToValueDiffGridConfig, n as dataFrameToRowObjects, nn as shouldIncludeColumn, nt as toRowCountDataGrid, o as keyToNumber, on as CSVData, ot as buildDiffColumnDefinitionsConfigured, p as formatNumber, pt as toValueDiffGridConfigured, q as formatSmartDecimal, qt as ColumnConfig, r as getCaseInsensitive, rn as generateCSVFilename, rt as BuildDiffColumnDefinitionsConfigConfigured, s as isSchemaChanged, sn as CSVExportOptions, st as buildSimpleColumnDefinitionsConfigured, t as getSettingsUrl, tn as isPrimaryKeyColumn, tt as RowCountDataGridResult, u as mergeKeysWithStatus, un as copyCSVToClipboard, ut as toDataDiffGridConfigured, v as formatSelectColumns, vt as QueryDataGridOptions, w as validateDataFrame, wt as buildSimpleColumnDefinitions, x as DataGridValidationError, xt as BuildSimpleColumnDefinitionsConfig, y as extractSchemas, yt as ToDataGridConfig, z as ColumnMapEntry, zt as CellRendererFunction } from "./index-h_fw6R9U.js";
|
|
7
7
|
export { BuildDiffColumnDefinitionsConfig, BuildDiffColumnDefinitionsConfigConfigured, BuildDiffColumnDefinitionsResult, BuildDiffRowsConfig, BuildDiffRowsResult, BuildSimpleColumnDefinitionsConfig, BuildSimpleColumnDefinitionsConfigConfigured, BuildSimpleColumnDefinitionsResult, CSVData, CSVExportOptions, CellRendererFunction, ColumnConfig, ColumnMapEntry, ColumnOrderConfig, ColumnPrecisionOption, ColumnRenderComponents, DataDiffGridResult, DataFrameColumnGroupHeaderProps, DataFrameColumnHeaderProps, DataGridResult, DataGridValidationError, DiffColumnConfig, DiffColumnConfigConfigured, DiffColumnDefinition, DiffColumnMapEntry, DiffColumnRenderComponents, DiffColumnResult, GridColumnsConfig, MergeColumnMapEntry, MergeStatus, QueryDataDiffGridOptions, QueryDataGridOptions, RecceColumnContext, RowCountDataGridResult, RowCountDiffDataGridResult, RowCountDiffRowData, RowCountRowData, RowStats, SimpleColumnDefinition, SimpleColumnRenderComponents, TimeFormatStyle, ToDataDiffGridConfig, ToDataGridConfig, ToValueDiffGridConfig, ValueDiffGridResult, buildColumnMap, buildColumnOrder, buildDiffColumnDefinitions, buildDiffColumnDefinitionsConfigured, buildDiffRows, buildJoinedColumnMap, buildMergedColumnMap, buildSimpleColumnDefinitions, buildSimpleColumnDefinitionsConfigured, calculateDelta, columnPrecisionSelectOptions, columnRenderedValue, copyCSVToClipboard, createCellClassBase, createCellClassCurrent, dataFrameToRowObjects, defaultRenderComponents, defaultSimpleRenderComponents, deltaPercentageString, determineRowStatus, downloadCSV, extractCSVData, extractSchemas, formatAsAbbreviatedNumber, formatDuration, formatIntervalMinMax, formatNumber, formatSelectColumns, formatSmartDecimal, formatTimeToNow, formatTimestamp, generateCSVFilename, generateTimestamp, getCaseInsensitive, getCellClass, getDisplayColumns, getHeaderCellClass, getPrimaryKeyValue, getRowCountDiffStatus, getSettingsUrl, getSimpleDisplayColumns, getValueAtPath, hashStringToNumber, isExcludedColumn, isPinnedColumn, isPrimaryKeyColumn, isSchemaChanged, keyToNumber, mergeKeys, mergeKeysWithStatus, rowCountDiffResultToDataFrame, rowCountResultToDataFrame, shouldIncludeColumn, supportsCSVExport, toCSV, toDataDiffGrid, toDataDiffGridConfigured, toDataGrid, toDataGridConfigured, toDiffColumn, toDiffColumnConfigured, toRenderedValue, toRowCountDataGrid, toRowCountDiffDataGrid, toValueDiffGrid, toValueDiffGridConfigured, validateColumnDataAlignment, validateColumns, validateDataFrame, validatePrimaryKeyConfig, validatePrimaryKeys, validateToDataDiffGridInputs, validateToDataGridInputs, validateToValueDiffGridInputs };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datarecce/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.35.0-nightly.20260203",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "Recce Dev Team <dev@reccehq.com>",
|
|
6
6
|
"description": "Recce UI Components Library - Reusable React components for data validation and review",
|
|
@@ -159,4 +159,4 @@
|
|
|
159
159
|
"docs:api": "typedoc --options typedoc.json",
|
|
160
160
|
"type:check": "tsc --noEmit"
|
|
161
161
|
}
|
|
162
|
-
}
|
|
162
|
+
}
|