@fivepixels-js/react 0.2.12 → 0.2.13
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 +22 -8
- package/dist/components/icons/Icons.d.ts +6 -0
- package/dist/components/icons/Icons.d.ts.map +1 -1
- package/dist/components/icons/Icons.js +8 -0
- package/dist/components/icons/Icons.js.map +1 -1
- package/dist/components/overlay/PickTargetContextMenu.d.ts +1 -2
- package/dist/components/overlay/PickTargetContextMenu.d.ts.map +1 -1
- package/dist/components/overlay/PickTargetContextMenu.js +5 -7
- package/dist/components/overlay/PickTargetContextMenu.js.map +1 -1
- package/dist/components/overlay/PickTargetHoverTooltip.d.ts.map +1 -1
- package/dist/components/overlay/PickTargetHoverTooltip.js +3 -53
- package/dist/components/overlay/PickTargetHoverTooltip.js.map +1 -1
- package/dist/components/overlay/PickTargetProbePanel.d.ts.map +1 -1
- package/dist/components/overlay/PickTargetProbePanel.js +12 -6
- package/dist/components/overlay/PickTargetProbePanel.js.map +1 -1
- package/dist/components/overlay/ProbeLayoutControls.js +4 -4
- package/dist/components/overlay/ProbeLayoutControls.js.map +1 -1
- package/dist/components/overlay/ReportOverlayLayer.d.ts.map +1 -1
- package/dist/components/overlay/ReportOverlayLayer.js +8 -10
- package/dist/components/overlay/ReportOverlayLayer.js.map +1 -1
- package/dist/components/overlay/TargetHighlights.d.ts +2 -1
- package/dist/components/overlay/TargetHighlights.d.ts.map +1 -1
- package/dist/components/overlay/TargetHighlights.js +13 -2
- package/dist/components/overlay/TargetHighlights.js.map +1 -1
- package/dist/components/panel/DraftNetworkErrorBanner.js +1 -1
- package/dist/components/panel/DraftNetworkErrorBanner.js.map +1 -1
- package/dist/components/panel/PanelDropdownMenu.d.ts +9 -2
- package/dist/components/panel/PanelDropdownMenu.d.ts.map +1 -1
- package/dist/components/panel/PanelDropdownMenu.js +14 -8
- package/dist/components/panel/PanelDropdownMenu.js.map +1 -1
- package/dist/components/panel/PanelNetworkFailureBanner.js +1 -1
- package/dist/components/panel/PanelNetworkFailureBanner.js.map +1 -1
- package/dist/components/panel/PanelOnboarding.d.ts.map +1 -1
- package/dist/components/panel/PanelOnboarding.js +28 -10
- package/dist/components/panel/PanelOnboarding.js.map +1 -1
- package/dist/components/panel/PanelSettings.d.ts +4 -2
- package/dist/components/panel/PanelSettings.d.ts.map +1 -1
- package/dist/components/panel/PanelSettings.js +33 -6
- package/dist/components/panel/PanelSettings.js.map +1 -1
- package/dist/components/panel/ReportApiFlowPanel.d.ts.map +1 -1
- package/dist/components/panel/ReportApiFlowPanel.js +7 -6
- package/dist/components/panel/ReportApiFlowPanel.js.map +1 -1
- package/dist/components/panel/ReportCommandPanel.d.ts.map +1 -1
- package/dist/components/panel/ReportCommandPanel.js +12 -1
- package/dist/components/panel/ReportCommandPanel.js.map +1 -1
- package/dist/components/panel/ReportCommandReplaceConfirmDialog.d.ts.map +1 -1
- package/dist/components/panel/ReportCommandReplaceConfirmDialog.js +15 -2
- package/dist/components/panel/ReportCommandReplaceConfirmDialog.js.map +1 -1
- package/dist/components/panel/ReportControlPanel.d.ts.map +1 -1
- package/dist/components/panel/ReportControlPanel.js +12 -4
- package/dist/components/panel/ReportControlPanel.js.map +1 -1
- package/dist/components/panel/ReportDraftForm.js +27 -1
- package/dist/components/panel/ReportDraftForm.js.map +1 -1
- package/dist/components/panel/ReportFeedbackList.d.ts +4 -1
- package/dist/components/panel/ReportFeedbackList.d.ts.map +1 -1
- package/dist/components/panel/ReportFeedbackList.js +39 -8
- package/dist/components/panel/ReportFeedbackList.js.map +1 -1
- package/dist/components/panel/ReportImportConfirmDialog.d.ts.map +1 -1
- package/dist/components/panel/ReportImportConfirmDialog.js +35 -7
- package/dist/components/panel/ReportImportConfirmDialog.js.map +1 -1
- package/dist/components/panel/ReportImportProjectMismatchDialog.d.ts.map +1 -1
- package/dist/components/panel/ReportImportProjectMismatchDialog.js +15 -2
- package/dist/components/panel/ReportImportProjectMismatchDialog.js.map +1 -1
- package/dist/components/panel/ReportPanelNoticeDialog.d.ts +42 -0
- package/dist/components/panel/ReportPanelNoticeDialog.d.ts.map +1 -0
- package/dist/components/panel/ReportPanelNoticeDialog.js +44 -0
- package/dist/components/panel/ReportPanelNoticeDialog.js.map +1 -0
- package/dist/components/panel/ReportPersonalKeyDialog.d.ts.map +1 -1
- package/dist/components/panel/ReportPersonalKeyDialog.js +35 -13
- package/dist/components/panel/ReportPersonalKeyDialog.js.map +1 -1
- package/dist/components/panel/RouteDetailsTimeline.d.ts.map +1 -1
- package/dist/components/panel/RouteDetailsTimeline.js +3 -3
- package/dist/components/panel/RouteDetailsTimeline.js.map +1 -1
- package/dist/components/panel/feedback/AssigneeThreadEntry.d.ts.map +1 -1
- package/dist/components/panel/feedback/AssigneeThreadEntry.js +14 -4
- package/dist/components/panel/feedback/AssigneeThreadEntry.js.map +1 -1
- package/dist/components/panel/feedback/DraftComposerToolbar.d.ts +12 -2
- package/dist/components/panel/feedback/DraftComposerToolbar.d.ts.map +1 -1
- package/dist/components/panel/feedback/DraftComposerToolbar.js +13 -3
- package/dist/components/panel/feedback/DraftComposerToolbar.js.map +1 -1
- package/dist/components/panel/feedback/FeedbackCaseEditor.d.ts +2 -1
- package/dist/components/panel/feedback/FeedbackCaseEditor.d.ts.map +1 -1
- package/dist/components/panel/feedback/FeedbackCaseEditor.js +2 -2
- package/dist/components/panel/feedback/FeedbackCaseEditor.js.map +1 -1
- package/dist/components/panel/feedback/FeedbackCaseList.d.ts.map +1 -1
- package/dist/components/panel/feedback/FeedbackCaseList.js +2 -1
- package/dist/components/panel/feedback/FeedbackCaseList.js.map +1 -1
- package/dist/components/panel/feedback/FeedbackCategorySelector.d.ts.map +1 -1
- package/dist/components/panel/feedback/FeedbackCategorySelector.js +2 -2
- package/dist/components/panel/feedback/FeedbackCategorySelector.js.map +1 -1
- package/dist/components/panel/feedback/FeedbackComposer.d.ts.map +1 -1
- package/dist/components/panel/feedback/FeedbackComposer.js +2 -1
- package/dist/components/panel/feedback/FeedbackComposer.js.map +1 -1
- package/dist/components/panel/feedback/FeedbackHoverCard.d.ts.map +1 -1
- package/dist/components/panel/feedback/FeedbackHoverCard.js +5 -0
- package/dist/components/panel/feedback/FeedbackHoverCard.js.map +1 -1
- package/dist/components/panel/feedback/FeedbackListItem.d.ts +2 -1
- package/dist/components/panel/feedback/FeedbackListItem.d.ts.map +1 -1
- package/dist/components/panel/feedback/FeedbackListItem.js +7 -5
- package/dist/components/panel/feedback/FeedbackListItem.js.map +1 -1
- package/dist/components/panel/feedback/FeedbackThread.d.ts.map +1 -1
- package/dist/components/panel/feedback/FeedbackThread.js +43 -12
- package/dist/components/panel/feedback/FeedbackThread.js.map +1 -1
- package/dist/components/panel/feedback/QuestionThreadGroup.d.ts.map +1 -1
- package/dist/components/panel/feedback/QuestionThreadGroup.js +14 -6
- package/dist/components/panel/feedback/QuestionThreadGroup.js.map +1 -1
- package/dist/components/panel/feedback/ThreadChildReply.d.ts.map +1 -1
- package/dist/components/panel/feedback/ThreadChildReply.js +7 -2
- package/dist/components/panel/feedback/ThreadChildReply.js.map +1 -1
- package/dist/components/panel/feedback/feed/FeedAuthorAvatar.d.ts +8 -0
- package/dist/components/panel/feedback/feed/FeedAuthorAvatar.d.ts.map +1 -0
- package/dist/components/panel/feedback/feed/FeedAuthorAvatar.js +18 -0
- package/dist/components/panel/feedback/feed/FeedAuthorAvatar.js.map +1 -0
- package/dist/components/panel/feedback/feed/FeedCommentMeta.d.ts +22 -0
- package/dist/components/panel/feedback/feed/FeedCommentMeta.d.ts.map +1 -0
- package/dist/components/panel/feedback/feed/FeedCommentMeta.js +21 -0
- package/dist/components/panel/feedback/feed/FeedCommentMeta.js.map +1 -0
- package/dist/components/panel/feedback/feed/FeedTimelineRow.d.ts +40 -0
- package/dist/components/panel/feedback/feed/FeedTimelineRow.d.ts.map +1 -0
- package/dist/components/panel/feedback/feed/FeedTimelineRow.js +32 -0
- package/dist/components/panel/feedback/feed/FeedTimelineRow.js.map +1 -0
- package/dist/components/panel/feedback/feed/FeedTimelineTrack.d.ts +12 -0
- package/dist/components/panel/feedback/feed/FeedTimelineTrack.d.ts.map +1 -0
- package/dist/components/panel/feedback/feed/FeedTimelineTrack.js +53 -0
- package/dist/components/panel/feedback/feed/FeedTimelineTrack.js.map +1 -0
- package/dist/components/panel/feedback/feed/ThreadLayoutShell.d.ts +17 -0
- package/dist/components/panel/feedback/feed/ThreadLayoutShell.d.ts.map +1 -0
- package/dist/components/panel/feedback/feed/ThreadLayoutShell.js +13 -0
- package/dist/components/panel/feedback/feed/ThreadLayoutShell.js.map +1 -0
- package/dist/components/panel/feedback/feed/feedActivitySurface.d.ts +6 -0
- package/dist/components/panel/feedback/feed/feedActivitySurface.d.ts.map +1 -0
- package/dist/components/panel/feedback/feed/feedActivitySurface.js +44 -0
- package/dist/components/panel/feedback/feed/feedActivitySurface.js.map +1 -0
- package/dist/components/panel/onboarding/PanelOnboardingAuthSteps.d.ts.map +1 -1
- package/dist/components/panel/onboarding/PanelOnboardingAuthSteps.js +1 -1
- package/dist/components/panel/onboarding/PanelOnboardingAuthSteps.js.map +1 -1
- package/dist/components/point/MarkerCaseSidebar.d.ts +2 -1
- package/dist/components/point/MarkerCaseSidebar.d.ts.map +1 -1
- package/dist/components/point/MarkerCaseSidebar.js +5 -2
- package/dist/components/point/MarkerCaseSidebar.js.map +1 -1
- package/dist/components/point/MarkerFeedbackWindow.d.ts.map +1 -1
- package/dist/components/point/MarkerFeedbackWindow.js +2 -2
- package/dist/components/point/MarkerFeedbackWindow.js.map +1 -1
- package/dist/components/point/ReportMarkersLayer.d.ts.map +1 -1
- package/dist/components/point/ReportMarkersLayer.js +43 -14
- package/dist/components/point/ReportMarkersLayer.js.map +1 -1
- package/dist/components/report/FivePixels.d.ts +2 -2
- package/dist/components/report/FivePixels.d.ts.map +1 -1
- package/dist/components/report/FivePixels.js +2 -2
- package/dist/components/report/FivePixels.js.map +1 -1
- package/dist/components/report/ReportView.d.ts.map +1 -1
- package/dist/components/report/ReportView.js +3 -5
- package/dist/components/report/ReportView.js.map +1 -1
- package/dist/components/report/ShadowReportRoot.d.ts +2 -2
- package/dist/components/report/ShadowReportRoot.d.ts.map +1 -1
- package/dist/components/report/ShadowReportRoot.js +5 -3
- package/dist/components/report/ShadowReportRoot.js.map +1 -1
- package/dist/components/report/index.d.ts +5 -4
- package/dist/components/report/index.d.ts.map +1 -1
- package/dist/components/report/index.js +2 -1
- package/dist/components/report/index.js.map +1 -1
- package/dist/components/ui/MenuTooltip.d.ts +26 -0
- package/dist/components/ui/MenuTooltip.d.ts.map +1 -0
- package/dist/components/ui/MenuTooltip.js +25 -0
- package/dist/components/ui/MenuTooltip.js.map +1 -0
- package/dist/components/ui/PointerFollowTooltip.d.ts +4 -1
- package/dist/components/ui/PointerFollowTooltip.d.ts.map +1 -1
- package/dist/components/ui/PointerFollowTooltip.js +4 -1
- package/dist/components/ui/PointerFollowTooltip.js.map +1 -1
- package/dist/components/ui/StyleInspectTooltip.d.ts +21 -0
- package/dist/components/ui/StyleInspectTooltip.d.ts.map +1 -0
- package/dist/components/ui/StyleInspectTooltip.js +11 -0
- package/dist/components/ui/StyleInspectTooltip.js.map +1 -0
- package/dist/constants/feedbackCategory.d.ts +3 -1
- package/dist/constants/feedbackCategory.d.ts.map +1 -1
- package/dist/constants/feedbackCategory.js +3 -1
- package/dist/constants/feedbackCategory.js.map +1 -1
- package/dist/constants/loginMethod.d.ts +8 -0
- package/dist/constants/loginMethod.d.ts.map +1 -1
- package/dist/constants/loginMethod.js +18 -0
- package/dist/constants/loginMethod.js.map +1 -1
- package/dist/constants/panelTabPresets.js +10 -10
- package/dist/constants/panelTabPresets.js.map +1 -1
- package/dist/constants/panelTabRegistry.d.ts +2 -2
- package/dist/constants/panelTabRegistry.d.ts.map +1 -1
- package/dist/constants/panelTabRegistry.js +8 -0
- package/dist/constants/panelTabRegistry.js.map +1 -1
- package/dist/constants/storageKeys.d.ts +0 -2
- package/dist/constants/storageKeys.d.ts.map +1 -1
- package/dist/constants/storageKeys.js +0 -4
- package/dist/constants/storageKeys.js.map +1 -1
- package/dist/hooks/report/assembleReportContextValue.d.ts +10 -6
- package/dist/hooks/report/assembleReportContextValue.d.ts.map +1 -1
- package/dist/hooks/report/assembleReportContextValue.js +11 -7
- package/dist/hooks/report/assembleReportContextValue.js.map +1 -1
- package/dist/hooks/report/useReportAuthSession.d.ts +7 -1
- package/dist/hooks/report/useReportAuthSession.d.ts.map +1 -1
- package/dist/hooks/report/useReportAuthSession.js +50 -17
- package/dist/hooks/report/useReportAuthSession.js.map +1 -1
- package/dist/hooks/report/useReportDraftSession.d.ts +1 -8
- package/dist/hooks/report/useReportDraftSession.d.ts.map +1 -1
- package/dist/hooks/report/useReportDraftSession.js +51 -13
- package/dist/hooks/report/useReportDraftSession.js.map +1 -1
- package/dist/hooks/report/useReportPanelShell.d.ts +5 -2
- package/dist/hooks/report/useReportPanelShell.d.ts.map +1 -1
- package/dist/hooks/report/useReportPanelShell.js +6 -2
- package/dist/hooks/report/useReportPanelShell.js.map +1 -1
- package/dist/hooks/report/useReportPickProbe.d.ts.map +1 -1
- package/dist/hooks/report/useReportPickProbe.js +88 -1
- package/dist/hooks/report/useReportPickProbe.js.map +1 -1
- package/dist/hooks/report/useReportReplyReview.d.ts +1 -0
- package/dist/hooks/report/useReportReplyReview.d.ts.map +1 -1
- package/dist/hooks/report/useReportReplyReview.js +31 -3
- package/dist/hooks/report/useReportReplyReview.js.map +1 -1
- package/dist/hooks/report/useReportState.d.ts +14 -8
- package/dist/hooks/report/useReportState.d.ts.map +1 -1
- package/dist/hooks/report/useReportState.js +11 -6
- package/dist/hooks/report/useReportState.js.map +1 -1
- package/dist/hooks/usePanelAutoRefresh.d.ts +1 -1
- package/dist/hooks/useSelfProfile.d.ts +1 -0
- package/dist/hooks/useSelfProfile.d.ts.map +1 -1
- package/dist/hooks/useSelfProfile.js +13 -0
- package/dist/hooks/useSelfProfile.js.map +1 -1
- package/dist/hooks/useThreadLayoutPreference.d.ts +6 -0
- package/dist/hooks/useThreadLayoutPreference.d.ts.map +1 -0
- package/dist/hooks/useThreadLayoutPreference.js +40 -0
- package/dist/hooks/useThreadLayoutPreference.js.map +1 -0
- package/dist/i18n/en.d.ts.map +1 -1
- package/dist/i18n/en.js +39 -4
- package/dist/i18n/en.js.map +1 -1
- package/dist/i18n/ko.d.ts.map +1 -1
- package/dist/i18n/ko.js +39 -4
- package/dist/i18n/ko.js.map +1 -1
- package/dist/i18n/types.d.ts +19 -1
- package/dist/i18n/types.d.ts.map +1 -1
- package/dist/providers/ReportProvider.d.ts +1 -1
- package/dist/providers/ReportProvider.d.ts.map +1 -1
- package/dist/providers/ReportProvider.js +16 -4
- package/dist/providers/ReportProvider.js.map +1 -1
- package/dist/providers/reportContext.d.ts +52 -32
- package/dist/providers/reportContext.d.ts.map +1 -1
- package/dist/providers/reportContextPartitions.d.ts +2 -2
- package/dist/providers/reportContextPartitions.d.ts.map +1 -1
- package/dist/providers/reportContextPartitions.js +7 -6
- package/dist/providers/reportContextPartitions.js.map +1 -1
- package/dist/styles/reportStylesheet.d.ts +1 -1
- package/dist/styles/reportStylesheet.d.ts.map +1 -1
- package/dist/styles/reportStylesheet.js +1 -1
- package/dist/styles/reportStylesheet.js.map +1 -1
- package/dist/types/adapter.d.ts +66 -6
- package/dist/types/adapter.d.ts.map +1 -1
- package/dist/types/publicApi.d.ts +20 -4
- package/dist/types/publicApi.d.ts.map +1 -1
- package/dist/types/report-ui.d.ts +2 -1
- package/dist/types/report-ui.d.ts.map +1 -1
- package/dist/types/report.d.ts +17 -0
- package/dist/types/report.d.ts.map +1 -1
- package/dist/utils/adapter/resolveAdapter.d.ts +1 -1
- package/dist/utils/adapter/resolveAdapter.d.ts.map +1 -1
- package/dist/utils/adapter/resolveAdapter.js.map +1 -1
- package/dist/utils/auth/remoteAuthLifecycle.d.ts +15 -0
- package/dist/utils/auth/remoteAuthLifecycle.d.ts.map +1 -0
- package/dist/utils/auth/remoteAuthLifecycle.js +27 -0
- package/dist/utils/auth/remoteAuthLifecycle.js.map +1 -0
- package/dist/utils/auth/resolvePanelView.d.ts +3 -1
- package/dist/utils/auth/resolvePanelView.d.ts.map +1 -1
- package/dist/utils/auth/resolvePanelView.js +22 -3
- package/dist/utils/auth/resolvePanelView.js.map +1 -1
- package/dist/utils/feedback/feedbackCaseId.d.ts +2 -0
- package/dist/utils/feedback/feedbackCaseId.d.ts.map +1 -1
- package/dist/utils/feedback/feedbackCaseId.js +9 -0
- package/dist/utils/feedback/feedbackCaseId.js.map +1 -1
- package/dist/utils/integration/buildAdapterIntegrationStatus.d.ts +2 -1
- package/dist/utils/integration/buildAdapterIntegrationStatus.d.ts.map +1 -1
- package/dist/utils/integration/buildAdapterIntegrationStatus.js +81 -34
- package/dist/utils/integration/buildAdapterIntegrationStatus.js.map +1 -1
- package/dist/utils/network/formatApiFlowEntry.d.ts +2 -0
- package/dist/utils/network/formatApiFlowEntry.d.ts.map +1 -1
- package/dist/utils/network/formatApiFlowEntry.js +15 -0
- package/dist/utils/network/formatApiFlowEntry.js.map +1 -1
- package/dist/utils/network/networkMonitor.d.ts.map +1 -1
- package/dist/utils/network/networkMonitor.js +29 -21
- package/dist/utils/network/networkMonitor.js.map +1 -1
- package/dist/utils/panel/panelTabPreference.d.ts.map +1 -1
- package/dist/utils/panel/panelTabPreference.js +6 -1
- package/dist/utils/panel/panelTabPreference.js.map +1 -1
- package/dist/utils/report/reportTeam.d.ts +3 -1
- package/dist/utils/report/reportTeam.d.ts.map +1 -1
- package/dist/utils/report/reportTeam.js +2 -2
- package/dist/utils/report/reportTeam.js.map +1 -1
- package/dist/utils/report/reportUi.d.ts +2 -1
- package/dist/utils/report/reportUi.d.ts.map +1 -1
- package/dist/utils/report/reportUi.js +2 -0
- package/dist/utils/report/reportUi.js.map +1 -1
- package/dist/utils/report/reportVisual.d.ts.map +1 -1
- package/dist/utils/report/reportVisual.js +4 -0
- package/dist/utils/report/reportVisual.js.map +1 -1
- package/dist/utils/report/resolveRequire.d.ts +37 -0
- package/dist/utils/report/resolveRequire.d.ts.map +1 -0
- package/dist/utils/report/resolveRequire.js +14 -0
- package/dist/utils/report/resolveRequire.js.map +1 -0
- package/dist/utils/shared/format.d.ts +2 -0
- package/dist/utils/shared/format.d.ts.map +1 -1
- package/dist/utils/shared/format.js +18 -0
- package/dist/utils/shared/format.js.map +1 -1
- package/package.json +1 -1
- package/dist/components/overlay/ElementMemoComposer.d.ts +0 -2
- package/dist/components/overlay/ElementMemoComposer.d.ts.map +0 -1
- package/dist/components/overlay/ElementMemoComposer.js +0 -51
- package/dist/components/overlay/ElementMemoComposer.js.map +0 -1
- package/dist/components/point/MemoMarkersLayer.d.ts +0 -2
- package/dist/components/point/MemoMarkersLayer.d.ts.map +0 -1
- package/dist/components/point/MemoMarkersLayer.js +0 -60
- package/dist/components/point/MemoMarkersLayer.js.map +0 -1
- package/dist/hooks/report/useElementMemos.d.ts +0 -15
- package/dist/hooks/report/useElementMemos.d.ts.map +0 -1
- package/dist/hooks/report/useElementMemos.js +0 -45
- package/dist/hooks/report/useElementMemos.js.map +0 -1
- package/dist/utils/memo/elementMemoMarkers.d.ts +0 -17
- package/dist/utils/memo/elementMemoMarkers.d.ts.map +0 -1
- package/dist/utils/memo/elementMemoMarkers.js +0 -36
- package/dist/utils/memo/elementMemoMarkers.js.map +0 -1
- package/dist/utils/memo/elementMemos.d.ts +0 -15
- package/dist/utils/memo/elementMemos.d.ts.map +0 -1
- package/dist/utils/memo/elementMemos.js +0 -97
- package/dist/utils/memo/elementMemos.js.map +0 -1
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
export type { FivePixelsProps, ReportProviderProps } from "../../types/publicApi.js";
|
|
2
|
-
export type { FivePixelsAdapter, FivePixelsAuthAdapter, FivePixelsCasesAdapter, FivePixelsFeedbackAdapter, FivePixelsMarkersAdapter, FivePixelsMembersAdapter, FivePixelsRepliesAdapter, FivePixelsSessionAdapter, } from "../../types/adapter.js";
|
|
1
|
+
export type { FivePixelsProps, FivePixelsRequire, ReportProviderProps, ResolvedFivePixelsRequire } from "../../types/publicApi.js";
|
|
2
|
+
export type { FivePixelsAdapter, FivePixelsAuthAdapter, FivePixelsCaseAssigneePayload, FivePixelsCaseStatusPayload, FivePixelsCasesAdapter, FivePixelsCaseTimelineResult, FivePixelsFeedbackAdapter, FivePixelsFeedbackAssigneePayload, FivePixelsFeedbackStatusPayload, FivePixelsMarkersAdapter, FivePixelsMarkersListParams, FivePixelsMembersAdapter, FivePixelsRepliesAdapter, FivePixelsSessionAdapter, UpdateReplyPayload, } from "../../types/adapter.js";
|
|
3
3
|
export { FivePixels } from "./FivePixels.js";
|
|
4
4
|
export { DotWaveOverlay, type DotWaveOrigin, type DotWaveOverlayProps } from "../../components/overlay/DotWaveOverlay.js";
|
|
5
5
|
export { ReportProvider } from "../../providers/ReportProvider.js";
|
|
6
6
|
export { useReport, useReportPreferences, useReportSession, useReportData } from "../../providers/reportContext.js";
|
|
7
7
|
export type { ReportPreferencesValue, ReportSessionValue, ReportDataValue } from "../../providers/reportContext.js";
|
|
8
8
|
export { createLocalStorageReportAdapter } from "../../storage/local/localStorageAdapter.js";
|
|
9
|
-
export type { CreateReportFeedbackPayload, ReportAppearance, ReportAuthAction, ReportAuthProof, ReportEvent, ReportCase, ReportCaseStatus, ReportFeedback, ReportField, ReportFieldBase, ReportFieldType, ReportFieldValues, ReportAuthor, ReportAuthorRole, ReportGitHubIssueCreateResult, ReportGitHubIntegrationMode, ReportGitHubIntegrationState, ReportIdentify, ReportGitHubConfig, ReportIntegrations, ReportListAllParams, ReportListAllResult, ReportActivitySummaryParams, ReportActivitySummaryResult, ReportActivitySummaryBucket, ReportPanelBootstrapParams, ReportPanelBootstrapResult, ReportPanelStats, ReportRouteDetailsSummary, ReportTeamHandlers, ReportAuthHandlers, ReportAuthUser, ReportApiLoginPayload, ReportApiRegisterPayload, CreateReviewerRequestPayload, RegisterReviewerPayload, ReportReviewerRequest, ResolveReviewerRequestPayload, UpdateReviewerPayload, ReportPosition, ReportPositionAnchor, ReportPositionRatio, ReportPositionViewport, ReportProject, QuestionThreadDisplay, FivePixelsMode, ReportTeam, ReportUi, ReportVisibility, ReportReply, ReportReplyStatus, ReportStatus, ReportStorageAdapter, ReportTargetType, SerializedReportFeedback, SerializedReportReply, UpdateReportFeedbackPayload, } from "../../types/report.js";
|
|
9
|
+
export type { CreateReportFeedbackPayload, ReportAppearance, ReportAuthAction, ReportAuthProof, ReportEvent, ReportCase, ReportCaseStatus, ReportFeedback, ReportField, ReportFieldBase, ReportFieldType, ReportFieldValues, ReportAuthor, ReportAuthorRole, ReportGitHubIssueCreateResult, ReportGitHubIntegrationMode, ReportGitHubIntegrationState, ReportIdentify, ReportGitHubConfig, ReportIntegrations, ReportListAllParams, ReportListAllResult, ReportActivitySummaryParams, ReportActivitySummaryResult, ReportActivitySummaryBucket, ReportPanelBootstrapParams, ReportPanelBootstrapResult, ReportPanelStats, ReportRouteDetailsSummary, ReportTeamHandlers, ReportAuthHandlers, ReportAuthUser, ReportApiLoginPayload, ReportApiRegisterPayload, CreateReviewerRequestPayload, RegisterReviewerPayload, ReportReviewerRequest, ResolveReviewerRequestPayload, UpdateReviewerPayload, ReportPosition, ReportPositionAnchor, ReportPositionRatio, ReportPositionViewport, ReportProject, QuestionThreadDisplay, ThreadLayoutStyle, FivePixelsMode, ReportTeam, ReportUi, ReportVisibility, ReportReply, ReportReplyStatus, ReportStatus, ReportStorageAdapter, ReportTargetType, SerializedReportFeedback, SerializedReportReply, UpdateReportFeedbackPayload, } from "../../types/report.js";
|
|
10
10
|
export { allCasesResolved, applyCaseStatusSync, createCaseId, createReportCase, getIssueProgressLabel, getIssueSummary, getOpenCases, getReportCases, shouldShowCaseProgress, getResolvedCaseCount, resolveCases, syncIssueStatusFromCases, canEditReportCases, } from "../../utils/report/reportCases.js";
|
|
11
11
|
export { createReportAuthMessage, parsePublicKey, verifyReportAuthProof } from "../../utils/auth/personalKey.js";
|
|
12
12
|
export { ReportAuthError, resolveRegistrationError } from "../../utils/auth/reportAuthError.js";
|
|
13
|
-
export { FIVE_PIXELS_SYNC_VALUES, isRemoteLoginMethod, resolveFivePixelsSync, type FivePixelsSync } from "../../constants/loginMethod.js";
|
|
13
|
+
export { FIVE_PIXELS_SYNC_VALUES, isRemoteLoginMethod, resolveFivePixelsSync, resolveRequireAuth, usesRemoteAuthLogin, type FivePixelsSync } from "../../constants/loginMethod.js";
|
|
14
|
+
export { resolveFivePixelsRequire } from "../../utils/report/resolveRequire.js";
|
|
14
15
|
export { REPORT_STATUS_FLOW, REPORT_STATUS_TRANSITIONS } from "../../types/report.js";
|
|
15
16
|
export { buildGitHubIssueUpdate, canCreateGitHubIssueFromList, canCreateGitHubIssueOnCreate, createGitIssuedReply, getGitHubIssueUrl, hasGitHubIssue, isGitIssued, isGitIssuedSystemReply, isGitHubIssueIntegrationEnabled, } from "../../utils/github/githubIntegration.js";
|
|
16
17
|
export type { DeepPartialReportMessages, ReportLocale, ReportMessages } from "../../i18n/index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/report/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/report/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,7 +6,8 @@ export { createLocalStorageReportAdapter } from "../../storage/local/localStorag
|
|
|
6
6
|
export { allCasesResolved, applyCaseStatusSync, createCaseId, createReportCase, getIssueProgressLabel, getIssueSummary, getOpenCases, getReportCases, shouldShowCaseProgress, getResolvedCaseCount, resolveCases, syncIssueStatusFromCases, canEditReportCases, } from "../../utils/report/reportCases.js";
|
|
7
7
|
export { createReportAuthMessage, parsePublicKey, verifyReportAuthProof } from "../../utils/auth/personalKey.js";
|
|
8
8
|
export { ReportAuthError, resolveRegistrationError } from "../../utils/auth/reportAuthError.js";
|
|
9
|
-
export { FIVE_PIXELS_SYNC_VALUES, isRemoteLoginMethod, resolveFivePixelsSync } from "../../constants/loginMethod.js";
|
|
9
|
+
export { FIVE_PIXELS_SYNC_VALUES, isRemoteLoginMethod, resolveFivePixelsSync, resolveRequireAuth, usesRemoteAuthLogin } from "../../constants/loginMethod.js";
|
|
10
|
+
export { resolveFivePixelsRequire } from "../../utils/report/resolveRequire.js";
|
|
10
11
|
export { REPORT_STATUS_FLOW, REPORT_STATUS_TRANSITIONS } from "../../types/report.js";
|
|
11
12
|
export { buildGitHubIssueUpdate, canCreateGitHubIssueFromList, canCreateGitHubIssueOnCreate, createGitIssuedReply, getGitHubIssueUrl, hasGitHubIssue, isGitIssued, isGitIssuedSystemReply, isGitHubIssueIntegrationEnabled, } from "../../utils/github/githubIntegration.js";
|
|
12
13
|
export { en as reportMessagesEn, ensureReportLocaleMessages, getDefaultFields, getReportMessages, resolveReportLocale } from "../../i18n/index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/report/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/report/index.ts"],"names":[],"mappings":"AAkBA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAgD,MAAM,wCAAwC,CAAC;AACtH,OAAO,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAEhH,OAAO,EAAE,+BAA+B,EAAE,MAAM,wCAAwC,CAAC;AA8DzF,OAAO,EACH,gBAAgB,EAChB,mBAAmB,EACnB,YAAY,EACZ,gBAAgB,EAChB,qBAAqB,EACrB,eAAe,EACf,YAAY,EACZ,cAAc,EACd,sBAAsB,EACtB,oBAAoB,EACpB,YAAY,EACZ,wBAAwB,EACxB,kBAAkB,GACrB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,uBAAuB,EAAE,cAAc,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAC7G,OAAO,EAAE,eAAe,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAC5F,OAAO,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,mBAAmB,EAAuB,MAAM,4BAA4B,CAAC;AAC/K,OAAO,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AAC5E,OAAO,EAAE,kBAAkB,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAClF,OAAO,EACH,sBAAsB,EACtB,4BAA4B,EAC5B,4BAA4B,EAC5B,oBAAoB,EACpB,iBAAiB,EACjB,cAAc,EACd,WAAW,EACX,sBAAsB,EACtB,+BAA+B,GAClC,MAAM,qCAAqC,CAAC;AAE7C,OAAO,EAAE,EAAE,IAAI,gBAAgB,EAAE,0BAA0B,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAC/I,OAAO,EAAE,8BAA8B,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AACtH,OAAO,EACH,2BAA2B,EAC3B,qBAAqB,EACrB,mBAAmB,EACnB,eAAe,EACf,mBAAmB,EACnB,gBAAgB,GAGnB,MAAM,0CAA0C,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { type ButtonHTMLAttributes, type CSSProperties, type HTMLAttributes, type ReactNode } from "react";
|
|
2
|
+
/** Shared icon size for menu-tooltip rows (matches pick-target context menu). */
|
|
3
|
+
export declare const MENU_TOOLTIP_ICON_CLASS = "h-[16px] w-[16px] shrink-0";
|
|
4
|
+
/**
|
|
5
|
+
* Shared menu-tooltip shell used by the pick-target right-click menu and panel dropdowns.
|
|
6
|
+
*/
|
|
7
|
+
export declare const MenuTooltipSurface: import("react").ForwardRefExoticComponent<{
|
|
8
|
+
children: ReactNode;
|
|
9
|
+
className?: string;
|
|
10
|
+
style?: CSSProperties;
|
|
11
|
+
/** Fixed overlay (context menu) vs absolute (dropdown under trigger). */
|
|
12
|
+
positioning?: "fixed" | "absolute";
|
|
13
|
+
} & Omit<HTMLAttributes<HTMLDivElement>, "style" | "children" | "className"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
14
|
+
type MenuTooltipItemProps = {
|
|
15
|
+
children: ReactNode;
|
|
16
|
+
onClick: () => void;
|
|
17
|
+
active?: boolean;
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
danger?: boolean;
|
|
20
|
+
icon?: ReactNode;
|
|
21
|
+
className?: string;
|
|
22
|
+
} & Pick<ButtonHTMLAttributes<HTMLButtonElement>, "onPointerDown" | "aria-pressed">;
|
|
23
|
+
export declare function MenuTooltipItem({ children, onClick, active, disabled, danger, icon, className, onPointerDown, "aria-pressed": ariaPressed }: MenuTooltipItemProps): import("react").JSX.Element;
|
|
24
|
+
export declare function MenuTooltipDivider(): import("react").JSX.Element;
|
|
25
|
+
export {};
|
|
26
|
+
//# sourceMappingURL=MenuTooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MenuTooltip.d.ts","sourceRoot":"","sources":["../../../src/components/ui/MenuTooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,oBAAoB,EAAE,KAAK,aAAa,EAAE,KAAK,cAAc,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvH,iFAAiF;AACjF,eAAO,MAAM,uBAAuB,+BAA+B,CAAC;AAqBpE;;GAEG;AACH,eAAO,MAAM,kBAAkB;cAVjB,SAAS;gBACP,MAAM;YACV,aAAa;IACrB,yEAAyE;kBAC3D,OAAO,GAAG,UAAU;6HAoBpC,CAAC;AAEH,KAAK,oBAAoB,GAAG;IACxB,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,eAAe,GAAG,cAAc,CAAC,CAAC;AAEpF,wBAAgB,eAAe,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAc,EAAE,QAAgB,EAAE,MAAc,EAAE,IAAI,EAAE,SAAc,EAAE,aAAa,EAAE,cAAc,EAAE,WAAW,EAAE,EAAE,oBAAoB,+BAgB9L;AAED,wBAAgB,kBAAkB,gCAQjC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from "react";
|
|
3
|
+
import { STYLE_TOOLTIP_SURFACE_CLASS } from "../../components/ui/PointerFollowTooltip.js";
|
|
4
|
+
import { MOTION } from "../../constants/motionClasses.js";
|
|
5
|
+
/** Shared icon size for menu-tooltip rows (matches pick-target context menu). */
|
|
6
|
+
export const MENU_TOOLTIP_ICON_CLASS = "h-[16px] w-[16px] shrink-0";
|
|
7
|
+
const MENU_TOOLTIP_SURFACE_BASE = `${STYLE_TOOLTIP_SURFACE_CLASS} ${MOTION.tooltipIn}`;
|
|
8
|
+
const MENU_TOOLTIP_ITEM_CLASS = "flex w-full items-center gap-[8px] rounded-[8px] px-[4px] py-[4px] text-left text-[14px] font-medium leading-[1.45] text-[var(--adaptive-black900)] hover:bg-[var(--adaptive-black100)] disabled:cursor-not-allowed disabled:opacity-50";
|
|
9
|
+
const MENU_TOOLTIP_ITEM_ACTIVE_CLASS = "bg-[var(--adaptive-black100)]";
|
|
10
|
+
const MENU_TOOLTIP_ITEM_DANGER_CLASS = "text-[var(--adaptive-accent-red)] hover:bg-[color-mix(in_srgb,var(--adaptive-accent-red)_10%,transparent)]";
|
|
11
|
+
const MENU_TOOLTIP_DIVIDER_CLASS = "my-[4px] h-px bg-[var(--adaptive-border-subtle)]";
|
|
12
|
+
/**
|
|
13
|
+
* Shared menu-tooltip shell used by the pick-target right-click menu and panel dropdowns.
|
|
14
|
+
*/
|
|
15
|
+
export const MenuTooltipSurface = forwardRef(function MenuTooltipSurface({ children, className = "", style, positioning = "absolute", ...rest }, ref) {
|
|
16
|
+
const positionClass = positioning === "fixed" ? "pointer-events-auto fixed z-[1000004]" : "absolute z-[20]";
|
|
17
|
+
return (_jsx("div", { ref: ref, "data-fivepixels-interactive": "", style: style, className: `${positionClass} min-w-[160px] ${MENU_TOOLTIP_SURFACE_BASE} ${className}`, ...rest, children: children }));
|
|
18
|
+
});
|
|
19
|
+
export function MenuTooltipItem({ children, onClick, active = false, disabled = false, danger = false, icon, className = "", onPointerDown, "aria-pressed": ariaPressed }) {
|
|
20
|
+
return (_jsxs("button", { type: "button", role: "menuitem", "data-fivepixels-interactive": "", disabled: disabled, "aria-pressed": ariaPressed ?? active, onPointerDown: onPointerDown, onClick: onClick, className: `${MENU_TOOLTIP_ITEM_CLASS} ${active ? MENU_TOOLTIP_ITEM_ACTIVE_CLASS : ""} ${danger ? MENU_TOOLTIP_ITEM_DANGER_CLASS : ""} ${className}`, children: [icon, children] }));
|
|
21
|
+
}
|
|
22
|
+
export function MenuTooltipDivider() {
|
|
23
|
+
return (_jsx("div", { role: "separator", "aria-hidden": "true", className: MENU_TOOLTIP_DIVIDER_CLASS }));
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=MenuTooltip.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MenuTooltip.js","sourceRoot":"","sources":["../../../src/components/ui/MenuTooltip.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAsF,MAAM,OAAO,CAAC;AACvH,OAAO,EAAE,2BAA2B,EAAE,MAAM,yCAAyC,CAAC;AACtF,OAAO,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AAEtD,iFAAiF;AACjF,MAAM,CAAC,MAAM,uBAAuB,GAAG,4BAA4B,CAAC;AAEpE,MAAM,yBAAyB,GAAG,GAAG,2BAA2B,IAAI,MAAM,CAAC,SAAS,EAAE,CAAC;AAEvF,MAAM,uBAAuB,GACzB,yOAAyO,CAAC;AAE9O,MAAM,8BAA8B,GAAG,+BAA+B,CAAC;AAEvE,MAAM,8BAA8B,GAAG,4GAA4G,CAAC;AAEpJ,MAAM,0BAA0B,GAAG,kDAAkD,CAAC;AAUtF;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,UAAU,CAA0C,SAAS,kBAAkB,CAAC,EAAE,QAAQ,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,GAAG,UAAU,EAAE,GAAG,IAAI,EAAE,EAAE,GAAG;IACzL,MAAM,aAAa,GAAG,WAAW,KAAK,OAAO,CAAC,CAAC,CAAC,uCAAuC,CAAC,CAAC,CAAC,iBAAiB,CAAC;IAE5G,OAAO,CACH,cACI,GAAG,EAAE,GAAG,iCACoB,EAAE,EAC9B,KAAK,EAAE,KAAK,EACZ,SAAS,EAAE,GAAG,aAAa,kBAAkB,yBAAyB,IAAI,SAAS,EAAE,KACjF,IAAI,YAEP,QAAQ,GACP,CACT,CAAC;AACN,CAAC,CAAC,CAAC;AAYH,MAAM,UAAU,eAAe,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,GAAG,KAAK,EAAE,QAAQ,GAAG,KAAK,EAAE,MAAM,GAAG,KAAK,EAAE,IAAI,EAAE,SAAS,GAAG,EAAE,EAAE,aAAa,EAAE,cAAc,EAAE,WAAW,EAAwB;IAC3L,OAAO,CACH,kBACI,IAAI,EAAC,QAAQ,EACb,IAAI,EAAC,UAAU,iCACa,EAAE,EAC9B,QAAQ,EAAE,QAAQ,kBACJ,WAAW,IAAI,MAAM,EACnC,aAAa,EAAE,aAAa,EAC5B,OAAO,EAAE,OAAO,EAChB,SAAS,EAAE,GAAG,uBAAuB,IAAI,MAAM,CAAC,CAAC,CAAC,8BAA8B,CAAC,CAAC,CAAC,EAAE,IAAI,MAAM,CAAC,CAAC,CAAC,8BAA8B,CAAC,CAAC,CAAC,EAAE,IAAI,SAAS,EAAE,aAEnJ,IAAI,EACJ,QAAQ,IACJ,CACZ,CAAC;AACN,CAAC;AAED,MAAM,UAAU,kBAAkB;IAC9B,OAAO,CACH,cACI,IAAI,EAAC,WAAW,iBACJ,MAAM,EAClB,SAAS,EAAE,0BAA0B,GACvC,CACL,CAAC;AACN,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { type ReactNode } from "react";
|
|
2
|
-
|
|
2
|
+
/** Shared glass surface (style inspect tooltip + context menu). */
|
|
3
|
+
export declare const STYLE_TOOLTIP_SURFACE_CLASS = "overflow-hidden rounded-[12px] border border-solid border-[var(--adaptive-border-subtle)] bg-[var(--adaptive-neutralTintOpacity900)] px-[8px] py-[2px] shadow-[var(--adaptive-popup-shadow)] backdrop-blur-[20px]";
|
|
4
|
+
/** Pointer-follow portal shell built on the shared style tooltip surface. */
|
|
5
|
+
export declare const POINTER_TOOLTIP_SURFACE_CLASS = "pointer-events-none fixed z-[1000002] min-w-[220px] max-w-[min(320px,calc(100vw-16px))] overflow-hidden rounded-[12px] border border-solid border-[var(--adaptive-border-subtle)] bg-[var(--adaptive-neutralTintOpacity900)] px-[8px] py-[2px] shadow-[var(--adaptive-popup-shadow)] backdrop-blur-[20px]";
|
|
3
6
|
type PointerFollowTooltipProps = {
|
|
4
7
|
open: boolean;
|
|
5
8
|
pointer: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PointerFollowTooltip.d.ts","sourceRoot":"","sources":["../../../src/components/ui/PointerFollowTooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAQ3G,eAAO,MAAM,6BAA6B,
|
|
1
|
+
{"version":3,"file":"PointerFollowTooltip.d.ts","sourceRoot":"","sources":["../../../src/components/ui/PointerFollowTooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAQ3G,mEAAmE;AACnE,eAAO,MAAM,2BAA2B,sNAC+K,CAAC;AAExN,6EAA6E;AAC7E,eAAO,MAAM,6BAA6B,8SAA2H,CAAC;AAEtK,KAAK,yBAAyB,GAAG;IAC7B,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IACrD,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAsBF,wBAAgB,oBAAoB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAc,EAAE,EAAE,yBAAyB,sCAsD1G"}
|
|
@@ -5,7 +5,10 @@ import { MOTION } from "../../constants/motionClasses.js";
|
|
|
5
5
|
import { getReportTooltipRoot } from "../../utils/shared/dom.js";
|
|
6
6
|
import { HOVER_TOOLTIP_MARGIN } from "../../utils/marker/hoverTooltipLayout.js";
|
|
7
7
|
const POINTER_OFFSET = 12;
|
|
8
|
-
|
|
8
|
+
/** Shared glass surface (style inspect tooltip + context menu). */
|
|
9
|
+
export const STYLE_TOOLTIP_SURFACE_CLASS = "overflow-hidden rounded-[12px] border border-solid border-[var(--adaptive-border-subtle)] bg-[var(--adaptive-neutralTintOpacity900)] px-[8px] py-[2px] shadow-[var(--adaptive-popup-shadow)] backdrop-blur-[20px]";
|
|
10
|
+
/** Pointer-follow portal shell built on the shared style tooltip surface. */
|
|
11
|
+
export const POINTER_TOOLTIP_SURFACE_CLASS = `pointer-events-none fixed z-[1000002] min-w-[220px] max-w-[min(320px,calc(100vw-16px))] ${STYLE_TOOLTIP_SURFACE_CLASS}`;
|
|
9
12
|
function getPointerTooltipLayout(clientX, clientY, tooltipRect) {
|
|
10
13
|
const viewportWidth = window.innerWidth;
|
|
11
14
|
const viewportHeight = window.innerHeight;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PointerFollowTooltip.js","sourceRoot":"","sources":["../../../src/components/ui/PointerFollowTooltip.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,EAAE,QAAQ,EAAsC,MAAM,OAAO,CAAC;AAC3G,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AACtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAE5E,MAAM,cAAc,GAAG,EAAE,CAAC;AAE1B,MAAM,CAAC,MAAM,6BAA6B,
|
|
1
|
+
{"version":3,"file":"PointerFollowTooltip.js","sourceRoot":"","sources":["../../../src/components/ui/PointerFollowTooltip.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
type StyleInspectTooltipRowProps = {
|
|
3
|
+
label: string;
|
|
4
|
+
value: string;
|
|
5
|
+
valueClassName?: string;
|
|
6
|
+
};
|
|
7
|
+
/** Label/value row used by feedback pick-target style tooltips. */
|
|
8
|
+
export declare function StyleInspectTooltipRow({ label, value, valueClassName }: StyleInspectTooltipRowProps): import("react").JSX.Element;
|
|
9
|
+
type StyleInspectTooltipProps = {
|
|
10
|
+
open: boolean;
|
|
11
|
+
pointer: {
|
|
12
|
+
clientX: number;
|
|
13
|
+
clientY: number;
|
|
14
|
+
} | null;
|
|
15
|
+
children: ReactNode;
|
|
16
|
+
className?: string;
|
|
17
|
+
};
|
|
18
|
+
/** Feedback pick-target style tooltip shell (surface, padding, row gap). */
|
|
19
|
+
export declare function StyleInspectTooltip({ open, pointer, children, className }: StyleInspectTooltipProps): import("react").JSX.Element;
|
|
20
|
+
export {};
|
|
21
|
+
//# sourceMappingURL=StyleInspectTooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StyleInspectTooltip.d.ts","sourceRoot":"","sources":["../../../src/components/ui/StyleInspectTooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,2BAA2B,GAAG;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,mEAAmE;AACnE,wBAAgB,sBAAsB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,cAAmB,EAAE,EAAE,2BAA2B,+BAOxG;AAED,KAAK,wBAAwB,GAAG;IAC5B,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IACrD,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,4EAA4E;AAC5E,wBAAgB,mBAAmB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAc,EAAE,EAAE,wBAAwB,+BAUxG"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { PointerFollowTooltip } from "./PointerFollowTooltip.js";
|
|
3
|
+
/** Label/value row used by feedback pick-target style tooltips. */
|
|
4
|
+
export function StyleInspectTooltipRow({ label, value, valueClassName = "" }) {
|
|
5
|
+
return (_jsxs("div", { className: "flex items-start justify-between gap-[12px] text-[14px] leading-[1.45]", children: [_jsx("span", { className: "shrink-0 text-[var(--adaptive-black500)]", children: label }), _jsx("span", { className: `min-w-0 break-all text-right font-medium font-[var(--coding-font)] text-[var(--adaptive-black900)] ${valueClassName}`.trim(), children: value })] }));
|
|
6
|
+
}
|
|
7
|
+
/** Feedback pick-target style tooltip shell (surface, padding, row gap). */
|
|
8
|
+
export function StyleInspectTooltip({ open, pointer, children, className = "" }) {
|
|
9
|
+
return (_jsx(PointerFollowTooltip, { open: open, pointer: pointer, className: className, children: _jsx("div", { className: "flex flex-col gap-[2px] text-left", children: children }) }));
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=StyleInspectTooltip.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StyleInspectTooltip.js","sourceRoot":"","sources":["../../../src/components/ui/StyleInspectTooltip.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAQjE,mEAAmE;AACnE,MAAM,UAAU,sBAAsB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,cAAc,GAAG,EAAE,EAA+B;IACrG,OAAO,CACH,eAAK,SAAS,EAAC,wEAAwE,aACnF,eAAM,SAAS,EAAC,0CAA0C,YAAE,KAAK,GAAQ,EACzE,eAAM,SAAS,EAAE,sGAAsG,cAAc,EAAE,CAAC,IAAI,EAAE,YAAG,KAAK,GAAQ,IAC5J,CACT,CAAC;AACN,CAAC;AASD,4EAA4E;AAC5E,MAAM,UAAU,mBAAmB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,GAAG,EAAE,EAA4B;IACrG,OAAO,CACH,KAAC,oBAAoB,IACjB,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,OAAO,EAChB,SAAS,EAAE,SAAS,YAEpB,cAAK,SAAS,EAAC,mCAAmC,YAAE,QAAQ,GAAO,GAChD,CAC1B,CAAC;AACN,CAAC"}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
export declare const FEEDBACK_CATEGORIES: readonly ["incident", "problem", "suggestion", "question"];
|
|
1
|
+
export declare const FEEDBACK_CATEGORIES: readonly ["incident", "problem", "suggestion", "question", "memo"];
|
|
2
2
|
export type FeedbackCategory = (typeof FEEDBACK_CATEGORIES)[number];
|
|
3
|
+
/** Categories selectable in the feedback composer UI (excludes memo). */
|
|
4
|
+
export declare const SELECTABLE_FEEDBACK_CATEGORIES: readonly ["incident", "problem", "suggestion", "question"];
|
|
3
5
|
export declare function isFeedbackCategory(value: unknown): value is FeedbackCategory;
|
|
4
6
|
export type FeedbackListStatusTag = "no_assignee" | "processed" | "resolved";
|
|
5
7
|
//# sourceMappingURL=feedbackCategory.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feedbackCategory.d.ts","sourceRoot":"","sources":["../../src/constants/feedbackCategory.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"feedbackCategory.d.ts","sourceRoot":"","sources":["../../src/constants/feedbackCategory.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,oEAAqE,CAAC;AAEtG,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEpE,yEAAyE;AACzE,eAAO,MAAM,8BAA8B,4DAAmG,CAAC;AAE/I,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,gBAAgB,CAE5E;AAED,MAAM,MAAM,qBAAqB,GAAG,aAAa,GAAG,WAAW,GAAG,UAAU,CAAC"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
export const FEEDBACK_CATEGORIES = ["incident", "problem", "suggestion", "question"];
|
|
1
|
+
export const FEEDBACK_CATEGORIES = ["incident", "problem", "suggestion", "question", "memo"];
|
|
2
|
+
/** Categories selectable in the feedback composer UI (excludes memo). */
|
|
3
|
+
export const SELECTABLE_FEEDBACK_CATEGORIES = ["incident", "problem", "suggestion", "question"];
|
|
2
4
|
export function isFeedbackCategory(value) {
|
|
3
5
|
return typeof value === "string" && FEEDBACK_CATEGORIES.includes(value);
|
|
4
6
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feedbackCategory.js","sourceRoot":"","sources":["../../src/constants/feedbackCategory.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,UAAU,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,CAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"feedbackCategory.js","sourceRoot":"","sources":["../../src/constants/feedbackCategory.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,UAAU,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,CAAU,CAAC;AAItG,yEAAyE;AACzE,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC,UAAU,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,CAAgD,CAAC;AAE/I,MAAM,UAAU,kBAAkB,CAAC,KAAc;IAC7C,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAK,mBAAyC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;AACnG,CAAC"}
|
|
@@ -2,4 +2,12 @@ export declare const FIVE_PIXELS_SYNC_VALUES: readonly ["local", "api", "artemis
|
|
|
2
2
|
export type FivePixelsSync = (typeof FIVE_PIXELS_SYNC_VALUES)[number];
|
|
3
3
|
export declare function isRemoteLoginMethod(method: FivePixelsSync | null | undefined): method is "api" | "artemis";
|
|
4
4
|
export declare function resolveFivePixelsSync(sync: FivePixelsSync | null | undefined): FivePixelsSync;
|
|
5
|
+
/**
|
|
6
|
+
* Whether the panel requires company/SSO login before use.
|
|
7
|
+
* - `local`: always false
|
|
8
|
+
* - `api` / `artemis`: defaults to true (backward compatible); pass `false` for personal-key identity with remote storage
|
|
9
|
+
*/
|
|
10
|
+
export declare function resolveRequireAuth(sync: FivePixelsSync, requireAuth?: boolean): boolean;
|
|
11
|
+
/** Remote storage sync that still uses the server login onboarding path. */
|
|
12
|
+
export declare function usesRemoteAuthLogin(sync: FivePixelsSync | null | undefined, requireAuth: boolean): boolean;
|
|
5
13
|
//# sourceMappingURL=loginMethod.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loginMethod.d.ts","sourceRoot":"","sources":["../../src/constants/loginMethod.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,sCAAuC,CAAC;AAC5E,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,uBAAuB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEtE,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,cAAc,GAAG,IAAI,GAAG,SAAS,GAAG,MAAM,IAAI,KAAK,GAAG,SAAS,CAE1G;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,cAAc,GAAG,IAAI,GAAG,SAAS,GAAG,cAAc,CAE7F"}
|
|
1
|
+
{"version":3,"file":"loginMethod.d.ts","sourceRoot":"","sources":["../../src/constants/loginMethod.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,sCAAuC,CAAC;AAC5E,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,uBAAuB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEtE,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,cAAc,GAAG,IAAI,GAAG,SAAS,GAAG,MAAM,IAAI,KAAK,GAAG,SAAS,CAE1G;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,cAAc,GAAG,IAAI,GAAG,SAAS,GAAG,cAAc,CAE7F;AAED;;;;GAIG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,cAAc,EAAE,WAAW,CAAC,EAAE,OAAO,GAAG,OAAO,CAUvF;AAED,4EAA4E;AAC5E,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,cAAc,GAAG,IAAI,GAAG,SAAS,EAAE,WAAW,EAAE,OAAO,GAAG,OAAO,CAE1G"}
|
|
@@ -5,4 +5,22 @@ export function isRemoteLoginMethod(method) {
|
|
|
5
5
|
export function resolveFivePixelsSync(sync) {
|
|
6
6
|
return sync && FIVE_PIXELS_SYNC_VALUES.includes(sync) ? sync : "local";
|
|
7
7
|
}
|
|
8
|
+
/**
|
|
9
|
+
* Whether the panel requires company/SSO login before use.
|
|
10
|
+
* - `local`: always false
|
|
11
|
+
* - `api` / `artemis`: defaults to true (backward compatible); pass `false` for personal-key identity with remote storage
|
|
12
|
+
*/
|
|
13
|
+
export function resolveRequireAuth(sync, requireAuth) {
|
|
14
|
+
if (sync === "local") {
|
|
15
|
+
return false;
|
|
16
|
+
}
|
|
17
|
+
if (typeof requireAuth === "boolean") {
|
|
18
|
+
return requireAuth;
|
|
19
|
+
}
|
|
20
|
+
return true;
|
|
21
|
+
}
|
|
22
|
+
/** Remote storage sync that still uses the server login onboarding path. */
|
|
23
|
+
export function usesRemoteAuthLogin(sync, requireAuth) {
|
|
24
|
+
return isRemoteLoginMethod(sync) && requireAuth;
|
|
25
|
+
}
|
|
8
26
|
//# sourceMappingURL=loginMethod.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loginMethod.js","sourceRoot":"","sources":["../../src/constants/loginMethod.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,OAAO,EAAE,KAAK,EAAE,SAAS,CAAU,CAAC;AAG5E,MAAM,UAAU,mBAAmB,CAAC,MAAyC;IACzE,OAAO,MAAM,KAAK,KAAK,IAAI,MAAM,KAAK,SAAS,CAAC;AACpD,CAAC;AAED,MAAM,UAAU,qBAAqB,CAAC,IAAuC;IACzE,OAAO,IAAI,IAAI,uBAAuB,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC;AAC3E,CAAC"}
|
|
1
|
+
{"version":3,"file":"loginMethod.js","sourceRoot":"","sources":["../../src/constants/loginMethod.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,OAAO,EAAE,KAAK,EAAE,SAAS,CAAU,CAAC;AAG5E,MAAM,UAAU,mBAAmB,CAAC,MAAyC;IACzE,OAAO,MAAM,KAAK,KAAK,IAAI,MAAM,KAAK,SAAS,CAAC;AACpD,CAAC;AAED,MAAM,UAAU,qBAAqB,CAAC,IAAuC;IACzE,OAAO,IAAI,IAAI,uBAAuB,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC;AAC3E,CAAC;AAED;;;;GAIG;AACH,MAAM,UAAU,kBAAkB,CAAC,IAAoB,EAAE,WAAqB;IAC1E,IAAI,IAAI,KAAK,OAAO,EAAE,CAAC;QACnB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,IAAI,OAAO,WAAW,KAAK,SAAS,EAAE,CAAC;QACnC,OAAO,WAAW,CAAC;IACvB,CAAC;IAED,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,4EAA4E;AAC5E,MAAM,UAAU,mBAAmB,CAAC,IAAuC,EAAE,WAAoB;IAC7F,OAAO,mBAAmB,CAAC,IAAI,CAAC,IAAI,WAAW,CAAC;AACpD,CAAC"}
|
|
@@ -7,36 +7,36 @@ export const PANEL_ROLE_TAB_PRESETS = {
|
|
|
7
7
|
defaultListScope: "current",
|
|
8
8
|
},
|
|
9
9
|
designer: {
|
|
10
|
-
recommended: ["route-details", "feedback-list"],
|
|
11
|
-
defaultVisible: ["route-details", "feedback-list"],
|
|
10
|
+
recommended: ["route-details", "feedback-list", "memo-list"],
|
|
11
|
+
defaultVisible: ["route-details", "feedback-list", "memo-list"],
|
|
12
12
|
defaultTab: "route-details",
|
|
13
13
|
headerStatsScope: "current-page",
|
|
14
14
|
defaultListScope: "current",
|
|
15
15
|
},
|
|
16
16
|
qa: {
|
|
17
|
-
recommended: ["feedback-list", "route-details", "api-flow"],
|
|
18
|
-
defaultVisible: ["feedback-list", "route-details", "api-flow"],
|
|
17
|
+
recommended: ["feedback-list", "memo-list", "route-details", "api-flow"],
|
|
18
|
+
defaultVisible: ["feedback-list", "memo-list", "route-details", "api-flow"],
|
|
19
19
|
defaultTab: "feedback-list",
|
|
20
20
|
headerStatsScope: "current-page",
|
|
21
21
|
defaultListScope: "current",
|
|
22
22
|
},
|
|
23
23
|
developer: {
|
|
24
|
-
recommended: ["feedback-list", "route-details", "api-flow"],
|
|
25
|
-
defaultVisible: ["feedback-list", "route-details", "diagnostics", "api-flow"],
|
|
24
|
+
recommended: ["feedback-list", "memo-list", "route-details", "api-flow"],
|
|
25
|
+
defaultVisible: ["feedback-list", "memo-list", "route-details", "diagnostics", "api-flow"],
|
|
26
26
|
defaultTab: "feedback-list",
|
|
27
27
|
headerStatsScope: "current-page",
|
|
28
28
|
defaultListScope: "current",
|
|
29
29
|
},
|
|
30
30
|
planner: {
|
|
31
|
-
recommended: ["feedback-list", "route-details"],
|
|
32
|
-
defaultVisible: ["feedback-list", "route-details"],
|
|
31
|
+
recommended: ["feedback-list", "memo-list", "route-details"],
|
|
32
|
+
defaultVisible: ["feedback-list", "memo-list", "route-details"],
|
|
33
33
|
defaultTab: "feedback-list",
|
|
34
34
|
headerStatsScope: "current-page",
|
|
35
35
|
defaultListScope: "current",
|
|
36
36
|
},
|
|
37
37
|
general: {
|
|
38
|
-
recommended: ["route-details", "feedback-list"],
|
|
39
|
-
defaultVisible: ["route-details", "feedback-list"],
|
|
38
|
+
recommended: ["route-details", "feedback-list", "memo-list"],
|
|
39
|
+
defaultVisible: ["route-details", "feedback-list", "memo-list"],
|
|
40
40
|
defaultTab: "route-details",
|
|
41
41
|
headerStatsScope: "current-page",
|
|
42
42
|
defaultListScope: "current",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"panelTabPresets.js","sourceRoot":"","sources":["../../src/constants/panelTabPresets.ts"],"names":[],"mappings":"AAcA,MAAM,CAAC,MAAM,sBAAsB,GAA0C;IACzE,cAAc,EAAE;QACZ,WAAW,EAAE,CAAC,eAAe,CAAC;QAC9B,cAAc,EAAE,CAAC,eAAe,CAAC;QACjC,UAAU,EAAE,eAAe;QAC3B,gBAAgB,EAAE,cAAc;QAChC,gBAAgB,EAAE,SAAS;KAC9B;IACD,QAAQ,EAAE;QACN,WAAW,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"panelTabPresets.js","sourceRoot":"","sources":["../../src/constants/panelTabPresets.ts"],"names":[],"mappings":"AAcA,MAAM,CAAC,MAAM,sBAAsB,GAA0C;IACzE,cAAc,EAAE;QACZ,WAAW,EAAE,CAAC,eAAe,CAAC;QAC9B,cAAc,EAAE,CAAC,eAAe,CAAC;QACjC,UAAU,EAAE,eAAe;QAC3B,gBAAgB,EAAE,cAAc;QAChC,gBAAgB,EAAE,SAAS;KAC9B;IACD,QAAQ,EAAE;QACN,WAAW,EAAE,CAAC,eAAe,EAAE,eAAe,EAAE,WAAW,CAAC;QAC5D,cAAc,EAAE,CAAC,eAAe,EAAE,eAAe,EAAE,WAAW,CAAC;QAC/D,UAAU,EAAE,eAAe;QAC3B,gBAAgB,EAAE,cAAc;QAChC,gBAAgB,EAAE,SAAS;KAC9B;IACD,EAAE,EAAE;QACA,WAAW,EAAE,CAAC,eAAe,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,CAAC;QACxE,cAAc,EAAE,CAAC,eAAe,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,CAAC;QAC3E,UAAU,EAAE,eAAe;QAC3B,gBAAgB,EAAE,cAAc;QAChC,gBAAgB,EAAE,SAAS;KAC9B;IACD,SAAS,EAAE;QACP,WAAW,EAAE,CAAC,eAAe,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,CAAC;QACxE,cAAc,EAAE,CAAC,eAAe,EAAE,WAAW,EAAE,eAAe,EAAE,aAAa,EAAE,UAAU,CAAC;QAC1F,UAAU,EAAE,eAAe;QAC3B,gBAAgB,EAAE,cAAc;QAChC,gBAAgB,EAAE,SAAS;KAC9B;IACD,OAAO,EAAE;QACL,WAAW,EAAE,CAAC,eAAe,EAAE,WAAW,EAAE,eAAe,CAAC;QAC5D,cAAc,EAAE,CAAC,eAAe,EAAE,WAAW,EAAE,eAAe,CAAC;QAC/D,UAAU,EAAE,eAAe;QAC3B,gBAAgB,EAAE,cAAc;QAChC,gBAAgB,EAAE,SAAS;KAC9B;IACD,OAAO,EAAE;QACL,WAAW,EAAE,CAAC,eAAe,EAAE,eAAe,EAAE,WAAW,CAAC;QAC5D,cAAc,EAAE,CAAC,eAAe,EAAE,eAAe,EAAE,WAAW,CAAC;QAC/D,UAAU,EAAE,eAAe;QAC3B,gBAAgB,EAAE,cAAc;QAChC,gBAAgB,EAAE,SAAS;KAC9B;CACJ,CAAC;AAEF,MAAM,UAAU,qBAAqB,CAAC,IAAe;IACjD,OAAO,sBAAsB,CAAC,IAAI,CAAC,CAAC;AACxC,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { ReportPanelTab } from "../types/report-ui.js";
|
|
2
|
-
export type UserSelectablePanelTab = Extract<ReportPanelTab, "route-details" | "feedback-list" | "overview" | "diagnostics" | "api-flow" | "my-tasks" | "page-brief" | "needs-attention" | "project-health" | "today-digest">;
|
|
2
|
+
export type UserSelectablePanelTab = Extract<ReportPanelTab, "route-details" | "feedback-list" | "memo-list" | "overview" | "diagnostics" | "api-flow" | "my-tasks" | "page-brief" | "needs-attention" | "project-health" | "today-digest">;
|
|
3
3
|
export type PanelTabAvailabilityContext = {
|
|
4
4
|
showFeedbackList: boolean;
|
|
5
5
|
canListAllFeedback: boolean;
|
|
6
6
|
};
|
|
7
|
-
export type PanelTabLabelKey = "tabThisPage" | "tabFeedbackList" | "tabOverview" | "tabDiagnostics" | "tabApiFlow" | "tabMyTasks" | "tabPageBrief" | "tabNeedsAttention" | "tabProjectHealth" | "tabTodayDigest";
|
|
7
|
+
export type PanelTabLabelKey = "tabThisPage" | "tabFeedbackList" | "tabMemoList" | "tabOverview" | "tabDiagnostics" | "tabApiFlow" | "tabMyTasks" | "tabPageBrief" | "tabNeedsAttention" | "tabProjectHealth" | "tabTodayDigest";
|
|
8
8
|
export type PanelTabDefinition = {
|
|
9
9
|
id: UserSelectablePanelTab;
|
|
10
10
|
labelKey: PanelTabLabelKey;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"panelTabRegistry.d.ts","sourceRoot":"","sources":["../../src/constants/panelTabRegistry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,MAAM,MAAM,sBAAsB,GAAG,OAAO,CACxC,cAAc,EACd,eAAe,GAAG,eAAe,GAAG,UAAU,GAAG,aAAa,GAAG,UAAU,GAAG,UAAU,GAAG,YAAY,GAAG,iBAAiB,GAAG,gBAAgB,GAAG,cAAc,
|
|
1
|
+
{"version":3,"file":"panelTabRegistry.d.ts","sourceRoot":"","sources":["../../src/constants/panelTabRegistry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,MAAM,MAAM,sBAAsB,GAAG,OAAO,CACxC,cAAc,EACd,eAAe,GAAG,eAAe,GAAG,WAAW,GAAG,UAAU,GAAG,aAAa,GAAG,UAAU,GAAG,UAAU,GAAG,YAAY,GAAG,iBAAiB,GAAG,gBAAgB,GAAG,cAAc,CAChL,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACtC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,kBAAkB,EAAE,OAAO,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GACtB,aAAa,GACb,iBAAiB,GACjB,aAAa,GACb,aAAa,GACb,gBAAgB,GAChB,YAAY,GACZ,YAAY,GACZ,cAAc,GACd,mBAAmB,GACnB,kBAAkB,GAClB,gBAAgB,CAAC;AAEvB,MAAM,MAAM,kBAAkB,GAAG;IAC7B,EAAE,EAAE,sBAAsB,CAAC;IAC3B,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,cAAc,EAAE,IAAI,CAAC;IACrB,YAAY,EAAE,OAAO,CAAC;IACtB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,WAAW,EAAE,CAAC,OAAO,EAAE,2BAA2B,KAAK,OAAO,CAAC;CAClE,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,wFAAqI,CAAC;AAEvK,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,KAAK,IAAI,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAEnH;AAED,0FAA0F;AAC1F,wBAAgB,2BAA2B,CAAC,MAAM,EAAE;IAChD,YAAY,EAAE,OAAO,CAAC;IACtB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC,GAAG,OAAO,CAEV;AAED,eAAO,MAAM,uBAAuB,EAAE,kBAAkB,EAyFvD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAmD,sBAAsB,EAAE,CAAC;AAE3G,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,sBAAsB,CAExF;AAED,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,sBAAsB,GAAG,kBAAkB,CAQvF;AAED,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,2BAA2B,GAAG,kBAAkB,EAAE,CAE/F;AAED,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,2BAA2B,GAAG,kBAAkB,EAAE,CAE5F;AAED,wBAAgB,uBAAuB,CAAC,OAAO,EAAE,2BAA2B,GAAG,kBAAkB,EAAE,CAElG"}
|
|
@@ -27,6 +27,14 @@ export const PANEL_USER_TAB_REGISTRY = [
|
|
|
27
27
|
needsFullReportList: true,
|
|
28
28
|
isAvailable: (context) => context.showFeedbackList,
|
|
29
29
|
},
|
|
30
|
+
{
|
|
31
|
+
id: "memo-list",
|
|
32
|
+
labelKey: "tabMemoList",
|
|
33
|
+
userSelectable: true,
|
|
34
|
+
experimental: false,
|
|
35
|
+
needsFullReportList: true,
|
|
36
|
+
isAvailable: (context) => context.showFeedbackList,
|
|
37
|
+
},
|
|
30
38
|
{
|
|
31
39
|
id: "overview",
|
|
32
40
|
labelKey: "tabOverview",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"panelTabRegistry.js","sourceRoot":"","sources":["../../src/constants/panelTabRegistry.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"panelTabRegistry.js","sourceRoot":"","sources":["../../src/constants/panelTabRegistry.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,12 +4,10 @@ export declare const SELF_PROFILE_STORAGE_KEY = "fivepixels:self-profile:v1";
|
|
|
4
4
|
export declare const LOGIN_METHOD_STORAGE_KEY = "fivepixels:login-method:v1";
|
|
5
5
|
export declare const REMOTE_AUTH_SESSION_STORAGE_KEY = "fivepixels:remote-auth:v1";
|
|
6
6
|
export declare const MINIMIZED_WINDOW_ALIAS_STORAGE_KEY = "fivepixels:minimized-window-alias:v1";
|
|
7
|
-
export declare const ELEMENT_MEMOS_STORAGE_KEY = "fivepixels:element-memos:v1";
|
|
8
7
|
export declare function getReportsStorageKey(projectId: string, environment?: string, appVersion?: string): string;
|
|
9
8
|
export declare function getPersonalKeyStorageKey(projectId: string, environment?: string): string;
|
|
10
9
|
export declare function getSelfProfileStorageKey(projectId: string, environment?: string): string;
|
|
11
10
|
export declare function getLoginMethodStorageKey(projectId: string, environment?: string): string;
|
|
12
11
|
export declare function getRemoteAuthSessionStorageKey(projectId: string, environment?: string): string;
|
|
13
12
|
export declare function getMinimizedWindowAliasStorageKey(projectId: string): string;
|
|
14
|
-
export declare function getElementMemosStorageKey(projectId: string, pathname: string): string;
|
|
15
13
|
//# sourceMappingURL=storageKeys.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storageKeys.d.ts","sourceRoot":"","sources":["../../src/constants/storageKeys.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,0BAA0B,CAAC;AAC3D,eAAO,MAAM,wBAAwB,+BAA+B,CAAC;AACrE,eAAO,MAAM,wBAAwB,+BAA+B,CAAC;AACrE,eAAO,MAAM,wBAAwB,+BAA+B,CAAC;AACrE,eAAO,MAAM,+BAA+B,8BAA8B,CAAC;AAC3E,eAAO,MAAM,kCAAkC,yCAAyC,CAAC;
|
|
1
|
+
{"version":3,"file":"storageKeys.d.ts","sourceRoot":"","sources":["../../src/constants/storageKeys.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,0BAA0B,CAAC;AAC3D,eAAO,MAAM,wBAAwB,+BAA+B,CAAC;AACrE,eAAO,MAAM,wBAAwB,+BAA+B,CAAC;AACrE,eAAO,MAAM,wBAAwB,+BAA+B,CAAC;AACrE,eAAO,MAAM,+BAA+B,8BAA8B,CAAC;AAC3E,eAAO,MAAM,kCAAkC,yCAAyC,CAAC;AAEzF,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,UAYhG;AAED,wBAAgB,wBAAwB,CAAC,SAAS,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,UAE/E;AAED,wBAAgB,wBAAwB,CAAC,SAAS,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,UAE/E;AAED,wBAAgB,wBAAwB,CAAC,SAAS,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,UAE/E;AAED,wBAAgB,8BAA8B,CAAC,SAAS,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,UAErF;AAED,wBAAgB,iCAAiC,CAAC,SAAS,EAAE,MAAM,UAElE"}
|
|
@@ -4,7 +4,6 @@ export const SELF_PROFILE_STORAGE_KEY = "fivepixels:self-profile:v1";
|
|
|
4
4
|
export const LOGIN_METHOD_STORAGE_KEY = "fivepixels:login-method:v1";
|
|
5
5
|
export const REMOTE_AUTH_SESSION_STORAGE_KEY = "fivepixels:remote-auth:v1";
|
|
6
6
|
export const MINIMIZED_WINDOW_ALIAS_STORAGE_KEY = "fivepixels:minimized-window-alias:v1";
|
|
7
|
-
export const ELEMENT_MEMOS_STORAGE_KEY = "fivepixels:element-memos:v1";
|
|
8
7
|
export function getReportsStorageKey(projectId, environment, appVersion) {
|
|
9
8
|
const segments = [REPORTS_STORAGE_KEY, projectId];
|
|
10
9
|
if (environment) {
|
|
@@ -30,7 +29,4 @@ export function getRemoteAuthSessionStorageKey(projectId, environment) {
|
|
|
30
29
|
export function getMinimizedWindowAliasStorageKey(projectId) {
|
|
31
30
|
return [MINIMIZED_WINDOW_ALIAS_STORAGE_KEY, projectId].join(":");
|
|
32
31
|
}
|
|
33
|
-
export function getElementMemosStorageKey(projectId, pathname) {
|
|
34
|
-
return [ELEMENT_MEMOS_STORAGE_KEY, projectId, pathname].join(":");
|
|
35
|
-
}
|
|
36
32
|
//# sourceMappingURL=storageKeys.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storageKeys.js","sourceRoot":"","sources":["../../src/constants/storageKeys.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,mBAAmB,GAAG,uBAAuB,CAAC;AAC3D,MAAM,CAAC,MAAM,wBAAwB,GAAG,4BAA4B,CAAC;AACrE,MAAM,CAAC,MAAM,wBAAwB,GAAG,4BAA4B,CAAC;AACrE,MAAM,CAAC,MAAM,wBAAwB,GAAG,4BAA4B,CAAC;AACrE,MAAM,CAAC,MAAM,+BAA+B,GAAG,2BAA2B,CAAC;AAC3E,MAAM,CAAC,MAAM,kCAAkC,GAAG,sCAAsC,CAAC;
|
|
1
|
+
{"version":3,"file":"storageKeys.js","sourceRoot":"","sources":["../../src/constants/storageKeys.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,mBAAmB,GAAG,uBAAuB,CAAC;AAC3D,MAAM,CAAC,MAAM,wBAAwB,GAAG,4BAA4B,CAAC;AACrE,MAAM,CAAC,MAAM,wBAAwB,GAAG,4BAA4B,CAAC;AACrE,MAAM,CAAC,MAAM,wBAAwB,GAAG,4BAA4B,CAAC;AACrE,MAAM,CAAC,MAAM,+BAA+B,GAAG,2BAA2B,CAAC;AAC3E,MAAM,CAAC,MAAM,kCAAkC,GAAG,sCAAsC,CAAC;AAEzF,MAAM,UAAU,oBAAoB,CAAC,SAAiB,EAAE,WAAoB,EAAE,UAAmB;IAC7F,MAAM,QAAQ,GAAG,CAAC,mBAAmB,EAAE,SAAS,CAAC,CAAC;IAElD,IAAI,WAAW,EAAE,CAAC;QACd,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;IAC/B,CAAC;IAED,IAAI,UAAU,EAAE,CAAC;QACb,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IAC9B,CAAC;IAED,OAAO,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC9B,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,SAAiB,EAAE,WAAoB;IAC5E,OAAO,CAAC,wBAAwB,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AACxF,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,SAAiB,EAAE,WAAoB;IAC5E,OAAO,CAAC,wBAAwB,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AACxF,CAAC;AAED,MAAM,UAAU,wBAAwB,CAAC,SAAiB,EAAE,WAAoB;IAC5E,OAAO,CAAC,wBAAwB,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AACxF,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,SAAiB,EAAE,WAAoB;IAClF,OAAO,CAAC,+BAA+B,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC/F,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,SAAiB;IAC/D,OAAO,CAAC,kCAAkC,EAAE,SAAS,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AACrE,CAAC"}
|
|
@@ -50,6 +50,8 @@ export declare function assembleReportContextValue({ panel, auth, draft, markers
|
|
|
50
50
|
setTooltipAppearance: (nextAppearance: import("../../types/report.js").ReportAppearance) => void;
|
|
51
51
|
questionThreadDisplay: import("../../types/report.js").QuestionThreadDisplay;
|
|
52
52
|
setQuestionThreadDisplay: (nextDisplay: import("../../types/report.js").QuestionThreadDisplay) => void;
|
|
53
|
+
threadLayout: import("../../types/report.js").ThreadLayoutStyle;
|
|
54
|
+
setThreadLayout: (nextLayout: import("../../types/report.js").ThreadLayoutStyle) => void;
|
|
53
55
|
locale: import("../../utils/report/reportUi.js").ReportLocale;
|
|
54
56
|
setLocale: (nextLocale: import("../../utils/report/reportUi.js").ReportLocale) => void;
|
|
55
57
|
messages: import("../../utils/report/reportUi.js").ReportMessages;
|
|
@@ -88,8 +90,15 @@ export declare function assembleReportContextValue({ panel, auth, draft, markers
|
|
|
88
90
|
authorSelectionLocked: boolean;
|
|
89
91
|
panelView: import("./useReportAuthSession.js").PanelView;
|
|
90
92
|
loginMethod: "local" | "api" | "artemis";
|
|
93
|
+
requireAuth: boolean;
|
|
94
|
+
require: {
|
|
95
|
+
authLogin: boolean;
|
|
96
|
+
reviewerKey: boolean;
|
|
97
|
+
};
|
|
91
98
|
loginWithApi: (payload: import("../../types/report.js").ReportApiLoginPayload) => Promise<import("../../types/report.js").ReportAuthUser>;
|
|
92
99
|
registerWithApi: (payload: import("../../types/report.js").ReportApiRegisterPayload) => Promise<void>;
|
|
100
|
+
logoutWithApi: () => Promise<void>;
|
|
101
|
+
refreshWithApi: () => Promise<import("../../types/report.js").ReportAuthUser | undefined>;
|
|
93
102
|
loginWithArtemis: () => Promise<import("../../types/report.js").ReportAuthUser>;
|
|
94
103
|
completeRemoteOnboarding: () => void;
|
|
95
104
|
completeOnboarding: ({ name }: {
|
|
@@ -252,12 +261,6 @@ export declare function assembleReportContextValue({ panel, auth, draft, markers
|
|
|
252
261
|
resetPickProbeValues: () => void;
|
|
253
262
|
appendSavedProbeSummaryAsNewDraftCase: () => void;
|
|
254
263
|
appendApiFlowEntryToDraftCase: (entryId: string) => void;
|
|
255
|
-
elementMemos: import("../../utils/memo/elementMemos.js").ElementMemoMap;
|
|
256
|
-
memoComposer: import("./useElementMemos.js").ElementMemoComposerState | null;
|
|
257
|
-
openMemoComposer: (elementKey: string, clientX: number, clientY: number) => void;
|
|
258
|
-
closeMemoComposer: () => void;
|
|
259
|
-
saveElementMemo: (elementKey: string, text: string) => void;
|
|
260
|
-
deleteElementMemo: (elementKey: string) => void;
|
|
261
264
|
markers: import("../../types/report-ui.js").Marker[];
|
|
262
265
|
selectedReport: ReportFeedback;
|
|
263
266
|
editingReportId: string | null;
|
|
@@ -318,6 +321,7 @@ export declare function assembleReportContextValue({ panel, auth, draft, markers
|
|
|
318
321
|
focusedCaseId: string | null;
|
|
319
322
|
selectCase: (caseId: string) => void;
|
|
320
323
|
isComposingNewCase: boolean;
|
|
324
|
+
hasNewCaseDraftSession: boolean;
|
|
321
325
|
beginComposeNewCase: () => void;
|
|
322
326
|
cancelComposeNewCase: () => void;
|
|
323
327
|
clearFocusedCase: () => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assembleReportContextValue.d.ts","sourceRoot":"","sources":["../../../src/hooks/report/assembleReportContextValue.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"assembleReportContextValue.d.ts","sourceRoot":"","sources":["../../../src/hooks/report/assembleReportContextValue.ts"],"names":[],"mappings":"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"}
|