@fivepixels-js/react 0.2.12 → 0.2.14
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 +51 -18
- 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 +16 -0
- package/dist/utils/auth/remoteAuthLifecycle.d.ts.map +1 -0
- package/dist/utils/auth/remoteAuthLifecycle.js +30 -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
|
@@ -15,6 +15,8 @@ declare const ReportContext: Context<{
|
|
|
15
15
|
setTooltipAppearance: (nextAppearance: import("../index.js").ReportAppearance) => void;
|
|
16
16
|
questionThreadDisplay: import("../index.js").QuestionThreadDisplay;
|
|
17
17
|
setQuestionThreadDisplay: (nextDisplay: import("../index.js").QuestionThreadDisplay) => void;
|
|
18
|
+
threadLayout: import("../index.js").ThreadLayoutStyle;
|
|
19
|
+
setThreadLayout: (nextLayout: import("../index.js").ThreadLayoutStyle) => void;
|
|
18
20
|
locale: import("../index.js").ReportLocale;
|
|
19
21
|
setLocale: (nextLocale: import("../index.js").ReportLocale) => void;
|
|
20
22
|
messages: import("../index.js").ReportMessages;
|
|
@@ -53,8 +55,15 @@ declare const ReportContext: Context<{
|
|
|
53
55
|
authorSelectionLocked: boolean;
|
|
54
56
|
panelView: import("../hooks/report/useReportState.js").PanelView;
|
|
55
57
|
loginMethod: "local" | "api" | "artemis";
|
|
58
|
+
requireAuth: boolean;
|
|
59
|
+
require: {
|
|
60
|
+
authLogin: boolean;
|
|
61
|
+
reviewerKey: boolean;
|
|
62
|
+
};
|
|
56
63
|
loginWithApi: (payload: import("../index.js").ReportApiLoginPayload) => Promise<import("../index.js").ReportAuthUser>;
|
|
57
64
|
registerWithApi: (payload: import("../index.js").ReportApiRegisterPayload) => Promise<void>;
|
|
65
|
+
logoutWithApi: () => Promise<void>;
|
|
66
|
+
refreshWithApi: () => Promise<import("../index.js").ReportAuthUser | undefined>;
|
|
58
67
|
loginWithArtemis: () => Promise<import("../index.js").ReportAuthUser>;
|
|
59
68
|
completeRemoteOnboarding: () => void;
|
|
60
69
|
completeOnboarding: ({ name }: {
|
|
@@ -217,12 +226,6 @@ declare const ReportContext: Context<{
|
|
|
217
226
|
resetPickProbeValues: () => void;
|
|
218
227
|
appendSavedProbeSummaryAsNewDraftCase: () => void;
|
|
219
228
|
appendApiFlowEntryToDraftCase: (entryId: string) => void;
|
|
220
|
-
elementMemos: import("../utils/memo/elementMemos.js").ElementMemoMap;
|
|
221
|
-
memoComposer: import("../hooks/report/useElementMemos.js").ElementMemoComposerState | null;
|
|
222
|
-
openMemoComposer: (elementKey: string, clientX: number, clientY: number) => void;
|
|
223
|
-
closeMemoComposer: () => void;
|
|
224
|
-
saveElementMemo: (elementKey: string, text: string) => void;
|
|
225
|
-
deleteElementMemo: (elementKey: string) => void;
|
|
226
229
|
markers: import("../types/report-ui.js").Marker[];
|
|
227
230
|
selectedReport: import("../index.js").ReportFeedback;
|
|
228
231
|
editingReportId: string | null;
|
|
@@ -283,6 +286,7 @@ declare const ReportContext: Context<{
|
|
|
283
286
|
focusedCaseId: string | null;
|
|
284
287
|
selectCase: (caseId: string) => void;
|
|
285
288
|
isComposingNewCase: boolean;
|
|
289
|
+
hasNewCaseDraftSession: boolean;
|
|
286
290
|
beginComposeNewCase: () => void;
|
|
287
291
|
cancelComposeNewCase: () => void;
|
|
288
292
|
clearFocusedCase: () => void;
|
|
@@ -360,6 +364,8 @@ export declare function useReport(): {
|
|
|
360
364
|
setTooltipAppearance: (nextAppearance: import("../index.js").ReportAppearance) => void;
|
|
361
365
|
questionThreadDisplay: import("../index.js").QuestionThreadDisplay;
|
|
362
366
|
setQuestionThreadDisplay: (nextDisplay: import("../index.js").QuestionThreadDisplay) => void;
|
|
367
|
+
threadLayout: import("../index.js").ThreadLayoutStyle;
|
|
368
|
+
setThreadLayout: (nextLayout: import("../index.js").ThreadLayoutStyle) => void;
|
|
363
369
|
locale: import("../index.js").ReportLocale;
|
|
364
370
|
setLocale: (nextLocale: import("../index.js").ReportLocale) => void;
|
|
365
371
|
messages: import("../index.js").ReportMessages;
|
|
@@ -398,8 +404,15 @@ export declare function useReport(): {
|
|
|
398
404
|
authorSelectionLocked: boolean;
|
|
399
405
|
panelView: import("../hooks/report/useReportState.js").PanelView;
|
|
400
406
|
loginMethod: "local" | "api" | "artemis";
|
|
407
|
+
requireAuth: boolean;
|
|
408
|
+
require: {
|
|
409
|
+
authLogin: boolean;
|
|
410
|
+
reviewerKey: boolean;
|
|
411
|
+
};
|
|
401
412
|
loginWithApi: (payload: import("../index.js").ReportApiLoginPayload) => Promise<import("../index.js").ReportAuthUser>;
|
|
402
413
|
registerWithApi: (payload: import("../index.js").ReportApiRegisterPayload) => Promise<void>;
|
|
414
|
+
logoutWithApi: () => Promise<void>;
|
|
415
|
+
refreshWithApi: () => Promise<import("../index.js").ReportAuthUser | undefined>;
|
|
403
416
|
loginWithArtemis: () => Promise<import("../index.js").ReportAuthUser>;
|
|
404
417
|
completeRemoteOnboarding: () => void;
|
|
405
418
|
completeOnboarding: ({ name }: {
|
|
@@ -562,12 +575,6 @@ export declare function useReport(): {
|
|
|
562
575
|
resetPickProbeValues: () => void;
|
|
563
576
|
appendSavedProbeSummaryAsNewDraftCase: () => void;
|
|
564
577
|
appendApiFlowEntryToDraftCase: (entryId: string) => void;
|
|
565
|
-
elementMemos: import("../utils/memo/elementMemos.js").ElementMemoMap;
|
|
566
|
-
memoComposer: import("../hooks/report/useElementMemos.js").ElementMemoComposerState | null;
|
|
567
|
-
openMemoComposer: (elementKey: string, clientX: number, clientY: number) => void;
|
|
568
|
-
closeMemoComposer: () => void;
|
|
569
|
-
saveElementMemo: (elementKey: string, text: string) => void;
|
|
570
|
-
deleteElementMemo: (elementKey: string) => void;
|
|
571
578
|
markers: import("../types/report-ui.js").Marker[];
|
|
572
579
|
selectedReport: import("../index.js").ReportFeedback;
|
|
573
580
|
editingReportId: string | null;
|
|
@@ -628,6 +635,7 @@ export declare function useReport(): {
|
|
|
628
635
|
focusedCaseId: string | null;
|
|
629
636
|
selectCase: (caseId: string) => void;
|
|
630
637
|
isComposingNewCase: boolean;
|
|
638
|
+
hasNewCaseDraftSession: boolean;
|
|
631
639
|
beginComposeNewCase: () => void;
|
|
632
640
|
cancelComposeNewCase: () => void;
|
|
633
641
|
clearFocusedCase: () => void;
|
|
@@ -708,6 +716,8 @@ export declare function useReportContextSlices(state: ReportContextValue): {
|
|
|
708
716
|
setTooltipAppearance: (nextAppearance: import("../index.js").ReportAppearance) => void;
|
|
709
717
|
questionThreadDisplay: import("../index.js").QuestionThreadDisplay;
|
|
710
718
|
setQuestionThreadDisplay: (nextDisplay: import("../index.js").QuestionThreadDisplay) => void;
|
|
719
|
+
threadLayout: import("../index.js").ThreadLayoutStyle;
|
|
720
|
+
setThreadLayout: (nextLayout: import("../index.js").ThreadLayoutStyle) => void;
|
|
711
721
|
locale: import("../index.js").ReportLocale;
|
|
712
722
|
setLocale: (nextLocale: import("../index.js").ReportLocale) => void;
|
|
713
723
|
messages: import("../index.js").ReportMessages;
|
|
@@ -746,8 +756,15 @@ export declare function useReportContextSlices(state: ReportContextValue): {
|
|
|
746
756
|
authorSelectionLocked: boolean;
|
|
747
757
|
panelView: import("../hooks/report/useReportState.js").PanelView;
|
|
748
758
|
loginMethod: "local" | "api" | "artemis";
|
|
759
|
+
requireAuth: boolean;
|
|
760
|
+
require: {
|
|
761
|
+
authLogin: boolean;
|
|
762
|
+
reviewerKey: boolean;
|
|
763
|
+
};
|
|
749
764
|
loginWithApi: (payload: import("../index.js").ReportApiLoginPayload) => Promise<import("../index.js").ReportAuthUser>;
|
|
750
765
|
registerWithApi: (payload: import("../index.js").ReportApiRegisterPayload) => Promise<void>;
|
|
766
|
+
logoutWithApi: () => Promise<void>;
|
|
767
|
+
refreshWithApi: () => Promise<import("../index.js").ReportAuthUser | undefined>;
|
|
751
768
|
loginWithArtemis: () => Promise<import("../index.js").ReportAuthUser>;
|
|
752
769
|
completeRemoteOnboarding: () => void;
|
|
753
770
|
completeOnboarding: ({ name }: {
|
|
@@ -910,12 +927,6 @@ export declare function useReportContextSlices(state: ReportContextValue): {
|
|
|
910
927
|
resetPickProbeValues: () => void;
|
|
911
928
|
appendSavedProbeSummaryAsNewDraftCase: () => void;
|
|
912
929
|
appendApiFlowEntryToDraftCase: (entryId: string) => void;
|
|
913
|
-
elementMemos: import("../utils/memo/elementMemos.js").ElementMemoMap;
|
|
914
|
-
memoComposer: import("../hooks/report/useElementMemos.js").ElementMemoComposerState | null;
|
|
915
|
-
openMemoComposer: (elementKey: string, clientX: number, clientY: number) => void;
|
|
916
|
-
closeMemoComposer: () => void;
|
|
917
|
-
saveElementMemo: (elementKey: string, text: string) => void;
|
|
918
|
-
deleteElementMemo: (elementKey: string) => void;
|
|
919
930
|
markers: import("../types/report-ui.js").Marker[];
|
|
920
931
|
selectedReport: import("../index.js").ReportFeedback;
|
|
921
932
|
editingReportId: string | null;
|
|
@@ -976,6 +987,7 @@ export declare function useReportContextSlices(state: ReportContextValue): {
|
|
|
976
987
|
focusedCaseId: string | null;
|
|
977
988
|
selectCase: (caseId: string) => void;
|
|
978
989
|
isComposingNewCase: boolean;
|
|
990
|
+
hasNewCaseDraftSession: boolean;
|
|
979
991
|
beginComposeNewCase: () => void;
|
|
980
992
|
cancelComposeNewCase: () => void;
|
|
981
993
|
clearFocusedCase: () => void;
|
|
@@ -1041,7 +1053,7 @@ export declare function useReportContextSlices(state: ReportContextValue): {
|
|
|
1041
1053
|
activeApiFailureAlert: import("../types/networkMonitor.js").ApiFlowEntry | null;
|
|
1042
1054
|
dismissFailureAlert: (entryId: string) => void;
|
|
1043
1055
|
networkMonitorEnabled: boolean;
|
|
1044
|
-
}, "personalKey" | "projectId" | "fields" | "personalKeyRequired" | "environment" | "questionThreadDisplay" | "setQuestionThreadDisplay" | "locale" | "setLocale" | "showMarkerTargetPreview" | "setShowMarkerTargetPreview" | "toggleMarkerTargetPreview" | "devicePreviewUiOpen" | "setDevicePreviewUiOpen" | "devicePreviewDeviceId" | "setDevicePreviewDeviceId" | "devicePreviewScale" | "setDevicePreviewScale" | "devicePreviewImageEnabled" | "setDevicePreviewImageEnabled" | "devicePreviewFitToViewport" | "setDevicePreviewFitToViewport" | "devicePreviewStatusBarEnabled" | "setDevicePreviewStatusBarEnabled" | "devicePreviewPreset" | "showHiddenDetachedMarkers" | "setShowHiddenDetachedMarkers" | "showModalDetachedMarkers" | "setShowModalDetachedMarkers" | "markerAppearance" | "setMarkerAppearance" | "setMarkerSize" | "setMarkerShape" | "setMarkerFillStyle" | "setMarkerColors" | "setMarkerColor" | "setMarkerStrokeColor" | "setFeedbackModeDotColors" | "setFeedbackModeDotColor" | "typography" | "setTypography" | "setFontSize" | "setFontFamily" | "panelRole" | "setPanelRole" | "persistenceStatus" | "appVersion" | "showFeedbackList" | "selfProfile" | "authors" | "publicKey" | "personalKeyCandidates" | "issuePersonalKey" | "rotatePersonalKey" | "insertPersonalKey" | "clearPersonalKey" | "authorSelectionLocked" | "messages" | "visibleShortcutKeys" | "teamReviewers" | "onListReviewers" | "onListReviewerRequests" | "onCreateReviewerRequest" | "onResolveReviewerRequest" | "onRegisterReviewer" | "onUpdateReviewer" | "panelAppearance" | "setPanelAppearance" | "tooltipAppearance" | "setTooltipAppearance" | "teamActor" | "teamActorRole" | "isTeamAdmin" | "canAccessTeamSettings" | "integrationCapabilities" | "adapterIntegrationStatus" | "panelView" | "loginMethod" | "loginWithApi" | "registerWithApi" | "loginWithArtemis" | "completeRemoteOnboarding" | "completeOnboarding" | "restoreFromBackup" | "skipOnboarding" | "resolvedPanelAppearance" | "resolvedTooltipAppearance" | "isMobileViewport" | "isPresentationMode" | "presentationViewers" | "visiblePanelTabs" | "visiblePanelTabsSummary" | "resolvedTabAvailabilityContext" | "setVisiblePanelTabs" | "resetVisibleTabsToRoleDefault" | "applyRoleDefaultTabsForOnboarding" | "savePanelTabPreference" | "storedPanelTabPreference">;
|
|
1056
|
+
}, "personalKey" | "projectId" | "fields" | "personalKeyRequired" | "environment" | "require" | "requireAuth" | "questionThreadDisplay" | "setQuestionThreadDisplay" | "threadLayout" | "setThreadLayout" | "locale" | "setLocale" | "showMarkerTargetPreview" | "setShowMarkerTargetPreview" | "toggleMarkerTargetPreview" | "devicePreviewUiOpen" | "setDevicePreviewUiOpen" | "devicePreviewDeviceId" | "setDevicePreviewDeviceId" | "devicePreviewScale" | "setDevicePreviewScale" | "devicePreviewImageEnabled" | "setDevicePreviewImageEnabled" | "devicePreviewFitToViewport" | "setDevicePreviewFitToViewport" | "devicePreviewStatusBarEnabled" | "setDevicePreviewStatusBarEnabled" | "devicePreviewPreset" | "showHiddenDetachedMarkers" | "setShowHiddenDetachedMarkers" | "showModalDetachedMarkers" | "setShowModalDetachedMarkers" | "markerAppearance" | "setMarkerAppearance" | "setMarkerSize" | "setMarkerShape" | "setMarkerFillStyle" | "setMarkerColors" | "setMarkerColor" | "setMarkerStrokeColor" | "setFeedbackModeDotColors" | "setFeedbackModeDotColor" | "typography" | "setTypography" | "setFontSize" | "setFontFamily" | "panelRole" | "setPanelRole" | "persistenceStatus" | "appVersion" | "showFeedbackList" | "selfProfile" | "authors" | "publicKey" | "personalKeyCandidates" | "issuePersonalKey" | "rotatePersonalKey" | "insertPersonalKey" | "clearPersonalKey" | "authorSelectionLocked" | "messages" | "visibleShortcutKeys" | "teamReviewers" | "onListReviewers" | "onListReviewerRequests" | "onCreateReviewerRequest" | "onResolveReviewerRequest" | "onRegisterReviewer" | "onUpdateReviewer" | "panelAppearance" | "setPanelAppearance" | "tooltipAppearance" | "setTooltipAppearance" | "teamActor" | "teamActorRole" | "isTeamAdmin" | "canAccessTeamSettings" | "integrationCapabilities" | "adapterIntegrationStatus" | "panelView" | "loginMethod" | "loginWithApi" | "registerWithApi" | "logoutWithApi" | "refreshWithApi" | "loginWithArtemis" | "completeRemoteOnboarding" | "completeOnboarding" | "restoreFromBackup" | "skipOnboarding" | "resolvedPanelAppearance" | "resolvedTooltipAppearance" | "isMobileViewport" | "isPresentationMode" | "presentationViewers" | "visiblePanelTabs" | "visiblePanelTabsSummary" | "resolvedTabAvailabilityContext" | "setVisiblePanelTabs" | "resetVisibleTabsToRoleDefault" | "applyRoleDefaultTabsForOnboarding" | "savePanelTabPreference" | "storedPanelTabPreference">;
|
|
1045
1057
|
session: Pick<{
|
|
1046
1058
|
panelAppearance: import("../index.js").ReportAppearance;
|
|
1047
1059
|
setPanelAppearance: (nextAppearance: import("../index.js").ReportAppearance) => void;
|
|
@@ -1049,6 +1061,8 @@ export declare function useReportContextSlices(state: ReportContextValue): {
|
|
|
1049
1061
|
setTooltipAppearance: (nextAppearance: import("../index.js").ReportAppearance) => void;
|
|
1050
1062
|
questionThreadDisplay: import("../index.js").QuestionThreadDisplay;
|
|
1051
1063
|
setQuestionThreadDisplay: (nextDisplay: import("../index.js").QuestionThreadDisplay) => void;
|
|
1064
|
+
threadLayout: import("../index.js").ThreadLayoutStyle;
|
|
1065
|
+
setThreadLayout: (nextLayout: import("../index.js").ThreadLayoutStyle) => void;
|
|
1052
1066
|
locale: import("../index.js").ReportLocale;
|
|
1053
1067
|
setLocale: (nextLocale: import("../index.js").ReportLocale) => void;
|
|
1054
1068
|
messages: import("../index.js").ReportMessages;
|
|
@@ -1087,8 +1101,15 @@ export declare function useReportContextSlices(state: ReportContextValue): {
|
|
|
1087
1101
|
authorSelectionLocked: boolean;
|
|
1088
1102
|
panelView: import("../hooks/report/useReportState.js").PanelView;
|
|
1089
1103
|
loginMethod: "local" | "api" | "artemis";
|
|
1104
|
+
requireAuth: boolean;
|
|
1105
|
+
require: {
|
|
1106
|
+
authLogin: boolean;
|
|
1107
|
+
reviewerKey: boolean;
|
|
1108
|
+
};
|
|
1090
1109
|
loginWithApi: (payload: import("../index.js").ReportApiLoginPayload) => Promise<import("../index.js").ReportAuthUser>;
|
|
1091
1110
|
registerWithApi: (payload: import("../index.js").ReportApiRegisterPayload) => Promise<void>;
|
|
1111
|
+
logoutWithApi: () => Promise<void>;
|
|
1112
|
+
refreshWithApi: () => Promise<import("../index.js").ReportAuthUser | undefined>;
|
|
1092
1113
|
loginWithArtemis: () => Promise<import("../index.js").ReportAuthUser>;
|
|
1093
1114
|
completeRemoteOnboarding: () => void;
|
|
1094
1115
|
completeOnboarding: ({ name }: {
|
|
@@ -1251,12 +1272,6 @@ export declare function useReportContextSlices(state: ReportContextValue): {
|
|
|
1251
1272
|
resetPickProbeValues: () => void;
|
|
1252
1273
|
appendSavedProbeSummaryAsNewDraftCase: () => void;
|
|
1253
1274
|
appendApiFlowEntryToDraftCase: (entryId: string) => void;
|
|
1254
|
-
elementMemos: import("../utils/memo/elementMemos.js").ElementMemoMap;
|
|
1255
|
-
memoComposer: import("../hooks/report/useElementMemos.js").ElementMemoComposerState | null;
|
|
1256
|
-
openMemoComposer: (elementKey: string, clientX: number, clientY: number) => void;
|
|
1257
|
-
closeMemoComposer: () => void;
|
|
1258
|
-
saveElementMemo: (elementKey: string, text: string) => void;
|
|
1259
|
-
deleteElementMemo: (elementKey: string) => void;
|
|
1260
1275
|
markers: import("../types/report-ui.js").Marker[];
|
|
1261
1276
|
selectedReport: import("../index.js").ReportFeedback;
|
|
1262
1277
|
editingReportId: string | null;
|
|
@@ -1317,6 +1332,7 @@ export declare function useReportContextSlices(state: ReportContextValue): {
|
|
|
1317
1332
|
focusedCaseId: string | null;
|
|
1318
1333
|
selectCase: (caseId: string) => void;
|
|
1319
1334
|
isComposingNewCase: boolean;
|
|
1335
|
+
hasNewCaseDraftSession: boolean;
|
|
1320
1336
|
beginComposeNewCase: () => void;
|
|
1321
1337
|
cancelComposeNewCase: () => void;
|
|
1322
1338
|
clearFocusedCase: () => void;
|
|
@@ -1382,7 +1398,7 @@ export declare function useReportContextSlices(state: ReportContextValue): {
|
|
|
1382
1398
|
activeApiFailureAlert: import("../types/networkMonitor.js").ApiFlowEntry | null;
|
|
1383
1399
|
dismissFailureAlert: (entryId: string) => void;
|
|
1384
1400
|
networkMonitorEnabled: boolean;
|
|
1385
|
-
}, "markers" | "statusText" | "toggleReportMode" | "toggleTargetPreview" | "currentPathname" | "sessionActor" | "savedProbeDeletions" | "hasProbeSessionChanges" | "canUndoProbeSession" | "canRedoProbeSession" | "undoProbeSessionAction" | "redoProbeSessionAction" | "revertAllSavedProbeEdits" | "draft" | "pickProbeOpen" | "pickProbeSupportsTextFields" | "pickProbeLayoutMode" | "pickProbeValues" | "pickProbeCompareMode" | "pickProbeHasEdits" | "pickTargetContextMenu" | "contextMenuElementKey" | "savedProbeEdits" | "savedProbeCompareMode" | "closePickProbe" | "closePickTargetContextMenu" | "handlePickTargetEdit" | "handlePickTargetDelete" | "handlePickTargetRevert" | "
|
|
1401
|
+
}, "markers" | "statusText" | "toggleReportMode" | "toggleTargetPreview" | "currentPathname" | "sessionActor" | "savedProbeDeletions" | "hasProbeSessionChanges" | "canUndoProbeSession" | "canRedoProbeSession" | "undoProbeSessionAction" | "redoProbeSessionAction" | "revertAllSavedProbeEdits" | "draft" | "pickProbeOpen" | "pickProbeSupportsTextFields" | "pickProbeLayoutMode" | "pickProbeValues" | "pickProbeCompareMode" | "pickProbeHasEdits" | "pickTargetContextMenu" | "contextMenuElementKey" | "savedProbeEdits" | "savedProbeCompareMode" | "closePickProbe" | "closePickTargetContextMenu" | "handlePickTargetEdit" | "handlePickTargetDelete" | "handlePickTargetRevert" | "setErrorMessage" | "commitPickProbeEdits" | "revertSavedProbeEdit" | "setSavedProbeCompareMode" | "setPickProbeCompareMode" | "updatePickProbeValue" | "resetPickProbeValues" | "appendSavedProbeSummaryAsNewDraftCase" | "activeReplyReportId" | "minimizedReplyReportIds" | "selectedTarget" | "hoveredTarget" | "mode" | "showTargetPreview" | "closeReplyComposer" | "openReplyComposer" | "selectCase" | "selectReport" | "focusedCaseId" | "activeReplyReport" | "cancelCaseEdit" | "appendApiFlowEntryToDraftCase" | "overlayRef" | "cancelDraft" | "beginFeedbackEdit" | "editingReportId" | "panelTab" | "pendingComposer" | "toggleIssueMode" | "cancelPendingComposer" | "stopEditing" | "focusSearchInput" | "selectAdjacentReport" | "panelCollapsed" | "setPanelCollapsed" | "searchInputRef" | "activeMarkerTarget" | "markerPreviewTargets" | "selectableTargets" | "errorMessage" | "draftStep" | "setDraftStep" | "hoverPointer" | "setHoverPointer" | "handlePickTargetMemo" | "editableDraft" | "setEditableDraft" | "openReplyReportIds" | "openReplyReports" | "setReplyWindowMinimized" | "reorderMinimizedReplyWindow" | "focusReplyWindow" | "closeReplyWindow" | "tooltipReport" | "tooltipAnchor" | "tooltipFieldTags" | "replyDraft" | "setReplyDraft" | "replyMentions" | "setReplyMentions" | "mentionHighlightTarget" | "setMentionHighlightTarget" | "replySubmitAsQuestion" | "setReplySubmitAsQuestion" | "draftAuthorName" | "setDraftAuthorName" | "replyAuthorName" | "setReplyAuthorName" | "presentationViewerId" | "setPresentationViewerId" | "startDenyReview" | "startCheckoutReview" | "startAskQuestion" | "confirmAuthorName" | "setConfirmAuthorName" | "showConfirmAuthorSelect" | "toggleConfirmAuthorSelect" | "beginCaseEdit" | "updateCaseEditDraftCase" | "addCaseEditDraftCase" | "removeCaseEditDraftCase" | "removePersistedCase" | "isComposingNewCase" | "hasNewCaseDraftSession" | "beginComposeNewCase" | "cancelComposeNewCase" | "clearFocusedCase" | "isCaseEditing" | "caseEditReportId" | "caseEditCases" | "openPanelTab" | "togglePanelTab" | "locateFeedback" | "activateFeedbackMarker" | "revealOpenFeedback" | "clearHoverLeaveTimeout" | "scheduleHoverLeave" | "setHoveredMarkerId" | "handleOverlayMove" | "handleOverlayContextMenu" | "handleOverlayClick" | "updateDraftCase" | "addDraftCase" | "removeDraftCase" | "updateDraftField" | "updateDraftCategory" | "startEditing">;
|
|
1386
1402
|
data: Pick<{
|
|
1387
1403
|
panelAppearance: import("../index.js").ReportAppearance;
|
|
1388
1404
|
setPanelAppearance: (nextAppearance: import("../index.js").ReportAppearance) => void;
|
|
@@ -1390,6 +1406,8 @@ export declare function useReportContextSlices(state: ReportContextValue): {
|
|
|
1390
1406
|
setTooltipAppearance: (nextAppearance: import("../index.js").ReportAppearance) => void;
|
|
1391
1407
|
questionThreadDisplay: import("../index.js").QuestionThreadDisplay;
|
|
1392
1408
|
setQuestionThreadDisplay: (nextDisplay: import("../index.js").QuestionThreadDisplay) => void;
|
|
1409
|
+
threadLayout: import("../index.js").ThreadLayoutStyle;
|
|
1410
|
+
setThreadLayout: (nextLayout: import("../index.js").ThreadLayoutStyle) => void;
|
|
1393
1411
|
locale: import("../index.js").ReportLocale;
|
|
1394
1412
|
setLocale: (nextLocale: import("../index.js").ReportLocale) => void;
|
|
1395
1413
|
messages: import("../index.js").ReportMessages;
|
|
@@ -1428,8 +1446,15 @@ export declare function useReportContextSlices(state: ReportContextValue): {
|
|
|
1428
1446
|
authorSelectionLocked: boolean;
|
|
1429
1447
|
panelView: import("../hooks/report/useReportState.js").PanelView;
|
|
1430
1448
|
loginMethod: "local" | "api" | "artemis";
|
|
1449
|
+
requireAuth: boolean;
|
|
1450
|
+
require: {
|
|
1451
|
+
authLogin: boolean;
|
|
1452
|
+
reviewerKey: boolean;
|
|
1453
|
+
};
|
|
1431
1454
|
loginWithApi: (payload: import("../index.js").ReportApiLoginPayload) => Promise<import("../index.js").ReportAuthUser>;
|
|
1432
1455
|
registerWithApi: (payload: import("../index.js").ReportApiRegisterPayload) => Promise<void>;
|
|
1456
|
+
logoutWithApi: () => Promise<void>;
|
|
1457
|
+
refreshWithApi: () => Promise<import("../index.js").ReportAuthUser | undefined>;
|
|
1433
1458
|
loginWithArtemis: () => Promise<import("../index.js").ReportAuthUser>;
|
|
1434
1459
|
completeRemoteOnboarding: () => void;
|
|
1435
1460
|
completeOnboarding: ({ name }: {
|
|
@@ -1592,12 +1617,6 @@ export declare function useReportContextSlices(state: ReportContextValue): {
|
|
|
1592
1617
|
resetPickProbeValues: () => void;
|
|
1593
1618
|
appendSavedProbeSummaryAsNewDraftCase: () => void;
|
|
1594
1619
|
appendApiFlowEntryToDraftCase: (entryId: string) => void;
|
|
1595
|
-
elementMemos: import("../utils/memo/elementMemos.js").ElementMemoMap;
|
|
1596
|
-
memoComposer: import("../hooks/report/useElementMemos.js").ElementMemoComposerState | null;
|
|
1597
|
-
openMemoComposer: (elementKey: string, clientX: number, clientY: number) => void;
|
|
1598
|
-
closeMemoComposer: () => void;
|
|
1599
|
-
saveElementMemo: (elementKey: string, text: string) => void;
|
|
1600
|
-
deleteElementMemo: (elementKey: string) => void;
|
|
1601
1620
|
markers: import("../types/report-ui.js").Marker[];
|
|
1602
1621
|
selectedReport: import("../index.js").ReportFeedback;
|
|
1603
1622
|
editingReportId: string | null;
|
|
@@ -1658,6 +1677,7 @@ export declare function useReportContextSlices(state: ReportContextValue): {
|
|
|
1658
1677
|
focusedCaseId: string | null;
|
|
1659
1678
|
selectCase: (caseId: string) => void;
|
|
1660
1679
|
isComposingNewCase: boolean;
|
|
1680
|
+
hasNewCaseDraftSession: boolean;
|
|
1661
1681
|
beginComposeNewCase: () => void;
|
|
1662
1682
|
cancelComposeNewCase: () => void;
|
|
1663
1683
|
clearFocusedCase: () => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reportContext.d.ts","sourceRoot":"","sources":["../../src/providers/reportContext.ts"],"names":[],"mappings":"AAEA,OAAO,EAAsC,KAAK,OAAO,EAAuB,MAAM,OAAO,CAAC;AAC9F,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAEH,gBAAgB,EAChB,sBAAsB,EACtB,mBAAmB,EACtB,MAAM,8BAA8B,CAAC;AAEtC,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAEnE,KAAK,aAAa,GAAG,CAAC,OAAO,sBAAsB,CAAC,CAAC,MAAM,CAAC,GAAG,MAAM,kBAAkB,CAAC;AACxF,KAAK,UAAU,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,GAAG,MAAM,kBAAkB,CAAC;AAClF,KAAK,OAAO,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,GAAG,MAAM,kBAAkB,CAAC;AAE5E,MAAM,MAAM,sBAAsB,GAAG,IAAI,CAAC,kBAAkB,EAAE,aAAa,CAAC,CAAC;AAC7E,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,kBAAkB,EAAE,UAAU,CAAC,CAAC;AACtE,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;AAqBhE,QAAA,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"reportContext.d.ts","sourceRoot":"","sources":["../../src/providers/reportContext.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const REPORT_PREFERENCE_KEYS: readonly ["panelAppearance", "setPanelAppearance", "tooltipAppearance", "setTooltipAppearance", "questionThreadDisplay", "setQuestionThreadDisplay", "locale", "setLocale", "messages", "fields", "authors", "teamReviewers", "teamActor", "teamActorRole", "isTeamAdmin", "canAccessTeamSettings", "integrationCapabilities", "adapterIntegrationStatus", "onListReviewers", "onListReviewerRequests", "onCreateReviewerRequest", "onResolveReviewerRequest", "onRegisterReviewer", "onUpdateReviewer", "projectId", "environment", "appVersion", "persistenceStatus", "showFeedbackList", "visibleShortcutKeys", "resolvedPanelAppearance", "resolvedTooltipAppearance", "isMobileViewport", "showMarkerTargetPreview", "setShowMarkerTargetPreview", "toggleMarkerTargetPreview", "devicePreviewUiOpen", "setDevicePreviewUiOpen", "devicePreviewDeviceId", "setDevicePreviewDeviceId", "devicePreviewScale", "setDevicePreviewScale", "devicePreviewImageEnabled", "setDevicePreviewImageEnabled", "devicePreviewFitToViewport", "setDevicePreviewFitToViewport", "devicePreviewStatusBarEnabled", "setDevicePreviewStatusBarEnabled", "devicePreviewPreset", "showHiddenDetachedMarkers", "setShowHiddenDetachedMarkers", "showModalDetachedMarkers", "setShowModalDetachedMarkers", "markerAppearance", "setMarkerAppearance", "setMarkerSize", "setMarkerShape", "setMarkerFillStyle", "setMarkerColors", "setMarkerColor", "setMarkerStrokeColor", "setFeedbackModeDotColors", "setFeedbackModeDotColor", "typography", "setTypography", "setFontSize", "setFontFamily", "personalKey", "publicKey", "personalKeyRequired", "personalKeyCandidates", "authorSelectionLocked", "panelView", "loginMethod", "loginWithApi", "registerWithApi", "loginWithArtemis", "completeRemoteOnboarding", "completeOnboarding", "restoreFromBackup", "skipOnboarding", "selfProfile", "issuePersonalKey", "rotatePersonalKey", "insertPersonalKey", "clearPersonalKey", "isPresentationMode", "presentationViewers", "panelRole", "setPanelRole", "visiblePanelTabs", "visiblePanelTabsSummary", "resolvedTabAvailabilityContext", "setVisiblePanelTabs", "resetVisibleTabsToRoleDefault", "applyRoleDefaultTabsForOnboarding", "savePanelTabPreference", "storedPanelTabPreference"];
|
|
2
|
-
export declare const REPORT_SESSION_KEYS: readonly ["currentPathname", "panelTab", "panelCollapsed", "setPanelCollapsed", "searchInputRef", "mode", "showTargetPreview", "activeMarkerTarget", "markerPreviewTargets", "selectableTargets", "errorMessage", "setErrorMessage", "draft", "draftStep", "setDraftStep", "hoveredTarget", "hoverPointer", "setHoverPointer", "selectedTarget", "pickProbeOpen", "pickProbeSupportsTextFields", "pickProbeLayoutMode", "pickProbeValues", "pickProbeCompareMode", "pickProbeHasEdits", "pickTargetContextMenu", "contextMenuElementKey", "savedProbeEdits", "savedProbeDeletions", "hasProbeSessionChanges", "canUndoProbeSession", "canRedoProbeSession", "undoProbeSessionAction", "redoProbeSessionAction", "savedProbeCompareMode", "closePickProbe", "closePickTargetContextMenu", "handlePickTargetEdit", "handlePickTargetDelete", "handlePickTargetRevert", "handlePickTargetMemo", "commitPickProbeEdits", "revertSavedProbeEdit", "revertAllSavedProbeEdits", "setSavedProbeCompareMode", "setPickProbeCompareMode", "updatePickProbeValue", "resetPickProbeValues", "appendSavedProbeSummaryAsNewDraftCase", "appendApiFlowEntryToDraftCase", "
|
|
1
|
+
export declare const REPORT_PREFERENCE_KEYS: readonly ["panelAppearance", "setPanelAppearance", "tooltipAppearance", "setTooltipAppearance", "questionThreadDisplay", "setQuestionThreadDisplay", "threadLayout", "setThreadLayout", "locale", "setLocale", "messages", "fields", "authors", "teamReviewers", "teamActor", "teamActorRole", "isTeamAdmin", "canAccessTeamSettings", "integrationCapabilities", "adapterIntegrationStatus", "onListReviewers", "onListReviewerRequests", "onCreateReviewerRequest", "onResolveReviewerRequest", "onRegisterReviewer", "onUpdateReviewer", "projectId", "environment", "appVersion", "persistenceStatus", "showFeedbackList", "visibleShortcutKeys", "resolvedPanelAppearance", "resolvedTooltipAppearance", "isMobileViewport", "showMarkerTargetPreview", "setShowMarkerTargetPreview", "toggleMarkerTargetPreview", "devicePreviewUiOpen", "setDevicePreviewUiOpen", "devicePreviewDeviceId", "setDevicePreviewDeviceId", "devicePreviewScale", "setDevicePreviewScale", "devicePreviewImageEnabled", "setDevicePreviewImageEnabled", "devicePreviewFitToViewport", "setDevicePreviewFitToViewport", "devicePreviewStatusBarEnabled", "setDevicePreviewStatusBarEnabled", "devicePreviewPreset", "showHiddenDetachedMarkers", "setShowHiddenDetachedMarkers", "showModalDetachedMarkers", "setShowModalDetachedMarkers", "markerAppearance", "setMarkerAppearance", "setMarkerSize", "setMarkerShape", "setMarkerFillStyle", "setMarkerColors", "setMarkerColor", "setMarkerStrokeColor", "setFeedbackModeDotColors", "setFeedbackModeDotColor", "typography", "setTypography", "setFontSize", "setFontFamily", "personalKey", "publicKey", "personalKeyRequired", "personalKeyCandidates", "authorSelectionLocked", "panelView", "loginMethod", "requireAuth", "require", "loginWithApi", "registerWithApi", "logoutWithApi", "refreshWithApi", "loginWithArtemis", "completeRemoteOnboarding", "completeOnboarding", "restoreFromBackup", "skipOnboarding", "selfProfile", "issuePersonalKey", "rotatePersonalKey", "insertPersonalKey", "clearPersonalKey", "isPresentationMode", "presentationViewers", "panelRole", "setPanelRole", "visiblePanelTabs", "visiblePanelTabsSummary", "resolvedTabAvailabilityContext", "setVisiblePanelTabs", "resetVisibleTabsToRoleDefault", "applyRoleDefaultTabsForOnboarding", "savePanelTabPreference", "storedPanelTabPreference"];
|
|
2
|
+
export declare const REPORT_SESSION_KEYS: readonly ["currentPathname", "panelTab", "panelCollapsed", "setPanelCollapsed", "searchInputRef", "mode", "showTargetPreview", "activeMarkerTarget", "markerPreviewTargets", "selectableTargets", "errorMessage", "setErrorMessage", "draft", "draftStep", "setDraftStep", "hoveredTarget", "hoverPointer", "setHoverPointer", "selectedTarget", "pickProbeOpen", "pickProbeSupportsTextFields", "pickProbeLayoutMode", "pickProbeValues", "pickProbeCompareMode", "pickProbeHasEdits", "pickTargetContextMenu", "contextMenuElementKey", "savedProbeEdits", "savedProbeDeletions", "hasProbeSessionChanges", "canUndoProbeSession", "canRedoProbeSession", "undoProbeSessionAction", "redoProbeSessionAction", "savedProbeCompareMode", "closePickProbe", "closePickTargetContextMenu", "handlePickTargetEdit", "handlePickTargetDelete", "handlePickTargetRevert", "handlePickTargetMemo", "commitPickProbeEdits", "revertSavedProbeEdit", "revertAllSavedProbeEdits", "setSavedProbeCompareMode", "setPickProbeCompareMode", "updatePickProbeValue", "resetPickProbeValues", "appendSavedProbeSummaryAsNewDraftCase", "appendApiFlowEntryToDraftCase", "markers", "editingReportId", "editableDraft", "setEditableDraft", "overlayRef", "activeReplyReportId", "activeReplyReport", "openReplyReportIds", "openReplyReports", "minimizedReplyReportIds", "setReplyWindowMinimized", "reorderMinimizedReplyWindow", "focusReplyWindow", "closeReplyWindow", "tooltipReport", "tooltipAnchor", "tooltipFieldTags", "replyDraft", "setReplyDraft", "replyMentions", "setReplyMentions", "mentionHighlightTarget", "setMentionHighlightTarget", "replySubmitAsQuestion", "setReplySubmitAsQuestion", "draftAuthorName", "setDraftAuthorName", "replyAuthorName", "setReplyAuthorName", "sessionActor", "presentationViewerId", "setPresentationViewerId", "pendingComposer", "startDenyReview", "startCheckoutReview", "startAskQuestion", "cancelPendingComposer", "confirmAuthorName", "setConfirmAuthorName", "showConfirmAuthorSelect", "toggleConfirmAuthorSelect", "beginCaseEdit", "cancelCaseEdit", "updateCaseEditDraftCase", "addCaseEditDraftCase", "removeCaseEditDraftCase", "removePersistedCase", "focusedCaseId", "selectCase", "isComposingNewCase", "hasNewCaseDraftSession", "beginComposeNewCase", "cancelComposeNewCase", "clearFocusedCase", "isCaseEditing", "caseEditReportId", "caseEditCases", "statusText", "toggleReportMode", "toggleTargetPreview", "toggleIssueMode", "openPanelTab", "togglePanelTab", "selectReport", "locateFeedback", "focusSearchInput", "selectAdjacentReport", "openReplyComposer", "activateFeedbackMarker", "revealOpenFeedback", "closeReplyComposer", "clearHoverLeaveTimeout", "scheduleHoverLeave", "setHoveredMarkerId", "handleOverlayMove", "handleOverlayContextMenu", "handleOverlayClick", "cancelDraft", "beginFeedbackEdit", "updateDraftCase", "addDraftCase", "removeDraftCase", "updateDraftField", "updateDraftCategory", "startEditing", "stopEditing"];
|
|
3
3
|
export declare const REPORT_DATA_KEYS: readonly ["routeDetailsStats", "onPanelBootstrap", "canTransferFeedback", "authDiagnostics", "canListAllFeedback", "onActivitySummary", "filters", "setFilters", "listScope", "setListScope", "reports", "currentPageReports", "allPageReports", "filteredReports", "isError", "isFetching", "hasNextPage", "isFetchingNextPage", "fetchNextPage", "isCreating", "isUpdating", "isSubmittingReply", "isClaimingAssignee", "isDeleting", "queryErrorMessage", "refetch", "replyHistory", "replyHistoryByReportId", "loadRepliesIfNeeded", "hydrateFeedbackIfNeeded", "loadOlderReplies", "goToOlderPaginationPage", "goToNewerPaginationPage", "selectedReport", "targetStats", "roleStatItems", "handleClaimAssignee", "handleTransferAssignee", "handleConfirmResolution", "handleCaseEditSave", "handleCreateSubmit", "handleUpdateSubmit", "handleReplySubmit", "handleCreateCaseSubmit", "handleDelete", "canCreateGitHubIssueFromList", "canCreateGitHubIssueOnCreate", "creatingGitHubIssueId", "handleCreateGitHubIssue", "handleCreateSubmitWithGitHubIssue", "isDraftGitHubIssueSubmitting", "apiFlowEntries", "activeApiFailureAlert", "dismissFailureAlert", "networkMonitorEnabled"];
|
|
4
4
|
export declare function pickReportSlice<T extends object, const K extends readonly (keyof T)[]>(source: T, keys: K): Pick<T, K[number]>;
|
|
5
5
|
//# sourceMappingURL=reportContextPartitions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reportContextPartitions.d.ts","sourceRoot":"","sources":["../../src/providers/reportContextPartitions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"reportContextPartitions.d.ts","sourceRoot":"","sources":["../../src/providers/reportContextPartitions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,kvEAyGzB,CAAC;AAEX,eAAO,MAAM,mBAAmB,i2FAyItB,CAAC;AAEX,eAAO,MAAM,gBAAgB,koCAwDnB,CAAC;AAEX,wBAAgB,eAAe,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,CAAC,CAAC,SAAS,SAAS,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,MAAM,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,GAAG,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAQ9H"}
|
|
@@ -5,6 +5,8 @@ export const REPORT_PREFERENCE_KEYS = [
|
|
|
5
5
|
"setTooltipAppearance",
|
|
6
6
|
"questionThreadDisplay",
|
|
7
7
|
"setQuestionThreadDisplay",
|
|
8
|
+
"threadLayout",
|
|
9
|
+
"setThreadLayout",
|
|
8
10
|
"locale",
|
|
9
11
|
"setLocale",
|
|
10
12
|
"messages",
|
|
@@ -73,8 +75,12 @@ export const REPORT_PREFERENCE_KEYS = [
|
|
|
73
75
|
"authorSelectionLocked",
|
|
74
76
|
"panelView",
|
|
75
77
|
"loginMethod",
|
|
78
|
+
"requireAuth",
|
|
79
|
+
"require",
|
|
76
80
|
"loginWithApi",
|
|
77
81
|
"registerWithApi",
|
|
82
|
+
"logoutWithApi",
|
|
83
|
+
"refreshWithApi",
|
|
78
84
|
"loginWithArtemis",
|
|
79
85
|
"completeRemoteOnboarding",
|
|
80
86
|
"completeOnboarding",
|
|
@@ -149,12 +155,6 @@ export const REPORT_SESSION_KEYS = [
|
|
|
149
155
|
"resetPickProbeValues",
|
|
150
156
|
"appendSavedProbeSummaryAsNewDraftCase",
|
|
151
157
|
"appendApiFlowEntryToDraftCase",
|
|
152
|
-
"elementMemos",
|
|
153
|
-
"memoComposer",
|
|
154
|
-
"openMemoComposer",
|
|
155
|
-
"closeMemoComposer",
|
|
156
|
-
"saveElementMemo",
|
|
157
|
-
"deleteElementMemo",
|
|
158
158
|
"markers",
|
|
159
159
|
"editingReportId",
|
|
160
160
|
"editableDraft",
|
|
@@ -205,6 +205,7 @@ export const REPORT_SESSION_KEYS = [
|
|
|
205
205
|
"focusedCaseId",
|
|
206
206
|
"selectCase",
|
|
207
207
|
"isComposingNewCase",
|
|
208
|
+
"hasNewCaseDraftSession",
|
|
208
209
|
"beginComposeNewCase",
|
|
209
210
|
"cancelComposeNewCase",
|
|
210
211
|
"clearFocusedCase",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reportContextPartitions.js","sourceRoot":"","sources":["../../src/providers/reportContextPartitions.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,sBAAsB,GAAG;IAClC,iBAAiB;IACjB,oBAAoB;IACpB,mBAAmB;IACnB,sBAAsB;IACtB,uBAAuB;IACvB,0BAA0B;IAC1B,QAAQ;IACR,WAAW;IACX,UAAU;IACV,QAAQ;IACR,SAAS;IACT,eAAe;IACf,WAAW;IACX,eAAe;IACf,aAAa;IACb,uBAAuB;IACvB,yBAAyB;IACzB,0BAA0B;IAC1B,iBAAiB;IACjB,wBAAwB;IACxB,yBAAyB;IACzB,0BAA0B;IAC1B,oBAAoB;IACpB,kBAAkB;IAClB,WAAW;IACX,aAAa;IACb,YAAY;IACZ,mBAAmB;IACnB,kBAAkB;IAClB,qBAAqB;IACrB,yBAAyB;IACzB,2BAA2B;IAC3B,kBAAkB;IAClB,yBAAyB;IACzB,4BAA4B;IAC5B,2BAA2B;IAC3B,qBAAqB;IACrB,wBAAwB;IACxB,uBAAuB;IACvB,0BAA0B;IAC1B,oBAAoB;IACpB,uBAAuB;IACvB,2BAA2B;IAC3B,8BAA8B;IAC9B,4BAA4B;IAC5B,+BAA+B;IAC/B,+BAA+B;IAC/B,kCAAkC;IAClC,qBAAqB;IACrB,2BAA2B;IAC3B,8BAA8B;IAC9B,0BAA0B;IAC1B,6BAA6B;IAC7B,kBAAkB;IAClB,qBAAqB;IACrB,eAAe;IACf,gBAAgB;IAChB,oBAAoB;IACpB,iBAAiB;IACjB,gBAAgB;IAChB,sBAAsB;IACtB,0BAA0B;IAC1B,yBAAyB;IACzB,YAAY;IACZ,eAAe;IACf,aAAa;IACb,eAAe;IACf,aAAa;IACb,WAAW;IACX,qBAAqB;IACrB,uBAAuB;IACvB,uBAAuB;IACvB,WAAW;IACX,aAAa;IACb,cAAc;IACd,iBAAiB;IACjB,kBAAkB;IAClB,0BAA0B;IAC1B,oBAAoB;IACpB,mBAAmB;IACnB,gBAAgB;IAChB,aAAa;IACb,kBAAkB;IAClB,mBAAmB;IACnB,mBAAmB;IACnB,kBAAkB;IAClB,oBAAoB;IACpB,qBAAqB;IACrB,WAAW;IACX,cAAc;IACd,kBAAkB;IAClB,yBAAyB;IACzB,gCAAgC;IAChC,qBAAqB;IACrB,+BAA+B;IAC/B,mCAAmC;IACnC,wBAAwB;IACxB,0BAA0B;CACpB,CAAC;AAEX,MAAM,CAAC,MAAM,mBAAmB,GAAG;IAC/B,iBAAiB;IACjB,UAAU;IACV,gBAAgB;IAChB,mBAAmB;IACnB,gBAAgB;IAChB,MAAM;IACN,mBAAmB;IACnB,oBAAoB;IACpB,sBAAsB;IACtB,mBAAmB;IACnB,cAAc;IACd,iBAAiB;IACjB,OAAO;IACP,WAAW;IACX,cAAc;IACd,eAAe;IACf,cAAc;IACd,iBAAiB;IACjB,gBAAgB;IAChB,eAAe;IACf,6BAA6B;IAC7B,qBAAqB;IACrB,iBAAiB;IACjB,sBAAsB;IACtB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,iBAAiB;IACjB,qBAAqB;IACrB,wBAAwB;IACxB,qBAAqB;IACrB,qBAAqB;IACrB,wBAAwB;IACxB,wBAAwB;IACxB,uBAAuB;IACvB,gBAAgB;IAChB,4BAA4B;IAC5B,sBAAsB;IACtB,wBAAwB;IACxB,wBAAwB;IACxB,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,0BAA0B;IAC1B,0BAA0B;IAC1B,yBAAyB;IACzB,sBAAsB;IACtB,sBAAsB;IACtB,uCAAuC;IACvC,+BAA+B;IAC/B,
|
|
1
|
+
{"version":3,"file":"reportContextPartitions.js","sourceRoot":"","sources":["../../src/providers/reportContextPartitions.ts"],"names":[],"mappings":"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"}
|