@bagelink/vue 1.11.3 → 1.11.5
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/components/layout/index.d.ts +2 -0
- package/dist/composables/index.d.ts +5 -1
- package/dist/form-flow/FormFlow.vue.d.ts +57 -18
- package/dist/form-flow/form-flow.d.ts +6 -6
- package/dist/form-flow/form-flow.d.ts.map +1 -1
- package/dist/i18n/index.d.ts +294 -0
- package/dist/index.cjs +41 -41
- package/dist/index.mjs +1229 -1229
- package/dist/utils/queryFilter.d.ts +12 -1
- package/package.json +2 -2
- package/src/form-flow/form-flow.ts +1 -1
- package/src/utils/showdown.ts +3 -3
- package/dist/components/Carousel2.vue.d.ts +0 -89
- package/dist/components/Carousel2.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/header/Header.vue.d.ts +0 -124
- package/dist/components/calendar/components/header/Header.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/month/AgendaEventTile.vue.d.ts +0 -37
- package/dist/components/calendar/components/month/AgendaEventTile.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/month/AgendaEvents.vue.d.ts +0 -37
- package/dist/components/calendar/components/month/AgendaEvents.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/month/Day.vue.d.ts +0 -84
- package/dist/components/calendar/components/month/Day.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/month/Event.vue.d.ts +0 -69
- package/dist/components/calendar/components/month/Event.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/month/Month.vue.d.ts +0 -134
- package/dist/components/calendar/components/month/Month.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/month/WeekDay.vue.d.ts +0 -7
- package/dist/components/calendar/components/month/WeekDay.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/partials/EventFlyout.vue.d.ts +0 -122
- package/dist/components/calendar/components/partials/EventFlyout.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/week/Day.vue.d.ts +0 -152
- package/dist/components/calendar/components/week/Day.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/week/DayEvent.vue.d.ts +0 -136
- package/dist/components/calendar/components/week/DayEvent.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/week/DayTimeline.vue.d.ts +0 -23
- package/dist/components/calendar/components/week/DayTimeline.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/week/FullDayEvent.vue.d.ts +0 -42
- package/dist/components/calendar/components/week/FullDayEvent.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/week/Week.vue.d.ts +0 -196
- package/dist/components/calendar/components/week/Week.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/week/WeekTimeline.vue.d.ts +0 -21
- package/dist/components/calendar/components/week/WeekTimeline.vue.d.ts.map +0 -1
- package/dist/components/calendar/constants.d.ts +0 -13
- package/dist/components/calendar/constants.d.ts.map +0 -1
- package/dist/components/calendar/helpers/DayIntervals.d.ts +0 -17
- package/dist/components/calendar/helpers/DayIntervals.d.ts.map +0 -1
- package/dist/components/calendar/helpers/EDate.d.ts +0 -10
- package/dist/components/calendar/helpers/EDate.d.ts.map +0 -1
- package/dist/components/calendar/helpers/Errors.d.ts +0 -18
- package/dist/components/calendar/helpers/Errors.d.ts.map +0 -1
- package/dist/components/calendar/helpers/EventChange.d.ts +0 -19
- package/dist/components/calendar/helpers/EventChange.d.ts.map +0 -1
- package/dist/components/calendar/helpers/EventConcurrency.d.ts +0 -12
- package/dist/components/calendar/helpers/EventConcurrency.d.ts.map +0 -1
- package/dist/components/calendar/helpers/EventFlyoutPosition.d.ts +0 -14
- package/dist/components/calendar/helpers/EventFlyoutPosition.d.ts.map +0 -1
- package/dist/components/calendar/helpers/EventPosition.d.ts +0 -11
- package/dist/components/calendar/helpers/EventPosition.d.ts.map +0 -1
- package/dist/components/calendar/helpers/EventsFilter.d.ts +0 -11
- package/dist/components/calendar/helpers/EventsFilter.d.ts.map +0 -1
- package/dist/components/calendar/helpers/Helpers.d.ts +0 -19
- package/dist/components/calendar/helpers/Helpers.d.ts.map +0 -1
- package/dist/components/calendar/helpers/Time.d.ts +0 -118
- package/dist/components/calendar/helpers/Time.d.ts.map +0 -1
- package/dist/components/calendar/helpers/Week.d.ts +0 -10
- package/dist/components/calendar/helpers/Week.d.ts.map +0 -1
- package/dist/components/calendar/language/index.d.ts +0 -7
- package/dist/components/calendar/language/index.d.ts.map +0 -1
- package/dist/components/calendar/language/keys.d.ts +0 -99
- package/dist/components/calendar/language/keys.d.ts.map +0 -1
- package/dist/components/calendar/models/Event.d.ts +0 -50
- package/dist/components/calendar/models/Event.d.ts.map +0 -1
- package/dist/components/calendar/typings/config.interface.d.ts +0 -77
- package/dist/components/calendar/typings/config.interface.d.ts.map +0 -1
- package/dist/components/calendar/typings/interfaces/day.interface.d.ts +0 -10
- package/dist/components/calendar/typings/interfaces/day.interface.d.ts.map +0 -1
- package/dist/components/calendar/typings/interfaces/event.interface.d.ts +0 -32
- package/dist/components/calendar/typings/interfaces/event.interface.d.ts.map +0 -1
- package/dist/components/calendar/typings/interfaces/full-day-events-week.type.d.ts +0 -7
- package/dist/components/calendar/typings/interfaces/full-day-events-week.type.d.ts.map +0 -1
- package/dist/components/calendar/typings/interfaces/period.interface.d.ts +0 -6
- package/dist/components/calendar/typings/interfaces/period.interface.d.ts.map +0 -1
- package/dist/components/calendar/typings/interfaces/time-modes.d.ts +0 -6
- package/dist/components/calendar/typings/interfaces/time-modes.d.ts.map +0 -1
- package/dist/components/calendar/typings/types.d.ts +0 -22
- package/dist/components/calendar/typings/types.d.ts.map +0 -1
- package/dist/components/calendar/utils.d.ts +0 -31
- package/dist/components/calendar/utils.d.ts.map +0 -1
- package/dist/components/calendar/views/CalendarPopover.vue.d.ts +0 -175
- package/dist/components/calendar/views/CalendarPopover.vue.d.ts.map +0 -1
- package/dist/components/dashboard/Lineart.vue.d.ts +0 -10
- package/dist/components/dashboard/Lineart.vue.d.ts.map +0 -1
- package/dist/components/dashboard/index.d.ts +0 -2
- package/dist/components/dashboard/index.d.ts.map +0 -1
- package/dist/components/dialog/index.d.ts +0 -2
- package/dist/components/dialog/index.d.ts.map +0 -1
- package/dist/components/form/inputs/DatePick.vue.d.ts +0 -32
- package/dist/components/form/inputs/DatePick.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/FileUpload.vue.d.ts +0 -113
- package/dist/components/form/inputs/FileUpload.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/PhoneInput.vue.d.ts +0 -60
- package/dist/components/form/inputs/PhoneInput.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/RadioPillsInput.vue.d.ts +0 -18
- package/dist/components/form/inputs/RadioPillsInput.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText/components/gridBox.vue.d.ts +0 -10
- package/dist/components/form/inputs/RichText/components/gridBox.vue.d.ts.map +0 -1
- package/dist/composables/useBagel.d.ts +0 -5
- package/dist/composables/useBagel.d.ts.map +0 -1
- package/dist/dist-76Ukdba8.js +0 -713
- package/dist/dist-BeGE8xoH.cjs +0 -1
- package/dist/dist-RFX0YUEq.cjs +0 -1
- package/dist/dist-XUySYNnc.js +0 -2
- package/dist/editor-7QC0nG_c.js +0 -4
- package/dist/editor-COZLUDwR.cjs +0 -1
- package/dist/editor-CpMNx6Eo.cjs +0 -4
- package/dist/editor-sxMLITHI.js +0 -1
- package/dist/plugins/modal.d.ts +0 -20
- package/dist/plugins/modal.d.ts.map +0 -1
- package/dist/utils/lang.d.ts +0 -10
- package/dist/utils/lang.d.ts.map +0 -1
- package/dist/utils/schema.d.ts +0 -4
- package/dist/utils/schema.d.ts.map +0 -1
- package/dist/utils/search.d.ts +0 -44
- package/dist/utils/search.d.ts.map +0 -1
- package/dist/utils/timeAgo.d.ts +0 -19
- package/dist/utils/timeAgo.d.ts.map +0 -1
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
export declare const languageKeys: {
|
|
2
|
-
/** The following three keys, describe the calendar modes */
|
|
3
|
-
week: {
|
|
4
|
-
'it-IT': string;
|
|
5
|
-
'en-US': string;
|
|
6
|
-
'de-DE': string;
|
|
7
|
-
'sv-SE': string;
|
|
8
|
-
'zh-CN': string;
|
|
9
|
-
'pt-BR': string;
|
|
10
|
-
'fr-FR': string;
|
|
11
|
-
'th-TH': string;
|
|
12
|
-
'nl-NL': string;
|
|
13
|
-
'ru-RU': string;
|
|
14
|
-
'ar-YE': string;
|
|
15
|
-
'es-ES': string;
|
|
16
|
-
'ja-JP': string;
|
|
17
|
-
'pl-PL': string;
|
|
18
|
-
'hu-HU': string;
|
|
19
|
-
'he-IL': string;
|
|
20
|
-
};
|
|
21
|
-
month: {
|
|
22
|
-
'it-IT': string;
|
|
23
|
-
'en-US': string;
|
|
24
|
-
'de-DE': string;
|
|
25
|
-
'sv-SE': string;
|
|
26
|
-
'zh-CN': string;
|
|
27
|
-
'pt-BR': string;
|
|
28
|
-
'fr-FR': string;
|
|
29
|
-
'th-TH': string;
|
|
30
|
-
'nl-NL': string;
|
|
31
|
-
'ru-RU': string;
|
|
32
|
-
'ar-YE': string;
|
|
33
|
-
'es-ES': string;
|
|
34
|
-
'ja-JP': string;
|
|
35
|
-
'pl-PL': string;
|
|
36
|
-
'hu-HU': string;
|
|
37
|
-
'he-IL': string;
|
|
38
|
-
};
|
|
39
|
-
day: {
|
|
40
|
-
'it-IT': string;
|
|
41
|
-
'en-US': string;
|
|
42
|
-
'de-DE': string;
|
|
43
|
-
'sv-SE': string;
|
|
44
|
-
'zh-CN': string;
|
|
45
|
-
'pt-BR': string;
|
|
46
|
-
'fr-FR': string;
|
|
47
|
-
'th-TH': string;
|
|
48
|
-
'nl-NL': string;
|
|
49
|
-
'ru-RU': string;
|
|
50
|
-
'ar-YE': string;
|
|
51
|
-
'es-ES': string;
|
|
52
|
-
'ja-JP': string;
|
|
53
|
-
'pl-PL': string;
|
|
54
|
-
'hu-HU': string;
|
|
55
|
-
'he-IL': string;
|
|
56
|
-
};
|
|
57
|
-
agenda: {
|
|
58
|
-
'en-US': string;
|
|
59
|
-
'he-IL': string;
|
|
60
|
-
};
|
|
61
|
-
/** Other keys */
|
|
62
|
-
moreEvents: {
|
|
63
|
-
'it-IT': string;
|
|
64
|
-
'en-US': string;
|
|
65
|
-
'de-DE': string;
|
|
66
|
-
'sv-SE': string;
|
|
67
|
-
'zh-CN': string;
|
|
68
|
-
'pt-BR': string;
|
|
69
|
-
'fr-FR': string;
|
|
70
|
-
'th-TH': string;
|
|
71
|
-
'nl-NL': string;
|
|
72
|
-
'ru-RU': string;
|
|
73
|
-
'ar-YE': string;
|
|
74
|
-
'es-ES': string;
|
|
75
|
-
'ja-JP': string;
|
|
76
|
-
'pl-PL': string;
|
|
77
|
-
'hu-HU': string;
|
|
78
|
-
'he-IL': string;
|
|
79
|
-
};
|
|
80
|
-
noEvent: {
|
|
81
|
-
'it-IT': string;
|
|
82
|
-
'en-US': string;
|
|
83
|
-
'de-DE': string;
|
|
84
|
-
'sv-SE': string;
|
|
85
|
-
'zh-CN': string;
|
|
86
|
-
'pt-BR': string;
|
|
87
|
-
'fr-FR': string;
|
|
88
|
-
'th-TH': string;
|
|
89
|
-
'nl-NL': string;
|
|
90
|
-
'ru-RU': string;
|
|
91
|
-
'ar-YE': string;
|
|
92
|
-
'es-ES': string;
|
|
93
|
-
'ja-JP': string;
|
|
94
|
-
'pl-PL': string;
|
|
95
|
-
'hu-HU': string;
|
|
96
|
-
'he-IL': string;
|
|
97
|
-
};
|
|
98
|
-
};
|
|
99
|
-
//# sourceMappingURL=keys.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"keys.d.ts","sourceRoot":"","sources":["../../../../src/components/calendar/language/keys.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;IACxB,4DAA4D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2D5D,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsCjB,CAAA"}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { EventColor, EventID, EventInterface } from '../typings/interfaces/event.interface';
|
|
2
|
-
import { ModeType } from '../typings/types';
|
|
3
|
-
export declare class EventImpl implements EventInterface {
|
|
4
|
-
time: {
|
|
5
|
-
start: string;
|
|
6
|
-
end: string;
|
|
7
|
-
};
|
|
8
|
-
id: EventID;
|
|
9
|
-
title?: string;
|
|
10
|
-
description?: string;
|
|
11
|
-
topic?: string;
|
|
12
|
-
location?: string;
|
|
13
|
-
with?: string;
|
|
14
|
-
colorScheme?: string;
|
|
15
|
-
color?: EventColor;
|
|
16
|
-
isEditable?: boolean;
|
|
17
|
-
disableDnD?: ModeType[];
|
|
18
|
-
disableResize?: ModeType[];
|
|
19
|
-
isCustom?: boolean | ModeType[];
|
|
20
|
-
nOfPreviousConcurrentEvents?: number;
|
|
21
|
-
constructor(time: {
|
|
22
|
-
start: string;
|
|
23
|
-
end: string;
|
|
24
|
-
}, id: EventID);
|
|
25
|
-
}
|
|
26
|
-
export declare class EventBuilder {
|
|
27
|
-
time: {
|
|
28
|
-
start: string;
|
|
29
|
-
end: string;
|
|
30
|
-
};
|
|
31
|
-
private eventImpl;
|
|
32
|
-
constructor(time: {
|
|
33
|
-
start: string;
|
|
34
|
-
end: string;
|
|
35
|
-
}, id?: EventID);
|
|
36
|
-
build(): EventImpl;
|
|
37
|
-
withTitle(title: string): this;
|
|
38
|
-
withColor(color: EventColor): this;
|
|
39
|
-
withColorScheme(colorScheme: string): this;
|
|
40
|
-
withDescription(description: string): this;
|
|
41
|
-
withTopic(topic: string): this;
|
|
42
|
-
withLocation(location: string): this;
|
|
43
|
-
withWith($with: string): this;
|
|
44
|
-
withNOfPreviousConcurrentEvents(nOfPreviousConcurrentEvents: number): this;
|
|
45
|
-
withIsEditable(isEditable: boolean): this;
|
|
46
|
-
withIsCustom(isCustom: boolean | ModeType[]): this;
|
|
47
|
-
withDisableDnD(disableDnD: ModeType[]): this;
|
|
48
|
-
withDisableResize(disableResize: ModeType[]): this;
|
|
49
|
-
}
|
|
50
|
-
//# sourceMappingURL=Event.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Event.d.ts","sourceRoot":"","sources":["../../../../src/components/calendar/models/Event.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,OAAO,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAA;AAChG,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAEhD,qBAAa,SAAU,YAAW,cAAc;IAiBvC,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE;IACpC,EAAE,EAAE,OAAO;IAjBnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,KAAK,CAAC,EAAE,UAAU,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,QAAQ,EAAE,CAAA;IACvB,aAAa,CAAC,EAAE,QAAQ,EAAE,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,GAAG,QAAQ,EAAE,CAAA;IAG/B,2BAA2B,CAAC,EAAE,MAAM,CAAA;gBAG5B,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,EACpC,EAAE,EAAE,OAAO;CAEnB;AAED,qBAAa,YAAY;IAIhB,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE;IAH5C,OAAO,CAAC,SAAS,CAAW;gBAGpB,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,EAC3C,EAAE,CAAC,EAAE,OAAO;IAMb,KAAK;IAIL,SAAS,CAAC,KAAK,EAAE,MAAM;IAMvB,SAAS,CAAC,KAAK,EAAE,UAAU;IAM3B,eAAe,CAAC,WAAW,EAAE,MAAM;IAMnC,eAAe,CAAC,WAAW,EAAE,MAAM;IAMnC,SAAS,CAAC,KAAK,EAAE,MAAM;IAMvB,YAAY,CAAC,QAAQ,EAAE,MAAM;IAM7B,QAAQ,CAAC,KAAK,EAAE,MAAM;IAMtB,+BAA+B,CAAC,2BAA2B,EAAE,MAAM;IAMnE,cAAc,CAAC,UAAU,EAAE,OAAO;IAMlC,YAAY,CAAC,QAAQ,EAAE,OAAO,GAAG,QAAQ,EAAE;IAM3C,cAAc,CAAC,UAAU,EAAE,QAAQ,EAAE;IAMrC,iBAAiB,CAAC,aAAa,EAAE,QAAQ,EAAE;CAK3C"}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
import { WEEK_START_DAY } from '../helpers/Time';
|
|
2
|
-
import { ModeType } from './types';
|
|
3
|
-
export declare enum DAY_TIME_POINT {
|
|
4
|
-
MIDNIGHT = 0,
|
|
5
|
-
ONE_AM = 100,
|
|
6
|
-
TWO_AM = 200,
|
|
7
|
-
THREE_AM = 300,
|
|
8
|
-
FOUR_AM = 400,
|
|
9
|
-
FIVE_AM = 500,
|
|
10
|
-
SIX_AM = 600,
|
|
11
|
-
SEVEN_AM = 700,
|
|
12
|
-
EIGHT_AM = 800,
|
|
13
|
-
NINE_AM = 900,
|
|
14
|
-
TEN_AM = 1000,
|
|
15
|
-
ELEVEN_AM = 1100,
|
|
16
|
-
TWELVE_PM = 1200,
|
|
17
|
-
ONE_PM = 1300,
|
|
18
|
-
TWO_PM = 1400,
|
|
19
|
-
THREE_PM = 1500,
|
|
20
|
-
FOUR_PM = 1600,
|
|
21
|
-
FIVE_PM = 1700,
|
|
22
|
-
SIX_PM = 1800,
|
|
23
|
-
SEVEN_PM = 1900,
|
|
24
|
-
EIGHT_PM = 2000,
|
|
25
|
-
NINE_PM = 2100,
|
|
26
|
-
TEN_PM = 2200,
|
|
27
|
-
ELEVEN_PM = 2300,
|
|
28
|
-
TWELVE_AM = 2400
|
|
29
|
-
}
|
|
30
|
-
export interface ColorScheme {
|
|
31
|
-
color: string;
|
|
32
|
-
backgroundColor: string;
|
|
33
|
-
}
|
|
34
|
-
export interface ColorSchemes {
|
|
35
|
-
[key: string]: ColorScheme;
|
|
36
|
-
}
|
|
37
|
-
export type intervalLengthType = 15 | 30 | 60;
|
|
38
|
-
export interface DayIntervalsType {
|
|
39
|
-
length?: intervalLengthType;
|
|
40
|
-
height?: number;
|
|
41
|
-
displayClickableInterval?: boolean;
|
|
42
|
-
intervalStyles?: {
|
|
43
|
-
[key: string]: any;
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
export interface ConfigInterface {
|
|
47
|
-
locale?: string;
|
|
48
|
-
week?: {
|
|
49
|
-
nDays?: 5 | 7;
|
|
50
|
-
startsOn?: WEEK_START_DAY;
|
|
51
|
-
scrollToHour?: number;
|
|
52
|
-
};
|
|
53
|
-
style?: {
|
|
54
|
-
fontFamily?: string;
|
|
55
|
-
colorSchemes?: ColorSchemes;
|
|
56
|
-
};
|
|
57
|
-
defaultMode?: ModeType;
|
|
58
|
-
disableModes?: ('week' | 'month' | string)[];
|
|
59
|
-
isSilent?: boolean;
|
|
60
|
-
dayIntervals?: DayIntervalsType;
|
|
61
|
-
eventDialog?: {
|
|
62
|
-
isDisabled?: boolean;
|
|
63
|
-
isCustom?: boolean;
|
|
64
|
-
closeOnClickOutside?: boolean;
|
|
65
|
-
};
|
|
66
|
-
dayBoundaries?: {
|
|
67
|
-
start: number;
|
|
68
|
-
end: number;
|
|
69
|
-
};
|
|
70
|
-
showCurrentTime?: boolean;
|
|
71
|
-
month?: {
|
|
72
|
-
showTrailingAndLeadingDates?: boolean;
|
|
73
|
-
showEventsOnMobileView?: boolean;
|
|
74
|
-
};
|
|
75
|
-
isSmall?: boolean;
|
|
76
|
-
}
|
|
77
|
-
//# sourceMappingURL=config.interface.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config.interface.d.ts","sourceRoot":"","sources":["../../../../src/components/calendar/typings/config.interface.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAEvC,oBAAY,cAAc;IACzB,QAAQ,IAAI;IACZ,MAAM,MAAM;IACZ,MAAM,MAAM;IACZ,QAAQ,MAAM;IACd,OAAO,MAAM;IACb,OAAO,MAAM;IACb,MAAM,MAAM;IACZ,QAAQ,MAAM;IACd,QAAQ,MAAM;IACd,OAAO,MAAM;IACb,MAAM,OAAO;IACb,SAAS,OAAO;IAChB,SAAS,OAAO;IAChB,MAAM,OAAO;IACb,MAAM,OAAO;IACb,QAAQ,OAAO;IACf,OAAO,OAAO;IACd,OAAO,OAAO;IACd,MAAM,OAAO;IACb,QAAQ,OAAO;IACf,QAAQ,OAAO;IACf,OAAO,OAAO;IACd,MAAM,OAAO;IACb,SAAS,OAAO;IAChB,SAAS,OAAO;CAChB;AAED,MAAM,WAAW,WAAW;IAAG,KAAK,EAAE,MAAM,CAAC;IAAC,eAAe,EAAE,MAAM,CAAA;CAAE;AAEvE,MAAM,WAAW,YAAY;IAC5B,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,CAAA;CAC1B;AAED,MAAM,MAAM,kBAAkB,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAA;AAM7C,MAAM,WAAW,gBAAgB;IAChC,MAAM,CAAC,EAAE,kBAAkB,CAAA;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,wBAAwB,CAAC,EAAE,OAAO,CAAA;IAClC,cAAc,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAA;CACvC;AAED,MAAM,WAAW,eAAe;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,IAAI,CAAC,EAAE;QACN,KAAK,CAAC,EAAE,CAAC,GAAG,CAAC,CAAA;QACb,QAAQ,CAAC,EAAE,cAAc,CAAA;QACzB,YAAY,CAAC,EAAE,MAAM,CAAA;KACrB,CAAA;IACD,KAAK,CAAC,EAAE;QACP,UAAU,CAAC,EAAE,MAAM,CAAA;QACnB,YAAY,CAAC,EAAE,YAAY,CAAA;KAC3B,CAAA;IACD,WAAW,CAAC,EAAE,QAAQ,CAAA;IACtB,YAAY,CAAC,EAAE,CAAC,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC,EAAE,CAAA;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,gBAAgB,CAAA;IAC/B,WAAW,CAAC,EAAE;QACb,UAAU,CAAC,EAAE,OAAO,CAAA;QACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;QAClB,mBAAmB,CAAC,EAAE,OAAO,CAAA;KAC7B,CAAA;IACD,aAAa,CAAC,EAAE;QACf,KAAK,EAAE,MAAM,CAAA;QACb,GAAG,EAAE,MAAM,CAAA;KACX,CAAA;IACD,eAAe,CAAC,EAAE,OAAO,CAAA;IAEzB,KAAK,CAAC,EAAE;QAEP,2BAA2B,CAAC,EAAE,OAAO,CAAA;QACrC,sBAAsB,CAAC,EAAE,OAAO,CAAA;KAChC,CAAA;IAKD,OAAO,CAAC,EAAE,OAAO,CAAA;CACjB"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { EventInterface } from './event.interface';
|
|
2
|
-
import { DayWithFullDayEvents } from './full-day-events-week.type';
|
|
3
|
-
export interface DayInterface {
|
|
4
|
-
isTrailingOrLeadingDate?: boolean;
|
|
5
|
-
dayName: string;
|
|
6
|
-
dateTimeString: string;
|
|
7
|
-
events: EventInterface[];
|
|
8
|
-
fullDayEvents?: DayWithFullDayEvents;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=day.interface.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"day.interface.d.ts","sourceRoot":"","sources":["../../../../../src/components/calendar/typings/interfaces/day.interface.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AACvD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAEvE,MAAM,WAAW,YAAY;IAC5B,uBAAuB,CAAC,EAAE,OAAO,CAAA;IACjC,OAAO,EAAE,MAAM,CAAA;IACf,cAAc,EAAE,MAAM,CAAA;IACtB,MAAM,EAAE,cAAc,EAAE,CAAA;IACxB,aAAa,CAAC,EAAE,oBAAoB,CAAA;CACpC"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { ModeType } from '../types';
|
|
2
|
-
export type EventID = string | number;
|
|
3
|
-
export type EVENT_TYPE = 'SINGLE_DAY_TIMED' | 'SINGLE_DAY_FULL_DAY' | 'SINGLE_HYBRID_DAY_TIMED' | 'MULTI_DAY_TIMED' | 'MULTI_DAY_FULL_DAY';
|
|
4
|
-
export type EventColor = 'blue' | 'yellow' | 'green' | 'red' | 'purple';
|
|
5
|
-
export interface EventInterface {
|
|
6
|
-
id: EventID;
|
|
7
|
-
title?: string;
|
|
8
|
-
time: {
|
|
9
|
-
start: string;
|
|
10
|
-
end: string;
|
|
11
|
-
};
|
|
12
|
-
description?: string;
|
|
13
|
-
topic?: string;
|
|
14
|
-
location?: string;
|
|
15
|
-
with?: string;
|
|
16
|
-
colorScheme?: string;
|
|
17
|
-
color?: EventColor;
|
|
18
|
-
isEditable?: boolean;
|
|
19
|
-
disableDnD?: ModeType[];
|
|
20
|
-
disableResize?: ModeType[];
|
|
21
|
-
isCustom?: boolean | ModeType[];
|
|
22
|
-
zIndex?: number;
|
|
23
|
-
nOfPreviousConcurrentEvents?: number;
|
|
24
|
-
totalConcurrentEvents?: number;
|
|
25
|
-
timeJS?: {
|
|
26
|
-
start: Date;
|
|
27
|
-
end: Date;
|
|
28
|
-
};
|
|
29
|
-
originalEvent?: Omit<EventInterface, 'originalEvent'>;
|
|
30
|
-
eventType?: EVENT_TYPE;
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=event.interface.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"event.interface.d.ts","sourceRoot":"","sources":["../../../../../src/components/calendar/typings/interfaces/event.interface.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAA;AAExC,MAAM,MAAM,OAAO,GAAG,MAAM,GAAG,MAAM,CAAA;AAErC,MAAM,MAAM,UAAU,GAAG,kBAAkB,GAAG,qBAAqB,GAAG,yBAAyB,GAAG,iBAAiB,GAAG,oBAAoB,CAAA;AAE1I,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAA;AAEvE,MAAM,WAAW,cAAc;IAC9B,EAAE,EAAE,OAAO,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAA;IACpC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,KAAK,CAAC,EAAE,UAAU,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,QAAQ,EAAE,CAAA;IACvB,aAAa,CAAC,EAAE,QAAQ,EAAE,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,GAAG,QAAQ,EAAE,CAAA;IAI/B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,2BAA2B,CAAC,EAAE,MAAM,CAAA;IACpC,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B,MAAM,CAAC,EAAE;QAAE,KAAK,EAAE,IAAI,CAAC;QAAC,GAAG,EAAE,IAAI,CAAA;KAAE,CAAA;IACnC,aAAa,CAAC,EAAE,IAAI,CAAC,cAAc,EAAE,eAAe,CAAC,CAAA;IACrD,SAAS,CAAC,EAAE,UAAU,CAAA;CACtB"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { EventInterface } from './event.interface';
|
|
2
|
-
export interface DayWithFullDayEvents {
|
|
3
|
-
date: Date;
|
|
4
|
-
[key: string]: EventInterface | any | string;
|
|
5
|
-
}
|
|
6
|
-
export type FullDayEventsWeek = DayWithFullDayEvents[];
|
|
7
|
-
//# sourceMappingURL=full-day-events-week.type.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"full-day-events-week.type.d.ts","sourceRoot":"","sources":["../../../../../src/components/calendar/typings/interfaces/full-day-events-week.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAEvD,MAAM,WAAW,oBAAoB;IACpC,IAAI,EAAE,IAAI,CAAA;IACV,CAAC,GAAG,EAAE,MAAM,GAAG,cAAc,GAAG,GAAG,GAAG,MAAM,CAAA;CAC5C;AAED,MAAM,MAAM,iBAAiB,GAAG,oBAAoB,EAAE,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"period.interface.d.ts","sourceRoot":"","sources":["../../../../../src/components/calendar/typings/interfaces/period.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC/B,KAAK,EAAE,IAAI,CAAA;IACX,GAAG,EAAE,IAAI,CAAA;IACT,YAAY,EAAE,IAAI,CAAA;CAClB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"time-modes.d.ts","sourceRoot":"","sources":["../../../../../src/components/calendar/typings/interfaces/time-modes.ts"],"names":[],"mappings":"AAEA,oBAAY,QAAQ;IAEnB,OAAO,YAAY;IAEnB,SAAS,cAAc;IAGvB,QAAQ,aAAa;CACrB"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export interface DOMRect {
|
|
2
|
-
bottom: number;
|
|
3
|
-
height: number;
|
|
4
|
-
left: number;
|
|
5
|
-
right: number;
|
|
6
|
-
top: number;
|
|
7
|
-
width: number;
|
|
8
|
-
x: number;
|
|
9
|
-
y: number;
|
|
10
|
-
}
|
|
11
|
-
export type DateViewMode = 'days' | 'months' | 'years';
|
|
12
|
-
export type ModeType = 'day' | 'week' | 'month' | 'agenda';
|
|
13
|
-
export declare enum DRAG_N_RESIZE_DIRECTION {
|
|
14
|
-
BACKWARDS = "backwards",
|
|
15
|
-
FORWARDS = "forwards"
|
|
16
|
-
}
|
|
17
|
-
export interface DayInfo {
|
|
18
|
-
daysTotalN: number;
|
|
19
|
-
thisDayIndex: number;
|
|
20
|
-
dateTimeString: string;
|
|
21
|
-
}
|
|
22
|
-
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/calendar/typings/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACvB,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;IACb,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;CACT;AAED,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAA;AAEtD,MAAM,MAAM,QAAQ,GAAG,KAAK,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAA;AAI1D,oBAAY,uBAAuB;IAClC,SAAS,cAAc;IACvB,QAAQ,aAAa;CACrB;AAED,MAAM,WAAW,OAAO;IACvB,UAAU,EAAE,MAAM,CAAA;IAClB,YAAY,EAAE,MAAM,CAAA;IACpB,cAAc,EAAE,MAAM,CAAA;CACtB"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { Ref } from 'vue';
|
|
2
|
-
import { CalendarEvent } from './CalendarTypes';
|
|
3
|
-
export interface PopoverState {
|
|
4
|
-
activeEvent: Ref<CalendarEvent | null>;
|
|
5
|
-
showPopover: Ref<boolean>;
|
|
6
|
-
popoverPosition: Ref<{
|
|
7
|
-
top: number;
|
|
8
|
-
left: number;
|
|
9
|
-
width: number;
|
|
10
|
-
height: number;
|
|
11
|
-
}>;
|
|
12
|
-
popoverRef: Ref<HTMLElement | null>;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* Positions the popover to be centered on the target element and ensures it stays within viewport
|
|
16
|
-
*/
|
|
17
|
-
export declare function calculatePopoverPosition(target: HTMLElement, popoverWidth?: number, popoverHeight?: number): {
|
|
18
|
-
top: number;
|
|
19
|
-
left: number;
|
|
20
|
-
width: number;
|
|
21
|
-
height: number;
|
|
22
|
-
};
|
|
23
|
-
/**
|
|
24
|
-
* Opens a popover for a calendar event
|
|
25
|
-
*/
|
|
26
|
-
export declare function openPopover(event: CalendarEvent, e: MouseEvent, state: PopoverState, hasEventContentSlot: boolean, emitEventClick: (event: CalendarEvent) => void): void;
|
|
27
|
-
/**
|
|
28
|
-
* Closes the popover
|
|
29
|
-
*/
|
|
30
|
-
export declare function closePopover(state: PopoverState): void;
|
|
31
|
-
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/components/calendar/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAC9B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAEpD,MAAM,WAAW,YAAY;IAC5B,WAAW,EAAE,GAAG,CAAC,aAAa,GAAG,IAAI,CAAC,CAAA;IACtC,WAAW,EAAE,GAAG,CAAC,OAAO,CAAC,CAAA;IACzB,eAAe,EAAE,GAAG,CAAC;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;IAClF,UAAU,EAAE,GAAG,CAAC,WAAW,GAAG,IAAI,CAAC,CAAA;CACnC;AAED;;GAEG;AACH,wBAAgB,wBAAwB,CACvC,MAAM,EAAE,WAAW,EACnB,YAAY,SAAM,EAClB,aAAa,SAAM,GACjB;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAsB9D;AAED;;GAEG;AACH,wBAAgB,WAAW,CAC1B,KAAK,EAAE,aAAa,EACpB,CAAC,EAAE,UAAU,EACb,KAAK,EAAE,YAAY,EACnB,mBAAmB,EAAE,OAAO,EAC5B,cAAc,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,QAY9C;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,YAAY,QAG/C"}
|
|
@@ -1,175 +0,0 @@
|
|
|
1
|
-
import { CalendarEvent } from '../CalendarTypes';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
event: CalendarEvent | null;
|
|
4
|
-
targetElement: HTMLElement | null;
|
|
5
|
-
show: boolean;
|
|
6
|
-
hasEventContentSlot: boolean;
|
|
7
|
-
};
|
|
8
|
-
declare function __VLS_template(): {
|
|
9
|
-
attrs: Partial<{}>;
|
|
10
|
-
slots: {
|
|
11
|
-
eventContent?(_: {
|
|
12
|
-
event: CalendarEvent;
|
|
13
|
-
}): any;
|
|
14
|
-
};
|
|
15
|
-
refs: {
|
|
16
|
-
popoverRef: ({
|
|
17
|
-
$: import('vue').ComponentInternalInstance;
|
|
18
|
-
$data: {};
|
|
19
|
-
$props: {
|
|
20
|
-
readonly label?: string | undefined;
|
|
21
|
-
readonly thin?: boolean | undefined;
|
|
22
|
-
readonly outline?: boolean | undefined;
|
|
23
|
-
readonly h100?: boolean | undefined;
|
|
24
|
-
readonly to?: string | undefined;
|
|
25
|
-
readonly overflowX?: boolean | undefined;
|
|
26
|
-
readonly overflowY?: boolean | undefined;
|
|
27
|
-
readonly bg?: "gray" | "light" | "dark" | "primary" | "secondary" | "success" | "danger" | "warning" | "info" | "white" | "transparent" | undefined;
|
|
28
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
29
|
-
$attrs: {
|
|
30
|
-
[x: string]: unknown;
|
|
31
|
-
};
|
|
32
|
-
$refs: {
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
35
|
-
$slots: Readonly<{
|
|
36
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
37
|
-
}>;
|
|
38
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
39
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
40
|
-
$host: Element | null;
|
|
41
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
42
|
-
$el: any;
|
|
43
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
44
|
-
label?: string;
|
|
45
|
-
thin?: boolean;
|
|
46
|
-
outline?: boolean;
|
|
47
|
-
h100?: boolean;
|
|
48
|
-
to?: string;
|
|
49
|
-
overflowX?: boolean;
|
|
50
|
-
overflowY?: boolean;
|
|
51
|
-
bg?: "gray" | "light" | "dark" | "primary" | "secondary" | "success" | "danger" | "warning" | "info" | "white" | "transparent";
|
|
52
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
53
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
54
|
-
created?: (() => void) | (() => void)[];
|
|
55
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
56
|
-
mounted?: (() => void) | (() => void)[];
|
|
57
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
58
|
-
updated?: (() => void) | (() => void)[];
|
|
59
|
-
activated?: (() => void) | (() => void)[];
|
|
60
|
-
deactivated?: (() => void) | (() => void)[];
|
|
61
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
62
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
63
|
-
destroyed?: (() => void) | (() => void)[];
|
|
64
|
-
unmounted?: (() => void) | (() => void)[];
|
|
65
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
66
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
67
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
68
|
-
};
|
|
69
|
-
$forceUpdate: () => void;
|
|
70
|
-
$nextTick: typeof import('vue').nextTick;
|
|
71
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
72
|
-
} & Readonly<{}> & Omit<Readonly<{
|
|
73
|
-
label?: string;
|
|
74
|
-
thin?: boolean;
|
|
75
|
-
outline?: boolean;
|
|
76
|
-
h100?: boolean;
|
|
77
|
-
to?: string;
|
|
78
|
-
overflowX?: boolean;
|
|
79
|
-
overflowY?: boolean;
|
|
80
|
-
bg?: "gray" | "light" | "dark" | "primary" | "secondary" | "success" | "danger" | "warning" | "info" | "white" | "transparent";
|
|
81
|
-
}> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
82
|
-
$slots: {
|
|
83
|
-
default?(_: {}): any;
|
|
84
|
-
};
|
|
85
|
-
}) | null;
|
|
86
|
-
};
|
|
87
|
-
rootEl: any;
|
|
88
|
-
};
|
|
89
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
90
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
91
|
-
close: () => any;
|
|
92
|
-
eventClick: (event: CalendarEvent) => any;
|
|
93
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
94
|
-
onClose?: (() => any) | undefined;
|
|
95
|
-
onEventClick?: ((event: CalendarEvent) => any) | undefined;
|
|
96
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
97
|
-
popoverRef: ({
|
|
98
|
-
$: import('vue').ComponentInternalInstance;
|
|
99
|
-
$data: {};
|
|
100
|
-
$props: {
|
|
101
|
-
readonly label?: string | undefined;
|
|
102
|
-
readonly thin?: boolean | undefined;
|
|
103
|
-
readonly outline?: boolean | undefined;
|
|
104
|
-
readonly h100?: boolean | undefined;
|
|
105
|
-
readonly to?: string | undefined;
|
|
106
|
-
readonly overflowX?: boolean | undefined;
|
|
107
|
-
readonly overflowY?: boolean | undefined;
|
|
108
|
-
readonly bg?: "gray" | "light" | "dark" | "primary" | "secondary" | "success" | "danger" | "warning" | "info" | "white" | "transparent" | undefined;
|
|
109
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
110
|
-
$attrs: {
|
|
111
|
-
[x: string]: unknown;
|
|
112
|
-
};
|
|
113
|
-
$refs: {
|
|
114
|
-
[x: string]: unknown;
|
|
115
|
-
};
|
|
116
|
-
$slots: Readonly<{
|
|
117
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
118
|
-
}>;
|
|
119
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
120
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
121
|
-
$host: Element | null;
|
|
122
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
123
|
-
$el: any;
|
|
124
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
125
|
-
label?: string;
|
|
126
|
-
thin?: boolean;
|
|
127
|
-
outline?: boolean;
|
|
128
|
-
h100?: boolean;
|
|
129
|
-
to?: string;
|
|
130
|
-
overflowX?: boolean;
|
|
131
|
-
overflowY?: boolean;
|
|
132
|
-
bg?: "gray" | "light" | "dark" | "primary" | "secondary" | "success" | "danger" | "warning" | "info" | "white" | "transparent";
|
|
133
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
134
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
135
|
-
created?: (() => void) | (() => void)[];
|
|
136
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
137
|
-
mounted?: (() => void) | (() => void)[];
|
|
138
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
139
|
-
updated?: (() => void) | (() => void)[];
|
|
140
|
-
activated?: (() => void) | (() => void)[];
|
|
141
|
-
deactivated?: (() => void) | (() => void)[];
|
|
142
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
143
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
144
|
-
destroyed?: (() => void) | (() => void)[];
|
|
145
|
-
unmounted?: (() => void) | (() => void)[];
|
|
146
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
147
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
148
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
149
|
-
};
|
|
150
|
-
$forceUpdate: () => void;
|
|
151
|
-
$nextTick: typeof import('vue').nextTick;
|
|
152
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
153
|
-
} & Readonly<{}> & Omit<Readonly<{
|
|
154
|
-
label?: string;
|
|
155
|
-
thin?: boolean;
|
|
156
|
-
outline?: boolean;
|
|
157
|
-
h100?: boolean;
|
|
158
|
-
to?: string;
|
|
159
|
-
overflowX?: boolean;
|
|
160
|
-
overflowY?: boolean;
|
|
161
|
-
bg?: "gray" | "light" | "dark" | "primary" | "secondary" | "success" | "danger" | "warning" | "info" | "white" | "transparent";
|
|
162
|
-
}> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
163
|
-
$slots: {
|
|
164
|
-
default?(_: {}): any;
|
|
165
|
-
};
|
|
166
|
-
}) | null;
|
|
167
|
-
}, any>;
|
|
168
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
169
|
-
export default _default;
|
|
170
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
171
|
-
new (): {
|
|
172
|
-
$slots: S;
|
|
173
|
-
};
|
|
174
|
-
};
|
|
175
|
-
//# sourceMappingURL=CalendarPopover.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarPopover.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/calendar/views/CalendarPopover.vue"],"names":[],"mappings":"AA2FA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAIrD,KAAK,WAAW,GAAG;IAClB,KAAK,EAAE,aAAa,GAAG,IAAI,CAAA;IAC3B,aAAa,EAAE,WAAW,GAAG,IAAI,CAAA;IACjC,IAAI,EAAE,OAAO,CAAA;IACb,mBAAmB,EAAE,OAAO,CAAA;CAC5B,CAAC;AAyCF,iBAAS,cAAc;WAyDT,OAAO,IAA6B;;;;YAXhB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAqDwklB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;EArClulB;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuBwllB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;OAfjulB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Data } from 'vue3-charts/dist/types';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
data: Data[];
|
|
4
|
-
locale: string;
|
|
5
|
-
};
|
|
6
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
7
|
-
chartContainer: HTMLDivElement;
|
|
8
|
-
}, HTMLDivElement>;
|
|
9
|
-
export default _default;
|
|
10
|
-
//# sourceMappingURL=Lineart.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Lineart.vue.d.ts","sourceRoot":"","sources":["../../../src/components/dashboard/Lineart.vue"],"names":[],"mappings":"AAsNA,OAAO,KAAK,EAAa,IAAI,EAAE,MAAM,wBAAwB,CAAA;AAW7D,KAAK,WAAW,GAAG;IAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC;;;;AA2QpD,wBAQG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/dashboard/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/dialog/index.ts"],"names":[],"mappings":""}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { ModeType } from '../../calendar/typings/types';
|
|
2
|
-
import { WEEK_START_DAY } from '../../calendar/helpers/Time';
|
|
3
|
-
type __VLS_Props = {
|
|
4
|
-
required?: boolean;
|
|
5
|
-
label?: string;
|
|
6
|
-
editMode?: boolean;
|
|
7
|
-
small?: boolean;
|
|
8
|
-
enableTime?: boolean;
|
|
9
|
-
modelValue?: string | Date;
|
|
10
|
-
min?: string | Date;
|
|
11
|
-
max?: string | Date;
|
|
12
|
-
timezone?: string;
|
|
13
|
-
mode?: ModeType;
|
|
14
|
-
firstDayOfWeek?: WEEK_START_DAY;
|
|
15
|
-
locale?: string;
|
|
16
|
-
center?: boolean;
|
|
17
|
-
};
|
|
18
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
-
"update:modelValue": (...args: any[]) => void;
|
|
20
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
21
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
22
|
-
}>, {
|
|
23
|
-
small: boolean;
|
|
24
|
-
mode: ModeType;
|
|
25
|
-
editMode: boolean;
|
|
26
|
-
enableTime: boolean;
|
|
27
|
-
timezone: string;
|
|
28
|
-
firstDayOfWeek: WEEK_START_DAY;
|
|
29
|
-
locale: string;
|
|
30
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
31
|
-
export default _default;
|
|
32
|
-
//# sourceMappingURL=DatePick.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DatePick.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/DatePick.vue"],"names":[],"mappings":"AAucA,OAAO,KAAK,EAAgB,QAAQ,EAAE,MAAM,8BAA8B,CAAA;AAE1E,OAAa,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAElE,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,cAAc,CAAC,EAAE,cAAc,CAAA;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,OAAO,CAAA;CAEhB,CAAC;;;;;;WAXO,OAAO;UAMR,QAAQ;cAPJ,OAAO;gBAEL,OAAO;cAIT,MAAM;oBAEA,cAAc;YACtB,MAAM;;AAoqBjB,wBASG"}
|