@cocoar/vue-calendar 1.16.0 → 1.17.0-beta.3
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/builders/types.d.ts +13 -9
- package/dist/builders/types.d.ts.map +1 -1
- package/dist/components/CoarAgendaView.vue.d.ts +46 -0
- package/dist/components/CoarAgendaView.vue.d.ts.map +1 -0
- package/dist/components/CoarCalendar.vue.d.ts +18 -18
- package/dist/components/CoarCalendar.vue.d.ts.map +1 -1
- package/dist/components/CoarDayView.vue.d.ts +38 -0
- package/dist/components/CoarDayView.vue.d.ts.map +1 -0
- package/dist/components/CoarMonthView.vue.d.ts +47 -0
- package/dist/components/CoarMonthView.vue.d.ts.map +1 -0
- package/dist/components/CoarTimeGrid.vue.d.ts +56 -0
- package/dist/components/CoarTimeGrid.vue.d.ts.map +1 -0
- package/dist/components/CoarWeekView.vue.d.ts +52 -0
- package/dist/components/CoarWeekView.vue.d.ts.map +1 -0
- package/dist/components/internal/CoarEventDecorations.vue.d.ts +1 -0
- package/dist/components/internal/CoarEventDecorations.vue.d.ts.map +1 -1
- package/dist/components/internal/agenda/CoarAgendaEvent.vue.d.ts +51 -0
- package/dist/components/internal/agenda/CoarAgendaEvent.vue.d.ts.map +1 -0
- package/dist/components/internal/month/CoarMonthBar.vue.d.ts +51 -69
- package/dist/components/internal/month/CoarMonthBar.vue.d.ts.map +1 -1
- package/dist/components/internal/month/CoarMonthCell.vue.d.ts +2 -2
- package/dist/components/internal/month/CoarMonthCell.vue.d.ts.map +1 -1
- package/dist/components/internal/month/CoarMonthPill.vue.d.ts +44 -58
- package/dist/components/internal/month/CoarMonthPill.vue.d.ts.map +1 -1
- package/dist/components/internal/month/CoarMonthRow.vue.d.ts +18 -2
- package/dist/components/internal/month/CoarMonthRow.vue.d.ts.map +1 -1
- package/dist/components/internal/time-grid/CoarTimeGridAllDayBar.vue.d.ts +53 -0
- package/dist/components/internal/time-grid/CoarTimeGridAllDayBar.vue.d.ts.map +1 -0
- package/dist/components/internal/time-grid/CoarTimeGridEvent.vue.d.ts +66 -0
- package/dist/components/internal/time-grid/CoarTimeGridEvent.vue.d.ts.map +1 -0
- package/dist/components/internal/time-grid/CoarTimeGridHeader.vue.d.ts +2 -2
- package/dist/components/internal/time-grid/CoarTimeGridHeader.vue.d.ts.map +1 -1
- package/dist/composables/useCalendarDnd.d.ts +18 -30
- package/dist/composables/useCalendarDnd.d.ts.map +1 -1
- package/dist/composables/useMonthDnd.d.ts +20 -22
- package/dist/composables/useMonthDnd.d.ts.map +1 -1
- package/dist/composables/useTimeGridDnd.d.ts +23 -25
- package/dist/composables/useTimeGridDnd.d.ts.map +1 -1
- package/dist/composables/useViewWindow.d.ts +11 -2
- package/dist/composables/useViewWindow.d.ts.map +1 -1
- package/dist/core/recurrence.d.ts.map +1 -1
- package/dist/core/recurrenceWorker.d.ts.map +1 -1
- package/dist/core/timeGridLayout.d.ts +1 -1
- package/dist/core/timeGridLayout.d.ts.map +1 -1
- package/dist/index.js +475 -474
- package/dist/vue-calendar.css +1 -1
- package/package.json +5 -4
|
@@ -1,80 +1,62 @@
|
|
|
1
1
|
import { CalendarEvent, MonthMultiDayBar } from '../../../core';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
2
|
+
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<{
|
|
3
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
|
+
readonly onDblclick?: ((native: MouseEvent) => any) | undefined;
|
|
5
|
+
readonly onKeydown?: ((native: KeyboardEvent) => any) | undefined;
|
|
6
|
+
readonly onPointerdown?: ((native: PointerEvent) => any) | undefined;
|
|
7
|
+
readonly onStartResize?: ((native: PointerEvent) => any) | undefined;
|
|
8
|
+
readonly onEndResize?: ((native: PointerEvent) => any) | undefined;
|
|
9
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onDblclick" | "onKeydown" | "onPointerdown" | "onStartResize" | "onEndResize"> & {
|
|
10
|
+
event: CalendarEvent<TMeta>;
|
|
11
|
+
bar: MonthMultiDayBar<TMeta>;
|
|
12
|
+
variant?: "live" | "preview" | "phantom" | "invalid";
|
|
13
|
+
bg: string;
|
|
14
|
+
border: string;
|
|
15
|
+
title: string;
|
|
16
|
+
/** Display zone — surfaced on the default decoration layer (C3/C5 hints). */
|
|
17
|
+
displayZone?: string;
|
|
18
|
+
ariaLabel?: string;
|
|
19
|
+
snappingBack?: boolean;
|
|
20
|
+
density?: "comfortable" | "compact" | "spacious";
|
|
21
|
+
/** Pixel offset from the row's top edge. */
|
|
22
|
+
top: number;
|
|
23
|
+
/** CSS `left` (typically a `calc(...)` percentage expression). */
|
|
24
|
+
left: string;
|
|
25
|
+
/** CSS `width` (typically a `calc(...)` percentage expression). */
|
|
26
|
+
width: string;
|
|
27
|
+
/** Pixel height. */
|
|
28
|
+
height: number;
|
|
29
|
+
/** Stacking order; preview gets bumped to 100 by the parent. */
|
|
30
|
+
zIndex: number;
|
|
31
|
+
/** Bar is clipped at the start (off-month or at the row edge). */
|
|
32
|
+
clippedStart?: boolean;
|
|
33
|
+
/** Bar is clipped at the end (off-month or at the row edge). */
|
|
34
|
+
clippedEnd?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* `true` when the `preview` variant is being driven by an
|
|
37
|
+
* in-flight keyboard drag.
|
|
38
|
+
*/
|
|
39
|
+
kbdActive?: boolean;
|
|
40
|
+
} & Partial<{}>> & import('vue').PublicProps;
|
|
41
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
42
|
+
attrs: any;
|
|
36
43
|
slots: Readonly<{
|
|
37
44
|
default(props: {
|
|
38
|
-
event: CalendarEvent
|
|
39
|
-
bar: MonthMultiDayBar
|
|
45
|
+
event: CalendarEvent<TMeta>;
|
|
46
|
+
bar: MonthMultiDayBar<TMeta>;
|
|
40
47
|
}): unknown;
|
|
41
48
|
}> & {
|
|
42
49
|
default(props: {
|
|
43
|
-
event: CalendarEvent
|
|
44
|
-
bar: MonthMultiDayBar
|
|
50
|
+
event: CalendarEvent<TMeta>;
|
|
51
|
+
bar: MonthMultiDayBar<TMeta>;
|
|
45
52
|
}): unknown;
|
|
46
53
|
};
|
|
47
|
-
|
|
48
|
-
|
|
54
|
+
emit: ((evt: "dblclick", native: MouseEvent) => void) & ((evt: "keydown", native: KeyboardEvent) => void) & ((evt: "pointerdown", native: PointerEvent) => void) & ((evt: "startResize", native: PointerEvent) => void) & ((evt: "endResize", native: PointerEvent) => void);
|
|
55
|
+
}>) => import('vue').VNode & {
|
|
56
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
49
57
|
};
|
|
50
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
51
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
52
|
-
dblclick: (native: MouseEvent) => any;
|
|
53
|
-
keydown: (native: KeyboardEvent) => any;
|
|
54
|
-
pointerdown: (native: PointerEvent) => any;
|
|
55
|
-
startResize: (native: PointerEvent) => any;
|
|
56
|
-
endResize: (native: PointerEvent) => any;
|
|
57
|
-
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
58
|
-
onDblclick?: ((native: MouseEvent) => any) | undefined;
|
|
59
|
-
onKeydown?: ((native: KeyboardEvent) => any) | undefined;
|
|
60
|
-
onPointerdown?: ((native: PointerEvent) => any) | undefined;
|
|
61
|
-
onStartResize?: ((native: PointerEvent) => any) | undefined;
|
|
62
|
-
onEndResize?: ((native: PointerEvent) => any) | undefined;
|
|
63
|
-
}>, {
|
|
64
|
-
clippedStart: boolean;
|
|
65
|
-
clippedEnd: boolean;
|
|
66
|
-
displayZone: string;
|
|
67
|
-
variant: "live" | "preview" | "phantom" | "invalid";
|
|
68
|
-
ariaLabel: string;
|
|
69
|
-
snappingBack: boolean;
|
|
70
|
-
density: "comfortable" | "compact";
|
|
71
|
-
kbdActive: boolean;
|
|
72
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
73
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
74
58
|
export default _default;
|
|
75
|
-
type
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
};
|
|
79
|
-
};
|
|
59
|
+
type __VLS_PrettifyLocal<T> = {
|
|
60
|
+
[K in keyof T]: T[K];
|
|
61
|
+
} & {};
|
|
80
62
|
//# sourceMappingURL=CoarMonthBar.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CoarMonthBar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/internal/month/CoarMonthBar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CoarMonthBar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/internal/month/CoarMonthBar.vue"],"names":[],"mappings":"AA8TA,OAAO,KAAK,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;yBAGpD,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;WAiRO,mBAAmB,CAAC;;;;;;;eA7QjB,aAAa,CAAC,KAAK,CAAC;aACtB,gBAAgB,CAAC,KAAK,CAAC;kBAClB,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS;YAChD,MAAM;gBACF,MAAM;eACP,MAAM;QACb,6EAA6E;sBAC/D,MAAM;oBACR,MAAM;uBACH,OAAO;kBACZ,aAAa,GAAG,SAAS,GAAG,UAAU;QAEhD,4CAA4C;aACvC,MAAM;QACX,kEAAkE;cAC5D,MAAM;QACZ,mEAAmE;eAC5D,MAAM;QACb,oBAAoB;gBACZ,MAAM;QACd,gEAAgE;gBACxD,MAAM;QAEd,kEAAkE;uBACnD,OAAO;QACtB,gEAAgE;qBACnD,OAAO;QACpB;;;WAGG;oBACS,OAAO;mBA8OuE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBAnNM;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,GAAG,EAAE,gBAAgB,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;;uBAAvE;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,GAAG,EAAE,gBAAgB,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;;;EAuNpF,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AA5RzE,wBA4R4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -19,7 +19,7 @@ interface Props {
|
|
|
19
19
|
menuOpenForThisCell?: boolean;
|
|
20
20
|
/** Localised kebab `aria-label`. Parent supplies the i18n string. */
|
|
21
21
|
kebabAriaLabel: string;
|
|
22
|
-
density?: 'comfortable' | 'compact';
|
|
22
|
+
density?: 'comfortable' | 'compact' | 'spacious';
|
|
23
23
|
/**
|
|
24
24
|
* `aria-rowindex` for the cell — counts from 1, with row 1 being
|
|
25
25
|
* the weekday-header row, so week rows start at 2.
|
|
@@ -58,7 +58,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
58
58
|
onCellContextmenu?: ((native: MouseEvent, day: Temporal.PlainDate) => any) | undefined;
|
|
59
59
|
onKebabClick?: ((native: MouseEvent, day: Temporal.PlainDate) => any) | undefined;
|
|
60
60
|
}>, {
|
|
61
|
-
density: "comfortable" | "compact";
|
|
61
|
+
density: "comfortable" | "compact" | "spacious";
|
|
62
62
|
isToday: boolean;
|
|
63
63
|
isWeekend: boolean;
|
|
64
64
|
isOtherMonth: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CoarMonthCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/internal/month/CoarMonthCell.vue"],"names":[],"mappings":"AAqSA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE9C,UAAU,KAAK;IACb,GAAG,EAAE,QAAQ,CAAC,SAAS,CAAC;IACxB,2EAA2E;IAC3E,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,qEAAqE;IACrE,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,aAAa,GAAG,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"CoarMonthCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/internal/month/CoarMonthCell.vue"],"names":[],"mappings":"AAqSA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE9C,UAAU,KAAK;IACb,GAAG,EAAE,QAAQ,CAAC,SAAS,CAAC;IACxB,2EAA2E;IAC3E,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,qEAAqE;IACrE,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,aAAa,GAAG,SAAS,GAAG,UAAU,CAAC;IACjD;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB,2CAA2C;IAC3C,YAAY,EAAE,MAAM,CAAC;IACrB,qDAAqD;IACrD,SAAS,EAAE,MAAM,CAAC;CACnB;AAoDD,iBAAS,cAAc;WA0FT,OAAO,IAA6B;;QAxHhD;;;WAGG;mBACQ,OAAO;;QAJlB;;;WAGG;mBACQ,OAAO;;;;EAyHnB;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;aA5KT,aAAa,GAAG,SAAS,GAAG,UAAU;aAhBtC,OAAO;eAEL,OAAO;kBADJ,OAAO;yBAYA,OAAO;wFAwL7B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,33 +1,38 @@
|
|
|
1
1
|
import { CalendarEvent, MonthCellPill } from '../../../core';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
2
|
+
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<{
|
|
3
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
|
+
readonly onDblclick?: ((native: MouseEvent) => any) | undefined;
|
|
5
|
+
readonly onKeydown?: ((native: KeyboardEvent) => any) | undefined;
|
|
6
|
+
readonly onPointerdown?: ((native: PointerEvent) => any) | undefined;
|
|
7
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onDblclick" | "onKeydown" | "onPointerdown"> & {
|
|
8
|
+
event: CalendarEvent<TMeta>;
|
|
9
|
+
pill: MonthCellPill<TMeta>;
|
|
10
|
+
variant?: "live" | "preview" | "phantom" | "invalid";
|
|
11
|
+
bg: string;
|
|
12
|
+
border: string;
|
|
13
|
+
title: string;
|
|
14
|
+
/** Display zone — surfaced on the default decoration layer (C3/C5 hints). */
|
|
15
|
+
displayZone?: string;
|
|
16
|
+
/** Required for `live`; ignored otherwise. */
|
|
17
|
+
ariaLabel?: string;
|
|
18
|
+
/** Apply the snap-back exit animation (invalid variant only). */
|
|
19
|
+
snappingBack?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Visual density. The compact rule has to live HERE (not on the
|
|
22
|
+
* parent month-view) — Vue's scoped CSS won't let a parent
|
|
23
|
+
* descendant selector reach into the child's scope.
|
|
24
|
+
*/
|
|
25
|
+
density?: "comfortable" | "compact" | "spacious";
|
|
26
|
+
/**
|
|
27
|
+
* `true` when the `preview` variant is being driven by an
|
|
28
|
+
* in-flight keyboard drag. Promotes the ghost from a passive
|
|
29
|
+
* visual to a focusable interactive element so subsequent
|
|
30
|
+
* arrow keystrokes keep landing on `keydown`.
|
|
31
|
+
*/
|
|
32
|
+
kbdActive?: boolean;
|
|
33
|
+
} & Partial<{}>> & import('vue').PublicProps;
|
|
34
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
35
|
+
attrs: any;
|
|
31
36
|
slots: Readonly<{
|
|
32
37
|
/**
|
|
33
38
|
* Render custom pill content. Receives `event` + `pill` so the
|
|
@@ -37,8 +42,8 @@ declare function __VLS_template(): {
|
|
|
37
42
|
* title to keep their visuals consistent across consumers.
|
|
38
43
|
*/
|
|
39
44
|
default(props: {
|
|
40
|
-
event: CalendarEvent
|
|
41
|
-
pill: MonthCellPill
|
|
45
|
+
event: CalendarEvent<TMeta>;
|
|
46
|
+
pill: MonthCellPill<TMeta>;
|
|
42
47
|
}): unknown;
|
|
43
48
|
}> & {
|
|
44
49
|
/**
|
|
@@ -49,35 +54,16 @@ declare function __VLS_template(): {
|
|
|
49
54
|
* title to keep their visuals consistent across consumers.
|
|
50
55
|
*/
|
|
51
56
|
default(props: {
|
|
52
|
-
event: CalendarEvent
|
|
53
|
-
pill: MonthCellPill
|
|
57
|
+
event: CalendarEvent<TMeta>;
|
|
58
|
+
pill: MonthCellPill<TMeta>;
|
|
54
59
|
}): unknown;
|
|
55
60
|
};
|
|
56
|
-
|
|
57
|
-
|
|
61
|
+
emit: ((evt: "dblclick", native: MouseEvent) => void) & ((evt: "keydown", native: KeyboardEvent) => void) & ((evt: "pointerdown", native: PointerEvent) => void);
|
|
62
|
+
}>) => import('vue').VNode & {
|
|
63
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
58
64
|
};
|
|
59
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
60
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
61
|
-
dblclick: (native: MouseEvent) => any;
|
|
62
|
-
keydown: (native: KeyboardEvent) => any;
|
|
63
|
-
pointerdown: (native: PointerEvent) => any;
|
|
64
|
-
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
65
|
-
onDblclick?: ((native: MouseEvent) => any) | undefined;
|
|
66
|
-
onKeydown?: ((native: KeyboardEvent) => any) | undefined;
|
|
67
|
-
onPointerdown?: ((native: PointerEvent) => any) | undefined;
|
|
68
|
-
}>, {
|
|
69
|
-
displayZone: string;
|
|
70
|
-
variant: "live" | "preview" | "phantom" | "invalid";
|
|
71
|
-
ariaLabel: string;
|
|
72
|
-
snappingBack: boolean;
|
|
73
|
-
density: "comfortable" | "compact";
|
|
74
|
-
kbdActive: boolean;
|
|
75
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
76
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
77
65
|
export default _default;
|
|
78
|
-
type
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
};
|
|
82
|
-
};
|
|
66
|
+
type __VLS_PrettifyLocal<T> = {
|
|
67
|
+
[K in keyof T]: T[K];
|
|
68
|
+
} & {};
|
|
83
69
|
//# sourceMappingURL=CoarMonthPill.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CoarMonthPill.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/internal/month/CoarMonthPill.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CoarMonthPill.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/internal/month/CoarMonthPill.vue"],"names":[],"mappings":"AAwPA,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;yBAGjD,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;WAsNO,mBAAmB,CAAC;;;;;eAlNjB,aAAa,CAAC,KAAK,CAAC;cACrB,aAAa,CAAC,KAAK,CAAC;kBAChB,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS;YAChD,MAAM;gBACF,MAAM;eACP,MAAM;QACb,6EAA6E;sBAC/D,MAAM;QACpB,8CAA8C;oBAClC,MAAM;QAClB,iEAAiE;uBAClD,OAAO;QACtB;;;;WAIG;kBACO,aAAa,GAAG,SAAS,GAAG,UAAU;QAChD;;;;;WAKG;oBACS,OAAO;mBA0LuE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;QAnKT;;;;;;WAMG;uBACY;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,IAAI,EAAE,aAAa,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;;QAPpF;;;;;;WAMG;uBACY;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,IAAI,EAAE,aAAa,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;;;EAgKlF,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAjOzE,wBAiO4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `<CoarMonthRow>` — internal layout component for one week row
|
|
3
|
+
* inside the month grid.
|
|
4
|
+
*
|
|
5
|
+
* Owns:
|
|
6
|
+
* - the 7-column CSS grid that lines up day cells across the week
|
|
7
|
+
* - the row's pixel height (set inline so per-row collapsed /
|
|
8
|
+
* expanded states can animate independently)
|
|
9
|
+
* - the `position: relative` containing block that lets multi-day
|
|
10
|
+
* bars overlay across cells via absolute positioning
|
|
11
|
+
*
|
|
12
|
+
* Does NOT own: cells, bars, dnd, expansion logic. Those are
|
|
13
|
+
* passed in as slot content.
|
|
14
|
+
*
|
|
15
|
+
* Lives in `internal/` — NOT exported from the package barrel.
|
|
16
|
+
*/
|
|
1
17
|
interface Props {
|
|
2
18
|
/** Pixel height for the entire row (computed by the parent
|
|
3
19
|
* from the multi-day-bar lane count + collapsed/expanded state). */
|
|
@@ -8,7 +24,7 @@ interface Props {
|
|
|
8
24
|
* Vue's scoped CSS won't let a parent descendant selector reach
|
|
9
25
|
* into the child's scope.
|
|
10
26
|
*/
|
|
11
|
-
density?: 'comfortable' | 'compact';
|
|
27
|
+
density?: 'comfortable' | 'compact' | 'spacious';
|
|
12
28
|
}
|
|
13
29
|
declare function __VLS_template(): {
|
|
14
30
|
attrs: Partial<{}>;
|
|
@@ -32,7 +48,7 @@ declare function __VLS_template(): {
|
|
|
32
48
|
};
|
|
33
49
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
34
50
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
35
|
-
density: "comfortable" | "compact";
|
|
51
|
+
density: "comfortable" | "compact" | "spacious";
|
|
36
52
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
37
53
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
38
54
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CoarMonthRow.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/internal/month/CoarMonthRow.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CoarMonthRow.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/internal/month/CoarMonthRow.vue"],"names":[],"mappings":"AAoFA;;;;;;;;;;;;;;;GAeG;AAEH,UAAU,KAAK;IACb;yEACqE;IACrE,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;OAKG;IACH,OAAO,CAAC,EAAE,aAAa,GAAG,SAAS,GAAG,UAAU,CAAC;CAClD;AAiBD,iBAAS,cAAc;WA6BT,OAAO,IAA6B;;QAxChD;;;;WAIG;mBACQ,OAAO;;QALlB;;;;WAIG;mBACQ,OAAO;;;;EAwCnB;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;aA9DT,aAAa,GAAG,SAAS,GAAG,UAAU;wFAsEhD,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { CalendarEvent, AllDayBar } from '../../../core';
|
|
2
|
+
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<{
|
|
3
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
|
+
readonly onDblclick?: ((native: MouseEvent) => any) | undefined;
|
|
5
|
+
readonly onKeydown?: ((native: KeyboardEvent) => any) | undefined;
|
|
6
|
+
readonly onPointerdown?: ((native: PointerEvent) => any) | undefined;
|
|
7
|
+
readonly onStartResize?: ((native: PointerEvent) => any) | undefined;
|
|
8
|
+
readonly onEndResize?: ((native: PointerEvent) => any) | undefined;
|
|
9
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onDblclick" | "onKeydown" | "onPointerdown" | "onStartResize" | "onEndResize"> & {
|
|
10
|
+
event: CalendarEvent<TMeta>;
|
|
11
|
+
bar: AllDayBar<TMeta>;
|
|
12
|
+
variant?: "live" | "preview" | "phantom" | "invalid";
|
|
13
|
+
bg: string;
|
|
14
|
+
border: string;
|
|
15
|
+
title: string;
|
|
16
|
+
ariaLabel?: string;
|
|
17
|
+
snappingBack?: boolean;
|
|
18
|
+
density?: "comfortable" | "compact" | "spacious";
|
|
19
|
+
top: number;
|
|
20
|
+
left: string;
|
|
21
|
+
width: string;
|
|
22
|
+
height: number;
|
|
23
|
+
zIndex: number;
|
|
24
|
+
clippedStart?: boolean;
|
|
25
|
+
clippedEnd?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* `true` when the `preview` variant is being driven by an
|
|
28
|
+
* in-flight keyboard drag. See `CoarTimeGridEvent` for rationale.
|
|
29
|
+
*/
|
|
30
|
+
kbdActive?: boolean;
|
|
31
|
+
} & Partial<{}>> & import('vue').PublicProps;
|
|
32
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
33
|
+
attrs: any;
|
|
34
|
+
slots: Readonly<{
|
|
35
|
+
default(props: {
|
|
36
|
+
event: CalendarEvent<TMeta>;
|
|
37
|
+
bar: AllDayBar<TMeta>;
|
|
38
|
+
}): unknown;
|
|
39
|
+
}> & {
|
|
40
|
+
default(props: {
|
|
41
|
+
event: CalendarEvent<TMeta>;
|
|
42
|
+
bar: AllDayBar<TMeta>;
|
|
43
|
+
}): unknown;
|
|
44
|
+
};
|
|
45
|
+
emit: ((evt: "dblclick", native: MouseEvent) => void) & ((evt: "keydown", native: KeyboardEvent) => void) & ((evt: "pointerdown", native: PointerEvent) => void) & ((evt: "startResize", native: PointerEvent) => void) & ((evt: "endResize", native: PointerEvent) => void);
|
|
46
|
+
}>) => import('vue').VNode & {
|
|
47
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
48
|
+
};
|
|
49
|
+
export default _default;
|
|
50
|
+
type __VLS_PrettifyLocal<T> = {
|
|
51
|
+
[K in keyof T]: T[K];
|
|
52
|
+
} & {};
|
|
53
|
+
//# sourceMappingURL=CoarTimeGridAllDayBar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CoarTimeGridAllDayBar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/internal/time-grid/CoarTimeGridAllDayBar.vue"],"names":[],"mappings":"AAuQA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;yBAE7C,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;WAoOO,mBAAmB,CAAC;;;;;;;eAhOjB,aAAa,CAAC,KAAK,CAAC;aACtB,SAAS,CAAC,KAAK,CAAC;kBACX,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS;YAChD,MAAM;gBACF,MAAM;eACP,MAAM;oBACD,MAAM;uBACH,OAAO;kBACZ,aAAa,GAAG,SAAS,GAAG,UAAU;aAE3C,MAAM;cACL,MAAM;eACL,MAAM;gBACL,MAAM;gBACN,MAAM;uBAEC,OAAO;qBACT,OAAO;QACpB;;;WAGG;oBACS,OAAO;mBA0MuE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBAnLM;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,GAAG,EAAE,SAAS,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;;uBAAhE;YAAE,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAAC,GAAG,EAAE,SAAS,CAAC,KAAK,CAAC,CAAA;SAAE,GAAG,OAAO;;;EAuL7E,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AA/OzE,wBA+O4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { CalendarEvent, PositionedEvent } from '../../../core';
|
|
2
|
+
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<{
|
|
3
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
|
+
readonly onDblclick?: ((native: MouseEvent) => any) | undefined;
|
|
5
|
+
readonly onKeydown?: ((native: KeyboardEvent) => any) | undefined;
|
|
6
|
+
readonly onPointerdown?: ((native: PointerEvent) => any) | undefined;
|
|
7
|
+
readonly onStartResize?: ((native: PointerEvent) => any) | undefined;
|
|
8
|
+
readonly onEndResize?: ((native: PointerEvent) => any) | undefined;
|
|
9
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onDblclick" | "onKeydown" | "onPointerdown" | "onStartResize" | "onEndResize"> & {
|
|
10
|
+
event: CalendarEvent<TMeta>;
|
|
11
|
+
positioned: PositionedEvent<TMeta>;
|
|
12
|
+
variant?: "live" | "preview" | "phantom" | "invalid";
|
|
13
|
+
bg: string;
|
|
14
|
+
border: string;
|
|
15
|
+
title: string;
|
|
16
|
+
/** Display zone — surfaced on the default decoration layer (C3/C5 hints). */
|
|
17
|
+
displayZone?: string;
|
|
18
|
+
ariaLabel?: string;
|
|
19
|
+
snappingBack?: boolean;
|
|
20
|
+
density?: "comfortable" | "compact" | "spacious";
|
|
21
|
+
/** Pixel offset from the column's top edge. */
|
|
22
|
+
top: number;
|
|
23
|
+
/** Pixel height of the card. */
|
|
24
|
+
height: number;
|
|
25
|
+
/** CSS `left` (typically a `calc()` percentage expression). */
|
|
26
|
+
left: string;
|
|
27
|
+
/** CSS `width` (typically a `calc()` percentage expression). */
|
|
28
|
+
width: string;
|
|
29
|
+
/** Stacking order; preview gets bumped to 100 by the parent. */
|
|
30
|
+
zIndex: number;
|
|
31
|
+
clippedTop?: boolean;
|
|
32
|
+
clippedBottom?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* `true` when the `preview` variant is being driven by an
|
|
35
|
+
* IN-FLIGHT keyboard drag. Promotes the ghost from a passive
|
|
36
|
+
* visual to a focusable interactive element so subsequent
|
|
37
|
+
* arrow keystrokes keep landing on `keydown` (without this,
|
|
38
|
+
* focus falls to `<body>` after the original event card
|
|
39
|
+
* unmounts and the next arrow is dropped on the floor).
|
|
40
|
+
*
|
|
41
|
+
* No effect when variant is anything other than `preview`.
|
|
42
|
+
*/
|
|
43
|
+
kbdActive?: boolean;
|
|
44
|
+
} & Partial<{}>> & import('vue').PublicProps;
|
|
45
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
46
|
+
attrs: any;
|
|
47
|
+
slots: Readonly<{
|
|
48
|
+
default(props: {
|
|
49
|
+
event: CalendarEvent<TMeta>;
|
|
50
|
+
positioned: PositionedEvent<TMeta>;
|
|
51
|
+
}): unknown;
|
|
52
|
+
}> & {
|
|
53
|
+
default(props: {
|
|
54
|
+
event: CalendarEvent<TMeta>;
|
|
55
|
+
positioned: PositionedEvent<TMeta>;
|
|
56
|
+
}): unknown;
|
|
57
|
+
};
|
|
58
|
+
emit: ((evt: "dblclick", native: MouseEvent) => void) & ((evt: "keydown", native: KeyboardEvent) => void) & ((evt: "pointerdown", native: PointerEvent) => void) & ((evt: "startResize", native: PointerEvent) => void) & ((evt: "endResize", native: PointerEvent) => void);
|
|
59
|
+
}>) => import('vue').VNode & {
|
|
60
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
61
|
+
};
|
|
62
|
+
export default _default;
|
|
63
|
+
type __VLS_PrettifyLocal<T> = {
|
|
64
|
+
[K in keyof T]: T[K];
|
|
65
|
+
} & {};
|
|
66
|
+
//# sourceMappingURL=CoarTimeGridEvent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CoarTimeGridEvent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/internal/time-grid/CoarTimeGridEvent.vue"],"names":[],"mappings":"AA2TA,OAAO,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;yBAGnD,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;WAmRO,mBAAmB,CAAC;;;;;;;eA/QjB,aAAa,CAAC,KAAK,CAAC;oBACf,eAAe,CAAC,KAAK,CAAC;kBACxB,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS;YAChD,MAAM;gBACF,MAAM;eACP,MAAM;QACb,6EAA6E;sBAC/D,MAAM;oBACR,MAAM;uBACH,OAAO;kBACZ,aAAa,GAAG,SAAS,GAAG,UAAU;QAEhD,+CAA+C;aAC1C,MAAM;QACX,gCAAgC;gBACxB,MAAM;QACd,+DAA+D;cACzD,MAAM;QACZ,gEAAgE;eACzD,MAAM;QACb,gEAAgE;gBACxD,MAAM;qBAED,OAAO;wBACJ,OAAO;QAEvB;;;;;;;;;WASG;oBACS,OAAO;mBA2OuE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBAnNM;YACb,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAC5B,UAAU,EAAE,eAAe,CAAC,KAAK,CAAC,CAAC;SACpC,GAAG,OAAO;;uBAHI;YACb,KAAK,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;YAC5B,UAAU,EAAE,eAAe,CAAC,KAAK,CAAC,CAAC;SACpC,GAAG,OAAO;;;EAoNT,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AA9RzE,wBA8R4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -8,7 +8,7 @@ interface Props {
|
|
|
8
8
|
isWeekend: (day: Temporal.PlainDate) => boolean;
|
|
9
9
|
/** Locale-aware label for a day-header. */
|
|
10
10
|
formatLabel: (day: Temporal.PlainDate) => string;
|
|
11
|
-
density?: 'comfortable' | 'compact';
|
|
11
|
+
density?: 'comfortable' | 'compact' | 'spacious';
|
|
12
12
|
}
|
|
13
13
|
declare function __VLS_template(): {
|
|
14
14
|
attrs: Partial<{}>;
|
|
@@ -32,7 +32,7 @@ declare function __VLS_template(): {
|
|
|
32
32
|
};
|
|
33
33
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
34
34
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
35
|
-
density: "comfortable" | "compact";
|
|
35
|
+
density: "comfortable" | "compact" | "spacious";
|
|
36
36
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
37
37
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
38
38
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CoarTimeGridHeader.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/internal/time-grid/CoarTimeGridHeader.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CoarTimeGridHeader.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/internal/time-grid/CoarTimeGridHeader.vue"],"names":[],"mappings":"AA0GA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE9C,UAAU,KAAK;IACb,0DAA0D;IAC1D,IAAI,EAAE,aAAa,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;IACxC,mDAAmD;IACnD,OAAO,EAAE,CAAC,GAAG,EAAE,QAAQ,CAAC,SAAS,KAAK,OAAO,CAAC;IAC9C,mDAAmD;IACnD,SAAS,EAAE,CAAC,GAAG,EAAE,QAAQ,CAAC,SAAS,KAAK,OAAO,CAAC;IAChD,2CAA2C;IAC3C,WAAW,EAAE,CAAC,GAAG,EAAE,QAAQ,CAAC,SAAS,KAAK,MAAM,CAAC;IACjD,OAAO,CAAC,EAAE,aAAa,GAAG,SAAS,GAAG,UAAU,CAAC;CAClD;AAiBD,iBAAS,cAAc;WA4DT,OAAO,IAA6B;;QAvEhD,+DAA+D;yBAC9C;YACf,IAAI,EAAE,QAAQ,CAAC,SAAS,CAAC;YACzB,OAAO,EAAE,OAAO,CAAC;YACjB,SAAS,EAAE,OAAO,CAAC;SACpB,GAAG,OAAO;;QALX,+DAA+D;yBAC9C;YACf,IAAI,EAAE,QAAQ,CAAC,SAAS,CAAC;YACzB,OAAO,EAAE,OAAO,CAAC;YACjB,SAAS,EAAE,OAAO,CAAC;SACpB,GAAG,OAAO;;;;EAuEZ;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;aA7FT,aAAa,GAAG,SAAS,GAAG,UAAU;wFAqGhD,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|