@cocoar/vue-calendar 3.1.0 → 3.2.0-beta.11
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 +35 -8
- package/dist/builders/calendar-builder-config.d.ts +181 -0
- package/dist/builders/calendar-builder-config.d.ts.map +1 -0
- package/dist/builders/calendar-builder-handlers.d.ts +50 -0
- package/dist/builders/calendar-builder-handlers.d.ts.map +1 -0
- package/dist/builders/calendar-builder-internals.d.ts +18 -2
- package/dist/builders/calendar-builder-internals.d.ts.map +1 -1
- package/dist/builders/calendar-builder-state.d.ts +234 -0
- package/dist/builders/calendar-builder-state.d.ts.map +1 -0
- package/dist/builders/calendar-builder.d.ts +41 -452
- package/dist/builders/calendar-builder.d.ts.map +1 -1
- package/dist/builders/internal/event-validation.d.ts +13 -0
- package/dist/builders/internal/event-validation.d.ts.map +1 -0
- package/dist/builders/internal/events-for-window.d.ts +6 -0
- package/dist/builders/internal/events-for-window.d.ts.map +1 -0
- package/dist/builders/internal/loader-pipeline.d.ts +50 -0
- package/dist/builders/internal/loader-pipeline.d.ts.map +1 -0
- package/dist/builders/internal/loading-tracker.d.ts +12 -0
- package/dist/builders/internal/loading-tracker.d.ts.map +1 -0
- package/dist/builders/internal/navigation.d.ts +28 -0
- package/dist/builders/internal/navigation.d.ts.map +1 -0
- package/dist/builders/internal/range-label.d.ts +7 -0
- package/dist/builders/internal/range-label.d.ts.map +1 -0
- package/dist/builders/internal/series-pipeline.d.ts +67 -0
- package/dist/builders/internal/series-pipeline.d.ts.map +1 -0
- package/dist/builders/internal/window-utils.d.ts +44 -0
- package/dist/builders/internal/window-utils.d.ts.map +1 -0
- package/dist/builders/types.d.ts +30 -3
- package/dist/builders/types.d.ts.map +1 -1
- package/dist/components/CoarAgendaView.vue.d.ts +35 -0
- package/dist/components/CoarAgendaView.vue.d.ts.map +1 -1
- package/dist/components/CoarCalendar.vue.d.ts +46 -1
- package/dist/components/CoarCalendar.vue.d.ts.map +1 -1
- package/dist/components/CoarContinuousMonthView.vue.d.ts +7 -0
- package/dist/components/CoarContinuousMonthView.vue.d.ts.map +1 -1
- package/dist/components/CoarDayView.vue.d.ts +16 -2
- package/dist/components/CoarDayView.vue.d.ts.map +1 -1
- package/dist/components/CoarMonthListView.vue.d.ts.map +1 -1
- package/dist/components/CoarMonthView.vue.d.ts.map +1 -1
- package/dist/components/CoarTimeGrid.vue.d.ts +33 -7
- package/dist/components/CoarTimeGrid.vue.d.ts.map +1 -1
- package/dist/components/CoarTimelineView.vue.d.ts.map +1 -1
- package/dist/components/CoarWeekView.vue.d.ts.map +1 -1
- package/dist/components/CoarWorkWeekView.vue.d.ts +1 -2
- package/dist/components/CoarWorkWeekView.vue.d.ts.map +1 -1
- package/dist/components/CoarYearView.vue.d.ts.map +1 -1
- package/dist/components/VirtualizedSurface1DY.vue.d.ts.map +1 -1
- package/dist/components/internal/CoarEventDecorations.vue.d.ts.map +1 -1
- package/dist/components/internal/agenda/agendaTimeLabel.d.ts +4 -0
- package/dist/components/internal/agenda/agendaTimeLabel.d.ts.map +1 -0
- package/dist/components/internal/month/CoarMonthBar.vue.d.ts +2 -0
- package/dist/components/internal/month/CoarMonthBar.vue.d.ts.map +1 -1
- package/dist/components/internal/month/CoarMonthCell.vue.d.ts +20 -13
- package/dist/components/internal/month/CoarMonthCell.vue.d.ts.map +1 -1
- package/dist/components/internal/month/CoarMonthDayOverlay.vue.d.ts +51 -0
- package/dist/components/internal/month/CoarMonthDayOverlay.vue.d.ts.map +1 -0
- package/dist/components/internal/month/CoarMonthPill.vue.d.ts +2 -0
- package/dist/components/internal/month/CoarMonthPill.vue.d.ts.map +1 -1
- package/dist/components/internal/month/CoarMonthRow.vue.d.ts +4 -4
- package/dist/components/internal/month/CoarMonthRow.vue.d.ts.map +1 -1
- package/dist/components/internal/originatesFromEvent.d.ts +18 -0
- package/dist/components/internal/originatesFromEvent.d.ts.map +1 -0
- package/dist/components/internal/time-grid/CoarTimeGridAllDayBand.vue.d.ts +15 -1
- package/dist/components/internal/time-grid/CoarTimeGridAllDayBand.vue.d.ts.map +1 -1
- package/dist/components/internal/time-grid/CoarTimeGridAllDayBar.vue.d.ts +2 -0
- package/dist/components/internal/time-grid/CoarTimeGridAllDayBar.vue.d.ts.map +1 -1
- package/dist/components/internal/time-grid/CoarTimeGridAllDayOverflow.vue.d.ts +27 -0
- package/dist/components/internal/time-grid/CoarTimeGridAllDayOverflow.vue.d.ts.map +1 -0
- package/dist/components/internal/time-grid/CoarTimeGridColumn.vue.d.ts +2 -0
- package/dist/components/internal/time-grid/CoarTimeGridColumn.vue.d.ts.map +1 -1
- package/dist/components/internal/time-grid/CoarTimeGridEvent.vue.d.ts +12 -1
- package/dist/components/internal/time-grid/CoarTimeGridEvent.vue.d.ts.map +1 -1
- package/dist/components/internal/time-grid/CoarTimeGridHeader.vue.d.ts +12 -1
- package/dist/components/internal/time-grid/CoarTimeGridHeader.vue.d.ts.map +1 -1
- package/dist/components/internal/time-grid/CoarTimeGridSurface.vue.d.ts +53 -0
- package/dist/components/internal/time-grid/CoarTimeGridSurface.vue.d.ts.map +1 -0
- package/dist/composables/useMonthDayOverlay.d.ts +34 -0
- package/dist/composables/useMonthDayOverlay.d.ts.map +1 -0
- package/dist/composables/useMonthGeometry.d.ts +39 -0
- package/dist/composables/useMonthGeometry.d.ts.map +1 -0
- package/dist/composables/useMonthMetrics.d.ts +32 -0
- package/dist/composables/useMonthMetrics.d.ts.map +1 -0
- package/dist/composables/useTimeGridSwipe.d.ts +47 -0
- package/dist/composables/useTimeGridSwipe.d.ts.map +1 -0
- package/dist/composables/useViewWindow.d.ts +4 -2
- package/dist/composables/useViewWindow.d.ts.map +1 -1
- package/dist/core/allDayBandCap.d.ts +41 -0
- package/dist/core/allDayBandCap.d.ts.map +1 -0
- package/dist/core/eventTextContrast.d.ts +53 -2
- package/dist/core/eventTextContrast.d.ts.map +1 -1
- package/dist/core/index.d.ts +6 -2
- package/dist/core/index.d.ts.map +1 -1
- package/dist/core/monthGridLayout.d.ts +43 -1
- package/dist/core/monthGridLayout.d.ts.map +1 -1
- package/dist/core/rangeLabel.d.ts +14 -0
- package/dist/core/rangeLabel.d.ts.map +1 -0
- package/dist/core/timeGridRange.d.ts +50 -0
- package/dist/core/timeGridRange.d.ts.map +1 -0
- package/dist/core/timedCardAnatomy.d.ts +47 -0
- package/dist/core/timedCardAnatomy.d.ts.map +1 -0
- package/dist/core/viewWindow.d.ts +17 -4
- package/dist/core/viewWindow.d.ts.map +1 -1
- package/dist/{core-CiKX2hZM.js → core-DNwsMOSU.js} +329 -80
- package/dist/core.js +2 -2
- package/dist/i18n/messages.d.ts +16 -0
- package/dist/i18n/messages.d.ts.map +1 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2927 -1873
- package/dist/vue-calendar.css +1 -1
- package/package.json +4 -3
- package/dist/composables/useMonthExpansion.d.ts +0 -37
- package/dist/composables/useMonthExpansion.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loader-pipeline.d.ts","sourceRoot":"","sources":["../../../src/builders/internal/loader-pipeline.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,EAAc,KAAK,UAAU,EAAE,MAAM,KAAK,CAAC;AAClD,OAAO,KAAK,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAKzD,MAAM,WAAW,kBAAkB,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IACvE,0EAA0E;IAC1E,MAAM,EAAE,MAAM,YAAY,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC;IACzC,SAAS,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC;IACjC,OAAO,EAAE,cAAc,CAAC;CACzB;AAED,qBAAa,cAAc,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAanD,OAAO,CAAC,QAAQ,CAAC,IAAI;IAZjC,8BAA8B;IAC9B,QAAQ,CAAC,KAAK,EAAE,UAAU,CAAC,GAAG,CAAC,MAAM,EAAE,aAAa,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAyB;IACxF;;;;OAIG;IACH,OAAO,CAAC,WAAW,CAAK;IACxB,OAAO,CAAC,eAAe,CAA8C;IACrE,gFAAgF;IAChF,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAqB;gBAEtB,IAAI,EAAE,kBAAkB,CAAC,KAAK,CAAC;IAE5D,4DAA4D;IAC5D,GAAG,CAAC,MAAM,EAAE,UAAU,GAAG,aAAa,CAAC,KAAK,CAAC,EAAE,GAAG,SAAS;IAI3D,GAAG,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO;IAIhC,qEAAqE;IACrE,aAAa,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI;IAUvC;;;;OAIG;IACH,QAAQ,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI;IAOlC,wDAAwD;IACxD,GAAG,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI;IA+B7B,mEAAmE;IACnE,aAAa,IAAI,IAAI;IAKrB;;;;OAIG;IACH,sBAAsB,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO;IAiBnD,wDAAwD;IACxD,IAAI,IAAI,MAAM,EAAE;CAGjB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
export declare class LoadingTracker {
|
|
3
|
+
private readonly _loading;
|
|
4
|
+
private _inFlight;
|
|
5
|
+
/** Reactive flag for `api.loading`. */
|
|
6
|
+
get loading(): Ref<boolean>;
|
|
7
|
+
/** Current in-flight count (diagnostics / tests). */
|
|
8
|
+
get inFlight(): number;
|
|
9
|
+
begin(): void;
|
|
10
|
+
end(): void;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=loading-tracker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loading-tracker.d.ts","sourceRoot":"","sources":["../../../src/builders/internal/loading-tracker.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAO,KAAK,GAAG,EAAE,MAAM,KAAK,CAAC;AAEpC,qBAAa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAc;IACvC,OAAO,CAAC,SAAS,CAAK;IAEtB,uCAAuC;IACvC,IAAI,OAAO,IAAI,GAAG,CAAC,OAAO,CAAC,CAE1B;IAED,qDAAqD;IACrD,IAAI,QAAQ,IAAI,MAAM,CAErB;IAED,KAAK,IAAI,IAAI;IAKb,GAAG,IAAI,IAAI;CAOZ"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { CalendarDayMode, CalendarMonthDensity, CalendarView, ViewWindow } from '../../core';
|
|
2
|
+
import { CalendarBuilderState } from '../calendar-builder-state';
|
|
3
|
+
/**
|
|
4
|
+
* The slice of builder state navigation touches. Picked so the
|
|
5
|
+
* helpers accept any `CalendarBuilderState<TMeta>` — none of these
|
|
6
|
+
* fields depend on the event meta type.
|
|
7
|
+
*/
|
|
8
|
+
type NavigationState = Pick<CalendarBuilderState, 'view' | 'date' | 'timezone' | 'dayColumnCount' | 'dayMode' | 'timeGridRange' | 'agendaLengthDays' | 'timelineRangeDays' | 'availableViews' | 'monthDensity' | 'dayMode'>;
|
|
9
|
+
export declare function goToToday(state: NavigationState): void;
|
|
10
|
+
/**
|
|
11
|
+
* Step the cursor by one page of the active view. The time-grid views
|
|
12
|
+
* (day / week / workWeek) step through their range spec — a
|
|
13
|
+
* `'responsive'` span reads the column count actually rendered from
|
|
14
|
+
* the visible window, not the configured minimum — so an explicit
|
|
15
|
+
* `builder.timeGridRange(...)` step applies to buttons and swipes alike.
|
|
16
|
+
*/
|
|
17
|
+
export declare function navigate(state: NavigationState, visible: ViewWindow | null, direction: 1 | -1): void;
|
|
18
|
+
/**
|
|
19
|
+
* Validate against `availableViews` so `setView('year')` doesn't
|
|
20
|
+
* silently land on a "View not implemented" dead screen. Dev-warn,
|
|
21
|
+
* not throw — consumers may legitimately pre-set the view before
|
|
22
|
+
* calling `availableViews`.
|
|
23
|
+
*/
|
|
24
|
+
export declare function setView(state: NavigationState, v: CalendarView): void;
|
|
25
|
+
export declare function setMonthDensity(state: NavigationState, value: CalendarMonthDensity): void;
|
|
26
|
+
export declare function setDayMode(state: NavigationState, value: CalendarDayMode): void;
|
|
27
|
+
export {};
|
|
28
|
+
//# sourceMappingURL=navigation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../../src/builders/internal/navigation.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAGH,OAAO,EACL,KAAK,eAAe,EACpB,KAAK,oBAAoB,EACzB,KAAK,YAAY,EACjB,KAAK,UAAU,EAOhB,MAAM,YAAY,CAAC;AACpB,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEtE;;;;GAIG;AACH,KAAK,eAAe,GAAG,IAAI,CACzB,oBAAoB,EAClB,MAAM,GACN,MAAM,GACN,UAAU,GACV,gBAAgB,GAChB,SAAS,GACT,eAAe,GACf,kBAAkB,GAClB,mBAAmB,GACnB,gBAAgB,GAChB,cAAc,GACd,SAAS,CACZ,CAAC;AAEF,wBAAgB,SAAS,CAAC,KAAK,EAAE,eAAe,GAAG,IAAI,CAEtD;AAED;;;;;;GAMG;AACH,wBAAgB,QAAQ,CACtB,KAAK,EAAE,eAAe,EACtB,OAAO,EAAE,UAAU,GAAG,IAAI,EAC1B,SAAS,EAAE,CAAC,GAAG,CAAC,CAAC,GAChB,IAAI,CAuBN;AAED;;;;;GAKG;AACH,wBAAgB,OAAO,CAAC,KAAK,EAAE,eAAe,EAAE,CAAC,EAAE,YAAY,GAAG,IAAI,CAQrE;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,oBAAoB,GAAG,IAAI,CAEzF;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,eAAe,GAAG,IAAI,CAE/E"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ComputedRef, ShallowRef } from 'vue';
|
|
2
|
+
import { Temporal, ViewWindow } from '../../core';
|
|
3
|
+
import { CalendarBuilderState } from '../calendar-builder-state';
|
|
4
|
+
type RangeLabelState = Pick<CalendarBuilderState, 'view' | 'date' | 'locale' | 'firstDayOfWeek' | 'agendaLengthDays' | 'timelineRangeDays' | 'dayColumnCount' | 'timezone' | 'dateStyle' | 'timeStyle' | 'hour12'>;
|
|
5
|
+
export declare function createRangeLabel(state: RangeLabelState, visibleRange: ShallowRef<ViewWindow | null>, topmostVisibleMonth: ShallowRef<Temporal.PlainYearMonth | null>): ComputedRef<string>;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=range-label.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"range-label.d.ts","sourceRoot":"","sources":["../../../src/builders/internal/range-label.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAyC,KAAK,WAAW,EAAE,KAAK,UAAU,EAAE,MAAM,KAAK,CAAC;AAE/F,OAAO,EAIL,KAAK,QAAQ,EACb,KAAK,UAAU,EAChB,MAAM,YAAY,CAAC;AACpB,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEtE,KAAK,eAAe,GAAG,IAAI,CACzB,oBAAoB,EAClB,MAAM,GACN,MAAM,GACN,QAAQ,GACR,gBAAgB,GAChB,kBAAkB,GAClB,mBAAmB,GACnB,gBAAgB,GAChB,UAAU,GACV,WAAW,GACX,WAAW,GACX,QAAQ,CACX,CAAC;AAEF,wBAAgB,gBAAgB,CAC9B,KAAK,EAAE,eAAe,EACtB,YAAY,EAAE,UAAU,CAAC,UAAU,GAAG,IAAI,CAAC,EAC3C,mBAAmB,EAAE,UAAU,CAAC,QAAQ,CAAC,cAAc,GAAG,IAAI,CAAC,GAC9D,WAAW,CAAC,MAAM,CAAC,CAkCrB"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { MaybeRefOrGetter, ShallowRef } from 'vue';
|
|
2
|
+
import { CalendarEvent, RecurringSeries, ViewWindow } from '../../core';
|
|
3
|
+
import { DstPolicy } from '../../core/temporal';
|
|
4
|
+
import { RecurrenceEngine } from '../../recurrence/types';
|
|
5
|
+
import { SeriesLoader } from '../types';
|
|
6
|
+
import { LoadingTracker } from './loading-tracker';
|
|
7
|
+
import { EventValidator } from './event-validation';
|
|
8
|
+
export interface SeriesPipelineDeps<TMeta extends Record<string, unknown>> {
|
|
9
|
+
/** Read on every call (C7). */
|
|
10
|
+
series: () => MaybeRefOrGetter<RecurringSeries<TMeta>[]> | null;
|
|
11
|
+
seriesLoader: () => SeriesLoader<TMeta> | null;
|
|
12
|
+
engineSetting: () => RecurrenceEngine | (() => RecurrenceEngine) | null;
|
|
13
|
+
dstPolicy: () => DstPolicy;
|
|
14
|
+
validator: EventValidator<TMeta>;
|
|
15
|
+
loading: LoadingTracker;
|
|
16
|
+
}
|
|
17
|
+
export declare class SeriesPipeline<TMeta extends Record<string, unknown>> {
|
|
18
|
+
private readonly deps;
|
|
19
|
+
/** Map<windowKey, expanded occurrences>. */
|
|
20
|
+
readonly cache: ShallowRef<Map<string, CalendarEvent<TMeta>[]>>;
|
|
21
|
+
/** Bumped on series invalidation — independent of the loader's counter. */
|
|
22
|
+
private _generation;
|
|
23
|
+
/** Window keys with a pending expansion. */
|
|
24
|
+
private readonly _inFlightKeys;
|
|
25
|
+
/**
|
|
26
|
+
* Resolved engine instance (lazy-constructed from the factory
|
|
27
|
+
* form). `null` means "use the lazy default inside expandSeries".
|
|
28
|
+
*/
|
|
29
|
+
private _resolvedEngine;
|
|
30
|
+
/** Memoized dynamic import of `expandSeries`. */
|
|
31
|
+
private _expandFnPromise;
|
|
32
|
+
constructor(deps: SeriesPipelineDeps<TMeta>);
|
|
33
|
+
/** Is any recurring source configured at all? */
|
|
34
|
+
hasSource(): boolean;
|
|
35
|
+
/** Cached occurrences for `window`, or `undefined` on a miss. */
|
|
36
|
+
get(window: ViewWindow): CalendarEvent<TMeta>[] | undefined;
|
|
37
|
+
has(window: ViewWindow): boolean;
|
|
38
|
+
/** Drop everything; in-flight results are discarded on arrival. */
|
|
39
|
+
invalidate(): void;
|
|
40
|
+
/** Forget the resolved engine so the next expansion re-resolves it. */
|
|
41
|
+
resetEngine(): void;
|
|
42
|
+
/**
|
|
43
|
+
* Drop cached entries whose window intersects `window`. Returns
|
|
44
|
+
* `true` when something was dropped.
|
|
45
|
+
*/
|
|
46
|
+
invalidateIntersecting(window: ViewWindow): boolean;
|
|
47
|
+
/**
|
|
48
|
+
* Trigger an expansion for `window`. No-op without a source, on a
|
|
49
|
+
* cache hit, or while the same window is already in flight.
|
|
50
|
+
*
|
|
51
|
+
* Async by design (the engine interface is async). The result
|
|
52
|
+
* lands in `cache` on success; consumers read it through
|
|
53
|
+
* `api.getVisibleEvents()`, which re-renders when the shallowRef
|
|
54
|
+
* swaps.
|
|
55
|
+
*/
|
|
56
|
+
run(window: ViewWindow): void;
|
|
57
|
+
private store;
|
|
58
|
+
/**
|
|
59
|
+
* Resolve the configured engine, lazy-constructing the factory
|
|
60
|
+
* form once. `undefined` when nothing is configured — `expandSeries`
|
|
61
|
+
* falls back to its own lazy default (rrule-temporal).
|
|
62
|
+
*/
|
|
63
|
+
private resolveEngine;
|
|
64
|
+
private loadExpandSeries;
|
|
65
|
+
private readSeriesForWindow;
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=series-pipeline.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"series-pipeline.d.ts","sourceRoot":"","sources":["../../../src/builders/internal/series-pipeline.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAuB,KAAK,gBAAgB,EAAE,KAAK,UAAU,EAAE,MAAM,KAAK,CAAC;AAClF,OAAO,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAC7E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEzD,MAAM,WAAW,kBAAkB,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IACvE,+BAA+B;IAC/B,MAAM,EAAE,MAAM,gBAAgB,CAAC,eAAe,CAAC,KAAK,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;IAChE,YAAY,EAAE,MAAM,YAAY,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC;IAC/C,aAAa,EAAE,MAAM,gBAAgB,GAAG,CAAC,MAAM,gBAAgB,CAAC,GAAG,IAAI,CAAC;IACxE,SAAS,EAAE,MAAM,SAAS,CAAC;IAC3B,SAAS,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC;IACjC,OAAO,EAAE,cAAc,CAAC;CACzB;AAID,qBAAa,cAAc,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAenD,OAAO,CAAC,QAAQ,CAAC,IAAI;IAdjC,4CAA4C;IAC5C,QAAQ,CAAC,KAAK,EAAE,UAAU,CAAC,GAAG,CAAC,MAAM,EAAE,aAAa,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAyB;IACxF,2EAA2E;IAC3E,OAAO,CAAC,WAAW,CAAK;IACxB,4CAA4C;IAC5C,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAqB;IACnD;;;OAGG;IACH,OAAO,CAAC,eAAe,CAAiC;IACxD,iDAAiD;IACjD,OAAO,CAAC,gBAAgB,CAAwC;gBAEnC,IAAI,EAAE,kBAAkB,CAAC,KAAK,CAAC;IAE5D,iDAAiD;IACjD,SAAS,IAAI,OAAO;IAIpB,iEAAiE;IACjE,GAAG,CAAC,MAAM,EAAE,UAAU,GAAG,aAAa,CAAC,KAAK,CAAC,EAAE,GAAG,SAAS;IAI3D,GAAG,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO;IAIhC,mEAAmE;IACnE,UAAU,IAAI,IAAI;IAMlB,uEAAuE;IACvE,WAAW,IAAI,IAAI;IAInB;;;OAGG;IACH,sBAAsB,CAAC,MAAM,EAAE,UAAU,GAAG,OAAO;IAkBnD;;;;;;;;OAQG;IACH,GAAG,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI;IA0C7B,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,aAAa;IAcrB,OAAO,CAAC,gBAAgB;YAMV,mBAAmB;CAOlC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
import { Temporal, ViewWindow } from '../../core';
|
|
3
|
+
/**
|
|
4
|
+
* Cache key for a `ViewWindow` in a specific display zone.
|
|
5
|
+
*
|
|
6
|
+
* View AND timezone are both part of the key so a `.timezone()`
|
|
7
|
+
* switch doesn't leak previous-zone events into the new view (C5 +
|
|
8
|
+
* Article 4: cross-zone bucketing differs by display zone — the
|
|
9
|
+
* cache must too). Locale + DstPolicy are intentionally NOT in the
|
|
10
|
+
* key — they affect rendering, not which events fall in the window.
|
|
11
|
+
*/
|
|
12
|
+
export declare function windowKey(w: ViewWindow): string;
|
|
13
|
+
/**
|
|
14
|
+
* Window equality — used to skip redundant `_setVisibleRange` calls
|
|
15
|
+
* (a re-render that produces an identical-shape window shouldn't
|
|
16
|
+
* fire `onRangeChange` twice).
|
|
17
|
+
*/
|
|
18
|
+
export declare function windowsEqual(a: ViewWindow | null, b: ViewWindow | null): boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Does a cache key (`view|tz|start|end`) intersect `window`? Same
|
|
21
|
+
* view + zone, and the ISO bounds overlap. For ISO-8601 strings a
|
|
22
|
+
* lexicographic compare is a chronological compare by construction.
|
|
23
|
+
*/
|
|
24
|
+
export declare function windowKeyIntersects(key: string, window: ViewWindow): boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Convert a `ViewWindow` (display-zone anchored, ISO-string bounds)
|
|
27
|
+
* to a `RecurrenceExpansionWindow` (Temporal ZDT bounds).
|
|
28
|
+
*
|
|
29
|
+
* `start`/`end` may be either an ISO date (`'YYYY-MM-DD'`) for date-
|
|
30
|
+
* granular views (month/week/day/agenda) or an ISO datetime
|
|
31
|
+
* (`'YYYY-MM-DDTHH:MM:SS'`) for sub-hour time-grid views. Both are
|
|
32
|
+
* anchored in `window.timezone`.
|
|
33
|
+
*/
|
|
34
|
+
export declare function viewWindowToExpansionWindow(window: ViewWindow): {
|
|
35
|
+
start: Temporal.ZonedDateTime;
|
|
36
|
+
end: Temporal.ZonedDateTime;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Wrap a plain value or `Ref<T>` into a `Ref<T>`. Throws on getters
|
|
40
|
+
* (functions) — navigation state must be writable, getters are
|
|
41
|
+
* read-only.
|
|
42
|
+
*/
|
|
43
|
+
export declare function asWritableRef<T>(input: Ref<T> | T, label: string): Ref<T>;
|
|
44
|
+
//# sourceMappingURL=window-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"window-utils.d.ts","sourceRoot":"","sources":["../../../src/builders/internal/window-utils.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAc,KAAK,GAAG,EAAE,MAAM,KAAK,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,KAAK,UAAU,EAAE,MAAM,YAAY,CAAC;AAEvD;;;;;;;;GAQG;AACH,wBAAgB,SAAS,CAAC,CAAC,EAAE,UAAU,GAAG,MAAM,CAE/C;AAED;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI,EAAE,CAAC,EAAE,UAAU,GAAG,IAAI,GAAG,OAAO,CAIhF;AAED;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,GAAG,OAAO,CAG5E;AAED;;;;;;;;GAQG;AACH,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,UAAU,GAAG;IAC/D,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC;IAC9B,GAAG,EAAE,QAAQ,CAAC,aAAa,CAAC;CAC7B,CAKA;AAaD;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,CAAC,EAAE,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,MAAM,GAAG,GAAG,CAAC,CAAC,CAAC,CAQzE"}
|
package/dist/builders/types.d.ts
CHANGED
|
@@ -182,10 +182,25 @@ export type TimeClickHandler = (payload: {
|
|
|
182
182
|
time: Temporal.PlainTime;
|
|
183
183
|
native: PointerEvent;
|
|
184
184
|
}) => void;
|
|
185
|
-
|
|
185
|
+
/**
|
|
186
|
+
* Double-click on an EMPTY day cell (month grid / all-day band).
|
|
187
|
+
* Companion to `onEventDoubleClick` for the desktop convention
|
|
188
|
+
* "double-click creates, single-click selects". Never fires for a
|
|
189
|
+
* double-click on an event element — those stop propagation and
|
|
190
|
+
* route to `onEventDoubleClick` instead.
|
|
191
|
+
*/
|
|
192
|
+
export type DateDoubleClickHandler = (payload: {
|
|
186
193
|
date: Temporal.PlainDate;
|
|
187
|
-
|
|
188
|
-
|
|
194
|
+
native: MouseEvent;
|
|
195
|
+
}) => void;
|
|
196
|
+
/**
|
|
197
|
+
* Double-click on an EMPTY time slot (week / work-week / day).
|
|
198
|
+
* `time` is snapped to the slot grid exactly like `onTimeClick`.
|
|
199
|
+
*/
|
|
200
|
+
export type TimeDoubleClickHandler = (payload: {
|
|
201
|
+
date: Temporal.PlainDate;
|
|
202
|
+
time: Temporal.PlainTime;
|
|
203
|
+
native: MouseEvent;
|
|
189
204
|
}) => void;
|
|
190
205
|
export type RangeChangeHandler = (window: ViewWindow) => void;
|
|
191
206
|
/**
|
|
@@ -217,4 +232,16 @@ export interface TimeRange {
|
|
|
217
232
|
/** Minute-of-day, inclusive (e.g. `22 * 60` for 22:00). */
|
|
218
233
|
endMinutes: number;
|
|
219
234
|
}
|
|
235
|
+
/** Scope of the day agenda's `weekStripStart` / `weekStripEnd` slots. */
|
|
236
|
+
export interface WeekStripSlotScope {
|
|
237
|
+
/** Selected day (the builder cursor). */
|
|
238
|
+
cursor: Temporal.PlainDate;
|
|
239
|
+
/** First / last day of the strip's week. */
|
|
240
|
+
weekStart: Temporal.PlainDate;
|
|
241
|
+
weekEnd: Temporal.PlainDate;
|
|
242
|
+
/** Select a day (same as tapping it in the strip). */
|
|
243
|
+
goTo(date: Temporal.PlainDate): void;
|
|
244
|
+
/** Move the selection by whole weeks; `-1` = previous week, `1` = next. */
|
|
245
|
+
shiftWeek(weeks: number): void;
|
|
246
|
+
}
|
|
220
247
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/builders/types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAC5C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,KAAK,EACV,SAAS,EACT,aAAa,EACb,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,eAAe,EACf,UAAU,EACX,MAAM,SAAS,CAAC;AAIjB;;;;;;;;;;;;;GAaG;AACH,YAAY,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAIlD;;;;;;GAMG;AACH,MAAM,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/builders/types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAC5C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,KAAK,EACV,SAAS,EACT,aAAa,EACb,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,eAAe,EACf,UAAU,EACX,MAAM,SAAS,CAAC;AAIjB;;;;;;;;;;;;;GAaG;AACH,YAAY,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAIlD;;;;;;GAMG;AACH,MAAM,MAAM,YAAY,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI,CAC1F,MAAM,EAAE,UAAU,KACf,aAAa,CAAC,KAAK,CAAC,EAAE,GAAG,OAAO,CAAC,aAAa,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;AAI9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAErD;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,YAAY,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI,CAC1F,MAAM,EAAE,UAAU,KACf,eAAe,CAAC,KAAK,CAAC,EAAE,GAAG,OAAO,CAAC,eAAe,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;AAIlE;;;;wCAIwC;AACxC,MAAM,MAAM,cAAc,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IACtF;IAAE,IAAI,EAAE,YAAY,CAAC;IAAC,MAAM,EAAE,eAAe,CAAC,KAAK,CAAC,CAAA;CAAE,GACtD;IAAE,IAAI,EAAE,WAAW,CAAC;IAAC,MAAM,EAAE,SAAS,CAAC,KAAK,CAAC,CAAA;CAAE,GAC/C;IAAE,IAAI,EAAE,UAAU,CAAC;IAAC,MAAM,EAAE,gBAAgB,CAAC,KAAK,CAAC,CAAA;CAAE,GACrD;IAAE,IAAI,EAAE,WAAW,CAAC;IAAC,MAAM,EAAE,aAAa,CAAC,KAAK,CAAC,CAAA;CAAE,CAAC;AAExD,MAAM,WAAW,gBAAgB,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAC/F,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;IAC5B,IAAI,EAAE,YAAY,CAAC;IACnB;gEAC4D;IAC5D,MAAM,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC;CAChC;AAED;;;;;;;;;;GAUG;AACH,MAAM,MAAM,aAAa,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IACrF,SAAS,GACT,CAAC,CAAC,GAAG,EAAE,gBAAgB,CAAC,KAAK,CAAC,KAAK,SAAS,GAAG,KAAK,CAAC,CAAC;AAE1D,2DAA2D;AAC3D,MAAM,MAAM,iBAAiB,GACzB,SAAS,GACT,CAAC,CAAC,GAAG,EAAE;IACL,IAAI,EAAE,QAAQ,CAAC,SAAS,CAAC;IACzB,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;CACpB,KAAK,SAAS,GAAG,KAAK,CAAC,CAAC;AAI7B,MAAM,MAAM,iBAAiB,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAC3F,CAAC,OAAO,EAAE;IAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;IAAC,MAAM,EAAE,YAAY,CAAA;CAAE,KAAK,IAAI,CAAC;AAE3E,MAAM,MAAM,uBAAuB,CACjC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAC7D,CAAC,OAAO,EAAE;IAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;IAAC,MAAM,EAAE,UAAU,CAAA;CAAE,KAAK,IAAI,CAAC;AAE3E;;;;;;;;;;;;;GAaG;AACH,MAAM,MAAM,iBAAiB,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAC3F,CAAC,OAAO,EAAE;IAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;IAAC,MAAM,EAAE,YAAY,CAAA;CAAE,KAAK,IAAI,CAAC;AAE3E;;;GAGG;AACH,MAAM,MAAM,sBAAsB,CAChC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAC7D,CAAC,OAAO,EAAE;IAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;IAAC,MAAM,EAAE,YAAY,CAAA;CAAE,KAAK,IAAI,CAAC;AAE7E;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAM,WAAW,gBAAgB,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAC/F,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;IAC5B,QAAQ,EAAE;QACR,mDAAmD;QACnD,KAAK,EAAE,QAAQ,CAAC,aAAa,GAAG,QAAQ,CAAC,SAAS,CAAC;QACnD;wDACgD;QAChD,GAAG,CAAC,EAAE,QAAQ,CAAC,aAAa,GAAG,QAAQ,CAAC,SAAS,CAAC;QAClD,mDAAmD;QACnD,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,IAAI,EAAE;QACJ,+CAA+C;QAC/C,KAAK,EAAE,QAAQ,CAAC,aAAa,GAAG,QAAQ,CAAC,SAAS,CAAC;QACnD,+CAA+C;QAC/C,GAAG,CAAC,EAAE,QAAQ,CAAC,aAAa,GAAG,QAAQ,CAAC,SAAS,CAAC;KACnD,CAAC;IACF,MAAM,EAAE;QACN,oEAAoE;QACpE,IAAI,EAAE,MAAM,CAAC;QACb;gCACwB;QACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB;;yCAEiC;QACjC,WAAW,EAAE,MAAM,CAAC;QACpB,+DAA+D;QAC/D,cAAc,EAAE,KAAK,GAAG,SAAS,GAAG,IAAI,CAAC;KAC1C,CAAC;IACF,MAAM,EAAE,YAAY,GAAG,IAAI,CAAC;CAC7B;AAED,MAAM,MAAM,gBAAgB,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI,CAC9F,OAAO,EAAE,gBAAgB,CAAC,KAAK,CAAC,KAC7B,IAAI,CAAC;AAEV,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,EAAE;IACvC,IAAI,EAAE,QAAQ,CAAC,SAAS,CAAC;IACzB,MAAM,EAAE,YAAY,CAAC;CACtB,KAAK,IAAI,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,EAAE;IACvC,IAAI,EAAE,QAAQ,CAAC,SAAS,CAAC;IACzB,IAAI,EAAE,QAAQ,CAAC,SAAS,CAAC;IACzB,MAAM,EAAE,YAAY,CAAC;CACtB,KAAK,IAAI,CAAC;AAEX;;;;;;GAMG;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,OAAO,EAAE;IAC7C,IAAI,EAAE,QAAQ,CAAC,SAAS,CAAC;IACzB,MAAM,EAAE,UAAU,CAAC;CACpB,KAAK,IAAI,CAAC;AAEX;;;GAGG;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,OAAO,EAAE;IAC7C,IAAI,EAAE,QAAQ,CAAC,SAAS,CAAC;IACzB,IAAI,EAAE,QAAQ,CAAC,SAAS,CAAC;IACzB,MAAM,EAAE,UAAU,CAAC;CACpB,KAAK,IAAI,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;AAI9D;;;;;;;;GAQG;AACH,MAAM,WAAW,aAAa;IAC5B,qEAAqE;IACrE,IAAI,EAAE,MAAM,CAAC;IACb;4BACwB;IACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;0BACsB;IACtB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,MAAM,SAAS,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI,CACvF,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,EAC3B,MAAM,EAAE,aAAa,KAClB,OAAO,CAAC;AAIb,sBAAsB;AACtB,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,aAAa,GAAG,UAAU,CAAC;AAErE,sEAAsE;AACtE,MAAM,WAAW,SAAS;IACxB,4EAA4E;IAC5E,YAAY,EAAE,MAAM,CAAC;IACrB,2DAA2D;IAC3D,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,yEAAyE;AACzE,MAAM,WAAW,kBAAkB;IACjC,yCAAyC;IACzC,MAAM,EAAE,QAAQ,CAAC,SAAS,CAAC;IAC3B,4CAA4C;IAC5C,SAAS,EAAE,QAAQ,CAAC,SAAS,CAAC;IAC9B,OAAO,EAAE,QAAQ,CAAC,SAAS,CAAC;IAC5B,sDAAsD;IACtD,IAAI,CAAC,IAAI,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;IACrC,2EAA2E;IAC3E,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CAChC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Temporal, AgendaItem, AgendaEventItem, AgendaHeaderItem, CalendarEvent } from '../core';
|
|
2
2
|
import { CalendarBuilder } from '../builders/calendar-builder';
|
|
3
|
+
import { WeekStripSlotScope } from '../builders/types';
|
|
3
4
|
declare const _default: <TMeta extends Record<string, unknown> = Record<string, unknown>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4
5
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, never> & {
|
|
5
6
|
builder: CalendarBuilder<TMeta>;
|
|
@@ -26,6 +27,23 @@ declare const _default: <TMeta extends Record<string, unknown> = Record<string,
|
|
|
26
27
|
item: AgendaHeaderItem;
|
|
27
28
|
isToday: boolean;
|
|
28
29
|
}): unknown;
|
|
30
|
+
/**
|
|
31
|
+
* Shown when the list draws NOTHING — no events in the window and
|
|
32
|
+
* no empty-day headers (`showEmptyDays` off) — and no load is in
|
|
33
|
+
* flight. No default: without the slot the surface stays blank,
|
|
34
|
+
* as before. Rendered as an overlay above the (empty) surface so
|
|
35
|
+
* the virtualized list stays mounted and scroll-to-date refs stay
|
|
36
|
+
* valid.
|
|
37
|
+
*/
|
|
38
|
+
empty?(): unknown;
|
|
39
|
+
/**
|
|
40
|
+
* Day agenda only — content at the start (left in LTR) of the
|
|
41
|
+
* seven-day week strip, e.g. a "previous week" button. Receives
|
|
42
|
+
* the strip's window and navigation helpers.
|
|
43
|
+
*/
|
|
44
|
+
weekStripStart?(props: WeekStripSlotScope): unknown;
|
|
45
|
+
/** Day agenda only — content at the end of the week strip. */
|
|
46
|
+
weekStripEnd?(props: WeekStripSlotScope): unknown;
|
|
29
47
|
}> & {
|
|
30
48
|
event?(props: {
|
|
31
49
|
event: CalendarEvent<TMeta>;
|
|
@@ -36,6 +54,23 @@ declare const _default: <TMeta extends Record<string, unknown> = Record<string,
|
|
|
36
54
|
item: AgendaHeaderItem;
|
|
37
55
|
isToday: boolean;
|
|
38
56
|
}): unknown;
|
|
57
|
+
/**
|
|
58
|
+
* Shown when the list draws NOTHING — no events in the window and
|
|
59
|
+
* no empty-day headers (`showEmptyDays` off) — and no load is in
|
|
60
|
+
* flight. No default: without the slot the surface stays blank,
|
|
61
|
+
* as before. Rendered as an overlay above the (empty) surface so
|
|
62
|
+
* the virtualized list stays mounted and scroll-to-date refs stay
|
|
63
|
+
* valid.
|
|
64
|
+
*/
|
|
65
|
+
empty?(): unknown;
|
|
66
|
+
/**
|
|
67
|
+
* Day agenda only — content at the start (left in LTR) of the
|
|
68
|
+
* seven-day week strip, e.g. a "previous week" button. Receives
|
|
69
|
+
* the strip's window and navigation helpers.
|
|
70
|
+
*/
|
|
71
|
+
weekStripStart?(props: WeekStripSlotScope): unknown;
|
|
72
|
+
/** Day agenda only — content at the end of the week strip. */
|
|
73
|
+
weekStripEnd?(props: WeekStripSlotScope): unknown;
|
|
39
74
|
};
|
|
40
75
|
emit: {};
|
|
41
76
|
}>) => import('vue').VNode & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CoarAgendaView.vue.d.ts","sourceRoot":"","sources":["../../src/components/CoarAgendaView.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CoarAgendaView.vue.d.ts","sourceRoot":"","sources":["../../src/components/CoarAgendaView.vue"],"names":[],"mappings":"AA0qBA,OAAO,EACL,QAAQ,EAMR,KAAK,UAAU,EACf,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,aAAa,EACnB,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC/D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;yBAM3C,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC/E,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WAqsBO,mBAAmB,CAAC;iBAjsBf,eAAe,CAAC,KAAK,CAAC;QAC/B,qFAAqF;eAC9E,QAAQ,GAAG,WAAW,GAAG,WAAW;QAC3C,gEAAgE;4BAC5C,MAAM;QAC1B,oEAAoE;mBACzD,MAAM;mBA2rByE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB;QA5W7C,0CAA0C;;gCANb,MAAM,KAAG,IAAI;MAkXyB,GAAG,IAAI;WACpE,GAAG;;sBA/qBK;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,IAAI,EAAE,eAAe,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;+BAC9D;YACrB,IAAI,EAAE,QAAQ,CAAC,SAAS,CAAC;YACzB,IAAI,EAAE,gBAAgB,CAAC;YACvB,OAAO,EAAE,OAAO,CAAC;SAClB,GAAG,OAAO;QACX;;;;;;;WAOG;kBACO,OAAO;QACjB;;;;WAIG;+BACoB,kBAAkB,GAAG,OAAO;QACnD,8DAA8D;6BACzC,kBAAkB,GAAG,OAAO;;sBAtBnC;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,IAAI,EAAE,eAAe,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;+BAC9D;YACrB,IAAI,EAAE,QAAQ,CAAC,SAAS,CAAC;YACzB,IAAI,EAAE,gBAAgB,CAAC;YACvB,OAAO,EAAE,OAAO,CAAC;SAClB,GAAG,OAAO;QACX;;;;;;;WAOG;kBACO,OAAO;QACjB;;;;WAIG;+BACoB,kBAAkB,GAAG,OAAO;QACnD,8DAA8D;6BACzC,kBAAkB,GAAG,OAAO;;UA2pB5C,EAAE;EAEL,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAhtBzE,wBAgtB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,7 +1,20 @@
|
|
|
1
1
|
import { Temporal, CalendarEvent, CalendarView, MonthCellPill, MonthMultiDayBar, AllDayBar, PositionedEvent, ViewWindow, AgendaEventItem } from '../core';
|
|
2
2
|
import { CalendarBuilder } from '../builders/calendar-builder';
|
|
3
|
+
import { WeekStripSlotScope } from '../builders/types';
|
|
3
4
|
interface Props {
|
|
4
5
|
builder: CalendarBuilder<Record<string, unknown>>;
|
|
6
|
+
/**
|
|
7
|
+
* Render only the body — no header bar at all. For hosts that own
|
|
8
|
+
* navigation and view selection themselves (drive the calendar
|
|
9
|
+
* through `api.goTo / next / prev / setView / setMonthDensity /
|
|
10
|
+
* setDayMode`). An empty `#header` slot does NOT do this: Vue
|
|
11
|
+
* renders the built-in fallback when a slot yields no nodes.
|
|
12
|
+
*/
|
|
13
|
+
hideHeader?: boolean;
|
|
14
|
+
/** Keep the header (nav buttons, range label) but drop the primary view switcher. */
|
|
15
|
+
hideViewSwitcher?: boolean;
|
|
16
|
+
/** Keep the header but drop the Month / Day display-choice switcher. */
|
|
17
|
+
hideModeSwitcher?: boolean;
|
|
5
18
|
}
|
|
6
19
|
interface HeaderSlotScope {
|
|
7
20
|
view: CalendarView;
|
|
@@ -71,6 +84,15 @@ declare function __VLS_template(): {
|
|
|
71
84
|
isToday: boolean;
|
|
72
85
|
isWeekend: boolean;
|
|
73
86
|
}): unknown;
|
|
87
|
+
/** Agenda empty state — forwarded to `<CoarAgendaView>`'s `empty`
|
|
88
|
+
* slot. Shown only when the agenda draws nothing and no load is
|
|
89
|
+
* in flight; no default. */
|
|
90
|
+
agendaEmpty?(): unknown;
|
|
91
|
+
/** Day agenda — content at the start of the seven-day week strip
|
|
92
|
+
* (e.g. a previous-week button). Forwarded to `<CoarAgendaView>`. */
|
|
93
|
+
weekStripStart?(props: WeekStripSlotScope): unknown;
|
|
94
|
+
/** Day agenda — content at the end of the week strip. */
|
|
95
|
+
weekStripEnd?(props: WeekStripSlotScope): unknown;
|
|
74
96
|
}> & {
|
|
75
97
|
/** Replace the entire header bar. Overrides headerStart/End/viewSwitcher. */
|
|
76
98
|
header?(props: HeaderSlotScope): unknown;
|
|
@@ -122,6 +144,15 @@ declare function __VLS_template(): {
|
|
|
122
144
|
isToday: boolean;
|
|
123
145
|
isWeekend: boolean;
|
|
124
146
|
}): unknown;
|
|
147
|
+
/** Agenda empty state — forwarded to `<CoarAgendaView>`'s `empty`
|
|
148
|
+
* slot. Shown only when the agenda draws nothing and no load is
|
|
149
|
+
* in flight; no default. */
|
|
150
|
+
agendaEmpty?(): unknown;
|
|
151
|
+
/** Day agenda — content at the start of the seven-day week strip
|
|
152
|
+
* (e.g. a previous-week button). Forwarded to `<CoarAgendaView>`. */
|
|
153
|
+
weekStripStart?(props: WeekStripSlotScope): unknown;
|
|
154
|
+
/** Day agenda — content at the end of the week strip. */
|
|
155
|
+
weekStripEnd?(props: WeekStripSlotScope): unknown;
|
|
125
156
|
};
|
|
126
157
|
refs: {
|
|
127
158
|
bodyEl: HTMLDivElement;
|
|
@@ -129,16 +160,30 @@ declare function __VLS_template(): {
|
|
|
129
160
|
getItems: () => import('..').AgendaItem[];
|
|
130
161
|
scrollToDate: (dateIso: string) => void;
|
|
131
162
|
} | null;
|
|
163
|
+
continuousMonthView: {
|
|
164
|
+
scrollToMonth: (month: Temporal.PlainYearMonth) => Promise<void>;
|
|
165
|
+
scrollToDate: (date: Temporal.PlainDate) => Promise<void>;
|
|
166
|
+
activeMonth: Temporal.PlainYearMonth;
|
|
167
|
+
} | null;
|
|
132
168
|
};
|
|
133
169
|
rootEl: HTMLDivElement;
|
|
134
170
|
};
|
|
135
171
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
136
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
172
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
173
|
+
hideHeader: boolean;
|
|
174
|
+
hideViewSwitcher: boolean;
|
|
175
|
+
hideModeSwitcher: boolean;
|
|
176
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
137
177
|
bodyEl: HTMLDivElement;
|
|
138
178
|
agendaView: {
|
|
139
179
|
getItems: () => import('..').AgendaItem[];
|
|
140
180
|
scrollToDate: (dateIso: string) => void;
|
|
141
181
|
} | null;
|
|
182
|
+
continuousMonthView: {
|
|
183
|
+
scrollToMonth: (month: Temporal.PlainYearMonth) => Promise<void>;
|
|
184
|
+
scrollToDate: (date: Temporal.PlainDate) => Promise<void>;
|
|
185
|
+
activeMonth: Temporal.PlainYearMonth;
|
|
186
|
+
} | null;
|
|
142
187
|
}, HTMLDivElement>;
|
|
143
188
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
144
189
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CoarCalendar.vue.d.ts","sourceRoot":"","sources":["../../src/components/CoarCalendar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CoarCalendar.vue.d.ts","sourceRoot":"","sources":["../../src/components/CoarCalendar.vue"],"names":[],"mappings":"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"}
|
|
@@ -6,6 +6,13 @@ declare const _default: <TMeta extends Record<string, unknown> = Record<string,
|
|
|
6
6
|
} & Partial<{}>> & import('vue').PublicProps;
|
|
7
7
|
expose(exposed: import('vue').ShallowUnwrapRef<{
|
|
8
8
|
scrollToMonth: (month: Temporal.PlainYearMonth) => Promise<void>;
|
|
9
|
+
/**
|
|
10
|
+
* Bring a date into view: its month aligned to the top, the day cell
|
|
11
|
+
* itself kept visible. Unlike the cursor watch this always scrolls —
|
|
12
|
+
* "Today" must work when the month is already the active one but the
|
|
13
|
+
* user has scrolled today's row out of the viewport.
|
|
14
|
+
*/
|
|
15
|
+
scrollToDate: (date: Temporal.PlainDate) => Promise<void>;
|
|
9
16
|
activeMonth: import('vue').ComputedRef<Temporal.PlainYearMonth>;
|
|
10
17
|
}>): void;
|
|
11
18
|
attrs: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CoarContinuousMonthView.vue.d.ts","sourceRoot":"","sources":["../../src/components/CoarContinuousMonthView.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CoarContinuousMonthView.vue.d.ts","sourceRoot":"","sources":["../../src/components/CoarContinuousMonthView.vue"],"names":[],"mappings":"AA+aA,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,aAAa,EAAE,KAAK,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAClG,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;yBAK9C,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC/E,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WAiaO,mBAAmB,CAAC;iBAhaE,eAAe,CAAC,KAAK,CAAC;mBAga0C,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB;+BA9ItB,QAAQ,CAAC,cAAc;QAC9C;;;;;WAKG;6BACkB,QAAQ,CAAC,SAAS;;MAuI4B,GAAG,IAAI;WACpE,GAAG;;qBA/ZI;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,IAAI,EAAE,aAAa,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;4BAC9D;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,GAAG,EAAE,gBAAgB,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;;qBAD9E;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,IAAI,EAAE,aAAa,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;4BAC9D;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,GAAG,EAAE,gBAAgB,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;;UAgatF,EAAE;EAEL,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AA5azE,wBA4a4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,16 +1,26 @@
|
|
|
1
|
-
import { Temporal, CalendarEvent, PositionedEvent } from '../core';
|
|
1
|
+
import { Temporal, CalendarEvent, PositionedEvent, AllDayBar } from '../core';
|
|
2
2
|
import { CalendarBuilder } from '../builders/calendar-builder';
|
|
3
3
|
declare const _default: <TMeta extends Record<string, unknown> = Record<string, unknown>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4
4
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, never> & {
|
|
5
5
|
builder: CalendarBuilder<TMeta>;
|
|
6
6
|
} & Partial<{}>> & import('vue').PublicProps;
|
|
7
|
-
expose(exposed: import('vue').ShallowUnwrapRef<{
|
|
7
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{
|
|
8
|
+
/** First and last rendered date (inclusive). */
|
|
9
|
+
getVisibleRange(): {
|
|
10
|
+
start: Temporal.PlainDate;
|
|
11
|
+
end: Temporal.PlainDate;
|
|
12
|
+
} | null;
|
|
13
|
+
}>): void;
|
|
8
14
|
attrs: any;
|
|
9
15
|
slots: Readonly<{
|
|
10
16
|
event?(props: {
|
|
11
17
|
event: CalendarEvent<TMeta>;
|
|
12
18
|
layout: PositionedEvent<TMeta>;
|
|
13
19
|
}): unknown;
|
|
20
|
+
allDayEvent?(props: {
|
|
21
|
+
event: CalendarEvent<TMeta>;
|
|
22
|
+
layout: AllDayBar<TMeta>;
|
|
23
|
+
}): unknown;
|
|
14
24
|
dayHeader?(props: {
|
|
15
25
|
date: Temporal.PlainDate;
|
|
16
26
|
isToday: boolean;
|
|
@@ -21,6 +31,10 @@ declare const _default: <TMeta extends Record<string, unknown> = Record<string,
|
|
|
21
31
|
event: CalendarEvent<TMeta>;
|
|
22
32
|
layout: PositionedEvent<TMeta>;
|
|
23
33
|
}): unknown;
|
|
34
|
+
allDayEvent?(props: {
|
|
35
|
+
event: CalendarEvent<TMeta>;
|
|
36
|
+
layout: AllDayBar<TMeta>;
|
|
37
|
+
}): unknown;
|
|
24
38
|
dayHeader?(props: {
|
|
25
39
|
date: Temporal.PlainDate;
|
|
26
40
|
isToday: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CoarDayView.vue.d.ts","sourceRoot":"","sources":["../../src/components/CoarDayView.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CoarDayView.vue.d.ts","sourceRoot":"","sources":["../../src/components/CoarDayView.vue"],"names":[],"mappings":"AAqEA,OAAO,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACnF,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;yBAE9C,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC/E,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WAyHO,mBAAmB,CAAC;iBAxHE,eAAe,CAAC,KAAK,CAAC;mBAwH0C,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB;QAzG7C,gDAAgD;2BAC7B;YAAE,KAAK,EAAE,QAAQ,CAAC,SAAS,CAAC;YAAC,GAAG,EAAE,QAAQ,CAAC,SAAS,CAAA;SAAE,GAAG,IAAI;MAwGb,GAAG,IAAI;WACpE,GAAG;;sBAtHK;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,MAAM,EAAE,eAAe,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;4BACnE;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,MAAM,EAAE,SAAS,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;0BACrE;YAAE,IAAI,EAAE,QAAQ,CAAC,SAAS,CAAC;YAAC,OAAO,EAAE,OAAO,CAAC;YAAC,SAAS,EAAE,OAAO,CAAA;SAAE,GAAG,OAAO;;sBAFhF;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,MAAM,EAAE,eAAe,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;4BACnE;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,MAAM,EAAE,SAAS,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;0BACrE;YAAE,IAAI,EAAE,QAAQ,CAAC,SAAS,CAAC;YAAC,OAAO,EAAE,OAAO,CAAC;YAAC,SAAS,EAAE,OAAO,CAAA;SAAE,GAAG,OAAO;;UAsHzF,EAAE;EAEL,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AApIzE,wBAoI4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CoarMonthListView.vue.d.ts","sourceRoot":"","sources":["../../src/components/CoarMonthListView.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CoarMonthListView.vue.d.ts","sourceRoot":"","sources":["../../src/components/CoarMonthListView.vue"],"names":[],"mappings":"AAyUA,OAAO,EAQL,KAAK,eAAe,EACpB,KAAK,aAAa,EACnB,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;yBAK9C,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC/E,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WAqTO,mBAAmB,CAAC;iBApTE,eAAe,CAAC,KAAK,CAAC;mBAoT0C,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;sBAhTK;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,IAAI,EAAE,eAAe,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;;sBAAvE;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,IAAI,EAAE,eAAe,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;;UAkThF,EAAE;EAEL,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAhUzE,wBAgU4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CoarMonthView.vue.d.ts","sourceRoot":"","sources":["../../src/components/CoarMonthView.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CoarMonthView.vue.d.ts","sourceRoot":"","sources":["../../src/components/CoarMonthView.vue"],"names":[],"mappings":"AAklCA,OAAO,EACL,QAAQ,EAeR,KAAK,aAAa,EAClB,KAAK,gBAAgB,EACrB,KAAK,aAAa,EAElB,KAAK,WAAW,EAEjB,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;yBAU9C,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC/E,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WAywCO,mBAAmB,CAAC;iBAlwCf,eAAe,CAAC,KAAK,CAAC;QAC/B,qDAAqD;gBAC7C,QAAQ,CAAC,cAAc;QAC/B,2EAA2E;2BACxD,OAAO;QAC1B,oFAAoF;4BAChE,OAAO;mBA4vC+D,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB;QAjrB7C,yDAAyD;;MAirBU,GAAG,IAAI;WACpE,GAAG;;QAjvCT;mDAC2C;qBAC9B;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,IAAI,EAAE,aAAa,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;QAClF;mDAC2C;4BACvB;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,GAAG,EAAE,gBAAgB,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;;QAL3F;mDAC2C;qBAC9B;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,IAAI,EAAE,aAAa,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;QAClF;mDAC2C;4BACvB;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,GAAG,EAAE,gBAAgB,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;;UA8uCtF,EAAE;EAEL,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AApxCzE,wBAoxC4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,21 +1,47 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TimeGridSwipeState } from '../composables/useTimeGridSwipe';
|
|
2
|
+
import { Temporal, CalendarEvent, PositionedEvent, AllDayBar, ViewWindow } from '../core';
|
|
2
3
|
import { CalendarBuilder } from '../builders/calendar-builder';
|
|
4
|
+
import { CascadeFrame } from '../core/cascadeLayout';
|
|
3
5
|
declare const _default: <TMeta extends Record<string, unknown> = Record<string, unknown>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4
|
-
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
6
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
7
|
+
readonly onSwipeState?: ((state: TimeGridSwipeState) => any) | undefined;
|
|
8
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onSwipeState"> & {
|
|
5
9
|
builder: CalendarBuilder<TMeta>;
|
|
6
10
|
/** One date per day-column to render. The wrapper (Day/Week
|
|
7
11
|
* view) computes this from the builder's date + firstDayOfWeek. */
|
|
8
12
|
dates?: ReadonlyArray<Temporal.PlainDate>;
|
|
13
|
+
/**
|
|
14
|
+
* Read events for THIS window instead of the builder's visible
|
|
15
|
+
* window. The neighbour pages drawn during a swipe pass their own
|
|
16
|
+
* window; the live grid leaves it undefined.
|
|
17
|
+
*/
|
|
18
|
+
window?: ViewWindow;
|
|
19
|
+
/**
|
|
20
|
+
* Neighbour-page mode: purely visual. No scroll registration on the
|
|
21
|
+
* builder, `aria-hidden`, no pointer events, hour axis hidden (it
|
|
22
|
+
* keeps its width so columns align with the live grid).
|
|
23
|
+
*/
|
|
24
|
+
ghost?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Ghost only: pin the sticky top (header + all-day band) to the live
|
|
27
|
+
* grid's height so the hour rows of both pages line up during the
|
|
28
|
+
* pan even when only one of them has an all-day band.
|
|
29
|
+
*/
|
|
30
|
+
ghostTopPx?: number;
|
|
31
|
+
/**
|
|
32
|
+
* Ghost only: height of the live grid's all-day band (0 = none).
|
|
33
|
+
* The ghost renders its band exactly that tall — an empty one when
|
|
34
|
+
* it has no all-day events — so the pinned top stays opaque over the
|
|
35
|
+
* ghost's own scrolled hour rows.
|
|
36
|
+
*/
|
|
37
|
+
ghostBandPx?: number;
|
|
9
38
|
} & Partial<{}>> & import('vue').PublicProps;
|
|
10
39
|
expose(exposed: import('vue').ShallowUnwrapRef<{
|
|
11
40
|
/** Layout snapshot per day — useful for tests. */
|
|
12
41
|
getLayout: () => {
|
|
13
42
|
date: Temporal.PlainDate;
|
|
14
43
|
positioned: PositionedEvent<TMeta>[];
|
|
15
|
-
horizontalFrames: Map<string,
|
|
16
|
-
x: number;
|
|
17
|
-
width: number;
|
|
18
|
-
}>;
|
|
44
|
+
horizontalFrames: Map<string, CascadeFrame>;
|
|
19
45
|
}[];
|
|
20
46
|
scrollToTime: (time: Temporal.PlainTime) => void;
|
|
21
47
|
}>): void;
|
|
@@ -49,7 +75,7 @@ declare const _default: <TMeta extends Record<string, unknown> = Record<string,
|
|
|
49
75
|
isWeekend: boolean;
|
|
50
76
|
}): unknown;
|
|
51
77
|
};
|
|
52
|
-
emit:
|
|
78
|
+
emit: (evt: "swipeState", state: TimeGridSwipeState) => void;
|
|
53
79
|
}>) => import('vue').VNode & {
|
|
54
80
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
55
81
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CoarTimeGrid.vue.d.ts","sourceRoot":"","sources":["../../src/components/CoarTimeGrid.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CoarTimeGrid.vue.d.ts","sourceRoot":"","sources":["../../src/components/CoarTimeGrid.vue"],"names":[],"mappings":"AA25CA,OAAO,EAAoB,KAAK,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAC5F,OAAO,EACL,QAAQ,EAUR,KAAK,aAAa,EAClB,KAAK,eAAe,EACpB,KAAK,SAAS,EACd,KAAK,UAAU,EAGhB,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAU/D,OAAO,EAEL,KAAK,YAAY,EAElB,MAAM,uBAAuB,CAAC;yBAGd,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC/E,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WAqkDO,mBAAmB,CAAC;;;iBAjkDjB,eAAe,CAAC,KAAK,CAAC;QAC/B;4EACoE;gBAC5D,aAAa,CAAC,QAAQ,CAAC,SAAS,CAAC;QACzC;;;;WAIG;iBACM,UAAU;QACnB;;;;WAIG;gBACK,OAAO;QACf;;;;WAIG;qBACU,MAAM;QACnB;;;;;WAKG;sBACW,MAAM;mBAqiDwE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB;QAjzB7C,kDAAkD;;kBA3a1C,QAAQ,CAAC,SAAS;wBACZ,eAAe,CAAC,KAAK,CAAC,EAAE;8BAClB,GAAG,CAAC,MAAM,EAAE,YAAY,CAAC;;6BA0ZnB,QAAQ,CAAC,SAAS,KAAG,IAAI;MAg0BgB,GAAG,IAAI;WACpE,GAAG;;sBA5hDK;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,MAAM,EAAE,eAAe,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;4BACnE;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,MAAM,EAAE,SAAS,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;0BACrE;YAAE,IAAI,EAAE,QAAQ,CAAC,SAAS,CAAC;YAAC,OAAO,EAAE,OAAO,CAAC;YAAC,SAAS,EAAE,OAAO,CAAA;SAAE,GAAG,OAAO;;sBAFhF;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,MAAM,EAAE,eAAe,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;4BACnE;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,MAAM,EAAE,SAAS,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;0BACrE;YAAE,IAAI,EAAE,QAAQ,CAAC,SAAS,CAAC;YAAC,OAAO,EAAE,OAAO,CAAC;YAAC,SAAS,EAAE,OAAO,CAAA;SAAE,GAAG,OAAO;;;EA8hD5F,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAhlDzE,wBAglD4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|