@progress/kendo-angular-dateinputs 17.0.0-develop.23 → 17.0.0-develop.24
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.
|
@@ -1681,7 +1681,7 @@ export class DateTimePickerComponent extends MultiTabStop {
|
|
|
1681
1681
|
type="button"
|
|
1682
1682
|
class="k-button k-group-start"
|
|
1683
1683
|
[ngClass]="popupButtonsClasses()"
|
|
1684
|
-
[class.k-
|
|
1684
|
+
[class.k-selected]="activeTab === 'date'"
|
|
1685
1685
|
[attr.aria-pressed]="activeTab === 'date' ? 'true' : 'false'"
|
|
1686
1686
|
[attr.title]="localization.get('dateTabLabel')"
|
|
1687
1687
|
[attr.aria-label]="localization.get('dateTabLabel')"
|
|
@@ -1697,7 +1697,7 @@ export class DateTimePickerComponent extends MultiTabStop {
|
|
|
1697
1697
|
type="button"
|
|
1698
1698
|
class="k-button k-group-end"
|
|
1699
1699
|
[ngClass]="popupButtonsClasses()"
|
|
1700
|
-
[class.k-
|
|
1700
|
+
[class.k-selected]="activeTab === 'time'"
|
|
1701
1701
|
[attr.aria-pressed]="activeTab === 'time' ? 'true' : 'false'"
|
|
1702
1702
|
[attr.title]="localization.get('timeTabLabel')"
|
|
1703
1703
|
[attr.aria-label]="localization.get('timeTabLabel')"
|
|
@@ -2085,7 +2085,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2085
2085
|
type="button"
|
|
2086
2086
|
class="k-button k-group-start"
|
|
2087
2087
|
[ngClass]="popupButtonsClasses()"
|
|
2088
|
-
[class.k-
|
|
2088
|
+
[class.k-selected]="activeTab === 'date'"
|
|
2089
2089
|
[attr.aria-pressed]="activeTab === 'date' ? 'true' : 'false'"
|
|
2090
2090
|
[attr.title]="localization.get('dateTabLabel')"
|
|
2091
2091
|
[attr.aria-label]="localization.get('dateTabLabel')"
|
|
@@ -2101,7 +2101,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2101
2101
|
type="button"
|
|
2102
2102
|
class="k-button k-group-end"
|
|
2103
2103
|
[ngClass]="popupButtonsClasses()"
|
|
2104
|
-
[class.k-
|
|
2104
|
+
[class.k-selected]="activeTab === 'time'"
|
|
2105
2105
|
[attr.aria-pressed]="activeTab === 'time' ? 'true' : 'false'"
|
|
2106
2106
|
[attr.title]="localization.get('timeTabLabel')"
|
|
2107
2107
|
[attr.aria-label]="localization.get('timeTabLabel')"
|
|
@@ -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: '17.0.0-develop.
|
|
12
|
+
publishDate: 1730130148,
|
|
13
|
+
version: '17.0.0-develop.24',
|
|
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: '17.0.0-develop.
|
|
38
|
+
publishDate: 1730130148,
|
|
39
|
+
version: '17.0.0-develop.24',
|
|
40
40
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -16994,7 +16994,7 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
16994
16994
|
type="button"
|
|
16995
16995
|
class="k-button k-group-start"
|
|
16996
16996
|
[ngClass]="popupButtonsClasses()"
|
|
16997
|
-
[class.k-
|
|
16997
|
+
[class.k-selected]="activeTab === 'date'"
|
|
16998
16998
|
[attr.aria-pressed]="activeTab === 'date' ? 'true' : 'false'"
|
|
16999
16999
|
[attr.title]="localization.get('dateTabLabel')"
|
|
17000
17000
|
[attr.aria-label]="localization.get('dateTabLabel')"
|
|
@@ -17010,7 +17010,7 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
17010
17010
|
type="button"
|
|
17011
17011
|
class="k-button k-group-end"
|
|
17012
17012
|
[ngClass]="popupButtonsClasses()"
|
|
17013
|
-
[class.k-
|
|
17013
|
+
[class.k-selected]="activeTab === 'time'"
|
|
17014
17014
|
[attr.aria-pressed]="activeTab === 'time' ? 'true' : 'false'"
|
|
17015
17015
|
[attr.title]="localization.get('timeTabLabel')"
|
|
17016
17016
|
[attr.aria-label]="localization.get('timeTabLabel')"
|
|
@@ -17398,7 +17398,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
17398
17398
|
type="button"
|
|
17399
17399
|
class="k-button k-group-start"
|
|
17400
17400
|
[ngClass]="popupButtonsClasses()"
|
|
17401
|
-
[class.k-
|
|
17401
|
+
[class.k-selected]="activeTab === 'date'"
|
|
17402
17402
|
[attr.aria-pressed]="activeTab === 'date' ? 'true' : 'false'"
|
|
17403
17403
|
[attr.title]="localization.get('dateTabLabel')"
|
|
17404
17404
|
[attr.aria-label]="localization.get('dateTabLabel')"
|
|
@@ -17414,7 +17414,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
17414
17414
|
type="button"
|
|
17415
17415
|
class="k-button k-group-end"
|
|
17416
17416
|
[ngClass]="popupButtonsClasses()"
|
|
17417
|
-
[class.k-
|
|
17417
|
+
[class.k-selected]="activeTab === 'time'"
|
|
17418
17418
|
[attr.aria-pressed]="activeTab === 'time' ? 'true' : 'false'"
|
|
17419
17419
|
[attr.title]="localization.get('timeTabLabel')"
|
|
17420
17420
|
[attr.aria-label]="localization.get('timeTabLabel')"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "17.0.0-develop.
|
|
3
|
+
"version": "17.0.0-develop.24",
|
|
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": "16 - 18",
|
|
35
35
|
"@angular/platform-browser": "16 - 18",
|
|
36
36
|
"@progress/kendo-licensing": "^1.0.2",
|
|
37
|
-
"@progress/kendo-angular-buttons": "17.0.0-develop.
|
|
38
|
-
"@progress/kendo-angular-common": "17.0.0-develop.
|
|
39
|
-
"@progress/kendo-angular-intl": "17.0.0-develop.
|
|
40
|
-
"@progress/kendo-angular-l10n": "17.0.0-develop.
|
|
41
|
-
"@progress/kendo-angular-icons": "17.0.0-develop.
|
|
42
|
-
"@progress/kendo-angular-popup": "17.0.0-develop.
|
|
43
|
-
"@progress/kendo-angular-navigation": "17.0.0-develop.
|
|
37
|
+
"@progress/kendo-angular-buttons": "17.0.0-develop.24",
|
|
38
|
+
"@progress/kendo-angular-common": "17.0.0-develop.24",
|
|
39
|
+
"@progress/kendo-angular-intl": "17.0.0-develop.24",
|
|
40
|
+
"@progress/kendo-angular-l10n": "17.0.0-develop.24",
|
|
41
|
+
"@progress/kendo-angular-icons": "17.0.0-develop.24",
|
|
42
|
+
"@progress/kendo-angular-popup": "17.0.0-develop.24",
|
|
43
|
+
"@progress/kendo-angular-navigation": "17.0.0-develop.24",
|
|
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": "17.0.0-develop.
|
|
48
|
+
"@progress/kendo-angular-schematics": "17.0.0-develop.24",
|
|
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.5"
|