@bagelink/vue 1.11.3 → 1.11.7
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/utils/queryFilter.d.ts +12 -1
- package/dist/utils/showdown.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/form-flow/form-flow.ts +1 -1
- package/src/utils/showdown.ts +1 -2
- 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,89 +0,0 @@
|
|
|
1
|
-
type Easing = 'ease-in-out' | 'ease-in' | 'ease-out' | 'linear';
|
|
2
|
-
type AutoplayMode = 'disabled' | 'standard' | 'linear';
|
|
3
|
-
type AutoplayValue = boolean | AutoplayMode;
|
|
4
|
-
interface CarouselOptions {
|
|
5
|
-
duration?: number;
|
|
6
|
-
easing?: Easing;
|
|
7
|
-
perPage?: number | {
|
|
8
|
-
[key: number]: number;
|
|
9
|
-
};
|
|
10
|
-
startIndex?: number;
|
|
11
|
-
draggable?: boolean;
|
|
12
|
-
multipleDrag?: boolean;
|
|
13
|
-
threshold?: number;
|
|
14
|
-
loop?: boolean;
|
|
15
|
-
rtl?: boolean;
|
|
16
|
-
autoplay?: AutoplayValue;
|
|
17
|
-
autoplayInterval?: number;
|
|
18
|
-
autoplaySpeed?: number;
|
|
19
|
-
pauseOnHover?: boolean;
|
|
20
|
-
dots?: boolean;
|
|
21
|
-
slideWidth?: number;
|
|
22
|
-
onInit?: () => void;
|
|
23
|
-
onChange?: () => void;
|
|
24
|
-
}
|
|
25
|
-
declare function prev(howManySlides?: number): void;
|
|
26
|
-
declare function next(howManySlides?: number): void;
|
|
27
|
-
declare function goTo(index: number): void;
|
|
28
|
-
declare function remove(index: number): void;
|
|
29
|
-
declare function insert(item: Element, index: number): void;
|
|
30
|
-
declare function prepend(item: Element): void;
|
|
31
|
-
declare function append(item: Element): void;
|
|
32
|
-
declare function destroy(restoreMarkup?: boolean): void;
|
|
33
|
-
declare function pauseAutoplay(): void;
|
|
34
|
-
declare function resumeAutoplay(): void;
|
|
35
|
-
declare function __VLS_template(): {
|
|
36
|
-
attrs: Partial<{}>;
|
|
37
|
-
slots: {
|
|
38
|
-
default?(_: {}): any;
|
|
39
|
-
};
|
|
40
|
-
refs: {
|
|
41
|
-
carouselRef: HTMLDivElement;
|
|
42
|
-
};
|
|
43
|
-
rootEl: HTMLDivElement;
|
|
44
|
-
};
|
|
45
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
46
|
-
declare const __VLS_component: import('vue').DefineComponent<CarouselOptions, {
|
|
47
|
-
prev: typeof prev;
|
|
48
|
-
next: typeof next;
|
|
49
|
-
goTo: typeof goTo;
|
|
50
|
-
remove: typeof remove;
|
|
51
|
-
insert: typeof insert;
|
|
52
|
-
prepend: typeof prepend;
|
|
53
|
-
append: typeof append;
|
|
54
|
-
destroy: typeof destroy;
|
|
55
|
-
currentSlide: import('vue').Ref<number, number>;
|
|
56
|
-
pauseAutoplay: typeof pauseAutoplay;
|
|
57
|
-
resumeAutoplay: typeof resumeAutoplay;
|
|
58
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
59
|
-
change: () => any;
|
|
60
|
-
init: () => any;
|
|
61
|
-
}, string, import('vue').PublicProps, Readonly<CarouselOptions> & Readonly<{
|
|
62
|
-
onChange?: (() => any) | undefined;
|
|
63
|
-
onInit?: (() => any) | undefined;
|
|
64
|
-
}>, {
|
|
65
|
-
autoplay: AutoplayValue;
|
|
66
|
-
loop: boolean;
|
|
67
|
-
duration: number;
|
|
68
|
-
easing: Easing;
|
|
69
|
-
startIndex: number;
|
|
70
|
-
draggable: boolean;
|
|
71
|
-
multipleDrag: boolean;
|
|
72
|
-
threshold: number;
|
|
73
|
-
rtl: boolean;
|
|
74
|
-
autoplayInterval: number;
|
|
75
|
-
autoplaySpeed: number;
|
|
76
|
-
pauseOnHover: boolean;
|
|
77
|
-
dots: boolean;
|
|
78
|
-
slideWidth: number;
|
|
79
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
80
|
-
carouselRef: HTMLDivElement;
|
|
81
|
-
}, HTMLDivElement>;
|
|
82
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
83
|
-
export default _default;
|
|
84
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
85
|
-
new (): {
|
|
86
|
-
$slots: S;
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
//# sourceMappingURL=Carousel2.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Carousel2.vue.d.ts","sourceRoot":"","sources":["../../src/components/Carousel2.vue"],"names":[],"mappings":"AAy/BA,KAAK,MAAM,GAAG,aAAa,GAAG,SAAS,GAAG,UAAU,GAAG,QAAQ,CAAA;AAC/D,KAAK,YAAY,GAAG,UAAU,GAAG,UAAU,GAAG,QAAQ,CAAA;AACtD,KAAK,aAAa,GAAG,OAAO,GAAG,YAAY,CAAA;AAE3C,UAAU,eAAe;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,GAAG;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAA;IAC5C,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,GAAG,CAAC,EAAE,OAAO,CAAA;IACb,QAAQ,CAAC,EAAE,aAAa,CAAA;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;IACnB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;CACrB;AAkWD,iBAAS,IAAI,CAAC,aAAa,GAAE,MAAU,GAAG,IAAI,CAmC7C;AAED,iBAAS,IAAI,CAAC,aAAa,GAAE,MAAU,GAAG,IAAI,CAmC7C;AAED,iBAAS,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAejC;AA+SD,iBAAS,MAAM,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAenC;AAED,iBAAS,MAAM,CAAC,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAkBlD;AAED,iBAAS,OAAO,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI,CAEpC;AAED,iBAAS,MAAM,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI,CAEnC;AAED,iBAAS,OAAO,CAAC,aAAa,GAAE,OAAe,GAAG,IAAI,CAkBrD;AAqGD,iBAAS,aAAa,IAAI,IAAI,CAE7B;AAED,iBAAS,cAAc,IAAI,IAAI,CAI9B;AAgDD,iBAAS,cAAc;WAyDT,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;cA3hCT,aAAa;UAFjB,OAAO;cAPH,MAAM;YACR,MAAM;gBAEF,MAAM;eACP,OAAO;kBACJ,OAAO;eACV,MAAM;SAEZ,OAAO;sBAEM,MAAM;mBACT,MAAM;kBACP,OAAO;UACf,OAAO;gBACD,MAAM;;;kBAiiClB,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,124 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { default as Time } from '../../helpers/Time';
|
|
3
|
-
import { ConfigInterface } from '../../typings/config.interface';
|
|
4
|
-
import { PeriodInterface } from '../../typings/interfaces/period.interface';
|
|
5
|
-
import { ModeType } from '../../typings/types';
|
|
6
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7
|
-
config: {
|
|
8
|
-
type: PropType<ConfigInterface>;
|
|
9
|
-
default: () => {};
|
|
10
|
-
};
|
|
11
|
-
mode: {
|
|
12
|
-
type: PropType<ModeType>;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
time: {
|
|
16
|
-
type: PropType<Time>;
|
|
17
|
-
default: () => {};
|
|
18
|
-
};
|
|
19
|
-
period: {
|
|
20
|
-
type: PropType<PeriodInterface>;
|
|
21
|
-
required: true;
|
|
22
|
-
};
|
|
23
|
-
isSmall: {
|
|
24
|
-
type: BooleanConstructor;
|
|
25
|
-
required: true;
|
|
26
|
-
};
|
|
27
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
28
|
-
changeMode: (mode: ModeType) => any;
|
|
29
|
-
updatedPeriod: (value: PeriodInterface) => any;
|
|
30
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
31
|
-
config: {
|
|
32
|
-
type: PropType<ConfigInterface>;
|
|
33
|
-
default: () => {};
|
|
34
|
-
};
|
|
35
|
-
mode: {
|
|
36
|
-
type: PropType<ModeType>;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
time: {
|
|
40
|
-
type: PropType<Time>;
|
|
41
|
-
default: () => {};
|
|
42
|
-
};
|
|
43
|
-
period: {
|
|
44
|
-
type: PropType<PeriodInterface>;
|
|
45
|
-
required: true;
|
|
46
|
-
};
|
|
47
|
-
isSmall: {
|
|
48
|
-
type: BooleanConstructor;
|
|
49
|
-
required: true;
|
|
50
|
-
};
|
|
51
|
-
}>> & Readonly<{
|
|
52
|
-
onChangeMode?: ((mode: ModeType) => any) | undefined;
|
|
53
|
-
onUpdatedPeriod?: ((value: PeriodInterface) => any) | undefined;
|
|
54
|
-
}>, {
|
|
55
|
-
time: Time;
|
|
56
|
-
mode: ModeType;
|
|
57
|
-
config: ConfigInterface;
|
|
58
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
59
|
-
periodSelect: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
60
|
-
modelValue: string | Date;
|
|
61
|
-
} & {
|
|
62
|
-
required?: boolean;
|
|
63
|
-
label?: string;
|
|
64
|
-
editMode?: boolean;
|
|
65
|
-
small?: boolean;
|
|
66
|
-
enableTime?: boolean;
|
|
67
|
-
modelValue?: string | Date;
|
|
68
|
-
min?: string | Date;
|
|
69
|
-
max?: string | Date;
|
|
70
|
-
mode?: ModeType;
|
|
71
|
-
defaultValue?: string | Date;
|
|
72
|
-
firstDayOfWeek?: import('../../helpers/Time').WEEK_START_DAY;
|
|
73
|
-
locale?: string;
|
|
74
|
-
center?: boolean;
|
|
75
|
-
}> & Readonly<{
|
|
76
|
-
"onUpdate:modelValue"?: ((value: string | Date) => any) | undefined;
|
|
77
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
78
|
-
"update:modelValue": (value: string | Date) => any;
|
|
79
|
-
}, import('vue').PublicProps, {
|
|
80
|
-
small: boolean;
|
|
81
|
-
mode: ModeType;
|
|
82
|
-
editMode: boolean;
|
|
83
|
-
enableTime: boolean;
|
|
84
|
-
firstDayOfWeek: import('../../helpers/Time').WEEK_START_DAY;
|
|
85
|
-
locale: string;
|
|
86
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
87
|
-
datePickerRef: HTMLDivElement;
|
|
88
|
-
calendarRef: HTMLDivElement;
|
|
89
|
-
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
90
|
-
P: {};
|
|
91
|
-
B: {};
|
|
92
|
-
D: {};
|
|
93
|
-
C: {};
|
|
94
|
-
M: {};
|
|
95
|
-
Defaults: {};
|
|
96
|
-
}, Readonly<{
|
|
97
|
-
modelValue: string | Date;
|
|
98
|
-
} & {
|
|
99
|
-
required?: boolean;
|
|
100
|
-
label?: string;
|
|
101
|
-
editMode?: boolean;
|
|
102
|
-
small?: boolean;
|
|
103
|
-
enableTime?: boolean;
|
|
104
|
-
modelValue?: string | Date;
|
|
105
|
-
min?: string | Date;
|
|
106
|
-
max?: string | Date;
|
|
107
|
-
mode?: ModeType;
|
|
108
|
-
defaultValue?: string | Date;
|
|
109
|
-
firstDayOfWeek?: import('../../helpers/Time').WEEK_START_DAY;
|
|
110
|
-
locale?: string;
|
|
111
|
-
center?: boolean;
|
|
112
|
-
}> & Readonly<{
|
|
113
|
-
"onUpdate:modelValue"?: ((value: string | Date) => any) | undefined;
|
|
114
|
-
}>, {}, {}, {}, {}, {
|
|
115
|
-
small: boolean;
|
|
116
|
-
mode: ModeType;
|
|
117
|
-
editMode: boolean;
|
|
118
|
-
enableTime: boolean;
|
|
119
|
-
firstDayOfWeek: import('../../helpers/Time').WEEK_START_DAY;
|
|
120
|
-
locale: string;
|
|
121
|
-
}> | null;
|
|
122
|
-
}, HTMLDivElement>;
|
|
123
|
-
export default _default;
|
|
124
|
-
//# sourceMappingURL=Header.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Header.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/calendar/components/header/Header.vue"],"names":[],"mappings":"AA2JA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,IAAI,MAAM,oBAAoB,CAAA;AAC1C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AACrE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2CAA2C,CAAA;AAChF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAA;;;cA4SjC,QAAQ,CAAC,eAAe,CAAC;;;;cAIzB,QAAQ,CAAC,QAAQ,CAAC;;;;cAIlB,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,eAAe,CAAC;;;;;;;;;;;;cAZzB,QAAQ,CAAC,eAAe,CAAC;;;;cAIzB,QAAQ,CAAC,QAAQ,CAAC;;;;cAIlB,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,eAAe,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AApB3C,wBA8BG"}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { default as Time } from '../../helpers/Time';
|
|
3
|
-
import { ConfigInterface } from '../../typings/config.interface';
|
|
4
|
-
import { EventInterface } from '../../typings/interfaces/event.interface';
|
|
5
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6
|
-
time: {
|
|
7
|
-
type: PropType<Time>;
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
|
-
calendarEvent: {
|
|
11
|
-
type: PropType<EventInterface>;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
config: {
|
|
15
|
-
type: PropType<ConfigInterface>;
|
|
16
|
-
required: true;
|
|
17
|
-
};
|
|
18
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
-
eventWasClicked: (...args: any[]) => void;
|
|
20
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
21
|
-
time: {
|
|
22
|
-
type: PropType<Time>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
calendarEvent: {
|
|
26
|
-
type: PropType<EventInterface>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
config: {
|
|
30
|
-
type: PropType<ConfigInterface>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
|
-
}>> & Readonly<{
|
|
34
|
-
onEventWasClicked?: ((...args: any[]) => any) | undefined;
|
|
35
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
36
|
-
export default _default;
|
|
37
|
-
//# sourceMappingURL=AgendaEventTile.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AgendaEventTile.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/calendar/components/month/AgendaEventTile.vue"],"names":[],"mappings":"AAyIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,IAAI,MAAM,oBAAoB,CAAA;AAC1C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AACrE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAA;;;cAmN5D,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,cAAc,CAAC;;;;cAIxB,QAAQ,CAAC,eAAe,CAAC;;;;;;;cARzB,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,cAAc,CAAC;;;;cAIxB,QAAQ,CAAC,eAAe,CAAC;;;;;;AAhB3C,wBAqBG"}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { default as Time } from '../../helpers/Time';
|
|
3
|
-
import { ConfigInterface } from '../../typings/config.interface';
|
|
4
|
-
import { DayInterface } from '../../typings/interfaces/day.interface';
|
|
5
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6
|
-
config: {
|
|
7
|
-
type: PropType<ConfigInterface>;
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
|
-
time: {
|
|
11
|
-
type: PropType<Time>;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
day: {
|
|
15
|
-
type: PropType<DayInterface>;
|
|
16
|
-
required: true;
|
|
17
|
-
};
|
|
18
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
-
eventWasClicked: (...args: any[]) => void;
|
|
20
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
21
|
-
config: {
|
|
22
|
-
type: PropType<ConfigInterface>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
time: {
|
|
26
|
-
type: PropType<Time>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
day: {
|
|
30
|
-
type: PropType<DayInterface>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
|
-
}>> & Readonly<{
|
|
34
|
-
onEventWasClicked?: ((...args: any[]) => any) | undefined;
|
|
35
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
36
|
-
export default _default;
|
|
37
|
-
//# sourceMappingURL=AgendaEvents.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AgendaEvents.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/calendar/components/month/AgendaEvents.vue"],"names":[],"mappings":"AA0EA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,IAAI,MAAM,oBAAoB,CAAA;AAC1C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AACrE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAA;;;cA+IxD,QAAQ,CAAC,eAAe,CAAC;;;;cAIzB,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,YAAY,CAAC;;;;;;;cARtB,QAAQ,CAAC,eAAe,CAAC;;;;cAIzB,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,YAAY,CAAC;;;;;;AAhBxC,wBAqBG"}
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { default as Time } from '../../helpers/Time';
|
|
3
|
-
import { ConfigInterface } from '../../typings/config.interface';
|
|
4
|
-
import { DayInterface } from '../../typings/interfaces/day.interface';
|
|
5
|
-
import { EventInterface } from '../../typings/interfaces/event.interface';
|
|
6
|
-
declare function __VLS_template(): {
|
|
7
|
-
attrs: Partial<{}>;
|
|
8
|
-
slots: {
|
|
9
|
-
dayCell?(_: {
|
|
10
|
-
dayData: DayInterface;
|
|
11
|
-
}): any;
|
|
12
|
-
monthEvent?(_: {
|
|
13
|
-
eventData: EventInterface;
|
|
14
|
-
}): any;
|
|
15
|
-
};
|
|
16
|
-
refs: {};
|
|
17
|
-
rootEl: any;
|
|
18
|
-
};
|
|
19
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
21
|
-
config: {
|
|
22
|
-
type: PropType<ConfigInterface>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
time: {
|
|
26
|
-
type: PropType<Time>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
day: {
|
|
30
|
-
type: PropType<DayInterface>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
|
-
isSelected: {
|
|
34
|
-
type: BooleanConstructor;
|
|
35
|
-
default: boolean;
|
|
36
|
-
};
|
|
37
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
38
|
-
updatedPeriod: (period: {
|
|
39
|
-
start: Date;
|
|
40
|
-
end: Date;
|
|
41
|
-
selectedDate: Date;
|
|
42
|
-
}) => any;
|
|
43
|
-
eventWasClicked: (event: EventInterface) => any;
|
|
44
|
-
eventWasDragged: (event: EventInterface) => any;
|
|
45
|
-
dateWasClicked: (date: string) => any;
|
|
46
|
-
dayWasSelected: (day: DayInterface) => any;
|
|
47
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
48
|
-
config: {
|
|
49
|
-
type: PropType<ConfigInterface>;
|
|
50
|
-
required: true;
|
|
51
|
-
};
|
|
52
|
-
time: {
|
|
53
|
-
type: PropType<Time>;
|
|
54
|
-
required: true;
|
|
55
|
-
};
|
|
56
|
-
day: {
|
|
57
|
-
type: PropType<DayInterface>;
|
|
58
|
-
required: true;
|
|
59
|
-
};
|
|
60
|
-
isSelected: {
|
|
61
|
-
type: BooleanConstructor;
|
|
62
|
-
default: boolean;
|
|
63
|
-
};
|
|
64
|
-
}>> & Readonly<{
|
|
65
|
-
onUpdatedPeriod?: ((period: {
|
|
66
|
-
start: Date;
|
|
67
|
-
end: Date;
|
|
68
|
-
selectedDate: Date;
|
|
69
|
-
}) => any) | undefined;
|
|
70
|
-
onEventWasClicked?: ((event: EventInterface) => any) | undefined;
|
|
71
|
-
onEventWasDragged?: ((event: EventInterface) => any) | undefined;
|
|
72
|
-
onDateWasClicked?: ((date: string) => any) | undefined;
|
|
73
|
-
onDayWasSelected?: ((day: DayInterface) => any) | undefined;
|
|
74
|
-
}>, {
|
|
75
|
-
isSelected: boolean;
|
|
76
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
77
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
78
|
-
export default _default;
|
|
79
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
80
|
-
new (): {
|
|
81
|
-
$slots: S;
|
|
82
|
-
};
|
|
83
|
-
};
|
|
84
|
-
//# sourceMappingURL=Day.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Day.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/calendar/components/month/Day.vue"],"names":[],"mappings":"AAkQA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,IAAI,MAAM,oBAAoB,CAAA;AAC1C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AACrE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAA;AAC1E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAA;AAqG9E,iBAAS,cAAc;WAmHT,OAAO,IAA6B;;;;YAXrB,GAAG;;;YACA,GAAG;;;;EAelC;AAuCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;cAQH,QAAQ,CAAC,eAAe,CAAC;;;;cAIzB,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,YAAY,CAAC;;;;;;;;;eAzPD,IAAI;aAAO,IAAI;sBAAgB,IAAI;;;;;;;;cAiPxD,QAAQ,CAAC,eAAe,CAAC;;;;cAIzB,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,YAAY,CAAC;;;;;;;;;eAzPD,IAAI;aAAO,IAAI;sBAAgB,IAAI;;;;;;;;4EAiQxE,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { default as Time } from '../../helpers/Time';
|
|
3
|
-
import { ConfigInterface } from '../../typings/config.interface';
|
|
4
|
-
import { DayInterface } from '../../typings/interfaces/day.interface';
|
|
5
|
-
import { EventInterface } from '../../typings/interfaces/event.interface';
|
|
6
|
-
declare function __VLS_template(): {
|
|
7
|
-
attrs: Partial<{}>;
|
|
8
|
-
slots: {
|
|
9
|
-
monthEvent?(_: {
|
|
10
|
-
eventData: EventInterface;
|
|
11
|
-
}): any;
|
|
12
|
-
};
|
|
13
|
-
refs: {};
|
|
14
|
-
rootEl: any;
|
|
15
|
-
};
|
|
16
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
18
|
-
time: {
|
|
19
|
-
type: PropType<Time>;
|
|
20
|
-
required: true;
|
|
21
|
-
};
|
|
22
|
-
calendarEvent: {
|
|
23
|
-
type: PropType<EventInterface>;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
|
-
config: {
|
|
27
|
-
type: PropType<ConfigInterface>;
|
|
28
|
-
required: true;
|
|
29
|
-
};
|
|
30
|
-
day: {
|
|
31
|
-
type: PropType<DayInterface>;
|
|
32
|
-
required: true;
|
|
33
|
-
};
|
|
34
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
35
|
-
eventWasClicked: (payload: {
|
|
36
|
-
clickedEvent: EventInterface;
|
|
37
|
-
eventElement: HTMLElement | null;
|
|
38
|
-
}) => any;
|
|
39
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
40
|
-
time: {
|
|
41
|
-
type: PropType<Time>;
|
|
42
|
-
required: true;
|
|
43
|
-
};
|
|
44
|
-
calendarEvent: {
|
|
45
|
-
type: PropType<EventInterface>;
|
|
46
|
-
required: true;
|
|
47
|
-
};
|
|
48
|
-
config: {
|
|
49
|
-
type: PropType<ConfigInterface>;
|
|
50
|
-
required: true;
|
|
51
|
-
};
|
|
52
|
-
day: {
|
|
53
|
-
type: PropType<DayInterface>;
|
|
54
|
-
required: true;
|
|
55
|
-
};
|
|
56
|
-
}>> & Readonly<{
|
|
57
|
-
onEventWasClicked?: ((payload: {
|
|
58
|
-
clickedEvent: EventInterface;
|
|
59
|
-
eventElement: HTMLElement | null;
|
|
60
|
-
}) => any) | undefined;
|
|
61
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
62
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
63
|
-
export default _default;
|
|
64
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
65
|
-
new (): {
|
|
66
|
-
$slots: S;
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
|
-
//# sourceMappingURL=Event.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Event.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/calendar/components/month/Event.vue"],"names":[],"mappings":"AAsKA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,IAAI,MAAM,oBAAoB,CAAA;AAC1C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AACrE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAA;AAC1E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAA;AAsG9E,iBAAS,cAAc;WAsET,OAAO,IAA6B;;;;YAVlB,GAAG;;;;EAelC;AAiCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;cAQH,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,cAAc,CAAC;;;;cAIxB,QAAQ,CAAC,eAAe,CAAC;;;;cAIzB,QAAQ,CAAC,YAAY,CAAC;;;;;sBA/MS,cAAc;sBAAgB,WAAW,GAAG,IAAI;;;;cAmM/E,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,cAAc,CAAC;;;;cAIxB,QAAQ,CAAC,eAAe,CAAC;;;;cAIzB,QAAQ,CAAC,YAAY,CAAC;;;;;sBA/MS,cAAc;sBAAgB,WAAW,GAAG,IAAI;;iFAmN/F,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { default as Time } from '../../helpers/Time';
|
|
3
|
-
import { ConfigInterface } from '../../typings/config.interface';
|
|
4
|
-
import { DayInterface } from '../../typings/interfaces/day.interface';
|
|
5
|
-
import { EventInterface } from '../../typings/interfaces/event.interface';
|
|
6
|
-
import { PeriodInterface } from '../../typings/interfaces/period.interface';
|
|
7
|
-
declare function __VLS_template(): {
|
|
8
|
-
attrs: Partial<{}>;
|
|
9
|
-
slots: {
|
|
10
|
-
monthEvent?(_: {
|
|
11
|
-
eventData: EventInterface;
|
|
12
|
-
}): any;
|
|
13
|
-
dayCell?(_: {
|
|
14
|
-
dayData: DayInterface;
|
|
15
|
-
}): any;
|
|
16
|
-
eventDialog?(_: {
|
|
17
|
-
eventDialogData: {
|
|
18
|
-
id: import('../../typings/interfaces/event.interface').EventID;
|
|
19
|
-
title?: string | undefined;
|
|
20
|
-
time: {
|
|
21
|
-
start: string;
|
|
22
|
-
end: string;
|
|
23
|
-
};
|
|
24
|
-
description?: string | undefined;
|
|
25
|
-
topic?: string | undefined;
|
|
26
|
-
location?: string | undefined;
|
|
27
|
-
with?: string | undefined;
|
|
28
|
-
colorScheme?: string | undefined;
|
|
29
|
-
color?: import('../../typings/interfaces/event.interface').EventColor | undefined;
|
|
30
|
-
isEditable?: boolean | undefined;
|
|
31
|
-
disableDnD?: import('../../typings/types').ModeType[] | undefined;
|
|
32
|
-
disableResize?: import('../../typings/types').ModeType[] | undefined;
|
|
33
|
-
isCustom?: boolean | import('../../typings/types').ModeType[] | undefined;
|
|
34
|
-
zIndex?: number | undefined;
|
|
35
|
-
nOfPreviousConcurrentEvents?: number | undefined;
|
|
36
|
-
totalConcurrentEvents?: number | undefined;
|
|
37
|
-
timeJS?: {
|
|
38
|
-
start: Date;
|
|
39
|
-
end: Date;
|
|
40
|
-
} | undefined;
|
|
41
|
-
originalEvent?: {
|
|
42
|
-
with?: string | undefined;
|
|
43
|
-
time: {
|
|
44
|
-
start: string;
|
|
45
|
-
end: string;
|
|
46
|
-
};
|
|
47
|
-
title?: string | undefined;
|
|
48
|
-
id: import('../../typings/interfaces/event.interface').EventID;
|
|
49
|
-
color?: import('../../typings/interfaces/event.interface').EventColor | undefined;
|
|
50
|
-
description?: string | undefined;
|
|
51
|
-
topic?: string | undefined;
|
|
52
|
-
location?: string | undefined;
|
|
53
|
-
colorScheme?: string | undefined;
|
|
54
|
-
isEditable?: boolean | undefined;
|
|
55
|
-
disableDnD?: import('../../typings/types').ModeType[] | undefined;
|
|
56
|
-
disableResize?: import('../../typings/types').ModeType[] | undefined;
|
|
57
|
-
isCustom?: boolean | import('../../typings/types').ModeType[] | undefined;
|
|
58
|
-
zIndex?: number | undefined;
|
|
59
|
-
nOfPreviousConcurrentEvents?: number | undefined;
|
|
60
|
-
totalConcurrentEvents?: number | undefined;
|
|
61
|
-
timeJS?: {
|
|
62
|
-
start: Date;
|
|
63
|
-
end: Date;
|
|
64
|
-
} | undefined;
|
|
65
|
-
eventType?: import('../../typings/interfaces/event.interface').EVENT_TYPE | undefined;
|
|
66
|
-
} | undefined;
|
|
67
|
-
eventType?: import('../../typings/interfaces/event.interface').EVENT_TYPE | undefined;
|
|
68
|
-
} | null;
|
|
69
|
-
closeEventDialog: () => void;
|
|
70
|
-
}): any;
|
|
71
|
-
};
|
|
72
|
-
refs: {};
|
|
73
|
-
rootEl: HTMLDivElement;
|
|
74
|
-
};
|
|
75
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
76
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
77
|
-
config: {
|
|
78
|
-
type: PropType<ConfigInterface>;
|
|
79
|
-
required: true;
|
|
80
|
-
};
|
|
81
|
-
time: {
|
|
82
|
-
type: PropType<Time>;
|
|
83
|
-
required: true;
|
|
84
|
-
};
|
|
85
|
-
period: {
|
|
86
|
-
type: PropType<PeriodInterface>;
|
|
87
|
-
required: true;
|
|
88
|
-
};
|
|
89
|
-
eventsProp: {
|
|
90
|
-
type: PropType<EventInterface[]>;
|
|
91
|
-
default: () => never[];
|
|
92
|
-
};
|
|
93
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
94
|
-
updatedPeriod: (period: any) => any;
|
|
95
|
-
eventWasClicked: (event: any) => any;
|
|
96
|
-
editEvent: (event: any) => any;
|
|
97
|
-
deleteEvent: (event: any) => any;
|
|
98
|
-
eventWasDragged: (event: any) => any;
|
|
99
|
-
dateWasClicked: (date: any) => any;
|
|
100
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
101
|
-
config: {
|
|
102
|
-
type: PropType<ConfigInterface>;
|
|
103
|
-
required: true;
|
|
104
|
-
};
|
|
105
|
-
time: {
|
|
106
|
-
type: PropType<Time>;
|
|
107
|
-
required: true;
|
|
108
|
-
};
|
|
109
|
-
period: {
|
|
110
|
-
type: PropType<PeriodInterface>;
|
|
111
|
-
required: true;
|
|
112
|
-
};
|
|
113
|
-
eventsProp: {
|
|
114
|
-
type: PropType<EventInterface[]>;
|
|
115
|
-
default: () => never[];
|
|
116
|
-
};
|
|
117
|
-
}>> & Readonly<{
|
|
118
|
-
onUpdatedPeriod?: ((period: any) => any) | undefined;
|
|
119
|
-
onEventWasClicked?: ((event: any) => any) | undefined;
|
|
120
|
-
onEditEvent?: ((event: any) => any) | undefined;
|
|
121
|
-
onDeleteEvent?: ((event: any) => any) | undefined;
|
|
122
|
-
onEventWasDragged?: ((event: any) => any) | undefined;
|
|
123
|
-
onDateWasClicked?: ((date: any) => any) | undefined;
|
|
124
|
-
}>, {
|
|
125
|
-
eventsProp: EventInterface[];
|
|
126
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
127
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
128
|
-
export default _default;
|
|
129
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
130
|
-
new (): {
|
|
131
|
-
$slots: S;
|
|
132
|
-
};
|
|
133
|
-
};
|
|
134
|
-
//# sourceMappingURL=Month.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Month.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/calendar/components/month/Month.vue"],"names":[],"mappings":"AAmPA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,IAAI,MAAM,oBAAoB,CAAA;AAC1C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AACrE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAA;AAC1E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAA;AAC9E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2CAA2C,CAAA;AAsIhF,iBAAS,cAAc;WAwMT,OAAO,IAA6B;;;;YAZjB,GAAG;;;YACN,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YACC,GAAG;;;;EAepC;AAqCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;cAQH,QAAQ,CAAC,eAAe,CAAC;;;;cAIzB,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,eAAe,CAAC;;;;cAI1B,QAAQ,CAAC,cAAc,EAAE,CAAC;;;;;;;;;;;;cAZzB,QAAQ,CAAC,eAAe,CAAC;;;;cAIzB,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,eAAe,CAAC;;;;cAI1B,QAAQ,CAAC,cAAc,EAAE,CAAC;;;;;;;;;;;;uFAKzC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { DayInterface } from '../../typings/interfaces/day.interface';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
day: DayInterface;
|
|
4
|
-
};
|
|
5
|
-
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, {}, HTMLSpanElement>;
|
|
6
|
-
export default _default;
|
|
7
|
-
//# sourceMappingURL=WeekDay.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WeekDay.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/calendar/components/month/WeekDay.vue"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAA;AAE1E,KAAK,WAAW,GAAG;IAClB,GAAG,EAAE,YAAY,CAAA;CACjB,CAAC;;AAyCF,wBAOG"}
|