@aiquants/daily-report 0.6.2 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.mts +81 -3
- package/dist/client.d.ts +81 -3
- package/dist/client.js +4 -4
- package/dist/client.js.map +1 -1
- package/dist/client.mjs +4 -4
- package/dist/client.mjs.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/server.d.mts +434 -6
- package/dist/server.d.ts +434 -6
- package/dist/server.js +6 -6
- package/dist/server.js.map +1 -1
- package/dist/server.mjs +6 -6
- package/dist/server.mjs.map +1 -1
- package/dist/{sse-schema-rbG114od.d.mts → sse-schema-Df49KA7B.d.mts} +643 -249
- package/dist/{sse-schema-eXcMG-Ej.d.ts → sse-schema-RHckD7TS.d.ts} +643 -249
- package/dist/styles/daily-report.standalone.css +1 -1
- package/dist/{types-D1PKubyo.d.mts → types-Ct1ggzy-.d.mts} +30 -1
- package/dist/{types-D1PKubyo.d.ts → types-Ct1ggzy-.d.ts} +30 -1
- package/package.json +3 -3
- package/src/client/components/daily-report-attachment-indicator.spec.tsx +51 -0
- package/src/client/components/daily-report-attachment-indicator.tsx +45 -0
- package/src/client/components/daily-report-attachment-list.spec.tsx +94 -0
- package/src/client/components/daily-report-attachment-list.tsx +112 -0
- package/src/client/components/daily-report-detail-list.tsx +14 -7
- package/src/client/components/daily-report-list.tsx +19 -11
- package/src/client/components/report-views.spec.tsx +340 -0
- package/src/client/config-context.tsx +8 -0
- package/src/client/contexts/daily-report-action-context.tsx +2 -0
- package/src/client/hooks/use-responsive-layout.spec.ts +74 -0
- package/src/client/hooks/use-responsive-layout.ts +56 -0
- package/src/client/utils/constants.spec.ts +96 -0
- package/src/client/utils/constants.ts +47 -2
- package/src/client.ts +2 -0
- package/src/server/handlers.attachment.spec.ts +470 -0
- package/src/server/handlers.ts +426 -1
- package/src/server/ports.ts +74 -0
- package/src/server/schema.ts +80 -5
- package/src/server/service.spec.ts +280 -14
- package/src/server/service.ts +308 -25
- package/src/server/test-helpers/handlers-config.ts +142 -0
- package/src/server.ts +16 -1
- package/src/shared/sse-schema.spec.ts +50 -0
- package/src/shared/sse-schema.ts +27 -0
- package/src/shared/types.ts +31 -0
package/dist/client.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { ReactNode, Context, RefObject } from 'react';
|
|
3
3
|
import { ScrollBarThumbOverlayRenderProps, ScrollPaneInertiaOptions, ScrollBarTapCircleOptions } from '@aiquants/virtualscroll';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import { D as DailyReportAttachmentSummary, a as DailyReportItem, b as DailyReportDetail, c as DailyReportUser } from './types-Ct1ggzy-.mjs';
|
|
5
|
+
import { U as UIComment, D as DailyReportSseMessage } from './sse-schema-Df49KA7B.mjs';
|
|
6
6
|
import { ShouldRevalidateFunction } from 'react-router';
|
|
7
7
|
import 'zod';
|
|
8
8
|
|
|
@@ -15,6 +15,36 @@ declare const BusinessDayThumbOverlay: ({ orientation, thumbCenter, label, isDra
|
|
|
15
15
|
isWheelScrollActive: boolean;
|
|
16
16
|
}) => react.JSX.Element | null;
|
|
17
17
|
|
|
18
|
+
type DailyReportAttachmentIndicatorProps = {
|
|
19
|
+
/** 添付の件数。0 なら何も描画しない。 */
|
|
20
|
+
count: number;
|
|
21
|
+
/** 読み上げ・ツールチップ用の見出し。消費アプリの `fieldLabels.attachments` を渡す。 */
|
|
22
|
+
label: string;
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* Renders the attachment marker, or nothing when the report has no attachment.
|
|
26
|
+
* 添付の目印を描画する (添付が無ければ何も描画しない)。
|
|
27
|
+
*
|
|
28
|
+
* @param props Attachment count and the label. 添付件数と見出し。
|
|
29
|
+
* @returns The marker element, or null. 目印の要素 (添付が無ければ null)。
|
|
30
|
+
*/
|
|
31
|
+
declare const DailyReportAttachmentIndicator: ({ count, label }: DailyReportAttachmentIndicatorProps) => react.JSX.Element | null;
|
|
32
|
+
|
|
33
|
+
type DailyReportAttachmentListProps = {
|
|
34
|
+
/** 表示する添付一覧。空配列ならこのコンポーネントは何も描画しない。 */
|
|
35
|
+
attachments: DailyReportAttachmentSummary[];
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* Renders the attachment section of a daily report detail card.
|
|
39
|
+
* 日報詳細カードの添付ファイル節を描画するコンポーネント。
|
|
40
|
+
*
|
|
41
|
+
* 表示文言はすべて `fieldLabels` から取る (パッケージは業務ドメインの語彙も言語も持たない)。
|
|
42
|
+
*
|
|
43
|
+
* @param props Attachments to render. 描画する添付一覧。
|
|
44
|
+
* @returns The section element, or null when there is nothing to show. 節の要素 (表示対象が無ければ null)。
|
|
45
|
+
*/
|
|
46
|
+
declare const DailyReportAttachmentList: ({ attachments }: DailyReportAttachmentListProps) => react.JSX.Element | null;
|
|
47
|
+
|
|
18
48
|
type DailyReportCommentItemProps = {
|
|
19
49
|
comment: UIComment;
|
|
20
50
|
reportHubId: number;
|
|
@@ -122,6 +152,11 @@ type DailyReportFieldLabels = {
|
|
|
122
152
|
content: string;
|
|
123
153
|
interviewers: string;
|
|
124
154
|
comments: string;
|
|
155
|
+
attachments: string;
|
|
156
|
+
/** 実体の消失が確認された添付に添える注記。 */
|
|
157
|
+
attachmentMissing: string;
|
|
158
|
+
/** 添付をダウンロードするリンクのラベル。 */
|
|
159
|
+
attachmentDownload: string;
|
|
125
160
|
tabArticle: string;
|
|
126
161
|
tabRelations: string;
|
|
127
162
|
relationsEmpty: string;
|
|
@@ -542,6 +577,49 @@ declare const WHEEL_RESET_TIMEOUT_MS = 240;
|
|
|
542
577
|
declare const VIRTUAL_SCROLL_OVERSCAN_COUNT = 15;
|
|
543
578
|
declare const SCROLL_BAR_WIDTH = 8;
|
|
544
579
|
declare const MAX_PREVIEW_LINES = 3;
|
|
580
|
+
/**
|
|
581
|
+
* Tap-scroll circle tuning shared by every daily-report list.
|
|
582
|
+
* 日報のすべての一覧が共有するタップスクロールサークルの調整値。
|
|
583
|
+
*
|
|
584
|
+
* ❗ **List タブと DetailList タブで同じ値を使うこと。** 片方だけ独自定義にすると、
|
|
585
|
+
* 同じ指の位置でタブごとに速度が何十倍も違う (実測で最大 77 倍) という事故になる。
|
|
586
|
+
*
|
|
587
|
+
* 値の根拠 (ビューポート 800px で実測):
|
|
588
|
+
*
|
|
589
|
+
* | 引き距離 | 速度 | List (行 160px) |
|
|
590
|
+
* | --- | --- | --- |
|
|
591
|
+
* | 0 | 160 px/s | 1 行/秒 |
|
|
592
|
+
* | 1/4 | 525 px/s | 3.3 行/秒 |
|
|
593
|
+
* | 1/2 | 1,298 px/s | 8 行/秒 |
|
|
594
|
+
* | 最大 | 6,400 px/s | 40 行/秒 (0.67 行/フレーム) |
|
|
595
|
+
*
|
|
596
|
+
* - `exponentialSteepness: 3` — 引き幅の前半をゆっくりにして微速の分解能を確保する。
|
|
597
|
+
* 大きくしすぎると低速域が最小速度へ張り付いて**引いても動かない死角**になる
|
|
598
|
+
* (旧値 7.5 では引き幅の 43.85% が死角だった)。
|
|
599
|
+
* - `exponentialScale: 8` — 最高速の上限 (ビューポート比)。`maxSpeedMultiplier` と揃えて
|
|
600
|
+
* 上限がどちらで決まるかを一意にする。1 フレームあたりの移動をオーバースキャン
|
|
601
|
+
* (`VIRTUAL_SCROLL_OVERSCAN_COUNT`) の行数より十分小さく保つ値にすること。
|
|
602
|
+
* - `easedOffset` は使わない。最小速度 160 px/s で十分に遅く、下駄を履かせると
|
|
603
|
+
* 低速域の分解能がその分だけ失われる。
|
|
604
|
+
*
|
|
605
|
+
* 長距離の移動はタップスクロールではなくスクロールバーのつまみ (と
|
|
606
|
+
* `BusinessDayThumbOverlay` の日付表示) が担う。ここを速くして解こうとしない。
|
|
607
|
+
*/
|
|
545
608
|
declare const TAP_SCROLL_CIRCLE_OPTIONS: ScrollBarTapCircleOptions;
|
|
609
|
+
/**
|
|
610
|
+
* Pointer types allowed to drag-scroll the list content.
|
|
611
|
+
* 一覧のコンテンツ領域をドラッグしてスクロールできるポインタ種別。
|
|
612
|
+
*
|
|
613
|
+
* ❗ **`enablePointerDrag` を丸ごと切ってはならない。** `ScrollPane` はコンテンツを
|
|
614
|
+
* transform で動かしておりネイティブのスクロール領域を持たない
|
|
615
|
+
* (`.aqvs-scroll-pane-content` は `overflow: hidden`) ため、切るとタッチ端末から
|
|
616
|
+
* スクロール手段が消える (一度そうしてしまい、モバイルで一切スクロールできなくなった)。
|
|
617
|
+
*
|
|
618
|
+
* マウスのドラッグだけを外す。行のタップ判定 (`useTapClick`) ・テキスト選択と競合するため。
|
|
619
|
+
* 画面幅のメディアクエリで切り替える案は採らなかった。画面幅は入力手段を表さないので
|
|
620
|
+
* 「主入力がマウスのタッチ対応ノート」のような端末を取りこぼす。判定は**イベントの
|
|
621
|
+
* ポインタ種別**で行うため、同一端末でマウスと指を使い分けても常に正しく振る舞う。
|
|
622
|
+
*/
|
|
623
|
+
declare const CONTENT_DRAG_POINTER_INPUTS: readonly ["pen", "touch"];
|
|
546
624
|
|
|
547
|
-
export { BusinessDayThumbOverlay, DAILY_REPORT_FETCH_DEBOUNCE_MS, DEFAULT_ITEM_HEIGHT, DailyReportActionProvider, DailyReportCache, type DailyReportClientConfig, type DailyReportClientConfigInput, DailyReportCommentForm, DailyReportCommentItem, DailyReportCommentList, DailyReportConfigProvider, DailyReportDetailList, type DailyReportDetailResource, DailyReportEditForm, type DailyReportFieldLabels, type DailyReportHeaderProps, DailyReportList, DailyReportLoadError, DailyReportLoading, DailyReportPage, type DailyReportPageProps, DailyReportResolvedContent, EMPTY_DETAIL, EMPTY_ITEM, FAST_SCROLL_INERTIA_OPTIONS, FAST_SCROLL_WHEEL_MULTIPLIER, ITEM_CONTAINER_HEIGHT, ITEM_VERTICAL_PADDING, MAX_PREVIEW_LINES, PREFETCH_LOOKAHEAD, PREFETCH_MAX_DATES, SCROLL_BAR_WIDTH, type SourceTypeConfig, TAP_SCROLL_CIRCLE_OPTIONS, UnreadIndicator, VIRTUAL_SCROLL_OVERSCAN_COUNT, WHEEL_RESET_TIMEOUT_MS, acquireMutationLock, applyDailyReportServerUpdates, clearDailyReportCache, createDailyReportClientLoader, dailyReportShouldRevalidate, defaultDailyReportClientConfig, defaultDailyReportFieldLabels, deleteDailyReportCache, fetchDailyReportIds, getCachedReport, registerRecentDeletion, releaseMutationLock, resolveSourceTypeConfig, subscribeCacheReady, updateDailyReportCache, useDailyReportActionContext, useDailyReportComments, useDailyReportConfig, useDailyReportDetail, useDailyReportPrefetch, useDailyReportSseConnection, useDynamicViewportHeight, writeCache };
|
|
625
|
+
export { BusinessDayThumbOverlay, CONTENT_DRAG_POINTER_INPUTS, DAILY_REPORT_FETCH_DEBOUNCE_MS, DEFAULT_ITEM_HEIGHT, DailyReportActionProvider, DailyReportAttachmentIndicator, DailyReportAttachmentList, DailyReportCache, type DailyReportClientConfig, type DailyReportClientConfigInput, DailyReportCommentForm, DailyReportCommentItem, DailyReportCommentList, DailyReportConfigProvider, DailyReportDetailList, type DailyReportDetailResource, DailyReportEditForm, type DailyReportFieldLabels, type DailyReportHeaderProps, DailyReportList, DailyReportLoadError, DailyReportLoading, DailyReportPage, type DailyReportPageProps, DailyReportResolvedContent, EMPTY_DETAIL, EMPTY_ITEM, FAST_SCROLL_INERTIA_OPTIONS, FAST_SCROLL_WHEEL_MULTIPLIER, ITEM_CONTAINER_HEIGHT, ITEM_VERTICAL_PADDING, MAX_PREVIEW_LINES, PREFETCH_LOOKAHEAD, PREFETCH_MAX_DATES, SCROLL_BAR_WIDTH, type SourceTypeConfig, TAP_SCROLL_CIRCLE_OPTIONS, UnreadIndicator, VIRTUAL_SCROLL_OVERSCAN_COUNT, WHEEL_RESET_TIMEOUT_MS, acquireMutationLock, applyDailyReportServerUpdates, clearDailyReportCache, createDailyReportClientLoader, dailyReportShouldRevalidate, defaultDailyReportClientConfig, defaultDailyReportFieldLabels, deleteDailyReportCache, fetchDailyReportIds, getCachedReport, registerRecentDeletion, releaseMutationLock, resolveSourceTypeConfig, subscribeCacheReady, updateDailyReportCache, useDailyReportActionContext, useDailyReportComments, useDailyReportConfig, useDailyReportDetail, useDailyReportPrefetch, useDailyReportSseConnection, useDynamicViewportHeight, writeCache };
|
package/dist/client.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { ReactNode, Context, RefObject } from 'react';
|
|
3
3
|
import { ScrollBarThumbOverlayRenderProps, ScrollPaneInertiaOptions, ScrollBarTapCircleOptions } from '@aiquants/virtualscroll';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import { D as DailyReportAttachmentSummary, a as DailyReportItem, b as DailyReportDetail, c as DailyReportUser } from './types-Ct1ggzy-.js';
|
|
5
|
+
import { U as UIComment, D as DailyReportSseMessage } from './sse-schema-RHckD7TS.js';
|
|
6
6
|
import { ShouldRevalidateFunction } from 'react-router';
|
|
7
7
|
import 'zod';
|
|
8
8
|
|
|
@@ -15,6 +15,36 @@ declare const BusinessDayThumbOverlay: ({ orientation, thumbCenter, label, isDra
|
|
|
15
15
|
isWheelScrollActive: boolean;
|
|
16
16
|
}) => react.JSX.Element | null;
|
|
17
17
|
|
|
18
|
+
type DailyReportAttachmentIndicatorProps = {
|
|
19
|
+
/** 添付の件数。0 なら何も描画しない。 */
|
|
20
|
+
count: number;
|
|
21
|
+
/** 読み上げ・ツールチップ用の見出し。消費アプリの `fieldLabels.attachments` を渡す。 */
|
|
22
|
+
label: string;
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* Renders the attachment marker, or nothing when the report has no attachment.
|
|
26
|
+
* 添付の目印を描画する (添付が無ければ何も描画しない)。
|
|
27
|
+
*
|
|
28
|
+
* @param props Attachment count and the label. 添付件数と見出し。
|
|
29
|
+
* @returns The marker element, or null. 目印の要素 (添付が無ければ null)。
|
|
30
|
+
*/
|
|
31
|
+
declare const DailyReportAttachmentIndicator: ({ count, label }: DailyReportAttachmentIndicatorProps) => react.JSX.Element | null;
|
|
32
|
+
|
|
33
|
+
type DailyReportAttachmentListProps = {
|
|
34
|
+
/** 表示する添付一覧。空配列ならこのコンポーネントは何も描画しない。 */
|
|
35
|
+
attachments: DailyReportAttachmentSummary[];
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* Renders the attachment section of a daily report detail card.
|
|
39
|
+
* 日報詳細カードの添付ファイル節を描画するコンポーネント。
|
|
40
|
+
*
|
|
41
|
+
* 表示文言はすべて `fieldLabels` から取る (パッケージは業務ドメインの語彙も言語も持たない)。
|
|
42
|
+
*
|
|
43
|
+
* @param props Attachments to render. 描画する添付一覧。
|
|
44
|
+
* @returns The section element, or null when there is nothing to show. 節の要素 (表示対象が無ければ null)。
|
|
45
|
+
*/
|
|
46
|
+
declare const DailyReportAttachmentList: ({ attachments }: DailyReportAttachmentListProps) => react.JSX.Element | null;
|
|
47
|
+
|
|
18
48
|
type DailyReportCommentItemProps = {
|
|
19
49
|
comment: UIComment;
|
|
20
50
|
reportHubId: number;
|
|
@@ -122,6 +152,11 @@ type DailyReportFieldLabels = {
|
|
|
122
152
|
content: string;
|
|
123
153
|
interviewers: string;
|
|
124
154
|
comments: string;
|
|
155
|
+
attachments: string;
|
|
156
|
+
/** 実体の消失が確認された添付に添える注記。 */
|
|
157
|
+
attachmentMissing: string;
|
|
158
|
+
/** 添付をダウンロードするリンクのラベル。 */
|
|
159
|
+
attachmentDownload: string;
|
|
125
160
|
tabArticle: string;
|
|
126
161
|
tabRelations: string;
|
|
127
162
|
relationsEmpty: string;
|
|
@@ -542,6 +577,49 @@ declare const WHEEL_RESET_TIMEOUT_MS = 240;
|
|
|
542
577
|
declare const VIRTUAL_SCROLL_OVERSCAN_COUNT = 15;
|
|
543
578
|
declare const SCROLL_BAR_WIDTH = 8;
|
|
544
579
|
declare const MAX_PREVIEW_LINES = 3;
|
|
580
|
+
/**
|
|
581
|
+
* Tap-scroll circle tuning shared by every daily-report list.
|
|
582
|
+
* 日報のすべての一覧が共有するタップスクロールサークルの調整値。
|
|
583
|
+
*
|
|
584
|
+
* ❗ **List タブと DetailList タブで同じ値を使うこと。** 片方だけ独自定義にすると、
|
|
585
|
+
* 同じ指の位置でタブごとに速度が何十倍も違う (実測で最大 77 倍) という事故になる。
|
|
586
|
+
*
|
|
587
|
+
* 値の根拠 (ビューポート 800px で実測):
|
|
588
|
+
*
|
|
589
|
+
* | 引き距離 | 速度 | List (行 160px) |
|
|
590
|
+
* | --- | --- | --- |
|
|
591
|
+
* | 0 | 160 px/s | 1 行/秒 |
|
|
592
|
+
* | 1/4 | 525 px/s | 3.3 行/秒 |
|
|
593
|
+
* | 1/2 | 1,298 px/s | 8 行/秒 |
|
|
594
|
+
* | 最大 | 6,400 px/s | 40 行/秒 (0.67 行/フレーム) |
|
|
595
|
+
*
|
|
596
|
+
* - `exponentialSteepness: 3` — 引き幅の前半をゆっくりにして微速の分解能を確保する。
|
|
597
|
+
* 大きくしすぎると低速域が最小速度へ張り付いて**引いても動かない死角**になる
|
|
598
|
+
* (旧値 7.5 では引き幅の 43.85% が死角だった)。
|
|
599
|
+
* - `exponentialScale: 8` — 最高速の上限 (ビューポート比)。`maxSpeedMultiplier` と揃えて
|
|
600
|
+
* 上限がどちらで決まるかを一意にする。1 フレームあたりの移動をオーバースキャン
|
|
601
|
+
* (`VIRTUAL_SCROLL_OVERSCAN_COUNT`) の行数より十分小さく保つ値にすること。
|
|
602
|
+
* - `easedOffset` は使わない。最小速度 160 px/s で十分に遅く、下駄を履かせると
|
|
603
|
+
* 低速域の分解能がその分だけ失われる。
|
|
604
|
+
*
|
|
605
|
+
* 長距離の移動はタップスクロールではなくスクロールバーのつまみ (と
|
|
606
|
+
* `BusinessDayThumbOverlay` の日付表示) が担う。ここを速くして解こうとしない。
|
|
607
|
+
*/
|
|
545
608
|
declare const TAP_SCROLL_CIRCLE_OPTIONS: ScrollBarTapCircleOptions;
|
|
609
|
+
/**
|
|
610
|
+
* Pointer types allowed to drag-scroll the list content.
|
|
611
|
+
* 一覧のコンテンツ領域をドラッグしてスクロールできるポインタ種別。
|
|
612
|
+
*
|
|
613
|
+
* ❗ **`enablePointerDrag` を丸ごと切ってはならない。** `ScrollPane` はコンテンツを
|
|
614
|
+
* transform で動かしておりネイティブのスクロール領域を持たない
|
|
615
|
+
* (`.aqvs-scroll-pane-content` は `overflow: hidden`) ため、切るとタッチ端末から
|
|
616
|
+
* スクロール手段が消える (一度そうしてしまい、モバイルで一切スクロールできなくなった)。
|
|
617
|
+
*
|
|
618
|
+
* マウスのドラッグだけを外す。行のタップ判定 (`useTapClick`) ・テキスト選択と競合するため。
|
|
619
|
+
* 画面幅のメディアクエリで切り替える案は採らなかった。画面幅は入力手段を表さないので
|
|
620
|
+
* 「主入力がマウスのタッチ対応ノート」のような端末を取りこぼす。判定は**イベントの
|
|
621
|
+
* ポインタ種別**で行うため、同一端末でマウスと指を使い分けても常に正しく振る舞う。
|
|
622
|
+
*/
|
|
623
|
+
declare const CONTENT_DRAG_POINTER_INPUTS: readonly ["pen", "touch"];
|
|
546
624
|
|
|
547
|
-
export { BusinessDayThumbOverlay, DAILY_REPORT_FETCH_DEBOUNCE_MS, DEFAULT_ITEM_HEIGHT, DailyReportActionProvider, DailyReportCache, type DailyReportClientConfig, type DailyReportClientConfigInput, DailyReportCommentForm, DailyReportCommentItem, DailyReportCommentList, DailyReportConfigProvider, DailyReportDetailList, type DailyReportDetailResource, DailyReportEditForm, type DailyReportFieldLabels, type DailyReportHeaderProps, DailyReportList, DailyReportLoadError, DailyReportLoading, DailyReportPage, type DailyReportPageProps, DailyReportResolvedContent, EMPTY_DETAIL, EMPTY_ITEM, FAST_SCROLL_INERTIA_OPTIONS, FAST_SCROLL_WHEEL_MULTIPLIER, ITEM_CONTAINER_HEIGHT, ITEM_VERTICAL_PADDING, MAX_PREVIEW_LINES, PREFETCH_LOOKAHEAD, PREFETCH_MAX_DATES, SCROLL_BAR_WIDTH, type SourceTypeConfig, TAP_SCROLL_CIRCLE_OPTIONS, UnreadIndicator, VIRTUAL_SCROLL_OVERSCAN_COUNT, WHEEL_RESET_TIMEOUT_MS, acquireMutationLock, applyDailyReportServerUpdates, clearDailyReportCache, createDailyReportClientLoader, dailyReportShouldRevalidate, defaultDailyReportClientConfig, defaultDailyReportFieldLabels, deleteDailyReportCache, fetchDailyReportIds, getCachedReport, registerRecentDeletion, releaseMutationLock, resolveSourceTypeConfig, subscribeCacheReady, updateDailyReportCache, useDailyReportActionContext, useDailyReportComments, useDailyReportConfig, useDailyReportDetail, useDailyReportPrefetch, useDailyReportSseConnection, useDynamicViewportHeight, writeCache };
|
|
625
|
+
export { BusinessDayThumbOverlay, CONTENT_DRAG_POINTER_INPUTS, DAILY_REPORT_FETCH_DEBOUNCE_MS, DEFAULT_ITEM_HEIGHT, DailyReportActionProvider, DailyReportAttachmentIndicator, DailyReportAttachmentList, DailyReportCache, type DailyReportClientConfig, type DailyReportClientConfigInput, DailyReportCommentForm, DailyReportCommentItem, DailyReportCommentList, DailyReportConfigProvider, DailyReportDetailList, type DailyReportDetailResource, DailyReportEditForm, type DailyReportFieldLabels, type DailyReportHeaderProps, DailyReportList, DailyReportLoadError, DailyReportLoading, DailyReportPage, type DailyReportPageProps, DailyReportResolvedContent, EMPTY_DETAIL, EMPTY_ITEM, FAST_SCROLL_INERTIA_OPTIONS, FAST_SCROLL_WHEEL_MULTIPLIER, ITEM_CONTAINER_HEIGHT, ITEM_VERTICAL_PADDING, MAX_PREVIEW_LINES, PREFETCH_LOOKAHEAD, PREFETCH_MAX_DATES, SCROLL_BAR_WIDTH, type SourceTypeConfig, TAP_SCROLL_CIRCLE_OPTIONS, UnreadIndicator, VIRTUAL_SCROLL_OVERSCAN_COUNT, WHEEL_RESET_TIMEOUT_MS, acquireMutationLock, applyDailyReportServerUpdates, clearDailyReportCache, createDailyReportClientLoader, dailyReportShouldRevalidate, defaultDailyReportClientConfig, defaultDailyReportFieldLabels, deleteDailyReportCache, fetchDailyReportIds, getCachedReport, registerRecentDeletion, releaseMutationLock, resolveSourceTypeConfig, subscribeCacheReady, updateDailyReportCache, useDailyReportActionContext, useDailyReportComments, useDailyReportConfig, useDailyReportDetail, useDailyReportPrefetch, useDailyReportSseConnection, useDynamicViewportHeight, writeCache };
|