reactbridge-sdk 0.2.6 → 0.2.8
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/README.md +85 -1
- package/dist/components/ReactBridgeChatbox.d.ts.map +1 -1
- package/dist/components/ReactBridgeSearch.d.ts +2 -2
- package/dist/components/ReactBridgeSearch.d.ts.map +1 -1
- package/dist/components/ReportsDashboard.d.ts +13 -0
- package/dist/components/ReportsDashboard.d.ts.map +1 -0
- package/dist/components/analytics/AnalyticsDashboard.d.ts.map +1 -1
- package/dist/components/analytics/AnalyticsDrawer.d.ts +3 -3
- package/dist/components/analytics/AnalyticsDrawer.d.ts.map +1 -1
- package/dist/components/analytics/AnalyticsReport.d.ts +3 -3
- package/dist/components/analytics/AnalyticsReport.d.ts.map +1 -1
- package/dist/components/analytics/AnalyticsWidget.d.ts +4 -4
- package/dist/components/analytics/DirectivesPanel.d.ts +3 -3
- package/dist/components/analytics/DirectivesPanel.d.ts.map +1 -1
- package/dist/components/analytics/MetricsPanel.d.ts +3 -3
- package/dist/components/analytics/MetricsPanel.d.ts.map +1 -1
- package/dist/components/analytics/ObservationsPanel.d.ts +3 -3
- package/dist/components/analytics/ObservationsPanel.d.ts.map +1 -1
- package/dist/components/reports/DataQualityAutomation.d.ts +12 -0
- package/dist/components/reports/DataQualityAutomation.d.ts.map +1 -0
- package/dist/components/reports/DataTable.d.ts +24 -0
- package/dist/components/reports/DataTable.d.ts.map +1 -0
- package/dist/components/reports/DateRangeSelector.d.ts +14 -0
- package/dist/components/reports/DateRangeSelector.d.ts.map +1 -0
- package/dist/components/reports/ExecutionAuditTrail.d.ts +12 -0
- package/dist/components/reports/ExecutionAuditTrail.d.ts.map +1 -0
- package/dist/components/reports/ExecutiveDashboard.d.ts +12 -0
- package/dist/components/reports/ExecutiveDashboard.d.ts.map +1 -0
- package/dist/components/reports/HealthGauge.d.ts +14 -0
- package/dist/components/reports/HealthGauge.d.ts.map +1 -0
- package/dist/components/reports/LoadingState.d.ts +12 -0
- package/dist/components/reports/LoadingState.d.ts.map +1 -0
- package/dist/components/reports/MetricCard.d.ts +18 -0
- package/dist/components/reports/MetricCard.d.ts.map +1 -0
- package/dist/components/reports/PortfolioHealth.d.ts +12 -0
- package/dist/components/reports/PortfolioHealth.d.ts.map +1 -0
- package/dist/components/reports/ProgressBar.d.ts +15 -0
- package/dist/components/reports/ProgressBar.d.ts.map +1 -0
- package/dist/components/reports/ReportLayout.d.ts +19 -0
- package/dist/components/reports/ReportLayout.d.ts.map +1 -0
- package/dist/components/reports/RiskMatrix.d.ts +21 -0
- package/dist/components/reports/RiskMatrix.d.ts.map +1 -0
- package/dist/components/reports/StatusBadge.d.ts +14 -0
- package/dist/components/reports/StatusBadge.d.ts.map +1 -0
- package/dist/components/reports/SupplyChainRisk.d.ts +12 -0
- package/dist/components/reports/SupplyChainRisk.d.ts.map +1 -0
- package/dist/components/reports/TrendChart.d.ts +19 -0
- package/dist/components/reports/TrendChart.d.ts.map +1 -0
- package/dist/hooks/analytics/useAnalyticsConfigs.d.ts +1 -1
- package/dist/hooks/analytics/useAnalyticsResult.d.ts +1 -1
- package/dist/hooks/analytics/useDateRange.d.ts +18 -0
- package/dist/hooks/analytics/useDateRange.d.ts.map +1 -0
- package/dist/hooks/analytics/useDirectiveAction.d.ts +2 -2
- package/dist/hooks/analytics/useDirectiveAction.d.ts.map +1 -1
- package/dist/hooks/analytics/useReportData.d.ts +24 -0
- package/dist/hooks/analytics/useReportData.d.ts.map +1 -0
- package/dist/hooks/useReactBridge.d.ts +1 -1
- package/dist/hooks/useReactBridge.d.ts.map +1 -1
- package/dist/index.d.ts +67 -28
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +2338 -389
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2355 -387
- package/dist/index.js.map +1 -1
- package/dist/provider/ReactBridgeProvider.d.ts +3 -3
- package/dist/provider/ReactBridgeProvider.d.ts.map +1 -1
- package/dist/themes/dark.d.ts +1 -1
- package/dist/themes/index.d.ts +3 -3
- package/dist/themes/index.d.ts.map +1 -1
- package/dist/themes/light.d.ts +1 -1
- package/dist/types/analytics.d.ts +5 -5
- package/dist/types/index.d.ts +5 -4
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/reports.d.ts +158 -0
- package/dist/types/reports.d.ts.map +1 -0
- package/dist/utils/analytics-api.d.ts +3 -3
- package/dist/utils/analytics-api.d.ts.map +1 -1
- package/dist/utils/api.d.ts +12 -1
- package/dist/utils/api.d.ts.map +1 -1
- package/dist/utils/contextDiff.d.ts +1 -1
- package/dist/utils/contextDiff.d.ts.map +1 -1
- package/dist/utils/date-range.d.ts +32 -0
- package/dist/utils/date-range.d.ts.map +1 -0
- package/dist/utils/reports-api.d.ts +19 -0
- package/dist/utils/reports-api.d.ts.map +1 -0
- package/dist/utils/request-cache.d.ts +32 -0
- package/dist/utils/request-cache.d.ts.map +1 -0
- package/dist/utils/voice.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDirectiveAction.d.ts","sourceRoot":"","sources":["../../../src/hooks/analytics/useDirectiveAction.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"useDirectiveAction.d.ts","sourceRoot":"","sources":["../../../src/hooks/analytics/useDirectiveAction.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,kBAAkB,EAClB,qBAAqB,EACtB,MAAM,uBAAuB,CAAC;AAE/B,wBAAgB,kBAAkB,CAChC,iBAAiB,CAAC,EAAE,CAClB,SAAS,EAAE,kBAAkB,EAC7B,MAAM,EAAE,SAAS,GAAG,SAAS,KAC1B,OAAO,CAAC,qBAAqB,CAAC;8BAOtB,kBAAkB,UACrB,SAAS,GAAG,SAAS,KAC5B,OAAO,CAAC,qBAAqB,CAAC;;;EA0ClC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* useReportData Hook
|
|
3
|
+
* Fetches and manages report data with error handling
|
|
4
|
+
* Implements caching to prevent duplicate requests
|
|
5
|
+
*/
|
|
6
|
+
export interface UseReportDataOptions {
|
|
7
|
+
enabled?: boolean;
|
|
8
|
+
ttl?: number;
|
|
9
|
+
}
|
|
10
|
+
export interface UseReportDataReturn<T> {
|
|
11
|
+
data: T | null;
|
|
12
|
+
loading: boolean;
|
|
13
|
+
error: Error | null;
|
|
14
|
+
refetch: () => Promise<void>;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Generic hook for fetching report data
|
|
18
|
+
* Implements caching and deduplication to prevent infinite requests
|
|
19
|
+
* @param fetchFn - Async function to fetch report data
|
|
20
|
+
* @param dependencies - Dependencies that trigger refetch when changed
|
|
21
|
+
* @param options - Hook options (enabled flag, cache TTL)
|
|
22
|
+
*/
|
|
23
|
+
export declare function useReportData<T>(fetchFn: () => Promise<T>, dependencies?: React.DependencyList, options?: UseReportDataOptions): UseReportDataReturn<T>;
|
|
24
|
+
//# sourceMappingURL=useReportData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useReportData.d.ts","sourceRoot":"","sources":["../../../src/hooks/analytics/useReportData.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAKH,MAAM,WAAW,oBAAoB;IACnC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,mBAAmB,CAAC,CAAC;IACpC,IAAI,EAAE,CAAC,GAAG,IAAI,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IACpB,OAAO,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;CAC9B;AAED;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAC,CAAC,EAC7B,OAAO,EAAE,MAAM,OAAO,CAAC,CAAC,CAAC,EACzB,YAAY,GAAE,KAAK,CAAC,cAAmB,EACvC,OAAO,GAAE,oBAAyB,GACjC,mBAAmB,CAAC,CAAC,CAAC,CAqFxB"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { UseReactBridgeOptions, UseReactBridgeReturn } from
|
|
1
|
+
import type { UseReactBridgeOptions, UseReactBridgeReturn } from "../types";
|
|
2
2
|
export declare function useReactBridge({ onIntentDetected, currentContext, onError, onSpeechStart, onSpeechEnd, onTranscript, onAgentResponse, }: UseReactBridgeOptions): UseReactBridgeReturn;
|
|
3
3
|
//# sourceMappingURL=useReactBridge.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useReactBridge.d.ts","sourceRoot":"","sources":["../../src/hooks/useReactBridge.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAEV,qBAAqB,EACrB,oBAAoB,EAIrB,MAAM,UAAU,CAAC;AAElB,wBAAgB,cAAc,CAAC,EAC7B,gBAAgB,EAChB,cAAc,EACd,OAAO,EACP,aAAa,EACb,WAAW,EACX,YAAY,EACZ,eAAe,GAChB,EAAE,qBAAqB,GAAG,oBAAoB,
|
|
1
|
+
{"version":3,"file":"useReactBridge.d.ts","sourceRoot":"","sources":["../../src/hooks/useReactBridge.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAEV,qBAAqB,EACrB,oBAAoB,EAIrB,MAAM,UAAU,CAAC;AAElB,wBAAgB,cAAc,CAAC,EAC7B,gBAAgB,EAChB,cAAc,EACd,OAAO,EACP,aAAa,EACb,WAAW,EACX,YAAY,EACZ,eAAe,GAChB,EAAE,qBAAqB,GAAG,oBAAoB,CAuP9C"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,29 +1,68 @@
|
|
|
1
|
-
export { ReactBridgeProvider, useReactBridgeContext } from
|
|
2
|
-
export type { ReactBridgeProviderProps } from
|
|
3
|
-
export { useReactBridge } from
|
|
4
|
-
export { ReactBridgeChatbox } from
|
|
5
|
-
export type { ReactBridgeChatboxProps } from
|
|
6
|
-
export { ReactBridgeSearch } from
|
|
7
|
-
export type { ReactBridgeSearchProps } from
|
|
8
|
-
export type { ReactBridgeConfig, ChatMessage, ToolCall, ToolResult, InterfaceState, CurrentContext, ViewingItem, OnIntentDetected, UseReactBridgeOptions, UseReactBridgeReturn, Theme, ThemeColors, ThemeSpacing, ThemeFontSizes, ThemeMode, STTProvider, TTSProvider, } from
|
|
9
|
-
export { lightTheme, darkTheme, getTheme, createCustomTheme } from
|
|
10
|
-
export { ReactBridgeAPI } from
|
|
11
|
-
export { WebSpeechSTTProvider, WebSpeechTTSProvider } from
|
|
12
|
-
export { AnalyticsWidget } from
|
|
13
|
-
export type { AnalyticsWidgetProps } from
|
|
14
|
-
export { AnalyticsReport } from
|
|
15
|
-
export type { AnalyticsReportProps } from
|
|
16
|
-
export { AnalyticsDashboard } from
|
|
17
|
-
export type { AnalyticsDashboardProps } from
|
|
18
|
-
export { MetricsPanel } from
|
|
19
|
-
export type { MetricsPanelProps } from
|
|
20
|
-
export { DirectivesPanel } from
|
|
21
|
-
export type { DirectivesPanelProps } from
|
|
22
|
-
export { ObservationsPanel } from
|
|
23
|
-
export type { ObservationsPanelProps } from
|
|
24
|
-
export { useAnalyticsConfigs } from
|
|
25
|
-
export { useAnalyticsResult } from
|
|
26
|
-
export { useDirectiveAction } from
|
|
27
|
-
export { AnalyticsAPI } from
|
|
28
|
-
export type { AnalyticsConfig, AnalyticsResult, AnalyticsMetric, AnalyticsDirective, DirectiveParameter, AnalyticsObservation, DirectiveActionResult, OnDirectiveAction, } from
|
|
1
|
+
export { ReactBridgeProvider, useReactBridgeContext, } from "./provider/ReactBridgeProvider";
|
|
2
|
+
export type { ReactBridgeProviderProps } from "./provider/ReactBridgeProvider";
|
|
3
|
+
export { useReactBridge } from "./hooks/useReactBridge";
|
|
4
|
+
export { ReactBridgeChatbox } from "./components/ReactBridgeChatbox";
|
|
5
|
+
export type { ReactBridgeChatboxProps } from "./components/ReactBridgeChatbox";
|
|
6
|
+
export { ReactBridgeSearch } from "./components/ReactBridgeSearch";
|
|
7
|
+
export type { ReactBridgeSearchProps } from "./components/ReactBridgeSearch";
|
|
8
|
+
export type { ReactBridgeConfig, ChatMessage, ToolCall, ToolResult, InterfaceState, CurrentContext, ViewingItem, OnIntentDetected, UseReactBridgeOptions, UseReactBridgeReturn, Theme, ThemeColors, ThemeSpacing, ThemeFontSizes, ThemeMode, STTProvider, TTSProvider, } from "./types";
|
|
9
|
+
export { lightTheme, darkTheme, getTheme, createCustomTheme } from "./themes";
|
|
10
|
+
export { ReactBridgeAPI } from "./utils/api";
|
|
11
|
+
export { WebSpeechSTTProvider, WebSpeechTTSProvider } from "./utils/voice";
|
|
12
|
+
export { AnalyticsWidget } from "./components/analytics/AnalyticsWidget";
|
|
13
|
+
export type { AnalyticsWidgetProps } from "./components/analytics/AnalyticsWidget";
|
|
14
|
+
export { AnalyticsReport } from "./components/analytics/AnalyticsReport";
|
|
15
|
+
export type { AnalyticsReportProps } from "./components/analytics/AnalyticsReport";
|
|
16
|
+
export { AnalyticsDashboard } from "./components/analytics/AnalyticsDashboard";
|
|
17
|
+
export type { AnalyticsDashboardProps } from "./components/analytics/AnalyticsDashboard";
|
|
18
|
+
export { MetricsPanel } from "./components/analytics/MetricsPanel";
|
|
19
|
+
export type { MetricsPanelProps } from "./components/analytics/MetricsPanel";
|
|
20
|
+
export { DirectivesPanel } from "./components/analytics/DirectivesPanel";
|
|
21
|
+
export type { DirectivesPanelProps } from "./components/analytics/DirectivesPanel";
|
|
22
|
+
export { ObservationsPanel } from "./components/analytics/ObservationsPanel";
|
|
23
|
+
export type { ObservationsPanelProps } from "./components/analytics/ObservationsPanel";
|
|
24
|
+
export { useAnalyticsConfigs } from "./hooks/analytics/useAnalyticsConfigs";
|
|
25
|
+
export { useAnalyticsResult } from "./hooks/analytics/useAnalyticsResult";
|
|
26
|
+
export { useDirectiveAction } from "./hooks/analytics/useDirectiveAction";
|
|
27
|
+
export { AnalyticsAPI } from "./utils/analytics-api";
|
|
28
|
+
export type { AnalyticsConfig, AnalyticsResult, AnalyticsMetric, AnalyticsDirective, DirectiveParameter, AnalyticsObservation, DirectiveActionResult, OnDirectiveAction, } from "./types/analytics";
|
|
29
|
+
export { ReportsDashboard } from "./components/ReportsDashboard";
|
|
30
|
+
export type { ReportsDashboardProps, ReportType, } from "./components/ReportsDashboard";
|
|
31
|
+
export { ExecutiveDashboard } from "./components/reports/ExecutiveDashboard";
|
|
32
|
+
export type { ExecutiveDashboardProps } from "./components/reports/ExecutiveDashboard";
|
|
33
|
+
export { SupplyChainRisk } from "./components/reports/SupplyChainRisk";
|
|
34
|
+
export type { SupplyChainRiskProps } from "./components/reports/SupplyChainRisk";
|
|
35
|
+
export { ExecutionAuditTrail } from "./components/reports/ExecutionAuditTrail";
|
|
36
|
+
export type { ExecutionAuditTrailProps } from "./components/reports/ExecutionAuditTrail";
|
|
37
|
+
export { PortfolioHealth } from "./components/reports/PortfolioHealth";
|
|
38
|
+
export type { PortfolioHealthProps } from "./components/reports/PortfolioHealth";
|
|
39
|
+
export { DataQualityAutomation } from "./components/reports/DataQualityAutomation";
|
|
40
|
+
export type { DataQualityAutomationProps } from "./components/reports/DataQualityAutomation";
|
|
41
|
+
export { useReportData } from "./hooks/analytics/useReportData";
|
|
42
|
+
export type { UseReportDataReturn, UseReportDataOptions, } from "./hooks/analytics/useReportData";
|
|
43
|
+
export { useDateRange } from "./hooks/analytics/useDateRange";
|
|
44
|
+
export type { UseDateRangeReturn } from "./hooks/analytics/useDateRange";
|
|
45
|
+
export { MetricCard } from "./components/reports/MetricCard";
|
|
46
|
+
export type { MetricCardProps } from "./components/reports/MetricCard";
|
|
47
|
+
export { HealthGauge } from "./components/reports/HealthGauge";
|
|
48
|
+
export type { HealthGaugeProps } from "./components/reports/HealthGauge";
|
|
49
|
+
export { StatusBadge } from "./components/reports/StatusBadge";
|
|
50
|
+
export type { StatusBadgeProps, StatusType, } from "./components/reports/StatusBadge";
|
|
51
|
+
export { ProgressBar } from "./components/reports/ProgressBar";
|
|
52
|
+
export type { ProgressBarProps } from "./components/reports/ProgressBar";
|
|
53
|
+
export { DateRangeSelector } from "./components/reports/DateRangeSelector";
|
|
54
|
+
export type { DateRangeSelectorProps } from "./components/reports/DateRangeSelector";
|
|
55
|
+
export { ReportLayout } from "./components/reports/ReportLayout";
|
|
56
|
+
export type { ReportLayoutProps } from "./components/reports/ReportLayout";
|
|
57
|
+
export { LoadingState } from "./components/reports/LoadingState";
|
|
58
|
+
export type { LoadingStateProps } from "./components/reports/LoadingState";
|
|
59
|
+
export { TrendChart } from "./components/reports/TrendChart";
|
|
60
|
+
export type { TrendChartProps, TrendDataPoint, } from "./components/reports/TrendChart";
|
|
61
|
+
export { RiskMatrix } from "./components/reports/RiskMatrix";
|
|
62
|
+
export type { RiskMatrixProps, RiskMatrixItem, } from "./components/reports/RiskMatrix";
|
|
63
|
+
export { DataTable } from "./components/reports/DataTable";
|
|
64
|
+
export type { DataTableProps, TableColumn, } from "./components/reports/DataTable";
|
|
65
|
+
export { DateRangeService } from "./utils/date-range";
|
|
66
|
+
export type { DateRange, DateRangeOption } from "./utils/date-range";
|
|
67
|
+
export type { ExecutiveDashboardReport, MonthlyTrend, SupplyChainRiskReport, InventoryRisk, SupplierRisk, CostRisk, DataQualityIssue, ExecutionAuditTrailReport, ExecutionRecord, ExecutionStatus, ExecutionStats, PortfolioHealthReport, MetricHealthScore, CriticalMetric, HealthStatus, DataQualityAutomationReport, DataGap, AutomationOpportunities, Recommendation, RecommendationCategory, RecommendationPriority, ReportDateRange, ExecutionAuditTrailParams, } from "./types/reports";
|
|
29
68
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|