@progress/kendo-angular-dateinputs 23.1.0-develop.2 → 23.1.0-develop.4
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.
|
@@ -37,7 +37,7 @@ const packageMetadata = {
|
|
|
37
37
|
productCode: 'KENDOUIANGULAR',
|
|
38
38
|
productCodes: ['KENDOUIANGULAR'],
|
|
39
39
|
publishDate: 0,
|
|
40
|
-
version: '23.1.0-develop.
|
|
40
|
+
version: '23.1.0-develop.4',
|
|
41
41
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
42
42
|
};
|
|
43
43
|
|
|
@@ -272,7 +272,7 @@ const getToday = () => getDate(new Date());
|
|
|
272
272
|
/**
|
|
273
273
|
* @hidden
|
|
274
274
|
*/
|
|
275
|
-
const noop$2 = (_) => { };
|
|
275
|
+
const noop$2 = (_) => { };
|
|
276
276
|
/**
|
|
277
277
|
* @hidden
|
|
278
278
|
*/
|
|
@@ -471,14 +471,14 @@ const cropTwoDigitYear = (date) => {
|
|
|
471
471
|
* Used when resetting millisecond segment value in the DateInput
|
|
472
472
|
*/
|
|
473
473
|
const msPaddingFromFormat = (format) => {
|
|
474
|
-
return Array(
|
|
474
|
+
return Array((/S+(\1)/).exec(format)[0].length).join("0");
|
|
475
475
|
};
|
|
476
476
|
/**
|
|
477
477
|
* @hidden
|
|
478
478
|
*/
|
|
479
479
|
const millisecondDigitsInFormat = (format) => {
|
|
480
|
-
const result = format
|
|
481
|
-
return result
|
|
480
|
+
const result = format ? (/S+(\1)/).exec(format) : null;
|
|
481
|
+
return result?.[0]?.length ?? 0;
|
|
482
482
|
};
|
|
483
483
|
/**
|
|
484
484
|
* @hidden
|
|
@@ -1467,7 +1467,6 @@ class KForOfContext {
|
|
|
1467
1467
|
/**
|
|
1468
1468
|
* @hidden
|
|
1469
1469
|
*/
|
|
1470
|
-
// eslint-disable-next-line
|
|
1471
1470
|
class KForOf {
|
|
1472
1471
|
_viewContainer;
|
|
1473
1472
|
_template;
|
|
@@ -1934,7 +1933,6 @@ class ViewComponent {
|
|
|
1934
1933
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ViewComponent, decorators: [{
|
|
1935
1934
|
type: Component,
|
|
1936
1935
|
args: [{
|
|
1937
|
-
// eslint-disable-next-line
|
|
1938
1936
|
selector: '[kendoCalendarView]',
|
|
1939
1937
|
template: `
|
|
1940
1938
|
@if (!isHorizontal()) {
|
|
@@ -2044,7 +2042,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2044
2042
|
type: Output
|
|
2045
2043
|
}] } });
|
|
2046
2044
|
|
|
2047
|
-
/* eslint-disable @angular-eslint/component-selector */
|
|
2048
2045
|
const DEFAULT_VIEWS_LENGTH = 2;
|
|
2049
2046
|
/**
|
|
2050
2047
|
* @hidden
|
|
@@ -3600,7 +3597,6 @@ class Messages extends ComponentMessages {
|
|
|
3600
3597
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: Messages, decorators: [{
|
|
3601
3598
|
type: Directive,
|
|
3602
3599
|
args: [{
|
|
3603
|
-
// eslint-disable-next-line
|
|
3604
3600
|
selector: 'kendo-multiview-calendar-messages-base'
|
|
3605
3601
|
}]
|
|
3606
3602
|
}], propDecorators: { today: [{
|
|
@@ -5538,7 +5534,6 @@ class ScrollerService {
|
|
|
5538
5534
|
}
|
|
5539
5535
|
}
|
|
5540
5536
|
|
|
5541
|
-
/* eslint-disable @angular-eslint/component-selector */
|
|
5542
5537
|
/**
|
|
5543
5538
|
* @hidden
|
|
5544
5539
|
*/
|
|
@@ -5850,7 +5845,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
5850
5845
|
args: ['class.k-scrollable-horizontal']
|
|
5851
5846
|
}] } });
|
|
5852
5847
|
|
|
5853
|
-
/* eslint-disable @angular-eslint/component-selector */
|
|
5854
5848
|
const ITEMS_COUNT = 30;
|
|
5855
5849
|
/**
|
|
5856
5850
|
* @hidden
|
|
@@ -6739,7 +6733,6 @@ class CalendarMessages extends ComponentMessages {
|
|
|
6739
6733
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CalendarMessages, decorators: [{
|
|
6740
6734
|
type: Directive,
|
|
6741
6735
|
args: [{
|
|
6742
|
-
// eslint-disable-next-line
|
|
6743
6736
|
selector: 'kendo-calendar-messages-base'
|
|
6744
6737
|
}]
|
|
6745
6738
|
}], propDecorators: { today: [{
|
|
@@ -8490,7 +8483,6 @@ class DateInputMessages extends ComponentMessages {
|
|
|
8490
8483
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DateInputMessages, decorators: [{
|
|
8491
8484
|
type: Directive,
|
|
8492
8485
|
args: [{
|
|
8493
|
-
// eslint-disable-next-line
|
|
8494
8486
|
selector: 'kendo-dateinput-messages-base'
|
|
8495
8487
|
}]
|
|
8496
8488
|
}], propDecorators: { decrement: [{
|
|
@@ -9867,7 +9859,6 @@ class DatePickerMessages extends ComponentMessages {
|
|
|
9867
9859
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DatePickerMessages, decorators: [{
|
|
9868
9860
|
type: Directive,
|
|
9869
9861
|
args: [{
|
|
9870
|
-
// eslint-disable-next-line
|
|
9871
9862
|
selector: 'kendo-datepicker-messages-base'
|
|
9872
9863
|
}]
|
|
9873
9864
|
}], propDecorators: { today: [{
|
|
@@ -12342,7 +12333,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
12342
12333
|
}]
|
|
12343
12334
|
}], ctorParameters: () => [{ type: i1.IntlService }] });
|
|
12344
12335
|
|
|
12345
|
-
/* eslint-disable @angular-eslint/component-selector */
|
|
12346
12336
|
const SNAP_THRESHOLD = 0.05; //% of the item height
|
|
12347
12337
|
const SCROLL_THRESHOLD = 2; //< 2px threshold
|
|
12348
12338
|
const nil = () => (null);
|
|
@@ -12839,7 +12829,6 @@ class TimePickerMessages extends ComponentMessages {
|
|
|
12839
12829
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: TimePickerMessages, decorators: [{
|
|
12840
12830
|
type: Directive,
|
|
12841
12831
|
args: [{
|
|
12842
|
-
// eslint-disable-next-line
|
|
12843
12832
|
selector: 'kendo-timepicker-messages-base'
|
|
12844
12833
|
}]
|
|
12845
12834
|
}], propDecorators: { accept: [{
|
|
@@ -15339,7 +15328,6 @@ class DateTimePickerMessages extends ComponentMessages {
|
|
|
15339
15328
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DateTimePickerMessages, decorators: [{
|
|
15340
15329
|
type: Directive,
|
|
15341
15330
|
args: [{
|
|
15342
|
-
// eslint-disable-next-line
|
|
15343
15331
|
selector: 'kendo-datetimepicker-messages-base'
|
|
15344
15332
|
}]
|
|
15345
15333
|
}], propDecorators: { toggle: [{
|
|
@@ -18367,7 +18355,6 @@ class DateRangePopupMessages extends ComponentMessages {
|
|
|
18367
18355
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DateRangePopupMessages, decorators: [{
|
|
18368
18356
|
type: Directive,
|
|
18369
18357
|
args: [{
|
|
18370
|
-
// eslint-disable-next-line
|
|
18371
18358
|
selector: 'kendo-daterangepopup-messages-base'
|
|
18372
18359
|
}]
|
|
18373
18360
|
}], propDecorators: { accept: [{
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.1.0-develop.
|
|
10
|
+
"publishDate": 1771407837,
|
|
11
|
+
"version": "23.1.0-develop.4",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "23.1.0-develop.
|
|
3
|
+
"version": "23.1.0-develop.4",
|
|
4
4
|
"description": "Kendo UI for Angular Date Inputs Package - Everything you need to add date selection functionality to apps (DatePicker, TimePicker, DateInput, DateRangePicker, DateTimePicker, Calendar, and MultiViewCalendar).",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"package": {
|
|
80
80
|
"productName": "Kendo UI for Angular",
|
|
81
81
|
"productCode": "KENDOUIANGULAR",
|
|
82
|
-
"publishDate":
|
|
82
|
+
"publishDate": 1771407837,
|
|
83
83
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
@@ -90,19 +90,19 @@
|
|
|
90
90
|
"@angular/forms": "19 - 21",
|
|
91
91
|
"@angular/platform-browser": "19 - 21",
|
|
92
92
|
"@progress/kendo-licensing": "^1.10.0",
|
|
93
|
-
"@progress/kendo-angular-buttons": "23.1.0-develop.
|
|
94
|
-
"@progress/kendo-angular-common": "23.1.0-develop.
|
|
95
|
-
"@progress/kendo-angular-utils": "23.1.0-develop.
|
|
96
|
-
"@progress/kendo-angular-intl": "23.1.0-develop.
|
|
97
|
-
"@progress/kendo-angular-l10n": "23.1.0-develop.
|
|
98
|
-
"@progress/kendo-angular-icons": "23.1.0-develop.
|
|
99
|
-
"@progress/kendo-angular-popup": "23.1.0-develop.
|
|
100
|
-
"@progress/kendo-angular-navigation": "23.1.0-develop.
|
|
93
|
+
"@progress/kendo-angular-buttons": "23.1.0-develop.4",
|
|
94
|
+
"@progress/kendo-angular-common": "23.1.0-develop.4",
|
|
95
|
+
"@progress/kendo-angular-utils": "23.1.0-develop.4",
|
|
96
|
+
"@progress/kendo-angular-intl": "23.1.0-develop.4",
|
|
97
|
+
"@progress/kendo-angular-l10n": "23.1.0-develop.4",
|
|
98
|
+
"@progress/kendo-angular-icons": "23.1.0-develop.4",
|
|
99
|
+
"@progress/kendo-angular-popup": "23.1.0-develop.4",
|
|
100
|
+
"@progress/kendo-angular-navigation": "23.1.0-develop.4",
|
|
101
101
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
102
102
|
},
|
|
103
103
|
"dependencies": {
|
|
104
104
|
"tslib": "^2.3.1",
|
|
105
|
-
"@progress/kendo-angular-schematics": "23.1.0-develop.
|
|
105
|
+
"@progress/kendo-angular-schematics": "23.1.0-develop.4",
|
|
106
106
|
"@progress/kendo-common": "^1.0.1",
|
|
107
107
|
"@progress/kendo-date-math": "^1.1.0",
|
|
108
108
|
"@progress/kendo-dateinputs-common": "^0.4.7"
|