@progress/kendo-angular-dateinputs 16.7.1-develop.1 → 16.7.1-develop.3
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/esm2020/calendar/calendar.component.mjs +5 -5
- package/esm2020/calendar/multiview-calendar.component.mjs +5 -5
- package/esm2020/dateinput/dateinput.component.mjs +3 -3
- package/esm2020/datepicker/datepicker.component.mjs +3 -3
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-dateinputs.mjs +18 -18
- package/fesm2020/progress-kendo-angular-dateinputs.mjs +18 -18
- package/package.json +9 -9
|
@@ -50,11 +50,11 @@ import * as i5 from "./services/disabled-dates.service";
|
|
|
50
50
|
import * as i6 from "@progress/kendo-angular-l10n";
|
|
51
51
|
import * as i7 from "./services/selection.service";
|
|
52
52
|
import * as i8 from "../common/picker.service";
|
|
53
|
-
const BOTTOM_VIEW_DOC_LINK = '
|
|
54
|
-
const TOP_VIEW_DOC_LINK = '
|
|
55
|
-
const MIN_DOC_LINK = '
|
|
56
|
-
const MAX_DOC_LINK = '
|
|
57
|
-
const VALUE_DOC_LINK = '
|
|
53
|
+
const BOTTOM_VIEW_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-bottomview';
|
|
54
|
+
const TOP_VIEW_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-topview';
|
|
55
|
+
const MIN_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-min';
|
|
56
|
+
const MAX_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-max';
|
|
57
|
+
const VALUE_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/calendar/#toc-using-with-json';
|
|
58
58
|
const virtualizationProp = x => x ? x.virtualization : null;
|
|
59
59
|
/**
|
|
60
60
|
* @hidden
|
|
@@ -40,11 +40,11 @@ import * as i1 from "./services/bus-view.service";
|
|
|
40
40
|
import * as i2 from "./services/navigation.service";
|
|
41
41
|
import * as i3 from "./services/disabled-dates.service";
|
|
42
42
|
import * as i4 from "./services/selection.service";
|
|
43
|
-
const BOTTOM_VIEW_DOC_LINK = '
|
|
44
|
-
const TOP_VIEW_DOC_LINK = '
|
|
45
|
-
const MIN_DOC_LINK = '
|
|
46
|
-
const MAX_DOC_LINK = '
|
|
47
|
-
const VALUE_DOC_LINK = '
|
|
43
|
+
const BOTTOM_VIEW_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-bottomview';
|
|
44
|
+
const TOP_VIEW_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-topview';
|
|
45
|
+
const MIN_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-min';
|
|
46
|
+
const MAX_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-max';
|
|
47
|
+
const VALUE_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/calendar/#toc-using-with-json';
|
|
48
48
|
/**
|
|
49
49
|
* @hidden
|
|
50
50
|
*/
|
|
@@ -29,9 +29,9 @@ import * as i1 from "@progress/kendo-angular-intl";
|
|
|
29
29
|
import * as i2 from "@progress/kendo-angular-l10n";
|
|
30
30
|
import * as i3 from "../common/picker.service";
|
|
31
31
|
let nextId = 0;
|
|
32
|
-
const MIN_DOC_LINK = '
|
|
33
|
-
const MAX_DOC_LINK = '
|
|
34
|
-
const VALUE_DOC_LINK = '
|
|
32
|
+
const MIN_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/DateInputComponent/#toc-min';
|
|
33
|
+
const MAX_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/DateInputComponent/#toc-max';
|
|
34
|
+
const VALUE_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/dateinput/#toc-using-with-json';
|
|
35
35
|
const TWO_DIGIT_YEAR_MAX = 68;
|
|
36
36
|
const DEFAULT_FORMAT = 'd';
|
|
37
37
|
const DEFAULT_FORMAT_PLACEHOLDER = 'wide';
|
|
@@ -48,9 +48,9 @@ import * as i1 from "@progress/kendo-angular-l10n";
|
|
|
48
48
|
import * as i2 from "@progress/kendo-angular-popup";
|
|
49
49
|
import * as i3 from "../common/picker.service";
|
|
50
50
|
import * as i4 from "../calendar/services/disabled-dates.service";
|
|
51
|
-
const MIN_DOC_LINK = '
|
|
52
|
-
const MAX_DOC_LINK = '
|
|
53
|
-
const VALUE_DOC_LINK = '
|
|
51
|
+
const MIN_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/DatePickerComponent/#toc-min';
|
|
52
|
+
const MAX_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/DatePickerComponent/#toc-max';
|
|
53
|
+
const VALUE_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/datepicker/#toc-using-with-json';
|
|
54
54
|
const DEFAULT_FORMAT = 'd';
|
|
55
55
|
const TWO_DIGIT_YEAR_MAX = 68;
|
|
56
56
|
/**
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-dateinputs',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '16.7.1-develop.
|
|
12
|
+
publishDate: 1723192829,
|
|
13
|
+
version: '16.7.1-develop.3',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -35,8 +35,8 @@ const packageMetadata = {
|
|
|
35
35
|
name: '@progress/kendo-angular-dateinputs',
|
|
36
36
|
productName: 'Kendo UI for Angular',
|
|
37
37
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
38
|
-
publishDate:
|
|
39
|
-
version: '16.7.1-develop.
|
|
38
|
+
publishDate: 1723192829,
|
|
39
|
+
version: '16.7.1-develop.3',
|
|
40
40
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -3559,11 +3559,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3559
3559
|
}]
|
|
3560
3560
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
3561
3561
|
|
|
3562
|
-
const BOTTOM_VIEW_DOC_LINK$1 = '
|
|
3563
|
-
const TOP_VIEW_DOC_LINK$1 = '
|
|
3564
|
-
const MIN_DOC_LINK$3 = '
|
|
3565
|
-
const MAX_DOC_LINK$3 = '
|
|
3566
|
-
const VALUE_DOC_LINK$5 = '
|
|
3562
|
+
const BOTTOM_VIEW_DOC_LINK$1 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-bottomview';
|
|
3563
|
+
const TOP_VIEW_DOC_LINK$1 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-topview';
|
|
3564
|
+
const MIN_DOC_LINK$3 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-min';
|
|
3565
|
+
const MAX_DOC_LINK$3 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-max';
|
|
3566
|
+
const VALUE_DOC_LINK$5 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/calendar/#toc-using-with-json';
|
|
3567
3567
|
/**
|
|
3568
3568
|
* @hidden
|
|
3569
3569
|
*/
|
|
@@ -6431,11 +6431,11 @@ class PickerService {
|
|
|
6431
6431
|
}
|
|
6432
6432
|
}
|
|
6433
6433
|
|
|
6434
|
-
const BOTTOM_VIEW_DOC_LINK = '
|
|
6435
|
-
const TOP_VIEW_DOC_LINK = '
|
|
6436
|
-
const MIN_DOC_LINK$2 = '
|
|
6437
|
-
const MAX_DOC_LINK$2 = '
|
|
6438
|
-
const VALUE_DOC_LINK$4 = '
|
|
6434
|
+
const BOTTOM_VIEW_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-bottomview';
|
|
6435
|
+
const TOP_VIEW_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-topview';
|
|
6436
|
+
const MIN_DOC_LINK$2 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-min';
|
|
6437
|
+
const MAX_DOC_LINK$2 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-max';
|
|
6438
|
+
const VALUE_DOC_LINK$4 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/calendar/#toc-using-with-json';
|
|
6439
6439
|
const virtualizationProp = x => x ? x.virtualization : null;
|
|
6440
6440
|
/**
|
|
6441
6441
|
* @hidden
|
|
@@ -8070,9 +8070,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8070
8070
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
8071
8071
|
|
|
8072
8072
|
let nextId = 0;
|
|
8073
|
-
const MIN_DOC_LINK$1 = '
|
|
8074
|
-
const MAX_DOC_LINK$1 = '
|
|
8075
|
-
const VALUE_DOC_LINK$3 = '
|
|
8073
|
+
const MIN_DOC_LINK$1 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/DateInputComponent/#toc-min';
|
|
8074
|
+
const MAX_DOC_LINK$1 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/DateInputComponent/#toc-max';
|
|
8075
|
+
const VALUE_DOC_LINK$3 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/dateinput/#toc-using-with-json';
|
|
8076
8076
|
const TWO_DIGIT_YEAR_MAX$2 = 68;
|
|
8077
8077
|
const DEFAULT_FORMAT$1 = 'd';
|
|
8078
8078
|
const DEFAULT_FORMAT_PLACEHOLDER = 'wide';
|
|
@@ -9401,9 +9401,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9401
9401
|
}]
|
|
9402
9402
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
9403
9403
|
|
|
9404
|
-
const MIN_DOC_LINK = '
|
|
9405
|
-
const MAX_DOC_LINK = '
|
|
9406
|
-
const VALUE_DOC_LINK$2 = '
|
|
9404
|
+
const MIN_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/DatePickerComponent/#toc-min';
|
|
9405
|
+
const MAX_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/DatePickerComponent/#toc-max';
|
|
9406
|
+
const VALUE_DOC_LINK$2 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/datepicker/#toc-using-with-json';
|
|
9407
9407
|
const DEFAULT_FORMAT = 'd';
|
|
9408
9408
|
const TWO_DIGIT_YEAR_MAX$1 = 68;
|
|
9409
9409
|
/**
|
|
@@ -35,8 +35,8 @@ const packageMetadata = {
|
|
|
35
35
|
name: '@progress/kendo-angular-dateinputs',
|
|
36
36
|
productName: 'Kendo UI for Angular',
|
|
37
37
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
38
|
-
publishDate:
|
|
39
|
-
version: '16.7.1-develop.
|
|
38
|
+
publishDate: 1723192829,
|
|
39
|
+
version: '16.7.1-develop.3',
|
|
40
40
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -3558,11 +3558,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3558
3558
|
}]
|
|
3559
3559
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
3560
3560
|
|
|
3561
|
-
const BOTTOM_VIEW_DOC_LINK$1 = '
|
|
3562
|
-
const TOP_VIEW_DOC_LINK$1 = '
|
|
3563
|
-
const MIN_DOC_LINK$3 = '
|
|
3564
|
-
const MAX_DOC_LINK$3 = '
|
|
3565
|
-
const VALUE_DOC_LINK$5 = '
|
|
3561
|
+
const BOTTOM_VIEW_DOC_LINK$1 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-bottomview';
|
|
3562
|
+
const TOP_VIEW_DOC_LINK$1 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-topview';
|
|
3563
|
+
const MIN_DOC_LINK$3 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-min';
|
|
3564
|
+
const MAX_DOC_LINK$3 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-max';
|
|
3565
|
+
const VALUE_DOC_LINK$5 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/calendar/#toc-using-with-json';
|
|
3566
3566
|
/**
|
|
3567
3567
|
* @hidden
|
|
3568
3568
|
*/
|
|
@@ -6422,11 +6422,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6422
6422
|
}]
|
|
6423
6423
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
6424
6424
|
|
|
6425
|
-
const BOTTOM_VIEW_DOC_LINK = '
|
|
6426
|
-
const TOP_VIEW_DOC_LINK = '
|
|
6427
|
-
const MIN_DOC_LINK$2 = '
|
|
6428
|
-
const MAX_DOC_LINK$2 = '
|
|
6429
|
-
const VALUE_DOC_LINK$4 = '
|
|
6425
|
+
const BOTTOM_VIEW_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-bottomview';
|
|
6426
|
+
const TOP_VIEW_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-topview';
|
|
6427
|
+
const MIN_DOC_LINK$2 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-min';
|
|
6428
|
+
const MAX_DOC_LINK$2 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-max';
|
|
6429
|
+
const VALUE_DOC_LINK$4 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/calendar/#toc-using-with-json';
|
|
6430
6430
|
const virtualizationProp = x => x ? x.virtualization : null;
|
|
6431
6431
|
/**
|
|
6432
6432
|
* @hidden
|
|
@@ -8052,9 +8052,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8052
8052
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
8053
8053
|
|
|
8054
8054
|
let nextId = 0;
|
|
8055
|
-
const MIN_DOC_LINK$1 = '
|
|
8056
|
-
const MAX_DOC_LINK$1 = '
|
|
8057
|
-
const VALUE_DOC_LINK$3 = '
|
|
8055
|
+
const MIN_DOC_LINK$1 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/DateInputComponent/#toc-min';
|
|
8056
|
+
const MAX_DOC_LINK$1 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/DateInputComponent/#toc-max';
|
|
8057
|
+
const VALUE_DOC_LINK$3 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/dateinput/#toc-using-with-json';
|
|
8058
8058
|
const TWO_DIGIT_YEAR_MAX$2 = 68;
|
|
8059
8059
|
const DEFAULT_FORMAT$1 = 'd';
|
|
8060
8060
|
const DEFAULT_FORMAT_PLACEHOLDER = 'wide';
|
|
@@ -9381,9 +9381,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9381
9381
|
}]
|
|
9382
9382
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
9383
9383
|
|
|
9384
|
-
const MIN_DOC_LINK = '
|
|
9385
|
-
const MAX_DOC_LINK = '
|
|
9386
|
-
const VALUE_DOC_LINK$2 = '
|
|
9384
|
+
const MIN_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/DatePickerComponent/#toc-min';
|
|
9385
|
+
const MAX_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/DatePickerComponent/#toc-max';
|
|
9386
|
+
const VALUE_DOC_LINK$2 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/datepicker/#toc-using-with-json';
|
|
9387
9387
|
const DEFAULT_FORMAT = 'd';
|
|
9388
9388
|
const TWO_DIGIT_YEAR_MAX$1 = 68;
|
|
9389
9389
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "16.7.1-develop.
|
|
3
|
+
"version": "16.7.1-develop.3",
|
|
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",
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
"@angular/forms": "15 - 18",
|
|
35
35
|
"@angular/platform-browser": "15 - 18",
|
|
36
36
|
"@progress/kendo-licensing": "^1.0.2",
|
|
37
|
-
"@progress/kendo-angular-buttons": "16.7.1-develop.
|
|
38
|
-
"@progress/kendo-angular-common": "16.7.1-develop.
|
|
39
|
-
"@progress/kendo-angular-intl": "16.7.1-develop.
|
|
40
|
-
"@progress/kendo-angular-l10n": "16.7.1-develop.
|
|
41
|
-
"@progress/kendo-angular-icons": "16.7.1-develop.
|
|
42
|
-
"@progress/kendo-angular-popup": "16.7.1-develop.
|
|
43
|
-
"@progress/kendo-angular-navigation": "16.7.1-develop.
|
|
37
|
+
"@progress/kendo-angular-buttons": "16.7.1-develop.3",
|
|
38
|
+
"@progress/kendo-angular-common": "16.7.1-develop.3",
|
|
39
|
+
"@progress/kendo-angular-intl": "16.7.1-develop.3",
|
|
40
|
+
"@progress/kendo-angular-l10n": "16.7.1-develop.3",
|
|
41
|
+
"@progress/kendo-angular-icons": "16.7.1-develop.3",
|
|
42
|
+
"@progress/kendo-angular-popup": "16.7.1-develop.3",
|
|
43
|
+
"@progress/kendo-angular-navigation": "16.7.1-develop.3",
|
|
44
44
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"tslib": "^2.3.1",
|
|
48
|
-
"@progress/kendo-angular-schematics": "16.7.1-develop.
|
|
48
|
+
"@progress/kendo-angular-schematics": "16.7.1-develop.3",
|
|
49
49
|
"@progress/kendo-common": "^0.2.0",
|
|
50
50
|
"@progress/kendo-date-math": "^1.1.0",
|
|
51
51
|
"@progress/kendo-dateinputs-common": "^0.3.4"
|