@progress/kendo-angular-dateinputs 20.0.3-develop.1 → 20.0.3-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.
@@ -42,7 +42,7 @@ const view = (contentElement, className, renderWeekHeader) => (div([
42
42
  const navigationList = (() => {
43
43
  let navElement;
44
44
  return () => {
45
- if (!isDocumentAvailable) {
45
+ if (!isDocumentAvailable()) {
46
46
  return null;
47
47
  }
48
48
  if (!navElement) {
@@ -54,7 +54,7 @@ const navigationList = (() => {
54
54
  const viewFactory = ({ cells, rows }, className, renderWeekHeader) => {
55
55
  let viewElement;
56
56
  return () => {
57
- if (!isDocumentAvailable) {
57
+ if (!isDocumentAvailable()) {
58
58
  return null;
59
59
  }
60
60
  if (!viewElement) {
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1756712942,
14
- version: '20.0.3-develop.1',
13
+ publishDate: 1756905564,
14
+ version: '20.0.3-develop.2',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -36,8 +36,8 @@ const packageMetadata = {
36
36
  productName: 'Kendo UI for Angular',
37
37
  productCode: 'KENDOUIANGULAR',
38
38
  productCodes: ['KENDOUIANGULAR'],
39
- publishDate: 1756712942,
40
- version: '20.0.3-develop.1',
39
+ publishDate: 1756905564,
40
+ version: '20.0.3-develop.2',
41
41
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
42
42
  };
43
43
 
@@ -5159,7 +5159,7 @@ const view = (contentElement, className, renderWeekHeader) => (div$1([
5159
5159
  const navigationList = (() => {
5160
5160
  let navElement;
5161
5161
  return () => {
5162
- if (!isDocumentAvailable) {
5162
+ if (!isDocumentAvailable()) {
5163
5163
  return null;
5164
5164
  }
5165
5165
  if (!navElement) {
@@ -5171,7 +5171,7 @@ const navigationList = (() => {
5171
5171
  const viewFactory = ({ cells, rows }, className, renderWeekHeader) => {
5172
5172
  let viewElement;
5173
5173
  return () => {
5174
- if (!isDocumentAvailable) {
5174
+ if (!isDocumentAvailable()) {
5175
5175
  return null;
5176
5176
  }
5177
5177
  if (!viewElement) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "20.0.3-develop.1",
3
+ "version": "20.0.3-develop.2",
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": 1756712942,
82
+ "publishDate": 1756905564,
83
83
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
84
84
  }
85
85
  },
@@ -90,19 +90,19 @@
90
90
  "@angular/forms": "16 - 20",
91
91
  "@angular/platform-browser": "16 - 20",
92
92
  "@progress/kendo-licensing": "^1.7.0",
93
- "@progress/kendo-angular-buttons": "20.0.3-develop.1",
94
- "@progress/kendo-angular-common": "20.0.3-develop.1",
95
- "@progress/kendo-angular-utils": "20.0.3-develop.1",
96
- "@progress/kendo-angular-intl": "20.0.3-develop.1",
97
- "@progress/kendo-angular-l10n": "20.0.3-develop.1",
98
- "@progress/kendo-angular-icons": "20.0.3-develop.1",
99
- "@progress/kendo-angular-popup": "20.0.3-develop.1",
100
- "@progress/kendo-angular-navigation": "20.0.3-develop.1",
93
+ "@progress/kendo-angular-buttons": "20.0.3-develop.2",
94
+ "@progress/kendo-angular-common": "20.0.3-develop.2",
95
+ "@progress/kendo-angular-utils": "20.0.3-develop.2",
96
+ "@progress/kendo-angular-intl": "20.0.3-develop.2",
97
+ "@progress/kendo-angular-l10n": "20.0.3-develop.2",
98
+ "@progress/kendo-angular-icons": "20.0.3-develop.2",
99
+ "@progress/kendo-angular-popup": "20.0.3-develop.2",
100
+ "@progress/kendo-angular-navigation": "20.0.3-develop.2",
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": "20.0.3-develop.1",
105
+ "@progress/kendo-angular-schematics": "20.0.3-develop.2",
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.6",