@progress/kendo-vue-dateinputs 3.5.1 → 3.5.2-dev.202209020458
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/cdn/js/kendo-vue-dateinputs.js +1 -1
- package/dist/es/calendar/components/Calendar.js +3 -3
- package/dist/es/calendar/components/CalendarCell.d.ts +1 -1
- package/dist/es/calendar/components/Header.d.ts +2 -2
- package/dist/es/calendar/components/Header.js +2 -2
- package/dist/es/calendar/components/View.d.ts +2 -2
- package/dist/es/calendar/components/View.js +2 -2
- package/dist/es/calendar/components/ViewList.d.ts +2 -2
- package/dist/es/calendar/components/ViewList.js +1 -1
- package/dist/es/calendar/components/interfaces/CalendarComputed.d.ts +1 -1
- package/dist/es/calendar/components/interfaces/CalendarData.d.ts +1 -1
- package/dist/es/calendar/components/interfaces/CalendarEventArguments.d.ts +1 -1
- package/dist/es/calendar/components/interfaces/CalendarMethods.d.ts +1 -1
- package/dist/es/calendar/components/interfaces/CalendarProps.d.ts +1 -1
- package/dist/es/calendar/components/interfaces/CalendarState.d.ts +2 -2
- package/dist/es/calendar/models/{index.d.ts → main.d.ts} +0 -0
- package/dist/es/calendar/models/{index.js → main.js} +0 -0
- package/dist/es/calendar/services/CenturyViewService.d.ts +1 -1
- package/dist/es/calendar/services/CenturyViewService.js +1 -1
- package/dist/es/calendar/services/{index.d.ts → main.d.ts} +0 -0
- package/dist/es/calendar/services/{index.js → main.js} +0 -0
- package/dist/es/calendar/utils/{index.d.ts → main.d.ts} +1 -1
- package/dist/es/calendar/utils/{index.js → main.js} +1 -1
- package/dist/es/dateinput/DateInput.js +2 -2
- package/dist/es/dateinput/interfaces/DateInputData.d.ts +1 -1
- package/dist/es/dateinput/interfaces/DateInputMethods.d.ts +1 -1
- package/dist/es/dateinput/interfaces/DateInputProps.d.ts +1 -1
- package/dist/es/dateinput/models/{index.d.ts → main.d.ts} +0 -0
- package/dist/es/dateinput/models/{index.js → main.js} +0 -0
- package/dist/es/datepicker/DatePicker.js +1 -1
- package/dist/es/datepicker/interfaces/DatePickerProps.d.ts +1 -1
- package/dist/es/datepicker/models/{index.d.ts → main.d.ts} +0 -0
- package/dist/es/datepicker/models/{index.js → main.js} +0 -0
- package/dist/es/daterangepicker/DateRangePicker.d.ts +2 -2
- package/dist/es/daterangepicker/DateRangePicker.js +7 -2
- package/dist/es/daterangepicker/models/{index.d.ts → main.d.ts} +0 -0
- package/dist/es/daterangepicker/models/{index.js → main.js} +0 -0
- package/dist/es/datetimepicker/DateTimePicker.d.ts +1 -1
- package/dist/es/datetimepicker/DateTimePicker.js +1 -1
- package/dist/es/datetimepicker/DateTimeSelector.d.ts +1 -1
- package/dist/es/datetimepicker/DateTimeSelector.js +1 -1
- package/dist/es/datetimepicker/models/DateTimePickerSettings.d.ts +1 -1
- package/dist/es/datetimepicker/models/{index.d.ts → main.d.ts} +0 -0
- package/dist/es/datetimepicker/models/{index.js → main.js} +0 -0
- package/dist/es/main.d.ts +6 -6
- package/dist/es/main.js +1 -1
- package/dist/es/messages/{index.d.ts → main.d.ts} +0 -0
- package/dist/es/messages/{index.js → main.js} +0 -0
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/timepicker/TimeList.d.ts +2 -2
- package/dist/es/timepicker/TimeList.js +2 -2
- package/dist/es/timepicker/TimePart.js +1 -1
- package/dist/es/timepicker/TimePicker.d.ts +1 -1
- package/dist/es/timepicker/TimePicker.js +1 -1
- package/dist/es/timepicker/TimeSelector.js +1 -1
- package/dist/es/timepicker/models/{index.d.ts → main.d.ts} +0 -0
- package/dist/es/timepicker/models/{index.js → main.js} +0 -0
- package/dist/es/timepicker/services/{index.d.ts → main.d.ts} +0 -0
- package/dist/es/timepicker/services/{index.js → main.js} +0 -0
- package/dist/es/virtualization/Virtualization.d.ts +1 -1
- package/dist/es/virtualization/Virtualization.js +1 -1
- package/dist/es/virtualization/services/{index.d.ts → main.d.ts} +0 -0
- package/dist/es/virtualization/services/{index.js → main.js} +0 -0
- package/dist/esm/calendar/components/Calendar.js +3 -3
- package/dist/esm/calendar/components/CalendarCell.d.ts +1 -1
- package/dist/esm/calendar/components/Header.d.ts +2 -2
- package/dist/esm/calendar/components/Header.js +2 -2
- package/dist/esm/calendar/components/View.d.ts +2 -2
- package/dist/esm/calendar/components/View.js +2 -2
- package/dist/esm/calendar/components/ViewList.d.ts +2 -2
- package/dist/esm/calendar/components/ViewList.js +1 -1
- package/dist/esm/calendar/components/interfaces/CalendarComputed.d.ts +1 -1
- package/dist/esm/calendar/components/interfaces/CalendarData.d.ts +1 -1
- package/dist/esm/calendar/components/interfaces/CalendarEventArguments.d.ts +1 -1
- package/dist/esm/calendar/components/interfaces/CalendarMethods.d.ts +1 -1
- package/dist/esm/calendar/components/interfaces/CalendarProps.d.ts +1 -1
- package/dist/esm/calendar/components/interfaces/CalendarState.d.ts +2 -2
- package/dist/esm/calendar/models/{index.d.ts → main.d.ts} +0 -0
- package/dist/esm/calendar/models/{index.js → main.js} +0 -0
- package/dist/esm/calendar/services/CenturyViewService.d.ts +1 -1
- package/dist/esm/calendar/services/CenturyViewService.js +1 -1
- package/dist/esm/calendar/services/{index.d.ts → main.d.ts} +0 -0
- package/dist/esm/calendar/services/{index.js → main.js} +0 -0
- package/dist/esm/calendar/utils/{index.d.ts → main.d.ts} +1 -1
- package/dist/esm/calendar/utils/{index.js → main.js} +1 -1
- package/dist/esm/dateinput/DateInput.js +2 -2
- package/dist/esm/dateinput/interfaces/DateInputData.d.ts +1 -1
- package/dist/esm/dateinput/interfaces/DateInputMethods.d.ts +1 -1
- package/dist/esm/dateinput/interfaces/DateInputProps.d.ts +1 -1
- package/dist/esm/dateinput/models/{index.d.ts → main.d.ts} +0 -0
- package/dist/esm/dateinput/models/{index.js → main.js} +0 -0
- package/dist/esm/datepicker/DatePicker.js +1 -1
- package/dist/esm/datepicker/interfaces/DatePickerProps.d.ts +1 -1
- package/dist/esm/datepicker/models/{index.d.ts → main.d.ts} +0 -0
- package/dist/esm/datepicker/models/{index.js → main.js} +0 -0
- package/dist/esm/daterangepicker/DateRangePicker.d.ts +2 -2
- package/dist/esm/daterangepicker/DateRangePicker.js +7 -2
- package/dist/esm/daterangepicker/models/{index.d.ts → main.d.ts} +0 -0
- package/dist/esm/daterangepicker/models/{index.js → main.js} +0 -0
- package/dist/esm/datetimepicker/DateTimePicker.d.ts +1 -1
- package/dist/esm/datetimepicker/DateTimePicker.js +1 -1
- package/dist/esm/datetimepicker/DateTimeSelector.d.ts +1 -1
- package/dist/esm/datetimepicker/DateTimeSelector.js +1 -1
- package/dist/esm/datetimepicker/models/DateTimePickerSettings.d.ts +1 -1
- package/dist/esm/datetimepicker/models/{index.d.ts → main.d.ts} +0 -0
- package/dist/esm/datetimepicker/models/{index.js → main.js} +0 -0
- package/dist/esm/main.d.ts +6 -6
- package/dist/esm/main.js +1 -1
- package/dist/esm/messages/{index.d.ts → main.d.ts} +0 -0
- package/dist/esm/messages/{index.js → main.js} +0 -0
- package/dist/esm/package-metadata.js +1 -1
- package/dist/esm/timepicker/TimeList.d.ts +2 -2
- package/dist/esm/timepicker/TimeList.js +2 -2
- package/dist/esm/timepicker/TimePart.js +1 -1
- package/dist/esm/timepicker/TimePicker.d.ts +1 -1
- package/dist/esm/timepicker/TimePicker.js +1 -1
- package/dist/esm/timepicker/TimeSelector.js +1 -1
- package/dist/esm/timepicker/models/{index.d.ts → main.d.ts} +0 -0
- package/dist/esm/timepicker/models/{index.js → main.js} +0 -0
- package/dist/esm/timepicker/services/{index.d.ts → main.d.ts} +0 -0
- package/dist/esm/timepicker/services/{index.js → main.js} +0 -0
- package/dist/esm/virtualization/Virtualization.d.ts +1 -1
- package/dist/esm/virtualization/Virtualization.js +1 -1
- package/dist/esm/virtualization/services/{index.d.ts → main.d.ts} +0 -0
- package/dist/esm/virtualization/services/{index.js → main.js} +0 -0
- package/dist/npm/calendar/components/Calendar.js +22 -22
- package/dist/npm/calendar/components/CalendarCell.d.ts +1 -1
- package/dist/npm/calendar/components/Header.d.ts +2 -2
- package/dist/npm/calendar/components/Header.js +9 -9
- package/dist/npm/calendar/components/View.d.ts +2 -2
- package/dist/npm/calendar/components/View.js +5 -5
- package/dist/npm/calendar/components/ViewList.d.ts +2 -2
- package/dist/npm/calendar/components/ViewList.js +12 -12
- package/dist/npm/calendar/components/interfaces/CalendarComputed.d.ts +1 -1
- package/dist/npm/calendar/components/interfaces/CalendarData.d.ts +1 -1
- package/dist/npm/calendar/components/interfaces/CalendarEventArguments.d.ts +1 -1
- package/dist/npm/calendar/components/interfaces/CalendarMethods.d.ts +1 -1
- package/dist/npm/calendar/components/interfaces/CalendarProps.d.ts +1 -1
- package/dist/npm/calendar/components/interfaces/CalendarState.d.ts +2 -2
- package/dist/npm/calendar/models/{index.d.ts → main.d.ts} +0 -0
- package/dist/npm/calendar/models/{index.js → main.js} +0 -0
- package/dist/npm/calendar/services/CenturyViewService.d.ts +1 -1
- package/dist/npm/calendar/services/CenturyViewService.js +10 -10
- package/dist/npm/calendar/services/{index.d.ts → main.d.ts} +0 -0
- package/dist/npm/calendar/services/{index.js → main.js} +0 -0
- package/dist/npm/calendar/utils/{index.d.ts → main.d.ts} +1 -1
- package/dist/npm/calendar/utils/{index.js → main.js} +2 -2
- package/dist/npm/dateinput/DateInput.js +11 -11
- package/dist/npm/dateinput/interfaces/DateInputData.d.ts +1 -1
- package/dist/npm/dateinput/interfaces/DateInputMethods.d.ts +1 -1
- package/dist/npm/dateinput/interfaces/DateInputProps.d.ts +1 -1
- package/dist/npm/dateinput/models/{index.d.ts → main.d.ts} +0 -0
- package/dist/npm/dateinput/models/{index.js → main.js} +0 -0
- package/dist/npm/datepicker/DatePicker.js +5 -5
- package/dist/npm/datepicker/interfaces/DatePickerProps.d.ts +1 -1
- package/dist/npm/datepicker/models/{index.d.ts → main.d.ts} +0 -0
- package/dist/npm/datepicker/models/{index.js → main.js} +0 -0
- package/dist/npm/daterangepicker/DateRangePicker.d.ts +2 -2
- package/dist/npm/daterangepicker/DateRangePicker.js +19 -14
- package/dist/npm/daterangepicker/models/{index.d.ts → main.d.ts} +0 -0
- package/dist/npm/daterangepicker/models/{index.js → main.js} +0 -0
- package/dist/npm/datetimepicker/DateTimePicker.d.ts +1 -1
- package/dist/npm/datetimepicker/DateTimePicker.js +5 -5
- package/dist/npm/datetimepicker/DateTimeSelector.d.ts +1 -1
- package/dist/npm/datetimepicker/DateTimeSelector.js +5 -5
- package/dist/npm/datetimepicker/models/DateTimePickerSettings.d.ts +1 -1
- package/dist/npm/datetimepicker/models/{index.d.ts → main.d.ts} +0 -0
- package/dist/npm/datetimepicker/models/{index.js → main.js} +0 -0
- package/dist/npm/main.d.ts +6 -6
- package/dist/npm/main.js +2 -2
- package/dist/npm/messages/{index.d.ts → main.d.ts} +0 -0
- package/dist/npm/messages/{index.js → main.js} +0 -0
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/timepicker/TimeList.d.ts +2 -2
- package/dist/npm/timepicker/TimeList.js +4 -4
- package/dist/npm/timepicker/TimePart.js +4 -4
- package/dist/npm/timepicker/TimePicker.d.ts +1 -1
- package/dist/npm/timepicker/TimePicker.js +3 -3
- package/dist/npm/timepicker/TimeSelector.js +3 -3
- package/dist/npm/timepicker/models/{index.d.ts → main.d.ts} +0 -0
- package/dist/npm/timepicker/models/{index.js → main.js} +0 -0
- package/dist/npm/timepicker/services/{index.d.ts → main.d.ts} +0 -0
- package/dist/npm/timepicker/services/{index.js → main.js} +0 -0
- package/dist/npm/virtualization/Virtualization.d.ts +1 -1
- package/dist/npm/virtualization/Virtualization.js +3 -3
- package/dist/npm/virtualization/services/{index.d.ts → main.d.ts} +0 -0
- package/dist/npm/virtualization/services/{index.js → main.js} +0 -0
- package/package.json +7 -7
|
@@ -10,11 +10,11 @@ import { provideIntlService } from '@progress/kendo-vue-intl';
|
|
|
10
10
|
import { packageMetadata } from '../../package-metadata';
|
|
11
11
|
import { ViewList } from './ViewList';
|
|
12
12
|
import { MIN_DATE, MAX_DATE } from '../../defaults';
|
|
13
|
-
import { CalendarViewEnum } from '../models';
|
|
13
|
+
import { CalendarViewEnum } from '../models/main';
|
|
14
14
|
import { getToday, dateInRange, viewInRange } from '../../utils';
|
|
15
|
-
import { BusViewService, DOMService, NavigationService } from '../services';
|
|
15
|
+
import { BusViewService, DOMService, NavigationService } from '../services/main';
|
|
16
16
|
import { Header } from './Header';
|
|
17
|
-
import { calculateValue, extractDateFromValue, extractMultipleFromValue, extractRangeFromValue, extractFocusedDate, extractActiveRange } from '../utils';
|
|
17
|
+
import { calculateValue, extractDateFromValue, extractMultipleFromValue, extractRangeFromValue, extractFocusedDate, extractActiveRange } from '../utils/main';
|
|
18
18
|
/**
|
|
19
19
|
* @hidden
|
|
20
20
|
*/
|
|
@@ -2,7 +2,7 @@ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } fr
|
|
|
2
2
|
declare type DefaultMethods<V> = {
|
|
3
3
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
4
4
|
};
|
|
5
|
-
import { CellContext } from '../models';
|
|
5
|
+
import { CellContext } from '../models/main';
|
|
6
6
|
/**
|
|
7
7
|
* The props which will be received by the custom cell of the [Calendar]({% slug api_dateinputs_calendarprops %}#toc-cell).
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../../additionalTypes';
|
|
2
2
|
import { LocalizationService } from '@progress/kendo-vue-intl';
|
|
3
|
-
import { BusViewService } from '../services';
|
|
4
|
-
import { ViewService, Action } from '../models';
|
|
3
|
+
import { BusViewService } from '../services/main';
|
|
4
|
+
import { ViewService, Action } from '../models/main';
|
|
5
5
|
declare type DefaultMethods<V> = {
|
|
6
6
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
7
7
|
};
|
|
@@ -8,8 +8,8 @@ import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
|
8
8
|
import { getDate } from '@progress/kendo-date-math';
|
|
9
9
|
import { Button as KButton } from '@progress/kendo-vue-buttons';
|
|
10
10
|
import { CalendarHeaderTitle } from './CalendarHeaderTitle';
|
|
11
|
-
import { messages, today, prevView, nextView } from '../../messages';
|
|
12
|
-
import { Action } from '../models';
|
|
11
|
+
import { messages, today, prevView, nextView } from '../../messages/main';
|
|
12
|
+
import { Action } from '../models/main';
|
|
13
13
|
import { getToday, isInRange, dateInRange, MAX_DATE } from '../../utils';
|
|
14
14
|
import { MIN_DATE } from '../../defaults';
|
|
15
15
|
import { classNames, Keys, getTemplate } from '@progress/kendo-vue-common';
|
|
@@ -4,8 +4,8 @@ declare type DefaultMethods<V> = {
|
|
|
4
4
|
};
|
|
5
5
|
declare type DefaultData<V> = object | ((this: V) => ViewData);
|
|
6
6
|
import { IntlService } from '@progress/kendo-vue-intl';
|
|
7
|
-
import { CellContext, SelectionRange, ViewService } from '../models';
|
|
8
|
-
import { BusViewService, WeekNamesService } from '../services';
|
|
7
|
+
import { CellContext, SelectionRange, ViewService } from '../models/main';
|
|
8
|
+
import { BusViewService, WeekNamesService } from '../services/main';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -9,9 +9,9 @@ import { provideIntlService } from '@progress/kendo-vue-intl';
|
|
|
9
9
|
import { getTemplate } from '@progress/kendo-vue-common';
|
|
10
10
|
import { CalendarCell } from './CalendarCell';
|
|
11
11
|
import { CalendarWeekCell } from './CalendarWeekCell';
|
|
12
|
-
import { CalendarViewEnum } from '../models';
|
|
12
|
+
import { CalendarViewEnum } from '../models/main';
|
|
13
13
|
import { setTime, getToday } from '../../utils';
|
|
14
|
-
import { WeekNamesService } from '../services';
|
|
14
|
+
import { WeekNamesService } from '../services/main';
|
|
15
15
|
/**
|
|
16
16
|
* @hidden
|
|
17
17
|
*/
|
|
@@ -6,8 +6,8 @@ declare type DefaultData<V> = object | ((this: V) => ViewListData);
|
|
|
6
6
|
import { IntlService } from '@progress/kendo-vue-intl';
|
|
7
7
|
import { ViewEventArguments, ViewWeekCellEventArguments } from './View';
|
|
8
8
|
import { HeaderEventArguments } from './Header';
|
|
9
|
-
import { BusViewService, DOMService } from '../services';
|
|
10
|
-
import { ViewService, CalendarViewEnum, SelectionRange } from '../models';
|
|
9
|
+
import { BusViewService, DOMService } from '../services/main';
|
|
10
|
+
import { ViewService, CalendarViewEnum, SelectionRange } from '../models/main';
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
|
13
13
|
*/
|
|
@@ -10,7 +10,7 @@ var DEFAULT_FETCH_MONTHS_COUNT = 1; // import { Virtualization, ScrollActionArgu
|
|
|
10
10
|
|
|
11
11
|
import { View } from './View';
|
|
12
12
|
import { shiftWeekNames } from '../../utils';
|
|
13
|
-
import { CalendarViewEnum } from '../models';
|
|
13
|
+
import { CalendarViewEnum } from '../models/main';
|
|
14
14
|
import { classNames } from '@progress/kendo-vue-common';
|
|
15
15
|
var VIEWS_COUNT = 5;
|
|
16
16
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CalendarSettings, SelectionRangeEnd, SelectionRange, CalendarMode } from '../../models';
|
|
1
|
+
import { CalendarSettings, SelectionRangeEnd, SelectionRange, CalendarMode } from '../../models/main';
|
|
2
2
|
import { CalendarChangeEvent, CalendarWeekCellClickEvent } from '../../../main';
|
|
3
3
|
import { CalendarWeekNameClickEvent } from './CalendarEventArguments';
|
|
4
4
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DOMService, BusViewService, NavigationService } from '../../services';
|
|
2
|
-
import { ViewService, CalendarViewEnum, SelectionRange } from '../../models';
|
|
1
|
+
import { DOMService, BusViewService, NavigationService } from '../../services/main';
|
|
2
|
+
import { ViewService, CalendarViewEnum, SelectionRange } from '../../models/main';
|
|
3
3
|
import { IntlService } from '@progress/kendo-vue-intl';
|
|
4
4
|
/**
|
|
5
5
|
* @hidden
|
|
File without changes
|
|
File without changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _a;
|
|
2
2
|
/* tslint:disable:object-literal-sort-keys */
|
|
3
3
|
import { addDecades, addCenturies, cloneDate, durationInCenturies, firstYearOfDecade, firstDecadeOfCentury, lastDecadeOfCentury } from '@progress/kendo-date-math';
|
|
4
|
-
import { Action, EMPTY_SELECTIONRANGE } from '../models';
|
|
4
|
+
import { Action, EMPTY_SELECTIONRANGE } from '../models/main';
|
|
5
5
|
import { getToday, isInRange, isInSelectionRange, range } from '../../utils';
|
|
6
6
|
var EMPTY_DATA = [[]];
|
|
7
7
|
var CELLS_LENGTH = 4;
|
|
File without changes
|
|
File without changes
|
|
@@ -7,13 +7,13 @@ var ref = allVue.ref;
|
|
|
7
7
|
var inject = allVue.inject;
|
|
8
8
|
import { isEqual, cloneDate } from '@progress/kendo-date-math';
|
|
9
9
|
import { provideIntlService, provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
10
|
-
import { KendoDate } from './models';
|
|
10
|
+
import { KendoDate } from './models/main';
|
|
11
11
|
import { guid, noop, validatePackage, canUseDOM, kendoThemeMaps, getDefaultSlots, setRef, getRef } from '@progress/kendo-vue-common';
|
|
12
12
|
import { Button as KButton } from '@progress/kendo-vue-buttons';
|
|
13
13
|
import { packageMetadata } from '../package-metadata';
|
|
14
14
|
import { approximateStringMatching, defaultFormat, defaultFormatPlaceholder, isInRange } from './utils';
|
|
15
15
|
import { MAX_DATE, MIN_DATE } from './../utils';
|
|
16
|
-
import { messages, increaseValue, decreaseValue } from '
|
|
16
|
+
import { messages, increaseValue, decreaseValue } from '../messages/main';
|
|
17
17
|
import { isInTimeRange } from '../timepicker/utils';
|
|
18
18
|
import { MIN_TIME, MAX_TIME } from '../defaults';
|
|
19
19
|
import { FloatingLabel } from '@progress/kendo-vue-labels';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FormComponentProps } from '@progress/kendo-vue-common';
|
|
2
|
-
import { DateInputSettings } from '../models';
|
|
2
|
+
import { DateInputSettings } from '../models/main';
|
|
3
3
|
/**
|
|
4
4
|
* Represents the props of the [Kendo UI for Vue DateInput component]({% slug overview_dateinput %}). The generic argument is passed to the `change` property and is used as a target in the [`DateInputChangeEvent`]({% slug api_dateinputs_dateinputchangeevent %}) interface.
|
|
5
5
|
*/
|
|
File without changes
|
|
File without changes
|
|
@@ -13,7 +13,7 @@ import { DateInput } from '../dateinput/DateInput';
|
|
|
13
13
|
import { Calendar } from '../calendar/components/Calendar';
|
|
14
14
|
import { MIN_DATE, MAX_DATE, setTime } from '../utils';
|
|
15
15
|
import { isInDateRange } from '../utils';
|
|
16
|
-
import { messages, toggleCalendar } from '../messages';
|
|
16
|
+
import { messages, toggleCalendar } from '../messages/main';
|
|
17
17
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
18
18
|
import { ToggleButton } from './ToggleButton';
|
|
19
19
|
import { FloatingLabel } from '@progress/kendo-vue-labels';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DatePickerChangeEvent } from './DatePickerEventArguments';
|
|
2
|
-
import { DatePickerSettings } from '../models';
|
|
2
|
+
import { DatePickerSettings } from '../models/main';
|
|
3
3
|
import { FormComponentProps } from '@progress/kendo-vue-common';
|
|
4
4
|
/**
|
|
5
5
|
* Represents the props of the [Kendo UI for Vue DatePicker component]({% slug overview_datepicker %}).
|
|
File without changes
|
|
File without changes
|
|
@@ -3,8 +3,8 @@ declare type DefaultData<V> = object | ((this: V) => {});
|
|
|
3
3
|
declare type DefaultMethods<V> = {
|
|
4
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
5
5
|
};
|
|
6
|
-
import { SelectionRange } from '../calendar/models';
|
|
7
|
-
import { DateRangePickerSettings } from './models';
|
|
6
|
+
import { SelectionRange } from '../calendar/models/main';
|
|
7
|
+
import { DateRangePickerSettings } from './models/main';
|
|
8
8
|
/**
|
|
9
9
|
* @hidden
|
|
10
10
|
*/
|
|
@@ -29,9 +29,9 @@ import { validatePackage, templateRendering, getListeners, getTemplate } from '@
|
|
|
29
29
|
import { packageMetadata } from '../package-metadata';
|
|
30
30
|
import { DateInput } from '../dateinput/DateInput';
|
|
31
31
|
import { Calendar } from '../calendar/components/Calendar';
|
|
32
|
-
import { EMPTY_SELECTIONRANGE } from '../calendar/models';
|
|
32
|
+
import { EMPTY_SELECTIONRANGE } from '../calendar/models/main';
|
|
33
33
|
import { MIN_DATE, MAX_DATE } from '../defaults';
|
|
34
|
-
import { swapStartEnd, start, end, separator, messages } from '../messages';
|
|
34
|
+
import { swapStartEnd, start, end, separator, messages } from '../messages/main';
|
|
35
35
|
var WRAPPER_STYLES = {
|
|
36
36
|
display: 'inline-block'
|
|
37
37
|
};
|
|
@@ -50,6 +50,11 @@ var DateRangePickerVue2 = {
|
|
|
50
50
|
focus: null,
|
|
51
51
|
keydown: null
|
|
52
52
|
},
|
|
53
|
+
inject: {
|
|
54
|
+
kendoLocalizationService: {
|
|
55
|
+
default: null
|
|
56
|
+
}
|
|
57
|
+
},
|
|
53
58
|
model: {
|
|
54
59
|
event: 'changemodel'
|
|
55
60
|
},
|
|
File without changes
|
|
File without changes
|
|
@@ -4,7 +4,7 @@ declare type DefaultMethods<V> = {
|
|
|
4
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
5
5
|
};
|
|
6
6
|
import { FormComponentProps, FormComponentValidity } from '@progress/kendo-vue-common';
|
|
7
|
-
import { DateTimePickerSettings } from './models';
|
|
7
|
+
import { DateTimePickerSettings } from './models/main';
|
|
8
8
|
import { DateTimeSelectorChangeEvent } from './DateTimeSelector';
|
|
9
9
|
import { DateInputChangeEvent } from '../main';
|
|
10
10
|
/**
|
|
@@ -13,7 +13,7 @@ import { classNames, guid, Keys, templateRendering, getListeners, getTemplate, v
|
|
|
13
13
|
import { DateInput } from '../dateinput/DateInput';
|
|
14
14
|
import { packageMetadata } from '../package-metadata';
|
|
15
15
|
import { MIN_DATE, MAX_DATE, isInDateRange, MAX_TIME } from '../utils';
|
|
16
|
-
import { messages, toggleDateTimeSelector } from '../messages';
|
|
16
|
+
import { messages, toggleDateTimeSelector } from '../messages/main';
|
|
17
17
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
18
18
|
import { DateTimeSelector } from './DateTimeSelector';
|
|
19
19
|
import { isInTimeRange } from '../timepicker/utils';
|
|
@@ -3,7 +3,7 @@ declare type DefaultData<V> = object | ((this: V) => {});
|
|
|
3
3
|
declare type DefaultMethods<V> = {
|
|
4
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
5
5
|
};
|
|
6
|
-
import { TimePickerIncrementalSteps } from '../timepicker/models';
|
|
6
|
+
import { TimePickerIncrementalSteps } from '../timepicker/models/main';
|
|
7
7
|
import { DateFormatOptions } from '@progress/kendo-vue-intl';
|
|
8
8
|
import { CalendarChangeEvent } from '../main';
|
|
9
9
|
/**
|
|
@@ -6,7 +6,7 @@ var isV3 = allVue.version && allVue.version[0] === '3';
|
|
|
6
6
|
var ref = allVue.ref;
|
|
7
7
|
var inject = allVue.inject;
|
|
8
8
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
9
|
-
import { messages, date, time, dateTimePickerCancel as cancel, dateTimePickerSet as set } from '../messages';
|
|
9
|
+
import { messages, date, time, dateTimePickerCancel as cancel, dateTimePickerSet as set } from '../messages/main';
|
|
10
10
|
import { Button, ButtonGroup } from '@progress/kendo-vue-buttons';
|
|
11
11
|
import { Calendar } from '../calendar/components/Calendar';
|
|
12
12
|
import { TimePart } from '../timepicker/TimePart';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DateInputFormatPlaceholder } from '../../dateinput/models/format-placeholder';
|
|
2
2
|
import { DateFormatOptions } from '@progress/kendo-vue-intl';
|
|
3
|
-
import { TimePickerIncrementalSteps } from '../../timepicker/models';
|
|
3
|
+
import { TimePickerIncrementalSteps } from '../../timepicker/models/main';
|
|
4
4
|
/**
|
|
5
5
|
* @hidden
|
|
6
6
|
*/
|
|
File without changes
|
|
File without changes
|
package/dist/es/main.d.ts
CHANGED
|
@@ -12,13 +12,13 @@ import { DateRangePicker, DateRangePickerProps, DateRangePickerChangeEvent } fro
|
|
|
12
12
|
import { CalendarCell, CalendarCellVue2, CalendarCellProps } from './calendar/components/CalendarCell';
|
|
13
13
|
import { CalendarWeekCell, CalendarWeekCellVue2, CalendarWeekCellProps } from './calendar/components/CalendarWeekCell';
|
|
14
14
|
import { CalendarHeaderTitle, CalendarHeaderTitleVue2, CalendarHeaderTitleProps } from './calendar/components/CalendarHeaderTitle';
|
|
15
|
-
import { ActiveView, SelectionRange, CalendarSettings, CalendarViewEnum } from './calendar/models';
|
|
16
|
-
import { DateInputSettings, DateInputIncrementalSteps, DateInputFormatPlaceholder, DateInputCustomFormatPlaceholder } from './dateinput/models';
|
|
15
|
+
import { ActiveView, SelectionRange, CalendarSettings, CalendarViewEnum } from './calendar/models/main';
|
|
16
|
+
import { DateInputSettings, DateInputIncrementalSteps, DateInputFormatPlaceholder, DateInputCustomFormatPlaceholder } from './dateinput/models/main';
|
|
17
17
|
import { DateTimePicker, DateTimePickerVue2, DateTimePickerProps, DateTimePickerChangeEvent } from './datetimepicker/DateTimePicker';
|
|
18
|
-
import { DatePickerSettings } from './datepicker/models';
|
|
19
|
-
import { DateTimePickerSettings } from './datetimepicker/models';
|
|
20
|
-
import { TimePickerSettings } from './timepicker/models';
|
|
21
|
-
import { DateRangePickerSettings, DateRangePickerPopupSettings, DateRangePickerCalendarSettings, DateRangePickerDateInputSettings } from './daterangepicker/models';
|
|
18
|
+
import { DatePickerSettings } from './datepicker/models/main';
|
|
19
|
+
import { DateTimePickerSettings } from './datetimepicker/models/main';
|
|
20
|
+
import { TimePickerSettings } from './timepicker/models/main';
|
|
21
|
+
import { DateRangePickerSettings, DateRangePickerPopupSettings, DateRangePickerCalendarSettings, DateRangePickerDateInputSettings } from './daterangepicker/models/main';
|
|
22
22
|
import { ToggleButton, ToggleButtonVue2 } from './datepicker/ToggleButton';
|
|
23
23
|
import { PickerWrap, PickerWrapVue2, PickerWrapProps } from './common/PickerWrap';
|
|
24
24
|
export { PickerWrap, PickerWrapVue2, PickerWrapProps, ToggleButton, ToggleButtonVue2, ActiveView, Calendar, CalendarVue2, CalendarProps, CalendarSettings, CalendarViewEnum, CalendarChangeEvent, CalendarWeekCellClickEvent, CalendarCell, CalendarCellVue2, CalendarCellProps, CalendarWeekCell, CalendarWeekCellVue2, CalendarWeekCellProps, CalendarHeaderTitle, CalendarHeaderTitleVue2, CalendarHeaderTitleProps, DateInput, DateInputVue2, DateInputProps, DateInputSettings, DateInputChangeEvent, DateInputIncrementalSteps, DateInputFormatPlaceholder, DateInputCustomFormatPlaceholder, DatePicker, DatePickerVue2, DatePickerProps, DatePickerSettings, DatePickerChangeEvent, TimePicker, TimePickerVue2, TimePickerProps, TimePickerSettings, TimePickerChangeEvent, DateRangePicker, DateRangePickerProps, DateRangePickerSettings, DateRangePickerCalendarSettings, DateRangePickerDateInputSettings, DateRangePickerPopupSettings, DateRangePickerChangeEvent, DateTimePicker, DateTimePickerVue2, DateTimePickerProps, DateTimePickerSettings, DateTimePickerChangeEvent, SelectionRange };
|
package/dist/es/main.js
CHANGED
|
@@ -6,7 +6,7 @@ import { DateRangePicker } from './daterangepicker/DateRangePicker';
|
|
|
6
6
|
import { CalendarCell, CalendarCellVue2 } from './calendar/components/CalendarCell';
|
|
7
7
|
import { CalendarWeekCell, CalendarWeekCellVue2 } from './calendar/components/CalendarWeekCell';
|
|
8
8
|
import { CalendarHeaderTitle, CalendarHeaderTitleVue2 } from './calendar/components/CalendarHeaderTitle';
|
|
9
|
-
import { CalendarViewEnum } from './calendar/models';
|
|
9
|
+
import { CalendarViewEnum } from './calendar/models/main';
|
|
10
10
|
import { DateTimePicker, DateTimePickerVue2 } from './datetimepicker/DateTimePicker';
|
|
11
11
|
import { ToggleButton, ToggleButtonVue2 } from './datepicker/ToggleButton';
|
|
12
12
|
import { PickerWrap, PickerWrapVue2 } from './common/PickerWrap';
|
|
File without changes
|
|
File without changes
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-dateinputs',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1662094299,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
|
|
11
11
|
};
|
|
@@ -5,8 +5,8 @@ declare type DefaultMethods<V> = {
|
|
|
5
5
|
};
|
|
6
6
|
import { IntlService, DateFormatPart } from '@progress/kendo-vue-intl';
|
|
7
7
|
import { ScrollActionArguments } from '../virtualization/Virtualization';
|
|
8
|
-
import { ListItem, ListService, ListServiceSettings } from './models';
|
|
9
|
-
import { DOMService } from './services';
|
|
8
|
+
import { ListItem, ListService, ListServiceSettings } from './models/main';
|
|
9
|
+
import { DOMService } from './services/main';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
@@ -10,8 +10,8 @@ import { cloneDate } from '@progress/kendo-date-math';
|
|
|
10
10
|
import { canUseDOM, Keys, noop } from '@progress/kendo-vue-common';
|
|
11
11
|
import { provideIntlService } from '@progress/kendo-vue-intl';
|
|
12
12
|
import { Virtualization } from '../virtualization/Virtualization';
|
|
13
|
-
import { TIME_PART } from './models';
|
|
14
|
-
import { SecondsService, MinutesService, HoursService, DayPeriodService, DOMService } from './services';
|
|
13
|
+
import { TIME_PART } from './models/main';
|
|
14
|
+
import { SecondsService, MinutesService, HoursService, DayPeriodService, DOMService } from './services/main';
|
|
15
15
|
import { MAX_TIME, MIDNIGHT_DATE } from '../utils';
|
|
16
16
|
var SCROLL_THRESHOLD = 2; // < 2px threshold
|
|
17
17
|
|
|
@@ -8,7 +8,7 @@ import { Button } from '@progress/kendo-vue-buttons';
|
|
|
8
8
|
import { cloneDate } from '@progress/kendo-date-math';
|
|
9
9
|
import { canUseDOM, classNames, Keys } from '@progress/kendo-vue-common';
|
|
10
10
|
import { provideIntlService, provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
11
|
-
import { messages, now, selectNow } from '../messages';
|
|
11
|
+
import { messages, now, selectNow } from '../messages/main';
|
|
12
12
|
import { TimeList } from './TimeList';
|
|
13
13
|
import { MIDNIGHT_DATE, MIN_TIME, MAX_TIME } from '../utils';
|
|
14
14
|
import { TIME_PART } from './models/TimePart';
|
|
@@ -6,7 +6,7 @@ declare type DefaultMethods<V> = {
|
|
|
6
6
|
import { FormComponentProps, FormComponentValidity } from '@progress/kendo-vue-common';
|
|
7
7
|
import { DateInputChangeEvent } from '../dateinput/interfaces/DateInputEventArguments';
|
|
8
8
|
import { TimeSelectorChangeEvent } from './TimeSelector';
|
|
9
|
-
import { TimePickerSettings } from './models';
|
|
9
|
+
import { TimePickerSettings } from './models/main';
|
|
10
10
|
/**
|
|
11
11
|
* The arguments for the `onChange` event of the TimePicker.
|
|
12
12
|
*/
|
|
@@ -27,7 +27,7 @@ import { cloneDate } from '@progress/kendo-date-math';
|
|
|
27
27
|
import { classNames, guid, Keys, templateRendering, getListeners, getTemplate, canUseDOM, kendoThemeMaps, getDefaultSlots } from '@progress/kendo-vue-common';
|
|
28
28
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
29
29
|
import { Button as KButton } from '@progress/kendo-vue-buttons';
|
|
30
|
-
import { messages, toggleTimeSelector, toggleClock } from '../messages';
|
|
30
|
+
import { messages, toggleTimeSelector, toggleClock } from '../messages/main';
|
|
31
31
|
import { DateInput } from '../dateinput/DateInput';
|
|
32
32
|
import { TimeSelector } from './TimeSelector';
|
|
33
33
|
import { MIDNIGHT_DATE, MIN_TIME, MAX_TIME, setTime } from '../utils';
|
|
@@ -8,7 +8,7 @@ import { Button } from '@progress/kendo-vue-buttons';
|
|
|
8
8
|
import { cloneDate } from '@progress/kendo-date-math';
|
|
9
9
|
import { canUseDOM, classNames, Keys } from '@progress/kendo-vue-common';
|
|
10
10
|
import { provideIntlService, provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
11
|
-
import { messages, timePickerCancel, timePickerSet } from '../messages';
|
|
11
|
+
import { messages, timePickerCancel, timePickerSet } from '../messages/main';
|
|
12
12
|
import { MIN_TIME, MAX_TIME, MIDNIGHT_DATE } from '../utils';
|
|
13
13
|
import { generateGetters, getNow, valueMerger } from './utils';
|
|
14
14
|
import { TimePart } from './TimePart';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -3,7 +3,7 @@ declare type DefaultData<V> = object | ((this: V) => {});
|
|
|
3
3
|
declare type DefaultMethods<V> = {
|
|
4
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
5
5
|
};
|
|
6
|
-
import { RowHeightService, ScrollerService, ScrollAction, PageAction } from './services';
|
|
6
|
+
import { RowHeightService, ScrollerService, ScrollAction, PageAction } from './services/main';
|
|
7
7
|
/**
|
|
8
8
|
* @hidden
|
|
9
9
|
*/
|
|
@@ -6,7 +6,7 @@ var allVue = Vue;
|
|
|
6
6
|
var gh = allVue.h;
|
|
7
7
|
var isV3 = allVue.version && allVue.version[0] === '3';
|
|
8
8
|
import { classNames, getDefaultSlots } from '@progress/kendo-vue-common';
|
|
9
|
-
import { RowHeightService, ScrollerService } from './services';
|
|
9
|
+
import { RowHeightService, ScrollerService } from './services/main';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
File without changes
|
|
File without changes
|
|
@@ -10,11 +10,11 @@ import { provideIntlService } from '@progress/kendo-vue-intl';
|
|
|
10
10
|
import { packageMetadata } from '../../package-metadata.js';
|
|
11
11
|
import { ViewList } from './ViewList.js';
|
|
12
12
|
import { MIN_DATE, MAX_DATE } from '../../defaults.js';
|
|
13
|
-
import { CalendarViewEnum } from '../models.js';
|
|
13
|
+
import { CalendarViewEnum } from '../models/main.js';
|
|
14
14
|
import { getToday, dateInRange, viewInRange } from '../../utils.js';
|
|
15
|
-
import { BusViewService, DOMService, NavigationService } from '../services.js';
|
|
15
|
+
import { BusViewService, DOMService, NavigationService } from '../services/main.js';
|
|
16
16
|
import { Header } from './Header.js';
|
|
17
|
-
import { calculateValue, extractDateFromValue, extractMultipleFromValue, extractRangeFromValue, extractFocusedDate, extractActiveRange } from '../utils.js';
|
|
17
|
+
import { calculateValue, extractDateFromValue, extractMultipleFromValue, extractRangeFromValue, extractFocusedDate, extractActiveRange } from '../utils/main.js';
|
|
18
18
|
/**
|
|
19
19
|
* @hidden
|
|
20
20
|
*/
|
|
@@ -2,7 +2,7 @@ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } fr
|
|
|
2
2
|
declare type DefaultMethods<V> = {
|
|
3
3
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
4
4
|
};
|
|
5
|
-
import { CellContext } from '../models';
|
|
5
|
+
import { CellContext } from '../models/main';
|
|
6
6
|
/**
|
|
7
7
|
* The props which will be received by the custom cell of the [Calendar]({% slug api_dateinputs_calendarprops %}#toc-cell).
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../../additionalTypes';
|
|
2
2
|
import { LocalizationService } from '@progress/kendo-vue-intl';
|
|
3
|
-
import { BusViewService } from '../services';
|
|
4
|
-
import { ViewService, Action } from '../models';
|
|
3
|
+
import { BusViewService } from '../services/main';
|
|
4
|
+
import { ViewService, Action } from '../models/main';
|
|
5
5
|
declare type DefaultMethods<V> = {
|
|
6
6
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
7
7
|
};
|
|
@@ -8,8 +8,8 @@ import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
|
8
8
|
import { getDate } from '@progress/kendo-date-math';
|
|
9
9
|
import { Button as KButton } from '@progress/kendo-vue-buttons';
|
|
10
10
|
import { CalendarHeaderTitle } from './CalendarHeaderTitle.js';
|
|
11
|
-
import { messages, today, prevView, nextView } from '../../messages.js';
|
|
12
|
-
import { Action } from '../models.js';
|
|
11
|
+
import { messages, today, prevView, nextView } from '../../messages/main.js';
|
|
12
|
+
import { Action } from '../models/main.js';
|
|
13
13
|
import { getToday, isInRange, dateInRange, MAX_DATE } from '../../utils.js';
|
|
14
14
|
import { MIN_DATE } from '../../defaults.js';
|
|
15
15
|
import { classNames, Keys, getTemplate } from '@progress/kendo-vue-common';
|
|
@@ -4,8 +4,8 @@ declare type DefaultMethods<V> = {
|
|
|
4
4
|
};
|
|
5
5
|
declare type DefaultData<V> = object | ((this: V) => ViewData);
|
|
6
6
|
import { IntlService } from '@progress/kendo-vue-intl';
|
|
7
|
-
import { CellContext, SelectionRange, ViewService } from '../models';
|
|
8
|
-
import { BusViewService, WeekNamesService } from '../services';
|
|
7
|
+
import { CellContext, SelectionRange, ViewService } from '../models/main';
|
|
8
|
+
import { BusViewService, WeekNamesService } from '../services/main';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -9,9 +9,9 @@ import { provideIntlService } from '@progress/kendo-vue-intl';
|
|
|
9
9
|
import { getTemplate } from '@progress/kendo-vue-common';
|
|
10
10
|
import { CalendarCell } from './CalendarCell.js';
|
|
11
11
|
import { CalendarWeekCell } from './CalendarWeekCell.js';
|
|
12
|
-
import { CalendarViewEnum } from '../models.js';
|
|
12
|
+
import { CalendarViewEnum } from '../models/main.js';
|
|
13
13
|
import { setTime, getToday } from '../../utils.js';
|
|
14
|
-
import { WeekNamesService } from '../services.js';
|
|
14
|
+
import { WeekNamesService } from '../services/main.js';
|
|
15
15
|
/**
|
|
16
16
|
* @hidden
|
|
17
17
|
*/
|
|
@@ -6,8 +6,8 @@ declare type DefaultData<V> = object | ((this: V) => ViewListData);
|
|
|
6
6
|
import { IntlService } from '@progress/kendo-vue-intl';
|
|
7
7
|
import { ViewEventArguments, ViewWeekCellEventArguments } from './View';
|
|
8
8
|
import { HeaderEventArguments } from './Header';
|
|
9
|
-
import { BusViewService, DOMService } from '../services';
|
|
10
|
-
import { ViewService, CalendarViewEnum, SelectionRange } from '../models';
|
|
9
|
+
import { BusViewService, DOMService } from '../services/main';
|
|
10
|
+
import { ViewService, CalendarViewEnum, SelectionRange } from '../models/main';
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
|
13
13
|
*/
|
|
@@ -10,7 +10,7 @@ var DEFAULT_FETCH_MONTHS_COUNT = 1; // import { Virtualization, ScrollActionArgu
|
|
|
10
10
|
|
|
11
11
|
import { View } from './View.js';
|
|
12
12
|
import { shiftWeekNames } from '../../utils.js';
|
|
13
|
-
import { CalendarViewEnum } from '../models.js';
|
|
13
|
+
import { CalendarViewEnum } from '../models/main.js';
|
|
14
14
|
import { classNames } from '@progress/kendo-vue-common';
|
|
15
15
|
var VIEWS_COUNT = 5;
|
|
16
16
|
/**
|