@progress/kendo-angular-dateinputs 11.4.1-develop.12 → 11.4.1-develop.14

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.
@@ -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: 1679668374,
13
- version: '11.4.1-develop.12',
12
+ publishDate: 1679906695,
13
+ version: '11.4.1-develop.14',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -262,7 +262,6 @@ TimeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
262
262
  [bottomOffset]="bottomOffset"
263
263
  class="k-time-container"
264
264
  role="presentation"
265
- tabindex="-1"
266
265
  >
267
266
  <ul [ngStyle]="style" class="k-reset"
268
267
  [kendoEventsOutsideAngular]="{
@@ -296,7 +295,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
296
295
  [bottomOffset]="bottomOffset"
297
296
  class="k-time-container"
298
297
  role="presentation"
299
- tabindex="-1"
300
298
  >
301
299
  <ul [ngStyle]="style" class="k-reset"
302
300
  [kendoEventsOutsideAngular]="{
@@ -36,8 +36,8 @@ const packageMetadata = {
36
36
  name: '@progress/kendo-angular-dateinputs',
37
37
  productName: 'Kendo UI for Angular',
38
38
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
39
- publishDate: 1679668374,
40
- version: '11.4.1-develop.12',
39
+ publishDate: 1679906695,
40
+ version: '11.4.1-develop.14',
41
41
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
42
42
  };
43
43
 
@@ -11122,7 +11122,6 @@ TimeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
11122
11122
  [bottomOffset]="bottomOffset"
11123
11123
  class="k-time-container"
11124
11124
  role="presentation"
11125
- tabindex="-1"
11126
11125
  >
11127
11126
  <ul [ngStyle]="style" class="k-reset"
11128
11127
  [kendoEventsOutsideAngular]="{
@@ -11156,7 +11155,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
11156
11155
  [bottomOffset]="bottomOffset"
11157
11156
  class="k-time-container"
11158
11157
  role="presentation"
11159
- tabindex="-1"
11160
11158
  >
11161
11159
  <ul [ngStyle]="style" class="k-reset"
11162
11160
  [kendoEventsOutsideAngular]="{
@@ -36,8 +36,8 @@ const packageMetadata = {
36
36
  name: '@progress/kendo-angular-dateinputs',
37
37
  productName: 'Kendo UI for Angular',
38
38
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
39
- publishDate: 1679668374,
40
- version: '11.4.1-develop.12',
39
+ publishDate: 1679906695,
40
+ version: '11.4.1-develop.14',
41
41
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
42
42
  };
43
43
 
@@ -11108,7 +11108,6 @@ TimeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
11108
11108
  [bottomOffset]="bottomOffset"
11109
11109
  class="k-time-container"
11110
11110
  role="presentation"
11111
- tabindex="-1"
11112
11111
  >
11113
11112
  <ul [ngStyle]="style" class="k-reset"
11114
11113
  [kendoEventsOutsideAngular]="{
@@ -11142,7 +11141,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
11142
11141
  [bottomOffset]="bottomOffset"
11143
11142
  class="k-time-container"
11144
11143
  role="presentation"
11145
- tabindex="-1"
11146
11144
  >
11147
11145
  <ul [ngStyle]="style" class="k-reset"
11148
11146
  [kendoEventsOutsideAngular]="{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "11.4.1-develop.12",
3
+ "version": "11.4.1-develop.14",
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",
@@ -33,20 +33,20 @@
33
33
  "@angular/core": "13 - 15",
34
34
  "@angular/platform-browser": "13 - 15",
35
35
  "@progress/kendo-licensing": "^1.0.2",
36
- "@progress/kendo-angular-common": "11.4.1-develop.12",
37
- "@progress/kendo-angular-intl": "11.4.1-develop.12",
38
- "@progress/kendo-angular-l10n": "11.4.1-develop.12",
39
- "@progress/kendo-angular-icons": "11.4.1-develop.12",
40
- "@progress/kendo-angular-popup": "11.4.1-develop.12",
41
- "@progress/kendo-angular-navigation": "11.4.1-develop.12",
36
+ "@progress/kendo-angular-common": "11.4.1-develop.14",
37
+ "@progress/kendo-angular-intl": "11.4.1-develop.14",
38
+ "@progress/kendo-angular-l10n": "11.4.1-develop.14",
39
+ "@progress/kendo-angular-icons": "11.4.1-develop.14",
40
+ "@progress/kendo-angular-popup": "11.4.1-develop.14",
41
+ "@progress/kendo-angular-navigation": "11.4.1-develop.14",
42
42
  "rxjs": "^6.5.3 || ^7.0.0",
43
- "@progress/kendo-angular-buttons": "11.4.1-develop.12",
44
- "@progress/kendo-angular-inputs": "11.4.1-develop.12",
45
- "@progress/kendo-angular-label": "11.4.1-develop.12"
43
+ "@progress/kendo-angular-buttons": "11.4.1-develop.14",
44
+ "@progress/kendo-angular-inputs": "11.4.1-develop.14",
45
+ "@progress/kendo-angular-label": "11.4.1-develop.14"
46
46
  },
47
47
  "dependencies": {
48
48
  "tslib": "^2.3.1",
49
- "@progress/kendo-angular-schematics": "11.4.1-develop.12",
49
+ "@progress/kendo-angular-schematics": "11.4.1-develop.14",
50
50
  "@progress/kendo-common": "^0.2.0",
51
51
  "@progress/kendo-date-math": "^1.1.0"
52
52
  },