@progress/kendo-react-dateinputs 7.0.2-develop.1 → 7.0.2-develop.2
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/calendar/components/Calendar.d.ts +1 -1
- package/calendar/components/Header.d.ts +1 -1
- package/calendar/components/MultiViewCalendar.d.ts +1 -1
- package/calendar/components/Navigation.d.ts +1 -1
- package/calendar/components/TodayCommand.d.ts +1 -1
- package/calendar/components/View.d.ts +1 -1
- package/calendar/components/ViewList.d.ts +1 -1
- package/dateinput/DateInput.d.ts +1 -1
- package/datepicker/DatePicker.d.ts +1 -1
- package/daterangepicker/DateRangePicker.d.ts +1 -1
- package/datetimepicker/DateTimePicker.d.ts +1 -1
- package/dist/cdn/js/kendo-react-dateinputs.js +5 -5
- package/index.d.mts +5 -0
- package/index.js +4 -4
- package/index.mjs +2 -2
- package/package.json +16 -10
- package/timepicker/TimeList.d.ts +1 -1
- package/timepicker/TimePart.d.ts +1 -1
- package/timepicker/TimePicker.d.ts +1 -1
- package/timepicker/TimeSelector.d.ts +1 -1
- package/virtualization/Virtualization.d.ts +1 -1
package/index.mjs
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
"use client";
|
|
6
6
|
import * as o from "react";
|
|
7
|
-
import
|
|
7
|
+
import n from "prop-types";
|
|
8
8
|
import { classNames as P, canUseDOM as J, createPropsContext as Dt, withIdHOC as yt, withPropsContext as St, Keys as C, validatePackage as Pt, setScrollbarWidth as fs, getActiveElement as ot, AsyncFocusBlur as we, kendoThemeMaps as mt, noop as Rs, IconWrap as ei } from "@progress/kendo-react-common";
|
|
9
9
|
import { getDate as x, cloneDate as v, addDecades as it, addCenturies as qt, firstDecadeOfCentury as oe, lastDecadeOfCentury as He, firstYearOfDecade as st, durationInCenturies as se, addYears as nt, lastYearOfDecade as Ae, durationInDecades as ie, addDays as Wt, addWeeks as gs, addMonths as $, firstDayOfMonth as fe, lastDayOfMonth as Ot, dayOfWeek as si, durationInMonths as ne, firstMonthOfYear as Ns, lastMonthOfYear as _s, createDate as le, durationInYears as ae, weekInYear as ii, isEqualDate as wt, isEqual as ht } from "@progress/kendo-date-math";
|
|
10
10
|
import { registerForIntl as ft, provideIntlService as ct, registerForLocalization as at, provideLocalizationService as q } from "@progress/kendo-react-intl";
|
|
@@ -17,7 +17,7 @@ const Rt = {
|
|
|
17
17
|
name: "@progress/kendo-react-dateinputs",
|
|
18
18
|
productName: "KendoReact",
|
|
19
19
|
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
20
|
-
publishDate:
|
|
20
|
+
publishDate: 1702631463,
|
|
21
21
|
version: "",
|
|
22
22
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"
|
|
23
23
|
}, pi = (s, t, e) => [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-dateinputs",
|
|
3
|
-
"version": "7.0.2-develop.
|
|
3
|
+
"version": "7.0.2-develop.2",
|
|
4
4
|
"description": "React DateInput is a perfect input component for handling quick and efficient date values. KendoReact Date Inputs package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -10,20 +10,26 @@
|
|
|
10
10
|
"types": "./index.d.ts",
|
|
11
11
|
"exports": {
|
|
12
12
|
".": {
|
|
13
|
-
"import":
|
|
14
|
-
|
|
13
|
+
"import": {
|
|
14
|
+
"types": "./index.d.mts",
|
|
15
|
+
"default": "./index.mjs"
|
|
16
|
+
},
|
|
17
|
+
"require": {
|
|
18
|
+
"types": "./index.d.ts",
|
|
19
|
+
"default": "./index.js"
|
|
20
|
+
}
|
|
15
21
|
}
|
|
16
22
|
},
|
|
17
23
|
"sideEffects": false,
|
|
18
24
|
"peerDependencies": {
|
|
19
25
|
"@progress/kendo-date-math": "^1.4.0",
|
|
20
|
-
"@progress/kendo-licensing": "^1.3.
|
|
21
|
-
"@progress/kendo-react-buttons": "7.0.2-develop.
|
|
22
|
-
"@progress/kendo-react-common": "7.0.2-develop.
|
|
23
|
-
"@progress/kendo-react-intl": "7.0.2-develop.
|
|
24
|
-
"@progress/kendo-react-labels": "7.0.2-develop.
|
|
25
|
-
"@progress/kendo-react-layout": "7.0.2-develop.
|
|
26
|
-
"@progress/kendo-react-popup": "7.0.2-develop.
|
|
26
|
+
"@progress/kendo-licensing": "^1.3.4",
|
|
27
|
+
"@progress/kendo-react-buttons": "7.0.2-develop.2",
|
|
28
|
+
"@progress/kendo-react-common": "7.0.2-develop.2",
|
|
29
|
+
"@progress/kendo-react-intl": "7.0.2-develop.2",
|
|
30
|
+
"@progress/kendo-react-labels": "7.0.2-develop.2",
|
|
31
|
+
"@progress/kendo-react-layout": "7.0.2-develop.2",
|
|
32
|
+
"@progress/kendo-react-popup": "7.0.2-develop.2",
|
|
27
33
|
"@progress/kendo-svg-icons": "^2.0.0",
|
|
28
34
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|
|
29
35
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
|
package/timepicker/TimeList.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as React from 'react';
|
|
6
|
-
import
|
|
6
|
+
import PropTypes from 'prop-types';
|
|
7
7
|
import { DateFormatPart } from '@progress/kendo-react-intl';
|
|
8
8
|
import { ListServiceSettings } from './models';
|
|
9
9
|
import { DOMService } from './services';
|
package/timepicker/TimePart.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as React from 'react';
|
|
6
|
-
import
|
|
6
|
+
import PropTypes from 'prop-types';
|
|
7
7
|
import { DateFormatPart, IntlService, DateFormatOptions } from '@progress/kendo-react-intl';
|
|
8
8
|
import { TimePickerIncrementalSteps } from './models/IncrementalSteps';
|
|
9
9
|
/**
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as React from 'react';
|
|
6
|
-
import
|
|
6
|
+
import PropTypes from 'prop-types';
|
|
7
7
|
import { FormComponent, FormComponentProps, FormComponentValidity } from '@progress/kendo-react-common';
|
|
8
8
|
import { LocalizationService } from '@progress/kendo-react-intl';
|
|
9
9
|
import { DateInput, DateInputProps } from '../dateinput/DateInput';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as React from 'react';
|
|
6
|
-
import
|
|
6
|
+
import PropTypes from 'prop-types';
|
|
7
7
|
import { IntlService, DateFormatOptions } from '@progress/kendo-react-intl';
|
|
8
8
|
import { TimePickerIncrementalSteps } from './models/IncrementalSteps';
|
|
9
9
|
/**
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as React from 'react';
|
|
6
|
-
import
|
|
6
|
+
import PropTypes from 'prop-types';
|
|
7
7
|
import { ScrollAction, PageAction } from './services';
|
|
8
8
|
/**
|
|
9
9
|
* @hidden
|